* {
    margin: 0;
    padding: 0;
}

body,
ul,
ol,
li,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option,
input {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}



a {
    text-decoration: none !important;
}

input,
textarea {
    outline: none;
}

video {
    width: 100%;
}

.pagin {
    position: relative;
    margin: 20px;
    font-size: 14px;
}

.pagin .blue {
    color: #056dae;
    font-style: normal;
}

.pagin .paginList {
    position: absolute;
    right: 12px;
    top: 0;
}

.pagin .paginList .paginItem {
    float: left;
}

.pagin .paginList .paginItem a {
    float: left;
    width: 31px;
    height: 28px;
    border: 1px solid #DDD;
    text-align: center;
    line-height: 30px;
    border-left: none;
    color: #3399d5;
}

.pagin .paginList .paginItem:first-child a {
    border-left: 1px solid #DDD;
}

.pagin .paginList .paginItem:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagin .paginList .paginItem:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagin .paginList .paginItem.current,
.pagin .paginList .paginItem.current a {
    background: #f5f5f5;
    cursor: default;
    color: #737373;
}

.pagin .paginList .paginItem:hover {
    background: #f5f5f5;
}

.pagin .paginList .paginItem.more,
.pagin .paginList .paginItem.more a:hover {
    cursor: default;
}

.pagin .paginList .paginItem.more:hover {
    background: #FFF;
}

.pagin .paginList .paginItem.more a {
    color: #737373;
}

.message {
    float: left;
    width: 30%;
    margin-top: 15px;
}

.jlfanye {
    /*float:right;*/
    width: 100%;
}

.jlfanye a {
    padding: 5px;
    border: solid 1px #dedede;
    /*float:left;*/
    min-width: 8px;
    margin: 8px 2px;
    color: #999;
}

.jlfanye a:hover {
    color: #f00;
}

.menu-nav {
    transition: all .3s;
}

.border-none {
    border: none;
}

.block {
    display: block;
}

.none {
    display: none;
}

.xs-show {
    display: none !important;
}

.no-margin {
    margin: 0;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.cor-md-1 {
    width: 100%;
}

.cor-md-2 {
    width: 47%;
    margin: 1.5%;
}

.cor-md-3 {
    width: 30.333333% !important;
    margin: 1.5% !important;
}

.cor-md-4 {
    width: 22%;
    margin: 1.5%;
}

.cor-md-5 {
    width: 17%;
    margin: 1.5%;
}

.cor-md-6 {
    width: 13.666666%;
    margin: 1.5%;
}

.md-pa-20 {
    padding: 20px 0;
}

.md-ma-20 {
    margin: 20px 0;
}

.md-pa-to-20 {
    padding-top: 20px;
}

.md-pa-bo-20 {
    padding-bottom: 20px;

}

.md-ma-to-20 {
    margin-top: 20px;
}

.md-ma-bo-20 {
    margin-bottom: 20px;

}

.md-pa-to-50 {
    padding-top: 50px;
}

.md-pa-bo-50 {
    padding-bottom: 50px;

}

.md-ma-to-50 {
    margin-top: 50px;
}

.md-ma-bo-50 {
    margin-bottom: 50px;

}

.flex {
    display: flex;
    flex-wrap: wrap;

}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;

}

.align-items-start {
    align-items: flex-start;

}

.align-items-end {
    align-items: flex-end;

}

.align-items-baseline {
    align-items: baseline;

}

.align-items-stretch {
    align-items: stretch;

}

.no-wrap {
    flex-wrap: nowrap;

}

.text-indent {
    text-indent: 2em;
}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.enlarge,
.shadow,
.up,
.rotate {
    transition: all .8s !important;
}

.enlarge:hover {
    transform: scale(1.1);
}


.up:hover {
    transform: translateY(-10px);
}


.shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;

}

ul li:hover .rotate {
    transform: rotateY(360deg);
}


.img-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100%
}


.img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

img {
    max-width: 100%;
}

ul li {
    list-style-type: none;
}

header {
    width: 100%;
    transition: top .3s;
    position: relative;
    z-index: 999;
    line-height: 85px;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;
    width: 45%;
}

header .logo {
    width: 33%;
}

.hover-ul {
    display: none;
}



.big-banner .banner1-phone {
    display: none;
}


.header-flex {
    max-width: 1200px;
    margin: 0 auto;
}

.header-img {
    width: 30%;
}




.list-unstyled>li {
    text-align: center;
    position: relative;
}



.list-unstyled>li>img {
    position: absolute;
    left: 50%;
    bottom: -8%;
    transform: translate(-50%, 0);
    display: none;
}

.list-unstyled>li:hover>img {
    display: block;
}

.hover-ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
}

.hover-ul>li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hover-ul>li>a {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    display: block;
}

.hover-ul>li>a:hover {
    background-color: #3793fc;
    color: #fff;
}

.phone {
    width: 100%;
    background-color: #fff;
    display: none;
}

.phone-ul-img {
    width: 330px;
    height: 100px;
}

.phone-nav #span1 {
    position: relative;
    transition: all .2s;
}

.phone-nav #span2 {
    position: relative;
    transition: all .3s;
}

.phone-flex {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.phone-nav {
    margin-top: 3px;
}

.phone-text {
    color: #3793fc;
    font-size: 20px;
    font-weight: bold;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 35%;
    text-align: center;
    z-index: 9999999;
}

.phone-ul li {
    width: 100%;
    background-color: #ffff;
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;
    opacity: .83;
    filter: alpha(opacity=83);
    /* IE */
    -moz-opacity: 0.83;
    /* 老版Mozilla */
    -khtml-opacity: 0.83;
    /* 老版Safari */
}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    width: 100%;
}

.phone-ul li:hover {
    background-color: #3793fc;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #3793fc;
}

.banner1 {
    padding-top: 30%;
}

.banner1-img {
    background: url(images/文字1.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.banner .swiper-pagination span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}


.hot {
    width: 100%;
    height: 58px;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: solid 2px #fff;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 8px 0;
}

.hot>.qr-box {
    position: fixed;
    left: 50%;
    bottom: 7%;
    transform: translate(-50%, 0);
    width: 95%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    display: none;
    box-shadow: 0 0 5px #666;

}

.hot>.qr-box .qr-img {
    width: 120px;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}

.list-unstyled>li>a {
    font-family: 微软雅黑;
    font-size: 17px;
    color: #000000;
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list-unstyled>.li-red>img {
    display: block;
}

.list-unstyled>.li-red>a {
    color: #ed1c2a;
}

.list-unstyled>li:hover>a {
    color: #ed1c2a;
}

.top {
    height: 29px;
    background-color: #eeeeee;
}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 29px;
}

.top ul li {
    font-size: 14px;
}

.top ul li a {
    color: #333;
}

.top-nav-left {
    display: flex;
    align-items: center;
    width: 60%;
    justify-content: space-between;
}

.top-nav-left>span {
    font-size: 24px;
    color: #000;
    margin-top: 3.2%;
}

.top-nav {
    padding: 20px 0;
}

.top-nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-nav-right {
    display: flex;
    align-items: center;
}

.top-nav-right-text {
    margin-left: 10px;
}

.top-nav-right-text>span {
    color: #333333;
    font-size: 16px;
}

.top-nav-right-text>p {
    color: #3793fc;
    font-size: 34px;
    font-weight: bold;
    line-height: 30px;
}

.service {
    background: url(../images/index_04.jpg) no-repeat 50% 50%;
    background-size: cover
}

.service-txt {
    font-size: 16px;
    color: #131313;
    line-height: 26px;
}

.service-title>span {
    font-size: 24px;
    color: #000000;
    font-family: "Aparajita";
    text-transform: uppercase;
    padding-left: 37px;
}



.service-title>p {
    font-size: 24px;
    color: #ffffff;
    padding-left: 36px;

}

.service-title>p>span {
    color: #131313;
    padding-left: 0;
}

.service-title {
    position: relative;
    z-index: 9;
}

.service-txt-box {
    position: relative;
}

.service-txt-box .frame {
    width: 91px;
    height: 118px;
    background-color: #3793fc;
    position: absolute;

    left: -5px;
    top: -23px;
}

.service {
    padding: 55px 0 20px 0;
}

.service-txt {
    margin-left: 92px;
    margin-top: 48px;
}

.service ul li a {
    display: block;
    line-height: 42px;
    background-color: #e6e6e6;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #131313;
    box-shadow: 0 0 5px #bdbdbd;
}

.service ul li a:hover {
    background-color: #3793fc;
    color: #fff;
}

.service-right {
    width: 41%;
}

.service-right-img {
    padding-top: 114.5%;
}

.service-left {
    width: 55%;
}

.service ul {
    margin-top: 42px;
}

.service ul li {
    width: 23.8%;
    margin-right: 9%;
    margin-bottom: 9%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.service-right-img-box .service-right-img {
    display: none;
}

.service-right-img-box .block {
    display: block;
}

.service-txt-box>img {
    position: absolute;
    left: 7%;
    top: 51%;
}

.resources-left-txt {
    font-size: 16px;
    color: #131313;
    line-height: 32px;
    margin-top: 64px;
}

.resources-right ul li {
    margin-bottom: 25px;
}

.resources>.wrap>.flex {
    background-color: #fff;
    padding: 55px 44px;
    position: relative;
    border: 1px solid #e2e2e2;
    box-shadow: 0 5px 5px #e0e0e0;
}

.resources>.wrap>.flex .img1 {
    position: absolute;
    left: 0;
    top: -2.1%;

}

.resources>.wrap>.flex .img2 {
    position: absolute;
    left: 3.7%;
    top: 25.8%;
}

.resources-left {
    width: 75%;
}

.resources-left a {
    display: block;
    width: 158px;
    line-height: 37px;
    text-align: center;
    background-color: #999;
    color: #fff;
    margin-top: 38px;
}

.resources-left a:hover {
    background-color: #3793fc;
}

.resources {
    padding: 95px 0;
}

.resources-right {
    width: 22%;
}

.field-title span {
    font-size: 24px;
    color: #131313;
    display: block;
    text-align: center;
}

.field-title {
    text-align: center;
    position: relative;
    padding: 22px 0 35px 0;
}

.field-title img {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0);
}

.field-title-box {
    padding-top: 35px;
}


/* 产品展示 */



.product1 {
    padding: 10px 0;

}

.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-left {
    width: 231px;
}

.page-pro {
    position: relative;
}

.pro-title {
    position: relative;
    background-color: #3793fc;
    padding: 14px 0;
}

.pro-title:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.pro-title .t1 {
    line-height: 26px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.pro-title .t2 {
    line-height: 16px;
    font-size: 24px;
    padding-top: 10px;
    color: #fff;
    font-family: "Arial";
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.pro-title-t2-span1 {
    display: none;
}

.page-pro ul {
    display: block;

}

.page-pro>ul>li {

    /*line-height: 45px;*/
    line-height: 35px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border: 1px solid #dbdbdb;
}

.page-pro>ul>li>ul>li {
    line-height: 35px;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border: 1px solid #eee;
}

.page-pro>ul>li>a {
    padding: 0 17px;
    font-size: 14px;
    color: #131313;
    text-align: center;
}

.page-pro>ul>li:hover>a {
    color: #fff;
    background-color: #3793fc;
}

.page-pro>ul li a.on {
    color: #fff;
    background-color: #3793fc;
}

.page-pro>ul>li>a .s1 {
    width: 63%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>ul>li>a {
    display: block;
    color: #131313;
    text-align: center;
    font-size: 14px;
}

.page-pro>ul>li>ul>li>a:hover {
    color: #fff;
    background-color: #3793fc;
}

.page-pro>ul>li>ul>li {
    padding: 1px 0;
}

.page-pro>ul>li>ul {
    display: none;
}



.page-pro>ul>li>a i {
    margin-left: 20px;
    color: #fff;
}

.page-right {
    width: calc(100% - 267px);
}

.page-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 58px;
}

.page-title .t1 {
    font-size: 24px;
    color: #333;
}

.pro-ul {
    display: flex;
    flex-wrap: wrap;
}

.pro-ul li {
    width: 31.3333333333%;
    margin: 1%;
}

.pro-ul li a {
    display: block;
    text-align: center;
    transition: 0.5s;
}

.pro-ul li .pic-box {
    border: 1px solid #dfdfdf;
}

.pro-ul li .pic {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #3793fc;
    border-top: none;
    overflow: hidden;
}

.pro-ul li .pic .pro-img {
    transition: all .5s;
    overflow: hidden;
}

.pro-ul li:hover .pro-img {
    transform: scale(1.2);
}

.pro-ul li .txt {
    border-bottom: 1px solid #999999;
    color: #131313;
    font-size: 15px;
    line-height: 45px;
    padding: 0 5px;

}

.pro-ul li .txt .s1 {
    width: 63%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
}

.pro-ul li .pic .pro-img {
    position: relative;
    overflow: hidden;
}

.pro-ul li .pic .pro-img:before {
    content: "";
    display: block;
    padding-top: 75%;
}

.page-left-img img {
    width: 100%;
}

.page-left-img-text {
    margin-left: 2.3%;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 30px;
    font-size: 14px;
    color: #3a3a3a;
    padding-right: 2px;
}

.page-left-img {
    border: 1px solid #cacaca;
}

.product1 .page1 {
    margin-top: 50px;
}


.page-right-title {
    width: 98%;
    margin: 0 auto;
    border-bottom: 1px solid #dbdbdb;
    line-height: 28px;
    position: relative;
}


.page-right-title1 {
    font-size: 18px;
    color: #222222;
}

.page-right-title1>span {
    font-size: 12px;
    color: #909090;
}

.page-right-title2 {
    font-size: 12px;
    color: #909090;
}

.product1 .title .txt p {
    font-size: 20px;
    /*font-size: 24px;*/
    color: #fff;
    line-height: 34px;
}

.product1 .title .txt span {
    font-size: 14px;
    color: #ffffff;
    font-family: "Arial";
    line-height: 22px;
}

.product1 .title .left-img {
    position: relative;
}

.product1 .title .left-img .txt {
    position: absolute;
    left: 7.5%;
    top: 50%;
    transform: translate(0, -50%);
}

.product1 .title .right p {
    font-size: 14px;
    color: #131313;
}

.product1 .title .right p img {
    margin-right: 6px;
}

.product1 .title {
    padding-right: 1%;

}

.product1 .page {
    margin-top: 20px;
}



.product1 .xian {
    width: 100%;
    height: 1px;
    background-color: #bababa;
    position: relative;
    left: 0;
    top: 74px;
}

/* 产品展示结束 */





/* 产品轮播 */


.certificate {
    padding-bottom: 50px;
}

.certificate .banner3 {
    padding-top: 97.9%;
}

.certificate .banner2 {
    position: relative;
}





.certificate .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #3793fc;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../images/index-09038_03.png) no-repeat center center, #3793fc;
    outline: none;
}

.certificate .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;
    background-color: #3793fc;
    border-radius: 50%;
    background: url(../images/index-09039_03.png) no-repeat center center, #3793fc;
    outline: none;
}

.certificate .banner2 a span {
    display: block;
    line-height: 33px;
    color: #fff;
    text-align: center;
    position: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.certificate .banner2 a .banner3-box {
    display: block;
    overflow: hidden;
}

.certificate .banner2 a .banner3 {
    transition: all .6s;
}

.certificate .banner2 a:hover .banner3 {
    transform: scale(1.1);
}

.certificate {
    padding-bottom: 120px;
}

/*  */

.news-fa {
    width: 48%;

    border-radius: 10px;
    position: relative;

}

.news-box {
    box-shadow: 0 3px 5px #cacacc;
}

.news-box1 {
    position: relative;
}

.news-box .img1 {
    position: absolute;
    left: 50%;
    top: -18%;
    transform: translate(-50%, 0);
}

.news-box .p1 {
    font-size: 24px;
    color: #131313;
    position: absolute;
    left: 50%;
    top: -40%;
    transform: translate(-50%, 0);
}

.news-box .p1 img {
    margin-right: 5px;
}

.news-box-img {
    padding-top: 55.2%;
}

.news-box p {
    line-height: 76px;
    font-size: 18px;
    color: #131313;
    padding: 0 20px;
}

.news-box p .s1 {
    width: 63%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news {
    padding: 70px 0;
    background-color: #eeeef1;
}

.news-show {
    width: 100%;
}

.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: left;
    padding: 20px 0 5px 0;
}

.news-show .txt-date {
    font-size: 13px;
    color: #333;
    text-align: center;
}

.news-show .txt-nr {
    line-height: 28px;
    font-size: 13px;
    color: #333;
    padding: 10px 0;
}

.news-show .txt-nr table{
    width: 100%;
    height: auto;
}
.news-show .txt-nr img{
    max-width: 100% !important;
    height: auto !important;
}

.contact1-txt {
    line-height: 2em;
    font-size: 16px;
}


.contact1 .map {
    width: 100%;
    height: 350px;
    margin-top: 20px;
}

.contact1 {
    margin-top: 20px;
}

.news-ul li {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 2px;
    transition: all .8s;
}

.news-ul li a {
    display: flex;
    color: #333;
}

.news-ul li a .txt {
    width: calc(100% - 230px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0 20px;
}

.news-ul li a .txt .txt-bt {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-ul li a .txt .txt-bt .t1 {
    font-size: 18px;
    font-weight: bold;
}

.news-ul li a .txt .txt-bt .t2 {
    font-size: 12px;
}

.news-ul li a .txt .txt-nr {
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}

.news-ul1 li a .txt .txt-nr {
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
    width: 70%;
}

.news-ul li a h5 {
    width: 100%;
    text-align: right;
}

.news-ul li a h5 span {
    display: inline-block;
    width: 100px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #06ac81;
    text-align: center;
    transition: 0.5s;
    border-radius: 5px;
}

.news-ul li:hover .img_cover {
    transform: scale(1.1);
}

.news-ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}

.news-ul li:hover a .txt-bt .t1 {
    color: #06ac81;
}

.news-ul li:hover h5 span {
    background: #f38025;
    color: #fff;
}

.news-ul .img_cover {
    padding-top: 66%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 230px;
    position: relative;
    overflow: hidden;
}



.product1 .xian1 {
    width: 100%;
    height: 1px;
    background-color: #bababa;
    position: relative;
    left: 0;
    top: 74px;
}

.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
}


.pro-ul li .frame-box {
    background-color: rgba(55, 147, 252, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 999;
    transition: all .6s;
}

.pro-ul li:hover .frame-box {
    left: 0;
}

.pro-ul li .frame {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.pro-ul li .frame-txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pro-ul li a {
    display: block;
}

.pro-ul {
    margin-top: 20px;
}

.pro-ul li a .frame-txt p {
    color: #fff;
    font-size: 16px;
}

.news-ul {
    margin-top: 20px;
}

.news-ul1 li a .txt {
    width: 100%;
    padding: 20px;
}

.footer-span {
    font-size: 18px;
    color: #fff;
    padding-bottom: 26px;
    display: block;
    position: relative;
}

.footer-span img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-left-txt {
    font-size: 14px;
    color: #ffffff;
    line-height: 29px;
    margin-top: 20px;
}

.footer-left-txt a {
    font-size: 12px;
    color: #fe9901;
}

.footer-left-txt a:hover {
    border-bottom: 1px solid #fe9901;
}

.footer-left {
    width: 25%;
}

.footer-middle1 ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 36px;

}

.footer-middle1 ul li a:hover {
    border-bottom: 1px solid #fff;
}

.footer-middle1 ul {
    margin-top: 16px;
}

.footer-middle2-txt {
    font-size: 14px;
    color: #fff;
    line-height: 37px;
    margin-top: 15px;
}

.footer-right .qr-box img {
    margin-right: 20px;
}

.footer-right .qr-box {
    font-size: 14px;
    color: #ffffff;
}

.footer-right .qr-box1 {
    margin-top: 30px;
}

.footer-right .qr {
    margin-top: 26px;
}

.footer-middle1 {
    width: 15%;
}

footer>.wrap {
    padding: 40px 0;
}










.footer-buttom {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
    border-top: 1px solid #3e3e3e;
}

.footer-buttom a {
    color: #FFFFFF;
    font-size: 14px;
}





@media (max-width:1200px) {

    .container,
    .footer-content,
    .wrap {
        max-width: 96% !important;
    }






}








@media (max-width:769px) {
    header {
        display: none;
    }

    .xs-show {
        display: block !important;
    }

    .xs-hide {
        display: none !important;
    }

    .xs-pa-20 {
        padding: 20px 0 !important;
    }

    .xs-ma-20 {
        margin: 20px 0 !important;
    }

    .xs-pa-to-20 {
        padding-top: 20px !important;
    }

    .xs-pa-bo-20 {
        padding-bottom: 20px !important;

    }

    .xs-ma-to-20 {
        margin-top: 20px !important;
    }

    .xs-ma-bo-20 {
        margin-bottom: 20px !important;

    }

    .cor-xs-1 {
        width: 100% !important;
    }

    .cor-xs-2 {
        width: 47% !important;
        margin: 1.5% !important;
    }

    .cor-xs-3 {
        width: 30.333333% !important;
        margin: 1.5% !important;
    }

    .cor-xs-4 {
        width: 22% !important;
        margin: 1.5% !important;
    }

    .cor-xs-5 {
        width: 17% !important;
        margin: 1.5% !important;
    }

    .cor-xs-6 {
        width: 13.666666% !important;
        margin: 1.5% !important;
    }

    .top {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .banner .swiper-pagination span {
        display: none;
    }

    .big-banner .banner1-phone {
        display: block;
        padding-top: 45%;
    }

    .big-banner .banner1 {
        display: none;
    }

    .phone {
        display: block;
    }

    .phone img {
        max-width: 82%;
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }



    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }





    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img-text {
        display: none;
    }



    .page-left-img img {
        display: none;
    }



    .pro-title-phone-none {
        display: none;
    }



    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .pro-title .t1 {
        font-size: 16px;
    }

    .page-pro ul li {
        padding: 1px 0;
    }



    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .certificate {
        padding-bottom: 20px;
    }




    /* 产品中心手机*/



    .page-title {
        display: none;
    }

    .pro-title {
        position: relative;
        background-color: #3793fc;
        padding: 5px 0px;
    }

    .page-pro>ul>li {
        line-height: 28px;
    }

    .page-pro>ul>li>ul>li {
        line-height: 35px;
    }

    .pro-title .t1 {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding: 10px 10px;
        align-items: center;
    }

    .pro-title .t2 {
        display: none;
    }

    .pro-title-t2-span1 {
        display: block;
    }

    .pro-ul li .txt {
        font-size: 14px;
        line-height: 30px;
    }

    .page-pro ul {
        display: none;
    }

    .product1 {
        padding: 20px 0;
    }

    .page-pro>ul>li>a {
        font-size: 12px;
    }

    .page-pro>ul>li>ul>li>a {
        font-size: 12px;
    }

    .page-right-title {

        border-bottom: 1px solid #dbdbdb;
        line-height: 28px;
        position: relative;
        padding: 10px 0;
    }

    /*  */

    .service-txt-box .frame {
        display: none;
    }

    .service-txt-box>img {
        display: none;
    }

    .service-left {
        width: 100%;
    }

    .service-right {
        width: 100%;
        margin-top: 20px;
    }

    .service-txt {
        display: none;
    }

    .service-title {
        text-align: center;
    }

    .service-title>span {
        font-size: 18px;
        color: #000000;
        font-family: "Aparajita";
        text-transform: uppercase;
        padding-left: 0px;
    }

    .service-title>p>span {
        color: #131313;
        padding-left: 0px;
    }

    .service-title>span>span {
        color: #000;
    }

    .service-title>p {
        font-size: 18px;
        color: #131313;
        padding-left: 0px;
        text-align: center;
    }


    .service ul li {
        width: 30%;
        margin: 1.5%;
    }

    .service ul li a {
        display: block;
        line-height: 38px;
        background-color: #e6e6e6;
        border-radius: 20px;
        text-align: center;
        font-size: 14px;
        color: #131313;
        box-shadow: 0 0 5px #bdbdbd;
    }

    .service ul {
        margin-top: 8px;
    }

    .service {
        padding: 20px 0;
    }

    .resources>.wrap>.flex .img1 {
        max-width: 35%;
        top: -0.8%;
    }

    .resources>.wrap>.flex .img2 {
        display: none;
    }

    .resources-left {
        width: 100%;
    }

    .resources-right {
        display: none;
    }

    .resources-left a {
        display: block;
        width: 119px;
        line-height: 33px;
        text-align: center;
        background-color: #999;
        color: #fff;
        margin: 0 auto;
        margin-top: 16px;
    }

    .resources>.wrap>.flex {
        background-color: #fff;
        padding: 20px;
        position: relative;
        border: 1px solid #e2e2e2;
        box-shadow: 0 5px 5px #e0e0e0;
    }

    .resources-left-txt {
        font-size: 14px;
        color: #131313;
        line-height: 25px;
        margin-top: 27px;
    }

    .resources {
        padding: 20px 0;
    }


    .field-title span {
        font-size: 18px;
        color: #131313;
        display: block;
        text-align: center;
    }


    .field-title-box {
        padding-top: 20px;
    }

    .field-title {
        text-align: center;
        position: relative;
        padding: 22px 0 20px 0;
    }

    .news-fa {
        width: 100%;
    }

    .news-box .p1 {
        font-size: 24px;
        color: #131313;
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);
        width: 100%;
    }

    .news-box .img1 {
        display: none;
    }

    .news-box1 {
        margin-top: 20px;
    }

    .news-box p {
        line-height: 46px;
        font-size: 16px;
        color: #131313;
        padding: 0px 15px;
    }

    .news-fa1 {
        margin-top: 20px;
    }

    .news-fa .pp {
        line-height: 40px;
        font-size: 16px;
    }


    .news {
        padding: 20px 0;
        background-color: #eeeef1;
    }

    .product1 .title .right p {
        margin-top: 20px;
        padding-left: 2%;
    }

    .contact1 .map {
        height: 250px;
    }

    .news-ul li {
        padding: 1.5%;
    }

    .news-ul li a .pic {
        width: 130px;
    }

    .news-ul li a .txt {
        padding: 0 0 0 10px;
        width: calc(100% - 130px);
    }

    .news-ul1 li a .txt {
        padding: 10px;
        width: 100%
    }

    .news-ul li a .txt .txt-bt .t1 {
        font-size: 15px;
    }

    .hidden-xs {
        display: block !important;
    }

    .news-ul li a h5 span {
        display: none;
    }

    .news-ul li a .txt .txt-nr {
        font-size: 12px;
    }

    .product1 .page1 {
        margin-top: 0px;
    }



    .product1 .page {
        margin-top: 0;
    }



    .service {
        background: url(../images/xs_03.jpg) no-repeat 50% 50%;
        background-size: cover
    }

    .product1 .xian {
        display: none;
    }


    .news-ul1 li a .txt .txt-nr {
        line-height: 22px;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        width: 100%;
    }




    .footer-left {
        width: 100%;
    }

    .footer-middle1 {
        display: none;
    }

    .footer-right {
        display: none;
    }

    .footer-middle2 {
        width: 100%;
        margin-top: 20px;
    }

    .footer-span {
        font-size: 16px;
        color: #fff;
        padding-bottom: 13px;
        display: block;
        position: relative;
    }

    .footer-middle2-txt {
        font-size: 14px;
        color: #fff;
        line-height: 37px;
        margin-top: 6px;
    }

    .footer-left-txt {
        font-size: 14px;
        color: #ffffff;
        line-height: 25px;
        margin-top: 20px;
    }

    .footer-middle2-txt {
        font-size: 14px;
        color: #fff;
        line-height: 29px;
        margin-top: 6px;
    }

    footer>.wrap {
        padding: 20px 0;
    }













    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        padding: 20px 22px;
        font-size: 13px;
        text-align: center;
    }



    .footer-phone {
        background-color: #fff;
    }

    .footer-phone form {
        padding: 0 30px 0 30px;
    }

    .footer-phone form input {
        width: 100%;
        margin-bottom: 20px;
        height: 40px;
    }

    .footer-phone form .int2 {
        height: 80px;
    }

    .footer-phone form .int3 {
        background-color: #d9534f;
        color: #fff;
        border: none;
        outline: none;
    }

    .footer-phone form .int3:hover {
        background-color: #d43f3a;
    }


    .footer-phone form {
        display: block;
        border: 1px solid #fff;
    }

    .footer-phone-two {
        display: none;
    }

    .footer-phone form input {
        border: 1px solid #dcdcdc;
    }
.news-show .txt-nr table{
    width: 100% !important;
    height: auto !important;
    clear: both !important;
}
.news-show .txt-nr table td{
    font-size: 12px !important;
    width: auto !important;
    height: auto !important;
}
.news-show .txt-nr table td p{
    font-size: 12px !important;
    clear: both !important;
}
.news-show .txt-nr table td span{
    font-size: 12px !important;
    clear: both !important;
}

.news-show .txt-nr img{
    max-width: 100% !important;
    height: auto !important;
}
    
}