@import url("font-awesome4.css");

@charset "utf-8";

html, body {
	font: 12px/1.8 'microsoft yahei', 微软雅黑, Arial, tahoma, verdana, 'simsun';
	color: #606060;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-size: 14px;
}

a {
	color: #464646;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	color: #fbc71c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.editor {
	word-wrap: break-word;
	font-family: 宋体b8b\4f53, arial;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	line-height: normal;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
	line-height: normal;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

ol, ul, li {
	list-style: none;
}

input, textarea, select, button {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

p {
	font-size: 14px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

/*.editor p,.editor li,.editor div{ text-indent:2em;}*/

/*头部*/
.clear {
	clear: both;
}

.wrap_top {
	height: 31px;
	width: 100%;
	min-width: 1200px;
	padding: 7px 0;
}

.inner {
	margin: 0 auto;
	width: 1200px;
	min-width: 1200px;
}

.top_fd {
	width: 100%;
	top: 0;
	min-width: 1200px;
	position: absolute;
	z-index: 102;
}

.top_l {
	float: left
}

.logo {
	display: block;
	float: left;
	margin-right: 15px;
}

.nav_box {
	width: 1200px;
	margin: 0 auto;
	height: 92px
}

/*导航样式*/
.topx {
	background: #212121;
	height: 55px;
}

.daohang {
	float: right;
	height: 40px;
	margin-top: 20px;
}

.daohang li {
	height: 35px;
	line-height: 35px;
	width: 105px;
	float: left;
	text-align: center;
	position: relative;
	z-index: 99;
}

.nav_active {
	background: #fbc71c;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
}

.daohang .nav_active a {
	color: black;
}

.daohang li a {
	color: white;
	display: block;
	font-size: 16px;
	transition: all 0.5s;
}

.daohang li ul {
	display: none;
	width: 105px;
	z-index: 100;
	position: absolute;
	top: 35px;
	left: 0px;
	overflow: hidden;
	padding-top: 10px;
}

.daohang li ul li {
	overflow: hidden;
	border-bottom: 1px solid white;
	background: #e9e9e9;
	height: 35px;
	line-height: 35px;
	width: 105px;
	float: left;
}

.daohang li ul li a {
	display: block;
	font-size: 14px;
	color: black;
}

.daohang li ul li:hover {
	transition: 0.5s;
	background: #fbc71c;
	padding-left: 5px;
}

.daohang li ul li:hover a {
	color: black;
	transition: 0.5s;
}

.daohang li:hover ul {
	display: block;
}


/*首页浮动横幅*/
.sousuo_box {
	left: 0px;
	top: 790px;
	position: absolute;
	z-index: 101;
	height: 135px;
	display: block;
	width: 100%;
	min-width: 1200px;
}

.sousuo_nr {
	width: 1110px;
	margin: 0 auto;
	background: #ffffff;
	height: 85px;
	padding: 25px 45px;
}

.inedx_keywords {
	width: 35%;
	float: left;
	height: 100%;
	border-right: 1px solid #e3e3e3;
}

.inedx_keywords li{
	float: left;
	margin-right: 10px;
}

.inedx_keywords p {
	font-size: 20px;
	color: #666666;
	text-transform: uppercase;
}

.inedx_keywords a {
	float: left;
	font-size: 14px;
	color: #666666;
}

.inedx_keywords a:hover {
	color: #fbc71c;
}

.wp-lines {
	width: 1px;
	height: 77px;
	background: #e3e3e3;
	float: left;
	margin: 0 10px;
}

.index_tel {
	width: 35%;
	height: 100%;
	float: right;
	padding-left: 40px;
}

.index_tel img {
	float: left;
	padding-top: 10px;
}

.index_tel p {
	font-size: 14px;
	padding-top: 10px;
	text-indent: 1rem;
	float: left;
	text-transform: uppercase;
}

.index_tel span {
	font-size: 30px;
	color: #0d0c20;
	float: left;
	padding-left: 13px;
	line-height: 30px;
}

.ewmbox {
	width: 25%;
	float: right;
	border-left: 1px solid #e3e3e3;
}

.ewmbox img {
	float: right;
}

.ewmbox p {
	text-align: right;
	line-height: 20px;
	padding-right: 10px;
	padding-top: 20px;
	float: right;
	text-transform: uppercase;
}

/* 首页关于我们 */
.about_box2 {
	background: #f4f4f4;
	height: 785px;
	min-width: 1200px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 1;
}

.index_about {
	width: 1200px;
	height: 405px;
	margin: 0 auto;
}

.about_ipc {
	float: left;
	width: 560px;
	height: 440px;
}

.index_about_right {
	float: right;
	width: 545px;
	margin-top: 50px;
	margin-right: 30px;
}

.jianjie_nr {
	font-size: 16px;
	color: #6d6d6d;
	line-height: 30px;
}

.jianjie_nr a {
	font-size: 16px;
	color: #6d6d6d;
}

.more_link {
	width: 128px;
	display: block;
	text-align: center;
	float: left;
	margin-top: 30px;
	height: 38px;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 38px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	background: #fbc71c;
	color: white;
}

.more_link:hover {
	background: none;
	border: 1px solid #fbc71c;
	color: #fbc71c;
	transition: all 0.5s;
}







/*内页侧栏*/

.sidebar .sb_nav {
	float: left;
	width: 275px;
	position: relative;
}

.sb_nav .nei_kinds li {
	width: 275px;
	line-height: 37px;
	margin-bottom: 10px;
	font-size: 18px;
}

.sb_nav .nei_kinds li a {
	display: block;
	background: #f0f0f0;
	text-align: center;
	color: #434343;
}

.sb_nav .lianxi li {
	background: #f3f3f3;
	;
    line-height: 30px;
	margin: 5px 0px;
	color: #434343;
	padding: 0px 10px;
	text-align: left;
	font-size: 14px;
}

.sidebar .sb_box {
	float: right;
	width: 870px;
	overflow: hidden;
}

.sidebar {
	margin-top: 60px;
	margin-bottom: 30px;
}

.sb_nav h3 {
	font-size: 25px;
	text-align: center;
	width: 275px;
	overflow: hidden;
	zoom: 1;
	z-index: 1;
	color: black;
	font-weight: bold;
	line-height: 45px;
}

.sidebar .sb_box h3.title span {
	position: absolute;
	left: 0px;
	top: -1px;
	font-size: 20px;
	border-bottom: 2px solid #222222;
	padding: 0px 15px;
	color: #222222;
}

.sidebar .sb_box h3.title {
	border-bottom: 1px solid #373737;
	height: 35px;
	line-height: 35px;
	position: relative;
}

.sidebar .sb_box h3.title div.position {
	float: right;
	font-weight: normal;
	position: relative;
	top: 3px;
	right: 15px;
	color: #000;
}

.sidebar .sb_box h3.title div.position a {
	color: #666;
}

.sidebar .sb_box h3.title div.position a:hover {
	text-decoration: underline;
}

/*内页侧栏*/
.side_cont ul {
	background: #f3f3f3;
	line-height: 30px;
	text-align: center
}

.main_li {
	width: 275px;
	background: #f0f0f0;
	float: left;
	overflow: hidden;
	line-height: 37px;
	margin-bottom: 10px;
	font-size: 18px;
}

.main_li:hover {
	background: #222222;
	transition: all 0.5s ease-in-out;
}

.main_li:hover a {
	color: white;
	transition: all 0.5s ease-in-out;
}

.main_li a {
	color: #434343;
	text-align: center;
	display: block;
}

.ullf {
	display: none;
}

.liff {
	margin-bottom: 0px
}

.ullf li a {
	background: #0b8798;
	overflow: hidden;
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px dashed #ff7800;
	line-height: 35px;
}

.side_cont ul li:hover ul {
	display: block
}

.sidebar .sb_nav .active {
	padding: 0px 15px 10px 15px;
	border: 1px solid #cccccc;
	border-top: none;
	zoom: 1;
}

.sidebar .sb_nav .ct-con {
	padding-top: 10px;
	color: #FFFFFF;
}

.sidebar .ct-con {
	line-height: 2;
	color: #FFFFFF;
}

.sidebar .ct-con ul, .sidebar .ct-con ol {
	padding: 0px 0px 0px 25px;
	margin: 0px;
}

.sidebar .ct-con a {
	color: #FFFFFF;
	text-decoration: underline;
}

/*新闻*/
#newslist li {
	background: url(../li.png) no-repeat left 17px;
}

.news_rnbt {
	text-align: center;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0px;
	margin: 10px 0px;
	color: #333;
}

#newslist li p {
	color: #888;
}

#shownews h4.related {
	height: 30px;
	line-height: 30px;
	zoom: 1;
	border-bottom: 1px solid #2685d2;
	margin: 15px 0px 10px 0px;
}

#shownews h4.related span {
	float: left;
	display: inline;
	background: url(../rela-bg.jpg) repeat-x left top;
	min-width: 70px;
	_width: 70px;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	padding: 0px 10px;
}

#shownews .relatedlist li {
	float: left;
	width: 30%;
	margin-right: 10px;
	height: 27px;
	line-height: 27px;
	padding-left: 12px;
	background: url(../diantb.jpg) no-repeat 3px 12px;
	overflow: hidden;
}

#shownews .relatedlist li a:hover {
	text-decoration: underline;
}

* html #shownews .relatedlist li img {
	margin-top: 8px;
}

/*产品*/
#productlist li h3 {
	padding-top: 7px;
	padding-bottom: 15px;
}

#productlist li h3 a {
	color: #000;
}

#productlist li h3 a:hover {
	color: #06F;
	text-decoration: underline;
}

#showproduct h4.related {
	height: 30px;
	line-height: 30px;
	zoom: 1;
	border-bottom: 1px solid #4d6e95;
	margin: 15px 0px 10px 0px;
}

#showproduct h4.related span {
	float: left;
	display: inline;
	background: url(../rela-bg.jpg) repeat-x left top;
	min-width: 70px;
	_width: 70px;
	white-space: nowrap;
	padding: 0px 10px;
	text-align: center;
	color: #fff;
	text-shadow: -1px -1px #4d6e95;
}

#showproduct h3.sl-ti {
	height: 31px;
	border-bottom: 1px solid #ccc;
	margin-top: 13px;
	zoom: 1;
}

#showproduct h3.sl-ti a {
	float: left;
	display: inline;
	cursor: pointer;
	min-width: 60px;
	_width: 60px;
	white-space: nowrap;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: url(../sl-ti.jpg) repeat-x left top;
	margin-right: 4px;
	border: 1px solid #ccc;
	padding: 0px 10px;
}

#showproduct h3.sl-ti a.hover {
	background: url(../rela-bg.jpg) repeat-x;
	color: #fff;
	text-shadow: -1px -1px #4d6e95;
	border: 1px solid #5985ba;
}

#rl-product {
	position: relative;
	width: 690px;
	overflow: hidden;
	margin-left: 18px;
}

#rl-product ul {
	position: absolute;
	width: 2012em;
}

#rl-product li {
	float: left;
	display: inline;
	zoom: 1;
	overflow: hidden;
	text-align: center;
}

#rl-product li a.img {
	display: block;
	text-align: center;
	font-size: 0px;
}

#rl-product li img {
	border: 1px solid #ccc;
}

#rl-product li h3 {
	margin-top: 5px;
}

#showproduct .flip {
	position: absolute;
	z-index: 1;
}

#showproduct #trigger {
	display: none;
}

#showproduct .next, #showproduct .prev {
	width: 12px;
	height: 20px;
	overflow: hidden;
	display: block;
	background: url(../p-arrow.jpg) no-repeat;
	cursor: pointer;
}

#showproduct .next {
	background-position: 0px 0px;
	position: absolute;
	top: 60px;
	left: 710px;
}

#showproduct .next:hover {
	background-position: 0px -20px;
}

#showproduct .prev {
	background-position: -12px 0px;
	position: absolute;
	top: 60px;
	left: 0px;
}

#showproduct .prev:hover {
	background-position: -12px -20px;
}

* html #showproduct .prev {
	left: -18px;
}

* html #showproduct .next {
	left: 693px;
}

* + html #showproduct .prev {
	left: -18px;
}

* + html #showproduct .next {
	left: 693px;
}

/*下载*/
#downloadlist dl.top dt a {
	color: #004080;
}

#downloadlist .metlist dd {
	background: #eef3fa;
}

/*地图*/
#sitemaplist .sitemapclass2 h3 {
	background: url(../li.png) no-repeat left center;
}

/*搜索*/
.search {
	FLOAT: right;
	MARGIN: 5px 0px 12px;
	WIDTH: 245px;
	POSITION: relative
}

.searchInput {
	BORDER-RIGHT: #a0a0a0 1px solid;
	PADDING-RIGHT: 0px;
	BORDER-TOP: #a0a0a0 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 1px;
	BORDER-LEFT: #a0a0a0 1px solid;
	WIDTH: 180px;
	LINE-HEIGHT: 16px;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: #a0a0a0 1px solid;
	HEIGHT: 16px;
	BACKGROUND-COLOR: #fff
}

.searchBtn {
	BACKGROUND: #CCC;
	WIDTH: 48px;
	CURSOR: pointer;
	BORDER-TOP-STYLE: none;
	LINE-HEIGHT: 22px;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	HEIGHT: 22px;
	TEXT-ALIGN: center;
	BORDER-BOTTOM-STYLE: none
}

/*标题*/
.widgettip {
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #797979;
	min-width: 1200px;
	padding-top: 150px;
	padding-bottom: 50px;
}

.widgettip h3.cn {
	font-size: 35px;
	color: #333333;
	font-family: '宋体,Verdana,Arial';
	font-weight: inherit;
	text-transform: uppercase;
}

.wp-line_content {
	background: url(../08_14.png) no-repeat center;
	margin: 0 auto;
	width: 220px;
	height: 20px;
	margin-top: 15px;
}

/*产品标题*/
.Cwidgettip {
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: white;
	min-width: 1200px;
	padding-top: 80px;
	padding-bottom: 50px;
}

.Cwidgettip h3.cn {
	font-size: 35px;
	color: white;
	font-family: '宋体,Verdana,Arial';
	font-weight: inherit;
	text-transform: uppercase;
}

.wp-line_content {
	background: url(../08_14.png) no-repeat center;
	margin: 0 auto;
	width: 220px;
	height: 20px;
	margin-top: 15px;
}

/*首页产品*/
.pro_box {
	width: 100%;
	height: 881px;
	background: url(../bg_02.jpg) no-repeat center;
	min-width: 1200px;
	margin: 0 auto;
}

#demo {
	overflow: hidden;
	height: 400px;
	width: 1200px;
	margin: 0 auto;
	margin-top: 31px;
	margin-bottom: 50px;
}

#indemo {
	float: left;
	width: 1200%;
}

#demo1 {
	float: left;
	height: 400px;
	margin: 0 auto;
}

#demo2 {
	float: left;
	height: 400px;
}

#demox {
	overflow: hidden;
	height: 400px;
	width: 1200px;
	margin: 0 auto;
}

#indemox {
	float: left;
	width: 1200%;
}

#demo1x {
	float: left;
	height: 400px;
	margin: 0 auto;
}

#demo2x {
	float: left;
	height: 400px;
}

.pro li {
	width: 358px;
	height: 400px;
	float: left;
	margin-left: 12px;
	display: inline-block;
	box-sizing: border-box;
	border: 3px solid #FFF;
	background: #FFF;
}

.pro{
	height: 400px;
}

.pro li:hover {
	border: 3px solid #fbc71c;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	box-sizing: border-box;
}

.pro li:hover h3 {
	color: #fbc71c;
	font-size: 16px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}

.pro li h3 {
	font-size: 16px;
	font-weight: 100;
	color: #999999;
	line-height: 20px;
	text-align: center;
}

.pro li img {
	width: 330px;
	height: 330px;
	padding: 18px 18px 0 18px;
}

.more_links {
	width: 128px;
	display: block;
	text-align: center;
	margin: 0 auto;
	height: 36px;
	font-size: 15px;
	line-height: 38px;
	color: white;
	text-transform: uppercase;
	border: 1px solid white;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	margin-top: 100px;
}

.more_links:hover {
	background: #fbc71c;
	display: block;
	color: white;
	border: 1px solid #fbc71c;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}

.ljwm_box {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	height: 427px;
	background-image: url(../bg03_zsat.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 80px;
}

.ljwm_nr {
	width: 1060px;
	margin: 0 auto;
	text-align: center;
	color: white;
	padding-top: 65px;
}

.ljwm_nr p {
	font-size: 36px;
	font-weight: lighter;
}

.ljwm_nr h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 60px;
	padding-bottom: 25px;
}

.ljwm_nr span {
	font-size: 18px;
	font-weight: lighter;
	line-height: 35px;
}

.more_linkss {
	width: 207px;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 45px;
	height: 56px;
	font-size: 15px;
	line-height: 56px;
	color: white;
	text-transform: uppercase;
	background: url("../index_15.png") no-repeat center;
}

.more_linkss:hover {
	color: white;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}


/* 语言切换 */
.top-bar-language {
	display: table-cell;
	float: right;
	text-align: right;
}

.wrap-language {
	margin-left: 15px;
	color: #b6bbcc;
	cursor: pointer;
	position: relative;
	z-index: 99999;
}

.language-name {
	font-size: 14px;
	color: #fff;
}

.language-name:after {
	content: "\f0d7 ";
	font-family: 'FontAwesome';
	margin-left: 1px;
	font-size: 12px;
}

.language-name img,
.select-name img {
	margin-right: 10px;
	vertical-align: middle;
}

.select-name {
	text-align: left;
	background: #fff;
	position: absolute;
	top: 100%;
	right: 0;
	list-style-type: none;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	width: 160px;
	padding: 20px;
	z-index: 99;
	-webkit-box-shadow: 0px 1px 16px 0px rgba(19, 29, 59, 0.5);
	-moz-box-shadow: 0px 1px 16px 0px rgba(19, 29, 59, 0.5);
	box-shadow: 0px 1px 16px 0px rgba(19, 29, 59, 0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.wrap-language:hover .select-name {
	visibility: visible;
	opacity: 1;
}

.select-name li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
}

.select-name li:hover a {
	color: #ff9c00;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.select-name li:last-child {
	margin-bottom: 0;
}

span {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*企业容貌*/
.Enterprise_looks{
    margin-top: 30px;
}
/*标题*/
.Rwidgettip {
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #797979;
	min-width: 1200px;
	padding-top: 80px;
	padding-bottom: 50px;
}

.Rwidgettip h3.cn {
	font-size: 35px;
	color: #333333;
	font-family: '宋体,Verdana,Arial';
	font-weight: inherit;
	text-transform: uppercase;
}

*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-table;}/* Hides from IE-mac \*/
*html .clearfix{height:1%;}
.clearfix{display:block;}/* End hide from IE-mac */
*+html .clearfix{min-height:1%;}
/* section */
.section{width:1200px;margin:10px auto 0 auto;overflow:hidden;}
.section ul{width:1200px;}
.section ul li{float:left;margin:6px;display:inline;width:386px;height:293px;overflow:hidden;position:relative;}
.section ul li .photo{width:386px;height:293px;overflow:hidden;}
.section ul li .photo img{width: 386px; height: 293px;}
.section .rsp{width:386px;height:293px;overflow:hidden;position: absolute;background:#000;top:0px;left:0px;}
.section .text{position:absolute;width:386px;height:293px;left:-386px;top:0px;overflow:hidden;}
.section .text h3{width:386px;margin-top:100px;height:50px;line-height:50px;text-align:center;color:#FFFFFF;font-size:20px;}
.section .text a{text-decoration:none}
.section .text div{text-align:center;color:#FFFFFF;font-size:14px;}

.Cmore_links {
	width: 128px;
	display: block;
	text-align: center;
	margin: 0 auto;
	height: 36px;
	font-size: 15px;
	line-height: 38px;
	color: #666666;
	text-transform: uppercase;
	border: 1px solid #666666;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	margin-top: 100px;
}

.Cmore_links:hover {
	background: #fbc71c;
	display: block;
	color: white;
	border: 1px solid #fbc71c;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}

/*底部友情链接*/
.foot_link_title{
    width: 100%;
    height: 54px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-top: 50px;
}
.foot_link_title h3{
    font-size: 16px;
    color: #333333;
    line-height: 54px;
    font-weight: initial;
}
.link_list a{
    float: left;
    padding: 10px 5px;
    text-align: left; 
}

/*底部信息*/

.foot_box{
    width: 100%;
    background: #002614;
	height: auto;
	min-width: 1200px;
}

.foot_box a:hover{
    color: #fbc71c;
    transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}

.floot_nav{
    width: 100%;
    border-bottom: 1px solid #002d17;
	height: 60px;
	min-width: 1200px;
}

.floot_nav ul{
    width: 800px;
    margin: 0 auto;
}

.floot_nav ul li{
    float: left;
}

.floot_nav ul li a{
    font-size: 18px;
    color: white;
    line-height: 60px;
    margin-left: 25px;
}

.foot_center{
    height: 160px;
}

.foot_logo{
    float: left;
    height: 73px;
    width: 417px;
    background: url(../08_22.png) no-repeat left;
    margin-top: 52px;
}

.foot_tel{
    float: right;
    margin-right: 200px;
    margin-top: 52px;
}

.foot_tel h3{
    background: #fbc71c;
    color: black;
    display: block;
    text-align: center;
    padding: 12px 15px;
	float: right;
	text-transform: uppercase;
}

.foot_tel p{
    font-size: 28px;
    text-align: left;
    font-style: italic;
    color: #fbc71c;
}

.foot_ewm{
    float: right;
    width: 78px;
    text-align: center;
    margin-top: 52px;
}

.foot_ewm p{
    color: white;
    line-height: 20px;
}

.foot_intro{
    width: 100%;
    border-top: 1px solid #002d17;
    margin-top: 20px;
	height: 35px;
	min-width: 1200px;
}

.foot_intro p, .foot_intro a{
    color: white;
    text-align: center;
    line-height: 35px;
}