*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

.clear{
    clear: both;
}

.wapper{
    width: 1200px;
    margin: 0 auto;
}


.top{
    height: 90px;
}

.logo{
    float: left;
    height: 90px;
}

.logo a{
    display: block;
    height: 90px;
}

.logo a img{
    display: block;
    height: 96px;
   margin-top: 3px;
}

.menubg{
    height: 50px;
    background: #000;
}

.menu{
    height: 50px;
    position: relative;
    z-index: 9999;
}

.menu li{
    width: 171px;
    height: 50px;
    float: left;
    position: relative;
}

.menu li>a{
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}

.menu li:hover>a{
    background: #009fca;
}

.menu li>dl{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #f60;
    display: none;
}

.menu li:hover dl{
    display: block;
}


.menu li>dl dd{
    height: 50px;
    background: #000;
}


.menu li>dl dd:hover{
    background: #009fca;
}

.menu li>dl dd a{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

/* 本例子css */
.slideBox{
    width:100%;
    height:600px;
    overflow:hidden;
    position:relative;
}
.slideBox .hd{
    height:15px;
    overflow:hidden;
    position:absolute;
    right:5px;
    bottom:5px;
    z-index:1;
    width: 100%;
}
.slideBox .hd ul{
    overflow:hidden;
    height: 15px;
    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;
    width:10px;
    height:10px;
    line-height:14px;
    text-align:center;
    background:#c2bfa3;
    cursor:pointer;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    background:#008c3c;
    color:#fff;
}
.slideBox .bd{
    position:relative;
    height:100%;
    z-index:0;
}
.slideBox .bd li{ zoom:1; vertical-align:middle;position:relative;}

.slideBox .bd li a{
    display: block;
    width: 100%;
    height: 100%;
}
.slideBox .bd img{ width:100%; height:600px; display:block;  }

.bdliM{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:0;
    top:calc(50% - 44px);
    display:block;
    width:46px;
    height:88px;
    color: #fff;
    font-size: 50px;
    font-weight: bolder;
    font-family: 宋体;
    background: rgba(0,0,0,.5);
    text-align: center;
    line-height: 88px;
   }
.slideBox .next{
    left:auto;
    right:0;
}


@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;
    }
}

.bdliMCon{
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 280px;
    margin: auto;
}

.bdliMCon h1{
    color: #3d3a3a;
    font-size: 64px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 40px;
}

.bdliMCon span{
    display: block;
    font-size: 26px;
    text-align: center;
    color: #3d3a3a;
    line-height: 36px;
}

.backImg{
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    margin: 30px auto !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 10000 !important;
}

.con1{
    padding: 30px 0;
}

.Title{
    height: 110px;
    width: 220px;
    margin: 0 auto;
}

.Title h2{
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    color: #5e5e5e;
    text-align: center;
    border-bottom:1px solid #a0a0a0;
    position: relative;
}

.Title h2:after{
    content: '';
    position: absolute;
    width: 46px;
    height: 3px;
    bottom: -2px;
    left: calc(50% - 23px);
    background: #009fca;
}

.Title span{
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #a0a0a0;
    font-size: 30px;
}

.con1Ul{
    overflow: hidden;
    margin-top: 50px;
}

.con1Ul li{
    width: 224px;
    height: 300px;
    float: left;
    margin-left: 38px;
    margin-right: 38px;
    margin-bottom: 10px;
}

.con1Ul li img{
    display: block;
    width: 224px;
    height: 224px;
    border-radius: 50%;
}

.con1Ul li span{
    display: block;
    width: 224px;
    height: 76px;
    line-height: 76px;
    font-size: 16px;
    text-align: center;
    color: #000;
}

.con2bg{
    height: 616px;
    background: #0d122d;
}

.con2{
    padding: 30px 0;
    height: 556px;
}

.con2Ul{
    margin-top: 50px;
    overflow: hidden;
}

.con2Ul li{
    width: 290px;
    height: 180px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 30px;
    float: left;
}

.con2Ul li a{
    display: block;
    width: 290px;
    height: 180px;
}

.con2Ul li a img{
    display: block;
    width: 290px;
    height: 180px;
}

.con3bg{
    padding: 30px 0;
}

.con3TImg{
    display: block;
    width: 100%;
    margin-top: -44px;
}

.con3B{
    padding: 30px 0;
}

.con3B dt{
    width: 248px;
    height: 250px;
    float: left;
    background: url("../images/con3Bdt.jpg") no-repeat center center;
    background-size: 100% 100%;
}

.con3B dt img{
    display: block;
    width: 190px;
    height: 190px;
    margin-top: 30px;
    margin-left: 10px;
    border-radius: 50%;
    border: 5px solid #e7e9ea;
}


.con3B dd{
    width: 930px;
    height: 250px;
    float: right;
    position: relative;
}


.con3B dd>span{
    display: block;
    width: 750px;
    height: 150px;
    padding: 50px 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    color: #000;
    float: left;
}

.ljlj{
    display: block;
    width: 110px;
    height: 110px;
    background: #009fca url("../images/arrB.png") no-repeat center bottom 20px;
    float: right;
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 90px;
}

.con3B dd ul{
    position: absolute;
    top: -80px;
    right: 180px;
    height: 100px;
}

.con3B dd ul li{
    width: 100px;
    height: 100px;
    float: left;
    margin-left: 60px;
    background: #009fca;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    line-height: 100px;
    color: #fff;
}

.con3B dd ul li span{
    width: 90px;
    height: 90px;
    background: #fff;
    color: #a0a0a0;
    font-size: 33px;
    text-align: center;
    line-height: 90px;
    margin: 5px auto;
    display: block;
    border-radius: 50%;
}

.con3B dd ul li span sub{
    font-size: 16px;
    vertical-align:sub;
}




.footbg{
}

.ft1bg{
    height: 250px;
    background: #1e1e1e;
    padding: 30px 0;
}

.ft2bg{
    background: #000;
    height: 60px;
}

.ft1{
    height: 250px;
}


.ft1>li{
    float: left;
    width: 380px;
    height: 250px;
    margin-right: 30px;
}

.ft1>li:last-child{
    margin-right: 0;
    float: right;
}

.ftdl2{
    width: 100%;
    height: 100%;
}

.ftdl2 dt{
    height: 35px;
    color: #919191;
    font-size: 20px;
    overflow: hidden;
}

.ftdl2 dd{
    line-height: 35px;
    color: #919191;
    font-size: 19px;
}


.ftdl3{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ftdl3 dt{
    float: left;
    width: 53px;
    height: 53px;
}

.ftdl3 dt img{
    display: block;
    width: 53px;
    height: 53px;
}

.ftdl3 dd{
    width: 300px;
    float: right;
}

.ftdl3 dd label{
    line-height: 35px;
    color: #919191;
    font-size: 16px;
    display: block;
}

.ftdl3 dd span{
    line-height: 35px;
    color: #919191;
    font-size: 16px;
    display: block;
}


.ys1{
    display: block !important;
    line-height: 45px !important;
    color: #0685a8 !important;
    font-size: 28px !important;
    font-weight: bolder !important;
}

.ft2{
    height: 60px;
}

.backToTop{
    display: block;
    width: 60px;
    height: 60px;
    float: right;
    cursor: pointer;
}

/*ins*/
.insCon{
    background: #eef0f2;
    overflow: hidden;
}

.nyBanner{
    width: 100%;
    height: 300px;
    background-size: cover;
}

.inside{
    min-height: 400px;
    margin: 30px auto;
}


.insL{
    width: 210px;
    float: left;
}

.insT{
    border-radius: 5px;
    background: #0685a8;
    height: 80px;
    overflow: hidden;
}

.insTC{
    height: 30px;
    margin-top: 25px;
    overflow: hidden;
}
.insTC span{
    display: block;
    float: left;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin-left: 30px;
}

.insTC label{
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    margin-top: 4px;
    margin-left: 10px;
}

.insTC label img{
    display: block;
    width: 22px;
    height: 22px;
}

.insL ul{
}


.insL ul li{
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    background: #d9d9d9;
}

.insL ul li a{
    display: block;
    padding-left: 24px;
    color: #000;
    font-size: 14px;
    line-height: 40px;
}


.insL ul li:hover{
    background: #0685a8;
}

.insL ul li:hover a{
    color: #fff;
}


.insR{
    width: 930px;
    padding: 10px;
    float: right;
    background:#fff;
    border-radius: 5px;
}

.insR h1{
    border-bottom: solid 1px #ddd;
    font-size: 26px;
    font-weight: normal;
    height: 76px;
    line-height: 76px;
    padding-left: 20px;
}

.ins_Con{
    margin-top: 10px;
}