@charset "utf-8";

/* 展开导行 */
.sidebar-wrapper {position:relative;height:100%;overflow:auto;display:none;}
#dowebok {background-color:rgba(0,0,0,.6);}
#dowebok .nav {margin-top:80px;list-style-type:none;color:#fff;}
#dowebok .nav li {display:block;line-height:55px;font-size:18px;position:relative;}
#dowebok .nav li a {display:block;padding:0 20px;height:100%;border-bottom:1px solid #666;}
#dowebok .nav a:hover {background-color:#000;}
#dowebok .nav li .n2btn {width:35px;height:55px;display:inline-block;position:absolute;right:0;top:0;color:#fff;background:url(../images/more.svg) no-repeat left center;background-size:auto 24px;z-index:10;}
#dowebok .nav li .nav2 {display:none;}
#dowebok .nav li .nav2 li {font-size:16px;}
#dowebok .nav li .nav2 li a {padding-left:50px;}
[data-simplersidebar='active'] {box-shadow:3px 0px 3px 0px rgba(0,0,0,0.5);}



/* 头部 */
.header{
	width: 100%;
	height: 100px;
	padding: 25px 0;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	/* background-color: #fff; */
	background-color: rgba(255,255,255,0.7);
	/* border: 1px solid red; */
}
.header h1{
	width: 258px;
	height: 38px;
	float: left;
	margin-right: 150px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	background-image: url(../images/logo.png);
}
.header h1 a{
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	display: inline-block;
}
.header .nav{
	display: inline-block;
	margin-top: 5px;
}
.header .nav li{
	color: 000;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}
.header .nav li.on,
.header .nav li:hover
{
	color: #666;
}
.header .nav li a{
	display: block;
	padding: 5px 20px;
	box-sizing: border-box;
}
.header .agrop {
	float: right;
	margin-top: 7px;
}
.header .agrop a{
	font-size: 16px;
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.header .agrop .search{
	width: 30px;
	height: 25px;
	background-image: url(../images/search.png);
}
.header .agrop .menu{
	width: 30px;
	height: 25px;
	display: none;
	background-image: url(../images/menu.png);
}




.header .form_box{
	width:100%;
	position: absolute;
	left:0;
	/* top:90px; */
	bottom: -105px;
	text-align: center;
	background:rgba(0,0,0,.4);
	display:none;
	z-index: 122;
}
.header .form_box form{
	display:inline-block;
	position: relative;
	margin:25px 0;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
	width:90%;
	max-width:650px;
}
.header .form_box form input.text{
	width:650px;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ccc;
	background:none;
	font-size:15px;
	color:#666;
	background:#fff;
	padding-left:15px;
	box-sizing: border-box;
}
.header .form_box form input.submit{
	width:50px;
	height:50px;
	background: none;
	display:inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/search.png);
	position: absolute;
	right:15px;
	top:0;
}




/* 头部媒体查询 */
/* @media (max-width:1500px) {
	.header h1{
		margin-right: 180px;
	}
} */
@media (max-width:1400px){
	.header h1{
		margin-right: 125px;
	}
	.header .nav li a{
		padding: 5px 15px;
	}
}
@media (max-width:1300px){
	.header h1{
		margin-right: 100px;
	}
	.header .nav li a{
		padding: 5px 12px;
	}
}
@media (max-width:1200px){
	.header h1{
		width: 220px;
		margin-right: 50px;
		background-size: 100% auto;
	}
	.header .nav li{
		margin-right: 0px;
	}
	.header .nav li a{
		padding: 5px 10px;
	}
}
@media (max-width:1100px){
	.header h1{
		width: 210px;
		margin-right: 50px;
	}
	.header .nav li a{
		padding: 5px 11px;
	}
}
@media (max-width:991px){
	.header{
		height: 70px;
		padding: 12px 0;
		box-shadow: 1px 2px 3px #ddd;
	}
	.header h1{
		width: 210px;
		margin-right: 0;
	}
	.header .nav{
		display: none;
	}
	.header .agrop{
		margin-top: 9px;
	}
	.header .agrop .search{
		margin-right: 10px;
	}
	.header .agrop .menu{
		display: inline-block;
	}
	.header .form_box {
		bottom: -85px;
	}
	.header .form_box form{
		margin: 20px 0;
	}
	.header .form_box form input.text{
		height: 40px;
		line-height: 40px;
	}
	.header .form_box form input.submit{
		width: 40px;
		height: 40px;
	}
}
@media (max-width:768px) {
	.header .form_box form input.submit{
		width: 30px;
		height: 30px;
		top: 50%;
		margin-top: -15px;
	}
}
@media (max-width:640px){
	.header .form_box form{
		margin: 15px 0;
	}
	.header .form_box {
		bottom: -68px;
	}
	.header .form_box form input.text{
		height: 35px;
		line-height: 35px;
	}
	.header .form_box form input.submit{
		width: 30px;
		height: 30px;
	}
}
@media (max-width:480px){
	.header h1{
		width: 180px;
	}
}



/* 页脚 */
.footer{
	padding-top: 55px;
	padding-bottom: 40px;
	background-color: #222222;
}
.footer .text_box{
	padding-bottom: 90px;
	margin-bottom: 20px;
	border-bottom: 1px solid #393939;
}
/* 左边内容 */
.footer .text_box .left{
	width: 65%;
	float: left;
}
.footer .text_box .left dl{
	float: left;
	width: 14%;
}
.footer .text_box .left dt{
	color: #666;
	font-size: 14px;
	line-height: 36px;
}
.footer .text_box .left dd{
	color: #999;
	font-size: 14px;
	line-height: 36px;
}
.footer .text_box .left dd:hover{
	text-decoration: underline;
}


/* 右边内容 */
.footer .text_box .right{
	width: 18%;
	float: right;
}
.footer .text_box .right .item p{
	color: #666;
	font-size: 14px;
}
.footer .text_box .right form{
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #313131;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .text_box .right form .fsearch{
	color: #666;
	font-size: 14px;
	width: 85%;
	outline: none;
	border: none;
	background-color: #222;
}
.footer .text_box .right form .fsubtn{
	width: 18px;
	height: 18px;
	outline: none;
	border: none;
	background-color: #222;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/footer_search.png);
}
.footer .text_box .right form .fsubtn:hover{
	cursor: pointer;
}
.footer .text_box .right .item i{
	color: #fff;
	font-size: 30px;
}
.footer .text_box .right .item1{
	margin-bottom: 50px;
} 
.footer .text_box .right .item1 p{
	margin-bottom: 25px;
}
.footer .text_box .right .item2{
	margin-bottom: 40px;
}
.footer .text_box .right .item2 p{
	margin-bottom: 20px;
}
.footer .text_box .right .item3 p{
	margin-bottom: 15px;
}
.footer .text_box .right .item3 .qr {
	width: 150px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
}
.footer .text_box .right .item3 .qr .vx,
.footer .text_box .right .item3 .qr .wc,
.footer .text_box .right .item3 .qr .dy
{
	width: 40px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	cursor: pointer;
}
.footer .text_box .right .item3 .qr .vx{
	background-image: url(../images/footer_vx.png);
}
.footer .text_box .right .item3 .qr .wc{
	background-image: url(../images/footer_wc.png);
}
.footer .text_box .right .item3 .qr .dy{
	background-image: url(../images/footer_dy.png);
}

.footer .text_box .right .item3 .qr  .vx img,
.footer .text_box .right .item3 .qr  .wc img,
.footer .text_box .right .item3 .qr  .dy img
{
	width: 100px;
	height: 100px;
	max-width: none;
	max-height: none;
	position: absolute;
	top: -120px;
	left: 50%;
	margin-left: -50px;
	display: none;
	cursor: pointer;
}
.footer .text_box .right .item3 .qr .vx:hover img,
.footer .text_box .right .item3 .qr .wc:hover img,
.footer .text_box .right .item3 .qr .dy:hover img
{
	display: block;
}
.footer .copy{
	color: #929292;
	font-size: 16px;
}

.footer .copy{
	color: #666;
	font-size: 14px;
}




/* 页脚-媒体查询 */
@media (max-width:1500px) {
	.footer .text_box .right .item i{
		font-size: 28px;
	}
	.footer .text_box .right{
		width: 20%;
	}
	.footer .text_box .right .item1 p,
	.footer .text_box .right .item2 p
	{
		margin-bottom: 15px;
	}
	.footer .text_box .right .item1,
	.footer .text_box .right .item2
	{
		margin-bottom: 35px;
	}
	.footer .text_box .right .item3 .qr .vx img,
	.footer .text_box .right .item3 .qr .dy img{
		/* top: -80px; */
		top: -110px;
	}
}
@media (max-width:991px){
	.footer{
		padding: 40px 0;
	}
	.footer .text_box{
		padding-bottom: 50px;
	}
	.footer .text_box .left{
		display: none;
	}
	.footer .text_box .right{
		width: 70%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.footer .text_box .right .item i{
		font-size: 24px;
	}
	.footer .text_box .right .item1,
	.footer .text_box .right .item2
	{
		margin-bottom: 30px;
	}
	.footer .text_box .right .item1 p,
	.footer .text_box .right .item2 p
	{
		margin-bottom: 15px;
	}
	.footer .text_box .right .item3 .qr{
		margin: 0 auto;
	}
	.footer .copy{
		text-align: center;
	}
}
@media (max-width:768px){
	.footer .text_box{
		padding-bottom: 35px;
	}
	.footer .text_box .right .item3{
		display: none;
	}
	.footer .text_box .right .item i{
		font-size: 20px;
	}
}








/* 底部侧边栏 */
.flex_right_box{
	position: fixed;
	right:5px;
	top:37%;
	z-index: 9999;
	font-size:0;
}
.flex_right_box .list{
	width:60px;
	position: relative;
	margin-bottom:10px;
}
.flex_right_box .list>a{
	width:40px;
	height:40px;
	border-radius: 50%;
	box-shadow:  1px 1px 10px #ddd;
	display:inline-block;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position: center;
}
.flex_right_box .list .showbox{
	position: absolute;
	width:180px;
	top:0;
	left:-200px;
	min-height:60px;
	background:#fff;
	display:none;
}
.flex_right_box .list:hover .showbox{
	display:block;
	font-size:15px;
	color:#333;
	text-align: center;
}
.flex_right_box .list .showbox>p{
	height:60px;
	line-height:60px;
	font-size:20px;
}
.flex_right_box .list .showbox .img{
	width:125px;
	margin: 10px auto;
	
}
.flex_right_box .list .showbox .img img{
	width:125px;
	height:125px;
}
.flex_right_box .list .showbox .img p{
	height:35px;
	line-height:35px;
	
}
.flex_right_box .list a.wx{
	background-image: url(../images/side_icon1.png);
}
.flex_right_box .list a.call{
	background-image: url(../images/side_icon2.png);
}
.flex_right_box .list a.tomsg{
	background-image: url(../images/side_icon3.png);
}
.flex_right_box .list a.gotop{
	background-image: url(../images/side_icon4.png);
}


@media (max-width:991px) {
	.flex_right_box{
		display: none;
	}
}




.icon_banner{
	font-size: 0;
}
.icon_banner img{
	width: 100%;
}




/* 公共-多个 */
.multiple{
	padding-top: 85px;
	padding-bottom: 65px;
	background-color: #f9f9f9;
}
.multiple .list_box{
	/* height: 180px; */
	overflow: hidden;
}
.multiple .list{
	width: 32.5%;
	/* height: 180px; */
	margin-right: 1.25%;
	float: left;
	background-color: #fff;
}

.multiple .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 50px 70px 50px 45px;
	box-sizing: border-box;
}
.multiple .list:nth-child(3n){
	margin-right: 0;
}
.multiple .list .txt{
	max-width: 190px;
	float: left;
}
.multiple .list .txt h4{
	color: #000;
	font-size: 24px;
	/* line-height: 36px; */
}
.multiple .list .txt p{
	color: #666;
	font-size: 14px;
	line-height: 36px;
	padding-right: 15px;
    background-repeat: no-repeat;
	background-position: right center;
	background-size: 5px 7px;
	background-image: url(../images/multiple_arrow.png);
}
.multiple .list i{
	width: 70px;
	height: 70px;
	display: block;
	float: right;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 90%;
	transition:  all ease-in-out .5s; 
}
.multiple .list:hover i{
	transform: translateY(-10px);
}
.multiple .list:nth-child(1) i{
	background-image: url(../images/multiple_icon1.png);
}
.multiple .list:nth-child(2) i{
	background-image: url(../images/multiple_icon2.png);
}

.multiple .list:nth-child(3) i{
	background-image: url(../images/multiple_icon3.png);
}



/* 底部服务-媒体查询 */
@media (max-width:1200px){
	.multiple .list a{
		padding: 30px;
	}
	.multiple .list i{
		width: 60px;
		height: 60px;
		float: left;
		margin-bottom: 20px;
	}
	.multiple .list .txt{
		width: 100%;
		max-width: 100%;
		float: right;
	}
	.multiple .list .txt h4{
		font-size: 22px;
	}
}
@media (max-width:991px){
	.multiple{
		padding: 60px 0;
	}
	.multiple .list i{
		width: 50px;
		height: 50px;
		float: left;
		margin-bottom: 10px;
	}
	.multiple .list .txt p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
}
@media (max-width:768px){
	.multiple{
		padding: 30px 0;
	}
	.multiple .list{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.multiple .list a{
		padding: 20px;
	}
	.multiple .list:last-child{
		margin-bottom: 0;
	}
	.multiple .list i{
		width: 40px;
		height: 40px;
		float: left;
		margin-bottom: 10px;
	}
	.multiple .list .txt h4{
		font-size: 20px;
	}
}




.support{
	height: 100px;
}
@media (max-width:991px) {
	.support{
		height: 70px;
	}
}
/* 面包栏 */
.breadcrumb ul li{
	color: #666;
	font-size: 16px;
	line-height: 24px;
	margin-right: 8px;
	display: inline-block;
	position: relative;
}
.breadcrumb ul li:last-child{
	color: #333;
}
.breadcrumb ul li::after{
	content: '>';
	position: absolute;
	top: 0;
	right: 0;
}
.breadcrumb ul li:last-child::after{
	display: none;
}
.breadcrumb ul li a:hover{
	text-decoration: underline;
}
.breadcrumb ul li a{
	width: 100%;
	height: 100%;
	padding-right: 20px;
	display: inline-block;
}


/* 公共栏目 */
.pub_menu{
	padding: 30px 0;
	border-bottom: 1px solid  #e2e2e2;
}
.pub_menu ul li{
	color: #333;
	font-size: 16px;
	line-height: 48px;
	margin-right: 10px;
	display: inline-block;
}
.pub_menu ul li a{
	width: 100%;
	height: 100%;
	padding:  0 50px;
	box-sizing: border-box;
	display: inline-block;
}
.pub_menu ul li.on{
	color: #fff;
	background-color: #000;
}



/* 视屏页-媒体查询 */
@media (max-width:1400px) {
	.pub_menu{
		padding: 25px 0;
	}
	.pub_menu ul li a{
		padding: 0 40px;
	}
}
@media (max-width:768px){
	.pub_menu{
		padding-top:20px;
		padding-bottom: 10px;
	}
	.pub_menu ul{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.pub_menu ul li{
		font-size: 14px;
		line-height: 42px;
		margin-bottom: 10px;
		/* margin: 0 auto; */
	}
	.pub_menu ul li a{
		padding: 0 30px;
	}
}
@media (max-width:480px){
	.pub_menu ul li{
	/* 	font-size: 14px;
		line-height: 42px;
		margin-bottom: 10px; */
		margin: 0 auto;
	}
}




/* 公共页码 */
.page {
	text-align: center;
	padding:40px 0;
}
.page .pagination {
	display: inline-block;
}
.page .pagination li{
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	margin:0 5px;
	border: 1px solid #cdcdcd;
}
.page .pagination li span,
.page .pagination li a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding:0 3px;
}
.page .pagination li.prev,
.page .pagination li.next {
	/* padding:0 16px; */
	/* font-family: "宋体";
	font-weight: bold; */
}
.page .pagination li.active,
.page .pagination li:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}
.page .pagination li.disabled,
.page .pagination li.disabled:hover{
	color:#ddd;
	display:none;
}



/* 页码-媒体查询 */
@media (max-width:991px) {
	.page .pagination li{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}
@media (max-width:768px) {
	.page .pagination li{
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
}




/* 首页-广告图 */
.ibanner{
	margin-bottom: 85px;
}
.ibanner img{
	width: 100%;
	height: 100%;
}
.ibanner .ivideo{
	position: relative;
	/* border: 1px solid red; */
}
.ibanner .ivideo:hover{
	cursor: pointer;
}
.ibanner .ivideo video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ibanner .vbtn{
	width: 200px;
	height: 60px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 80px;
}
.ibanner .vbtn:hover{
	cursor: pointer;
}
.ibanner .swiper-pagination{
	margin-bottom: 20px;
}
.ibanner .swiper-pagination-bullet{
	width: 50px;
	height: 5px;
	outline: none;
	opacity: 1;
	margin: 0 10px!important;
	border-radius: 0;
	background-color: #c3c3c3;
	transition: all .5s ease-in-out;
}
.ibanner .swiper-pagination-bullet-active{
	background-color: #fff;
}


/* 首页-广告图媒体查询 */
@media (max-width:991px){
	.ibanner{
		margin-bottom: 70px;
	}
}
@media (max-width:768px) {
	.ibanner{
		margin-bottom: 60px;
	}
	.ibanner .swiper-pagination{
		margin-bottom: 10px;
	}
	.ibanner .vbtn{
		width: 150px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		margin-left: -75px;
	}
	.ibanner .swiper-pagination-bullet{
		width: 35px;
		height: 4px;
		margin: 0 5px!important;
	}
}
@media (max-width:480px) {
	.ibanner .vbtn{
		bottom: 40px;
	}
}







/* 首页-产品 */
.ipro{
	margin-bottom: 65px;
}
/* .ipro .main{
	border: 1px solid blue;
} */
.ipro .ipro_menu{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.ipro .ipro_menu .list{
	width: 23%;
	text-align: center;
	position: relative;
}
.ipro .ipro_menu .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.ipro .ipro_menu .list::after{
	content: '';
	position: absolute;
	top: 20px;
	right: 0;
	width: 1px;
	height: 90px;
	background-color: #000;
}
.ipro .ipro_menu .list:last-child::after{
	display: none;
}
.ipro .ipro_menu .list span{
	width: 120px;
	height: 92px;
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.ipro .ipro_menu .list:nth-child(1) span{
	background-image: url(../images/ipro_icon1.png);
}
.ipro .ipro_menu .list:nth-child(2) span{
	background-image: url(../images/ipro_icon2.png);
}
.ipro .ipro_menu .list:nth-child(3) span{
	background-image: url(../images/ipro_icon3.png);
}
.ipro .ipro_menu .list:nth-child(4) span{
	background-size: 100% auto;
	background-image: url(../images/ipro_icon4.png);
}
.ipro .ipro_menu .list i{
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	/* line-height: 30px; */
}
.ipro .ipro_menu .list h4{
	color: #000;
	font-size: 16px;
	line-height: 30px;
}


/* 大图产品 */
.ipro .top .list{
	position: relative;
	margin-bottom: 55px;
}
.ipro .top .list .img{
	width: 100%;
	overflow: hidden;
}
.ipro .top .list .img img{
	transform: scale(1.1);
	transition: all .5s;
}
.ipro .top .list .text{
	position: absolute;
	top: 28%;
	right: 13%;
}
.ipro .top .list .text i,
.ipro .top .list .text i em
{
	color: #000;
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
}
.ipro .top .list .text i em{
	font-weight: normal;
	font-family:'SourceHanSansCN-el';
}
.ipro .top .list .text h4{
	color: #000;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.ipro .top .list .text .txt{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ipro .top .list .text a{
	color: #333;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	display: block;
	width: 130px;
	height: 35px;
	transition: all .5s ease-in-out;
	border: 1px solid #000;
}
.ipro .top .list .text a:hover{
	color: #fff;
	cursor: pointer;
	background-color: #000;
}



/* 小图产品 */
.ipro .bto{
	display: flex;
	justify-content: space-between;
}
.ipro .bto .list{
	width: 48%;
	position: relative;
}
.ipro .bto .list .text{
	position: absolute;
	left: 7%;
	bottom: 7%;
}
.ipro .bto .list .text i{
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.ipro .bto .list .text em{
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	font-family:'SourceHanSansCN-el';
	display: block;
}
.ipro .bto .list .text h4{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}




/* 首页产品-媒体查询 */
@media (max-width:1500px) {
	.ipro .ipro_menu .list span{
		margin-bottom: 20px;
		background-size: auto 100%; 
	}
	
}
@media (max-width:1400px){
	.ipro .top .list .text i,
	.ipro .top .list .text i em{
		font-size: 32px;
		line-height: 44px;
	}
	.ipro .top .list .text h4{
		margin-bottom: 20px;
	}
}
@media (max-width:1300px){
	.ipro .ipro_menu .list span{
		height: 80px;
		margin-bottom:5px;
		background-size: auto 80%; 
	}
	.ipro .top .list .text i,
	.ipro .top .list .text i em{
		font-size: 28px;
		line-height: 40px;
	}
	.ipro .top .list .text .txt{
		margin-bottom: 20px;
	}
}
@media (max-width:991px){
	.ipro .ipro_menu .list::after{
		height: 70px;
	}
	.ipro .top .list {
		margin-bottom: 45px;
	}
	.ipro .top .list .text i,
	.ipro .top .list .text i em{
		font-size: 24px;
		line-height: 36px;
	}
	.ipro .top .list .text h4{
		font-size: 16px;
		line-height: 28px;
	}
	/* .ipro .bottom .list */
}
@media (max-width:768px){
	.ipro{
		margin-bottom: 50px;
	}
	.ipro .ipro_menu {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 35px;
		justify-content: space-around;
	}
	.ipro .ipro_menu .list{
		width: 45%;
		margin-bottom: 20px;
		border: 1px solid #ddd;
	}
	.ipro .ipro_menu .list a{
		padding: 20px 0;
		box-sizing: border-box;
		display: inline-block;
	}
	.ipro .ipro_menu .list::after{
		display: none;
	}
	.ipro .top .list {
		margin-bottom: 30px;
	}
	.ipro .top .list .text i,
	.ipro .top .list .text i em{
		font-size: 20px;
		line-height: 28px;
	}
	.ipro .top .list .text a{
		font-size: 14px;
		width: 120px;
		height: 30px;
		line-height: 30px;
	}
	.ipro .bto{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.ipro .bto .list{
		width: 100%;
		margin-bottom: 30px;
	}
	.ipro .bto .list .img img{
		width: 100%;
	}
	.ipro .bto .list:last-child{
		margin-bottom: 0;
	}
	.ipro .bto .list .text i,
	.ipro .bto .list .text em
	{
		font-size: 20px;
		line-height: 30px;
	}
	.ipro .bto .list .text h4{
		font-size: 14px;
	}
}
	@media (max-width:640px){
		.ipro .top .list .text{
			top: 18%;
			right: 10%;
		}
	}
	@media (max-width:540px){
		.ipro .top .list .text{
			top: 25%;
			right: 10%;
		}
		.ipro .top .list .text .txt{
			display: none;
		}
	}
	@media (max-width:420px){
		.ipro .top .list .text{
			top: 20%;
			left: 10%;
		}
	}
	@media (max-width:320px){
		.ipro .top .list .text i,
		.ipro .top .list .text i em{
			display: none;
		}
		.ipro .top .list .text h4{
			margin-bottom: 10px;
		} 
		.ipro .top .list .text a{
			width: 100px;
		}
	}
	




/* 首页-品牌荣誉 */
.ibrand{
	margin-bottom: 70px;
}
/* .ibrand .main{
	border: 1px solid red;
} */
.ibrand h2{
	color: #000;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 35px;
}
.ibrand .pic_box .img{
	width: 32%;
	float: left;
	margin-right: 2%;
}
.ibrand .pic_box .img:last-child{
	margin-right: 0;
}



/* 品牌荣誉-媒体查询 */
@media (max-width:1200px){
	.ibrand h2{
		font-size: 26px;
		margin-bottom: 25px;
	}
}
@media (max-width:991px){
	.ibrand h2{
		font-size: 22px;
		margin-bottom: 25px;
	}
}
@media (max-width:768px) {
	.ibrand h2{
		font-size: 20px;
		margin-bottom: 25px;
	}
	.ibrand .pic_box .img{
		width: 100%;
		max-width: 540px;
		margin-right: 0;
		margin-bottom: 20px;
	}
}





/* 首页-新闻中心 */
.inews{
	margin-bottom: 70px;
}
.inews h2{
	color: #000;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 35px;
}
/* .inews .main{
	border: 1px solid red;
} */
.inews .list_box{
/* 	height: 290px;
	overflow: hidden; */
	display: flex;
	align-items: center;	
	flex-wrap: wrap;
	justify-content: space-between;
}
.inews .list_box .list{
	width: 48%;
	/* height: 290px; */
	/* box-sizing: border-box; */
	border: 1px solid #e5e5e5;
}
.inews .list_box .list a{
	width: 100%;
	height: 100%;
	padding: 35px 25px 25px 25px;
	box-sizing: border-box;
	display: inline-block;
}
.inews .list_box .list .text{
	max-width: 290px;
	/* margin-right: 35px; */
	margin-right: 10px;
	float: left;
	padding: 15px 0;
	box-sizing: border-box;
}
.inews .list_box .list .num{
	margin-bottom: 30px;
}
.inews .list_box .list .num i{
	color: #666;
	font-size: 36px;
	line-height: 24px;
	display: block;
	margin-bottom: 8px;
}
.inews .list_box .list .num em{
	color: #666;
	font-size: 14px;
	line-height: 12px;
	display: block;
}
.inews .list_box .list  h4{
	color: #333;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
}
.inews .list_box .list p{
	color: #666;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}
.inews .list_box .list .img{
	width: 290px;
	height: 220px;
	float: right;
}




/* 首页新闻-媒体查询 */
@media (max-width:1500px){
	.inews .list_box .list .num{
		margin-bottom: 25px;
	}
	.inews .list_box .list .num i{
		font-size: 32px;
		margin-bottom: 5px;
	}
	.inews .list_box .list .text{
		max-width: 280px;
	}
	.inews .list_box .list h4{
		margin-bottom: 20px;
	}
}
@media (max-width:1400px){
	.inews h2{
		font-size: 26px;
	}
	.inews .list_box .list .num{
		margin-bottom: 20px;
	}
	.inews .list_box .list .num i{
		font-size: 28px;
	}
	.inews .list_box .list .text{
		max-width: 260px;
	}
	.inews .list_box .list h4{
		margin-bottom: 15px;
	}
	.inews .list_box .list .img{
		width: 260px;
	}
}
@media (max-width:1300px){
	/* .inews .list_box .list{
		height: 255px;
	} */
	.inews .list_box .list .text{
		max-width: 240px;
	}
	.inews .list_box .list h4{
		margin-bottom: 15px;
	}
	.inews .list_box .list a{
		padding: 25px;
	}
	.inews .list_box .list .img{
		width: 240px;
		height: 200px;
	}
}
@media (max-width:1200px){
	.inews h2{
		font-size: 26px;
	}
	/* .inews .list_box .list{
		height: auto;
		overflow: visible;
	} */
	.inews .list_box .list .text,
	.inews .list_box .list .img
	{
		float: initial;
	}
	.inews .list_box .list .text{
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: 25px;
	}
	.inews .list_box .list h4{
		margin-bottom: 10px;
	}
	.inews .list_box .list .img{
		width: 100%;
		max-width: 350px;
	}
}
@media (max-width:991px){
	.inews h2{
		font-size: 22px;
	}
	.inews .list_box .list a{
		padding: 15px;
	}
	.inews .list_box .list .num i{
		font-size: 20px;
	}
}

@media (max-width:768px) {
	.inews .list_box .list{
		width: 100%;
		margin-bottom: 30px;
	}
	.inews .list_box .list:last-child{
		margin-bottom: 0;
	}
}





/* 案例 */
.case{
	padding-top: 65px;
}
.case .list{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 65px;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
}
.case .list:nth-child(3n){
	margin-right: 0;
}
.case .list::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 11%;
	height: 1px;
	background-color: #333;
	transition: all .5s; 
}
.case .list:hover::after{
	width: 100%;
}
.case .list .img{
	width: 100%;
	height: 300px;
}
.case .list h4{
	color: #333;
	font-size: 16px;
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.case .page{
	padding-top: 0;
	padding-bottom: 80px;
}




/* 案例页-媒体查询 */
@media (max-width:1500px){
	.case .list{
		margin-bottom: 55px;
	}
}
@media (max-width:1300px){
	.case .list{
		margin-bottom: 45px;
	}
	.case .list .img{
		height: 280px;
	}
}
@media (max-width:1200px){
	.case .list .img{
		height: 260px;
	}
	.case .list h4{
		height: 50px;
		line-height: 50px;
	}
}
@media (max-width:991px){
	.case .list{
		margin-bottom: 45px;
	}
	.case .list .img{
		height: 240px;
	}
	.case .page{
		padding-bottom: 60px;
	}
}
@media (max-width:768px){
	.case{
		padding-top: 50px;
	}
	.case .list{
		width: 48%;
		margin-bottom: 40px;
	}
	.case .list:nth-child(2n-1){
		margin-right: 4%;
	}
	.case .list:nth-child(2n){
		margin-right: 0;
	}
	.case .list .img{
		height: 240px;
	}
	.case .page{
		padding-bottom: 40px;
	}
}
@media (max-width:640px){
	.case{
		padding-top: 40px;
	}
	.case .list{
		margin-bottom: 35px;
	}
	.case .list .img{
		height: 220px;
	}
	.case .page{
		padding-bottom: 35px;
	}
}
@media (max-width:540px){
	.case .list .img{
		height: 200px;
	}
}
@media (max-width:480px){
	.case .list .img{
		height: 180px;
	}
}







/* 新闻 */
.news{
	padding-top: 70px;
}
.news h2{
	color: #000;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 35px;
}
/* .inews .main{
	border: 1px solid red;
} */
.news .list_box{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news .list_box .list{
	width: 48%;
	margin-bottom: 60px;
	border: 1px solid #e5e5e5;
}
.news .list_box .list a{
	width: 100%;
	height: 100%;
	padding: 35px 25px 25px 25px;
	box-sizing: border-box;
	display: inline-block;
}
.news .list_box .list .text{
	max-width: 290px;
	margin-right: 5px;
	float: left;
	padding: 15px 0;
	box-sizing: border-box;
}
.news .list_box .list .num{
	margin-bottom: 30px;
}
.news .list_box .list .num i{
	color: #666;
	font-size: 36px;
	line-height: 24px;
	display: block;
	margin-bottom: 8px;
}
.news .list_box .list .num em{
	color: #666;
	font-size: 14px;
	line-height: 12px;
	display: block;
}
.news .list_box .list  h4{
	color: #333;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
}
.news .list_box .list p{
	color: #666;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}
.news .list_box .list .img{
	width: 290px;
	height: 220px;
	float: right;
}
.news .page{
	padding-top: 20px;
	padding-bottom: 70px;
}




/* 新闻页-媒体查询 */
@media (max-width:1500px){
	.news .list_box .list .num{
		margin-bottom: 25px;
	}
	.news .list_box .list .num i{
		font-size: 32px;
		margin-bottom: 5px;
	}
	.news .list_box .list .text{
		max-width: 280px;
	}
	.news .list_box .list h4{
		margin-bottom: 20px;
	}
}
@media (max-width:1400px){
	.news h2{
		font-size: 26px;
	}
	.news .list_box .list .num{
		margin-bottom: 20px;
	}
	.news .list_box .list .num i{
		font-size: 28px;
	}
	.news .list_box .list .text{
		max-width: 260px;
	}
	.news .list_box .list h4{
		margin-bottom: 15px;
	}
	.news .list_box .list .img{
		width: 260px;
	}
}
@media (max-width:1300px){
	.news .list_box .list{
		margin-bottom: 50px;
	}
	.news .list_box .list .text{
		max-width: 240px;
	}
	.news .list_box .list h4{
		margin-bottom: 15px;
	}
	.news .list_box .list a{
		padding: 25px;
	}
	.news .list_box .list .img{
		width: 240px;
		height: 200px;
	}
}
@media (max-width:1200px){
	.news h2{
		font-size: 26px;
	}
	.news .list_box .list .text,
	.news .list_box .list .img
	{
		float: initial;
	}
	.news .list_box .list .text{
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: 25px;
	}
	.news .list_box .list h4{
		margin-bottom: 10px;
	}
	.news .list_box .list .img{
		width: 100%;
		max-width: 350px;
	}
}
@media (max-width:991px){
	.news h2{
		font-size: 22px;
	}
	.news .list_box .list a{
		padding: 15px;
	}
	.news .list_box .list .num i{
		font-size: 20px;
	}
}
@media (max-width:768px){
	.news {
		padding-top: 50px;
	}
	.news .list_box .list{
		width: 100%;
		margin-bottom: 30px;
	}
	.news .list_box .list:last-child{
		margin-bottom: 0;
	}
	.news .page{
		padding: 50px 0;
	}
}
@media (max-width:640px){
	.news{
		padding-top: 40px;
	}
	.news .page{
		padding: 40px 0;
	}
}





/* 新闻详情 */
.newsv .tit{
	text-align: center;
	margin-top: 90px;
	margin-bottom: 30px;
}
.newsv .tit h3{
	color: #333333;
	font-size: 21px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
}
.newsv .tit p span{
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}
.newsv .text{
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	padding: 45px 0;
	margin-bottom: 45px;
	border-top: 1px dotted #dcdcdc;
	border-bottom: 1px dotted #dcdcdc;
}
.newsv .text em{
	display: block;
	margin-bottom: 45px;
}
.newsv .text p{
	margin-bottom: 10px;
}
.newsv .btn_grop{
	margin-bottom: 115px;
}
.newsv .btn_grop a{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.newsv .btn_grop a:hover{
	text-decoration: underline;
}
.newsv .btn_grop a:nth-child(2n){
	float: right;
}




/* 新闻详情页-媒体查询 */
@media (max-width:1400px) {
	.newsv .tit{
		margin-top: 70px;
	}
	.newsv .text{
		font-size: 16px;
		padding: 40px 0;
	}
	.newsv .btn_grop{
		margin-bottom: 90px;
	}
}
@media (max-width:1200px) {
	.newsv .tit{
		margin-top: 50px;
	}
	.newsv .text{
		font-size: 16px;
		padding: 40px 0;
	}
	.newsv .btn_grop{
		margin-bottom: 70px;
	}
}
@media (max-width:991px) {
	.newsv .text{
		font-size: 16px;
		padding: 35px 0;
	}
	.newsv .btn_grop{
		margin-bottom: 60px;
	}
	.newsv .text{
		margin-bottom: 35px;
	}
}
@media (max-width:991px) {
	.newsv .tit h3{
		font-size: 20px;
	}
	.newsv .text{
		font-size: 14px;
		padding: 30px 0;
	}
	.newsv .btn_grop{
		margin-bottom: 50px;
	}
	.newsv .btn_grop a{
		font-size: 14px;
	}
}






/* 产品 */
.pro .pro_menu{
	display: flex;
	justify-content: center;
	padding-top: 60px;
	margin-bottom: 25px;
}
.pro .pro_menu .list{
	width: 23%;
	text-align: center;
	position: relative;
}
.pro .pro_menu .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.pro .pro_menu .list.on::before,
.pro .pro_menu .list:hover::before{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0;
	width: 20px;
	height: 2px;
	background-color: #000;
}
.pro .pro_menu .list::after{
	content: '';
	position: absolute;
	top: 20px;
	right: 0;
	width: 1px;
	height: 90px;
	background-color: #000;
}
.pro .pro_menu .list:last-child::after{
	display: none;
}
.pro .pro_menu .list span{
	width: 120px;
	height: 92px;
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.pro .pro_menu .list:nth-child(1) span{
	background-image: url(../images/ipro_icon1.png);
}
.pro .pro_menu .list:nth-child(2) span{
	background-image: url(../images/ipro_icon2.png);
}
.pro .pro_menu .list:nth-child(3) span{
	background-image: url(../images/ipro_icon3.png);
}
.pro .pro_menu .list:nth-child(4) span{
	background-size: 100% auto;
	background-image: url(../images/ipro_icon4.png);
}
.pro .pro_menu .list i{
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	/* line-height: 30px; */
}
.pro .pro_menu .list h4{
	color: #000;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}

/* .pro .main{
	border: 1px solid red;
} */
.pro .list_box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 25px;
}
.pro .list_box .list{
	width: 47%;
	margin-bottom: 75px;
	background-color: #f5f5f5;
}
.pro .list_box .list .img{
	width: 100%;
	height: 440px;
	background-color: #fff;
}
.pro .list_box .list h4{
	color: #333;
	font-size: 18px;
	height: 80px;
	line-height: 80px;
	padding: 0 25px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	position: relative;
}
.pro .list_box .list:hover h4{
	color: #fff;
	background-color: #333;
}
.pro .list_box .list h4::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 30px;
	width: 40px;
	height: 40px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/pro_icon.png);
}
.pro .list_box .list:hover h4::after{
	background-image: url(../images/pro_icon2.png);
}
.pro .page{
	padding-top: 0;
	padding-bottom: 45px;
}




/* 产品页-媒体查询 */
@media (max-width:1500px) {
	.pro .pro_menu .list span{
		margin-bottom: 20px;
		background-size: auto 100%; 
	}
}
@media (max-width:1400px) {
	.pro .list_box .list .img_box{
		height: 430px;
	}
	.pro .list_box .list h4{
		height: 70px;
		line-height: 70px;
	}
}
@media (max-width:1300px){
	.pro .pro_menu .list span{
		height: 80px;
		margin-bottom:5px;
		background-size: auto 80%; 
	}
	.pro .list_box .list .img_box{
		height: 398px;
	}
}
@media (max-width:1200px){
	.pro .list_box .list{
		margin-bottom: 60px;
	}
	.pro .list_box .list .img_box{
		height: 367px;
	}
	.pro .list_box .list h4{
		font-size: 16px;
	}
	.pro .list_box .list h4::after{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}
@media (max-width:1100px){
	.pro .list_box .list .img_box{
		height: 335px;
	}
}
@media (max-width:991px){
	.pro .list_box .list{
		margin-bottom: 50px;
	}
	.pro .pro_menu.list::after{
		height: 70px;
	}
	.pro .list_box .list .img_box{
		height: 301px;
	}
}
@media (max-width:768px){
	.pro .pro_menu {
		display: flex;
		flex-wrap: wrap;
		padding-top: 50px;
		margin-bottom: 30px;
		justify-content: space-around;
	}
	.pro .pro_menu .list{
		width: 45%;
		margin-bottom: 20px;
		border: 1px solid #ddd;
	}
	.pro .pro_menu .list.on::before,
	.pro .pro_menu .list:hover::before{
		bottom: 25px;
	}
	.pro .list_box .list{
		margin-bottom: 40px;
	}
	.pro .pro_menu .list a{
		padding: 20px 0;
		box-sizing: border-box;
		display: inline-block;
	}
	.pro .pro_menu .list::after{
		display: none;
	}
	.pro .list_box .list .img_box{
		height: 231px;
	}
	.pro .list_box .list h4{
		height: 60px;
		line-height: 60px;
		font-size: 14px;
	}
	.pro .list_box .list h4::after{
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
}
	@media (max-width:640px){
		.pro .list_box .list{
			width: 100%;
		}
	}
	@media (max-width:420px){
		.pro .pro_menu .list span{
			width: 80px;
			height: 80px;
			background-size: 80% auto;
		}
	}






/* 产品详情--页*/
.prov_tit{
	color: #333;
	line-height: 24px;
	font-size: 24px;
	text-align: center;
	padding: 30px 0;
	background-color: #f2f2f2;
}
.prov_tit h2{
	font-size: 24px;
}
.prov_tit i{
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}


@media (max-width:1300px) {
	.prov_tit{
		line-height: 20px;
		font-size: 22px;
		padding: 25px 0;
	}
	.prov_tit h2{
		font-size: 20px;
	}
	.prov_tit i{
		margin-bottom: 10px;
	}
}

@media (max-width:768px) {
	.prov_tit{
		font-size: 20px;
	}
	.prov_tit h2{
		font-size: 16px;
	}
}



/* 产品介绍 */
.introduce{
	margin-bottom: 120px;
	/* border: 1px solid red; */
}
/* .introduce .main{
	border: 1px solid red;
} */
.introduce .breadcrumb{
	margin-top: 30px;
	margin-bottom: 75px;
}
.introduce_slide{
	width: 50%;
	/* height: 590px; */
	float: left;
	/* border: 1px solid red; */
}
.introduce_slide .swiper-wrapper{
	margin-bottom: 40px;
}
.introduce_slide .swiper-slide{
	width: 65%;
	display: flex;
	justify-content: center;
}
.introduce_slide .swiper-slide .img_box{
	width: 100%;
	height: 550px;
}
.introduce_slide .swiper-pagination{
	margin-top: 20px;
}
.introduce_slide .swiper-pagination-bullet{
	opacity: 1;
	background-color: #d7d7d7;
}
.introduce_slide .swiper-pagination-bullet-active{
	background-color: #0b0b0b;
}


/* 产品介绍-弹窗 */
body{
	position: relative;
}
.pop{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.5);
}
.pop:hover{
	cursor: pointer;
}
.pop .img img{
	width: 100%;
}

.introduce .text_box{
	color: #333;
	font-size: 16px;
	line-height: 24px;
	width: 45%;
	/* border: 1px solid red; */
	float: right;
}
.introduce .text_box h3{
	color: #333;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 35px;
}
.introduce .text_box .text{
	margin-bottom: 50px;
}
.introduce .text_box h4{
	color: #333;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 25px;
	border-bottom: 1px solid #dadada;
}
.introduce .text_box p {
	margin-bottom: 25px;
}
.introduce .text_box p em{
	width: 25%;
	display: inline-block;
}
.introduce .text_box .txt{
	width: 100%;
	display: flex;
	margin-bottom: 25px;
}
.introduce .text_box .txt p{
	width: 25%;
}
.introduce .text_box .colorgrop {
	width: 70%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/* border: 1px solid red; */
}
.introduce .text_box .colorgrop .li{
	text-align: center;
	margin-right: 10%;
	margin-bottom: 15px;
}
.introduce .text_box .colorgrop .li:last-child{
	margin-right: 0;
}
.introduce .text_box .colorgrop .li .img{
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
}
.introduce .text_box .colorgrop .li .img:hover{
	cursor: pointer;
}
.introduce .text_box .more{
	text-decoration: underline;
}
.introduce .text_box .agrop{
	width: 100%;
	/* border: 1px solid red; */
}
.introduce .text_box .agrop .txt{
	line-height: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}
.introduce .text_box .agrop a{
	color: #666;
	font-size: 14px;
	text-align: center;
	width: 20%;
	height: 50px;
	line-height: 50px;
	margin-right: 2%;
	border: 1px solid #bfbfbf;
	display: inline-block;
}
.introduce .text_box .agrop a:hover{
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}
.introduce .text_box .agrop a:last-child{
	margin-right: 0;
}
.introduce .text_box .agrop .code{
	position: relative;	
}
.introduce .text_box .agrop .code .img{
	width: 120px;
	height: 120px;
	position: absolute;
	left: 0;
	bottom: -130px;
	display: none;
}
.introduce .text_box .agrop .code:hover .img{
	display: block;
}



/* 产品介绍-媒体查询 */
@media (max-width:1300px) {
	.introduce .breadcrumb{
		margin-bottom: 60px;
	}
	.introduce_slide .swiper-slide .img_box{
		height: 500px;
	}
	.introduce .text_box h3{
		line-height: 30px;
		margin-bottom: 30px;
	}
	.introduce .text_box .text{
		margin-bottom: 40px;
	}
	.introduce .text_box h4{
		margin-bottom: 25px;
	}
	.introduce .text_box p{
		margin-bottom: 20px;
	}
	.introduce .text_box .colorgrop{
		width: 40%;
	}
	.introduce .text_box .colorgrop .li{
		margin-right: 17%;
	}
	.introduce .text_box .agrop a{
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width:1200px) {
	.introduce_slide .swiper-slide .img_box{
		height: 450px;
	}
	.introduce .text_box h3{
		margin-bottom: 25px;
	}
	.introduce .text_box p{
		margin-bottom: 15px;
	}
	.introduce .text_box .colorgrop{
		width: 45%;
	}
	.introduce .text_box .colorgrop .li{
		margin-right: 15%;
	}
	.introduce .text_box .agrop a{
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width:991px) {
	.introduce{
		margin-bottom: 80px;
	}
	.introduce .text_box .text{
		margin-bottom: 40px;
	}
	.introduce .text_box h4{
		margin-bottom: 25px;
	}
	.introduce .text_box p{
		margin-bottom: 20px;
	}
	.introduce .text_box .colorgrop{
		width: 50%;
	}
	.introduce .text_box .colorgrop .li{
		margin-right: 12%;
	}
	.introduce .text_box .agrop a{
		width: 30%;
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width:768px) {
	introduce{
		margin-bottom: 50px;
	}
	.introduce .breadcrumb{
		display: none;
	}
	.introduce_slide{
		width: 100%;
		padding-top: 30px;
		float: none;
		margin-bottom: 40px;
	}
	.introduce_slide .swiper-slide .img_box{
		height: 432px;
	}
	.introduce .text_box{
		font-size: 14px;
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.introduce .text_box h3{
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.introduce .text_box h4{
		margin-bottom: 20px;
	}
	.introduce .text_box p{
		margin-bottom: 15px;
	}
	.introduce .text_box p em{
		width: 20%;
		margin-right: 5%;
	}
	.introduce .text_box .txt p{
		width: 20%;
		margin-right: 5%;
	}
	.introduce .text_box .colorgrop{
		width: 60%;
	}
	.introduce .text_box .colorgrop .li{
		margin-right: 10%;
	}
	.introduce .text_box .agrop .txt{
		line-height: 24px;
	}
	.introduce .text_box .agrop a{
		width: 30%;
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width:640px){
	.introduce_slide .swiper-slide .img_box{
		min-height: 357px;
	}
	.introduce .text_box .colorgrop .li .img{
		width: 30px;
		height: 30px;
	}
}
/* 
@media (max-width:580px){
	.introduce_slide .swiper-slide img{
		height: 322px;
	}
}

@media (max-width:480px){
	.introduce_slide .swiper-slide .img_box{
		max-height: 263px;
	}
} */


/* 产品详情 */
.details {
	margin-bottom: 110px;
}
.details_tit{
	margin-bottom: 50px;
}
.details .text_box{
	color: #333;
	font-size: 16px;
	line-height: 24px;
}


/* 产品详情-媒体查询 */
@media (max-width:1300px) {
	.details {
		margin-bottom: 90px;
	}
}

@media (max-width:1200px) {
	.details {
		margin-bottom: 70px;
	}
}
@media (max-width:991px) {
	.details {
		margin-bottom: 60px;
	}
}
@media (max-width:768px) {
	.details {
		margin-bottom: 50px;
	}
	.details_tit{
		margin-bottom: 30px;
	}
	.details .text_box{
		font-size: 16px;
	}
}





/* 产品推荐 */
.recommend {
	padding: 80px 0;
	background-color: #f2f2f2;
}
.recommend .prov_tit{
	margin-bottom: 10px;
}
.recommend .list_box{
	/* overflow: hidden;
	height: 380px; */
	/* border: 1px solid red; */
}
.recommend .list{
	width: 22.8%;
	/* height: 380px; */
	float: left;
	margin-right: 2.93%;
	background-color: #fff;
}
.recommend .list:nth-child(4n){
	margin-right: 0;
}
.recommend .list .pic_box{
	padding: 45px 65px 30px 65px;
	box-sizing: border-box;
	border-bottom: 1px solid #e3e3e3;
}
.recommend .list .pic_box .img{
	width: 100%;
	height: 215px;
}
.recommend .list .text{
	padding: 20px 15px;
	box-sizing: border-box;
}
.recommend .list .text h4{
	color: #333;
	font-size: 18px;
	line-height: 24px;
}
.recommend .list .text p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}


/* 产品介绍-媒体查询 */
@media (max-width:1300px) {
	.recommend{
		padding: 70px 0;
	}
	.recommend .prov_tit{
		padding: 0;
		margin-bottom: 35px;
	}
	.recommend .list .pic_box{
		padding: 40px;
	}
	.recommend .list .text{
		padding: 15px;
	}
}
@media (max-width:991px){
	.recommend{
		padding: 60px 0;
	}
	.recommend .prov_tit{
		padding: 0;
		margin-bottom: 25px;
	}
	.recommend .list .pic_box .img{
	/* 	width: 140px; */
		height: 167px;
	}
} 

@media (max-width:768px) {
	.recommend .list{
		width: 80%;
		float: none;
		margin: 0 auto;
		margin-bottom: 30px;
		text-align: center;
	}
	.recommend .list:nth-child(4n){
		margin: 0 auto;
	}
	.recommend .list .pic_box .img{
		/* width: 140px; */
		height: 167px;
		margin: 0 auto;
	}
}



/* 招商加盟 */
.join_tit {
	text-align: center;
}
.join_tit h2{
	color: #333;
	font-size: 30px;
	line-height: 72px;
}
.join_tit i{
	color: #999;
	font-size: 16px;
	text-transform: uppercase;
}


@media (max-width:1400px) {
	.join_tit h2{
		font-size: 26px;
		line-height: 60px;
	}
}
@media (max-width:991px){
	.join_tit h2{
		font-size: 24px;
		line-height: 40px;
	}
}
@media (max-width:768px){
	.join_tit h2{
		font-size: 20px;
		line-height: 00px;
	}
	.join_tit i{
		font-size: 14px;
	}
}






/* 招商加盟-八大优势 */
.advantage{
	padding-top: 80px;
	margin-bottom: 40px;
	/* border: 1px solid red; */
}
.advantage .join_tit{
	margin-bottom: 90px;
}
/* .advantage .main{
	border: 1px solid red;
} */
.advantage .list{
	width: 18%;	
	float: left;
	text-align: center;
	margin-right: 9.3%;
	margin-bottom: 75px;
}
.advantage .list:nth-child(4n){
	margin-right: 0;
}
.advantage .list i{
	width: 90px;
	height: 90px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.advantage .list:nth-child(1) i{
	background-image: url(../images/advantage_icon1.png);
}
.advantage .list:nth-child(2) i{
	background-image: url(../images/advantage_icon2.png);
}
.advantage .list:nth-child(3) i{
	background-image: url(../images/advantage_icon3.png);
}
.advantage .list:nth-child(4) i{
	background-image: url(../images/advantage_icon4.png);
}
.advantage .list:nth-child(5) i{
	background-image: url(../images/advantage_icon5.png);
}
.advantage .list:nth-child(6) i{
	background-image: url(../images/advantage_icon6.png);
}
.advantage .list:nth-child(7) i{
	background-image: url(../images/advantage_icon7.png);
}
.advantage .list:nth-child(8) i{
	background-image: url(../images/advantage_icon8.png);
}
.advantage .list h4{
	color: #000;
	font-size: 23px;
	margin-bottom: 25px;
}
.advantage .list p{
	color: #666;
	font-size: 14px;
	line-height: 23px;
}



/* 八大优势-媒体查询 */
@media (max-width:1500px) {
	.join_tit h2{
		line-height: 60px;
	}
	.advantage{
		padding-top: 70px;
	}
	.advantage .list i{
		width: 80px;
		height: 80px;
	}
	.advantage .join_tit{
		margin-bottom: 70px;
	}
	.advantage .list i{
		margin-bottom: 10px;
	}
	.advantage .list h4{
		margin-bottom: 20px;
	}
	.advantage .list p{
		 overflow: hidden;
		 text-overflow: ellipsis;
		 display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
@media (max-width:1400px) {
	.join_tit h2{
		line-height: 45px;
	}
	.advantage .join_tit{
		margin-bottom: 60px;
	}
	.advantage .list{
		margin-bottom: 60px;
	}
	.advantage .list h4{
		margin-bottom: 15px;
	}
}
@media (max-width:1300px) {
	.advantage{
		padding-top: 60px;
	}
	.advantage .list{
		margin-bottom: 50px;
	}
}
@media (max-width:991px){
	.advantage{
		padding: 50px 0;
		margin-bottom: 0;
	}
	.advantage .join_tit{
		margin-bottom: 40px;
	}
	.advantage .list i{
		width: 60px;
		height: 60px;
	}
	.advantage .list{
		margin-bottom: 40px;
	}
}
@media (max-width:768px){
	.advantage .list{
		width: 45%;
		margin-right: 5%;
		margin-bottom: 30px;
	}
	.advantage .list h4{
		font-size: 20px;
		margin-bottom: 10px;
	}
}




/* 在线申请加盟 */
.apply{
	padding: 65px 0;
	background-color: #f4f4f4;
}
/* .apply .main{
	border: 1px solid red;
} */
.apply .join_tit{
	margin-bottom: 30px;
}
.apply .join_tit i{
	display: block;
	margin-bottom: 40px;
}
.apply .join_tit p{
	color: #000;
	font-size: 16px;
}
.apply .txt{
	width: 575px;
	margin: 0 auto;
	margin-bottom: 100px;
	/* border: 1px solid red; */
}
.apply .txt span{
	color: #666;
	font-size: 16px;
	width: 280px;
	height: 65px;
	line-height: 65px;
	padding-left: 65px;
	padding-right: 18px;
	box-sizing: border-box;
	display: inline-block;
	background-color: #fff;
	position: relative;
	background-position: left center;
}
.apply .txt span:nth-child(1){
	margin-right: 10px;
}
.apply .txt span::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 10%;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.apply .txt span:nth-child(1)::after{
	background-image: url(../images/apply_icon1.png);
}
.apply .txt span:nth-child(2)::after{
	background-image: url(../images/apply_icon2.png);
}

.apply .ligrop{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 55px;
}
.apply .ligrop .li {
	width: 45%;
}
.apply .ligrop .li input{
	color: #666;
	font-size: 16px;
	width: 100%;
	padding: 15px 5px;
	box-sizing: border-box;
	display: inline-block;
	background-color: #f4f4f4;
	border-bottom: 1px solid #d7d7d7;
}
.apply .ligrop  #distpicker{
	display: flex;
	justify-content: space-between;
}
.apply .ligrop  #distpicker select{
	color: #000;
	font-size: 16px;
	width: 46%;
	padding: 15px 0;
	outline: none;
	display: inline-block;
	background-color: #f4f4f4;
	border: none;
	border-bottom: 1px solid #d7d7d7;
}
.apply .ligrop .li p{
	color: #000;
	font-size: 16px;
	padding-left: 5px;
	box-sizing: border-box;
}
.apply .ligrop .code{
	position: relative;
} 
.apply .ligrop .code .img{
	width: 120px;
	height: 40px;
	position: absolute;
	right: 100px;
	top: 50%;
	margin-top: -20px;
}
.apply .ligrop .code .img:hover{
	cursor: pointer;
}
.apply .ligrop .code .img img{
	width: 100%;
	height: 100%;
}
.apply .ligrop  button{
	color: #fff;
	font-size: 16px;
	width: 45%;
	height: 52px;
	box-sizing: border-box;
	outline: none;
	border: none;
	background-color: #000;
}
.apply .ligrop  button:hover{
	cursor: pointer;
}



/* 在线申请加盟-媒体查询 */
@media (max-width:1400px){
	.apply{
		padding: 55px 0;
	}
	.apply .join_tit i{
		margin-bottom: 30px;
	}
	.apply .txt{
		margin-bottom: 80px;
	}
}
@media (max-width:991px){
	.apply{
		padding: 50px 0;
	}
	.apply .txt{
		margin-bottom: 60px;
	}
}
@media (max-width:768px){
	.join_tit h2{
		line-height: 30px;
	}
	.apply .join_tit i {
		margin-bottom: 15px;
	}
	.apply .ligrop{
		flex-direction: column;
		margin-bottom: 0;
	}
	.apply .ligrop .li{
		width: 100%;
		margin-bottom: 30px;
	}
	.apply .ligrop button{
		width: 100%;
		height: 50px;
	}
	.apply .join_tit p{
		font-size: 14px;
	}
	.apply .txt{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 50px;
		/* border: 1px solid red; */
	}
	.apply .txt span{
		font-size: 14px;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	.apply .txt span:last-child{
		margin-bottom: 0;
	}
	.apply .ligrop .code .img{
		right: 0;
	}
}
















/* 视屏 */
.video{
	padding-top: 60px;
}
/* .video .main{
	border: 1px solid red;
} */
.video .list{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 65px;
	float: left;
	font-size: 0;
}
.video .list:nth-child(3n){
	margin-right: 0;
}
.video .list .img{
	width: 100%;
	height: 300px;
}
.video .list h4{
	color: #333;
	font-size: 16px;
	height: 80px;
	line-height: 80px;
	padding-left: 20px;
	position: relative;
	background-color: #f9f9f9;
}
.video .list h4::after{
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -17.5px;
	right: 40px;
	background-position:  center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/play.png);
}
.video .page{
	padding-top: 0;
	padding-bottom: 80px;
}




/* 视屏页面-媒体查询 */
@media (max-width:1500px) {
	.video .list{
		margin-bottom: 55px;
	}
	.video .list h4{
		height: 70px;
		line-height: 70px;
	}
}
@media (max-width:1400px){
	.video .list .img{
		height: 280px;
	}
	.video .list{
		margin-bottom: 45px;
	}
}
@media (max-width:1200px){
	.video .list .img{
		height: 260px;
	}
	.video .list h4{
		height: 60px;
		line-height: 60px;
	}
	.video .list h4::after{
		width: 30px;
		height: 30px;
		right: 20px;
	}
}
@media (max-width:991px){
	.video{
		padding-top: 50px;
	}
	.video .list{
		margin-bottom: 40px;
	}
	.video .page{
		padding-bottom: 60px;
	}
}
@media (max-width:768px){
	.video .list{
		width: 49%;
		float: left;
	}
	.video .list:nth-child(2n-1){
		margin-right: 2%;
	}
	.video .list:nth-child(2n){
		margin-right: 0;
	}
	.video .page{
		padding-bottom: 40px;
	}
}
@media (max-width:640px){
	.video .list_box{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	.video .list{
		width: 100%;
	}
	.video .list .img{
		width: 100%;
		max-width: 640px;
		height: 100%;
		max-height: 300px;
	}
}







/* 关于我们 */
.ab_tit i{
	color: #666;
	font-size: 30px;
	line-height: 45px;
	text-transform: uppercase;
	font-family: 'Arial'; 
	display: block;
	margin-bottom: 10px;
	text-align: center;
	
}
.ab_tit h2{
	color: #000;
	font-size: 24px;
	text-align: center;
}


/* 公司介绍 */
.company{
	margin-top: 90px;
	margin-bottom: 110px;
}
/* .company .main{
	border: 1px solid red;
} */
.company .ab_tit{
	margin-bottom: 60px;
}
.company .text{
	color: #333;
	line-height: 30px;
	font-size: 16px;
	padding: 0 60px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.company .text p{
	/* margin-bottom: 35px; */
}
.company .img{
	width: 100%;
	text-align: center;
}


/* 公司介绍-媒体查询 */
@media (max-width:1500px) {
	.company{
		margin-top: 90px;
		margin-bottom: 100px;
	}
	.company .ab_tit{
		margin-bottom: 50px;
	}
	.ab_tit i{
		line-height: 35px;
	}	
	.company .text p{
		margin-bottom: 30px;
	}
}
@media (max-width:1400px){
	.company{
		margin: 90px 0;
	}
	.company .ab_tit{
		margin-bottom: 40px;
	}
} 
@media (max-width:1300px){
	.company{
		margin: 80px 0;
	}
} 
@media (max-width:1200px){
	.company{
		margin: 70px 0;
	}
	.ab_tit i{
		font-size: 26px;
		margin-bottom: 0;
	}
	.company .text{
		margin-bottom: 50px;
	}
	.company .text p{
		margin-bottom: 20px;
	}
} 
@media (max-width:991px){
	.company{
		margin: 60px 0;
	}
	.ab_tit i{
		font-size: 24px;
	}
	.ab_tit h2{
		font-size: 20px;
	}
	.company .text{
		padding: 0 30px;
	}
} 
@media (max-width:768px){
	.company{
		margin: 50px 0;
	}
	.company .ab_tit{
		margin-bottom: 30px;
	}
	.ab_tit i{
		font-size: 20px;
		line-height: 28px;
	}
	.ab_tit h2{
		font-size: 16px;
	}
	.company .text{
		font-size: 14px;
	}
	.company .text p{
		margin-bottom: 15px;
	}
} 
@media (max-width:640px){
	.company .text{
		padding: 0;
	}
}






/* 品牌理念 */
.brand{
	margin-bottom: 120px;
}
/* .brand .main{
	border: 1px solid red;
} */
.brand .ab_tit{
	margin-bottom: 80px;
}
.brand .list_box{
	overflow: hidden;
}
.brand .list{
	width: 32%;
	padding: 60px 70px 70px 50px;
	box-sizing: border-box;
	margin-right: 2%;
	float: left;
	display: flex;
	align-items: center;
	background-color: #f5f5f5;
}
.brand .list:nth-child(3){
	margin-right: 0;
}
.brand .list i{
	width: 70px;
	height: 70px;
	margin-right: 40px;
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 96%;
	transition: all .5s ease-in-out; 
}
.brand .list:nth-child(1) i{
	background-image: url(../images/brand_iocn1.png);
}
.brand .list:nth-child(2) i{
	background-image: url(../images/brand_icon2.png);
}
.brand .list:nth-child(3) i{
	background-image: url(../images/brand_iocn3.png);
}
.brand .list:hover i{
	transform: translateY(-15px);
}
.brand .list .txt{
	color: #333;
	line-height: 36px;
	max-width: 150px;
}
.brand .list .txt h4{
	font-size: 18px;
}
.brand .list .txt p{
	font-size: 16px;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


/* 品牌理念-媒体查询 */
@media (max-width:1500px) {
	.brand{
		margin-bottom: 100px;
	}
	.brand .ab_tit{
		margin-bottom: 50px;
	}
}
@media (max-width:1400px){
	.brand{
		margin-bottom: 80px;
	}
	.brand .list i{
		width: 60px;
		height: 60px;
		margin-right: 30px;
	}
}
@media (max-width:1300px){
	.brand{
		margin-bottom: 70px;
	}
	.brand .ab_tit{
		margin-bottom: 40px;
	}
	.brand .list{
		padding: 60px 50px;
	}
	.brand .list i{
		width: 60px;
		height: 60px;
		margin-right: 30px;
	}
}
@media (max-width:1200px) {
	.brand{
		margin-bottom: 60px;
	}
	.brand .list{
		padding: 50px;
	}
}
@media (max-width:991px){
	.brand{
		margin-bottom: 40px;
	}
	.brand .list i{
		width: 50px;
		height: 50px;
		margin-right: 20px;
	}
	.brand .list{
		padding: 30px;
	}
	.brand .list .txt h4{
		font-size: 16px;
	}
	.brand .list .txt p{
		font-size: 14px;
	}
} 
@media (max-width:768px){
	.brand .list{
		width: 100%;
		float: none;
		margin: 0 auto;
		margin-right: 0;
		margin-bottom: 30px;
	}
}





/* 品牌历程 */
.course {
	padding: 80px 0;
	margin-bottom: 60px;
	background-color: #f9f9f9;
}
.course .ab_tit{
	margin-bottom: 75px;
}
/* .course_slide .swiper-slide span{
	color: #333;
	font-size: 18px;
	line-height: 30px;
}
.course_slide .swiper-slide-active{
	color: #000;
	font-size: 24px;
}
.course_slide .swiper-slide i{
	width: 24px;
	height: 24px;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/course_icon2.png);
}
.course_slide .swiper-slide-active i{
	background-image: url(../images/course_icon1.png);
}
.course_slide .swiper-slide .text{
	width: 100%;
	background-color: #fff;
}
.course_slide .swiper-slide .text h4{
	color: #000;
	font-size: 30px;
	line-height: 30px;
}
.course_slide .swiper-slide .txt{
	color: #333;
	font-size: 16px;
	line-height: 36px;
} */


.course .gallery-thumbs {
	background: url(../images/dotline.jpg) 0 51px repeat-x;
}
.course .gallery-thumbs .swiper-slide {
	padding-top: 40px;
	height: 62px;
	text-align: center;
	position: relative;
}
.course .gallery-thumbs .dotout {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 6px;
	border-radius: 50%;
	background-color: rgba(172, 172, 172, .3);
	cursor: pointer;
}
.course .gallery-thumbs .dotin {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #c3c3c3;
}
.course .gallery-thumbs .swiper-slide-thumb-active .dotout {
	background-color: rgba(143, 143, 143, .2);
}
.course .gallery-thumbs .swiper-slide-thumb-active .dotin {
	background-color: #000;
}
.course .gallery-thumbs .swiper-slide  span {
	left: 150px;
	top: 0;
	position: absolute;
	font-size: 18px;
	color: #333;
}
.course .gallery-thumbs .swiper-slide-thumb-active span{
	font-size: 24px;
}
.course .gallery-top {
	width: 100%;
	height: 250px;
	border-bottom: 3px solid #333333;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
}
.course .gallery-top .text {
	padding-top: 75px;
	padding-left: 20px;
	padding-right: 20px;
}
.course .gallery-top h4 {
	margin-bottom: 30px;
	font-size: 30px;
	color: #333;
	font-weight: bold;
}
.course .gallery-top p {
	font-size: 16px;
	line-height: 36px;
	color: #333;
}
@media(max-width:1200px){
	.course .gallery-thumbs .swiper-slide  span{
		left: 130px;
	}
}
@media(max-width:991px) {
	.course .gallery-top .text {
		padding-top: 55px;
	}
	.course {
		padding: 60px 0 80px;
	}
	.course .gallery-thumbs .swiper-slide  span{
		left: 100px;
	}
	.course .gallery-thumbs .swiper-slide-thumb-active span{
		font-size: 20px;
	}
}
@media(max-width:768px) {
	.course {
		padding: 50px 0 70px;
	}
	.course .gallery-top .text {
		padding: 40px 20px;
	}

	.course .gallery-top h4 {
		font-size: 24px;
	}
	.course .gallery-top {
		/* height: 230px; */
		height: auto;
	}
	.course .gallery-thumbs .swiper-slide  span{
		left: 70px;
	}
}
@media(max-width:678px) {
	.course .gallery-thumbs .swiper-slide  span{
		left: 60px;
	}
}
@media(max-width:580px) {
	.course {
		padding: 40px 0 50px;
	}
	.course h2 {
		margin-bottom: 30px;
	}
	.course .gallery-top h4 {
		font-size: 20px;
	}
	.course .gallery-top p {
		font-size: 14px;
	}
	.course .gallery-thumbs .dotout span {
		font-size: 16px;
		left: -7px;
	}
	.course .gallery-thumbs .swiper-slide  span{
		left: 50px;
	}
	.course .gallery-thumbs .swiper-slide-thumb-active span{
		font-size: 18px;
	}
}

@media(max-width:480px) {
	.course .gallery-top h4 {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.course .gallery-thumbs .dotout span {
		font-size: 15px;
		left: -7px;
	}
	.course .gallery-thumbs .swiper-slide  span{
		left: 35px;
		font-size: 16px;
	}
	
}

@media(max-width:420px){
	.course .gallery-thumbs .swiper-slide  span{
		left: 20;
		text-align: center;
	}
}

@media(max-width:360px) {
	/* .culture .gallery-top .text {
		padding-top: 20px;
	} */

	.culture .gallery-top {
		height: 210px;
	}
}




/* 品牌实力 */
.strength{
	margin-bottom: 60px;
}
.strength_slidebox{
	overflow: hidden;
	margin-bottom: 120px;
}
.strength_slide{
	/* width: 890px; */
	height: 480px;
	overflow: visible;
}
.strength_slide .swiper-slide{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.strength_slide .swiper-slide .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 999;
}
.strength_slide .swiper-slide:hover .mask{
	opacity: 0;
}
.strength_slide .swiper-slide .img{
	position: absolute;
	top: 0;
	left: 0;
}
.strength_slide .swiper-slide .text{
	z-index: 999;
	text-align: center;
	padding: 0 95px 0 50px;
	opacity: 0;
	transition: all .8s ease-in-out;
}
.strength_slide .swiper-slide .text h4{
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 50px;
}
.strength_slide .swiper-slide .text p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.strength_slide .swiper-slide:hover .text{
	opacity: 1;
}




/* 品牌实力-媒体查询 */
@media (max-width:1300px){
	.strength{
		margin-bottom: 50px;
	}
	.strength_slidebox{
		margin-bottom: 100px;
	}
	.strength_slide{
		height: 450px;
	}
	.strength_slide .swiper-slide .text h4{
		margin-bottom: 35px;
	}
}
@media (max-width:1200px){
	.strength_slidebox{
		margin-bottom: 80px;
	}
	.strength_slide{
		height: 420px;
	}
}
@media (max-width:991px){
	.strength_slidebox{
		margin-bottom: 60px;
	}
	.strength_slide{
		height: 420px;
	}
	.strength_slide .swiper-slide .text h4{
		margin-bottom: 30px;
	}
}
@media (max-width:768px){
	.strength_slidebox{
		width: 100%;
		margin-bottom: 50px;
	}
	.strength_slide{
		width: 100%;
		height: 380px;
	}
	.strength_slide .swiper-slide .img{
		height: 379px;
	}
	.strength_slide .swiper-slide .text{
		padding: 0 30px;
		margin: 0;
	}
	.strength_slide .swiper-slide .text h4{
		font-size: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		margin-bottom: 25px;
	}
	.strength_slide .swiper-slide .text p{
		font-size: 14px;
	}
}






/* 荣誉资质 */
.honor{
	margin-bottom: 85px;
}
/* .honor .main{
	border: 1px solid red;
} */
.honor .ab_tit{
	margin-bottom: 70px;
}
.honor_slide {
	/* padding: 0 50px; */
	padding-bottom: 90px;
}
.honor_slide .swiper-slide{
	/* padding: 55px 55px 25px 55px; */
	/* padding: 40px 25px 25px 25px; */
	box-sizing: border-box;
	/* background-color: #efefef; */
}
.honor_slide .swiper-slide .pic_box{
	padding: 45px 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
	background-color: #efefef;
}
.honor_slide .swiper-slide .img{
	/* width: 172px; */
	height: 250px;
}
.honor_slide .swiper-slide  h4{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.honor .swiper-scrollbar{
	width: 100%;
	height: 1px;
	border-radius: 0;
	background-color: #000;
}
.honor .swiper-scrollbar-drag{
	background-color: #000;
	border-radius: 0;
	height: 10px;
	top: -5px;
}



/* 荣耀资质-媒体查询 */
@media (max-width:1300px) {
	/* .honor_slide .swiper-slide{
		padding: 30px;
	} */
	.honor_slide .swiper-slide .img{
		margin: 0 auto;
		/* margin-bottom: 25px; */
	}
}
@media (max-width:1200px){
	.honor{
		margin-bottom: 70px;
	}
	.honor .ab_tit{
		margin-bottom: 60px;
	}
	.honor_slide {
		padding: 0;
		padding-bottom: 70px;
	}
	.honor_slide .swiper-slide .img{
		margin: 0 auto;
		/* margin-bottom: 20px; */
	}
}
@media (max-width:991px){
	.honor{
		margin-bottom: 60px;
	}
	.honor .ab_tit{
		margin-bottom: 40px;
	}
	.honor_slide {
		padding: 0;
		padding-bottom: 50px;
	}
}
@media (max-width:768px){
	.honor{
		margin-bottom: 50px;
	}
	.honor .ab_tit{
		margin-bottom: 30px;
	}
	.honor_slide {
		padding: 0;
		padding-bottom: 40px;
	}
	.honor_slide .swiper-slide .pic_box{
		padding: 40px 30px;
		box-sizing: border-box;
		margin-bottom: 20px;
		background-color: #efefef;
	}
}













/* 技术-页面 */
/* 4大硬核工艺 */
.hard{
	padding-top: 145px;
	padding-bottom: 180px;
	background-color: #e1e1e1;
}
/* .hard .main{
	border: 1px solid red;
} */
.hard .tit {
	text-align: center;
	margin-bottom: 95px;
}
.hard .tit h2{
	color: #333;
	font-size: 36px;
	line-height: 30px;
	margin-bottom: 10px;
}
.hard .tit i{
	color: #666;
	font-size: 18px;
	line-height: 30px;
}
.hard .list_box{
	width: 66%;
	margin: 0 auto;
	/* border: 1px solid red; */
}
.hard .list_box .list{
	width:25%;
/* 	margin-right: 8%; */
	float: left;
	/* border: 1px solid red; */
}
.hard .list_box .list:last-child{
	margin-right: 0;
}
.hard .list_box .list i{
	width: 127px;
	height: 127px;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.hard .list_box .list:nth-child(1) i{
	background-image: url(../images/hard_icon1.png);
}
.hard .list_box .list:nth-child(2) i{
	background-image: url(../images/hard_icon2.png);
}
.hard .list_box .list:nth-child(3) i{
	background-image: url(../images/hard_icon3.png);
}
.hard .list_box .list:nth-child(4) i{
	background-image: url(../images/hard_icon4.png);
}
.hard .list_box .list h4{
	color: #000;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}


/* 4大硬核工艺-媒体茶查询 */
@media (max-width:1500px) {
	.hard {
		padding-top: 125px;
		padding-bottom: 160px;
	}
	.hard .tit{
		margin-bottom: 80px;
	}
}
@media (max-width:1400px){
	.hard {
		padding-top: 100px;
		padding-bottom: 140px;
	}
	.hard .list_box .list i{
		margin-bottom: 10px;
	}
}
@media (max-width:1300px){
	.hard {
		padding-top: 80px;
		padding-bottom: 120px;
	}
	.hard .tit h2{
		font-size: 32px;
	}
	.hard .list_box .list i{
		width: 90px;
		height: 90px;
	}
}
@media (max-width:1200px){
	.hard {
		padding-bottom: 100px;
	}
	.hard .tit{
		margin-bottom: 60px;
	}
	.hard .tit h2{
		font-size: 28px;
	}
	.hard .list_box{
		width: 80%;
	}
}
@media (max-width:991px){
	.hard {
		padding-bottom: 80px;
	}
	.hard .tit h2{
		font-size: 24px;
		margin-bottom: 0;
	}
	.hard .tit i{
		font-size: 16px;
	}
	.hard .list_box{
		width: 90%;
	}
	.hard .list_box .list i{
		width: 80px;
		height: 80px;
	}
}
@media (max-width:768px){
	.hard {
		padding: 50px;
	}
	.hard .tit{
		margin-bottom: 35px;
	}
	.hard .list_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.hard .list_box .list{
		width: 48%;
		margin-bottom: 15px;
		margin-right: 4%;
	}
	.hard .list_box .list:nth-child(2){
		margin-right: 0;
	}
	.hard .list_box .list i{
		width: 60px;
		height: 60px;
	}
	.hard .list_box .list h4{
		font-size: 14px;
		line-height: 20px;
	}
}




/* 五金精密加工技术 */
.precise{
	position: relative;
	margin-bottom: 100px;
}
.precise .img{
	width: 100%;
	height: 100%;
	text-align: center;
} 
.precise .img img{
	width: 100%;
	height: 100%;
}
.precise .text{
	max-width: 400px;
	position: absolute;
	top: 25%;
	right: 16%;
}
.precise .text h2{
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
}
.precise .text .txt{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

@media (max-width:1400px) {
	.precise .text{
		top: 30%;
		right: 15%;
	}
	.precise .text h2{
		font-size: 26px;
		margin-bottom: 20px;
	}
}
@media (max-width:1300px){
	.precise{
		margin-bottom: 80px;
	}
	.precise .text{
		top: 40%;
		right: 10%;
	}
} 

@media (max-width:991px){
	.precise{
		margin-bottom: 60px;
	}
	.precise .img{
		height: 450px;
	}
	.precise .text h2{
		font-size: 24px;
	}
} 
@media (max-width:768px){
	/* .precise{
		margin-bottom: 50px;
	} */
	.precise .img{
		height: 350px;
	}
	.precise .text{
		position: absolute;
		top: 30%;
		left: 10%;
	} 
	.precise .text .txt{
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.precise .text h2{
		font-size: 20px;
	}

}





/* 系统安全、抛光技术 */
/* 系统安全 */
.security {
	width: 100%;
	height: 100%;
	margin-bottom: 75px;
}
.security .list_box .list{
	background-color: #f5f5f5;
}
.security .list_box .list .img{
	width: 50%;
	height: 490px;
	float: left;
}
.security .list_box .list:nth-child(2n) .img{
	float: right;
}
.security .list_box .list  .img img{
	width: 100%;
	height: 100%;
}
.security .list_box .list  .text{
	width: 50%;
	padding: 150px;
	box-sizing: border-box;
	float: right;
}
.security .list_box .list:nth-child(2n)  .text{
	float: left;
}
.security .list_box .list  .text:nth-child(2n){
	float: left;
}
.security .list_box .list  .text h2{
	color: #333;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 50px;
}
.security .list_box .list  .text .txt{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

	
	
	
/* 系统安全、抛光技术-媒体查询 */
@media (max-width:1500px) {
	.security .list_box .list .img{
		height: 470px;
	}
	.security .list_box .list .text{
		padding: 130px;
	}
}
@media (max-width:1400px){
	.security .list_box .list .text h2{
		font-size: 26px;
		margin-bottom: 40px;
	}
	.security .list_box .list .img{
		height: 450px;
	}
	.security .list_box .list .text{
		padding: 110px;
	}
}
@media (max-width:1300px){
	.security .list_box .list .img{
		height: 420px;
	}
	.security .list_box .list .text{
		padding: 90px;
	}
}
@media (max-width:1200px){
	.security .list_box .list .img{
		height: 390px;
	}
	.security .list_box .list .text{
		padding: 70px;
	}
}
@media (max-width:991px){
	.security .list_box .list .text h2{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.security .list_box .list .img{
		height: 360px;
	}
	.security .list_box .list .text{
	/* 	padding:  30px; */
	}
}	
@media (max-width:768px){
	.security .list_box .list {
		margin-bottom: 50px;
		background-color: #fff;
	}
	.security .list_box .list .text h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.security .list_box .list .img{
		float: none;
		width: 100%;
		max-width: 540px;
	}
	.security .list_box .list .text{
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.security .list_box .list:nth-child(2n) .img{
		float: left;
	}
}	
		
	
	
	
/* 夹层安全技术 */
.interlayer .tit{
	margin-bottom: 45px;
}
.interlayer .tit h2{
	color: #333;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.interlayer .tit p{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.interlayer .img-cover {
	text-align: center;
}
.interlayer .img-cover:hover img{
	transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
	}
.interlayer .img img{
	width: 100%;
}



/* 夹层安全技术-媒体查询 */
@media (max-width:1500px) {
	.interlayer .tit h2{
		margin-bottom: 10px;
	}
}
@media (max-width:1300px) {
	.interlayer .tit{
		margin-bottom: 30px;
	}
	.interlayer .tit h2{
		font-size: 26px;
		margin-bottom: 10px;
	}
}
@media (max-width:991px){
	.interlayer .tit h2{
		font-size: 24px;
		margin-bottom: 5px;
	}
} 
@media (max-width:768px){
	./* interlayer{
		margin-bottom: 50px;
	} */
	.interlayer .tit h2{
		font-size: 20px;
	}
	.interlayer .tit p{
		padding: 0 55px;
	}
	.interlayer .img{
		height: 400px;
	}
}








/* 联系 */
.contact{
	padding-top: 115px;
	padding-bottom: 130px;
}
.contact h2{
	color: #333;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 75px;
}
.contact .list_box{
	display: flex;
	align-items: center;
	border: 1px solid #000;
}
.contact .list{
	width: 33.3%;
	height: 385px;
	text-align: center;
	padding: 70px;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #000;
}
.contact .list:last-child{
	border-right: none;
}
.contact .list i{
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	transition: all .5s ease-in-out;
}
.contact .list:nth-child(1) i{
	background-image: url(../images/con_icon1.png);
}
.contact .list:nth-child(2) i{
	background-image: url(../images/con_icon2.png);
}
.contact .list:nth-child(3) i{
	background-image: url(../images/con_icon3.png);
}
.contact .list:hover i{
	transform: translateY(-10px);
}
.contact .list h4{
	color: #000;
	font-size: 20px;
	line-height: 48px;
	margin-bottom: 5px;
}
.contact .list .txt{
	color: #333;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}
.contact .list .img{
	width: 144px;
	height: 138px;
	margin: 0 auto;
}
.contact .list .img img{
	width: 100%;
	height: 100%;
}
.contact .list span{
	width: 28px;
	height: 26px;
	display: block;
	margin: 0 auto;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/jump.png);
}



/* 联系页-媒体查询 */
@media (max-width:1500px){
	.contact{
		padding-top: 100px;
		padding-bottom: 110px;
	}
	.contact h2{
		margin-bottom: 65px;
	}
	.contact .list{
		padding: 60px;
	}
}
@media (max-width:1400px){
	.contact{
		padding-bottom: 100px;
	}
	.contact h2{
		margin-bottom: 55px;
	}
	.contact .list{
		padding: 50px;
		height: 360px;
	}
}
@media (max-width:1300px){
	.contact{
		padding: 90px 0;
	}
	.contact h2{
		margin-bottom: 45px;
	}
	.contact .list{
		padding: 40px;
		height: 340px;
	}
	.contact .list i{
		margin-bottom: 0;
	}
}
@media (max-width:1200px){
	.contact{
		padding: 75px 0;
	}
	.contact h2{
		margin-bottom: 35px;
	}
	.contact .list{
		padding: 30px;
		height: 310px;
	}
	.contact .list i{
		width: 50px;
		height: 50px;
	}
	.contact .list .txt{
		font-size: 16px;
	}
}
@media (max-width:991px){
	.contact{
		padding: 60px 0;
	}
	.contact h2{
		margin-bottom: 35px;
	}
}
@media (max-width:768px){
	.contact h2{
		font-size: 16px;
		line-height: 30px;
	}
	.contact .list_box{
		display: flex;
		flex-wrap: wrap;
	}
	.contact .list{
		width: 100%;
		height: 240px;
		padding: 0 15px;
		border-right: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid #000;
	}
	.contact .list:last-child{
		border-bottom: none;
	}
	.contact .list h4{
		line-height: 40px;
	}
	.contact .list .img{
		width: 100px;
		height: 100px;
	}
}



/* 在线留言 */
.massage{
	padding: 105px 0;
	box-sizing: border-box;
	background-color: #efefef;
}
.massage .ligrop{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 70px;
}
.massage .ligrop:last-child{
	margin-bottom: 0;
}
.massage  .li{
	width: 47%;
	border-bottom: 1px solid #878787;
}
.massage  .li p{
	color: #000;
	font-size: 16px;
}
.massage  .li input{
	color: #666;
	font-size: 16px;
	width: 100%;
	padding: 20px 0;
	display: inline-block;
	background-color: #efefef;
}
.massage  .masg{
	width: 100%;
	margin-bottom: 115px;
}
.massage  .code{
	position: relative;
}
.massage  .code .img{
	width: 173px;
	height: 60px;
	position: absolute;
	top: 15px;
	right: 0;
}
.massage  .code .img:hover{
	cursor: pointer;
}
.massage  .code .img img{
	width: 100%;
	height: 100%;
}
.massage .sub{
	width: 47%;
	border: none;
	padding-top: 20px;
}
.massage .sub button{
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 60px;
	border: none;
	outline: none;
	background-color: #000;
	border-radius: 8px;
}
.massage .sub button:hover{
	cursor: pointer;
}



/* 在线留言-媒体查询 */
@media (max-width:1500px) {
	.massage{
		padding: 95px 0;
	}
}
@media (max-width:1300px){
	.massage{
		padding: 75px 0;
	}
	.massage .ligrop{
		margin-bottom: 50px;
	}
	.massage .li input{
		padding: 10px 0;
	}
	.massage .code .img{
		top: -5px;
	}
	.massage .sub{
		padding-top: 0;
	}
}
@media (max-width:1200px){
	.massage{
		padding: 60px 0;
	}
	.massage .ligrop{
		margin-bottom: 40px;
	}
	.massage .masg{
		margin-bottom: 60px;
	}
}
@media (max-width:768px){
	.massage .ligrop {
		margin-bottom: 40px;
		flex-direction: column;
	}
	.massage .ligrop .li{
		width: 100%;
		margin-bottom: 30px;
	}
	.massage .masg{
		margin-bottom: 50px;
	}
	.massage .code .img{
		width: 140px;
		height: 55px;
	}
}
@media (max-width:640px){
	.massage{
		padding: 50px 0;
	}
}
@media (max-width:640px){
	.massage .sub button{
		height: 50px;
		line-height: 50px;
	}
}




/* 服务中心 */
.service{
	padding: 70px 0;
}
.service .main{
	/* border: 1px solid red; */
}
.service .list .hd{
	padding-bottom: 10px;
	margin-bottom: 50px;
	position: relative;
	border-bottom: 1px solid #000;
}
.service .list .hd::after{
	content: '';
	position: absolute;
	top: 0;
	right: 20px;
	width: 40px;
	height: 40px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(../images/jia.png);
}
.service .list .hd.on::after{
	background-image: url(../images/jian.png);
}
.service .list .hd h3{
	color: #000;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	padding-left: 85px;
	position: relative;
}
.service .list .hd h3::after{
	content: '';
	position: absolute;
	left: 20px;
	top: 0;
	width: 45px;
	height: 45px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.service .list:nth-child(1) .hd h3::after{
	background-image: url(../images/service_icon1.png);
}  
.service .list:nth-child(2) .hd h3::after{
	background-image: url(../images/service_icon2.png);
}  
.service .list:nth-child(3) .hd h3::after{
	background-image: url(../images/service_icon3.png);
}  
.service .list:nth-child(4) .hd h3::after{
	background-image: url(../images/service_icon4.png);
}  
.service .list .bd{
	display: none;
	margin-bottom: 80px;
}
.service .list .bd.on{
	display: block;
}
.service .list .bd .text{
	color: #333;
	font-size: 16px;
	line-height: 48px;
	padding-top: 25px;
	/* text-align: center; */
	/* margin-bottom: 80px; */
}
.service .list .bd .text p{
	position: relative;
	padding-left: 25px;
/* 	margin-bottom: 25px; */
}
/* .service .list .bd .text p:nth-child(1)::after,
.service .list .bd .text p:nth-child(2)::after
{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 0;
	width: 6px;
	height: 6px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/dian.png);
} */
.service .list.make .bd{
	padding: 55px 40px;
	box-sizing: border-box;
	/* display: flex;
	justify-content: space-between; */
	background-color: #f5f5f5;
}
.service .list.make .bd .text_box {
	width: 25%;
	/* border: 1px solid red; */
	float: left;
}
.service .list.make .bd .tit{
	margin-bottom: 55px;
}
.service .list.make .bd h4{
	color: #444;
	font-size: 30px;
	line-height: 60px;
}
.service .list.make .bd p{
	color: #444;
	font-size: 18px;
	line-height: 48px;
}
.service .list.make .bd .text_box .img{
	width: 144px;
	height: 138px;
	margin-bottom: 10px;
}
.service .list.make .bd  .text_box .img img{
	width: 100%;
	height: 100%;
}
.service .list.make .bd .formbox1{
	width: 42%;
	float: right;
	/* border: 1px solid red; */
}

.service .list.make .bd .formbox1 .ligorp{
	width: 100%;
	margin-bottom: 20px;
}
.service .list.make .bd .formbox1 .ligorp input{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	width: 47%;
	padding: 10px 20px;
	box-sizing: border-box;
	outline: none;
	display: inline-block;
	margin-right: 5%;
}
.service .list.make .bd .formbox1 .ligorp input:nth-child(2){
	margin-right: 0;
}
.service .list.make .bd .formbox1 textarea{
	color: #666;
	font-size: 16px;
	font-family: Arial;
	line-height: 36px;
	width: 100%;
	height: 160px;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.service .list.make .bd .formbox1 .code{
	display: flex;
	align-items: center;
}
.service .list.make .bd .formbox1 .code input{
	width: 30%;
}
.service .list.make .bd .formbox1 .code .img{
	width: 180px;
	height: 60px;
}
.service .list.make .bd .formbox1 .code .img img{
	width: 100%;
	/* height: 100%; */
}
.service .list.make .bd .formbox1 button{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	width: 100%;
	height: 50px;
	background-color: #000;
	outline: none;
	border: none;
}
.service .list.make .bd .formbox1 button:hover{
	cursor: pointer;
}
.service .list.proposal .bd  .formbox2 form{
	width: 100%;
	position: relative;
	display: inline-block;
}
.service .list.proposal .bd  .formbox2 input{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	width: 80%;
	padding: 20px;
	box-sizing: border-box;
	display: inline-block;
	border-bottom: 1px solid #666;
}
.service .list.proposal .bd  .formbox2 button{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	width: 18%;
	padding: 10px 0;
	outline: none;
	border: none;
	background-color: #000;
	position: absolute;
	right: 0;
	bottom: 0;
}




/* 服务中心页-媒体查询 */
@media (max-width:1400px) {
	.service .list .hd{
		margin-bottom: 40px;
	}
	.service .list .bd{
		margin-bottom: 60px;
	}
	.service .list .bd .text{
		line-height: 45px;
	}
}
@media (max-width:1300px){
	.service{
		padding: 50px 0;
	}
	.service .list .hd{
		margin-bottom: 35px;
	}
	.service .list .bd{
		margin-bottom: 50px;
	}
	.service .list .bd .text{
		padding-top: 15px;
	}
	.service .list.make .bd h4{
		font-size: 26px;
		line-height: 45px;
	}
	.service .list.make .bd .tit{
		margin-bottom: 45px;
	}
	.service .list.make .bd p{
		font-size: 16px;
	}
}
@media (max-width:1200px){
	.service .list .hd::after{
		width: 30px;
		height: 30px;
		top: 50%;
		margin-top: -15px;
	}
	.service .list .bd{
		margin-bottom: 40px;
	}
	.service .list .bd .text p:nth-child(1)::after, 
	.service .list .bd .text p:nth-child(2)::after{
		display: none;
	}
}
@media (max-width:991px){
	.service .list .hd{
		margin-bottom: 30px;
	}
	.service .list .hd h3{
		/* font-size: 16px; */
		padding-left: 70px;
	}
	.service .list .hd h3::after{
		width: 30px;
		height: 30px;
		top: 50%;
		margin-top: -15px;
	}
	.service .list .bd{
		margin-bottom: 30px;
	}
	.service .list.make .bd h4{
		font-size: 24px;
	}
	.service .list .bd .text{
		line-height: 38px;
		padding-top: 0;
	}
	.service .list.make .bd .text_box{
		width: 45%;
	}
	.service .list.make .bd .formbox1{
		width: 50%;
	}
}
@media (max-width:768px){
	.service .list.make .bd .text_box{
		width: 100%;
		float: none;
		text-align: center;
	}
	.service .list.make .bd{
		padding: 40px 20px;
	}
	.service .list .hd::after{
		width: 25px;
		height: 25px;
		margin-top: -12.5px;
	}
	.service .list.make .bd h4{
		line-height: 24px;
	}
	.service .list.make .bd .tit{
		margin-bottom: 30px;
	}
	.service .list .bd .text{
		font-size: 14px;
	}
	.service .list.make .bd .txt {
		display: none;
	}
	.service .list.make .bd .formbox1{
		width: 100%;
		float: none;
	}
	.service .list.make .bd .formbox1 .ligorp{
		margin-bottom: 0;
	}
	.service .list.make .bd .formbox1 .ligorp input{
		width: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width:640px){
	.service{
		padding: 40px 0;
	}
	.service .list .hd{
		padding-bottom: 0;
	}
	.service .list .hd h3{
		font-size: 16px;
	}
	.service .list.make .bd h4{
		line-height: 20px;
	}
	.service .list.make .bd .tit{
		margin-bottom: 25px;
	}
	.service .list.make .bd .formbox1 .ligorp input{
		font-size: 14px;
		padding: 5px 20px;
	}
	.service .list.make .bd .formbox1 textarea{
		font-size: 14px;
	}
	.service .list.make .bd .formbox1 button{
		font-size: 14px;
	}
	.service .list.proposal .bd .formbox2 input{
		padding: 5px 20px;
	}
	.service .list.proposal .bd .formbox2 input{
		font-size: 14px;
	}
	.service .list.proposal .bd .formbox2 button{
		font-size: 14px;
		padding: 5px 0;
	}
}
@media (max-width:420px) {
	.service .list.proposal .bd .formbox2 button{
		font-size: 14px;
		padding: 0;
	}
}

