@charset "utf-8";
/* CSS Document */
/* ge */
.ge_bg{ height: 1.8rem; position: relative; text-align: center; background: #f4f4f4; z-index: -2;}
.ge_bg>img{width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1;}
.ge_bg>ul>h1{ font-size: 0.4rem;  line-height: 0.8rem; font-weight: bold; color: #f6e371; margin-top: 0.2rem;}
.ge_bg>ul>p{ font-size: 0.22rem; line-height: 0.3rem;  color: #f7e272;}
.ge_bg>a{ 
	width: 1.5rem;
	height: 0.4rem;
	font-size: 0.12rem;
	line-height: 0.35rem; 
	display: inline-block; 
	color: #fff; 
	background: #851a1a; 
	border: 2px solid #cb0a1f; 
	border-radius: 0.2rem;
	position: absolute;
	bottom: 15%;
	right: 15%;
}
@media screen and (max-width:1000px){
	.ge_bg>a{ display: none;}
}


/* 业务 */
.case_1{ background: #f4f4f4; padding-top: 0.5rem;}
.case_tit{ text-align: center;}
.case_tit>h1{ color: #c81a1d; font-size: 0.4rem; font-weight: bold; }
.case_tit>p{ color: #666; font-size: 0.2rem; font-weight: bold; margin: 0.1rem 0 0.1rem 0;}

.case_2{ width: 90%; max-width: 1800px; margin: 0.4rem auto; }
.case_2 .swiper-wrapper .swiper-slide{ position: relative;}

.case_m{ 
	position: absolute; 
	top: -30%; 
	left: 40%; 
	width: 0.5rem; 
	height: 0.5rem; 
	font-size: 0.3rem;
	line-height: 0.45rem;
	text-align: center;
	color: #fff;
	border-radius: 50%; 
	display: inline-block; 
	background: #df394c;
	transition: all 0.5s ease-in-out;
	transform: rotate(0deg);
	z-index: 1000;
	}

.case_p{
	width: 100%; 
	height: 0.8rem; 
	line-height: 0.8rem;
	font-size: 0.2rem; 
	text-align: center; 
	color: #fff; 
	background: #DF394C; 
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	}

.case_bg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 997;
	transition: all 0.5s ease-in-out;
}

.case_bor{
	width: 100%;
	height: 100%;
	border: 3px solid #df394c;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 998;
	transition: all 0.5s ease-in-out;
}

.case_show, .case_2{
	position: relative;
}
.case_2 .swiper-button-prev, .case_2 .swiper-button-next,.case_show .swiper-button-prev, .case_show .swiper-button-next{
	color: #df394c;
}

.case_2 .swiper-button-prev, .case_show .swiper-button-prev{
	left: -40px;
}

.case_2 .swiper-button-next ,.case_show .swiper-button-next{
	left: auto;
	right: -40px;
}

.case_2 .swiper-slide:hover .case_bg{  height: 0;}
.case_2 .swiper-slide:hover .case_bor{ opacity: 1;}
.case_2 .swiper-slide:hover .case_m{ transform: rotate(180deg);}


.case_2 ul{overflow:hidden;}
.case_2 li{ overflow:hidden; float:left; width:100%;height:400px; position:relative;}
.case_2 li img{ display:block;}
.case_2 li .imgIcon{ display:block; position:absolute; left:50%; margin-left:-25px; top:305px; z-index:2;width: 50px;}
.case_2 li a{ display:block; width:100%; height:70px; position: absolute; left:0; bottom:0; text-decoration:none}
.case_2 li .icon{ margin:0 auto; display:none;width: 40px;}
.case_2 li .a01{ background-color:#d02b27;}
/* .case_2 li .a02{ background-color:#37c684;}
.case_2 li .a03{ background-color:#9347c3;}
.case_2 li .a04{ background-color:#df394c;} */
.case_2 li em{ display:block; margin:0 auto; text-align:center; padding:20px 0; width:170px; font-size:16px; color:#fff; }
.case_2 li p{ width:80%; margin:10px auto; font-size:14px; color:#fff; line-height:20px; height:40px; overflow:hidden; text-align:center}



.swiper {
width: 100%;
height: auto;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
}

@media (max-width:768px) {
	.case_m{ 
		width: 1rem;
		height: 1rem;
		line-height: 0.9rem;
		font-size: 0.8rem;
		top: -500%;
		left: 40%;
	}
}
/* 业务 */


/* 公司介绍 */
.jie_s{ max-width: 1780px; margin: 50px auto;}
.jie_s .pull-right>p{ font-size: 0.16rem; line-height: 0.3rem; color: #212121;}
.jie_s .pull-right>h1{ font-size:0.3rem;margin-bottom: 0.1rem; background: url(../images/about_1.jpg) left top no-repeat; }
.jie_s .pull-right>h1>span{ font-size: 0.6rem; color: #d73231; font-weight: bold; }

.jie_s .row>li p{ color: #242424; font-size: 0.15rem; line-height: 0.3rem;}
.jie_s .row>li{ margin: 0.3rem 0; text-align: center; transition: all 0.5s ease-in-out; }
.jie_s .row>li img{ width: auto; max-width: 150px; height: auto; }

.jie_s .ab_1{ background: url(../images/ab_1-1.png) top no-repeat;} 
.jie_s .ab_2{ background: url(../images/ab_2.png) top no-repeat;}
.jie_s .ab_3{ background: url(../images/ab_3.png) top no-repeat;}
.jie_s .ab_4{ background: url(../images/ab_4.png) top no-repeat;}

.ab_1:hover{ background: url(../images/ab_1.png) top no-repeat;}
.ab_2:hover{ background: url(../images/ab_2-2.png) top no-repeat;}
.ab_3:hover{ background: url(../images/ab_3-3.png) top no-repeat;}
.ab_4:hover{ background: url(../images/ab_4-4.png) top no-repeat;}
.jie_s .row>li:hover p{ color: #242424;}
.ab_video{height: auto;border: 8px #a5876c solid;}
.ab_video video{max-width: 900px !important; width: 100%; height: auto; }

/* 公司介绍 */


/* 展示 */
.case_show{ width: 90%; max-width: 1800px; margin: 0.3rem auto;}
.case_show_a{ width: 100%; display: block;}
.case_show_a img{ border: 3px solid #d02b27; transition: all 0.5s ease-in-out; }
.case_show_a:hover img{ opacity: 0.7;}
.case_show_a:hover p{ color: #d02b27;}
.case_show_a p{ width: 100%; height: 0.5rem; line-height: 0.5rem; font-size: 0.14rem; overflow: hidden; transition: all 0.5s ease-in-out; }
.swiper-button-next, .swiper-button-prev{right: -50px;}
/* 展示 */




#centent {
  max-width: 1920px;
  margin: auto;
}

.auto {
  width: 90%;
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
}

.auto::after {
  content: "";
  display: block;
  clear: both;
}
#masterslider{ max-height: 720px;}

@media (max-width:1280px) {
    .auto {
        width: 100%;
        padding: 0 30px;
    }
}
@media (max-width:750px) {
    .auto {
        width: 100%;
        padding: 0 15px;
    }
}
@media(max-width:1060px) {
    #centent {
        padding-top: 70px !important;
    }
}
@media (max-width:750px) {
    #centent {
        padding-top: 60px !important;
    }
}

.contTit {
    margin-bottom: 0.5rem;
    text-align: center;
}
.contTit h3 {
    color: #c81a1d;
    font-size: 0.35rem;
    line-height: 0.5rem;
	font-weight: bold;
    margin-bottom: 10px;
}
.contTit h4 {
    color: #666;
    font-size: 0.16rem;
    font-family: "Brandon Grotesque";
    text-transform: uppercase;
    letter-spacing: -1px;
	font-weight: bold;
}
.indexCont3 {
    padding: 0.3rem 0 0.3rem;
}
.indexCont3 .contTit {
	margin-bottom: 0;
}
.indexCont3 .contTabtit {
	margin-top: 0.36rem;
	margin-bottom: 0.43rem;
}
.indexCont3 .contTabtit ul {
	display: flex;
	justify-content: center;
}
.indexCont3 .contTabtit ul li {
	width: 1.6rem;
	
	line-height: 0.40rem;
	border: 0.02rem solid #b19e9e;
	font-size: 0.18rem;
	font-weight: bold;
	text-align: center;
	border-radius: 0.32rem;
	margin: 0 0.2rem;
	cursor: pointer;
}
.indexCont3 .contTabtit ul li.active {
	background: #d92d2d;
	border-color: #d92d2d;
	color: #fff;
}
.indexCont3 .li .top {
    position: relative;
    /* height: 246px; */
    overflow: hidden;
}
.indexCont3 .li .top .mask::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.1);
    content: "";
    transition: transform 0.8s;
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -115%, 0);
}
.indexCont3 .li .top:hover .mask::after {
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 115%, 0);
}
.indexCont3 .li .top img {
    transition: all .5s;
    width: 100%;
}
.indexCont3 .li .top:hover img {
    transform: scale(1.1);
    transition: all .5s;
}
.indexCont3 .bd li {
    float: left;
    width: 400px;
    margin-right: 40px;
}
.indexCont3 .bot {
    height: 264px;
    background-color: #fbfbfb;
    padding: 35px 30px 0;

}
.indexCont3 .bot h5 {
    color: #df0004;
    font-size: 24px;
    line-height: 1;
    font-family: Brandon Grotesque;
    margin-bottom: 15px;
}
.indexCont3 .bot h4 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.indexCont3 .bot .txt {
    height: 96px;
    border-bottom: 1px solid #ececec;
    position: relative;
    margin-bottom: 20px;
}
.indexCont3 .bot .txt::after {
    content: "";
    border-bottom: 1px solid #bc252b;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    transition: all .4s ease-in-out;
}
.indexCont3 .li:hover .bot .txt::after {
    width: 100%;
}
.indexCont3 .swiper-slide {
    float: left;
    width: 400px;
}
.indexCont3 .bot .txt p {
    color: #858585;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.indexCont3 .bot .eye {
    float: left;
    height: 14px;
    padding-left: 24px;
    line-height: 1;
    color: #999999;
    background: url(../images/indexCont3-c1.png) no-repeat left center;
}
.indexCont3 .bot .more {
    float: right;
    height: 14px;
    padding-right: 24px;
    line-height: 1;
    color: #999999;
    background: url(../images/indexCont3-c2.png) no-repeat right center;
}
.btnType1 .prev,
.btnType1 .next {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    cursor: pointer;
}
.btnType1 .prev {
    left: -100px;
    background: #f6f6f6 url(../images/slide-prev.png) no-repeat center;
}
.btnType1 .next {
    right: -100px;
    background: #f6f6f6 url(../images/slide-next.png) no-repeat center;
}

@media (max-width:1279px) {
    .indexCont3 .btnType1 .prev,
    .indexCont3 .btnType1 .next{
        display: none !important;
    }
}

@media (max-width:750px) {
    .contTit {
        margin-bottom: 30px;
    }
    .contTit h3 {
        font-size: 18px;
    }
    .contTit h4 {
        font-size: 16px;
    }
    .indexCont3 {
        padding: 30px 0;
    }
    .indexCont3 .swiper-slide {
        width: 100%;
    }
    .indexCont3 .li .top {
        height: auto;
    }
    .indexCont3 .swiper-container {
        padding-bottom: 40px;
        margin-bottom: -20px;
    }
    .indexCont3 .swiper-pagination .swiper-pagination-bullet {
        background-color: #ccc;
    }
    .indexCont3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #df0004;
    }
}

#centent {
    padding-top: 90px;
}
#centent.index {
    padding-top: 0 !important;
}
.More {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    height: 64px;
    line-height: 64px;
    width: 200px;
    background-color: #df0004;
    cursor: pointer;
    transition: background .6s;
}
.More:hover {
    background-color: #c90003;
}

@media (max-width:750px) {
    #centent .cTit {
        margin-bottom: 20px;
        padding: 0;
    }
    .More {
        zoom: .6;
    }
}


.foot_1{ min-height: 280px; background: #efefef; padding: 0 50px; overflow: hidden; }
.foot_1>.pull-left>ul{ max-width: 710px; border-bottom: 1px #d8d8d8 solid ; margin: 20px 0 30px 0;}
.foot_1>.pull-left>ul>li{ float: left; text-align: center;}
.foot_1>.pull-left>ul>li>a{ font-size: 18px; padding: 5px 5px; line-height: 50px; display: inline-block;}
.foot_1>.pull-left>p{ font-size: 18px; line-height: 35px;}

.foot_1>.pull-right{ }
.foot_1>.pull-right>img{ margin:85px 0 0 0;}
@media screen and (max-width:1150px){
	.foot_1>.pull-right{ width: 100%; text-align: center; margin-bottom: 50px;}
	.foot_1>.pull-left{ width: 100%; }
}
@media screen and (max-width:820px){
	.foot_1>.pull-left>ul>li>a{
		
	}
}

.cover-tip{opacity:1;filter:alpha(opacity=1)}
.cover-box:hover .coverimg{transform:scale(1.05, 1.05)}
.cover-tip{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;filter:alpha(opacity=0);transition:all .4s ease 0s;z-index:3}
.cover-tip .bgbox{display:block;width:100%;height:100%;filter:alpha(opacity=60)}
.cover-tip .stit{font-size:16px;line-height:30px;width:100%;text-align:center;position:absolute;left:0;top:50%;margin-top:-15px;color:#fff}
.cover-tip .stit{font-size:16px;line-height:30px;width:100%;text-align:center;position:absolute;left:0;top:50%;margin-top:-15px;color:#fff}
.cover-tip .line{display:inline-block;width:100px;height:1px;background-color:#f2f2f2;position:absolute;left:50%;margin-left:-50px;transition:all .6s ease 0s}
.cover-tip .linet{top:0}
.cover-tip .lineb{bottom:0}
.cover-tip:hover .line{width:6px;margin-left:-3px;opacity:.6;filter:alpha(opacity=60)}