/*滚动条样式*/
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#f2ddc6}
::-webkit-scrollbar-thumb{background:#e61c24;height:60px}
::-webkit-scrollbar-thumb:window-inactive{background:#e61c24}
::-webkit-scrollbar-thumb:vertical:hover{background:#e61c24}
.indexHeader .navbar-default{position: fixed;-webkit-transition: all 0.5s;transition: all 0.5s;}
.navbar-default{background:rgba(255,255,255,0.0);}
.bgW .navbar-default{background:rgba(255,255,255,0.5);}
.bgW2 .navbar-default{background:rgba(255,255,255,1);box-shadow:0 3px 8px rgba(0,0,0,.15);}
/*内页banner*/
.indexHeader .navbar-default {
    position: fixed;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.inside_banner {
	position: relative;
	width: 100%;
	height: 630px;
}
.inside_banner_text {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	color: #fff;
}
.pro_banner_text {
	text-align: center;
}
.inside_banner_text h2 {
	font-size: 16px;
	line-height: 1;
	margin: 0 0 10px;
}
.inside_banner_text p {
	font-size: 12px;
	margin: 0;
}
.inside_banner_text img {
	display: block;
	width: 100%;
}

.submenu {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
	justify-content: flex-start;
}
.submenu li {
	float: left;
	padding: 0 2px;
	text-align: center;
}
.submenu li a {
	font-size: 18px;
	color: #fff;
	background-color: transparent;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.submenu li a span {
	display: inline-block;
	position: relative;
}
.submenu li a span:after {
	content: "";
	width: 0;
	height: 4px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	transition: all .5s;
}
.submenu li.active a span:after,
.submenu li a:hover span:after {
	width: 100%;
}
.submenu li a:hover {
	background-color: transparent
}

.inside_title {
	text-align: center;
	margin-bottom: 30px;
}
.inside_title span {
	display: block;
	font-family: "Segoe UI";
	font-size: 24px;
	font-weight: 100;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #5d5c5c;
	text-transform: uppercase;
}
.inside_title span i {
	color: #e61c24;
}
.inside_title span:after {
	content: "";
	width: 180px;
	height: 1px;
	background-color: #4d4d4d;
	display: block;
	margin: 10px auto;
}
.inside_title h2 {
	font-size: 16px;
	color: #494949;
	margin: 0;
}
.sub_title{display: block;width:100%;color:#2e2121;left:0;top:10%;-webkit-transform: scale(0);transform: scale(0);z-index: 3;}
.sub_title h2{font-size:45px;margin:0;font-weight: bold;}
.sub_title p{font-size:30px;}

@media (max-width: 767px) {
	.sub_title h2{font-size: 24px;}
	.sub_title p{font-size: 24px;}
	.inside_banner {
		height: 155px;
	}
}

/* 荣誉资质 */
.honor_main {
	padding-top: 120px;
	padding-bottom: 54px;
}
.honor_main .sub_title{
	color: #ffffff;
}
.honor_main .sub_title h2{
	font-size: 30px;
}
/* .flipster-carousel .flip-item{
	background: ;
} */

.honor_main .honorSection {
	width: 1300px;
    margin: 0 auto;
    padding: 80px 0 15px;
    overflow: hidden;
	margin-top: 80px;
}

.honorSection ul {
    width: 598px!important;
    height: 449px!important;
}
.honorSection .img {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.honorSection .img .p {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    bottom: 0;
    left: 0;
    font-size: 16px;
    background: rgba(0,0,0,0.5);
    height: 100%;
}
.honorSection .flip-content .tit {
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	color: #3b3737;
}
.honorSection .flip-current .img .p {
    background: none;
}
.honorSection.flipster-carousel .flip-past,.honorSection.flipster-carousel .flip-future{
	opacity: 0;
}

.honor_main2 {
	padding-top: 120px;
	padding-bottom: 54px;
}
.honor_main2 .sub_title{
	color: #ffffff;
	text-align: right;
}
.honor_main2 .sub_title h2{
	font-size: 30px;
}

.honorswiper{
	width: 1400px;
    margin: 80px auto 0;

}
.honor_main2 .swiper-honor{
	padding-bottom: 110px;
}
.honor_main2 .swiper-honor .item .img_box {
	overflow: hidden;
}
.honor_main2 .swiper-honor .item .img_box img{
	width: 100%;
	-webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
}
.honor_main2 .swiper-honor .item:hover .img_box img{
	-moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.honor_main2 .swiper-honor .item .tit{
	font-size: 18px;
	line-height: 24px;
	font-weight: 200;
	color: #3b3737;
	text-align: center;
	overflow: hidden;
	margin-top: 35px;
}

.swiper-honor .swiper-pagination .swiper-pagination-bullet-active{
    background: #e61c24;
}
.honor_main .s3_min{display: none;}

@media (max-width: 767px) {
	.honorswiper {
		width: 100%;
	}
	.honor_main{

	}
	.honor_main .honorSection{
		display: none!important;
	}
	.honor_main .s3_min{display:block;overflow:hidden;padding-bottom:30px;}
    .honor_main .s3_min .img img{width:100%;}
    .honor_main .s3_min .swiper-pagination{bottom:0;}
    .honor_main .s3_min .img .p{width:100%;text-align:center;color:#fff;font-size:16px;background:#e61c24;height:45px;}
    .honor_main .s3_min .img span{width:100%;height:45px;line-height:45px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
   .honor_main2 .swiper-honor{    padding-bottom: 60px;}
   .honor_main .swiper-pagination .swiper-pagination-bullet-active{
	background: #e61c24;
   }
   .honor_main .sub_title h2{
	font-size: 18px;
   }
   .honor_main2 .sub_title h2{
	font-size: 18px;
   }
}

/*详情*/
.InfoContent {
	margin-top: 30px;
	font-size: 18px;
	line-height: 2.4;
	position: relative;
	overflow: hidden;
}
.InfoContent img {
	max-width: 100%;
}
.InfoTitle {
	margin-bottom: 15px;
	text-align: center;
}
.InfoTitle h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
}
.InfoTitle .date {
	display:block;
	font-size:12px;
	color:#666;
	margin-top:10px
}
.info_previous_next_wrap {
	border-top: 1px #dad9d9 solid;
	padding-top: 16px;
	margin-top: 40px;
	font-size: 14px;
	color: #666;
}
.info_previous_next_wrap a {
	display: block;
	color: #666;
	text-decoration: none;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.info_previous_next_wrap b{
	position: absolute;
	left:0;
	top:0;
}
.info_previous_next_wrap a:hover {
	color: #e61c24;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
	position: relative;
	padding-left:56px;
}
@media (max-width: 767px) {
	.InfoContent{
		font-size: 14px;
	}
	
}


/* 数字统计 */

.tobox{

	background: #ffffff;
	z-index: 999;
	width: 100%;
}

.tobox .tjul li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    color: #d1cfcf;
    padding: 50px 15px;

}
.tjul li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 60px;
	background: linear-gradient(to bottom, #ffffff00 0%,#000000 50%, #ffffff00 100%);
    top: 50%;
    margin-top: -30px;
    right: 0;
}
.tjul li .num {
    color: #000000;
    font-size: 48px;
    margin: 0 ;
    font-family: arial;
    font-weight: 100;
}
.tjul li .num .red {
    color: #e34436;
}
.tjul li .num i{
    color: #000000;
    font-size: 18px;
    font-family: arial;
    font-weight: 200;
}
.tjul li p{
    color: #000000;
    font-size: 18px;
    font-family: arial;
    font-weight: 200;
}
.tjul li:last-child::before{display: none;}



@media (max-width: 767px) {
	.submenu li a {
		font-size: 12px;
		padding: 10px;	
	}
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px;
	}
	.inside_title {
		margin-bottom: 15px;
	}
	.inside_title span {
		font-size: 18px;
	}
	.inside_title span:after {
		width: 120px;
	}
	.inside_title h2 {
		font-size: 14px;
	}
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px;
	}
	.tobox .tjul{
		float: none;
	}
	
	.tobox .tjul li {
		width: 50%;
		padding: 15px;
	}
	.tobox .tjul li .num{
		font-size: 30px;
	}
	.tobox .tjul li p{
		font-size: 14px;
	}
	.tobox .tjul li:nth-child(2n+2):before{
		display: none;
	}
	.factory_box{
		margin-top: 40px;
	}

}
@media (min-width: 768px) {
	.inside_banner_text h2 {
		font-size: 18px;
	}
	.inside_banner_text p {
		font-size: 14px;
	}
	
}
@media (min-width: 992px) {
	.inside_title {
		margin-bottom: 50px;
	}
}
@media (min-width: 1200px) {
	.inside_banner {
		height: 620px;
	}
	.inside_banner_text h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.inside_banner_text p {
		font-size: 16px;
	}
	.submenu li a {
		font-size: 16px;
	}
	.inside_title span {
		font-size: 36px;
	}
	.inside_title span:after {
		width: 280px;
		margin: 20px auto;
	}
	.inside_title h2 {
		font-size: 18px;
	}
}
@media (min-width: 1400px) {
	.inside_banner {
		height: 630px;
	}
	.inside_banner_text h2 {
		font-size: 30px;
	}
	.inside_banner_text p {
		font-size: 18px;
	}
	
	.inside_title span {
		font-size: 48px;
	}
	.inside_title span:after {
		width: 325px;
	}
}


/* 厂区 */

.factory_box {
	display: flex;
	margin-top: 120px;
}
.factory_box img{
	max-width: 100%;
	
}
.factory_box .lbox{
	flex: 0 0 60%;
}
.factory_box .lbox .pic{
	width: 100%;
	height: 100%;
}
.factory_box .lbox .pic img{
	width: 100%;
	height: 100%;
}


.factory_box .rbox{
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 40%;
	align-content: space-between;
	justify-content: flex-end;
}

.factory_box .rbox .item{
	width: 100%;
	height: 48%;
	padding-left: 25px;
}
.factory_box .rbox .item img{
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.factory_box{
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.factory_box .lbox {
		flex: 0 0 100%;
	}
	.factory_box .rbox {
		flex: 0 0 100%;
	}
	.factory_box .rbox .item{
		padding:0;
		margin-top: 15px;
	}
}

/* 企业文化 */

.cultureContent .culture-intro{
	float: left;
	width: 45.6%;
	padding-top: 80px;
	padding-bottom: 128px;
}
.cultureContent .culture-intro p{
	font-size: 18px;
	line-height: 2.4;
	font-weight: 200;
	
}
.cultureContent .culture-img{
	float: right;
	width: 48.33%;
	display: flex;
	flex-wrap: wrap;
}
.culture-item {
	width: 305px;
	height: 454px;
	padding: 40px 45px;
	background: #ffffff;
	display: inline-block;
	margin-right: 38px;
}
.culture-item:nth-child(2),.culture-item:nth-child(4){
	margin-top: 48px;
}
.culture-item .culture-item-wrap .icon{
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: #e94638;
	position: relative;
}
.culture-item .culture-item-wrap .culture-item-title{
	font-size: 24px;
	line-height: 36px;
	margin-top: 80px;
}
.culture-item .culture-item-wrap .culture-item-desc{
	font-size: 18px;
	line-height: 36px;
	margin-top: 15px;
}
.culture-item .culture-item-wrap .icon .default{
	width: 62px;
	height: 62px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.culture-item .culture-item-wrap .icon .hover {
	width: 62px;
	height: 62px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
    opacity: 0;
}
.culture-item:hover .culture-item-wrap .icon {
	background: #ffffff;
}
.culture-item:hover {
	background: #e94638;
}
.culture-item:hover .culture-item-wrap .icon .hover{opacity: 1;}
.culture-item:hover .culture-item-wrap .icon .default{opacity: 0;}
.culture-item:hover .culture-item-title{color: #ffffff;}
.culture-item:hover .culture-item-desc{color: #ffffff;}
@media (max-width: 768px) {
	.cultureContent .culture-intro{
		width: 100%;
		padding-top: 50px;
   		padding-bottom: 70px;
	}
	.cultureContent .culture-intro p{
		font-size: 18px;
    	line-height: 32px;
	}
	.cultureContent .culture-img{
		width: 100%;
	}
	.culture-item{
		width: 100%;
		margin-right:0;
		padding: 20px;
		height: auto;
		margin-top: 15px!important;
	}
	.culture-item .culture-item-wrap .culture-item-title{
		margin-top: 30px;
		text-align: center;
	}
	.culture-item .culture-item-wrap .icon{
		margin: 0 auto;
	}
}

/*内页某某客户*/
.partner_item {
	margin-left: -2px;
	margin-right: -2px;
}
.partner_item .column {
	padding: 0 2px;
	margin: 2px 0;
}
.partner_item a {
	display: block;
	background-color: #fff;
	cursor: pointer;
	border:1px solid #eee;
}


/*内页成功案例*/
.cases_main{
	padding: 120px 0;
}
.case_item {
	margin-top: 100px;
	margin-left: -5px;
	margin-right: -5px;
}
.case_item .column {
	padding: 0 5px;
	margin: 5px 0;
}
.case_item .img {
	cursor: pointer;
	overflow: hidden;
}
.case_item  h4 {
	width: 100%;
	font-size: 18px;
	text-align: center;
	color: #000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 10px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media (max-width: 767px) {
	.cases_main{
		padding: 60px 0;	
	}
	.case_item{
		margin-top: 60px;
	}
	.case_item .img h4 {
		font-size: 12px;
	}
	.case_modal .modal-dialog {
		width: 100%;
		padding: 0 30px;
	}
	
}

/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.case_modal .modal-dialog {
		height: 70%;
	}
}
@media (min-width: 768px) {
	.case_item {
		margin-left: -10px;
		margin-right: -10px;
	}
	.case_item .column {
		padding: 0 10px;
		margin: 10px 0;
	}
}
@media (min-width: 992px) {
	.case_item {
		margin-left: -15px;
		margin-right: -15px;
	}
	.case_item .column {
		padding: 0 15px;
		margin: 15px 0;
	}
	.case_item .img h4 {
		padding: 15px;
	}
}

/*关于我们页面*/
.inside_main {
	padding: 40px 0 60px;
	position: relative;
	overflow: hidden;
	transition: all .5s;
	min-height:70vh;
}
.inside_main .container {
	position: relative;
}
/*公司简介*/
.about_item {
	margin-left: -10px;
	margin-right: -10px;
}
.about_item .column {
	padding: 0 10px;
	margin: 15px 0;
}
.inside_main .column:hover img {
	transform: scale(1.1);
}

.service_scope {
	margin-top: 30px;
	margin-left: -10px;
	margin-right: -10px;
}
.service_scope .column {
	padding: 0 10px;
	margin: 10px 0;
}
.business_item {
	margin-left: -10px;
	margin-right: -10px;
}
.business_item .column {
	padding: 0 10px;
	margin: 10px 0;
}
.honor_item .column{
	float:left;
	width:20%;
	padding:0 15px;
	margin-bottom:30px;
}
.honor_item .img:hover img {
	transform: scale(1.05);
}

.service_process {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.service_process h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	line-height: 1.71428571;
	position: relative;
}
.service_process li .text span {
	display: block;
}

@media (max-width: 767px) {
	.service_process li {
		margin: 15px 0;
	}
	.service_process h2 {
		padding-left: 20px;
	}
	.service_process h2:after {
		content: "";
		width: 12px;
		height: 12px;
		border-radius: 100%;
		border: 2px #e61c24 solid;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -6px;
	}
	.service_process li:nth-child(even) h2:after {
		border-color: #424241;
	}
	.service_process .text {
		padding-left: 20px;
	}
	.service_process .text span {
		margin: 5px 0;
	}
	.service_process .text span br {
		display: none;
	}
}
@media (min-width: 768px) {
	.service_process {
		display: flex;
		justify-content: space-between;
	}
	.service_process li {
		float: left;
		width: 12.5%;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
	}
	.service_process li:nth-child(even) {
		flex-direction: column-reverse;
		margin-top: 65px;
	}
	.service_process li:nth-child(3) {
		width: 25%;
	}
	.service_process li:nth-child(4) {
		width: 20%;
	}
	.service_process li:nth-child(5) {
		width: 15%;
	}
	.service_process h2 {
		color: #fff;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 78px;
		height: 46px;
		font-size: 12px;
		background-color: #e61c24;
		padding: 0 10px;
		margin: 23px 0;
	}
	.service_process h2:after,
	.service_process h2:before {
		content: "";
		width: 0;
		height: 0;
		border-left: 39px transparent solid;
		border-right: 39px transparent solid;
		position: absolute;
		left: 0;
		z-index: -1;
	}
	.service_process h2:before {
		border-bottom: 23px #e61c24 solid;
		top: -23px;
	}
	.service_process h2:after {
		border-top: 23px #e61c24 solid;
		bottom: -23px;
	}
	.service_process li:nth-child(even) h2 {
		background-color: #424241;
	}
	.service_process li:nth-child(even) h2:before {
		border-bottom-color: #424241;
	}
	.service_process li:nth-child(even) h2:after {
		border-top-color: #424241;
	}
	.service_process li .text {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.service_process li:nth-child(even) .text {
		align-items: flex-end;
	}
	.service_process li .text span {
		text-align: center;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		font-size: 12px;
		margin: 0 5px;
	}
	.service_process li:last-child .text span {
		-webkit-writing-mode: initial;
		writing-mode: initial;
		margin: 0;
	}
	.service_process li i {
		display: block;
		width: 100%;
		height: 1px;
		background-color: #aeaeae;
		margin: 20px 0;
		position: relative;
	}
	.service_process li:first-child i,
	.service_process li:last-child i {
		background-color: transparent;
	}
	.service_process li:first-child i:after,
	.service_process li:last-child i:after {
		content: "";
		width: 50%;
		height: 1px;
		background-color: #aeaeae;
		float: right;
	}
	.service_process li:last-child i:after {
		float: left;
	}
	.service_process li i:before {
		content: "";
		width: 1px;
		height: 82px;
		background-color: #aeaeae;
		position: absolute;
		right: 0;
	}
	.service_process li:nth-child(odd) i:before {
		top: 0;
	}
	.service_process li:nth-child(even) i:before {
		bottom: 0;
	}
	.service_process li:last-child i:before {
		display: none;
	}
	.service_process li i em {
		width: 12px;
		height: 12px;
		border-radius: 100%;
		background-color: #fff;
		border: 2px #e61c24 solid;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.service_process li:nth-child(even) i em {
		border-color: #424241;
	}
	.service_process li i em:after {
		content: "";
		width: 0;
		height: 0;
		border-top: 4px transparent solid;
		border-bottom: 4px transparent solid;
		border-left: 5px #717171 solid;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-left: 25px;
	}
	.service_process li:nth-child(2) i em:after,
	.service_process li:nth-child(5) i em:after {
		margin-left: -20px;
	}
	.service_process li:nth-child(3) i em:after {
		margin-left: 40px;
	}
	.service_process li:last-child i em:after {
		display: none;
	}
	.service_process li i em:before {
		content: "";
		width: 12px;
		height: 12px;
		border-radius: 100%;
		border: 2px #e61c24 solid;
		background-color: #fff;
		position: absolute;
		top: -2px;
		left: -2px;
		transition: all .5s;
	}
	.service_process li:nth-child(even) i em:before {
		border-color: #424241;
	}
	.service_process li:hover i em:before {
		transform: scale(2);
		opacity: 0;
	}
}
@media (min-width: 992px) {
	.inside_main {
		padding: 50px 0 80px;
	}
	.service_process li:nth-child(even) {
		margin-top: 87px;
	}
	.service_process h2 {
	    width: 98px;
	    height: 56px;
	    margin: 29px 0;
	}
	.service_process h2:before,
	.service_process h2:after {
	    border-left-width: 49px;
	    border-right-width: 49px;
	}
	.service_process h2:before {
	    border-bottom-width: 29px;
	    top: -29px;
	}
	.service_process h2:after {
	    border-top-width: 29px;
	    bottom: -29px;
	}
	.service_process li .text span {
		font-size: 14px;
	    margin: 0 10px;
	}
	.service_process li i:before {
		height: 100px;
	}
	.service_process li i em,
	.service_process li i em:before {
		width: 16px;
		height: 16px;
	}
	.service_process li i em:after {
		margin-left: 30px;
	}
	.service_process li:nth-child(2) i em:after,
	.service_process li:nth-child(5) i em:after {
		margin-left: -20px;
	}
	.service_process li:nth-child(3) i em:after {
		margin-left: 30px;
	}
}
@media (min-width: 1200px) {
	.inside_main {
		padding: 55px 0 100px;
	}
	.about_item {
		margin-left: -20px;
		margin-right: -20px;
	}
	.about_item .column {
		padding: 0 20px;
	}
	.service_scope {
		margin-left: -15px;
		margin-right: -15px;
	}
	.service_scope .column {
		padding: 0 15px;
	}
	.business_item {
		margin-left: -30px;
		margin-right: -30px;
	}
	.business_item .column {
		padding: 0 30px;
	}
	
	.service_process li:nth-child(even) {
		margin-top: 109px;
	}
	.service_process h2 {
	    width: 118px;
	    height: 68px;
	    font-size: 14px;
	    margin: 34px 0;
	}
	.service_process h2:before,
	.service_process h2:after {
	    border-left-width: 59px;
	    border-right-width: 59px;
	}
	.service_process h2:before {
	    border-bottom-width: 34px;
	    top: -34px;
	}
	.service_process h2:after {
	    border-top-width: 34px;
	    bottom: -34px;
	}
	.service_process li .text span {
	    margin: 0 25px;
	}
	.service_process li i em,
	.service_process li i em:before {
		width: 20px;
		height: 20px;
	}
	.service_process li i em:after {
		margin-left: 50px;
	}
	.service_process li:nth-child(2) i em:after,
	.service_process li:nth-child(5) i em:after {
		margin-left: -30px;
	}
	.service_process li:nth-child(3) i em:after {
		margin-left: 70px;
	}
}
@media (min-width: 1400px) {
	.inside_main {
		padding: 120px 0 100px;
	}	
}

/*金瀚优势*/
.advantage_item {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.advantage_item li {
	transform: none;
}
.advantage_item li p {
	-webkit-line-clamp: initial;
}

/*人才招聘*/
.job_main {
	background: #F9F9F9;
}
.job_info {
	font-size: 14px;
	line-height: 2;
}
.job_list {
	margin: 60px 0;
	list-style: none;
	padding: 0;
}
.job_list li {
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	/*border-bottom: 4px #f4c712 solid;*/
	margin: 0 0 50px;
	padding: 40px 0;
}
.job_list li .table {
	margin-bottom: 0;
}
.job_list li .table tr td {
	border-top: 0;
	border-right: 1px #E3E3E3 solid;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	padding: 0 1%;
	font-size: 16px;
}
.job_list li .table tr td.td1,
.job_list li .table tr td.td5 {
	width: 18%;
}
.job_list li .table tr td.td2,
.job_list li .table tr td.td3 {
	width: 12%;
}
.job_list li .table tr td:last-child {
	border-right: 0;
}
.job_list li .table tr td.requirement {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	width: 40%;
	line-height:24px;
}
.job_list .table tr td a {
	display: inline-block;
	background: #e61c24;
	color: #fff;
	padding: 10px 0;
	border-radius: 5px;
	border: 1px #e61c24 solid;
}
.job_list .table tr td a:hover {
	color: #e61c24;
	background: transparent;
}
.job_list li.table-responsive::-webkit-scrollbar {
	height: 0;
}

@media (max-width: 767px) {
	.job_info {
		font-size: 12px;
	}
	.job_list {
		margin: 40px 0;
	}
	.job_list li {
		padding: 20px 0;
		margin: 0 0 30px;
	}
	.job_list li .table {
		width: 250%;
		max-width: 250%;
	}
	.job_list li .table tr td {
		font-size: 14px;
		white-space: normal;
	}
	.job_list li .table tr td.requirement {
		font-size: 12px;
	}
	.job_list .table tr td a {
		width: 85%;
	}
}
@media (min-width: 768px) {
	.job_list .table tr td a {
		width: 85%;
	}
}
@media (min-width: 1400px) {
	.job_list .table tr td a {
		width: 70%;
	}
}


/*翻页*/
.pager{text-align: center;margin:20px 0;padding:20px 0;}
.pager *{display: inline-block;font-size:12px;margin-bottom:5px;}
.pager .p_page{cursor: pointer;}
.pager .p_page,.nextPage,.prvePage{padding:7px 13px;text-align: center;background:#e9e9e9;}
.nextPage,.prvePage{cursor: default;}
.pager .currentPage,
.pager .p_page:hover{background:#E6001F;cursor: pointer;color:#fff;}
.pager .p_page:active,.nextPage.currentPage:active,.prvePage.currentPage:active{background:#E6001F;}


/*内页新闻中心*/
.news_main{
	padding: 120px 0;
}
.news_main .sub_title{
	text-align: center;
}
.news_item {
	list-style: none;
	padding: 0;
	margin: 100px 0 0;
}
.news_item li{
	margin-bottom: 52px;
}
.news_item li a {
	width: 100%;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid #EBEBEB;
	padding: 27px 35px;
	justify-content: space-between;
	border: 1px solid #d6d6d6;
}
.news_item li a:hover {
	border: 1px solid #f50813;
}
.news_item li .img {
	float: left;
	width: 20%;
}
.news_item li .img img {
	width: auto;
	height: 95px;
}
.news_item li a:hover img {
	transform: scale(1.1);
}
.news_item li .news_text {
	float: right;
	width: 60%;
	padding-left: 15px;
}
.news_item li .news_text.width100 {
	float: right;
	width: 100%;
	padding-left: 0;
}
.news_item li .news_text h3 {
	font-size: 14px;
	color: #333;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_item li a:hover h3 {
	color: #e61c24;
}
.news_item li .news_text p {
	font-size: 18px;
	line-height: 1.5;
	color: #999;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_item li  .date {
	float: right;
	width: 20%;
	font-size: 12px;
	color: #999;
	text-align: center;
	padding-left: 120px;
}
.news_item li a:hover .date {
	color: #f50813;
}
.news_item li  .date .fa {
	font-size: 50px;
	width: 100%;
}

.news_item li  .date span {
	font-size: 18px;
}
@media (max-width: 768px) {
	.news_main {
		padding: 30px 0;
	}
	.news_item{
		margin: 60px 0 0;
	}
	.news_item li a{
		flex-direction: column;
		padding: 15px 15px;
	}
	.news_item li .img {
		width: 100%;
	}
	.news_item li .img img{
		width: 100%;
		height: 200px;
	}
	.news_item li .news_text{
		width: 100%;
		margin-top: 15px;
	}
	.news_item li .news_text h3{
		font-size: 18px;
	}
	.news_item li .news_text p{
		padding: 0;
		font-size: 16px;
		line-height: 1.5;
		height: 48px;
	}
	.news_item li .date{
		width: 100%;
		padding-left: 0;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center
	}
	.news_item li .date .fa{
		width: auto;
		font-size: 35px;
	}
}
@media (min-width: 768px) {

	.news_item li .img {
		width: 30%;
	}
	.news_item li .img img {
		width: 100%;
		height: auto;
	}
	.news_item li .news_text {
		width: 70%;
		padding-left: 30px;
	}
	.news_item li .news_text h3 {
		font-size: 24px;
	}
	.news_item li .news_text p {
		font-size: 18px;
		margin: 20px 0;
		-webkit-line-clamp: 3;
	}
	.news_item li .news_text .date {
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	.news_item li .img {
		width: 25%;
	}
	.news_item li .news_text {
		width: 75%;
	}
}
@media (min-width: 1200px) {
	.news_main .container{
		width:1500px;
	}
	.news_item li .img {
		width: 20%;
	}
	.news_item li .news_text {
		width: 80%;
	}
}


/* 产品中心 */
.cate_main{
	padding: 100px 0 0;
}
.cate_main .container{padding-left:0;padding-right:0;}
.cate-wrap {
	/* height: 100vh; */
    overflow: hidden;
}
.show {
    display: block;
}
.cate-wrap .cate-item{
	margin-bottom: 65px;
}
.cate-wrap .cate-item.active .sub_title {
	color: #e34436;
}
.cate-wrap .cate-item.active .slick-cate {
    padding-top: 10px;
    height: 440px;
}

.cate-wrap .cate-item .cate-item-header .cate-title {
    height: 90px;
    overflow: hidden;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cate-wrap .cate-item .cate-item-header .cate-title span {
    display: inline-block;
    vertical-align: top;
    color: gray;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}
.cate-wrap .cate-item .cate-item-header .cate-title .en {
    font: 900 52px/60px "Lato";
}
.cate-wrap .cate-item .cate-item-header .cate-title .cn {
    font-size: 42px;
    line-height: 50px;
}
.category-item .category-item__img img{
	width: 100%;
}
.category-item .category-item__title {
	font-size: 18px;
	color: #2e2121;
	line-height: 45px;
	text-align: center;
}


.cate-item.hide {
    display: block;
}
.cate-item.hide {
    display: block;
}
.cate-item.active .swiper-cate {
    padding-top: 40px;
    height: 440px;
}
.swiper-cate {
    /* margin-right: -20px;
    margin-left: -20px; */

    overflow: hidden;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cate_main .sub_title {
	cursor: default;
}
.product-list{
	margin-top: 30px;
}
.product-list .items{
	margin-bottom: 20px;
}
@media (max-width: 1480px){
	.cate-item.active .swiper-cate {
		height: 29.72973vw;
	}
}
@media (max-width: 767px){
	.cate_main {
		padding: 30px 0 0;
	}
	.cate_main .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cate-wrap .cate-item{
		margin-bottom: 30px;
	}
}





/* 服务支持 */
.service_main {
	padding: 120px 0 0;
	background: #f0f0f1;
}
.service_main .box{
	margin-top: 60px;
}
.service_main .box1{
	display: flex;
	margin-bottom: 120px;
	background: #ffffff;
}
.service_main .box1 .lbox{
	flex: 0 0 50%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	justify-content: flex-end;
	padding: 30px 60px;
	text-align: right;
}
.service_main .box1 .lbox .pic img{
	width: 100%;
}
.service_main .box1 .lbox .tits .cn{
	font-size: 24px;
	line-height: 42px;
	margin: 0;
}
.service_main .box1 .lbox .tits .en{
	font-size: 16px;
	line-height: 30px;
}
.service_main .box1 .lbox .con{
	font-size: 18px;
	line-height: 26px;
}
.service_main .box1 .lbox .serbtn{
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
	width: 150px;
	background: #e94638;
	text-align: center;
	color: #ffffff;
}

.service_main .box1 .rbox{
	flex: 0 0 50%;
}
.service_main .box1 .rbox .pic img{
	width: 100%;
}
.service_main .box2{
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;
	margin-bottom: 120px;
}
.service_main .box2 .topbox{
	flex: 100%;
}
.service_main .box2 .botombox{
	flex: 100%;
	padding: 30px;
	text-align: center;
}
.service_main .box2 .topbox .pic img{
	width: 100%;
}
.service_main .box2 .botombox .tit{
	font-size: 24px;
	line-height: 42px;
	margin: 0;
}
.service_main .box2 .botombox .desc{
	font-size: 18px;
	line-height: 24px;
}
.service_main .box1:last-child{
	flex-direction: row-reverse;
}
.service_main .box1:last-child .lbox{
	text-align: left;
	justify-content: flex-start;
}
@media (max-width: 767px) {
	.service_main{
		padding: 30px 0 0;
	}
	.service_main .box {
		margin-top: 30px;
	}
	.service_main .box1 .lbox{
		flex: 0 0 100%;
	}
	.service_main .box1{
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}
	.service_main .box1 .lbox {
		padding: 20px 15px;
		justify-content: center;
	}
	.service_main .box1 .lbox .con{
		text-align: left;
	}
	.service_main .box1 .lbox .serbtn{
		display: none;
	}
	.service_main .box1 .lbox .tits .cn{
		text-align: center;
	}
	.service_main .box2{
		margin-bottom: 30px;
	}
	.service_main .box2 .botombox{
		padding: 15px;
	}
	.cate-item.active .swiper-cate{
		height:75vw;
	}
	.service_main .box1:last-child{
		flex-direction: column-reverse;
	}
	.service_main .box1:last-child .lbox{
		flex-direction: column;
	}
	
	
}



/*联系我们*/


.contact_main {
	background-color: #f2f2f2;
	padding: 120px 0 0;
}
.contact_main .sub_title{
	text-align: center;
}
.contact_item1 .column {
	padding: 0;
}
.contact_wrap {
	width: 100%;
	height: 100%;
	background-color: #e61c24;
	padding: 30px 15px;
	color: #fff;
}
.contact_wrap h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}
.contact_wrap a {
	color: #fff;
}
.contact_wrap .more {
	text-align: center;
	margin-top: 30px;
}
.contact_wrap .more a {
	display: inline-block;
	border: 2px #fff solid;
	font-weight: bold;
	padding: 10px 30px;
}

.map {
	width: 100%;
	height: 100%;
}
.map #dituContent {
	width: 100%;
	height: 100%;
	border: 1px #ddd solid;
}
.map img {
	display: block;
	width: 100%;
	height: 100%;
}
.anchorBL{
	display: none;
}
.pop .center{
	width:252px!important;
}
.pop .bottom{
	height:25px!important;
}
.BMap_Marker{
	background:url(../images/icon/icon.png) no-repeat center!important;
}
.BMap_bubble_content b{
	color:#e61c24;
}

.form_main {
	padding: 100px 0;
	background-color: #f2f2f2;
}
.form_main .sub_title{
	text-align: center;
}
.form_main form{
	margin-top: 100px;
}
.message_form .column {
	margin: 5px 0;
}
.message_form .form-control {
	height: 40px;
	color: #333;
	background-color: #FAFAFA;
	border-color: #ddd;
	border-radius: 0;
	box-shadow: none;
}
.message_form .error input {
	border-color: #e61c24;
}
.message_form .tip input,
.message_form .success input {
	border-color: #999;
}
.message_form .error .valid_message {
	position: absolute;
	width: 100%;
	left: 0;
	font-size: 12px;
	color: #F28000;
	display: none;
}
.message_form textarea.form-control {
	height: auto;
}
.message_form .btn {
	display: block;
	background-color: #e61c24;
	color: #fff;
	font-size: 14px;
	border: none;
	width: 100%;
	height: 40px;
	margin: 20px auto 0;	
	outline: none;
}
.message_form .btn:hover {
	border: 1px #e61c24 solid;
	background-color: transparent;
	color: #e61c24;
}

@media (max-width: 767px) {
	.contact_item li {
		width: 50%;
		margin: 15px 0;
	}
	.map {
		display: none;
	}
	.contact_main {
		padding: 30px 0;
	}
	.contact_wrap .more a {
		border-width: 1px;
		font-weight: normal;
	}
	.form_main{
		padding: 0;
	}
	.form_main form{
		margin-top: 60px;
	}
}
@media (min-width: 768px) {
	.contact_item1 {
		display: flex;
	}
}
@media (min-width: 992px) {	
	.contact_item_title h2 {
		font-size: 20px;
	}
	.contact_item_title p {
		font-size: 14px;
		margin: 30px 0;
	}
	.contact_icon {
		max-width: 80px;
	}
	.contact_text h4 {
		font-size: 16px;
	}
	.contact_wrap {
		padding: 60px 30px;
	}
}
@media (min-width: 1200px) {
	.form_main .container {
		width: 1180px;
	}
	.contact_item_title h2 {
		font-size: 20px;
	}
	.contact_icon {
		max-width: 100px;
		margin-bottom: 20px;
	}
	.contact_text h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.contact_wrap h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.contact_wrap .more {
		margin-top: 50px;
	}
}
@media (min-width: 1400px) {
	.contact_item_title h2 {
		font-size: 24px;
	}
	.contact_icon {
		max-width: 120px;
	}
}
