@charset "UTF-8";

/*+++++++++++    ++++++++++*/




input, textarea {

  outline: none;
font-family: 'Î¢ÈíÑÅºÚ';
  /*-webkit-appearance: none;*/
   }



input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {

  color: #666; }



input:-moz-placeholder, textarea:-moz-placeholder {

  color: #666; }



input::-moz-placeholder, textarea::-moz-placeholder {

  color: #666; }



input:-ms-input-placeholder, textarea:-ms-input-placeholder {

  color: #666; }
body{
  font-size: 0.28rem;
  font-family: 'Î¢ÈíÑÅºÚ';
  width: 100%;
  overflow-x: hidden;
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
   outline: none;
}
ul,li{
  margin: 0;
  padding: 0;
  list-style-type:none; 
}
a{
  text-decoration: none;
}
.yd-box{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/Content/Main/Base/images/bg.jpg) no-repeat center;
  background-size: auto 100%;
}
.yd-con{
  width: 6.9rem;
  height: 8.1rem;
  position: absolute;
  left:0.3rem;
  top: 50%;
  margin-top: -4rem;
  overflow: hidden;
}
.leftbox{
    width: 3.9rem;
    height: 100%;
    float: left;
}
.leftbox .yd-logo{
  width: 100%;
  display: block;
 }
.leftbox .yd-logo .logo{
  width:100%;
  display: block;
}
.leftbox-part{
  background: rgba(0,0,0,0.5);
  padding-bottom: 0.53rem;
  padding: 0.1rem;
}
.part1{margin-top: 0.1rem;}


.part1 .item{
  display: inline-block;
  height: 1.5rem;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  background: rgb(255,255,255,0.13);
  border-radius: 5px;
  width: 48.5%;
  text-align: center;
  padding: 10px;
}
.part1 .item svg{
  width: 40px;
  display: inline-block;
  margin-bottom: -10px;
  margin-left: 22%
}
.part1 .item a{
  display: inline-block;
}
.part1 .item a span{color:#fff;font-size: 0.3rem;font-weight: 300;}


.part1 .item img{
  width: 0.49rem;
  display: block;
  margin: 0 auto;
}
.part1 .item span{
}
.part2{
  padding: 0  0.2rem;
  color: #fff;
  height: 1rem;
  overflow: hidden;
}
.part2 .item{
  display: inline-block;
  width: 30%;
  text-align: center;
  margin-right: 1%;
  float: left;
}
.part2 .item:nth-child(2){
  width: 37%
}
.part2 .item a{
  display: block;
  width: 100%;
  padding-bottom: 0.1rem;
  color: #fff;
  border-radius: 5px;
  background: rgba(255,255,255,0.2);
  font-size: 0.24rem;
    
}
.part2 .item img{
  width: 0.49rem;
  margin: 0.06rem 0 0.01rem 0
}
.part2 .item span{
  display: block;
}
.part2 .item a:hover{
  background: #02a3a6;
}
.part3 .item{
  margin: 0.1rem;
  display: block;
  color: #fff;
  border-radius: 5px;
  /* background: rgba(255,255,255,0.2); */
  font-size: .2rem;
}
.part3 .item p{line-height: 0.3rem;}

.part3 .item  a{
  color: #fff
}
.part3 .item img{
  margin: 0.06rem 0.07rem -.05rem 0.2rem;
  width: 0.21rem;
}
.rightbox{
  width: 3rem;
  float: right;
  position: relative;
  height: 100%
}
.rightbox-con{
  width: 100%;
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0
}
.rightbox-con .item a{
  color: #fff
}
.rightbox-con .item{
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 33.3333%;
    float: left;
    text-align: center;
    color: #fff;
    position: relative;
    margin-left: 1px;
    margin-top: 1px
}
.rightbox-con .middle {
    height: 100%;
}
.rightbox-con .middle-cont {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.14rem;
    letter-spacing: 0;
}
.rightbox-con .item:nth-child(1) .middle-cont .img{
   background: #a67c65;
}
.rightbox-con .item:nth-child(2) .middle-cont .img{
   background: #02a3a6;
}
.rightbox-con .item:nth-child(3) .middle-cont .img{
   background: #00a04e;
}
.rightbox-con .middle-cont .img {
    width: 1.3rem;
    height: 1.3rem;
    overflow: hidden;
    margin: 0 auto;
   
    border-radius: 120px;
}
.rightbox-con .middle-cont .img  img{
  margin-top: 0.3rem;
  width: 0.8rem
}
.rightbox-con .text {
    margin-top: 0.05rem;
}
.rightbox-con .middle:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.rightbox-con .tit {
    font-size:0.3rem;
}
.rightbox-con .tit1 {
    margin-top: 0.05rem;
}
.rightbox-con .hoverbox {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.rightbox-con .hoverbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
}
.rightbox-con .item:nth-child(1)  .hoverbox{
  background: url(/Content/Main/Base/images/yd-bg1_20.jpg) no-repeat 0 bottom;
}
.rightbox-con .item:nth-child(2)  .hoverbox{
  background: url(/Content/Main/Base/images/yd-bg2_20.jpg) no-repeat 0 bottom;
}
.rightbox-con .item:nth-child(3)  .hoverbox{
  background: url(/Content/Main/Base/images/yd-bg3_20.jpg) no-repeat 0 bottom;
}

.rightbox .conbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.rightbox .hovercont {
    margin-top:50px;

}
.rightbox .yuanbox {
    position: relative;
    width: 180px;
    height: 180px;
    margin:14px auto 0 auto;
    overflow: hidden;
  }
.rightbox .yuanbox:before {
    -webkit-animation: yuanbox 5s linear 0s infinite;
    animation: yuanbox 5s linear 0s infinite;
}
.rightbox .yuanbox:before {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -90px;
    background: url(/Content/Main/Base/images/ydy-8.png) no-repeat 0 0;
}
.rightbox .yuanbox:after {
    -webkit-animation: yuanbox1 5s linear 0s infinite;
    animation: yuanbox1 5s linear 0s infinite;
}

.rightbox .yuanbox:after {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
    background: url(/Content/Main/Base/images/ydy-9.png) no-repeat 0 0;
}
.rightbox .yuanbox .img {
    margin-top: 58px;
}
@-webkit-keyframes yuanbox {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg)
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg)
}
}
@keyframes yuanbox {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg)
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg)
}
}
@-webkit-keyframes yuanbox1 {
 0% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg)
}
 100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg)
}
}
@keyframes yuanbox1 {
 0% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg)
}
 100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg)
}
}
.main{
  width: 100%;
  padding: 0 0.1rem;
}


.toolbar {background:#147E67;height: 1rem;line-height: 1rem;color: #fff;overflow:hidden;padding: 0 0.1rem;}
.toolbar .fl{float:left;display: none;}
.toolbar .fr{
    text-align: center;
}
.toolbar .fr a{font-size: 0.3rem;font-family: Microsoft YaHei;font-weight: 400;color: #FFFFFF;margin: 0px 0.37rem;}


.head{
  line-height: .8rem;
  height: 1.4rem;
}
.head .main{position:relative;}
.head .logo{
  display: block;
}
.head .logo img{
  height: auto;
  position: absolute;
  top: 0.3rem;
  left: .2rem;
  z-index: 1;
  width: 5.7rem;
}


.newsearch{display:none;}

.newsearphbtn{
  position: absolute;
    top: 50%;
    right: 1.5rem;
    width: 0.8rem;
    height: 0.8rem;
    overflow: hidden;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #454545;

} 
.newsearphbtn .icon-nav{   width: 0.4rem;   height: 0.4rem;   margin-left:
0.2rem;    background: url(/Content/Main/Base/images/home_nav_icon_search.svg) no-repeat }


.nav{
  width: 60%;
  margin-left: 20%
}
.nav ul li{
  position: relative;
  width: 25%;
  text-align: center;
  list-style-type:none;
  float: left;
  border-right: 1px solid #049f9a 
}
.nav ul li a{
  color: #ccc;
  font-size: 0.2rem;
  display: block;
   height: .8rem;
   position: relative;
   z-index: 1
}
.nav ul li a .icon-nav{
  width: 0.37rem;
  height: 0.32rem;
  margin: 0.15rem 0 0 0;
  display: none;
}
.icon-9{
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%
}
.nav-txt{
  display: block;
}
.nav ul li .line{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3px;
  background: #009994;
  -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 0
}
.nav ul li.on a{
  color: #fff
}
.nav ul li.on .icon-9{
  display: block;
}
.m-show{
  display: block;
}
.menu-btn {
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 0.8rem;
    height: 0.8rem;
    overflow: hidden;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-btn .line, .menu-btn .line:before, .menu-btn .line:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.5rem;
    height: 0.04rem;
    border-radius: 10px;
}

.menu-btn .line, .menu-btn .line::before, .menu-btn .line::after {
    background: #0aa3a6;
    border-radius: 10px;
}
.menu-btn .line {
    top: 0;
    bottom: 0;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
.menu-btn .line, .menu-btn .line::before, .menu-btn .line::after {
    background: #0aa3a6;
    border-radius: 10px;
}

.menu-btn .line:before {
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
}


.menu-btn .line:after {
    -webkit-transform: translateY(0.2rem);
    transform: translateY(0.2rem);
}
.menu-btn .line:before, .menu-btn .line:after {
    content: '';
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-open .line {
    background: transparent;
}
.menu-open .line:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-open .line:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*.head.menu-open{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999
}
.nav-main.menu-open{
  margin-top: .8rem
}*/
.nav-main{
  height: 1.2rem;
  position: relative;
  margin-top: -1rem;
}
.nav-main ul li{
  list-style-type: none;
  display: block;
  border-bottom: 1px solid #999;
  position: relative;
}
.nav-main ul li>a{
  color: #333;
  font-size: 0.32rem;
  width: 80%;
  display: block;
  line-height: 1rem;
  padding-left: 0.5rem
}
.nav-main .arr {
    background: url(/Content/Main/Base/images/ss.png) no-repeat center center;
    width: 0.6rem;
    height: 0.07rem;
    position: absolute;
    right: 0.3rem;
    height: 0.8rem;
    top: 0;
}
.nav-main ul li.on .arr{
  background: url(/Content/Main/Base/images/zk.png) no-repeat center center;
}
.nav-main ul li.on .nav-show{
  display: block;
}
.nav-show{
  width: 100%;
  padding:0.1rem 0.5rem;
  background: #147e67;
  display: none;
}
.nav-show a{
  display: block;
  color: #333;
  font-size: 0.3rem;
  border-bottom: 1px solid #0c6e59;
  color: #fff;
  line-height: 0.8rem;
}
.nav-show a:last-child{
  border:0;
}

.nav-main .main{
  position: absolute;
  left: 0;
  top: 1.2rem;
  right: 0;
  background: #fff;
  z-index: 99;
  border-top: 1px solid #ddd;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-400%);
  transform: translateY(-400%);
}

.menu-open .main {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.newsearbtn{
  display: none;
}
.newsearch{
  position: fixed;
  left: 0;
  top: 2.6rem;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
  display: none;
  font-size: 0px;
}
.newssearchbg{
  background: #fff;
  padding: .3rem;
}
.newsearch img{
  height: .5rem;
  margin-bottom: -.08rem;
  display: inline-block;
}
.newsearch  .search-input{
  width: 72%;
  display: inline-block;
  line-height: 1.2rem;
  border:0;
  margin-left: .1rem;
  font-size: 0.3rem;
  border: 1px solid #efefef;
  padding-left: 9px;
  vertical-align: top;
}
.newsearch  .btn{
  width: 2.6rem;
  color: #fff;
  text-decoration: center;
  border:0;
  cursor: pointer;
  font-size: 0.3rem;
  -webkit-appearance: none;
  line-height: 1.25rem;
  background-color: transparent;
  background: url(/Content/Main/Base/images/icon-search2.png) no-repeat center center/26px auto   #147e67;
  cursor: pointer;
}
.newsearch  .btn:hover{
  background: #048c88
}
.newsearclose{
  float: right;
  margin-top:.1rem;
  width: .5rem
}



.mySwiper1{
  width: 100%;
  
}
.mySwiper1 .swiper-pagination-bullet{
  width: 60px;
  height: 4px;
  border-radius: 0;
  background: rgba(255,255,255,0.5);
}
.mySwiper1 .swiper-pagination-bullet-active{
  background: rgba(255,255,255,1);
}
.swiper-slide{
  overflow: hidden;
}
.mySwiper1 .swiper-slide img{
   /* transform: translate3d(0, 0, 0) scale(1.1); 
     -webkit-transition: all 5s ease;
    transition: all 5s ease; */
    width: 100%;
    display: block;
}
.mySwiper1 .swiper-slide-active img{
   /* transform: translate3d(0, 0, 0) scale(1);  */
   
}

.mySwiper1  .swiper-button-next,
.mySwiper1  .swiper-button-prev{position:absolute;FONT-WEIGHT: 100;z-index:2;transform:translateX(-50%);width: 0.5rem;height: 0.5rem;background:url(/Content/Main/Base/images/banner-arrow.png) no-repeat left top;float:right;margin-left:10px;top: 83%;display: none;left: 90%;}
.mySwiper1  .swiper-button-prev{background-position:left top;left: 85%;}
.mySwiper1  .swiper-button-next{background-position:right top;}
.mySwiper1  .swiper-button-prev:hover{background-position:left bottom;}
.mySwiper1  .swiper-button-next:hover{background-position:right bottom;}
.mySwiper1 .swiper-pagination{bottom: 0.2rem!important;position: absolute;}
.mySwiper1 .swiper-pagination span{width:10px;height:10px;border:2px solid #fff;border-radius:0;opacity:1;background:none;border-radius:100%;margin-right:20px;}
.mySwiper1 .swiper-pagination span.swiper-pagination-bullet-active{background:#fff;}


.index-bg01{background:url(/Content/Main/Base/images/index-bg01.jpg) no-repeat center center/cover;padding: 0 0.1rem;}

.index-item01{position:relative;/* margin-top: -50px; */z-index:2;overflow: hidden;}
.index-item01 .content{}
.index-item01 .content{position:relative;}
.index-item01 .content .list-con{}
.index-item01 .content .list{text-align:center;width: 33.33%;float:left;}
.index-item01 .content .list .box{height: 2rem;}
.index-item01 .content .list .box a{display:block;color:#fff;height:100%;padding-top: 0.3rem;}
.index-item01 .content .list .box .icon{height: 1rem;width: 1rem;margin:0 auto;}
.index-item01 .content .list .box .tit{font-size: 0.3rem;margin-top: 0.1rem;}
.index-item01 .content .list .box .icon{transition:all 500ms ease;}
.index-item01 .content .list .box:hover .icon{transform:rotateY(180deg);}
.index-item01 .content .list .box .icon img{height: 1rem;width: 1rem;}




.index-item02{
    overflow: hidden;
}
.index-item02 .title-box{color:#454545;/* padding-bottom:20px; *//* margin-bottom:20px; */position: relative;padding-top: 0.3rem;overflow: hidden;}
.index-item02 .title-box:before{content:"";display:inline-block;position:absolute;width: 0.1rem;height: 1rem;background: #147E67;}
.index-item02 .title-box span{font-size:26px;border-left:6px solid #cea065;line-height:30px;padding-left:15px;margin-top:5px;}
.index-item02 .title-box ul{font-size:18px;margin-left: 0.5rem;overflow-x: auto;white-space: nowrap;float: none;}
.index-item02 .title-box ul li{cursor:pointer;float:left;margin-right: 0.5px;position:relative;padding: 0px 0.3rem;line-height:40px;border-radius: 0.1rem;font-size: 0.3rem;}
.index-item02 .title-box ul li:last-child{margin-right:0;}
.index-item02 .title-box ul li.active{color:#fff;background: #147E67;}
.index-item02 .title-box .more{padding-top: 10px;float: right;margin-right: 20px;display: none;}
.index-item02 .title-box .more a{padding-right: 22px;background: url(/Content/Main/Base/images/index-item05-more.png) no-repeat right center;color:#454545;font-size:15px;}




.index-item02 .bd{height: 14.1rem;}
.index-item02 .tab-con{display: none;}
.index-item02 .tab-con a.img{display:block;height:360px;position:relative;width:50%;overflow:hidden;}
.index-item02 .tab-con a.img span{display:block;position:absolute;left:0;width:100%;}
.index-item02 .tab-con a.img span.img{top:0;height:100%;}
.index-item02 .tab-con a.img span.tit{bottom:0px;padding:30px 60px;font-size:16px;background:url(/Content/Main/Base/images/index-item05-shadow.png) no-repeat left center/100% 100%;color:#fff;}
.index-item02 .tab-con .box{width: 100%;padding: 0.3rem;background:url(/Content/Main/Base/images/index-item05-bg.jpg) no-repeat center center/cover;overflow: hidden;}

.index-item02 .tab-con .box ul{}
.index-item02 .tab-con .box ul li a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-item02 .tab-con .box ul li a{display:block;position:relative;padding-left: 0.4rem;color:#333;font-size: 0.3rem;line-height: 1rem;}
.index-item02 .tab-con .box ul li a:before{content:'';position:absolute;left:0;width:4px;height:4px;border-radius:100%;background:#999;top:50%;margin-top:-2px;}
.index-item02 .tab-con .box ul li a:hover{color: #147e67;}
.index-item02 .tab-con .box ul li a:hover:before{background: #3eb572;}

.index-item02 .tab-con .box.cont{width: 100%;}
.index-item02 .tab-con .box.cont .flag ,.index-item02 .tab-con .box.cont li{float:left;width: 100%;}
.index-item02 .tab-con .box.cont .flag:nth-child(2n),.index-item02 .tab-con .box.cont li:nth-child(2n){/* float:right; */}
.index-item02 .tab-con .box.cont li:nth-child(n+10){display:none;}

.index-item02 .tab-con .box .flag{padding-bottom: 0.1rem;border-bottom:1px dashed #ddd;margin-bottom: 0.1rem;}
.index-item02 .tab-con .box .flag .date{width: 1.5rem;color:#999;float: left;text-align: center;}
.index-item02 .tab-con .box .flag .date .year{font-size: 0.6rem;}
.index-item02 .tab-con .box .flag .date .date{}
.index-item02 .tab-con .box .flag .contxt{margin-left: 1.6rem;padding-top:8px;}
.index-item02 .tab-con .box .flag .contxt .title{}
.index-item02 .tab-con .box .flag .contxt .title a{font-size: 0.4rem;color:#333;}
.index-item02 .tab-con .box .flag .contxt .title a:hover{color: #147e67;}
.index-item02 .tab-con .box .flag .contxt .ms{margin-top:15px;color:#888;line-height:24px;height: 1.3rem;overflow:hidden;}


.index-item02 .tab-con .big{width:100%;overflow:hidden;}
.index-item02 .tab-con .big .flag{float:left;width: 50%;overflow: hidden;}
.index-item02 .tab-con .big li{float:left;width:50%}


.index-item02 .bd .mySwipernew{width: 100%;}
.index-item02 .bd .mySwipernew .swiper-slide{}
.index-item02 .bd .mySwipernew .swiper-slide a{display:block;}
.index-item02 .bd .mySwipernew .swiper-slide a .img{
    width: 100%;
    height: 5rem;
}
.index-item02 .bd .mySwipernew .swiper-slide a .title{position:absolute;left:0;bottom:0;padding:25px;color:#fff;/* font-weight:bold; */width:100%;padding-right:90px;background: url(/Content/Main/Base/images/index-item05-shadow.png) no-repeat left center/100% 100%;}
.index-item02 .bd .mySwipernew .swiper-button-next,
.index-item02 .bd .mySwipernew .swiper-button-prev{width:50px;height:50px;background:url(/Content/Main/Base/images/index-item02-arrow.png) no-repeat left top;margin-top:-25px;}
.index-item02 .bd .mySwipernew .swiper-button-next{background-position:right top;}
.index-item02 .bd .mySwipernew .swiper-pagination{right:0;bottom:25px;width:auto;left:auto;right:20px;}
.index-item02 .bd .mySwipernew .swiper-pagination span{background: #ff;width:9px;height:9px;border-radius:100%;}
.index-item02 .bd .mySwipernew .swiper-pagination span.swiper-pagination-bullet-active{background:#fff;}

.mySwipernew .swiper-pagination span{width:10px;height:10px;border:2px solid #fff;border-radius:0;opacity:1;background:none;border-radius:100%;margin-right:20px;}
.mySwipernew .swiper-pagination span.swiper-pagination-bullet-active{background:#fff;}


.index-item03{overflow:hidden;margin-top: 1rem;}
.index-item04{margin-top: 1rem;padding-bottom: 1rem;}
.index-item04 .title-box{
    margin-bottom: 0.5rem;
    overflow: hidden;
    margin-bottom: 0.9rem;
}
.index-item04 .title-box .tit{font-size: 0.8rem;color:#333;text-align:center;border-left: 6px solid #147e67;padding-left: 0.5rem;height: 0.8rem;line-height: 0.8rem;}
.index-item04 .title-box .arrow-box{
    margin: 0 auto;
    margin-top: 1.3rem;
    width: 2.3rem;
    display: none;
}
.index-item04 .title-box .arrow-box div{float:left;}
.index-item04 .title-box .arrow-box .arrow{width: 1rem;height: 1rem;background:url(/Content/Main/Base/images/index-item03-arrow.png) no-repeat left -2px;cursor:pointer;z-index: 999;position: relative;}
.index-item04 .title-box .arrow-box .arrow.prev{margin-right:5px;}
.index-item04 .title-box .arrow-box .arrow.next{background-position:right -2px;margin-left:5px;}
.index-item04 .index-item04-container .swiper-slide{padding-bottom:15px;}
.index-item04 .index-item04-container .swiper-slide .box{box-shadow:0px 5px 8px rgba(0,0,0,0.2);}
.index-item04 .index-item04-container .swiper-slide .box .img{position:relative;overflow:hidden;}
.index-item04 .index-item04-container .swiper-slide .box .img img{width:100%;}
.index-item04 .index-item04-container .swiper-slide .box .img .contxt{position:absolute;left:0;bottom:-100%;width:100%;/* background:url(/Content/Main/Base/images/index-item03-shadow.png) no-repeat left bottom/100% 100%; */font-size:13px;line-height:24px;color:#fff;padding:15px 20px;background: rgba(0,0,0,0.6);display: none;}
.index-item04 .index-item04-container .swiper-slide .box .con{padding:15px;background:#fff;text-align:center;}
.index-item04 .index-item04-container .swiper-slide .box .con .name{font-size:18px;color:#454545;width:109px;height:57px;background:url(/Content/Main/Base/images/index-item03-name.png) no-repeat center center/cover;margin:0 auto;line-height:46px;}
.index-item04 .index-item04-container .swiper-slide .box .con .ms{color:#999;margin-top:5px;}
.index-item04 .index-item04-container .swiper-slide .box:hover .img .contxt{bottom:0;transition:300ms ease;}
.index-item04 .index-item04-container .swiper-slide .box:hover .con{background: #147e67;}
.index-item04 .index-item04-container .swiper-slide .box:hover .con .name,
.index-item04 .index-item04-container .swiper-slide .box:hover .con .ms{color:#fff;}

.index-item04 a.more{width: 4rem;height: 1.2rem;border-radius: 0.8rem;background: #147e67;line-height: 1.2rem;text-align:center;display:block;font-size: 0.3rem;color:#fff;margin:0 auto;margin-top: 1rem;}
.index-item04 a.more i{width: 100%;/* height:16px; */display:inline-block;vertical-align:middle;background:url(/Content/Main/Base/images/index-item03-more.png) no-repeat center center;margin-left:10px;margin-top:-2px;}
.index-item04 a.more:hover{background: #009994;}




.tsbox{
  height: 938px;
  background: url(/Content/Main/Base/images/bg8.jpg) no-repeat top center;
  padding-top: 157px;
}

.tit-top{
  height: 85px;
  
}
.tit-top strong{
  font-size: 36px;
}
.tit-top .more{
  float: right;
  width: 130px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #000;
  border-radius: 120px;
  border:1px solid #999999;
}
.tit-top .more img{
  margin-left: 5px;
  width: 13px;
}
.tit-top .more:hover{
  border:1px solid #029b9e;
  /*color: #029b9e*/
}
.tsbox-con ul li{
 width: 31%;
 list-style-type: none;
 display: inline-block;
 background: #fff;
 text-align: center;
float:left;
}

.tsbox-con ul li a{
  color: #000;
  font-size: 0.3rem;
  display: block;
  height: 100%;
  padding-bottom: 0.1rem;
}
.tsbox-con ul li a:hover{
  background: #147e67;
  color: #fff
}

.tsbox-con ul li:nth-child(2){
  margin: 0 3%
}
.tsbox-con ul li span{
  display: block;
  margin: 0.22rem;
}

.ts-more{
  background: url(/Content/Main/Base/images/svg/tsicon/home_tsyl_icon_more.svg);
  width: 95px;
  height: 54px;
  background-size: 100% 100%;
  display: inline-block;
  margin: 0 auto;
  display: none;
}
.tsbox-con ul li a:hover .ts-more{
    background: url(/Content/Main/Base/images/svg/tsicon/home_tsyl_icon_more_on.svg);
}
.tsbox-conimg,.ztbox-conimg{
  width: 100%;
  display: block;
  height: 2rem;
  overflow: hidden;
}
.ztbox-conimg{
  height: 160px;
}
.tsbox-conimg img,.ztbox-conimg img{
  transition: ease .5s;
  width: 100%
}
.tsbox-conimg img:hover,.ztbox-conimg img:hover{ transform: scale(1.04,1.04);}


.con3tit{
  font-size: 0.8rem;
  color: #333333;
  overflow: hidden;
}
.con3tit img {
  margin: 0 15px -10px 0;
}


.con3tit  ul{overflow-x:auto;}


/*¿ÆÊÒ½éÉÜ*/
.ksnav{
  background: url(/Content/Main/Base/images/jsbg_46.jpg) no-repeat top center;
  padding: 0.3rem 0.1rem;
  padding-bottom: 0px;
}
.ksnav .con3tit{
  color: #fff;
  overflow: hidden;
}
.ksnav .main{
  position: relative;
  height: 100%;
}
.con3tit a.more{
  color: #333;
  font-size: 16px;
  padding-left: 35px;
  line-height: 24px;
  margin-top: 10px;
  display: none;
}
.con3tit a.more:hover{
  background: url(/Content/Main/Base/images/more-01.png) no-repeat left;
  color: #098a90;
}
.ksnav  .con3tit a.more{
  background: url(/Content/Main/Base/images/more-03.png) no-repeat left;
  color: #fff;
  float: right;
}
.news-box{
  border-radius: 8px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
  overflow: hidden;
  background: #fff;
}


.ksnav-c1{
  overflow: hidden;
}
.ks-imghover{
  transition: ease .5s;
}
.ks-imghover:hover{ transform: scale(1.04,1.04);}
 .ksnav-c1 .ks-imghover{
  background: url(/Content/Main/Base/images/tsimg5_15.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 6rem;
  margin-bottom: 0.1rem;
 }

.ksnav-c2{
  width: 100%;
  overflow: hidden;
}
.ksnav-c2 a{
  color: #fff;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  display: block;
  position: relative;
}
.ksnav-c2 a .img{
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 75px;
  height: 75px;
}
.ksnav-c2 .text{
    font-size: 0.3rem;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.ksnav-c2 .text span{
  font-size: 0.1rem;
  display: block;
  display: none;
}
.ksnav-c2 .item {
    height: 3rem;
    overflow: hidden;
    color: #fff;
    text-align: center;
    float: left;
    position: relative;
}


.ksnav-c2 .box-left,.ksnav-c2 .box-right{
  width: 435px;
}
.ksnav-c2 .box-left{
  margin-top: 268px
}
.ksnav-c2 .i1 .ks-imghover{
  background: url(/Content/Main/Base/images/tsimg7_15.jpg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
.ksnav-c2 .i2 .ks-imghover{
  background: url(/Content/Main/Base/images/tsimg8_15.jpg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
.ksnav-c2 .i3 .ks-imghover{
  background: url(/Content/Main/Base/images/tsimg9_15.jpg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}


.ksnav{}
.ksnav-c1{
  height: auto;
  margin-top: 0.7rem;
  position: relative;
  overflow: hidden;
}
.ksnav-c1 .ks-imghover {
  background: url(/Content/Main/Base/images/b-img2.jpg);
  background-size: 100% 100%;
}
.ksnav-c2{
}
.ksnav-c2 .item.i1{
}
.ksnav-c2 .item{
  width: 33%;


}
.ksnav-c2 .item:nth-child(2){margin: 0 0.04rem;}
.ksnav-c2 .text{
}


.news{
  background: url(/Content/Main/Base/images/c5bg_09.jpg) no-repeat center;
  padding: 0.3rem 0.1rem;
}


.news_t .con3tit ul li{
}
.newsr-box{
  display: none;
}
.newsr-box ul li{
}



.news-list{
  padding: 30px 30px 2px 30px;
}
.news-list ul li{
  margin-bottom: 39px;
}
.news-list ul li a{
  color: #333;
  font-size: 18px;
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    display: block;
}
.news-list ul li span{
  display: block;
  margin-top: 15px;
  color: #888888;
  font-size: 14px;
  position: relative;
}
.news-list ul li span::before{
  content: "";
  position: absolute;
  border-bottom: #eee 1px solid;
  right: 0;
  bottom: 7px;
  left: 100px;;
}
.news-list ul li:hover a{
 color: #098a90;
}
.news-list ul li:hover span::before{
  border-bottom: #098a90 1px solid;
 }
 .newsr-box{
  margin-top: 0.3rem;
 
}

.newsr-box>a>img{
  width: 100%;
}
.news_t .con3tit ul li{
  display: inline-block;
  margin-right: 0.2rem;
}
.news_t .con3tit ul li span{
  width: 0.5rem;
  height: 0.5rem;
  background: #AAAAAA;
  display: inline-block;
  margin-right: 15px;
  display: none;
}
.news_t .con3tit ul li{
  color: #AAAAAA;
  cursor: pointer;
  font-size: 0.4rem;
}

.news_t .con3tit li{cursor:pointer;float:left;margin-right: 0.5px;position:relative;padding: 0px 0.3rem;line-height:40px;border-radius: 5px;font-size: 0.15rem;}
.news_t .con3tit li:last-child{margin-right:0;}
.news_t .con3tit li.on{color:#fff;background: #147E67;}

.newsr-box ul li{
  height: 3rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
  border-radius: 8px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.newsr-box ul li a{
  display: flex;
  height: 100%;
}
.newsr-box ul li:hover .c1-right1,.newsr-box ul li:hover .c1-right1 span{
  color: #098a90;
}


.c1-right1{
  width: 30%;
  background: #f4f4f4;
  color: #fff;
  text-align: center;
  height: 100%;
  padding-top: 0.8rem;
  font-weight: 500;
  font-size: 16px;
  color: #888888;
}
.c1-right1 span{
  font-size: 0.6rem;
  text-align: center;
  display: block;
  color: #888888;
}
.c1-right2{
  color: #666666;
  flex: 1;
  padding: 1rem 0.8rem 0 0.8rem;
}
.c1-right2tit{
  color: #333;
  font-size: 0.4rem;
  line-height: 0.5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.newsr-box ul li:hover .c1-right2tit{
  color: #098a90
}
.c1-right2bd{
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    line-height: 24px;
}


.zk-con2{
  width: 100%;
  overflow: hidden;
  padding: 0 0.1rem;
}
.zk-con2left{
   width: 100%;
   position: relative;
}
.zk-con2left>img{
  width: 100%;
  height: 7rem;
  display: block;
}
.zk-con2left .con3tit{
  writing-mode: rl-tb;
  color: #fff;
  width: 3rem;
  text-align: center;
}
.zk-con2left .con3tit img{
  height: auto;
  width: 1.2rem;
}
.zk-con2left .con3tit a{color:#fff;font-size: 0.5rem;}
.zk-con2left .con3tit a.more{
  background: url(/Content/Main/Base/images/more-03.png) no-repeat top;
  padding-top: 35px;
  padding-left: 0;
  margin-right: 12px;
  color: #fff;
  display: none;
}

.zk-con2right{
   width: 100%;
   position: relative;
}

.zk-con2rightc{
  position: relative;
}
.zk-con2rightc ul li{
  width: 50%;
  float: left;
  height: 4.3rem;
  text-align: center;
  position: relative;
}
.zk-con2rightc ul li a>img{
  width: 100%;
  height: 100%;
  display: block;
}

.ftxt{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 0.5rem;
}
.ftxt img{
  display: block;
  transition: ease .5s;
  margin: 0 auto 0.5rem auto;
  width: 0.8rem;
}
.zk-con2rightc ul li:hover img, .zk-con2left .con3tit:hover img{
  transform:rotate(-360deg);
  -webkit-transform:rotate(-360deg);
  -moz-transform:rotate(-360deg);
}

.foot{background:#147e67;color:#fff;}
.foot .bottom{padding:10px 0px;overflow: hidden;}
.foot .bottom .bottoml{width: 100%;text-align:center;}
.foot .bottom .bottoml img{height:200px;}
.foot .bottom .bottomc{width: 100%;line-height: 30px;text-align: center;}
.foot .bottom .bottomr{width: 100%;text-align: center;margin-top: 0.2rem;}
.foot .bottom .bottomr img{width:150px;height:150px;margin-right:20px;}
.foot   .binfo{text-align:center;line-height: 30px;}
.foot   .binfo a{color:#fff;}



.pageBanner img{height: auto;width:100%;}
.pageBanner .title{display:none}
.position{}
.position .main .content{padding: 0.4rem;color:#666;height: 1.6rem;background: #FFFFFF;box-shadow: 0px 0px 15px 0px rgba(0,30,85,0.08);line-height: 0.5rem;}
.position .main .content a{font-size: 0.3rem;font-family: Microsoft YaHei;font-weight: 400;color: #666666;padding: 0 5px;}
.position .main .content i{width:5px;height:8px;display:inline-block;vertical-align:middle;background:url(/Content/Main/Base/images/position-icon.png) no-repeat center center;margin:0px 5px;margin-top:-2px;}

.position{padding:10px 0;}
.position .content span{display:none;}


.page{text-align:center;padding-bottom: 0.8rem;padding-top: 0.8rem;}
.page *{display:inline-block;width: 1rem;height: 1rem;border-radius:2px;line-height: 0.9rem;text-align:center;color:#666;margin:0px 4px;background: #F1F1F1;margin-bottom: 0.1rem;}
.page a.prev{background:#fff url(../images/icon-page-prev.png) no-repeat center center;display:none;}
.page a.next{background:#fff url(../images/icon-page-next.png) no-repeat center center;display:none;}
.page .current{background: #147e67;border: 1px solid #147e67;color:#fff;}
.page .total{width:auto;padding:0 5px;}





.news-list-content{padding:25px 0px 25px 0;overflow: hidden;}
.news-list-content .side{width:23%;background: #FFFFFF;box-shadow: 0px 0px 15px 0px rgba(0,30,85,0.08);border-radius: 16px;display: none;}
.news-list-content .context{width: 100%;background: #FFFFFF;box-shadow: 0px 0px 15px 0px rgb(0 30 85 / 8%);border-radius: 16px;}
.news-list-content .context .tab-con{padding:0.5rem!important;}
.news-list-content .context .tab-con table{width:auto!important;word-break: break-all;}
.news-list-content .context h3{color:#147e67;font-size: 30px;text-align:center;margin-bottom: 40px;}
.news-list-content .main{background: #FFFFFF;box-shadow: 0px 0px 15px 0px rgba(0,30,85,0.08);border-radius: 16px;}
.news-list-content .title-box{color:#454545;border-bottom:1px solid #ddd;}
.news-list-content .title-box .hd{padding:50px 0px;font-size: 24px;font-family: Microsoft YaHei;font-weight: bold;color: #333333;line-height: 32px;text-align:center;border-bottom:1px solid #ddd;}
.news-list-content .title-box .hd:before{content:"";display:block;position:absolute;width: 6px;height: 32px;background: #147e67;border-radius: 3px;}
.news-list-content .title-box .hd img{width:32px;height:32px;margin:0 8px -8px 0;}
.news-list-content .title-box ul{font-size:18px;}
.news-list-content .title-box ul li{cursor:pointer;position:relative;padding:0px 15px;height:70px;border-bottom:1px solid #ddd;text-align:center;line-height:70px;}
.news-list-content .title-box ul li:last-child{border-bottom:none;}
.news-list-content .title-box ul li a{display:block;height:100%;}
.news-list-content .title-box ul li.on{background: #147e67;color:#fff;}
.news-list-content .title-box ul li.on a{color:#fff;}
.news-list-content .title-box ul li.on a:after{content:"";display:block;position:absolute;border-left:15px solid #147e67;border-top:35px solid transparent;border-bottom:35px solid transparent;top:0px;right: -14px;}

.news-list-content ul.list{margin-bottom:40px;}
.news-list-content ul.list li{overflow:hidden;padding:35px 0;border-bottom:1px solid #ddd;padding-right:235px;position:relative;}
.news-list-content ul.list li > a{position:absolute;width:130px;height:30px;line-height:28px;border-radius:30px;border:1px solid #ccc;right:40px;top:50%;margin-top:-15px;display:block;text-align:center;}
.news-list-content ul.list li > a i{margin-left:5px;}
.news-list-content ul.list li .date{width:135px;text-align:center;color:#666;padding-top:8px;}
.news-list-content ul.list li .date .day{font-size:48px;line-height:1;}
.news-list-content ul.list li .date .year{font-size:16px;}
.news-list-content ul.list li .contxt{margin-left:135px;}
.news-list-content ul.list li .contxt .tit{}
.news-list-content ul.list li .contxt span{color:#ce2828;}
.news-list-content ul.list li .contxt .tit a{font-size:18px;}
.news-list-content ul.list li .contxt .ms{font-size:15px;line-height:24px;margin-top:10px;height:48px;overflow:hidden;}
.news-list-content ul.list li .contxt .tit a em{list-style:none;color:#ce2828;font-style: normal;}



.list1{padding: 0.2rem;}
.list1 li{line-height: 0.8rem;border-bottom:1px solid  #EEEEEE;position:relative;padding-left: 0.3rem;overflow: hidden;}
.list1  li:before{content:"";position:absolute;top: 0.3rem;width: 6px;height: 6px;background: #147e67;border-radius: 50%;left:0px;}
.list1 li .date{float:right;font-size: 0.3rem;}
.list1 li a{font-size: 0.3rem;text-overflow: ellipsis;overflow: hidden;}



.news-detail-content{
  margin-top: 25px;
}
.news-detail-content .item01{padding:80px;padding-bottom:50px;background: #fff;border-radius: 16px;overflow:hidden;}
.news-detail-content .item01 .title{font-size:28px;margin-bottom: 40px;text-align:center;}
.news-detail-content .item01 ul{text-align:center;margin-top:20px;padding-bottom:45px;border-bottom:1px solid #ddd;margin-bottom:50px;font-size:15px;}
.news-detail-content .item01 ul li{display:inline-block;margin:0px 10px;}
.news-detail-content .item01 .contxt{font-size:16px!important;line-height:30px!important;}
.news-detail-content .item01 .contxtimg{margin:0 auto;display:inline-block;}
;
.news-detail-content .item01 .contxtp span{font-family:inherit !important;font-size: 18px!important;line-height: 40px!important;}
.news-detail-content .item01 .contxttable{width:100% !important;border:1px solid #ccc !important;border-right:none !important;border-bottom:none !important;}
.news-detail-content .item01 .contxttable tr{}
.news-detail-content .item01 .contxttable tr td{border-bottom:1px solid #ccc !important;border-right:1px solid #ccc !important;}
.news-detail-content .item01 .contxtvideo,.news-detail-content .item01 .contxt .videoPlayer{width:100% !important;height:auto !important;}
.news-detail-content .item01 .share{line-height:36px;color:#666;padding:50px 0px 40px 0;border-bottom:1px solid #ebebeb;}
.news-detail-content .item01 .share *{float:left;}
.news-detail-content .item01 .sharea{width:36px;height:36px;margin-right:10px;}
.news-detail-content .item01 .sharea.qq{background:url(/Content/Main/Base/images/share-qq.png) no-repeat center center/cover;}
.news-detail-content .item01 .sharea.qone{background:url(/Content/Main/Base/images/share-qone.png) no-repeat center center/cover;}
.news-detail-content .item01 .sharea.sina{background:url(/Content/Main/Base/images/share-sina.png) no-repeat center center/cover;}
.news-detail-content .item01 .bottom{position:relative;padding-right:100px;margin-top:35px;}
.news-detail-content .item01 .bottoma{margin-top:20px;line-height: 50px;}
.news-detail-content .item01 .bottoma:first-child{margin-top:0 !important;}
.news-detail-content .item01 .bottoma.backlist{background:url(/Content/Main/Base/images/icon-backlist.png) no-repeat right center;padding-right:35px;line-height:26px;position:absolute;right:0;top:0;margin-top:0;}


.news-detail-content .item01 .left{width: 100%;border: 1px solid #EEEEEE;text-align: center;vertical-align: middle;padding-top: 60px;padding-bottom: 60px;}
.news-detail-content .item01 .left img{width:200px;height:auto;}
.news-detail-content .item01 .right{width: 100%;margin-top: 1rem;}
.news-detail-content .item01 .right .box{width:100%;background:none;}
.news-detail-content .item01 .right .box .name{font-size: 20px;font-family: Microsoft YaHei;font-weight: bold;color: #176CBA;line-height: 24px;padding-bottom:30px;border-bottom:1px solid #ddd;}
.news-detail-content .item01 .right .box dl.detail{overflow:hidden;margin-top:25px;}
.news-detail-content .item01 .right .box dl.detail dd{width:50%;float:left;font-size: 14px;font-family: Microsoft YaHei;font-weight: 400;color: #666666;line-height: 28px;}
.news-detail-content .item01 .right .box a.borrow{width: 4rem;height: 1.3rem;background: linear-gradient(-90deg, #1B76BD, #04CBA7);border-radius: 16px;display:block;text-align:center;color:#fff;vertical-align:middle;line-height: 1.3rem;font-size: 0.34rem;margin-top: 1rem;}

.container .cont{background: #FFFFFF;box-shadow: 0px 0px 15px 0px rgba(0,30,85,0.08);border-radius: 16px;margin-top:20px;margin-bottom:60px;}
.container .cont{padding:0px 50px;}
.container .cont ul{overflow:hidden;border-bottom:1px solid #E4E7ED;height:70px;line-height:70px;}
.container .cont ul li {float:left;margin-right:38px;font-size: 18px;font-family: Microsoft YaHei;font-weight: bold;color: #333333;position: relative;cursor:pointer;}
.container .cont ul li.on:after{height:4px;content:"";display:block;background: linear-gradient(-90deg, #1B76BD, #04CBA7);position: absolute;left: 0px;bottom: 0;width: 100%;}
.container .cont .bd .tabcon{display:none;padding:30px 0px;min-height:300px;}


  .news-detail-content .item01 .bottom a:hover span{color:#0785a0;}


  .news-detail-content .item01{padding:20px;}
  .news-detail-content .item01 .title{}
  .news-detail-content .item01 ul{font-size:14px;margin-top:5px;padding-bottom:20px;margin-bottom:15px;}
  .news-detail-content .item01 ul li{margin:0px 5px;}
  .news-detail-content .item01 .contxt,
  .news-detail-content .item01 .contxt p,
  .news-detail-content .item01 .contxt p span{font-size:16px !important;line-height:30px !important;}
  .news-detail-content .item01 .contxt img{height:auto !important;}
  .news-detail-content .item01 .share{line-height:24px;padding:20px 0;overflow: hidden;}
  .news-detail-content .item01 .share a{width: 30px;height: 30;}
  .news-detail-content .item01 .bottom{margin-top:10px;padding-right:0;}
  .news-detail-content .item01 .bottom a{margin-top:10px;}
  .news-detail-content .item01 .bottom a.backlist{position:static;margin-top:10px;background:url(/Content/Main/Base/images/icon-backlist.png) no-repeat left center;padding-right:0;padding-left:36px;}


.vpiclist{padding:30px 0px 80px 0;}
.vpiclist ul{overflow: hidden;width: 100%;}
.vpiclist ul li{width: 98%;float:left;padding:0px 10px;margin-bottom: 50px;text-align:center;}
.vpiclist ul  li:before{display:none;}
.vpiclist ul li {background:#fff;line-height: 30px;border: none;}
.vpiclist ul li  .img{overflow:hidden;display: block;border: 1px solid #efefef;padding: 5px;}
.vpiclist ul li  .img img{width:100%;height:auto;transition: 1s ease;}
.vpiclist ul li:hover  .img img{transform:scale(1.1);}
.vpiclist ul li  .img a{padding-top:65%;position:relative;display: block;}
.vpiclist ul li  .con{line-height: 30px;padding: 5px;}
.vpiclist ul li  .con .tit{line-height:24px;font-size:16px;height:45px;overflow:hidden;}
.vpiclist ul li .con .name{color:#147e67;font-size:0.5rem}



.keshi-content .content {
  margin-bottom: 10px;
}

.keshi-content .content .list {
  margin-top: 45px;
  overflow: hidden;
}

.keshi-content .content .list:first-child {
}

.keshi-content .content .list .title {
  position: relative;
  font-size: 0.6rem;
  color: #147e67;
  border-bottom: 1px solid #147e67;
  padding-bottom: 0.6rem;
}

.keshi-content .content .list .title:before,
.keshi-content .content .list .title:after {
  content: '';
  position: absolute;
}

.keshi-content .content .list .title:before {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #147e67;
  left: 0;
  bottom: -3px;
}

.keshi-content .content .list .title:after {
  width: 25px;
  height: 12px;
  right: 0;
  bottom: -6px;
}

.keshi-content .content .list .title ul {}

.keshi-content .content .list .title ul li {
  cursor: pointer;
  width: auto;
  margin-top: 0;
  float: none;
  display: inline-block;
  color: #454545;
  margin-right: 20px;
}

.keshi-content .content .list .title ul li.active {
  color: #068acc;
}

.keshi-content .content .list .list-con {
  display: none;
}

.keshi-content .content .list .hierachy .bk{overflow:hidden;margin-bottom: 0.3rem;}

.keshi-content .content .list .hierachy .a1{float:left;width: 20%;margin-top: 0.2rem;background: #147e67;color: #fff;text-align: center;padding: 13px 0;font-weight: bold;}

.keshi-content .content .list .hierachy ul {
  margin: 0px -5px;
  width: 76%;
  float: left;
  margin-top: 0.2rem;
  margin-left: 0.1rem;
}

.keshi-content .content .list .hierachy ul .ul2{display:none;}

.keshi-content .content .list .hierachy .ul1 .a2 {
  margin-bottom: 0.2rem;
  line-height: 0.5rem;
  height: 0.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.keshi-content .content .list .hierachy .bk ul a:before{content:'';display:inline-block;width:5px;height:15px;background:#147e67;border-radius:3px;vertical-align:middle;margin-right: 10px;margin-top: -1px;display: none;}

.keshi-content .content .list ul {
  margin: 0px -5px;
  margin-top: 20px;
  width: 100%;
}

.keshi-content .content .list ul li {
  line-height: 29px;
  height: 1.3rem;
  width: 47%;
  float: left;
  padding: 0px 5px;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.keshi-content .content .list ul li:before{content:'';display:inline-block;width:5px;height:15px;background:#147e67;border-radius:3px;vertical-align:middle;margin-right: 5px;}

.keshi-content .content .list ul li a {
  /* display: inline-block; */
  color: #666;
}
.keshi-content .content .list ul li a:hover{color: #147e67;}

.keshi-content .content .list ul li .box {
  position: relative;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.keshi-content .content .list ul li .box .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 30px;
}

.keshi-content .content .list ul li .box .content .icon {
  float: left;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}

.keshi-content .content .list ul li .box .content i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}



.party-content{background:#fff url(../images/party-bg.jpg) no-repeat center bottom/100% auto;padding-bottom:100px;}
.party-content .party-item01{padding-top: 1rem;overflow: hidden;height: 13rem;}
.party-content .party-item01 .content{box-shadow:0px 0px 15px rgba(0,0,0,0.1);/* transform:translateY(90px); */overflow: hidden;}
.party-content .party-item01 .content .img{position:relative;width: 100%;}
.party-content .party-item01 .content .img img{width:100%;height:auto;}
.party-content .party-item01 .content .contxt{
    padding: 1rem;
}
.party-content .party-item01 .content .contxt .tit{font-size:24px;color:#cd0b01;}
.party-content .party-item01 .content .contxt .ms{color:#666;line-height:26px;margin:20px 0px 45px 0;}
.party-content .party-item01 .content .contxt .ms li{line-height: 45px;}
.party-content .party-item01 .content .contxt .ms li:before{line-height:38px;content:"";width:5px;height:5px;border-radius:5px;display:inline-block;background-color:#cd0b01;vertical-align:middle;margin-right: 5px;}
.party-content .party-item01 .content .contxt .ms li a:hover{color:#cd0b01;}
.party-content .party-item01 .content .contxt .icons{overflow:hidden;}
.party-content .party-item01 .content .contxt .icons a{display:block;float:left;width:120px;height:120px;border-radius:8px;border:1px solid #ddd;padding-top:75px;color:#cd0b01;font-size:16px;text-align:center;margin-right:20px;}
.party-content .party-item01 .content .contxt .icons a.icon01{background:#fff url(../images/party-item01-icon01.png) no-repeat center 25px;}
.party-content .party-item01 .content .contxt .icons a.icon02{background:#fff url(../images/party-item01-icon02.png) no-repeat center 25px;}



.party-content .party-item02{padding: 10px 0px 55px 0;overflow: hidden;/* margin-top: 30px; */}
.party-content .party-item02 .list-con{}
.party-content .party-item02 .list-con .list{width: 100%;float:left;padding:0px 12px;margin-top:25px;}
.party-content .party-item02 .list-con .list .box{background:#fff;padding:18px;padding-bottom: 0.6rem;border:1px solid #ebebeb;}
.party-content .party-item02 .list-con .list .box .img{overflow:hidden;}
.party-content .party-item02 .list-con .list .box .img a{display:block;padding-top:65%;}
.party-content .party-item02 .list-con .list .box .tit{line-height:26px;font-size:18px;margin:15px 0;}
.party-content .party-item02 .list-con .list .box .tit a{
    font-size: 0.4rem;
}
.party-content .party-item02 .list-con .list .box .ms{color:#666;line-height: 0.6rem;overflow:hidden;}
.party-content .party-item02 .list-con .list .box .date{color:#888;margin-top: 0.3rem;font-size: 0.3rem;}

.party-content .sanjia-item02{padding-top:80px;}



.party-content .party-item03{}
.party-content .party-item03 .title-box{color:#454545;border-bottom:1px solid #ddd;overflow: hidden;}
.party-content .party-item03 .title-box ul{font-size:18px;}
.party-content .party-item03 .title-box ul li{cursor:pointer;position:relative;padding: 0px 0.3rem;display: inline-block;height: 1rem;border-bottom:3px solid transparent;}
.party-content .party-item03 .title-box ul li a{display:block;height:100%;color:#cd0b01;font-size: 0.3rem;}
.party-content .party-item03 .title-box ul li.active{color:#0785a0;border-bottom:3px solid #cd0b01;}

.party-content .party-item03 .list-tab-con{display:none;}
.party-content .party-item03 ul.list{margin-top: 0.7rem;}
.party-content .party-item03 ul.list li{overflow:hidden;border-bottom:1px solid #ddd;position:relative;padding: 0.3rem 0.2rem;}
.party-content .party-item03 ul.list li > a{position:absolute;width:130px;height:30px;line-height:28px;border-radius:30px;border:1px solid #ccc;right:40px;top:50%;margin-top:-15px;display: none;text-align:center;}
.party-content .party-item03 ul.list li > a i{margin-left:5px;}
.party-content .party-item03 ul.list li .date{width: 2.2rem;text-align:center;color:#666;float: left;}
.party-content .party-item03 ul.list li .date .day{font-size: 1rem;line-height:1;}
.party-content .party-item03 ul.list li .date .year{font-size: 0.4rem;}
.party-content .party-item03 ul.list li .contxt{}
.party-content .party-item03 ul.list li .contxt .tit{}
.party-content .party-item03 ul.list li .contxt .tit a{font-size: 0.3rem;line-height: 0.6rem;}
.party-content .party-item03 ul.list li .contxt .ms{font-size: 0.4rem;line-height: 0.6rem;margin-top:10px;/* height:48px; */overflow:hidden;}
.party-content .party-item03 .page .on{background:#cd0b01;border:1px solid #cd0b01;}

.party-content .party-item03 ul.list li:hover{background:#f8f8f8;}
.party-content .party-item03 ul.list li:hover > a{background:#cd0b01;border:1px solid #cd0b01;color:#fff;}
.party-content .party-item03 ul.list li:hover > a i{background:url(/Content/Main/Base/images/icon-more-white.png) no-repeat center center;}
.party-content .party-item03 ul.list li:hover .contxt .tit a{color:#cd0b01;}
.party-content .party-item03 ul.list li:hover .date{color:#cd0b01;}



.keshi-content .list-box{}
.keshi-content .list-box .list{margin-top:45px;}
.keshi-content .list-box .list:first-child{margin-top:0 !important;}
.keshi-content .list-box .list .title{position:relative;font-size:22px;color: #147e67;border-bottom: 1px solid #147e67;padding-bottom:25px;}
.keshi-content .list-box .list .title:before,
.keshi-content .list-box .list .title:after{content:'';position:absolute;}
.keshi-content .list-box .list .title:before{width:5px;height:5px;border-radius:100%;background:#0785a0;left:0;bottom:-3px;}
.keshi-content .list-box .list .title:after{width:25px;height:12px;background:url(/Content/Main/Base/images/keshi-title-icon.png) no-repeat center center;right:0;bottom:-6px;}
.keshi-content .list-box .list .title ul{}
.keshi-content .list-box .list .title ul li{cursor:pointer;width:auto;margin-top:0;float:none;display:inline-block;color:#454545;margin-right:20px;}
.keshi-content .list-box .list .title ul li.active{color: #147e67;}
.keshi-content .list-box .list .list-con{display:none;}
.keshi-content .list-box .list ul{margin:0px -5px;margin-top:20px;}
.keshi-content .list-box .list ul li{width:20%;float:left;padding:0px 5px;margin-top:10px;}
.keshi-content .list-box .list ul li a{display:block;color:#666;}
.keshi-content .list-box .list ul li .box{position:relative;height:60px;border:1px solid #ddd;border-radius:5px;}
.keshi-content .list-box .list ul li .box .content{position:absolute;left:0;width:100%;top:50%;transform:translateY(-50%);padding:0px 15px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-right:30px;}
.keshi-content .list-box .list ul li .box .content .icon{float:left;width:30px;display:inline-block;vertical-align:middle;}
.keshi-content .list-box .list ul li .box .content i{position:absolute;right:15px;top:50%;margin-top:-5px;}



.keshi-content .list-item{padding:20px 0;border-bottom:1px dashed #ccc;}
.keshi-content .list-item .left{width: 5rem;overflow: hidden;}
.keshi-content .list-item .left a{display:block;height:40px;border:1px solid #ddd;border-radius:5px;padding:0px 15px;line-height:38px;}
.keshi-content .list-item .left a i{margin-top:15px;}
.keshi-content .list-item .left a .icon{float:left;width:30px;display:inline-block;vertical-align:middle;margin-top: 2px;}
.keshi-content .list-item .right{}
.keshi-content .list-item .right .item{width: 32%;position:relative;display: inline-block;}
.keshi-content .list-item .right .item > a{display:block;line-height:40px;padding-left:20px;}
.keshi-content .list-item .right .item .box{position:absolute;width:338px;height:163px;border:1px solid #ccc;left:0;top:35px;background:#fff;padding:10px;z-index:2;display: none!important;}
.keshi-content .list-item .right .item .box .img{width:110px;}
.keshi-content .list-item .right .item .box .img img{width:100%;height:auto;}
.keshi-content .list-item .right .item .box .con{margin-left:125px;line-height:22px;}
.keshi-content .list-item .right .item .box .con .tit{}
.keshi-content .list-item .right .item .box .con .zc{}
.keshi-content .list-item .right .item .box .con .contxt{margin-top:8px;max-height:90px;overflow:hidden;}
.keshi-content .list-item .right .item:hover .box{display:block;}



.team-detail-content{background:#fff;padding-top:1px;}
.team-detail-content .detail-item{margin-top: 1rem;}
.team-detail-content .detail-item .left{}
.team-detail-content .detail-item .left img{width:100%;height: auto;}
.team-detail-content .detail-item .right{padding-top: 0.5rem;color:#fff;}
.team-detail-content .detail-item .right .box{background: #147e67;min-height: 300px;}
.team-detail-content .detail-item .right .box .top{padding: 0.5rem;height: auto;padding-bottom: 0.25rem;}
.team-detail-content .detail-item .right .box .top .name{font-size:24px;overflow:hidden;}
.team-detail-content .detail-item .right .box .top .name .tag{font-size:15px;background:#dda020;display:inline-block;margin-top:-2px;margin-left:10px;padding:0px 5px;height:24px;line-height:24px;}
.team-detail-content .detail-item .right .box .top .name a{display:block;padding:0px 8px;height:24px;line-height:22px;color:#fff;border:1px solid #99c7c4;font-size:12px;border-radius:30px;}
.team-detail-content .detail-item .right .box .top .name .schedule{font-size: 15px;overflow:hidden;float: left;padding: 0px 10px;margin-left: 40px;margin-top: 10px;}
.team-detail-content .detail-item .right .box .top ul{font-size:18px;margin-top:10px;overflow:hidden;line-height: 38px;}
.team-detail-content .detail-item .right .box .top ul li{margin-right:25px;}
.team-detail-content .detail-item .right .box .top ul li:last-child{margin-right:0 !important;}
.team-detail-content .detail-item .right .box .top ul li .xsrz{max-height: 93px;}
.team-detail-content .detail-item .right .box .contxt-box{padding: 0px 55px;padding-bottom: 30px;}
.team-detail-content .detail-item .right .box .top ul li span,.team-detail-content .detail-item .right .box .contxt-box span{font-size: 18px;font-weight:bold;}
.team-detail-content .detail-item .contxt-box .contxt{/* max-height: 270px; */line-height: 34px;font-size: 18px;}
.team-detail-content .detail-item  .contxt-box .contxt p,
.team-detail-content .detail-item  .contxt-box .contxt p span{font-size:inherit !important;line-height:inherit !important;font-family:inherit !important;}
.team-detail-content .detail-item .contxt-box{padding: 70px 0px;}
.team-detail-content .detail-item .contxt-box span.explicit{font-size: 21px;font-weight:bold;}
.team-detail-content .detail-item .right .box .top .name .appoint{font-size: 18px;background: #dda020;display: inline-block;margin-top: 5px;/* margin-left: 10px; */padding: 5px 15px;height: 34px;border-radius: 0;line-height: 24px;border: 0px;}
.team-detail-content .detail-item .qrcode{width: 90%;padding-top: 0.5rem;text-align: center;}
.team-detail-content .detail-item .qrcode span{color: #147e67;font-weight: bold;font-size: 20px;}

.yuanld tr {margin-bottom: 0.5rem!important;}
.yuanld tr td{padding: 0.12rem!important;vertical-align:top!important;}
.yuanld tr td p{display:inline-block;vertical-align:top!important;}
.yuanld tr td img{width: 100%!important;;height:auto!important;vertical-align:top;}
#dituContent{width: 100%!important;}



.slideTxtBox{width: 100%;z-index: 3;}
.slideTxtBox .hd{width: 100%;background: rgb(0,0,0,0.2);position: absolute;top: 1rem;}
.slideTxtBox .hd ul{ float:left; width:100%;}
.slideTxtBox .hd ul li{width:247px;float:left;height:37px;line-height:37px;text-indent:10px;margin-bottom:15px;color:#fff;cursor:pointer;text-align: center;position: relative;}
.slideTxtBox .hd ul li a{ font-size:16px; color:#fff; display:inline-block;}
.slideTxtBox .hd ul li.on i{display:block;position:absolute;border-left:15px solid #147e67;border-top: 18px solid transparent;border-bottom: 18px solid transparent;top: 2px;left: 246px;}

.slideTxtBox .hd ul li.on{background: rgb(20,126,103);}
.slideTxtBox .bd {
    width: 100%;
}
.slideTxtBox .bd ul{padding: 0.5rem;background: #147e67;height: 304px;}
.slideTxtBox .bd ul li{ width:100%;}
.slideTxtBox .bd ul li h1{width:100%;font-size: 0.6rem;color:#e8f1ec;line-height: 1rem;font-weight:normal;margin: 1rem 0px 0.3px;}
.slideTxtBox .bd ul li p{ width:100%; float:left; font-size:14px; color:#e8f1ec; line-height:30px;}
.slideTxtBox .bd ul li span{ float:right; font-size:14px; line-height:30px;}
.slideTxtBox .bd ul li span a{ color:#fff;}
.slideTxtBox .bd ul li span a:hover{ text-decoration:underline;}
.slideTxtBox .bd ul:hover{background: #147e67;opacity:0.8;}


.rollfloat_advertisementposition .floatPosition {width:160px!important;height:auto!important;}
.rollfloat_advertisementposition .floatPosition img{width:100%;height:auto;}



.news-list-content .main h3{color:#147e67;font-size: 0.6rem;text-align:center;padding: 0.3rem;}


.ks-docList {padding-top: 0.5rem;display: block}
.ks-docList:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.ks-docList li {width: 47.4%;border: 1px solid #e6e6e6;background: #fff;overflow: hidden;float: left;margin-right: 0.3rem;margin-bottom: 0.3rem;transition: 0.5s;}
.ks-docList li:nth-child(2n){margin-right:0;}
.ks-docList li .pic {width: 160px; height: 210px; margin: 0 auto 10px;}
.ks-docList li .pic img {width: 160px; height: 210px;}
.ks-docList li .con .title {height: 30px; line-height: 30px; text-align: center; font-size: 18px; font-weight: bold; color: #19a3c7; margin-bottom: 10px;}
.ks-docList li .con .title a {color: #147e67;}
.ks-docList li .con .node,
.ks-docList li .con .duties {display: block; height: 24px; line-height: 24px; font-size: 14px; color: #7c7c7c; text-align: center; overflow: hidden;}
.ks-docList li .con .node a,
.ks-docList li .con .duties a {color: #7c7c7c}
.ks-docList li .con .works {display: none}
.ks-docList li .con .more {display: block;width: 88px;height: 32px;line-height: 32px;text-align: center;font-size: 14px;background: #f2f2f2;margin: 10px auto 0px;border: 1px solid #cccccc;transition: 0.5s;display: none;}
.ks-docList li:hover {top: -5px;box-shadow: 0px 0px 5px 0px #147e67;border-color: #147e67;}
