@charset "utf-8";
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
	font-size: 12px;
	padding-top: 80px;
}
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;
}
a:focus,
button,
button:focus{
	outline: none;
}
a:hover{
	text-decoration: none;
}
img{
	border:none;
	display: block;
	width:100%;
	height: 100%;
}
video{
	display: block;
}
*::selection{
	/*background:#3399FF;*/
	background: #E62E3A;
	color: #fff;
}
*::-moz-selection{
	/*background:#3399FF;*/
	background: #E62E3A;
	color: #fff;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.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;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.align{
	text-align: justify;
	text-justify: inter-character;
}
.is_empty .tips{
	color: #666;
	font-size: 14px;
	text-align: center;
	text-indent: 0;
}
.container{
	padding: 0;
	max-width:1090px;
}
/*header开始*/
header{
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height: 80px;
	background-color:#fff;
	border-bottom:1px solid #E2E2E2;
	z-index: 1001;
}
header.fixed{
	/*box-shadow: 0px 3px 8px rgba(0,0,0,0.05);*/
}
header .header_logo_box{
	float: left;
	overflow: hidden;
	float: left;
}
header .header_logo_box .logo{
	float: left;
}
header .header_logo_box img{
	width:auto;
	height: auto;
	max-width: 100%;
	max-height: auto;
}
header .header_lang_box,
header .header_nav_box{
	float: left;
}
header .header_search_box{
	float: left;
	padding-top:20px;
	padding-right: 8px;
}

header .search_box{

}
header form{
	width:142px;
	height: 40px;
	border:1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}
header form.active{
	border-color:#E62E3A;
}
header form input{
	height: 100%;
	border:none;
	background:none;
	font-size: 14px;
	float: left;	
}
header form input:focus{
	outline: none;
}
header form .text{
	width:100px;
	padding-left: 8px;
	padding-right: 8px;
	background:#fff;
	color: #666;
}
header form .text::-webkit-input-placeholder,
header form .text:-moz-placeholder,
header form .text::-moz-placeholder,
header form .text:-ms-input-placeholder {
   color: #ccc;
}
header form .submit{
	width:40px;
	color: #fff;
	text-indent: -9999px;
	background: url(../imgs/mobile_btn_g.png) no-repeat center center;
	background-size: 24px 25px;
	background-color: none;
}
header form.active .submit{
	background-image: url(../imgs/search_btn.png);
}
header .header_nav ul{
	font-size: 0px;
}
header .header_nav ul li{
	width:20%;
	height:100%;
	float: left;	
	position: relative;
	text-align: center;
}
header .header_nav ul li > a{
	display: inline-block;
	text-align: center;
	color: #333;
	overflow: hidden;
	height: 100%;
	line-height:80px;
	font-weight: bold;
	position: relative;
	transition: all 0.3s;
}
header .header_nav ul li > a::after{
	content: "";
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	background: #E62E3A;
	height:3px;
	opacity: 0;
	transition: all 0.3s;
}
header .header_nav ul li > a:hover,
header .header_nav ul li.active > a{
	color: #E62E3A;
}
header .header_nav ul li > a:hover::after,
header .header_nav ul li.active > a::after{
	opacity:1;
}
header .header_lang_box .btn_group{
	float: right;
	width:96px;
	height: 25px;
	border:1px solid #ccc;
	border-radius: 3px;
	margin-top: 27px;
	position: relative;
}
header .header_lang_box .lang_btn{	
	text-align: center;
	line-height: 25px;
	position: relative;
	float: left;
	z-index: 2;
}
header .header_lang_box a{
	display: block;
	font-size: 12px;
	color: #333;
	width:47px;
	height: 100%;
	transition: all 0.15s;
}
header .header_lang_box .move_block{
	position: absolute;
	top:-1px;
	width:47px;
	height: 25px;
	border-radius: 3px;
	background:#E62E3A;
	z-index: 1;
	transition: all 0.3s;
}
.lang_en .header_lang_box .move_block,
header .header_lang_box .btn_group.move_left .move_block{
	right:-1px;
}
.lang_cn .header_lang_box .move_block,
header .header_lang_box .btn_group.move_right .move_block{
	right:48px;
}
header .header_lang_box .btn_group.move_left .en_btn a,
header .header_lang_box .btn_group.move_right .cn_btn a{
	color:#fff;
	cursor:default;
}
/*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:180px;
	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(../imgs/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;
}
.mobile_lang a{
	display: none;
	width:100%;
	height: 100%;
	color: #fff;
	font-size: 12px;
}
.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{
	height: 50px;
	position: relative;
}
.mobile_list_header .logo{
	float: left;
	width:200px;
	margin-top: 8px;
	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(../imgs/mobile_jt2.png);
	transform: rotate(90deg);
}
.mobile_nav_list .parent_tit.is_child a::after{
	background-image: url(../imgs/mobile_jt1.png);
	background-size: contain;
}
.mobile_nav_list li.active .parent_tit a{
	color: #E62E3A;
}
.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: #E62E3A;
	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: 46px;
	height: 46px;
	z-index:1000;	
}
.slick-prev,
.slick-next{
	opacity: 0;
	transition: all 0.5s;
}
.slick:hover .slick-prev,
.slick:hover .slick-next{
	opacity: 1;
}
.slick-prev:focus,
.slick-prev,
.slick-next:focus,
.slick-next,
.slick-prev:hover,
.slick-next:hover{
	background:none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain !important;
}
.slick-prev:focus,
.slick-prev,
.slick-next:focus,
.slick-next,
.slick-prev:hover,
.slick-next:hover{
	background-color:none;
}
.slick-prev:focus,
.slick-prev{
	background-image: url(../imgs/k_btn_left.png);
}
.slick-next:focus,
.slick-next{
	background-image: url(../imgs/k_btn_right.png);
}
.slick-prev:hover{
	background-image: url(../imgs/k_btn_left_hover.png);
}
.slick-next:hover{
	background-image: url(../imgs/k_btn_right_hover.png);
}
.slick-prev:focus,
.slick-prev{
	left:0;
}
.slick-next:focus,
.slick-next{
	right:0;
}
.slick-dots{
	bottom: 10px;
}
/*.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: 0.5;
	background: white;
}
.slick-dots li.slick-active button:before {
	opacity: 0.75;
	background:#fff;
}
.slick-dotted.slick-slider {
	margin-bottom: 0px;
}
/*banner样式结束*/
.index_banner{
/*	border-top: 1px solid red;*/
	position:fixed;
	left: 0;
	top: 80px;
	width: 100%;
	z-index: 995;
	opacity: 0;
}
.index_banner .slick .slick-arrow{
	width: 50px;
	height: 50px;
	opacity: 0;
	transition:opacity 1s;
}
.index_banner .slick:hover .slick-arrow{
	opacity: 1;
}
.index_banner .limit_box a{
	display: block;
	width:100%;
}
.index_banner .slick-dots li,
.index_banner .slick-dots li button,
.index_banner .slick-dots li button::before{
	width: 40px;
	height: 2px;
	border-radius: 0;
}
.index_banner .slick-dots li.slick-active button:before {
	background:#E62E3A;
}
.index_center{
	clear: both;
	overflow: hidden;	
	position: relative;
	z-index: 998;
	background: #fff;
}
.pub_box .head_title,
.pub_box .title{
	clear: both;
	overflow: hidden;
}
.pub_box{
	padding-top:60px;
	padding-bottom:55px;
}
.bg_pic{
	background: url(../imgs/bg_big.png) no-repeat center center;	
	background-size: cover;
	padding-top:40px;
	padding-bottom:35px;
}
.pub_box:last-child{
	padding-bottom: 75px;
}
.pub_box .head_title{
	margin-bottom: 30px;
}
.pub_box .title{
	float: left;
}
.pub_box .title img,
.pub_box .title .tit{
	float: left;
}
.pub_box .title img{
	width:27px;
	height:auto;
	max-height: 27px;
	margin-right: 10px;
}
.pub_box .title .tit{
	font-size: 24px;
	color: #333233;
	font-weight: bold;
}
.pub_box .head_list{
	font-size: 0;
	float: right;
}
.pub_box .head_list li{
	position: relative;
	display: inline-block;
	padding:0 5px;
}
.pub_box .more_btn a,
.pub_box .head_list a{
	color: #333;
	font-size: 14px;
}
.pub_box .head_list li a{
	display: block;
	padding:5px 15px;
	border-radius: 5px;
	transition: all 0.3s;
}
.pub_box .more_btn a:hover,
.pub_box .head_list li a:hover,
.pub_box .head_list li.active a{
	color: #E62E3A;
}
.pub_box .head_list .line{
	position: absolute;
	top:0;
	bottom:0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	border-left: 1px solid #333333;
	height: 50%;
	width:0;
}
.pub_box .more_btn{
	float: right;
	margin-left: 5px;
}
.pub_box .more_btn a{
	display: block;
	padding:5px 15px;
	border-radius: 5px;
	transition: all 0.3s;
}
.pub_box .more_btn span{
	font-family: "宋体","Microsoft Yahei","微软雅黑";
	margin-left: 3px;
}
.pro_banner{
	opacity: 0;
}
.pro_banner .slick{
	margin-left: -5px;
	margin-right: -5px;
}
.pro_banner .slick-prev:focus,
.pro_banner .slick-prev{
	left:5px;
}
.pro_banner .slick-next:focus,
.pro_banner .slick-next{
	right:5px;
}
.new_pro_list .item,
.pro_banner .limit_box{
	padding:5px;
}
.new_pro_list .item a,
.pro_banner .limit_box a{
	display: block;
	width:100%;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	background-color: #F5F5F5;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.05);
	transition: all 0.25s;
}
.new_pro_list .item a:hover,
.pro_banner .limit_box a:hover{
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
}
.new_pro_list .item a .img,
.pro_banner .limit_box a .img{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin:auto;
	width:auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.new_pro_list .item .icon,
.pro_banner .limit_box .icon{
	position: absolute;
	top:0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 5;
}
.new_pro_list .item.new_pro .icon,
.pro_banner .limit_box.new_pro .icon{
	width: 58px;
	height: 58px;
	left:0;
	background-image: url(../imgs/xinpin.png);
}
.new_pro_list .item.promotion .icon,
.pro_banner .limit_box.promotion .icon{
	width:62px;
	height: 36px;
	right: 20px;
	background-image: url(../imgs/cuxiao.png);
}
.new_pro_list .item .info,
.pro_banner .limit_box .info{
	display: none\0;
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	/*background-color: rgba(0,0,0,0.5);*/	
	background-image: url(../imgs/black_0.5.png);
	padding:10px;
	transform: scale(1.5);
	opacity: 0;
	transition: all 0.25s;
}
.new_pro_list .item a:hover .info,
.pro_banner .limit_box a:hover .info{
	display: block;
	transform: scale(1);
	opacity: 1;
}
.new_pro_list .item .pad_box,
.pro_banner .limit_box .pad_box{
	border:1px solid #FF2331;
	padding:15px 35px;
	clear: both;
	overflow: hidden;
}
.new_pro_list .item .details,
.pro_banner .limit_box .details{
	float: left;
	width:80%;
}
.new_pro_list .item .tit,
.pro_banner .limit_box .tit{
	color: #FF2331;
	font-size: 20px;
}
.new_pro_list .item .con,
.pro_banner .limit_box .con{
	color: #fff;
	font-size: 16px;
}
.new_pro_list .item .more,
.pro_banner .limit_box .more{
	float: left;
	width:20%;
}
.new_pro_list .item .more img,
.pro_banner .limit_box .more img{
	width:25px;
	height: auto;
	float: right;
	margin-top: 30px;
}
.new_pro_box{
	clear: both;
	overflow: hidden;
	margin-left: -5px;
	margin-right: -5px;
}
.new_pro_list1,
.new_pro_list2{
	padding-left: 0;
	padding-right: 0;
}
.new_pro_list2 .item{
	float: left;
	width:50%;
}
.index_news{
	padding-top:40px;
	width:940px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
}
.index_news_banner .limit_box:focus{
	outline: none;
}
.index_news_banner,
.index_news_banner .slick-list{
	overflow:visible !important;
}
.index_news_banner .pad_box{
	background-color: #F5F5F5;
	border-radius:5px;
	clear: both;
	height: 200px;
}
.index_news_banner .limit_box .pic,
.index_news_banner .limit_box .info{
	float: left;
}
.index_news_banner .limit_box .pic{
	width:30%;
	padding-left: 65px;
}
.index_news_banner .limit_box .info{
	width:70%;
	padding-left:90px;
	padding-right: 65px;
	padding-top: 40px;
}
.index_news_banner .limit_box .pic a{
	overflow: hidden;
	display: inline-block;
	border-radius: 5px;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
	width:270px;
	height: 330px;
	margin-top: -40px;
}
.index_news_banner .limit_box .img{
	width:100%;
	height: 100%;
}
.index_news_banner .limit_box .tit a{
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	transition: all 0.3s;
}
.index_news_banner .limit_box .tit a:hover{
	color: #E62E3A;
}
.index_news_banner .limit_box .time{
	display: block;
	font-size: 14px;
	color: #808080;
	margin-top:15px;
}
.index_news_banner .slick-prev:focus,
.index_news_banner .slick-prev{
	background-image: url(../imgs/s_btn_left.png);
}
.index_news_banner .slick-next:focus,
.index_news_banner .slick-next{
	background-image: url(../imgs/s_btn_right.png);	
}
.index_news_banner .slick-prev:hover{
	background-image: url(../imgs/s_btn_left_hover.png);
}
.index_news_banner .slick-next:hover{
	background-image: url(../imgs/s_btn_right_hover.png);
}
.index_news_banner .slick-prev:focus,
.index_news_banner .slick-prev{
	left: 894px;
}
.index_news_banner .slick-next:focus,
.index_news_banner .slick-next{
	right: -46px;
}
.index_news_banner .slick-prev,
.index_news_banner .slick-next{
	top:35%;
	opacity: 1;
}
.index_news_banner .slick-dots{
	text-align: left;
	width: 160px;
	bottom: 135px;
	left: 39%;
}
.about_banner .slick-dots li,
.about_banner .slick-dots li button,
.about_banner .slick-dots li button::before,
.index_news_banner .slick-dots li,
.index_news_banner .slick-dots li button,
.index_news_banner .slick-dots li button::before{
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.index_news_banner .slick-dots li {
	margin:0px 3px;
}
.about_banner .slick-dots li button::before,
.index_news_banner .slick-dots li button::before {
	opacity: 1;
	background:#CCC;
	border:1px solid transparent;
}
.about_banner .slick-dots li.slick-active button:before,
.index_news_banner .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #F5F5F5;
	border:1px solid #E62E3A;
}
.float_contact,
.float_pro{
	z-index:999;
	transition:top 0.5s; 
}
.float_contact.fix,
.float_pro.fix{
	position: fixed;
	top:150px;
}

/*中文版样式*/
.float_pro{
	width:110px;
	border:1px solid #ED1034;
	position: absolute;
	top:80%;
	left:28px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);	
	text-align: center;
}
.float_pro .tit,
.float_pro_list li{
	height: 40px;
}
.float_pro .tit,
.float_pro_list .li1,
.float_pro_list .li2,
.float_pro_list .li3,
.float_pro_list .li4,
.float_pro_list .li7,
.float_pro_list .li9,
.float_pro_list .li10{
	line-height: 40px;
}
.float_pro_list .li5,
.float_pro_list .li6,
.float_pro_list .li8{
	padding-top: 3px;
}
.float_pro .tit{
	font-size: 18px;	
	background-color: #FEF9EC;
	text-align: center;
	font-weight: bold;
}
.float_pro_list{
	background-color: #fff;
}
.float_pro_list li{
	border-bottom:1px solid #FFD37C;
	width:90px;
	margin-left: auto;
	margin-right: auto;
}
.float_pro_list li:last-child{
	border-bottom: none;
}
.float_pro_list a{
	display: block;
	height: 100%;
}
.float_pro_list img,
.float_pro_list span{
	float: left;
}
.float_pro_list img{
	width:20px;
	height: auto;
	margin-right:10px;
	margin-top: 13px;
}
.float_pro_list .li4 img{
	margin-top: 10px;
}
.float_pro_list .li5 img,
.float_pro_list .li6 img,
.float_pro_list .li7 img,
.float_pro_list .li8 img{
	margin-top: 6px;
}
.float_pro_list span{
	color: #AB7439;
	font-size: 12px;
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.float_pro_list .li1 span,
.float_pro_list .li2 span{
	font-weight: bold;
	font-size:14px;
}
.float_pro_list li a:hover span,
.float_pro .tit{
	color: #E62E3A;
}
/*//中文版样式*/
.float_contact{
	width:110px;
	border:1px solid #ED1034;
	position: absolute;
	top:80%;
	right:28px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
	padding:0 10px;
}
.float_contact li{
	clear: both;
	overflow: hidden;
	width: 95px;
	border-bottom:1px solid #FFD37C;
}
.float_contact li:last-child{
	border-bottom: none;
}
.float_contact a{
	height: 60px;
	padding-top: 12px;
	padding-left: 0;
	display: block;
}
.float_contact img{
	margin-top:4px;
}
.float_contact span,
.float_contact img{
	float: left;
}
.float_contact span{
	font-size: 12px;
	color: #AB7439;
	transition: all 0.3s;
}
.float_contact img{
	/*width:32px;*/
	width: 28px;
	height: auto;
	/*margin-right: 10px;*/
	margin-right: 7px;
}
.float_contact a:hover .img1,
.float_contact a .img2{
	display: none;
}
.float_contact a:hover .img2{
	display: block;
}
.float_contact a:hover span{
	color: #E62E3A;
}
footer{
	clear: both;
	color: #fff;
	overflow: hidden;
	background: #F5F5F5;
	position: relative;
	z-index: 998;
}
.foot_content_list ul,
.foot_contact,
.footer_nav{
	clear: both;
	overflow: hidden;
}
.footer_nav .container{
	padding:45px 0px;
}
.foot_logo,
.foot_content_list{
	float: left;
}
.foot_logo{
	width:30%;
}
.foot_content_list{
	width:70%;
}
.foot_logo a{
	display: block;
	margin-left: 35%;
}
.foot_logo a,
.foot_logo img{
	width:100%;
	height: auto;
	max-width:130px;
	max-height:100%;
}
.foot_content_list .pic,
.foot_content_list .info{
	float: left;
}
.foot_content_list .info{
	padding-left: 15px;
}
.foot_content_list li{
	float: left;
	width: 50%;
}
.foot_content_list .li1,
.foot_content_list .li2{
	margin-bottom: 30px;
}
.foot_content_list img{
	width:50px;
	height: auto;
	max-height: 100%;
}
.foot_content_list strong,
.foot_content_list span{
	display: block;
}
.foot_content_list span,
.foot_content_list a{
	font-size: 14px;
	color: #999;
}
.foot_content_list strong{
	font-weight: normal;
	font-size: 18px;
	color: #333;
}
.foot_content_list .li3 strong{
	margin-top: -6px;
}
.foot_content_list a{
	transition: all 0.3s;
}
.foot_content_list a:hover{
	color: #E62E3A;
}
footer .footer_con{
	float: left;
	width:100%;
	overflow: hidden;
	background-color: #333;
}
footer .footer_con ul{
	overflow: hidden;
	text-align: center;
	padding:15px 0px;
}
footer .footer_con ul li{
	display: inline-block;
	padding-right: 10px;
	line-height: 18px;
}
footer .footer_con ul li,
footer .footer_con a{
	color: #666;
	font-size: 14px;
}
footer .footer_con ul li.first_li img{
	width:auto;
	height: auto;
	display: inline-block;
	margin-right: 5px;
}
footer .footer_con a{	
	transition:color 0.3s;
}
footer .footer_con a:hover{
	color:#E62E3A;
	text-decoration: underline;
}
.slick-prev,
.slick-next,
.bg_pic,
.new_pro_list .item .icon,
.pro_banner .limit_box .icon,
.index_news_banner .slick-prev,
.index_news_banner .slick-next,
.pro_banner .slick-prev,
.pro_banner .slick-next,
header form.active .submit,
header form .submit{
	-ms-behavior: url(/static/home/js/backgroundsize.htc);
	behavior: url(/static/home/js/backgroundsize.htc);
}
@media(max-width: 1366px){
	.float_contact,
	.float_pro{
		display: none !important;
	}
}
@media (min-width: 1200px){
	header .header_nav ul li a{
		font-size: 14px;
	}
	header .header_logo_box .logo{
		float: left;
		width:100%;
		padding-top: 16px;
	}
	header .header_nav_box{
		padding-left: 5%;
		padding-right: 5%;
		width:53%;
	}
	header .header_logo_box{
		width:24%;
	}
	header .header_search_box{
		width:13%;
	}
	header .header_lang_box{
		width:10%;
	}
	.new_pro_list .item .more img,
	.pro_banner .limit_box .more img{
		margin-top: 30px;
	}
	.new_pro_list .item.promotion .icon,
	.pro_banner .limit_box.promotion .icon{
		right: 20px;
	}
	.new_pro_list2 .item a,
	.pro_banner .limit_box a{
		height:240px; 
	}
	.new_pro_list1 .item a{
		height: 491px;
	}
}
@media (max-width:1199px){	
	header .header_nav ul li a{
		font-size: 14px;
	}
	header .header_logo_box .logo{
		float: left;
		width:100%;
		padding-top: 18px;
	}
	header .header_nav_box{
		padding-left:3%;
		padding-right:2%;
		width:47%;
	}
	header .header_logo_box{
		width:27%;
	}
	header .header_search_box{
		width:15%;
	}
	header .header_lang_box{
		width:11%;
	}
	.new_pro_list .item .more img,
	.pro_banner .limit_box .more img{
		margin-top: 30px;
	}
	.new_pro_list .item.new_pro .icon,
	.pro_banner .limit_box.new_pro .icon{
		width:54px;
		height:53px;
	}
	.new_pro_list .item.promotion .icon,
	.pro_banner .limit_box.promotion .icon{
		right: 15px;
	}
	.index_news{
		width:840px;
	}
	.index_news_banner .limit_box .info{
		padding-left:75px;
	}
	.index_news_banner .limit_box .pic a{
		width:220px;
		height: 267px;
		margin-top: -20px;
	}
	.index_news_banner .slick-prev:focus,
	.index_news_banner .slick-prev{
		left: 794px;
	}
	.index_news_banner .slick-next:focus,
	.index_news_banner .slick-next{
		right: -46px;
	}
	.index_news_banner .slick-prev,
	.index_news_banner .slick-next{
		top:40%;
	}
	.index_news_banner .slick-dots{
		bottom: 85px;
	}
	.foot_content_list strong{
		margin-top: 5px;
		font-size: 16px;
	}
	.new_pro_list2 .item a,
	.pro_banner .limit_box a{
		height:213px; 
	}
	.new_pro_list1 .item a{
		height: 435px;
	}
}
@media (max-width: 991px){	
	body{
		padding-top: 0;
	}
	.index_banner{
		top:50px;
	}
	.slick-arrow{
		display: none !important;
	}
	.slick-prev,
	.slick-next{
		display: none !important;
	}
	body{
		margin-top: 50px;
	}
	body.on{
		padding-top:0;
	}
	.pub_box .title img{
		width:24px;
		max-height: 24px;
	}
	.pub_box .title .tit{
		font-size: 22px;
	}
	.new_pro_list .item .pad_box,
	.pro_banner .limit_box .pad_box{
		border:none;
		padding:0;
	}
	.new_pro_list .item .info,
	.pro_banner .limit_box .info{
		padding:7px;
	}
	.new_pro_list .item .details,
	.pro_banner .limit_box .details{
		width: 100%;
	}
	.new_pro_list .item .tit,
	.pro_banner .limit_box .tit{
		font-size:16px;
		text-align: center;
		color: #fff;
	}
	.new_pro_list .item .more,
	.new_pro_list .item .con,
	.pro_banner .limit_box .more,
	.pro_banner .limit_box .con{
		display: none;
	}
	.new_pro_list .item a:hover,
	.pro_banner .limit_box a:hover{
		box-shadow:none;
	}
	.new_pro_list .item .info,
	.pro_banner .limit_box .info{
		transform: scale(1);
		opacity: 1;
	}
	.new_pro_list .item.new_pro .icon,
	.pro_banner .limit_box.new_pro .icon{
		width:54px;
		height:53px;
	}
	.new_pro_list .item.promotion .icon,
	.pro_banner .limit_box.promotion .icon{
		right: 20px;
	}
	.index_news{
		width:740px;
	}
	.index_news_banner .limit_box .info{
		padding-left:85px;
	}
	.index_news_banner .limit_box .pic a{
		width:220px;
		height: 267px;
		margin-top: -20px;
	}
	.index_news_banner .slick-dots{
		bottom: 85px;
		left: 41%;
	}
	.foot_logo{
		margin-bottom: 30px;
	}
	.foot_logo,
	.foot_content_list{
		width:100%;
	}
	.foot_logo a{
		margin-left:auto;
		margin-right: auto;
	}
	.new_pro_list2 .item a{
		height: 164px;
	}
	.pro_banner .limit_box a{
		height:249px; 
	}

	.new_pro_list1 .item a{
		height: 338px;
	}
}
@media (max-width: 767px){
	body{
		margin-top: 50px;
	}
	.slick-dots li,
	.slick-dots li button,
	.slick-dots li button::before{
		width: 7px;
		height: 7px;
	}
	.slick-dots li {
		margin:0px 3px;
	}
	.index_banner .slick-dots{
		bottom:1px;
	}
	.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;
	}
	.mobile_nav_header .menu_icon{
		width:15%;
	}
	.mobile_nav_header .menu_phone{
		width:25%;
	}
	.mobile_nav_header .menu_logo a{
		margin-top: 12px;
	}
	.mobile_nav_header .menu_logo img{
		width:150px;
	}
	.is_empty .tips{
		font-size: 12px;
	}
	footer{
		padding-bottom:0px !important;
		padding-top: 0px !important;
		border-top: 1px solid #ddd;
	}
	footer .footer_nav{
		padding-left: 15px;
		padding-right: 15px;		
	}
	footer .footer_con ul li,
	footer .footer_con a{
		font-size: 12px;
	}
	footer .footer_con ul li{
		padding-left: 7px;
		padding-right: 7px;
	}
	footer .footer_con{
		width:100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	body{
		margin-top: 50px;
	}
	body.on{
		padding-top:0;
	}
	.footer_nav .container{
		padding:30px 0px 20px;
	}
	.bg_pic,
	.pub_box,
	.pub_box:last-child{
		padding-top:25px;
		padding-bottom:25px;
	}
	.pub_box .head_title{
		margin-bottom: 10px;
	}
	.pub_box .title img{
		width:20px;
		max-height: 20px;
	}
	.pub_box .title .tit{
		font-size: 18px;
	}
	.pub_box .more_btn a{
		font-size: 12px;
		background: #E62E3A;
		color: #fff;
		padding:3px 10px;
	}
	.pub_box .more_btn a:hover{
		color:#fff;
	}
	.index_banner .slick-dots li,
	.index_banner .slick-dots li button,
	.index_banner .slick-dots li button::before{
		width: 20px;
	}
	.new_pro_list .item .pad_box,
	.pro_banner .limit_box .pad_box{
		border:none;
		padding:0;
	}
	.new_pro_list .item .info,
	.pro_banner .limit_box .info{
		padding:7px;
	}
	.new_pro_list .item .details,
	.pro_banner .limit_box .details{
		width: 100%;
	}
	.new_pro_list .item .tit,
	.pro_banner .limit_box .tit{
		font-size:12px;
		text-align: center;
		color: #fff;
	}
	.new_pro_list .item .more,
	.new_pro_list .item .con,
	.pro_banner .limit_box .more,
	.pro_banner .limit_box .con{
		display: none;
	}
	.new_pro_list .item a:hover,
	.pro_banner .limit_box a:hover{
		box-shadow:none;
	}
	.new_pro_list .item .info,
	.pro_banner .limit_box .info{
		transform: scale(1);
		opacity: 1;
	}
	.new_pro_list .item.new_pro .icon,
	.pro_banner .limit_box.new_pro .icon{
		width:35px;
		height:34px;
	}
	.new_pro_list .item.promotion .icon,
	.pro_banner .limit_box.promotion .icon{
		width:40px;
		height: 24px;
		right:10px;
	}
	.new_pro_list2 .item{
		width:100%;
	}
	.new_pro_list2 .item3,
	.new_pro_list2 .item4{
		display: none;
	}
	.index_news{
		padding-top:5px;
		width:100%;
	}
	.index_news_banner .slick{
		margin-left: -5px;
		margin-right: -5px;
	}
	.index_news_banner,
	.index_news_banner .slick-list{
		overflow:hidden !important;
	}
	.index_news_banner .limit_box{
		padding:0 5px;
	}
	.index_news_banner .pad_box{
		background-color: #fff;
		border-radius:5px;
		clear: both;
		height:auto;
	}
	.index_news_banner .limit_box .pic,
	.index_news_banner .limit_box .info{
		float: none;
	}
	.index_news_banner .limit_box .pic{
		width:100%;
		padding-left:0;
	}
	.index_news_banner .limit_box .info{
		width:100%;
		padding-left:0;
		padding-right:0;
		padding-top:10px;
	}
	.index_news_banner .limit_box .pic a{
		box-shadow:none;
		width:100%;
		height:auto;
		margin-top:0;
	}
	.index_news_banner .limit_box .img{
		height:auto;
	}
	.index_news_banner .limit_box .tit a{
		font-size: 14px;
	}
	.index_news_banner .limit_box .tit a:hover{
		color: #333;
	}
	.index_news_banner .limit_box .time{
		font-size: 12px;
		margin-top:5px;
	}
	.foot_content_list li{
		width: 100%;
	}
	.foot_content_list .li1,
	.foot_content_list .li2,
	.foot_content_list .li3,
	.foot_content_list .li4{
		margin-bottom: 10px;
	}
	.foot_content_list strong{
		font-size: 14px;
		margin-top: 0;
	}
	.foot_content_list .li3 strong{
		margin-top: 0;
	}
	.foot_content_list span,
	.foot_content_list a{
		font-size: 12px;
	}
	.foot_content_list img{
		width:35px;
	}
	.foot_content_list .info{
		padding-left:7px;
	}
	.foot_content_list .pic{
		max-width:15%;
	}
	.foot_content_list .info{
		max-width:85%;
	}
	.foot_logo a,
	.foot_logo img{
		max-width:90px;
	}
	.new_pro_list .item a,
	.pro_banner .limit_box a{
		height:140px; 
	}
	.new_pro_list1 .item a{
		height:289px;
	}
}