.other-banner{
    width: 100%;
    height: 470px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.other-banner .banner-img{
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    margin: 0 -100%;
}

.banner-title{
    width: 600px;
    position: absolute;
    top: 180px;
    left: 16%;
    color: #fff;
    text-align: left;
}
.banner-title h2{
    font-size: 50px;
    letter-spacing: 5px;
    line-height: 54px;
}
.banner-title p{
    font-size: 24px;
    padding-top: 15px;
    color: #d81843;
    text-transform: uppercase;
}
.banner-style img{
    width: 260px;
    height: 10px;
    margin-top: 15px;
}

a{
    color: #111;
}

.i-menu{
    width: 100%;
    height: 80px;
    /* background-color: #fafafa; */
}
.i-menu ul{
    width: 1300px;
    margin: 0 auto;
}
.i-menu ul li a{
    float: left;
    border: 1px solid rgba(216, 24, 67, 0.5);
    margin-top: 20px;
    margin-right: 30px;
    text-align: center;
    line-height: 20px;
    padding: 10px 25px;
    font-size: 16px;
    /* color: #d81843; */
    transition: all 0.3s ease-in-out;
}
.i-menu ul li a:hover{
    color: #fff;
    background-color: #d81843;
}
.i-on{
    color: #fff;
    background-color: #d81843;
}

.i-menu2{
    width: 100%;
    height: 60px;
    margin-top: 10px;
}
.i-menu2 ul {
    width: 1300px;
    margin: 0 auto;
}
.i-menu2 ul li{
    float: left;
    display: block;
    margin-right: 20px;
}
.i-menu2 ul li a{
    display: block;
    border: 1px solid rgba(216, 24, 67, 0.68);
    background-color: #fff;
    color: rgba(17, 17, 17, 0.68);
    padding: 8px 20px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.i-menu2 ul li a:hover{
    border: 1px solid rgba(216, 24, 67, 0.68);
    background-color: rgba(216, 24, 67, 0.68);
    color: #fff;
}
.i-menu2-on{
    border: 1px solid rgba(216, 24, 67, 0.68) !important;
    color: #fff !important;
    background-color: rgba(216, 24, 67, 0.68) !important;
}

.o-menu{
    width: 100%;
    height: 60px;
    background-color: #f9f9f9;
}
.o-box{
    width: 1300px;
    margin: 0 auto;
}
.o-now{
    float: left;
    line-height: 20px;
    padding: 20px 0px;
    font-size: 16px;
}
.o-menu .o-box > ul{
    float: right;
}
.o-menu .o-box > ul > li{
    display: block;
    float: left;
    position: relative;
}
.o-menu .o-box > ul > li > a{
    float: left;
    text-align: center;
    line-height: 20px;
    padding: 20px 25px;
    font-size: 16px;
    /* color: #090810; */
    transition: all 0.3s ease-in-out;
}
.o-menu .o-box > ul > li:hover > a{
    color: #fff;
    background-color: #d81843;
}
.o-on{
    color: #fff;
    background-color: #d81843;
}
.o-menu .o-box > ul > li:hover > .o-menu2{
    display: block;
}
.o-menu2{
    width: 100%;
    position: absolute;
    top: 60px;
    background-color: #f9f9f9;
    display: none;
}
.o-menu2 ul{
    width: 100%;
}
.o-menu2 ul li{
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}
.o-menu2 ul li a{
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
}
.o-menu2 ul li a:hover{
    color: #fff;
    background-color: #d81843;
}



.content{
    width: 1300px;
    margin: 80px auto;
}
.content-text{
    line-height: 30px;
    font-size: 16px;
    color: #111;
}
.content-title h3{
    font-size: 24px;
    color: #d81843;
    font-weight: normal;
    padding-bottom: 10px;
}
.content-title h1{
    font-size: 16px;
    color: #111;
    font-weight: normal;
    padding-bottom: 20px;
}
.content-text a{
    display: inline-block;
    margin: 10px;
}
.content-text img{
    margin: 10px;
}

.about-tit{
    padding-bottom: 30px;
}
.about-tit h3{
    font-size: 18px;
    color: #d81843;
    font-weight: normal;
    padding-bottom: 10px;
}
.about-tit h1{
    font-size: 24px;
    color: #111;
    font-weight: normal;
}
.about-tit h4{
    font-size: 13px;
    color: #797979;
    font-weight: normal;
}
.about-tit b{
    display: block;
    width: 90px;
    height: 3px;
    background-color: #d81843;
    margin-top: 10px;
}
.about-text{
    width: 50%;
    line-height: 30px;
    font-size: 16px;
    color: #111;
    float: left;
}
.about-img{
    float: right;
}

.qiye-up{
    background-color: #f3f1ee;
    padding: 80px 0 120px;
}
.qiye-tit{
    text-align: center;
}
.qiye-tit h3{
    font-size: 24px;
    color: #111;
    font-weight: normal;
}
.qiye-tit h1{
    font-size: 24px;
    color: #111;
    line-height: 34px;
    /* font-weight: normal; */
}
.qiye-tit b{
    display: block;
    width: 50px;
    height: 2px;
    background-color: #d81843;
    margin: 0 auto;
    margin-top: 10px;
}
.qiye-up ul{
    width: 1300px;
    margin: 0 auto;
    margin-top: 50px;
}
.qiye-up ul li{
    float: left;
    display: block;
    width: 310px;
    height: 210px;
    background-color: #d81843;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    padding: 50px 30px;
}
.qiye-up ul li:nth-child(4){
    margin-right: 0px;
}
.qiye-up ul li strong{
    display: block;
    font-size: 22px;
    padding-top: 10px;
}
.qiye-up ul li p{
    line-height: 28px;
    padding-top: 20px;
}
.qiye-down{
    padding: 80px 0 120px;
}
.qiye-down ul {
    width: 1300px;
    margin: 0 auto;
    margin-top: 50px;
}
.qiye-down ul li{
    display: block;
    width: 610px;
    height: 56px;
    margin-right: 80px;
    margin-bottom: 10px;
    float: left;
    background-color: #eeeeee;
    line-height: 56px;
}
.qiye-down ul li:nth-child(2n+2){
    margin-right: 0px;
}
.qiye-down ul li strong{
    display: inline-block;
    background-color: #d81843;
    color: #fff;
    font-size: 18px;
    padding: 0 30px;
    font-weight: normal;
}
.qiye-down ul li p{
    display: inline-block;
    padding-left: 20px;
}

.prod-list{
    width: 100%;
    margin-top: 30px;
}
.prod-list ul li{
    width: 300px;
    height: 340px;
    margin-right: 33.33px;
    margin-bottom: 30px;
    /* border: 1px solid #d81843; */
    float: left;
    border: 1px solid #e1e1e1;
    padding: 10px;
    transition: all 0.5s ease-in-out;
}
.prod-list ul li:nth-child(4n+4){
    margin-right: 0px;
}
.prod-list ul li .prod-img{
    width: 100%;
    height: 280px;
    overflow: hidden;
    text-align: center;
}
.prod-list ul li .prod-img img{
    width: 100%;
    height: auto;
    /*object-fit: cover;
    margin: 0 -100%;*/
    transition: all 0.5s ease-in-out;
}
.prod-list ul li:hover img{
    transform: scale(1.05);
}

.prod-list ul li .prod-title{
    width: 100%;
    height: 35px;
    background-color: #fff;
}
.prod-list ul li .prod-title h3{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 15px;
    color: #555;
    padding-top: 15px;
    font-weight: normal;
    transition: all 0.5s ease-in-out;
}
/* .prod-list ul li .prod-title p{
    padding-top: 5px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #555;
    transition: all 0.5s ease-in-out;
} */
.prod-list ul li:hover{
    border: 1px solid #d81843;
}
.prod-list ul li:hover .prod-title>h3{
    color: #d81843;
}
/* .prod-list ul li:hover .prod-title>p{
    color: #fff;
} */

.case-list ul li{
    width: 410px;
    height: 360px;
    margin-right: 35px;
    margin-bottom: 30px;
    float: left;
    /* border: 1px solid #e1e1e1;
    padding: 10px; */
    transition: all 0.5s ease-in-out;
}
.case-list ul li:nth-child(3n+3){
    margin-right: 0px;
}
.case-list ul li .case-img{
    width: 100%;
    height: 300px;
    overflow: hidden;
    text-align: center;
}
.case-list ul li .case-img img{
    width: auto;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 -100%;
    transition: all 0.5s ease-in-out;
}
.case-list ul li:hover img{
    transform: scale(1.05);
}

.case-list ul li .case-title{
    width: 100%;
    height: 35px;
    background-color: #fff;
}
.case-list ul li .case-title h3{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 15px;
    color: #555;
    padding-top: 15px;
    font-weight: normal;
    transition: all 0.5s ease-in-out;
}
/* .case-list ul li .case-title p{
    padding-top: 5px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #555;
    transition: all 0.5s ease-in-out;
} */
/* .case-list ul li:hover{
    border: 1px solid #d81843;
} */
.case-list ul li:hover .case-title>h3{
    color: #d81843;
}
/* .case-list ul li:hover .case-title>p{
    color: #fff;
} */

.news-list {
    width: 100%;
    margin: 20px 0;
}
.news-list ul a li {
    width: 650px;
    height: 180px;
    margin: 20px 0;
    float: left;
    display: block;
}
.news-list ul a li .news-img {
    width: 260px;
    height: 180px;
    float: left;
    overflow: hidden;
}
.news-img img{
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.news-list ul a li .t-title {
    padding-left: 280px;
    padding-right: 50px;
}
.news-list ul a li .t-title h4{
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    transition: all 0.5s ease-in-out;
}
.news-list ul a:hover li>.t-title>h4{
    color: #d81843;
}
.news-list ul a:hover li>.t-title>i{
    color: #d81843;
}
.news-list ul a:hover li>.news-img>img{
    transform: scale(1.05);
}
.news-list ul li .t-title i {
    font-size: 14px;
    color: #555;
    line-height: 30px;
    transition: all 0.5s ease-in-out;
}
.news-list ul li .t-title p {
    font-size: 14px;
    color: #555;
    line-height: 24px;
}

.list_page {
	display: block;
	padding: 50px 0;
	text-align: center;
	font-size: 14px;
	color: #ccc;
}
.list_page a {
	font-size: 14px;
	color: #ccc;
}
.list_page {
}
.list_page ul {
	display: block;
	font-size: 0;
	line-height: 0;
}
.list_page li {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: top;
}
.list_page li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	height: 36px;
	border: 1px solid #ccc;
	background: #fff;
	color: #262626;
	text-align: center;
	line-height: 36px;
	border-left: 0px;
}
.list_page li a:hover {
	background: #efefef;
	color: #262626;
}
.list_page li .up {
    border-left: 1px solid #ccc;
    /* border-radius: 20px 0 0 20px; */
}
.list_page li .up2 {
    /* border-radius: 0 20px 20px 0; */
}
.list_page li .list_page_now {
	background-color: #efefef;
	color: #262626;
}
.list_page li .list_page_now:hover {
	background-color: #efefef;
}

.art_dis {
	font-size: 14px;
	padding-top: 20px;
	line-height: 22px;
}


.article-center{
    margin-top: 60px;
    padding-bottom: 100px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.article-content{
    width: 1300px;
    margin: 0 auto;
    /* border-radius: 20px; */
    border: solid 1px #e6e6e6;
    overflow: hidden;
}
.article-content-detail{
    padding: 30px;
}
.article-content .article-content-detail h4{
    font-size: 20px;
    color: #262626;
    padding-top: 10px;
    padding-bottom: 5px;
}
.article-content .article-content-detail .article-date{
    margin: 15px 0;
    font-size: 14px;
    color: #797979;
}
.article-content .article-content-detail .article-date img{
    float: left;
    width: 18px;
    height: 18px;
    padding-right: 5px;
}
.article-content .article-content-detail p{
    font-size: 16px;
    color: #797979;
    line-height: 28px;
    padding-bottom: 20px;
}
.article-content-down{
    background: #f4f4f4;
    display: flow-root;
    width: 100%;
    padding: 10px 0;
}
.article-content-down .article-prev{
    margin: 0px 30px;
    display: inline-grid;
    float: left;
}
.article-content-down .article-next{
    float: right;
    margin: 0px 30px;
    display: inline-grid;
}
.article-content-down a{
    border-radius: 30px;
    border: solid 1px #ddd;
    background: #fff;
    padding: 8px 15px;
    font-size: 14px;
    color: #555;
    transition: all 0.3s ease-in-out;
}
.article-content-down a:hover{
    background-color: #d81843;
    color: #fff;
}

.contact{
    width: 1300px;
    margin: 80px auto;
}
.contact-text{
    width: 50%;
    float: left;
    padding-top: 30px;
}
.contact-text p{
    font-size: 16px;
    line-height: 30px;
}
.contact-text p span{
    font-size: 24px;
    color: #d81843;
    line-height: 38px;
}
.map-box{
    width: 50%;
    height: auto;
    float: right;
}

.yewu1{
    width: 1300px;
    margin: 100px auto;
}
.yewu1-box{width: 100%;}
/* .yewu1-box:nth-child(2n+2){
    background-color: #323232;
} */
.yewu1-item{
    width: 50%;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
}
.yewu1-item img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.yewu1-item .play-icon{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all .3s ease-in-out;
}
.yewu1-item .play-icon:hover{
    background-color: rgba(255, 255, 255, 0.5);
}
.yewu1-item .play-icon:hover span{
    top: 40%;
}
.yewu1-item .play-icon span{
    display: block;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 80px;
    height: 80px;
    background-image: url(../image/play.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}

.yewu1-box:nth-child(2n+1) .yewu1-item:nth-child(2n+1){
    color: #3e3e3e;
    padding: 30px 30px 30px 0;
}
.yewu1-box:nth-child(2n+1) .yewu1-item:nth-child(2n+1) img{
    width: auto;
    max-width: 100%;
    margin-top: 10px;
}
.yewu1-box:nth-child(1) .yewu1-item:nth-child(1){
    padding: 0 30px 30px 0;
}
.yewu1-box:nth-child(2n+2) .yewu1-item:nth-child(2n+2){
    /* color: #fff; */
    color: #3e3e3e;
    padding: 40px;
}
.yewu1-box:nth-child(2n+2) .yewu1-item:nth-child(2n+2) img{
    width: auto;
    max-width: 100%;
    margin-top: 10px;
}
.yewu1-box .yewu1-item strong{
    font-size: 24px;
}
.yewu1-box .yewu1-item b{
    display: block;
    width: 95px;
    height: 4px;
    background-color: #d81843;
    margin: 25px 0;
}
.yewu1-box .yewu1-item p{
    line-height: 30px;
}

.yewu{
    width: 100%;
}
.yewu-box{width: 100%;}
.yewu-box:nth-child(2n+2){
    background-color: #323232;
}
.yewu-item{
    width: 50%;
    float: left;
    height: auto;
    overflow: hidden;
}
.yewu-item img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.yewu-box:nth-child(2n+1) .yewu-item:nth-child(2n+1){
    color: #3e3e3e;
    padding: 70px 110px 20px;
}
.yewu-box:nth-child(2n+2) .yewu-item:nth-child(2n+2){
    color: #fff;
    padding: 70px 110px;
}
.yewu-box .yewu-item strong{
    font-size: 24px;
}
.yewu-box .yewu-item b{
    display: block;
    width: 95px;
    height: 4px;
    background-color: #d81843;
    margin: 30px 0;
}
.yewu-box .yewu-item p{
    line-height: 30px;
}
.re-case{
    width: 100%;
    margin: 50px auto;
}
.re-case-title{
    text-align: center;
}
.re-case-title strong{
    font-size: 28px;
    font-weight: normal;
}
.re-case-title b{
    display: block;
    width: 72px;
    height: 3px;
    background-color: #d81843;
    margin: 15px auto;
}

.contact-code{
    margin-top: 30px; 
}
.contact-code-box{
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}
.contact-code-box img{
    width: 130px;
    height: auto;
}
.contact-code-box p{
    font-size: 14px;
    color: #111;
    line-height: 30px;
}

.playvideo {
    cursor: pointer;
}
.play-video {
    cursor: pointer;
}

.index_video {
    width: 900px;
    position: fixed;
    height: 600px;
    z-index: 9999999999999;
    top: 100px;
    left: 50%;
    margin-left: -450px;
    display: none;
}

.closeplayvideo {
    width: 25px;
    height: 25px;
    background-image: url(../image/close.png);
    background-size: 100%;
    position: absolute;
    margin-left: 900px;
    margin-top: -20px;
    cursor: pointer;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.closeplayvideo:hover {
    transform: rotate(180deg);
}

.close-playvideo {
    width: 25px;
    height: 25px;
    background-image: url(../image/close.png);
    background-size: 100%;
    position: absolute;
    margin-left: 900px;
    margin-top: -20px;
    cursor: pointer;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.close-playvideo:hover {
    transform: rotate(180deg);
}