﻿@charset "utf-8";/* CSS Document *//*==========公共样式========*/
body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6, p, span, ul, li, dl, dt, dd, img {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Microsoft YaHei";
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #818181;
	transition: all 0.5s;
}
.clr {
	clear: both;
}/*公共样式*/
.clear:after {
	content: "";
	display: block;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.w1100 {
	width: 1100px;
	margin: 0 auto;
}
.indexCen {
	width: 1100px;
	margin: 0 auto;
}
.index_Cen {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}/*==========头部========*/
.headertop {
	width: 100%;
	height: 36px;
	overflow: hidden;
	background-color: #e3e3e3;
}
.head_box {
	width: 1100px;
	height: 36px;
	margin: 0 auto;
	line-height: 36px;
}
.hyy {
	float: left;
	font-size: 14px;
	color: #696969;
}
.head_right {
	float: right;
	width: 204px;
	height: 36px;
	overflow: hidden;
}
.head_right a {
	font-size: 14px;
	color: #696969;
	float: left;
}
.con {
	padding: 0 7px;
	background: url(../images/headrigabg.png) no-repeat right center;
}
.can {
	padding-left: 7px;
}
.head_right a:hover {
	color: #04ccff;
}
#header {
	width: 100%;
	height: 139px;
	overflow: hidden;
}
.headerbox {
	width: 1100px;
	height: 139px;
	margin: 0 auto;
}
.namelogo {
	width: 158px;
	height: 111px;
	float: left;
	line-height: 111px;
	margin-top: 10px;
}
.nametxt {
	width: 330px;
	height: 68px;
	float: left;
	margin-top: 36px;
	margin-left: 14px;
}
.nametxt strong {
	font-size: 24px;
	color: #4a4a4a;
	display: block;
	width: 330px;
	height: 36px;
	line-height: 36px;
}
.nametxt p {
	width: 330px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	color: #00ccff;
}
.tel {
	float: right;
	width: 240px;
	height: 54px;
	line-height: 54px;
	margin-top: 37px;
}
.search {
	width: 100%;
	height: 40px;
	background-color: #e3e3e3;
}
.searchbox {
	width: 1100px;
	height: 40px;
	margin: 0 auto;
}
.search_left {
	width: 750px;
	height: 40px;
	float: left;
	line-height: 40px;
	overflow: hidden;
}
.search_left strong {
	font-size: 15px;
	color: #696969;
	float: left;
}
.search_left a {
	font-size: 14px;
	color: #696969;
	margin: 0 8px;
	float: left;
}
.search_left a:hover {
	color: #04ccff;
}
.search_right {
	width: 290px;
	height: 26px;
	float: right;
	background: url(../images/searchbg.png) no-repeat center center;
	margin-top: 7px;
}
.search_txt {
	width: 206px;
	border: none;
	float: left;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #696969;
	background: url(../images/searchkbg.jpg) repeat-x;
	margin-left: 28px;
}
.loginsubmit {
	border: none;
	width: 54px;
	height: 26px;
	background: url(../images/btn.png) no-repeat center center;
	cursor: pointer;
	float: right;
}/*==========导航部分========*/
.nav {
	width: 100%;
	height: 56px;
	background: url(../images/navbg.png) repeat-x;
}
.nav2 {
	width: 1100px;
	height: 56px;
	margin: 0 auto;
	overflow: hidden;
}
.nav2 ul li {
	float: left;
	line-height: 56px;
	height: 56px;
	font-size: 16px;
	width: 137px;
	background: url(../images/navlibg.png) no-repeat left center;
}
.nav2 ul li:first-child {
	background-image: none;
}
.nav2 ul li a {
	color: #fff;
	display: block;
	text-align: center;
}
.nav2 ul li a:hover {
	background: url(../images/navhover.png) no-repeat;
}
.scroll-menu li:first-child {
	background: none;
}
.scroll-menu li a {
	margin-top: -56px;
	transition: all 0.4s cubic-bezier(0.1, 0.1, 0.5, 1.4);
}
.scroll-menu li a:hover {
	margin-top: 0;
}
.scroll-menu li a:before {
	content: attr(data-text);
	display: block;
	color: #000;
}
.navHover {
	background: url(../images/navhover.png) no-repeat center bottom;
	color: #000!important;
}
#li_bj {
	border-left: none;
}/*==========产品展示========*/
.content {
	width: 100%;
	overflow: hidden;
	height: 418px;
	background: url(../images/probg.png) repeat-x left 150px;
}
.contentbox {
	width: 1100px;
	height: 418px;
	margin: 0 auto;
}
.pro_tit {
	width: 1100px;
	height: 68px;
	margin-top: 30px;
	background: url(../images/protitbg.png) no-repeat center center;
	text-align: center;
	line-height: 86px;
}
.pro_tit a {
	font-size: 26px;
	color: #04ccff;
	font-weight: bold;
}
.cate {
	width: 582px;
	height: 37px;
	overflow: hidden;
	margin-left: 260px;
	margin-top: 34px;
	background-color: #cacaca;
}
.cate ul li {
	width: 194px;
	height: 37px;
	float: left;
	font-size: 16px;
	line-height: 37px;
	text-align: center;
	background: url(../images/catelibg.png) no-repeat left center;
}
.cate ul li:first-child {
	background: none;
}
.cate ul li a {
	display: block;
	color: #fff;
	width: 194px;
	height: 37px;
}
.cate ul .hover a {
	background: url(../images/catehover.png) no-repeat center center;
}
.main_p_p {
	width: 1100px;
	height: 210px;
	overflow: hidden;
	margin-top: 39px;
}
.main_p_p ul li {
	width: 350px;
	height: 210px;
	float: left;
	margin-left: 25px;
}
.main_p_p ul li:first-child {
	margin-left: 0;
}
.main_p_p ul li a {
	display: block;
	width: 350px;
	height: 210px;
	position: relative;
	z-index: 1;
}
.main_p_p ul li a img {
	width: 348px;
	height: 208px;
	position: absolute;
	z-index: 0;
	left: 1px;
	top: 1px;
}
.main_p_p ul li a p {
	width: 330px;
	height: 33px;
	position: absolute;
	z-index: 4;
	left: 0;
	top: 144px;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: underline;
	white-space: nowrap;
	transition: all 0.5s;
}
.main_p_p ul li a span {
	display: block;
	width: 350px;
	height: 210px;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	background: url(../images/proabg.png) no-repeat center center;
}
.main_p_p ul li a i {
	height: 33px;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 144px;
	background-color: #f3d600;
	transition: all 0.5s;
	width: 0;
}
.main_p_p ul li a:hover p {
	color: #000;
}
.main_p_p ul li a:hover i {
	width: 350px;
}/*==========优势========*/
.youshi {
	width: 100%;
	height: 782px;
	overflow: hidden;
	margin-top: 69px;
}
.youshibox {
	width: 1100px;
	height: 782px;
	margin: 0 auto;
}
.ys_tit {
	width: 1100px;
	height: 108px;
	background: url(../images/ystitbg.png) no-repeat center center;
	text-indent: 430px;
	line-height: 142px;
	font-size: 22px;
	color: #fff;
}
.ys_box {
	width: 1100px;
	height: 620px;
	margin-top: 52px;
	position: relative;
}
.ys_top {
	width: 1100px;
	height: 316px;
	overflow: hidden;
}
.ys_top_left {
	width: 437px;
	height: 316px;
	float: left;
	background: url(../images/ystopleftbg.png) no-repeat right 134px;
}
.ys_top_left dl {
	width: 403px;
	height: 46px;
	padding-left: 34px;
	background: url(../images/ysdlbg.png) no-repeat left 15px;
	margin-top: 18px;
}
.ys_top_left dl dt {
	font-size: 24px;
	color: #04ccff;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	width: 400px;
}
.ys_top_left dl dd {
	width: 400px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #3b3b3b;
	text-transform: uppercase;
}
.ys_top_left ul {
	width: 300px;
	height: 110px;
	margin-left: 12px;
	margin-top: 32px;
}
.ys_top_left ul li {
	width: 278px;
	height: 22px;
	padding-left: 22px;
	background: url(../images/yslibg.png) no-repeat left center;
	line-height: 22px;
	font-size: 16px;
	color: #464545;
	margin-bottom: 6px;
}
.ys_top_left ul li span {
	color: #04ccff;
}
.ys_top_right {
	width: 449px;
	height: 316px;
	float: right;
	margin-right: 6px;
	line-height: 316px;
}
.ys_bot {
	width: 1100px;
	height: 350px;
	position: absolute;
	left: 0;
	top: 240px;
}
.ys_bot_left {
	width: 438px;
	height: 348px;
	float: left;
	line-height: 348px;
}
.ys_bot_right {
	width: 613px;
	height: 350px;
	float: right;
	background: url(../images/ysbotrigbg.png) no-repeat right 190px;
}
.ys_bot_right dl {
	width: 578px;
	height: 46px;
	padding-left: 34px;
	background: url(../images/ysdlbg.png) no-repeat left 15px;
	margin-top: 82px;
}
.ys_bot_right dl dt {
	font-size: 24px;
	color: #04ccff;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	width: 570px;
}
.ys_bot_right dl dd {
	width: 570px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #3b3b3b;
	text-transform: uppercase;
}
.ys_bot_right ul {
	width: 510px;
	height: 110px;
	margin-left: 12px;
	margin-top: 32px;
}
.ys_bot_right ul li {
	width: 488px;
	height: 22px;
	padding-left: 22px;
	background: url(../images/yslibg.png) no-repeat left center;
	line-height: 22px;
	font-size: 16px;
	color: #464545;
	margin-bottom: 6px;
}
.ys_bot_right ul li span {
	color: #04ccff;
}/*==========探头========*/
.tantou {
	width: 100%;
	height: 166px;
	overflow: hidden;
	background: url(../images/tantoubg.png) no-repeat center center;
}
.tantoubox {
	width: 1100px;
	height: 166px;
	margin: 0 auto;
}
.tantou_left {
	width: 618px;
	height: 117px;
	line-height: 117px;
	float: left;
	margin-left: 16px;
	margin-top: 22px;
}
.tantou_right {
	width: 190px;
	height: 72px;
	float: right;
	margin-right: 42px;
	margin-top: 50px;
	padding-left: 104px;
	background: url(../images/tantoutelbg.png) no-repeat left center;
}
.tantou_right p {
	float: left;
	width: 190px;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	color: #fff;
}
.tantou_right img {
	float: left;
	width: 185px;
	height: 23px;
	margin-top: 2px;
}/*==========工艺展示========*/
.case {
	width: 100%;
	height: 481px;
	overflow: hidden;
	background: url(../images/casebg.png) repeat-x left bottom;
	margin-top: 76px;
}
.casebox {
	width: 1100px;
	height: 481px;
	margin: 0 auto;
}
.case_tit {
	width: 1100px;
	height: 68px;
	background: url(../images/casetitbg.png) no-repeat center center;
	text-align: center;
	line-height: 86px;
}
.case_tit a {
	font-size: 26px;
	color: #04ccff;
	font-weight: bold;
}
#sydemo {
	width: 1100px;
	height: 356px;
	overflow: hidden;
	margin-top: 27px;
}
#syademo {
	float: left;
	width: 10000%;
}
#sydemo2 {
	float: left;
}
#sydemo1 ul {
	float: left;
}
#sydemo ul li {
	width: 260px;
	height: 356px;
	float: left;
	margin-right: 20px;
}
#sydemo ul li a {
	display: block;
	width: 260px;
	height: 356px;
	background-color: #626262;
}
#sydemo ul li a img {
	width: 258px;
	height: 161px;
	vertical-align: bottom;
	border: 1px solid #ccc;
	transition: all 0.5s;
}
#sydemo ul li a strong {
	display: block;
	width: 236px;
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
	text-align: center;
	padding: 0 12px;
	font-size: 16px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sydemo ul li a p {
	width: 236px;
	height: 80px;
	padding: 0 12px;
	text-align: justify;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
}
#sydemo ul li a span {
	display: block;
	width: 118px;
	height: 28px;
	margin-top: 22px;
	margin-left: 70px;
	border-radius: 15px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
}
#sydemo ul li a:hover {
	background-color: #04ccff;
}
#sydemo ul li a:hover img {
	border: 1px solid #04ccff;
}/*==========关于我们========*/
.about {
	width: 100%;
	height: 524px;
	overflow: hidden;
	margin-top: 65px;
}
.aboutbox {
	width: 1100px;
	height: 524px;
	margin: 0 auto;
	background: url(../images/abbg.png) no-repeat right bottom;
}
.ab_left {
	width: 507px;
	height: 433px;
	float: left;
	margin-top: 60px;
	line-height: 433px;
}
.ab_right {
	width: 577px;
	height: 524px;
	float: right;
}
.ab_right h2 {
	float: left;
	width: 412px;
	height: 92px;
	line-height: 128px;
	text-indent: 122px;
	font-size: 28px;
	color: #626262;
	font-weight: bold;
	background: url(../images/abtitbg.png) no-repeat center center;
}
.ab_right dl {
	float: left;
	width: 480px;
	height: 300px;
	margin-top: 49px;
	margin-left: 62px;
}
.ab_right dl dt {
	width: 480px;
	height: 58px;
	line-height: 28px;
	font-size: 24px;
	color: #626262;
	font-weight: bold;
	background: url(../images/abdtbg.png) no-repeat left bottom;
}
.ab_right dl dd {
	width: 480px;
	height: 204px;
	margin-top: 18px;
	text-align: justify;
	line-height: 26px;
	overflow: hidden;
}
.ab_right dl dd p {
	font-size: 14px;
	color: #636363;
	text-indent: 2em;
}
.ab_right dl a {
	display: block;
	width: 118px;
	height: 28px;
	border: 1px solid #04ccff;
	border-radius: 15px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #04ccff;
	margin-top: 24px;
}
.ab_right dl a:hover {
	width: 140px;
}/*==========新闻资讯========*/
.news {
	height: 465px;
	width: 100%;
	margin-top: 88px;
	overflow: hidden;
}
.newsbox {
	width: 1100px;
	height: 465px;
	margin: 0 auto;
}
.news_tit {
	width: 1100px;
	height: 68px;
	background: url(../images/newstitbg.png) no-repeat center center;
	text-align: center;
	line-height: 86px;
}
.news_tit a {
	font-size: 26px;
	color: #04ccff;
	font-weight: bold;
}
.news_txt {
	width: 1100px;
	height: 341px;
	margin-top: 56px;
	background: url(../images/newsbg.png) no-repeat 87px 6px;
}
.news_left {
	width: 266px;
	height: 283px;
	float: left;
	margin-top: 31px;
}
.news_cen {
	width: 120px;
	height: 128px;
	float: left;
	margin-top: 95px;
	margin-left: 34px;
}
.news_cen li {
	display: block;
	width: 120px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	font-size: 18px;
	color: #646464;
	background-color: #eeecf2;
	margin-top: 21px;
}
.newstxt {
	width: 650px;
	height: 341px;
	float: right;
	overflow: hidden;
}
.newstxt dl {
	width: 650px;
	height: 93px;
	border-bottom: 1px dashed #c5c5c5;
	overflow: hidden;
	margin-bottom: 28px;
}
.newstxt dl dt {
	width: 650px;
	height: 24px;
	line-height: 24px;
}
.newstxt dl dt a {
	display: block;
	width: 550px;
	height: 24px;
	line-height: 24px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #454545;
	font-weight: bold;
}
.newstxt dl dt span {
	float: right;
	font-size: 14px;
	color: #454545;
}
.newstxt dl dd {
	width: 650px;
	height: 48px;
	text-align: justify;
	line-height: 26px;
	overflow: hidden;
	margin-top: 10px;
}
.newstxt dl dd p {
	font-size: 14px;
	color: #7c7c7c;
}
.newstxt dl dt a:hover {
	color: #04ccff;
}/*==========友情链接========*/
.link {
	width: 100%;
	overflow: hidden;
	margin-top: 51px;
}
.linkbox {
	width: 1100px;
	height: 64px;
	margin: 0 auto;
}
.linkbox h2 {
	width: 123px;
	height: 64px;
	float: left;
	font-size: 18px;
	color: #242424;
	font-weight: bold;
	background: url(../images/linkbg.png) no-repeat center center;
	line-height: 54px;
	text-align: center;
}
.linkbox a {
	float: left;
	line-height: 64px;
	padding: 0 15px;
	font-size: 16px;
	color: #3e3e3e;
}
.linkbox a:hover {
	color: #04ccff;
}/*==========底部========*/
.bot {
	width: 100%;
	height: 246px;
	overflow: hidden;
	background: url(../images/botbg.png) repeat-x;
	margin-top: 21px;
}
.bot_box {
	width: 1100px;
	height: 246px;
	margin: 0 auto;
}
.bot_left {
	width: 226px;
	height: 157px;
	float: left;
	margin-top: 44px;
	margin-left: 62px;
	line-height: 157px;
}
.bot_cen {
	width: 389px;
	height: 196px;
	float: left;
	margin-top: 26px;
	margin-left: 63px;
	text-align: left;
	line-height: 24px;
	overflow: hidden;
	background: url(../images/botcenterbg.png) no-repeat center center;
}
.bot_cen p {
	margin-left: 66px;
	font-size: 14px;
	color: #4f4f4f;
}
.bot_cen p a {
	color: #4f4f4f;
}
.bot_cen p a:hover {
	text-decoration: underline;
}
.bot_rig {
	width: 192px;
	height: 192px;
	float: right;
	margin-top: 26px;
	margin-right: 92px;
	line-height: 192px;
}
.foot {
	width: 100%;
	height: 28px;
	overflow: hidden;
	background-color: #04ccff;
}
.foot_box {
	width: 1100px;
	height: 28px;
	margin: 0 auto;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
}
.foot_box a {
	color: #fff;
}
.foot_box a:hover {
	text-decoration: underline;
}/*banner*/
#ydy_ea_ba {
	width: 100%;
	position: relative;
}
.xn_ba_js_14_main {
	width: 100%;
	height: 500px;
	visibility: hidden;
	overflow: hidden;
	position: relative;
	background-color: #eee;
}
.xn_ba_js_14_bigImg img {
	width: 1920px;
	height: 500px;
}
.xn_ba_js_14_element {
	position: absolute;
}
.banBox {
	width: 1920px;
	height: 500px;
	overflow: hidden;
	margin: auto;
	position: relative;
}
.banCenter {
	position: relative;
}
.banner {
	width: 5760px;
	overflow: hidden;
	margin: auto;
}
.banner a img {
	display: block;
	float: left;
	width: 1920px;
	height: 500px;
	margin: auto;
}
.banBtn_box {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -45px;
}
.btnActive {
	background: url(../images/btnActive.png) no-repeat;
	color: #3389ff;
}/* banner btn */
.xn_ba_js_14_btn {
	top: 463px;
	cursor: pointer;
	position: relative;
	margin: 0 auto;
}
.xn_ba_js_14_element_btn {
	width: 16px;
	height: 16px;
	background: url(../images/btn02.png);
	float: left;
	cursor: pointer;
	margin-left: 10px;
}
.xn_ba_js_14_element_btn_on {
	width: 16px;
	height: 16px;
	background: url(../images/btn01.png);
	float: left;
	cursor: pointer;
	margin-left: 10px;
}
.xn_ba_js_14_arrow_btn {
	top : 160px;
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 100px
}
.xn_ba_js_14_arrow_left {
	display: none;
	background: url(../images/btnlf.png) left top no-repeat;
	left: 20px;
	top: 50%;
	margin-top: -50px;
}
.xn_ba_js_14_arrow_right {
	display: none;
	background: url(../images/btnri.png) right top no-repeat;
	right: 20px;
	top: 50%;
	margin-top: -50px;
}
.xn_ba_js_14_arrow_left:hover, .xn_ba_js_14_arrow_right:hover {
	opacity: 0.8 !important;
	filter: alpha(opacity=80) !important;
	transition: 0.5s;
}/*--------------内页左侧代码--------------*/
.box_left {
	width: 235px;
	height: auto;
	float: left;
}
.mode1 {
	height: auto;
	width: 235px;
	padding-bottom: 10px;
}
.mode2 {
	height: auto;
	width: 235px;
	padding-top: 15px;
}
.box_title {
	color: #fff;
	font-size: 16px;
	background-color: #04ccff;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	width: 235px;
	text-align: center;
}
.box_title span {
	color: #fff;
}
.box_title span h2 {
	font-size: 12px;
	font-weight: normal;
}
.box_t_con {
	border: 1px solid #04ccff;
}
.box_t_con li {
	line-height: 40px;
	height: auto;
	overflow: hidden;
	width: 233px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
.box_t_con ul li a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333;
	transition: all 0.5s;
}
.box_t_con ul li a:hover {
	text-decoration: none;
	background-color: #f5db00;
}
.mode1 .box_tt1 {
	border: 1px solid #6600be;
	border-top: 2px solid #fff;
	width: 233px;
}
.mode1 .box_tt1 li span {
	display: block;
	float: left;
	line-height: 36px;
	padding-left: 20px;
	height: 36px;
}
.mode1 .box_tt1 .box_li {
	line-height: 36px;
	height: auto;
	overflow: hidden;
	width: 233px;
	font-weight: bold;
	background-color: #6600be;
}
.mode1 .box_tt1 li a {
	color: #fff;
	padding-left: 20px;
}
.mode1 .box_tt1 li a:hover {
	background-color: #262a32;
	color: #fff !important;
	text-decoration: none;
}
.mode1 .box_tt1 li ul li {
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
	background-color: #fff !important;
}
.mode1 .box_tt1 li ul li a {
	color: #777 !important;
	padding-left: 40px;
}
.mode1 .box_tt1 a {
	display: block;
}
.mode1 .box_tt1 li li a:hover {
	color: #fff;
	background-color: #ffe897;
}/*--------------内页右侧代码--------------*/
.sidebar {
	width: 838px;
	float: right;
}
.sidebar_con {
	padding-top: 15px;
	position: relative;
}
.title_r a {
	padding: 0 15px;
}
.title_r {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px dashed #ccc;
	height: 38px;
	line-height: 38px;
	text-indent: 10px;
}
.title_r span {
	color: #333;
}
.title_r1 a {
	padding: 0 15px;
}
.title_r1 {
	border-bottom: 2px solid #ccc;
	line-height: 34px;
	height: 30px;
}
.title_r1 span {
	color: #88be4c;
}
.title_rt {
	color: #04ccff!important;
	font-size: 15px;
	font-weight: bold;
}
.bt_text_y {
	font-size: 14px;
	float: right;
	height: 40px;
	padding-right: 10px;
}
.bt_text_y a {
	padding: 0;
	margin: 0;
	color: #333;
}
.bt_text_y a:hover {
	text-decoration: underline;
}
.font_red {
	text-decoration: none;
	background-color: #f5db00;
}/*产品详情页放大功能start*/
.siderightCon {
	line-height: 24px;
	margin: 20px 0 0 0px;
	text-align: left;
}
.nypro {
	width: 420px;
	float: left;
}
#preview {
	float: none;
	margin: 0px auto;
	width: 420px;
}
.list-h {
	width: 200000px !important;
}
.list-h li {
	float: left;
}
#spec-n5 {
	width: 620px;
	height: 56px;
	padding-top: 15px;
}
#spec-left {
	background: url(../images/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 6px;
}
#spec-right {
	background: url(../images/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
	margin-left: 6px;
}
#spec-list ul li {
	float: left;
	margin-right: 0px;
	display: inline;
	width: 92px;
	height: 69px;
	overflow: hidden
}
#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 80px;
	height: 50px;
}
.contact_pro {
	width: 830px;
	padding-top: 10px;
}
.contact_pro h3 {
	border-bottom: 2px solid #04ccff;
	line-height: 30px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}
.contact_pro ul .nyHot_news {
	border-bottom: 2px dotted #ccc;
	height: 20px;
	line-height: 20px;
	margin: 10px 0;
	padding-bottom: 10px;
	width: 370px;
	float: left;
	margin-right: 90px;
}
.contact_pro .redianzx {
	width: 930px;
}
.contact_pro ul .nyHot_news a {
	font-size: 14px;
	color: #333;
	overflow: hidden;
	display: block;
	height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.contact_pro ul .nyHot_news a span {
	font-size: 14px;
	color: #333;
	float: right;
}
.contact_pro ul .nyHot_news a:hover {
	color: #04ccff;
}
.contact_pro ul .nyHot_news a:hover .nyHot_newsDate {
	color: #04ccff;
}
#demo {
	overflow: hidden;
	width: 810px;
	margin: 0 auto;
	padding-top: 20px;
}
#indemo {
	float: left;
	width: 10000%;
}
#demo2 {
	float: left;
}
#demo1 ul {
	float: left;
}
#demo ul li {
	width: 254px;
	float: left;
	margin-right: 30px;
}
#demo ul li img {
	border: 1px solid #ececec;
}
#demo ul li:hover img {
	border: 1px solid #04ccff;
}
#demo ul li p {
	display: block;
	width: 254px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
	font-size: 14px;
}
#demo ul li a {
	text-decoration: none;
}
#demo ul li a:hover p {
	color: #04ccff;
}/*--------------内页下部分代码--------------*/
#contant {
	margin-top: 50px;
}
.list_box {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	overflow: hidden;
}
.column {
	width: 838px;
	float: right;
}
.column .bt {
	height: 40px;
	border-top: 1px dashed #ccc;
	line-height: 40px;
	padding: 0 10px;
}
.column .menu {
	padding: 0 10px 10px 10px;
}
.column .menu a {
	margin-right: 29px;
	color: #666;
}
.column .menu a:hover {
	color: #f5db00;
}
.current_content {
	padding: 20px 0;
	line-height: 24px;
}
.current_content p {
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
}
.gbook_content {
	width: 818px;
	height: 600px;
	padding-top: 20px;
	margin: 0 auto;
	line-height: 24px;
	margin-top: 20px;
	padding-left: 20px;
}
.gbook_content textarea {
	width: 320px;
	height: 90px;
	max-width: 320px;
	max-height: 90px;
	margin-top: 2px;
}
.cur_map {
	padding-bottom: 20px;
}
.cur_map h3 {
	border-top: 1px dashed #dedede;
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
	padding-top: 10px;
}
.cur_map p a {
	display: block;
	float: left;
	margin-right: 20px;
}/*--------------新闻列表页--------------*/
.article_list dl {
	padding: 0 10px 10px;
	height: 82px;
	border-bottom: 1px dashed #d7d7d7;
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 10px;
}
.article_list dl dt {
	float: left;
	width: 140px;
	margin-right: 5px;
}
.article_list dl dt img {
	padding: 2px;
	border: 1px solid #ccc;
}
.article_list dl dd {
	height: 90px;
	overflow: hidden;
}
.article_list dl a:hover {
	text-decoration: underline;
}
.article_list dl dd p {
	height: 126px;
	margin-top: 5px;
	overflow: hidden;
}
.article_list .art_1 {
	width: 838px;
}
.article_list .art_1 dl {
	padding: 15px 0;
	height: 165px;
	border-bottom: 1px dotted #ccc;
	font-size: 13px;
	line-height: 30px;
	width: 800px;
	margin: 0 0 0 15px;
}
.article_list .art_1 dl dt {
	float: left;
	width: 255px;
	margin-right: 15px;
}
.article_list .art_1 dl dd {
	height: 190px;
	overflow: hidden;
	width: 520px;
	float: right;
}
.article_list .art_1 dl dd h3 {
	font-size: 15px;
	color: #333;
}
.article_list ul {
	margin-top: 10px;
}
.article_list ul li {
	line-height: 34px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #c2c2c2;
}
.article_list ul li a {
	background: url(../images/new_li2.jpg) no-repeat left;
	display: block;
	padding-left: 10px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.article_list ul li a:hover {
	text-decoration: none;
	color: #04ccff;
}
.article_list ul li a .date {
	float: right;
	color: #999;
}
.article_list ul li a:hover .date {
	text-decoration: none;
	color: #04ccff;
}
.article1_list dl {
	margin-top: 10px;
	width: 838px;
	margin-left: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #c2c2c2;
	overflow: hidden;
	clear: both;
	padding-bottom: 20px;
}
.article1_list dl dt {
	float: left;
}
.article1_list dl dd {
	float: left;
}
.article1_list dl dd a {
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-left: 30px;
}
.article1_list dl dd a:hover {
	text-decoration: none;
	color: #04ccff;
}
.article1_list dl dd a .date {
	float: right;
	color: #999;
}
.article1_list dl dd a:hover .date {
	text-decoration: none;
	color: #04ccff;
}
.ny_newsInfo1 {
	width: 600px;
	height: 90px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-bottom: 10px;
	margin-left: 30px;
	line-height: 24px;
	padding-top: 10px;
}
.ny_newsInfo {
	width: 838px;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-bottom: 10px;
}
.ny_newsTit {
	margin-left: 10px;
	max-width: 260px;
	overflow: hidden;
}
.page {
	text-align: center;
	margin: 20px auto;
	clear: both;
	padding-top: 30px;
}
.page a {
	margin: 0 7px;
	color: #333;
}
.page a:hover {
	color: #009cff;
}/*--------------产品列表左侧--------------*/
.n_pro_list {
	width: 235px;
	float: left;
}
.n_pro_list dl {
	width: 250px;
	height: auto;
	background: #238330;
	overflow: hidden;
	padding-bottom: 30px;
}
.n_pro_list dl a {
	color: #fff;
}
.n_pro_list dl a:hover {
	text-decoration: underline;
}
.n_pro_list dl dt {
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	text-indent: 16px;
	padding: 0 20px;
}
.n_pro_list dl dt a {
	background: url(../images/icon.png) no-repeat 0 18px;
	display: block;
}
.n_pro_list dl dd {
	background: #269939;
	line-height: 30px;
	margin-bottom: 2px;
	padding-left: 37px;
}
.n_pro_list dl dd a {
	background: url(../images/icon.png) no-repeat 0 -16px;
	text-indent: 14px;
	display: block;
}
.product_list {
	width: 900px;
}
.product_list dl {
	width: 256px;
	float: left;
	margin-right: 35px;
	margin-bottom: 20px;
}
.product_list dl dt {
	width: 256px;
}
.product_list dl dt img {
	border: solid 1px #ddd;
}
.product_list dl dd {
	width: 236px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product_list dl dd a {
	color: #333;
	font-size: 14px;
}
.product_list dl:hover dd a {
	color: #009cff;
	text-decoration: none;
}
.product_list dl:hover img {
	border: solid 1px #009cff;
}
.product_list1 {
	width: 900px;
}
.product_list1 dl {
	width: 256px;
	float: left;
	margin-right: 35px;
	margin-bottom: 30px;
}
.product_list1 dl dt {
	width: 256px;
}
.product_list1 dl dt img {
	border: solid 1px #ddd;
}
.product_list1 dl dd {
	width: 256px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.product_list1 dl:hover dd a {
	color: #88be4c;
	text-decoration: none;
}
.product_list1 dl:hover img {
	border: solid 1px #88be4c;
}
.product_list2 {
	width: 900px;
}
.product_list2 ul {
	margin-top: 10px;
}
.product_list2 li {
	text-align: center;
	float: left;
	margin-right: 35px;
	margin-bottom: 20px;
	position: relative;
	width: 256px;
	line-height: 24px;
}
.product_list2 li img {
	border: 1px solid #cecece;
}
.product_list2 li img:hover {
	border: 1px solid #009cff;
}
.product_list2 li span {
	font-size: 13px;
	color: #333;
}
.product_list2 li a {
	text-decoration: none;
}
.product_list2 li:hover span {
	text-decoration: none;
	color: #009cff;
}
.ny_proInfo {
	height: 170px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	border-bottom: 2px dotted #aaa;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.ny_lianxi a {
	display: block;
	float: left;
	width: 140px;
	height: 30px;
	background-color: #04ccff;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
}
.ny_lianxi span {
	font-size: 24px;
	font-weight: bolder;
	color: #04ccff;
	padding-left: 20px;
	line-height: 30px;
}
.ny_Nowbuy {
	display: block;
	height: 30px;
	background-color: #f5db00;
	color: #333;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}
.product_list3 {
	width: 900px;
}
.product_list3 ul {
	margin-top: 10px;
	overflow: hidden;
}
.product_list3 li {
	text-align: center;
	float: left;
	margin-right: 65px;
	margin-bottom: 20px;
	position: relative;
	width: 160px;
	line-height: 24px;
}
.product_list3 li img {
	border: 1px solid #cecece;
}
.product_list3 li img:hover {
	border: 1px solid #04ccff;
}
.product_list3 li span {
	font-size: 13px;
	color: #333;
	width: 160px;
	overflow: hidden;
	height: 20px;
	display: block;
}
.product_list3 li a {
	text-decoration: none;
}
.product_list3 li:hover span {
	text-decoration: none;
	color: #04ccff;
}/*--------------留言页--------------*/
#GBookAdd {
	width: 100%;
}
.gbook_content #GBookAdd tr {
	height: 30px;
}
.gbook_content #GBookAdd input, .gbook_content #GBookAdd textarea {
	line-height: 22px;
	padding-left: 5px;
	border: 1px solid #cecece;
}
.gbook_content #GBookAdd #Submit, .gbook_content #GBookAdd #ReSet {
	color: #fff;
	background: #04ccff;
	padding: 3px 10px;
	width: 50px;
	margin-top: 15px;
	border: medium none;
	cursor: pointer;
}/*--------------推荐新闻--------------*/
.hots {
	background: #fff;
	border: 1px solid #ccc;
	padding-top: 15px;
	margin-bottom: 30px;
	border-top: none;
}
.hots li {
	margin-left: 8px;
	line-height: 30px;
	overflow: hidden;
	width: 218px;
	font-size: 13px;
	text-align: center;
	margin-bottom: 15px;
}
.hots li img {
	border: 1px solid #ccc;
	width: 210px;
	height: 170px;
}
.hots li img:hover {
	border: 1px solid #07a8de;
}
.hots a {
	display: block;
	text-decoration: none;
}
.hots a p {
	font-size: 14px;
	color: #333;
}
.hots_news {
	padding: 5px 9px 5px 10px;
	border: 1px solid #ccc;
	border-top: none;
}
.hots_news li {
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hots_news a {
	color: #333;
}
.hots_news a:hover {
	color: #009cff;
}/*--------------搜索页--------------*/
.search_list {
	width: 1130px;
	margin: 0 auto 0;
}
.search_list li {
	width: 252px;
	float: left;
	height: 188px;
	text-align: center;
	margin: 3px 15px 7px;
	line-height: 30px;
}
.search_list li img {
	border: 1px solid #cecece;
}
.search_list li img:hover {
	border: 1px solid #ff5400;
}/*==========内页样式开始========*/
#content {
	width: 1100px;
	margin: 50px auto;
	margin-bottom: 20px;
}
.list_box {
	overflow: hidden;
}
.list_box .box_bt {
	width: 830px;
	height: 39px;
	font-size: 12px;
	border-bottom: 1px solid #e1e1e1;
}
.lift_zuo {
	width: 250px;
	float: left;
}
.n_pro_list .list .hover {
	background: #ff5400 url(../images/list_li.png) no-repeat 50px -22px !important;
	display: block;
	color: #fff;
}
.product_bigimg_text .pro_lianxi {
	width: 380px;
}
.product_bigimg_text .pro_lianxi a {
	color: #fff;
	width: 80px;
	height: 34px;
	background: #262a32;
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	display: block;
	margin-bottom: 10px;
}
.product_bigimg_text .pro_lianxi1 p {
	color: #0066ff;
	font-weight: bold;
	margin-top: 12px;
	font-size: 20px;
}
.left_box {
	width: 220px;
	float: left;
}
.list_left {
	float: left;
	width: 220px;
	margin-right: 30px;
}
.list_right {
	float: right;
	width: 830px;
}
.list_right .box_sj .box_y p {
	font-size: 12px;
	line-height: 24px;
}
.list_right .box_sj .box_y p.box_h {
	height: 45px;
	overflow: hidden;
}
.top_title {
	line-height: 39px;
	height: 39px;
	text-align: center;
	background-color: #cc0000;
}
.top_title h2 {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #fff;
}
.top_title h2 span {
	font-size: 12px;
	font-weight: normal;
}
.left_con {
	line-height: 20px;
}
.left_con {
	border: 1px solid #ccc;
}
.left_con ul li {
	line-height: 34px;
	border-bottom: 1px dotted #ccc;
}
.left_con ul li a {
	display: block;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	text-align: center;
}
.left_con ul li a:hover {
	background: #ccc;
	text-decoration: none;
	color: #fff;
}
.pro_pic {
	overflow: hidden;
	width: 868px;
}
.pro_pic ul li {
	float: left;
	margin-right: 32px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	width: 254px;
}
.pro_pic ul li span {
	margin-top: 10px;
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	height: 20px;
	line-height: 18px;
	width: 234px;
	padding: 0 10px;
}
.pro_pic ul li img {
	border: 1px solid #e1e1e1;
	float: left;
}
.pro_pic ul li img:hover {
	border: 1px solid #f5db00;
}
.pro_pic ul {
	width: 860px;
	margin-top: 15px;
}
.pro_pic a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
}
.pro_pic a:hover {
	color: #f5db00;
}
.pos {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px dashed #ccc;
	height: 38px;
	line-height: 38px;
	text-indent: 10px;
}
.pos h2 {
	font-size: 15px;
	color: #04ccff;
	font-weight: bold;
}
.moxing {
	overflow: hidden;
	width: 220px;
}
.lianxi_title h2 {
	color: #fff;
	padding-left: 20px;
	font-family: "Microsoft YaHei";
	font-size: 15px;
}
.lianxi_title {
	line-height: 39px;
	background-color: #00AA3A;
	height: 39px;
}
.list_lbot {
	margin: 15px 0 35px 0;
}
.list_contact {
	border: 1px solid #ccc;
	padding: 10px;
}
.list_contact p {
	line-height: 24px;
	color: #818181;
	padding-left: 15px;
	padding-right: 15px;
}
.pro_details_tongji {
	text-align: center;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 13px;
}
.pro_photo {
	padding-top: 20px;
}
.pro_photo h3 {
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	padding-top: 10px;
	font-weight: bold;
}
.pro_photo p {
	color: #333;
}
.n_con {
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.n_con p {
	line-height: 24px;
	color: #333;
	text-indent: 2em;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}
.goto {
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.goto p {
	line-height: 24px;
	color: #666;
}
.goto p a {
	margin-right: 30px;
}
.info_news span {
	float: right;
	color: #999;
	font-size: 12px;
}
.info_news li {
	line-height: 35px;
	padding-right: 10px;
	background: url(../images/new_jt.png) left center no-repeat;
	padding-left: 15px;
	margin-left: 10px;
	border-bottom: 1px dashed #CCC;
}
.wz1 {
	margin-top: 30px;
}
.pro_ph1 {
	float: right;
	margin-top: 20px;
}
.pro_ph1 a {
	margin: 0 10px;
	float: right;
	line-height: 36px;
	font-size: 16px;
	color: #88be4c;
}
.article_list_img {
	background: #f2f2f2;
	height: 120px;
	padding: 10px;
	margin-bottom: 10px;
}
.article_list_img dt {
	float: left;
	margin-right: 20px;
}
.article_list_img dd {
	float: left;
	width: 470px;
	line-height: 24px;
	height: 120px;
	overflow: hidden;
}
.article_list_img dd a {
	color: #f66304;
}
.article_list_img dd a:hover {
	text-decoration: underline;
}
.current_content h1 {
	text-align: center;
	color: #04ccff;
	font-size: 16px;
}
.current_content h3 {
	text-align: center;
	margin-top: 5px;
	font-weight: normal;
	line-height: 30px;
	height: 32px;
	font-size: 13px;
}
.current_content .current_text {
	margin-top: 7px;
	border-top: 1px dashed #ccc;
	padding-top: 15px;
}
.current_content .current_text p {
	line-height: 24px;
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
}
.current_content a {
	font-size: 14px;
	color: #04ccff;
	test: expression(target="_blank");
}
.current_content a:active {
	test: expression(target="_blank");
}
.current_content {
	font-size: 14px;
	color: #333;
}
.hot {
	margin-top: 50px;
	margin-bottom: 20px;
}
.hot div {
	font-size: 14px;
	font-weight: bold;
	color: #04ccff;
}
.lx {
	width: 838px;
}
.leftlx .dianh {
	padding: 0 5px 20px 10px;
}
.leftlx p {
	line-height: 24px;
}
.hots_news .dianhua {
	background: url(../images/Teln.gif) no-repeat scroll 0 18px transparent;
	color: #666666;
	line-height: 20px;
	padding: 10px 0 10px 55px;
}
.hots_news .dianhua span {
	display: block;
	font: 18px "Impact";
	color: #04ccff;
}
.dianh p {
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
.nyBanner {
	width: 1100px;
	height: 300px;
	margin: 20px auto;
	background-color: #f5db00;
}/*下载*/
.downlist {
	line-height: 24px;
	color: #333;
	padding: 10px 15px 0px;
}
.downlist b {
	font-size: 14px;
	font-weight: bold;
	color: #04ccff;
}
.downlist ul li {
	border-bottom: 1px dashed #dedede;
	height: 32px;
	line-height: 32px;
}
.downlist ul li a {
	color: #333;
	font-weight: bold;
	display: block;
	float: left;
	width: 80%;
	height: 32px;
	overflow: hidden;
}
.downlist ul li a:hover {
	color: #04ccff;
}
.downlist ul li span {
	float: right;
	color: #333;
}
.downlist ul p {
	line-height: 24px;
	color: #333;
}/*down*/
.neiye-title {
	line-height: 24px;
	color: #333;
}
.neiye-title a {
	color: #0156b1;
}/*goTop*/
.goTop_Box {
	position: relative;
}
.right-bar {
	position: fixed;
	bottom: 10%;
	right: 4%;
	z-index: 9999;
	zoom: 1;
}
.gotop {
	width: 45px;
	height: 45px;
	background: url(../images/hdb.png) no-repeat;
	cursor: pointer;
}
.mode3 {
	width: 235px;
	padding-bottom: 10px;
}
.mode3 .menu {
	width: 235px;
	position: relative;
}
.mode3 .menu .tact {
	width: 212px;
	height: 140px;
	position: absolute;
	left: 12px;
	bottom: 20px;
}
.mode3 .menu .bt {
	width: 235px;
	height: 40px;
	background: #04ccff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}
.mode3 .menu .bt span {
	font-size: 16px;
	font-family: arial;
	color: #fff;
	margin-left: 10px;
	font-weight: normal;
}
.mode3 .menu_list {
	width: 233px;
	padding-bottom: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 7px;
}
.mode3 .menu_head {
	width: 219px;
	height: 34px;
	line-height: 32px;
	text-indent: 10px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	background: url(../images/menu_zt1.png) no-repeat;
	margin-left: 7px;
	margin-bottom: 7px;
	transition: all 0.5s;
}
.mode3 .menu_head a {
	color: #fff;
	display: block;
	width: 168px;
	height: 34px;
}
.mode3 .menu_list .current {
	background: url(../images/menu_zt2.png) no-repeat;
}
.current a {
	color: #333!important;
}
.mode3 .menu_body {
	width: 235px;
	height: auto;
	overflow: hidden;
	line-height: 30px;
}
.mode3 .menu_body .nva_active {
	color: #ffac00;
	background: url(../images/newslihover.png) no-repeat 16px center;
}
.mode3 .menu_body a {
	display: block;
	width: 219px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #222;
	text-indent: 30px;
	overflow: hidden;
	background: url(../images/new_li2.jpg) no-repeat 16px center;
	margin-left: 7px;
	transition: all 0.5s;
}
.mode3 .menu_body a:hover {
	color: #ffac00;
	background: url(../images/newslihover.png) no-repeat 16px center;
}/*==========企业相册页面========*/
#col {
	width: 900px;
}
#col ul {
	margin-top: 10px;
}
#col li {
	text-align: center;
	float: left;
	margin-right: 37px;
	margin-bottom: 10px;
	width: 256px;
	height: 183px;
}
#col li img {
	border: 1px solid #cecece;
	vertical-align: bottom;
	width: 100%;
}
#col li img:hover {
	border: 1px solid #f5db00;
}
#col li p {
	font-size: 13px;
	color: #333;
	line-height: 24px;
	height: 24px;
}
#col li a {
	text-decoration: none;
}
#col li:hover p {
	text-decoration: none;
	color: #f5db00;
}
.selected {
	z-index: 1;
}
.selected p {
	display: none;
}
.page2 {
	position: absolute;
	left: 270px;
	top: 400px;
}
