/*åˆå§‹åŒ–æ ·å¼*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 arial, Microsoft YaHei, å®‹ä½“, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.wh {
    max-width: 1230px;
    margin: 0 auto;padding:0 15px;
}


.com-img {
    overflow: hidden;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}





/* å¤´éƒ¨ */
.top1 {
    border-bottom: solid 1px #ddd;padding:11px 0 6px;
}
.ads{float:right;}
.ads li{float:left;margin-left:5px;}


.top2{padding:11px 0;}

.logo {width:60%;}

.logo img {
    width: 100%;
}

.k2 {
    background: url(../images/dh.png) no-repeat left center;
    padding-left:51px;font-weight:bold;color:#053e95;font-size:24px;line-height:44px;
}



.top-nav {
    background-color: #053e95;
}











/* å¤´éƒ¨è‡ªé€‚åº” */
@media(max-width:1199px) {
    .hd-exp p:first-child {
        font-size: 17px;
    }

    .hd-exp p {
        font-size: 16px;
    }

    .hd-exp::before {
        left: 15px;
    }

    .x-menu>li>a {
        font-size: 15px;
    }
}

@media(max-width:991px) {

    .x-banner,
    .page-banner {
        margin-top: 60px;
    }
}

@media(max-width:768px) {

    .x-banner,
    .page-banner {
        margin-top: 0;
    }
}

@media(max-width:680px) {
    .sch {
        display: none;
    }

    .hot-key h3 {
        font-size: 13px;
        line-height: 50px;
    }

    .hot-key span {
        line-height: 33px;
    }

    .hot-key span a {
        font-size: 13px;
        margin-right: 10px;
    }
}





/* å¯¼èˆªæ ·å¼ */
/* .x-menu {
  width: 58.75%;
  float: left;
} */

.x-menu>li {
    
    position: relative;
  

}

.x-menu>li>a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 56px;
    padding: 0 17px;
}

.x-menu>li+li>a {
    background: url(../images/76cd09c495fdac659938722f9941e7e63a311ae1.png)no-repeat left center;

}

.x-menu>li>a:hover {
    background: #0dad3b;
    color: #fff;
}

/* .x-menu>li.active>a {
    background: #0dad3b;
    color: #fff;
} */

.x-menu>li:after {
    display: none;
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    /*width: 100%;*/
    left: 0;
    top: 57px;
    background: #fff;
    /* border-radius: 5px; */
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    display: none;
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}










/* äº§å“ä¸­å¿ƒ */
.product {
    padding-top: 60px;
    background-color: #f8f8f8;
    padding-bottom:30px;
}

.title {
    text-align: center;
}

.title h3 {
    font-size: 30px;
    font-weight: bold;
    color: #053e95;text-transform:uppercase;
}



.title h3::before {
    display: inline-block;
    background: url(../images/t1.png)no-repeat;
    width: 59px;
    height: 22px;
    content: '';
    margin-right: 30px;
}

.title h3::after {
    display: inline-block;
    content: '';
    width: 59px;
    height: 22px;
    background: url(../images/t2.png)no-repeat;
    margin-left: 30px;
}

.title p {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.pro-show {
    margin-top: 50px;
}

.pro-cfn {
    float: left;
    width: 24%;
    background: url(../images/pt.png)no-repeat center top;
}

.pro-tit {
    text-align: center;
    color: #fff;
    padding:2.8rem 0;
}

.pro-tit h3 {
    font-size:22px;
    font-weight: bold;
    line-height: 51px;
    background: url(../images/3ba367905c69a6a95e528181f80c623184676e72.png) no-repeat 45px center;
    padding-left: 50px;
}

.cfn-list {
    padding-right: 10px;
}

.cfn-list ul {
    background-color: #fff;
    padding-top: 15px;
}

.cfn-list ul li {
    padding: 0 20px;
    position: relative;width:100%;
}

.cfn-list ul a {
    display: block;
    line-height:55px;
    color: #555;
    font-size:16px;
    border-bottom: dashed 1px #ddd;
    position: relative;
    z-index: 999999;text-align:center;
}

.cfn-list ul li:last-child a{border:none;}


.cfn-list ul li::after {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background-color: #053e95;
    top: 0;
    left: 0;
    transition: all .8s ease;
    z-index: 1;
}

.cfn-list ul li.cur::after {
    width: 103.5%;
}

.cfn-list ul li.cur a {
    border-bottom: dashed 1px #053e95;
    color: #fff;
    background: url(../images/8db4ca41ffb4101245db7a11fea3816467e5dddb.png)no-repeat right center;
}



.cp{width:75.5%;float:right;}
.cp li{width:32%;background:#fcfcfc;margin-bottom:1vw;}
.cp li .img img{width:100%;display:block;}
.cp li .det{width:90%;margin:0 auto;padding:1vw 0;}
.cp li h3{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#053e95;font-size:16px;}
.cp li h4{color:#555555;font-size:14px;line-height:24px;overflow:hidden;margin-top:1vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


@media(max-width:1300px){
    .x-menu{
        flex-wrap:nowrap;
    }
    .x-menu>li>a{font-size:14px;padding:0px;}
    .x-menu>li+li>a {
    padding-left: 23px;
}
}


@media(max-width:1199px) {
    .x-menu{
        flex-wrap:wrap;
    }
  .x-menu>li>a{font-size:14px;padding:0 11px;}
    .pro-tit h3 {
        font-size:20px;
        background: url(../images/3ba367905c69a6a95e528181f80c623184676e72.png)no-repeat 20px center;
        padding-left: 40px;
    }

    .pro-tit p {
        font-size: 14px;
    }

    .pro-tit {
        padding: 15px 0;
        background: url(../images/pt.png)no-repeat center;
    }

    .cfn-list ul a {
        font-size:14px;
        line-height:52px;height:52px;overflow:hidden;
    }
   .cfn-list ul li:last-child a{border-bottom: dashed 1px #ddd;}
    .pro-cfn {
        width: 24%;
        background: none;
    }

    .pro-tel {
        margin-top: 0;
    }

    .pro-tel h3 {
        background: url(../images/91bb6e6f2be15f83b964802b847c6ac2a4d8ff5d.png)no-repeat 20px center;
        font-size: 22px;

    }

    .pro-tel p {
        font-size: 13px;
    }

    .title h3 {
        font-size: 36px;
    }

    .title p {
        font-size: 16px;
    }

    .product {
        padding-bottom:30px;
    }

    .pro-show {
        margin-top: 30px;
    }

    .pro-list ul li .pro-more h4 {
        font-size: 15px;
    }

    .pro-list ul li .pro-more .more a {
        padding: 0 1rem;
        line-height: 30px;
        line-height: 28px;
        font-size: 12px;
    }

    .pro-list ul li .pro-more .more {
        margin-top: 15px;
    }
   
}

@media(max-width:991px) {
    .product {
        padding:40px 0 40px;
        position: relative;
        z-index: 99;
    }

    .title h3 {
        font-size: 32px;
    }

    .pro-cfn {
        float: none;
        width: 100%;
    }

    .pro-list {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .pro-tit {
        background-color: #053e95;
        background-image: linear-gradient(to right, #053e95, #0dac3c);
        text-align: unset;
        padding-left: 30px;
    }

    .pro-tit h3 {
        background: url(../images/3ba367905c69a6a95e528181f80c623184676e72.png)no-repeat left center;
        line-height: 32px;
    }

    .pro-tit p {
        margin-top: 10px;
    }

    .cfn-list ul li.cur::after {
        width: 100%;
    }

    .cfn-list {
        padding: 0;
    }

    .cfn-list ul li {
      
        width: 32%;
      
    }

/*    .cfn-list ul li:nth-child(1),
    .cfn-list ul li:nth-child(4) {
        margin-left: 0;
    }
*/
    .cfn-list ul {
        padding: 15px 0;
    }

    .pro-tel {
        padding: 0;
        text-align: unset;
    }

    .pro-tel .tel {
        padding: 15px 0;
        padding-left: 30px;
    }

    .pro-tel h3 {
        background: url(../images/91bb6e6f2be15f83b964802b847c6ac2a4d8ff5d.png)no-repeat left center;
    }

    .pro-list ul li h3 {
        line-height: 40px;
        font-size: 15px;
        display: -webkit-box;
        /**å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹å±•ç¤º**/
        -webkit-box-orient: vertical;
        /**è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å­å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼**/
        -webkit-line-clamp: 1;
        /**æ˜¾ç¤ºçš„è¡Œæ•°**/
        overflow: hidden;
        /**éšè—è¶…å‡ºçš„å†…å®¹**/
    }

    .pro-list ul li .pro-more h4 {
        font-size: 14px;
    }

    .pro-list ul li .pro-more {
        padding: 1.5rem 0;
    }
     .cp{width:100%;margin-top:20px;}
}

@media(max-width:600px) {
    .pro-list ul li {
        width: 48%;
        margin-left: 4%;
    }

    .pro-list ul li h3 {
        font-size: 14px;
    }

    .cfn-list ul li {
        padding: 0 10px;width:48%;
    }

    .cfn-list ul a {
        font-size: 14px;
        line-height: 40px;height:40px;
    }

    .title h3 {
        font-size: 28px;
    }

    .title h3::before {
        margin-right: 10px;
    }

    .title h3::after {
        margin-left: 10px;
    }

    .title p {
        font-size: 14px;
    }
    .cp li{width:48%;}
    .cp li h3{font-size:14px;}
    .cp li h4{font-size:12px;}
}

@media(max-width:400px) {
    .pro-list ul li .pro-more .more a {
        margin: 0 .4rem;
        line-height: 26px;
        padding: 0 .5rem;
    }

    .pro-list ul li .pro-more h4 {
        display: none;
    }

    .pro-list ul li .pro-more .more {
        margin-top: 0;
    }

    .pro-list ul li .pro-more {
        padding: 10px 0;
    }

    .pro-list ul li h3 {
        font-size: 12px;
        line-height: 32px;
    }

    .cfn-list ul li.cur a {
        background: none;
    }

    .cfn-list ul a {
        text-align: center;
    }

    .title h3::before {
        display: none;
    }

    .title h3::after {
        display: none;
    }
}









/* äº§å“ä¼˜åŠ¿ */
.ys {
    background: url(../images/36371bde69749786e51367c2b530148e0ce1e0e7.png)no-repeat center;
    padding-top: 65px;
    padding-bottom: 95px;
}

.ys .title h3 {
    color: #fff;
}

.ys .title p {
    color: #fff;
}

.ys .title h3::before {
    display: none;
}

.ys .title h3::after {
    display: none;
}

.ys-list {
    margin-top: 50px;
}

.ys-list ul {
    display: flex;
    flex-wrap: wrap;
}

.ys-list ul li {
    float: left;
    background-color: #fff;
    width: 23.65%;
    margin-left: 1.8%;
    cursor: pointer;
}

.ys-list ul li:first-child {
    margin-left: 0;
}

.ys-list ul li .ys-img {
    overflow: hidden;
}

.ys-list ul li .ys-img img {
    max-width: 100%;
}

.ys-list ul li .ys-text {
    text-align: center;
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.ys-list ul li .ys-text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    transition: all .5s ease;
}

.ys-list ul li .ys-text .text {
    font-size: 16px;
    line-height: 25px;
    color: #444;
    margin-top: 25px;
}

.ys-list ul li .ys-text .text span {
    font-weight: bold;
    text-transform: uppercase;
    color: #0dad3b;
}

.ys-list ul li:hover .ys-text h3 {
    color: #053e95;
}

/* å®¢æˆ·æ¡ˆä¾‹ */
.case {
    padding-top: 70px;
    padding-bottom: 80px;
}

.case-cfn {
    margin-top: 35px;
}

.case-cfn ul {
    max-width: 685px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.case-cfn ul li {
    width: 22%;
}

.case-cfn ul li a {
    display: block;
    text-align: center;
}

.case-cfn ul li a span {
    display: block;
    background-color: #dddddd;
    line-height: 48px;
    font-size: 18px;
    color: #333;
    transition: all .5s ease;
}

.case-cfn ul li.cur a span {
    background-color: #053e95;
    color: #fff;
}

.case-cfn ul li a::after {
    display: block;
    content: '';
    width: 17px;
    height: 10px;
    background: url(../images/ec8a331c937a6a4182bace6fef27d8bdda7f7042.png)no-repeat;
    margin: 0 auto;
    margin-top: -1px;
    opacity: 0;
    transition: all .5s ease;
}

.case-cfn ul li.cur a::after {
    opacity: 1;
}

.case-show {
    margin-top: 38px;
}

.case-show .case-list {
    display: none;
}

.case-list ul li {
    float: left;
    width: 32.4%;
    margin-left: 1.4%;
}

.case-list ul li:first-child {
    margin-left: 0;
}

.case-list ul li {
    display: block;
    position: relative;
}

.case-list ul li .case-img {
    overflow: hidden;
}

.case-list ul li .case-img img {
    max-width: 100%;
}

.case-list ul li h3 {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    background: #053e95;
    text-align: center;
    transition: all .5s ease;
}

.case-list ul li:hover h3 {
    opacity: 0;
}

.case-list ul li .case-more {
    position: absolute;
    width: 100%;
    background-color: rgba(5, 63, 149, 0.9);
    bottom: 0;
    left: 0;
    padding: 2.15rem 0;
    opacity: 0;
    transition: all .8s ease;
}

.case-list ul li .case-more h4 {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.case-list ul li .case-more .more {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.case-list ul li .case-more .more a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    padding: 0 2rem;
    margin: 0 .8rem;
    color: #fff;
    font-size: 14px;
    border: solid 1px #fff;
    transition: all .8s ease;
}

.case-list ul li .case-more .more a:hover {
    background-color: #fff;
    color: #333;
}

.case-list ul li:hover .case-more {
    opacity: 1;
}


/* æ ¸å¿ƒä¼˜åŠ¿ */
.core-ys {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #f8f8f8;
}

.core-ys .title h3::before {
    display: none;
}

.core-ys .title h3::after {
    display: none;
}

.cs-show {
    margin-top: 80px;
}

.cs-show ul li {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

.cs-show ul li .cs-img {
    width: 50%;
}

.cs-show ul li:nth-child(2) .cs-img {
    text-align: right;
}

.cs-show ul li .cs-img img {
    max-width: 100%;
}

.cs-show ul li .cs-text {
    width: 50%;
}

.cs-show ul li:first-child {
    margin-top: 0;
}

.cs-text .cs-tit {
    display: flex;
    flex-wrap: wrap;
}

.cs-text .cs-tit .num {
    max-width: 18%;
    float: left;
}

.cs-text .cs-tit .num img {
    max-width: 100%;
}

.cs-text .cs-tit .tit {
    padding-left: 25px;
    float: right;
    width: 82%;
}

.cs-text .cs-tit .tit::after {
    display: block;
    content: '';
    background-color: rgba(5, 63, 149, 0.2);
    max-width: 521px;
    height: 1px;
    margin-top: 18px;
    margin-left: -38px;
}

.cs-text .cs-tit .tit h3 {
    font-size: 38px;
    font-weight: bold;
    color: #053e95;
    line-height: 38px;
}

.cs-text .cs-tit .tit h3 span {
    margin-left: 10px;
    font-weight: normal;
}

.cs-text .cs-tit .tit p {
    font-size: 24px;
    color: #333;
    margin-top: 8px;
}

.cs-text .text {
    margin-top: 40px;
}

.cs-text .text p {
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    padding-left: 55px;
    background: url(../images/fc9427ee74c4f3734b2047062c5481107b740168.png)no-repeat left 5px;
}

.cs-text .text p:nth-child(2) {
    margin-top: 15px;
}

.cs-show ul li:nth-child(3) .cs-text .cs-tel {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    background: url(../images/98cf34f846e26b7ae1cbd519da3af443d887208e.png)no-repeat left center;
    padding-left: 50px;
    margin-top: 60px;
}

.cs-show ul li:nth-child(3) .cs-text .cs-tel span {
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    color: #053e95;
}

/* ç ”å‘å›¢é˜Ÿ */
.team {
    padding-top: 75px;
}

.tm-show {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.tm-left {
    float: left;
    width: 47.7%;
    padding: 10px 0;
}

.tm-left img {
    width: 100%;
}

.tm-left .text {
    background-color: #053e95;
    width: 100%;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    padding: 26px 35px;
}

.tm-right {
    float: right;
    width: 50%;
    margin-left: 2.3%;

}

.tm-right .owl-carousel {
    height: 100%;
}

.tm-right .owl-carousel .owl-stage-outer {
    /* margin: 10px 0; */
    height: 100%;
}

.tm-right .owl-carousel .owl-stage {
    height: 100%;
}

.tm-right .owl-carousel .owl-item {
    height: 100%;
}

.tm-right ul li {
    height: 100%;
    cursor: pointer;
    padding: 10px 5%;
    /* position: relative;
    z-index: 9999999; */
}

.tm-right ul li .tm-con {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    /* box-shadow: 0px 3px 6px 5px rgb(0 0 0 / 8%);
    margin: 10px 0; */
}

.tm-right .tm-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 51.7%;
    padding: 0 20px;
    background-color: #053e95;
    background-image: linear-gradient(to right, #053e95, #097b64);
}

.tm-right .tm-img img {
    max-width: 100%;
    /* max-height: 100%; */
}

.tm-text {
    width: 48.3%;
    background: #fff;
    padding-left: 6.5%;
    padding-right: 6%;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 6px 6px rgb(0 0 0 / 3%);
}

.tm-text h3 {
    font-size: 24px;
    font-weight: bold;
}

.tm-text span {
    display: block;
    font-size: 18px;
    color: #666;
    margin-top: 10px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 25px;
}

.tm-text p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
    color: #666;
}

.tm-text a {
    display: block;
    width: 174px;
    line-height: 36px;
    background-color: #053e95;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 65px;
    transition: all .5s ease;
}

.tm-text a:hover {
    background-color: #0dad3b;
}

.tm-right .owl-carousel .owl-nav {
    display: block;
}

.tm-right .owl-carousel .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 43%;
    z-index: 999999;
    outline: none;
}

.tm-right .owl-carousel .owl-nav button.owl-prev {
    left: 6px;
    background: url(../images/4635fea559fd6e0ae54799dd38cf69a0835f6a7c.png)no-repeat;
}

.tm-right .owl-carousel .owl-nav button.owl-next {
    right: 6px;
    background: url(../images/85a50926ad45c5ecb8a79a81662f305dbcf307f4.png)no-repeat;
}

.tm-right .owl-carousel .owl-nav button span {
    display: none;
}

/* æœåŠ¡æµç¨‹ */
.process {
    padding-top: 85px;
    padding-bottom: 100px;
}

.process .title h3::before {
    display: none;
}

.process .title h3::after {
    display: none;
}

.pss-show {
    margin-top: 85px;
}

.pss-list li {
    float: left;
    text-align: center;
    padding: 0 3.2%;
    position: relative;
}

.pss-list li+li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 134px;
    background-color: #ddd;
    display: block;
}

.pss-list li:nth-child(1) {
    padding-left: 0;
}

.pss-list li:last-child {
    padding-right: 0;
}

.pss-list li .pss-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.pss-list li .pss-img .pss {
    position: relative;
}

.pss-list li .pss-img .pss-ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
}

.pss-list li .pss-img .pss-ico span {
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    border-radius: 50%;
}

.pss-list li h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
}

.pss-list li p {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

.pss-list li .pss-img:hover .pss-ico {
    transform: rotateY(180deg);
}

/* æ¨ªå¹… */
.hf {
    background: url(../images/hf.jpg)no-repeat center;
    padding: 50px 0;
}

.hf-show {
    display: flex;
    justify-content: flex-end;
}

.hf-left {
    width:78%;
}

.hf-text {
    float: left;
    width:60%;
    text-align: center;margin-top:26px;
}

.hf-text h3 {
    font-size:16px;
    font-weight:normal;
    color: #fff;
    line-height: 34px;
}

.hf-text p {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}
.hf-text p span{font-size:28px;}
.hf-text a {
    display: block;
    width: 134px;
    line-height: 46px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #053e95;
    margin: 0 auto;
    margin-top: 30px;
    transition: all .5s ease;
}

.hf-text a:hover {
    background-color: #0dad3b;
    color: #fff;
}

.hf-form {
    float: right;
    width:34%;
}

.hf-form input {
    border: none;
    background-color: #fff;
    line-height: 54px;
    width: 100%;
    font-size: 14px;
    color: #999;
    padding-left: 25px;
    outline: none;
}

.hf-form .pho {
    margin-top: 0;
}

.hf-form .inp {
    margin-top: 10px;
    position: relative;
}

.hf-form .inp span {
    display: block;
    position: absolute;
    top: 11px;
    right: 0;
}

.hf-form .x-submit {
    padding-left: 0;
    margin-top: 10px;
    background-color: #0dad3b;
    font-size: 16px;
    color: #fff;
}




@media (max-width:1024px) {
   .hf-text p span{font-size:22px;}
   .hf-form input{padding-left:15px;}
}



/* å…³äºŽæˆ‘ä»¬ */
.about {
    background-color: #f8f8f8;
    padding-top: 80px;
    padding-bottom: 90px;
}

.abt-show {
    margin-top: 70px;
}

.abt-left {
    width: 50%;
    float: left;
}

.abt-left img {
    max-width: 100%;
}

.abt-text {
    float: right;
    width: 44%;
    padding-top: 25px;
}

.abt-text h3 {
    font-size:24px;
    color: #666666;
    font-weight:normal;
}

.abt-text .abt-con {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin-top: 30px;
}

.abt-text a {
    display: block;
    width: 150px;
    line-height: 44px;
    background-color: #053e95;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-top-right-radius: 20px;
    margin-top: 35px;
    transition: all .5s ease;
}

.abt-text a:hover {
    background-color: #0dad3b;
}


/* æ–°é—»èµ„è®¯ */
.news {
    padding: 80px 0;
}

.new-show {
    margin-top: 70px;
}

.new-left {
    float: left;
    width: 62%;
}

.new-tit {
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.new-tit ul {
    float: left;
}

.new-tit ul li {
    float: left;
    font-size:18px;
    color: #333;
    position: relative;
    cursor: pointer;
}

.new-tit ul li+li::before {
    position: absolute;
    content: '';
    height: 18px;
    width: 1px;
    background-color: #ddd;
    top: 7px;
    left: -33px;
}

.new-tit ul li.cur {
    color: #053e95;
}

.new-tit ul li::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: #053e95;
    transition: all .3s ease;
    margin-top: 15px;
}

.new-tit ul li.cur::after {
    width:55%;
}

.new-tit ul li:nth-child(2) {
    margin-left: 65px;
}

.new-tit a {
    float: right;
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 10px;text-transform:uppercase;
}

.new-tit a:hover {
    color: #053e95;
}

.new-warp .new-con {
    display: none;

}

.new-top {
    border-bottom: dashed 1px #ddd;
    padding-top: 25px;
    padding-bottom: 40px;
}

.new-top ul li a {
    display: block;
}

.new-top ul li a .new-img {
    float: left;
    width: 39%;
    overflow: hidden;
}

.new-top ul li a .new-img img {
    width: 100%;display:block;
}

.new-top ul li a .new-text {
    float: right;
    width: 57%;
    padding-top: 10px;
}

.new-top ul li a .new-text h3.tit {
    font-size: 18px;
    color: #333;
    transition: all .3s ease;
   overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.new-top ul li a .new-text .new-clf {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.new-top ul li a .new-text .new-clf .text {
    width:100%;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    display: -webkit-box;
    /**å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹å±•ç¤º**/
    -webkit-box-orient: vertical;
    /**è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å­å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼**/
    -webkit-line-clamp: 3;
    /**æ˜¾ç¤ºçš„è¡Œæ•°**/
    overflow: hidden;
    /**éšè—è¶…å‡ºçš„å†…å®¹**/
}

.new-top ul li a .new-text .new-clf .new-time {
    width: 24%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.new-top ul li a .new-text .new-clf .new-time h3 {
    text-align: center;
    color: #333;
    font-size: 36px;
    font-weight: bold;
    font-family: Arial;
}

.new-top ul li a .new-text .new-clf .new-time h3 span {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-top: 10px;
}

.new-top ul li a .new-text .new-clf .new-time::after {
    position: absolute;
    content: '';
    height: 68px;
    width: 1px;
    background-color: rgba(221, 221, 221, 0.4);
    top: 5px;
    left: 30%;
}

.new-top ul li a .new-text .new-more {
    display: block;
    width: 120px;
    line-height: 34px;
    background-color: #053e95;
    color: #fff;
    text-align: center;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 20px;
    transition: all .5s ease;font-size:14px;
}

.new-top ul li a:hover .new-text .new-more {
    background-color: #053e95;
}

.new-top ul li a:hover .new-text h3 {
    color: #053e95;
}

.new-rem {
    padding-top: 40px;
}

.new-rem ul li {
    float: left;
    width: 50%;
}

.new-rem ul li:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

.new-rem ul li a {
    width: 93%;
    display: block;
}

.new-rem ul li a h3 {
    font-size: 18px;
    color: #333;
    transition: all .5s ease;
    display: -webkit-box;
overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
    /**éšè—è¶…å‡ºçš„å†…å®¹**/
}

.new-rem ul li a h3 span {
    display: inline-block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 2px #999;
    margin-right: 10px;
    transition: all .5s ease;
}

.new-rem ul li a p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 20px;
    display: -webkit-box;
    /**å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹å±•ç¤º**/
    -webkit-box-orient: vertical;
    /**è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å­å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼**/
    -webkit-line-clamp: 2;
    /**æ˜¾ç¤ºçš„è¡Œæ•°**/
    overflow: hidden;
    /**éšè—è¶…å‡ºçš„å†…å®¹**/
}

.new-rem ul li a .time {
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 25px;
}

.new-rem ul li a:hover h3 {
    color: #053e95;
}

.new-rem ul li a:hover h3 span {
    border: solid 2px #053e95;
}

.new-right {
    float: right;
    width: 32%;
}

.new-tit h3 {
    float: left;
    font-size:18px;
    color: #333;
    position: relative;
    cursor: pointer;
    margin-bottom: 25px;
}




.new-list {
    padding-top: 25px;
}

#ydemo {
    overflow: hidden;
    position: relative;
    height: 410px;
}

.new-list ul>li>a {
    display: block;
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: dashed 1px #ddd;
}

.new-list ul li a h3 {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.new-list ul li a p {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    margin-top: 10px;
    display: -webkit-box;
    /**å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹å±•ç¤º**/
    -webkit-box-orient: vertical;
    /**è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å­å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼**/
    -webkit-line-clamp: 2;
    /**æ˜¾ç¤ºçš„è¡Œæ•°**/
    overflow: hidden;
    /**éšè—è¶…å‡ºçš„å†…å®¹**/
}

.new-list ul li a:hover h3 {
    color: #053e95;
}

/* å‹æƒ…é“¾æŽ¥ */

.link {
    /*background: url(../images/ebd47e6462c41147d099751e118b71d11f06b5f8.png) no-repeat center center;*/
    background-size: 100% 100%;
    padding: 20px 0;
    background:#053e95  
}

.link-show {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* background: url(../images/0295dde35abf5e9a88aec58f5fa830f6b01d7421.png)no-repeat right center; */
}

.link-show::after {
    position: absolute;
    width: 40%;
    height: 100%;
    background-color: #053e95;
    top: 0;
    right: 100%;
}

.link-warp {
    float: left;
    width: calc(100% - 170px);
    display: flex;
    justify-content: space-between;
    position: relative;

}

.link-warp span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.link-list {
    flex: 1;
    margin-left: 10px;
}

.link-list a {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.link-list a:hover {
    color: #0dad3b;
}


.link-warp .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(5,62,149,.9);
    padding: 10px;
    min-width:120px;
}



.link-a {
    display: flex;
    align-items: center;
}

.link-a span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 118px;
    line-height: 24px;
    border: solid 1px #fff;
    opacity: .5;
    transition: all .5s ease;
}

.link-a span:hover {
    border: solid 1px #0dad3b;
    background-color: #0dad3b;
    opacity: 1;
}


/* åº•éƒ¨ */
.foot {
    background-color: #141414;
    padding-top: 45px;
}

.ft-nav {
    padding-bottom: 40px;
}

.ft-nav ul li {
    float: left;
    margin-left: 7%;
}

.ft-nav ul li:nth-child(1) {
    margin-left: 0;
}

.ft-nav ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.ft-nav ul li a:hover {
    color: #0dad3b;
}

.ft-show {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px rgb(255 255 255 / 8%);
}

.ft-left {
    display: flex;
    flex-wrap: wrap;
    width: 39%;
}

.ft-logo {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ft-logo img {
    max-width: 100%;
}

.ft-tel {
    background: url(../images/df06af452aa1d5784ec1fd5251d9808600dda80c.png)no-repeat left center;
    padding-left: 70px;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.ft-tel h3 {
    font-size: 26px;
    font-family: Arial;
    color: #fff;
    line-height: 38px;
}

.ft-tel h3 span {
    display: block;
    font-size: 16px;
    color: #4b4646;
    line-height: 30px;
}

.ft-contact {
    padding-top: 35px;
    width: 35%;
    padding-bottom: 35px;
    border-left: solid 1px rgb(255 255 255 / 8%);
    padding-left: 75px;
}

.ft-contact h3 {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.ft-contact .contact {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin-top: 15px;
}

.ft-ewm {
    width: 26%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-left: solid 1px rgb(255 255 255 / 8%);
}

.ewm-list {
    display: flex;
    flex-wrap: wrap;
}

.ewm-list .m1 {
    margin-right: 20px;
}

/* .ewm-list .m2{
  
  } */
.ewm-list img {
    max-width: 100%;
}

.ewm-list p {
    text-align: center;
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}

.footer {
    background-color: #0155a5;
    text-align: center;
    font-size: 14px;
    color: rgb(255 255 255 / 50%);
    line-height: 24px;
    padding: 26px 0;
}

.footer a {
    font-size: 14px;
    color: rgb(255 255 255 / 50%);
    line-height: 24px;
}

.footer a:hover {
    color: #0dad3b;
}

/* åº•éƒ¨è‡ªè¡Œé€‚åº” */
@media(max-width:1299px) {
    .ft-nav ul li {
        margin-left: 5.19%;
    }
}

@media(max-width:1199px) {
    .ft-nav ul li a {
        font-size: 16px;
    }

    .ft-nav ul li {
        margin-left: 4.62%;
    }

    .ft-tel {
        margin-left: 20px;
        padding-left: 60px;
    }

    .ft-contact {
        padding-left: 40px;
    }

    .footer {
        font-size: 12px;
    }

    .footer a {
        font-size: 12px;
    }
}

@media(max-width:991px) {
    .ft-nav ul li a {
        font-size: 14px;
    }

    .ft-nav ul li {
        margin-left: 3.5%;
    }

    .link {
        display: none;
    }

    .ft-nav {
        padding-bottom: 20px;
    }

    .ft-logo {
        width: 30%;
    }

    .ft-tel h3 {
        font-size: 20px;
    }

    .ft-tel h3 span {
        font-size: 14px;
    }

    .ft-tel {
        margin-left: 15px;
        padding-left: 40px;
        background-size: 34px 90px;
    }

    .ft-contact .contact {
        font-size: 13px;
    }

    .ft-contact {
        padding-left: 20px;
    }

    .ewm-list .m1 {
        display: none;
    }

    .ft-ewm {
        width: 20%;
    }

    .ft-contact {
        width: 39%;
    }

    .ft-left {
        width: 41%;
    }

    .footer {
        padding: 15px 0;
    }

    .foot {
        padding-top: 30px;
    }
}

.md-foot {
    display: none;
}

@media(max-width:767px) {
    .foot {
        display: none;
    }

    .footer {
        display: none;
    }

    .md-foot {
        display: block;
        background:#0155a5;
    }

    .mod-logo {
        text-align: center;
        padding: 30px 0;
    }

    .mod-logo a {
        display: block;
    }

    .mod-logo a img {
        max-width: 100%;
    }

    .fd-cfn {
        border-bottom: solid 1px #ccc;
        margin-top: 10px;
    }

    .fd-cfn h3 {
        font-size: 16px;
        color: #fff;
        line-height: 2.5;
    }

    .fd-cfn h3 span {
        padding-right: 10px;
    }

    .fd-cfn .fd-name {
        display: none;
        padding-left: 13px;
    }

    .fd-cfn .fd-name a {
        display: block;
        line-height: 28px;
        color: #fff;
        opacity: .8;
    }

    .fd-ly .copyright {
        color: #fff;
        opacity: .8;
        padding: 15px 15px;
        line-height: 1.5;
        text-align: center;
        float: none;
    }

    .fd-ly .copyright a {
        color: #fff;
        opacity: .8;
    }
}



/* æ‰‹æœºé¡µè„š */
.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 50px;
    background: #053e95;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}





.xypg-right-content {
    overflow: hidden;
}

.xypg-right-content p img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}


.icon-close:before {
    display: none;
}


.page-wrap-right p>img,
.page-wrap-right span>img,
.page-wrap-right strong>p {
    max-width: 100% !important;
    height: auto !important;
}

@media(max-width: 992px) {
    .page-product-detail-effect {
        pointer-events: none;
    }
}






/* ä¼˜åŠ¿è‡ªé€‚åº” */
@media(max-width:1299px) {
    .ys-list ul li .ys-text .text {
        font-size: 14px;
    }

    .ys-list ul li .ys-text h3 {
        font-size: 20px;
    }

    .ys-list ul li .ys-text {
        padding-bottom: 30px;
        padding-top: 25px;
    }
}

@media(max-width:1199px) {
    .ys-list ul li .ys-text .text {
        font-size: 12px;
        margin-top: 15px;
    }

    .ys-list ul li .ys-text {
        padding: 17px 10px;
    }

    .ys-list {
        margin-top: 30px;
    }

    .ys {
        padding-bottom: 65px;
        padding-top: 50px;
    }

    /* .ys-list ul li{
      width: 41.5%;
    } */
}

@media(max-width:991px) {

    /* .ys-list ul li .ys-text .text{
      white-space: nowrap;
    } */
    .ys-list ul li .ys-text .text br {
        display: none;
    }

    .ys-list ul li .ys-text h3 {
        font-size: 18px;
    }

    .ys-list ul li .ys-text .text {
        line-height: 20px;
        margin-top: 10px;
    }

    .ys-list ul li .ys-text {
        padding: 17px 8px;
    }
}

@media(max-width:670px) {
    .ys-list ul li {
        width: 46.5%;
        margin-left: 10px;
    }

    .ys-list ul li:nth-child(3) {
        margin-left: 0;
        margin-top: 10px;
    }

    .ys-list ul li:nth-child(4) {
        margin-top: 10px;
    }

    .ys-list ul {
        justify-content: center;
    }

    .ys {
        background-color: #053e95;
        padding: 40px 0;
    }
}

@media(max-width:475px) {
    .ys-list ul li {
        width: 48.5%;
        margin-left: 3%;
    }
}

/* å®¢æˆ·æ¡ˆä¾‹è‡ªé€‚åº” */
@media(max-width:1199px) {
    .case-cfn ul li a span {
        line-height: 40px;
        font-size: 16px;
    }

    .case-cfn ul {
        max-width: 600px;
    }

    .case {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .case-cfn {
        margin-top: 30px;
    }

    .case-show {
        margin-top: 30px;
    }
}

@media(max-width:991px) {
    .case-list ul li h3 {
        line-height: 45px;
        font-size: 14px;    
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .case-list ul li .case-more h4 {
        font-size: 14px;
        display: -webkit-box;
        /**å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹å±•ç¤º**/
        -webkit-box-orient: vertical;
        /**è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å­å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼**/
        -webkit-line-clamp: 1;
        /**æ˜¾ç¤ºçš„è¡Œæ•°**/
        overflow: hidden;
        /**éšè—è¶…å‡ºçš„å†…å®¹**/
    }

    .case-list ul li .case-more .more a {
        line-height: 28px;
    }

    .case-list ul li .case-more .more {
        margin-top: 20px;
    }

    .case {
        padding: 40px 0;
    }

    .case-cfn {
        margin-top: 20px;
    }
}

@media(max-width:735px) {
    .case-list ul li {
        width: 48%;
        margin-left: 4%;
    }

    .case-list ul li:last-child {
        display: none;
    }

    .case-cfn ul li a span {
        font-size: 14px;
        line-height: 32px;
    }
}

@media(max-width:505px) {
    .case-list ul li .case-more .more a {
        padding: 0 1rem;
        line-height: 30px;
        line-height: 28px;
        font-size: 12px;
    }

    .case-list ul li h3 {
        font-size: 12px;
        line-height: 32px;
    }

    .case-list ul li .case-more {
        padding: 10px 0;
    }

    .case-list ul li .case-more .more {
        margin-top: 10px;
    }

    .case-list ul li .case-more .more a {
        line-height: 24px;
    }

    .case-list ul li .case-more h4 {
        font-size: 12px;
    }
}

@media(max-width:375px) {
    .case-list ul li .case-more .more a:nth-child(1) {
        display: none;
    }
}

/* æ ¸å¿ƒä¼˜åŠ¿è‡ªé€‚åº” */
@media(max-width:1299px) {
    .cs-show ul li:nth-child(2n+1) .cs-text {
        padding-left: 40px;
    }

    .cs-show ul li:nth-child(2n) .cs-text {
        padding-right: 40px;
    }

    .cs-text .cs-tit .tit p {
        font-size: 22px;
    }

    .cs-text .cs-tit .tit h3 {
        font-size: 36px;
    }

    .cs-text .text p {
        font-size: 17px;
    }
}

@media(max-width:1199px) {
    .core-ys {
        padding: 60px 0;
    }

    .cs-show {
        margin-top: 50px;
    }

    .cs-show ul li {
        margin-top: 40px;
    }

    .cs-text .cs-tit .tit h3 {
        font-size: 32px;
    }

    .cs-text .cs-tit .tit p {
        margin-top: 5px;
        font-size: 18px;
    }

    .cs-text .cs-tit .tit::after {
        margin-top: 10px;
    }

    .cs-text .text p {
        font-size: 15px;
    }
}

@media(max-width:991px) {
    .cs-text .cs-tit .tit h3 {
        font-size: 24px;
    }

    .cs-text .cs-tit .tit p {
        font-size: 13px;
        margin-top: 0;
    }

    .cs-text .text p {
        font-size: 13px;
        line-height: 24px;
    }

    .cs-text .text {
        margin-top: 20px;
    }

    .cs-text .text p {
        background: none;
        padding-left: 0;
    }

    .cs-text .text p:nth-child(2) {
        margin-top: 10px;
    }

    .cs-show ul li:nth-child(3) .cs-text .cs-tel span {
        font-size: 18px;
    }

    .cs-show ul li:nth-child(3) .cs-text .cs-tel {
        font-size: 14px;
        padding-left: 40px;
        margin-top: 25px;
    }

}

@media(max-width:768px) {
    .cs-show ul li:nth-child(2n+1) .cs-text {
        padding-left: 20px;
    }

    .cs-show ul li:nth-child(2n) .cs-text {
        padding-right: 20px;
    }
}

.cs-show1 {
    display: none;
}

@media(max-width:700px) {
    .cs-show {
        display: none;
    }

    .cs-show1 {
        display: block;
        margin-top: 40px;
    }

    .cs-show1 ul li {
        margin-top: 40px;
    }

    .cs-show1 ul li:nth-child(1) {
        margin-top: 0;
    }

    .cs-show1 ul li .cs-img {
        width: 100%;
    }

    .cs-show1 ul li .cs-img img {
        width: 100%;
    }

    .cs-show1 ul li .cs-text {
        width: 100%;
        margin-top: 20px;
    }

    .core-ys {
        padding: 50px 0;
    }

    .cs-show1 ul li:nth-child(3) .cs-text .cs-tel {
        color: #666;
        line-height: 32px;
        background: url(../images/98cf34f846e26b7ae1cbd519da3af443d887208e.png)no-repeat left center;
        font-size: 14px;
        padding-left: 40px;
        margin-top: 25px;
    }

    .cs-show1 ul li:nth-child(3) .cs-text .cs-tel span {
        font-size: 18px;
    }
}

/* ç ”å‘å›¢é˜Ÿè‡ªé€‚åº” */
@media(max-width:1199px) {
    .team {
        padding-top: 50px;
    }

    .tm-show {
        margin-top: 30px;
    }

    .tm-right ul li {
        padding: 10px 2%;
    }

    .tm-right .owl-carousel .owl-nav button.owl-prev {
        left: -15px;
    }

    .tm-right .owl-carousel .owl-nav button.owl-next {
        right: -15px;
    }
}

@media(max-width:991px) {
    .tm-left {
        width: 100%;
    }

    .tm-right {
        width: 100%;
        margin-left: 0;
    }

    .tm-right ul li {
        padding: 10px;
    }

    /* .tm-right .owl-carousel .owl-nav button.owl-prev{
      left: -15px;
    }
    .tm-right .owl-carousel .owl-nav button.owl-next{
      right: -25px;
    } */
    .tm-right .tm-img {
        padding: 20px;
    }
}

@media(max-width:535px) {
    .tm-text a {
        padding: 0 10px;
        width: auto;
        font-size: 12px;
        margin-top: 20px;
    }

    .tm-text p {
        margin-top: 15px;
    }

    .tm-text span {
        padding-bottom: 15px;
    }

    .tm-text p {
        font-size: 14px;
    }

    .tm-text span {
        font-size: 16px;
    }

    .tm-text h3 {
        font-size: 22px;
    }
}

@media(max-width:425px) {
    .tm-right {
        display: none;
    }
}

/* æœåŠ¡æµç¨‹è‡ªé€‚åº” */
@media(max-width:1299px) {
    .pss-list li {
        padding: 0 2.49%;
    }
}

@media(max-width:1199px) {
    .process {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .pss-show {
        margin-top: 50px;
    }

    .pss-list li {
        width: 15%;
        padding: 0;
        margin-left: 2%;
    }

    .pss-list li .pss-img .pss img {
        max-width: 100%;
    }

    .pss-list li:nth-child(1) {
        margin-left: 0;
    }

    .pss-list li+li::before {
        left: -9px;
    }

    .pss-list li p {
        font-size: 14px;
    }

    .pss-list li h3 {
        font-size: 17px;
    }
}

@media(max-width:991px) {
    .pss-list li {
        width: 13%;
    }

    .pss-list li p {
        display: none;
    }

    .pss-list li h3 {
        font-size: 15px;
        font-weight: normal;
        margin-top: 20px;
    }

    .pss-list li+li::before {
        height: 97px;
        left: -16px;
    }

    .pss-list li {
        margin-left: 4.4%;
    }

    .pss-show {
        margin-top: 30px;
    }

    .process {
        padding-bottom: 40px;
    }
}

@media(max-width:745px) {
    .process {
        display: none;
    }
}



/* æ¨ªå¹…è‡ªé€‚åº” */
@media(max-width:991px) {
    .hf-left {
        width:94%;
    }

    .hf-text h3 {
        font-size:14px;
    }
.hf-text p{font-size:14px;}
.hf-text p span{font-size:18px;}

    .hf-text a {
        line-height: 40px;
        font-size: 14px;
        margin-top: 20px;
    }

    .hf-form input {
        line-height: 45px;
    }

    .hf-form .inp span {
        top: 7px;
    }

    .hf {
        padding: 40px 0;
    }
}

@media(max-width:767px) {
    .hf {
        display: none;
    }
}

/* å…³äºŽæˆ‘ä»¬è‡ªé€‚åº” */

@media(max-width:1299px) {
    .abt-left {
        width: 50%;
    }

    .abt-text {
        width: 46%;
        padding-top: 0;
    }

    .abt-text .abt-con {
        font-size: 15px;
        line-height: 32px;
    }

    .abt-show {
        margin-top: 50px;
    }
}

@media(max-width:1199px) {
    .about {
        padding: 50px 0;
    }

    .abt-show {
        margin-top: 30px;
    }

    .abt-text h3 {
        font-size: 26px;
    }

    .abt-text .abt-con {
        font-size: 14px;
        line-height: 26px;
        margin-top: 15px;
    }

    .abt-text a {
        margin-top: 10px;
        line-height: 40px;
    }
}

@media(max-width:991px) {
    .abt-left {
        width: 100%;
    }

    .abt-left img {
        width: 100%;
    }

    .abt-text {
        width: 100%;
        margin-top: 20px;
    }
}

@media(max-width:600px) {
    .abt-text h3 {
        font-size: 24px;
    }
}

/* æ–°é—»èµ„è®¯è‡ªé€‚åº” */
@media(max-width:1299px) {
    #ydemo {
        height: 390px;
    }
}

@media(max-width:1199px) {
    .news {
        padding: 50px 0;
    }

    .new-show {
        margin-top: 40px;
    }

    .new-top ul li a .new-text {
        padding-top: 0;
    }

    .new-top ul li a .new-text h3.tit {
        font-size: 17px;
    }

    .new-top ul li a .new-text .new-clf {
        margin-top: 10px;
    }

    .new-top ul li a .new-text .new-more {
        margin-top: 10px;
    }

    .new-top {
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .new-tit ul li,
    .new-tit h3 {
        font-size: 20px;
    }

    .new-tit ul li::after {
        margin-top: 10px;
    }

    .new-tit h3 {
        margin-bottom: 19px;
    }

    .new-list {
        padding-top: 20px;
    }

    .new-rem {
        padding-top: 20px;
    }

    .new-rem ul li a h3 {
        font-size: 16px;
    }

    .new-rem ul li a p {
        margin-top: 15px;
    }

    .new-rem ul li a .time {
        margin-top: 15px;
    }

    .new-list ul li a {
        padding: 10px 0;
    }

    .new-list ul li a h3 {
        font-size: 16px;
    }

    .new-list ul li a p {
        line-height: 22px;
        margin-top: 5px;
        font-size: 13px;
    }

    #ydemo {
        height: 305px;
    }
}

@media(max-width:991px) {
    .new-top ul li a .new-text .new-clf .new-time {
        display: none;
    }

    .new-top ul li a .new-text .new-clf .text {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 12px;
        line-height: 20px;
    }

    .new-top ul li a .new-text .new-more {
        width: 90px;
        line-height: 28px;
        font-size: 12px;
    }

    #ydemo {
        height: 270px;
    }

    .news {
        padding: 40px 0;
    }

    .new-show {
        margin-top: 30px;
    }
}

@media(max-width:767px) {
    .new-left {
        width: 100%;
    }

    .new-right {
        width: 100%;
        margin-top: 30px;
    }

    .new-list ul li a p {
        line-height: 28px;
    }
}

@media(max-width:425px) {
    .new-top {
        display: none;
    }

    .new-rem ul li {
        width: 100%;
    }

    .new-rem ul li:nth-child(2) {
        display: block;
        margin-top: 20px;
        border-top: dashed 1px #ddd;
        padding-top: 20px;
    }

    .new-tit ul li:nth-child(2) {
        margin-left: 40px;
    }

    .new-tit ul li+li::before {
        left: -19px;
    }
}









@media(min-width:1300px) {
    .container {
        width: 1290px;
    }
}





.page-product-inquiry a {
    color: #fff;
}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}