/* 引入公共样式 */
@import 'common.css';
/* 引入头部样式 */
@import '../components/header/index.css';
/* 引入尾部样式 */
@import '../components/footer/index.css';

/* 页面样式 */
.w940 {
    width: 940px;
    margin: auto;
}

.w1080 {
    width: 1080px;
    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(1) a {
    font-size: 16px;
    background-color: #FF345C;
    color: #fff;
}

.top {
    height: 413px;
    background: url(../images/lihe.jpg) 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: 50px 0 30px;
}

.two .left>h3 {
    font-size: 46px;
    margin-bottom: 15px;
}

.two .left {
    text-align: center;
    margin-bottom: 60px;
}

.two .left .titleBottom {
    margin: 0px auto;
    width: 80px;
    height: 6px;
    background: #FF1644;
}

.two .left h4 {
    margin: 0px auto;
    width: 820px;
    margin-top: 50px;
    font-size: 14px;
    margin-bottom: 8px;
}

.two .left img {

    width: 550px;
}

.six {
    padding: 50px 0 30px;
}

.six .content>h3 {
    font-size: 46px;
    width: 460px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.six .content .titleBottom {
    margin: 0px auto;
    width: 80px;
    height: 6px;
    background: #FF1644;
}

.six .content .contentMain {
    margin-top: 80px;
}

.six .content .contentMain .left {
    float: left;
    width: 520px;
    height: 364px;
    background: #FFFFFF;
    border: 1px solid #F6F1F1;
    box-shadow: 2px 5px 9px 0px rgba(165, 159, 160, 0.23);
    border-radius: 8px;
}

.six .content .contentMain .right {
    float: right;
    width: 520px;
    height: 364px;
    background: #FFFFFF;
    border: 1px solid #F6F1F1;
    box-shadow: 2px 5px 9px 0px rgba(165, 159, 160, 0.23);
    border-radius: 8px;
}

.six .content .contentMain .left .title,
.six .content .contentMain .title {
    display: flex;
    align-items: center;
    margin-left: 35px;
    font-weight: 700;
    font-size: 30px;
    color: #333333;
}

.six .content .contentMain .left .left_content,
.six .content .contentMain .right .right_content {
    display: flex;
    margin: 48px 0px 35px 35px;
}

.six .content .contentMain .left .text,
.six .content .contentMain .right .text {
    padding: 0px 35px;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 35px;
}
.system{
    padding: 50px 0 50px;
}
.system .title{
    width: 178px;
height: 29px;
font-size: 28px;
font-weight: bold;
color: #333333;
}
.system .content{
    margin-top: 50px;
    width: 539px;
height: 146px;
font-size: 19px;
font-weight: 500;
color: #4A4A4A;
line-height: 36px;

}
.system .img-content {
    margin-top: 10px;
    display: flex;
    justify-content: right;
    flex: 1;
height: 270px;

}
.system .line {
    margin-top: 20px;
    width: 60px;
height: 3px;
background: #FF1644;
}
.system .msg{
    margin: 0 auto;
    margin-top: 100px;
    width: 998px;
    height: 57px;
    font-size: 20px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 37px;
    margin-bottom: 60px;
}
.seven {
    background: url(../images/bgtp.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin: 60px 0 50px 0;
    box-sizing: border-box;
    color: #fff;
    height: 500px;
}

.seven .seven-title {
    font-weight: 500;
    font-size: 44px;
    padding-top: 40px;
    margin-bottom: 40px;
}

.seven .seven-content {
    line-height: 50px;
    font-size: 28px;
    text-indent: 60px;
}
.eight{
    width: 740px;
    background: url(../images/yh.png) 0 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;
    height: 140px;
    margin: auto;
    margin-top: 50px ;
    margin-bottom: 80px ;

    text-align: center;
}
.eight .content {
    box-sizing: border-box;
  
    margin: auto;
    padding-top: 35px;
line-height: 33px;
height: 54px;
    width: 559px;
font-size: 16px;
color: #4A4A4A;
}
.three {
    background-color: #F7F8FA;
    padding: 30px 0 46px;
    text-align: center;
}

.three h3 {
    text-align: left;
    font-size: 27px;
    margin-bottom: 47px;
}

.three img {
    width: 843px;
    height: 129px;
}

.four {
    padding: 50px 0 36px;
}

.four ul li {
    
    
border-radius: 8px;
background: #FAFAFA;
    box-sizing: border-box;
    width: 520px;
    height: 187px;
    margin-right: 40px;
    margin-top: 40px;
    padding: 15px 24px 0;
    float: left;
}

.four ul li:first-child {
    margin-top: 0;
}

.four ul li:nth-child(2) {
    margin-top: 0;
}

.four ul li:nth-child(even) {
    margin-right: 0;
}



.four ul li .roof span {
    font-size: 28px;
    color: #333;
font-weight: bold;
}
.four ul li .roof  .roofBottom{
    width: 60px;
height: 3px;

background: #FF1644;
}

.four ul li>p {
    font-size: 16px;
   
line-height: 33px;
    margin-top: 13px;
    
color: #4A4A4A;
}

.back-text {
    background: url(../images/bg-17.png) 0 0 no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 60px;
    box-sizing: border-box;
    color: #fff;
    height: 385px;
}
.banner-text {
    background: url(../images/tc.png) 0 0 no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 60px;
    box-sizing: border-box;
    color: #fff;
    height: 235px;
}
.banner-text .text{
    line-height: 35px;
}
.back-text>h3 {
    margin-bottom: 30px;
}

.back-text ul li {
    display: inline-block;
    margin: 30px 0;
    width: 200px;
}

.back-text ul li img {
    width: 92px;
    height: 92px;
    margin-bottom: 20px;
}

.five {
    padding: 50px 0;
    background-color: #F7F8FA;
    text-align: center;
}

.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;
}