@charset "utf-8";
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
	font-size: 12px;
}
ul,ol,dl,h1,h2,h3,h4,h5,h6{
	padding:0px;
	margin:0px;
}	
li {
	list-style:none;
}
a{
	text-decoration: none;
	font-size: 12px;
}
a:focus{
	text-decoration: none;
}
select:focus,
input:focus,
textarea:focus,
a:focus,
button,
button:focus{
	outline: none;
}
a:hover{
	text-decoration: none;
}
img{
	border:none;
	display: block;
	width:100%;
	height: 100%;
}
video{
	display: block;
}
textarea{
	resize:vertical;
	min-height: 32px;
}
*::selection{
	/*background:#3399FF;*/
	background: #FFBB00;
	color: #fff;
}
*::-moz-selection{
	/*background:#3399FF;*/
	background: #FFBB00;
	color: #fff;
}
.align_justify{
	text-align: justify;
	text-justify: inter-character;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.container{
	padding:0px;
}
/*.unpadding{
	padding:0px;
}
.unpadding_left{
	padding-left: 0px;
}
.unpadding_right{
	padding-right: 0px;
}
.unpadding_top{
	padding-top: 0px;
}
.unpadding_bottom{
	padding-bottom: 0px;
}
.unmargin{
	margin:0px;
}
.unmargin_left{
	margin-left:0px;
}
.unmargin_right{
	margin-right:0px;
}
.unmargin_top{
	margin-top:0px;
}
.unmargin_bottom{
	margin-bottom:0px;
}
.pad_l_r{
	padding-left: 15px !important;
	padding-right: 15px !important;
}*/
.ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.click_show{
	display: none;
}
/*header开始*/
.body_in{
	padding-top:100px;
}
header{
	width:100%;
	position: fixed;
	left:0;
	top:0;
	z-index: 999;
	transition: background-color 0.5s;
}
.body_in header{
	background-color: #fff;
}
header.scroll{
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
header .header_con{
	
}
header .header_logo,
header .header_nav,
header .header_search{
	float: left;
	height: 100px;
}
header .header_logo{
	width:20%;
}
header .header_nav{
	width:75%;
}
header .header_search{
	width:5%;
	position: relative;
}
header .header_search .search_btn_pic{
	width:50px;
	height: 50px;
	background: url(../img/search.png) no-repeat center center;
	background-size: 24px 24px;
	cursor:pointer;
	margin-top:25px; 
	float: right;
}
header .header_logo a{
	display: inline-block;
	margin-top:23px;
}
header .header_logo img{
	max-width: 190px;
	max-height: 52px;
	width:100%;
	height: auto;
}
header .header_nav ul{
	font-size: 0;
	text-align: right;
}
header .header_nav ul li{
	display: inline-block;
}
header .header_nav ul li a{
	display: block;
	width:100%;
	line-height: 100px;
	font-size: 18px;
	color: #333;
	padding-left: 25px;
	padding-right: 25px;
	transition: background-color 0.3s,color 0.3s;
}
header .header_nav ul li a:hover,
header .header_nav ul li.active a{
	background-color: #FFBB00;
	color: #fff;
}


header .search_box{
	position: absolute;
	right: 0;
	top:100px;
	background-color: #fff;
	padding:20px;
	border-top: 1px solid #F0F0F0;
	display: none;
	/*box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
	z-index:999;
	transition: top 0.5s;
}
/*header.fixed .search_box{
	top: 60px;
}*/
header form{
	height: 30px;
	width:200px;
}
header form input{
	height: 30px;
	border:1px solid #FFBB00;
	background:none;
	float: left;	
	font-size: 14px;
}
header form input:focus{
	outline: none;
}
header form .text{
	width:150px;
	padding-left: 5px;
	padding-right: 5px;
	background:#fff;
}
header form .submit{
	width:50px;
	background: #FFBB00;
	color: #fff;
}


/*mobile导航菜单开始*/
.mobile_nav_header{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 50px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	z-index: 999;
}
.mobile_list_header img,
.mobile_nav_header img{
	display: block;
	width: 100%;
	height: auto;
}
.mobile_nav_header .menu_icon,
.mobile_nav_header .menu_logo,
.mobile_nav_header .menu_phone{
	float: left;
}
.mobile_nav_header .menu_icon{
	width:20%;
}
.mobile_nav_header .menu_logo{
	width:60%;
}
.mobile_nav_header .menu_phone{
	width:20%;
}
.mobile_list_header i,
.mobile_nav_header i{
	display: block;
	cursor: pointer;
	width:30px;
	height: 30px;
	margin-top: 10px;
	position: relative;
}
.mobile_list_header i img,
.mobile_nav_header i img{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin:auto;
	width:20px;
}
.mobile_nav_header .menu_icon i{
	margin-left: 10px;
}
.mobile_nav_header .menu_logo a{
	display: block;
	margin-top:10px;
}
.mobile_nav_header .menu_phone i{
	float: right;
	margin-right: 10px;
}	
.mobile_list_header i,
.mobile_nav_header .menu_info i{
	position: absolute;
	top:0;
	bottom:0;
	right: 10px;
	margin-top: auto;
	margin-bottom: auto;
}	
.mobile_nav_header .menu_logo img{
	width:105px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.mobile_nav_header .menu_info{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #fff;
	padding-left: 20px;
	padding-right: 50px;
	padding-top: 7px;
	top:-100%;
	transition: all 0.3s;
}
.mobile_nav_header .menu_info form{
	margin-top: 2px;
	padding-right: 40px;
	border-radius:15px;
	border:1px solid #E2E2E2;
	position: relative;
}
.mobile_nav_header .menu_info input{
	border:none;
	background: none;
	height: 30px;
	font-size: 14px;
}
.mobile_nav_header .menu_info .text{
	width:100%;
	padding:0 10px;
}
.mobile_nav_header .menu_info .submit{
	position: absolute;
	right: 0px;
	top:0;
	bottom:0;
	margin-top: auto;
	margin-bottom: auto;
	text-indent: -9999px;
	background: url(../img/mobile_btn_g.png) no-repeat center center;
	background-size:20px auto;
	width:40px;
	z-index: 2;
}
.mobile_nav_header .menu_info.active{
	top:0;
}
.mobile_lang{
	width:22px;
	height: 22px;
	line-height: 22px;
	border-radius: 50%;
	text-align: center;
	background-color: #ccc;
	margin-top: 14px;
	margin-right:4px;
	float: right;
	display: none;
}
.mobile_lang a{
	width:100%;
	height: 100%;
	color: #fff;
	font-size: 12px;
	/*display: none;*/
}
.mobile_nav_menu{
	position: fixed;
	top:0;
	left:-100%;
	width:270px;
	background: #F8F8F8;
	z-index: 1001;
	transition: all 0.3s;
}
.mobile_nav_menu.active{
	left:0;
}
.mobile_list_header{
	background: #FFBB00;
	height: 50px;
	position: relative;
}
.mobile_list_header .logo{
	float: left;
	width:120px;
	margin-top: 9px;
	padding-left:10px;
}
.mobile_nav_list{
	background:#F8F8F8;
}
.mobile_nav_list a{
	display: block;
	width:100%;
}
.mobile_nav_list .parent_tit{
	border-bottom:1px solid #D4D4D4;	
}
.mobile_nav_list .parent_tit a{
	position: relative;
	color: #434343;
	padding-left: 15px;
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	transition: all 0.3s;
}
.mobile_nav_child a,
.mobile_nav_list .parent_tit a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 20px;
}
.mobile_nav_list .parent_tit a::after{
	content: "";
	position: absolute;
	top:0;
	bottom:0;
	right: 15px;
	margin-top: auto;
	margin-bottom: auto;
	width:11px;
	height: 13px;
	background: none;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.3s;
}
.mobile_nav_list li.active .parent_tit.is_child a::after{
	background-image: url(../img/mobile_jt2.png);
	transform: rotate(90deg);
}
.mobile_nav_list .parent_tit.is_child a::after{
	background-image: url(../img/mobile_jt1.png);
	background-size: contain;
}
.mobile_nav_list li.active .parent_tit a{
	color: #FFBB00;
}
.mobile_nav_child{
	overflow: hidden;
	background: #E5E5E5;
	display: none;
} 
.mobile_nav_child dd{
	float:left;
	width: 135px;
	height: 35px;
	line-height: 35px;
	border-bottom:1px solid #bfbfbf;
} 
.mobile_nav_child dd:nth-child(odd){
	border-right:1px solid #bfbfbf;
}
.mobile_nav_child a{
	font-size: 14px;
	color: #333;
	position: relative;
	padding-left: 30px;
} 
.mobile_nav_child a::before{
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 15px;
	margin-top: auto;
	margin-bottom: auto;
	background: #FFBB00;
	border-radius: 50%;
	width:7px;
	height:7px;
}
.mobile_nav_alpha{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	/*background: rgba(0,0,0,0.5);*/
	background-color:rgba(0,0,0,0.5);
	z-index: 1000;
	display: none;
}


/*mobile导航菜单结束*/
/*header结束*/

/*banner样式开始*/
.banner{
	overflow: hidden;
	clear: both;
	width:100%;
}
.slick-arrow::before{
	content:"";
}
.slick-arrow{
	width:35px;
	height:60px;
	border-radius:0;
	z-index:99;	
}
.slick-prev:focus,
.slick-prev,
.slick-next:focus,
.slick-next,
.slick-prev:hover,
.slick-next:hover{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 50%;
}
.slick-prev:focus,
.slick-prev,
.slick-next:focus,
.slick-next{
	background-color:rgba(0,0,0,0.3);
}
.slick-prev:hover,
.slick-next:hover{
	background-color:rgba(0,0,0,0.5);
}
.slick-prev:focus,
.slick-prev{
	background-image: url(../img/ban_btn_left.png);
}
.slick-next:focus,
.slick-next{
	background-image: url(../img/ban_btn_right.png);
}
.slick-prev:hover{
	background-image: url(../img/ban_btn_left_hover.png);
}
.slick-next:hover{
	background-image: url(../img/ban_btn_right_hover.png);
}
.slick-prev:focus,
.slick-prev{
	left:0;
}
.slick-next:focus,
.slick-next{
	right:0;
}
.slick-dots{
	bottom: 15px;
}
/*.slick-dots li {
	width: 20px;
	height: 20px;
	margin:0px 3px;
}*/
.slick-dots li,
.slick-dots li button,
.slick-dots li button::before{
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.slick-dots li {
	margin:0px 5px;
}
/*.slick-dots li button {
	width: 20px;
	height: 20px;
	background: transparent;
}*/
.slick-dots li button {
	background: transparent;
}
/*.slick-dots li button::before {
	font-size: 12px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	content: '•';
	opacity: 0.5;
	color: #fff;
}*/
.slick-dots li button::before {
	content: '';
	opacity: 1;
	background-color: transparent;
	border:2px solid #fff;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	background: #fff;
}
.slick-dotted.slick-slider {
	margin-bottom: 0px;
}
/*banner样式结束*/
.index_banner .slick-dots{
	bottom:160px;
	text-indent: 21%;
	text-align: left;
}
.index_banner .slick-dots li,
.index_banner .slick-dots li button,
.index_banner .slick-dots li button::before{
	width: 16px;
	height: 16px;
}
.index_banner .slick-dots li button::before {
	background-color: #9A9A9A;
	border:none;
}
.index_banner .slick-dots li.slick-active button:before {
	background: #FFBB00;
}
.limit_box a{
	display: block;
}

.slick .slick-arrow{
	opacity: 0;
	transition:opacity 1s;
}

.slick:hover .slick-arrow{
	opacity: 1;
}
.index_banner .slick .slick-arrow{
	display: none !important;
}
.index_banner .limit_box {
	height: 750px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_center{
	clear: both;
}
.index_pub_title,
.index_hz{
	clear: both;
	overflow: hidden;
}
.index_pub_title{
	position: relative;
	height: 45px;
}
.index_pub_title h1{
	font-size: 24px;
	color: #333;
	position: absolute;
	bottom:0;
	left: 0;
	z-index:2;
}
.index_pub_title h2{
	font-weight: bold;
	font-size: 48px;
	color: #eee;
}



.index_hz{
	padding-bottom: 100px;
}
.index_hz_banner{
	margin-top: 46px;
}
.index_hz_banner .limit_box{
	background-color: #FAFAFA;
	border:1px solid #FAFAFA;
	transition: all 0.5s;
}
.index_hz_banner .limit_box:hover {
	border-color:#eee;
}
.index_hz_banner .limit_box a{
	display: block;
	width:100%;
	height: 145px;
	position: relative;
}
.index_hz_banner .limit_box img{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;
	width:auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	filter: grayscale(1);
	transition: all 0.5s;
}
.index_hz_banner .limit_box a:hover img{
	filter: grayscale(0);
}




.index_hz_banner .slick-list{
	padding-bottom: 24px;
}
.index_hz_banner .slick-dots{
	bottom: 0px;
}
.index_hz_banner .slick-dots li,
.index_hz_banner .slick-dots li button,
.index_hz_banner .slick-dots li button::before{
	width: 14px;
	height: 14px;
}
.index_hz_banner .slick-dots li button::before {
	background-color: #E5E5E5;
	border:none;
}
.index_hz_banner .slick-dots li.slick-active button:before {
	background-color: transparent;
	border:2px solid #FFBB00;
}
.index_hz_banner .slick-dotted.slick-slider {
	margin-bottom: 0px;
}


.index_news{
	clear: both;
	overflow: hidden;
	padding-bottom: 100px;
}

.index_news_list {
	font-size: 0;
	margin-top:46px;
	margin-left: -20px;
	margin-right: -20px;
}
.index_news_list .item{
	width:33.333%;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}
.index_news_list .item a{
	position: relative;
	background-color: #FAFAFA;
	border:1px solid #EEEEEE;
	display: block;
	padding:40px 20px;
	transition: all 0.3s;
}
.index_news_list .item a::before{
	content: "";
	width:100%;
	height: 0;
	background: #FFBB00;
	left: 0;
	top:0;
	position: absolute;
	transition: all 0.3s;
}
.index_news_list .item a:hover::before{
	height: 4px;
}
.index_news_list .item a:hover{
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.index_news_list time{
	display: block;
}
.index_news_list time strong{
	font-weight: normal;
	font-size: 24px;
	color: #666;
}
.index_news_list time small{
	color: #999;	
	font-size: 18px;
	margin-left: 18px;
}
.index_news_list .tit{
	font-size: 24px;
	color:#303841;
	margin-top: 20px;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.index_news_list a:hover .tit{
	color: #FFAA00;
}
.index_news_list .info{
	font-size: 14px;
	color: #999;
	line-height: 24px;
}


.index_about{
	clear: both;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
}
.index_about .left_box,
.index_about .right_box{
	float: left;
	width: 50%;
}
.index_about .left_box{
	padding-right:150px;
	padding-top: 100px;
}
.index_about .details{
	margin-top: 30px;
	margin-bottom: 60px;
}

.index_about .details p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
}
.index_about .details .more{
	display: inline-block;
	overflow: hidden;
	width:50px;
	height: 15px;
	border-radius: 8px;
	border:1px solid #FFD47F;
	background: url(../img/more.png) no-repeat center center;
	background-size: 20px auto;
	margin-left: 10px;
	transition: background-color 0.3s;
}
.index_about .details .more:hover{
	background-image: url(../img/more_white.png);
	background-color: #FFD47F;
}
.index_about .icon_list{
	clear: both;
	overflow: hidden;
	font-size: 0;
}
.index_about .icon_list .item{
	display: inline-block;
	width:50%;
	vertical-align: top;
}
.index_about .icon_list a{
	display: inline-block;
}
.index_about .icon_list .item:nth-child(1),
.index_about .icon_list .item:nth-child(2){
	margin-bottom: 55px;
}
.index_about .icon_list .icon_pic{
	display: block;
	width:40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s;
}
.index_about .icon_list a:hover .icon_pic{
	opacity: 0.6;
}
.index_about .icon_list a:focus .icon_pic{
	opacity:1;
}
.index_about .icon_list .item:nth-child(1) .icon_pic{
	background-image: url(../img/index_icon_1.png);
}
.index_about .icon_list .item:nth-child(2) .icon_pic{
	background-image: url(../img/index_icon_2.png);
}
.index_about .icon_list .item:nth-child(3) .icon_pic{
	background-image: url(../img/index_icon_3.png);
}
.index_about .icon_list .item:nth-child(4) .icon_pic{
	background-image: url(../img/index_icon_4.png);
}
.index_about .icon_list h1{
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}
.index_about .icon_list h2{
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}


.index_pub_title2{
	height: 100px;
}
.index_pub_title2 h1{
	font-size: 35px;
	font-weight: bold;
}
.index_pub_title2 h2{
	font-size:110px;
}


.index_about .big_pic_box{
	position: relative;
	width:360px;
	height: 540px;
	border:20px solid #979BA0;
	padding: 35px 30px;
	margin-top: 20px;
	margin-left: 135px;
}
.index_about .big_pic_box h3{
	position: absolute;
	top:30px;
	left: 30px;
	font-size: 36px;
	color: #FFAA00;
	font-weight: bold;
	z-index: 3;
}
.index_about .big_pic_box img{
	width:auto;
	height: auto;
	position: absolute;
	top:0;
	bottom:0;
	left: -110px;
	margin-top: auto;
	margin-bottom: auto;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.index_pro {
	margin-top: -100px;
}
.index_pro .container{
	width:75%;	
	position: relative;
	padding:20px 0 20px 20px;
}
.index_pro .container::after{
	content: "";
	background-color: #303841;
	width:60%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 1;
}
.index_pro_list{
	clear: both;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 2;
}

.index_pro_list .item{
	float: left;
	width: 25%;
	overflow: hidden;
}
.index_pro_list .item a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.index_pro_list .item:first-child,
.index_pro_list .item:last-child{
	padding:20px;
}
.index_pro_list .item .tit2{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 18px;
}
.index_pro_list .item:first-child .tit2{
	color: #fff;
}
.index_pro_list .item:last-child .tit2{
	color: #333;
}
.index_pro_list .pad_box .link{
	margin-left: auto;
	margin-right: auto;
}
.index_pro_list .pad_box {
	height:100%;
	position: relative;
}
.index_pro_list .center_box{
	position: absolute;
	top:0;
	bottom:0;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
	width:100%;
	height:75px;
}
.index_pro_list .item:last-child .pad_box {
	background-color: #fff;
}
.index_pro_list .item:first-child{
	background-color: #303841;
}
.index_pro_list .item:last-child{
	background-color: #FFBB00;
}
.index_pro_list .item:first-child a::before{
	content: "PRODUCTS";
	position: absolute;
	left:0;
	width:100%;
	height: 25px;
	top:34%;
	font-weight: bold;
	font-size: 30px;
	color: #52575E;
}
.index_pro_list .item a::after{
	position: absolute;
	content: "";
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	transition: all 0.3s;
}
.index_pro_list .item:first-child a::after,
.index_pro_list .item:last-child a::after{
	display:none;
}
.index_pro_list .item a:hover::after{
	opacity: 1;
}
.index_pro_list .img{

}
.index_pro_list .tit{
	font-weight: bold;
	position: absolute;
	bottom:0;
	left: 0;
	width:100%;
	background: url(../img/tit_bg.png) repeat-x center bottom;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	transition: all 0.3s;
}
.index_pro_list a:hover .tit{
	opacity: 0;
}
.index_pro_list .link{
	width:100px;
	height: 30px;
	border-radius: 15px;
	font-size: 14px;
	color: #F5B404;
	border:1px solid #F5B404;
	line-height: 30px;
	transition: all 0.3s;
}
.index_pro_list .link:hover{
	color: #fff;
	background-color: #F5B404;
}
.index_pro_list .link_posi{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	opacity: 0;
	transition: all 0.3s;
}
.index_pro_list a:hover .link_posi{
	opacity: 1;
}




.index_banner .content_a{
	margin-top: 150px;
	margin-left: 12.5%;
	position: relative;
}
.index_banner .content_a .info{
	position: absolute;
	top:50px;
	left:110px;
}
.index_banner .content_a .bor{
	display: block;
	width:240px;
	height: 360px;
	border:15px solid #DCDDDE;
}
.index_banner .content_a strong{
	font-weight: normal;
	font-size:16px;
	color: #FFBB00;
}
.index_banner .content_a h1{
	color: #333;
	font-size: 45px;
	font-weight: bold;
	line-height: 55px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.index_banner .content_a h1 span{
	color: #FFBB00;

}
.index_banner .content_a b{
	font-size: 22px;
	color: #666;
	font-weight: normal;
	margin-bottom: 35px;
	display: block;
}
.index_banner .content_a a{
	position: relative;
	display: block;
	text-align: center;
	width: 180px;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	border:1px solid #FFBB00;
	transition: all 0.5s;
	overflow: hidden;
}
.index_banner .content_a a span{
	display: block;
	position: relative;
	z-index: 2;
}
.index_banner .content_a a::after{
	position: absolute;
	top:0;
	left: 0;
	width:0;
	height: 100%;
	content: "";
	background-color: #FFBB00;
	transition: all 0.5s;
}
.index_banner .content_a a:hover{
	color: #fff;
}
.index_banner .content_a a:hover::after{
	width: 100%;
}
.float_list{
	position: fixed;
	top:0;
	bottom:0;
	margin-top: auto;
	margin-bottom: auto;
	right: 0;
	text-align: center;
	z-index: 900;
	display: none;
}
.float_list li{
	width:50px;
	height: 50px;
	cursor:pointer; 
	background-color: #fff;	
	position: relative;
	background-color: #EEEEEE;
}
.float_list li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 50px;
	color: #666;
	transition: all 0.3s;
}
.float_list li.cur a,
.float_list li a:hover{
	color: #FFBB00;
}
.float_list li a strong{
	font-weight: normal;
	width:28px;
	height: 28px;
	line-height: 16px;
	position: absolute;
	left:0;
	right: 0;
	top:0;
	bottom:0;
	margin:auto;
}
.float_list li img{
	width:auto;
	height: auto;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	transition: all 0.3s;
}
.float_list li:hover .img1,
.float_list li .img2{
	opacity: 0;
}
.float_list li:hover .img2{
	opacity: 1;
}


footer{
	position: relative;
	clear: both;
	overflow: hidden;
	color: #666;
	z-index: 9;
}
.footer_nav{
	clear: both;
	overflow: hidden;
/*	padding:0px;	*/
	font-size: 14px;
	background-color: #F5F5F5;
}
.footer_nav .container{
	padding:60px 0;
}
.footer_nav .left_con,
.footer_nav .center_con,
.footer_nav .right_con{
	float: left;
	width: 33.333%;
}
.foot_addr_list{
	margin-top: 40px;
}
.foot_addr_list li{
	clear: both;
	overflow: hidden;
	margin-bottom: 18px;
}
.foot_addr_list li:last-child{
	margin-bottom: 0;
}
.foot_addr_list .pic{
	width:16px;
	float: left;
}
.foot_addr_list img{
	width:auto;
	height: auto;
}
.foot_addr_list strong{
	font-size: 14px;
	color: #666;
	float: left;
	font-weight: normal;
	width:calc( 100% - 16px );
	padding-left: 20px;
	margin-top: -3px;
}
.footer_nav .tit{

}
.footer_nav .tit h1{
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}
.footer_nav .tit strong{
	font-weight: normal;
	font-size: 14px;
	color: #666;
}

.foot_logo{
	display: block;
	max-width: 190px;
	margin-left: auto;
	margin-right: auto;
}
.foot_logo img{
	width:auto;
	height: auto;
	max-width: 100%;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.foot_link_list{
	text-align: center;
	font-size: 0;
	margin-top: 78px;
}

.foot_link_list li{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
	width:40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #CCCCCC;
	border:1px solid #CCCCCC;
	transition: all 0.3s;
	display: inline-block;
}
.foot_link_list li:hover{
	background-color: #fff;
	border-color: #eee;
}
.foot_link_list a{
	width:100%;
	height: 100%;
	display: block;
	position: relative;
}
.foot_link_list img{
	width:27px;
	height: auto;
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin:auto;
	transition: all 0.3s;
}
.foot_link_list li:hover .img2,
.foot_link_list .img1{
	opacity: 1;
}
.foot_link_list li:hover .img1,
.foot_link_list .img2{
	opacity: 0;
}
.foot_form {
	margin-top: 15px;
	margin-bottom: 15px;
}
.foot_form .input_group{
	clear: both;
	overflow: hidden;
}
.foot_form .input_box{
	float: left;
}
.foot_form .input_box1{
	/*padding-right: 10px;*/
	padding-right:0;
	width:40%;
}
.foot_form .input_box2{
	padding-left: 10px;
	width:60%;
}
.foot_form input{
	height: 40px;
	border:none;
	background:none;
	border-radius:5px;
	font-size: 14px;
}
.foot_form .name,
.foot_form .tel{
	border:1px solid #DDDDDD;
	padding-left: 10px;
	padding-right: 10px;
	width:100%;
	transition: all 0.3s;
}
.foot_form .name:focus,
.foot_form .tel:focus{
	border-color: #FFBB00;
}
.foot_form .name{
}
.foot_form .tel{
}
.foot_form .submit{
	position: relative;
	width:130px;
	border:1px solid #FFBB00;
	color: #333;
	margin-top: 10px;
	clear: both;
	transition: all 0.3s;
}
.foot_form .submit:hover{
	background-color: #FFBB00;
	color: #fff;
}
.footer_nav .right_con b{
	font-size: 14px;
	color: #666;
	display: block;
	font-weight: normal;
}

footer .footer_con{
	float: left;
	width:100%;
	overflow: hidden;
	background: #333;
}
footer .footer_con ul{
	overflow: hidden;
	padding:10px 0px;
}
footer .footer_con ul li{
	display: inline-block;
	padding-right: 10px;
	line-height: 18px;
}
footer .footer_con ul li.first_li img{
	width:auto;
	height: auto;
	display: inline-block;
	margin-right: 5px;
}
footer .footer_con a{	
	color: #666;
	transition:color 0.3s;
}
footer .footer_con a:hover{
	color:#FFBB00;
	text-decoration: underline;
}
/*.s_top{
	width:35px;
	position: fixed;
	bottom:60px;
	right: 10px;	
	cursor: pointer;
	z-index: 999;
}*/
/**{
	-ms-behavior: url(./Public/js/backgroundsize.htc);
	behavior: url(./Public/js/backgroundsize.htc);
}*/
@media (min-width: 1200px){
	footer .footer_con ul{
		text-align: center;
	}
	footer .footer_con ul li,
	footer .footer_con a{
		font-size: 14px;
	}	
	footer .footer_nav{
		font-size: 14px;
	}


}
@media (max-width:1199px){
	footer .footer_con ul{
		text-align: center;
	}
	footer .footer_con ul li,
	footer .footer_con a{
		font-size: 14px;
	}	
	footer .footer_nav{
		font-size: 14px;
	}
	header .header_logo{
		width:18%;
	}
	header .header_nav{
		width:75%;
	}
	header .header_search{
		width:7%;
	}
	header .header_nav ul li a{
		font-size: 17px;
		padding-left: 20px;
		padding-right: 20px;
	}
	header .header_logo a{
		margin-top:24px;
	}
	.index_news_list .tit{
		font-size: 20px;
	}

	.index_pub_title2{
		height: 75px;
	}
	.index_pub_title2 h1{
		font-size: 30px;
	}
	.index_pub_title2 h2{
		font-size:80px;
	}
	.index_about .left_box{
		padding-right:100px;
		padding-top: 120px;
	}
	.index_about .big_pic_box{
		margin-left: 30px;
	}
	.index_pro_list .item .tit2{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.index_pro_list .item:first-child,
	.index_pro_list .item:last-child{
		padding:10px;
	}

	.index_pro_list .item:first-child a::before{
		height: 20px;
		top:30%;
		font-size: 20px;
	}
	.index_banner .limit_box {
		height:650px;
	}




	.index_banner .content_a{
		margin-top: 130px;
	}
	.index_banner .content_a .info{
		top:60px;
		left:90px;
	}
	.index_banner .content_a .bor{
		width:220px;
		height: 330px;
		border:13px solid #DCDDDE;
	}
	.index_banner .content_a strong{
		font-size:16px;
	}
	.index_banner .content_a h1{
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.index_banner .content_a b{
		font-size: 20px;
		margin-bottom: 25px;
	}
	.index_banner .content_a a{
		width: 160px;
		height: 36px;
		border-radius: 18px;
		line-height: 36px;
		font-size: 16px;
	}
	.index_banner .slick-dots{
		bottom:130px;
		text-indent: 20%;
	}


}
@media (max-width: 991px){
	footer .footer_con ul{
		text-align: center;
	}
	footer .footer_con ul li,
	footer .footer_con a{
		font-size: 13px;
	}	
	footer .footer_nav{
		font-size: 13px;
	}	
	header .header_logo{
		width:18%;
	}
	header .header_nav{
		width:75%;
	}
	header .header_search{
		width:7%;
	}
	header .header_nav ul li a{
		font-size: 15px;
		padding-left: 15px;
		padding-right:15px;
	}
	header .header_logo a{
		margin-top:31px;
	}
	.footer_nav .center_con{
		display: none;
	}
	.footer_nav .left_con{
		padding-right: 10px;
	}
	.footer_nav .right_con{
		padding-left: 10px;
	}
	.footer_nav .left_con,
	.footer_nav .right_con{
		width:50%;
	}
	.index_news_list .item{
		width:50%;
	}
	.index_news_list .item:last-child{
		display: none;
	}
	.index_news_list .tit{
		font-size: 22px;
	}


	.index_pub_title2{
		height:55px;
	}
	.index_pub_title2 h1{
		font-size: 28px;
	}
	.index_pub_title2 h2{
		font-size:60px;
	}
	.index_about .left_box{
		/*padding-right:100px;*/
		padding-top: 70px;
	}
	.index_about .big_pic_box{
		width:260px;
		height: 440px;
		border:12px solid #979BA0;
		margin-left: 30px;
	}
	.index_about .big_pic_box h3{
		font-size: 30px;
	}
	.index_about .big_pic_box img{
		left: -90px;
		width:420px;
	}

	.index_pro_list .item .tit2{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.index_pro_list .item:first-child a::before{
		top:20%;
	}
	.index_pro_list .center_box{
		height: 58px;
	}
	.index_pro_list .tit{
		font-size: 13px;
		height: 30px;
		line-height: 30px;
	}
	.index_banner .limit_box {
		height:600px;
	}

	.index_banner .content_a .info{
		top:40px;
		left:60px;
	}
	.index_banner .content_a .bor{
		width:200px;
		height: 280px;
		border:10px solid #DCDDDE;
	}
	.index_banner .content_a h1{
		font-size: 30px;
		line-height: 35px;
	}
	.index_banner .content_a b{
		font-size: 18px;
		margin-bottom: 20px;
	}






}
@media (max-width: 767px){
	body{
		margin-top: 50px;
		padding-top: 0px !important;
	}
	.slick-dots{
		bottom: 10px;
	}
	.slick-dots li,
	.slick-dots li button,
	.slick-dots li button::before{
		width: 7px;
		height: 7px;
	}
	.slick-dots li {
		margin:0px 3px;
	}
/*	.slick-dots,*/
	.slick-arrow{
		display: none !important;
	}
/*	.xs_pad_l{
		padding-left: 15px !important;
	}
	.xs_pad_r{
		padding-right: 15px !important;
	}
	.xs_pad_l_r{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.xs_pad_l_0{
		padding-left: 0px !important;
	}
	.xs_pad_r_0{
		padding-right: 0px !important;
	}
	.xs_pad_l_r_0{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}*/
	footer{
		padding-bottom:0px;
		padding-top: 0px;
	}
	footer .footer_con ul li,
	footer .footer_con a{
		font-size: 12px;
	}
	footer .footer_con ul{
		text-align: center;
/*		padding:15px 0px;*/
	}
	footer .footer_con ul li{
		padding-left: 7px;
		padding-right: 7px;
	}
	footer .footer_con{
		width:100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer_nav .container{
		padding-top:30px;
		padding-bottom:20px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer_nav .left_con{
		padding-right: 0;
	}
	.footer_nav .right_con{
		padding-left: 0;
		margin-top: 25px;
	}
	.footer_nav .left_con,
	.footer_nav .right_con{
		width:100%;
	}
	.footer_nav .tit h1{
		font-size: 18px;
		margin-bottom:10px;
	}
	.footer_nav .tit strong{
		font-size: 12px;
	}
	.foot_addr_list{
		margin-top: 10px;
	}
	.foot_addr_list li{
		margin-bottom: 10px;
	}
	.foot_form .input_box1{
		padding-right: 0;
		width:100%;
	}
	.foot_form .input_box2{
		padding-left:0;
		width:100%;
	}
	.foot_form input{
		height: 40px;
		font-size: 12px;
	}
	.foot_form .tel{
		margin-top: 10px;
	}
	.footer_nav .right_con b{
		font-size: 12px;
	}
	.foot_form .submit{
		width:100%;
	}
	.index_pub_title{
		height: 30px;
	}
	.index_pub_title h1{
		font-size: 18px;
	}
	.index_pub_title h2{
		font-size: 30px;
	}
	.index_center .container{
		padding-left: 15px;
		padding-right: 15px;
	}		
	.index_hz{
		padding-bottom:20px;
	}
	.index_hz_banner{
		margin-top:20px;
	}
	.index_hz_banner .slick-dots li,
	.index_hz_banner .slick-dots li button,
	.index_hz_banner .slick-dots li button::before{
		width: 10px;
		height: 10px;
	}
	.index_news_list {
		margin-left: -15px;
		margin-right: -15px;
		margin-top:20px;
	}
	.index_news_list .item{
		width:100%;
		display: block;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 15px;
	}
	.index_news_list .item:last-child{
		display: block;
		margin-bottom: 0;
	}

	.index_news_list time strong{
		font-size: 16px;
	}
	.index_news_list time small{
		font-size: 14px;
		margin-left: 10px;
	}
	.index_news_list .tit{
		font-size: 18px;
		margin-top: 10px;
		margin-bottom:10px;
	}
	.index_news_list .info{
		font-size: 12px;
		line-height: 22px;
	}
	.index_news_list .item a{
		padding:20px 15px;
	}
	.index_news{
		padding-bottom:20px;
	}
	.index_about .left_box,
	.index_about .right_box{
		width: 100%;
	}
	.index_about .left_box{
		padding-right:0;
		padding-top: 0;
	}
	.index_about .details{
		margin-top:10px;
		margin-bottom:10px;
	}
	.index_about .details p{
		font-size: 12px;
		line-height: 22px;
	}
	.index_about .icon_list {
		text-align: center;
	}
	.index_about .icon_list .item:nth-child(1),
	.index_about .icon_list .item:nth-child(2){
		margin-bottom: 25px;
	}
	.index_about .icon_list .icon_pic{
		margin-left: auto;
		margin-right: auto;
	}
	.index_about .icon_list h1{
		font-size: 14px;
	}
	.index_about .icon_list h2{
		font-size: 12px;
	}

	.index_about .big_pic_box{
		width:100%;
		height: auto;
		border:none;
		padding:0;
		margin-top: 20px;
		margin-left: 0;
	}
	.index_about .big_pic_box h3{
		display: none;
	}
	.index_about .big_pic_box img{
		width:100%;
		position: static;
	}

	.index_about{
		padding-top: 20px;
		padding-bottom:20px;
	}
	.index_pro {
		margin-top:0;
	}
	.index_pro_list{
		background-color: #303841;		
	}
	.index_pro_list .item{
		width:50%;
	}
	.index_pro .container{
		width:100%;	
		padding:15px;
	}
	.index_pro .container::after{
		display: none;
	}
	.index_pro_list .link{
		width:70px;
		height: 22px;
		border-radius: 11px;
		font-size: 12px;
		line-height: 22px;
	}
	.index_pro_list .item:first-child a::before{
		display: none;
	}
	.index_pro_list .center_box{
		height: 50px;
	}


}