body{
	font-family:"Microsoft YaHei",微软雅黑;
	color:#666666;
}

a, a:hover, a:link{
	color:#666666;
}

.center_width{
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
.container{
	width: 11.9rem;
	padding: 0;
    position: relative;
}
/*最小宽*/
.min{
	min-width: 12.8rem;
}
.pc{
	display: block;
}
.mobile{
	display: none;
}
.vshow{
	display:block;
}
.gray10{
	border-bottom: .1rem solid #f4f4f4;
}
.mt100{
	margin-top: 1rem;
}
a{
	text-decoration: none !important;
}
.commonbg1{
	background-color:#ebebeb;
}
.commonbg2{
	background-color:#f5f5f5;
}
/* 头部样式 */
.header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 200;
	transform: translateY(0);
	transition: all 0.5s;
}
@media (min-width: 750px){
	.container_left_img{
		width:40%;
		margin:0 auto;
		height:0.9rem;
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
		padding-left:1rem;
	}
	.container_left_img .size{
		font-size:17px;
		display:inline-block;
		vertical-align:middle;
		padding-left:6px;
	}
	
	.container_left_img .size div{
		white-space: normal;
		font-size:14px;
	}
	/*标题分割线*/
	.hr_title_box{
		display:flex;align-items:center;justify-content:center;
		width:50px;
		margin:4px auto;
		padding-bottom:8px;
		border-bottom:solid 2px #1a9be5;
	}
	.hr_title_box .hr_right_size,
	.hr_title_box .hr_left_size{
		width:45%;height:1px;background:#1169ab;
		position: relative;
	}
	.hr_title_box .hr_left_size::after{
		display: block;
		content: '';
		position: absolute;
		right: 0;
		top:-0.05rem;
		width:0.1rem;
		height:0.1rem;
		background:#1169ab;
		transform: rotate(45deg);
	}
	.hr_title_box .hr_right_size::after{
		display: block;
		content: '';
		position: absolute;
		left: 0;
		bottom:-0.05rem;
		width:0.1rem;
		height:0.1rem;
		background:#1169ab;
		transform: rotate(45deg);
	}
	.hr_title_box .names{
		color:#1169ab;
		font-size:0.22rem;
		/*margin:0 0.2rem;*/
		text-align: center;
	}
}
@media (max-width: 750px) {
	.left{position:fixed;right:0;}
	.personnelType{position:inherit;}
	.container_left_img{
		padding:0.22rem 0.3rem 0.18rem 0.3rem;
	}
	.header .container_title_logo{
		justify-content: space-between;
		align-items: center;
	}
	.header .container_title_logo>img{
		width:0.66rem;
		height:0.66rem;
		position:absolute;
		right:0.3rem;
	}
	.header .container_title_logo .logo img{
		width:2.14rem;
		height:0.48rem;
	}
	.container_left_img .size{
		display:inline-block;
		vertical-align:middle;
		padding-left:4px;
	}
	.container_left_img .size div{
		font-size:12px;
	}
	.container_left_img .size div:first-child{
		letter-spacing: 4px!important;
	}
	/*标题分割线*/
	.hr_title_box{
		display:flex;align-items:center;justify-content:center;
		border-bottom:solid 1px #1a9be5;
		width:30px;
		margin:0 auto;
		padding-bottom:6px;
	}
	.hr_title_box .hr_right_size,
	.hr_title_box .hr_left_size{
		width:38%;height:1px;background:#1169ab;
		position: relative;
	}
	.hr_title_box .hr_left_size::after{
		display: block;
		content: '';
		position: absolute;
		right: 0;
		top:-0.04rem;
		width:0.1rem;
		height:0.1rem;
		background:#1169ab;
		transform: rotate(45deg);
	}
	.hr_title_box .hr_right_size::after{
		display: block;
		content: '';
		position: absolute;
		left: 0;
		bottom:-0.04rem;
		width:0.1rem;
		height:0.1rem;
		background:#1169ab;
		transform: rotate(45deg);
	}
	.hr_title_box .names{
		color:#1169ab;
		font-size:0.14rem;
		text-align: center;
	}

}
.header .container{
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*align-items: center;*/
}
.header .container::before,.header .container::after{
	display: none;
}
.header .logo img{
	width: 1.64rem;
	height:0.37rem;
	display:inline-block;
	padding-right:10px;
	border-right:solid 2px #c8c8c8;
}
.header ul.pc{
	background:#fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width:58%;
	position:absolute;
	bottom:0;
	right:0;
	height:0.9rem;
	line-height:0.9rem;
}
.header ul.pc li{
	width:2.13rem;
	height:0.48rem;
	color:white;
	line-height: 0.48rem;
	text-align: center;

}
.header ul.pc li:hover{
	background:#fff;
}
.header ul.pc li a{
	display: block;
	padding: 0 .15rem;
	overflow: hidden;
	color:#666666;
	font-size: .16rem;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
}
.header ul.pc li a:hover{
	color:#1a9be5;
}
.header ul.pc li:hover a,.header ul.pc li.active a{
	/*color: #1169ab;*/
}
.header ul.pc li a:after,.header ul.pc li a:after{
	/*position: absolute;*/
	/*content: "";*/
	/*width: 0;*/
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	/*bottom: 0;*/
	/*z-index: 2;*/
	/*height: .03rem;*/
	/*background: #1169ab;*/
	/*transition: all .5s ease;*/
}
.header ul.pc li:hover a:after,.header ul.pc li.active a:after{
	width: 100%;
}
.header ul.pc li:last-child{
	margin-right: 0;
}

.header_shadow{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	left: 0;
	top: 0;
	z-index: 30;
	display: none;
}
.header_shadow.active{
	display: block;
}
.header_nav{
	position: fixed;
	width: 50%;
	height: 100%;
	background: #fff;
	left: -100%;
	top: 0;
	z-index: 40;
	transition: all .5s ease;
}
.header_nav.active{
	left: 0;
}
.header_nav li a{
	display: block;
	overflow: hidden;
	text-align: center;
	color: #000000;
	font-size: .24rem;
	padding: .2rem 0;
	border-bottom: 1px solid #eee;
}
.header_nav li.active a,.header_nav li:hover a{
	color: #1169AB;
}

/* 尾部 */
.footer{
	background: #4b4b4b;
	/*background: #202020;*/
	color: #b1b1b1;
	font-size: .12rem;
	text-align: center;
	/*padding: .15rem 0;*/
	box-sizing: border-box;
}

/* 公共样式 */
.banner{
	overflow: hidden;
}
.banner img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.index_about_box h2,.index_product_box h2,.index_case_box h2,.index_news_box h2,.index_contact_box h2{
	color: #666666;
	font-size: .42rem;
	text-align: center;
	position: relative;
	margin-bottom: .5rem;
}
/*hr_title_box*/
.index_product_box h2:after{
	/*background: #fff;*/
	background: #666666;
}
.index_about_box h5,.index_product_box h5,.index_case_box h5,.index_news_box h5,.index_contact_box h5{
	color: #666666;
	font-size: .22rem;
	text-align: center;
	text-transform: uppercase;
}
.index_product_box h2{}
.index_product_box h5{
	/*color: #fff;*/
	color: #666666;
}

a.more{
	display: block;
	width: 1.88rem;
	height: .58rem;
	line-height: .58rem;
	text-align: center;
	color: #1a9be5;
	font-size: .18rem;
	margin: 0 auto;
	text-decoration: none;
}
.index_case_box .more{
	color: #1a9be5;
	font-size: .18rem;
	margin-top: .5rem;
}


.page{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .2rem;
	margin-bottom: .2rem;
}
.page li{
	margin-right: .3rem;
}
.page li:last-child{
	margin-right: 0;
}
.page li a{
	display: block;
	color: #666666;
	font-size: .18rem;
}
.page li.active a,.page li:hover a{
	color: #1a9be5;
}
.page li.prev a,.page li.next a{
	padding: .08rem .05rem;
}
.page li.prev a img,.page li.next a img{
	display: block;
	width: .28rem;
	height: .28rem;
}


.fixed_box{
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 20;
}
.fixed_box li{
	width: .68rem;
	height: .68rem;
	margin-bottom: 2px;
	background: #1169ab;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.fixed_box li img{
	display: block;
	width: .38rem;
	height: .34rem;
}

.home{
	padding-bottom: .2rem;
	border-bottom: 1px solid #FBFBFB;
	color: #262626;
	font-size: .16rem;
	margin-bottom: .3rem;
}
.home img{
	display: inline-block;
	width: .24rem;
	height: .24rem;
	vertical-align: middle;
	margin: 0 .1rem .05rem 0;
}
.home a{
	color: #262626;
	font-size: .16rem;
}

@media(min-width: 768px) and (max-width: 1200px){
	/*.header{
		min-width: 100vw;
	}
	.header .container{
		width: 100%;
	}
	.pc_slide{
		min-width: 12rem;
	}*/
}
@media(min-width: 768px) and (max-width: 991px){
	/*.mt218{
		margin-top: 2.03rem;
	}*/
}
@media(max-width: 767px){
	.container{
		width: 100%!important;
		overflow: hidden;
		padding: 0 .4rem;
	}
	.pc{
		display: none !important;
	}
	.mobile{
		display: inline-block !important;
		width:100%;
		height:100%;
	}
	.vshow{
		display:none;
	}
	.header .container{
		justify-content: center;
		align-items: center;
		height: 1rem;
	}
	.header .container .menu{
		position: absolute;
		left: .3rem;
		top: .3rem;
		display: block;
		width: .52rem;
		height: .41rem;
	}
	.header .container .logo img{
		width: 3rem;
	}

	.index_about_box h2,.index_product_box h2,.index_case_box h2,.index_news_box h2,.index_contact_box h2{
		font-size: .32rem;
	}
	.index_about_box h5,.index_product_box h5,.index_case_box h5,.index_news_box h5,.index_contact_box h5{
		font-size: .24rem;
	}

	a.more{
		font-size: .2rem;
	}
	a.more img{
		width:64px;
	}
	.footer{
		font-size: .2rem;
	}

	.fixed_box{
		top: 60%;
	}
}
@media (max-width: 460px){

}
@media (max-width: 350px){

}
@media (max-width: 750px) {
	div.head_child_ul{
		display: none;
	}
}
@media(min-width: 750px){
div.head_child_ul{
		position: fixed;
		top:0.9rem;
		left:0;
		width: 100%;
		z-index: 100;
		transition: all 0.5s;
		transform: translateY(-100%);
	}

	ul.head_child_ul_about{
		display:flex;
		justify-content: center;
		height:0.4rem;
		background:#1a9be5;
		line-height: 0.4rem;
		color:white;
		text-align: center;
	}
div.head_child_ul.active{
		transform: translateY(0%);
	}
	ul.head_child_ul_about li{
		width:2.13rem;
		height:0.4rem;
		color:white;
		line-height: 0.4rem;
		text-align: center;
		cursor:pointer
	}
	ul.head_child_ul_about li:hover{
		color:#fff;
		font-weight:bold;
	}

}
