﻿/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td

/* table elements 表格元素 */
    {
    margin: 0;
    padding: 0;
}

ul,
ol,
li,
dl,
dd,
dt {
    list-style-type: none;
    line-height: normal;
}

body {
    overflow-x: hidden;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

/** 设置默认字体 **/
body,
button,
input,
select,
textarea

/* for ie */
    {
    font: 14px/1.0 "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

/* 统一等宽字体 */
small {
    font-size: 12px;
}

/* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul,
ol {
    list-style: none;
}

/** 重置文本格式元素 **/
a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

sup {
    vertical-align: text-top;
}

/* 重置, 减少对行高的影响 */
sub {
    vertical-align: text-bottom;
}

/** 重置表单元素 **/
legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: 0;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
    border: none;
    background: none;
}

/* 使得表单元素在 ie 下能继承字体大小 */
button,
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
}

input::-ms-clear {
    display: none;
}

/*隐藏文本框叉子*/
input::-ms-reveal {
    display: none;
}

/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    display: block;
    margin: 0;
    padding: 0;
}

img {
    vertical-align: top;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    /* -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated; */
}

body {
    overflow-x: hidden;
}

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

.index_line {
    width: 60px;
    height: 3px;
    background: #e71a21;
    margin: 0 auto;
    margin-top: 20px;
}

.database .about_top {
    border-bottom: none;
}

.database .about_top .crumbs span {
    color: #e71a21;
}

.database .content {
    padding-bottom: 120px;
}

.database .content .box {
    display: flex;
}

.database .content .left {
    flex-shrink: 0;
    width: 320px;
    border-top-right-radius: 24px;
    overflow: hidden;
}

.database .content .left .h4 {
    height: 58px;
    background-color: #e71a21;
    color: #fff;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-weight: normal;
}

.database .content .left .h4::after {
    content: "";
    flex-shrink: 0;
    width: 19px;
    height: 19px;
    background-image: url(../image/tb44.png);
    background-size: 100% 100%;
}

.database .content .left .dl {
    background-color: #fafafa;
}

.database .content .left .dl dd {
    padding: 0 20px;
    border-bottom: 1px dashed #d6d6d6;
}

.database .content .left .dl .a1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    font-size: 20px;
    color: #333;
    transition: all 0.5s;
}

.database .content .left .dl .a1::after {
    content: "◥";
    transform: rotate(45deg);
    font-size: 18px;
    transition: all 0.5s;
}

.database .content .left .dl ul {
    display: none;
}

.database .content .left .dl li {
    border-bottom: 1px solid #dbdcde;
}

.database .content .left .dl li:last-of-type {
    border-bottom: none;
}

.database .content .left .dl .a2 {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 34px;
    color: #666;
    font-size: 16px;
    transition: all 0.5s;
}

.database .content .left .dl .a2::before {
    content: "›";
    font-size: 26px;
    margin-top: -4px;
    flex-shrink: 0;
    width: 18px;
    text-align: center;
    transition: all 0.5s;
}

.database .content .left .dl p {
    padding-left: 18px;
    padding-bottom: 8px;
    display: none;
}

.database .content .left .dl p a {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 2;
    transition: all 0.5s;
}

.database .content .left .dl .active1 {
    color: #e71a21;
}

.database .content .left .dl .active1::after {
    transform: rotate(135deg);
}

.database .content .left .dl .active2 {
    color: #e71a21;
}

.database .content .left .dl .active2::before {
    transform: rotate(90deg);
    margin-top: 0;
}

.database .content .right {
    flex: 1;
    margin-left: 50px;
}

.database .content .right .form {
    font-size: 0;
    margin-bottom: 28px;
}

.database .content .right .form input {
    vertical-align: top;
    width: calc(100% - 55px);
    box-sizing: border-box;
    height: 45px;
    border: 1px solid #ccc;
    padding: 0 20px;
    font-size: 16px;
}

.database .content .right .form button {
    vertical-align: top;
    width: 55px;
    height: 45px;
    background-color: #e71a21;
    background-image: url(../image/tb47.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.database .content .right .div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.database .content .right .div h5 {
    font-size: 16px;
    color: #666;
}

.database .content .right .div dl {
    width: 158px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #d9d9d9;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.database .content .right .div dt {
    font-size: 16px;
    color: #888;
    height: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.database .content .right .div dt::after {
    content: "";
    flex-shrink: 0;
    width: 15px;
    height: 9px;
    background-image: url(../image/tabs_icon2.png);
    background-size: 100% 100%;
}

.database .content .right .div dd {
    position: absolute;
    left: 0;
    top: 46px;
    display: none;
    background: #fff;
    width: 100%;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}

.database .content .right .div dd a {
    line-height: 38px;
    font-size: 14px;
    color: #888;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 20px;
    transition: all 0.5s;
}

.database .content .right .ul {
    border-top: 1px solid #e0e0e0;
}

.database .content .right .ul li {
    padding: 13px 150px 13px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.database .content .right .ul li input {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.database .content .right .ul li a {
    flex: 1;
    min-width: 0;
    margin-left: 18px;
    display: flex;
    align-items: center;
}

.database .content .right .ul li i {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    position: relative;
}

.database .content .right .ul li i img {
    width: 100%;
    height: 100%;
}

.database .content .right .ul li .video_i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    width: 18px;
    height: 18px;
    background-image: url(../image/tb15.png);
    background-size: 100% 100%;
}

.database .content .right .ul li h5 {
    flex-shrink: 0;
    width: calc(100% - 40px);
}

.database .content .right .ul li h5 p {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: initial;
    overflow: hidden;
}

.database .content .right .ul li h5 span {
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 8px;
}

.database .content .right .ul li h6 {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    display: flex;
    align-items: center;
}

.database .content .right .ul li h6 a {
    font-size: 14px;
    color: #666;
    margin-left: 24px;
    line-height: 20px;
    transition: all 0.5s;
}

.database .content .right .ul li h6 a img {
    width: 20px;
    margin-right: 5px;
}

.database .content .page {
    padding: 0 122px;
    position: relative;
    background: #f3f3f3;
    margin-top: 32px;
}

.database .content .page .pagination {
    text-align: center;
    font-size: 0;
}

.database .content .page .pagination a {
    width: 28px;
    height: 28px;
    text-align: center;
    display: inline-block;
    margin: 14px 8px;
    border-radius: 3px;
    color: #999999;
    line-height: 28px;
    font-size: 18px;
    transition: all 0.5s;
    vertical-align: middle;
}

.database .content .page .pagination a.next,
.database .content .page .pagination a.prev {
    width: 80px;
}

.database .content .page .pagination a.active {
    background: #e71a21;
    color: #fff;
}



.data_info {}

.data_info .about_top {
    border-bottom: none;
}

.data_info .about_top .crumbs span {
    color: #e71a21;
}

.data_info .content {
    padding-bottom: 120px;
}

.data_info .content .box {}

.data_info .content .title {
    margin-bottom: 24px;
}

.data_info .content .title h5 {
    font-size: 30px;
    line-height: 44px;
}

.data_info .content .title h5 img {
    height: 30px;
    margin-top: 6px;
}

.data_info .content .title span {
    display: block;
    font-size: 16px;
    color: #999;
    margin-top: 14px;
}

.data_info .content .div {
    background-color: #fff;
}

.data_info .content .div p {
    background-color: #fff;
    border: 1px solid #fff;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.data_info .content .div p:last-of-type {
    margin-bottom: 0;
}

.data_info .content .div p img {
    display: block;
    width: 100%;
    box-shadow: 0px 0px 18px 0px rgba(53, 53, 53, 0.26);
    /* margin: 30px auto; */
}

.data_info .content .div p video {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 18px 0px rgba(53, 53, 53, 0.26);
}

.data_info .content .fixed_div {
    position: fixed;
    z-index: 111;
    width: 100%;
    height: calc(100% - 66px);
    top: 0;
    left: 0;
    overflow-y: auto;
}

.data_info .content .gn_div {
    position: relative;
    z-index: 120;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 66px;
}

.data_info .content .gn_dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 66px;
    background-color: #fafafa;
    width: 1400px;
}

.data_info .content .navFix {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.data_info .content .fixed_dl {
    width: 100%;
}

.data_info .content .gn_div .dd1 {
    flex-shrink: 0;
    width: 196px;
    height: 100%;
    text-align: center;
    font-size: 0;
}

.data_info .content .gn_div .dd1>div {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 44px;
    height: 100%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: all 0.5s;
}

.data_info .content .gn_div .dd1 .qp_div {
    margin-right: 6px;
    background-image: url(../image/tb13.png);
}

.data_info .content .gn_div .dd1 .fx_div {
    background-image: url(../image/tb14.png);
}

.data_info .content .gn_div .dd1 .bdshare {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 9px;
    display: none;
}

.data_info .content .gn_div .dd1 .bdshare::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    width: 19px;
    height: 9px;
    background-image: url(../image/tb62.png);
    background-size: 100% 100%;
}

.data_info .content .gn_div .dd1 .bdsharebuttonbox {
    font-size: 0;
    white-space: nowrap;
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.data_info .content .gn_div .dd1 .wx_a {
    background-image: url(../image/tb61.png);
    background-size: 100% 100%;
    background-position: center;
}

.data_info .content .gn_div .dd1 .wb_a {
    background-image: url(../image/tb60.png);
    background-size: 100% 100%;
    background-position: center;
}

.data_info .content .gn_div .dd1 .bdsharebuttonbox a {
    position: relative;
    z-index: 3;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    padding: 0;
    width: 28px;
    height: 28px;
    background-color: #b3b3b3;
    border-radius: 50%;
    transition: all 0.5s;
}

.data_info .content .gn_div .dd2 {
    font-size: 18px;
}

.data_info .content .gn_div .dd2 input {
    width: 40px;
    height: 20px;
    background-color: #fff;
    text-align: center;
}

.data_info .content .gn_div .dd2 span {}

.data_info .content .gn_div .dd3 {
    flex-shrink: 0;
    width: 196px;
    height: 100%;
}

.data_info .content .gn_div .dd3 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    background-color: #e71a21;
    color: #fff;
}

.data_info .content .gn_div .dd3 a img {
    flex-shrink: 0;
    width: 20px;
    margin-right: 10px;
}

.in-about {
    margin: 0;
}

.in-about dt {
    float: left;
    width: 526px;
}

.in-about dd {
    margin-left: 550px;
    font-size: 16px;
}

.in-about dd p {
    margin: 0;
    line-height: 2.5;
    text-align: justify;
}

.img_box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.img_box .pinch-zoom-container {
    width: 100%;
    height: 100% !important;
    display: flex;
    align-items: center;
}

.img_box i {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-color: #e71a21;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}

.img_box img {
    width: 100%;
    outline: none;
}



.wp {
    max-width: 1400px;
    margin: 0 auto;
}

.row-a5 {
    overflow: hidden;
    margin-top: 30px;
}

.row-a5 .wp {
    max-width: 1400px;
}

.g-t1 {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    line-height: 1.24
}

.g-t1 .en {
    font-size: 42px;
    color: #feffff;
    font-family: Arial;
    opacity: .15;
    text-transform: uppercase
}

.g-t1 .tit {
    font-size: 44px;
    color: #fff
}

.g-t1-1 .en,
.g-t1-1 .tit {
    color: #000
}

.m-journalism .more {
    overflow: hidden
}

.m-journalism .more a {
    float: right;
    padding-left: 22px;
    background: url(../image/z-i4.png) left center no-repeat;
    font-size: 14px;
    color: #000
}

.slick-journalism {
    margin: 0 -20px
}

.slick-journalism .slick-list {
    padding: 30px 2px 0;
    margin: 0 -2px
}

.honorLi {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    outline: none;
}

.slick-journalism .slick-arrow {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    font-size: 0;
    border: none;
    outline: 0;
    z-index: 8;
    cursor: pointer;
    background: center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slick-journalism .slick-prev {
    left: -90px;
    width: 36px;
    height: 100px;
    background: url(../image/left1.png)#b2b2b2 no-repeat center center;
}

.slick-journalism .slick-next {
    right: -90px;
    width: 36px;
    height: 100px;
    background: url(../image/right1.png)#b2b2b2 no-repeat center center;
}

.slick-journalism .slick-prev:hover {
    background: url(../image/left1.png) #e71a21 no-repeat center center;
}

.slick-journalism .slick-next:hover {
    background: url(../image/right1.png) #e71a21 no-repeat center center;
}

@media only screen and (max-width:1680px) {

    .row-a5 .wp,
    .row-a6 .wp {
        width: 88%;
        padding-right: 0
    }

    .slick-journalism .slick-prev {
        left: -60px
    }

    .slick-journalism .slick-next {
        right: -60px
    }
}

@media only screen and (max-width:1440px) {
    .m-journalism .more a {
        font-size: 12px
    }

    .slick-journalism {
        margin: 0 -10px
    }

    .slick-journalism .slick-prev {
        left: -48px
    }

    .slick-journalism .slick-next {
        right: -48px
    }

    .slick-journalism .slick-arrow {}
}

@media only screen and (max-width:1366px) {
    .m-journalism {
        padding: 0 24px
    }
}

@media only screen and (max-width:1199px) {

    .row-a5 .wp,
    .row-a6 .wp {
        padding: 0;
        width: 96%
    }

    .row-a5 {
        padding: 40px 0 60px
    }

    .slick-journalism .txt {
        padding: 20px
    }

    .slick-journalism .pic {
        top: 168px
    }
}

@media only screen and (max-width:959px) {
    .row-a5 {
        padding: 30px 0 40px
    }

    .slick-journalism {
        margin: 0 -5px
    }
}

@media only screen and (max-width:767px) {

    .row-a5 .wp,
    .row-a6 .wp {
        width: auto;
        padding: 0 35px
    }

    .slick-journalism .slick-prev {
        width: 26px;
        height: 80px;
        background: url(../image/left1_m.png) #b2b2b2 no-repeat center center;
    }

    .slick-journalism .slick-next {
        width: 26px;
        height: 80px;
        background: url(../image/right1_m.png) #b2b2b2 no-repeat center center;
    }

    .slick-journalism .slick-prev:hover {
        background: url(../image/left1_m.png) #e71a21 no-repeat center center;
    }

    .slick-journalism .slick-next:hover {
        background: url(../image/right1_m.png) #e71a21 no-repeat center center;
    }
}


.pro_mobile {
    display: none;
}

.index .banner {
    width: 100%;
    height: 40vw;
}

.index .banner .swiper-slide {
    background-size: cover;
    background-position: center;
}

.index .banner .swiper-slide video {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.index .banner .swiper-slide dl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.index .banner .swiper-slide dl dt {}

.index .banner .swiper-slide dl dt strong {
    display: block;
    font-size: 46px;
}

.index .banner .swiper-slide dl dt small {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}

.index .banner .swiper-slide dl dd {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 26px;
}

.index .banner .swiper-button-prev {
    width: 46px;
    height: 46px;
    margin-top: -23px;
    left: 4%;
    /* background-image: url(../image/tb48.png); */
    background-size: 100% 100%;
}

.index .banner .swiper-button-next {
    width: 46px;
    height: 46px;
    margin-top: -23px;
    right: 4%;
    /* background-image: url(../image/tb49.png); */
    background-size: 100% 100%;
}

.index .banner .swiper-pagination {
    bottom: 20px;
    font-size: 28px;
    color: #fff;
}

.index .banner .swiper-pagination span {
    width: 30px;
    height: 4px;
    border-radius: 0;
}

.index .banner .swiper-pagination .swiper-pagination-bullet-active {}

.product {
    background: #f7f7f7;
    overflow: hidden;
}

.product_main {
    padding-top: 50px;
}

.sidebar {
    float: left;
    width: 21%;
}

.sidebar .tit {
    padding: 20px 0 20px 23px;
    background-color: #c90918;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sidebar .list {
    background: #fff;
}

.sidebar .tit h3 {
    font-size: 26px;
    color: #fff;
}

.sidebar .tit span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
}

.list ul li {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.sidebar .par {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    background: url(../image/ico-g-23.png) 90% no-repeat;
    padding-left: 30px;
}

.list ul li:nth-child(3) .par {
    background: none;
}

.list ul li:nth-child(4) .par {
    background: none;
}

.sidebar ul li a span {
    width: 7px;
    height: 12px;
    background: url(../image/jiantou.png);
    display: inline-block;
    margin-right: 10px;
}

.sidebar ul li a:hover span {
    background: url(../image/jiantou_on.png);
}

.sidebar ul li a.on span {
    background: url(../image/jiantou_on.png);
}

.sidebar .par:hover {
    color: #e71a21;
}

.sidebar .par.on {
    color: #e71a21;
    background-image: url(../image/ico-g-24.png);
    border-bottom: 1px solid #eee;
}

.sidebar .sub {
    display: none;
}

/* .sidebar .par.on .sub {
    display: block;
} */

.sidebar .sub a {
    padding: 0 10px 0 48px;
    display: block;
    height: 60px;
    line-height: 60px;
    color: #333;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.sidebar .sub a:hover {
    color: #e71a21;
}

.sidebar .sub a.last {
    border-bottom: none;
}

@media only screen and (max-width: 1099px) {
    .wp {
        width: 96%;
    }
}

@media only screen and (max-width: 959px) {
    .bd-inner {
        padding: 20px 0 20px;
    }

    .sidebar {
        float: none;
        width: 100%;
    }

    .sidebar .par {
        font-size: 16px;
    }

    .sidebar .list {
        display: none;
    }
}

.postion {
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 50px;
    padding-left: 20px;
}

.postion span {
    display: inline-block;
    margin-right: 10px;
}

.postion span img {
    vertical-align: middle;
}

.product_right {
    width: 77%;
    float: right;
}

.product_list ul {
    display: flex;
    flex-wrap: wrap;
}

.product_list {
    margin-top: 30px;
    background: #fff;
    padding: 20px;
}

.product_list ul li {
    width: 24%;
    margin-bottom: 2%;
}

.product_list ul li:not(:nth-child(4n)) {
    margin-right: calc(2% / 3);
    margin-left: calc(2% / 3);
}

.product_list ul li .porTbox01 {
    border: 1px solid #f5f5f5;
    overflow: hidden;
}

.product_list ul li .porTbox01 img {
    width: 100%;
}

.product_list .porBbox {
    background: none;
}

.product_list ul li a .proTitle {
    color: #333;
    margin-top: 15px;
}

.product_list ul li a:hover .proTitle {
    color: #c6061d;
}

.product_main {
    overflow: hidden;
    padding-bottom: 50px;
}

.pages {
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    overflow: hidden
}

.pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.pages ul a {
    float: left;
    font-family: 'microsoft yahei';
    margin: 0 2px;
    padding: 0 10px;
    line-height: 25px;
    background: #fff;
    border: 1px solid #d8dadf;
    color: #555;
}


.pages ul a:hover {
    text-decoration: none;
    color: #fff;
    border: 1px #c6061d solid;
    background-color: #c6061d
}



.pages ul a.page-num-current {
    background-color: #c6061d;
    color: #fff;
    border: 1px #c6061d solid
}



.pages .pageinfo {
    line-height: 30px;
    padding-left: 5px
}

.pages strong {
    font-weight: 400
}

.product_detail {
    overflow: hidden;
    margin-top: 50px;
}

.bg {
    width: 45%;
    float: left;
    position: relative;
}

.bg_left {
    width: 100%;
    height: auto;
    float: left
}

.bg_right {
    position: absolute;
    right: -310px;
}

.show {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #DBDBDB;
    cursor: move
}

.show img {
    width: 100%;
    height: auto;
    /* height: 450px; */
}

.mask {
    width: 215px;
    height: 215px;
    background: #000;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.bigshow {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin-left: 10px;
    display: none;
    border: 2px solid #E8E8E8;
    background: #fff;
}

.bigshow img {
    width: 1400px;
    height: 900px;
}

.smallshow {
    width: 100%;
    height: 80px;
    position: relative
}

.smallshow img {
    width: 100%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    transition: all 0.5s;
    height: 80px;
}

.smallshow>.middle_box {
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    height: 80px;
}

.smallshow .middle {
    overflow: hidden;
    transition: all 0.5s;
    height: 80px;
}

.smallshow .middle>li {
    width: 104px;
    height: 80px;
    float: left;
    cursor: pointer;
    padding: 0 5px;
}

.smallshow>p {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
}

.smallshow>.prev {
    left: 0;
    background: url(../image/hover-prev.png) no-repeat;
    transition: all 0.5s
}

.smallshow>.next {
    right: 0;
    background: url(../image/hover-next.png) no-repeat;
    transition: all 0.5s
}

.smallshow>.prev.prevnone {
    left: 0;
    background: url(../image/prev.png) no-repeat;
    cursor: not-allowed
}

.smallshow>.next.nextnone {
    right: 0;
    background: url(../image/next.png) no-repeat;
    cursor: not-allowed
}

.productdl_right {
    width: 50%;
    float: right;
}

.productdl_right .imgtxtcon .tit {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #dedede;
}

.productdl_right .imgtxtcon .tit2 {
    color: #999;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 30px;
    padding-top: 20px;
    text-align: justify;
    height: 178px;
    border-bottom: 1px dotted #dedede;
    overflow: hidden;
}

.productdl_right .imgtxtcon .tel {
    font-size: 20px;
}

.productdl_right .imgtxtcon .tel strong {
    color: #c6061d;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}

.productdl_right .imgtxtcon .btn1,
.productdl_right .imgtxtcon .btn2 {
    float: left;
    margin-right: 25px;
    font-size: 16px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    position: relative;
}

.productdl_right .imgtxtcon .btn1 {
    background: #c6061d;
}

.productdl_right .imgtxtcon .btn1:hover,
..productdl_right .imgtxtcon .btn2:hover {
    background: #444;
}

.productdl_right .imgtxtcon .btn2 {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    background: #999999;
}

.showp_txt {
    padding: 40px 0 40px 0;
    position: relative;
    margin-bottom: 100px;
}

.showp_txt .tit {
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.showp_txt .tit h3 {
    font-size: 20px;
    color: #333;
}

.showp_txt .tit s {
    width: 80px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #c6061d;
}

.showp_txt .txtcon {
    color: #666;
    line-height: 30px;
}

.reLink {
    height: 38px;
    background: #efefef;
    margin: 10px auto 10px;
    padding: 0px 10px;
    margin-top: 50px;
}

.reLink .prevLink,
.reLink .nextLink {
    height: 38px;
    line-height: 38px;
}

.reLink .prevLink a,
.reLink .nextLink a {
    height: 38px;
    line-height: 38px;
}

.reLink .prevLink a:hover,
.reLink .nextLink a:hover {
    color: #c6061d;
}

.reLink .prevLink {
    float: left;
}

.reLink .nextLink {
    float: right;
}

.ny_nav {
    border-bottom: 1px solid #cccccc;
    line-height: 90px;
}

.postion01 {
    background: #fff;
    line-height: 90px;
}

.postion01 span img {
    vertical-align: middle;
}

.postion01 span {
    display: inline-block;
    margin-right: 10px;
}

.sonmenu {
    font-size: 0;
    display: flex;
}

.sonmenu a {
    font-size: 16px;
    color: #666;
    padding: 0 2px;
    line-height: 90px;
    transition: all .4s ease;
    position: relative;
    padding: 0 10px;
    margin: 0 20px;
}

.sonmenu a:after {
    content: "";
    width: 0;
    right: 0;
    background: #c80a16;
    height: 2px;
    transition: all .6s ease;
    position: absolute;
    bottom: 0px;
}

.sonmenu a:last-child {
    margin-right: 0;
}

.sonmenu a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}

.sonmenu a:hover {
    color: #c80a16;
}

.sonmenu a.ontrue {
    color: #c80a16;
}

.sonmenu a.ontrue:after {
    width: 100%;
}

.sonmenu a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    left: -20%;
}

.sonmenu a:nth-child(1):before {
    display: none;
}

.ny_nav {
    margin-bottom: 30px;
}

.ny_content {
    margin-bottom: 60px;
}

.case_content ul {
    display: flex;
    flex-wrap: wrap;
}

.case_content {
    margin-top: 50px;
}

.case_content ul li {
    width: 32%;
    margin-bottom: 2%;
}

.case_content ul li:not(:nth-child(3n)) {
    margin-right: calc(2% / 3);
    margin-left: calc(2% / 3);
}

.proImg02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
    display: block;
    width: 100%;
}

.porTbox03 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 65%;
    display: block;
}

.porTbox03 a {
    color: #fff;
    font-size: 20px;
}

.case_main {
    margin-bottom: 60px;
}



.list-news .list li {
    border-bottom: 1px solid #eee;
    padding: 26px 0
}

.list-news .list li:last-child {
    border-bottom: 0;
}

.list-news .list li:first-child {
    padding-top: 0;
}

.list-news .list .ani-mask {
    width: 30%
}

.list-news .list .ani-mask img {
    width: 100%
}

.list-news .list .info {
    width: 68%;
    padding: 10px 0 0 2%
}

.list-news .list .info .time {
    color: #888
}

.list-news .list .info h4 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.3em
}

.list-news .list .info p {
    color: #777;
    margin-bottom: 20px;
    min-height: 66px;
    font-size: 16px;
    line-height: 28px;
}

.list-news .list .info .more a {
    border: 1px solid #ddd;
    background: #eee;
    padding: 6px 20px;
    color: #aaa
}

.ani-mask {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.ani-mask img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: translate3d(0, 0, 0);
}

.ani {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ani-mask:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.flex {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ny-con {
    padding-bottom: 60px;
    margin-top: 60px;
}

.text p {
    line-height: 32px;
    font-size: 16px;
}


.ny-con .box .w1400 h5 {
    font-size: 30px;
    color: #333333;
    line-height: 44px;
    text-align: center;
}

.ny-con .box .w1400 .t_views .time {
    font-size: 16px;
    color: #cf0a1c;
    line-height: 70px;
    text-align: center;
    margin: 0 10px;
    display: inline-block;
}

.ny-con .box .w1400 .t_views .views {
    font-size: 16px;
    color: #cf0a1c;
    line-height: 70px;
    text-align: center;
    margin: 0 10px;
    display: inline-block;
}

.ny-con .box .w1400 .t_views {
    text-align: center;
    font-size: 0;
}

.ny-con .box .w1400 .text {
    margin-top: 15px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 46px;
    padding-bottom: 82px;
}

.about_main .title {
    width: 100%;
    position: relative;
}

.about_main .impact {
    font-family: "Impact" !important;
    font-size: 170px;
    color: rgba(102, 102, 102, 0.1);
    text-align: center;
    line-height: 136px;
    letter-spacing: 0px;
}

.about_main .tjcp {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    padding-top: 25px;
    font-family: 微软雅黑 !important;
}

.about_main .tjbe {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 300;
    color: rgb(0, 0, 0);
    padding-top: 25px;
    width: 100%;
    text-align: center;
    font-family: 微软雅黑 !important;
}

.about_main .tjce {
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 300;
    color: rgba(75, 75, 75, 0.4);
    font-family: "Arial" !important;
    padding-top: 60px;
    width: 100%;
    text-align: center;
}

.about_left {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 42px;
}

.about_right {
    float: right;
    width: 41.5%;
    margin-top: 15px;
}

.about_right img {
    width: 100%;
}

.about_txt01 {
    font-size: 16px;
    line-height: 42px;
    margin-top: 5px;
}

.about_text {
    margin-top: 50px;
    margin-bottom: 100px;
}


.slideGroup {
    width: 100%;
}

.slideGroup .parHd ul {
    text-align: center;
}

.slideGroup .parHd ul li {
    display: inline-block;
    width: 180px;
    line-height: 55px;
    border: 1px solid #ebebeb;
    color: #515151;
    margin-left: 10px;
    margin-right: 10px;
}

.slideGroup .parHd ul li a {
    display: block;
}

.slideGroup .parHd ul li.on a {
    background: #e71a21;
    border: 1px solid #e71a21;
    color: #fff;
    display: block;
}

.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.slideGroup .sPrev,
.slideGroup .sNext {
    position: absolute;
    left: 40px;
    top: 40%;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../image/left.png) center center no-repeat;
}

.slideGroup .sNext {
    left: auto;
    right: 40px;
    background: url(../image/right.png) center center no-repeat;
}

.slideGroup .sPrev:hover {
    background: url(../image/left_on.png) center center no-repeat;
}

.slideGroup .sNext:hover {
    background: url(../image/right_on.png) center center no-repeat;
}


.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.slideGroup .parBd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 23%;
    margin: 0 20px;
}

.porTbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 85%;
    display: block;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
}

.proImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    display: block;
}

.proImg01 {
    transition: all .5s ease;
}

.porBbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    line-height: 24px;
    margin-top: 10px;
}

.proTitle {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: pre-wrap;
    position: relative;
    width: 100%;
    text-align: center;
}

.proSummry {
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    margin: 10px 0;
    text-overflow: ellipsis;
}

.lookDetail {
    position: relative;
    display: block;
    color: #777;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #e5e5e5;
    display: none;
}

.arrowsR {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    width: 30px;
}

.arrowsR img {
    position: absolute;
    transition: all .5s ease;
}

.harr {
    opacity: 0;
}

.showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all 0.5s ease;
}

.showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 0.5rem 0;
}

.showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.lookDetail:hover .barr {
    opacity: 0;
}

.lookDetail:hover .harr {
    opacity: 1;
}

.proLi:hover .showBox {
    opacity: 1;
}

.proLi:hover .proImg {
    transform: translate(-50%, -50%) scale(1.1);
}

.proLi:hover .showBoxLink::before {
    width: 1rem;
}

.proLi:hover .showBoxLink::after {
    width: 1rem;
}

.proLi:hover .proImg01 {
    transform: scale(1.1);
}

.proLi:hover .porBbox {
    background: rgba(201, 9, 24, 1) !important;
}

.proLi:hover .porBbox .proTitle {
    color: #fff !important;
}

.parBd {
    margin-top: 40px;
}

.pro_more {
    text-align: center;
    width: 150px;
    margin: 0 auto;
    margin-top: 40px;
}

.pro_more a {
    display: block;
    width: 100%;
    height: 36px;
    color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: none;
    border-color: transparent;
    background-image: linear-gradient(90deg, rgba(157, 7, 19, 1), rgba(201, 9, 24, 1));
    border-radius: 20px;
    padding-top: 0;
    text-align: center;
    min-height: inherit;
    line-height: 36px;
}

.about_more {
    text-align: center;
    width: 150px;
    margin-top: 40px;
}

.about_more a {
    display: block;
    width: 100%;
    height: 36px;
    color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: none;
    border-color: transparent;
    background-image: linear-gradient(90deg, rgba(157, 7, 19, 1), rgba(201, 9, 24, 1));
    border-radius: 20px;
    padding-top: 0;
    text-align: center;
    min-height: inherit;
    line-height: 36px;
}

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

.photo li {
    background: #F6F6F6;
    padding: 2%;
    width: 20%;
    text-align: center;
    margin-top: 2%;
}

.photo li p {
    font-size: 16px;
    margin-top: 20px;
}

.photo li img {
    width: 100%;
}

.photo li {
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.honorbox-list .pages {
    margin-top: 20px;
}

.hezuo_main ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.hezuo_main ul li {
    width: 18%;
    text-align: center;
    margin-top: 2%;
    margin-left: 1%;
    margin-right: 1%;
}

.hezuo_main ul li p {
    margin-top: 15px;
    font-size: 16px;
}

.hezuo_main ul li a .hz_img {
    border: 1px solid #ddd;
}

.hezuo_main ul li img {
    width: 100%;
}

.hz_nr {
    margin-bottom: 60px;
}

.hz_nr .pages {
    margin-top: 20px;
}


#allmap {
    height: 670px;
    width: 100%;
    outline: none;
    border: none;
}

#allmap .amap-info-content {
    border: none;
    padding: 0;
    outline: none;
}

#allmap .amap-info-close {
    position: absolute;
    right: 10px !important;
    top: 7px;
    color: #fff;
    text-decoration: none;
    width: 14px;
    height: 14px;
    font-size: 18px;
    z-index: 11;
}

#allmap .amap-info-outer,
.amap-menu-outer {
    box-shadow: 0 3px 14px rgba(0, 0, 100, .6);
    background: #fff;
    border-radius: 5px;
    border: 1px solid .nyCont silver;
    padding: 0
}

#allmap .info-title {
    background: #902225;
    padding: 0 10px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: lighter;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
}

#allmap .info-content {
    padding: 10px;
    color: #666;
    line-height: 23px;
    font-size: 13px
}



.contact-content .content {
    display: flex;
    justify-content: space-between;
    color: #222222;
}

.contact-content .content .pic {
    width: 50%;
    position: relative;

}

.contact-content .content .desc {
    width: 70%;
    padding: 10px 175px 50px 175px;
}



.contact-content .content .desc .t {
    font-size: 31px;
    padding-bottom: 40px;
    padding-top: 50px;
}

.contact-content .content .desc .cont {
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 25px;
}

.contact-content .content .desc .tel {
    padding-bottom: 25px;
}

.contact-content .content .desc .tel .t-title {
    font-size: 18px;
    padding-bottom: 10px;
}

.contact-content .content .desc .tel .t-tel {
    font-size: 24px;
    padding-bottom: 10px;
}

.contact-content .content .desc .tel .t-tel a {
    margin-right: 10px;
}

.contact-content .content .desc .tel .t-time {
    font-size: 14px;
    padding-bottom: 10px;
}

.contact-content .content .desc .ewm ul {
    display: flex;
}

.contact-content .content .desc .ewm li {
    margin-right: 30px;
}

.contact-content .content .desc .ewm li img {
    width: 120px;
}

.contact-content .content .desc .ewm p {
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
}

.contact-form {
    padding: 150px 9.5%;
    background: #f7f7f7;
    color: #222222;
    display: flex;
    justify-content: space-between;
}

.contact-form .solution {
    width: 40%;
}

.contact-form .form {
    width: 60%;
}

.contact-form .solution .t {
    font-size: 24px;
    padding-bottom: 10px;
}

.contact-form .solution .ft {
    font-size: 16px;
    color: #999999;
}

.contact-form .solution .desc {
    padding-top: 45px;
}

.contact-form .solution .desc p {
    padding-bottom: 10px;
    font-size: 14px;
}

.contact-form .form .t {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: .6rem;
}

.contact-form .form form {
    display: flex;
    flex-direction: column;
}

.contact-form .form form .items1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contact-form .form form .items2 {
    display: flex;
    flex-direction: column;
}

.contact-form .form form .items1 input {
    width: 32%;
    border: none;
    border-bottom: 1px solid #999999;
    background: transparent;
    height: 45px;
    font-size: 14px;
}

.contact-form .form form .items1 input:focus {
    border: none;
    border-bottom: 1px solid #222222;
    outline: none;
}

.contact-form .form form .items1 input:hover {
    border: none;
    border-bottom: 1px solid #222222;
    outline: none;
}

.contact-form .form form .items2 textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #999999;
    background: transparent;
    height: 120px;
    font-size: 14px;
    margin-bottom: 45px;
    padding: 10px 0;
    resize: none;
}

.contact-form .form form .items2 textarea:hover {
    border: none;
    border-bottom: 1px solid #222222;
    outline: none;
    padding: 10px 0;
    resize: none;
}

.contact-form .form form .items2 textarea:focus {
    border: none;
    border-bottom: 1px solid #222222;
    outline: none;
    padding: 10px 0;
    resize: none;
}

.contact-form .form form .items2 button {
    width: 100px;
    height: 45px;
    border: 1px solid #999999;
    font-size: 14px;
    color: #999999;
    background: transparent;
}

.contact-form .form form .items2 button:focus {
    outline: none;
    border: 1px solid #222222;
    color: #222222;
}

.contact-form .form form .items2 button:hover {
    outline: none;
    border: 1px solid #222222;
    color: #ffffff;
    background: #222222;
    transition: all .2s ease;
}


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

.w1400_ {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

/* ====== Tab & Accordion ====== */
.tabs-default .tabs-nav {
    font-size: 0;
}

.tabs-default .tabs-nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 1px;
    margin-bottom: 3px;
}

.tabs-default .tabs-nav li a {
    float: left;
    display: block;
    width: 180px;
    line-height: 55px;
    border: 1px solid #ebebeb;
    font-size: 16px;
    color: #515151;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.tabs-default .tabs-nav li a:hover {
    background-color: #e71a21;
    text-decoration: none;
    color: #fff;
}

.tabs-default .tabs-nav li a.current,
.tabs-default .tabs-nav li a.current:hover {
    background-color: #e71a21;
    color: #fff;
}

.tabs-default .tabs-nav li a span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.tabs-default .tabs-nav li a i {
    float: left;
    display: inline;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 5px;
    position: relative;
    top: 12px;
    background-position: center center;
    background-repeat: no-repeat;
}

.tabs-default .tabs-panes {}

.tabs-default .tabs-panes .tab-box {
    display: none;
    padding: 30px 0 0;
    width: auto;
}

.tab-more {
    float: none;
    clear: both;
    margin-top: 30px;
}

.tab-more a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 34px;
    padding: 0 25px;
    border: 1px solid #4ba737;
    color: #4ba737;
    transition: all 0.5s ease 0s;
}

.tab-more a:hover {
    background-color: #F4A814;
    border-color: #F4A814;
    color: #fff;
    text-decoration: none;
}

.tab-more-center {
    text-align: center;
}

.tab-more-right {
    text-align: right;
}

.tabs-down .tabs-nav li a.current,
.tabs-down .tabs-nav li a.current:hover {
    background-color: #F4A814;
    color: #fff;
}

.tabs-down .tabs-panes .tab-box {
    padding: 0 0 30px 0;
    width: auto;
}

.tabs-left .tabs-nav {
    float: left;
    display: inline;
    width: 25%;
    height: auto;
    background-color: transparent;
}

.tabs-left .tabs-nav li {
    padding: 0;
    border: none;
    display: block;
    width: 100%;
    margin-bottom: 2px;
    background-color: #f2f2f2;
    *display: inline;
}

.tabs-left .tabs-nav li a {
    display: block;
    padding: 0 15px;
    float: none;
    width: auto;
}

.tabs-left .tabs-nav li a span {
    line-height: normal;
    padding: 12px 0;
}

.tabs-left .tabs-nav li a.current,
.tabs-left .tabs-nav li a.current:hover {
    background-color: #F4A814;
    color: #fff;
}

.tabs-left .tabs-panes {
    overflow: hidden;
    *zoom: 1;
}

.tabs-left .tabs-panes .tab-box {
    padding: 0 0 0 20px;
}

.tabs-right .tabs-nav {
    float: right;
    display: inline;
    width: 25%;
    height: auto;
    background-color: transparent;
}

.tabs-right .tabs-nav li {
    padding: 0;
    border: none;
    display: block;
    width: 100%;
    margin-bottom: 2px;
    background-color: #f2f2f2;
    *display: inline;
}

.tabs-right .tabs-nav li a {
    display: block;
    padding: 0 15px;
    float: none;
    width: auto;
}

.tabs-right .tabs-nav li a span {
    line-height: normal;
    padding: 10px 0;
}

.tabs-right .tabs-nav li a.current,
.tabs-right .tabs-nav li a.current:hover {
    background-color: #F4A814;
    color: #fff;
}

.tabs-right .tabs-panes {
    overflow: hidden;
    *zoom: 1;
}

.tabs-right .tabs-panes .tab-box {
    padding: 0 15px 0 0;
}

.tabs-center .tabs-nav {
    text-align: center;
}

.tabs-center .tabs-nav li {
    border: none;
    margin: 0 5px 5px;
}

.tab-round {}

.tab-round .tabs-nav li {
    margin: 0 24px 1px;
    float: left;
    _display: block;
}

.tab-round .tabs-nav li i.line-v {
    display: block;
    width: 1px;
    height: 50px;
    overflow: hidden;
    position: relative;
    left: 50%;
    background-color: transparent;
}

.tab-round .tabs-nav li i.line-v-c {
    background-color: #b5b5b5;
}

.tab-round .tabs-nav li a {
    line-height: normal;
    padding: 0;
    margin: 0;
    width: 146px;
    height: 146px;
    border: 2px solid #cbcbcb;
    border-radius: 50%;
    background-color: transparent;
    color: #808080;
    text-align: center;
}

.tab-round .tabs-nav li a span {
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 60px;
}

.tab-round .tabs-nav li a em {
    display: block;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.tab-round .tabs-nav li a:hover {
    background-color: #F4A814;
    border-color: #F4A814;
    color: #fff;
}

.tab-round .tabs-nav li a.current,
.tab-round .tabs-nav li a.current:hover {
    background-color: #F4A814;
    border-color: #F4A814;
    color: #fff;
}

.tab-round .tabs-nav .tab-nav-item-hasSummary-round span {
    margin-top: 47px;
}

.tab-round .tabs-panes .tab-box {
    padding-top: 0;
}

.tab-round .tab-box-content-line i {
    display: block;
    width: 100%;
    height: 1px;
    overflow: hidden;
    margin-bottom: 25px;
    background-color: #b5b5b5;
    clear: both;
}


.title_h5 {
    text-align: center;
    margin-bottom: 40px;
}

.title_h5 strong {
    display: block;
    font-size: 40px;
    font-weight: normal;
}

.title_h5 p {
    width: 80%;
    font-size: 16px;
    color: #999;
    margin: 18px auto 0;
    line-height: 1.6;
}

.index .more_a {
    display: block;
    width: 134px;
    height: 36px;
    background-color: #e71a21;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
}

.index .box1 {
    margin-top: 50px;
}

.index .box1 .thumbs_div {
    position: relative;
    width: 1200px;
    height: 68px;
    margin: 0 auto 40px;
    box-sizing: border-box;
    padding: 0 40px;
}

.index .box1 .thumbs_div .swiper-button-prev {
    width: 18px;
    height: 32px;
    margin-top: -16px;
    left: 0;
    background-size: 100% 100%;
}

.index .box1 .thumbs_div .swiper-button-next {
    width: 18px;
    height: 32px;
    margin-top: -16px;
    right: 0;
    background-size: 100% 100%;
}

.index .box1 .gallery-thumbs {
    width: 100%;
    padding-bottom: 40px;
}

.index .box1 .gallery-thumbs .swiper-slide {
    cursor: pointer;
}

.index .box1 .gallery-thumbs .swiper-slide::after {
    content: "";
    position: absolute;
    margin-left: -15px;
    left: 50%;
    bottom: -40px;
    width: 30px;
    height: 22px;
    background-image: url(../image/tb53.png);
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s;
}

.index .box1 .gallery-thumbs .swiper-slide em {
    display: block;
    width: 35px;
    height: 35px;
    position: relative;
    margin: 0 auto;
}

.index .box1 .gallery-thumbs .swiper-slide em img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.index .box1 .gallery-thumbs .swiper-slide em img:nth-of-type(1) {
    opacity: 1;
}

.index .box1 .gallery-thumbs .swiper-slide em img:nth-of-type(2) {
    opacity: 0;
}

.index .box1 .gallery-thumbs .swiper-slide span {
    margin-top: 15px;
    display: block;
    font-size: 18px;
    text-align: center;
    transition: all 0.5s;
}

.index .box1 .gallery-thumbs .swiper-slide-thumb-active span {
    color: #e71a21;
}

.index .box1 .gallery-thumbs .swiper-slide-thumb-active::after {
    opacity: 1;
}

.index .box1 .gallery-thumbs .swiper-slide-thumb-active em img:nth-of-type(1) {
    opacity: 0;
}

.index .box1 .gallery-thumbs .swiper-slide-thumb-active em img:nth-of-type(2) {
    opacity: 1;
}

.index .box1 .gallery-top {
    height: 38vw;
}

.index .box1 .gallery-top .swiper-slide {
    background-size: cover;
    background-position: center;
}

.index .box1 .gallery-top .swiper-slide .w1400 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.index .box1 .gallery-top .swiper-slide h6 {
    width: 50%;
    font-size: 36px;
}

.index .box1 .gallery-top .swiper-slide p {
    width: 50%;
    font-size: 16px;
    line-height: 1.5;
    margin: 32px 0 42px;
}

.index .box1 .gallery-top .swiper-slide .more_a {}

.index .pd {
    padding: 50px 0;
}

.index .box2 {
    /* background-image: url(../image/tp3.jpg); */
    background-size: cover;
    background-position: center;
}

.index .box2 .ul {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.index .box2 .ul li {
    flex-shrink: 0;
    width: 33.33%;
    box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    overflow: hidden;
}

.index .box2 .ul li:nth-of-type(3n) {
    border-right: none;
}

.index .box2 .ul li:nth-of-type(1),
.index .box2 .ul li:nth-of-type(2),
.index .box2 .ul li:nth-of-type(3) {
    border-top: none;
}

.index .box2 .ul li a {
    display: block;
    box-sizing: border-box;
    padding: 10px 10px 24px;
    position: relative;
}

.index .box2 .ul li em {
    display: block;
    width: 100%;
    padding-bottom: 54%;
    background-size: cover;
    background-position: center;
}

.index .box2 .ul li h6 {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    transition: all 0.5s;
}

.index .box2 .ul li dl {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 73, 173, 0.86);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 32px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
}

.index .box2 .ul li dl dt {
    font-size: 26px;
    margin-bottom: 26px;
}

.index .box2 .ul li dl dt::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #6caaff;
    margin-top: 26px;
}

.index .box2 .ul li dl dd {
    font-size: 16px;
    line-height: 1.8;
}

.index .box3 {
    background-image: url(../image/tp10.jpg);
    background-size: cover;
    background-position: center;
    height: 21vw;
    position: relative;
}

.index .box3 .w1400 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.index .box3 .w1400 h6 {
    font-size: 34px;
}

.index .box3 .w1400 h5 {
    font-size: 40px;
    font-weight: bold;
    margin: 14px 0;
}

.index .box3 .w1400 p {
    font-size: 24px;
}

.index .box3 .w1400 .more_a {
    margin-top: 54px;
}

.index .box4 {}




.index .box4 .type {
    text-align: right;
    font-size: 0;
    margin-bottom: 20px;
}

.index .box4 .type span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #666;
    margin-left: 30px;
    cursor: pointer;
    transition: all 0.5s;
}

.index .box4 .type span.active {
    color: #e71a21;
}

.index .box4 .list {
    height: 490px;
    position: relative;
    display: none;
}

.index .box4 .list:nth-of-type(1) {
    display: block;
}

.index .box4 .list .swiper-button {
    width: 36px;
    height: 36px;
    top: auto;
    bottom: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-size: 10px;
    transition: all 0.5s;
}

.index .box4 .list .swiper-button-prev {
    background-image: url(../image/tb51.png);
    left: 26px;
}

.index .box4 .list .swiper-button-next {
    right: auto;
    left: 80px;
    background-image: url(../image/tb52.png);
}

.index .box4 .list .swiper-container {
    width: 47%;
    height: 100%;
    margin: 0;
}

.index .box4 .list .swiper-slide {
    color: #fff;
}

.index .box4 .list .swiper-slide i {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.index .box4 .list .swiper-slide div {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 26px;
    background-color: rgba(0, 0, 0, 0.7);
}

.index .box4 .list .swiper-slide div h6 {
    font-size: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 12px;
}

.index .box4 .list .swiper-slide div p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    height: 50px;
    overflow: hidden;
}

.index .box4 .list .swiper-slide div span {
    display: block;
    text-align: right;
    font-size: 20px;
}

.index .box4 .list .div {
    position: absolute;
    width: calc(53% - 20px);
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
}

.index .box4 .list .div a {
    display: block;
    width: 100%;
    height: 33.33%;
    border-bottom: 1px solid #e3e5e9;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}

.index .box4 .list .div a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    right: 0;
    top: 0;
    background-color: #e71a21;
    opacity: 0;
    transition: all 0.5s;
}

.index .box4 .list .div a:last-of-type {
    border-bottom: none;
}

.index .box4 .list .div a h6 {
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 12px;
}

.index .box4 .list .div a p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    height: 50px;
    overflow: hidden;
}

.index .box4 .list .div a span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #666;
}

.index .box4 .list .div a span::before {
    content: "";
    flex-shrink: 0;
    width: 33px;
    height: 21px;
    /* background-image: url(../image/tb54.png); */
    background-size: 100% 100%;
    transition: all 0.5s;
}



.tabs_m .tabs_con ul li a {
    font-size: 16px !important;
    line-height: 44px !important;
}

.about_top,
.join_top,
.contact_top {
    overflow: initial !important;
}

.link_div {
    padding: 40px 0;
    font-size: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
}

.link_div a {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    color: #999;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all 0.5s;
}

.md_i {
    display: block;
    transform: translateY(-40px);
}

.solution {
    overflow-x: hidden;
}

.solution .tab_swiper {
    float: right;
    width: 50%;
    margin-top: 20px;
    height: 68px;
}

.solution .tab_swiper .swiper-slide {
    width: auto;
    font-size: 18px;
    height: 68px;
    line-height: 68px;
    color: #999;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all 0.5s;
}

.solution .pd {
    padding: 80px 0;
}

.solution .about_top .crumbs span {
    color: #e71a21;
}

.solution .about_top>.w1400 .tabs a.active {
    border-color: #e71a21;
}

.solution .box1 {
    background-color: #f7f7f7;
    position: relative;
    height: 460px;
}

.solution .box1 .w1400 {
    height: 100%;
    display: flex;
    align-items: center;
}

.solution .box1 .w1400 dt {
    width: 45%;
    max-height: 80%;
    overflow: hidden;
}

.solution .box1 .w1400 dt h6 {
    font-size: 26px;
    line-height: 1.6;
    text-transform: none;
}

.solution .box1 .w1400 dt p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-top: 32px;
}

.solution .box1 .w1400 dd {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.solution .box2 {}

.solution .box2 .ul {
    margin-top: -34px;
}

.solution .box2 .ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    text-align: center;
    height: 250px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin-top: 34px;
    cursor: pointer;
}

.solution .box2 .ul li:nth-of-type(2n) {
    margin-right: 0;
}

.solution .box2 .ul li img {
    width: 48px;
}

.solution .box2 .ul li h6 {
    font-size: 22px;
    margin: 25px 0 20px;
}

.solution .box2 .ul li span {
    font-size: 16px;
    color: #666;
    display: block;
    width: 90%;
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.solution .box2 .ul li div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    background-color: #e71a21;
    color: #fff;
    box-sizing: border-box;
    padding: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    text-align: left;
    background-image: url(../image/tb16.png);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: right 40px bottom 40px;
    opacity: 0;
    transition: all 0.5s;
}

.solution .box2s .ul li {
    width: 32%;
}

.solution .box2s .ul li:nth-of-type(2n) {
    margin-right: 2%;
}

.solution .box2s .ul li:nth-of-type(3n) {
    margin-right: 0;
}



.solution .box3 {
    background-color: #fafbfd;
}

.solution .box3 .ul {
    margin-top: -24px;
}

.solution .box3 .ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    display: flex;
    align-items: center;
    height: 224px;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 24px;
    box-sizing: border-box;
    padding: 0 32px;
    cursor: pointer;
    transition: all 0.5s;
}

.solution .box3 .ul li:nth-of-type(2n) {
    margin-right: 0;
}

.solution .box3 .ul li em {
    flex-shrink: 0;
    width: 116px;
    height: 116px;
    background-color: #e5eaf5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.solution .box3 .ul li em img {
    width: 65px;
}

.solution .box3 .ul li dl {
    flex: 1;
    margin-left: 32px;
}

.solution .box3 .ul li dl dt {
    font-size: 26px;
    margin-bottom: 24px;
    transition: all 0.5s;
}

.solution .box3 .ul li dl dd {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    transition: all 0.5s;
}

.solution .box4 {
    background-image: url(../image/tb55.png);
}

.solution .box4 .ul {
    margin-top: -24px;
}

.solution .box4 .ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-top: 24px;
    text-align: center;
    background-color: #fff;
    height: 314px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 24px;
    cursor: pointer;
    transition: all 0.5s;
}

.solution .box4 .ul li:nth-of-type(4n) {
    margin-right: 0;
}

.solution .box4 .ul li img {
    width: 44px;
}

.solution .box4 .ul li i {
    display: block;
    width: 110px;
    height: 3px;
    background-color: #ccc;
    margin: 24px auto;
    transition: all 0.5s;
}

.solution .box4 .ul li h6 {
    font-size: 22px;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.solution .box4 .ul li p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    height: 50px;
}

.solution .box5 {}

.solution .box5 .div {}

.solution .box5 .div a {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 100px 0 32px;
    height: 96px;
    border: 1px solid #e0e0e0;
    margin-bottom: 36px;
    box-sizing: border-box;
    transition: all 0.5s;
}

.solution .box5 .div a:last-of-type {
    margin-bottom: 0;
}

.solution .box5 .div a img {
    flex-shrink: 0;
    width: 40px;
}

.solution .box5 .div a h6 {
    font-size: 20px;
    flex: 1;
    min-width: 0;
    margin: 0 20px 0 32px;
}

.solution .box5 .div a p {
    display: none;
}

.solution .box5 .div a span {
    position: absolute;
    right: 32px;
    top: 24px;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background-color: rgba(33, 114, 224, 0.16);
    background-image: url(../image/tb37.png);
    background-size: 29px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
}

.solution .box6 {
    background-color: #fafafa;
}

.solution .box6 .div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solution .box6 .div em {
    flex-shrink: 0;
    width: 48%;
}

.solution .box6 .div em img {
    width: 100%;
}

.solution .box6 .div .gdl_div {
    flex-shrink: 0;
    width: 48%;
    max-height: 450px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 14px;
}

.solution .box6 .div .gdl_div p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.solution .box6 .div .gdl_div h4 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 20px;
    color: #333;
    position: relative;
}

.solution .box6 .div .gdl_div h4:first-of-type {
    margin-top: 0;
}

.solution .box6 .div .gdl_div h4::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #e71a21;
    top: 7px;
    left: -14px;
}

.solution .box6 .div .gdl_div h4 span {
    color: #e71a21 !important;
}

.solution .box6 .div ul {
    flex-shrink: 0;
    width: 48%;
}

.solution .box6 .div ul li {
    margin-bottom: 34px;
    padding-left: 14px;
    position: relative;
}

.solution .box6 .div ul li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #e71a21;
    top: 7px;
    left: 0;
}

.solution .box6 .div ul li:last-of-type {
    margin-bottom: 0;
}

.solution .box6 .div ul li h6 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.solution .box6 .div ul li h6 span {
    color: #e71a21;
}

.solution .box6 .div ul li p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.solution .box7 {}

.solution .box7 .div {
    display: flex;
    justify-content: space-between;
}

.solution .box7 .div em {
    flex-shrink: 0;
    width: 49%;
    position: relative;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
}

.solution .box7 .div em i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    display: none;
}

.solution .box7 .div em i:nth-of-type(1) {
    display: block;
}

.solution .box7 .div ul {
    flex-shrink: 0;
    width: 49%;
    padding: 30px 0;
    background-color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 0px 18px 0px rgba(53, 53, 53, 0.07);
}

.solution .box7 .div ul li {
    padding: 20px 32px;
    transition: all 0.5s;
}

.solution .box7 .div ul li h6 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: justify;
    transition: all 0.5s;
}

.solution .box7 .div ul li p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    text-align: justify;
    transition: all 0.5s;
}

.solution .box8 {
    background-color: #fafafa;
}

.solution .box8 .swiper-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 27px 0px rgba(53, 53, 53, 0.26);
    height: 468px;
}

.solution .box8 .swiper-slide {
    display: flex;
}

.solution .box8 .swiper-slide div {
    flex-shrink: 0;
    width: 53%;
    box-sizing: border-box;
    padding: 5%;
}

.solution .box8 .swiper-slide div h6 {
    font-size: 30px;
    margin-bottom: 34px;
}

.solution .box8 .swiper-slide div p {
    font-size: 16px;
    color: 666;
    line-height: 1.6;
    color: #666;
}

.solution .box8 .swiper-slide em {
    flex-shrink: 0;
    width: 47%;
    height: 100%;
    background-size: cover;
}

.solution .box8 .swiper-button {
    width: 37px;
    height: 37px;
    top: auto;
    bottom: 8%;
    background-size: 100% 100%;
}

.solution .box8 .swiper-button-prev {
    background-image: url(../image/tb38.png);
    left: 5%;
}

.solution .box8 .swiper-button-next {
    right: auto;
    left: calc(5% + 50px);
    background-image: url(../image/tb39.png);
}

.solution .box8 .swiper-pagination {
    width: auto;
    left: auto;
    right: 50%;
    bottom: 8%;
}

.solution .box8 .swiper-pagination span {
    width: 34px;
    height: 3px;
    background-color: #eaeaed;
    opacity: 1;
    border-radius: 0;
}

.solution .box8 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e71a21;
}

.solution .box9 {}

.solution .box9 .ul {
    margin-top: -50px;
    display: flex;
    flex-wrap: wrap;
}

.solution .box9 .ul li {
    flex-shrink: 0;
    width: 48.5%;
    margin-right: 3%;
    margin-top: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
}

.solution .box9 .ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #e71a21;
    opacity: 0;
    transition: all 0.5s;
}

.solution .box9 .ul li:nth-of-type(2n) {
    margin-right: 0;
}

.solution .box9 .ul li em {
    flex-shrink: 0;
    display: block;
    width: 100%;
    padding-bottom: 58%;
    overflow: hidden;
    position: relative;
}

.solution .box9 .ul li em i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
}

.solution .box9 .ul li div {
    flex: 1;
    border: 1px solid #e0e0e0;
    border-top: none;
    padding: 28px 44px 22px;
}

.solution .box9 .ul li div h6 {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 20px;
}

.solution .box9 .ul li div h6 img {
    width: 26px;
    margin-right: 10px;
}

.solution .box9 .ul li div p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.solution .box9s .ul li {
    width: 32%;
    margin-right: 2%;
}

.solution .box9s .ul li:nth-of-type(2n) {
    margin-right: 2%;
}

.solution .box9s .ul li:nth-of-type(3n) {
    margin-right: 0;
}

.solution .box10 {
    background-color: #fafafa;
}

.solution .box10 .ul {
    margin-top: -40px;
}

.solution .box10 .ul li {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    padding-bottom: 30%;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.solution .box10 .ul li:nth-of-type(2n) {
    margin-right: 0;
}

.solution .box10 .ul li i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
}

.solution .box10 .ul li dl {
    position: absolute;
    top: calc(100% - 120px);
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    padding: 0 50px;
    color: #fff;
    transition: all 0.5s;
}

.solution .box10 .ul li dl::before {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background-image: url(../image/tb58.png);
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.solution .box10 .ul li dl dt {
    font-size: 20px;
    margin-bottom: 18px;
}

.solution .box10 .ul li dl dd {
    font-size: 16px;
    color: #ccc;
    line-height: 1.8;
    max-height: 65%;
    text-align: justify;
    overflow: hidden;
}

.solution .box10s .ul li {
    width: 32%;
    margin-right: 2%;
}

.solution .box10s .ul li:nth-of-type(2n) {
    margin-right: 2%;
}

.solution .box10s .ul li:nth-of-type(3n) {
    margin-right: 0;
}

.solution .box11 {}

.solution .box11 .div {
    box-shadow: 0px 0px 21px 0px rgba(27, 27, 27, 0.14);
    position: relative;
    height: 450px;
}

.solution .box11 .div em {
    position: relative;
    display: block;
    width: 46%;
    height: 100%;
}

.solution .box11 .div em i {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: none;
}

.solution .box11 .div em i:nth-of-type(1) {
    display: block;
}

.solution .box11 .div .list_div {
    position: absolute;
    top: 10px;
    right: 0;
    width: 54%;
    height: calc(100% - 20px);
    overflow: hidden;
}

.solution .box11 .div ul {
    padding: 0 38px 0 42px;
}

.solution .box11 .div ul li {
    padding: 20px 0 12px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}

.solution .box11 .div ul li h6 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 12px;
    transition: all 0.5s;
}

.solution .box11 .div ul li p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.solution .box11 .mCSB_container {
    margin-right: 4px;
}

.solution .box11 .mCustomScrollBox>.mCSB_scrollTools {
    width: 4px;
}

.solution .box11 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #e71a21;
}

.solution .box11 .mCSB_scrollTools .mCSB_draggerRail {
    opacity: 0;
}

.solution .box12 {
    color: #fff;
    background-image: url(../image/tp29.jpg);
    background-size: cover;
    background-position: center;
}

.solution .box12 .i {
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
}

.solution .box12 .i::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: #6b7080;
    top: -6px;
    left: 50%;
    margin-left: -50vw;
}

.solution .box12 .gallery-thumbs {}

.solution .box12 .gallery-thumbs .swiper-slide {
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.4;
    cursor: pointer;
}

.solution .box12 .gallery-thumbs .swiper-slide::after {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 6px;
    transition: all 0.5s;
}

.solution .box12 .gallery-thumbs .swiper-slide-thumb-active::after {
    width: 100%;
    border-radius: 0;
    height: 3px;
    bottom: 4px;
}

.solution .box12 .gallery-top {
    margin-top: 50px;
}

.solution .box12 .swiper-button {
    width: 37px;
    height: 37px;
    top: auto;
    bottom: 0;
    background-size: 100% 100%;
}

.solution .box12 .swiper-button-prev {
    background-image: url(../image/tb38.png);
    left: 0;
}

.solution .box12 .swiper-button-next {
    right: auto;
    left: 50px;
    background-image: url(../image/tb39.png);
}

.solution .box12 .gallery-top .swiper-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.solution .box12 .gallery-top .swiper-slide div {
    flex-shrink: 0;
    width: 48%;
}

.solution .box12 .gallery-top .swiper-slide div h6 {
    font-size: 26px;
    margin-bottom: 26px;
}

.solution .box12 .gallery-top .swiper-slide div h6::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    background-color: #e71a21;
    margin-top: 22px;
}

.solution .box12 .gallery-top .swiper-slide div p {
    font-size: 16px;
    color: #e5e5e5;
    line-height: 1.8;
}

.solution .box12 .gallery-top .swiper-slide i {
    flex-shrink: 0;
    width: 48%;
    padding-bottom: 27%;
    background-size: cover;
    background-position: center;
}

.solution .box12 .more_a {
    display: block;
    width: 146px;
    height: 36px;
    border: 2px solid #b3b3b3;
    border-radius: 4px;
    color: #b3b3b3;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    margin: 40px auto 0;
    transition: all 0.5s;
}

.solution .box13 {}

.solution .box13 .swiper-container {
    padding: calc(8% + 30px) 0;
    margin-top: -30px;
}

.solution .box13 .swiper-button {
    width: 37px;
    height: 37px;
    margin-top: -19px;
    background-size: 100% 100%;
}

.solution .box13 .swiper-button-prev {
    left: 8%;
    background-image: url(../image/tb38.png);
}

.solution .box13 .swiper-button-next {
    right: 8%;
    background-image: url(../image/tb39.png);
}

.solution .box13 .swiper-slide {}

.solution .box13 .swiper-slide i {
    display: block;
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(27, 27, 27, 0.25);
    transition: all 0.5s;
}

.solution .box13 .swiper-slide img {
    width: 100%;
}

.solution .box13 .swiper-slide-active {
    z-index: 3;
}

.solution .box13 .swiper-slide-active i {
    transform: scale(2);
}

.solution .box14 {
    background-image: url(../image/tp32.jpg);
    background-size: cover;
    background-position: center;
    margin-top: -30px;
}

.solution .box14 .swiper_div {
    display: flex;
    background-color: #fff;
    box-shadow: 0px 0px 46px 0px rgba(53, 53, 53, 0.28);
}

.solution .box14 .gallery-thumbs {
    flex-shrink: 0;
    width: 22%;
    margin: 0;
    margin-right: 12px;
    box-sizing: border-box;
    padding: 20px 0;
}

.solution .box14 .gallery-thumbs .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.5s;
}

.solution .box14 .gallery-thumbs .swiper-slide-thumb-active {
    background-color: #e71a21;
    color: #fff;
}

.solution .box14 .gallery-top {
    flex: 1;
    margin: 0;
    background-color: #f7fbff;
}

.solution .box14 .gallery-top .swiper-slide {}

.solution .box14 .gallery-top .swiper-slide i {
    display: block;
    width: 100%;
    padding-bottom: 38%;
    background-size: cover;
    background-position: center;
}

.solution .box14 .gallery-top .swiper-slide div {
    padding: 44px 54px 38px;
}

.solution .box14 .gallery-top .swiper-slide div h6 {
    font-size: 30px;
    margin-bottom: 20px;
}

.solution .box14 .gallery-top .swiper-slide div p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.solution .box15 {
    background-color: #fafafa;
}

.solution .box15 .swiper_div {
    position: relative;
}

.solution .box15 .swiper_div .swiper-button {
    width: 37px;
    height: 37px;
    margin-top: -19px;
    background-size: 100% 100%;
}

.solution .box15 .swiper_div .swiper-button-prev {
    left: -60px;
    background-image: url(../image/tb38.png);
}

.solution .box15 .swiper_div .swiper-button-next {
    right: -60px;
    background-image: url(../image/tb39.png);
}

.solution .box15 .swiper-container {
    padding: 20px;
    margin: -20px 0 0 -20px;
    width: 100%;
}

.solution .box15 .swiper-slide {
    box-sizing: border-box;
    padding-bottom: 15%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    transition: all 0.5s;
}

.solution .box16 {}

.solution .box16 .ul {
    display: flex;
    flex-wrap: wrap;
}

.solution .box16 .ul li {
    flex-shrink: 0;
    width: 23.5%;
    margin-right: 2%;
    cursor: pointer;
    box-shadow: 0px 0px 18px 0px rgba(27, 27, 27, 0.16);
}

.solution .box16 .ul li:nth-of-type(4n) {
    margin-right: 0;
}

.solution .box16 .ul li em {
    display: block;
    width: 100%;
    padding-bottom: 68%;
    overflow: hidden;
    position: relative;
}

.solution .box16 .ul li em::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 54px;
    height: 54px;
    margin: -27px 0 0 -27px;
    background-image: url(../image/tb15.png);
    background-size: 100% 100%;
}

.solution .box16 .ul li em i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
}

.solution .box16 .ul li div {
    padding: 18px 16px 14px;
}

.solution .box16 .ul li div h6 {
    font-size: 20px;
    margin-bottom: 12px;
    transition: all 0.5s;
}

.solution .box16 .ul li div p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.solution .box17 {
    position: relative;
    background-color: #f7f8fa;
}

.solution .box17 .w1400 {
    height: 530px;
    display: flex;
    align-items: center;
}

.solution .box17 em {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
}

.solution .box17 .w1400 em::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    margin: -55px 0 0 -55px;
    background-image: url(../image/tb15.png);
    background-size: 100% 100%;
}

.solution .box17 .w1400 em i {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.solution .box17 .w1400 div {
    flex-shrink: 0;
    width: 50%;
    margin-left: 50%;
    box-sizing: border-box;
    padding-left: 6%;
}

.solution .box17 .w1400 div h6 {
    font-size: 40px;
    margin-bottom: 28px;
}

.solution .box17 .w1400 div h6::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #e71a21;
    margin-top: 18px;
}

.solution .box17 .w1400 div p {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
}

.solution .box17 .w1400 div a {
    display: block;
    width: 134px;
    height: 38px;
    background-color: #e71a21;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    margin-top: 60px;
}

.solution .box18 {}

.solution .box18 .div {}

.solution .box18 .div h6 {
    font-size: 28px;
    color: #e71a21;
    text-align: center;
    margin-bottom: 30px;
}

.solution .box18 .div p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 24px;
}

.solution .box18 .div p img {
    max-width: 100%;
    height: auto !important;
}

.solution .box18 .div p:last-of-type {
    margin-bottom: 0;
}



.foot_box {}

.foot_box .box1 {
    padding: 30px 0;
    background-color: #222222;
}

.foot_box .box1 .w1400 {
    display: flex;
    justify-content: flex-start;
}

.foot_box .ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.foot_box .ul li {
    display: inline-block;
}

.foot_left {
    float: left;
    margin-right: 10px;
}

.foot_right {
    float: left;
    color: #fff;
}

.foot_right p {
    margin-bottom: 10px;
}

.foot_box .ul .li1 {
    position: absolute;
    top: 0;
    right: 10%;
    margin-right: 0;
}

.foot_box .ul li {
    white-space: nowrap;
    margin-right: 12%;
}

.foot_box .ul li:last-of-type {
    margin-right: 0;
}

.foot_box .ul li a {
    display: block;
    color: #e0e0e0;
    font-size: 14px;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.foot_box .ul li a:first-of-type {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.foot_box .ul li a:last-of-type {
    margin-bottom: 0;
}

.foot_box .ul li strong {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    width: 120px;
    margin: 0 auto 20px;
}

.foot_box .ul li .img_a {
    text-align: center;
    color: #fff;
    opacity: 0.6;
    transition: all 0.5s;
}

.foot_box .ul li .img_a img {
    width: 120px;
}

.foot_box .ul li .img_a span {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 18px;
}

.foot_box .dl {}

.foot_box .dl dt {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.foot_box .dl dd {
    font-size: 0;
}

.foot_box .dl dd img {
    width: 96px;
    margin-top: 10px;
    margin-right: 10px;
}

.foot_box .dl dd img:nth-of-type(2n) {
    margin-right: 0;
}

.foot_box .box2 {
    border-top: 1px solid #4e4e4e;
    background-color: #222222;
    padding: 18px 0;
}

.foot_box .box2 .w1400 {
    text-align: center;
    font-size: 14px;
    color: #e0e0e0;
}

.foot_box .box2 .w1400 dt {
    line-height: 20px;
}

.foot_box .box2 .w1400 dt a {
    color: #e0e0e0;
    margin-left: 36px;
    transition: all 0.5s;
}

.foot_box .box2 .w1400 dt a img {
    width: 18px;
    margin-right: 4px;
}

.foot_box .box2 .w1400 dd {
    display: flex;
    align-items: center;
}

.foot_box .box2 .w1400 dd a {
    font-size: 14px;
    color: #e0e0e0;
    padding: 0 10px;
    border-right: 1px solid #bababa;
    transition: all 0.5s;
}

.foot_box .box2 .w1400 dd div {
    display: flex;
    align-items: center;
}

.foot_box .box2 .w1400 dd div span {
    font-size: 14px;
    color: #e0e0e0;
    padding: 0 0 0 10px;
}

.foot_box .box2 .w1400 dd div p {
    display: flex;
    width: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.foot_box .box2 .w1400 dd div .a {
    flex-shrink: 0;
    width: 98px;
    height: 27px;
    background-color: #393c47;
    line-height: 27px;
    text-align: center;
    border-radius: 2px;
    padding: 0;
    border-right: none;
    margin-left: 10px;
    transition: all 0.5s;
}

.foot_box .box2 .w1400 dd div .a img {
    width: 19px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
}

.foot_box .box2 .w1400 dd div .a1 {
    margin-left: 0;
}



.head_box {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 0 10%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.head_box.fixed {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: all .5s linear;
    height: 100px
}



.head_box .logo_a {
    width: 310px;
    margin-right: 100px;
}

.head_box .logo_a img {
    width: 70%;
}

.head_box .en_a {
    font-size: 18px;
    color: #515151;
    margin: 0 26px;
    position: relative;
}

.head_box .en_a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #515151;
    top: 0;
    left: -20px;
}

.head_box .en_a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #515151;
    top: 0;
    right: -20px;
}

.head_box .header_r{
    display: flex;
    align-items: center;
}

.head_box .search_span {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background-image: url(../image/tb60.png);
    background-size: 100% 100%;
    margin-right: 10px;
    display: inline-block;
}

.head_box.fixed .search_span {
    background-image: url(../image/tb60.png);
}


.head_box .nav_ul {
    font-size: 0;
}

.head_box .nav_ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    position: relative;
}

.head_box .nav_ul li .a1 {
    display: block;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    color: #515151;
    padding: 0 8px;
    position: relative;
    transition: all 0.5s;
}

.head_box .nav_ul li .a1::before {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #e71a21;
    opacity: 0;
    transition: all 0.5s;
}

.head_box .nav_ul li.active .a1 {
    color: #e71a21;
}

.head_box .nav_ul li.active .a1::before {
    width: 100%;
    opacity: 1;
}

.head_box .nav_ul li .a1 i {
    float: right;
    font-size: 18px;
    display: none;
    transition: all 0.5s;
}

.head_box .nav_ul li.active_li .a1 i {
    transform: rotate(135deg);
}

.head_box .nav_ul li .menu_div {
    position: absolute;
    width: 140%;
    top: 100%;
    left: -20%;
    background-color: #fff;
    display: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.head_box .nav_ul li .menu_div p {
    padding-top: 10px;
    padding-bottom: 10px;

}

.head_box .nav_ul li .menu_div p a {
    font-size: 15px;
    color: #515151;
    transition: all 0.5s;
    display: block;
    line-height: 35px;
    text-align: center;
}

.head_box .nav_ul li .menu_div p a:hover {
    color: #e71a21;
}

.head_box .nav_ul li .menu_div .w1400 {
    display: flex;
    color: #fff;
    height: 260px;
    padding: 54px 0;
}

.head_box .nav_ul li .menu_div .h5 {
    flex-shrink: 0;
    width: 24%;
    margin-right: 4%;
}

.head_box .nav_ul li .menu_div .h5 strong {
    display: block;
    font-size: 34px;
    margin-bottom: 20px;
}

.head_box .nav_ul li .menu_div .h5 span {
    display: block;
    font-size: 16px;
    line-height: 1.8;
}

.head_box .nav_ul li .menu_div .div {
    flex-shrink: 0;
    width: 72%;
}

.head_box .nav_ul li .menu_div .h6 {
    display: flex;
    border-bottom: 1px solid #556e8f;
    margin-bottom: 30px;
}

.head_box .nav_ul li .menu_div .h6 a {
    font-size: 18px;
    margin-right: 44px;
    padding-bottom: 22px;
    border-bottom: 2px solid #0b2f5f;
    color: #fff;
    transition: all 0.5s;
}

.head_box .nav_ul li .menu_div .h6 a.show {
    color: #e71a21;
    border-color: #e71a21;
}

.head_box .nav_ul li .menu_div .h6 a:last-of-type {
    margin-right: 0;
}

.head_box .nav_ul li .menu_div .nr_dl {}

.head_box .nav_ul li .menu_div .nr_dl {}

.head_box .nav_ul li .menu_div .nr_dl dd {
    display: none;
    overflow: hidden;
}

.head_box .nav_ul li .menu_div .nr_dl dd:first-of-type {
    display: block;
    font-size: 0;
}

.head_box .nav_ul li .menu_div .nr_dl dd a {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 2%;
    font-size: 16px;
    color: #e5e5e5;
    margin-top: 26px;
    transition: all 0.5s;
}

.head_box .nav_ul li .menu_div .nr_dl dd a:nth-of-type(1),
.head_box .nav_ul li .menu_div .nr_dl dd a:nth-of-type(2),
.head_box .nav_ul li .menu_div .nr_dl dd a:nth-of-type(3) {
    margin-top: 0;
}

.head_box .nav_ul li .menu_div .nr_dl dd a:nth-of-type(3n) {
    margin-right: 0;
}

.head_box .mCSB_container {
    margin-right: 4px;
}

.head_box .mCustomScrollBox>.mCSB_scrollTools {
    width: 4px;
}

.head_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #217fff;
}

.head_box .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #839fc4;
    width: 4px;
}

.head_box .m_h6 {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url(../image/an1.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
    display: none;
}

.head_box .ac_h6 {
    background-image: url(../image/an2.png);
}



.video_box {
    position: fixed;
    z-index: 111;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 15;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.video_box div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

.video_box div i {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #e71a21;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}

.video_box div video {
    width: 100%;
    outline: none;
}


#boxb {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.ny_nav {
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
}

.ny_nav_right {
    float: right;
}

.ny_nav_left {
    float: left;
}




@media (min-width: 1024px) {
    .foot_box .box2 .w1400 dd div .a:hover {
        background-color: #e71a21;
    }

    .foot_box .box2 .w1400 dd div:hover p {
        width: 216px;
        margin-left: 10px;
    }

    .solution .tab_swiper .swiper-slide:hover {
        border-bottom: 2px solid #e71a21;
        color: #333;
    }

    .data_info .content .gn_div .dd1 .qp_div:hover {
        background-color: #e71a21;
        background-image: url(../image/tb13h.png);
    }

    .data_info .content .gn_div .dd1 .fx_div:hover {
        background-color: #e71a21;
        background-image: url(../image/tb14h.png);
    }

    .foot_box .ul li .img_a:hover {
        opacity: 1;
    }

    .head_box .nav_ul li .menu_div .h6 a:hover {
        color: #e71a21;
        border-color: #e71a21;
    }

    .head_box .nav_ul li .menu_div .nr_dl dd a:hover {
        color: #4996ff;
    }

    .head_box .nav_ul li .menu_div p a:hover {
        color: #e71a21;
    }

    .head_box .nav_ul li:hover .a1 {
        color: #e71a21;
    }

    .head_box .nav_ul li:hover .a1::before {
        width: 100%;
        opacity: 1;
    }

    .foot_box .box2 .w1400 dt a:hover {
        color: #fff;
    }

    .foot_box .box2 .w1400 dd a:hover {
        color: #fff;
    }

    .foot_box .ul li a:hover {
        color: #fff;
    }

    .solution .box16 .ul li:hover div h6 {
        color: #e71a21;
    }

    .solution .box16 .ul li:hover em i {
        transform: scale(1.1);
    }

    .solution .box15 .swiper-slide:hover {
        border-color: #fff;
        box-shadow: 0px 0px 18px 0px rgba(27, 27, 27, 0.16);
    }

    .solution .box12 .more_a:hover {
        border-color: #fff;
        color: #fff;
    }

    .solution .box11 .div ul li:hover h6 {
        color: #e71a21;
    }

    .solution .box10 .ul li:hover dl {
        top: 0;
        padding: 50px 50px 0;
    }

    .solution .box10 .ul li:hover i {
        transform: scale(1.1);
    }

    .solution .box9 .ul li:hover::after {
        width: 100%;
        opacity: 1;
    }

    .solution .box9 .ul li:hover em i {
        transform: scale(1.1);
    }

    .solution .box9 .ul li:hover {
        box-shadow: 0px 0px 27px 0px rgba(53, 53, 53, 0.26);
    }

    .solution .box7 .div ul li:hover h6 {
        color: #fff;
    }

    .solution .box7 .div ul li:hover p {
        color: #fff;
    }

    .solution .box7 .div ul li:hover {
        background-color: #e71a21;
    }

    .solution .box5 .div a:hover span {
        background-color: rgba(33, 114, 224, 1);
    }

    .solution .box5 .div a:hover {
        border-color: #fff;
        box-shadow: 0px 0px 27px 0px rgba(53, 53, 53, 0.26);
    }

    .solution .box4 .ul li:hover h6 {
        color: #e71a21;
    }

    .solution .box4 .ul li:hover i {
        background-color: #e71a21;
    }

    .solution .box4 .ul li:hover {
        box-shadow: 0px 0px 27px 0px rgba(53, 53, 53, 0.26);
    }

    .solution .box3 .ul li:hover {
        background-color: #e71a21;
        box-shadow: 0px 0px 27px 0px rgba(53, 53, 53, 0.26);
    }

    .solution .box3 .ul li:hover em {
        background-color: #fff;
    }

    .solution .box3 .ul li:hover dl dt {
        color: #fff;
    }

    .solution .box3 .ul li:hover dl dd {
        color: #fff;
    }

    .solution .box2 .ul li:hover div {
        top: 0;
        opacity: 1;
    }

    .solution .about_top>.w1400 .tabs a:hover {
        border-color: #e71a21;
    }

    .index .box4 .list .div a:hover {
        background-color: #efefef;
    }

    .index .box4 .list .div a:hover span::before {
        margin-left: 20px;
    }

    .index .box4 .list .div a:hover::after {
        height: 100%;
        opacity: 1;
    }

    .index .box4 .list .swiper-button:hover {
        background-color: #e71a21;
        border-color: #e71a21;
    }

    .index .box4 .type span:hover {
        color: #e71a21;
    }

    .index .box2 .ul li:hover dl {
        opacity: 1;
        top: 0;
    }

    .index .box2 .ul li:hover h6 {
        opacity: 0;
    }

    .index .box1 .gallery-thumbs .swiper-slide:hover::after {
        opacity: 1;
    }

    .index .box1 .gallery-thumbs .swiper-slide:hover span {
        color: #e71a21;
    }

    .index .box1 .gallery-thumbs .swiper-slide:hover em img:nth-of-type(1) {
        opacity: 0;
    }

    .index .box1 .gallery-thumbs .swiper-slide:hover em img:nth-of-type(2) {
        opacity: 1;
    }

    .link_div a:hover {
        border-bottom: 2px solid #e71a21;
        color: #333;
    }

    .data_info .content .gn_div .dd1 .bdsharebuttonbox a:hover {
        background-color: #e71a21;
    }

    .database .content .page .pagination a:hover {
        background: #e71a21;
        color: #fff;
    }

    .database .content .right .ul li h6 a:hover {
        color: #e71a21;
    }

    .database .content .right .div dd a:hover {
        color: #e71a21;
    }

    .database .content .left .dl .a1:hover {
        color: #e71a21;
    }

    .database .content .left .dl .a2:hover {
        color: #e71a21;
    }

    .database .content .left .dl p a:hover {
        color: #e71a21;
    }
}

@media (max-width: 1700px) {
    .head_box {
        padding: 0 4%;
    }

    .head_box .logo_a {

        width: 280px;
        margin-right: 50px;
    }

    .w1400_ {
        width: 90%;
    }


}

@media (max-width: 1500px) {
    .head_box {
        padding: 0 3%;
    }

    .head_box .logo_a {
        left: 3%;
    }

    .head_box .nav_ul li {
        margin: 0 14px;
    }

    .solution .box15 .swiper_div .swiper-button-prev {
        left: 20px;
    }

    .solution .box15 .swiper_div .swiper-button-next {
        right: 20px;
    }
}

@media (max-width: 1420px) {
    .w1400_ {
        width: 85%;
        margin: 0 auto;
        overflow: hidden;
    }

    .slideGroup .parBd ul li {
        width: 22%;
    }

    .head_box {
        padding: 0 2%;
    }

    .head_box .logo_a {
        left: 2%;
    }

    .head_box .nav_ul li {
        margin: 0 10px;
    }

    .head_box .nav_ul li .a1 {
        font-size: 16px;
    }

    .head_box .logo_a {}

    .head_box .nav_ul li .menu_div p a {
        font-size: 14px;
    }

    .head_box .nav_ul li .menu_div .h6 a {
        font-size: 16px;
    }

    .foot_box .box2 .w1400 {
        display: block;
    }

    .foot_box .box2 .w1400 dd a:first-of-type {
        padding-left: 0;
    }

    .foot_box .ul li a:first-of-type {
        font-size: 16px;
    }

    .foot_box .dl dt {
        font-size: 18px;
    }

    .foot_box .box2 .w1400 dt {
        margin-bottom: 10px;
    }

    .database .content .left .h4 {
        font-size: 22px;
    }

    .database .content .left {
        width: 280px;
    }
}





@media (max-width: 1200px) {
    .in-about dt {
        float: none;
        width: auto;
    }

    .in-about dd {
        margin: 15px 0 0;
        font-size: 16px;
    }

    .pro_pc {
        display: none;
    }

    .pro_mobile {
        display: block;
    }

    .pro_mobile .proLi {
        width: 48%;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
    }

    .main {
        padding-top: 60px;
    }

    .head_box {
        height: 60px;
        padding: 0 70px 0 0;
    }

    .head_box.fixed {
        height: 60px;
    }

    .head_box .logo_a {}

    .head_box .nav_ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    }

    .head_box .nav_ul li {
        display: block;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #eee;
    }

    .head_box .nav_ul li .a1 {
        height: 44px;
        line-height: 44px;
        color: #333;
        padding: 0;
    }

    .head_box .nav_ul li .a1 i {
        display: block;
    }

    .head_box .nav_ul li .menu_div .h5 {
        display: none;
    }

    .head_box .nav_ul li .menu_div .w1400 {
        display: block;
        width: 100%;
        height: auto;
        padding: 20px;
        color: #666;
        box-sizing: border-box;
    }

    .head_box .nav_ul li .menu_div .div {
        width: 100%;
        max-height: 80vw;
        overflow-y: auto;
    }

    .head_box .nav_ul li .menu_div .h6 {
        display: none;
    }

    .head_box .nav_ul li .menu_div .nr_dl dd {
        display: block;
        height: auto;
        width: 100%;
        margin-bottom: 10px;
    }

    .head_box .nav_ul li .menu_div .nr_dl dd:last-of-type {
        margin-bottom: 0;
    }

    .head_box .nav_ul li .menu_div .nr_dl dd a {
        color: #666;
        width: 100%;
        margin: 0;
        line-height: 30px;
    }




    .head_box .nav_ul li .menu_div {
        display: none;
        position: static;
        width: 100%;
        background-color: #f7f7f7;
    }

    .head_box .nav_ul li .menu_div p {
        display: block;
        height: auto;
        line-height: 1;
        padding: 10px 20px;
    }

    .head_box .nav_ul li .menu_div p a {
        display: block;
        width: 100%;
        height: 36px;
        line-height: 36px;
        margin: 0;
        color: #666;
    }



    .head_box .m_h6 {
        display: block;
    }

    .foot_box .ul {
        display: block;
        margin-bottom: 30px;
    }

    .foot_box .ul li {
        margin-right: 0;
        margin-bottom: 24px;

    }

    .foot_box .ul li a {
        display: inline-block;
        margin: 0 10px;
    }

    .foot_box .ul li a:first-of-type {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .foot_box .box1 {
        padding: 40px 0;
    }

    .foot_box .dl dd {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .foot_box .dl dt {
        text-align: center;
    }

    .foot_box .dl dd img {
        width: 33%;
        margin-right: 6%;
        margin-top: 20px;
    }

    .foot_box .box2 .w1400 dt {
        text-align: center;
        margin-bottom: 0;
    }

    .foot_box .box2 .w1400 dt a {
        display: block;
        margin-left: 0;
        margin-top: 6px;
    }

    .foot_box .dl dd img:nth-of-type(2n) {
        margin-right: 0;
    }

    .foot_box .box1 .w1400 {
        display: block;
    }

    .foot_box .box2 .w1400 dd {
        display: none;
    }


    .database .content {
        padding: 40px 0;
    }

    .database .content .box {
        display: block;
    }

    .database .content .left {
        width: 100%;
    }

    .database .content .right {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .database .content .right .ul li {
        padding-bottom: 50px;
        padding-right: 0;
    }

    .database .content .right .ul li h6 {
        top: auto;
        margin-top: 0;
        bottom: 0.2rem;
    }

    .database .content .page .pagination a {
        margin: 8px 2px;
        font-size: 14px;
    }

    .database .content .page {
        padding: 0;
    }

    .data_info .content {
        padding: 40px 0;
    }

    .data_info .content .title h5 {
        font-size: 24px;
    }

    .data_info .content .gn_div .dd1 .qp_div {
        -display: none;
    }

    .data_info .content .gn_div .dd2 {
        display: none;
    }

    .data_info .content .gn_div .dd1 {
        width: auto;
        display: none;
    }

    .data_info .content .gn_div .dd3 {
        width: 100%;
    }

    .data_info .content .gn_dl {
        width: 100%;
        height: 50px;
    }

    .data_info .content .div p img {
        /* width: 92%;
        margin: 15px auto; */
    }


    .index .banner {
        width: 100%;
        height: 60vw;
    }

    .index .banner .swiper-slide video {
        width: auto;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .index .banner .video-slide {
        display: none;
    }

    .index .banner .swiper-slide dl dt strong {
        font-size: 36px;
        line-height: 1.4;
    }

    .index .banner .swiper-slide dl dd {
        font-size: 20px;
    }

    .index .banner .swiper-button-prev {
        display: none;
    }

    .index .banner .swiper-button-next {
        display: none;
    }

    .title_h5 strong {
        font-size: 24px;
    }

    .title_h5 P {
        width: 100%;
        font-size: 14px;
    }

    .index .box1 {
        margin-top: 50px;
    }

    .index .pd {
        padding: 40px 0;
    }

    .title_h5 {
        margin-bottom: 40px;
    }

    .index .box1 .gallery-top {
        height: 60vw;
    }

    .index .box1 .gallery-top .swiper-slide h6 {
        font-size: 20px;
        width: 100%;
    }

    .index .more_a {
        width: 134px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

    .index .box1 .gallery-top .swiper-slide p {
        width: 100%;
        margin: 20px 0;
        font-size: 14px;
    }

    .index .box2 .ul li {
        width: 50%;
    }

    .index .box2 .ul li:nth-of-type(3) {
        border-top: 1px solid #e0e0e0;
    }

    .index .box2 .ul li:nth-of-type(3n) {
        border-right: 1px solid #e0e0e0;
    }

    .index .box2 .ul li:nth-of-type(2n) {
        border-right: none;
    }

    .index .box2 .ul li a {
        padding: 10px;
    }

    .index .box2 .ul li dl {
        display: none;
    }

    .index .box2 .ul li h6 {
        font-size: 14px;
        line-height: 1.4;
    }

    .index .box1 .thumbs_div {
        width: 96%;
        display: none;
    }

    .index .box1 .gallery-thumbs .swiper-slide span {
        font-size: 16px;
        line-height: 1.5;
    }

    .index .box3 {
        height: 70vw;
    }

    .index .box3 .w1400 h6 {
        font-size: 22px;
    }

    .index .box3 .w1400 h5 {
        font-size: 28px;
    }

    .index .box3 .w1400 p {
        font-size: 16px;
    }

    .index .box3 .w1400 .more_a {
        margin-top: 20px;
    }

    .index .box4 .type {
        text-align: center;
        margin-top: -14px;
    }

    .index .box4 .type span {
        width: 25%;
        margin-left: 0;
        margin-top: 14px;
    }

    .index .box4 .list {
        height: auto;
    }

    .index .box4 .list .swiper-container {
        width: 100%;
        height: 84vw;
    }

    .index .box4 .list .div {
        position: static;
        width: 100%;
        margin-left: 0;
    }

    .index .box4 .list .swiper-slide div h6 {
        font-size: 18px;
    }

    .index .box4 .list .swiper-slide div span {
        font-size: 18px;
    }

    .index .box4 .list .swiper-slide div p {
        font-size: 14px;
        height: 44px;
    }

    .index .box4 .list .div a h6 {
        font-size: 18px;
    }

    .index .box4 .list .div a p {
        font-size: 14px;
        height: 44px;
    }

    .index .box4 .list .div a span::before {
        width: 24px;
        height: 16px;
    }

    .index .box4 .list .div a span {
        font-size: 14px;
    }

    .solution .tab_swiper {
        display: none;
    }

    .solution .pd {
        padding: 50px 0;
    }

    .solution .box1 {
        height: auto;
        padding: 50px 0;
    }

    .solution .box1 .w1400 {
        flex-direction: column-reverse;
    }

    .solution .box1 .w1400 dd {
        position: static;
        width: 100%;
        height: 50vw;
    }

    .solution .box1 .w1400 dt {
        width: 100%;
        margin-top: 20px;
    }

    .solution .box1 .w1400 dt h6 {
        font-size: 22px;
    }

    .solution .box1 .w1400 dt p {
        margin-top: 14px;
    }

    .solution .box2 .ul {
        margin-top: -20px;
    }

    .solution .box2 .ul li h6 {
        font-size: 18px;
    }

    .solution .box2 .ul li div {
        display: none;
    }

    .solution .box2 .ul li img {
        width: 42px;
    }

    .solution .box2 .ul li {
        padding: 0 10px;
        margin-top: 20px;
    }

    .solution .box2 .ul li span {
        line-height: 1.4;
    }

    .solution .box2s .ul li {
        width: 49%;
    }

    .solution .box2s .ul li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .solution .box2s .ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .solution .box3 .ul {
        margin-top: 0;
    }

    .solution .box3 .ul li {
        float: none;
        width: 100%;
        display: block;
        padding: 30px 20px;
        height: auto;
        text-align: center;
        margin-top: 20px;
    }

    .solution .box3 .ul li em {
        margin: 0 auto;
        width: 100px;
        height: 100px;
    }

    .solution .box3 .ul li dl {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .solution .box3 .ul li dl dt {
        font-size: 24px;
    }

    .solution .box4 .ul {
        margin-top: 0;
    }

    .solution .box4 .ul li {
        float: none;
        width: 100%;
        margin-top: 20px;
        padding: 0 20px;
        height: 280px;
    }

    .solution .box5 .div a {
        flex-wrap: wrap;
        padding: 20px 80px 20px 20px;
        height: auto;
        margin-bottom: 20px;
    }

    .solution .box5 .div a span {
        right: 20px;
    }

    .solution .box5 .div a h6 {
        flex: 1;
        min-width: 0;
        margin: 0 20px;
    }

    .solution .box5 .div a p {
        flex: none;
        width: 100%;
        line-height: 1.4;
        margin-top: 20px;
    }

    .solution .box6 .div {
        display: block;
    }

    .solution .box6 .div em {
        width: 100%;
        display: block;
    }

    .solution .box6 .div .gdl_div {
        width: 100%;
        margin-top: 30px;
    }

    .solution .box6 .div .gdl_div h4 {
        font-size: 18px;
    }

    .solution .box7 .div {
        display: block;
    }

    .solution .box7 .div em {
        display: block;
        width: 100%;
        height: 50vw;
        border-radius: 0;
    }

    .solution .box7 .div ul {
        width: 100%;
        border-radius: 0;
        padding: 10px 0 0;
    }

    .solution .box7 .div ul li {
        padding: 20px;
        border-bottom: 1px solid #eee;
    }

    .solution .box7 .div ul li:last-of-type {
        border-bottom: none;
    }

    .solution .box8 .swiper-container {
        height: auto;
        padding-bottom: 30px;
    }

    .solution .box8 .swiper-slide {
        flex-direction: column-reverse;
    }

    .solution .box8 .swiper-slide div {
        width: 100%;
        padding: 30px 20px;
    }

    .solution .box8 .swiper-slide em {
        display: block;
        width: 100%;
        height: 60vw;
    }

    .solution .box8 .swiper-slide div h6 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .solution .box8 .swiper-button-next {
        display: none;
    }

    .solution .box8 .swiper-button-prev {
        display: none;
    }

    .solution .box8 .swiper-pagination {
        right: 0;
        bottom: 0.2rem;
        width: 100%;
    }

    .solution .box9 .ul {
        margin-top: -20px;
    }

    .solution .box9 .ul li {
        float: none;
        width: 100%;
        margin-top: 20px;
        margin-right: 0;
    }

    .solution .box9 .ul li div {
        padding: 30px 20px 24px;
    }

    .solution .box10 .ul {
        margin-top: -20px;
    }

    .solution .box10 .ul li {
        width: 100%;
        margin-top: 20px;
        padding-bottom: 70%;
    }

    .solution .box10 .ul li dl {
        top: 0;
        padding: 30px 20px;
    }

    .solution .box10 .ul li dl dd {
        max-height: 70%;
        overflow-y: auto;
        font-size: 14px;
    }

    .solution .box11 .div ul li h6 {
        font-size: 18px;
    }

    .solution .box11 .div ul li p {
        font-size: 14px;
    }

    .solution .box11 .div {
        height: auto;
    }

    .solution .box11 .div em {
        width: 100%;
        height: 50vw;
    }

    .solution .box11 .div .list_div {
        position: static;
        width: 100%;
        height: auto;
    }

    .solution .box11 .div ul {
        padding: 10px 20px;
    }

    .solution .box12 .gallery-top .swiper-slide {
        flex-direction: column-reverse;
    }

    .solution .box12 .gallery-top .swiper-slide div {
        width: 100%;
        margin-top: 30px;
    }

    .solution .box12 .gallery-top .swiper-slide i {
        width: 100%;
        padding-bottom: 50%;
    }

    .solution .box12 .gallery-top .swiper-slide div h6 {
        font-size: 24px;
    }

    .solution .box13 .swiper-container {
        padding: 0;
        margin-top: 0;
    }

    .solution .box13 .swiper-slide-active i {
        transform: none;
    }

    .solution .box13 .swiper-slide i {
        box-shadow: none;
    }

    .solution .box14 .swiper_div {
        display: block;
    }

    .solution .box14 .gallery-thumbs {
        display: none;
    }

    .solution .box14 .gallery-top .swiper-wrapper {
        display: block;
    }

    .solution .box14 .gallery-top .swiper-slide i {
        padding-bottom: 42%;
    }

    .solution .box14 .gallery-top .swiper-slide div {
        padding: 30px 20px;
    }

    .solution .box14 .gallery-top .swiper-slide div h6 {
        font-size: 24px;
    }

    .solution .box15 .swiper-container {
        padding: 0;
        margin: 0;
    }

    .solution .box16 .ul {
        display: block;
    }

    .solution .box16 .ul li {
        width: 100%;
        margin-top: 20px;
    }

    .solution .box17 .w1400 {
        display: block;
        height: auto;
    }

    .solution .box17 em {
        display: block;
        position: relative;
        width: 100%;
        height: 50vw;
    }

    .solution .box17 .w1400 em::after {
        width: 54px;
        height: 54px;
        margin: -27px 0 0 -27px;
    }

    .solution .box17 .w1400 div {
        width: 100%;
        margin-left: 0;
        padding: 0;
        padding: 30px 0 50px;
    }

    .solution .box17 .w1400 div h6 {
        font-size: 24px;
    }

    .solution .box17 .w1400 div a {
        margin: 30px auto 0;
    }

    .solution .box18 .div h6 {
        font-size: 24px;
    }

    .solution .box18 .div p {
        font-size: 16px;
    }

    .solution .box9 .ul li div h6 {
        font-size: 18px;
    }

    .solution .box12 .gallery-thumbs .swiper-slide {
        font-size: 16px;
    }

    .solution .box12 .gallery-top .swiper-slide div p {
        font-size: 14px;
    }

    .solution .box6 .div .gdl_div {
        max-height: none;
    }

    .solution .box6 .div .gdl_div p {
        font-size: 14px;
    }

    .solution .box9 .ul li div p {
        font-size: 14px;
    }

    .link_div {
        display: none;
    }

    .video_box div {
        width: 100%;
    }

    .slideGroup .parHd ul li {
        width: 160px;
        margin-bottom: 20px;
    }


}


@media (max-width: 769px) {
    .head_box .nav_ul li .menu_div p a {
        text-align: left;
    }

    .text img {
        width: 100%;
        margin-bottom: 20px;
    }

    .product_right .postion {
        display: none;
    }

    .product_right {
        width: 100%;
    }

    .product_list ul li {
        width: 48.5%;
    }

    .product_list {
        padding: 10px;
    }

    .foot_box .ul li {
        display: block;
        overflow: hidden;
    }

    .foot_box .ul {
        width: 90%;
        margin: 0 auto;
    }

    .foot_box .ul li:last-child .foot_left {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .bg {
        width: 100%;
    }

    .productdl_right {
        width: 100%;
    }

    .show img {
        /* height: 300px; */
    }

    .show {
        width: 99%;
    }

    .smallshow .middle>li {
        width: 104px;
    }

    .smallshow img {
        height: 70px;
    }

    .smallshow>p {
        top: 45%;
    }

    .sonmenu {
        display: inline-block;
    }

    .sonmenu a {
        display: block;
        float: left;
        line-height: 40px;
    }
}

@media (max-width: 360px) {

    .smallshow .middle>li {
        width: 85px;
    }

    .smallshow>p {
        top: 45%;
    }

}

.babyserBox {
    position: relative;
    height: 45px;
    width: 100%;
    display: none;
    background-color: #c6061d;
    margin: 0 auto;
}

.babyser .container {
    padding-left: 2%;
    padding-right: 2%;
}

.babyser {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
}

.babyser h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    font-weight: bold;
}

.babyser h2 .imgr {
    float: right;
    margin: 10px 0 0 0;
}

@media screen and (max-width:991px) {

    .babyser h2 .imgr {
        float: right;
        margin: 12px 0 0 0;

        transition: all 0.2s linear;

    }

    .babyser h2.active .imgr {

        -webkit-transform: rotate(180deg);

        -moz-transform: rotate(180deg);

        -o-transform: rotate(180deg);

        transform: rotate(180deg);

    }

    .ny_nav {
        display: none;
    }

    .product_left {
        display: none;
    }

    .product_main {
        padding-top: 0;
    }

    .productdl_right {
        margin-top: 30px;
    }

    .productdl_right .imgtxtcon .tit {
        font-size: 20px;
    }

    .productdl_right .imgtxtcon .tel strong {
        font-size: 30px;
    }

    .reLink {
        padding: 0;
    }

    .reLink .prevLink {
        padding-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 45%;
    }

    .reLink .nextLink {
        padding-right: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 45%;
        text-align: right;
    }

    .ny_content img {
        width: 100%;
    }

    .ny_content {
        margin-top: 20px;
    }

    .case_content {
        margin-top: 20px;
    }

    .case_content ul li {
        width: 48%;
    }

    .case_content ul li:nth-child(n) {
        margin-right: calc(2% / 3);
        margin-left: calc(2% / 3);
    }

    .product_list ul li:nth-child(n) {
        margin-right: calc(2% / 3);
        margin-left: calc(2% / 3);
    }

    .postion01 {
        display: none;
    }

    .ny_nav_right {
        width: 100%;
        float: none;
    }

    .product_right {
        width: 100%;
    }

    .postion {
        display: none;
    }

    .ny-con {
        margin-top: 20px;
    }

    .ny-con .box .w1400 h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .ny-con .box .w1400 .t_views .time {
        line-height: 40px;
    }

    .ny-con .box .w1400 .t_views .views {
        line-height: 40px;
    }

    .list-news .list .ani-mask {
        width: 100%;
    }

    .list-news .list .info {
        width: 100%;
        padding: 0;
    }

    .list-news .list .info h4 {
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .list-news .list .info p {
        font-size: 14px;
        line-height: 24px;
    }

    .about_main .tjcp {
        font-size: 24px;
        text-align: center;
        top: 30%;
        width: 100%;
    }

    .about_main .tjbe {
        top: 55%;
    }

    .about_main .tjce {
        font-size: 14px;
        top: 60%;
    }

    .about_main .impact {
        font-size: 80px;
    }

    .about_left {
        width: 100%;
        line-height: 32px;
    }

    .about_right {
        width: 100%;
    }

    .about_txt01 {
        line-height: 32px;
    }

    .about_text {
        margin-top: 20px;
    }

    .hezuo_main ul li {
        width: 31%;
    }

    .hezuo_main ul li p {
        margin-top: 10px;
    }


}

.pz_SideLayerph {
    display: none;
    background-color: #fff;
}

.pz_SideLayerph .l1 {}

.pz_SideLayerph .l1 h3 {
    color: #333;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    border-bottom: #e1e1e1 dashed 1px;
    position: relative;
}

.pz_SideLayerph .l1 h3 a {
    display: block;
    color: #333;
    padding-left: 15px;
}

.pz_SideLayerph .l1 h3.active a {
    color: #c6061d;
}

.pz_SideLayerph .l1 h3 img {
    position: absolute;
    right: 0;
    top: 0;
    margin: 17px 15px 0 0;
}

.pz_SideLayerph .l1 h3 img.img3 {
    display: block;
}

.pz_SideLayerph .l1 h3 img.img3h {
    display: none;
}

.pz_SideLayerph .l1 h3.active img.img3 {
    display: none;
}

.pz_SideLayerph .l1 h3.active img.img3h {
    display: block;
}

.pz_SideLayerph .l1 .l1ul {
    display: none;
}

.pz_SideLayerph .l1 .l1ul li {
    border-bottom: #e1e1e1 solid 1px;
    padding: 10px 10px 10px 29px;
    font-size: 14px;
    line-height: 22px;
}

.pz_SideLayerph .l1 .l1ul li:last-child {
    border: 0;
}

.pz_SideLayerph .l1 .l1ul li a {
    color: #999999;
}


.yzm {
    width: 32% !important;
    margin-right: 10px;
}

.about_nrtt {
    font-size: 16px;
    line-height: 32px;
}

@media screen and (max-width:991px) {

    .babyserBox {
        display: block;
    }

    .photo li {
        width: 45%;
    }

    .contact-content .content .desc {
        width: 92%;
        padding: 0;
        margin: 0 auto;
    }

    #allmap {
        display: none;
    }

    .contact-content .content .desc .t {
        font-size: 22px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .contact-content .content .desc .tel .t-tel {
        font-size: 18px;
    }

    .contact-content .content .desc .tel .t-tel a {
        display: block;
        margin-bottom: 10px;
    }

    .contact-content .content .desc .ewm p {
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .solution {
        display: none;
    }

    .contact-form {
        padding: 40px 6%;
    }

    .contact-form .form {
        width: 100%;
    }

    .contact-form .form form .items1 input {
        width: 100%;
    }

    .contact-form .form form .items1 {
        display: block;
    }

    .contact-form .form form .items2 textarea {
        height: 60px;
    }

    .contact-form .form form .items2 button {
        width: 100%;
    }

    .yzm {
        width: 32% !important;
    }

    .ma_tutu {
        width: 35%;
        margin-top: 6px;
    }

    .slideGroup .parHd ul li {
        width: 110px;
        line-height: 45px;
        margin-bottom: 10px;
    }

    .parBd {
        margin-top: 20px;
    }

    .proTitle {
        font-size: 15px;
    }

}

/*在线客服*/
.float-window {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    right: 1%;
    bottom: 0;
    z-index: 999999;
    padding: 0 0 0rem .4rem;
    transition: all .3s ease-in;
}

.float-window ul {
    position: relative;
    padding-bottom: 100px;
}

.float-window ul li {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
}

.float-window ul li span {
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    letter-spacing: .01rem;
}

.float-window ul li.kefu {
    background: url(../image/icon-kefu.png) center center no-repeat #ffffff;
}

.float-window ul li.zixun {
    background: url(../image/icon-tel.png) center center no-repeat #ffffff;
}

.float-window ul li.guwen {
    background: url(../image/icon-ewm.png) center center no-repeat #ffffff;
}

.float-window ul li.gotop {
    display: none;
    background: url(../image/icon-up.png) center center no-repeat #ffffff;
}

.float-window ul li:hover {
    background-image: none;
    background-color: #e71a21;
}

.float-window ul li:hover span {
    opacity: 1;
    visibility: visible;
}

.float-window ul li .c-r {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 60px;
    top: 16%;
    z-index: 9999;
    background: #ffffff;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in;
}

.float-window ul li .c-r p {
    word-break: keep-all;
    white-space: nowrap;
}

.float-window ul li .c-r .t {
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: .1rem;
}

.float-window ul li .c-r .ft {
    color: #333;
    font-size: 16px;
    line-height: 26px;
}

.float-window ul li.guwen .c-r {
    text-align: center;
    padding-bottom: 10px;
}

.float-window ul li.guwen .c-r img {
    width: 120px;

}

.float-window ul li.guwen .c-r .t {
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 10px;
}

.float-window ul li:hover .c-r {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in;
}

.float-window.fixed {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-in;
}

.float-window ul li.gotop.show {
    display: block;
}

.kefu a {
    color: #fff;
}

.proTitle a {
    color: #333;
    margin-top: 13px;
    display: inline-block;
}

.proLi:hover .proTitle a {
    color: #fff;
}