
    * {
        padding: 0;
        margin: 0;
        font-family: "微软雅黑";
        font-size: 14px;
    }
    
    html {
        -webkit-text-size-adjust: none;
    }
    
    img {
        border: 0;
        
    }
    
    img {
        vertical-align: middle;
    }
    
    
    
    body {
        font-size: 12px;
        color: #666;
        _overflow: hidden;
        overflow-x: hidden;
        background: #fff;
        width: 100%;
        *cursor: default;
    }
    
    body,
    ol,
    table,
    tr,
    td,
    ul,
    li,
    dt,
    dd,
    dl,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    select,
    textarea,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
  
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        font-family: "微软雅黑";
        border: 0px;
        margin: 0px;
        padding: 0px;
    }
    
    li {
        list-style-type: none;
    }
    
    img {
      
        vertical-align: middle;
    }
    /*-------this-a-list---------*/
    
    a {
        outline: none;
        cursor: pointer;
        text-decoration: none;
        color: #666;
        transition: all .4s ease 0s;
        -webkit-transition: all .4s ease 0s;
        -moz-transition: all .4s ease 0s;
        -ms-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
    }
    
    a:active,
    a:hover {
        text-decoration: none
    }
    
    a,
    area,
    a:active {
        blr: expression(this.onFocus=this.blur());
    }
    
     :focus {
        -moz-outline-style: none;
    }
    
     ::selection {
        color: #fff;
        background-color: #10492D;
    }
    
     ::-moz-selection {
        color: #fff;
        background-color: #10492D;
    }
    
    .blue a {
        color: #797979;
        text-decoration: none;
    }
    
    .blue a:hover {
        color: #10492D;
        text-decoration: none;
    }
    
    .write a {
        color: #fff;
        text-decoration: none;
    }
    
    .write a:hover {
        color: #fff;
        text-decoration: none;
    }
    /*------- the html5 display-role reset for older browsers---------*/
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
    
    blockquote,
    q {
        quotes: none;
    }
    
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }
    
    input::-webkit-input-placeholder {
        /* WebKit browsers */
    }
    
    input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fff;
    }
    
    input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff;
    }
    
    input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #fff;
    }
    
    /*头部*/
    
    .banner {
        position: relative;
        top: 114px;
    }
    
    .jsNav {
        position: absolute;
        width: 40%;
        height: 1px;
        left: 45%;
        bottom: 89px;
        cursor: pointer;
        z-index: 99999;
        top: 90%;
    }
    
    .jsNav a {
        display: block;
        float: left;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin-right: 6px;
        cursor: pointer;
        z-index: 99999;
    }
    
    a.trigger {
        background-color: #FFFFFF;
        border: 1px solid #006b40;
    }
    
    a.imgSelected {
        background-color: #006b40;
        border: 1px solid #006b40;
    }
    
    
    
    .news {
        position: relative;
        top: 0px;
    }
    
    .newstit {
        background: url(../images/hx.jpg) no-repeat center;
        width: 100%;
        height: 86px;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        color: #333;
        padding-top: 20px;
    }
    
    .newstit p {
        color: #cacaca;
        font-weight: 100;
        font-size: 14px;
    }
    /*选项卡*/
    
    .sun {
        margin: auto;
        width: 100%;
        height: auto;
        clear: both;
    }
    
    .nTab {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    
    .nTab .TabTitle {
        height: 45px;
        overflow: hidden;
        width: 100%;
        font-size: 14px;
        line-height: 45px;
        letter-spacing: 1px;
        margin: 20px auto;
        border-bottom: 1px solid #e4e4e4;
    }
    
    .nTab .TabTitle ul {
        border: 0;
        margin: 0;
        padding: 0;
    }
    
    .nTab .TabTitle li {
        float: left;
      
        font-size: 18px;
        color: #333;
        line-height: 45px;
        text-decoration: none;
        letter-spacing: 1px;
       cursor: pointer;
      
        
    }
    .index_more{position: absolute; z-index: 99; top: 4px; right: 0px;}
    .index_more a{color: #333; font-size: 14px;}
    .index_more a:hover{color: #015128; font-weight: bold;}
    #myTab1 span{margin: 0px 30px 0px 30px;}
    
    .nTab .TabTitle li:hover {
       
        font-size: 18px;
        color: #333;
        line-height: 45px;
        text-decoration: none;
        letter-spacing: 1px;
   font-weight: bold;
        cursor: pointer;
       
    }
    
    .nTab .TabTitle .active {
       
        font-size: 18px;
        color: #333;
        line-height: 45px;
        height: 45px;
        text-decoration: none;
        letter-spacing: 1px;
        font-weight: bold;
        cursor: pointer;
        display: block;
        border-bottom: 4px solid #015128;
     
    }
    
    .active {
        height: 32px;
    }
    
    .normal {
        height: 32px;
    }
    
    .news_right{width: 50%; float: right;}
    .TabContent {
  
 
        vertical-align: middle;
        background-color: #FFF;
    }
    
    .nTab .TabTitle .normal {
        height:45px;

        font-size: 18px;
        line-height: 45px;
        text-decoration: none;
        letter-spacing: 1px;
       
        cursor: pointer;
      
        color: #333;
    }
    
    .none {
        display: none;
    }
    
    .xxtab {
        width: 100%;
        height: auto;
    }
    
    .zxneitong {
       
        margin: 0px auto;
        margin-top: 40px;
    }
    
    .indexMore {
        display: block;
        font-size: 15px!important;
        color: #0268ba!important;
        width: 130px;
        height: 34px;
        line-height: 34px;
        margin-top: 20px;
        text-align: center;
        transition: all .4s;
        border-radius: 15px;
        border: 1px solid #0268ba;
        font-weight: 100!important;
    }
    
    .indexMore:hover {
        box-shadow: 0 0 10px #0268ba;
    }
    
    .zcleft {
        display: inline-block;
        padding: 0px 0px;
        margin-top: 10px;
        box-sizing: border-box;
        width: 48%;
        vertical-align: middle;
        background-color: #f6f6f6;
        border-radius: 15px;
        position: relative;
    }
    
    .zcleft h2 {
        font-weight: 100;
    }
    
    .zcleft a {
        color: #9f9f9f;
        font-size: 22px;
        line-height: 35px;
    }
    
    .zcleft h2 a:hover {
        color: #0268ba;
    }
    
    .zcleft h3 IMG {
        margin-top: 20PX;
    }
    
    .zcleft p {
        height: 45px;
        padding: 0px 15px 0px 15px;
        margin-top: 20px;
    
        color: #fff;
        font-size: 15px;
        border-bottom-left-radius: 15px;
        
        border-bottom-right-radius: 15px;
        position: absolute;
    z-index: 999;
    bottom: 3px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    line-height: 45px;
    text-align: center;
    }
    
    .zcleft A H4 {
        background-color: #82d5dc;
        width: 90PX;
        height: 30PX;
        color: #fff;
        display: block;
        font-size: 14px;
        margin-top: 20px;
        line-height: 30PX;
        text-align: center;
    }
    
    .zcleft A H4:HOVER {
        background-color: #a3edf0;
        width: 90PX;
        color: #fff;
        height: 130PX;
        display: block;
        line-height: 30PX;
        margin-top: 20px;
        text-align: center;
    }
    
  
.new_3{position: relative;}

.new_1{ position: absolute; top: 10px; left: 10px;}
.new_2{ position: absolute; bottom: 10px; right: 10px;}
.new_news h1 a{font-size: 16px; line-height: 30px;}
.new_news h1 a:hover{font-size: 16px; color: #015128;}
.new_news p{color: #8f8f8f; font-size: 14px; line-height: 26px;}
.news_li p{color: #8f8f8f; font-size: 14px; line-height: 36px;}
.news_mmore span{float: right; color: #8f8f8f; line-height: 30px;}
.news_mmore{padding-top: 10px;}
.news_data{text-align: center; width: 89px; border-right: 1px solid #bcbcbc; float: left;}
.news_data h1{font-size: 32px; color: #015128;}
.news_data p{font-size: 14px; color: #969696; line-height:23px;}	
.news_right dd{background-color: #f9f9f9; padding: 10px; overflow: hidden; margin-top: 10px; position: relative;}
.news_li a{ font-size: 16px; font-weight: bold; color: #333;}
.news_li{width: 490px; float: right; padding-top: 7px;}
.news_li a:hover{font-size: 16px; color: #015128;}

.news_right dd::before {
	transition: all 0.5s;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0px;
	height: 2px;
	background: #015128;
	content: " ";
  }  
  .news_right dd:hover::before {
width: 100%;
}
    
    .ulleft {
        display: inline-block;
        width: 80%;
        vertical-align: middle;
    }
    
    .ulright {
        display: inline-block;
        width: 20%;
        vertical-align: middle;
        text-align: right;
        padding-right: 2%;
        box-sizing: border-box;
    }
    
    .zcleft img {
        width: 100%;
        border-radius: 15px;
        height: 370px;
        
    }
    
    .ulleft h1 {
        font-weight: normal;
    }
    
    .ulleft a {
        color: #666666;
        font-size: 18px;
        line-height: 35px;
    }
    
    .ulleft p {
        color: #999999;
        font-size: 15px;
        line-height: 28px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        display: -webkit-box;
        margin-top: 15px;
    }
    
    .ulright h1 {
        color: #999ba1;
        font-size: 25px;
        margin-top: 0px;
        font-weight: 100;
    }
    
    .ulright h2 {
        margin-top: 10px;
    }
    
    .zcright ul li {
        background-color: #fff;
        display: block;
        padding: 40px 5%;
        margin-bottom: 10px;
        border-bottom: 1px solid #f4f4f4;
    }
    
    .zcright ul li:last-child {
        margin-bottom: 0;
    }
    
    .zcright ul {
        width: 100%;
    }
    
    .zcright ul li:hover {
        background-color: #fff;
        display: block;
        box-shadow: 5px 0px 6px 3px #eee;
    }
    
    .zcright ul li:hover h1 a {
        color: #0268ba;
    }
    
    #focus_image {
        height: 370px;
        position: relative;
        z-index: 20;
        overflow: hidden;
        width: 100%
    }
    
    #focus_image .pages {
        width: 100%;
        height: 370px;
    }
    
    #focus_image .pages .item {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        z-index: 5;
        text-decoration: none
    }
    
    #focus_image .pages .item.cur {
        display: block;
        z-index: 10
    }
    
    #focus_image .pages .item .poster {
        display: block;
        width: 100%;
       
    }
    
    #focus_image .pages .item b {
        opacity: .8;
        filter: alpha(opacity=80);
        position: absolute;
        width: 100%;
        height: 40px;
        left: 0;
        bottom: 0;
        z-index: 1;
        -moz-transition: opacity .2s ease-in;
        -webkit-transition: opacity .2s ease-in;
        -o-transition: opacity .2s ease-in;
        transition: opacity .2s ease-in;
        cursor: pointer
    }
    
    #focus_image .pages .item:hover b {
        opacity: .4;
        filter: alpha(opacity=40)
    }
    
    #focus_image .pages .item p {
        position: relative;
        width:100%;
        height: 40px;
        left: 0;
        bottom: 58px;
        z-index: 2;
        text-align: center;
        cursor: pointer;
        font-weight: 100;
        color: #ccc;
        font-size: 15px;
        line-height: 40px;
        font-style: normal;
        background: rgba(0, 0, 0, 0.5);
    }
    
    #focus_image .pages .item i span {
        font-weight: 700!important;
        font-size: 26px;
    }
    
    #focus_image .controler {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        -moz-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        position: absolute;
    z-index: 999999999;
    bottom: 10%;
    }
    
    #focus_image .controler b {
        display: inline-block;
        width: 20px;
        height: 5px;
        margin: 10px 4px;
        background: #0b964f;
        cursor: pointer;
        line-height: 20px;
        font-weight: 700;
        color: #2B2B2B;
        position: relative;
        z-index: 999999999999;
    }
    
    #focus_image .controler b i {
        display: none
    }
    
    #focus_image .controler b.down {
        background: #015128;
        color: #FFF
    }
    
    #focus_image .controler b.down i {}
    
    .moblie_head {
        display: none
    }



.mainbt{background: url(../images/bg.png) no-repeat center; padding: 4% 0 3% 0; overflow: hidden;}

    .mainbtn {
        width:1280px;
        height:150px;
        margin:54px auto 30px auto;
        }
    .mainbtn li {
        width:185px;
        height:150px;
        float:left;
        box-shadow:2px 2px 4px #ccc;
        margin-right:32px;border-radius: 15px;
       
        }
    .mainbtn li:last-child {
        margin-right:0px;
        }
    .mainbtn li a {
        display:block;
        width:185px;
        height:150px;
        background-repeat:no-repeat;
        background-position:center 0px;
        position:relative;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;
        color:#fff;
        font-size:16px;
        }
    .mainbtn li a:hover {
        color:#015128;
        background-position:center -105px;
        box-shadow:2px 2px 5px #ccc;
        }
    @-webkit-keyframes btnani {
            0% {
                background-position:center 0px;
                color:#fff;
                opacity:.3;
                }
            100% {
                color:#337AC1;
                background-position:center -105px;
                opacity:1;
                }
        }
    @keyframes btnani {
            0% {
                background-position:center 0px;
                color:#fff;
                opacity:.3;
                }
            100% {
                color:#337AC1;
                background-position:center -105px;
                opacity:1;
                }
        }
    .mainbtn li a i {
        display:block;
        width:185px;
        height:22px;
        font-style:normal;
        text-align:center;
        position:absolute;
        bottom:34px;
        font-size: 22px; font-weight: bold;    text-shadow: 1px 1px 2px #333;

        }
        .mainbtn li a:hover i{ text-shadow: 0px 0px 0px #333;}
    .mainbtn li a.menu01 {
        background-color:#85b7da; border-radius: 15px;
        background-image:url(../images/icon4.png);
        }
    .mainbtn li a.menu02 {
        background-color:#72a5c9;border-radius: 15px;
        background-image:url(../images/icon2.png);
        }
    .mainbtn li a.menu03 {
        background-color:#d19e61;border-radius: 15px;
        background-image:url(../images/icon1.png);
        }
    .mainbtn li a.menu04 {
        background-color:#e0a864;border-radius: 15px;
        background-image:url(../images/icon3.png);
        }	
    .mainbtn li a.menu05 {
        background-color:#85b7da;border-radius: 15px;
        background-image:url(../images/icon4.png);
        }
    .mainbtn li a.menu06 {
        background-color:#54ba86;border-radius: 15px;
        background-image:url(../images/icon5.png);
        }
    .mainbtn li a.menu08 {
        background-color:#14a56c;border-radius: 15px;
        background-image:url(../images/icon.png);
        }	
    .mainbtn li a:hover {
        background-color:#fff;
        }

        .recommend-blocks {
            margin-left: 0px;
        }
    .recommend-blocks .reco-img-wrap {
            position: relative;
            margin-right: 10px;
            margin-bottom:15px;
            text-align: center;
       
        }









        .reco-img-wrap:last-child,
        .reco-img-wrap-long:last-child
        {
            margin-right: 0;
        }
        .img-info {
            position: absolute;
            left:0;
            top: 72px;
            width: 100%;
            color: #ffffff;
            text-shadow: 1px 1px 5px #001A66;
        }
        .img-info .img-text {
            margin-bottom: 8px;
            font-size: 28px;
            font-weight: 700;
            
        }
        .img-info .img-sub {
            font-size: 14px;
        }
        .line-l {
            display: inline-block;
            overflow: hidden;
            margin-right: 10px;
            vertical-align: middle;
            width: 25px;
            height: 1px;
            background-color: #ffffff;
            background-position: 0 -671px;
        }
        .line-r {
            display: inline-block;
            overflow: hidden;
            margin-left: 10px;
            vertical-align: middle;
            width: 25px;
            height: 1px;
            background-color: #ffffff;
            background-position: 0 -672px;
        }
        .recommend-new .path-link {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            
        }
        .recommend-down {
            margin-top: 0px;
        }
        .reco-img-wrap-long {
            position: relative;
            margin-left: 0px;
            margin-right:25px;
            text-align: center;
            width: 625px;
            height: 200px;
        }
        
        .recommend-cover{
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            /*background-color: #000000;
            filter:alpha(opacity=50);
            -moz-opacity:0.5;
            opacity:0.5;*/
        }
        .animation-scale:hover {
            -moz-transform: scale3d(.98,.98,1);
            -ms-transform: scale3d(.98,.98,1);
            -webkit-transform: scale3d(.98,.98,1);
            transform: scale3d(.98,.98,1);
            transform: scale(0.98);
        }
        .animation-scale {
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
    



    .app {
        width:300px;
        height:200px;
        background-color:#fff;
        border-radius:5px;
        padding:5px;
        margin-right:25px;
        margin-bottom:30px;
        }
    .apptitle {
        border-bottom:3px solid #F0F0F0;
        height:50px; line-height:50px;
        }
    .apptitle span {
        color:#333;
        font-size:17px;
        padding:0px 5px 0px 30px;
        font-weight:600;
        }
    .apptitle i {
        font-style:normal;
        color:#CCC;
        font-size:12px;
        }
    .app ul {
        padding-top:20px;
        }
    .app li {
        width:50%;
        float:left;
        font-size:14px;
        height:30px;
        padding-left:20px;
        margin-bottom:10px;
        }
    .app li a {
        color:#999;
        padding-left:30px;
        line-height:30px;
        display:block;
        background-repeat:no-repeat;
        background-image:url(../img/icon/icon.jpg);
        }
    .app li a:hover {
        color:#3B98F5;
        background-position:left -30px;
        }
    .app li .amenu1	{
        background-position:left 0px;
        }
    .app li .amenu1:hover {
        background-position:left -30px;
        }
    .app li .amenu2	{
        background-position:left -60px;
        }
    .app li .amenu2:hover {
        background-position:left -90px;
        }
    .app li .amenu3	{
        background-position:left -120px;
        }
    .app li .amenu3:hover {
        background-position:left -150px;
        }
    .app li .amenu4	{
        background-position:left -180px;
        }
    .app li .amenu4:hover {
        background-position:left -210px;
        }

        .pull-left {
            float: left;
        }


        .index_left{width: 380px; float: left;}
        .index_right{width: 870px; float: right;}




        .index_right .mm3 {
            float: right!important;
            margin-right: 0px;
         }
         
        .index_right .mm6{
            float: right!important;
            margin-right: 0px;
         }
 
         .index_right .mm2 {
          
             margin-left: 15px;
          }
          .index_right .mm5 {
          
            margin-left: 15px;
         }
 

          .index_right.animation-scale-item {
            width: 275px;
            height: 222px;
        }
        .index_left .animation-scale-item {
            width: 350px;
            height: 464px;
        }
        .animation-scale-item-long {
            width: 625px;
            height: 200px;
        }
        .index_right img{width: 275px; height: 222px; border-radius: 10px;}

        .index_left img{width: 350px; height: 464px; border-radius: 10px;}
.index_bg{background-color: #edf0f3; overflow: hidden; padding: 3% 0 1% 0; margin-top: 3%;}
.top_mm{margin-top: 34%;}




.zcleft .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 16%!important;
    
}

.zcleft .swiper-pagination-bullet-active{background-color: #006b40!important;}
.zcleft .swiper-pagination-bullet{width: 20px!important; height: 5px!important; border-radius: 0px!important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .5)!important; }








    
    @media screen and (min-width: 1025px) {
        .wel-04 {
            display: none;
        }
        .new-tit1 p {
            display: none;
        }
        .new-tit3 p {
            display: none;
        }
      
    }
    
    @media screen and (max-width: 1024px) {
       
        .kePublic {
            display: none;
        }
        .pc-bg-container {
            display: none;
        }
        .wrap {
            width: 98%;
            margin: 0px auto;
        }
        .rollBox {
            display: none;
        }
        .js img {
            height: 200px;
        }
        .js {
            display: block
        }
        .slide-main {
            height: 580px;
            position: relative;
            display: none
        }
        .intro_l p {
            font-size: 16px;
            line-height: 26px;
            color: #000;
            margin: 40px 0 30px 0;
            letter-spacing: -0.025em;
        }
        .rollBox .Cont .pic img {
            padding-bottom: 0px;
        }
        .fft {
            padding-top: 5%;
        }
        .jsNav {
            position: absolute;
            width: 53%;
            height: 1px;
            left: 40%;
            bottom: 89px;
            cursor: pointer;
            z-index: 99999;
            top: 85%;
        }
       
        .jsNav a {
            display: block;
            float: left;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            margin-right: 6px;
            cursor: pointer;
            z-index: 99999;
        }
        a.trigger {
            background-color: #fff;
            border: 1px solid #015128;
        }
        a.imgSelected {
            background-color: #015128;
            border: 1px solid #015128;
        }
        .soso {
            width: 100%;
            border-radius: 30px;
            height: 40px;
    
            margin-top: 20px;
        }
        .focus .fbg {
            bottom: -8%;
            right: 40px;
            position: absolute;
            height: 21px;
            text-align: center;
            z-index: 200;
        }
        .focus .shadow {
            height: 40px;
            line-height: 40px;
        }
        .zxx {
            display: none;
        }
        .yxx {
            display: none;
        }
        .m-inforg1 {
            padding: 0px 0;
        }
        .bannerii {
            position: relative;
            overflow: auto;
            text-align: center;
            width: 100%;
            margin: 0 auto
        }
        .bannerii ul .slider-item {
            width: 100%;
            float: left;
            height: 400px;
            position: relative;
            overflow: hidden;
        }
        .bannerii img {
            width: 100%;
            height: 250px;
        }
        .bannerii #ar {
            right: 18px;
        }
        .bannerii ul .slider-item {
            width: 100%;
            float: left;
            height: 250px;
            position: relative;
            overflow: hidden;
        }
        .bannerii ul .slider-item .slider-title {
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
            box-orient: vertical;
            display: -webkit-box;
            overflow: hidden;
            width: 100%;
        }
        ul#gallery li {
            width: 48%;
            float: left;
            margin: 10px 0px 0px 1.5%;
            display: inline;
        }
        ul#gallery {
            width: 100%;
            margin: 0 auto 0px;
            padding-left: 0px;
            overflow: hidden;
        }
        ul#gallery li img {
            width: 100%;
            height: 120px;
            border: 4px solid #fff;
        }
        ul#gallery1 {
            clear: both;
            padding-top: 20px;
        }
        ul#gallery1 li {
            width: 48%;
            float: left;
            margin: 10px 0px 0px 1.5%;
            display: inline;
        }
        ul#gallery {
            width: 100%;
            margin: 0 auto 0px;
            padding-left: 0px;
            overflow: hidden;
        }
        ul#gallery1 li img {
            width: 100%;
            height: 70px;
            border: 2px solid #ebebeb;
        }
        .jsleft {
            width: 100%;
            float: none;
            color: #000;
            line-height: 38px;
            font-size: 16px;
            padding-top: 20px;
        }
        .jsright {
            width: 100%;
            float: none;
            padding-top: 30px;
        }
        .jsright img {
            width: 100%;
        }
        .dimg {
            display: none;
        }
        .rry {
            margin-top: 6px;
        }
        .top {
            display: none;
        }









        #myTab1 span {
            margin: 0px 10px 0px 10px;
        }

        .index_more {display: none;}
        .index_bg {
           width: 96%;
           margin: 0px auto;
           background: none;
            
        }
        .index_left .animation-scale-item {
            width: 100%!important;
            height: 226px;
       
        }
        .index_left img {
            width: 100%!important;
            height: auto;
            border-radius: 10px;
        }
        .index_right {
            width: 100%;
            float: none;
        }
        .index_left {
            width: 100%;
            float: none;
        }
        .index_right img {
            width: 100%;
            height: 103px;
            border-radius: 10px;
        }
        .index_right.animation-scale-item {
            width: 100%;
            height: auto;
        }
        .index_right .mm2 {
          margin-left: 0px; 
        }
        
	.index_right .mm3 {
		float: none;
		margin-right: 0px;
	 }
	 
	.index_right .mm6{
		float: none;
		margin-right: 0px;
	 }

	 
	  .index_right .mm5 {
	  
		margin-left: 0px;
	 }
     .recommend-blocks .reco-img-wrap {
        position: relative;
        margin-right: 10px;
        margin-bottom: 15px;
        text-align: center;
        width: 46%!important;
       
    }
    .img-info .img-text {
        margin-bottom: 0px;
        font-size: 20px;
        font-weight: 700;
    }
    .img-info {
       
        top: 23px;}









    }
    
    @media (max-width: 750px) {
        html {
            font-size: 26px !important;
        }
    }
    
    @media (max-width: 767px) {
        html {
            font-size: 22px !important;
        }
    }
    
    @media (max-width: 479px) {
        html {
            font-size: 20px !important;
        }
    }
    
    @media (max-width: 320px) {
        html {
            font-size: 20px !important;
        }
    }
    
    @media screen and (max-width: 998px) {
        .hiSlider-title {
            overflow: hidden;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
            box-orient: vertical;
            display: -webkit-box;
        }
        .new-tit1 {
            background: none;
            width: 100%;
            height: 60px;
        }
        .new-tit {
            background: none;
            width: 100%;
            height: 60px;
        }
        .new-tit1 img {
            margin: 5px 0px 0px 10px;
            width: 120px;
            float: left;
        }
        .new-tit2 {
            background: none;
            width: 100%;
            height: 50px;
            clear: both;
        }
        .new-tit2 img {
            margin: 5px 0px 0px 10px;
            width: 120px;
            float: left;
        }
        .new-tit3 {
            background: none;
            width: 100%;
            height: 50px;
            clear: both;
        }
        .new-tit3 img {
            margin: 30px 0px 0px 10px!important;
            width: 120px;
            float: left;
        }
        .new-tit3 p {
            margin-top: 40px!important;
        }
        .new-tit4 {
            background: none;
            width: 100%;
            height: 50px;
        }
        .new-tit4 img {
            margin: 5px 0px 0px 10px;
            width: 120px;
            float: left;
        }
        .news {
            margin-top: 15px;
        }
        .zi img {
            margin: 5px 0px 0px 10px;
            width: 120px;
            float: left;
        }
        .zi p {
            float: right;
            margin-top: 15px;
            width: 60px;
            font-size: 14px;
        }
        .zi p a:hover {
            color: #1398da;
        }
        .zcleft {
            display: block;
        
            box-sizing: border-box;
            width: 100%;
            vertical-align: middle;
            background-color: #f6f6f6;
            margin: 0px auto;
            border-radius: 15px;
           
        }
        .TabContent {
            display: inline-block;
            padding: 2%;
            width: 98%;
            vertical-align: middle;
            background-color: #FFF;
        }
        #focus_image .pages {
            width: 100%;
          
        }
        #focus_image {
            height: 250px;
        }
        #focus_image .pages .item .poster {
            display: block;
            height: 250px;
           
        }
        #focus_image .pages .item i {
            font-size: 20px;
        }
        .zcright ul li {
            background-color: #fff;
            display: block;
            padding: 20px 2%;
        }
        .ulright h1 {
            color: #999ba1;
            font-size: 23px;
        }
        .ulleft h1 {
            overflow: hidden;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
            box-orient: vertical;
            display: -webkit-box;
        }
     
        .newstit {
            height: auto;
            padding-top: 0px;
        }
        
        .gybw {
            background-color: #f8f8f8;
            position: relative;
            top: 140px;
            padding-top: 3%;
        }
        .banner {
            position: relative;
            top: 50px;
        }
        .news_right {
            width:100%;
            float: none;
        }
        .news_li h1{
            -webkit-line-clamp: 2;  line-clamp: 2;  -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; overflow: hidden;
            }
        .news_li {
            width: 70%;}
            .news_li p{display: none;}

            .mainbtn {
                width: 96%;
              
                margin: 50px auto 10px auto;
            }

            .mainbtn li {
                width: 48%;
                height: 150px;
                float: left;
                box-shadow: 2px 2px 4px #ccc;
                margin-right: 10px;
                border-radius: 15px;
               margin: 10px 0px 0px 5px;
            }





    }
    

    @media screen and (max-width: 1660px) and (min-width:998px) {
        .endright {
            width: 19%;
        }
    }