﻿@charset "utf-8";/* CSS Document *//*--初始化CSS--*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: none;
	display: block;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "微软雅黑";
}
input::-moz-focus-inner {
border:none;
padding:0;
}
select, input {
	vertical-align: middle;
}
select, input, textarea {
	font-size: 12px;
	margin: 0;
}
input[type="text"], input[type="password"], textarea {
	outline-style: none;
	-webkit-appearance: none;
}
textarea {
	resize: none;
}
table {
	border-collapse: collapse;
}
body {
	padding: 0;
	min-width: 1200px;
	font: 14px "微软雅黑", "宋体", "Arial Narrow", HELVETICA;
	background-color: #ffffff;
	min-width: 1200px;/* overflow-y:scroll;*/
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
a {
	text-decoration: none;
	color: #333;
}
.left {
	float: left;
}
.right {
	float: right;
}/*--搜索--*/
.sou {
	width: 1200px;
	height: 50px;
	background: #fff;
	margin: 0 auto;
}
.sou_left {
	width: 630px;
	height: 50px;
	float: left;
}
.sou_left a {
	padding: 0 7px;
	font-size: 14px;
	color: #444;
	line-height: 50px;
}
.sou_left a:hover {
	color: #ff6600;
}
.sou_right {
	width: 360px;
	height: 28px;
	float: right;
	border: 1px solid #ddd;
	margin-top: 10px;
}
.sou_right input {
	border: none;
}
.input1 {
	width: 285px;
	height: 28px;
	padding: 0 10px;
	box-sizing: border-box;
}
.input2 {
	width: 69px;
	height: 28px;
	background: #ff6600;
	color: #fff;
	float: right;
	cursor: pointer;
}/*--产品--*/
.products {
	width: 100%;
	height: 910px;
	background: #f5f5f5;
	overflow: hidden;
}
.products_con {
	width: 1200px;
	margin: 0 auto;
}
.products_bt {
	width: 1200px;
	height: 195px;
	background: url(../img/products_bt.jpg) no-repeat;
	margin-top: 25px;
}
.fxui-tab {
	width: 1200px;
}
.fxui-tab-hand {
	width: 1156px;
	height: 35px;
	margin-left: 120px;
}
.fxui-tab-tit {
	display: block;
	float: left;
	height: 33px;
	line-height: 33px;
	padding: 0px 18px;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #444;
	background: #fff;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
}
.fxui-tab-hand .curr {
	background: #404144;
	color: #fff;
}
.fxui-tab-nav {
	width: 1200px;
	height: 530px;
	margin-top: 30px;
}
.fxui-tab-nav ul {
	width: 1220px;
}
.fxui-tab-nav ul li {
	width: 285px;
	height: 270px;
	float: left;
	margin-bottom: 30px;
	margin-right: 20px;
}
.fxui-tab-nav ul li div {
	width: 285px;
	height: 223px;
	overflow: hidden;
}
.fxui-tab-nav ul li img {
	width: 285px;
	height: 223px;
	transition: all 0.5s;
}
.fxui-tab-nav ul li:hover img {
	transform: scale(1.1);
}
.fxui-tab-nav ul li span {
	width: 285px;
	height: 45px;
	line-height: 47px;
	font-size: 16px;
	text-align: center;
	color: #444;
	border-bottom: 2px solid #e3e3e3;
	display: block;
	transition: all 0.5s;
}
.fxui-tab-nav ul li:hover span {
	background: #ff6600;
	border-bottom: 2px solid #ff6600;
	color: #fff;
}/*--小banner--*/
.banner_x {
	width: 100%;
	height: 200px;
	background: url(../img/banner_x.jpg) no-repeat center;
}/*--优势--*/
.you1 {
	width: 100%;
	height: 770px;
	background: url(../img/you1.jpg) no-repeat center;
}
.you1_con {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.you1 a {
	width: 165px;
	height: 40px;
	display: block;
	position: absolute;
	top: 505px;
	left: 92px;
}
.you2 {
	width: 100%;
	height: 793px;
	background: url(../img/you2.jpg) no-repeat center;
}/*--荣誉--*/
.rongyu {
	width: 100%;
	height: 662px;
	background: url(../img/rongyu.jpg) no-repeat center;
	overflow: hidden;
}
.rongyu_con {
	width: 1200px;
	height: 662px;
	margin: 0 auto;
}
.rongyu_tit {
	width: 1000px;
	height: 115px;
	float: left;
	margin-top: 60px;
}
.rongyu_tit h3 {
	width: 150px;
	height: 63px;
	font-size: 30px;
	color: #444;
	padding-left: 15px;
	float:left;
	cursor:pointer;
}
.rongyu_tit h3.on{ color:#ff6600;}
.rongyu_tit h3 p {
	font-size: 14px;
	color: #8f8f8f;
	font-weight: normal;
	margin-top: 10px;
}
.rongyu_tit h3.on p{ color:#ff6600;}
.rongyu_tit h3 span {
	line-height: 30px;
	display: block;
}
.rongyu_tit i {
	width:100%;
	font-style: normal;
	font-size: 16px;
	color: #444;
	margin-left: 22px;
	margin-top: 15px;
	display: block;
	float:left;
}/* 水平滚动------------------------------ */
.scroll_horizontal {
	position: relative;
	width: 683px;
	height: 88px;
	border: 1px solid #cbcbcb;
	float: left;
	margin-top: 16px;
}
.scroll_horizontal .box {
	overflow: hidden;
	position: relative;
	width: 683px;
	height: 88px;
	margin: 0 auto;
}
.scroll_horizontal .list {
	overflow: hidden;
	width: 9999px;
}
.scroll_horizontal .list li {
	float: left;
	width: 160px;
}
.scroll_horizontal .list li img {
	width: 158px;
	height: 88px;
	border-right: 1px solid #ccc;
}
.scroll_horizontal .plus {
	position: absolute;
	top: 0px;
	width: 44px;
	height: 44px;
	right: 0;
	background: url(../img/zuo.gif) no-repeat;
	cursor: pointer;
}
.scroll_horizontal .minus {
	position: absolute;
	top: 43px;
	width: 44px;
	height: 44px;
	right: 0;
	background: url(../img/you.gif) no-repeat;
	cursor: pointer;
}
.rongyu .nr {
	width: 1200px;
	float: left;
	margin-top: 32px;
	overflow: hidden;
	position: relative;
}
.rongyu .nr ul li {
	margin-bottom: 20px;
}
.nr1 {
	width: 796px;
	height: 134px;
	background: url(../img/li_bg.gif) no-repeat;
}
.nr2 {
	width: 913px;
	height: 134px;
	background: url(../img/li_bg1.gif) no-repeat;
}
.rongyu .nr ul li img {
	width: 202px;
	height: 134px;
	float: left;
	margin-right: 22px;
}
.rongyu .nr ul li dl {
	width: 480px;
	height: 135px;
	float: left;
}
.rongyu .nr ul li dl h3 {
	width: 460px;
	font-size: 16px;
	color: #333;
	margin-top: 12px;
	line-height: 35px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.5s;
}
.rongyu .nr ul li dl span {
	font-size: 14px;
	color: #555;
	width: 480px;
	height: 50px;
	line-height: 24px;
	overflow: hidden;
	display: block;
}
.rongyu .nr ul li dl i {
	font-style: normal;
	color: #ff6600;
	font-size: 14px;
	margin-top: 6px;
	display: block;
}
.rongyu .nr ul li dl h3:hover {
	color: #ff6600;
	margin-left: 10px;
}/*--简介--*/
.pro {
	width: 1200px;
	height: 350px;
	margin: 0 auto;
	padding-top: 55px;
	box-sizing: border-box;
}
.pro_left {
	width: 752px;
	height: 310px;
	float: left;
}
.pro_left_bt {
	width: 750px;
	height: 53px;
	background: url(../img/pro_bt.jpg) no-repeat;
}
.pro_left p {
	width: 750px;
	height: 195px;
	border-bottom: 1px solid #e4e4e4;
	padding-top: 25px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-indent: 2em;
}
.pro_left a {
	width: 120px;
	height: 30px;
	background: #404144;
	border-radius: 20px;
	display: block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	float: right;
	margin-top: -15px;
}
.sp {
	width: 400px;
	height: 284px;
	background: url(../img/sp.jpg) no-repeat;
	float: right;
	margin-top: 15px;
	position:absolute;
	z-index:9999;
	right:0px;
	
}/*--资质--*/
.zizhi {
	width: 1200px;
	height: 310px;
	margin: 0 auto;
}
.zizhi_bt {
	width: 1200px;
	height: 40px;
	background: url(../img/zizhi_bt.gif) repeat-x;
	margin-top: 32px;
}
.zizhi_bt_left {
	width: 304px;
	height: 40px;
	background: #fff;
	float: left;
}
.zizhi_bt_left span {
	width: 135px;
	height: 40px;
	background: #404144;
	float: left;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.zizhi_bt .more a {
	width: 70px;
	height: 23px;
	background: #fff;
	text-align: right;
	font-size: 14px;
	color: #999;
	float: right;
	margin-top: 8px;
	transition: all 0.3s;
}
.zizhi_bt_left span.sj {
	background: #ff6600;
	transition: all 0.5s;
}
.zizhi_bt_left span.sj:hover {
	margin-left: 6px;
}
.zizhi_bt .more a:hover {
	color: #ff6600;
	margin-right: 20px;
	text-align: center;
}/* 水平滚动------------------------------ */
.scroll_horizontal1 {
	position: relative;
	width: 1200px;
	height: 199px;
	float: left;
	margin-top: 33px;
}
#pic_list_2 .box {
	overflow: hidden;
	position: relative;
	width: 1200px;
	height: 199px;
	margin: 0 auto;
}
#pic_list_2 .list {
	overflow: hidden;
	width: 9999px;
}
#pic_list_2 .list li {
	float: left;
	width: 304px;
}
#pic_list_2 .list li img {
	width: 285px;
	height: 199px;
}
#pic_list_2 .plus {
	display: none;
}
#pic_list_2 .minus {
	display: none;
}/*--小banner--*/
.banner_x1 {
	width: 100%;
	height: 182px;
	background: url(../img/banner_x1.jpg) no-repeat;
}
.banner_x1_con {
	width: 1200px;
	height: 182px;
	margin: 0 auto;
}
.banner_x1_left {
	width: 285px;
	height: 100px;
	float: left;
	margin-top: 49px;
}
.banner_x1_left h3 {
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	line-height: 45px;
	margin-bottom: 10px;
}
.banner_x1_left span {
	color: #999;
	font-size: 16px;
}
.banner_x1_mid {
	width: 385px;
	height: 80px;
	float: left;
	font-size: 24px;
	color: #fff;
	margin-top: 65px;
	margin-left: 90px;
	line-height: 50px;
}
.banner_x1_mid span {
	font-size: 65px;
	color: #fff;
	line-height: 40px;
	padding: 0 20px;
	float: left;
}
.banner_x1_mid p {
	float: left;
}
.banner_x1_right {
	width: 415px;
	height: 100px;
	float: right;
	color: #fff;
	font-size: 24px;
	margin-top: 73px;
}
.banner_x1_right p {
	float: left;
}
.banner_x1_right span {
	font-size: 65px;
	color: #fff;
	line-height: 25px;
	padding: 0 20px;
	float: left;
}/*--新闻--*/
.news {
	width: 1200px;
	height: 490px;
	margin: 0 auto;
	margin-top: 55px;
}
.news_left {
	width: 752px;
	height: 490px;
	float: left;
	overflow: hidden;
}
#tab {
	position: relative;
	width: 752px;
}
#tab .tabList {
	width: 752px;
	height: 68px;
	border-bottom: 1px solid #e4e4e4;
	box-sizing: border-box;
}
#tab .tabList ul li {
	float: left;
	width: 180px;
	height: 68px;
	position: relative;
	cursor: pointer;
}
#tab .tabList ul li h3 {
	font-size: 20px;
	color: #404144;
	line-height: 35px;
	width: 100%;
}
#tab .tabList ul li span {
	font-size: 14px;
	color: #bcbcbc;
	width: 100%;
	display: block;
}
#tab .tabCon {
	position: absolute;
	left: 0;
	top: 100px;
	border-top: none;
	width: 752px;
	height: 490px;
}
#tab .tabCon div {
	width: 752px;
	height: 390px;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}
#tab .tabList li.cur {
	border-bottom: none;
	background: url(../img/news.gif) no-repeat bottom left;
}
#tab .tabCon div.cur {
	opacity: 1;
	filter: alpha(opacity=100);
	position: relative;
	z-index: 9999;
}
#tab .tabCon div .le {
	width: 380px;
	height: 390px;
	float: left;
	position: relative;
}
#tab .tabCon div .le img {
	width: 380px;
	height: 265px;
}
#tab .tabCon div .le dl {
	width: 90px;
	height: 90px;
	background: #ff6600;
	position: absolute;
	top: 216px;
	left: 27px;
	padding: 0px 10px;
	box-sizing: border-box;
}
#tab .tabCon div .le dl h3 {
	font-size: 35px;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
	margin-top: 3px;
	margin-bottom: 5px;
	line-height: 40px;
}
#tab .tabCon div .le dl p {
	font-size: 16px;
	color: #fff;
	text-align: center;
}
#tab .tabCon div .le dt {
	width: 380px;
	height: 125px;
	background: #f1f1f1;
	padding: 0px 23px;
	box-sizing: border-box;
}
#tab .tabCon div .le dt h3 {
	width: 230px;
	font-size: 16px;
	color: #444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: right;
	line-height: 35px;
	margin-top: 12px;
	margin-bottom: 10px;
}
#tab .tabCon div .le dt p {
	width: 100%;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	height: 50px;
	overflow: hidden;
}
#tab .tabCon ul {
	width: 342px;
	height: 390px;
	float: right;
	margin-top: -10px;
}
#tab .tabCon ul li {
	width: 100%;
	height: 44px;
	border-bottom: 1px dashed #d3d2d2;
	line-height: 44px;
	background: url(../img/dian.gif) no-repeat 0px 17px;
	padding-left: 15px;
	box-sizing: border-box;
}
#tab .tabCon ul li a {
	width: 208px;
	height: 40px;
	color: #666;
	line-height: 40px;
	display: block;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#tab .tabCon ul li span {
	width: 80px;
	height: 40px;
	line-height: 40px;
	color: #999;
	float: right;
	text-align: right;
}
#tab .tabCon ul li:hover a {
	color: #ff6600;
}
#tab .tabCon ul li:hover span {
	color: #ff6600;
}
/*--留言--*/.liu {
	width: 400px;
	height: 490xp;
	float: right;
}
.liu_bt {
	width: 400px;
	height: 68px;
	border-bottom: 1px solid #e4e4e4;
	box-sizing: border-box;
}
.liu_bt h3 {
	font-size: 20px;
	color: #404144;
	line-height: 35px;
	width: 100%;
}
.liu_bt span {
	font-size: 14px;
	color: #bcbcbc;
	width: 100%;
	display: block;
}
.liu_con {
	width: 400px;
	height: 390px;
	background: #e9e9e9;
	margin-top: 30px;
	padding-top: 40px;
	box-sizing: border-box;
}
.liu_con .input {
	width: 333px;
	height: 40px;
	margin-left: 30px;
	margin-bottom: 15px;
}
.liu_con .input span {
	width: 80px;
	color: #444;
	height: 35px;
	line-height: 35px;
	float: left;
}
.liu_con .input input {
	width: 248px;
	height: 33px;
	background: #fff;
	border: 1px solid #cecece;
	color: #666;
	padding: 0 10px;
	line-height: 33px;
	box-sizing: border-box;
	float: left;
}
.liu_con .tex {
	width: 333px;
	height: 145px;
	margin-left: 30px;
}
.liu_con .tex span {
	width: 80px;
	color: #444;
	height: 35px;
	line-height: 35px;
	float: left;
}
.liu_con .tex textarea {
	width: 248px;
	height: 143px;
	background: #fff;
	border: 1px solid #cecece;
	color: #666;
	padding: 0 10px;
	line-height: 25px;
	box-sizing: border-box;
	float: left;
}
.liu_con .ti {
	width: 140px;
	height: 40px;
	margin-left: 110px;
}
.liu_con .ti input {
	width: 140px;
	height: 40px;
	background: #ff6600;
	border: none;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	margin-top: 25px;
}
.rongyu .nr .dg {
	width: 173px;
	height: 50px;
	background: url(../img/gd.png) no-repeat;
	position: absolute;
	top: 238px;
	left: 867px;
}
.tabList>ul{ overflow:hidden;}
.g-title{ color:#404144; font-size:18px; font-weight:bold; padding-top:20px;}
.g-desc{ color:#bcbcbc; padding-top:5px;}