﻿img {
    vertical-align: top;
}
i {
    font-style: normal;
}
.box {
    box-sizing: border-box;
}
.w {
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}




/* common */
.common-title {
    height: 70px;
    border-bottom: 1px solid #666;
}
.common-title-text{
    font-size: 38px;
    background-color: #fff;
    padding: 0 60px;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
}
.common-title-text.bg {
    background-color: #efefef;
}
.common-title-text::after {
    content: "●";
    font-size: 8px;
    position: absolute;
    top: 16px;
    left: -5px;
}
.common-title-text::before {
    content: "●";
    font-size: 8px;
    position: absolute;
    top: 16px;
    right: -5px;
}
/* banner */
.banner {
    position: relative;
}
.banner img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.banner-btn {
    width: 270px;
    height: 65px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30%;
}
.banner-btn a {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    border-radius: 20px;
    color: #fff;
    background-color: #ce3929;
}
.banner-footer-container {
    padding: 30px 0;
}
.banner-footer-container li {
    width: 19.9%;
    height: 55px;
    color: #333;
    border-right: 1px solid #ccc;
    position: relative;
}
.banner-footer-container li:last-child {
    border: 0;
}
.banner-footer-container li:hover .banner-footer-container-icon img {
    transform: translateY(-55px);
}
.banner-footer-container-icon {
    width: 47px;
    height: 55px;
    position: absolute;
    top: -3px;
    left: 41px;
    overflow: hidden;
}
.banner-footer-container-icon img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.banner-footer-container-text {
    padding-left: 110px;
}
.banner-footer-container-text p {
    font-size: 23px;
    margin-bottom: 13px;
}
.banner-footer-container li:hover .banner-footer-container-text p {
    color: rgb(211, 54, 45);
}
.banner-footer-container-text span {
    font-size: 14px;
}
/* why */
.why-title {
    width: 100%;
    height: 80px;
    background-color: #ce3929;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-title img {
    width: 495px;
}
.why-container p {
    padding: 0 140px;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 20px;
}
.why-container-content {
    display: flex;
    flex-direction: row;
}
.why-container-content ul {
    padding: 80px 30px;
    flex: 1;
    position: relative;
    border-right: 1px dashed #ccc;
}
.why-container-content ul:last-child {
    border: 0;
}
.why-container-content ul li {
    width: 260px;
    height: 65px;
    background: url(../../img/why-2.png) no-repeat -5px 0;
    text-align: center;
    line-height: 60px;
    color: #fff;
    padding-left: 40px;
}
.why-container-content ul:last-child li{
    background: url(../../img/why-3.png) no-repeat -5px 0;
}
.why-container-content ul li:first-child {
    background: url(../../img/why-1.png) no-repeat 10px 0;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%)
}
.why-container-content ul:last-child li:first-child {
    background: url(../../img/why-4.png) no-repeat 10px 0;
}
/* method */
.method {
    background-color: #e0e0e0;
}
.method-title {
    width: 100%;
    height: 80px;
    background-color: #ce3929;
    display: flex;
    justify-content: center;
    align-items: center;
}
.method-container {
    display: flex;
    padding: 0 65px;
    margin-top: 35px;
}
.method-container-left {
    flex: 1
}
.method-container-left-title {
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-size: 30px;
    color: #fff;
    background-color: #ce3929;
}
.method-container-left-content {
    margin-top: 60px;
    margin-right: 23px;
}
.method-container-left-content h4 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #ce3929;
}
.method-container-left-content ul {
    background-color: #4e4e4c;
    padding: 10px 20px 25px;
}
.method-container-left-content ul li {
    color: #fff;
    height: 35px;
    line-height: 35px;
}
.method-container-left-content a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    background-color: #ce3929;
}
.method-container-right {
    flex: 1
}
.method-container-right-title {
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-size: 30px;
    color: #fff;
    background-color: #4e4e4d;
}
.method-container-right-content {
    margin-top: 60px;
}
.method-container-right-content h4 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #ce3929;
}
.method-container-right-content ul {
    background-color: #fff;
    padding: 10px 20px 0px;
    height: 215px;
}
.method-container-right-content ul li {
    color: #333;
    height: 35px;
    line-height: 35px;
}
.method-container-right-content ul li a{
    text-decoration: underline;
}
.method-container-right-content ul li i {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: #ce3929;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
.method p {
    text-align: center;
    color: #ce3929;
    margin: 45px 0 40px;
}
.method-container-btn a {
    width: 400px;
    height: 55px;
    line-height: 55px;
    background-color: #ce3929;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
}

.method-container-btn a span {
    font-size: 30px;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
/* workflow */
.workflow {
    background-color: #d0594d;
    position: relative;
}
.common-title-text.workflow {
    font-size: 38px;
    background-color: #d0594d;
    padding: 0 60px;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
}
.workflow img {
    width: 1130px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}
.workflow ul {
    display: flex;
    padding: 0 50px;
    padding-left: 30px;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translateX(-50%);
}
.workflow ul li {
    font-size: 20px;
    flex: 1;
    text-align: right;
}
/* need */
.need {
    position: relative;
}
.need-container {
    display: flex;
    margin-top: 55px;
    text-align: center;
}
.need-container-left,
.need-container-center,
.need-container-right {
    flex: 1;
}
.need-container img {
    height: 180px;
}
.need-container p {
    color: #ce3929;
    font-size: 20px;
    margin: 20px 0;
}
.need-container ul {
    padding-left: 110px;
}
.need-container li {
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
}
.need-container li i {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 10px;
    background-color: #ce3929;
}
.need-container li a {
    color: #ce3929;
    text-decoration: underline;
}
.need-btn {
    margin-top: 40px;
}
.need-btn a{
    width: 205px;
    height: 55px;
    display: block;
    text-align: center;
    line-height: 53px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    border-radius: 50px;
    margin: 0 auto;
    background-color: #ce3929;
}
/* file */
.file {
    background-color: #efefef;
    position: relative;
}
.file-content {
    margin-top: 70px;
    padding: 0 200px;
}
.file-content ul {
    width: 185px;
    margin-right: 150px;
}
.file-content ul li {
    line-height: 40px;
    font-size: 16px;
}
.file-content ul li i{
    width: 25px;
    height: 25px;
    display: inline-block;
    color: #fff;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 15px;
    background-color: #ce3929;
    border-radius: 50%;
}
/* apply */
.apply {
    background-color: #ffdad6;
}

.apply-title {
    width: 100%;
    height: 80px;
    background-color: #ce3929;
    display: flex;
    justify-content: center;
    align-items: center;
}
.apply-content {
    margin-top: 70px;
    padding-left: 135px;
    display: flex;
}
.apply-content ul {
    width: 400px;
    height: 275px;
    background-color: #fff;
}
.apply-content ul li {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding-left: 20px;
}
.apply-content ul li:first-child {
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    background-color: #ce3929;
    margin-bottom: 10px;
    padding-left: 0;
}
.apply-content ul li:last-child {
    color: red
}
.apply-content-right {
    flex: 1;
    margin-left: 70px;
    margin-right: 20px;
} 
.apply-content-right h4 {
    font-size: 20px;
    color: #ce3929;
    margin-left: 118px;
}
.apply-content-right ol {
    height: 220px;
    margin-top: 20px;
    background: url(../../img/apply-bg.png) no-repeat;
    padding-top: 70px;
}
.apply-content-right ol li {
    width: 180px;
    margin-bottom: 95px;
    text-align: left;
}
.apply-content-right ol li.margin {
    margin: 0
}
.apply-content-right ol li span {
    width: 85px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
}
/* new */
.new {
    position: relative;
    display: flex;
}
.common-title1 {
    height: 70px;
    border-bottom: 1px solid #666;
    margin: 0 50px;
}
.common-title-text1{
    font-size: 38px;
    background-color: #fff;
    padding: 0 40px;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
}
.common-title-text1::after {
    content: "●";
    font-size: 8px;
    position: absolute;
    top: 16px;
    left: -5px;
}
.common-title-text1::before {
    content: "●";
    font-size: 8px;
    position: absolute;
    top: 16px;
    right: -5px;
}
.new-left {
    position: relative;
    flex: 1;
}
.new-right {
    position: relative;
    flex: 1;
}
.new-left-list {
    margin-top: 55px;
    padding: 0 20px;
}
.new-left-item {
    margin-bottom: 15px;
    /* padding-left: 20px; */
    position: relative;
}
.new-left-item:first-child {
    /* color: #ce3929; */
}
.new-left-item:nth-child(2){
    /* width: 520px;
    height: 80px;
    display: flex;
    align-items: center;
    line-height: 20px;
    padding: 0 10px;
    background-color:#f1f1f1; */
}
.new-left-item img {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 2px;
    cursor: pointer;
}
.new-left-item img:nth-child(2) {
    display: none;
}
.new-left-item-text {
    height: 0px;
    overflow: hidden;
    transition: all .3s;
    background-color: #eee;
    padding: 0 10px;
    line-height: 23px;
}
.new-left-item-text.on {
    height: auto;
    padding: 10px;
    margin-top: 10px;
}
.new-left-item-text p {
    padding: 10px;
}

.new-left-item.after2 {
    color: #888;
}
.new-left-item:last-child {
    margin: 0;
}
.new-left-item .fr {
    margin-right: 30px;
}
.new .more {
    width: 100px;
    height: 25px;
    display: block;
    background-color: #ce3929;
    color: #fff;
    text-align: center;
    line-height: 23px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 16px;
}
.new .border {
    width: 1px;
    height: 95%;
    background-color: #ccc;
    position: absolute;
    top: 40px;
    left: 50%;
}
/* preponderance */
.preponderance {
    height: 730px;
    margin-top: 50px;
    position: relative;
    background-color: #f4f4f4;
    overflow: hidden;
}
.preponderance-title {
    width: 870px;
    height: 73px;
    border-bottom: 1px solid #666;
    margin: 0 auto;
    position: relative;
}
.preponderance-title h3 {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f4f4f4;
    padding: 0 45px;
    font-size: 40px;
    font-weight: 400;
}
.preponderance-title h4 {
    width: 480px;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    color: #ce3929;
}
.preponderance-title img {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
}
.preponderance ul {
    margin-top: 142px;
    width: 310px;
}
.preponderance ul li {
    overflow: hidden;
    margin-bottom: 105px;
}
.preponderance ul li:last-child {
    margin: 0;
}
.preponderance-container ul span {
    width: 210px;
    text-align: right;
    margin-top: 5px;
    line-height: 18px;
}
.preponderance-container .fr span {
    text-align: left;
}
.preponderance-container ul h2 {
    font-size: 40px;
    color: #ce3929;
}
.preponderance ul:last-child span {
    text-align: left;
}
.preponderance-container-position .position-1 {
    width: 554px;
    height: 302px;
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
}
.preponderance-container-position .position-2 {
    width: 415px;
    height: 415px;
    position: absolute;
    top: 175px;
    left: 50%;
    transform: translateX(-50%);
}
.preponderance-container-position .position-3 {
    width: 82px;
    height: 82px;
    position: absolute;
    top: 600px;
    left: 50%;
    transform: translateX(-50%);
}
/* 右边悬浮导航 */
.menu-right {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.menu-right li {
    width: 166px;
    height: 36px;
    border: 2px solid #ce3929;
    background-color: #ce3929;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}
.menu-right li:last-child {
    margin: 0;
}
.menu-right li.on {
    background-color: #fff;
    color: #ce3929;
}
.menu-right li:hover {
    background-color: #fff;
    color: #ce3929;
}






























































































































































































































