﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
}
body {
	font-size: 12px;
	color: #333;
	font-family: "微软雅黑";
	overflow-x: hidden;
	background: #fff;
}
.bodybg {
	background: url(../images/bodybg.jpg) right 160px no-repeat;
}
img, a {
	border: 0;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
.clears {
	clear: both;
}
a {
	color: #333;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
a:hover {
	color: #F00;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
img {
	max-width: 100%;
	height: auto;
}
.width1000 {
	width: 1000px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.red {
	color: #f00;
}
.height1 {
	height: 7px;
}
.height2 {
	height: 30px;
}
.height3 {
	height: 20px;
}
.font14 {
	font-size: 14px;
}
.font12 {
	font-size: 12px;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.green {
	color: #7ABD54;
}
.orange {
	color: #f60;
}
.hui {
	color: #999;
}
/*--------------Common Start-----------------------*/

/*nav*/
.nav {
	width: 100%;
	height: 83px;
	background: #fff;
}
.logo {
	width: 250px;
	height: 83px;
	float: left;
}
.nav ul {
	width: 670px;
	height: 33px;
	float: left;
	margin: 25px 40px;
}
.nav li {
	float: left;
	width: 15%;
	margin-right: 1%;
	height: 33px
}
.nav li a {
	float: left;
	line-height: 33px;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.nav li a:hover, .nav li a.navCur {
	background: #ea6458;
	color: #fff;
	border-radius: 20px;
}
.nav li .chilNav {
	position: absolute;
	left: 0;
	top: 46px;
	z-index: 999;
	background: #E1E7EA;
	border-top: #376DB5 2px solid;
	display: none;
}
.nav li .chilNav a {
	height: 32px;
	line-height: 32px;
	border-bottom: #ddd 1px solid;
	font-size: 12px;
}
/*焦点轮换*/
.ibanner {
	height: 450px;
	position: relative;
}
.ibanner li {
	background: no-repeat top center;
	height: 450px;
}
.ibanr {
	height: 450px;
	position: relative;
}
.ibanr .img {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.ibanr .img li {
	width: 100%;
	height: 450px;
	float: left;
	background: no-repeat top center;
	background-size: cover;
}
.ibanr .img li a {
	display: block;
	width: 100%;
	height: 450px;
}
.ibanr .page {
	position: relative;
	top: -8%;
	z-index: 20;
	text-align: center;
	left: 45%;
}
.ibanr .page span {
	background: #cbd0be;
	float: left;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 25px;
	vertical-align: middle;
	display: block;
	margin: 0 15px 8px 15px;
*zoom:1;
	text-indent: 0;
	cursor: pointer;
}
.ibanr .page span.current {
	background: #ea6458;
}
.ibanr .prev {
	background: url(../images/prev.png) no-repeat;
	cursor: pointer;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 4%;
	top: 39%;
	z-index: 999;
}
.ibanr .next {
	background: url(../images/next.png) no-repeat;
	cursor: pointer;
	width: 100px;
	height: 100px;
	position: absolute;
	right: 4%;
	top: 39%;
	z-index: 999;
}
/*footer*/
.footer {
	width: 100%;
	background: #ea6458;
	color: #fff;
	padding-top: 20px;
}
.width600 {
	width: 600px;
	margin: 0 auto;
}
.footer a {
	color: #fff;
	font-size: 12px;
}
.footer span {
	color: #f4b7b2
}
.footqq {
	float: left;
	width: 22%;
}
.footqq .flogo {
	height: 30px;
	width: 30px;
	float: left;
	display: block;
	margin: 0 auto;
	background: url('../images/ico.png') no-repeat 0 -64px;
}
.footqq .ftext {
	text-align: center;
	float: left;
	color: #d9d9d9;
	font-size: 14px;
	line-height: 40px;
}
.footaddress {
	float: left;
	width: 40%;
}
.footaddress .flogo {
	height: 30px;
	width: 30px;
	float: left;
	display: block;
	margin: 0 auto;
	background: url('../images/ico.png') no-repeat 0 -100px;
}
.footaddress span {
	line-height: 30px;
}
.foottel {
	float: left;
	width: 35%;
}
.foottel .flogo {
	height: 30px;
	width: 30px;
	float: left;
	display: block;
	margin: 0 auto;
	background: url('../images/ico.png') no-repeat 0 -130px;
}
.foottel span {
	line-height: 20px;
}
.footnav {
	width: 600px;
	margin: 0 auto;
}
.footnavul {
	width: 400px;
	margin: 0 10%;
	height: 25px;
}
.footnavul li {
	float: left;
	width: 20%;
	color: #fff;
	height: 27px;
	line-height: 27px;
	text-align: center;
}
.footlink {
	width: 600px;
	margin: 0 auto;
}
.footlink span {
	width: 60px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	float: left;
}
.footlink a {
	color: #fff;
	height: 27px;
	line-height: 27px;
	margin-left: 10px;
	float: left;
}
.ewmding {
	position: absolute;
	left: 15%;
}
.footewm {
	width: 120px;
	height: 110px;
	position: relative;
	left: 74%;
	text-align: center;
}
.footewm span {
	line-height: 40px;
}
.copy {
	width: 1000px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.lineh220 {
	line-height: 220%;
}
/*分享*/
.bdshare-slide-style-l0 .bdshare-slide-button {
	background: url(../images/shark.png) no-repeat 0 0;
}
/*--------------Common End-----------------------*/

/*--------------首页 开始-----------------------*/
/*宣传广告*/
.xuanchuan {
	max-width: 1000px;
	margin: 0 auto;
}
.xuanchuan2 {
	width: 100%;
	margin: 0 auto;
}
/*案例展示*/
.incase {
	width: 100%;
	background: #ededed;
}
.indexcase {
	width: 1000px;
	margin: auto;
	height: 410px;
}
.zhuying {
	width: 1000px;
	margin: auto;
	height: auto;
	text-align: center;
}
.zhuying a {
	margin: 0 2px;
	padding: 5px 25px;
	background: #ddd;
	line-height: 36px;
}
.zhuying a:hover {
	background: #EB8679;
	padding: 5px 30px;
	color: #FFF
}
.casecat {
	height: 85px;
	width: 350px;
	margin: 0 auto;
	text-align: center;
}
.casecat .catname {
	margin: 0 44px;
}
.casecat .proem {
	text-align: center;
	float: left;
	width: 40%;
	margin-top: 10px;
}
.casecat .xian {
	height: 1px;
	background: #939393;
	float: left;
	width: 30%;
	margin: 24px auto;
}
.casecat .procat {
	background: #292929;
	height: 260px;
	padding: 30px 0;
}
.casecat .span {
	color: #a2a2a2;
	font-size: 13px;
	text-align: center;
}
.indexcase {
	margin-top: 20px;
}
.indexcase .prolist li {
	width: 23%;
	margin-right: 15px;
	float: left;
}
.indexcase .prolist li:nth-child(4n) {
	margin-right: 0;
}
.indexcase .prolist li img {
	width: 100%;
	height: 155px;
}
.indexcase .prolist li a {
	text-decoration: none;
	color: #000;
}
.indexcase .prolist li a:hover {
	color: #0168b7;
}
.indexcase .prolist li a span {
	color: #585858;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
}
.prolist li:hover .shade {
	position: absolute;
	width: 230px;
	height: 155px;
	background: Black;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 10;
}
.prolist li:hover .shade u {
	display: block;
	position: relative;
	top: 80px;
	left: 25px;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	background: url(../images/icons.png) no-repeat 0;
}
.prolist li .shade em {
	display: none;
	color: #fff;
	font-size: 1.5em;
	font-style: inherit;
}
.prolist li:hover .shade em {
	display: block;
	line-height: 150px;
	text-align: center;
}
/*about*/
.inabout {
	width: 100%;
	background: #ffffff;
}
.indexabout {
	width: 1000px;
	margin: auto;
	height: 410px;
}
.aboutcat {
	height: 85px;
	width: 350px;
	margin: 0 auto;
	text-align: center;
}
.aboutcat .catname {
	margin: 0 44px;
}
.aboutcat .proem {
	display: block;
	font-size: 20px;
	text-align: center;
	float: left;
	width: 33%;
	margin-top: 10px;
}
.aboutcat .xian {
	height: 1px;
	background: #939393;
	float: left;
	width: 33%;
	margin: 24px auto;
}
.aboutcat .procat {
	background: #292929;
	height: 260px;
	padding: 30px 0;
}
.aboutcat .span {
	color: #a2a2a2;
	font-size: 13px;
	text-align: center;
}
.indexabout {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
	height: 280px;
}
.abdesc {
	text-align: center;
	color: #676767;
	font-weight: lighter;
}
.indexabout .aboutimg {
	float: left;
	width: 27%;
}
.aboutdesc {
	float: left;
	margin-left: 25px;
	width: 70%;
}
.abouttext {
	font-size: 1.2em;
	line-height: 25px;
	text-indent: 2em;
	color: #6a6a6a;
	font-size: 15px;
	line-height: 30px;
}
.indexabout .more {
	height: 35px;
	width: 80px;
	line-height: 35px;
	float: right;
	margin-right: 25px;
	background: #e86754;
	color: #fff;
	text-align: center;
}
/*news*/
.indexnews {
	width: 1000px;
	margin: 0 auto;
	height: 400px;
	margin-top: 60px;
}
.innewsleft {
	width: 50%;
	float: left;
	height: 360px;
}
.catname {
	height: 40px;
}
.innewsleft .catname em {
	background: url('../images/ico.png');
	height: 30px;
	width: 30px;
	display: block;
	float: left;
}
.innewsright .catname em {
	background: url('../images/ico.png' )30px -28px;
	height: 30px;
	width: 30px;
	display: block;
	float: left;
}
.catname span {
	height: 30px;
	line-height: 30px;
	width: 80px;
	display: block;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
}
.innewsleft .innewtj {
	float: left;
	width: 40%;
	margin-left: 5%;
}
.innewsleft .innewtj .newtitle {
	font-size: 1.3em;
	color: #000;
	height: 22px;
	width: 100%;
	overflow: hidden;
	display: block;
}
.innewsleft .innewtj .newdesc {
	font-size: 1.1em;
	color: #a3a3a3;
}
.innewsleft .innewtj .newmore {
	float: right;
}
.innewsleft .newslist {
	float: left;
	width: 440px;
	margin: 25px 0;
}
.innewsleft .newslist li {
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px #d2d2d2 dashed;
	color: #888888;
	background: url('../images/dian.png') no-repeat -10px;
	font-size: 14px;
}
.innewsleft .newslist li span {
	float: right;
}
.innewsleft .newslist .innewcat {
	margin-left: 15px;
	float: left;
}
.innewsright a img {
	width: 500px;
	height: 210px;
}
.innewsright .title {
	font-size: 1.6em;
	color: #000;
	line-height: 45px;
}
.innewsright .desc {
	color: #a3a3a3;
	font-size: 1.2em;
	overflow: hidden;
	height: 80px;
}
.innewsright .more {
	color: #000;
	float: right;
}
/*link*/
.indexlinks {
	height: 50px;
}
.indexlinks .linkdiv {
	height: 50px;
	line-height: 50px;
	float: left;
}
.linkdiv strong {
	font-size: 1.5em;
	color: #248dcd;
	height: 50px;
	line-height: 50px;
	margin-left: 20px;
	display: block;
	float: left;
}
.linkdiv i {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/link.png) no-repeat 0 1px;
	float: left;
}
.link {
	width: 83%;
	float: left;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.link a {
	color: #696969;
	line-height: 50px;
	padding: 0 20px;
}
/*--------------首页结束-----------------------*/

/*content*/
.content {
	padding: 40px 0;
}
.contLeft {
	float: left;
	width: 228px;
}
.content .contLeft {
	background: #f0eeee;
	padding: 0;
}
.content .leftNav dl {
	background: #f0eeee;
	padding: 0;
}
.content .leftNav dt {
	background: #ea6458;
	height: 60px;
	line-height: 60px;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	border-radius: 10px 10px 0 0;
}
.content .leftNav dd a {
	padding: 0;
	display: block;
	height: 30px;
	line-height: 30px;
	background: url(../images/futbg.png);
	margin-top: 10px;
}
.content .leftNav dd a.thiscursor {
	background: url(../images/thisfutbg.png);
	color: #fff;
}
/*.content .leftNav dd a:first-child{height:80px;margin-top:0;}*/
.content .leftNav dd a i {
	width: 30px;
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	background: url(../images/dian1.png) no-repeat;
}
.content .leftNav dd a span {
	display: block;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
}
.content .contLeft .selltel {
	padding: 20px 0 20px 90px;
	background: url(../images/phone.png) 30px 12px no-repeat;
}
.content .contLeft .selltel strong {
	display: block;
	height: 22px;
	line-height: 22px;
	color: #ea6458;
	font-size: 16px;
}
.content .contLeft .selltel span {
	display: block;
	font-size: 16px;
	color: #868686;
}
/*左侧推荐新闻*/
.left_new {
	margin-top: 30px;
	padding-bottom: 15px;
}
.left_new_tit {
	width: 210px;
	margin-left: 10px;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #B5B5B5;
	padding-bottom: 8px;
}
.left_new_tit span {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	border-left: 5px solid #ea6458;
	height: 18px;
	line-height: 16px;
	padding-left: 5px;
	display: block;
}
#roll {
	line-height: 25px;
	margin-top: 15px;
}
#roll li {
	background: url(../images/dian.jpg) no-repeat left center;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
}
#roll li a {
	font-size: 13px;
}
.jianTitle {
	height: 35px;
	line-height: 35px;
	padding-left: 25px;
	background: url(../images/jian.jpg) left center no-repeat;
	font-size: 14px;
	font-weight: bold;
}
.jianList a {
	display: block;
	padding: 5px 0;
}
.contRight {
	float: right;
	width: 740px;
}
/*positions*/
.positions {
	height: 40px;
	line-height: 40px;
	border-bottom: #D0D0D0 1px solid;
	padding-left: 25px;
	background: url(../images/home.jpg) left center no-repeat;
}
.article {
	padding: 15px 0;
}
/*联系我们*/
.contact {
	padding: 15px 0 0 0;
}
.contact h2 span {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	border-bottom: #376DB5 3px solid;
	font-size: 14px;
	color: #376DB5;
	width: 150px;
	padding-left: 5px;
}
.contact td {
	line-height: 20px;
	padding-right: 10px;
}
.contact .contactdesc {
	margin: 20px 0
}
/*新闻中心*/
.new {
	padding: 14px 0 0 0;
}
.new dt {
	float: left;
	width: 250px;
	height: 185px;
}
.new dd {
	float: left;
	width: 475px;
	margin-left: 10px;
}
.new dd h3 {
	font-size: 14px;
	padding: 10px 0;
}
.new dd time {
	color: #999;
	display: block;
	line-height: 25px;
}
.new dd .newText {
	line-height: 24px;
	color: #666;
}
.new ul {/*border-top:#ddd 1px solid;*/
	margin: 10px 0 0 0;
}
.new li {
	height: 40px;
	line-height: 40px;
	position: relative;
	border-bottom: #ddd 1px solid;
}
.new li span {
	position: absolute;
	right: 0;
	top: 0;
}
/*css manu style pagination*/
.manu {
	padding: 3px;
	margin: 10px 3px;
	text-align: center;
	font-size: 14px;
	font-family: "Arial"
}
.manu a {
	border: #eee 1px solid;
	padding: 2px 5px;
	margin: 2px;
	color: #036cb4;
	text-decoration: none;
}
.manu a:hover {
	border: #999 1px solid;
	color: #666;
}
.manu a:active {
	border: #999 1px solid;
	color: #666;
}
.manu .current {
	border: #036cb4 1px solid;
	padding: 2px 5px;
	font-weight: bold;
	margin: 2px;
	color: #fff;
	background-color: #036cb4;
}
.manu .disabled {
	padding: 2px 5px;
	margin: 2px;
	color: #ddd;
}
/*分页*/
.fenye {
	text-align: center;
	margin: 20px 0 30px;
}
.fenye ul {
	height: auto;
	overflow: hidden;
}
.fenye span, .fenye a {
	display: inline-block;
	padding: 0 9px;
	margin: 0 2px;
	background: #ddd;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #000;
}
.fenye span.current {
	background: #38a13a;
	color: #fff;
}
.fenye a:hover {
	background: #38a13a;
	color: #fff;
}
/*新闻详情*/
.newinfo {
	padding: 20px 0 0 0;
}
.newinfo h3 {
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}
.newinfo h1 {
	font-size: 25px;
	line-height: 25px;
	text-align: center;
}
.newinfo time {
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #f7f7f7;
	color: #acacac;
	margin: 15px;
}
.newinfoText {
	line-height: 25px;
	padding: 5px 0;
}
.newinfo td {
	padding: 10px 0;
}
.newinfo td a {
	color: #999;
}
/*产品与方案*/
.product {
}
.product dl {
	float: left;
	width: 31%;
	margin: 10px 10px 5px 0;
}
.product dt {
	text-align: center;
}
.product dt img {
	width: 100%;
	height: 155px;
	border: 3px #ea6458 solid;
	border-radius: 3px;
}
.product dd {
	text-align: center;
	height: 16px;
	line-height: 30px;
}
.proEq {
	height: 40px;
	border-bottom: #ddd 2px solid;
	margin: 10px 0;
}
.proEq li {
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-bottom: #ddd 2px solid;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
.proEq li:hover {
	border-bottom: #000 2px solid;
}
.proEq li.proeqCur {
	border-bottom: #376DB5 2px solid;
}
.proList {
	font-size: 14px;
	line-height: 25px;
	padding: 10px;
	min-height: 450px;
	display: none;
}
.proImgBox {
	height: 232px;
	margin: 20px 0 0 0
}
.proimgBig {
	float: left;
	width: 230px;
	height: 230px;
	border: #ddd 1px solid;
	overflow: hidden;
}
.proimgSm {
	float: right;
	width: 460px;
}
.proimgSm h3 {
	font-size: 14px;
	color: #0b53a5;
	height: 35px;
	line-height: 35px;
}
.proimgSm ul {
	height: 102px;
	margin: 95px 0 0 0;
}
.proimgSm li {
	float: left;
	margin-right: 5px;
	cursor: pointer;
	width: 100px;
	height: 100px;
	border: #ddd 1px solid;
}
.proimgSm li.proimgsmCur {
	border: #376DB5 1px solid;
}
/*下载中心*/
.download {
}
.download li {
	height: 40px;
	line-height: 40px;
	border-bottom: #ddd 1px solid;
	position: relative;
}
.download li span {
	position: absolute;
	right: 40px;
	top: 0;
}
.download li .downs {
	position: absolute;
	right: 5px;
	top: 12px;
}
/*serTitle*/
.serTitle {
	padding: 20px 0;
}
.serTitle .title2 {
	float: left;
	width: 200px;
	margin: 12px 0 0 0;
}
.title2 {
	margin: 10px 0;
}
.title2 span {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	border-bottom: #376DB5 3px solid;
	font-size: 14px;
	color: #376DB5;
	width: 150px;
	padding-left: 5px;
}
.serTitle .phone {
	margin: 0;
}
.messages label {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.messages input {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
.messages .input1 {
	width: 220px;
	height: 29px;
	border: #DADADA 1px solid;
}
.messLeft {
	float: left;
	width: 250px;
}
.messRight {
	float: right;
	width: 360px;
}
.messages .input2 {
	width: 358px;
	height: 29px;
	border: #DADADA 1px solid;
}
.messages textarea {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	border: #dadada 1px solid;
	width: 358px;
	height: 160px;
}
.messSub {
	padding: 10px 0 0 0;
}
.messSub input {
	background: #376db5;
	color: #fff;
	font-size: 16px;
	text-align: center;
	height: 41px;
	width: 155px;
	font-family: "微软雅黑";
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.messSub input:hover {
	background: #f60;
}
/*人才中心*/
.join {
	width: 100%;
	font-size: 14px;
	margin: 10px 0 0 0;
}
.join td, .join th {
	border-bottom: #ddd 1px solid;
	padding: 10px 0;
	line-height: 20px;
}
/*在线QQ*/
.clearit {
	clear: both;
}
#floatbox {
	position: fixed;
	width: 151px;
	right: 0;
	top: 30%;
	z-index: 9999;
	overflow: hidden;
}
.content-box {
	float: right;
	width: 120px;
}
.qq-top {
	width: 120px;
	height: 29px;
	background: url(../images/qq_top.png) no-repeat;
}
.qq-center {
	height: 220px;
	width: 108px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: #ea6458 solid 1px;
	border-right: #ea6458 solid 1px;
	padding-top: 5px;
	background: #fff;
}
.qq-bottom {
	width: 120px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #4B7FD5;
	background: url(../images/qq_bottom.png) no-repeat;
}
.content-box h3 {
	font-size: 13px;
	font-family: microsoft yahei;
	color: #2460A3;
	line-height: 20px;
	border-bottom: #D3DFED solid 1px;
	font-weight: normal;
	text-align: center;
}
.content-box h4 {
	font-size: 13px;
	font-family: microsoft yahei;
	line-height: 30px;
	border-bottom: #EFEFEF solid 1px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.content-box p {
	font-size: 14px;
	font-family: microsoft yahei;
	color: #D60101;
	text-indent: 12px;
	font-weight: normal;
	line-height: 30px;
}
.content-box ul {
	width: 88px;
	padding: 0px 0px 0px 10px;
}
.content-box li {
	list-style: none;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	padding: 5px 5px;
	padding-right: 5px;
}
.content-box .rightewm {
	line-height: 100px;
	height: 110px;
	padding: 0;
}
.content-box li span a {
	width: 25px;
	float: left;
	text-align: right;
	padding-top: 5px;
	margin-right: 10px;
}
.QQ_close {
	float: right;
	width: 29px;
	height: 117px;
	background: url(../images/qq_left.png) no-repeat;
	margin-top: 28px;
	cursor: pointer;
}
#roll1 li {
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
}