html {
    width: 100%;
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
}

.hide {
    display: none;
}

i, em, cite {
    font-style: normal;
}

.hide {
    display: none;
}

body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    background: #fff;
    min-height: 100%;
    font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

ul, ul li, ol, li {
    list-style: none outside none;
}

img {
    vertical-align: middle;
    border: none;
}

i {
    font: inherit;
}

input, select, option {
    vertical-align: middle;
    border-radius: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: none;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

h1, h2, h3, h4, h5, h6, i {
    font-weight: normal;
}

select::-ms-expand {
    display: none;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    text-decoration: none;
    outline: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
    display: block;
    height: 1px;
    clear: both;
}

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
    margin: 0;
    padding: 0;
}


.more-btn {
    display: flex;
    justify-content: center;
}

.more-btn a {
    display: block;
    width: 284px;
    height: 44px;
    font-size: 16px;
    color: #fff;
    background: #ae1e24;
    text-align: center;
    line-height: 44px;
}


/* header */
.header {
    width: 100%;
    background: #fff;
}

.header-box {
    width: 1215px;
    height: 124px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-box-lf i {
    display: block;
    width: 256px;
    height: 60px;
    overflow: hidden;
}

.header-box-lf i img {
    width: 256px;
    height: 60px;
}

.header-box-rg-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 30px 0;
}

.header-box-rg-top-lf {
    margin-right: 30px;
}

.header-box-rg-top-rg {
    display: flex;
    align-items: center;
}

.header-box-rg-top-rg i {
    width: 30px;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 2px;
    color: #093051;
    margin-right: 8px;
}

.header-box-rg-top-rg img {
    width: 25px;
    height: 25px;
}

.header-box-rg-top-rg span {
    font-size: 26px;
    line-height: 100%;
    color: #093051;
    margin-left: 10px;
}

.header-box-rg-bottom {
    display: flex;
    justify-content: flex-end;
}
.header-nav-item {
    height: 36px;
    position: relative;
    margin-left: 50px;
}

.header-nav-item>a {
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 6px;
    font-weight: 600;
    position: relative;
}
.header-nav-item>a:hover {
    color: #005c81;
}
.nav-item-hide {
    width: 100%;
    height: auto;
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translate(-50%) translateX(-3px);
    z-index: 100;
    background-color: #fff;
    padding: 14px 20px 20px;
    display: none;
    background: url('../static/triangle-icon.png')no-repeat top 5px center,
                url('../static/totems-icon.jpg') no-repeat bottom center;
    background-color: #fff;
}
.nav-item-hide .hide-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.nav-item-hide .hide-item a {
    display: block;
    font-size: 14px;
    line-height: 100%;
    position: relative;
}
.nav-item-hide .hide-item a:hover {
    color: #005c81;
}
.nav-item-hide .hide-item a:hover::before {
    width: 100%;
    height: 1px;
    content: '';
    background-color: #093051;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.header-nav-item::after {
    width: 0%;
    height: 2px;
    content: '';
    background: #005c81;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%) translateX(-3px);
}

.def-underline::after {
    width: calc(100% - 6px);
}

.hover-underline::after {
    width: calc(100% - 6px);
}

.header-banner {
    width: 100%;
}

.header-banner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
}


/* footer */
.footer {
    width: 100%;
    background: #fff;
}

.footer-joinUs {
    width: 100%;
    height: 362px;
    background: url('../static/join-bg.jpg') no-repeat;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.joinUs-tle {
    font-size: 26px;
    line-height: 100%;
    color: #fff;
    letter-spacing: 9px;
    margin-bottom: 63px;
}

.join-form {
    width: 1210px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.join-form input {
    width: 278px;
    height: 44px;
    background: #fff;
    font-size: 18px;
    padding-left: 13px;
    box-sizing: border-box;
}

.join-form input:last-child {
    padding: 0;
    background: #ae1e24;
    color: #fff;
    cursor: pointer;
}

.footer-laBle {
    width: 100%;
    background: #f1f1f4;
}

.footer-laBle-box {
    width: 1200px;
    height: 148px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-laBle-box a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-right: 2px solid #7d8f9f;
}

.footer-laBle-box a:last-child {
    border: 0;
}

.footer-laBle-box a img {
    width: 66px;
    height: 66px;
}

.footer-laBle-box a span {
    width: 36px;
    font-size: 18px;
    color: #093051;
    line-height: 135%;
    margin-left: 17px;
}

.footer-wrapper {
    width: 100%;
    height: 526px;
    background: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.footer-logo {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.footer-logo img {
    width: 256px;
    height: 60px;
}

.footer-contact {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.contact-address dt {
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 26px;
    color: #313131;
}

.contact-address dd {
    font-size: 17px;
    line-height: 100%;
    color: #313131;
    margin-bottom: 19px;
}

.contact-address dd span {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #093051;
}

.contact-item {
    text-align: center;
}

.contact-item dt {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
    text-align: left;
}

.contact-item dd {
    margin-bottom: 30px;
    text-align: left;
}

.contact-item dd a {
    display: block;
    font-size: 16px;
    line-height: 100%;
    color: #595757;
}

.contact-item dd a:hover {
    color: #093051;
}

.contact-QR-tle {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
}

.QR-box {
    display: flex;
    justify-content: center;
}

.QR-box-item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    color: #595757;
}

.QR-box-item img {
    width: 141px;
    height: 141px;
    margin-bottom: 7px;
}

.QR-box-item i {
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 14px;
}

.QR-box-item span {
    font-size: 14px;
    line-height: 100%;
}

.footer-copyright {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f1f4;
}

.copyright-box {
    width: 1200px;
}

.copyright-text {
    font-size: 14px;
    line-height: 100%;
    color: #595757;
    text-align: center;
}

.footer-quotation {
    width: 100%;
    height: 78px;
    background: #093051;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quotation-box {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.quotation-box input {
    width: 276px;
    height: 42px;
    background: #fff;
    font-size: 16px;
    color: #909090;
    line-height: 100%;
    box-sizing: border-box;
    padding-left: 12px;
}

.quotation-box input:last-child {
    padding: 0;
    color: #fff;
    background: #ae1e24;
    cursor: pointer;
}


/* 侧边固定栏 */
.side-box {
    position: fixed;
    right: 0;
    bottom: 295px;
    z-index: 100;
}

.side-box dt {
    width: 70px;
    height: 64px;
    background: #ae1e24;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.side-box dt span {
    font-size: 18px;
    line-height: 120%;
    width: 36px;
    color: #fff;
}

.side-box dd {
    width: 70px;
    height: 84px;
    background: #02437a;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.side-box dd .telBox {
    position: absolute;
    left: -200px;
    top: 0;
    height: 84px;
    line-height: 84px;
    background: #02437a;
    color: #fff;
    width: 200px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    display: none;
}

.side-box dd .wxBox {
    position: absolute;
    left: -98px;
    top: 0;
    height: 98px;
    display: none;
}

.side-box dd .wxBox img {
    width: 98px;
    height: 98px;
}

.side-item-tel:hover .telBox,
.side-item-wx:hover .wxBox {
    display: block;
}

.side-box dd img {
    width: 38px;
    height: 38px;
    margin-bottom: 6px;
}

.side-box dd span {
    font-size: 14px;
    line-height: 100%;
    color: #fff;
}







/* 首页 */

/* aboutUs */
.aboutUs {
    width: 100%;
    height: 1018px;
    background: url('../static/aboutUs-bg.jpg') no-repeat;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.aboutUs-tle {
    margin-bottom: 33px;
    text-align: center;
}

.aboutUs-tle fieldset {
    font-size: 33px;
    line-height: 100%;
    color: #093051;
    margin-bottom: 20px;
}

.aboutUs-tle p {
    font-size: 22px;
    line-height: 100%;
    color: #093051;
    text-transform: uppercase;
}

.aboutUs-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
}

.aboutUs-box-lf {
    width: 591px;
    height: 424px;
    overflow: hidden;
}

.aboutUs-box-lf img {
    width: 591px;
    height: 424px;
}

.aboutUs-box-rg {
    flex: 1;
    padding: 0 50px 0 60px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background-color: #f6f6f6;
}

.company-profile {
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 30px;
    color: #313131;
}

.company-profile-text {
    font-size: 14px;
    color: #313131;
    line-height: 26px;
}

.company-profile-text p {
    text-indent: 14px;
    margin-bottom: 10px;
}

.company-profile-text p:last-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    margin-bottom: 0;
}

.about-more {
    margin-top: 60px;
    margin-bottom: 29px;
}

.aboutUs-laBle-top {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 87px;
}

.aboutUs-laBle-top li {
    flex: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-right: 1px solid #bfbfbf;
}

.aboutUs-laBle-top li:last-child {
    border: none;
}

.aboutUs-laBle-top li b {
    float: left;
    font-weight: normal;
    font-size: 30px;
    line-height: 100%;
    color: #093051;
    margin-bottom: 21px;
    font-weight: bold;
}

.aboutUs-laBle-top li p {
    font-size: 19px;
    line-height: 100%;
    color: #a1a1a1;
}

.aboutUs-laBle-bottom {
    width: 1200px;
    display: flex;
    justify-content: space-around;
}

.aboutUs-laBle-bottom li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutUs-laBle-bottom li b {
    font-size: 110px;
    line-height: 100%;
    color: #093051;
    margin-right: 15px;
}

.aboutUs-laBle-bottom li div {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.aboutUs-laBle-bottom li div i {
    float: left;
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 10px;
    color: #313131;
}

.aboutUs-laBle-bottom li div p {
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 10px;
    color: #313131;
}

.aboutUs-laBle-bottom li div p:last-child {
    margin-bottom: 0;
}

/* life home */
.lifeHome {
    width: 100%;
    height: 774px;
    background: url(../static/life-bg.jpg) no-repeat;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 75px;
}

.lifeHome-tle {
    font-size: 33px;
    line-height: 100%;
    color: #093051;
    margin-bottom: 37px;
    font-weight: 600;
}

.lifeHome-nav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 54px;
}

.lifeHome-nav li {
    flex: 1;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    font-size: 25px;
    line-height: 100%;
}

.lifeHome-nav li:hover a,
.def-col a,
.def-col:hover a,
.hover-col a,
.hover-col:hover a {
    color: #fff;
}

.lifeHome-nav li:nth-child(2n) {
    background-color: #d7d7d9;
}

.def-col {
    color: #fff;
    background-color: #02437a !important;
}

.hover-col {
    color: #fff;
    background-color: #02437a !important;
    transition: all 0.5s;
}

.lifeHome-show {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.lifeHome-show li {
    width: 190px;
    height: 546px;
    overflow: hidden;
}

.lifeHome-show li a {
    position: relative;
    display: block;
}

.lifeHome-show li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.lifeHome-show li a p span {
    width: 21px;
    margin: 0 auto;
    font-size: 21px;
    text-align: center;
    line-height: 100%;
    color: #f1f1f1;
    position: absolute;
    right: 20px;
    top: 18px;
}

.lifeHome-show .lifeHome-show-item {
    width: 190px;
    transition: all 1s;
}

.lifeHome-show .cur-item {
    width: 430px;
    transition: all 1s;
}

.lifeHome-show .cur-item a p {
    background: rgba(0, 0, 0, 0);
}


/* Boutique */

.Boutique {
    width: 100%;
    /* height: 1329px; */
    background: url('../static/boutique-bg.jpg') no-repeat;
    background-position: center bottom;
    /* display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; */
}

.Boutique-tle {
    margin-bottom: 47px;
    text-align: center;
}

.Boutique-tle fieldset {
    font-size: 33px;
    line-height: 100%;
    color: #093051;
    margin-bottom: 13px;
    font-weight: 600;
}

.Boutique-tle p {
    font-size: 18px;
    line-height: 100%;
    color: #093051;
}

.Boutique-box {
    width: 1092px;
    min-height: 989px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.Boutique-box-item {
    width: 435px;
    height: 478px;
    overflow: hidden;
}

.Boutique-bd-item {
    width: 435px;
    height: 478px;
    display: inline-block;
    margin-right: 28px;
    margin-bottom: 33px;
}
/* .Boutique-bd-item:nth-child(3n) {
    margin-right: 0;
} */
@media screen and (min-width: 1389px) {
    .Boutique-bd-item:nth-child(3n) {
        margin-right: 0;
    }
}

.Boutique-box-item .Boutique-box-item-top {
    width: 435px;
    height: 353px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.Boutique-box-item .Boutique-box-item-top img {
    max-width: 435px;
}

.Boutique-box-item .Boutique-box-item-bottom {
    width: 100%;
    height: 125px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background: #173c61;
    box-sizing: border-box;
    padding: 0 50px;
    color: #fff;
    text-align: left;
}

.Boutique-box-item .Boutique-box-item-bottom dt {
    float: left;
    font-size: 26px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 16px;
}

.Boutique-box-item .Boutique-box-item-bottom dd {
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Boutique-box-item .Boutique-box-item-bottom dd i {
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

.Boutique-box-item .Boutique-box-item-bottom dd div {
    display: flex;
    align-items: center;
}

.Boutique-box-item .Boutique-box-item-bottom dd div img {
    width: 19px;
    height: 19px;
    margin-right: 10px;
}

.Boutique-box-item .Boutique-box-item-bottom dd div span {
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

.Boutique-move-btn {
    margin-bottom: 82px;
}

.Boutique-bd {
    max-width: 1720px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    text-align: center;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
}
/* craft */
.craft {
    width: 100%;
    height: 904px;
    background: url('../static/craft-bg.jpg') no-repeat;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.craft-tle {
    font-size: 33px;
    color: #093051;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 50px;
}

.craft-show {
    width: 1306px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 65px;
}

/* leader */
.leader {
    width: 100%;
    height: 737px;
    background: url('../static/leader-bg.jpg') no-repeat;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.leader-box {
    width: 1210px;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    position: relative;
    margin-bottom: 67px;
}

.leader-box-lf {
    display: flex;
    justify-content: center;
}

.leader-box-lf .leader-tle {
    width: 33px;
    margin: 0 auto;
    font-size: 33px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    margin-right: 25px;
}

.leader-card {
    width: 723px;
    height: 490px;
    padding: 24px;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    position: relative;
    z-index: 50;
}

.leader-card::after {
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    position: absolute;
    left: 0;
    bottom: 65px;
}

.leader-card-lf {
    width: 269px;
    height: 369px;
    overflow: hidden;
    margin-right: 43px;
}

.leader-card-lf img {
    width: 269px;
    height: 369px;
}

.leader-card-rg-top {
    margin-bottom: 88px;
    color: #221815;
}

.leader-card-rg-bottom {
    color: #221815;
}

.leader-card-rg-top p {
    font-size: 35px;
    line-height: 100%;
    font-weight: normal;
    margin-bottom: 22px;
}

.leader-card-rg-top dl dt {
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
}

.leader-card-rg-top dl dt:nth-child(2) {
    margin-bottom: 16px;
}

.leader-card-rg-top dl dd {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 14px;
}

.leader-card-rg-bottom p {
    font-size: 31px;
    line-height: 150%;
}

.leader-box-rg-one {
    width: 307px;
    height: 265px;
    background: #083a69;
    border-radius: 0 30px 0 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 42px;
    position: absolute;
    top: -30px;
    right: 53px;
}

.leader-box-rg-one p {
    font-size: 20px;
    line-height: 150%;
    height: 100px;
    color: #fff;
    writing-mode: vertical-rl;
    writing-mode: tb-lr;
    margin-right: 30px;
}

.leader-box-rg-one ul li {
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 13px;
}

.leader-box-rg-two {
    width: 469px;
    height: 269px;
    background: #083a69;
    border-radius: 0 30px 0 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 32px;
    position: absolute;
    bottom: -37px;
    right: 0;
}

.leader-box-rg-two p {
    font-size: 20px;
    line-height: 100%;
    width: 20px;
    color: #fff;
    margin-left: 10px;
}

.leader-box-rg-two ul {
    margin-left: 55px;
    margin-top: 40px;
}

.leader-box-rg-two ul li {
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 13px;
}

/* enterpriseVideo */
.enterpriseVideo {
    width: 100%;
    height: 800px;
    background: url('../static/video-bg.jpg') no-repeat;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.enterpriseVideo-tle {
    margin-bottom: 38px;
    text-align: center;
}

.enterpriseVideo-tle fieldset {
    font-size: 33px;
    line-height: 100%;
    font-weight: 600;
    color: #093051;
    margin-bottom: 19px;
}

.enterpriseVideo-tle p {
    font-size: 18px;
    line-height: 100%;
    color: #093051;
}

.enterpriseVideo-show {
    width: 901px;
    height: 531px;
    overflow: hidden;
    margin-bottom: 27px;
}

/* honor */
.honor {
    width: 100%;
    height: 629px;
    background: url('../static/honor-bg.jpg') no-repeat;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.honor-tle {
    margin-bottom: 63px;
    text-align: center;
}

.honor-tle fieldset {
    font-size: 33px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 28px;
    text-align: center;
}

.honor-tle p {
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    overflow: hidden;
}

.honor-show {
    /* min-width: 1200px;
    max-width: 1770px;
    margin: 0 auto; */
    /* width: 1420px;
    display: flex;
    justify-content: space-between; */
}

.honor-show .pic {
    width: 340px;
    height: 268px;
    overflow: hidden;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.honor-show li {
    width: 340px;
    height: 268px;
}

.honor-show li:last-child {
    margin-right: 0;
}

/*.honor-show li img {
    width: 100%;
}*/

.honor-show li p {
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    text-align: center;
    margin-top: 23px;
    height: 14px;
    overflow: hidden;
}

/* newsCenter */
.newsCenter {
    width: 100%;
    height: 865px;
    background: url('../static/news-bg.jpg') no-repeat;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.newsCenter-tle {
    font-size: 33px;
    line-height: 100%;
    color: #093051;
    font-weight: 600;
    margin-bottom: 28px;
}

.newsCenter-nav {
    width: 540px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}

.newsCenter-nav a {
    float: left;
    width: 170px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #093051;
    box-sizing: border-box;
    border: 1px solid #c1c1cc;
}

.newsCenter-nav a:hover {
    color: #fff;
    background: #ae1e24;
}

.newsCenter-show {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.newsCenter-show-item {
    width: 420px;
    height: 477px;
    display: flex;
    flex-flow: column;
}

.newsCenter-show-item-top {
    width: 420px;
    height: 257px;
    overflow: hidden;
}

.newsCenter-show-item-top img {
    max-width: 420px;
}

.newsCenter-show-item-bottom {
    width: 100%;
    height: 220px;
    display: flex;
    flex-flow: column;
    padding: 0 36px;
    padding-top: 27px;
    box-sizing: border-box;
    background: #ffffff;
    font-size: 14px;
}

.newsCenter-show-item-bottom b {
    float: left;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 56px;
    color: #2d2d2d;
}

.newsCenter-show-item-bottom i {
    float: left;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 24px;
}

.newsCenter-show-item-bottom p {
    font-size: 14px;
    line-height: 170%;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
    overflow: hidden;
    color: #1d1f1e;
    white-space: normal;
}

/* 关于我们-品牌简介 */

.about-enterprise {
    width: 100%;
    /*height: 1550px;*/
    padding-bottom: 100px;
    background: url('../static/about-enterprise-bg.jpg') no-repeat;
    background-position: bottom;
}

.enterprise-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.current-position {
    font-size: 14px;
    line-height: 100%;
    padding-top: 26px;
    box-sizing: border-box;
}

.current-position span {
    font-family: 宋体;
    padding: 0 5px;
}

.current-position a:hover {
    color: #ae1e24;
}

.enterprise-tle {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.enterprise-tle fieldset {
    font-size: 33px;
    line-height: 100%;
    font-weight: 600;
    color: #093051;
    margin-bottom: 18px;
}

.enterprise-tle p {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 100%;
    color: #093051;
}

.enterprise-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.enterprise-nav a {
    width: 200px;
    height: 69px;
    box-sizing: border-box;
    border-right: 1px solid #bfbfbf;
    font-size: 24px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #02437a;
    color: #fff;
}

.enterprise-nav a:hover {
    background: #ae1e24;
}

.enterprise-nav a:last-child {
    border: 0;
}

.select-col {
    background: #ae1e24 !important;
}

.enterprise-laBle {
    width: 1200px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 31px;
}

.enterprise-laBle a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-right: 1px solid #bfbfbf;
}

.enterprise-laBle a:last-child {
    border: 0;
}

.enterprise-laBle a b {
    font-size: 110px;
    color: #093051;
    margin-right: 15px;
}

.enterprise-laBle a div {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.enterprise-laBle a div i {
    float: left;
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 10px;
}

.enterprise-laBle a div p {
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 10px;
}

.enterprise-laBle a div p:last-child {
    margin-bottom: 0;
}

.enterprise-photo {
    width: 1200px;
    height: 650px;
    overflow: hidden;
    margin-bottom: 50px;
}

.enterprise-photo img {
    width: 1200px;
    height: 650px;
}

.enterprise-text {
    display: flex;
    justify-content: center;
}

.enterprise-text-lf {
    width: 146px;
    display: flex;
    justify-content: center;
}

.enterprise-text-lf b {
    font-size: 26px;
    line-height: 100%;
}

.enterprise-text-rg {
    flex: 1;
    box-sizing: border-box;
    padding: 0 40px;
}

.enterprise-text-rg p {
    font-size: 14xp;
    line-height: 200%;
    color: #313131;
    margin-bottom: 24px;
}

.enterprise-text-rg p:last-child {
    margin-bottom: 0;
}


/* 优势特色页面 */
.advantage-top {
    width: 100%;
    height: 203px;
    background: url('../static/advantage-bg.jpg') no-repeat;
}

.advantage-top-box {
    width: 1200px;
    margin: 0 auto;
}

.advantage-tle {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 49px;
}

.advantage-tle fieldset {
    font-size: 33px;
    line-height: 100%;
    margin-bottom: 16px;
}

.advantage-tle p {
    font-size: 18px;
    line-height: 100%;
    color: #585858;
}

.advantage-show {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantage-show li {
    width: 100%;
    /* height: 680px; */
    display: flex;
    justify-content: space-between;
}

.advantage-show-item-lf {
    flex: 1;
}

.advantage-show-item-lf img {
    width: 100%;
}

.advantage-show-item-rg {
    flex: 1;
    /* display: flex;
    flex-flow: column;
    align-items: flex-end; */
    padding-top: 120px;
    box-sizing: border-box;
    text-align: center;
}

.advantage-show-item-rg p {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.advantage-show-item-rg p img {
    width: 180px;
    height: 80px;
}

.advantage-show-item-rg .advantage-text {
    width: 580px;
    height: 170px;
    box-sizing: border-box;
    border-top: 1px solid #959595;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.advantage-show-item-rg .advantage-text p {
    width: 370px;
    display: inline-block;
    font-size: 14px;
    line-height: 200%;
    color: #606060;
    box-sizing: border-box;
    text-align: left;
}

.advantage-show li:nth-child(2n) .advantage-show-item-lf {
    flex: 1;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    padding-top: 120px;
    box-sizing: border-box;
}

.advantage-show li:nth-child(2n) .advantage-show-item-lf i {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

.advantage-show li:nth-child(2n) .advantage-show-item-lf i img {
    width: 180px;
    height: 80px;
}

.advantage-show li:nth-child(2n) .advantage-show-item-lf .advantage-text {
    width: 580px;
    height: 170px;
    box-sizing: border-box;
    border-top: 1px solid #959595;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.advantage-show li:nth-child(2n) .advantage-show-item-lf .advantage-text p {
    width: 370px;
    font-size: 14px;
    line-height: 200%;
    color: #606060;
    box-sizing: border-box;
}

.advantage-show li:nth-child(2n) .advantage-show-item-rg {
    flex: 1;
    padding: 0;
}

.advantage-show li:nth-child(2n) .advantage-show-item-rg img {
    width: 100%;
}

/* 客户服务页面 */
.contact-content {
    width: 100%;
    height: 1098px;
    background: url('../static/contact-bg.jpg') no-repeat;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.contact-box {
    width: 1200px;
    margin: 0 auto;
}

.contact-tle {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 16px;
}

.contact-tle fieldset {
    font-size: 33px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact-tle p {
    font-size: 18px;
    line-height: 100%;
    color: #585858;
    text-transform: uppercase;
}

.contact-text {
    margin-bottom: 52px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.contact-text dt {
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 28px;
    font-weight: 600;
}

.contact-text dd {
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 18px;
}

.contact-text dd:last-child {
    margin-bottom: 0;
}

.contact-text dd span {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    color: #093051;
}

.contact-map {
    width: 1200px;
    height: 590px;
    overflow: hidden;
}

.contact-map img {
    width: 1200px;
    height: 590px;
}


/* 关于我们-工艺流程 */

.craft-process {
    width: 100%;
    height: 3169px;
    background: url('../static/process-bg.jpg') no-repeat;
}

.process-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
}

.process-tle {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 26px;
}

.process-tle fieldset {
    font-size: 33px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 16px;
}

.process-tle p {
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
}

.process-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.process-nav a {
    width: 200px;
    height: 69px;
    box-sizing: border-box;
    border-right: 1px solid #bfbfbf;
    font-size: 24px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #02437a;
    color: #fff;
}

.process-nav a:hover {
    background: #ae1e24;
}

.process-nav a:last-child {
    border: 0;
}

.process-mural {
    width: 1200px;
    height: 414px;
    overflow: hidden;
    margin-bottom: 26px;
}

.process-mural img {
    width: 1200px;
    height: 414px;
}

.process-show {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
}

.process-show-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.direction-lf {
    display: flex;
    justify-content: flex-start;
}

.direction-lf p {
    width: 281px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.direction-lf p img {
    width: 17px;
    height: 18px;
}

.direction-rg {
    display: flex;
    justify-content: flex-end;
}

.direction-rg p {
    width: 281px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.direction-rg p img {
    width: 17px;
    height: 18px;
}


/* 领导人风采 */

.about-leader {
    width: 100%;
    min-height: 950px;
    background: url('../static/leaderPage-bg.jpg') no-repeat;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
}

.leader-content {
    width: 1200px;
}

.leader-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.leader-nav a {
    width: 200px;
    height: 69px;
    box-sizing: border-box;
    border-right: 1px solid #bfbfbf;
    font-size: 24px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #02437a;
    color: #fff;
}

.leader-nav a:last-child {
    border: 0;
}

.leader-nav a:hover {
    background: #ae1e24;
}

.leader-msg {
    display: flex;
    margin-bottom: 55px;
}

.leader-msg-lf {
    display: flex;
    margin-right: 80px;
}

.leader-msg-lf b {
    width: 32px;
    margin: 0 auto;
    font-size: 32px;
    line-height: 100%;
    color: #02437a;
    margin-right: 50px;
}

.leader-msg-lf img {
    width: 414px;
    height: 492px;
}

.leader-msg-rg-top {
    padding-top: 50px;
    margin-bottom: 68px;
}

.leader-msg-rg-top p {
    font-size: 35px;
    line-height: 100%;
    margin-bottom: 12px;
}

.leader-msg-rg-top dt {
    display: flex;
    flex-flow: column;
    margin-bottom: 20px;
}

.leader-msg-rg-top dt i {
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.leader-msg-rg-top dt i:last-child {
    margin-bottom: 0;
}

.leader-msg-rg-top dd {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 10px;
}

.leader-msg-rg-top dd:last-child {
    margin-bottom: 0;
}

.leader-msg-rg-bottom {
    display: flex;
    flex-flow: column;
}

.leader-msg-rg-bottom i {
    float: left;
    font-size: 38px;
    line-height: 100%;
    color: #02437a;
    font-weight: 600;
    margin-bottom: 20px;
}

.leader-msg-rg-bottom p {
    font-size: 40px;
    line-height: 100%;
    color: #02437a;
    font-weight: 600;
}
/* .leader-hr {
    width: 100%;
    position: absolute;
    left: 360px;
    top: 670px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leader-hr i {
    flex: 1;
    height: 1px;
    background: #000;
} */
.leader-show {
    width: 1250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.leader-show-item {
    width: 400px;
    height: 374px;
    display: flex;
    flex-flow: column;
    align-items: center;
    box-sizing: border-box;
    padding: 4px;
    border: 1px solid #b5b5b5;
    margin-bottom: 32px;
}

.leader-show-item img {
    width: 392px;
    height: 283px;
}

.leader-show-item p {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #b5b5b5;
}

.show-pag {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.show-pag dt {
    width: 49px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #999;
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 7px;
    cursor: pointer;
}

.show-pag dd {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #999;
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    border-radius: 2px;
    margin: 0 5px;
    cursor: pointer;
}

.select-pag-col {
    color: #fff !important;
    border: 1px solid #ae1e24 !important;
    background: #ae1e24 !important;
}



/* 新闻中心页面 */
.news-enterprise {
    width: 100%;
    height: 1879px;
    background: url('../static/newsPage-bg.jpg') no-repeat;
}

.enterprise-show {
    width: 1306px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-bottom: 50px;*/
}

.enterprise-show-item {
    width: 424px;
    height: 477px;
    display: flex;
    flex-flow: column;
    border: 1px solid #999;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.enterprise-show-item-top {
    width: 422px;
    height: 255px;
    overflow: hidden;
    text-align: center;
}

.enterprise-show-item-top img {
    max-width: 422px;
}

.enterprise-show-item-bottom {
    width: 100%;
    height: 220px;
    display: flex;
    flex-flow: column;
    padding: 0 36px;
    padding-top: 27px;
    box-sizing: border-box;
    background: #ffffff;
}

.enterprise-show-item-bottom b {
    float: left;
    font-size: 18px;
    height: 75px;
    overflow: hidden;
}

.enterprise-show-item-bottom i {
    float: left;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 24px;
}

.enterprise-show-item-bottom p {
    float: left;
    font-size: 14px;
    line-height: 170%;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
    overflow: hidden;
    white-space: normal;
}


/* 产品展示页面 */

.product-centre {
    display: flex;
    flex-flow: column;
    align-items: center;
    background: url('../static/advantage-bg.jpg') no-repeat;
}

.product-content-top {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.product-tle {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.product-tle fieldset {
    font-size: 33px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 16px;
}

.product-tle p {
    font-size: 18px;
    line-height: 100%;
    color: #585858;
}

.product-nav {
    width: 1280px;
    height: 150px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 150px;
    padding-top: 20px;
}

.product-nav-item {
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: #093051;
}

.product-nav-item dt {
    flex: 1;
    box-sizing: border-box;
    border-right: 1px solid #000;
    display: flex;
    justify-content: center;
}

.product-nav-item a {
    flex: 1;
    box-sizing: border-box;
    border-right: 1px solid #000;
    display: flex;
    justify-content: center;
}

.product-nav-item a:last-child {
    border: 0;
}

.product-nav-item a:hover,
.product-nav-item a.cur {
    color: #ae1e24;
}

.product-nav-material {
    margin-bottom: 32px;
}

.product-show {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product-show a {
    width: 410px;
    height: 340px;
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
    border: 1px solid #c7c7c7;
    padding: 3px;
    margin-bottom: 32px;
}

.product-show a {
    width: 400px;
    height: 340px;
    align-self: center;
    overflow: hidden;
}


.honor-show a {
    display: block;
    width: 400px;
    height: 340px;
    overflow: hidden;
    align-self: center;
}

.honor-show a img {
    display: block;
    margin: 0 auto;
}


.product-show a .product-text {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
}

.product-show a .product-text i {
    float: left;
    font-size: 14px;
    line-height: 100%;
    color: #757575;
}

.product-show a .product-text span {
    width: 90px;
    height: 24px;
    border: 1px solid #757575;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border-radius: 2px;
    color: #757575;
}


/* 客户服务页面 */
.service-content {
    width: 100%;
    height: 1093px;
    background: url('../static/seriesPage-bg.jpg') no-repeat;
}

.service-top {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.service-tle {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.service-tle fieldset {
    font-size: 33px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 16px;
}

.service-tle p {
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
}

.service-show {
    width: 1200px;
    margin: 0 auto;
}

.service-show img {
    width: 1200px;
    height: 747px;
}
/*通用*/
.afterService_bd {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 200%;
}

.join_main {
    background: none;
    height: auto;
    min-height: 650px;
    padding-bottom: 100px;
}

.join_main .join-text {
    line-height: 200%;
    width: 800px;
    margin: 0 auto;
}

.newsShow_main .news-enterprise {
    height: auto;
    background: none;
}
/*在线加盟*/
.join_ef_input {
    max-width: 1280px;
    margin: 40px auto;
    overflow: hidden;
    border: 1px solid #b5b5b5;
}

.join_ef_input dt {
    float: left;
    max-width: 652px;
    position: relative;
}

.join_ef_input dt img {
    width: 100%;
    display: block;
}

.join_ef_input dt p {
    width: 100%;
    height: 63px;
    line-height: 63px;
    text-align: center;
    color: #ffffff;
    font-size: 27px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: '宋体';
    font-weight: bold;
}

.join_ef_input dd {
    float: right;
    max-width: 475px;
    padding-left: 70px;
    padding-top: 30px;
}

.join_ef_input dd p {
    width: 240px;
    float: left;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    color: #4d4d4d;
    height: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    margin-right: 30px;
}

.join_ef_input dd p input {
    height: 30px;
    background-color: unset;
    border: 0;
}

.join_ef_input dd textarea {
    height: 30px;
    margin-top: 30px;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    color: #4d4d4d;
    line-height: 30px;
    width: 400px;
}

.join_ef_input dd .jai_button {
    width: 150px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #444444;
    border: 1px solid #898989;
    font-size: 20px;
    font-weight: bold;
    background-color: unset;
    margin-top: 30px;
    cursor: pointer;
}
/*咨询框*/
.btnbar {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    clear: both;
}

.btnbar .go,
.opformbtn {
    padding: 8px 30px;
    background-color: #b52428;
    color: #fff;
}

.opformbtn:hover {
    color: #fff;
}

.btnbar .opformbtn {
    margin-left: 20px;
}

.showbtn {
    padding: 5px 10px;
    background-color: #b52428;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
}

.layui-layer-setwin .layui-layer-close {
    background-position: 0px -39px;
}

.layui-btn, .layui-btn-primary:hover {
    background: #b52428;
    color: #fff;
}

.layui-btn-primary, .layui-btn-primary:hover {
    border-color: #b52428;
}

.honor_main .product-show a .product-text {
    justify-content: center;
}

.honor_main .about-enterprise {
    background: none;
}

/*.honor_main .enterprise-content {
    width: auto;
}*/
.honor_main .product-show {
    width: 1200px;
}

.honor_main .product-show a {
    width: 390px;
}

.honor_main .about-enterprise {
    padding-bottom: 0;
}

.honor_main .VideoList_pic {
    width: 385px;
    height: 258px;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-content: center;
}

.honor-show-wrap {
    position: relative;
    width: 1420px;
    overflow: hidden;
    margin: 0 auto;
}
