* {
    margin: 0;
    padding: 0;
}

body,
ul,
ol,
li,
p,
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;
}

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


input {
    outline: none;
}

ul li {
    list-style-type: none;
}

header {
    width: 100%;
    transition: top .3s;
    background-color: #e7244c;
}

header.active {
    top: 0;
}

header ul {
    display: flex;
    justify-content: space-between;
}

header ul li a {
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none !important;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.banner1-phone {
    display: none;
}

#span1 {
    position: relative;
    transition: all .2s;
}

#span2 {
    position: relative;
    transition: all .3s;
}

.header-flex {
    max-width: 1200px;
    margin: 0 auto;
}

.header-img {
    width: 371px;
    height: 74px;
    border-radius: 5px;
}

header ul li:hover {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    background-color: #f8dc29;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}

header ul li:hover a {
    color: #131313;
}

header ul>.li-red {
    height: 55px;
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    background-color: #f8dc29;
    display: inline-block;
    text-align: center;
    line-height: 50px;

}

header ul>.li-red a {
    color: #131313;
}

.header-flex ul li {
    width: calc(100%/9);
    text-align: center;
}

.phone-ul-img {
    width: 330px;
    height: 100px;
}

.phone {
    width: 100%;
    background-color: #fff;
    display: none;
}

.phone-flex {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    align-items: center;
}

.phone-flex>p {
    color: #f30b3f;
    font-size: 20px;
    font-weight: bold;
	line-height:40px;
}

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

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
}

.phone-ul li:hover {
    background-color: #e7244c;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #e7244c
}

.banner1 {
    padding-top: 29%;
}

.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: #f30b3f;
    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: #e7244c;
    color: #FFFFFF;
    text-align: center;
}

.mobile-buttom span {
    font-size: 14px;
    color: #eee;
}

.mobile-buttom:hover {
    background-color: #e7244c;
    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;
}

.mobile-footer {
    display: none;
}

.mobile-footer .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.list-unstyled li a {
    height: 55px;
    font-family: 微软雅黑;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 50px;
}

.title {
    display: flex;
    justify-content: space-between;
    padding: 0 18px 0 28px;
}

.title2 {
    padding: 0;
}

.title>span:nth-child(1) {
    display: block;
    border-left: 3px solid #f30b3f;
    padding-left: 10px;
    font-size: 18px;
    color: #333333;
}

.title>span:nth-child(2) {
    color: #676767;
    font-size: 13px;
}

.top {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #e7e7e7;
}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 29px;
}

.top ul li {
    font-size: 14px;
}

.top ul li a {
    color: #333;
}

.top-nav-left {
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: space-between;
    position: relative;

}

.top-nav-left>div {
    width: 1px;
    height: 48px;
    background-color: #aaaaaa;
    position: absolute;
    right: -2%;
    top: 23%;
}



footer{background:#f30b3f;}
.foot-box{display: flex;justify-content: space-between;padding:40px 0;}
.foot-box dl dt{font-weight: bold;line-height:30px;font-size:16px;color:#fff;margin-bottom:20px;}
.foot-box dl dt span{display:block;text-transform: uppercase;font-size:22px;font-family: "Arial";opacity: 0.2;}
.foot-box dl dd{line-height: 30px;font-size:14px;color:#fff;opacity: 0.5;}
.foot-box dl dd a{color:#fff;display: block;}
.foot-box dl dd .foot-nav{display:flex;flex-wrap: wrap;}
.foot-box dl dd:hover{opacity: 1;}
.foot-box dl dd a:hover{opacity: 1;}

.foot-box dl:nth-child(1){width: 240px}
.foot-box dl:nth-child(1) dd a{width: 50%;}
.foot-box dl:nth-child(1) dd a:nth-child(even){text-align: right;}

.foot-box dl:nth-child(2){width: 130px}
/* .foot-box dl:nth-child(2) dd a:first-child{width: 100%;} */
.foot-box dl:nth-child(2) dd a{width: 100%; text-align:left;}


.foot-txt{padding:15px 0;font-size:14px;color:#fff;text-align: center;border-top:1px solid rgba(255,255,255,0.5); line-height:30px;display: flex;justify-content: space-between;align-items: center; width:98%; margin:0 auto;}
.foot-txt span{opacity: 0.5;}
.foot-txt i{cursor: pointer; width:32px;height:32px;background-color: #1985e1;border-radius: 5px;display: flex;justify-content: center;align-items: center;font-size:20px;color:#fff;}
.foot-txt a{color:#fff;}
footer a:hover{text-decoration:underline !important;color:#fff !important;opacity: 1;}


.top-nav-left-text>span {
    font-size: 30px;
    color: #ef0439;
    font-weight: bold;
}

.top-nav-left-text>p {
    font-size: 14px;
    color: #333;
    letter-spacing: 2.7px;
}

.top-nav-right-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 33%;
}

.top-nav-right-middle1>span {
    font-size: 12px;
    color: #fff;
    background-color: #e7244c;
    padding: 3px 9px;
    border-radius: 20px;
}

.top-nav-right-middle1 img {
    margin-left: 5px;
}

.top-nav-right-middle1>p {
    color: #343434;
    font-size: 14px;
    line-height: 40px;
}










.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: #696969;
    font-size: 14px;
}

.top-nav-right-text>p {
    color: #e8133f;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
}

.search {
    background-color: #f0f2f4;
    padding: 14px 0;
}

.search-left {
    display: flex;
}

.search-left ul li a {
    color: #676767;
    font-size: 15px;
}

.search-left>span {
    font-size: 15px;
    color: #fd020e;
}

.search-left ul {
    display: flex;
}

.search-left ul li {
    margin: 0 9px;
}

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

.search-right form input {
    height: 32px;
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    background-color: #eeeff2;
    padding-left: 10%;
    font-size: 16px;
}

.search-right form {
    position: relative;
}



.search-right form button {
    outline: none;
    position: absolute;
    border: none;
    right: 2%;
    top: 10%;
}

.search-right {
    width: 25%;
}





/* 产品展示 */

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.page {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-left {
    width: 260px;
	padding-top:0px;
}



.page-pro {
    position: relative;
}

.pro-title {
    position: relative;
    background-color: #f30b3f;
    padding: 14px 21px;
}

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

.page-pro ul>li>ul {

    display: none;
}

.page-pro ul {
    border-top: 1px solid #fff;
}

.page-pro ul li {
    line-height: 44px;
    border-bottom: 1px solid #fff;

}

.page-pro ul li a {
    display: block;
    font-size: 16px;
    color: #3a3a3a;
    background-color: #cdcdcd;
    position: relative;
    margin: 0 auto;
    padding: 0 0 0 35px;
    position: relative;
	font-weight:bold;
}

.page-pro ul li ul li a {
    display: block;
    font-size: 18px;
    color: #3a3a3a;
    background-color: #efeeee;
    position: relative;
    margin: 0 auto;
    padding: 0 0 0 45px;
    position: relative;
}

.page-pro ul li a img {
    position: absolute;
    left: 45px;
    top: 38%;


}


.page-pro ul li a .span {
    position: absolute;
    left: 82%;
}

.page-pro ul li .block-ul li a.on1 {
    background: #efefef
}

.page-pro ul .page-pro-lis-none>ul {
    display: none;
}

.page-pro ul li>ul>li {
    padding: 1px 0;
    border-bottom: 1px dashed #d6d5d5;
}

.page-pro ul li>ul li a>img {
    width: 12px;
    height: 12px;
}

.page-pro ul li>ul li a>span {
    margin-left: 16px;
	font-size:14px;
}

.page-pro ul li>ul li a {
    color: #3a3a3a;
    font-size: 16px;
    background-color: #f6f6f6;


}

.page-left-img {
    padding-top: 77%;
    margin-top: 15px;
}

.page-left-img>span {
    display: block;
    width: 100%;
    line-height: 32px;
    background-color: rgb(255, 255, 255, .8);
    text-align: center;
    font-size: 20px;
    font-weight: bold;

}

.page-pro ul li a.on {
    background-color: #cdcdcd;
}

.page-pro ul li a:hover {
    background-color: #dedede;
}
.page-pro ul li ul li a:hover {
    background-color: #efefef;
}

.pro-title-click-ul li a {
    text-align: left;
}

.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;
    margin: 0px 0 0 20px;
}

.page-right .pro-ul2 {
    margin-top: 20px;
}

.pro-ul li {
    width: 31%;
    margin: 1.1%;
}

.pro-ul li a {
    display: block;
    text-align: center;
    transition: 0.5s;
}

.pro-ul li:hover .txt {
    color: #333;
}

.pro-ul li .pic-box {
    border: 1px solid #dfdfdf;
    transition: all .8s;
}

.pro-ul li:hover .pic-box {
    border: 1px solid #f30b3f;
}

.pro-ul li .pic {
    width: 100%;
    position: relative;
    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 {
    color: #fff;
    font-size: 16px;
    padding: 8px 0;
    background-color: #b2b2b2;
    transition: all .8s;
}

.pro-ul li .pic .pro-img {
    position: relative;
    overflow: hidden;
}

.pro-ul li .pic .pro-img:before {
    content: "";
    display: block;
    padding-top: 90%;
}

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


/* 产品展示结束 */
.introduce {
    padding: 40px;
}

.introduce-title {
    text-align: center;
}

.introduce-title-span {
    color: #131313;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.introduce-title-span>span>span {
    color: #f30b3f;
}

.introduce-title-span>.tr {
    width: 17px;
    height: 2px;
    background-color: #f30b3f;
    position: absolute;
    left: 50%;

    top: 130%;
    transform: translate(-50%, -50%);
}

.introduce-title>p {
    color: #131313;
    font-size: 14px;
    margin-top: 30px;
}

.introduce-flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 48px;
    padding: 0 25px;
    align-items: center;
    justify-content: space-between;
}

.introduce-left {
    width: 48%;
}

.introduce-left-img {
    padding-top: 69%;
}

.introduce-right {
    width: 49%;
    padding: 60px 38px;
    border-left: 1px dashed #dfdfdf;
}

.introduce-right>span {
    color: #f30b3f;
    font-size: 26px;
}

.introduce-right>p {
    line-height: 30px;
    font-size: 16px;
    color: #333333;
}

.introduce-right-p {
    margin-top: 41px;
    line-height: 40px;
	font-size:16px;
}

.introduce-right-p>a {
    display: block;
    width: 93px;
    height: 28px;
    background-color: #f30b3f;
    border-radius: 20px;
    text-align: center;
    line-height: 28px;
    color: #fff !important;
    font-size: 12px;
    margin-top: 41px;
}

.introduce-right-p>a:hover {
    color: #333;
}

.certificate .banner3 {
    padding-top: 80%;
}

.certificate .swiper-slide {
    transition: all .8s;
}

.certificate .swiper-slide:hover {
    transform: translateY(-15px);
}

.certificate .banner2 {
    position: relative;
}

.certificate-img .banner2 .swiper-slide {
    width: 19%;
}

.certificate {
    padding: 50px 0 0 0;
}



.certificate-img .swiper-button-prev {
    width: 32px;
    height: 40px;
    background-color: #f30b3f;

    position: absolute;
    left: -5%;
    background: url(../images/index-09038_03.png) no-repeat center center, #f30b3f;
    outline: none;
}

.certificate-img .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 32px;
    height: 40px;
    background-color: #f30b3f;
    background: url(../images/index-09039_03.png) no-repeat center center, #f30b3f;
    outline: none;
}

.certificate-img .banner3>span {
    display: block;
    width: 100%;
    padding: 12px 0;
    background-color: #e6e5e5;
    text-align: center;
    left: 43px;
}

.certificate-img .swiper-slide>a {
    color: #131313;
    font-size: 18px;
}

.contact-bottom-content {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.contact-bottom-left {
    width: 58%;
    height: 370px;
}

.contact-bottom-left-frame {
    border: 1px solid #000;
}


.contact-bottom-right {
    width: 40%;
}

.contact-bottom-right ul li {
    margin-bottom: 32px;
}

.contact-bottom-right input {
    height: 40px;
    width: 100%;
    border: 1px solid #ddd;
    text-indent: 6px;
}

.int2 {
    height: 120px;
    line-height: 30px;
    border: 1px solid #ddd;
    width: 100%;
    text-indent: 6px;
}

.contact-tltle>span {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: block;
    margin: 30px auto;
}

.contact-bottom-right .int3 {
    background-color: #f30b3f;
    border: none;
    color: #fff;
}




.public-title-a {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: relative;
}

.public-title-a>img {
    position: absolute;
    top: 168%;
}

.public-title-a>.a1 {
    display: block;
    width: 135px;
    height: 34px;
    background-color: #f8dc29;
    border-radius: 20px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    color: #131;
    font-size: 18px;
    margin: 0 10px;

}

.public-title-a>.a1:hover {
    display: block;
    width: 135px;
    height: 34px;
    background-color: #f30b3f;
    border-radius: 20px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 18px;
    margin: 0 10px;
}

.public-title {
    padding: 20px 0 130px 0;
    margin: 0 auto;
}

.rectangle {
    width: 37%;
    height: 42px;
    border: 2px solid #f30b3f;
    margin: 0 auto;
    position: relative;
}

.public-title-text {
    text-align: center;
    z-index: 9;
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 18px;
    top: 0px;
}

.news-content {
    transition: all .8s;
}

.no-rectangle {
    width: 85%;
    height: 35px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 21px;
    left: 0;
    margin: auto;
}

.public-title-text>span {
    font-size: 36px;
    color: #333;
}

.public-title-text>span>span {
    font-size: 28px;
    color: #f30b3f;
}











.page-right .swiper-wrapper .swiper-slide {
    width: 210px !important;
    height: 145px;
    margin-bottom: 26px;
    margin-left: 2%;
}

.page-right .swiper-wrapper img {
    max-width: 100%;
}

.page-right .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.page-right-aaa {
    display: none;
}


.clip-img {
    position: relative;
    left: 20px;
}

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

.news-contact-title-span {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    position: relative;
}

.news-contact-title-span>div {
    width: 97%;
    height: 2px;
    background-color: #eeeeee;
    position: absolute;
    top: 96%;
    z-index: -1;
}

.news-contact-title-span .s1 {
    color: #000;
    font-size: 24px;
    border-bottom: 2px solid #dd0300;
    padding-bottom: 15px;
}

.news {
    width: 49%;
}

.news-contact-title>div:nth-child(1) {
    width: 5px;
    height: 29px;
    background-color: #e1211e;
    position: absolute;
    left: 0;
    top: 0px;
}

.news-contact-title>div:nth-child(2) {
    width: 5px;
    height: 19px;
    background-color: #009df4;
    position: absolute;
    left: 10px;
    top: 10px;
}

.news-contact-title {
    position: relative;
}

.news-contact {
    padding: 45px 0 0px 0;
}


.news-contact-title-span>span:nth-child(2) {
    color: #000;
    font-size: 24px;
    border-bottom: 2px solid #dd0300;
    padding-bottom: 15px;
}

.news-contact-title-span>span:nth-child(3) {
    color: #555555;
    font-size: 14px;
	line-height:53px;
}

.news-content:hover {
    box-shadow: 3px 0px 2px #ccc;
}

.news-content-img {
    padding-top: 41%;
}

.news-content {
    margin-top: 35px;
}

.news-content ul {
    margin-top: 23px;
}

.news-content ul li a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #959595;
    padding: 0 10px 10px 10px;

}


.news-content ul li a>span:nth-child(1) {
    font-size: 16px;
    color: #1b1b1b;
    overflow: hidden;
}

.news-content ul li a>span:nth-child(2) {
    color: #1b1b1b;
    font-size: 14px;
}

.news-content ul li {
    margin-bottom: 15px;
}

.contact-span>span {
    color: #000;
    font-size: 18px;
}

.contact-padding {
    padding: 0 10px;
}

.contact-p>p {
    color: #1b1b1b;
    font-size: 14px;
    line-height: 30px;
}

.contact-p>p>span {
    margin-left: 43px;
}

.contact-p-box {
    display: flex;
    justify-content: space-between;
}

.contact-span {
    margin-top: 15px;
    border-bottom: 1px dashed #959595;
    padding-bottom: 15px;
}

.contact-p-box {
    margin-top: 20px;
}

.page-righ-p {
    margin-top: 20px;
    color: #333;
    line-height: 30px;
	font-size:14px;
}

.news-ul {
    display: block;
    padding: 0.2rem 0;
}

.news-ul li {
    width: 100%;
    margin-bottom: 0.2rem;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 0.15rem;
}

.news-ul li a {
    display: flex;
    color: #333;
}

.news-ul li a .pic {
    width: 2rem;
    position: relative;
    overflow: hidden;
}

.news-ul li a .pic:before {
    padding-top: 71%;
    display: block;
    content: "";
}

.news-ul li a .txt {
    width: calc(100% - 2rem);
    padding: 0 0.1rem 0 0.2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}

.news-ul li a .txt .txt-bt {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-ul li a .txt .txt-bt .t1 {
    font-size: 18px;
    font-weight: bold;
}

.news-ul li a .txt .txt-bt .t2 {
    font-size: 12px;
}

.news-ul li a .txt .txt-nr {
    line-height: 22px;
    font-size: 0.14rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}

.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 {
    display: block;
    padding: 0.2rem 0;
}

.news-ul li {
    width: 100%;

    padding: 0.15rem;
    margin-bottom: 35px;
}

.news-ul li a {
    display: flex;
    color: #333;
}

.news-ul li a .pic {
    width: 33%;
    position: relative;
    overflow: hidden;
}

.news-ul li a .pic:before {
    padding-top: 71%;
    display: block;
    content: "";
}

.news-ul li a .txt {
    width: calc(100% - 2rem);
    padding: 0 0.1rem 0 0.2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    background-color: #f6f6f6;
    padding: 27px;
}

.news-ul li a .txt .txt-bt {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-ul li a .txt .txt-bt .t1 {
    font-size: 18px;
    color: #222222;
}

.news-ul li a .txt .txt-bt .t2 {
    font-size: 12px;
}

.news-ul li a .txt .txt-nr {
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    color: #7f7f7f;
}

.news-left-text>a:hover {
    background-color: #fcb715;
}

.news-ul li a h5 {
    width: 100%;
    text-align: right;
}

.news-ul li a h5 span {
    display: inline-block;
    width: 35px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #f30b3f;
    text-align: center;
    transition: 0.5s;
    border-radius: 5px;
}



.news-ul li {
    transition: all .8s;
}

.news-ul li:hover .img_cover {
    transform: scale(1.1);
}

.news-ul li .img_cover {
    transition: all .8s;
}

.news-ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}

.news-ul li:hover .txt-bt .t1 {
    color: #0a5ba8;
}

.news-ul li:hover h5 span {
    background: #fcb715;
    color: #fff;
}

.pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}



.pic .img_cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.news-ul {
    margin-top: 20px;
}


.contact-bottom-right {
    width: calc(100% - 280px);
}

.contact-bottom-right form {
    width: 75%;
    margin: 2% auto;
    display: block;
}



.contact-bottom-rightp2 {
    margin-top: 30px;
    line-height: 32px;
    color: #333;
    font-size: 16px;
}



footer {
    background-color: #333;
}

.footer-nav ul li a {
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.footer-nav {
    max-width: 660px;
    margin: 0 auto;
}

.footer-nav ul {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    padding: 45px 0 20px 0;
}

.footer-content {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.footer-content-left img {
    width: 80px;
    height: 66px;
}

.footer-content-right img {
    max-width: 100%;
}

.footer-content-middle {
    color: rgb(238, 238, 238);
    max-width: 300px;
}

.footer-content-left {
    width: 45%;
}

.footer-content-left>form>input {
    width: 48%;
    height: 41px;
}

.footer-content-left>form>.footer-content-left-int3 {
    margin-top: 16px;
    width: 99%;
    height: 75px;
}

.footer-content-left-int2 {
    margin-left: 13px;
}

.footer-content-left>form>input {
    text-indent: 6px;
}

.footer-content-left>form>textarea {
    text-indent: 6px;
}

.footer-content-left>form>.button {
    width: 234px;
    height: 41px;
    background-color: #ffcc00;
    border: none;
    outline: none;
    margin-top: 16px;
    cursor: pointer;
}

.footer-content-middle>span {
    font-size: 20px;
    color: #fff;
}

.footer-content-middle>p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.footer-content-right {
    display: flex;
    justify-content: space-between;
    width: 16%;
}

.footer-content-right-img1 {
    text-align: center;
}

.footer-content-right-img2 {
    text-align: center;
}

.footer-content-right-img1>p {
    color: #fff;
    margin-top: 5px;
}

.footer-content-right-img2>p {
    color: #fff;
    margin-top: 5px;
}

.footer-nav ul li {
    border-right: 1px solid #fff;
    padding: 0 4px;
    width: 14.28%;
    text-align: center
}

.footer-nav ul .footer-li-none {
    border: none;
}

.footer-buttom {
    background-color: #f30b3f;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    padding: 20px 0;
}

.footer-buttom a {
    color: #FFFFFF
}

.footer-phone form {
    display: none;
}



@media (max-width:1200px) {

    .content,
    .container,
    .footer-content,
    .content-two {
        max-width: 96%;
    }






}

@media (max-width:1143px) {
    .top-nav-right-middle {
        display: none;
    }

    .top-nav-left>div {
        display: none;
    }
	
	 .foot-box dl{padding:0 1%;}
    .foot-box dl:nth-child(1){width: 250px;}
	
}


@media (max-width:769px) {
    header {
        display: none;
    }
	.title2{ 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%;
    }

    .foot-box{padding:14px 20px;}
    .foot-box dl{padding:0 1%;}
    .foot-box dl:nth-child(1){width: 250px;}
    .foot-box dl dt{margin:0;}
    .foot-box dl dd{opacity: 1;}

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }

    .mobile-footer {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        margin-top: 20px;
        z-index: 999;
    }

    .mobile-footer {
        display: block;
    }


    .public-title {
        padding: 20px 0 60px 0;
        margin: 0 auto;
    }

    .page-left-img {
        display: none;
    }

    .certificate {
        padding: 0;
    }

    .introduce-right {
        border: none;
    }

    .no-rectangle {
        height: 21px;
    }

    .public-title-a {
        margin-top: 30px;
    }

    .page-left {
        width: 100%;
		padding-top:20px;
    }

    .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: 20px 0;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .pro-ul li:nth-child(9) {
        display: none;
    }

    .page-pro ul li {
        padding: 1px 0;
    }




    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .page {
        padding: 0 10px;
    }

    .contact-p>p>span {
        margin-left: 5px;
    }



    .page-right .swiper-wrapper .swiper-slide {
        width: 47% !important;
        margin: 1.5%;
    }



    .page-title {
        display: none;
    }


    .pro-title {
        position: relative;
        padding: 5px 0px;
    }

    .page-pro ul li {
        line-height: 40px;
    }

    .pro-title .t1 {
        display: flex;
        justify-content: center;
        max-width: 100%;
        padding: 5px 10px;
    }



    .pro-title .t2 {
        display: none;
    }

    .pro-title-t2-span1 {
        display: block;
    }


    .page-pro ul {
        display: none;
    }

    .introduce-left {
        width: 100%;
    }

    .introduce-right {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-top: 20px;
    }

    .introduce-right>span {
        font-size: 16px;
        text-align: center;
        font-weight: bold;
    }

    .introduce-right-p>p {
        font-size: 14px;
        line-height: 32px;
    }


    .introduce-right-p {
        margin-top: 20px;
        text-align: left;

    }

    .introduce-right-p>a {
        margin: 20px auto;
    }

    .introduce {
        padding: 0;
    }



    .news {
        width: 100%;
    }

    .news2 {
        margin-top: 20px;
    }

    .introduce-title {
        text-align: center;
        padding: 20px 0 0 0;
    }

    .title {
        padding: 0;
		display:none;
    }

    .search {
        display: none;
    }

    .contact-img {
        display: none;
    }


    .news-contact-title-span>span:nth-child(1) {
        color: #000;
        font-size: 18px;
        border-bottom: 2px solid #dd0300;
        padding-bottom: 10px;
    }


    .page-right {
        margin-top: 20px;
    }

    .page-right-aaa {
        display: block;
        width: 93px;
        height: 28px;
        background-color: #f30b3f;
        border-radius: 20px;
        text-align: center;
        line-height: 28px;
        color: #fff !important;
        font-size: 12px;
        margin: 20px auto;
    }

    .certificate-img {
        margin-top: 58px;
    }

    .public-title-text>span>span {
        font-size: 20px;
        display: block;
    }

    .public-title-text>span {
        font-size: 20px;
    }



    .page-left-img {
        padding-top: 59%;
    }


    .news-content {
        box-shadow: 0px 0px 0px;
    }

    .contact-bottom-left {
        width: 100%;
    }

    .contact-bottom-left {
        width: 100%;
    }

    .contact-bottom-left {
        width: 100%;
        height: 250px;
    }

    .contact-bottom-right {
        width: 100%;
        margin-top: 20px;
    }

    .contact-bottom-right form {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .news-ul li {
        padding: 1.5%;
    }

    .news-ul li a .pic {
        width: 130px;
    }

    .news-ul li a .txt {
        padding: 0 0 0 10px;
        width: calc(100% - 130px);
    }

    .news-ul li a .txt .txt-bt .t1 {
        font-size: 15px;
    }


    .news-contact {
        padding: 0;
    }

    .news {
        padding: 0;
    }

    .news-contact {
        margin-top: 30px;
    }


    .rectangle {
        width: 50%;
        height: 42px;
        border: none;
        margin: 0 auto;
        position: relative;
    }

    .no-rectangle {
        display: none;
    }

    .pro-ul li .txt {
        color: #fff;
        font-size: 14px;
        /* padding: 12px 0; */
        background-color: #cdcdcd;
        transition: all .8s;
        padding: 0;
        line-height: 34px;

    }

    .page {
        margin: 0;
    }

    .introduce-flex {
        margin-top: 20px;
    }

    .pro-title .t1 {
        font-size: 18px;
    }

    .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 36px 70px 36px;
        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 {
        background-color: #333;
		padding-bottom:70px;
    }

    .footer-phone form input {
        border: 1px solid #dcdcdc;
    }
}

.product-show{padding:20px 0 ;}
.product-show .t1{font-size:20px;color:#333;text-align: center;line-height:40px;}
.product-show .t3{ width:100%; text-align:center}
.product-show .t3 img{display:block;max-width:100%;margin:15px auto; max-height:700px;}
.product-show .t2{font-size:14px;color:#666; line-height:28px;}
.product-show .t2 img{max-width:100%  !important; height:auto !important;}
.product-show .t2 table{ width:100% !important; height:auto !important;}
.product-show .t2 table td{ width:auto !important; height:auto !important; border:1px solid #eee}


.news-show { width:100%; text-align:center;padding:0.2rem 0;}
.news-show img {  display:block; max-width:100%; margin:2% auto;}
.news-show .txt-bt {  display:block ;line-height:42px; font-size:18px; color:#333;font-weight:bold;text-align:center; }
.news-show .txt-nr {  display:block;line-height:30px; font-size:14px; color:#444; text-align:left;}
.news-show .txt-date {  display:block;line-height:35px; font-size:12px; color:#999; margin-top:2%; text-align:right;}


.dbbox {
    width: 100%;
    text-align: center
}

.dbbox img {
    max-width: 140px;
    margin: 10px auto;
}

.dbbox {
    position: fixed;
    left: 0;
    bottom: 70px;
    z-index: 99;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.dbbox .dbs {
    position: relative;
    padding: 0 15px;
    display: none;
}

.dbbox .dbs .neirong {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.dbbox .dbs.ewm-box {
    text-align: center;
}

.dbbox .dbs.ewm-box:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    z-index: 1;
    width: 25%;
    height: 6px;
    background: url(../images/dbtc_jt.png) no-repeat center;
}

.dbbox .dbs.fenxiang-box:after {
    content: "";
    position: absolute;
    left: 75%;
    bottom: -6px;
    z-index: 1;
    width: 25%;
    height: 6px;
    background: url(../images/dbtc_jt.png) no-repeat center;
}

.dbbox .dbs.ewm-box img {
    max-width: 140px;
}

.sss img{ max-width:100% !important; height:auto !important;}