/* 引入公共样式 */
@import 'common.css';
/* 引入头部样式 */
@import '../components/header/index.css';
/* 引入尾部样式 */
@import '../components/footer/index.css';
/* 页面样式 */
.w940{
    width: 940px;
    margin: auto;
}
#header header .w1200>ul>li>a{
    color: #333;
    font-size: 16px;
}
#header header .w1200>ul>li:nth-child(2) h3{
    color: #FF1644;
    font-size: 18px;
}
#header header li:nth-child(2) .hide li:nth-child(2){
    font-size: 16px;
    background-color: #FF345C;
}
#header header li:nth-child(2) .hide li:nth-child(2) a{
    color: #fff;
}
.top{
    height: 413px;
    background: url(../images/bg-10.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding-top: 136px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    position: relative;
}
.top>h2{
    font-size: 60px;
    margin-bottom: 14px;
}
.top>h3{
    font-size: 30px;
    margin-bottom: 56px;
    font-weight: lighter;
}

.two{
    padding: 40px 0 70px;
    text-align: center;
}
.two>h3{
    margin-bottom: 48px;
}
.two ul li{
    display: inline-block;
    width: 206px;
    height: 160px;
    margin: 0 14px;
}
.two ul li .rotate{
    width: 100%;
    height: 100%;
    transform-style:preserve-3d;
    position: relative;
}
.two ul li .rotate .front,.two ul li .rotate .rear{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow:0px 0px 3px 0px rgba(0,0,0,0.2);
    background-color: #fff;
    border-radius:4px;
    opacity: 0;
    transition: .5s;
}
.two ul li .rotate .front{
    z-index: 1;
    opacity: 1;
    transition: .5s;
}
.two ul li .rotate .rear{
    padding: 5px;
    box-sizing: border-box;
}
.two ul li:hover .rotate .front{
    opacity: 0;
}
.two ul li:hover .rear{
    opacity: 1;
}
.two ul li .rotate .front .big{
    width: 100%;
    height: 101px;
    margin-bottom: 19px;
}
.two ul li .rotate .front .small{
    position: absolute;
    left: 0;
    right: 0;
    top: 37px;
    width: 26px;
    width: 26px;
    margin: auto;
}
.two ul li .rotate .rear .redline{
    padding: 13px 0;
    border-radius:4px;
    border:2px solid rgba(255,22,68,.3);
    height: 150px;
    box-sizing: border-box;
}
.two ul li .rotate .rear .redline h3{
    font-size: 14px;
    margin-bottom: 10px;
}
.two ul li .rotate .rear .redline p{
    font-size: 12px;
    line-height: 20px;
}


.four{
    padding: 50px 0 29px;
    text-align: center;
}
.four .uai{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.four .uai ul{
    width: 600px;
}
.four .uai ul li{
    margin: 55px 0 55px 40px;
    float: left;
}
.four .uai ul li img{
    width: 60px;
    height: 60px;
    margin-right: 30px;
}
.four .uai ul li span{
    line-height: 60px;
    font-size: 18px;
}
.four .uai>img{
    width: 380px;
    height: 400px;
}

.someEWM{
    padding: 50px 0;
    text-align: center;
}
.someEWM h4{
    margin-bottom: 20px;
}
.someEWM ul>li{
    display: inline-block;
    margin: 0 5px;
}
.someEWM ul>li img{
    width: 226px;
    height: 376px;
}

.back-one{
    background: url(../images/bg-18.png) 0 0 no-repeat;
    height: 404px;
    background-size: 100% 100%;
    color: #fff;
    padding: 85px 0 104px;
    box-sizing: border-box;
    text-align: center;
}
.back-one h3{
    font-size: 26px;
    margin-bottom: 11px;
    letter-spacing:1px;
}
.back-one h4{
    font-size: 14px;
    margin-bottom: 52px;
}
.back-one ul li{
    margin: 0 95px;
    display: inline-block 
}
.back-one ul li img{
    width: 67px;
    height: 67px;
    margin-bottom: 11px;
}
.back-one ul li p{
    font-size: 14px;
}

.back-two{
    background: #000 url(../images/bg-6.png) 0 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-style: 14px;
    padding: 50px 0 102px;
    height: 360px;
    box-sizing: border-box;
}
.back-two>h4{
    margin-bottom: 30px;
    color: #fff;
}
.back-two ul{
    width: 898px;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.back-two ul li{
    width: 258px;
    text-align: center;
}
.back-two ul li>img{
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
}
.back-two ul li .text h3{
    font-size: 18px;
}
.back-two ul li .text i{
    width: 60px;
    height: 4px;
    background-color: #FF1644;
    margin: 4px auto 11px;
    display: block;
}
.back-two ul li .text p{
    font-size: 14px;
}

.five{
    padding: 50px 0;
    background-color: #F7F8FA;
    text-align: center;
}
.five h4{
    margin-bottom: 30px;
}
.five .twoH4{
    margin-bottom: 20px;
}
.five .twoH4 h4{
    display: inline-block;
    margin: 0 50px;
    font-size: 20px;
}
.five ul>li{
    display: inline-block;
    margin: 0 64px;
}
.five ul>li img{
    width: 98px;
    height: 98px;
    margin-bottom: 10px;
}

.partner{
    padding: 20px 0 50px;
    text-align: center;
}
.partner>h3{
    margin-bottom: 40px;
}
.partner>img{
    width: 1200px;
}