* {	
    margin: 0px;
    padding: 0px;
    -webkit-text-size-adjust: none;
}

/*html {*/
/*    font: 16px/1.5 Arial, Helvetica, sans-serif;*/
/*}*/

input,
select,
textarea {
    font-size: 100%;
    outline: none;
    _outline: none;
}

textarea {
    resize: none;
    padding:0;
}
button{
    cursor: pointer;
    border: 0px;
    outline: none;
    _outline: none;
}

/* 去掉各Table cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
    text-align: inherit;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
    text-align: left;
}
/* 去除默认边框 */
fieldset,
img {
    border: 0;
    display: block;
    outline: none;
    -moz-outline: none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}
/* 去掉列表前的标识, li 会继承 */
ol,
ul,
li {
    list-style: none;
}
/* 一致的 del 样式 */

del {
    text-decoration: line-through;
}
@font-face
{
    font-family: AgencyFB;
    src: url(AgencyFB.ttf);
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

.w-1400{
    max-width: 1400px;
    margin: 0 auto;
}
header{
    width: 100%;
    height: 1000px;
    background-image: url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position:center center;
    position: relative;
}
header .header2{
    height: 100%;
    overflow: hidden;
}
header .header2 .logo{
    text-align: center;
    margin-top: 200px;
}
header .header2 .logo a{
    display: inline-block;
    position: relative;
    height: 350px;
}
header .header2 .logo a img{
    /*margin-top: 20px;*/
}
header .header2 .logo a .title-360{
    font-size: 126px;
    color: #FFFFFF;
    position: absolute;
    left: 210px;
    top: 20px;
    height: 130px;
    line-height: 130px;
}
header .header2 .logo a .vr{
    font-size: 72px;
    color: #FFFFFF;
    position: absolute;
    left: 170px;
    top: 140px;
    font-family: "AgencyFB";

}
header>.text{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 220px;
    background: rgba(0,0,0,0.6);
    text-align: center;
}
header>.text>p{
    width: 940px;
    line-height: 43px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 24px;
    padding: 20px 0;
}
.advantage-wrap{
    width: 100%;
    height: 800px;
    background-image: url(../images/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position:center center;
}
.advantage-wrap .advantage{
    height: 800px;
    background-image: url(../images/bg-2.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
}
.advantage>.title{
    margin-top: 80px;
    height: 170px;
}
.title>p{
    text-align: center;
}
.title>.title-o{
    color: #159893;
    font-size: 50px;
}
.title>.title-t{
    color: #666666;
    font-size: 18px;
    margin-top: 5px;
}
.bannervr{
    height: 480px;
    width: 100%;
}
.bannervr ul li {
    float: left;
    width: 50%;
    padding: 0 10%;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.bannervr ul li:nth-child(2n){
    margin-left: 0;
}
.bannervr .swiper-container{
    margin-top: 100px;
}
.bannervr ul li>*{
    float: left;
}
.bannervr ul li>.left{
    padding: 15px 0;

}
.bannervr ul li>.right{
    margin-left: 20px;
    width: 70%;
}
.bannervr ul li>.right .title{
    color: #159893;
    font-size: 22px;
    font-weight: bold;
}
.bannervr ul li>.right .text{
    color: #333333;
    font-size: 18px;
}
.advantage .bannervr .swiper-button-prev{
    background-image: url(../images/prev.png);
}
.advantage .bannervr .swiper-button-next{
    background-image: url(../images/next.png);
}
.service>.title{
    margin-top: 110px;
    height: 150px;
}
.service-wrap .service-list li{
    float: left;
    width: 48%;
    margin: 0 1%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.service-wrap .service-list li>p{
    position: absolute;
    left: 0px;
    bottom: 0;
    font-size: 14px;
    color: #333333;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255,255,255,0.6);
}

.service-wrap .service-list li:nth-child(2n){
    margin-left: 10px;
}
.service-wrap .service-list li:nth-child(2n) p{
    text-align: center;

}
.service-wrap .service-list li>img{
    transition: all 0.4s;
}
.service-wrap .service-list li:hover img{
    transform: scale(1.1);
}
.industrial{

    margin-top: 110px;
}
.industrial>.title{
    height: 150px;
}
.industrial ul li{
    float: left;
    width: 47%;
    margin: 0 1.5%;
    height: 100%;
    margin-bottom: 64px;
    position: relative;
    overflow: hidden;
}
.industrial ul li:last-child,.industrial ul li:nth-child(7){
    margin-bottom: 0;
}
.industrial ul li .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 325px;*/
    height: 0;
    background: rgb(0,0,0,0.5);
    overflow: hidden;
}
.industrial ul li .text p{
    text-align: center;
    color: #FFFFFF;
}
.industrial ul li .text p.title{
    font-size: 40px;
    font-weight: bold;
    margin-top: 10%;
}
.industrial ul li .text p.title-o{
    font-size: 15px;
    margin-top: 4%;
}
/* .industrial ul li:nth-child(2n){
    margin-left: 64px;
} */
.industrial-list li>img{
    width: 100%;
    transition: all 0.4s;
}
.industrial-list li:hover img{
    transform: scale(1.1);
}
.case-wrap .case{
    margin-top: 110px;
}
.case>.title {
    height: 150px;
}
.case-list li{
    width: 100%;
    height: 625px;
    margin-bottom: 40px;
}
.case-list li>*{
    float: left;
    height: 625px;
}
.case-list li .right-o{
    width:82%;
    cursor: pointer;
    position: relative;
}
.case-list li .left-t{
    width:82%;
    cursor: pointer;
    position: relative;
}
.case-list li .right-o iframe{
    width: 100%;
    height: 100%;
    border: 0;
}
.case-list li .left-t iframe{
    width: 100%;
    height: 100%;
    border: 0;
}
.case-list li .right-o .vr-btn{
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 9999;
    width: 100px;
    height: 100px;
    background-color: #159893;
    color: #fff;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
}
.case-list li .left{
    width: 18%;
    background-color: #159893;
}
.case-list li .left>p{
    margin-left: 20px;
    color: #FFFFFF;
}
.case-list li .left>p.name{
    font-size: 22px;
    font-weight: bold;
    margin: 80px 0;
    margin-left: 20px;
}
.case-list li:nth-child(2) .left>p.name{
    margin: 60px 0;
    margin-left: 20px;
}
.case-list li .left>p.title-o{
    font-size: 14px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1040px){

    .title>.title-o{
        font-size: 50px;
    }
    .w-1400{
        width: 100%;
    }
    header{
       width: 100%;
       min-width:auto;
    }
    header .header2 .logo{
        margin-top: 100px;
    }
    header .header2 .logo a .title-360{
        top: 10%;
        left: 52%;
        transform: translate(-50%, -50%);
    }
    header .header2 .logo a{
        width: 100%;
    }
    img{
        width: 100%;
    }
    header .header2 .logo a .vr{
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .header_images{
        width: auto;
    }


    header>.text>p{
        width: 100%;
        font-size: 18px;
        line-height: 36px; 
        background: rgba(0,0,0,0.6);
    }

    header .header2 .logo a img{
        position: relative;
        top: -34px;
    
    }
    
    .swiper-button-next, .swiper-button-prev{
        top: 40%;
    }


    .service-wrap .service-list li{
        width: 100%;
        height: 100%;
        margin: 0 0 10px;
    }

    .case-wrap{
        display: none;
    }

    .advantage-wrap{
        min-height: auto;
    }

    .bannervr .swiper-container{
        margin-top: 0;
       
    }

    .bannervr ul li{
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        float: none;
    }

    .industrial ul li{
        width: 100%;
        height: 325px;
        margin: 0 0 64px;
    }
    .industrial ul li .text{
        width: 100%;
        height: 325px;
    }

    .industrial ul li:nth-child(2n){
        margin-left: 0;
    }

    .industrial ul li:nth-child(7){
        margin-bottom: 64px !important;
    }

    .service-wrap .service-list li:nth-child(2n){
        margin-left: 0;
    }

    .ft_bg img{
        width: auto;
    }

}

@media only screen and (max-width: 767px){

    header{
        height: 500px;
    }
 
    .title>.title-o{
        font-size: 26px;
    }

    .service-wrap .service-list li>p{
        font-size: 12px;
    }

    header>.text>p{
        font-size: 12px;
    }

    .bannervr ul li{
        padding: 0 10px;
      box-sizing: border-box;
      margin-bottom: 10px;
    }

    .bannervr ul li img{
        width: 90%;
    }

    .bannervr ul li:nth-child(2n){
        padding: 0 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .bannervr ul li>.right .title{
        font-size: 16px;
        margin-bottom: 10px;
    }

    header .header2 .logo a .vr{
        font-size: 40px;
        top: 20%;
    }
   
    header .header2 .logo a .title-360{
        top: 0%;
        font-size: 40px;
    }

    header .header2 .logo a img{
        width: 350px;
    }

    .industrial{
        margin-top: 30px;
    }

    .industrial>.title{
        height: 100px;
    }

    .advantage>.title{
        margin-top: 40px;
        height: 100px;
    }

    .bannervr ul li>.left{
        padding: 0;
    }

    .bannervr ul li>.right .title{
        font-size: 16px;
    }

    .bannervr ul li>.right .text{
        font-size: 12px;
    }

    .industrial ul li{
        height: 100%;
    }
    .industrial-list li>img{
        width: 100%;
    }

    .industrial ul li{
        margin-bottom: 20px !important;
    }
    header>.text{
        top: 65%;
    }

    .bannervr ul li{
        width: 100%;
    }

    .advantage-wrap{
        height: 70%;
    }

    .advantage-wrap .advantage{
        height: 100%;
    }

    .service>.title{
        margin-top: 40px;
        height: 100px;
    }

    .industrial ul li .text{
        height: 100% !important;
    }

    .industrial ul li .text p.title{
        margin-top: 10%;
    }

    .industrial ul li:nth-child(7){
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 425px){
    .industrial ul li .text p.title{
        margin-top: 20px;
    }
    .industrial ul li .text p.title{
        font-size: 26px;
    }
    .industrial ul li .text p.title-o{
        font-size: 12px;
        margin-top: 20px;
    }

}