﻿@import url("base.css");
* {
	transition-delay:0ms;
	transition-timing-function:linear;
	transition-duration:100ms;
	transition-property:color,border,background-color,background-image,transform,rectangle;
}
body,input,select,textarea{font-family:"微软雅黑", Verdana, Arial;color:#505050;font-size:14px;overflow-x:hidden;}
a:link,a:visited,a:active {color:#a7a5a5;text-decoration:none;}
a:hover {color:#de5a00;text-decoration:none;}
.a:link,.a:visited,.a:active {color:#de5a00;text-decoration:none;}
.a:hover {color:#de5a00;text-decoration:underline;}
a {outline:none;-moz-outline:none;blr:expression(this.onFocus=this.blur());}


.tbe a:link,.tbe a:visited,.tbe a:active {color:#dad5d5;text-decoration:none;}
.tbe a:hover{color:#de5a00;text-decoration:none;}
/*===================================================================================*/

#main {width:100%;min-width:1200px;}
#header_blk {
	height:110px;
	border-bottom:1px solid #f70202;
}
#header {
	position:relative;
	z-index:1;
	margin:0px auto;
	width:1200px;
	height:110px;
}
#logo {
	position:absolute;
	top:15px;
	left:0px;
	width:250px;
}
#header_tel {
	position:absolute;
	top:15px;
	right:0px;
	font-size:12px;
}
#header_tel strong {
	color:#ff0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}
#nav {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:2;
	height:48px;
}
#nav li {
	float:left;
	margin-left:10px;
	height:48px;
}
.nav_out,.nav_over {
	display:block;
	margin-left:30px;
	height:48px;
	text-align:center;
	font-size:16px;
}
.nav_out:link,.nav_out:visited,.nav_out:active {color:#333;}
.nav_out:hover {
	color:#de5a00;
	background:url(../images/nav_over.jpg) repeat-x left bottom;
}
.nav_over:link,.nav_over:visited,.nav_over:active,.nav_over:hover {
	color:#de5a00;
	background:url(../images/nav_over.jpg) repeat-x left bottom;
}
#nav li p {
	position:absolute;
	top:48px;
	left:0px;
	display:none;
	width:100px;
	background:#005AAE;
}
#nav li p a {
	display:block;
	padding:10px 0px 0px 0px;
	text-align:center;
	color:#fff;
}
#nav li p a:hover {
	color:#fff;
	text-decoration:underline;
}
#flash_blk {
	position:relative;
	z-index:1;
	width:100%;
	min-width:1200px;
	height:460px;
	border-bottom:1px solid #e1e1e1;
	overflow:hidden;
}
#flash {
	position:absolute;
	top:0px;
	left:50%;
	z-index:1;
	margin-left:-960px;
	width:1920px;
	height:460px;
	overflow:hidden;
}
#flash p {
	width:1920px;
	height:460px;
	text-align:center;
	font-size:0px;
}
#flash_button {
	position:absolute;
	bottom:12px;
	left:0px;
	z-index:2;
	width:100%;
	hegiht:12px;
	text-align:center;
}
#flash_button a {
	display:inline-block;
	margin:0px 4px;
	width:12px;
	height:12px;
	font-size:0px;
	text-indent:100px;
	border-radius:6px;
	background:#fff;
	overflow:hidden;
}
#flash_button a.activeSlide {background:#de5a00;}
#flash_button a:hover{background:#de5a00;}
#content {
	margin:30px auto 0px auto;
	width:1200px;
}
#left {
	float:left;
	width:280px;
}
#right {
	float:right;
	padding-bottom:30px;
	width:880px;
}
#footer_blk {
	width:100%;
	background:#333;
}
#footer {
	margin:0px auto;
	width:1200px;
	line-height:60px;
	color:#b9b9b9;
	font-size:13px;
	text-align:center;
	background:#333;
}
#footer a {color:#b9b9b9;}
#footer a:hover {color:#fff;}
#footer_nav_blk {
	margin-top:50px;
	width:100%;
	min-width:1200px;
	border-top:4px solid #e1e1e1;
	background:#424141;
}
#footer_nav {
	position:relative;
	margin:0px auto;
	width:1200px;
	height:200px;
	overflow:hidden;
	color:#b3b1b1;
}
#footer_nav a {color:#ccc;}
#footer_nav a:hover {color:#fff;}
#footer_nav li {

}
#footer_nav li strong {
	display:block;
	padding:30px 0px 15px 0px;
	color:#fcdb06;
	font-size:16px;
	font-weight:normal;
}
#footer_nav li p {
	padding:7px 20px 0px 0px;
	font-size:12px;
}

.footer_left{width:50%;flex-direction: column;padding:20px 0;float: left;}
.footer_left li{
	list-style:none;
	line-height:30px;
}
.footer_left .company{    
	line-height: 60px;
    font-size: 20px;
    background: url(../images/address.png) no-repeat left;
    padding-left: 30px;
	background-size:20px;
	color:#dad9d9;
}
.footer_right{float: right;text-align:center;padding-top:30px;}
.footer_right img{width:120px;opacity: 0.8;}

#wins_bg {
	position:fixed;
	top:0px;
	left:0px;
	z-index:991;
	width:100%;
	height:100%;
	background:url(../images/tbs/black20.png);
}
#wins_box {
	position:fixed;
	top:150px;
	left:50%;
	z-index:992;
	margin-left:-286px;
	width:573px;
	height:345px;
	background:url(../images/wins_bg.png) no-repeat;
	overflow:hidden;
}
#wins_content {
	position:absolute;
	top:75px;
	left:42px;
	width:480px;
	height:198px;
	line-height:1.6;
	color:#fff;
	font-family:"宋体";
	font-size:12px;
	overflow:hidden;
}
#wins_content p {margin-bottom:10px;}
#wins_closes {
	position:absolute;
	bottom:27px;
	left:181px;
	width:210px;
	height:29px;
	cursor:pointer;
}
#wins_login {
	position:fixed;
	top:150px;
	left:50%;
	z-index:993;
	display:none;
	margin-left:-286px;
	width:573px;
	height:345px;
	color:#000;
	background:#fff;
	overflow:hidden;
}
#wins_reg {
	position:fixed;
	top:150px;
	left:50%;
	z-index:994;
	display:none;
	margin-left:-286px;
	padding-bottom:30px;
	width:573px;
	color:#000;
	background:#fff;
	overflow:hidden;
}
.wins_title {
	height:60px;
	line-height:60px;
	font-size:24px;
	text-align:center;
	border-bottom:1px solid #ddd;
	background:#f5f5f5;
}
.wins_form td {padding:25px 5px 0px 5px;}
.wins_text {
	padding:0px 6px;
	width: 400px;
	height:40px;
	line-height:40px\9;
	border:1px solid #ddd;
	border-radius: 5px;
	color: #fff;
	background-color:rgba(255,255,255,0.3);  
	FILTER: alpha(opacity=0.3); /*androd*/ 
	/*opacity: 0.3;*/
}
.wins_button {
	width:100%;
	height:40px;
	font-family:"微软雅黑";
	font-size:16px;
	color:#fff;
	border:none;
	border-radius:4px;
	background:#de5a00;
	cursor:pointer;
}
.wins_button:hover{
	background:#fb6d0c;
}
.wins_button2 {
	width:120px;
	height:35px;
	font-family:"微软雅黑";
	font-size:16px;
	color:#fff;
	border:none;
	border-radius:4px;
	background:#333;
	cursor:pointer;
}

/*===================================================================================*/

#ibusiness_blk {
	width:100%;
	background:#f5f5f5;
	display: block;
	
}
#ibusiness {
	margin:0px auto;
	padding:40px 0;
	width:1200px;
	background:#f5f5f5;
	overflow:hidden;
}
#ibusiness li{line-height:30px;font-size:15px;text-indent:2em;padding-bottom:10px;}
#ibusiness dl {
	float:left;
	width:232px;
	text-align:center;
}
#ibusiness dl dt {
	position:relative;
	width:100%;
	height:160px;
	font-size:0px;
}
#ibusiness dl dt:hover p {display:block;}
#ibusiness dl dt img {
	width:160px;
	height:160px;
}
#ibusiness dl dt p {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	display:none;
	width:100%;
	height:160px;
}
#ibusiness dl dd {padding:0px 10px;}
#ibusiness dl dd strong {
	display:block;
	padding:15px 0px 10px 0px;
	color:#de5a00;
	font-size:16px;
	font-weight:normal;
}
#ibusiness dl dd p {
	height:80px;
	line-height:20px;
	color:#333;
	font-size:12px;
	overflow:hidden;
	display:none;
}


#ipartner_blk {
	margin:0px auto;
	width:1160px;
	height:200px;
}
#ipartner_title {
	height:117px;
	background:url(../images/ipartner_title_bg.jpg) no-repeat center top;
}
#ipartner {
	margin:0px auto;
	width:1160px;
	height:50px;
	font-size:0px;
	overflow:hidden;
}
#ipartner p {padding:0px 20px;border-right:1px solid #e1e1e1;}
#ipartner p img {width:160px;height:50px;}

/*===================================================================================*/

.left_title {display:none;font-size:0px;}
.left_menu {text-align:center;}
.left_menu_over,.left_menu_out {
	display:block;
	margin-bottom:8px;
	padding:12px;
	border-radius:3px;
	background:#f5f5f5;
}
.left_menu_out:link,.left_menu_out:visited,.left_menu_out:active {border:1px solid #ddd;}
.left_menu_out:hover {
	color:#fff;
	border:1px solid #de5a00;
	background:#de5a00;
}
.left_menu_over:link,.left_menu_over:visited,.left_menu_over:active,.left_menu_over:hover {
	color:#fff;
	border:1px solid #de5a00;
	background:#de5a00;
}
.left_menu ul {
	padding:4px 0px 15px 0px;
	border-bottom:1px solid #e8e8e8;
}
.left_menu ul li {
	position:relative;
	padding:8px 0px 0px 42px;
	font-size:12px;
}
.left_menu ul li span {
	position:absolute;
	top:15px;
	left:31px;
	display:block;
	width:4px;
	height:4px;
	border-radius:2px;
	background:#aaa;
}
.left_contact {
	padding:10px 20px;
	line-height:20px;
}

.title_menu {text-align:center;}
.title_menu_over,.title_menu_out {
	display:inline-block;
	margin:0px 10px;
	padding:0px 40px;
	height:40px;
	line-height:40px;
}
.title_menu_out:link,.title_menu_out:visited,.title_menu_out:active {
	color:#ccc;
	background:#333;
}
.title_menu_out:hover {
	color:#fff;
	background:#de5a00;
}
.title_menu_over:link,.title_menu_over:visited,.title_menu_over:active,.title_menu_over:hover {
	color:#fff;
	background:#de5a00;
}
/*===================================================================================*/

.nodata {
	padding:150px 0px;
	text-align:center;
	font-size:20px;
	color:#bbb;
}
#title {
	position:relative;
	padding-left:10px;
	height:45px;
	line-height:45px;
	color:#bbb;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
#title a {color:#bbb;}
#title a:hover {color:#000;}
#title span {}
#title strong {
	position:absolute;
	top:0px;
	left:25px;
	color:#ff4400;
	font-size:14px;
	line-height:45px;
}
#showtext {
	margin:0px auto;
	padding:20px 10px;
	overflow:hidden;
}
.showtexts {
	margin:0px auto;
	padding-top:20px;
	width:820px;
	overflow:hidden;
}
.input_text {
	padding:0px 6px;
	width:250px;
	height:30px;
	line-height:30px\9;
	border:1px solid #ddd;
}
.input_area {
	padding:6px;
	line-height:20px;
	border:1px solid #ddd;
	overflow-y:auto;
}
.input_select {
	padding:0px 0px 0px 6px;
	height:30px;
	border:1px solid #ddd;
}
.button {
	width:150px;
	height:40px;
	font-family:"微软雅黑";
	font-size:18px;
	color:#fff;
	border:none;
	background:#333;
	cursor:pointer;
}
.button:hover {background:#de5a00;}



.editorc {line-height:1.8;}
.editorc p {margin-bottom:15px;}
.editorc ul {margin-left:35px;}
.editorc ul li {list-style-type:disc;line-height:18px;}
.editorc ol {margin-left:35px;}
.editorc ol li {list-style-type:decimal;line-height:18px;}
.editorc_tbe table {
	margin-bottom:15px;
	border:none;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}
.editorc_tbe td {
	padding:6px 5px;
	border:none;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.editorc_tbe td table {margin-bottom:0px;}
.editorc_tbe td p {margin:0px;padding:0px;}


#prenext {
	position:relative;
	margin:20px auto 0px auto;
	padding:12px 0px 0px 25px;
	height:38px;
	font-size:12px;
	border-top:1px solid #ddd;
	overflow:hidden;
}
#prenext p {height:20px;}
#prenext_back {
	position:absolute;
	top:12px;
	right:25px;
	font-weight:bold;
}

/*===================================================================================*/
/* 企业图片列表 */

#about_image_blk {
	margin:0px auto;
	width:820px;
	overflow:hidden;
}
#about_image {width:855px;}
#about_image dl {
	float:left;
	margin:25px 35px 0px 0px;
	width:250px;
	text-align:center;
}
#about_image dl dt {font-size:0px;}
#about_image dl dt img {
	padding:4px;
	width:240px;
	height:180px;
	transition:none;
	border:1px solid #ddd;
}
#about_image dl dt img:hover {padding:3px;border:2px solid #de5a00;}
#about_image dl dd {
	padding-top:8px;
	line-height:1.4;
}

/*===================================================================================*/
/* 产品列表 */

#products_blk {
	margin:0px auto;
	width:900px;
	overflow:hidden;	
}
#products {width:920px;}
#products dl {
	float:left;
	margin:25px 20px 0px 0px;
	width:210px;
	text-align:center;
}
#products dl dt {font-size:0px;}
#products dl dt img {
	padding:4px;
	width:200px;
	height:150px;
	transition:none;
	border:1px solid #ddd;
}
#products dl dt img:hover {padding:3px;border:2px solid #ff0000;}
#products dl dd {
	padding-top:10px;
	line-height:1.4;
}


#products_menu {
	margin:0px auto;
	padding:10px 0;
	width:400px;
}
#products_menu a {
	display:block;
	margin:10px 10px 0px 0px;
	float:left;
	width:120px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:3px;
	background:#eee;
}
#products_menu a:hover{background:#d8d8d8;}
#products_menu a.products_menu_over {
	color:#fff;
	background:#eabd17;
}

#products_jz {
	margin:20px auto 0px auto;
	width:820px;
	border:1px solid #e8e8e8;
	border-bottom:none;
}
#products_jz td {
	padding:12px 5px;
	text-align:center;
	border-bottom:1px solid #e8e8e8;
}
#products_jz_title td {
	font-weight:bold;
	background:#f7f7f7;
}
#products_jz_list_bg {background:#f7f7f7;}

/*===================================================================================*/
/* 新闻列表 */

#news {
	margin:0px auto;
	padding:0 5px;
}
#news li {
	margin-top:15px;
	padding:1px 0px 0px 20px;
	height:30px;
	background:url(../images/news_line.png) no-repeat left bottom;
}
#news span {
	float:right;
	color:#999;
	font-size:12px;
}
#news_title {
	padding:30px 0px 20px 0px;
	color:#333;
	font-size:16px;
	line-height:1.8;
	text-align:center;
}
#news_info {
	padding-bottom:10px;
	color:#999;
	font-size:12px;
	text-align:center;
	border-bottom:1px dashed #ddd;
}

/*===================================================================================*/
/* 信息反馈 */

#feedback {padding:10px 0px 0px 0px;}
#feedback td {padding:15px 5px 0px 5px;}
#feedback td span {
	margin-left:5px;
	font-family:"宋体";
	font-size:12px;
	color:#ff0000;
}

/*===================================================================================*/
/* 浮动在线客服 */

#qq_online {
	position:absolute;
	z-index:99;
	width:130px;
	font-family:"宋体";
	font-size:12px;
}
#qq_online_top {
	position:relative;
	padding-left:10px;
	height:26px;
	line-height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	background:url(../images/qq_style/style0_top.gif) no-repeat;
}
#qq_online_top img {
	position:absolute;
	top:8px;
	right:10px;
	cursor:pointer;
}
#qq_online_list {
	background:url(../images/qq_style/style0_bgs.gif) repeat-y;
}
#qq_online_list a {color:#222;}
#qq_online_list a:hover {color:#ff0000;}
#qq_online_list p {
	position:relative;
	margin:0px 3px;
	padding-left:31px;
	width:93px;
	height:25px;
	line-height:26px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#fff;
	overflow:hidden;
}
#qq_online_list p:hover {
	border-top:1px solid #A3E7FC;
	border-bottom:1px solid #A3E7FC;
	background:#E1F7FD;
}
#qq_online_list p img {
	position:absolute;
	top:2px;
	left:5px;
	width:21px;
	height:21px;
}
#qq_online_bottom {
	height:42px;
	font-size:0px;
	background:url(../images/qq_style/style0_bottom.gif) no-repeat;
}

#qq_onlines_top {
	position:relative;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
#qq_onlines_top p {
	position:absolute;
	top:40px;
	width:35px;
	height:173px;
	overflow:hidden;
	cursor:pointer;
}
.qq_onlines_small_left strong {left:8px;}
.qq_onlines_small_right strong {left:13px;}
#qq_onlines_top p strong {
	position:absolute;
	top:40px;
	display:block;
	width:16px;
	text-align:center;
	line-height:20px;
}
#qq_onlines_box {
	border:1px solid #e3e3e3;
	border-top:none;
	background:#fff;
}
#qq_onlines_tel {
	padding-top:15px;
	text-align:center;
	font-size:14px;
	color:#505050;
	background:url(../images/qq_style/tel.jpg) no-repeat 15px 12px;
}
#qq_onlines_tel strong {
	display:block;
	padding:12px 0px 8px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	border-bottom:1px dashed #ccc;
}
#qq_onlines_list {
	padding-top:10px;
}
#qq_onlines_list a {
	position:relative;
	display:block;
	margin:0px auto 8px auto;
	padding-left:35px;
	width:72px;
	height:25px;
	line-height:26px;
	color:#222;
	border:1px solid #aaccd8;
	background:url(../images/qq_style/list_bg.jpg) repeat-x;
	overflow:hidden;
}
#qq_onlines_list a:hover {color:#ff0000;}
#qq_onlines_list a img {
	position:absolute;
	top:2px;
	left:7px;
	width:21px;
	height:21px;
}
#qq_onlines_tdc {
	padding:8px 0px;
	font-size:0px;
	text-align:center;
	border-top:1px dashed #ccc;
}
#qq_onlines_tdc img {
	width:110px;
	height:110px;
}

.qq_onlines_1 p#qq_onlines_tel strong {color:#e10000;}
.qq_onlines_1 div#qq_onlines_top {border-bottom:8px solid #ff7200; background:#e10000;}
.qq_onlines_1 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style1_small_left.png) no-repeat;}
.qq_onlines_1 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style1_small_right.png) no-repeat;}
.qq_onlines_2 p#qq_onlines_tel strong {color:#555;}
.qq_onlines_2 div#qq_onlines_top {border-bottom:8px solid #5d5d5d; background:#343434;}
.qq_onlines_2 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style2_small_left.png) no-repeat;}
.qq_onlines_2 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style2_small_right.png) no-repeat;}
.qq_onlines_3 p#qq_onlines_tel strong {color:#df5f00;}
.qq_onlines_3 div#qq_onlines_top {border-bottom:8px solid #ddc9ba; background:#df9800;}
.qq_onlines_3 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style3_small_left.png) no-repeat;}
.qq_onlines_3 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style3_small_right.png) no-repeat;}
.qq_onlines_4 p#qq_onlines_tel strong {color:#89a611;}
.qq_onlines_4 div#qq_onlines_top {border-bottom:8px solid #464a4b; background:#adce25;}
.qq_onlines_4 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style4_small_left.png) no-repeat;}
.qq_onlines_4 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style4_small_right.png) no-repeat;}

.qq_onlines_5 p#qq_onlines_tel strong {color:#df5f00;}
.qq_onlines_5 div#qq_onlines_top {border-bottom:8px solid #ff9241; background:#ff6d00;}
.qq_onlines_5 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style5_small_left.png) no-repeat;}
.qq_onlines_5 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style5_small_right.png) no-repeat;}
.qq_onlines_6 p#qq_onlines_tel strong {color:#006083;}
.qq_onlines_6 div#qq_onlines_top {border-bottom:8px solid #6b718d; background:#006083;}
.qq_onlines_6 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style6_small_left.png) no-repeat;}
.qq_onlines_6 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style6_small_right.png) no-repeat;}
.qq_onlines_7 p#qq_onlines_tel strong {color:#00a0a8;}
.qq_onlines_7 div#qq_onlines_top {border-bottom:8px solid #6b718d; background:#00a0a8;}
.qq_onlines_7 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style7_small_left.png) no-repeat;}
.qq_onlines_7 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style7_small_right.png) no-repeat;}
.qq_onlines_8 p#qq_onlines_tel strong {color:#c9004c;}
.qq_onlines_8 div#qq_onlines_top {border-bottom:8px solid #ebba28; background:#c9004c;}
.qq_onlines_8 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style8_small_left.png) no-repeat;}
.qq_onlines_8 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style8_small_right.png) no-repeat;}

/*===================================================================================*/

#products_page {
	margin-top:40px;
	width:100%;
}
#news_page {
	margin-top:40px;
	width:100%;
}
.fypage_blk {
	height:30px;
	font-size:12px;
	text-align:center;
	overflow:hidden;
}
.fypage a {
	display:inline-block;
	margin:0px 3px;
	padding:0px 5px;
	height:22px;
	line-height:22px;
	text-align:center;
	text-decoration:none;
	border-radius:3px;
	overflow:hidden;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.fypage a:link,.fypage a:visited,.fypage a:active {
	color:#777;
	border:1px solid #eee;
	background:#eee;
}
.fypage a:hover {
	color:#fff;
	border:1px solid #555;
	background:#555;
}
.fypage a.fypage_str {}
.fypage span {
	display:inline-block;
	margin:0px 3px;
	padding:0px 5px;
	height:22px;
	line-height:22px;
	text-align:center;
	border-radius:3px;
	overflow:hidden;
}
.fypage span.fypage_current {
	color:#fff;
	border:1px solid #555;
	background:#555;
}
.fypage span.fypage_disabled {
	color:#777;
	border:1px solid #eee;
	background:#eee;
}
.fypage_sl {
	display:inline-block;
	margin:0px 3px;
	padding:0px 5px;
	height:22px;
	line-height:22px;
	font-weight:normal;
	color:#777;
}
.wins_user{
	height: 100px;
    padding-bottom: 30px;
    font-size: 3.0vw;
    font-weight: bold;
}
