*{
    margin: 0;
    padding: 0;
}

.clear{
    clear: both;
    margin: 0 auto;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

.wapper{
    width: 1210px;
    margin: 0 auto;
}

.headbg{
    width: 100%;
    background: #fff;
    z-index: 10000;

}

.topbg{
    background: #4a4e53;
}

.top{
    height: 30px;
    overflow: hidden;
}

.topL{
    height: 12px;
    margin-top: 9px;
}

.topL li{
    float: left;
    height: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: bolder;
    line-height: 12px;
    padding: 0 5px;
    border-right: 2px solid #fff;
}

.topL li:last-child{
    border-right: none;
}

.topL li a{
    font-size: 12px;
    font-weight: bolder;
    line-height: 12px;
    color: #fff;
    padding-left: 5px;
}

.topL li:hover a{
    text-decoration: underline;
}

.lgbg{
}

.logo{
    height: 90px;

}

.logo a{
    display: block;
    height: 100%;
}

.logo a img{
    display: block;
    height: 100%;
}

.ssbtn{
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 37px;
    position: relative;
}

.ssbtn img{
    width: 20px;
    height: 20px;
}

.sImg{
    display: block;
}

.hImg{
    display: none;
}

.me{
   margin-right: 30px;
}

.me li{
    float: left;
    height: 16px;
    padding: 37px 0;
    position: relative;
}

.me li>a{
    color: #666;
    font-size: 15px;
    font-weight: bolder;
    line-height: 16px;
    padding: 0 15px;
    border-left: 1px solid #ccc;
    transition: 500ms;
}

.me li:first-child>a{
    border-left: none;
}

.me li:hover>a{
    color: #3ba5bd;
}

.me li dl{
    position: absolute;
    left: 0;
    width: 109px;
    top: 90px;
    background: #fff;
    display: none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.me li dl dd{
    height: 40px;
    transition: 500ms;
}

.me li dl dd a{
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    transition: 500ms;

}

.me li dl dd:hover{
    background: #f1f1f1;
}

.me li dl dd:hover a{
    color: #3ba5bd;
}

.me li:hover dl{
    display: block;
}

.ssDivbg{
    width: 266px;
    height: 40px;
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 1000;
    display: none;

}

.ssDiv{
    height: 40px;
    width: 100%;
}

.ssDiv input[type="button"]{
    display: block;
    width: 40px;
    height: 40px;
    background:#3ba5bd url("../images/btn.png") no-repeat center center;
    background-size: 24px 24px;
    border: none;
    outline: none;
    cursor: pointer;
}

.ssDiv input[type="text"]{
    display: block;
    width: calc(100% - 50px);
    height: 40px;
    border: none;
    outline: none;
    padding: 0 5px;
    background: #f8f8f8;
    float: left;
}

/* 本例子css */
.slideBox{ width:100%; height:700px; overflow:hidden; position:relative;}
.slideBox .hd{ height:14px; overflow:hidden; position:absolute; right:0; bottom:15px; z-index:1;width: 100%;    opacity: 0;
 transition: 500ms;
}
.slideBox .hd ul{ overflow:hidden; zoom:1;
    height: 14px;
    position: absolute;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.slideBox .hd ul li{ float:left; margin-right:5px;border: 2px solid #fff;  width:10px; height:10px; line-height:14px; text-align:center; background:rgba(0,0,0,.3); cursor:pointer;border-radius: 50%; }
.slideBox .hd ul li.on{ background:#000; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;position: relative; }
.slideBox .bd img{ width:100%; height:700px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:3%;
    top:50%;
    transform: translateY(-50%);
    width:60px;
    height:60px;
    background:rgba(0,0,0,.1);
    border-radius: 5px;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-family: 宋体;
    font-weight: bolder;
    opacity: 0;
    transition: 500ms;

}

.slideBox .prev:hover{
    background:rgba(0,0,0,.4);
}

.slideBox .next:hover{
    background:rgba(0,0,0,.4);
}

.slideBox:hover .prev{
    opacity: 1;
}

.slideBox:hover .next{
    opacity: 1;
}

.slideBox:hover .hd{
    opacity: 1;
}


.slideBox .next{
    left:auto;
    right:3%;
}

@media screen and (max-width: 1366px) {
    .slideBox{
        height:427px;
    }

    .slideBox .bd img{
        height:427px;
    }

}

@media screen and (max-width: 1280px) {
    .slideBox{
        height:400px;
    }

    .slideBox .bd img{
        height:400px;
    }

}

.BannerC{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
}

.bcr{
    float: right;
    width: 340px;
    height: fit-content;
    margin-top: 150px;
    animation: bcrDH 1s;
}

.bcr h1{
    font-size: 50px;
    color: #000;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
}

.bcr a{
    display: block;
    width: 200px;
    height: 48px;
    border-radius: 3px;
    background:#3ba5bd;
    margin: 30px auto;
    font-size: 15px;
    text-align: center;
    line-height: 48px;
    color: #fff;
}

@keyframes bcrDH{
    0%{
        margin-right: -340px;
    }

   100%{
        margin-right: 0;
    }
}


.c1{
    padding: 50px 0;
}

.c1T{
    overflow: hidden;
}

.c1TL{
    width: 440px;
    padding-bottom: 10px;
    position: relative;
}

.c1TL label{
    display: block;
    font-weight: 300;
    color: #3ba5bd;
    font-size: 40px;
}

.c1TL span{
    display: block;
    font-weight: bolder;
    line-height: 40px;
    color: #222;
    font-size: 17px;
}

.c1TL:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #3ba5bd;
}


.c1TR{
    width: 696px;
    font-size: 15px;
    color: #666;
    line-height: 24px;
}


.c1 ul{
    height: 330px;
    background: #fff;
    margin-top: 60px;
}

.c1 ul li{
    width: 300px;
    height: 330px;
    float: left;
    background: #fff;
    margin: 0 1.2px;
}

.c1 ul li a{
    display: block;
    width: 100%;
    height: 100%;

}

.c1TuDiv{
    height: 280px;
    overflow: hidden;
}

.c1TuDiv img{
    display: block;
    width: 100%;
    height: 100%;
    transition: 500ms;
        object-fit: contain;
}

.c1 ul li:hover .c1TuDiv img{
    transform: scale(1.3);
}


.c1 ul li a span{
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    color: #3ba5bd;
    text-align: center;
    line-height: 50px;
}

.c1 ul li a span:hover{
    text-decoration: underline;
}

.c2{
    overflow: hidden;
    margin: 30px 0;
}

.c2 li{
    padding: 30px 0;
    width: 33.3%;
    float: left;
}

.c2 li img{
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    transition: 500ms;
        object-fit: contain;
}

.c2 li img:hover{
    transform: scale(1.2);
}

.c2 li label{
    font-size: 30px;
    text-align: center;
    display: block;
    line-height: 60px;
    color: #fff;
}

.c2 li:first-child{
    background: #3ba5bd;
}

.c2 li:nth-child(2){
    background: #3594aa;
}

.c2 li:last-child{
    background: #2e8095;
}

.c3{
    padding: 50px 0;
}

.titbg{
    width: fit-content;
    font-weight: normal;
    font-size: 38px;
    color: #000;
    margin: 0 auto;
    padding-bottom: 28px;
    position: relative;
}

.titbg:after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    background:#3ba5bd;
    width: 50px;
    height: 2px;
}

.c3M{
    overflow: hidden;
    margin-top: 50px;
}

.c3ML{
    width: 568px;
}


.c3ML dl{
    position: relative;
}

.c3ML dl:not(:last-child):after{
    content: '';
    position: absolute;
    left: 32px;
    top: 64px;
    width: 0;
    height: 84.5px;
    border-right: 1px dashed #e1e1e1;

}

.c3MR{
    width: 568px;
    overflow: hidden;
}

.c3MR li{
    float: left;
    width: 283px;
    height: 141px;
    overflow: hidden;
    cursor: pointer;
    margin: 0.5px;
}

.c3MR li img{
    display: block;
    width: 283px;
    height: 141px;
    transition: 500ms;
}

.c3MR li:hover img{
    transform: scale(1.3);
}

.c3ML dl{
    height: 65px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.c3ML dl dt{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}

.c3ML dl dt img{
    width: 64px;
    height: 64px;
}

.c3ML dl dd{
    width: 472px;
    height: 120px;
}

.c3ML dl dd label{
    display: block;
    font-size: 19px;
    line-height: 30px;
    color: #000;
    font-weight: bolder;
}

.c3ML dl dd span{
    display: block;
    line-height: 22.5px;
    font-size: 14px;
    color: #8d8d8d;
    overflow: hidden;
}

.c4bg{
    height: 580px;
    position: relative;
    overflow: hidden;
}

.videoDiv{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.c4{
    height: 100%;
    position: relative;
    z-index: 100;
    overflow: hidden;
}

.c4M{
    padding: 50px;
    background-color: rgba(255,255,255,0.8);
    float: right;
    margin-top: 90px;
    width: 340px;
}

.c4M h1{
    font-weight: normal;
    font-size: 34px;
    line-height: 40px;
    color: #000;
}

.c4Ma1{
    display: block;
    color: #3ba5bd;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
}

.c4Ma1:hover{
    text-decoration: underline;
    color: #8aa4bb;
}

.c4Ma2{
    display: block;
    height: 44px;
    line-height: 44px;
    width: 140px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    background: #3ba5bd;
 }

.c4Ma2:hover{
    background: #44a9bf;
}

.c5{
    padding: 50px 0;
}

.c5 ul{
    overflow: hidden;
}

.c5 ul li{
    margin: 50px 29px 0;
    width: 184px;
    height: 64px;
    float: left;
}

.c5 ul li img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.c6bg{
    height: 400px;
    background: url("../images/c6bg.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.titbg02{
    width: fit-content;
    font-weight: bolder;
    font-size: 38px;
    color: #fff;
    margin: 0 auto;
    padding-bottom: 28px;
    position: relative;
    margin-top: 80px;
}

.titbg02:after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    background:#fff;
    width: 50px;
    height: 2px;
}

.c6bg span{
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    width: 696px;
    text-align: center;
    margin: 25px auto 0;
    font-weight: bold;
}

.c6bg a{
    display: block;
    height: 44px;
    line-height: 44px;
    width: 140px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    background: #3ba5bd;
    margin: 30px auto;
}

.c6bg a:hover{
    background: #44a9bf;
}

.ftbg{
}

.ft1bg{
    background: #333333;
}

.ft1{
    overflow: hidden;
    padding: 20px 0;
}

.ft1 li{
    width: 80px;
    float: left;
    min-height: 200px;
    margin:0 27px;
}


.ft1 li dl dt{
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    line-height: 20px;
    padding-bottom: 10px;
}


.ft1 li dl dd{
    height: 24px;
}

.ft1 li dl dd a{
    display: block;
    color: #fff;
    font-weight: bolder;
    font-size: 15px;
}

.ft1 li dl dd:hover a{
    color: #3594aa;
}

.ft2bg{
    padding: 15px 0;
    background: #000;
}

.ft2{
    overflow: hidden;
}

.ft2 ul{
    float: left;
    padding: 9px 0;
        height: 19px
}

.ft2 ul li{
    float: left;
    color: #fff;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    font-weight: bolder;
    padding: 0 5px;
    border-right: 2px solid #fff;
}

.ft2 ul li a{
    color: #fff;
}

.ft2 ul li a:hover{
    text-decoration: underline;
}

.ft2 ul li:last-child{
    border-right: 0;
}

.govA{
    float: left;
    margin-left: 10px;
    display: block;
    height: 30px;
}

.govA img{
    display: block;
    height: 100%;
}

.goTop{
    width: 50px;
    height: 50px;
    background:rgba(0,0,0,.6) url("../images/arrT.png") no-repeat center center;
    background-size: 15px 15px;
    border-radius: 5px;
    position: fixed;
    right: 50px;
    bottom: 45px;
    cursor: pointer;
    transition: 500ms;
}

.goTop:hover{
    background: rgba(0,0,0,.8) url("../images/arrT.png") no-repeat center center;
    background-size: 15px 15px;
}

.insBanner{
    height: 180px;
}

.insBC{
    height: 100%;
}

.insBC h1{
    color: #fff;
    font-size: 36px;
    line-height: 180px;
}

.inside{
    min-height: 400px;
    margin: 30px auto;
}
@media(max-width:768px){
.wapper{ width:90%;}

.me li{ width:20%; text-align:center; padding:10px 0 !important;}
.me li>a{ font-size:12px; padding:0; border:none;}

.slideBox{ height:auto;}
.slideBox .bd img{ height:auto;}

.c1 ul{ height:auto;}
.c1 ul li{ float:none; margin:0 auto;}

.c3ML{ width:100%;}
.c3ML dl dd{ width:calc(100% - 70px);}
.c3MR{ width:100%;}
.c3MR li{ width:49%; margin:.5%; height:auto;}
.c3MR li img{ width:100%; height:auto;}

.c4M{ width:90%; padding:5%;}

.c5 ul li{ width:40%; margin:5%;}

.ft1 li{ width:29%; margin:0 2%;}
.ft2 ul{ height:auto;}
.ft2 ul li{ line-height:16px; height:auto;}
}
