* {
    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;
    color: #222;
}

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;

}

.shadow:hover .imgd {
    transform: scale(1.1);
}

.shadow:hover .pro-img {
    transform: scale(1.1);
}

ul li:hover .rotate {
    transform: rotateY(360deg);
}

.img-box {
    display: block;
    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;
    transition: all .6s;
}

img {
    max-width: 100%;
}

ul li {
    list-style-type: none;
}

header {
    width: 100%;
    transition: top .3s;
    position: relative;
    left: 0;
    top: 0;
    z-index: 99999;
    border: 1px solid #eee;
    background-color: #fff;
}

header.active {
    top: 0;
}

.list-unstyled {
    display: flex;
    justify-content: space-between;
    width: 56%;
}

.list-unstyled>li {
    text-align: center;
    position: relative;
}

.list-unstyled>li::before {
    display: block;
    content: "";
    width: 65px;
    height: 3px;
    background-color: #0085f5;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    display: none;
}

.list-unstyled>li:nth-child(1):before {
    width: 35px;
}

.list-unstyled>li:hover::before {
    display: block;
}

.list-unstyled>li>a {
    font-family: 微软雅黑;
    font-size: 17px;
    color: #2e2e2e;
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 90px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 20px;
}

.list-unstyled>.li-red>a {
    color: #0085f5;
    font-weight: bold;
}

.list-unstyled>li:hover>a {
    color: #0085f5;
    font-weight: bold;
}

header .dh {
    width: 20.5%;
}

header .dh .dh1 .p1 {
    font-size: 14px;
    color: #8a8a8a;
    font-family: "Microsoft YaHei UI";
    line-height: 20px;

}

header .dh .dh1 .p2 {
    font-family: "Times New Roman";
    font-weight: 1000;
    font-size: 16px;
    color: #0085f5;
    line-height: 22px;
    margin-left: 1em;
}



.hover-ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1px solid #eee;
    display: none;
}

.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: 15px;
    line-height: 36px;
    width: 100%;
    display: block;
    padding: 0 7px;
}

.hover-ul>li>a:hover {
    background-color: #0085f5;
    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: 10px;
}

.phone-text {
    color: #0085f5;
    font-size: 20px;
    font-weight: bold;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 40%;
    text-align: center;
    z-index: 9999999;
    box-shadow: 0 0 8px #bebec0;
    background-color: rgba(255, 255, 255, .9);
}

.phone-ul li {
    width: 94%;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    line-height: 36px;
    color: #000;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    width: 100%;
}

.phone-ul li:hover {
    background-color: #0085f5;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone-ul li.on {
    background-color: #0085f5;
    color: ivory;
}

.phone-ul li.on a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #0085f5;
}

.hot {
    width: 100%;
    height: 64px;
    background: #0085f5;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    border-top: solid 2px #fff;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 11px 0;
}

.hot span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}

.view-wecht-icon {
    position: relative;
}

.view-wecht-icon a {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #191919;
}

.view-wecht-icon button {
    position: relative;
    z-index: 2;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}

.view-wecht-icon input {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    opacity: 0;
}

.view-wecht-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.view-wecht-box .view-wecht {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    margin-top: -150px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    transform: scale(1.2);
    transition: all 0.3s;

}

.view-wecht-box .view-wecht .view-wecht-container {
    padding: 30px;
    font-size: 12px;
}

.view-wecht-box .view-wecht .view-wecht-container .mc {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox {
    margin-bottom: 15px;
    font-size: 12px;
    color: #333;
    line-height: 18px;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox span {
    font-family: 'Impact';
    font-size: 14px;
}

.view-wecht-box .view-wecht .view-wecht-container .queren {
    margin: 0 auto;
    width: 130px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: #ea142d;
    border-radius: 5px;
}

.view-wecht-box .view-wecht .view-wecht-container img {
    display: block;
    max-width: 150px;
    margin: 2% auto;
}

.view-wecht-box.active {
    visibility: visible;
    opacity: 1;
}

.haoma {
    width: 100%;
    background-color: #f5f5f5;
    position: fixed;
    left: 0;
    bottom: 62px;
    z-index: 999999;
    overflow: hidden;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.haoma a,
.haoma .quxiao {
    display: block;
    background-color: #fff;
    line-height: 44px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.haoma .quxiao {
    margin-top: 6px;
    border-top: 1px solid #ddd;
}

.haoma .quxiao:hover,
.haoma a:hover {
    background: #ddd;
}

.foot-bbj {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999;
}

.big-banner {
    position: relative;
    z-index: 9;
}

.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);
}

.big-banner .banner1 {
    padding-top: 34.94%;
}

.big-banner .banner1-img {
    background: url(images/文字1.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.big-banner .banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.big-banner .banner .swiper-pagination span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 1;
    background-color: transparent;
}

.big-banner .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    margin: 0 4px;
    background-color: #fff;
}

.public-title {
    text-align: center;

}

.public-title .p1 {
    font-size: 26px;
    color: #292929;
    font-family: "Microsoft YaHei UI";
}

.public-title .p2 {
    font-size: 36px;
    font-family: "Times New Roman";
    color: #f2f2f2;
    text-transform: uppercase;
    font-weight: 1000;
    margin-top: -26px;
    position: relative;
    z-index: -1;
}

.news .public-title .p2 {
    color: #e9e8ea;
}

.public-title .p2::before {
    display: block;
    content: "";
    width: 57px;
    height: 2px;
    background-color: #1462b3;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translate(-50%, 0);
}

.public-title {
    padding: 62px 0 38px 0;
}

.introduce .txtp {
    font-family: "Microsoft YaHei UI";
    line-height: 26px;
    color: #4f4f4f;
    font-size: 16px;
    text-align: center;
}

.introduce .txt a {
    width: 135px;
    line-height: 46px;
    display: block;
    font-size: 14px;
    color: #0085f5;
    font-family: "Microsoft YaHei UI";
    text-align: center;
    border-radius: 25px;
    border: 1px solid #0085f5;
    margin: 0 auto;
    margin-top: 35px;
    transition: all .6s;
}

.introduce .txt a:hover {
    background-color: #0085f5;
    color: #fff;
}

.introduce ul {
    margin: 0 auto;
    margin-left: 12%;
}

.introduce ul li p {
    font-size: 16px;
    color: #3d3d3d;
    font-family: "Microsoft YaHei UI";
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.introduce ul li p span {
    color: #0085f5;
    font-weight: bold;
}

.introduce ul li .p {
    color: #0085f5;
    font-weight: bold;
}

.introduce .banner2 {
    margin-top: 45px;
}

.introduce {
    padding-bottom: 96px;
    position: relative;
}

.introduce>img {
    position: absolute;
    left: 49.5%;
    bottom: 0;
    transform: translate(-50%, 0);
    z-index: -1;
}

.introduce ul li:nth-child(4) {
    margin-left: 1%;
}

.introduce ul li:nth-child(5) {
    margin-left: -2%;
}

.bj {
    line-height: 165px;
    background: url(../images/index_29.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.bj>.wrap {
    max-width: 925px;
}

.bj .txt {
    font-size: 26px;
    color: #ffffff;
    font-family: "宋体";
    font-weight: 1000;
}



.banner3 ul li a {
    background-color: #fff;
    border: 1px solid #f6f5f5;
}

.banner3 ul li a .img-box {
    padding-top: 61.8%;
}

.banner3 ul li a .txt .title {
    font-size: 16px;
    color: #353535;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 40px;
    position: relative;
    transition: all .6s;
    height: 40px;
}

.banner3 ul li a .txt .title::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #0085f5;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    transition: all .6s;
}

.banner3 ul li a:hover {
    background-color: #fff;
    border: 1px solid #0085f5;
}

.banner3 ul li a:hover .txt .title {
    color: #0085f5;
}

.banner3 ul li a:hover .txt .title::before {
    display: block;
}

.banner3 ul li a .txt {
    padding: 15px 23px 18px 23px;
}

.banner3 ul li a .txt .txtp {
    line-height: 24px;
    font-size: 14px;
    color: #777777;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;

}

.banner3 ul li a .txt .rq {
    font-size: 12px;
    color: #9d9d9d;
    margin-top: 21px;
    font-family: "Arial";
}

.banner3 {
    margin-top: 24px;
}

.banner3 .swiper-container {
    padding: 6px 0;
}

.news {
    padding-bottom: 70px;
}

.banner4 ul li a .img-box {
    padding-top: 96.8%;

}

.banner4 ul li {
    border-radius: 6px;
}


.public-title .p2::before {
    width: 52px;
    height: 2px;
    bottom: -6px;
}

html,
body {
    position: relative;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.banner4 {
    width: 100%;
    height: 100%;
}

.banner4>.swiper-container>.swiper-wrapper>.swiper-slide {
    transition: all .6s;
    transform: scale(0.8);
    padding: 4% 0;
}

.banner4>.swiper-container>.swiper-wrapper>.swiper-slide-active,
.banner4>.swiper-container>.swiper-wrapper>.swiper-slide-duplicate-active {
    transform: scale(1.25);
    padding: 4% 0;
}



.banner4 .swiper-button-prev {
    background: url(../images/syjt_03.png) no-repeat center center;
    outline: none;
    left: -50px;

}

.banner4 .swiper-button-next {
    background: url(../images/syjt_03.png) no-repeat center center;
    outline: none;
    right: -50px;
    transform: rotate(180deg);

}

.exhibition {
    padding-bottom: 75px;
    background-color: #f0f2f5;
    position: relative;
    z-index: -2;
}

.exhibition .public-title .p2 {
    color: #e4e6e9;
}

.banner5 ul li .img-box {
    padding-top: 38.425%;
}

.banner5 ul li {

    text-align: center;
}

.banner5 ul li a .box {
    box-shadow: 0 0 8px #e5e4e4;
    border: 1px solid #d2d2d2;
}

.banner5 ul li p {
    font-size: 16px;
    color: #505050;
    font-family: "Microsoft YaHei UI";
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.banner5 ul li:hover p {
    color: #0085f5;
}

.banner5 {
    margin-top: 25px;
}

.enterprise {
    padding-bottom: 70px;
}

.aboutus {
    background-color: #f6f8fa;
    padding: 60px 0;
}


.aboutus .txt {
    width: 100%;
}

.aboutus .txt .txt1 {
    width: 100%;
}

.aboutus .txt .title {
    font-size: 26px;
    color: #282828;
    line-height: 40px;
    font-family: "Microsoft YaHei UI";
}

.aboutus .txt .txtp {
    line-height: 30px;
    font-size: 16px;
    color: #424242;
    font-family: "Microsoft YaHei UI";
    margin-top: 32px;
}

.aboutus .txt .txtp img {
    max-width: 100% !important;
    height: auto !important;
    padding: 5px !important;
}

.about-gl .txt .title {
    font-size: 20px;

}

.about-gl.txt .txtp {
    line-height: 24px;
    font-size: 14px;

    margin-top: 16px;
}

.about-gl .txt .txt1 .title {
    font-size: 30px;
    color: #282828;
    font-family: "Microsoft YaHei UI";
}

.about-gl .txt .txt1 .txtp {
    font-size: 18px;
    color: #424242;
    font-family: "Microsoft YaHei UI";
    line-height: 30px;
    margin-top: 30px;
}

.about-gl .txt {
    width: 50%;
    padding: 90px 0 124px 0;
}

.about-gl .txt .txt1 {
    width: 80%;
}

.about-gl .txt ul {
    margin-top: 82px;
}

.about-gl .txt ul li .yuan {
    width: 178px;
    height: 178px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;

}

.about-gl .txt ul li .box {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-gl .txt ul li .box p {
    font-size: 22px;
    color: #333333;
    font-family: "Microsoft YaHei UI";
    margin-top: 22px;

}

.about-gl {
    background: url(../images/lg_02.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.bj1 .txt {
    font-size: 30px;
    color: #2c2c2c;
    font-family: "Microsoft YaHei UI";
    line-height: 46px;
    text-align: center;
    padding: 136px 0;
}

.about-gl .txt .title {
    font-size: 20px;

}

.about-gl.txt .txtp {
    line-height: 24px;
    font-size: 14px;

    margin-top: 16px;
}

.about-gl .txt .txt1 .title {
    font-size: 30px;
    color: #282828;
    font-family: "Microsoft YaHei UI";
}

.about-gl .txt .txt1 .txtp {
    font-size: 18px;
    color: #424242;
    font-family: "Microsoft YaHei UI";
    line-height: 30px;
    margin-top: 30px;
}

.about-gl .txt {
    width: 50%;
    padding: 90px 0 124px 0;
}

.about-gl .txt .txt1 {
    width: 80%;
}

.about-gl .txt ul {
    margin-top: 82px;
}

.about-gl .txt ul li .yuan {
    width: 178px;
    height: 178px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;

}

.about-gl .txt ul li .box {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-gl .txt ul li .box p {
    font-size: 22px;
    color: #333333;
    font-family: "Microsoft YaHei UI";
    margin-top: 22px;

}

.about-gl {
    background: url(../images/lg_02.jpg) no-repeat 50% 50%;
    background-size: cover;
}



.gl-yuan .yuan {
    padding: 160px 0;
    position: relative;
}

.gl-yuan .yuan .txt1 {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    width: 100%;
}

.gl-yuan .yuan-center .yuan-center1 .txt1 span {
    font-size: 30px;
    color: #282828;
    font-family: "Microsoft YaHei UI";
    line-height: 54px;
    transition: all .6s;
}

.gl-yuan .yuan-center .yuan-center1 .txt1 p {
    line-height: 28px;
    font-size: 15px;
    color: #7d7d7d;
    font-family: "Microsoft YaHei UI";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .6s;
}

.gl-yuan .yuan-center .yuan-center1:hover .txt1 span {
    color: #fff;
}

.gl-yuan .yuan-center .yuan-center1:hover .txt1 p {
    color: #fff;
}

.gl-yuan .img1-box img {
    width: 162px;
    height: 162px;
    border-radius: 50%;
    z-index: 9;
}

.gl-yuan .img1-box .img1 {
    position: absolute;
    left: -6%;
    top: 9%;
}

.gl-yuan .img1-box .img2 {
    position: absolute;
    right: -6%;
    top: 9%;
}

.gl-yuan .img1-box .img3 {
    position: absolute;
    left: -4%;
    bottom: 39%;
}

.gl-yuan .img1-box .img4 {
    position: absolute;
    right: -4%;
    bottom: 39%;
}



.gl-yuan .yuan-center {
    width: 303px;
    height: 303px;
    border-radius: 50%;
    border: 15px solid #0d8bf5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    background-color: #fff;
    transition: all .6s;
}

.gl-yuan .yuan-center .yuan-center1 {
    position: relative;
    height: 100%;
    width: 100%;
}

.gl-yuan .yuan-center:hover {
    background-color: #0d8bf5;
    border: 15px solid#ed9b3b;
}

.gl-yuan .xian img {
    position: absolute;
    z-index: 4;
}

.gl-yuan .xian .xian1 {
    left: 1%;
    top: 19.5%;
}

.gl-yuan .xian .xian2 {
    right: 1%;
    top: 19.5%;
}

.gl-yuan .xian .xian3 {
    left: 1%;
    bottom: 33.2%;
}

.gl-yuan .xian .xian4 {
    right: 1%;
    bottom: 33.2%;
}

.yuan-ul {
    width: 650px;
    height: 650px;
    border-radius: 50%;
    border: 3px solid #868686;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    overflow: hidden;
    position: relative;

    margin: 0 auto;
}

.yuan-ul::after {
    display: block;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #868686;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.yuan-ul::before {
    display: block;
    content: "";
    height: 3px;
    width: 100%;
    background-color: #868686;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.yuan-ul li {
    width: 50%;
    height: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s;
    background-color: #fff;
    font-size: 20px;
    color: #171717;
    font-family: "Microsoft YaHei UI";
}

.yuan-ul li:hover {
    background-color: rgb(13, 139, 245);
    color: #fff;
}

.cp .title {
    text-align: center;
    padding: 60px 0 35px 0;
}

.cp .title span {
    line-height: 42px;
    font-size: 30px;
    color: #2d2d2d;
}

.cp .title p {
    line-height: 32px;
    font-size: 18px;
    color: #6d6d6d;
}

.banner6 ul li a {
    display: block;
    text-align: center;
    padding: 36px 0;


}

.banner6 ul li {
    border-radius: 20px;
}

.banner6 ul .teshu {
    background-color: #fff;
    box-shadow: 3px 3px 5px 3px #d4e8f9;
}

.banner6 ul li a:hover {
    background-color: #fff;
    box-shadow: 0 0 20px #d4e8f9;

}

.banner6 ul li {
    overflow: hidden;
}

.banner6 ul li a {
    display: block;
}

.banner6 ul li a .img1 {
    height: 36px;
    position: relative;

}

.banner6 ul li a p {
    margin-top: 26px;
    color: #474747;
    font-size: 18px;
    font-family: "Microsoft YaHei UI";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.banner6 {
    position: relative;
}

.banner6 .swiper-button-prev {
    background: url(../images/cp1_26.png) no-repeat center center;
    outline: none;
    width: 30px;
    height: 30px;
    border: 2px solid #717171;
    border-radius: 50%;
    left: -4%;
}

.banner6 .swiper-button-next {
    background: url(../images/cp1_26.png) no-repeat center center;
    outline: none;
    width: 30px;
    height: 30px;
    border: 2px solid #717171;
    border-radius: 50%;
    transform: rotate(180deg);
    right: -4%;
}

.banner6 .swiper-container {
    padding: 3px;
}

.banner6 ul .frame-box {
    background-color: rgba(59, 165, 255, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 999;
    transition: all .6s;
    border-radius: 20px;
}

.banner6 ul li:hover .frame-box {
    left: 0;
}

.banner6 ul .frame {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.banner6 ul li .frame-txt {
    width: 72%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner6 ul li .frame-txt>span {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zc>.wrap {
    max-width: 1075px;
}

.zc .txt .title1 {
    font-size: 24px;
    color: #313131;
    font-family: "Microsoft YaHei UI";
}

.zc .txt .txtp {
    font-size: 16px;
    color: #5e5e5e;
    font-family: "Microsoft YaHei UI";
    line-height: 28px;
}

.zc .img1 {
    width: 40%;
}

.zc .img1 .img-box {
    padding-top: 85.31%;
}

.zc .txt {
    width: 50%;
}

.zc .txt .txtp {
    margin-top: 35px;
}

.zc {
    margin-top: 73px;
}

.cp {
    padding-bottom: 100px;
}

.service .title {
    text-align: center;
}

.service .title span {
    line-height: 44px;
    font-size: 30px;
    font-family: "Microsoft YaHei UI";
}

.service .title p {
    line-height: 18px;
    font-family: "宋体";
    color: #adadad;
    font-weight: 1000;
    text-transform: uppercase;
}

.service .title img {
    margin-top: 12px;
}

.service .ul1 {
    margin-top: 68px;
    margin-bottom: 30px;
}

.service .ul1>li>.box {

    background-color: #fff;
    padding: 112px 0 68px 0;
    position: relative;

}

.service .ul1>li>.box>.img1 {
    position: absolute;
    left: 50%;
    top: -11%;
    transform: translate(-50%, 0);
}

.service .ul1>li>.box>.img2 {
    position: absolute;
    left: 4.5%;
    top: -9%;
}

.service .ul1>li>.box>.img3 {
    position: absolute;
    right: 4.5%;
    bottom: -9%;

}

.service .ul1>li .title {
    font-size: 24px;
    font-family: "Microsoft YaHei UI";
}

.service .ul1>li:nth-child(1) .title {
    color: #0071d1;
}

.service .ul1>li:nth-child(2) .title {
    color: #fd8419;
}

.service .ul1>li:nth-child(3) .title {
    color: #35c482;
}

.service .ul1>li .ul2 li a {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 42px;
    background-color: #eff1f3;
    border-radius: 6px;
    font-size: 16px;
    color: #515151;
    font-family: "Microsoft YaHei UI";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .6s;
}

.service .ul1>li .ul2 li a:hover {
    background-color: #0085f5;
    color: #fff;
}

.service .ul1>li .ul2 li {
    width: 22%;
    margin: 1.5%;
}


.service .ul1>li .ul2 {
    margin-top: 36px;
    padding: 0 42px;
}

.service {
    background-color: #eff1f3;
    padding: 72px 0 96px 0;
}

.banner8 ul li a .img-box {
    padding-top: 71.21%;
    margin-top: 16px;

}



.banner8 ul li a .txt {
    font-size: 16px;
    color: #3f3f3f;
    font-family: "Microsoft YaHei UI";
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;

}

.banner8 ul .li1 a .txt {
    margin-top: 16px;
}

.banner8 ul .li2 a .title {
    margin-top: 16px;
}

.banner8 ul li a .title {
    font-size: 36px;
    color: #118df6;
    font-family: "Microsoft YaHei UI";
    font-weight: 1000;

}

.banner8 ul li a .title span {
    font-size: 18px;
    color: #118df6;
    font-family: "Microsoft YaHei UI";
}

.lg-lun {
    padding: 65px 0 106px 0;
    position: relative;
}

.lg-lun>.wrap>.title {
    text-align: center;
}

.lg-lun .title span {
    line-height: 40px;
    font-family: "Microsoft YaHei UI";
    font-size: 30px;
    color: #282828;
}

.lg-lun .title p {
    line-height: 30px;
    font-size: 18px;
    color: #6d6d6d;
    font-family: "Microsoft YaHei UI";
}

.banner8 {
    position: relative;

}

.banner8 .swiper-container {

    padding-top: 400px;
}

.banner8 .swiper-container .lg-lun>img {
    position: absolute;
    left: 50%;
    top: 53.5%;
    transform: translate(-50%, -50%);
}



.banner8 ul .li2 {
    margin-top: -360px;
}

.banner8 ul li {
    position: relative;
}

.banner8 ul li {
    padding-left: 38px;
}

.banner8 ul .li1>img {
    position: absolute;
    left: 0;
    top: -13%;
}

.banner8 ul .li2>img {
    position: absolute;
    left: 0;
    top: 86%;
}

.lg-lun {
    position: relative;
}

.lg-lun::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #1c1c1c;
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    z-index: 111;
}

.fy .title {
    font-size: 30px;
    color: #363636;
    font-family: "微软雅黑";
    font-weight: 1000;
    width: 125px;
}

.fy .txt {
    font-size: 16px;
    color: #676767;
    line-height: 30px;
    font-family: "Microsoft YaHei UI";
    width: calc(100% - 226px);
}

.fy {
    padding: 65px 0;
}

.fy1 ul {
    width: calc(100% + 10px);
    margin-left: -5px;
    display: flex;
    flex-wrap: wrap;
}

.fy1 ul li {

    padding: 5px;
}

.fy1 ul li a {
    position: relative;
    display: block;
}

.fy1 ul li a .frame {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 129px;
    background-color: rgba(13, 139, 245, 0.7);
    padding: 33px;
    display: none;
}

.fy1 ul li:hover a .frame {
    display: block;
}

.fy1 ul li a .frame p {
    font-size: 16px;
    color: #ffffff;
    font-family: "Microsoft YaHei UI";
    margin-bottom: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fy1 ul li a .frame p span {
    font-size: 18px;
    font-weight: 1000;
}

.fy1 ul li a .frame p img {
    margin-right: 6px;
}

.fy1>ul {
    overflow: hidden;
    display: block;
}

.fy1>ul>li {
    float: left;

}



.fy1>ul>li:nth-child(1) .img-box {
    padding-top: 53.74%;
}

.fy1>ul>li:nth-child(1) {
    width: 40.7%;
}

.fy1>ul>li:nth-child(2) {
    width: 36.7%;
}

.fy1>ul>li:nth-child(3) {
    width: 22.6%;
}

.fy1>ul>li:nth-child(4) {
    width: 40.7%;
    margin-top: -3.4%;
}

.fy1>ul>li:nth-child(5) {
    width: 22.32%;
}

.fy1>ul>li:nth-child(6) {
    width: 36.95%;
}

.fy1>ul>li:nth-child(2) .img-box {
    padding-top: 69.27%;
}

.fy1>ul>li:nth-child(3) .img-box {
    padding-top: 113.4%;
}

.fy1>ul>li:nth-child(4) .img-box {
    padding-top: 73.15%;
}

.fy1>ul>li:nth-child(5) .img-box {
    padding-top: 118.8%;
}

.fy1>ul>li:nth-child(6) .img-box {
    padding-top: 71.164%;
}

.fy-lx .map1 {
    width: 49.6%;
}

.fy-lx .map1 .img-box {
    padding-top: 45.12%;
}

.fy-lx .img1 {
    width: 49.6%;
}

.fy-lx .img1 .img-box {
    padding-top: 45.137%;
}

.fy-lx {
    padding: 7px 0 12px 0;
}

.fy-lx .img1 .img-box .img a {
    display: block;
    width: 184px;
    line-height: 56px;
    text-align: center;
    background-color: #0d8bf5;
    color: #fff;
    border-radius: 6px;
    font-size: 24px;
    font-family: "Microsoft YaHei UI";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .6s;
}

.fy-lx .img1 .img-box .img a:hover {
    background-color: #ed9b3b;
    box-shadow: 0 0 5px #888;
}

.zc .box-big>.box {
    display: none;
}

.zc .box-big>.block {
    display: block;
}

.news-show {
    width: 100%;
}


.news-show .txt-bt {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding: 35px 0 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.news-show .txt-date {
    font-size: 14px;
    color: #8e8e8e;
    text-align: center;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 15px;
}

.news-show .txt-nr {
    line-height: 28px;
    font-size: 15px;
    color: #3f3f3f;
    padding: 5px 0 0 0;
    margin-top: 12px;
}

.news-show {
    padding-bottom: 50px;
}

.news-show1 .txt-bt {
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    text-align: center;
    padding: 40px 0 5px 0;
}


.page-show {
    margin-top: 25px;
    text-align: center;
}

.news-show .map {
    height: 590px;
    margin-top: 25px;
}

.news-show ul {
    margin-top: 15px;
}

.news-show ul li a .img-box {
    padding-top: 63.46%;
}

.news-show ul li a {
    display: block;
    text-align: center;
}

.news-show ul li a p {
    font-size: 18px;
    color: #282828;
    margin-top: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-box {
    padding: 0 0 50px 0;
}

.news-ul li {
    width: 100%;
    background-color: #fff;
    padding: 2px;
}

.news-ul li>.wrap {
    padding: 22px 0;
    border-bottom: 1px solid #dedede;
}

.news-ul li:hover>.wrap {
    border-bottom: 1px solid #f7f7f7;
}

.news-ul li:hover {
    background-color: #f7f7f7;
}

.news-ul li:last-child {
    margin: 0;
}

.news-ul li a {
    display: flex;
    color: #333;
}

.news-ul li a .txt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}

.news-ul li a .txt .txt-bt {
    position: relative;
    justify-content: space-between;
    width: 100%;
}

.news-ul li a .txt .txt-bt .t1 {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 38px;
}



.news-ul li a .txt .txt-bt .t2 {
    font-size: 12px;
    line-height: 22px;
}

.news-ul li a .txt .txt-bt .t2 img {
    margin-right: 3px;
    margin-top: -3px;
}

.news-ul li a .txt .txt-nr {
    line-height: 22px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    color: #7c7c7c;
}

.news-ul li a h5 {
    width: 100%;
    margin-top: 10px;
}

.news-ul li a h5 span {
    display: inline-block;

    font-size: 12px;
    color: #757575;
    text-align: center;
    transition: 0.5s;
    border-radius: 5px;
}

.news-ul li a h5 span b {
    color: #363636;
}

.news-ul li:hover h5 span {
    color: #118df6;
}

.news-ul li:hover h5 span b {
    color: #118df6;
}

.news-ul li:hover .img_cover {
    transform: scale(1.1);
}



.news-ul li:hover a .txt-bt .t1 {
    color: #118df6;
}


.news-ul .img_cover {
    padding-top: 66%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 230px;
    position: relative;
    overflow: hidden;
}

/* 产品中心 */


.product1 {
    padding: 30px 0;

}

.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-left {
    width: 312px;
}

.page-left-img-text {
    padding: 15px 9px;
    line-height: 32px;
    font-size: 13px;
    border: 1px solid #dcdcdc;
}

.page-left-img .lx-img {
    text-align: center;
}

.page-pro {
    position: relative;
}

.pro-title {
    position: relative;
    background-color: #0085f5;
    padding: 12px 0;
    padding-left: 25px;
}

.pro-title:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.pro-title .t1 {
    line-height: 38px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.pro-title .t2 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 26px;
    font-family: "微软雅黑";
}

.pro-title .txt {
    margin-left: 13px;
}

.pro-title-t2-span1 {
    display: none;
}

.page-pro>ul {
    display: block;
    border: 1px solid #dcdcdc;

}

.page-pro>ul>li {
    line-height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-bottom: 1px dashed #dedede;
}

.page-pro>ul>li:last-child {
    margin: 0;
}

.page-pro>ul>li>a {
    background-color: #ffffff;
    padding: 0 10px;

}

.page-pro>ul>li:hover>a {
    background-color: #0085f5;
}

.page-pro>ul>.lu>a {
    background-color: #0085f5;
}

.page-pro>ul>.lu>a .txt1 {
    color: #fff;
}

.page-pro>ul>.lu>a .txt1 .img1 {
    display: none;
}

.page-pro>ul>.lu>a .txt1 .img2 {
    display: inline-block;
}

.page-pro>ul>.lu>a .txt2 .img1 {
    display: none;
}

.page-pro>ul>.lu>a .txt2 .img2 {
    display: inline-block;
}

.page-pro>ul>li>.zhuan .txt2 {
    transform: rotate(90deg);
}

.page-pro>ul>li:hover>a .txt1 {
    color: #fff;
}

.page-pro>ul>li:hover>a .txt2 {
    color: #fff;
}

.page-pro>ul>li>a .txt1 img {
    margin-right: 5px;
    margin-top: -2px;
}

.page-pro>ul>li>a .txt1 .img2 {
    display: none;
}

.page-pro>ul>li>a:hover .txt1 .img1 {
    display: none;
}

.page-pro>ul>li>a:hover .txt1 .img2 {
    display: inline-block;
}

.page-pro>ul>li>a .txt2 .img2 {
    display: none;
}

.page-pro>ul>li>a:hover .txt2 .img1 {
    display: none;
}

.page-pro>ul>li>a:hover .txt2 .img2 {
    display: inline-block;
}

.page-pro>ul>li>a .txt1 {
    color: #333;
    font-size: 16px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>a .txt2 {
    color: #333;
    font-size: 16px;
    transition: all .3s;
}

.page-pro>ul>li>ul>li>a {
    display: block;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    padding-left: 20px;
}

.page-pro>ul>li>ul>li>a:hover {
    background-color: #0085f5;
    color: #fff;
}

.page-pro>ul>li>ul>li {
    padding: 1px 0;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.page-pro>ul>li>ul {
    display: none;
}



.page-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 58px;
}

.page-title .t1 {
    font-size: 24px;
    color: #333;
}

/* 产品中心结束 */

.dt .dt-fy {
    padding-top: 34.479%;
}


.dt .dt-news {
    padding-top: 25.99%;
}


footer .foo-box {
    padding: 46px 0;
    border-bottom: 1px solid #3ca1f7;
}

.footer-middle {
    width: 38%;
}

.footer-middle .ul-box p {
    font-size: 16px;
    color: #fff;
    font-family: "Microsoft YaHei UI";
}

.footer-middle .ul-box ul {
    margin-top: 18px;
}

.footer-middle .ul-box ul li a {
    font-size: 14px;
    color: #ffffff;
    font-family: "Microsoft YaHei UI";
    line-height: 28px;
}

.footer-middle .ul-box ul li a:hover {
    border-bottom: 1px solid #fff;
}

.footer-right .txt-box .txt p {
    font-size: 16px;
    color: #ffffff;
    font-family: "Microsoft YaHei UI";
    font-weight: 1000;
    line-height: 28px;
}

.footer-right .txt-box .txt p span {
    font-size: 20px;
    color: #00ffe4;
    font-family: "Times New Roman";
    font-weight: 1000;
}

.footer-right .txt-box .txt p img {
    margin-right: 10px;
    margin-top: -2px;
}

.footer-right .txt-box .txt .p1 {
    font-size: 14px;
    color: #ffffff;
    font-family: "Microsoft YaHei UI";
    font-weight: normal;
}

.footer-right .txt-box .txt1 {
    padding-bottom: 16px;
    border-bottom: 1px solid #84c4f9;
}

.footer-right .txt-box .txt2 {
    margin-top: 16px;
}

.footer-right .qr {
    text-align: center;
}

.footer-right .qr p {
    font-size: 14px;
    color: #ffffff;
    font-family: "Microsoft YaHei UI";
    margin-top: 12px;
}

.footer-right {
    width: 4７%;
}

.footer-buttom {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    padding: 22px 0;
}

.footer-buttom a {
    color: #FFFFFF
}


@media (max-width:1200px) {

    .container,
    .footer-content,
    .wrap {
        max-width: 96% !important;
    }






}
.sbsb table { width:100% !important;}
.sbsb table td{ width:50% !important; float:left}
@media (max-width:991px) {

.sbsb table td{ width:100% !important; float:left}
.sbsb table td iframe{ width:100% !important;}

    header {
        display: none;
    }

    .xs-block {
        display: block;
    }

    .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: 53%;
    }

    .big-banner .banner1 {
        display: none;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    /* 搜索手机 */

    .search {
        padding: 20px 0;
    }

    .search .screen dl dt {
        width: 118px;
    }

    .search-right {
        width: 100%;
        margin-top: 15px;
    }

    .search-right form {
        width: 100%;
    }

    .search-right form input:nth-child(1) {
        width: 80%;
    }

    .search-right form input:nth-child(2) {
        width: 20%;
    }

    .search .screen dl {
        padding: 0;
    }

    /*  */

    .phone {
        display: block;
        position: relative;
        z-index: 9999;
        left: 0;
        top: 0;
        background-color: #ffff;
        border: 1px solid #eee;
    }

    .phone img {
        max-width: 70%;
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }

    .bj .txt {
        font-size: 16px;
    }

    .bj {
        line-height: 26px;
        padding: 16px 0;
        background: url(../images/xs_02.jpg) no-repeat 50% 50%;
        background-size: cover;
    }

    .introduce ul {
        margin: 0 auto;
        margin-left: 0;
    }

    .introduce ul li {
        margin: 0;
        text-align: center;
    }

    .introduce ul li:nth-child(4) {
        margin: 0;
    }

    .introduce ul li:nth-child(5) {
        margin: 0;
    }

    .introduce ul li p {
        font-size: 12px;

        margin-top: 10px;

    }

    .public-title .p1 {
        font-size: 20px;
        color: #292929;
        font-family: "Microsoft YaHei UI";
    }

    .public-title .p2 {
        font-size: 22px;
        font-family: "Times New Roman";
        color: #f2f2f2;
        text-transform: uppercase;
        font-weight: 1000;
        margin-top: -18px;
        position: relative;
        z-index: -1;
    }

    .public-title {
        padding: 20px 0 25px 0;
    }

    .introduce .txtp {
        line-height: 24px;
        font-size: 14px;
        text-align: left;
		width:98%; padding-left:1%;
    }

    .introduce .txt a {
        width: 96px;
        line-height: 30px;
        font-size: 14px;

        border-radius: 25px;
        border: 1px solid #0085f5;
        margin: 0;
        margin-top: 16px;
        transition: all .6s;
    }

    .introduce .banner2 {
        margin-top: 20px;
    }

    .introduce {
        padding-bottom: 20px;
        position: relative;
    }

    .news {
        padding-bottom: 20px;
    }

    .banner3 {
        margin-top: 0;
    }

    .banner3 ul li a .txt {
        padding: 10px;
    }

    .banner3 ul li a .txt .title {
        font-size: 14px;
        height: 24px;
        line-height: 24px;

    }

    .banner3 .swiper-container {
        padding: 0;
    }

    .banner3 ul li a .txt .txtp {
        line-height: 20px;
        font-size: 13px;
        margin-top: 3px;
        height: 40px;

    }

    .banner3 ul li a .txt .rq {
        font-size: 12px;
        margin-top: 8px;
    }

    .exhibition {
        padding-bottom: 20px;
        background-color: #f0f2f5;
        position: relative;
        z-index: -2;
    }

    .banner5 {
        margin-top: 0;
    }

    .banner5 ul li p {
        font-size: 14px;
        margin-top: 7px;

    }

    .enterprise {
        padding-bottom: 20px;
    }

    .aboutus {
        padding: 20px 0;
    }

    .aboutus .img1 {
        width: 100%;
        padding-top: 0;
    }

    .aboutus .txt {
        width: 100%;
        padding: 0;
    }

    .aboutus .txt .txt1 {
        width: 100%;
        margin-left: 0;
    }

    .aboutus>.flex {
        max-width: 96%;
        margin: 0 auto;
    }

    .about-gl {
        background: url(../images/aboutus_03.jpg) no-repeat 50% 50%;
        background-size: cover;
        padding: 20px 0;
    }

    .about-gl .img1 .img-box {
        padding-top: 69.968%;
    }

    .about-gl .txt {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .about-gl .txt .txt1 .txtp {
        font-size: 14px;

        line-height: 24px;
        margin-top: 12px;
    }

    .about-gl .txt .txt1 .title {
        font-size: 20px;

    }

    .about-gl .txt ul li .box p {
        font-size: 15px;

        margin-top: 10px;
    }

    .about-gl .txt ul li .yuan {
        width: 127px;
        height: 127px;

    }

    .about-gl .txt ul {
        margin-top: 16px;
    }

    .bj1 .txt {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        padding: 20px 0;
    }

    .gl-yuan .yuan .txt1 span {
        font-size: 14px;

        line-height: 24px;
    }




    .gl-yuan .img1-box {
        display: none;
    }

    .gl-yuan .xian {
        display: none;
    }

    .yuan-ul li {
        font-size: 16px;

    }

    .banner6 ul li a p {
        margin-top: 26px;
        color: #474747;
        font-size: 16px;
        font-family: "Microsoft YaHei UI";
    }

    .zc .img1 {
        width: 100%;
    }

    .zc .txt {
        width: 100%;
        margin-top: 20px;
    }

    .zc .txt .txtp {
        margin-top: 10px;
        font-size: 14px;

        line-height: 24px;
    }

    .zc .txt .title1 {
        font-size: 20px;

    }

    .banner6 ul li a {
        display: block;
        text-align: center;
        padding: 12px 0;
        border-radius: 16px;
    }

    .zc {
        margin-top: 15px;
    }

    .cp .title {
        padding: 20px 0;
    }

    .cp .title span {
        line-height: 30px;
        font-size: 20px;
    }

    .cp .title p {
        line-height: 20px;
        font-size: 14px;
    }

    .cp {
        padding-bottom: 20px;
    }

    .service {
        padding: 20px 0;
    }

    .service .title span {
        line-height: 26px;
        font-size: 20px;
    }

    .service .title p {
        line-height: 20px;
        font-size: 14px;
    }

    .service .ul1>li>.box {
        background-color: #fff;
        padding: 30px 0;
        width: 90%;
        margin: 0 auto;

    }

    .service .ul1>li>.box>img {
        display: none;
    }

    .service .ul1>li>.box>.img1 {
        display: block;
        top: -31%;

        max-width: 40%;
    }

    .service .ul1>li .ul2 li a {
        display: block;
        text-align: center;

        line-height: 32px;
        border-radius: 6px;
        font-size: 14px;

    }

    .service .ul1>li .title {
        font-size: 18px;
        margin-top: 16px;
    }

    .service .ul1>li .ul2 {
        margin-top: 16px;
        padding: 0 8px;
    }

    .service .ul1 {
        margin: 0;
        margin: 60px 0 0 0;
    }

    .lg-lun .title span {
        line-height: 26px;
        font-size: 20px;
    }

    .lg-lun .title p {
        line-height: 20px;
        font-size: 14px;
    }

    .lg-lun {
        padding: 20px 0;
        position: relative;
    }

    .banner8 .swiper-container {
        padding-top: 376px;
    }

    .banner8 ul .li2>img {
        position: absolute;
        left: 0;
        top: 94%;
    }

    .lg-lun::before {

        top: 55%;

    }

    .banner8 ul .li1>img {
        position: absolute;
        left: 0;
        top: -26.5%;
    }

    .banner8 ul li a .title {
        font-size: 26px;

    }

    .banner8 ul li a .title span {
        font-size: 16px;

    }

    .banner8 ul li a .txt {
        font-size: 14px;

        line-height: 22px;

        height: 66px;
    }

    .banner8 ul li a .img-box {
        padding-top: 71.21%;
        margin-top: 13px;
    }

    .banner8 ul .li2 a .title {
        margin-top: 13px;
    }

    .banner8 ul .li1 a .txt {
        margin-top: 13px;
    }

    .fy1>ul>li {
        width: 48% !important;
        margin: 1% !important;
    }

    .fy1>ul>li .img-box {
        padding-top: 70% !important;
    }


    .fy1 ul li a .frame {
        display: none;

    }

    .fy1 ul li a .frame p {
        font-size: 12px;
        margin-bottom: 6px;
        -webkit-line-clamp: 2;
    }

    .fy1 ul li a .frame p span {
        font-size: 12px;
        font-weight: 1000;
    }

    .fy-lx .map1 {
        width: 100%;
        /* height: 250px; */
    }

    .fy-lx .img1 {
        width: 100%;
        margin-top: 13px;
    }

    .fy .title {
        font-size: 20px;
        width: 100%;
        padding-bottom: 10px;
    }

    .fy .txt {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .fy {
        padding: 20px 0;
    }

    .fy-lx {
        padding-bottom: 20px;
    }

    .fy-lx .img1 .img-box .img a {
        width: 124px;
        line-height: 40px;
        font-size: 16px;

    }

    .news-show .txt-bt {
        font-size: 16px;
        padding: 12px 0 5px 0;
        line-height: 28px;

    }

    .news-show .txt-nr {
        line-height: 24px;
        font-size: 14px;
        margin-top: 8px;

    }

    .news-show {
        padding-bottom: 20px;
    }


    .news-show .txt-date {
        padding-bottom: 8px;
        font-size: 13px;
    }

    .page-show {
        margin-top: 12px;
    }

    .news-show1 .txt-nr {

        margin-top: 0;
    }

    .news-show .map {
        height: 250px;
        margin-top: 12px;
    }

    .news-show ul li a p {
        font-size: 15px;
        margin-top: 6px;

    }

    .news-ul li a .pic {
        width: 130px;
    }

    .news-ul li a .txt {
        padding: 0 0 0 10px;
    }

    .news-ul li a .txt .txt-bt .t1 {
        font-size: 15px;
        line-height: 28px;
    }

    .hidden-xs {
        display: none !important;
    }



    .news-ul li a .txt .txt-nr {
        font-size: 12px;
        line-height: 20px;
    }

    .news-box {
        padding: 0 0 20px 0;
    }

    .news-ul li>.wrap {

        padding: 12px 0 15px 0;
    }

    .aboutus .txt .txtp {
        line-height: 30px;
        font-size: 15px;
        margin-top: 15px;
    }

    .aboutus .txt .title {
        font-size: 18px;

    }


    .banner4>.swiper-container>.swiper-wrapper>.swiper-slide {
        transform: scale(0.8);
        padding: 0;
    }

    .banner4>.swiper-container>.swiper-wrapper>.swiper-slide-active,
    .banner4>.swiper-container>.swiper-wrapper>.swiper-slide-duplicate-active {
        transform: scale(1);
        padding: 0;
    }


    /* 产品中心手机*/

    .page-title {
        display: none;
    }

    .pro-title {
        position: relative;
        background-color: #0085f5;
        padding: 5px 0px;
    }

    .page-pro>ul>li {
        line-height: 42px;
        margin-bottom: 6px;
    }

    .page-pro>ul>li>ul>li {
        line-height: 35px;
    }

    .pro-title .t1 {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding: 8px 10px;
        align-items: center;
        line-height: 26px;
    }

    .pro-title .t2 {
        display: none;
    }

    .pro-title-t2-span1 {
        display: block;
    }

    .pro-ul li .txt {
        font-size: 14px;
        line-height: 32px;
    }

    .page-pro>ul {
        display: none;
    }

    .page-pro>ul>li>a {
        font-size: 14px;
    }

    .page-pro>ul>li>ul>li>a {
        font-size: 14px;
    }

    .page-right-title {
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid #dbdbdb;
        line-height: 28px;
        position: relative;
        margin-top: 12px;
    }

    .pro-title>div {
        display: block;
    }

    .public-title .p3 {
        line-height: 16px;
        font-size: 12px;
        color: #999999;
    }

    .pro-title .txt {
        margin-left: 0;
    }

    .page-pro>ul {
        margin: 0;
    }

    .page-pro>ul>li>a .txt1 {
        color: #333;
        font-size: 15px;

    }

    .product1 {
        padding: 0;
        padding-bottom: 16px;
    }

    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img img {
        display: none;
    }

    .pro-ul {
        margin-top: 15px;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .pro-title .t1 {
        font-size: 18px;
    }

    .page-pro ul li {
        padding: 1px 0;
        border-bottom: 1px solid #eee;
    }

    /* 产品中心手机结束 */

    .gl-yuan .yuan-center {
        width: 143px;
        height: 143px;
        border-radius: 50%;
        border: 7px solid #0d8bf5;
        position: absolute;

    }

    .gl-yuan .yuan-center:hover {
        background-color: #0d8bf5;
        border: 7px solid#ed9b3b;
    }

    .yuan-ul {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        border: 2px solid #868686;

    }

    .gl-yuan .yuan-center .yuan-center1 .txt1 span {
        font-size: 18px;
        line-height: 26px;
    }

    .gl-yuan .yuan-center .yuan-center1 .txt1 p {
        line-height: 20px;
        font-size: 12px;

    }

    .gl-yuan .yuan {
        padding: 20px 0;
        position: relative;
    }

    footer>.wrap {
        display: none;
    }

    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        padding: 20px 22px 23px 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;
    }

}