/*初始化代码*/

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;
}

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: #0094d5;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    outline: none;
}

table {
    margin: 0 0 30px;
    width: 100%;
    border-collapse: collapse;
}

table th,
table td {
    border: 1px solid #e2e1e1;
    padding: 15px;
    padding: 7px 18px;
}

table th img,
table td img {
    max-width: 100%;
}

table thead {
    background: #eee;
}

table thead th,
table thead td {
    text-transform: uppercase;
    font-weight: 900;
    color: #111;
}


html {
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}


/*初始化代码 end*/


/* m-title */

.m-title {
    text-align: center;
    margin: 50px auto;
}

.m-title h3 {
    font-size: 36px;
    color: #332c2b;
}

.m-title p {
    font-size: 14px;
    color: #7c7c7c;
    text-transform: uppercase;
    line-height: 34px;
}

.m-title i {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #0094d5;
    margin: 0 auto;
}


/* m-title 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: #0094d5;
    transition: all 0.3s;
}

.m-btn:hover>a {
    color: #fff;
}

.m-btn:hover::after {
    width: 100%;
}


/* m-btn end */


/* header */

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 0;
    transition: all 0.1s;
    z-index: 9999;
}

header .head-logo {
    width: 50%;
    padding-left: 25px;
}

header .head-logo a {
    outline: none;
}

header .head-logo img {
    max-width: 100%;
}

header .head-logo .logo-w {
    display: block;
}

header .head-logo .logo-b {
    display: none;
}

header .nav {
    display: flex;
    flex-wrap: wrap;
    padding-right: 25px;
}

header .nav>li {
    line-height: 90px;
}

header .nav>li {
    position: relative;
}

header .nav>li>a {
    display: block;
    padding: 0 25px;
    color: #fff;
    font-size: 18px;
}

header .nav>li>a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #0094d5;
    transition: all 0.3s;
}

header .nav>li>dl {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    top: 102px;
    width: 150px;
    background-color: #fff;
    transition: all 0.3s;
}

header .nav>li>dl a {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    transition: all 0.3s;
}

header .nav>li:hover>a {
    color: #0094d5;
}

header .nav>li:hover>a::after {
    width: 100%;
}

header .nav>li:hover>dl {
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    top: 91px;
}

header .nav>li>dl a:hover {
    background-color: #0094d5;
    color: #fff;
}

header:hover,
header.xg {
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0px 2px 3px #ddd;
}

header:hover .nav>li>a,
header.xg .nav>li>a {
    color: #333;
}

header:hover .head-logo .logo-w,
header.xg .head-logo .logo-w {
    display: none;
}

header:hover .head-logo .logo-b,
header.xg .head-logo .logo-b {
    display: block;
}

header .menu {
    display: none;
    cursor: pointer;
    height: 30px;
    width: 50px;
    margin-right: 15px;
    position: relative;
}

header .menu .line {
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}

header .menu .line1 {
    top: 5px;
}

header .menu .line2 {
    top: 15px;
}

header .menu .line3 {
    top: 25px;
}

header .active .line1 {
    transform: rotate(45deg) translate(2px, 12px);
    -webkit-transform: rotate(45deg) translate(2px, 12px);
    -moz-transform: rotate(45deg) translate(2px, 12px);
}

header .active .line2 {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    opacity: 0;
}

header .active .line3 {
    transform: rotate(-45deg) translate(2px, -12px);
    -webkit-transform: rotate(-45deg) translate(2px, -12px);
    -moz-transform: rotate(-45deg) translate(2px, -12px);
}

header.xg .menu .line,
header:hover .menu .line {
    background-color: #333;
}

header .navbar {
    display: none;
    padding: 0px 25px 0px;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 55px;
    z-index: 998;
    box-sizing: border-box;
}

header .navbar .a-wrap .a-list {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #666;
    border-bottom: 1px solid #eee;
    transition: width ease 0.4s;
    -moz-transition: width ease 0.4s;
    -webkit-transition: width ease 0.4s;
    font-size: 15px;
}

header .navbar .a-wrap .a-list:last-child {
    border-bottom: none;
}

header .navbar .active .a-list {
    width: 40%;
}

header .navbar .active .a-list:nth-child(1) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
}

header .navbar .active .a-list:nth-child(2) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
}

header .navbar .active .a-list:nth-child(3) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}

header .navbar .active .a-list:nth-child(4) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
}


/* header end */


/* banner */

.index-banner {
    width: 100%;
    position: relative;
}

.index-banner .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.index-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index-banner .swiper-slide img {
    max-width: 100%;
}

.index-banner .swiper-container .swiper-button-next,
.index-banner .swiper-container .swiper-button-prev {
    z-index: 998;
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    top: 50%;
    background-color: rgba(0, 0, 0, .3);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 50% 50%;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
}

.index-banner .swiper-container .swiper-button-prev {
    left: 3%;
    background-image: url(../images/arrow-left.png);
}

.index-banner .swiper-container .swiper-button-next {
    left: auto;
    right: 3%;
    background-image: url(../images/arrow-right.png);
}

.index-banner .swiper-container .swiper-button-next:hover,
.index-banner .swiper-container .swiper-button-prev:hover {
    background-color: rgba(0, 65, 163, .8);
}

.thumbs-list {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #0094d5;
}

.thumbs-list .thumbs-title {
    width: 12%;
    background-color: #0094d5;
    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: #0094d5 url(../images/thumbs-next.png) center no-repeat;
    background-size: 40px;
    cursor: pointer;
}

#thumbs {
    width: 84%!important;
    height: 110px!important;
}

#thumbs .swiper-slide {
    height: 100%;
    cursor: pointer;
    background-size: cover!important;
}

#thumbs .swiper-slide-thumb-active {}


/* banner end */


/* index-pro */

.index-pro {}

.swiper-container-pro {
    padding: 20px;
    overflow: hidden;
}

.swiper-container-pro .swiper-slide {
    overflow: hidden;
    box-shadow: 0px 4px 20px #e5e5e5;
}

.swiper-container-pro .swiper-slide .pro-box-pic {
    width: 100%;
    height: 416px;
    overflow: hidden;
}

.swiper-container-pro .swiper-slide .pro-box-pic img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.swiper-container-pro .swiper-slide .pro-box-text {
    border-top: 1px solid #ccc;
    padding: 20px 15px;
    background: url(../images/pro-arr.png) 95% center no-repeat;
}

.swiper-container-pro .swiper-slide .pro-box-text h3 {
    font-size: 16px;
    color: #333;
}

.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: #0094d5;
}

.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: #0094d5;
    background-color: #0094d5;
}


/* index-pro end */


/* index-about */

.index-about {
    display: flex;
}

.index-about .about-pic {
    width: 50%;
    overflow: hidden;
}

.index-about .about-pic img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.index-about .about-pic:hover img {
    transform: scale(1.05);
}

.index-about .about-text {
    width: 50%;
    background-color: #f4f4f4;
}

.index-about .about-text .about-con {
    padding: 0 60px;
    margin-bottom: 55px;
}

.index-about .about-text .about-con strong {
    font-weight: bold;
}


/* index-about end */


/* Application */

.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 {
    line-height: 65px;
    background-color: #f5f5f5;
    text-align: center;
    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: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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: #0094d5;
}

.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: #0094d5;
    background-color: #0094d5;
}


/* Application end */


/* partner */

.partner {
    background-color: #0094d5;
}

.partner h3,
.partner p {
    color: #fff;
}

.partner i {
    background-color: #fff;
}

.partner .partner-list {
    transform: translateY(25px);
}

.partner .partner-list>ul {
    display: flex;
    justify-content: center;
}

.partner .partner-list>ul:nth-child(2) {
    transform: translateY(-49px);
}

.partner .partner-list>ul:nth-child(3) {
    transform: translateY(-98px);
}

.partner .partner-list li {
    display: flex;
    width: 170px;
    height: 170px;
    margin: 0 36px;
    background-color: #fff;
    transform: rotate(45deg);
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.partner .partner-list li img {
    transform: rotate(-45deg);
}

.partner .partner-con>p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 2em;
    margin-bottom: 20px;
}

.partner .partner-list li:hover {
    transform: scale(1.05) rotate(45deg);
    box-shadow: 0 0px 10px #ccc;
    z-index: 99;
}


/* partner end */


/* news-con */

.news-con {}

.swiper-container-news {
    overflow: hidden;
}

.swiper-container-news .swiper-slide .news-box-pic {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.swiper-container-news .swiper-slide .news-box-pic img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.swiper-container-news .swiper-slide .news-box-text {
    border-top: 1px solid #ccc;
    font-size: 18px;
}

.swiper-container-news .swiper-slide .news-box-text span {
    display: block;
    font-size: 36px;
    color: #333;
    margin-top: 20px;
}

.swiper-container-news .swiper-slide .news-box-text span>i {
    font-size: 14px;
    color: #999;
    font-style: normal;
    margin-left: 10px;
}

.swiper-container-news .swiper-slide .news-box-text h3 {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.swiper-container-news .swiper-slide .news-box-text p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.swiper-container-news .swiper-slide:hover .news-box-pic img {
    transform: scale(1.05);
}

.swiper-container-news .swiper-slide:hover .news-box-text h3,
.swiper-container-news .swiper-slide:hover .news-box-text p {
    color: #0094d5;
}

.swiper-container-news .swiper-pagination-news {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.swiper-container-news .swiper-pagination-news>span {
    width: 58px;
    height: 2px;
    border-radius: 0;
    border: 1px solid #000;
    background-color: transparent;
}

.swiper-container-news .swiper-pagination-news>span.swiper-pagination-bullet-active {
    border-color: #0094d5;
    background-color: #0094d5;
}


/* news-con end */


/* footer */

footer {
    background-color: #1b1b1b;
}

footer .foot-logo {
    padding: 30px 0;
}

footer .foot-logo>img {
    max-width: 100%;
}

footer .foot-cen {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .foot-cen .foot-l {
    width: 23%;
}

footer .foot-cen .foot-nav>ul {
    display: flex;
    flex-wrap: wrap;
}

footer .foot-cen .foot-nav li {
    position: relative;
    padding: 0 20px;
    line-height: 30px;
}

footer .foot-cen .foot-nav li::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
    color: #aaa;
}

footer .foot-cen .foot-nav li:nth-child(1),
footer .foot-cen .foot-nav li:nth-child(4),
footer .foot-cen .foot-nav li:nth-child(7) {
    padding-left: 0;
}

footer .foot-cen .foot-nav li:nth-child(3n)::after {
    display: none;
}

footer .foot-cen .foot-nav li>a {
    color: #aaa;
    font-size: 14px;
}

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>img {
    width: 130px;
    height: 130px;
}

footer .foot-copy {
    border-top: 1px solid #666;
}

footer .foot-copy .foot-copy-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #aaa;
    padding: 28px 0;
}

footer .foot-copy .foot-flink a {
    position: relative;
    color: #aaa;
    padding: 0 15px;
}

footer .foot-copy .foot-flink a::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
    color: #aaa;
}

footer .foot-copy .foot-flink a:last-child::after {
    display: none;
}

footer .foot-copy .foot-copy-r {
    text-align: right;
    line-height: 28px;
}

footer .foot-copy .foot-copy-r>a {
    color: #aaa;
}


/* footer end */

/* 左侧快速联系 */

.f9 .yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 16%;
    right: -160px;
    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: 350px!important;
}

.f9 .yb_bar ul li {
    width: 210px;
    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: #008ee0 url(../images/fixCont.png) no-repeat 0 0;
}

.f9 .yb_bar .yb_phone {
    background: #008ee0 url(../images/fixCont.png) no-repeat 0 -111px;
}

.f9 .yb_bar .yb_email {
    background: #008ee0 url(../images/fixCont.png) no-repeat 0 -57px;
}

.f9 .yb_bar .yb_ercode {
    /*height:330px;*/
    background: #008ee0 url(../images/fixCont.png) no-repeat 0 -169px;
}

.f9 .hd_qr {
    display: block;
    margin: 0 auto;
}

.f9 .yb_bar .yb_top a {
    display: block;
}

.f9 .yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}

.f9 .yb_QQ a:hover {
    color: #fff!important;
}

.f9 .yb_QQ1 a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}

.f9 .yb_QQ1 a:hover {
    color: #fff!important;
}


/* 左侧快速联系end */

/* ****************************************************** */


/* 首页响应式 */

@media (max-width: 1600px) {
    .w1400 {
        width: 1200px;
    }
    .m-title h3 {
        font-size: 30px;
    }
    header .head-logo {
        display: flex;
        align-items: center;
        width: 42%;
    }
    header .nav>li>a {
        padding: 0 16px;
        font-size: 16px;
    }
    .swiper-container-pro .swiper-slide .pro-box-pic {
        height: 360px;
    }
    .swiper-container-pro .swiper-slide .pro-box-text p {
        width: 90%;
    }
    .index-about {
        height: 60vh;
    }
    .index-about .m-title {
        margin: 15px auto;
    }
    .index-about .about-text .about-con {
        margin-bottom: 20px;
    }
    .swiper-container-appli .swiper-slide .appli-box-pic {
        height: 300px;
    }
    .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) {
    header .nav>li>a {
        padding: 0 12px;
    }
    .index-about .m-title {
        margin: 30px auto;
    }
    .index-about .about-text .about-con p {
        line-height: 2.5em!important;
    }
    .index-about .about-text .about-con span {
        font-size: 14px!important;
    }
    footer .foot-cen .foot-l{
        width: 28%;
    }
}

@media (max-width: 1200px) {
    .w1400 {
        width: auto;
        padding: 0 15px;
    }
    .thumbs-list {
        width: 80%;
        padding: 0;
    }
    #thumbs {
        height: 80px!important;
    }
    .thumbs-list .thumbs-title>h2 {
        font-size: 20px;
    }
    .thumbs-list .thumbs-title>p {
        font-size: 12px;
    }
    .swiper-container-pro .swiper-pagination-pro,
    .swiper-container-appli .swiper-pagination-appli,
    .swiper-container-news .swiper-pagination-news {
        margin-top: 25px;
    }
    .swiper-container-appli .swiper-slide .appli-box-pic img {
        width: 100%;
    }
    .index-pro {
        padding: 0px;
    }
    .partner .partner-list li {
        margin: 0 30px;
    }
}

@media (max-width: 996px) {
    .m-title {
        margin: 26px auto;
    }
    header .nav {
        display: none;
    }
    header .menu {
        display: block;
    }
    .swiper-container-pro .swiper-slide .pro-box-pic {
        height: 300px;
    }
    .index-about .about-pic,
    .index-about .about-text {
        width: 100%;
    }
    .index-about {
        flex-direction: column;
        height: auto;
    }
    .index-about .about-pic img {
        width: 100%;
    }
    .index-about .about-text .about-con {
        padding: 0 15px;
    }
    .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-er .foot-er-box {
        margin: 0 5px;
    }
    footer .foot-cen .foot-l {
        width: 30%;
    }
    footer .foot-copy .foot-copy-con {
        padding: 28px 15px;
    }
}

@media (max-width: 576px) {
    .m-btn {
        width: 40%;
        margin: 25px auto;
    }
    .thumbs-list {
        position: relative;
        width: 100%;
        left: 0;
        transform: translateX(0);
    }
    .thumbs-list .thumbs-title {
        display: none;
    }
    #thumbs {
        width: 90%!important;
        height: 55px!important;
    }
    .thumbs-list .thumbs-next {
        width: 10%;
    }
    header {
        padding: 12px 0;
        background-color: #fff;
    }
    header .menu .line {
        background: #333;
    }
    header .head-logo {
        width: 75%;
        padding-left: 5px;
    }
    header .head-logo .logo-w {
        display: none;
    }
    header .head-logo .logo-b {
        display: block;
    }
    .index-banner {
        margin-top: 56px;
    }
    .m-title {
        margin: 20px auto;
    }
    .m-title h3 {
        font-size: 24px;
    }
    .m-title p {
        font-size: 12px;
        line-height: 26px;
    }
    .index-pro {
        padding: 0 15px;
    }
    .swiper-container-pro {
        padding: 0;
    }
    .swiper-container-pro .swiper-slide {
        box-shadow: none;
    }
    .swiper-container-pro .swiper-slide .pro-box-pic {
        height: 165px;
    }
    .swiper-container-pro .swiper-slide .pro-box-text {
        padding: 10px 0px;
    }
    .swiper-container-pro .swiper-slide .pro-box-text h3 {
        font-size: 14px;
    }
    .swiper-container-pro .swiper-slide .pro-box-text p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .swiper-container-pro .swiper-pagination-pro>span,
    .swiper-container-appli .swiper-pagination-appli>span,
    .swiper-container-news .swiper-pagination-news>span{
        width: 20px;
    }
    .index-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;
    }
    .partner .partner-list {
        transform: translateY(10px);
    }
    .partner .partner-list>ul:nth-child(2) {
        transform: translateY(-12px);
    }
    .partner .partner-list>ul:nth-child(3) {
        transform: translateY(-24px);
    }
    .partner .partner-list li {
        width: 40px;
        height: 40px;
        margin: 0 9px;
    }
    .partner .partner-con>p {
        font-size: 14px;
    }
    .swiper-container-news .swiper-pagination-news {
        margin-bottom: 0;
    }
    .swiper-container-news .swiper-slide .news-box-text span {
        font-size: 24px;
    }
    .swiper-container-news .swiper-slide .news-box-text h3 {
        font-size: 14px;
    }
    .swiper-container-news .swiper-slide .news-box-text p {
        font-size: 12px;
    }
    .swiper-container-news .swiper-slide .news-box-pic {
        height: 120px;
    }
    footer .foot-cen {
        flex-direction: column;
        align-items: end;
    }
    footer .foot-cen .foot-l {
        width: 93%;
    }
    footer .foot-cen .foot-add {
        font-size: 14px;
        margin: 10px 0;
    }
    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;
    }
}