* {
    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;
}


input {
    outline: none;
}

.phone-block {
    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;
}
.sss table{ width:100% !important; height:auto !important;}
.sss table tr td{ width:48% !important; padding:1%; display:block; float:left;}


.enlarge,
.shadow,
.up,
.rotate {
    transition: all .8s;
}

.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-box  img{ max-width:100%; max-height:100%;}

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


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

header {
    width: 100%;
    transition: top .3s;
    position: relative;
    z-index: 999;
}

header.active {
    top: 0;
}

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



.hover-ul {
    display: none;
}



.banner1-phone {
    display: none;
}


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

.header-img {
    width: 30%;
}

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

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

header>.header-flex>.wrap>ul>li:hover {
    background-color: #bd000d;
    color: #fff;
}

header>.header-flex>.wrap>ul>li:hover>a {
    color: #fff;
}

.banner {
    position: relative;
}

.header-frame {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 40px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}


.header-frame span {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    display: block;
    text-align: center;
}

.header-frame form {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.header-frame form input:nth-child(1) {
    padding-left: 10px;
    width: 37%;
    height: 43px;
    border: none;
}

.header-frame form input:nth-child(2) {

    width: 15%;
    height: 43px;
    color: #fff;
    font-size: 16px;
    background-color: #bd000d;
    border: none;
    margin-left: 3%;
}

.list-unstyled>li {
    /*width: calc(100%/8);*/
    text-align: center;
    position: relative;
    margin: 0 1%;
    padding: 0 1%;
}


.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;
    width: 100%;
}

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

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

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

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

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

.phone-nav {
    margin-top: 10px;
}

.phone-text {
    color: #bd000d;
    font-size: 22px;
    font-weight: bold;
	margin-top:6px; margin-bottom:6px;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 35%;
    text-align: center;
    z-index: 99999;
}

.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;
    display: block;
    width: 100%;
}

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

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

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

.banner1 {
    padding-top: 35.4%;
}

.banner1-img {
    background: url(http://www.shyizhenkeji.com/css/images/%E6%96%87%E5%AD%971.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: #bd000d;
    color: #FFFFFF;
    text-align: center;
}

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

.mobile-buttom:hover {
    background-color: #bd000d;
    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: 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: 16px;
    color: #333333;
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 100px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.top {
    height: 29px;
    background-color: #f8f8f8;
}

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

.top ul li {
    font-size: 12px;
    color: #000;
}
.top ul li a {
    font-size: 12px;
    color: #999999;
}

.top ul li span {
    font-size: 12px;
    color: #ff0101;
}


header .logo {
    width: 34%;
}

header .logo a img {
    width: 30%;
}

header .logo div {
    font-size: 19px;
    font-weight: bold;
    line-height: 55px;
}

header ul {
    width: 66%;
}

.public-title {
    text-align: center;
    padding: 50px 0;
}

.public-title span:nth-child(1) {
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    color: #bd000d;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.public-title span:nth-child(2) {
    text-transform: uppercase;
    color: #333333;
    font-size: 30px;
    display: block;
    border: 1px dotted #dddddd;
    width: 42%;
    padding: 16px 20px;
    margin: 0 auto;
    line-height: 40px;
}

.char .public-title span:nth-child(2) {
    width: 71%;
}

.process .public-title span:nth-child(2) {
    width: 42%;
}

.public-title span:nth-child(3) {
    color: #999999;
    font-size: 14px;
    line-height: 40px;
}

.char {
    margin-bottom: 40px;
}

.char ul li {
    width: 17%;
    margin: 1.5%;
    text-align: center;
}

.char ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.char ul li a p:nth-child(2) {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
    text-align: center;
    font-weight: bolder;
    line-height: 26px;
}

.char ul li a p:nth-child(3) {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;

}

.char ul li a p:nth-child(3)::before {
    display: block;
    content: "";
    width: 15%;
    height: 2px;
    background-color: #bd000d;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}




.char .public-title {
    padding: 50px 0 35px 0;
}


.case-ul-one li a {
    display: block;
    width: 100%;
    line-height: 45px;
    text-align: center;
    border: 1px solid #000;
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 100%;
}

.case-ul-one li {
    width: 11.5%;
    margin: 0.5%;
}

.case-ul-one li a:hover {
    background-color: #a60004;
    color: #fff;
}

.case .public-title {
    padding: 50px 0 35px 0;
}

.case-ul-two li {
    width: 22%;
    margin: 1.5%;
}

.case-ul-two li a .img-box {
    padding-top: 57.3%;
}

.case-ul-two-frame>p:nth-child(1) {
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 90%;
    margin: 0 auto;

}

.case-ul-two-frame>p:nth-child(2) {
    color: #666666;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 90%;
    margin: 0 auto;
}

.case-ul-two {
    max-width: 1845px;
    margin: 0 auto;
    margin-top: 20px;

}

.case-ul-two-frame {
    background-color: #fff;
    padding: 20px 0;

}

.case-ul-box1 .case-ul-two-frame {
    background-color: #a60004;
    padding: 20px 0;

}

.case-ul-two li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.case-ul-two li a .case-ul-box1 .img-box {
    padding-top: 57.3%;
    background-color: rgba(0, 0, 0, .7);
}

.case-ul-two li a .case-ul-box1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
    bottom: 0;
    left: -100%;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all .6s;


}

.case-ul-two li a:hover .case-ul-box1 {
    left: 0;


}

.case-ul-box1 .case-ul-two-frame>p:nth-child(1) {

    color: #fff;
}

.case-ul-box1 .case-ul-two-frame>p:nth-child(2) {
    color: #fff;
}

.case-ul-box1 .img-box {
    text-align: center;
}

.case-ul-box1 .img-box {
    position: relative;
}

.case-ul-box1 .img-box .img-box-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.case-ul-box1 .img-box .img-box-text>span {
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 33px;
    margin-top: 13px;
}

.case {
    padding-bottom: 56px;

}

.case-ul-box {
    box-shadow: 0 0 5px #888;
    border: 1px solid #eee;
}


.case>a {
    width: 165px;
    height: 46px;
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #333333;
    border: 2px solid #a60004;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: 20px;
}

.process ul li {
    width: 13%;
    margin: 1.81%;
    text-align: center;
}

.process-img img {
    display: block;
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
}

.video video {
    width: 97%;
    margin: 0 auto;
    display: block;
}































/* 产品轮播 */


.certificate {
    padding-bottom: 60px;
}

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

.certificate .banner2 {
    position: relative;
}

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




.certificate-img .swiper-button-prev {
    width: 45px;
    height: 45px;

    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../image/index-09038_03.png) no-repeat center center;
    outline: none;
    border: 1px solid #cecece;
}

.certificate-img .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;

    border-radius: 50%;
    background: url(../image/index-09039_03.png) no-repeat center center;
    outline: none;
    border: 1px solid #cecece;
}

.certificat .swiper-slide {
    position: relative;
}

.certificat-frame {
    width: 100%;
    height: 150px;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    bottom: 0;
    clip-path: polygon(0% 60%, 0% 22%, 100% 0%, 100% 100%, 0% 100%);


}

.certificat-frame .certificat-frame-text {
    margin-top: 57px;
}

.certificat-frame .certificat-frame-text>span:nth-child(1) {
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.certificat-frame .certificat-frame-text>span:nth-child(2) {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.certificate1-frame-text>span:nth-child(1) {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.certificate1-frame-text>span:nth-child(2) {
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.certificate1-frame-text {
    margin-top: 10px;
}

.certificate1 .public-title span:nth-child(1) {

    color: #fff;

}

.certificate1 .public-title span:nth-child(2) {
    border: 1px dotted #fff;
    color: #fff;
}

.certificate1 .banner3 {
    padding-top: 0;
}

.certificate1 .public-title span:nth-child(3) {
    color: #fff;
}

.certificate1 .banner4 {
    padding-top: 117.4%;
}

/*  */


.about {
    padding-bottom: 50px;
}

.about .about-left {
    width: 50%;
}



.about .about-left {
    background: #2d2c2b;
    color: #fff;
    font-size: 20px;
}

.about .about-left>span {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 1%;
}

.about .about-left .about-left-text {
    line-height: 35px;
    font-size: 16px;

    margin-top: 55px;
}

.about .about-left {
    padding: 45px;
}

.about .about-right {
    width: 50%;
    display: block;
}


.about .about-right p img {
    width: 100%;
}




.news .public-title span:nth-child(1) {

    color: #fff;

}

.news .public-title span:nth-child(2) {
    color: #fff;
    border: 1px dotted #fff;
}

.news .public-title span:nth-child(3) {
    color: #fff;
}

.news .news-left-box2 {
    padding-top: 60.5%;
}

.news .news-left-box2 .news-left-frame {
    background-color: rgba(0, 0, 0, .7);
    padding: 25px 35px;
}

.news .news-left-box2 .news-left-frame>span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.news .news-left-fram-text {
    color: #fff;
    line-height: 26px;
    font-size: 14px;
    margin-top: 15px;
}

.news .news-left-frame a {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    display: block;
}

.news .news-left {

    width: 45%;
    position: relative;
}

.news .news-left-box1 {
    width: 100%;
    background-color: #fff;
    padding-top: 92.7%;
}

.news .news-left-box2 {
    width: 100%;
    position: absolute;
    left: 5%;
    top: 5%;
}

.news {
    padding-bottom: 25px;
}

.news .news-right {
    width: 49%;
}

.news .news-right-span span:nth-child(1) {
    font-size: 16px;
    color: #fff;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news .news-right-span span:nth-child(2) {
    font-size: 12px;
    color: #fff;
}

.news .news-right-fram-text {
    color: #fff;
    line-height: 26px;
    margin-top: 15px;
}

.news .news-right-fram-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-right .shadow .a1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    display: block;
}

.news .news-right ul li {
    border-bottom: 1px solid #474646;

    margin-bottom: 30px;
    padding: 10px;
    padding-bottom: 15px;
}

.partner {
    background-color: #f6f6f6;
}

.partner-title {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    line-height: 60px;
}

.partner-title::after {
    display: block;
    content: "";
    width: 3%;
    height: 4px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.partner-title::before {
    display: block;
    content: "";
    width: 3%;
    height: 4px;
    background-color: #d8080a;
    position: absolute;
    bottom: 0;
    left: 3%;
}

.partner .swiper-slide a {
    display: block;
    background-color: #fff;
    /* padding-top: 100%; */
}
.partner .swiper-slide a img{
    /* border:1px solid #dedede; */
}

.partner .partner-title {
    padding-top: 20px;
}

.partner .banner4 {
    margin-top: 40px;
    position: relative;
}

.partner .banner44 {
    margin-top: 40px;
    position: relative;
}


.partner {
    padding-bottom: 80px;
}

.partner .swiper-button-prev {
    position: absolute;
    width: 56px;
    height: 56px;

    border: 2px solid #e1e1e1;
    cursor: pointer;
    background: none;
    transform: rotate(180deg);
    left: 101%;
    top: 46%;
    outline: none;
    line-height: 56px;
    font-size: 30px;
    text-align: center;
}

.partner .swiper-button-prev:hover {
    border: 2px solid #da1517;
    font-weight: bold;
}

.partner .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;

    border: 2px solid #d3d3d3;
    cursor: pointer;
    background: none;
    left: -5%;
    top: 46%;
    outline: none;
    line-height: 56px;
    font-size: 30px;
    text-align: center;
}

.partner .swiper-button-next:hover {

    border: 2px solid #da1517;
    font-weight: bold;
}

.submit {
    background-color: #3e3e3e;
    position: relative;
    padding: 37px 0;
}

.submit form input {
    height: 45px;
    width: 29%;
    margin-left: 1%;
    padding-left: 10px;
}

.submit form input:nth-child(1) {
    margin-left: 0;
}

.submit form input:nth-child(4) {
    width: 9%;
    background-color: #d8080a;
    color: #fff;
    border: none;
    height: 164px;
    font-size: 14px;
    position: absolute;
    top: -183%;
    ;
    right: 0%;
    padding-left: 0;
}

.submit form {
    position: relative;
}

.submit form img {
    position: absolute;
    right: 3.2%;
    top: -109%;
}

.case1 .case-ul-two li {
    width: 30%;
    margin: 1.5%;
}



.banner8 .header-frame {
    background-color: transparent;
    padding: 80px 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 100%;
}

.banner8 {
    position: relative;
}

.banner8 .header-frame p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 56px;
}

.banner8 .header-frame span {
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    display: block;
    text-align: center;
}

.banner8 .header-frame form input:nth-child(2) {
    width: 15%;
    height: 43px;
    color: #fff;
    font-size: 16px;
    background-color: #fff;
    border: none;
    margin-left: 0;
}

.banner8 .header-frame form {
    position: relative;
}

.banner8 .header-frame form img {
    position: absolute;
    top: 24%;
    right: 26%;
}

.page-title {
    font-size: 16px;
    color: #333333;
    padding: 30px 0;
}

.case1 .page-title {
    padding: 30px 0 0 0;
    margin-left: 2%;
}

.page-title {
    padding: 30px 0 0 0;
    margin-left: 0;
}

.case1 .paeg-right {
    margin-left: 2%;
}

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

.screen {
    padding: 0;
}

.screen dl {
    display: flex;
    border-bottom: 1px dashed #ccc;
    padding: 8px 0;
}

.screen dl dt {
    text-align: center;
    font-size: 15px;
    color: #333;
    margin-right: 10px;
    width: 70px;
    line-height: 44px;
    background-color: #fafafa;
    border: 1px solid #edecec;
    font-weight: normal;
}

.screen dl dd a {
    font-size: 15px;
    color: #333;
    margin-right: 4px;
    padding: 0px 8px;
    display: block;
    line-height: 44px;
}

.screen dl dd a:hover,
.screen dl dd a.on {
    background-color: #a60004;
    color: #fff;
}

.dd-box {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 46px);
}

.about-ul {
    margin-top: 30px;
}

.about-ul .li {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 2px;
    transition: all .8s;
    background-color: #f9f9f9;
    padding: 15px 0;
    padding-left: 15px;
	font-size:14px; line-height:28px;
}
.about-ul .li img{ max-width:100% !important; height:auto !important;}

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


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

.news-ul li {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 2px;
    transition: all .8s;
    background-color: #f4f4f4;
    padding: 15px 0;
    padding-left: 15px;
}

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

.news-ul li a .txt {
    width: calc(100% - 200px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0 20px;
}

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

.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: 14px;
    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: #c5c5c5;
    text-align: center;
    transition: 0.5s;
    border-radius: 5px;
}

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

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

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

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

.news-ul .img_cover {
    padding-top: 66%;
    transition: all .8s;
}

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

.news .page-title a {
    color: #333;
    font-size: 16px;
}

.news-a {
    border: 1px solid #edecec;
    line-height: 47px;
    margin-top: 30px;
    padding-left: 20px;
}
.news-a a{ margin-right:15px;}
.news-a a.on{ color:#f00}


/*  */

.contact-left {
    width: 47%;
	font-size:16px; line-height:32px;
}

.contact-left img{ margin:10px auto;}

.contact form .int {
    background-color: #bd000d;
    color: #fff;
    padding-left: 0;
    border: none;
    margin-bottom: 0;
}

.contact {
    padding-bottom: 50px;
}

.contact-right {
    width: 50%;
}




.news-show {
    width: 100%;
}

.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 50px 0 10px 0;
	font-weight:bold;
}

.news-show .txt-date {
    font-size: 13px;
    color: #333;
    text-align: center;
	width:100%;
}

.news-show .txt-nr {
    line-height: 28px;
    font-size: 14px;
    color: #333;
    padding: 10px 0 50px 0;
}
.news-show .txt-nr img{ max-width:100% !important; height:auto !important;}


.sale .news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 0 0 5px 0;
}

.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}
.txt-nr {
    line-height: 28px;
    font-size: 14px;
    color: #333;
    padding: 10px 0 0 0;
}
.txt-nr img{ max-width:100% !important; height:auto !important;}




.sale .news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 0 0 5px 0;
}

.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

/* 产品详情 */
.cpxq {
    width: 100%;
    padding: 40px 0;
    display: block;
    overflow: hidden;
}

.cp_ce {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cpxq .cp_l {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cpxq .cp_mai {
    width: 50%;
}

.cpxq .cp_mr {
    width: 50%; padding-left:30px;
}

.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: 130px;
    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 .swiper-slide-thumb-active{opacity: 0.8; border:1px solid #ccc;}

.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: #fff;
    width: 100%;
    color: #a60004;
    font-size: 22px;
    padding: 0px;
    font-weight:bold;
}
.cpll_pp{padding: 15px; font-size:16px; line-height:32px; color:#666666; padding-left:0px;}


.zixun{display: block;font-size:18px;color:#fff; background-color: #a60004;width:150px;line-height: 40px ;text-align: center;margin-top:30px;;}

.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-middle-img1 {
    width: 48%;
}















footer {
    background-color: #333;
}

.footer-left {
    width: 33%;
}

.footer-middle {
    width: 24%;
}

.footer-right {
    width: 33%;
}

.footer-left span {
    color: #fff;
    font-size: 16px;
    display: block;
    border-bottom: 1px dotted #fff;
    line-height: 50px;
    width: 51%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.footer-left .footer-left-ul-noe {
    margin-top: 15px;
}

.footer-left .footer-left-ul-noe li a {
    color: #999999;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.footer-left>div {
    width: 32%;
}



.footer-middle-img1>p {
    color: #999;
    text-align: center;
    margin-top: 10px;

}

.footer-right-box p {
    color: #fff;
}

.footer-right-box p span {
    margin-left: 2%;
    font-size: 24px;
}

.footer-right-box-text {
    color: #999999;
    font-size: 14px;
    line-height: 26px;
}

.footer-right {
    width: 26%;
}

footer .wrap {
    padding: 50px 0 30px 0;
}

footer .footer-buttom .wrap {
    padding: 0;
}

.footer-buttom .wrap>span:nth-child(2) {
    width: 36%;
}

.footer-buttom span>span {
    margin-left: 2%;
}




















.footer-buttom {
    margin: 0 auto;
    text-align: center;
    color: #999999;
    font-size: 14px;
    padding: 12px 0;
}

.footer-buttom a {
    color: #FFFFFF
}

.footer-buttom p {
    display: inline-block;
}





@media (max-width:1200px) {

    .content,
    .container,
    .footer-content,
    .content-two,
    .wrap,
    .case-ul-two {
        max-width: 96% !important;
    }






}








@media (max-width:768px) {
    header {
        display: none;
    }

	.sss table tr td{ width:100% !important; display:block}

    .phone-block {
        display: block;
    }

    .phone-none {
        display: none !important;
    }

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

    }


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


    .page-title {
        font-size: 14px;
        font-weight: bolder;
    }


    .pro-title {
        position: relative;
        background-color: #bd000d;
        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;
    }

    .char .public-title {
        padding: 20px 0;
    }

    .public-title span:nth-child(2) {
        font-size: 22px;
        line-height: 30px;
        border: none;
        padding: 0;
    }

    .public-title span:nth-child(1) {

        font-size: 20px;


    }

    .public-title span:nth-child(3) {
        font-size: 12px;
        line-height: 22px;
        display: none;
    }

    .char .public-title span:nth-child(2) {
        width: 100%;
    }

    .char ul li {
        width: 30%;
        margin: 1.5%;
        text-align: center;
    }

    .case-ul-one li {
        width: 22%;
        margin: 1.5%;
    }

    .case-ul-one li a {
        font-size: 13px;
        line-height: 30px;
    }

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

    .case-ul-two {
        margin-top: 10px;
    }

    .submit form input {
        height: 45px;
        width: 100%;
        margin-left: 1%;
        padding-left: 10px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .submit form input:nth-child(4) {
        position: relative;
        width: 100%;
        height: 45px;
    }



    .news .news-left,
    .news .news-right {
        width: 100%;
    }

    .news .news-left-box2 {
        position: relative;
        left: 0;
        top: 0;
    }

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

    .news .news-right ul li {
        margin-bottom: 10px;
        padding: 10px;
    }

    .news .news-right-span span:nth-child(1) {
        font-size: 14px;
    }

    .news .news-right-fram-text {
        color: #fff;
        line-height: 22px;
        margin-top: 10px;
        font-size: 12px;
    }

    .news-right .shadow .a1 {

        font-size: 13px;
        margin-top: 10px;

    }

    .about .about-left,
    .about .about-right {
        width: 100%;
    }

    .about .about-left {
        padding: 20px 10px;
    }

    .about .about-left .about-left-text {
        line-height: 25px;
        font-size: 14px;
        margin-top: 20px;
    }



    .about .about-right ul li {
        font-size: 14px;

        padding: 20px 10px;
    }

    .about .about-left>span {

        font-size: 16px;

    }

    .about .about-right ul li span {
        font-size: 16px;

    }

    .about .about-right ul li .about-right-text {
        font-size: 14px;
        line-height: 25px;
        margin-top: 10px;

    }

    .char ul li a p:nth-child(3) {
        font-size: 12px;

        line-height: 22px;
        padding: 0;

    }

    .char ul li a img {
        max-width: 35%;
        height: 39px;
    }

    .char ul li a p:nth-child(2) {
        font-size: 14px;
    }

    .case .public-title {
        padding: 20px 0;
    }

    .char ul li a p:nth-child(3)::before {
        width: 0;
    }

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

    .certificat-frame {
        height: 80px;
    }

    .certificat-frame .certificat-frame-text {
        margin-top: 20px;
    }

    .certificat-frame .certificat-frame-text>span:nth-child(1) {
        font-size: 14px;

        line-height: 25px;

    }

    .certificat-frame .certificat-frame-text>span:nth-child(2) {
        font-size: 12px;
        line-height: 22px;
    }

    .certificate1-frame-text>span:nth-child(1) {
        font-size: 14px;
        line-height: 25px;
    }

    .certificate1-frame-text>span:nth-child(2) {
        font-size: 12px;
        line-height: 25px;
    }

    .news .public-title span:nth-child(2) {
        border: none;
    }

    .public-title span:nth-child(1) {
        line-height: 18px;
    }

    .public-title span:nth-child(2) {
        width: 100%;
    }


    .certificate1 .public-title span:nth-child(2) {
        border: none;
    }

    .news {
        padding-bottom: 15px;
    }

    .partner {
        padding-bottom: 20px;
    }

    .partner .banner4 {
        margin-top: 20px;
    }

    .partner-title::after,
    .partner-title::before {

        width: 6%;

    }

    .partner-title::before {
        left: 6%;
    }

    .submit {
        padding: 20px 0 10px 0;
    }


.cp_mr .cp_ll{ font-size:18px;}
.cpll_pp{ font-size:14px;}

    .partner-title {
        font-size: 16px;
        line-height: 40px;
    }

    .case-ul-two-frame>p:nth-child(1) {
        line-height: 25px;
        font-size: 14px;
    }

    .case-ul-two-frame>p:nth-child(2) {
        font-size: 12px;
        line-height: 22px;
    }

    .case-ul-two-frame {
        padding: 5px 0;
    }

    .case>a {
        width: 109px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;

    }

    .case,
    .about {
        padding-bottom: 20px;
    }

    .char {
        margin-bottom: 20px;
    }



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

    .hidden-xs {
        display: block;
    }

    .news-ul li a h5 span {
        display: none;
    }

    .contact-left,
    .contact-right {
        width: 100%;font-size:14px; line-height:28px;
    }

    .contact-right {
        height: 250px;
        margin-top: 20px;
    }

    .contact {
        padding-bottom: 20px;
    }

    .paeg-right {
        width: 100%;
    }

    .case1 .case-ul-two li {
        width: 47%;
        margin: 1.5%;
    }

    .case1 .paeg-right {
        margin-left: 0;
    }

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

    .screen dl dt {

        background-color: transparent;
        border: none;
        width: 15%;

    }

    .screen dl dt {
        font-size: 14px;
        line-height: 26px;
    }

    .screen dl dd a {
        font-size: 12px;
        line-height: 26px;
    }



    .banner8 .header-frame span {
        font-size: 20px;
        line-height: 28px;

    }

    .banner8 .header-frame form input:nth-child(1) {
        padding-left: 10px;
        width: 50%;
        height: 30px;
        border: none;
    }

    .banner8 .header-frame form input:nth-child(2) {
        width: 15%;
        height: 30px;

    }

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

    .news-a {
        border: 1px solid #edecec;
        line-height: 35px;
        margin-top: 20px;
        padding-left: 10px;
    }

    .news .page-title a {
        font-size: 14px;
    }

    .banner8 .header-frame form img {
        position: absolute;
        top: 17%;
        right: 22%;
        max-width: 50%;
    }

    .banner8 .header-frame form {
        margin-top: 5px;
    }

    .banner8 {
        padding-top: 0;
    }

    .banner8 .header-frame p {
        font-size: 16px;
        line-height: 26px;
    }

    /* 产品详情 手机*/
    .cpxq .cp_l {
        width: 100%
    }

    .cpxq .cp_mai {
        width: 100%;
    }

    .cpxq .cp_mr {
        width: 100%;
		padding-left:0px;
    }

    .cp_l .cp_mai .small-thumbs {
        height: 90px;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .cp_l .cp_mai .small-thumbs .swiper-slide {
        height: 100%;
        opacity: 0.4;
        width: 33.333%;
    }

.cp_l .cp_mai .small-top {
    height: 280px;
    width: 100%;
}



    .footer-left {
        width: 49%;
    }

    .footer-right {
        width: 49%;
    }

    footer {
        background-color: #fff;
    }

    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        background-color: rgb(238, 238, 238);
        color: rgb(102, 102, 102);
        font-size: 10px;
        padding: 10px;
        width: 100%;
        line-height: 26px
    }

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


}

.in_block_col {
	width: 100%;
	height: 440px;
	position: relative
}
.in_block_col .col {
	height: 440px
}
.in_block_col .col .inner_col {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative
}
.in_block_col .col .inner_col .txt {
	width: 100%;
	position: absolute;
	left: 0;
	top: 15%;
	color: #fff
}
.in_block_col .col .inner_col .txt .title {
	font-size: 40px;
	font-weight: bold
}
.in_block_col .col .inner_col .txt .title span {
	display: block;
	font-weight: 700;
	font-size: 24px
}
.in_block_col .col .inner_col .txt .des {
	font-size: 14px;
	margin: 10px 0 20px;
	height: 90px;
	line-height: 30px;
	overflow: hidden
}
.in_block_col .col .inner_col .txt a.more {
	display: block;
	width: 187px;
	height: 52px;
	border: 2px solid #fff;
	position: relative;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.in_block_col .col .inner_col .txt a.more span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.in_block_col .col .inner_col .txt a.more:before {
	content: '';
	display: block;
	width: 0;
	height: 50px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.in_block_col .col .inner_col .txt a.more:hover {
	-webkit-box-shadow: 0px 15px 15px -5px rgba(35,35,35,0.3);
	-moz-box-shadow: 0px 15px 15px -5px rgba(35,35,35,0.3);
	box-shadow: 0px 15px 15px -5px rgba(35,35,35,0.3)
}
.in_block_col .col .inner_col span.bg {
	display: block;
	width: 100%;
	height: 100%
}
.in_block_col .col01 {
	width: 50%;
	float: left
}
.in_block_col .col01 .inner_col {
	margin: 0 -90px 0 0;
	background-image: url("../images/in_block_col_bg01.jpg")
}
.in_block_col .col01 .inner_col .txt {
	padding: 0 30% 0 30%
}
 @media (max-width: 1440px) {
.in_block_col .col01 .inner_col .txt {
	padding: 0 20% 0 20%
}
}
.in_block_col .col01 .inner_col span.bg {
	background-color: rgba(237,27,36,0.8)
}
.in_block_col .col01 .inner_col a.more:hover span {
	color: #ed1b24
}
.in_block_col .col01 .inner_col a.more:hover:before {
	width: 100%
}
.in_block_col .col02 {
	width: 50%;
	float: right
}
.in_block_col .col02 .inner_col {
	background-image: url("../images/in_block_col_bg02.jpg");
	-webkit-clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%)
}
.in_block_col .col02 .inner_col .txt {
	padding: 0 30% 0 20%
}
 @media (max-width: 1440px) {
.in_block_col .col02 .inner_col .txt {
	padding: 0 20% 0 20%
}
}
.in_block_col .col02 .inner_col span.bg {
	background-color: rgba(0,0,0,0.5)
}
.in_block_col .col02 .inner_col a.more:hover span {
	color: #ed1b24
}
.in_block_col .col02 .inner_col a.more:hover:before {
	width: 100%
}



 @media (max-width: 1220px) {
     header .logo {
         width:20%;
     }
     
     header .logo a img {
         width:70%;
     }
     header ul {
         width:80%;
     }
     
     .logot {
         display:none;
     }
     
     .header-frame {
         padding: 9px 0;
   
         bottom: -66px;
         transition:all 0.5s;
     }
     .header-frame:hover {
         bottom: 0px;
     }
     .list-unstyled>li {
         padding:0;
     }
     .list-unstyled>li>a {
         webkit-box-orient:horizontal;
     }
 }

 @media (max-width: 750px) {
     .in_block_col .col01,.in_block_col .col02 {
         width:100%;
     }
     .floor_05 {
         background-size:cover;
     }
     .wrapper {
         width:100%;
     }
     
     .floor_05 ul li {
             width: 40%;
              margin:5%;
             
     }
     
     .floor_05 ul li img {
         width:100%;
         height:auto;
        
     }
     
     .floor_09 .contact {
         height:470px;
     }
     
     .floor_09 .contact .form {
         width:320px;
         float:left;
     }
     
     .floor_09 .contact .form .table .input input {
         width:120px!important;
     }
     
     .floor_09 .contact .form .adorn {
         display:none;
     }
     
 }







.mio-rbar {
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 9999999999999;
    margin-top: -127px;
    height: 254px;
}

.mio-rbar ul {
    position: relative;
}

.mio-rbar li {
    position: absolute;
    top: 0;
    right: 0;
}

.mio-rbar li.mio-li1 {}

.mio-rbar li.mio-li2 {
    top: 51px
}

.mio-rbar li.mio-li3 {
    top: 102px
}

.mio-rbar li.mio-li4 {
    top: 103px
}

.mio-rbar li.mio-li5 {
    top: 154px
}

.mio-rbar li.mio-li6 {
    top: 205px
}

.mio-rbar a {
    display: block;
    height: 50px;
}

.mio-rbar a div {
    line-height: 50px;
    background-color: #00923f;
    color: #fff;
    padding: 0;
    width: 0;
    overflow: hidden;
    float: left
}

.mio-rbar a span {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: url(../image/bb.png);
    color: #fff;
    font-size: 1.4em;
    float: left;
    font-size: 1.8em;
}

.mio-rbar a:hover div {
    width: 150px;
    padding: 0 10px;
}

.mio-rbar a:hover span {
    background: none;
    background-color: #00923f
}

.mio-rbar li.mio-li1:hover {
    width: 200px
}

.mio-wximg {
    width: 140px;
    height: 170px;
    background: #00923f;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 50%;
    right: 55px;
    padding: 10px;
    margin-top: 8px;
    display: none
}

.mio-wximg img {
    display: block;
    width: 120px;
    margin: 0 auto 5px;
}

.mio-content {
    padding: 40px 0;
}


.xypg-banner img {
    width: 100%;
}


.ctcontent {
    padding: 0 2%;
}
.topf {
    color: #ff8100!important;
}

