/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: arial;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
i,em{
	font-style: normal;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}
.head_top{
	width:1200px;
	height:117px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head_top_img{
	width: 150px;
	height: 117px;
	background: url(../images/banner_02.jpg) center no-repeat;
}
.head_top_ss{
	width: 300px;
	height: 35px;
	overflow: hidden;border: 1px solid #d4d1d1;
}
.head_top_nav ul{
	display: flex;width: 730px;
	justify-content: space-around;
	align-items: center;
	height: 117px;
}
.head_top_nav ul a{
	font-size: 16px;
	color: #686868;
	font-weight:bold ;
}
.head_banner{
	width: 100%;
	height: 700px;
	background: url(../images/banner_05.jpg) center no-repeat;
}
.index_dv{
	width: 1200px;
	height: 270px;
	margin: 35px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_dv_left{
	width: 585px;
	height: 270px;
	border: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-around;
	align-items: center;overflow: hidden;	
}
.index_dv_left img{
	transition: all 1s;
}
.index_dv_left img:hover{
	transform: scale(1.05);
}
.index_dv_left div{
	width: 345px;
	height: 250px;
}
.index_dv_left div h2{
	width: 100%;
	margin-top: 35px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.index_dv_left div p{
	color: #666666;
	font-size: 14px;
	line-height: 35px;
	height: 105px;
	overflow: hidden;
}
.index_dv_left div a{
	width: 120px;
	height: 40px;
	display: block;
	background-color: #ff0000;
	font-size: 12px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin-top: 10px;
}
.index_dv_right{
	width: 590px;
	height: 270px;
}
.index_dv_right h2{
	height: 35px;
	width: 100%;
	background-color: #ff0000;
	text-indent: 1em;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
}
.index_dv_right h2 a{
	float: right;
	text-indent: 0;
	margin-right: 1em;
	font-weight: normal;
	color: #FFFFFF;
}
.index_dv_right_dv{
	width: 558px;height: 215px;
	border: 1px solid #e5e5e5;
	padding: 10px 15px;
}
.index_dv_right_dv li{
	border-bottom: 1px dashed #e4e4e4;
	height: 65px;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.index_dv_dv1{
	width: 53px;
	height: 56px;
	background-color: #f0eeee;
	margin-right: 15px;
}
.index_dv_dv2{
	height: 55px;
	width: 500px;
}
.index_dv_dv2 h3{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
}
.index_dv_dv2 p{
	font-size: 14px;
	color: #8c8b8b;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}
.index_dv_dv1 span{
	display: block;
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	color: #bfbfbf;
	margin-top: 5px;
}
.index_dv_dv1 i{
	text-align: center;
	display: block;
	width: 100%;
	font-size: 12px;
	color: #c3c2c2;
}
.index_dv_right_dv li:hover h3{
	color: #ff0000;
}
.index_dv_right_dv li:last-child{
	border: none;
}
.index_product{
	width: 100%;
	height: 630px;
	background-color: #f7f6f6;
}
.index_product h2{
	width: 100%;
	color: #333333;
	line-height: 120px;font-weight: bold;
	text-align: center;
	font-size: 26px;
}
.index_product ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.index_product ul li{
	width: 380px;
	height: 455px;
	background-color: #fff;
}
.index_p_img{
	width: 380px;
	height: 285px;
	overflow: hidden;
}
.index_p_img img{
	width: 100%;
	height: 285px;
	transition: all 1s; 
}
.index_product li h2{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
}
.index_product li p{
	font-size: 14px;
	color: #666666;
	text-align: center;line-height: 25px;
	margin-top: 5px;height: 25px;overflow: hidden;
}
.index_product li span{
	width: 90px;
	height: 35px;
	display: block;
	background-color: #8a8a8a;
	font-size: 12px;
	color: #ffffff;
	text-align: center;line-height: 35px;
	margin: 10px auto;
}
.index_product li:hover{
	box-shadow: 0px 0px 5px #ccc;
}
.index_product li:hover img{
	transform: scale(1.05);
}
.index_product li:hover h2{
	color: #ff0000;
}
.index_product li:hover span{
	background-color: #ff0000;
	transition: all 1s; 
}
.footer{
	width: 100%;
	height: 335px;
	background-color: #4c4c4c;
}
.foot{
	width: 1200px;
	margin: 0 auto;
}
.foot h6{
	width: 100%;
	height: 68px;
}
.foot_lx{
	width: 100%;
	height: 90px;
	border: 2px solid #5d5c5c;
	border-left:none ;border-right:none ;
}
.foot_lx ul{
	display: flex;
	height: 90px;
	justify-content: space-between;
}
.foot_lx li i{
	width: 40px;
	height: 40px;
	display: block;
	border: 1px solid #939292;
	border-radius: 50%;
	margin-right: 15px;
	text-align: center;
	line-height: 40px;
	color: #939292;
	font-size: 20px;
}
.foot_lx li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.foot_lx li p{
	line-height: #25px;
	color: #939292;
	font-size: 14px;
}
.foot_log{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 40px auto;
	margin-bottom: 20px;
}
.foot_log i{
	color: #939292;
	display: block;
	font-size: 30px;
	margin: 0 10px;
}
.wdl{
	width: 100%;
	text-align: center;
	line-height: 35px;
	color: #939292;
	font-size: 14px;
}
.wdl a{
	
	color: #939292;
	font-size: 14px;
}
.foot_lx li:hover p{
	transition: all 1s;
	color: #fff;
}
.foot_lx li:hover i{
	color: #fff;transition: all 1s;
}
.html_top{
	width: 100%;
	height: 75px;
	background: url(../images/top_02.jpg) center no-repeat;
}
.show_top{
	width: 1200px;
	margin: 50px auto;
}
.show_top ul{
	display: flex;
	justify-content: flex-start;
}
.show_top li{
	padding: 0 20px;
	border-right: 1px solid #bebdbd;
}
.show_top li:last-child{
	border: none;
}
.show_top li a{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.show_top li:hover a{
	color: #FF0000;
}
.show_top li.hover a{
	color: #FF0000;
}
.productlist{
	width:1200px;
	margin: 0 auto;
}
.productlist li{
	width: 380px;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 10px;
}
.productlist li img{
	width: 378px;
	height:275px;
	border: 1px solid #e5e5e5;
}
.productlist li h2{
	text-align: center;
	line-height: 30px;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	overflow: hidden;
	margin: 10px 0;
	text-transform: uppercase;
}
.productlist li p{
	font-size: 14px;
	color: #666666;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.productlist li span{
	display: block;
	width: 0px;
	height: 277px;
	position: absolute;
	top: 0;
	background-color: #FF0000;
	opacity: 0.3;
	transition: all 1s;
	overflow: hidden;
	
}
.productlist li i{
	display: block;
	width:0px ;
	height: 66px;
	background: url(../images/ss_05.png) center no-repeat;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -33px;
	transition: all 1s;
}
.productlist li:hover span{
	width: 380px;transition: all 1s;
}
.productlist li:hover i{
	width: 66px;transition: all 1s;
}
.productlist li:hover h2{
	color: #FF0000;
	transition: all 1s;
}
.ys{
	margin: 20px auto;
	width: 1200px;
	height: 40px;
}
.show_all{
	width: 100%;height: 195px;
	background: url(../images/tpbg_02.jpg) center no-repeat;
}
.show_all h2{
	text-transform: uppercase;
	font-size: 32px;
	color: #e30613;
	font-weight: bold;
	text-align: center;
}
.show_all h3{
	height: 70px;
}
.show_all p{
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin-top: 25px;
}
.show_text{
	width: 1200px;
	margin: 30px auto;
}
.show_product{
	width: 1200px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}
.show_product_left{
	width: 625px;
	height: 460px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}
.show_product_left img{
	width: 100%;
	height: 460px;
	transition: all 1s; 
}
.show_product_left img:hover{
	transform: scale(1.05);
}
.show_product_right{
	width: 520px;
	height: 460px;
	
}
.show_product_right h2{
	line-height: 65px;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
.show_product_right  ul li{
	margin: 20px auto;
	color: #666666;
	font-size: 16px;
	margin-bottom: 40px;
}
.show_product_right  ul li p{
	margin-bottom: 10px;
}
.show_product_right div{
	display: flex;
	margin-top: 20px;
}
.show_product_right div a{
	display: block;
	width: 180px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #c2c0c0;
	text-align: center;
	line-height: 50px;
	margin-right: 30px;
}
.show_product_right div a:hover{
	background-color: #FF0000;
}
.show_product_all{
	width: 1200px;
	margin: 0 auto;
}
.show_product_all h2{
	width: 100%;
	height: 50px;
	color: #ffffff;
	font-size: 20px;
	background-color: #c2c0c0;
	line-height: 50px;
	text-indent: 1em;
}
.show_product_all_dv{
	margin: 30px auto;
	width: 1200px;
}
.news_list li{
	width: 100%;height: 210px;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.news_list{
	width: 1200px;
	margin: 30px auto;
}
.news_list_li_left{
	width: 300px;
	height: 180px;
	overflow: hidden;
}
.news_list_li_left img{
	width: 300px;
	height: 180px;
	transition: all 1s; 
}
.news_list li:hover img{
	transform: scale(1.05);
}
.news_list_li_right{
	width: 870px;
	height: 180px;
}
.news_list_li_right h2{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
}
.news_list_li_right p{
	width: 100%;
	height: 60px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
}
.news_list_li_right div {
	display: flex;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #d1d1d1;
	margin-top: 25px
}
.news_list_li_right div a{
	font-size: 14px;
	color: #d1d1d1;
}
.news_list_li_right div span {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #e1e0e0;
	display: flex;justify-content: center;align-items: center;
	float: left;margin-right:15px ;
}
.news_list_li_right div span i{
	display: block;
	 width:0;
    height:0;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left:10px solid #fff;
}
.news_list li:hover .news_list_li_right h2{
	color: #e30613;transition: all 1s; 
}
.news_list li:hover .news_list_li_right div span{
	background-color: #e30613;transition: all 1s; 
}
.news_list li:hover .news_list_li_right div a{
	color: #e30613;transition: all 1s; 
}
.shownews_top{
	width: 1200px;
	margin: 50px auto;
}
.shownews_top h2{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
}
.shownews_top div{
	height: 30px;
	line-height: 30px;
	color: #d7d5d5;
	font-size: 14px;
	border-bottom: 1px solid #d7d5d5;
}
.shownews_top div span{
	margin-right: 51px;
}
.shownews_top div p{
	float: right;
}
.shownews_top div p a{
	margin-right: 25px;
	font-weight: bold;
	font-size: 14px;
}
.shownews_top div p a:last-child{
	color:#e30613;
}
.shownews_text{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.show_con{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 30px auto;
}
.show_con div{
	display: flex;
	justify-content: space-around;
	width: 380px;height: 160px;
	background-color: #f4f3f3;
	align-items: center;transition: all 1s;
}
.show_con div i{
	color: #b9b9b9;
	display: block;
	width: 72px;
	height: 72px;
	border: 1px solid #b9b9b9;
	border-radius: 50%;
	margin-left: 15px;
	text-align: center;
	font-size: 40px;line-height: 72px;
	transition: all 1s;
}
.show_con div p{
	width: 250px;
	font-size: 16px;color: #b9b9b9;transition: all 1s;
}
.show_con div:hover{
	background-color: #e30613;
}
.show_con div:hover i{
	border-color: #fff;
	color: #fff;
}
.show_con div:hover p{
	color: #fff;
}
.map{
	width: 1200px;
	margin: 0 auto;
	height: 335px;
	margin-bottom: 10px;
}
.show_message{
	width: 1200px;
	margin: 20px auto;
}
.show_message h2{
	width: 100%;
	height: 65px;
	line-height: 65px;
	font-weight: bold;
	color: #333333;
	font-size: 32px;
	font-family: arial;
}
.head_top_nav ul  li:hover a {
    font-size: 16px;
    color: #686868;
    font-weight: bold;
    border-bottom: 3px solid #e30613;
    padding-bottom: 15px;
}
.navsearch_input input {
    float: left;
    background-color: transparent;
    border: none;
    text-indent: 2em;
    outline: none;
    line-height: 35px;
    width: 250px;
}
.searchgo {
    float: right;
    border: none;
    outline: none;
    height: 35px;
    color: #fff;
    width: 35px;
    font-size: 16px;
    background: url(../images/ss_img_03.jpg) center no-repeat;
    background-color: #e5e5e5;
}
.feedback_table {
    display: block;
    width: 100%;
}
tbody {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.show_message tr {
    display: block;
    width: 30%;
    float: left;
    margin: 10px 0;
}
.text {
    display: none;
}
.input {
    display: block;
}
.input input {
    width: 100%;
    outline: none;
    border: none;
    text-indent: 1em;
    border: 1px solid #e5e5e5;
    line-height: 35px;
    border-radius: 5px;
    color: #b8b8b8;
}
.show_message tr:nth-child(4) {
    width: 100%;
    display: block;
    clear: both;
}
.show_message tr:nth-child(5) {
    width: 100%;
    display: block;
    clear: both;
}
.show_message tr:nth-child(5) .input {
    
}
.textarea-text {
    width: 100%;
    outline: none;
    text-indent: 1em;
    border: none;
    border: 1px solid #e5e5e5;
    line-height: 30px;
    border-radius: 5px;
    color: #b8b8b8;
}
.head_top_nav ul li a.hover{
    font-size: 16px;
    color: #686868;
    font-weight: bold;
    border-bottom: 3px solid #e30613;
    padding-bottom: 15px;
}
.submit {
    display: block;
    background: #e30613;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei',Tahoma,Verdana,'Simsun';
}