* {
    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;
}

.message-box {
    margin-top: 40px;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

input,
textarea {
    outline: none;
}

video {
    width: 100%;
}

.menu-nav {
    transition: all .3s;
}

.border-none {
    border: none !important;
}

.block {
    display: block;
}

.none {
    display: none !important;
}

.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% !important;
}

.cor-md-2 {
    width: 47% !important;
    margin: 1.5% !important;
}

.cor-md-3 {
    width: 30.333333% !important;
    margin: 1.5% !important;
}

.cor-md-4 {
    width: 22% !important;
    margin: 1.5% !important;
}

.cor-md-5 {
    width: 17% !important;
    margin: 1.5% !important;
}

.cor-md-6 {
    width: 13.666666% !important;
    margin: 1.5% !important;
}

.padding-0 {
    padding: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.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;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99999;
    border: 1px solid #eee;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;

}

.hover-ul {
    display: none;
}

.big-banner .banner1-phone {
    display: none;
}

.big-banner .swiper-button-prev {
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    width: 45px;
    height: 60px;
    background-color: rgba(0, 0, 0, .6);
}

.big-banner .swiper-button-next {
    width: 45px;
    height: 60px;
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    transform: rotate(180deg);
    background-color: rgba(0, 0, 0, .6);
}

.header-flex {
    margin: 0 auto;
}

.header-img {
    width: 30%;
}

.list-unstyled>li {
    width: calc(100%/6);
    text-align: center;
    position: relative;
}



.hover-ul {
    width: 180%;
    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;
    border: 1px solid transparent;
}

.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: #0100fb;
    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: #0100fb;
    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%;
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.83);
}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    width: 100%;
}

.phone-ul li:hover {
    background-color: #0100fb;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #0100fb;
}

.banner1 {
    padding-top: 30.2%;
}

.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: #0100fb;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    border-top: solid 2px #fff;
    height: calc(58px + constant(safe-area-inset-bottom));
    height: calc(58px + env(safe-area-inset-bottom));

    padding-bottom: constant(safe-area-inset-bottom);
    /*兼容 IOS<11.2*/
    padding-bottom: env(safe-area-inset-bottom);
    /*兼容 IOS>11.2*/
}

.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;
}

.hot .row div a span {
    font-size: 20px;
}

.list-unstyled>li>a {
    font-family: 微软雅黑;
    font-size: 16px;
    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;
    border-right: 1px solid #cccccc;
}

.list-unstyled>li:nth-child(1) a {
    border-left: 1px solid #cccccc;
}

.list-unstyled>li:nth-child(9) a {
    border-right: 1px solid #cccccc;
}


.list-unstyled>.li-red>a {
    background-color: #0100fb;
    color: #fff;
}

.list-unstyled>li:hover>a {
    background-color: #0100fb;
    color: #fff;
}

.top {
    height: 35px;
    background-color: #f1f1f1;
}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 34px;
}

.top ul li {
    font-size: 14px;
    font-family: "微软雅黑";
}

.top ul li a {
    color: #333;
}

.top-nav-left {
    display: flex;
    align-items: center;
    width: 70%;
    justify-content: space-between;
    position: relative;
}

.top-nav-left .img1 {
    position: absolute;
    left: 59.7%;
    top: 50%;
    transform: translate(0, -50%);
}

.top-nav-left>span {
    font-size: 15px;
    color: #131313;
    margin-left: 70px;
}

.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: #0100fb;
    font-size: 26px;
    font-weight: bold;
    line-height: 34px;
}

.top-nav-right-text>p {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

/* 产品展示 */

.product1 {
    padding: 50px 0;

}

.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-left {
    width: 260px;
}

.page-pro {
    position: relative;
}


.pro-title {
    position: relative;
    background-color: #0100fb;
    padding: 38px 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;
    border: 2px solid #0100fb;

}

.page-pro>ul>li {
    line-height: 56px;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>ul>li {
    line-height: 45px;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #0100fb;
}

.page-pro>ul>li>ul>li>a {
    display: block;
    color: #eee;
    text-align: center;
    font-size: 14px;
    background-color: #0100fb;
}

.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% - 280px);
}

.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 #0100fb;
    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: 1px solid #dfdfdf;
    color: #333333;
    font-size: 16px;
    line-height: 50px;

}

.pro-ul li .pic .pro-img {
    position: relative;
    overflow: hidden;
}

.pro-ul li .pic .pro-img:before {
    content: "";
    display: block;
    padding-top: 80%;
}

.page-left-img img {
    margin-left: 2.3%;
    margin-top: 3%;
}

.page-left-img-text {
    margin-left: 2.3%;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 30px;
    font-size: 14px;
}

.page-left-img {
    border: 2px solid #dfdfdf;
}



.page-right .pro-ul li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 10px;
}

.page-right-title {
    width: 98%;
    margin: 0 auto;
    border-bottom: 1px solid #dbdbdb;
    line-height: 28px;
    position: relative;
}

.page-right-title-100 {
    width: 100%;
}

.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;
}



/* 产品展示结束 */





/* 产品轮播 */

/*.certificate {
    padding-top: 20px!important;
}*/

.certificate .banner2 a .img-box {
    padding-top: 92%;
}

.certificate .banner2 {
    position: relative;
}

.certificate .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #0100fb;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../images/index-09038_03.png) no-repeat center center, #0100fb;
    outline: none;
}

.certificate .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;
    background-color: #0100fb;
    border-radius: 50%;
    background: url(../images/index-09039_03.png) no-repeat center center, #0100fb;
    outline: none;
}

.certificate .banner2 .lunbo-li a p {
    line-height: 42px;
    height: 42px;
    background-color: #dcdcdc;
    font-size: 16px;
    color: #131313;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 5px;
    transition: all .6s;
}

.certificate .banner2 .lunbo-li a {
    border: 1px solid #cccccc;
    display: block;
}

.certificate .banner2 .lunbo-li a:hover p {
    background-color: #e80401;
    color: #fff;
}

.certificate .banner2 .lunbo-li a .img {
    transition: all .6s;
}

.certificate .banner2 .lunbo-li a:hover .img {
    transform: scale(1.1);
}

.certificate .banner2 .swiper-container {
    background-color: #fff;
    padding: 34px 22px 34px 22px;
    box-shadow: 0 0 5px #888;
}

.certificate>.wrap .swiper-container>a {
    width: 155px;
    line-height: 32px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #131313;
    border-radius: 20px;
    background-color: #dcdcdc;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 42px;
    box-shadow: 0 0 5px #888;
    transition: all .6s;
}

.certificate>.wrap .swiper-container>a:hover {
    background-color: #e80401;
    color: #fff;
}



.certificate1 {
    padding-top: 20px !important;
}

.certificate1 .banner2 a .img-box {
    padding-top: 138%;
}

.certificate1 .banner2 {
    position: relative;
}

.certificate1 .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #0100fb;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../images/index-09038_03.png) no-repeat center center, #0100fb;
    outline: none;
}

.certificate1 .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;
    background-color: #0100fb;
    border-radius: 50%;
    background: url(../images/index-09039_03.png) no-repeat center center, #0100fb;
    outline: none;
}

.certificate1 .banner2 .lunbo-li a p {
    line-height: 42px;
    height: 42px;
    background-color: #dcdcdc;
    font-size: 16px;
    color: #131313;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 5px;
    transition: all .6s;
}

.certificate1 .banner2 .lunbo-li a {
    border: 1px solid #cccccc;
    display: block;
}

.certificate1 .banner2 .lunbo-li a:hover p {
    background-color: #e80401;
    color: #fff;
}

.certificate1 .banner2 .lunbo-li a .img {
    transition: all .6s;
}

.certificate1 .banner2 .lunbo-li a:hover .img {
    transform: scale(1.1);
}

.certificate1 .banner2 .swiper-container {
    background-color: #fff;
    padding: 34px 22px 34px 22px;
    box-shadow: 0 0 5px #888;
}

.certificate1>.wrap .swiper-container>a {
    width: 155px;
    line-height: 32px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #131313;
    border-radius: 20px;
    background-color: #dcdcdc;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 42px;
    box-shadow: 0 0 5px #888;
    transition: all .6s;
}

.certificate1>.wrap .swiper-container>a:hover {
    background-color: #e80401;
    color: #fff;
}

/*  */
.search-box .search-left {
    width: 70%;
}

.search-box .screen {
    padding: 0;
}

.search-box .screen dl {
    display: flex;
    padding: 8px 0;
}

.search-box .screen dl dt {
    font-size: 14px;
    color: #e80401;
    margin-right: 10px;
    line-height: 28px;
    width: 90px;
}

.search-box .screen dl dd a {
    font-size: 14x;
    color: #333;
    margin-right: 10px;
    padding: 0 5px;
    line-height: 28px;
    display: block;
}

.search-box .screen dl dd a:hover,
.screen dl dd a.on {
    background-color: #e80401;
    color: #fff;
}

.search-box .dd-box {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 90px);
}

.search-box .search-right form .int1 {
    width: 250px;
    line-height: 31px;
    border: 1px solid #d2d2d2;
    border-right: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 15px;
    background-color: #f0f1f4;
}

.search-box .search-right form .int2 {
    width: 47px;
    line-height: 31px;
    border: 1px solid #d2d2d2;
    border-left: none;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #f0f1f4;
}

.search-box {
    background-color: #f0f1f4;
    padding: 3px 0;
}

.public-title {
    text-align: center;
    padding: 32px 0 22px 0;
}

.public-title .p1 {
    font-size: 30px;
    color: #0100fb;
    font-weight: bold;
    line-height: 66px;
}

.public-title .p2 {
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 10px;
}

.public-title .img1 {
    position: relative;
}

.public-title .img1::after {
    display: block;
    content: "";
    width: 72px;
    height: 1px;
    background-color: #eaeaea;
    left: 41.6%;
    top: 50%;
    transform: translate(0, 0);
    position: absolute;
}

.public-title .img1::before {
    display: block;
    content: "";
    width: 72px;
    height: 1px;
    background-color: #eaeaea;
    right: 41.6%;
    top: 50%;
    transform: translate(0, 0);
    position: absolute;
}

.about .txt {
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #333333;
}

.about .txt1 {
    text-align: left;
    line-height: 32px;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}

.about>.wrap {
    padding-bottom: 439px;
}

.about ul li a .txt1 span {
    line-height: 31px;
    font-size: 18px;
    color: #131313;
}

.about ul li a .txt1 p {
    line-height: 62px;
    font-size: 16px;
    color: #666666;
}

.about ul li a img {
    margin: 8px;
}

.about ul li a .txt1 {
    margin-left: 14px;
}

.about ul li {
    background-color: #fff;
    width: 25%;
    border-right: 1px solid #dcdcdc;
}

.about>.wrap {
    position: relative;
}

.about ul {
    box-shadow: 0 0 5px #888;
    position: absolute;
    bottom: -7%;
    left: 0;
    width: 100%;
}

.about ul li a {
    padding: 28px 0;
    padding-left: 33px;
}

.video {
    margin-top: 50px;
}

.video .banner3 .lunbo-li a {
    border: 1px solid #cccccc;
    display: block;
    overflow: hidden;
}

.video .banner3 .lunbo-li a video {
    height: 288px;
}

.video .banner3 .lunbo-li a p {
    padding: 0 5px;
    font-size: 18px;
    color: #131313;
    line-height: 46px;
    height: 46px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-bottom: 4px;
}

.video .banner3 .lunbo-li a .frame-big {
    overflow: hidden;
    position: relative;
}

.video .banner3 .lunbo-li a .frame {
    width: 100%;
    height: 100%;
    z-index: 111;
    position: absolute;
    left: -100%;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    transition: all .6s;
}

.video .banner3 .lunbo-li a:hover .frame {
    left: 0;
}

.video .banner3 .lunbo-li a .frame .txt-box {

    position: relative;
}

.video .banner3 .lunbo-li a .frame .txt {
    text-align: center;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
}

.video .banner3 .lunbo-li a .frame .txt p {
    font-size: 18px;
    color: #fff;
    margin-top: 18px;
}



.video {
    padding-bottom: 50px;
}

.cooperation {
    padding-top: 20px !important;
}

.cooperation .title .p1 {
    font-size: 18px;
    color: #ffffff;
    font-family: "Arial";
}

.cooperation .title .p1 span {
    font-size: 30px;
    color: #0100fb;
    font-weight: bold;
}

.cooperation .title .p1 {
    border-left: 6px solid #0100fb;
    padding-left: 12px;
}

.cooperation .title .p2 {
    font-size: 15px;
    color: #fff;
    margin-top: 16px;
}


.cooperation ul li a {
    display: block;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
}

.cooperation ul li .img-box {
    padding-top: 71%;
}

.cooperation ul li a p {

    line-height: 46px;
    font-size: 16px;
    color: #131313;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.cooperation>.wrap {
    padding-bottom: 224px;
    position: relative;
}

.cooperation>.wrap .banner4 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -18%;
    z-index: 111;
}


.news {
    margin-top: 130px;
}


.news-left a .img-box {
    padding-top: 50.6%;
}

.news-left {
    width: 48.5%;
}

.news-left a .txt {
    background-color: #fff;
    padding: 18px 0 25px 0;
    transition: all .6s;

}

.news-left a {
    border: 1px solid #e9e9e9;
    display: block;
}

.news-left a .txt1 {
    position: relative;
    line-height: 31px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 20px;
}


.news-left a:hover .txt1::before {
    background-color: #fff;
}

.news-left a .txt .s1 {
    width: 65%;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .6s;
}

.news-left a .txt .s2 {
    font-size: 12px;
    color: #898989;
    transition: all .6s;
}


.news-left a .txt .txtp {
    font-size: 14px;
    color: #333333;
    line-height: 23px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .6s;
    padding-left: 20px;
}

.news-left a .img {
    transition: all .6s;
}

.news-left a:hover .img {
    transform: scale(1.1);
}

.news-left a:hover .txt .s1 {
    color: #0100fb;
}




.news-right {
    width: 49%;
}

.news-ul li {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 2px;
    transition: all .8s;
    padding: 8px;
    transition: all .6s;
}



.news-ul li a {
    display: flex;
    color: #333;
    transition: all .6s;
}

.news-ul li a .txt {
    width: calc(100% - 186px);
    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%;
    align-items: center;
    padding-bottom: 13px;
}



.news-ul li a:hover .txt .txt-bt::before {
    background-color: #fff;
}

.news-ul li a .txt .txt-bt .t1 {
    font-size: 16px;
    color: #333333;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .6s;


}


.news-ul li a .txt .txt-bt .t2 {
    font-size: 14px;
    color: #333333;
    transition: all .6s;
}

.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%;
    color: #6e6e6e;
    transition: all .6s;
}

.news-ul li a .txt .ck {
    color: #333333;
}

.news-ul li a:hover .txt .txt-bt .t1 {
    color: #0100fb;
}

.news-ul li a:hover .txt .txt-bt .t2 {
    color: #0100fb;
}

.news-ul li a:hover .txt .ck {
    color: #0100fb;
    transition: all .6s;
}

.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 h5 span {
    background: #f38025;
    color: #fff;
}

.news-ul .img_cover {
    padding-top: 73.4%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 186px;
    position: relative;
    overflow: hidden;
}




.news-left .frame {
    width: 130px;
    line-height: 38px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background-color: #0100fb;
    margin-left: 20px;
    margin-top: 18px;
    transition: all .6s;
}


.cp-top {
    padding-top: 20.78%;
}

.fy-title {
    line-height: 50px;
    background-color: #eff0f3;
    font-size: 16px;
    color: #131313;
}

.fy-title p img {
    margin-right: 5px;
    margin-top: -5px;
}

.cp-nav-ul li {
    width: 16.6666%;
    margin: 6px 0;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.cp-nav-ul li a {
    line-height: 40px;
    height: 40px;
    display: block;
    text-align: center;
    background-color: #dbdbdb;
    font-size: 14px;
    color: #131313;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 5px;
    transition: all .6;
}

.cp-nav-ul li a:hover {
    background-color: #babbbc;
}

.cp-nav-ul li a.act {
    background-color: #babbbc;
}

.cp-nav-ul {
    margin-top: 20px;
}








.cp-nav-ul1 li {
    width: 16.6666%;
    margin: 6px 0;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.cp-nav-ul1 li a {
    line-height: 40px;
    display: block;
    text-align: center;
    background-color: #dbdbdb;
    font-size: 14px;
    color: #131313;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 5px;
    transition: all .6;
}

.cp-nav-ul1 li a:hover {
    background-color: #babbbc;
}

.cp-nav-ul1 li a.act {
    background-color: #babbbc;
}

.cp-nav-ul1 {
    margin-top: 20px;
}


.news-ul1 {
    margin-top: 20px;
}

.news-ul1 li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 2px;
    transition: all .8s;
    padding: 1.5%;
}

.news-ul1 li a {
    display: flex;
    color: #333;
}

.news-ul1 li a .txt {
    width: calc(100% - 315px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0 20px;
}

.news-ul1 li a .txt .txt-bt {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-ul1 li a .txt .txt-bt .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}

.news-ul1 li a .txt .txt-bt .t2 {
    font-size: 12px;
    line-height: 25px;
}

.news-ul1 li a .txt .txt-nr {
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
}

.news-ul1 li a h5 {
    width: 100%;
    text-align: right;
}

.news-ul1 li a h5 span {
    display: inline-block;
    width: 100px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #0100fb;
    text-align: center;
    transition: 0.5s;
    border-radius: 5px;
}

.news-ul1 li:hover .img_cover {
    transform: scale(1.1);
}

.news-ul1 li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}

.news-ul1 li:hover a .txt-bt .t1 {
    color: #e80401;
}

.news-ul1 li:hover h5 span {
    background: #e80401;
    color: #fff;
}

.news-ul1 .img_cover {
    padding-top: 66%;
    transition: all .8s;
}

.news-ul1 li a .pic {
    width: 315px;
    position: relative;
    overflow: hidden;
}


.cooperation-fy>.wrap .banner4 {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 111;
}


.cooperation ul li a {
    display: block;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d9d9d9;
}

.cooperation-fy>.wrap {
    padding-bottom: 0px;
    position: relative;
}

.cooperation-fy {
    padding-top: 0;
}

.contact1-txt {
    line-height: 24px;
    font-size: 16px;
    font-family: "微软雅黑";
}


.contact1 .map {
    width: 100%;
    height: 300px;
    margin-top: 20px;
    width: 60%;
}



.contact1 .contact1-txt {
    width: 40%;
}

.video-fy {
    margin: 0;
    padding: 0;
}

.fy-cp-left {
    width: 43%;
}

.fy-cp-left .img-box {
    padding-top: 80.69%;
    border: 1px solid #cccccc;
}

.fy-cp-right {
    width: 54%;
}

.fy-cp-right .txt .title {
    font-size: 30px;
    color: #131313;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fy-cp-right .txt .txt1>span {
    font-size: 18px;
    color: #131313;
    font-weight: bold;
    padding: 20px 0;
    display: block;
    line-height: 33px;
}

.fy-cp-right .txt .txt1 .txt1-p {
    font-size: 16px;
    color: #131313;
}

.fy-cp-right .txt .flex p {
    font-size: 18px;
    color: #ff0000;
}

.fy-cp-right .txt .flex {
    margin-top: 38px;
}

.fy-cp-right .txt .txt2 {
    font-size: 16px;
    color: #131313;
}

.fy-cp-right .txt .txt2 span {
    font-size: 26px;
}

.fy-cp-right .txt .txt2 {
    margin-top: 30px;
}

.fy-cp {
    margin-top: 36px;
}



.fy-cp-nav ul li a {
    display: block;
    text-align: center;
    line-height: 51px;
    font-size: 18px;
    color: #131313;
    background-color: #dbdbdb;
    transition: all .6s;
}

.fy-cp-nav ul li a:hover {
    background-color: #ff0000;
    color: #fff;
}

.fy-cp-nav ul .li-red a {
    background-color: #ff0000;
    color: #fff;
}

.fy-cp-nav ul li {
    width: 24.334%;
    margin: 4px;
}

.fy-cp-nav {
    padding: 60px 0 40px 0;
}

.fy-big .fy-big-box .title {
    font-size: 18px;
    color: #0100fb;
    padding-bottom: 27px;
}

.fy-big .fy-big-box .txt {
    font-size: 16px;
    color: #131313;
    line-height: 35px;
}

.fy-big .fy-big-box .txt span {
    font-size: 18px;
    color: #131313;
}



.fy-big .fy-big-box .fy-nr .txt1 {
    font-size: 16px;
    color: #131313;
    line-height: 36px;
    /*  margin-top: 30px;*/
}

.fy-big .fy-nr {
    margin-bottom: 30px;
}

.certificate-fy-cp {
    padding: 0;
}

.certificate-fy-cp1 {
    padding: 0;
}

.news-show {
    width: 100%;
    padding-top: 20px;
}

.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 20px 0 5px 0;
    font-weight: bold;
}

.news-show .txt-date {
    font-size: 13px;
    color: #333;
    text-align: center;
}

.news-show .txt-date img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


.news-show .txt-nr {
    line-height: 28px;
    font-size: 13px;
    color: #333;
    padding: 8px 0 0 0;
}

.video-fy .public-title {
    padding: 28px 0 0 0;
}

.cp-big .cp-top .p1 {
    font-size: 36px;
    color: #ffffff;
    font-family: "Arial";
    text-transform: uppercase;
    line-height: 78px;
}

.cp-big .cp-top .p1 span {
    font-size: 80px;
    color: #ffffff;
    font-family: "Arial";
}

.cp-big .cp-top .p2 {
    font-size: 36px;
    font-family: "华文细黑";
    color: #fff;
    line-height: 38px;
    margin-left: 52px;
    position: relative;
}

.cp-big .cp-top .p2::before {
    display: block;
    content: "";
    width: 124px;
    height: 1px;
    background-color: #a1a4ab;
    position: absolute;
    bottom: 20%;
    left: 8.5%;
}

.cp-big {
    position: relative;
}

.cp-big a {
    display: block;
}

.cp-big .txt {
    position: absolute;
    left: 29%;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}

.message form input,
.message form textarea {
    width: 100%;
    padding-left: 10px;
    line-height: 40px;
    margin-bottom: 12px;
    border: 1px solid #eee;
}



.message form .int1 {
    padding: 0;
    background-color: #0858b1;
    color: #fff;
    border: none;
    transition: all .6s;
}

.message form .int1:hover {
    background-color: #e80401;
}

.message-box .wrap {
    max-width: 800px;
}

.message-box .public-title .img1::after {

    left: 38%;
    top: 50%;

}

.message-box .public-title .img1::before {

    right: 38%;
    top: 50%;

}

.banner4 .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.banner4 .swiper-pagination span {
    background-color: #0100fb;
    margin: 0 4px;
}

.aboutus {
    padding-bottom: 50px;
}







































footer {
    background: url(../images/foo_02.png) no-repeat 50% 50%;
    background-size: cover;
}


footer>.wrap {
    padding: 178px 0 16px 0;
    position: relative;
}

footer>.wrap .huiding {
    position: absolute;
    left: 50%;
    top: 18%;
    transform: translate(-50%, 0);
}

.foo-span {
    font-size: 16px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

footer ul li a {
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
}

footer ul li a:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
}

footer ul {
    margin-top: 15px;
}

.footer-middle ul li {
    width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

footer .footer-middle2 .txt {
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
}

.footer-left {
    width: 12%;
}

.footer-middle {
    width: 35%;
}


.footer-middle2 {
    width: 22%;
}

.footer-right .qr-box .qr {
    text-align: center;
}

.footer-right .qr-box .qr p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 9px;
}

.footer-right .qr-box {
    margin-top: 28px;
}

.footer-right .txt span {
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}

.footer-right .txt p a {
    line-height: 43px;
    font-size: 30px;
    color: #fff;
}


.footer-right .txt {
    margin-top: 32px;
}

.footer-right {
    width: 19%;
}








.footer-buttom {
    background-color: #1b1d21;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
}

.footer-buttom a {
    color: #FFFFFF;
}


@media (max-width:1200px) {

    .container,
    .footer-content,
    .wrap {
        max-width: 96% !important;
    }






}

@media (max-width:769px) {
    .top ul {
        float: right;
    }

    header {
        display: none;
    }

    .top ul li {
        font-size: 12px;
        font-family: "微软雅黑";
    }

    .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: block;
    }

    .top-nav {
        display: none;
    }

    .banner .swiper-pagination span {
        display: none;
    }

    .big-banner .banner1-phone {
        display: block;
        padding-top: 53.3%;
    }

    .big-banner .banner1 {
        display: none;
    }

    .phone {
        display: block;
        position: relative;
        z-index: 9999;
        left: 0;
        top: 0;
        background-color: #ffff;
        border: 1px solid #eee;
    }

    .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 img {
        display: none;
    }

    .pro-ul {
        margin-top: 20px;
    }

    .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;
    }

    .certificate1 {
        padding-bottom: 20px;
    }



    /* 产品中心手机*/

    .page-title {
        display: none;
    }

    .pro-title {
        position: relative;
        background-color: #0100fb;
        padding: 5px 0px;
    }

    .page-pro>ul>li {
        line-height: 42px;
    }

    .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: 14px;
    }

    .page-pro>ul>li>ul>li>a {
        font-size: 12px;
    }

    .page-right-title {
        width: 97%;
        margin: 0 auto;
        border-bottom: 1px solid #dbdbdb;
        line-height: 28px;
        position: relative;
        padding: 10px 0;
    }

    /*  */
    .news-ul li a .pic {
        width: 130px;
    }

    .news-ul li a .txt {
        padding: 0 0 0 10px;
        width: calc(100% - 130px);
    }

    .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;
    }

    .search-box .search-left {
        width: 100%;
    }

    .search-box .screen dl {
        padding: 0;
    }


    .search-box {
        padding: 3px 0 20px 0;
    }

    .search-box .search-right form .int1 {
        width: 80%;
    }

    .search-box .search-right form .int2 {
        width: 20%;
    }

    .search-box .search-right form {
        width: 100%;
    }

    .search-right {
        width: 100%;
        margin-top: 16px;
    }

    .certificate .banner2 .lunbo-li a p {
        line-height: 38px;
        height: 38px;
        background-color: #dcdcdc;
        font-size: 14px;

    }

    .certificate1 .banner2 .lunbo-li a p {
        line-height: 38px;
        height: 38px;
        background-color: #dcdcdc;
        font-size: 14px;

    }

    .public-title .img1::after {
        display: block;
        content: "";
        width: 72px;
        height: 1px;
        background-color: #eaeaea;
        left: 24%;
        top: 50%;
        transform: translate(0, 0);
        position: absolute;
    }

    .public-title .img1::before {
        display: block;
        content: "";
        width: 72px;
        height: 1px;
        background-color: #eaeaea;
        right: 24%;
        top: 50%;
        transform: translate(0, 0);
        position: absolute;
    }

    .public-title .p1 {
        font-size: 18px;
        color: #0100fb;
        font-weight: bold;
        line-height: 28px;
    }

    .public-title .p2 {
        line-height: 28px;
        font-size: 12px;
    }

    .public-title {
        text-align: center;
        padding: 20px 0;
    }

    .about .public-title {
        padding: 20px 0 8px 0;
    }

    .certificate .banner2 .swiper-container {
        background-color: #fff;
        padding: 0;
        box-shadow: 0 0 5px #888;
        padding-bottom: 20px;
    }

    .certificate>.wrap .swiper-container>a {
        width: 135px;
        line-height: 29px;
        text-align: center;
        display: block;
        font-size: 14px;
        margin-top: 16px;
        transition: all .6s;
    }




    .certificate1 .banner2 .swiper-container {
        background-color: #fff;
        padding: 0;
        box-shadow: 0 0 5px #888;
        padding-bottom: 20px;
    }

    .certificate1>.wrap .swiper-container>a {
        width: 135px;
        line-height: 29px;
        text-align: center;
        display: block;
        font-size: 14px;
        margin-top: 16px;
        transition: all .6s;
    }

    .about .txt {
        text-align: left;
        line-height: 23px;
        font-size: 14px;
        color: #333333;
    }

    .about ul li {
        background-color: #fff;
        border: 1px solid #dcdcdc;
    }

    .about>.wrap {
        padding-bottom: 0;
    }

    .cooperation ul li .img-box {
        padding-top: 92%;
    }

    .about ul {
        box-shadow: 0 0 5px #888;
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 0px;
    }

    .about ul li a img {
        margin: 4px;
        height: 40px;
    }

    .about ul li a {
        padding: 10px;
        display: block;
        text-align: center;
    }

    .about ul li a .txt1 span {
        line-height: 26px;
        font-size: 16px;
        color: #131313;
    }

    .about ul li a .txt1 p {
        line-height: 23px;
        font-size: 14px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .about ul li a .txt1 {
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }

    .about {
        padding-bottom: 0px;
    }

    .video {
        padding-bottom: 20px;
    }

    .video {
        margin-top: 0;
    }

    .video .banner3 .lunbo-li a video {
        height: 130px;
    }

    .video .banner3 .lunbo-li a p {
        padding: 0 5px;
        font-size: 14px;
        color: #131313;
        line-height: 30px;
        height: 30px;
        padding-bottom: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;

    }

    .news {
        padding-bottom: 5px;
        padding-top: 0;
        margin-top: 33px;
    }

    .news-left {
        width: 100%;
    }

    .news-left a .txt {
        background-color: #fff;
        padding: 16px 0;
        transition: all .6s;
    }

    .news-right {
        width: 100%;
        margin-top: 16px;
    }

    .news-ul li a .txt .txt-bt .t2 {
        font-size: 12px;
        color: #333333;
        transition: all .6s;
    }

    .news-ul li a .txt .ck {
        color: #333333;
        font-size: 13px;
    }

    .news-left a .txt1 {
        position: relative;
        line-height: 20px;
        padding-bottom: 12px;
        border-bottom: 1px solid #f0f0f0;
        padding-left: 20px;
    }

    .news-left .frame {
        width: 100px;
        line-height: 32px;

        margin-left: 20px;
        margin-top: 13px;
    }

    .news-ul li a .txt .txt-bt {

        padding-bottom: 2px;
    }

    .news-ul1 li a .pic {
        width: 130px;
    }

    .news-ul1 li a .txt {
        padding: 0 0 0 10px;
        width: calc(100% - 130px);
    }

    .news-ul1 li a .txt .txt-bt .t1 {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }

    .hidden-xs {
        display: block !important;
    }

    .news-ul1 li a h5 span {
        display: none;
    }

    .news-ul1 li a .txt .txt-nr {
        font-size: 12px;
    }

    .news-ul1 li {
        margin-bottom: 15px;
    }

    .cooperation ul li a p {
        display: none;
    }



    .cooperation>.wrap .banner4 {
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 111;
        margin-top: 16px;
    }

    .cooperation-fy>.wrap .banner4 {
        margin-top: 0;
    }

    .cooperation .title .p2 {
        font-size: 13px;
        color: #fff;
        margin-top: 6px;
    }

    .cooperation {
        padding-top: 20px;
    }

    .cooperation .title .p1 span {
        font-size: 18px;
        color: #0100fb;
        font-weight: bold;
    }

    .cooperation .title .p1 {
        font-size: 15px;
        color: #ffffff;
        font-family: "Arial";
    }

    .cooperation .title .p1 {
        border-left: 4px solid #0100fb;
        padding-left: 7px;
    }

    .cooperation>.wrap {
        padding-bottom: 20px;
    }

    .cooperation-fy {

        padding: 0;
    }

    .contact1 .contact1-txt {
        width: 100%;
        margin-top: 20px;
    }

    .contact1 .map {
        width: 100%;
        height: 250px;
    }

    .video-fy {
        padding-bottom: 20px;
    }

    .fy-big {
        padding-bottom: 20px;
    }

    .fy-cp-left {
        width: 100%;
    }

    .fy-cp-right {
        width: 100%;
        margin-top: 16px;
    }

    .fy-cp-right .txt .title {
        font-size: 18px;
        color: #131313;
        line-height: 28px;
    }

    .fy-cp-right .txt .txt1>span {
        font-size: 16px;
        color: #131313;
        font-weight: bold;
        padding: 8px 0;
        display: block;
        line-height: 29px;
    }

    .fy-cp-right .txt .txt1 .txt1-p {
        font-size: 14px;
        color: #131313;
    }

    .fy-cp-right .txt .flex {
        margin-top: 13px;
    }

    .fy-cp-right .txt .flex p {
        font-size: 14px;
        color: #ff0000;
    }

    .fy-cp-right .txt .txt2 {
        margin-top: 12px;
    }

    .fy-cp-right .txt .txt2 {
        font-size: 15px;
        color: #131313;
    }

    .fy-cp-right .txt .txt2 span {
        font-size: 22px;
    }

    .fy-cp-nav ul li a {
        display: block;
        text-align: center;
        line-height: 26px;
        font-size: 16px;
        color: #131313;
        background-color: #dbdbdb;
        transition: all .6s;
    }

    .fy-cp-nav ul li {
        width: 23%;
        margin: 3px;
    }

    .fy-cp-nav {
        padding: 20px 0;
    }

    .fy-big .fy-big-box .title {
        font-size: 16px;
        color: #0100fb;
        padding-bottom: 14px;
    }

    .fy-big .fy-big-box .txt {
        font-size: 14px;
        color: #131313;
        line-height: 26px;
    }

    .fy-big .fy-big-box .fy-nr .txt1 {
        font-size: 14px;
        color: #131313;
        line-height: 26px;
        margin-top: 14px;
    }

    .fy-title {
        line-height: 40px;
        background-color: #eff0f3;
        font-size: 12px;
        color: #131313;
    }

    .news-show {
        padding: 0px 0 20px 0;
    }

    .contact {
        padding-bottom: 20px;
    }

    .cp-nav-ul li {
        width: 48%;
        margin: 6px 0;
    }

    .cp-nav-ul li a {
        line-height: 36px;
        display: block;
        text-align: center;
        background-color: #dbdbdb;
        font-size: 13px;

    }


    .cp-nav-ul1 li {
        width: 48%;
        margin: 6px 0;
    }

    .cp-nav-ul1 li a {
        line-height: 36px;
        display: block;
        text-align: center;
        background-color: #dbdbdb;
        font-size: 13px;

    }

    .certificate-fy-cp1 {
        padding-bottom: 20px;
    }

    .newszx {
        padding-bottom: 6px;
    }

    .video-fy .public-title {
        padding: 20px 0 10px 0;
    }

    .certificate-fy-cp {
        padding: 0;
    }

    .video .banner3 .lunbo-li a .frame {
        display: none;
    }

    .message-box {
        padding-bottom: 10px;
    }

    .message-box .public-title .img1::after {

        left: 24%;
        top: 50%;

    }

    .message-box .public-title .img1::before {

        right: 24%;
        top: 50%;

    }

    .message form input,
    .message form textarea {

        line-height: 34px;
    }

    .cp-big .cp-top .p1 {
        font-size: 16px;
        color: #ffffff;
        font-family: "Arial";
        text-transform: uppercase;
        line-height: 26px;
    }

    .cp-big .cp-top .p2::before {
        display: block;
        content: "";
        width: 66px;

        bottom: 20%;
        left: 23.5%;
    }

    .cp-top {
        padding-top: 27%;
        position: relative;
    }

    .cp-big .txt {
        left: 4%;
        width: 83%;
    }

    .cp-big .cp-top .p2 {
        font-size: 16px;
        font-family: "华文细黑";
        color: #fff;
        line-height: 17px;
        margin-left: 12px;
        position: relative;
    }

    .cp-big .cp-top .p1 span {
        font-size: 23px;
        color: #ffffff;
        font-family: "Arial";
    }

    .aboutus {
        padding-bottom: 20px;
    }

    footer {
        background: url(../images/xs-bj_02.jpg) no-repeat 50% 50%;
        background-size: cover;

    }

    footer>.wrap {
        padding: 20px 0;
        position: relative;
    }

    footer>.wrap .huiding {
        display: none;
    }

    footer ul li a {
        line-height: 29px;
        font-size: 13px;
        color: #ffffff;
    }

    footer ul {
        margin-top: 10px;
    }

    .footer-left {
        width: 26%;
    }

    .footer-middle {
        width: 72.5%;
    }

    footer .footer-middle2 .txt {
        line-height: 22px;
        font-size: 12px;
        color: #ffffff;
        margin-top: 10px;
    }

    footer .footer-middle2 {
        width: 54%;
    }

    footer .footer-right {
        width: 44%;
    }

    .footer-right .qr-box {
        margin-top: 15px;
    }

    .footer-right .qr-box .qr p {
        font-size: 12px;
        color: #ffffff;
        margin-top: 6px;
    }

    .footer-right .qr-box .qr {
        margin-bottom: 13px;
        width: 49%;
    }

    .footer-right .qr-box .qr img {
        max-width: 90%;
    }

    .footer-right .txt p a {
        line-height: 27px;
        font-size: 18px;
        color: #fff;
    }

    .footer-right .txt {
        margin-top: 0px;
    }

    .foo-span {
        font-size: 15px;

    }


    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        padding: 20px 22px;
        font-size: 13px;
        text-align: center;
    }

    .footer-buttom a {
        font-size: 13px;
    }

    .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;
    }

}


.jlfanye {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.jlfanye a {
    padding: 5px 6px;
    border: solid 1px #dedede;
    float: none;
    display: inline-block;
    min-width: 8px;
    margin: 8px 2px;
    color: #999;
}

.jlfanye a:hover {
    color: #d71c26;
}