@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: #22b8cb;	text-decoration: none;}
a img {	border: 0;}

input::-webkit-input-placeholder{	color: #9fadb3;}
input::-moz-placeholder{	color: #9fadb3;}
input:-ms-input-placeholder{	color: #9fadb3;}

textarea::-webkit-input-placeholder{	color: #9fadb3;}
textarea::-moz-placeholder{	color: #9fadb3;}
textarea:-ms-input-placeholder{	color: #9fadb3;}


.wrap { overflow: hidden; border-top:64px solid #222 ; }
.wrapT { padding-top: 93px;}
.con { width:94%; max-width: 1440px;  margin: 0 auto;}
.con2 { width:84%; max-width: 1200px;  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,.con2 { 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;}
}

.bgGray { background-color: #f6f6f6;}

.bgWhite { background-color: #fff;}

/*头部*/
.headerW {position: fixed; z-index: 500; left: 0; top: 0; width: 100%;	
height:64px;  background-color: rgba(0,0,0,0.65);
transition: all 0.5s;
-webkit-transition:all 0.5s;
}

.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: 40px; width:auto;}
.header .logo img:nth-child(2) { display: none;}

@media only screen and (max-width:980px) {
	.header .logo img {	 height: 40px;}
}

.header .links { display: flex; justify-content: flex-start; align-items: center;}
.header .links .btnSearchT {vertical-align: middle;cursor: pointer;
display: inline-block;  margin-left: 1.5vw; color: #fff;
width: 2.875em; height: 2.875em;
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
background: center center no-repeat;
background-size:39.1% auto ;background-image:url(../images/search.png);
display: none;}

.header .links .btnSearchT.show { background-color: #008cd6;
background-image:url(../images/search_3.png);}

.header .links .searchBoxW { display: block; vertical-align: middle;
position: relative; z-index: 0;}

.searchCon {max-width: 978px; width: 90%;}
.searchCon .tit { display: flex; justify-content: space-between; align-items: center;}
.searchCon .tit .name { color: #222;}
.searchCon .tit .close { width: 0.9em; height: 0.9em;
cursor: pointer;
background: url(../images/close.png) center center no-repeat;
background-size:contain;}

.searchBox {height: 2.4em; line-height: 2.4em; 
background-color: rgba(255,255,255,0.2);
 border: 2px solid #23a8b4;
 -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 0.4em 0 1.2em;}
.searchBox form .iw .input { font-size: 1em; line-height: 2.4em; height: 2.4em;
 width: 9.6em; outline-width: 0; border: 0; margin: 0; padding: 0;
 background-color: transparent; color:#fff}
.searchBox form .btnSearch { margin-right: 0.4em; cursor: pointer;
width: 2.4em; height: 2.4em; 
background: url(../images/search.png) center center no-repeat;
background-size:64.7% auto;
}

.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;}

@media only screen and (max-width:828px) {
	
	.searchBox {  margin: 0 auto;}
	.searchBoxW { font-size: 12px;}
	.searchBox form .btnSearch { font-size: 12px;}
	
}

.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,
.headerC .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);
}

@media only screen and (max-width:828px) {	
	.header .c-switch-w { display: flex;}
	.header .c-switch.show::after { left: -30%; top: -30%; width: 160%; height: 160%;}
}

@media only screen and (max-width:828px) {
.headerW { height: auto ;transition: all 0s; height: 3.6em;}
.header { width: 100%; height: 100%; justify-content: space-between;}
.header .con { width: auto;}
.header .logo img {	display: block;	 width: auto; height: 2em; }
.header .links { flex: 1; width: 100%;
 font-size: 12px; display: flex; justify-content: flex-end; align-items: center;}
.header .links .searchBoxW { margin-right: 0.3em;}
.header .c-switch .iconfont { font-size: 3.6vw;}
}

/*头部导航*/
.navW {	display: flex; justify-content: space-between; align-items: center;}
.nav { 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; padding: 0 1.4vw; 
}
@media only screen and (max-width:980px) {
	.nav>ul>li { padding: 0 1em; }
}
@media only screen and (max-width:828px) {
	.nav>ul>li { padding: 0 2vw; }
}
.nav>ul>li:last-child { padding-right: 0;}
.nav>ul>li>a,.nav>ul>li>span {
	position: relative;
	z-index: 1; height: 100%;
    display: flex; justify-content: center; align-items: center; cursor: pointer;
 color: #fff;
/* transition: all 0.5s;
 -webkit-transition:all 0.5s; */
}
.nav>ul>li>a .arrow { width: 1em; height: 1em;
background: url(../images/arrow_4.png) center center no-repeat;
background-size:contain; margin-left: 0.4em;}
.nav>ul>li>a:hover {color: #0c8494;}
.nav>ul>li>a:hover::after { content: ""; display: block;
position: absolute; left: 0; right: 0; bottom: 0.7em;
height: 0.42em;
background: url(../images/light.png) center center no-repeat;
background-size:contain ;}


.nav>ul>li.cur a { color: #0c8494; font-weight:bold}
.nav>ul>li.cur>a::after { content: ""; display: block;
position: absolute; left: 0; right: 0; bottom: 0.7em;
height: 0.42em;
background: url(../images/light.png) center center no-repeat;
background-size:contain ;}


.nav>ul:hover>li.cur a { color: #0c8494; }
.nav>ul:hover>li.hover.cur a {  color: #0c8494;}

.nav .sub_nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%; margin-left: -5em;  width: 10em; text-align: center;
	background: rgba(255,255,255); font-size: 0.9em;
	-moz-box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	background-color: #fff;}	

.nav .sub_nav li {  line-height: 3em; height: 3em;
 overflow: hidden;
 border-top:1px solid #eee;  }
.nav .sub_nav li a {color: #7d7d7d; padding:0 0.5em; display: block; position: relative; z-index: 0;}
.nav .sub_nav li a:hover { font-weight: bold;color: #213728;}

.nav>ul>li.liW { position: static; }
.nav>ul>li.liW .sub_nav { left: 0; margin-left: 0; width: 100%;
padding: 3.1em 0;

-moz-box-shadow:inset  0 0.4em 0.4em rgba(0, 0, 0, .1);
-webkit-box-shadow:inset   0 0.4em 0.4em rgba(0, 0, 0, .1);
box-shadow:inset   0 0.4em 0.4em rgba(0, 0, 0, .1);}
.nav>ul>li.liW .sub_nav li { border-top:0;height: auto; padding: 0; }
.nav>ul>li.liW .sub_nav .con { display: flex; 
justify-content: space-between; align-items: flex-start;}
.nav>ul>li.liW .sub_nav  .conL { width: 27.8%;}
.nav>ul>li.liW .sub_nav  .conL .pic { position: relative; z-index: 0; padding-top: 62.2%;
display: none;}
.nav>ul>li.liW .sub_nav  .conL .pic img { position: absolute;
left: 0; top: 0; width: 100%; height: 100%; object-fit: contain;}
.nav>ul>li.liW .sub_nav  .conL .pic:nth-child(1) { display: block;}
.nav>ul>li.liW .sub_nav  .conR { margin-left: 4.7%; width: auto; flex: 1;}
.nav>ul>li.liW .sub_nav  .conR .tab { color: #666; line-height: 1.3;
 border-bottom: 1px solid #e5e5e5; }
.nav>ul>li.liW .sub_nav  .conR .tab span { display: inline-block; margin-right: 5.2%;
padding-bottom: 1.2em;}
.nav>ul>li.liW .sub_nav  .conR .tab span.cur { color: #008cd6;}
.nav>ul>li.liW .sub_nav  .conR .conPZ {}
.nav>ul>li.liW .sub_nav  .conR .conP { display: none;}
.nav>ul>li.liW .sub_nav  .conR .conP:nth-child(1) { display: block;}
.nav>ul>li.liW .sub_nav .proList { display: flex; justify-content: flex-start; align-items: flex-start;}
.nav>ul>li.liW .sub_nav .proList .item { margin-top: 4.4%; width: 8.3%; margin-right: 7.5%;}
.nav>ul>li.liW .sub_nav .proList .item .pic{position: relative; z-index: 0; padding-top: 119%;}
.nav>ul>li.liW .sub_nav .proList .item .pic img{position: absolute;
left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
/*电脑版下拉菜单*/
.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.6);
}
@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;
background: #fff ;
display: flex; flex-direction: column; justify-content: space-between; align-items: stretch;}
.popupCon .navM {flex: 1; display: block;}
  
.navM { top: 0; margin-top: 109px; margin-bottom:0;
		overflow-y: auto;
		line-height: 1.5;
		text-align: left;
		overflow-y: auto;  position: relative;	z-index: 0;
		background-color: #242424}
    .navM .con { position: relative; z-index: 0; width: auto;}
	.navM .con>ul {font-size: 1em; width: 100%; margin: 0 auto; position: relative;
	 margin-top:1em;
	   display: flex; justify-content: space-around; align-items: flex-start;	}
	.navM .con>ul>li { padding: 0 1em; flex: 1; }
	.navM .con>ul>li:first-child { flex: 2;}
	.navM .title { font-weight: bold; font-size:1.33em;}
	.navM .title a {color: #fff;}
	.navM .title a:hover {color: rgba(255,255,255,0.8);}
	.navM a {color: #eaeaea;	}
	.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;padding: 0 0 1em;}
	.navM li .sub_nav_z { margin-top: 0.2em; display: flex; justify-content: flex-start; align-items: flex-start;}
	.navM li .sub_nav_z .sub_nav_s { width: 49%; margin-right: 1%;}
	.navM li .sub_nav_z .sub_nav_s .title { font-size: 1em;}


@media only screen and (max-width:828px) {
	.navW .nav { display: none !important;}
	.navM { margin-top:0;
		padding: 0 0.6em 0;
		overflow-y: auto;
		font-size: 14px;
		line-height: 3.2;
		text-align: left;
		overflow-y: auto;
	}
	.navM .con { padding-top: 3.6em;}
	.navM .con>ul { display: block; width: 100%; font-size: 16px;}
	.navM .con>ul>li { padding: 0;}
	.navM li { text-transform: uppercase;
		border-top: 1px solid rgba(255,255,255,0.5);
		position: relative;		z-index: 0;	}
	
	.navM li:first-child {border-top: 0;	}
	.navM .title { font-size: 1em;}
	.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 a {display: block;	}
	.navM li .title { display: flex; justify-content: space-between; align-items: center;
	padding: 0;}
	.navM li .arrow {display: block;
		height:1em;
		width: 1em; margin-right: 1em;
		background: url(../images/arrow_4.png) center center no-repeat;
		background-size:1em auto;
	}
	.navM li dd { padding-left: 1.5em;}
	.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); 
	}
	.navM li.show ul .sub_nav_p { padding-left: 2em; display: flex; justify-content: flex-start;
	align-items: stretch;flex-wrap: wrap; text-align: center; line-height: 1.2; padding-bottom: 1.2em;}
	.navM li.show ul .sub_nav_p a {text-indent: 0;}
	.navM li.show ul .sub_nav_p li { padding-top: 1em; width: 32%; margin-right: 2%;}
	.navM li.show ul .sub_nav_p li:nth-child(2n) { margin-right: 0;}
	.navM li.show ul .sub_nav_p .pic { display: block; position: relative; z-index: 0;
	 padding-top:70%; width: 70%; margin: 0 auto 0.5em;	}
	.navM li.show ul .sub_nav_p .pic img { position: absolute;
	 width: 100%; height: 100%; left: 0; top: 0; object-fit: contain;}
}


.posiBox { background-color: #f8f8f8;}
.posiBox .con { display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center;}
.posiBox .subNav { line-height: 4.4em;}
.posiBox .subNav ul { display: flex; flex-wrap: wrap; justify-content:flex-start; align-items: center;}
.posiBox .subNav li {  margin:0 4.5em 0 0;  }
.posiBox .subNav a {display: block; color: #333;}
.posiBox .subNav a:hover { color: #0099cc; text-decoration: none;}
.posiBox .subNav li.cur { position: relative; z-index: 0;}
.posiBox .subNav li.cur a { font-weight: bold;}
.posiBox .subNav li.cur::after { position: absolute; display: block;  content: "";
left: 0; bottom: 0; height: 2px; width: 100%; background-color: #0099cc;}
@media only screen and (max-width:1920px) {
	.posiBox .subNav li {  margin:0 4.1vw 0 0;  }
}

.position { margin-top: 0.8em; 
 text-align: left; color: #58595b;  padding: 2em 0 2em; line-height: 1.5em;}
.position .icon { position: relative; top: 0.3em; width: 1.4em; height: 1.4em;
 background: url(../images/home.png) center center no-repeat;
 background-size:contain ;}
.position a {display: inline-block; color: #58595b;}
.position a:hover {color: #22b8cb;;}
.position span {display: inline-block; }
.position .line { display: inline-block; margin: 0 0.4em; color: #c8d1d8; font-weight: bold; font-size: 0.8em;}

@media only screen and (max-width:828px) {
.posiBox .con { display: block;}
.posiBox .subNav { border-top:1px solid #ccc; margin-top: 0; }
.posiBox .subNav li {  margin:0 1.5em 0 0;  }
}



.newBox { padding: 3.4em 0 8.7em;}
.newBox .tit .en { padding: 0.05em 1em 0; display: inline-block; line-height: 1.65;
border: 1px solid #e3e6e7;
-moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;}
.newBox .tit .name { margin-top: 0.1em; font-weight: bold; }

.newBox .conN {; display: flex; justify-content: space-between; align-items: stretch;}
.newBox .conR { margin-top: 1.8em;  margin-right: 5.4%;
 width: 34.6%;text-align: left;}

.newBox .conR .list{ height: 100%;  color: #333;  line-height: 1.5;
display: flex; flex-direction: column; justify-content: space-between; align-items: stretch;}
.newBox .conR .list .line { height: 1px; background-color: #f1f3f4;}
.newBox .conR .list dl { padding: 3.5% 0; display: flex; 
 justify-content: flex-start; align-items: center;}
.newBox .conR .list dl dt { width: 40%;}
.newBox .conR .list dl dt .pic { display: block; cursor: pointer;
 position: relative; z-index: 0;
padding-top:56.3%; overflow: hidden;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
.newBox .conR .list dl dt img { position: absolute;
left: 0; top: 0; width: 100%; height: 100%;object-fit: cover;transition: all 0.5s;}



.newBox .conR .list dl:hover img {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}






.newBox .conR .list dl dd { flex: 1; margin-left: 4.2%;}
.newBox .conR .list dl dd .name { margin-top: 0.5em;
line-height: 1.5; font-weight: normal; height: 3em; overflow: hidden;}
.newBox .conR .list dl dd .name a {color: #333;}
.newBox .conR .list dl dd .name a:hover { color:#017a8a}
.newBox .conR .list dl dd .about {  color: #555;}

.newBox .conL { margin-top:  1.8em; width: 58.4%; }
.newBox .conL .pic { display: block;cursor: pointer;
 width: 100%; position: relative; z-index: 0; padding-top: 55.4%; overflow:hidden
 }
.newBox .conL .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%;
object-fit: cover;transition: all 0.5s;}



.newBox .conL .pic:hover img {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}



.newBox .conL .txtb { position: absolute; bottom: 0; right: 0; left: 0;
padding: 1em 1.2em 0.7em; text-align: left;
background-color: rgba(0,0,0,0.6);}
.newBox .conL .txtb .name { margin-top: 0.1em;color: #fff;
line-height: 1.5; font-weight: normal; height: 1.5em; overflow: hidden;}
.newBox .conL .txtb .about {  color: #fff; height: 1.5em; overflow: hidden;}
@media only screen and (max-width:828px) {
	.newBox { padding-bottom: 3.4em;}
	.newBox .conN { display: block;}
	.newBox .conR { width: 100%;}
	.newBox .conL { width: 100%; margin-top: 2em;}
}

.iTit .name { color: #0b173f; font-weight: bold;}
.iTit .intro { margin-top: 0.1em; color: #a5a7b0; }
 
.contactBox { background: #f2f2f2; color: #666870; padding: 4.4em 0 3.7em;
 text-align: left;}
.contactBox .con {display: flex; justify-content: space-between; align-items: stretch;}
.contactBox .conL { width: 67.8%; margin: 0 auto 0 0;
border-right:1px solid #d4d5d9;}
.contactBox .conR { flex: 1; margin-left: 6%;}

.contactBox .conL .tit {color: #0b173f; font-weight: bold;}
.contactBox .form { margin-right: 8.3%; color: #bebebe;
display: flex; flex-wrap: wrap; 
justify-content: space-between; align-items: flex-start;}
.contactBox .form form { width: 100%;
 display: flex; flex-wrap: wrap;
 justify-content: space-between; align-items: flex-start;}

.contactBox .form dl { margin-top: 2em; width: 30%; border-bottom: 1px solid #d4d5d9;
display: flex; justify-content: flex-start; align-items: center;}
.contactBox .form dl dt { font-weight: normal;}
.contactBox .form dl dd { flex: 1;}
.contactBox .form dl.dl2 { width: 100%;}
.contactBox .form dl.dl3 { width: 100%; display: block;}
.contactBox .form dl .iW { padding: 0 1em;}
.contactBox .form dl .input { width: 100%; border: 0;
 outline-width: 0; line-height: 2.5em; height: 2.5em;
 font-size: 1em; background-color: transparent;}
.contactBox .form dl .tW {padding: 0.8em 0;}
.contactBox .form dl .textarea { display: block; width: 100%;
  border: 0; outline-width: 0; line-height: 1.2em; height: 3.6em;
  font-size: 1em; background-color: transparent; }
  
.contactBox  textarea::-webkit-input-placeholder,
.contactBox  input::-webkit-input-placeholder{	color: #999;}
.contactBox textarea::-moz-placeholder,
.contactBox input::-moz-placeholder{	color: #999;}
.contactBox textarea:-ms-input-placeholder,
.contactBox input:-ms-input-placeholder{	color: #999;}

.contactBox .checkBoxZ { margin-top: 1.3em; display: flex; flex-wrap: wrap;
 justify-content:flex-start; align-items: center; color: #666880;}
.contactBox .checkBoxZ .item { cursor: pointer; margin-top: 1em; width: 18%; margin-right: 2%;
display: flex; justify-content: flex-start; align-items: center; 
position: relative; z-index: 0; overflow: hidden;}
.contactBox .checkBoxZ .item label { width: 100%;display: flex;
 justify-content: flex-start; align-items: center;}
.contactBox .checkBoxZ .item::before { content: ""; display: block; width: 1em; height: 1em;
 border: 1px solid #d6d6da;
 -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
.contactBox .checkBoxZ .item.checked:before { background-color: #a2c449;}
.contactBox .checkBoxZ .item .checkbox { position: absolute; left: -100px; 
 display: flex; width: 1em; height: 1em;}
.contactBox .checkBoxZ .item span { margin-left: 0.2em; display: block;}

.contactBox .btnW { margin-top: 2em;}
.contactBox .btn { padding: 0 2.3em 0 6em;}
.contactBox .btn::after { margin-left: 4em;}

.contactBox .conR .tit { margin-top: 0.8em; font-weight: bold; color: #0b173f;}
.contactBox .conR .list{ margin-top: 1em; color: #666870; line-height: 2.8;}
.contactBox .conR .list li { height: 2.8em; position: relative; z-index: 0;
overflow: hidden;text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1; padding-left: 1em;}
.contactBox .conR .list li::before { position: absolute; left: 0; top: 50%;
 content: ""; display: block;
 width: 0.4em; height: 0.4em; margin-top: -0.2em; background-color: #666870;
 -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;} 
.contactBox .conR .list a {color: #666870;}
.contactBox .conR .list a:hover {color: #abcf4d;}
@media only screen and (max-width:828px) { 
	  .contactBox .con { display: block;}
	  .contactBox .conL { width: 100%; }
	  .contactBox .form dl { margin-top: 2em; width: 100%;}
	  .contactBox .conR { margin-top: 3em; flex: 1; margin-left:auto;}
	  .contactBox .checkBoxZ .item { width: 38%; margin-right: 0;}
	  .contactBox .checkBoxZ .item:nth-child(2n+1) { width: 58%; margin-right: 2%;}
}

/*底部*/
.footer { position: relative; z-index: 0; padding: 7.5em 0 7em;
 color: #8f9192;text-align: left; width: 100%; 
  background: #130f07 url(../images/footer_bg.png) center 0 no-repeat;
  background-size:cover ;}
  
.footerCen { padding-bottom: 5.7em;}
.footerCen .con{  
	display: flex; justify-content: space-between; align-items: flex-start;}

.footer .fLogo img {	display: block;	 height: 40px; width:auto;}

.footer .fnav {flex: 1; margin-top: 4em;
 flex-wrap: wrap; display: flex; justify-content:space-between; align-items: flex-start;}
.footer .fnav dl { margin-right: 1%; width: 32.3%;}
.footer .fnav dl:last-child { margin-right: 0;}
.footer .fnav dl dt {  color: #fff;}
.footer .fnav dl dt a {  color: #fff;}
.footer .fnav dl dt a:hover {  color: #fff;}
.footer .fnav dl dd li { margin-top: 1.4em;}
.footer .fnav dl dd .proList { display: flex; justify-content: flex-start; align-items: flex-start;
flex-wrap: wrap; max-width:20em;
margin: 0 auto 0 0;}
.footer .fnav dl dd .proList li { width: 8em;margin-right: 2em;}
.footer .fnav dl dd .proList li:nth-child(2n) { margin-right:10 ;}

.footer .add { line-height: 2.2em; margin-top: 1.2em;}
.footer .add .tel { font-weight: bold; color: #ea9424;}
.footer .add span { font-size: 0.95em; color: #727373;}

.footer .lan img { margin-right: 0.1em; display: inline-block; vertical-align: middle;
width: 1.05em; height: auto; position: relative; top: -0.1em;}

.footer a { color: #8f9192;;}
.footer a:hover { color: #fff;}

.footer .qrCode { margin-top: 4em; text-align: center;}
.footer .qrCode ul{
	display: flex; justify-content: flex-start; align-items: flex-start;}
.footer .qrCode li { margin-left: 3.1em; color: rgba(255,255,255,0.8);}
.footer .qrCode li img{display: block; width: 10em; height: auto; margin: 0 auto 1em;}

.footer .footerBot { color: #848585;padding: 1.1em 0 1.1em; text-align: left;}
.footer .footerBot .copyRight { margin-top: 2.3em;}
.footer .footerBot .copyRight .line { height: 1em; display: inline-block; width: 1px; 
background-color: rgba(255,255,255,0.3);
margin: 0 0.3em; vertical-align: middle;}

.footer .flink { color:#a5a8a9;}
.footer .flink .line { height: 1em; display: inline-block; width: 1px; 
background-color: rgba(255,255,255,0.3);
margin: 0 1.2em; vertical-align: middle;}
.footer .flink a { display: inline-block;color: #a5a8a9;}
.footer .flink a:hover {text-decoration: underline;}

  @media only screen and (max-width:828px) {
	  .footer { padding: 3em 0;}
	  .footerTop .con { display: block; text-align: center;}
	  .footerCen { padding-bottom: 2em;}
	  .footerCen .con { display: block;}
	  .footer .fInfo { width: 100%;}
	  .footer .fInfo .shareBox { justify-content: center;}
	  .footer .footerBot .con { display: block;text-align: center;}
	  .footer .fnav { display: block;}
	  .footer .fnav dl { margin-top: 2em; margin-right: 0; width: 100%;}
	  .footer .fLogo  { width: 100%;text-align: center;}
	  .footer .footerBot .copyRight  { 
	  text-align: center; width: 100%;margin: 1.5em 0 0;}
	  .footer .flink  { width: 100%;text-align: center;margin-top: 2em;}
	  
	  .footer .fLogo img {	display: block;	 height: 2em; width:auto;}
	  
	  .footer .qrCode li { margin-left: 0; margin-right: 2em;}
	  .footer .qrCode li img{width: 7em;}
  }

.page { padding: 2.6em 0;	text-align: center;	color: #333;	line-height: 2.5; }
.page .next,.page .prev { display: inline-block; font-family: "宋体"; font-weight: bold;}
.page .go { color: #999; display: inline-block; margin-left: 2em;}
.page .input { font-size: 1em; border: 0; outline-width: 0;
margin: 0; padding: 0; background-color: #e5e5e5;
 width: 2.5em; height: 2.5em; text-align: center;}
@media only screen and (max-width:828px) {
	.page { font-size: 12px;}
}
.page a,.page .page-num-current,.page .dot {
	display: inline-block;
	color: #333; 
	padding: 0.1em 0 0; width: 2.6em;
	margin: 0.4em 0.2em 0;
	-moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;
}
.page a:hover { color: #1ca2b2; }
.page .page-num-current { background-color: #deebed;color: #1ca2b2;}

.btn { display: inline-block; cursor: pointer; color: #fff; line-height: 3.1;
 padding: 0 4.8em;  text-transform: uppercase; letter-spacing: 0.1em;
transition: all 0.5s;
-webkit-transition:all 0.5s; border: 1px solid #22b8cb;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#23b9cd+0,0ca2b6+100 */
background: linear-gradient(to right,  rgba(35,185,205,1) 0%,rgba(12,162,182,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-moz-border-radius:0.4em; -webkit-border-radius:0.4em; border-radius:0.4em;}
.btn:hover {background: linear-gradient(to right,  rgba(1,122,138,1) 0%,rgba(1,122,138,1) 50%);color: #fff;border: 1px solid rgba(1,122,138,1);}


a.btn { display: inline-block; cursor: pointer; color: #fff; line-height: 3.1;
 padding: 0 4.8em;  text-transform: uppercase; letter-spacing: 0.1em;
transition: all 0.5s;
-webkit-transition:all 0.5s; border: 1px solid #22b8cb;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#23b9cd+0,0ca2b6+100 */
background: linear-gradient(to right,  rgba(35,185,205,1) 0%,rgba(12,162,182,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-moz-border-radius:0.4em; -webkit-border-radius:0.4em; border-radius:0.4em;}

a.btn:hover {background: linear-gradient(to right,  rgba(1,122,138,1) 0%,rgba(1,122,138,1) 50%);color: #fff;border: 1px solid rgba(1,122,138,1);}

.btnBlue { display: inline-block; cursor: pointer; color: #fff; line-height: 2.9;
 padding: 0.1em 1.4em 0 1em;  text-transform: uppercase; letter-spacing: 0.05em;
transition: all 0.5s;  font-weight: normal;
-webkit-transition:all 0.5s; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#23b9cd+0,0ca2b6+100 */
background: linear-gradient(to right,  rgba(35,185,205,1) 0%,rgba(12,162,182,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-moz-border-radius:0.4em; -webkit-border-radius:0.4em; border-radius:0.4em;}
.btnBlue:hover {background: linear-gradient(to right,  rgba(1,122,138,1) 0%,rgba(1,122,138,1) 50%);color: #fff;}



.btnBlue::after { display: inline-block; content: ""; vertical-align: middle;
width: 0.7em; height: 0.7em; margin-left: 0.5em; position: relative; top: -0.1em;
background: url(../images/arrow_4.png) center center no-repeat;
background-size:contain;}

.btnBlue2 { display: inline-block; cursor: pointer; color: #fff; line-height: 3.6;
 padding: 0.1em 2em 0 2em;  text-transform: uppercase; letter-spacing: 0.05em;
transition: all 0.5s;  font-weight: normal;
-webkit-transition:all 0.5s; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#23b9cd+0,0ca2b6+100 */
background: linear-gradient(to right,  rgba(35,185,205,1) 0%,rgba(12,162,182,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.btnBlue2:hover {color: #fff;}
.btnBlue2::after { display: inline-block; content: ""; vertical-align: middle;
width: 1.4em; height: 1.4em; margin-left: 0.5em; position: relative; top: -0.1em;
background: url(../images/arrow_3.png) center center no-repeat;
background-size:contain;}

.btnWhite { display: inline-block; cursor: pointer; color: #fff; line-height: 2;
 padding: 0.2em 2.8em 0;  text-transform: uppercase; letter-spacing: 0.1em;
transition: all 0.5s;
-webkit-transition:all 0.5s; border: 1px solid #fff;
-moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;}
.btnWhite:hover { background-color: #fff; 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: 3em; text-align: left; margin-right: 0.75em;
}

.selBox.show {
  z-index: 11;
}

.selBox .selBtn {
  position: relative;
  z-index: 0;
  cursor: pointer;
  color: #000;
  padding: 0 2em 0 0.9em;
  line-height: 3.4em; background-color: #fff;
  border: 1px solid #e5e5e5;
}
.selBox .selBtn.gray { color: #9fadb3;}
.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%; }
}


#all2map {
	width: 100%;
	height: 546px;
	overflow: hidden;
	font-family: "微软雅黑";
	font-size: 14px;
}
#all2map b {
	color: #CC5522;
	font-size: 14px;
}
#all2map img {
	max-width: none;
}




/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:50px; clear:both; overflow:hidden; padding-bottom:50px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:8px 12px;
	margin:0 5px;
	border-radius:3px;
}
.pagination span {
	color: #333;
	font-size:14px;
	padding:8px 2px;
	margin:0 5px;
	border-radius:3px;
}
.pagination a:hover {
	color:#017a8a;
	border:1px solid #017a8a;
}
.pagination a.page-num-current {
	color:#fff;
	background:#017a8a;
	border:1px solid #017a8a;
}
/* ----- PB分页数字条效果 结束 ----- */



.toolbar {
	position: fixed;
	bottom:5%;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}
.toolbar dd {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	background:#0ca2b6;
	margin-top: 2px;
	border-radius: 25px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
transition: all .5s;
}
.toolbar dd:first-child {
	margin-top: 0;
}
.toolbar dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(../images/toolbar.png) no-repeat center 0;
}
.toolbar dd.qq i {
	background-position-y: 0;
}
.toolbar dd.tel i {
	background-position-y: -30px;
}
.toolbar dd.code i {
	background-position-y: -60px;
}
.toolbar dd.top i {
	background-position-y: -90px;
}
.toolbar dd span {
	display: block;
	color: #fff;
}
.toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background:#25a05c;
	opacity: 0;
transition: all .5s;
}
.toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
}
.toolbar dd.tel .box h3 {
	font-size: 18px;
	font-weight: bold;
}
.toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent#008cd7;
	;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background:#25a05c;
	opacity: 0;
transition: all .5s;
}
.toolbar dd.code .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}
.toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent#008cd7;
	;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd:hover {
	background: #333;
}
.toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}
.toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}



#wxnr{width:100%;height: 100%;position:fixed;top: 0;z-index:1000;display:none;background: rgba(0,0,0,.6);}
#wxnr .nrdf{margin: auto;position: absolute;bottom: 45%;left: 0;right: 0;width:400px;height:auto;padding:15px;padding-top: 20px;margin-top: -2.5rem;text-align:center;background-color: rgba(255, 255, 255, 1);box-shadow: 0px 2px 6px #777;-webkit-box-shadow: 0px 2px 6px #777;-moz-box-shadow: 0px 2px 6px #777;border-radius:10px;}
#wxnr .title{border-bottom:1px solid #CCCCCC; text-align:left; padding-bottom:10px; font-size:16px; font-weight:bold}

#wxnr img{width:120px;height:120px;display: block;margin: 0 auto;}
#wxnr .pic{width:40%; float:right; margin-top:10px;}
#wxnr .texttext{font-size:14px;line-height:30px;text-align:center;width:60%; float:left; text-align:left; margin-top:30px; font-size:16px;}


#wxnr i{position: absolute;top: 10px;right:10px;width:30px;height:30px;font-size:12px;line-height:30px;text-align:center;color: #fff;font-style: normal;background: #333;border-radius: 1rem;cursor: pointer;}
#wxnr span{ color:#009999; font-weight:bold}


@media only screen and (max-width:828px) {
#wxnr .nrdf{width:80%;bottom: 15%;}
#wxnr .pic{width:100%; float:right; margin-top:10px;}
#wxnr .texttext{ width:100%}

}