/*鏍峰紡閲嶇疆*/
body,dl,dd,p{
	margin: 0;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	color: inherit;
}
a:hover,a:focus,a:active{
	text-decoration: none;
	text-underline: none;
}
h1,h2,h3{
	margin: 0;
}

input[type=text],input[type=submit]{
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/*鍏叡鏍峰紡*/
html{
	box-sizing: border-box;
}
*,*:after,*:before{
	box-sizing: inherit;
}

body {
    font:14px/1.5 "寰蒋闆呴粦",tahoma,sans-serif;
    color: #222222;
    background-color: #fff;
}

img{
	max-width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
.font_line1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.font_line2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.font_line3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.font_line4{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.font_line5{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.font_line6{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.mat50{
	margin-top: 50px;
}
.mab50{
	margin-bottom: 50px;
}
.mat25{
	margin-top: 25px;
}
.mab25{
	margin-bottom: 25px;
}

.pdlr10{
	padding: 0 10px 0 10px;
}
.pd10{
	padding: 10px 10px 10px 10px;
}
.pdlr20{
	padding: 0 20px 0 20px;
}
.pd20{
	padding: 20px 20px 20px 20px;
}
/*鍒嗛〉*/
.page{
	clear:both;
	text-align:center;
	line-height:36px;
	margin-bottom: 30px;
}
.page span{
	display:inline-block;
	padding:0 8px;
	margin:3px;
}
.page a{
	display:inline-block;
	border:1px solid #ddd;
	background:#fafafa;
	padding:0 15px;
	margin:3px;
	color:#666;
}
.page a:hover{
	border:1px solid #ddd;
	background:#f1f1f1;
	color:#289dda;
}
.page .hover{
	border:1px solid #289dda;
	background:#289dda;
	color:#fff;
}
.page .hover:hover{
	border:1px solid #289dda;
	background:#289dda;
	color:#fff;
}
.page input{
	display:inline-block;
	border:1px solid #ddd;
	background:#fafafa;
	padding:0 5px;
	width:50px;
	line-height:36px;
	height:36px;
	margin:0 10px;
	}
.page .page_bt{
	margin:0;
	padding:0;
}
.page .page_bt input{
	background:url(../images/bt_36.jpg) repeat-x;
	cursor:pointer;
	font-size:14px;
	margin:0;
}

/* 鍥㈤槦椋庨噰 */
.product_list2{
	clear:both;
}
.product_list2 li .product_pic a{
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.product_list2 li .product_pic{
	margin-bottom:10px;
}
.product_list2 li{
	margin-bottom:30px;
}
.product_list2 li .product_name{
	text-align:center;
	height:60px;
	padding:10px 20px;
	overflow:hidden;
	background:#f4f4f4;
	-moz-border-radius: 5px;      /* Gecko browsers */
	-webkit-border-radius: 5px;   /* Webkit browsers */
	border-radius:5px;            /* W3C syntax */
	line-height:20px;
}
.product_list2 li .product_name a{
	color:#333;
	display:block;
	height:40px;
	overflow:hidden;
}
.sub_content h6{
	font-size:24px;
	padding:25px 0 10px 0;
	margin:0 0 10px;
	text-align:center;
	line-height:30px;
	font-weight:normal;
}
.sub_content h6 span{
	display:block;
	color:#999;
	font-size:12px;
}
.sub_content img{
	margin:0 auto;
}
/* 鏂伴椈 */
.news_list ul{
	margin:0;
}
.news_list li{
	padding-bottom:15px;
	clear:both;
}
.news_list li .m_news_bg{
}
.news_list li .m_news_data{
	line-height:30px;
	font-size:12px;
	color:#888;
}
.news_list li .m_news_title{
	font-size:18px;
	color:#000;
}
.news_list li .m_news_title a{
	color:#000;
	line-height:30px;
}
.news_list li .m_news_pic{
	margin-bottom:10px;
}
.news_list li .m_news_pic img{
	width:100%;
}
.news_list li .m_news_pic a{
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.news_list li .m_news_c{
	font-size:14px;
	color:#888;
	line-height:24px;
	padding:5px 0 0;
}
/*涓嬭浇椤甸潰*/
.sub_content {
    clear: both;
    line-height: 24px;
}
.down_list{
	clear:both;
}
.down_list li{
	clear:both;
	padding:10px 0;
	color:#888;
	border-bottom:1px dashed #ddd;
	font-size:12px;
	line-height:30px;
}
.down_list li a{
	float:right;
	color:#333;
	font-size:14px;
	background:#289dda;
	-moz-border-radius:5px;      /* Gecko browsers */
	-webkit-border-radius:5px;   /* Webkit browsers */
	border-radius:5px;            /* W3C syntax */
	color:#fff;
	padding:0 10px;
}
.down_list li a:hover{
	text-decoration:none;
	background:#114871;
	color:#fff;
}
.down_list li span{
	float:left;
	padding:0 10px 0 0;
}
.down_list li .down_title{
	float:left;
	color:#333;
	font-size:16px;
	color:#333;
	background:none;
	padding:0 10px 0 0;
}
/*鎰忚鍙嶉*/
@media (min-width:768px){
.contact_fbk{
	clear:both;
	width:60%;
	margin:0 auto;
	line-height:36px;
	}
}
.fbk_title{
	clear:both;
	padding:0 0 15px;
	line-height:26px;
}
.fbk_input{
	margin-bottom:10px;
}
.fbk_input input{
	background:#f7f7f7;
	line-height:46px;
	height:46px;
	padding:0 10px;
}
.fbk_textarea{
	margin-bottom:10px;
}
.fbk_textarea textarea{
	background:#f7f7f7;
}
.fbk_bt{
}
.fbk_bt button{
	width:100%;
	line-height:40px;
	height:50px;
	font-size:16px;
	padding:0;
	background:#289dda;
	border:1px solid #289dda;
}
.fbk_bt button:hover{
	background:#289dda;
	border:1px solid #289dda;
}
/*鎶€鏈敮鎸?/
.video_list{
	clear:both;
}
.video_list ul{
	clear:both;
}
.video_list li{
	float:left;
	padding-bottom:20px;
}
.video_list li .video_pic{
	text-align:center;
}
.video_list li .video_pic a{
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.video_list li .video_pic img{
	display:block;
	width:100%;
	height:auto;
}
.video_list li .video_title{
	text-align:center;
	padding:10px 0 0;
	font-size:16px;
	height:50px;
}
.video_d_box{
	clear:both;
	padding:10px 0;
	text-align:center;
}
.video_d_box{
	clear:both;
	padding:20px 0;
	text-align:center;
}
.video_d_box img{
	display:block;
	width:100%;
	height:auto;
}