/*初始化代码*/

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: "微软雅黑"!important;
}
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: #260d9d;
}

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-title {
    position: relative;
    text-align: center;
    margin: 50px auto;
}

.m-title h3 {
    font-size: 36px;
    color: #332c2b;
    font-weight: bold;
}

.m-title p {
    font-size: 20px;
    color: #666;
    text-transform: uppercase;
    line-height: 34px;
}

.m-title i {
    display: none;
    width: 40px;
    height: 2px;
    background-color: #333;
    margin: 16px auto;
}
.m-title span{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -29px;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(161 161 161 / 10%);
    z-index: 0;
}

/* m-title end */


/* m-btn */

.m-btn {
    position: relative;
    width: 20%;
    margin: 50px auto;
    line-height: 40px;
    border: 1px solid #ccc;
    font-size: 16px;
    text-align: center;
}

.m-btn>a {
    display: block;
    position: relative;
    z-index: 2;
    color: #666;
    transition: all 0.3s;
}

.m-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 0;
    height: 100%;
    background: #d50110 url(../images/btn-arr.png) 230px center no-repeat;
    transition: all 0.3s;
}

.m-btn:hover>a {
    color: #fff;
}

.m-btn:hover::after {
    width: 100%;
}


/* m-btn end */


/* header */

header {
    background-color: #260d9d;
    width: 100%;
}

.header-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    max-width: 1650px;
    margin: 0 auto;
    /* padding: 12px 0; */
    transition: all 0.1s;
    z-index: 9999;
}

header .head-logo {
    width: 32%;
    /* padding-left: 8%; */
}

header .head-logo a {
    outline: none;
}

header .head-logo img {
    max-width: 100%;
}

header .head-logo .logo-w {
    display: block;
}

header .head-logo .logo-b {
    display: none;
}

header .nav {
    display: flex;
    flex-wrap: wrap;
}

header .nav>li {
    line-height: 120px;
}

header.xg .nav>li {
    line-height: 85px;
}

header .nav>li {
    position: relative;
}

header .nav>li>a {
    position: relative;
    display: block;
    margin: 0 16px;
    color: #fff;
    font-size: 18px;
}

header .nav>li>a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 20px;
    background-color: #fff;
    transition: all 0.3s;
}

header .nav>li>dl {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 140px;
    width: 150px;
    max-height: 68vh;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #d7140e;
    z-index: 99999;
    box-shadow: 0px 1px 5px #ccc;
    transition: all 0.3s;
}
header .nav>li>dl::-webkit-scrollbar {
    display: none;
}

header .nav>li>dl a {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    color: #fff;
    transition: all 0.3s;
}

header .nav>li:hover>a::after {
    width: 100%;
}

header .nav>li:hover>dl {
    visibility: inherit;
    opacity: 1;
    top: 120px;
}

header.xg .nav>li:hover>dl {
    top: 85px;
}

header .nav>li>dl a:hover {
    background-color: #260d9d;
    color: #fff;
}

header .nav {}

header .nav .toplink {
    padding-top: 12px;
}

header .nav .toplink>a {
    float: left;
    display: block;
    width: 50px;
    height: 60px;
}

header .nav .toplink>a.top-albb {
    width: 40px;
    height: 60px;
    background: url(../images/albb.jpg) center no-repeat;
    background-size: 45px;
    margin-left: 18px;
}

header .nav .toplink>a.top-tel {
    background: url(../images/top-tel.png) center no-repeat;
    background-size: 26px;
    position: relative;
    margin-left: 10px;
}

header .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;
}

header .nav .toplink .top-tel .dd>span {
    font-weight: 400;
    font-size: 16px;
}

header .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;
}

header .nav .toplink .top-tel.cur .dd {
    top: 50px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform: translateX(-40%);
}

header .nav .toplink>a.top-wx {
    background: url(../images/wx.png) center no-repeat;
    background-size: 24px;
    position: relative;
    margin-left: 10px;
}

header .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;
}

header .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;
}

header .nav .toplink .top-wx .dd>img {
    max-width: 100%;
}

header .nav .toplink .top-wx.cur .dd {
    top: 50px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform: translateX(-30%);
}


/* 语言弹窗 */

.toplang {
    position: relative;
    background-color: #260d9d;
}

.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: url(../images/tel-ser.png) center no-repeat;
    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: url(../images/tel-ser.png) center center no-repeat;
    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.xg {
    position: fixed;
    z-index: 9999;
}

header:hover,
header.xg {
    /* background-color: rgba(255, 255, 255, 1); */
    box-shadow: 0px 2px 3px #ddd;
}

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: #fff;
    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: #fff;
}

header .navbar {
    display: none;
    padding: 0px 25px 0px;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 72px;
    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(38, 13, 157, .9);
}

.thumbs-list {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #260d9d;
}

.thumbs-list .thumbs-title {
    width: 12%;
    background-color: #260d9d;
    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: #260d9d 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 */


/* index-pro */

.index-pro-bg {
    position: relative;
    background: url(../images/pro-bg.jpg) center no-repeat;
    background-size: cover;
}

.index-pro {
    position: relative;
    padding-bottom: 50px;
}

.index-pro .m-title h3 {
    color: #da251d;
}

.index-pro .m-title p {
    color: #666;
}


/*
.index-pro ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-pro ul li {
    position: relative;
    width: 18%;
    line-height: 56px;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #ccc;
    transition: all 0.3s;
}

.index-pro ul li.cur,
.index-pro ul li:hover {
    border-color: #260d9d;
    background-color: #260d9d;
}

.index-pro ul li>a {
    display: block;
    color: #fff;
}

.index-pro ul li:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px solid #d50110;
    opacity: 0;
    position: absolute;
    bottom: 0;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-color: #260d9d transparent transparent transparent;
}

.index-pro ul li.cur:after,
.index-pro ul li:hover:after {
    opacity: 1;
}*/

.index-pro #pro-button-next,
.index-pro #pro-button-prev {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: 32%;
    cursor: pointer;
}

.index-pro .pro-box .pro-button-next,
.index-pro .pro-box .pro-button-prev {
    z-index: 998;
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    bottom: 32%;
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 50% 50%;
    cursor: pointer;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
}

.index-pro .pro-box .pro-button-prev {
    left: 1%;
    background-image: url(../images/arrow-left.png);
}

.index-pro .pro-box .pro-button-next {
    left: auto;
    right: 1%;
    background-image: url(../images/arrow-right.png);
}

.index-pro .pro-box {
    margin: 0 6%;
}

.swiper-container-pro {
    position: relative;
    overflow: hidden;
}

.swiper-container-pro .swiper-wrapper {}

.swiper-container-pro .swiper-slide {
    overflow: hidden;
    background-color: #fff;
}

.swiper-container-pro .swiper-slide .pro-box-pic {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.swiper-container-pro .swiper-slide .pro-box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.swiper-container-pro .swiper-slide .pro-box-text {
    padding: 20px 0px;
    text-align: center;
}

.swiper-container-pro .swiper-slide .pro-box-text h3 {
    font-size: 16px;
    color: #333;
    line-height: 50px;
}

.swiper-container-pro .swiper-slide .pro-box-text span {
    font-size: 16px;
    color: #d50110;
}

.swiper-container-pro .swiper-slide .pro-box-text p {
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-container-pro .swiper-slide:hover .pro-box-pic img {
    transform: scale(1.05);
}

.swiper-container-pro .swiper-slide:hover .pro-box-text h3,
.swiper-container-pro .swiper-slide:hover .pro-box-text p {
    color: #260d9d;
}

.swiper-container-pro .swiper-pagination-pro {
    text-align: center;
    margin-top: 50px;
}

.swiper-container-pro .swiper-pagination-pro>span {
    width: 58px;
    height: 2px;
    border-radius: 0;
    border: 1px solid #000;
    background-color: transparent;
}

.swiper-container-pro .swiper-pagination-pro>span.swiper-pagination-bullet-active {
    border-color: #260d9d;
    background-color: #260d9d;
}

.index-pro .inpro-con>ul {
    display: flex;
    width: 78%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-pro .inpro-con>ul>li {
    width: 32%;
    margin-bottom: 20px;
}

.index-pro .inpro-con>ul>li.hide{
    display: none;
}

.index-pro .inpro-con>ul>li .inpro-img {
    width: 100%;
    overflow: hidden;
}

.index-pro .inpro-con>ul>li img {
    max-width: 100%;
    transition: all 0.3s;
}

.index-pro .inpro-con>ul>li p {
    line-height: 50px;
    text-align: center;
    background-color: #f5f5f5;
    font-size: 18px;
    transition: all 0.3s;
}

.index-pro .inpro-con>ul>li:hover img {
    transform: scale(1.05);
}

.index-pro ul>li:hover p {
    background-color: #d50110;
    color: #fff;
}


/* index-pro end */

/*左侧产品*/
.index-pro .inpro-con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-pro .left {
    display: block;
    width: 20%;
    margin-bottom: 20px;
    background: #d7140e;
}

.index-pro .left-1 {}

.index-pro .left-1-t {
    height: 70px;
    text-align: center;
    background: #d7140e;
    border-bottom: 1px solid #fff;
}

.index-pro .left-1-t>p {
    color: #fff;
    font-size: 18px;
}

.index-pro .left-1-t>i {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #fff;
    margin: 5px auto;
}

.index-pro .left-1-t strong {
    color: #fff;
    font-size: 26px;
    display: block;
    line-height: 70px;
    font-weight: bold;
}

.index-pro .left-1-t span {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.index-pro .left-1-b {
    background: #d7140e;
}

.index-pro .left-1-b ul {
    padding: 0px;
    border-top: 0;
    margin-bottom: 0px;
}

.index-pro .left-1-b ul li {
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
    transition: all 0.3s;
    background: #f4f4f4 url(../../images/sidebar_ico.png) #fff no-repeat 220px -89px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.index-pro .left-1-b ul li:last-child {
}

.index-pro .left-1-b ul li a {
    color: #fff;
    display: block;
}

.index-pro .left-1-b ul li:hover {
    background-color: #260d9d;
}

.index-pro .left-1-b blockquote {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.index-pro .left-1-b blockquote a {
    display: block;
    font-size: 12px;
    padding-left: 18px;
    line-height: 24px;
    color: #999;
}
.index-pro .left-2 {
}

.index-pro .left-2-t {
    display: none;
    background: #d7140e;
    height: 50px;
    width: 260px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-family: Microsoft YaHei;
    font-size: 18px;
    padding: 5px 0;
}

.index-pro .left-2-b {
    background: #d7140e;
    border-top: none;
    padding: 15px 10px;
    color: #fff;
}

.index-pro .left-2-b p {
    line-height: 30px;
    font-size: 14px;
}
.index-pro .left-2-b p a {
    color: #ffffff;
}

.index-pro .left-2-b img {
    width: 255px;
}

.index-pro .left-3 {
    padding-top: 20px;
}

.index-pro .left-3-t {
    height: 39px;
    background: #044fa0;
    text-indent: 18px;
    line-height: 39px;
    color: #fff;
    font-weight: bold;
    font-family: Microsoft YaHei;
    font-size: 14px;
}

.index-pro .left-3-b {
    border: 1px solid #dcdcdc;
    border-top: none;
    padding: 5px 10px 7px 10px;
}

.index-pro .left-3-b ul li {
    height: 30px;
    line-height: 30px;
    text-indent: 18px;
    background: url(../Images/ico_3.gif) 2% 50% no-repeat;
}

.index-pro .left-4 {
    padding-top: 20px;
}

.index-pro .left-4-t {
    height: 39px;
    background: #044fa0;
    text-indent: 18px;
    line-height: 39px;
    color: #fff;
    font-weight: bold;
    font-family: Microsoft YaHei;
    font-size: 14px;
}

.index-pro .left-4-b {
    border: 1px solid #dcdcdc;
    border-top: none;
    padding: 10px 10px 5px 10px;
}

.index-pro .left-4-b ul li {
    text-align: center;
}

.index-pro .left-4-b ul li img {
    width: 230px;
    height: 200px;
    border: 1px solid #dcdcdc;
}

.index-pro .left-4-b ul li span {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
/*左侧产品 end*/

/* 悬浮菜单 */
.float-pro{
    
}
.float-pro .y-kefu-box {
    display: none;
    position: absolute;
    left: 0;
    top: 13%;
    z-index: 999;
    font-size: 13px;
}

.float-pro .y-kefu-box p {
    margin: 0
}

.float-pro .y-kefu-box a {
    text-decoration: none;
}

.float-pro .y-kefu-box img {
    display: block;
    width: 100%;
    height: auto;
}

.float-pro .y-kefu-box01 .icon {
    display: block;
    background: url(../images/2020918134315939.png) no-repeat;
    margin: 0 auto 6px;
}

.float-pro .y-kefu-box01 .icon.kf-f-pro {
    background: url(../images/f-pro.png) center no-repeat;
    background-size: 40px;
}

.float-pro .y-kefu-box01 {
    width: 230px;
    color: #666;
    text-align: center;
}

.float-pro .y-kefu-box01 .kf-close-btn {
    width: 27px;
    height: 27px;
    background-position: -5px -115px;
    position: relative;
    cursor: pointer;
}

.float-pro .y-kefu-box01 .kf-close-btn:before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    bottom: -12px;
    left: 13px;
    z-index: 1;
    background-color: #da251d;
}

.float-pro .y-kefu-box01 .show-status>a,
.float-pro .y-kefu-box01 .show-status>div {
    display: block;
    width: 100%;
    /* padding: 8px 0 12px; */
    background-color: #fff;
    position: relative;
}

.float-pro .y-kefu-box01 .show-status {
    position: relative;
}

.float-pro .y-kefu-box01 .show-status .kf-zixun {
    background-color: #da251d;
    border-color: #da251d;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 70px;
    border-bottom: 1px solid #fff;
}

.float-pro .y-kefu-box01 .kf-zixun {
    /* border-radius: 2px; */
}

.float-pro .y-kefu-box01 .kf-zixun i {
    width: 45px;
    height: 45px;
    background-position: -5px -5px;
}

.float-pro .y-kefu-box01 .kf-mobile {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.float-pro .y-kefu-box01 .kf-mobile>i {
    width: 18px;
    height: 18px;
    background-position: -5px -32px;
}

.float-pro .y-kefu-box01 .kf-mobile:hover>i {
    background-position: -30px -32px;
}

.float-pro .y-kefu-box01 .kf-weChat>i {
    width: 22px;
    height: 19px;
    background-position: -5px -55px;
}

.float-pro .y-kefu-box01 .kf-weChat:hover>i {
    background-position: -30px -55px;
}

.float-pro .y-kefu-box01 .kf-email {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.float-pro .y-kefu-box01 .kf-email>i {
    width: 18px;
    height: 14px;
    background-position: -5px -80px;
}

.float-pro .y-kefu-box01 .kf-email:hover>i {
    background-position: -30px -80px;
}

.float-pro .y-kefu-box01 .back-top i {
    width: 13px;
    height: 11px;
    background-position: -5px -98px;
}

.float-pro .y-kefu-box01 .back-top:hover i {
    background-position: -30px -98px;
}

.float-pro .y-kefu-box01 .kf-email,
.float-pro .y-kefu-box01 .back-top {
    border-bottom: solid 1px #efefef;
}

.float-pro .y-kefu-box01 .back-top {
    margin-top: 20px;
    border-radius: 2px;
    left: 55px;
}

.float-pro .y-kefu-box01 .hver:hover {
    background-color: #da251d;
    border-color: #da251d;
}

.float-pro .y-kefu-box01 .hver:hover>p {
    color: #fff;
}

.float-pro .y-kefu-box01 .mobile-infos,
.float-pro .y-kefu-box01 .y-ewm-box,
.float-pro .y-kefu-box01 .y-email-infos {
    background-color: #fff;
    border: solid 1px #efefef;
    position: absolute;
    right: 90px;
    z-index: 2;
    border-radius: 2px;
    display: none;
}


/*电话*/

.float-pro .y-kefu-box01 .mobile-infos {
    width: 260px;
    text-align: left;
    top: 0;
}

.float-pro .y-kefu-box01 .mobile-infos>div {
    padding: 20px 0 20px 45px;
    position: relative;
}

.float-pro .y-kefu-box01 .mobile-infos>div i {
    width: 15px;
    height: 15px;
    background-position: -52px -32px;
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 2;
}

.float-pro .y-kefu-box01 .mobile-infos .online1 {
    border-bottom: solid 1px #efefef;
}

.float-pro .y-kefu-box01 .mobile-infos span {
    color: #b9b9b9;
}

.float-pro .y-kefu-box01 .mobile-infos p {
    color: #da251d;
    font-size: 18px;
}

.float-pro .right {
    width: 12px;
    height: 12px;
    position: absolute;
    right: -12px;
    top: 24px;
}

.float-pro .right-arrow1,
.float-pro .right-arrow2 {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 6px transparent dashed;
    border-right: 6px transparent dashed;
    border-bottom: 6px transparent dashed;
    border-left: 6px white solid;
    overflow: hidden;
}

.float-pro .right-arrow1 {
    left: 1px;
    border-left: 6px #efefef solid;
}

.float-pro .right-arrow2 {
    border-left: 6px white solid;
}


/*二维码*/

.float-pro .y-kefu-box01 .y-ewm-box {
    width: 151px;
    height: 178px;
    top: -60px;
}

.float-pro .y-kefu-box01 .y-ewm-box img {
    width: 94px;
    height: 94px;
    margin: 30px auto 10px;
}

.float-pro .y-kefu-box01 .y-ewm-box .y-ewm-img1 {
    width: 150px;
    border-right: solid 1px #efefef;
}

.float-pro .float-pro .y-kefu-box01 .y-ewm-box .right {
    top: 84px;
}


/*邮箱*/

.float-pro .y-kefu-box01 .y-email-infos {
    padding: 28px 20px 28px 45px;
    color: #b9b9b9;
    text-align: left;
    bottom: 0;
}

.float-pro .y-kefu-box01 .y-email-infos p {
    color: #da251d;
    font-size: 16px;
}

.float-pro .y-kefu-box01 .y-email-infos>i {
    width: 18px;
    height: 13px;
    background-position: -52px -80px;
    position: absolute;
    left: 15px;
    top: 30px;
}

.float-pro .y-kefu-box01 .y-email-infos .right {
    top: 55px;
}

.float-pro .y-kefu-box01 .hide-status {
    width: 54px;
    height: 65px;
    background-color: #da251d;
    position: absolute;
    top: 37px;
    left: -55px;
    z-index: 9;
}

.float-pro .y-kefu-box01 .hide-status .kf-zixun {
    padding: 10px 0 7px;
    color: #fff;
    cursor: pointer;
}


/* 悬浮产品列表 */

.float-pro .float-list {
    background-color: #da251d;
}

.float-pro .float-list li {
    line-height: 44px;
    border-bottom: 1px solid #fff;
    transition: all 0.3s;
}

.float-pro .float-list li>a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.float-pro .float-contact {
    background-color: #da251d!important;
}

.float-pro .float-contact .float-contact-con {
    padding: 14px 6px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
}

.float-pro .float-list li:hover {
    background-color: #ab1d16;
}


/* 悬浮产品列表 end */


/* 悬浮菜单 end */


/* 悬浮视频 */

.float-video .y-kefu-box {
    position: fixed;
    right: 0;
    bottom: 17%;
    z-index: 9999;
    font-size: 13px;
}

.float-video .y-kefu-box p {
    margin: 0
}

.float-video .y-kefu-box a {
    text-decoration: none;
}

.float-video .y-kefu-box img {
    display: block;
    width: 100%;
    height: auto;
}

.float-video .y-kefu-box01 .icon {
    display: block;
    background: url(../images/2020918134315939.png) no-repeat;
    margin: 0 auto 6px;
}

.float-video .y-kefu-box01 .icon.kf-f-pro {
    background: url(../images/f-video.png) center no-repeat;
    background-size: 40px;
}

.float-video .y-kefu-box01 {
    width: 400px;
    color: #666;
    text-align: center;
}
.float-video .y-kefu-box01 video{
    background-color: #333;
}
.float-video .y-kefu-box01 .kf-close-btn {
    width: 27px;
    height: 27px;
    background-position: -5px -115px;
    position: relative;
    cursor: pointer;
}

.float-video .y-kefu-box01 .kf-close-btn:before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    bottom: -12px;
    left: 13px;
    z-index: 1;
    background-color: #da251d;
}

.float-video .y-kefu-box01 .show-status>a,
.float-video .y-kefu-box01 .show-status>div {
    display: block;
    width: 100%;
    /* padding: 8px 0 12px; */
    background-color: #fff;
    position: relative;
}

.float-video .y-kefu-box01 .show-status {
    position: relative;
}

.float-video .y-kefu-box01 .show-status .kf-zixun {
    background-color: #da251d;
    border-color: #da251d;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 70px;
    border-bottom: 1px solid #fff;
}

.float-video .y-kefu-box01 .kf-zixun {
    /* border-radius: 2px; */
}

.float-video .y-kefu-box01 .kf-zixun i {
    width: 45px;
    height: 45px;
    background-position: -5px -5px;
}

.float-video .y-kefu-box01 .kf-mobile {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.float-video .y-kefu-box01 .kf-mobile>i {
    width: 18px;
    height: 18px;
    background-position: -5px -32px;
}

.float-video .y-kefu-box01 .kf-mobile:hover>i {
    background-position: -30px -32px;
}

.float-video .y-kefu-box01 .kf-weChat>i {
    width: 22px;
    height: 19px;
    background-position: -5px -55px;
}

.float-video .y-kefu-box01 .kf-weChat:hover>i {
    background-position: -30px -55px;
}

.float-video .y-kefu-box01 .kf-email {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.float-video .y-kefu-box01 .kf-email>i {
    width: 18px;
    height: 14px;
    background-position: -5px -80px;
}

.float-video .y-kefu-box01 .kf-email:hover>i {
    background-position: -30px -80px;
}

.float-video .y-kefu-box01 .back-top i {
    width: 13px;
    height: 11px;
    background-position: -5px -98px;
}

.float-video .y-kefu-box01 .back-top:hover i {
    background-position: -30px -98px;
}

.float-video .y-kefu-box01 .kf-email,
.float-video .y-kefu-box01 .back-top {
    border-bottom: solid 1px #efefef;
}

.float-video .y-kefu-box01 .back-top {
    margin-top: 20px;
    border-radius: 2px;
    left: 55px;
}

.float-video .y-kefu-box01 .hver:hover {
    background-color: #da251d;
    border-color: #da251d;
}

.float-video .y-kefu-box01 .hver:hover>p {
    color: #fff;
}

.float-video .y-kefu-box01 .mobile-infos,
.float-video .y-kefu-box01 .y-ewm-box,
.float-video .y-kefu-box01 .y-email-infos {
    background-color: #fff;
    border: solid 1px #efefef;
    position: absolute;
    right: 90px;
    z-index: 2;
    border-radius: 2px;
    display: none;
}

.float-video .y-kefu-box .hide-status1 {
    width: 54px;
    height: 65px;
    background-color: #da251d;
    position: absolute;
    top: -65px;
    right: -55px;
    z-index: 9;
}

.float-video .y-kefu-box .hide-status1 .kf-zixun {
    padding: 10px 0 7px;
    color: #fff;
    cursor: pointer;
}


/* 悬浮视频 end */


/* index-about */

.index-about-bg {}

.index-about {
    display: flex;
    padding-top: 56px;
}

.index-about .about-pic {
    width: 50%;
    overflow: hidden;
}

.index-about .about-pic img {
    float: right;
    border-radius: 50px 50px 0 0;
    transition: all 0.3s;
}

.index-about .about-pic:hover img {
    transform: scale(1.05);
}

.index-about .about-text {
    width: 50%;
    position: relative;
}

.index-about .about-text::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 8px;
    height: 85px;
    background-color: #da251d;
}

.index-about .about-text>h3 {
    font-size: 40px;
    color: #222;
    text-indent: 20px;
}

.index-about .about-text>span {
    display: inline-block;
    font-size: 24px;
    color: #222;
    font-weight: bold;
    text-indent: 20px;
    text-transform: uppercase;
}

.index-about .about-text>p {
    display: inline-block;
    font-size: 24px;
    color: #222;
    font-weight: bold;
    text-indent: 20px;
    text-transform: uppercase;
}

.index-about .about-text .about-con {
    margin: 12px 0;
    line-height: 32px;
}

.index-about .about-text .about-con strong {
    font-weight: bold;
}

.index-about .about-text>ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 42px;
}

.index-about .about-text>ul>li {
    width: 25%;
}

.index-about .about-text>ul>li i {
    color: #da251d;
    font-size: 42px;
    font-style: normal;
    font-weight: bold;
}

.index-about .about-text>ul>li p {
    font-size: 16px;
    color: #666;
}


/* index-about end */


/* index-ys */

.index-ys {
    margin-top: 70px;
}

.index-ys>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-ys>ul>li {
    width: 19%;
}

.index-ys>ul>li .inys-img {
    overflow: hidden;
}

.index-ys>ul>li img {
    max-width: 100%;
    transition: all 0.3s;
}

.index-ys>ul>li .inys-text {
    position: relative;
    color: #111;
    padding: 18px 0 10px 16px;
    margin-top: 10px;
}

.index-ys>ul>li .inys-text::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #da251d;
}

.index-ys>ul>li h3 {
    font-size: 18px;
    transition: all 0.3s;
}

.index-ys>ul>li p {
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.index-ys>ul>li:hover img {
    transform: scale(1.05);
}

.index-ys>ul>li:hover h3,
.index-ys>ul>li:hover p {
    transform: translateX(10px);
}


/* index-ys end */


/* field */

.course_desc_l {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.course_desc_l>li {
    width: 25%;
}

.course_desc_l>li>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.course_desc_l>li>a>img {
    width: 100%;
    transition: all 0.3s;
}

.course_desc_l>li:hover>a>img {
    transform: scale(1.05);
}

.course_desc_l>li>a>p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}

.course_desc_l>li>a .li_slide {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #260d9d;
    top: 100%;
    transition: all 0.3s;
}

.course_desc_l>li:hover>a>p {
    display: none;
}

.course_desc_l>li:hover>a .li_slide {
    color: #fff;
    top: 0;
}

.course_desc_l>li>a .li_slide h3 {
    font-size: 30px;
    text-align: center;
}

.course_desc_l>li>a .li_slide i {
    display: block;
    margin: 5px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #ccc;
    font-style: normal;
}

.course_desc_l>li>a .li_slide p {
    text-align: center;
    font-size: 16px;
    margin-top: 25%;
}


/* field end */


/* customized */

.customized ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.customized ul>li {
    position: relative;
    display: flex;
    width: 12.5%;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.customized ul>li>img {
    max-width: 50px;
    margin-bottom: 15px;
}

.customized ul>li>span {
    font-weight: bold;
    font-size: 30px;
    color: #666;
    margin-top: 15px;
    line-height: 50px;
}

.customized ul>li>p {
    font-size: 18px;
    color: #666;
}

.customized ul>i {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 75px;
    border-bottom: 1px dashed #ccc;
}


/* customized end */


/* Application */

.appli-bg {
    margin: 60px auto;
}

.appli-bg .m-title h3 {
    color: #fff;
}

.appli-bg .m-title p {
    color: #fff;
}

.appli-bg .appli-box {
    position: relative;
}

.appli-bg .appli-box .appli-button-next,
.appli-bg .appli-box .appli-button-prev {
    z-index: 998;
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    bottom: 42%;
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 50% 50%;
    cursor: pointer;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
}

.appli-bg .appli-box .appli-button-prev {
    left: -5%;
    background-image: url(../images/arrow-left.png);
}

.appli-bg .appli-box .appli-button-next {
    left: auto;
    right: -5%;
    background-image: url(../images/arrow-right.png);
}

.swiper-container-appli {
    overflow: hidden;
}

.swiper-container-appli .swiper-slide {
    position: relative;
}

.swiper-container-appli .swiper-slide .appli-box-pic {
    width: 100%;
    /* height: 338px; */
    overflow: hidden;
}

.swiper-container-appli .swiper-slide .appli-box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.swiper-container-appli .swiper-slide .appli-box-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 40px;
    background-color: rgba(218, 37, 29, .8);
    font-size: 18px;
    z-index: 999;
    top: 102%;
    transition: all 0.3s;
}

.swiper-container-appli .swiper-slide:hover .appli-box-text {
    top: 0;
}

.swiper-container-appli .swiper-slide .appli-box-text h3 {
    font-size: 16px;
    color: #fff;
}

.swiper-container-appli .swiper-slide .appli-box-text p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-container-appli .swiper-slide .appli-box-text img {
    width: 42px;
}

.swiper-container-appli .swiper-slide:hover .appli-box-pic img {
    transform: scale(1.05);
}

.swiper-container-appli .swiper-pagination-appli {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.swiper-container-appli .swiper-pagination-appli>span {
    width: 58px;
    height: 2px;
    border-radius: 0;
    border: 1px solid #000;
    background-color: transparent;
}

.swiper-container-appli .swiper-pagination-appli>span.swiper-pagination-bullet-active {
    border-color: #260d9d;
    background-color: #260d9d;
}


/* Application end */


/* partner */

.partner-bg {
    background: url(../images/partner-bg.jpg) center no-repeat;
    background-size: cover;
}

.partner-bg .partner-box {
    margin: 0 6%;
    padding-bottom: 50px;
    position: relative;
}

.partner-bg .partner-box .partner-button-next,
.partner-bg .partner-box .partner-button-prev {
    z-index: 998;
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    bottom: 42%;
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 50% 50%;
    cursor: pointer;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
}

.partner-bg .partner-box .partner-button-prev {
    left: -5%;
    background-image: url(../images/arrow-lefth.png);
}

.partner-bg .partner-box .partner-button-next {
    left: auto;
    right: -5%;
    background-image: url(../images/arrow-righth.png);
}

.swiper-container-partner {
    overflow: hidden;
}

.swiper-container-partner .swiper-slide a {
    display: block;
    margin: 20px 10px;
    box-shadow: 1px 1px 20px #ccc;
}

.swiper-container-partner .swiper-slide .partner-box-pic {
    width: 100%;
    /* height: 338px; */
    overflow: hidden;
}

.swiper-container-partner .swiper-slide .partner-box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.swiper-container-partner .swiper-slide .partner-box-text {
    position: relative;
    line-height: 48px;
    background-color: #fff;
    font-size: 18px;
}

.swiper-container-partner .swiper-slide .partner-box-text h3 {
    font-size: 16px;
    color: #333;
}

.swiper-container-partner .swiper-slide .partner-box-text p {
    font-size: 18px;
    color: #333;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-container-partner .swiper-slide .partner-box-text span {
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
    line-height: 32px;
    color: #999;
}

.swiper-container-partner .swiper-slide .partner-box-text i {
    position: absolute;
    top: -21px;
    right: 30px;
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 42px;
    font-style: normal;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #260d9d;
}

.swiper-container-appli .swiper-slide:hover .partner-box-pic img {
    transform: scale(1.05);
}

.swiper-container-partner .swiper-slide:hover .partner-box-text h3,
.swiper-container-partner .swiper-slide:hover .partner-box-text p {
    color: #260d9d;
}

.swiper-container-partner .swiper-pagination-partner {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.swiper-container-partner .swiper-pagination-partner>span {
    width: 58px;
    height: 2px;
    border-radius: 0;
    border: 1px solid #000;
    background-color: transparent;
}

.swiper-container-partner .swiper-pagination-partner>span.swiper-pagination-bullet-active {
    border-color: #260d9d;
    background-color: #260d9d;
}


/* partner end */


/* news-con */

.news-bg {
    background-color: #f3f3f3;
}

.news-con {}

.news-con .news-title {
    display: flex;
    justify-content: space-between;
    margin: 36px 0 40px;
    border-bottom: 1px solid #ccc;
}

.news-con .news-title h3 {
    font-size: 42px;
    color: #111;
}

.news-bg ul {
    width: 25%;
}

.news-bg ul>li {
    display: inline-block;
    position: relative;
    line-height: 68px;
    font-size: 12px;
    text-align: center;
    margin-right: 40px;
}

.news-bg ul>li:last-child {
    margin-right: 0px;
}

.news-bg ul>li>a {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 22px;
    color: #222;
    transition: all 0.3s;
}

.news-bg ul>li.cur>a::after,
.news-bg ul>li:hover>a::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #da251d;
    bottom: -1px;
    left: 0;
}

.news-bg .innews-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-bg .innews-box .innews-l {
    width: 56%;
    display: flex;
    flex-wrap: wrap;
}

.news-bg .innews-box .innews-l .innews-list {
    width: 45%;
    margin-bottom: 40px;
}

.news-bg .innews-box .innews-l .innews-list:first-child {
    margin-right: 24px;
}

.news-bg .innews-box .innews-l a {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.news-bg .innews-box .innews-l a .innews-l-img {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.news-bg .innews-box .innews-l a .innews-l-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.news-bg .innews-box .innews-l .innews-l-text {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.news-bg .innews-box .innews-l .innews-l-text h3 {
    font-size: 20px;
    color: #666;
    margin: 16px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.news-bg .innews-box .innews-l .innews-l-text p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    height: 74px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-bg .innews-box .innews-l .innews-l-text i {
    display: none;
    font-style: normal;
    color: #666;
    margin: 30px 0 15px;
}

.news-bg .innews-box .innews-l .innews-list:hover .innews-l-text h3 {
    color: #da251d;
}

.news-bg .innews-box .innews-l .innews-list:hover a .innews-l-img img {
    transform: scale(1.05);
}

.news-bg .innews-box .innews-r {
    width: 42%;
}

.news-bg .innews-box .innews-r .innews-r-list {
    margin-bottom: 22px;
    border-bottom: 1px dashed #ccc;
}

.news-bg .innews-box .innews-r a {
    display: flex;
    align-content: space-between;
}

.news-bg .innews-box .innews-r a .innews-r-img {
    position: relative;
}

.news-bg .innews-box .innews-r a .innews-r-img .innews-r-time {
    width: 90px;
    height: 90px;
    text-align: center;
    color: #333;
}

.news-bg .innews-box .innews-r a .innews-r-img .innews-r-time h3 {
    font-weight: bold;
    font-size: 36px;
}

.news-bg .innews-box .innews-r .innews-r-text {
    margin-left: 15px;
}

.news-bg .innews-box .innews-r .innews-r-text h3 {
    font-size: 20px;
    color: #666;
    margin-bottom: 8px;
    transition: all 0.3s;
}

.news-bg .innews-box .innews-r .innews-r-text p {
    font-size: 16px;
    color: #666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-bg .innews-box .innews-r .innews-r-list:hover h3,
.news-bg .innews-box .innews-r .innews-r-list:hover p {
    color: #da251d;
}


/* news-con end */


/* footer */

footer {
    background-color: #260d9d;
}

footer .foot-logo {
    padding: 30px 0;
}

footer .foot-logo>img {
    max-width: 100%;
}

footer .foot-cen {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}

footer .foot-cen .foot-l {
    width: 23%;
}

footer .foot-cen .foot-nav {
    display: flex;
}

footer .foot-cen .foot-nav .foot-nav-box:first-child {
    margin-right: 150px;
}

footer .foot-cen .foot-nav h3 {
    position: relative;
    font-size: 18px;
    margin-bottom: 35px;
}
footer .foot-cen .foot-nav h3:before{
    content: '';
    position: absolute;
    top: 1px;
    display: inline-block;
    width: 3px;
    height: 24px;
    background-color: #fff;
}

footer .foot-cen .foot-nav h3>a {
    color: #fff;
    padding-left: 15px;
}

footer .foot-cen .foot-nav ul {
    float: left;
}

footer .foot-cen .foot-nav ul>li {
    font-size: 16px;
    line-height: 32px;
    margin-right: 32px;
}

footer .foot-cen .foot-nav ul>li>a {
    color: #fff;
}

footer .foot-cen .foot-add {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin: 40px 0;
}

footer .foot-tel .foot-tel-box {
    display: flex;
    align-items: flex-end;
    margin: 24px 0;
}

footer .foot-tel .foot-tel-box>i {
    width: 55px;
    height: 55px;
    background: url(../images/foot-tel-box.png) center no-repeat;
    background-size: 100%;
}

footer .foot-tel .foot-tel-box>span {
    font-size: 14px;
    color: #aaa;
    padding-bottom: 5px;
}

footer .foot-tel .foot-tel-box a {
    font-size: 28px;
    color: #00a2e9;
    font-weight: bold;
    font-family: Arial;
}

footer .foot-cen .foot-tou {
    color: #fff;
    line-height: 28px;
    font-size: 15px;
}

footer .foot-cen .foot-tou a {
    color: #fff;
}
footer .foot-cen .foot-tou a img {
    height: 50px;
}

footer .foot-er {
    /* background: url(../images/foot-er.png) center no-repeat; */
}

footer .foot-copy {
    background-color: #140074;
}

footer .foot-copy .foot-copy-con {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 15px 0;
}

footer .foot-copy .foot-flink a {
    position: relative;
    color: #fff;
    padding: 0 15px;
}

footer .foot-copy .foot-flink a::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
    color: #aaa;
}

footer .foot-copy .foot-flink a:last-child::after {
    display: none;
}

footer .foot-copy .foot-copy-r {
    line-height: 28px;
}

footer .foot-copy .foot-copy-r>a {
    color: #aaa;
}


/* footer end */


/* 左侧快速联系 */

.f9 .yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 24%;
    right: -210px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.f9 .yb_conct.cur {
    right: 5px;
}

.f9 .yb_conct.cur .yb_bar .yb_ercode {
    height: 200px!important;
}

.f9 .yb_bar ul li {
    width: 260px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
}

.f9 .yb_bar ul li>a {
    color: #fff;
}

.f9 .yb_bar .yb_top {
    display: none;
    background: #260d9d url(../images/fixCont.png) no-repeat 0 0;
}

.f9 .yb_bar .yb_phone {
    background: #260d9d url(../images/fixCont.png) no-repeat 0 -0px;
}

.f9 .yb_bar .yb_phone1 {
    background: #260d9d url(../images/fixCont.png) no-repeat 0 -57px;
}

.f9 .yb_bar .yb_email {
    background: #260d9d url(../images/fixCont.png) no-repeat 0 -111px;
}

.f9 .yb_bar .yb_ercode {
    /*height:200px;*/
    background: #260d9d url(../images/fixCont.png) no-repeat 0 -169px;
}

.f9 .hd_qr {
    display: block;
    margin: 0 auto;
}

.f9 .yb_bar .yb_top a {
    display: block;
}

.f9 .yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}

.f9 .yb_QQ a:hover {
    color: #fff!important;
}

.f9 .yb_QQ1 a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}

.f9 .yb_QQ1 a:hover {
    color: #fff!important;
}


/* 左侧快速联系end */


/* 手机底部联系 */

.box9026_1 {
    display: none;
    color: rgb(51, 51, 51);
    text-align: center;
    padding: 10px 0px;
    border-top: 1px solid rgb(227, 227, 227);
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
}

.box9026_1 ul,
.box9026_1 li {
    list-style: none;
}

.box9026_1 ul {
    overflow: hidden;
}

.box9026_1 .nav-item {
    float: left;
    width: 25%;
}

.box9026_1 .nav-item .img-box {
    width: 40px;
    height: 20px;
    margin: 0 auto;
    background: no-repeat 50% 50% / auto 20px;
}

.box9026_1 .nav-item .icon-home {
    background-image: url(../images/nav-icon-home.png);
}

.box9026_1 .nav-item .icon-tel {
    background-image: url(../images/nav-icon-tel.png);
}

.box9026_1 .nav-item .icon-msg {
    background-image: url(../images/nav-icon-msg.png);
}

.box9026_1 .nav-item .icon-address {
    background-image: url(../images/nav-icon-address.png);
}


/* 手机底部联系 end */


/* ****************************************************** */


/* 首页响应式 */

@media (max-width: 1600px) {
    .w1400 {
        width: 1400px;
    }
    .m-title h3 {
        font-size: 30px;
    }
    header .head-logo {
        display: flex;
        align-items: center;
        padding-left: 2%;
    }
    header .nav>li>a {
        font-size: 18px;
    }
    .swiper-container-pro .swiper-slide .pro-box-pic {
        height: 200px;
    }
    .swiper-container-pro .swiper-slide .pro-box-text p {
        width: 90%;
    }
    .index-about {
        height: 44vh;
    }
    .index-about .m-title {
        margin: 15px auto;
    }
    .index-about .about-text .about-con {
        margin-bottom: 20px;
    }
    .swiper-container-appli .swiper-slide .appli-box-pic {
        height: 240px;
    }
    .partner .partner-list li {
        width: 150px;
        height: 150px;
        overflow: hidden;
    }
    .partner .partner-list li img {
        max-width: 100%;
    }
    .partner .partner-list>ul:nth-child(2) {
        transform: translateY(-42px);
    }
    .partner .partner-list>ul:nth-child(3) {
        transform: translateY(-84px);
    }
    footer .foot-cen .foot-l {
        width: 26%;
    }
}

@media (max-width: 1440px) {
    .w1400 {
        width: 1200px;
    }
    header .nav>li {
        line-height: 90px;
    }
    header .nav>li>a {
        /* padding: 0 12px; */
    }
    header .head-logo {
        padding-left: 2%;
    }
    header .nav>li:hover>dl {
        visibility: inherit;
        opacity: 1;
        top: 90px;
    }
    .index-about {
        height: auto;
    }
    .index-about .about-pic img {
        width: 100%;
        height: 90%;
    }
    .index-about .m-title {
        margin: 30px auto;
    }
    .index-about .about-text .about-con p {
        line-height: 2.5em!important;
    }
    .index-about .about-text>h3 {
        font-size: 28px;
    }
    .index-about .about-text>span {
        font-size: 18px;
    }
    .index-about .about-text>p {
        font-size: 18px;
    }
    .index-about .about-text>ul{
        margin-top: 15px;
    }
    .index-ys {
        margin-top: 10vh;
    }
    .news-bg ul {
        width: 32%;
    }
    .news-bg .innews-box .innews-l .innews-list {
        width: 48%;
    }
    .course_desc_l>li>a>p {
        font-size: 24px;
    }
    .course_desc_l>li>a .li_slide h3 {
        font-size: 24px;
    }
    .course_desc_l>li>a .li_slide p {
        font-size: 14px;
    }
    .swiper-container-appli .swiper-slide .appli-box-pic {
        height: 160px;
    }
    .news-bg .innews-box .innews-l,
    .news-bg .innews-box .innews-r {
        width: 100%;
    }
    .news-bg .innews-box .innews-l .innews-l-text h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    footer .foot-cen .foot-l {
        width: 18%;
    }
    footer .foot-cen .foot-nav ul>li {
        margin-right: 50px;
    }
    .float-video .y-kefu-box01 .show-status{
        right: -230px;
        display: none;
    }
    .float-video .y-kefu-box .hide-status1{
        display: block!important;
        right: 0px;
    }
}

@media (max-width: 1200px) {
    .w1400 {
        width: auto;
        padding: 0 15px;
    }
    header .nav .toplink {
        display: none;
    }
    header .nav>li>a {
        margin: 0 12px;
    }
    .m-title {
        margin: 30px auto;
    }
    .m-btn {
        margin: 30px auto;
    }
    .index-pro ul {
    }
    .index-about {
        padding-top: 26px;
    }
    .index-about .about-text>h3 {
        font-size: 24px;
    }
    .index-about .about-text>span {
        font-size: 13px;
    }
    .index-about .about-text>p {
        font-size: 13px;
    }
    .index-about .about-text::before {
        height: 52px;
    }
    .index-about .about-text>ul {
        margin-top: 0;
    }
    .index-pro .inpro-con{
        padding: 0 15px;
    }
    .index-pro .inpro-con>ul{
        
    }
    .swiper-container-appli .swiper-slide .appli-box-pic {
        height: 230px;
    }
    .news-con .news-title h3 {
        font-size: 32px;
    }
    .news-bg ul>li>a {
        font-size: 18px;
    }
    footer .foot-cen .foot-nav .foot-nav-box:first-child {
        margin-right: 50px;
    }
    .float-pro .y-kefu-box01 .show-status {
        left: -230px;
        display: none;
    }
    .float-pro .y-kefu-box01 .hide-status {
        display: block!important;
        left: 0;
    }
    .float-video .y-kefu-box01 .show-status {
        display: none;
        right: -230px;
    }
    .float-video .y-kefu-box .hide-status1 {
        display: block!important;
        right: 0;
    }
    .thumbs-list {
        width: 80%;
        padding: 0;
    }
    #thumbs {
        height: 80px!important;
    }
    .thumbs-list .thumbs-title>h2 {
        font-size: 20px;
    }
    .thumbs-list .thumbs-title>p {
        font-size: 12px;
    }
    .swiper-container-pro .swiper-pagination-pro,
    .swiper-container-appli .swiper-pagination-appli,
    .swiper-container-news .swiper-pagination-news {
        margin-top: 25px;
    }
    .swiper-container-appli .swiper-slide .appli-box-pic img {
        width: 100%;
    }
    .index-pro {
        padding: 0px;
    }
    .partner .partner-list li {
        margin: 0 30px;
    }
    .index-about .about-text .about-con {
        margin: 15px 0;
    }
    .index-pro .pro-box {
        padding-bottom: 15px;
    }
    .swiper-container-pro .swiper-slide .pro-box-pic {
        height: 170px;
    }
    .swiper-container-partner .swiper-slide .partner-box-text span {
        font-size: 13px;
        line-height: 26px;
    }
}

@media (max-width: 1090px) {
    header .nav>li>a {
        margin: 0 10px;
    }
    .index-about .about-pic img {
        width: 100%;
        height: 100%;
    }
    .index-ys{
        margin-top: 50px;
    }
    .index-about .about-text .about-con {
        margin: 0;
    }
}

@media (max-width: 996px) {
    .m-title {
        margin: 26px auto;
    }
    header .head-logo {
        width: 45%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    header .nav {
        display: none;
    }
    header .menu {
        display: block;
    }
    .float-pro .y-kefu-box01 .hide-status {
        top: 400px;
    }
    .swiper-container-pro .swiper-slide .pro-box-pic {
        height: 300px;
    }
    .index-pro .left{
        display: none;
    }
    .index-pro .inpro-con>ul{
        width: auto;
    }
    .index-about .about-pic,
    .index-about .about-text {
        width: 100%;
    }
    .index-about {
        flex-direction: column;
        height: auto;
    }
    .index-about .about-text {
        margin-bottom: 5vh;
    }
    .index-about .about-pic img {
        width: 100%;
        height: 90%;
    }
    .index-ys {
        margin-top: 5vh;
    }
    .appli-bg {
        margin: 30px auto;
    }
    .news-bg ul>li {
        margin-right: 15px
    }
    .swiper-container-pro .swiper-slide .pro-box-pic {
        height: 200px;
    }
    .partner .partner-list li {
        width: 100px;
        height: 100px;
        margin: 0 22px;
    }
    .partner .partner-list>ul:nth-child(2) {
        transform: translateY(-27px);
    }
    .partner .partner-list>ul:nth-child(3) {
        transform: translateY(-54px);
    }
    .swiper-container-news .swiper-slide .news-box-text span {
        font-size: 30px;
    }
    .swiper-container-news .swiper-slide .news-box-text h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .swiper-container-news .swiper-slide .news-box-pic {
        height: 200px;
    }
    footer .foot-cen .foot-nav ul>li {
        margin-right: 20px;
    }
    footer .foot-er .foot-er-box {
        margin: 0 5px;
    }
    footer .foot-cen .foot-l {
        width: 30%;
    }
    footer .foot-copy .foot-copy-con {
        padding: 28px 15px;
    }
}

@media (max-width: 767px) {
    .index-pro ul>li {
        width: 32%;
    }
    .index-ys>ul>li {
        width: 32%;
    }
    
    .swiper-container-appli .swiper-slide .appli-box-pic {
        height: 190px;
    }
    .news-bg ul {
        width: 40%;
    }
    .news-bg ul>li {
        line-height: 44px;
    }
    .news-con .news-title h3 {
        font-size: 26px;
    }
    .news-bg .innews-box .innews-l a .innews-l-img {
        height: 190px;
    }
    footer .foot-cen .foot-nav {
        display: none;
    }
}

@media (max-width: 576px) {
    .m-btn {
        width: 40%;
        margin: 25px auto;
    }
    .thumbs-list {
        position: relative;
        width: 100%;
        left: 0;
        transform: translateX(0);
    }
    #thumbs {
        width: 90%!important;
        height: 55px!important;
    }
    .thumbs-list .thumbs-next {
        width: 10%;
    }
    header {
        padding: 12px 0;
    }
    header .menu .line {
        background: #fff;
    }
    header .head-logo {
        width: 60%;
        padding: 5px 0 5px 10px;
    }
    header .navbar {
        top: 58px;
    }
    .m-title {
        margin: 20px auto;
    }
    .m-title h3 {
        font-size: 24px;
    }
    .m-title p {
        font-size: 12px;
        line-height: 26px;
    }
    .m-title span{
        top: -13px;
        font-size: 40px;
    }
    .index-banner .swiper-container {
        height: 25vh;
    }
    .index-banner .swiper-slide a {
        display: block;
        height: 100%;
    }
    .index-banner .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .index-pro {
        padding: 0 15px;
    }
    .swiper-container-pro {
        padding: 0;
    }
    .swiper-container-pro .swiper-slide {
        box-shadow: none;
    }
    .swiper-container-pro .swiper-slide .pro-box-pic {
        height: 165px;
    }
    .swiper-container-pro .swiper-slide .pro-box-text {
        padding: 10px 0px;
    }
    .swiper-container-pro .swiper-slide .pro-box-text h3 {
        font-size: 14px;
    }
    .swiper-container-pro .swiper-slide .pro-box-text p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .swiper-container-pro .swiper-pagination-pro>span,
    .swiper-container-appli .swiper-pagination-appli>span,
    .swiper-container-news .swiper-pagination-news>span {
        width: 20px;
    }
    .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-about .about-text .about-con span {
        font-size: 14px!important;
    }
    .index-about .about-text .about-con p {
        line-height: 2em!important;
    }
    .swiper-container-appli .swiper-pagination-appli {
        margin-bottom: 0;
    }
    .swiper-container-appli .swiper-slide .appli-box-pic {
        height: 165px;
    }
    .swiper-container-appli .swiper-slide .appli-box-text {
        line-height: 34px;
    }
    .swiper-container-appli .swiper-slide .appli-box-text p {
        font-size: 14px;
    }
    .index-pro .inpro-con>ul {
        padding: 0;
    }
    .index-pro .inpro-con>ul>li {
        width: 48%;
    }
    .index-about .about-text>ul>li {
        width: 50%;
        margin-bottom: 15px;
    }
    .index-about .about-text>ul>li i {
        font-size: 28px;
    }
    .index-about .about-text>ul>li p {
        font-size: 14px;
    }
    .index-ys>ul>li {
        width: 48%;
    }
    .course_desc_l>li {
        width: 50%;
    }
    .customized ul>li {
        width: 25%;
        margin-bottom: 15px;
    }
    .customized ul>li>span {
        font-size: 20px;
        line-height: 28px;
    }
    .customized ul>li>p {
        font-size: 16px;
    }
    .customized ul>i {
        display: none;
    }
    .customized ul>li>img {
        max-width: 40px;
    }
    .customized ul>li>i>img {
        max-width: 20px;
    }
    .swiper-container-appli .swiper-slide .appli-box-text p {
        font-size: 16px;
    }
    .swiper-container-appli .swiper-slide .appli-box-text span {
        font-size: 12px;
        line-height: 22px;
    }
    .appli-bg .appli-box .appli-button-prev {
        left: -10%;
    }
    .appli-bg .appli-box .appli-button-next {
        right: -10%;
    }
    .swiper-container-appli .swiper-slide .appli-box-pic {
        height: 125px;
    }
    .swiper-container-appli .swiper-slide .appli-box-text i {
        top: -13px;
        right: 14px;
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        line-height: 25px;
    }
    .index-ys>ul>li h3 {
        font-size: 16px;
    }
    .index-ys>ul>li p {
        font-size: 12px;
    }
    .index-ys>ul>li .inys-text {
        padding: 5px 0 5px 10px;
        margin: 10px 0;
    }
    .swiper-container-appli .swiper-slide .appli-box-pic {
        height: 130px;
    }
    .partner-bg .partner-box .partner-button-prev {
        left: -10%;
    }
    .partner-bg .partner-box .partner-button-next {
        right: -10%;
    }
    .swiper-container-partner .swiper-slide .partner-box-text span {
        font-size: 12px;
        line-height: 22px;
    }
    .news-bg ul>li {
        width: 30%;
    }
    .news-bg .innews-box .innews-l a {
        flex-wrap: wrap;
    }
    .news-bg .innews-box .innews-l a .innews-l-img {
        width: 100%;
        height: 130px;
    }
    .news-bg .innews-box .innews-l a .innews-l-img img {
        width: 100%;
        height: 130px;
        object-fit: cover;
    }
    .news-bg .innews-box .innews-r .innews-r-text {
        margin-left: 16px;
    }
    .news-bg .innews-box .innews-l .innews-l-text {
        width: 100%;
        margin: 0;
    }
    .news-bg .innews-box .innews-l .innews-l-text h3 {
        margin-bottom: 0;
        line-height: 40px;
        margin: 10px 0;
        font-size: 15px;
    }
    .news-bg .innews-box .innews-l .innews-l-text p {
        height: 44px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .news-bg .innews-box .innews-r .innews-r-text h3 {
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .news-bg .innews-box .innews-r .innews-r-text p {
        font-size: 12px;
    }
    .news-bg .innews-box .innews-r a .innews-r-img .innews-r-time {
        width: 56px;
    }
    .news-bg .innews-box .innews-r a .innews-r-img .innews-r-time h3 {
        font-size: 28px;
    }
    .news-bg ul {
        width: 70%;
    }
    .news-bg ul>li {
        margin-right: 0px;
    }
    .news-bg ul>li>a {
        font-size: 15px;
    }
    .news-bg .innews-box .innews-l .innews-list:first-child {
        margin-right: 15px;
    }
    .news-bg .innews-box .innews-l .innews-l-text i {
        margin: 10px 0 15px;
    }
    .news-con .news-title h3 {
        font-size: 20px;
        line-height: 44px;
    }
    footer .foot-er {
        margin-top: 20px;
    }
    footer .foot-cen .foot-nav {
        display: none;
    }
    footer .foot-cen .foot-l {
        width: 100%;
    }
    .partner .partner-list {
        transform: translateY(10px);
    }
    .partner .partner-list>ul:nth-child(2) {
        transform: translateY(-12px);
    }
    .partner .partner-list>ul:nth-child(3) {
        transform: translateY(-24px);
    }
    .partner .partner-list li {
        width: 40px;
        height: 40px;
        margin: 0 9px;
    }
    .partner .partner-con>p {
        font-size: 14px;
    }
    .swiper-container-news .swiper-pagination-news {
        margin-bottom: 0;
    }
    .swiper-container-news .swiper-slide .news-box-text span {
        font-size: 24px;
    }
    .swiper-container-news .swiper-slide .news-box-text h3 {
        font-size: 14px;
    }
    .swiper-container-news .swiper-slide .news-box-text p {
        font-size: 12px;
    }
    .swiper-container-news .swiper-slide .news-box-pic {
        height: 120px;
    }
    .float-pro .y-kefu-box01 .show-status {
        height: 75vh;
        overflow-y: scroll;
    }
    .float-pro .y-kefu-box01 .kf-close-btn {
        position: fixed;
        left: 230px;
    }
    .float-pro .y-kefu-box01 .kf-close-btn:before {
        display: none;
    }
    .float-pro .y-kefu-box01 .show-status .kf-zixun {
        font-size: 20px;
        line-height: 45px;
    }
    .float-pro .float-list li {
        line-height: 40px;
    }
    .float-pro .float-list li>a {
        font-size: 14px;
    }
    .float-video .y-kefu-box01 {
        width: 100%;
    }
    .float-video .y-kefu-box .hide-status1 {
        top: -180px;
    }
    .float-video .y-kefu-box01 .show-status>div.video-li video {
        width: 98%!important;
        background-color: #333;
    }
    footer .foot-cen {
        flex-direction: column;
        align-items: center;
    }
    footer .foot-cen .foot-l {
        width: 93%;
    }
    footer .foot-cen .foot-add {
        font-size: 14px;
        margin: 10px 0;
    }
    footer .foot-cen .foot-add {
        margin: 15px auto;
        text-align: center;
    }
    footer .foot-tel .foot-tel-box>p {
        font-size: 22px;
    }
    footer .foot-er .foot-er-box>img {
        width: 120px;
        height: 120px;
    }
    footer .foot-copy .foot-copy-con {
        flex-direction: column;
        align-items: end;
        padding: 15px 15px;
    }
    footer .foot-copy .foot-copy-con .foot-flink {
        line-height: 30px;
    }
    footer .foot-copy .foot-copy-r {
        text-align: left;
        font-size: 12px;
        line-height: 20px;
    }
    .box9026_1 {
        display: block;
    }
    .f9 .yb_conct {
        display: none;
    }
}

@media (max-width: 375px) {
    header {
        padding: 6px 0;
    }
    header .head-logo {
        width: 75%;
        padding: 8px 0 8px 10px;
    }
    .index-banner .swiper-container {
        height: 25vh;
    }
    .index-banner .swiper-slide a {
        display: block;
        height: 100%;
    }
    .index-banner .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .index-banner .swiper-container .swiper-button-next,
    .index-banner .swiper-container .swiper-button-prev {
        width: 25px !important;
        background-size: 24px;
    }
    .index-about .about-text .about-con {
        padding: 0;
    }
    .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 {
        height: 120px;
    }
    .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 {
        width: 28%;
    }
    .news-bg .innews-box .innews-l .innews-l-text h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .news-bg .innews-box .innews-r .innews-r-text h3 {
        font-size: 15px;
    }
    .news-bg .innews-box .innews-l .innews-list:first-child {
        margin-right: 10px;
    }
    footer .foot-copy .foot-copy-r {
        font-size: 13px;
    }
}

@media (max-width: 350px) {
    .news-bg ul>li>a {
        font-size: 14px;
    }
    .news-bg ul>li {
        width: 31.5%;
    }
    .news-bg .innews-box .innews-l a .innews-l-img {
        height: 100px;
    }
    .news-bg .innews-box .innews-l a .innews-l-img img {
        height: 100px;
    }
    .news-bg .innews-box .innews-l .innews-l-text h3,
    .news-bg .innews-box .innews-r .innews-r-text h3 {
        font-size: 14px;
    }
}