* {
    margin: 0;
    padding: 0;
}

body,
ul,
ol,
li,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option,
input {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}



a {
    text-decoration: none !important;
}

input,
textarea {
    outline: none;
}

video {
    width: 100%;
}

.sss p {
    padding: 0px !important;
    margin: 0px !important;
}

.sss table {}

.sss table tr td {
    border-bottom: 1px dotted #CCCCCC !important;
}


.menu-nav {
    transition: all .3s;
}

.border-none {
    border: none;
}

.block {
    display: block;
}

.none {
    display: none;
}

.xs-show {
    display: none !important;
}

.no-margin {
    margin: 0;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.cor-md-1 {
    width: 100%;
}

.cor-md-2 {
    width: 47%;
    margin: 1.5%;
}

.cor-md-3 {
    width: 30.333333%;
    margin: 1.5%;
}

.cor-md-4 {
    width: 22%;
    margin: 1.5%;
}

.cor-md-5 {
    width: 17%;
    margin: 1.5%;
}

.cor-md-6 {
    width: 13.666666%;
    margin: 1.5%;
}

.md-pa-20 {
    padding: 20px 0;
}

.md-ma-20 {
    margin: 20px 0;
}

.md-pa-to-20 {
    padding-top: 20px;
}

.md-pa-bo-20 {
    padding-bottom: 20px;

}

.md-ma-to-20 {
    margin-top: 20px;
}

.md-ma-bo-20 {
    margin-bottom: 20px;

}

.md-pa-to-50 {
    padding-top: 50px;
}

.md-pa-bo-50 {
    padding-bottom: 50px;

}

.md-ma-to-50 {
    margin-top: 50px;
}

.md-ma-bo-50 {
    margin-bottom: 50px;

}

.flex {
    display: flex;
    flex-wrap: wrap;

}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;

}

.align-items-start {
    align-items: flex-start;

}

.align-items-end {
    align-items: flex-end;

}

.align-items-baseline {
    align-items: baseline;

}

.align-items-stretch {
    align-items: stretch;

}

.no-wrap {
    flex-wrap: nowrap;

}

.text-indent {
    text-indent: 2em;
}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.enlarge,
.shadow,
.up,
.rotate {
    transition: all .8s !important;
}

.enlarge:hover {
    transform: scale(1.1);
}


.up:hover {
    transform: translateY(-10px);
}


.shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;

}

ul li:hover .rotate {
    transform: rotateY(360deg);
}


.img-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100%
}


.img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

img {
    max-width: 100%;
}

ul li {
    list-style-type: none;
}

header {
    width: 100%;
    transition: top .3s;
    position: relative;
    z-index: 999;
    box-shadow: 0 0 20px #eaefef;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;
    width: 61%;
}

header .wrap {
    position: relative;
}

header .wrap>form input {
    line-height: 32px;
    border: none;
}

header .wrap>form {
    background-color: rgba(0, 0, 0, .4);
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: -40%;
    display: none;
    z-index: 11;
}

header .wrap>form .int1 {
    width: 220px;
    background-color: #dfdfdf;
    padding-left: 10px;
}

header .wrap>form .int2 {
    width: 55px;
    background-color: #c20a12;
    color: #fff;
}

header .tb {
    width: 10%;
}

header .logo {
    width: 29%;
}

header .qr {
    position: absolute;
    right: 14%;
    top: 100%;
    display: none;
    width: 139px;
    height: 139px;
}

.hover-ul {
    display: none;
}


.big-banner {
    position: relative;
}

.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 ul {
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: -20.5%;
    transform: translate(-50%, 0);
    z-index: 1111;
}

.big-banner ul li a .left .img-box {
    padding-top: 134.6%;
}

.big-banner ul .li a .left .img-box {
    padding-top: 71.1%;
}

.big-banner ul li a .left {
    width: 40%;
    box-shadow: 0 0 18px #e1e1e1;
    padding: 27px 19px;
}



.big-banner ul li {
    width: 19%;
}

.big-banner ul li a .right {
    width: 60%;
    padding: 9px 0;
    padding-left: 22px;
    transition: all .6s;
}

.big-banner ul li a .right .frame {
    width: 55px;
    line-height: 15px;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 20px;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    margin-top: 12px;
    background-color: #fff;
}

.big-banner ul li a .right .txt span {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 22px;
    transition: all .6s;
}

.big-banner ul li a .right .txt p {
    line-height: 13px;
    font-size: 12px;
    color: #555555;
    font-family: "Aparajita";
    text-transform: uppercase;
    transition: all .6s;
}

.big-banner ul li a {
    background-color: #fff;
    border: 1px solid #e0dddd;
    transition: all .6s;
}

.big-banner ul li a:hover .right {
    background: url(../images/index3_03.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.big-banner ul li a:hover {
    border: 1px solid #d60a0b;
}

.big-banner ul li a:hover .right .txt span {
    color: #fff;
}

.big-banner ul li a:hover .right .txt p {
    color: #fff;
}






.header-flex {
    max-width: 1200px;
    margin: 0 auto;
}

.header-img {
    width: 30%;
}




.list-unstyled>li {
    width: calc(100%/8);
    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 {
    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;
    line-height: 32px;
    width: 100%;
    display: block;
}

.hover-ul>li>a:hover {
    background-color: #c20a12;
    color: #fff !important;
}

.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: #c20a12;
    font-size: 20px;
    font-weight: bold;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 35%;
    text-align: center;
    z-index: 9999999;
}

.phone-ul li {
    width: 100%;
    background-color: #ffff;
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;
    opacity: .83;
    filter: alpha(opacity=83);
    /* IE */
    -moz-opacity: 0.83;
    /* 老版Mozilla */
    -khtml-opacity: 0.83;
    /* 老版Safari */
}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    width: 100%;
}

.phone-ul li:hover {
    background-color: #c20a12;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #c20a12;
}

.banner1 {
    padding-top: 30.2%;
}

.banner1-img {
    background: url(images/文字1.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.banner .swiper-pagination span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}


.hot {
    width: 100%;
    height: 58px;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: solid 2px #fff;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 8px 0;
}

.hot>.qr-box {
    position: fixed;
    left: 50%;
    bottom: 7%;
    transform: translate(-50%, 0);
    width: 95%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    display: none;
    box-shadow: 0 0 5px #666;

}

.hot>.qr-box .qr-img {
    width: 120px;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}

.list-unstyled>li>a {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 120px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
}

.list-unstyled>li>a::before {
    display: block;
    content: "";
    height: 10%;
    width: 2px;
    background-color: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.list-unstyled>li:nth-child(8)>a::before {
    display: none;
}

.list-unstyled>li::after {
    width: 100%;
    display: block;
    content: "";
    height: 4px;
    background-color: #c20a12;
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
}

.list-unstyled>li::before {
    width: 100%;
    display: block;
    content: "";
    height: 4px;
    background-color: #1d223f;
    width: 22%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    z-index: 11;
}

.list-unstyled>li:hover::after {
    display: block;
}

.list-unstyled>li:hover::before {
    display: block;
}

.product {
    background-color: #f4f6fc;
    /*padding-top: 3%;*/
    padding-top: 100px;
}

.public-title {
    text-align: center;
    padding: 55px 0 40px 0;
}

.public-title .p1 {
    font-size: 31px;
    color: #000000;
    line-height: 49px;
}

.public-title .p1 span {
    color: #c20a12;
}

.public-title .p2 {
    line-height: 26px;
    font-size: 13px;
    color: #555555;
    position: relative;
}

.public-title .p2::after {
    display: block;
    content: "";
    width: 169px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 18.5%;
    top: 50%;
    transform: translate(0, -50%);
}

.public-title .p2::before {
    display: block;
    content: "";
    width: 169px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 18.5%;
    top: 50%;
    transform: translate(0, -50%);
}

.product ul li {
    width: calc(100%/8);
    position: relative;

}

.product ul li::before {
    display: block;
    content: "";
    height: 23%;
    width: 2px;
    background-color: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.product-fenye ul li::before {
    display: none;
}

.product ul li:nth-child(5)::before {
    display: none;
}

.product ul {
    padding: 2px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.product ul li a {
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #000;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product ul li a:hover {
    background-color: #c20a12;
    color: #fff;
}

.product ul li a.act {
    background-color: #c20a12;
    color: #fff;
}

.product .banner2 .swiper-slide a {
    display: block;
    overflow: hidden;
    background-color: #fff;
    padding: 19px;
    border: 1px solid #ededed;
    transition: all .6s;
}

.product .banner2 .swiper-slide a .img-box {
    padding-top: 78%;
}

.product .banner2 .swiper-slide a .frame1 {
    margin-top: 20px;
}

.product .banner2 .swiper-slide a .frame1 .txt1 {
    width: 58%;
}

.product .banner2 .swiper-slide a .frame1 .txt1 span {
    line-height: 24px;
    font-size: 15px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product .banner2 .swiper-slide a .frame1 .txt1 p {
    line-height: 13px;
    font-size: 15px;
    color: #999999;
    font-family: "Aparajita";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.product .banner2 .swiper-slide a .frame1 .txt2 {
    width: 66px;
    line-height: 30px;
    text-align: center;
    background-color: #d9d9d9;
    font-size: 14px;
    color: #ffffff;
    transition: all .6s;
    background-color: #fff;
    border: 1px solid #888;
    color: #888;
    transition: all .6s;
}

.product .banner2 .swiper-slide a:hover .frame1 .txt2 {
    color: #fff;
}

.product .banner2 .swiper-slide a .frame1 .txt2 img {
    margin-left: 6px;
    margin-top: -3%;
}

.product .banner2 .swiper-slide a .frame .txt span {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product .banner2 .swiper-slide a .frame .txt p {
    font-size: 10px;
    text-transform: uppercase;
    color: #999999;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product .banner2 .swiper-slide a .frame .txt2 {
    line-height: 38px;
    border: 2px solid #fff;
    width: 75%;
    margin: 0 auto;
    margin-top: 23px;
    padding: 0 15px;
    text-align: left;
}

.product .banner2 .swiper-slide a .frame .txt2 .s1 {
    font-size: 12px;
    color: #ffffff;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product .banner2 .swiper-slide a .frame .txt2 .s2 {
    font-size: 14px;
    color: #ffffff;
    font-family: "微软雅黑";
    font-weight: 1000;
}

.product .banner2 .swiper-slide a .frame-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    transition: all .6s;
}

.product .banner2 .swiper-slide a:hover .frame-box {
    left: 0;
}

.product .banner2 .swiper-slide a .frame {
    position: relative;
    width: 100%;
    height: 100%;
}

.product .banner2 .swiper-slide a .frame .txt-box {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product .banner2 .swiper-slide a:hover {
    border: 1px solid #c20a12;
}

.product .banner2 .swiper-slide a:hover .frame1 .txt2 {
    background-color: #c20a12;
}

.product .banner2 {
    margin-top: 38px;
}

.product-fenye .banner2 {
    margin: 0;
}

.product {
    padding-bottom: 75px;
}


.about_m {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_l {
    width: 530px;
    border: 1px solid #e5e5e5;
    padding: 25px;
    background-color: #FFFFFF;
}

.about_limg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70%;
}

.about_r {
    width: calc(100% - 530px);
    padding: 50px 35px 20px;
    background-color: #FFFFFF;
    margin: 20px 0;
}

.about_rtb {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.about_rtg {
    width: 25px;
    height: 2px;
    background-color: #c20a12;
    margin: 15px 0;
}

.about_rtp {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #353535;
    overflow: hidden;
    height: 140px;
    line-height: 28px;
}

.about_rtbtn {
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: arial;
    margin-top: 30px;
}

.about_rtbtn a {
    color: #999999;
}

.about_rtbtn:hover {
    border-color: #c20a12;
}

.about_rtbtn:hover a {
    color: #c20a12;
}

.about {
    padding-bottom: 75px;
}

.case-left {
    width: 18.2%;
}

.case-left ul li a span {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    border-left: 3px solid #c20a12;
    padding-left: 10px;
    transition: all .6s;
}

.case-left ul li a p {
    line-height: 19px;
    font-size: 14px;
    color: #999999;
    font-family: "Aparajita";
    text-transform: uppercase;
    transition: all .6s;
}

.case-left ul li a {
    display: block;
    padding: 23px 0;
    border: 1px solid #e9e9e9;
    padding-left: 25px;
    transition: all .6s;
}

.case-left ul li a:hover {
    background-color: #c20a12;
}

.case-left ul li a:hover span {
    color: #fff;
    border-left: 3px solid #fffc00;
}

.case-left ul li a:hover p {
    color: #fff;
}

.case-left ul li {
    margin-bottom: 2px;
}

.case-middle .txt>p {
    font-size: 25px;
    color: #000;
    margin-top: 20px;
}

.case-middle .txt .txtp {
    font-size: 14px;
    color: #555555;
    line-height: 24px;
    margin-top: 30px;
}

.case-middle .txt1 span {
    font-size: 12px;
    color: #000;
    line-height: 18px;
}

.case-middle .txt1 {
    margin-left: 10px;
}

.case-middle .txt1-box {
    margin-top: 30px;
}

.case-middle .txt-box {
    display: none;
}

.case-middle .block {
    display: block;
}

.case-middle .txt1 p {
    line-height: 29px;
    font-size: 27px;
    color: #c20a12;
}

.case-right {
    width: 43.8%;
}

.case-right .img-box {
    padding-top: 78.3%;
    display: none;
}

.case-right .block {
    display: block;
}

.case-box {
    border: 1px solid #e9e9e9;
    padding-right: 42px;
    box-shadow: 0 0 15px #e9e9e9;
}


.case {
    padding-bottom: 75px;
}







/* 产品轮播 */


.certificate {
    padding-bottom: 65px;
}

.certificate .banner2 a .img-box {
    padding-top: 138%;
}

.certificate .banner3 {
    position: relative;
}





.certificate .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #c20a12;
    position: absolute;
    left: -5%;
    background: url(../images/index-09038_03.png) no-repeat center center, #c20a12;
    outline: none;
}

.certificate .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 50px;
    height: 50px;
    background-color: #c20a12;
    background: url(../images/index-09039_03.png) no-repeat center center, #c20a12;
    outline: none;
}

.certificate {
    background-color: #f2f5fc;
}

.certificate .banner3 .swiper-slide a {
    display: block;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

.certificate .banner3 .swiper-slide .img-box {
    padding-top: 41.56%;
}

.certificate .banner3 .swiper-slide p {
    text-align: center;
    padding: 0 5px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.certificate-fenye ul li {
    width: 18%;
    margin: 1%;
}

/*  */

.news-title p {
    font-size: 25px;
    color: #c20a12;
    font-weight: 1000;
    border-left: 5px solid #c20a12;
    padding-left: 12px;
}

.news-title p b {
    color: #252525;
}

.news-title p span {
    font-size: 12px;
    color: #7a7a7a;
    font-weight: 800;
    text-transform: uppercase;
}

.news-title a {
    width: 55px;
    line-height: 21px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    color: #555555;
    transition: all .6s;
}

.news-title a:hover {
    box-shadow:
        2px 2px 10px #fff,
        5px 5px 10px #c20a12;
}

.news-left {
    width: 34.6%;
}

.news-title {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 22px;
}

.news-ul li {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px dashed #d8d8d8;
    background-color: #fff;
    padding: 2px;
    padding-bottom: 20px;

}

.news-ul {
    margin-top: 23px;
}

.news-ul li a {
    display: flex;
    color: #333;
    transition: all .8s;
}

.news-ul li a .txt {
    width: calc(100% - 167px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0 20px;
}

.news-ul li a .txt .txt-bt {
    position: relative;
    width: 100%;
}

.news-ul li a .txt .txt-bt .t1 {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}

.news-ul li a .txt .txt-bt .t2 {
    font-size: 12px;
    color: #999999;
    line-height: 22px;
}

.news-ul li a .txt .txt-nr {
    line-height: 22px;
    font-size: 13px;
    color: #666666;
    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:hover .img_cover {
    transform: scale(1.1);
}

.news-ul li a:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}

.news-ul li:hover a .txt-bt .t1 {
    color: #c20a12;
}



.news-ul .img_cover {
    padding-top: 72%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 167px;
    position: relative;
    overflow: hidden;
}

.news-middle {
    width: 31%;
}

.news-middle-box .img-box {
    padding-top: 30%;
}

.news-middle-box {
    margin-top: 23px;
}

.news-middle-box ul {
    margin-top: 10px;
}

.news-middle-box ul li a .s1 {
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #000000;
}

.news-middle-box ul li {
    line-height: 44px;
    border-bottom: 1px dashed #d9d9d9;
}

.news-middle-box ul li a .s2 {
    font-size: 12px;
    color: #999999;
}

.news-middle-box ul li a {
    position: relative;
}

.news-middle-box ul li a::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c20a12;
    position: absolute;
    left: 0;
    bottom: 22%;
    display: none;
}

.news-middle-box ul li a:hover::before {
    display: block;
}

.news-middle-box ul li a:hover .s1 {
    color: #c20a12;
}

.news-middle-box ul li a:hover .s2 {
    color: #c20a12;
}

.news-right {
    width: 31%;
}

.news-right ul li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #000000;
    line-height: 23px;
    transition: all .6s;
}

.news-right ul li a p {
    line-height: 22px;
    font-size: 12px;
    color: #999999;
    transition: all .6s;
}

.news-right ul li a {
    display: block;
    padding: 12px;
    /* background-color: #f2f2f2;*/
    transition: all .6s;
}

.news-right ul li {
    margin-bottom: 9px;
}

.news-right ul {
    margin-top: 23px;
}

.news-right ul li a:hover span {
    color: #fff;
}

.news-right ul li a:hover p {
    color: #fff;
}

.news-right ul li a:hover {
    background-color: #c20a12;
}

.news {
    padding-bottom: 65px;
}

.fenye-title {
    line-height: 70px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eeeeee;
}

.fenye-title .left a {
    display: block;
    width: 170px;
    text-align: center;
    font-size: 23px;
    color: #fff;
}

.fenye-title .right ul li {
    width: 136px;
    position: relative;
}

.fenye-title .right ul li .img1 {
    position: absolute;
    left: 50%;
    bottom: -6%;
    transform: translate(-50%, 0);
    display: none;
}

.fenye-title .right ul li:hover .img1 {
    display: block;
}

.fenye-title .right ul li::before {
    display: block;
    content: "";
    width: 58%;
    height: 3px;
    background-color: #c20a12;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    display: none;
}

.fenye-title .right ul li:hover::before {
    display: block;
}

.fenye-title .right ul .li-block::before {
    display: block;
}

.fenye-title .right ul .li-block .img1 {
    display: block;
}

.fenye-title .right ul li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000000;
    position: relative;
}

.fenye-title .right>ul>li>a::before {
    display: block;
    content: "";
    width: 2px;
    height: 10px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}


.fenye-title .right ul li:last-child a::before {
    display: none;
}

.product-bai {
    background-color: #fff;
    padding-top: 0%;
}


.news-ul1 li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 2px;
    transition: all .8s;
}

.news-ul1 li a {
    display: flex;
    color: #333;
}

.news-ul1 li a .txt {
    width: calc(100% - 230px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0 20px;
}

.news-ul1 li a .txt .txt-bt {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-ul1 li a .txt .txt-bt .t1 {
    font-size: 18px;
    font-weight: bold;
}

.news-ul1 li a .txt .txt-bt .t2 {
    font-size: 12px;
}

.news-ul1 li a .txt .txt-nr {
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
    color: #333333;
}

.news-ul1 li a h5 {
    width: 100%;
}

.news-ul1 li a h5 span {
    display: inline-block;
    width: 100px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    transition: 0.5s;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
}

.news-ul1 li a:hover h5 span {
    background-color: #c20a12;
    color: #fff;
}

.news-ul1 li a.act h5 span {
    background-color: #c20a12;
    color: #fff;
}

.news-ul1 li:hover .img_cover {
    transform: scale(1.1);
}

.news-ul1 li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}

.news-ul1 li:hover a .txt-bt .t1 {
    color: #c20a12;
}

.news-ul li:hover h5 span {
    background: #c20a12;
    color: #fff;
}

.news-ul1 .img_cover {
    padding-top: 73.4%;
    transition: all .8s;
}

.news-ul1 li a .pic {
    width: 230px;
    position: relative;
    overflow: hidden;
}

.news-ul1 {
    margin-top: 30px;
}

.news-ul1 {
    padding-bottom: 50px;
}

.news-ul1 li {
    box-shadow: 0 0 18px #eee;
}

.news-show {
    width: 100%;
}

.news-show .txt-bt {
    font-size: 22px;
    color: #333;
    text-align: center;
    padding: 30px 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;
    width: 100%;
}

.news-show .txt-nr1 {
    line-height: 28px;
    font-size: 13px;
    color: #333;
    padding: 10px 0;
    width: 100%;
}

.news-show .txt-nr p {
    background: #f3f2f3;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 20px 0px;
}

.news-show .txt-nr1 .mytext {
    background: #f3f2f3;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 20px 0px;
}

.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
}

.contact1-txt {
    line-height: 24px;
    font-size: 14px;
    font-family: "微软雅黑";
}


.contact1 .map {
    width: 100%;
    height: 350px;
    margin-top: 20px;
}

.contact1 {
    margin-top: 20px;
}

.contact1 {
    padding-bottom: 50px;
}

.news-show {
    padding: 10px 0 30px 0;
}

.product-fenye ul li {
    width: 22%;
    margin: 1.5%;
}

.product-fenye .fy-nav {
    padding: 0;
    border: none;
    margin-top: 20px;
}

.product-fenye .fy-nav li {
    width: 10%;
    margin: 1.5%;
    float: left;

}

.product-fenye ul {
    border: none;
}

.product-fenye .fy-nav li a {
    display: block;
    line-height: 30px;
    height: 30px;
    color: #333;
    background: #dfdfdf;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.huiding a {
    display: block;
    width: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #c20a12;
    ;
    font-size: 16px;
    color: #fff;
    position: fixed;
    right: 0;
    top: 63%;
    transform: translate(0, -50%);
    z-index: 9111111;
}

footer {
    background-color: #232323;
}



.footer-left .txt>span {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #373737;
    padding-bottom: 16px;
}

.footer-left .txt .txtp {
    font-size: 13px;
    color: #ffffff;
    line-height: 23px;
    margin-top: 16px;
}

.footer-left .txt .txtp p {
    /* font-weight: bold;*/
    font-size: 14px;
    color: #ffffff;
}

.footer-left {
    width: 27%;
}

.footer-middle .ul-box span {
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    position: relative;
    padding-bottom: 16px;
}

.footer-middle .ul-box span::before {
    display: block;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #444444;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-middle .ul-box ul {
    margin-top: 14px;
}

.footer-middle .ul-box ul li a {
    line-height: 29px;
    color: #9c9c9c;
    font-size: 12px;
    transition: all .6s;
}

.footer-middle .ul-box ul li a:hover {
    color: #c20a12;
}

.footer-middle {
    width: 49%;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    padding: 0 5%;
}

.footer-right-img {
    text-align: center;
}

.footer-right-img p {
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
}

footer>.wrap {
    padding: 45px 0;
}



.footer-buttom {
    border-top: 1px solid #333;
    margin: 0 auto;
    text-align: center;
    color: #9e9e9e;
    font-size: 12px;
}

.footer-buttom a {
    color: #9e9e9e;
}





@media (max-width:1200px) {

    .container,
    .footer-content,
    .wrap {
        max-width: 96% !important;
    }






}



@media (max-width:991px){

     .message_page .form_Box{width: 100%;}
}




@media (max-width:769px) {

.message_page .form_Box{width: 100%!important;}
    .hover-ul>li>a {

        line-height: 20px;

    }

    .fenye-title .right ul li a {

        font-size: 12px;

    }

    .fenye-title .right .myli li {
        width: 33%;
    }

    .fenye-title .right .hover-ul li {
        width: 136px;
    }

    header {
        display: none;
    }

    .xs-show {
        display: block !important;
    }

    .xs-hide {
        display: none !important;
    }

    .xs-pa-20 {
        padding: 20px 0 !important;
    }

    .xs-ma-20 {
        margin: 20px 0 !important;
    }

    .xs-pa-to-20 {
        padding-top: 20px !important;
    }

    .xs-pa-bo-20 {
        padding-bottom: 20px !important;

    }

    .xs-ma-to-20 {
        margin-top: 20px !important;
    }

    .xs-ma-bo-20 {
        margin-bottom: 20px !important;

    }

    .cor-xs-1 {
        width: 100% !important;
    }

    .cor-xs-2 {
        width: 47% !important;
        margin: 1.5% !important;
    }

    .cor-xs-3 {
        width: 30.333333% !important;
        margin: 1.5% !important;
    }

    .cor-xs-4 {
        width: 22% !important;
        margin: 1.5% !important;
    }

    .cor-xs-5 {
        width: 17% !important;
        margin: 1.5% !important;
    }

    .cor-xs-6 {
        width: 13.666666% !important;
        margin: 1.5% !important;
    }

    .top {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .banner .swiper-pagination span {
        display: none;
    }

    .big-banner .banner1-phone {
        display: block;
        padding-top: 52%;
    }

    .big-banner .banner1 {
        display: none;
    }

    .phone {
        display: block;
    }

    .phone img {
        max-width: 82%;
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }



    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }





    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img-text {
        display: none;
    }



    .page-left-img img {
        display: none;
    }



    .pro-title-phone-none {
        display: none;
    }

    .pro-ul {
        margin-top: 20px;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .pro-title .t1 {
        font-size: 16px;
    }

    .page-pro ul li {
        padding: 1px 0;
    }



    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .certificate {
        padding-bottom: 20px;
    }



    .public-title .p2::after {
        display: none;
    }

    .public-title .p2::before {
        display: none;
    }

    .public-title .p1 {
        font-size: 18px;
        color: #000000;
        line-height: 24px;
    }

    .public-title .p2 {
        line-height: 22px;
        font-size: 12px;
    }

    .public-title {
        text-align: center;
        padding: 20px 0;
    }

    .product ul li {
        width: calc(100%/3);
        position: relative;
    }

    .product ul li a {

        line-height: 36px;
        font-size: 12px;

    }


    .product .justify-content-center {
        justify-content: start;
    }

    .product .banner2 {
        margin-top: 16px;
    }

    .product-fenye .banner2 {
        margin-top: 3px;
    }

    .product .banner2 .swiper-slide a .frame-box {
        display: none;
    }

    .product .banner2 .swiper-slide a .frame1 .txt1 span {
        line-height: 22px;
        font-size: 13px;
        color: #000;

    }


    .product .banner2 .swiper-slide a .frame1 .txt1 p {
        line-height: 12px;
        font-size: 13px;
        color: #999999;
        font-family: "Aparajita";

    }

    .product .banner2 .swiper-slide a .frame1 {
        margin-top: 8px;
    }

    .product .banner2 .swiper-slide a {

        padding: 10px;

    }

    .product .banner2 .swiper-slide a {
        display: block;
        overflow: hidden;
        background-color: #fff;
        padding: 10px;
        border: 1px solid #ededed;
        transition: all .6s;
    }



    .about_r {
        width: 100%;
        padding: 16px;
        background-color: #FFFFFF;
        margin-top: 16px;
    }

    .about_rtb {
        font-size: 16px;
        color: #000000;
        font-weight: bold;
    }

    .about_rtg {
        width: 25px;
        height: 2px;
        background-color: #c20a12;
        margin: 6px 0;
    }


    .about_rtp {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        font-size: 14px;
        color: #353535;
        overflow: hidden;
        line-height: 23px;
        height: 250px;
    }




    .about_rtbtn {
        width: 60px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border: 1px solid #CCCCCC;
        border-radius: 10px;
        text-transform: uppercase;
        font-size: 12px;
        font-family: arial;
        margin: 0 auto;
        margin-top: 16px;
    }

    .about {
        padding-bottom: 0px;
    }

    .case-left {
        width: 100%;
    }

    .case-box {
        border: 1px solid #e9e9e9;
        padding: 16px;
        box-shadow: 0 0 15px #e9e9e9;
    }

    .case-middle {
        width: 100%;
        margin-top: 16px;
    }

    .case-middle .txt .txtp {
        font-size: 14px;
        color: #555555;
        line-height: 20px;
        margin-top: 10px;
    }

    .case-right {
        width: 100%;
        margin-top: 16px;
    }

    .case-middle .txt>p {
        font-size: 16px;
        color: #000;
        margin-top: 12px;
    }

    .case-middle .txt1-box {
        margin-top: 16px;
    }

    .case {
        padding-bottom: 20px;
    }

    .certificate .banner3 .swiper-slide p {
        text-align: center;
        padding: 0 5px;
        margin-top: 6px;

    }

    .news-left {
        width: 100%;
    }

    .news-right {
        width: 100%;
        margin-top: 16px;
    }

    .news-middle {
        width: 100%;
        margin-top: 16px;
    }

    .news-title p {
        font-size: 16px;
        color: #c20a12;
        font-weight: 1000;
        border-left: 3px solid #c20a12;
        padding-left: 7px;
    }

    .news-ul li a .pic {
        width: 120px;
        position: relative;
        overflow: hidden;
    }


    .news-ul li a .txt {
        width: calc(100% - 120px);
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
        padding: 0 20px;
    }

    .news-title {
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 10px;
    }

    .news-middle-box {
        margin-top: 10px;
    }

    .news-middle-box ul {
        margin-top: 6px;
    }

    .news-middle-box ul li {
        line-height: 39px;
        border-bottom: 1px dashed #d9d9d9;
    }

    .news-ul {
        margin-top: 10px;
    }

    .news-right ul {
        margin-top: 10px;
    }

    .news-ul li {
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px dashed #d8d8d8;
        background-color: #fff;
        padding: 2px;
        padding-bottom: 16px;
    }

    .news {
        padding-bottom: 20px;
    }

    .fenye-title {
        line-height: 40px;
        background-color: #f7f7f7;
        border-bottom: 1px solid #eeeeee;
    }

    .fenye-title .left a {
        display: block;
        width: 105px;
        text-align: center;
        font-size: 16px;
        color: #fff;
    }

    .fenye-title .right {
        width: 100%;
    }

    .fenye-title .right ul .myli {
        width: 33%;
        position: relative;
    }

    .fenye-title .hover-ul .myli {
        width: 33%;
        position: relative;
        z-index: 99999999;
    }


    .product {
        padding-bottom: 20px;
    }

    .news-ul1 li {
        padding: 1.5%;
        margin-bottom: 15px;
    }

    .news-ul1 li a .pic {
        width: 130px;
    }

    .news-ul1 li a .txt {
        padding: 0 0 0 10px;
        width: calc(100% - 130px);
    }

    .news-ul1 li a .txt .txt-bt .t1 {
        font-size: 15px;
    }



    .news-ul1 li a h5 span {
        display: none;
    }

    .news-ul1 li a .txt .txt-nr {
        font-size: 12px;
    }

    .news-ul1 {
        padding-bottom: 12px;
    }

    .news-show {
        padding: 10px 0;
    }

    .news-show .txt-bt {
        font-size: 18px;
        color: #333;
        text-align: center;
        padding: 13px 0 1px 0;
    }

    .contact1 .map {
        height: 250px;
    }

    .contact1 {
        padding-bottom: 20px;
    }

    .case-left ul li a {
        display: block;
        padding: 16px 0;
        border: 1px solid #e9e9e9;
        padding-left: 16px;
        transition: all .6s;
    }

    .product-fenye .fy-nav {
        margin-top: 10px;
    }

    .product .banner2 .swiper-slide a .frame1 .txt2 {
        width: 58px;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        transition: all .6s;
    }



    .footer-left {
        width: 100%;
    }

    .footer-middle {
        display: none;
    }

    .footer-right {
        display: none;
    }



    .footer-left .txt .txtp {
        font-size: 13px;
        color: #ffffff;
        line-height: 23px;
        margin-top: 5px;
    }

    .footer-left .txt>span {
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        display: block;
        padding-bottom: 3px;
    }

    footer>.wrap {
        padding: 20px 0;
    }









    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        padding: 20px 22px;
        font-size: 13px;
        text-align: center;
    }

    .footer-buttom a {
        font-size: 13px;
    }

    .footer-phone {
        background-color: #fff;
    }

    .footer-phone form {
        padding: 0 30px 0 30px;
    }

    .footer-phone form input {
        width: 100%;
        margin-bottom: 20px;
        height: 40px;
    }

    .footer-phone form .int2 {
        height: 80px;
    }

    .footer-phone form .int3 {
        background-color: #d9534f;
        color: #fff;
        border: none;
        outline: none;
    }

    .footer-phone form .int3:hover {
        background-color: #d43f3a;
    }


    .footer-phone form {
        display: block;
        border: 1px solid #fff;
    }

    .footer-phone-two {
        display: none;
    }

    .footer-phone form input {
        border: 1px solid #dcdcdc;
    }



}

.jlfanye {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.jlfanye a {
    padding: 5px 6px;
    border: solid 1px #dedede;
    float: none;
    display: inline-block;
    min-width: 8px;
    margin: 8px 2px;
    color: #999;
}

.jlfanye a:hover {
    color: #c41313;
}

.myleft {
    width: 36%;
    float: left;
    margin-right: 30px;
}

.myright {
    width: 60%;
    float: left;
}

.myright img {
    max-width: 100%;
    height: auto;
}


.mytitle {
    margin: 30px 0px 40px 0px;
    font-size: 22px;
}

.mytitle1 {
    margin: 20px 0px 20px 0px;
    font-size: 22px;
}

@media (max-width:769px) {

    .product {
        padding-top: 20px !important;
    }

    .myleft {
        width: 100%;
        float: left;
    }

    .myright {
        width: 100%;
        float: left;
    }

    .news-show .txt-nr p {
        background: #f3f2f3;
        display: block;
        height: auto !important;
        line-height: 30px;
        margin: 20px 0px;
    }
    .mymessage{width: 100%!important;}

}


.message_page{width: 100%; overflow: hidden;}
.message_page .form_Box{width: 70%; margin: 0 auto;}
.message_page .form_Box .item{margin-bottom: 15px;}
.message_page .form_Box .item .form_tit{font-size: 14px; color: #333333; font-weight: bold;}
.message_page .form_Box .item .form_tit span{color: #f00;}
.message_page .form_Box .item .form_txt{width: 100%; height: 35px; padding: 0 5px; border: 1px solid #dddddd; background-color: #ffffff; font-size: 14px; color: #333; margin-top: 10px;}
.message_page .form_Box .item .form_txts{width: 100%; padding: 5px; border: 1px solid #dddddd; background-color: #ffffff; font-size: 14px; color: #333; margin-top: 10px;}
.message_page .form_Box .fBtn{width: 100px; height: 30px; line-height: 30px; background-color: #E40000; border: none; color: #ffffff;} 
.mymessage{width: 70%;display: block;margin:0 auto;}