@charset "utf-8";
/* CSS Document */
.head{
	height: 100px;
	margin: 0 auto;
	max-width:1200px;
	width: 100%;
}
.head img{
	float: left;
}
.head .nav{
	float: right;
}
.head .nav li{
	float: left;
	line-height: 100px;
}
.head .nav li a{
	color: #666;
	font-size: 16px;
	padding: 42px 24px;
}
.head .nav li a:hover,.head .nav li .active{
	color: white;
	background-color: #4A90D2;
}
/*banner*/
.banner{
	max-width: 1920px;
	margin: 0 auto;
	height: 600px;
	position: relative;
}
.banner ul li{
	z-index: 10;
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	background: no-repeat center 0;
}
.banner ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.banner .cut{
	font-size: 32px;
	color: #fff;
	position: absolute;
	top:50%;
	opacity: 0.5;
	z-index: 20;
}
.banner .cut:hover{
	cursor: pointer;
	opacity: 1;
}
.banner .prev{
	left: 3%;
}
.banner .next{
	right: 3%;
}
.banner .indicator{
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	text-align: center;
	z-index: 20;
}
.banner .indicator a{
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background-color: white;
	display: inline-block;
	margin-right: 20px;
}
.banner .indicator a.cur{
	background-color: #4A90D2;
}
.banner .indicator a:hover{
	background-color: #4A90D2;
}
/*products*/
.products{
	margin: 0 auto;
	margin-top: 60px;
	max-width:1200px;
	width: 100%;
}
.products .title h1{
	color: #4A90D2;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 12px;
}
.products .title h2{
	color: #666;
	float: left;
	font-size: 14px;
}
.products .title a{
	font-size: 14px;
	color: #4A90D2;
	float: right;
}
.products_show{
	padding: 60px 0;
}
.products_show .pr_box{
	margin-left:35px;
	float: left;
}
.products_show .pr_box span{
	background-color: #7F7F7F;
	width: 200px;
	display: block;
	line-height: 30px;
	color: white;
	font-size: 14px;
	text-align: center;
}
.products_show .pr_box:hover{
	cursor: pointer;
}
.pr_box:hover .pr_name{
	background:#4A90D2;
}
/*company*/
.company_bg{
	background-color: #F5F5F5;
	padding: 60px 0;
}
.company{
	margin: 0 auto;
	max-width:1200px;
	width: 100%;
}
.company .title h1{
	color: #4A90D2;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 12px;
}
.company .title h2{
	color: #666;
	font-size: 14px;
}
.company_text{
	width: 575px;
	border-top: 1px solid #cfcfcf;
	margin-top: 60px;
	padding-top: 60px;
	font-size: 14px;
	color: #666;
	float: left;
	position: relative;
	height: 391px;
}
.company_text p{
	text-indent: 28px;
}
.company_text .more{
	width: 150px;
	line-height: 44px;
	background-color: #4A90D2;
	text-align: center;
	color: white;
	border-radius: 24px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.company img{
	float: right;
}
/*equipment*/
.equipment{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	
}
.equipment .title h1{
	color: #4A90D2;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 12px;
}
.equipment .title h2{
	color: #666;
	float: left;
	font-size: 14px;
}
.equipment .title a{
	font-size: 14px;
	color: #4A90D2;
	float: right;
}
.equipment img{
	margin-top: 60px;
}
/*contact*/
.contact_bg{
	background-color: #E6E6E6;
	margin-top: 60px;
	padding: 60px 0;
}
.contact{
	margin: 0 auto;
	max-width: 1200px;
	margin-top: 60px;
}
.contact_col{
	float: left;
	width: 400px;
	padding: 0 40px;
}
.contact_col_border{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.contact_col h1{
	font-size: 18px;
	color: #333;
	height: 20px;
}
.contact_col div{
	margin-top: 40px;
}
.contact_col div i{
	position: relative;
	margin-right: 57px;
}
.contact_col div i img{
	position: absolute;
}
.contact_col i .i_hidden{
	opacity: 0;
}
.contact_col i:hover .i_hidden{
	opacity: 1;
}
.contact_col p{
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}
.contact_col p a:hover{
	color: #4A90D2;
}
/*footer*/
.footer{
	height: 100px;
	background-color: #1A1A1A;
	text-align: center;
	color: white;
	font-size: 14px;
	padding-top: 30px;
}
/*正文内容*/
.content{
	margin: 0 auto;
	max-width: 1200px;
	margin-top: 60px;
	margin-bottom: 60px;
}
/*快速导航*/
.quick_nav{
	float: left;
	width: 220px;
	background-color: #2D577E;
}
.quick_nav .title{
	line-height: 84px;
	color: white;
	font-size: 24px;
	padding-left:30px;
	position: relative;
}
.quick_nav .title span{
	font-weight: bold;
}
.quick_nav .title img{
	position: absolute;
	right: 30px;
	top:36px;
}
.quick_nav ul{
	background-color: white;
	margin: 4px;
	padding: 10px;
}
.quick_nav ul li{
	position: relative;
}
.quick_nav ul li a{
	line-height: 50px;
	display: block;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	color: #666;
	padding-left: 16px;
}
.quick_nav ul li img{
	position: absolute;
	right: 16px;
	top:18px;
}
.quick_nav ul li a:hover,.quick_nav ul li .active{
	background-color: #4A90D2;
	color: white;
}
.quick_nav ul li .active .icon_hidden{
	opacity: 0;
}
.quick_nav ul li:hover .icon_hidden{
	opacity: 0;
}
.pro_li:hover{
	cursor: pointer;
}
/*右侧内容*/
.content_right{
	float: left;
	margin:0 0 20px 40px;
	width: 940px;
	position: relative;
}
.content_right_title{
	line-height: 60px;
	border-bottom: 1px solid #ccc;
}
.content_right_title .left{
	float: left;
	font-size: 18px;
	color: #333;
}
.content_right_title .right{
	float: right;
	color: #666;
	font-size: 14px;
}
.content_right_title .right a{
	color: #666;
	font-size: 14px;
}
.content_right_title .right a:hover{
	color: #4A90D2;
}
.content_right_box{
	margin-top: 14px;
}
/*公司简介*/
.content_right_box .content_company_pic img{
	display: block;
	float: left;
}
.content_right_box>p{
	margin-top: 30px;
	text-indent: 28px;
	font-size: 14px;
	color: #666;
}
/*产品中心*/
.content_product .row{
	padding: 0 10px;
}
.content_product .row .row_pro_box{
	float: left;
	margin: 15px 15px;
}
.content_product .row .row_pro_box span{
	display: block;
	text-align: center;
	line-height: 30px;
	background-color: #7F7F7F;
	color: white;
	font-size: 14px;
}
.row .row_pro_box:hover span{
	background-color: #4A90D2;
}
.content_right_sq{
	text-align: center;
	margin: 0 auto;
	padding-left: 270px;
}
.content_right_sq a{
	width: 24px;
	border: 1px solid #ccc;
	display: block;
	float: left;
	margin: 0 10px;
	color: #666;
}
.content_right_sq a:hover,.content_right_sq .active{
	background-color: #4A90D2;
	border: none;
	color: white;
}
/*产品详情*/
.content_product_detail{
	margin-top: 30px;
}
.content_product_detail .content_product_detail_pic_box{
	width: 360px;
	float: left;
}
.content_product_detail .content_product_detail_pic_box img{
	width: 100%;
}
.content_product_detail .content_product_detail_pic_box span{
	display: block;
	text-align: center;
	line-height: 50px;
}
.content_product_detail_text{
	float: right;
	width: 540px;
}
.content_product_detail_text h1{
	font-size: 18px;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.content_product_detail_text p{
	font-size: 14px;
	color: #666;
	margin-top: 15px;
}
.content_right .sc{
	position: absolute;
	bottom: 0;
	right: 0;
}
.content_right .sc img{
	margin-right: 20px;
}
/*联系我们*/
.content_contact{
	margin-top: 30px;
}
.content_contact > img{
	float: left;
}
.content_contact .content_contact_right{
	float: left;
	margin-left: 60px;
}
.content_contact .content_contact_right h1{
	font-size: 18px;
	color: #333;
	margin-bottom: 45px;
}
.content_contact_right div{
	margin-top: 15px;
}
.content_contact_right div img{
	margin-right: 15px;
	display: block;
	float: left;
	width: 16px;
}
.content_contact_right span{
	display: block;
	float: left;
}