@charset "utf-8";
/*基础部分开始*/
.ph{ display:none}
body{
color:#000;
margin:0 auto;
padding:0px;
font-family:"Microsoft yahei", Arial, Helvetica, sans-serif;
font-size:15px;

}
.cl{ clear:both}

@font-face {
    font-family: "Impact";
	src:url("../templates/font/Impact.ttf")
}


.csyc{ overflow:hidden}

.home_load{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	height:100%;
	background:#318b87;
	z-index:99999	
	}

.home_load_logo{
width: 200px;
height: 200px;
background:url(../images/w_xz_logo.png);
position:absolute;
top:35%;
left:50%;
margin-left:-100px;
transform: translate(-50%, -50%);
animation: rotate 10s linear infinite;
	
	}

#loaddiv 
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;  
    filter: alpha(opacity=60);  
    background-color: rgba(0, 0, 0,.5);
    z-index: 9999;
	text-align:center;
	padding-top:20%;
display:none}


/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #fff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 3px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fff, 0 0 5px #fff;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background:000}
::-webkit-scrollbar-track-piece{background:#f6f6f6}
::-webkit-scrollbar-thumb:vertical{background:#d0d0d0;}
::-webkit-scrollbar-thumb:vertical:hover{background:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background:#535353}
::-webkit-scrollbar-resizer:vertical{background:#FF6E00}
img{ border:none}
div,ul,li
{
color:#000;
font-size:15px;
font-family:"Microsoft yahei", Arial, Helvetica, sans-serif;
margin:0 auto; 
padding:0;
list-style:none
}
*{outline:0px}
.wryh{font-family:"Microsoft yahei"}
a,a:link,a:visited,a:active {
color: #333;
text-decoration: none;
}
a:hover {
text-decoration:none;
color: #006f6b;
transition: 0.3s ease-in-out;
}

input::-webkit-input-placeholder{
color: #fff;
}
WebKit browsers 
input::-webkit-input-placeholder { 
　color: #fff;
}
Mozilla Firefox 4 to 18 
input:-moz-placeholder {  
　color: #fff;
}
Mozilla Firefox 19+ 
input::-moz-placeholder {  
　　color: #fff;
}
Internet Explorer 10+ 
input:-ms-input-placeholder { 
　　color: #fff;
}

.warp{ width:1400px;}
@media screen and (max-width: 1580px) { 
.warp{ width:94%; padding: 0 3%} 
}





/*基础部分结束*/
.boxacel {
width: 633px;
height: 633px;
background:url(../images/xz.png);
position:absolute;
bottom:-150px;
right:-150px;
transform: translate(-50%, -50%);
animation: rotate 10s linear infinite;
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}


.boxacela {
width: 140px;
height: 140px;
background:url(../images/ylogo.png);
position:absolute;
top:-20px;
left:300px;
transform: translate(-50%, -50%);
animation: rotate 10s linear infinite;
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}


.default .logo{ float:left; margin-top:29px; background:url(../images/logo.png); width:220px; height:58px}
.fixed .logo{ float:left; margin-top:29px; background:url(../images/logoa.png); width:220px; height:58px}
.default{
width:100%; border-bottom:1px solid rgba(255,255,255,.25); height:112px; position:fixed; top:0; left:0; z-index:99999; box-sizing:border-box; padding:0 4%
}

.fixed{
width:100%; border-bottom:1px solid #ddd; background:#fff;height:112px; position:fixed; top:0; left:0; z-index:99999; box-sizing:border-box; padding:0 4%
}


.default .tool{ float:right; margin-top:48px}
.default .search{ float:right; width:21px; height:23px; background:url(../images/tool_03.png); margin-left:26px}
.default .tel{ float:right; height:23px; background:url(../images/tool_06.png) left center no-repeat; padding-left:30px; color:#fff; font-size:20px; font-family:Impact;}

.fixed .tool{ float:right; margin-top:48px}
.fixed .search{ float:right; width:21px; height:23px; background:url(../images/toola_03.png); margin-left:26px}
.fixed .tel{ float:right; height:23px; background:url(../images/toola_06.png) left center no-repeat; padding-left:30px; color:#318b87; font-size:20px; font-family:Impact;}
/*弹框样式1*/
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999999999999999;
}
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
    position: relative;
    width:550px;
    margin:20% auto;
    height:54px;
    background: #FFF;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
	overflow:hidden;
}
.cd-popup-close{ position: absolute;right:10px;top:10px; z-index: 10;width:auto;height:1.25rem; display: block;font-size:14px;}
.is-visible .cd-popup-container {-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);}

.searchl{ width:420px; border:none; background:#fff; padding-left:15px; height:54px; line-height:54px; font-size:14px; color:#666; float:left}
.searchr{ width:110px; border:none; background:#318b87; height:54px; line-height:54px; font-size:14px; color:#fff; text-align:center; float:right; cursor:pointer; font-size:16px}

.tool .menu{ float:left; width:calc(100% - 210px); text-align:right;}


.default .tool .nav{
float:right;
width: 700px;
height: 54px;

}
.default .tool .nav li{
position: relative;
float: left;
width:14.28%
}
.default .tool .caret {
display:block;	
width: 100%;
height: 10px;
vertical-align: middle;
position:absolute;
background:url(../images/cert.png) bottom center no-repeat rgba(255,255,255,0);
top:0;
left:0;
text-align:center
}
.default .tool .nav li a{
width:100%;
text-align:center;
float:left;
height:54px;
color:#fff;
font-weight:bold;
font-size:16px;
}


.default .tool .nav li .nav-w {
z-index:21;
position:absolute;
display:none;
float:left;
clear:both;
overflow:hidden;
top:54px;
left:0px;

}
.default .tool .nav li:hover a{color:#fff;}
.default .tool .nav li .section-nav1{ padding-top:10px; height:auto; overflow: hidden;}
.default .tool .nav li .section-nav1 ul {
position:static;
padding:0px;
margin:0px;
width:100%;
overflow:hidden;
}
.default .tool .nav li .section-nav1 ul li {
position:static;
padding:0px;
background:#fff;
width:100%;
float:left;
}
.default .tool .nav li .section-nav1 ul li a {
background:#fff;
text-align:center;
padding:0px 2px;
box-sizing:border-box;
height:50px;
overflow:hidden;
line-height:50px;
width:auto;
display:block;
float:none;
color:#333;
font-size:15px;
cursor:pointer;
font-weight:normal;

}
.default .tool .nav li .section-nav1 ul li a:hover {
background:#207571;
color: #fff;
}


.fixed .tool .nav{
float:right;
width: 700px;
height: 54px;

}
.fixed .tool .nav li{
position: relative;
float: left;
width:14.28%
}
.fixed .tool .caret {
display:block;	
width: 100%;
height: 10px;
vertical-align: middle;
position:absolute;
background:url(../images/certa.png) bottom center no-repeat rgba(255,255,255,0);
top:0;
left:0;
text-align:center
}
.fixed .tool .nav li a{
width:100%;
text-align:center;
float:left;
height:54px;
color:#333;
font-weight:bold;
font-size:16px;
}


.fixed .tool .nav li .nav-w {
z-index:21;
position:absolute;
display:none;
float:left;
clear:both;
overflow:hidden;
top:54px;
left:0px;

}
.fixed .tool .nav li:hover a{color:#318b87; }
.fixed .tool .nav li .section-nav1{ padding-top:10px; height:auto; overflow: hidden;}
.fixed .tool .nav li .section-nav1 ul {
position:static;
padding:0px;
margin:0px;
width:100%;
overflow:hidden;
}
.fixed .tool .nav li .section-nav1 ul li {
position:static;
padding:0px;
background:#318b87;
width:100%;
float:left;
}
.fixed .tool .nav li .section-nav1 ul li a {
background:#318b87;
text-align:center;
padding:0px 10px;
box-sizing:border-box;
height:50px;
overflow:hidden;
line-height:50px;
width:auto;
display:block;
float:none;
color:#fff;
font-size:15px;
cursor:pointer;
font-weight:normal;

}
.fixed .tool .nav li .section-nav1 ul li a:hover {
background:#207571;
color: #fff;
}

.mySwiper {
width: 100%;
height: 754px;
cursor: pointer
}
.mySwiper .swiper-slide{
width: 100%;
height: 754px;
float:left;
position:relative;
text-align:center
}

.mySwiper .swiper-slide img{
position:relative;
z-index:1;
top:40%;
text-align:center

}

.mySwiper .prev {
background: url(../images/arrow_03.png) no-repeat left top;
    transition: 0.3s ease-in-out;
    opacity:0.3;
    position: absolute;
    left: 4%;
    top: 55%;
    margin-top: -35px;
    width: 48px;
    height: 48px;
    z-index: 999;
}


.mySwiper .next {
    background: url(../images/arrow_05.png) no-repeat left bottom;
	transition: 0.3s ease-in-out;
	opacity:0.3;
    position: absolute;
    right: 4%;
    top: 55%;
    margin-top: -35px;
    width: 48px;
    height: 48px;
    z-index: 999;
    outline: none;
}
.mySwiper .next:hover ,.mySwiper .prev:hover {opacity:1; transition: 0.3s ease-in-out;}

.mySwiper .swiper-pagination{ bottom: 40px !important}
.mySwiper .swiper-pagination .swiper-pagination-bullet{ width: 20px; height: 4px;background: rgba(255,255,255,.5);border-radius: 0;}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active{background: rgba(255,255,255,1);border-radius: 50px;width: 40px; height: 4px;}


.mySwipera {
width: 100%;
height: 142px;
cursor: pointer
}

.mySwipera .swiper-slide{ width:100%;float:left; position:relative; height:108px; background:url(../images/line.jpg) left center no-repeat; padding-left:37px; box-sizing:border-box}
.mySwipera .swiper-slide .numCount{ width:100%; float:left; height:72px; box-sizing:border-box; color:#006f6b}
.mySwipera .swiper-slide .numCount .numCX{font-size:50px; float:left}
.mySwipera .swiper-slide .numCount .unitC{font-size:50px; margin-top:1px; float:left}
.mySwipera .swiper-slide .numarea{ width:100%; float:left; color:#666}


.mySwipera .swiper-pagination{ bottom: 0px !important}
.mySwipera .swiper-pagination .swiper-pagination-bullet{ width: 10px; height: 10px;background:rgba(0,111,107,.5);border-radius: 50px;}
.mySwipera .swiper-pagination .swiper-pagination-bullet-active{background: #006f6b;border-radius: 50px;width: 32px; height: 10px;}


.mySwiperb {
width: 100%;
height: 160px;
background:url(../images/indxe_58.jpg) right no-repeat #006f6b;


}
.mySwiperb .swiper-slide{
width: 100%;
height: 160px;
padding:30px;
box-sizing:border-box;
float:left;
position:relative;
}

.mySwiperb .swiper-slide strong{
width: 100%;
float:left;
font-size:30px;
margin-bottom:20px;
color:#fff;
}


.mySwiperb .swiper-slide span{
width: 100%;
float:left;
font-size:15px;
color:#fff;
}

.mySwiperb .swiper-pagination{ bottom: 25px !important; text-align:right; margin-right:15px !important; right:15px !important}
.mySwiperb .swiper-pagination .swiper-pagination-bullet{ width: 25px; height: 3px;background: rgba(255,255,255,.5); border-radius:0}
.mySwiperb .swiper-pagination .swiper-pagination-bullet-active{background: rgba(255,255,255,1);;width: 25px; height: 3px;border-radius:0}

.imgmid{display:inline-block;*display:inline;*zoom:1;height:100%;width:1px;margin-left:-1px;vertical-align:middle}

.mySwipere {
width: 100%;
height: 380px;
}
.mySwipere .swiper-slide{ text-align: center;
	  border-radius:10px;
	  box-sizing:border-box;
	  background:#fff;
	  background-size:cover;
	  padding:20px;
	  overflow:hidden;
	  position:relative;
	  height:340px;
	  margin-bottom:30px;}

.mySwipere .swiper-slide img{ width:80%; overflow:hidden; height:auto; vertical-align:middle}

.mySwipere .swiper-pagination{ bottom: 0px !important}
.mySwipere .swiper-pagination .swiper-pagination-bullet{ width: 10px; height: 10px;background:rgba(0,111,107,.5);border-radius: 50px;}
.mySwipere .swiper-pagination .swiper-pagination-bullet-active{background: #006f6b;border-radius: 50px;width: 32px; height: 10px;}


.mySwipere .prev {
background: url(../images/lefts.png) no-repeat left top;
    transition: 0.3s ease-in-out;
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -35px;
	cursor:pointer;
    width: 50px;
    height: 50px;
    z-index: 999;
}


.mySwipere .next {
    background: url(../images/rights.png) no-repeat left bottom;
	transition: 0.3s ease-in-out;
    position: absolute;
    right:0;
    top: 50%;
    margin-top: -35px;
    width: 50px;
	cursor:pointer;
    height: 50px;
    z-index: 999;
    outline: none;
}

.mySwiperf {
width: 100%;
height: 380px;
}
.mySwiperf .swiper-slide{ text-align: center;
	  border-radius:10px;
	  box-sizing:border-box;
	  background:#fff;
	  background-size:cover;
	  padding:20px;
	  overflow:hidden;
	  position:relative;
	  height:340px;
	  margin-bottom:30px;}

.mySwiperf .swiper-slide img{ width:80%; overflow:hidden; height:auto; vertical-align:middle}

.mySwiperf .swiper-pagination{ bottom: 0px !important}
.mySwiperf .swiper-pagination .swiper-pagination-bullet{ width: 10px; height: 10px;background:rgba(0,111,107,.5);border-radius: 50px;}
.mySwiperf .swiper-pagination .swiper-pagination-bullet-active{background: #006f6b;border-radius: 50px;width: 32px; height: 10px;}


.mySwiperf .prev {
background: url(../images/lefts.png) no-repeat left top;
    transition: 0.3s ease-in-out;
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -35px;
	cursor:pointer;
    width: 50px;
    height: 50px;
    z-index: 999;
}


.mySwiperf .next {
    background: url(../images/rights.png) no-repeat left bottom;
	transition: 0.3s ease-in-out;
    position: absolute;
    right:0;
    top: 50%;
    margin-top: -35px;
    width: 50px;
	cursor:pointer;
    height: 50px;
    z-index: 999;
    outline: none;
}


.kvBox {position: absolute; left:0; top:0; width:100%;overflow: hidden; height: 160px;}
.kvBox .cloud{ position:  absolute; z-index: 1; left: 0px; top: -20px; width: 100%;height: 150%; background: url(../images/kv_cloud.png) repeat-x 0 0;}


.ban{ width:100%; float:left; height:60px; border-bottom:1px solid #e3e3e3; margin-bottom:45px}
.ban strong{float:left; font-size:24px; color:#000; margin-top:5px}
.ban strong img{ margin-right:10px; vertical-align:middle}
.ban span{ float:right; font-size:15px; color:#666; margin-top:15px}
.ban em{float:left; font-size:16px; color:#00a096; font-style:normal; margin-top:15px; margin-left:10px; text-transform:uppercase}

.bana{ width:100%; float:left; height:60px; border-bottom:1px solid #e3e3e3; margin-bottom:45px}
.bana strong{float:right; font-size:24px; color:#000; margin-top:5px}
.bana strong img{ margin-left:10px; vertical-align:middle}
.bana span{ float:left; font-size:15px; color:#666; margin-top:15px}
.bana em{float:right; font-size:16px; color:#00a096; font-style:normal; margin-top:15px; margin-right:10px; text-transform:uppercase}

.banb{ width:100%; float:left; height:60px;margin-bottom:15px}
.banb strong{float:left; font-size:24px; color:#fff; margin-top:5px}
.banb strong img{ margin-right:10px; vertical-align:middle}
.banb span a{ float:right; font-size:15px; color:#fff; margin-top:15px}
.banb span a img{ float:right; margin-bottom:5px; margin-left:10px}
.banb em{float:left; font-size:16px; color:#fff; font-style:normal; margin-top:15px; margin-left:10px; text-transform:uppercase}

.banc{ width:100%; float:left; height:60px;margin-bottom:15px}
.banc strong{float:left; font-size:24px; color:#000; margin-top:5px}
.banc strong img{ margin-right:10px; vertical-align:middle}
.banc span a{ float:right; font-size:15px; color:#006f6b; margin-top:15px}
.banc span a img{ float:right; margin-bottom:5px; margin-left:10px}
.banc em{float:left; font-size:16px; color:#006f6b; font-style:normal; margin-top:15px; margin-left:10px; text-transform:uppercase}
.banc span a:hover img{transform: rotate(360deg);transition: all 0.6s;}


.cases{ width:100%; float:left; position:relative}
.cases ul{ display:inline}
.cases ul li{ float:left; width:31%; box-sizing:border-box; border:1px solid #ccc; padding:25px; overflow:hidden; margin-bottom:50px;transition: all 0.3s; background:#fff}
.cases ul li large{ float:left; width:100%; box-sizing:border-box; height:216px; overflow:hidden; margin-bottom:20px}
.cases ul li large img{ width:100%;height:216px;transition: all 0.3s;}
.cases li:hover img{transform: scale(1.2);}
.cases li:hover{border:1px solid #117977;box-shadow: -3px 4px 18px -1px rgba(0,0,0,0.33);
-webkit-box-shadow: -3px 4px 18px -1px rgba(0,0,0,0.33);
-moz-box-shadow: -3px 4px 18px -1px rgba(0,0,0,0.33);}
.cases li:hover strong a{color: #117977;}

.cases ul li strong{ float:left; width:100%; height:30px; line-height:30px; overflow:hidden; font-size:18px; margin-bottom:20px; font-weight:normal}
.cases ul li span{ float:left; width:100%; height:50px; line-height:25px; overflow:hidden; font-size:13px; color:#666; margin-bottom:5px}
.cases ul li i{ width:100%; float:left; margin-top:25px; font-style:normal; font-size:13px;transition: all 0.3s;}

.cases ul li i em{ width:16px; height:2px; background:#117977; float:left; margin-top:8px; margin-right:5px;transition: all 0.3s;}
.cases li:hover i em{width:26px;}


.casemar{ margin-right:3.5%}
.tsbt{ width:100%; float:left; font-size:15px; border:1px solid #60b3b1; box-sizing:border-box; height:60px; line-height:60px; padding:0 10px; margin-bottom:50px}
.smfwyw{ width:100%; float:left; text-align:center}

.fwlist{ width:100%; float:left; margin-bottom:60px}
.fwlist li{ width:100%; float:left}
.fwlist li .fl{ width:50%; float:left; height:475px;}
.fwlist li .fr1{ width:50%; float:left; height:475px; box-sizing:border-box; padding:90px 0 0 70px; background:#f8f8f8}
.fwlist li .fr2{ width:50%; float:left; height:475px; box-sizing:border-box; padding:90px 70px 0 0;background:#f8f8f8}

.fwlist li .fr1 strong{
    width: 100%;
    float: left;
    font-size: 30px;
    color: #000;
    height: 70px;
    margin-top: 50px;
}

.fwlist li .fr2 strong{
    width: 85%;
    float: right;
    font-size: 30px;
    color: #000;
    height: 70px;
    margin-top: 50px;
}

.fwlist li .fr1 span{
    width: 80%;
    float: left;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    color: #333;
    height: 180px;
}

.fwlist li .fr2 span{
    width: 85%;
    float: right;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    color: #333;
    height: 180px;
}

.links{ width:100%; float:left; margin-left:1px; box-sizing:border-box; }
.links ul{ display:inline}
.links ul li{ width:20%; float:left; border:1px solid #ccc;background:#fff; box-sizing:border-box;position:relative; padding-top:7.6%; overflow:hidden; margin-bottom:-1px; margin-left:-1px; position:relative;transition: all 0.6s;}
.links ul li img{
    width: 100%;
	top:0;
	left:0;
	height:100%;
    position:absolute;overflow:hidden;transition: all 0.3s ease;transition: all 0.6s;}



#myChart4{width:100%;height:1000px; margin-top:-120px}
.baozhang{ width:100%; float:left; margin-bottom:20px}
.baozhang ul{ display:inline}
.baozhang ul li{ width:48%; padding:20px; border:1px solid #ccc; background:#fff; box-sizing:border-box; margin-bottom:40px;transition: 0.3s ease-in-out !important; }
.baozhang ul li:nth-child(1),.baozhang ul li:nth-child(3){float:left}
.baozhang ul li:nth-child(2),.baozhang ul li:nth-child(4){float:right}

.baozhang ul li:nth-child(1) strong,.baozhang ul li:nth-child(3) strong{float:left; font-size:65px; color:#006f6b; line-height:133px; margin-left:25px; font-family:Arial, Helvetica, sans-serif}
.baozhang ul li:nth-child(1) span,.baozhang ul li:nth-child(3) span{float:left; font-size:20px; color:#000; line-height:133px; margin-left:20px; font-weight:bold}
.baozhang ul li:nth-child(1) img,.baozhang ul li:nth-child(3) img{ float:right}

.baozhang ul li:nth-child(2) img,.baozhang ul li:nth-child(4) img{ float:left}
.baozhang ul li:nth-child(2) strong,.baozhang ul li:nth-child(4) strong{float:right; font-size:65px; color:#006f6b; line-height:133px; margin-right:25px; font-family:Arial, Helvetica, sans-serif}
.baozhang ul li:nth-child(2) span,.baozhang ul li:nth-child(4) span{float:right; font-size:20px; color:#000; line-height:133px; margin-right:20px; font-weight:bold}

.baozhang ul li:hover{ border:1px solid #006f6b;transition: 0.3s ease-in-out; border-radius:40px 0 40px 0;-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);box-shadow: 0 0 10px 0 rgba(0,0,0,.1);}
.mt50{ margin-top:50px}
.video{ width:100%; background:url(../images/indxe_77.jpg) center no-repeat; height:318px; margin-top:70px; margin-bottom:70px; text-align:center; cursor:pointer;transition: 0.3s ease-in-out;}
.video span{ color:#fff; text-align:center; font-size:30px; width:100%; padding-top:60px; float:left; margin-bottom:10px; text-transform:uppercase;transition: 0.3s ease-in-out;}
.video strong{ color:#fff; text-align:center; font-size:20px; width:100%; padding-top:6px; float:left; margin-bottom:20px;transition: 0.3s ease-in-out;}
.video:hover img{transform: rotate(360deg);transition: all 0.6s;}
.video:hover strong{font-size:25px;}
.video:hover span{font-size:24px;}
.ysjj{ padding-top:60px}
.gcal{ width:100%; background:url(../images/indxe_75.jpg) top center no-repeat; padding:50px 0 100px 0; overflow:hidden; box-sizing:border-box; margin-bottom:60px}
.page4_w{ width:100%; background:#006f6b; float:left;overflow:hidden;}
.page4_w ul{ display:inline}
.page4_w ul li{ float:left; width:25%; box-sizing:border-box; border-right:1px solid rgba(255,255,255,.2); padding:50px 20px; overflow:hidden}
.page4_w ul li large{ float:left; width:100%; box-sizing:border-box; height:210px; overflow:hidden; margin-bottom:20px}
.page4_w ul li large img{ width:100%;height:210px;transition: all 0.3s;}
.page4_w li:hover img{transform: scale(1.2);}

.page4_w ul li:last-child{ border-right:none;}

.page4_w ul li strong{ float:left; width:100%; height:36px; line-height:36px; overflow:hidden; font-size:20px; color:#fff; margin-bottom:20px; font-weight:normal}
.page4_w ul li strong a{ color:#fff;}
.page4_w ul li span{ float:left; width:100%; height:90px; line-height:30px; overflow:hidden; color:#fff; margin-bottom:5px}
.page4_w ul li i{ width:100%; float:left; margin-top:25px}
.page4_w ul li i a{ width:133px; height:40px; line-height:40px; background:#fff; text-align:center; float:left; color:#006f6b; font-style:normal; border-radius:25px}
.page4_w ul li i a:hover{background:#09a49e;color:#fff}


.wrap{ float:left; width:100%}
.tabClick{ background: #f3f3f3; overflow: hidden;width:100%; float:left}
.tabClick li{ height:85px; width: 8.3333%; float: left;}
.tabClick li .img{ height:60px; width:100%; float: left; text-align: center}
.tabClick li .img img{ width:50%; height:auto; overflow:hidden}
.tabClick li .tit{ width:100%; float: left; text-align: center}

.tabClick li.active{ color: #006f6b; transition: 0.1s;}
.tabCon{ overflow: hidden; width:100%; float:left}
.tabBox{ position: relative; width:100% !important; float:left; height:380px}
.tabList{ width:100%;float:left; width: 8.3333% !important; border:1px solid #ccc; box-sizing:border-box}
.lineBorder{ height: 2px; overflow: hidden; border-bottom:1px solid #099; background: #f3f3f3}
.lineDiv{ height: 2px; width: 8.3333%;float:left} /*这个定位设置为absolute, 因为要操作这个的位置来切换内容*/
.content ul{float:left; width:100%;}

.fly2{ float:left; width:100%}

.qh_r{ width:58%;float:right}
.qh_r img{ width:100%; height:auto; overflow:hidden}

.qh_l{ width:36%; float:left}
.qh_l strong{ width:100%; float:left; font-size:30px; color:#000; height:70px; margin-top:50px}
.qh_l span{ width:100%; float:left; font-size:16px; line-height:30px; overflow:hidden; color:#333; height:180px}
.qh_l a{ width:106px; height:36px; line-height:36px; background:#318b87 url(../images/more.png) right center no-repeat; font-size:14px; background-position:85px 14px; float:left; color:#fff; border-radius:50px; padding-left:20px; box-sizing:border-box;transition: 0.3s ease-in-out; margin-top:40px}
.qh_l  a:hover{background:#1f706c url(../images/more.png) right center no-repeat; background-position:80px 14px;}

#tabContainer{ float:right; width:100%; margin-top:70px; margin-bottom:110px}
#tabContainer ul{ display:inline}
#tabContainer ul li{ float:left;width: 8.3333%; cursor:pointer;transition: 0.3s ease-in-out;}
#tabContainer ul li .img{ height:60px; width:100%; float: left; text-align: center; filter: grayscale(100%);opacity: 0.5;transition: 0.3s ease-in-out;}
#tabContainer ul li .img img{ width:40%; height:auto; overflow:hidden}
#tabContainer ul li .tit{ width:100%; float: left; text-align: center; color:#ccc}
#tabContainer ul li .on .tit{ color:#006f6b !important}
#tabContainer ul li .on .img{ height:60px; width:100%; float: left; text-align: center; filter: grayscale(0%);opacity: 1;}
#tabContainer ul li:hover .img{ margin-top:-4px}

.mySwiperc {
width: 100%;
height: 496px;

}
.mySwiperc .swiper-slide{
width: 100%;
box-sizing:border-box;
float:left;
position:relative;
}

.mySwiperc .swiper-slide .imgs{
width: 100%;
float:left;
height: 496px;
}

.mySwiperc .swiper-slide .imgs img{
width: 100%;
height: 496px;
}

.mySwiperc .swiper-slide .content{
width: 100%;
background:rgb(0,0,0,.8);
position:absolute;
z-index:1;
left:0;
bottom:0;
padding:0 15px;
box-sizing:border-box;
height:70px;
line-height:70px;
float:left;
font-size:20px;
color:#fff;
}

.mySwiperc .swiper-pagination{ bottom: 25px !important; text-align:right; margin-right:15px !important; right:15px !important}
.mySwiperc .swiper-pagination .swiper-pagination-bullet{ width: 15px; height: 15px;background: rgba(255,255,255,1); border-radius:100px}
.mySwiperc .swiper-pagination .swiper-pagination-bullet-active{background:#006f6b;width: 15px; height:15px;border-radius:100px}


.mySwiperd {
width: 100%;
height: 496px;

}
.mySwiperd .swiper-slide{
width: 100%;
box-sizing:border-box;
float:left;
position:relative;
}

.mySwiperd .swiper-slide .imgs{
width: 100%;
float:left;
height: 496px;
}

.mySwiperd .swiper-slide .imgs img{
width: 100%;
height: 496px;
}

.mySwiperd .swiper-slide .content{
width: 100%;
background:rgb(0,0,0,.8);
position:absolute;
z-index:1;
left:0;
bottom:0;
padding:0 15px;
box-sizing:border-box;
height:70px;
line-height:70px;
float:left;
font-size:20px;
color:#fff;
}

.mySwiperd .swiper-pagination{ bottom: 25px !important; text-align:right; margin-right:15px !important; right:15px !important}
.mySwiperd .swiper-pagination .swiper-pagination-bullet{ width: 15px; height: 15px;background: rgba(255,255,255,1); border-radius:100px}
.mySwiperd .swiper-pagination .swiper-pagination-bullet-active{background:#006f6b;width: 15px; height:15px;border-radius:100px}

#tabContainera{ float:right; margin-top:5px;}
#tabContainera strong a{ float:left;width:120px; height:36px; line-height:36px; text-align:center; margin-left:18px; cursor:pointer;transition: 0.3s ease-in-out; border-radius:50px; border:1px solid #ddd; font-weight:normal; font-size:16px;}
#tabContainera .on{ background:#006f6b !important; color:#fff;border:1px solid #006f6b; }

#tabContainerb{ float:left; margin-top:-15px; width:100%; text-align:center; margin-bottom:40px; text-align:center}
#tabContainerb strong a{background:#fff;width:120px; display:inline-block; height:36px; line-height:36px; text-align:center; margin-left:18px; cursor:pointer;transition: 0.3s ease-in-out; border-radius:50px; border:1px solid #ddd; font-weight:normal; font-size:16px;}
#tabContainerb .on{ background:#006f6b !important; color:#fff;border:1px solid #006f6b; }

.qhxw_l{ float:left; width:732px}
.qhxw_r{ float:right; width:calc(100% - 785px);}
.qhxw_r li{ float:left; width:100%; border-top:1px solid #ccc; margin-bottom:15px; padding-top:15px; padding-bottom:15px; position:relative}
.qhxw_r li em{ float:left; width:100%; font-size:16px; font-family:Arial, Helvetica, sans-serif; color:#666; font-style:normal; margin-bottom:15px}
.qhxw_r li strong{ float:left; width:100%; font-size:20px; height:30px; line-height:30px; overflow:hidden; margin-bottom:10px}
.qhxw_r li span{ float:left; width:100%; font-size:14px; height:52px; line-height:26px; overflow:hidden; color:#666;}
.qhxw_r li:last-child{border-bottom:1px solid #ccc;}


.qhxw_r li::after {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #006f6b;
  transform: scaleX(0);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.qhxw_r li:hover::after {
  transform: scaleX(1);
}



.page1{ width:100%; background:#eef1f6; padding-bottom:40px; overflow:hidden; position:relative;}
.page1_l{ width:354px ;float:left; border-right:1px solid #dae0e5; height:auto; padding-right:52px; padding-top:80px; padding-bottom:44px}
.page1_l .tit{ width:100%; float:left; margin-bottom:25px;}
.page1_l .tit span{ width:100%; float:left; height:35px; font-size:16px; color:#333}
.page1_l .tit strong{ width:100%; float:left; height:58px; font-size:24px; color:#333; background:url(../images/indxe_04.jpg) left bottom no-repeat;}
.page1_l .img{ width:100%; float:left; position:relative}
.page1_l .img img{ width:100%; height:auto; overflow:hidden; margin-bottom:35px}

.page1_l .link{ width:100%; float:left;}
.page1_l .link a{ width:106px; height:36px; line-height:36px; background:#318b87 url(../images/more.png) right center no-repeat; font-size:12px; background-position:85px 14px; float:left; color:#fff; border-radius:50px; padding-left:20px; box-sizing:border-box;transition: 0.3s ease-in-out;}
.page1_l .link a:hover{background:#1f706c url(../images/more.png) right center no-repeat; background-position:80px 14px;}

.page1_line{ width:100%; height:50px;border-top:1px solid #dae0e5;}

.page1_r{ float:right; width:calc(100% - 475px);padding-top:80px;}
.page1_r .tit{ width:100%; float:left; height:50px; font-size:24px; color:#333; font-weight:bold}
.page1_r_area{ width:100%; float:left; line-height:34px; padding-top:22px}
.page1_r_area p{ padding:5px 0}

.hxwy{
width: 100%;
    background: url(../images/xxgk.jpg) bottom right no-repeat fixed;
    overflow: hidden;
    box-sizing: border-box;
	padding-bottom:60px;
	padding-top:40px;
	}
footer{ width:100%; background:#282c34; margin-top:90px; padding-top:70px; padding-bottom:10px; overflow:hidden; box-sizing:border-box}
.fl{ width:300px; float:left}
.fr{width:calc(100% - 425px); float:right}
.fwrx{ width:100%; float:left; color:#fff; font-size:16px; height:36px}
.fwtel{ width:100%; float:left; color:#fff; font-size:36px; height:65px; font-family:Impact}
.foot_wx{ width:100%; float:left; margin-top:8px}
.foot_wx ul{ display:inline}
.foot_wx ul li{ width:129px; float:left; height:215px}
.foot_wx ul li span{ width:100%; height:129px; box-sizing:border-box; text-align:center; padding-top:12px; float:left; background:url(../images/wxbg.jpg)}
.foot_wx ul li span img{ width:104px; height:104px;}
.foot_wx ul li strong{ width:100%; float:left; text-align:center; color:rgba(255,255,255,.6); font-weight:normal; padding-top:10px;}
.foot_wx ul li:first-child{ margin-right:42px}

.footmenu{ width:100%; float:left}
.footmenu ul{ display:inline}
.footmenu li{ width:16.666%; float:left}
.footmenu li strong a{ width:100%; float:left; color:rgba(255,255,255,1); background:url(../images/indxe_128.jpg) left bottom no-repeat; font-size:20px; height:44px; margin-bottom:14px}
.footmenu li span a{ width:100%; float:left; color:rgba(255,255,255,.5); height:34px; line-height:34px}
.copy{ line-height:85px; height:85px; color:#fff; border-top:1px solid rgba(255,255,255,.2); width:100%; float:left}
.copy a{color:#fff}
.copy span{ float:right}
/*二级页面*/

.nyban{width:100%; height:480px}
.enname{ width:100%; float:left; color:#fff; font-size:34px; text-transform:uppercase; font-family:Impact;letter-spacing:2px; font-weight:normal}
.cnname{ width:100%; float:left; color:#fff; font-size:40px; text-transform:uppercase; font-family:Impact;letter-spacing:2px; padding-top:220px}

.about_a1{ width:100%; background:url(../images/n_about_bg.jpg) top center no-repeat; background-size:cover; overflow:hidden; padding-top:110px; padding-bottom:90px}
.about_l {
    width: calc(100% - 420px);
	position:relative;
    float: left;
}
.about_r{ width:350px;float:right;}
.about_r img{ width:100%; overflow:hidden; height:auto; cursor:pointer}

.about_e { width:100%; float:left; margin-top:25px}
.about_e ul{ display:inline}
.about_e li{ width:23%;float:left; position:relative; overflow:hidden; background:url(../images/line.jpg) left center no-repeat; padding-left:20px; box-sizing:border-box; margin-right:2.5%; margin-bottom:15px; background:#fff; border:1px solid #ccc; padding-top:15px; padding-bottom:20px; border-radius:5px}
.about_e .numCount{ width:100%; float:left; height:50px; box-sizing:border-box; color:#006f6b ; overflow:hidden}
.about_e .numCount .numCX{font-size:34px; float:left; font-weight:bold}
.about_e .numCount .unitC{font-size:34px; margin-top:1px; float:left; font-weight:bold}
.about_e .numarea{ width:100%; float:left; color:#666; font-size:14px; overflow:hidden; height:30px; line-height:30px}
.about_e li:nth-child(4),.about_e li:nth-child(8){ margin-right:0}

.about_enname{ width:100%; float:left; color:#318b87; font-size:34px; text-transform:uppercase; font-family:Impact;letter-spacing:2px; font-weight:normal; margin-bottom:20px}
.about_cnname{ width:100%; float:left; color:#000; font-size:40px; text-transform:uppercase; font-family:Impact;letter-spacing:2px; padding-bottom:10px}
.about_wh {
    width: 100%;
    background: url(../images/n_wenhua_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    padding-top: 80px;
	padding-bottom:80px;
    overflow: hidden;
}

.about_zz {
    width: 100%;
    background: url(../images/n_zz_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    padding-top: 80px;
	padding-bottom:80px;
    overflow: hidden;
	margin-top:120px
}

.about_titlea{ width:100%; float:left; margin-bottom:20px; text-align:center}
.about_titlea em{color:#006f6b; font-size:24px; font-style:normal; padding-bottom:5px; text-transform:uppercase; display:block}
.about_titlea strong{color:#000; font-size:26px; font-style:normal;  padding-bottom:40px; display:block}
.about_p70{ padding-top:70px}
.about_whlist{ width:100%; float:left; margin-top:15px}
.about_whlist ul{ display:inline}
.about_whlist ul li{ box-sizing:border-box; padding:0 20px; float:left; width:25%; border-right:1px solid rgba(255,255,255,.5)}
.about_whlist ul li em{ float:left; width:100%; padding-bottom:30px; text-align:center}
.about_whlist ul li em img{ border:10px solid #006f6b; border-radius:100%; width:50%; height:auto; overflow:hidden}
.about_whlist ul li strong{ float:left; width:100%; padding-bottom:20px; text-align:center; font-size:24px;color:#006f6b;}
.about_whlist ul li span{ float:left; width:100%; padding-bottom:40px; text-align:center; color:#333}
.allw{ width:100%; float:left}

.ny_menu{ width:100%; background:#fff; border-bottom:1px solid #ddd; height:80px;}
.ny_menu .home{ width:80px; background:#fff;height:80px; text-align:center; vertical-align:middle; float:left; border-left:1px solid #ddd;border-right:1px solid #ddd;transition: 0.3s ease-in-out; background:url(../images/home.png) center no-repeat}
.ny_menu .home:hover{background:url(../images/homea.png) center no-repeat #006f6b; }
.link a{ float:right; padding:0 15px; height:78px; line-height:78px;border-bottom:2px solid rgba(255,255,255,0)}
.linka a{ float:right;padding:0 15px; height:78px; line-height:78px; color:#006f6b; border-bottom:2px solid #006f6b}
.newsbg{ width:100%; background:url(../images/newbg.jpg) top center no-repeat #e7f1f1 ; padding-top:40px; overflow:hidden; padding-bottom:100px;background-size: cover;position: relative; margin-bottom:-90px}

.hzbg{ width:100%; background:url(../images/zylvbg.jpg) top center no-repeat #e7f1f1 ; padding-top:80px; overflow:hidden; padding-bottom:100px;background-size: cover;position: relative; margin-bottom:-90px}

.xwlist{ width:100%; float:left; margin-bottom:30px}
.xwlist li{ width:100%; float:left; margin-bottom:30px; background:rgba(255,255,255,.5); box-sizing:border-box; padding:30px}

.xwlist li .xwimg{ width:420px; float:left; height:260px}
.xwlist li .xwimg img{ width:100%;height:260px}
.xwlist li .xwnr{width:calc(100% - 460px); float:right}
.xwlist li .xwnr strong{width:100%; float:left; font-size:22px; height:30px; line-height:30px; overflow:hidden; margin-top:30px}
.xwlist li .xwnr em{width:100%; float:left; font-size:15px; height:30px; line-height:30px; color:#666; overflow:hidden; margin-top:10px; font-style:normal}
.xwlist li .xwnr i{width:100%; float:left; font-size:15px; height:60px; line-height:30px; color:#666; overflow:hidden; margin-top:10px; font-style:normal}
/*公共样式*/
html,body{font-family: "microsoft yahei";overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling : touch;}
.about_p70 *{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0}
.body-box{width:100%;background: #fff;}

.timer-shaft-box{width:100%;box-sizing: border-box;}
.timer-shaft{position:relative;width:100%;height:80px;overflow: hidden;}
.timer-left{position:absolute;top:50%;left:0px;z-index:99;width:23px;height:37px;margin-top:-18.5px;background: url(../images/icon_left.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-right{position:absolute;top:50%;right:0px;z-index:99;width:23px;height:37px;margin-top:-18.5px;background: url(../images/icon_right.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-scale{position:absolute;top:0;left:0;height:80px;padding-left: 80px;font-size: 0;white-space: nowrap;}
.timer-scale-cont{display:inline-block;height:100%;line-height:80px;}
.time-circle{display:inline-block;vertical-align:middle;width:60px;height:60px;line-height: 60px;text-align: center;font-size:18px;color:#fff;border-radius: 50%;background: #00a096;transition: all .3s;cursor:pointer;}
.timer-scale-cont.hov .time-circle{width:70px;height:70px;line-height: 70px;font-size:24px;background: #006f6b;}
.line-scale{display:inline-block;vertical-align:middle;width:150px;height:22px;margin:0 2px;background: url(../images/icon_scale.png) no-repeat;background-size: cover;}

.timer-shaft-content{width:100%;margin-top:45px;overflow: hidden;font-size:0;box-sizing:border-box;white-space: nowrap;}
.shaft-detail-cont{display: none;width:100%;}
.timer-year{padding-left:20px;font-weight:bold;color:#333;font-size:0;}
.icon-year{display: inline-block;vertical-align:middle;width:33px;height:40px;background: url(../images/icon_sign.png) no-repeat;background-size: cover;}
.timer-year span{display: inline-block;vertical-align:middle;margin-left:18px;font-size:24px;}
.month-detail-box{position:relative;width:100%;min-height:93px;padding-top:30px;font-size:0;box-sizing: border-box;white-space: normal;}
.month-detail-box:before{content: '';position:absolute;top:0;left:35.5px;height:100%;border-right:1px dashed #ccc;}
.month-detail-box .month-title{position:absolute;font-size:16px;font-weight: bold;color:#333;}
.month-detail-box .month-title:before{content: '';position:absolute;top:50%;left:30px;width:13px;height:13px;margin-top:-3.5px;background: url(../images/icon_circle.png) no-repeat;background-size: cover;}
.incident-record{display:inline-block;padding-left:71px;line-height:2;font-size:16px;color:#333;}
.incident-record a{font-size:14px;color:#1d69a3;}

.dbline{ width:100%; height:20px; margin-bottom:20px; border-bottom:1px dashed #ccc; float:left}
.disptit{ width:100%; font-size:24px; line-height:36px; float:left; font-weight:bold; text-align:center}

.infoarea{ width:100%; float:left; font-size:15px !important; line-height:36px;}
.infoarea table,.infoarea video{ max-width:100%}
.infoarea img{ max-width:100% !important; height:auto !important; overflow:hidden !important}
.printico{ background:url(../images/print.gif) left center no-repeat; padding-left:20px; margin-right:20px}
.closeico{ background:url(../images/close1.gif) left center no-repeat; padding-left:20px}
.tools{ text-align:right; width:100%; font-size:14px; line-height:30px}
.fenyea{ width:100%; float:left}
.fenyea a{ text-align:right; width:100%; font-size:14px; line-height:30px; float:left}
#share-3{float:left; width:50%; text-align:left}

/*分页样式*/
.pageban{ width:100%; text-align:center; float:left}
.page_info{text-align:center;margin-top:10px;color:#333;font-family:Microsoft Yahei;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:34px;line-height:34px;text-align:center;letter-spacing:0;font-family:Microsoft Yahei;font-size:12px;margin-top:20px;padding-bottom:10px}
.page_list a{display:inline-block;color:#117977;border:1px solid #117977;background:#fff;text-align:center;padding:0 13px;margin:0 3px;border-radius:25px;}
.page_list a:hover{color:#fff;border:1px solid #117977;background:#117977;}
.page_list a.on{background-color:#117977; color:#fff; border:1px solid #117977}


.disptitnews{ width:100%; float:left; font-size:26px; font-weight:bold; min-height:38px; line-height:38px; padding-bottom:15px;}
.dispdes{ width:100%; float:left; font-size:14px;height:40px; border-bottom:1px solid #ccc; color:#666; margin-bottom:30px;}
.dispdes i{ margin-right:5px}

.n_l{ width:calc(100% - 400px); float: left; border-right: 1px solid #ddd; overflow: hidden; padding-right: 60px}
.n_r{ width: 330px; float: right; padding-left: 30px; box-sizing:border-box;}
.h_ban{ width:100%; height:103px}
.h_ban_t{ float:left; width:250px;}
.h_ban_t strong{ float:left; font-size:30px; width:100%; height:45px}
.h_ban_t i{ float:left; font-size:14px; text-transform:uppercase; color:#117977;width:100%; font-style:normal}
.zxxw{ width:100%; margin-bottom:30px; float:left}
.zxxw li{ width:100%; float:left; border-bottom:1px solid #eee; padding-bottom:10px; margin-bottom:15px;}
.zxxw li strong{ width:100%; float:left; line-height:25px; margin-bottom:10px; overflow:hidden; font-weight:normal}
.zxxw li span{ width:100%; float:left; font-size:12px; color:#666}
.dispwarp{ width:100%; float:left; background:#fff; overflow:hidden; padding:38px; padding-bottom:100px; box-sizing:border-box; margin-top:50px}
.hsbg{ background:#eef2f6; width:100%; overflow:hidden; margin-bottom:-90px; position:relative}

.dist_h1{ width:68px; height:80px; float:left; background:#117977; margin-top:6px; }
.dist_h1 strong{ width:100%; text-align:center; color:#fff; font-size:32px; float:left; padding-top:10px}
.dist_h1 span{ width:100%; text-align:center; color:#fff; font-size:13px; float:left}
.dist_h2{width:calc(100% - 90px);  float:right;}

.lx_l{ width:40%; float:left; padding-top:100px}
.lx_r{ width:58%; float:right}


.liucheng{ width:100%; float:left; border:2px dotted #006f6b; height:175px; position:relative; border-radius:100px; margin-top:250px; margin-bottom:250px}
.liucheng .jt1{ float:left; position:absolute; left:-11px; width:73px; height:111px; background:url(../images/jt1.png); bottom:0; z-index:1}
.liucheng .jt2{ float:right; position:absolute; right:-11px; width:73px; height:111px; background:url(../images/jt2.png); top:0; z-index:1}
.liucheng .sjt{ float:left; position:absolute; left:0; width:100%; height:9px; background:url(../images/sjt.png) center no-repeat; top:0; z-index:1; margin-top:38px}
.liucheng .zwz{ float:let; position:absolute; text-align:center; left:0; width:100%; height:90px;  line-height:90px; font-weight:bold;font-size:38px; color:#006f6b; top:0; z-index:1; margin-top:42px}
.liucheng .xjt{ float:left; position:absolute; left:0; width:100%; height:9px; background:url(../images/xjt.png) center no-repeat; top:0; z-index:1; margin-top:132px}
.fw1{ width:202px; height:250px; left:0; z-index:2; position:absolute; top:-235px;transition: 0.3s ease-in-out; cursor:pointer}
.fw2{ width:202px; height:250px; left:17%; z-index:2; position:absolute; top:-235px;transition: 0.3s ease-in-out;cursor:pointer}
.fw3{ width:202px; height:250px; left:34%; z-index:2; position:absolute; top:-235px;transition: 0.3s ease-in-out;cursor:pointer}
.fw4{ width:202px; height:250px; left:51%; z-index:2; position:absolute; top:-235px;transition: 0.3s ease-in-out;cursor:pointer}
.fw5{ width:202px; height:250px; left:68%; z-index:2; position:absolute; top:-235px;transition: 0.3s ease-in-out;cursor:pointer}
.fw6{ width:202px; height:250px; left:85%; z-index:2; position:absolute; top:-235px;transition: 0.3s ease-in-out;cursor:pointer}

.fw7{ width:171px; height:250px; left:87%; z-index:2; position:absolute; bottom:-230px;transition: 0.3s ease-in-out;cursor:pointer}
.fw8{ width:171px; height:250px; left:73%; z-index:2; position:absolute; bottom:-230px;transition: 0.3s ease-in-out;cursor:pointer}
.fw9{ width:171px; height:250px; left:58%; z-index:2; position:absolute; bottom:-230px;transition: 0.3s ease-in-out;cursor:pointer}
.fw10{ width:171px; height:250px; left:43%; z-index:2; position:absolute; bottom:-230px;transition: 0.3s ease-in-out;cursor:pointer}
.fw11{ width:171px; height:250px; left:29%; z-index:2; position:absolute; bottom:-230px;transition: 0.3s ease-in-out;cursor:pointer}
.fw12{ width:171px; height:250px; left:14%; z-index:2; position:absolute; bottom:-230px;transition: 0.3s ease-in-out;cursor:pointer}
.fw13{ width:171px; height:250px; left:0%; z-index:2; position:absolute; bottom:-230px;transition: 0.3s ease-in-out;cursor:pointer}


.a1{ width:100%; height:124px; float:left; overflow:hidden; margin-bottom:5px; margin-top:10px; overflow:hidden}
.a1 img{ width:100%; height:auto; overflow:hidden;transition: all 0.3s}
.a2{ width:100%; height:34px; line-height:34px; text-align:center; font-size:24px; font-weight:bold; float:left; overflow:hidden}
.a3{ width:100%; height:34px; line-height:34px; text-align:center; font-size:20px; font-weight:bold; float:left; overflow:hidden; margin-bottom:6px}
.a33{ width:100%; height:34px; line-height:34px; text-align:center; font-size:20px; font-weight:bold; float:left; overflow:hidden; margin-bottom:6px; margin-top:5px}
.a4{ width:100%; height:44px; line-height:44px; text-align:center; font-size:20px; padding-right:4px; box-sizing:border-box; float:left; color:#fff; overflow:hidden; background:url(../images/point_03.png) center no-repeat;transition: 0.3s ease-in-out;}
.a44{ width:100%; height:44px; line-height:44px; text-align:center; font-size:20px; padding-left:4px; box-sizing:border-box; float:left; color:#fff; overflow:hidden; background:url(../images/point_06.png) center no-repeat;transition: 0.3s ease-in-out;}


.fw1:hover .a4{ background:url(../images/pointa_03.png) center no-repeat}
.fw1:hover .a1 img{transform: scale(1.1);}
.fw1:hover .a2,.fw1:hover .a3{ color:#006f6b}

.fw2:hover .a4{ background:url(../images/pointa_03.png) center no-repeat}
.fw2:hover .a1 img{transform: scale(1.1);}
.fw2:hover .a2,.fw2:hover .a3{ color:#006f6b}


.fw3:hover .a4{ background:url(../images/pointa_03.png) center no-repeat}
.fw3:hover .a1 img{transform: scale(1.1);}
.fw3:hover .a2,.fw3:hover .a3{ color:#006f6b}


.fw4:hover .a4{ background:url(../images/pointa_03.png) center no-repeat}
.fw4:hover .a1 img{transform: scale(1.1);}
.fw4:hover .a2,.fw4:hover .a3{ color:#006f6b}


.fw5:hover .a4{ background:url(../images/pointa_03.png) center no-repeat}
.fw5:hover .a1 img{transform: scale(1.1);}
.fw5:hover .a2,.fw5:hover .a3{ color:#006f6b}


.fw6:hover .a4{ background:url(../images/pointa_03.png) center no-repeat}
.fw6:hover .a1 img{transform: scale(1.1);}
.fw6:hover .a2,.fw6:hover .a3{ color:#006f6b}

.fw7:hover .a44{ background:url(../images/pointa_06.png) center no-repeat}
.fw7:hover .a1 img{transform: scale(1.1);}
.fw7:hover .a2,.fw7:hover .a33{ color:#006f6b}

.fw8:hover .a44{ background:url(../images/pointa_06.png) center no-repeat}
.fw8:hover .a1 img{transform: scale(1.1);}
.fw8:hover .a2,.fw8:hover .a33{ color:#006f6b}

.fw9:hover .a44{ background:url(../images/pointa_06.png) center no-repeat}
.fw9:hover .a1 img{transform: scale(1.1);}
.fw9:hover .a2,.fw9:hover .a33{ color:#006f6b}

.fw10:hover .a44{ background:url(../images/pointa_06.png) center no-repeat}
.fw10:hover .a1 img{transform: scale(1.1);}
.fw10:hover .a2,.fw10:hover .a33{ color:#006f6b}

.fw11:hover .a44{ background:url(../images/pointa_06.png) center no-repeat}
.fw11:hover .a1 img{transform: scale(1.1);}
.fw11:hover .a2,.fw11:hover .a33{ color:#006f6b}

.fw12:hover .a44{ background:url(../images/pointa_06.png) center no-repeat}
.fw12:hover .a1 img{transform: scale(1.1);}
.fw12:hover .a2,.fw12:hover .a33{ color:#006f6b}

.fw13:hover .a44{ background:url(../images/pointa_06.png) center no-repeat}
.fw13:hover .a1 img{transform: scale(1.1);}
.fw13:hover .a2,.fw13:hover .a33{ color:#006f6b}


.nywdys{ width:100%; float:left}
.nywdys li{ width:100%; float:left; margin-bottom:30px; border:1px solid #ccc; padding:20px; box-sizing:border-box}
.nywdys li strong{ float:left; padding:10px 20px; border-radius:50px; background:#006f6b; color:#fff; font-weight:normal; font-size:16px; width:150px; text-align:center}
.nywdys li span{ float:right;font-weight:normal;width:calc(100% - 220px); line-height:30px;}

.bjfont{ background:#318b87; color:#fff; height:55px; line-height:55px; padding:0 25px; box-sizing:border-box; font-size:17px; position:relative; z-index:2; display:inline-block; border-radius:25px 0 25px 0}

.box{ width:100%; float:left} 
#goleft {width: 100%;overflow: hidden;float:left;} 
#goleft #gols {width: 33100px;} 
#goleft1, #goleft2 {width: auto;float: left;}

.qyimg{ border:1px solid #ccc; box-sizing:border-box; width:297px; padding:20px; float:left; margin-right:30px; background:#fff}
.qyimga{width:100%;float:left; height:302px}
.qyimga img{width:100%;height:302px}
.qyimgb{width:100%;float:left;}
.qyimgb strong{width:100%;float:left; border-bottom:1px solid #ccc;border-top:1px solid #ccc; text-align:center; font-size:17px; color:#006f6b; height:45px; line-height:45px; font-weight:normal}
.qyimgb span{width:100%;float:left;font-size:14px; color:#333; height:176px; overflow:hidden; line-height:26px; font-weight:normal; margin-top:10px}