body,html {
    width: 100%;
    height: 100%;
    font-size: 14px;
    background: #fff;
}
a{
    cursor: pointer;
}
*{
    margin: 0;
    padding: 0;
}
#wrap{
    min-width: 1280px;
    width: 100%;
    overflow-x: hidden;
}
#main{

}

.topmenu{
    width:100%;
    height: 70px;
    line-height: 70px;
    z-index:9999;
    position: fixed;
    top:0px;
    left: 0px;
    background: RGBA(0, 21, 41, 1);
    opacity: 0.9;
    min-width: 1280px;
}
.menuContent{
    width: 100%;
    max-width: 1920px;
    min-width: 1280px;
    margin: 0 auto;
    height: 100%;
}
.menuLogo{
    float: left;
    height: 34px;
    margin-top: 18px;
    margin-left: 2vw;
}
.menuLogo img{
     height: 100%;
     float: left;
}
.topmenuChild{
    float: right;
    width: 800px;
    display: flex;
    margin-right: 20px;
    text-align: right;
}
.topmenuChild a{
    width: 18%;
    text-align: center;
    position: relative;
}
.topmenuChild a span{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    height: 70px;
    line-height: 70px;
    font-weight: 500;
}
.topmenu a:hover span{
    font-size: 18px;
}
.topmenuChild a:hover:after{
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background-color:  #2239F2;
    bottom: 0px;
    left: calc(50% - 15px);
}
.topBanner{
    width: 100%;
    height: 48.8vw;
    min-width: 1280px;
    min-height:680px;
    background: url("../img/detail/8/banner.jpg");
    background-size: 100% 100%;
    max-width: 1920px;
    max-height:1005px;
    margin: 70px auto 0;
}

.dbbd{
    display: inline-block;
    width: 0;
    height: 80px;
}

.detail{
    width: 100%;
    margin: 0px auto auto;
    max-width: 1920px;
}
.dtitle{
    width: 100%;
    text-align: center;
    padding-top: 35px;
    background: url("../img/detail/8/hua.png") no-repeat center top;
    background-size: 76px 70px;
}
.dtitle span{
    height: 45px;
    font-size: 30px;
    font-weight: 500;
    color: #282C3D;
    line-height: 45px;
    letter-spacing: 4px;
}
.dtitle p{
    height: 34px;
    font-size: 22px;
    font-family: Impact;
    color: #E3E5E9;
    line-height: 34px;
    letter-spacing: 12px;
}
.detailContent{
    margin: 70px auto 0;
    width: 1240px;
}
.detail1Left{
    width:520px;
    float: left;
}
.detail1Left span{
    margin-top: 5px;
    margin-bottom: 30px;
    line-height: 60px;
    font-size: 40px;
    font-weight: 300;
    color: #282C3D;
    display: block;
}
.detail1Left p{
    text-indent: 2em;
    font-size: 16px;
    font-weight: 500;
    color: #5B5D68;
    line-height: 30px;
    word-break:break-all;
}
.detail1Right{
    width: 50%;
    height: 430px;
    float: left;
    margin-left: 65px;
}
.detail1Right iframe{
    width: 640px;
    height: 420px;
    border-radius: 10px;
}
.detail1Right a{
    width: 24px;
    height: 24px;
    position: absolute;
    left: 97.8%;
    top:50px;
}

.detail2{
    background: url("../img/detail/8/qwbg.jpg") no-repeat center;
    background-size:100% 100%;
    height: 680px;
}
.detail2Left{
    width: 603px;
    height: 444px;
    float: left;
}
.detail2Right{
    width:550px;
    float: left;
    margin-top: 20px;
    margin-left: 70px;
}
.detail2Left img{
    width: 100%;
    height: 100%;
}
.detail2Right ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.detail2Right ul li label{
    font-size: 12px;
    color: #282C3D;
    line-height: 30px;
    display: block;
    font-weight:500;
    position: relative;
}
label.hasLeftSx:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background: #DBDBDB;
    right: -40px;
}
.detail2Right ul li label b{
    font-size:60px;
    font-weight: 500;
}
.detail2Right ul li span{
    display: block;
    font-size: 14px;
    font-weight: 500;
        color: #282C3D;
    line-height: 20px;
    margin-top: 15px;
}
.yyddwz{
    margin-top: 60px;
    height: 56px;
    font-size: 40px;
    font-weight: 300;
    color: #282C3D;
    line-height: 56px;
}
.detail2Right p{
    display: block;
    margin-top: 35px;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #5B5D68;
    line-height: 30px;
}
.butdh{
    display: block;
    margin-top: 80px;
    width:100%;
    text-align: left;
    height:auto;
}
.butdh a{
    display: block;
    text-align: center;
    margin-left: 10px;
    width: 200px;
    height: 54px;
    background: linear-gradient(270deg, #2239F2 0%, #9447FA 100%);
    border-radius: 27px;
    animation: lightAnimate 1s ease infinite;
}
.butdh img{
    display:inline-block;
    height:20px;
    line-height: 20px;
    vertical-align:middle;
}
.butdh span{
    display:inline-block;
    vertical-align:middle;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    height:54px;
    line-height: 54px;
    margin-left: 24px;
}


.detail3{
    background: url("../img/detail/8/xhlbg.png") no-repeat center;
    background-size:100% 100%;
    height: 56vw;
    max-height: 1080px;
    min-height: 720px;
    position: relative;
}
.detail3Content{
    margin-top: 20vw;
}
.d3qiu{
    width: 110px;
    height: 110px;
    background: url("../img/detail/8/xhlbg_q.png") no-repeat center;
    background-size:100% 100%;
    position: absolute;
    left: 59vw;
    top:16vw;
}
.d3qiu span{
    width: 100%;
    color: #98B8EA;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    margin-top: 25px;
    text-align: center;
}
.detail3Left{
    width: 600px;
    float: left;
    margin-left: 0px;
    margin-top: 80px;
    margin-right:40px;
}
.detail3Left p{
    height: 32px;
    font-size: 16px;
    font-weight: 500;
    color: #5B5D68;
    line-height: 32px;
    margin-top: 15px;
    padding-left: 10px;
    position: relative;

}
.detail3Left p:before{
    content: "*";
    position: absolute;
    left: 0px;
    top:8px;
    width: 9px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #223AF2;
}
.detail3Right{
    width: 348px;
    height: 353px;
    float: left;
    margin-left: 150px;
}
.detail3Right img{
    width: 100%;
    height: 100%;
}
.detail3_1{
    margin-top: calc(-1vw + 70px);
    text-align: center;
    display: block;
    width: 100%;
}
.dtitle3{
    display: block;
    width: 100%;
    text-align: center;
    height: 45px;
    font-size: 32px;
    font-weight: 500;
    color: #282C3D;
    line-height: 45px;
    letter-spacing: 2px;
}
.xhljj{
    width: 100%;
    margin: 50px auto 10px;
}
.xhljj div{
    height: 230px;
    text-align: center;
    display: inline-block;
}
.xhljj div:nth-child(2n-1){
    width: 338px;
}
.xhljj div:nth-child(2){
    width: 480px;
    margin: 0 21px;
}
.xhljj div img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.xhljj div span{
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #282C3D;
    line-height: 30px;
    margin-top: 5px;
}

.hxyskp{
    width:1200px;
    margin: 10px auto 10px;
}
.hxyskp a{
    width: 372px;
    height: 474px;
    background: #FFFFFF;
    box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.1);
    border-radius: 20px;
    float: left;
    margin-right: 42px;
    margin-top: 40px;
    color: #282C3D;
}
.hxyskp a:nth-child(3n){
    margin-right: 0px;
}
.hxyskp a img{
    width: 100%;
    height: 262px;
}
.hxyskp a span{
    width: 100%;
    text-align: center;
    height: 33px;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    margin-top: 24px;
}
.hxyskp a p{
    width: 304px;
    margin: 14px auto 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    opacity: 0.8;
}
.hxyskp a:hover{
    box-shadow: 0px 4px 10px 0px #D1E5FC;
}
.hxyskp a:hover p{
    /*opacity: 1;*/
}

.hxysbz{
    width: 100%;
    margin-top: 100px;
    position: relative;
}
.hxysbz img:first-child{
    width: 80px;
    height: 80px;
    margin-left: -40px;
    position: absolute;
    top:-40px;
    left: 50%;
    z-index: 1;
}
.hxysbz img:last-child{
    width: 100%;
}

.ryzz{
    width: 1200px;
    margin-top: 60px;
}
.ryzz li{
    float: left;
}

.ryzz1 li{
    width: 224px;
    margin-left: 20px;
}
.ryzz2 li:nth-child(2n-1){
    width: 224px;
    margin-left: 40px;
}
.ryzz2 li:nth-child(2n){
    width: 316px;
    margin-left: 40px;
}
.ryzz3 li{
    width: 280px;
    margin-left: 120px;
    margin-top: -40px;
}

.ryzz li img{
    width: 100%;
    display: block;
}

.ryzz li span{
    display: block;
    width: 100%;
    text-align: center;
    height: 20px;
    font-size: 14px;
    color: #282C3D;
    line-height: 20px;
    margin-top: -10px;
}
.ryzz3 li span{
    margin-top: 20px;
}
.ryzz li:first-child{
    margin-left: 0;
}
.ryzz3 li:first-child{
    margin-left: 60px;
}

.khfwbanner{
    width: 100%;
    height: 300px;
    text-align: center;
}
.khfwbanner img{
    height: 300px;
    width: auto;
}

.kffwContent{
    width: 1200px;
    display: flex;
    margin: 0 auto;

}
.kffwContent li{
    flex-basis:25%;
    width:320px;
}
.kffwContent li img{
    display: block;
    width: 160px;
    height:auto;
    margin: 0 auto;
}
.kffwContent li span{
    width: 100%;
    text-align: center;
    height: 33px;
    font-size: 24px;
    font-weight: 500;
    color: #5B5D68;
    line-height: 33px;
    display: block;
    margin-top: 20px;
}
.kffwContent li p{
    width: 240px;
    margin: 30px auto 0px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #5B5D68;
    line-height: 26px;
}
.khfwbottom{
    position: relative;
    background-image: url("../img/detail/8/khfw2bg.jpg");
    background-color: #f3f5f8;
    background-size: 1920px 800px;
    background-position: 50%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    min-width: 1280px;
    height: 650px;
    margin: 60px auto 0px;
    position: relative;
}
.khfwbottom .zhezhao{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity: 0.7;
}
.khfwbottom  .khfw3title{
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    font-weight: 500;
    z-index: 2;
    position: relative;
    top:40px;
    left: 60px;
}
.khfwconimg{
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    top: 70px;
}
.khfwconimg img{
    height: 450px;
}

.footer{
    background: #001529;
    height: 240px;
}
.footer .footerdetail{
    width: 1240px;
    margin: 0px auto;
    padding-top: 44px;
    height: 150px;
    border-bottom: 1px solid rgba(204,204,204,0.35);
}
.footerLeft{
    float: left;
    min-width: 200px;
}
.footerLeft img{
    height: 35px;
}
.footerLeft p{
    width: 220px;
    font-size: 12px;
    font-weight: 400;
    color: #8E9296;
    line-height: 22px;
    text-align: right;
    margin-top: 25px;
}
.footerRight{
    float: right;
    text-align: right;
}
.footerRight span{
    height: 30px;
    font-size: 22px;
    font-weight: 400;
    color: #8E9296;
    line-height: 30px;
    letter-spacing: 1px;
}
.footerRight p{
    height: 22px;
    font-size: 12px;
    font-weight: 400;
    color: #8E9296;
    line-height: 22px;
    margin-top: 10px;
}
.footerContent{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #8E9296;
    line-height: 22px;
}

@keyframes lightAnimate{
    0%,100%{transform: scale(1);opacity: 0.9;}
    50%{transform: scale(1.05);opacity: 1;}
}
.rightFd{
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -180px;
    width:70px;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0px 0px 2px 1px #f0f2fe;
    opacity:0.95;
    border-radius: 2px;
    padding-bottom: 15px;
}
.rightFd .fdmk{
    width: 100%;
    text-align: center;
}
.rightFd .fdmk img{
    width:35px;
    margin-top:18px;
}
.rightFd .fdmk span{
    width: 100%;
    text-align: center;
    margin-top:4px;
    font-size: 14px;
}
.rightFd .fdmk:hover img{
    width:38px;
}

.fphoneContent{
    position: absolute;
    top:0;
    right: 90px;
    width: 240px;
    height: 100px;
    display: none;
}
.fphoneMain{
    width:240px;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius:4px ;
    box-shadow: 0px 0px 1px 1px #f0f2fe;
}
.fphoneMain p{
    display: block;
    width: 100%;
    text-align: center;
    line-height:30px;
    height: 30px;
    color: gray;
}
.fphoneMain{
    padding-top: 20px;
}
.fphoneMain .phones span{
    font-weight: bold;
    font-size: 16px;
    color: #000;
    line-height:30px;
    height: 30px;
    display: inline-block;
}
.fphoneMain .phones img{
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
}

@media screen and (max-width:1280px) {
    .detail3Content{
        margin-top: 250px;
    }
    .d3qiu{
       left: 756px;
        top:205px;
    }
    .detail3_1{
        margin-top: 100px;
    }
}
@media screen and (min-width:1920px) {
    .detail3Content{
        margin-top: 400px;
    }
    .d3qiu{
        left: calc(50% + 173px);
        top:307px;
    }
    .detail3_1{
        margin-top: -90px;
    }
}
