@charset "utf-8";
/*基础部分开始*/
.mh{ display:none !important}
body{
color:#000;
margin:0 auto;
padding:0px;
font-family:"Microsoft yahei", Arial, Helvetica, sans-serif;
font-size:15px;

}

.scroll {
-webkit-overflow-scrolling: touch;
transition: all 0.3s ease-out;
}

.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:92%; padding: 0 4%} 


/*基础部分结束*/
.lctm{ width:100%; margin-top:-10px; float:left}
.lctm img{ width:100%; height:auto; overflow:hidden}
.mheader{ width:100%; background:#fff; position:fixed; top:0; z-index:9; box-sizing:border-box; padding:12px 4%}
.logo{ float:left}
.logo img{ float:left; height:35px;}

.mySwiper {
width: 100%;
height:auto;
cursor: pointer
}
.mmySwiper .swiper-slide{
width: 100%;
height:auto;
float:left;
position:relative;
text-align:center
}

.mmySwiper .swiper-slide .bg img{
width: 100%;
height:auto;
overflow:hidden
}


.mmySwiper .swiper-slide .fd{
position:relative;
z-index:1;
top:48%;
text-align:center;

}

.mmySwiper .swiper-slide .fd img{
width:60%;
height:auto;
overflow:hidden;
}




.mmySwiper .swiper-pagination{ bottom: 20px !important}
.mmySwiper .swiper-pagination .swiper-pagination-bullet{ width: 6px; height: 6px;background: rgba(255,255,255,.5);border-radius:50px;}
.mmySwiper .swiper-pagination .swiper-pagination-bullet-active{background: rgba(255,255,255,1);border-radius: 50px;width: 25px; height: 6px;}


.mmySwipera {
width: 100%;
height: 115px;
cursor: pointer
}

.mmySwipera .swiper-slide{ width:100%;float:left; position:relative; height:80px; background:url(../images/line.jpg) left center no-repeat; padding-left:18px; box-sizing:border-box}
.mmySwipera .swiper-slide .numCount{ width:100%; float:left; height:50px; box-sizing:border-box; color:#006f6b}
.mmySwipera .swiper-slide .numCount .numCX{font-size:28px; float:left}
.mmySwipera .swiper-slide .numCount .unitC{font-size:28px; margin-top:1px; float:left}
.mmySwipera .swiper-slide .numarea{ width:100%; float:left; color:#666; font-size:12px}


.mmySwipera .swiper-pagination{ bottom: 0px !important}
.mmySwipera .swiper-pagination .swiper-pagination-bullet{ width: 8px; height: 8px;background:rgba(0,111,107,.5);border-radius: 50px;}
.mmySwipera .swiper-pagination .swiper-pagination-bullet-active{background: #006f6b;border-radius: 50px;width: 30px; height: 8px;}

.yzs{ width:100%; font-weight:bold; text-align:center; height:60px; line-height:30px; margin-bottom:10px; color:#006f6b; float:left; font-size:20px}
.mySwiperlc {
width: 100%;
height: 260px;
cursor: pointer;

}

.mySwiperlc .swiper-slide{ width:100%;float:left; position:relative;}
.mySwiperlc .swiper-slide .lc1{ width:100%; float:left; height:120px; margin-bottom:5px}
.mySwiperlc .swiper-slide .lc1 img{ width:100%;height:120px;}
.mySwiperlc .swiper-slide .lc2{ width:100%; float:left; height:30px; line-height:30px; text-align:center; font-size:16px; font-weight:bold;}
.mySwiperlc .swiper-slide .lc3{ width:100%; float:left; height:30px; line-height:30px; text-align:center; font-size:16px; font-weight:bold;}
.mySwiperlc .swiper-slide .lc4{ width:100%; float:left; height:50px; padding-right:5px; box-sizing:border-box; line-height:50px; text-align:center; font-size:16px;  background:url(../images/point_03.png) center no-repeat;  color:#fff}

.mySwiperlc .swiper-pagination{ bottom: 0px !important}
.mySwiperlc .swiper-pagination .swiper-pagination-bullet{ width: 8px; height: 8px;background:rgba(0,111,107,.5);border-radius: 50px;}
.mySwiperlc .swiper-pagination .swiper-pagination-bullet-active{background: #006f6b;border-radius: 50px;width: 30px; height: 8px;}


.mySwiperb {
width: 100%;
height: 160px;
}
.mySwiperb .swiper-slide{
float:left; width:100%; box-sizing:border-box;overflow:hidden;
background:#006f6b;
padding:15px;
height:130px;
}

.mySwiperb .swiper-slide .alimg{
width: 40%;
float:left;
}

.mySwiperb .swiper-slide .alimg img{
width: 100%;
height:100px;
}


.mySwiperb .swiper-slide .alwz{
width: 54%;
float:right;
}

.mySwiperb .swiper-slide .alwz strong{
width: 100%;
float:left;
font-weight:normal;
font-size:16px;
height:52px;
line-height:26px;
overflow:hidden;
color:rgba(255,255,255,.8);
margin-bottom:5px
}


.mySwiperb .swiper-slide .alwz span{
width: 100%;
float:left;
font-size:14px;
height:44px;
line-height:22px;
overflow:hidden;
color:#fff
}
.mySwiperb .swiper-pagination{ bottom: 0 !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}



.mmySwipere {
width: 100%;
height: 240px;
}
.mmySwipere .swiper-slide{ text-align: center;
	  border-radius:10px;
	  box-sizing:border-box;
	  background:#fff;
	  background-size:cover;
	  padding:20px;
	  overflow:hidden;
	  position:relative;
	  height:200px;
	  margin-bottom:30px;}

.mmySwipere .swiper-slide img{ width:80%; overflow:hidden; height:auto; vertical-align:middle}

.mmySwipere .swiper-pagination{ bottom: 0px !important}
.mmySwipere .swiper-pagination .swiper-pagination-bullet{ width: 10px; height: 10px;background:rgba(0,111,107,.5);border-radius: 50px;}
.mmySwipere .swiper-pagination .swiper-pagination-bullet-active{background: #006f6b;border-radius: 50px;width: 32px; height: 10px;}


.mmySwipere .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;
}


.mmySwipere .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;
}


.mySwipere2 {
width: 100%;
height: 240px;
}
.mySwipere2 .swiper-slide{ text-align: center;
	  border-radius:10px;
	  box-sizing:border-box;
	  background:#fff;
	  background-size:cover;
	  padding:20px;
	  overflow:hidden;
	  position:relative;
	  height:200px;
	  margin-bottom:30px;}

.mySwipere2 .swiper-slide img{ width:80%; overflow:hidden; height:auto; vertical-align:middle}

.mySwipere2 .swiper-pagination{ bottom: 0px !important}
.mySwipere2 .swiper-pagination .swiper-pagination-bullet{ width: 10px; height: 10px;background:rgba(0,111,107,.5);border-radius: 50px;}
.mySwipere2 .swiper-pagination .swiper-pagination-bullet-active{background: #006f6b;border-radius: 50px;width: 32px; height: 10px;}


.mySwipere2 .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;
}


.mySwipere2 .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:18px; color:#000; margin-top:5px}
.ban strong img{ margin-right:10px; vertical-align:middle}
.ban span{ display:none}
.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:18px; color:#000; margin-top:5px}
.bana strong img{ margin-left:10px; vertical-align:middle}
.bana span{ display:none}
.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:18px; 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{ display:none}

.banc{ width:100%; float:left; height:60px;margin-bottom:15px}

.tmfl{ float:left; margin-right:10px}
.bancc{ width:100%; float:left; height:60px;margin-bottom:5px}
.bancc strong{ font-size:18px; float:left; margin-top:10px}
.bancc span a{ float:right; font-size:15px; margin-top:10px}
.bancc span a img{ float:right; margin-bottom:5px; margin-left:10px}

.cases{ width:100%; float:left; position:relative}
.cases ul{ display:inline}
.cases ul li{ float:left; width:100%; box-sizing:border-box; border:1px solid #ccc; padding:15px; overflow:hidden; margin-bottom:30px;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:-50px}
.fwlist li{ width:100%; float:left; margin-bottom:0px}

.fwlist li .fl{ width:100%; float:left;}
.fwlist li .fl img{ width:100%; height:auto; overflow:hidden}

.fwlist li .fr1{ width:100%; float:left;  box-sizing:border-box; padding:20px 0 30px 20px; background:#f8f8f8; overflow:hidden}

.fwlist li .fr1 strong{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000;
    height: 50px;
    margin-top: 20px;
}


.fwlist li .fr1 span{
    width: 96%;
    float: left;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    color: #333;

}



.links{ width:100%; float:left; margin-left:1px; box-sizing:border-box;}
.links ul{ display:inline}
.links ul li{ width:33.333%; float:left; border:1px solid #ccc;background:#fff; box-sizing:border-box;position:relative; padding-top:18%; 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;}

.links ul li:nth-child(19),.links ul li:nth-child(20){ display:none}


.baozhang{ width:100%; float:left; margin-bottom:20px}
.baozhang ul{ display:inline}
.baozhang ul li{ width:48%; float:left; padding:10px; border:1px solid #ccc; background:#fff; box-sizing:border-box; margin-bottom:30px;transition: 0.3s ease-in-out !important; }
.baozhang ul li img{ width:100%; height:auto; overflow:hidden; margin-top:5px}
.baozhang ul li:nth-child(1),.baozhang ul li:nth-child(3){ margin-right:4%}

.baozhang ul li strong{float:left; font-size:22px; color:#006f6b; line-height:40px; font-family:Arial, Helvetica, sans-serif}
.baozhang ul li  span{float:left; font-size:16px; color:#000; line-height:40px; margin-left:5px; font-weight:bold}

.video{ width:100%; background:url(../images/indxe_77.jpg) center no-repeat; height:208px; margin-top:10px; margin-bottom:30px; text-align:center; cursor:pointer;transition: 0.3s ease-in-out;}
.video span{ color:#fff; text-align:center; font-size:18px; width:100%; padding-top:40px; float:left; margin-bottom:6px; text-transform:uppercase;transition: 0.3s ease-in-out;}
.video strong{ color:#fff; text-align:center; font-size:16px; width:100%; padding-top:6px; float:left; margin-bottom:15px;transition: 0.3s ease-in-out;}
.video img{ width:13%; height:auto; overflow:hidden}

.ysjj{ padding-top:40px}
.gcal{ width:100%; background:url(../images/indxe_75.jpg) top center no-repeat; padding:40px 0 40px 0; overflow:hidden; box-sizing:border-box; margin-bottom:30px}
.page4_w{ width:100%; background:#006f6b; float:left;overflow:hidden;}
.page4_w ul{ display:inline}
.page4_w ul li{ float:left; width:100%; box-sizing:border-box; border-right:1px solid rgba(255,255,255,.2); padding:50px 35px; overflow:hidden}
.page4_w ul li large{ float:left; width:100%; box-sizing:border-box; height:223px; overflow:hidden; margin-bottom:20px}
.page4_w ul li large img{ width:100%;height:223px;transition: all 0.3s;}
.page4_w li:hover img{transform: scale(1.2);}

.page4_w ul li:last-child,.page4_w ul li:nth-child(2){ display: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: 300px;

}
.mySwiperc .swiper-slide{
width: 100%;
box-sizing:border-box;
float:left;
position:relative;
}

.mySwiperc .swiper-slide .imgs{
width: 100%;
float:left;
height: 300px;
}

.mySwiperc .swiper-slide .imgs img{
width: 100%;
height: 300px;
}

.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:40px;
line-height:40px;
float:left;
font-size:16px;
color:#fff;
}

.mySwiperc .swiper-pagination{ bottom: 15px !important; text-align:right; margin-right:15px !important; right:15px !important}
.mySwiperc .swiper-pagination .swiper-pagination-bullet{ width: 8px; height: 8px;background: rgba(255,255,255,1); border-radius:100px}
.mySwiperc .swiper-pagination .swiper-pagination-bullet-active{background:#006f6b;width: 8px; height:8px;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:left; margin-top:5px; width:100%; text-align:center}
#tabContainera strong a{ display:inline-block;width:120px; height:36px; line-height:36px; text-align:center; 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; }

#tabContainera strong:first-child{ margin-right:18px;}

#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:100%; margin-bottom:20px}
.qhxw_r{ float:left; width:100%;}
.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:18px; 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:30px; overflow:hidden; position:relative;}
.page1_l{ width:100% ;float:left; height:auto; padding-top:30px;}
.page1_l .tit{ width:100%; float:left; margin-bottom:25px;}
.page1_l .tit span{  float:left; font-size:15px; color:#333; margin-left:5px; padding-top:4px}
.page1_l .tit strong{ float:left; padding-bottom:15px; font-size:18px; 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;}

.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:100%;}
.page1_r .tit{ width:100%; float:left; height:50px; font-size:24px; color:#333; font-weight:bold}
.page1_r_areaa{ width:100%; float:left; line-height:30px; color:#333; margin-top:-10px; padding-bottom:25px}
.page1_r_areaa p{ padding:2px 0}

.readall_box { padding-top:15px; height:50px; float:left; text-align:center; width:100%}
.read_more_btn{cursor:pointer;font-size: 15px;color: #fff;background: #318b87;border-radius:25px;border: 1px solid #318b87;line-height: 30px;padding:8px 20px; margin-top:10px}


.hxwy{
width: 100%;
    overflow: hidden;
    box-sizing: border-box;
	padding-bottom:40px;
	padding-top:40px;
	}
footer{ width:100%; background:#282c34; margin-top:50px; padding-top:30px; padding-bottom:10px; overflow:hidden; box-sizing:border-box}
.foot1{width:100%; float:left; color:#fff; font-size:15px; height:36px; text-align:center}
.foot2{width:100%; float:left; color:#fff; font-size:26px; height:40px; text-align:center;font-family:Impact; padding-bottom:15px; margin-bottom:20px; border-bottom:1px solid rgba(255,255,255,.2)}

.foot3{ width:100%; text-align:center} 
.footwx{ width:30%; height:auto; overflow:hidden; text-align:center; color:rgba(255,255,255,.5); display:inline-block;margin-left:10px; margin-right:10px; line-height:30px}
.footwx img{ width:100%; height:auto; overflow:hidden; border:1px solid rgba(255,255,255,.2); padding:10px; box-sizing:border-box}

.copy{ line-height:55px; height:55px; color:rgba(255,255,255,.5); border-top:1px solid rgba(255,255,255,.2); width:100%; float:left; text-align:center}
.copy a{color:#fff}
/*二级页面*/

.nyban{width:100%; height:240px}
.enname{ width:100%; float:left; color:#fff; font-size:16px; text-transform:uppercase; font-family:Impact;letter-spacing:2px; font-weight:normal}
.cnname{ width:100%; float:left; color:#fff; font-size:20px; text-transform:uppercase; font-family:Impact;letter-spacing:2px; padding-top:120px}

.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: 40px;
	padding-bottom:40px;
    overflow: hidden;
}

.about_zz {
    width: 100%;
    background: url(../images/n_zz_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    padding-top: 40px;
	padding-bottom:40px;
    overflow: hidden;
	margin-top:40px
}

.about_titlea{ width:100%; float:left; margin-bottom:20px; text-align:center}
.about_titlea em{color:#006f6b; font-size:20px; font-style:normal; padding-bottom:5px; text-transform:uppercase; display:block}
.about_titlea strong{color:#000; font-size:22px; font-style:normal;  padding-bottom:40px; display:block}
.about_p70{ padding-top:40px}
.about_whlist{ width:100%; float:left;}
.about_whlist ul{ display:inline}
.about_whlist ul li{ box-sizing:border-box; float:left; width:50%}
.about_whlist ul li em{ float:left; width:100%; padding-bottom:15px; 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:10px; text-align:center; font-size:20px;color:#006f6b;}
.about_whlist ul li span{ float:left; width:100%; padding-bottom:30px; text-align:center; color:#333; font-size:12px}
.allw{ width:100%; float:left}

.ny_menu{ width:100%; background:#fff; border-bottom:1px solid #ddd; height:60px;}
.ny_menu .home{ width:60px; background:#fff;height:60px; 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; margin-left:-5%}
.ny_menu .home:hover{background:url(../images/homea.png) center no-repeat #006f6b; }
.link a{ float:right; padding:0 15px; height:58px; line-height:58px;border-bottom:2px solid rgba(255,255,255,0)}
.linka a{ float:right;padding:0 15px; height:58px; line-height:58px; 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:50px;background-size: cover;position: relative; margin-bottom:-50px}

.hzbg{ width:100%; background:url(../images/zylvbg.jpg) top center no-repeat #e7f1f1 ; padding-top:30px; overflow:hidden; padding-bottom:40px;background-size: cover;position: relative; margin-bottom:-50px}

#myChart4{width:100%;height:500px; margin-top:-80px}

.xwlist{ width:100%; float:left; margin-bottom:20px}
.xwlist li{ width:100%; float:left; margin-bottom:30px; background:rgba(255,255,255,.5); box-sizing:border-box; padding:15px}

.xwlist li .xwimg{ width:100%; float:left; height:220px}
.xwlist li .xwimg img{ width:100%;height:220px}
.xwlist li .xwnr{width:100%; float:left}
.xwlist li .xwnr strong{width:100%; float:left; font-size:22px; height:30px; line-height:30px; overflow:hidden; margin-top:20px}
.xwlist li .xwnr em{width:100%; float:left; font-size:15px; height:24px; line-height:24px; 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:20px; font-weight:bold; line-height:28px; padding-bottom:15px;}
.dispdes{ width:100%; float:left; font-size:14px;height:40px; border-bottom:1px solid #ccc; color:#666; margin-bottom:15px;}
.dispdes i{ margin-right:5px}

.n_l{ width:100%; float: left; overflow: hidden;}
.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:10px; padding-bottom:20px; box-sizing:border-box; margin-top:10px}
.hsbg{ width:100%; overflow:hidden; margin-bottom:-50px; position:relative}

.dist_h1{ width:68px; height:80px; float:left; background:#117977; margin-top:6px; display:none}
.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:100%;  float:left;}

.lx_l{ width:100%; float:left; margin-bottom:20px}
.lx_r{ width:100%; float:right}


.sjt{ float:left; width:100%; margin-top:-10px; height:15px}
.sjt img{width:100%; height:auto; overflow:hidden}

.xjt{ float:left; width:100%; margin-btoom:20px; height:30px}
.xjt img{width:100%; height:auto; overflow:hidden}

.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; margin-bottom:-20px}
.nywdys li{ width:100%; float:left; margin-bottom:30px; border:1px solid #ccc; padding:15px; box-sizing:border-box}
.nywdys li strong{ float:left; padding:10px 20px; border-radius:50px; box-sizing:border-box; margin-bottom:15px; background:#006f6b; color:#fff; font-weight:normal; font-size:16px; width:100%; text-align:center}
.nywdys li span{ float:right;font-weight:normal;width:100%; line-height:30px;}

.bjfont{ background:#318b87; color:#fff; height:55px; line-height:55px; padding:0 25px; box-sizing:border-box; font-size:15px; 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:250px; padding:10px; float:left; margin-right:30px; background:#fff}
.qyimga{width:100%;float:left;}
.qyimga img{width:100%; height:auto; overflow:hidden}
.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:15px; color:#006f6b; height:45px; line-height:45px; font-weight:normal}
.qyimgb span{width:100%;float:left;font-size:13px; color:#333; height:120px; overflow:hidden; line-height:20px; font-weight:normal; margin-top:10px}
.mt50{ margin-top:30px}

.new_ys{ width:100%; float:left}
.new_ys li{ width:100%; float:left; padding-bottom:25px;position:relative;}
.new_ys li:before{ content: '';position:absolute;top:0;left:18px;height:100%; background:rgba(0,111,107,.3); width:1px}
.new_ys li .new_ys_l{ width:35px; height:35px; line-height:35px; float:left;background:#006f6b; color:#fff; border-radius:100%; font-size:18px; text-align:center;z-index:2; position:relative}
.new_ys li .new_ys_r{width: calc(100% - 55px); float:right; position:relative}
.new_ys li .new_ys_r1{width:100%; float:left; padding-bottom:10px; font-size:18px; padding-top:5px}
.new_ys li .new_ys_r2{width:100%; float:left;overflow:hidden}
.new_ys li .new_ys_r2 img{ width:100%; height:auto; overflow:hidden}
.new_ys li:last-child{ padding-bottom:0; margin-bottom:0}