<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
@import "style2.css";
@charset "utf-8";
/* CSS Document */
/**全局**/
* {
	margin: 0px;
	padding: 0px;
}
div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #313131;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
	background: #fff;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #313131;
	text-decoration: none;
}
a:hover {
	color: #005aab;
	text-decoration: none;
}
img {
	border: none;
}
hr {
	line-height: 0px;
	font-size: 0px;
	border: none;
	height: 1px;
	width: 100%;
	margin: 5px 0px;
}
div {
	margin: 0px auto;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
input, select {
	font-family: arial, Helvetica, sans-serif;
	padding: 1px;
}
.blank {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}
.blank20 {
	width: 100%;
	height: 20px;
	clear: both;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
}
.hide {
	display: none;
}
.red {
	color: #f00;
}
.blue {
	color: #00f;
}
.gray {
	color: #ccc;
}
.noInfo {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
}
.input_submit {
	width: 77px;
	height: 41px;
	float: left;
	background: url(../images/search.png) no-repeat left top;
	text-align: center;
	line-height: 41px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
.float_bg {
	background: url(../images/qq_3.gif) repeat-y left top;
	width: 118px;
	padding: 2px 0;
	float: left;
}
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list span {
	float: left;
	width: 80px;
}
.block {
	width: 1000px;
	margin: 0 auto;
}
p {
	margin: 0 0 10px;
}
/*all*/
.main {
	width: 100%;
	float: left;
	padding: 40px 0 40px 0;
}
.main_top {
	margin-bottom: 25px;
}
.main_list {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
}
.main_list ul {
	float: left;
	width: 100%;
}
.main_list ul li {
	display: inline-block;
	margin: 5px;
}
.main_list ul li a {
	display: block;
	line-height: 36px;
	font-size: 16px;
	color: #666;
	padding: 0 25px;
	border-radius: 17px;
	border: 1px solid #ddd;
	transition: all .3s ease;
}
.main_list ul li a.current, .main_list ul li a:hover {
	background: #008cd6;
	color: #fff;
	border: 1px solid #008cd6;
}
.main2 {
	width: 100%;
	float: left;
	padding: 0 0 80px 0;
}
.ur_here {
	float: right;/*width:100%;border-bottom:1px solid #ccc;*/
}
.ur_here ul {
}
.ur_here ul i {
	float: left;
	font-size: 20px;
	color: #008cd6;
	line-height: 20px;
	margin-right: 5px;
	display: none;
}
.ur_here ul li {
	float: left;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	margin: 0 3px;
}
.ur_here ul li a {
	font-size: 12px;
	color: #666;
}
.ur_here ul li a:hover {
	color: #d50100;
}
/*end*/

/**顶部**/
#header {
	float: left;
	width: 100%;
}
#logo {
	float: left;
}
#logo img {
	height: 88px;
	margin: 10px 0 20px 0;
}
#top_wechat {
	float: right;
	margin-top: 24px;
}
#top_wechat img {
	width: 69px;
	height: auto;
}
#tel {
	float: right;
	margin: 27px 20px 0 0;
	padding-left: 62px;
	background: url(../images/tel.jpg) no-repeat left 5px;
}
#tel .a {
	font-size: 16px;
	color: #999;
	line-height: 26px;
}
#tel .b {
	display: block;
	font-size: 30px;
	color: #005aab;
	line-height: 36px;
	font-weight: bold;
}
/*end*/


/*menu*/
#navigate {
	float: left;
	width: 100%;
	background: #005aab;
	text-align: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#navigate ul li {
	display: inline-block;
	position: relative;
	z-index: 1000;
}
#navigate ul li.first_menu {
}
#navigate ul li a {
	display: block;
	line-height: 40px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	padding: 0 33px;
	transition: all .3s ease;
}
#navigate ul li a:hover, #navigate ul li .current {
	background: #d50100;
}
#navigate ul li .drop_menu {
	position: absolute;
	left: 0;
	top: 40px;
	display: none;
	text-align: center;
	background: #d50100;
	z-index: 2;/*box-shadow:0 0 5px #c4c4c4;*/
	border-radius: 3px;/*border:1px solid #c4c4c4;padding:10px 0;*/
}
#navigate ul li .drop_menu li {
	float: left;
	width: 160px;
	height: auto;
}
#navigate ul li:nth-child(3) .drop_menu li {
	width: 270px;
}
#navigate ul li .drop_menu li a {
	display: block;
	height: auto;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	padding: 5px 15px 5px 33px;
	text-align: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#navigate ul li .drop_menu li a:hover {
	background: #f5f5f5;
	color: #005aab;
}
/*end*/



/*flash*/
#banner {
	width: 100%;
	float: left;
}
#banner img {
	width: 100%;
	height: auto;
}
.banner_img {
	float: left;
	width: 100%;
	background-size: cover !important;
	height: 300px;
}
#flash {
	width: 100%;
	float: left;
}
.slideBox {
	position: relative;
	overflow: hidden;
	background: #000;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
	margin: 0 auto;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}
.slideBox .bd li img {
	width: 100%;
}
.slideBox .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 12px;
	line-height: 12px;
}
.slideBox .hd ul {
	text-align: center;
}
.slideBox .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	overflow: hidden;
	background: #fff;/*filter:alpha(opacity=80);opacity:0.8;*/
	line-height: 999px;
	border-radius: 50%;
}
.slideBox .hd ul .on {
	background: #d50100;
}
.slideBox .prev {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -37.5px;
	display: none;
	width: 49px;
	height: 75px;
	background: url(../images/left.png) no-repeat left top;
	cursor: pointer;
}
.slideBox .next {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -37.5px;
	display: none;
	width: 49px;
	height: 75px;
	background: url(../images/right.png) no-repeat left top;
	cursor: pointer;
}
.slideBox:hover .prev, .slideBox:hover .next {
	display: block;
}
/*end*/

/* 公告 */
#notice {
	float: left;
	width: 100%;
}
.notice_con {
	float: left;
	width: 100%;
	padding: 14px 0;
	background: #005aab;
	overflow: hidden;
}
.notice_title {
	float: left;
	padding-left: 28px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}
.notice_title span {
	float: left;
}
.notice_title li {
	float: left;
}
.notice_title li a {
	color: #fff;
}
.notice_title li a:hover {
	color: #d50100;
	text-decoration: underline;
}
.notice_title_more {
	display: inline-block;
	margin-left: 35px;
	width: 56px;
	height: 22px;
	line-height: 22px;
	background: #d50100;
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.notice_title_more:hover {
	color: #fff;
}
/*search*/
#search {
	float: right;
	width: 320px;
	margin-right: 15px;
}
#search form {
	float: left;
	width: 100%;
	position: relative;
}
.skw {
	float: left;
	width: 100%;
	height: 32px;
	line-height: 32px;
	border: 0;
	font-size: 12px;
	color: #fff;
	padding: 0 32px 0 12px;
	background: #659fd3;
	border-radius: 3px;
}
.sub {
	width: 32px;
	height: 32px;
	background: url(../images/search.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:    #fff;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #fff;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #fff;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #fff;
}
/*end*/

/* home_top */
.home_top {
	float: left;
	width: 100%;
	text-align: center;
	background: url(../images/home_top.png) no-repeat center bottom;
}
.home_top h3 {
	line-height: 24px;
	font-size: 24px;
	color: #313131;
}
/* 产品中心 */
#pro {
	float: left;
	width: 100%;
	padding: 60px 0 0 0;
	text-align: center;
}
.pro_class {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}
.pro_class ul {
	float: left;
	width: 100%;
}
.pro_class ul li {
	display: inline-block;
	line-height: 24px;
	padding: 0 15px 0 14px;
	background: url(../images/li_1.png) no-repeat right center;
}
.pro_class ul li a {
	font-size: 14px;
	color: #999;
}
.pro_class ul li a:hover {
	color: #005aab;
}
.pro_class ul li:first-child {
	padding-left: 0;
}
.pro_class ul li:last-child {
	background: none;
}
.pro_con {
	float: left;
	width: 100%;
	margin: 40px 0 25px 0;
}
.pro_item {
	float: left;
	width: 25%;
	padding: 0 10px;
	text-align: center;
}
.pro_item_img {
	float: left;
	width: 100%;
}
.pro_item_img a {
	display: block;
	width: 100%;
	padding-bottom: 75.57%;
	background-size: cover !important;
	position: relative;
}
.pro_item_border {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #e5e5e5;
	transition: all .3s ease;
}
.pro_item_title {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 45px;
	transition: all .3s ease;
}
.pro_item_title a {
	font-size: 14px;
	color: #313131;
}
.pro_item:hover .pro_item_border {
	border: 2px solid #005aab;
}
.pro_item:hover .pro_item_title {
	background: #005aab;
}
.pro_item:hover .pro_item_title a {
	color: #fff;
}
.pro_more {
	float: left;
	width: 100%;
}
.pro_more a {
	float: right;
	display: inline-block;
	width: 120px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	background: #d50100;
	text-align: center;
	position: relative;
	border-radius: 3px;
	border-top-right-radius: 0;
	transition: all .3s ease;
}
.pro_more a i {
	position: absolute;
	right: 0;
	top: -7px;
	width: 13px;
	height: 7px;
	background: url(../images/pro_more.png) no-repeat center;
	transition: all .3s ease;
}
.pro_more a:hover {
	background: #005aab;
}
.pro_more a:hover i {
	background: url(../images/pro_more2.png) no-repeat center;
}
/* 关于我们 */
#about {
	float: left;
	width: 100%;
	padding: 55px 0 0 0;
}
.about_con {
	float: left;
	width: 100%;
	margin-top: 35px;
	background-size: cover !important;
}
.about_des {
	float: right;
	width: 800px;
	background: rgba(0, 44, 149, 0.8);
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding: 40px 45px 30px 45px;
}
.about_des .b {
	display: none;
}
.about_more {
	margin-left: 5px;
	color: #d50100;
}
/* 新闻动态 */
#news {
	float: left;
	width: 100%;
	padding: 60px 0;
}
.news_con {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.news_con_row {
	margin-left: -36px;
	margin-right: -36px;
}
.news_item {
	float: left;
	width: 50%;
	padding: 0 36px;
	margin: 8px 0;
}
.news_item_box {
	float: left;
	width: 100%;
	position: relative;
}
.news_item_title {
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
	margin-right: 63px;
	border-bottom: 1px dashed #e4e4e4;
	background: url(../images/li_2.png) no-repeat left center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_item_title a {
	font-size: 14px;
	color: #313131;
}
.news_item_time {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	text-align: center;
}
.news_item_time .a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #fff;
	background: #313131;
}
.news_item_time .b {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #999;
	line-height: 12px;
	margin-top: 4px;
}
.news_item:hover .news_item_title a {
	color: #005aab;
}
.news_item:first-child .news_item_time .a {
	background: #d50100;
}
/* footer */
#footerNav {
	float: left;
	width: 100%;
	padding: 8px 0;
	background: #005aab;
	font-size: 14px;
	color: #274eab;
	line-height: 24px;
	text-align: center;
}
#footerNav ul {
	float: left;
	width: 100%;
}
#footerNav ul li {
	display: inline-block;
}
#footerNav ul li a {
	font-size: 14px;
	color: #fff;
	padding: 0 32px;
}
#footerNav ul li a:hover {
	color: #d50100;
}
#footer {
	float: left;
	width: 100%;
	background: #03203b;
	font-size: 14px;
	color: #ced2db;
	line-height: 30px;
	text-align: center;
}
#footer a {
	font-size: 14px;
	color: #ced2db;
}
#footer a:hover {
	color: #d50100;
}
.footer_list {
	float: left;
	width: 72%;
	background: url(../images/li_3.jpg) repeat-y right center;
	;
	padding: 20px 0 15px 0;
	text-align: left;
}
.footer_list_item {
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #ced2db;
}
.footer_list_item li {
	display: inline-block;
	padding: 0 10px 0 8px;
	background: url(../images/li_4.jpg) no-repeat right center;
}
.footer_list_item li:first-child {
	padding-left: 0;
}
.footer_list_item li:last-child {
	background: none;
}
.footer_wechat {
	float: right;
	margin: 34px 2px 0 0;
}
.footer_wechat_img {
	float: right;
	width: 96px;
}
.footer_wechat_img img {
	width: 100%;
	height: auto;
}
.footer_wechat_txt {
	float: right;
	display: table;
	width: 16px;
	height: 96px;
	margin-right: 12px;
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
}
.footer_wechat_txt span {
	display: table-cell;
	vertical-align: middle;
}
/*left*/
#left {
	width: 260px;
	float: left;
}
.left_list {
	width: 100%;
	float: left;
	box-shadow: 0px 0px 5px #ccc;
}
.left_top {
	width: 100%;
	height: 55px;
	line-height: 55px;
	float: left;
	background: #005aab;
}
.left_top h3 {
	float: left;
	line-height: 55px;
	font-size: 20px;
	font-family: "微软雅黑";
	color: #FFF;
	padding-left: 22px;
}
.left_con {
	padding: 0px;
	line-height: 24px;
	width: 100%;
	background: #fff;
	float: left;
	border: 1px solid #e5e5e5;
	border-top: none;
}
.type_list {
	width: 100%;
	float: left;
}
.type_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.type_list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.type_list li a {
	color: #313131;
	margin: 0 22px;
	background: url(../images/left_0.png) no-repeat right center;
	font-size: 14px;
	display: block;
}
.type_list li a:hover {
	color: #005aab;
	background: url(../images/left_0.png) no-repeat right center;
}
.type_list li a.current {
	color: #005aab;
	background: url(../images/left_0.png) no-repeat right center;
}
.type_list li.second_cat {
}
.type_list li.second_cat a {
	background: url(../images/left_2.png) no-repeat left center;
	padding: 0 10px;
}
.type_list li.second_cat a:hover {
	background: url(../images/left_4.png) no-repeat left center;
}
.type_list li.second_cat a.current {
	background: url(../images/left_4.png) no-repeat left center;
}
.mar-top {
	margin: 25px 0;
}
.left_contact {
	float: left;
	width: 100%;
	padding: 22px;
	font-size: 13px;
}
.left_contact p {
	margin: 0 0 3px 0;
}
/*end*/

/*right*/
#right {
	width: 880px;
	float: right;
}
#right_top {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 2px solid #005aab;
}
#right_top h3 {
	float: left;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}
#right_top h3:before {
	content: "";
	float: left;
	display: block;
	width: 4px;
	height: 18px;
	background: #d50100;
	margin-right: 10px;
	margin-top: 3px;
}
#right_con {
	width: 100%;
	float: left;
	padding: 20px 0 0 0;
	line-height: 200%;
	overflow: hidden;
	min-height: 300px;
	height: auto !important;
}
#right_con img {
	max-width: 100%;
	height: auto;
}
.padding-10 {
	float: left;
	width: 100%;
	padding: 0 10px;
	overflow: hidden;
}
/*end*/

	 
/*news*/
.art_list {
	width: 100%;
	float: left;
}
.art_time {
	float: left;
	width: 68px;
	text-align: center;
}
.art_time .a {
	display: block;
	margin: 20px auto 7px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #cccccc;
	border-radius: 50%;
	font-size: 36px;
	color: #fff;
}
.art_time .b {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 14px;
}
.art_right {
	margin-left: 93px;
	padding: 10px 0;
	border-bottom: 1px dashed #d4d4d4;
}
.art_title {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.art_title a {
	font-size: 16px;
	color: #313131;
}
.art_des {
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.art_list:hover .art_time .a {
	background: #d50100;
}
.art_list:hover .art_title a {
	color: #d50100;
	text-decoration: underline;
}
.articleList {
	width: 100%;
	float: left;
	margin-top: -10px;
}
.articleList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.articleList li {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	background: url(../images/li_0.png) no-repeat left center;
	line-height: 35px;
}
.time {
	float: right;
}
.articleTitle {
	font-weight: bold;
	font-size: 20px;
	color: #5a5a5a;
	text-align: center;
	line-height: 50px;
}
.articleAuthor {
	text-align: center;
	padding: 0 0 10px 0px;
	border-bottom: 1px solid #ccc;
}
.articleAuthor span {
	margin: 0px 6px;
	font-size: 14px;
	color: #999;
}
.articleInfo {
	width: 100%;
	padding: 25px 0;
	line-height: 200%;
	min-height: 250px;
}
.articleInfo img {
	max-width: 100%;
}
.pageUpDown {
	padding-top: 10px;
	text-align: left;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
/*end*/

/*Product*/
.productList {
	float: left;
	width: 100%;
}
.pro_list {
	width: 33.333%;
}
.productTitle {
	line-height: 45px;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	color: #005aab;
	border-bottom: 1px dashed #d0d0d0;
	margin: 0 0 0 370px;
}
.productDes {
	text-align: left;
	font-size: 14px;
	color: #999;
	line-height: 30px;
	margin: 10px 0 0 370px;
}
.productImg {
	float: left;
	width: 350px;
	text-align: center;
	float: left;
	margin: 10px 0;
}
.productImg img {
	width: 100%;
	border: 1px solid #d9d9d9;
}
.productBuy {
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px auto;
}
.productBuy a {
	margin: 0 10px;
}
/*.productBuy a{width:120px;height:40px;line-height:40px;background:#45b1ff; display:inline-block; color:#fff; border-radius:5px; font-size:14px;}
.productBuy a:hover{background:#000;}*/
.title {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
}
.title span {
	font-size: 14px;
	font-weight: bold;
}
.productDesc {
	line-height: 200%;
	padding: 10px 0;
	width: 100%;
	float: left;
}
/*end*/

/*page*/
.pages {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	font-size: 14px;
	text-align: center;
}
.pages li {
	display: inline-block;
}
.pages a {
	display: block;
	line-height: 22px;
	font-size: 14px;
	color: #999;
	padding: 0 8px;
	border-radius: 11px;
	margin: 0 7px;
}
.pages a:hover {
	background: #ffa800;
	color: #fff;
}
.pages li.active a {
	background: #ffa800;
	color: #fff;
}
/*end*/

/*feedback*/
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list .fl_l {
	float: left;
	width: 20%;
	text-align: right;
}
.f_list .fl_r {
	float: left;
	width: 80%;
}
.input_text {
	width: 90%;
	border: 1px solid #ccc;
	line-height: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.w100 {
	width: 100px;
}
/*end */

/*toolbar*/
#toolbar2 {
	display: none;
}
#toolbar {
	width: 68px;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -136px;
	z-index: 1000000;
}
#toolbar ul {
}
#toolbar li {
	width: 68px;
	height: 68px;
	float: left;
	margin: 4px 0px;
	position: relative;
}
#toolbar li .t_item {
	width: 68px;
	height: 68px;
	background: #d50100;
	text-align: center;
	line-height: 68px;
	display: block;
	border-radius: 5px 0 0 5px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#toolbar li a.t_item:hover, #toolbar li a.cur {
	background: #212021;
}
.tool_qq {
	position: absolute;
	left: -118px;
	top: 0px;
	width: 118px;
	padding: 0 10px 0 0;
	display: none;
}
.tool_qq_con {
	width: 108px;
	padding: 10px 0;
	float: left;
	border: 1px solid #d50100;
	background: #fff;
	text-align: center;
}
.tool_tel {
	width: 170px;
	height: 68px;
	background: #212021;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 68px;
	font-size: 18px;
	color: #fff;
	padding: 0 0 0 10px;
	white-space: nowrap;
	border-radius: 5px 0 0 5px;
}
.tool_weixin {
	position: absolute;
	top: 0px;
	width: 118px;
	left: -118px;
	padding: 0 10px 0 0;
	display: none;
}
.t_wx_con {
	width: 108px;
	background: #fff;
	border: 1px solid #d50100;
	padding: 3px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}
.t_wx_con img {
	width: 100px;
	height: 100px;
}
.t1 i {
	width: 68px;
	height: 68px;
	background: url(../images/u1.png) no-repeat center center;
	display: block;
}
.t2 i {
	width: 68px;
	height: 68px;
	background: url(../images/u2.png) no-repeat center center;
	display: block;
}
.t3 i {
	width: 68px;
	height: 68px;
	background: url(../images/u3.png) no-repeat center center;
	display: block;
}
.t4 i {
	width: 68px;
	height: 68px;
	background: url(../images/u4.png) no-repeat center center;
	display: block;
}
.t5 i {
	width: 68px;
	height: 68px;
	background: url(../images/u5.png) no-repeat center center;
	display: block;
}
 @media screen and (max-width: 1200px) {
.banner_img {
	height: 250px;
}
#logo img {
	height: 78px;
}
#tel {
	background-size: 50px;
}
#tel .a {
	font-size: 14px;
}
#tel .b {
	font-size: 24px;
	line-height: 30px;
}
#left {
	width: 22%;
}
#right {
	width: 75%;
}
.type_list li a.current:before {
	left: 20px;
}
}
@media screen and (max-width: 992px) {
#logo img {
	height: 68px;
	margin: 5px 0 15px 0;
}
#top_wechat, #tel {
	display: none;
}
.banner_img {
	height: 200px;
}
#search {
	display: none;
}
#navigate ul li a {
	padding: 0 20px;
	font-size: 14px;
}
#navigate ul li .drop_menu li a {
	font-size: 12px;
}
#left {
	width: 100%;
}
#right {
	width: 100%;
}
.contact_list {
	display: none;
}
.footer_list {
	width: 100%;
	padding: 8px 0;
}
.footer_list_item, .footer_wechat {
	display: none;
}
.footer_list_item:last-child {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
}
.footer_list_item span {
	display: none;
}
.about_des {
	float: none;
	width: 90%;
	margin: 0 auto;
}
.news_con_row {
	margin-left: -10px;
	margin-right: -10px;
}
.news_item {
	padding: 0 10px;
}
.home_top h3 {
	font-size: 22px;
	line-height: 22px;
}
.pro_item {
	width: 50%;
}
}
 @media screen and (max-width: 760px) {
#logo img {
	height: 50px;
	margin: 0 0 10px 0;
}
.banner_img {
	height: 150px;
}
#navigate {
	display: none;
}
.slideBox .prev, .slideBox .next {
	display: none;
}
.slideBox .hd ul li {
	width: 10px;
	height: 10px;
}
.main {
	padding: 25px 0;
}
.main_list {
	display: none;
}
.art_right {
	margin-left: 65px;
}
.articleAuthor span {
	font-size: 12px;
	margin: 0 4px;
}
.articleTitle {
	line-height: 30px;
	font-size: 16px;
}
.productTitle {
	font-size: 16px;
}
#left {
	display: none;
}
#right_con {
	padding: 10px 0 0 0;
}
/*	#right_top h3{display:none;}*/
.ur_here {
	float: left;
	display: none;
}
.ur_here ul i {
	display: block;
}
.ur_here ul li:nth-child(2) {
	display: none;
}
.productTitle, .articleTitle {
	margin-top: 15px;
}
.art_time {
	width: 50px;
}
.art_time .a {
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 24px;
}
.art_time .b {
	font-size: 12px;
}
.productImg {
	width: 100%;
}
/* 手机版 padding:0 5px; */
.productTitle {
	margin: 0;
	padding: 0 5px;
}
.productDes {
	margin: 10px 0 0 0;
	padding: 0 5px;
}
.title {
	padding: 0 5px;
}
.productDesc {
	padding: 10px 5px;
}
.pageUpDown {
	padding-left: 5px;
	padding-right: 5px;
}
.articleInfo {
	padding: 25px 5px;
}
/* end */
	
#notice {
	display: none;
}
.news_item {
	width: 100%;
}
.about_con .container {
	padding: 0;
}
.about_des {
	width: 100%;
	padding: 30px 30px 30px 30px;
}
.about_des .a {
	display: none;
}
.about_des .b {
	display: block;
}
#footerNav {
	display: none;
}
.pro_class {
	display: none;
}
.home_top h3 {
	font-size: 20px;
	line-height: 20px;
}
#pro {
	padding: 30px 0 0 0;
}
.pro_con {
	margin: 25px 0 15px 0;
}
.pro_item_title {
	line-height: 40px;
	height: 45px;
}
#about {
	padding: 35px 0 0 0;
}
.about_con {
	margin-top: 25px;
}
#news {
	padding: 30px 0;
}
.news_con {
	margin: 10px 0 20px 0;
}
.news_item_time .a {
	font-size: 20px;
}
/*手机底部导航*/
#toolbar {
	display: none;
}
.blank55 {
	height: 55px;
	line-height: 1px;
	clear: both;
}
#toolbar2 {
	color: #fff;
	width: 100%;
	height: 54px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 8;
	background: #005aab;
	display: block;
}
#toolbar2 li {
	float: left;
	width: 25%;
	text-align: center;
}
#toolbar2 a {
	width: 100%;
	color: #fff;
	display: block;
	padding: 5px 0 0 0;
	line-height: 23px;
	font-size: 14px;
}
#toolbar2 a span {
	font-size: 22px;
	display: block;
}
}
@media screen and (max-width: 640px) {
.banner_img {
	height: 120px;
}
}
</pre></body></html>