﻿@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;
}/*==========头部========*/
#header {
	width: 100%;
	height: 33px;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
}
.header_box {
	width: 1100px;
	height: 33px;
	line-height: 33px;
	margin: 0 auto;
}
.header_box p {
	font-size: 14px;
	color: #666
}
.header_box ul {
	float: right;
}
.header_box ul li {
	float: right;
	margin-left: 27px;
	width: 100px;
	height: 33px;
}
.header_box ul li b {
	display: block;
	width: 2px;
	height: 10px;
	background: #8c8c8c;
	margin-top: 12px;
	margin-right: 18px;
}
.header_box ul li a {
	display: block;
	width: 80px;
	height: 25px;
	float: right;
	line-height: 25px;
	margin-top: 4px;
	text-align: center;
}
.header_box ul li a:hover {
	color: #fff;
	background: #59bbd2;
	border-radius: 50px;
}/*==========logo========*/
#top {
	width: 100%;
	height: 150px;
}
.top_main {
	width: 1100px;
	height: 150px;
	margin: 0 auto;
}
.top_main div.bhr {
	width: 1px;
	height: 90px;
	background: #ddd;
	margin-left: 30px;
	margin-top: 30px;
}
.top_main a img {
	margin-top: 30px;
}
.logo_word {
	float: left;
	width: 400px;
	margin-top: 39px;
	margin-left: 50px;
}
.word1 {
	font-size: 25px;
	color: #59bbd2;
}
.word1 span {
	color: #f9d273;
}
.word3 {
	float: left;
	font-size: 12px;
	color: #fff;
	margin-left: 0px;
	margin-top: 5px;
	width: 302px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: url(../images/dwy.png) no-repeat;
}
.top_main div.phone {
	background: url(../images/phone.png) no-repeat;
	width: 220px;
	height: 100px;
	float: right;
	margin-top: 50px;
}
.phone span {
	margin-left: 30px;
	color: #59bbd2;
	font-size: 18px;
}
.phone p {
	color: #f9d273;
	font-size: 30px;
}/*分页导航条*/
#nav {
	width: 100%;
	height: 60px;
	background: #59bbd2;
	line-height: 60px;
}
.nav2 {
	width: 1100px;
	height: 60px;
	margin: 0 auto;
}
.nav2>ul>li {
	float: left;
	width: 122px;
	height: 60px;
	position: relative;
}
.nav2>ul>li>a {
	display: block;
	float: left;
	width: 122px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.nav2>ul>li>a:hover {
	background: #f9d273;
}
.nav2>ul>li>ul {
    display: none;
    position: absolute;
    top: 60px;
    z-index: 999;
    box-shadow: 0px 1px 2px rgba(255,255,255,0.3);
}
.nav2>ul>li:hover ul {
    display: block;
}
.nav2>ul>li>ul>li {
    width: 200px;
	height: 60px;
	background: #59bbd2;
    overflow: hidden;
}
.nav2>ul>li>ul>li>a {
    display: block;
    width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	padding: 0 10px;
	box-sizing: border-box;
	color: white;
}
.nav2>ul>li>ul>li>a:hover {
	background: #f9d273;
}
.navHover {
	color: #fff;
	background-color: #f9d273;
!important;
}
#li_bj {
	border-left: none;
}/******图片轮播**********/
.banner {
	width: 1920px;
	height: 600px;
	overflow: hidden;
	margin-left: 50%;
	position: relative;
	top: 0;
	left: -960px;
}
.banner img {
	width: 1920px;
	height: 600px;
}
.banner>ul {
	height: 600px;
	position: relative;
}
.banner>ul>li {
	position: absolute;
	width: 100%;
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	z-index: 10;
	background-size: cover;
}
.banner .cut {
	display: none;
	position: absolute;
	top: 245px;
	left: 50%;
	z-index: 30;
	width: 43px;
	height: 75px;
	opacity: 0.3;
	background: #000 url(../images/iconlist.png) no-repeat;
}
.banner .cut:hover {
	opacity: 0.5;
	cursor: pointer;
}
.banner .prev {
	margin-left: -500px;
	background-position: 10px -295px;
}
.banner .next {
	margin-left: 457px;
	background-position: 10px -355px;
}
.banner:hover .cut {
	display: block;
}
.indicator {
	position: absolute;
	bottom: 13px;
	left: 0;
	width: 100%;
	height: 14px;
	text-align: center;
	z-index: 30;
}
.indicator>em {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #59bbd2;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 50px;
}
.indicator>em.active {
	background: #f9d273;
}/******友情链接**********/
.box_ly {
	width: 100%;
	height: 100px;
	background: #59bbd2;
}
.box_lj {
	width: 1100px;
	height: 60px;
	margin: 0 auto;
}
.box_lj li {
	float: left;
}
.box_lj li p {
	font-size: 16px;
	color: #fff;
	margin-top: 21px;
}
.box_lj li a {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 21px;
	margin-left: 7px;
	margin-right: 15px;
}
.box_lj li a:hover {
	text-decoration: underline;
}
#search {
	width: 100%;
	background: #fff;
	height: 100px;
	line-height: 100px;
}
.search_yqlj {
	width: 1100px;
	height: 100px;
	margin: 0 auto;
}
.search_box {
	float: left;
	width: 700px;
	height: 100px;
}
.search_box>ul {
	float: left;
	width: 700px;
}
.search_box>ul>li {
	float: left;
}
.search_box>ul>li>a {
	font-size: 14px;
	color: #999999;
	margin-left: 20px;
}
.search_box>ul>li>a:hover {
	text-decoration: underline;
}
.search_box>ul>li>p.bo {
	font-size: 14px;
	color: #59bbd2;
}
.search_box ul>li.ser {
	margin-right: 20px;
	overflow: hidden;
	float: left;
	width: 590px;
	height: 100px;
}/*热门搜索*/
.top_tel {
	width: 190px;
	height: 33px;
	margin-top: 64px;
	float: right;
	overflow: hidden;
	line-height: 33px;
}
.search_right {
	width: 350px;
	height: 100px;
	float: right;
}
.search_txt {
	padding-left: 68px;
	outline: none;
	width: 228px;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #ccc;
	margin-top: 25px;
	margin-left: 2px;
	border: 1px solid #ddd;
}
.loginsubmit {
	border: none;
	width: 50px;
	outline: none;
	height: 55px;
	background: url(../images/btn.png) no-repeat center center;
	cursor: pointer;
	float: right;
	background-color: #f9d273;
	margin-top: 24px;
}
.sea_right h5{width: 70px;}
#SearchType { padding-left:10px; margin-left:3px; width:64px; height: 52px; line-height: 52px; border:none; background:none;  color:#666; font-size:15px;}
#SearchType #option{ color:#666;}
.gyys {
	width: 100%;
	height: 877px;
	background: url(../images/back_1.png) no-repeat center center;
}
.gyys_box {
	width: 1100px;
	height: 877px;
	margin: 0 auto;
}
.about_img {
	width: 575px;
	height: 505px;
	float: left;
}
.about_img p {
	font-size: 24px;
	color: #fff;
	margin-top: 55px;
}
.about_img b {
	display: block;
	width: 160px;
	height: 1px;
	background: #f9d273;
	margin-top: 7px;
	margin-bottom: 5px;
}
.about_img span {
	font-size: 24px;
	color: #fff;
	margin-left: 60px;
}
.out_txt {
	width: 525px;
	height: 505px;
	float: right;
}
.out_txt p.ab_p {
	margin-top: 156px;
	color: #cce7ef;
	font-size: 24px;
}
.out_txt span {
	margin-top: 3px;
	color: #fff;
	font-size: 24px;
	display: block
}
.out_txt b {
	width: 85px;
	height: 2px;
	display: block;
	background: #f9d273;
	margin-top: 9px;
}
.out_txt p.ab_p1 {
	margin-top: 25px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
}
.out_txt a {
	margin-top: 30px;
	width: 150px;
	height: 30px;
	display: block;
	background: url(../images/back_3.png) no-repeat center center;
}
.out_txt a:hover {
	background: url(../images/back_4.png) no-repeat center center;
}
.nav3 {
	width: 1100px;
	height: 120px;
	margin: 0 auto;
}
.nav3 ul {
	margin-left: 102px;
}
.nav3 ul li {
	float: left;
	width: 187px;
	height: 120px;
}
.nav3 ul li a {
	background-color: #fff;
	display: block;
	float: left;
	width: 150px;
	height: 40px;
	line-height: 40px;
	margin-top: 42px;
	border-radius: 30px;
	text-align: center;
	color: #59bbd2;
	text-decoration: none;
	font-size: 14px;
}
.nav3 ul li a:hover {
	background: #f9d273;
	color: #fff;
}/*****动画******/
.dh {
	width: 1100px;
	height: 460px;
	background-color: #fff;
	float: left;
}
.dh li {
	float: left;
	width: 330px;
	height: 390px;
	background: #f9f9f9;
	margin-left: 28px;
	margin-top: 28px;
}
.dh li:hover {
	background: #59bbd2;
}
.dh li:hover span {
	color: #fff;
}
.dh li:hover p {
	color: #fff;
}
.dh_li {
	width: 300px;
	margin: 0 auto;
	margin-top: 15px;
}
.dh_li span {
	display: block;
	font-size: 18px;
	color: #666666;
	margin-top: 20px;
	text-align: center;
}
.dh_li b {
	display: block;
	width: 75px;
	height: 2px;
	background: #f9d273;
	margin: 0 auto;
	margin-top: 7px;
}
.dh_li p {
	width: 300px;
	height: 100px;
	overflow: hidden;
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
	line-height: 25px;
}
.dh_li span.sp1 {
	text-align: center;
}/************/
#kong {
	width: 100%;
	height: 250px;
	background-color: #fafafa;
}/*****新闻*******/
.news {
	width: 100%;
	height: 730px;
}
.news_y {
	width: 1100px;
	height: 730px;
	margin: 0 auto;
}
.news_left {
	width: 485px;
	height: 610px;
	border: 1px solid #f3f3f3;
	margin-top: 60px;
	float: left;
}
.news_left img {
	margin-left: 23px;
}
.left_1 {
	width: 486px;
	height: 50px;
	background: #59bbd2;
}
.left_1 b {
	display: block;
	width: 20px;
	height: 2px;
	background: #f9d273;
	float: left;
	margin-left: 13px;
	margin-top: 24px;
}
.left_1 p {
	font-size: 18px;
	color: #fff;
	float: left;
	line-height: 50px;
	margin-left: 18px;
}
.left_1 a {
	display: block;
	font-size: 16px;
	color: #fff;
	float: right;
	line-height: 50px;
	margin-right: 26px;
}
.left_1 a:hover {
	text-decoration: underline;
}
.left_2 {
	width: 484px;
	height: 120px;
}
.yi_1 {
	width: 242px;
	height: 120px;
	background: url(../images/1.png) no-repeat center center;
	float: left;
	border-right: 1px solid #ddd;
}
.yi_1 a {
	border: 1px solid #59bbd2;
	background-color: #fff;
	display: block;
	margin-left: 50px;
	float: left;
	width: 150px;
	height: 40px;
	line-height: 40px;
	margin-top: 42px;
	border-radius: 30px;
	text-align: center;
	color: #59bbd2;
	text-decoration: none;
	font-size: 14px;
}
.yi_1 a:hover {
	background: #f9d273;
	color: #fff;
}
.img_1 {
	width: 439px;
	height: 194px;
	margin-left: 23px;
	margin-top: 18px;
}
.cjwt {
	width: 439px;
	height: 170px;
	margin-left: 23px;
}
.cjwt b.b1 {
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
	background: #59bbd2;
	color: #fff;
	margin-top: 10px;
	float: left;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.cjwt a.aa {
	width: 372px;
	height: 40px;
	display: block;
	overflow: hidden;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 20px;
	color: #666666;
	line-height: 30px;
	float: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cjwt a.aa:hover {
	color: #59bbd2;
}
.cjwt b.b2 {
	width: 30px;
	height: 30px;
	display: block;
	background: #f9d273;
	overflow: hidden;
	color: #fff;
	margin-top: 20px;
	float: left;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.cjwt a.a2 {
	width: 372px;
	height: 60px;
	display: block;
	font-size: 14px;
	overflow: hidden;
	margin-right: 20px;
	color: #999999;
	line-height: 30px;
	float: right;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cjwt a.a2:hover {
	color: #59bbd2;
}
.yi_2 {
	width: 240px;
	height: 120px;
	background: url(../images/2.png) no-repeat center center;
	float: right;
}
.yi_2 a {
	border: 1px solid #59bbd2;
	background-color: #fff;
	display: block;
	margin-left: 50px;
	float: left;
	width: 150px;
	height: 40px;
	line-height: 40px;
	margin-top: 42px;
	border-radius: 30px;
	text-align: center;
	color: #59bbd2;
	text-decoration: none;
	font-size: 16px;
}
.yi_2 a:hover {
	background: #f9d273;
	color: #fff;
}
.bb1 {
	width: 440px;
	height: 124px;
}
.toot_box {
	float: right;
	width: 570px;
	height: 610px;
	margin-top: 60px;
	border: 1px solid #f3f3f3;
}
.affix {
	float: left;
	width: 570px;
	height: 50px;
	background: #59bbd2;
}
.affix a.aa {
	margin-left: 100px;
}
.affix a.aa:hover {
	text-decoration: underline;
}
.affix ul {
	width: 570px;
	height: 50px;
	float: left;
}
.affix ul li.li_1 {
	float: left;
	width: 160px;
	border: 0;
}
.tive {
	width: 454px;
	height: 137px;
	margin-left: 52px;
	border-bottom: 1px solid #ddd;
}
.tive b {
	display: block;
	width: 20px;
	height: 2px;
	background: #f9d273;
	float: left;
	margin-top: 28px;
}
.tive a {
	display: block;
	width: 415px;
	height: 50px;
	float: right;
	font-size: 18px;
	color: #666666;
	line-height: 50px;
	margin-top: 3px;
	overflow: hidden;
}
.tive a:hover {
	color: #59bbd2;
}
.tive p {
	float: right;
	font-size: 14px;
	color: #999999;
	width: 458px;
	height: 76px;
	line-height: 25px;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.affix ul li.li_1 a {
	float: left;
	width: 160px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
}
.affix .active a {
	color: #fff;
	background-color: #f9d273;
}
.container {
	float: left;
	width: 454px;
}
.container div.box {
	width: 454px;
	height: 270px;
	border: 0;
}
.container ul {
	width: 454px;
	height: 270px;
}
.container ul li.li_1:last-child {
	border: 0;
}
.container ul li.li_1 {
	float: left;
	width: 454px;
	height: 59px;
	border-bottom: 1px solid #d3d3d3;
	margin-left: 50px;
}
.container ul li.li_1 b {
	display: block;
	width: 20px;
	height: 2px;
	background: #f9d273;
	float: left;
	margin-top: 28px;
}
.container ul li.li_1 a {
	display: block;
	width: 415px;
	height: 60px;
	overflow: hidden;
	float: right;
	font-size: 18px;
	color: #666666;
	line-height: 60px;
	margin-top: 3px;
}
.container ul li.li_1 a:hover {
	color: #59bbd2;
}
.container .box {/*开始状态*/
	display: none;
}
.container .box.active {/*结束状态*/
	display: block;
}
.ter {
	background: url(../images/4.png) no-repeat center center;
	width: 100%;
	height: 488px;
}
.foot {
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #d8dee3;
}
.foot_box {
	width: 1100px;
	height: 90px;
	margin: 0 auto;
}
.foot_box ul {
}
.foot_box ul li {
	float: left;
	width: 122px;
	height: 90px;
}
.foot_box ul li a {
	display: block;
	float: left;
	width: 122px;
	height: 40px;
	line-height: 40px;
	margin-top: 36px;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.foot_box ul li a:hover {
	background: #59bbd2;
	color: #fff;
	text-decoration: none;
}
.footer {
	width: 1100px;
	height: 377px;
	margin: 0 auto;
}
.ter_1 {
	width: 360px;
	height: 377px;
	float: left;
}
.ter_1 b {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f9d273;
	margin-top: 35px;
	float: left;
}
.ter_1 span.pan1 {
	display: block;
	font-size: 20px;
	color: #fff;
	margin-top: 25px;
	margin-left: 30px;
}
.ter_1 p {
	font-size: 16px;
	color: #fff;
	margin-top: 31px;
	float: left;
}
.ter_1 span.pan2 {
	font-size: 22px;
	display: block;
	float: left;
	margin-top: 27px;
	color: #fff;
}
.ter_1 div.dg {
	width: 170px;
	height: 30px;
	background: url(../images/5.png) no-repeat;
	margin-top: 15px;
	float: left;
}
.ter_1 div.dg span {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-left: 31px;
}
.ter_1 div.cz {
	width: 170px;
	height: 30px;
	background: url(../images/6.png) no-repeat;
	margin-top: 15px;
	float: left;
}
.ter_1 div.cz span {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-left: 31px;
}
.ter_1 div.sj {
	width: 170px;
	height: 30px;
	background: url(../images/7.png) no-repeat;
	margin-top: 15px;
	float: left;
}
.ter_1 div.sj span {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-left: 31px;
}
.ter_1 div.yx {
	width: 170px;
	height: 30px;
	background: url(../images/8.png) no-repeat;
	margin-top: 15px;
	float: left;
}
.ter_1 div.yx span a {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-left: 31px;
}
.ter_1 div.yx a:hover {
	color: #59bbd2;
}
.ter_1 div.mc {
	width: 360px;
	height: 65px;
	background: url(../images/9.png) no-repeat;
	margin-top: 15px;
	float: left;
}
.ter_1 div.mc span.pan3 {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-left: 31px;
	float: left;
}
.ter_1 div.mc span.pan4 {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-left: 6px;
	float: left;
	width: 216px;
}
.ter_1 div.dz {
	width: 360px;
	height: 30px;
	background: url(../images/10.png) no-repeat;
	margin-top: 0px;
	float: left;
}
.ter_1 div.dz span {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-left: 31px;
}
div.bb_p {
	width: 36px;
	height: 3px;
	background: #dadfdf;
}
.ter_2 {
	width: 207px;
	height: 377px;
	float: left;
	margin-left: 80px;
}
.gzwm b {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f9d273;
	margin-top: 11px;
	float: left;
}
.gzwm span.pan6 {
	display: block;
	font-size: 20px;
	color: #fff;
	margin-top: 25px;
	margin-left: 30px;
}
.ter_2 img {
	margin-top: 30px;
	width: 204px;
	height: 204px;
}
.ter_2 p {
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 13px;
}
.ter_3 {
	width: 360px;
	height: 377px;
	float: right;
}
.zxyy b {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f9d273;
	margin-top: 11px;
	float: left;
}
.zxyy span.pan7 {
	display: block;
	font-size: 20px;
	color: #fff;
	margin-top: 25px;
	margin-left: 30px;
}
.inxG {
	height: 40px;
	border: none;
	width: 330px;
	padding-left: 30px;
	float: left;
	color: #9f9f9f;
	margin-top: 25px;
}
.inxF {
	height: 40px;
	border: none;
	width: 330px;
	padding-left: 30px;
	float: left;
	color: #9f9f9f;
	margin-top: 15px;
}
.title {
	height: 40px;
	border: none;
	width: 330px;
	padding-left: 30px;
	float: left;
	color: #9f9f9f;
	margin-top: 15px;
}
.tent {
	border: none;
	width: 330px;
	height: 65px;
	color: #9f9f9f;
	padding-left: 30px;
	margin-top: 15px;
}
.submi {
	width: 140px;
	height: 33px;
	border: none;
	cursor: pointer;
	border-radius: 100px;
	margin-top: 15px;
	background: #59bbd2;
	text-align: center;
	line-height: 33px;
	color: #fff;
	font-size: 14px;
	transition: all 0.5s;
}
.submi:hover {
	background: #f9d273;
	color: #fff;
}
.fo_tt {
	width: 100%;
	height: 80px;
	background: #59bbd2;
}
.foot_box {
	width: 1100px;
	height: 50px;
	margin: 0 auto;
}
.foot_box p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	height:80px;
	line-height: 15px;
}
.foot_box a {
	font-size: 14px;
	color: #fff;
	height: 50px;
	line-height: 50px;
}
.foot_box a:hover {
	text-decoration: underline;
}/*--------------内页左侧代码--------------*/
.box_left {
	width: 235px;
	height: auto;
	float: left;
}
.mode1 {
	height: auto;
	width: 235px;
}
.mode2 {
	height: auto;
	width: 235px;
	padding-top: 30px;
}
.box_title {
	color: #fff;
	font-size: 16px;
	background-color: #59bbd2;
	height: 45px;
	line-height: 45px;
	width: 235px;
	text-align: center;
}
.box_title span {
	color: #fff;
	font-weight: bold;
}
.box_title span h2 {
	font-size: 12px;
	font-weight: normal;
}
.box_t_con {
	border: 1px solid #ccc;
}
.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: #f9d273;
	color: #fff;
}
.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: 830px;
	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_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: #59bbd2;
	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: #f9d273;
	color: #fff!important;
}/*产品详情页放大功能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: 78px;
	padding-top: 15px;
}
#spec-left {
	background: url(../images/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 20px;
	margin-right: 6px;
}
#spec-right {
	background: url(../images/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 20px;
	margin-left: 6px;
}
#spec-list ul li {
	float: left;
	margin-right: 0px;
	display: inline;
	width: 92px;
	height: 82px;
	overflow: hidden
}
#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 80px;
	height: 72px;
}
.contact_pro {
	width: 830px;
	padding-top: 10px;
}
.contact_pro h3 {
	border-bottom: 2px solid #59bbd2;
	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;
	width: 290px;
	float: left;
}
.contact_pro ul .nyHot_news a span {
	font-size: 14px;
	color: #333;
	float: right;
	line-height: 20px;
}
.contact_pro ul .nyHot_news a:hover {
	color: #59bbd2;
}
.contact_pro ul .nyHot_news a:hover .nyHot_newsDate {
	color: #59bbd2;
}
#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 #59bbd2;
}
#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: #59bbd2;
}/*--------------内页下部分代码--------------*/
#contant {
	margin-top: 30px;
}
.list_box {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	overflow: hidden;
}
.column {
	width: 830px;
	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: #59bbd2;
}
.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: 397px;
	height: 90px;
}
.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: 830px;
}
.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-bottom: 5px;
	border-bottom: 1px dotted #c2c2c2;
	float: right;
}
.article_list ul li a {
	background: url(../images/new_li2.jpg) no-repeat left;
	width: 695px;
	float: right;
	display: block;
	padding-left: 10px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.article_list ul li a:hover {
	text-decoration: none;
	color: #59bbd2;
}
.article_list ul li a .date {
	float: right;
	color: #999;
}
.article_list ul li a:hover .date {
	text-decoration: none;
	color: #59bbd2;
}
.article1_list dl {
	margin-top: 10px;
	width: 830px;
	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: #00426f;
}
.article1_list dl dd a .date {
	float: right;
	color: #999;
}
.article1_list dl dd a:hover .date {
	text-decoration: none;
	color: #00426f;
}
.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: 695px;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	;
	float: right;
	color: #333;
	float: right;
	line-height: 24px;
	margin-bottom: 10px;
}
.ny_newsTit {
	margin-left: 10px;
	max-width: 260px;
	overflow: hidden;
}
.article_list ul li img {
	float: left;
	width: 120px;
	height: 108px;
	display: block;
}
.page {
	text-align: center;
	margin: 20px auto;
	clear: both;
	padding-top: 30px;
}
.page a {
	margin: 0 7px;
	color: #333;
}
.page a:hover {
	color: #59bbd2;
}/*--------------产品列表左侧--------------*/
.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: 31px;
	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: #59bbd2;
	text-decoration: none;
}
.product_list dl:hover img {
	border: solid 1px #59bbd2;
}
.product_list1 {
	width: 900px;
}
.product_list1 dl {
	width: 256px;
	float: left;
	margin-right: 31px;
	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: 31px;
	margin-bottom: 20px;
	position: relative;
	width: 256px;
	line-height: 24px;
	height:288px;
}
.product_list2 li img {
	border: 1px solid #cecece;
}
.product_list2 li img:hover {
	border: 1px solid #59bbd2;
}
.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: #59bbd2;
}
.ny_proInfo {
	height: 287px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-bottom: 24px;
}
.ny_lianxi {
	width: 378px;
	padding-top: 10px;
	border-top: 2px dotted #aaa;
}
.ny_lianxi a {
	display: block;
	float: left;
	width: 140px;
	height: 30px;
	background-color: #59bbd2;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
}
.ny_lianxi span {
	font-size: 24px;
	font-weight: bolder;
	color: #f2b100;
	padding-left: 20px;
	line-height: 30px;
}
.ny_Nowbuy {
	display: block;
	height: 30px;
	background-color: #f9d273;
	color: #fff;
	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 #00426f;
}
.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: #00426f;
}/*--------------留言页--------------*/
.inxliuyan {
	width: 550px;
	margin: 0 auto;
}
.inxGBook_Name {
	height: 36px;
	border: none;
	width: 400px;
	padding-left: 10px;
	float: left;
	border: 1px solid #d6d6d6;
	color: #9f9f9f;
}
.inxFkPhone {
	height: 36px;
	border: none;
	width: 400px;
	padding-left: 10px;
	float: left;
	border: 1px solid #d6d6d6;
	color: #9f9f9f;
}
.inxFktitle {
	height: 36px;
	border: none;
	width: 400px;
	padding-left: 10px;
	float: left;
	border: 1px solid #d6d6d6;
	color: #9f9f9f;
}
.inxMessContent {
	border: 1px solid #d6d6d6;
	width: 400px;
	height: 36px;
	color: #9f9f9f;
	padding-left: 10px;
}
.inxsubmi {
	width: 180px;
	height: 40px;
	border: none;
	margin: 15px 0 0 30px;
	cursor: pointer;
	border-radius: 5px;
	background: #f9d273;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	transition: all 0.5s;
}
.inxsubmi:hover {
	background: #59bbd2;
	color: #fff;
}
.inxrest {
	width: 180px;
	height: 40px;
	border: none;
	margin: 15px 0 0 40px;
	cursor: pointer;
	border-radius: 5px;
	background: #f9d273;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	transition: all 0.5s;
}
.inxrest:hover {
	background: #59bbd2;
	color: #fff;
}
.inxgook_001 {
	height: 40px;
	background: url(../images/inxgook-1.jpg) no-repeat left top;
	width: 420px;
	padding-left: 40px;
}
.inxgook_002 {
	height: 40px;
	background: url(../images/inxgook-4.jpg) no-repeat left top;
	width: 420px;
	padding-left: 40px;
	margin-top: 14px;
}
.inxgook_003 {
	height: 40px;
	background: url(../images/inxgook-2.jpg) no-repeat left top;
	width: 420px;
	padding-left: 40px;
	margin-top: 14px;
}
.inxgook_004 {
	height: 40px;
	background: url(../images/inxgook-3.jpg) no-repeat left top;
	width: 420px;
	padding-left: 40px;
	margin-top: 14px;
}/*--------------推荐新闻--------------*/
.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: #59bbd2;
}/*--------------搜索页--------------*/
.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 #59bbd2;
}/*==========内页样式开始========*/
#content {
	width: 1100px;
	margin: 30px 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 #91cf18;
}
.pro_pic ul {
	width: 860px;
	margin-top: 15px;
}
.pro_pic a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
}
.pro_pic a:hover {
	color: #91cf18;
}
.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: #59bbd2;
	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: #59bbd2;
	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: #59bbd2;
	test: expression(target="_blank");
}
.current_content a:hover {
	color: #59bbd2;
}
.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: #59bbd2;
}
.lx {
	width: 830px;
}
.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: #f9d273;
}
.dianh p {
	line-height: 24px;
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}
.nyBanner {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	background-color: #91cf18;
	overflow: hidden;
	position: relative;
}
.nyBanner img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
}/*下载*/
.downlist {
	line-height: 24px;
	color: #333;
	padding: 10px 15px 0px;
}
.downlist b {
	font-size: 14px;
	font-weight: bold;
	color: #206ccd;
}
.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: #206ccd;
}
.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;
}
.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: 45px;
	background: #59bbd2;
	font-size: 18px;
	text-align: center;
	line-height: 45px;
	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: #222;
	display: block;
	width: 168px;
	height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mode3 .menu_list .current {
	background: url(../images/menu_zt2.png) no-repeat;
}
.mode3 .menu_list .current a {
	color: #fff;
}
.mode3 .menu_body {
	width: 235px;
	height: auto;
	overflow: hidden;
	line-height: 30px;
}
.mode3 .menu_body .nva_active {
	color: #59bbd2;
	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: #59bbd2;
	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 #91cf18;
}
#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: #91cf18;
}
.selected {
	z-index: 1;
}
.selected p {
	display: none;
}
.page2 {
	position: absolute;
	left: 270px;
	top: 400px;
}
