.case_list img,.news_img img,.sub_banner img,.aboutbg_second_img img,.aboutbg_third_right img,.yinxiang_bg img,.partner li img{ width: 100%; vertical-align: bottom;}
/*内页导航*/
.sub_list ul li a{
    display: inline-block;
    padding:10px 50px;
    margin: 10px;
    border: 1px solid #898989;
    color: #898989;
}
.sub_active,.sub_list ul li a:hover{
    border: 1px solid #D70010!important;
    color: #fff!important;
    background: #D70010;
}
.sub_list .iconfont{ 
    margin:30px auto; 
    display: block;
    text-align: center;
    font-size: 30px;
    color: #717171;
}
.sub_list_line{ width: 100%; height: 1px; background: #9F9FA0; }

/*sub_banner*/
.sub_banner{ position: relative;}

.sub_banner1>img {
	position: relative;
}
.sub_banner1>img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index: 100;
}

.banner_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    text-align: center;
    color: #fff;
}
.banner_text h2{
    font-family: "english01";
    font-size: 60px;
}
.banner_text h3{
    padding: 10px 30px;
    margin: 15px auto;
    width: 46%;
    font-size: 20px;
    font-weight: bold;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.sub_icon_list{ color: #fff; }
.sub_icon_list li{ margin-right: 50px;text-align: center;}
.sub_icon_list li:last-child{ margin-right: auto; }
.sub_icon_list li p{ margin-top: 10px;}
.sub_icon_list li p span{ display: block; font-family: 'english01'; }
.sub_icon{
    position: relative;
    width: 50px;
    height: 50px;
    background: #231916;
    border-radius: 50%;
}
.sub_icon img{ position: absolute; top: 50%;left: 50%; transform: translate(-50%, -50%); width:100%; }

/*案例*/
.case_list > span{ margin: 30px auto;font-size: 20px;color: #000}
.case_list li{position: relative; width: 23%; margin: 0.5%;}
.case_list li:hover .case_show{display: block; opacity: 1;}
.case_show{ 
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #D7171F;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #FFF;
    z-index: 999;
    transition: all .6s;
}
.case_show h3{position: relative;padding-bottom: 10px; font-family: 'english01';}
.case_show h3::after{ content: ""; position: absolute; bottom: 0; left: 0; width: 15px; height: 2px; background: #fff;  }
.case_show h3 span,.case_show h2 span{ display:block; }
.case_show h2{margin-top: 30px;  font-size: 18px;text-align: center; }
.case_show h2 span,.case_show h3 span{font-size: 14px;font-family: 'english01' }
.case_icon{ 
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 30px; 
    height: 30px; 
    border: 1px solid #fff; 
    border-radius: 50%;
    line-height:30px;
    text-align: center;
}
.case_icon .iconfont{ font-size: 12px; }
.case{
    padding-top: 120px;
    padding-bottom: 120px;
    background: #fff;
    text-align: center;
}
.case h3{
    position: relative;
    padding-bottom: 30px;
    font-size: 50px;
    color: #D70010;
    font-family:'hwht' ;
}
.case h3::after{ 
    content: "";
    position: absolute;
    bottom:0;
    left: 48%;
    width: 4%;
    height: 2px;
    background:#D70010;
}
.case h2{margin-top: 30px;font-size: 40px;line-height:50px;}
.case h2 span{ display: block;}

/*资讯*/
.news li{ margin-top: 60px; }
.news_img{ overflow: hidden; width: 45%; max-height: 320px; }
.news_text{ overflow: hidden; width: 50% }
.news_text{flex-direction: column;}
.news_text em{ font-size: 55px;font-family: 'wyhxd'; color: #595857; font-weight: normal;}
.news_text h2{padding: 10px 0 8px 0;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #231916;font-size: 24px; }
.news_text p{ 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height:25px;  
    color: #231916; 
    letter-spacing: 2px;
    font-size: 14px;
    text-align: justify;
}
.news_line{margin-top:40px;width: 100px; height: 4px; background: #D70010 }
.news_text > a{ 
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    width: 25%;
    border: 1px solid #D7171F;
    color: #D7171F;
    font-weight: bold;
    font-size: 14px;
    transition: all .4s;
}
.news_text > a > span{position: absolute; right: 12%; top: 32%; font-size: 12px;}
.news_text > a:hover{
    background: #d70010;
    color: #fff;
}

/*加入我们*/
.job{
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #3E3E3F;
}
.job .iconfont{ color: #EE1D23 }
.job > h2{
    position: relative;
    padding-bottom: 30px;
    font-size: 50px;
}
.job > h2 > span{ display: block; font-size: 40px; }
.job > h2::after{ 
    content: ""; 
    position: absolute; 
    bottom: 0; 
    left:50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 2px;
    background: #D7171F;  
}
.job > p{
    padding: 30px 0;
    line-height: 30px;
    font-size: 16px; 
    font-family: 'msyhbd';
}
.tit-1 {
	color: #000000;
	text-align: center;
	font-size: 21px;
	line-height: 45px;
	margin-top: 45px;
}
.tit-1>strong {
	font-size: 45px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.text-1 {
	text-align: center;
	color: #717171;
	font-size: 14px;
	line-height: 28px;
	margin-top: 16px;
}
.job > h3{
    font-size: 80px;
    font-family: 'english06';
}
.job_list li{
    margin: auto 15px;
    padding: 35px 26px;
    width: 16%;
    border: 1px solid #939598;
}
.job_list li h2{
    font-size: 25px;
    font-weight: bold;
}
.job_list li h2 span{
    display: block;
    font-size: 12px;
}
.job_list li .iconfont{
    display: block;
    margin-top: 30px; 
    margin-bottom: 10px; 
}
.job_list li:hover{
    background:#d70010;
}
.job_list li:hover a{
    color: #fff;
}
.job_list li:hover .iconfont{
    color: #fff;
}
.job > .iconfont{ display: block; }
.job > a{ 
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    width: 24%;
    border: 1px solid #D7171F;
    color: #D7171F;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    transition: all .4s;
}
.job > a > span{position: absolute; right: 12%; top: 32%; font-size: 12px;}
.job > a:hover{
    background:#d70010;
    color: #fff;
}

/*关于我们*/
.aboutbg_frist{
    padding-top: 80px;
    /* padding-bottom: 80px; */
	padding-bottom: 60px;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    background:url(/images/about_sub_bg.jpg) no-repeat fixed;
    background-size:cover;
    z-index: 1;
}
.aboutbg_frist::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 2;
}
.aboutbg_frist_box{
    position: relative;
    z-index: 3;
}
.aboutbg_frist_box h3{
    position: relative;
    padding-bottom: 30px;
    color: #D70010;
    font-size: 40px;
    font-family: "hwht";
}
.aboutbg_frist_box h3::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 48.5%;
    width: 3%;
    height: 2px;
    background: #fff;
}
.aboutbg_frist_box h2{
    position: relative;
    display: inline-block;
    padding:30px 0 20px 0;
    color: #D70010;
    font-size: 60px;
}
.aboutbg_frist_box h2::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #C9C9CA;
}
.aboutbg_frist_box h4{
    position: relative;
	padding: 54px 0 30px 0;
    font-size: 40px;
    font-weight: normal;
}
.aboutbg_frist_box > p{
	width: 77%;
    font-size: 16px;
    line-height: 35px;
	/* text-align: initial; */
	margin: 0 auto;
}
.aboutbg_frist_box p>span {
	display: block;
	padding-bottom: 30px;
}
.aboutbg_frist_box ul{
    margin-top: 30px;
	margin-bottom: 50px;
}
.aboutbg_frist_box > ul > li{
    margin: auto 40px;
}
.aboutbg_frist_box > ul > li > div{
    position: relative;
    padding: 0 60px 0 0;
    font-size: 90px;
    font-family: 'english01';
}


.mobile-1 {
	padding-left: 20px;
}
.mobile-2 {
	padding-left: 3px;
}
.mobile-3 {
	padding-left: 17px;
}

.banner-img-wrap {
	width: 100%;
	background-color: #494542;
}

.banner-img {
	/* width: 100%; */
	width: 96%;
	margin: 0 auto;
}
.banner-img-1 {
	width: 100%;
}
.banner-img>img,
.banner-img-1>img {
	width: 100%;
}

.jia{
    position: absolute;
    bottom: -17px;
    right: -24px;
    font-family: 'jia';
    font-size: 96px;
}
.aboutbg_frist_box > ul > li > p{
    text-align: left;
    font-size: 17px;
}
.about_line{
    margin-top: 36px;
    width: 2px;
    height: 60px;
    background: #fff;
}

/* 品牌 */ 
.brands {
			/* display: flex;
			justify-content: space-around; */
			width: 85%;
			margin: 0 auto;
		}
		.brands-concept-hd {
			text-align: center;
		}
		.icon-pinpai {
			font-size: 28px;
			color: rgb(254,172,0);
		}
		.brands-concept-hd>h4 {
			display: inline-block;
			font-size: 24px;
			color: white;
			font-weight: 400;
			padding-left: 15px;
		}
		.brands-concept-bd {
			width: 100%;
		}
		.brands-concept:nth-child(3) .brands-concept-hd {
			margin-left: 48px;
		}
		.brands-concept-bd>p {
			font-size: 14px;
			color: white;
		}
		.brands-concept:nth-child(1) .brands-concept-bd {
			margin-left: 1%;
		}
		.brands-concept:nth-child(2) .brands-concept-bd {
			margin-left: 1%;
		}
		.brands-concept:nth-child(3) .brands-concept-bd {
			margin-left: 3%;
		}
		/* end */
.aboutbg_second{ position: relative; }
.aboutbg_second_top{
    padding-top: 222px;
    padding-bottom: 100px;
    background: #D7171F;
    color: #fff;
    font-size: 120px;
    font-family: 'english01';
    text-align: center;
    letter-spacing: 5px;
}
.aboutbg_second_bottom{  
    padding: 150px 0;
    border-bottom: 1px solid #939598;
} 
.aboutbg_second_img{
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}
.aboutbg_third{
    padding: 100px 23%;
}
.aboutbg_third_left{ width: 55%; }
.aboutbg_third_right{ overflow: hidden; width: 32%; }
.aboutbg_third_left h2{
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 3px solid #D7171F;
    font-size: 60px;
}
.aboutbg_third_left p{
    padding: 30px 0;
    color:#231F20;
    line-height: 30px;
    font-family: 'msyhbd';
}
.aboutbg_third_left em{
    font-size: 90px;
    font-family: 'english01';
    color: #3E3E3F;
}
.about_jia {
    position: absolute;
    font-family: 'jia';
    font-weight: normal;
    bottom: -24px;
    right: 30px;
}

/*印象*/
.yinxiang01{ 
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
    background:#231916;
}
.yinxiang01 h2{
    color: #fff;
    font-family: 'english01';
    font-size: 60px;
}
.yinxiang01 h2 span{ display: block; font-family: 'english01';}
.yinxiang01 p{ 
    position: absolute;
    bottom: 0;
    right: 5%;
    color: #57585A; 
    text-align: right; 
    line-height: 25px;
}
.yinxiang02,.yinxiang04{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #D70010;
}
.yinxiang_icon{
    position: absolute;
    left: 10%;
    top: -30px;
}
.yinxiang_bg{
    position: absolute;
    bottom: -50px;
    right: 5%;
    width: 15%;
}
.yinxiang_text h2{
    position: relative;
    font-size: 40px;
    color: #fff;
}
.yinxiang_text h2 span{
    display: block;
    font-family: 'english05';
    color: #fff;
    font-size: 35px;
}
.yinxiang_text h2::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background: #fff;
}
.yinxiang_text p{
    color: #fff;
    line-height: 30px;
}
.yinxiang02 .yinxiang_text{
    padding-top: 60px
}
.yinxiang03,.yinxiang04{ padding-top: 80px; padding-bottom: 80px;justify-content: space-between;align-items: center; }
.yinxiang03 .yinxiang_text h2{color: #D7171F;}
.yinxiang03 .yinxiang_text h2 span{color: #3E3E3F;}
.yinxiang03 .yinxiang_text h2::after{background: #3E3E3F;}
.yinxiang03 .yinxiang_text p{color: #3E3E3F;}

/*partner*/
.partner{ flex-wrap: wrap; }
.partner li{
    margin-bottom: 1%;
    margin-right: 1%;
    width: 24%;
    border: 2px solid #B5B5B6;
    box-sizing: border-box;
}

/*单页*/
.detail h3{ padding-bottom:10px;text-align: center;font-size: 26px; color: #434343}
.detail_time{padding-bottom:30px; text-align: center;border-bottom:2px solid #939598;color: #656565}
.case_box{ color: #656565 }
.back a{display: block;margin:auto;border: 2px solid #D7171F;width: 180px;height: 40px;line-height: 40px;text-align: center;font-size: 18px;
color:#D7171F }
.detail-button a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 30%;
    color:#656565;
}


/*分页*/
.fenye {width: 100%;height: auto;clear: both;}
.fenye ul{display:flex;justify-content: center;flex-wrap: wrap}
.fenye ul > li{display: block;box-sizing:border-box;margin:30px 5px;}
.fenye ul > li >a{display:block;width: 50px;height:50px;line-height:50px;text-align:center;border-radius: 10px;font-size:20px;border: 1px solid #D70010;color:#D70010;box-sizing:border-box;margin-left: -1px;}
.fenye .jump{text-align: center;width: 4em;height: 36px;box-sizing: border-box;border: 1px solid #ccc; transition: all 0.3s ease-in-out 0s;}
.fenye .jump:focus{outline: #1f9a81 0px solid;border: 1px solid #1f9a81;}
.fenye ul > li >span{line-height: 40px;}
/*.fenye .page-active + li>a{border-left: 1px #1f9a81 solid;}*/
.fenye .page-active>a{background: #D70010;color: #ffffff;border: 1px solid #D70010;}
.fenye .page-active>a:hover{background: ;color: #D70010;border: 1px solid #D70010;}
.fenye ul > li >a:hover{background: #D70010;color:#fff;}
.fenye .page-disabled>a{cursor: not-allowed;border: 1px solid #eee;}
.fenye .page-disabled>a{
    color:#aaa !important;
    background: initial !important;
    /*文件禁止选择*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fenye ul > li >a > .icon-you,.fenye ul > li >a > .icon-zuoyoujiantou1{ font-size: 20px; } 
@media all and (max-width:767px) and (min-width:320px) {
    /*.fenye .number,.fenye span,.jump-button,.jump,.news_icon {display: none!important}*/
    .fenye ul > li >a{width: 35px;height: 35px;line-height: 35px;font-size: 14px;}
    .fenye ul > li >a > .icon-you {font-size: 14px;}
    .fenye ul > li{margin: 10px 5px;}
}

/*媒体查询*/
@media (max-width:1920px) and (min-width:1700px) {
    .yinxiang_icon{ left: 23% }
    .yinxiang01 p,.yinxiang_bg{ right: 18%; }
    .aboutbg_second_img{ width: 40%; }
    .yinxiang_bg{ width: 12% }
    .about_jia{position: absolute;bottom: -24px;right: 30px;}
}
@media (max-width:1600px) and (min-width:1000px) {
    .news_text em {font-size: 40px;}
    .news_text h2 {font-size: 20px;}
    .news_text p{ font-size: 12px; }
    .news_line {margin-top: 22px;}
    .news_text > a {margin-top: 10px;}
    .aboutbg_third {padding: 100px 15%}

}
@media (max-width:991px) and (min-width:320px){
    .news_img,.news_text,.aboutbg_third_left,.case_box img{width: 100%}
    .banner_text{ width: 60%; }
    .icon-down{ font-size: 12px; }
    .banner_text h2 {font-size: 20px;}
    .banner_text h3 {padding:0px; margin: 5px auto;width: 80%;font-size: 12px;}
    .yinxiang01 h2 {font-size: 30px;}
    .yinxiang01 p {position: relative;right:0;padding:20px 0;text-align: left;}
    .yinxiang_text h2::after {width: 100px;}
    .yinxiang_text h2 span,.case_left h3 {font-size: 25px;}
    .yinxiang_text h2 {font-size: 30px;}
    .yinxiang_bg {width: 32%;z-index: 1;}
    .yinxiang_icon {z-index: 99; left: 0; width: 100%;}
    .yinxiang02, .yinxiang04,.yinxiang03, .yinxiang04{ position: relative; padding-top: 50px;padding-bottom: 50px;}
    .yinxiang_img img{ width: 35%; }
    .yinxiang_img{ position: absolute; top: 40px; right: 1%; text-align: right;}
    .sub_list .iconfont {margin: 20px auto;font-size: 20px;}
    /* .case_list li{ width: 50% } */
	.case_list li{ width: 47% }
	.case_list li {
		margin: 1%;
	}
    .case {padding-top: 20px;padding-bottom: 20px;}
    .case_left h2 {margin-top: 10px;font-size: 25px;line-height: 40px;}
    .case_right {padding: 20px 0;position: relative;}
    .news_text em {font-size: 35px;padding-top: 10px;}
    .news_text > a {margin-top: 20px;padding: 8px 25px;width: 30%;font-size: 12px;}
    .news_text > a > span {padding-left: 5%;}
    .mb100 {margin-bottom: 60px;}
    .aboutbg_second_img {width: 90%;}
    .aboutbg_second_top {padding-top: 40px;padding-bottom: 40px;font-size: 25px;}
    .aboutbg_second_bottom {padding: 70px 0; }
    .aboutbg_frist {padding-top: 30px;padding-bottom: 30px;}
    .aboutbg_frist_box h3 {padding-bottom: 10px;font-size: 20px;}
    .aboutbg_frist_box h3::after {left: 46%;width: 8%;}
    .aboutbg_frist_box h2,.aboutbg_frist_box h4 {padding: 15px 0;font-size: 20px;}
    .aboutbg_frist_box > p {font-size: 12px;line-height: 25px;}
    .jia {bottom: -6px;right: 2px;font-size: 35px;}
    .aboutbg_frist_box > ul > li > div {padding: 0 30px 0 0;font-size: 40px;}
    .aboutbg_frist_box > ul > li > p {font-size: 12px;}
    .about_line {margin-top: 14px;width: 2px;height: 20px;}
    .aboutbg_frist_box > ul > li {margin: auto 10px;}
    .aboutbg_third {padding: 20px 2%;}
    .aboutbg_third_left h2 {padding-bottom: 10px;font-size: 25px;}
    .aboutbg_third_left p{ padding: 15px 0;line-height: 25px;}
    .aboutbg_third_left em {font-size: 35px;}
    .aboutbg_third_right{ width: 60%; text-align: center; }
    .job > h2 {padding-bottom: 12px;font-size: 25px;}
    .job > h2 > span {font-size: 25px;}
    .job > p {padding: 15px 0;line-height: 25px;}
    .job > h3 {font-size: 30px;}
    .job_list li {margin: auto ;padding: 30px 0;width: 50%;box-sizing: border-box;}
    .job_list li:nth-child(even){ border-left: 0px; }
    .job_list li:nth-child(3),.job_list li:nth-child(4){ border-top: 0px; }
    .job > a {margin-top: 20px;padding: 10px 30px;width: 50%;}
    .sub_icon_list li{ margin: auto; }
    .sub_icon_list{ justify-content:center; }
    .detail-button a {display: block;width: 100%;margin-bottom: 10px;}

    .yinxiang_img,.yinxiang_bg img,.aboutbg_third_right{display: none}
    .yinxiang01 {position: relative;padding-top: 40px;padding-bottom: 40px;background: #231916;}
    .sub_list li{ width: 50%; }
    .sub_list ul li a {width: 90%;padding: 10px 0;margin: 10px;text-align: center;}
    .case h2 {margin-top: 15px;font-size: 20px;line-height: 30px;}
    .case h3 {padding-bottom: 15px;font-size: 25px;}
    .case h3::after {left: 46%;width: 8%;}
    .sub_list { width: 100%;overflow: hidden; }
    .news_text h2{ font-size: 18px; }
    .news_text p{line-height: 20px;letter-spacing: 0px;font-size: 12px;}
    .news_line {margin-top: 20px;width: 75px;}
    .news li{margin-top: 20px;}
    .mb100{ margin-bottom:20px }
    .partner li{width: 49%;}
}
@media screen and (max-width:992px){
			.brands-concept-bd {
				width: initial;
				padding: 0 30px 0 35px;
				margin-left: initial;
			}
		}
		@media screen and (max-width:640px){
			.brands {
				display: block;
				margin: initial;
			}
			.brands-concept {
				margin: 25px 0;
			}
			.icon-pinpai {
				font-size: 22px;
			}
			.brands-concept-hd>h4 {
				font-size: 18px;
				margin-left: 4%;
			}
			.brands-concept-bd {
				padding: initial;
				margin-left: 20% !important;
			}
			.brands-concept-bd>p {
				font-size: 14px;
				text-align: initial;
			}
			.brands-concept:nth-child(3) .brands-concept-hd {
				margin-left: 40px;
			}
			/* 简介 */
			.aboutbg_frist_box ul {
				margin: 25px 0 25px 0;
			}
			.mobile-3 {
				padding-left: 6px;
			}
			/* 伙伴 */
			.tit-1 {
				font-size: 18px;
			}
			.tit-1>strong {
				font-size: 35px;
			}
			#about01 {
				text-align: initial;
			}
		}
