*{
    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: 1200px;
    margin: 0 auto;
}

.headbg{
}

.topbg{
    height: 14px;
    background: #dcdcdc;
    padding: 13px 5px;
    overflow: hidden;
}

.topbg>span{
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 14px;
}

.topbg>div{
    height: 14px;
    float: right;
}

.topbg>div a{
    display: block;
    float: left;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    padding: 0 10px;
    border-right: 1px solid #000;
}

.topbg>div a:last-child{
    border-right: none;
}

.topbg>div a:hover{
    color: #f97a1d;
}

.logobg{
    height: 60px;
    padding: 15px 0;
}

.logo{
    height: 60px;
    overflow: hidden;
}

.logo dt{
    height: 100%;
    margin-right: 30px;
}

.logo dt a{
    display: block;
    height: 100%;
}

.logo dt a img{
    display: block;
    height: 100%;
}

.logo dd{
    padding-left: 10px;
    border-left: 1px solid #ccc;
    height: 50px;
    margin-top: 5px;
}

.logo dd label{
    display: block;
    font-size: 14px;
    color: #f97a1d;
    line-height: 25px;
    text-align: center;
}

.ssDiv{
    width: 422px;
    height: 34px;
    border: 1px solid #f97a1d;
    margin-left: 50px;
    margin-top: 12px;
}

.ssDiv input[type="text"]{
    display: block;
    height: 34px;
    width: 350px;
    padding: 0 5px;
    outline: none;
    border: none;
    float: left;
}

.ssDiv input[type="button"]{
    display: block;
    height: 34px;
    background:#f97a1d url("../images/ssBtn.png") no-repeat center center;
    width:calc(100% - 360px);
    outline: none;
    border: none;
    float: left;
    cursor: pointer;
}


.logobg ul{
}

.logobg ul li{
    height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
}

.logobg ul li img{
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.logobg ul li span{
    display: block;
    line-height: 24px;
    height: 24px;
    font-size: 16px;
    color: rgb(249, 122, 28);
}

.Me{
    height: 50px;
    background: #097be9;
}

.Me li{
    float: left;
    height: 50px;
    position: relative;
    width: 115px;
}

.Me li>a{
    font-size: 16px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    transition: 500ms;
}


.Me li:hover>a{
    background: #f97a1d;
}

.Me li>dl{
    position: absolute;
    left: 0;
    padding: 3px 0;
    top: 50px;
    width: 115px;
    display: none;
    z-index: 999;
}

.Me li:hover dl{
    display: block;
}

.Me li>dl dd{
    height: 30px;
    background: #097be9;
    margin-bottom: 3px;
}

.Me li>dl dd a{
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    transition: 500ms;
    color: #fff;
}

.Me li>dl dd:hover a{
    background: #f97a1d;
}

/* 本例子css */
.slideBox{ width:100%; height:600px; overflow:hidden; position:relative;}
.slideBox .hd{ height:26px; overflow:hidden; position:absolute; right:0; bottom:20px; z-index:1;width: 100%; }
.slideBox .hd ul{ overflow:hidden; zoom:1;
    height: 26px;
    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:10px;
    width:24px;
    height:24px;
    border: 1px solid #fff;
    line-height:24px;
    text-align:center;
    color: #fff;
    font-size: 16px;
    cursor:pointer;
    border-radius: 50%;
    font-weight: bolder;
}
.slideBox .hd ul li.on{ background:#fff; color:#000; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:600px; display:block;  }

.c1bg{
    padding: 60px 0;
    overflow: hidden;
}

.c1bg li{
    width: 88px;
    float: left;
    margin-right: 106px;
    margin-left: 106px;
}

.c1bg li a{
    display: block;
    width: 100%;
    height: 100%;
}

.c1bg li a img{
    display: block;
    width: 88px;
    height: 88px;
}

.c1bg li a span{
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    height: 44px;
    line-height: 44px;
    color:#000;
    transition: 500ms;
}

.c1bg li:hover span{
    color: #d11664;
}

.c2bg{
    height: 620px;
}

.tit{
}

.tit h1{
    color: rgb(8, 123, 232);
    font-family:  ;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    padding: 28px 0;
    font-weight: normal;
    border-bottom:1px solid #cfcfcf;
}

.tit span{
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 20px 0;
    color: #5a5a5a;
}

.c2{
    height: 442px;
    padding: 0 20px;
}

.c2L{
    display: block;
    width: 533px;
    height: 422px;
    opacity: 0;
}

.c2L img{
    display: block;
    width: 100%;
    height: 100%;
}

.c2R{
    width: 410px;
    height: 266px;
    overflow: hidden;
    margin-top: 80px;
    margin-right: 120px;
}

.c2R a{
    display: block;
    width: 410px;
    height: 266px;
    float: left;
}

.c2R a img{
    display: block;
    width: 410px;
    height: 266px;
}

.c2RC{
    width: 820px;
    height: 266px;
    transition: 500ms;
}

.c2R:hover .c2RC{
    display: block;
    margin-left: -410px;
}

.c2LDH{
    animation: c2LDh 1s;
    animation-fill-mode: forwards;
}

@keyframes c2LDh{
    0%{
        opacity: 0;
        margin-left: -500px;
    }

    100%{
        opacity: 1;
        margin-left: 0;
    }
}

.c3bg{
    margin: 30px 0;
}

.c3bg ul{
    overflow: hidden;
}

.c3bg li{
    width: 480px;
    height: 110px;
    float: left;
    margin: 48px 60px;
}

.c3bg li a{
    display: block;
    width: 100%;
    height: 100%;
}

.c3bg li a dl{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.c3bg li a dl dt{
    width: 108px;
    height: 110px;
    background: url("../images/c3dtbg.png") no-repeat center center;
    background-size: cover;
    float: left;
    margin-left: 15px;
}

.c3bg li a dl dt label{
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding-top: 30px;
}
.c3bg li a dl dt span{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding-bottom: 18px;
}

.c3bg li a dl dd{
    width: calc(100% - 135px);
    height: 100%;
    float: right;
}

.c3bg li a dl dd label{
    display: block;
    color: rgba(34,34,34,1);
    font-size: 18px;
    padding-bottom: 15px;
}

.c3bg li a dl dd span{
    display: block;
    color: rgb(102, 102, 102);
    font-size: 12px;
    line-height: 20px;
}

.moreA{
    text-align: center;
    font-size: 15px;
    height: 40px;
    width: 114px;
    color: #fff;
    line-height: 40px;
    background: rgba(218,54,52,1);
    transition: 500ms;
    margin: 0 auto;
    display: block;
}

.moreA:hover{
    background: #d1161a;
}

.c4bg{
    height: 620px;
    background: #e3e1e3;
    margin: 30px auto;
}

.c4 {
    height: 325px;
    padding: 0 20px;
    margin-top: 50px;
}

.c4L{
    width: 500px;
    height: 325px;
    float: left;
    opacity: 0;
}

.c4L img{
    display: block;
    width: 100%;
    height: 100%;
}

.c4R{
    width: 600px;
    float: right;
}

.c4R h1{
    color: rgb(218, 54, 52);
    font-size: 28px;
    padding: 10px 0 30px;
    font-weight: normal;
}

.c4R span{
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 250%;
    display: block;
}


.c4LDH{
    animation: c4LDh 1s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

@keyframes c4LDh{
    0%{
        opacity: 0;
        margin-top: 500px;
    }

    100%{
        opacity: 1;
        margin-top: 0;
    }
}

.ftbg{
    padding: 15px 0;
    background: #303030;
}

.ftbg li{
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}


/*inside---------------------------------------------------*/
.insBanner{
    height: 400px;
}

.weizhi{
    background: #ffffff;
    border-bottom: 1px solid rgb(210, 209, 209);
    margin: 25px 0;
}

.weizhi h1{
    font-weight: 500;
    line-height: 30px;
    color: rgb(82, 82, 82);
    font-size: 26px;
    text-align: center;
    padding-top: 65px;
}

.weizhi span{
    display: block;
    line-height: 20px;
    color: rgb(235, 97, 0);
    font-size: 34px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
}

.inside{
    min-height: 400px;
    margin: 15px auto;
}

.insCon{
    padding: 0 10px;
}
















