*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body
{
	background: #FFF;
	font-family: '微软雅黑', arial;
	font-size: 13px;
	position: relative;
}
html,body{height:100%;width:100%;}

/* end templatemo page container */
.vegas-loading{
	border-radius:10px;background:#000;background:rgba(0,0,0,0.7);background:url(/images/loading.gif) no-repeat center center;height:32px;left:20px;position:fixed;top:20px;width:32px;z-index:0;
}
.vegas-overlay{
	background:transparent url(overlays/01.png);opacity:0.5;z-index:-1;
}
.vegas-background{
	max-width:none!important;z-index:-2;
}
.vegas-overlay,.vegas-background{
	-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;
}
.vert-text{
	display:table-cell;vertical-align:middle;text-align:center;color:#f1f1f1;background:rgba(0,0,0,0.48);
}
.vert-text h1{
	padding:0;margin:0;font-size:4.5em;font-weight:700;
}

/* start templatemo navigation */
.navbar-default
{
	background: #FFF;
	border: none;
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	margin: 0;
	height: 65px;
}
.navbar-default .navbar-brand
{
	padding: 10px 0 0 0;
	height: 65px;
	line-height: 40px;
	color: #333;
}
.navbar-default .nav li {
	min-width: 80px;
}
.navbar-default .nav li a
{
	color: #333;
	font-size: 16px;
	height: 65px;
	margin-top:0px;
	line-height: 32px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline:none;
    -moz-outline:none;
    text-align: center;
}
.navbar-default .nav li a span{
	display:block; 
	font-size:12px;
	line-height:10px;
}
.navbar-default .nav li a:hover
{
	background-color: #ffa400;
	color: #FFF;
}
.navbar-default .nav li a:focus { color: #303030; }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #FFF;
	background-color: #ffa400;
}
.navbar-active {
	color: #FFF;
	background-color: #ffa400;
}
.navbar-default .navbar-toggle
{
	border: none;
	padding-top: 18px;
}
.navbar-default .navbar-toggle .icon-bar
{
	background: #ffa400;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }



<style> 
#Menu { 
width:100%; 
border:0px solid #CCC; 
overflow:hidden; 
} 
#Menu ul { 
margin:0; 
padding:0; 
list-style:none; 
height:65px;
} 
#Menu li { 
width:95px; 
height:65px; 
line-height:65px; 
float:left; 
overflow:hidden; 
text-align:center; 
} 
#Menu li:hover{ 
background: #303030;
}
#Menu a { 
width:95px; 
float:left; 
font-size:18px;
color:#666;
overflow:hidden; 
} 
#Menu span { 
display:block; 
color:#FF0;
margin-top:-65px; 
} 
#Menu a:hover { 
padding-top:65px; 
} 
</style>

/* end templatemo navigation */

/** 图片轮播 */
/* start templatemo header background slideshow */
#home { padding-top: 65px; }
._prev,
._next {
  position: absolute;
  top: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  margin-top: -25px;
  z-index: 5;
}

._prev:hover,
._next:hover {
  color: #fff;
}
._prev:visited,
._next:visited {
  color: #fff;
}
._prev:link,
._next:link {
  color: #fff;
}
._prev {
  left: 10px;
}

._next {
  right: 10px;
}

.header {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}

.vert-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #F1F1F1;
    background: rgba(0, 0, 0, 0.48) none repeat scroll 0% 0%;
}

.navbarheader {
	background: #fff;
	width: 100%;
}

/** 行背景 */
/*mainrow1*/
.mainrow1{background-color: #ffffff;padding-top: 60px;padding-bottom: 60px;}

/* mainrow2 */
.mainrow2{background-color: #f3f4ef;padding-top: 30px;padding-bottom: 30px;}

/** 标题样式 */
.title1{
	font-size: 30px;
	font-family: arial;
	color: #4e4e4e;
}
.title2 {
	font-size: 20px;
	color: #4e4e4e;
}

/** 设计团队 */
.teamtitle {
	font-size: 15px;
	padding: 5px;
}
.teamcontent {
	background: rgb(123, 123, 123);
	width: 100%;
	padding: 15px;
	line-height: 30px;
	color: #fff;
	text-align: left;
}

/** 合作伙伴 */
#kehu_cssbox{margin:0 auto;overflow:hidden;}
#kehu_cssbox ul{margin:0 auto;padding: 0px;}
#kehu_cssbox ul li{list-style:none;margin:0px 0px 0px 10px;}
#kehu_cssbox ul li img{border:1px solid #e9e9e9;margin-top:10px;margin-right: 10px;}
#kehu_cssbox ul li img:hover{opacity: 0.6;filter: alpha(opacity=60);}
#kehu_cssbox div{
	padding-top: 10px;
	padding-bottom: 10px;
}

/** 服务中心 */
.workflowtitle {
    font-size: 14px;
    color: #DE411A;
    font-style: italic;
    font-weight: bold;
}

a {	color: #ffa400; }
a:hover, a:active 
{
	color: #ffd485;
	text-decoration: none;
}
/* end templatemo contact */

/* start templatemo footer */
footer
{
	border-top: 1px solid #404040;
	background: #202020;
	color: #FFF;
	padding: 30px 0 30px 0;
}
footer .social_icon a
{
	border: 1px solid #FFF;
	border-radius: 50%;
	color: #FFF;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	margin: 0 4px 24px 6px;
}
footer .social_icon a:hover
{
	border-color: transparent;
	background: #ffa400;
}
/* end templatemo footer */

/* starttemplatemo  go top */
.go-top 
{
	background-color: #ffa400;
	border-radius: 50%;
	bottom: 2em;
	right: 2em;
	color: #FFF;
	display: none;
	position: fixed;
	text-decoration: none;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.go-top:hover {	color: #F9F9F9; }
/* end templatemo go top */

@media only screen and (max-width: 1199px) {
	.flexslider h1 { font-size: 30px; }
	.flexslider h2 { font-size: 24px; }
}

/* start templatemo 768 media quires */
@media only screen and ( max-width: 768px ) {
	.navbar-default .navbar-brand {	margin: 0px; }
	.navbar-default .navbar-nav	{ margin: 0; }
	.navbar-default .navbar-collapse
	{
		padding-left: 0px;
		padding-right: 0px;
		background-color:#eee;
	}
	.flexslider h1 { font-size: 26px; }
	.flexslider h2 { font-size: 18px; }
	.templatemo-slider-btn { 
		margin-top: 10px; 
		width: 180px;
		height: 40px;
		padding-top: 8px;
	}
	#chat_f1,#chat_f2{display: none;}
}
/* end templatemo 768 media quires */

/* start templatemo 680 media quires */
@media only screen and ( max-width: 680px ) {
	.navbar-default .navbar-nav li a { border-bottom: 1px solid #f6f6f6; line-height: normal; height: 40px; }
	#chat_f1,#chat_f2{display: none;}
}
/* end templatemo 680 media quires */

/* start templatemo 600 media quires */
@media only screen and ( max-width: 640px ) {	
	.flexslider h1 { font-size: 20px; }
	.flexslider h2 { font-size: 14px; }
	.templatemo-slider-btn {
		width: auto;
		height: auto;
		padding: 10px 20px;
		margin-top: 10px; 
	}
	#chat_f1,#chat_f2{display: none;}
}
/* end templatemo 600 media quires */

ul{
	list-style:none;
}
.maincase {
	background: #fff;
	padding: 10px;
}

.btn-nav {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #e7e7eb;
}
.btn-nav:hover,
.btn-nav:focus,
.btn-nav:active{
	color: #ffffff;
	background-color: #f89406;
	*background-color: #df8505;
	outline: none;
	border: 1px solid #f89406;
}
.btn-nav-active {
	color: #ffffff;
	background-color: #f89406;
	*background-color: #df8505;
}

.btn-nav-active:HOVER {
	color: #ffffff;
}

.news-li {
	padding: 5px;
}

.news-title {
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	line-height: 28px;
	/*max-height: 56px;
	overflow: hidden;*/
	word-wrap: break-word;
	word-break: break-all;
}

.news-title a {
	color: #000;
	text-decoration:none;
}

.news-title a:HOVER {
	color: #f89406;
}

.news-title a:FOCUS {
	outline: none;
}

.news-image-box {
	margin :8px 0px;
}

.news-image {
	cursor: pointer;
}

.news-date {
	font-weight: 400;
	font-style: normal;
}

.news-desc {
	padding: 5px 0 10px;
	word-wrap: break-word;
	word-break: break-all;
	font-size: 14px;
}

.pagination-sm2 li a {
	color: #000;
}
.pagination-sm2 li a:HOVER {
	color: #000;
}

.pagination-sm2 li.active a,.pagination-sm2 li.active a:HOVER {
	color: #ffffff;
	background-color: #f89406;
	*background-color: #df8505;
	border: 1px solid #f89406;
}

.jobs-title {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
*{padding:0; margin:0;}
.box {
width: 100%;
display: -webkit-box;
display: -moz-box;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
margin: 0px;
	padding: 0px;
}
.box > * {
-webkit-box-flex: 1;
-moz-box-flex: 1;
margin: 0px;
	padding: 0px;
}
.nav4{
	height:45px;
	margin: 0px;
	padding: 0px;
}
.nav4 ul{
	position:fixed;
	z-index:200;
	bottom:0;
	left:0;
	width:100%;
	margin: 0px;
	padding: 0px;
}
.nav4 li{
	border:1px solid rgba(190,190,190,1);
	height:45px;
	border-bottom:0;
	border-right:0;
	position:relative;
	-webkit-box-shadow:inset 0 0 3px #fff;
	float:left;
	width:33.26%;
}
.nav4 li:nth-of-type(1){border-left;0;}
.nav4 li>a{
	font-size:15px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	/*border:1px solid #f9f8f9;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	border-bottom:0;
	display:block;
	line-height:45px;
	text-align:center;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dcdcdc), color-stop(35% ,#ededed), color-stop(50%, #e3e3e3) );
}
.nav4 li>a:only-child span{
	background:none;
	padding-left:0;
}
.nav4 li>a.on + dl{
	display: block;
}
.nav4 li>a span{
	color: #4f4d4f;
	display: inline-block;
	padding-left: 15px;
	background: url(imgs/1.svg#2) no-repeat 4px 18px;
	-webkit-background-size: 9px auto;
	text-shadow:0px 1px 0px #ffffff;
}
/***********************/
.nav4 dl{
	display:none;
	position:absolute;
	z-index:220;
	bottom:60px;
	left:50%;
	width:100px;
	margin-left:-50px;
	background:red;
	/*min-height:100px;*/
	background:#e4e3e2;
	/*border:1px solid #afaeaf;*/
	border-radius:5px;
	-webkit-box-shadow:inset 0 0 3px #fff;
	background:url(imgs/2.svg#3) no-repeat center center;
	-webkit-background-size:100%;
	background-size:100%;
}
/*, .nav4 dl:after*/
.nav4 dl:before{
	content:"";
	display:inline-block;
	position:absolute;
	z-index:240;
	bottom:0;
	left:50%;
	/*width:0;
	height:0;
	border:8px solid red;
	border-color:#afaeaf transparent transparent transparent;
	margin-left:-8px;
	margin-bottom:-16px;*/
	width:10px;
	height:8px;
	background: url(imgs/1.svg#2) no-repeat center -55px;
	-webkit-background-size: 10px auto;
	bottom: -7px;
	margin-left: -5px;
}
/*.nav4 dl:after{
	z-index:241;
	border-color:#e4e3e2 transparent transparent transparent;
	margin-bottom:-15px;
}*/
.nav4 dl dd{
	line-height:45px;
	text-align:center;
	background:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(194,194,194,0.8)), to(rgba(194,194,194,0.8)), color-stop(50%, rgba(194,194,194,0.8)));
	background-size:80% 1px;
	background-repeat:no-repeat;
	background-position: center bottom;
	/*background: url(imgs/3.svg#4) no-repeat center bottom;
	-webkit-background-size:100px 1px;*/
}
.nav4 dl dd:last-of-type{
	background:none;
}
.nav4 dl dd a{
	font-size: 15px;
	display:block;
	color:#4f4d4f;
	text-shadow:0px 1px 0px #ffffff;
	white-space: pre;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nav4 .masklayer_div{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 180;
	background: rgba(0,0,0,0);
}
.nav4 .masklayer_div.on{display: block;}

/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 100;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #ff4a00 url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}

/** 通用a href样式 **/
.common-a {
	color: #000;
	text-decoration:none;
}

.common-a:HOVER {
	color: #f89406;
}

.common-a:FOCUS {
	outline: none;
}

/** 新闻明细样式 **/
.right_title {
	border: 1px solid #666;
    padding-bottom: 0px;
    color: #fff;
	background-color:#999;
	text-align:center;
    margin-bottom: 5px;
    margin-top: -10px;
}
.newstitle {
	border-bottom: 1px solid #eee;
}
.up_2 {
    margin-top: 20px;
}
.row_nav_time {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
}
.news-content {
	margin-top: 30px;
	font-size: 15px;
	line-height: 25px;
}
.news_right_list {
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.news_img_title {
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.news_show_title {
	overflow: hidden;
}
.news_show_title a{
	color:#666;
}
.news_show_title a:hover{
	color: #F90;
}
.news_show_title dd{
	height: 40px;
	margin-top:5px;
	line-height: 35px;
	background-color: #fff;
	text-align: center;
	border-radius:5px 5px 5px 5px;
	border:#999 solid 1px;
	font-size: 16px;
}
.pd_5px {
	padding: 5px;
}
.cases-content {
	margin-top: 30px;
	font-size: 15px;
	line-height: 25px;
}
.center {
	width: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.culture_sec3 {
    padding:30px 0px;
    background: url(/images/culture_03.jpg) center top no-repeat;
}
.vision_list {
    float: left;
    padding-left: 30px;
}
.vision_list li{ font-size:14px; color:#666; margin-bottom:46px;}
.vision_item{ font-weight:normal; font-size:16px; color:#482c16; margin-bottom:10px;}
.vision_item em{ font-size:24px;}

/**在线客服*/
/* side */
.side{position:fixed;width:54px;height:275px;right:0;top:214px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative;}
.side ul li .sidebox{white-space:nowrap;position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#444;color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#444;transition:all 0.3s;}
.side ul li .sidetop:hover{background:#ae1c1c;}
.side ul li img{float:left;}
/** 服务中心 */
.service_row {
	padding-top: 30px;
}
.service_title {
	font-size: 15px;
	margin-top: 10px;
}
.wf_col {
	padding-top: 20px;
	font-size: 15px;
}
.wf_row {
	padding-top: 20px;
}
.sw_title_red {
	color: #DC0000;
	font: bold 24px/30px "Microsoft Yahei", "微软雅黑";
}
.sw_desc {
	font-size: 15px;
	line-height: 30px;
	margin-top: 15px;
}
.sw_wf {
	border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 20px;
}
.wf_sw {
	border-bottom: 1px dashed #ccc;
    padding: 20px 0;
    margin: 5px 0;
}
.wf_fl_l dl dt {
    float: left;
    font: normal 60px/60px Arial;
    width: 80px;
    color: #DC0000;
}
.wf_fl_l dl dd {
    color: #231815;
    float: left;
    max-width: 590px;
}
.wf_se_desction{
	clear: both;
	padding-top: 20px;
	font-size: 15px;
}
.wf_nub {
    background: #fff001;
    border-radius: 25px;
    -moz-border-radius: 125px;
    -webkit-border-radius: 125px;
    font: normal 17px/30px "Microsoft YaHei";
    width: 225px;
    height: 225px;
	padding-top: 20%;
    text-align: center;
    vertical-align: middle;
}
.wf_contact {
	margin-top: 30px;
    margin-bottom: 30px;
}
.sw_contact_l {
    background: url(/images/sw_tel.jpg) no-repeat left center;
    font: bold 16px/20px "Microsoft YaHei";
    padding-left: 40px;
}


/** 设计团队 */
.team_row {
	padding-top: 30px;
}
.team_title {
	font-size: 15px;
	margin-top: 10px;
}
.twf_col {
	padding-top: 20px;
	font-size: 15px;
}
.twf_row {
	padding-top: 20px;
}
.tsw_title_red {
	color: #DC0000;
	font: bold 24px/30px "Microsoft Yahei", "微软雅黑";
}
.tsw_desc {
	font-size: 15px;
	line-height: 30px;
	margin-top: 15px;
}
.tsw_wf {
	border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 20px;
}
.twf_sw {
	border-bottom: 1px dashed #ccc;
    padding: 20px 0;
    margin: 5px 0;
}
.twf_fl_l {
    width: 100%;
}
.twf_fl_l dl dt {
    float: left;
    font: normal 60px/60px Arial;
    width: 260px;
    color: #DC0000;
}
.twf_fl_l dl dt img {
    width: 240px;
}
.twf_fl_l dl dd {
    color: #231815;
    float: left;
    max-width: 100%;
}
.twf_se_desction{
	clear: both;
	padding-top: 20px;
	font-size: 15px;
	line-height: 200%;
}
.twf_nub {
    background: #fff001;
    border-radius: 125px;
    -moz-border-radius: 125px;
    -webkit-border-radius: 125px;
    font: normal 17px/125px "Microsoft YaHei";
    width: 125px;
    height: 125px;
    text-align: center;
    vertical-align: middle;
	margin-top:20px;
}
.twf_contact {
	margin-top: 30px;
    margin-bottom: 30px;
}
.tsw_contact_l {
    background: url(/images/sw_tel.jpg) no-repeat left center;
    font: bold 16px/20px "Microsoft YaHei";
    padding-left: 40px;
}


/*子页样式*/
.subBanner, .subBody{width:100%;margin:0 auto;}
.subBody{margin-bottom:25px;}
.subBody .search_l{margin-bottom:25px;}
.subBody .subnav{margin-bottom:5px;}
.subBody .subnav li{margin-bottom:2px;}
.subBody .subnav li a{display:block;height:24px;line-height:24px;padding-left:20px;background:url(../images/subnav_ico.gif) no-repeat 5px center;}
.subBody .subnav li a:hover{color:#fff;text-decoration:none;background:url(../images/subnav_ico_on.gif) no-repeat 5px center #ccc;}
.subBody .subnav li a.on, .subBody .subnav li a:hover.on{color:#fff;background:#999;}
.subBody .subTitle{margin-bottom:25px;padding-bottom:10px;border-bottom:1px solid #666;text-align:right;}
.subBody .subTitle .catname{font-size:15px;font-weight:bold;float:left;font-family:"微软雅黑";color:#333;}
.subBody .subTitle .shopcart{background:url(../images/shopcart_ico.gif) no-repeat 0 center; padding-left:20px;}
.subBody .subTitle a{color:#666;}
.subBody .subTitle span{color:#666;}
.subBody .subTitle a.goback{float:left;margin-left:10px;}
.subBody .subtype li{float:left;}
.subBody .subtype li a{background:#ffa41b;padding:2px 5px;margin-right:5px;color:#fff;}
.subBody .subtype li a:hover{text-decoration:none;background:#ff9900;}
.subBody .subtype li a.on{background:#999;}
.subBody .subtype2{padding:0 0 0 10px;}
.subBody .subtype2 li{float:left;}
.subBody .subtype2 li a{background:#fff8ed;border:1px solid #ff9900;padding:2px 5px;margin-right:5px;color:#3e3e3e;}
.subBody .subtype2 li a.on{color:#ff6600;}
.subCont{line-height:26px;color:#666;}



/*大图样式*/
.picarr{position:relative;margin:20px auto;}
.picarr .picture{width:100%;text-align:center;}
.picarr .picture img{width:100%;text-align:center;}
.picarr .picture a{display:none;}
.picarr .preview{width:100%;margin-top:20px;padding:5px;background:#eef3fa;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.picarr .preview li{float:left;margin:4px;}
.picarr .preview li a{width:58px;height:45px;border:1px solid #fff;background:#fff;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:35px;*font-family:Arial;}
.picarr .preview li a img{vertical-align:middle; width:100%;}
.picarr .preview li.current a{border:1px solid #000;}


/*详细页功能区*/
.preNext{position:relative;}
.preNext .line{height:10px;overflow:hidden;clear:both;background:url(../images/box_dotline.gif) left 15px repeat-x;margin:4px auto;padding-top:10px;}
.preNext .line strong{display:block;width:8px;height:10px;overflow:hidden;font-size:0px;line-height:100px;background:url(../images/box_dotline.gif) right -10px no-repeat;float:left;}
.preNext .text{color:#999;}
.preNext .actBox{position:absolute;top:25px;right:0;}
.preNext .actBox li{display:inline;padding-left:22px;background-image:url(../images/actbox-ico.gif);background-repeat:no-repeat;margin-left:10px;}
.preNext .actBox li a{color:#666;}
.preNext .actBox li#act-fav{background-position:4px 0px;}
.preNext .actBox li#act-err{background-position:4px -37px;}
.preNext .actBox li#act-pus{background-position:4px -73px;}
.preNext .actBox li#act-pnt{background-position:4px -109px;}


/*评论样式*/
.commnet{margin:20px 0 30px;padding:8px 0 0 8px;background:url(../images/commnet_bg.png) repeat-x;border:1px solid #ccc;border-radius:3px;}
.commnet textarea{width:100%;height:59px;border:none;background:transparent;outline:none;font-size:14px;color:#999;overflow:auto;}
.commnet .toolbar{padding-top:8px;_padding-top:5px;*padding-top:5px!important;height:30px;line-height:30px;overflow:hidden;}
.commnet .options{float:left;}
.commnet .button,
.commnet .button_on{float:right;width:100px;height:30px;border:none;border-left:1px solid #ccc;font-size:14px;font-weight:bold;cursor:pointer;}
.commnet .button{background:url(../images/commnet_btn_bg.png) repeat-x;}
.commnet .button_on{background:url(../images/commnet_btnon_bg.png) repeat-x;}
.commlist{margin-top:20px;}
.commlist li{border-bottom:1px solid #eaeaea;word-wrap:break-word;}
.commlist li p{line-height:20px;color:#999；}
.commlist li span.uname{color:#D32;font-family:Verdana;font-weight:bold;}
.commlist li span.time{color:#bbb;}
.commnum span{display:inline-block;width:70px;margin-top:20px;line-height:24px;border:1px solid #ccc;background:#f5f5f5;border-radius:3px;text-align:center;}
.commnum span i{color:#900;font-family:Verdana;font-weight:bold;}


/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}


/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}


/*在线客服*/
*html{background-image:url(about:blank);background-attachment:fixed;}
.kf{width:127px;border:1px solid #51b5f0;position:fixed;top:45%;right:0;background:url(../images/kf_ico.png) no-repeat 7px 10px #1a98d5;min-height:50px;_height:auto!important;_height:50px;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||130)-(parseInt(this.currentStyle.marginBottom,10)||130)));}
.kf_r{margin-left:37px;background:#16a2dd;color:#fff;text-align:center;padding:10px 0 10px;}
.kf_r img{margin-bottom:5px;}


/*招聘详细*/
.jobConts{line-height:30px;color:#666;}
.jobConts .line{background:#ccc;height:1px;overflow:hidden;font-size:0;margin:10px 0;}
.jobConts .jobdesc{background:#f5f5f5;padding:10px;color:#333;}
.jobConts strong{color:#333;}



/*列表内容页*/
.listConts{line-height:26px;color:#666;}
.listConts .title{font-size:24px;text-align:center;line-height:40px;color:#000;}
.listConts .info{width:380px;height:27px;line-height:28px;text-align:center;margin:15px auto;border:1px solid #ccc;border-left:none;border-right:none;color:#666;}
.listConts .info small{margin-left:8px;margin-right:3px;color:#999;font-size:12px;}
.listConts .info .small,.info .big{font-family:Georgia;font-weight:bold;cursor:pointer;}
.listConts .info .small{font-size:10px;padding-right:3px;}
.listConts .info .big{color:#003ba6;padding-left:3px;}
.listConts .desc{margin:20px 0 15px;padding:5px 10px;line-height:20px;border:1px solid #f4e4b4;background:#fffff0;}
.listConts .showimg{margin:20px 0;text-align:center;}
.listConts .showimg a img{border:1px solid #ccc;padding:1px;}
.listConts .showimg a:hover img{border:1px solid #F90;padding:1px;}
.listConts .conttitle{font-weight:bold;padding-bottom:7px;margin-bottom:7px;color:#2f2f2f;line-height:24px;border-bottom:1px solid #ddd;font-size:14px;}
.listConts .author{text-align:right;color:#999;}


/*右边联系方式*/
.leftlx {
	width:100%;
	text-align:center;
	font-family: "Microsoft YaHei";
	font-size:16px;
	padding:10px;
	border:#efefef solid 2px;
	background-color:#efefef;
	margin-top:10px;
}
.leftlx h5 {
	font-size:16px;
	padding:15px 0px;
}
.leftlx .phone p {
	font-weight:bold;
	font-size:11px;
	color:#ff0000;
	padding-bottom:10px;
	border-bottom:0px solid #dedede;
}
.leftlx .phone img {
	width:40px;
	height:40px;
	padding-bottom:10px;
	padding-top:10px;
}
.leftlx p {
	padding-top:10px;
	line-height:25px;
}
.leftlx span {
	display:block;
}


/*右侧客服*/
#chat_f1,#chat_f2{font-size:12px}
#chat_f1{position:fixed;right:10px;top:40%;width:93px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+220))}
#chat_f1_main{height:134px;background:url(../images/c2.gif) no-repeat}
#close{display:block;width:17px;height:17px;margin-left:76px;cursor:pointer;}
.a_kf,.a_sh{ width:70px; height:20px; display:inline-block; margin:0 6px;}
.a_kf{ margin-top:65px;}
#chat_f1_bottom{height:3px;width:82px;overflow:hidden;background:url(../images/c2.gif) 0px -160px no-repeat }
.chat_f1_expr{width:82px;height:0px;overflow:hidden}
.list{height:25px;border:1px solid #dbdbdb;border-top:none;overflow:hidden;color:#787878;background:#fff }
.listq{height:50px;border:1px solid #dbdbdb;border-top:none;overflow:hidden;color:#787878;background:#fff; }
.listq img{height:50px;width:80px;}
.listq img:hover{opacity:0.4;filter:alpha(opacity=40);}
.listw{height:100px;border:1px solid #dbdbdb;border-top:none;overflow:hidden;color:#787878;background:#fff; }
.listw p{text-align:center; width:80px;}
.listw img{height:80px;width:80px;}
.name{line-height:25px}
.listt{height:65px;border:1px solid #dbdbdb;border-top:none;overflow:hidden;color:#787878;background:#fff; padding-top:10px;}
.listt p{text-align:center; width:100%;color:#b20000; line-height:12px;height:20px;}
.current{border-left-color:#fff}
.arrow{color:#fff}
.detail{position:absolute;margin-left:-222px;margin-top:-26px;display:none;width:200px;padding:10px;border:1px solid #dbdbdb;background:#fff;line-height:18px}
.send_sms{display:inline-block;width:109px;height:25px;background:url(../images/c2.gif) 0px -163px;vertical-align:middle}
.mt{margin:2px 0}
.mt5{margin-top:5px}
.chat_f1_expr .list .detail .border{position:absolute;width:1px;height:25px;margin-left:210px;background:#fff;margin-top:-10px}
#chat_f2{display:none;position:fixed;right:1px;top:220px;border:1px solid #ccc;background:#fff;padding:1px 3px;width:1em;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+220));color:#F60;cursor:pointer;}




#news-viewpoint-case {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
#news-viewpoint-case .container {
  padding: 0;
}
#news-viewpoint-case .container .news-left {
  padding: 0;
}
#news-viewpoint-case .container .news-left .news-title {
  margin-left: 10px;
  line-height: 43px;
  font-size: 18px;
  height: 50px;
  width: 93%;
  border-bottom: 1px solid #E1E1E1;
}
#news-viewpoint-case .container .news-left .news-title a {
  text-decoration: none;
  color: #C20001;
}
#news-viewpoint-case .container .news-left ul {
  list-style: none;
  padding-top: 5px;
  margin-left: 10px;
}
#news-viewpoint-case .container .news-left .news-title a {
  text-decoration: none;
  color: #C20001;
}
#news-viewpoint-case .container .news-left ul {
  list-style: none;
  padding-top: 5px;
}
#news-viewpoint-case .container .news-left ul li {
  height: 32px;
  width: 93%;
  margin-top: 6px;
}
#news-viewpoint-case .container .news-left ul li .news-class {
  display: block;
  float: left;
  font-size: 14px;
  width: 60px;
  color: #6C6C6C;
}
#news-viewpoint-case .container .news-left ul li .string {
  margin-top: 4px;
  margin-right: 10px;
  display: block;
  float: left;
  height: 14px;
  border-right: 1px solid #6C6C6C;
}
#news-viewpoint-case .container .news-left ul li .news-details {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  width: 240px;
  display: block;
  float: left;
  color: #6C6C6C;
}
#news-viewpoint-case .container .news-left ul li .news-details:hover {
  color: #C20001;
}
#news-viewpoint-case .container .news-left ul li .news-time {
  display: block;
  float: right;
  color: #A0A0A0;
}
#news-viewpoint-case .container .news-centre {
  padding: 0;
}
#news-viewpoint-case .container .news-centre .news-title {
  margin-left: -1px;
  line-height: 43px;
  font-size: 18px;
  height: 50px;
  width: 93%;
  border-bottom: 1px solid #E1E1E1;
}
#news-viewpoint-case .container .news-centre .news-title a {
  text-decoration: none;
  color: #C20001;
}
#news-viewpoint-case .container .news-centre ul {
  list-style: none;
  padding-top: 5px;
  margin-left: 10px;
}
#news-viewpoint-case .container .news-centre ul li {
  height: 32px;
  width: 95%;
  margin-top: 6px;
}
#news-viewpoint-case .container .news-centre ul li .news-class {
  display: block;
  float: left;
  font-size: 14px;
  width: 60px;
  color: #6C6C6C;
}
#news-viewpoint-case .container .news-centre ul li .string {
  margin-top: 4px;
  margin-right: 10px;
  display: block;
  float: left;
  height: 14px;
  border-right: 1px solid #6C6C6C;
}
#news-viewpoint-case .container .news-centre ul li .news-details {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  width: 240px;
  display: block;
  float: left;
  color: #6C6C6C;
}
#news-viewpoint-case .container .news-centre ul li .news-details:hover {
  color: #C20001;
}
#news-viewpoint-case .container .news-centre ul li .news-time {
  display: block;
  float: right;
  color: #A0A0A0;
}
#news-viewpoint-case .container .news-centre .news-centre-p {
  margin-left: 10px;
  line-height: 43px;
  font-size: 18px;
  height: 50px;
  width: 93%;
  border-bottom: 1px solid #E1E1E1;
}
#news-viewpoint-case .container .news-centre .news-centre-p a {
  text-decoration: none;
  color: #C20001;
}
#news-viewpoint-case .container .news-centre .news-centre-onetier {
  overflow: hidden;
  position: relative;
  margin-top: 25px;
  margin-left: 10px;
  width: 93%;
  height: 243px;
}
#news-viewpoint-case .container .news-centre .news-centre-onetier .news-centre-twotier {
  position: absolute;
}
#news-viewpoint-case .container .news-centre .news-centre-onetier .news-centre-twotier .circulation {
  width: 100%;
  height: 85px;
  list-style: none;
}
#news-viewpoint-case .container .news-centre .news-centre-onetier .news-centre-twotier .circulation .circulation-within .news-centre-left {
  width: 92px;
  float: left;
}
#news-viewpoint-case .container .news-centre .news-centre-onetier .news-centre-twotier .circulation .circulation-within .news-centre-left img {
  width: 100%;
}
#news-viewpoint-case .container .news-centre .news-centre-onetier .news-centre-twotier .circulation .circulation-within .news-centre-right {
  margin-left: 20px;
  width: 250px;
  float: right;
}
#news-viewpoint-case .container .news-centre .news-centre-onetier .news-centre-twotier .circulation .circulation-within .news-centre-right .title {
  margin: 0 0 2px;
  padding-top: 4px;
}
#news-viewpoint-case .container .news-centre .news-centre-onetier .news-centre-twotier .circulation .circulation-within .news-centre-right .title a:hover {
  color: #C20001;
}
#news-viewpoint-case .container .news-centre .news-centre-onetier .news-centre-twotier .circulation .circulation-within .news-centre-right .title a {
  display: block;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #7C7C7C;
}
#news-viewpoint-case .container .news-centre .news-centre-onetier .news-centre-twotier .circulation .circulation-within .news-centre-right .introduce a {
  text-decoration: none;
  font-size: 12px;
  color: #AFAFAF;
}
#news-viewpoint-case .container .news-right {
  padding: 0;
}
#news-viewpoint-case .container .news-right .news-title {
  margin-left: 10px;
  line-height: 43px;
  font-size: 18px;
  height: 50px;
  width: 93%;
  border-bottom: 1px solid #E1E1E1;
}
#news-viewpoint-case .container .news-right .news-title a {
  text-decoration: none;
  color: #C20001;
}
#news-viewpoint-case .container .news-right ul {
  margin-left: 10px;
  list-style: none;
  padding-top: 5px;
}
#news-viewpoint-case .container .news-right ul li {
  height: 32px;
  width: 93%;
  margin-top: 6px;
}
#news-viewpoint-case .container .news-right ul li .news-class {
  display: block;
  float: left;
  font-size: 14px;
  width: 60px;
  color: #6C6C6C;
}
#news-viewpoint-case .container .news-right ul li .string {
  margin-top: 4px;
  margin-right: 10px;
  display: block;
  float: left;
  height: 14px;
  border-right: 1px solid #6C6C6C;
}
#news-viewpoint-case .container .news-right ul li .news-details {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  width: 240px;
  display: block;
  float: left;
  color: #6C6C6C;
}
#news-viewpoint-case .container .news-right ul li .news-details:hover {
  color: #C20001;
}
#news-viewpoint-case .container .news-right ul li .news-time {
  display: block;
  float: right;
  color: #A0A0A0;
}


/* list_servicepage */
.w_1230 { width: 100%; margin: 0 auto; max-width: 1140px; }
.list_servicepage {padding-top: 0px;}
.service_cont .service_itemdl { margin-bottom: 40px; background: #f9f9f9;}
.service_cont .service_itemdl a { display: block; width: 100%; background: #fff; }
.service_cont .service_itemdl dt { float: left; width: 50%; height: 562px; position: relative; overflow: hidden; }
.service_cont .service_itemdl dt em:hover{transform: scale(1.01);}
.service_cont .service_itemdl dt em { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; background-size: cover; background-position: center center; background-repeat: no-repeat;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s; }
.service_cont .service_itemdl a:hover dt em{ transform:scale(1.05); -webkit-transform:scale(1.05);}
.service_cont .service_itemdl dd { float: left; margin-left: 3.66%; width: 43.25%; }
.service_cont .service_itemdl dd h3 { margin-bottom: 30px; margin-top: 24px; }
.service_cont .service_itemdl dd h3 b { display: block; line-height: 30px; height: 30px; margin-bottom: 16px; font-size: 22px; color: #333333; text-transform: uppercase;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s; }
.service_cont .service_itemdl dd h3 i { display: block; width: 23px; height: 2px; background: #e83428; }
.service_cont .service_itemdl dd .txt {margin-bottom: 28px; font-size: 16px; color: #000; line-height: 28px; max-height: 228px; overflow: hidden; }
.service_cont .service_itemdl dd .txt2 { margin-top:26px;margin-bottom: 28px; font-size: 16px; color: #000; line-height: 36px; height: 100%; overflow: hidden; }
.service_cont .service_itemdl dd .more { display: inline-block; height: 38px; line-height: 38px; border: 1px solid #d3d2d2; text-align: center; overflow: hidden; padding-left: 23px; padding-right: 25px; transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;}
.service_cont .service_itemdl dd .more span { font-size: 14px; color: #666666; display: inline-block; margin-right: 12px; float: left;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s; }
.service_cont .service_itemdl dd .more i { background: url(../images/service_morearrow.png) no-repeat left center; width: 18px; height: 38px; display: inline-block; vertical-align: middle; float: left;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s; }
.service_cont .service_itemdl dd .more:hover{ border: 1px solid #e83428; }
.service_cont .service_itemdl dd .more:hover span{ color: #e83428;}
.service_cont .service_itemdl dd .more:hover i{  background-position: right center; transform:translateX(5px);-webkit-transform:translateX(5px); }
.service_cont .service_itemdl a:hover dd h3 b{color: #e83428;}
.service_cont .service_itemdl:nth-child(2n) dt { float: right; }


.inner_title { text-align: center; margin-bottom: 20px; }
.inner_title em { display: block; height: 50px; line-height: 50px; margin-bottom: 23px; font-size: 30px; color: #333333; }
.inner_title i { display: block; width: 30px; height: 3px; background: #e83428; margin: 0 auto; }