
section .one{
    width: 100%;
    height: 674px;
    background-image: url('../image/one.png');
    text-align: center;
    /* -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; */
    background-size: 100% 100%;
    position: relative;
}
/* section .one:hover{
    background-size: 110% 110%;
} */

section .one .logo{
    width: 50%;
    margin-top: 20%;
    display: none;
}
section .one h3{
    font-size:31px;
    font-weight:800;
    color:rgba(255,0,0,1);
    margin: 20px 0;
    display: none;
}
section .one p{
    color: #FF0000;
    font-size: 14px;
    display: none;
}
section .two{
    width: 100%;
    height: 674px;
    background-image: url('../image/two.png');
    background-size: 100% 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
 .i{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}
section .two h2{
    font-size:52px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    margin-top: 20%;
    display: none;
}
section .two h3{
    font-size:55px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    margin-top: 38px;
    margin-bottom: 60px;
    display: none;
}
section .two p{
    color: #fff;
    font-size: 18px;
    line-height:48px;
    display: none;
}
section .three{
    width: 100%;
    height: 674px;
    background-image: url('../image/three.png');
    background-size: 100% 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
section .three .logo2{
    width:40%;
    /* height:306px; */
    margin-top: 10%;
    display: none;
}
section .three p{
    width:60%;
    /* height:89px; */
    font-size:18px;
    font-weight:400;
    color:rgba(255,255,255,1);
    /* line-height:35px; */
    margin: 38px auto 0;
    display: none;
}
section .content{
    height: 600px;
    background: #0c0c0c;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
section .content .left{
    width: 49.5%;
    display: flex;
    justify-content: space-between;
}
section .content .left div{
    width: 49.5%;
    background: #000;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s;  
}
section .content .left div:hover{
    transform: scale(1.05); 
}



section .content .left div img{
    width: 100%;
    height: 100%;
}
section .content .right{
    width: 49.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section .content .right>div{
    width: 100%;
    height: 49.5%;
    background: #000;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s;  
}
section .content .right>div div{
    height: 100%;
    float: left;
    color: #fff;
}
section .content .right>div img{
    width: 100%;
    height: 100%;
   
    
}
section .content .right>div:hover{
    transform: scale(1.05);  
}
section .content .right>div div h2{
    font-size: 0.6rem;
    font-weight:800;
    color:rgba(255,255,255,1);
    margin-top: 40px;
    margin-left: 0.46rem;
}
section .content .right>div div h5{
    font-size:25px;
    font-weight:500;
    color:rgba(146,146,146,1);
    margin-top: 20px;
    margin-left: 0.46rem;
}
section .content .right>div div p{
    font-size:13px;
    font-weight:500;
    color:rgba(146,20,20,1);
    font-size:25px;
    margin-top: 10px;
    margin-left: 0.46rem;
}
footer{
    width: 100%;
    background: #000;
    padding: 80px 0;
}
footer ul{
    width: 100%;
   
    margin-bottom: 45px;
}
footer ul li{
    text-align: center;
}
footer ul li h2{
    font-size:24px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:24px;
}
footer ul li h2 img{
    width: 27px;
    height: 27px;
    vertical-align: middle;
    margin-right: 5px;
}
footer ul li h5{
    font-size:12px;
    font-weight:300;
    color:rgba(255,255,255,1);
    margin: 25px 0;
}
footer ul li p{
font-size:12px;
font-weight:300;
color:rgba(67,67,67,1);
line-height:18px;
}
footer div{
    display: flex;
    justify-content: center;
    width: 100%;
}
footer div img{
    width: 83px;
    height: 83px;
}
footer div img:nth-child(1){
    margin-right: 40px;
}
.top{
    width: 100%;
    overflow: hidden;
}
.top div{
    float: left;
    position: relative;
    height: auto;
    overflow: hidden;
    background-color: #000000;
    color: #fff;
}
.top div img{
    width: 100%;
    height: 100%;
   
}
.bottom img{
    width: 100%;
    margin-left: 3%;
    height:auto;
}
.bottom div{
    float: left;
    background-color: #000000;
    color: #fff;
}
.one2{
    width: 100%;
    height: auto;
    background-image: url('../image/one2.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
}
.one2 img,.two2 img,.three2 img{
    /* display: none; */
    width: 50%;
    margin: 2.3rem 0;
}
.two2{
    width: 100%;
    height: auto;
    background-image: url('../image/two2.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
}
.three2{
    width: 100%;
    height: auto;
    background-image: url(../image/three2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
}
@media (max-width:1200px) {
	.visible-xs{
		display: block!important
	}
	.hidden-xs {
    display: none!important;
    }
}