html {
    font-size: 16px !important;
}

body .main:nth-child(4) .center {
    width: 100%;
}

.secondary {
    display: none;
    border-top: 1px solid #efefef;
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    padding: 25px 0;
}

.secondary .li {
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
}

.secondary .li+.li {
    margin-left: 100px;
}

.secondary .li:hover {
    color: #c30d23;
}

.menu .list:hover .secondary {
    display: block;
}

.banner {
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.atlas {
    position: relative;
}

.slogan {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 8;
    color: #ffffff;
    top: 35%;
}

.slogan .t1 {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 3.5vw;
}

.slogan .t1 span {
    color: #c30d23;
}

.slogan .t2 {
    font-size: 28px;
    margin-bottom: 1vw;
}

.slogan .t3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 3vw;
}

.slogan .more {
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 154px;
    line-height: 46px;
    border-radius: 23px;
    background: #ffffff;
    text-align: center;
    color: #c30d23;
}

.section {
    padding: 80px 0;
}

.section .container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 33px;
}

.section-title span {
    color: #e62022;
    text-transform: uppercase;
}

.section-title p {
    font-size: 18px;
    margin: 20px 0 0;
    color: #666;
}

.section-title-1 {
    background-image: url(/Public/assest/img/title_bg.png);
    background-repeat: repeat-x;
    background-position: center -5px;
}

.section-title-1 strong {
    background-color: #fff;
    padding: 0 30px;
    display: inline-block;
}

.seo-3 {
    background-repeat: no-repeat;
    background-position: center 0;
    padding-top: 80px;
}

.seo-3 ul {
    position: relative;
    height: 400px;
}

.seo-3 li {
    position: absolute;
    border: 2px solid #838383;
    font-size: 16px;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: bold;
    background-color: #fff;
}

.seo-3 li span {
    color: #e62022;
    font-size: 22px;
    line-height: 1;
}

.seo-3 li:after {
    position: absolute;
    left: 100%;
    top: 15px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #838383;
}

.seo-3 li:nth-child(even):after {
    left: auto;
    right: 100%;
    border-width: 8px 16px 8px 0;
    border-color: transparent #838383 transparent transparent;
}

.seo-3 li.o1 {
    top: -50px;
    right: 800px;
}

.seo-3 li.o2 {
    top: -50px;
    left: 760px;
}

.seo-3 li.o3 {
    top: 30px;
    right: 860px;
}

.seo-3 li.o4 {
    top: 30px;
    left: 810px;
}

.seo-3 li.o5 {
    top: 100px;
    right: 885px;
}

.seo-3 li.o6 {
    top: 100px;
    left: 835px;
}

.seo-3 li.o7 {
    top: 170px;
    right: 890px;
}

.seo-3 li.o8 {
    top: 170px;
    left: 840px;
}

.seo-3 li.o9 {
    top: 240px;
    right: 875px;
}

.seo-3 li.o10 {
    top: 240px;
    left: 830px;
}

.seo-3 li.o11 {
    top: 310px;
    right: 850px;
}

.seo-3 li.o12 {
    top: 310px;
    left: 800px;
}

.seo-3 li.o13 {
    top: 380px;
    right: 800px;
}

.seo-3 li.o14 {
    top: 380px;
    left: 750px;
}

.seo-3 .zd {
    display: block;
    margin: 0 auto;
    border: 1px #e62022 dashed;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
}

.seo-3 .zd span {
    display: block;
    background-color: #e62022;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    padding: 20px 0;
    line-height: initial;
}

.seo-3 .zd:hover {
    border-color: #000;
}

.seo-3 .zd:hover span {
    background-color: #000;
}

.sysec {}

.sysec .apply {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 4% 10%;
    width: 100%;
}

.sysec .text_a {
    color: #c30d23;
    font-weight: 900;
    font-size: 28px;
    margin-bottom: 1rem;
}

.sysec .text_b {
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 2rem;
}

.sysec .public-input2 {
    margin-right: 2%;
    width: 20%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    height: 46px;
    border-radius: 12px;
    overflow: hidden;
}

.sysec .public-input2 input {
    color: #333;
    padding: 0 1rem;
    width: 100%;
    min-width: 200px;
    height: 100%;
    font-size: 16px;
}

.sysec .apply .submitForm {
    height: 46px;
    background: #c30d23;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    width: 150px;
    border-radius: 12px;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    font-size: 16px;
}

.sysec .apply .submitForm span {
    font-size: 16px;
    color: #ffffff;
}

.common {
    padding: 80px 0 20px;
}

.commonTitle {
    position: relative;
}

.w_title_1 {
    margin: 0px 0px 20px;
    padding: 0px;
    font-family: 'Microsoft Yahei', arial, SimSun, Tahoma, Helvetica, STHeiti, sans-serif;
    list-style: none;
    line-height: 1;
    transition-property: color, border-color, background-color;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    box-sizing: border-box;
    color: rgb(68, 68, 68);
    font-size: 24px;
    text-wrap: wrap;
    background-color: rgb(255, 255, 255)
}

.w_desc_1 {
    margin: 0px 0px 60px;
    padding: 0px;
    font-family: 'Microsoft Yahei', arial, SimSun, Tahoma, Helvetica, STHeiti, sans-serif;
    list-style: none;
    line-height: 30px;
    transition-property: color, border-color, background-color;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    box-sizing: border-box;
    font-size: 14px;
    display: inline-block;
    color: rgb(119, 119, 119);
    width: 660px;
    text-wrap: wrap;
    background-color: rgb(255, 255, 255)
}

.commonTitle .zh {
    color: #444;
    font-size: 26px;
    margin-bottom: 20px;
}

.commonTitle .heng {
    background: #c30d23;
    width: 20px;
    height: 2px;
    margin-bottom: 20px;
    display: inline-block;
}

.heng2 {
    border-bottom: 1px solid #eeeeee;
    font-size: 0;
    margin-bottom: 20px;
}

.heng2 span {
    background: #c30d23;
    width: 20px;
    height: 2px;
    display: inline-block;
}

.commonTitle .des {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    color: #777;
    margin-bottom: 60px;
    width: 100%;
}

.commonTitle .more {
    display: block;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 154px;
    line-height: 46px;
    border-radius: 23px;
    background: #c30d23;
    text-align: center;
}

.profile .commonTitle {
    width: 660px;
    float: left;
}

.profile .centerBox {
    position: relative;
}

.centerBox {
    margin: 0 auto;
    max-width: 1200px;
}

.centerBox:after {
    content: "";
    display: block;
    clear: both;
}

.profile .en {
    position: absolute;
    right: 0;
    top: 90px;
    font-weight: bold;
    font-size: 30px;
    color: #cccccc;
    text-transform: uppercase;
    transform: rotate(-90deg);
}

.profile .en span {
    font-size: 40px;
    color: #aeaeae;
}

.profile .img {
    margin-left: 700px;
    border-radius: 10px;
    overflow: hidden;
}

.profile .img img {
    display: block;
    width: 100%;
}

.data {
    padding: 50px 0;
}

.data .years {
    box-shadow: 0 0 15px #00000033;
    width: 100%;
    background: #ffffff;
    padding: 4% 0;
    overflow: hidden;
    border-radius: 8px;
}

.data .years .li {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 34px;
    color: #444;
}

.data .years .li+.li {
    border-left: 1px solid #eeeeee;
}

.data .years .li span {
    font-size: 14px;
    color: #c30d23;
    display: inline-block;
    vertical-align: text-top;
}

.data .years .li p:last-child {
    font-size: 14px;
    margin-top: 20px;
    color: #666;
}

.advantage {
    background: #f9f9f9;
    padding-bottom: 60px;
}

.advantage .tabs {}

.advantage .tabs .tab {
    overflow: hidden;
    margin-bottom: 50px;
}

.advantage .tabs .tab p {
    float: left;
    margin-right: 50px;
    cursor: pointer;
}

.advantage .tabs .tab p.on {
    color: #c30d23;
}

.advantage .tabs .lists {
    background: #ffffff;
    overflow: hidden;
    border-radius: 8px;
}

.advantage .tabs .lists .li {}

.advantage .tabs .lists .li .img {
    width: 760px;
    float: left;
}

.advantage .tabs .lists .li .img img {
    display: block;
    width: 100%;
    height: 390px;
}

.advantage .tabs .lists .li .commonTitle {
    background: #ffffff;
    margin-left: 760px;
    height: 390px;
    overflow: hidden;
    padding: 40px;
    padding-top: 70px;
}

.advantage .tabs .lists .li .commonTitle .des {
    max-width: 400px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product .commonTitle {
    text-align: center;
}

.picturesBox {
    margin-top: 30px;
}

.picturesBox ul {
    display: block;
    width: 100%;
}

.picturesBox ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #fafafa;
    margin-bottom: 10px;
}

.picturesBox ul li .t1 {
    display: block;
    width: 150px;
    color: #c30d23;
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 30px;
    line-height: 1.5;
}

.picturesBox ul li .t2 {
    display: block;
    width: calc(100% - 150px);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5;
}

.picturesBox ul li .t3 {
    font-size: 56px;
    color: #c30d2317;
    font-family: math;
    font-weight: bold;
}

.picturesBox ul li::before {
    width: 12px;
    height: 12px;
    content: '';
    display: block;
    background-color: #c30d23;
    border-radius: 100%;
}

.picturesBox ul li::after {
    width: 1px;
    height: 100%;
    content: '';
    left: 25px;
    top: calc(50% + 6px);
    background-color: #c30d23;
    position: absolute;
    z-index: 2;
}

.picturesBox ul li:last-child::after {
    display: none;
}

.home-Cooperation {}

.home-Cooperation ul {
    display: flex;
}

.home-Cooperation ul li {
    flex: 1;
    background: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 20px;
    margin-left: 6px;
    position: relative;
    transition: 0.5s;
}

.home-Cooperation ul li::before {
    content: '';
    position: absolute;
    left: calc(100% - 15px);
    top: calc(50% - 15px);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    background-position: center;
    z-index: 1;
}

.home-Cooperation ul li:last-child::before {
    content: none;
}

.home-Cooperation ul li:first-child {
    margin-left: 0;
}

.home-Cooperation ul li span {
    color: #c30d23;
    font-size: 48px;
}

.home-Cooperation ul li h3 {
    font-size: 1.25rem;
    color: #222;
    margin: 1rem 0 4px;
}

.home-Cooperation ul li p {
    font-size: 1rem;
    color: #222;
    line-height: 1.3;
}

.home-Cooperation ul li:hover {
    background: #c30d23;
}

.home-Cooperation ul li:nth-child(2) {
    background: #c30d23;
}

.home-Cooperation ul li:nth-child(2):hover {
    background: #e5e5e5;
}

.home-Cooperation ul li:nth-child(2):hover .font-48 {
    color: #c30d23;
}

.home-Cooperation ul li:nth-child(2):hover h3 {
    color: #000;
}

.home-Cooperation ul li:nth-child(2):hover p {
    color: #000;
}

.home-Cooperation ul li:nth-child(4):hover {
    background: #e5e5e5;
}

.home-Cooperation ul li:nth-child(4):hover .font-48 {
    color: #c30d23;
}

.home-Cooperation ul li:nth-child(4):hover h3 {
    color: #000;
}

.home-Cooperation ul li:nth-child(4):hover p {
    color: #000;
}

.home-Cooperation ul li:nth-child(6):hover {
    background: #e5e5e5;
}

.home-Cooperation ul li:nth-child(6):hover .font-48 {
    color: #c30d23;
}

.home-Cooperation ul li:nth-child(6):hover h3 {
    color: #000;
}

.home-Cooperation ul li:nth-child(6):hover p {
    color: #000;
}

.home-Cooperation ul li:nth-child(2) span,
.home-Cooperation ul li:nth-child(2) h3,
.home-Cooperation ul li:nth-child(2) p {
    color: #fff;
}

.home-Cooperation ul li:nth-child(4) {
    background: #c30d23;
}

.home-Cooperation ul li:nth-child(4) span,
.home-Cooperation ul li:nth-child(4) h3,
.home-Cooperation ul li:nth-child(4) p {
    color: #fff;
}

.home-Cooperation ul li:nth-child(6) {
    background: #c30d23;
}

.home-Cooperation ul li:nth-child(6) span,
.home-Cooperation ul li:nth-child(6) h3,
.home-Cooperation ul li:nth-child(6) p {
    color: #fff;
}

.home-Cooperation ul li:hover span,
.home-Cooperation ul li:hover h3,
.home-Cooperation ul li:hover p {
    color: #fff;
}
@media only screen and (min-width: 769px) {
    #w_grid-1589269415842>div>.p_gridbox>.p_gridCell {
        margin-top: 6rem;
    }
}