@charset "utf-8";

@font-face {
    font-family: 'YouSheBiaoTiHei'; src: url('../font/YouSheBiaoTiHei-2.ttf');
}
@font-face {
    font-family: 'Alimama_ShuHeiTi_Bold'; src: url('../font/Alimama_ShuHeiTi_Bold.ttf');
}
body{max-width: 1920px;margin: 0 auto;min-width: 1199px;}
.wrap{
    max-width: 1600px;
    margin: 0 auto;
    width: 86%;
}
.header {
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,.4);
    z-index: 999;
}
.header2{
    background: rgba(0,0,0,1);
}
.header .header_logo{
    display: block;
    width: 192px;
    line-height: 80px;
    position: relative;
    height: 80px;
    font-size: 0;
    float: left;
}
.header .header_logo img{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.header .header_list {
    float: right;
}
.header .header_list ul{
    float: left;
}
.header .header_list ul li{
    float: left;
    position: relative;
}
.header .header_list ul li:after{
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}
.header .header_list ul li a{
    margin: 0 34px;
    font-size: 18px;
    line-height: 80px;
    color: #FFFFFF;
    display: block;
}
.header .header_list ul li:hover:after,.header .header_list ul li.on:after{
    opacity: 1;
    visibility: visible;
    width: 60px;
}
.header .header_list ul li:hover a,.header .header_list ul li.on a{
    font-weight: bold;
}
.header .header_list ul dl{
    position: absolute;
    top: 130%;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}
.header .header_list ul dl a{
    font-size: 18px;
    color: #ffffff;
    line-height: 82px;
    display: block;
    background: rgba(51,51,51,.87);
    border-bottom: 1px solid #ffffff;
    padding: 0;
    margin: 0 auto;
    font-weight: normal !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}
.header .header_list ul li dl a:hover{
    font-weight: normal !important;
    background: #000000;
}
.header .header_list ul dl dd:last-child a{
    border: 0;
}
.header .header_list ul li:hover dl{
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.header .searchIcon {
    width: 70px;
    height: 80px;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 25px;
    cursor: pointer;
    float: right;
    margin-left: 44px;
    /* display: none; */
}
.searchBox{
    background: rgba(0,0,0,.6);
    text-align: center;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 10px 0 20px;
    z-index: 999;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}
.searchBox.active{
    opacity: 1;
    visibility: visible;
}
.searchBox form{
    width: 35%;
    position: relative;
    display: block;
    margin: 0 auto;
}
.searchBox form input{
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.searchBox form .search{
    width: 60px;
    height: 50px;
    background-color: transparent;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.proPull{
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #f1f1f1;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    padding: 60px 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.proPull.active{
    opacity: 1;
    visibility: visible;
    top: 80px;
    height: auto;
}
.proPull .items{
    font-size: 0;
    margin: -.5%;
}
.proPull .items .item{
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin: .5%;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .1);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}
.proPull .items .item:hover{
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
}
.proPull .items .item a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 22px;
}
.proPull .item .text {
    width: 64.5%;
    position: relative;
    z-index: 0;
}
.proPull .item .text h3 {
    font-size: 22px;
    color: #333333;
    font-family: "YouSheBiaoTiHei";
    line-height: 1;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px;
}
.proPull .item .text i{
    display: block;
    width: 140px;
    height: 15px;
    background: -webkit-linear-gradient(to right , #66ccff, rgba(255,255,255,0) 80%);
    background: -o-linear-gradient(to right , #66ccff, rgba(255,255,255,0) 80%);
    background: -moz-linear-gradient(to right , #66ccff, rgba(255,255,255,0) 80%);
    background: -ms-linear-gradient(to right , #66ccff, rgba(255,255,255,0) 80%);
    background: linear-gradient(to right , #66ccff, rgba(255,255,255,0) 80%);
    position: absolute;
    top: 10px;
    left: 3px;
    z-index: -1;
}
.proPull .item .text span {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding-right: 16px;
    background-image: url(../img/footer/more.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: 12px;
    display: inline-block;
}
.proPull .item .text span:hover {
    color: #0c76c8;
}
.proPull .item .pic {
    width: 39%;
    position: relative;
}
.proPull .item .pic img {
    display: block;
    width: 100%;
    height:100%
}
.proPull .item .pic i {
    width: 64px;
    height: 64px;
    display: block;
    background-image: url(../images/common/vr.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}



.footer{
    width: 100%;
    background: #171C25;
}
.footer_padding{
    padding: 46px 45px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_logo{
    max-width: 280px;
    width: 19%;
}

.footer_logo .pic_logo{
    width: 100%;
}
.footer_list{
    width: 50%;
}
.footer_list .footer_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
}
/* .footer_list .footer_flex ul{
    margin: 50px 0;
    padding: 0 47px;
    border-right: 1px solid #4B5054;
} */
.footer_list .footer_flex .ul li a{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 33px;
    opacity: 0.6;
}
.footer_list .footer_flex .ul li a:hover{
    opacity: 1;
}
.footer_list .footer_flex .ul h4{
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.footer_list .footer_flex ul li img{
    width: 24px;
    height: 24px;
    margin-right: 9px;
}
.footer_list .footer_flex .left{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 74%;
}
.ul_second{
    font-size: 14px;
    font-weight: 200;
    color: #FFFFFF;
}
.ul_second h4{
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}
.ul_second li{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 18px;
}
.line{
    margin-left: 29px;
    width: 1px;
    height: 81px;
    background: #666666;
    border: 1px solid #4B5054;
}
.QR_code{
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    color: #7E7F80;
    line-height: 24px;
}
.QR_code img{
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto 14px;
}
.beianhao{
    background: #0D1015;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,.6);
    line-height: 26px;
}
.beianhao a{
    color: rgba(255,255,255,.6);
}
.shMain{
    overflow: hidden;
}
.shMain img{
    display: block;
    width: 100%;
}
.commTit{
    text-align: center;
}
.commTit h3{
    text-align: center;
    font-size: 38px;
    color:#333333;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.commTit h3:before{
    content: '';
    width: 102px;
    height: 26px;
    background-image: url('../img/footer/barbg1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
}   
.commTit h3:after{
    content: '';
    width: 102px;
    height: 26px;
    background-image: url('../img/footer/barbg2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
}  


.tcBox2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
}

.tcBox2 .box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 15px 40px;
}









@media only screen and (max-width:1600px){
    .footer_list{
        width: 56%;
    }
    .commTit h3{
        font-size: 34px;
    }
    .header .header_list ul dl a{
        line-height: 70px;
    }
    .proPull .item .text h3{
        font-size: 18px;
    }
    .proPull .item .text i{
        height: 12px;
    }
}
@media only screen and (max-width:1440px){
    .header .header_logo{
        height: 70px;
        line-height: 70px;
    }
    .header .header_list ul li a{
        font-size: 16px;
        line-height: 70px;
    }
    .header .searchIcon{
        height: 70px;
    }
    .proPull{
        padding: 40px 0;
    }
/*     .proPull .item .text h3{
        font-size: 16px;
    }
    .proPull .item .text i{
        width: 100px;
        height: 10px;
    } */
    .proPull .item .text span{
        font-size: 14px;
        margin-top: 8px;
    }
    .searchBox{
        top: 70px;
    }
    .searchBox form input{
        height: 34px;
        line-height: 34px;
    }
    .searchBox form .search{
        height: 34px;
    }
    .footer_padding{
        padding: 36px 0 40px;
    }
    .commTit h3{
        font-size: 30px;
    }
}
@media only screen and (max-width:1366px){
    
}
@media only screen and (max-width:1199px){
    
}