/*-----------------[初始化]--------------*/
*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
/*.BMap_shadow img{*/
/* display: none;*/
/*}*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

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

body {
    color: #202020;
    background: #fff;
    font: 14px/1.5 "Microsoft Yahei", sans-serif;
    outline: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

img {
    max-width: 100%;
    border: none;
}
.map img{
    max-width: none;
}


em, i {
    font-style: normal;
}

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

input, textarea, select {
    font-size: 12px;
    color: #444;
    font-family: "Microsoft Yahei", sans-serif;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="submit"], input[type="reset"], input[type="button"], select, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
    cursor: pointer;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus {
    background: #fff;
    border: 1px solid #bbb;
}

.false:focus {
    border: 2px solid #ff1531;
    background: #fff;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

/* 去掉 IE10+ 密码框默认小眼睛、输入框 X */
::-ms-clear, ::-ms-reveal {
    display: none;
}

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

.clearfix {
    zoom: 1
}

.col-l, .l {
    float: left;
}

.col-r, .r {
    float: right;
}

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

.dn {
    display: none;
}

/*无选中效果*/
.unselect {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.wp {
    max-width: 1600px;
    width: 94%;
    margin: 0 auto;
}
.wpabout  {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.wp1 {
    max-width: 1700px;
    width: 94%;
    margin: 0 auto;
}

.wp2 {
    max-width: 1800px;
    width: 94%;
    margin: 0 auto;
}

.wp3 {
    max-width: 1500px;
    width: 94%;
    margin: 0 auto;
}

/* ======== font ======= */
@font-face {
    font-family: '思源黑体 CN';
    src: url(../font/SourceHanSansCN-Regular.otf);
}

/* ======== header ======= */

.header {
    background-color: #fff;
    /*padding: 12px 0 18px;*/
}

.header .logo {
    float: left;
    padding-top: 12px;
}

.header .mo-logo {
    display: none;
}

.header .nav {
    float: right;
    /*margin-top: 16px;*/
}

.header .nav li {
    float: left;
    line-height: 120px;
    font-size: 18px;
    color: #303030;
    margin-left: 95px;
    font-weight: 700;

}

.header .nav li a {
    display: block;
    color: #303030;
}

.header .nav li.on a span, .header .nav li:hover a span {
    color: #e62129;
}

.header .nav li > a {
    display: block;
    width: 100%;
    height: 100%;
    /*line-height: 50px;*/
    position: relative;
    text-align: center;
}


.header .nav li > a span:before {
    content: '';
    opacity: 1;
    display: block;
    width: 0;
    height: 2px;
    background-color: #e62129 !important;
    position: absolute;
    bottom: 25px;
    left: 0;
    transition: .4s all;
}


.header .nav li > a span:hover {
    color: #e62129;
}

.header .nav li > a span:hover:before {
    width: 100%;
}

.header .nav li.on a span:before {
    width: 100%;
}


.mo-btn {
    display: none;
}

/* ======== banner ======= */
.banner .slick-list .pc {
    display: block;
}

.banner .slick-list .mobile {
    display: none;
}

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

.banner img {
    display: block;
    width: 100%;
    object-fit: cover;
    min-height: 360px;
}

.banner .ban-text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -30px;
    z-index: 2;
}

.banner .con {
    color: #fff;
}

.banner .con i {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: "Arial";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.banner .con strong {
    display: block;
    font-size: 46px;
    line-height: 56px;
    font-weight: bold;
    padding-bottom: 42px;
    position: relative;
}

.banner .con strong:after {
    content: '';
    width: 33px;
    height: 7px;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner .con .p1 {
    margin-top: 38px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.banner .con .p2 {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 22px;
    text-transform: uppercase;
}

/* ======== index ======= */

.index-title {
    text-align: center;
}

.index-title span {
    display: block;
    font-size: 42px;
    color: #2e2e2e;
    line-height: 52px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Arial";
}

.index-title h2 {
    font-size: 30px;
    color: #343233;
    line-height: 40px;
}

.index-pro {
    padding: 100px 0 80px;
    background-color: #fdfbfc;
}

.tab-pro {
    text-align: center;
    margin: 55px 0;
}

.tab-pro .moblic {
    display: none;
}

.tab-pro li {
    display: inline-block;
    font-size: 18px;
    color: #999999;
    line-height: 38px;
}

.tab-pro li span {
    display: inline-block;
    color: #999999;
    padding: 0 56px;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.tab-pro li.on span, .tab-pro li:hover span {
    color: #d7232b;
}

/*.slick-next, .slick-prev {*/
/*    position: relative;*/
/*    width: 65px;*/
/*    height: 65px;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center center;*/
/*    cursor: pointer;*/
/*    z-index: 10;*/
/*    background-color: #c3c3c3;*/
/*    border-radius: 50%;*/
/*    -webkit-border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    -ms-border-radius: 50%;*/
/*    -o-border-radius: 50%;*/
/*    z-index: 10;*/
/*    -webkit-transition: .5s;*/
/*    -o-transition: .5s;*/
/*    transition: .5s*/
/*}*/
/*.slick-next:after, .slick-prev:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: -17px;*/
/*    width: 81px;*/
/*    height: 36px;*/
/*    background: url(../images/ind_bg4.png) center center no-repeat;*/
/*    background-size: cover;*/
/*    cursor: pointer;*/
/*    z-index: -1;*/
/*    opacity: 0;*/
/*    transform: translateX(-50%);*/
/*    -webkit-transform: translateX(-50%);*/
/*    -moz-transform: translateX(-50%);*/
/*    -ms-transform: translateX(-50%);*/
/*    -o-transform: translateX(-50%);*/
/*    transition: .5s;*/
/*    -webkit-transition: .5s;*/
/*    -moz-transition: .5s;*/
/*    -ms-transition: .5s;*/
/*    -o-transition: .5s*/
/*}*/
/*.slick-prev{*/
/*    left: 40%;*/

/*    margin: 0 10px;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    width: 65px;*/
/*    height: 65px;*/
/*    position: absolute;*/
/*    top: 100%;*/
/*}*/
/*.slick-next{*/
/*    right: 40%;*/
/*    margin: 0 10px;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    width: 65px;*/
/*    height: 65px;*/
/*    position: absolute;*/
/*    top: 100%;*/
/*}*/
/*.slick-prev:before {*/
/*    background-image: url(../images/jt1.png)*/
/*}*/

/*.slick-next:before {*/
/*    background-image: url(../images/jt2.png)*/
/*}*/

/*.slick-next:hover, .slick-prev:hover {*/
/*    background: linear-gradient(28deg, #a7202e, #d52134)*/
/*}*/




.pro-list {
    margin: 0 -14px;
}

.pro-list li {
    float: left;
    width: 25%;
    margin-bottom: 36px;
    border-radius: 10px;
    padding: 0 14px;
    cursor: pointer;
}

.pro-list li .con {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.pro-list li .img {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 91%;
}

.pro-list li .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pro-list li .text {
    position: relative;
    margin-top: -28px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding: 24px 10px 38px;
}

.pro-list li .text h4 {
    font-size: 18px;
    color: #202020;
    line-height: 38px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro-list li .text p {
    font-size: 14px;
    color: #979797;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*margin-bottom: 32px;*/
}

/*新闻*/
.wp3 {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto
}

.newsDt-con {
    padding: 96px 96px 60px;
    background-color: #fff;
}

.newsDt-con .hd {
    padding-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #d2d2d2
}

.newsDt-con .hd h1 {
    margin-bottom: 12px;
    font-size: 24px;
    color: #000;
    font-weight: 400
}

.newsDt-con .hd .info {
    font-size: 14px;
    color: #aaa
}

.newsDt-con .hd .info span {
    margin: 0 10px
}

.newsDt-con .con {
    padding: 44px 0;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 2
}

.newsDt-con .con img {
    display: block;
    margin: 0 auto
}

.newsDt-1 {
    padding: 64px 0 144px;
    overflow: hidden;
    background-color: #f6f6f6;
}

.newsDt-1 .cur {
    margin-bottom: 34px
}

.cur a, .cur em, .cur span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #939393;
    line-height: 40px
}

.newsDt-1 .caseDt1-bt {
    background-color: #fff;
}

.caseDt1-bt {
    padding: 50px 0px;
    background-color: #f4f4f4;
    position: relative;
    overflow: hidden
}

.caseDt1-bt a {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 50px;
    background-repeat: no-repeat;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.caseDt1-bt .prev {
    /*padding-left: 25px;*/
    float: left;
    width: 31%;
    /*background-image: url(../images/jt12.png);*/
    text-align: center;
    background-position: left center;
    background-color: #f6f6f6;
    border-bottom: 5px solid #f6f6f6;
}

.caseDt1-bt .next {
    /*padding-right: 25px;*/
    float: right;
    width: 31%;
    text-align: center;
    /*background-image: url(../images/jt13.png);*/
    background-position: right center;
    background-color: #f6f6f6;
    border-bottom: 5px solid #f6f6f6;

}

.caseDt1-bt .return {
    background-color: #f6f6f6;
    position: absolute;
    text-align: center;
    border-bottom: 5px solid #f6f6f6;
    left: 50%;
    top: 50%;
    width: 31%;
    /*background-image: url(../images/menu.png);*/
    background-position: left center;
    /*overflow: hidden;*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.caseDt1-bt a:hover {
    border-bottom: 5px solid red;
}


.footer-link {
    position: relative
}

.footer-link dt {
    padding: 0 20px;
    padding-right: 54px;
    font-size: 14px;
    color: #ff7324;
    width: 178px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #ff7324;
    position: relative;
    cursor: pointer
}

.footer-link dt i {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 47px;
    border-left: 2px solid #ff7324
}

.footer-link dt i:after {
    margin: -5px 0 0 -9px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 10px;
    background: url(../images/d-arrow6.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer-link dd {
    position: absolute;
    left: 0;
    bottom: 100%;
    right: 0;
    border: 2px solid #ff7324;
    border-bottom: none;
    background-color: #fff;
    height: 207px;
    overflow-y: auto;
    z-index: 10;
    display: none
}

.footer-link dd a {
    padding: 10px 20px;
    display: block;
    font-size: 14px;
    color: #ff7324;
    line-height: 1.5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer-link dd a:hover {
    background-color: #ff7324;
    color: #fff
}

.footer-link .on dt i:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footer-link .on dd {
    display: block
}

.more-btn {
    cursor: pointer;
    display: block;
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    background: #e62129;
    -webkit-background-image: linear-gradient(62deg, #b11015, #e62129);
    background-image: linear-gradient(62deg, #b11015, #e62129);
    color: #ffffff;
    font-size: 14px;
    border-radius: 8px;
    text-align: center;
}

.pro-list li .con:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.pro-list li .con:hover h4 {
    color: #d7232b;

}

.index-about {
    background: url(../images/index-about.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 106px 0 128px;
}

.index-about .index-title span, .index-about .index-title h2 {
    color: #fff;
}

.about-num {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.about-num li {
    display: inline-block;
}

.about-num li strong {
    display: block;
    font-size: 70px;
    color: #fff;
    line-height: 1.1;
    font-family: "Swis721 Cn BT";
    margin: 5px 0;
}

.about-num li p, .about-num li span {
    display: block;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.about-num li:nth-child(2) {
    margin: 5px 225px 5px 200px;
}


/*.index-about2 {*/
/*    padding: 106px 0 128px;*/
/*}*/

.about-num2 {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.about-num2 li {
    display: inline-block;
    /*width: 20%;*/
}

.about-num2 li strong {
    display: block;
    font-size: 40px;
    color: red;
    line-height: 1.1;
    font-family: "Swis721 Cn BT";
    margin: 5px 0;
}

.about-num2 li p, .about-num2 li span {
    display: block;
    font-size: 16px !important;
    color: black !important;
    text-align: center !important;
}

.about-num2 li:nth-child(1) {
    float: left;
}
.about-num2 li:nth-child(3) {
    float: right;
}




.about-text {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

.about-text li {
    float: left;
    width: 47.5%;
    color: #fff;
    overflow: hidden;
    padding: 36px 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.about-text li.one .img {
    float: right;
    margin-left: 40px;
}

.about-text li.one .text {
    text-align: right;
}

.about-text li.two {
    margin-left: 2.5%;
}

.about-text li.two .img {
    float: left;
    margin-right: 40px;
}

.about-text li .text {
    margin-top: 15px;
    overflow: hidden;
}

.about-text li .text strong {
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 12px;
}

.about-text li .text p {
    font-size: 14px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.6);
}

.index-process {
    background-color: #f8f8f8;
    padding: 120px 0;
}

.process-box {
    margin-top: 50px;
    overflow: hidden;
    border-radius: 10px;
}

.process-click {
    float: left;
    width: 50%;
    background-color: #fff;
}

.process-click li {
    overflow: hidden;
    float: left;
    width: 33.3%;
    height: 330px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    position: relative;
    cursor: pointer;
}

.process-click li i {
    display: block;
    font-size: 387px;
    line-height: 1;
    color: rgba(181, 181, 181, 0.05);
    position: absolute;
    right: -70px;
    top: 0;
    font-family: "Impact";
    font-style: normal;
}

.process-click li:nth-of-type(1), .process-click li:nth-of-type(2), .process-click li:nth-of-type(3) {
    border-bottom: 1px solid #f0f0f0;
}

.process-click li .pic {
    display: inline-block;
}

.process-click li .pic .hide {
    display: none;
}

.process-click li .info {
    position: relative;
    z-index: 2;
    margin-top: 70px;
}

.process-click li .info p {
    font-size: 22px;
    color: #393939;
    line-height: 32px;
    margin-top: 55px;
    margin-bottom: 10px;
    position: relative;
}

.process-click li .info p::before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #a9a9a9;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -30px;
}

.process-click li .info span {
    display: block;
    text-transform: uppercase;
    color: rgba(57, 57, 57, 0.7);
}

.process-click li.on {
    -webkit-background-image: linear-gradient(62deg, #b11015, #e62129);
    background-image: linear-gradient(62deg, #b11015, #e62129);
}

.process-click li.on .show {
    display: none;
}

.process-click li.on .hide {
    display: block;
}

.process-click li.on .info p {
    color: #fff;
}

.process-click li.on .info span {
    color: rgba(255, 255, 255, 0.7);
}

.process-click li.on .info p::before {
    background-color: #fdfdfd;
}

.process-right {
    float: right;
    width: 50%;
}

.process-right img {
    display: block;
    width: 100%;
    border-radius: 0 10px 10px 0;
    height: 660px;
    object-fit: cover;
}

.index-news {
    padding: 115px 0 140px;
}

.index-news .index-title {
    margin-bottom: 60px;
}

.new-list {
    margin: 0 -15px;
}

.new-list li {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 25px 15px;
}


.new-list li .img {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 69%;
}

.new-list li .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.new-list li .info {
    padding: 30px 36px 50px;
}

.new-list li .info h4 {
    font-size: 18px;
    color: #2e2e2e;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: normal;
    margin-bottom: 20px;
}

.new-list li .info p {
    color: #666666;
    line-height: 2em;
    height: 4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 30px;
}

.new-list li .more-btn {
    max-width: 155px;
    margin-left: 0;
}

.new-list li:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

/* ======== footer ======= */

.foot-top {
    background-color: #242424;
    overflow: hidden;
    padding: 55px 0 82px;
}

.foot-top .left {
    float: left;
    margin-right: 9%;
}

.foot-top .left .p1 {
    font-size: 22px;
    color: #ffffff;
    line-height: 32px;
    font-weight: bold;
    margin-top: 65px;
}

.foot-top .left .p2 {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 22px;
    font-family: 'Arial';
}

.foot-top .foot-list {
    float: left;
    width: 51%;
}

.foot-top .foot-list li {
    float: left;
    width: 19%;
}

.foot-top .foot-list li.pro {
    margin-right: 2%;
}

.foot-top .foot-list li.about {
    margin-right: 2%;
}

.foot-top .tit {
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
}

.foot-top .foot-list .tit {
    margin-bottom: 14px;
}

.foot-top .foot-list a {
    display: block;
    color: #a0a0a0;
    line-height: 38px;
}

.foot-top .right {
    float: right;
}

.foot-top .right .tit {
    margin-bottom: 28px;
}

.tact-box {
    overflow: hidden;
    color: #fff;
}

.tact-box img {
    float: left;
    margin-right: 10px;
}

.tact-box .tact {
    overflow: hidden;
}

.tact-box span {
    display: block;
    color: #a0a0a0;
    line-height: 24px;
}

.tact-box strong {
    display: block;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}

.select-box {
    border: 1px solid #242424;
    border-radius: 7px;
    color: #fff;
    position: relative;
}

.select-box::after {
    content: '';
    width: 16px;
    height: 10px;
    background: url(../images/arr.png) no-repeat;
    position: absolute;
    right: 18px;
    top: 14px;
}

.select-box select {
    width: 100%;
    background: transparent;
    border-radius: 7px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    padding: 0 30px 0 12px;
}

.select-box option {
    background-color: #0C0C0C;
}

.footer {
    background-color: #242424;
    color: rgba(166, 166, 166, 0.7);
    overflow: hidden;
    line-height: 24px;
    padding: 30px 0 45px;
    border-top: 1px solid #3a3a3a;
}

.footer .left {
    float: left;
}

.footer span {
    float: right;
}

/*侧边*/
.online {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.online .main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 850px;
    width: 96%;
    padding: 30px;
    background-color: #fff;
}

.online .main .tit {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
}

.online .main .tit h3 {
    text-align: center;
    font-size: 24px;
    color: #434144;
    font-weight: bold;
}

.online .main .tit span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    margin-top: 5px;
    text-align: center;
    font-family: "Arial";
    color: #787878;
    font-weight: bold;
}

.online .main .tit span b {
    color: #d62a25;
}

.online .main .tit span:before {
    content: '';
    opacity: 1;
    display: block;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    width: 65px;
    height: 1px;
    background-color: #434144;
}

.online .main .tit span:after {
    content: '';
    opacity: 1;
    display: block;
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
    width: 65px;
    height: 1px;
    background-color: #434144;
}

.online .main form {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}

.online .main form figure {
    display: block;
    width: 45%;
    position: relative;
    padding: 20% 0;
}

.online .main form figure img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.online .main form ul {
    width: 52%;
}

.online .main form ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    height: 40px;
}

.online .main form ul li + li {
    margin-top: 15px;
}

.online .main form ul li .ind {
    width: 48%;
    height: 100%;
    border: 1px solid #bebebe;
    padding: 0 10px;
    background-color: transparent;
    color: #979797;
    font-size: 14px;
    transition: .2s all;
}

.online .main form ul li .ind.active {
    box-shadow: 0 5px 10px rgba(43, 59, 120, 0.6);
}

.online .main form ul li .ind:hover {
    box-shadow: 0 5px 10px rgba(43, 59, 120, 0.6);
}

.online .main form ul li .ind::-webkit-input-placeholder {
    color: #979797;
    font-size: 14px;
}

.online .main form ul li select {
    background: url(../images/ico-002.png) #fff 95% center no-repeat;
}

.online .main form ul li.phone input {
    width: 100%;
}

.online .main form ul li.textarea {
    height: 180px;
}

.online .main form ul li.textarea textarea {
    width: 100%;
    padding: 10px;
}

.online .main form ul li button {
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    background-color: #d62a25;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: .4s all;
    border: 1px solid transparent;
}

.online .main form ul li button:hover {
    background-color: transparent;
    border-color: #999;
    border-radius: 5px;
    color: #666;
}

.online .close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close.png) no-repeat center center #d62a25;
    background-size: 60%;
    cursor: pointer;
}



.side_nav {
    position: fixed;
    bottom: 5%;
    right: 20px;
    width: 70px;
    z-index: 10;
}

.side_nav ul {
    width: 100%;
}

.side_nav ul li {
    width: 70px;
    height: 70px;
    cursor: pointer;
    margin-top: 10px;
    border: 1px solid #bebebe;
    background-color: #fff;
    transition: .4s all;
}

.side_nav ul li:hover {
    background-color: red;
}

.side_nav ul li:hover p {
    color: #fff;
}

.side_nav ul li:nth-of-type(1):hover img {
    content: url("/public/static/officialweb/images/ly_new.png");
}

.side_nav ul li:nth-of-type(1) {
    position: relative;
    z-index: 9;
}

.side_nav ul li:nth-of-type(1) a {
    position: relative;
}

.side_nav ul li:nth-of-type(1) a h3 {
    position: absolute;
    top: -1px;
    left: 0;
    width: 200px;
    height: 70px;
    padding: 0 10px;
    font-size: 15px;
    color: #fff;
    background-color: red;
    border: 1px solid #bebebe;
    line-height: 70px;
    transition: .4s all;
    z-index: -1;
    opacity: 0;
}

.side_nav ul li:nth-of-type(1) a h3:hover {
    color: #fff;
}

.side_nav ul li:nth-of-type(1):hover h3 {
    left: -200px;
    opacity: 1;
}


.side_nav ul li:nth-of-type(2) {
    position: relative;
    z-index: 9;
}

.side_nav ul li:nth-of-type(2) a {
    position: relative;
}

.side_nav ul li:nth-of-type(2) a h3 {
    position: absolute;
    top: -1px;
    left: 0;
    width: 160px;
    height: 70px;
    padding: 0 10px;
    font-size: 15px;
    color: #fff;
    background-color: red;
    border: 1px solid #bebebe;
    line-height: 70px;
    transition: .4s all;
    z-index: -1;
    opacity: 0;
}

.side_nav ul li:nth-of-type(2) a h3:hover {
    color: #fff;
}

.side_nav ul li:nth-of-type(2):hover img {
    content: url("../images/24_new.png");
}

.side_nav ul li:nth-of-type(2):hover h3 {
    left: -160px;
    opacity: 1;
}

/*.side_nav ul li:nth-of-type(3) {*/
/*    position: relative;*/
/*    z-index: 9;*/
/*}*/

/*.side_nav ul li:nth-of-type(3) a {*/
/*    position: relative;*/
/*}*/

/*.side_nav ul li:nth-of-type(3) a h3 {*/
/*    position: absolute;*/
/*    top: -1px;*/
/*    left: 0;*/
/*    width: 160px;*/
/*    height: 70px;*/
/*    padding: 0 10px;*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*    background-color: #f99d33;*/
/*    border: 1px solid #bebebe;*/
/*    line-height: 70px;*/
/*    transition: .4s all;*/
/*    z-index: -1;*/
/*    opacity: 0;*/
/*}*/

/*.side_nav ul li:nth-of-type(3) a h3:hover {*/
/*    color: #fff;*/
/*}*/

/*.side_nav ul li:nth-of-type(3):hover img {*/
/*    content: url("../images/24_new.png");*/
/*}*/

/*.side_nav ul li:nth-of-type(3):hover h3 {*/
/*    left: -160px;*/
/*    opacity: 1;*/
/*}*/

.side_nav ul li:nth-of-type(3):hover img {
    content: url("../images/ly_new.png");
}

.side_nav ul li:nth-of-type(4) {
    position: relative;
}

.side_nav ul li:nth-of-type(4) > figure {
    position: absolute;
    top: 0px;
    left: -110px;
    width: 100px;
    height: 100px;
    transform: scale(0);
    transition: .4s all;
}

.side_nav ul li:nth-of-type(4) > figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.side_nav ul li:nth-of-type(4):hover a img {
    content: url("../images/wx_new.png");
}

.side_nav ul li:nth-of-type(4):hover > figure {
    transform: scale(1);
}



.side_nav ul li:nth-of-type(5):hover img {
    content: url("../images/go_top_new.png");
}

.side_nav .message {
    /*display: none !important;*/
}

.side_nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.side_nav ul li a figure {
    width: 32px;
    height: 33px;
}

.side_nav ul li a figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.side_nav ul li a p {
    font-size: 12px;
    color: #454545;
    margin-top: 5px;
}

.side_nav ul li.en {
    display: none;
}

.side_nav ul li.en:hover img {
    content: url("../images/n_en.png");
}

/*结束侧边*/


.index_message {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    transform: scale(0);
    transition: .4s all;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.index_message.active {
    transform: scale(1);
}

.index_message .index_message_main {
    width: 820px;
    padding: 2%;
    background-color: #fff;
    position: relative;
}

.index_message .index_message_main .title {
    width: 300px;
    margin: 0 auto;
}

.index_message .index_message_main .title h3 {
    font-size: 30px;
    color: #203981;
    text-align: center;
    font-weight: bold;
}

.index_message .index_message_main .title p {
    margin-top: 10px;
    font-size: 14px;
    color: #787878;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
}

.index_message .index_message_main .title p:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 100px;
    height: 1px;
    background: #434144;
}

.index_message .index_message_main .title p:after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 100px;
    height: 1px;
    background: #434144;
}

.index_message .index_message_main .main {
    width: 100%;
    margin-top: 4%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}

.index_message .index_message_main .main figure {
    display: block;
    width: 47%;
    position: relative;
    padding: 17% 0;
}

.index_message .index_message_main .main figure img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
}

.index_message .index_message_main .main .index_message_form {
    width: 50%;
}

.index_message .index_message_main .main .index_message_form ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.index_message .index_message_main .main .index_message_form ul li {
    width: 48%;
    transition: 0.6s;
}

.index_message .index_message_main .main .index_message_form ul li input {
    font-size: 14px;
    color: #979797;
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid #bebebe;
}

.index_message .index_message_main .main .index_message_form ul li select {
    font-size: 14px;
    color: #979797;
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid #bebebe;
    background: url(../images/xia.png) #fff 90% center no-repeat;
}

.index_message .index_message_main .main .index_message_form ul li:nth-of-type(n+3) {
    margin-top: 20px;
}

.index_message .index_message_main .main .index_message_form ul li:hover {
    box-shadow: 0 5px 10px rgba(32, 57, 129, 0.6);
}

.index_message .index_message_main .main .index_message_form ul li.joan_textarea {
    width: 100%;
    height: 240px;
}

.index_message .index_message_main .main .index_message_form ul li.joan_textarea textarea {
    width: 100%;
    height: 100%;
    border: 1px solid #bebebe;
    padding: 14px;
}

.index_message .index_message_main .main .index_message_form ul li.joan_submit {
    width: 100%;
}

.index_message .index_message_main .main .index_message_form ul li.joan_submit button {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #203981;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.index_message .index_message_main .close_index_message {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: url("../images/close.png") no-repeat center center #203981;
    background-size: 60%;
    cursor: pointer;
}


/* ======== case ======= */

.base-banner {
    position: relative;
    overflow: hidden;
}

.base-banner .pc {
    display: block;
}

.base-banner .mobile {
    display: none;
}

.base-banner > img {
    width: 100%;
    object-fit: cover;
    display: block;
    min-height: 380px;
}

.ban-con {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -52px;
    color: #fff;
}

.ban-con span {
    display: block;
    font-family: "Arial";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
}

.ban-con h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 10px;
}

.ban-con p {
    font-size: 20px;
    line-height: 30px;
}

.base-title {
    text-align: center;
    margin-bottom: 60px;
}

.base-title h3 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 10px;
}

.base-title p {
    font-size: 18px;
    color: #8b8b8b;
    line-height: 28px;
    text-transform: uppercase;
    font-family: "Arial";
}

.case-box {
    padding-top: 80px;
    padding-bottom: 120px;
}

.case-list {
    margin-left: -3%;
}

.case-list li {
    float: left;
    width: 30.3%;
    margin-left: 3%;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.case-list li .img {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 68%;
    border-radius: 8px;
}

.case-list li .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.case-list li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 2em;
    margin: 25px 0;
    text-align: center;
    color: #2d2d2d;
}

.case-list li:hover .img img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.case-list li:hover p {
    color: #e62129;
}


/* ======== 页码 ======= */
.m-pages {
    text-align: center;
    margin-top: 70px;
}

.m-pages ul {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}

.m-pages li {
    float: left;
    font-family: "Arial"
}

.m-pages a {
    display: inline-block;
    color: #0f0f0f;
    margin: 0 5px;
    background-color: #e7e7e7;
    cursor: pointer;
    font-size: 20px;
    line-height: 65px;
    width: 65px;
    height: 65px;
    border-radius: 10px;
}

.m-pages select {
    display: inline-block;
    color: #0f0f0f;
    margin: 0 5px;
    cursor: pointer;
    font-size: 20px;
    line-height: 65px;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    padding: 0 10px;
    /*display: inline;*/
    min-width: 66px;
    padding-left: 15px;
    background: url(../images/qwy-i4.png) #e7e7e7 center right 10px no-repeat;
    border: #c8c8c8;
    vertical-align: bottom;
}

.m-pages select option {
    border-radius: 10px;
    width: 100%;
    height: 36px;
    font-size: 18px;
}

.m-pages li.active a, .m-pages li a:hover {
    background-color: #d62a25;
    color: #fff;
}

.m-pages li {
    font-size: 16px;
    color: #3f3837;
    letter-spacing: 2px;
    line-height: 65px;
    font-family: SourceHanSerifCN;
}

.page-box {
    text-align: center;
    margin-top: 70px;
}

.page-box ul {
    display: inline-block;
    overflow: hidden;
}

.page-box li {
    float: left;
    font-family: "Arial"
}

.page-box .active span, .page-box .disabled span {
    cursor: default
}

.page-box li a, .page-box li span {
    display: inline-block;
    color: #0f0f0f;
    margin: 0 5px;
    background-color: #e7e7e7;
    cursor: pointer;
    font-size: 20px;
    line-height: 65px;
    width: 65px;
    height: 65px;
    border-radius: 10px;
}

.page-box li a:hover, .page-box li.active span {
    background-color: #d62a25;
    color: #fff;
}

/* ======== product ======= */
.slick-banner .mobile {
    display: none;
}

.slick-banner .pc {
    display: block;
}

.slick-banner {
    overflow: hidden;
    position: relative;
}

.slick-banner img {
    display: block;
    width: 100%;
    min-height: 380px;
    object-fit: cover;
}

.slick-banner .slick-slide {
    height: auto;
}

.slick-banner .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 104px;
    width: 100%;
}

.slick-banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-banner .slick-dots li button {
    font-size: 0;
    width: 72px;
    height: 8px;
    background: #c0c0c0;
    border: 0;
}

.slick-banner .slick-dots li.slick-active button {
    background: #e50012;
}

/* ======== index ======= */

.banner .mobile {
    display: none;
}

.banner .pc {
    display: block;
}

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

.banner img {
    display: block;
    width: 100%;
    min-height: 380px;
    object-fit: cover;
}

.banner .slick-slide {
    height: auto;
}

.banner .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 58px;
    width: 100%;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.banner .slick-dots li button {
    font-size: 0;
    width: 72px;
    height: 8px;
    background: #c0c0c0;
    border: 0;
}

.banner .slick-dots li.slick-active button {
    background: #e50012;
}


.base-menu {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 28, 28, 0.7);
}

.base-menu li {
    float: left;
    width: 11%;
    text-align: center;
}

.base-menu li:first-child {
    width: 12.5%;
    margin-left: 8px;
}

.base-menu li a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 62px;
}

.base-menu li.on {
    background-color: #e50012;
}

.base-menu li:hover {
    background-color: #e50012;
}

.pro-box {
    background: #fdfbfc;
    padding: 56px 0 116px;
}
.pro-box2 {
    padding: 56px 0 116px;
}
.pro-box .wpd {
    max-width: 1600px;
    width: 80%;
    margin: 0 auto;
}
.pro-box2 .table-1{
    margin-bottom: 36px;
}
.table-1 table {
    width: 100%
}
.table-1 th {
    padding: 10px;
    font-size: 16px;
    color: #2b2b2b;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    height: 60px;
    background-color: #dfdfdf
}

.table-1 table td {
    padding: 8px 10px;
    font-size: 14px;
    color: #646464;
    text-align: center;
    line-height: 1.5;
    height: 50px;
    border: 1px solid #d0d0d0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

/*.table-1 tr:hover td {*/
/*    background-color: #e60012;*/
/*    color: #fff*/
/*}*/
table{
    border-collapse: collapse;
    border-spacing: 0;
}



.pro-item {
    margin: 0 -14px;
}

.pro-item li {
    float: left;
    width: 25%;
    margin-bottom: 36px;
    border-radius: 10px;
    padding: 0 14px;
}

.pro-item li .con:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.pro-item li .con:hover h4 {
    color: #d7232b;
}


.pro-item li .con {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.pro-item li .img {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 110%;
}

.pro-item li .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pro-item li .text {
    position: relative;
    margin-top: -28px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding: 24px 10px 38px;
}

.pro-item li .text h4 {
    font-size: 18px;
    color: #202020;
    line-height: 38px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro-item li .text p {
    font-size: 14px;
    color: #979797;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.more-btn {
    cursor: pointer;
    display: block;
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    background: #e62129;
    -webkit-background-image: linear-gradient(62deg, #b11015, #e62129);
    background-image: linear-gradient(62deg, #b11015, #e62129);
    color: #ffffff;
    font-size: 14px;
    border-radius: 8px;
    text-align: center;
}

.pro-item li a:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.pro-item li a:hover h4 {
    color: #d7232b;
}

.pop-pro {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    z-index: 9999;
}

.pop-pro .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 32, 32, .85);
}

.pop-pro .con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 90%;
    text-align: center;
    color: #fff;
}

.pop-pro .con h4 {
    font-size: 34px;
    line-height: 1.3em;
    margin: 10px 0;
}

.pop-pro .con p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.pop-pro .con p span {
    display: inline-block;
    margin: 0 22px;
}

.pop-pro.open {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}


/* ======== about ======= */

.about-banner .base-menu li:first-child {
    margin-left: 0;
    width: 11%;
}

.about-one {
    background-color: #f5f5f5;
    padding: 90px 0 110px;
}

.about-one .base-title {
    margin-bottom: 35px;
}

.about-company {
    background-color: #fff;
}

.about-company .img {
    float: left;
    width: 50%;
    overflow: hidden;
}

.about-company .img img {
    width: 100%;
    object-fit: cover;
    display: block;
    /*height: 614px;*/
    height: 100%;
}

.about-company .text {
    float: right;
    width: 50%;
    padding: 50px 70px 0;
}
.about-company .text .index-about{
    padding: 0;
}


.about-company .text .title {
    display: block;
    font-size: 28px;
    color: #e52226;
    font-weight: normal;
    line-height: 34px;
    margin-bottom: 50px;
    position: relative;
    font-weight: bold;
}

.about-company .text .title::after {
    content: "";
    width: 27px;
    height: 4px;
    background-color: #e50012;
    position: absolute;
    left: 0;
    bottom: -30px;
}

.about-company .text p {
    font-size: 15px;
    color: #3f3f3f;
    line-height: 2em;
    text-align: justify;
}

.about-two {
    padding: 90px 0 106px;
}

.produce-list {
    margin-left: -2%;
}

.produce-list li {
    float: left;
    width: 23%;
    margin-left: 2%;
    margin-bottom: 30px;
}

.produce-list li .img {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 63%;
    border-radius: 8px;
}

.produce-list li .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.produce-list li .img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}


.about-three {
    background-color: #f5f5f5;
    padding: 85px 0 94px;
}

.course-slick {
    position: relative;
}

.course-slick .slick-list .item {
    margin: 0 2px;
    background-color: #fff;
}

.course-slick .slick-list .img {
    float: left;
    width: 46%;
    overflow: hidden;
}

.course-slick .slick-list .img img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 453px;
}

.course-slick .slick-list .text {
    float: right;
    width: 54%;
    padding: 88px 110px 0 90px;
}

.course-slick .slick-list .text strong {
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #e52226;
    font-weight: normal;
    font-family: "Arial";
    margin-bottom: 20px;
}

.course-slick .slick-list .text strong em {
    font-style: normal;
    font-size: 22px;
}

.course-slick .slick-list .text p {
    font-size: 14px;
    color: #767676;
    line-height: 2em;
}

.course-slick .slick-prev {
    margin-left: 35px;
    background-image: url(../images/arr-prev.png);
}

.course-slick .slick-next {
    margin-left: 104px;
    right: auto;
    background-image: url(../images/arr-next.png);
}

.course-slick .slick-arrow {
    position: absolute;
    width: 60px;
    height: 53px;
    background-color: #d6d6d6;
    left: 50%;
    bottom: 88px;
    z-index: 1;
    border: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.course-slick .slick-arrow:hover {
    background-color: #e52226;
}

.custom-nav {
    margin-top: 70px;
    position: relative;
}

.custom-nav::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #aaaaaa;
    position: absolute;
    left: 0;
    top: 4px;
}

/* .custom-nav .slick-dot{text-align: center;font-size: 18px;color: #3b3b3b;font-family: "Arial";-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;} */
.custom-nav .slick-dot {
    float: left;
    width: 11.1%;
    text-align: center;
    font-size: 18px;
    color: #3b3b3b;
    font-family: "Arial";
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.custom-nav .slick-dot .dot {
    position: relative;
    padding-top: 20px;
}

.custom-nav .slick-dot .dot::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #474747;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -4px;
}

.custom-nav .slick-dot i {
    display: inline-block;
    line-height: 22px;
    padding-top: 8px;
    cursor: pointer;
}

.custom-nav .slick-dot.slick-current i {
    line-height: 30px;
    padding-top: 0;
    padding: 0 14px;
    background-color: #e52226;
    color: #fff;
}

.custom-nav .slick-dot.slick-current .dot::after {
    background-color: #e52226;
}

.about-four {
    padding: 95px 0 125px;
    /*background-color: #f5f5f5;*/
}

.brand-slick {
    padding: 0 106px;
    position: relative;
}

.brand-slick .img {
    padding: 0 20px;
    overflow: hidden;
}

.brand-slick .img img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.brand-slick .img:hover img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.brand-slick .slick-prev {
    left: -20px;
    background-image: url(../images/arr-prev.png);
}

.brand-slick .slick-next {
    right: -20px;
    background-image: url(../images/arr-next.png);
}

.brand-slick .slick-arrow {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 86px;
    margin-top: -43px;
    background-color: #cecece;
    border: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.brand-slick .slick-arrow:hover {
    background-color: #e52226;
}

/* ======== contact ======= */
.contact-map {
    background-color: #f5f5f5;
    padding-top: 76px;
    overflow: hidden;
}

.contact-con {
    padding-left: 50px;
    position: relative;
    z-index: 2;
}

.contact-con ul {
    background: #e62129;
    background: -webkit-linear-gradient(to top, #b11015, #e62129);
    background: linear-gradient(to top, #b11015, #e62129);
    border-radius: 10px;
    padding: 65px 50px 42px;
}

.contact-con ul li {
    float: left;
}

.contact-con ul li.ewm {
    text-align: center;
    padding: 0 34px;
    margin-right: 40px;
}

.contact-con ul li.ewm img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.contact-con ul li.ewm p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 26px;
    margin-top: 12px;
}

.contact-con ul li.once {
    margin-top: 32px;
}

.contact-con ul li.once img {
    float: left;
    margin-right: 14px;
}

.contact-con ul li.once .con {
    overflow: hidden;
    margin-top: 5px;
}

.contact-con ul li.once .con span {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 26px;
}

.contact-con ul li.once .con .p1 {
    font-size: 22px;
    color: #ffffff;
    font-family: "Arial";
}

.contact-con ul li.email {
    margin: 32px 120px 0 98px;
}

#map {
    width: 100%;
    height: 828px;
    position: relative;
    top: -126px;
}

.contact-msg {
    padding-bottom: 90px;
}

.contact-msg strong {
    display: block;
    text-align: center;
    font-size: 40px;
    color: #4a4a4a;
    line-height: 50px;
    font-weight: normal;
    font-family: "思源黑体 CN";
    margin-bottom: 54px;
}

.show-msg {
    margin-left: -1%;
}

.show-msg li {
    float: left;
    width: 32.3%;
    margin-left: 1%;
    margin-bottom: 30px;
}

.show-msg li input {
    width: 100%;
    border: 0;
    font-size: 18px;
    color: #8d8d8d;
    height: 86px;
    line-height: 86px;
    border-radius: 10px;
    background: #f7f7f7;
    padding: 0 40px;
}

.show-msg li.txt-area {
    width: 100%;
}

.show-msg li.txt-area textarea {
    width: 100%;
    border: 0;
    font-size: 18px;
    color: #8d8d8d;
    border-radius: 10px;
    background: #f7f7f7;
    padding: 25px 40px;
    line-height: 1.5em;
    height: 265px;
}

.sub-btn {
    text-align: center;
    margin-top: 64px;
}

.sub-btn input {
    width: 280px;
    height: 75px;
    font-size: 20px;
    color: #ffffff;
    line-height: 75px;
    border: 0;
    border-radius: 10px;
    background: #e62129;
    background: -webkit-linear-gradient(to top, #b11015, #e62129);
    background: linear-gradient(to top, #b11015, #e62129);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 1px solid transparent;
}

.sub-btn input:hover {
    box-shadow: 0 5px #790004;
}

/* ======== company ======= */

.company-one {
    background-color: #f5f5f5;
    padding: 90px 0 100px;
}

.company-one .content {
    text-align: center;
    border-bottom: 1px solid #acacac;
    padding-bottom: 46px;
}

.company-one .content h1 {
    font-size: 30px;
    color: #000;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 22px;
}

.company-one .content p {
    font-size: 16px;
    color: #848484;
    line-height: 2em;
}

.company-con {
    padding-top: 56px;
}

.company-con h3 {
    font-size: 16px;
    color: #343434;
    line-height: 36px;
    margin-bottom: 25px;
}

.company-table {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dddddd;
    margin-bottom: 42px;
}

.company-table table {
    font-size: 14px;
    color: #474747;
    border-spacing: 0;
}

.company-table table tr {
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
}

.company-table table td, .company-table table th {
    padding: 21px 0;
    word-break: break-all;
}

.company-table table tr:last-child {
    border-bottom: 0;
}

.company-box .img {
    float: left;
    width: 48.7%;
    overflow: hidden;
    border-radius: 8px;
}

.company-box .img img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 557px;
}

.company-box .text-box {
    float: right;
    width: 50%;
    padding-left: 7px;
}

.company-box .text-box .text {
    border-radius: 8px;
    border: 1px solid #acacac;
    padding: 30px 42px 0 35px;
}

.text-top {
    overflow: hidden;
    margin-bottom: 25px;
}

.text-top span {
    display: inline-block;
    font-size: 16px;
    color: #343434;
    line-height: 26px;
}

.text-top .right {
    float: right;
}

.text-box table tr {
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    color: #343434;
}

.text-box table tr:first-child {
    font-size: 18px;
    color: #343434;
}

.text-box table tr:first-child th {
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    padding: 12px 0 16px;
}

.text-box table tr:last-child {
    border-bottom: 0;
}

.text-box table td {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 5px 10px;
    word-break: break-all;
}

.company-two {
    padding-bottom: 100px;
}

.company-two .company-box .img img {
    height: 706px;
}

.company-two .text-box table td {
    padding: 18px 5px;
}

.company-three {
    background-color: #f5f5f5;
    padding: 20px 0 85px;
    overflow: hidden;
}

.company-three .company-table table {
    border-collapse: collapse;
}

.company-three .company-table table tr td {
    border: 1px solid #acacac;
    font-size: 14px;
    color: #474747;
    padding: 20px 55px;
    word-break: break-all;
}

.company-three .info {
    margin-top: 75px;
}

.company-three .info p {
    color: #343434;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}

@media screen and (max-width: 4000px) and (min-width: 2000px) {

}

@media screen and (max-width: 1919px) {
    .foot-top .left {
        margin-right: 6%;
    }
}

@media screen and (max-width: 1699px) {
    .contact-con ul li.ewm {
        padding: 0;
    }

    .contact-con ul li.email {
        margin: 32px 80px 0 52px;
    }
}

@media screen and (max-width: 1599px) {
    .newsDt-con {
        padding: 76px 76px 50px
    }

    .newsDt-con .hd {
        padding-bottom: 30px
    }

    .newsDt-con .con {
        padding: 34px 0
    }

    .newsDt-1 {
        padding: 50px 0 110px
    }

    .newsDt-1 .cur {
        margin-bottom: 26px
    }

    .header .nav li {
        margin-left: 60px;
    }

    .foot-top .left {
        margin-right: 2%;
    }

    .foot-top .foot-list li.pro {
        margin-right: 0;
    }

    .contact-con ul {
        padding: 65px 20px 42px;
    }

    .contact-con ul li.once .con .p1 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1439px) {
    .banner .con strong {
        font-size: 36px;
        line-height: 46px;
    }

    .banner .con i {
        font-size: 16px;
        line-height: 26px;
    }

    .banner .con .p1 {
        font-size: 16px;
        line-height: 26px;
    }

    .foot-top .left .p1 {
        font-size: 18px;
    }

    .foot-top .foot-list li.about {
        margin-right: 0;
    }

    .tact-box strong {
        font-size: 20px;
    }
}

@media screen and (max-width: 1359px) {
    .caseDt1-bt {
        padding: 12px 50px
    }

    .header .nav li {
        margin-left: 40px;
    }

    .foot-top .left .p1 {
        display: none;
    }

    .foot-top .left .p2 {
        display: none;
    }

    .slick-banner .slick-dots li button {
        width: 42px;
        height: 6px;
    }

    .banner .slick-dots li button {
        width: 42px;
        height: 6px;
    }

    .about-company .text {
        padding: 30px 20px 0;
    }

    .course-slick .slick-arrow {
        bottom: 30px;
    }

    .contact-con {
        padding-left: 0;
    }

    .contact-con ul li.email {
        margin: 32px 30px 0 30px;
    }

    .contact-con ul li.once img {
        width: 49px;
        height: 49px;
        margin-top: 5px;
    }

    .contact-con ul li.ewm {
        margin-right: 20px;
    }

    .company-one .content p br {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .newsDt-con {
        padding: 40px
    }

    .newsDt-con .hd {
        padding-bottom: 20px
    }

    .newsDt-con .hd h1 {
        font-size: 20px
    }

    .newsDt-con .con {
        padding: 20px 0
    }

    .newsDt-1 {
        padding: 30px 0 60px
    }

    .newsDt-1 .cur {
        margin-bottom: 20px
    }

    .header .logo {
        width: 300px;
        padding-top: 26px;
    }

    .header .nav {
        margin-top: 0;
        /*display: block !important;*/
    }

    .header .nav li {
        line-height: 120px;
    }

    .banner .con strong {
        font-size: 30px;
        line-height: 40px;
    }

    .banner .con .p1 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }

    .banner .con .p2 {
        display: none;
    }

    .index-pro {
        padding: 60px 0 40px;
    }

    .index-title span {
        font-size: 30px;
        line-height: 1.4em;
    }

    .index-title h2 {
        font-size: 28px;
        line-height: 1.4em;
    }

    .tab-pro li a {
        padding: 0 26px;
    }

    .index-about {
        padding: 56px 0 60px;
    }

    .about-num li p, .about-num li span {
        font-size: 16px;
    }

    .about-num li strong {
        font-size: 50px;
    }
    .about-num2 li p, .about-num2 li span {
        font-size: 14px !important;
    }

    .about-num2 li strong {
        font-size: 30px;
    }

    .about-text li .img {
        width: 80px;
        height: 80px;
    }

    .about-text li .text {
        margin-top: 0;
    }

    .about-text li .text p br {
        display: none;
    }

    .about-text li .text strong {
        font-size: 20px;
        line-height: 1.5em;
        margin-bottom: 0;
    }

    .index-process {
        padding: 60px 0;
    }

    .process-click li i {
        font-size: 200px;
    }

    .process-click li .pic {
        width: 40px;
        height: 40px;
    }

    .process-click li .pic img {
        width: 100%;
    }

    .process-click li {
        height: 220px;
    }

    .process-click li .info {
        margin-top: 40px;
    }

    .process-right img {
        height: 440px;
    }

    .process-click li .info p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .process-click li .info span {
        font-size: 12px;
    }

    .index-news {
        padding: 50px 0 60px;
    }

    .new-list li .info {
        padding: 10px 20px 20px;
    }

    .ban-con span {
        font-size: 14px;
        line-height: 1.5em;
    }

    .ban-con h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .ban-con p {
        font-size: 16px;
        line-height: 26px;
    }

    .base-menu li a {
        font-size: 13px;
        line-height: 45px;
    }

    .ban-con {
        margin-top: -30px;
    }

    .about-one {
        padding: 40px 0 50px;
    }

    .about-company .text p {
        font-size: 14px;
    }

    .base-title h3 {
        font-size: 24px;
        line-height: 1.5em;
        margin-bottom: 0;
    }

    .base-title p {
        font-size: 14px;
        line-height: 1.5em;
    }

    .about-company .img img {
        height: auto;
    }

    .about-company .text .title {
        margin-bottom: 40px;
    }

    .about-company .text .title::after {
        bottom: -14px;
    }

    .course-slick .slick-list .text {
        padding: 60px 30px 0 30px;
    }

    .course-slick .slick-list .img img {
        height: 390px;
    }

    .brand-slick {
        padding: 0 60px;
    }

    .brand-slick .img {
        padding: 0 10px;
    }

    .brand-slick .slick-arrow {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0;
        width: 32px;
        height: 56px;
    }

    .brand-slick .slick-prev {
        left: 0;
    }

    .brand-slick .slick-next {
        right: 0;
    }

    .case-box {
        padding: 50px 0;
    }

    .case-list li p {
        margin: 15px 0;
    }

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

    .contact-map {
        padding-bottom: 20px;
    }

    #map {
        top: 0;
        background-color: #f5f5f5;
        overflow: hidden;
    }

    .contact-con ul {
        padding: 40px 20px;
    }

    .contact-con ul li.ewm {
        width: 100%;
        margin-right: 0;
    }

    .contact-con ul li.ewm .con {
        width: 110px;
    }

    .contact-msg {
        padding: 50px 0;
    }

    .contact-msg strong {
        font-size: 30px;
        line-height: 1.5em;
        margin-bottom: 30px;
    }

    .show-msg li input {
        font-size: 14px;
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
    }

    .show-msg li.txt-area textarea {
        padding: 25px 15px;
        font-size: 14px;
        height: 200px;
    }

    .sub-btn {
        margin-top: 24px;
    }

    .sub-btn input {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        width: 120px;
    }

    .company-one {
        padding: 40px 0 50px;
    }

    .company-one .content h1 {
        font-size: 28px;
    }

    .company-one .content p {
        font-size: 14px;
    }

    .company-table table tr, .text-box table tr:first-child {
        font-size: 14px;
    }
}

@media screen and (max-width: 999px) {
    .side_nav{
        display: none;
    }
    .caseDt1-bt {
        padding: 10px 20px
    }

    .header {
        position: relative;
        padding: 5px 0;
    }

    .header .pc-logo {
        display: none;
    }

    .header .logo {
        width: 56px;
        padding: 0;
    }

    .header .mo-logo {
        display: block;
    }

    .mo-btn {
        display: block;
        float: right;
        margin-top: 14px;
        width: 30px;
        cursor: pointer;
    }

    .header .nav {
        position: absolute;
        right: 0;
        top: 58px;
        width: 100%;
        text-align: center;
        z-index: 999;
        background-color: #fff;
        display: none;
        padding: 10px 0;
    }

    .header .nav li {
        float: none;
        line-height: 60px
    }
    .header .nav li > a span:hover:before {
        width: 0;
    }

    .header .nav li.on a span:before {
        width: 0;
    }

    .banner .ban-text {
        margin-top: 0;
    }

    .banner .con i {
        margin-bottom: 0;
    }

    .banner .con strong {
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 32px;
    }

    .pro-list li, .pro-item li {
        width: 33.3%;
    }

    .pro-list li .text, .pro-item li .text {
        padding: 14px 10px 20px;
        margin-top: -10px;
    }

    .about-num li:nth-child(2) {
        margin: 5px 100px;
    }

    .foot-top {
        padding: 50px 0;
    }

    .foot-top .left {
        display: none;
    }

    .foot-top .foot-list {
        width: 100%;
    }

    .foot-top .right {
        display: none;
    }

    .footer {
        padding: 20px 0;
    }

    .footer span {
        float: none;
    }

    .new-list li {
        width: 47%;
        margin-bottom: 20px;
    }

    .pro-box {
        padding: 50px 0;
    }

    .m-pages {
        margin-top: 30px;
    }

    .m-pages li a, .m-pages li span {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .m-pages li {
        line-height: 35px;
        display: none;
    }

    .m-pages li.fengye {
        display: block;
    }

    .m-pages select {
        min-width: 48px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .m-pages select option {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .page-box {
        margin-top: 30px;
    }

    .page-box li a, .page-box li span {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .base-menu li:first-child {
        margin-left: 0;
        width: 25%;
    }

    .base-menu li {
        width: 25%;
    }

    .slick-banner .slick-dots {
        bottom: 60px;
    }

    .banner .slick-dots {
        bottom: 60px;
    }

    .ban-con {
        margin-top: -22px;
    }

    .about-company .img {
        width: 100%;
        height: auto;
    }

    .about-company .text {
        width: 100%;
        padding: 30px 20px;
    }

    .about-two {
        padding: 40px 0 50px;
    }

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

    .produce-list li {
        width: 48%;
        margin-bottom: 20px;
    }

    .course-slick .slick-arrow {
        width: 35px;
        height: 35px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .course-slick .slick-prev {
        left: -10px;
        margin-left: 0;
    }

    .course-slick .slick-next {
        right: -10px;
        margin-left: 0;
        left: auto;
    }

    .course-slick .slick-list .text strong {
        font-size: 30px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }

    .about-three {
        padding: 50px 0;
    }

    .about-four {
        padding: 50px 0;
    }

    .brand-slick {
        padding: 0 40px;
    }

    .case-list li {
        width: 47%;
    }

    .case-list li p {
        margin: 0;
        font-size: 18px;
    }

    .company-one .content {
        padding-bottom: 36px;
    }

    .company-table table td, .company-table table th {
        padding: 10px 2px;
    }

    .company-box .img {
        width: 100%;
        margin-bottom: 30px;
    }

    .company-box .img img, .company-two .company-box .img img {
        height: auto;
    }

    .company-box .text-box {
        width: 100%;
        padding-left: 0;
    }

    .company-con h3 br {
        display: none;
    }

    .company-three .company-table table tr td {
        padding: 10px 5px;
    }

    .company-three .info {
        margin-top: 30px;
    }

    .text-box table td {
        padding: 5px 2px;
    }

    .company-two {
        padding-bottom: 50px;
    }

    .company-con {
        padding-top: 36px;
    }

    .pop-pro .con h4 {
        font-size: 20px;
    }

    .pop-pro .con p {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .about_mobile{
        display: none;
    }
    .table-1 table td{
         padding: 0px 0px;
         font-size: 12px;
    }
    .pro-box2 .table-1 {
        margin-bottom: 20px
    }

    .table-1 th {
        padding: 10px 4px;
        font-size: 14px
    }

    .table-1 td {
        padding: 6px 4px;
        font-size: 12px
    }
    .header .nav li {
        line-height: 60px;
    }
    .header .nav li > a span:hover:before {
        width: 0;
    }
    .header .nav li.on a span:before {
        width: 0;
    }

    .caseDt1-bt {
        padding: 20px 0;
    }

    .caseDt1-bt a {
        line-height: 40px
    }

    .caseDt1-bt .next, .caseDt1-bt .prev {
        float: none;
        width: auto;
        display: block;
        /*border-bottom: 1px solid #889aa4;*/

    }

    .caseDt1-bt .return {
        position: static;
        display: block;
        text-align: center;
        width: auto;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        background-position: 36% center;
        line-height: 50px
    }

    .newsDt-con {
        padding: 30px
    }

    .newsDt-con .hd h1 {
        font-size: 18px
    }

    .newsDt-1 {
        padding: 20px 0 40px
    }

    .banner .slick-list .pc {
        display: none;
    }

    .banner .slick-list .mobile {
        display: block;
    }

    .base-banner .pc {
        display: none;
    }

    .base-banner .mobile {
        display: block;
    }

    .tab-pro .moblic {
        display: block;
    }

    .tab-pro .pc {
        display: none;
    }

    .tab-pro li a {
        padding: 0 10px;
        font-size: 16px;
    }

    .index-title span {
        font-size: 24px;
    }

    .index-title h2 {
        font-size: 22px;
    }

    .tab-pro {
        margin: 40px 0;
    }

    .pro-list, .pro-item {
        margin: 0 -10px;
    }

    .pro-list li, .pro-item li {
        width: 50%;
        padding: 0 10px;
    }

    .more-btn {
        height: 35px;
        line-height: 35px;
    }

    .pro-list li .text p {
        /*margin-bottom: 10px;*/
    }

    .about-num li:nth-child(2) {
        margin: 5px 58px;
    }

    .about-text li {
        width: 100%;
    }

    .about-text li.one .img {
        margin-left: 20px;
    }

    .about-text li.two {
        margin-left: 0;
    }

    .about-text li.two .img {
        margin-right: 20px;
    }

    .process-click {
        width: 100%;
    }

    .process-right {
        width: 100%;
    }

    .process-right img {
        border-radius: 0 0 10px 10px;
        height: 320px;
    }

    .process-click li {
        height: 180px;
    }

    .process-click li .pic {
        width: 26px;
        height: 26px;
    }

    .process-click li .info p {
        margin-top: 40px;
    }

    .process-click li .info p::before {
        top: -20px;
    }

    .foot-top .foot-list li {
        width: 50%;
        margin-bottom: 15px;
    }

    .index-news .index-title {
        margin-bottom: 40px;
    }

    /*.base-menu {*/
    /*    display: none;*/
    /*}*/

    .slick-banner .pc {
        display: none;
    }

    .slick-banner .mobile {
        display: block;
    }

    .slick-banner .slick-dots {
        bottom: 20px;
    }

    .banner .pc {
        display: none;
    }

    .banner .mobile {
        display: block;
    }

    .banner .slick-dots {
        bottom: 20px;
    }

    .course-slick .slick-list .img {
        width: 100%;
    }

    .course-slick .slick-list .img img {
        height: auto;
    }

    .course-slick .slick-list .text {
        padding: 30px 20px;
        width: 100%;
    }

    .custom-nav {
        margin-top: 50px;
    }

    .about-company .img img {
        height: auto;
    }

    .about-company .text .title {
        font-size: 20px;
    }

    .course-slick .slick-list .text strong {
        font-size: 26px;
    }

    .base-title h3 {
        font-size: 20px;
    }

    .base-title p {
        font-size: 12px;
    }

    .show-msg {
        margin-left: 0;
    }

    .show-msg li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    #map {
        height: 350px;
    }

    .contact-con ul li.email {
        margin: 32px 0 0;
    }

    .contact-map {
        padding-top: 50px;
    }

    .company-one .content h1 {
        font-size: 26px;
    }

    .company-table table td, .company-table table th {
        padding: 5px 2px;
        line-height: 1.2em;
    }

    .company-box .text-box .text {
        padding: 20px 20px 0 20px;
    }

    .company-two .text-box table td br {
        display: none;
    }

    .company-three {
        padding: 20px 0 45px;
    }

    .text-top .right {
        float: none;
    }

    index-news {
        overflow: hidden;
    }

    .new-list {
        margin: 0 -5px;
    }

    .new-list li {
        margin: 0 5px 10px;
    }


}

@media screen and (max-width: 479px) {
    .tab-pro {
        margin: 28px 0;
    }

    .tab-pro li a {
        padding: 0 4px;
    }

    .index-pro {
        padding: 50px 0 20px;
    }

    .about-num {
        margin-top: 30px;
    }

    .about-num li:nth-child(2) {
        margin: 5px 20px;
    }

    .about-num li strong {
        font-size: 38px;
    }

    .about-num li p, .about-num li span {
        font-size: 12px;
    }

    .about-text li {
        padding: 26px 0 10px;
    }

    .about-text li .img {
        width: 60px;
        height: 60px;
    }

    .about-text li .text strong {
        font-size: 18px;
    }

    .about-text li .text p {
        font-size: 12px;
    }

    .process-click li .info {
        margin-top: 28px;
    }

    .process-click li .info p {
        font-size: 16px;
        margin-top: 12px;
    }

    .process-click li .info p::before {
        top: -2px;
    }

    .process-click li {
        height: 140px;
    }

    .process-click li i {
        font-size: 140px;
        right: -30px;
    }

    .new-list li .info {
        padding: 10px;
    }

    .new-list li .info h4 {
        margin-bottom: 10px;
    }

    .new-list li .info p {
        margin-bottom: 10px;
    }

    .course-slick .slick-prev {
        left: 0;
    }

    .course-slick .slick-next {
        right: 0;
    }

    .course-slick .slick-arrow {
        margin-top: -40px;
    }

    .company-con h3 {
        line-height: 1.5em;
    }
}

@media screen and (max-width: 374px) {
    .pro-list li, .pro-item li {
        margin-bottom: 20px;
    }

    .tab-pro li {
        font-size: 12px;
    }

    .course-slick .slick-arrow {
        margin-top: -60px;
    }

    .contact-con ul li.once .con .p1 {
        font-size: 14px;
    }

    .company-one .content h1 {
        font-size: 22px;
        line-height: 1.2em;
    }
}


