@import "font-awesome.min.css";
/* 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;
	background: #fff;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	font-family: "思源黑体", "微软雅黑", Arial, Helvetica, sans-serif;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #2496df;
	text-decoration: none;
}
img {
	border: none;
}
hr {
	margin: 5px 0px;
	width: 100%;
	height: 1px;
	border: none;
	line-height: 0px;
	font-size: 0px;
}
div {
	margin: 0px auto;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
input, select {
	padding: 1px;
	font-family: arial, Helvetica, sans-serif;
}
.blank {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}
.blank20 {
	width: 100%;
	height: 20px;
	clear: both;
	overflow: hidden;
}
.hide {
	display: none;
}
.noInfo {
	float: left;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
.passcode {
	position: absolute;
	top: 0;
	right: 0;
	margin: 1px;
	height: 32px;
	line-height: 32px;
	border-left: 1px solid #ddd;
	border-radius: 0 4px 4px 0;
	text-align: center;
}
.input_submit {
	float: left;
	width: 77px;
	height: 41px;
	background: url(../img/search.png) no-repeat left top;
	text-align: center;
	line-height: 41px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
.float_bg {
	float: left;
	width: 118px;
	padding: 2px 0;
	background: url(../img/qq_3.gif) repeat-y left top;
}
.f_list {
	float: left;
	margin: 5px auto;
	width: 100%;
	clear: both;
}
.f_list span {
	float: left;
	width: 80px;
}
.btn_submenu {
	display: none;
}
.backToTop {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 60px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	z-index: 9;
	background: #f08e26 url(../img/icon-gotop-fixed.png) no-repeat center center;
}
.zoomimgs {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}
.picimgs {
	padding-bottom: 77%;
}
.advimgs {
	padding-bottom: 84%;
}
.newsimg {
	padding-bottom: 68%;
}
/*全部*/
.home_title {
	text-align: center;
}
.home_title h2 {
	font-size: 30px;
	color: #2496df;
	line-height: 30px;
}
.home_title p img {
	margin: 16px 0;
	max-width: 100%;
}
.main {
	padding: 80px 0;
	width: 100%;
	overflow: hidden;
}
.main_content img {
	max-width: 100%;
}
#mobile_banner {
	display: none;
}
#banner img {
	max-width: 100%;
	width: 100%;
}
/* #banner{width:100%;height: 300px;background-size: cover;background-repeat: no-repeat;} */


/*顶部*/
#header {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0;
	padding: 10px 0;
	z-index: 9;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#header.inner_header {
	position: static;
}
.float_header {
	background-color: rgba(0,0,0,0.7);
}
.float_header .top_tel {
	display: none;
}
.float_header .middle_head {
	padding-top: 0;
}
#header .logo img {
	max-width: 100%;
}
#header .contact_info {
	padding-left: 16px;
	background: url(../img/icon_tel.png) no-repeat left center;
	color: #fff;
	font-size: 16px;
}
#header.inner_header .contact_info {
	background: url(../img/inner_icon_tel.png) no-repeat left center;
	color: #2496df;
}
/* 导航 */
.middle_head {
	padding-top: 24px;
}
.inner_header .middle_head {
	padding: 5px 0 0px;
}
.inner_header #navigation ul li a {
	color: #666;
}
.inner_header #navigation ul li ul li a {
	color: #fff;
}
#navigation {
	position: relative;
	width: 100%;
	text-align: right;
}
#navigation ul li {
	display: inline-block;
}
#navigation ul li a {
	display: block;
	padding: 10px 30px;
	font-size: 16px;
	color: #2496df;
	line-height: 50px;
}
#navigation>ul>li:last-child a {
	padding-right: 0;
}
#navigation>ul>li:hover>a, #navigation>ul>li>a.current {
	color: #2496df;
}
#navigation ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 140px;
}
#navigation ul li ul span {
	display: block;
	text-align: center;
}
#navigation ul li ul i.icon_angle {
	display: inline-block;
	border-bottom: 8px solid rgba(73,189,255,.4);
	border-top: 8px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
#navigation ul li ul li {
	display: block;
	background-color: rgba(73, 189, 255,.4);
	text-align: center;
}
#navigation ul li ul li:last-child {
	padding-bottom: 10px;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
}
#navigation ul li ul li a {
	position: relative;
	padding: 0;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	white-space: nowrap;
}
#navigation ul li ul li a:after {
	content: "";
	position: absolute;
	left: -14px;
	top: 14px;
	display: block;
	border-left: 4px solid rgba(255,255,255,9);
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
}
#navigation ul li ul li:hover {
	background-color: rgba(54, 171, 237,.5);
}
#navigation ul li ul li ul {
	display: none;
}
/* 手机版导航 */
.mobile_menu {
	display: none;
	position: relative;
	padding: 0 10px;
}
.mobile_menu .logo img {
	height: 40px;
}
.icon-bars {
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 6px;
	color: #fff;
	text-align: center;
}
.icon-bars:before {
	content: "\f0c9";
	font-size: 28px;
}
.mobile_nav {
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #1c1c1c;
}
.mobile_nav li {
	position: relative;
	border-top: 1px solid #252525;
}
.mobile_nav li a {
	display: block;
	padding: 6px 20px;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}
.mobile_nav li ul {
	background-color: #000;
	display: none;
}
.mobile_nav li ul.active {
	display: block;
}
.mobile_nav li ul li {
	border-top: 1px solid #252525;
}
.mobile_nav li ul li a {
	padding: 6px 30px;
	font-size: 14px;
}
.mobile_nav .icon-angle-down, .mobile_nav .icon-angle-up {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	width: 70px;
	height: 44px;
}
.mobile_nav .icon-angle-down::before {
	content: "\f107";
	color: #fff;
}
.mobile_nav .icon-angle-up::before {
	content: "\f106";
	color: #fff;
}
/*轮播*/
#mobile_flash {
	display: none;
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
}
.flexslider .slides img {
	display: block;
	width: 100%;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flex-control-nav {
	position: absolute;
	bottom: 15px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
*display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	cursor: pointer;
	text-indent: -2000px;
	border-radius: 50%;
	border: 1px solid #c7c7c7
}
.flex-control-nav .flex-active {
	background: #2496df;
	border: 1px solid #2496df
}
.flex-direction-nav {
	display: none;
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 100%;
}
.flex-direction-nav li a {
	position: absolute;
	top: 50%;
	width: 56px;
	height: 75px;
	display: block;
	cursor: pointer;
	font-size: 0px;
}
.flex-direction-nav li a.flex-prev {
	left: 10%;
	background: rgba(0,0,0,.5) url(../img/prev.png) no-repeat center center;
}
.flex-direction-nav li a.flex-next {
	right: 10%;
	background: rgba(0,0,0,.5) url(../img/next.png) no-repeat center center;
}
.flex-direction-nav li a:hover {
	background-color: rgba(0,0,0,.8);
}
/* 产品 */
#pro {
	padding: 35px  0;
}
.pro_list {
	padding-top: 30px;
}
.pro_item .pro_img {
	position: relative;
}
.pro_item .pro_img a, .pro_item .pro_hover {
	/* border-radius: 10px 10px 0 0; */
	/* -webkit-border-radius: 6px 7px 7px 7px; */
	-moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
}
.pro_item .pro_hover {
	filter: Alpha(opacity=0);
	-webkit-filter: Alpha(opacity=0);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(36, 150, 223, .9);
	z-index: 2;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-filter: Alpha(opacity=0);
}
.pro_hover a {
	display: table;
	width: 100%;
	height: 100%;
}
.pro_hover .icon_map {
	display: block;
	width: 100%;
	height: 72px;
	background: url(../img/icon_map.png) no-repeat center center;
}
.pro_hover h2 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	font-size: 18px;
	color: #fff;
}
.pro_item .pro_info {
	margin-bottom: 10px;
	padding: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.pro_item .pro_info h2 {
	font-size: 16px;
	color: #2496df;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.pro_item .pro_info p {
	height: 60px;
	font-size: 14px;
	color: #666;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_item:hover .pro_hover {
	filter: Alpha(opacity=100);
	-webkit-filter: Alpha(opacity=100);
	opacity: 1;
}
.pro_item:hover .pro_info {
	box-shadow: -1px 1px 2px #ddd, 1px 1px 2px #ddd, 1px 1px 2px #ddd, 1px 1px 2px #ddd;
}
/* 关于我们 */
#about {
	padding-bottom: 40px;
	border-bottom: 1px solid #e4e4e4;
		padding: 35px  0;
}
.w3 {
	float: left;
	width: 25%;
}
.ms_con1_l {
	width: 478px;
	float: left;
	max-width: 100%;
}
.ms_con1_l img {
	width: 478px;
	height: 315px;
	max-width: 100%;
}
.ms_con1_r {
	width: 670px;
	float: right;
	max-width: 100%;
}
.ms_con1_r em {
	display: block;
	background: url(../images/ab.jpg) no-repeat;
	height: 86px;
	font-size: 32px;
	color: #3fab37;
	font-weight: bold;
	margin-bottom: 10px;
}
.ms_con1_r p {
	line-height: 36px;
	font-size: 16px;
	color: #000000;
	text-indent: 2em;
}
.about_desc {
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}
#about .sub_title {
	padding: 6px 0 20px;
	text-align: center;
	font-size: 20px;
	color: #2496df;
	line-height: 30px;
}
#about .sub_title_icon {
	padding: 6px 0 10px;
	font-size: 20px;
	color: #2496df;
	line-height: 30px;
}
.concept_desc .about_more {
	float: right;
	padding-right: 14px;
	background: url(../img/icon_angle.png) no-repeat right center;
	color: #f28709;
	text-align: right;
}
.advantage_list {
	padding: 10px 0 40px;
}
.advantage_list .adv_item {
	position: relative;
	text-align: center;
}
.adv_item .adv_img h2 {
	padding-top: 80px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.adv_item .adv_hover {
	filter: Alpha(opacity=0);
	-webkit-filter: Alpha(opacity=0);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(36, 150, 223, .9);
	z-index: 2;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.adv_item .adv_hover_con {
	display: table;
	width: 100%;
	height: 100%;
}
.adv_item .adv_info {
	padding: 0 50px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.adv_item .adv_info h2 {
	padding-bottom: 20px;
	background: url(../img/icon_wave.png) no-repeat center bottom;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.adv_item .adv_info p {
	padding-top: 14px;
}
.adv_item:hover .adv_img h2 {
	display: none;
}
.adv_item:hover .adv_hover {
	filter: Alpha(opacity=100);
	-webkit-filter: Alpha(opacity=100);
	opacity: 1;
}
/* 新闻资讯 */
#news {
	padding: 0px 0;
}
.news_item {
	margin: 20px 0;
}
.news_item .news_img, .news_item .news_info {
	width: 50%;
}
.news_item .news_info {
	padding-left: 20px;
}
.news_item .news_title {
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_item .news_title a {
	font-size: 16px;
	color: #6bbaed;
}
.news_item .time {
	color: #999;
	line-height: 18px;
}
.news_item .news_desc {
	padding-top: 8px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_item .news_more {
	display: block;
	color: #f08e26;
}
/* 底部 */
#footer {
	background-color: #424242;
	color: #fff;
}
#footer a {
	color: #fff;
}
.foot_link {
	padding: 20px 0;
	border-bottom: 1px solid #5f5f5f;
}
.foot_link h2 {
	float: left;
	padding-left: 40px;
	background: url(../img/icon_link.png) no-repeat left center;
	font-size: 20px;
	color: #2496df;
	line-height: 32px;
}
.foot_link .link_list {
	padding-left: 150px;
}
.foot_link a {
	padding-left: 35px;
	color: #fff;
	line-height: 32px;
}
.foot_link a:first-child {
	padding-left: 0;
}
.foot_bottom {
	padding:8px 0 0px;
}
.foot_bottom_left {
	float: left;
	width: 53%;
	padding-right: 60px;
}
.foot_bottom_right {
	float: right;
	width: 47%;
}
.foot_logo {
	float: left;
	padding-right: 40px;
}
.foot_logo img {
	width: 174px;
}
.foot_bottom .hr {
	width: 100%;
	height: 1px;
	background-color: #5f5f5f;
	margin: 10px 0;
}
.foot_cat_copy {
	float: left;
	width: calc(100% - 90px);
}
.foot_bottom .pro_cat h2, .foot_contact h2 {
	font-size: 20px;
	color: #fff;
	line-height: 58px;
}
.foot_bottom .pro_cat ul {
	font-size: 0;
}
.foot_bottom .pro_cat li {
	display: inline-block;
	font-size: 14px;
}
.foot_bottom .pro_cat li:not(:last-child):after {
	content: "|";
}
.foot_bottom .pro_cat li a {
	padding: 0 12px;
	color: #fff;
}
.foot_link a:hover, #footer a:hover, .foot_bottom .pro_cat li a:hover {
	color: #6bbaed;
}
.foot_bottom .pro_cat li:first-child a {
	padding-left: 0;
}
.foot_contact {
	float: left;
}
.foot_wechat {
	float: right;
	width: 120px;
	text-align: center;
	margin: 15px -4px 22px 34px;
}
/* 内页 */

/* 分类导航 */
@media screen and (max-width: 1920px) {
    .subnav {
       display: none;
    }
}
@media screen and (max-width: 1200px) {
    .subnav {
       display: none;
    }
}
.subnav {
	padding-bottom: 40px;
	text-align: center;
}
.subnav h2, .subnav h2 a {
	font-size: 30px;
	color: #000;
	line-height: 58px;
}
.subnav_list {
	padding-top: 0px;
}
.subnav_list li {
	display: inline;
}
.subnav_list li:not(:last-child):after {
	content: "|";
	font-size: 20px;
	color: #bcbcbc;
}
.subnav_list li a {
	padding: 0 24px;
	font-size: 16px;
}
.subnav_list li:hover a, .subnav_list li a.current {
	color: #2496df;
	font-weight: bold;
}
/* 产品 */
.pro_main .pro_list {
	padding-top: 0;
}
.productImg {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}
.productImg img {
	max-width: 100%;
}
.productTitle {
	font-size: 16px;
	text-align: center;
}
.detailsTitle {
	padding-top: 20px;
	border-bottom: 1px solid #2496df;
}
.detailsTitle span {
	position: relative;
	display: block;
	width: 120px;
	height: 32px;
	border: 1px solid #2496df;
	border-bottom: none;
	color: #2496df;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
}
.detailsTitle span:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 118px;
	height: 1px;
	background-color: #fff;
}
.productDesc {
	padding-top: 20px;
}
/*新闻*/
.art_list .art_item {
	padding: 10px 0;
	border-bottom: 1px dashed #e4e4e4;
}
.art_list .art_item:first-child {
	padding-top: 0;
}
.art_item .art_img {
	float: left;
	width: 20%;
}
.art_item .art_info {
	float: left;
	width: 80%;
	padding-left: 20px;
}
.art_item h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.art_item h2 a {
	font-size: 16px;
	line-height: 30px;
	color: #2496df;
}
.art_item .time {
	color: #999;
	line-height: 20px;
}
.art_item .art_desc {
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.art_item .more_art {
	color: #f08e26;
}
.articleTitle {
	text-align: center;
}
.articleTitle h2 {
	color: #2496df;
	font-size: 22px;
}
.articleInfo {
	font-size: 14px;
	color: #999;
}
.articleDetails {
	padding: 20px 0;
}
/*分页*/
.page {
	margin-top: 20px;
	text-align: center;
}
.page a {
	display: inline-block;
	margin: 0 4px;
	padding: 2px 8px;
	font-size: 15px;
}
.page a:hover, .page a.active {
	color: #2496df;
}
.pageUpDown {
	padding-top: 20px;
}
.pageUpDown .page_next {
	text-align: right;
}
.pageUpDown a:hover {
	color: #2496df;
}
/*留言*/


/*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: #000;
	color: #fff;
}
/*end*/





.f_list {
	position: relative;
	margin: 10px auto;
	width: 80%;
	float: none;
}
.f_list .f_input {
	padding: 0 4px;
	width: 100%;
	background-color: transparent;
	color: #999;
	border: 1px solid #dedede;
	line-height: 34px;
	box-shadow: -2px -2px 2px #f8f8f8, 2px 2px 2px #f8f8f8;
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
.f_list .f_input::placeholder {
color:#999;
}
.f_list .btn {
	color: #fff;
	font-size: 14px;
}
.f_list .btn_submit {
	background-color: #2496df;
}
.f_list .btn_reset {
	background-color: #f08e26;
}
.f_list .btn_submit:hover {
	background-color: #218ace;
}
.f_list .btn_reset:hover {
	background-color: #e8851b;
}
/*toolbar*/
#toolbar2 {
	display: none;
}
#toolbar {
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -136px;
	width: 68px;
	z-index: 1000000;
}
#toolbar li {
	float: left;
	position: relative;
	margin: 4px 0px;
	width: 68px;
	height: 68px;
}
#toolbar li .t_item {
	display: block;
	width: 68px;
	height: 68px;
	background: #f28709;
	text-align: center;
	line-height: 68px;
	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: #0051a4;
}
.tool_qq {
	display: none;
	position: absolute;
	left: -118px;
	top: 0px;
	width: 118px;
	padding: 0 10px 0 0;
}
.tool_qq_con {
	float: left;
	padding: 10px 0;
	width: 108px;
	border: 1px solid #f28709;
	background: #fff;
	text-align: center;
}
.tool_tel {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0 0 0 10px;
	width: 170px;
	height: 68px;
	background: #2496df;
	line-height: 68px;
	font-size: 18px;
	color: #fff;
	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 {
	padding: 3px;
	width: 108px;
	background: #fff;
	border: 1px solid #f28709;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}
.t_wx_con img {
	width: 100px;
	height: 100px;
}
.t_item i {
	display: block;
	width: 68px;
	height: 68px;
}
.t1 i {
	background: url(../img/u1.png) no-repeat center center;
}
.t2 i {
	background: url(../img/u2.png) no-repeat center center;
}
.t3 i {
	background: url(../img/u3.png) no-repeat center center;
}
.t4 i {
	background: url(../img/u4.png) no-repeat center center;
}
.t5 i {
	background: url(../img/u5.png) no-repeat center center;
}
 @media screen and (min-width: 1230px) {
.container {
	width: 1200px;
}
}
@media screen and (min-width: 993px) and (max-width:1201px) {
#navigation ul li {
	padding-left: 16px;
}
.news_item .news_desc {
	-webkit-line-clamp: 3;
}
.foot_bottom_left {
	padding-right: 30px;
}
.foot_wechat {
	width: 100px;
}
}
@media screen and (max-width: 992px) {
#header .contact_info {
	font-size: 14px;
}
.middle_head {
	padding-top: 14px;
}
#navigation ul li {
	padding-left: 6px;
}
#navigation ul li a {
	font-size: 14px;
	line-height: 36px;
}
.w3 {
	width: 50%;
}
.news_item {
	margin: 10px 0;
}
.news_item .news_desc {
	padding-top: 0;
	-webkit-line-clamp: 2;
}
.foot_bottom_left, .foot_bottom_right {
	float: none;
	width: 100%;
}
.foot_bottom_left {
	padding: 0 0 20px 0;
}
.art_item .art_img {
	width: 25%;
}
.art_item .art_info {
	width: 75%;
}
.art_item .art_desc {
	-webkit-line-clamp: 2;
}
}
 @media screen and (max-width: 768px) {
#header {
	top: 0;
	padding: 10px 0;
	background-color: #000;
}
#header.inner_header {
	position: fixed;
}
.float_header {
	padding: 6px 0;
}
.mobile_menu, .btn_submenu {
	display: block;
}
#flash {
	display: none;
}
#mobile_flash {
	margin-top: 60px;
	display: block;
}
.home_title h2 {
	font-size: 24px;
}
#pro, #news {
	padding: 40px 0;
}
.pro_list {
	padding-top: 10px;
}
.advantage_list {
	padding: 10px 0 20px;
}
.w3 {
	width: 50%;
}
.adv_item .adv_hover {
	display: none;
}
.adv_item .adv_img h2 {
	margin-top: 40%;
	padding-top: 0;
	font-size: 18px;
}
.news_item .news_desc {
	padding-top: 0;
	-webkit-line-clamp: 4;
}
.foot_link h2 {
	float: none;
	font-size: 16px;
}
.foot_link .link_list {
	padding-left: 0;
}
.foot_link a {
	padding-left: 20px;
}
.foot_bottom {
	padding: 20px 0;
}
.foot_logo {
	display: none;
}
.foot_cat_copy {
	width: 100%;
}
.foot_bottom .pro_cat, .foot_bottom .hr, .foot_bottom_right {
	display: none;
}
.foot_bottom_left {
	padding: 0;
}
.main {
	padding: 30px 0;
}
#banner {
	display: none;
	padding-top: 60px;
}
#mobile_banner {
	display: block;
	background-position: 69% center;
	background-size: cover;
	height: 180px;
}
.subnav {
	padding-bottom: 20px;
	display: block;
}
.subnav h2, .subnav h2 a {
	font-size: 24px;
}
.subnav_list li a {
	padding: 0 10px;
	font-size: 14px;
}
.pageUpDown .page_next {
	text-align: left;
}
.art_item .art_img {
	width: 30%;
}
.art_item .art_info {
	width: 70%;
	padding-left: 10px;
}
.art_item h2 a {
	line-height: 24px;
}
.art_item .time {
	font-size: 12px;
}
.art_item .more_art {
	display: none;
}
.f_list {
	width: 100%;
}
/*手机底部导航*/
#toolbar {
	display: none;
}
.blank55 {
	height: 55px;
	line-height: 1px;
	clear: both;
}
#toolbar2 {
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 54px;
	background: #000;
	color: #fff;
	z-index: 8;
}
#toolbar2 li {
	float: left;
	width: 25%;
	text-align: center;
}
#toolbar2 a {
	display: block;
	padding: 5px 0 0 0;
	width: 100%;
	color: #fff;
	line-height: 23px;
	font-size: 14px;
}
#toolbar2 a span {
	display: block;
	font-size: 22px;
}
}
@media screen and (max-width: 480px) {
.col-xs-6 {
	width: 100%;
}
.news_item .news_img, .news_item .news_info {
	width: 100%;
}
.news_item .news_info {
	padding-left: 0;
}
.news_item .news_desc {
	padding-top: 10px;
}
.productImg {
	width: 100%;
}
.art_item .art_img {
	width: 40%;
}
.art_item .art_info {
	width: 60%;
}
.art_item h2 a {
	font-size: 14px;
}
.art_item .art_desc {
	font-size: 12px;
}
}


.container {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
}
.facility {
	background: #fff;
	height: 240px;
	margin-top: 15px;

	
}
.facility .new_tit {
	padding: 30px 20px 4px 20px;
}
.facility .new_tit a {
	float: right;
	font-size: 12px;
	color: #b0b0b0;
}
.picMarquee-left {
	width: 1200px;
	overflow: hidden;
	position: relative;
	max-width: 100%;

}
.picMarquee-left .hd {
	overflow: hidden;
}
.picMarquee-left .hd .prev, .picMarquee-left .hd .next {
	display: block;
	width: 40px;
	height: 60px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/icon.png") no-repeat -13px -70px;
	position: absolute;
	z-index: 999;
	top: 40px;
}
.picMarquee-left .hd .prev {
	left: 0;
}
.picMarquee-left .hd .next {
	background-position: -70px -70px;
	right: -6px;
}
.picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}
.picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .bd ul li {
	margin: 0 5px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picMarquee-left .bd ul li .pic {
	text-align: center;
}
.picMarquee-left .bd ul li .pic img {
	width: 282px;
	height: 180px;
	display: block;
}
.picMarquee-left .bd ul li .title {
	line-height: 40px;
}
.con1 {
	width: 100%;
	text-align: center;
}
.con1 .con1_nei {
	display: inline-block;
}
.con1 .con1_nei .con1_xun {
	width: 225px;
	height: 170px;
	padding-top: 60px;
	border: #EEEEEE solid 1px;
	background: #fcfcfc;
	float: left;
	position: relative;
	margin: 52px 36px 45px;
49px;
}
.con1 .con1_nei .con1_xun .con1_xun_img {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 100px;
	border-radius: 100px;
	top: -50px;
}
.con1 .con1_nei .con1_xun .con1_xun_title {
	font-size: 18px;
	width: 100%;
	color: #3b3b3b;
	line-height: 2em;
	text-align: center;
}
.con1 .con1_nei .con1_xun .con1_xun_zi {
	font-size: 15px;
	line-height: 23px;
	color: #3b3b3b;
	width: 100%;
	text-align: center;
}
.con1 .con1_nei .con1_xun .con1_xun_zi img {
	margin-top: 7px;
	width: 110px;
}
.con1 .con1_nei .con1_xun .con1_xun_text {
	padding: 0 1%;
}

.w1400{width:1200px; max-width:100%; margin:auto;}
.pc{display:block;}
.phone{display:none;}
.lm-box{/* margin-right: 1.5%; */margin-top:10px;margin-bottom:20px;border:1px solid #ebebeb;float:left;max-width: 397px;width: 100%;}
.lm-box:nth-child(3){margin-right: 4px;}
.lm-box:nth-child(2){margin-right: 4px;}
.lm-pic{overflow:hidden;}
.lm-pic img{width:100%; transition:all 1s;}
.lm-box:hover img{ transform:scale(1.1,1.1);}
.lm-cont{background:#fff; padding:8%; height:250px; box-sizing:border-box;}
.lm-cont h2{font-size:30px; line-height:30px; margin-bottom:20px;}
.lm-cont p{font-size:16px; height:97px; overflow:hidden; color:#666; -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    overflow: hidden;text-indent:2em;
    text-overflow: ellipsis;  display: -webkit-box;}
.lm-cont p span{ display:block;font-size:16px; height:97px; overflow:hidden; color:#666; white-space: nowrap;
    text-overflow: ellipsis;}	
.lm-more{text-align:right; margin-top:10px;}
.lm-more a{ border:1px solid #d2d2d2; color:#969696; border-radius:25px; padding:10px 25px;transition:background 0.5s;
-moz-transition:background 0.5s; /* Firefox 4 */
-webkit-transition:background 0.5s; /* Safari and Chrome */
-o-transition:background 0.5s;}
.lm-box:hover .lm-more a{ background:#2496df; border:1px solid #2496df; color:#fff;}


.rowFluid {
	clear: both;
	max-width: 100%;
	margin: 0 auto;
	width: 1200px;
}
.rowFluid:before, .rowFluid:after, .column:before, .column:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
	overflow: hidden;
}
.index_product_content {
	margin-left: -10px;
}
.span4 {
	width: 50%;
	float: left;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
.index_product_list {
	display: block;
	margin: 0 0 10px 10px;
	position: relative;
	overflow: hidden;
}
.index_product_list:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	content: '';
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
	transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
}
.index_product_list:hover:before {
	-webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
	transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}
.index_product_list .list_backimg {
	padding: 95px  0;
	text-align: center;
}
.index_product_list .list_backimg1 {
	background: url(../images/002.png) center repeat;
}
.index_product_list .list_backimg2 {
	background: url(../images/003.png) center repeat;
}
.index_product_list .list_backimg3 {
	background: url(../images/004.png) center repeat;
}
.index_product_list .list_backimg4 {
	background: url(../images/005.png) center repeat;
}
.index_product_list .list_backimg5 {
	background: url(../images/006.png) center repeat;
}
.index_product_list .list_backimg6 {
	background: url(../images/007.png) center repeat;
}
.index_product_list .list_txt {
	color: #fff;
	margin-top: 10px;
}
.index_product_list .list_title {
	font-size: 24px;
}
.index_product_list .list_text {
	font-size: 12px;
}
.w1200{width:1200px; margin:auto;}
.fl{ float:left;}
.fr{ float:right;}
.cont .w220{ width:220px;}
.cont .w220 p{ width:100%; height:80px; color:#FFFFFF; font-size:24px; background-color:#555555; line-height:80px; text-align:center;}
.cont .w950{ width:950px;}
#left {margin:0;}
#left ul{list-style:none;padding:0;border:0;}
#left li {display: inline;}
#left li a:link,
#left li a:visited {float:left; text-decoration: none; background-color:#959597;color:#fff; font-size:14px;line-height:40px; line-height:40px; margin-bottom:1px;width:190px; text-align:left; padding-left:30px; }
#left li a:hover {float:left; text-decoration: none; background-color:#00b0f0; color:#FFFFFF;}
#left ul .curr a{float:left; text-decoration: none; background-color:#00b0f0; color:#FFFFFF;}
.nylm{ line-height:30px; padding-left:30px;}
a{font-size:14px; color:#333; text-decoration:none}
a:hover{color:#00b0f0; text-decoration:non}
.dqwz{ background:url(tt1.jpg) left no-repeat; padding-left:10px; margin-top:15px; margin-bottom:15px; font-size:16px;}
.dbt{ text-align:center; font-size:24px; padding:30px; font-weight:bold; border-bottom:1px solid #cccccc;}
.proc{ width:950px;border-bottom:1px dashed #cccccc; float:left; padding-top:20px; padding-bottom:20px;}
.proc img{ width:220px; height:160px; float:left;}
.proc li{ width:680px; float:right;}
.proc h1{ line-height:40px; padding-top:15px;}
.proc span {color:#666666; line-height:200%; font-size:14px;}
.proc .ckxq{font-size:14px;  width:150px; height:30px; line-height:30px; border:1px solid #cccccc; text-align:center;display:block; margin-top:10px;} 
.proc .ckxq:hover{ background-color:#00b0f0; color:#FFFFFF;}

.page{ font-family:Arial, Helvetica, sans-serif;clear:both;line-height:20px; margin:10px 0; padding:5px;}
.page a{color:#666666;padding:3px;border:1px solid #666666;text-decoration:none;margin-right:5px;}
.page a:link{color:#666666}
.page a:visited {color:#666666}
.page a:hover{background:#666666;color:#fff;}
.page a:active{color:#666666}
.page span{background:#666666;color:#fff; padding:3px;border:1px solid #666666;margin-right:3px;}
.page .cur{color:#fff;}
.page .cur a{ color:#fff;margin-right:0px;}
.page .cur a:link{color:#fff;}
.page .cur a:visited {color:#fff;}
.page .cur a:hover{color:#fff;}
.page .cur a:active{color:#fff;}

html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0; font-size:14px; color:#333;font-family: frutigernext, "Microsoft YaHei", Arial, Helvetica, sans-serif;}
a{font-size:14px; color:#333; text-decoration:none}
a:hover{color:#00b0f0; text-decoration:non}
*{margin:0; padding:0;}
ul,li{list-style:none;margin:0; padding:0;}
.w1200{width:1200px; margin:auto;max-width: 100%;}
.clear{clear:both; margin:0; padding:0;}
#body{line-height:30px; padding-top:30px;}
.fl{ float:left;}
.fr{ float:right;}

/*menu*/
#nav {margin:0 auto 0px; float:right; display:block; }
#nav .mainlevel {float:left; }
#nav .mainlevel a {color:#000; text-decoration:none; line-height:36px; display:block;text-align:center; color:#3F4447; font-size:16px; width:100px;}
#nav .mainlevel a:hover {color:#E67818; }
#nav .mainlevel ul {display:none; position:absolute; width:100px;}
#nav .mainlevel li {background:#E4710C; color:#FFFFFF; width:100px; float:left; /*IE6 only*/}
#nav .mainlevel li a{ font-size:14px; color:#FFFFFF; line-height:42px; display:block; height:42px;}
#nav .mainlevel li a:hover {background:#ffffff; color:#E4710C; /*IE6 only*/}

/*menu*/
#index_nav {margin:0 auto 0px; float:right; display:block; }
#index_nav .mainlevel {float:left; }
#index_nav .mainlevel a {color:#000; text-decoration:none; line-height:36px;text-align:center; color:#ffffff; display:block; font-size:16px; width:100px;}
#index_nav .mainlevel a:hover {color:#E67818; }
#index_nav .mainlevel ul {display:none; position:absolute; width:100px;}
#index_nav .mainlevel li {background:#E4710C; color:#FFFFFF; width:100px; float:left; /*IE6 only*/}
#index_nav .mainlevel li a{ font-size:14px; color:#FFFFFF; line-height:42px; display:block; height:42px;}
#index_nav .mainlevel li a:hover {background:#ffffff; color:#E4710C; /*IE6 only*/}


.nav{float:right; margin-top:20px;}
.nav li{ float:left;}
.nav li a{ display:block; padding-left:50px;color:#FFFFFF; font-size:16px;}
.nav li a:hover{ color:#CCCCCC;}

/* nav  */
.nav_ny{ margin-top:30px;}
.nav_ny ul{ width:600px; float:right;}
.nav_ny li{float:left;}
.nav_ny li a{display:block; width:100px; text-align:center; font-size:16px; line-height:35px; height:35px;}
.nav_ny li a:hover{ color:#00b0f0}

/* banner */
#full-screen-slider { width:100%; height:800px; float:left; position:relative;z-index:999;}
#slides { display:block; width:100%; height:800px; list-style:none; padding:0; margin:0; }
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:47%; top:720px; z-index:9900; width:500px; margin:auto;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:12px; height:12px; line-height:16px; float:left; margin-left:15px; border-radius:50%; background-color:#FFFFFF}
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background-color:#E4710C;}

/* video */
.video{ width:100%; height:416px; background:url(../images/t3.jpg); margin-top:40px;}
.video .w495{ width:345px;}
.video .w495 dd{ color:#FFFFFF; font-size:30px; padding-left:120px;}
.video .w495 p{ color:#FFFFFF; font-size:30px; padding-left:120px; padding-top:5px; line-height:50px;}
.video .w495 .more a{ color:#FFFFFF; padding-left:50px; padding-top:15px; display:block;}
.video .w495 .more a:hover{ color:#E4710C;}
.video .w705{ width:855px;}

/* sdbk */
.sdbk .w580{ width:580px; height:300px; background-color:#FFFFFF;  margin-bottom:40px;}
.sdbk .w580:hover{box-shadow: 0 5px 54px rgba(0,0,0,.1);}
.sdbk .w580 ul{ margin:30px; width:150px; margin-top:100px; margin-left:60px;}
.sdbk .w580 ul strong{font-size:20px; color:#666666; line-height:35px;}
.sdbk .w580 ul p{line-height:40px; color:#666666;}
.sdbk .w580 img{ float:right; margin-top:30px; margin-right:20px;}
.sdbk .w580 .ckxq { width:120px; display:block; text-align:center; border-radius:10px; border:1px solid #F6F6F6; padding:5px; margin-top:100px;}
.sdbk .w580 .ckxq:hover{ background-color:#1E468B; color:#FFFFFF;}

/* cpbk */
.cpbk { width:1240px; margin:auto;}
.cpbk li{ width:270px; float:left; text-align:center; margin-left:20px; margin-right:20px;}
.cpbk li:hover{box-shadow: 0 5px 54px rgba(0,0,0,.1);}
.cpbk li span{ display:block; padding-top:20px;}

/* index_teaam */
.index_case{ width:1200px; height:200px; padding-top:20px; background-color:#FFFFFF; margin:auto; margin-top:40px;}

/* .cont */
.dqwz{ background:url(../images/tt1.jpg) left no-repeat; padding-left:10px; margin-top:15px; margin-bottom:15px; font-size:16px;}
.dbt{ text-align:center; font-size:24px; padding:30px; font-weight:bold; border-bottom:1px solid #cccccc;}
.cont .w220{ width:220px;max-width: 100%;}
.cont .w220 p{ width:100%; height:80px; color:#FFFFFF; font-size:24px; background-color:#555555; line-height:80px; text-align:center;}
.cont .w950{ width:950px;max-width: 100%;}
@media screen and (max-width: 400px) {
    .cont .w220 {
       display: none;
    }
}
.proc1{ width:950px;border-bottom:1px dashed #cccccc; float:left; padding-top:20px; padding-bottom:20px;max-width: 100%;}
.proc{ width:950px;border-bottom:1px dashed #cccccc; float:left; padding-top:20px; padding-bottom:20px;max-width: 100%;}
.proc img{width: 220px;height: 160px;-align: center;margin: 0 0px 0px 58p;margin: 0 0px 0px 0px;}
.proc1 img{width: 110px;height: 100px;-align: center;margin: 0 0px 0px 58p;margin: 0 0px 0px 0px;}
.proc li{ width:680px; float:right;max-width: 96%;}
.proc h1{ line-height:40px; padding-top:15px;}
.proc span {color:#666666; line-height:200%; font-size:14px;}
.proc .ckxq{font-size:14px;  width:150px; height:30px; line-height:30px; border:1px solid #cccccc; text-align:center;display:block; margin-top:10px;} 
.proc .ckxq:hover{ background-color:#00b0f0; color:#FFFFFF;}

/* case */
.case { margin-top:20px;}
.case ul li{ float:left;width:300px; margin-bottom:30px;}
.case ul li img{ width:280px; height:200px;}
.case ul li span{ display:block; line-height:40px; text-align:left; font-size:16px; font-weight:bold; padding-top:20px;}
.case ul li .xx{ width:280px; background-color:#cccccc; height:1px; margin-bottom:20px;}
.case ul li dd{ width:280px; text-align:left; line-height:30px;}

/* xwzx */
.xwzx li {float:left; width:950px; border-bottom:1px dashed #cccccc; height:50px; line-height:50px; background:url(../images/tb.jpg) left no-repeat; padding-left:10px;}
.xwzx li span{ display:block; float:right; color:#999999;}


.page{ font-family:Arial, Helvetica, sans-serif;clear:both;line-height:20px; margin:10px 0; padding:5px;}
.page a{color:#666666;padding:3px;border:1px solid #666666;text-decoration:none;margin-right:5px;}
.page a:link{color:#666666}
.page a:visited {color:#666666}
.page a:hover{background:#666666;color:#fff;}
.page a:active{color:#666666}
.page span{background:#666666;color:#fff; padding:3px;border:1px solid #666666;margin-right:3px;}
.page .cur{color:#fff;}
.page .cur a{ color:#fff;margin-right:0px;}
.page .cur a:link{color:#fff;}
.page .cur a:visited {color:#fff;}
.page .cur a:hover{color:#fff;}
.page .cur a:active{color:#fff;}


#ny_left {margin:0;}
#ny_left ul{list-style:none;padding:0;border:0;}
#ny_left li {display: inline;}
#ny_left li a:link,
#ny_left li a:visited {float:left; text-decoration: none; background-color:#F0F0F0;border:1px solid #cccccc; font-size:14px;line-height:30px; line-height:30px; margin-bottom:1px;width:158px; text-align:center; margin-right:10px; margin-bottom:5px;}
#ny_left li a:hover {float:left; text-decoration: none; background-color:#00b0f0; color:#FFFFFF;}
#ny_left ul .curr a{float:left; text-decoration: none; background-color:#00b0f0; color:#FFFFFF;}


#left {margin:0;}
#left ul{list-style:none;padding:0;border:0;}
#left li {display: inline;}
#left li a:link,
#left li a:visited {float:left; text-decoration: none; background-color:#959597;color:#fff; font-size:18px;line-height:40px; line-height:40px; margin-bottom:1px;width:220px; text-align:center; padding-left:0px; }
#left li a:hover {float:left; text-decoration: none; background-color:#00b0f0; color:#FFFFFF;}
#left ul .curr a{float:left; text-decoration: none; background-color:#00b0f0; color:#FFFFFF;}

#hover .nylm{display:block;float: left;width: 100%;}

.lanmu{width: 220px;}
.nylm{ line-height:30px; padding-left:30px;}
.nylm{ line-height:30px; padding-left:30px;display:none;}





/* marqueeleft */
.marqueeleft{height:230px;width:1200px;overflow:hidden; margin:auto;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 5px;display:inline;overflow:hidden;}
.marqueeleft li img{ width:250px; height:180px;}
.marqueeleft li .txt{text-align:center;height:50px;line-height:50px;}



/* footer */
.footer{ width:100%; background-color:#2C2C2C; overflow:hidden; color:#A6A5A5; margin-top:50px;}
.footer a{ color:#A6A5A5;}
.footer a:hover{ color:#FFFFFF;}
.footer ul{ float:left; margin-right:70px; margin-top:30px;}
.footer span{ color:#cccccc; display:block; line-height:40px;font-size:16px; font-weight:bold;}
.footer ul li a{ display:block; line-height:30px; }
.footer .foot_logo{ float:right; text-align:right; margin-top:30px;}
.footer .foot_logo p{ line-height:30px;}
.footer .foot_logo strong{ font-size:24px;}
.footer .foot{ border-top:1px solid #494949; line-height:50px; margin-top:30px;}

.phone-menulist li a {
	display: block;
	padding-left: 10px;
	line-height: 30px;
	font-size: 14px;
	border-bottom: 1px solid #fff;
}
.phone_location {
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px dashed #C1C1C1;
	padding-left: 2%;
	margin-top: 10px;
}
.phone_box {
	display: none;
	margin-top: 10px;
}
.phone {
	padding: 5px 15px;
	font-size: 14px;
	color: #fff;
	background-color: #006886;
}
.phone .phone-menuicon {
	float: right;
	cursor: pointer;
}
.phone-menulist {
	width: 96%;
	margin: 0 auto;
	background-color: #F0F0F0;
	display: none;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.menu_list {
	width: 20%;
	float: left;
	margin-top: -60px;
	margin-bottom: 40px;
}
.menu_list_head {
	padding: 25px 0;
	color: #fff;
	background-color: #1C202C;
	font-size: 20px;
	text-align: center;
}
.menu_list_head span {
	margin: 10%;
}
.product_meassage {
	width: 78.5%;
	float: right;
}
.product_meassage>div {
	margin-top: 27px;
}
.product_meassage>div.feedback, .product_meassage>div.lyfk {
	margin-top: 10px;
}
.product_meassage>div dd {
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.menu_list_body {
	padding-top: 10px;
	border: 1px solid #C1C1C1;
	margin-top: 10px;
}
/*二次修改*/
.menu_list_body li.sub1 {
	width: 100%;
	margin-top: 5px;
}
.menu_list_body li.sub1 a.sub1_a {
	width: 110%;
	display: block;
	background: url(../images/sub1.png) no-repeat right bottom;
	line-height: 22px;
	color: #fff;
	position: relative;
	color: #fff;
	font-size: 14px;
	padding: 10px 10% 20px 25%;
	margin-left: -10%;
	position: relative;
	font-weight: bold
}
.menu_list_body li.sub1 a.sub1_a em {
	position: absolute;
	left: 15%;
	top: 18px;
	background: url(../images/sub1_ico.jpg) no-repeat;
	display: block;
	width: 7px;
	height: 7px;
}
.menu_list_body li.sub1 a.sub1_a:hover, .menu_list_body li.sub1 a.sub1_a.cur {
	background: url(../images/sub1_hover.png) no-repeat right bottom;
}
.menu_list_body li.sub1 ul.sub2 {
	display: none
}
.menu_list_body li.sub1 ul.sub2 li a.sub2_a {
	position: relative;
	width: 95%;
	margin: auto;
	color: #666;
	line-height: 20px;
	padding: 5px 0 5px 12%;
	display: block;
	font-size: 14px;
}
.menu_list_body li.sub1 ul.sub2 li a.sub2_a em {
	background: url(../images/sub2.jpg) no-repeat;
	position: absolute;
	left: 5%;
	top: 12px;
	display: block;
	width: 6px;
	height: 6px;
}
.menu_list_body li.sub1 ul.sub2 li a.sub2_a:hover {
	color: #f00
}
.menu_list_body li.sub1 ul.sub3 li a.sub3_a {
	background: none;
	width: 86%;
	line-height: 18px;
	padding: 3px 0;
	padding-left: 8%;
	margin: auto;
	color: #666;
	display: block;
	line-height: 30px;
	font-size: 14px;
}
.menu_list_body li.sub1 ul.sub3 li a.sub3_a:hover {
	color: #f00
}
.menu_list_body li.current ul.sub2 {
	display: block;
}
.menu_list_body li.current a.sub1_a {
	background: url(../images/sub1_hover.png) no-repeat right bottom;
}
.menu_list_body a.current {
	color: red !important;
	text-decoration: underline;
}
.menu_list_foot {
	margin-top: 20px;
	padding: 10px 0;
	border: 1px solid #C1C1C1;
}
.menu_list_foot .about_meassage {
	padding: 0 6px;
	font-size: 14px;
}
.menu_list_foot .about_meassage p {
	margin-top: 8px;
}
.menu_list_foot .one_level {
	width: 105%;
	background-color: #525252;
	color: #fff;
	margin-left: -5%;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
	font-size: 16px;
	padding: 14px 0;
	cursor: pointer;
}
.menu_list_foot .one_level .square {
	float: left;
	width: 8px;
	height: 8px;
	background-color: #fff;
	margin: 8px 6% 0 16%;
}
.location {
	color: #fff;
	background-color: #006886;
	font-size: 14px;
	margin-top: 30px;
	padding: 12px 0;
}
.location .right {
	margin-right: 15px;
}
.right {
	float: right;
}
@media screen and (max-width: 400px) {
    .proc img{width: 100%;height: 250px;float:left;}
}
