body {
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑","Arial",Helvetica,"黑体",Arial,Tahoma;
	margin:0 auto;
	position:relative;
	overflow-x: hidden;

}
.slick-slider{ touch-action:auto; }
.img-hide{ overflow:hidden; display: block; }

.img-hide img{ transition: 0.5s all; transform: scale(1,1); }
.img-hide:hover img{ transform: scale(1.05,1.05); }
.txt-elise{overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;}
li{ list-style:none;}
a{ color: #333; }
ul{ padding:0; margin:0;}
a:hover,a{ text-decoration:none !important;}
a:focus{ text-decoration:none !important; outline: none !important;}
button:focus,button:hover,input:focus{ outline: none!important; }
p{ margin:0; }
audio, canvas, progress, video{ display: block; }
img{ max-width:100%; display: inline-block; vertical-align: middle;}
#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9990009;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(../picture/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../picture/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../picture/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../picture/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}
.header{ height: 195px; background: url(../picture/header.png) center no-repeat; }
.logo{ padding-top: 75px; }
.search-box{ width: 350px; margin-top: 103px; position: relative; }
.search-box .form-control{ width: 100%; border-radius: 30px; height: 42px; color: #fff; border:solid 1px #29cbfa; background: none; }
.container{ width: 1230px; }
.search-box .form-control::-webkit-input-placeholder{
            color:#fff;
        }
.search-box .form-control::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#fff;
        }
.search-box .form-control:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#fff;
        }
.search-box .form-control:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#fff;
  
      }
.btn-ss{ position: absolute; right: 15px; top: 0; bottom: 0; width: 15px; background: url(../picture/search.png) center no-repeat!important; }
.nav-list li{ float: left; width: 10%; position: relative; }
.nav-list li a{ display: block; font-size: 16px; color: #333; font-weight: bold; line-height: 60px; }
.nav-list li:hover{ background: #e6e4e4; }
.nav-list li:hover a{ color: #026562; }
.nav-down{ position: absolute; display: none; left: 0; padding:12px 0; top: 100%; background: rgba(0,147,142,1); white-space: nowrap; min-width: 100%; text-align: left; }
.nav-box{ position: relative; z-index: 1000; }
.nav-down li{ float: none; width: 100%; background: none!important; }
.nav-down li a{ line-height: 40px; color: #fff!important; text-align: center; }
.nav-down li a:hover{ color: #79dffd!important; }
.nav-list li:hover .nav-down{ display: block; }


.banner img{ width: 100%; }
.banner .slick-dots{ bottom: 30px; }
.banner .slick-dots li{ margin:0 10px; }
.banner .slick-dots li,.banner .slick-dots li button{ width: 16px; height: 16px; border-radius: 50%; }
.banner .slick-dots li button{ background: #7ed8f3; }
.banner .slick-dots li.slick-active button{ background: #00938e; }
.slick-dots li button:before{ display: none; }
.banner{ overflow:hidden; margin:0; }
.title{ font-size: 35px; color: #00938e; margin:20px 0; position: relative; }
.title span{ font-size: 30px; color: #aca7a7; }
.title a{ position: absolute; right: 0; top: 15px;float: right;
    color: #6b6969;
    font-size: 16px; }
.img-box{ position: relative; padding-top: 65%; }
.img-box img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.slick-bottom{ border:solid 1px #ddd; /*height: 115px; padding:15px 10px;*/ }
.slick-tt{ font-size: 16px; color: #353535; font-weight: bold; position: absolute; left: 0; right: 0; bottom: 0; background: #fff; background: rgba(255,255,255,0.5); padding:15px 100px 15px 15px; }
.slick-p{ color: #888787; line-height: 25px; height: 50px; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; margin-top: 10px;
overflow: hidden; }
.img-slick{ margin:0; }
.img-slick .slick-dots{ bottom: 18px; left: auto; width: auto; right: 10px; }
.img-slick .slick-dots li,.img-slick .slick-dots li button{ width: 12px; height: 12px; border-radius: 50%; }
.img-slick .slick-dots li button{ background: #fff; }
.img-slick .slick-dots li.slick-active button{ background: #00938e; }
.news-list-p{ color: #999; line-height: 25px; font-size: 14px; height: 50px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; }
.page-title a{ float: right;
    color: #fff;
    font-size: 16px; }
.tabs-ul li{ position: relative; }
.tabs-ul li .tabs-click{ position: absolute; right: 20px; line-height: 37px; top: 0; font-size: 16px; color: #666; }
.tabs-ul li .tabs-click:hover,.title a:hover{ color: #00938e; }
.tabs-ul li:nth-child(2),.tabs-ul li:nth-child(3){ padding-left: 20px; }
.news-list li{ line-height:48px; font-size: 16px; color: #6b6969; position: relative; padding-right: 100px;border-bottom:1px dashed #cfcfcf; }
.news-list li a{ padding-left: 20px; background: url(../picture/li.png) left center no-repeat; }
.news-list li span{ position: absolute; right: 0; top: 0; font-size: 16px; color: #00938e; }
.page-tow{ background: #00938e; padding:35px 0 60px 0; margin-top: 50px; }
.page-title{ padding-left: 56px; margin-bottom: 35px; position: relative; line-height: 40px; font-size: 28px; color: #fff; }
.page-title span{ font-size: 20px; padding-left: 15px; }
.page-title i{ position: absolute; left: 0; top: 0; }
.tz-list{ background: #026a66; padding:25px 25px 0 25px; }
.tz-list-date{ background: #fff; width: 80px; height: 67px; line-height: 25px; padding-top: 10px; color: #00938e; }
.tz-list-date span{ font-weight: bold; font-size: 16px; }
.tz-list-right{ margin-left: 95px; }
.tz-list-tt a{ font-size: 16px; color: #fff; font-weight: bold; }
.tz-list-p{ color: #fff; line-height: 20px; height: 40px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; margin-top: 5px;
overflow: hidden; }
.tz-list li{ padding-bottom: 25px; }
.video{ height: 393px; background: #000; }
.page-title-b{ color: #7b7d7d; margin-top: 30px; }
.page-title-b a{ float: right; color: #6b6969; font-size: 16px; }
.page-title-b font{ color: #00938e; }
.dj-list li{ float: left; width: 50%; padding:0 13px; }
.dj-list{ margin:0 -13px; }
.dj-list-img{ position: relative; padding-top: 79%; }
.dj-list-img img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.dj-list-bottom{ height: 80px; background: #f1f1f1; padding:15px 10px; }
.dj-list-tt{ font-size: 16px; color: #272727; }
.dj-list-date{ font-size: 16px; color: #00938e; margin-top: 5px; }

.news-list-li{ margin-top: 0px; }
.news-list-li li a{ color: #6b6969; }
.page-tow{ background:#00938e; overflow:hidden; margin-top: 50px; }
.tabs-ul li{ float: left; margin-bottom: 30px; width: 50%; position: relative; }
.hover{ display: none; }
.tabs-ul li .page-title{ color: #545353; margin-bottom: 0; }
.tabs-ul li.active .page-title{ color: #00938e; }
.tabs-ul li.text-center .page-title{ display: inline-block; text-align: left; }

.tabs-ul li:before{ position: absolute; display: block; content: ""; right: 0; height: 40px; width: 2px; background: #b0afb0; top: 50%; margin-top: -20px; }
.tabs-ul li.active img{ display: none; }
.tabs-ul li.active img.hover{ display: inline-block; }
.tz-list-b li{ margin-bottom: 30px; padding:0 35px; float: left; width: 100%; }
.tz-list-b{ margin:0 -15px; }
.tz-list-b .tz-list-date{ background: #e5e5e5; color: #545353; }
.tz-list-b .tz-list-tt a{ color: #413f3f; }
.tz-list-b .tz-list-p{ color: #888686; }
.page-three{ background: url(../picture/back02.png) center no-repeat; overflow:hidden; background-size: cover; margin-top:20px; padding-top: 20px; padding-bottom: 0px; }
.img-row{ margin:0 -4px; }
.img-row .col-xs-5,.img-row .col-xs-7{ padding:0 4px; }
.img-lg a{ display: block; position: relative; padding-top: 87%; }
.img-lg a img{ position: absolute; left: 0; top: 0; width: 100%; }
.img-lg a span{ position: absolute; left: 0; right: 0; bottom: 0; transition: 0.3s all; padding:0 20px; background: rgba(63,62,62,0.75); font-size: 18px; color: #fff; line-height: 60px; }
.img-lg a:hover span{ background: rgba(181,3,12,0.5); }
.fg-list li{ float: left; width: 50%; padding:0 4px; margin-bottom: 8px; }
.fg-list{ margin:0 -4px; }
.fg-list li .img-lg a{ padding-top: 60%; }
.footer{ background: url(../picture/footer.png) center no-repeat; background-size: cover; margin-top: 30px; padding:50px 0; }
.footer-right{ padding-top: 35px; }
.down-btn{ width: 130px; height: 32px; text-align: center; padding:0; line-height: 30px; border-radius: 32px; font-size: 14px; color: #fff; box-shadow: none; background: #00938e; border:solid 1px 

#29cbfa; }
.down-btn span{ padding-right: 20px; background: url(../picture/down.png) right center no-repeat; }
.dropdown{ margin-left:15px; }
.dropdown-menu{ bottom: 100%; top: auto;background: #00938e; border:solid 1px #29cbfa;  }
.dropdown-menu li a{ color: #fff; }
.footer-date{ font-size: 14px; color: #fff; padding-top: 90px; display:block; }
.footer-date a{ font-size: 14px; color: #fff; }
.footer-p p{ font-size: 15px; color: #fff; margin-bottom: 10px; }
.tabs-ul li:last-child:before{ display: none; }
.nav-click{ display: none; }
.menu-button { position: absolute; display: none; top: 18px; right: 15px; z-index: 1000; cursor: pointer; -webkit-transition: .3s; transition: .3s;}
.menu-button .bar:nth-of-type(1) { margin-top: 0px;}
.menu-button .bar:nth-of-type(3) { margin-bottom: 0px;}
.bar { position: relative; display: block; width: 24px; height: 2px; margin: 5px auto; background-color: #fff; border-radius: 10px; -webkit-transition: .3s; transition: .3s; }
.cross{ margin-top: -8px; }
.cross .bar{ margin:13px auto; }
.cross .bar:nth-of-type(1) { -webkit-transform: translateY(15px) rotate(-45deg);-ms-transform: translateY(15px) rotate(-45deg); transform: translateY(15px) rotate(-45deg);}
.cross .bar:nth-of-type(2) {  opacity: 0;}
.cross .bar:nth-of-type(3) { -webkit-transform: translateY(-15px) rotate(45deg); -ms-transform: translateY(-15px) rotate(45deg); transform: translateY(-15px) rotate(45deg);}
.tab-content{ position: relative; }
.tab-content .tab-pane{ display: block; position: absolute; left: 0; top: 0; width: 100%; z-index: -1; opacity: 0; filter:alpha(opacity=0); transition: 0.5s all; }
.tab-content .tab-pane.active{ position: relative; z-index: 10; opacity: 1; filter:alpha(opacity=100); }
.news-list li a:hover,.img-slick a:hover .slick-tt,.page-title-b a:hover,.tz-list-b .tz-list-tt a:hover{ color: #00938e; }
.tz-list-tt a:hover{ text-decoration: underline!important; }
/**********list**********/
.list-back{ background: #f8f8f8; padding:35px 0; margin-bottom: -60px; }
.list-left{ background: #fff; padding-top: 15px; padding-right: 15px; width: 240px; position: relative; z-index: 10; }
.list-top{ height:89px; background: url(../picture/list-top.png) center right no-repeat; font-size: 24px; color: #333; line-height: 89px; padding-left: 30px; }
.list-left-box{ border-left: solid 5px #e0e0e0; border-top: solid 5px #07a2d5; padding-left: 7px; }
.list-nav li a{ display: block; position: relative; line-height: 50px; padding-left: 25px; font-size: 16px; color: #333; }
.list-nav li{ border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; padding:3px 0; margin-bottom: -1px; }

.list-nav li a:hover,.list-nav li.active a{ background: #00938e; color: #fff; padding-left: 25px; }
.list-nav li a:hover:before,.list-nav li.active a:before{ display: block; content: ""; position: absolute; left: -12px; top: 0px; bottom: 0; width: 5px; background: #07a2d5; }
.list-right{ background: #fff; padding-bottom: 25px; min-height: 500px; }
.nav-b{ padding:15px 35px; color: #999; }
.nav-b a{ color: #999; }
.nav-b span{ padding:0 5px; }
.list-right{ width: 935px; }
.list-tt{ position: relative; padding-right: 35px; }
.list-tt span{ font-size: 24px; color: #333; background: #fff; position: relative; z-index: 10; padding:0 10px; }
.list-tt:before{ display: block; content: ""; position: absolute; left: 0; right: 0; bottom: 10px; border-top: solid 1px #ddd;  }
.lb-list li{ line-height: 49px; border-bottom: solid 1px #eee; padding:0 35px; }
.lb-list li a{ font-size: 16px; color: #333; }
.lb-list li a span{ display: inline-block; color: #00938e; padding-right: 30px; }
.list-back .container{ position: relative; }
.list-back .container:before{ display: block; content: ""; position: absolute; left: 15px; width: 240px; top: 0; bottom: 0; background: #fff; }
.img-ul-img img{ width: 210px; height: 150px; }
.img-ul-right{ margin-left: 230px; }
.img-ul-tt a{ font-size: 18px; color: #333; }
.img-ul{ margin:0 25px; }
.img-ul-p{ color: #999; margin-top: 15px; font-size: 16px; line-height: 30px; height: 60px; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.img-ul-date{ color: #999; margin-top: 20px; font-size: 14px; padding-left: 20px; background: url(../picture/icon-date.png) left center no-repeat; }
.img-ul li{ margin-bottom: 20px; }
.img-ul{ margin-top: 20px; }
.nav-b a:hover,.lb-list li a:hover,.img-ul-tt a:hover{ color: #00938e; }






@media( max-width: 1279px){
    .container{ width: 970px; }
    .logo-b img{ width: 400px; }
    .footer-right{ padding-top: 0; margin-bottom: 20px; }
    .tabs-ul li .page-title{ font-size: 24px; display: inline-block!important; float: none!important; }
    .page-title span{ display: none; }

    .news-list li:nth-child(12),.news-list li:nth-child(13){ display: none; }
    .logo img{ width: 500px; }
    .list-right{ width: 680px; }
    .tabs-ul li .page-title{ padding-left: 35px; }
}
@media( max-width: 991px){
    .container{ width: 750px; }
    .news-list li:nth-child(10),.news-list li:nth-child(11){ display: none; }
    .logo-b img{ width: 250px; }
    .logo img{ width: 350px; }
    .search-box{ width: 280px; margin-top: 0; }
    .header{ height: auto; padding:30px 0; }
    .logo{ padding-top: 0; }
    .nav-list li a{ font-size: 14px; }
    .list-right{ width: 100%; }
    .list-left{ display: none; }
    }
@media( max-width: 768px){
    .container{ width: 100%; }
    .nav-list{ position: absolute; margin:0; left: 0; display: none; border-top: solid 1px #fff; top: 100%; right: 0; background: #00938e; }
    .nav-list li{ float: none; margin:0; padding:0; width: 100%; }
    .nav-list li a{ display: block; height: 40px; color: #fff; line-height: 40px; padding:0 15px; text-align: left; }
    .nav-list li:hover{ background: none; }


    .menu-button{ display: block; }
    .nav-click { display: block; transition: 0.3s all; z-index: 10000; position: absolute; color: #fff; right: 0; top: 0; width: 40px; height: 40px; text-align: center; line-height: 40px;}
    .nav-click.active{ transform: rotate(180deg); }
    .nav-down{ position: static; display: none; width: 100%; padding:0;}
    .nav-list li:hover .nav-down{ position: static; display: none; width: 100%; }
    .nav-list li .nav-down li{ height: 40px!important; }
    .nav-list li .nav-down li a{ height: 40px; line-height: 40px; padding-left: 25px; }
    .nav-list li:hover a{ background: none; color: #fff; }
    .nav-down li a:hover{ color: #333!important; }
    .search-box{ display: none; }
    .nav-box{ height: 50px; background: #00938e; }
    .logo{ position: absolute; left: 15px; top: 100%; line-height: 50px; }
    .logo img{ height: 30px; width: auto; }
    .header{ padding:0; position: relative; z-index: 10000; }
    .banner .slick-dots{ bottom: 10px; }
    .banner .slick-dots li,.banner .slick-dots li button{ width: 6px; height: 6px; }
    .title{ margin:20px 0; font-size: 18px; }
    .title span{ font-size: 18px; }
    .col-xs-6,.col-xs-5,.col-xs-7{ width: 100%; }
    .col-xs-66,.col-xs-5,.col-xs-7{ width:50%; }
    .page-tow{ margin-top: 20px; padding:20px 0; }
    .page-title{ font-size: 18px; padding-left: 45px; margin-bottom: 20px; }
    .page-title i img{ transform: scale(0.8,0.8); }
    .tz-list{ margin-bottom: 15px; }
    .video{ height: auto; }
    .page-title-b{ margin-top: 10px; margin-bottom: 10px; }
    .dj-list li{ padding:0 5px; }
    .dj-list{ margin:0 -5px; }
    .news-list-li{ margin-top: 10px; }
    .tz-list-b li{ width: 100%; margin-bottom: 20px; }
    .tabs-ul li .page-title{ font-size: 16px; padding-left: 35px; }
    .tabs-ul li:before{ display: none; }
    .page-three{ margin-top: 20px; padding:20px 0; }
    .tabs-ul li{ margin-bottom: 20px; }
    .col-xs-5{ margin-bottom: 8px; }
    .img-lg a span{ font-size: 14px; line-height: 40px; }
    .footer{ margin-top: 20px; padding:20px 0; }
    .logo-b{ width: 100%; text-align: center; margin-bottom: 15px; }
    .footer-right .clearfix .pull-left{ width: 33.333333%; padding:0 5px; }
    .down-btn{ width: 100%;  }
    .dropdown{ margin:0; }
    .footer-right .clearfix .pull-left:last-child .dropdown ul{ left: auto; right: 0; }
    .footer-right{ width: 100%; }
    .footer-date a{ font-size: 14px; margin-top: 15px; text-align: center; }
    .footer-p p{ font-size: 14px; }
    .list-back{ margin-bottom: -20px; }
    .lb-list li{ padding:0 15px; }
    .lb-list li a{ font-size: 15px; }
    .img-ul-img img{ width: 105px; height: 75px; }
    .img-ul-right{ margin-left: 115px; }
    .img-ul-p{ font-size: 14px; height: 25px; margin-top: 0px; }
    .img-ul-date{ margin-top: 5px; }
    .img-ul-tt a{ font-size: 16px; }
.left-box-tt{ height: 60px; margin-top: 10px; background: #00938e; line-height: 60px; color: #fff; font-size: 24px; padding-left: 28px; position: relative; }
.left-nav li a{ display: block; height: 35px; line-height: 35px; padding-left: 28px; font-size: 14px; color: #333; }
.left-nav li{ border-bottom: solid 1px #b5b5b5; }
.left-nav li.active a,.left-nav li a:hover{ background: #b5b5b5; color: #fff; }
    .left-box-tt {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding-left: 15px;
}
.left-box-tt .nav-click {
    display: block;
    width: 18px;
    height: 16px;
    background: url(../picture/nav-click.png) center no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}
.list-back .container:before{ display: none; }
.title{ text-align: left; }
.title a{ top: 1px; }
.tabs-ul li .tabs-click{ top: 30px; left: 50%; margin-left: -30px; }
.tabs-ul li:nth-child(2), .tabs-ul li:nth-child(3){ padding:0; }
.tabs-ul li{ margin-bottom: 30px; }

}


.banner .slick-prev{ background: url(../picture/banner-l.png) center no-repeat; left: 50%; margin-left: -600px; z-index: 1000; width: 50px; height: 50px; margin-top: -25px; }
.banner .slick-next{ background: url(../picture/banner-r.png) center no-repeat; right: 50%; margin-right: -600px; z-index: 1000; width: 50px; height: 50px; margin-top: -25px; }
.slick-prev:before,.slick-next:before{ display: none; }
@media( max-width: 1279px){
    .banner .slick-prev{ margin-left: 0; left: 15px; width: 30px; height: 30px; margin-top: -15px; background-size: cover; }
    .banner .slick-next{ margin-right: 0px; right: 15px; width: 30px; height: 30px; margin-top: -15px; background-size: cover; }
    }


.PrevDisabled { height: 20px !important;}
.Prev {height: 20px !important;}
.break {height: 20px !important;}
.NextDisabled {height: 20px !important;}
.Next { height: 20px !important;}