﻿
@import "style2.css";
@charset "utf-8";
/* CSS Document */
/**全局**/

html {
  overflow-y: scroll;
}




* {
	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;
	overflow: hidden;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #313131;
	text-decoration: none;
}
a:hover {
	color: #cfae08;
	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 {
}
.ur_here ui {
	float: left;
	font-size: 20px;
	color: #999;
	line-height: 20px;
	margin-right: 5px;
	display: none;
}
.ur_here {
	float: right;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	margin: 0 3px;
}
.ur_here a {
	font-size: 12px;
	color: #999;
}
.ur_here a:hover {
	color: #666;
}
/*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: #464646;
	line-height: 26px;
}
#tel .b {
	display: block;
	font-size: 30px;
	color: #ae2822;
	line-height: 36px;
	font-weight: bold;
}
/*end*/


/*menu*/
#navigate {
	float: left;
	width: 100%;
	background: #f4d314;
	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: #1f1f1f;
	font-size: 16px;
	padding: 0 33px;
	transition: all .3s ease;
}
#navigate ul li a:hover, #navigate ul li .current {
	background: #ae2822;
	color:#fff;
}
#navigate ul li .drop_menu {
	position: absolute;
	left: 0;
	top: 40px;
	display: none;
	text-align: center;
	background: #ae2822;
	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: #f4d314;
}
/*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: #ae2822;
}
.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: #f4d314;
	overflow: hidden;
}
.notice_title {
	float: left;
	padding-left: 28px;
	font-size: 14px;
	color: #434343;
	line-height: 32px;
}
.notice_title span {
	float: left;
}
.notice_title li {
	float: left;
}

.notice_title_more {
	display: inline-block;
	margin-left: 35px;
	width: 56px;
	height: 22px;
	line-height: 22px;
	background: #ae2822;
	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: #434343;
	padding: 0 32px 0 12px;
	background: #fff;
	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;
	margin:10px 0 0px 0;
	padding-bottom:20px;
}

.home_top h3 {
	line-height: 26px;
	font-size: 26px;
	color: #1f1f1f;
}
/* 产品中心 */
#pro {
	float: left;
	width: 100%;
	padding:40px 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: 15px;
	color: #8c8c8c;
}
.pro_class ul li a:hover {
	color: #434343;
}
.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;
	margin-bottom:15px;
	width: 25%;
	padding: 0 10px;
	text-align: center;
	border-radius:10px;
	overflow:hidden;
}
.pro_item_img {
	float: left;
	width: 100%;
	border-radius:10px;
	overflow:hidden;
}
.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: 98%;
	padding:0 1%;
	height: 45px;
	line-height: 45px;
	transition: all .3s ease;
	border-radius:10px;
	width:100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.pro_item_title a {
	font-size: 16px;
	color: #434343;
}
.pro_item:hover .pro_item_border {
	border: 2px solid #f4d314;
}
.pro_item:hover .pro_item_title {
	background: #f4d314;
}
.pro_item:hover .pro_item_title a {
	color: #1f1f1f;
}
.pro_more {
	float: left;
	width: 100%;
}
.pro_more a {
	float: right;
	display: inline-block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background: #ae2822;
	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: #f4d314;
	color:#1f1f1f
}
.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;
	height:400px;
	background-size: cover !important;
}
.about_des {
	float: right;
	width: 700px;
	border-radius:10px;
	margin-top:10px;
	background: rgba(95, 166, 248, 1);
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding: 30px 35px 30px 35px;
}
.about_des .b {
	display: none;
}
.about_more {
	margin-left: 5px;
	color: #ae2822;
}
/* 新闻动态 */
#news {
	float: left;
	width: 100%;
	padding: 40px 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;
	height:42px;
	
	
	
}
.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: 16px;
	color: #262626;
}
.news_item_time {
	height: 45px;
	line-height: 45px;
	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: 20px;
	color: #434343;
	background: #f0f0f0;
}
.news_item_time .b {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #999;
	height: 15px;
	line-height: 12px;
	margin-top: 3px;
}
.news_item:hover .news_item_title a {
	color: #ae2822;
}
.news_item:first-child .news_item_time .a {
	color:#ae2822
}
/* footer */
#footerNav {
	float: left;
	width: 100%;
	padding: 8px 0;
	background: #f4d314;
	font-size: 14px;
	color: #fffb91;
	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: #262626;
	padding: 0 32px;
}
#footerNav ul li a:hover {
	color: #ae2822;
}
#footer {
	float: left;
	width: 100%;
	background: #434343;
	font-size: 15px;
	color:#bfbfbf;
	line-height: 30px;
	text-align: center;
}
#footer a {
	font-size: 14px;
	color: #bfbfbf;
}
#footer a:hover {
	color: #fff;
}
.footer_list {
	float: left;
	width: 72%;
	padding: 20px 0 15px 0;
	text-align: left;
}
.footer_list_item {
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #bfbfbf;
}
.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;
	background:#fff;
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.left_top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	background:#f4d314;background:-webkit-gradient(linear, left top, right bottom, from(#f4d314), to(#feffe6));
background:-moz-linear-gradient(top,  #f4d314,  #feffe6);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d314', endColorstr='#feffe6');color:#fff;
}
.left_top h3 {
	float: left;
	line-height: 40px;
	font-size: 18px;
	font-family: "微软雅黑";
	color: #434343;
	padding-left: 22px;
}
.left_con {
	padding: 0px;
	line-height: 24px;
	width: 100%;
	background: #fff;
	float: left;
}
.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;
	padding: 0 22px;
	font-size: 16px;
	display: block;
}
.type_list li a:hover {
	color: #262626;
	background:#f3d211 url(../images/left_0.png) no-repeat left center;
}
.type_list li a.current {
	color: #262626;
	background:#f3d211 url(../images/left_0.png) no-repeat left 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: 1px solid #f0f0f0;
}
#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: #f4d616;
	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*/
.articleInfo{font-size:16px;line-height:32px;}
.articleInfo div , .articleInfo p{font-size:16px;line-height:32px;margin-bottom:15px;}
	 
/*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: #ae2822;
}
.art_list:hover .art_title a {
	color: #ae2822;
	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(../img/li_0.png) no-repeat left center;
	line-height: 35px;
}
.time {
	float: right;
}
.articleTitle {
	font-weight: bold;
	font-size: 26px;
	color: #262626;
	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: #f4d314;
	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: #ae2822;
	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 #ae2822;
	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 #ae2822;
	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;
}

.fanuc-repair-content {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
	overflow:hidden;
	
}

.fanuc-repair-list ul {
    height: 470px;
	
}

.fanuc-repair-list ul li {
	margin-top:10px;
    width: 282px;
    height: 420px;
    float: left;
    margin-left: 26px;
    margin-right: 0;
    text-align: center;
    background-color: #fff;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    position: relative;
    box-shadow: 1px 0px 8px rgba(0,0,0,0.12);
    top: 10px;
    left: -10px;
	border-radius:8px;
}

.fanuc-repair-list ul li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0px 2px rgba(0,0,0,0.24);
}

.fanuc-repair-list ul li div {
    width: 282px;
    margin: 1% 0 25px 0;
    text-align: center;
}

.fanuc-repair-list ul li div img {
    width: 98%;
    height: auto;
    border: none;
    display: block;
    margin: 0 auto;
}

.fanuc-repair-list ul li h3 {
    font-size: 20px;
    color: #262626;
    margin-bottom: 10px;
}

.fanuc-repair-list ul li p {
    margin: 0;
    text-align: left;
    font-size: 13px;
    color: #8e8e8e;
    line-height: 25px;
    padding: 0 22px 20px 22px;
}

.fanuc-repair-more {
    width: 157px;
    height: 36px;
    text-align: center;
    display: none;
    display: inline-block;
    border: 1px solid #f4d314;
	background:#f4d314;
    line-height: 34px;
    color: #262626;
    font-size: 16px;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    left: 55px;
	border-radius:8px;
}

.fanuc-repair-more:hover {
    background-color: #f4d314;
    border-color: #f4d314;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
	font-weight:bold;
}

.fanuc-repair-list-fl {
    float: left;
	background-color:#f4d314;
	text-align:center;
	height:450px;
}

.fanuc-repair-title {
    width: 266px;
    margin-top: 130px;
    padding-right: 20px;
}

.fanuc-repair-title h2 {
    font-size: 36px;
    line-height: 33px;
    color: #c51f2e;
    padding: 0;
    margin: 0;
    font-weight: inherit;
	
}

.fanuc-repair-title p {
    margin-top: 10px;
    font-size: 18px;
    color: #666;
    line-height: 36px;
}

.fanuc-repair-list-fl a {
    width: 50px;
    height: 50px;
    position: relative;
    margin-top: 54px;
    margin-right: 10px;
    float: left;
    border: 1px solid #ABABAB;
    display: block;
    background: #f2f2f2;
    overflow: hidden;
}

.fanuc-repair-list-fl a img {
    width: 22px;
    height: 22px;
    display: block;
    border: none;
    margin: 0 auto;
    margin-top: 12px;
}

.fanuc-repair-list {
    float: left;
    width: 910px;
    height: 500px;
}

.fanuc-repair-list ul li:hover {
    top: -5px;
    box-shadow: 0 10px 12px rgba(0,0,0,0.12);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.prev:hover .fanuc-repair-ope {
    opacity: 0;
}

.fanuc-repair-ope1 {
    opacity: 0;
}

.prev:hover .fanuc-repair-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.prev:hover .fanuc-repair-ope {
    opacity: 0;
}

.fanuc-repair-ope1 {
    opacity: 0;
}

.prev:hover .fanuc-repair-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.next:hover .fanuc-repair-ope {
    opacity: 0;
}

.fanuc-repair-ope1 {
    opacity: 0;
}

.next:hover .fanuc-repair-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.next:hover .fanuc-repair-ope {
    opacity: 0;
}

.fanuc-repair-ope1 {
    opacity: 0;
}

.next:hover .fanuc-repair-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 11px;
}

.fanuc-repair-list-fl a:hover {
    background: #f4d314;
    border: 1px solid #f4d314;
}

.fanuc-repair-gs{width:100%;padding:40px 0;position:relative;clear:both;}
.fanuc-repair-item{max-width:100%;margin:0 auto 0;height:500px;display:block;overflow:hidden;}
.fanuc-repair-section{padding-top:30px;}
.fanuc-text-title{font-size:26px;margin-bottom:30px;z-index:9;position:relative;}
.fanuc-text-desc{font-size:18px;line-height:40px;z-index:9;position:relative;}
.fanuc-repair-text1{width:50%;height:500px;padding:150px 6% 0 2%;background:#e5e5e5;position:relative;
background:-webkit-gradient(linear, left top, right bottom, from(#f4d314), to(#ffffff));
background:-moz-linear-gradient(top,  #f4d314,  #ffffff);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d314', endColorstr='#ffffff');	
}
.fanuc-repair-text1 b, .fanuc-repair-text2 b{color:#ad2821;font-size:39px;text-shadow:3px 2px 4px #c5a800;}
.fanuc-repair-img1{width:50%;height:500px;}
.fanuc-repair-img1 img{width:100%;height:100%;}
.fanuc-repair-text2{width:50%;height:500px;padding:150px 2% 0 6%;background:#e5e5e5;position:relative;
background:-webkit-gradient(linear, left top, right bottom, from(#fff), to(#f4d314));
background:-moz-linear-gradient(top,  #fff,  #f4d314);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4d314');	
}
.fanuc-repair-img2{width:50%;height:500px;}
.fanuc-repair-img2 img{width:100%;height:100%;}
.floatleft{float:left;}
.floatright{float:right}
.textleft{text-align:left;}
.textright{text-align:right;}
.weixiu-title{text-align:center;}
.weixiu-stit{font-size:36px;line-height:72px;color:#262626}
.weixiu-sdesc{font-size:18px;line-height:36px;height:36px;color:#666666;overflow:hidden;}
 @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) {
	.fanuc-repair-gs{width:100%;padding:40px 0;position:relative}
.fanuc-repair-item{max-width:100%;margin:0px auto;height:100%;display:block;}
.fanuc-text-title{font-size:22px;margin-bottom:10px;z-index:9;position:relative;color:#262626;}
.fanuc-text-desc{font-size:16px;line-height:36px;z-index:9;position:relative;color:#262626;}
.fanuc-repair-text1{width:100%;padding:2%;height:auto;position:relative;text-align:left;}
.fanuc-repair-text1 b, .fanuc-repair-text2 b{color:#ad2821;font-size:26px}
.fanuc-repair-img1{width:100%;height:auto;}
.fanuc-repair-img1 img{width:100%;height:100%;}
.fanuc-repair-text2{width:100%;padding:2%;height:280px;position:relative;}
.fanuc-repair-img2{width:100%;height:400px;}
.fanuc-repair-img2 img{width:100%;height:100%;}
.weixiu-title{text-align:center;}
.weixiu-stit{font-size:26px;line-height:52px;color:#262626}
.weixiu-sdesc{font-size:18px;line-height:36px;height:36px;color:#666666;overflow:hidden;}
.fanuc-repair-content {
    max-width: 1200px;
    margin: 0 auto;
    padding:20px;
	overflow:hidden;
}

.fanuc-repair-list ul {
    height: auto;
}

.fanuc-repair-list ul li {
	margin-top:10px;
    width:70%;
    height: auto;
    float: left;
    margin-left:6px;
    margin-right: 0;
    text-align: center;
    background-color: #fff;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    position: relative;
    box-shadow: 1px 0px 8px rgba(0,0,0,0.12);
    top: 10px;
    left: -10px;
	border-radius:8px;
}

.fanuc-repair-list ul li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0px 2px rgba(0,0,0,0.24);
}

.fanuc-repair-list ul li div {
    width: 100%;
    margin: 1% 0 20px 0;
    text-align: center;
}

.fanuc-repair-list ul li div img {
    width: 98%;
    height: auto;
    border: none;
    display: block;
    margin: 0 auto;
}

.fanuc-repair-list ul li h3 {
    font-size: 20px;
    color: #262626;
    margin-bottom: 10px;
}

.fanuc-repair-list ul li p {
    margin: 0;
    text-align: left;
    font-size: 13px;
    color: #8e8e8e;
    line-height: 25px;
    padding: 0 12px 20px 12px;
}

.fanuc-repair-more {
    width: 157px;
    height: 36px;
    text-align: center;
    display: block;
	margin-top:30px;
    border: 1px solid #7D7D7D;
    line-height: 34px;
    color: #666;
    font-size: 16px;
    text-decoration: none;
    position:relative;
	
}

.fanuc-repair-more:hover {
    background-color: #f4d314;
    border-color: #f4d314;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #262626;
}

.fanuc-repair-list-fl {
    float: left;
	height:auto;
	width:100%;
	text-align:center
}


.fanuc-repair-title {
    width: 100%;
    margin-top: 10px;
    padding-right: 20px;
}

.fanuc-repair-title h2 {
    font-size: 26px;
    line-height: 33px;
    color: #333;
    padding: 0;
    margin: 0;
    font-weight: inherit;
	text-shadow:5px 2px 6px #999;
}

.fanuc-repair-title p {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.fanuc-repair-list-fl a {
    width: 50px;
    height: 50px;
    position: relative;
    margin-top: 14px;
    margin-right: 10px;
    float: left;
    border: 1px solid #ABABAB;
    display: block;
    background: #f2f2f2;
    overflow: hidden;
}

.fanuc-repair-list-fl a img {
    width: 22px;
    height: 22px;
    display: block;
    border: none;
    margin: 0 auto;
    margin-top: 12px;
}

.fanuc-repair-list {
    float: left;
    width: 100%;
    height: auto;
	display: -webkit-box;
            overflow-x: scroll;
            -webkit-overflow-scrolling:touch;
}

.fanuc-repair-list ul li:hover {
    top: -5px;
    box-shadow: 0 10px 12px rgba(0,0,0,0.12);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.prev:hover .fanuc-repair-ope {
    opacity: 0;
}

.fanuc-repair-ope1 {
    opacity: 0;
}

.prev:hover .fanuc-repair-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.prev:hover .fanuc-repair-ope {
    opacity: 0;
}

.fanuc-repair-ope1 {
    opacity: 0;
}

.prev:hover .fanuc-repair-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.next:hover .fanuc-repair-ope {
    opacity: 0;
}

.fanuc-repair-ope1 {
    opacity: 0;
}

.next:hover .fanuc-repair-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.next:hover .fanuc-repair-ope {
    opacity: 0;
}

.fanuc-repair-ope1 {
    opacity: 0;
}

.next:hover .fanuc-repair-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 11px;
}

.fanuc-repair-list-fl a:hover {
    background: #f4d314;
    border: 1px solid #f4d314;
}
	
#logo img {
	height: 68px;
	margin: 5px 0 5px 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;
	height:auto;
	clear:both;
}
.news_con_row {
	margin-left: -10px;
	margin-right: -10px;
}
.news_item {
	padding: 0 10px;
}
.home_top h3 {
	font-size: 36px;
	line-height: 22px;
}
.pro_item {
	width: 50%;
}
}
 @media screen and (max-width: 760px) {
#logo img {
	height: 50px;
	margin: 5px 0 0 0;
}
.banner_img {
	height: 166px;
}
#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: 20px;
}
.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;
	height:auto;
}
.about_des .a {
	display:block;
}
.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: 40px;
}
#about {
	padding: 35px 0 0 0;
}
.about_con {
	margin-top: 25px;
	height:auto;
	clear:both;
}
#news {
	margin: 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: #262626;
	width: 100%;
	height: 54px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 8;
	background: #f4d314;
	display: block;
}
#toolbar2 li {
	float: left;
	width: 25%;
	text-align: center;
}
#toolbar2 a {
	width: 100%;
	color: #262626;
	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: 130px;
}
}
