/*================鍩烘湰鏍峰紡閲嶇疆================*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

i,
em {
	font-weight: normal;
	font-style: normal;
}

body {
	width: 100%;
	height: auto !important;
	position: relative;
	font: 12px/1.5 \5b8b\4f53, tahoma, arial, sans-serif;
	font-family: "Microsoft YaHei";
}

li {
	list-style: none;
}

a,
img,
input {
	border: 0 none;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a:focus,
input:focus {
	outline: 0 none;
}

textarea {
	resize: none;
	font-size: 12px;
}

/*鍘绘帀鐏嫄鍜岃胺姝屾祻瑙堝櫒鐨凾extarea鏀瑰彉灏哄澶у皬鍔熻兘*/
html {
	font-size: 16px;
}

img,video {
	/* 鐓ч【浣庣増鏈祻瑙堝櫒锛屽鏋滃浘鐗囧闈㈠寘鍚簡閾炬帴浼氭湁杈规鐨勯棶棰 */
	border: 0;
	/* 鍙栨秷鍥剧墖搴曚晶鏈夌┖鐧界紳闅欑殑闂 */
	vertical-align: middle
}

/*========瀹氫箟鍩虹鏍峰紡========*/
.fixed{
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
}
.hide {
	display: none !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.wow {
   visibility: hidden;
 }

/*a鏍囩榧犳爣hover楂樹寒鏄剧ず鐘舵€侊紙鍙€夌敤锛?/
a .opacity {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

a:hover .opacity {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}


/*涓讳綋瀹藉害鏍峰紡锛堝彲閫夌敤锛夊鏈夋柊瀹藉害锛屽懡鍚嶈鍒欎互灏忓啓w寮€澶达紝鍚庢帴鍏蜂綋瀹藉害鏁版嵁锛屼緥锛?/
.w1860{
	/* width: 1860px; */
	width: 98.95%;
	margin: 0 auto;
}
.w1620{
	width: 1620px;
	margin: 0 auto;
}
.w1600{
	width: 1600px;
	margin: 0 auto;
}

.w1500{
	width: 1500px;
	margin: 0 auto;
}

.w1480{
	width: 1480px;
	margin: 0 auto;
}

.w1450{
	width: 1450px;
	margin: 0 auto;
}

.w1440{
	width: 1440px;
	margin: 0 auto;
}

.w1400{
	width: 1400px;
	margin: 0 auto;
}

.w1200{
	width: 1200px;
	margin: 0 auto;
}

.w1000{
	width: 1000px;
	margin: 0 auto;
}

.w900{
	width: 900px;
	margin: 0 auto;
}

.hv100{
	height: 100vh;
}
.pd100{
	padding: 100px 0;
}
.pt100{
	padding-top: 100px;
}
.ny-title{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.ny-small-title{
	font-size: 18px;
	line-height: 54px;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	color: #666;
}

.ny-banner h1.big-title{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	text-align: center;
	width: 100%;
}
.ny-banner h1.big-title p{
	font-size: 36px;
	font-weight: normal;
	line-height: 50px;
	white-space: normal;
	max-width: 90%;
	margin: 30px auto 0 auto;
}

button {
	cursor: pointer
}

a {
	display: block;
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

* {
	box-sizing: border-box;
}

/* 鍔犲彿 */
.add-ico{
	display: inline-block;
	width: 12px;
	height: 12px;
	position: relative;
	transition: 0.4s;
}
.add-ico::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 2px;
	background-color: #fff;
}
.add-ico::before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 2px;
	height: 12px;
	background-color: #fff;
}



.more-btn{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	width: 166px;
	text-align: center;
	border: 1px solid #fff;
	margin: 0 auto;
	transition: all 0.4s;
	position: relative;
	z-index: 1;
}

.more-btn::after{
	content: '';
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(280deg, #0072FF 2%, #008CFF 51%, #004DC1 99%);
	z-index: -1;
	transition: 0.4s;
	
}
.more-btn:hover{
	border:1px solid rgb(0, 0, 0,0)
}
.more-btn:hover::after{
	width: 100%;
}

.h-title{
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 100px;
	text-align: center;
}
.p-title{
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	color: #FFFFFF;
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}


/* 鎼滅储妗嗘牱寮 */
.search_windows,
.video_windows{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.9);
	transition: 0s;
	z-index: 9999;
}

.search_windows .search_windows_nr {
	width: 60%;
	border-bottom: 2px solid #004fa2;
	padding: 0 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.video_windows .video_windows_nr{
    width: 60%;
    position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.video_windows .video_windows_nr video{
    width: 100%;
}

.search_windows .search_windows_nr input {
	line-height: 60px;
	background: none;
	font-size: 28px;
	color: #fff;
	display: block;
	width: 88%;
}

.search_windows .search_windows_nr button {
	width: 6%;
	border: none;
	background: url("../images/search-ico.png") no-repeat center center;
	cursor: pointer;
	outline: none;
}
.search_windows input::-internal-autofill-selected {
	background: none !important;
}

.border-red{
	border: 1px solid red;
}