/*html{*/
    /*!*隐藏滚动条，当IE下溢出，仍然可以滚动*!*/
    /*-ms-overflow-style:none;*/
    /*!*火狐下隐藏滚动条*!*/
    /*overflow:-moz-scrollbars-none;*/
/*}*/
/*!*Chrome下隐藏滚动条，溢出可以透明滚动*!*/
/*html::-webkit-scrollbar{*/
    /*width:0;*/
/*}*/

/*轮播图*/

/*.banner .swiper-container1{*/
    /*width: 100%;*/
/*}*/
/*.banner .swiper-slide{*/
    /*width: 100%;*/
/*}*/
/*.banner .swiper-slide img{*/
    /*width: 100%;*/
/*}*/
/*.banner .swiper-container .swiper-pagination1 {*/
    /*position: absolute;*/
    /*z-index: 20;*/
    /*top: 450px;*/
    /*left: 135px;*/
    /*text-align: center;*/
/*}*/
/*.banner .add-local{*/
    /*display: block;*/
    /*position: relative;*/
/*}*/
/*.banner .swiper-pagination-bullet{*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*border-radius: 100%;*/
    /*background: transparent;*/
    /*opacity: 1;*/
    /*display: block;*/
    /*color: #ffffff;*/
    /*font-weight: bold;*/
/*}*/
/*.banner .swiper-pagination-bullet-active {*/
    /*opacity: 1;*/
    /*color: #ff7800;*/
/*}*/
/*.banner .swiper-container .swiper-active-switch {*/
    /*background: #fff;*/
/*}*/
.banner .swiper-container{
    width: 100%;
    height: 1046px;
}
.banner .swiper-slide{
    width: 100%;
    height: 100%;
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%;*/
}
.banner .swiper-slide img{
    width: 100%;
    /*height: 100%;*/
}
.banner .swiper-container .swiper-pagination1 {
    position: absolute;
    z-index: 20;
    top: 450px;
    left: 135px;
    text-align: center;
}
.banner .add-local{
    display: block;
    position: relative;
}
.banner .swiper-pagination-bullet{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    display: block;
    color: #ffffff;
    font-weight: bold;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    color: #ff7800;
}
/*.banner .swiper-pagination-bullet-active:before{*/
    /*content: "";*/
    /*position: absolute;*/
    /*bottom: 19px;*/
    /*left: 33px;*/
    /*width: 19px;*/
    /*border-bottom: 2px solid #ff6400;*/
    /*border-radius: 15px;*/
/*}*/
.banner .swiper-container .swiper-active-switch {
    background: #fff;
}








.characteristics ul li{

    width: 370px;
    height: 456px;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 36px;
}
.characteristics ul li img{
    width: 24%;
}
.characteristics ul li:hover{
    box-shadow: 1px 1px 3px 3px #f6f2f2;
}
.characteristics ul li span{
    margin: 15px;
    color: #6c2300;
    font-weight: bold;
    font-size: 36px;
}
.characteristics ul li p{
    color: #999999;
    font-size: 28px;
}




.characteristics-main{

}
@media screen and (max-width: 1600px) and (min-width: 1120px) {
    .characteristics ul li span {
        font-size: 24px;
    }
    .characteristics ul li p{
        font-size: 18px;
    }
    .characteristics ul li{
        width: 260px;
        height: 336px;
    }
    .banner .swiper-container{
        width: 100%;
        height: 800px;
    }
    .banner .swiper-container .swiper-pagination1 {
        top: 300px;
        left: 80px;
    }
}
@media screen and (max-width: 1120px){
    .characteristics ul li span {
        font-size: 24px;
    }
    .characteristics ul li p{
        font-size: 18px;
    }
    .characteristics ul li{
        width: 260px;
        height: 336px;
    }
    .banner .swiper-container{
        width: 100%;
        height: 800px;
    }
    .banner .swiper-container .swiper-pagination1 {
        top: 300px;
        left: 80px;
    }
}





















.case .case-li a{
    display: inline-block;
    position: relative;
    background-color: #f1ebeb;
    width: 324px;
    height: 608px;
    margin: 0 0.5%;
    cursor: pointer;
}
.case .case-li a img{
    width: 30%;
}
.case-content{
    margin: 20px;
    text-align: center;
}
.case-bg{
    width: 100%;
    height: 60%;
    position: relative;
}
.case-content .case-text{
    font-size: 24px;
    color: #76553c;
    letter-spacing: 2px;
}
.case-content .case-line{
    width: 20%;
    height: 1px;
    background-color: #76553c;
    margin: 8% auto
}
.case-content .case-img{
    /*margin: 20px 0 45px;*/
}
.case-content .case-img-sun{
    margin: 16% auto;
    border: 1px solid #76553c;
    width: 38%;
    height: 6%;
}
.case-content .case-img-sun img{
    margin: 5px 0;
    width: 30%;
}
.case-mask{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    background-color: rgba(255,105,0,0.25);
    border-bottom: 14px solid #ff6900;
}
.case .case-li a .case-mask img{
    width: 100%;
}
.case-mask .mask-img-sun{
    position: absolute;
    bottom: 1%;
}
.case-mask .mask-img-sun img{

}
.radiating{
    position: relative;
    width: 100%;
    height: 100%;
}
.radiating-top{
    width: 42%;
    height: 15%;
    position: absolute;
    top: 3%;
    left: 50%;
    margin-left: -21%;
    animation: moveup 0.8s linear infinite alternate;
    /*-webkit-animation:moveup 0.8s linear infinite alternate; !* Safari and Chrome *!*/
}
.radiating-left{
    width: 28.7%;
    height: 5.7%;
    position: absolute;
    bottom: 69%;
    left: 4.6%;
    animation: moveleft 0.8s linear infinite alternate;
}
.radiating-right{
    width: 28.7%;
    height: 5.7%;
    position: absolute;
    bottom: 69%;
    right: 4.6%;
    animation: moveright 0.8s linear infinite alternate;
}
.radiating-bottom{
    width: 42%;
    height: 15%;
    position: absolute;
    left: 29%;
    bottom: 49.3%;
    animation: movedown 0.8s linear infinite alternate;
}
.radiating-top2{
    width: 71.6%;
    height: 18.6%;
    position: absolute;
    top: 3%;
    left: 33%;
    animation: moveup 0.8s linear infinite alternate;
}
.radiating-top5{
    width: 65.6%;
    height: 36.8%;
    position: absolute;
    left: 26.2%;
    top: 4.4%;
    animation: moveup 0.8s linear infinite alternate;
}
.radiating-top4{
    width: 41.5%;
    height: 37.6%;
    position: absolute;
    left: 23.4%;
    top: 6.7%;
    animation: moveleft 0.8s linear infinite alternate;
}
@keyframes moveup{
    from{
        transform: translateY(-10px);
    }
    to{
        transform: translateY(10px);
    }
}
@keyframes moveleft{
    from{
        transform: translateX(-10px);
    }
    to{
        transform: translateX(10px);
    }
}
@keyframes moveright{
    from{
        transform: translateX(10px);
    }
    to{
        transform: translateX(-10px);
    }
}
@keyframes movedown{
    from{
        transform: translateY(10px);
    }
    to{
        transform: translateY(-10px);
    }
}

@media screen and (max-width: 1600px) and (min-width: 1120px) {
    .case .case-li a {
        width: 208px;
        height: 405px;
    }
    .case-content .case-text{
        font-size: 15px;
    }
    .case-mask{
        height: 99%;
        border-bottom: 4px solid #ff6900;
    }
}
@media screen and (max-width: 1120px) {
    .case .case-li a {
        width: 208px;
        height: 405px;
    }
    .case-content .case-text{
        font-size: 15px;
    }
}




















.certificate-advisory{
    /*overflow: hidden;*/
    position: relative;
}
.certificate-advisory-main{
    /*overflow: hidden;*/
}
.dingwei{
    position: relative;
}

.certificate-advisory-left{
    width: 50%;
    position: absolute;
    top: 0;
}
.certificate-advisory-left .creatificate-img{
    width: 49%;
}
.certificate-advisory-right{
    width: 48%;
    text-align: left;
}
.dingwei-scroll{
    height: 620px;
    overflow: hidden;
    /*overflow-y: scroll;*/
    /*overflow-x:hidden;*/
    position: absolute;
    left: 0;
    overflow:-moz-scrollbars-none;
    -ms-overflow-style:none;
}
.dingwei-scroll::-webkit-scrollbar {
    display:none;
}

.certificate-advisory-right-main{
    margin-bottom: 2%;
    line-height: 37px;

}
.certificate-advisory-right-main{
    overflow: hidden;
}
.certificate-advisory-p{
    width: 93%;
    float: right;
}
.certificate-advisory-right-main .ask{
    display: inline-block;
    margin-top: -9px;
}
.certificate-advisory-right-main .answer{
    display: inline-block;
    margin-top: 7px;
}
.certificate-advisory-right-main span{
    font-size: 30px;
    cursor: pointer;
}
.certificate-advisory-right-main p{
    color: #888888;
    font-size: 24px;
    cursor: pointer;
}
.ask{
    vertical-align: middle;
}
.ask-main{
    margin-left: 8px;
    margin-bottom: 2%;
}

@media screen and (max-width: 1600px) and (min-width: 1120px) {
    .certificate-advisory-right-main span{
        font-size:18px;
    }
    .certificate-advisory-right-main p{
        font-size: 15px;
    }
    .dingwei-scroll{
        height: 376px;
    }
    .certificate-advisory-right-main{
        line-height: 25px;
    }
    .bg-gray{
        padding: 0;
        height: 538px;
    }


    .certificate-advisory-right-main .ask{
        width: 20px;
        margin-top: 0;
    }
    .certificate-advisory-right-main .answer{
        width: 20px;
        margin-top: 4px;
    }
}
@media screen and (max-width: 1120px){
    .certificate-advisory-right-main span{
        font-size:18px;
    }
    .certificate-advisory-right-main p{
        font-size: 15px;
    }
    .dingwei-scroll{
        height: 413px;
    }
    .certificate-advisory-right-main{
        line-height: 25px;
    }
    .bg-gray{
        padding: 0;
        height: 538px;
    }


    .certificate-advisory-right-main .ask{
        width: 20px;
        margin-top: 0;
    }
    .certificate-advisory-right-main .answer{
        width: 20px;
        margin-top: 4px;
    }
}

















.content-video{
    text-align: center;
}
.video-img{
    width: 100%;
    height: 813px;
    position: relative;
}

.video-img .bg-play{
    width: 100%;
    height: 813px;
}
.video-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 813px;
    text-align: center;
}
.video-top{
    text-align: center;
    margin-top: 18%;
}
.video-top a{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
.video-top a img{
    width: 100%;
}
.technology{
    font-size: 48px;
    color: white;
    opacity: 0.4;
}
.system{
    font-size: 60px;
    color: white;
    opacity: 0.4;
}
.play{
    cursor: pointer;
}
@media screen and (max-width: 1600px) and (min-width: 1120px){
    .video-img{
        height: 542px;
    }
    .technology{
        font-size: 32px;
    }
    .system{
        font-size: 40px;
    }
}
@media screen and (max-width: 1120px){
    .video-img{
        height: 542px;
    }
}
.video-img{
    width: 100%;
    height: 100%;
}























