/*初始化样式*/

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 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

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




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

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
}

td, th, caption {
    font-size: 62.5%;
}

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 {
    line-height: 1.5;
}
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;
}

.max1600{
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.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.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.roll_product {
    float: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


/*右侧漂浮*/

.pf_right {
    width: 50px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -180px;
    display: none;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_right ul {
    width: 100%;
    float: left;
}

.pf_right ul li {
    width: 49px;
    height: 49px;
    margin-top: 1px;
    float: left;
    background: #191919;
    text-align: center;
}

.pf_right ul li a {
    display: block;
    float: right;
    width: 49px;
    height: 49px;
    position: relative;
    font-size: 12px;
    color: white;
    line-height: 16px;
}

.pf_right ul li a .ico {
    width: 100%;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-top: 4px;
}

.pf_right ul li a .ico img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}

.pf_right ul li a h5 {
    width: 131px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: white;
    font-size: 14px;
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    background: #191919;
}

.pf_right ul li a h5 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.pf_right ul li:hover {
    background: none !important;
}

.pf_right ul li:hover a {
    background: #191919;
}

.pf_right ul li:hover a h5 {
    display: block;
}

.pf_right ul li.r_ewm:hover a {
    background: #191919;
}

.pf_right ul li.r_ewm:hover a h5 {
    display: none;
}

.pf_right ul li.r_ewm .z_ewm {
    position: absolute;
    right: 120%;
    width: 100px;
    height: 100px;
    display: none;
    top: 0;
    border: 5px solid #191919;
}

.pf_right ul li.r_ewm .z_ewm span.jt {
    width: 7px;
    height: 14px;
    position: absolute;
    right: -12px;
    top: 20px;
}

.pf_right ul li.r_ewm .z_ewm img {
    width: 100%;
    height: 100%;
}

.pf_right ul li.r_ewm:hover a .z_ewm {
    display: block;
}

@media screen and (max-width:1569px) {
    .pf_right.on {
        right: 0 !important;
    }
}

@media screen and (max-width:991px) {
    .pf_right {
        display: none !important;
    }
    body{
        padding-top: 60px!important;
    }
}



.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;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.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);
}








/* 头部 */
.top-head {
    border-bottom: solid 1px #ddd;
}

.top-head p {
    float: left;
    font-size: 14px;
    color: #888;
    line-height: 40px;
}

.top-seo {
    float: right;
    font-size: 14px;
    color: #888;
    line-height: 40px;
}

.top-seo a {
    font-size: 14px;
    color: #888;
}

.top-seo a:hover {
    color: #053e95;
}

.head {
    padding: 25px 0;
}

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

.logo {
    float: left;
    width: 16%;
}

.logo a {
    display: block;
}

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

.hd-exp {
    float: left;
    width: 50%;
    padding-left: 30px;
    position: relative;
}

.hd-exp p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.hd-exp p:first-child {
    font-size: 20px;
    font-weight: bold;
    color: #054595;
}

.hd-exp::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 54px;
    background-color: #ddd;
    top: 5px;
    left: 0;
}

.hd-tel {
    float: right;
    width: 29%;
    text-align: right;
    background: url(../images/toptel.png) no-repeat right center;
    padding-right: 60px;
}

.hd-tel span {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.hd-tel p {
    font-size: 28px;
    font-family: Arial;
    color: #053e95;
}

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




/* 搜索 */
.schkey {
    display: flex;
    box-shadow: 0px 0px 6px 5px rgb(0 0 0 / 8%);
    margin-bottom: 6px;
}

.hot-key {
    float: left;
}

.hot-key h3 {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #053e95;
    line-height: 70px;
}

.hot-key span {
    display: block;
    float: left;
    line-height: 70px;
}

.hot-key span a {
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}

.hot-key span a:hover {
    color: #053e95;
}

.sch {
    float: right;
    height: 100%;
    align-items: center;
    /* justify-content: end; */
    display: flex;
}

#formsearch {
    width: 322px;
    overflow: hidden;
    border-radius: 30px;
}

#formsearch input {
    border: none;
    outline: none;
    line-height: 38px;
    padding: 0;
}

#formsearch input#keyword {
    font-size: 12px;
    color: #999;
    padding-left: 15px;
    background: none;
    width: 240px;
    float: left;
    border: solid 1px #ddd;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: none;
}

#formsearch input#s_btn {
    float: right;
    padding: 1px 0;
    font-size: 12px;
    color: #fff;
    text-align: right;
    padding-right: 20px;
    width: calc(100% - 240px);
    background: url(../images/fdj.png) no-repeat 15px center #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:680px) {
    .sch {
        display: none;
    }

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

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

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





/* 导航样式 */
/* .x-menu {
  width: 58.75%;
  float: left;
} */

.x-menu>li {
    float: left;
    position: relative;
    width: 14.2587%;

}

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

.x-menu>li+li>a {
    background: url(../images/line1.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: 80px;
}

.title {
    text-align: center;
}

.title h3 {
    font-size: 44px;
    font-weight: bold;
    color: #053e95;
}

.title h3 span {
    color: #0dad3b;
}

.title h3::before {
    display: inline-block;
    background: url(../images/tlt2.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/tlt3.png) no-repeat;
    margin-left: 30px;
}

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

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

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

.pro-tit {
    text-align: center;

    color: #fff;
    padding: 1.7rem 0;
}

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

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

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

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

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

.cfn-list ul a {
    display: block;
    line-height: 52px;
    color: #555;
    font-size: 20px;
    border-bottom: dashed 1px #ddd;
    position: relative;
    z-index: 999999;
    /* transition: all .8s ease; */
}

.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/jt4.png) no-repeat right center;
}

.pro-tel {
    text-align: center;
    color: #fff;
    padding-right: 10px;
    margin-top: 10px;
}

.pro-tel .tel {
    background-color: #053e95;
    padding: 26px 0;
}

.pro-tel p:nth-child(1) {
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    line-height: 38px;
    background: url(../images/tel2.png) no-repeat 50px center;
    padding-left: 30px;
}

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

.pro-list {
    /*float: right;*/
    width: 100%;
}

.pro-list ul li {
    float: left;
    width: 24%;
    margin-right: 1.3333%;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.pro-list ul li:nth-child(4n) {
    margin-right: 0;
 
}


.pro-list ul li .pro-img {
    background-color: #fff;
    border: solid 1px #ddd;
     overflow: hidden;
}

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

.pro-list ul li h3 {
    background-color: #ebebeb;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 1px;
    transition: all .3s ease;
}

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

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

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

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

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

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

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

@media(max-width:1299px) {
    .cfn-list ul a {
        line-height: 56px;
        font-size: 18px;
    }

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

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

    .pro-tel h3 {
        background: url(../images/tel2.png)no-repeat 30px center;
        padding-left: 20px;
    }
}

@media(max-width:1199px) {
    .pro-tit h3 {
        font-size: 26px;
        background: url(../images/proxx.png) no-repeat 20px center;
        padding-left: 40px;
    }

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

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

    .cfn-list ul a {
        font-size: 16px;
        line-height: 45px;
    }

    .pro-cfn {
        width: 24%;
        background: none;
    }

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

    .pro-tel h3 {
        background: url(../images/tel2.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: 60px;
    }

    .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;
        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/proxx.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 {
        float: left;
        width: 32%;
        margin-left: 2%;
    }

    .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/tel2.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;
    }
}

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

    .pro-list ul li:nth-child(2n) {
        margin-right: 0
    }

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

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

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

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

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

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

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

@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;
    }
}



/* 客户案例 */
.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: center;
    margin: 0 auto;
}

.case-cfn ul li {
    width: 22%;
    margin: 0 10px;
}

.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/jt5.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-list ul li:nth-child(n-4){margin-bottom: 20px;}
.case-show .case-list {
}

.case-list ul li {
    float: left;
    width: 23%;
    margin: 0 1%;
}


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

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

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

.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;
    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;
}



/* 横幅 */
.hf {
    background: url(../images/heng.png) no-repeat center;
    padding: 50px 0;
}

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

.hf-left {
    width: 70%;
}

.hf-text {
    float: left;
    width: 55%;
    text-align: center;
}

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

.hf-text p {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}

.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: 40%;
}

.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: #0b8f53;
    font-size: 16px;
    color: #fff;
}








/* 关于我们 */
.about {
    background-color: #f8f8f8;
    padding-top: 80px;
    padding-bottom: 90px;
}

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

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

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

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

.abt-text h3 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.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: 22px;
    color: #333;
    font-weight: bold;
    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: 100%;
}

.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;
}

.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 {
    max-width: 100%;
}

.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;
    font-weight: bold;
    transition: all .3s ease;
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 1;
    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
}

.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: 76%;
    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;
}

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

.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;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 1;
    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
}

.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 {
    font-weight: bold;
    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: 22px;
    color: #333;
    font-weight: bold;
    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;
    background: url(../images/wen.png) no-repeat left center;
    padding-left: 45px;
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 1;
    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
}

.new-list ul li a p {
    background: url(../images/da.png) no-repeat left top;
    font-size: 14px;
    color: #999;
    line-height: 26px;
    padding-left: 45px;
    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/linkbg.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 20px 0;
}

.link-show {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* background: url(//cdn.myxypt.com/ed73887e/22/02/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: #053e95;
    padding-top: 45px;
}

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

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

.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/tel3.png) no-repeat left center;
    padding-left: 70px;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

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

.ft-tel h3 span {
    display: block;
    font-size: 16px;
    color: #fff;
    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: #002e73;
    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: #141414;
    }

    .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;
    }
}


/* 优势自适应 */
@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%;
    }


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

@media(max-width:505px) {
     .case-list ul li{
        width: 100%;
        margin-bottom: 15px;
     }
    .case-list ul li .case-more .more a {
        padding: 0 1rem;
        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/tel4.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: 20px;
        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: 85%;
    }

    .hf-text h3 {
        font-size: 20px;
    }

    .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;
}




/* 手机页脚 */
.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 50px;
    background: #222;
}

.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;
}
