@charset "UTF-8";
/* reset */
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: bottom;
    max-width: 100%;
}

button {
    border: 0;
    background-color: transparent;
    outline: none;
    -webkit-appearance: none;
}

select {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input,
textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

i,
em {
    font-weight: normal;
    font-style: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input {
    -moz-appearance: textfield;
}

.index .header .hd-logo .logo2 {
    display: none;
}

.page .header .hd-logo .logo1 {
    display: none;
}

/* body h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体"; } */
html body {
    margin: 0px auto;
    max-width: 1920px;
    min-width: 320px;
    font-size: 16px;
    font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体";
    background-color: #fff;
}

/* 单行文本溢出隐藏 */
/* 多行文本溢出隐藏 */
/* flex 布局 */
.class1 {
    border: 1px solid #ddd;
}

.wrap {
    width: 1600px;
    margin: 0 auto;
}

.w1500 {
    max-width: 1500px;
}

.w15002 {
    max-width: 1500px;
}

.page-banner .pc {
    display: block;
}

.page-banner .mobile {
    display: none;

}

.header-box {
    transition-duration: .3s;
}

.header {
    /* height: 120px; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    transition: all .3s;
    max-width: 1920px;
    margin: 0 auto;
}

.header .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
    position: relative;
    width: 100%;
    /* padding-right: -150px; */
    /* margin-right: -140px; */
}

.header .pc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
    position: relative;
    padding: 0 3.5%;
}

.header-box.active .header .pc {
    border-bottom: 1px solid #ddd;
    background-color: rgba(11, 64, 185, 0.9);
}

.hd-logo {
    padding: 30px 0;
}

.hd-nav {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.hd-nav li {
    position: relative;
}

.hd-nav li .item {
    padding: 20px;
    background-color: #07329b;
    margin-bottom: -15px;
    position: absolute;
    top: 63px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
}

.hd-nav li .item a {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
    transition-duration: .3s;
    white-space: nowrap;
}

.hd-nav li .item .on {
    color: #999;
}

.hd-nav li .item a:last-child {
    margin-bottom: 0;
}

.hd-nav li .item a:hover {
    color: #999;
}

.hd-nav li:hover .item {
    opacity: 1;
    visibility: visible;
}

.hd-nav li:nth-child(1) > a {
    padding-right: 0;
    background: none;
}

.hd-nav li:nth-child(n+6) > a {
    padding-right: 0;
    background: none;
}

/*.hd-nav .on a {*/
/*    color: #07329b;*/
/*}*/

.hd-nav li > a {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin: 0 30px;
    display: block;
    transition: all .3s;
    position: relative;
    text-align: center;
    padding-right: 18px;
    background: url(../img/top-ico01.png) no-repeat right center;
}

.hd-nav li > a:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #622527;
    position: absolute;
    bottom: -42px;
    opacity: 0;
    left: 0;
}

.hd-nav li > a:hover {
    color: #07329b;
}


.hd-btn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.hd-btn .join-btn {
    padding-left: 40px;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    background: url(../img/join-ico01.png) no-repeat left center;
    margin-left: 100px;
    transition-duration: .3s;
}

.hd-btn .join-btn:hover {
    opacity: .7;
}

.hd-btn .search-btn {
    padding-left: 40px;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    background: url(../img/search-ico02.png) no-repeat left center;
    margin-left: 60px;
}

.hd-btn .search-btn:hover {
    opacity: .7;
}

.hd-btn .vx-btn {
    width: 38px;
    height: 37px;
    border: 1px solid #666666;
    border-radius: 37px;
    background: url(../img/weixin-ico01.png) no-repeat center;
    margin-left: 10px;
}

.hd-btn .vx-btn img {
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    top: 50px;
    right: 50px;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
}

.hd-btn .vx-btn:hover img {
    opacity: 1;
    visibility: visible;
}

.hd-btn .tel-btn {
    margin-right: 28px;
    position: relative;
}

.hd-btn .tel-btn::after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background-color: #bababa;
    position: absolute;
    top: 50%;
    right: -28px;
    transform: translateY(-50%);
}

.hd-btn .tel-btn span {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    width: 150px;
    display: block;
    position: absolute;
    top: 30px;
    right: -63px;
    transform: translateX(0%);
    transition-duration: .3s;
    opacity: 0;
}

.hd-btn .tel-btn:hover span {
    opacity: 1;
}

.hd-btn .video-btn {
    margin-left: 26px;
}

.hd-btn .tel-email {
    width: 45px;
    height: 45px;
    margin-left: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    transition-duration: .3s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 50%;
}

.hd-btn .tel-email:hover {
    background-color: #35a3f7;
}

.header-box.active .hd-nav li > a:hover {
    color: #999;
}

.pages .hd-logo .img2 {
    display: block;
}

.pages .hd-logo .img1 {
    display: none;
}

.pages .hd-nav {
    top: 0;
}

.pages .hd-btn {
    top: 0;
}

.pages .header-box {
    height: 80px;
}

.pages .header {
    background-color: #35a3f7;
}

.videoWindow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
    display: none;
}

.videoWindow video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 980px;
    height: auto;
    max-height: 80vh;
    transform: translateX(-50%) translateY(-50%);
}

.videoWindow i {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 25px;
    height: 25px;
    background: url("../img/onlineClose.png") no-repeat;
    background-size: contain;
    cursor: pointer;
}

.m-nav {
    display: none;
}

.com-more1 {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding: 18px 57px 18px 50px;
    border-radius: 50px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../img/more-bg01.png) no-repeat;
    background-size: 100% 100%;
    transition-duration: .3s;
}

.com-more1:hover {
    transform: translateY(-4px);
    box-shadow: 0 2px 4px #999;
    color: #fff;
}

.com-tit1 {
    text-align: center;
}

.com-tit1 h3 {
    font-size: 48px;
    color: #333333;
    line-height: 1;
    font-family: Avenir Next, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.com-tit1 h5 {
    font-size: 30px;
    color: #333333;
    line-height: 1;
    margin-top: 20px;
}

.com-more2 {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    padding-bottom: 8px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.store .store-swiper {
    margin-top: 60px;
}

.store .store-swiper .swiper-slide {
    position: relative;
    cursor: pointer;
}

.store .store-swiper .swiper-slide .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 31.25%;
}

.store .store-swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.store .store-swiper .swiper-slide .txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
}

.store .store-swiper .swiper-slide .txt h3 {
    font-size: 35px;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-top: 12%;
}

.store .store-swiper .swiper-slide .txt h5 {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    margin-top: 15px;
    text-align: center;
}

.store .store-swiper .swiper-slide .txt p {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.store .store-swiper .swiper-slide:hover .txt {
    opacity: 1;
    visibility: visible;
}

.store .store-swiper .swiper-button-prev {
    width: 127px;
    height: 20px;
    background: url(../img/left-ico03.png) no-repeat center;
    background-size: contain;
    left: 35px;
    opacity: 0;
    z-index: 9;
}

.store .store-swiper .swiper-button-next {
    width: 127px;
    height: 20px;
    background: url(../img/left-ico03.png) no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
    right: 35px;
    opacity: 0;
    z-index: 9;
}

.store .store-swiper:hover .swiper-button-prev {
    opacity: 1;
}

.store .store-swiper:hover .swiper-button-next {
    opacity: 1;
}

.contact .form {
    margin-top: 75px;
}

.contact .form li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.contact .form li:last-child {
    margin-bottom: 80px;
}

.contact .form li label {
    font-size: 16px;
    color: #666666;
    line-height: 1;
    white-space: pre-wrap;
    cursor: pointer;
}

.contact .form li:not(:nth-child(n + 4)) input {
    width: 650px;
    height: 47px;
    border: 1px solid #000000;
    padding: 0 13px;
    font-size: 16px;
    color: #666666;
    line-height: 1;
}

.contact .form li #radio1 {
    margin-right: 90px;
}

.contact .form li:nth-child(4) input {
    cursor: pointer;
}

.contact .form li .sub {
    width: 320px;
    height: 60px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: #000000;
    line-height: 1;
    transition-duration: .3s;
}

.contact .form li .sub:hover {
    background-color: #000;
    color: #fff;
}

.formError {
    max-width: 280px;
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10001;
    background-color: #f6f6f6;
    padding: 15px 30px;
    border-radius: 5px;
    opacity: 0;
    transition: .4s all;
    box-shadow: 0 5px 10px rgba(67, 65, 68, 0.9);
}

.formError.active {
    opacity: 1;
}

.formError h6 {
    font-size: 16px;
    color: #434144;
}

.online {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.online .main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 850px;
    width: 96%;
    padding: 30px;
    background-color: #fff;
}

.online .main .tit {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
}

.online .main .tit h3 {
    text-align: center;
    font-size: 24px;
    color: #434144;
    font-weight: bold;
}

.online .main .tit span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    margin-top: 5px;
    text-align: center;
    font-family: "Arial";
    color: #787878;
    font-weight: bold;
}

.online .main .tit span b {
    color: #07329b;
}

.online .main .tit span:before {
    content: '';
    opacity: 1;
    display: block;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    width: 65px;
    height: 1px;
    background-color: #434144;
}

.online .main .tit span:after {
    content: '';
    opacity: 1;
    display: block;
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
    width: 65px;
    height: 1px;
    background-color: #434144;
}

.online .main form {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}

.online .main form figure {
    display: block;
    width: 45%;
    position: relative;
    padding: 20% 0;
}

.online .main form figure img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.online .main form ul {
    width: 52%;
}

.online .main form ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    height: 40px;
}

.online .main form ul li + li {
    margin-top: 15px;
}

.online .main form ul li .ind {
    width: 48%;
    height: 100%;
    border: 1px solid #bebebe;
    padding: 0 10px;
    background-color: transparent;
    color: #979797;
    font-size: 14px;
    transition: .2s all;
}

.online .main form ul li .ind.active {
    box-shadow: 0 5px 10px rgba(43, 59, 120, 0.6);
}

.online .main form ul li .ind:hover {
    box-shadow: 0 5px 10px rgba(43, 59, 120, 0.6);
}

.online .main form ul li .ind::-webkit-input-placeholder {
    color: #979797;
    font-size: 14px;
}

.online .main form ul li select {
    background: url(../img/ico-002.png) #fff 95% center no-repeat;
}

.online .main form ul li.phone input {
    width: 100%;
}

.online .main form ul li.textarea {
    height: 180px;
}

.online .main form ul li.textarea textarea {
    width: 100%;
    padding: 10px;
}

.online .main form ul li button {
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    background-color: #07329b;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: .4s all;
    border: 1px solid transparent;
}

.online .main form ul li button:hover {
    background-color: transparent;
    border-color: #999;
    border-radius: 5px;
    color: #666;
}

.online .close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/close.png) no-repeat center center #07329b;
    background-size: 60%;
    cursor: pointer;
}

.slide-nav {
    position: fixed;
    right: 20px;
    top: 30%;
    z-index: 98;
}

.slide-nav .item {
    margin: 10px 0;
    width: 55px;
    height: 55px;
    border: 1px solid #bebebe;
    background-color: #fff;
    position: relative;
    transition: .4s all;
    border-radius: 100%;
}

.slide-nav .item:hover {
    background-color: #07329b;
}

.slide-nav .item:hover .icon {
    background-position: center bottom;
}

.slide-nav .item:hover h4 {
    color: #fff;
}

.slide-nav .goTop {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    margin-top: 60px;
}

.slide-nav .goTop.active {
    opacity: 1;
    visibility: visible;
}

.slide-nav .icon {
    margin: 10px auto 3px;
    display: block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 35px auto;
}

.slide-nav h4 {
    font-size: 12px;
    color: #4e4e4e;
    font-weight: 400;
    text-align: center;
}

.slide-nav .mask {
    margin-top: -1px;
    position: absolute;
    right: 100%;
    top: 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    white-space: nowrap;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slide-nav .tel {
    padding: 0 30px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    color: #4e4e4e;
    border: 1px solid #999;
    border-right: none;
    background-color: #fff;
}

.slide-nav .qr {
    margin-right: 2px;
    width: 140px;
    height: 140px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
}

.slide-nav .qr img {
    display: block;
    width: 100%;
    height: 100%;
}

.slide-nav .item:hover {
    border-color: #07329b;
}

.slide-nav .item:hover .mask {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.menu-btn {
    display: none;
}

.search_btn {
    display: none;
}

.m-serve {
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.m-serve .tit {
    text-align: center;
    padding: 24px 0 45px;
    background-color: #2b3b78;
}

.m-serve .tit h3 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 6px;
    font-weight: bold;
}

.m-serve .tit p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    display: none;
}

.m-serve .form {
    margin: -26px 20px 0;
    background-color: #fff;
    border-radius: 5px;
    padding: 19px 15px 19px;
    border: 1px solid #f0f0f0;
}

.m-serve .form .item {
    margin-bottom: 15px;
    overflow: hidden;
}

.m-serve .form .item .inp, .m-serve .form select {
    border: 1px solid #e2e2e2;
    padding: 0 20px 0 13px;
    font-size: 12px;
    color: #828282;
    line-height: 35px;
    height: 35px;
    display: block;
    width: 100%;
    border-radius: 3px;
}

.m-serve .form select {
    background: url(../img/qwy-i5.png) center right 11px no-repeat;
}

.m-serve .form .sub {
    line-height: 30px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #2b3b78;
    border: none;
    width: 100%;
    cursor: pointer;
    transition: .4s all;
    border: 1px solid transparent;
}

.m-serve .form .sub:hover {
    border-radius: 3px;
    color: #2b3b78;
    background-color: transparent;
    border-color: #2b3b78;
}

.ul-form {
    overflow: hidden;
    margin: 0 -4px;
}

.ul-form li {
    float: left;
    width: 50%;
    margin-top: 12px;
    padding: 0 4px;
}

.g-box {
    padding: 23px 20px 5px;
    background-color: #fff;
    margin-bottom: 30px;
}

.g-tit1 {
    overflow: hidden;
    margin-bottom: 20px;
}

.g-tit1 h3 {
    float: left;
    padding-left: 20px;
    font-size: 24px;
    color: #000;
    background: url(../img/qwy-i6.png) center left no-repeat;
    line-height: 34px;
    font-weight: 400;
}

.g-tit1 a {
    float: right;
    font-size: 14px;
    color: #828282;
    line-height: 24px;
    margin-top: 8px;
    transition: all .3s;
}

.g-tit1 a:hover {
    color: #2b3b78;
}

.m-list2 {
    padding-bottom: 10px;
}

.m-list2 li a {
    display: block;
    font-size: 14px;
    color: #838282;
    line-height: 24px;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 6px;
    transition: all .3s;
}

.m-list2 li a:hover {
    color: #2b3b78;
}

.m-list2 li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 2px;
    background-color: #838282;
    margin-top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.m-list1 {
    height: auto;
    overflow: hidden;
}

.m-list1 li {
    width: 50%;
    float: left;
}

.pages {
    background-color: #f6f6f6;
}

/* 内页导航1 */
.navbar1 {
    /* background-color: #192028; */
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
}

.navbar1 .box {
    width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #e2e2e2;
}

.navbar1 .tit {
    padding: 0 18px;
    line-height: 58px;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    color: #484848;
}

.navbar1 .tit span {
    float: left;
    padding-left: 29px;
    background: url(../img/all.png) center left no-repeat;
}

.navbar1 .tit .js-more {
    float: right;
    padding-right: 20px;
    /* background: url(../img/qwy-i3.png) center right no-repeat; */
    cursor: pointer;
    position: relative;
    color: #7e7e7e;
}

.navbar1 .tit .js-more::before {
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    background: url(../img/qwy-i3.png) center no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    transition: all .3s;
}

.navbar1 .tit .js-more.active::before {
    transform: rotate(180deg);
}

.navbar1 .nav {
    /* border-bottom: 1px solid #e2e2e2; */
    padding: 0 46px;
    /* display: flex;
  flex-wrap: wrap;
  align-items: center; */
    background-color: #fff;
    justify-content: flex-start;
    background: url(../img/nav-bg1.png) repeat left top;
}

.navbar1 ul li {
    position: relative;
    padding-left: 80px;
    user-select: none;
}

.navbar1 ul li h4 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 80px;
    font-size: 16px;
    color: #484848;
    line-height: 58px;
    /* margin-left: 48px; */
    padding-right: 15px;
    text-align: right;
    font-weight: bold;
    display: none;
    user-select: none;
}

.navbar1 ul li h4:first-child {
    display: block;
}

.navbar1 ul li a {
    font-size: 16px;
    color: #9e9e9e;
    margin: 0 10px;
    line-height: 58px;
    display: inline-block;
}

.navbar1 ul li a:hover,
.navbar1 ul li a.on {
    color: #2b3b78;
}

.navbar1 ul li.active a {
    /* color: #2b3b78; */
}

body.bg1 {
    background-color: #f9f9f9;
}

.product-list_view {
    padding-top: 70px;
}

.product-list_view .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-left: -1.7%;
    margin-bottom: -30px;
}

.product-list_view .list .active .code {
    opacity: 1;
    visibility: visible;
}

.product-list_view .list li {
    width: 23.5%;
    margin-left: 1.5%;
    margin-bottom: 30px;
}

.product-list_view .list li .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    overflow: hidden;
}

.product-list_view .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition-duration: .5s;
}

.product-list_view .list li .pic .img1 {
    opacity: 1;
    visibility: visible;
}

.product-list_view .list li .pic:hover .img2 {
    opacity: 1;
    visibility: visible;
}

.product-list_view .list li .txt {
    padding-right: 30px;
    position: relative;
}

.product-list_view .list li .txt h3 {
    font-size: 16px;
    color: #000000;
    line-height: 1.2;
    margin-top: 25px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list_view .list li .txt h5 {
    font-size: 16px;
    color: #828282;
    line-height: 1.2;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list_view .list li .txt .code_btn {
    width: 30px;
    height: 30px;
    background: url(../img/code-btn.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.product-list_view .list li .txt .code_btn:hover {
    box-shadow: 0 2px 3px #999;
}

.navbar {
    /* background-color: #192028; */
    padding-top: 60px;
    padding-bottom: 60px;
}

.navbar div {
    border: 1px solid #e2e2e2;
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    padding: 0 0 0 15px;
    background-color: #fff;
}

.navbar div p {
    font-size: 16px;
    line-height: 60px;
    color: #626262;
    padding-left: 30px;
    position: relative;
}

/* .navbar ul {
	border-top: 1px solid #e2e2e2;
	width: 1400px;
	padding: 0 30px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fff;
	justify-content: flex-start;
  }

  .navbar ul li {
	position: relative;
	transition: .4s all;
  } */
.navbar div p::before {
    content: '';
    opacity: 1;
    display: block;
    width: 14px;
    height: 14px;
    background: url("../images/all.png") no-repeat;
    background-size: auto;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.navbar div p::before {
    content: '';
    opacity: 1;
    display: block;
    width: 18px;
    height: 18px;
    background: url("../img/all.png") no-repeat;
    background-size: auto;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.navbar div ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.navbar div ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.navbar div ol li {
    position: relative;
    transition: .4s all;
    border-radius: 15px;
}

.navbar div ol li {
    position: relative;
    transition: .4s all;
    border-radius: 15px;
}

.navbar div ol li.active {
    background-color: #ddae60;
}

.navbar div ol li a {
    display: block;
    font-size: 16px;
    color: #131313;
    transition: .4s all;
    /* padding: 6px 15px; */
    height: 60px;
    line-height: 60px;
    padding: 0 18px;
    min-width: 85px;
    text-align: center;
}

.navbar .js-more {
    display: none;
}

.navbar > div {
    padding: 0 20px;
    width: 100%;
    display: block;
    position: relative;
}

.navbar div .js-more {
    display: block;
    /* font-size: 14px;
  line-height: 30px; */
    position: relative;
    line-height: 44px;
    font-size: 16px;
    color: #626262;
    cursor: pointer;
    text-align: center;
}

.navbar div p {
    display: none;
    /* font-size: 14px;
  line-height: 30px; */
}

.navbar {
    padding: 40px 15px;
    /* margin-top: 20px; */
}

.navbar .js-more::before {
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    background: url(../img/qwy-i3.png) center no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    transition: all .3s;
}

.navbar > div::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    position: absolute;
    top: 45px;
    right: 0;
}

.navbar div ol {
    display: none;
    padding: 8px 0;
}

.navbar .js-more.active::before {
    transform: rotate(180deg);
}

.navbar div ol li a {
    text-align: center;
    font-size: 14px;
    padding: 6px 15px;
    height: auto;
    line-height: 1.2;
    color: #666;
}

.navbar > div {
    padding: 0 20px;
}

.navbar div ol li.on a, .navbar div ol li a:hover {
    /* color: #2b3b78; */
}

.navbar {
    display: none;
}

.sidebar_news2 {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 36px;
}

.sidebar_news2 .tit {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    padding-bottom: 14px;
    border-bottom: 2px solid #ececec;
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}

.sidebar_news2 .tit::after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background-color: #dcb898;
    position: absolute;
    left: 0;
    top: 0;
}

.sidebar_news2 li a {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}

.sidebar_news2 li a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.sidebar_item {
    padding: 30px;
    background-color: #fff;
}

.sidebar_item .tit {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    padding-bottom: 14px;
    border-bottom: 2px solid #ececec;
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}

.sidebar_item .tit::after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background-color: #dcb898;
    position: absolute;
    left: 0;
    top: 0;
}

.sidebar_item .code {
    padding: 22px 40px;
    background: #f8f8f8;
}

.sidebar_item .code h3 {
    font-size: 14px;
    color: #000000;
    line-height: 1;
    margin-top: 10px;
    text-align: center;
}

.sidebar_news {
    padding: 30px;
    background-color: #fff;
}

.sidebar_news .tit {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    padding-bottom: 14px;
}

.sidebar_news li {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 30px;
}

.sidebar_news h3 {
    font-size: 14px;
    line-height: 25px;
    color: #5d5d5d;
    transition-duration: .3s;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.sidebar_news h3:hover {
    color: #35a3f7;
}

.sidebar_news .pic {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 55%;
    margin-top: 10px;
    overflow: hidden;
}

.sidebar_news .pic img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition-duration: .3s;
}

.sidebar_news p {
    font-size: 14px;
    line-height: 25px;
    color: #828282;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 23px;
    margin-top: 15px;
}

.sidebar_news p:hover {
    color: #02537c;
}

.m-contxt1 {
    padding: 40px 30px 20px;
    background-color: #fff;
}

.m-contxt1 .tit {
    font-size: 24px;
    color: #292929;
    line-height: 1.2;
    /* margin-bottom: 13px; */
    font-weight: bold;
}

.m-contxt1 .box-info {
    margin-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.m-contxt1 .box-info .info span {
    font-size: 16px;
    color: #a7a7a7;
    margin-right: 10px;
    display: inline-block;
}

.m-contxt1 .item {
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
    /*

   margin-bottom: 35px; */
    /* text-indent: 2em; */
    margin-bottom: 30px;
}

.m-contxt1 .share-box {
    font-size: 16px;
    color: #a7a7a7;
}

.m-contxt1 .social-share {
    display: inline-block;
}

.m-contxt1 .link {
    padding-right: 150px;
    position: relative;
}

.m-contxt1 .link a {
    display: block;
}

.m-contxt1 .link .prev {
    font-size: 16px;
    color: #9d9d9d;
    line-height: 1.1;
    margin-bottom: 10px;
}

.m-contxt1 .link .prev:hover {
    color: #35a3f7;
}

.m-contxt1 .link .next {
    font-size: 16px;
    color: #9d9d9d;
    line-height: 1.1;
}

.m-contxt1 .link .next:hover {
    color: #35a3f7;
}

.m-contxt1 .link .back {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    background-color: #b8b8b8;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}

.m-contxt1 .link .back:hover {
    color: #35a3f7;
}

.page-t1 a {
    display: block;
    width: 45%;
    font-size: 16px;
    color: #aaaaaa;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-t1 a em {
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url(../img/news-left-01.png) no-repeat center;
    margin-right: 18px;
    position: relative;
    top: 2px;
}

.page-t1 a:hover em {
    background-image: url(../img/news-left-02.png);
}

.page-t1 a.next {
    padding-right: 25px;
    position: relative;
}

.page-t1 a.next em {
    position: absolute;
    right: 0;
    background-image: url(../img/news-right-01.png);
}

.page-t1 a.next:hover em {
    background-image: url(../img/news-right-02.png);
}

.page-t1 a:hover {
    color: #ee7835;
}

.page-t1 a.prev {
    margin-bottom: 5px;
}

.page-t1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.page-t1 .blank {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 10px 25px;
    background-color: #b8b8b8;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 0;
    letter-spacing: 2px;
    transition: all .3s;
}

.page-t1 .blank:hover {
    background-color: #FF5200;
}

.box-blank .con {
    background: #3d3d3d;
    display: inline-block;
    width: 215px;
}

.box-blank .box1 {
    width: 65px;
    height: 40px;
    background: #02537c url(../img/t3-img6.png) no-repeat center center;
    float: left;
}

.box-blank .blank {
    overflow: hidden;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.box-blank .blank:hover {
    opacity: .8;
}

.box-blank {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.box-blank div a {
    display: block;
    font-size: 16px;
    color: #787878;
    transition: .4s all;
}

.box-blank div a + a {
    margin-top: 15px;
}

.box-blank div a:hover {
    color: #000000;
}

.cases_view {
    padding-top: 70px;
}

.cases_view .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-right: -1.8%;
}

.cases_view .list li {
    width: 31.5%;
    margin-right: 1.8%;
    transition-duration: .3s;
}

.cases_view .list li .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 74.15%;
}

.cases_view .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.cases_view .list li h3 {
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-duration: .3s;
    position: relative;
    padding-bottom: 3px;
    display: inline-block;
    max-width: 100%;
}

.cases_view .list li h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    background-color: #eb531d;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
}

.cases_view .list li:hover h3 {
    padding-left: 10px;
    padding-right: 10px;
}

.cases_view .list li:hover h3::after {
    opacity: 1;
    visibility: visible;
}

.com-banner2 {
    position: relative;
    padding-bottom: 48.95%;
    /* margin-top: 76px; */
}

.com-banner2 img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.search-box {
    padding: 0;
    transition: 1s ease;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #999;
    width: 320px;
    height: 0;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 90px;
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
    /* transition:transform .3s,opacity 1s,visibility 1s; */
    transition: initial;
    padding: 15px;
    height: 200px;
    transition: all .8s;
}

.search-box.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    right: 0;
    transition: transform .3s;
    /* transition: transform .3s,opacity .3s,visibility .3s; */
}

.search-box p {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.search-box input {
    width: 100%;
    border: 1px solid #999;
    height: 40px;
    background: transparent;
    padding: 0 15px;
}

.search-box button {
    height: 40px;
    border: 1px solid #fff;
    background: #ee7835;
    color: #fff;
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
}

.project_view .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -35px;
}

.project_view .list li {
    width: 31.2142857%;
    transition: all .3s;
    margin-bottom: 35px;
    background: #fff;
}

.project_view .list::after {
    content: "";
    width: 31.2142857%;
}

.project_view .list .pic {
    display: block;
    position: relative;
    padding-bottom: 77.8032%;
}

.project_view .list .pic img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    padding: 10px 30px 0;
}

.project_view .list .tit h3 {
    font-size: 14px;
    color: #202020;
    line-height: 1.2;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.project_view .list li:hover {
    transform: translateY(-5px);
    box-shadow: 3px 3px 5px #c3c0c0;
}

.project_view .list li:hover .tit h3 {
    color: #2b3b78;
}

.care_view .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -35px;
}

.care_view .list::after {
    content: "";
    width: 31.2142857%;
}

.care_view .list li {
    width: 31.2142857%;
    transition: all .3s;
    margin-bottom: 35px;
}

.care_view .list .tit h3 {
    font-size: 16px;
    color: #9e9e9e;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 12px;
    text-align: center;
}

.care_view .list:after {
    content: "";
    width: 31.2142857%;
}

.care_view .list li:hover {
    transform: translateY(-5px);
    /* background-color: #fff; */
    box-shadow: 3px 3px 5px #c3c0c0;
}

.care_view .list .pic {
    display: block;
    position: relative;
    padding-bottom: 77.8032%;
}

.care_view .list .pic img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.duty_view .content {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}

.duty_view .content .pic {
    width: 41%;
    height: 550px;
}

.duty_view .content .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.duty_view .content .txt {
    width: 56%;
}

.duty_view .content .txt h3 {
    font-size: 30px;
    color: #02537c;
    line-height: 1;
}

.duty_view .content .txt h5 {
    font-size: 24px;
    color: #5f5f5f;
    line-height: 1;
    margin-top: 14px;
}

.duty_view .content .txt p {
    margin-top: 35px;
    font-size: 18px;
    color: #919191;
    line-height: 30px;
}

.com-tit2 {
    text-align: center;
}

.com-tit2 h3 {
    color: #272727;
    font-size: 30px;
    line-height: 1.2;
}

.com-tit2 h5 {
    color: #272727;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 12px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.nav2 {
    padding: 25px 0 55px;
}

.nav2 .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.nav2 .tit {
    font-size: 26px;
    color: #363636;
    line-height: 35px;
    margin-left: 20px;
}

.nav2 .tit span {
    color: #35a3f7;
}

.nav2 .tabs {
    margin-left: 75px;
}

.nav2 .tabs a {
    display: inline-block;
    font-size: 14px;
    color: #bc1b28;
    line-height: 1;
    padding: 12px 30px;
    border-radius: 30px;
    border: 1px solid #35a3f7;
    margin-right: 25px;
    background-color: #ffffff;
    transition-duration: .3s;
}

.nav2 .tabs a:hover {
    background-color: #35a3f7;
    color: #fff;
}

.case_view {
    padding-top: 95px;
}

.case_view .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -50px;
    align-items: flex-start;
}

.case_view .list li {
    width: 32.2%;
    transition: all .3s;
    margin-bottom: 50px;
    background: #fff;
    margin-right: 1.7%;
}

.case_view .list li:nth-child(3n) {
    margin-right: 0;
}

.case_view .list .pic {
    display: block;
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
}

.case_view .list .pic:hover img {
    transform: scale(1.1);
}

.case_view .list .pic img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition-duration: .3s;
}

.case_view .list h3 {
    padding: 25px 0;
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
}

.bg2 {
    background-color: #f8f8f8;
}

.product-series_view {
    padding-top: 145px;
}

.product-series_view .list li .tit h3 {
    font-size: 40px;
    color: #333333;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
}

.product-series_view .list li .tit p {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
}

.product-series_view .list li .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 38%;
}

.product-series_view .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product-series_view .list li .more a {
    margin: 0 auto;
    margin-top: 58px;
    margin-bottom: 140px;
    width: 500px;
    height: 70px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: #222222;
    line-height: 1;
    transition-duration: .3s;
}

.product-series_view .list li .more a:hover {
    color: #fff;
    background-color: #000;
}

.why {
    background: url(../img/why-bg01.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0 80px;
}

.why .tit {
    text-align: center;
}

.why .tit h3 {
    font-size: 36px;
    color: #333333;
    line-height: 1.4;
    margin-top: 38px;
    font-weight: bold;
}

.why .tit h5 {
    font-size: 18px;
    color: #333333;
    line-height: 38px;
    white-space: pre-wrap;
    margin-top: 30px;
}

.why .con {
    margin-top: 30px;
    text-align: center;
}

.guard {
    background-color: #f5f5f5;
    padding: 90px 0 110px;
}

.guard .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.guard .top .tit {
    width: 41%;
    padding-left: 78px;
    background: url(../img/guard-ico01.png) no-repeat left top;
}

.guard .top .tit h3 {
    font-size: 40px;
    color: #1c1c1c;
    line-height: 45px;
    font-weight: bold;
    white-space: pre-wrap;
    padding-top: 30px;
}

.guard .top .tit h5 {
    font-size: 24px;
    color: #1c1c1c;
    line-height: 1;
    margin-top: 20px;
}

.guard .top p {
    width: 59%;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.guard .guard-swiper {
    padding-top: 100px;
}

.guard .guard-swiper .swiper-pagination {
    top: 6px;
    bottom: initial;
    width: auto;
    left: 65%;
    font-size: 18px;
    color: #666666;
    line-height: 1;
    display: none;
}

.guard .guard-swiper .swiper-pagination .swiper-pagination-current {
    font-size: 36px;
    color: #ee7835;
    line-height: 1;
}

.guard .guard-swiper .box-button {
    width: 130px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.guard .guard-swiper .box-button div {
    position: initial;
    margin-top: 0;
    width: 50%;
    height: 100%;
    border: 1px solid #999999;
    background: url(../img/guard-left-ico01.png) no-repeat center;
}

.guard .guard-swiper .box-button div:hover {
    background-image: url(../img/guard-left-ico02.png);
    background-color: #ee7835;
    border-color: #ee7835;
}

.guard .guard-swiper .box-button div::after {
    display: none;
}

.guard .guard-swiper .box-button .swiper-button-next {
    transform: rotate(180deg);
}

.guard .guard-swiper .swiper-slide {
    width: 280px;
    height: 480px;
}

.guard .guard-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.guard .guard-swiper .swiper-slide .pic {
    position: relative;
    width: 100%;
    height: 100%;
}

.guard .guard-swiper .swiper-slide .pic .bg {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.guard .guard-swiper .swiper-slide .pic .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    transition-duration: .3s;
}

.guard .guard-swiper .swiper-slide .pic .txt h2 {
    font-size: 100px;
    color: #ffffff;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
}

.guard .guard-swiper .swiper-slide .pic .txt .ico {
    width: 55px;
    height: 55px;
    position: relative;
    display: none;
}

.guard .guard-swiper .swiper-slide .pic .txt .ico img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.guard .guard-swiper .swiper-slide .pic .txt h3 {
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    margin-top: 30px;
}

.guard .guard-swiper .swiper-slide .pic .txt h4 {
    font-size: 12px;
    color: #bdbdbd;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 25px;
}

.guard .guard-swiper .swiper-slide .pic .txt p {
    font-size: 12px;
    color: #ffffff;
    line-height: 25px;
    height: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: none;
}

.guard .guard-swiper .swiper-slide .pic .txt span {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    padding-right: 32px;
    background: url(../img/guard-ico03.png) no-repeat right center;
    display: none;
}

.guard .guard-swiper .swiper-slide:hover .pic .txt {
    padding: 20px 30px;
    top: 0;
    background-color: #ee7835;
}

.guard .guard-swiper .swiper-slide:hover .pic .txt h2 {
    display: none;
}

.guard .guard-swiper .swiper-slide:hover .pic .txt h3 {
    font-size: 24px;
}

.guard .guard-swiper .swiper-slide:hover .pic .txt .ico {
    display: block;
    margin-top: 30px;
}

.guard .guard-swiper .swiper-slide:hover .pic .txt h4 {
    color: #fff;
}

.guard .guard-swiper .swiper-slide:hover .pic .txt p {
    display: block;
    margin-top: 30px;
}

.guard .guard-swiper .swiper-slide:hover .pic .txt span {
    margin-top: 90px;
    display: inline-block;
}

.join {
    padding: 180px 0 165px;
    background: url(../img/join-bg01.jpg) no-repeat center;
    background-size: cover;
}

.join h3 {
    font-size: 18px;
    color: #fefefe;
    line-height: 1;
    margin-bottom: 20px;
}

.join p {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 60px;
    white-space: pre-wrap;
}

.join a {
    margin-top: 75px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    padding: 18px 60px;
    background-color: #ee7835;
    transition-duration: .3s;
}

.join a:hover {
    background-color: #fff;
    color: #ee7835;
}

.brand {
    padding: 130px 0;
}

.brand .tit {
    text-align: center;
}

.brand .tit h3 {
    font-size: 18px;
    color: #ee7835;
    line-height: 1;
}

.brand .tit h5 {
    font-size: 36px;
    color: #333333;
    line-height: 1;
    margin-top: 20px;
}

.brand .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 55px;
}

.brand .list li {
    width: 19.4%;
    margin-right: 0.7%;
}

.brand .list li:nth-child(5n) {
    margin-right: 0;
}

.brand .list li .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    overflow: hidden;
}

.brand .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition-duration: .3s;
}

.brand .list li .pic:hover img {
    transform: scale(1.1);
}

.brand .list li .pic .txt {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.brand .list li .pic .txt h3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 28px;
    transition-duration: .3s;
}

.brand .list li .pic .txt h5 {
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition-duration: .3s;
}

.brand .list li .pic .txt span {
    display: block;
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition-duration: .3s;
}

.brand .list li .pic:hover .txt h3 {
    padding-bottom: 12px;
}

.brand .list li .pic:hover .txt h5 {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-bottom: 10px;
}

.brand .list li .pic:hover .txt span {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-bottom: 24px;
}

.ban {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.ban .ban-bd {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ban .ban-bd .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.ban .ban-bd .bg img {
    display: none;
}

.ban .ban-bd .ban-cont {
    position: absolute;
    left: 0;
    top: 53.3%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ban .ban-bd .ban-cont h2 {
    font-size: 48px;
    color: #fff;
}

.ban .ban-bd .ban-cont h2 span {
    margin-top: 18px;
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Arial;
}

.pos-cont {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 2;
}

.pos-cont .cur {
    margin-top: 31.5px;
}

.cur {
    padding-left: 40px;
    float: right;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    background: url(../img/icon_home.png) left top 8px no-repeat;
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
}

.cur em {
    margin: 0 8px;
}

.cur a {
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.cur a:hover {
    color: #ee7835;
}

.pos-ul {
    white-space: nowrap;
    overflow-x: auto;
}

.pos-ul li {
    margin-right: 55px;
    display: inline-block;
    vertical-align: middle;
}

.pos-ul a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 103px;
    padding: 0 14px;
    position: relative;
}

.pos-ul a:hover {
    color: #ddd;
}

.pos-ul a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 100%;
    height: 4px;
    background-color: #ee7835;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.pos-ul .on a:after {
    display: block;
}

.guard_view .info {
    background-color: #f5f5f5;
    padding: 80px 0 100px;
}

.guard_view .info .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}

.guard_view .info .tit {
    width: 41%;
    padding-left: 78px;
    background: url(../img/guard-ico01.png) no-repeat left top;
}

.guard_view .info .tit h3 {
    font-size: 40px;
    color: #1c1c1c;
    line-height: 45px;
    font-weight: bold;
    padding-top: 30px;
}

.guard_view .info .tit h5 {
    font-size: 24px;
    color: #1c1c1c;
    line-height: 1;
    margin-top: 20px;
}

.guard_view .info .con {
    width: 56%;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    padding-top: 40px;
    white-space: pre-wrap;
}

.guard_view .list {
    padding-top: 105px;
}

.guard_view .list li {
    margin-bottom: 105px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 650px;
    align-items: stretch;
}

.guard_view .list li .pic {
    width: 64%;
    height: 100%;
    position: relative;
}

.guard_view .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.guard_view .list li .txt {
    width: 36%;
    padding: 70px 30px 0 90px;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.guard_view .list li .txt .bg-t1 {
    display: block;
    position: absolute;
    top: 0;
    right: -80px;
    font-size: 340px;
    width: 340px;
    line-height: 1;
    color: #f0f0f0;
}

.guard_view .list li .txt .ico1 {
    width: 55px;
    height: 55px;
    object-fit: contain;
    position: relative;
}

.guard_view .list li .txt h3 {
    font-size: 30px;
    color: #333333;
    line-height: 1;
    margin-top: 15px;
    position: relative;
}

.guard_view .list li .txt h5 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-top: 15px;
    position: relative;
}

.guard_view .list li .txt p {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    margin-top: 40px;
    white-space: pre-wrap;
    margin-bottom: 45px;
    position: relative;
}

.guard_view .list li .txt .ico2 {
    position: relative;
}

.guard_view .list li:nth-child(2n) .pic {
    order: 1;
}

.guard-info_view {
    padding: 60px 0;
}

.guard-info_view .tit {
    font-size: 30px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 50px;
}

.c-box-wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0.7rem;
}

.c-box-wrap .c-left {
    width: 68.57%;
}

@media (max-width: 748px) {
    .c-box-wrap .c-left {
        width: 100%;
    }
}

@media (max-width: 748px) {
    .c-box-wrap .c-left .c-title {
        font-size: 1.2rem;
    }
}

.c-box-wrap .c-left .c-time-box {
    margin: 0.2rem 0 0.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #999;
}

@media (max-width: 748px) {
    .c-box-wrap .c-left .c-time-box {
        margin: 0.5rem 0 1.5rem;
    }
}

.c-box-wrap .c-left .c-time-box .c-time {
    padding-right: 20px;
}

.c-box-wrap .c-left .c-time-box .bshare-custom {
    display: flex;
    align-items: center;
}

.c-box-wrap .c-left .c-time-box .bshare-custom span {
    font-size: 16px;
}

@media (max-width: 1580px) {
    .c-box-wrap .c-left .c-time-box .bshare-custom span {
        font-size: 14px;
    }
}

.c-box-wrap .c-left .c-text-box {
    margin-bottom: 40px;
    padding: 40px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1.8;
    margin-top: 40px;
}

@media (max-width: 748px) {
    .c-box-wrap .c-left .c-text-box {
        margin-bottom: 1.5rem;
        padding: 1.5rem 0;
    }
}

.c-box-wrap .c-left .c-text-box img {
    max-width: 100%;
    height: auto !important;
}

.c-box-wrap .c-left .c-link-box {
    display: flex;
    align-items: center;
}

.c-box-wrap .c-left .c-link-box .c-lt {
    flex-grow: 1;
    line-height: 1.8;
    padding-right: 40px;
}

.c-box-wrap .c-left .c-link-box .c-lt p:nth-child(2) {
    margin-top: 10px;
}

.c-box-wrap .c-left .c-link-box .c-lt a {
    color: #666;
    transition: all 0.5s;
}

.c-box-wrap .c-left .c-link-box .c-lt a span {
    display: inline-block;
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #666666;
    line-height: 1;
    background-color: #f4f4f4;
    display: inline-flex;
    margin-right: 20px;
}

.c-box-wrap .c-left .c-link-box .c-lt a:hover {
    color: #ee7835;
}

.c-box-wrap .c-left .c-link-box .c-gt {
    flex-shrink: 0;
}

.c-box-wrap .c-left .c-link-box .c-gt a {
    display: inline-block;
    padding-left: 25px;
    padding: 14px 25px 14px 55px;
    background: url(../img/back-ico002.png) no-repeat left 18px center;
    color: #fff;
    background-color: #ee7835;
    transition-duration: .3s;
}

.c-box-wrap .c-left .c-link-box .c-gt a:hover {
    background-color: #e05201;
}

.c-box-wrap .c-right {
    position: sticky;
    top: 120px;
    width: 25%;
}

@media (max-width: 972px) {
    .c-box-wrap .c-right {
        top: 80px;
    }
}

@media (max-width: 748px) {
    .c-box-wrap .c-right {
        padding-top: 3rem;
        position: relative;
        top: 0;
        width: 100%;
    }
}

.c-box-wrap .c-right .c-title {
    margin-bottom: 40px;
    color: #999;
    line-height: 1;
    font-size: 30px;
}

@media (max-width: 748px) {
    .c-box-wrap .c-right .c-title {
        margin-bottom: 1rem;
    }
}

.c-box-wrap .c-right .c-list {
    margin-bottom: -30px;
}

@media (max-width: 748px) {
    .c-box-wrap .c-right .c-list {
        margin-bottom: -1.5rem;
    }
}

.c-box-wrap .c-right .c-list li {
    padding-bottom: 30px;
}

@media (max-width: 748px) {
    .c-box-wrap .c-right .c-list li {
        padding-bottom: 1.5rem;
    }
}

.c-box-wrap .c-right .c-list li .c-wrap {
    display: block;
}

.c-box-wrap .c-right .c-list li .c-wrap .c-img-box {
    height: 0 !important;
    padding-bottom: 54.5%;
    position: relative;
    overflow: hidden;
}

.c-box-wrap .c-right .c-list li .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

@media (max-width: 1580px) {
    .c-box-wrap .c-right .c-list li .c-wrap .c-img-box {
        height: 2.4rem;
    }
}

@media (max-width: 748px) {
    .c-box-wrap .c-right .c-list li .c-wrap .c-img-box {
        height: 10rem;
    }
}

.c-box-wrap .c-right .c-list li .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.c-box-wrap .c-right .c-list li .c-wrap .c-text-box {
    padding: 0 25px;
}

.c-box-wrap .c-right .c-list li .c-wrap .c-text-box .c-time {
    margin: 20px 0 10px;
    color: #999;
}

@media (max-width: 748px) {
    .c-box-wrap .c-right .c-list li .c-wrap .c-text-box .c-time {
        margin: 0.5rem 0;
    }
}

.c-box-wrap .c-right .c-list li .c-wrap .c-text-box .c-title2 {
    font-size: 16px;
    color: #333;
    transition: all 0.5s;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.c-box-wrap .c-right .c-list li .c-wrap:hover .c-img-box img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.c-box-wrap .c-right .c-list li .c-wrap:hover .c-text-box .c-title2 {
    color: #ee7835;
}

.serve_view .tit {
    font-size: 36px;
    color: #333333;
    line-height: 1;
    text-align: center;
}

.serve_view .item {
    padding-top: 100px;
}

.serve_view .item .list {
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.serve_view .item .list li {
    width: 32.8%;
}

.serve_view .item .list li .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.serve_view .item .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.serve_view .item .list li .pic::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.serve_view .item .list li .pic .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 45px;
    z-index: 1;
}

.serve_view .item .list li .pic .txt h3 {
    font-size: 36px;
    color: #ffffff;
    line-height: 1;
}

.serve_view .item .list li .pic .txt i {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
    height: 0;
}

.serve_view .item .list li .pic .txt p {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
    height: 0;
}

.serve_view .item .list li .pic .txt:hover i {
    opacity: 1;
    visibility: visible;
    margin-top: 50px;
    margin-bottom: 25px;
    height: 2px;
}

.serve_view .item .list li .pic .txt:hover p {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.serve_view .after {
    padding-top: 120px;
}

.serve_view .after .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: -30px;
}

.serve_view .after .list li {
    width: 49.2%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 30px;
}

.serve_view .after .list li .pic {
    width: 50%;
    height: 260px;
    position: relative;
}

.serve_view .after .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.serve_view .after .list li .txt {
    width: 50%;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #f5f5f5;
}

.serve_view .after .list li .txt h3 {
    font-size: 24px;
    color: #1c1c1c;
    line-height: 1;
    margin-bottom: 20px;
    width: 100%;
}

.serve_view .after .list li .txt p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.serve_view .year {
    padding-top: 120px;
}

.serve_view .year .year-swiper {
    margin-top: 70px;
    overflow: visible;
    padding-bottom: 95px;
}

.serve_view .year .year-swiper .swiper-pagination {
    bottom: 20px;
}

.serve_view .year .year-swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #ee7835;
}

.serve_view .year .year-swiper .swiper-slide {
    width: 680px;
}

.serve_view .year .year-swiper .swiper-slide .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 68.5%;
}

.serve_view .year .year-swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.serve_view .year .year-swiper .swiper-slide .pic .time {
    width: 160px;
    height: 160px;
    background-color: #ee7835;
    padding: 0 35px;
    position: absolute;
    left: 0;
    top: 0;
}

.serve_view .year .year-swiper .swiper-slide .pic .time h3 {
    font-size: 24px;
    color: #fff;
    line-height: 1.8;
    padding-top: 31px;
}

.serve_view .year .year-swiper .swiper-slide .pic .time span {
    display: block;
    font-size: 36px;
    color: #ffffff;
    line-height: 1.8;
}

.serve_view .praise {
    padding-top: 80px;
}

.serve_view .praise .praise-swiper {
    margin-top: 65px;
}

.serve_view .praise .praise-swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: stretch;
}

.serve_view .praise .praise-swiper .swiper-slide::after {
    content: '';
    display: block;
    width: 75px;
    height: 75px;
    background: url(../img/praise-ico001.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 65px;
    left: 47%;
    z-index: 1;
}

.serve_view .praise .praise-swiper .swiper-slide .pic {
    width: 50%;
    height: 450px;
    position: relative;
}

.serve_view .praise .praise-swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.serve_view .praise .praise-swiper .swiper-slide .txt {
    width: 50%;
    padding: 0 100px;
    background-color: #f5f5f5;
}

.serve_view .praise .praise-swiper .swiper-slide .txt h3 {
    font-size: 24px;
    color: #333333;
    line-height: 1;
    margin-top: 95px;
}

.serve_view .praise .praise-swiper .swiper-slide .txt p {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.serve_view .praise .praise-swiper .box-button {
    width: 130px;
    height: 50px;
    position: absolute;
    top: initial;
    bottom: 55px;
    margin-left: 100px;
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.serve_view .praise .praise-swiper .box-button div {
    position: initial;
    margin-top: 0;
    width: 50%;
    height: 100%;
    border: 1px solid #999999;
    background: url(../img/guard-left-ico01.png) no-repeat center;
}

.serve_view .praise .praise-swiper .box-button div:hover {
    background-image: url(../img/guard-left-ico02.png);
    background-color: #ee7835;
    border-color: #ee7835;
}

.serve_view .praise .praise-swiper .box-button div::after {
    display: none;
}

.serve_view .praise .praise-swiper .box-button .swiper-button-next {
    transform: rotate(180deg);
}

.serve_view .always {
    padding-top: 110px;
}

.serve_view .always .list {
    padding-top: 75px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.serve_view .always .list li {
    width: 30%;
    height: 200px;
    border: 1px solid #999999;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.serve_view .always .list li .txt {
    padding-left: 75px;
    position: relative;
}

.serve_view .always .list li .txt img {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
}

.serve_view .always .list li .txt h3 {
    font-size: 24px;
    color: #333333;
    line-height: 1;
    margin-bottom: 8px;
}

.serve_view .always .list li .txt p {
    font-size: 14px;
    color: #999999;
    line-height: 1;
}

.serve_view .always .con {
    margin-top: 60px;
    margin-bottom: 100px;
    position: relative;
    height: 650px;
}

.serve_view .always .con .bg {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.serve_view .always .con .txt {
    position: absolute;
    left: 115px;
    top: 110px;
}

.serve_view .always .con .txt h3 {
    font-size: 30px;
    color: #ffffff;
    line-height: 48px;
    margin-top: 40px;
}

.serve_view .always .con .txt p {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 30px;
}

.video_window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: none;
}

.video_window .main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 750px;
    height: 500px;
}

.video_window .main video {
    border: 20px solid #fff;
    border-radius: 10px;
    background-color: #000;
}

.video_window .main {
    overflow: visible;
    background-color: initial;
}

.video_window .main i {
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 30px;
    background: url(../img/close.png) no-repeat;
    background-size: 100% 100%;
}

.com-more3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    height: 60px;
    position: relative;
    border-radius: 60px;
    background-color: #fff;
    transition-duration: .3s;
    margin: 0 auto;
}

.com-more3 span {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 1;
    margin-left: 28px;
}

.com-more3 img {
    margin-right: 14px;
}

.com-more3:hover {
    background-color: #35a3f7;
}

.com-more3:hover span {
    color: #fff;
}

.video_intro {
    height: 850px;
    background: url(../img/video-bg01.jpg) no-repeat center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.video_intro p {
    max-width: 1000px;
    text-align: center;
    white-space: pre-wrap;
    font-size: 28px;
    color: #ffffff;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 35px;
    position: relative;
}

.video_intro p::after {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    background: url(../img/video-ico02.png) no-repeat center;
    position: absolute;
    top: 0;
    left: -10%;
}

.video_intro p::before {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    background: url(../img/video-ico02.png) no-repeat center;
    position: absolute;
    bottom: 0;
    right: -10%;
    transform: rotate(180deg);
}

.entrance {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    top: -70px;
}

.entrance .left {
    width: 50%;
    height: 750px;
    padding: 90px 75px 20px;
    background-color: #d40716;
}

.entrance .left h3 {
    font-size: 48px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 35px;
}

.entrance .left h5 {
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    padding: 35px 0 25px;
    border-bottom: 1px solid #ed999f;
    width: 400px;
}

.entrance .left .link {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #111111;
    padding: 15px 37px 15px 55px;
    background: url(../img/join-bg01.jpg) no-repeat left 35px center;
    background-color: #ffffff;
    margin-top: 45px;
    margin-bottom: 110px;
}

.entrance .left .com-more3 {
    background-color: #fff;
    background-image: url(../img/more-ico02.png);
    color: #35a3f7;
    margin-top: 45px;
    margin-bottom: 110px;
}

.entrance .left .link:hover {
    background-color: #ddd;
}

.entrance .left .more a {
    display: block;
    max-width: 570px;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #ed999f;
}

.entrance .left .more a:hover {
    color: #999;
}

.entrance .right {
    width: 50%;
    padding: 90px 90px 0;
    background: url(../img/join-bg01.jpg) no-repeat;
    background-size: cover;
}

.entrance .right h3 {
    font-size: 48px;
    line-height: 1;
    color: #2d3039;
    margin-bottom: 55px;
}

.entrance .right p {
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.entrance .right p span {
    width: 100px;
    font-size: 16px;
    line-height: 1;
    color: #2d3039;
    margin-bottom: 40px;
}

.header .m {
    display: none;
    padding: 30px 30px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.header .m .menu {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 40px;
    background-color: transparent;
}

.header .m .menu path {
    stroke: #868686;
}

.header .m .menu label {
    left: -40px;
    top: -45px;
    max-width: 130px;
    max-height: 130px;
}

.header .m > a {
    display: block;
    height: 45px;
}

.header .m > a img {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}

.header .m .Msearch {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: url("../icon/Msearch.png") no-repeat;
    background-size: contain;
}

.PopupColumn {
    position: fixed;
    top: 75px;
    left: -1024px;
    padding: 20px 15px;
    width: 100%;
    max-width: 1024px;
    height: 100%;
    background-color: #333;
    transition: 0.4s all;
    z-index: 99;
}

.PopupColumn.active {
    left: 0;
}

.PopupColumn li {
    border-bottom: 1px solid #999;
}

.PopupColumn li.active a:after {
    background-color: #fff;
}

.PopupColumn li.active a icon {
    transform: translateY(-50%) rotate(180deg);
}

.PopupColumn li > a {
    display: block !important;
    font-size: 15px;
    color: #fff;
    padding: 20px 0;
    letter-spacing: 1px;
    transition: 0.4s all;
    letter-spacing: 2px;
    position: relative;
    padding-left: 30px;
}

.PopupColumn li > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: 0.4s;
}

.PopupColumn li > a icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url("../icon/downJT.png") no-repeat;
    background-size: contain;
    transition: 0.4s all;
}

.PopupColumn li dl {
    display: none;
    padding-bottom: 20px;
}

.PopupColumn li dl dd {
    padding: 10px 30px;
}

.PopupColumn li dl dd a {
    display: block;
    font-size: 14px;
    color: #fff;
}

.PopupColumn p {
    font-size: 20px;
    margin-top: 30px;
    color: #004d85;
    cursor: pointer;
    font-family: english;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-direction: unset;
}

.PopupColumn p i {
    display: block;
    width: 15px;
    height: 15px;
    background: url("../img/top.png") no-repeat;
    background-size: contain;
    margin-left: 5px;
    margin-top: 2px;
}

.PopupSearch {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

.PopupSearch form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.PopupSearch form h4 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.PopupSearch form .div {
    margin-top: 20px;
    margin-bottom: 80px;
    width: 640px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #dfdfdf;
    position: relative;
}

.PopupSearch ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.PopupSearch ul li {
    display: inline-block;
}

.PopupSearch ul li div {
    color: #fff;
}

.PopupSearch form .div select {
    width: 180px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 17px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: url("../icon/dropDown.png") rgba(0, 0, 0, 0.7) 95% center no-repeat;
    background-size: 15px 15px;
    border-right: 1px solid #dfdfdf;
    color: #dfdfdf;
    letter-spacing: 2px;
}

.PopupSearch form .div select option {
    padding: 10px 0;
}

.PopupSearch form .div input {
    width: 453px;
    line-height: 48px;
    background-color: transparent;
    padding: 0 10px;
    color: #dfdfdf;
    font-size: 17px;
    letter-spacing: 2px;
}

.PopupSearch form .div input::-webkit-input-placeholder {
    color: #dfdfdf;
    font-size: 17px;
}

.PopupSearch form .div button {
    width: 80px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #dfdfdf;
    text-transform: uppercase;
    cursor: pointer;
}

.PopupSearch form .div button i {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.PopupSearch form .div button i:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 60px;
    background: url("../icon/search.png") no-repeat;
    background-position: center top;
    background-size: contain;
}

.PopupSearch form icon {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: 0.4s all;
}

.PopupSearch form icon:hover {
    color: #07329b;
}

.m_search {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #434144;
    z-index: 999;
    display: none;
}

.m_search ul {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m_search ul li {
    display: inline-block;
}

.m_search .layui-form-radio {
    line-height: 28px;
}

.m_search .layui-form-radio div {
    color: #fff;
}

.m_search .layui-form-radio i {
    width: 25px !important;
    height: 25px !important;
}

.m_search > div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.m_search > div > i {
    width: 50px;
    height: 50px;
    background: url("../icon/Msearch.png") no-repeat;
    background-size: contain;
}

.m_search > div h5 {
    font-size: 32px;
    font-family: english;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
    color: #fff;
    margin-top: 20px;
    letter-spacing: 1px;
}

.m_search > div h5:before {
    content: "";
    margin-right: 2px;
}

.m_search > div form {
    width: 100%;
    padding: 0 15%;
    margin-top: 50px;
}

.m_search > div form input {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
}

.m_search > div form input:-webkit-input-placeholder {
    color: #fff;
    font-size: 20px;
    line-height: 60px;
}

.m_search > div form button {
    width: 100%;
    line-height: 50px;
    background-color: #07329b;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-family: english;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

.m_search > div .searchClose {
    margin-top: 50px;
}

.m_search > div .searchClose i {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../icon/onlineClose.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.m_search > div .searchClose p {
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: english;
    letter-spacing: 2px;
    font-weight: bold;
}

.product-column_view {
    width: 100%;
    height: 100vh;
}

.product-column_view .swiper-container {
    width: 100%;
    height: 100%;
}

.product-column_view .swiper-container::after {
    content: '';
    display: block;
    width: 93px;
    height: 60px;
    background: url(../img/product-ico001.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.product-column_view .swiper-container .swiper-scrollbar {
    display: block !important;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 100%;
    border-radius: 0;
    background-color: #c80a0e;
}

.product-column_view .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
    height: 5px;
    width: 100%;
    position: relative;
    background: #d4a020;
    border-radius: 10px;
    left: 0;
    top: 2px;
}

.product-column_view .swiper-container .swiper-slide {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 25%;
}

.product-column_view .swiper-container .swiper-slide .bg1 {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product-column_view .swiper-container .swiper-slide::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: 0.3s;
}

.product-column_view .swiper-container .swiper-slide .txt1 {
    width: 290px;
    height: 340px;
    z-index: 1;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.product-column_view .swiper-container .swiper-slide .txt1 h3 {
    font-size: 30px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: bold;
}

.product-column_view .swiper-container .swiper-slide .txt1 p {
    margin-top: 15px;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 25px;
    height: 75px;
}

.product-column_view .swiper-container .swiper-slide .txt1 a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    padding: 18px 38px;
    background-color: #e52226;
    margin-top: 30px;
    transition-duration: .3s;
    font-family: Arial, Helvetica, sans-serif;
}

.product-column_view .swiper-container .swiper-slide:hover::after {
    opacity: 0;
}

.product-column_view .swiper-container .swiper-slide:hover .txt1 {
    background-color: rgba(229, 34, 38, 0.7);
}

.product-column_view .swiper-container .swiper-slide:hover .txt1 p {
    color: #fff;
}

.product-column_view .swiper-container .swiper-slide:hover .txt1 a {
    background-color: #fff;
    color: #35a3f7;
}

.product-column_view .swiper-container .swiper-slide:hover .txt1 a:hover {
    background-color: #333;
    color: #fff;
}

.crumbs {
    background-color: #f5f5f5;
}

.crumbs nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.crumbs nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 0 35px;
}

.crumbs nav ul li:first-child {
    padding-left: 20px;
    background: url(../img/add-ico001.png) no-repeat left center;
}

.crumbs nav ul li {
    font-size: 14px;
    line-height: 1;
    color: #4e4e4e;
}

.crumbs nav ul li a {
    font-size: 14px;
    color: #4e4e4e;
    transition: .4s all;
}

.crumbs nav ul li a:hover {
    color: #35a3f7;
}

.crumbs li:nth-of-type(n+3) {
    padding-left: 22px;
    position: relative;
    margin-left: 0;
}

.crumbs li:nth-of-type(n+3)::before {
    content: '';
    opacity: 1;
    display: block;
    position: absolute;
    top: 52%;
    left: 8px;
    transform: translateY(-50%);
    width: 8px;
    height: 7px;
    background: url("../img/jt.png") no-repeat;
    background-size: contain;
}

.crumbs .tit {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
}

.crumbs .tit a {
    width: auto;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #828282;
    margin-left: 40px;
    position: relative;
    z-index: 1;
}

.crumbs .tit a::after {
    content: '';
    display: block;
    width: calc(100% + 18px);
    height: 30px;
    background-color: #35a3f7;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
    z-index: -1;
    border-radius: 5px;
}

.crumbs .tit a.on,
.crumbs .tit a:hover {
    color: #fff;
}

.crumbs .tit a.on::after,
.crumbs .tit a:hover::after {
    opacity: 1;
    visibility: visible;
}

.crumbs1 {
    border-bottom: 1px solid #c7c7c7;
}

.crumbs1 .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 15px;
}

.crumbs1 .nav {
    font-size: 16px;
    color: #3e3e3e;
    line-height: 1.4;
    padding-left: 25px;
    background: url(../img/product-ico01.png) no-repeat left center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.crumbs1 .nav a {
    margin: 0 20px;
    position: relative;
}

.crumbs1 .nav a::after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.crumbs1 .nav a:hover, .crumbs1 .nav a.on {
    color: #35a3f7;
}

.crumbs1 .nav a:hover::after, .crumbs1 .nav a.on::after {
    background-color: #35a3f7;
}

.crumbs1 .add {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: #939393;
    line-height: 1.4;
    padding-left: 25px;
    background: url(../img/product-ico02.png) no-repeat left center;
}

.crumbs1 .add li:nth-of-type(n+3) {
    padding-left: 22px;
    position: relative;
    margin-left: 0;
}

.crumbs1 .add li:nth-of-type(n+3)::before {
    content: '';
    opacity: 1;
    display: block;
    position: absolute;
    top: 52%;
    left: 8px;
    transform: translateY(-50%);
    width: 8px;
    height: 7px;
    background: url("../img/jt.png") no-repeat;
    background-size: contain;
}

/*
页码
*/
.m-pages {
    text-align: center;
    font-size: 14px;
    padding-top: 80px;
    padding-bottom: 80px;
    /* background-color: #192028; */
}

.m-pages ul {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 25px;
}

.m-pages li {
    float: left;
    margin: 0 3px;
}

.m-pages li a {
    display: block;
    width: 37px;
    text-align: center;
    color: #8c8c8c;
    /* background-color: #ccc; */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 3px;
    height: 35px;
    line-height: 33px;
    transition: .4s all;
    font-size: 16px;
    background-color: #f6f6f6;
    border: 1px solid #8c8c8c;
}

.m-pages select {
    width: 55px;
    height: 36px;
    line-height: 33px;
    color: #000;
    color: #3f3837;
    padding-left: 10px;
    background: url(../img/qwy-i4.png) #fff center right 10px no-repeat;
    /* background-size: auto;
  background-size: 8px; */
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c8c8c8;
    vertical-align: bottom;
}

.m-pages select option {
    width: 100%;
    height: 36px;
    font-size: 14px;
}

.m-pages li.active a,
.m-pages li a:hover {
    background-color: #07329b;
    color: #fff;
    border-color: #07329b;
}

.m-pages li {
    font-size: 16px;
    color: #3f3837;
    letter-spacing: 2px;
    line-height: 34px;
}

.PopupCode {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

.PopupCode ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.PopupCode ul li {
    background-color: #fff;
    padding: 20px;
    transition: 0.4s all;
}

.PopupCode ul li + li {
    margin-left: 30px;
}

.PopupCode ul li figure img {
    width: 260px;
    height: 260px;
}

.PopupCode ul li p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #434144;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #434144;
    transition: 0.4s all;
    letter-spacing: 2px;
}

.PopupCode ul li span {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #1e2b69;
    cursor: pointer;
    transition: 0.4s all;
    position: relative;
    padding-bottom: 3px;
}

.PopupCode ul li span:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: 0.4s all;
}

.PopupCode ul li span:hover:after {
    opacity: 1;
}

.PopupCode ul li:hover {
    background-color: #35a3f7;
}

.PopupCode ul li:hover p {
    color: #fff;
    border-color: #fff;
}

.PopupCode ul li:hover span {
    color: #fff;
}

.download_view {
    background-color: #fff;
    padding-top: 90px;
}

.download_view .tit {
    text-align: center;
}

.download_view .tit h3 {
    font-size: 30px;
    color: #2b2b2b;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.download_view .tit h5 {
    font-size: 26px;
    color: #2b2b2b;
    line-height: 1.2;
    margin-top: 25px;
}

.download_view .tit i {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: #35a3f7;
    margin-top: 35px;
}

.download_view .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: -30px;
}

.download_view .list li {
    width: 31.8%;
    margin-right: 2%;
    margin-bottom: 30px;
}

.download_view .list li:nth-child(3n) {
    margin-right: 0;
}

.download_view .list li a {
    display: block;
    padding: 40px 45px 20px;
    background-color: #fafafa;
    transition-duration: .3s;
}

.download_view .list li a:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.download_view .list li h3 {
    font-size: 20px;
    color: #343434;
    line-height: 1.4;
}

.download_view .list li p {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 25px;
    margin-top: 15px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 18px;
}

.download_view .list li .time {
    border-top: 1px solid #d5d5d5;
    padding-top: 22px;
    background: url(../img/down-ico03.png) no-repeat right bottom;
}

.download_view .list li .time span {
    display: block;
    font-size: 14px;
    color: #444444;
    line-height: 20px;
    padding-left: 30px;
    background: url(../img/down-ico02.png) no-repeat left center;
}

.news-info_view .con {
    background-color: #f6f6f6;
    padding: 90px 120px 140px;
    margin-bottom: 125px;
}

.news-info_view .con .tit {
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
}

.news-info_view .con .tit h1 {
    font-size: 24px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 10px;
}

.news-info_view .con .tit h3 {
    font-size: 14px;
    line-height: 1;
    color: #aaaaaa;
    margin-bottom: 45px;
}

.news-info_view .con .edit {
    padding-top: 40px;
}

.news-info_view .con .share-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}

.news-info_view .link {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.news-info_view .link a {
    width: 32%;
    padding: 35px 0 30px;
    border-bottom: 8px solid #fff;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
    color: #2b2b2b;
    transition-duration: .3s;
}

.news-info_view .link a:hover {
    color: #07329b;
    border-bottom-color: #07329b;
}

.news-info_view .more {
    height: 315px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 135px;
}

.news-info_view .more img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.news-info_view .more .txt {
    position: relative;
    text-align: center;
}

.news-info_view .more h3 {
    font-size: 56px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

.news-info_view .more h5 {
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 30px;
}

.news-info_view .more a {
    font-size: 16px;
    line-height: 1;
    color: #2b2b2b;
    padding: 15px 35px;
    background-color: #ededed;
    transition-duration: .3s;
}

.news-info_view .more a:hover {
    background-color: #fff;
    box-shadow: 1px 2px 4px #ddd;
}

.about_view .intro {
    padding: 90px 0;
}

.about_view .intro .con {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}

.about_view .intro .con .txt {
    width: 41.8%;
}

.about_view .intro .con .txt h4 {
    font-size: 22px;
    color: #0b40b9;
    line-height: 30px;
}

.about_view .intro .con .txt i {
    display: inline-block;
    width: 35px;
    height: 4px;
    background-color: #07329b;
    margin-top: 20px;
}

.about_view .intro .con .txt p {
    font-size: 14px;
    color: #606060;
    line-height: 30px;
    white-space: pre-wrap;
    word-break: break-all;
    margin-top: 20px;
}

.about_view .intro .con .txt .item {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: -45px;
}

.about_view .intro .con .txt .item li {
    width: 30%;
    margin-bottom: 45px;
}

.about_view .intro .con .txt .item li h3 {
    font-size: 40px;
    color: #0b40b9;
    line-height: 1;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.about_view .intro .con .txt .item li h5 {
    font-size: 14px;
    color: #494949;
    line-height: 1;
    margin-top: 15px;
}

.about_view .intro .con .txt .item li:nth-child(3n) {
    width: 34%;
}

.about_view .intro .con .pic {
    width: 50%;
}

.about_view .culture {
    padding: 80px 0;
    background-color: #fafafa;
}

.about_view .culture .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 50px;
    margin-bottom: -20px;
}

.about_view .culture .list li {
    width: 19%;
    background-color: #fff;
    padding: 45px 2% 30px;
    margin-bottom: 20px;
    transition-duration: .3s;
}

.about_view .culture .list li .pic {
    width: 80px;
    height: 80px;
    position: relative;
}

.about_view .culture .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-fit: scale-down;
    transition-duration: .3s;
}

.about_view .culture .list li .pic .img2 {
    opacity: 0;
    visibility: hidden;
}

.about_view .culture .list li:hover {
    background: url(../img/about-bg01.jpg) no-repeat center;
    background-size: cover;
    background-color: #07329b;
}

.about_view .culture .list li:hover .pic .img1 {
    opacity: 0;
    visibility: hidden;
}

.about_view .culture .list li:hover .pic .img2 {
    opacity: 1;
    visibility: visible;
}

.about_view .culture .list li:hover h3 {
    color: #ffffff;
}

.about_view .culture .list li:hover p {
    color: #fff;
}

.about_view .culture .list li:hover h2 {
    color: #fff;
}

.about_view .culture .list li h3 {
    font-size: 22px;
    color: #3f3f3f;
    line-height: 1.2;
    margin-top: 15px;
    font-weight: bold;
    transition-duration: .3s;
}

.about_view .culture .list li h2 {
    font-size: 22px;
    color: #3f3f3f;
    line-height: 1.2;
    margin-top: 60px;
    font-weight: bold;
}

.about_view .culture .list li p {
    font-size: 14px;
    color: #9a9a9a;
    line-height: 25px;
    margin-top: 8px;
    height: 50px;
    transition-duration: .3s;
}

.join_view .tit {
    text-align: center;
}

.join_view .tit h3 {
    font-size: 48px;
    color: #333333;
    line-height: 1.2;
    position: relative;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: Avenir Next;
    text-transform: uppercase;
}

.join_view .tit h5 {
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
}

.join_view .guanmin {
    padding-top: 120px;
    padding-bottom: 85px;
}

.join_view .guanmin .con {
    margin-top: 50px;
}

.join_view .guanmin .con .img-tabs {
    position: relative;
    margin-top: 18px;
}

.join_view .guanmin .con .img-tabs .swiper-slide .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 57.8%;
    cursor: pointer;
}

.join_view .guanmin .con .img-tabs .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    border: 0 solid #07329b;
}

.join_view .guanmin .con .img-tabs .swiper-slide-active .pic img {
    border-width: 7px;
}

.join_view .guanmin .con .img-swiper .swiper-slide .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 41.9%;
}

.join_view .guanmin .con .img-swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.join_view .guanmin .con .img-swiper .swiper-pagination {
    bottom: 25px;
    display: none;
}

.join_view .guanmin .con .img-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #c1c1c1;
}

.join_view .guanmin .con .img-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #35a3f7;
}

.join_view .cctv {
    padding: 110px 0 95px;
    background-color: #f6f6f6;
}

.join_view .cctv .con {
    margin-top: 55px;
}

.join_view .cishan {
    padding: 130px 0 115px;
}

.join_view .cishan .con {
    margin-top: 50px;
}

.join_view .football {
    padding: 130px 0 115px;
    background-color: #f6f6f6;
}

.join_view .football .con {
    margin-top: 50px;
}

.join_view .ul8 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: -20px;
}

.join_view .ul8 li {
    width: 32.2%;
    height: 250px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 17px solid #f0f0f0;
    margin-bottom: 20px;
    transition-duration: .3s;
}

.join_view .ul8 li .pic {
    width: 40px;
    height: 40px;
    position: relative;
}

.join_view .ul8 li .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    top: 0;
    left: 0;
}

.join_view .ul8 li .pic .img1 {
    display: none;
}

.join_view .ul8 li h4 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-top: 12px;
}

.join_view .ul8 li .txt p {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    height: 50px;
    margin-top: 20px;
    text-align: center;
    white-space: pre-wrap;
}

.join_view .ul8 li:hover {
    background: url(../img/join6-bg001.jpg) no-repeat center;
    background-size: cover;
    border-width: 1px;
}

.join_view .ul8 li:hover .pic .img1 {
    display: block;
}

.join_view .ul8 li:hover .pic .img2 {
    display: none;
}

.join_view .ul8 li:hover h4 {
    color: #fff;
}

.join_view .ul8 li:hover .txt p {
    color: #fff;
}

.join_view .row-join5 {
    padding: 55px 0 123px;
    overflow: hidden;
    background-color: #e6e6e6;
}

.join_view .row-join5 .tit-1 {
    margin-bottom: 50px;
}

.join_view .ul7 {
    margin-bottom: -10px;
    margin-top: 40px;
    font-size: 0;
}

.join_view .ul7 li {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 270px;
}

.join_view .ul7 .con {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.join_view .ul7 .pic {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.join_view .ul7 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.join_view .ul7 .mask {
    padding: 38px 30px 20px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow-y: auto;
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.join_view .ul7 .mask h4 {
    margin-bottom: 22px;
    font-size: 24px;
    color: #333;
    font-weight: 400;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.join_view .ul7 .mask .txt {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: left;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.join_view .ul7 li:nth-child(even) .mask {
    background-color: rgba(0, 0, 0, 0.6);
}

.join_view .ul7 li:nth-child(even) .mask h4 {
    color: #fff;
}

.join_view .ul7 li:nth-child(even) .mask .txt {
    color: #fff;
}

.join_view .ul7 .con:hover .mask {
    background-color: #bc1b28;
}

.join_view .ul7 .con:hover .mask h4 {
    color: #fff;
}

.join_view .ul7 .con:hover .mask .txt {
    color: #fff;
}

.join_view .row-join6 {
    padding: 96px 0 74px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.join_view .row-join6 .tit-1 {
    margin-bottom: 50px;
}

.join_view .row-join7 {
    padding: 108px 0 95px;
    overflow: hidden;
}

.join_view .row-join7 .tit-1 {
    margin-bottom: 70px;
}

.join_view .ul9 {
    padding-bottom: 16px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.join_view .ul9:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    border-left: 1px dashed #999;
}

.join_view .ul9 ul {
    margin: 0 -48px -28px;
    font-size: 0;
    overflow: hidden;
}

.join_view .ul9 li {
    padding: 0 48px;
    margin-bottom: 28px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: right;
    position: relative;
}

.join_view .ul9 li:before {
    content: '';
    position: absolute;
    right: -6px;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #07329b;
}

.join_view .ul9 .con {
    padding: 24px 45px 56px;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.join_view .ul9 .num {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

.join_view .ul9 .txt {
    font-size: 16px;
    color: #666;
}

.join_view .ul9 li:nth-child(even) {
    text-align: left;
}

.join_view .ul9 li:nth-child(even):before {
    right: auto;
    left: -7px;
    top: 99px;
}

.Mnav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
}

.Mnav ul {
    width: 100%;
    background-color: #b5b5b5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.Mnav ul li {
    width: 33.333%;
    padding: 15px 0;
    transition: 0.4s all;
}

.Mnav ul li:hover {
    background-color: #1e2b69;
}

.Mnav ul li a {
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-direction: unset;
}

.Mnav ul li a icon {
    display: block;
    width: 40px;
    height: 40px;
}

.Mnav ul li a span {
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
}

.Mnav ul li:nth-of-type(1) icon {
    background: url("../icon/Mnav_tel.png") no-repeat;
    background-size: contain;
}

.Mnav ul li:nth-of-type(2) icon {
    background: url("../icon/Mnav_message.png") no-repeat;
    background-size: contain;
}

.Mnav ul li:nth-of-type(3) icon {
    background: url("../icon/Mnav_wx.png") no-repeat;
    background-size: contain;
}

.MgoTop {
    position: fixed;
    right: 20px;
    bottom: 90px;
    display: none;
    width: 60px;
    height: 60px;
    background: url("../icon/MgoTop.png") no-repeat;
    background-size: contain;
    z-index: 90;
    transition: 0.4s all;
}

.MgoTop.active {
    opacity: 1;
    pointer-events: auto;
}

.hot {
    padding: 135px 0 100px;
    background: url(../img/hot-bg01.jpg) no-repeat center;
    background-size: cover;
}

.hot .tit {
    text-align: center;
}

.hot .tit h3 {
    font-size: 20px;
    color: #4d4d4d;
    line-height: 1;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.hot .tit h5 {
    font-size: 36px;
    color: #202020;
    line-height: 1;
    margin-top: 14px;
}

.hot .tit form {
    margin-top: 55px;
}

.hot .tit form input {
    width: 440px;
    height: 55px;
    border-radius: 55px;
    padding-left: 160px;
    font-size: 16px;
    color: #909090;
    line-height: 1;
    background: url(../img/search-ico04.png) no-repeat left 130px center;
    background-color: #fff;
}

.hot .hot-swiper {
    margin-top: 55px;
    padding-bottom: 90px;
}

.hot .hot-swiper .swiper-slide {
    width: 400px;
    height: 460px;
}

.hot .hot-swiper .swiper-slide a {
    display: block;
    background-color: #Fff;
    padding: 40px 35px 50px 35px;
    position: relative;
}

.hot .hot-swiper .swiper-slide a .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
}

.hot .hot-swiper .swiper-slide a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #35a3f7;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
}

.hot .hot-swiper .swiper-slide a:hover .bg {
    opacity: 1;
    visibility: visible;
}

.hot .hot-swiper .swiper-slide a:hover::after {
    opacity: 0.7;
    visibility: visible;
}

.hot .hot-swiper .swiper-slide a:hover h3 i {
    color: #fff;
}

.hot .hot-swiper .swiper-slide a:hover h3 span {
    color: #fff;
}

.hot .hot-swiper .swiper-slide a:hover .box .info {
    color: #fff;
}

.hot .hot-swiper .swiper-slide a:hover .box .more {
    border-color: #fff;
    background-image: url(../img/hot-ico02.png);
}

.hot .hot-swiper .swiper-slide a:hover .box .pic {
    opacity: 0;
    visibility: hidden;
}

.hot .hot-swiper .swiper-slide a h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    z-index: 1;
}

.hot .hot-swiper .swiper-slide a h3 i {
    font-size: 28px;
    color: #4a4a4a;
    line-height: 1.2;
}

.hot .hot-swiper .swiper-slide a h3 span {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 1.2;
}

.hot .hot-swiper .swiper-slide a .box {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 37px;
    position: relative;
}

.hot .hot-swiper .swiper-slide a .box .info {
    width: 60%;
    font-size: 14px;
    color: #6c6c6c;
    line-height: 40px;
    white-space: pre-wrap;
}

.hot .hot-swiper .swiper-slide a .box .pic {
    width: 40%;
    height: 280px;
    position: relative;
    box-sizing: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.hot .hot-swiper .swiper-slide a .box .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.hot .hot-swiper .swiper-slide a .box .more {
    width: 40px;
    height: 40px;
    bottom: 38px;
    border-radius: 100%;
    background: url(../img/hot-ico01.png) no-repeat center;
    transition: all .3s;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    border: 1px solid #aeaeae;
    bottom: 0;
    left: 0;
}

.hot .hot-swiper .swiper-scrollbar {
    width: 100%;
    left: initial;
    bottom: 20px;
    height: 3px;
    background-color: #cdcdcd;
    display: block !important;
}

.hot .hot-swiper .swiper-scrollbar .swiper-scrollbar-drag {
    height: 7px;
    position: relative;
    background-color: #35a3f7;
    border-radius: 7px;
    left: 0;
    top: -2px;
}

.hot .hot-swiper .swiper-scrollbar .swiper-scrollbar-drag::after {
    content: '';
    width: 42px;
    height: 42px;
    background: url(../img/cur-ico01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.hot .more {
    margin-top: 60px;
}

.message {
    padding: 90px 0 60px;
    background: url(../img/message-bg01.jpg) no-repeat center top;
    background-color: #f4f4f4;
}

.message .tit {
    text-align: center;
}

.message .tit h3 {
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.message .tit h5 {
    font-size: 36px;
    color: #ffffff;
    line-height: 1;
    margin-top: 15px;
}

.message .tit p {
    font-size: 20px;
    color: #e7a3a4;
    line-height: 1.4;
    margin-top: 20px;
}

.message .con {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: stretch;
}

.message .con form {
    width: 54%;
    padding: 45px 70px 100px;
    background-color: #fff;
}

.message .con form ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.message .con form ul li {
    width: 100%;
}

.message .con form ul li .ind {
    width: 100%;
    font-size: 16px;
    color: #989898;
    line-height: 1;
    padding: 18px 0 18px 35px;
    margin-top: 20px;
    border-bottom: 1px solid #e2e2e2;
    background: url(../img/message-ico01.png) no-repeat left center;
}

.message .con form ul li:nth-child(1) {
    width: 48%;
}

.message .con form ul li:nth-child(2) {
    width: 48%;
}

.message .con form ul li:nth-child(2) .ind {
    background-image: url(../img/message-ico02.png);
}

.message .con form ul li:nth-child(3) {
    background: url(../img/message-more01.png) no-repeat right 14px center;
}

.message .con form ul li:nth-child(3) .ind {
    background-image: url(../img/message-ico03.png);
}

.message .con form ul li:nth-child(4) {
    background: url(../img/message-more01.png) no-repeat right 14px center;
}

.message .con form ul li:nth-child(4) .ind {
    background-image: url(../img/message-ico04.png);
}

.message .con form ul li:nth-child(5) .ind {
    background-image: url(../img/message-ico05.png);
    height: 60px;
}

.message .con form ul li .sub {
    width: 260px;
    height: 60px;
    background-color: #35a3f7;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    margin-top: 30px;
    cursor: pointer;
}

.message .con .pic {
    width: 46%;
    position: relative;
}

.message .con .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.col-l {
    width: 19.8%;
    background-color: #ffffff;
}

.col-r {
    width: 76%;
    padding-right: 12.3%;
    padding-top: 50px;
}

.product_view {
    background-color: #f6f6f6;
}

.product_view form {
    display: inline-block;
    position: relative;
}

.product_view form input {
    display: block;
    width: 380px;
    height: 65px;
    border-bottom: 1px solid #959595;
    background-color: initial;
    font-size: 16px;
    color: #333;
    line-height: 1;
}

.product_view form button {
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../img/product-search01.png) no-repeat center;
    cursor: pointer;
    right: 0;
    top: 35%;
}

.product_view .wrap1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.product_view .list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: -80px;
    margin-top: 50px;
}

.product_view .list li {
    width: 31.64%;
    margin-right: 2.5%;
    margin-bottom: 80px;
}

.product_view .list li:nth-child(3n) {
    margin-right: 0;
}

.product_view .list li a {
    display: block;
}

.product_view .list li a .pic {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.product_view .list li a .pic img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition-duration: .3s;
}

.product_view .list li a .pic:hover img {
    transform: scale(1.1);
}

.product_view .list li a .txt {
    padding: 20px 0;
    position: relative;
    transition-duration: .3s;
}

.product_view .list li a .txt h3 {
    font-size: 18px;
    color: #333333;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_view .list li a .txt h5 {
    font-size: 12px;
    color: #999;
    line-height: 1.2;
    margin-top: 8px;
}

.sidebar_pro {
    padding-left: 36%;
}

.sidebar_pro .tit {
    padding: 40px 0;
    position: relative;
    padding-left: 45px;
    background: url(../img/product-ico001.png) no-repeat left center;
}

.sidebar_pro .tit::after {
    content: '';
    display: block;
    height: 1px;
    left: -150px;
    right: 0;
    background-color: #e7e7e7;
    position: absolute;
    bottom: 0;
}

.sidebar_pro .tit a {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    display: block;
    position: relative;
}

.sidebar_pro .tit a:hover::after {
    opacity: 1;
    visibility: visible;
}

.sidebar_pro .tit a.on {
    color: #3a3a3a;
}

.sidebar_pro .tit a.on::after {
    opacity: 1;
    visibility: visible;
}

.sidebar_pro dl {
    user-select: none;
    border-bottom: 1px solid #e7e7e7;
}

.sidebar_pro dl.on dt {
    color: #3a3a3a;
}

.sidebar_pro dl.on dt::after {
    opacity: 1;
    visibility: visible;
}

.sidebar_pro dl.on dt span {
    background-image: url(../img/product-ico003.png);
}

.sidebar_pro dl.on dd {
    height: auto;
    margin-bottom: 25px;
    opacity: 1;
}

.sidebar_pro dl dt {
    font-size: 16px;
    line-height: 1;
    color: #8f8f8f;
    position: relative;
    cursor: pointer;
    padding: 30px 0;
}

.sidebar_pro dl dt span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/product-ico002.png) no-repeat center;
    vertical-align: bottom;
    margin-left: 6px;
    display: none;
}

.sidebar_pro dl dt::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/product-ico002.png) no-repeat center;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
    transition-duration: .3s;
}

.sidebar_pro dl dt:hover {
    color: #3a3a3a;
}

.sidebar_pro dl.on dt::after {
    background-image: url(../img/product-ico003.png);
}

.sidebar_pro dl dd {
    padding-left: 20px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition-duration: .3s;
}

.sidebar_pro dl dd a {
    font-size: 16px;
    line-height: 1;
    color: #b3b3b3;
}

.sidebar_pro dl dd a:hover {
    color: #3a3a3a;
}

.sidebar_pro dl dd.on a {
    color: #3a3a3a;
}

.com-banner1 {
    position: relative;
    padding-bottom: 30.5%;
    /* margin-top: 76px; */
}

.com-banner1 h3 {
    position: absolute;
    left: 11%;
    top: 44%;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}

.com-banner1 h3 span {
    font-size: 45px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 13px;
    display: block;
    font-family: Avenir Next, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.com-banner1 .tit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
    left: 6.7%;
}

.com-banner1 .tit a {
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    padding: 35px 40px 37px;
    border-bottom: 4px solid transparent;
}

.com-banner1 .tit a.on {
    border-bottom-color: #e52226;
    background: url(../img/on-ico001.png) no-repeat left 25px center;
}

.com-banner1 img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.com-banner1 .tabs-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.com-banner1 .tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    /* height: 55px; */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

.com-banner1 .tabs a {
    padding: 22px 30px;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    transition-duration: .3s;
}

.com-banner1 .tabs a.on, .com-banner1 .tabs a:hover {
    background-color: #07329b;
}

.banner_box {
    position: relative;
}

.banner_box .tabs_box {
    position: absolute;
    bottom: 70px;
    left: 1.5%;
    width: 490px;
    height: 170px;
}

.banner_box .tabs_box .tabs-swiper {
    width: 100%;
    height: 100%;
}

.banner_box .tabs_box .pic {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner_box .tabs_box .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.banner_box .tabs_box .pic h4 {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    padding: 15px 0 15px 35px;
    background: url(../img/banner-ico01.png) no-repeat left 20px center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner_box .tabs_box .button-prev {
    width: 65px;
    height: 65px;
    background: url(../img/banner-left01.png) no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    transition-duration: .3s;
    cursor: pointer;
    z-index: 1;
}

.banner_box .tabs_box .button-prev:hover {
    background-image: url(../img/banner-left02.png);
}

.banner_box .tabs_box .button-next {
    width: 65px;
    height: 65px;
    background: url(../img/banner-left01.png) no-repeat center;
    background-size: cover;
    position: absolute;
    transform: rotate(180deg);
    bottom: 0;
    right: -65px;
    transition-duration: .3s;
    cursor: pointer;
    z-index: 1;
}

.banner_box .tabs_box .button-next:hover {
    background-image: url(../img/banner-left02.png);
}

.banner {
    height: 100vh;
    max-height: 1080px;
    position: relative;
}

.banner .line {
    position: absolute;
    bottom: 70px;
    left: 6%;
    width: 330px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 1;
}

.banner .line .l {
    width: 270px;
    height: 3px;
    background-color: #e9e6e4;
    position: relative;
}

.banner .line .l i {
    display: block;
    width: 0;
    height: 100%;
    background-color: #07329b;
    position: absolute;
    left: 0;
    top: 0;
}

.banner .line .l i.on {
    transition-delay: 0.3s;
    transition-duration: 3s;
    width: 100%;
}

.banner .line .r {
    font-size: 42px;
    color: #ffffff;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
}

.banner .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner .swiper-pagination {
    bottom: 45px;
    width: 100%;
    display: none;
    color: #fff;
    font-size: 18px;
    /* letter-spacing: 1px; */
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #b5b5b5;
    opacity: 1;
    margin: 0 8px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #07329b;
}

.banner .swiper-pagination-current {
    font-size: 36px;
    color: #fff;
}

.banner .mobile {
    display: none;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cycletext {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    background: #fff;
    padding: 14px;
}

.cycletext:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url(../img/text_cycle_black.png) center center no-repeat;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    -webkit-transition: all 0.3s 0s ease-in-out;
    background-size: cover;
    -webkit-animation: rotateframe 6s linear infinite;
    animation: rotateframe 6s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

a.cycletext {
    display: block;
    position: relative;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    -webkit-transition: all 0.3s 0s ease-in-out;
}

a.cycletext:after {
    content: '';
    display: block;
    width: 48px;
    height: 14px;
    background: url(../img/ico_arrowr_black.png) center center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -7px;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    -webkit-transition: all 0.3s 0s ease-in-out;
}

a.cycletext:hover {
    background: #000;
}

a.cycletext:hover:before {
    background-image: url(../img/text_cycle_white.png);
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

a.cycletext:hover:after {
    background-image: url(../img/ico_arrowr_white.png);
}

@-webkit-keyframes rotateframe {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotateframe {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.product {
    padding: 135px 0 90px;
    background-color: #f6f6f6;
}

.product .product-swiper {
    margin-top: 70px;
    padding-bottom: 100px;
}

.product .product-swiper .swiper-slide .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 149.5%;
}

.product .product-swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product .product-swiper .swiper-slide .pic:hover img {
    transform: scale(1.1);
}

.product .product-swiper .swiper-slide .pic .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 28px 0 60px;
    background-color: #07329b;
}

.product .product-swiper .swiper-slide .pic .txt h3 {
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product .product-swiper .swiper-slide .pic .txt h5 {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product .product-swiper .swiper-slide .pic::after {
    width: 90px;
    height: 90px;
    background: url(../img/product-ico01.png) no-repeat center;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition-duration: .3s;
}

.product .product-swiper .swiper-slide .pic:hover .txt {
    bottom: 53%;
    background-color: transparent;
}

.product .product-swiper .swiper-slide .pic:hover::after {
    opacity: 1;
}

.product .product-swiper .box_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.product .product-swiper .box_btn .swiper-pagination {
    position: relative;
    top: -2px;
}

.product .product-swiper .box_btn .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

.product .product-swiper .box_btn .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #07329b;
}

.product .product-swiper .box_btn .button-prev {
    width: 35px;
    height: 25px;
    cursor: pointer;
    background: url(../img/product-left01.png) no-repeat center;
    margin-right: 20px;
    z-index: 1;
}

.product .product-swiper .box_btn .button-prev:hover {
    opacity: 0.8;
}

.product .product-swiper .box_btn .button-next {
    width: 35px;
    height: 25px;
    cursor: pointer;
    background: url(../img/product-left01.png) no-repeat center;
    margin-left: 20px;
    z-index: 1;
    transform: rotate(180deg);
}

.product .product-swiper .box_btn .button-next:hover {
    opacity: 0.8;
}

.about {
    padding-top: 155px;
    background-color: #f9f9f9;
}

.about .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}

.about .list {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -20px;
}

.about .list li {
    width: 32%;
    background-color: #fff;
    padding: 55px 40px 20px;
    margin-bottom: 20px;
    transition-duration: .3s;
}

.about .list li:nth-child(3) {
    padding: 0;
}

.about .list li .pic {
    width: 80px;
    height: 80px;
    position: relative;
}

.about .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-fit: scale-down;
    transition-duration: .3s;
}

.about .list li .pic .img2 {
    opacity: 0;
    visibility: hidden;
}

.about .list li:hover {
    background: url(../img/about-bg01.jpg) no-repeat center;
    background-size: cover;
    background-color: #07329b;
}

.about .list li:hover .pic .img1 {
    opacity: 0;
    visibility: hidden;
}

.about .list li:hover .pic .img2 {
    opacity: 1;
    visibility: visible;
}

.about .list li:hover h3 {
    color: #ffffff;
}

.about .list li:hover p {
    color: #fff;
}

.about .list li h3 {
    font-size: 22px;
    color: #2e2e2e;
    line-height: 1.2;
    margin-top: 75px;
    font-weight: bold;
    transition-duration: .3s;
}

.about .list li p {
    font-size: 14px;
    color: #2e2e2e;
    line-height: 25px;
    margin-top: 8px;
    height: 50px;
    transition-duration: .3s;
}

.about .txt {
    width: 28.4%;
}

.about .txt h3 {
    font-size: 34px;
    color: #2d2d2d;
    line-height: 50px;
    white-space: pre-wrap;
    font-weight: bold;
}

.about .txt p {
    font-size: 14px;
    color: #6b6b6b;
    line-height: 25px;
    margin-top: 30px;
}

.about .txt .about-swiper {
    margin-top: 30px;
}

.about .txt .about-swiper .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 48%;
}

.about .txt .about-swiper .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.about .txt .about-swiper .pic:hover img {
    transform: scale(1.1);
}

.about .txt .about-swiper .button-prev {
    width: 50px;
    height: 50px;
    background: url(../img/about-left01.png) no-repeat center;
    background-size: cover;
    position: absolute;
    border-radius: 50%;
    top: 43%;
    left: 20px;
    transition-duration: .3s;
    cursor: pointer;
    z-index: 1;
}

.about .txt .about-swiper .button-prev:hover {
    background-image: url(../img/about-left02.png);
}

.about .txt .about-swiper .button-next {
    width: 50px;
    height: 50px;
    background: url(../img/about-left01.png) no-repeat center;
    background-size: cover;
    position: absolute;
    transform: rotate(180deg);
    border-radius: 50%;
    top: 43%;
    right: 20px;
    transition-duration: .3s;
    cursor: pointer;
    z-index: 1;
}

.about .txt .about-swiper .button-next:hover {
    background-image: url(../img/about-left02.png);
}

.about .txt > a {
    font-size: 16px;
    color: #373737;
    line-height: 1.2;
    display: inline-block;
    padding-right: 68px;
    background: url(../img/about-right01.png) no-repeat center right;
    margin-top: 50px;
    transition-duration: .3s;
}

.about .txt > a:hover {
    color: #07329b;
}

.core {
    padding-top: 240px;
    padding-bottom: 190px;
    background: url(../img/core-bg01.jpg) no-repeat top center;
    margin-top: -80px;
    overflow: hidden;
}

.core .tit h3 {
    font-size: 50px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
}

.core .tabs {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.core .tabs a {
    font-size: 16px;
    color: #9caed6;
    line-height: 1;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    margin-right: 90px;
}

.core .tabs a:hover, .core .tabs a.on {
    color: #fff;
    border-color: #fff;
}

.core .swiper-box {
    position: relative;
    margin-top: 80px;
}

.core .swiper-box .button-prev {
    width: 85px;
    height: 25px;
    background: url(../img/core-left01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -8%;
    transition-duration: .3s;
    cursor: pointer;
    z-index: 1;
}

.core .swiper-box .button-prev:hover {
    opacity: 0.7;
}

.core .swiper-box .button-next {
    width: 85px;
    height: 25px;
    background: url(../img/core-right01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -8%;
    transition-duration: .3s;
    cursor: pointer;
    z-index: 1;
}

.core .swiper-box .button-next:hover {
    opacity: 0.7;
}

.core .core-swiper .swiper-slide {
    width: 366px;
}

.core .core-swiper .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 167%;
    cursor: pointer;
}

.core .core-swiper .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.core .core-swiper .pic:hover img {
    transform: scale(1.1);
}

.core .core-swiper .pic:hover .txt {
    opacity: 0;
    visibility: hidden;
}

.core .core-swiper .pic:hover::after {
    opacity: 1;
    visibility: visible;
}

.core .core-swiper .pic::after {
    content: '';
    display: block;
    width: 85px;
    height: 85px;
    background: url(../img/core-ico01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
}

.core .core-swiper .pic .txt {
    position: absolute;
    padding: 50px 40px;
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    top: 0;
    left: 0;
    background: url(../img/core-bg02.png) no-repeat left 45px bottom 50px;
    background-color: rgba(0, 0, 0, 0.5);
}

.core .core-swiper .pic .txt h3 {
    font-size: 22px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
}

.core .core-swiper .pic .txt h5 {
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    margin-top: 5px;
}

.core .core-swiper .swiper-pagination {
    display: none;
    bottom: 0;
}

.core .core-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #07329b;
}

.xiehui {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-items: stretch;
}

.xiehui .xiehui-swiper {
    width: 63%;
}

.xiehui .xiehui-swiper .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 54%;
}

.xiehui .xiehui-swiper .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.xiehui .xiehui-swiper .button-prev {
    width: 50px;
    height: 50px;
    background: url(../img/about-left01.png) no-repeat center;
    background-size: cover;
    position: absolute;
    border-radius: 50%;
    top: 43%;
    left: 45px;
    transition-duration: .3s;
    cursor: pointer;
    z-index: 1;
}

.xiehui .xiehui-swiper .button-prev:hover {
    background-image: url(../img/about-left02.png);
}

.xiehui .xiehui-swiper .button-next {
    width: 50px;
    height: 50px;
    background: url(../img/about-left01.png) no-repeat center;
    background-size: cover;
    position: absolute;
    transform: rotate(180deg);
    border-radius: 50%;
    top: 43%;
    right: 45px;
    transition-duration: .3s;
    cursor: pointer;
    z-index: 1;
}

.xiehui .xiehui-swiper .button-next:hover {
    background-image: url(../img/about-left02.png);
}

.xiehui .txt {
    width: 37%;
    padding: 7% 5% 0;
    background: url(../img/xiehui-bg01.jpg) no-repeat center;
    background-size: cover;
}

.xiehui .txt h4 {
    font-size: 50px;
    color: #ffffff;
    line-height: 75px;
    white-space: pre-wrap;
}

.xiehui .txt .tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 55px;
}

.xiehui .txt .tabs a {
    font-size: 16px;
    color: #9caed6;
    line-height: 1;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    margin-right: 5%;
}

.xiehui .txt .tabs a:hover, .xiehui .txt .tabs a.on {
    color: #fff;
    border-color: #fff;
}

.xiehui .list {
    width: 54.6%;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.xiehui .list li {
    width: 33.33%;
}

.xiehui .list li .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 54%;
}

.xiehui .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.news {
    padding: 205px 0 130px;
    background: url(../img/news-bg01.png) no-repeat right top 180px;
    background-color: #f9f9f9;
}

.news .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.news .tit {
    text-align: left;
}

.news .tit h3 {
    font-size: 34px;
    color: #2d2d2d;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: bold;
}

.news .tit p {
    font-size: 16px;
    color: #6b6b6b;
    line-height: 30px;
    white-space: pre-wrap;
}

.news .tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.news .tabs a {
    font-size: 16px;
    color: #303030;
    line-height: 1;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    margin-left: 5%;
    word-break: keep-all;
}

.news .tabs a:hover, .news .tabs a.on {
    color: #303030;
    border-color: #303030;
}

.news .wrap .m-con {
    display: none;
}

.news .wrap .con {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: stretch;
}

.news .wrap .con .item {
    width: 61.24%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: stretch;
}

.news .wrap .con .item > .pic {
    width: 500px;
    height: 655px;
    position: relative;
    overflow: hidden;
}

.news .wrap .con .item > .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition-duration: .3s;
}

.news .wrap .con .item > .pic:hover img {
    transform: scale(1.1);
}

.news .wrap .con .item .txt-box {
    width: 480px;
    padding: 40px 40px 0;
    background-color: #fff;
    position: relative;
}

.news .wrap .con .item .txt h3 {
    font-size: 22px;
    line-height: 35px;
    color: #000000;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    transition-duration: .3s;
}

.news .wrap .con .item .txt h3:hover {
    color: #07329b;
}

.news .wrap .con .item .txt h5 {
    font-size: 14px;
    line-height: 20px;
    color: #9f9f9f;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.news .wrap .con .item .txt h5 span {
    padding-left: 25px;
    background: url(../img/news-ico02.png) no-repeat left center;
}

.news .wrap .con .item .txt h5 span:nth-child(2) {
    background-image: url(../img/news-ico03.png);
}

.news .wrap .con .item .txt h5 span:nth-child(3) {
    background-image: url(../img/news-ico04.png);
}

.news .wrap .con .item .txt p {
    margin-top: 25px;
    font-size: 14px;
    line-height: 25px;
    color: #838383;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news .wrap .con .item .txt i {
    display: inline-block;
    font-size: 14px;
    color: #373737;
    line-height: 1;
    padding: 17px 55px;
    border: 1px solid #a9a9a9;
    transition-duration: .3s;
    margin-top: 30px;
}

.news .wrap .con .item .txt i:hover {
    color: #fff;
    border-color: #07329b;
    background-color: #07329b;
}

.news .wrap .con .item .tit2 {
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px dotted #d1d1d1;
    font-size: 16px;
    color: #303030;
    line-height: 1;
}

.news .wrap .con .item .tabs2 {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.news .wrap .con .item .tabs2 a {
    width: 30%;
}

.news .wrap .con .item .tabs2 a .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 118%;
}

.news .wrap .con .item .tabs2 a .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    border: 0 solid #07329b;
}

.news .wrap .con .item .tabs2 a h5 {
    font-size: 14px;
    color: #838383;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-duration: .3s;
    margin-top: 15px;
}

.news .wrap .con .item .tabs2 a:hover .pic img {
    border-width: 5px;
}

.news .wrap .con .item .tabs2 a:hover h5 {
    color: #07329b;
}

.news .wrap .con .list {
    width: 37.5%;
}

.news .wrap .con .list a {
    display: block;
    position: relative;
    height: 205px;
    padding: 25px 50px 25px 20px;
    padding-left: 220px;
    overflow: hidden;
    margin-bottom: 19px;
    background-color: #fff;
}

.news .wrap .con .list a .pic {
    width: 175px;
    height: 155px;
    object-fit: cover;
    position: absolute;
    left: 19px;
    top: 25px;
    overflow: hidden;
}

.news .wrap .con .list a .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition-duration: .3s;
}

.news .wrap .con .list a .pic:hover img {
    transform: scale(1.1);
}

.news .wrap .con .list a h3 {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .wrap .con .list a:hover {
    background: url(../img/news-bg02.png) no-repeat center;
    background-size: cover;
}

.news .wrap .con .list a:hover h3 {
    color: #fff;
}

.news .wrap .con .list a:hover h5 {
    color: #fff;
}

.news .wrap .con .list a:hover h5 span:nth-child(1) {
    background-image: url(../img/news-ico02-2.png);
}

.news .wrap .con .list a:hover h5 span:nth-child(2) {
    background-image: url(../img/news-ico03-2.png);
}

.news .wrap .con .list a:hover h5 span:nth-child(3) {
    background-image: url(../img/news-ico04-2.png);
}

.news .wrap .con .list a:hover p {
    color: #fff;
}

.news .wrap .con .list a h5:hover {
    color: #fff;
}

.news .wrap .con .list a h5 {
    font-size: 14px;
    line-height: 20px;
    color: #9f9f9f;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.news .wrap .con .list a h5 span {
    padding-left: 25px;
    background: url(../img/news-ico02.png) no-repeat left center;
}

.news .wrap .con .list a h5 span:nth-child(2) {
    background-image: url(../img/news-ico03.png);
}

.news .wrap .con .list a h5 span:nth-child(3) {
    background-image: url(../img/news-ico04.png);
}

.news .wrap .con .list a p {
    font-size: 14px;
    line-height: 25px;
    color: #838383;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.news .wrap .con .list a:last-child {
    margin-bottom: 0;
}

.fast_box {
    padding: 130px 0 120px;
}

.fast_box .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.fast_box .left {
    width: 51.5%;
}

.fast_box .left a {
    display: block;
    height: 725px;
    position: relative;
}

.fast_box .left a .pic {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fast_box .left a .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition-duration: .3s;
}

.fast_box .left a .pic:hover img {
    transform: scale(1.1);
}

.fast_box .left a .txt {
    position: absolute;
    top: 9%;
    left: 10%;
}

.fast_box .left a .txt h3 {
    font-size: 44px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-family: Avenir Next, Helvetica, sans-serif;
    font-weight: bold;
}

.fast_box .left a .txt h5 {
    font-size: 26px;
    color: #ffffff;
    line-height: 1;
    margin-top: 25px;
}

.fast_box .left a .txt p {
    display: inline-block;
    font-size: 17px;
    color: #d8d8d9;
    line-height: 1.5;
    padding-right: 18px;
    background: url(../img/fast-ico01.png) no-repeat right center;
    margin-top: 10px;
}

.fast_box .right {
    width: 47%;
}

.fast_box .right a {
    display: block;
    height: 353px;
    position: relative;
}

.fast_box .right a:nth-child(1) {
    margin-bottom: 19px;
}

.fast_box .right a .pic {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fast_box .right a .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition-duration: .3s;
}

.fast_box .right a .pic:hover img {
    transform: scale(1.1);
}

.fast_box .right a .txt {
    position: absolute;
    top: 19%;
    left: 10%;
}

.fast_box .right a .txt h3 {
    font-size: 44px;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    font-family: Avenir Next, Helvetica, sans-serif;
    font-weight: bold;
}

.fast_box .right a .txt h5 {
    font-size: 26px;
    color: #ffffff;
    line-height: 1;
    margin-top: 25px;
}

.fast_box .right a .txt p {
    display: inline-block;
    font-size: 17px;
    color: #d8d8d9;
    line-height: 1.5;
    padding-right: 18px;
    background: url(../img/fast-ico01.png) no-repeat right center;
    margin-top: 10px;
}

.footer {
    background-color: #232323;
    padding-top: 70px;
}

.footer .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .info_box {
    width: 250px;
}
.footer .info_box .text {

    margin-top: 90px;

}
.footer .info_box p {
    font-size: 14px;
    color: #b5b5b5;
    line-height: 25px;
    margin-top: 10px;
    white-space: pre-wrap;
}

.footer .footer_nav {
    width: 43.75%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px;
}

.footer .footer_nav dl dt {
    margin-bottom: 25px;
}

.footer .footer_nav dl dt a {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
}

.footer .footer_nav dl dt a:hover {
    color: #999;
}

.footer .footer_nav dl dd {
    margin-bottom: 15px;
}

.footer .footer_nav dl dd a {
    font-size: 14px;
    color: #acacac;
    line-height: 1;
}

.footer .footer_nav dl dd a:hover {
    color: #fff;
}

.footer .txt {
    width: 390px;
    padding-top: 10px;
}

.footer .txt .tit {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
}

.footer .txt .box {
    padding-left: 160px;
    margin-top: 40px;
    position: relative;
}

.footer .txt .box .code {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
}

.footer .txt .box h4 {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
}

.footer .txt .box h5 {
    font-size: 31px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer .txt .box .links {
    margin-top: 25px;
    height: 40px;
    border: 1px solid #636363;
    position: relative;
    padding: 0 20px;
    background: url(../img/links-ico01.png) no-repeat right 10px center;
    border-radius: 3px;
}

.footer .txt .box .links h3 {
    font-size: 14px;
    color: #ffffff;
    line-height: 38px;
    cursor: pointer;
}

.footer .txt .box .links > div {
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
    border: 1px solid #636363;
    background-color: #333;
}

.footer .txt .box .links > div a {
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    color: #b7b7b7;
    line-height: 1;
    font-weight: bold;
}

.footer .txt .box .links > div a:hover {
    color: #fff;
}

.footer .txt .box .links:hover div {
    opacity: 1;
    visibility: visible;
}

.footer .copy {
    width: 100%;
    margin-top: 80px;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer .copy p {
    font-size: 14px;
    color: #5f5f5f;
    line-height: 1.7;
}

.footer .copy p a:hover {
    color: #fff;
}

.page_tabs .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.page_tabs .wrap a {
    font-size: 16px;
    color: #535353;
    line-height: 1;
    padding: 25px 12px 20px;
    border-bottom: 4px solid transparent;
    transition-duration: .3s;
    margin: 0 35px;
}

.page_tabs .wrap a:hover, .page_tabs .wrap a.on {
    border-color: #35a3f7;
    color: #35a3f7;
}

.more1 {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    padding: 20px 78px 20px 40px;
    border-radius: 56px;
    background-color: #07329b;
    position: relative;
    transition-duration: .3s;
}

.more1::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/more-ico02.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 3px;
    right: 3px;
}

.more1:hover {
    background-color: #333;
    color: #fff;
}

.recommend {
    padding: 120px 0 105px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: url(../img/recommend-bg001.png) no-repeat bottom 130px left 22.5%;
}

.recommend .tabs-swiper {
    width: 60%;
    padding: 60px 9% 75px 11.5%;
}

.recommend .tabs-swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
}

.recommend .tabs-swiper .swiper-slide-active {
    opacity: 1;
    visibility: visible;
}

.recommend .tabs-swiper .swiper-slide .txt {
    width: 59.8%;
}

.recommend .tabs-swiper .swiper-slide .txt h3 {
    font-size: 44px;
    color: #333333;
    line-height: 1;
    font-family: Myriad Pro;
    white-space: pre-wrap;
}

.recommend .tabs-swiper .swiper-slide .txt h5 {
    font-size: 30px;
    color: #333333;
    line-height: 1;
    margin-top: 10px;
}

.recommend .tabs-swiper .swiper-slide .txt h6 {
    font-size: 16px;
    color: #35a3f7;
    line-height: 1;
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #07329b;
    border-radius: 32px;
    margin-top: 85px;
}

.recommend .tabs-swiper .swiper-slide .txt h4 {
    font-size: 36px;
    color: #333333;
    line-height: 1;
    margin-top: 18px;
}

.recommend .tabs-swiper .swiper-slide .txt p {
    font-size: 14px;
    color: #666666;
    line-height: 1;
    margin-top: 15px;
}

.recommend .tabs-swiper .swiper-slide .txt .more1 {
    margin-top: 45px;
}

.recommend .tabs-swiper .swiper-slide .pic {
    width: 31.8%;
    height: 520px;
    position: relative;
    overflow: hidden;
}

.recommend .tabs-swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.recommend .tabs-swiper .button-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: url(../img/recommend-ico01.png) no-repeat center;
    border: 1px solid #cccccc;
    cursor: pointer;
    position: absolute;
    top: 40%;
    right: 6%;
}

.recommend .tabs-swiper .button-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: url(../img/recommend-ico01.png) no-repeat center;
    border: 1px solid #cccccc;
    transform: rotate(180deg);
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 6%;
}

.recommend .recommend-swiper {
    width: 40%;
}

.recommend .recommend-swiper .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 92%;
}

.recommend .recommend-swiper .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.recommend .recommend-swiper .pic:hover img {
    transform: scale(1.1);
}

.recommend .recommend-swiper .swiper-pagination {
    width: auto;
    left: 30px;
    bottom: 20px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-family: Current;
}

.recommend .recommend-swiper .swiper-pagination .swiper-pagination-current {
    font-size: 60px;
}

.naver3 {
    background-color: #f6f6f6;
}

.naver3 .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.naver3 .wrap .tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.naver3 .wrap .tabs a {
    font-size: 14px;
    color: #333333;
    line-height: 1;
    padding: 35px 55px;
    transition-duration: .3s;
    position: relative;
}

.naver3 .wrap .tabs a.on, .naver3 .wrap .tabs a:hover {
    background-color: #07329b;
    color: #fff;
}

.naver3 .wrap .cur {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
    background: url(../img/cur-ico001.png) no-repeat left center;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}

.naver3 .wrap .cur li:nth-of-type(n+3) {
    padding-left: 22px;
    position: relative;
    margin-left: 0;
}

.naver3 .wrap .cur li:nth-of-type(n+3)::before {
    content: '';
    opacity: 1;
    display: block;
    position: absolute;
    top: 52%;
    left: 8px;
    transform: translateY(-50%);
    width: 8px;
    height: 7px;
    background: url("../img/jt.png") no-repeat;
    background-size: contain;
}

.naver3 .wrap .cur li a {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}

.naver3 .wrap .cur li a:hover {
    color: #07329b;
}

.brand_view {
    padding: 145px 0 120px;
    overflow: hidden;
}

.brand_view .txt1 {
    padding-top: 120px;
    padding-bottom: 110px;
    text-align: center;
}

.brand_view .txt1 p {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #666666;
    line-height: 40px;
    white-space: pre-wrap;
    text-align: center;
}

.brand_view .txt1 p::after {
    content: '';
    display: block;
    width: 45px;
    height: 40px;
    background: url(../img/brand-ico001.png) no-repeat center;
    position: absolute;
    top: -41px;
    left: -120px;
}

.brand_view .txt1 p::before {
    content: '';
    display: block;
    width: 45px;
    height: 40px;
    transform: rotate(180deg);
    background: url(../img/brand-ico001.png) no-repeat center;
    position: absolute;
    bottom: -33px;
    right: 91px;
}

.brand_view .txt1 h6 {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-top: 150px;
    letter-spacing: 4px;
}

.brand_view .pic {
    margin-left: -12%;
    margin-right: -12%;
}

.brand_view .txt2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 110px;
}

.brand_view .txt2 p {
    width: 73.5%;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    white-space: pre-wrap;
}

.brand_view .txt2 .logo {
    width: 22%;
    border-right: 1px solid #999999;
    padding: 30px 0 70px;
    padding-right: 80px;
}

.honor_view {
    padding: 120px 0 175px;
}

.honor_view .list {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -60px;
}

.honor_view .list li {
    width: 23.8%;
    margin-right: 1.5%;
    margin-bottom: 60px;
}

.honor_view .list li:nth-child(4n) {
    margin-right: 0;
}

.honor_view .list li .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    background-color: #f6f6f6;
}

.honor_view .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    padding: 20px 30px;
}

.honor_view .list li .pic:hover img {
    transform: scale(1.1);
}

.honor_view .list li .txt {
    padding: 25px 0;
}

.honor_view .list li .txt h3 {
    font-size: 16px;
    color: #333333;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.honor_view .more {
    text-align: center;
}

.honor_view .more a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    padding: 20px 85px 20px 50px;
    border-radius: 56px;
    background: url(../img/more-ico03.png) no-repeat right 50px center;
    background-color: #07329b;
    margin-top: 80px;
    transition-duration: .3s;
}

.honor_view .more a:hover {
    background-color: #333;
}

.factory_view {
    padding: 120px 0 175px;
}

.factory_view .tit p {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    white-space: pre-wrap;
    text-align: center;
    margin-top: 40px;
}

.factory_view .list {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -70px;
}

.factory_view .list li {
    width: 32.25%;
    margin-right: 1.6%;
    margin-bottom: 70px;
}

.factory_view .list li:nth-child(3n) {
    margin-right: 0;
}

.factory_view .list li .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    background-color: #f6f6f6;
}

.factory_view .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.factory_view .list li .pic:hover img {
    transform: scale(1.1);
}

.factory_view .list li .txt {
    padding: 35px 0;
    background-color: #f6f6f6;
    transition-duration: .3s;
}

.factory_view .list li .txt h3 {
    font-size: 16px;
    color: #121212;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    transition-duration: .3s;
}

.factory_view .list li:hover .txt {
    background-color: #07329b;
}

.factory_view .list li:hover .txt h3 {
    color: #fff;
}

.factory_view .more {
    text-align: center;
}

.factory_view .more a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    padding: 20px 85px 20px 50px;
    border-radius: 56px;
    background: url(../img/more-ico03.png) no-repeat right 50px center;
    background-color: #07329b;
    margin-top: 80px;
    transition-duration: .3s;
}

.factory_view .more a:hover {
    background-color: #333;
}

.product-info_view {
    padding-top: 90px;
}

.product-info_view .back a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    padding: 20px 50px 20px 85px;
    border-radius: 56px;
    background: url(../img/back-ico002.png) no-repeat left 50px center;
    background-color: #07329b;
    transition-duration: .3s;
}

.product-info_view .back a:hover {
    background-color: #333;
}

.product-info_view .above {
    padding-top: 65px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 120px;
}

.product-info_view .above .img-box {
    width: 48.4%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.product-info_view .above .img-box .swiper-pagination {
    bottom: 20px;
}

.product-info_view .above .img-box .swiper-pagination .swiper-scrollbar-drag {
    background-color: #07329b;
}

.product-info_view .above .img-box .img-swiper {
    width: 100%;
    height: 490px;
    margin: 0;
}

.product-info_view .above .img-box .img-swiper .pic {
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    display: block;
    position: relative;
}

.product-info_view .above .img-box .img-swiper .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.product-info_view .above .img-box .img-swiper .swiper-button-prev {
    width: 35px;
    height: 90px;
    border: 1px solid #b5b5b5;
    background: url(../img/product-left001.png) no-repeat center;
    left: 20px;
}

.product-info_view .above .img-box .img-swiper .swiper-button-prev::after {
    display: none;
}

.product-info_view .above .img-box .img-swiper .swiper-button-prev:hover {
    border-color: #07329b;
    background-image: url(../img/product-left002.png);
}

.product-info_view .above .img-box .img-swiper .swiper-button-next {
    width: 35px;
    height: 90px;
    border: 1px solid #b5b5b5;
    background: url(../img/product-left001.png) no-repeat center;
    transform: rotate(180deg);
    right: 20px;
}

.product-info_view .above .img-box .img-swiper .swiper-button-next::after {
    display: none;
}

.product-info_view .above .img-box .img-swiper .swiper-button-next:hover {
    border-color: #07329b;
    background-image: url(../img/product-left002.png);
}

.product-info_view .above .txt {
    width: 43.2%;
}

.product-info_view .above .txt h1 {
    font-size: 30px;
    color: #333333;
    line-height: 1.4;
    padding-top: 30px;
    font-weight: bold;
}

.product-info_view .above .txt h5 {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin-top: 15px;
    padding-bottom: 26px;
    border-bottom: 1px solid #dddddd;
}

.product-info_view .above .txt p {
    margin: 20px 0 50px;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    white-space: pre-wrap;
}

.product-info_view .above .txt .links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.product-info_view .above .txt .links .prev, .product-info_view .above .txt .links .next {
    width: 129px;
    height: 45px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    color: #666666;
    line-height: 1;
    transition-duration: .3s;
    border: 1px solid #cccccc;
    margin-right: 8px;
}

.product-info_view .above .txt .links .prev:hover, .product-info_view .above .txt .links .next:hover {
    background-color: #07329b;
    color: #fff;
    border-color: #07329b;
}

.product-info_view .scene {
    padding-top: 95px;
    padding-bottom: 95px;
    background-color: #f5f5f5;
}

.product-info_view .scene .tit h3 {
    font-size: 36px;
    color: #333333;
    line-height: 1;
}

.product-info_view .scene .tit h3 span {
    font-size: 20px;
    color: #999999;
    line-height: 1;
}

.product-info_view .scene .scene-swiper {
    margin-top: 60px;
    padding-bottom: 60px;
}

.product-info_view .scene .scene-swiper .swiper-slide .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 48%;
}

.product-info_view .scene .scene-swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product-info_view .scene .scene-swiper .swiper-slide .vr .pic::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/vr-ico01.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.product-info_view .scene .scene-swiper .swiper-pagination {
    bottom: 0;
}

.product-info_view .scene .scene-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background: #999999;
    opacity: 1;
    margin: 0 15px;
}

.product-info_view .scene .scene-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #07329b;
}

.product-info_view .scene .scene-swiper .button-prev {
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: url(../img/new-left01.png) no-repeat center;
    border: 1px solid #ffffff;
    position: absolute;
    left: 100px;
    top: 43%;
    z-index: 1;
}

.product-info_view .scene .scene-swiper .button-prev:hover {
    background-color: #07329b;
    border-color: #07329b;
}

.product-info_view .scene .scene-swiper .button-next {
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: url(../img/new-left01.png) no-repeat center;
    border: 1px solid #ffffff;
    position: absolute;
    right: 100px;
    top: 43%;
    transform: rotate(180deg);
    z-index: 1;
}

.product-info_view .scene .scene-swiper .button-next:hover {
    background-color: #07329b;
    border-color: #07329b;
}

.product-info_view .other {
    padding-top: 70px;
}

.product-info_view .other .other-swiper {
    margin-top: 50px;
    padding-bottom: 60px;
}

.product-info_view .other .other-swiper .swiper-slide {
    width: 455px;
}

.product-info_view .other .other-swiper .swiper-slide .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 72%;
    overflow: hidden;
}

.product-info_view .other .other-swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all .3s;
}

.product-info_view .other .other-swiper .swiper-slide h3 {
    font-size: 18px;
    color: #393939;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-info_view .other .other-swiper .swiper-slide:hover .pic img {
    transform: scale(1.1);
}

.product-info_view .other .other-swiper .swiper-slide:hover h3 {
    color: #999;
}

.product-info_view .other .other-swiper .swiper-pagination {
    bottom: 40px;
    display: none;
}

.product-info_view .other .other-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #dadada;
    opacity: 1;
}

.product-info_view .other .other-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #07329b;
}

.case2_view {
    padding-top: 125px;
}

.case2_view .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -95px;
}

.case2_view .list li {
    width: 48.4%;
    margin-bottom: 95px;
}

.case2_view .list li .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    overflow: hidden;
}

.case2_view .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.case2_view .list li .pic:hover img {
    transform: scale(1.1);
}

.case2_view .list li .pic .time {
    width: 130px;
    height: 130px;
    background-color: #07329b;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 24px;
    padding-top: 30px;
}

.case2_view .list li .pic .time h3 {
    font-size: 48px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 14px;
}

.case2_view .list li .pic .time h5 {
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
}

.case2_view .list li .txt {
    padding: 45px 165px 80px 25px;
    background-color: #f6f6f6;
    position: relative;
}

.case2_view .list li .txt h3 {
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-duration: .3s;
}

.case2_view .list li .txt h3:hover {
    color: #07329b;
}

.case2_view .list li .txt span {
    display: inline-block;
    padding: 14px 30px;
    background-color: #07329b;
    border-radius: 45px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    position: absolute;
    top: 44px;
    right: 50px;
    transition-duration: .3s;
}

.case2_view .list li .txt span:hover {
    background-color: #333;
}

.case2-info_view {
    padding: 110px 0 120px;
}

.case2-info_view .wrap {
    max-width: 1200px;
}

.case2-info_view .tit {
    font-size: 36px;
    color: #333333;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}

.case2-info_view .edit {
    padding: 60px 0 70px;
}

.case2-info_view .back {
    text-align: center;
}

.case2-info_view .back a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    padding: 20px 50px 20px 85px;
    border-radius: 56px;
    background: url(../img/back-ico002.png) no-repeat left 50px center;
    background-color: #07329b;
    transition-duration: .3s;
}

.case2-info_view .back a:hover {
    background-color: #333;
}

.bigData {
    padding: 190px 0 400px;
    background: url(../img/bigData-bg01.jpg) no-repeat center;
    background-size: cover;
}

.bigData .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.bigData .tit h3 {
    font-size: 34px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
}

.bigData .tit p {
    font-size: 16px;
    color: #a7b3da;
    line-height: 30px;
    margin-top: 20px;
    white-space: pre-wrap;
}

.bigData .tit a {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    padding-right: 68px;
    background: url(../img/about-right02.png) no-repeat center right;
    margin-top: 75px;
    transition-duration: .3s;
}

.bigData .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 62.8%;
    margin-bottom: -80px;
}

.bigData .list li {
    width: 25%;
    margin-bottom: 80px;
}

.bigData .list li h3 {
    font-size: 50px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.bigData .list li h5 {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 10px;
}

.vip {
    padding: 120px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}

.vip .tit {
    text-align: center;
}

.vip .tit h3 {
    font-size: 34px;
    color: #0735a4;
    line-height: 1.2;
    font-weight: bold;
}

.vip .tit h5 {
    font-size: 34px;
    color: #2d2d2d;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 10px;
}

.vip .tit p {
    font-size: 14px;
    color: #6b6b6b;
    line-height: 30px;
    white-space: pre-wrap;
    margin-top: 10px;
}

.vip .tit form {
    width: 430px;
    height: 75px;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    padding-right: 75px;
}

.vip .tit form input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 35px;
    font-size: 16px;
    color: #333;
    line-height: 1;
    background-color: #ececec;
}

.vip .tit form button {
    width: 75px;
    height: 75px;
    background: url(../img/search-ico02.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #07329b;
    cursor: pointer;
}

.vip .vip1-swiper {
    margin-top: 50px;
    height: 325px;
    padding-bottom: 70px;
}

.vip .vip1-swiper .swiper-slide {
    width: 245px;
    height: auto;
    border: 1px solid #e1e1e1;
    box-shadow: 2px 2px 6px #e5e5e5;
}

.vip .vip1-swiper .swiper-slide .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 43.75%;
}

.vip .vip1-swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.vip .vip1-swiper .swiper-pagination {
    bottom: 0;
}

.vip .vip1-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 82px;
    height: 5px;
    display: inline-block;
    border-radius: initial;
    background: #cfcfcf;
    opacity: 1;
}

.vip .vip1-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #07329b;
}

.vip .vip2-swiper {
    margin-top: 70px;
    overflow: visible;
}

.vip .vip2-swiper .swiper-slide {
    background-color: #fff;
    transition-duration: .3s;
}

.vip .vip2-swiper .swiper-slide .txt {
    padding: 75px 35px 40px;
    border-bottom: 2px solid #ececec;
}

.vip .vip2-swiper .swiper-slide .txt p {
    font-size: 14px;
    color: #404040;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 150px;
}

.vip .vip2-swiper .swiper-slide .pic {
    height: 85px;
    background-color: #fff;
}

.vip .vip2-swiper .swiper-slide .pic img {
    max-height: 85px;
}

.vip .vip2-swiper .swiper-slide:hover {
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2);
}

.vip .vip2-swiper .swiper-pagination {
    bottom: -55px;
    /*display: none;*/
}

.vip .vip2-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #cfcfcf;
    opacity: 1;
}

.vip .vip2-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #07329b;
}

.us {
    padding: 90px 0 135px;
    background: url(../img/us-bg01.jpg) no-repeat center;
}

.us .tit {
    text-align: center;
}

.us .tit h3 {
    font-size: 34px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
}

.us .tit h5 {
    font-size: 16px;
    color: #a7b3da;
    line-height: 1;
    margin-top: 20px;
}

.us form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.us form .ind {
    width: 26%;
    height: 65px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0 25px;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    background-color: transparent;
}
.us form input::-webkit-input-placeholder {
    color: #fff;
  }
  .us form input::-moz-input-placeholder {
    color: #fff;
  }
  .us form input::-ms-input-placeholder {
    color: #fff;
  }
.us form .sub {
    width: 19%;
    height: 65px;
    font-size: 16px;
    color: #07329b;
    line-height: 1;
    background-color: #fff;
    transition-duration: .3s;
    cursor: pointer;
}

.us form .sub:hover {
    background-color: #333;
    color: #fff;
}

.about-part_view {
    padding: 110px 0 140px;
}

.about-part_view .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.about-part_view .list li {
    width: 31%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.about-part_view .list li h3 {
    width: 100%;
    height: 80px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    line-height: 79px;
    background-color: #07329b;
    font-weight: bold;
}

.about-part_view .list li .txt {
    width: 100%;
    height: 300px;
    padding: 30px;
    background: url(../img/part-bg001.jpg) no-repeat center;
    background-size: cover;
}

.about-part_view .list li .txt p {
    font-size: 16px;
    color: #626262;
    line-height: 35px;
    text-align: center;
}

.about-part_view .list li:nth-child(2) h3 {
    background-color: #203864;
    order: 1;
}

.about-part_view .list li:nth-child(2) .txt {
    padding-top: 70px;
}

.about-core_view {
    padding-top: 100px;
    background-color: #f8f8f8;
}

.about-core_view .list {
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -35px;
}

.about-core_view .list li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 35px;
}

.about-core_view .list li:nth-child(4n) {
    margin-right: 0;
}

.about-core_view .list li .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 115%;
}

.about-core_view .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.about-core_view .list li .pic::after {
    content: '';
    display: block;
    border: 5px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition-duration: .3s;
}

.about-core_view .list li .txt {
    padding: 25px 0 10px;
    text-align: center;
}

.about-core_view .list li .txt h3 {
    font-size: 22px;
    color: #3b3b3b;
    line-height: 1.2;
}

.about-core_view .list li .txt p {
    font-size: 14px;
    color: #6b6b6b;
    line-height: 25px;
    white-space: pre-wrap;
    margin-top: 10px;
    height: 75px;
}

.about-core_view .list li:hover .pic::after {
    border-color: #07329b;
}

.about-core_view .list li:hover .pic img {
    transform: scale(1.1);
}

.about-core_view .list li:hover .txt h3 {
    color: #07329b;
}

.about-rules_view {
    padding-top: 85px;
}

.about-rules_view .list {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -70px;
}

.about-rules_view .list li {
    width: 30%;
    margin-right: 4.5%;
    margin-bottom: 70px;
    padding: 60px 3% 40px;
    text-align: center;
    background: url(../img/rules-bg001.jpg) no-repeat center;
    background-size: cover;
}

.about-rules_view .list li:nth-child(3n) {
    margin-right: 0;
}

.about-rules_view .list li h3 {
    font-size: 22px;
    color: #414141;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.about-rules_view .list li h5 {
    font-size: 22px;
    color: #414141;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 5px;
}

.about-rules_view .list li i {
    display: inline-block;
    width: 23px;
    height: 3px;
    background-color: #07329b;
    margin-top: 15px;
}

.about-rules_view .list li p {
    font-size: 14px;
    color: #686868;
    line-height: 30px;
    margin-top: 15px;
    height: 150px;
}

.about-rules_view .list li:hover {
    background-image: url(../img/rules-bg002.jpg);
}

.about-rules_view .list li:hover h3 {
    color: #fff;
}

.about-rules_view .list li:hover h5 {
    color: #fff;
}

.about-rules_view .list li:hover i {
    background-color: #fff;
}

.about-rules_view .list li:hover p {
    color: #a4b9e3;
}

.about-chart_view {
    padding: 105px 0;
}

.about-chart_view .chart-swiper {
    margin-top: 55px;
    border: 1px solid #cfcfcf;
}

.about-chart_view .chart-swiper .swiper-slide .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 50%;
}

.about-chart_view .chart-swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.about-chart_view .chart-swiper .swiper-slide .pic:hover img {
    transform: scale(1.02);
}

.about-chart_view .chart-swiper .swiper-pagination {
    bottom: 0;
    display: none;
}

.about-chart_view .chart-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #07329b;
}

.about-chart_view .chart-swiper .button-prev {
    width: 70px;
    height: 125px;
    background: url(../img/chart-left001.png) no-repeat center;
    position: absolute;
    top: 38%;
    left: 40px;
    background-color: #c6c6c6;
    transition-duration: .3s;
    cursor: pointer;
    z-index: 1;
}

.about-chart_view .chart-swiper .button-prev:hover {
    background-color: #07329b;
}

.about-chart_view .chart-swiper .button-next {
    width: 70px;
    height: 125px;
    background: url(../img/chart-left001.png) no-repeat center;
    position: absolute;
    transform: rotate(180deg);
    background-color: #c6c6c6;
    top: 38%;
    right: 40px;
    transition-duration: .3s;
    cursor: pointer;
    z-index: 1;
}

.about-chart_view .chart-swiper .button-next:hover {
    background-color: #07329b;
}

.about-serve_view {
    padding: 100px 0 140px;
}

.about-serve_view .list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -35px;
}

.about-serve_view .list li {
    width: 31.75%;
    margin-right: 2.3%;
    margin-bottom: 35px;
    height: 270px;
    padding: 50px 3%;
    background: url(../img/serve-bg001.jpg) no-repeat center;
    background-size: cover;
    transition-duration: .3s;
}

.about-serve_view .list li:nth-child(3n) {
    margin-right: 0;
}

.about-serve_view .list li i {
    display: block;
    width: 23px;
    height: 4px;
    background-color: #07329b;
}

.about-serve_view .list li h5 {
    font-size: 22px;
    color: #272727;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}

.about-serve_view .list li p {
    font-size: 16px;
    color: #4f4f4f;
    line-height: 30px;
    margin-top: 20px;
}

.about-serve_view .list li:hover {
    background-image: url(../img/serve-bg002.jpg);
}

.about-serve_view .list li:hover i {
    background-color: #fff;
}

.about-serve_view .list li:hover h5 {
    color: #fff;
}

.about-serve_view .list li:hover p {
    color: #fff;
}

.industry_view {
    padding-top: 90px;
}

.industry_view .list {
    margin-top: 60px;
}

.industry_view .list li:first-child .wrap::before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    top: -60px;
    background-color: #e1e1e1;
}

.industry_view .list li a {
    display: block;
    padding: 60px 0;
}

.industry_view .list li a:hover {
    background-color: #f6f6f6;
}

.industry_view .list li a:hover .txt h3 {
    color: #07329b;
}

.industry_view .list li a:hover .txt span {
    color: #07329b;
}

.industry_view .list li a:hover .txt span::after {
    background-color: #07329b;
}

.industry_view .list li .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.industry_view .list li .wrap::after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -60px;
    background-color: #e1e1e1;
}

.industry_view .list li .pic {
    width: 520px;
    height: 270px;
    position: relative;
    overflow: hidden;
}

.industry_view .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.industry_view .list li .pic:hover img {
    transform: scale(1.1);
}

.industry_view .list li .txt {
    width: 49%;
    padding-left: 4%;
    margin-right: auto;
}

.industry_view .list li .txt h3 {
    font-size: 24px;
    color: #252525;
    line-height: 1.5;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.industry_view .list li .txt h3:hover {
    color: #07329b;
}

.industry_view .list li .txt p {
    font-size: 14px;
    color: #757575;
    line-height: 30px;
    margin-top: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.industry_view .list li .txt span {
    display: block;
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    color: #757575;
    line-height: 30px;
    margin-top: 95px;
}

.industry_view .list li .txt span::after {
    content: '';
    display: block;
    width: 23px;
    height: 2px;
    background-color: #717171;
    position: absolute;
    top: 14px;
    left: 0;
}

.industry_view .list li .time {
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}

.industry_view .list li .time h3 {
    font-size: 68px;
    color: #252525;
    line-height: 1;
    font-weight: bold;
}

.industry_view .list li .time h5 {
    font-size: 26px;
    color: #757575;
    line-height: 30px;
    margin-top: 18px;
    margin-bottom: 8px;
}

.industry_view .list li .time h6 {
    font-size: 20px;
    color: #757575;
    line-height: 30px;
}

.news_view {
    padding-top: 85px;
}

.news_view .list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -50px;
}

.news_view .list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 50px;
}

.news_view .list li:nth-child(3n) {
    margin-right: 0;
}

.news_view .list li a {
    display: block;
    width: 100%;
    border: 1px solid #cdcdcd;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    transition-duration: .3s;
}

.news_view .list li a .time {
    width: 30%;
    margin: 24px 0;
    border-right: 1px solid #cdcdcd;
}

.news_view .list li a .time span:first-child {
    font-size: 65px;
    color: #141414;
    line-height: 1;
    display: block;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 15px;
}

.news_view .list li a .time span:last-child {
    font-size: 18px;
    color: #141414;
    line-height: 1;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.news_view .list li a h4 {
    width: 70%;
    font-size: 18px;
    color: #2c2c2c;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 40px;
    padding-right: 65px;
}

.news_view .list li a .info {
    width: 100%;
    border-top: 1px solid #cdcdcd;
    padding: 17px 0;
    padding-left: 29px;
    font-size: 16px;
    color: #757575;
    line-height: 1;
    background: url(../img/more-ico001.png) no-repeat right 22px center;
}

.news_view .list li a:hover {
    background-color: #07329b;
}

.news_view .list li a:hover .time {
    border-right: 1px solid #667da5;
}

.news_view .list li a:hover .time span:first-child {
    color: #fff;
}

.news_view .list li a:hover .time span:last-child {
    color: #fff;
}

.news_view .list li a:hover h4 {
    color: #fff;
}

.news_view .list li a:hover .info {
    border-top-color: #667da5;
    color: #fff;
    background-image: url(../img/more-ico002.png);
}


.server_view {
    padding-top: 85px;
}

.server_view .list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -50px;
}

.server_view .list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 50px;
}

.server_view .list li:nth-child(3n) {
    margin-right: 0;
}

.server_view .list li a {
    display: block;
    width: 100%;
    border: 1px solid #cdcdcd;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    transition-duration: .3s;
}

.server_view .list li a .time {
    width: 30%;
    margin: 24px 0;
    border-right: 1px solid #cdcdcd;
}

.server_view .list li a .time span:first-child {
    font-size: 65px;
    color: #141414;
    line-height: 1;
    display: block;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 15px;
}

.server_view .list li a .time span:last-child {
    font-size: 18px;
    color: #141414;
    line-height: 1;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.server_view .list li a h4 {
    width: 70%;
    font-size: 18px;
    color: #2c2c2c;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 40px;
    padding-right: 65px;
}

.server_view .list li a .info {
    width: 100%;
    border-top: 1px solid #cdcdcd;
    padding: 17px 0;
    padding-left: 29px;
    font-size: 16px;
    color: #757575;
    line-height: 1;
    background: url(../img/more-ico001.png) no-repeat right 22px center;
}

.server_view .list li a:hover {
    background-color: #07329b;
}

.server_view .list li a:hover .time {
    border-right: 1px solid #667da5;
}

.server_view .list li a:hover .time span:first-child {
    color: #fff;
}

.server_view .list li a:hover .time span:last-child {
    color: #fff;
}

.server_view .list li a:hover h4 {
    color: #fff;
}

.server_view .list li a:hover .info {
    border-top-color: #667da5;
    color: #fff;
    background-image: url(../img/more-ico002.png);
}


.server_view .tab-data {
    margin-top: 60px;
    margin-bottom: 85px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}

.server_view .tab-data .menulist {
    width: 17%;
    height: 100%;
    -webkit-box-shadow: 0px 2px 2px #bfbfbf;
    box-shadow: 0px 2px 2px #bfbfbf;
    margin-bottom: 20px;
    /*background-color: #f4f4f4;*/
}

.menulist ul li {
    /*width: 250px;*/
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebeff1
}
.menulist ul li :hover{
    color: #2f5bc5;
}

.menulist ul li a {
    color: #414141;
    display: block;
    height: 50px;
    text-align: center;
    font-size: 16px;
}

.menulist ul li.on a {
    border-right: 5px solid #2f5bc5;
    color: #2f5bc5;
}

.menulist .navtitle {
    background: #2f5bc5;
    height: 53px;
    text-align: center;
    line-height: 53px;
    font-size: 20px;
    color: white;
}

.server_view .tab-data .list-data {
    width: 78%;
    -moz-box-shadow: 0px 2px 2px #bfbfbf;
    -webkit-box-shadow: 0px 2px 2px #bfbfbf;
    box-shadow: 0px 2px 2px #bfbfbf;
}

.server_view .listhead_title {
    height: 50px;
    /*width: 220px;*/
    background: url(/public/static/officialweb/img/listicon.png) no-repeat 20px center #2f5bc5;
    line-height: 50px;
    padding-left: 5px;
    color: white;
    text-indent: 50px;
}

.server_view .tab-data .list-data .list_di li {
    padding: 0 15px;
    border-bottom: 1px dashed #2f5bc5;
}
.server_view .tab-data .list-data .list_di li :hover{
    color: #2f5bc5;
}

.server_view .tab-data .list-data .list_di li a {
    height: 41px;
    display: inline-block;
    line-height: 41px;
    padding-left: 3px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: black;
}

.server_view .tab-data .list-data .list_di li a .time {
    padding-right: 20px;
    font-size: 15px;
    float: right;
}

.server_view .tab-data .list-data .list_di li a h4 {
    font-size: 15px;
    padding-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    float: left;
    height: 41px;
    line-height: 41px;
}


/*数据中心*/
.vip_view .shuju{
    padding: 90px 0 140px;
}

.vip_view .shuju .listhead_title {
    margin-top: 50px;
    height: 50px;
    /*width: 220px;*/
    background: url(/public/static/officialweb/img/listicon.png) no-repeat 20px center #2f5bc5;
    line-height: 50px;
    padding-left: 5px;
    color: white;
    text-indent: 50px;
}

.vip_view .shuju .list-data {
    margin: 0 90px;
    -moz-box-shadow: 0px 2px 2px #bfbfbf;
    -webkit-box-shadow: 0px 2px 2px #bfbfbf;
    box-shadow: 0px 2px 2px #bfbfbf;
}
.vip_view .shuju .list-data .list_di {
    overflow:hidden;
    height: 420px;
    white-space:nowrap;
    overflow-y: scroll;
}
.vip_view .shuju .list-data .list_di li {
    padding: 0 15px;
    /*background-color: #f7f7f7;*/
    border-bottom: 1px dashed #3b3b3b;
}

.vip_view .shuju .list-data .list_di li :hover {
    color: #2f5bc5;
}

.vip_view .shuju .list-data .list_di li a {
    height: 41px;
    display: inline-block;
    line-height: 41px;
    padding-left: 3px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: black;
}

.vip_view .shuju .list-data .list_di li a .time {
    padding-right: 20px;
    font-size: 15px;
    float: right;
}

.vip_view .shuju .list-data .list_di li a h4 {
    font-size: 15px;
    padding-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    float: left;
    height: 41px;
    line-height: 41px;
}

.vip_view .flow {
    padding: 90px 0 140px;
}

.vip_view .flow .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -40px;
    margin-top: 45px;
}

.vip_view .flow .list li {
    width: 31.5%;
    margin-right: 2.5%;
    margin-bottom: 40px;
}

.vip_view .flow .list li:nth-child(3n) {
    margin-right: 0;
}

.vip_view .flow .list li .txt {
    height: 335px;
    box-shadow: 0 0 5px #999;
    position: relative;
    background-color: #07329b;
    padding: 30px 20px 20px 45px;
}

.vip_view .flow .list li .txt h3 {
    font-size: 36px;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    opacity: 0.6;
}

.vip_view .flow .list li .txt h5 {
    font-size: 22px;
    color: #ffffff;
    line-height: 1;
    position: relative;
    top: -20px;
}

.vip_view .flow .list li .txt p {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    white-space: pre-wrap;
}

.vip_view .flow .list li .txt a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    padding: 14px 25px;
    border: 1px solid #ddd;
    margin-top: 20px;
    transition-duration: .3s;
}

.vip_view .flow .list li .txt a:hover {
    background-color: #fff;
    color: #333;
    border-color: #333;
}

.vip_view .flow .list li .tit_box {
    height: 335px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 5px #999;
    position: relative;
}

.vip_view .flow .list li .tit_box .pic {
    width: 70px;
    height: 70px;
    display: inline-block;
    position: relative;
}

.vip_view .flow .list li .tit_box .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.vip_view .flow .list li .tit_box .pic .img2 {
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
}

.vip_view .flow .list li .tit_box:hover {
    background-color: #07329b;
}

.vip_view .flow .list li .tit_box:hover .pic .img1 {
    opacity: 0;
}

.vip_view .flow .list li .tit_box:hover .pic .img2 {
    opacity: 1;
    visibility: visible;
}

.vip_view .flow .list li .tit_box:hover h3 {
    color: #999;
}

.vip_view .flow .list li .tit_box:hover h5 {
    color: #fff;
}

.vip_view .flow .list li .tit_box h3 {
    font-size: 160px;
    color: #f0f0f0;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    opacity: .8;
}

.vip_view .flow .list li .tit_box h5 {
    font-size: 22px;
    color: #444444;
    line-height: 1;
    margin-top: 20px;
    position: relative;
}

.vip_view .serve {
    padding: 100px 0;
    background: url(../img/serve-bg004.jpg) no-repeat center;
    background-size: cover;
}

.vip_view .serve .com-tit2 h3 {
    color: #fff;
}

.vip_view .serve .com-tit2 h5 {
    color: #fff;
}

.vip_view .serve .list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -35px;
}

.vip_view .serve .list li {
    width: 31.75%;
    margin-right: 2.3%;
    margin-bottom: 35px;
    height: 270px;
    padding: 50px 3%;
    background-color: #fff;
    transition-duration: .3s;
}

.vip_view .serve .list li:nth-child(3n) {
    margin-right: 0;
}

.vip_view .serve .list li i {
    display: block;
    width: 23px;
    height: 4px;
    background-color: #07329b;
}

.vip_view .serve .list li h5 {
    font-size: 22px;
    color: #272727;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}

.vip_view .serve .list li p {
    font-size: 16px;
    color: #4f4f4f;
    line-height: 30px;
    margin-top: 20px;
}

.vip_view .see {
    padding: 105px 0 90px;
}

.vip_view .see .see-swiper {
    margin-top: 40px;
    border: 0.5px solid #c3c3c3;
    height: 488px;
}

.vip_view .see .see-swiper .swiper-slide {
    border: 0.5px solid #c3c3c3;
    width: 320px;
    height: auto;
}

.vip_view .see .see-swiper .swiper-slide .pic {
    height: 160px;
    position: relative;
    overflow: hidden;
}

.vip_view .see .see-swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.vip_view .see .btn_box {
    height: 120px;
    position: relative;
}

.vip_view .see .btn_box .button-prev {
    width: 70px;
    height: 70px;
    background: url(../img/see-left001.png) no-repeat center;
    background-color: #d2d2d2;
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    margin-left: -80px;
    transition-duration: .3s;
    cursor: pointer;
    z-index: 1;
}

.vip_view .see .btn_box .button-prev:hover {
    background-color: #07329b;
}

.vip_view .see .btn_box .button-next {
    width: 70px;
    height: 70px;
    background: url(../img/see-left001.png) no-repeat center;
    background-color: #d2d2d2;
    position: absolute;
    transform: rotate(180deg);
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    margin-left: 10px;
    transition-duration: .3s;
    cursor: pointer;
    z-index: 1;
}

.vip_view .see .btn_box .button-next:hover {
    background-color: #07329b;
}

.vip_view .zhixun {
    padding-top: 70px;
    background-color: #f7f7f7;
}

.vip_view .zhixun .tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 35px 0 60px;
}

.vip_view .zhixun .tabs a {
    font-size: 16px;
    color: #323232;
    line-height: 1;
    padding: 15px 50px;
    background-color: #dedede;
    transition-duration: .3s;
    margin: 0 5px;
}

.vip_view .zhixun .tabs a:hover, .vip_view .zhixun .tabs a.on {
    background-color: #07329b;
    color: #fff;
}

.vip_view .zhixun .zhixun-swiper .button-box {
    width: 130px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 85px;
    right: 4%;
    z-index: 9;
}

.vip_view .zhixun .zhixun-swiper .button-box .button-prev, .vip_view .zhixun .zhixun-swiper .button-box .button-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #c7c7c7;
    background: url(../img/recommend-left01.png) no-repeat center;
    cursor: pointer;
}

.vip_view .zhixun .zhixun-swiper .button-box .button-prev:hover, .vip_view .zhixun .zhixun-swiper .button-box .button-next:hover {
    background-image: url(../img/recommend-left02.png);
    background-color: #07329b;
}

.vip_view .zhixun .zhixun-swiper .button-box .button-next {
    transform: rotate(180deg);
}

.vip_view .zhixun .zhixun-swiper .button-box .swiper-pagination {
    position: initial;
    width: auto;
    font-size: 16px;
    color: #adadad;
    line-height: 1.2;
}

.vip_view .zhixun .zhixun-swiper .button-box .swiper-pagination .swiper-pagination-current {
    font-size: 18px;
    color: #07329b;
}

.vip_view .zhixun .zhixun-swiper .swiper-slide a {
    display: block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: stretch;
}

.vip_view .zhixun .zhixun-swiper .swiper-slide .pic {
    width: 46.5%;
    position: relative;
    overflow: hidden;
}

.vip_view .zhixun .zhixun-swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition-duration: .3s;
}

.vip_view .zhixun .zhixun-swiper .swiper-slide .pic:hover img {
    transform: scale(1.1);
}

.vip_view .zhixun .zhixun-swiper .swiper-slide .txt {
    width: 53.5%;
    height: 430px;
    padding: 4% 5% 0 4%;
    background-color: #fff;
}

.vip_view .zhixun .zhixun-swiper .swiper-slide .txt h6 {
    font-size: 18px;
    color: #757575;
    line-height: 1.2;
}

.vip_view .zhixun .zhixun-swiper .swiper-slide .txt h3 {
    font-size: 30px;
    color: #3a3a3a;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.vip_view .zhixun .zhixun-swiper .swiper-slide .txt i {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #d5d5d5;
}

.vip_view .zhixun .zhixun-swiper .swiper-slide .txt p {
    font-size: 14px;
    color: #757575;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vip_view .zhixun .zhixun-swiper .swiper-slide .txt span {
    margin-top: 45px;
    display: inline-block;
    font-size: 14px;
    color: #787878;
    line-height: 1;
    padding: 15px 65px 15px 40px;
    border: 1px solid rgba(120, 120, 120, 0.3);
    background: url(../img/zhixun-ico002.png) no-repeat right 35px center;
    margin-top: 45px;
    transition-duration: .3s;
}

.vip_view .zhixun .zhixun-swiper .swiper-slide .txt span:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    background-image: url(../img/zhixun-ico001.png);
}

.vip_view .zhixun .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: -50px;
    margin-top: 95px;
}

.vip_view .zhixun .list li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 50px;
}

.vip_view .zhixun .list li:nth-child(3n) {
    margin-right: 0;
}

.vip_view .zhixun .list li a {
    display: block;
}

.vip_view .zhixun .list li a .pic {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
}

.vip_view .zhixun .list li a .pic img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition-duration: .3s;
}

.vip_view .zhixun .list li a .pic:hover img {
    transform: scale(1.1);
}

.vip_view .zhixun .list li a .txt {
    padding: 35px 35px 45px;
    transition-duration: .3s;
    background-color: #ffffff;
}

.vip_view .zhixun .list li a .txt:hover {
    background-color: #07329b;
}

.vip_view .zhixun .list li a .txt:hover h3 {
    color: #fff;
}

.vip_view .zhixun .list li a .txt:hover p {
    color: #fff;
}

.vip_view .zhixun .list li a .txt:hover .time {
    color: #fff;
    background-image: url(../img/product-ico007.png);
}

.vip_view .zhixun .list li a .txt:hover hr {
    border-color: #ee6b6e;
}

.vip_view .zhixun .list li a .txt:hover span {
    background-image: url(../img/zhixun-ico001.png);
}

.vip_view .zhixun .list li a .txt h3 {
    font-size: 18px;
    line-height: 1.4;
    color: #464646;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    transition-duration: .3s;
}

.vip_view .zhixun .list li a .txt p {
    font-size: 14px;
    line-height: 25px;
    color: #a1a0a0;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 50px;
    transition-duration: .3s;
}

.vip_view .zhixun .list li a .txt hr {
    border: none;
    border-top: 1px solid #e2e2e2;
    margin-bottom: 28px;
    transition-duration: .3s;
}

.vip_view .zhixun .list li a .txt .time {
    font-size: 14px;
    line-height: 20px;
    color: #646363;
    padding-right: 30px;
    transition-duration: .3s;
    position: relative;
}

.vip_view .zhixun .list li a .txt .time span {
    display: inline-block;
    padding-right: 25px;
    background: url(../img/zhixun-ico002.png) no-repeat right center;
    position: absolute;
    right: 0;
}

.window_view {
    padding-top: 90px;
}

.window_view .tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 40px 0 60px;
}

.window_view .tabs a {
    font-size: 16px;
    color: #323232;
    line-height: 1;
    padding: 15px 20px;
    background-color: #dedede;
    transition-duration: .3s;
    margin: 0 5px;
}

.window_view .tabs a:hover, .window_view .tabs a.on {
    background-color: #07329b;
    color: #fff;
}

.window_view .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -40px;
}

.window_view .list li {
    width: 48.5%;
    margin-bottom: 40px;
    cursor: pointer;
}

.window_view .list li .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 60.5%;
}

.window_view .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.window_view .list li .pic::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /* background: url(../img/window-ico001.png) no-repeat center; */
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .3s;
}

.window_view .list .video_an .pic::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/window-ico001.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .3s;
  
}

.window_view .list li h3 {
    font-size: 18px;
    color: #3b3b3b;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 30px 0 25px;
    transition-duration: .3s;
}

.window_view .list li:hover .pic img {
    transform: scale(1.1);
}

.window_view .list li:hover .pic::after {
    background-color: rgba(0, 0, 0, 0);
}

.window_view .list li:hover h3 {
    color: #07329b;
}


.window_view2 {
    padding-top: 90px;
}


.window_view2 .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -40px;
}

.window_view2 .list li {
    width: 48.5%;
    margin-bottom: 40px;
    cursor: pointer;
    /* padding: 0 10px; */
}

.window_view2 .list li .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 60.5%;
}

.window_view2 .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.window_view2 .list li .pic::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/window-ico001.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .3s;
}

.window_view2 .list li h3 {
    font-size: 18px;
    color: #3b3b3b;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 30px 0 25px;
    transition-duration: .3s;
}

.window_view2 .list li:hover .pic img {
    transform: scale(1.1);
}

.window_view2 .list li:hover .pic::after {
    background-color: rgba(0, 0, 0, 0);
}

.window_view2 .list li:hover h3 {
    color: #07329b;
}


.contact_view .online2 {
    background-color: #f8f8f8;
    padding: 70px 0 95px;
}

.contact_view .online2 form {
    margin-top: 35px;
}

.contact_view .online2 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -30px;
}

.contact_view .online2 ul li {
    width: 32.3%;
    margin-bottom: 30px;
}

.contact_view .online2 ul li:last-child {
    width: 100%;
}

.contact_view .online2 ul li input {
    width: 100%;
    height: 85px;
    padding: 0 40px;
    font-size: 18px;
    line-height: 1;
    color: #666;
    background-color: #ffffff;
}

.contact_view .online2 ul li textarea {
    padding: 20px 40px;
    font-size: 18px;
    line-height: 1;
    color: #666;
    background-color: #ffffff;
    width: 100%;
    height: 260px;
}

.contact_view .online2 .sub {
    display: block;
    width: 280px;
    height: 75px;
    background-color: #666;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    margin: 65px auto 0;
    transition-duration: .3s;
    cursor: pointer;
}

.contact_view .online2 .sub:hover {
    background-color: #07329b;
    box-shadow: 1px 2px 3px #666;
}

.contact_view .address {
    padding: 85px 0 100px;
}

.contact_view .address .con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 70px;
}

.contact_view .address .txt {
    width: 40%;
}

.contact_view .address .txt h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #0b40b9;
    font-weight: bold;
    padding-top: 15px;
}

.contact_view .address .txt i {
    display: block;
    width: 22px;
    height: 3px;
    background-color: #07329b;
    margin-top: 22px;
    margin-bottom: 22px;
}

.contact_view .address .txt p {
    font-size: 15px;
    color: #464646;
    line-height: 30px;
    white-space: pre-wrap;
    /*margin-top: 5px;*/
}

.contact_view .address .txt .code {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}

.contact_view .address .txt .code li {
    margin-right: 3%;
}

.contact_view .address .txt .code li:nth-child(4) {
    margin-right: 0;
}

.contact_view .address .txt .code li img {
    width: 115px;
    height: 115px;
    border: 1px solid #cccccc;
}

.contact_view .address .txt .code li h5 {
    text-align: center;
    font-size: 14px;
    color: #464646;
    line-height: 1.5;
    margin: 10px 0;
}

.contact_view .address .map {
    width: 56.5%;
    height: 500px;
}

@media screen and (max-width: 1640px) {
    body:after {
        background: yellow;
    }

    .wrap {
        width: 1400px;
        padding: 0;
        margin: 0 auto;
    }

    .hd-btn .join-btn {
        margin-left: 40px;
    }

    .hd-btn .search-btn {
        margin-left: 40px;
    }

    .hd-nav a {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1440px) {
    body:after {
        background: blue;
    }

    .hd-nav li .item {
        top: 48px;
    }

    .com-banner1 .tabs a {
        padding: 20px 15px;
        font-size: 14px;
    }

    .hd-logo {
        padding: 20px 0;
    }

    .hd-logo img {
        height: 40px;
    }

    .banner {
        height: 626px;
    }

    .wrap {
        width: 1200px;
    }

    .hd-btn .search-btn {
        margin-left: 20px;
        padding-left: 25px;
        font-size: 14px;
        background-size: 20px;
    }

    .hd-btn .join-btn {
        margin-left: 20px;
        padding-left: 25px;
        font-size: 14px;
        background-size: 20px;
    }

    .naver3 .wrap .tabs a {
        padding: 20px 25px;
    }

    .join_view .row-join5 {
        padding: 48px 0 110px;
    }

    .join_view .row-join5 .tit-1 {
        margin-bottom: 44px;
    }

    .join_view .ul7 .mask {
        padding: 20px;
    }

    .join_view .ul7 .mask h4 {
        margin-bottom: 14px;
        font-size: 20px;
    }

    .join_view .row-join6 {
        padding: 86px 0 66px;
    }

    .join_view .row-join6 .tit-1 {
        margin-bottom: 44px;
    }

    .join_view .row-join7 {
        padding: 96px 0 84px;
    }

    .join_view .row-join7 .tit-1 {
        margin-bottom: 62px;
    }

    .join_view .ul9 .con {
        padding: 20px 40px 50px;
    }

    .join_view .ul9 .num {
        font-size: 20px;
    }

    .join_view .ul9 .txt {
        font-size: 14px;
    }

    .page_tabs .wrap a {
        margin: 0 10px;
    }

    .pos-cont .cur {
        margin-top: 20px;
        font-size: 14px;
        -webkit-background-size: 18px auto;
        background-size: 18px auto;
        background-position: left top 10px;
    }

    .ban {
        height: 500px;
    }

    .ban .ban-bd .ban-cont {
        top: 50%;
    }

    .ban .ban-bd .ban-cont h2 {
        font-size: 42px;
    }

    .ban .ban-bd .ban-cont h2 span {
        font-size: 22px;
    }

    .hd-nav a {
        margin: 0 15px;
    }

    .antique .txt {
        margin-left: -860px;
    }

    .navbar1 .box {
        width: 1200px;
    }

    .hd-nav li > a {
        margin: 0 15px;
        font-size: 14px;
    }

    .hd-nav li > a::after {
        bottom: -44px;
    }
}

@media screen and (max-width: 1280px) {
    body:after {
        background: lightblue;
    }

    .industry_view .list li .pic {
        width: 32.5%;
    }

    .vip .vip1-swiper {
        height: 250px;
    }

    .footer .txt {
        width: 310px;
    }

    .footer .txt .box {
        padding-left: 115px;
        margin-top: 20px;
    }

    .footer .txt .box .code {
        width: 100px;
        height: 100px;
    }

    .footer .txt .box .links {
        margin-top: 20px;
        height: 35px;
        padding: 0px 10px;
    }

    .footer .txt .box .links h3 {
        line-height: 34px;
    }

    .footer .txt .box h5 {
        font-size: 24px;
    }
    .footer .info_box .text {

        margin-top: 30px;
    
    }
    .footer .info_box p {
        margin-top: 10px;
    }

    .footer .footer_nav {
        width: 42%;
    }

    .footer .copy {
        margin-top: 30px;
    }

    .join_view .row-join5 {
        padding: 30px 0 60px;
    }

    .join_view .ul7 li {
        width: 33.33%;
    }

    .join_view .row-join6 {
        padding: 60px 0;
    }

    .join_view .row-join7 {
        padding: 60px 0;
    }

    .m-ring {
        bottom: 36px;
        left: 10px;
    }

    .m-ring, .m-ring .ring-left:after, .m-ring .ring-right:after {
        width: 160px;
        height: 160px;
    }

    .wrap {
        width: 100%;
        padding: 0 20px;
    }

    .crumbs1 .nav {
        display: none;
    }

    .crumbs1 .wrap {
        padding-top: 15px;
    }

    .header .search {
        width: 20%;
    }

    .hd-nav a {
        margin: 0px 10px;
    }

    .hd-btn a {
        margin-left: 5px;
    }

    .hd-logo {
        margin-left: 0;
    }

    .navbar1 .box {
        width: 100%;
    }

    .navbar1 {
        padding: 20px;
    }
}

@media screen and (max-width: 1024px) {
    /* 移动ipad */
    /* ..... */
    body:after {
        background: pink;
    }
    .videoWindow video {
        width: 96%;
        max-height: 80vh;
      }

    .us .tit h3 {
        font-size: 22px;
    }

    .bigData {
        padding: 100px 0 180px;
    }

    .footer {
        margin-bottom: 70px;
    }

    .footer .footer_nav {
        display: none;
    }

    .vip .tit h3 {
        font-size: 22px;
    }

    .vip .tit h5 {
        font-size: 22px;
    }

    .bigData .list li h3 {
        font-size: 24px;
    }

    .bigData .tit h3 {
        font-size: 22px;
    }

    .core {
        padding-top: 140px;
        padding-bottom: 120px;
        background-size: 100% 600px;
        margin-top: -35px;
    }

    .about .txt > a {
        margin-top: 20px;
    }

    .banner_box .tabs_box {
        display: none;
    }

    .banner .line {
        display: none;
    }

    .about .txt .about-swiper .button-prev {
        top: 33%;
    }

    .about .txt .about-swiper .button-next {
        top: 33%;
    }

    .core .tit h3 {
        font-size: 22px;
    }

    .core .tabs a {
        margin-right: 20px;
    }

    .core .core-swiper .pic .txt {
        background-size: 8px;
        background-position: left 20px bottom 20px;
        padding: 40px 18px;
    }

    .core .core-swiper .pic .txt h3 {
        font-size: 18px;
    }

    .xiehui .txt h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .xiehui .txt {
        padding: 6% 3% 0;
    }

    .xiehui .txt .tabs a {
        font-size: 14px;
        margin-right: 4%;
    }

    .news {
        padding: 110px 0 90px;
        background-position: right top 106px;
        background-size: auto 100px;
    }

    .news .tit h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .news .tit p {
        font-size: 14px;
        line-height: 25px;
    }

    .banner .swiper-pagination {
        bottom: 20px;
        display: block;
    }

    .about .list li {
        padding: 30px 15px 20px;
    }

    .about .list li h3 {
        font-size: 20px;
        margin-top: 30px;
    }

    .about .list li .pic {
        width: 50px;
        height: 50px;
    }

    .about {
        padding-top: 80px;
        background-color: #f9f9f9;
    }

    .about .txt h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .naver3 {
        display: none;
    }

    .col-l {
        display: none;
    }

    .col-r {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }

    .product_view .list {
        text-align: left;
    }

    .navbar1 {
        display: block;
    }

    .navbar1 {
        padding: 30px 15px;
    }

    .navbar1 .tit span {
        display: none;
    }

    .navbar1 .tit .js-more {
        float: initial;
        display: block;
        text-align: center;
    }

    .navbar1 .nav ul {
        display: block;
        /* border-bottom: 1px solid #e2e2e2; */
        /* padding: 5px 20px; */
        background: #fff;
    }

    .navbar1 ul li {
        border-bottom: 1px solid #e2e2e2;
    }

    .navbar1 ul li:last-child {
        border-bottom: none;
    }

    .navbar1 ul li:last-child h4 {
        /* border-bottom:none */
    }

    .navbar1 ul li a {
        display: none;
    }

    .navbar1 .tit {
        padding: 0 20px;
        line-height: 44px;
        font-size: 14px;
    }

    .navbar1 .tit .js-more {
        padding-right: 0;
        font-size: 16px;
    }

    .navbar1 ul li h4 {
        position: initial;
        text-align: center;
        width: 100%;
        padding-right: 0;
        line-height: 45px;
        font-weight: normal;
        border-bottom: 1px solid #e2e2e2;
        position: relative;
        /* margin: 0 20px; */
    }

    .navbar1 ul li {
        position: relative;
        padding-left: 0;
    }

    .navbar1 ul li a {
        display: block;
        font-size: 14px;
        line-height: 35px;
        display: block;
        margin: 0;
        text-align: center;
    }

    .navbar1 .nav {
        background: initial;
    }

    .navbar1 .nav {
        border-bottom: 1px solid #e2e2e2;
        padding: 0;
    }

    .navbar1 ul li h4::before {
        content: '';
        display: block;
        width: 11px;
        height: 7px;
        background: url(../img/qwy-i3.png) center no-repeat;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -3px;
        transition: all .3s;
    }

    .navbar1 ul li.active a {
        color: #7a7a7a;
    }

    .navbar1 ul li {
        height: auto;
        overflow: hidden;
        max-height: 46px;
    }

    .navbar1 ul li.active {
        max-height: initial;
    }

    .navbar1 .nav {
        border-bottom: none;
    }

    .navbar1 ul li.active h4::before {
        transform: rotate(180deg);
    }

    .product_view .list li a .txt span {
        font-size: 12px;
        padding-right: 15px;
        right: 6px;
        background-size: 10px;
    }

    .Mnav {
        display: block;
    }

    .slide-nav {
        display: none;
    }

    .MgoTop {
        display: block;
    }

    .header .pc {
        display: none;
    }

    .header .m {
        display: block;
    }

    .header .m {
        padding: 15px 10px;
    }

    .header-box.active .header {
        border-bottom: 1px solid rgba(99, 106, 144, 0.5);
    }

    .header-box .header {
        border-bottom: 1px solid rgba(99, 106, 144, 0.5);
    }

    .pos-ul a {
        padding: 0;
    }

    .ban {
        height: auto;
    }

    .ban .ban-bd {
        height: 240px;
    }

    .pos-cont {
        position: static;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .pos-cont .cur {
        float: none;
        margin: 0;
        padding: 10px 0;
        padding-left: 30px;
        background-position: left top 20px;
    }

    .pos-ul a {
        padding-bottom: 10px;
        line-height: 40px;
    }

    .ban .ban-bd .ban-cont h2 {
        font-size: 24px;
    }

    .ban .ban-bd .ban-cont h2 span {
        font-size: 14px;
    }

    .pos-ul li {
        margin-right: 25px;
    }

    .pos-cont .cur {
        float: none;
        margin: 0;
        padding: 10px 0;
        padding-left: 30px;
        background-position: left top 20px;
    }

    .hd-nav {
        display: none;
    }

    .hd-btn a {
        display: none;
    }

    .header-box {
        height: 75px;
    }

    .hd-logo {
        padding: 0;
    }

    .nav2 {
        display: none;
    }

    .pages .header-box {
        height: 61px;
    }

    .header-box .img1 {
        display: none;
    }

    .header-box .img2 {
        display: block;
        width: 145px;
        max-height: 50px;
    }

    .hd-btn::after {
        display: none;
    }

    .header .menu-btn {
        display: block;
        position: relative;
        z-index: 9;
    }

    .menu-btn {
        /* background-color: #215644; */
        height: 23px;
        width: 30px;
        position: relative;
        cursor: pointer;
        display: none;
        /* top: 50%;
    transform: translateY(-50%);
    */
    }

    .menu-btn span {
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: #fff;
        left: 10px;
        top: 13px;
        transition: all .4s;
        border-radius: 3px;
    }

    .menu-btn span:nth-child(2) {
        top: 23px;
    }

    .menu-btn span:nth-child(3) {
        top: 33px;
        width: 19px;
        left: initial;
        right: 10px;
    }

    .menu-btn {
        display: block;
        /* position:absolute;right:8px;top:6px; */
        height: 50px;
        width: 50px;
        padding: 10px;
    }

    .menu-btn.active span:nth-child(2) {
        width: 0;
        left: 22px;
        opacity: 0;
    }

    .menu-btn.active span {
        -webkit-transform: rotate(45deg);
        top: 23px;
    }

    .menu-btn.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        top: 23px;
        width: 30px;
    }

    .m-nav {
        /* display: none; */
        width: 75%;
        height: 100vh;
        max-width: 420px;
        padding: 50px 0 70px;
        /* height: 100vh; */
        position: fixed;
        top: 61px;
        right: -100vw;
        transition: .4s all;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 99;
        display: block;
    }

    .m-nav ul li:hover a {
        background-color: #ee7835;
    }

    .m-nav ul li a {
        display: block;
        width: 100%;
        padding: 10px 5%;
        box-sizing: border-box;
        font-size: 14px;
        color: #fff;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .m-nav.active {
        right: 0;
    }

    .search_btn {
        display: block;
        width: 30px;
        margin-left: auto;
    }

    .slide-nav {
        left: 0;
        top: auto;
        right: 0;
        bottom: 0;
        font-size: 0;
        text-align: center;
    }

    .slide-nav .item {
        margin: 0;
        border: none;
        opacity: 1 !important;
        border-top: 1px solid #999;
        border-radius: 0;
        border-left: 1px solid #999;
        display: inline-block;
        vertical-align: middle;
        width: 20%;
        height: 60px;
    }

    .slide-nav .item:first-child {
        border: none;
        border-top: 1px solid #999;
    }

    .slide-nav .goTop {
        display: inline-block !important;
    }

    .slide-nav .icon {
        width: 30px;
        height: 30px;
        -webkit-background-size: 30px auto;
        background-size: 30px auto;
    }

    .slide-nav .mask {
        left: 50%;
        right: auto;
        bottom: 100%;
        top: auto;
        -webkit-transform: translateX(-50%) scale(1, 0);
        -ms-transform: translateX(-50%) scale(1, 0);
        -o-transform: translateX(-50%) scale(1, 0);
        transform: translateX(-50%) scale(1, 0);
    }

    .slide-nav .tel {
        padding: 0 15px;
        border: 2px solid #000;
        height: 46px;
        line-height: 42px;
    }

    .slide-nav .qr {
        width: 120px;
        height: 120px;
    }

    .slide-nav .item:hover .icon {
        /* background-position:center -30px */
    }

    .slide-nav .item:hover .mask {
        -webkit-transform: scale(1, 1) translateX(-50%);
        -ms-transform: scale(1, 1) translateX(-50%);
        -o-transform: scale(1, 1) translateX(-50%);
        transform: scale(1, 1) translateX(-50%);
    }

    .slide-nav .item {
        width: 25%;
    }

    .slide-nav .appoint {
        display: none;
    }

    /* .slide-nav .nav-qq{display:none} */
    .slide-nav .icon {
        margin: 15px auto 3px;
    }

    .slide-nav .icon {
        /* background-position: center; */
    }

    .slide-nav .goTop {
        opacity: 1;
        visibility: visible;
    }

    .navbar {
        display: block;
    }

    .hd-search {
        display: none;
    }

    .header .wrap {
        justify-content: space-between;
    }

    .guard_view .list li .pic {
        width: 100%;
        height: 500px;
    }

    .guard_view .list li .txt {
        width: 100%;
        height: auto;
        padding: 40px;
    }

    .guard_view .list li:nth-child(2n) .pic {
        order: initial;
    }

    .guard_view .list li {
        height: auto;
    }

    .page_tabs {
        display: none;
    }

    .case_view {
        padding-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .vip_view .shuju{
        padding: 60px 0 40px;
    }
    .vip_view .shuju .list-data {
        margin: 0 10px;
    }
    .vip_view .shuju .list-data .list_di li a h4{
        width: 75%;
        font-size: 12px;
    }
    .vip_view .shuju .list-data .list_di li{
        padding: 0 5px
    }
    .vip_view .shuju .list-data .list_di li a .time{
        padding-right: 3px;
        font-size: 12px;
    }
    .server_view {
        padding-top: 35px;
    }

    .server_view .tab-data {
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .server_view .tab-data .list-data .list_di li {
        padding: 0 5px;
    }

    .server_view .tab-data .list-data .list_di li a .time {
        padding-right: 2px;
        font-size: 12px;
    }

    .server_view .tab-data .list-data .list_di li a h4 {
        width: 75%;
        font-size: 12px;
    }

    .server_view .tab-data .menulist {
        display: none;
    }

    .server_view .tab-data .list-data {
        width: 100%;
    }

    .page-banner .pc {
        display: none;
    }

    .page-banner .mobile {
        display: block;
    }

    /* 响应手机..... */
    body:after {
        background: red;
    }

    .wrap {
        padding: 0 15px;
    }

    .header-box {
        height: 50px;
    }

    .guard-info_view {
        padding: 40px 0;
    }

    .guard-info_view .tit {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .guard_view .info .tit {
        width: 100%;
        padding-left: 50px;
        background: url(../img/guard-ico01.png) no-repeat left top;
        background-size: 30px;
    }

    .guard_view .info .tit h3 {
        font-size: 24px;
        line-height: 30px;
        padding-top: 10px;
    }

    .guard_view .info .tit h5 {
        font-size: 18px;
        margin-top: 15px;
    }

    .guard_view .info {
        padding: 40px 0;
    }

    .guard_view .info .con {
        width: 100%;
        padding-top: 40px;
        white-space: pre-wrap;
    }

    .guard_view .list li .pic {
        padding-bottom: 72%;
        height: 0;
    }

    .guard_view .list {
        padding-top: 40px;
    }

    .guard_view .list li {
        margin-bottom: 40px;
    }

    .guard_view .list li .txt {
        padding: 30px 20px;
    }

    .guard_view .list li .txt .ico1 {
        width: 40px;
        height: 40px;
    }

    .guard_view .list li .txt h3 {
        font-size: 20px;
        margin-top: 10px;
    }

    .guard_view .list li .txt h5 {
        font-size: 16px;
        margin-top: 15px;
    }

    .guard_view .list li .txt p {
        font-size: 14px;
        line-height: 25px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .store .store-swiper {
        margin-top: 30px;
    }

    .store .store-swiper .swiper-slide .pic {
        padding-bottom: 45%;
    }

    .contact .form li:not(:nth-child(n+4)) input {
        width: 74%;
        height: 40px;
        padding: 0 8px;
        font-size: 14px;
    }

    .contact .form li label {
        font-size: 14px;
        white-space: initial;
    }

    .contact .form {
        margin-top: 20px;
    }

    .contact .form li {
        margin-bottom: 20px;
    }

    .contact .form li .sub {
        width: 150px;
        height: 40px;
        font-size: 14px;
    }

    .contact .form li #radio1 {
        margin-right: 20px;
    }

    .contact .form li:last-child {
        margin-bottom: 40px;
    }

    .product-series_view {
        padding-top: 40px;
    }

    .product-series_view .list li .tit h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .product-series_view .list li .tit p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .product-series_view .list li .more a {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 40px;
        width: 220px;
        height: 40px;
        font-size: 14px;
    }

    .hall .wrap .txt {
        width: 100%;
        text-align: center;
    }

    .hall .wrap .pic {
        width: 100%;
        height: 220px;
        order: 1;
    }

    .hall .wrap .txt h3 {
        font-size: 20px;
        line-height: 30px;
        padding: 0 5px;
        letter-spacing: 0;
    }

    .hall .wrap .txt h3::after {
        height: 8px;
        bottom: 1px;
    }

    .hall .wrap .txt h5 {
        font-size: 20px;
        margin-top: 10px;
        padding: 0 10px;
    }

    .hall .wrap .txt h6 {
        font-size: 14px;
        margin-top: 20px;
        padding: 0;
    }

    .hall .wrap .txt p {
        margin-left: 0;
        font-size: 14px;
        line-height: 28px;
        color: #898989;
        margin-top: 10px;
    }

    .hall .wrap .txt span {
        font-size: 12px;
        margin-top: 10px;
        margin-left: 0;
    }

    .hall .wrap .pic {
        margin-top: 20px;
    }

    .hall {
        padding-bottom: 20px;
    }

    .case_view .list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .case_view .list {
        margin-bottom: -15px;
    }

    .case_view .list h3 {
        font-size: 14px;
        padding: 8px 0;
    }

    .case_view {
        padding-top: 20px;
    }

    .case_view .list .txt {
        padding: 15px;
    }

    .why {
        padding: 40px 0;
    }

    .why .tit img {
        width: 20px;
    }

    .why .tit h3 {
        font-size: 18px;
        margin-top: 25px;
    }

    .why .tit h5 {
        font-size: 14px;
        line-height: 25px;
        margin-top: 20px;
    }

    .guard .top .tit {
        width: 100%;
        padding-left: 50px;
        background: url(../img/guard-ico01.png) no-repeat left top;
        background-size: 30px;
    }

    .guard {
        padding: 40px 0;
    }

    .guard .top .tit h3 {
        font-size: 24px;
        line-height: 30px;
        padding-top: 10px;
    }

    .guard .top .tit h5 {
        font-size: 18px;
        margin-top: 15px;
    }

    .guard .top p {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
        margin-top: 20px;
    }

    .guard .guard-swiper {
        padding-top: 50px;
    }

    .guard .guard-swiper .box-button {
        width: 115px;
        height: 40px;
        left: initial;
        right: 1px;
    }

    .guard .guard-swiper .swiper-slide .pic .txt h2 {
        font-size: 72px;
    }

    .guard .guard-swiper .swiper-slide .pic .txt h3 {
        font-size: 14px;
        margin-top: 30px;
    }

    .guard .guard-swiper .swiper-slide .pic .txt span {
        display: inline-block;
    }

    .guard .guard-swiper .swiper-slide .pic .txt {
        padding: 30px;
    }

    .guard .guard-swiper .swiper-slide {
        height: 440px;
    }

    .brand .list {
        margin-bottom: -10px;
    }

    .brand .list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    .brand .list li:nth-child(2n) {
        margin-right: 0;
    }

    .brand .list li:last-child {
        width: 100%;
    }

    .brand .list li:last-child .pic {
        padding-bottom: 50%;
    }

    .brand .list li .pic .txt h3 {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .brand {
        padding: 40px 0;
    }

    .brand .tit h3 {
        font-size: 16px;
    }

    .brand .tit h5 {
        font-size: 22px;
        margin-top: 15px;
    }

    .brand .list {
        margin-top: 30px;
    }

    .c-box-wrap .c-left .c-time-box {
        margin: 0;
    }

    .c-box-wrap .c-left .c-text-box {
        margin-bottom: 20px;
        padding: 20px 0;
        margin-top: 20px;
    }

    .c-box-wrap .c-left .c-link-box {
        flex-wrap: wrap;
    }

    .c-box-wrap .c-left .c-link-box .c-lt {
        width: 100%;
        flex-grow: initial;
    }

    .c-box-wrap .c-left .c-link-box .c-gt {
        width: 100%;
        text-align: right;
        margin-top: 20px;
    }

    .c-box-wrap .c-left .c-link-box .c-lt a {
        color: #666;
        font-size: 14px;
        line-height: 1.5;
    }

    .c-box-wrap .c-left .c-link-box .c-lt a span {
        width: 80px;
        height: 30px;
        margin-right: 10px;
    }

    .c-box-wrap .c-left .c-link-box .c-gt a {
        padding: 10px 20px 10px 35px;
        background-position: left 10px center;
    }

    .c-box-wrap .c-right {
        padding-top: 20px;
    }

    .c-box-wrap .c-right .c-title {
        margin-bottom: 30px;
    }

    .c-box-wrap .c-right .c-title {
        font-size: 20px;
    }

    .c-box-wrap .c-right .c-list li .c-wrap .c-text-box .c-title2 {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }

    .c-box-wrap .c-right .c-list li {
        padding-bottom: 20px;
    }

    .serve_view .tit {
        font-size: 22px;
    }

    .serve_view .item {
        padding-top: 40px;
    }

    .serve_view .item .list {
        margin-top: 30px;
        margin-bottom: -20px;
    }

    .serve_view .item .list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .serve_view .item .list li .pic {
        padding-bottom: 80%;
    }

    .serve_view .item .list li .pic .txt h3 {
        font-size: 20px;
    }

    .serve_view .item .list li .pic .txt i {
        margin-top: 30px;
        margin-bottom: 15px;
        height: 1px;
        opacity: 1;
        visibility: visible;
    }

    .serve_view .item .list li .pic .txt p {
        line-height: 22px;
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    .serve_view .item .list li .pic .txt {
        padding: 0 20px;
    }

    .serve_view .after {
        padding-top: 40px;
    }

    .serve_view .after .list {
        margin-top: 30px;
        margin-bottom: -15px;
    }

    .serve_view .after .list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .serve_view .after .list li .txt {
        width: 50%;
        padding: 0 10px;
    }

    .serve_view .after .list li .pic {
        height: 150px;
    }

    .serve_view .after .list li .txt h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .serve_view .after .list li .txt p {
        font-size: 12px;
        line-height: 20px;
    }

    .serve_view .year {
        padding-top: 40px;
    }

    .serve_view .year .year-swiper {
        margin-top: 30px;
        padding-bottom: 40px;
        overflow: hidden;
    }

    .serve_view .year .year-swiper .swiper-pagination {
        bottom: 10px;
    }

    .serve_view .year .year-swiper .swiper-slide .pic .time {
        width: 80px;
        height: 80px;
        padding: 0 15px;
    }

    .serve_view .year .year-swiper .swiper-slide .pic .time h3 {
        font-size: 14px;
        padding-top: 10px;
    }

    .serve_view .year .year-swiper .swiper-slide .pic .time span {
        font-size: 18px;
    }

    .serve_view .praise {
        padding-top: 40px;
    }

    .serve_view .praise .praise-swiper {
        margin-top: 30px;
    }

    .serve_view .praise .praise-swiper .swiper-slide .pic {
        width: 100%;
        height: 200px;
    }

    .serve_view .praise .praise-swiper .swiper-slide .txt {
        width: 100%;
        padding: 0 20px;
    }

    .serve_view .praise .praise-swiper .swiper-slide::after {
        display: none;
    }

    .serve_view .praise .praise-swiper .swiper-slide .txt h3 {
        font-size: 16px;
        margin-top: 30px;
    }

    .serve_view .praise .praise-swiper .swiper-slide .txt p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
        height: 120px;
        margin-bottom: 50px;
        -webkit-line-clamp: 6;
    }

    .serve_view .praise .praise-swiper .box-button {
        width: 110px;
        height: 35px;
        top: initial;
        bottom: 20px;
        margin-left: 0;
        left: initial;
        right: 20px;
    }

    .serve_view .always {
        padding-top: 40px;
    }

    .serve_view .always .list {
        padding-top: 30px;
        margin-bottom: -15px;
    }

    .serve_view .always .list li {
        width: 100%;
        height: 140px;
        margin-bottom: 15px;
    }

    .serve_view .always .list li .txt h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .serve_view .always .list li .txt p {
        font-size: 12px;
    }

    .serve_view .always .list li .txt img {
        width: 35px;
        height: 35px;
    }

    .serve_view .always .con {
        margin-top: 20px;
        margin-bottom: 40px;
        height: 400px;
    }

    .serve_view .always .con .txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 50px 20px;
    }

    .serve_view .always .con .txt .ico {
        width: 70px;
    }

    .serve_view .always .con .txt h3 {
        font-size: 18px;
        line-height: 25px;
        margin-top: 20px;
    }

    .serve_view .always .con .txt p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }

    .video_window .main {
        width: 96%;
    }

    .video_window .main video {
        border: 10px solid #fff;
    }

    .video_window .main {
        height: 320px;
    }

    .video_view .row-new1 > ul li a .txt h3 {
        font-size: 12px;
    }

    .header .m .Msearch {
        width: 22px;
        height: 22px;
    }

    .header .m .menu label {
        max-width: 90px;
        max-height: 90px;
        left: -32px;
        top: -25px;
    }

    .header .m > a {
        height: 30px;
    }

    .header .m {
        padding: 10px;
    }

    .video_intro {
        height: 420px;
    }

    .video_intro .video-btn img {
        width: 45px;
        height: 45px;
    }

    .video_intro p {
        padding: 0 15px;
        font-size: 14px;
        line-height: 25px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .entrance .left {
        width: 100%;
        height: 400px;
        padding: 30px;
    }

    .entrance .left h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .entrance .left h5 {
        font-size: 14px;
        padding: 20px 0 15px;
        width: 100%;
    }

    .entrance .left .com-more3 {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .entrance .left .more a {
        font-size: 14px;
        padding: 10px 0;
    }

    .entrance .right {
        width: 100%;
        padding: 30px;
        height: 300px;
    }

    .entrance .right h3 {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .entrance .right p span {
        width: 60px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .entrance .right p {
        width: 120px;
    }

    .entrance {
        top: -30px;
    }

    .PopupColumn {
        top: 50px;
    }

    .m_search div > i {
        width: 40px;
        height: 40px;
    }

    .m_search div h5 {
        font-size: 24px;
        margin-top: 10px;
        line-height: 30px;
    }

    .m_search div form {
        padding: 0 40px;
        margin-top: 20px;
    }

    .m_search div form input {
        line-height: 40px;
        font-size: 16px;
    }

    .m_search div form button {
        margin-top: 30px;
        line-height: 40px;
        font-size: 14px;
    }

    .product-column_view {
        bottom: 60px;
        top: 51px;
    }

    .product-column_view .swiper-container .swiper-slide .txt1 {
        width: 250px;
        height: 300px;
    }

    .product-column_view .swiper-container .swiper-slide .txt1 h3 {
        font-size: 22px;
    }

    .product-column_view .swiper-container .swiper-slide .txt1 a {
        font-size: 14px;
        padding: 12px 25px;
        margin-top: 15px;
    }

    .crumbs1 .add {
        font-size: 14px;
        padding-left: 20px;
    }

    .PopupCode ul li figure img {
        height: auto;
    }

    .download_view {
        padding-top: 0;
    }

    .download_view .tit h3 {
        font-size: 22px;
    }

    .download_view .tit h5 {
        font-size: 18px;
        margin-top: 10px;
    }

    .download_view .tit i {
        height: 2px;
        margin-top: 20px;
    }

    .download_view .list {
        margin-top: 0;
        margin-bottom: -15px;
    }

    .download_view .list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .download_view .list li a {
        padding: 15px;
    }

    .download_view .list li h3 {
        font-size: 16px;
    }

    .download_view .list li p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
        height: 40px;
        margin-bottom: 10px;
    }

    .download_view .list li .time {
        padding-top: 15px;
        background-size: 18px;
    }

    .news-info_view {
        margin-top: 20px;
    }

    .news-info_view .con {
        padding: 15px;
    }

    .news-info_view .con .tit h1 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .news-info_view .con .tit h3 {
        margin-bottom: 15px;
    }

    .news-info_view .con .edit {
        padding-top: 20px;
    }
    /* .news-info_view .con .edit p {
        overflow: hidden;
    } */

    .news-info_view .con .link a {
        font-size: 14px;
        line-height: 1.5;
    }

    .news-info_view .con .link a {
        width: 33%;
        padding: 20px 0 18px;
        border-bottom-width: 4px;
    }

    .news-info_view .con {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .news-info_view .more {
        height: 180px;
        margin-bottom: 20px;
    }

    .news-info_view .more h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .news-info_view .more h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .news-info_view .more a {
        font-size: 14px;
        padding: 12px 25px;
    }

    .news-info_view .link {
        margin-top: 40px;
    }

    .crumbs nav ul {
        padding: 30px 0;
    }

    .crumbs nav ul li {
        line-height: 1.5;
    }

    .MgoTop {
        width: 40px;
        height: 40px;
    }

    .Mnav ul li a icon {
        width: 20px;
        height: 20px;
    }

    .Mnav ul li a span {
        font-size: 14px;
        margin-left: 10px;
    }

    .hot {
        padding: 60px 0 40px;
    }

    .hot .tit h3 {
        font-size: 16px;
    }

    .hot .tit h5 {
        font-size: 24px;
        margin-top: 10px;
    }

    .hot .tit form input {
        width: 200px;
        height: 40px;
        border-radius: 40px;
        padding-left: 46px;
        font-size: 14px;
        background-position: left 20px center;
    }

    .hot .tit form {
        margin-top: 25px;
    }

    .hot .hot-swiper {
        margin-top: 25px;
        padding-bottom: 50px;
    }

    .hot .hot-swiper .swiper-scrollbar {
        bottom: 15px;
        height: 2px;
    }

    .hot .hot-swiper .swiper-scrollbar .swiper-scrollbar-drag {
        height: 4px;
        border-radius: 4px;
        top: -1px;
    }

    .hot .hot-swiper .swiper-scrollbar .swiper-scrollbar-drag::after {
        width: 30px;
        height: 30px;
    }

    .hot .hot-swiper .swiper-slide a {
        padding: 15px;
    }

    .hot .hot-swiper .swiper-slide a h3 i {
        font-size: 20px;
    }

    .hot .hot-swiper .swiper-slide a h3 span {
        font-size: 12px;
    }

    .hot .hot-swiper .swiper-slide a h3 {
        padding-bottom: 10px;
    }

    .hot .hot-swiper .swiper-slide a .box {
        margin-top: 15px;
    }

    .hot .hot-swiper .swiper-slide a .box .info {
        line-height: 25px;
    }

    .hot .hot-swiper .swiper-slide a .box .pic {
        width: 40%;
        height: 190px;
    }

    .hot .hot-swiper .swiper-slide a .box .more {
        width: 30px;
        height: 30px;
    }

    .hot .hot-swiper .swiper-slide {
        height: auto;
    }

    .hot .more {
        margin-top: 25px;
    }

    .com-more3 {
        width: 150px;
        height: 45px;
        border-radius: 45px;
    }

    .com-more3 span {
        font-size: 12px;
        margin-left: 20px;
    }

    .com-more3 img {
        margin-right: 12px;
        width: 30px;
    }

    .message {
        padding: 40px 0;
    }

    .message .tit h3 {
        font-size: 16px;
    }

    .message .tit h5 {
        font-size: 24px;
        margin-top: 10px;
    }

    .message .tit p {
        font-size: 14px;
        margin-top: 15px;
    }

    .message .con .pic {
        width: 100%;
        height: 220px;
    }

    .message .con form {
        order: 1;
        width: 100%;
        padding: 0px 15px 20px;
    }

    .message .con form ul li .ind {
        font-size: 14px;
        padding: 12px 0 12px 25px;
        margin-top: 15px;
    }

    .message .con form ul li:nth-child(5) .ind {
        height: 40px;
    }

    .message .con form ul li .sub {
        width: 160px;
        height: 40px;
        font-size: 14px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .message .con {
        margin-top: 25px;
    }

    .product_view form input {
        width: 240px;
        height: 50px;
    }

    .product_view .list {
        margin-bottom: -10px;
    }

    .product_view .list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    .product_view .list li:nth-child(3n) {
        margin-right: 2%;
    }

    .product_view .list li:nth-child(2n) {
        margin-right: 0;
    }

    .product_view .list li a .txt h3 {
        font-size: 14px;
    }

    .product_view .list li a .txt {
        padding: 12px 3px;
    }

    .product_view .list li a .txt h5 {
        font-size: 12px;
        margin-top: 7px;
    }

    .product_view {
        margin-top: 0px;
    }

    .col-r {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 30px;
    }

    .com-banner1 .tit {
        display: none;
    }

    .com-banner1 {
        padding-bottom: 50%;
    }

    .com-banner1 h3 {
        left: 5%;
        top: 34%;
        font-size: 20px;
    }

    .com-banner1 h3 span {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .map-1 {
        padding: 40px 20px;
    }

    .map-1 h3 {
        font-size: 19px;
    }

    .banner {
        padding-bottom: 100%;
        height: 0;
    }

    .banner .pc {
        display: none;
    }

    .banner .mobile {
        display: block;
    }

    .banner .swiper-pagination {
        bottom: 15px;
        right: 20px;
        font-size: 16px;
    }

    .banner .swiper-pagination-current {
        font-size: 26px;
    }

    .cycletext {
        width: 80px;
        height: 80px;
        padding: 8px;
    }

    a.cycletext::after {
        width: 28px;
        height: 6px;
        background-size: contain;
        margin-left: -14px;
        margin-top: -3px;
    }

    .fast_box {
        padding: 50px 0;
    }

    .fast_box .left {
        width: 100%;
    }

    .fast_box .right {
        width: 100%;
    }

    .fast_box .left a {
        height: 260px;
        margin-bottom: 15px;
    }

    .fast_box .right a {
        height: 130px;
    }

    .fast_box .right a:nth-child(1) {
        margin-bottom: 15px;
    }

    .fast_box .left a .txt h3,
    .fast_box .right a .txt h3 {
        font-size: 20px;
    }

    .fast_box a .txt h5 {
        font-size: 20px !important;
        margin-top: 13px !important;
    }

    .fast_box a .txt p {
        font-size: 14px !important;
        padding-right: 10px !important;
        background-size: 8px !important;
        margin-top: 7px !important;
    }

    .fast_box a .txt {
        top: 19% !important;
        left: 20px !important;
    }

    .product_view .list li a .txt span {
        display: none;
    }

    .join_view .row-join5 {
        padding: 40px 0;
    }

    .join_view .ul7 li {
        width: 50%;
        height: 170px;
    }

    .join_view .ul7 .mask {
        padding: 15px;
    }

    .join_view .ul7 .mask h4 {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .join_view .ul7 .mask .txt {
        font-size: 10px;
        line-height: 1.5;
        text-align: center;
    }

    .join_view .row-join6 {
        padding: 50px 0 30px;
    }

    .join_view .row-join7 {
        padding: 20px 0 50px;
    }

    .join_view .ul9:after {
        left: 7px;
    }

    .join_view .ul9 ul {
        margin: 0;
        margin-bottom: -10px;
    }

    .join_view .ul9 li {
        padding: 0;
        padding-left: 20px;
        margin-bottom: 10px;
        width: 100%;
        text-align: left !important;
    }

    .join_view .ul9 li:before {
        right: auto !important;
        left: 0 !important;
        top: 14px !important;
        bottom: auto !important;
    }

    .join_view .ul9 .con {
        padding: 10px;
    }

    .join_view .ul9 .num {
        font-size: 18px;
    }

    .join_view .guanmin {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .join_view .tit h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .join_view .tit h5 {
        font-size: 18px;
    }

    .join_view .guanmin .con .img-tabs .button-prev {
        height: 50px;
    }

    .join_view .guanmin .con .img-tabs .button-next {
        height: 50px;
        background-size: 15px;
    }

    .join_view .guanmin .con .img-swiper .swiper-pagination {
        display: block;
    }

    .join_view .guanmin .con {
        margin-top: 25px;
    }

    .join_view .guanmin .con .img-tabs {
        margin-top: 10px;
    }

    .join_view .guanmin .con .img-tabs .swiper-slide-active .pic img {
        border-width: 2px;
    }

    .join_view .cctv {
        padding: 50px 0;
    }

    .join_view .cctv .con {
        margin-top: 25px;
    }

    .join_view .cishan {
        padding: 50px 0;
    }

    .join_view .cishan .con {
        margin-top: 25px;
    }

    .join_view .football {
        padding: 50px 0;
    }

    .join_view .football .con {
        margin-top: 25px;
    }

    .join_view .ul8 {
        margin-top: 25px;
        margin-bottom: -15px;
    }

    .join_view .ul8 li {
        width: 49%;
        height: 180px;
        border-width: 5px;
        margin-bottom: 15px;
    }

    .join_view .ul8 li .pic {
        width: 28px;
        height: 28px;
    }

    .join_view .ul8 li h4 {
        font-size: 14px;
        margin-top: 10px;
    }

    .join_view .ul8 li .txt p {
        font-size: 12px;
        line-height: 20px;
        height: 60px;
        margin-top: 15px;
        padding: 0 10px;
        white-space: initial;
    }

    .join_view .cishan .cishan-swiper .swiper-pagination {
        bottom: 30px;
    }

    .join_view .ul7 {
        margin-top: 30px;
    }

    .join_view .ul9 {
        margin-top: 30px;
    }

    .recommend {
        padding: 50px 15px;
        background: initial;
    }

    .recommend .tabs-swiper {
        width: 100%;
        padding: 0;
    }

    .recommend .recommend-swiper {
        width: 100%;
        margin-top: 30px;
    }

    .recommend .tabs-swiper .swiper-slide .txt h3 {
        font-size: 22px;
    }

    .recommend .tabs-swiper .swiper-slide .txt h5 {
        font-size: 18px;
    }

    .recommend .tabs-swiper .swiper-slide .txt h6 {
        font-size: 12px;
        padding: 6px 12px;
        border-radius: 30px;
        margin-top: 40px;
    }

    .recommend .tabs-swiper .swiper-slide .txt h4 {
        font-size: 20px;
        margin-top: 12px;
    }

    .recommend .tabs-swiper .swiper-slide .txt p {
        font-size: 12px;
        margin-top: 12px;
    }

    .more1 {
        font-size: 12px;
        padding: 10px 37px 10px 18px;
        border-radius: 35px;
    }

    .more1::after {
        width: 30px;
        height: 30px;
        top: 1px;
        right: 1px;
    }

    .recommend .tabs-swiper .swiper-slide .pic {
        height: 255px;
    }

    .recommend .tabs-swiper .swiper-slide .txt .more1 {
        margin-top: 23px;
    }

    .recommend .recommend-swiper .swiper-pagination .swiper-pagination-current {
        font-size: 22px;
    }

    .recommend .recommend-swiper .swiper-pagination {
        left: 15px;
        bottom: 15px;
        font-size: 12px;
    }

    .product {
        padding: 50px 15px 30px;
    }

    .com-tit1 h3 {
        font-size: 22px;
    }

    .com-tit1 h5 {
        font-size: 18px;
        margin-top: 10px;
    }

    .product .product-swiper {
        margin-top: 30px;
        padding-bottom: 50px;
    }

    .product .product-swiper .box_btn .button-prev {
        width: 30px;
        height: 20px;
        margin-right: 10px;
        background-size: 18px;
    }

    .product .product-swiper .box_btn .button-next {
        width: 30px;
        height: 20px;
        margin-left: 10px;
        background-size: 18px;
    }

    .product .product-swiper .swiper-slide .pic .txt {
        padding: 20px 0;
    }

    .product .product-swiper .swiper-slide .pic .txt h3 {
        font-size: 16px;
        line-height: 1.2;
    }

    .product .product-swiper .swiper-slide .pic .txt h5 {
        font-size: 12px;
        margin-top: 10px;
    }

    .product .product-swiper .swiper-slide .pic::after {
        width: 38px;
        height: 38px;
        top: 55%;
        background-size: contain;
    }

    .brand_view {
        padding: 20px 0 60px;
    }

    .brand_view .txt1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .brand_view .txt1 p {
        font-size: 12px;
        line-height: 22px;
        white-space: initial;
    }

    .brand_view .txt1 p::after {
        display: none;
    }

    .brand_view .txt1 p::before {
        display: none;
    }

    .brand_view .txt1 h6 {
        font-size: 14px;
        line-height: 22px;
        margin-top: 35px;
        letter-spacing: 2px;
    }

    .brand_view .pic {
        margin-left: -15px;
        margin-right: -15px;
    }

    .brand_view .txt2 {
        padding-top: 40px;
    }

    .brand_view .txt2 .logo {
        width: 100%;
        border-right: none;
        padding: 0;
        text-align: center;
    }

    .brand_view .txt2 .logo img {
        width: 50%;
    }

    .brand_view .txt2 p {
        width: 100%;
        font-size: 14px;
        line-height: 25px;
        white-space: pre-wrap;
        margin-top: 40px;
    }

    .honor_view {
        padding: 20px 0 60px;
    }

    .honor_view .list {
        margin-top: 30px;
        margin-bottom: -15px;
    }

    .honor_view .list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .honor_view .list li:nth-child(2n) {
        margin-right: 0;
    }

    .honor_view .list li .pic img {
        padding: 15px;
    }

    .honor_view .list li .txt {
        padding: 15px 0;
    }

    .honor_view .list li .txt h3 {
        font-size: 12px;
    }

    .honor_view .more a {
        font-size: 14px;
        padding: 12px 38px 12px 25px;
        background-position: right 15px center;
        background-size: 15px;
        margin-top: 30px;
    }

    .factory_view {
        padding: 20px 0 60px;
    }

    .factory_view .tit p {
        font-size: 12px;
        line-height: 22px;
        white-space: initial;
        margin-top: 20px;
    }

    .factory_view .list {
        margin-top: 30px;
        margin-bottom: -15px;
    }

    .factory_view .list li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .factory_view .list li .txt {
        padding: 10px 0;
    }

    .factory_view .list li .txt h3 {
        font-size: 14px;
    }

    .factory_view .more a {
        font-size: 12px;
        line-height: 1;
        color: #ffffff;
        padding: 20px 85px 20px 50px;
        border-radius: 56px;
        background: url(../img/more-ico03.png) no-repeat right 50px center;
        background-color: rgba(0, 0, 0, 0);
        background-color: #35a3f7;
        margin-top: 80px;
        transition-duration: .3s;
    }

    .factory_view .more a {
        font-size: 14px;
        padding: 12px 38px 12px 25px;
        background-position: right 15px center;
        background-size: 15px;
        margin-top: 30px;
    }

    .m-pages {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page-t1 {
        padding-right: 0;
    }

    .m-pages li {
        display: none;
    }

    .m-pages li.fengye {
        display: block;
    }

    .m-pages li {
        font-size: 14px;
        line-height: 33px;
    }

    .m-pages select {
        font-size: 14px;
    }

    .product-info_view {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .product-info_view .back a {
        font-size: 14px;
        padding: 12px 20px 12px 40px;
        border-radius: 44px;
        background-position: left 15px center;
    }

    .product-info_view .above {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .product-info_view .above .img-box {
        width: 100%;
    }

    .product-info_view .above .txt {
        width: 100%;
    }

    .product-info_view .above .img-box .img-swiper {
        height: auto;
    }

    .product-info_view .above .img-box .img-swiper .swiper-slide {
        height: auto;
    }

    .product-info_view .above .img-box .img-swiper .pic {
        height: 0;
        padding-bottom: 65.3%;
    }

    .product-info_view .above .txt h1 {
        font-size: 18px;
        padding-top: 25px;
    }

    .product-info_view .above .txt h5 {
        font-size: 12px;
        line-height: 22px;
        margin-top: 10px;
        padding-bottom: 15px;
    }

    .product-info_view .above .txt p {
        margin: 10px 0 20px;
        font-size: 12px;
        line-height: 25px;
    }

    .product-info_view .above .txt .links .prev, .product-info_view .above .txt .links .next {
        width: 85px;
        height: 35px;
        font-size: 12px;
        line-height: 1;
        margin-right: 5px;
    }

    .product-info_view .scene {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .product-info_view .scene .scene-swiper {
        margin-top: 25px;
        padding-bottom: 30px;
    }

    .product-info_view .scene .tit h3 {
        font-size: 20px;
    }

    .product-info_view .scene .tit h3 span {
        font-size: 12px;
    }

    .product-info_view .scene .scene-swiper .swiper-slide .vr .pic::after {
        background-size: 60px;
    }

    .product-info_view .scene .scene-swiper .button-prev {
        display: none;
    }

    .product-info_view .scene .scene-swiper .button-next {
        display: none;
    }

    .product-info_view .scene .scene-swiper .swiper-pagination .swiper-pagination-bullet {
        width: 25px;
        height: 2px;
        margin: 0 8px;
    }

    .case2_view {
        padding-top: 20px;
    }

    .case2_view .list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .case2_view .list {
        margin-bottom: -15px;
    }

    .case2_view .list li .pic .time h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .case2_view .list li .pic .time h5 {
        font-size: 10px;
    }

    .case2_view .list li .pic .time {
        width: 65px;
        height: 60px;
        padding-left: 12px;
        padding-top: 13px;
    }

    .case2_view .list li .txt {
        padding: 20px 90px 20px 15px;
    }

    .case2_view .list li .txt h3 {
        font-size: 14px;
    }

    .case2_view .list li .txt span {
        padding: 10px 15px;
        border-radius: 34px;
        font-size: 12px;
        top: 12px;
        right: 15px;
    }

    .case2-info_view {
        padding: 20px 0 50px;
    }

    .case2-info_view .tit {
        font-size: 20px;
    }

    .case2-info_view .edit {
        padding: 25px 0;
    }

    .case2-info_view .back a {
        font-size: 14px;
        padding: 12px 20px 12px 40px;
        border-radius: 44px;
        background-position: left 15px center;
    }

    .about .txt {
        width: 100%;
    }

    .about .list {
        width: 100%;
        margin-bottom: -15px;
        order: 1;
        margin-top: 30px;
    }

    .about {
        padding-top: 60px;
    }

    .about .txt h3 {
        font-size: 22px;
        line-height: 1.5;
        white-space: initial;
    }

    .about .txt p {
        font-size: 12px;
        line-height: 22px;
        margin-top: 15px;
    }

    .about .txt .about-swiper {
        margin-top: 20px;
    }

    .about .txt .about-swiper .button-prev {
        width: 30px;
        height: 30px;
        top: 43%;
        left: 15px;
    }

    .about .txt .about-swiper .button-next {
        width: 30px;
        height: 30px;
        top: 43%;
        right: 15px;
    }

    .about .txt > a {
        font-size: 14px;
        padding-right: 60px;
        margin-top: 15px;
    }

    .about .list li {
        padding: 20px 8px 20px;
    }

    .about .list li .pic {
        width: 35px;
        height: 35px;
    }

    .about .list li h3 {
        font-size: 14px;
        margin-top: 20px;
    }

    .about .list li p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
        height: 60px;
    }

    .core {
        padding-top: 100px;
        padding-bottom: 40px;
        background-size: 100% 350px;
        margin-top: -30px;
    }

    .core .tabs {
        margin-top: 25px;
    }

    .core .tabs a {
        font-size: 12px;
        padding: 6px 0;
        border-width: 1px;
        margin-right: 10px;
    }

    .core .tabs a:last-child {
        margin-right: 0;
    }

    .core .swiper-box {
        margin-top: 30px;
    }

    .core .swiper-box .core-swiper {
        padding-bottom: 40px;
    }

    .core .core-swiper .pic .txt h3 {
        font-size: 16px;
    }

    .core .core-swiper .pic .txt h5 {
        font-size: 12px;
        color: #ffffff;
        line-height: 22px;
        margin-top: 5px;
    }

    .core .core-swiper .pic::after {
        width: 40px;
        height: 40px;
    }

    .core .core-swiper .pic .txt {
        background-size: 6px;
        background-position: left 15px bottom 15px;
        padding: 30px 15px;
    }

    .core .core-swiper .swiper-pagination {
        display: block;
    }

    .xiehui .xiehui-swiper {
        width: 100%;
        order: 1;
    }

    .xiehui .txt {
        padding: 40px 15px;
        width: 100%;
    }

    .xiehui .txt .tabs {
        margin-top: 30px;
    }

    .xiehui .xiehui-swiper .button-prev {
        width: 35px;
        height: 35px;
        left: 15px;
    }

    .xiehui .xiehui-swiper .button-next {
        width: 35px;
        height: 35px;
        right: 15px;
    }

    .xiehui .list {
        display: none;
    }

    .news {
        padding: 60px 0;
        background: #f9f9f9;
    }

    .news .tit p {
        font-size: 12px;
        line-height: 22px;
    }

    .news .tabs a {
        font-size: 12px;
        padding: 5px 0;
        border-width: 1px;
        margin-left: 3%;
        word-break: initial;
    }

    .news .tabs {
        width: 100%;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .news .wrap .con {
        display: none;
    }

    .news .wrap .m-con {
        display: block;
        margin-top: 30px;
        width: 100%;
    }

    .news .wrap .m-con a {
        display: block;
        position: relative;
        height: 205px;
        padding: 25px 50px 25px 20px;
        padding-left: 220px;
        overflow: hidden;
        margin-bottom: 19px;
        background-color: #fff;
    }

    .news .wrap .m-con a .pic {
        width: 175px;
        height: 155px;
        object-fit: cover;
        position: absolute;
        left: 19px;
        top: 25px;
        overflow: hidden;
    }

    .news .wrap .m-con a .pic img {
        width: 100%;
        height: 100%;
        transition-duration: .3s;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
        transition-duration: .3s;
    }

    .news .wrap .m-con a .pic:hover img {
        transform: scale(1.1);
    }

    .news .wrap .m-con a h3 {
        font-size: 18px;
        line-height: 30px;
        color: #000000;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news .wrap .m-con a:hover {
        background: url(../img/news-bg02.png) no-repeat center;
        background-size: cover;
    }

    .news .wrap .m-con a:hover h3 {
        color: #fff;
    }

    .news .wrap .m-con a:hover h5 {
        color: #fff;
    }

    .news .wrap .m-con a:hover h5 span:nth-child(1) {
        background-image: url(../img/news-ico02-2.png);
    }

    .news .wrap .m-con a:hover h5 span:nth-child(2) {
        background-image: url(../img/news-ico03-2.png);
    }

    .news .wrap .m-con a:hover h5 span:nth-child(3) {
        background-image: url(../img/news-ico04-2.png);
    }

    .news .wrap .m-con a:hover p {
        color: #fff;
    }

    .news .wrap .m-con a h5:hover {
        color: #fff;
    }

    .news .wrap .m-con a h5 {
        font-size: 14px;
        line-height: 20px;
        color: #9f9f9f;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
    }

    .news .wrap .m-con a h5 span {
        padding-left: 25px;
        background: url(../img/news-ico02.png) no-repeat left center;
    }

    .news .wrap .m-con a h5 span:nth-child(2) {
        background-image: url(../img/news-ico03.png);
    }

    .news .wrap .m-con a h5 span:nth-child(3) {
        background-image: url(../img/news-ico04.png);
    }

    .news .wrap .m-con a p {
        font-size: 14px;
        line-height: 25px;
        color: #838383;
        margin-top: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 50px;
    }

    .news .wrap .m-con a:last-child {
        margin-bottom: 0;
    }

    .footer .info_box {
        width: 100%;
    }

    .footer .txt {
        width: 310px;
    }

    .footer .wrap {
        justify-content: flex-start;
    }

    .footer .copy {
        margin-top: 30px;
        padding: 25px 0;
    }

    .footer {
        margin-bottom: 50px;
    }

    .footer {
        padding-top: 50px;
    }

    .bigData .list {
        width: 100%;
        margin-bottom: -20px;
        margin-top: 30px;
    }

    .bigData .tit p {
        font-size: 12px;
        line-height: 24px;
        margin-top: 20px;
    }

    .bigData .list li {
        width: 50%;
        margin-bottom: 20px;
    }

    .bigData {
        padding: 60px 0 80px;
    }

    .bigData .tit a {
        font-size: 14px;
        padding-right: 61px;
        margin-top: 40px;
    }

    .bigData .list li h3 {
        font-size: 20px;
    }

    .bigData .list li h5 {
        font-size: 12px;
        margin-top: 8px;
    }

    .bigData .list li:nth-child(3) {
        margin-bottom: 0;
    }

    .bigData .list li:nth-child(4) {
        margin-bottom: 0;
    }

    .news .wrap .m-con a .pic {
        width: 120px;
        height: 100px;
        left: 15px;
        top: 15px;
    }

    .news .wrap .m-con a {
        display: block;
        position: relative;
        height: 130px;
        padding: 15px;
        padding-left: 149px;
        margin-bottom: 10px;
    }

    .news .wrap .m-con a h5 {
        font-size: 11px;
        line-height: 20px;
        margin-top: 4px;
    }

    .news .wrap .m-con a h5 span {
        padding-left: 17px;
        background-size: 13px;
    }

    .news .wrap .m-con a p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
        height: 40px;
    }

    .news .wrap .m-con a h3 {
        font-size: 14px;
        line-height: 25px;
        margin-top: 1px;
    }

    .vip {
        padding: 60px 0;
    }

    .vip .tit h5 {
        font-size: 14px;
    }

    .vip .tit p {
        font-size: 12px;
        line-height: 20px;
    }

    .vip {
        padding: 60px 0;
    }

    .vip .tit form {
        width: 300px;
        height: 40px;
        margin-top: 25px;
        padding-right: 40px;
    }

    .vip .tit form button {
        width: 40px;
        height: 40px;
        background-size: 15px;
    }

    .vip .vip1-swiper .swiper-pagination .swiper-pagination-bullet {
        width: 11px;
        height: 2px;
    }

    .vip .vip1-swiper {
        height: 160px;
    }

    .vip .vip1-swiper {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .vip .tit form input {
        padding: 0 15px;
        font-size: 14px;
    }

    .vip .vip2-swiper {
        margin-top: 30px;
        padding-bottom: 40px;
    }

    .vip .vip2-swiper .swiper-slide .txt {
        padding: 20px 12px;
        border-bottom: 1px solid #ececec;
    }

    .vip .vip2-swiper .swiper-slide .pic {
        height: 50px;
        background-color: #fff;
    }

    .vip .vip2-swiper .swiper-slide .pic img {
        max-height: 50px;
    }

    .vip .vip2-swiper .swiper-slide .txt p {
        font-size: 12px;
        color: #404040;
        line-height: 20px;
        -webkit-line-clamp: 6;
        height: 120px;
    }

    .vip .vip2-swiper .swiper-pagination {
        bottom: -0px;
        display: block;
    }

    .vip {
        padding-bottom: 40px;
    }

    .us {
        padding: 60px 0 80px;
    }

    .us form .ind {
        width: 49%;
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .us form .sub {
        width: 49%;
        height: 40px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .us form {
        margin-top: 30px;
        margin-bottom: -15px;
    }

    .us .tit h5 {
        font-size: 14px;
        margin-top: 15px;
    }

    .footer .info_box .logo img {
        width: 200px;
    }
    .footer .info_box .text {

        margin-top: 10px;
    
    }
    .footer .info_box p {
        margin-top: 15px;
    }

    .footer .txt {
        padding-top: 25px;
    }

    .footer .txt .box h5 {
        font-size: 22px;
    }

    .footer .txt {
        width: 278px;
    }

    .footer .copy {
        margin-top: 20px;
        padding: 20px 0;
    }

    .com-banner1 .tabs a {
        padding: 15px 10px;
        font-size: 12px;
    }

    .about_view .intro {
        padding: 60px 0;
    }

    .com-tit2 h3 {
        font-size: 22px;
    }

    .com-tit2 h5 {
        font-size: 12px;
        margin-top: 8px;
    }

    .about_view .intro .con {
        margin-top: 20px;
    }

    .about_view .intro .con .pic {
        width: 100%;
    }

    .about_view .intro .con .txt {
        width: 100%;
        margin-top: 30px;
        order: 1;
    }

    .about_view .intro .con .txt h4 {
        font-size: 18px;
        line-height: 25px;
    }

    .about_view .intro .con .txt i {
        width: 30px;
        height: 2px;
        margin-top: 0;
    }

    .about_view .intro .con .txt p {
        font-size: 12px;
        line-height: 22px;
        margin-top: 15px;
    }

    .about_view .intro .con .txt .item {
        margin-top: 30px;
        margin-bottom: -15px;
    }

    .about_view .intro .con .txt .item li {
        width: 44%;
        margin-bottom: 15px;
    }

    .about_view .intro .con .txt .item li h3 {
        font-size: 18px;
    }

    .about_view .intro .con .txt .item li h5 {
        font-size: 12px;
        margin-top: 10px;
    }

    .about_view .intro .con .txt .item li:nth-child(3n) {
        width: 44%;
    }

    .about_view .intro .con .txt .item li:nth-child(2n) {
        width: 55%;
    }

    .about_view .culture .list {
        margin-top: 25px;
        margin-bottom: -15px;
    }

    .about_view .culture .list li {
        width: 32%;
        padding: 20px 8px;
        margin-bottom: 15px;
    }

    .about_view .culture .list::after {
        width: 32%;
        content: '';
        display: block;
    }

    .about_view .culture .list li .pic {
        width: 35px;
        height: 35px;
    }

    .about_view .culture .list li h3 {
        font-size: 14px;
        margin-top: 5px;
    }

    .about_view .culture .list li p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
        height: 60px;
    }

    .about_view .culture .list li h2 {
        font-size: 14px;
        margin-top: 15px;
    }

    .about_view .culture {
        padding: 60px 0;
    }

    .about-part_view {
        padding: 60px 0;
    }

    .about-part_view .list {
        margin-top: 25px;
        margin-bottom: -15px;
    }

    .about-part_view .list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .about-part_view .list li:nth-child(2) h3 {
        order: initial;
    }

    .about-part_view .list li h3 {
        width: 100%;
        height: 45px;
        font-size: 16px;
        line-height: 44px;
    }

    .about-part_view .list li .txt {
        max-height: 240px;
        height: auto;
        padding: 20px;
    }

    .about-part_view .list li .txt p {
        font-size: 14px;
        line-height: 25px;
    }

    .about-part_view .list li:nth-child(2) .txt {
        padding-top: 20px;
    }

    .about-core_view {
        padding-top: 60px;
    }

    .about-core_view .list {
        margin-top: 25px;
        margin-bottom: -15px;
    }

    .about-core_view .list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .about-core_view .list li:nth-child(2n) {
        margin-right: 0;
    }

    .about-core_view .list li .txt {
        padding: 10px 0;
    }

    .about-core_view .list li .txt h3 {
        font-size: 16px;
    }

    .about-core_view .list li .txt p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 7px;
        height: 60px;
    }

    .about-rules_view {
        padding-top: 60px;
    }

    .about-rules_view .list {
        margin-top: 25px;
        margin-bottom: -15px;
    }

    .about-rules_view .list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 40px 15px 30px;
    }

    .about-rules_view .list li h3 {
        font-size: 18px;
    }

    .about-rules_view .list li h5 {
        font-size: 18px;
    }

    .about-rules_view .list li i {
        width: 20px;
        height: 2px;
        margin-top: 10px;
    }

    .about-rules_view .list li p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
        height: 100px;
    }

    .core .swiper-box .button-next {
        display: none;
    }

    .core .swiper-box .button-prev {
        display: none;
    }

    .about-chart_view {
        padding: 60px 0;
    }

    .about-chart_view .chart-swiper {
        margin-top: 25px;
    }

    .about-chart_view .chart-swiper .button-prev {
        width: 30px;
        height: 50px;
        background-size: 8px;
        top: 38%;
        left: 15px;
    }

    .about-chart_view .chart-swiper .button-next {
        width: 30px;
        height: 50px;
        background-size: 8px;
        top: 38%;
        right: 15px;
    }

    .about-chart_view .chart-swiper {
        padding-bottom: 40px;
    }

    .about-chart_view .chart-swiper .swiper-pagination {
        display: block;
        bottom: 10px;
    }

    .about-serve_view {
        padding: 60px 0;
    }

    .about-serve_view .list {
        margin-top: 25px;
        margin-bottom: -15px;
    }

    .about-serve_view .list li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
        height: 200px;
        padding: 30px 15px;
    }

    .about-serve_view .list li i {
        height: 3px;
    }

    .about-serve_view .list li h5 {
        font-size: 18px;
        margin-top: 10px;
    }

    .about-serve_view .list li p {
        font-size: 14px;
        line-height: 25px;
        margin-top: 15px;
    }

    .footer .txt .box .links > div a {
        padding: 10px 15px;
        font-size: 12px;
    }

    .industry_view {
        padding-top: 60px;
    }

    .industry_view .list {
        margin-top: 30px;
    }

    .industry_view .list li a {
        padding: 20px 0;
    }

    .industry_view .list li .pic {
        width: 100%;
        height: 0;
        padding-bottom: 56%;
    }

    .industry_view .list li .txt {
        width: 70%;
        padding-left: 0;
        margin-right: auto;
        padding-top: 20px;
    }

    .industry_view .list li .txt h3 {
        font-size: 17px;
    }

    .industry_view .list li .txt p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
        height: 40px;
    }

    .industry_view .list li .txt span {
        margin-top: 10px;
        font-size: 12px;
    }

    .industry_view .list li .txt span::after {
        height: 1px;
    }

    .industry_view .list li .time h3 {
        font-size: 32px;
    }

    .industry_view .list li .time h5 {
        font-size: 14px;
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .industry_view .list li .time h6 {
        font-size: 14px;
        line-height: 1;
    }

    .industry_view .list li .wrap::after {
        left: 15px;
        right: 15px;
        bottom: -20px;
    }

    .industry_view .list li:first-child .wrap::before {
        top: -20px;
    }

    .news_view .list {
        margin-bottom: -15px;
        margin-top: 30px;
    }

    .news_view .list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .news_view .list li a .time {
        width: 30%;
        margin: 10px 0;
    }

    .news_view .list li a .time span:first-child {
        font-size: 28px;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .news_view .list li a .time span:last-child {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .news_view .list li a h4 {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
        padding-left: 20px;
        padding-right: 30px;
    }

    .news_view .list li a .info {
        padding: 10px 0;
        padding-left: 20px;
        font-size: 14px;
        line-height: 1;
    }

    .news_view {
        padding-top: 60px;
    }


    .server_new .list {
        margin-bottom: -15px;
        margin-top: 30px;
    }

    .server_new .list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .server_new .list li a .time {
        width: 30%;
        margin: 10px 0;
    }

    .server_new .list li a .time span:first-child {
        font-size: 28px;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .server_new .list li a .time span:last-child {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .server_new .list li a h4 {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
        padding-left: 20px;
        padding-right: 30px;
    }

    .server_new .list li a .info {
        padding: 10px 0;
        padding-left: 20px;
        font-size: 14px;
        line-height: 1;
    }

    .server_new {
        padding-top: 60px;
    }

    .vip_view .flow {
        padding: 60px 0;
    }

    .vip_view .flow .list {
        margin-bottom: -15px;
        margin-top: 25px;
    }

    .vip_view .flow .list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .vip_view .flow .list li:nth-child(3n) {
        margin-right: 2%;
    }

    .vip_view .flow .list li:nth-child(2n) {
        margin-right: 0;
    }

    .vip_view .flow .list li .tit_box .pic {
        width: 50px;
        height: 50px;
    }

    .vip_view .flow .list li .tit_box h5 {
        font-size: 16px;
        margin-top: 10px;
    }

    .vip_view .flow .list li .tit_box h3 {
        font-size: 110px;
    }

    .vip_view .flow .list li .tit_box {
        height: 275px;
    }

    .vip_view .flow .list li .txt h3 {
        font-size: 20px;
    }

    .vip_view .flow .list li .txt {
        height: 275px;
        padding: 15px 10px;
    }

    .vip_view .flow .list li .txt h5 {
        font-size: 16px;
        top: -13px;
    }

    .vip_view .flow .list li .txt p {
        font-size: 12px;
        line-height: 16px;
        white-space: initial;
    }

    .vip_view .flow .list li .txt a {
        font-size: 12px;
        padding: 10px 15px;
        margin-top: 15px;
    }

    .vip_view .serve {
        padding: 60px 0;
    }

    .vip_view .serve .list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        height: 160px;
        padding: 25px 15px;
    }

    .vip_view .serve .list li i {
        height: 2px;
    }

    .vip_view .serve .list li h5 {
        font-size: 18px;
        margin-top: 10px;
    }

    .vip_view .serve .list li p {
        font-size: 12px;
        line-height: 22px;
        margin-top: 15px;
    }

    .vip_view .see {
        padding: 60px 0 40px;
    }

    .vip_view .see .see-swiper {
        margin-top: 25px;
        height: 188px;
    }

    .vip_view .see .see-swiper .swiper-slide .pic {
        height: 60px;
    }

    .vip_view .see .btn_box {
        height: 60px;
    }

    .vip_view .see .btn_box .button-prev {
        width: 40px;
        height: 40px;
        background-size: 10px;
        margin-left: -50px;
    }

    .vip_view .see .btn_box .button-next {
        width: 40px;
        height: 40px;
        background-size: 10px;
    }

    .vip_view .zhixun {
        padding-top: 50px;
    }

    .vip_view .zhixun .list {
        margin-bottom: -15px;
        margin-top: 30px;
    }

    .vip_view .zhixun .list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .vip_view .zhixun .list li a .txt {
        padding: 15px;
    }

    .vip_view .zhixun .list li a .pic::after {
        background-size: 150px;
    }

    .vip_view .zhixun .list li a .txt h3 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .vip_view .zhixun .list li a .txt p {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        margin-bottom: 10px;
    }

    .vip_view .zhixun .list li a .txt hr {
        margin-bottom: 15px;
    }

    .vip_view .zhixun .list li a .txt .time {
        font-size: 14px;
        padding-right: 25px;
        background-position: right 4px center;
    }

    .vip_view .zhixun .zhixun-swiper .swiper-slide .pic {
        width: 100%;
        padding-bottom: 60%;
    }

    .vip_view .zhixun .zhixun-swiper .swiper-slide .txt h6 {
        font-size: 14px;
    }

    .vip_view .zhixun .zhixun-swiper .swiper-slide .txt h3 {
        font-size: 16px;
        line-height: 25px;
        height: 50px;
        margin-top: 8px;
    }

    .vip_view .zhixun .zhixun-swiper .swiper-slide .txt {
        width: 100%;
        height: auto;
        padding: 20px 15px;
    }

    .vip_view .zhixun .zhixun-swiper .swiper-slide .txt span {
        font-size: 14px;
        padding: 10px 40px 10px 20px;
        margin-top: 25px;
        background-position: right 18px center;
        background-size: 10px;
    }

    .vip_view .zhixun .zhixun-swiper .button-box {
        width: 100px;
        bottom: 20px;
        right: 15px;
    }

    .vip_view .zhixun .zhixun-swiper .button-box .button-prev, .vip_view .zhixun-swiper .button-box .button-next {
        width: 25px;
        height: 25px;
        background-size: 8px;
    }

    .vip_view .zhixun .zhixun-swiper .swiper-slide .txt i {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .vip_view .zhixun .zhixun-swiper .swiper-slide .txt p {
        font-size: 12px;
        line-height: 22px;
        height: 44px;
    }

    .vip_view .zhixun .tabs a {
        font-size: 12px;
        padding: 12px 20px;
    }

    .vip_view .zhixun .tabs {
        margin: 20px 0 40px;
    }

    .window_view {
        padding-top: 60px;
    }

    .window_view .tabs {
        margin: 20px 0 30px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        width: 100%;
    }

    .window_view .tabs a {
        font-size: 12px;
        padding: 12px 14px;
        margin: 0 3px;
        white-space: nowrap;
    }

    .window_view .list li .pic::after {
        background-size: 40px;
    }

    .window_view .list li h3 {
        font-size: 14px;
        margin: 14px 0;
    }

    .window_view .list li {
        margin-bottom: 15px;
    }


    .window_view2 .list {
        margin-bottom: -15px;
    }

    .window_view2 {
        padding-top: 60px;
    }

    .window_view2 .list li .pic::after {
        background-size: 40px;
    }

    .window_view2 .list li h3 {
        font-size: 14px;
        margin: 14px 0;
    }

    .window_view2 .list li {
        width: 48.5%;
    }

    .window_view2 .list li {
        margin-bottom: 15px;
    }

    .window_view2 .list {
        margin-bottom: -15px;
    }


    .contact_view .online2 ul {
        margin-bottom: -10px;
    }

    .contact_view .online2 ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact_view .online2 ul li input {
        width: 100%;
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .contact_view .online2 ul li textarea {
        padding: 15px;
        font-size: 14px;
        height: 140px;
    }

    .contact_view .online2 .sub {
        width: 150px;
        height: 40px;
        font-size: 16px;
        margin: 15px auto 0;
    }

    .contact_view .online2 {
        padding: 50px 0;
    }

    .contact_view .address {
        padding: 50px 0;
    }

    .contact_view .address .txt {
        width: 100%;
    }

    .contact_view .address .map {
        width: 100%;
        height: 220px;
        margin-top: 30px;
    }

    .contact_view .address .txt h3 {
        font-size: 15px;
        padding-top: 0px;
    }

    .contact_view .address .con {
        margin-top: 30px;
    }

    .contact_view .address .txt i {
        height: 2px;
        margin-top: 10px;
    }

    .contact_view .address .txt p {
        font-size: 12px;
        line-height: 22px;
        /*margin-top: 15px;*/
    }

    .contact_view .address .txt .code {
        margin-top: 25px;
    }

    .contact_view .address .txt .code li img {
        width: 80px;
        height: 80px;
    }

    .contact_view .address .txt .code li h5 {
        font-size: 11px;
        margin: 6px 0;
    }

    .contact .form form {
        flex-wrap: wrap;
    }

    .com-more1 {
        font-size: 12px;
        padding: 10px 30px 10px;
        border-radius: 30px;
    }

    .antique {
        height: 500px;
        background-size: cover;
    }

    .antique .txt {
        width: 100%;
        height: 185px;
        left: 0%;
        margin-left: 0;
        bottom: 0;
        padding: 0 20px;
    }

    .antique .txt h3 {
        font-size: 40px;
        margin-top: 10px;
    }

    .antique .txt hr {
        width: 35px;
        height: 1px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .antique .txt h5 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .antique .txt p {
        font-size: 12px;
        line-height: 1;
        color: #fff;
        margin-bottom: 20px;
    }

    .marble .txt h3 {
        font-size: 40px;
        padding: 0 5px;
    }

    .marble .txt hr {
        width: 35px;
        height: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .marble .txt h3::after {
        height: 8px;
        bottom: 6px;
    }

    .marble .txt h5 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .marble .txt p {
        font-size: 12px;
    }

    .com-more2 {
        font-size: 12px;
        padding-bottom: 5px;
        border-bottom: 1px solid #fff;
    }

    .marble .txt .com-more2 {
        position: initial;
        right: 0;
        bottom: 0;
        margin-top: 30px;
    }

    .marble {
        padding: 20px 0;
    }

    .marble .right .txt {
        margin-bottom: 17px;
    }

    .marble .right {
        width: 46%;
    }

    .marble .left {
        width: 46%;
    }

    .marble .left .pic {
        margin-bottom: 16px;
    }

    .online .main form figure {
        display: none;
    }

    .online .main form ul {
        width: 100%;
    }

    .online .main {
        padding: 15px;
    }

    .online .main .tit h3 {
        font-size: 20px;
    }

    .product-list_view .list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        margin-left: -2%;
        margin-bottom: -10px;
    }

    .product-list_view .list li {
        width: 48%;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    .product-list_view {
        padding-top: 0;
    }

    .product-list_view .list li .txt h3 {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 4px;
    }

    .product-list_view .list li .txt h5 {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .m-contxt1 .tit {
        margin-bottom: 0;
    }

    .m-contxt1 .share-ico {
        display: none;
    }

    .m-contxt1 {
        padding: 20px 10px;
    }

    .m-contxt1 .tit {
        font-size: 18px;
    }

    .m-contxt1 .box-info .info span {
        font-size: 14px;
    }

    .m-contxt1 .share-box {
        display: none;
    }

    .m-contxt1 .box-info {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .m-contxt1 .item {
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

    .m-contxt1 .link .prev {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .m-contxt1 .link .next {
        font-size: 14px;
    }

    .m-contxt1 .link .back {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 14px;
        margin-top: 10px;
        padding: 8px 20px;
    }

    .m-contxt1 .link {
        padding-right: 0;
        position: relative;
        padding-bottom: 30px;
    }

    .page-t1 {
        padding-right: 0;
    }

    .page-t1 a {
        font-size: 14px;
    }

    .page-t1 .blank {
        position: initial;
        margin-top: 5px;
        font-size: 12px;
        padding: 7px 18px;
    }

    .box-blank {
        margin-top: 10px;
        padding-top: 5px;
    }

    .box-blank .con {
        width: 100%;
        margin-top: 10px;
    }

    .box-blank div a {
        font-size: 14px;
    }

    .box-blank div a + a {
        margin-top: 5px;
    }

    .m-contxt1 .box-blank .blank {
        font-size: 14px;
    }

    .cases_view {
        padding-top: 20px;
    }

    .cases_view .list {
        margin-right: 0;
    }

    .cases_view .list li {
        width: 100%;
        margin-right: 0;
    }

    .cases_view .list li h3 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .product_info .col-m .img {
        width: 100%;
        height: 300px;
    }

    .product_info .col-m .item {
        width: 100%;
        padding: 20px;
    }

    .product_info .col-m .item h3 {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 15px;
    }

    .product_info .col-m .item h5 {
        font-size: 14px;
        margin-top: 12px;
    }

    .product_info .col-m .item p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
        height: auto;
    }

    .product_info .col-m .item_share {
        display: none;
    }

    .product_info .content {
        padding: 15px 10px;
    }

    .product_info .col-m {
        margin-bottom: 20px;
    }

    .product_info {
        padding-bottom: 20px;
    }

    .page-t1 a em {
        margin-right: 5px;
    }

    .page-t1 a.next {
        padding-right: 20px;
    }

    .page-t1 a.next em {
        margin-right: 0;
    }

    .m-contxt1 .tit {
        margin-bottom: 10px;
    }

    .m-contxt1 .share-ico {
        display: none;
    }

    .project_view .list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .project_view .list {
        margin-bottom: -20px;
    }

    .project_view .list .pic img {
        padding: 10px 30px 0;
    }

    .project_view .list .tit h3 {
        padding: 15px 0;
    }

    .care_view .list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .care_view .list {
        margin-bottom: -15px;
    }

    .care_view .list .tit h3 {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .duty_view .content .pic {
        width: 100%;
        height: 220px;
    }

    .duty_view .content .txt {
        width: 100%;
        margin-top: 20px;
    }

    .duty_view .content .txt h3 {
        font-size: 18px;
    }

    .duty_view .content .txt h5 {
        font-size: 16px;
        margin-top: 5px;
    }

    .duty_view .content .txt p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .duty_view .content {
        margin-bottom: 20px;
    }
}

/*# sourceMappingURL=main.css.map */
