@charset "utf-8";
/* CSS Document */
html,body {
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background-color: #252525; overflow-x: hidden; width: 100%; 
}

input,textarea {
	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: #fff;}
a:hover {	color: #fff;	text-decoration: none;}
a img {	border: 0;}

input::-webkit-input-placeholder{	color: #555555;}
input::-moz-placeholder{	color: #555555;}
input:-ms-input-placeholder{	color: #555555;}

textarea::-webkit-input-placeholder{	color: #555555;}
textarea::-moz-placeholder{	color: #555555;}
textarea:-ms-input-placeholder{	color: #555555;}


.wrap { position: relative; z-index: 0; overflow: hidden; width: 100%;}

.con { width:95.2%; margin: 0 auto;}
    .font72 { font-size: 72px;}
	.font52 { font-size: 52px;}
	.font48 { font-size: 48px;}
	.font45 { font-size: 45px;}
	.font42 { font-size: 42px;}
    .font38 { font-size: 38px;}
	.font36 { font-size: 36px;}
	.font32 { font-size: 32px;}
	.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;}
	.font12 { font-size: 12px;}
@media only screen and (max-width:1530px) {
	html,body { font-size: 1vw;}
	
	.font72 { font-size: 4.7vw;}
	.font52 { font-size: 3.4vw;}
	.font48 { font-size: 3.1vw;}
	.font45 { font-size: 3vw;}
	.font42 { font-size: 2.7vw;}
	.font38 { font-size: 2.35vw;}
	.font36 { font-size: 1.87vw;}
	.font32 { font-size: 2.1vw;}
	.font26 { font-size: 1.7vw;}
	.font24 { font-size: 1.46vw;}
	.font22 { font-size: 1.43vw;}
	.font20 { font-size: 1.3vw;}
	.font18 { font-size: 1.17vw;}
	.font16 { font-size: 1vw;}
	.font14 { font-size: 0.9vw;}
	.font12 { font-size: 0.78vw;}
}


@media only screen and (max-width:828px) {
	html,body { font-size: 16px;}
	.con { width:auto; margin: 0 1em; }
}
@media only screen and (max-width:420px) {
	html,body { font-size: 14px;}
}
@media only screen and (max-width:370px) {
	html,body { font-size: 12px;}
}

@media only screen and (max-width:828px) {
.font48 { font-size: 30px;}
.font45 { font-size: 28px;}
.font42 { font-size: 28px;}
.font38 { font-size: 26px;}
.font36 { font-size: 24px;}
.font32 { font-size: 22px;}
.font30 { font-size: 20px;}
.font26 { font-size: 18px;}
.font24 { font-size: 18px;}
.font22 { font-size: 18px;}
.font20 { font-size: 16px;}
.font18 { font-size: 14px;}
.font16 { font-size: 14px;}
.font14 { font-size: 12px;}
.font12 { font-size: 12px;}
}

/*头部*/
.headerW {position: absolute; z-index: 500; left: 0; top: 0; width: 100%;	
height:7em; border-bottom: 2px solid #fff;}

.header { margin: 0 auto; height: 100%;
transition: all 0.5s;
-webkit-transition:all 0.5s;}
.header .con {height: 100%; overflow: visible;
 display: flex; justify-content:space-between; align-items: stretch;}
.header .logo { display: flex; justify-content: center; align-items: center;}
.header .logo img {	display: block;	 height: 3em; width:auto;}
.header .logo img:nth-child(2) { display: none;}

.header .searchBoxW { 
position: relative; z-index: 0;
 display: flex; justify-content: center; align-items: center;}
.header .searchBoxW .btnSearchT {vertical-align: middle;cursor: pointer;
display: inline-block;   color: #fff;
height:1.45em; padding-left: 1.6em;
background: url(../images/search.png) 0 center no-repeat;
background-size:auto 1.25em;
font-size: 18px;
font-weight: bold;
}

.header .searchBoxW.show .btnSearchT { display: none;}

.header .searchBoxW .searchBox { display: none;}

.header .searchBoxW.show .searchBox { display: block;}

@media only screen and (max-width:828px) {
	.header .searchBoxW.show .searchBox { position: absolute; top: 4em; width: 80vw;
	left: 50%; margin-left: -40vw;}
}

.searchBox {height: 2em; line-height: 2em; width: 21.8em;
background-color:rgba(255,255,255,0.3); 
 -moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}
.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: 1em; line-height: 2em; height: 2em;
 width: 100%; outline-width: 0; border: 0; margin: 0; padding: 0;
 background-color: transparent; color: #fff;}
.searchPopup { position: fixed; z-index: 10; left: 0; top: 0; width: 100%; height: 100%;
display: none; justify-content: center; align-items: center;
background-color: #f6f6f6;}
.searchPopup.show { display: flex;}


.header .links { height: 100%; display: flex; justify-content:center; align-items: center;}
.header .c-switch-w { font-size: 1em; display: inline-block;
width: 1.25em; height: 1.25em; justify-content: center; align-items: center;}
.header .c-switch {  display: inline-block; color: #fff;
width: 1.25em; height: 1.25em; cursor: pointer; 
background: url(../images/menu.png) center center no-repeat;
background-size:contain ;} 
.header .c-switch.show {
 display: none;
}

.btnLan { display: block; color: #fff;
 position: relative; z-index: 11; margin-right: 1.3em;}
.btnLan .nameLan { cursor: pointer;}
.btnLan .nameLan::before {content: "";  margin-right: 0.4em; 
position: relative; top: -0.13em; 
	width: 0.87em; height: 0.87em; display: inline-block; vertical-align: middle;
	background: url(../images/arrow.png) center center no-repeat;
	background-size:contain ;
	transition: all 0.1s;
	-webkit-transition:all 0.1s;}
.btnLan .popupLan { position: absolute; text-align: left;
 right: 50%; margin-right: -3.5em; top: 1.5em; width: 7em;
 color: #6b717a; text-align: center; background-color: rgba(255,255,255,0.4);
 -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
 -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
 box-shadow: 0 0 1em rgba(0, 0, 0, .1); display: none; line-height: 2.6em;
 -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.btnLan:hover .popupLan { display: block;}

.btnLan .popupLan .conLan { padding: 0.4em 0; }
.btnLan .popupLan .conLan .txtLan{ margin-top: 0.3em;}
.btnLan .popupLan li {color: #fff; cursor: pointer; padding:0 0.4em 0 0.4em;}
.btnLan .popupLan li:hover { color: #fff; text-decoration: underline;}

.popupNav { display: block; position: absolute; z-index: 400;
 top: 0; height: 100vh; right: -200px; 
 transition: all 0.3s;
 -webkit-transition:all 0.3s;
}
.popupNav.show { right: 0;}
.popupCon { width:180px; height: 100%; background-color: rgba(255,255,255,0.2); 
display: flex; justify-content: center; align-items: center;
-moz-border-bottom-left-radius:2em; 
-webkit-border-bottom-left-radius:2em; 
border-bottom-left-radius:2em;

-moz-border-top-left-radius:2em; 
-webkit-border-top-left-radius:2em; 
border-top-left-radius:2em;

-moz-box-shadow: 0 0 1em rgba(255, 255,255, .7);
-webkit-box-shadow: 0 0 1em rgba(255, 255,255, .7);
box-shadow: 0 0 1em rgba(255, 255,255, .7);
}
.navM ul { width: 125px; margin: 0 auto;}

@media only screen and (max-width:1430px) {
	.popupCon { width:160px;}
	.navM ul { width: 105px;}
}
@media only screen and (max-width:1050px) {
	.popupCon { width:140px;}
	.navM ul { width: 85px;}
}

.navM li { padding: 0.7em 0; line-height: 1.2;
transition: all 0.5s;
-webkit-transition:all 0.5s;
transform: translate(200px,0);
	-ms-transform: translate(200px,0); /* IE 9 */
	-webkit-transform: translate(200px,0); /* Safari and Chrome */

}
.navM li.show {
	transform: translate(0,0);
	-ms-transform: translate(0,0); /* IE 9 */
	-webkit-transform: translate(0,0); /* Safari and Chrome */
}
.navM .title { font-weight: lighter; text-align: left;}
.navM .title a {color: #fff; display: inline-block; position: relative; z-index: 0;
 border-bottom: 1px solid transparent;}
.navM .title a:hover {font-weight: bold; border-bottom: 1px solid #fff; }

/*底部*/
.footer { position: relative; z-index: 0; 
 color: #fff;text-align: left; width: 100%; 
  background: #191919;}
.footerTop { background-color: #252525; padding: 1em 0;}
.footerTop .con {flex-wrap: wrap; display: flex; justify-content: center; align-items: center;}
.footerTop .cont { width: 90%; max-width: 35em;
display: flex; justify-content: center; align-items: center;}
.footerTop .cont .txt {color: #fff;}
.footerTop .cont .line { margin: 0 1em; flex: 1; height: 1px; background-color: rgba(255,255,255,0.4);}
.footerTop .cont .pics { cursor: pointer; width: 1.25em; height:1.25em; 
background: url(../images/mail.png) center center no-repeat;
background-size:contain ;}
  
.footerBot { padding: 5.8em 0 6.2em;}
.footerBot .con{  
	display: flex; justify-content: center; align-items: center;}
.footer .add_1 .tit,
.footer .add_2 .tit{ text-transform: uppercase;}
.footer .add_1 .txt,
.footer .add_2 .txt{ margin-top: 0.7em; line-height: 1.7;}
.footer .fLogo { margin: 0 8.6em;}
.footer .fLogo img {	display: block;	 height: 8.25em; width:auto;}

@media only screen and (max-width:828px) {
	  .footer { padding: 3em 0;}
	  .footerBot .con{  display: block;}
	  .footer .fLogo { margin: 2em auto;}
	  .footer .fLogo img { height: auto; max-width: 80%;}
}

.btn { display: inline-block; cursor: pointer; color: #fff; line-height: 3.2;
 padding: 0 4em;  text-transform: uppercase;
transition: all 0.5s;
-webkit-transition:all 0.5s; border: 1px solid #fff; background:none
}
.btn:hover { background-color: #000}

/*下拉选择框*/
.selBoxW {display: flex;justify-content: space-between; align-items: flex-start;}
.selBox_1 { width: 49.5%;}
.selBox_2 { width: 49.5%;}
.selBox {
  position: relative;
  display: inline-block;
  z-index: 10;
  width: 100%;
  height: 2.5em; text-align: left;
}

.selBox.show {
  z-index: 11;
}

.selBox .selBtn {
  position: relative;
  z-index: 0;
  cursor: pointer;
  color: #fff;
  padding: 0 2em 0 0;
  line-height: 2.5em; 
}
.selBox .selBtn.gray { color: #555;}
.selBox.show .selBtn {  }

.selBox .selBtn .txt {
  display: inline-block;
  vertical-align: middle;
}

.selBox .selBtn .arr {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  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.5em;
  width: auto;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  line-height: 3.4em;
  -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 1em 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: #1eb3c7; color: #fff;
}

@media only screen and (max-width:828px) {
	.selBoxW {display: block;}
	.selBox_1 { width: 100%;}
	.selBox_2 { width: 100%; margin-top: 1em;}
}

.contBox { padding: 3.4em 0 2.5em; 
background: url(../images/cont_bg.png) center center no-repeat;
background-size:cover ;}
.contBox .txtb { margin: 0 auto 0; max-width: 39em; width: 90%;
color: #fff;text-align: center;}
.contBox .txtb .tit { letter-spacing: 0.1em; }
.contBox .txtb .intro { margin-top: 0.9em;}
.contBox .txtb .btnW { margin-top: 1em;}
.contBox .txtb .btnW .btnWhite {}
@media only screen and (max-width:828px) {
	.contBox .txtb {  width: 100%; }
}

.popupCont { position: fixed; z-index: 1000; left: 0; top: 100px; width: 100%; height: 100%;
background-color: rgba(0,0,0,0.2); display: none; justify-content: center; align-items: flex-start;}
.popupCont.show { display: flex;}
.popupCont .popupBox { background-color: #232323; max-width: 630px;
width: 90%; text-align: left; color: #fff;
-moz-border-radius:0.7em; -webkit-border-radius:0.7em; border-radius:0.7em;
-moz-box-shadow: 0 0 1em rgba(255, 255, 255, .5);
-webkit-box-shadow: 0 0 1em rgba(255, 255, 255, .5);
box-shadow: 0 0 1em rgba(255, 255, 255, .5);
}
.popupCont .popupBox .conP { padding:1.1em 3em 2em;
display: flex; flex-wrap:wrap; justify-content: flex-start; align-items: flex-start;}
.popupCont .popupBox .conP form { width: 100%;
	display: flex; flex-wrap:wrap; justify-content:space-between; align-items: flex-start;}
.popupCont .popupBox .conP dl { width: 100%; margin-top: 1.6em;
border-bottom: 1px solid rgba(255,255,255,0.8);}
.popupCont .popupBox .conP dl.dl_2 { width: 47%;}
.popupCont .popupBox .conP dt { font-size: 0.85em; line-height: 1;}
.popupCont .popupBox .conP dd { ;}
.popupCont .popupBox .conP .iW { }
.popupCont .popupBox .conP dl.textareaW { padding: 1em 1em;
border: 1px solid rgba(255,255,255,0.8);
}
.popupCont .popupBox .conP .input { font-size: 1em;
 width: 100%; height: 2.5em; line-height: 2.5em;
border: 0; margin: 0; padding: 0; outline-width: 0;
background-color: transparent; color: #fff;}
.popupCont .popupBox .conP .textarea { display: block; font-size: 1em;
 width: 100%; height: 3.9em; line-height: 1.3em;
border: 0; margin: 0.7em 0 0; padding: 0; outline-width: 0;
background-color: transparent; color: #fff;}
.popupCont .popupBox .conP .btnW{ width: 100%; margin-top: 1.6em; text-align: center;}


.protocol { width: 100%; text-align: left;  margin-top:1em; color: rgba(255,255,255,0.8); }
.protocol label { cursor: pointer;}
.protocol a { color: #009cbb;}
.protocol a:hover {color: #009cbb; text-decoration: underline;}
.protocol span.check { display: inline-block; 
position: relative; z-index: 0; top: -0.1em;
 width: 1.1em; height: 1.1em; border: 1px solid #bcc3c5;
overflow: hidden; margin-right: 0.2em;}
.protocol span.check input { position: absolute; left: -3px; top: -16px;}
.protocol span.checked { 
	  background:  url(../images/checked.png) center center no-repeat;
	  background-size:contain ;}
	  
.protocol span {vertical-align: middle;}
