/* CSS Document */
  .nav-two {
                padding: 10px;
                background: #379CAE;
                color: white;
                border-radius: 8px;
                text-align: center;
                margin: 7px;
            }
            
            ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }

            .tab-news-li {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 50px;
                border-bottom: 1px solid #ccc;
                position: relative;
            }
            
            .min-dot {
                color: #379CAE;
                font-size: 16px;
            }
            
            .index-channel-title {
                text-align: center;
            }
            
            .index-channel-title>a {
                position: relative;
            }
            
            .index-channel-title>a:after,
            .index-channel-title>a:before {
                content: "";
                border-bottom: 1px solid #999999;
                position: absolute;
                width: 120px;
                top: 16px;
                right: -135px;
            }
            
            .index-channel-title>a:before {
                left: -135px;
            }
            
            .ksjs-ul li,
            .ksjs-list li {
                display: inline-block;
                list-style: none;
                padding: 5px 16px;
                border: 1px solid #379CAE;
                border-radius: 3px;
                text-align: center;
                margin: 12px;
                font-size: 16px;
                min-width: 177px;
                cursor: pointer;
            }
            
            .ksjs-list li {
                border: 1px solid #555;
                min-width: 147px;
                margin: 12px 7px;
            }
            
            .ksjs-list {
                width: 98%;
                min-height: 130px;
                border: 1px solid #e1e1e1;
                border-radius: 10px;
                margin-left: 1%;
                box-shadow: 7px 5px 5px 1px #ddd;
            }
            
            .open>.dropdown-menu {
                /*  margin-left: 10%;*/
            }

            .three-title {
                border-bottom: 1px solid #eee;
                color: #379CAE;
                padding-bottom: 6px;
                position: relative;
                margin-left: 10px;
                text-indent: 0.5rem;
            }
            
            .dropdown-menu {
                min-width: 220px;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px;
                padding: 0;
                margin: 0;
                background-color: #ffffff;
                -webkit-box-shadow: 0px 6px 24px rgb(0 0 0 / 6%);
                box-shadow: 0px 6px 24px rgb(0 0 0 / 6%);
                border: 1px solid #f1f1f1;
                z-index: 101;
            }
            
            .three-title:after {
                content: "";
                position: absolute;
                border-left: 3px solid #379CAE;
                left: -5px;
                height: 30px;
            }

 .tszb-ul li:hover {
    background: #cb2069;
    color: #fff;
   }
    .tszb-ul li {
        float: left;
        height: 35px;
        line-height: 35px;
        padding: 0 20px;
        border-radius: 20px;
        font-size: 14px;
        margin-right: 5px;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
         background: #E5D5D6;
        color: #000;
        margin-bottom:15px;
        margin-right:8px;
        cursor:pointer;
    }
    .tszb-ul>.action {
        background: #cb2069;
        color: white;
    }

    .tszb-list li {
        
       float: left;
        height: 35px;
        line-height: 35px;
        padding: 0 20px;
        border-radius: 20px;
        text-align: center;
        font-size: 14px;
        margin-right: 5px;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        background: #ff6699;
        color: #000;
        cursor:pointer;
        margin-bottom:15px;
        margin-right:8px;
    }
      .tszb-list li:hover {
        background: #cb2069;
        color: #fff;
        cursor:pointer;
    }
        .tszb-list a:hover {
        text-decoration:none;
        color: #fff;
    }
    .tszb-list {
        max-width: 1360px;
        min-height: 100px;
        border-radius: 10px;
        margin-top:30px;
        padding-top:5px;
    }


            .view-text {
                display: inline-block;
                white-space: nowrap;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            
            li {
                list-style: none !important;
            }
            
            .nav-two {
                padding: 10px;
                background: #379CAE;
                color: white;
                border-radius: 8px;
                text-align: center;
                margin: 7px;
            }
            
            .suer-icon {
                font-size: 44px !important;
            }
            
            .fa-Registration:before {
                content: "\f234";
            }
            
            .fa-Visit:before {
                content: "\f0f9";
            }
            
            .fa-Process:before {
                content: "\f0e8";
            }
            
            .fa-Layout:before {
                content: "\f0f0";
            }
            
            .fa-Position:before {
                content: "\f1ad";
            }
            
            .fa-Navigation:before {
                content: "\f041";
            }
            
            #myTab {
                font-size: 20px;
                margin-top: 20px;
                max-width: 100vw;
            }
            
            ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }
            
            #myTabContent {
                margin: 3px
            }
            
            .nav-tabs>li.active>a:after {
                content: "";
                border-bottom: 3px solid;
                border-color: #379CAE;
                position: absolute;
                width: calc(100% - 30px);
                left: 15px;
                bottom: 6px;
                border-radius: 3px;
            }
            
            .tab-news-li {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 50px;
                border-bottom: 1px solid #ccc;
                position: relative;
            }
            
            .min-dot {
                color: #379CAE;
                font-size: 16px;
            }
            
            .index-channel-title {
                text-align: center;
            }
            
            .index-channel-title>a {
                position: relative;
            }
            
            .index-channel-title>a:after,
            .index-channel-title>a:before {
                content: "";
                border-bottom: 1px solid #999999;
                position: absolute;
                width: 120px;
                top: 16px;
                right: -135px;
            }
            
            .index-channel-title>a:before {
                left: -135px;
            }
            
            .ksjs-ul li,
            .ksjs-list li {
                display: inline-block;
                list-style: none;
                padding: 5px 16px;
                border: 1px solid #379CAE;
                border-radius: 3px;
                text-align: center;
                margin: 12px;
                font-size: 16px;
                min-width: 177px;
                cursor: pointer;
            }
            
            .ksjs-list li {
                border: 1px solid #555;
                min-width: 147px;
                margin: 12px 7px;
            }
            
            .ksjs-list {
                width: 98%;
                min-height: 130px;
                border: 1px solid #e1e1e1;
                border-radius: 10px;
                margin-left: 1%;
                box-shadow: 7px 5px 5px 1px #ddd;
            }
            
            .open>.dropdown-menu {
                /*  margin-left: 10%;*/
            }
            
            .swiper {
                width: 98%;
                height: 100%;
                margin-left: 1%;
                margin-bottom: 35px;
                padding-bottom: 35px;
            }
            
            .swiper-slide {
                text-align: center;
                font-size: 18px;
                background: #fff;
                /* Center slide text vertically */
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
            }
            
            .swiper-slide img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            
            .zdzk-swper {
                display: block;
                /*width: 151px;    */
                border: 1px solid #ccc;
                height: 294px;
                float: left;
                padding: 10px;
            }
            
            .zdzk-swper1 {
                display: block;
                /*width: 151px;    */
                border: 1px solid #ccc;
                height: 244px;
                float: left;
                padding: 10px;
            }
            
            .zdzk-swper-img {
                text-align: center;
                width: 90px;
                margin: 15px auto;
                border-radius: 150px;
            }
            
            .zdzk-swper-img>img {
                width: 90px;
                border-radius: 150px;
                margin: 0 auto;
                height: 90px;
            }
            
            .zjjs-swper-img {
                text-align: center;
                width: 116px;
                height: 163px;
                margin: 15px auto;
                border-radius: 150px;
            }
            
            .zjjs-swper-img>img {
                width: 116px;
                margin: 0 auto;
            }
            
            .three-title {
                border-bottom: 1px solid #eee;
                color: #379CAE;
                padding-bottom: 6px;
                position: relative;
                margin-left: 10px;
                text-indent: 0.5rem;
            }
            
            .dropdown-menu {
                min-width: 220px;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px;
                padding: 0;
                margin: 0;
                background-color: #ffffff;
                -webkit-box-shadow: 0px 6px 24px rgb(0 0 0 / 6%);
                box-shadow: 0px 6px 24px rgb(0 0 0 / 6%);
                border: 1px solid #f1f1f1;
                z-index: 101;
            }
            
            .three-title:after {
                content: "";
                position: absolute;
                border-left: 3px solid #379CAE;
                left: -5px;
                height: 30px;
            }
            
            .share_bg {
                color: white;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                position: absolute;
                width: 100%;
                bottom: 0px;
                line-height: 50px;
                background: #000000b8;
            }
            
            .share_bg>a {
                color: white;
                padding: 0 15px;
            }
            
            .ksjs-ul>.action {
                background: #379CAE;
                color: white;
            }
            
            .share-div {
                position: absolute;
                top: 3rem;
                width: 80%;
                background: #379CAEed;
                z-index: 9999;
                padding-top: 2rem;
                padding-bottom: 2rem;
                left: 10%;
                border-radius: 7px;
                color: #9f9b9b;
                line-height: 3rem;
                display: none;
            }
            
            .share-div>ul>.active {
                color: #ffffff !important;
            }
            
            .select-a {
                font-size: 18px;
                color: #379CAE !important;
            }
            
            #point-span {
                transform: rotate(7deg);
                -ms-transform: rotate(7deg);
                -moz-transform: rotate(7deg);
                -webkit-transform: rotate(180deg);
                -o-transform: rotate(7deg);
            }
            
            .iblock {
                display: inline-block;
            }
            
            .scrollToTop {
                color: #fff;
                position: fixed;
                bottom: 5px;
                right: 5px;
                width: 40px;
                height: 40px;
                text-align: center;
                cursor: pointer;
                background-color: rgba(0, 0, 0, 0.4);
                z-index: 1005;
                display: none;
                -webkit-backface-visibility: hidden;
                -webkit-transform: translateZ(0);
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }
            

.slideBox{ 
  position:relative; 
  margin:0 auto;
  background: #000;
  height: 100%;
  box-shadow: 0 0 15px #454545;
}
.slideBox .bd{ 
  position:relative; 
  height:100%;
    overflow:hidden; 
}
.slideBox .bd ul{ 
  height:100%;
}
.slideBox .bd li{ 
  vertical-align:middle; 
  height:100%;
}
.slideBox .bd img{ 
  width:100%; 
  height: 100%;
  animation: changeScale 1 2.5s;
}
.slideBox .bd .banner-txt { position:absolute; width:100%; text-align:center; bottom: 15%; }
.slideBox .bd .banner-txt .t1{width: 100%; font-size:44px; text-shadow: 0 0 8px #000; font-weight: bold; color: #fff !important; }
.slideBox .bd .banner-txt .t2{width: 100%; font-size: 18px; font-family: "Arial"; text-transform: uppercase; text-shadow: 0 0 8px #000; padding:20px 0; color: #fff !important; }


.slideBox .hd{ 
  overflow:hidden; 
  position:absolute; 
 width:100%; 
 text-align: center;
  bottom:21px; 
  z-index:1; 
}
.slideBox .hd ul{ 
  overflow:hidden; 
  zoom:1; 
  color:#fff; 
   width:100%; 
 text-align: center;
}
.slideBox .hd ul li{ 
  display: inline-block;
  margin-right:15px;  
  width:14px; 
  height:14px; 
  background:#fff; 
  border-radius:100%; 
  cursor:pointer; 
   transition-duration: 1s;
}
.slideBox .hd ul li.on{ 
  width: 44px;
  height: 14px;
  border-radius:20px;
  background:#ffffff;
  box-shadow:none;
}

.slideBox .prev{ position:absolute; left:3%; top:50%; display:block; width:79px; height:79px; background: rgba(255,255,255,0.2); border-radius: 50%; transition-duration: 1s; display: none;}
.slideBox .prev:after{position: absolute; content: ""; width: 79px; height: 79px; background: url(../images/pre-jt.png) no-repeat center center;-webkit-transform: rotate(180deg);
                 -moz-transform: rotate(180deg);
                 -o-transform: rotate(180deg);
                 -ms-transform: rotate(180deg);
                 transform: rotate(180deg); }
.slideBox .next{ position:absolute; right:3%; top:50%; display:block; width:79px; height:79px; background: rgba(255,255,255,0.2); border-radius: 50%; transition-duration: 1s; display: none;}
.slideBox .next:after{position: absolute; content: ""; width: 100%; height: 38px; top: 50%; transform: translateY(-50%); background: url(../images/pre-jt.png) no-repeat center center; }
.slideBox:hover .prev{ display: block;}
.slideBox:hover .next{ display: block;}


.center{padding:40px 0 0px 0;}
.tzgg{width: 100%; border:1px solid #84665a; height: 75px; box-shadow: 0px 5px 6px #cacaca; color: #fff;}
.tzgg .le{width: 165px; line-height: 73px; background: url(../images/gb.png) no-repeat 20px center #84665a ; padding-left: 55px; font-size: 20px; }
.tzgg .ce{width: 60%; height: 53px; margin-left: 20px; color: #555; margin-top: 10px;}
.tzgg .ri{width: 106px; line-height: 73px; text-align: center; font-size: 15px; background: #84665a;}
.tzgg .ri a{color: #fff;}

.txtScroll-top .bd{}
.txtScroll-top .infoList li{ height:53px; line-height:53px; font-size: 18px;}
.txtScroll-top .infoList li span{font-size: 16px; color: #999999; padding-left: 15px;}
.fast-enter{width: 100%; padding-top: 60px;}
.in-bit{text-align: center;}
.in-bit h1{font-size: 30px; font-weight: normal; position: relative;}
.in-bit span{display:inline-block; margin:0 auto; font-size: 14px; font-family: "Arial"; position: relative; padding:0 6px; height: 21px; line-height: 21px; text-transform: uppercase;}
.in-bit span:after{content: ""; width: 20px; height: 1px; background: #e4e4e4;left: -20px; position: absolute; top: 10px;}
.in-bit span:before{content: ""; width: 20px; height: 1px; background: #e4e4e4;right: -20px; position: absolute; top: 10px;}
.fast-list{width: 100%; padding-top: 30px;}
.fast-list li{width: 23.5%; float: left; overflow: hidden; margin-right: 2%; background: #000; list-style: none; position: relative;}
.fast-list li img{display: block; width: 100%; transition-duration: 1s;}
.fast-list li:hover img{ transform: scale(1.1); opacity: 0.7; }
.fast-list li:nth-child(4n){margin-right: 0;}
.fast-list li p{position: absolute; left: 0; bottom:0; text-align: center; color: #fff; background: rgba(132,102,90,0.95); width: 100%; line-height: 58px; font-size: 20px; cursor: pointer;}

.in-ks{width: 100%; overflow: hidden; position: relative; padding:50px 0 30px 0; min-height: 620px;}
.in-ks .bg{width: 100%; position: absolute; height: 100%; left: 0; top: 0; background: url(../images/ks-bg.jpg) no-repeat; background-size: cover; animation: run 12s linear infinite; }

.Menubox1 {width: 100%; height:50px; position: relative; margin:25px 0 15px 0; text-align: center; }
.Menubox1 li {display: inline-block; padding:0 25px; background:#c69f8f; cursor: pointer;height: 50px; line-height: 50px; font-size: 20px;color: #fff; position: relative; margin:0 12px;}
.Menubox1 li:after{content: "";position: absolute; width: 11px;height: 11px; background: #379CAE; left: 50%; transform: rotate(45deg); transition-duration: .5s; bottom:-6px; opacity: 0;}
.Menubox1 li.hover { background: #379CAE; color: #fff;}
.Menubox1 li.hover:after{ opacity: 1;}
.CbContainer1{position:relative; padding-top: 20px; color: #fff; }
.CbContainer1 img{display: inline-block; max-width: 100%; padding-top: 30px;}
.Contentbox1 {clear: both; width:100%; min-height:196px; }
.ks-list{width: 100%;}
.ks-list ul{padding-bottom: 30px;}
.ks-list li{width: 13%; float: left; text-align: center; margin-right:1.5%; list-style: none; margin-bottom: 20px; min-height: 130px; border:1px solid #fff; padding-top:30px; cursor: pointer; transition-duration: 0.5s}
.ks-list li a{color: #fff;}
.ks-list li a:hover{ color: #fff; }
.ks-list li:nth-child(7n){margin-right: 0;}
.ks-list li p{line-height: 38px; font-size: 16px; width: 100%; position: relative;}
.ks-list li p:after{position: absolute; left: 45%; bottom: 0; width: 16px; height: 1px; background: #fff; content: ""}
.ks-list li span{display: block; line-height: 20px; padding-top: 6px; font-size: 14px; font-family: "Arial"; }
.ks-list .an{width: 200px; height:42px; border:1px solid #fff; font-size: 16px;  text-align: center;font-family: "Arial"; margin:0 auto; transition-duration:1s; }
.ks-list .an a{color: #fff; display: inline-block; width: 100%; line-height: 42px; }
.ks-list .an:hover{background: #379CAE; color: #fff;}
.ks-list li:hover{background: #379CAE}

.slideBox1{ 
  position:relative; 
  margin:0 auto;
  background: #000;
  height: 100%;
}
.slideBox1 .bd{ 
  position:relative; 
  height:100%;
    overflow:hidden; 
}
.slideBox1 .bd ul{ 
  height:100%;
}
.slideBox1 .bd li{ 
  vertical-align:middle; 
  height:100%;
}
.slideBox1 .bd img{ 
  width:100%; 
  height: 100%;
  animation: changeScale 1 2.5s;
  display: block;
}
.slideBox1 .hd{ 
  overflow:hidden; 
  position:absolute; 
 width:100%; 
 text-align: center;
  bottom:21px; 
  z-index:1; 
}
.slideBox1 .hd ul{ 
  overflow:hidden; 
  zoom:1; 
  color:#fff; 
   width:100%; 
 text-align: center;
}
.slideBox1 .hd ul li{ 
  display: inline-block;
  margin-right:15px;  
  width:14px; 
  height:14px; 
  background:#fff; 
  border-radius:100%; 
  cursor:pointer; 
  transition-duration: 1s;
}
.slideBox1 .hd ul li.on{ 
  width: 14px;
  height: 14px;
  border-radius:20px;
  background:#379CAE;
  box-shadow:none;
}

.in-news{padding:20px 0 20px 0;}
.Menubox2 {width: 100%; height:50px; position: relative; margin:25px 0 15px 0; text-align: center; }
.Menubox2 li {display: inline-block; width: 190px; background:#fff; border:1px solid #c7c7c7; cursor: pointer;height: 50px; line-height: 50px; font-size: 20px;color: #333333; position: relative; margin:0 12px;}
.Menubox2 li:after{content: "";position: absolute; width: 11px;height: 11px; border:1px solid #379CAE; background: #379CAE; left: 50%; transform: rotate(45deg); transition-duration: .5s; bottom:-6px; opacity: 0;}
.Menubox2 li.hover { background: #379CAE; color: #fff;}
.Menubox2 li.hover:after{ opacity: 1;}
.CbContainer2{position:relative; padding-top: 40px; color: #555;}
.Contentbox2 {clear: both; width:100%; min-height:196px; }

.in-n-le{width: 48.6%;}
.in-n-ri{width: 47%;}
.in-an{width: 200px; height:42px; line-height: 42px; border:1px solid #555; font-size: 16px;  text-align: center;font-family: "Arial"; margin:0 auto; transition-duration:1s; margin-top: 30px; }

.news-box{ 
  position:relative; 
  margin:0 auto;
  background: #000;
  height: 100%;
}
.news-box .bd{ 
  position:relative; 
  height:100%;
  overflow:hidden; 
}
.news-box .bd ul{ 
  height:100%;
}
.news-box .bd li{ 
  vertical-align:middle; 
  height:100%;
  position: relative;
}
.news-box .bd li .dw{width: 100%; height: 52px; line-height: 52px; background: rgba(0,0,0,0.7); color: #fff; padding:0 20% 0 18px; font-size: 18px; position: absolute; left: 0; bottom: 0; z-index: 1; overflow:hidden; text-overflow:ellipsis;white-space:nowrap;}
.news-box .bd img{ 
  width:100%; 
  height: 450px;
  animation: changeScale 1 2.5s;
  display: block;
}

.news-box .hd{ 
  overflow:hidden; 
  position:absolute; 
 width:100%; 
 text-align: center;
  bottom:15px; 
  z-index:9; 
}
.news-box .hd ul{ 
  overflow:hidden; 
  zoom:1; 
  color:#fff; 
  width:100%; 
  text-align: right;
  padding-right:15px; 
}
.news-box .hd ul li{ 
  display: inline-block;
  margin-right:10px;  
  width:10px; 
  height:10px; 
  background:#fff; 
  border-radius:100%; 
  cursor:pointer; 
  transition-duration: 1s;
}
.news-box .hd ul li.on{ 
  width: 10px;
  height: 10px;
  border-radius:20px;
  background:#379CAE;
  box-shadow:none;
}

.news-box .prev{ position:absolute; left:0; top:45%; display:block; width:40px; height:81px;  transition-duration: 1s; }
.news-box .next{ position:absolute; right:0; top:45%; display:block; width:40px; height:81px;  transition-duration: 1s; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg);-o-transform: rotate(180deg); -ms-transform: rotate(180deg);
transform: rotate(180deg);}
.in-news1{width: 100%; padding-bottom: 10px;}
.in-news1 h1{font-size: 20px; height: 36px; overflow:hidden; text-overflow:ellipsis;white-space:nowrap; font-weight:normal;}
.in-news1 p{ font-size: 16px; line-height: 24px; color: #adadad; overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}

.in-news2{width: 100%;}
.in-news2 li{position: relative; line-height: 44px; border-bottom: 1px solid #dbdbdb; padding-left: 25px; font-size: 16px; color: #000000; padding-right: 30%;  overflow:hidden; text-overflow:ellipsis;white-space:nowrap; font-weight:normal; transition-duration: 0.5s; cursor: pointer;}
.in-news2 li:after{position: absolute; width: 6px; height: 6px; background: #a0a0a0; border-radius: 50%; left: 6px; top: 19px; content: ""}
.in-news2 li a{color: #000;}
.in-news2 li a:hover{color: #379CAE;}
.in-news2 span{position: absolute; right: 0; top: 0; width: 25%; text-align: center; display: inline-block; font-size: 16px; color: #999999;}
.in-news2 li:hover{ padding-left: 30px; }

.link{ padding-bottom:65px;}


.picMarquee-left{ width:100%;  overflow:hidden; position:relative; padding-top: 20px;}
.picMarquee-left .bd{ }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{width: 16%; margin-right:11px; border:3px solid #ececec; text-align: center;height:96px; padding:20px 0 15px 0; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li h1{font-size: 24px; color: #111111; font-weight: normal;}
.picMarquee-left .bd ul li p{color: #c2c2c2; font-size: 16px;}



.txtMarquee-left{ width:100%;  position:relative; padding-top: 25px; }
.txtMarquee-left .bd{width: 100%;}
.txtMarquee-left .bd .tempWrap{ width:100% !important; }
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.txtMarquee-left .bd ul li{ width: 16.5%; margin-right:10px; float:left; border:3px solid #ececec; text-align: center;height:96px; padding:20px 0 15px 0; }
.txtMarquee-left .bd ul li h1{font-size: 24px; color: #111111; font-weight: normal;}
.txtMarquee-left .bd ul li p{color: #c2c2c2; font-size: 16px;}

.p-ban{display: block;}
.m-ban{display: none;}

@media only screen and (max-width: 1441px){

}

@media only screen and (max-width: 1367px){
.c-right .txt .t_01 {
    font-size: 18px;
    line-height: 48px;
}

footer .f1 span {
    font-size: 16px;
    padding-left: 40px;
}
footer .f2 {
    font-size: 16px;
}
.center{padding:20px 0 20px 0;}
.tzgg {
    height: 55px;
}
.tzgg .le {
    line-height: 53px;
    font-size: 17px;
}
.tzgg .ce{height: 43px;}
.txtScroll-top .infoList li {
    height: 33px;
    line-height: 33px;
    font-size: 16px;
}
.tzgg .ri{height: 53px; line-height: 53px;}
.fast-enter {
    padding-top: 30px;
}
.in-bit h1 {
    font-size: 22px;
}
.fast-list li p {
    line-height: 48px;
    font-size: 17px;
}
.Menubox1 li {
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    margin: 0 8px;
}
.CbContainer1 {
    padding-top: 10px;
}
.ks-list li {
    margin-bottom: 20px;
    min-height: 110px;
    padding-top: 10px;
}
.in-ks {
    min-height: 580px;
}
.in-news {
    padding: 20px 0 50px 0;
}
.CbContainer2 {
    padding-top: 20px;
}
.Menubox2 li {
    width: 190px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    margin: 0 8px;
}
.picMarquee-left .bd ul li h1{font-size: 18px;}
.picMarquee-left .bd ul li p{font-size: 16px;}
.in-news1 h1 {
    font-size: 17px;
    height: 28px;
}
.in-news2 li {
    line-height: 38px;
    font-size: 15px;
    padding-right: 25%;
}
.in-news2 span {
    width: 20%;
    font-size: 14px;
}
.in-news1 {
    padding-bottom: 5px;
}
.in-news1 p {
    font-size: 15px;
    line-height: 22px;
}
.in-n-le {
    width: 50.5%;
}
.news-box .bd li .dw{line-height: 42px; height: 42px; font-size: 15px;}
.link {
    padding-bottom: 40px;
}
.picMarquee-left .bd ul li{ height: 76px; padding:10px 0;}

}


.txtMarquee-left{ width:100%;  position:relative; padding-top: 25px; }
.txtMarquee-left .bd{width: 100%;}
.txtMarquee-left .bd .tempWrap{ width:100% !important; }
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.txtMarquee-left .bd ul li{ width: 16.5%; margin-right:10px; float:left; border:3px solid #ececec; text-align: center;height:96px; padding:20px 0 15px 0; }
.txtMarquee-left .bd ul li h1{font-size: 24px; color: #111111; font-weight: normal;}
.txtMarquee-left .bd ul li p{color: #c2c2c2; font-size: 16px;}

.p-ban{display: block;}
.m-ban{display: none;}

@media only screen and (max-width: 1441px){
.news-box .bd img{ 
  height: 420px;
}
}

@media only screen and (max-width: 1367px){
.c-right .txt .t_01 {
    font-size: 18px;
    line-height: 48px;
}
.news-box .bd img{ 
  height:380px;
}
footer .f1 span {
    font-size: 16px;
    padding-left: 40px;
}
footer .f2 {
    font-size: 16px;
}
.center{padding:20px 0 20px 0;}
.tzgg {
    height: 55px;
}
.tzgg .le {
    line-height: 53px;
    font-size: 17px;
}
.tzgg .ce{height: 43px;}
.txtScroll-top .infoList li {
    height: 33px;
    line-height: 33px;
    font-size: 16px;
}
.tzgg .ri{height: 53px; line-height: 53px;}
.fast-enter {
    padding-top: 30px;
}
.in-bit h1 {
    font-size: 22px;
}
.fast-list li p {
    line-height: 48px;
    font-size: 17px;
}
.Menubox1 li {
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    margin: 0 8px;
}
.CbContainer1 {
    padding-top: 10px;
}
.ks-list li {
    margin-bottom: 20px;
    min-height: 110px;
    padding-top: 10px;
}
.in-ks {
    min-height: 580px;
}
.in-news {
    padding: 20px 0 20px 0;
}
.CbContainer2 {
    padding-top: 20px;
}
.Menubox2 li {
    width: 190px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    margin: 0 8px;
}
.picMarquee-left .bd ul li h1{font-size: 18px;}
.picMarquee-left .bd ul li p{font-size: 16px;}
.in-news1 h1 {
    font-size: 17px;
    height: 28px;
}
.in-news2 li {
    line-height: 38px;
    font-size: 15px;
    padding-right: 25%;
}
.in-news2 span {
    width: 20%;
    font-size: 14px;
}
.in-news1 {
    padding-bottom: 5px;
}
.in-news1 p {
    font-size: 15px;
    line-height: 22px;
}
.in-n-le {
    width: 50.5%;
}
.news-box .bd li .dw{line-height: 42px; height: 42px; font-size: 15px;}
.link {
    padding-bottom: 40px;
}
.picMarquee-left .bd ul li{ height: 76px; padding:10px 0;}

}
@media only screen and (max-width: 1281px){

}
@media only screen and (max-width: 1139px){

}

@media only screen and (max-width: 992px){
.Menubox1 li {
    font-size: 20px;
}
.center {
    padding: 20px 0 20px 0;
}
.c_01 {
    font-size: 20px;
}
.link {
    padding: 0 0 30px 0;
}
.slideBox{padding-top: 55px;}
.slideBox .hd {
    bottom: 10px;
}
.slideBox .hd ul li.on {
    width: 14px;
    height: 14px;
    background: #379CAE;
}
.tzgg .le {
    width: 100px;
    line-height: 53px;
    background: url(../images/gb.png) no-repeat 10px center #84665a;
    padding-left: 35px;
    font-size: 15px;
}
.tzgg .ce{ width: 46%; }
.tzgg .ri {
    width: 66px;
    line-height: 53px;
    font-size: 14px;
}
.txtScroll-top .infoList li{ overflow:hidden; text-overflow:ellipsis;white-space:nowrap;}


}

@media only screen and (max-width: 760px){
  .fast-list li{width: 49%; margin-bottom: 8px; }
.fast-list li:nth-child(2n){margin-right: 0;}
.Menubox1{
	height: auto;
}
.Menubox1 li {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin: 3px 5px;
}
.Menubox1 li:after{
	display: none !important;
}
.ks-list li {
    width: 31.33%;
    height: 150px;
    padding-top: 15px;
    margin-right: 1.5%;
    margin-bottom: 10px;
}
.ks-list li{display: none;}
.ks-list li:nth-child(1),.ks-list li:nth-child(2),.ks-list li:nth-child(3),.ks-list li:nth-child(4),.ks-list li:nth-child(5),.ks-list li:nth-child(6){display: block;}
.slideBox1{display: none;}
.Menubox2 {
    margin: 0px 0 15px 0;
}
.Menubox2 li {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin: 0 2px;
}
.CbContainer2 {
    padding-top: 0px;
}
.in-n-le{width: 100%;}
.in-n-ri{width: 100%; padding-top: 15px;}
.in-news2 li {
    padding-right: 26%;
}
.in-news2 span {
    width: 24%;
}
.in-news {
    padding: 30px 0 30px 0;
}
.picMarquee-left .bd ul li{width: 30%;}
.picMarquee-left .bd ul li h1{font-size: 15px;}
footer .f1 .dw{display: none;}
.tzgg .ri {
    width: 55px;
    line-height: 53px;
    font-size: 14px;
}
.ks-list li span {

    font-size: 13px;
    font-family: "Arial";
}
.picMarquee-left .bd ul li p{ font-size: 15px; }
.p-ban{display:none;}
.m-ban{display:block;}
.fast-list {
    padding-top: 20px;
}
.ks-list li p {
    line-height: 24px;
    font-size: 15px;
}
.in-ks {
    min-height: 550px;
}
}

@keyframes run {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.04);
    }
    50% {
        transform: scale(1.08);
    }
    75% {
        transform: scale(1.04);
    }
    100% {
        transform: scale(1);
    }
}


@keyframes changeScale
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-moz-keyframes changeScale 
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-webkit-keyframes changeScale
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-o-keyframes changeScale 
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

  .nav-two {
                padding: 10px;
                background: #379CAE;
                color: white;
                border-radius: 8px;
                text-align: center;
                margin: 7px;
            }

.row {
    margin-right: -15px;
    margin-left: -15px;
}
/*首页专家介绍*/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init*/
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon*/
.grabbing {
	cursor: url(../images/grabbing.png) 8 8, move;
}
/* fix*/
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	margin-top: 20px;
	text-align: center;
}
/* Styling Next and Prev buttons*/
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
*display: inline;
	width: 38px;
	height: 74px;/*IE7 life-saver*/
	text-indent: 40px;
	margin-top: -16%;
	z-index: 9;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url(../img/i_pro_left.png) no-repeat;
	float: left;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	background: url(../img/i_pro_left_on.png) no-repeat;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url(../img/i_pro_right.png) no-repeat;
	float: right;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background: url(../img/i_pro_right_on.png) no-repeat;
}
/* Clickable class fix problem with hover on touch devices*//* Use it for non-touch hover action*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
*display: inline;/*IE7 life-saver*/
	display: none;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 7px;/*filter: Alpha(Opacity=50);opacity: 0.5;*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: url(../img/i_bg3.png) no-repeat;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: url(../img/i_bg4.png) no-repeat;
}
/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images*/
.owl-item.loading {
	min-height: 150px;
	/*background: url(../img/ajaxloader.gif) no-repeat center center*/
}
#owl-demo {
	padding-bottom: 3%;
}
#owl-demo .item {
	margin: 0.5px;
	position: relative;
	height: 487px;/* margin-top:50px;*/
}
#owl-demo .item img {/*display: block;*/
	height: 100%;
	width: 100%;
	transition: all 0.3s;
}
#owl-demo .item .bg-list-img {
	position: absolute;
	bottom: 49px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}
#owl-demo .item .bg-list-tit {
	height: 56px;
	overflow: hidden;
	bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
#owl-demo .item .bg-list-tit h4 {
	margin: 0 auto;
	display: inline-block;
	border-bottom: 2px solid #e2e2e2;
	font-weight: normal;
	font-size: 18px;
	line-height: 54px;
	padding-left: 10px;
	padding-right: 10px;
}
#owl-demo .item .bg-list-more {
	width: 100%;
	position: absolute;
	bottom: 0;
	/*background: url(../img/i_por_pic1.png) center 38px no-repeat #3c3a38;*/
	height: 56px;
	line-height: 46px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	filter: Alpha(Opacity=0);/*IE7 fix*/
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#owl-demo .item .i_pro_bg {
	position: absolute;
	width: 100%;
	bottom: 56px; /*height:100%;*/
	height: 89%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	filter: Alpha(Opacity=0);/*IE7 fix*/
	opacity: 0;
	left: 0;
}
#owl-demo .item .bg-list-yew {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 30%;
	background-color: #c30d23;
	text-align: center;
	color: #fff;
}
#owl-demo .item .bg-list-yew h5 {
	border-bottom: 2px solid #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 54px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	margin-top: 9%;
}
#owl-demo .item .bg-list-hs {
	max-height: 316px;
	height: 70%;
	position: absolute;
	bottom: 30%;
	background: url(../img/i_por_pic2.png) center top no-repeat;
	background-size: 100% 100%;
	width: 100%;
}
#owl-demo .item .bg-list-hs p {
	width: 80%;
	margin: 0 auto;
	margin-top: 10%;
	color: #fefefe;
	font-size: 14px;
	height: 50%;
	overflow: hidden;
	line-height: 22px;
	max-height: 198px;
}
#owl-demo .item:hover .bg-list-img {  /*height:93%;*/
	height: 90%;
}
#owl-demo .item:hover .i_pro_bg {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	transition: all 0.3s;
}
#owl-demo .item:hover .bg-list-more {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	transition: all 0.3s;
}


/*首页专家*/
#owl-demo2 {
	background-color: #f9f9f9;
	margin-top: 1%;
	text-align: center;
	padding-bottom: 2%;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 40%;
	width: 100%;
	left: 0;
	height: 0;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
*display: inline;
	width: 59px;
	height: 90px;/*IE7 life-saver*/
	text-indent: 60px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-top: 0;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url(../img/i_case_left.png) no-repeat;
	float: left;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	background: url(../img/i_case_left_on.png) no-repeat;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url(../img/i_case_right.png) no-repeat;
	float: right;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background: url(../img/i_case_right_on.png) no-repeat;
}
#owl-demo2.owl-theme .owl-controls .owl-page {
	display: inline-block;
}
#owl-demo2 .item {
	margin: 0px;
	padding-bottom: 20px;

}
#owl-demo2 .item img {
	display: block;
	height: 162px;
	
	margin: 0 auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#owl-demo2 .item dd {
	width: 100%;
	margin: 0 auto;
	max-width: 424px;
	margin-bottom: 10px;
}
#owl-demo2 .item dd .imgs {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#owl-demo2 .item dd .imgs p {
	position: absolute;
	width: 100%;
	height: 100%;
	
	top: 0;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#owl-demo2 .item dd h2 {
	font-weight: normal;
	color: #333;
	font-size: 18px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-top: 7px;
}
#owl-demo2 .item dd:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#owl-demo2 .item dd:hover h2 {
	color: #eb6360;
}
#owl-demo2 .item dd:hover .imgs p {
	opacity: 1;
	filter: alpha(opacity=100);
}
