/*初始化样式*/

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

a:link {
    color: #333;
}

a:hover,
a:active,
a:focus {
    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
}

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

p {
    margin: 0;
}


/*----- 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;
}


/*滚动*/

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

.wh {
    max-width: 1300px;
    margin: 0 auto;
}

.com-img {
    overflow: hidden;
    display: block;
}

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

.plist {
    margin-top: 56px;
}

.plist li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.plist li:nth-child(3n) {
    margin-right: 0;
}

.plist li a.img {
    border: 1px solid #e5e5e5;
    display: block;
}

.plist li a.img img {
    width: 388px;
    height: 388px;
}

.plist li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}


/*头部样式*/

.top1 {
    background: #f0f0f0;
    color: #888888;
    line-height: 39px;
    overflow: hidden;
    font-size: 14px;
}

.top1 a {
    color: #888888;
}

.f_link {
    color: #fff;
    font-size: 14px;
    margin-top: 25px;
}

.f_link a {
    color: #fff;
}

.copyright {
    text-align: center;
    line-height: 24px;
    background: #000000;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    padding: 27px 0 15px;
}

.copyright a {
    color: rgba(255, 255, 255, .6)
}

@media (max-width:1299px) {
    .wh {
        padding: 0 3%;
    }
}

.dryzt {
    width: 71%;
    text-align: right;
}

.dbjc {
    margin-left: 20px;
}

@media(max-width:500px) {
    .dryzt {
        width: 100%;
        text-align: center;
        padding: 0 7%;
    }
    .dbjc {
        margin-left: 0;
        width: 100%;
    }
}


/*内页左侧样式*/

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


/**/

.pro_index {
    position: relative;
    background: #f8f8f8;
    padding: 45px 0;
}

.ying_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
}

.ying_list::before {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    background: #f0f0f0;
    content: "";
}

.ying_list li {
    position: relative;
    width: calc(20% - 30px);
    margin: 20px 15px 20px 15px;
    padding: 20px 15px 20px 15px;
    text-align: center;
}

.ying_list li+li::before {
    position: absolute;
    width: 90%;
    left: -15px;
    bottom: -20px;
    height: 80%;
    width: 1px;
    background: #f0f0f0;
    content: "";
}

.ying_list li:nth-child(6)::before {
    display: none;
}

.ying_list li:nth-child(n+7)::before {
    position: absolute;
    width: 90%;
    left: -15px;
    top: -20px;
    height: 80%;
    width: 1px;
    background: #f0f0f0;
    content: "";
}

.ying_list li:nth-child(n+7)::after {
    position: absolute;
    width: 90%;
    left: -25px;
    top: -30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2787f8;
    content: "";
}

.ying_list li .oosimg {
    position: relative;
}

.ying_list li .oosimg img {
    display: block;
    width: 100%;
    height: 100%;
}

.ying_list li .fuss {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(39, 135, 248, .7);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 999;
    transition: all .5s ease;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ying_list li .fuss h3 {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.ying_list li .fuss .miss {
    font-family: "Georgia";
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    margin: 37px 0 15px;
    color: #fff;
}
.ying_list li .fuss .miss div{
    font-family: "Georgia";
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    margin: 10px 0 15px;
    color: #fff;
}


.ying_list li .fuss em {
    font-style: inherit;
    display: inline-block;
    width: 70px;
    padding: 5px 0;
    text-align: center;
    background: #fff;
    border-radius: 25px;
    color: #2787f8;
    font-size: 12px;
    display:none;
}

.ying_list li:hover .fuss {
    opacity: 1;
}


/* pro_center */

.pro_center {
    position: relative;
    padding: 40px 0;
}

.pd75 {
    padding: 0 3.90625vw;
}

.pro_wap {
    position: relative;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro_left {
    width: 270px;
    position: relative;
}

.pp_tit {
    height: 100px;
    margin-bottom: 10px;
    background: #2787f8;
    text-align: center;
    color: #fff;
}

.pp_tit span {
    display: block;
    line-height: 100px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}

.pp_tit b {
    display: block;
    font-family: "Impact";
    font-size: 35px;
    line-height: 100px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    color: rgba(255, 255, 255, .25);
    position: absolute;
    left: 0px;
    top: 0px;
}

.pp_sort {
    position: relative;
}

.pp_sort li {
    position: relative;
    background: #eeeeee;
    padding: 0 18px;
    margin-bottom: 2px;
}

.pp_sort li a {
    display: block;
    font-size: 17px;
    color: #000000;
    line-height: 25px;
    padding: 0.93015vw 0;
}

.pp_sort li a:hover {
    color: #2787f8;
}


/*  */

.pro_right {
    position: relative;
    width: calc(100% - 300px);
}

.sqq_list {
    display: flex;
    flex-wrap: wrap;
}

.sqq_list li {
    position: relative;
    text-align: center;
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
    border: 1px solid #f5f5f5;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.sqq_list li a {
    display: block;
}

.sqq_list li .sqq img {
    display: block;
    width: 100%;
}

.sqq_list li h3 {
    display: block;
    text-align: center;
    font-size: 0.9375vw;
    color: #333333;
    line-height: 1.5;
    padding: .8em 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #eeeeee;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sqq_list li:hover {
    border-color: #2787f8;
}

.sqq_list li:hover h3 {
    background-color: #2787f8;
    color: #fff;
}


/* 头部 */

.tophead {
    line-height: 40px;
    background: #f0f0f0;
}

.tophead p {
    float: left;
    font-size: 13px;
    color: #999999;
}

.top-seo {
    float: right;
    color: #999;
    font-size: 13px;
}

.top-seo a {
    color: #999;
    font-size: 13px;
}

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

.top-nav {
    background: #2787f8;
}

.top-exp {
    float: left;
    position: relative;
    padding-left: 60px;
}

.top-exp::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 57px;
    left: 28px;
    top: 0;
    background-color: #e1e1e1;
}

.top-exp h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #2787f8;
}

.top-exp h3 span {
    color: #2787f8;
}

.top-exp h4 {
    font-size: 22px;
    color: #2787f8;
    font-weight: bold;
    line-height: 1.7;
}

.top-tel {
    float: right;
    position: relative;
    margin-top: 20px;
}

.top-tel span {
    font-size: 16px;
    display: block;
    color: #333;
    padding-left: 20px;
    text-align: center;
    background: url(//cdn.myxypt.com/57037ce6/21/08/2bea5f8ce42dc1d771b6aeff9dfb9b744ba6c781.png)no-repeat left center;
    display: block;
    width: 140px;
    float: left;
    font: 400 16px/38px "Microsoft yahei";
    margin-right: 10px;
}

.top-tel h3 {
    float: right;
    line-height: 38px;
    border: solid 1px #2787f8;
    font-size: 24px;
    font-weight: 600;
    border-radius: 20px;
    padding: 0 1.5625vw;
    color: #2787f8;
}

.search {
    border-bottom: solid 1px #f2f2f2;
}

.search h3 {
    float: left;
    font-size: 14px;
    line-height: 60px;
}

.search h3 b {
    color: #333;
    font-weight: normal;
}

.search h3 span a {
    color: #666;
    margin-left: 10px;
}

#formsearch2 {
    float: right;
    width: 220px;
    border-radius: 20px;
    background: #eeeeee;
    position: relative;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

#formsearch2 input {
    border: none;
    background: none;
    line-height: 36px;
}

#formsearch2 #keyword {
    width: calc(100% - 53px);
    font-size: 14px;
    padding-left: 20px;
    outline: none;
}

#formsearch2 #s_btn {
    width: 53px;
    background: url(../images/sbtnn.png)no-repeat center;
}


/*  */

.product {
    padding: 70px 0;
}

.title {
    text-align: center;
}

.title h3 {
    font-size: 36px;
    font-weight: 600;
    color: #333333;
}

.title h3 span {
    font-weight: 600;
    color: #2787f8;
}

.title p {
    font-size: 16px;
    color: #555555;
    margin-top: 15px;
}

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

.pro-left {
    float: left;
    width: 23%;
}

.pro-left h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    background: url(//cdn.myxypt.com/c03365e4/21/09/4f3f7759ffd9341f7a73d53aa6a36be4d68c33bb.png) no-repeat center #2787f8;
    text-align: center;
    line-height: 100px;
}

.pro-left ul {
    margin-top: 5px;
}

.pro-left-sort-li {
    margin-top: 5px;
    position: relative;
    background: #2787f8;
    padding: 20px;
    padding-bottom: 25px;
}

.pro-left-sort-li a {
    display: block;
}

.pro-left ul li a h4 {
    position: relative;
    z-index: 3;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    transition: all 0.8s;
}

.pro-left ul li h4:hover {
    transform: translateX(10px);
    -o-transform: translateX(10px);
    transition: all 0.8s;
}

.pro-show-subnav a {
    width: 50%;
    float: left;
    color: #ffffff;
    font: 400 15px/30px "Microsoft yahei";
    background: url(//cdn.myxypt.com/c03365e4/21/09/501ca89396536073bc3ad4bc227dc1a5e18b1aba.png) no-repeat left center;
    padding-left: 15px;
    transition: all 0.8s;
}

.pro-show-subnav a:hover {
    transition: all 0.8s;
    transform: translateX(10px);
    -o-transform: translateX(10px);
}

.pro-right {
    float: right;
    width: 74.6%;
}

.pro-right li:first-child,
.pro-right li:nth-child(4) {
    margin-left: 0;
}

.pro-right li {
    float: left;
    width: 30%;
    margin-bottom: 13px;
    margin-left: 5%;
}

.pro-right li a {
    display: block;
}

.pro-right li a .p-img {
    overflow: hidden;
    border: 1px solid #cbcbcb;
}

.pro-right li a .p-img img {
    width: 100%;
}

.pro-right li a h3 {
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    color: #666;
}

.pro-right li a:hover h3 {
    color: #2787f8;
}

.hot-pro {
    margin-top: 28px;
}

.hot-pro h3 {
    position: relative;
    font-size: 24px;
    color: #333;
    padding-left: 55px;
    background: url(../images/hot_proo.png)no-repeat left center;
    line-height: 43px;
}

.hot-pro h3::after {
    position: absolute;
    content: '';
    background: #f0f0f0;
    width: 90%;
    height: 1px;
    top: 50%;
    right: 0;
}

.pro-list {
    margin-top: 30px;
    margin-left: -19px;
    margin-right: -19px;
}

.pro-list li {
    margin: 0 15px;
    position: relative;
}

.pro-list li a {
    display: block;
}

.pro-list li a .p-img {
    overflow: hidden;
}

.pro-list li a .p-img img {
    width: 100%;
}

.pro-list li a h4 {
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    background: #eeeeee;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pro-list li:hover h4 {
    color: #fff;
    background: #2787f8;
}

@media (max-width:1200px) {
    .pro-left-sort-li {
        padding: 10px;
    }
    .pro-show-subnav a {
        font: 400 12px/26px "Microsoft yahei";
    }
    .top-exp {
        padding-left: 40px;
    }
    .top-exp::after {
        left: 18px;
    }
    .top-exp h3 {
        font-size: 16px;
    }
    .top-exp h4 {
        font-size: 18px;
    }
    .top-tel h3 {
        font-size: 20px;
    }
}

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


/* 优势 */

.age {
    position: relative;
    background: url(../images/aga1.jpg)no-repeat right center #2787f8;
    background-size: cover;
    overflow: hidden;
}

.age_ist_left {
    position: relative;
    z-index: 99;
    width: 50%;
}

.age_ist_left li {
    height: 100%;
}

.age_ist_left li img {
    display: block;
    width: 100%;
    height: 100%;
}


/*  */

.age-list {
    position: relative;
    z-index: 999;
    padding: 2.60416vw 0;
    width: 50%;
}

.age-list li {
    position: relative;
    margin-left: -50px;
}

.age-list li:first-child {
    margin-top: 0;
}

.age-list li {
    margin-top: 32px;
}

.age-list li .a-img {
    float: left;
    width: 80px;
    height: 80px;
    background-color: #fff;
    line-height: 80px;
    padding: 0 14px;
    border-radius: 5px;
    text-align: center
}

.age-list li .a-img img {
    max-width: 100%;
    display: inline-block;
    transition: all 0.5s;
    transform: scale(1, 1);
}

.age-list li:hover .a-img img {
    transform: scale(-1, 1);
}

.age-list li:hover .age-exp h3 {
    font-weight: bold;
}

.age-list li .age-exp {
    float: right;
    width: calc(100% - 120px);
    padding-top: 6px;
}

.age-exp h3 {
    font-size: 24px;
    color: #fff;
    font-family: Stencil;
    padding-bottom: 10px;
    transition: all 0.5s;
}

.age-exp span {
    color: rgba(255, 255, 255, 0.9);
    font: 400 16px/30px "Microsoft yahei";
    display: block;
}

.age-list li:nth-child(2n) .a-img {
    margin-top: 10px;
}


/* choose */

.choose {
    position: relative;
    padding: 60px 0;
}

.choose_wap {
    position: relative;
}

.choose_wap .bd1 {
    position: relative;
}

.choose_wap .bd1 .slick-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.choose_wap .bd1 .slick-slide .zza {
    position: relative;
    padding-top: 5.2083vw;
    width: 53.84%;
}

.choose_wap .bd1 .slick-slide .zza .xinss {
    font-size: 17px;
    color: #000;
    line-height: 1.7;
    padding-left: 45px;
    background: url(../images/xxxa.png) no-repeat left top;
    margin-bottom: 2.60416vw;
}

.choose_wap .bd1 .slick-slide .zza a {
    display: block;
    width: 148px;
    line-height: 38px;
    background: #2787f8;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-left: 3.64583vw;
}

.choose_wap .bd1 .slick-slide .zzb {
    position: relative;
    margin-top: -3.125vw;
    width: 46.15%;
}

.choose_wap .bd1 .slick-slide .zzb img {
    display: block;
    max-width: 100%;
}


/* aa_list */

.aa_list {
    position: relative;
}

.aa_list .slick-slide {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 1.5625vw;
}

.aa_list .slick-slide .tp_img {
    position: relative;
    height: 40px;
}

.aa_list .slick-slide .tp_img img {
    max-width: 50px;
    max-height: 40px;
}

.aa_list .slick-slide .mid_text {
    position: relative;
    padding: 1.5625vw 0 3.125vw;
}

.aa_list .slick-slide .mid_text h3 {
    font-size: 22px;
    color: #000;
    font-weight: normal;
}

.aa_list .slick-slide .mid_text span {
    font-family: "Arial";
    font-size: 15px;
    color: #000;
    display: block;
    text-transform: uppercase;
}

.aa_list .slick-slide .bom_href {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 15px;
}

.aa_list .slick-slide .bom_href i {
    background: url(../images/ja1.png) no-repeat center;
    width: 25px;
    height: 20px;
    display: block;
    margin-left: 10px;
}

.aa_list .slick-slide:hover,
.aa_list .slick-slide.slick-current {
    background: url(../images/sgs.jpg) no-repeat center;
    background-size: cover;
}

.aa_list .slick-slide:hover .tp_img img,
.aa_list .slick-slide.slick-current .tp_img img {
    filter: brightness(100);
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(127deg) brightness(108%) contrast(101%);
    filter: invert(99%) sepia(91%) saturate(2%) hue-rotate(308deg) brightness(111%) contrast(100%);
}

.aa_list .slick-slide:hover .mid_text h3,
.aa_list .slick-slide.slick-current .mid_text h3 {
    color: #fff;
}

.aa_list .slick-slide:hover .mid_text span,
.aa_list .slick-slide.slick-current .mid_text span {
    color: #fff;
}

.aa_list .slick-slide:hover .bom_href,
.aa_list .slick-slide.slick-current .bom_href {
    color: #fff;
}

.aa_list .slick-slide:hover .bom_href i,
.aa_list .slick-slide.slick-current .bom_href i {
    background: url(../images/ja1h.png) no-repeat center;
}


/* 左右箭头 */

.aa_list .slick-arrow {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    font-size: 0;
    outline: none;
    border: none;
    z-index: 999;
}

.aa_list .slick-prev {
    left: -3.64583vw;
    background: url(../images/pg1.png) no-repeat center;
}

.aa_list .slick-next {
    right: -3.64583vw;
    background: url(../images/pg1.png) no-repeat center;
    transform: rotate(180deg);
}


/* 价值 */

.value {
    background: url(//cdn.myxypt.com/c03365e4/21/09/302b3d0b3d7c7df5d43a4dc33cf39b425c03aa16.png)no-repeat center bottom;
    padding-top: 80px;
    padding-bottom: 60px;
    margin-bottom: 20px;
}

.val-show {
    margin-top: 65px;
}

.val-con {
    margin-top: 30px;
}

.val-con:first-child {
    margin-top: 0;
}

.val-text {
    float: left;
    width: 50%;
    padding-right: 70px;
    padding-top: 40px;
}

.val-img {
    float: right;
    width: 50%;
    padding-left: 92px;
}

.val-img img {
    max-width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.val-text h4 {
    font-size: 44px;
    font-family: Stencil;
    color: #2787f8;
}

.val-text h3 {
    font-size: 32px;
    color: #2787f8;
    font-weight: 600;
    margin-top: 15px;
}

.val-text span {
    display: block;
    font-size: 18px;
    color: #333;
    margin-top: 15px;
}

.val-text p {
    color: #999;
    margin-top: 20px;
    font: 400 14px/26px "Microsoft yahei";
}

.val-con:nth-child(2) .val-img {
    float: left;
    padding-right: 92px;
    padding-left: 0;
}

.val-con:nth-child(2) .val-text {
    float: right;
    padding-left: 92px;
    padding-right: 0;
}


/* 咨询 */

.magge {
    background: url(../images/msgbg.jpg)no-repeat center;
    padding-top: 80px;
    padding-bottom: 78px;
    position: relative;
}

.magge::after {
    position: absolute;
    content: '';
    width: 365px;
    height: 281px;
    top: -150px;
    left: 0;
}

.m-tit {
    text-align: center;
}

.m-tit h3 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
}

.m-tit p {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}

.mag-con {
    margin-top: 50px;
}

.mag-con input {
    border: none;
    background: #fff;
    border-radius: 4px;
    line-height: 52px;
    width: 100%;
    padding-left: 25px;
}

.mag-wrap {
    float: left;
    width: 71.77%;
}

.mag-for .inp:first-child {
    margin-left: 0;
}

.mag-for .inp {
    float: left;
    width: 32%;
    margin-left: .9vw;
}

.mag-for .inp:last-child {
    position: relative;
}

.mag-for .inp:last-child span {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
}

.inp-text {
    margin-top: 15px;
}

.inp-text .in-text {
    float: left;
    width: 66%;
}

.inp-text .in-text textarea {
    display: block;
    border: none;
    background: #fff;
    border-radius: 4px;
    line-height: 47px;
    width: 100%;
    padding-left: 25px;
}

.inp-text .inp {
    float: right;
    width: 32.5%;
}

.inp-text .inp input {
    padding-left: 0;
    text-align: center;
    padding-right: 0;
    background: #2787f8;
    color: #fff;
    font-size: 18px;
}

.cons-tel {
    float: right;
    color: #fff;
    padding-top: 5px;
}

.cons-tel>span {
    display: block;
    background: url(../images/ourr.png)no-repeat left center;
    line-height: 43px;
    font-size: 18px;
    padding-left: 50px;
}

.cons-tel h3 {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Microsoft Yahei';
    margin-top: 15px;
}


/* 行业应用 */

.stry {
    background: #f2f2f2;
    padding-top: 90px;
    padding-bottom: 80px;
}

.stry .title h3 {
    color: #2787f8;
}

.stry .title h3 span {
    letter-spacing: 0;
    margin-right: 0;
    /*margin-left: 10px;*/
    color: #333333;
}

.sy-stor {
    margin-top: 50px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}

.sy-stor li {
    float: left;
    width: 10%;
    border-radius: 20px;
}

.sy-stor li+li {
    margin-left: 20px;
}

.sy-stor li:hover {
    background: #2787f8;
}

.sy-stor li:hover h4 {
    color: #fff;
}

.sy-stor li h4 {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

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

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

.sy-list li {
    position: relative;
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
}

.sy-list li .img {
    overflow: hidden;
}

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

.sy-tit {
    background: #fff;
    padding: 0 0px;
}

.sy-tit h3 {
    padding-left: 25px;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 1px #f0f0f0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sy-tit .more {
    font-size: 14px;
    color: #999;
    display: block;
    padding-left: 25px;
    line-height: 45px;
    background: url(../images/hjia.png)no-repeat 95% center;
}

.sy-tit a:hover {
    color: #2787f8;
}

.sy-list li:hover .sy-tit {
    background: #2787f8;
}

.sy-list li:hover .sy-tit h3 {
    color: #fff;
}

.sy-list li:hover .sy-tit .more {
    color: #fff;
    background: url(../images/bjia.png)no-repeat 95% center;
}

@media (max-width:769px) {
    .sy-stor li+li {
        margin-left: 10px;
    }
}

.coop {
    margin-top: 17px;
    margin-left: -11px;
    margin-right: -11px;
}

.coop li {
    margin: 0 11px;
    padding: 10px 0;
}

.coop li:hover a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.coop .owl-carousel .owl-nav.disabled {
    display: none;
}

.coop .owl-carousel .owl-nav button.owl-prev,
.coop .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background-color: #fff;
    height: 40px;
    width: 40px;
    margin-top: -22px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.coop .owl-carousel .owl-nav .owl-prev {
    background: url(//cdn.myxypt.com/57037ce6/21/08/afaf2573ba14e8d614822a5b58e3cf39d9a63525.png)no-repeat center;
    left: -60px;
}

.coop .owl-carousel .owl-nav .owl-prev:hover {
    background: url(//cdn.myxypt.com/57037ce6/21/08/6d68accc13ac40f35d040b3c620c620f2b286763.png)no-repeat center #2787f8;
}

.coop .owl-carousel .owl-nav .owl-prev span,
.coop .owl-carousel .owl-nav .owl-next span {
    display: none;
}

.coop .owl-carousel .owl-nav .owl-next {
    background: url(//cdn.myxypt.com/57037ce6/21/08/e76336bc82451cf2406b531d0d261bfd056dec3b.png)no-repeat center;
    right: -60px;
}

.coop .owl-carousel .owl-nav .owl-next:hover {
    background: url(//cdn.myxypt.com/57037ce6/21/08/93f026b58c3e92edbf99ef1852e1062e7e767863.png)no-repeat center #2787f8;
}


/* 新闻资讯 */

.news {
    padding-top: 75px;
    padding-bottom: 70px
}

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

.new-cfn {
    float: left;
    width: 56.855%;
}

.new-two {
    border-bottom: solid 1px #ddd;
}

.new-cfn .new-two h3 {
    float: left;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-right: 45px;
    line-height: 50px;
    cursor: pointer;
}

.new-cfn .new-two h3.cur {
    color: #2787f8;
}

.new-cfn .new-two a {
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 50px;
}

.new-warp {
    display: none;
}

.new-ctt {
    margin-top: 20px;
}

.new-top .new-con a {
    display: block;
}

.new-top .new-con a .new-img {
    overflow: hidden;
}

.new-top .new-con a .new-img img {
    width: 100%;
}

.new-top .new-con a .con {
    padding: 0 40px;
    position: relative;
    z-index: 9999;
    margin-top: -50px;
}

.new-top .new-con a .con .wit {
    background: #fff;
    box-shadow: 0px 2px 4px 3px #eee;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 50px;
    padding-bottom: 25px;
}

.wit h3 {
    font-size: 18px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}

.wit h3 span {
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: #999;
}

.wit .new-text {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-top: 25px;
}

.new-con a:hover .con .wit {
    background: #2787f8;
    /*box-shadow: 0px 2px 4px 3px #042c77;*/
}

.new-con a:hover .wit h3,
.new-con a:hover .wit h3 span,
.new-con a:hover .wit .new-text {
    color: #fff;
}

.new-rmm {
    padding-right: 15px;
    margin-top: 15px;
}

.new-rmm li {
    padding-top: 6px;
    border-bottom: solid 1px #ddd;
}

.new-rmm li .new-con h3 span {
    border: solid 2px #999;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    float: none;
}

.new-rmm li .new-con h3 {
    font-size: 14px;
    color: #666;
    line-height: 44px;
    float: left;
}

.new-rmm li .new-con span {
    font-size: 14px;
    color: #666;
    line-height: 44px;
    float: right;
}

.new-rmm li a:hover .new-con h3 {
    color: #2787f8;
}

.new-rmm li a:hover .new-con h3 span {
    background: #2787f8;
    border: solid 2px #2787f8;
}

.new-cfn .new-two a:hover,
.new-tit a:hover {
    color: #2787f8;
}

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

.new-tit {
    border-bottom: solid 1px #ddd;
}

.new-tit h3 {
    float: left;
    font-size: 20px;
    line-height: 50px;
    font-weight: 600;
}

.new-tit a {
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 50px;
}

.new-list {
    margin-top: 20px;
    background: #f9f9f9;
    padding-left: 40px;
    padding-right: 25px;
    padding-top: 15px;
}

#ydemo {
    height: 510px;
    overflow: hidden;
}

.new-list ul li {
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom: solid 1px #ddd;
    border-bottom-style: dashed;
}

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

.new-list ul li a .new-con h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.new-list ul li a:hover .new-con h3 {
    color: #2787f8;
}

.new-list ul li a .new-con p {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 关于我们 */

.about {
    background: url(../images/abbbg.jpg)no-repeat center;
    padding-top: 95px;
    padding-bottom: 88px;
}

.about-con {
    text-align: center;
    padding: 0 60px;
}

.about-con h3 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
}

.about-con .text {
    margin-top: 60px;
    font-size: 16px;
    color: #fff;
    opacity: .9;
    line-height: 2;
}

.m-list {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.m-list a {
    display: block;
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 45px;
    border-radius: 30px;
    padding-left: 45px;
    width: 190px;
    margin: 0 2.60416vw;
}

.m-list a:hover {
    color: #fff;
}

.m-list a:nth-child(1) {
    margin-left: 0;
    background: url(../images/ps1.png)no-repeat 35px center #ffffff;
}

.m-list a:nth-child(2) {
    margin-left: 0;
    background: url(../images/ps2.png)no-repeat 35px center #ffffff;
}

.m-list a:nth-child(3) {
    margin-left: 0;
    background: url(../images/ps3.png)no-repeat 35px center #ffffff;
}

.m-list a:nth-child(1):hover {
    margin-left: 0;
    background: url(../images/ps1h.png)no-repeat 35px center #2787f8;
}

.m-list a:nth-child(2):hover {
    margin-left: 0;
    background: url(../images/ps2h.png)no-repeat 35px center #2787f8;
}

.m-list a:nth-child(3):hover {
    margin-left: 0;
    background: url(../images/ps3h.png)no-repeat 35px center #2787f8;
}


/* 环境 */

.env {
    padding: 2.60416VW 0;
}

.env-list {
    margin-right: -17px;
    margin-left: -17px;
}

.env-list li {
    position: relative;
    margin: 0 9px;
}

.env-list li .e-img {
    overflow: hidden;
}

.env-list li .e-img img {
    width: 100%;
}

.env-list li h3 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(39, 135, 248, 0.6);
    line-height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.env-list li:hover h3 {
    height: auto;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* 底部 */

.footed {
    position: relative;
    padding: 40px 0;
    background: #2787f8;
}

.ft-cfn {
    float: left;
    width: calc(100% - 200px);
}

.ft-cfn dl:first-child {
    margin-left: 0;
}

.ft-cfn dl {
    float: left;
    margin-left: 5.2083vw;
}

.ft-cfn dl dt {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.5625vw;
}

.ft-cfn dl dd:first-child,
.ft-cfn dl dd p:first-child {
    margin-top: 0;
}

.ft-cfn dl dd {
    margin-top: 10px;
    font-size: 13px;
    color: #fff;
}

.ft-cfn dl dd a {
    font-size: 13px;
    color: #fff;
}

.ft-cfn dl dd p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.ft-cfn dl dd a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.ft-ewm {
    float: right;
    width: 175px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.ft-ewm img {
    max-width: 175px;
}

.ft-ewm p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
}

.ft-link {
    margin-top: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #fff;
}

.ft-link span {
    font-size: 16px;
    color: #fff;
    border-left: solid 4px #fff;
    padding-left: 10px;
    line-height: 16px;
}

.ft-link a {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    padding: 0 15px;
    position: relative;
}

.ft-link a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.ft-link a+a::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 12px;
    background-color: #fff;
    top: 4px;
    left: -3px;
}


/* 头部自适应 */

@media(max-width:1440px) {
    .x-logo {
        width: 19.9%;
    }
}

@media(max-width:1200px) {
    .x-logo {
        width: 22%;
    }
}

@media(max-width:1024px) {
    .x-logo {
        width: 23%;
    }
    .top-exp h4 {
        font-size: 16px;
    }
    .top-exp h3 {
        font-size: 15px;
    }
    .top-tel {
        margin-top: 5px;
    }
    .top-tel span {
        font-size: 15px;
    }
    .top-tel h3 {
        line-height: 32px;
        font-size: 20px;
        margin-top: 5px;
        padding: 0 25px;
    }
    .top-exp {
        margin-top: 8px;
    }
    .top-exp::after {
        height: 50px;
        left: 15px;
        top: -2px;
    }
    .top-exp {
        padding-left: 25px;
    }
    .x-menu>li>a {
        font-size: 15px;
        line-height: 55px;
    }
}


/* 产品展示自适应 */

@media(max-width:1440px) {
    .pro-right {
        width: 73.6%;
    }
}

@media(max-width:1200px) {
    .pro-right {
        width: 74.6%;
    }
    .pro-right li {
        margin-bottom: 8px;
    }
    .hot-pro {
        margin-top: 30px;
    }
}

@media(max-width:1024px) {
    .product {
        padding: 40px 0;
    }
    .title h3 {
        font-size: 28px;
    }
    .title p {
        font-size: 16px;
        margin-top: 10px;
    }
    .pro-show {
        margin-top: 40px;
    }
    .pro-right li {
        width: 31%;
        margin-left: 2.5vw;
    }
    .pro-left h3 {
        font-size: 24px;
        line-height: 70px;
    }
    .pro-left ul li a h4 {
        line-height: 40px;
        font-size: 15px;
    }
    .pro-right li a h3 {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .pro-right li {
        margin-bottom: 0;
    }
    .hot-pro h3::after {
        width: 83%;
    }
}

@media(max-width:769px) {
    .pro-left {
        float: none;
        width: 100%;
    }
    .pro-left h3 {
        font-size: 22px;
        line-height: 50px;
    }
    .pro-left ul {
        display: flex;
        justify-items: stretch;
    }
    .pro-left ul li {
        float: left;
        width: 31.33%;
        margin-left: 14px;
    }
    .pro-left ul li+li {
        margin-left: 3%;
    }
    .pro-left ul li:first-child,
    .pro-left ul li:nth-child(5) {
        margin-left: 0;
    }
    .pro-left ul li a h4 {
        font-size: 14px;
    }
    .pro-right {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .pro-left ul {
        margin-top: 10px;
    }
    .pro-right li {
        width: 31.5%;
        margin-left: 2.6vw;
    }
    .title h3 {
        font-size: 24px;
    }
    .title p {
        font-size: 14px;
        margin-top: 8px;
    }
    .pro-show {
        margin-top: 20px;
    }
    .hot-pro h3::after {
        width: 77%;
    }
}

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

@media(max-width:425px) {
    .pro-left ul {
        display: none;
    }
    .pro-right li {
        width: 48%;
        margin-left: 4%;
    }
    .pro-right li:last-child,
    .pro-right li:nth-child(5) {
        display: none;
    }
    .pro-right li:nth-child(3) {
        margin-left: 0;
    }
    .pro-right li:nth-child(4) {
        margin-left: 4%;
    }
    .title p {
        font-size: 12px;
    }
    .pro-right li a h3,
    .pro-list li a h4 {
        font-size: 14px;
        line-height: 40px;
    }
    .hot-pro h3::after {
        display: none;
    }
    .title h3 {
        font-size: 22px;
    }
}


/* 优势自适应 */

@media(max-width:1200px) {
    .age-exp span {
        font-size: 14px;
    }
    .age-list li .age-exp {
        margin-left: 10px;
        padding-top: 12px;
    }
}

@media(max-width:1024px) {
    .age-exp h3 {
        font-size: 22px;
    }
    .age-exp span {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .age-list li .age-exp {
        width: calc(100% - 90px);
    }
}

@media(max-width:990px) {
    .age-list li .a-img {
        width: 70px;
    }
    .age-list li .age-exp {
        padding-top: 8px;
    }
}

@media(max-width:768px) {
    .age-list {
        margin-left: 0;
    }
    .age-list li .a-img {
        width: 80px;
    }
    .age-exp h3 {
        font-size: 24px;
    }
    .age-exp span {
        font-size: 16px;
    }
    .age-list li .age-exp {
        padding-top: 12px;
        padding-left: 15px;
    }
}

@media(max-width:425px) {
    .age-list li .a-img {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .age-exp h3 {
        font-size: 18px;
        padding-bottom: 5px;
    }
    .age-exp span {
        font-size: 14px;
    }
    .age-list li .age-exp {
        padding-top: 5px;
        padding-left: 0px;
        width: calc(100% - 70px);
    }
    .age-list li {
        margin-top: 20px;
    }
    .age {
        padding: 0px 0;
    }
    .age-list li:nth-child(2n) .a-img {
        margin-top: 0px;
    }
}


/* 价值自适应 */

@media(max-width:1024px) {
    .value {
        padding: 40px 0;
        background: none;
    }
    .val-show {
        margin-top: 40px;
    }
    .val-text {
        padding-top: 20px;
        padding-right: 40px;
    }
    .magge::after {
        display: none;
    }
    .val-img {
        padding-left: 40px;
    }
    .val-con:nth-child(2) .val-img {
        padding-right: 40px;
    }
    .val-con:nth-child(2) .val-text {
        padding-left: 40px;
    }
    .val-text h3 {
        margin-top: 10px;
        font-size: 26px;
    }
    .val-text span {
        margin-top: 10px;
        font-size: 17px;
    }
    .val-text p {
        margin-top: 15px;
        font-size: 13px;
    }
}

@media(max-width:769px) {
    .val-img {
        padding-left: 15px;
    }
    .val-text {
        padding-right: 15px;
        padding-top: 10px;
    }
    .val-text h4 {
        font-size: 40px;
    }
    .val-text h3 {
        font-size: 20px;
    }
    .val-text h3 {
        margin-top: 0;
    }
    .val-text span {
        font-size: 14px;
    }
    .val-text p {
        margin-top: 5px;
        font-size: 12px;
    }
    .val-con {
        margin-top: 20px;
    }
    .val-tit .img {
        margin-bottom: 6px;
    }
}

@media(max-width:425px) {
    .val-text,
    .val-con:nth-child(2) .val-text {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
    .val-img,
    .val-con:nth-child(2) .val-img {
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-right: 0;
    }
    .val-show {
        margin-top: 20px;
    }
    .val-con {
        margin-top: 30px;
    }
    .val-tit h4 {
        float: left;
    }
    .val-tit h3 {
        float: left;
        line-height: 44px;
        font-size: 20px;
    }
}


/* 咨询自适应 */

@media(max-width:1024px) {
    .m-tit h3 {
        font-size: 34px;
    }
    .m-tit p {
        font-size: 18px;
        margin-top: 10px;
    }
    .magge {
        padding: 40px 0;
    }
    .mag-con {
        margin-top: 30px;
    }
}

@media(max-width:769px) {
    .mag-wrap {
        float: none;
        width: 100%;
    }
    .mag-for .inp {
        margin-left: 1vw;
    }
    .cons-tel {
        float: none;
        margin-top: 20px;
        padding: 0 20vw;
    }
    .cons-tel span {
        float: left;
        line-height: 44px;
    }
    .cons-tel h3 {
        float: left;
        margin-top: 0;
    }
}

@media(max-width:425px) {
    .m-tit {
        display: none;
    }
    .mag-wrap {
        margin-bottom: 20px;
    }
    .mag-for .inp {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .cons-tel {
        padding: 0;
        margin-top: 0;
        text-align: center;
    }
    .mag-con {
        margin-top: 0;
    }
    .magge {
        padding: 20px 0;
    }
    .cons-tel span {
        float: none;
        background: url(../images/ourr.png)no-repeat 32% center;
        padding-left: 100px;
    }
    .cons-tel h3 {
        float: none;
        font-size: 25px;
    }
}


/* 行业应用自适应 */

@media(max-width:1440px) {
    .sy-stor li {
        width: 11%;
    }
}

@media(max-width:1024px) {
    .stry {
        padding: 40px 0;
    }
    .sy-stor {
        margin-top: 40px;
    }
    .sy-stor li {
        width: 12%;
    }
    .sy-stor {
        padding-bottom: 10px;
    }
    .sy-show {
        margin-top: 20px;
    }
}

@media(max-width:768px) {
    .sy-stor {
        margin-top: 30px;
    }
    .sy-stor li h4 {
        font-size: 15px;
    }
    .sy-tit h3 {
        line-height: 45px;
        font-size: 15px;
    }
    .sy-tit a {
        font-size: 13px;
        line-height: 36px;
    }
}

@media(max-width:425px) {
    .sy-tit h3 {
        padding-left: 10px;
    }
    .stry .title h3 span {
        display: block;
        margin-left: 0;
        margin-top: 5px;
        font-size: 18px;
    }
    .sy-stor {
        margin-top: 20px;
    }
    .coop {
        margin-top: 25px;
    }
    .sy-stor li h4 {
        font-size: 14px;
        line-height: 32px;
    }
    .sy-stor li {
        border-radius: 12px;
    }
    .aa_list .slick-slide {
        padding: 15px;
    }
    .choose_wap .bd1 .slick-slide .zza {
        width: 100%;
    }
    .choose_wap .bd1 .slick-slide .zzb {
        width: 100%;
    }
}


/* 新闻资讯自适应 */

@media(max-width:1024px) {
    .news {
        padding: 40px 0;
    }
    .new-show {
        margin-top: 30px;
    }
    .new-right {
        width: 39%;
    }
    #ydemo {
        height: 490px;
    }
}

@media(max-width:990px) {
    #ydemo {
        height: 498px;
    }
}

@media(max-width:769px) {
    .new-cfn,
    .new-right {
        float: none;
        width: 100%;
    }
    .new-top .new-con a .con {
        padding: 0 30px;
        margin-top: -40px;
    }
    .wit h3 {
        font-size: 17px;
    }
    .wit h3 span {
        display: none;
    }
    .wit .new-text {
        margin-top: 10px;
        line-height: 1.6;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .new-rmm li {
        padding-top: 5px;
    }
    .new-list ul li a .new-con h3 {
        font-size: 15px;
    }
    .new-list ul li {
        padding: 15px 0;
    }
    .new-list ul li a .new-con p {
        margin-top: 5px;
        font-size: 12px;
    }
    #ydemo {
        height: 360px;
    }
    .new-cfn .new-two h3,
    .new-tit h3 {
        margin-right: 30px;
        line-height: 40px;
        font-size: 18px;
    }
    .new-cfn .new-two a,
    .new-tit a {
        line-height: 40px;
        font-size: 13px;
    }
    .new-ctt,
    .new-list {
        margin-top: 15px;
    }
    .new-top .new-con a .con .wit {
        padding: 20px 30px;
    }
    .new-show {
        margin-top: 20px;
    }
}

@media(max-width:425px) {
    .new-rmm {
        display: none;
    }
    .new-right {
        margin-top: 20px;
    }
    #ydemo {
        height: 200px;
    }
    .new-list ul li a .new-con h3 {
        font-size: 14px;
    }
    .new-list ul li {
        padding: 10px 0;
    }
    .new-list {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* 关于我们自适应 */

@media(max-width:1440px) {
    .m-list {
        padding: 0 290px;
        margin-top: 40px;
    }
    .about-con .text {
        margin-top: 40px;
    }
    .about {
        padding: 70px 0;
    }
}

@media(max-width:1200px) {
    .m-list a {
        width: 150px;
    }
}

@media(max-width:1024px) {
    .about-con .text {
        margin-top: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .m-list {
        padding: 0 87px;
        margin-top: 30px;
    }
    .about {
        padding: 40px 0;
    }
    .about-con h3 {
        font-size: 34px;
    }
}

@media(max-width:990px) {
    .m-list a {
        margin-left: 48px;
    }
}

@media(max-width:769px) {
    .about-con {
        padding: 0 30px;
    }
    .m-list {
        padding: 0 60px;
    }
    .m-list a {
        width: 170px;
        margin-left: 20px;
        font-size: 15px;
    }
    .about-con h3 {
        font-size: 30px;
    }
    .about-con .text {
        font-size: 15px;
    }
}

@media(max-width:425px) {
    .about-con {
        padding: 0;
    }
    .about-con h3 {
        font-size: 25px;
    }
    .about-con .text {
        font-size: 14px;
        line-height: 1.8;
        margin-top: 15px;
    }
    .m-list a {
        font-size: 14px;
        width: 160px;
        display: block;
        margin-left: auto !important;
        margin-right: auto;
        float: none;
    }
    .m-list a:nth-child(2),
    .m-list a:last-child {
        display: none;
    }
    .m-list {
        padding: 0;
    }
}


/* 底部自适应 */

@media(max-width:1440px) {
    .ft-cfn dl {
        margin-left: 6vw;
    }
}

@media(max-width:1200px) {
    .ft-cfn dl {
        margin-left: 5vw;
    }
}

@media(max-width:1024px) {
    .ft-cfn dl {
        margin-left: 4vw;
    }
    .footed {
        padding-top: 40px;
    }
    .ft-link {
        margin-top: 30px;
    }
}

@media(max-width:990px) {
    .ft-cfn dl {
        margin-left: 3vw;
    }
    .footed {
        padding-top: 20px;
    }
    .ft-cfn dl dt {
        margin-bottom: 20px;
    }
    .footer {
        font-size: 12px;
    }
}

@media(max-width:769px) {
    .ft-cfn dl:nth-child(4) {
        display: none;
    }
    .ft-cfn dl {
        margin-left: 2vw;
    }
    .copyright,
    .region {
        float: none;
    }
    .footer {
        line-height: 25px;
        padding: 15px 0;
    }
}

.md-foot {
    display: none;
}

@media(max-width:768px) {
    .footed {
        display: none;
    }
    .footer {
        display: none;
    }
    .md-foot {
        display: block;
        background: #333;
    }
    .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: 2;
        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;
    }
}


/*数量*/

.num-list li .num {
    color: #fff;
    font: 400 50px/52px "impact";
    margin-top: 50px;
    position: relative;
}

.num-list li .num i {
    font-style: inherit;
}

.num-list li .num span {
    margin-left: 15px;
    font: 400 20px/20px "Microsoft Yahei";
}

.num-list li h3 {
    color: #fff;
    font: 400 16px/36px "Microsoft Yahei";
}


/* link */

.flink {
    position: relative;
    width: 145px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 15px;
    text-indent: 20px;
    background: url(../images/upp2.png) no-repeat 80% center;
}

.fhidn {
    position: absolute;
    bottom: 45px;
    width: 100%;
    left: 0;
    display: none;
    padding: 0px 0;
    background: rgb(62, 62, 62, 0.8);
    z-index: 999;
}

.fhidn a {
    line-height: 25px;
    display: block;
    font-size: 12px;
    color: #fff;
}

.fhidn a:hover {
    color: #2787f8;
}


/* 手机页脚 */

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

@media (max-width:1440px) {
    .pp_tit {
        height: 60px;
    }
    .pp_tit span {
        line-height: 60px;
        font-size: 25px;
    }
    .pp_tit b {
        line-height: 60px;
        font-size: 25px;
    }
    .pp_sort li a {
        font-size: 15px;
    }
}

@media (max-width:1366px) {
    .sqq_list li {
        width: calc(33.33% - 20px);
    }
}

@media (max-width:992px) {
    .sy-list li {
        width: calc(50% - 20px);
    }
    .aa_list .slick-arrow {
        display: none!important;
    }
    .aa_list .slick-slide .mid_text h3 {
        font-size: 16px;
    }
    .aa_list .slick-slide .mid_text span {
        font-size: 12px;
    }
    .aa_list .slick-slide .bom_href {
        font-size: 12px;
    }
    .choose_wap .bd1 .slick-slide .zza .xinss {
        font-size: 14px;
    }
    .pro_left {
        width: 100%;
        margin-bottom: 20px;
    }
    .pro_right {
        width: 100%;
    }
    .sqq_list li h3 {
        font-size: 14px;
        padding: 10px 0;
    }
    .pro-list li a h4 {
        font-size: 14px;
    }
    .ying_list li {
        width: calc(25% - 20px);
        margin: 10px 10px 10px 10px;
        padding: 10px 10px 10px 10px;
    }
    .ying_list li+li::before {
        display: none;
    }
    .ying_list li::after {
        display: none!important;
    }
}

@media (max-width:768px) {
    .age_ist_left {
        width: 100%;
    }
    .age-list {
        width: 100%;
        background: url(../images/aga1.jpg) no-repeat center;
        background-size: cover;
    }
    .age-list li {
        margin-left: 20px;
    }
    .sqq_list li {
        width: calc(50% - 20px);
    }
    .ying_list li {
        width: calc(50% - 20px);
    }
}

@media (max-width:480px) {
    .pp_sort li a {
        padding: 5px 0;
    }
}


/* nei */

.nei_cate {
    padding-top: 30px;
}

.nei_cate .xypg-left-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3%;
    flex-wrap: wrap; 
}

.nei_cate .xypg-left-nav>li {
    width: 13%;
    position: relative;
    text-align: center;
    background: #f7f7f7;
    border-right: 1px solid #dedede;
}

.nei_cate .xypg-left-nav>li:last-child {
    border: none;
}

.nei_cate .xypg-left-nav>li .first-nav-btn {
    display: none;
}

.nei_cate .xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 15px 18px;
}

.nei_cate .xypg-left-nav>li:hover>a,
.nei_cate .xypg-left-nav>li.clicked>a {
    color: #fff;
    background: #2787f8;
}