@charset "utf-8";
/* CSS Document */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	color: #454545;
}
body {
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, em, i {
	font-weight: 100;
	font-style: normal;
}
ul, ol, li {
	list-style-type: none;
}
a {
	color: #666;
	text-decoration: none;
	outline: 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both
}
.wid_1200 {
	width: 1200px;
	margin: 0 auto;
}
.section1 {
}
.section2 {
	background: url(../images/2.jpg) 50%;
	background-size: cover
}
.section3 {
	background: url(../images/3.jpg) 50%;
	background-size: cover
}
.section4 {
	background: url(../images/4.jpg) 50%;
	background-size: cover
}
/*menu*/
.menu {
	width: 100%;
	height: 125px;
	line-height: 125px;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.7);
	z-index: 2
}
.menu .active {
	background: #686868;
}
.menu .active a {
	color: #fff
}
.menu ul li {
	float: left;
	width: 120px;
	text-align: center
}
.menu ul li a {
	display: block;
	color: #555555
}
.menu ul li a:hover {
	background: #686868;
	color: #fff
}
.menu ul li > ul {
	display: none;
	position: absolute;
	z-index: 10;
}
.menu ul li:hover > ul {
	display: block;
	background: #fff
}
.menu ul li:hover > ul li {
	line-height: 50px;
	float: none
}
.menu img {
}
.banner .slick-slide img {
	width: 100%
}
.banner .slick-dots{
	bottom: 8%;
}
/*content*/
.box {
	padding: 25px 0
}
.index_title {
	text-align: center;
	margin: 50px auto;
}
.index_title h1 {
	font-size: 40px;
	color: #302c34;
	font-weight: bold
}
.index_title h2 {
	font-size: 24px;
	color: #bf242c;
	margin-bottom: 12px
}
.more {
	width: 150px;
	height: 40px;
	background: #313131;
	text-align: center;
	line-height: 40px;
	margin: 30px auto;
}
.more a {
	display: block;
	color: #fff
}
/*首页简介*/
.index_about .index_about_text {
	width: 45%
}
.index_about .index_about_text p{
	line-height: 40px;
}
/*定制*/
.index_make_img img{
	border:5px solid #fff;
	margin-left: 14%
}
.index_make_img .slick-prev{
	background: url(../images/left.png) no-repeat;
	left: 10%
}
.index_make_img .slick-next{
	background: url(../images/right.png) no-repeat;
	left: 54%
}
.index_make_img h1{
	margin-bottom:10px;
}
.index_make_img p{
	line-height: 30px;
}
/*案例展示*/
.index_case_img {
	margin-bottom:20%
}
.index_case_img .slick-dots{
	bottom:-40px
}
/*底部*/
.foot{
	width: 100%;
	position: absolute;
	bottom:0
}
.foot .foot_contant{
	padding:25px 0;
	background: #f3f3f3
}
.foot .foot_contant .contant_left img{
	vertical-align: -5px;
	margin-right: 10px
}
.foot .foot_contant .contant_left h3{
	line-height: 50px;
}
.foot .foot_contant .contant_left p{
	line-height: 35px
}
.foot .copy_right{
	text-align: center;
	color:#fff;
	line-height: 50px;
	background: #353535
}
/*二级页*/
.sec_box {
	padding: 20px 0;
}
.sec_title{
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}
.sec_menu {
	width: 100%;
	height: 125px;
	background: #fff;
}
.sec_menu .active {
	background: #686868;
}
.sec_menu .active a {
	color: #fff
}
.sec_menu ul li {
	float: left;
	width: 120px;
	line-height: 125px;
	text-align: center
}
.sec_menu ul li a {
	display: block;
	color: #555555
}
.sec_menu ul li a:hover {
	background: #686868;
	color: #fff
}
.sec_menu ul li > ul {
	display: none;
	position: absolute;
	z-index: 10;
}
.sec_menu ul li:hover > ul {
	display: block;
	background: #fff
}
.sec_menu ul li:hover > ul li {
	line-height: 50px;
	float: none
}
.sec_menu img {
}
.sec_foot{
	width: 100%;
}
.sec_foot .foot_contant{
	padding:25px 0;
	background: #f3f3f3
}
.sec_foot .foot_contant .contant_left img{
	vertical-align: -5px;
	margin-right: 10px
}
.sec_foot .foot_contant .contant_left h3{
	line-height: 50px;
}
.sec_foot .foot_contant .contant_left p{
	line-height: 35px
}
.sec_foot .copy_right{
	text-align: center;
	color:#fff;
	line-height: 50px;
	background: #353535
}
/*产品展示列表*/
.sec_pro li {
	float: left;
	width: 268px;
	height: 200px;
	margin: 20px 16px;
	position: relative;
}
.sec_pro li img {
	width: 268px;
	height: 200px;
}
.sec_pro li span {
	position: absolute;
	width: 100%;
	height: 35px;
	background-color: rgba(0,0,0,0.5);
	left: 0;
	bottom: 0;
	line-height: 35px;
	text-align: center;
	color: #fff
}
/*单页*/
.sec_page {
	padding: 20px;
}
.sec_page .title {
	font-size: 20px;
	padding-bottom: 20px;
	text-align: center
}
.sec_page img {
	margin: 10px 0;
}
.sec_page p {
	line-height: 25px
}
/*新闻列表*/
.sec_news {
	padding: 20px 0;
}
.sec_news li {
	padding: 10px 0;
	border-bottom: 1px solid #ccc
}
.sec_news li img {
	width: 200px;
	height: 160px
}
.sec_news li .news_con {
	width: 985px;
	margin-left: 15px;
}
.sec_news li .news_con h3 {
	font-weight: bold;
	margin-bottom: 10px;
}
.sec_news li .news_con .text {
	height: 100px;
	line-height: 30px;
}
.sec_news li .news_con .news_more a {
	color: #00519a
}
