/* content1 */
.content1{
    width:100%;
    position:relative;
    height:790px;
    overflow: hidden;
}
.content1 .contentimg1{
    width:1920px;
    position:absolute;
    left:50%;
    top:0;
    margin-left:-960px;
    z-index:-1
}
.content1 .inner1{
    width:1200px;
    margin:0 auto;
    padding:30px 0;
    height:100%;
    text-align:center;
}
.content1 .inner1 .header-title{
    font-size:120px;
    color:#fff;
    margin-top:140px;
}
.content1 .inner1 .header-subtitle{
    width:100%;
    color:#d71518;
    font-size:24px;
    margin-top:5px;
}
.content1 .inner1 .header-btn{
    display:block;
    width:300px;
    height:60px;
    margin:220px auto 0 auto;
    border:2px solid #fff;
    line-height:56px;
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -o-border-radius:30px;
    color:#fff;
    font-size:24px;
    background:#35363b;
}
.content1 .inner1 .header-btn:hover{
    background:#e60012;
    border-color:#e60012;
}
/* content2 */
.title{
    width:100%;
    text-align:center;
    font-size:72px;
    color:#222;
    margin-top:60px;
}
.content2{
    width:1200px;
    margin:0 auto;
    padding:30px 0;
}
.content2 .desc2{
    width:100%;
    padding:0 100px;
    font-size:24px;
    color:#222328;
    line-height:40px;
    margin-top:30px;
}
.content2 .certificate{
    width:100%;
    text-align:center;
    font-size:24px;
    color:#d71518;
    margin:10px 0 60px 0;
}
.content2 .list2{
    width:100%;
    margin:60px 0 100px 0;
}
.content2 .list2 li{
    width:380px;
    height:467px;
    float:left;
    overflow: hidden;
    position:relative;
    cursor:pointer;
}
.content2 .list2 li .list2-text{
    width:100%;
    height:467px;
    position:absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,0.6);
    color:#fff;
    padding:25px;
    font-size:24px;
    line-height:40px;
    display:none;
}
.content2 .list2 li:nth-child(2){
    margin: 0 30px;
}
.content2 .list2 li:hover .list2-text{
    display:block;
}
/* content3 */
.content3{
    width:100%;
    overflow: hidden;
    height:730px;
    position:relative;
}
.content3 .contentimg3{
    width:1920px;
    position:absolute;
    left:50%;
    top:0;
    margin-left:-960px;
    z-index:-1
}
.content3 .inner3{
    width:1200px;
    height:100%;
    margin:0 auto;
    padding:30px 0;
}
.content3 .box3{
    width:100%;
    margin-top:60px;
}
.content3 .box3 .imagebox3{
    width:365px;
    float:left;
}
.content3 .box3  .text-box{
    width:790px;
    float:right;
    font-size:24px;
    color:#fff;
    padding-top:10px;
}
.content3 .box3  .text-box p{
    margin-bottom:10px;
    line-height:40px;
}
/* content4 */
.content4{
    width:1200px;
    margin:0 auto;
    padding:30px 0;
}
.content4 .subtitle4{
    width:100%;
    text-align:center;
    color:#222328;
    font-size:24px;
    margin-top:20px;
}
.content4 .list4{
    width:100%;
    margin-top:40px;
}
.content4 .list4 li{
    width:18%;
    height:360px;
    padding:0 10px;
    font-size:24px;
    color:#222328;
    float:left;
    margin-right:2.5%;
}
.content4 .list4 li:last-child{
    margin-right:0;
}
.content4 .list4 li .circle-box{
    width:180px;
    height:180px;
    margin:0 auto;
    border:1px solid #d71518;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    text-align:center;
    padding-top:35px;
}
.content4 .list4 li .circle-box .img-text{
    margin-top:10px;
}
.content4 .list4 li h2{
    text-align:center;
    font-size:24px;
    color:#d71518;
    margin-top:15px;
}
.content4 .list4 li .desc4{
    margin-top:20px;
    line-height:35px;
}
.content4 .bottom-desc4{
    width:100%;
    text-align:center;
    font-size:24px;
    color:#d71518;
    margin:30px 0 60px 0;
    font-weight:bold;
}
/* content5 */
.content5{
    width:1200px;
    margin:0 auto;
    padding:30px 0;
}
.content5 .title{
    margin: 0;
}

.content5 .list5{
    width:100%;
    padding:0 145px;
    margin:90px 0;
}
.content5 .list5 li{
    width:420px;
    height:560px;
    border:1px solid #222328;
    float:left;
}
.content5 .list5 li:last-child{
    float:right;
}
.content5 .list5 li .li-inner{
    width:100%;
    height:100%;
    background:#d71518;
    color:#fff;
    position:relative;
    left:20px;
    top:20px;
    padding:20px;
}
.content5 .list5 li .li-inner .li-title{
    text-align:center;
    font-size:30px;
    font-weight:bold;
    margin-bottom:10px;
}
.content5 .list5 li .li-inner .text{
    font-size:24px;
    margin-bottom:10px;
    line-height:40px;
}
/* content6 */
.content6{
    width:100%;
    overflow: hidden;
    height:630px;
    position:relative;
}
.content6 .contentimg6{
    width:1920px;
    position:absolute;
    left:50%;
    top:0;
    margin-left:-960px;
    z-index:-1
}
.content6 .inner6{
    width:1200px;
    height:100%;
    margin:0 auto;
    padding:30px 0;
    color:#fff;
}
.content6 .inner6 .text1{
    margin-top:80px;
    padding-left:130px;
    font-size:24px;
}
.content6 .inner6 .text1 p{
    margin-bottom:10px;
}
.content6 .inner6 .text2{
    margin-top:90px;
    font-size:24px;
    text-align:center;
}
.content6 .inner6 .text2 p{
    margin-bottom:10px;
}
/* content7 */
.content7{
    width:1200px;
    margin:0 auto;
    padding:30px 0;
}
.content7 .list7{
    width:100%;
    padding:0 150px;
    margin:60px 0 130px 0;
}
.content7 .list7 li{
    width:700px;
    height:60px;
    color:#fff;
    line-height:60px;
    font-size:24px;
    background:#222328;
    text-align:center;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;
    margin-bottom:50px;
}