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-position {
    position: relative;
}
.banner-btn {
    width: 650px;
    height: 70px;
    position: absolute;
    bottom: 30%;
    right: 8%;
}
.banner-btn a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    border: 5px solid #ce1127;
    color: #ce1127;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    line-height: 58px;
    display: flex;
}
.banner-btn a span:first-child {
    flex: 2;
    background-color: #ce1127;
    color: #fff;
}
.banner-btn a span:last-child {
    flex: 3;
}
.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;
}

/* superiority */
.superiority {
    position: relative;
    background: url(../../img/superiority-bg.png) no-repeat;
    background-size: 100%;
}

.common-title-text.superiority {
    font-size: 38px;
    padding: 0 60px;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fdfdfd;
}
.superiority-list {
    margin-top: 55px;
    background: url(../../img/superiority-list.png) no-repeat 10px 0;
    background-size: 97.5%;
}
.superiority-item {
    height: 74px;
    padding-left: 158px;
    display: flex;
    align-items: center;
    color: #fff;
}
.superiority-item:nth-child(3),
.superiority-item:nth-child(4) {
    color: #333;
}
.superiority-item h3 {
    font-size: 20px;
}
.superiority-item span {
    font-size: 16px;
    margin-left: 63px;
}

/* registe */
.registe {
    position: relative;
}
.registe-title {
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #cc0208;
    font-weight: 700;
}
.registe-content {
    width: 940px;
    margin: 0 auto;
    margin-top: 80px;
}
.registe-content img {
    width: 100%;
}
.registe-content a {
    width: 250px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    background-color: #00448e;
    position: absolute;
    bottom: 50px;
    right: 330px;
}
/* select */
.select {
    background-color: #f0e9e1;
    overflow: hidden;
}
.select-title {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #cc0208;
    margin-top: 50px;
}
.select-container {
    margin-top: 45px;
    display: flex;
}
.select-content {
    flex: 1;
}
.select-content:first-child {
    padding-left: 20px;
}
.select-content li{
    display: flex;
    font-size: 20px;
    margin-bottom: 70px;
    position: relative;
}
.select-content li:last-child {
    margin: 0;
}
.select-content li img {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
}
.select-content li div {
    margin-left: 74px;
}
.select-content li h4{
    margin-top: 3px;
    margin-bottom: 7px;
}
.select-btn {
    padding: 0 155px;
    margin-top: 35px;
}
.select-btn a{
    width: 265px;
    height: 40px;
    display: inline-block;
    background-color: #c50207;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
}
/* other */
.other-title {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #cc0208;
    margin: 55px 0 28px;
}
.other-content {
    height: 327px;
    border: 1px solid #ccc;
    display: flex;
}
.other-content-left {
    width: 770px;
}
.other-content-item {
    width: 770px;
    height: 327px;
    font-size: 16px;
    position: relative;
    display: none;
}
.other-content-item.on {
    display: block;
}
.other-content-item-title {
    font-size: 20px;
    text-align: center;
    color: #cc0208;
}
.other-content-item-title.title-1 {
    padding: 20px 0 15px;
}
.other-content-item-title.title-2 {
    padding: 50px 0 15px;
}
.other-content-item ul {
    padding-left: 52px;
}
.other-content-item ul li{
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
}
.other-content-item ul li::before {
    content: "◆";
    position: absolute;
    top: 0px;
    left: 0;
}
.other-content-item ol {
    padding-left: 75px;
}
.other-content-item ol li {
    padding-left: 10px;
    margin-bottom: 10px;
    position: relative;
}
.other-content-item ol li::before {
    content: "*";
    position: absolute;
    top: 0px;
    left: 0;
}
.other-content-item-btn {
    width: 185px;
    height: 42px;
    background-color: #cc0208;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}
.other-content-item-btn.btn-1 {
    bottom: 15px;
}
.other-content-item-btn.btn-2 {
    bottom: 35px;
}
.other-content-right {
    /* width: 100%; */
    flex: 1;
}
.other-content-right-list {
    padding-top: 35px;
}
.other-content-right-list li {
    width: 165px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #cc0208;
    font-size: 20px;
    border: 3px solid #cc0208;
    margin: 0 12px 12px 0;
    cursor: pointer;
}
.other-content-right-list li.on {
    background-color: #cc0208;
    color: #fff;
}
.other-content-item-img {
    padding-left: 70px;
}
.other-content-item-img img {
    margin-right: 35px;
}
.other-content-item-img-2 {
    padding-left: 215px;
}
/* how */
.how {
    background-color: #efefef;
    position: relative;
}
.how-container {
    margin-top: 60px;
    padding: 0 10px;
    overflow: hidden;
}
.how-container-title {
    display: flex;
}
.how-container-title span{
    flex: 1;
    height: 60px;
    display: inline-block;
    background-color: #c8c8c8;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    cursor: pointer;
}
.how-container-title span.on {
    background-color: #cc0208;
    color: #fff;
}
.how-container-item-bg {
    display: none;
}
.how-container-item-bg.on {
    display: block;
}
.how-container-item {
    height: 342px;
    background-color: #fff;
    display: flex;
}
.how-container-item.item-1 ul {
    width: 853px;
    margin: 0 10px 0 43px;
    padding-top: 45px;
    overflow: hidden;
}
.how-container-item.item-1 ul li {
    border: 3px solid #cc0208;
    margin-bottom: 35px;
    padding: 35px 0 20px 20px;
    position: relative;
}
.how-container-item.item-1 ul li i {
    width: 200px;
    height: 50px;
    background-color: #cc0208;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
}
.how-container-item.item-1 ul li:last-child {
    margin: 0;
}
.how-container-item.item-1 ul li p {
    line-height: 20px;
    font-size: 16px;
}
.how-container-item-right {
    height: 227px;
    flex: 1;
    margin-top: 45px;
    background-color: #cc0208;
    margin-right: 20px;
    padding: 25px;
}
.how-container-item-right-content {
    width: 100%;
    height: 100%;
    padding: 0 12px;
    border: 2px solid #fff;
    color: #fff;
}
.how-container-item-right-content p {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 27px;
}
.how-container-item-right-content span {
    line-height: 20px;
}


.how-container-item.item-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.how-container-item.item-2 .how-container-item-img{
    width: 920px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 25px;
}
.how-container-item.item-2 .how-container-item-img img {
    width: 100%;
}
.how-container-item.item-2 li {
    width: 200px;
    text-align: center;
    font-size: 16px;
}
.how-container-item.item-2 h3 {
    margin-top: 50px;
    font-size: 28px;
    color: #cc0208;
}
.how-container-item.item-2 {
    box-sizing: border-box;
}
.how-container-item.item-3 {
    padding-top: 63px;
    
}
.how-container-item.item-3 .how-container-item-img {
    width: 450px;
}
.how-container-item.item-3 .how-container-item-content {
    border: 3px solid #cc0208;
    width: 657px;
    height: 245px;
    padding: 43px 70px 0;
    position: relative;
}
.how-container-item.item-3 .how-container-item-content-title {
    width: 318px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background-color: #cc0208;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%)
}
.how-container-item.item-3 .how-container-item-content ul.margin{
    margin-right: 80px;
}
.how-container-item.item-3 .how-container-item-content ul li {
    font-size: 16px;
    margin-bottom: 20px;
}
.how-container-btn{
    width: 900px;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 53px;
}
.how-container-btn a{
    width: 390px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #cc0208;
}
/* uphold */
.uphold {
    position: relative;
    background-color: #292929;
}
.common-title-text.uphold {
    font-size: 38px;
    background-color: #292929;
    color: #fff;
    padding: 0 60px;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
}
.uphold-container {
    margin-top: 100px;
    padding: 0 30px;
    display: flex;
}
.uphold-container-item {
    height: 373px;
    flex: 1;
    margin-right: 30px;
    margin-bottom: 53px;
    padding: 60px 0 27px;
    background-color: #fff;
    font-size: 20px;
    position: relative;
}
.uphold-container-item:last-child {
    margin: 0;
}
.uphold-container-item-title {
    width: 176px;
    height: 62px;
    background: url(../../img/uphold-1.png) no-repeat;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translateX(-50%);
}
.uphold-container-item p{
    padding: 0 43px;
    line-height: 40px;
}
.uphold-container-item.item-1 ul {
    margin-top: 20px;
}
.uphold-container-item.item-1 ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 32px;
    margin-bottom: 12px;
}
.uphold-container-item.item-1 ul li div {
    width: 165px;
    height: 48px;
    border: 1px solid #ccc;
}
.uphold-container-item.item-1 ul li img{
    vertical-align: middle;
}
.uphold-container-item.item-1 .uphold-container-item-btn {
    width: 342px;
    margin-left: 9px;
}
.uphold-container-item.item-1 .uphold-container-item-btn a {
    width: 165px;
    height: 35px;
    border: 3px solid #cc0208;
    box-sizing: border-box;
}
.uphold-container-item.item-1 .uphold-container-item-btn a:hover {
    border: 3px solid #cc0208;
    background-color: #fff;
    color: #cc0208;
}
.uphold-container-item.item-2 .uphold-container-item-btn a {
    width: 197px;
    height: 35px;
    display: block;
    margin-left: 84px;
    border: 3px solid #cc0208;
    box-sizing: border-box;
}
.uphold-container-item.item-2 .uphold-container-item-btn a:hover {
    border: 3px solid #cc0208;
    background-color: #fff;
    color: #cc0208;
}
.uphold-container-item.item-3 p.center {
    /* margin: 0 auto; */
    text-align: center;
}
.uphold-container-item.item-3 p.weight {
    font-weight: 700;
}
.uphold-container-item.item-3 span {
    font-weight: 400;
}
.uphold-container-item.item-3 p a {
    color: #cc0208;
    font-weight: 400;
    text-decoration: underline;
}
.uphold-container-item.item-3 .uphold-container-item-btn a {
    width: 197px;
    height: 35px;
    line-height: 28px;
    display: block;
    margin-left: 84px;
    border: 3px solid #cc0208;
    background-color: #fff;
    color: #cc0208;
}
.uphold-container-item.item-3 .uphold-container-item-btn a:hover {
    background-color: #cc0208;
    color: #fff;
}
.uphold-container-item-btn {
    height: 35px;
    position: absolute;
    bottom: 20px;
}
.uphold-container-item-btn a {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #cc0208;
}
/* 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-list {
    margin-top: 55px;
    padding: 0 20px;
}
.new-left-item {
    margin-bottom: 15px;
    /* padding-left: 20px; */
    position: relative;
}
.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: #cc0208;
    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: #cc0208;
}
.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: #cc0208;
}
.preponderance ul:last-child span {
    text-align: left;
}
.preponderance-container-position .position-1 {
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
}
.preponderance-container-position .position-2 {
    position: absolute;
    top: 175px;
    left: 50%;
    transform: translateX(-50%);
}
.preponderance-container-position .position-3 {
    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 #c50207;
    background-color: #c50207;
    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: #c50207;
}
.menu-right li:hover {
    background-color: #fff;
    color: #c50207;
}


































