/*初始化代码*/

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: "微软雅黑";
}
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: #ff6d00;
}

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;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}


/*初始化代码 end*/


/* m-title */

.m-titbg {
    overflow: hidden;
}

.m-title {
    text-align: center;
    margin: 50px auto;
}

.m-title h3 {
    font-size: 36px;
    color: #333;
}

.m-title h3>span {
    color: #ff6d00;
    font-weight: bold;
}

.m-title p {
    position: relative;
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    line-height: 48px;
}

.m-title p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30%;
    display: block;
    width: 95px;
    height: 3px;
    background: url(../images/m-title-l.png) center no-repeat;
}

.m-title p::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 30%;
    display: block;
    width: 95px;
    height: 3px;
    background: url(../images/m-title-r.png) center no-repeat;
}

.m-title i {
    display: none;
    width: 40px;
    height: 1px;
    background-color: #ff6d00;
    margin: 0 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: #ff6d00;
    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: #ff6d00;
    transition: all 0.3s;
}


/* m-bbtn end */


/* m-btn */

.m-btn {
    position: relative;
    width: 20%;
    margin: 0 auto 50px;
    line-height: 40px;
    border: 1px solid #ccc;
    font-size: 12px;
    text-align: center;
}

.m-btn>a {
    display: block;
    position: relative;
    z-index: 2;
    color: #ccc;
    transition: all 0.3s;
}

.m-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 0;
    height: 100%;
    background-color: #ff6d00;
    transition: all 0.3s;
}

.m-btn:hover>a {
    color: #fff;
}

.m-btn:hover::after {
    width: 100%;
}


/* m-btn end */


/* header */

.head-toptit {
    line-height: 40px;
    background-color: #f0f0f0;
    color: #666;
}

.head-toptit .toptit-con {
    overflow: hidden;
}

.head-toptit .toptit-l {
    float: left;
}

.head-toptit .toptit-r {
    float: right;
}
.head-toptit .toptit-r .top-lang {
    display: inline-block;
}

.head-toptit a {
    color: #666;
}

.head-bg {
    width: 100%;
    top: 0;
    z-index: 9999;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto!important;
    transition: all 0.1s;
}

header .head-logo {}

header .head-logo h1 {
    display: flex;
}

header .head-logo a {
    outline: none;
}

header .head-logo img {
    max-width: 94px;
}

header .head-logo .logo-w {
    display: block;
    margin-right: 15px;
}

header .head-logo .logo-b {
    display: none;
}

header .head-logo h1 .head-text>h3 {
    font-size: 26px;
    font-weight: bold;
    color: #ff6d00;
    line-height: 42px;
    margin-top: 15px;
}

header .head-logo h1 .head-text>h3>span {
    color: #111;
}

header .head-logo h1 .head-text>p {
    font-size: 18px;
    color: #666;
}

header .head-tel {
    padding-left: 50px;
    background: url(../images/top-tel.png) left center no-repeat;
}

header .head-tel>p {
    text-align: right;
    font-size: 15px;
    color: #666;
}

header .head-tel>h3 {
    color: #ff6d00;
    font-family: Impact;
    font-size: 28px;
}

.head-bg .top-nav {
    width: 100%;
    background-color: #ff6d00;
    top: 0;
    z-index: 9999;
}

.head-bg .nav {
    display: flex;
    flex-wrap: wrap;
}

.head-bg .nav>li {
    line-height: 60px;
}

.head-bg .nav>li {
    position: relative;
}

.head-bg .nav>li.nav-line {
    width: 3px;
    height: 60px;
    background: url(../images/nav-line.jpg) center no-repeat;
}

.head-bg .nav>li>a {
    display: block;
    padding: 0 52px;
    color: #fff;
    font-size: 15px;
}

.head-bg .nav>li>a::after {
    display: none;
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #ff6d00;
    transition: all 0.3s;
}

.head-bg .nav>li>dl {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 102px;
    width: 150px;
    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: 14px;
    line-height: 50px;
    transition: all 0.3s;
}

.head-bg .nav>li.nact,
.head-bg .nav>li:hover {
    background-color: #222;
}

.head-bg .nav>li.nact>a,
.head-bg .nav>li:hover>a {
    color: #fff!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: 60px;
}

.head-bg .nav>li>dl a:hover {
    background-color: #ff6d00;
    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;
    margin-left: 12px;
    /* background-color: #ff6d00; */
}

.top-lang>a {
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 0;
    border-radius: 50%;
}

.top-lang>a:first-child {
    background: url(../images/ch.png) center no-repeat;
    background-size: cover;
    margin-right: 5px;
}

.top-lang>a:last-child {
    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: 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 */

.head-bg.xg .top-nav {
    position: fixed;
}

.head-bg:hover .top-nav,
.head-bg.xg .top-nav {
    /* box-shadow: 0 1px 5px #ccc; */
}

.head-bg.xg header .nav>li>a {
    line-height: 90px;
}

.head-bg.xg header .head-logo {
    /* width: 18%; */
}

.head-bg.xg .top-lang>a {
    margin-top: 26px;
}

header .menu {
    display: none;
    cursor: pointer;
    height: 30px;
    width: 50px;
    margin-right: 15px;
    position: relative;
}

header .menu .line {
    display: block;
    width: 30px;
    height: 1px;
    background: #003a86;
    position: absolute;
    right: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}

header .menu .line1 {
    top: 5px;
}

header .menu .line2 {
    top: 15px;
}

header .menu .line3 {
    top: 25px;
}

header .active .line1 {
    transform: rotate(45deg) translate(2px, 12px);
    -webkit-transform: rotate(45deg) translate(2px, 12px);
    -moz-transform: rotate(45deg) translate(2px, 12px);
}

header .active .line2 {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    opacity: 0;
}

header .active .line3 {
    transform: rotate(-45deg) translate(2px, -12px);
    -webkit-transform: rotate(-45deg) translate(2px, -12px);
    -moz-transform: rotate(-45deg) translate(2px, -12px);
}

header.xg .menu .line,
header:hover .menu .line {
    background-color: #333;
}

header .navbar {
    display: none;
    padding: 15px 40px 0px;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 66px;
    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(255, 109, 0, .8);
}

.thumbs-list {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #ff6d00;
}

.thumbs-list .thumbs-title {
    width: 12%;
    background-color: #ff6d00;
    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: #ff6d00 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 */


/* 热门关键词 */

.keywords-bg {
    margin: 30px 0;
}

.keywords {
    overflow: hidden;
}

.keywords .keyw-l {
    float: left;
    line-height: 38px;
}

.keywords .keyw-l>a {
    margin-right: 10px;
}

.keywords .keyw-r {
    float: right;
}

.keywords .keyw-r .inkey {
    float: left;
    width: 290px;
    border: 1px solid #ccc;
    border-right-color: #ff6d00;
    line-height: 36px;
    padding-left: 10px;
}

.keywords .keyw-r .Submit {
    float: left;
    width: 40px;
    height: 38px;
    background: #ff6d00 url(../images/tel-ser.png) center no-repeat;
    background-size: 26px;
    border: 0;
}


/* 热门关键词 end */


/* 首页数字 */

.in-num-bg {
    width: 100%;
    background: url(../images/in-numbg.png) bottom center no-repeat;
    background-size: cover;
}

.in-num-bg .in-num {
    padding: 60px 0 90px 0;
}

.in-num-bg .in-num ul {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.in-num-bg .in-num ul>li {
    display: flex;
    flex-direction: column;
}

.in-num-bg .in-num ul>li>h3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.in-num-bg .in-num ul>li span {
    font-weight: bold;
    font-size: 60px;
}

.in-num-bg .in-num ul>li span>i {
    font-style: normal;
}

.in-num-bg .in-num ul>li b {
    font-size: 18px;
    font-weight: normal;
    writing-mode: tb-rl;
    margin-left: 15px;
}

.in-num-bg .in-num ul>li>p {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}

.in-num-bg .in-num ul>li:last-child span {
    font-weight: normal;
}


/* 首页数字 end */


/* index-pro */

.index-pro-bg {
    background-color: #f2f2f2;
}

.index-pro-bg .index-pro-c {
    display: flex;
    justify-content: space-between;
    margin: 36px auto;
}

.index-pro-bg .index-l {
    width: 21%;
}

.index-pro-bg .index-l>h3 {
    font-size: 16px;
    font-weight: bold;
    text-indent: 3.5em;
    background: #ff6d00 url(../images/index-lh3.png) 15px center no-repeat;
    color: #fff;
    padding: 18px 0;
}

.index-pro-bg .index-l>h3>span {
    font-size: 12px;
    display: block;
    font-weight: 400;
    color: rgba(255, 255, 255, .75);
    text-transform: uppercase;
}

.index-pro-bg .index-l>dl {
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #e7e6e6;
    line-height: 32px;
}

.index-pro-bg .index-l>dl>dt {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    text-indent: 2em;
    background: url(../images/in-l-ic.png) left center no-repeat;
}

.index-pro-bg .index-l>dl>dd {
    text-indent: 2em;
    font-size: 14px;
}

.index-pro-bg .index-l>dl>dd>a {
    color: #666;
}

.index-pro-bg .index-l>.index-l-tel {
    color: #fff;
    padding: 26px 0;
    margin-top: 15px;
    margin-bottom: 40px;
    border-radius: 5px;
    text-indent: 5em;
    background: #ff6d00 url(../images/index-l-tel.png) 15px center no-repeat;
}

.index-pro-bg .index-l>.index-l-tel>p {
    font-size: 15px;
}

.index-pro-bg .index-l>.index-l-tel>h3 {
    font-family: Impact;
    font-size: 28px;
}

.index-pro {
    width: 77%;
    background-color: #fff;
    position: relative;
}

.index-pro .m-titbg {
    display: flex;
    justify-content: space-between;
    overflow: inherit;
    background-color: #333;
    margin-bottom: 20px;
}

.index-pro ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.index-pro ul li {
    position: relative;
    display: inline-block;
    line-height: 70px;
    font-size: 15px;
    padding: 0 30px;
    text-align: center;
    transition: all 0.3s;
}

.index-pro ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 0;
    height: 100%;
    background-color: #ff6d00;
    transition: all 0.3s;
}

.index-pro ul li::before {
    content: '';
    position: absolute;
    display: none;
    width: 0px;
    height: 0px;
    border: 8px solid #ff6d00;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    bottom: -16px;
    left: 46%;
}

.index-pro ul>li.cur::after {
    width: 100%;
}

.index-pro ul li.cur::before {
    display: block;
}

.index-pro ul>li.cur>a,
.index-pro ul>li:hover>a {
    color: #fff;
}

.index-pro ul>li:hover::after {
    width: 100%;
}

.index-pro ul li>a {
    display: block;
    position: relative;
    color: #fff;
    z-index: 2;
}

.index-pro .m-titbg .mmore {
    line-height: 70px;
    padding: 0 10px;
    color: #fff;
}

.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 {
    padding: 15px 20px;
}

.swiper-container-pro {
    position: relative;
    overflow: hidden;
}

.swiper-container-pro .swiper-wrapper {
    
}

.swiper-container-pro .swiper-slide {
    overflow: hidden;
    background-color: #fff;
    margin-top: 0px!important;
}

.swiper-container-pro .swiper-slide .pro-box-pic {
    border: 5px solid #ccc;
    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 {
    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: #ff6d00;
}

.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: #ff6d00;
    background-color: #ff6d00;
}


/* index-pro end */


/* field */

.field {}

.course_desc_l {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 70px;
}

.course_desc_l>li {
    width: 25%;
    background-color: #fff;
    border-radius: 50px 50px 0 0;
    box-shadow: 0 0 30px#ebebeb;
    overflow: hidden;
}

.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 .li_box {}

.course_desc_l>li>a .li_box>p {
    padding: 0 15px;
    line-height: 30px;
    font-size: 24px;
    margin-top: 70px;
    color: #000;
}

.course_desc_l>li>a .li_box>span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
    font-size: 14px;
}

.course_desc_l>li>a .li_box>i {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #ff6d00;
    margin: 30px 0 60px;
    margin-left: 15px;
}

.course_desc_l>li>a .li_slide {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #ff6d00;
    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;
    padding: 0 50px;
}

.course_desc_l>li>a .li_slide span {
    display: block;
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 24px;
    padding: 0 50px;
    margin-top: 24px;
    color: #fff;
    font-style: normal;
}

.course_desc_l>li>a .li_slide i {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 35px 0 35px 50px;
}

.course_desc_l>li>a .li_slide p {
    padding: 0 40px 0 50px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 36px;
}

.field-c {
    display: flex;
    justify-content: space-between;
}

.field-c .course_slider_l {
    width: 21%;
}

.field-c .course_slider_l li {
    font-size: 16px;
    font-weight: bold;
    text-indent: 4em;
    border: 1px solid #eee;
    border-left: 3px solid #eee;
    background: url(../images/csl1.png) 15px center no-repeat;
    padding: 18px 0;
    margin-bottom: 15px;
}

.field-c .course_slider_l li>a {
    color: #333;
}

.field-c .course_slider_l li p {
    font-size: 12px;
    display: block;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.field-c .course_slider_l li:nth-child(2) {
    background: url(../images/csl2.png) 15px center no-repeat;
}

.field-c .course_slider_l li:nth-child(3) {
    background: url(../images/csl3.png) 15px center no-repeat;
}

.field-c .course_slider_l li:nth-child(4) {
    background: url(../images/csl4.png) 15px center no-repeat;
}
/*.field-c .course_slider_l li:nth-child(2) {
    background: url(../images/cl2.png) 15px center no-repeat;
}

.field-c .course_slider_l li:nth-child(3) {
    background: url(../images/cl3.png) 15px center no-repeat;
}

.field-c .course_slider_l li:nth-child(4) {
    background: url(../images/cl4.png) 15px center no-repeat;
}

.field-c .course_slider_l li:nth-child(5) {
    background: url(../images/cl5.png) 15px center no-repeat;
}

.field-c .course_slider_l li:nth-child(6) {
    background: url(../images/csl4.png) 15px center no-repeat;
}*/

.field-c .course_slider_l li.cur {
    width: 135%;
    position: relative;
    z-index: 9;
    border-color: #ff6d00;
    border-left: 3px solid #333;
    background: #ff6d00 url(../images/csl1-w.png) 15px center no-repeat;
}

.field-c .course_slider_l li.cur>a {
    display: block;
    width: 250px;
    color: #fff;
    border-right: 1px solid #fff;
}

.field-c .course_slider_l li.cur p {
    color: #fff;
}

.field-c .course_slider_l li.cur::after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 25px;
    width: 25px;
    height: 25px;
    background: url(../images/csl-l.png) center no-repeat;
}
.field-c .course_slider_l li.cur:nth-child(2) {
    background: #ff6d00 url(../images/csl2-w.png) 15px center no-repeat;
}

.field-c .course_slider_l li.cur:nth-child(3) {
    background: #ff6d00 url(../images/csl3-w.png) 15px center no-repeat;
}

.field-c .course_slider_l li.cur:nth-child(4) {
    background: #ff6d00 url(../images/csl4-w.png) 15px center no-repeat;
}
/*.field-c .course_slider_l li.cur:nth-child(2) {
    background: #ff6d00 url(../images/cl2-w.png) 15px center no-repeat;
}

.field-c .course_slider_l li.cur:nth-child(3) {
    background: #ff6d00 url(../images/cl3-w.png) 15px center no-repeat;
}

.field-c .course_slider_l li.cur:nth-child(4) {
    background: #ff6d00 url(../images/cl4-w.png) 15px center no-repeat;
}

.field-c .course_slider_l li.cur:nth-child(5) {
    background: #ff6d00 url(../images/cl5-w.png) 15px center no-repeat;
}

.field-c .course_slider_l li.cur:nth-child(6) {
    background: #ff6d00 url(../images/csl4-w.png) 15px center no-repeat;
}*/

.field-c .course_slider_box {
    width: 77%;
}

.field-c .course_slider_box .csb-line {
    position: relative;
}

.field-c .course_slider_box .csb-line>img {
    width: 100%;
    height: 54vh;
    object-fit: cover;
}

.field-c .course_slider_box .csb-line-text {
    position: absolute;
    bottom: 0;
    padding: 15px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    line-height: 26px;
}

.field-c .course_slider_box .csb-line-text>h3 {
    font-size: 18px;
    font-weight: bold;
}

.field-c .course_slider_box .csb-line-text a {
    color: #fff;
}


/* field end */


/* 首页优势 */

.inys-bg {
    width: 100%;
    background: url(../images/ys-bg.jpg) center no-repeat;
    padding-top: 215px;
    margin-top: 60px;
}

.inys-bg .m-titbg {
    display: none;
}

.inys-bg .ys-box {
    display: flex;
    justify-content: space-between;
}

.inys-bg .ys-box:nth-child(2) .ys-text {
    margin-right: 50px;
}

.inys-bg .ys-box .ys-text dl {
    margin-top: 40px;
}

.inys-bg .ys-box .ys-text dt {
    display: flex;
    margin-bottom: 20px;
}

.inys-bg .ys-box .ys-text .ys-text-tit {
    margin-left: 15px;
    border-bottom: 1px solid #eee;
}

.inys-bg .ys-box .ys-text dt>i {
    display: block;
    width: 56px;
    height: 80px;
    background-color: #ff6d00;
    border-bottom: 8px solid #333;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
}

.inys-bg .ys-box .ys-text dt h3 {
    font-size: 30px;
    font-weight: bold;
    font-size: 30px;
    margin-top: 15px;
}

.inys-bg .ys-box .ys-text dt p {
    font-size: 14px;
    color: #666;
    text-indent: 5px;
    line-height: 26px;
    border-bottom: 1px solid #eee;
}

.inys-bg .ys-box .ys-text dd {
    font-size: 15px;
    color: #333;
    text-indent: 76px;
    line-height: 40px;
}

.inys-bg .ys-box .ys-text dd::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #666;
    margin-bottom: 4px;
    margin-right: 10px;
}

.inys-bg .ys-box:nth-child(2) .ys-img {
    transform: translateY(-30px);
}

.inys-bg .ys-box:nth-child(3) .ys-img {
    transform: translateY(-75px);
}


/* 首页优势 end */


/* 解决方案 */

.solution-c {
    display: flex;
    justify-content: space-between;
}

.solution-c .solution_slider_l {
    width: 21%;
    background-color: #f4f4f4;
}

.solution-c .solution_slider_l .solution-tit {
    width: 100%;
    background: #ff6d00 url(../images/solution-tit.jpg) center no-repeat;
    font-size: 28px;
    color: #fff;
    text-indent: 1em;
    padding: 50px 0 30px;
}

.solution-c .solution_slider_l li {
    font-size: 15px;
    font-weight: bold;
    text-indent: 3.5em;
    background: #eee url(../images/csl-lb.png) 15px center no-repeat;
    padding: 10px 0;
    margin-top: 15px;
}

.solution-c .solution_slider_l li>a {
    color: #333;
}

.solution-c .solution_slider_l li p {
    font-size: 12px;
    display: block;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
}

.solution-c .solution_slider_l li.cur {
    position: relative;
    z-index: 9;
    background: #333 url(../images/csl-l.png) 15px center no-repeat;
}

.solution-c .solution_slider_l li.cur a {
    color: #fff;
}

.solution-c .solution_slider_box {
    width: 77%;
}

.solution-c .solution_slider_box .csb-line {
    display: flex;
}

.solution-c .solution_slider_box .csb-line>img {
    width: 60%;
    height: 445px;
    object-fit: cover;
}

.solution-c .solution_slider_box .csb-line-text {
    background-color: #f1f1f1;
    color: #333;
    line-height: 26px;
    padding: 40px 25px 0 25px;
    margin: 15px 0;
}

.solution-c .solution_slider_box .csb-line-text>h3 {
    font-size: 18px;
    font-weight: bold;
}

.solution-c .solution_slider_box .csb-line-text>i {
    display: block;
    width: 38px;
    height: 2px;
    background-color: #ff6d00;
    margin: 18px 0 30px 0;
}

.solution-c .solution_slider_box .csb-line-text>p {
    font-size: 14px;
    line-height: 36px;
}

.solution-c .solution_slider_box .csb-line-text .csb-btn {
    display: block;
    width: 125px;
    line-height: 36px;
    background-color: #666;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
}


/* 解决方案 end */


/* customized */

.customized {
    padding-bottom: 50px;
}

.customized ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.customized ul>li {
    position: relative;
    display: flex;
    width: 15%;
    border-radius: 18px;
    padding: 30px 0;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.customized ul>li>img {
    max-width: 50px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-bottom: 10px;
}

.customized ul>li>img:nth-child(2) {
    display: none;
}

.customized ul>li>span {
    font-size: 24px;
    color: #333;
    line-height: 50px;
}

.customized ul>li>p {
    font-size: 16px;
    color: #666;
}

.customized ul>i {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 75px;
    border-bottom: 1px dashed #ccc;
}

.customized ul>li:hover {
    background-color: #ff6d00;
    transition: all 0.3s;
}

.customized ul>li:hover>img {
    border-color: #fff;
}

.customized ul>li:hover>img:nth-child(1) {
    display: none;
}

.customized ul>li:hover>img:nth-child(2) {
    display: block;
}

.customized ul>li:hover span {
    color: #fff;
    transition: all 0.3s;
}

.customized ul>li:hover p {
    color: #fff;
    transition: all 0.3s;
}


/* customized end */


/* Application */

.appli-bg {
    background: url(../images/appli-bg.jpg) center no-repeat;
    background-size: cover;
}

.appli-bg .m-title h3 {
    color: #fff;
}

.appli-bg .m-title p {
    color: #fff;
}

.appli-bg .appli-box {
    margin: 0 6%;
    padding-bottom: 50px;
    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 .appli-box-pic {
    width: 100%;
    /* height: 338px; */
    overflow: hidden;
}

.swiper-container-appli .swiper-slide .appli-box-pic img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.swiper-container-appli .swiper-slide .appli-box-text {
    position: relative;
    line-height: 65px;
    background-color: #f5f5f5;
    font-size: 18px;
}

.swiper-container-appli .swiper-slide .appli-box-text h3 {
    font-size: 16px;
    color: #333;
}

.swiper-container-appli .swiper-slide .appli-box-text p {
    font-size: 26px;
    color: #333;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-container-appli .swiper-slide .appli-box-text span {
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
    line-height: 32px;
    color: #999;
}

.swiper-container-appli .swiper-slide .appli-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: #ff6d00;
}

.swiper-container-appli .swiper-slide:hover .appli-box-pic img {
    transform: scale(1.05);
}

.swiper-container-appli .swiper-slide:hover .appli-box-text h3,
.swiper-container-appli .swiper-slide:hover .appli-box-text p {
    color: #ff6d00;
}

.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: #ff6d00;
    background-color: #ff6d00;
}


/* Application end */


/* partner */

.partner-bg {
    margin: 35px auto;
}

.partner-bg .partner-box {
    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;
    border: 1px solid #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 {
    display: none;
    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: #ff6d00;
}

.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: #ff6d00;
}

.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: #ff6d00;
    background-color: #ff6d00;
}


/* partner end */


/* index-about */

.index-ab-bg {
    background: url(../images/index-ab-bg.jpg) top center no-repeat;
}

.index-about {
    display: flex;
    padding: 50px 0 20px 0;
    overflow: hidden;
}

.index-about .about-pic {
    width: 50%;
    overflow: hidden;
}

.index-about .about-pic img {
    float: right;
    transition: all 0.3s;
}

.index-about .about-pic:hover img {
    transform: scale(1.05);
}

.index-about .about-text {
    width: 50%;
}

.index-about .about-text>span {
    display: block;
    font-size: 72px;
    color: rgba(0, 0, 0, .15);
    text-transform: uppercase;
    padding: 0 40px;
}

.index-about .about-text>h3 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    padding: 0 40px;
}

.index-about .about-text>i {
    display: block;
    width: 36px;
    height: 3px;
    background-color: #ff6d00;
    margin: 20px 0;
    margin-left: 40px;
}

.index-about .about-text .about-con {
    padding-left: 40px;
}

.index-about .about-text .about-con strong {
    font-weight: bold;
}

.index-about .about-text .ab-btn {
    display: block;
    width: 125px;
    font-size: 16px;
    line-height: 36px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    background-color: #666;
    margin-left: 40px;
    margin-top: 25px;
}

.index-about .about-text>ul {
    display: flex;
}

.index-about .about-text>ul>li {
    margin-right: 8%;
}

.index-about .about-text>ul>li .ser-bg {
    display: flex;
    align-items: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.index-about .about-text>ul>li .ser-pic {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    transition: all 0.3s;
    border-radius: 50%;
    position: relative;
}

.index-about .about-text>ul>li img {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    transition: all 0.3s;
}

.index-about .about-text>ul>li img.ser-pic2 {
    opacity: 0;
}

.index-about .about-text>ul>li p {
    text-align: center;
    font-size: 16px;
    height: 60px;
    margin: 20px 0 15px 0;
}

.index-about .about-text>ul>li:hover img.ser-pic1 {
    transform: rotateY(180deg);
    opacity: 0;
}

.index-about .about-text>ul>li:hover img.ser-pic2 {
    transform: rotateY(180deg);
    opacity: 1;
}

.index-about .about-text>ul>li:hover .ser-pic {
    background-color: #ff6d00;
}

.index-about .about-text>ul>li:hover .ser-pic img {
    background-color: #ff6d00;
}

.inab-slier {
    overflow: hidden;
}

.inab-slier .inab-line {
    width: 21%;
    float: right;
}

.inab-slier .inab-line>li {
    background-color: #666;
    border-bottom: 1px solid #fff;
}

.inab-slier .inab-line>li>a {
    display: block;
    color: #fff;
    text-indent: 5em;
    padding: 15px 0;
}

.inab-slier .inab-line>li>a h3 {
    font-size: 20px;
    font-weight: bold;
}

.inab-slier .inab-line>li>a p {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
}

.inab-slier .inab-line>li:last-child {
    border-bottom: 0;
}

.inab-slier .inab-line>li.inab-li-tit {
    background-color: #ff6d00;
}

.inab-slier .inab-line>li.inab-li-line {
    position: relative;
}

.inab-slier .inab-line .inab-li-line::before {
    content: '';
    display: none;
    position: absolute;
    width: 0px;
    height: 0px;
    border: 8px solid #333;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    bottom: 40%;
    left: -16px;
}

.inab-slier .inab-line .inab-li-line:nth-child(2) {
    background: #666 url(../images/ill1.png) 28px center no-repeat;
}

.inab-slier .inab-line .inab-li-line:nth-child(3) {
    background: #666 url(../images/ill2.png) 28px center no-repeat;
}

.inab-slier .inab-line .inab-li-line:nth-child(4) {
    background: #666 url(../images/ill3.png) 28px center no-repeat;
}

.inab-slier .inab-line>li.cur,
.inab-slier .inab-line>li.inab-li-line:hover {
    background-color: #333!important;
}

.inab-slier .inab-line .inab-li-line.cur::before,
.inab-slier .inab-line .inab-li-line:hover::before {
    display: block;
}

.inab-slier .inab-img {
    width: 73%;
    padding: 2.5%;
    background-color: #fff;
    float: right;
    box-shadow: 0 0 10px #ccc;
    margin-top: 40px;
}

.inab-slier .inab-box {
    overflow: hidden;
    text-align: center;
}

.inab-slier .inab-box .swiper-slide .inab-box-pic {
    border: 1px solid #ccc;
}

.inab-slier .inab-box .swiper-slide img {
    max-width: 100%;
}


/* index-about end */


/* news-con */

.news-bg {}

.news-con {}

.news-bg .m-title {
    margin-bottom: 0;
}

.news-bg ul {
    text-align: center;
    margin: 30px auto;
}

.news-bg ul>li {
    display: inline-block;
    position: relative;
    padding: 0 36px;
    margin-right: 15px;
    line-height: 55px;
    text-align: center;
    overflow: hidden;
    text-indent: 2em;
    background: #f1f1f1 url(../images/new-ic1.png) 25px center no-repeat;
}

.news-bg ul>li:last-child {
    background: #f1f1f1 url(../images/new-ic2.png) 25px center no-repeat;
    margin-right: 0px;
}

.news-bg ul>li>a {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #666;
    transition: all 0.3s;
}

.news-bg ul>li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 0;
    height: 100%;
    background: #ff6d00 url(../images/new-ic1w.png) 25px center no-repeat;
    transition: all 0.3s;
}

.news-bg ul>li:last-child::after {
    background: #ff6d00 url(../images/new-ic2w.png) 25px center no-repeat;
}

.news-bg ul>li.cur::after {
    width: 100%;
}

.news-bg ul>li.cur>a,
.news-bg ul>li:hover>a {
    color: #fff;
}

.news-bg ul>li:hover::after {
    width: 100%;
}

.news-bg .innews-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.news-bg .innews-box .innews-l {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.news-bg .innews-box .innews-l .innews-list {
    width: 47%;
    margin-right: 15px;
    overflow: hidden;
}

.news-bg .innews-box .innews-l a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.news-bg .innews-box .innews-l a .innews-l-img {
    position: relative;
    width: 100%;
    height: 180px;
}

.news-bg .innews-box .innews-l a .innews-l-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-bg .innews-box .innews-l a .innews-l-img .innews-l-time {
    position: absolute;
    bottom: 0;
    right: 1px;
    width: 30%;
    height: 44%;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 56, 141, .8);
}

.news-bg .innews-box .innews-l a .innews-l-img .innews-l-time h3 {
    font-weight: bold;
    font-size: 36px;
}

.news-bg .innews-box .innews-l .innews-l-text {
    width: 100%;
}

.news-bg .innews-box .innews-l .innews-l-text h3 {
    font-size: 18px;
    color: #333;
    margin: 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-bg .innews-box .innews-l .innews-l-text p {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    height: 78px;
    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 span {
    display: block;
    color: #666;
    margin-top: 30px;
    line-height: 26px;
    background: url(../images/pro-arr.png) 98% center no-repeat;
}

.news-bg .innews-box .innews-l .innews-list:hover .innews-l-text h3 {
    color: #ff6d00;
}

.news-bg .innews-box .innews-r {
    width: 49%;
    border: 1px solid #eee;
}

.news-bg .innews-box .innews-r .innews-r-list {
    padding: 18px 22px;
    border-bottom: 1px solid #eee;
}

.news-bg .innews-box .innews-r .innews-r-list:last-child {
    border-bottom: 0;
}

.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;
    border-right: 1px solid #eee;
}

.news-bg .innews-box .innews-r a .innews-r-img .innews-r-time h3 {
    font-weight: bold;
    font-size: 46px;
}

.news-bg .innews-box .innews-r .innews-r-text {
    margin-left: 20px;
}

.news-bg .innews-box .innews-r .innews-r-text h3 {
    font-size: 18px;
    color: #666;
    margin-bottom: 16px;
}

.news-bg .innews-box .innews-r .innews-r-text p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* news-con end */


/* flinks */

.flinks {
    background-color: #ff6d00;
}

.flinks .flinks-c {
    line-height: 80px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.flinks .flinks-c a {
    color: #fff;
    font-weight: 400;
    margin-right: 15px;
}


/* flinks end */


/* footer */

.b-top {
    position: relative;
    width: 100%;
    height: 248px;
    background: url(../images/b-top.jpg) center no-repeat;
    background-size: cover;
}

.b-top .b-topTel {
    background: url(../images/b-kuang.png) center no-repeat;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.b-top .b-topTel h3 {
    font-size: 32px;
    line-height: 80px;
}

.b-top .b-topTel p {
    font-size: 32px;
    line-height: 80px;
}

.b-top .b-topTel p>i {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(../images/b-topTel.png) left center no-repeat;
    background-size: 55px;
    vertical-align: text-bottom;
}

.b-top .go-top {
    position: absolute;
    display: block;
    width: 64px;
    height: 64px;
    left: 50%;
    bottom: -32px;
    transform: translateX(-50%);
}

.b-top .go-top>img {
    width: 100%;
}

footer {
    background-color: #222;
}

footer .foot-logo {
    padding: 30px 0;
}

footer .foot-logo>img {
    max-width: 100%;
}

footer .foot-con>.foot-nav {
    text-align: center;
    margin-top: 40px;
}

footer .foot-con>.foot-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .foot-con>.foot-nav li.line {
    display: inline-block;
    width: 1px;
    height: 18px;
    margin: 0 15px;
    background: url(../images/foot-nav.png) center no-repeat;
}

footer .foot-con>.foot-nav li a {
    color: #ccc;
    font-size: 14px;
}

footer .foot-cen {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .foot-cen .foot-l {}

footer .foot-cen .foot-nav {
    display: flex;
}

footer .foot-cen .foot-nav h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

footer .foot-cen .foot-nav h3>a {
    color: #333;
    font-weight: bold;
}

footer .foot-cen .foot-nav ul {
    float: left;
}

footer .foot-cen .foot-nav ul>li {
    font-size: 16px;
    line-height: 38px;
    margin-right: 70px;
}

footer .foot-cen .foot-nav ul>li>a {
    color: #666;
}

footer .foot-cen .foot-nav ul>li img {
    max-width: 116px;
}

footer .foot-cen .foot-add {
    color: #aaa;
    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-er {
    display: flex;
}

footer .foot-er .foot-er-box {
    text-align: center;
    color: #aaa;
    line-height: 30px;
    margin: 0 18px;
}

footer .foot-er .foot-er-box li {
    float: left;
    margin-right: 15px;
}

footer .foot-er .foot-er-box li>img {
    width: 120px;
    height: 120px;
}

footer .foot-copy {}

footer .foot-copy .foot-copy-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    color: #aaa;
    padding: 28px 0;
}

footer .foot-copy .foot-flink {
    line-height: 26px;
}

footer .foot-copy .foot-flink a {
    position: relative;
    color: #aaa;
    padding: 0 15px;
}

footer .foot-copy .foot-copy-r {
    line-height: 24px;
}

footer .foot-copy .foot-copy-r>a {
    color: #aaa;
}

.box9026_-2034 {
    display: none;
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
    color: #666;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #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: 20px;
    margin: 0 auto;
    background: no-repeat 50% 50% / auto 20px;
}

.box9026_-2034 .nav-item .icon-home {
    background-image: url(../images/sy1.png);
}

.box9026_-2034 .nav-item .icon-tel {
    background-image: url(../images/dh.png);
}

.box9026_-2034 .nav-item .icon-msg {
    background-image: url(../images/ly.png);
}

.box9026_-2034 .nav-item .icon-address {
    background-image: url(../images/dz.png);
}

.box9026_-2034 .link-name {
    padding-top: 6px;
}


/* footer end */


/* 左侧快速联系 */

.f9 .yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 16%;
    right: -225px;
    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: 275px;
    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: #ff6d00 url(../images/fixCont.png) no-repeat 0 0;
}

.f9 .yb_bar .yb_phone {
    background: #ff6d00 url(../images/fixCont.png) no-repeat 0 -0px;
}

.f9 .yb_bar .yb_phone1 {
    background: #ff6d00 url(../images/fixCont.png) no-repeat 0 -57px;
}

.f9 .yb_bar .yb_email {
    background: #ff6d00 url(../images/fixCont.png) no-repeat 0 -111px;
}

.f9 .yb_bar .yb_ercode {
    /*height:200px;*/
    background: #ff6d00 url(../images/fixCont.png) no-repeat 0 -169px;
}

.f9 .hd_qr {
    display: inline-block;
    margin: 0 auto;
    margin-left: 10px;
}

.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 */


/* ****************************************************** */


/* 首页响应式 */

@media (max-width: 1600px) {
    .w1600 {
        width: 1400px;
    }
    header .head-logo {
        display: flex;
        align-items: center;
    }
    header .nav>li>a {
        padding: 0 22px;
        font-size: 16px;
    }
    .swiper-container-pro .swiper-slide .pro-box-pic {}
    .swiper-container-pro .swiper-slide .pro-box-text p {
        width: 90%;
    }
    .index-about .m-title {
        margin: 15px auto;
    }
    .index-about .about-text>span {
        margin: 15px 0;
    }
    .index-about .about-text .about-con {
        margin-bottom: 20px;
    }
    .course_desc_l>li>a .li_slide h3,
    .course_desc_l>li>a .li_slide span {
        padding: 0 30px;
    }
    .course_desc_l>li>a .li_slide span {
        font-size: 20px;
        margin-top: 0;
    }
    .course_desc_l>li>a .li_slide span>br {
        display: none;
    }
    .course_desc_l>li>a .li_slide i {
        margin: 20px 0 20px 30px;
    }
    .course_desc_l>li>a .li_slide p {
        padding: 0 30px;
    }
    .course_desc_l>li>a .li_box>img {
        max-width: 100%;
    }
    .swiper-container-appli .swiper-slide .appli-box-pic {
        height: 200px;
    }
    .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) {
    .w1200 {
        width: 1200px;
    }
    header .nav>li>a {
        padding: 0 20px;
    }
    header .head-logo {
        padding-left: 2%;
    }
    .in-num-bg .in-num {
        padding: 60px 0;
    }
    .in-num-bg .in-num ul>li span {
        font-size: 50px;
    }
    .index-pro ul li {
        margin-right: 15px;
    }
    .index-about {
        height: 48vh;
    }
    .index-about .about-pic img {
        width: 100%;
    }
    .index-about .m-title {
        margin: 30px auto;
    }
    .index-about .about-text .about-con p {}
    .index-about .about-text .about-con span {
        font-size: 14px!important;
    }
    .course_desc_l>li>a>p {
        font-size: 24px;
    }
    .course_desc_l>li>a .li_box>p {
        font-size: 18px;
    }
    .course_desc_l>li>a .li_slide h3 {
        font-size: 24px;
    }
    .course_desc_l>li>a .li_slide p {
        font-size: 14px;
    }
    .course_desc_l>li>a .li_box>i {
        margin: 30px 0 30px;
        margin-left: 15px;
    }
    .course_desc_l>li>a .li_slide h3,
    .course_desc_l>li>a .li_slide span {
        padding: 0 15px;
    }
    .course_desc_l>li>a .li_slide i {
        margin: 20px 0 20px 15px;
    }
    .course_desc_l>li>a .li_slide p {
        padding: 0 15px;
    }
    .customized .m-title {
        margin: 35px auto;
    }
    .customized ul>li>span {
        font-size: 20px;
    }
    .customized ul>li>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;
    }
    .news-bg .innews-box .innews-l .innews-l-text p {
        height: 78px;
        -webkit-line-clamp: 3;
    }
    footer .foot-cen .foot-l {
        /* width: 18%; */
    }
    footer .foot-cen .foot-nav ul>li {
        font-size: 14px;
        line-height: 32px;
        margin-right: 50px;
    }
}

@media (max-width: 1200px) {
    .w1200 {
        width: auto;
        padding: 0 15px;
    }
    header .nav>li>a {
        padding: 0 15px;
    }
    header .nav .toplink {
        display: none;
    }
    .head-bg .nav>li>a {
        padding: 0 30px;
    }
    .keywords-bg {
        margin: 20px 0;
    }
    .index-pro-bg .index-l>.index-l-tel>h3 {
        font-size: 25px;
    }
    .in-num-bg .in-num {
        padding: 46px 15px;
    }
    .in-num-bg .in-num ul>li>p {
        font-size: 15px;
        line-height: 24px;
    }
    .in-num-bg .in-num ul>li span {
        font-size: 44px;
    }
    .index-about {
        margin: 0 15px;
        padding: 0;
    }
    .index-about .about-text>h3 {
        font-size: 24px;
    }
    .index-about .about-text>span {
        font-size: 40px;
    }
    .index-about .about-text .ab-btn {
        display: none;
    }
    .index-about .about-text>i {
        margin: 10px 0;
        margin-left: 40px;
    }
    .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 {}
    .index-pro ul li {
        margin-right: 5px;
    }
    .m-title h3 {
        font-size: 26px;
    }
    .m-title p {
        font-size: 14px;
        line-height: 32px;
    }
    .m-bbtn {
        margin: 20px 0;
    }
    .field-c .course_slider_l li p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .inys-bg .ys-box .ys-text dd {
        text-indent: 20px;
    }
    .inys-bg .ys-box .ys-text dt h3 {
        font-size: 26px;
    }
    .inys-bg .ys-box .ys-text dt p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .course_desc_l>li>a .li_box>p {
        margin-top: 40px;
        font-size: 16px;
    }
    .course_desc_l>li>a .li_box>span {
        font-size: 12px;
    }
    .course_desc_l>li>a .li_slide h3 {
        font-size: 22px;
    }
    .course_desc_l>li>a .li_slide span {
        font-size: 15px;
    }
    .course_desc_l>li>a .li_slide p {
        font-size: 13px;
        line-height: 24px;
    }
    .customized ul {
        margin-bottom: 0;
    }
    .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-partner .swiper-slide .partner-box-text span {
        font-size: 13px;
        line-height: 26px;
    }
    .flinks .flinks-c {
        line-height: 60px;
    }
    footer .foot-cen .foot-l {
        width: 44%;
    }
    footer .foot-copy .foot-copy-con {
        padding: 28px 15px;
    }
}

@media (max-width: 1080px) {
    .head-bg .nav>li>a {
        padding: 0 26px;
    }
    .m-title p::before {
        left: 26%;
    }
    .m-title p::after {
        right: 26%;
    }
    .index-about .about-text>i {
        display: none;
    }
}

@media (max-width: 996px) {
    .m-title {
        margin: 26px auto;
    }
    .head-bg .top-nav {
        display: none;
    }
    .head-toptit {
        display: none;
    }
    header {
        margin: 15px auto!important;
    }
    header .head-tel {
        display: none;
    }
    .menu-lang {
        display: flex;
    }
    header .navbar {
        top: 100px;
    }
    header .menu {
        display: block;
    }
    header .head-logo img {
        max-width: 70px;
    }
    header .head-logo h1 .head-text>h3 {
        font-size: 23px;
        line-height: 34px;
        margin-top: 9px;
    }
    header .head-logo h1 .head-text>p {
        font-size: 14px;
    }
    .index-pro-bg {
        background-color: transparent;
    }
    .index-pro-bg .index-l {
        display: none;
    }
    .index-pro {
        width: 100%;
    }
    .index-pro .m-titbg .mmore {
        display: none;
    }
    .index-pro .m-titbg {
        background-color: transparent;
    }
    .index-pro ul li>a {
        color: #333;
    }
    .top-lang {
        margin-left: 0px;
    }
    .top-lang>a {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .m-title {}
    .index-pro ul {
        width: auto;
        margin: 26px auto;
    }
    .index-pro ul li {
        margin-right: 0;
        padding: 0 14px;
        line-height: 40px;
    }
    .index-pro-bg .index-pro-c {
        margin: 0;
    }
    .inys-bg .ys-box .ys-text dd {
        text-indent: 0;
    }
    .news-bg .innews-box .innews-l,
    .news-bg .innews-box .innews-r {
        width: 100%;
    }
    .news-bg .innews-box .innews-l a .innews-l-img {
        height: 200px;
    }
    .news-bg .innews-box .innews-l .innews-l-text p {
        height: auto;
    }
    .news-bg .innews-box .innews-l .innews-l-text span {
        margin: 15px 0;
    }
    .swiper-container-pro .swiper-slide .pro-box-pic {}
    .index-about {
        height: auto;
    }
    .index-about .about-text>h3 {
        padding: 0 15px;
        padding-top: 34px;
        font-size: 20px;
    }
    .index-about .about-text>span {
        padding: 0 15px;
        margin: 5px 0;
    }
    .index-about .about-text .about-con p {
        line-height: 2em!important;
    }
    .index-about .about-text .ab-btn {
        width: 120px;
        line-height: 38px;
        font-size: 14px;
        margin-left: 15px;
        margin-top: 20px;
    }
    .index-about .about-pic img {
        width: 100%;
    }
    .index-about .about-text .about-con {
        padding: 0 15px;
    }
    .swiper-container-pro .swiper-slide .pro-box-pic {}
    .course_desc_l>li>a .li_box>p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .customized ul>li>img {
        max-width: 36px;
    }
    .customized ul>li>span {
        font-size: 18px;
    }
    .customized ul>li>p {
        font-size: 12px;
    }
    .b-top .b-topTel h3 {
        font-size: 26px;
    }
    .b-top .b-topTel p {
        font-size: 26px;
    }
    .b-top .b-topTel p>i {
        width: 38px;
        height: 38px;
        background-size: 100%;
    }
    .inab-slier .inab-line>li>a {
        padding: 6px 0;
    }
    .inab-slier .inab-line>li>a h3 {
        font-size: 16px;
    }
    footer .foot-cen .foot-add img {
        max-width: 100%;
    }
    .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 .foot-nav-box {
        display: none;
    }
    footer .foot-cen .foot-nav .foot-nav-box:last-child {
        display: block;
    }
    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: 48%;
    }
    footer .foot-copy .foot-copy-con {
        padding: 28px 15px;
    }
}

@media (max-width: 576px) {
    .box9026_-2034 {
        display: block;
    }
    .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 .navbar {
        top: 74px;
    }
    header {
        padding: 8px 0px!important;
        background-color: #fff;
        position: fixed;
        z-index: 999;
        margin: 0!important;
        width: 100%!important;
    }
    header .menu .line {
        background: #333;
    }
    header .head-logo {
        width: auto;
        padding-left: 5px;
    }
    header .head-logo h1 .head-text>h3 {
        font-size: 16px;
        line-height: 26px;
        margin-top: 9px;
    }
    header .head-logo .logo-w {
        margin-right: 5px;
    }
    header .head-logo img {
        max-width: 58px;
    }
    header .head-logo h1{
        width: 90%;
    }
    header .head-logo h1 .head-text>p {
        display: none;
        font-size: 12px;
    }
    header .menu {
        margin-right: 10px;
    }
    header .top-lang{
        display: flex;
        margin-top: 10px;
    }
    .index-banner {
        margin-top: 74px;
    }
    .keywords-bg {
        display: none;
    }
    .top-lang>a {
        width: 26px;
        height: 26px;
    }
    .top-lang>a:first-child {
        margin-right: 5px;
    }
    .f9 .yb_conct {
        display: none;
    }
    .index-banner .swiper-slide img {
        height: 205px;
        object-fit: cover;
    }
    .index-banner .swiper-container .swiper-button-next,
    .index-banner .swiper-container .swiper-button-prev {
        width: 28px !important;
        background-size: 26px;
    }
    .in-num-bg .in-num ul {
        flex-wrap: wrap;
    }
    .in-num-bg .in-num ul>li {
        width: 50%;
        margin-bottom: 15px;
    }
    .in-num-bg .in-num ul>li:last-child {
        display: none;
    }
    .in-num-bg .in-num ul>li span {
        font-size: 34px;
    }
    .in-num-bg .in-num ul>li b {
        font-size: 14px;
        margin-left: 0;
    }
    .in-num-bg .in-num ul>li>p {
        font-size: 12px;
        line-height: 24px;
    }
    .in-num-bg .in-num ul>li>p>br {
        display: none;
    }
    .in-num-bg .in-num {
        padding: 30px 15px;
    }
    .field-c .course_slider_box .csb-line>img {
        height: 30vh;
    }
    .m-title p::before,
    .m-title p::after {
        display: none;
    }
    .index-pro .pro-box {
        padding: 15px 0px;
    }
    .field-c {
        flex-wrap: wrap;
    }
    .field-c .course_slider_l,
    .field-c .course_slider_box {
        width: 100%;
    }
    .field-c .course_slider_l {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .field-c .course_slider_l li {
        width: 48%;
        background-position-x: 8px!important;
        text-indent: 3em;
    }
    .field-c .course_slider_l li>a>h3 {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .field-c .course_slider_l li.cur {
        width: 48%;
    }
    .field-c .course_slider_l li.cur::after {
        display: none;
    }
    .field-c .course_slider_l li.cur>a {
        width: auto;
        border-right: 0;
    }
    .field-c .course_slider_box .csb-line-text {
        position: relative;
    }
    .inys-bg {
        margin-top: 15px;
        padding-top: 0;
        background: none;
    }
    .inys-bg .m-titbg {
        display: block;
    }
    .inys-bg .ys-box {
        flex-direction: column;
    }
    .inys-bg .ys-box:nth-child(1) .ys-text dl {
        margin-top: 0;
    }
    .inys-bg .ys-box .ys-text dt>i {
        height: 60px;
        line-height: 60px;
    }
    .inys-bg .ys-box .ys-text .ys-text-tit {
        margin-left: 5px;
    }
    .inys-bg .ys-box .ys-text dt h3 {
        margin-top: 8px;
        font-size: 20px;
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .inys-bg .ys-box .ys-text dt p {
        font-size: 12px;
        text-indent: 5px;
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .inys-bg .ys-box .ys-text dd {
        font-size: 13px;
        line-height: 28px;
    }
    .inys-bg .ys-box:nth-child(2) .ys-text {
        margin-right: 0;
    }
    .inys-bg .ys-box .ys-img img {
        max-width: 100%;
    }
    .inys-bg .ys-box:nth-child(2) .ys-img {
        transform: translateY(0px);
    }
    .inys-bg .ys-box:nth-child(3) .ys-img {
        transform: translateY(0px);
    }
    .m-title {
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }
    .m-title h3 {
        font-size: 22px;
    }
    .m-title p {
        font-size: 12px;
        line-height: 26px;
    }
    .index-pro ul {
        width: 100%;
        margin: 12px auto;
        margin-top: 20px;
        justify-content: center;
    }
    .index-pro ul li {
        width: 25%;
    }
    .index-pro {}
    .index-pro .m-titbg {
        margin-bottom: 0;
    }
    .solution-c {
        flex-direction: column;
    }
    .solution-c .solution_slider_l,
    .solution-c .solution_slider_box {
        width: 100%;
    }
    .solution-c .solution_slider_l {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 15px;
        background-color: transparent;
    }
    .solution-c .solution_slider_l .solution-tit {
        display: none;
    }
    .solution-c .solution_slider_l li {
        width: 50%;
        margin-top: 0;
    }
    .solution-c .solution_slider_box .csb-line {
        flex-wrap: wrap;
    }
    .solution-c .solution_slider_box .csb-line>img {
        width: 100%;
        height: 200px;
    }
    .solution-c .solution_slider_box .csb-line-text {
        margin: 0;
        padding: 15px 5px;
    }
    .solution-c .solution_slider_box .csb-line-text>i {
        display: none;
    }
    .solution-c .solution_slider_box .csb-line-text .csb-btn {
        display: none;
    }
    .swiper-container-pro {
        padding: 0;
    }
    .swiper-container-pro .swiper-slide {
        box-shadow: none;
    }
    .swiper-container-pro .swiper-slide .pro-box-pic {}
    .swiper-container-pro .swiper-slide .pro-box-text {
        padding: 10px 0px;
    }
    .swiper-container-pro .swiper-slide .pro-box-text h3 {
        font-size: 14px;
        line-height: 10px;
    }
    .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%;
    }
    .m-bbtn a {
        padding: 0 20px;
        line-height: 34px;
        font-size: 14px;
    }
    .m-titbg .m-mess {
        display: none;
    }
    .course_desc_l>li>a .li_slide span {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .course_desc_l>li>a .li_slide i {
        margin: 5px 0 5px 15px;
    }
    .course_desc_l>li>a .li_slide p {
        line-height: 20px;
    }
    .course_desc_l>li>a .li_box>p {
        white-space: inherit;
        line-height: 22px;
        font-size: 14px;
        height: 44px;
    }
    .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;
    }
    .course_desc_l>li {
        width: 50%;
        border-radius: 20px 20px 0 0;
    }
    .customized ul>li {
        width: 30%;
        margin-bottom: 15px;
        padding: 5px 0;
    }
    .customized ul>li>span {
        font-size: 16px;
        line-height: 22px;
    }
    .customized ul>li>p {
        font-size: 13px;
        text-align: center;
    }
    .customized ul>i {
        display: none;
    }
    .customized ul>li>img {
        max-width: 40px;
        padding: 12px;
    }
    .customized ul>li>i>img {
        max-width: 20px;
    }
    .index-ab-bg {
        background-size: cover;
    }
    .index-about {
        flex-direction: column;
    }
    .index-about .about-text,
    .index-about .about-pic {
        width: 100%;
    }
    .index-about .about-text .ab-btn {
        margin-bottom: 20px;
    }
    .partner-bg {
        margin-bottom: 0;
    }
    .index-about .about-text>span,
    .index-about .about-text>h3,
    .index-about .about-text .about-con {
        padding: 0;
    }
    .inab-slier .inab-line,
    .inab-slier .inab-img {
        float: none;
        width: 100%;
    }
    .inab-slier .inab-line {
        display: flex;
    }
    .inab-slier .inab-line .inab-li-line::before {
        border-top-color: #333;
        border-right-color: transparent;
        bottom: -16px;
        left: 40%;
    }
    .inab-slier .inab-line>li {
        width: 33%;
        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 {
        text-indent: 2em;
    }
    .inab-slier .inab-line>li>a p {
        text-transform: capitalize;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .inab-slier .inab-img {
        padding: 0;
        margin-top: 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;
    }
    .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-con .m-titbg {
        padding: 0;
    }
    .news-bg .m-title {
        margin-bottom: 20px;
    }
    .news-bg ul {
        margin: 0;
        float: none;
        text-align: center;
    }
    .news-bg ul>li {
        width: 25%;
        padding: 0 12px;
        margin-right: 0;
        text-indent: 1em;
    }
    .news-bg ul>li,
    .news-bg ul>li::after {
        background-position-x: 8px!important;
        background-size: 22px!important;
    }
    .news-bg .innews-box .innews-l .innews-list {
        width: 100%;
        border-radius: 10px;
        margin-right: 0;
    }
    .news-bg .innews-box .innews-l a {
        flex-wrap: wrap;
        padding: 15px 0;
    }
    .news-bg .innews-box .innews-l a .innews-l-img {
        width: 100%;
        height: auto;
    }
    .news-bg .innews-box .innews-l a .innews-l-img img {
        width: 100%;
        height: 155px;
        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: 0;
        margin-bottom: 0;
        line-height: 40px;
    }
    .news-bg .innews-box .innews-l .innews-l-text span {
        margin: 0;
    }
    .news-bg .innews-box .innews-r .innews-r-list {
        padding: 15px 10px;
    }
    .news-bg .innews-box .innews-r .innews-r-text {
        margin-left: 8px;
    }
    .news-bg .innews-box .innews-r .innews-r-text h3 {
        margin-bottom: 5px;
    }
    .news-bg .innews-box .innews-r a .innews-r-img .innews-r-time {
        width: 70px;
        height: 70px;
    }
    .news-bg .innews-box .innews-r a .innews-r-img .innews-r-time h3 {
        font-size: 26px;
    }
    .b-top {
        height: 145px;
    }
    .b-top .b-topTel h3 {
        font-size: 16px;
        line-height: 30px;
    }
    .b-top .b-topTel p {
        font-size: 20px;
        line-height: 30px;
    }
    .b-top .b-topTel p>i {
        width: 30px;
        height: 30px;
        background-size: 100%;
    }
    footer .foot-con>.foot-nav ul {
        flex-wrap: wrap;
    }
    footer .foot-con>.foot-nav ul .line {
        display: none;
    }
    footer .foot-con>.foot-nav ul li {
        width: 33%;
        line-height: 28px;
    }
    footer .foot-cen {
        flex-direction: column;
    }
    footer .foot-cen .foot-nav {}
    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-partner .swiper-slide a {
        margin: 5px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    }
    .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;
    }
    footer .foot-cen {
        margin: 25px 0 60px;
        align-items: center;
    }
    footer .foot-cen .foot-l {
        width: 100%;
    }
    footer .foot-cen .foot-nav h3 {
        display: none;
    }
    footer .foot-cen .foot-nav ul>li img {
        max-width: 78px;
    }
    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;
    }
}

@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;
    }
    .index-pro ul li {
        width: 30%;
        padding: 0 3px;
    }
    .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;
    }
    .partner-bg .partner-box {
        padding-bottom: 36px;
    }
    .solution-c .solution_slider_l li{
        font-size: 14px;
        text-indent: 3em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .news-bg ul>li {
        width: 25%;
    }
    .news-bg ul>li>a {
        font-size: 13px;
        line-height: 34px;
    }
    .news-bg .innews-box .innews-l .innews-l-text h3 {
        font-size: 16px;
    }
    .news-bg .innews-box .innews-r .innews-r-text h3 {
        font-size: 15px;
    }
    footer .foot-copy .foot-copy-r {
        font-size: 13px;
    }
}