@charset "utf-8";
/* CSS Document */

html,body {
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family:"arial","微软雅黑", "Helvetica", "Helvetica Neue";
	color: #000;
	line-height: 1.5;
	text-align: center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

input,textarea {
	font-family: "arial","微软雅黑", "Helvetica", "Helvetica Neue";
	color: #000;outline:none;
}
input:focus,textarea:focus { outline: none; }
ul,li {	list-style: none;	padding: 0;	margin: 0;}

h1,h2,h3,h4,h5,h6,p,dl,dd,dt {	margin: 0;	padding: 0;}

a {	text-decoration: none;	color: #000;}
a:hover {	color: #004990;	text-decoration: none;}
a img {	border: 0;}

input::-webkit-input-placeholder{	color: #A3AEBD;}
input::-moz-placeholder{	color: #A3AEBD;}
input:-ms-input-placeholder{	color: #A3AEBD;}

textarea::-webkit-input-placeholder{	color: #A3AEBD;}
textarea::-moz-placeholder{	color: #A3AEBD;}
textarea:-ms-input-placeholder{	color: #A3AEBD;}

.wrap { overflow: hidden;  margin: 0 auto;}

.con { max-width: 1440px; width:75%; margin: 0 auto; }

    .font72 { font-size: 72px;}
	.font60 { font-size: 60px;}
	.font56 { font-size: 56px;}
	.font48 { font-size: 48px;}
	.font46 { font-size: 46px;}
	.font42 { font-size: 42px;}
	.font40 { font-size: 40px;}
	.font38 { font-size: 38px;}
	.font36 { font-size: 36px;}
	.font34 { font-size: 34px;}
	.font30 { font-size: 30px;}
	.font28 { font-size: 28px;}
	.font26 { font-size: 26px;}
	.font24 { font-size: 24px;}
	.font22 { font-size: 22px;}
	.font20 { font-size: 20px;}
	.font18 { font-size: 18px;}
	.font16 { font-size: 16px;}
	.font14 { font-size: 14px;}

@media only screen and (max-width:1920px) {
html,body { font-size: 0.833vw;}
	
	.font72 { font-size: 3.75vw;}
	.font60 { font-size: 3vw;}
	.font56 { font-size: 2.9vw;}
	.font48 { font-size: 2.5vw;}
	.font46 { font-size: 2.45vw;}
	.font42 { font-size: 2.4vw;}
	.font40 { font-size: 2.2vw;}
	.font38 { font-size: 2vw;}
	.font36 { font-size: 1.87vw;}
	.font34 { font-size: 1.77vw;}
	.font30 { font-size: 1.56vw;}
	.font28 { font-size: 1.45vw;}
	.font26 { font-size: 1.3vw;}
	.font24 { font-size: 1.25vw;}
	.font22 { font-size: 1.14vw;}
	.font20 { font-size: 1.04vw;}
	.font18 { font-size: 0.93vw;}
	.font16 { font-size: 0.833vw;}
	.font14 { font-size: 0.73vw;}
}

@media only screen and (max-width:828px) {
	.con { width:auto; margin: 0 1em; }
}

@media only screen and (max-width:828px) {
html,body { font-size: 2.8vw;}
.font56 { font-size: 6.2vw;}
.font48 { font-size: 5.8vw;}
.font46 { font-size: 5.6vw;}
.font42 { font-size: 5.4vw;}
.font40 { font-size: 5.2vw;}
.font38 { font-size: 4.8vw;}

.font36 { font-size:4.4vw;}
.font34 { font-size:4.3vw;}
.font30 { font-size: 4.2vw;}
.font28 { font-size: 4vw;}
.font26 { font-size:3.8vw;}
.font24 { font-size: 3.6vw;}
.font22 { font-size: 3.4vw;}
.font20 { font-size: 3.2vw;}
.font18 { font-size: 3vw;}
.font16 { font-size: 2.8vw;}
.font14 { font-size: 2.4vw;}

}

.bgGray { 
	background-color: #f0f5fb;
}
.bgGray { 
	background:#e9edf3 url(../images/home/new_bg.png) center 0 no-repeat;
	background-size:100% auto; 
}


/*头部*/
.headerH { height: 5.25em; }
.headerW {position: fixed; z-index: 500; left: 0; top: 0; width: 100%;	
height:5.25em;  
transition: all 0.5s;
-webkit-transition:all 0.5s;
border-bottom: 1px solid rgba(255,255,255,0.2);
}

.headerC { background-color: rgb(40,60,73,0.08);
 backdrop-filter: blur(18px);}
.headerB { background-color: rgb(255,255,255,0.5);
 backdrop-filter: blur(18px);}
 
.headerH { top: -5.3em;}

.headerW .con {height: 100%; overflow: visible;}

.header { margin: 0 auto; height: 100%; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
display: flex; justify-content: space-between; align-items: center;
/*-moz-box-shadow: 0 0 0.3em rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 0 0.3em rgba(0, 0, 0, .1);
box-shadow: 0 0 0.3em rgba(0, 0, 0, .1);*/}


.header .logo { display: flex; justify-content: center; align-items: center;}
.header .logo img {	display: block;	 height: 2.875em; width:auto;}

.header .links { height: 100%; display: flex; justify-content: flex-start; align-items: center;}



.btnLan { display: block; margin: 0 3.4%;
 position: relative; z-index: 11;  line-height: 3;  height: 100%;}
.btnLan .nameLan { cursor: pointer; display: flex; height: 100%;
justify-content: flex-end; align-items: center; color: #fff;}
.btnLan .nameLan span { display: block; height: 100%;}
.btnLan .nameLan .txts { display: flex; justify-content: center; align-items: center;}
.btnLan .nameLan .arrow { width: 0.8em; display: block; height: 0.8em; margin-left: 0.7em;
 background: url(../images/arrow.svg) center center no-repeat;
 background-size:contain ;}
.btnLan .popupLan { display: none; position: absolute; text-align: left;
 top:6em; 
 left: 50%; margin-left: -4.2em;  width: 8.4em; text-align: center;
 background: rgba(255,255,255,0.7);
 padding: 0.4em 0;
 -moz-box-shadow:0 10px 10px rgba(0, 0, 0, .1);
 -webkit-box-shadow:0 10px 10px rgba(0, 0, 0, .1);
 box-shadow:0 10px 10px rgba(0, 0, 0, .1);
 border-left:1px solid rgba(255,255,255,0.4) ;
 border-right:1px solid rgba(255,255,255,0.4) ;
 -moz-border-radius:0.5em; 
 -webkit-border-radius:0.5em; 
 border-radius:0.5em;
 }
 
 
 
 
 
 
 
 
.btnLan .popupLan .arrow { position: absolute; top: -1em; height: 1em;
  left: 0; width: 100%;
 content: ""; display: block; overflow: hidden;}
.btnLan .popupLan .arrow::before { content: ""; display: block;
 width: 0.9em; height: 0.9em;
 margin: 0.7em auto 0;
 background: rgba(255,255,255,0.7); 
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 }
 
.btnLan .popupLan li {  font-size: 0.875em; line-height: 2.6em;  page-break-inside: .18em 0;
 overflow: hidden; }
.btnLan .popupLan li a {color: #000; padding:0 0.5em; display: block;
 position: relative; z-index: 0;height: 2.6em;}
.btnLan .popupLan li a:hover { color: #fff; background-color: #004990;}

.headerB .btnLan .nameLan { color: #000;}

.headerMS .btnLan .nameLan { color: #fff;}
.headerMS .btnLan .nameLan .arrow { 
	background-image: url(../images/arrow.svg);
}
.headerB .btnLan .nameLan .arrow { 
	background-image: url(../images/arrow_b.svg);
}
.searchBoxW { margin: 0 3.4%; position: relative; z-index: 3;}
.searchBox { position: absolute; z-index: 10;  top: 4em; right: -2em;
width:18em;
background-color: #fff;
height: 2.5em; border: 1px solid #fff;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
-moz-box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, .2);
box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, .2);
display: none;}
.searchBox form {height: 100%; display: flex; justify-content: space-between; align-items: center;}
.searchBox form .iw { flex: 1; margin: 0 1em 0 1em;}
.searchBox form .iw .input { font-size: .8em; line-height: 2.5em; height: 2.5em;
 width: 100%; outline-width: 0; border: 0; margin: 0; padding: 0;}
.searchBox form .btnSearch { cursor: pointer; padding: 0 1.2em; 
 line-height:2.3em; color: #fff;  background: #004990;
 outline-width: 0; border: 0;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
}

@media only screen and (max-width:828px) {
	.btnLan { margin-right: 1em;}
}

.header .btnSearchT {vertical-align: middle;cursor: pointer;
display: inline-block;   color: #fff;
width: 1.4em; height: 1.4em;
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
background: center center no-repeat;
background-size:contain;background-image:url(../images/search.svg);}

.headerB .header .btnSearchT {background-image:url(../images/icon-search-blue.svg);}
.headerC .header .btnSearchT {background-image:url(../images/icon-search-blue.svg);}

.headerMS .header .btnSearchT {background-image:url(../images/search.svg);}

.header .btnSearchT.show { background-color: #0075be;
background-image:url(../images/search_2.png);}

.header .searchBoxW { display: inline-block; vertical-align: middle;
position: relative; z-index: 0;}

.header .c-switch-w { font-size: 1em; display: inline-block;
width: 2.5em; height: 2.5em; 
display: none; justify-content: center; align-items: center;}
.header .c-switch {  display: inline-block; color: #fff;
transition: all 0.5s;
-webkit-transition:all 0.5s;
width: 16px; height:16px; cursor: pointer; position: relative; z-index: 0;} 
.header .c-switch i {
	position: relative;
	display: block;
	height: 3px;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;}
.headerB .header .c-switch i { background-color: #000;}
.headerMS .header .c-switch i { background-color: #fff;}
.header .c-switch i:nth-child(1) {	top: 0;}
.header .c-switch i:nth-child(3) {	bottom: 0;}
.header .c-switch i:nth-child(2) {	margin: 3px 0; }

.header .c-switch.show i:nth-child(2) {	opacity: 0;}
.header .c-switch.show i:nth-child(1) {
	top:6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header .c-switch.show i:nth-child(3) {
	bottom: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.headerB .btnLan .nameLan .txts{
    color: #000;
}

.headerB .btnLan .nameLan .arrow{
    
}

@media only screen and (max-width:828px) {	
	.header .c-switch-w { display: flex; margin-left: 0.7em;}
	.header .c-switch.show::after { left: -30%; top: -30%; width: 160%; height: 160%;}
}

@media only screen and (max-width:828px) {
.headerW { transition: all 0s;}
.header {height: 100%; justify-content: space-between;}
.header .logo { margin-left: 1em;}
}

/*头部导航*/
.navW {height: 100%; flex: 1; margin-left: 11.5%;
display: flex; justify-content: space-between; align-items: center;}

.nav { flex: 1; height: 100%; }
.nav>ul {height: 100%;
display: flex; justify-content: flex-end; align-items: center;}
.nav>ul>li {
	height: 100%;
	position: relative;
	z-index: 100;
	cursor: pointer; margin: 0 auto; 
}
.nav>ul>li>a,.nav>ul>li>span {
	position: relative;color: #fff;
	z-index: 1; height: 100%;
    display: flex; justify-content: center; align-items: center; cursor: pointer;
}





.nav>ul>li>a:hover {color: #01A5DA; font-weight: bold;}

.nav>ul>li.cur>a { color: #01A5DA; font-weight: bold;}





.headerB .nav>ul>li>a,
.headerB .nav>ul>li>span { color: #000;}
.headerB .nav>ul>li>a:hover {color: #004990; font-weight: bold;}
.headerB .nav>ul>li.cur>a { color: #004990; font-weight: bold;}

.headerC .nav>ul>li>a,
.headerC .nav>ul>li>span { color: #000;}
.headerC .nav>ul>li>a:hover {color: #01A5DA;}
.headerC .nav>ul>li.cur>a { color: #004990; font-weight: bold;}



.nav .sub_nav {
	display: none;
	position: absolute; z-index: 1;
	top: 6em; 
	left: 50%; margin-left: -4.2em;  width: 8.4em; text-align: center;
	background: rgba(255,255,255,0.6); 
	padding: 0.4em 0;
	-moz-box-shadow:0 10px 10px rgba(0, 0, 0, .1);
	-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, .1);
	box-shadow:0 10px 10px rgba(0, 0, 0, .1);
	border-left:1px solid rgba(255,255,255,0.4) ;
	border-right:1px solid rgba(255,255,255,0.4) ;
	-moz-border-radius:0.5em; 
	-webkit-border-radius:0.5em; 
	border-radius:0.5em;
	}	
.nav .sub_nav .arrow { position: absolute; top: -1em; height: 1em; 
 left: 0; width: 100%;
content: ""; display: block; overflow: hidden;}
.nav .sub_nav .arrow::before { content: ""; display: block;
width: 0.9em; height: 0.9em;
margin: 0.7em auto 0;
background: rgba(255,255,255,0.6); 
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.nav .sub_nav li { font-size: 0.875em; line-height: 2.6em;  page-break-inside: .18em 0;
 overflow: hidden; }
.nav .sub_nav li a {color: #000; padding:0 0.5em; display: block;
 position: relative; z-index: 0;height: 2.6em;}
.nav .sub_nav li a:hover { color: #fff; background-color: #004990;}
@media only screen and (max-width:828px) {
	.navW {flex: 1; margin-left: 2em; justify-content: flex-end;}
	.navW .nav { display: none !important;}
}

/*电脑版下拉菜单*/
.popupNavP { position: absolute; left: 0; right: 0; top: 100%;
background:#e1e8ef url(../images/navbg.jpg) center 0 no-repeat;
background-size:100% 100%; display: none;}
.popupNavP .list { margin: 0 17% 0; padding: 2.2em 0; line-height: 2.55;
 flex-wrap: wrap; display: flex; justify-content:space-between; align-items: flex-start;
 text-align: left; color: #383838;}
.popupNavP .list a { color: #383838;}
.popupNavP .list a:hover { color: #abcf4d;}
.popupNavP .list dl { margin-right: 1%;}
.popupNavP .fnav dl:last-child { margin-right: 0;}
.popupNavP .list dl dt { font-weight: bold;}


.popupNav { display: none; position: fixed; z-index: 400;
left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,0.8);
}
@media only screen and (min-width:828px) {
	.popupNav { display: none !important;}
}
.popupCon { overflow: hidden; position: relative; z-index: 0; height: 100vh;
 width: 100%; margin: 0 auto 0 0;
display: flex; flex-direction: column; justify-content: space-between; align-items: stretch;}
.popupCon .navM {flex: 1; display: block;}
  
.navM { top: 0; margin-bottom:2em;margin-top: 4.7em;
		overflow-y: auto;  position: relative;	z-index: 0;
			font-size: 14px;
			line-height: 3.2;
			text-align: left;}
    .navM .con {display: block; font-size: 16px;}
	.navM .con>ul {width: 100%; margin: 0 auto;
	 margin-top:1em;}
	   
	.navM li { text-transform: uppercase;
		border-top: 1px solid rgba(255,255,255,0.3);
		position: relative;z-index: 0;	}   
	.navM li:first-child {border-top: 0;}
	.navM .con>ul>li { padding: 0 1em; }
	.navM .title { font-weight: bold; }
	.navM .title a {color: #fff;}
	.navM .title a:hover {color: rgba(255,255,255,0.8);}
	.navM a {color: #eaeaea;display: block;	}
	.navM .con>ul>li li { line-height: 2;}
	.navM a:hover {	color: #fff;	}
	.navM li .title { display: flex; justify-content: space-between; align-items: center;}

	.navM ul ul { position: static;	height: 0;	overflow: hidden;
		transition: height 2s; font-size: 0.9em; line-height: 3.4em;	}
	.navM ul ul li { border-top:0 ;}
	.navM ul ul li a {text-indent: 1em; border-top:0 ; 	}

	.navM li .arrow {display: block;
		height:0.9em;
		width: 0.9em; 
		background: url(../images/arrow.svg) center center no-repeat;
		background-size:contain;
		
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	.navM li.show .arrow {
		transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
	}
	.navM ul .sub_nav_s .sub_nav { height: auto;}
	.navM li.show>.sub_nav { padding: 0.9em 0;
		height: auto;border-top: 1px solid  rgba(255,255,255,0.3); 
	}

.position { margin-top: 2em; text-align: left; color: rgba(0,0,0,0.5);}
.position a {display: inline-block;color: rgba(0,0,0,0.5);}
.position a:hover { text-decoration: underline;color: rgba(0,0,0,1);}
.position span {display: inline-block; }
.position .line { display: inline-block; margin: 0 0.4em; }
.position span.cur { color: #000;}
 
/*底部*/
.footer { position: relative; z-index: 0; 
 color: #ccc;text-align: left; width: 100%;  
 background: #091420 url(../images/footer/footer-bg.webp) center center no-repeat;
  background-size:cover ;}
.footerTop { padding:4em 0 2em;border-bottom:1px solid rgba(255,255,255,0.16); 
display: flex; justify-content: space-between; align-items: flex-end;}

.footerTop .fLogo img { height: 2.5em; width: auto; display: block;}
.footerTop .links { display: flex; justify-content: flex-start;align-items: flex-start;}
.footerTop .links a img,
.footerTop .links .ewmPop .pics img { display: block; width: 2.5em; height: 2.5em;
filter:alpha(opacity=70);-moz-opacity:0.7; opacity:0.7;}
.footerTop .links a:hover img,
.footerTop .links .ewmPop:hover .pics img {
	filter:alpha(opacity=100);-moz-opacity:1.0; opacity:1.0;}

.footerTop .links .ewmPop { position: relative; z-index: 0;}

.footerTop .links a,
.footerTop .links .ewmPop { display: block; margin-left: 3.5em;}

.footerTop .links .ewmPop .ewm { position: absolute; top: -6em; left: 50%;
 margin-left: -2.9em;
width: 5.5em; height: 5.5em; display: none;}

.footerTop .links .ewmPop:hover .ewm { display: block;}

.footerCen { padding: 2.5em 0 5em;}
.footer .fnav { 
 flex-wrap: wrap; display: flex; justify-content:space-between; align-items: flex-start;}
.footer .fnav dl { width: 15.5em;}
.footer .fnav dl dt { color: #fff; font-weight: bold; }
.footer .fnav dl dt a { color: #fff;  }
.footer .fnav dl dd { margin-top: 1.2em;  color: rgba(255,255,255,0.75); line-height: 2.1em; }
.footer .fnav dl dd a {color: rgba(255,255,255,0.75);}
.footer .fnav dl dd a:hover {color: rgba(255,255,255,1);}

.footer .cont .item {
 display: flex;  justify-content: flex-start;
align-items: flex-start;}
.footer .cont .item .t_2 { flex: 1; margin-left: 0.5em;}

.footer .ewm { text-align: center;}
.footer .ewm  ul {display: flex; justify-content: flex-start; align-items: flex-start;} 
.footer .ewm  li { margin-right: 2.6em; padding: 0.5em 0.5em 0.1em;
 background-color: rgba(255,255,255,0.13);
 border-left:1px solid rgba(255,255,255,0.24) ;
 border-right:1px solid rgba(255,255,255,0.15);
-moz-border-radius:0.4em; -webkit-border-radius:0.4em; border-radius:0.4em;}
.footer .ewm .pic { margin-bottom: 0.3em;width: 5.5em; height:5.5em; background-color: #000;
}
.footer .ewm li:nth-child(2n) { margin-right: 0;}
.footer .ewm img { display: block; width: 5.5em; height:5.5em; object-fit: contain;}

.footer a { color: #ccc;}
.footer a:hover { color: #fff;}

.footer .footerBot { border-top:1px solid rgba(255,255,255,0.16); 
display: flex; justify-content: space-between; align-items: center; 
padding: 1.3em 0 1.2em;}
.footer .footerBot .copyRight { color: rgba(255,255,255,0.75); text-align: left;}
.footer .footerBot .links a { margin-left: 0.8em; display: inline-block; color: #00C2FF;}

@media only screen and (max-width:828px) {
.footerTop { display: block;}
.footerTop .links { margin-top: 2em; 
display: flex; justify-content:flex-start;align-items: flex-start;}
.footerTop .links a, .footerTop .links .ewmPop { margin-left: 3.2em;}
.footer .ewm { margin-top: 0;}
.footer .cont { line-height: 1.5; margin-top: 0; padding-top: 0;}
.footerCen { padding-top: 2em;}
.footer .fnav { display: block;}
.footer .fnav dl { margin-top: 3em;}
/*.footer .fnav dl:nth-child(1) {  display: none;}
.footer .fnav dl:nth-child(2) { display: none; }*/
/*.footer .ewm img {width: 5em; height: 5em;}
.footer .ewm .pic { margin-bottom: 0.3em;/*width: 5.5em; height:5.5em;*/ background-color: #000;*/
}
}

.page { margin-top: 2.9em;	text-align: center;	color: #909397; line-height:2; }
@media only screen and (max-width:828px) {
	.page { font-size: 12px;}
}
.page a,
.page .dot {
	display: inline-block;
	color: #909397; 
	padding: 0.1em 0.7em 0; 
	margin: 0.5em 0.2em 0;
}
.page a:hover { color: #00376F;  }
.page .cur {display: inline-block; padding: 0.1em 0.7em 0; 
	margin: 0.5em 0.2em 0; font-weight: bold; ;color: #00376F;}

.page .prev { color: #00376F; font-weight: bold; background-color: rgba(255,255,255,0.9);
	display: inline-block;font-family: "宋体";
}
.page .next { color: #00376F;font-weight: bold; background-color: rgba(255,255,255,0.9);
	display: inline-block;font-family: "宋体";
}
.page .prev:hover,
.page .next:hover{ background-color: #ffffff;}
.page .disabled { color: #bed1e3; background-color: rgba(255,255,255,0.5);}


.btnBlue { display: inline-block; cursor: pointer; color: #fff; line-height: 1.5;
 padding: 0.65em 2.7em 0.55em; background-color: #004990; border: 1px solid #004990;   text-align: center;
 text-transform: uppercase; letter-spacing: 0.1em;
transition: all 0.5s;
-webkit-transition:all 0.5s; }
.btnBlue::after {  content: ""; display: inline-block; width: 1em; height: 1em;
background: url(../images/arrow_3.svg) center center no-repeat;
background-size:contain ; margin-left: 0.2em; position: relative; z-index: 0; top: 0.15em;
transition: all 0.5s;
-webkit-transition:all 0.5s;}
.btnBlue:hover { background-color: #004990; border: 1px solid #004990; color: #fff;
}
.btnBlue:hover::after {
	transform: translate(0.3em,0);
	-ms-transform: translate(0.3em,0); /* IE 9 */
	-webkit-transform: translate(0.3em,0); /* Safari and Chrome */
}

.btnBlue2 { display: inline-block; cursor: pointer; line-height: 1.5;
 padding: 0.65em 2.7em 0.55em; color: #004990; border: 1px solid transparent; 
 text-align: center;
 text-transform: uppercase; 
transition: all 0.5s;
-webkit-transition:all 0.5s; }
.btnBlue2::after {  content: ""; display: inline-block; width: 1em; height: 1em;
background: url(../images/arrow_6.svg) center center no-repeat;
background-size:contain; margin-left: 0.4em; position: relative; z-index: 0; top: 0.2em;
transition: all 0.5s;
-webkit-transition:all 0.5s;}
.btnBlue2:hover { background-color: #004990; border: 1px solid #004990; color: #fff;

}
.btnBlue2:hover::after {
	background-image: url(../images/arrow_3.svg);
	transform: translate(0.3em,0);
	-ms-transform: translate(0.3em,0); /* IE 9 */
	-webkit-transform: translate(0.3em,0); /* Safari and Chrome */
}


.btnBlue3 { display: inline-block; cursor: pointer; color: #fff; line-height: 1.5;
 padding: 0.6em 2em 0.5em; 
 background-color: #004890; border: 1px solid #004890;   text-align: center;
 text-transform: uppercase; letter-spacing: 0.1em;
transition: all 0.5s;
-webkit-transition:all 0.5s; }
.btnBlue3:hover { background-color: #fff; border: 1px solid #004890; color: #004890;
}


.btnBlue4 { display: inline-block; cursor: pointer; color: #004990; line-height: 1.5;
 padding: 0.65em 1.5em 0.55em 1.2em; background-color: #fff; border: 1px solid #004990;   text-align: center;
 text-transform: uppercase; 
transition: all 0.5s;
-webkit-transition:all 0.5s;  font-weight: bold;}
.btnBlue4::after {  content: ""; display: inline-block; width: 1em; height: 1em;
background: url(../images/arrow_8.svg) center center no-repeat;
background-size:contain ; margin-left: 1.5em; position: relative; z-index: 0; top: 0.15em;
transition: all 0.5s;
-webkit-transition:all 0.5s;}
.btnBlue4:hover { background-color: #fff; border: 1px solid #004990; color: #004990;
}
.btnBlue4:hover::after {
	transform: translate(0.3em,0);
	-ms-transform: translate(0.3em,0); /* IE 9 */
	-webkit-transform: translate(0.3em,0); /* Safari and Chrome */
}

/*下拉选择框*/
.selBoxW { margin-top: 1.9em; text-align: left; color: #444;}
.selBox {
  position: relative;
  display: inline-block;
  z-index: 10;
  width: 26.7em;
  height: 3em; text-align: left; margin-right: 0.75em;
}

.selBox.show {
  z-index: 11;
}

.selBox .selBtn {
  position: relative;
  z-index: 0;
  cursor: pointer;
  color: #444;
  padding: 0 2em 0 0.9em;
  line-height: 3em; background-color: #fff;
  border: 1px solid #e5e5e5;
}
.selBox.show .selBtn {  border: 1px solid #0075be;}

.selBox .selBtn .txt {
  display: inline-block;
  vertical-align: middle;
}

.selBox .selBtn .arr {
  position: absolute;
  right: 1.3em;
  top: 50%;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 6px;
  background: url(../images/arrow_5.png) center center no-repeat;
  background-size: contain;
}
.selBox.show .selBtn .arr {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
}

.selBox .dropDown {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 3.7em;
  width: auto;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  line-height: 3em;
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
  box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
  max-height: 18.9em;
  overflow-y: auto;
}

.selBox .dropDown li {
  cursor: pointer;
  padding: 1px 1.2em 0;
  color: #444;
  border-bottom: 1px solid #eaeaea;
}

.selBox .dropDown li:last-child {
  border-bottom: 0;
}

.selBox .dropDown li a {
  color: #444;
}

.selBox .dropDown li:hover {
  background-color: #0075be; color: #fff;
}


.videoBox { background-color: #000; position: relative; z-index: 0; left: 0; top: 0; width: 100%;
height: 100%;}
.videoAboutI { position: relative;  width: 80%; margin: 6.7em auto 0; padding-top:38% ;}
.videoBox img { display: block; width:100%; height:100%; object-fit: cover;}
.videoBox video { width:100%; height:100%; object-fit: cover;}
.videoBox .btnPlay { cursor:pointer; position: relative; z-index:100; margin:6em auto 0;
 width:7.74em; padding-top: 7.74em;
background:url(../images/play.png) center center no-repeat; background-size:16.1% auto;
border: 1px solid rgba(255,255,255,0.2);
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}
.videoBox .btnPlay::after { content: ""; display: block;
 position: absolute; left: 5%; top: 5%; bottom: 5%; right: 5%;
border: 1px solid rgba(255,255,255,0.4);
background-color: rgba(255,255,255,0.1);
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
}
.videoBox.videoPlay .btnPlay { display: none; background-image:url(../images/stop.png)}

.videoBox .picMask {z-index:1; position:absolute; top:0%; left:0%; 
width:100%; height:100%; background: center center no-repeat; background-size:cover;}
.videoBox.videoPlay:hover .btnPlay { display:block;}
.videoBox.videoPlay  .picMask { display: none;}

@media only screen and (max-width:828px) {
	.videoBox .btnPlay {}
}



/*合作伙伴*/
.coopBox { position: relative; z-index: 0; padding: 7.5em 0; max-width: 1920px; margin: 0 auto;
background: url(../images/home/coop/coop_bg.png) center center no-repeat;
background-size: contain;
}
.coopBox .tit { margin: 0 1em ; text-align: center; font-weight: bold; letter-spacing: 0.05em;}
.coopBox .tit::after { content: ""; display: block; margin: 0.6em auto 0;
background-color: #004990; width: 0.4em; height: 0.09em;}
.coopBox .coopList { margin-top: 4.5em;}
.coopBox .coopList img { display:inline-block; width: 18.1em; height: 8.1em;
object-fit: contain; margin-left: -0.2em;}

@media only screen and (max-width:828px) { 
	.coopBox { padding: 5em 0;}
	.coopBox .coopList img {  width: 9em; height: 4em;}
	.coopBox .coopList { margin-top: 4em;}
}
.apoi { position: absolute; top: -10.6em; left: 0;}
.gotop {
	    display: none;
	    cursor: pointer;
	    position: fixed;
	    bottom: 5%;
	    right: 2em;
	    width: 2.7em; height: 2.7em; border: 2px solid #fff;
	    transition: all 0.3s;
	    -webkit-transition:all 0.3s;
		background:#f3f5f7 url(../images/arrow_10.svg) center center no-repeat;
		background-size:0.875em auto ;
		-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
		-moz-box-shadow: 0 0 0.5em rgba(0, 0, 0, .1);
		-webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, .1);
		box-shadow: 0 0 0.5em rgba(0, 0, 0, .1);
}
