/*初始化代码*/

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: #000080;
}

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: 5% auto;
}

.m-title h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    font-weight: bold;
    color: #333;
}

.m-title h3>span {
    font-weight: bold;
    color: #000080;
}

.m-title p {
    position: relative;
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    line-height: 30px;
}

.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: #000080;
    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: #000080;
    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: #000080;
    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: 9999;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto!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 {
    max-width: 83px;
}

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: #000080;
    font-weight: bold;
}

.head-bg .top-nav {
    z-index: 9999;
}


/* 电话语言切换 */

#header-top .top-tel {
    font-size: 16px;
    background: url(../images/top-t.png) left no-repeat;
    background-size: 46px;
    padding-left: 55px;
    margin-left: 10%;
}

#header-top .top-tel>span {
    display: block;
    font-size: 28px;
    color: #000080;
    font-weight: bold;
    font-family: Arial;
}

.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 .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.head-bg .nav>li {
    position: relative;
    padding: 0 15px;
    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: #333;
    font-size: 18px;
    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: #000080;
    transition: all 0.3s;
}

.head-bg .nav>li>dl {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 102px;
    width: 120%;
    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: #000080!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: #000080;
    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;
    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: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 95px;
    z-index: 998;
    box-sizing: border-box;
}

header .navbar .a-wrap .a-list {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    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;
}

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%;
    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 img {
    max-width: 100%;
}

.index-banner .swiper-container .swiper-button-next,
.index-banner .swiper-container .swiper-button-prev {
    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 .swiper-container .swiper-button-next:hover,
.index-banner .swiper-container .swiper-button-prev:hover {
    background-color: rgba(0, 0, 128, .8);
}

.index-banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 1;
    transition: all 0.3s;
}

.index-banner .swiper-pagination-bullet-active {
    width: 50px;
    background: #000080;
    border-radius: 8px;
}

.thumbs-list {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #000080;
}

.thumbs-list .thumbs-title {
    width: 12%;
    background-color: #000080;
    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: #000080 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 */


/* 首页优势文字 */

.cust-bg {
    background: #f8f8f8 url(../images/mic-bg.jpg) center no-repeat;
    background-size: cover;
}

.cust-c {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
}

.cust-c .cust-r {
    width: 32%;
}

.cust-c .cust-img {
    width: 32%;
}

.cust-c .cust-img>img {
    width: 100%;
}

.cust-c .cust-r .cust-rline {
    padding-left: 18%;
    background: url(../images/cust1.png) left center no-repeat;
    background-size: 70px;
    margin-bottom: 15%;
}

.cust-c .cust-r .cust-rline:last-child {
    margin-bottom: 0;
}

.cust-c .cust-r .cust-rline:nth-child(2) {
    background-image: url(../images/cust2.png);
}

.cust-c .cust-r .cust-rline:nth-child(3) {
    background-image: url(../images/cust3.png);
}

.cust-c .cust-rr .cust-rline:nth-child(1) {
    background-image: url(../images/cust4.png);
}

.cust-c .cust-rr .cust-rline:nth-child(2) {
    background-image: url(../images/cust5.png);
}

.cust-c .cust-rr .cust-rline:nth-child(3) {
    background-image: url(../images/cust6.png);
}

.cust-c .cust-r .cust-rline h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000080;
    line-height: 44px;
}

.cust-c .cust-r .cust-rline p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.cust-c .cust-r .cust-btn {
    display: flex;
    width: 30%;
    border: 1px solid #000080;
    color: #000080;
    margin-top: 5%;
}

.cust-c .cust-r .cust-btn>i {
    display: block;
    width: 40%;
    height: 36px;
    background: #000080 url(../images/arrow-right.png) center no-repeat;
    background-size: 20px;
}

.cust-c .cust-r .cust-btn>span {
    display: block;
    width: 60%;
    line-height: 36px;
    text-align: center;
}


/* 首页优势文字 end */


/* index-pro */

.index-pro-bg .m-titbg {}

.index-pro-bg .index-pro-c {
    margin: 0 auto;
}

.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;
    text-align: center;
    border: 1px solid #eceffa;
    transition: all 0.3s;
}

.index-pro .swiper-container-pro .swiper-slide>a>img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.index-pro .swiper-container-pro .swiper-slide>a>p {
    font-size: 20px;
    line-height: 50px;
    background: url(../images/pro-arr.png) 90% center no-repeat;
}

.index-pro .swiper-container-pro .swiper-slide:hover>a:hover {
    border-color: #000080;
}


/* index-pro end */


/* 首页优势 */

.inys-bg {
    width: 100%;
    background: url(../images/inys-bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 5%;
    margin-top: 5%;
}

.inys-bg .m-title h3,
.inys-bg .m-title p {
    color: #fff;
}

.inys-bg .m-title i {
    background-image: url(../images/tit-iw.png);
}

.inys-bg .ys {
    background-color: #fff;
    padding: 0.5%;
}

.inys-bg .yin_t {
    font-size: 40px;
    color: #333;
    background: url(../images/yin_tbg.gif) no-repeat center 0;
    text-align: center;
    height: 90px;
    line-height: 40px;
    overflow: hidden;
    padding: 30px 0 0;
}

.inys-bg .yin_t a {
    color: #333;
}

.inys-bg .yin_t span {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding: 5px 0 0;
}

.inys-bg .ys .yin_t {
    position: relative;
    background: url(../images/ys_tbg.png) center no-repeat;
    color: #fff;
    font-weight: bold;
}

.inys-bg .ys .yin_t>i {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    color: rgba(255, 255, 255, 0.2);
    transform: translateX(-50%);
    font-size: 80px;
    line-height: 80px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: inherit;
}

.inys-bg .ys_t {
    margin-bottom: 3%;
    background-color: #090962;
}

.inys-bg .ys_t ul {
    display: flex;
    justify-content: space-between;
}

.inys-bg .ys_t ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    padding: 1.5% 0;
    transition: all .3s;
}

.inys-bg .ys_t ul li em {
    display: block;
    float: left;
    width: 65px;
    line-height: 0;
    overflow: hidden;
    padding-right: 14px;
}

.inys-bg .ys_t ul li b {
    display: block;
    float: left;
    font-size: 26px;
}

.inys-bg .ys_t ul li i {
    display: block;
    font-size: 16px;
    color: #ccc;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    transition: all .3s;
}

.inys-bg .ys_t ul li em img {
    width: 100%;
    filter: grayscale(100%) brightness(10);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.inys-bg .ys_t ul li.cur {
    background-color: #ffa200;
}

.inys-bg .ys_t ul li.cur,
.inys-bg .ys_t ul li.cur i {
    color: #333;
}

.inys-bg .ys_t ul li.cur em img {
    filter: none;
}

.inys-bg .ys_m dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative;
    margin-bottom: 3%;
}

.inys-bg .ys_m dl dt {
    width: 50%;
    height: 100%;
    line-height: 0;
    overflow: hidden;
}

.inys-bg .ys_m dl dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inys-bg .ys_m dl dd {
    background-color: #fff;
    width: 40%;
    margin-left: 4%;
}

.inys-bg .ys_m dl dd h5 {
    font-weight: bold;
    font-size: 40px;
    color: #333;
    border-bottom: #ddd 1px solid;
    padding-bottom: 6%;
    margin-bottom: 6%;
}

.inys-bg .ys_m dl dd h5 i {
    display: block;
    font-size: 32px;
    color: #333;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.inys-bg .ys_m dl dd p {
    font-size: 20px;
    color: #666;
    line-height: 36px;
    overflow: hidden;
    width: 100%;
}

.inys-bg .ys_m dl dd p>span {
    color: #ff6600;
    font-weight: bold;
}

.inys-bg .ys_m dl dd p b {
    color: #079fe5;
}


/* 首页优势 end */


/* winsha */

.winsha-bg {
    background: url(../images/winsha-bg.jpg) center no-repeat;
    background-size: cover;
}

.winsha-bg .m-title h3,
.winsha-bg .m-title p {
    color: #fff;
}

.winsha-bg .m-title i {
    background-image: url(../images/tit-iw.png);
}

.winsha-c {
    width: 100%;
    overflow: hidden;
}

.winsha-c ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5%;
}

.winsha-c li {
    position: relative;
    width: 32%;
    margin-bottom: 2%;
    list-style: none;
    background-color: #000;
    transition: all 0.5s;
}

.winsha-c li>a {
    display: block;
}

.winsha-c li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.winsha-c li .winsha-t1 {
    width: 80%;
    text-align: center;
    background-color: rgba(31, 40, 63, .6);
    position: absolute;
    bottom: 10%;
    left: 10%;
    padding: 10px 0;
    color: #fff;
    transition: all 0.3s;
}

.winsha-c li h3 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}

.winsha-c li i {
    display: block;
    width: 15%;
    height: 1px;
    background-color: #000080;
    margin: 5px auto;
}

.winsha-c li:hover .winsha-t1 {
    width: 100%;
    left: 0;
}


/* winsha end */


/* in-about */

.in-about {
    margin-top: 5%;
    background: url(../images/in-ab.jpg) top no-repeat;
    background-size: cover;
}

.in-about .in-about-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    margin: 5% auto;
}

.in-about .in-about-c .in-about-img {
    width: 40%;
}

.in-about .in-about-c .in-about-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.in-about .in-about-c .in-about-text {
    width: 55%;
    margin-right: 2%;
    font-size: 16px;
    color: #666;
}

.in-about .in-about-c .in-about-text h3 {
    font-size: 38px;
    color: #000;
}

.in-about .in-about-c .in-about-text p {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    margin: 2% 0;
}

.in-about .in-about-c .in-about-text>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18%;
    font-size: 16px;
    line-height: 36px;
    border-radius: 5px;
    margin-right: 2%;
    text-align: center;
    color: #fff;
    background: linear-gradient(#51b0ff, #0089fd);
}

.in-about .in-about-c .in-about-text>a>i {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    background: url(../images/xf-tel.png) center no-repeat;
    background-size: cover;
}

.inab-slier {
    overflow: hidden;
    margin-bottom: 50px;
}

.inab-slier .inab-line {
    display: flex;
    justify-content: center;
    margin: 0px 0 20px;
}

.inab-slier .inab-line>li {
    display: inline-block;
    padding: 0 2%;
    background-color: #ccc;
    transition: all 0.3s;
}

.inab-slier .inab-line>li:first-child {
    margin-right: 1%;
}

.inab-slier .inab-line>li>a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 48px;
    transition: all 0.3s;
}

.inab-slier .inab-line>li.cur {
    background-color: #ff9900;
}

.inab-slier .inab-img {}

.inab-slier .inab-box {
    overflow: hidden;
    text-align: center;
}

.inab-slier .inab-box .swiper-slide {
    position: relative;
}

.inab-slier .inab-box .swiper-slide .inab-box-pic {
    border: 1px solid #ccc;
}

.inab-slier .inab-box .swiper-slide .inab-box-text {
    opacity: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
}

.inab-slier .inab-box .swiper-slide:hover .inab-box-text {
    opacity: 1;
    background-color: rgba(0, 0, 153, .6);
}

.inab-slier .inab-box .swiper-slide img {
    max-width: 100%;
}


/* in-about end */


/* news-con */

.news-bg {
    background-color: #f2f2f7;
}

.news-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5%;
}

.news-con .news-cl {
    width: 50%;
    position: relative;
}

.news-con .news-cl>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-con .news-cl>a {
    position: absolute;
    right: 5%;
    bottom: 15%;
    display: block;
    width: 20%;
    background-color: #ff9900;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}

.news-con .news-cr {
    width: 49%;
}

.news-con .news-cr ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-con .news-cr li {
    position: relative;
    background-color: #fff;
    padding: 3%;
}

.news-con .news-cr li:nth-child(even) {
    background-color: transparent;
}

.news-con .news-cr li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 0%;
    height: 100%;
    background-color: #000080;
    transition: all 0.6s;
}

.news-con .news-cr li>a {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.news-con .news-cr li .ncr-time {
    width: 14%;
    text-align: center;
}

.news-con .news-cr li .ncr-time>p {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    transition: all 0.3s;
}

.news-con .news-cr li .ncr-time>span {
    font-weight: bold;
    font-size: 46px;
    color: #000080;
    transition: all 0.3s;
}

.news-con .news-cr li .ncr-tit {
    width: 72%;
}

.news-con .news-cr li .ncr-tit>h3 {
    font-size: 26px;
    line-height: 40px;
    color: #000080;
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-con .news-cr li .ncr-tit>p {
    font-size: 18px;
    color: #333;
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-con .news-cr li button {
    display: block;
    width: 10%;
    height: 40px;
    border: 0;
    background: url(../images/nrc-btn.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.news-con .news-cr li:hover::before {
    width: 100%;
}

.news-con .news-cr li:hover .ncr-time>p,
.news-con .news-cr li:hover .ncr-time>span,
.news-con .news-cr li:hover .ncr-tit>h3,
.news-con .news-cr li:hover .ncr-tit>p {
    color: #fff;
}


/* news-con end */


/* footer */

.f-nav {
    background-color: #000080;
}

.f-nav ul {
    display: flex;
    justify-content: space-around;
    line-height: 50px;
}

.f-nav ul>li>a {
    color: #fff;
    font-size: 16px;
}

.f-nav ul>li:hover>a {
    color: #ff9900;
}

footer {
    background-color: #000066;
}

footer .foot-con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 3% auto;
}

footer .foot-tel {
    width: 20%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

footer .foot-tel>p {
    background: url(../images/foot-tel.png) left center no-repeat;
    background-size: 30px;
    padding-left: 40px;
}

footer .foot-tel>h3 {
    font-size: 42px;
    line-height: 48px;
    font-family: Impact;
}

footer .foot-cp {
    width: 33%;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

footer .foot-cp a {
    color: #fff;
}

footer .foot-er {
    width: 20%;
    text-align: center;
    color: #fff;
}

footer .foot-er>img {
    max-width: 160px;
}

footer .foot-link {
    color: #ccc;
    line-height: 48px;
    border-top: 1px solid #444;
}

footer .foot-link .f-li {
    display: flex;
    justify-content: space-between;
}

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-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;
}


/* 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: 0;
    bottom: 40%;
    width: 70px;
    height: 240px;
}

.f7 .m-gotop-box {
    position: relative;
    float: right;
}

.f7 .m-gotop .a {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    background-color: #353535;
    color: #fff;
    margin-bottom: 4px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.f7 .m-gotop .a>img {
    width: 30px;
    margin-top: 12px;
}

.f7 .m-gotop .a>p {
    font-size: 13px;
}

.f7 .m-gotop .a.active,
.f7 .m-gotop .a:hover {
    background: #000080;
}

.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;
    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) {
    .m-title h3 {
        font-size: 38px;
    }
    .m-title p {
        font-size: 16px;
    }
    /* header */
    header .head-logo {
        display: flex;
        align-items: center;
    }
    header .head-logo h1>a img {
        max-width: 73px;
    }
    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: 1400px) {
    .w1400 {
        width: 1200px;
    }
    /* header */
    /* header end*/
    /* index-pro */
    .index-pro .swiper-container-pro .swiper-slide>a>img {
        height: auto;
    }
    .index-pro .swiper-container-pro .swiper-slide>a>p {
        font-size: 16px;
    }
    /* index-pro end*/
    /* inys-bg */
    .inys-bg .ys_t ul li em {
        width: 45px;
    }
    .inys-bg .ys_t ul li b {
        font-size: 22px;
    }
    .inys-bg .ys_m dl dd h5 {
        font-size: 34px;
    }
    .inys-bg .ys_m dl dd h5 i {
        font-size: 26px;
    }
    .inys-bg .ys_m dl dd p {
        font-size: 16px;
    }
    /* inys-bg end */
    /* cust-bg */
    .cust-c .cust-r .cust-rline h3 {
        font-size: 20px;
        line-height: 38px;
    }
    .cust-c .cust-r .cust-rline {
        background-size: 60px;
    }
    /* cust-bg end*/
    .winsha-c li h3 {
        font-size: 20px;
    }
    .winsha-c li .winsha-t2 p {
        font-size: 14px;
    }
    /* news */
    .news-con .news-cr li .ncr-time>span {
        font-size: 38px;
    }
    .news-con .news-cr li .ncr-tit>h3 {
        font-size: 22px;
    }
    .news-con .news-cr li .ncr-tit>p {
        font-size: 15px;
    }
    /* news end*/
    /* footer */
    footer .foot-cp {
        font-size: 14px;
    }
    footer .foot-tel {
        font-size: 20px;
    }
    footer .foot-tel>h3 {
        font-size: 34px;
    }
    footer .foot-er>img {
        max-width: 120px;
    }
    /* footer end*/
}

@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;
    }
    .m-title h3 {
        font-size: 30px;
    }
    .m-title p {
        font-size: 14px;
        line-height: 32px;
    }
    .m-bbtn {
        margin: 20px 0;
    }
    /* header */
    header .head-logo h1>a {
        align-items: center;
    }
    header .head-logo h1>a img {
        max-width: 60px;
    }
    header .head-logo h1 p {
        margin-top: 0;
    }
    header .head-logo h1 p>span {
        font-size: 30px;
    }
    header .head-logo h1 p {
        font-size: 13px;
    }
    #header-top .top-tel {
        font-size: 14px;
    }
    #header-top .top-tel>span {
        font-size: 24px;
    }
    /* header end */
    /* index-pro */
    /* index-pro end*/
    /* inys-bg */
    .inys-bg .ys_m dl dd h5 {
        font-size: 30px;
    }
    .inys-bg .ys_m dl dd h5 i {
        font-size: 22px;
    }
    /* inys-bg end*/
    /* cust-c */
    .cust-c {
        padding-bottom: 5%;
    }
    .cust-c .cust-r .cust-rline {
        background-size: 50px;
    }
    .cust-c .cust-r .cust-rline h3 {
        font-size: 16px;
        line-height: 30px;
    }
    .cust-c .cust-r .cust-rline p {
        font-size: 14px;
        line-height: 22px;
    }
    /* cust-c end*/
    /* winsha */
    .winsha-c li h3 {
        font-size: 18px;
    }
    .winsha-c li .winsha-t1 {
        padding: 0;
    }
    /* winsha end*/
    /* inab-slier */
    .inab-slier .inab-box .swiper-slide .inab-box-text {
        line-height: 40px;
    }
    /* inab-slier end*/
    /* in-about */
    .in-about .in-about-c {
        padding: 15px;
    }
    .in-about .in-about-c .in-about-text h3 {
        font-size: 28px;
    }
    .in-about .in-about-c .in-about-text p {
        font-size: 14px;
        line-height: 28px;
    }
    /* in-about end*/
    /* news */
    .news-con .news-cr li .ncr-time>span {
        font-size: 28px;
    }
    .news-con .news-cr li .ncr-tit>h3 {
        font-size: 18px;
    }
    .news-con .news-cr li .ncr-tit>p {
        font-size: 14px;
    }
    /* news end*/
    footer .foot-cp {
        width: 40%;
    }
    footer .foot-tel>p {
        background-size: 22px;
        padding-left: 30px;
    }
}

@media (max-width: 996px) {
    .m-title {
        margin: 26px auto;
    }
    /* header */
    header .head-logo h1>a img {
        max-width: 52px;
    }
    header .head-logo h1 p {
        font-size: 12px;
    }
    #header-top .top-tel {
        display: none;
    }
    .menu-lang,
    header .menu {
        display: block;
    }
    .nav-bg {
        display: none;
    }
    .top-tlb .alba {
        height: 32px;
    }
    /* header end*/
    /* inys-bg */
    .inys-bg .ys {
        padding: 2%;
    }
    .inys-bg .ys_t ul li b {
        font-size: 18px;
    }
    /* inys-bg end*/
    /* cust-c  */
    .cust-c .cust-r .cust-rline h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* cust-c  end*/
    /* winsha-bg */
    .winsha-bg {
        background-size: cover;
    }
    /* winsha-bg end*/
    /* in-about */
    .in-about .in-about-c .in-about-text h3 {
        font-size: 26px;
    }
    .in-about .in-about-c .in-about-text p {
        line-height: 24px;
    }
    .in-about .in-about-c .in-about-text>a {
        width: 26%;
        font-size: 14px;
    }
    /* in-about end */
    /* news */
    .news-con .news-cr li .ncr-time {
        width: 17%;
    }
    .news-con .news-cr li .ncr-time>p {
        font-size: 13px;
    }
    .news-con .news-cr li .ncr-tit>h3 {
        font-size: 16px;
        line-height: 30px;
    }
    .news-con .news-cr li button {
        height: 28px;
    }
    /* news end*/
    /* footer */
    footer .foot-cp {
        width: 45%;
    }
    footer .foot-tel {
        font-size: 16px;
    }
    footer .foot-tel>h3 {
        font-size: 30px;
    }
    /* footer end*/
}

@media (max-width: 576px) {
    .f7 {
        display: none;
    }
    .box9026_-2034 {
        display: block;
    }
    .m-btn {
        width: 40%;
        margin: 25px auto;
    }
    .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;
    }
    /* header*/
    header .navbar {
        top: 66px;
    }
    header {
        padding: 5px 0px!important;
        background-color: #fff;
        position: fixed;
        z-index: 999;
        margin: 0!important;
        width: 100%!important;
        box-shadow: 0 0 8px #eee;
    }
    header .head-logo {
        width: auto;
        padding-left: 5px;
    }
    header .head-logo h1>a img {
        max-width: 44px;
    }
    header .head-logo i {
        height: 60px;
        margin: 0 6px;
    }
    header .head-logo h1 p {
        font-size: 0px;
    }
    header .head-logo h1 p>span {
        font-size: 15px;
    }
    .head-bg.xg header {
        margin: 0!important;
    }
    .head-bg.xg header .head-logo i {
        height: 60px;
        margin: 0 6px;
    }
    .head-bg.xg header .head-logo h1 p {
        font-size: 0px;
    }
    .head-bg.xg header .head-logo h1 p>span {
        font-size: 15px;
    }
    header .menu {
        margin-right: 10px;
    }
    .top-la .dw2 {
        display: none;
    }
    .menu-lang {
        display: flex;
        align-items: center;
    }
    .top-lang>a {
        width: 26px;
        height: 26px;
    }
    .top-lang>a:first-child {
        margin-right: 5px;
    }
    .top-lang {
        display: block;
        height: 30px;
    }
    /* header end */
    /* index-banner */
    .index-banner {
        margin-top: 66px;
    }
    .index-banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .index-banner .swiper-pagination-bullet-active {
        width: 30px;
    }
    .f9 .yb_conct {
        display: none;
    }
    .index-banner .swiper-slide img {
        height: 160px;
        object-fit: cover;
    }
    .index-pro .swiper-container-pro .swiper-slide>a>p{
        font-size: 14px;
        background: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .index-banner .swiper-container .swiper-button-next,
    .index-banner .swiper-container .swiper-button-prev {
        width: 28px !important;
        background-size: 26px;
    }
    /* index-banner end*/
    /* .inys-bg .ys */
    .inys-bg {
        margin-top: 30px;
        padding-bottom: 40px;
    }
    .inys-bg .ys {
        padding: 0;
        margin: 2%;
    }
    .inys-bg .ys_t {
        margin-bottom: 0;
    }
    .inys-bg .ys_t ul {
        flex-wrap: wrap;
    }
    .inys-bg .ys_t ul li {
        width: 50%;
        line-height: 20px;
    }
    .inys-bg .ys_t ul li b {
        font-size: 14px;
    }
    .inys-bg .ys_t ul li i {
        font-size: 12px;
    }
    .inys-bg .ys_t ul li em {
        width: 32px;
        padding-right: 5px;
    }
    .inys-bg .ys_m dl dd {
        position: relative;
        top: 0;
        height: auto;
        width: 100%;
    }
    .inys-bg .ys_m dl dd h5 {
        font-size: 22px;
        margin: 0;
        padding-top: 5%;
    }
    .inys-bg .ys_m dl dd h5 i {
        font-size: 15px;
    }
    .inys-bg .ys_m dl dd p {
        padding-bottom: 5%;
        font-size: 13px;
        line-height: 22px;
    }
    .inys-bg .ys_m dl {
        height: auto;
    }
    .inys-bg .ys_m dl dt {
        width: 100%;
    }
    /* .inys-bg .ys end */
    /* cust-c */
    .cust-c {
        flex-direction: column;
    }
    .cust-c .cust-r {
        width: 100%;
    }
    .cust-c .cust-r .cust-rline {
        margin-bottom: 5%;
    }
    .cust-c .cust-r .cust-rline h3 {
        font-size: 16px;
    }
    .cust-c .cust-r .cust-rline span {
        font-size: 13px;
    }
    .cust-c .cust-r .cust-btn {
        margin: 0 auto;
        margin-top: 5%;
    }
    .cust-c .cust-img {
        width: 100%;
        margin: 5% 0;
    }
    .cust-bg .cust p {
        font-size: 14px;
        line-height: 26px;
    }
    .cust-bg .cust ul>li img {
        max-width: 75%;
    }
    .cust-bg .cust ul>li p {
        line-height: 22px;
        padding: 0 8px;
    }
    /* cust-c end*/
    /* index-pro */
    .index-pro {
        flex-direction: column;
    }
    .index-pro .inpro-l {
        width: 100%;
    }
    .index-pro .inpro-l .inpro-lt {
        display: none;
    }
    .index-pro .m-titbg {
        margin-bottom: 0;
    }
    .index-pro-bg .m-titbg {
        background: url(../images/pro-bg1.jpg) center no-repeat;
        background-size: cover;
    }
    .index-pro ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }
    .index-pro .inpro-l ul>li.m-pbtn {
        display: block;
    }
    .index-pro .inpro-l {
        margin-top: 2%;
    }
    .index-pro .inpro-l ul>li {
        width: 33%;
        border-top: 0;
        background: none;
        background-color: #333;
        margin-bottom: 1px;
    }
    .index-pro .inpro-r {
        width: 100%;
    }
    .index-pro .swiper-container-pro .swiper-slide>a>img {
        height: 130px;
    }
    .index-pro .inpro-r .pro-box .pro-box-t>h3 {
        font-size: 16px;
    }
    .index-pro .inpro-r .pro-box .pro-box-t>p {
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .index-pro .inpro-r .pro-box .pro-box-t>i,
    .index-pro .inpro-r .pro-box .pro-box-t>button {
        display: none;
    }
    .inpro-b .inpro-line>li {
        width: 49%;
    }
    .inpro-b .inpro-line>li p {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .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%;
    }
    /* index-pro end*/
    /* winsha */
    .winsha-c li {
        width: 49%;
        border: 0;
    }
    .winsha-c li>a {
        width: 100%;
        height: 100%;
    }
    .winsha-c ul:hover li,
    .winsha-c ul li:hover {
        width: 50%;
    }
    .winsha-c li h3 {
        font-size: 14px;
        line-height: 28px;
    }
    .winsha-c li .winsha-t2 a {
        display: none;
    }
    .winsha-c li .winsha-t2 p {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }
    .winsha-c li .winsha-t2 span {
        display: none;
    }
    /* winsha end*/
    /* in-about */
    .in-about {
        background-size: cover;
    }
    .in-about .in-about-c {
        flex-direction: column;
        margin: 15% 2%;
    }
    .in-about .in-about-c .in-about-img {
        width: 100%;
    }
    .in-about .in-about-c .in-about-text h3 {
        font-size: 22px;
    }
    .in-about .in-about-c .in-about-text {
        width: 95%;
        padding: 15px 0;
    }
    .in-about .in-about-c .in-about-text>a {
        width: 40%;
    }
    /* in-about end*/
    /* inab-slier */
    .inab-slier {
        margin-bottom: 20px;
    }
    .inab-slier .inab-line {
        margin: 0px 0 20px;
    }
    .inab-slier .inab-line {
        display: flex;
    }
    .inab-slier .inab-box .swiper-slide .inab-box-text {
        font-size: 15px;
        line-height: 30px;
    }
    .inab-slier .inab-line>li {
        width: 30%;
        text-align: center;
        border-bottom: 0;
        background-position-x: 5px!important;
        background-size: 22px!important;
    }
    .inab-slier .inab-line>li>a h3 {
        font-size: 14px;
    }
    .inab-slier .inab-line>li.inab-li-tit {
        display: none;
    }
    .inab-slier .inab-line>li>a {
        display: inline;
        font-size: 14px;
        line-height: 30px;
    }
    .inab-slier .inab-line>li>a p {
        text-transform: capitalize;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .inab-slier .inab-img {
        padding: 0 15px;
    }
    /* inab-slier end */
    /* news */
    .news-con {
        flex-wrap: wrap;
    }
    .news-con .news-cl {
        width: 100%;
    }
    .news-con .news-cl>a {
        width: 30%;
        font-size: 15px;
        line-height: 30px;
    }
    .news-con .news-cr {
        width: 100%;
    }
    .news-con .news-cr li .ncr-time>p {
        margin-top: 0;
        font-size: 12px;
        line-height: 22px;
    }
    .news-con .news-cr li .ncr-time>span {
        font-size: 22px;
    }
    .news-con .news-cr li .ncr-tit>h3 {
        font-size: 15px;
        line-height: 20px;
    }
    .news-con .news-cr li .ncr-tit>p {
        font-size: 12px;
        line-height: 22px;
    }
    /* news end */
    /* footer */
    .f-nav {
        display: none;
    }
    .in-flinks .flinks-c {
        font-size: 14px;
    }
    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;
    }
    /* 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;
    }
    .news-bg ul>li>a {
        font-size: 13px;
        line-height: 34px;
    }
    footer .foot-copy .foot-copy-r {
        font-size: 13px;
    }
}