/*初始化代码*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

* {
    font-family: Alibaba;
}

body {
    background: #fff;
    font-size: 14px;
    overflow: hidden;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #003399;
}

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 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    font-weight: bold;
    color: #333;
}

.m-title h3>span {
    color: #003399;
}

.m-title h3::before {
    content: '';
    display: inline-block;
    width: 37px;
    height: 22px;
    background: url(../images/mtit-l.png) center no-repeat;
    margin: 0 1%;
}

.m-title h3::after {
    content: '';
    display: inline-block;
    width: 37px;
    height: 22px;
    background: url(../images/mtit-r.png) center no-repeat;
    margin: 0 1%;
}

.m-title p {
    position: relative;
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    line-height: 30px;
}

.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: #003399;
    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: #003399;
    transition: all 0.3s;
}


/* m-bbtn end */


/* m-btn */

.m-btn {
    display: block;
    position: relative;
    width: 8%;
    margin: 50px auto;
    line-height: 40px;
    background-color: #003399;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.m-btn:hover {
    color: #fff;
}


/* m-btn end */


/* topbg */

.topbg {
    background-color: #f3f3f3;
}

.top-c {
    display: flex;
    justify-content: space-between;
    color: #666;
    line-height: 46px;
}

.top-c .top-r>a {
    color: #666;
}

.top-c .t-conat {
    background: url(../images/t-conat.png) left center no-repeat;
    background-size: 20px;
    padding-left: 26px;
}

.top-c .t-mess {
    background: url(../images/t-mess.png) left center no-repeat;
    background-size: 20px;
    padding-left: 26px;
}

.top-c .t-site {
    background: url(../images/t-site.png) left center no-repeat;
    background-size: 20px;
    padding-left: 26px;
}


/* topbg end */


/* header */

.head-bg {
    width: 100%;
    top: 0;
    z-index: 9999;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.5% auto !important;
    transition: all 0.1s;
}

header .head-logo {
    display: flex;
    align-items: center;
}

header .head-logo h1 {
    display: flex;
}

header .head-logo a {
    outline: none;
}

header .head-logo h1>a {
    display: flex;
}

header .head-logo h1>a .head-img {
    font-size: 40px;
    font-weight: bold;
    color: #10376d;
}

header .head-logo i {
    display: inline-block;
    width: 12px;
    height: 67px;
    background: url(../images/lg-line.jpg) center no-repeat;
    margin: 0 15px;
    margin-top: 10px;
}

header .head-logo .head-txt p {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

header .head-logo .head-txt span {
    display: block;
    font-size: 18px;
    color: #333;
}

header .head-tel {
    font-size: 16px;
    color: #666;
    padding-left: 54px;
    background: url(../images/top-tel.png) left center no-repeat;
    background-size: 48px;
}

header .head-tel>h2 {
    color: #333;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}


/* navbg */

.navbg {
    width: 100%;
    top: 0;
    z-index: 9999;
    background-color: #333;
}

.navbg .top-nav {
    display: flex;
    align-items: center;
    z-index: 9999;
}

.navbg .nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.navbg .nav>li {
    position: relative;
    width: 10%;
    line-height: 60px;
}

.navbg .nav>li::after {
    position: absolute;
    right: 0;
    top: 22px;
    content: '';
    display: block;
    width: 1px;
    height: 22px;
    border-right: 1px dashed #999;
}

.navbg .nav>li:last-child::after {
    display: none;
}

.navbg .nav>li.nav-line {
    width: 3px;
    height: 60px;
    background: url(../images/nav-line.jpg) center no-repeat;
}

.navbg .nav>li>a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.navbg .nav>li>a>span {
    display: block;
    font-size: 14px;
    color: #99c8f9;
    text-transform: uppercase;
}

.navbg .nav>li>a::after {
    display: none;
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #003399;
    transition: all 0.3s;
}

.navbg .nav>li>dl {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 102px;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    box-shadow: 0px 1px 5px #ccc;
    transition: all 0.3s;
}

.navbg .nav>li>dl a {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    transition: all 0.3s;
}

.navbg .nav>li.nact,
.navbg .nav>li:hover {
    background-color: #003399;
}

.navbg .nav>li.nact>a,
.navbg .nav>li:hover>a {
    color: #fff !important;
    font-weight: bold;
}

.navbg .nav>li.nact>a::after,
.navbg .nav>li:hover>a::after {
    width: 100%;
}

.navbg .nav>li:hover>dl {
    visibility: inherit;
    opacity: 1;
    top: 60px;
}

.navbg .nav>li>dl a:hover {
    background-color: #003399;
    color: #fff;
}


/* navbg end */


/* 顶部电话 */

.head-bg .top-tel {
    font-size: 22px;
    color: #003399;
    font-weight: bold;
    background: url(../images/top-tel.png) left center no-repeat;
    background-size: 30px;
    padding-left: 35px;
    margin-left: 20px;
}


/* 顶部电话 end */


/* 语言弹窗 */

.menu-lang {
    display: none;
    align-items: center;
}

.top-lang {
    display: none;
    position: relative;
    margin-left: 40px;
    /* background-color: #003399; */
}

.top-lang>a {
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 0;
    border-radius: 50%;
    margin-top: 40px;
}

.top-lang>a:first-child {
    background: url(../images/ch.png) center no-repeat;
    background-size: cover;
    margin-right: 14px;
}

.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;
}

.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, 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: 0.3s;
}

.tc-box form label.act {
    font-size: 16px;
    bottom: 3rem;
    line-height: 3rem;
    height: 3rem;
}

.tc-box #keyword {
    width: 80%;
    height: 4.25rem;
    padding: 0 20px;
    font-size: 1.6rem;
    color: #999;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    border: 0;
}

.tc-box .btn_blue {
    width: 40px;
    height: 4.25rem;
    border: 0;
    line-height: 4.25rem;
    background-size: 40px;
    font-size: 1.125rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
}

.tc-box .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}


/* 语言弹窗 end */


/* xg */

.head-bg.xg .navbg {
    position: fixed;
}

.head-bg.xg .top-tlb {
    display: none;
}

.head-bg.xg .top-lang>a {
    margin-top: 26px;
}

.head-bg.xg .head-logo i {
    height: 62px;
}

.head-bg.xg .head-logo h1 p {
    font-size: 16px;
}

.head-bg.xg .head-logo h1 p>span {
    font-size: 20px;
}

.head-bg.xg .nav>li>a {
    font-size: 16px;
}


/* xg end */

header .menu {
    display: none;
    cursor: pointer;
    height: 30px;
    width: 50px;
    margin-right: 15px;
    position: relative;
}

header .menu .line {
    display: block;
    width: 30px;
    height: 1px;
    background: #003a86;
    position: absolute;
    right: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}

header .menu .line1 {
    top: 5px;
}

header .menu .line2 {
    top: 15px;
}

header .menu .line3 {
    top: 25px;
}

header .active .line1 {
    transform: rotate(45deg) translate(2px, 12px);
    -webkit-transform: rotate(45deg) translate(2px, 12px);
    -moz-transform: rotate(45deg) translate(2px, 12px);
}

header .active .line2 {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    opacity: 0;
}

header .active .line3 {
    transform: rotate(-45deg) translate(2px, -12px);
    -webkit-transform: rotate(-45deg) translate(2px, -12px);
    -moz-transform: rotate(-45deg) translate(2px, -12px);
}

header.xg .menu .line,
header:hover .menu .line {
    background-color: #333;
}

header .navbar {
    display: none;
    padding: 15px 22px 0px;
    background: #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%;
    line-height: 44px;
    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, 0.3);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 50% 50%;
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.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, 51, 153, 0.8);
}

.index-banner .swiper-pagination-bullet {
    width: 40px;
    height: 8px;
    border-radius: 0;
    background: #003399;
    opacity: 1;
    transition: all 0.3s;
}

.index-banner .swiper-pagination-bullet-active {
    background: #fff;
}

.thumbs-list {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #003399;
}

.thumbs-list .thumbs-title {
    width: 12%;
    background-color: #003399;
    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: #003399 url(../images/thumbs-next.png) center no-repeat;
    background-size: 40px;
    cursor: pointer;
}

#thumbs {
    width: 84% !important;
    height: 110px !important;
}

#thumbs .swiper-slide {
    height: 100%;
    cursor: pointer;
    background-size: cover !important;
}

#thumbs .swiper-slide-thumb-active {}


/* banner end */


/* index-pro */

.index-pro-bg {}

.index-pro-bg .m-titbg .m-title i {
    background-image: url(../images/tit-iw.png);
}

.index-pro-bg .index-pro-c {
    margin: 0 auto;
}

.index-pro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.index-pro .inpro-r {
    width: 100%;
    margin-bottom: 2%;
}

.index-pro .inpro-r .swiper-button-prev,
.index-pro .inpro-r .swiper-button-next {
    top: 42%;
    width: 45px;
    height: 45px;
    background-size: cover!important;
}

.index-pro .inpro-r .swiper-button-prev {
    left: -4%;
    background: url(../images/arrow-lefth.png) center no-repeat;
}

.index-pro .inpro-r .swiper-button-next {
    right: -4%;
    background: url(../images/arrow-righth.png) center no-repeat;
}

.index-pro .swiper-container-pro {
    width: 100%;
    overflow: hidden;
}

.index-pro .swiper-container-pro>.swiper-wrapper {}

.index-pro .swiper-container-pro .swiper-slide>a {
    display: block;
    text-align: center;
}

.index-pro .swiper-container-pro .swiper-slide>a>div {
    border: 1px solid #ddd;
    overflow: hidden;
}

.index-pro .swiper-container-pro .swiper-slide>a>div>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
}

.index-pro .swiper-container-pro .swiper-slide>a>p {
    font-size: 18px;
    line-height: 46px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.index-pro .swiper-container-pro .swiper-slide:hover>a>p {
    color: #003399;
}

.index-pro .swiper-container-pro .swiper-slide:hover>a>div>img {
    transform: scale(1.05);
}


/* index-pro end */


/* cpys */

.cpys {
    background-color: #f9f9f9;
}

.cpys .cpys-t,
.cpys .cpys-b {
    display: flex;
    align-items: center;
    height: 68vh;
    overflow: hidden;
}

.cpys .cpys-img {
    position: absolute;
    width: 50%;
    height: 68vh;
    background-size: cover;
}

.cpys .cpys-t .cpys-img {
    right: 0;
    background: url(../images/cpys1.jpg) center no-repeat;
    background-size: cover;
}

.cpys .cpys-b .cpys-img {
    left: 0;
    background: url(../images/cpys2.jpg) center no-repeat;
    background-size: cover;
}

.cpys .cpys-txt {
    position: relative;
}

.cpys .cpys-b .cpys-txt {
    width: 48%;
    margin-left: 52%;
}

.cpys .cpys-num {
    position: absolute;
    display: inline-block;
    font-family: Arial;
    padding-top: 80px;
    font-size: 100px;
    font-weight: bold;
    color: #ccc;
}

.cpys .cpys-t .cpys-num {
    top: -12%;
    left: -12%;
}

.cpys .cpys-b .cpys-num {
    top: -10%;
    right: -22%;
}

.cpys .cpys-num::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background-color: #ccc;
}

.cpys .cpys-txt>h3 {
    font-size: 40px;
    font-weight: bold;
    color: #003399;
    padding-left: 60px;
    background: url(../images/cpys-ic.png) left center no-repeat;
    background-size: 50px;
}

.cpys .cpys-txt>p {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    padding: 2% 0;
    margin-bottom: 2%;
    border-bottom: 2px solid #ddd;
}

.cpys .cpys-b .cpys-txt>p {
    padding: 4% 0;
    margin-bottom: 4%;
}

.cpys .cpys-txt .cpys-td {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    margin-bottom: 2%;
}

.cpys .cpys-b .cpys-txt .cpys-td {
    width: 100%;
    margin-bottom: 4%;
}

.cpys .cpys-txt .cpys-td>p {
    width: 46%;
    line-height: 36px;
}

.cpys .cpys-b .cpys-txt .cpys-td>p {
    width: 50%;
}

.cpys .cpys-txt .cpys-td>p::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #003399;
    border-radius: 50%;
    margin-right: 4%;
}

.cpys .cpys-txt .cpys-ic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    width: 48vw;
    padding: 1%;
    box-shadow: 0 0 5px #ccc;
}

.cpys .cpys-txt .cpys-ic>img {
    width: 32%;
}

.cpys .cpys-b .cpys-txt .cpys-ic {
    margin-left: -40%;
}


/* cpys end */


/* 压瓦机分类 */

.cpcfc {
    background: url(../images/cpcfc-bg.jpg) center bottom no-repeat;
}

.cpcf-li {
    display: flex;
    justify-content: space-between;
}

.cpcf-li>li {
    display: flex;
    width: 16%;
    justify-content: center;
    background: url(../images/cpcfc-li.png) center no-repeat;
    background-size: 100%;
}

.cpcf-li>li>a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 52px;
}

.cpcf-li>li.cur {
    background: url(../images/cpcfc-lib.png) center no-repeat;
    background-size: 100%;
}

.cpcf-box .cfbox-line {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% 0;
}

.cpcf-box .cfbox-line h4 {
    position: relative;
    font-size: 46px;
    font-weight: bold;
    color: #333;
}

.cpcf-box .cfbox-line h4>b {
    position: relative;
    z-index: 1;
}

.cpcf-box .cfbox-line h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    z-index: 0;
    width: 100%;
    height: 10px;
    background-color: #003399;
}

.cpcf-box .cfbox-line span {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    margin-bottom: 10%;
}

.cpcf-box .cfbox-line p {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.cpcf-box .cfbox-line p.cpbox-b {
    color: #003399;
}

.cpcf-box .cfbox-line a {
    display: block;
    width: 100px;
    line-height: 36px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background-color: #cc0000;
    border-radius: 18px;
    margin-top: 22%;
}


/* 压瓦机分类 end */


/* 样品图 */

.sampic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 4% auto;
    margin-bottom: 0;
}

.sampic .sampic-b {
    width: 43%;
    padding: 3%;
    background-color: #f4f4f4;
}

.sampic .sampic-b>a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sampic .sampic-l {
    width: 40%;
}

.sampic .sampic-l h4 {
    font-size: 24px;
    font-weight: bold;
}

.sampic .sampic-l p {
    font-size: 16px;
    line-height: 36px;
}

.sampic .sampic-l button {
    width: 100px;
    border: 0;
    background-color: #999;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin-top: 45%;
    cursor: pointer;
    transition: all 0.3s;
}

.sampic .sampic-r {
    width: 60%;
}

.sampic .sampic-b img {
    max-width: 100%;
}

.sampic .sampic-b:hover .sampic-l button {
    background-color: #003399;
}


/* 样品图 end */


/* 应用案例 */

.appca-c .swiper-container-appca {
    position: relative;
    width: 100%;
    height: 70vh;
}

.appca-c .swiper-container-appca a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.appca-c .swiper-container-appca .appca-img {
    width: 100%;
    height: 100%;
}

.appca-c .swiper-container-appca img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.appca-c .swiper-container-appca .appca-txt {
    position: absolute;
    bottom: 0;
    width: 96%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 2%;
}

.appca-c .swiper-container-appca .appca-txt>h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1%;
}

.appca-c .swiper-container-appca .appca-txt>p {
    width: 72%;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.appca-c .swiper-container-appca .appca-txt>button {
    position: absolute;
    bottom: 15%;
    right: 2%;
    width: 140px;
    line-height: 50px;
    border: 0;
    color: #fff;
    font-size: 16px;
    background-color: #003399;
    cursor: pointer;
    transition: all 0.3s;
}

.appca-c .swiper-container-appca .appca-txt>button:hover {
    background-color: #1c5daa;
}

.appca-c .swiper-container-appca .swiper-button-next,
.appca-c .swiper-container-appca .swiper-button-prev {
    width: 60px;
    height: 60px;
}

.appca-c .swiper-container-appca .swiper-button-next {
    background: url(../images/arrow-rightj.png) center no-repeat;
    background-size: cover;
}

.appca-c .swiper-container-appca .swiper-button-prev {
    background: url(../images/arrow-leftj.png) center no-repeat;
    background-size: cover;
}


/* 应用案例 end */


/* 首页优势 */

.inys-bg {
    position: relative;
    width: 100%;
    background-color: #eceff2;
    margin-top: 4%;
    padding-bottom: 8%;
}

.inys-bg .ys_t {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.inys-bg .ys_t ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.inys-bg .ys_t ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 24%;
    padding: 2% 0;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.inys-bg .ys_t ul li>div:nth-child(1) {
    width: 16%;
    margin-right: 4%;
}

.inys-bg .ys_t ul li h4 {
    font-size: 24px;
    font-weight: bold;
}

.inys-bg .ys_t ul li p {
    color: #999;
    font-size: 14px;
}

.inys-bg .ys_t ul li img {
    max-width: 100%;
}

.inys-bg .ys_t ul li:hover,
.inys-bg .ys_t ul li.cur {
    color: #fff;
    background-color: #003399;
}

.inys-bg .ys_t ul li:hover p,
.inys-bg .ys_t ul li.cur p {
    color: #fff;
}

.inys-bg .ys_t ul li:hover img,
.inys-bg .ys_t ul li.cur img {
    filter: grayscale(100%) brightness(10);
}

.inys-bg .ys_m {
    position: relative;
}

.inys-bg .ys_m dl {
    height: 60vh;
    overflow: hidden;
}

.inys-bg .ys_m dl dd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.inys-bg .ys_m dl dd .ys-dd {
    width: 40%;
}

.inys-bg .ys_m dl dd .ys-txt {
    padding: 0 10%;
    padding-bottom: 10%;
}

.inys-bg .ys_m dl dd .ys-tit {
    margin-bottom: 3%;
}

.inys-bg .ys_m dl dd .ys-tit>b {
    font-size: 110px;
    font-weight: bold;
    font-family: Arial;
    color: #003399;
    padding: 0 1%;
    margin-right: 3%;
}

.inys-bg .ys_m dl dd .ys-tit>h4 {
    font-size: 34px;
    color: #003399;
    font-weight: bold;
}

.inys-bg .ys_m dl dd .ys-tit>span {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.inys-bg .ys_m dl dd .ys-tit>i {
    display: block;
    width: 36%;
    height: 10px;
    background: url(../images/ys-titi.png) center no-repeat;
    background-size: 100%;
    margin: 4% 0;
}

.inys-bg .ys_m dl dd .ys-txt>p {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    background: url(../images/case-ic.png) left 15px no-repeat;
    background-size: 4px;
    padding-left: 12px;
    overflow: hidden;
}

.inys-bg .ys_m dl dd .ys-txt>p>b {
    color: #079fe5;
}

.inys-bg .ys_m dl dt {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    line-height: 0;
    overflow: hidden;
}

.inys-bg .ys_m dl dt>a {
    display: block;
    width: 100%;
    height: 100%;
}

.inys-bg .ys_m dl dt>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 首页优势 end */


/* in-about */

.in-about {
    margin-top: 5%;
}

.in-about .inab-c {
    position: relative;
}

.in-about .inab-l {
    width: 100%;
}

.in-about .inab-l>img {
    max-width: 100%;
}

.in-about .inab-r {
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    padding: 1%;
    background-color: rgba(255, 255, 255, .8);
}

.in-about .inab-blue {
    color: #fff;
    border: 1px solid #003399;
    padding: 6%;
}

.in-about .inab-blue>h3 {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    margin-bottom: 3%;
}

.in-about .inab-blue>p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
}

.inab-c .inab-num {
    display: flex;
    justify-content: space-between;
    color: #333;
    text-align: center;
    font-size: 18px;
}

.inab-c .inab-num .counter {
    font-size: 56px;
    color: #003399;
    font-family: Arial;
    font-weight: bold;
}

.incl-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3% auto;
}

.incl-c .incl-b {
    width: 18%;
    transition: all 0.3s;
}

.incl-c img {
    max-width: 100%;
}

.incl-c .incl-line {
    width: 18px;
    height: 68px;
    background: url(../images/incl-line.jpg) center no-repeat;
}

.incl-c .incl-b>a {
    display: flex;
    align-items: center;
}

.incl-c .incl-b .incl-img {
    width: 30px;
    height: 30px;
    padding: 15px;
    border-radius: 50%;
    background-color: #f2f2f2;
    margin-right: 4%;
    transition: all 0.3s;
}

.incl-c .incl-b img {
    width: 100%;
}

.incl-c .incl-b h4 {
    font-size: 18px;
    color: #333;
    line-height: 24px;
}

.incl-c .incl-b p {
    color: #999;
    font-size: 14px;
}

.incl-c .incl-b:hover .incl-img {
    background-color: #003399;
}

.incl-c .incl-b:hover .incl-img img {
    filter: grayscale(100%) brightness(10);
}


/* in-about end */


/* news-con */

.news-bg {}

.news-bg .innews-c {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.innews-c .innews-l {
    width: 48%;
}

.innews-c .innews-tit {
    display: flex;
    margin-bottom: 4%;
}

.innews-c .innews-tit>h4 {
    position: relative;
    font-size: 24px;
    margin-right: 3%;
}

.innews-c .innews-tit>h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 4px;
    background-color: #003399;
    transition: all 0.3s;
}

.innews-c .innews-tit>h4.cur::after {
    width: 100%;
}

.innews-c .swiper-container-innews {
    position: relative;
    overflow: hidden;
    padding-bottom: 5%;
}

.innews-c .swiper-container-innews .swiper-pagination {
    width: auto;
    left: auto;
    right: 0;
}

.innews-c .swiper-container-innews .swiper-pagination-bullet {
    background-color: #999;
}

.innews-c .swiper-container-innews .swiper-pagination-bullet-active {
    background-color: #003399;
}

.innews-c .swiper-container-innews .inw-img {
    height: 32vh;
}

.innews-c .swiper-container-innews img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innews-c .swiper-container-innews h4 {
    font-size: 18px;
    color: #333;
    line-height: 54px;
    transition: all 0.3s;
}

.innews-c .swiper-container-innews p {
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.innews-c .swiper-container-innews button {
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: left;
    background-color: transparent;
    border: 0;
    color: #999;
    background: url(../images/inw-arr.png) 12% center no-repeat;
    transition: all 0.3s;
}

.innews-c .swiper-container-innews .swiper-slide:hover h4 {
    color: #003399;
}

.innews-c .swiper-container-innews .swiper-slide:hover button {
    background-position-x: 15%;
}

.innews-c .innews-r {
    width: 48%;
}

.innews-c .swiper-container-faq {
    overflow: hidden;
    height: 50vh;
}

.innews-c .swiper-container-faq a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3% 0;
    border-top: 1px dashed #999;
}

.innews-c .swiper-container-faq a>div:nth-child(1) {
    width: 80%;
}

.innews-c .swiper-container-faq a>.inw-time {
    width: 16%;
    text-align: center;
    font-size: 18px;
}

.innews-c .swiper-container-faq a>.inw-time b {
    font-weight: 500;
}

.innews-c .swiper-container-faq a>.inw-time p {
    font-size: 56px;
    line-height: 56px;
}

.innews-c .swiper-container-faq h4 {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.innews-c .swiper-container-faq p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* news-con end */


/* footer */

footer {
    background-color: #333;
}

footer .foot-link {
    background-color: #222;
    color: #fff;
    font-size: 15px;
    line-height: 60px;
}

footer .foot-link a {
    color: #fff;
    font-size: 15px;
}

footer .foot-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 3% 0;
}

footer .foot-nav {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .foot-con h3 {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

footer .foot-nav>ul {
    display: flex;
    flex-direction: column;
    width: 18%;
}

footer .foot-nav li {
    line-height: 30px;
}

footer .foot-nav li>a {
    color: #fff;
    font-size: 15px;
}

footer .foot-nav .foot-cen {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #fff;
    width: 55%;
}

footer .foot-nav .foot-cen h4 {
    font-weight: bold;
    font-size: 22px;
    font-family: Arial;
}

footer .foot-nav .foot-cen div {
    padding-left: 35px;
}

footer .foot-nav .foot-cen .foot-tel {
    background: url(../images/foot-tel.png) left center no-repeat;
    background-size: 26px;
}

footer .foot-nav .foot-cen .foot-add {
    background: url(../images/foot-add.png) left center no-repeat;
    background-size: 26px;
}

footer .foot-nav .foot-cen .foot-mail {
    background: url(../images/foot-mail.png) left center no-repeat;
    background-size: 26px;
}

footer .foot-copy {
    width: 22%;
    color: #fff;
    font-size: 15px;
    line-height: 32px;
}

footer .foot-copy a {
    color: #fff;
}

footer .foot-er {
    width: 10%;
    margin-top: 3%;
    text-align: center;
    color: #fff;
    line-height: 36px;
}

footer .foot-er img {
    max-width: 100%;
    border-radius: 10px;
}

.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 */


/* 左侧快速联系 */

.f7 .m-mod {
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
    color: #333;
}

.f7 .m-mod * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.f7 .m-mod a {
    color: inherit;
    text-decoration: none;
}

.f7 .m-mod img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

.f7 .m-mod ul,
.f7 .m-mod li {
    list-style: none;
}

.f7 .m-gotop {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 40%;
}

.f7 .m-gotop-box {
    position: relative;
    float: right;
}

.f7 .m-gotop .a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    background-color: #353535;
    color: #fff;
    margin-bottom: 4px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.f7 .m-gotop .a-phone,
.f7 .m-gotop .a-qrcode,
.f7 .m-gotop .a-top{
    display: none;
}

.f7 .m-gotop .a>img {
    width: 38px;
    margin-top: 12px;
}

.f7 .m-gotop .a.active,
.f7 .m-gotop .a:hover {
    background: #003399;
}

.f7 .m-gotop .a .i {
    float: left;
    width: 70px;
    height: 70px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
}

.f7 .m-gotop .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.f7 .m-gotop .a-service-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
}

.f7 .m-gotop .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 86px;
    min-height: 80px;
    border: 1px solid #e0e1e5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.f7 .m-gotop .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../images/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px;
}

.f7 .m-gotop .d .inner-box {
    padding: 8px 22px 12px;
    color: #333;
}

.f7 .m-gotop .d .inner-box p {
    font-size: 22px;
}

.f7 .m-gotop .d-service-item {
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}

.f7 .m-gotop .d-service .d-service-item {
    border-bottom: none;
}

.f7 .m-gotop .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #f1f1f3;
    display: block;
    float: left;
}

.f7 .m-gotop .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    display: block;
    transition: all 0.2s;
    border-radius: 50%;
    overflow: hidden;
}

.f7 .m-gotop .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.f7 .m-gotop .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    display: block;
}

.f7 .m-gotop .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}

.f7 .m-gotop .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

.f7 .m-gotop .d-service-item .text .number {
    font-family: 'Microsoft Yahei', Arial, sans-serif;
}

.f7 .m-gotop .d-service-intro {
    padding-top: 10px;
}

.f7 .m-gotop .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}

.f7 .m-gotop .d-service-intro i {
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.f7 .m-gotop .d-qrcode {
    text-align: center;
}

.f7 .m-gotop .d-qrcode .inner-box {
    padding: 20px 0;
}

.f7 .m-gotop .d-qrcode p {
    font-size: 16px;
    color: #93959c;
}

.f7 .m-gotop .a:hover .d {
    display: block;
}


/* 左侧快速联系end */


/* ****************************************************** */


/* 首页响应式 */
@media (max-width: 1600px) {
    .cpys .cpys-txt .cpys-ic{
        width: 44vw;
    }
}
@media (max-width: 1400px) {
    header {
        margin: 15px auto !important;
    }
    .head-bg.xg header {
        margin: 5px auto !important;
    }
    header .nav>li>a {
        padding: 0 10px;
    }
    header .head-logo h1 p {
        font-size: 18px;
        margin-top: 24px;
    }
    header .head-logo h1 p>span {
        font-size: 24px;
    }
    .cpys .cpys-txt .cpys-ic{
        width: 40vw;
    }
    .cpys .cpys-b .cpys-txt .cpys-ic {
        margin-left: -15%;
    }
    .in-about .inab-r {
        width: 60%;
        left: 35%;
    }
}
@media (max-height: 680px) {
    .cpys .cpys-t, .cpys .cpys-b,
    .cpys .cpys-img{
        height: 85vh;
    }
}
@media (max-width: 1200px) {
    .w1200 {
        width: auto;
        padding: 0 15px;
    }
    .m-title {
        margin: 35px auto;
    }
    .m-title i {
        margin: 5px auto;
    }
    .m-btn {
        margin: 30px auto;
    }
    header {
        margin: 3% 15px !important;
    }
    header .head-logo h1 .head-text>h3 {
        font-size: 32px;
    }
    header .head-logo h1 .head-text>p {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
    header .nav>li>a {
        padding: 0 15px;
    }
    header .nav .toplink {
        display: none;
    }
    .head-bg .nav>li>a {
        font-size: 15px;
    }
    .head-bg.xg .nav>li>a {
        font-size: 15px;
    }
    .head-bg .nav>li>dl a {
        line-height: 40px;
        font-size: 13px;
    }
    .index-pro .swiper-container-pro .swiper-slide>a>p>button {
        margin-top: 0;
        line-height: 26px;
        width: 40%;
        font-size: 13px;
    }
    .index-pro .swiper-container-pro .swiper-slide>a>p {
        font-size: 16px;
        line-height: 30px;
    }
    .index-pro .inpro-r {
        margin-bottom: 3%;
    }
    .in-about .inab-blue>h4 {
        font-size: 34px;
    }
    .in-about .inab-blue>h5 {
        font-size: 18px;
    }
    .in-about .inab-blue>p {
        font-size: 14px;
    }
    .inys-bg .ys_t {
        width: 90%;
    }
    .inys-bg .ys_m dl {
        height: 52vh;
    }
    .inys-bg .ys_t ul li>span {
        font-size: 20px;
    }
    .inys-bg .ys_m dl dd .ys-dd {
        width: 46%;
    }
    .inys-bg .ys_m dl dd .ys-tit>b {
        font-size: 80px;
    }
    .m-title h3 {
        font-size: 38px;
    }
    .m-title p {
        font-size: 16px;
        line-height: 32px;
    }
    .m-bbtn {
        margin: 20px 0;
    }
    .index-pro .pro-box {
        padding-bottom: 15px;
    }
    footer .foot-con {
        margin-top: 0;
    }
    footer .foot-con>i {
        display: none;
    }
    footer .foot-link {
        line-height: 80px;
    }
    footer .foot-con {
        padding: 3% 15px;
    }
    footer .foot-r {
        width: 58%;
    }
}

@media (max-width: 1080px) {
    header .head-tel>h3 {
        font-size: 25px;
    }
    .head-bg .nav>li>a {
        font-size: 15px;
    }
    .head-bg .nav>li {
        line-height: 56px;
    }
    .inys-bg .ys_t ul li b {
        font-size: 16px;
    }
    .innews-c .innews-r h3 {
        font-size: 15px;
    }
    .innews-c .innews-r .inn-line {
        margin-bottom: 1.5%;
    }
    /* cpys */
    .cpys .cpys-num {
        display: none;
    }
    .cpys .cpys-txt>h3 {
        font-size: 30px;
        padding-left: 48px;
        background-size: 38px;
    }
    .cpys .cpys-txt>p {
        font-size: 15px;
        padding: 1% 0;
    }
    .cpys .cpys-txt .cpys-td {
        font-size: 15px;
    }
    .cpys .cpys-txt .cpys-td>p {
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cpys .cpys-b .cpys-txt>p {
        padding: 1% 0;
    }
    .cpys .cpys-t,
    .cpys .cpys-b {
        height: 64vh;
    }
    .cpys .cpys-img {
        height: 64vh;
    }
    /* cpys end */
    /* cfbox */
    .cpcf-box .cfbox-line {
        flex-wrap: wrap;
    }
    .cpcf-box .cfbox-line .cpcf-l {
        width: 30%;
    }
    .cpcf-box .cfbox-line .cpcf-r {
        width: 60%;
    }
    .cpcf-box .cfbox-line .cpcf-r img {
        max-width: 100%;
    }
    .cpcf-box .cfbox-line h4 {
        font-size: 38px;
    }
    .cpcf-box .cfbox-line p {
        font-size: 28px;
    }
    .cpcf-box .cfbox-line a {
        margin-top: 12%;
    }
    /* cfbox end */
    /* inys-bg */
    .inys-bg .ys_m dl dd .ys-tit>b {
        font-size: 64px;
    }
    .inys-bg .ys_m dl dd .ys-tit>h4 {
        font-size: 28px;
    }
    .inys-bg .ys_m dl dd .ys-txt>p {
        font-size: 14px;
        line-height: 26px;
    }
    .inys-bg .ys_t ul li h4 {
        font-size: 18px;
    }
    .inys-bg .ys_t ul li>div:nth-child(1) {
        width: 13%;
    }
    /* inys-bg end */
    /* in-about */
    .in-about .inab-blue {
        padding: 4%;
    }
    .in-about .inab-blue>h3 {
        font-size: 30px;
        margin-bottom: 1%;
    }
    .in-about .inab-blue>p {
        line-height: 28px;
    }
    .inab-c .inab-num .counter {
        font-size: 38px;
    }
    /* in-about end*/
    footer .foot-nav li>a {
        font-size: 14px;
    }
    /* f7 */
    .f7 .m-gotop .a {
        width: 60px;
        height: 60px;
        font-size: 12px;
    }
    .f7 .m-gotop .a>img {
        width: 28px;
        margin-top: 6px;
    }
    /* f7 end */
}

@media (max-width: 996px) {
    .head-bg.xg #header-top {
        position: fixed;
        width: 100%;
        background-color: #fff;
        top: 0;
        z-index: 9999;
        margin: 0px auto !important;
        padding: 0;
        box-shadow: 0 0 5px #ccc;
    }
    .m-title {
        margin: 26px auto;
    }
    .head-bg .top-nav {
        display: none;
    }
    .head-toptit {
        display: none;
    }
    header .head-tel {
        display: none;
    }
    header {
        margin: 1% 15px !important;
    }
    .menu-lang {
        display: flex;
    }
    header .navbar {
        top: 72px;
    }
    header .menu {
        display: block;
    }
    header .head-logo h1>a .head-img {
        font-size: 32px;
    }
    header .head-logo h1>a .head-img img {
        width: 180px;
    }
    header .head-logo .head-txt p {
        font-size: 20px;
    }
    header .head-logo .head-txt span {
        font-size: 16px;
    }
    .index-pro-bg {}
    .index-pro-bg .index-l {
        display: none;
    }
    .index-pro {
        width: 100%;
    }
    .index-pro .inpro-r {
        width: 100%;
    }
    .swiper-container-pro .swiper-slide .pro-box-text h3 {
        font-size: 15px;
    }
    .index-pro .m-titbg {
        background-color: transparent;
    }
    .index-pro ul li>a {
        color: #333;
    }
    .top-lang {
        margin-left: 0px;
    }
    .top-lang>a {
        margin-top: 0;
        margin-bottom: 15px;
    }
    /* appca */
    .appca-c .swiper-container-appca .appca-txt>h4 {
        font-size: 24px;
    }
    .appca-c .swiper-container-appca .appca-txt>p {
        font-size: 14px;
        line-height: 22px;
    }
    /* appca end */
    /* inys-bg */
    .inys-bg .ys_m dl dd {
        width: 100%;
    }
    .inys-bg .ys_t ul li em {
        width: 32px;
        height: 32px;
        padding-right: 4px;
    }
    .inys-bg .ys-box .ys-text dd {
        text-indent: 0;
    }
    .inys-bg .ys_m dl dd .ys-txt {
        padding: 0 6%;
    }
    /* inys-bg end*/
    /* innews */
    .innews-c .innews-tit>h4 {
        font-size: 20px;
    }
    .innews-c .swiper-container-faq a>.inw-time p {
        font-size: 42px;
    }
    /* innews end */
    .incl-c .incl-lg {
        width: 180px;
    }
    footer .foot-cen .foot-add img {
        max-width: 100%;
    }
    footer .foot-er .foot-er-box {
        margin: 0 5px;
    }
    footer .foot-cen .foot-l {
        display: none;
    }
    footer .foot-copy {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .m-title h3 {
        font-size: 28px;
    }
    .m-title p {
        font-size: 14px;
        line-height: 28px;
    }
    .topbg {
        display: none;
    }
    header .navbar {
        top: 77px;
    }
    /* cpys */
    .cpys .cpys-t,
    .cpys .cpys-b {
        flex-direction: column;
        height: auto;
    }
    .cpys .cpys-img {
        width: 100%;
        height: 46vh;
        position: initial;
    }
    .cpys .cpys-txt {
        padding: 3% 15px;
    }
    .cpys .cpys-b .cpys-txt {
        width: 100%;
        margin-left: 0;
        padding: 3% 0;
    }
    .cpys .cpys-txt .cpys-td {
        width: 100%;
    }
    .cpys .cpys-txt .cpys-td>p {
        width: 50%;
    }
    .cpys .cpys-txt .cpys-ic {
        width: 80vw;
    }
    .cpys .cpys-b .cpys-txt .cpys-ic {
        margin-left: 0;
    }
    /* cpys  end*/
    /* cpcf */
    .cpcf-li {
        width: 30%;
        flex-wrap: wrap;
    }
    /* cpcf end*/
    .inys-bg .ys_t ul li {
        width: 44%;
        margin-bottom: 2%;
    }
    .inproc-line li img {
        width: 50px;
    }
    .inproc-line li>span>h3 {
        font-size: 15px;
    }
    /* appca */
    .appca-c .swiper-container-appca .appca-txt>h4 {
        font-size: 20px;
    }
    .appca-c .swiper-container-appca .appca-txt>p {
        width: 72%;
    }
    .appca-c .swiper-container-appca .appca-txt>button {
        width: 120px;
        line-height: 40px;
    }
    /* appca end*/
    /* inys */
    .inys-bg .ys_t {
        position: initial;
        transform: none;
    }
    .inys-bg .ys_t ul li {
        width: 32%;
    }
    .inys-bg .ys_m dl dd .ys-dd {
        width: 100%;
    }
    .inys-bg .ys_m dl dt {
        position: initial;
        width: 100%;
    }
    .inys-bg .ys_m dl {
        height: auto;
    }
    .inys-bg .ys_m dl dd .ys-tit>i {
        width: 130px;
        margin: 2% 0;
    }
    .inys-bg .ys_m dl dd .ys-txt {
        padding: 4%;
    }
    .inys-bg .ys_m dl dd .ys-txt>p {
        background-position-y: 10px;
    }
    /* inys end*/
    /* innews */
    .innews-c .swiper-container-innews h4 {
        font-size: 16px;
        line-height: 42px;
    }
    .innews-c .swiper-container-innews p {
        font-size: 13px;
        line-height: 22px;
        -webkit-line-clamp: 2;
    }
    .innews-c .swiper-container-innews button {
        background-position-x: 20%;
    }
    .innews-c .swiper-container-faq p {
        font-size: 13px;
    }
    /* innews end*/
    /* in-about */
    .in-about .inab-r {
        position: initial;
        transform: none;
        width: 100%;
        margin: 4% 0;
    }
    .incl-c .incl-b {
        width: 21%;
    }
    /* in-about end*/
    footer .foot-nav>ul {
        display: none;
    }
    footer .foot-nav .foot-cen {
        width: 100%;
    }
    footer .foot-copy {
        width: 28%;
    }
    footer .foot-link {
        line-height: 60px;
        font-size: 14px;
    }
    footer .foot-link a {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .f7 {
        display: none;
    }
    .box9026_-2034 {
        display: block;
    }
    .m-btn {
        width: 40%;
        margin: 25px auto;
    }
    header .navbar {
        top: 67px;
    }
    header {
        padding: 7px 0px !important;
        background-color: #fff;
        position: fixed;
        z-index: 999;
        margin: 0 !important;
        width: 100% !important;
        box-shadow: 0 0 5px #ccc;
    }
    header .head-sear {
        display: none;
    }
    header .menu .line {
        background: #333;
    }
    header .head-logo {
        width: auto;
        padding-left: 5px;
    }
    header .head-logo h1>a .head-img {
        font-size: 20px;
    }
    header .head-logo .head-txt {
        width: 160px;
    }
    header .head-logo .head-txt p {
        font-size: 15px;
    }
    header .head-logo i {
        display: none;
    }
    header .head-logo .head-txt span {
        font-size: 12px;
    }
    .head-bg.xg header {
        margin: 0 !important;
    }
    .head-bg.xg header .head-logo i {
        height: 60px;
        margin: 0 6px;
    }
    .head-bg.xg header .head-logo h1 p {
        font-size: 14px;
        margin-top: 12px;
    }
    .head-bg.xg header .head-logo h1 p>span {
        font-size: 15px;
    }
    header .menu {
        margin-right: 10px;
    }
    header .head-logo h1>a .head-img img {
        width: 125px;
        margin-right: 10px;
    }
    .index-banner {
        margin-top: 67px;
    }
    .index-banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .top-lang>a {
        width: 26px;
        height: 26px;
    }
    .head-bg.xg .top-lang>a {
        margin-top: 16px;
    }
    .top-lang>a:first-child {
        margin-right: 5px;
    }
    .index-banner .swiper-slide img {
        height: 30vh;
        object-fit: cover;
    }
    .index-banner .swiper-container .swiper-button-next,
    .index-banner .swiper-container .swiper-button-prev {
        width: 28px !important;
        background-size: 26px;
    }
    .m-title {
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }
    .m-title h3 {
        font-size: 22px;
    }
    .m-title p {
        font-size: 14px;
        line-height: 26px;
    }
    .index-pro {
        flex-direction: column;
    }
    .index-pro .m-titbg {
        margin-bottom: 0;
    }
    .index-pro ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .index-pro .inpro-r {
        width: 100%;
        margin-top: 20px;
    }
    .index-pro .swiper-container-pro .swiper-slide>a>p {
        font-size: 14px;
        line-height: 30px;
    }
    /* cpys */
    .cpys .cpys-txt>h3 {
        font-size: 22px;
        padding-left: 35px;
        background-size: 28px;
    }
    .cpys .cpys-txt>p {
        font-size: 14px;
        line-height: 22px;
    }
    .cpys .cpys-txt .cpys-td>p,
    .cpys .cpys-b .cpys-txt .cpys-td>p {
        width: 100%;
    }
    .cpys .cpys-txt .cpys-ic {
        width: 90vw;
    }
    /* cpys end*/
    .inys-bg .ys_m {
        margin-top: 0;
    }
    .inys-bg .ys_t {
        padding: 0 15px;
    }
    .inys-bg .ys_t ul {
        flex-wrap: wrap;
    }
    .inys-bg .ys_t ul li {
        width: 44%;
        padding: 3% 2%;
    }
    .inys-bg .ys_t ul li>h4 {
        font-size: 15px;
    }
    .inys-bg .ys_t ul li>p {
        font-size: 12px;
    }
    .inys-bg .ys_t ul li b {
        font-size: 14px;
    }
    .inys-bg .ys_t ul li em {
        width: 22px;
        height: 22px;
    }
    .inys-bg .ys_m dl {
        height: auto;
    }
    .inys-bg .ys_m dl dt {
        height: 200px;
    }
    .inpro-line ul {
        flex-wrap: wrap;
    }
    .inproc-line ul {
        flex-wrap: wrap;
    }
    .inproc-line li {
        width: 24.7%;
    }
    .inproc-line li:nth-child(4n) {
        border-right: 0;
    }
    .inproc-line li>i {
        display: none;
    }
    .news-bg .innews-c {
        flex-wrap: wrap;
    }
    .innews-c .innews-tit>h4 {
        font-size: 18px;
    }
    .innews-c .innews-tit>p {
        font-size: 14px;
    }
    .innews-c .innews-l {
        width: 100%;
    }
    .innews-c .innews-r {
        width: 100%;
    }
    .m-bbtn a {
        padding: 0 20px;
        line-height: 34px;
        font-size: 14px;
    }
    .m-titbg .m-mess {
        display: none;
    }
    .in-about .inab-blue {
        padding: 3% 15px;
    }
    .in-about .inab-blue>h4 {
        font-size: 22px;
    }
    .in-about .inab-blue>h5 {
        font-size: 15px;
    }
    .in-about .inab-blue>p>br {
        display: none;
    }
    .incl-c .incl-b {
        width: 48%;
    }
    .incl-c .incl-b img {
        width: 35px;
    }
    .incl-c .incl-b h4 {
        font-size: 18px;
    }
    .incl-c .incl-b p {
        font-size: 14px;
    }
    footer {
        margin-bottom: 64px;
    }
    footer .foot-link .f-li {
        flex-direction: column;
    }
    footer .foot-link {
        line-height: 50px;
        font-size: 14px;
    }
    footer .foot-link a {
        font-size: 14px;
    }
    footer .foot-con .foot-nav {
        display: none;
    }
    footer .foot-cen p {
        font-size: 14px;
        line-height: 18px;
    }
    footer .foot-er .foot-er-box>img {
        display: none;
    }
    footer .foot-copy {
        font-size: 14px;
        line-height: 26px;
        padding: 2% 0;
    }
}

@media (max-width: 375px) {
    header {
        padding: 6px 0;
    }
    header .head-logo {}
    .index-about .about-text .about-con {}
    .index-pro ul li {
        line-height: 34px;
        font-size: 14px;
    }
    .swiper-container-pro .swiper-slide .pro-box-text h3 {
        line-height: 32px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .swiper-container-pro .swiper-slide .pro-box-pic {}
    .course_desc_l>li>a .li_slide h3 {
        font-size: 16px;
    }
    .course_desc_l>li>a .li_slide i {
        font-size: 12px;
    }
    .course_desc_l>li>a .li_slide p {
        margin-top: 0;
        font-size: 12px;
    }
    .course_desc_l>li>a .li_slide p>br {
        display: none;
    }
    footer .foot-copy .foot-copy-r {
        font-size: 13px;
    }
}