@charset "utf-8";

/*公用*/
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 12px;
	background: #fff;
	color: #686868;
}

ul,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #686868;
	font-weight: normal;
}

a:hover {
	color: #710100;
}

img {
	border: none 0;
}

.hr1 {
	margin: 0 auto;
	border: 1px solid #9A0201;
}

.red {
	color: red;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.tLeft {
	text-align: left;
}

.fLeft {
	float: left;
}

.mL {
	margin-left: 20px;
}

/*******header************/
#container {
	width: 100%;
	margin: 0 auto;
}

.container1 {
	margin: 0 auto;
	width: 1200px;
}

#header,
#main,
#footer {
	margin: 0 auto;
	position: relative;
}

.main_box {
	width: 100%;
	height: auto;
	min-height: 800px;
	float: left;
	background: #f8f8f8;
	padding-bottom: 20px;
}

.main_box1 {
	width: 100%;
	height: auto;
	float: left;
	background: #FFF;
}

#main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

/*nav*/
.top_t {
	font-size: 12px;
	width: 100%;
	height: 34px;
	color: #000;
	position: relative;
	float: left;
	border-top: 5px solid #ffb400;
}

.container1 {
	margin: 0 auto;
	width: 1200px;
}

.top_lang {
	float: right;
	height: 34px;
	width: 252px;
	background: url(../images/lang_bg.png) no-repeat;
	line-height: 34px;
	margin-top: -5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_lang a {
	color: #fff;
	margin-left: 5px;
	margin-right: 10px;
}

/*logo*/
.head_top {
	width: 100%;
	height: 119px;
	float: left;
	background: #fff;
}

.head_in {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.logo {
	float: left;
	margin-top: 15px;
}

.logo img {}

.weima {
	width: 121px;
	height: 90px;
	float: right;
	background: url(../images/qcode_bg.jpg) no-repeat;
	margin-top: 12px;
	margin-right: 20px;
}

.weima img {
	width: 88px;
	height: 88px;
	float: left;
	margin-left: 1px;
	margin-top: 1px;
}

/*导航*/
.nav_box {
	width: 100%;
	height: 50px;
	float: left;
	background: #f3f3f3;
}

.nav {
	width: 1200px;
	margin: 0 auto;
}
.nav ul{
	float: left;
}
.nav ul li {
	text-align: center;
	float: left;
	height: 50px;
	width: 145px;
	line-height: 50px;
	position: relative;
	z-index: 100;
}

.nav ul li a {
	color: #333;
	font-size: 14px;
	width: 100%;
	height: 50px;
	float: left;
}

.nav ul li a:hover {
	color: #fff;
	width: 100%;
	height: 50px;
	float: left;
	background: #ffb400;
}

.nav ul li ul {
	position: absolute;
	display: none;
	width: 145px;
}

.nav ul li:hover ul {
	position: absolute;
	display: block;
	background: #ffb400;
	margin-top: 50px;
	z-index: 10;
}

.nav ul li ul li {
	height: 32px;
	background: none;
	width: 100%;
	line-height: 32px;
	font-size: 12px;
	border-right: none;
	margin-top: 0px;
}

.nav ul li ul li a {
	color: #fff;
	line-height: 32px;
	font-size: 12px;
	font-weight: normal;
}

.nav ul li ul li a:hover {
	color: #fff;
	line-height: 32px;
	height: 32px;
	font-size: 12px;
	display: block;
	background: #d9a019 !important;
	font-weight: normal;
}
.search_r {
	float: right;
	width: 283px;
	height: 36px;
	margin-top: 7px;
	background: url(../images/search_bg.jpg) no-repeat;
}

.s_input {
	float: left;
	height: 36px;
	line-height: 36px;
	text-indent: 10px;
	border: none;
	background: none;
	width: 225px;
}

.s_btn {
	float: right;
	height: 36px;
	border: none;
	background: none;
	width: 53px;
}

/* 幻灯片广告 */
.banner_box{
	background: #f8f8f8;
	width: 100%;
	height: auto;
}
.banner { 
	width: 1200px;
	white-space: nowrap;
	overflow: hidden;
	background: #fff;
	height: auto;
	margin: 0 auto;
}
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*首页三分类*/
.hezuo_box {
	width: 100%;
	height: auto;
	float: left;
	background: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 50px;
}

.hezuo_bin {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.hezuo_list {
	width: 100%;
	height: auto;
	float: left;
}

.hezuo_list li {
	width: 380px;
	height: 430px;
	float: left;
	margin-right: 30px;
	position: relative;
}

.hezuo_list li:nth-child(3) {
	width: 380px;
	height: 430px;
	float: right;
	margin-right: 0px;
	position: relative;
}

.hezuo_list li a {
	width: 380px;
	height: 430px;
	float: left;
	background: #fff;
	/* 
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease; */
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
}

.hezuo_list li a:hover {
	width: 380px;
	height: 430px;
	float: left;
	/* -ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px); */

}

.hezuo_list li a .img_box {
	width: 360px;
	height: 240px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	overflow: hidden;
}

.hezuo_list li a .img_box img {
	width: 360px;
	transition: all 0.3s ease-out 0s;
	height: 240px;
	float: left;
}

.hezuo_list li a:hover .img_box img {
	transform: scale(1.2, 1.2);
}

.hezuo_list li a h1 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 22px;
	color: #333;
	line-height: 30px;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 15px;
	background: url(../images/heng.jpg) no-repeat 50% bottom;
}

.hezuo_list li a p {
	width: 90%;
	height: auto;
	float: left;
	margin-left: 5%;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 30px;
}

/*首页三更*/
.about_index {
	width: 100%;
	height: 580px;
	float: left;
	position: relative;
	background: url(../images/about_bg.jpg) no-repeat 50% 0;
	background-size: 100% 100%;
}

.about_san {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.about_san li {
	width: 380px;
	height: auto;
	float: left;
	margin-top: 60px;
	margin-right: 30px;
}

.about_san li:nth-child(3) {
	width: 380px;
	height: auto;
	float: right;
	margin-right: 0px;
}

.about_san li .img_top {
	width: 170px;
	height: 170px;
	float: left;
	margin-left: 105px;
	position: relative;
	margin-bottom: 20px;
}

.about_san li .img_top img {
	width: 170px;
	height: 170px;
}

.about_san li .img_top .name {
	width: 100%;
	height: 45px;
	position: absolute;
	font-weight: bold;
	bottom: 0px;
	left: 0;
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.about_san li p {
	font-size: 14px;
	color: #333;
	line-height: 26px; 
	width: 90%;
	float: left;
	margin-left: 5%;
	text-indent: 2em;
}

/*关于我们*/
.about_two {
	width: 100%;
	height: 400px;
	float: left;
	background: #f8f8f8;
}

.about_inn {
	width: 1200px;
	height: 444px;
	background: #fff;
	float: left;
	margin-top: -150px;
	position: relative;
}

.about_l {
	width: 588px;
	height: auto;
	float: left;
	margin-left: 45px;
}

.about_l h1 {
	width: 100%;
	height: auto;
	float: left;
	font-weight: normal;
	margin-top: 45px;
	font-size: 30px;
	color: #2d2d2d;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(../images/heng1.jpg) no-repeat left bottom;
}

.about_l h1 span {
	text-transform: uppercase;
	font-size: 14px;
	color: #dbdbdb;
	line-height: 25px;
}

.about_l p {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 32px;
	text-indent: 2em;
}

.about_r {
	width: 410px;
	height: 477px;
	float: right;
	margin-right: 30px;
	background: url(../images/con_bg.png) no-repeat;
	margin-top: 40px;
	text-align: right;
}

/*首页新闻*/
.news_box {
	width: 100%;
	height: auto;
	float: left;
	background: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 50px;
}

.news_in {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.news_ti {
	width: 100%;
	height: 50px;
	float: left;
	background: url(../images/line.png) no-repeat 50% bottom;
	text-align: center;
	margin-bottom: 58px;
}

.news_ti span {
	width: 100%;
	height: auto;
	float: left;
	font-size: 30px;
	color: #2c2c2c;
}

.news_ti font {
	width: 100%;
	height: auto;
	float: left;
	font-size: 12px;
	color: #999;
}

.news_l {
	width: 276px;
	height: 384px;
	float: left;
	background: url(../images/news_l.jpg) no-repeat 50% 0;
}

.news_l h1 {
	width: 80%;
	height: auto;
	float: left;
	margin-left: 10%;
	margin-top: 80px;
	color: #fff;
	font-weight: normal;
}

.news_l h1 span {
	float: left;
	width: 100%;
	font-size: 36px;
}

.news_l h1 font {
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 15px;
}

.news_l .more {
	width: 80%;
	height: auto;
	float: left;
	margin-left: 10%;
	margin-top: 100px;
	color: #fff;
}

.news_l .more a {
	float: left;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 5px 20px;
	font-size: 14px;
}

.news_ra {
	width: 890px;
	height: auto;
	float: right;
}

.news_top {
	width: 50%;
	height: auto;
	float: left;
	position: relative;
	padding-bottom: 25px;
	border-bottom: 1px dashed #dddddd;
}

.news_pho {
	width: 168px;
	height: 125px;
	float: left;
	border: 1px solid #edeced;
}

.news_pho img {
	width: 168px;
	height: 125px;
	float: left;
	margin-left: 3px;
	margin-top: 3px;
}

.news_wen {
	width: 212px;
	height: auto;
	float: left;
	margin-left: 28px;
}

.news_tia {
	width: 100%;
	height: auto;
	float: left;
}

.news_tia a {
	width: 100%;
	height: auto;
	float: left;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.news_tia a:hover {
	color: #38517b;
}

.news_time {
	width: 100%;
	height: auto;
	float: left;
	font-size: 12px;
	color: #999;
	line-height: 25px;
	margin-bottom: 20px;
}

.news_wen p {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 25px;

}

.news_text {
	width: 100%;
	height: auto;
	float: left;
}

.news_down {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
}

.news_down li {
	width: 50%;
	height: auto;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dddddd;
}

.news_dtime {
	width: 65px;
	height: 65px;
	float: left;
}

.news_dtime span {
	width: 65px;
	height: auto;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #999;
}

.news_dtime font {
	width: 65px;
	height: auto;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #999;
}

.news_dtxt {
	width: 334px;
	height: auto;
	float: left;
	margin-left: 20px;
}

.news_dti {
	width: 100%;
	height: auto;
	float: left;
}

.news_dti a {
	width: 100%;
	height: auto;
	float: left;
	line-height: 33px;
	font-size: 16px;
	color: #000;
}

.news_dti a:hover {
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	color: #509bf0;
}

.news_dtxt p {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #999;
}

.news_down li:hover .news_dtime span {
	color: #509bf0;
}

.news_down li:hover .news_dtime font {
	color: #007ee4;
}

.news_down li:hover .news_dtxt p {
	color: #007ee4;
}

.news_down li:hover .news_dti a {
	color: #007ee4;
}

/*产品导航*/

.add_ly {
	width: 100%;
	height: auto;
	float: left; 
	padding-top: 10px;
	padding-bottom: 10px;
}

.art-vmenublock-body {
	position: relative;
	padding: 0;
}

.art-vmenublock {
	margin: 0;
}

.art-vmenublockcontent {
	position: relative;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}

.art-vmenublockcontent-body {
	position: relative;
	padding: 0;
}

.art-vmenublockcontent {
	position: relative;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}

.art-vmenublockcontent-body {
	position: relative;
	padding: 0;
}

ul.art-vmenu,
ul.art-vmenu li {
	list-style: none;
	width: auto;
	line-height: 0;
}

ul.art-vmenu ul {
	display: block;
}

ul.art-vmenu ul.active {
	display: block;
}

ul.art-vmenu a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 40px;
	cursor: pointer;
	text-decoration: none;
}

ul.art-vmenu li.art-vmenu-separator {
	display: block;
	padding: 0 0 0 0;
	margin: 0;
	font-size: 1px;
}

ul.art-vmenu .art-vmenu-separator-span {
	display: block;
	padding: 0;
	font-size: 1px;
	height: 0;
	line-height: 0;
}

ul.art-vmenu a .r,
ul.art-vmenu a .l {
	position: absolute;
	display: block;
	top: 0;
	height: 118px;
}

ul.art-vmenu a .l {
	left: 0;
	right: 26px;
}

ul.art-vmenu a .r {
	width: 966px;
	right: 0;
	clip: rect(auto, auto, auto, 940px);
}

ul.art-vmenu a .t,
ul.art-vmenu ul a {
	font-family: "微软雅黑";
	font-size: 14px;
}

ul.art-vmenu a .t {
	display: block;
	position: relative;
	top: 0;
	color: #333;
	margin-left: 5%;
	float: left;
	width: 90%;
	height: 39px; 
	line-height: 39px;
	text-indent: 25px;
	background: url(../images/fen0.png) no-repeat left center;
	border-bottom: 1px dashed #e7e7e7;
	font-size: 16px;
	font-weight: bold;
}

ul.art-vmenu a .t em {
	float: left;
}

ul.art-vmenu a.active .l,
ul.art-vmenu a.active .r {}

ul.art-vmenu a.active .t {
	color: #ffa300; 
	background: url(../images/fen0.png) no-repeat left center;
}

ul.art-vmenu a.active .t em {
	float: left;
}

ul.art-vmenu a.active .t1 {
	color: #ffa300;
}

ul.art-vmenu a:hover .l,
ul.art-vmenu a:hover .r {}

ul.art-vmenu a:hover .t {
	color: #ffa300; 
	background: url(../images/fen0.png) no-repeat left center;
}

ul.art-vmenu a:hover .t em {
	float: left;
}

ul.art-vmenu ul,
ul.art-vmenu ul li {
	margin: 0;
	padding: 0;
}

ul.art-vmenu ul a {
	display: block;
	white-space: nowrap;
	height: 30px;
	overflow: visible;
	font-weight: normal;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #4b4b4b;
}

ul.art-vmenu ul li {}

ul.art-vmenu ul span,
ul.art-vmenu ul span span {
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

ul.art-vmenu ul a,
ul.art-vmenu ul a:link,
ul.art-vmenu ul a:visited,
ul.art-vmenu ul a:hover,
ul.art-vmenu ul a:active,
ul.art-vmenu ul span span {
	line-height: 30px;
	color: #333;
	font-size: 14px;
	margin-left: 5%;
	height: 30px;
	display: block;
	width: 90%;
	text-indent: 20px;
	background: url(../images/yuan.png) no-repeat 20px center;
	border-bottom: 1px dashed #e7e7e7;
}

ul.art-vmenu ul {}

ul.art-vmenu ul ul {}

ul.art-vmenu ul li.art-vsubmenu-separator {
	display: block;
	margin: 0;
	font-size: 1px;
	padding: 0 0 0 0;
}

ul.art-vmenu ul .art-vsubmenu-separator-span {
	display: block;
	padding: 0;
	font-size: 1px;
	height: 0;
	line-height: 0;
	margin: 0;
	border: none;
}

/* ul.art-vmenu ul li a.active {
	color: #404040;
	background: url(../images/fen0.png) no-repeat left center;

} */

/* ul.art-vmenu ul li a:hover,
ul.art-vmenu ul li a:hover.active {
	color: #404040;
	background: url(../images/fen0.png) no-repeat left center;
} */
/*面包导航*/
.fen_lo {
	width: 100%;
	height: auto;
	float: left;
	line-height: 49px; 
	margin-bottom: 30px;
	border-bottom: 1px solid #efefef;
}

.fen_lo span {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background: url(../images/home.png) no-repeat;
	margin-right: 10px;
	margin-top: 15px;
	float: left;
}

.fen_lo em {
	color: #88848b;
	font-style: normal;
	font-size: 14px;
	float: left;
}

.widget {
	margin-bottom: 20px;
	width: 230px;
	float: left;

}

.wid_box {
	width: 220px;
	height: auto;
	float: left;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.wid_box p {
	float: left;
	width: 94%;
	font-family: "微软雅黑";
	font-size: 14px;
	height: auto;
	margin-left: 3%;
	color: #000;
	line-height: 30px;
}

/*左侧*/
.main_left {
	width: 276px;
	height: auto;
	float: left;
}

.main_left .model {
	float: left;
	height: auto;
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
}

.main_left .model_top {
	width: 100%;
	height: 59px;
	background:url(../images/menu_bg.jpg) no-repeat; 
	float: left; 
}

.main_left .model_top span {
	width: 100%;
	height: auto; 
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	display: block;
	line-height: 59px;
	text-align: center;
}
/*********右侧*****************/
.main_right {
	float: right;
	width: 904px;
	background: #fff;
	min-height: 700px;
}

.content .content_top {
	background: url(../images/ctop.jpg) no-repeat top;
	height: 30px;
	line-height: 30px;
	padding-left: 45px;
	color: #820002;
	font-size: 14px;
	position: relative;
}

.content .content_top span a {
	position: absolute;
	right: 0px;
	color: #820002;
	font-size: 14px;
}

.content .content_top.cmain {
	background: url(../images/cmain.jpg) no-repeat top;
	height: 50px;
	line-height: 60px;
}

.content .content_main ul.listcontent {}

.content .content_main ul.listcontent li {
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 215px;
}

.content .content_main ul.listcontent .img {}

.content .content_main ul.listcontent1 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
	position: relative;
}

.content .content_main ul.listcontent1 li {
	width: 290px;
	height: 350px;
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	transition: all 0.3s ease-out 0s;
	border-bottom: 1px solid #e5e5e5;
}

.content .content_main ul.listcontent1 li:nth-child(3n+3) {
	width: 290px;
	height: 350px;
	display: block;
	float: right;
	margin-right: 0px;
	margin-bottom: 30px;
	background: #fff;
	transition: all 0.3s ease-out 0s;
	border-bottom: 1px solid #e5e5e5;
}

.content .content_main ul.listcontent1 li:hover {
	transform: translate3d(0px, -16px, 0px);
	box-shadow: 0 3px 10px rgb(222, 222, 222);
}

.content .content_main ul.listcontent1 li a h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 20px 20px 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.content .content_main ul.listcontent1 li a p {
	color: #999;
	padding: 0 20px;
	line-height: 24px;
}

.content .content_main ul.listcontent1 li a:hover h3 {
	color: #1048a0;
}

.content .content_main ul.listcontent1 li img {
	width: 290px;
	height: 217px;
	display: block;
}

.content .content_main ul.listcontent2 {
	width: 108%;
	height: auto;
	float: left;
	position: relative;
}

.content .content_main ul.listcontent2 li {
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 182px;
	height: 80px;
	text-align: center;
	margin-left: 30px;
	line-height: 38px;
}

.content .content_main ul.listcontent2 li a {
	width: 182px;
	height: 80px;
	float: left;
	color: #010101;
	font-family: "微软雅黑";
	font-size: 14px;
}

.content .content_main ul.listcontent2 li a:hover {
	width: 182px;
	height: 80px;
	float: left;
	color: #113b83;
}

.content .content_main ul.listcontent2 li a img {
	width: 180px;
	height: 70px;
	border: 1px solid #ccc;
}

.content .content_main ul.listcontent3 {
	width: 108%;
	height: auto;
	float: left;
	position: relative;
}

.content .content_main ul.listcontent3 li {
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 288px;
	height: 260px;
	text-align: center;
	margin-right: 28px;
	margin-bottom: 28px;
	margin-top: 10px;
	line-height: 50px;
}

.content .content_main ul.listcontent3 li a {
	width: 288px;
	height: 260px;
	background: #b4b4b4;
	float: left;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 16px;
}

.content .content_main ul.listcontent3 li a:hover {
	width: 288px;
	height: 260px;
	float: left;
	background: #005770;
	color: #fff;
}

.content .content_main ul.listcontent3 li a img {
	width: 288px;
	height: 210px;
}



.content_news {
	float: left;
	margin-top: 20px;
	width: 90%;
	font-size: 14px;
	margin-left: 5%;
}
.content_news h1{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}


.content_news .tRight{
	text-align: right;
}
.content_news  .tLeft{
	padding-bottom: 10px;
}
.tLeft input{
	border: 1px solid #eee;
	width: 400px;
	height: 35px;
}
.content_news textarea{
	border: 1px solid #eee;
	width: 600px;
}

.content_news li {
	background: url(../images/jh.gif) no-repeat left;
	padding-left: 20px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #F0F0F0;
	position: relative;
	font-size: 14px;
}

.content_news li span {
	position: absolute;
	right: 10px;
}

.content1 {
	width: 100%;
	height: auto;
	float: left;
}
/*新闻列表*/
.aritcle {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}

.aritcle li {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px dashed #efefef;
	line-height: 18px;
	padding: 20px 0;
}

.aritcle li a {
	overflow: hidden;
	float: left;
	color: #666;
	font-size: 14px;
}
.aritcle li a:hover{ 
	color: #ffa300; 
}
.aritcle li span {
	float: right;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 14px;
	line-height: 1;
	color: #999;  
}
/*产品列表*/
.news_li{
	width: 94%;
	height: auto;
	float: left;
	margin-left: 3%;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
	margin-top: 30px;
	margin-bottom: 30px;
}
.news_li .list{  
	float: left;
	width: 100%;
}
.news_li .list li{  
	float: left;
	line-height: 35px;
	color: #333;
	font-size: 14px;
	 height: 35px;
	text-align: center;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.news_li .list li:nth-child(1){  
	width: 10%;
}
.news_li .list li:nth-child(2){  
	width: 35%;
}
.news_li .list li:nth-child(3){  
	width: 35%;
}
.news_li .list li:nth-child(4){  
	width: 19%;
	border-right:0px solid #ddd;
}
.news_li .list li a{
	color: #333;
	font-size: 14px; 
}
.news_li .list li a:hover{
	color: #ffa300;
	font-size: 14px;
	text-decoration: underline;
}
/*产品详情*/
.news_detail{
	width: 100%;
	height: auto;
	float: left; 
	margin-top: 30px;
	margin-bottom: 30px;
}
.news_detail .cname{
	width:100%;
	height: 40px;
	float: left; 
	background: #ffa300;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
}
.news_detail .listcon{  
	float: left;
	width: 99.7%; 
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
.news_detail .listcon li{  
	float: left;
	line-height: 35px;
	color: #333;
	height: 35px;
	font-size: 14px; 
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.news_detail .listcon li:nth-child(1){  
	width: 30%;
	text-align: center;
}
.news_detail .listcon li:nth-child(2){  
	width: 69.7%;
	text-align: left;
	text-indent: 20px;
	border-right:0px solid #ddd;
}


/********底部******************/
#footer {
	height: 340px;
	background: #292929;
	width: 100%;
	float: left;
}

.foot_box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.foot_l {
	width: 220px;
	height: auto;
	float: left;
	margin-top: 30px;
}

.foot_l h3 {
	border-bottom: 1px solid #333;
	width: 100%;
	float: left;
	padding-bottom: 10px;
	font-size: 14px;
	color: #d8d8d8;
}

.foot_l ul {
	width: 220px;
	float: left;
	margin-top: 20px;
}

.foot_l ul li {
	float: left;
	width: 50%;
	line-height: 28px;
}

.foot_l ul li a {
	float: left;
	font-size: 14px;
	color: #999;
	width: 100%;
}

.foot_l ul li a:hover {
	color: #666;
}

.foot_c {
	width: 345px;
	height: auto;
	float: left;
	margin-left: 105px;
	margin-top: 30px;
}
.foot_c h3 {
	border-bottom: 1px solid #333;
	width: 100%;
	float: left;
	padding-bottom: 10px;
	font-size: 14px;
	color: #d8d8d8;
	margin-bottom: 20px;
}
.foot_c p{ 
	width: 100%;
	float: left; 
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
.r1{
	float: left;
	margin-left: 97px;
	margin-top: 98px;
	color: #999;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
}
.r1 img{
	width: 108px;
	height: 108px;
}
.foot_r{
	width: 260px;
	height: auto;
	float: right;
	margin-top: 105px;
}
.foot_r h1{
	width: 100%;
	height: auto;
	float: left;
	font-weight: normal;
}
.foot_r h1 span{
	float: right;
	margin-right: 5px;
}
.foot_r h1 font{
	float: right;
	font-size: 16px;
	color: #999;
}
.foot_r p{
	float: left;
	font-size: 28px;
	color: #999;
	margin-top: 10px;
	width: 100%;
	text-align: right;
}
.foot_din {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #999;
	line-height: 66px;
	text-align: center;
	margin-top: 25px;
	border-top: 1px solid #333;
}

.foot_diin {
	width: 1200px;
	height: 66px; 
	margin: 0 auto;
}

.foot_din a {
	font-size: 12px;
	color: #999;
}



/***********产品详细******************/
.content .content_main .title .pic {
	float: left;
	width: 760px;
	text-align: center;
	padding-top: 20px;
}

.content .content_main .title .info {
	float: left;
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
	line-height: 26px;
}

.content .content_main .disdoc {
	padding: 20px 10px;
	padding: 20px 40px;
}

.content .content_main .disdoc li {}

.content .content_main .prev_next_nav .prev {
	float: left;
	width: 345px;
	font-family: "微软雅黑";
	padding-top: 20px;
}

.content .content_main .prev_next_nav .next {
	float: right;
	font-family: "微软雅黑";
	padding-top: 20px;
}

.content_main {
	line-height: 35px;
	margin-top: 15px;
	float: left;
	color: #333;
	width: 94%; 
	margin-left: 3%;
	font-family: "微软雅黑";
	font-size: 14px;
}
.content_main .tu1{
	width: 100%;
	 height: auto;
	 float: left;
	 line-height: 40px;
	 background: url(../images/lian1.png) no-repeat left center;
	 text-indent: 35px;
	 font-size: 16px;
	 color: #333;
}
.content_main .tu2{
	width: 100%;
	 height: auto;
	 float: left;
	 line-height: 40px;
	 background: url(../images/lian2.png) no-repeat left center;
	 text-indent: 35px;
	 font-size: 16px;
	 color: #333;
}
.content_main .tu3{
	width: 100%;
	 height: auto;
	 float: left;
	 line-height: 40px;
	 background: url(../images/lian3.png) no-repeat left center;
	 text-indent: 35px;
	 font-size: 16px;
	 color: #333;
}
.content_main .tu4{
	width: 100%;
	 height: auto;
	 float: left;
	 line-height: 40px;
	 background: url(../images/lian4.png) no-repeat left center;
	 text-indent: 35px;
	 font-size: 16px;
	 color: #333;
	 margin-bottom: 20px;
}
.content .content_main .thumb {
	text-align: center;
}

.content .content_main .thumb img {
	max-width: 650px;
	overflow: hidden;
	_width: 650px;
}

/***********新闻详细************************/
.content .content_news .title {
	text-align: center;
	font-family: "微软雅黑";
	width: 100%;
	float: left;
}

.content .content_news .title .info span {
	margin-right: 20px;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 30px;
}

.content .content_news .disdoc {
	width: 100%;
	height: auto;
	float: left;
	font-size: 12px;
	color: #333;
	line-height: 30px;
	font-family: "微软雅黑";
}

.title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}

.titlea {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 20px;
	line-height: 30px;
}

.mess_box {
	width: 100%;
	height: auto;
	float: left;
}

.mess_box h1 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 30px;
	line-height: 40px;
	color: #1048a0;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 20px;
}

.mess_box p {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	line-height: 35px;
	color: #666;
}

.title1 {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #d5d5d5;
	margin-top: 30px;
}

.title1 span {
	width: 100px;
	height: 35px;
	float: left;
	background: #005770;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 16px;
}

.disdoc_ta {
	width: 100%;
	height: auto;
	line-height: 26px;
	font-family: "微软雅黑";
	float: left;
	margin-top: 20px;
	font-size: 14px;
	color: #333;
}

.disdoc_ta p {
	width: 100%;
	height: auto;
	line-height: 30px;
	font-family: "微软雅黑";
	float: left;
	font-size: 14px;
	color: #333;
}


.content .content_news .prev_next_nav .prev {
	float: left;
	width: 345px;
	font-family: "微软雅黑";
	padding-top: 30px;
	padding-bottom: 30px;
}

.content .content_news .prev_next_nav .next {
	float: right;
	font-family: "微软雅黑";
	padding-top: 30px;
	padding-bottom: 30px;
}

/**********分页样式*********************/
.page {
	overflow: hidden;
	_display: inline-block;
	padding: 15px 0;
}

.page ul {
	float: right;
}

.page ul li {
	float: left;
	margin-left: 10px;
	line-height: 25px;
	font-size: 14px;
}

.page ul li.thisclass,
.page ul li a:hover {
	background: #2DB4F4;
	color: white;
	border: 1px solid #2DB4F4;
}

.page ul li span.current {
	background: #2DB4F4;
	color: white;
	border: 1px solid #2DB4F4;
	display: inline-block;
	padding: 0 7px;
}

.page ul li a {
	display: inline-block;
	border: 1px solid #CCC;
	padding: 0 7px;
	color: #333;
}

.pageinfo {
	padding-left: 10px;
}

.pageinfo strong {
	font-weight: bold;
	padding: 0 3px;
}



/**************友情链接************************/
.links {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #D2D2D2;
}

.links span {
	color: #1048a0;
	font-weight: bold;
	font-size: 16px;
	float: left;
}

.links font {
	float: left;
}

.links font a {
	display: inline-block;
	font-size: 14px;
	color: #999;
	padding-right: 10px;
}

.links font a:hover {
	color: #1048a0;
}

/********会员************/
.member {
	z-index: 2;
	position: absolute;
	display: table;
	right: 30px;
	top: 5px;
}

.memberbox {
	margin-top: 20px;
	overflow: hidden;
}

.memberbox_left {
	float: left;
	width: 580px;
	margin-left: 20px;
}

.memberbox_right {
	float: left;
	width: 100px;
	padding-top: 70px;
	text-align: center;
}

.memberleft {
	float: left;
	width: 200px;
	border: 1px solid #992525;
}

.memberleft .member_nav {
	height: 26px;
	line-height: 26px;
	background: #992525;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}

.memberleft ul {
	text-align: center;
}

.memberleft li {
	height: 24px;
	line-height: 24px;
}

.memberright {
	float: left;
	width: 738px;
	margin-left: 20px;
}

.memberright .member_detail {
	height: 26px;
	line-height: 26px;
	border-bottom: 2px solid #992525;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

.memberright table th {
	text-align: right;
}

.memberright table td {
	text-align: left;
}

.memberright .form_b {
	width: 300px;
}

.memberright .member_order th {
	text-align: center;
}

.memberright .member_order td {
	text-align: center;
}

.orderpage {
	text-align: center;
	height: 24px;
	line-height: 24px;
}

.orderinfo,
.prolist,
.orderother {
	text-align: left;
	margin-bottom: 15px;
}

.orderinfo li {
	height: 22px;
	line-height: 22px;
}

.prolist table th {
	text-align: left;
}

.orderother .ordertitle {
	font-size: 14px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
}

/**************会员结束**********************/
.order {
	display: inline-block;
	width: 80px;
	height: 28px;
	line-height: 28px;
	background: #F0F0F0;
	text-align: center;
	border: 1px solid #555861;
}

.tabletop {
	font-size: 14px;
	font-weight: bold;
}

.prolisttitle {
	float: left;
	margin-left: 20px;
	height: 60px;
	line-height: 60px;
}

.button {
	width: 232px;
	height: 52px;
	background: #ffb400;
	border: 0;
	color: #fff;
	font-size: 16px;
}

.button:hover {
	width: 232px;
	height: 52px;
	background: #ffb400;
	opacity: 0.8;
	border: 0;
	color: #fff;
	font-size: 14px;
}


/************幻灯片****************/
#play {
	width: 960px;
	height: 250px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#play_info_bg {
	position: absolute;
	top: 90%;
	height: 25px;
	width: 80%;
	background-color: red;
	filter: Alpha(Opacity=30);
	opacity: 0.3;
	z-index: 10
}

#play_info {
	position: absolute;
	top: 90%;
	height: 25px;
	line-height: 25px;
	width: 80%;
	padding-left: 20px;
	color: #fff;
	z-index: 10;
	cursor: pointer
}

#play_text {
	position: absolute;
	top: 90%;
	right: 30px;
	z-index: 10
}

#play_text ul {
	display: block;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}

#play_text ul li {
	width: 20px;
	height: 20px;
	line-height: 20px;
	float: left;
	background-color: #000;
	display: block;
	color: #FFF;
	text-align: center;
	margin: 1px;
	cursor: pointer;
	font-family: "微软雅黑";
	font-size: 12px;
}

#play_list a img {
	width: 960px;
	height: 250px;
}

/* 浮动客服面板 */
#cmsFloatPanel {
	overflow: hidden;
}

#cmsFloatPanel .ctrolPanel {
	width: 36px;
	height: 248px;
	background: #fff url(../images/cmsfloatpanel-bg.gif) no-repeat left top;
	border: solid 1px #ddd;
	position: fixed;
	right: 30px;
	top: 200px;
	overflow: hidden;
	z-index: 10000;
	_position: absolute;
	_top: expression(eval(documentElement.scrollTop + 200));
}

#cmsFloatPanel .ctrolPanel a {
	width: 34px;
	font-size: 12px;
	color: #ff3300;
	letter-spacing: 1px;
	text-align: center;
	overflow: hidden;
}

#cmsFloatPanel .ctrolPanel .arrow {
	height: 29px;
	line-height: 28px;
	display: block;
	margin: 1px auto;
}

#cmsFloatPanel .ctrolPanel .arrow span {
	display: none;
}

#cmsFloatPanel .ctrolPanel .arrow:hover {
	background: #f4f4f4;
}

#cmsFloatPanel .ctrolPanel .arrow:hover span {
	display: block;
}

#cmsFloatPanel .ctrolPanel .service {
	height: 60px;
	display: block;
	margin: 2px auto;
}

#cmsFloatPanel .ctrolPanel .service span {
	color: #09F;
	line-height: 90px;
}

#cmsFloatPanel .ctrolPanel .message {
	height: 60px;
	display: block;
	margin: 2px auto;
}

#cmsFloatPanel .ctrolPanel .message span {
	color: #ff3300;
	line-height: 90px;
}

#cmsFloatPanel .ctrolPanel .qrcode {
	height: 60px;
	display: block;
	margin: 2px auto;
}

#cmsFloatPanel .ctrolPanel .qrcode span {
	color: #0C6;
	line-height: 90px;
}

#cmsFloatPanel .arrow01 {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-top: 10px solid transparent;
	_border-top: 10px solid black;
	_filter: chroma(color=black);
	border-right: 10px solid transparent;
	_border-right: 10px solid black;
	_filter: chroma(color=black);
	border-bottom: 10px solid transparent;
	_border-bottom: 10px solid black;
	_filter: chroma(color=black);
	border-left: 10px solid #ddd;
	position: absolute;
	bottom: 0;
	position: absolute;
	left: 2px;
	top: 0;
}

#cmsFloatPanel .arrow02 {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-top: 10px solid transparent;
	_border-top: 10px solid black;
	_filter: chroma(color=black);
	border-right: 10px solid transparent;
	_border-right: 10px solid black;
	_filter: chroma(color=black);
	border-bottom: 10px solid transparent;
	_border-bottom: 10px solid black;
	_filter: chroma(color=black);
	border-left: 10px solid #fff;
	position: absolute;
	bottom: 0;
	position: absolute;
	left: 0;
	top: 0;
}

#cmsFloatPanel .servicePanel {
	width: 120px;
	height: 400px;
	position: fixed;
	right: 70px;
	top: 200px;
	z-index: 10000;
	overflow: visible;
	display: none;
	_position: absolute;
	_top: expression(eval(documentElement.scrollTop + 200));
}

#cmsFloatPanel .servicePanel .servicePanel-inner {
	width: 120px;
	position: relative;
	overflow: visible;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .arrowPanel {
	width: 10px;
	height: 30px;
	position: absolute;
	right: 1px;
	top: 50px;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .arrowPanel .arrow02 {
	border-left: 10px solid #399;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel {
	width: 110px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-hd {
	width: 110px;
	height: 60px;
	background: url(../images/cmsfloatpanel-service-hd-bg.gif) no-repeat left top;
	overflow: hidden;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-hd a {
	width: 24px;
	height: 24px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	display: block;
	float: right;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-hd a span {
	display: none;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-bd {
	width: 110px;
	background: url(../images/cmsfloatpanel-service-bd-bg.gif) repeat-y left top;
	overflow: hidden;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-bd .msggroup {
	width: 80px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
	border-bottom: solid 1px #ddd;
	margin: 0 15px;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-bd .msgtool {
	width: 80px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
	margin: 6px 15px;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-ft {
	width: 110px;
	height: 40px;
	background: url(../images/cmsfloatpanel-service-ft-bg.gif) no-repeat left top;
	overflow: hidden;
}

#cmsFloatPanel .messagePanel {
	width: 310px;
	height: 400px;
	position: fixed;
	right: 70px;
	top: 200px;
	z-index: 10000;
	overflow: visible;
	display: none;
	_position: absolute;
	_top: expression(eval(documentElement.scrollTop + 200));
}

#cmsFloatPanel .messagePanel .messagePanel-inner {
	width: 310px;
	position: relative;
	overflow: visible;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .arrowPanel {
	width: 10px;
	height: 30px;
	position: absolute;
	right: 1px;
	top: 110px;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .arrowPanel .arrow01 {
	border-left: 10px solid #ddd;
	left: 2px;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .arrowPanel .arrow02 {
	border-left: 10px solid #fff;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel {
	width: 300px;
	border: solid 1px #ddd;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-hd {
	height: 32px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	letter-spacing: 2px;
	text-indent: 10px;
	background: url(../images/cmsfloatformpanel-hd-bg.gif) no-repeat left top;
	overflow: hidden;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-hd a {
	width: 32px;
	height: 32px;
	font-family: "宋体";
	font-size: 12px;
	color: #fff;
	line-height: 32px;
	letter-spacing: 1px;
	text-indent: 0;
	display: block;
	float: right;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-hd a span {
	display: none;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-bd {
	padding: 10px 15px;
	overflow: hidden;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-bd div {
	font-size: 12px;
	color: #666;
	line-height: 30px;
	padding: 5px 0;
	overflow: hidden;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-ft {
	height: 30px;
	background: #f4f4f4;
	text-align: right;
	padding: 0 10px;
	overflow: hidden;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-ft a {
	font-size: 12px;
	color: #999;
	line-height: 30px;
	letter-spacing: 1px;
}

#cmsFloatPanel .qrcodePanel {
	width: 230px;
	height: 300px;
	position: fixed;
	right: 70px;
	top: 200px;
	z-index: 10000;
	overflow: visible;
	display: none;
	_position: absolute;
	_top: expression(eval(documentElement.scrollTop + 200));
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner {
	width: 230px;
	position: relative;
	overflow: visible;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .arrowPanel {
	width: 10px;
	height: 30px;
	position: absolute;
	right: 1px;
	top: 180px;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .arrowPanel .arrow01 {
	border-left: 10px solid #ddd;
	left: 2px;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .arrowPanel .arrow02 {
	border-left: 10px solid #fff;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel {
	width: 220px;
	background: #fff;
	border: solid 1px #ddd;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-hd {
	height: 32px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	letter-spacing: 2px;
	text-indent: 10px;
	background: url(../images/cmsfloatqrcodepanel-hd-bg.gif) no-repeat left top;
	overflow: hidden;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-hd a {
	width: 32px;
	height: 32px;
	font-family: "宋体";
	font-size: 12px;
	color: #fff;
	line-height: 32px;
	letter-spacing: 1px;
	text-indent: 0;
	display: block;
	float: right;
	overflow: hidden;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-hd a span {
	display: none;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-bd {
	padding: 10px;
	overflow: hidden;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-bd img {
	width: 200px;
	height: 200px;
	border: none;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-ft {
	height: 30px;
	background: #f4f4f4;
	text-align: center;
	padding: 0 10px;
	overflow: hidden;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-ft a {
	font-size: 12px;
	color: #666;
	line-height: 30px;
	letter-spacing: 1px;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-ft a:hover {
	color: #F00;
}
