/*初始化代码*/

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: Alibaba;
}

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: #0f3a9c;
}

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;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}


/*初始化代码 end*/


/* m-title */

.m-titbg {
    overflow: hidden;
}

.m-title {
    text-align: center;
    margin: 50px auto;
}

.m-title h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    color: #333;
}

.m-title h3>span {
    color: #0f3a9c;
}

.m-title p {
    position: relative;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    line-height: 30px;
}

.m-title p::before {
    content: '';
    display: inline-block;
    width: 136px;
    height: 16px;
}

.m-title p::after {
    content: '';
    display: inline-block;
    width: 136px;
    height: 16px;
}

.m-title i {
    display: block;
    width: 145px;
    height: 18px;
    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: #0f3a9c;
    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: #0f3a9c;
    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: #0f3a9c;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.m-btn:hover {
    color: #fff;
}


/* m-btn end */


/* header */

.head-bg {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.head-bg.xg {
    background-color: rgba(0, 0, 0, 0.8);
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2% auto!important;
    transition: all 0.1s;
}

header .head-logo {}

header .head-logo h1 {
    display: flex;
}

header .head-logo a {
    outline: none;
}

header .head-logo h1>a {
    display: flex;
}

header .head-logo h1>a img {
    width: 272px;
    filter: grayscale(100%) brightness(10);
}

header .head-logo i {
    display: inline-block;
    width: 1px;
    height: 82px;
    background-color: #e4e4e4;
    margin: 0 15px;
    margin-top: 10px;
}

header .head-logo h1 p {
    font-size: 24px;
    color: #333;
    margin-top: 15px;
}

header .head-logo h1 p>span {
    display: block;
    font-size: 30px;
    color: #0f3a9c;
    font-weight: bold;
}

.head-bg .top-nav {
    display: flex;
    align-items: center;
    z-index: 9999;
}

.head-bg .nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.head-bg .nav>li {
    padding: 0 20px;
}

.head-bg .nav>li {
    position: relative;
}

.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: #fff;
    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: #0f3a9c;
    transition: all 0.3s;
}

.head-bg .nav>li>dl {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 120px;
    width: 120px;
    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;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.head-bg .nav>li:hover>dl {
    visibility: inherit;
    opacity: 1;
    top: 35px;
}

.head-bg .nav>li>dl a:hover {
    background-color: #0f3a9c;
    color: #fff;
}

.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%);
}


/* 顶部电话 */

.head-bg .top-tel {
    font-size: 22px;
    color: #0f3a9c;
    font-weight: bold;
    background: url(../images/top-tel.png) left center no-repeat;
    background-size: 30px;
    padding-left: 35px;
    margin-left: 20px;
}


/* 顶部电话 end */


/* 语言弹窗 */

.menu-lang {
    display: none;
    align-items: center;
}

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

.top-lang .wx-er {
    display: none;
    position: absolute;
    top: 40px;
}

.top-lang .wx-er>img {
    max-width: 120px;
}


.top-lang a:hover .wx-er {
    display: block;
}

.top-lang>a {
    display: inline-block;
    color: rgba(255, 255, 255, .8);
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
}

.top-lang>a:last-child {
    margin-left: 8px;
}

.top-lang>a>img {
    max-width: 70%;
    margin-bottom: 4px;
}

.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 */

header .menu {
    display: none;
    cursor: pointer;
    height: 30px;
    width: 50px;
    margin-right: 15px;
    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: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 66px;
    z-index: 99998;
    box-sizing: border-box;
}

header .navbar .a-wrap .a-list {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #eee;
    border-bottom: 1px solid #333;
    transition: width ease 0.4s;
    -moz-transition: width ease 0.4s;
    -webkit-transition: width ease 0.4s;
    font-size: 15px;
}

header .navbar .a-wrap .a-list:last-child {
    border-bottom: none;
}

header .navbar .active .a-list {
    width: 40%;
}

header .navbar .active .a-list:nth-child(1) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
}

header .navbar .active .a-list:nth-child(2) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
}

header .navbar .active .a-list:nth-child(3) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}

header .navbar .active .a-list:nth-child(4) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
}


/* header end */


/* banner */

.index-banner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.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>a {
    width: 100%;
    height: 100%;
}

.index-banner .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-banner .swiper-container .swiper-button-next,
.index-banner .swiper-container .swiper-button-prev {
    opacity: 0;
    z-index: 998;
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    top: 50%;
    background-color: rgb(19, 58, 159, 0.5);
    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 {
    opacity: 1;
    transition: all .5s;
}

.index-banner .swiper-container .swiper-button-next:hover,
.index-banner .swiper-container .swiper-button-prev:hover {
    background-color: rgba(0, 102, 204, .8);
}

.index-banner .swiper-container .swiper-pagination {
    display: inline-block;
    width: 50px;
    left: auto;
    right: 2%;
    bottom: 5%;
}

.index-banner .swiper-container .swiper-pagination-bullet {
    display: block;
    float: right;
    width: 15px;
    height: 15px;
    margin: 0 0 15px 0!important;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s;
}

.index-banner .swiper-container .swiper-pagination-bullet-active {
    width: 40px;
    opacity: 1;
}

.index-banner .sw-sli {
    position: absolute;
    z-index: 999;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.index-banner .sw-sli>img {
    position: absolute;
    width: 40px;
    animation: myMove 2s infinite;
    -webkit-animation: myMove 2s infinite;
}

@keyframes myMove {
    0% {
        top: 10px;
    }
    50% {
        top: 40px;
    }
    100% {
        top: 10px;
    }
}

@-webkit-keyframes myMove {
    0% {
        top: 10px;
    }
    50% {
        top: 40px;
    }
    100% {
        top: 10px;
    }
}

.thumbs-list {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #0f3a9c;
}

.thumbs-list .thumbs-title {
    width: 12%;
    background-color: #0f3a9c;
    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: #0f3a9c 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 */


/* 首页优势 */

.inys-bg {
    width: 100%;
    background: url(../images/ys-bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 5%;
}

.inys-bg .m-title i {
    background-image: url(../images/tit-iw.png);
}

.ys-box {
    position: relative;
    max-width: 100%;
    height: auto;
}

.ys-box .ys-img {
    max-width: 100%;
    height: auto;
}

.ys-box img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 5%;
    flex-shrink: 0;
}

.ys-box .ys-line {
    position: absolute;
    width: 18%;
}

.ys-box .ys-line:nth-child(1) {
    left: 0;
    top: 0;
}

.ys-box .ys-line:nth-child(2) {
    right: 0;
    top: 0;
    text-align: right;
}

.ys-box .ys-line:nth-child(3) {
    left: 0;
    bottom: 0;
}

.ys-box .ys-line:nth-child(4) {
    right: 0;
    bottom: 0;
    text-align: right;
}

.ys-box .ys-line::before {
    position: absolute;
    content: '';
    width: 300px;
    height: 1px;
    background-color: #c3c5cb;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}

.ys-box .ys-line:nth-child(2)::before,
.ys-box .ys-line:nth-child(4)::before {
    left: -110%;
}

.ys-box .ys-line img {
    display: inline-block;
    max-width: 100%;
}

.ys-box .ys-line h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
}

.ys-box .ys-line p {
    font-size: 15px;
    line-height: 24px;
    color: #666;
}

.ys-box .ys-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ys-box .ys-btn>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #123a9e;
    border-radius: 50%;
}

.ys-box .ys-btn img {
    width: 35px;
    filter: grayscale(100%) brightness(10);
}

.ys-box .ys-btn>.circle-animate {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 47%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    background-color: rgba(0, 84, 199, 0.7);
    z-index: -5;
    -webkit-animation: scale-three2 2s ease infinite;
    -moz-animation: scale-three2 2s ease infinite;
    -o-animation: scale-three2 2s ease infinite;
    animation: scale-three2 2s ease infinite;
    animation-fill-mode: both;
}

.ys-box .ys-btn>.circle-animate-box1 {
    width: 150px;
    height: 150px;
    margin-left: -75px;
    margin-top: -75px;
}

.ys-box .ys-btn>.circle-animate-box2 {
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
}

@-webkit-keyframes scale-three2 {
    0% {
        transform: scale(0.4);
        opacity: 1;
    }
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}


/* 首页优势 end */


/* index-pro */

.index-pro-bg {
    margin-bottom: 4%;
}

.index-pro-bg .index-pro-c {
    position: relative;
}

.index-pro-bg .index-r-bg {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    background: url(../images/pro-bg.jpg) right center no-repeat;
    background-size: cover;
}

.index-pro-bg .index-pro-c {
    margin: 0 auto;
}

.index-pro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.index-pro .inpro-class {
    position: absolute;
    top: 2%;
    z-index: 999;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.index-pro .inpro-class>li {
    width: 25%;
    margin-right: 2%;
    text-align: center;
    background-color: #eee;
    line-height: 50px;
    border-radius: 25px;
}

.index-pro .inpro-class>li>a {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-pro .inpro-class>li:hover,
.index-pro .inpro-class>li.cur {
    background-color: #123a9e;
    box-shadow: 0px 3px 5px #345dbb;
}

.index-pro .inpro-class>li:hover>a,
.index-pro .inpro-class>li.cur>a {
    color: #fff;
}

.index-pro-bg .swiper-container-pro {
    width: 100%;
    height: 70vh;
}

.index-pro .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

.index-pro .inpro-dec {
    width: 35%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.index-pro .inpro-dec>h4 {
    font-size: 29px;
    font-family: Arial;
}

.index-pro .inpro-dec>h3 {
    font-size: 29px;
    font-weight: bold;
}

.index-pro .inpro-dec>h3:nth-child(3) {
    margin-bottom: 8%;
}

.index-pro .inpro-dec>p {
    display: flex;
    font-size: 15px;
    font-weight: 300;
    color: #333;
    line-height: 24px;
}

.index-pro .inpro-dec>p::before {
    content: '';
    display: block;
    flex-shrink: 0;
    /*表示不自动收缩*/
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #0f3a9c;
    margin-right: 5px;
    margin-top: 10px;
}

.index-pro .swiper-slide .inpro-img {
    position: relative;
    display: block;
    width: 65%;
    height: 100%;
}

.index-pro .swiper-slide .inpro-img>div {
    height: 100%;
}

.index-pro .swiper-slide .inpro-img>div>img {
    height: 100%;
}

.index-pro .swiper-slide .inpro-img b {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 120px;
    height: 120px;
    padding: 12px;
    font-size: 13px;
    background-color: #eee;
    color: #333;
    border-radius: 50%;
    right: 10%;
    top: 15%;
}

.index-pro .swiper-slide .inpro-img b:nth-child(3) {
    width: 100px;
    height: 100px;
    right: 15%;
    top: 42%;
}

.index-pro .swiper-slide .inpro-img b:nth-child(4) {
    width: 100px;
    height: 100px;
    right: 25%;
    top: 62%;
}

.index-pro .swiper-slide .inpro-img b::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -60%;
    top: 50%;
    margin-top: -60%;
    width: 120%;
    height: 120%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    background-color: #fff;
    z-index: 0;
    -webkit-animation: scale-three3 1.5s ease infinite;
    -moz-animation: scale-three3 1.5s ease infinite;
    -o-animation: scale-three3 1.5s ease infinite;
    animation: scale-three3 1.5s ease infinite;
    animation-fill-mode: both;
}

@-webkit-keyframes scale-three3 {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}

.swiper-container-pro .swiper-button-next,
.swiper-container-pro .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-color: #ddd!important;
    border-radius: 50%;
    top: auto;
    bottom: 10%;
    background-size: 80%!important;
    opacity: 1!important;
    z-index: 999;
}

.swiper-container-pro .swiper-button-next {
    right: auto;
    left: 50px;
    background: url(../images/arrow-righth.png) center no-repeat;
}

.swiper-container-pro .swiper-button-prev {
    background: url(../images/arrow-lefth.png) center no-repeat;
}

.swiper-container-pro .swiper-button-next:hover {
    background: url(../images/arrow-right.png) center no-repeat;
    background-color: #123a9e!important;
}

.swiper-container-pro .swiper-button-prev:hover {
    background: url(../images/arrow-left.png) center no-repeat;
    background-color: #123a9e!important;
}


/* index-pro end */


/* 四块产品 */

.index-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-box ul li {
    width: 48%;
    position: relative;
    margin-bottom: 4%;
}

.index-box ul li>a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.index-box ul li .inpb-l {
    width: 70%;
    padding: 6%;
    background-color: #eee;
}

.index-box ul li .inpb-l h3 {
    font-size: 21px;
    color: #333;
    transition: all 0.3s;
}

.index-box ul li .inpb-l p {
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
    color: #333;
}

.index-box ul li .inpb-l button {
    width: 30%;
    background-color: #fff;
    line-height: 30px;
    border: 0;
    border-radius: 15px;
    margin-top: 20%;
    transition: all 0.3s;
}

.index-box ul li .inpb-r {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    transition: all 0.3s;
}

.index-box ul li .inpb-r>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-box ul li:hover .inpb-l h3 {
    color: #0f3a9c;
}

.index-box ul li:hover .inpb-r {
    right: 5%;
}

.index-box ul li:hover .inpb-l button {
    color: #fff;
    background-color: #0f3a9c;
}


/* 四块产品 end */


/* 合作案例 */

.case-bg {
    position: relative;
}

.case-bg .case-c {
    display: flex;
}

.case-bg .case-c .case-line {
    width: 20%;
    height: 70vh;
}

.case-bg .case-c .case-line>h3 {
    display: block;
    margin-left: -40%;
    font-size: 40px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25%;
}

.case-bg .case-c .case-line>h3>span {
    color: #0f3a9c;
}

.case-bg .case-c li {
    margin-bottom: 10%;
}

.case-bg .case-c li>a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #555;
}

.case-bg .case-c li>a::before {
    content: '';
    display: none;
    width: 90%;
    height: 1px;
    background-color: #0f3a9c;
    position: absolute;
    top: 45%;
    left: -110%;
}

.case-bg .case-c li.cur>a {
    color: #0f3a9c;
}

.case-bg .case-c li.cur>a::before {
    display: block;
}

.case-bg .case-c .case-lbtn {
    width: 50px;
    position: relative;
    margin-top: 38%;
}

.case-bg .case-c .swiper-pagination {
    position: relative;
    bottom: 0;
    margin: 15px 0;
}

.case-bg .case-c .swiper-pagination>span {
    display: block;
}

.case-bg .case-c .swiper-pagination>b {
    display: block;
    width: 100%;
    height: 26px;
    background: url(../images/case-lbtn-pagina.jpg) center no-repeat;
    background-size: cover;
}

.case-bg .case-c .swiper-pagination>span.swiper-pagination-current {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.case-bg .case-c .swiper-pagination>span.swiper-pagination-total {
    font-size: 12px;
    color: #bbb;
}

.case-bg .case-c .case-lbtn-next,
.case-bg .case-c .case-lbtn-prev {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #666;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.case-bg .case-c .case-lbtn-next:hover,
.case-bg .case-c .case-lbtn-prev:hover {
    border-color: #ffc602;
    background-color: #ffc602;
}

.case-bg .swiper-container-case {
    position: absolute;
    right: -15%;
    top: 0;
    width: 90%;
    overflow: hidden;
}

.case-bg .swiper-container-case a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-container-case .scc-img {
    overflow: hidden;
    width: 100%;
    height: 60vh;
}

.swiper-container-case .scc-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.swiper-container-case .scc-img:hover>img {
    transform: scale(1.05);
}

.swiper-container-case h3 {
    font-size: 24px;
    line-height: 50px;
    color: #333;
}

.swiper-container-case p {
    color: #333;
    font-size: 16px;
}


/* 合作案例 end */


/* in-process */

.in-process {
    margin-top: 4%;
    background: url(../images/in-process.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 8%;
}

.in-process .m-title h3,
.in-process .m-title p {
    color: #fff;
}

.in-process .m-title h3>span {
    color: #ffc602;
}

.inpro-line ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inpro-line li {
    width: 24%;
}

.inpro-line li>span {
    display: block;
    text-align: center;
    padding: 5px 0;
}

.inpro-line li>span>h3 {
    font-size: 26px;
    margin-top: 10px;
    line-height: 30px;
    color: #fff;
}

.inpro-line li>p {
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 36px;
}


/* in-process end */


/* news-con */

.news-bg {}

.news-top {
    display: flex;
    justify-content: space-between;
    margin: 3% auto;
}

.news-top .news-tit p {
    font-weight: bold;
    font-size: 34px;
    color: #999;
    text-transform: uppercase;
}

.news-top .news-tit h3 {
    font-weight: bold;
    font-size: 40px;
    color: #333;
}

.news-bg .innews-btn {
    width: 25%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.news-bg .innews-btn li {
    display: inline-block;
    background-color: #fff;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    font-size: 16px;
}

.news-bg .innews-btn li a {
    color: #333;
}

.news-bg .innews-btn li:nth-child(1),
.news-bg .innews-btn li:nth-child(2) {
    margin-right: 1%;
}

.news-bg .innews-btn li.cur {
    background-color: #0f3a9c;
    box-shadow: 0px 3px 5px #345dbb;
}

.news-bg .innews-btn li.cur>a {
    color: #fff;
}

.news-bg .innews-c {
    display: flex;
    justify-content: space-between;
    padding: 2% 0;
    border-top: 1px solid #eee;
}

.innews-c .innews-l {
    width: 28%;
    padding: 0 2%;
    border-right: 1px solid #eee;
}

.innews-c .innews-l>a {
    display: block;
    cursor: pointer;
    margin-bottom: 6%;
}

.innews-c .innews-l div {
    width: 100%;
    height: 30vh;
    overflow: hidden;
}

.innews-c h3 {
    width: 100%;
    font-size: 18px;
    line-height: 54px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.innews-c span {
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #999;
}

.innews-c p {
    color: #666;
    font-size: 16px;
    line-height: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.innews-c .inew-img {
    width: 100%;
    margin-top: 6%;
    overflow: hidden;
}

.innews-c img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.innews-c .innews-midd:hover .inew-img img,
.innews-c .innews-r:hover .inew-img img {
    transform: scale(1.05);
}

.innews-c .innews-r {
    width: 30%;
}

.innews-c .innews-midd {
    width: 30%;
}

.innews-r img {
    margin-top: 0;
    width: 100%;
}

.innews-r h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
}

.innews-r p {
    line-height: 32px;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* news-con end */


/* footer */

footer {
    background-color: #222;
}

footer .foot-link {
    background-color: #333333;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
}

footer .foot-link a {
    color: #fff;
    font-size: 16px;
}

footer .foot-copy {
    position: relative;
    text-align: center;
    border-top: 1px solid #333;
    line-height: 60px;
    color: #999;
    font-size: 15px;
}

footer .foot-copy .foot-copyc {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
}

footer .foot-copy::before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 25%;
    height: 60px;
    background-color: #0f3a9c;
}

footer .foot-copy .ftcp-l {
    width: 50%;
    display: flex;
    align-items: center;
}

footer .foot-copy .ftcp-l>p {
    color: #fff;
    padding-right: 3%;
    margin-right: 3%;
    background-color: #0f3a9c;
}

#bdshare>a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
}

#bdshare .bds_sqq {
    background: url(../images/qq.png) center no-repeat;
    background-size: cover;
}

#bdshare .bds_tsina {
    background: url(../images/sina.png) center no-repeat;
    background-size: cover;
}

#bdshare .bds_weixin {
    background: url(../images/wx.png) center no-repeat;
    background-size: cover;
}

footer .foot-copy a {
    color: #999;
}

footer .foot-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3% 0;
}

footer .foot-l {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
}

footer .foot-l>dl {
    width: 18.5%;
    border-right: 1px dashed #666;
}

footer .foot-l>dl dt>a {
    color: #fff;
    font-size: 22px;
    line-height: 60px;
}

footer .foot-l>dl dd>a {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

footer .foot-r {
    width: 30%;
    color: #ccc;
}

footer .foot-r h3 {
    font-size: 18px;
    color: #fff;
}

footer .foot-r .foot-line>p {
    width: 100%;
    font-size: 32px;
    line-height: 60px;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
}

footer .foot-r p {
    width: 89px;
    font-size: 15px;
    line-height: 36px;
    float: right;
    margin-left: 30px;
}

footer .foot-r .foot-er img {
    width: 100%;
}

footer .foot-r .foot-er span {
    text-align: center;
    display: block;
}

.box9026_-2034 {
    display: none;
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
    color: #666;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #0f3a9c;
    width: 100%;
    background-color: #0f3a9c;
    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: 20px;
    margin: 0 auto;
    background: no-repeat 50% 50% / auto 20px;
}

.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-msg {
    background-image: url(../images/ly.png);
}

.box9026_-2034 .nav-item .icon-address {
    background-image: url(../images/dz.png);
}

.box9026_-2034 .link-name {
    padding-top: 6px;
    color: #fff;
}


/* 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: 999;
    right: 0;
    bottom: 40%;
}

.f7 .m-gotop-box {
    position: relative;
    float: right;
}

.f7 .m-gotop .a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    background-color: #353535;
    color: #fff;
    margin-bottom: 4px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.f7 .m-gotop .a>img {
    width: 38px;
    margin-top: 12px;
}

.f7 .m-gotop .a.active,
.f7 .m-gotop .a:hover {
    background: #0f3a9c;
}

.f7 .m-gotop .a .i {
    float: left;
    width: 70px;
    height: 70px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
}

.f7 .m-gotop .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.f7 .m-gotop .a-service-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
}

.f7 .m-gotop .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 86px;
    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;
    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) {
    .m-title h3 {
        font-size: 38px;
    }
    .m-title p {
        font-size: 14px;
    }
    header {
        margin: 1.5% 2%!important;
    }
    .head-bg.xg header {
        margin: 1.5% 2%!important;
    }
    header .head-logo h1>a img {
        width: 250px;
    }
    header .head-logo {
        display: flex;
        align-items: center;
    }
    header .nav>li>a {
        font-size: 16px;
    }
    .index-about .m-title {
        margin: 15px auto;
    }
    .index-about .about-text>span {
        margin: 15px 0;
    }
    .index-about .about-text .about-con {
        margin-bottom: 20px;
    }
    .swiper-container-appli .swiper-slide .appli-box-pic {
        height: 200px;
    }
    .case-bg .case-c .case-line>h3 {
        margin-left: 0%;
    }
}

@media (max-width: 1400px) {
    .w1400 {
        width: 1200px;
    }
    header {
        margin: 1.5% auto!important;
    }
    .head-bg.xg header {
        margin: 1.5% auto!important;
    }
    header .nav>li>a {
        padding: 0 10px;
    }
    header .head-logo h1 p {
        font-size: 18px;
        margin-top: 24px;
    }
    header .head-logo h1 p>span {
        font-size: 24px;
    }
    .head-bg .nav>li {
        padding: 0;
    }
    .index-pro .inpro-class {
        top: 1%;
    }
    .case-bg .case-c .case-line>h3 {
        font-size: 30px;
        margin-bottom: 15%;
    }
    .case-bg .swiper-container-case {
        right: -12%;
    }
    .inpro-line li>p {
        font-size: 16px;
        padding: 0 6%;
    }
    .inpro-line li>p>br {
        display: none;
    }
    .inpro-line li>span>h3 {
        font-size: 20px;
    }
    .news-top .news-tit h3 {
        font-size: 30px;
    }
    .news-top .news-tit p {
        font-size: 25px;
    }
    .news-bg .innews-btn {
        width: 32%;
    }
}

@media (max-width: 1200px) {
    .w1400 {
        width: auto;
        padding: 0 15px;
    }
    .m-title {
        margin: 35px auto;
    }
    .m-title i {
        margin: 5px auto;
    }
    .m-btn {
        margin: 30px auto;
    }
    header {
        margin: 2% auto!important;
    }
    header .head-logo h1 .head-text>h3 {
        font-size: 32px;
    }
    header .head-logo h1 .head-text>p {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
    header .nav>li>a {
        padding: 0 15px;
    }
    header .nav .toplink {
        display: none;
    }
    .head-bg .nav>li>a {
        padding: 0 7px;
        font-size: 15px;
    }
    .head-bg.xg .nav>li>a {
        font-size: 15px;
    }
    .head-bg .nav>li>dl a {
        line-height: 40px;
        font-size: 13px;
    }
    .ys-box>img {
        max-width: 600px;
    }
    .ys-box .ys-line::before {
        width: 200px;
    }
    .ys-box .ys-line:nth-child(2)::before,
    .ys-box .ys-line:nth-child(4)::before {
        right: -85%;
    }
    .ys-box .ys-line:nth-child(1),
    .ys-box .ys-line:nth-child(3) {
        left: 2%;
    }
    .ys-box .ys-line:nth-child(2),
    .ys-box .ys-line:nth-child(4) {
        right: 2%;
    }
    .ys-box .ys-line img {
        max-width: 150px;
    }
    .ys-box .ys-line h3 {
        font-size: 18px;
    }
    .ys-box .ys-line p {
        font-size: 14px;
    }
    .index-pro .inpro-class>li {
        width: 22%;
    }
    .index-pro .inpro-class>li>a {
        font-size: 15px;
        line-height: 36px;
    }
    .index-pro .swiper-slide .inpro-img b {
        width: 80px;
        height: 80px;
    }
    .index-pro-bg .swiper-container-pro {
        overflow: hidden;
    }
    .index-pro .inpro-class {
        top: 0;
    }
    .index-pro .inpro-dec>h4,
    .index-pro .inpro-dec>h3 {
        font-size: 32px;
    }
    .index-pro .inpro-dec>p {
        font-size: 15px;
    }
    .swiper-container-pro .swiper-button-next,
    .swiper-container-pro .swiper-button-prev {
        bottom: 2%;
    }
    .index-box ul li .inpb-l {
        width: 70%;
        padding: 4%;
    }
    .index-box ul li .inpb-l h3 {
        font-size: 20px;
    }
    .swiper-container-case .scc-img {
        height: 54vh;
    }
    .swiper-container-case h3 {
        font-size: 20px;
    }
    .swiper-container-case p {
        font-size: 15px;
    }
    .inpro-line li>span>h3 {
        font-size: 20px;
    }
    .inpro-line li>p {
        font-size: 15px;
        line-height: 28px;
    }
    .m-title h3 {
        font-size: 30px;
    }
    .m-title p {
        font-size: 14px;
        line-height: 32px;
    }
    .m-bbtn {
        margin: 20px 0;
    }
    .news-bg .innews-btn {
        width: 38%;
    }
    .index-pro .pro-box {
        padding-bottom: 15px;
    }
    footer .foot-link {
        line-height: 80px;
    }
    footer .foot-con {
        padding: 3% 15px;
    }
    footer .foot-l>dl dt>a {
        font-size: 18px;
        line-height: 48px;
    }
    footer .foot-l>dl dd>a {
        font-size: 15px;
        line-height: 26px;
    }
    footer .foot-r h3 {
        font-size: 15px;
    }
    footer .foot-r p {
        width: 120px;
    }
    footer .foot-r .foot-line>p {
        font-size: 25px;
        line-height: 48px;
    }
    .f7 .m-gotop .a {
        width: 60px;
        height: 60px;
        font-size: 12px;
    }
    .f7 .m-gotop .a>img {
        width: 25px;
        margin-top: 10px;
    }
    .f7 .m-gotop .d {
        right: 65px;
    }
}

@media (max-width: 1120px) {
    .head-bg .top-tel {
        display: none;
    }
}

@media (max-width: 1080px) {
    .head-bg .nav>li>a {
        padding: 0 5px;
    }
    .m-title p::before {
        left: 26%;
    }
    .m-title p::after {
        right: 26%;
    }
    header .head-tel>h3 {
        font-size: 25px;
    }
    .head-bg .nav>li>a {
        font-size: 15px;
    }
    .head-bg .nav>li {
        line-height: 56px;
    }
    .index-pro .inpro-l .inpro-lt>p {
        font-size: 20px;
    }
    .index-pro .inpro-l .inpro-lt>span {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .index-pro .inpro-l ul>li {
        line-height: 44px;
    }
    .inpro-line li>span>h3 {
        font-size: 16px;
    }
}

@media (max-width: 996px) {
    .m-title {
        margin: 26px auto;
    }
    .head-bg .top-nav {
        display: none;
    }
    .head-toptit {
        display: none;
    }
    header {
        margin: 2% auto!important;
    }
    .head-bg.xg header {
        margin: 2% auto!important;
    }
    .menu-lang {
        display: flex;
    }
    header .navbar {
        top: 71px;
    }
    header .menu {
        display: block;
    }
    header .menu .line {
        background-color: #fff;
    }
    header.xg .menu .line,
    header:hover .menu .line {
        background-color: #fff;
    }
    header .head-logo i {
        margin-top: 0;
    }
    header .head-logo h1 p {
        font-size: 16px;
        margin-top: 18px;
    }
    header .head-logo h1 p>span {
        font-size: 20px;
    }
    .index-banner .sw-sli {
        bottom: 15%;
    }
    .ys-box .ys-line h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .ys-box .ys-line p {
        font-size: 13px;
        line-height: 20px;
    }
    .ys-box .ys-line::before {
        display: none;
    }
    .index-pro .inpro-dec {
        width: 38%;
    }
    .index-pro .swiper-slide .inpro-img {
        width: 62%;
    }
    .index-pro .inpro-dec>h4,
    .index-pro .inpro-dec>h3 {
        font-size: 26px;
    }
    .index-pro .inpro-dec>p {
        font-size: 14px;
        line-height: 26px;
    }
    .index-pro {
        width: 100%;
    }
    .index-pro .m-titbg .mmore {
        display: none;
    }
    .index-box ul li .inpb-l {
        width: 75%;
    }
    .swiper-container-pro .swiper-slide .pro-box-text h3 {
        font-size: 15px;
    }
    .index-pro .m-titbg {
        background-color: transparent;
    }
    .index-pro ul li>a {
        color: #333;
    }
    .case-bg .case-c .case-line>h3 {
        font-size: 24px;
    }
    .case-bg .case-c li>a {
        font-size: 16px;
    }
    .swiper-container-case h3 {
        font-size: 18px;
    }
    .inpro-line ul>li {
        padding: 0 2%;
    }
    .inpro-line li>span img {
        max-height: 40px;
    }
    .inpro-line ul>li br {
        display: none;
    }
    .top-lang {
        margin-left: 0px;
    }
    .top-lang>a {
        margin-top: 0;
    }
    .index-pro .inpro-l ul>li>dl>dd {
        padding-left: 18%;
        background-position-x: 8%;
    }
    .innews-c h3 {
        font-size: 16px;
    }
    .innews-c p {
        font-size: 15px;
        line-height: 40px;
    }
    footer .foot-r {
        width: 25%;
    }
    footer .foot-copy {
        line-height: 34px;
    }
    #bdshare>a {
        width: 26px;
        height: 26px;
    }
    footer .foot-copy::before {
        display: none;
    }
    footer .foot-copy .ftcp-l>p {
        background-color: transparent;
        padding: 0;
        margin-right: 2%;
    }
    footer .foot-copy .foot-copyc {
        padding: 2% 0;
        flex-wrap: wrap;
    }
    footer .foot-copy .ftcp-l {
        justify-content: center;
    }
    footer .foot-copy .ftcp-l,
    footer .foot-copy .ftcp-r {
        width: 100%;
    }
    footer .foot-cen .foot-add img {
        max-width: 100%;
    }
    footer .foot-er .foot-er-box {
        margin: 0 5px;
    }
    footer .foot-cen .foot-l {
        display: none;
    }
    footer .foot-copy {
        font-size: 14px;
    }
}

@media (max-width: 769px) {
    .head-bg.xg {
        background: rgba(0, 0, 0, 0.8);
    }
    header .navbar {
        top: 63px;
    }
    .index-banner {
        height: 72vh;
    }
    .index-banner .sw-sli>img {
        width: 30px;
    }
    .ys-box>img {
        max-width: 480px;
    }
    .ys-box>img {
        padding: 6% 0;
    }
    .ys-box .ys-line {
        width: 22%;
    }
    .ys-box .ys-line img {
        max-width: 120px;
    }
    .index-pro-bg {
        margin-bottom: 8%;
    }
    .index-box ul li {
        margin-bottom: 6%;
    }
    .index-pro .swiper-slide .inpro-img>div {
        display: flex;
        align-items: center;
    }
    .index-pro .swiper-slide .inpro-img>div>img {
        height: 80%;
    }
    .index-pro .swiper-slide .inpro-img b,
    .index-pro .swiper-slide .inpro-img b:nth-child(3),
    .index-pro .swiper-slide .inpro-img b:nth-child(4) {
        width: 90px;
        height: 90px;
        font-size: 13px;
    }
    .index-pro .swiper-slide .inpro-img b:nth-child(4) {
        top: 68%;
    }
    .index-box ul li {
        width: 100%;
    }
    footer .foot-l>dl {
        width: 20%;
    }
    footer .foot-r .foot-line>p {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .f7 {
        display: none;
    }
    .box9026_-2034 {
        display: block;
    }
    .m-btn {
        width: 40%;
        margin: 25px auto;
    }
    header .navbar {
        top: 50px;
    }
    header {
        padding: 10px 0px!important;
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        z-index: 999;
        margin: 0!important;
        width: 100%!important;
    }
    header .head-sear {
        display: none;
    }
    header .menu .line {
        background: #fff;
    }
    header .head-logo {
        width: auto;
        padding-left: 5px;
    }
    header .head-logo h1 .head-text>h3 {
        font-size: 16px;
        line-height: 26px;
        margin-top: 9px;
    }
    header .head-logo .logo-w {
        margin-right: 5px;
    }
    header .head-logo h1>a img {
        width: 190px;
    }
    .head-bg.xg header {
        margin: 0!important;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .head-bg.xg header .head-logo i {
        height: 60px;
        margin: 0 6px;
    }
    .head-bg.xg header .head-logo h1 p {
        font-size: 14px;
        margin-top: 12px;
    }
    .head-bg.xg header .head-logo h1 p>span {
        font-size: 15px;
    }
    header .menu {
        margin-right: 10px;
    }
    .ys-box {
        display: flex;
        flex-shrink: 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ys-box .ys-line {
        position: initial;
        width: 48%;
        text-align: center!important;
        margin-bottom: 4%;
    }
    .ys-box>img {
        max-width: 100%;
    }
    .ys-box .ys-line img {
        max-width: 100px;
    }
    .ys-box .ys-btn {
        left: 50%;
        top: auto;
        bottom: 15%;
        transform: translateX(-50%);
    }
    .index-banner {
        height: 36vh;
    }
    .index-banner .sw-sli {
        bottom: 30%;
    }
    .index-banner .swiper-pagination-bullet-active {
        width: 30px;
    }
    .top-lang>a:first-child {
        margin-right: 5px;
    }
    .index-banner .swiper-slide img {
        object-fit: cover;
    }
    .index-banner .swiper-container .swiper-button-next,
    .index-banner .swiper-container .swiper-button-prev {
        width: 28px !important;
        background-size: 26px;
    }
    .m-title p::before,
    .m-title p::after {
        display: none;
    }
    .m-title {
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }
    .m-title h3 {
        font-size: 22px;
    }
    .m-title p {
        font-size: 14px;
        line-height: 26px;
    }
    .index-pro {
        padding: 0;
    }
    .index-pro .inpro-class {
        position: initial;
        width: 100%;
        justify-content: center;
    }
    .index-pro-bg .swiper-container-pro {
        height: auto;
    }
    .index-pro .inpro-dec>h3:nth-child(3) {
        margin-bottom: 3%;
    }
    .index-pro .inpro-class>li {
        width: 46%;
        margin-bottom: 4%;
    }
    .index-pro .inpro-dec {
        width: 95%;
        padding: 5% 2.5%;
    }
    .index-pro .swiper-slide .inpro-img {
        width: 100%;
        height: auto;
    }
    .index-pro .swiper-slide .inpro-img b {
        right: 4%;
    }
    .index-pro .swiper-slide .inpro-img b:nth-child(3) {
        right: 12%;
    }
    .index-pro-bg .index-r-bg {
        display: none;
    }
    .index-pro .swiper-slide .inpro-img {
        background: url(../images/pro-bg.jpg) center no-repeat;
        background-size: cover;
    }
    .index-pro .m-titbg {
        margin-bottom: 0;
    }
    .index-pro ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .index-pro .inpro-l ul>li.m-pbtn {
        display: none;
    }
    .index-pro .inpro-l {
        margin-top: 2%;
    }
    .index-pro .inpro-l ul>li {
        width: 50%;
        border-top: 0;
        background: none;
        background-color: #333;
        margin-bottom: 1px;
    }
    .index-pro .inpro-l ul>li>a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 500;
        padding: 0;
    }
    .index-pro .inpro-l ul>li>a>img {
        width: 50px;
        margin-right: 5px;
    }
    .index-pro .inpro-r {
        width: 100%;
        margin-top: 20px;
    }
    .index-pro .swiper-container-pro .swiper-slide>a>div {
        height: 350px;
    }
    .index-pro .swiper-container-pro .swiper-slide>a>p {
        font-size: 14px;
        line-height: 25px;
    }
    .index-box ul li .inpb-l h3 {
        font-size: 17px;
    }
    .index-box ul li .inpb-l p {
        font-size: 13px;
    }
    .index-box ul li .inpb-l button {
        width: 40%;
    }
    /* case-bg */
    .case-bg .case-c {
        flex-wrap: wrap;
    }
    .case-bg .case-c .case-line>h3 {
        text-align: center;
        margin-bottom: 4%;
    }
    .case-bg .case-c ul {
        display: flex;
        justify-content: space-around;
    }
    .case-bg .case-c li {
        margin-bottom: 0;
        line-height: 42px;
    }
    .case-bg .case-c .case-lbtn {
        display: none!important;
    }
    .case-bg .case-c li.cur>a::before {
        display: none;
    }
    .case-bg .case-c .case-line {
        width: 100%;
        height: auto;
    }
    .case-bg .swiper-container-case {
        position: initial;
        width: 100%;
    }
    .swiper-container-case .scc-img {
        height: 22vh;
    }
    .swiper-container-case h3 {
        font-size: 16px;
        line-height: 34px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .swiper-container-case p {
        font-size: 13px;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    /* case-bg  end*/
    /* .in-process */
    .in-process {
        margin-top: 8%;
    }
    .inpro-line ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .inpro-line ul>li {
        width: 50%;
        margin-bottom: 5%;
    }
    .inpro-line li>span img {
        max-height: 32px;
    }
    .inpro-line li>span>h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .inpro-line li>p {
        font-size: 13px;
        line-height: 22px;
    }
    /* .in-process end */
    .index-pro .pro-box .pro-button-next {
        right: 0;
    }
    .index-pro .pro-box .pro-button-prev {
        left: 0;
    }
    .index-pro .pro-box .pro-button-next,
    .index-pro .pro-box .pro-button-prev {
        bottom: 18%;
    }
    /* .news */
    .news-bg {
        margin: 4% 0;
    }
    .news-top {
        display: block;
    }
    .news-top .news-tit {
        text-align: center;
    }
    .news-top .news-tit p {
        font-size: 18px;
    }
    .news-top .news-tit h3 {
        font-size: 20px;
    }
    .news-bg .innews-btn {
        width: 100%;
        margin: 5% 0;
        justify-content: center;
    }
    .news-bg .innews-btn li {
        font-size: 14px;
        padding: 0 12px;
        line-height: 32px;
    }
    .news-bg .innews-c {
        flex-wrap: wrap;
        border-top: 0;
    }
    .innews-c .innews-l,
    .innews-c .innews-midd,
    .innews-c .innews-r {
        width: 96%;
        padding: 0 2%;
    }
    .innews-c .innews-midd img {
        display: none;
    }
    .innews-c .innews-r .inew-img {
        display: none;
    }
    .innews-c h3 {
        border-top: 1px solid #f1f1f1;
    }
    .innews-c p {
        font-size: 14px;
        line-height: 30px;
    }
    .innews-c .innews-l>a {
        margin-bottom: 4%;
    }
    /* .news end */
    .m-bbtn a {
        padding: 0 20px;
        line-height: 34px;
        font-size: 14px;
    }
    .m-titbg .m-mess {
        display: none;
    }
    .inab-slier {
        margin-bottom: 20px;
    }
    /* footer */
    footer {
        margin-bottom: 64px;
    }
    footer .foot-l {
        display: none;
    }
    footer .foot-link .f-li {
        flex-direction: column;
    }
    footer .foot-link {
        line-height: 50px;
        font-size: 14px;
    }
    footer .foot-link a {
        font-size: 14px;
    }
    footer .foot-r {
        width: 100%;
        text-align: center;
    }
    footer .foot-r p {
        margin: 0 auto;
    }
    footer .foot-copy .ftcp-l {
        flex-direction: column;
    }
    footer .foot-er .foot-er-box>img {
        display: none;
    }
    footer .foot-copy {
        font-size: 14px;
        line-height: 26px;
        padding: 2% 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;
    }
    .swiper-container-pro .swiper-slide .pro-box-pic {}
    .course_desc_l>li>a .li_slide h3 {
        font-size: 16px;
    }
    .course_desc_l>li>a .li_slide i {
        font-size: 12px;
    }
    .course_desc_l>li>a .li_slide p {
        margin-top: 0;
        font-size: 12px;
    }
    .course_desc_l>li>a .li_slide p>br {
        display: none;
    }
    footer .foot-copy .foot-copy-r {
        font-size: 13px;
    }
}