.header {
    height: 456px;
    margin: 0 auto;
    background: url(../images/imgs/header1.jpg) center no-repeat #ee934a;
}
.module1 {
    padding: 0 30px;
}
.choose1,
.choose2 {
    width: 380px;
    min-height: 160px;
    border-radius: 8px;
    background-color: #dcdcdc;
    padding: 14px 30px;
    font-family: 'AdobeHeitiStd';
}
.choose2 {
    color: #fff;
    background-color: #ee934a;
}
.arrow {
    width: 180px;
    height: 160px;
    background: url(../images/icons/arrow_or.png) center no-repeat;
}
.module2 li {
    width: 490px;
    height: 406px;
    border: 1px solid #df876a;
    padding: 24px 0;
    text-align: center;
    font-family: 'AdobeHeitiStd';
}
.module2-icon {
    width: auto;
    margin: 0 auto 20px; 
}
.module2-btn {
    display: inline-block;
    width: 210px;
    height: 53px;
    color: #fff;
    font-size: 28px;
    font-family: 'Microsoft YaHei';
    background: url(../images/icons/bg_btn1.png) center no-repeat;
    background-size: contain;
    padding-top: 2px;
    cursor: pointer;
}
.module3 {
    padding: 70px 16px 0;
}
.module3>div:first-child {
    width: 45%;
}
.module3>div:last-child {
    width: 55%;
    padding-left: 50px;
}
.module3 .module-title {
    text-align: left;
}
.module3 ul {
    list-style: disc;
}
.module3 ul li {
    font-family: 'Microsoft YaHei';
    font-size: 28px;
    margin-bottom: 10px;
}
.module4 .addend {
    border-color: #e98744;
}
.module5 {
    padding-left: 10px
}
.module5 li {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}