@import url(base.css);
/* @import url(animate.min.css); */
body {
	background: #FFFFFF;
}
.section1{
    height: 600px;
    position: relative;
}
.section1 .w{
    position: relative;
    z-index: 99;
}
.s1-logo{
    width: 100%;
    height: 140px;
    background: url(../img/logo-bg.png) top center no-repeat;
}
.s1-logo a.i-logo{
    margin: 0px auto;
    width: 335px;
    height: 70px;
    display: block;
    padding-top:30px
}
.s1-logo a.language{
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #ffffff;
}
.s1-logo a.language img{
    width: 30px;
    height: 25px;
}
.s1-logo .login-reg{
    position: absolute;
    right: 54px;
    top: 25px;
}
.s1-logo .login-reg a{
    padding: 4px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #ffffff;
}
.s1-ban{
    background: url(../img/en-banner.jpg) center center no-repeat;
    height: 600px;
    width: 100%;
    position:absolute;
    top: 40px;
    z-index: 0;
}
.section2{
    height: 1150px;
    background: url(../img/en-pic-01.jpg) no-repeat bottom center;
}
.section2 .w{
    padding: 70px 0;
}
.s2-tit h1{
    padding-top:10px;
    font-size: 24px;
    color: black;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}
.s2-tit h1 span{
    font-size: 16px;
    background-color: #28318c;
    text-align: center;
    border-radius: 50px;
    color: white;
    line-height: 26px;
    height: 24px;
    width: 24px;
    font-weight: 500;
    margin: 0 10px;
    display: inline-block;
    letter-spacing: 1px;
}
.s2-tit h2{
    color: #c1c1c1;
    letter-spacing: 4px;
    font-weight: 500;
    margin: 8px 0;
}
.s2-tit-line{
    width: 100%;
    height: 5px;
    border-bottom: 1px solid #cccccc;
    position: relative;
    margin: 35px auto;
}
.s2-tit-line span{
    width: 30px;
    height: 14px;
    background-color: #28318c;
    position:absolute;
    bottom: -7px;
}
.s2-box1{
    margin-top: 660px;
}
.s2-box1 .s2-box-tit{
    font-size: 24px;
    color: #28318c;
    font-weight: 700;
    margin: 20px 0;
}
.s2-box1 .s2-box-tit span{
    width: 50px;
    display: inline-block;
    height: 25px;
    background: url(../img/s2-arrow.png) no-repeat 10px 3px;
}
.s2-box-con{
    line-height: 30px;
    font-size: 14px;
    color: #333333;
}
.section3{
    background-color: #f3f4fd;
    height: 400px;
}
.section3 .w{
    padding-top:70px;
}
.s3-tit{
    margin:0px auto;
    text-align: center;
    width: 500px;
    height: 66px;
    background: url(../img/s3-tit-bg.png) repeat-x center bottom;
}
.s3-tit h1{
    font-size: 32px;
    font-weight: 700;
    line-height: 80px;
}
.s3-box{
    margin:50px auto;
    display:inline-flex;
    flex-wrap:nowrap;
    justify-content:center;
}
.s3-box-con{
    background: url(../img/s3-con-bg.png) no-repeat;
    padding:0 70px;
    width: 360px;
    height: 133px;
    margin: 0 20px;
}
.s3-box-con h1{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: -18px auto 10px;
}
.s3-box-con p{
    font-size: 14px;
    text-align: center;
    color: #333333;
    line-height: 20px;
}
.section4{
    background: url(../img/pic-02.jpg) no-repeat;
    height: 665px;
}
.section4 .w{
    padding-top: 40px;
}
.section4 .s2-tit h1 span{
    background-color: #fb7102;
}
.section4 .s2-tit h1{
    color: #ffffff;
}
.section4 .s2-tit-line span{
    background-color: #fb7102;
}
.s4-box1{
    height: 380px;
    background: url(../img/s4-box-bg.png) no-repeat;
    display: flex;
    flex-wrap:nowrap;
    justify-content:center;
}
.s4-l{
    display: flex;
    /* flex-grow:2; */
    flex-wrap:nowrap;
    flex-direction: column;
}
.s4-l1{
    margin-top:110px;
    display: flex;
    flex-wrap:nowrap;
    justify-content:start;
    width: 860px;
}
.s4-l1 span{
    font-size: 16px;
    color: #333333;
    margin-left:105px;
}
.s4-l1 span:first-child{
    margin-left:60px;
}
.s4-l1 span:last-child{
    margin-left:65px;
}
.s4-l2{
    margin-top:175px;
    display: flex;
    flex-wrap:nowrap;
    justify-content:start;
}
.s4-l2 span{
    font-size: 16px;
    color: #333333;
    margin-left:85px;
}
.s4-l2 span:first-child{
    margin-left:80px;
}
.s4-l2 span:last-child{
    margin-left:115px;
}
.s4-r{
    display: flex;
    /* flex-grow:1; */
    width: 330px;
    flex-wrap:nowrap;
    justify-content:start;
    flex-direction: column;
}
.s4-r span{
    font-size: 12px;
    color: #333333;
}
.s4-r .s4-r1 span{
    margin-left:80px;
}
.s4-r .s4-r1 span:last-child{
    margin-left:18px;
}
.s4-r .s4-r1{
    margin-top:180px;
    display: flex;
}
.s4-r .s4-r2{
    margin-top:100px;
    display: flex;
}
.s4-r .s4-r2 span{
    margin-left:25px;
}
.s4-r .s4-r2 span:first-child{
    margin-left:45px;
}
.s4-r .s4-r2 span:last-child{
    margin-left:25px;
}
.section5{
    height: 1150px;
    background: url(../img/en-pic-03.jpg) no-repeat center top;
}
.section5 .w{
    margin-top: 40px;
}
.s5-box{
    height: 600px;
    margin-top: 80px;
    color: #333333;
    font-size: 18px;
    line-height: 40px;
}
.s6-box{
    display: flex;
    flex-wrap:nowrap;
    justify-content:center;
}
.s6-con{
    width: 200px;
    margin:0 50px;
}
.s6-tit-line{
    width: 100%;
    height: 5px;
    border-bottom: 1px solid #28318c;
    position: relative;
    margin: 35px auto 15px;
}
.s6-tit-line span{
    width: 23px;
    height: 23px;
    background-color: #fb7102;
    position:absolute;
    left:40%;
    bottom: -7px;
    color: #ffffff;
    line-height: 23px;
    text-align: center;
}
.s6-con>span{
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}
.section6{
    background: url(../img/en-pic-04.jpg) no-repeat top center;
    height: 410px;
}
.section7 .w{
    margin-top: 40px;
}
.s7-box{
    display: flex;
    flex-flow: nowrap;
}
.s7-con{
    margin-right:30px;
    padding: 5px;
    border:1px solid #cccccc;
    display: flex;
    flex-direction: column;
}
.s7-con a img{
    width: 360px;
    height: 300px;
}
.s7-con:last-child{
    margin-right:0px;
}
.s7-con h1{
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin:20px auto;
}
.s7-con span{
    font-size: 14px;
    color: #999999;
    text-align: center;
    display: block;
    line-height: 20px;
    margin-bottom: 20px;
}
.section8 .w{
    margin-top: 40px;
}
.s8-box{
    background:url(../img/pic-09.jpg) no-repeat center top;
    height: 465px;
}
.section9{
    background:url(../img/en-pic-05.jpg) no-repeat center top;
    height: 350px;
}
.section9 .w{
    margin-top: 40px;
}
.s9-box{
    display: flex;
    flex-wrap: nowrap;
    padding-top: 180px;
}
.s9-con{
    margin-left: 140px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
}
.s9-con:first-child{
    margin-top: 20px;
}
.s9-con:last-child{
    margin-left: 150px;
}
.section10{
    background-color: #f5f5f5;
    height: 50px;
    margin-top: 50px;
}
.section10 .w{
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    color: #999999;
}