@charset "utf-8";

body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dd, dt {
	list-style: none;
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
body {
	font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
	color: #2F2F2F;
}
a {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
ul {
	list-style: none;
}
img {
	max-width: 100%;
	border: none;
	vertical-align: top;
}
.clear {
	clear: both;
}
.img-thumbnail {
	transition : opacity 0.7s;
}
.img-thumbnail:hover, .opacity_img:hover {
	opacity: 0.75;
}


/*header*/
header {
	background-color: #fff;
}
.top_bg {
	background-color: #fff;
	color: #777777;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #efefef;
}
.top_tel {
	float: left;
	margin-top: 38px;
}
.top_tel img {
	display: inline-block;
	float: left;
	margin-right: 8px;
	margin-top: 8px;
}
.top_tel span {
	color: #666;
	display: inline-block;
	float: left;
}
.top_tel p {
	margin: 0px;
	float: left;
	color: #0071be;
	font-size: 25px;
	font-weight: bold;
}
.top_tel p .tel_label {
	color: #666;
	font-size: 14px;
	font-weight: normal;
}

header .top_tel {
	float: none;
	margin-top: 38px;
	display: flex;
	align-items: center;
}
header .top_tel img {
	float: none;
	margin: 0 8px 0 0;
}
header .top_tel .tel_text {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}
header .top_tel .tel_text span,
header .top_tel .tel_text p {
	float: none;
}
header .top_tel .tel_text span {
	color: #666;
	font-size: 14px;
	font-weight: normal;
}
header .top_tel .tel_text p {
	margin: 0;
	color: #0071be;
	font-size: 25px;
	font-weight: bold;
}
.top_tel p .tel_label {
	color: #666;
	font-size: 14px;
	font-weight: normal;
}
.flash img {
	width: 100%;
}
.flash ul.bxslider {
	list-style: none;
}
.flash div.bx-pager {
	bottom: 4%;
}
.flash div.bx-controls-direction {
	display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #d7322e;
	border: 1px solid #d7322e;
}


/*index*/
.left_nav {
	padding: 20px 15px 30px 15px;
	background: url(../images/left_nav.jpg) no-repeat 200px 70px #0071bf;
	margin-top: 25px;
	margin-bottom: 20px;
}
.left_nav p {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.left_nav h3 {
	color: #fff;
	margin: 0px 0px 30px 0px;
}
.left_nav_bg {
	background: #fff;
	padding: 10px 15px 22px 15px;
}
.left_nav_tel {
	margin: 220px 0px 0px 0px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.left_nav_ul {
	list-style: none;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	padding-bottom: 10px;
}
.left_nav_ul > li > a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	background-color: #0071bf;
	border-radius: 25px;
	padding: 6px 0px 6px 18px;
	margin-bottom: 8px;
}
.left_nav_ul > li > a:hover, .left_nav_ul li a.left_active {
	color: #fff;
	background-color: #03b29c;
}
ul.left_snav_ul {
	list-style: none;
	padding: 0px;
}
ul.left_snav_ul > li {
	margin: 0px;
}
ul.left_snav_ul > li > a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 5px 0px 5px 30px;
	background: url(../images/left_tree.gif) 20px 8px no-repeat #028ae6;
	border-radius: 25px;
	margin-bottom: 8px;
}
ul.left_snav_ul > li > a:hover {
	color: #fff;
	background-color: #03b29c;
}
.left_h3 {
	margin-top: 15px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	line-height: 50px;
	background-color:#0071bf;
	padding-left:15px;
}
.left_h3 span {
	display: inline-block;
	height: 50px;
}
.left_column ul.left_nav_ul {
	list-style: none;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	padding-bottom: 10px;
}
.left_column ul.left_nav_ul > li {
	margin-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
	background: url(../images/left_li.gif) 6px 12px no-repeat;
}
.left_column ul.left_nav_ul > li > a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	background: transparent;
	border-radius: 0px;
	padding: 6px 0px 6px 18px;
	margin-bottom: 8px;
}
.left_column ul.left_nav_ul > li > a:hover, .left_column ul.left_nav_ul li a.left_active {
	color: #03b29c;
	background: transparent;
}
.left_column ul.left_snav_ul {
	list-style: none;
	padding: 0px;
}
.left_column ul.left_snav_ul > li {
	margin-bottom: 7px;
	border-bottom: 1px solid #f2f2f2;
	background: url(../images/left_sli.gif) 15px 11px no-repeat;
}
.left_column ul.left_snav_ul > li > a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px 0px 5px 25px;
	background: transparent;
	border-radius: 25px;
	margin-bottom: 8px;
}
.left_column ul.left_snav_ul > li > a:hover {
	color: #03b29c;
	background: transparent;
}
.left_news {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.left_news li {
	color: #545455;
	border-bottom: 1px dotted #dddddd;
	background: url(../images/li.png) no-repeat left 15px;
	line-height: 21px;
	padding: 10px 0px;
	padding-left: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.left_news li a {
	color: #2F2F2F;
}
.left_news li a:hover, .left_news li a:focus {
	text-decoration: none;
	color: #03b29c;
}
.left_contact {
	margin: 30px 0px 35px 0px;
}
.left_contact p {
	clear: both;
	margin-bottom: 8px;
}
.product_head h2 {
	text-align: center;
	margin-top: 50px;
	font-size: 38px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
}
.product_head span {
	display: block;
	height: 3px;
	background: url(../images/h2_line.jpg) center center no-repeat;
}
.product_head p {
	text-align: center;
	font-size: 18px;
	color: #555;
	margin-top: 8px;
}
.product_list {
	clear: both;
	padding: 25px 0px 0px 0px;
	margin-right: -15px;
	margin-left: -15px;
}
.product_list2 {
	padding-top: 20px;
}
.product_img {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}
.product_img img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width:100%;
	height:200px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
}
.product_list2 div.product_img {
	min-height: 260px;
}
.product_title {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product_title a {
	color: #2F2F2F;
}
.product_title a:hover {
	text-decoration: none;
	color: #0071bf;
}
.case_bg {
	padding-bottom: 30px;
}
.case_head h2 {
	text-align: center;
	margin-top: 50px;
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}
.case_head span {
	display: block;
	height: 3px;
	background: url(../images/h2_line2.jpg) center center no-repeat;
}
.case_head p {
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-top: 8px;
}
.case_list {
	clear: both;
	padding: 25px 0px 0px 0px;
	margin-right: -15px;
	margin-left: -15px;
}
.case_list2 {
	padding-top: 20px;
}
.case_img {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}
.case_img img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
}
.case_title {
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case_title a {
	color: #fff;
	font-weight: bold;
}
.case_title a:hover {
	text-decoration: none;
	color: #85C226;
}
.case_title2 a {
	color: #2F2F2F;
	font-weight: normal;
}
.case_title2 a:hover {
	text-decoration: none;
	color: #0071bf;
}
.advantage_head h2 {
	text-align: center;
	margin-top: 50px;
	font-size: 38px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
}
.advantage_head span {
	display: block;
	height: 3px;
	background: url(../images/h2_line.jpg) center center no-repeat;
}
.advantage_head p {
	text-align: center;
	font-size: 18px;
	color: #555;
	margin-top: 8px;
	margin-bottom: 50px;
}
.advantage_left img {
	width: 50%;
	float: left;
}
.advantage_left h3 {
	width: 50%;
	float: right;
	text-align: right;
	font-size: 36px;
	color: #0071be;
	font-weight: bold;
	line-height:1.5;
}
.advantage_left h3 span {
	font-family: Arial black;
	font-size: 68px;
}
.advantage_left p {
	width: 50%;
	float: right;
	text-align: right;
	color: #555;
	line-height: 48px;
	margin-top: 15px;
	padding-right: 25px;
	background: url(../images/advantage_libg.jpg) repeat-y right 13px;
	white-space: nowrap;
}
.advantage_right img {
	width: 50%;
	float: right;
}
.advantage_right h3 {
	width: 50%;
	float: left;
	text-align: left;
	font-size: 36px;
	color: #0071be;
	font-weight: bold;
	line-height:1.5;
}
.advantage_right h3 span {
	font-family: Arial black;
	font-size: 68px;
}
.advantage_right p {
	width: 50%;
	float: left;
	text-align: left;
	color: #555;
	line-height: 48px;
	margin-top: 15px;
	padding-left: 25px;
	background: url(../images/advantage_libg.jpg) repeat-y left 13px;
}
.news_bg {
	background-color: #f7f7f7;
	padding-bottom: 30px;
}
.news_head {
	margin-bottom: 20px;
}
.news_head h2 {
	text-align: center;
	margin-top: 50px;
	font-size: 38px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
}
.news_head span {
	display: block;
	height: 3px;
	background: url(../images/h2_line.jpg) center center no-repeat;
}
.news_head p {
	text-align: center;
	font-size: 18px;
	color: #555;
	margin-top: 8px;
}
.news_h3 {
	background: url(../images/news_title.jpg) left bottom no-repeat;
	padding: 10px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
}
.news_ul {
	clear: both;
	list-style: none;
	margin-top: 10px;
	padding: 0px;
}
.news_ul li {
	color: #545455;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.news_ul li a {
	color: #2F2F2F;
	float: left;
	width: 420px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_ul li a:hover {
	text-decoration: none;
	color: #0071bf;
}
.news_time {
	float: right;
}
.news_img img {
	max-width: 270px;
	margin-right: 28px;
	float: left;
}
.news_img a {
	font-weight: bold;
	font-size: 16px;
}
.news_img p {
	margin-top: 12px;
	line-height: 26px;
}
.about_head {
	margin-bottom: 60px;
}
.about_head h2 {
	text-align: center;
	margin-top: 50px;
	font-size: 38px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
}
.about_head span {
	display: block;
	height: 3px;
	background: url(../images/h2_line.jpg) center center no-repeat;
}
.about_head p {
	text-align: center;
	font-size: 18px;
	color: #555;
	margin-top: 8px;
}
.about_h3 {
	font-family: Arial;
	color: #0071be;
	font-size: 54px;
	font-weight: bold;
	margin: 0px;
}
.about_p {
	font-size: 16px;
	color: #000;
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada;
}
.about_content {
	line-height: 30px;
	color: #555;
	margin-top: 20px;
}
.about_btn {
	display: block;
	text-align: center;
	width: 140px;
	padding: 7px 0px;
	color: #fff;
	text-decoration: none;
	border-radius: 15px;
	background-color: #0071bf;
	margin-top: 20px;
}
.about_btn:hover, .about_btn:focus {
	color: #fff;
	text-decoration: none;
	background-color: #03b29c;
}
.about_video {
	width: 100%;
}

/*footer*/
footer {
	margin-top: 20px;
	color: #fff;
	padding: 50px 0px 30px 0px;
	background:#076bb5;
	background-size:100%;
}
.footer_logo {
	max-width: 196px;
}
.footer_logo_text {
	width: 196px;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #4e97c5;
	line-height: 22px;
}
.footer_sitemap {
	color: #fff;
}
.footer_sitemap:hover, .footer_sitemap:focus {
	color: #97f3e7;
	text-decoration: none;
}
.footer_menu a {
	color: #fff;
}
.footer_menu a:hover {
	color: #97f3e7;
	text-decoration: none;
}
.footer_menu_first {
	font-weight: bold;
}
.footer_qrcode {
	max-width: 130px;
}
.footer_qrcode_text {
	width: 130px;
	text-align: center;
	margin-top: 15px;
}
.footer_contact p {
	margin-bottom: 10px;
}
.footer_contact a {
	color: #fff;
}
.footer_menu_first {
	font-size: 15px;
	margin-bottom: 15px;
}
.footer_menu ul li {
	line-height: 1.9;
}
.footer_menu .f_pnav {
	overflow: hidden;
}
.footer_menu .f_pnav li {
	float: left;
	width: 50%;
}

/*breadnav*/
.bread_bg {
	background-color: #f3f3f3;
}
.bread_nav {
	padding: 10px 0px 10px 0px;
}
.bread_nav span {
	border-left: 8px solid #02b29c;
	padding-left: 8px;
}
.bread_nav a {
	color: #4c4c4c;
}
.bread_nav a:hover {
	color: #0071bf;
	text-decoration: none;
}
.right_head {
	clear: both;
}
.right_head h2 {
	height: 50px;
	font-size: 22px;
	font-weight: normal;
	color: #545454;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	margin-top: 15px;
}
.right_head h2 span {
	display: inline-block;
	height: 50px;
	border-bottom: 1px solid #02b29c;
}
.right_contents_h1 {
	margin: 0px;
	padding: 30px 0 10px;
	text-align: center;
	color: #000;
	font-size: 24px;
	color: #434343;
	font-weight: bold;
	line-height: 34px;
}
.right_contents {
	clear: both;
	padding: 15px 0px 15px 0px;
	line-height: 1.8;
	overflow: auto;
}
.right_contents p, .right_contents div {
	margin-bottom: 10px;
}
.right_contents img {
	max-width: 100%;
	height: auto !important;
}


/*news*/
.right_new {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.right_new li {
	color: #898989;
	background: url(../images/li.png) no-repeat left 18px;
	font-size: 16px;
	line-height: 22px;
	padding: 12px 0px;
	padding-left: 13px;
	border-bottom: 1px dashed #e3e2e2;
	overflow: hidden;
}
.right_new li a {
	color: #2F2F2F;
	float: left;
	display: block;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.right_new li a:hover, .right_new li a:focus {
	text-decoration: none;
	color: #0071bf;
}
.right_new_time {
	float: right;
}
.relevant_new ul.right_new li {
	font-size: 14px;
}
.point {
	clear: both;
	margin: 20px 0px 40px 0px;
	padding-bottom: 40px;
	line-height: 22px;
}
.point span.to_prev {
	text-align: center;
}
.point span.to_prev a {
	color: #337AB7;
}
.point span.to_prev a:hover {
	color: #ea042b;
}
.point span.to_next {
	text-align: center;
}
.point span.to_next a {
	color: #337AB7;
}
.point span.to_next a:hover {
	color: #ea042b;
}
.show_des {
	text-align: center;
	color: #999;
	font-size: 14px;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

/*pages*/
#pages {margin:30px 0;clear:both;font-size:0;}
#pages span,#pages a {color:#333;font-size: 12px;text-decoration: none;}
#pages span {display:inline-block;vertical-align:top;margin:0 2px 2px;}
#pages span a {display: block;}
#pages span.page-numbar {margin:0;font-size: 0;}
#pages span.page-numbar a.page-num {margin:0 2px 2px;display:inline-block;vertical-align:top;}
#pages a {padding:0 10px;height:32px;line-height:30px;border:1px solid #b1b1b1;}
#pages a:hover,#pages a.page-num-current {border-color:#0071bf;color:#fff;background-color: #0071bf;}
#pages .page-status {display: none;}


/*city*/
.scity {
	padding: 15px;
	color: #666;
	background-color: #eee;
}
.scity a {
	color: #666;
	margin-right: 3px;
}
.cityarea {
	padding: 30px 15px;
}
.cityarea h2 {
	font-size: 22px;
	font-weight: bold;
	color: #0d60cd;
	text-align: center;
}
.cityarea dl {
	padding: 15px 0;
	border-bottom: 1px dashed #eee;
}
.cityarea dt {
	margin-bottom: 8px;
}
.cityarea dt a {
	font-size: 16px;
	font-weight: bold;
}
.cityarea dd a {
	color: #666;
	margin: 0 3px 3px 0;
}

@media screen and (min-width: 768px) {
	.logo {
		margin-top: 35px;
		margin-bottom: 15px;
		max-width: 700px;
	}
	.navbar {
		margin: 0px;
		margin-top: 24px;
		border: none;
		background-color: #1e61ba;
		min-height: 60px;
	}
	.navbar-nav > li > a {
		text-align: center;
	}
	.navbar-default .navbar-nav > li > a {
		color: #fff;
		font-size: 16px;
		padding: 20px 38px 20px 38px;
	}
	.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > li > a.active,  .navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover,  .navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover,  .navbar-default .navbar-nav > .open > a:focus {
		background-color: #d7322e;
		color: #fff;
	}
	.navbar-brand {
		display: none;
	}
	.navbar-fixed-top {
		min-height: 50px;
		margin-top: 0px;
		opacity: 0.9;
	}
	.navbar-fixed-top ul.navbar-nav > li > a {
		padding: 15px 25px 15px 25px;
	}
	.nav_small {
		background-color: #d7322e;
		background-color: rgba(215,50,46,0.9);
		padding: 10px 0px;
		padding-bottom: 15px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}
	.nav_small > li > a {
		line-height: 20px;
		padding: 7px 0px;
		text-align: center;
		color: #fff;
		font-size: 13px;
	}
	.nav_small > li > a:hover {
		color: #fff;
		background-color: #bd0803;
	}
	#app_menudown,  #search_btn {
		display: none;
	}
	.mfoot_box {
		display: none;
	}
}

@media screen and (max-width:1199px) {
	.navbar-default .navbar-nav > li > a {
		padding: 20px 26px 20px 26px;
	}
	.left_nav {
		background: url(../images/left_nav.jpg) no-repeat 150px 70px #0071bf;
	}
	.left_nav p {
		margin: 0;
	}
	.left_nav_bg {
		padding: 10px 15px;
	}
	.left_nav_ul {
		padding-bottom: 0;
	}
	.news_ul li a {
		width: 340px;
	}
	.product_img img,.case_img img {
		height:160px;
	}
}
@media screen and (max-width:991px) {
	.navbar-default .navbar-nav > li > a {
		padding: 20px 13px 20px 13px;
	}
	.navbar-fixed-top ul.navbar-nav > li > a {
		padding: 15px 13px 15px 13px;
	}
	.news_ul li a {
		width: 100%;
	}
	.news_time {
		display: none;
	}
	.js_about_right {
		margin-top: 15px;
	}
	.product_img img,.case_img img {
		height:165px;
	}
}
@media screen and (max-width:767px) {
	.top_bg {
		display: none;
	}
	.top_welcome,  .top_tel {
		display: none;
	}
	.logo {
		display: block;
		margin: 0 auto;
		margin-top: 25px;
		margin-bottom: 25px;
		max-width: 300px;
	}
	.navbar {
		margin: 0px;
		border: 0px;
		min-height: 50px;
		background-color: #0071bf;
	}
	.navbar-default .navbar-brand {
		color: #fff;
		font-size: 16px;
	}
	.navbar-default .navbar-brand:hover,  .navbar-default .navbar-brand:focus {
		color: #fff;
	}
	.navbar-toggle {
		border: none;
	}
	.navbar-default .navbar-collapse,  .navbar-default .navbar-form {
		border: none;
	}
	.navbar-default .navbar-toggle:hover,  .navbar-default .navbar-toggle:focus {
		background-color: #d7322e;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.navbar-default .navbar-nav > li:last-child {
		border: none;
	}
	.navbar-default .navbar-nav > li > a,  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover,  .navbar-default .navbar-nav > .active > a:focus,  .navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover,  .navbar-default .navbar-nav > .open > a:focus,  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		background-color: #d7322e;
		color: #fff;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 12px 20px 12px 20px;
		font-size: 16px;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #028ae6;
	}
	.navbar-fixed-top ul.navbar-nav > li > a {
		padding: 12px 20px 12px 20px;
		font-size: 16px;
	}
	#app_menudown {
		position: absolute;
		top: 0px;
		right: 0px;
		font-size: 16px;
	}
	#app_menudown:hover {
		background-color: #d7322e;
	}
	.navbar-fixed-top {
		margin-top: 0px;
		opacity: 1;
	}
	.navbar-fixed-top .navbar-collapse {
		max-height: 360px;
	}
	.product_head h2 {
		margin-top: 40px;
		font-size: 25px;
	}
	.product_head span {
		background: url(../images/m_h2_line.jpg) center center no-repeat;
	}
	.product_head p {
		font-size: 14px;
		margin-top: 8px;
	}
	.product_list2 div.product_img {
		min-height: 180px;
	}
	.case_head h2 {
		margin-top: 40px;
		font-size: 26px;
	}
	.case_head p {
		font-size: 14px;
		margin-top: 4px;
	}
	.news_head {
		margin-bottom: 0px;
	}
	.news_head h2 {
		margin-top: 30px;
		font-size: 26px;
	}
	.news_head span {
		background: url(../images/m_h2_line.jpg) center center no-repeat;
	}
	.news_head p {
		font-size: 14px;
		margin-top: 4px;
	}
	.news_h3 {
		text-align: center;
		background: url(../images/news_title.jpg) center bottom no-repeat;
		padding: 10px 0px 10px 0px;
		margin-top: 20px;
	}
	.news_ul li {
		color: #000;
		border-bottom: 1px dotted #dddddd;
		background: url(../images/li.png) no-repeat left 15px;
		line-height: 21px;
		padding: 10px 0px;
		padding-left: 14px;
	}
	.news_time_p,  .news_des {
		display: none;
	}
	.news_img img {
		display: none;
	}
	.news_img a {
		font-weight: normal;
		font-size: 14px;
	}
	.news_ul li a {
		width: 78%;
	}
	.news_time {
		display: inline;
	}
	.about_head {
		margin-bottom: 25px;
	}
	.about_head h2 {
		margin-top: 35px;
		font-size: 26px;
	}
	.about_head span {
		background: url(../images/m_h2_line.jpg) center center no-repeat;
	}
	.about_head p {
		font-size: 14px;
		margin-top: 8px;
	}
	.about_content {
		margin-top: 0px;
	}
	.about_btn {
		display: block;
		width: 200px;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.product_img img,.case_img img {
		height:180px;
	}
	.right_contents img,  .product_con img,  .photo_con img {
		max-width: 100%;
	}
	.feedback {
		margin-top: 20px;
	}
	.proinfo_box {
		margin-bottom: 80px;
	}
	#pic-page a img {
		width: 35px;
	}
	#cmsFloatPanel {
		display: none;
	}
	.point span.to_prev,  .point span.to_next {
		text-align: left;
		padding-bottom: 8px;
	}
	footer {
		padding-top: 40px;
		padding-bottom: 25px;
	}
	.footer_contact {
		margin-bottom: 30px;
	}
	.footer_qrcode {
		display: block;
		max-width: 130px;
		margin: 0 auto;
		margin-top: 25px;
	}
	.footer_qrcode_text {
		width: 130px;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 35px;
	}
	.mfoot_box {
		background-color: #fafafa;
	}
	.mfoot_nav {
		width: 25%;
		float: left;
		background-color: #fafafa;
		text-align: center;
		color: #898989;
	}
	.mfoot_nav:hover,  .mfoot_nav:focus {
		background-color: #e4e4e4;
		cursor: pointer;
	}
	.mfoot_nav a {
		color: #898989;
		display: block;
	}
	.mfoot_nav a:hover,  .mfoot_nav a:focus {
		text-decoration: none;
	}
	.mfoot_nav span {
		display: block;
		padding: 3px 0px 0px 0px;
	}
	.mfoot_share {
		width: 240px;
		padding: 5px;
	}
	.copyright_p {
		display: none;
	}
	.flash div.bx-pager {
		bottom: 5%;
	}
	.bx-wrapper .bx-pager {
		font-size: 0;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 8px;
		height: 8px;
	}
	.about_h3 {
		font-size: 40px;
	}
	.right_new li a {
		width: 76%;
	}
	.right_contents table {
		width: 100% !important;
	}
	}

	@media screen and (max-width:479px) {
	.logo {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 15px;
		padding: 10px 18px 10px 18px;
	}
	.news_ul li a {
		width: 100%;
	}
	.news_time, .right_new_time {
		display: none;
	}
	.about_h3 {
		font-size: 30px;
	}
	.right_new li a {
		width: 100%;
	}
	.product_img img,.case_img img {
		height:auto;
	}
	.product_list .product_img,.case_list .case_img {width:100%;}
}

/*320px到768px*/
@media screen and (min-width:320px) and (max-width:767px) {
	.col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
		float: left;
	}
	.col-mm-12 {
		width: 100%;
	}
	.col-mm-11 {
		width: 91.66666667%;
	}
	.col-mm-10 {
		width: 83.33333333%;
	}
	.col-mm-9 {
		width: 75%;
	}
	.col-mm-8 {
		width: 66.66666667%;
	}
	.col-mm-7 {
		width: 58.33333333%;
	}
	.col-mm-6 {
		width: 50%;
	}
	.col-mm-5 {
		width: 41.66666667%;
	}
	.col-mm-4 {
		width: 33.33333333%;
	}
	.col-mm-3 {
		width: 25%;
	}
	.col-mm-2 {
		width: 16.66666667%;
	}
	.col-mm-1 {
		width: 8.33333333%;
	}
}
