body{
    background-color: #e4e4e4;
}
.header{
    width: 100%;
    height: 120px;
    text-align: center;
    position: absolute;
    z-index: 9999;
    background:white;
}
.header .logo{
    width: 200px;
    height: 110px;
    line-height: 120px;
    float: left;
    text-align: center;
    padding-top: 10px;
}
.header .logo a{
    font-size: 50px;
    color: #FFF;
    line-height: 60px;
}
.header .logo a img{
    width: 100%;
}
.header .nav{
    float: right;
    margin-top: 30px;
    margin-right: 200px;
}
.header .layui-nav-item:hover .both:after{
    content: '';
    top: auto;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    background-color: #FFF;
    transition: all .2s;
    -webkit-transition: all .2s
}
.header .nav .layui-nav{
    float: left;
}
.header .nav .search{
    line-height: 60px;
    float: right;
    margin-left: 50px;
    background-size: cover;
}
.header .nav .search a{
    cursor:pointer;
}
.header .nav #form1{
    width: 220px;
    height: 28px;
    padding: 4px 0;
    position: absolute;
    right: -16px;
    top: 41px;
    z-index: 999;
    border: 1px solid gray;
    border-radius: 20px;
}
.header .nav .searchBar{
    height: 14px;
    width: 14px;
    position: absolute;
    z-index: 999;
    border: 0;
    top: 9px;
    right: 40px;
    background: url(/static/image/search1.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}
.header .nav .searchInput{
    border: 0;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    position: absolute;
    z-index: 998;
    outline: none;
    width: 80%;
    color: #cecece;
    float: left;
    right: 28px;
    padding-left: 15px;
    border-radius: 30px;
}
.layui-nav-item:hover .layui-nav-ej{
    display: block;
}
.layui-nav-bar {
    display: none;
}
.layui-nav-ej{
    width: 100%;
    display: none;
    position: absolute;
    text-align: center;
    background-color: white;
}
.layui-nav-ej a{
    padding: 10px !important;
    line-height: 24px;
    border-top:1px solid #ccc;
}
.mobile-icon{
    display: none;
}
.banner{
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}
.banner img{
    width: 100%;
    height: 800px;
    object-fit: cover;
}
.newstit{
    color: #555;
    text-align: center;
    margin-top: 60px;
    padding-bottom: 20px;
}
.newstit h1{
    padding-left: 2px;
    letter-spacing: 6px;
    margin-bottom: 16px;
}
.row-top{
    height: 40px;
    margin-bottom: 10px;
    border-bottom: 2px solid #e6e6e6;
}
.row-top span{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 6px;
    float: left;
    cursor: pointer;
    font-size: 18px;
}
.row-top .active{
    color: #0068ac;
    border-bottom: 2px solid #0068ac;
}
.row-top a{
    float: right;
    line-height: 40px;
    display: none;
}
.row-top .active-on{
    display: block;
}
.row-list ul{
    display: none;
}
.row-list ul li{
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    padding-left: 18px;
    background: url(/static/image/listbg.jpg) no-repeat left 2px center;
}
.row-list ul li a{
    dispaly: block;
    width: 68%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    float: left;
}
.row-list ul li span{
    float: right;
}
.row-list .active-on{
    display: block;
}
.tab1{
    float: left;
    padding: 0 !important;
}
.tab1 li{
    width: 260px;
}
.tab1 .tab1-icont{
    display: inline-block;
    width: 100%;
    height: 132px;
    line-height: 132px;
    text-indent: 50px;
    text-align: center;
}
.tab1 .tab1-icont a{
    display: block;
    cursor: pointer;
}
.tab1 .tab1-icont b{
    line-height: 20px;
    padding: 8px 0;
    font-size: 16px;
    background: url(404.png) no-repeat bottom center;
}
.tab1-list{
    float: right;
    width: 890px;
    padding: 0 !important;
    overflow: hidden;
    display: none;
    background-color: #5798c2;
}
.tab1-list img{
    float: right;
    width: 44%;
    height: 396px;
    object-fit: cover;
}
.tab1-list .tab1-list-left{
    float: left;
    width: 45%;
    padding: 60px 10px 58px 50px;
}
.tab1-list .tab1-list-left h1{
    color: #FFF;
    font-size: 24px;
    margin-bottom: 38px;
}
.tab1-list .tab1-list-left p{
    color: #FFF;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 40px;
}
.tab1-list .tab1-list-left a{
    color: #FFF;
    font-size: 14px;
}
.layui-row .project{
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    background-color: #f4f4f4;
}
.layui-row .project img{
    width: 100%;
}
.layui-row .project h1{
    padding: 20px 30px 10px;
    font-size: 18px;
    color: #333;
}
.layui-row .project p{
    padding: 0 30px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.layui-row .project a{
    padding: 20px 30px 0;
    display: inline-block;
    color: #666;
}
.layui-row .project a:hover{
    color: #0063a3;
}
.active{
    display: block;
}
.list-banner{
    position: relative;
}
.list-banner img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.list-banner-tit{
    position: absolute;
    left: 10%;
    bottom: 130px;
}
.list-banner-tit h1{
    color: #FFF;
    font-size: 48px;
    font-weight: both;
    margin-bottom: 20px;
}
.list-banner-tit p{
    color: #FFF;
}
.main .list-nav{
    width: 200px;
    padding-bottom: 140px;
    float: left;
    margin-top: 50px;
    background: url(/static/image/listnavbg.jpg) no-repeat bottom #71baea;
}
.main .list-nav li{
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.main .list-nav li a{
    color: #FFF;
    display: block;
}
.main .list-nav li a:hover{
    background-color: #5798c2;
}
.main .list-nav .active{
    background-color: #5798c2;
}
.main .list{
    width: 900px;
    float: right;
    margin-top: 50px;
}
.main .list .list-top,
.main .cont .cont-top{
    height: 80px;
    line-height: 80px;
    padding-left: 20px;
    border-bottom: 1px solid #f0efef;
    background: url(/static/image/dqwz.jpg) no-repeat left center;
}
.main .list ul li{
    height: 190px;
    color: #999;
    font-size: 14px;
    border-bottom: 1px solid #f0efef;
    background: url(/static/image/listbgright.jpg) no-repeat right 20px center;
}
.main .list ul li img{
    width: 22%;
    height: 124px;
    float: left;
    margin-top: 30px;
    object-fit: cover;
}
.main .list ul li div{
    width: 60%;
    float: left;
    margin-top: 30px;
    padding-left: 4%;
}
.main .list ul li div h2,
.main .cont ul li h2{
    color: #666;
    font-size: 18px;
    margin-bottom: 10px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.main .list ul li div p,
.main .cont ul li p{
    line-height: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.main .cont .cont-tit{
    text-align: center;
}
.main .cont .cont-tit h1{
    font-size: 20px;
    color: #333;
    margin: 30px 0;
}
.main .cont .cont-tit p{
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.main .cont .cont-ny{
    line-height: 42px;
    color: #666;
}
.main .cont .cont-ny img{
    max-width: 100%;
    height:auto!important;
}
.main .cont ul li{ 
    height: 160px;
    color: #999;
    font-size: 14px;
    border-bottom: 1px solid #f0efef;
    background: url(/static/image/listbgright.jpg) no-repeat right 20px center;
    padding-right: 20%;
    padding-left: 30px;
}
.main .cont ul li div{
    padding-top: 30px;
}
.main .list .list-gltd li div{
    width: 80%;
}
.main .list .list-gltd li div a{
    display: block;
}
.main .list .list-gltd li div h2{
    font-weight: bold;
}
.main .list .list-gltd li div span{
    
}
.main .list .list-gltd li div p{
    margin-top: 20px;
    margin-bottom: 0;
}
.main .cont .zyyw-top{
    padding-top: 20px;
    color: #0068ac;
    margin-bottom: 20px;
}
.main .cont .zyyw-top h1{
    margin-bottom: 10px;
}
.contactus .contact-top{
    overflow: hidden;
    width: 100%;
    padding-top: 50px; 
    margin-bottom: 50px;
}
.contactus .contact-top div{
    float: left;
    width: 30%;
    text-align: center;
    border: 1px solid #e4e4e4;
    padding: 50px 0;
    margin-right: 4.5%;
}
.contactus .contact-top div:nth-last-child(1){
    margin-right: 0;
}
.contactus .contact-top div img{
    width: auto;
    height: 41px;
}
.contactus .contact-top div p{
    margin-top: 20px;
}
.contactus .contact-top div p span{
    color: #0072bc;
}
.tab1 .tab1-icont1{
    background: url(/static/image/wl04.png) no-repeat left 44px center;
}
.tab1 .tab1-icont2{
    background: url(/static/image/wl05.png) no-repeat left 44px center;
}
.tab1 .tab1-icont3{
    background: url(/static/image/wl06.png) no-repeat left 44px center;
}
.tab1 .active .tab1-icont1 a{
    color: #0063a3;
}
.tab1 .active .tab1-icont1{
    color: #0063a3;
    background: url(/static/image/wl01.png) no-repeat left 44px center;
}
.tab1 .tab1-icont1 a:hover{
    color: #0063a3;
}
.tab1 .tab1-icont1:hover{
    background: url(/static/image/wl01.png) no-repeat left 44px center;
}
.tab1 .active .tab1-icont2 a{
    color: #0063a3;
}
.tab1 .active .tab1-icont2{
    background: url(/static/image/wl02.png) no-repeat left 44px center;
}
.tab1 .tab1-icont2 a:hover{
    color: #0063a3;
}
.tab1 .tab1-icont2:hover{
    background: url(/static/image/wl02.png) no-repeat left 44px center;
}
.tab1 .active .tab1-icont3 a{
    color: #0063a3;
}
.tab1 .active .tab1-icont3{
    background: url(/static/image/wl03.png) no-repeat left 44px center; 
}
.tab1 .tab1-icont3 a:hover{
    color: #0063a3;
}
.tab1 .tab1-icont3:hover{
    background: url(/static/image/wl03.png) no-repeat left 44px center; 
}

.main{
    margin-top: -100px;
    z-index: 99;
    overflow: hidden;
    background-color: #FFF;
    padding-bottom: 60px;
}

.swiper-pagination{
    position: absolute;
    z-index: 10;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    filter:alpha(opacity=80);
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.swiper-new{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}
.swiper-new span{
    display: block;
    width: 77%;
    height: 50px;
    line-height: 50px;
    padding-left: 16px;
    color: #FFF;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.swiper-container-new{
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
    float: left;
}
.swiper-container-new img{
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.swiper-container-new>.swiper-pagination-new{
    position: absolute;
    width: auto !important;
    bottom: 14px !important;
    right: 10px !important;
    z-index: 11;
}
.swiper-container-new>.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 0;
    background-color: #c8c7c7;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter:alpha(opacity=100);
    border: 0;
}
.swiper-container-new>.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color: #ffd117;
}
.more{
    height: 130px;
    line-height: 130px;
    text-align: center;
}
.more a{
    color: #999;
    font-size: 16px;
    padding: 8px 30px;
    border-radius: 20px;
    background-color: #FFF;
}
.more a:hover{
    color: #FFF;
    background-color: #333;
}
.bottom{
    width: 100%;
    border-top: 6px solid #0072bc;
    background: url(/static/image/bottombg.jpg) no-repeat center;
}
.bottom .bt-nav{
    width: 1170px;
    height: 184px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 60px;
}
.bottom .bt-nav a:hover{
    font-weight: bold;
}
.bottom .bt-nav ul{
    float: left;
    
}
.bottom .bt-nav .bt-navlist{
    width: 163px;
}
.bottom .bt-nav .bt-navlist div,
.bottom .bt-nav .bt-navlx div{
    font-size: 16px;
    padding-bottom: 6px;
}
.bottom .bt-nav ul li{
    line-height: 30px;
    font-size: 14px;
}
.bottom .bt-nav .bt-navlx{
    padding-left: 8%;
}
.bottom .bt-nav .bt-ewm{
    float: right;
    font-size: 14px;
}
.bt-Copyright{
    color: #FFF;
    height: 50px;
    line-height: 50px;
    background-color: #5a5a5a;
    text-align: center;
}
.bt-ewm{
    width: 100px;
    text-align: center;
    overflow: hidden;
}
.bt-ewm img{
    width: 100%;
}
.bottom,
.bottom a,
.bt-Copyright a{
    color: #FFF;
}
.cont-bt{
    margin-top: 20px;
    padding-top: 20px;
    overflow: hidden;
    border-top: 1px solid #f0efef;
}
.cont-bt-left{
    float: left;
    color: #0072bc;
}
.cont-bt-left p{
    margin-bottom: 10px;
}
.cont-bt-left a{
    color: #666;
}
.cont-bt-right{
    float: right;
    width: 140px;
    height: 40px;
    ;line-height: 40px;
    text-align: center;
    border-radius: 10px;
    background-color: #f0f3f5;
}
.cont-bt-right a{
    display: block;
}
.layui-col-space10>*{
    padding: 20px;
}
.NewsPage{
    text-align: center;
    margin-top: 20px;
}

@media screen and (min-width: 1560px) and (max-width: 1980px) {
    body{
        font-size: 16px;
    }
    .header .nav{
        float: right;
    }
    .layui-nav *{
        font-size: 16px;
    }
    .layui-container{
        width: 80%;
    }
    .list-banner-tit{
        left: 12%;
    }
    .layui-container.main{
        width: 80%;
    }
    .layui-row .project h1{
        font-size: 22px;
    }
    .layui-row .project p{
        font-size: 16px;
    }
    .bottom .bt-nav{
        width: 80%;
        font-size: 18px;
    }
    .bt-Copyright{
        font-size: 16px;
    }
    .tab1{width:22.6%;}
    .tab1 li{width:100%;}
    .tab1-list{width:77.4%;}
}
@media screen and (max-width: 1200px) {
    .layui-nav *{
        font-size: 13px;
    }
    .header .logo{
        width: 150px;
        height: auto;
    }
    .header .nav .search{
        margin-left: 0;
    }
    .layui-nav .layui-nav-item a{
        padding: 0 10px;
    }
    .layui-container.main{
        width: 90%;
    }
    .tab1{
        width: 96%;
        float: none;
        margin: 0 auto;
    }
    .tab1 li{
        float: left;
        width: 33.3%;
    }
    .tab1-list{
        width: 96%;
        margin: 0 auto;
        float: none;
    }
    .bottom .bt-nav{
        width: 90%;
    }
    .main .list{
        width: 75%;
    }
    
}
@media screen and (max-width: 1040px) {
    .bottom .bt-nav .bt-navlist{
        width: 120px;
    }
}
@media only screen and (max-width: 990px) {
    .header{
        height: 70px;
        background-color: #5798c2;
    }
    .header .logo{
        width: 100px;
        height: auto;
        line-height: 80px;
        padding-top: 0;
        text-align: left;
    }
    .header .logo img{
        width: 100%;
    }
    .nav-en{
        display: none;
    }
    .layui-nav{
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .header .nav{
        display: none;
        width: 100%;
        position: absolute;
        z-index: 99;
        top: 70px; 
        margin-left: -15px;
    }
    .header .nav li{
        width: 100%;
        text-align: center;
    }
    .nav .search{
        display: none;
    }
    .mobile-icon{
        display: block;
        color: #FFF;
        font-size: 30px;
        float: right;
        margin-top: 16px;
    }
    .layui-row .project{
        width: 96%;
    }
    .layui-nav .layui-this:after,
    .layui-nav-bar,
    .layui-nav-tree .layui-nav-itemed:after {
        height: 1px;
        background-color: #FFF;
    }
    .layui-icon-app{
        display: block;
        width: 30px;
        height: 30px;
        background: url(/static/image/wapnav.png) no-repeat center;
        background-size: 100% 100%;
    }
    .header .nav{
        background: none;
    }
    .layui-nav .layui-this .both:after{
        display: none;
    }
    .header .nav .layui-nav{
        background-color: #333333b5;
        float: none;
        height: 800px;
    }
    .layui-nav .layui-nav-item{
        line-height: 46px;
    }
    .bottom .bt-nav{
        height: 154px;
        padding-top: 36px;
    }
    .bottom .bt-nav .bt-navlx{
        padding-left: 12px;
    }
    .list-top,
    .cont-top{
        display: none;
    }
    .main .list-nav{
        width: 100%;
        float: none;
        min-height: 60px;
        margin-top: 20px;
        background: #71baea;
    }
    .main .list-nav li{
        width: 20%;
        height: 60px;
        line-height: 60px;
        float: left;
    }
    .main .list{
        width: 100%;
    }
    .bottom .bt-nav .bt-navlist{
        width: auto;
        padding: 0 12px;
    }
    .layui-nav-ej{
        position: relative;
    }
    .layui-nav-item:hover .layui-nav-ej{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    body{
        font-size: 12px;
    }
    .banner img{
        height: 450px;
    }
    .tab1{
        width: 100%;
    }
    .tab1 li{
        width: 33.3%;
        padding-bottom: 26px;
    }
    .tab1 li span{
        background-position: center center !important;
    }
    .tab1-list{
        width: 100%;
    }
    .tab1-list img{
        display: none;
    }
    .tab1-list .tab1-list-left{
        width: 90%;
        padding: 5%;
    }
    .tab1 .tab1-icont{
        text-indent: 0;
        height: 70px;
        line-height: 138px;
    }
    .layui-row .project{
        width: 100%;
    }
    .more{
        height: 90px;
        line-height: 90px;
    }
    .bt-navlist{
        display: none;
    }
    .bt-Copyright span{
        display: block;
        line-height: 24px;
    }
    .tab1 .tab1-icont b{
        font-size: 12px;
    }
    .list-banner-tit{
        width: 100%;
        left: 0;
        text-align: center;
    }
    .list-banner-tit h1{
        font-size: 30px;
    }
    .list-banner img{
        height: 400px;
    }
    .contactus .contact-top div{
        float: none;
        width: 98%;
        padding: 34px 0;
        margin: 4% 0;
    }
    .cont-top,
    .list-top{
        display: none;
    }
    .bottom .bt-nav .bt-navlx{
        padding: 0;
    }
    .bottom .bt-nav .bt-navlx div{
        font-size: 14px;
    }
}

@media only screen and (max-width: 450px) {
  

}
