/*初始化代码*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

* {
    font-family: Microsoft YaHei;
}

body {
    background: #fff;
    font-size: 14px;
    overflow: hidden;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #e60013;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    outline: none;
}

table {
    margin: 0 0 30px;
    width: 100%;
    border-collapse: collapse;
}

table th,
table td {
    border: 1px solid #e2e1e1;
    padding: 15px;
    padding: 7px 18px;
}

table th img,
table td img {
    max-width: 100%;
}

table thead {
    background: #eee;
}

table thead th,
table thead td {
    text-transform: uppercase;
    font-weight: 900;
    color: #111;
}

html {
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}


/*初始化代码 end*/


/* m-title */

.m-titbg {
    overflow: hidden;
}

.m-title {
    text-align: center;
    margin: 5% auto;
}

.m-title h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    color: #333;
}

.m-title h3>span {
    font-weight: bold;
    color: #e60013;
}

.m-title p {
    position: relative;
    font-size: 30px;
    color: #666;
    text-transform: uppercase;
    line-height: 56px;
}

.m-title i {
    display: block;
    width: 145px;
    height: 18px;
    background: url(../images/tit-i.png) center no-repeat;
    background-size: cover;
    margin: 10px auto;
}

.m-titbg .m-mess {
    float: right;
    width: 130px;
    line-height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 20px;
    margin-top: 60px;
}

.m-titbg .m-mess:hover {
    background-color: #e60013;
    color: #fff;
    transition: all 0.3s;
}


/* m-title end */


/* m-bbtn */

.m-bbtn {
    text-align: center;
    margin-top: 50px;
}

.m-bbtn a {
    display: inline-block;
    padding: 0 50px;
    line-height: 44px;
    border-radius: 22px;
    color: #fff;
    font-size: 16px;
    background-color: #ce982c;
}

.m-bbtn a:last-child {
    margin-left: 15px;
}

.m-bbtn a:hover {
    background-color: #e60013;
    transition: all 0.3s;
}


/* m-bbtn end */


/* m-btn */

.m-btn {
    display: block;
    position: relative;
    width: 8%;
    margin: 50px auto;
    line-height: 40px;
    background-color: #e60013;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.m-btn:hover {
    color: #fff;
}


/* m-btn end */


/* header */

.head-bg {
    width: 100%;
    top: 0;
    z-index: 99999;
}

.head-sd {
    background-color: #fff;
    box-shadow: 0px 0px 10px #999;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2% auto 1.5%!important;
    transition: all 0.1s;
}

header .head-logo {}

header .head-logo h1 {
    display: flex;
}

header .head-logo a {
    outline: none;
}

header .head-logo .logo-w {
    display: block;
}

header .head-logo .logo-b {
    display: none;
}

header .head-logo h1>a {
    display: flex;
}

header .head-logo h1>a img {
    width: 205px;
}

header .head-logo i {
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #ededed;
    margin: 0 15px;
}

header .head-logo h1 p {
    font-size: 17px;
    color: #333;
    margin-top: 10px;
}

header .head-logo h1 p>span {
    display: block;
    font-size: 45px;
    color: #e60013;
    font-weight: bold;
}

.head-bg .top-nav {
    z-index: 9999;
}


/* 头部文化 */

.top-wh {
    max-width: 370px;
}

.top-wh img {
    width: 100%;
}


/* 头部文化 end*/


/* 电话语言切换 */

#header-top .top-tel {
    font-size: 16px;
    background-size: 46px;
    color: #666;
    font-weight: 300;
    text-align: right;
}

#header-top .top-tel>span {
    display: block;
    font-size: 25px;
    font-weight: 400;
    color: #666;
    margin-bottom: 5%;
}

#header-top .top-tel>a {
    font-size: 17px;
    color: #666;
    font-weight: 400;
}

#header-top .top-tel>a:hover {
    color: #e60013;
}

.head-bg .top-nav .top-tlb {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}

.top-la {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.top-la .dw2 {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.top-la .dw2 .j_tab {}

.top-la .dw2 .dh {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    border: 1px solid #ccc;
    background: url(../images/ch.png) 6px center no-repeat;
    background-size: 18px;
}

.top-la .dw2 .dh span {
    background: url(../images/jt2.png) 65px center no-repeat;
    background-size: 20px;
    padding: 0 30px;
}

.top-la .dw2 .dd {
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 90px;
    width: 150%;
    margin-left: -25%;
    background: #fff;
    box-shadow: 0px 1px 5px #ccc;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
    transform: translateY(15px);
    z-index: 9999999;
}

.top-la .dw2 .dd a {
    display: block;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    padding-left: 30%;
    text-decoration: none;
    text-indent: 20px;
    background: url(../images/tab-ch.png) 25% center no-repeat;
    background-size: 26px;
}

.top-la .dw2 .dd a:nth-child(2) {
    background: url(../images/tab-en.png) 25% center no-repeat;
    background-size: 26px;
}

.top-la .dw2 .dd a:hover {
    font-weight: bold;
}

.top-la .dw2.cur .dd {
    top: 40px;
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.top-tlb .alba {
    display: inline-block;
    font-size: 0px;
    width: 44px;
    height: 24px;
    background: url(../images/albb.jpg) center no-repeat;
    background-size: 40px;
}


/* 电话语言切换 end */

.head-bg {
    background-color: #fafafa;
    margin-bottom: 10px;
}

.head-bg .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.head-bg .nav>li {
    position: relative;
    padding: 0 24px;
    line-height: 58px;
}

.head-bg .nav>li {}

.head-bg .nav>li.nav-line {
    width: 3px;
    height: 60px;
    background: url(../images/nav-line.jpg) center no-repeat;
}

.head-bg .nav>li>a {
    display: block;
    color: #666;
    font-size: 16px;
    text-align: center;
}

.head-bg .nav>li>a>span {
    display: block;
    font-size: 14px;
    color: #99c8f9;
    text-transform: uppercase;
}

.head-bg .nav>li>a::after {
    display: none;
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #e60013;
    transition: all 0.3s;
}

.head-bg .nav>li>dl {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 102px;
    width: 140%;
    background-color: #fff;
    z-index: 99999;
    box-shadow: 0px 1px 5px #ccc;
    transition: all 0.3s;
}

.head-bg .nav>li>dl a {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    transition: all 0.3s;
}

.head-bg .nav>li.nact>a,
.head-bg .nav>li:hover>a {
    color: #e60013!important;
}

.head-bg .nav>li.nact>a::after,
.head-bg .nav>li:hover>a::after {
    width: 100%;
}

.head-bg .nav>li:hover>dl {
    visibility: inherit;
    opacity: 1;
    top: 58px;
}

.head-bg .nav>li>dl a:hover {
    background-color: #e60013;
    color: #fff;
}

.head-bg .nav {}

.head-bg .nav .toplink {
    padding-top: 12px;
    border-left: 1px solid #dbdbdb;
}

.head-bg .nav .toplink>a {
    float: left;
    display: block;
    width: 50px;
    height: 60px;
}

.head-bg .nav .toplink>a.top-albb {
    width: 40px;
    height: 60px;
    background: url(../images/albb.jpg) center no-repeat;
    background-size: 45px;
    margin-left: 18px;
}

.head-bg .nav .toplink>a.top-tel {
    background: url(../images/top-tel.png) center no-repeat;
    background-size: 26px;
    position: relative;
    margin-left: 10px;
}

.head-bg .nav .toplink .top-tel .dd {
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 90px;
    width: 250px;
    text-align: center;
    background: #ef8201;
    left: 0;
    border: 1px solid #ef8201;
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
    transform: translateY(15px);
    transform: translateX(-40%);
    z-index: 9999999;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.head-bg .nav .toplink .top-tel .dd>span {
    font-weight: 400;
    font-size: 16px;
}

.head-bg .nav .toplink .top-tel .dd:before {
    content: "";
    display: inline-block;
    border: 8px solid transparent;
    border-bottom: 8px solid #ef8201;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
}

.head-bg .nav .toplink .top-tel.cur .dd {
    top: 50px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform: translateX(-40%);
}

.head-bg .nav .toplink>a.top-wx {
    background: url(../images/wx.png) center no-repeat;
    background-size: 24px;
    position: relative;
    margin-left: 10px;
}

.head-bg .nav .toplink .top-wx .dd {
    position: absolute;
    top: 90px;
    width: 150px;
    text-align: center;
    background: #ef8201;
    left: 0;
    border: 1px solid #ef8201;
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
    transform: translateY(15px);
    transform: translateX(-30%);
    z-index: 9999999;
}

.head-bg .nav .toplink .top-wx .dd:before {
    content: "";
    display: inline-block;
    border: 8px solid transparent;
    border-bottom: 8px solid #ef8201;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
}

.head-bg .nav .toplink .top-wx .dd>img {
    max-width: 100%;
}

.head-bg .nav .toplink .top-wx.cur .dd {
    top: 50px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform: translateX(-30%);
}


/* 语言弹窗 */

.menu-lang {
    display: none;
    align-items: center;
}

.top-lang {
    display: none;
    position: relative;
}

.top-lang>a {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 0;
    border-radius: 50%;
    background: url(../images/en.png) center no-repeat;
    background-size: cover;
}

.toplang .dw2 {
    float: left;
    display: inline-block;
    height: 50px;
    width: 130px;
    cursor: pointer;
    margin-top: 34px;
    position: relative;
}

.toplang .dw2 .j_tab {}

.toplang .dw2:after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    /* background: rgb(245, 245, 245); */
    right: 0;
    top: 0;
}

.toplang .dw2.yuyan:before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    /* background: rgb(245, 245, 245); */
    left: 0;
    top: 0;
}

.toplang .dw2 .dh {
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-right: 1px solid #fff;
}

.toplang .dw2 .dh span {
    background: url(../images/jt1.png) right center no-repeat;
    padding-right: 22px;
}

.toplang .dw2 .dd {
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 90px;
    width: 100%;
    text-align: center;
    background: #ef8201;
    left: 0;
    border: 1px solid #ef8201;
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
    transform: translateY(15px);
    z-index: 9999999;
}

.toplang .dw2 .dd:before {
    content: "";
    display: inline-block;
    border: 8px solid transparent;
    border-bottom: 8px solid #ef8201;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
}

.toplang .dw2 .dd a {
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    text-decoration: none;
    text-indent: 20px;
    background: url(../images/ch.png) 37% center no-repeat;
    background-size: 26px;
}

.toplang .dw2 .dd a:nth-child(2) {
    background: url(../images/en.png) 37% center no-repeat;
    background-size: 26px;
}

.toplang .dw2 .dd a:hover {
    font-weight: bold;
}

.toplang .dw2.cur .dd {
    top: 50px;
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.toplang .tel-ser {
    float: left;
    display: block;
    height: 96px;
    width: 88px;
    font-size: 0;
    background-size: 25px;
}

.tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.tc-box {
    width: 60rem;
    padding-top: 40px;
    max-width: 80%;
    margin: 0 auto;
    margin-top: -80px;
    box-sizing: border-box;
    /* background:#fff; */
    display: block;
    position: relative;
    z-index: 1;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
}

.tc.act .tc-box {
    -webkit-animation-name: anim-open-2;
    animation-name: anim-open-2;
    transform: scale(1);
}

.close {
    position: absolute;
    cursor: pointer;
    color: #e13a39;
    font-size: 30px;
    right: 30px;
    top: 30px;
}

.tc_bg {
    height: 100%;
    background: rgba(0, 0, 0, .85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.tc_txt {
    height: 470px;
    overflow-y: auto;
    padding-right: 30px;
}


/*寮圭獥鍐呭鏍峰紡*/

.tc-box form {
    position: relative;
    border-bottom: 2px solid #eee;
    height: 4.25rem;
    padding-right: 20px;
    position: relative;
}

.tc-box .tc_fdj {
    position: absolute;
    left: 20px;
    display: block;
    height: 4.25rem;
    line-height: 4.25rem;
}

.tc-box .tc_fdj img {
    width: 1.3rem;
}

.tc-box form label {
    text-align: left;
    display: block;
    position: absolute;
    bottom: 0;
    height: 4.25rem;
    line-height: 4.25rem;
    font-size: 1.6rem;
    color: #999;
    pointer-events: none;
    margin-left: 20px;
    transition: .3s;
}

.tc-box form label.act {
    font-size: 16px;
    bottom: 3rem;
    line-height: 3rem;
    height: 3rem;
}

.tc-box #keyword {
    width: 80%;
    height: 4.25rem;
    padding: 0 20px;
    font-size: 1.6rem;
    color: #999;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    border: 0;
}

.tc-box .btn_blue {
    width: 40px;
    height: 4.25rem;
    border: 0;
    line-height: 4.25rem;
    background-size: 40px;
    font-size: 1.125rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
}

.tc-box .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}


/* 语言弹窗 end */


/* xg */

.head-bg.xg .nav-bg {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 3px #ddd;
    z-index: 9999;
}


/* xg end */

header .menu {
    display: none;
    cursor: pointer;
    height: 30px;
    width: 30px;
    position: relative;
}

header .menu .line {
    display: block;
    width: 30px;
    height: 1px;
    background: #003a86;
    position: absolute;
    right: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}

header .menu .line1 {
    top: 5px;
}

header .menu .line2 {
    top: 15px;
}

header .menu .line3 {
    top: 25px;
}

header .active .line1 {
    transform: rotate(45deg) translate(2px, 12px);
    -webkit-transform: rotate(45deg) translate(2px, 12px);
    -moz-transform: rotate(45deg) translate(2px, 12px);
}

header .active .line2 {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    opacity: 0;
}

header .active .line3 {
    transform: rotate(-45deg) translate(2px, -12px);
    -webkit-transform: rotate(-45deg) translate(2px, -12px);
    -moz-transform: rotate(-45deg) translate(2px, -12px);
}

header.xg .menu .line,
header:hover .menu .line {
    background-color: #333;
}

header .navbar {
    display: none;
    padding: 15px 22px 0px;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 95px;
    z-index: 998;
    box-sizing: border-box;
}

header .navbar .a-wrap {
    height: 86%;
    overflow: auto;
}

header .navbar .a-wrap li {
    display: block;
    width: 100%;
    line-height: 46px;
    color: #666;
    border-bottom: 1px solid #eee;
    transition: width ease 0.4s;
    -moz-transition: width ease 0.4s;
    -webkit-transition: width ease 0.4s;
    font-size: 15px;
    background: url(../images/ico15.gif) right 18px no-repeat;
}

header .navbar .a-wrap li>a {
    display: inline-block;
    line-height: 46px;
}

header .navbar .a-wrap li:last-child {
    border-bottom: none;
}

header .navbar .a-wrap li>dl {
    display: none;
}

header .navbar .active li {
    width: 40%;
}

header .navbar .active li:nth-child(1) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
}

header .navbar .active li:nth-child(2) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
}

header .navbar .active li:nth-child(3) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}

header .navbar .active li:nth-child(4) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
}

header .navbar .navbar-lang {
    text-align: center;
    margin-top: 8%;
}

header .navbar .navbar-lang>a {
    color: #666;
    font-size: 15px;
}


/* header end */


/* banner */

.index-banner {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.index-banner .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.index-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index-banner .swiper-slide img {
    max-width: 100%;
}

.index-banner .swiper-container .swiper-button-next,
.index-banner .swiper-container .swiper-button-prev {
    display: none;
    opacity: 0;
    z-index: 998;
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    top: 50%;
    background-color: rgba(0, 0, 0, .3);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 50% 50%;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
}

.index-banner .swiper-container .swiper-button-prev {
    left: 3%;
    background-image: url(../images/arrow-left.png);
}

.index-banner .swiper-container .swiper-button-next {
    left: auto;
    right: 3%;
    background-image: url(../images/arrow-right.png);
}

.index-banner:hover .swiper-container .swiper-button-next,
.index-banner:hover .swiper-container .swiper-button-prev {
    display: block;
    opacity: 1;
}

.index-banner .swiper-container .swiper-button-next:hover,
.index-banner .swiper-container .swiper-button-prev:hover {
    background-color: rgba(230, 0, 19, .8);
}

.index-banner .swiper-pagination-bullet {
    width: 35px;
    height: 35px;
    background: #5f686f;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    opacity: 1;
    border-radius: 0;
    transition: all 0.3s;
}

.index-banner .swiper-pagination-bullet-active {
    background: #ff9900;
}

.thumbs-list {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #e60013;
}

.thumbs-list .thumbs-title {
    width: 12%;
    background-color: #e60013;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.thumbs-list .thumbs-title>h2 {
    font-size: 28px;
    font-weight: bold;
}

.thumbs-list .thumbs-next {
    width: 4%;
    background: #e60013 url(../images/thumbs-next.png) center no-repeat;
    background-size: 40px;
    cursor: pointer;
}

#thumbs {
    width: 84%!important;
    height: 110px!important;
}

#thumbs .swiper-slide {
    height: 100%;
    cursor: pointer;
    background-size: cover!important;
}

#thumbs .swiper-slide-thumb-active {}


/* banner end */


/* 词条模块 */

.in-entry {
    box-shadow: 0 10px 10px #ddd;
    margin-bottom: 3%;
}

.in-entry .in-entryb {
    height: 100%;
    box-shadow: 0 10px 20px #ddd inset;
}

.in-entry .in-entryc {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 7% 0;
}

.in-entry .in-entryc .iney-l {
    width: 35%;
    color: #333;
}

.in-entry .in-entryc .iney-l>h4 {
    font-size: 30px;
    margin-bottom: 10%;
}

.in-entry .in-entryc .iney-l>h3 {
    font-size: 60px;
    font-weight: bold;
}

.in-entry .in-entryc .iney-l>p {
    margin: 3% 0;
}

.in-entry .in-entryc .iney-l a {
    display: inline-block;
    font-weight: 400;
    border-radius: 5px;
    padding: 3px 8px;
    font-size: 12px;
    background-color: #e60013;
    color: #fff;
}

.in-entry .in-entryc .iney-l .iney-zd {
    font-size: 12px;
    line-height: 24px;
}

.in-entry .in-entryc .iney-l .iney-zd>a {
    padding: 0;
    color: #333;
    background-color: transparent;
}

.in-entry .in-entryc .iney-r {
    width: 50%;
}

.in-entry .in-entryc .iney-r>img {
    max-width: 100%;
}

.index-banner .gallery-x {
    border-top: 20px solid #dfdfdf;
    border-bottom: 20px solid #dfdfdf;
}


/* 词条模块 end */


/* index-pro */

.index-pro-bg .m-titbg {}

.index-pro-bg .index-pro-c {
    margin: 0 auto;
    margin-bottom: 5%;
}

.index-pro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.index-pro .inpro-r {
    width: 100%;
    overflow: hidden;
}

.index-pro .swiper-container-pro .swiper-slide>a {
    display: block;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    transition: all 0.3s;
}

.index-pro .swiper-container-pro .swiper-slide>a>img {
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.index-pro .swiper-slide>a .inpro-tbox {
    padding: 14% 5% 0%;
    height: 140px;
}

.index-pro .swiper-slide>a .inpro-tbox h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    letter-spacing: 5px;
    margin-bottom: 3%;
}

.index-pro .swiper-slide>a .inpro-tbox h3>span {
    letter-spacing: 0px;
    font-size: 21px;
    font-weight: 400;
}

.index-pro .swiper-slide:nth-child(n+5)>a .inpro-tbox h3 {
    text-align: right;
    font-size: 18px;
    margin-bottom: 10%;
}

.index-pro .swiper-slide:nth-child(6)>a .inpro-tbox h3 {
    margin-bottom: 3%;
}

.index-pro .swiper-slide:nth-child(6)>a .inpro-tbox span {
    display: block;
    font-size: 14px;
    margin-top: 5%;
}

.index-pro .swiper-slide>a .inpro-tbox p {
    font-size: 20px;
    line-height: 38px;
    color: #333;
}

.index-pro .swiper-slide:first-child>a .inpro-tbox p {
    line-height: 30px;
}

.index-pro .swiper-slide>a .inpro-thref {
    display: flex;
    justify-content: space-between;
    height: 50px;
    padding: 5%;
    font-size: 12px;
}

.index-pro .swiper-slide:nth-child(n+5)>a .inpro-thref {
    justify-content: flex-end;
}

.index-pro .swiper-slide>a .inpro-thref strong {
    font-size: 14px;
    font-weight: bold;
}

.index-pro .swiper-slide>a .inpro-thref span {
    display: inline-block;
    background-color: #00a14e;
    color: #fff;
}

.index-pro .swiper-slide>a .inpro-thref button {
    border: 0;
    background-color: transparent;
    font-size: 18px;
    color: #666;
}

.index-pro .swiper-slide:hover>a .inpro-thref button {
    color: #e60013;
}

.index-pro .swiper-container-pro .swiper-slide:hover>a>img {
    transform: scale(1.05);
}


/* index-pro end */


/* 关于4大块 */

.four-b {
    display: flex;
    flex-wrap: wrap;
}

.four-box {
    width: 50%;
}

.four-box .four-img {
    position: relative;
    width: 100%;
}

.four-box .four-img .four-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
}

.four-box .four-img .four-txt>h4 {
    font-size: 25px;
    margin-bottom: 4%;
}

.four-box .four-img .four-txt>p {
    display: flex;
    justify-content: space-between;
    width: 85%;
    font-size: 20px;
    border-bottom: 1px solid #333;
    line-height: 40px;
    margin-bottom: 1%;
}

.four-box .four-img .four-txt>p::after {
    content: '+';
}

.four-box .four-img img {
    width: 100%;
    height: 100%;
}

.four-box h3 {
    font-size: 26px;
    line-height: 400%;
    border: 1px solid #f0f0f0;
    text-align: center;
    transition: all 0.3s;
}

.four-box:hover h3 {
    color: #fff;
    background-color: #999;
}


/* 关于4大块 end */


/* 发展历程 */

.course-bg {
    background-color: #f5f5f5;
    margin: 5% 0;
}

.course-bg .course-sw {
    position: relative;
}

.course-bg .course-swiper {
    width: 100%;
    padding: 5% 0 15%;
    overflow: hidden;
}

.course-bg .course-sw .swiper-button-next,
.course-bg .course-sw .swiper-button-prev {
    opacity: 0.6;
    width: 40px;
    height: 40px;
    background-size: 30px;
    border: 1px solid #333;
    border-radius: 50%;
    z-index: 9999;
}

.course-bg .course-sw .swiper-button-next {
    background-image: url(../images/arrow-righth.png);
    right: -5%;
}

.course-bg .course-sw .swiper-button-prev {
    background-image: url(../images/arrow-lefth.png);
    left: -5%;
}

.course-bg .course-swiper {
    position: relative;
    width: 100%;
}

.course-bg .swiper-slide {
    cursor: pointer;
}

.course-bg i,
.course-bg em {
    display: block;
    width: 31px;
    height: 37px;
    background: url(../images/course-ic.png) center top no-repeat;
    margin: 0 auto;
    transition: all 0.8s;
}

.course-bg p {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    transition: all 0.3s;
}

.course-bg .csw-txt {
    display: none;
    position: absolute;
    top: 120%;
    width: 800%;
    padding: 10%;
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    background-color: #e60013;
}

.course-bg .swiper-slide-active i,
.course-bg .swiper-slide-active em {
    transform: rotateY(180deg);
    background-position-y: bottom;
}

.course-bg .swiper-slide-active p {
    color: #e60013;
}

.course-bg .swiper-slide-active .csw-txt {
    display: block;
}

.course-bg .csw-btn {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    text-align: center;
    width: 10%;
    font-size: 18px;
    line-height: 36px;
    background-color: #e60013;
    color: #fff;
}


/* 发展历程 end */


/* 滚动数字 */

.sli-num ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sli-num ul>li {
    position: relative;
    width: 29%;
    text-align: center;
}

.sli-num ul>li i {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 180px;
    border: 1px solid #e60013;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    border-bottom: none;
    animation: splash 1s normal forwards ease-in-out;
}

.sli-num ul>li i::before,
.sli-num ul>li i::after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #e60013;
    border-radius: 50%;
}

.sli-num ul>li i::before {
    left: -5px;
    bottom: 0;
}

.sli-num ul>li i::after {
    right: -5px;
    bottom: 0;
}

.sli-num ul>li .sn-num {
    font-size: 100px;
    color: #e60013;
    font-weight: bold;
    margin-top: 20%;
}

.sli-num ul>li p {
    font-size: 24px;
    line-height: 36px;
    color: #333;
}


/* 滚动数字 end */


/* 品牌基因 */

.brand-bg {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    margin-top: 5%;
}

.brand-red {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #e60013;
}

.brand-bg .bra-con {
    position: relative;
    z-index: 2;
}

.bra-con .bra-cl {
    width: 34%;
    color: #fff;
    margin: 5% 0;
}

.bra-con .bra-cl h3 {
    font-size: 70px;
    margin-bottom: 10%;
}

.bra-con .bra-cl p {
    font-weight: bold;
    font-size: 26px;
    line-height: 44px;
    margin-bottom: 5%;
}

.bra-con .bra-cl p>span {
    font-weight: 400;
    font-size: 20px;
}

.bra-con .bra-cr {
    position: absolute;
    right: -6%;
    top: 12%;
    padding: 4%;
    width: 56%;
    background-color: #fff;
}

.bra-con .bra-cr>span {
    padding: 4px;
    border-radius: 5px;
    color: #fff;
    font-size: 21px;
    background-color: #999;
}

.bra-con .bra-cr>h4 {
    font-size: 28px;
    color: #333;
    margin-top: 2%;
}

.bra-con .bra-cr .bra-n {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-left: 5%;
    margin-top: 10%;
}

.bra-con .bra-cr .bra-n p {
    width: 40%;
    position: relative;
    font-size: 66px;
    color: #222;
}

.bra-con .bra-cr .bra-n p>i {
    position: absolute;
    top: -12%;
    left: -12%;
    font-size: 50px;
    font-weight: 200;
    font-style: normal;
}

.bra-con .bra-cr .bra-n p>strong {
    font-weight: bold;
    color: #e60013;
    font-size: 120px;
    font-family: Arial;
    margin-right: 5%;
}

.bra-con .bra-cr .bra-n p>b {
    position: absolute;
    top: -35%;
    left: 38%;
    color: #e60013;
    font-size: 95px;
    font-weight: 200;
    font-style: normal;
}

.bra-con .bra-cr .bra-n>span {
    font-size: 26px;
    font-weight: 200;
    margin-bottom: 2%;
}

.bra-con .bra-cr>p {
    font-size: 30px;
    color: #333;
    margin-left: 5%;
}
.bra-con .bracr1 h4{
    margin-bottom: 6%;
}
.bra-con .bracr1 h5{
    font-weight: bold;
    font-size: 22px;
    color: #333;
    margin: 2% 0;
}
.bra-con .bracr1 h5>span{
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    background-color: #e60013;
}
.bra-con .bracr1 p{
    font-size: 14px;
    line-height: 24px;
    margin-left: 0;
}

.bra-con .bracr2 .bra-n{
    margin-left: 0;
    margin-top: 6%;
}
.bra-con .bracr2 .bra-n p{
    width: 100%;
    font-size: 38px;
    
}
.bra-con .bracr2 .bra-n p>strong{
    font-size: 80px;
}
.bra-con .bracr2 .bra-n p>b{
    left: 34%;
    font-size: 60px;
}


.bra-con .bracr3 .bra-n p{
    width: 100%;
    font-size: 38px;
}
.bra-con .bracr3 .bra-n p>strong {
    font-size: 80px;
}
.bra-con .bracr3 .bra-n p>b{
    font-size: 60px;
}
.bra-con .bracr3 img{
    max-width: 100%;
}
/* 品牌基因 end */


/* 产品展示 */

.pro-sty {
    position: relative;
}

.pro-sty ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pro-sty ul>li {
    width: 14%;
    text-align: center;
    margin: 0 10px;
}

.pro-sty ul>li>a {
    display: block;
    font-size: 22px;
    line-height: 60px;
    color: #333;
    background-color: #f5f5f5;
    transition: all 0.3s;
}

.pro-sty ul>li.cur>a {
    color: #fff;
    background-color: #e60013;
}

.prosty-sw {
    overflow: hidden;
    padding: 1%;
    margin-top: 5%;
}

.prosty-sw .swiper-slide {
    box-shadow: 0 0 5px #eee;
}

.prosty-sw .swiper-slide div {
    width: 100%;
    overflow: hidden;
}

.prosty-sw .swiper-slide div>img {
    width: 100%;
    transition: all 0.3s;
}

.prosty-sw .swiper-slide p {
    padding: 0 5%;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    background-color: #f5f5f5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.prosty-sw .swiper-slide:hover div>img {
    transform: scale(1.05);
}

.prosty-sw .swiper-slide:hover p {
    background-color: #e60013;
    color: #fff;
}

.pro-sty .swiper-button-next,
.pro-sty .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 70%;
    background-size: 40px;
    border: 1px solid #e60013;
    border-radius: 50%;
    z-index: 9999;
}

.pro-sty .swiper-button-next {
    background-image: url(../images/prosty-r.png);
    right: -5%;
}

.pro-sty .swiper-button-prev {
    background-image: url(../images/prosty-l.png);
    left: -5%;
}


/* 产品展示 end */


/* 横幅 */

.hf {
    background: url(../images/hf.jpg) center no-repeat;
    background-size: cover;
    padding: 3% 0;
    margin-top: 5%;
}

.hf-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
}

.hf-c .hf-l {
    width: 50%;
}

.hf-c h3 {
    width: 25%;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 8px;
    font-size: 28px;
    text-align: center;
    margin-bottom: 3%;
}

.hf-c h3>span {
    display: block;
    text-align: center;
    font-size: 20px;
}

.hf-c p {
    font-size: 24px;
    line-height: 36px;
}

.hf-c a {
    width: 10%;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 3%;
}


/* 横幅 end */


/* 客户案例 */

.comm-zy {
    display: flex;
}

.comm-zy .comm-l {
    width: 40%;
    padding: 3% 5%;
    color: #fff;
    background-color: #e60013;
}

.comm-zy .comm-tit {
    display: flex;
    align-items: flex-end;
}

.comm-zy .comm-tit p {
    position: relative;
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: bold;
}

.comm-zy .comm-tit i {
    position: absolute;
    top: -12%;
    left: -12%;
    font-size: 36px;
    font-weight: 200;
    font-style: normal;
}

.comm-zy .comm-tit strong {
    position: relative;
    font-size: 60px;
    font-weight: bold;
    margin: 0 20px 0 10px;
}

.comm-zy .comm-tit strong>b {
    position: absolute;
    top: -28%;
    font-weight: 200;
    font-size: 52px;
}

.comm-zy .comm-tit span {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 2%;
}

.comm-zy .comm-l>p {
    font-size: 30px;
    letter-spacing: 5px;
    margin-left: 10%;
}

.partner .comm-zy .comm-tit p {
    font-size: 40px;
}

.partner .comm-zy .comm-tit strong {
    font-size: 72px;
}

.partner .comm-zy .comm-l>p {
    font-size: 18px;
    margin-left: 0;
}

.comm-zy .comm-l>a {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 18px;
    padding: 4px;
    margin-left: 78%;
}

.comm-zy .comm-r {
    display: flex;
    justify-content: space-between;
    width: 40%;
    padding: 3% 5%;
    border: 1px solid #e6e6e6;
}

.comm-zy .comm-r a {
    font-size: 24px;
    line-height: 50px;
    color: #333;
}

.comm-zy .comm-r .c-line {
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
}

.field-sw {
    margin-top: 3%;
    overflow: hidden;
}

.field-sw a {
    display: block;
    border: 1px solid #f5f5f5;
}

.field-sw a>img {
    width: 100%;
}

.field-btn {
    display: block;
    width: 10%;
    text-align: center;
    background-color: #e60013;
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    margin: 3% auto;
}

.field-btn:hover {
    color: #fff;
}

.hz-tit {
    width: 15%;
    text-align: center;
    background-color: #5f686f;
    color: #fff;
    font-size: 32px;
    line-height: 56px;
    border-radius: 5px;
}

.cs-sw {
    position: relative;
}

.cssw-tit {
    text-align: center;
    margin-bottom: 5%;
}

.cssw-tit>img {
    max-width: 240px;
}

.cssw-tit>h4 {
    font-size: 44px;
    color: #333;
    letter-spacing: 2px;
}

.cssw-tit>h4>span {
    display: inline-block;
    padding: 0 8px;
    margin: 0 10px;
    background-color: #cc1483;
    color: #fff;
    font-size: 30px;
}

.cssw-sw {
    width: 100%;
    overflow: hidden;
}

.cs-box {
    margin-bottom: 1%;
}

.cs-box img {
    max-width: 100%;
}

.cs-box a>p {
    font-size: 14px;
    outline-color: #333;
    background-color: #f5f5f5;
    padding: 0 5px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cs-box a>p:nth-child(3) {
    background-color: #e6e6e6;
}

.cs-sw .swiper-button-next,
.cs-sw .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 62%;
    background-size: 40px;
    border: 1px solid #e60013;
    border-radius: 50%;
    z-index: 9999;
}

.cs-sw .swiper-button-next {
    background-image: url(../images/prosty-r.png);
    right: -5%;
}

.cs-sw .swiper-button-prev {
    background-image: url(../images/prosty-l.png);
    left: -5%;
}


/* 客户案例 end */


/* 合作客户 */

.part-sw {
    overflow: hidden;
    margin-top: 3%;
}

.part-sw .swiper-slide a {
    display: block;
    border: 1px solid #888;
    margin: 7%;
    transition: all 0.3s;
}

.part-sw .swiper-slide img {
    width: 100%;
}

.part-sw .swiper-slide:hover a {
    border-color: #e60013;
}

.part-top {
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}

.partsw-sw {
    overflow: hidden;
    margin-top: 3%;
}

.part-sw1 {
    position: relative;
}

.part-top .part-l {
    width: 46%;
    padding: 2%;
    border: 1px solid #e6e6e6;
}

.part-top .part-l h3 {
    width: 40%;
}

.part-top .part-l p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #333;
    margin: 8% 0;
}

.part-top .part-l p img {
    max-width: 180px;
}

.part-top .part-l a {
    display: inline-block;
    color: #333;
    border: 1px solid #333;
    border-radius: 5px;
    font-size: 18px;
    padding: 4px;
    margin-left: 70%;
}

.part-top .part-r {
    width: 48%;
    display: flex;
    justify-content: space-between;
}

.part-top .part-r .cs-box {
    width: 50%;
    margin-bottom: 0;
}

.part-sw1 .swiper-button-next,
.part-sw1 .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 72%;
    background-size: 40px;
    border: 1px solid #e60013;
    border-radius: 50%;
    z-index: 9999;
}

.part-sw1 .swiper-button-next {
    background-image: url(../images/prosty-r.png);
    right: -5%;
}

.part-sw1 .swiper-button-prev {
    background-image: url(../images/prosty-l.png);
    left: -5%;
}


/* 合作客户 end */


/* 荣誉证书 */

.honor {
    position: relative;
}

.honor .comm-zy .comm-l>p {
    margin-left: 0;
    font-size: 24px;
}

.honor .comm-zy .comm-r a {
    font-size: 16px;
}

.honor>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3%;
}

.honor>ul>li {
    width: 16%;
    text-align: center;
    margin: 0 10px;
}

.honor>ul>li>a {
    display: block;
    font-size: 22px;
    line-height: 60px;
    color: #333;
    background-color: #f5f5f5;
    transition: all 0.3s;
}

.honor>ul>li.cur>a {
    color: #fff;
    background-color: #e60013;
}

.honor-sw {
    overflow: hidden;
    padding: 0 1%;
    margin-top: 5%;
}

.honor-sw .swiper-slide a {
    display: block;
    position: relative;
}

.honor-sw .swiper-slide div {
    width: 100%;
    overflow: hidden;
}

.honor-sw .swiper-slide div>img {
    width: 100%;
    transition: all 0.3s;
}

.honor-sw .swiper-slide p {
    position: absolute;
    bottom: 0;
    width: 90%;
    padding: 0 5%;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.honor-sw .swiper-slide:hover div>img {
    transform: scale(1.05);
}

.honor-sw .swiper-slide:hover p {
    background-color: #e60013;
}

.honor .swiper-button-next,
.honor .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 70%;
    background-size: 40px;
    border: 1px solid #e60013;
    border-radius: 50%;
    z-index: 9999;
}

.honor .swiper-button-next {
    background-image: url(../images/prosty-r.png);
    right: -5%;
}

.honor .swiper-button-prev {
    background-image: url(../images/prosty-l.png);
    left: -5%;
}


/* 荣誉证书 end */


/* 新闻中心 */

.innews ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.innews ul>li {
    width: 48%;
    border: 1px solid #e60013;
    margin-bottom: 2%;
}

.innews ul>li>a {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
}

.innews ul>li>a>p {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 16%;
    height: 100%;
    text-align: center;
    font-weight: bold;
    background-color: #e60013;
    color: #fff;
    font-size: 20px;
}

.innews ul>li>a>p>span {
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.innews ul>li>a>.innews-tit {
    width: 78%;
    padding: 3%;
}

.innews ul>li>a>.innews-tit h3 {
    font-size: 18px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.innews ul>li>a>.innews-tit p {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.innews ul>li:hover>a>.innews-tit h3 {
    color: #e60013;
}


/* 新闻中心 end */


/* 底部服务 */

.relser {
    background: url(../images/relser-bg.jpg) center bottom no-repeat;
    background-size: 100%;
}

.relser ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4% 0;
}

.relser ul>li {
    width: 18%;
    text-align: center;
}

.relser ul>li img {
    width: 65px;
    padding: 14%;
    border: 2px solid #e60013;
    border-radius: 50%;
    margin-bottom: 6%;
}

.relser ul>li h3 {
    font-size: 20px;
    line-height: 36px;
    color: #333;
}

.relser ul>li span {
    font-size: 14px;
    color: #aaa;
}

.relser ul>li i {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #aaa;
    margin: 5% 0;
}

.relser ul>li p {
    color: #666;
    font-size: 15px;
    line-height: 28px;
}


/* 底部服务 end */


/* footer */

footer {
    background-color: #222;
}

footer .foot-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3% auto;
}

footer .foot-cp {
    width: 58%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
}

footer .foot-cp dt a {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    margin-bottom: 8%;
}

footer .foot-cp a {
    color: #fff;
}

footer .foot-tel {
    color: #fff;
}

footer .foot-tel>h3 {
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 5%;
}

footer .foot-tel>p {
    font-size: 14px;
    line-height: 26px;
}

footer .foot-er {
    text-align: center;
    color: #fff;
}

footer .foot-er>p {
    font-size: 16px;
    line-height: 36px;
}

footer .foot-er>img {
    max-width: 160px;
}

footer .foot-link {
    color: #ccc;
    line-height: 48px;
    background-color: #111;
}

footer .foot-link .f-li {
    display: flex;
    justify-content: center;
}

.foot-link .foot-lc {
    margin-left: 2%;
}

footer .foot-link a {
    color: #ccc;
}

.box9026_-2034 {
    display: none;
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
    color: #666;
    text-align: center;
    padding: 9px 0;
    border-top: 1px solid #e3e3e3;
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.box9026_-2034 * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box9026_-2034 a {
    text-decoration: none;
    color: inherit;
}

.box9026_-2034 ul,
.box9026_-2034 li {
    list-style: none;
}

.box9026_-2034 ul {
    overflow: hidden;
}

.box9026_-2034 .nav-item {
    float: left;
    width: 25%;
}

.box9026_-2034 .nav-item .img-box {
    width: 40px;
    height: 22px;
    margin: 0 auto;
    background: no-repeat 50% 50% / auto 22px;
}

.box9026_-2034 .nav-item .icon-home {
    background-image: url(../images/sy1.png);
}

.box9026_-2034 .nav-item .icon-tel {
    background-image: url(../images/dh.png);
}

.box9026_-2034 .nav-item .icon-gotop {
    background-image: url(../images/gotop.png);
}

.box9026_-2034 .nav-item .icon-address {
    background-image: url(../images/dz.png);
}

.box9026_-2034 .link-name {
    padding-top: 6px;
}


/* footer end */


/* 左侧快速联系 */

.f7 .m-mod {
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
    color: #333;
}

.f7 .m-mod * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.f7 .m-mod a {
    color: inherit;
    text-decoration: none;
}

.f7 .m-mod img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

.f7 .m-mod ul,
.f7 .m-mod li {
    list-style: none;
}

.f7 .m-gotop {
    position: fixed;
    z-index: 55;
    right: 2px;
    bottom: 34%;
}

.f7 .m-gotop-box {
    position: relative;
    float: right;
}

.f7 .m-gotop .a {
    position: relative;
    display: block;
    width: 100px;
    height: 80px;
    background-color: #e60013;
    color: #fff;
    margin-bottom: 4px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.f7 .m-gotop .a>img {
    width: 30px;
    margin-top: 16px;
}

.f7 .m-gotop .a>p {
    font-size: 14px;
}

.f7 .m-gotop .a.active,
.f7 .m-gotop .a:hover {
    background: #e60013;
}

.f7 .m-gotop .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 102px;
    min-height: 80px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.f7 .m-gotop .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../images/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px;
}

.f7 .m-gotop .d .inner-box {
    padding: 8px 22px 12px;
    color: #333;
}

.f7 .m-gotop .d .inner-box p {
    font-size: 22px;
}

.f7 .m-gotop .d-service-item {
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}

.f7 .m-gotop .d-service .d-service-item {
    border-bottom: none;
}

.f7 .m-gotop .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}

.f7 .m-gotop .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}

.f7 .m-gotop .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.f7 .m-gotop .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    display: block;
}

.f7 .m-gotop .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}

.f7 .m-gotop .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

.f7 .m-gotop .d-service-item .text .number {
    font-family: "Microsoft Yahei", Arial, sans-serif;
}

.f7 .m-gotop .d-service-intro {
    padding-top: 10px;
}

.f7 .m-gotop .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}

.f7 .m-gotop .d-service-intro i {
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.f7 .m-gotop .d-qrcode {
    text-align: center;
}

.f7 .m-gotop .d-qrcode .inner-box {
    padding: 20px 0;
}

.f7 .m-gotop .d-qrcode p {
    font-size: 16px;
    color: #93959c;
}

.f7 .m-gotop .a:hover .d {
    display: block;
}


/* 左侧快速联系end */


/* ****************************************************** */


/* 首页响应式 */

@media (max-width: 1600px) {
    /* header */
    header .head-logo {
        display: flex;
        align-items: center;
    }
    header .head-logo h1 p>span {
        font-size: 38px;
    }
    header .head-logo h1 p {
        font-size: 15px;
    }
    .head-bg .nav>li>a {
        font-size: 16px;
    }
    /* header end*/
}

@media (max-width: 1300px) {
    .w1300 {
        width: 1200px;
    }
    .m-title h3 {
        font-size: 44px;
    }
    .m-title p {
        font-size: 22px;
        line-height: 34px;
    }
    /* 发展历程 */
    .course-bg .course-sw {
        width: 85%;
    }
    .course-bg .csw-txt {
        font-size: 18px;
    }
    /* 发展历程 end */
    /* 滚动数字 */
    .sli-num ul>li .sn-num {
        font-size: 80px;
    }
    .sli-num ul>li p {
        font-size: 20px;
    }
    /* 滚动数字 end */
    /* 基因品牌 */
    .bra-con .bra-cl h3 {
        font-size: 52px;
    }
    .bra-con .bra-cl p {
        font-size: 22px;
        line-height: 42px;
    }
    .bra-con .bra-cr>h4 {
        font-size: 24px;
    }
    .bra-con .bra-cr .bra-n p {
        font-size: 50px;
    }
    .bra-con .bra-cr .bra-n p>i {
        font-size: 38px;
    }
    .bra-con .bra-cr .bra-n p>strong {
        font-size: 100px;
    }
    .bra-con .bra-cr .bra-n p>b {
        font-size: 72px;
    }
    /* 基因品牌 end */
    /* 产品展示 */
    .pro-sty ul>li>a {
        font-size: 18px;
        line-height: 52px;
    }
    .prosty-sw .swiper-slide p {
        font-size: 20px;
    }
    /* 产品展示 end */
    /* 横幅 */
    .hf-c p {
        font-size: 20px;
    }
    /* 横幅 end */
    /* 客户案例 */
    .comm-zy .comm-r a {
        font-size: 20px;
        line-height: 46px;
    }
    .cssw-sw {
        width: 92%;
    }
    .cs-sw .swiper-button-prev {
        left: -1%;
    }
    .cs-sw .swiper-button-next {
        right: -1%;
    }
    /* 客户案例 end */
    /* 合作客户 */
    .partsw-sw {
        width: 92%;
    }
    .part-sw1 .swiper-button-prev {
        left: -1%;
    }
    .part-sw1 .swiper-button-next {
        right: -1%;
    }
    /* 合作客户 end */
    /* 荣誉资质 */
    .honor>ul>li>a {
        font-size: 18px;
        line-height: 52px;
    }
    .honor-sw {
        width: 92%;
        margin: 0 auto;
        margin-top: 5%;
    }
    .honor .swiper-button-prev {
        left: -1%;
    }
    .honor .swiper-button-next {
        right: -1%;
    }
    /* 荣誉资质 end */
}

@media (max-width: 1200px) {
    .w1300 {
        width: auto;
        padding: 0 15px;
    }
    .m-title h3 {
        font-size: 40px;
    }
    .m-title p {
        font-size: 20px;
    }
    .f7 .m-gotop .a {
        width: 70px;
        height: 70px;
    }
    .f7 .m-gotop .a>img {
        margin-top: 12px;
    }
    .f7 .m-gotop .d {
        right: 72px;
    }
    /* 词条模块 */
    .in-entry .in-entryc .iney-l>h4 {
        font-size: 24px;
    }
    .in-entry .in-entryc .iney-l>h3 {
        font-size: 50px;
    }
    /* 词条模块 end */
    /* index-pro */
    .index-pro .swiper-slide>a .inpro-tbox {
        height: 105px;
    }
    .index-pro .swiper-slide>a .inpro-tbox h3 {
        font-size: 22px;
    }
    .index-pro .swiper-slide>a .inpro-tbox {
        padding: 8% 5% 0%;
    }
    .index-pro .swiper-slide>a .inpro-tbox p {
        font-size: 16px;
        line-height: 24px;
    }
    .index-pro .swiper-slide:first-child>a .inpro-tbox p {
        line-height: 24px;
    }
    /* index-pro end*/
    /* 发展历程 */
    .course-bg .csw-txt {
        font-size: 16px;
        line-height: 28px;
    }
    .course-bg .csw-btn {
        top: 65%;
    }
    /* 发展历程 end */
}

@media (max-width: 996px) {
    /* header */
    header .head-logo h1>a img {
        width: 170px;
    }
    .top-wh {
        max-width: 330px;
    }
    #header-top .top-tel>span {
        font-size: 20px;
    }
    /* header end*/
    /* 词条模块 */
    .in-entry .in-entryc .iney-l>h3 {
        font-size: 40px;
    }
    /* 词条模块 end */
    /* 发展历程 */
    .course-bg .csw-txt {
        width: 600%;
    }
    /* 发展历程 end */
    /* 滚动数字 */
    .sli-num ul>li i {
        height: 140px;
    }
    /* 滚动数字 end */
    /* 品牌基因 */
    .bra-con .bra-cl h3 {
        font-size: 40px;
    }
    .bra-con .bra-cl p {
        font-size: 18px;
        line-height: 34px;
    }
    .bra-con .bra-cr>h4 {
        font-size: 18px;
    }
    .bra-con .bra-cr .bra-n {
        margin-top: 6%;
    }
    .bra-con .bra-cr .bra-n p {
        font-size: 40px;
    }
    .bra-con .bra-cr .bra-n p>strong {
        font-size: 86px;
    }
    .bra-con .bra-cr .bra-n p>b {
        font-size: 60px;
    }
    .bra-con .bra-cr .bra-n p>i {
        font-size: 32px;
    }
    .bra-con .bra-cr .bra-n>span {
        font-size: 22px;
    }
    .bra-con .bra-cr>p {
        font-size: 22px;
    }
    /* 品牌基因 end */
    /* 横幅 */
    .hf-c .hf-l {
        width: 60%;
    }
    .hf-c a {
        width: 12%;
        font-size: 18px;
    }
    /* 横幅 end */
    /* 客户案例 */
    .comm-zy .comm-l>a {
        margin-left: 70%;
        font-size: 16px;
    }
    .field-btn {
        width: 15%;
        font-size: 20px;
    }
    .hz-tit {
        font-size: 24px;
        line-height: 50px;
    }
    /* 客户案例 end */
    /* 合作客户 */
    .comm-zy .comm-tit i {
        font-size: 30px;
    }
    .partner .comm-zy .comm-tit strong {
        font-size: 60px;
    }
    .partner .comm-zy .comm-tit p {
        font-size: 32px;
    }
    .comm-zy .comm-tit strong>b {
        font-size: 42px;
    }
    .partner .comm-zy .comm-l>p {
        font-size: 16px;
        letter-spacing: 2px;
    }
    /* 合作客户 end */
    /* 荣誉资质 */
    .comm-zy .comm-tit p {
        font-size: 24px;
    }
    .comm-zy .comm-tit strong {
        font-size: 50px;
    }
    .honor .comm-zy .comm-l>p {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .comm-zy .comm-r {
        width: 44%;
        padding: 3%;
    }
    .honor .comm-zy .comm-r a {
        font-size: 14px;
    }
    .honor .comm-zy .comm-r a img {
        max-height: 25px;
    }
    .honor-sw .swiper-slide p {
        font-size: 18px;
    }
    /* 荣誉资质 end */
    /* 底部服务 */
    .relser ul>li img {
        width: 45px;
    }
    .relser ul>li h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .relser ul>li span {
        font-size: 12px;
    }
    .relser ul>li p {
        font-size: 13px;
        line-height: 24px;
    }
    .relser ul>li p>br {
        display: none;
    }
    /* 底部服务 end */
    /* footer */
    /* footer end*/
}

@media (max-width: 768px) {
    .m-title h3 {
        font-size: 32px;
    }
    .m-title p {
        font-size: 18px;
    }
    /* header */
    .top-wh {
        max-width: 260px;
    }
    .head-bg .nav>li {
        padding: 0 15px;
    }
    #header-top .top-tel>a {
        font-size: 14px;
    }
    /* header end */
    /* 词条模块 */
    .in-entry .in-entryc .iney-l {
        width: 48%;
    }
    .in-entry .in-entryc .iney-l>h4 {
        font-size: 18px;
    }
    .in-entry .in-entryc .iney-l>h3 {
        font-size: 32px;
    }
    .in-entry .in-entryc .iney-r {
        width: 44%;
    }
    /* 词条模块 end */
    /* index-pro */
    .index-pro .swiper-slide>a .inpro-tbox h3 {
        letter-spacing: 0;
    }
    .index-pro .swiper-slide>a .inpro-thref>p {
        font-size: 13px;
    }
    .index-pro .swiper-slide>a .inpro-thref strong {
        font-size: 12px;
    }
    /* index-pro end*/
    /* 关于4大块 */
    .four-box h3 {
        font-size: 18px;
    }
    .four-box .four-img .four-txt>h4 {
        font-size: 18px;
        margin-bottom: 2%;
    }
    .four-box .four-img .four-txt>p {
        font-size: 15px;
        line-height: 26px;
    }
    /* 关于4大块 end */
    /* 发展历程 */
    .course-bg p {
        font-size: 18px;
    }
    .course-bg .csw-txt {
        width: 400%;
        font-size: 15px;
        line-height: 24px;
    }
    .course-bg .course-swiper {
        padding: 5% 0 20%;
    }
    .course-bg .csw-btn {
        width: 12%;
        font-size: 14px;
    }
    /* 发展历程 end */
    /* 滚动数字 */
    .sli-num ul>li i {
        height: 106px;
    }
    .sli-num ul>li .sn-num {
        font-size: 62px;
    }
    .sli-num ul>li p {
        font-size: 16px;
        line-height: 26px;
    }
    .sli-num ul>li p>br {
        display: none;
    }
    /* 滚动数字 end */
    /* 品牌基因 */
    .bra-con .bra-cl h3 {
        font-size: 32px;
    }
    .bra-con .bra-cl p {
        font-size: 15px;
        line-height: 26px;
    }
    .bra-con .bra-cr .bra-n p {
        font-size: 30px;
    }
    .bra-con .bra-cr .bra-n p>i {
        font-size: 22px;
    }
    .bra-con .bra-cr .bra-n p>strong {
        font-size: 66px;
    }
    .bra-con .bra-cr .bra-n p>b {
        font-size: 46px;
    }
    .bra-con .bra-cr .bra-n>span {
        font-size: 18px;
    }
    .bra-con .bra-cr>p {
        font-size: 18px;
    }
    /* 品牌基因 end */
    /* 产品展示 */
    .pro-sty ul>li {
        width: 13%;
        margin: 0 5px;
    }
    .pro-sty ul>li>a {
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .prosty-sw .swiper-slide p {
        font-size: 16px;
    }
    /* 产品展示 end */
    /* 横幅 */
    .hf-c h3 {
        width: 30%;
        font-size: 20px;
    }
    .hf-c h3>span {
        font-size: 15px;
    }
    .hf-c p {
        font-size: 16px;
    }
    .hf-c p>br {
        display: none;
    }
    .hf-c a {
        width: 14%;
        font-size: 15px;
    }
    /* 横幅 end */
    /* 客户案例 */
    .comm-zy .comm-tit p {
        font-size: 20px;
    }
    .comm-zy .comm-tit strong {
        font-size: 40px;
    }
    .comm-zy .comm-tit strong>b {
        font-size: 32px;
    }
    .comm-zy .comm-l>p {
        font-size: 20px;
        letter-spacing: 0px;
        margin-left: 0%;
    }
    .comm-zy .comm-l>a {
        margin-left: 60%;
    }
    .comm-zy .comm-r a {
        font-size: 16px;
        line-height: 34px;
    }
    .hz-tit {
        width: 20%;
        font-size: 20px;
        line-height: 44px;
    }
    .cssw-tit>h4 {
        font-size: 30px;
        margin-top: 3%;
    }
    .cssw-tit>h4>span {
        font-size: 22px;
    }
    .cssw-sw {
        padding: 0;
    }
    /* 客户案例 end */
    /* 合作客户 */
    .partner .comm-zy .comm-tit p {
        font-size: 22px;
        letter-spacing: 0;
    }
    .comm-zy .comm-tit i {
        font-size: 22px;
    }
    .partner .comm-zy .comm-tit strong {
        font-size: 40px;
    }
    .comm-zy .comm-tit span {
        font-size: 15px;
        margin-bottom: 0;
        margin-left: 2%;
    }
    .partner .comm-zy .comm-l>p {
        font-size: 14px;
        letter-spacing: 0;
    }
    .comm-zy .comm-l>a {
        margin-top: 3%;
    }
    .part-top .part-l p {
        font-size: 16px;
        margin: 5% 0;
    }
    .part-top .part-l p img {
        max-width: 140px;
    }
    .part-top .part-l a {
        font-size: 15px;
    }
    .partsw-sw {
        padding: 0;
    }
    /* 合作客户 end */
    /* 荣誉证书 */
    .comm-zy .comm-tit p {
        letter-spacing: 0;
    }
    .honor .comm-zy .comm-l>p {
        font-size: 14px;
        letter-spacing: 0px;
    }
    .honor .comm-zy .comm-r a img {
        max-height: 20px;
    }
    .honor .comm-zy .comm-r a {
        font-size: 12px;
    }
    .honor>ul>li {
        width: 20%;
    }
    .honor>ul>li>a {
        font-size: 16px;
    }
    .honor-sw .swiper-slide p {
        font-size: 15px;
        line-height: 40px;
    }
    /* 荣誉证书 end */
    /* 新闻中心 */
    .innews ul>li {
        width: 100%;
    }
    .innews ul>li>a>.innews-tit {
        padding: 1% 2%;
    }
    .innews ul>li>a>.innews-tit h3 {
        font-size: 16px;
    }
    .innews ul>li>a>.innews-tit p {
        font-size: 13px;
        color: #666;
    }
    /* 新闻中心 end */
    /* 底部服务 */
    .relser ul {
        padding: 4% 15px;
    }
    .relser ul>li span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* 底部服务 end */
    /* footer */
    footer .foot-cp {
        display: none;
    }
    /* footer end */
}

@media (max-width: 576px) {
    .f7 {
        display: none;
    }
    .box9026_-2034 {
        display: block;
    }
    .m-title {
        width: 100%;
        text-align: center;
        margin: 10% auto;
    }
    .m-title h3 {
        font-size: 22px;
    }
    .m-title p {
        font-size: 14px;
        line-height: 26px;
    }
    /* header*/
    header {
        margin: 3% auto 2.5%!important;
    }
    .head-bg.xg {
        position: fixed;
        width: 100%;
        top: 0;
    }
    header.w1300 {
        padding: 0 5px;
    }
    header .navbar {
        top: 58px;
    }
    .top-wh {
        max-width: 170px;
    }
    header .head-logo h1>a img {
        width: 110px;
    }
    #header-top .top-tel {
        display: none;
    }
    .menu-lang,
    header .menu {
        display: block;
    }
    .head-bg .nav {
        display: none;
    }
    /* header end */
    /* 词条模块 */
    .in-entry .in-entryc {
        padding: 7% 15px;
    }
    .in-entry .in-entryc .iney-l,
    .in-entry .in-entryc .iney-r {
        width: 100%;
    }
    .in-entry .in-entryc .iney-l>h4 {
        font-size: 15px;
        margin-bottom: 4%;
    }
    .in-entry .in-entryc .iney-l>h3 {
        font-size: 24px;
    }
    .in-entry .in-entryc .iney-l .iney-zd>a {
        word-break: break-all;
    }
    /* 词条模块 end */
    /* index-banner */
    .index-banner {
        height: 22vh;
    }
    .insm-ban {
        height: auto;
    }
    .index-banner .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .index-banner .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .index-banner .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    /* index-banner end*/
    /* index-pro */
    .index-pro-bg .index-pro-c {
        margin-bottom: 10%;
    }
    .index-pro .swiper-slide>a .inpro-tbox h3 {
        font-size: 18px;
    }
    .index-pro .swiper-slide>a .inpro-tbox h3>span {
        font-size: 15px;
    }
    .index-pro .swiper-slide>a .inpro-tbox {
        height: auto;
    }
    .index-pro .swiper-slide>a .inpro-tbox p {
        font-size: 13px;
        line-height: 18px;
    }
    .index-pro .swiper-slide:first-child>a .inpro-tbox p {
        line-height: 22px;
    }
    .index-pro .swiper-slide:first-child>a .inpro-tbox p>br {
        display: none;
    }
    .index-pro .swiper-slide>a .inpro-thref {
        height: auto;
    }
    .index-pro .swiper-slide:nth-child(6)>a .inpro-tbox span {
        font-size: 12px;
    }
    /* index-pro end*/
    /* 关于4大块 */
    .four-box h3 {
        font-size: 15px;
    }
    .four-box .four-img .four-txt>h4 {
        font-size: 14px;
    }
    .four-box .four-img .four-txt>p {
        width: 95%;
        color: #666;
        font-size: 12px;
        line-height: 12px;
        border-bottom: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* 关于4大块 end */
    /* 发展历程 */
    .course-bg {
        margin: 10% 0;
    }
    .course-bg .course-sw .swiper-button-next {
        right: -2%;
    }
    .course-bg .course-sw .swiper-button-prev {
        left: -2%;
    }
    .course-bg .course-sw .swiper-button-next,
    .course-bg .course-sw .swiper-button-prev {
        width: 25px;
        height: 25px;
        background-size: 20px;
    }
    .course-bg p {
        font-size: 15px;
    }
    .course-bg i,
    .course-bg em {
        width: 20px;
        height: 24px;
        background-size: 20px;
    }
    .course-bg .course-swiper {
        padding: 5% 0 0%;
    }
    .course-bg .csw-txt {
        position: relative;
    }
    .course-bg .csw-btn {
        position: relative;
        width: 30%;
        margin: 5% auto;
    }
    /* 发展历程 end */
    /* 滚动数字 */
    .sli-num ul>li {
        width: 31%;
    }
    .sli-num ul>li i {
        height: 62px;
    }
    .sli-num ul>li .sn-num {
        font-size: 32px;
    }
    .sli-num ul>li p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10%;
    }
    /* 滚动数字 end */
    /* 品牌基因 */
    .brand-bg {
        margin-top: 10%;
    }
    .brand-red {
        width: 100%;
        height: 50%;
    }
    .bra-con .bra-cl {
        width: 100%;
    }
    .bra-con .bra-cl h3 {
        font-size: 22px;
        margin-bottom: 2%;
    }
    .bra-con .bra-cl p {
        font-size: 13px;
        margin-bottom: 0;
    }
    .bra-con .bra-cl p>span {
        font-size: 13px;
    }
    .bra-con .bra-cr {
        position: relative;
        width: 92%;
        right: 0;
        margin-bottom: 5%;
    }
    .bra-con .bra-cr>span {
        font-size: 16px;
    }
    .bra-con .bra-cr>h4 {
        font-size: 16px;
    }
    .bra-con .bra-cr .bra-n p>strong {
        font-size: 50px;
    }
    .bra-con .bra-cr .bra-n p {
        font-size: 24px;
    }
    .bra-con .bra-cr .bra-n p>i {
        font-size: 18px;
    }
    .bra-con .bra-cr .bra-n p>b {
        font-size: 34px;
    }
    .bra-con .bra-cr .bra-n>span {
        font-size: 16px;
    }
    .bra-con .bra-cr>p {
        font-size: 15px;
    }
    .bra-con .bracr1 h5{
        font-size: 16px;
    }
    .bra-con .bracr1 h5>span{
        font-size: 14px;
    }
    .bra-con .bracr1 p{
        font-size: 12px;
        word-break: break-all;
    }
    .bra-con .bracr2 .bra-n p>b{
        left: 50%;
    }
    .bra-con .bracr3 .bra-n p>b{
        left: 56%;
    }
    /* 品牌基因 end */
    /* 产品展示 */
    .pro-sty ul {
        justify-content: space-between;
    }
    .pro-sty ul>li {
        width: 32%;
        margin: 0;
        margin-bottom: 1.5%;
    }
    .pro-sty ul>li>a {
        line-height: 36px;
        font-size: 14px;
    }
    .pro-sty .swiper-button-next,
    .pro-sty .swiper-button-prev {
        display: none;
    }
    /* 产品展示 end */
    /* 横幅 */
    .hf {
        margin-top: 10%;
    }
    .hf-c .hf-l {
        width: 100%;
    }
    .hf-c h3 {
        font-size: 16px;
        padding: 2px;
    }
    .hf-c p {
        font-size: 14px;
        line-height: 25px;
    }
    .hf-c a {
        width: 26%;
        margin: 0 auto;
        margin-top: 5%;
    }
    .hf-c h3>span {
        font-size: 12px;
    }
    /* 横幅 end */
    /* 客户案例 */
    .comm-zy {
        flex-wrap: wrap;
    }
    .comm-zy .comm-l {
        width: 100%;
    }
    .comm-zy .comm-r {
        width: 100%;
    }
    .comm-zy .comm-tit strong {
        font-size: 34px;
    }
    .comm-zy .comm-l>p {
        font-size: 18px;
    }
    .field-sw {
        padding: 0;
        margin: 3% 15px 0;
    }
    .field-btn {
        width: 24%;
        font-size: 15px;
        line-height: 36px;
        margin: 5% auto;
    }
    .hz-tit {
        font-size: 16px;
        line-height: 36px;
    }
    .cssw-tit>img {
        max-width: 170px;
    }
    .cssw-tit>h4 {
        font-size: 16px;
        letter-spacing: 0;
    }
    .cssw-tit>h4>span {
        font-size: 17px;
    }
    .cssw-sw {
        width: 90%;
    }
    .cs-sw .swiper-button-next,
    .cs-sw .swiper-button-prev {
        width: 25px;
        height: 25px;
        background-size: 22px;
    }
    .cs-sw .swiper-button-next {
        right: 0;
    }
    .cs-sw .swiper-button-prev {
        left: 0;
    }
    /* 客户案例 end */
    /* 合作客户 */
    .partner .comm-zy .comm-l {
        padding-left: 10%;
    }
    .comm-zy .comm-tit i {
        font-size: 18px;
    }
    .partner .comm-zy .comm-tit strong {
        font-size: 34px;
    }
    .comm-zy .comm-l>a {
        font-size: 14px;
    }
    .part-sw {
        padding: 0;
        margin: 10% 15px;
    }
    .part-sw .swiper-slide a {
        border: 1px solid #ccc;
    }
    .part-top {
        flex-wrap: wrap;
    }
    .part-top .part-l {
        width: 100%;
    }
    .part-top .part-r {
        width: 100%;
    }
    .partsw-sw {
        margin: 10% 15px 0;
    }
    .part-sw1 .swiper-button-next,
    .part-sw1 .swiper-button-prev {
        width: 25px;
        height: 25px;
        background-size: 22px;
        top: 86%;
    }
    .part-sw1 .swiper-button-next {
        right: 0;
    }
    .part-sw1 .swiper-button-prev {
        left: 0;
    }
    /* 合作客户 end */
    /* 荣誉资质 */
    .honor .comm-zy {
        padding: 0;
    }
    .honor>ul {
        justify-content: space-between;
    }
    .honor>ul>li {
        width: 32%;
        margin: 0;
    }
    .honor>ul>li>a {
        font-size: 14px;
        line-height: 36px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .honor-sw .swiper-slide p {
        font-size: 13px;
        line-height: 34px;
    }
    .honor .swiper-button-next,
    .honor .swiper-button-prev {
        width: 25px;
        height: 25px;
        background-size: 22px;
        top: 80%;
    }
    .honor .swiper-button-next {
        right: 0;
    }
    .honor .swiper-button-prev {
        left: 0;
    }
    .honor .field-btn {
        margin-bottom: 0;
    }
    /* 荣誉资质 end */
    /* 新闻中心 */
    .innews ul>li {
        margin-bottom: 4%;
    }
    .innews ul>li>a>p {
        width: 20%;
        font-size: 16px;
    }
    .innews ul>li>a>p>span {
        font-size: 13px;
    }
    .innews ul>li>a>.innews-tit {
        width: 76%;
    }
    .innews ul>li>a>.innews-tit h3 {
        font-size: 15px;
        line-height: 28px;
    }
    .innews ul>li>a>.innews-tit p {
        font-size: 12px;
    }
    /* 新闻中心 end */
    /* 底部服务 */
    .relser ul {
        justify-content: space-around;
    }
    .relser ul>li {
        width: 30%;
        margin-top: 3%;
    }
    .relser ul>li img {
        width: 25px;
        padding: 10%;
        border: 1px solid #e60013;
    }
    .relser ul>li p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .relser ul>li span {
        display: none;
    }
    .relser ul>li h3 {
        font-size: 16px;
    }
    .relser ul>li p {
        font-size: 12px;
        line-height: 20px;
    }
    /* 底部服务 end */
    /* footer */
    .f-nav {
        display: none;
    }
    .in-flinks .flinks-c {
        font-size: 14px;
    }
    footer .foot-link .f-li {
        padding: 3% 15px;
    }
    footer .foot-con {
        flex-direction: column;
    }
    footer .foot-con>div {
        width: 100%;
    }
    footer .foot-cp {
        text-align: left;
    }
    footer .foot-cp p>br {
        display: none;
    }
    footer .foot-link .f-li {
        flex-direction: column;
    }
    footer .foot-link {
        margin-bottom: 64px;
        line-height: 30px;
    }
    .foot-link .foot-lc {
        margin-left: 0;
    }
    /* footer end*/
}

@media (max-width: 375px) {
    header {
        padding: 6px 0;
    }
    header .head-logo {}
    .index-about .about-text .about-con {}
    .index-pro ul li {
        line-height: 34px;
        font-size: 14px;
    }
    .swiper-container-pro .swiper-slide .pro-box-text h3 {
        line-height: 32px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    footer .foot-copy .foot-copy-r {
        font-size: 13px;
    }
}