/*初始化样式*/

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.xypg-right-content {
    font-size: 14px;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: space-between
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1800 {
    max-width: 1830px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1580 {
    max-width: 1610px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1380 {
    max-width: 1410px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max800 {
    max-width: 830px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

body,
html {
    scroll-behavior: smooth;
}


/*头部样式*/

.fix-head {
    height: 120px;
}

.top-tip{
    background: #f3f2f2;
    line-height: 34px;
}

.top-tip .allp .aa1{
    margin-right: 0px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 20px;
}

.top-tip .allp .aa1 img{
    max-width: 18px;
}

.top-tip .allp .aa1 a{
    font-size: 14px;
    color: #888888;
    margin-left: 5px;
}
.top-tip .allp .aa1 a:hover{
    color: #b71b2b;
}

.group-list{position:absolute;width:100%;left:0;top:36px;background:#fff;display:none;box-shadow:0 0 15px rgba(0,0,0,.1);outline:0;border:none;z-index:9999;}
.group-list li a{display:block;text-align:center;color:#333;font-size:13px;line-height:46px}
.group-list li+li{border-top:1px solid #f0f0f0}
.group-list li:hover a{color:#b71b2b}



.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 34px;
    z-index: 1000;
    background: #fff;
    /*transition: all 0.5s ease .3s;*/
    border-bottom: 1px solid #f6f6f6;
}

.header.scroll {
    position: fixed;
    top: 0px;
}

.header>.flex {
    height: 86px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.header.scroll>.flex {
    height: 76px;
}



.header:hover {
    background: #fff;
    /*box-shadow: 0 0 15px rgb(0 0 0 / 20%);*/
    transition: all 0.5s ease;
}

.header:hover .header_top .inav_wrapper .inav_li>a {
    color: #000;
}

.header .logo {
    position: relative;
    max-width: 370px;
}

.header .logo a {
    display: block;
}

.header .logo img {
    max-width: 100%;
    max-height: 30px;
}

.header .top_right {
    position: static;
    width: calc(100% - 380px);
}

.h_tools {
    position: relative;
    padding-left: 3%;
}

.h_ss {
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.h_ss .ss_btn {
    width: 35px;
    height: 35px;
    background: url(../images/h-ss.png) no-repeat center;
    cursor: pointer
}

.h_ss #formsearch {
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 9999;
    width: 200px;
    display: none;
    background: #f2f2f2
}

.h_ss #formsearch input {
    float: left;
    outline: 0;
    border: none;
    line-height: 35px;
    height: 35px;
    background: none;
    font-size: 0;
}

.h_ss #formsearch #s_btn {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(//cdn.myxypt.com/19a72a49/22/02/d361eebbe300be32588323061960f488837223d4.png);
    background-position: 0 -210px;
    width: 35px;
}

.h_ss #formsearch #keyword {
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, .8);
    padding-left: 10px;
    font-size: 14px
}

.header .h_tools .h_language {
    display: inline-block;
    position: relative;
}

.header .h_tools .h_language .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 56px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #666666;
    transition: all 0.5s ease;
}

.header .h_tools .h_language .icon::after {
    content: '';
    width: 9px;
    height: 5px;
    background: url(../images/la.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: -27px;
    top: 50%;
    margin-top: -3px;
}

.header .h_tools .h_language .lan_down {
    position: absolute;
    width: 200px;
    left: auto;
    right: 30%;
    top: 150%;
    background: #fff;
    box-shadow: 0 5px 10px 0;
    padding: 0 18px;
    padding-top: 20px;
    padding-bottom: 5px;
    display: none;
}

.header .h_tools .h_language .lan_down::before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    pointer-events: none;
    border-bottom: 10px solid #FFFFFF;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.header .h_tools .h_language .lan_down dd {
    color: #5d5d5d;
    line-height: 40px;
    text-transform: uppercase;
    box-sizing: border-box;
    font-family: Arial;
}

.header .h_tools .h_language .lan_down dd:nth-child(1) {
    border-bottom: 1px solid #d6d6d6;
}

.header .h_tools .h_language .lan_down dd a {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #333;
}

.header .h_tools .h_language .lan_down dd a:hover {
    color: #ff0000;
}

@media (max-width:1400px){
    .x-menu>li{
        margin: 0 1.125vw;
    }
    .x-menu>li>a{
        font-size:16px;
    }
}


@media (min-width:1366px){
    .header .top_right.j-space-between{
        justify-content: end;
    }
    
}







/* banner */

.x-banner .banner-item .v_cover {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center
}

.x-banner .banner-item .v_cover .v_con {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    WIDTH: 80%;
    TEXT-ALIGN: LEFT
}

.x-banner .banner-item .v_con * {
    transition-delay: transform 1s, opacity 0s;
    transition-duration: 1s;
    transform: translate3d(0, 80px, 0);
    opacity: 0
}

.x-banner .owl-item.active .banner-item .v_con * {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.x-banner .owl-item.active .banner-item .v_con :nth-child(1) {
    transition-delay: .3s
}

.x-banner .owl-item.active .banner-item .v_con :nth-child(2) {
    transition-delay: .5s
}

.x-banner .owl-item.active .banner-item .v_con :nth-child(3) {
    transition-delay: .7s
}

.v_tit_aa {
    font-size: 3.02083vw;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.v_tit_bb {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 3.64583vw;
}

.v_tit_cc {
    font-size: 16px!important;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    width: 164px;
    line-height: 48px;
    display: inline-block!important;
    background: rgba(182, 27, 43, .8);
}

.v_tit_cc::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    content: "";
    background: rgba(182, 27, 43, .8);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
    z-index: -1;
}

.v_tit_cc:hover {
    color: #fff;
    border-color: rgba(182, 27, 43, .8);
}

.v_tit_cc:hover::before {
    width: 100%;
}



/* home_product */

.home_product {
    position: relative;
    background: url(../images/c1-bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.home_product_fix {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 627px;
    width: 32.65%;
    height: 100%;
    padding-left: 8.333vw;
}

.h-product-sort {
    background: url(../images/wang.png) no-repeat 20px center;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.h-product-sort li {
    position: relative;
    display: flex;
    align-items: center;
    width: 261px;
    height: 66px;
    line-height: 66px;
    margin-bottom: 20px;
    cursor: pointer;
}

.h-product-sort li:nth-child(1) {
    margin-left: 30px
}

.h-product-sort li:nth-child(2) {
    margin-left: 15px
}

.h-product-sort li:nth-child(3) {
    margin-left: 5px
}

.h-product-sort li:nth-child(5) {
    margin-left: 5px
}

.h-product-sort li:nth-child(6) {
    margin-left: 15px
}

.h-product-sort li:nth-child(7) {
    margin-left: 30px
}

.h-product-sort li .small-img {
    position: relative;
    text-align: center;
    width: 66px;
    height: 66px;
    line-height: 66px;
    border-radius: 50%;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    transform: scale(0.65);
    transition: all 0.3s ease 0s;
}

.h-product-sort li .small-img img {
    max-width: 100%;
    max-height: 38px;
}

.h-product-sort li span {
    margin-left: 2.34375vw;
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.h-product-sort li.on {
    background: url(../images/cp-bold.png) no-repeat left center;
}

.h-product-sort li.on .small-img {
    transform: scale(1);
}

.h-product-sort li.on .small-img {
    opacity: 1;
}


/* */

.h_product_con {
    position: relative;
    height: 100%;
    width: 100%;
}

.h-product-list {
    position: relative;
}

.h-product-list li {
    position: relative;
    height: 100%;
    width: 100%;
}

.h-product-list li .pi-left {
    width: 627px;
    width: 32.65%;
    position: relative;
}

.h-product-list li .pi-left img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.h-product-list li .pi-right {
    width: calc(100% - 627px);
    width: calc(100% - 32.65%);
    position: relative;
    padding-right: 8.3333vw;
    /*overflow: hidden;*/
}

.h-product-list li .pi-right .gimg {
    position: relative;
    text-align: center;
    width: 50.89%;
}

.h-product-list li .pi-right .gimg img {
    display: inline-block;
    max-width: 100%;
    max-height: 30.15vw;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease 0s;
}

.h-product-list li.on .pi-right .gimg img {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.h-product-list li .pi-right .gimg-text {
    position: relative;
    width: 46%;
    padding-right: 42px;
}

.h-product-list li .pi-right .gimg-text h3 {
    font-size: 2.2916vw;
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;
}

.h-product-list li .pi-right .gimg-text .gimg-xx {
    font-size: 17px;
    color: #888888;
    line-height: 1.7;
    margin-bottom: 3.125vw;
    max-width: 388px;
}

.h-product-list li .pi-right .gimg-text .ckmore {
    display: block;
    width: 170px;
    line-height: 52px;
    background: #b71b2b;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.5s ease;
    box-shadow: 0 0 12px rgba(182, 27, 43, .8);
}
.h-product-list li .pi-right .gimg-text .ckmore:hover{
    background: #d31a2d;
    box-shadow: 0 0 16px rgba(182, 27, 43, .6);
}
.h-product-list li .pi-right .gimg-text .ckmore i {
    padding-right: 40px;
    background: url(../images/cp-jian2.png) no-repeat right center;
    font-style: inherit;
}

.h-product-list li .pi-right .gimg-text .arrow {
    position: absolute;
    right: 0px;
    top: 0%;
    width: 42px;
    z-index: 99;
}

.h-product-list li .pi-right .gimg-text .arrow a {
    display: block;
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #d0d0d0;
    transition: all .5s ease;
    cursor: pointer;
}

.h-product-list li .pi-right .gimg-text .arrow a:hover {
    background-color: #b71b2b;
    box-shadow: 0 0 5px rgba(182, 27, 43, .8);
}

.h-product-list li .pi-right .gimg-text .arrow a.prev {
    background-image: url(../images/cp_prev.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.h-product-list li .pi-right .gimg-text .arrow a.next {
    background-image: url(../images/cp_next.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #b71b2b;
    box-shadow: 0 0 5px rgba(182, 27, 43, .8);
}


/* */

.col-a {
    position: relative;
    background: url(../images/c1-bg.jpg) no-repeat;
    background-size: cover;
}

.g-in {
    padding: 30px 0 40px;
}

.gallery {
    margin-bottom: 10px;
}

.col-a .gallery-thumbs .swiper-slide {
    text-align: center;
    font-size: 17px;
    line-height: 42px;
    color: #333;
    opacity: 0.5;
}

.col-a .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    font-size: 18px;
    font-weight: bold;
}

.col-a .gallery-top {
    padding-top: 80px;
}

.col-a .gallery-top .swiper-slide {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.col-a .gallery-top .swiper-slide a {
    display: block;
}

.col-a .gallery-top .swiper-slide a img {
    max-width: 100%;
    max-height: 309px;
}

.col-a .gallery-top .swiper-slide .sp1 {
    padding: 0 15px;
    margin-top: 35px;
    font-size: 16px;
    color: #444;
}

.col-a .gallery-top .swiper-slide .sp1 p:nth-child(2) {
    font-size: 14px;
}

.col-a .swiper-button-next,
.col-a .swiper-button-prev {
    width: 38px;
    height: 105px;
    top: unset;
    bottom: 0;
    top: 0;
    margin: auto 0;
    background-size: 100%;
}

.col-a .swiper-button-prev {
    background: url(../images/prev001.png)no-repeat center;
    left: 0;
    opacity: 1;
    background-size: 38px;
}

.col-a .swiper-button-next {
    background: url(../images/prev001.png)no-repeat center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: 0;
    opacity: 1;
    background-size: 38px;
}

.col-a .swiper-button-next:hover {
    background: url(../images/next_1.png)no-repeat center;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    background-size: 38px;
}

.col-a .swiper-button-prev:hover {
    background: url(../images/next_1.png)no-repeat center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-size: 38px;
}

.col-a .swiper-button-next.swiper-button-disabled,
.col-a .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.col-a .swiper-num {
    position: absolute;
    top: 10px;
    left: 50%;
    font-size: 18px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.col-a .swiper-num .act {
    color: #e60011;
}

.col-a .swiper-num .tot {
    color: #333333;
}


/* home_case */

.home_case {
    position: relative;
    padding: 5.2083vw 0;
}

.home_case .nr .cn0 {
    position: absolute;
    left: 8.333vw;
    top: 3.125vw;
    z-index: 999;
}

.home_case .nr .cn0 span {
    margin-right: 4.166vw;
    font-size: 2.2916vw;
    color: #a09f9f;
    font-weight: bold;
    cursor: pointer;
    line-height: 50px;
}

.home_case .nr .cn0 span.active {
    color: #333333;
}


/* */

.home_case_left {
    position: relative;
    padding-left: 8.333vw;
    overflow: hidden;
    width: 39.0625%;
}

.home_case_right {
    position: relative;
    overflow: hidden;
    width: 48.125%;
}

.home_case_right .swiper-container-2 {
    width: 100%;
    overflow: hidden
}

.home_case_right .swiper-container-2 .swiper-slide {
    width: 100%;
    position: relative
}

.home_case_right .swiper-container-2 .swiper-slide a {
    display: block;
}

.home_case_right .swiper-container-2 .swiper-slide .pic {
    width: 100%;
}

.home_case_right .swiper-container-2 .swiper-slide .pic img {
    display: block;
    width: 100%;
    height: auto;
}


/* */

.home_case_left .ihd {
    margin-bottom: 5.2083vw;
    padding-top: calc(3.125vw + 50px + 2.60416vw);
}

.home_case_left .ihd .cn {
    position: relative;
}

.home_case_left .ihd .intro {
    font-size: 18px;
    color: #666666;
    line-height: 2;
}

.home_case_left .cont {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
}

.home_case_left .cont .swiper-container-3 {
    padding-bottom: 4.1666vw;
}

.home_case_left .cont .swiper-container-3 .swiper-slide {
    width: 100%;
    overflow: hidden
}

.home_case_left .cont .swiper-container-3 .swiper-slide .pic {
    width: 100%;
    overflow: hidden;
    position: relative
}

.home_case_left .cont .swiper-container-3 .swiper-slide .pic img {
    width: 100%;
    height: auto
}

.home_case_left .cont .swiper-container-3 .swiper-slide:hover .pic span {
    display: none;
    width: 100%;
    height: 100%;
    background: url(g_37.png) center center no-repeat rgba(00, 00, 00, 0.5);
    left: 0;
    top: 0;
    z-index: 2;
    position: absolute
}

.home_case_left .cont .swiper-container-3 .swiper-slide .title {
    font-size: 16px;
    color: #333333;
    line-height: 52px;
    text-align: center;
}

.home_case_left .cont .swiper-container-3 .swiper-pagination-progressbar {
    background: #eaeaea;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    height: 3px;
}

.home_case_left .cont .swiper-container-3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #b71b2b
}


/* */

.tab-con {
    position: relative;
}

.tab-con .tab-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-con .tab-main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-con .tab-main.active {
    position: static;
    opacity: 1;
    visibility: visible;
}


/* home_number */

.home_number {
    position: relative;
    background: url(../images/c3-bg.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 80px;
}

.numb-title {
    position: relative;
    text-align: center;
}

.numb-title h3 {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 2.2916vw;
    color: #fff;
}

.numb-title .numb-about {
    max-width: 1050px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 2;
    color: #fff;
}

.numb-title .numb-more {
    position: relative;
    margin: 3vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.numb-title .numb-more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 0 11px;
    font-size: 16px;
    color: #fff;
    z-index: 99;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.numb-title .numb-more a i {
    width: 20px;
    height: 20px;
    background: url(../images/j-more.png) no-repeat center;
    margin-left: 10px;
    display: block;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}

.numb-title .numb-more a:nth-child(1) {
    color: #fff;
    border-color: #b71b2b;
    background: #b71b2b linear-gradient(to bottom, #c31426, #8d0614);
}

.numb-title .numb-more a:nth-child(2)::after {
    -webkit-box-shadow: 4px 4px 0 rgba(255, 255, 255, .24);
    box-shadow: 4px 4px 0 rgba(255, 255, 255, .24);
    border-radius: 2px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: auto;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 220px;
}

.numb-title .numb-more a:nth-child(2):hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.numb-title .numb-more a:nth-child(2):hover::after {
    -webkit-box-shadow: 6px 6px 0 rgba(255, 255, 255, .6);
    box-shadow: 6px 6px 0 rgba(255, 255, 255, .6)
}

.numb-title .numb-more a:nth-child(2):hover i {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
}


/*.numb-title .numb-more a::before {*/


/*    position: absolute;*/


/*    left: 0;*/


/*    top: 0;*/


/*    width: 0;*/


/*    height: 100%;*/


/*    content: "";*/


/*    background: #b71b2b linear-gradient(to bottom, #c31426, #8d0614);*/


/*    -webkit-transition: all .8s ease;*/


/*    -moz-transition: all .8s ease;*/


/*    transition: all .8s ease;*/


/*    z-index: -1*/


/*}*/


/*.numb-title .numb-more a:hover::before {*/


/*    width: 100%;*/


/*}*/


/*.numb-title .numb-more a:hover {*/


/*    border-color: #ad0a1b;*/


/*}*/


/* */

.ibanner-wrap {
    padding-left: 5.2083vw;
    padding-right: 5.2083vw;
}

.ibanner {
    position: relative;
    background: #fff;
    box-shadow: 0 0 12px 5px rgba(0, 0, 0, .2);
    padding: 4px;
}

.ibanner .swiper-slide {
    clip-path: none;
    opacity: 0;
    z-index: 0;
}

.ibanner .swiper-slide-prev {
    clip-path: polygon(0% -150%, 100% -150%, 100% -20%, 0% 0%);
    opacity: 0;
    transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
    z-index: 3;
}

.ibanner .swiper-slide-active {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 150%);
    opacity: 1;
    transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
    z-index: 2;
    -webkit-transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
    -moz-transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
    -ms-transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
    -o-transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
}

.ibanner .swiper-slide-next {
    z-index: 1;
}

.ibanner .swiper-slide .img_box {
    position: relative;
    height: 100%;
}

.ibanner .swiper-slide .img_box img,
.ibanner .swiper-slide .img_box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ibanner .swiper-slide .img_box img.hhahgn {
    visibility: hidden;
}

.ibanner .swiper-slide .img_box video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}


/* 视频遮罩 */

.ibanner .swiper-slide.video_slide .img_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
}

.ibanner .widgets .wrap {
    position: relative;
}

.ibanner .swiper-button-prev {
    width: 52px;
    height: 52px;
    background: url(../img/prev.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
    transition: all 0.5s ease;
}

.ibanner .swiper-button-next {
    width: 52px;
    height: 52px;
    background: url(../img/next.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -26px;
    transition: all 0.5s ease;
}

.ibanner .swiper-button-prev:hover {
    background: url(../img/prev_on.png) no-repeat center;
}

.ibanner .swiper-button-next:hover {
    background: url(../img/next_on.png) no-repeat center;
}

.ibanner .swiper-button-prev::after,
.ibanner .swiper-button-next::after {
    display: none;
}

.ibanner .btn-area {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1
}

.ibanner .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    width: 100%;
}

.ibanner .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: auto;
    height: auto;
    margin: 0 3.125vw!important;
    background: transparent;
    opacity: 1;
    outline: none;
}

.ibanner .swiper-pagination .swiper-pagination-bullet .tit {
    font-size: 14px;
    color: #fff;
    text-align: left;
    opacity: .7;
    transition: all .5s ease;
}

.ibanner .swiper-pagination .swiper-pagination-bullet-active .tit {
    opacity: 1;
}

.ibanner .swiper-pagination-bullet-active .timer,
.ibanner .swiper-pagination-bullet .timer {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background: transparent;
    opacity: 1
}

.ibanner .swiper-pagination-bullet .timer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .34;
    content: ''
}

.ibanner .swiper-pagination-bullet-active .timer::before{
     opacity: 1;
}

.ibanner .swiper-pagination-bullet .process {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    opacity: 0;
    height: 100%;
    background: #fff;
    transition-property: width;
    transition-timing-function: linear;
}

.ibanner .swiper-pagination-bullet.play .process {
    opacity: 1;
    width: 100%;
}

.ibanner .swiper-pagination-bullet.play.stop .process {
    transition: none
}

@keyframes about_scroll-down-line {
    0%,
    20% {
        height: 30%;
        top: -45%;
    }
    80%,
    100% {
        height: 30%;
        top: 145%;
    }
}


/* shuzi */

.shuzi {
    display: flex;
    flex-wrap: wrap;
    padding: 2.60416vw 0 3.64583vw;
    position: relative;
    z-index: 999;
}

.shuzi li {
    position: relative;
    width: 25%;
    text-align: center;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.shuzi li+li {
    border-left: 1px solid #e5e5e5;
}

.shuzi li h3 {
    color: #b71b2b;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #b71b2b;
    min-width: 130px;
}

.shuzi li h3 i {
    font-style: inherit;
    font-size: 3.125vw;
    font-weight: 600;
    font-family: "Arial";
    background: linear-gradient(45deg, #e20314, #b71b2b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shuzi li h3 span {
    font-size: 14px;
    font-weight: normal;
    font-style: inherit;
    color: #666666;
    vertical-align: top;
}

.shuzi li p {
    font-size: 17px;
    line-height: 1.7;
    color: #333333;
}


/* home_news */

.home_news {
    position: relative;
    padding-top: 4.166vw;
    padding-bottom: 3.125vw;
}

.home-news-tit {
    margin-bottom: 2.60416vw;
}

.home-news-tit h3 {
    font-size: 2.2916vw;
    color: #333333;
    font-weight: bold;
    margin-bottom: 12px;
}

.home-news-tit p {
    font-size: 16px;
    color: #666666;
}

.home_news_top {
    position: relative;
}

.imgmax img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ntop_aa {
    width: calc(50% - 10px);
    position: relative;
}

.ntop_bb {
    position: relative;
    width: calc(50% - 10px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.ntop_bb_top {
    margin-bottom: 20px;
}

.ntop_bb_bom {
    position: relative;
}

.ntop_bb_bom .news-video {
    width: calc(50% - 10px);
    position: relative;
}

.news-video img.hhahgn {
    visibility: hidden;
    width: 100%;
}

.news-video video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.ntop_bb_bom .news-tj {
    width: calc(50% - 10px);
    background: #b71b2b;
    position: relative;
}

.ntop_bb_bom .news-tj a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 2.083vw;
    color: #fff;
}

.ntop_bb_bom .news-tj a .h-tim {
    font-family: "Arial";
    font-size: 16px;
    margin-bottom: 15px;
}

.ntop_bb_bom .news-tj a h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.7;
}


/* */

.news-video .play_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.news-video .play_overlay .play_btn {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
}

.news-video .play_overlay .play_btn .icon {
    width: 100%;
    height: 100%;
    background: url(../images/v-pat.png) center/contain no-repeat;
}

.news-video .play_overlay .play_btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    content: '';
    z-index: -1;
    display: none;
}

.news-video .play_overlay .play_btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    content: '';
    z-index: -1;
    display: none;
}

.news-video .play_overlay .play_btn::before {
    animation: scale 2s ease-out infinite;
    background: #fff;
    opacity: 0.5;
    animation-delay: 0;
}

.news-video .play_overlay .play_btn::after {
    animation: scale2 2s ease-out infinite;
    background: #fff;
    opacity: 0.3;
    animation-delay: 0;
}

@keyframes scale {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .9
    }
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .9;
    }
    100% {
        transform: translate(-50%, -50%) scale(6);
        opacity: 0;
    }
}


/* home-news-list */

.home-news-list {
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}

.home-news-list li {
    position: relative;
    /*width: calc(100%/4 - 30px);*/
    /*margin: 0 15px 1.5625vw 15px;*/
}

.home-news-list li a {
    display: block;
}

.home-news-list li a h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home-news-list li a .h-tim {
    font-family: "Arial";
    font-size: 15px;
    color: #b71b2b;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 10px;
}

.home-news-list li a .h-summ {
    font-size: 15px;
    color: #888888;
    line-height: 1.7;
}

.home-news-list li:hover h3 {
    color: #b71b2b;
}


/* home-readly */

.home-readly {
    position: relative;
    background: url(../images/home-ht.jpg) no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 70px;
}

.home-readly-tit {
    position: relative;
    margin-bottom: 40px;
}

.home-readly-tit h3 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.home-readly-tit p {
    font-size: 18px;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.h-readly {
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-readly a {
    display: block;
    margin: 0 10px;
    width: 240px;
    line-height: 55px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 18px;
}

.h-readly a.lyan {
    color: #b71b2b;
    background: #fff;
}

.h-readly a.lphone span {
    display: inline-block;
    padding-left: 30px;
    background: url(../images/ht-phone.png) no-repeat left center;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
}


/*经营理念*/

.home-jyln {
    background: url(../images/home-jyln.jpg) no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}


/* ft_layout */

.ft_layout {
    position: relative;
    background: #1b1b1b;
}

.ftt-top {
    padding-top: 4.166vw;
    padding-bottom: 3.125vw;
    position: relative;
}

.x-layout-menu {
    position: relative;
    width: calc(100% - 220px);
    display: flex;
    flex-wrap: wrap;
}

.x-layout-menu dl {
    float: left;
    width: 20%;
}

.x-layout-menu dl dt {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.43em;
}

.x-layout-menu dl dd a {
    display: block;
    font-size: 15px;
    color: #999999;
    margin-bottom: 8px;
    line-height: 1.7;
}

.x-layout-menu dl dd a:hover {
    color: #b71b2b;
}

.ftt_top_right {
    width: 220px;
    position: relative;
}

.wlim {
    position: relative;
}

.wlim li {
    position: relative;
    line-height: 35px;
}

.wlim li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.wlim li a i {
    width: 14px;
    height: 14px;
    background: url(../images/w-link.png) no-repeat center;
    margin-left: 16px;
    display: block;
}

.wlim li a:hover {
    color: #b71b2b;
}


/* ftt-middle */

.ftt-middle {
    border-bottom: 1px solid rgba(153, 153, 153, .2);
    position: relative;
    padding: 20px 0 0;
}

.ftt-seo {
    font-size: 15px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 15px;
    line-height: 1.7;
}

.ftt-seo a {
    font-size: 15px;
    color: rgba(255, 255, 255, .6);
    margin-right: 2.083vw;
}

.ftt-seo a:hover {
    color: #b71b2b;
}

.ftt-seo a:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    background: rgba(255, 255, 255, .6);
    margin-right: 5px;
    vertical-align: 4px;
}

.ftt-share {
    margin-bottom: 15px;
}

.ftt-share img {
    display: block;
    max-width: 100%;
}


/* ftt-bottom */

.ftt-bottom {
    position: relative;
    text-align: center;
    padding: 25px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.7;
}

.ftt-bottom a {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
}

.ftt-bottom a:hover {
    color: #b71b2b;
}


/* 友情链接 */

.as_link {
    position: relative;
    margin-top: 4.1666vw;
    width: 210px;
}

.as_link .yqlj {
    border: 1px solid #999;
    padding: 15px;
    display: block;
    background: url(../images/down.png) no-repeat 85% center;
    color: #999999;
    font-size: 15px;
    cursor: pointer;
}

.link_show {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 100%;
    z-index: 99;
    display: none;
    background: rgba(146, 146, 146, .8);
    text-align: center;
}

.link_show a {
    display: block;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    transition: all .3s;
}

.link_show a:hover {
    color: #b71b2b
}

@media (max-width:1580px) {
    .home-readly-tit h3 {
        font-size: 30px;
    }
    .h-readly a {
        width: 200px;
        line-height: 45px;
    }
}

@media (max-width:1440px) {
    .h-product-sort li {
        margin-bottom: 10px;
    }
    .home_case_left {
        padding-left: 3.125vw;
        width: 45%;
    }
    .home_case .nr .cn0 {
        left: 3.125vw;
    }
    .h-product-list li .pi-right {
        padding-right: 3.125vw;
    }
    .home_case_left .ihd .intro {
        font-size: 16px;
    }
    .numb-title .numb-about {
        font-size: 16px;
    }
    .shuzi li p,
    .home-readly-tit p {
        font-size: 15px;
    }
    .h-readly a {
        font-size: 16px;
    }
    .h-product-sort li {
        line-height: 50px;
        height: 50px;
    }
    .h-product-sort li .small-img {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .h-product-sort li .small-img img {
        max-height: 28px;
    }
    .h-product-sort li span {
        font-size: 16px;
        margin-left: 1.25vw;
    }
    .h-product-list li .pi-right .gimg-text .gimg-xx {
        font-size: 16px;
    }
    .h-product-list li .pi-right .gimg-text .ckmore {
        width: 150px;
        line-height: 45px;
        font-size: 15px;
    }
    .header .h_tools .h_language .lan_down {
        width: 150px;
        padding: 0 12px;
    }
    .header .h_tools .h_language .lan_down dl {
        margin-bottom: 0;
    }
}

@media (max-width:1200px) {
    .x-menu>li {
        margin: 0 0.65vw;
    }
    .ntop_bb_bom .news-tj a h3 {
        font-size: 15px;
    }
}

@media (max-width:992px) {
    .home_case {
        padding: 20px 0 40px;
    }
    .home_case_left {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 50px;
    }
    .home_case .nr .cn0 {
        left: 30px;
    }
    .home_case_right {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .home_case_left .ihd .cn span,
    .home_case .nr .cn0 span {
        font-size: 22px;
    }
    .home_case_left .cont .swiper-container-3 .swiper-slide .title {
        line-height: 40px;
        font-size: 14px;
    }
    .home_number {
        padding-top: 40px;
    }
    .numb-title h3 {
        font-size: 22px;
    }
    .numb-title .numb-more {
        margin: 30px 0;
    }
    .shuzi {
        padding: 40px 0;
    }
    .home_news_top>div {
        width: 100%!important;
        display: block;
    }
    .ntop_aa {
        margin-bottom: 30px;
    }
    .home-readly-tit h3 {
        font-size: 24px;
    }
    .h-readly a {
        width: 180px;
    }
}

@media (max-width:768px) {
    .ibanner-wrap {
        padding-left: 5px;
        padding-right: 5px;
    }
    .ibanner .btn-area {
        bottom: 20px;
    }
    .ibanner .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
        margin: 0 6px!important;
    }
    .ibanner .swiper-pagination .swiper-pagination-bullet .tit {
        display: none;
    }
    .ibanner .swiper-pagination-bullet-active .timer,
    .ibanner .swiper-pagination-bullet .timer {
        height: 2px;
    }
    .ntop_bb_bom>div {
        width: 100%!important;
    }
    .ntop_bb_bom .news-tj {
        margin-top: 20px;
    }
    .ntop_bb_bom .news-tj a {
        padding: 30px;
    }
    .news-video .play_overlay {
        display: none;
    }
    .shuzi li {
        width: 50%;
        margin-bottom: 20px;
    }
    .shuzi li h3 i {
        font-size: 28px;
    }
    .shuzi li p,
    .home-readly-tit p {
        font-size: 13px;
    }
    .home_news {
        padding: 40px 0;
    }
    .home-news-tit {
        margin-bottom: 25px;
    }
    .home-news-tit h3 {
        font-size: 24px;
    }
    .home-readly {
        padding: 50px 0;
    }
    .h-readly a {
        width: 150px;
        margin: 0 5px;
        font-size: 13px;
    }
    .home-readly-tit h3 {
        font-size: 22px;
    }
    .ftt-top {
        padding: 40px 0 30px;
    }
    .x-layout-menu {
        width: 100%;
    }
    .x-layout-menu dl {
        width: 33.33%;
    }
    .ftt_top_right {
        width: 100%;
    }
}


/* 产品banner */

.page-banner {
    position: relative;
}

.banner-fix {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.banner-fix-con {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}

.bb-tts {
    width: 100%;
    position: relative;
    margin-bottom: 5.72916vw;
}

.bb-tts h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 30px;
}

.bb-tts p {
    font-size: 0.9375vw;
    color: #fff;
}

.bb-list {
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .36);
    padding: 18px 1.5625vw;
}

.bb_swiper {
    position: relative;
}

.bb_swiper {
    overflow: hidden;
}

.bb_swiper .swiper-slide {
    position: relative;
    text-align: center;
}

.bb_swiper .swiper-slide a {
    display: block;
}

.bb_swiper .swiper-slide .bbi img {
    display: block;
    width: 100%;
}

.bb_swiper .swiper-slide h3 {
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    font-weight: normal;
}


/* pro-wrap */

.pro-wrap {
    position: relative;
}

.pro-first {
    position: relative;
    padding: 60px 0;
}

.pro-first-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.pro-first-list li {
    position: relative;
    width: calc(33.33% - 40px);
    margin: 0 20px 0 20px;
    background: #eeeeee;
    padding: 40px;
}

.pro-first-list li a {
    display: block;
}

.pro-first-list li * {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.pro-first-list li .tx-a1 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    background: url(../images/pf-jian.png) no-repeat right center;
}

.pro-first-list li .tx-a2 {
    font-size: 22px;
    color: #000;
    height: 18px;
}

.pro-first-list li .tx-a3 {
    font-size: 15px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 1.7;
}

.pro-first-list li .imgx {
    position: relative;
}

.pro-first-list li .imgx img {
    display: block;
    width: 100%;
}

.pro-first-list li .tx-a4 {
    width: 124px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    background: #b71b2b;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 16px;
}

.pro-first-list li:hover * {
    color: #b71b2b;
}

.pro-first-list li:hover .tx-a4 {
    color: #fff;
}


/* pro-second */

.pro-second {
    position: relative;
    background: url(../images/pro-second-bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0 90px;
}

.second-tit {
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.second-mid {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}

.second-mid select,
.second-mid input {
    width: 320px;
    height: 50px;
    box-sizing: border-box;
    font-family: Arial, Microsoft yahei;
    padding: 0 15px;
    color: #666666;
    font-size: 15px;
    background: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}

.second-mid select {
    /*取消默认箭头开始*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*取消默认箭头结束*/
    background: url(../images/sele-jian.png) no-repeat right 15px center #fff;
}

.second-mid input.gjc {
    margin: 0 20px;
    cursor: auto;
}

.second-mid input.click-ss {
    width: 190px;
    transition: all .3s ease;
    background: #b71b2b;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}

.second-mid input.click-ss:hover {
    background: #930716;
}


/* second-con */

.second-con {
    position: relative;
}

.second_con_swiper {
    overflow: hidden;
}

.second_con_swiper .swiper-slide {
    position: relative;
    text-align: center;
    background: #fff;
}

.second_con_swiper .swiper-slide a {
    display: block;
}

.second_con_swiper .swiper-slide .cims-img img {
    display: block;
    width: 100%;
}

.second_con_swiper .swiper-slide h3 {
    color: #333333;
    font-size: 18px;
    margin: 30px 0;
    font-weight: bold;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.second_con_swiper .swiper-slide:hover h3 {
    color: #b71b2b;
}


/* pro-three */

.pro-three {
    position: relative;
    overflow: hidden;
}

.three-tit {
    position: relative;
    padding-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.three-tit h3 {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;
}

.three-tit .trt-con {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    max-width: 970px;
    margin: 0 auto;
}

.three-con {
    background: #f8f8f8;
    padding-bottom: 60px;
}

.three-list {
    position: relative;
    overflow: hidden;
}

.three-list .swiper-slide {
    position: relative;
    text-align: center;
}

.three-list .swiper-slide a {
    display: block;
}

.three-list .swiper-slide h3 {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    margin: 20px 0;
    line-height: 1.7;
}

.three-list .swiper-slide .com-img img {
    display: block;
    width: 100%;
}

.three-list .swiper-pagination {
    position: relative;
    bottom: 0px;
}

.three-list .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 15px;
    height: 3px;
    border-radius: 0px;
    background: #adadad;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.three-list .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #b71b2b;
    width: 30px;
}


/* pro-four */

.pro-four {
    position: relative;
    padding-bottom: 5.8125vw;
}

.four-tit {
    position: relative;
    padding-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.four-tit h3 {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 30px;
}

.four-tit .four-summ {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    max-width: 960px;
    margin: 0 auto;
}

.summ-con {
    position: relative;
}

.four-con {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.four-con .mask[data-v-6a32e916] {
    position: absolute;
    z-index: 10;
}

.four-con .left_mask[data-v-6a32e916] {
    left: 0;
}

.four-con .right_mask[data-v-6a32e916] {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.solutionRoll {
    position: relative;
    overflow: hidden
}

.solutionRoll .tempWrap {
    margin: 0 auto;
}

.solutionRoll .solutionRollUl {
    overflow: hidden;
    zoom: 1
}

.solutionRoll .solutionRollUl li {
    float: left;
    width: 430px;
    position: relative;
    overflow: hidden;
}

.solutionRoll .solutionRollUl li span {
    display: block;
    padding: 10px
}

.solutionRoll .solutionRollUl li span img {
    width: 100%;
    border-radius: 8px;
}


/* 产品详情页 */

.product-wrap {
    padding-bottom: 0px;
}

.cp-detail-position {
    position: relative;
    background: #f6f6f6;
    padding: 35px 0;
}

.page-product-detail-box {
    padding-top: 4.1666vw;
    padding-bottom: 4.1666vw;
}

.cp_detail_tab {
    position: relative;
}

.pct_detail_tabli {
    position: relative;
    display: flex;
    justify-content: center;
    background: #f6f6f6;
    width: 100%;
    z-index: 99;
}

.pct_detail_tabli li {
    cursor: pointer;
    font-size: 22px;
    color: #333333;
    padding: 20px 0;
    margin: 0 4.166vw;
    border-bottom: 3px solid transparent;
}

.pct_detail_tabli li.on,
.pct_detail_tabli li:hover {
    border-color: #b71b2b;
    font-weight: bold;
    color: #b71b2b;
}

.pct_detail_tabbox {
    position: relative;
}

.pct_detail_tabbox {
    padding: 80px 0;
}

.pct-detail-tabcon {
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
    max-width: 1100px;
    margin: 0 auto;
}

.pct-detail-tabcon img {
    max-width: 100%!important;
    height: 100%!important;
    width: auto!important;
}


/* 分享 */

#xy-share {
    margin-top: 30px;
}


/* 相关案例 */

.g-case {
    position: relative;
    background: url(../images/g_case_bg.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0 80px;
}

.g_case_tit {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
}

.g_case_swiper {
    position: relative;
    overflow: hidden;
}

.g_case_swiper .swiper-slide {
    padding: 6px;
    background: #fff;
    text-align: center;
    position: relative;
}

.g_case_swiper .swiper-slide a {
    display: block;
}

.g_case_swiper .swiper-slide .img {
    position: relative;
}

.g_case_swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.g_case_swiper .swiper-slide span {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333333;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.g_case_swiper .swiper-slide:hover span {
    color: #b71b2b;
}


/* 推荐产品 */

.tj-product {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.tj_product_tit {
    color: #000;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.tj_product_swiper {
    position: relative;
    overflow: hidden;
}

.tj_product_swiper .swiper-slide {
    background: #fff;
    text-align: center;
    position: relative;
    padding: 10px;
}

.tj_product_swiper .swiper-slide a {
    display: block;
    border: 1px solid #f1f1f1;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.tj_product_swiper .swiper-slide .img {
    position: relative;
}

.tj_product_swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.tj_product_swiper .swiper-slide span {
    margin: 30px 0;
    display: block;
    font-size: 18px;
    color: #333333;
    transition: all .2s;
}

.tj_product_swiper .swiper-slide:hover a {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
}

.tj_product_swiper .swiper-slide:hover span {
    color: #b71b2b;
    font-weight: bold;
}


/* 在线留言 */

.liu-product {
    position: relative;
    background: #f6f6f6;
    padding: 70px 0;
}

.liu_product_tit {
    position: relative;
    margin-bottom: 60px;
}

.liu_product_tit h3 {
    color: #000;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.liu_product_tit .spx {
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
    padding-left: 30px;
    padding-right: 30px;
}

.liu_product_tit .spx span {
    color: #b71b2b;
}


/*  */

.x-message-wrap2 {
    margin-left: 0px;
    margin-right: 0px
}

.x-message-wrap2 .row {
    margin-left: -5px;
    font-size: 0;
    margin-right: -5px
}

.x-message-wrap2 div[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.x-message-wrap2 input[type='text'],
.x-message-wrap2 textarea {
    width: 100%;
    height: 55px;
    border: none;
    padding: 0 15px;
    padding-left: 42px;
    font-size: 14px;
    color: #999999;
    background: #fff;
    outline: none;
    border: 1px solid #dedede;
    margin-bottom: 40px;
}

.x-message-wrap2 input[type='text']::-webkit-input-placeholder,
.x-message-wrap2 textarea::-webkit-input-placeholder {
    color: #999999
}

.x-message-wrap2 input[type='text']:-ms-input-placeholder,
.x-message-wrap2 textarea:-ms-input-placeholder {
    color: #999999
}

.x-message-wrap2 input[type='text']::-ms-input-placeholder,
.x-message-wrap2 textarea::-ms-input-placeholder {
    color: #999999
}

.x-message-wrap2 input[type='text']::placeholder,
.x-message-wrap2 textarea::placeholder {
    color: #999999;
}

.x-message-wrap2 textarea {
    padding-top: 15px;
    height: 120px;
    resize: none
}

.x-message-wrap2 #checkcode {
    float: left;
    width: 32.29813665%;
    margin-bottom: 0;
}

.x-message-wrap2 .checkCodeImg {
    float: left;
    display: block;
    text-align: center;
    width: 17.39130435%;
    height: 55px;
    font-size: 0;
    background: #e7e4e4;
    padding: 5px 0px;
    margin: 0 10px;
}

.x-message-wrap2 .checkCodeImg img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap2 .checkCodeImg:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap2 .checkCodeImg img {
    cursor: pointer;
}

.x-message-wrap2 .x-submit {
    color: #fff;
    width: 40%;
    height: 55px;
    background: #b71b2b;
    font-size: 16px;
    font-weight: 400;
    border: none;
    outline: none;
    /*border-radius: 10px;*/
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*-ms-border-radius: 10px;*/
    /*-o-border-radius: 10px;*/
}

.x-message-wrap2 .x-submit:hover {
    background: #ed0c12
}

.x-message-wrap2 .n-default .x-textarea .msg-wrap {
    top: 10px;
}

.liu01,
.liu02,
.liu03 {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 15px;
    top: 12px;
}

.liu01 {
    background: url(../images/liu01.png) no-repeat center;
}

.liu02 {
    background: url(../images/liu02.png) no-repeat center;
}

.liu03 {
    background: url(../images/liu03.png) no-repeat center;
}


/* 产品表格 */

table.tech {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

table.tech tr th {
    width: 25%;
    text-align: center;
    padding: 9px 15px;
    line-height: 18px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f9f9f9
}

table.tech tr td {
    padding: 9px 15px;
    line-height: 18px;
    border-bottom: 1px solid #ccc
}


/* 视频赏析 */

.video-position {
    position: relative;
    background: #b71b2b;
    padding: 25px 0;
    color: #fff;
}

.video-position a {
    color: #fff;
}

.video-first {
    position: relative;
    padding: 40px 0 80px;
}

.video-sh-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.0416vw;
}

.video-sh-list li {
    position: relative;
    width: calc(33.33% - 2.083vw);
    margin: 0 1.0416vw 2.083vw 1.0416vw;
    border: 1px solid #e2e2e2;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.video-sh-list li .vv-img {
    position: relative;
}

.video-sh-list li .vv-img img {
    display: block;
    width: 100%;
}

.video-sh-list li .vv-img .vv-f {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .16);
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.video-sh-list li .vv-img i {
    display: block;
    background: url(../images/play-c.png) no-repeat center;
    background-size: 5vw 5vw;
    width: 5vw;
    height: 5vw;
}

.video-sh-list li .vv-ctent {
    position: relative;
    padding: 25px;
}

.video-sh-list li .vv-ctent h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 22px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.video-sh-list li .vv-ctent span {
    display: block;
    font-size: 16px;
    color: #888888;
    font-family: "arial";
}

.video-sh-list li:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
}

.video-sh-list li:hover .vv-f {
    opacity: 1;
}

.video-sh-list li:hover h3 {
    color: #b71b2b;
}


/* 公司动态 */

.news-position {
    padding: 0 0;
}

.mb40 {
    margin-bottom: 40px;
}

.news-first {
    position: relative;
    background: url(../images/news-first-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 50px;
}

.news-tit a {
    color: #000;
    font-weight: bold;
    font-size: 36px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.news-tit a:hover {
    color: #b71b2b;
}

.news-first-con {
    position: relative;
}

.news-first-left {
    position: relative;
    width: 62.85%;
}

.gsdt-swiper {
    overflow: hidden;
    position: relative;
}

.gsdt-swiper .swiper-slide {
    position: relative;
}

.gsdt-swiper .swiper-slide a {
    display: block;
}

.gsdt-swiper .swiper-slide .com-img img {
    display: block;
    width: 100%;
    max-height: 428px;
}

.gsdt-swiper .swiper-slide .fvls {
    padding: 20px 0;
}

.gsdt-swiper .swiper-slide h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
}

.gsdt-swiper .swiper-pagination {
    left: auto;
    right: 0px;
    bottom: 25px;
    width: auto;
}

.gsdt-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 22px;
    height: 4px;
    border-radius: 0px;
}

.gsdt-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 44px;
    background-color: #b71b2b;
}

.news-first-right {
    position: relative;
    background: #fff;
    padding: 40px;
    width: 33.42%;
}

.news_first_list2 {
    position: relative;
}

.news_first_list2 li {
    position: relative;
}

.news_first_list2 li:not(:last-child) {
    margin-bottom: 30px;
}

.news_first_list2 li a {
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 1.7;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.news_first_list2 li span {
    display: block;
    font-size: 16px;
    color: #666666;
    font-family: "arial";
    transition: all .3s;
    -webkit-transition: all .3s;
}

.news_first_list2 li:hover a {
    font-weight: bold;
}

.news_first_list2 li:hover * {
    color: #b71b2b;
}


/* 行业动态 */

.news-second {
    position: relative;
    padding: 40px 0;
}

.news-second-con {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.second-left {
    position: relative;
    width: 43.92%;
}

.dtai-item {
    position: relative;
    height: 100%;
}

.dtai-item a {
    display: block;
    height: 100%;
}

.dtai-item .com-img {
    height: 100%;
}

.dtai-item .com-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.dtai-item .dtai {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 999;
    padding: 35px;
}

.dtai-item .dtai .dtai-txt1 {
    display: block;
    font-size: 14px;
    color: #fff;
}

.dtai-item .dtai .dtai-txt2 {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 5px 0 12px;
}

.dtai-item .dtai .dtai-txt3 {
    display: block;
    font-size: 14px;
    color: #fff;
}

.second-right {
    position: relative;
    width: 55.71%;
}

.news_second_list2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.news_second_list2 li {
    position: relative;
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
    background: #f2f2f2;
    padding: 35px 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.news_second_list2 li:nth-child(n+3) {
    margin-bottom: 0px;
}

.news_second_list2 li a {
    display: block;
}

.news_second_list2 li .second-txt1 {
    display: block;
    font-size: 14px;
    color: #666666;
}

.news_second_list2 li .second-txt2 {
    display: block;
    font-size: 20px;
    color: #333333;
    margin: 10px 0 22px;
}

.news_second_list2 li .second-txt3 {
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
}

.news_second_list2 li:hover {
    background-color: #b71b2b;
}

.news_second_list2 li:hover * {
    color: #fff;
}


/* 媒体视角 */

.news-three {
    position: relative;
    background: #f6f6f6;
    padding: 40px 0 80px;
}

.news-three-swiper {
    position: relative;
    overflow: hidden;
}

.news-three-swiper .swiper-slide {
    position: relative;
}

.news-three-swiper .swiper-slide a {
    display: block;
}

.news-three-swiper .swiper-slide .com-img img {
    display: block;
    width: 100%;
    max-height: 428px;
}

.news-three-swiper .swiper-slide .three-txt {
    position: relative;
    background: #fff;
    padding: 1.5625vw 1.5625vw;
}

.news-three-swiper .swiper-slide .three-txt h3 {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 2.6042vw;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.news-three-swiper .swiper-slide .al-cc span {
    font-size: 16px;
    color: #666666;
}

.news-three-swiper .swiper-slide .al-cc i {
    font-style: inherit;
    font-family: "arial";
    font-size: 16px;
    color: #666666;
}

.news-three-swiper .swiper-slide:hover .three-txt h3 {
    color: #b71b2b;
}


/* 公告信息 */

.news-four {
    position: relative;
    padding: 40px 0 60px;
    background: #fff;
}

.news-four-swiper {
    position: relative;
    overflow: hidden;
}

.news-four-swiper .swiper-slide {
    position: relative;
    padding: 10px;
}

.news-four-swiper .swiper-slide a {
    display: block;
    border-top: 5px solid #b71b2b;
    padding: 3.125vw 2.083vw;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, .05);
    background: #fff;
}

.news-four-swiper .swiper-slide .four-txt1 {
    font-size: 18px;
    color: #b71b2b;
    font-family: "arial";
}

.news-four-swiper .swiper-slide .four-txt2 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin: 15px 0 1.5625vw;
    min-height: 2.8vw;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.news-four-swiper .swiper-slide .four-txt3 {
    font-size: 0.9375vw;
    color: #666666;
    line-height: 1.7;
}

.news-four-swiper .swiper-slide:hover .four-txt2 {
    color: #b71b2b;
}


/* 视频中心 */

.news-five {
    position: relative;
    padding: 80px 0;
    background: #f6f6f6;
}

.news-five-swiper {
    position: relative;
    overflow: hidden;
}

.news-five-swiper .swiper-slide {
    position: relative;
    text-align: center;
}

.news-five-swiper .swiper-slide a {
    display: block;
}

.news-five-swiper .swiper-slide .vv-img {
    position: relative;
}

.news-five-swiper .swiper-slide .vv-img img {
    display: block;
    width: 100%;
}

.news-five-swiper .swiper-slide .vv-img .vv-f {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .16);
    transition: all .5s;
    -webkit-transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.news-five-swiper .swiper-slide .vv-img i {
    display: block;
    background: url(../images/vv-oplay.png) no-repeat center;
    background-size: 54px 54px;
    width: 54px;
    height: 54px;
}

.news-five-swiper .swiper-slide h3 {
    font-size: 18px;
    color: #ffffff;
    padding: 20px 0;
    background: #949494;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.news-five-swiper .swiper-slide:hover h3 {
    background-color: #b71b2b;
}

.news-five-swiper .swiper-pagination {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 40px;
}

.news-five-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 22px;
    height: 4px;
    border-radius: 0px;
}

.news-five-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 44px;
    background-color: #b71b2b;
}


/* 新闻列表页 */

.news-page-wrap {
    padding-top: 60px;
}

.news-page-position {
    position: absolute;
    left: 0px;
    bottom: 10px;
    z-index: 999;
    width: 100%;
    color: rgba(255, 255, 255, .6);
}

.news-page-position a {
    color: rgba(255, 255, 255, .6);
}

.news-page-position a:hover {
    color: #fff;
}


/* 新闻详情页 */

.news-detail-tipp {
    position: relative;
    padding: 55px 0;
    background: #f6f6f6;
    text-align: center;
}

.xw-detail-title {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.7;
}

.xw-detail-info-bar {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #666666;
}

.detail-info-item {
    margin: 0 1.0416vw;
}

.xw-detail-info-bar * {
    color: #666666;
}

#xy-share2 .social-share .social-share-icon {
    background: transparent;
    color: #bebec6;
}

#xy-share2 .social-share .social-share-icon:hover {
    color: #b71b2b;
}

#xy-share2 .social-share .icon-wechat .wechat-qrcode {
    top: auto;
    bottom: -205px;
}

.xypg-news-detail {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xyp-news-left {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.xyp-news-right {
    position: relative;
    margin-top: 40px;
    width: 100%;
}

@media (min-width:1300px) {
    .xyp-news-left {
        width: 1000px;
        margin: 0;
    }
    .xyp-news-right {
        width: 288px;
        margin-top: 0px;
    }
}


/* 相关推荐新闻 */

.rela-news-tj {
    position: relative;
}

.rela-title {
    margin-bottom: 30px;
}

.rela-title span {
    display: block;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    padding-left: 15px;
    border-left: 3px solid #b71b2b;
}

.rela-list {
    position: relative;
}

.rela-list li {
    margin-bottom: 30px;
}

.rela-list li a {
    display: block;
}

.rela-list li .com-img img {
    display: block;
    width: 100%;
}

.rela-list li h3 {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    margin: 12px 0;
}


/* 人才招聘 */

.job-page-position {
    position: absolute;
    left: 0px;
    bottom: 10px;
    z-index: 999;
    width: 100%;
    font-size: 14px;
    color: #fff;
}

.job-page-position a {
    font-size: 14px;
    color: #fff;
}

.job-page-position a:hover {
    color: #fff;
}

.job-wrap {
    position: relative;
}

.job-first {
    position: relative;
    padding-top: 80px;
}

.job-fir-tit {
    margin-bottom: 40px;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}


/*job-first-con*/

.job-first-con {
    position: relative;
    padding-bottom: 8.333vw;
}

.agg-img img {
    display: block;
    width: 100%;
}

.agg-txt {
    position: absolute;
    right: 4.6875vw;
    bottom: 0px;
    width: 420px;
    padding: 2.60416vw 1.5625vw;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #b71b2b linear-gradient(to bottom, #dc0718, #b71b2b);
}

.agg-wn {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.agg-number {
    position: relative;
    z-index: 999;
}

.agg-number li {
    position: relative;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    display: flex;
    align-items: flex-end;
}

.agg-number li:not(:last-child) {
    margin-bottom: 1.5625vw;
}

.agg-number li h3 {
    display: flex;
    align-items: center;
    line-height: 1;
}

.agg-number li h3 i {
    font-style: inherit;
    color: #fff;
    font-size: 2.8125vw;
    font-family: "Impact";
}

.agg-number li h3 span {
    font-weight: bold;
    font-style: inherit;
    font-size: 2.8125vw;
    color: #fff;
}

.agg-number li p {
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 5px;
    margin-left: 10px;
}


/*job-fir-lis*/

.job-fir-lis {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.job-fir-lis li:first-child {
    width: 100%;
    margin-top: -4.166vw;
}

.job-fir-lis li {
    position: relative;
    margin-bottom: 3.6458vw;
    width: 42.85%;
}

.job-fir-lis li:nth-child(2),
.job-fir-lis li:nth-child(4) {
    margin-top: 0px;
}

.job-fir-lis li .sl-center {
    margin-bottom: 15px;
}

.job-fir-lis li .sl-center .sl-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    text-align: center;
}

.job-fir-lis li .sl-center .sl-img img {
    max-width: 100%;
}

.job-fir-lis li .sl-center h3 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-left: 15px;
}

.job-fir-lis li .sl-tet {
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    max-width: 580px;
}


/* job-second */

.job-second {
    position: relative;
    background: url(../images/job-lis-bg.jpg) no-repeat top center;
}

.j-s-top {
    padding-top: 220px;
    padding-bottom: 60px;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

.j-s-top h2 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.j-s-top .j-s-span {
    font-size: 16px;
    color: #fff;
    margin-bottom: 50px;
}

.j-s-top .j-s-span span {
    color: #b71b2b;
}

.j-s-top .j-s-arrow {
    position: relative;
    display: flex;
    align-items: center;
}

.j-s-top .j-s-arrow .swiper-button-next,
.j-s-top .j-s-arrow .swiper-button-prev {
    position: relative;
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
    margin: 0 0;
    margin-right: 25px;
    border-radius: 50%;
    transition: all .5s ease;
    z-index: 0;
}

.j-s-top .j-s-arrow .swiper-button-prev {
    background: url(../images/job-prev01.png) no-repeat center #d0d0d0;
    box-shadow: 0 0 2px rgba(208, 208, 208, .8);
}

.j-s-top .j-s-arrow .swiper-button-next {
    background: url(../images/job-next01.png) no-repeat center #b71b2b;
    box-shadow: 0 0 2px rgba(182, 27, 43, .8);
}

.j-s-top .j-s-arrow .swiper-button-prev:hover {
    background: url(../images/job-prev01.png) no-repeat center #b71b2b;
    box-shadow: 0 0 2px rgba(208, 208, 208, .8);
}

.j-s-con {
    position: relative;
    background: #fff;
    padding: 90px;
    border-radius: 12px;
}

.jobSwiper {
    position: relative;
    overflow: hidden;
}

.jobSwiper .swiper-slide {
    position: relative;
}

.jobSwiper .swiper-slide .slicon {
    padding: 10px;
    margin-bottom: 20px;
}

.jobSwiper .swiper-slide .jff {
    display: block;
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.jobSwiper .swiper-slide .ja-tit {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}

.jobSwiper .swiper-slide .ja-tit::before {
    position: absolute;
    left: -25px;
    top: 5px;
    width: 3px;
    height: 20px;
    background: #b71b2b;
    content: "";
}

.jobSwiper .swiper-slide .ja-cent {
    position: relative;
}

.jobSwiper .swiper-slide .ja-cent span {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #666666;
    line-height: 1.7;
}

.jobSwiper .swiper-slide .jff:hover {
    background-color: #b71b2b;
}

.jobSwiper .swiper-slide .jff:hover * {
    color: #fff;
}


/* 招聘弹窗 */

.tan-show {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none;
}

.tan-wap {
    width: 860px;
    max-width: 90%;
    position: relative;
}

.tan-tit {
    position: relative;
    background: #b71b2b linear-gradient(to right, #d2010e, #a5020c);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px 50px;
}

.job-logo img {
    max-width: 100%;
}

.job-close {
    cursor: pointer;
}

.job-close img {
    max-width: 100%;
    transition: all 1s ease;
}

.job-close:hover img {
    transform: rotateZ(360deg);
}

.tan-conent {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 40px 50px;
}

.jo-h1 {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

.jo-h2 {
    position: relative;
    font-size: 16px;
    color: #888888;
    margin-bottom: 20px;
}

.jo-h2 .job-detail-con-box {
    margin-right: 1.5635vw;
}

.jo-h3 {
    position: relative;
}

.jo-h3 .jo-h3-it1 {
    margin-bottom: 30px;
}

.jo-h3 .job-detail-small-title {
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}

.jo-h3 .job-detail-con-box {
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

.jo-h4 {
    position: relative;
}

.jo-h4 a {
    display: block;
    font-size: 18px;
    color: #fff;
    width: 168px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    background: #b71b2b linear-gradient(to right, #d2010e, #d2010e);
    position: relative;
    z-index: 999;
}

.no-transform {
    transform: none!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
}


/* gsjj-wrap */

.gsjj-wrap {
    position: relative;
}

.gsjj-first {
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
    background: #f9f9f9;
}

.gsjj-first-tit {
    margin-bottom: 22px;
}

.gsjj-first-tit span {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

.gsjj-first-con {
    margin-bottom: 40px;
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

.gsjj-first-img {
    overflow: hidden;
    position: relative;
}

.gsjj-first-img .swiper-slide a {
    display: block;
}

.gsjj-first-img .swiper-slide a img {
    display: block;
    width: 100%;
}


/* gsjj-second */

.gsjj-second {
    position: relative;
    padding: 40px 0;
}

.gsjj-second-tit {
    margin-bottom: 40px;
}

.gsjj-second-tit span {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

.gsjj-second-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2px;
}

.gsjj-second-list li {
    padding: 0 2px;
    width: 100px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.gsjj-second-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 100%;
    height: 100%;
}

.gsjj-second-list li.on {
    width: calc(100% - 200px);
}

.gsjj-second-list li .smml-img {
    background: #f6f6f6;
    padding: 35px 30px;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.gsjj-second-list li .smml-img h3 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    width: 20px;
}

.gsjj-second-list li .big-img {
    opacity: 0;
    display: none;
}

.gsjj-second-list li .big-img .gsjj_tx {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 4.1666vw;
    left: 0px;
    top: 0px;
}

.gsjj-second-list li .big-img .gsjj_tx h4 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.gsjj-second-list li .big-img .gsjj_tx span {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    max-width: 80%;
    font-size: 18px;
    line-height: 2;
}

.gsjj-second-list li .big-img .gsjj_tx i {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.gsjj-second-list li .big-img .gsjj_tx i img {
    filter: brightness(100);
    -webkit-filter: brightness(100);
}

.gsjj-second-list li.on .big-img {
    opacity: 1;
    display: block;
}

.gsjj-second-list li.on .smml-img {
    opacity: 0;
    display: none;
}


/* gsjj-three */

.gsjj-three {
    position: relative;
    background: url(../images/gsjj-three-bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 0px 0 80px;
}

.gsjj-three-tit {
    margin-bottom: 40px;
}

.gsjj-three-tit span {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

.gsjj-three-con {
    position: relative;
    overflow: hidden;
}

.pin_swiper {
    position: relative;
    margin-bottom: 3.25vw;
}

.pin_swiper .swiper-slide {
    position: relative;
}

.pin_swiper .swiper-slide .pin-ale {
    display: flex;
    align-items: center;
}

.pin_swiper .swiper-slide h2 {
    font-size: 6.77083vw;
    color: #333333;
    font-weight: bold;
    text-align: center;
    font-family: "arial";
    width: 42.85%;
}

.pin_swiper .swiper-slide .his {
    position: relative;
    width: 57.14%;
}

.pin_swiper .swiper-slide .his h4 {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.pin_swiper .swiper-slide .his h4::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 2px;
    background: #b71b2b;
    content: "";
}

.pin_swiper .swiper-slide .his span {
    font-size: 20px;
    color: #666666;
    line-height: 1.7;
    max-width: 520px;
    display: block;
}

.pin_swiper2 {
    position: relative;
    margin-left: -30px;
}

.pin_swiper2 .swiper-slide {
    text-align: center;
}

.pin_swiper2 .swiper-slide h3 {
    font-size: 20px;
    color: #666666;
    font-family: "arial";
    cursor: pointer;
}

.pin_swiper2 .swiper-slide.swiper-slide-active h3 {
    font-weight: bold;
    color: #b71b2b;
}

.pin_swiper2 .swiper-pagination-progressbar {
    background: #ffffff;
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 15px;
    margin: 50px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.pin_swiper2 .swiper-pagination-progressbar-fill {
    background: #b71b2b;
    border-radius: 30px;
}

.all-history-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.all-history-flex .swiper-button-prev21,
.all-history-flex .swiper-button-next21 {
    position: relative;
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
    margin: 0 0;
    margin-right: 25px;
    border-radius: 50%;
    transition: all .5s ease;
    border: 1px solid #b71b2b;
    z-index: 0;
}

.all-history-flex .swiper-button-prev21 {
    background: url(../images/px01.png) no-repeat center transparent;
    box-shadow: 0 0 2px rgba(208, 208, 208, .8);
}

.all-history-flex .swiper-button-next21 {
    background: url(../images/px02.png) no-repeat center #b71b2b;
    box-shadow: 0 0 2px rgba(182, 27, 43, .8);
}

.all-history-flex .swiper-button-prev21:hover {
    background: url(../images/job-prev01.png) no-repeat center #b71b2b;
    box-shadow: 0 0 2px rgba(208, 208, 208, .8);
}

.his-lis3 {
    display: flex;
    flex-wrap: wrap;
}

.his-lis3 li {
    position: relative;
    text-align: right;
    flex: 1;
}

.his-lis3 li h3 {
    font-size: 20px;
    font-family: "arial";
    color: #666666;
}


/* gsjj-four */

.gsjj-four {
    position: relative;
    background: url(../images/gsjj-four-bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 120px;
}

.gsjj-four-top {
    position: relative;
    padding: 4.166vw 4.6875vw;
}

.gsjj-four-tit span {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #000;
}

.gsjj-four-top .flex-honor {
    position: relative;
    display: flex;
    align-items: center;
}

.gsjj-four-top .flex-honor .swiper-button-prev22,
.gsjj-four-top .flex-honor .swiper-button-next22 {
    position: relative;
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
    margin: 0 0;
    margin-left: 25px;
    border-radius: 50%;
    transition: all .5s ease;
    border: 1px solid #b71b2b;
    z-index: 0;
}

.gsjj-four-top .flex-honor .swiper-button-prev22 {
    background: url(../images/px01.png) no-repeat center transparent;
    box-shadow: 0 0 2px rgba(208, 208, 208, .8);
}

.gsjj-four-top .flex-honor .swiper-button-next22 {
    background: url(../images/px02.png) no-repeat center #b71b2b;
    box-shadow: 0 0 2px rgba(182, 27, 43, .8);
}

.gsjj-four-top .flex-honor .swiper-button-prev22:hover {
    background: url(../images/job-prev01.png) no-repeat center #b71b2b;
    box-shadow: 0 0 2px rgba(208, 208, 208, .8);
}

.gsjj-four-con {
    position: relative;
}

.honor_swiper {
    position: relative;
    overflow: hidden;
}

.honor_swiper .swiper-slide {
    text-align: center;
}

.honor_swiper .swiper-slide a {
    display: block;
    margin: 0 20px;
}

.honor_swiper .swiper-slide .ryk {
    padding: 17px;
    background: url(../images/rykk.png) no-repeat center;
    background-size: 100% 100%;
}

.honor_swiper .swiper-slide img {
    display: block;
    width: 100%;
}

.honor_swiper .swiper-slide h3 {
    font-size: 14px;
    color: #333333;
    line-height: 40px;
}


/* 联系我们 */

.contact-wrap {
    position: relative;
}

.contact-first {
    position: relative;
    background: url(../images/cat-first-bg.jpg) no-repeat right bottom;
    padding-top: 80px;
    padding-bottom: 100px;
}

.cat-tit {
    position: relative;
    margin-bottom: 3.125vw;
}

.cat-tit h3 {
    display: block;
    font-size: 2.2916vw;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

.cat-tit .cat-tit-p {
    font-size: 18px;
    color: #666666;
    max-width: 700px;
    line-height: 2;
}

.cat-first-con {
    max-width: 1200px;
}

.cat_first_list {
    display: flex;
    flex-wrap: wrap;
}

.cat_xian {
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #c4c4c4, #f5f5f5) 1;
}

.cat_company {
    margin-bottom: 50px;
}

.cat_company p {
    color: #b3b5bb;
    font-size: 18px;
    font-family: "Arial";
    margin-bottom: 12px;
    position: relative;
}

.cat_company p::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 2px;
    background: #b71b2b;
    margin-right: 15px;
    vertical-align: 6px;
}

.cat_company h3 {
    color: #333333;
    font-size: 36px;
    font-weight: bold;
}

.cat_first_list li {
    position: relative;
    margin-bottom: 40px;
    width: 33.33%;
}

.cat_first_list li .sat {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.cat_first_list li .sat img {
    margin-right: 10px;
}

.cat_first_list li .sut {
    font-size: 17px;
    color: #666666;
}

.cat_first_list li .sut a {
    color: #b71b2b;
    text-decoration: underline;
    font-style: inherit;
}

.contact-second {
    position: relative;
    background: url(../images/cat-sec-bg.jpg) no-repeat top center;
    padding-bottom: 60px;
}

.cat-tit2 {
    padding: 7.8125vw 0 4.6875vw;
    text-align: center;
}

.cat-tit2 h3 {
    color: #fff;
    font-size: 2.2916vw;
    line-height: 1.5;
    font-weight: bold;
}

.cat-second-con {
    position: relative;
    background: #fff;
    padding: 4.6875vw;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


/*  */

.x-message-wrap22 {
    margin-left: 0px;
    margin-right: 0px
}

.x-message-wrap22 .row {
    margin-left: -5px;
    font-size: 0;
    margin-right: -5px
}

.x-message-wrap22 div[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.x-message-wrap22 input[type='text'],
.x-message-wrap22 textarea {
    width: 100%;
    height: 60px;
    border: none;
    padding: 0 15px;
    font-size: 16px;
    color: #888888;
    background: #f2f2f2;
    outline: none;
    margin-bottom: 30px;
}

.x-message-wrap22 input[type='text']::-webkit-input-placeholder,
.x-message-wrap22 textarea::-webkit-input-placeholder {
    color: #888888
}

.x-message-wrap22 input[type='text']:-ms-input-placeholder,
.x-message-wrap22 textarea:-ms-input-placeholder {
    color: #888888
}

.x-message-wrap22 input[type='text']::-ms-input-placeholder,
.x-message-wrap22 textarea::-ms-input-placeholder {
    color: #888888
}

.x-message-wrap22 input[type='text']::placeholder,
.x-message-wrap22 textarea::placeholder {
    color: #888888;
}

.x-message-wrap22 textarea {
    padding-top: 15px;
    height: 280px;
    resize: none
}

.x-message-wrap22 #checkcode {
    float: left;
    width: 62.29813665%;
    margin-bottom: 0;
}

.x-message-wrap22 #checkCodeImg {
    float: left;
    width: 120px;
    margin: 0 20px;
}

.x-message-wrap22 #change_code {
    line-height: 34px;
    color: #888888;
    font-size: 14px;
}

.x-message-wrap22 .tyleft {
    width: 50%;
}

.x-message-wrap22 .tyji {
    width: 40%;
}

.x-message-wrap22 .tyji input {
    margin-left: 1.5625vw;
}

.x-message-wrap22 .x-submit {
    width: 50%;
    height: 60px;
    background: #b71b2b;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-message-wrap22 .x-reset {
    background: #333333;
}

.x-message-wrap22 .x-submit:hover {
    background: #ed0c12
}

.x-message-wrap22 .n-default .x-textarea .msg-wrap {
    top: 10px;
}

.x-message-wrap22 .n-default .msg-wrap {
    top: 16px;
}


/* 智能物流 */

.mater1-first {
    position: relative;
    background: url(../images/standPart6.jpg) no-repeat;
    padding: 35px 0;
    background-size: cover;
}

.mater1-first-con {
    position: relative;
    background: #fff;
    padding: 30px;
}

.mater1-swiper {
    position: relative;
    overflow: hidden;
}

.mater1-swiper .swiper-slide {
    position: relative;
}

.mater1-swiper .swiper-slide .flex-uu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mater1-swiper .swiper-slide .mater1-f-img {
    width: 53%;
}

.mater1-swiper .swiper-slide .mater1-f-img img {
    display: block;
    width: 100%;
}

.mater1-swiper .swiper-slide .mater1-f-txt {
    position: relative;
    padding-left: 4.166vw;
    padding-right: 3.125vw;
    width: 47%;
}

.mater1-swiper .swiper-slide:hover .f-ta1 h3 a {
    color: #b71b2b;
}

.f-ta1 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 24px;
}

.f-ta1 h3 a {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.f-ta2 {
    position: relative;
    font-size: 16px;
    color: #666666;
    line-height: 2;
    margin-bottom: 40px;
}

.f-ta3-fix {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 47%;
    padding-left: 4.166vw;
    z-index: 999;
}

.f-ta3 {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.f-ta3 .swiper-button-prev,
.f-ta3 .swiper-button-next {
    position: relative;
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
    margin: 0 0;
    margin-right: 15px;
    transition: all .5s ease;
    z-index: 0;
}

.f-ta3 .swiper-button-prev {
    background: url(../images/ca-prev001.png) no-repeat center #f6f6f9;
}

.f-ta3 .swiper-button-next {
    background: url(../images/ca-next001.png) no-repeat center #b71b2b;
}

.f-ta3 .swiper-pagination {
    position: relative;
    left: 0px;
    bottom: 0px;
    text-align: left;
    font-size: 18px;
    color: #666666;
}

.f-ta4 .swiper-pagination {
    position: relative;
    width: auto;
    text-align: left;
    margin-bottom: 50px;
    bottom: 0px;
}

.f-ta4 .swiper-pagination .swiper-pagination-current {
    color: #ed0c12;
}


/*mater1-second*/

.mater1-second {
    position: relative;
}

.ma-sec-top {
    position: relative;
    background: #f8f8f8;
    padding: 35px 0;
}

.ma-sec-top>.max1400{
    position: relative;
}
.ma-cate {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns:repeat(auto-fill,minmax(160px,1fr));
    gap:15px;
}
.ma-cate .swiper-slide{
    position: relative;
}
.ma-cate .swiper-slide a {
    position: relative;
    line-height: 46px;
    font-size: 16px;
    color: #666666;
    display: block;
    text-align: center;
    background: #fcfcfc;
    border:1px solid #efefef;
}

.ma-cate .swiper-slide:hover a {
    color: #fff;
    background-color: #b71b2b;
    border-color:#b71b2b;
}

.ma-more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 160px;
    text-align: center;
}

.ma-more a {
    display: block;
    font-size: 15px;
    color: #999999;
    line-height: 50px;
}

.ma-more a:hover {
    color: #b71b2b;
}

@media (max-width:768px){
    .ma-sec-top>.max1400{
        display:block;
    }
    .ma-more{
        position:relative;
        margin-top:10px;
    }
}


.ma-sec-bom {
    position: relative;
    padding: 60px 0 50px;
}

.ma-list-a {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.ma-list-a li {
    position: relative;
    width: calc(33.33% - 40px);
    margin: 0 20px 40px 20px;
    text-align: center;
}

.ma-list-a li a {
    display: block;
}

.ma-list-a li .com-img img {
    display: block;
    width: 100%;
}

.ma-list-a li h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    padding: 20px 0;
    background: #f7f7f7;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.ma-list-a li:hover h3 {
    background-color: #b71b2b;
    color: #fff;
}

.ma-list-a-more {
    position: relative;
    padding-top: 10px;
}

.ma-list-a-more a {
    display: inline-block;
    width: 270px;
    line-height: 55px;
    border: 1px solid #666666;
    font-size: 16px;
    color: #666666;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.ma-list-a-more a:hover {
    border-color: #b71b2b;
    background-color: #b71b2b;
    color: #fff;
}

.mater1-three {
    position: relative;
    background: #f7f7f7;
    padding: 80px 0;
}

.three-sor-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.three-sor-list li {
    position: relative;
    width: calc(50% - 40px);
    margin: 0 20px 0 20px;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    text-align: center;
}

.three-sor-list li a {
    display: block;
}

.three-sor-list li .com-img img {
    display: block;
    width: 100%;
}

.three-sor-list li .sor-txt {
    position: relative;
    background: #fff;
    padding: 30px 0;
}

.three-sor-list li .sor-txt h3 {
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 14px;
}

.three-sor-list li .sor-txt p {
    font-size: 16px;
    color: #666666;
}

.three-sor-list li:hover .sor-txt h3 {
    color: #b71b2b;
}


/* 智能制造 */

.mater2-first {
    position: relative;
}

.mater2-swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.mater2-swiper .swiper-slide {
    position: relative;
}

.mater2-swiper .swiper-slide a {
    display: block;
}

.mater2-swiper .swiper-slide a img {
    display: block;
    width: 100%;
}

.mater2-swiper .swiper-button-prev,
.mater2-swiper .swiper-button-next {
    position: absolute;
    width: 40px;
    height: 78px;
    top: 50%;
    margin-top: -39px;
    transition: all .5s ease;
    z-index: 999;
}

.mater2-swiper .swiper-button-prev {
    left: 0px;
    background: url(../images/zz-prev.png) no-repeat center rgba(183, 27, 43, .45);
}

.mater2-swiper .swiper-button-next {
    right: 0px;
    background: url(../images/zz-next.png) no-repeat center rgba(183, 27, 43, .45);
}

.mater2-swiper .swiper-button-prev:hover {
    background: url(../images/zz-prev.png) no-repeat center rgba(183, 27, 43, .8);
}

.mater2-swiper .swiper-button-next:hover {
    background: url(../images/zz-next.png) no-repeat center rgba(183, 27, 43, .8);
}


/* 案例详情页*/

.solu_detail01 {
    position: relative;
}

.solu_detail01>.wrap {
    position: relative;
    z-index: 2;
}

.solu_detail01 .infor {
    text-align: center;
    color: #666;
    padding: 0 15%;
    margin-bottom: 30px;
}

.solu_detail01 .infor .tit {
    font-size: 30px;
    line-height: 42px;
    color: #333333;
    margin-bottom: 10px;
}

.solu_detail01 .infor .tit-time {
    color: #888888;
    font-size: 14px;
}

.solu_detail01 .content {
    padding: 0 75px 0 0;
    position: relative;
}

.solu_detail01 .content .box {
    background: #fff;
    padding: 65px 70px;
    padding-top: 0px;
}

.solu_detail01 .content .box .con {
    font-size: 18px;
    margin-top: 30px;
}

.solu_detail01 .content .back_box {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px
}

.solu_detail01 .content .back_box>div {
    background: #f6f6f6;
    transition: all .3s ease;
}

.solu_detail01 .content .back_box>div:hover {
    background: #b71b2b;
}

.solu_detail01 .content .back_box .icon {
    width: 100%;
    height: 63px;
    margin: 0;
    line-height: 63px;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    color: #bfbfbf;
    transition: all .3s ease;
}

.solu_detail01 .content .back_box>div:hover .icon {
    color: #fff;
}

.solu_detail01 .content .back_box .next_list a {
    display: block;
    text-align: center;
}


/* 案例详情页多图轮播 */

.arrimg-swiper {
    position: relative;
    overflow: hidden;
}

.arrimg-swiper .swiper-slide {
    position: relative;
}

.arrimg-swiper .swiper-slide a {
    display: block;
}

.arrimg-swiper .swiper-slide a img {
    display: block;
    width: 100%;
    height: 600px;
}

.arrimg-swiper .swiper-pagination {
    bottom: 30px;
}

.arrimg-swiper .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: transparent;
    margin: 0 8px;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.arrimg-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.arrimg-swiper .swiper-button-prev,
.arrimg-swiper .swiper-button-next {
    position: absolute;
    width: 40px;
    height: 78px;
    top: 50%;
    margin-top: -39px;
    transition: all .5s ease;
    z-index: 999;
}

.arrimg-swiper .swiper-button-prev {
    left: 0px;
    background: url(../images/zz-prev.png) no-repeat center rgba(0, 0, 0, .38);
}

.arrimg-swiper .swiper-button-next {
    right: 0px;
    background: url(../images/zz-next.png) no-repeat center rgba(0, 0, 0, .38);
}

.arrimg-swiper .swiper-button-prev:hover {
    background: url(../images/zz-prev.png) no-repeat center rgba(0, 0, 0, .8);
}

.arrimg-swiper .swiper-button-next:hover {
    background: url(../images/zz-next.png) no-repeat center rgba(0, 0, 0, .8);
}


/*  产品分类 */

.cate-fl .cate-name {
    /*border-bottom: 1px solid #eee;*/
    padding: 2.8vw 0 0vw;
    position: relative;
}

.cate-fl .cate-name a {
    color: #333;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
}

.cate-fl .cate-name a.more {
    position: absolute;
    right: 0;
    bottom: 2vw;
    color: #666;
    font-size: 14px;
    line-height: 2;
    font-weight: normal;
}

.cate-fl .cate-name a.more span {
    font-family: "宋体";
    padding-left: 10px;
}

.cate-fl .cate-name a.more:hover {
    color: #b71b2b;
}

.cate-sec {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e7e7e8;
}

.cate-sec li {
    padding: 2.6vh 0;
    padding-right: 6.6vh;
}

.cate-sec li a {
    display: block;
    color: #666;
    font-size: 15px;
    line-height: 2.5;
}

.cate-sec li:hover a {
    color: #b71b2b;
}

.cate-sec li.on a {
    color: #b71b2b;
}


/*产品列表*/

.page-probox {
    /*background: #f5f5f5;*/
    padding-top: 2vw;
    margin: 4vh 0;
}


/* 软件系统 */

.rjxt-wrap {
    position: relative;
}

.rjxt01-first {
    position: relative;
    padding: 70px 0;
}

.rj-tit01 {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.rj-tit01 h3 {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
}

.rj-tit01 h3::before {
    bottom: 0px;
    height: 5px;
    position: absolute;
    left: 50%;
    content: "";
    width: 50px;
    background: #b71b2b;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.rjxt01-first-con {
    font-size: 18px;
    color: #333333;
    line-height: 2;
}


/*rjxt01-second*/

.rjxt01-second {
    position: relative;
    background: #f8f8f8;
    padding: 70px 0;
}

.rjxt01-second-con {
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
}

.rjxt01_second_swiper {
    overflow: hidden;
}

.rjxt01_second_swiper .swiper-slide {
    text-align: center;
    position: relative;
}

.rjxt01_second_swiper .swiper-slide a {
    background: #fff;
    padding: 3.125vw 2.083vw;
    border-radius: 10px;
    display: block;
}

.rjxt01_second_swiper .swiper-slide .rj-cname {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 2.083vw;
}

.rjxt01_second_swiper .swiper-slide .rj-img {
    width: 9.1666vw;
    height: 9.1666vw;
    line-height: 9.1666vw;
    text-align: center;
    background: #faf1f1;
    margin: 0 auto;
    margin-bottom: 2.083vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.5s;
    transform: scale(1, 1);
}

.rjxt01_second_swiper .swiper-slide .rj-img img {
    max-width: 100%;
    max-height: 4.427083vw;
}

.rjxt01_second_swiper .swiper-slide .rj-decrtion {
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
    height: 90px;
}

.rjxt01_second_swiper .swiper-slide:hover .rj-cname {
    color: #b71b2b;
}

.rjxt01_second_swiper .swiper-slide:hover .rj-img {
    transform: scale(-1, 1);
}

.rjxt01_second_swiper .swiper-button-next,
.rjxt01_second_swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    font-size: 0;
    border: none;
    outline: none;
    border-radius: 50%;
    z-index: 999;
}

.rjxt01_second_swiper .swiper-button-prev {
    left: 0px;
    background: url(../images/rj-prev01.png) no-repeat center;
    border: 1px solid #c8c8c8;
}

.rjxt01_second_swiper .swiper-button-next {
    right: 0px;
    background: url(../images/rj-next01.png) no-repeat center #b71b2b;
    border: 1px solid #b71b2b;
}


/*rjxt01-three*/

.rjxt01-three {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 70px 0 0;
}

.rjxt01-three-img {
    text-align: center;
    margin-bottom: 50px;
}

.rjxt01-three-img img {
    max-width: 100%;
}


/**/

.rjxt01-four {
    position: relative;
    padding: 70px 0;
}

.rjxt01-four-con {
    font-size: 18px;
    color: #333333;
    line-height: 2;
}


/*rjxt01-five*/

.rjxt01-five {
    position: relative;
    background: #f8f8f8;
    padding: 70px 0;
}

.rj-five-hd {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.rj-five-hd li {
    margin: 0 5px;
}

.rj-five-hd li a {
    display: block;
    font-size: 18px;
    color: #555555;
    background: #f0e5e5;
    padding: 12px 2.083vw;
}

.rj-five-hd li.on a {
    background-color: #b71b2b;
    color: #fff;
}

.rjxt01-five-bd {
    background: #fff;
    padding: 3.64583vw 5.2083vw;
}

.rjxt01-five-bd li p {
    font-size: 18px;
    color: #333333;
    line-height: 1.7;
    text-align: center;
}


/*rjxt01-img2*/

.rjxt01-img2 {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 70px 0 0px;
}

.rjxt01-img3 {
    padding-top: 70px;
}


/*rjxt01-six */

.rjxt01-six {
    position: relative;
    background: #f8f8f8;
    padding: 70px 0;
}

.rjxt01-six-con {
    padding-top: 20px;
}

.six-list {
    position: relative;
}

.six-list li {
    margin-bottom: 60px;
}

.six-list li .flex-ittem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.six-list li .six-img {
    width: 56%;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
}

.six-list li .six-img img {
    display: block;
    width: 100%;
}

.six-list li .six-text {
    width: 44%;
    position: relative;
}

.six-list li .six-text h3 {
    font-size: 40px;
    color: #333333;
    margin-bottom: 1.5625vw;
}

.six-list li .six-text .dede-dec {
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
}

.six-list li .six-text .dede-aa {
    font-size: 18px;
    color: #333333;
    margin-top: 30px;
}

.six-list li .six-text .dede-aa p:nth-child(2) {
    font-size: 16px;
}

.six-list li .six-text .dede-bb {
    font-size: 16px;
    color: #333333;
    margin-top: 30px;
}

.six-list li:nth-child(2n) .flex-ittem {
    flex-direction: row-reverse;
}

.six-list li:nth-child(2n) .six-text {
    padding-left: 3.6458vw;
}

.six-list li:nth-child(2n-1) .six-text {
    padding-right: 4.6875vw;
}


/*rjxt01-seven*/

.rjxt01-seven {
    position: relative;
    padding: 70px 0;
}

.rjxt01_seven_swiper {
    position: relative;
    overflow: hidden;
}

.rjxt01_seven_swiper .swiper-slide {
    position: relative;
    text-align: center;
}

.rjxt01_seven_swiper .swiper-slide a {
    display: block;
}

.rjxt01_seven_swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.rjxt01_seven_swiper .swiper-slide h3 {
    font-size: 18px;
    line-height: 40px;
    padding: 10px 0;
    background: #f6f6f6;
    color: #333333;
}

.rjxt01_seven_swiper .swiper-pagination {
    position: relative;
    margin-top: 30px;
    bottom: 0px;
}

.rjxt01_seven_swiper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    transition: all .3s;
    -webkit-transition: all .3s;
    border: 1px solid #b71b2b;
    margin: 0 10px;
}

.rjxt01_seven_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #b71b2b;
}


/* 软件系统2 */

.rjxt02-first-img {
    margin-top: 50px;
}

.rjxt02-first-img .irem {
    width: 48.8%;
}

.rjxt02-first-img h3 {
    margin: 25px 0;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.rjxt02-first-img span img {
    display: block;
    width: 100%;
}


/* rjxt02-three */

.rjxt02-three {
    position: relative;
    background: #fff;
    padding: 70px 0;
}

.rjxt02-three-con {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
}

.rjxt02_three_swiper {
    position: relative;
    overflow: hidden;
}

.rjxt02_three_swiper .swiper-slide {
    position: relative;
    text-align: center;
}

.rjxt02_three_swiper .swiper-slide a {
    display: block;
}

.rjxt02_three_swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.rjxt02_three_swiper .swiper-slide h3 {
    font-size: 34px;
    margin-bottom: 40px;
    color: #333333;
}

.rjxt02_three_swiper .swiper-pagination {
    position: relative;
    margin-top: 30px;
    bottom: 0px;
}

.rjxt02_three_swiper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 56px;
    height: 6px;
    border-radius: 0%;
    background: #e7e7e7;
    transition: all .3s;
    -webkit-transition: all .3s;
    margin: 0 10px;
}

.rjxt02_three_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #b71b2b;
}


/**/

.rjxt02-four {
    position: relative;
    background: #f8f8f8;
    padding: 70px 0;
}

.rjxt02-four-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.rjxt02-four-list li {
    position: relative;
    width: calc(33.33% - 30px);
    margin: 0 15px 30px 15px;
    text-align: center;
}

.rjxt02-four-list li a {
    display: block;
}

.rjxt02-four-list li img {
    display: block;
    width: 100%;
}

.rjxt02-four-list li h3 {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.7;
    margin: 15px 0;
}


/* 软件系统3 */

.rjxt03-first-img {
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.rjxt03-first-img h3 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 40px;
}

.rjxt03-first-img span img {
    display: inline-block;
    max-width: 100%;
}


/*rjxt03-second*/

.rjxt03-second {
    position: relative;
    border-top: 1px solid #e5e5e5;
    padding: 60px 0;
}

.rjxt03_second_con {
    position: relative;
    padding-left: 5.2083vw;
    padding-right: 5.2083vw;
}

.rjxt03_swiper {
    overflow: hidden;
}

.rjxt03_swiper .swiper-slide {
    text-align: center;
    position: relative;
}

.rjxt03_swiper .swiper-slide .a1-second {
    width: 100%;
}

.rjxt03_swiper .swiper-slide .a1-second .cname {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    margin: 30px 0;
}

.rjxt03_second_con .swiper-button-next1,
.rjxt03_second_con .swiper-button-prev1 {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 58px;
    margin-top: -29px;
    font-size: 0;
    border: none;
    outline: none;
    z-index: 999;
}

.rjxt03_second_con .swiper-button-prev1 {
    left: 0px;
    background: url(../images/rj3-prev.png) no-repeat center;
}

.rjxt03_second_con .swiper-button-next1 {
    right: 0px;
    background: url(../images/rj3-next.png) no-repeat center;
}


/**/

.a1_swiper {
    overflow: hidden;
    position: relative;
}

.a1_swiper .swiper-slide img {
    display: block;
    width: 100%;
}

.a1_swiper .swiper-pagination {
    bottom: 18px;
}

.a1_swiper .swiper-pagination .swiper-pagination-bullet {
    background: #bfbfbf;
    margin: 0 6px;
    opacity: 1;
}

.a1_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #b71b2b;
}


/*rjxt03-three*/

.rjxt03-three {
    position: relative;
    background: #f8f8f8;
    padding: 70px 0;
}

.rjxt03-four {
    background: #fff;
}


/*tech-first*/

.tech-first {
    position: relative;
    padding: 80px 0;
}

.tech-first-tit {
    text-align: center;
}

.tech-first-tit h3 {
    font-size: 44px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
}

.tech-first-wwp {
    padding: 0 90px 80px 90px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
}

.tech-first-wwp::before {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 400px;
    content: "";
    left: 0px;
    box-shadow: 0 20px 30px 2px rgba(0, 0, 0, .1);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.tech-first-con {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    margin-bottom: 40px;
    text-indent: 30px;
}

.tech-first-img {
    overflow: hidden;
}

.tech-first-img img {
    display: block;
    width: 100%;
}


/*tech-second*/

.tech-second {
    position: relative;
    padding: 100px 0 70px;
    background: url(../images/tech-second-bg.jpg) no-repeat;
    background-size: cover;
}

.tech-second-tit {
    text-align: center;
    margin-bottom: 30px;
}

.tech-second-tit h2 {
    font-size: 44px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}

.tech-second-tit p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.7;
    max-width: 1100px;
    margin: 0 auto;
}

.event-main {
    height: 400px;
    overflow: hidden;
    margin: auto;
    margin-top: 80px;
    max-width: 900px;
    color: #fff
}

.event-main .event {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 70px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1.7;
    opacity: .4;
    transition: ease all .3s;
    cursor: pointer
}

.event-main .event span {
    font-size: 22px;
    margin-right: 120px
}

.swiper-slide-active .event {
    opacity: 1;
    background-color: #b81b2c
}

.year-line {
    margin-top: 50px;
    width: 100%
}

.year-line {
    color: rgb(255 255 255 / 30%);
    text-align: center;
    font-size: 0;
    overflow: auto;
    padding-bottom: 20px;
    white-space: nowrap;
    position: relative;
    scrollbar-color: transparent transparent;
    scrollbar-track-color: transparent;
    -ms-scrollbar-track-color: transparent;
    border-top: 1px solid rgb(255 255 255 / 18%)
}

.year-line li {
    display: inline-block;
    font-size: 16px;
    padding-top: 20px;
    width: 190px;
    position: relative
}

.year-line li:after {
    content: '';
    border-left: 1px solid rgb(255 255 255 / 18%);
    height: 8px;
    position: absolute;
    left: 50%;
    top: 0
}

.year-line::-webkit-scrollbar-track {
    display: none
}

.year-line::-webkit-scrollbar {
    display: none
}

.year-line::-webkit-scrollbar-thumb {
    display: none
}

.year-line li span {
    cursor: pointer
}

.year-line li span:hover {
    color: #b81b2c
}

.year-line li.on span {
    color: #b81b2c
}

.year-line li.on:after {
    border-color: #b81b2c
}


/*tech-three*/

.tech-three {
    position: relative;
    background: #f9f9f9;
    padding: 80px 0;
}

.tech-three-tit {
    text-align: center;
    margin-bottom: 40px;
}

.tech-three-tit h3 {
    font-size: 44px;
    color: #000;
    font-weight: bold;
}

.tech-three-con {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.tech_three_swiper {
    overflow: hidden;
}

#certify {
    position: relative;
}

#certify .swiper-slide {
    width: 540px;
}

#certify .swiper-slide a {
    display: block;
    padding: 15px 0;
}

#certify .swiper-slide .coimg {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
}

#certify .swiper-slide .coimg img {
    display: block;
    width: 100%;
}

#certify .swiper-slide p {
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 1.7;
    margin: 10px 0;
}

#certify .swiper-button-prev,
#certify .swiper-button-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    border-radius: 50%;
    transition: all .5s ease;
    border: 1px solid #b71b2b;
    z-index: 0;
}

#certify .swiper-button-prev {
    left: 0px;
    background: url(../images/px01.png) no-repeat center transparent;
    box-shadow: 0 0 2px rgba(208, 208, 208, .8);
}

#certify .swiper-button-next {
    right: 0px;
    background: url(../images/px02.png) no-repeat center #b71b2b;
    box-shadow: 0 0 2px rgba(182, 27, 43, .8);
}

#certify .swiper-button-prev:hover {
    right: 0px;
    background: url(../images/job-prev01.png) no-repeat center #b71b2b;
    box-shadow: 0 0 2px rgba(208, 208, 208, .8);
}


/*tech-four*/

.tech-four {
    position: relative;
    padding: 80px 0 120px;
}

.tech-four-tit {
    text-align: center;
    margin-bottom: 50px;
}

.tech-four-tit h3 {
    font-size: 44px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.tech-four-tit p {
    font-size: 18px;
    color: #000;
    line-height: 1.7;
    max-width: 1100px;
    margin: 0 auto;
}

.tech-four-con {
    position: relative;
    padding-bottom: 60px;
}

.tech_four_swiper {
    overflow: hidden;
}

.tech_four_swiper .swiper-slide {
    position: relative;
}

.tech_four_swiper .swiper-slide .oip {
    padding: 2.083vw;
    background: #f9f9f9;
}

.tech_four_swiper .swiper-slide .ryk {
    position: relative;
}

.tech_four_swiper .swiper-slide .ryk::before {
    padding: 0px;
    background: url(../images/kku2.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
}

.tech_four_swiper .swiper-slide img {
    display: block;
    width: 100%;
}

.tech-four-con .swiper-pagination-progressbar {
    background: #f6f6f6;
    position: absolute;
    bottom: 0px;
    width: 90%;
    left: 5%;
    height: 5px;
}

.tech-four-con .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #b71b2b;
}


/*免责声明*/

.mzsm {
    max-width: 920px;
    height: 1270px;
    margin: 60px auto 0 auto;
    background: url(https://gcdn.xyptcdn.com/images/flsm-bg.jpg) top center no-repeat;
}

.mzsm .con {
    max-width: 690px;
    margin: 0 auto;
    padding-top: 100px;
    font-size: 14px;
    color: #555;
    line-height: 30px;
}

.mzsm .con p {
    margin-top: 14px;
    margin-bottom: 14px;
    word-break: break-all;
}


/* 产品列表页 */

.cp-list-wrap {
    padding-top: 60px;
}

.cp-list-wrap .xypg-left-con {
    border: none;
}

.xypg-left-nav-cp {
    padding: 0px;
}

.xypg-left-nav-cp>li {
    border-bottom: 1px solid #ebebeb;
}

.xypg-left-nav-cp>li>a {
    padding: 25px 0;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.xypg-left-nav-cp>li .first-nav-btn {
    top: 20px;
    right: 0px;
    background: url(../images/swoh.png) no-repeat center center;
    display: block;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background: url(../images/swow.png) no-repeat center center;
    background-position: center center;
}


/*develop-first*/
.develop-first{
    position: relative;
    padding: 80px 0 120px;
    background: url(../images/develop-first-bg.jpg) no-repeat bottom center;
}
.develop-first-tit {
    position: relative;
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.develop-first-tit h3 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-bottom: 18px;
}

.develop-first-tit p {
    font-size: 18px;
    color: #555555;
    line-height: 1.7;
}

.develop-first-aa{width: 310px;}
.develop-first-aa li{text-align: right;}
.develop-first-aa li:nth-child(1){margin-bottom:220px;}
.develop-first-aa li h3{font-size:22px;color:#333333;font-weight:bold;margin-bottom:10px;}
.develop-first-aa li p{font-size:16px;color:#666666;font-weight:400;line-height:1.7;}

.develop-first-bb{width: 310px;}
.develop-first-bb li{text-align: left;}
.develop-first-bb li:nth-child(1){margin-bottom:220px;}
.develop-first-bb li h3{font-size:22px;color:#333333;font-weight:bold;margin-bottom:10px;}
.develop-first-bb li p{font-size:16px;color:#666666;font-weight:400;line-height:1.7;}

.big-develop-img{
    position: relative;
    text-align: center;
    width: 563px;
}
.big-develop-img img{
    width: 100%;
}
.big-develop-img h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 36px;
    color: #000;
    font-weight: bold;
}




/*develop-second*/

.develop-second {
    position: relative;
    background: url(../images/develop-second-bg.jpg) no-repeat top center;
}

.develop-s-top {
    padding-top: 220px;
    padding-bottom: 60px;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
}

.develop-s-top h2 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.develop-s-top .develop-s-span {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 50px;
}

.develop-s-top .develop-s-span span {
    color: #b71b2b;
}

.develop-s-top .develop-s-arrow {
    position: relative;
    display: flex;
    align-items: center;
}

.develop-s-top .develop-s-arrow .swiper-button-next,
.develop-s-top .develop-s-arrow .swiper-button-prev {
    position: relative;
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
    margin: 0 0;
    margin-right: 25px;
    border-radius: 50%;
    transition: all .5s ease;
    z-index: 0;
}

.develop-s-top .develop-s-arrow .swiper-button-prev {
    background: url(../images/job-prev01.png) no-repeat center #d0d0d0;
    box-shadow: 0 0 2px rgba(208, 208, 208, .8);
}

.develop-s-top .develop-s-arrow .swiper-button-next {
    background: url(../images/job-next01.png) no-repeat center #b71b2b;
    box-shadow: 0 0 2px rgba(182, 27, 43, .8);
}

.develop-s-top .develop-s-arrow .swiper-button-prev:hover {
    background: url(../images/job-prev01.png) no-repeat center #b71b2b;
    box-shadow: 0 0 2px rgba(208, 208, 208, .8);
}

.develop-s-con {
    position: relative;
    background: #fff;
    padding: 3.125vw 4.166vw 20px 4.166vw;
    border-radius: 12px;
    box-shadow: 0 15px 20px 2px rgba(0, 0, 0, .1);
}

.develop_Swiper {
    position: relative;
    overflow: hidden;
}

.develop_Swiper .swiper-slide {
    position: relative;
}

.develop_Swiper .swiper-slide .slicon {
    padding: 10px;
    margin-bottom: 2.083vw;
}

.develop_Swiper .swiper-slide a {
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.develop_Swiper .swiper-slide img {
    display: block;
    width: 100%;
}


/* develop-three */

.develop-three {
    position: relative;
    padding: 80px 0;
}

.develop-three-tit {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.develop-three-tit h3 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-bottom: 18px;
}

.develop-three-tit p {
    font-size: 18px;
    color: #555555;
    line-height: 1.7;
}

.develop-three-con {
    position: relative;
}

.deve-big-img {
    margin-bottom: 30px;
}

.deve-big-img img {
    width: 100%;
}

.develop_three_Swiper {
    overflow: hidden;
}

.develop_three_Swiper .swiper-slide a {
    display: block;
}

.develop_three_Swiper .swiper-slide img {
    display: block;
    width: 100%;
}

.develop_three_Swiper .swiper-pagination {
    position: relative;
    margin-top: 40px;
    bottom: 0px;
}

.develop_three_Swiper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 15px;
    height: 3px;
    border-radius: 0px;
    background: #adadad;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.develop_three_Swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #b71b2b;
    width: 30px;
}


/*视频分类*/
.sort1-video{
    position: relative;
    margin-bottom: 40px;
    gap: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sort1-video li{
    position: relative;
    text-align: center;
   
}
.sort1-video li a{
    font-size: 16px;
    padding: 10px 34px;
    background: #b7b7b7;
    color: #ffffff;
    display: block;
    transition: all .3s;
}

.sort1-video li a:hover,
.sort1-video li.active a{
    background-color: #b71b2b;
}



@media (max-width:768px){
    .solu_detail01 .content .box{
        padding:0 0;
    }
    .arrimg-swiper .swiper-slide a img{
        object-fit:cover;
        height:auto;
    }
}















