* {
    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;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding: 0;
}

a {
    text-decoration: none !important;
}

.pagin {
    position: relative;
    margin: 20px;
    font-size: 14px;
}

.pagin .blue {
    color: #056dae;
    font-style: normal;
}

.pagin .paginList {
    position: absolute;
    right: 12px;
    top: 0;
}

.pagin .paginList .paginItem {
    float: left;
}

.pagin .paginList .paginItem a {
    float: left;
    width: 31px;
    height: 28px;
    border: 1px solid #DDD;
    text-align: center;
    line-height: 30px;
    border-left: none;
    color: #3399d5;
}

.pagin .paginList .paginItem:first-child a {
    border-left: 1px solid #DDD;
}

.pagin .paginList .paginItem:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagin .paginList .paginItem:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagin .paginList .paginItem.current,
.pagin .paginList .paginItem.current a {
    background: #f5f5f5;
    cursor: default;
    color: #737373;
}

.pagin .paginList .paginItem:hover {
    background: #f5f5f5;
}

.pagin .paginList .paginItem.more,
.pagin .paginList .paginItem.more a:hover {
    cursor: default;
}

.pagin .paginList .paginItem.more:hover {
    background: #FFF;
}

.pagin .paginList .paginItem.more a {
    color: #737373;
}

.message {
    float: left;
    width: 30%;
    margin-top: 15px;
}

.jlfanye {
    /*float:right;*/
    width: 100%;
}

.jlfanye a {
    padding: 5px;
    border: solid 1px #dedede;
    /*float:left;*/
    min-width: 8px;
    margin: 8px 2px;
    color: #999;
}

.jlfanye a:hover {
    color: #f00;
}

input {
    outline: none;
}

.block {
    display: block;
}

.none {
    display: none;
}

.no-margin {
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.content {
    max-width: 1170px;
    margin: 0 auto;
}

.content-two {
    max-width: 1070px;
    margin: 0 auto;
}

.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 {
    transition: all .8s;
}

.enlarge:hover {
    transform: scale(1.1);
}


.up {
    transition: all .8s;
}

.up:hover {
    transform: translateY(-10px);
}

.rotate {
    transition: all .8s;
}

ul li:hover .rotate {
    transform: rotateY(360deg);
}


.img-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100%
}


.img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

img {
    max-width: 100%;
}

ul li {
    list-style-type: none;
}

header {
    width: 100%;
    transition: top .3s;
    position: relative;
    z-index: 999;
    padding: 5px 0;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    width: 60%;
    display: flex;
    justify-content: space-between;
}



.hover-ul {
    display: none;
}

.banner1-phone {
    display: none;
}


.header-flex {
    max-width: 1200px;
    margin: 0 auto;
}

.header-img {
    width: 30%;
}




.list-unstyled>li {
    width: calc(100%/6);
    text-align: center;
    position: relative;
}



.hover-ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
}

.hover-ul>li>a {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.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: #d43f3a;
    font-size: 22px;
    font-weight: bold;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 35%;
    text-align: center;
}

.phone-ul li {
    width: 100%;
    background-color: #ffff;
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;
    opacity: .8;
    filter: alpha(opacity=80);
    /* IE */
    -moz-opacity: 0.8;
    /* ÀÏ°æMozilla */
    -khtml-opacity: 0.8;
    /* ÀÏ°æSafari */
}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
}

.phone-ul li:hover {
    background-color: #d43f3a;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #d43f3a;
}

.banner1 {
    padding-top: 26%;
}

.banner1-img {
    background: url(/css/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%;
}

.mobile-header {
    width: 100%;
    height: 80px;
    background-color: #000;
    display: none;
}

.mobile-header ul {
    margin-left: 71%;
    display: none;
}

.mobile-header:hover .mobile-header-ul {
    display: block;
}

.mobile-header-ul li {
    width: 200px;
    height: 50px;
    border: 1px solid #fff;
    background-color: #242424;
    line-height: 50px;
    color: #eee;
}

.mobile-header-ul li a {
    color: #eee;
}

.mobile-header-ul li:hover {
    background-color: rgb(154, 6, 6);
    color: #000;
}

.mobile-buttom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background-color: #d43f3a;
    color: #FFFFFF;
    text-align: center;
}

.mobile-buttom span {
    font-size: 14px;
    color: #eee;
}

.mobile-buttom:hover {
    background-color: #d43f3a;
    color: #fff;
}

.mobile-buttom a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
}

.mobile-buttom a:hover {
    color: #FFFFFF
}

.mobile-buttom a img {
    display: block;
    height: 25px;
    margin: 3px auto;
}

.hot {
    width: 100%;
    height: 58px;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: solid 2px #fff;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 8px 0;
}

.hot>.qr-box {
    position: fixed;
    left: 50%;
    bottom: 7%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    display: none;

}

.hot>.qr-box .qr-img {
    width: 120px;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}




.list-unstyled>li>a {
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 73px;
    width: 100%;
    height: 80%;

}

.list-unstyled>.red>a {
    color: rgb(248, 4, 1);
    border-bottom: 3px solid rgb(248, 4, 1);
}


.list-unstyled>li>a:hover {
    border-bottom: 3px solid rgb(248, 4, 1);
    color: rgb(248, 4, 1);
}



.advantage-title {
    text-align: center;
    padding: 70px 0 30px 0;
    position: relative;
}

.advantage-title>p {
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
}

.advantage-li-box>span {
    display: block;
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    margin-top: 20px;
}

.advantage ul li {
    width: 30%;
    margin: 1.5%;
    text-align: center;
}

.advantage-li-box ul li a .advantage-li-box {
    text-align: center;
}

.advantage-li-box-text {
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    margin-top: 40px;
}

.advantage-li-box {
    border: 1px solid rgb(204, 204, 204);
    padding: 58px 25px;
}

.product {
    background-color: rgb(246, 246, 246);
}

.public-title {
    position: relative;
    text-align: center;
}

.public-title>a>p {
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
}

.product ul {
    padding: 30px 0 40px 0;
}

.product .hover-ul {
    padding: 0;
}

.product ul li {
    width: 22%;
    margin: 1.5%;
}

.product .hover-ul li {
    width: 100%;
}

.product ul li a .img-box {
    background-color: #fff;
    padding-top: 76.8%;
}

.product ul li a>p {
    font-size: 16px;
    font-family: Î¢ÈíÑÅºÚ;
    font-style: normal;
    color: #333333;
    text-align: center;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.application {
    background-color: rgb(249, 249, 249);
}

.application .application-ul-one li {
    width: 23%;
    margin: 1%;
}

.application .application-ul-one li .img-box {
    border: 1px solid #ddd;
    padding-top: 68.7%;

}

.application .application-ul-two li {
    width: 47%;
    margin: 1.5%;
}

.application .application-ul-two li .img-box {
    border: 4px solid #ddd;
    padding-top: 59%;
}

.application-ul {
    padding: 30px 0;
}



.about-left-text {
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
}

.about-left>span {
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: rgb(253, 4, 0);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.about-left {
    width: 52%;
}

.about-left>.about-left-text {
    border-right: 12px solid rgb(253, 4, 0);
    border-bottom: 12px solid rgb(253, 4, 0);
    padding-right: 8px;
    padding-bottom: 8px;
    margin-top: 10px;
}

.about-left>.about-left-text>p {
    text-indent: 2em;
}

.about-right {
    width: 45%;
    margin-top: 3%;

}

.about-right ul li {
    width: 50%;
}

.about-right ul li .img-box {
    padding-top: 56.5%;
}

.about-right ul li .text-box {
    position: relative;
    height: 100%;
    background-color: rgb(253, 4, 0);
    ;

}

.about-right ul li .text-box>p {
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about>.wrap>.flex {
    padding: 30px 0 50px 0;
}

.news {
    background-color: rgb(246, 246, 246);
}

.news-left {
    width: 45%;
}

.news-right {
    width: 50%;
}

.news-right ul li {
    border-bottom: 1px dashed #e3e3e3;
    padding: 8px 0;
    height: auto;
    margin-top: 2px;
}

.news-right ul li a>span:nth-child(1) {
    font-size: 14px;
    font-family: Î¢ÈíÑÅºÚ;
    font-style: normal;
    color: rgb(51, 51, 51);
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-right ul li a>span:nth-child(2) {
    font-size: 14px;
    font-family: Î¢ÈíÑÅºÚ;
    font-style: normal;
    color: rgb(153, 153, 153);
    width: 20%;
    text-align: center;
}

.news-right ul li {
    margin-bottom: 10px;
}

.news>.wrap>.flex {
    padding: 40px 0;
}

.contact .contact-ul-one li a span {
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
    margin-left: 5%;
}

.contact .contact-ul-one li a span>span {
    margin-left: 0;
}

.contact .contact-ul-one {
    margin-top: 40px;
}

.contact .contact-ul-one li {
    width: 33%;
}

.contact-bottom-right ul li {
    margin-bottom: 20px;
}

.contact-bottom-right input {
    height: 40px;
    width: 60%;
    padding-left: 10px;
    border: 1px solid rgb(214, 197, 167);
}

.contact-bottom-right .int2 {
    height: 80px;
}

.contact-bottom-right .int4 {
    color: #fff;
    background-color: #d9534f;
    outline: none;
    border: none;
    padding-left: 0;
}

.contact-bottom-right {
    text-align: center;
}

.contact form {
    margin-top: 30px;
}

.contact {
    padding-bottom: 25px;
}

.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

.news-show {
    width: 100%;
}

.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 20px 0 5px 0;

}

.news-show .txt-date {
    font-size: 13px;
    color: #333;
    text-align: center;
}

.news-show .txt-nr {
    line-height: 28px;
    font-size: 13px;
    color: #333;
    padding: 10px 0;
}

.news-show .txt-bt1 {
    color: rgb(0, 0, 0);
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    padding: 40px 0;
}

.news-show1 img {
    margin: 20px 0;
    margin-bottom: 20px;
    margin-top: 0;
}

.news-show1 .txt-nr {
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.exhibition-ul-one {
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}


.container-ul-li span {
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    background-color: rgb(204, 204, 204);
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 5px 0;

}

.container-ul-li {
    background-color: rgb(204, 204, 204);
    text-align: center;
    line-height: 40px;
}

.exhibition-ul-one {
    display: flex;
    flex-wrap: wrap;
}

.product .exhibition-ul-one>li {
    width: calc(100%/11);
    margin: 1.5%;
    position: relative;
}

.product .exhibition-ul-one {
    padding: 0;
}

.product .hover-ul>li {
    position: relative;
}

.product .hover-ul>li>.hover-ul {
    position: absolute;
    left: 148%;
    top: 0;
}





.news-core .news-right {
    width: 100%;
    padding-bottom: 40px;
}

.aboutus {
    padding-bottom: 40px;
}

.news-core .news-right ul li a>span:nth-child(1) {
    font-size: 18px;
    font-family: Î¢ÈíÑÅºÚ;
    font-style: normal;
    color: rgb(51, 51, 51);
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-core .news-right ul li a>span:nth-child(2) {
    font-size: 14px;
    font-family: Î¢ÈíÑÅºÚ;
    font-style: normal;
    color: rgb(153, 153, 153);
    width: 8%;
    text-align: center;
}

.aboutus-text {
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 40px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
}

.contactus-text>span {
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 29px;
    font-weight: bold;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 50px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
}

.contactus-text>p {
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 28px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
}

.contactus-map {
    width: 100%;
    height: 380px;
    border: 1px solid #333;

}

.contactus-map-box {
    padding: 40px 0;
}





/* ²úÆ·ÏêÇé */
.cpxq {
    width: 100%;
    padding: 40px 0;
    display: block;
    overflow: hidden;
}

.cp_ce {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cpxq .cp_l {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

.cpxq .cp_mai {
    width: 50%;
}

.cpxq .cp_mr {
    width: 50%;
}

.cpll_pp {
    width: 100%;
}

.cpll_pp img {
    max-width: 100% !important;
    height: auto !important;
    margin-top: 5px !important;

}

.cp_l .cp_mai .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.cp_l .cp_mai .swiper-slide {
    background-size: cover;
    background-position: center;
}

.cp_l .cp_mai .small-top {
    height: 400px;
    width: 100%;
}

.cp_l .cp_mai .small-thumbs {
    height: 200px;
    box-sizing: border-box;
    padding: 10px 0;
}

.cp_l .cp_mai .small-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
    width: 176px;
}

.cp_l .cp_mai .small-thumbs .small-slide-thumb-active {
    opacity: 1;
}

.cp_l .cp_mai .swiper-button-next {
    background-color: #000000;
    opacity: 0.1;
}

.cp_l .cp_mai .swiper-button-prev {
    background-color: #000000;
    opacity: 0.1;
}

.cp_l .cp_mr .cp_tit {
    font-size: 24px;
    color: #121212;
    font-weight: 600;
}

.cp_mr .cp_ll {
    background-color: #FBFBFB;
    width: 100%;
    color: #666666;
    font-size: 16px;
    padding: 15px;
    margin-top: 20px;
}

.cp_r {
    width: 20%;
}

.cp_r .cp_rimg {
    text-align: center;
}

.cp_r .xw_rp {
    text-align: center;
    padding-bottom: 20px;
}

.cp_r .xw_look {
    position: relative;
    padding-left: 120px;
    color: #C8C7C4;
}

.cp_r .xw_look::after {
    width: 30px;
    height: 3px;
    display: block;
    background-color: #C8C7C4;
    content: "";
    position: absolute;
    top: 50%;
    left: 20%;
}

.cp_r .xw_look::before {
    width: 30px;
    height: 3px;
    display: block;
    background-color: #C8C7C4;
    content: "";
    position: absolute;
    top: 50%;
    right: 20%;
}

.cp_r .cp_ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cp_r .cp_ul li {
    width: 220px;
    padding: 10px 0;
    border: 1px solid #BCBCBC;
    margin-bottom: 20px;
}

.cp_ul li a {
    display: block;
}

.cp_ul li .xw_mg {
    width: 200px;
    height: 150px;
    margin: 0 auto;
}

.cp_ul .xw_mg img {
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.cp_ul .xw_txt {
    width: 100%;
    text-align: center;
    color: #000000;
}

.cp_ul .xw_txt:hover {
    color: #00aaff;
}




footer {
    background-color: rgb(51, 51, 51);
}


/* µ×²¿-middle */

.footer-nav ul li a {
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.footer-nav ul li a:hover {
    color: rgb(253, 4, 0);
}

.footer-nav ul li:nth-child(1) a {
    color: rgb(253, 4, 0);
}

.footer-nav {
    max-width: 485px;
    margin: 0 auto;
}

.footer-nav ul {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    border-bottom: 1px solid rgb(153, 153, 153);
}

.footer-nav ul .footer-li-none {
    border: none;
}

.footer-nav ul li {

    padding: 0 4px;
    width: 14.28%;
    text-align: center
}




/*  */

.footer-buttom {
    margin: 0 auto;
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    padding: 12px 0;
}

.footer-buttom a {
    color: #FFFFFF
}





@media (max-width:1200px) {

    .content,
    .container,
    .footer-content,
    .content-two,
    .wrap {
        max-width: 96% !important;
    }






}








@media (max-width:768px) {
    header {
        display: none;
    }

    .phone-block {
        display: block;
    }

    .phone-none {
        display: none;
    }

    .top {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .banner .swiper-pagination span {
        display: none;
    }

    .banner1-phone {
        display: block;
        padding-top: 53%;
    }

    .banner1 {
        display: none;
    }

    .phone {
        display: block;
    }

    .phone img {
        max-width: 40%;
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }



    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }





    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img-text {
        display: none;
    }



    .page-left-img img {
        display: none;
    }



    .pro-title-phone-none {
        display: none;
    }

    .pro-ul {
        margin-top: 20px;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .pro-title .t1 {
        font-size: 20px;
    }

    .page-pro ul li {
        padding: 1px 0;
    }



    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }


    /* ²úÆ·ÏêÇé */
    .cpxq .cp_l {
        width: 100%
    }

    .cpxq .cp_mai {
        width: 100%;
    }

    .cpxq .cp_mr {
        width: 100%;
    }

    .cp_l .cp_mai .small-thumbs {
        height: 150px;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .cp_l .cp_mai .small-thumbs .swiper-slide {
        height: 100%;
        opacity: 0.4;
        width: 33.333%;
    }




    .page-right .swiper-wrapper .swiper-slide {
        width: 47%;
        margin: 1.5%;
    }


    .page-title {
        display: none;
    }


    .pro-title {
        position: relative;
        background-color: #d43f3a;
        padding: 5px 0px;
    }

    .page-pro ul li {
        line-height: 40px;
    }

    .pro-title .t1 {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding: 10px 10px;
    }

    .pro-title .t2 {
        display: none;
    }

    .pro-title-t2-span1 {
        display: block;
    }


    .page-pro ul {
        display: none;
    }

    .certificate {
        padding-bottom: 20px;
    }

    .page {
        margin: 20px 0;
    }

    .advantage-li-box {
        border: 1px solid rgb(204, 204, 204);
        padding: 10px;
        background-color: #ddd;
    }

    .advantage-li-box img {
        max-width: 65%;
    }


    .advantage-li-box>span {
        font-size: 14px;
        margin-top: 15px;
    }

    .public-title img {
        max-width: 50%;
    }

    .public-title>a>p {
        font-size: 18px;
    }

    .product ul li {
        width: 47%;
        margin: 1.5%;
    }

    .cpll_pp img {
        width: 100% !important;
        height: auto !important;
        margin-top: 5px !important;

    }

    .application .application-ul-one li {
        width: 47%;
        margin: 1.5%;
    }

    .application .application-ul-two li {
        width: 100%;
        margin: 1.5%;
    }

    .advantage-title img {
        max-width: 60%;
    }

    .advantage-title>p {
        font-size: 16px;
        top: 34%;
    }

    .advantage {
        padding-bottom: 20px;
        background-color: #eee;
    }

    .advantage-title {
        padding: 30px 0 20px 0;
    }

    .about-left {
        width: 100%;
    }

    .about-right {
        width: 100%;
    }

    .about>.wrap>.flex,
        {
        padding: 20px 0;
    }

    .application-ul,
    .product ul {
        padding: 20px 0;
    }

    .news-left {
        width: 100%;
    }

    .news-right {
        width: 100%;
        margin-top: 20px;
    }

    .news-right ul li a>span:nth-child(1) {
        width: 70%;
    }

    .news-right ul li a>span:nth-child(2) {
        width: 25%;
    }

    .news>.wrap>.flex,
    .about>.wrap>.flex {
        padding: 20px 0;
    }

    .contact .contact-ul-one li {
        width: 100%;
    }

    .contact .contact-ul-one {
        margin-top: 20px;
    }

    .contact {
        padding-bottom: 20px;
    }

    .contact .contact-ul-one li a span>span {
        margin-left: 3em;
    }

    .contact .contact-ul-one li a img {
        width: 30px;
    }

    .phone-block ul li {
        width: 22%;
        margin: 1.5%;
    }

    .phone-block ul li a p {
        font-family: Î¢ÈíÑÅºÚ;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        color: rgb(51, 51, 51);
        background-color: transparent;
        line-height: 26px;
        text-decoration: none;
        text-align: center;
        margin: 0 auto;
    }

    .phone-block {
        padding: 20px 0;
        background-color: #fafafa;
    }

    .news-show1 .txt-nr {
        font-family: Î¢ÈíÑÅºÚ;
        font-size: 14px;
        font-weight: normal;

    }

    .news-show1 .txt-bt1 {
        font-size: 22px;
    }

    .news-core .news-right ul li a>span:nth-child(1) {
        width: 70%;
    }

    .news-core .news-right ul li a>span:nth-child(2) {
        width: 30%;
    }

    .news-core .news-right,
    .aboutus {
        padding-bottom: 20px;
    }

    .aboutus-text {
        font-size: 13px;
        line-height: 20px;
    }

    .news-show .txt-bt1 {
        padding: 20px 0;
    }

    .contactus-text>span {
        font-size: 16px;
    }

    .contactus-text>p {
        font-size: 14px;
    }

    .contactus-map {
        height: 250px;
    }

    .contactus-map-box {
        padding: 20px 0;
    }

    .news-core .news-right ul li a>span:nth-child(1) {
        font-size: 14px;
    }

    .hover-ul>li>a {

        line-height: 26px;

    }

    .product .hover-ul li {
        width: 100%;
        margin: 0;
    }

    .product .exhibition-ul-one>li {
        width: 30%;
        margin: 1.5%;
    }



    footer {
        background-color: #fff;
    }

    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        background-color: rgb(238, 238, 238);
        color: rgb(153, 153, 153);
        font-size: 10px;
        padding: 10px;
        width: 100%;
        line-height: 32px
    }

    .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;
    }



}<!--ºÄÊ±1754764624.7295Ãë-->