@CHARSET "UTF-8";

/*= Reset =*/
*{word-wrap:break-word;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
table td{word-break:break-all;}
caption,th{text-align:left;}
ol,ul{list-style:none;}
img,fieldset{border:0;}
*:focus{outline:0;}
/*= Typography =*/
body,input,button,select,textarea,optgroup{font:100% "Lucida Grande",Helvetica,Arial,sans-serif;}
code{font-family:Consolas,"Courier New",monospace;}
body{line-height:1.5;background:#fff;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
/*= Common style =*/
.clearfix{zoom:1;}
.clearfix:after{content:".";display:block;clear:both;height:0;overflow:hidden;visibility:hidden;}
.clear {clear:both; height:1px; margin-top:-1px; overflow:hidden;}
.overflow{overflow:auto; zoom:1;}
span.clearinput,.btnwrap span.clr{width:0;overflow:hidden;display:inline-block;float:left;}
input.button,button{cursor:pointer;overflow:visible;/*Fix IE lt 8 bug*/}
textarea{overflow:auto;/*Hide the scrollbar for IE*/}
label[for]{cursor:pointer;}
a{cursor:pointer;color:#3B65AE;text-decoration:none;}
a:hover,a:active{text-decoration:underline;}
.f1 {float:left;}
.f2 {float:right;}
.hide{display:none;}
.grey{color:#999;}
.darkgrey{color:#555;}
.red{color:#f00;}
.blue{color:#008AE2;}
.green{color:#3aa000;}
.yellow{color:#DA6100;}
.orange{color:#ff5400;}
.purple{color:#FF00FF;}
.darkred{color:#900;}
.brown{color:#960;}
.pink{color:pink;}
.large{font-size:117%;}
.larger{font-size:150%;}
.linethrough{text-decoration:line-through;}
.align-center{text-align:center;}
.txt-nodata{line-height:200%;text-align:center;}
.w1{width:25px;}
.w2{width:50px;}
.w3{width:75px;}
.w4{width:100px;}
.w5{width:125px;}
.w6{width:150px;}
.w7{width:175px;}
.w8{width:200px;}
.w9{width:225px;}
.w10{width:250px;}
.w11{width:275px;}
.w12{width:300px;}
.w13{width:325px;}
.w14{width:350px;}
.w15{width:375px;}
.w16{width:400px;}
.w17{width:425px;}
.w18{width:450px;}
.w19{width:475px;}
.w20{width:500px;}
.col-sub,.col-extra,.col-main,.main-wrap{overflow:hidden;}
.input_txt{
	border:1px solid #CCC;
	padding:3px 2px;
	background:url(images/input_bg.png) repeat-x #FFF;}
.btn_submit{
	width:80px;
	height:24px;
	line-height:24px;
	background:#05689f;
	border:none;
	text-align:center;
	cursor:pointer;
	color:#FFF;
	margin-right:15px;
	border-radius: 3px;}
.btn_reset{
	width:80px;
	height:24px;
	line-height:24px;
	background:#ddd;
	border:none;
	text-align:center;
	cursor:pointer;
	color:#333;
	margin-right:15px;
	border-radius: 3px;}
/*背景颜色*/
body{
	color:#333;
	background:#fff url(images/bg-loop.jpg) repeat-X top;
	font-family:"Microsoft YaHei",'FontCreatorProgramRegular','黑体',Tahoma, Geneva, sans-serif;
	font-size:12px;}
a:link,a:visited{color:#666;text-decoration:none;}
a:hover,a:active{color:#d40120;text-decoration:none;}
a.highlight{color:#b4001a;}
#doc{font-size:12px;width:960px;margin:0 auto;}
.col-sub,.col-extra{float:left;display:inline;}
.form .row .label{float:left;display:inline;}
.form .row .enter,.form .row span.tips,.form .row blockquote{float:left;}
a.btnwrap{text-decoration:none !important;}
.btnwrap{display:inline-block;height:26px;padding-right:4px;background:url(images/buttons.png) no-repeat 100% -26px;overflow:hidden;margin-right:4px;_margin-right:8px;*margin-right:8px;*display:block;*float:left;}
.btnwrap .btn-inner{display:inline-block;height:26px;padding:0 6px 0 8px;background:url(images/buttons.png) 0 0;border:none;line-height:26px;color:#555;text-decoration:none;}
.btn-highlight{background-position:100% -78px;}
.btn-highlight .btn-inner{background-position:0 -52px;color:#000;font-weight:bold;}
.btn-h30{height:30px;padding-right:5px;background:url(images/buttons-h30.png) no-repeat 100% -30px;}
.btn-h30 .btn-inner{height:30px;padding:0 6px 0 9px;background:url(images/buttons-h30.png) 0 0;font:117% "Microsoft Yahei";line-height:30px;color:#D12C00;}
.btn-h30:hover{background-position:100% -90px;}
.btn-h30:hover .btn-inner{background-position:0 -60px;}
.img-align-left{display:block;float:left;margin:0 10px 10px 0;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* 针对 Google Chrome、Safari 3.0、Opera 9 的CSS样式 */
.btnwrap .btn-inner{margin-right:-3px;}
.btn-h30 .btn-inner{margin-right:0;}
}
/*= Header style 头部样式=*/
#hd .sitename{
	width:352px;
	height:88px;
	float:left;
	overflow:hidden;
}
#hd .sitename a{
	width:352px;
	height:88px;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
	*display:block;*font-size:60px;
}

#hd .sitename img{}

#hd .language{float:right;}
#hd .language .language-inner{
	float:right;
	height:33px;
	line-height:33px;
	overflow:hidden;
}
#hd .language .language-inner a,#hd .language .language-inner span{margin:0 0.8em 0 0.9em;}
#hd .language .language-inner a:hover{text-decoration:underline;}

#hd .search{
	height:28px;
	clear:both;
	float:right;
}
#hd .search .enter,
#hd .search .btn{float:left;_display:inline;}
#hd .search .enter{
	width:176px;
	padding:0 3px;
	height:27px;/*因为有border所以要少1个px*/
	margin-right:3px;
	line-height:28px;
	background:#fff;
	border:1px solid #d5d5d5;
	color:#999;
}
#hd .search .btn{
	width:66px;
	height:28px;
	border:none;
	background:url(images/adxf-com.png) no-repeat 0px -288px;
}

.sitenav {
	background:url(images/adxf-com.png) no-repeat 0px -150px;
}
.sitenav .menu-main li,.sitenav .menu-main a,.sitenav .menu-main li a span{
	float:left;
	width: 99px;
	font-size:12px;
	text-align:center;
}
.sitenav .menu-main li{
	position:relative;
	background:url(images/adxf-com.png) no-repeat 0px -150px;
}
.sitenav .menu-main li.last-item{background:none;}
.sitenav .menu-main li a{
	display:block;
	height:28px;
	line-height:28px;
	color:#fff;
	/*padding:0 25px;*/
	white-space:nowrap;
	text-decoration:none;
}
.sitenav .menu-main li a span{}
.sitenav .menu-main li a:hover,.sitenav .menu-main li a:active,.sitenav .menu-main li.open a{
	color:#fff;
	background:url(images/adxf-com.png) no-repeat 0px -194px;
}
.sitenav .menu-main li a:hover span,
.sitenav .menu-main li a:active span,
.sitenav .menu-main li.open a span{}

.sitenav .menu-main li .menu-child,
.sitenav .menu-main li .menu-child a{background:#b50114;} 
.sitenav .menu-main li .menu-child{position:absolute;width:225px;top:43px;left:-1px;display:none;padding:3px 0;}
.sitenav .menu-main li .menu-child a{display:block;padding:0 24px 0 25px;float:none;font-weight:100;padding-bottom:0;font-size:107%;color:#fff;line-height:23px;height:23px;}
.sitenav .menu-main li .menu-child a:hover{color:#ae0113;background:#fff;text-decoration:none;}



/*= Content & layout style 内容&布局样式=*/
.bd-inner{padding-top:10px;}

.ur_here{
	padding-bottom: 10px;
}

.layout-home .col-main{
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
}
.layout-home .col-main .main-wrap{margin-left:285px;}
.layout-home .col-sub{width:270px;margin-left:-100%;}
.three-cols .col-main .main-wrap{margin-right:265px;}
.three-cols .col-extra{width:250px;margin-left:-250px;}

.layout-innerpg .col-main{float:left;width:100%;min-height:1px;}
.layout-innerpg .col-main .main-wrap{margin-left:255px;}
.layout-innerpg .col-sub{width:240px;margin-left:-100%;}

.main-layout{clear:both;overflow:hidden;}

.layout-innerpg .col-main .search-main{margin-right:0;margin-left:0;}

/*= Default block style 默认块 样式=*/
.block,
.block-nohead{}
.first-block{
	/*margin-bottom:15px;*/
}
.last-block{margin-bottom:0;}
.block{}
.block .block-head {
	overflow:hidden;
}
.block .block-head .head-inner{}
.block .block-head .title{
	float:left;
}
.block .block-head .links{
	float:right;
	height:44px;
	width:55px;
	text-align:right;
	padding-right:15px;
	background:url(images/adxf-com.png) no-repeat -240px -238px;
}
.block .block-content{
	padding:0px;
	margin-bottom:15px;
	/*右侧内容背景色*/
	background: url(images/705.png) bottom repeat-y;
	height:auto;
	overflow:hidden;
	padding-bottom:10px;
}
.block .block-foot{display:none;}

.block .block-head{
	height:auto;
	overflow:hidden;
	/*order-bottom:1px solid #db0121;*/
}
.block .block-head .head-inner{
	height:44px;
	line-height:44px;
	background:url(images/adxf-com.png) no-repeat 0px -634px;

}

/*标题颜色*/
.block .block-head .title{
	margin-left:33px;
}


/*= Text content 文本内容=*/
.content-text{
	line-height:33px;
	margin:0px 10px 3px 10px;
}




/*= Simple list 简单列表=*/
.block .block-content .item-list,
.menu-list-simple{}
.block .block-content .item-list li, .menu-list-simple li{
	padding-left:20px;
	line-height:33px;
	background:url(images/adxf-com.png) no-repeat -410px -288px;
}
.block .block-content .item-list li .date{
	margin-left:1em;
	color:#7c7c7c;
}
.block .block-content .item-list li.cur a{
	color: #05689f;

}
.block .block-content .item-list li .catalog,
.list-table .title .catalog{
	margin-right:1em;
}
.list-table .data a{
	color:#f2901c;
	
}
/*========新闻页分类链接颜色===============
=========================*/
.block .block-content .item-list li .catalog a,
.list-table .title .catalog a{
	color: #999999;
}

/*= Gallery list 图片列表=*/
.list-gallery{
	margin:2px 16px;
}
.list-gallery li{
	float:left;
	width:116px;
	padding:10px 5px;
	height:auto;
	overflow:hidden;
}

.list-gallery li .thumb{
	width:116px;
	height:87px;
}
.list-gallery li .thumb a{
	width:116px;
	height:87px;
	overflow:hidden;
	display:block;
}
.list-gallery li .thumb a img{
	width:116px;
	height:87px;
	display:block;
}
.list-gallery li .des{
	text-align:center;
	line-height:25px;
}
.list-gallery li .des p{overflow:hidden;}
.list-gallery li .des .default{
	height:25px;
}
.list-gallery li .des .catalog a{color:#a0bbb6;}

.col-sub .list-gallery{padding-left:0;margin-right:-20px;}
.col-sub .list-gallery li{padding-right:20px;}

.col-extra .list-gallery{padding-left:0;margin-right:-10px;}
.col-extra .list-gallery li{padding-right:10px;}

.main-layout .list-gallery{padding-left:0;margin-right:-20px;}
.main-layout .list-gallery li{padding-right:20px;}

/*内页的列表*/
.layout-innerpg .list-gallery{
	margin:10px 12px;
	padding:0px;
}
.layout-innerpg .list-gallery li{
	width:150px;
	background-color:#FFF;
	margin:10px 5px;
}
.layout-innerpg .list-gallery li .thumb{
	width:150px;
	height:113px;
	text-align:center;
}
.layout-innerpg .list-gallery li .thumb a{
	width:150px;
	height:113px;
}
.layout-innerpg .list-gallery li .thumb a img{
	width:150px;
	height:113px;
}

.layout-innerpg .col-sub .list-gallery{padding:0;margin:0;}
.layout-innerpg .col-sub .list-gallery li{float:none;padding-right:0;margin:0 auto;}


/*= Mixed list 混合表=*/
.list-mixed{padding:0;}
.list-mixed .entry{border-bottom:#ccc 1px dashed;padding:10px 0 10px 160px;}
.list-mixed .entry .thumb{margin-left:-160px;margin-top:3px;float:left;display:inline;}
.list-mixed .entry h3{font:133% "Microsoft Yahei";padding:0 0 8px; border-bottom:1px dashed #d6d6d6;}
.list-mixed .entry h3 a{color:#5c5c5c;}
.list-mixed .entry .des{line-height:180%;color:#999;padding-bottom:1.2em;}
.list-mixed .entry .detail{padding-top:0.7em;border-top:#dedede 1px dashed;}
.list-mixed .entry .detail .item{display:inline-block;margin-right:16px;*margin-right:20px;_margin-right:20px;}

.list-mixed .entry .thumb{width:140px;height:105px;}
.list-mixed .entry .thumb a{width:140px;height:105px;overflow:hidden;display:block;}
.list-mixed .entry .thumb a img{width:140px;display:block;}


/*= Table list 表格列表=*/
.list-table{ padding: 10px 15px;}
.list-table .data{width:100%;}
.list-table th,.list-table td{
	text-align:center;
}
.list-table th{
	border-bottom:#7e7e7e 1px dashed;
	height:33px;
	font-weight:bold;
	color:#333333;
}
/*========新闻列表颜色=================
===================================*/
.list-table td{
	color: #999999;
	line-height:33px;
	border-bottom:#cccccc 1px dashed;
}
.list-table td.title span{
	color:#323232;
}
/*===============================*/
.list-table .title{
	text-align:left;
	padding-left:20px;
}
.list-table td.title{
	padding-left:20px;
	background:url(images/adxf-com.png) no-repeat -410px -288px;
}


/*= Contact block 内容块=*/
.block-contact .block-content{
	line-height:33px;
}


/*= Vote block 投票块=*/
.form-vote{padding:0;}
.form-vote .vote-des{line-height:180%;}
.form-vote .vote-options{padding:5px 0;}
.form-vote .vote-options li{padding:4px 0 3px;}
.form-vote .vote-options .input{float:left;padding-top:3px;margin-right:6px;}
.form-vote .vote-options .des{float:left;}


/*= Links 链接=*/
.link-list{
	line-height:33px;
}
.link-list li{
	margin:0px 0px 0px 15px;
	width:90px;
	float:left;
}
.link-list li img{
	display:block;
	width:88px;
	margin:1px;
	height: 31px;
}


/*= Login & user information 登录 用户信息=*/
.block-widget-user .form-login .label{width:86px;margin-left:0;text-align:right;line-height:30px;}
.block-widget-user .form-login .enter{padding:4px 0 0 1px;}
.block-widget-user .form-login .enter input{border:#ccc 1px solid;width:120px;padding:3px 2px 2px;}
.block-widget-user .form-login .enter input:focus{border-color:#999;}
.block-widget-user .form-login .buttons{padding:7px 0 5px 86px;;}

.block-widget-user .userinfo{}
.block-widget-user .userinfo .welcome{line-height:180%;}
.block-widget-user .userinfo .links{padding-top:10px;line-height:140%;}
.block-widget-user .userinfo .links a{display:inline-block;padding-right:12px;border-right:#ccc 1px solid;margin-right:8px;color:#b4001a;}
.block-widget-user .userinfo .links a.last{padding:0;margin:0;border:none;}



/*= Pagenation 页码标注=*/
.pager{padding-top:10px;}
.pager .list{text-align:center;}
.pager .list a,
.pager .list span{display:inline-block; margin-right:10px; color:#666;}
.pager .list a:hover { color:#000;}
.pager .list span { margin-right:20px;}
.pager .list span em { color:#f00; font-style:normal;}
.pager .list .pager-nolink span{ color:#DDD;}
.pager .list .pager-current span{ color:#05689f;}


/*= Register 注册=*/
.layout-innerpg .col-main .form-reg{padding:38px 10px 40px;}


/*= Comments 评论=*/
.layout-innerpg .col-main .form-comment{padding:0 10px;}

.commentslist{padding:0 20px;}
.commentslist a{color:#f00;}
.layout-innerpg .col-main .commentslist .form blockquote{background-color:transparent;border:none;margin-top:10px;}
.commentslist .entry{margin-bottom:10px;padding:0 10px;background:#FFFCF5;border:#F3E6C6 1px solid;}
.commentslist .entry-head{line-height:30px;padding:2px 6px 0;border-bottom:#F9F0DB 1px solid;}
.commentslist .entry-head .author{float:left;color:#333;}
.commentslist .entry-head .meta{text-align:right;display:block;}
.commentslist .entry-head .meta .location{margin-right:1em;}
.commentslist .entry-content{padding:15px;line-height:180%;}
.commentslist .entry-body .operate{padding:15px 10px 10px;text-align:right;}
.commentslist .entry-body .operate a{margin:0 0.7em;}
.commentslist .comment-reply{margin:0 20px 10px;}
.commentslist .comment-reply .reply-show{padding:6px 15px 10px;background:#fff;border:#F3E6C6 1px solid;}
.commentslist .reply-show .reply-head{line-height:25px;}
.commentslist .reply-show .reply-author{float:left;color:#f60;}
.commentslist .reply-show .reply-operate{float:right;}
.commentslist .reply-show .reply-operate a{margin:0 0.7em;}
.layout-innerpg .col-main .commentslist .comment-reply .form textarea{border-color:#ECD7A6;}
.layout-innerpg .col-main .commentslist .comment-reply .form textarea:focus{border-color:#f60;}
.commentslist .comment-reply .form .buttons{padding-top:10px;}
.commentslist .comment-reply .form .buttons input{height:24px;padding:0 5px;margin-right:0.3em;background:#fff;border:#D2D0D7 1px solid;color:#999;cursor:pointer;}
.commentslist .comment-reply .form .buttons .submit{color:#fff;background:#597797;border-color:#000;font-weight:bold;}

.commentslist .entry-new{border-color:#f60;border-style:dashed;}


/*= Article view 文章视图=*/
.layout-innerpg .col-main .block-article-view .block-content{}
.block-article-view .article-head{}
.block-article-view .article-head .title{color:#000;font:150% "Microsoft Yahei";padding:25px 20px 15px;font-weight:bold;}
.block-article-view .article-head .meta{padding:0 20px 8px;border-bottom:#ccc 1px dashed;}
.block-article-view .article-head .meta .item{margin-right:0.7em;}
.block-article-view .article-summary{padding:20px 40px 30px;color:#999;line-height:180%;}
.block-article-view .article-content{font-size:117%;line-height:200%;padding:0 25px 25px;}
.block-article-view .article-content p{padding-bottom:0.8em;}

.block-article-view .article-content .caption-image{padding:5px;border:#ddd 1px solid;line-height:18px;background:#f1f1f1;margin-bottom:1em;}
.block-article-view .article-content .caption-image img{display:block;}
.block-article-view .article-content .caption-image span{display:block;color:#888;text-align:center;font-size:88%;padding-top:5px;}
.block-article-view .article-content .caption-aligncenter{margin-left:auto;margin-right:auto;}
.block-article-view .article-content .caption-alignleft{float:left;margin:6px 20px 6px 0;}
.block-article-view .article-content .caption-alignright{float:right;margin:6px 0 6px 20px;}

.block-article-view .article-content a{color:#2D78C4;}

.block-article-view .article-foot{text-align:right;padding:0 20px 10px;color:#999;}
.block-article-view .article-foot .item{margin-left:1em;}



/*= Products detail 产品详细=*/
.layout-show-withpic .info .btn-buy{margin-top:10px;}
.pro-param-list{padding:0;}
.pro-param-list li{width:190px;height:26px;padding:0 5px 0 0;line-height:26px;float:left;overflow:hidden;}


/*= Offer view 见解显示，回复显示=*/
.block-offer-detail .detail-head{border-bottom:#ccc 1px dashed;padding:10px 0;}
.block-offer-detail .detail-head .title{color:#999;float:left;}
.block-offer-detail .detail-head .date{float:right;color:#999;}
.block-offer-detail .block-content .title span{color:#000;font:133% "Microsoft Yahei";}
.block-offer-detail .detail-list{padding:15px 0 10px;width:330px;float:left;}
.block-offer-detail .detail-list .item{padding:5px 0 4px;line-height:180%;}
.block-offer-detail .detail-list .btn-resume{margin:15px 0 0;}


/*= Footer 脚部*/
#ft{
	text-align:center;
	padding:10px 0;
	font-size:12px;
	background:url(images/bg-loop-bottom.jpg) top repeat-Y;
	color:#444444;
}
#ft .siteinfo{
	color:#444444;
	line-height:33px;
}
#ft .ft-menu{
	height:33px;
	line-height:33px;
	padding:0;
}
#ft .ft-menu a{
	margin:0 9px;
	color:#444444;
}

/*top顶部*/
.language .language-inner{
	color:#000;
}
.language .language-inner a{
	color:#000;
}

/*banner*/
#banner-block{
	width:100%;
	
}
.banner-block-width{
	width:960px;
	margin:0px auto;
}
/*内容块*/
#content-block{
	width:100%;
}
.content-block-width{
	width:960px;
	margin:0px auto;
}

/*********************************************************************/

/*标题头默认颜色*/
.content-block-width .block .block-head .title{
	color:#000;
	margin-left:40px;
}


/*首页通栏*/
.list-960 .block-head .head-inner{
	background:url(images/adxf-com.png) 0px -502px;
}
.list-960 .block-content{
	background:none;
}
.list-960 .block-head .head-inner .title{
	margin-left:35px;
	color:#fff;
}
.list-960 .block-head .links{
	width:70px;
	padding-right:13px;
}
.list-960 .block-head .head-inner .links .more{
	color:#fff;
}
.list-960 .des a{
	color:#323232;
}

/*首页中间*/
.list-410 .block-head .head-inner{
	background:url(images/adxf-com.png) 0px -414px;
}
.list-410 .block-content{
	background: url(images/410.png) bottom repeat-y;
	padding-bottom:10px;
}
.list-410 .block-head .head-inner .title{
	margin-left:40px;
	color:#05689f;
}
.list-410 .content-text{
	color:#323232;
}
.list-410 .block-content .list-gallery li a{
	color:#444444;
}
.list-410 .block-head .head-inner .links .more{
	color:#444444;
}
.list-410 .block-head .links{
	width:70px;
	padding-right:13px;
}

/*首页左侧*/
.list-270 .block-head .head-inner{
	background:url(images/adxf-com.png) 0px -370px;
}
.list-270 .block-content{
	background: url(images/270.png)  bottom repeat-y; 
	padding-bottom:10px;
}
.list-270 .content-text{
	color:#323232;
}
.list-270 .block-head .head-inner .title{
	margin-left:20px;
	color:#05689f;
}
.list-270 .block-content li{
	/*border-bottom:#696969 dashed 1px;*/
	height:27px;
}
.list-270 .block-head .links{
	width:70px;
	padding-right:13px;
}
.list-270 .block-head .head-inner .links .more{
	color:#444444;
}
.list-270 .clearfix a{
	color:#323232;
}

/*首页右侧*/
.list-250 .block-head .head-inner{
	background:url(images/adxf-com.png) 0px -458px;
}
.list-250 .block-content{
	background: url(images/250.png) bottom repeat-y;
	padding-bottom:10px;
}
.list-250 .block-content li{
	/*border-bottom:#696969 dashed 1px ;*/
	height:27px;
}
.list-250 .block-head .head-inner .title{
	margin-left:20px;
	color:#05689f;
}
.list-250 .block-head .links{
	width:70px;
	padding-right:13px;
}
.list-250 .block-head .head-inner .links .more{
	color:#444444;
}
.list-250 .clearfix a{
	color:#323232;
}

/*内容页 可加图片*/
.list-240 .block-head .head-inner{
	background:url(images/adxf-com.png) 0px -590px;
}
.list-240 .block-head .head-inner .title{
	margin-left:40px;
	color:#000;
}
.list-240 .block-content{
	background: url(images/240.png) bottom repeat-y;
	padding-bottom:10px;
}
.list-240 .block-head .links{
	width:70px;
	padding-right:13px;
}
.list-240 .block-head .head-inner .links .more{
	color:#444444;
}
.list-240 .block-content li{
	/*border-bottom:#323232 dashed 1px;*/
	height:27px;
}
.list-240 .clearfix a{
	color:#444444;
}
.sitenav .menu-main li a{
	color:#fff;
}

/*上下篇*/
.arc_pre{
	overflow:hidden;
	margin:10px 15px 0 15px;
	padding-bottom:10px;}
.arc_pre li{
	width:100%;
	height:20px;
	line-height:20px;
	float:left;
	overflow:hidden;}

/*网站地图*/
.sitemap{
	overflow:hidden;
	margin:15px 30px 0px 30px;
	padding-bottom:15px;}
.sitemap li{
	display:block;
	height:30px;
	line-height:30px;
	padding-left:15px;
	background:url(images/ico_sitemap.gif) no-repeat 0px 8px;
	border-bottom:1px dotted #CCC;
}
.sitemap li.c1{
	margin-left:15px;}
.sitemap li.c2{
	margin-left:30px;}
.sitemap li.c3{
	margin-left:45px;}
.sitemap li.c4{
	margin-left:60px;}
em, i, u{ font-style:normal;}
/*页面留白*/
.blank,.blank10{height:10px; line-height:10px; clear:both; visibility:hidden;}
.blank5{height:5px; line-height:5px; clear:both; visibility:hidden;}
.blank20{height:20px; line-height:20px; clear:both; visibility:hidden;}
.blank30{height:30px; line-height:30px; clear:both; visibility:hidden;}
.blank40{height:40px; line-height:40px; clear:both; visibility:hidden;}
.blank50{height:50px; line-height:50px; clear:both; visibility:hidden;}
.blank60{height:60px; line-height:60px; clear:both; visibility:hidden;}
.blank70{height:70px; line-height:70px; clear:both; visibility:hidden;}
.blank80{height:80px; line-height:80px; clear:both; visibility:hidden;}
.blank100{height:100px; line-height:100px; clear:both; visibility:hidden;}
/*  头部  */
.head{
	width:100%;
	min-width:1200px;
	height:72px;
	position:fixed;
	z-index:10;
	text-align:center;
	background:url(images/background_2.png) repeat;}
.head_loog{
	width:222px;
	height:30px;
	padding:21px 0 21px 23px;
	display:inline-block;
	overflow:hidden;}
.head_loog a{
	float:left;
	overflow:hidden;}
.head_loog img{
	width:180px;
	height:30px;}
.head_phone{
	height:72px;
	padding-left:12px;
	float:right;
	padding-right:15px;
	overflow:hidden;}
.head_phone span{
	width:34px;
	height:34px;
	float:left;
	padding:21px 0 0 0;
	overflow:hidden;}
.head_phone span img{
	width:34px;
	height:34px;}
.head_phone font{
	height:72px;
	line-height:72px;
	float:left;
	font-size:20px;
	padding-left:15px;
	font-family:Impact;
	color:#fff;
	overflow:hidden;}
/*  首页  */
.main{
	width:100%;
	margin:0 auto;
	min-width:1200px;
	overflow:hidden;}
.banner_box{
	width:100%;
	min-width:1000px;
	margin:0px auto;
	height:632px;
	position:relative;
	z-index:1;}
ul,li{
	list-style:none;}	
.banner_box .bd{
	width:100%;
	height:632px;
	overflow:hidden;}
.banner_box .bd li{
	width:100%;
	height:632px;
	overflow:hidden;	
	background-repeat:no-repeat;
	background-position:center top;}
.banner_box .bd li a{
	width:100%;
	height:632px;
	display:block;
	text-indent:-9999px;}
.banner_box .hd{
	width:1200px;
	height:15px;
	position:absolute;
	left:50%;
	margin-left:-600px;
	bottom:23px;
	text-align:center;}
.banner_box .hd li{
	width:34px;
	height:11px;
	overflow:hidden;
	background: url(images/icon_27.jpg) no-repeat center;
	display:inline-block;
	*display:inline;
	*zoom:1;
	cursor:pointer;
	margin:2px 8px;
	*margin:0px 5px;}
.banner_box .hd li.on{
	width:37px;
	background:url(images/icon_26.jpg) no-repeat center;}
.banner_box a.prev,.banner_box a.next{
	width:40px;
	height:78px;
	position:absolute;
	z-index:3;
	top:235px;
	left:45px;
	background:url(images/arrow_1.png) no-repeat center;}
.banner_box a.next{
	left:auto;
	right:45px;
	background:url(images/arrow_2.png) no-repeat center;}
.main_service{
	width:100%;
	overflow:hidden;}
.main_name{
	width:100%;
	padding-top:30px;
	text-align:center;
	overflow:hidden;}
.main_name span{
	width:100%;
	height:100px;
	line-height:100px;
	display:block;
	background:url(images/line_1.jpg) repeat-x bottom;
	overflow:hidden;}
.main_name span font{
	width:100%;
	height:100px;
	display:block;
	background:url(images/line_2.jpg) no-repeat bottom center;}
.main_name span font em{
	font-size:34px;
	color:#222222;}
.main_name span font i{
	font-size:34px;
	color:#c4c4c4;}
.main_name p{
	height:70px;
	line-height:70px;
	font-size:14px;
	color:#888888;}
.service_content{
	width:100%;
	padding:10px 0 0;
	overflow:hidden;}
.main_case{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;}
.case_content{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.case_picture{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.case_picture dl{
	width:20%;
	float:left;
	position:relative;
	overflow:hidden;}
.case_picture dl dt{
	width:100%;}
.case_picture dl dt img{
	width:100%;
	display:block;}
.case_picture dl dd{
	width:100%;
	height:100%;
	display:none;
	background:#ed1f23;
	position:absolute;
	top:0px;
	left:0px;
	box-sizing:border-box;
	padding:0 20px;}
.case_picture dl dd p{
	width:100%;
	height:100px;
	line-height:100px;
	display:block;
	text-align:center;
	font-size:18px;
	color:#fff;
	overflow:hidden;}
.case_picture dl dd span{
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#fff;
	font-family:Impact;
	display:block;
	overflow:hidden;}
.case_picture dl dd em{
	width:28px;
	height:2px;
	display:block;
	background:#fff;
	overflow:hidden;}
.case_picture dl dd i{
	height:39px;
	margin-right:20px;
	display:block;
	overflow:hidden;
	background:url(images/icon_9.png) no-repeat center right;}
.case_picture dl a:hover dd{
	display:block;}
	
	
/*.case_picture ul li{
	width:20%;
	float:left;
	margin:0 auto;
	overflow:hidden;
	position:relative;}
.case_picture ul li dl dt{
	width:100%;}
.case_picture ul li img{
	width:100%;
	display:block;}
.case_picture ul li a{
	width:100%;
	display:block;
	overflow:hidden;}
.case_picture ul li p{
	width:100%;
	height:100%;
	line-height:180px;
	text-align:center;
	font-size:24px;
	color:#fff;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	background:url(images/background_16.png);
	overflow:hidden;}
.case_picture ul li a:hover p{
	display:block;}*/
.case_more{
	width:100%;
	padding:62px 0 74px;
	overflow:hidden;
	background:#ed1f23;}
.case_more a{
	width:230px;
	height:42px;
	line-height:42px;
	text-align:center;
	font-size:14px;
	color:#fff;
	margin:0 auto;
	display:block;
	border:solid 2px #fff; 
	overflow:hidden;}
.main_scheme{
	width:100%;
	height:808px;
	overflow:hidden;
	background:#1b1b1b;}
.main_scheme .main_name span font em{
	color:#fff;}
.main_scheme .main_name span font i{
	color:#4d4d4d;}
.main_scheme .main_name p{
	color:#838383;}
.main_scheme .main_name span{
	background:url(images/line_4.jpg) repeat-x bottom;}
.scheme_content{
	width:1200px;
	margin:0 auto;
	padding-top:43px;
	overflow:hidden;}
.scheme_name{
	width:1120px;
	margin:0 auto;}
.scheme_name dl{
	width:224px;
	text-align:center;
	float:left;}
.scheme_name dl dt{
	width:50px;
	margin:0 auto;
	height:50px;
	overflow:hidden;
	position:relative;}
.scheme_name dl dt img{
	width:50px;
	height:100px;
	position:absolute;
	top:0px;
	left:0px;}
.scheme_name dl.on dt img{
	top:-50px;}
.scheme_name dl dd{
	width:224px;
	height:75px;
	position:relative;}
.scheme_name dl dd span{
	width:224px;
	height:42px;
	line-height:42px;
	font-size:16px;
	font-weight:bold;
	color:#bbbbbb;}
.scheme_name dl dd em{
	width:247px;
	height:33px;
	display:none;
	position:absolute;
	bottom:0px;
	left:-11px;
	background:url(images/icon_11.png) no-repeat bottom;}
.scheme_name dl.on dd em{
	display:block;}
.scheme_name dl.on dd span{
	color:#ed1f23;}
.scheme_detailed{
	width:1200px;
	margin:0 auto;
	display: none;
	overflow:hidden;}
.scheme_introduce{
	width:1200px;
	overflow:hidden;}
.scheme_introduce dl dt{
	width:600px;
	height:440px;
	float:left;
	overflow:hidden;}
.scheme_introduce dl dt img{
	width:600px;
	height:440px;}
.scheme_introduce dl dd{
	width:590px;
	padding:71px 0 83px 10px;
	float:left;
	overflow:hidden;}
.scheme_introduce dl dd span{
	width:590px;
	padding-top:20px;
	height:60px;
	line-height:60px;
	font-size:30px;
	color:#fff;
	display:block;
	overflow:hidden;}
.scheme_introduce dl dd span.scheme_introduce_line{
	width:43px;
	height:1px;
	padding-top:0px;
	display:block;
	text-indent:-9999px;
	background:#3d3d3d;}
.scheme_introduce dl dd p{
	width:482px;
	font-size:14px;
	height:105px;
	line-height:35px;
	padding:10px 0 32px;
	letter-spacing:1px;
	color:#b8b8b8;}
.scheme_introduce dl dd a{
	width:230px;
	height:42px;
	line-height:42px;
	text-align:center;
	font-size:14px;
	color:#a8a8a8;
	overflow:hidden;
	display:block;
	border:solid 2px #e71421;}
.main_advantage{
	width:100%;
	background:#f9f9f9;
	overflow:hidden;}
.advantage_content{
	width:1200px;
	margin:0 auto;
	padding-top:43px;
	overflow:hidden;}
.advantage_content dl{
	width:400px;
	float:left;}
.advantage_content dl dt{
	width:400px;
	height:134px;
	text-align:center;
	overflow:hidden;}
.advantage_content dl dt img{
	width:124px;
	height:134px;}
.advantage_content dl dd{
	width:400px;
	text-align:center;
	padding:15px 0 60px;
	overflow:hidden;}
.advantage_content dl dd span{
	height:55px;
	line-height:55px;
	color:#333333;
	font-size:22px;
	overflow:hidden;}
.advantage_content dl dd p{
	width:180px;
	height:81px;
	line-height:27px;
	color:#777;
	margin:0 auto;
	overflow:hidden;}
.main_brand{
	width:100%;
	overflow:hidden;}
.brand_sort{
	width:1200px;
	margin:38px auto 76px;
	overflow:hidden;
	border-left:solid 1px #e5e5e5;
	border-top:solid 1px #e5e5e5;}
.brand_sort ul li{
	width:239px;
	height:141px;
	border-bottom:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
	float:left;
	overflow:hidden;}
.brand_sort ul li a{
	display:block;
	text-align:center;}
.brand_sort ul li a img{
	height:100%;}
.main_news{
	width:100%;
	background:#f9f9f9;}
.news_content{
	width:100%;
	overflow:hidden;}
.news_detailed{
	width:100%;
	height:520px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;}
.news_detailed ul li{
	width:50%;
	height:50%;
	float:left;
	overflow:hidden;}
.news_detailed ul li a{
	float:left;
	height:260px;
	overflow:hidden;}
.news_detailed ul li strong{
	width:50%;
	height:100%;
	float:left;
	text-align:center;
	overflow:hidden;}
.news_detailed ul li strong img{
	width:100%;
	height:100%;}
.news_detailed ul li span{
	width:50%;
	height:100%;
	margin:0 auto;
	float:left;
	padding:30px 25px 0;
	box-sizing:border-box;
	overflow:hidden;}
.news_detailed ul li i{
	width:100%;
	height:40px;
	line-height:40px;
	display:block;
	color:#000;
	font-size:18px;
	overflow:hidden;}
.news_detailed ul li font{
	width:100%;
	height:24px;
	line-height:24px;
	color:#777;
	padding-left:25px;
	display:block;
	overflow:hidden;
	background:url(images/icon_8.png) no-repeat center left;}
.news_detailed ul li p{
	width:100%;
	height:100px;
	line-height:25px;
	font-size:14px;
	color:#777;
	overflow:hidden;}
.news_detailed ul li em{
	width:100%;
	height:32px;
	margin-top:12px;
	display:block;
	background:url(images/icon_10.png) no-repeat center right;}
.news_detailed ul li:hover span{
	background:#e71421;}
.news_detailed ul li:hover span p,.news_detailed ul li:hover span i,.news_detailed ul li:hover span font{
	color:#fff;}
.news_detailed ul li:hover span font{
	background:url(images/icon_7.png) no-repeat center left;}
.news_detailed ul li:hover span em{
	background:url(images/icon_32.png) no-repeat center right;}
.news_more{
	width:100%;
	padding:60px 0;
	overflow:hidden;}
.news_more a{
	width:230px;
	height:42px;
	line-height:42px;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	display:block;
	color:#3a3948;
	border:solid 2px #e71421;}
.main_end{
	width:100%;
	height:160px;
	overflow:hidden;
	text-align:center;
	position:relative;
	background:#e71421;}
.main_end_left{
	width:469px;
	height:161px;
	position:absolute;
	top:0;
	left:-25px;
	z-index:1;
	overflow:hidden;
	background:url(images/main_end_left.png)#e71421 no-repeat center;}
.main_end_right{
	width:321px;
	height:161px;
	position:absolute;
	background:url(images/main_end_right.png)#e71421 no-repeat center;
	top:0;
	right:0;
	z-index:1;
	overflow:hidden;}
.main_end p{
	width:100%;
	height:68px;
	line-height:68px;
	color:#ffffff;
	font-size:26px;
	padding-top:15px;
	overflow:hidden;}
.main_end a{
	width:165px;
	height:38px;
	margin:0 auto;
	line-height:38px;
	display:block;
	font-size:16px;
	color:#fff;
	padding-left:35px;
	border:solid 1px #fff;
	overflow:hidden;
	background:url(images/icon_12.png) no-repeat 50px center;}
/*  尾部  */
.tail_box{
	width:100%;
	min-width:1200px;}
.tail_box .tail_details{
	width:100%;
	background:#212121;
	padding:54px 0;}
.tail_box .tail_details .details{
	width:1200px;
	margin:0 auto;}
.tail_box .tail_details .details dl{
	float:left;
	padding-top:16px;}
.tail_box .tail_details .details dl.about{
	width:182px}
.tail_box .tail_details .details dl.system{
	width:222px}
.tail_box .tail_details .details dl.classify{
	width:206px}
.tail_box .tail_details .details dl.follow{
	width:198px;
	border-right:1px solid #4d4d4d;}
.tail_box .tail_details .details dl dt span{
	display:block;
	width:70px;
	height:62px;
	padding-left:2px;}
.tail_box .tail_details .details dl dt span img{
	width:70px;
	height:62px;}
.tail_box .tail_details .details dl dt font{
	display:block;
	height:25px;
	line-height:25px;
	font-size:16px;
	text-indent:2px;
	color:#fff;
	padding:17px 0;
	background:url(images/index_line_1.png) no-repeat left bottom;
	overflow:hidden;}
.tail_box .tail_details .details dl dd{
	padding:16px 0 22px;}
.tail_box .tail_details .details dl dd a{
	display:block;
	height:30px;
	line-height:30px;
	text-indent:2px;
	font-size:13px;
	color:#737373;
	overflow:hidden;}
.tail_box .tail_details .details dl dd a:hover{
	color:#e71421;}
.tail_box .tail_details .details dl dd img{
	width:100px;
	height:100px;
	padding-top:14px;}
.tail_box .tail_details .details .cooperation{
	float:left;
	padding-left:55px;}
.tail_box .tail_details .details .cooperation h3{
	height:35px;
	line-height:35px;
	font-size:25px;
	overflow:hidden;
	font-weight:normal;
	color:#fff;
	padding:26px 0 20px;}
.tail_box .tail_details .details .cooperation font{
	display:block;
	height:48px;
	line-height:24px;
	font-size:13px;
	width:308px;
	color:#787878;
	padding-bottom:25px;}
.tail_box .tail_details .details .cooperation dl{
	padding-top:8px;}
.tail_box .tail_details .details .cooperation dl dt{
	width:49px;
	height:49px;
	padding-right:10px;
	float:left;}
.tail_box .tail_details .details .cooperation dl dt img{
	width:49px;
	height:49px;}
.tail_box .tail_details .details .cooperation dl dd{
	float:left;
	padding:0;}
.tail_box .tail_details .details .cooperation dl dd em{
	display:block;
	height:18px;
	line-height:18px;
	color:#fff;
	font-size:16px;
	overflow:hidden;
	padding-bottom:6px;}
.tail_box .tail_details .details .cooperation dl dd i{
	display:block;
	height:25px;
	line-height:25px;
	color:#e71421;
	font-size:29px;
	overflow:hidden;
	font-weight:bolder;}
.tail_box .tail_License{
	background:#171717;}
.tail_box .tail_License dl{
	width:1200px;
	margin:0 auto;
	font-size:13px;
	color:#616161;
	text-align:center;
	padding:26px 0 28px;}
.tail_box .tail_License dl dt{
	height:25px;
	line-height:25px;
	overflow:hidden;}
.tail_box .tail_License dl dd{
	padding-top:15px;}
.tail_box .tail_License dl dd img{
	width:88px;
	height:36px;}
/*  B2c电商  */
.head_loog_1{
	width:20%;
	/*height:45px;*/
	padding:13px 80px 0 38px;
	float:left;
	box-sizing:border-box;
	overflow:hidden;}
.head_loog_1 a{
	float:left;
	overflow:hidden;}
.head_loog_1 img{
	width:100%;}
.main_picture{
	width:100%;
	margin:0 auto;
	height:548px;
	overflow:hidden;}
.b2c_floor{
	width:100%;
	overflow:hidden;}
.b2c_one{
	width:100%;
	overflow:hidden;}
.b2c_name{
	width:1200px;
	margin:0 auto;
	padding-top:60px;
	text-align:center;
	overflow:hidden;
	position:relative;}
.b2c_name span{
	height:70px;
	width:1200px;
	line-height:70px;
	font-size:32px;
	color:#000;
	padding:0 30px;
	background:#fff;
	position:relative;
	z-index:2;}
.b2c_name em{
	width:1200px;
	height:1px;
	display:block;
	background:#e2e2e2;
	overflow:hidden;
	position:absolute;
	top:95px;}
.b2c_one_content{
	width:1200px;
	margin:0 auto;
	padding:70px 0 80px;
	overflow:hidden;}
.b2c_one_content img{
	width:1200px;}
.b2c_two{
	width:100%;
	margin:0 auto;
	background:#f4f7fa;}
.b2c_two .b2c_name{
	padding-top:70px;}
.b2c_two .b2c_name span{
	background:#f4f7fa;}
.b2c_two .b2c_name em{
	top:105px;}
.b2c_name p{
	width:1200px;
	height:25px;
	line-height:25px;
	color:#777;
	font-size:16px;
	overflow:hidden;}
.b2c_two_content{
	width:1200px;
	margin:0 auto;
	padding:70px 0 90px;
	overflow:hidden;}
.b2c_two_content img{
	width:1200px;}
.b2c_three{
	width:100%;
	overflow:hidden;}
.b2c_three .b2c_name span{
	height:75px;
	line-height:75px;}
.b2c_three_content{
	width:1200px;
	margin:0 auto;
	padding:65px 0 100px;
	overflow:hidden;}
.b2c_three_content img{
	width:1200px;}
.b2c_four{
	width:100%;
	overflow:hidden;
	background:url(images/background_3.jpg) no-repeat center;}
.b2c_four .b2c_name span{
	color:#fff;
	background:#292d35;}
.b2c_four .b2c_name em{
	background:#494c53;}
.b2c_four_content{
	width:1200px;
	margin:0 auto;
	padding:70px 0 120px;
	overflow:hidden;}
.b2c_four_content img{
	width:1200px;}
.b2c_five .b2c_name{
	padding-top:50px;}
.b2c_five .b2c_name span{
	height:80px;
	line-height:80px;}
.b2c_five_content{
	width:1200px;
	margin:0 auto;
	padding:65px 0 95px;
	overflow:hidden;}
.b2c_five_content img{
	width:1200px;}
/*  bbc电商  */
.bbc_floor{
	width:100%;
	overflow:hidden;}
.bbc_one{
	width:100%;
	overflow:hidden;}
.bbc_name{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding-top:60px;
	text-align:center;
	position:relative;}
.bbc_name span{
	height:65px;
	line-height:65px;
	font-size:32px;
	padding:0 30px;
	color:#000;
	background:#fff;
	display:inline-block;
	position:relative;
	z-index:2;}
.bbc_name em{
	width:1200px;
	height:1px;
	background:#e2e2e2;
	overflow:hidden;
	position:absolute;
	top:90px;
	left:0px;}
.bbc_name p{
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#888;}
.bbc_one_content{
	width:1200px;
	margin:0 auto;
	padding:75px 0 85px;
	overflow:hidden;}
.bbc_one_content img{
	width:1200px;}
.bbc_two{
	width:100%;
	overflow:hidden;
	background:#f4f7fa;}
.bbc_two .bbc_name{
	padding-top:70px;}
.bbc_two .bbc_name span{
	height:70px;
	line-height:70px;
	background:#f4f7fa;}
.bbc_two .bbc_name em{
	top:103px;}
.bbc_two_content{
	width:1200px;
	margin:0 auto;
	padding:80px 0 85px;
	overflow:hidden;}
.bbc_two_content img{
	width:1200px;}
.bbc_three{
	width:100%;
	overflow:hidden;}
.bbc_three .bbc_name{
	padding-top:80px;}
.bbc_three .bbc_name span{
	height:55px;
	line-height:55px;}
.bbc_three .bbc_name em{
	top:106px;}
.bbc_three_content{
	width:1200px;
	margin:0 auto;
	padding:95px 0 120px;
	overflow:hidden;}
.bbc_four{
	width:100%;
	overflow:hidden;
	background:#f4f7fa;}
.bbc_four .bbc_name span{
	height:80px;
	line-height:80px;
	background:#f4f7fa;}
.bbc_four .bbc_name em{
	top:103px;}
.bbc_four_content{
	width:1200px;
	margin:0 auto;
	padding:55px 0 95px;
	overflow:hidden;}
/*  o2o电商  */
.o2o_floor{
	width:100%;
	overflow:hidden;}
.o2o_one{
	width:100%;
	overflow:hidden;}
.o2o_name{
	width:1200px;
	margin:0 auto;
	padding-top:62px;
	text-align:center;
	overflow:hidden;
	position:relative;}
.o2o_name span{
	height:65px;
	line-height:65px;
	color:#000;
	display:inline-block;
	font-size:32px;
	padding:0 30px;
	background:#fff;
	overflow:hidden;
	position:relative;
	z-index:2;}
.o2o_name em{
	width:1200px;
	height:1px;
	display:block;
	background:#e2e2e2;
	position:absolute;
	top:98px;
	left:0px;}
.o2o_name p{
	width:1200px;
	line-height:30px;
	font-size:16px;
	color:#888;
	overflow:hidden;}
.o2o_one_content{
	width:1200px;
	margin:0 auto;
	padding:75px 0 85px;
	overflow:hidden;}
.o2o_one_content img{
	width:1200px;
	margin:0 auto;
	overflow:hidden;}
.o2o_two{
	width:100%;
	background:#f4f7fa;
	overflow:hidden;}
.o2o_two .o2o_name{
	padding-top:72px;}
.o2o_two .o2o_name span{
	height:65px;
	line-height:65px;
	background:#f4f7fa;}
.o2o_two .o2o_name em{
	top:105px;}
.o2o_two_content{
	width:1200px;
	padding:60px 0;
	margin:0 auto;
	overflow:hidden;}
.o2o_two_content img{
	width:1200px;}
.o2o_three{
	width:100%;
	overflow:hidden;}
.o2o_three .o2o_name span{
	height:90px;
	line-height:90px;}
.o2o_three .o2o_name em{
	top:105px;}
.o2o_three_content{
	width:1200px;
	margin:0 auto;
	padding:50px 0 100px;
	overflow:hidden;}
.o2o_three_content img{
	width:1200px;}
.o2o_four{
	width:100%;
	overflow:hidden;
	background:#f4f7fa;}
.o2o_four .o2o_name span{
	height:85px;
	line-height:85px;
	background:#f4f7fa;}
.o2o_four .o2o_name em{
	top:105px;}
.o2o_four_content{
	width:1200px;
	margin:0 auto;
	padding:100px 0;
	overflow:hidden;}
.o2o_five{
	width:100%;
	overflow:hidden;}
.o2o_five .o2o_name{
	padding-top:75px;}
.o2o_five .o2o_name span{
	height:68px;
	line-height:68px;}
.o2o_five .o2o_name em{
	top:110px;}
.o2o_five_content{
	width:1200px;
	margin:0 auto;
	padding:90px 0 100px;
	overflow:hidden;}
.o2o_five_content img{
	width:1200px;}
/*  分销系统  */
.head .head_hide{
	border-right:none;}
.main_drp{
	width:100%;
	overflow:hidden;}
.drp_one{
	width:100%;
	overflow:hidden;}
.drp_name{
	width:1200px;
	margin:0 auto;
	padding-top:82px;
	text-align:center;
	position:relative;
	overflow:hidden;}
.drp_name span{
	height:45px;
	line-height:45px;
	display: inline-block;
	font-size:32px;
	color:#000;
	padding:0 30px;
	position:relative;
	z-index:2;
	background:#fff;
	overflow:hidden;}
.drp_name em{
	width:1200px;
	height:1px;
	display:block;
	background:#e2e2e2;
	position:absolute;
	top:103px;
	left:0px;}
.drp_name p{
	width:1200px;
	height:30px;
	line-height:30px;
	color:#888;
	font-size:16px;
	overflow:hidden;}
.drp_one_content{
	width:1200px;
	margin:0 auto;
	padding:70px 0 60px;
	overflow:hidden;}
.drp_one_content img{
	width:1200px;}
.drp_two{
	width:100%;
	background: url(images/background_4.jpg) no-repeat;
	overflow:hidden;}
.drp_two .drp_name span{
	background:#f4f7fa;}
.drp_two_content{
	width:1200px;
	margin:0 auto;
	padding:90px 0 70px;
	overflow:hidden;}
.drp_two_content img{
	width:1200px;
	overflow:hidden;}
.drp_three{
	width:100%;
	overflow:hidden;}
.drp_three_content{
	width:1200px;
	margin:0 auto;
	padding:115px 0 100px;
	overflow:hidden;}
.drp_four{
	width:100%;
	height:660px;
	background:#f4f7fa;
	overflow:hidden;}
.drp_four .drp_name span{
	background:#f4f7fa;}
.drp_four .drp_name font{
	width:1200px;
	margin:0 auto;
	display:block;
	padding:15px 0 30px;
	overflow:hidden;}
.drp_four .drp_name font p{
	width:1200px;
	height:40px;
	line-height:40px;
	overflow:hidden;}
.drp_four_content{
	width:1200px;
	margin:0 auto;
	position:relative;}
.drp_four_picture{
	width:1200px;
	position:absolute;
	top:0px;
	left:-10px;}
.drp_four_picture img{
	width:1220px;}
.drp_five{
	width:100%;
	overflow:hidden;}
.drp_five .drp_name{
	padding-top:172px;}
.drp_five .drp_name span{
	height:65px;
	line-height:65px;}
.drp_five .drp_name em{
	top:205px;}
.drp_five_content{
	width:1200px;
	margin:0 auto;
	padding:60px 0 100px;
	overflow:hidden;}
.drp_six{
	width:100%;
	background:#f4f7fa;
	overflow:hidden;}
.drp_six .drp_name span{
	background:#f4f7fa;}
.drp_six_content{
	width:1200px;
	margin:0 auto;
	padding:70px 0 100px;
	overflow:hidden;}
.drp_six_content{
	width:1200px;}
.drp_seven{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.drp_seven_content{
	width:1200px;
	margin:0 auto;
	padding:60px 0 125px;
	overflow:hidden;}
.drp_seven_content img{
	width:1200px;}
.drp_eight{
	width:100%;
	background:#f4f7fa;
	overflow:hidden;}
.drp_eight .drp_name{
	padding-top:65px;}
.drp_eight .drp_name span{
	height:65px;
	line-height:65px;
	background:#f4f7fa;}
.drp_eight .drp_name em{
	top:100px;}
.drp_eight_content{
	width:1200px;
	margin:0 auto;
	padding:65px 0 75px;
	overflow:hidden;}
.drp_eight_content img{
	width:1200px;}
/*  公司介绍  */
.firm_present{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.firm_name{
	width:1200px;
	margin:0 auto;
	padding-top:70px;
	text-align:center;
	position:relative;
	overflow:hidden;}
.firm_name span{
	height:57px;
	line-height:57px;
	display: inline-block;
	font-size:34px;
	color:#000;
	padding:0 70px;
	position:relative;
	z-index:2;
	background:#fff;
	overflow:hidden;}
.firm_name em{
	width:1200px;
	height:1px;
	display:block;
	background:#e2e2e2;
	position:absolute;
	top:102px;
	left:0px;}
.firm_name p{
	width:1200px;
	height:30px;
	line-height:30px;
	color:#888;
	font-size:16px;
	overflow:hidden;}
.firm_name p i{
	color:#ed1f23;}
.firm_one_content{
	width:1200px;
	margin:0 auto;
	padding:55px 0 120px;
	overflow:hidden;}
.firm_one_content img{
	width:1200px;}
.firm_two{
	width:100%;
	padding:30px 0 60px;
	background:url(images/background_5.png) no-repeat center;}
.firm_two_content{
	width:1200px;
	margin:0 auto;
	overflow:hidden;}
.firm_two_content img{
	width:1200px;}
.firm_three{
	width:100%;
	overflow:hidden;}
.firm_three .firm_name{
	padding-top:127px;}
.firm_three .firm_name span{
	height:45px;
	line-height:45px;}
.firm_three .firm_name em{
	top:150px;}
.firm_three_content{
	width:1200px;
	margin:0 auto;
	padding:35px 0 135px;
	overflow:hidden;}
.firm_four{
	width:100%;
	overflow:hidden;
	background:url(images/background_6.png) no-repeat center;}
.firm_four_content{
	width:1200px;
	margin:0 auto;
	padding:80px 0;
	overflow:hidden;}
.firm_four_content img{
	width:1200px;}
.firm_five{
	width:100%;
	overflow:hidden;}
.firm_five_content{
	width:1260px;
	margin:0 auto;
	padding:50px 0 80px;
	overflow:hidden;}
.firm_five_content dl{
	width:360px;
	float:left;
	margin:0 30px;
	overflow:hidden;}
.firm_five_content dl dt{
	width:335px;
	height:109px;
	line-height:109px;
	padding-left:25px;
	font-size:30px;
	color:#fff;}
.firm_five_content dl.firm_left dt{
	background:#31b987;}
.firm_five_content dl.firm_in dt{
	background:#17b5e8;}
.firm_five_content dl.firm_right dt{
	background:#ff5353;}
.firm_five_content dl dd{
	width:358px;
	height:288px;
	padding:10px 0 28px;
	border:solid 1px #e5e5e5;
	border-top:none;
	overflow:hidden;}
.firm_five_content dl dd span{
	width:333px;
	height:36px;
	line-height:36px;
	padding-left:25px;
	font-size:14px;
	display:block;
	overflow:hidden;}
.firm_five_content dl dd span a{
	color:#6e6e6e;}
/*  跨境电商  */
.cross_border{
	width:100%;
	overflow:hidden;}
.cross_one{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.cross_name{
	width:1200px;
	margin:0 auto;
	padding-top:70px;
	text-align:center;
	overflow:hidden;
	position:relative;}
.cross_name span{
	height:50px;
	line-height:50px;
	font-size:32px;
	padding:0 30px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:2;
	background:#fff;}
.cross_name em{
	width:1200px;
	height:1px;
	display:block;
	background:#e2e2e2;
	position:absolute;
	top:94px;
	left:0px;}
.cross_one_content{
	width:1198px;
	margin:45px auto 60px;
	overflow:hidden;
	border-top:solid 1px #e7e7e7;
	border-left:solid 1px #e7e7e7;}
.cross_one_content ul li{
	width:598px;
	float:left;
	border-bottom:solid 1px #e7e7e7;
	border-right:solid 1px #e7e7e7;}
.cross_two{
	width:100%;
	overflow:hidden;
	background:#f4f7fa;}
.cross_two .cross_name{
	padding-top:75px;}
.cross_two .cross_name span{
	height:65px;
	line-height:65px;
	background:#f4f7fa;}
.cross_two .cross_name em{
	top:111px;}
.cross_name p{
	width:1200px;
	font-size:16px;
	line-height:30px;
	overflow:hidden;
	color:#888;}
.cross_two_content{
	width:1200px;
	margin:0 auto;
	padding:70px 0 50px;
	overflow:hidden;}
.cross_three{
	width:100%;
	overflow:hidden;}
.cross_three .cross_name{
	padding-top:80px;}
.cross_three .cross_name span{
	height:55px;
	line-height:55px;}
.cross_three .cross_name em{
	top:111px;}
.cross_three_content{
	width:1200px;
	margin:0 auto;
	padding:90px 0 80px;
	overflow:hidden;}
.cross_three_content img{
	width:1200px;}
.cross_four{
	width:100%;
	background:#f4f7fa;
	overflow:hidden;}
.cross_four .cross_name{
	padding-top:72px;}
.cross_four .cross_name span{
	height:65px;
	line-height:65px;
	background:#f4f7fa;}
.cross_four .cross_name em{
	top:106px;}
.cross_four_content{
	width:1240px;
	margin:0 auto;
	padding:55px 0 80px;
	overflow:hidden;}
.cross_four_content img{
	width:1240px;}
.cross_five{
	width:100%;
	overflow:hidden;}
.cross_five .cross_name span{
	height:65px;
	line-height:65px;}
.cross_five .cross_name em{
	top:105px;}
.cross_five_content{
	width:1200px;
	padding:100px 0 110px;
	margin:0 auto;
	overflow:hidden;}
.cross_five_content img{
	width:1200px;}
.cross_six{
	width:100%;
	background:#292929;
	overflow:hidden;}
.cross_six .cross_name{
	padding-top:80px;}
.cross_six .cross_name span{
	height:45px;
	line-height:45px;
	color:#fff;
	background:#292929;}
.cross_six .cross_name em{
	background:#494949;
	top:105px;}
.cross_six_content{
	width:1200px;
	margin:0 auto;
	padding:85px 0 80px;
	overflow:hidden;}
.cross_six_content img{
	width:1200px;}
/*  响应式网站建设  */
.respond{
	width:100%;
	overflow:hidden;}
.respond_one{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.respond_name{
	width:1200px;
	margin:0 auto;
	padding-top:85px;
	text-align:center;
	overflow:hidden;
	position:relative;}
.respond_name span{
	height:45px;
	line-height:45px;
	font-size:32px;
	padding:0 30px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:2;
	background:#fff;}
.respond_name em{
	width:1200px;
	height:1px;
	display:block;
	background:#e2e2e2;
	position:absolute;
	top:108px;
	left:0px;}
.respond_name p{
	width:1200px;
	font-size:16px;
	line-height:30px;
	overflow:hidden;
	color:#888;}
.respond_one_content{
	width:1200px;
	margin:0 auto;
	padding:65px 0 75px;
	overflow:hidden;}
.respond_one_content img{
	width:1200px;}
.respond_two{
	width:100%;
	background:#f4f7fa;}
.respond_two .respond_name span{
	background:#f4f7fa;}
.respond_two_content{
	width:1200px;
	margin:0 auto;
	padding:45px 0 115px;
	overflow:hidden;}
.respond_three{
	width:100%;
	overflow:hidden;}
.respond_three_content{
	width:1200px;
	margin:0 auto;
	padding:85px 0;
	overflow:hidden;}
.respond_four{
	width:100%;
	background:#f4f7fa;}
.respond_four span{
	background:#f4f7fa;}
.respond_four_content{
	width:1200px;
	margin:0 auto;
	padding:55px 0 80px;
	overflow:hidden;}
.respond_four_content img{
	width:1200px;}
.respond_five_content{
	width:100%;
	margin:55px 0 40px;
	border-top:solid 1px #e2e2e2;
	overflow:hidden;}
.respond_five_picture{
	width:100%;
	height:240px;
	margin:0 auto;
	overflow:hidden;
	border-bottom:solid 1px #e2e2e2;}
.respond_five_picture span{
	width:1200px;
	margin:0 auto;
	display:block;
	overflow:hidden;}
.respond_five_picture span img{
	width:1200px;
	overflow:hidden;}
/*  营销网站建设  */
.marketing{
	width:100%;
	overflow:hidden;}
.marketing_one{
	width:100%;
	margin:0 auto;}
.marketing_name{
	width:1200px;
	margin:0 auto;
	padding-top:82px;
	text-align:center;
	overflow:hidden;
	position:relative;}
.marketing_name span{
	height:45px;
	line-height:45px;
	font-size:32px;
	padding:0 30px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:2;
	background:#fff;}
.marketing_name em{
	width:1200px;
	height:1px;
	display:block;
	background:#e2e2e2;
	position:absolute;
	top:108px;
	left:0px;}
.marketing_name p{
	width:1200px;
	font-size:16px;
	line-height:30px;
	overflow:hidden;
	color:#888;}
.marketing_one_content{
	width:1200px;
	margin:0 auto;
	padding:82px 0;
	overflow:hidden;}
.marketing_one_content img{
	width:1200px;}
.marketing_two{
	width:100%;
	background:#f8f8f8;
	overflow:hidden;}
.marketing_two .marketing_name span{
	background:#f8f8f8;}
.marketing_two_content{
	width:1201px;
	margin:0 auto;
	padding:72px 0 105px;
	overflow:hidden;}
.marketing_two_content img{
	width:1201px;}
.marketing_three{
	width:100%;}
.marketing_three_content{
	width:1200px;
	margin:0 auto;
	padding:55px 0 100px;
	overflow:hidden;}
.marketing_four{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;}
.marketing_four .marketing_name span{
	background:#f8f8f8;}
.marketing_four_content{
	width:1200px;
	margin:0 auto;
	padding:75px 0;
	overflow:hidden;}
.marketing_four_content img{
	width:1200px;}
.marketing_five{
	width:100%;
	overflow:hidden;}
.marketing_five_content{
	width:100%;
	height:565px;
	padding:85px 0 70px;
	overflow:hidden;
	background:url(images/picture_68.png) no-repeat center;}
.marketing_six{
	width:100%;
	background:#f8f8f8;
	overflow:hidden;}
.marketing_six .marketing_name span{
	background:#f8f8f8;}
.marketing_six_content{
	width:1200px;
	margin:0 auto;
	padding:90px 0;
	overflow:hidden;}
.marketing_six_content img{
	width:1200px;}
/*  APP客户端  */
.client_end{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.client_one{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.client_name{
	width:1200px;
	margin:0 auto;
	padding-top:72px;
	text-align:center;
	overflow:hidden;
	position:relative;}
.client_name span{
	height:65px;
	line-height:65px;
	font-size:32px;
	padding:0 65px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:2;
	background:#fff;}
.client_name em{
	width:1200px;
	height:1px;
	display:block;
	background:#e2e2e2;
	position:absolute;
	top:108px;
	left:0px;}
.client_name p{
	width:1200px;
	font-size:16px;
	line-height:30px;
	letter-spacing:1px;
	overflow:hidden;
	color:#888;}
.client_one_content{
	width:1220px;
	margin:0 auto;
	padding:70px 0 85px;
	overflow:hidden;}
.client_one_content dl{
	width:285px;
	height:350px;
	float:left;
	margin:0 10px;
	overflow:hidden;
	text-align:center;
	background:#f6f6f6;}
.client_one_content dl dt{
	width:285px;
	margin-top:35px;
	height:135px;
	overflow:hidden;}
.client_one_content dl dd{
	width:285px;
	overflow:hidden;}
.client_one_content dl dd span{
	width:285px;
	height:55px;
	line-height:55px;
	display:block;
	font-size:24px;
	color:#000000;}
.client_one_content dl dd p{
	width:218px;
	margin:0 auto;
	line-height:25px;
	color:#666;
	overflow:hidden;}
.client_one_content dl.on{
	background:#ed1f23;}
.client_one_content dl.on dd span,.client_one_content dl.on dd p{
	color:#fff;}
.client_one_content dl dt.client_one_icon1{
	background:url(images/icon_33.png) no-repeat center;}
.client_one_content dl.on dt.client_one_icon1{
	background:url(images/icon_34.png) no-repeat center;}
.client_one_content dl dt.client_one_icon2{
	background:url(images/icon_35.png) no-repeat center;}
.client_one_content dl.on dt.client_one_icon2{
	background:url(images/icon_36.png) no-repeat center;}
.client_one_content dl dt.client_one_icon3{
	background:url(images/icon_37.png) no-repeat center;}
.client_one_content dl.on dt.client_one_icon3{
	background:url(images/icon_38.png) no-repeat center;}
.client_one_content dl dt.client_one_icon4{
	background:url(images/icon_39.png) no-repeat center;}
.client_one_content dl.on dt.client_one_icon4{
	background:url(images/icon_40.png) no-repeat center;}
.client_two{
	width:100%;
	overflow:hidden;
	background:#eef1f4;}
.client_two .client_name{
	padding-top:50px;}
.client_two .client_name span{
	background:#eef1f4;}
.client_two .client_name em{
	top:83px;}
.client_two_content{
	width:1200px;
	margin:0 auto;
	padding:65px 0;
	overflow:hidden;}
.client_three{
	width:100%;
	overflow:hidden;}
.client_three .client_name span{
	height:70px;
	line-height:70px;}
.client_three_content{
	width:1228px;
	padding:35px 0 95px;
	margin:0 auto;
	overflow:hidden;}
.client_three_content dl{
	width:584px;
	height:108px;
	margin:23px 14px 0;
	float:left;
	border:solid 1px #d8d8d8;
	overflow:hidden;}
.client_three_content dl dt{
	width:60px;
	height:60px;
	float:left;
	margin-top:26px;
	margin-left:16px;
	overflow:hidden;}
.client_three_content dl dd{
	width:492px;
	float:left;
	margin-top:25px;
	margin-left:16px;
	overflow:hidden;}
.client_three_content dl dd span{
	width:492px;
	height:30px;
	line-height:30px;
	font-size:18px;
	display:block;
	overflow:hidden;}
.client_three_content dl dd p{
	width:475px;
	padding-top:3px;
	line-height:20px;
	color:#888;
	display:block;
	overflow:hidden;}
.client_three_content dl.on{
	background:#1a91e3;}
.client_three_content dl.on dd span,.client_three_content dl.on dd p{
	color:#fff;}
.client_three_content dl dt.client_icon1{
	background:url(images/icon_41.png) no-repeat;}
.client_three_content dl.on dt.client_icon1{
	background:url(images/icon_42.png) no-repeat;}
.client_three_content dl dt.client_icon2{
	background:url(images/icon_43.png) no-repeat;}
.client_three_content dl.on dt.client_icon2{
	background:url(images/icon_44.png) no-repeat;}
.client_three_content dl dt.client_icon3{
	background:url(images/icon_45.png) no-repeat;}
.client_three_content dl.on dt.client_icon3{
	background:url(images/icon_46.png) no-repeat;}
.client_three_content dl dt.client_icon4{
	background:url(images/icon_47.png) no-repeat;}
.client_three_content dl.on dt.client_icon4{
	background:url(images/icon_48.png) no-repeat;}
.client_three_content dl dt.client_icon5{
	background:url(images/icon_49.png) no-repeat;}
.client_three_content dl.on dt.client_icon5{
	background:url(images/icon_50.png) no-repeat;}
.client_three_content dl dt.client_icon6{
	background:url(images/icon_51.png) no-repeat;}
.client_three_content dl.on dt.client_icon6{
	background:url(images/icon_52.png) no-repeat;}
.client_three_content dl dt.client_icon7{
	background:url(images/icon_53.png) no-repeat;}
.client_three_content dl.on dt.client_icon7{
	background:url(images/icon_54.png) no-repeat;}
.client_three_content dl dt.client_icon8{
	background:url(images/icon_55.png) no-repeat;}
.client_three_content dl.on dt.client_icon8{
	background:url(images/icon_56.png) no-repeat;}
.client_three_content dl dt.client_icon9{
	background:url(images/icon_57.png) no-repeat;}
.client_three_content dl.on dt.client_icon9{
	background:url(images/icon_58.png) no-repeat;}
.client_three_content dl dt.client_icon10{
	background:url(images/icon_59.png) no-repeat;}
.client_three_content dl.on dt.client_icon10{
	background:url(images/icon_60.png) no-repeat;}
.client_four{
	width:100%;
	margin:0 auto;
	background:#eef1f4;}
.client_four .client_name{
	padding-top:75px;}
.client_four .client_name span{
	height:50px;
	line-height:50px;
	background:#eef1f4;}
.client_four_content{
	width:1200px;
	margin:0 auto;
	padding:45px 0 70px;
	overflow:hidden;}
.client_four_content img{
	width:1200px;}
.client_five{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.client_five .client_name{
	padding-top:82px;}
.client_five .client_name span{
	height:55px;
	line-height:55px;}
.client_five .client_name em{
	top:109px;}
.client_five_content{
	width:1200px;
	margin:0 auto;
	padding:67px 0 95px;
	overflow:hidden;}
.client_five_content img{
	width:1200px;}
/*  技术团队  */
.team{
	width:100%;
	overflow:hidden;}
.team_one{
	width:100%;
	overflow:hidden;}
.team_name{
	width:1200px;
	margin:0 auto;
	padding-top:67px;
	text-align:center;
	overflow:hidden;
	position:relative;}
.team_name span{
	height:65px;
	line-height:65px;
	font-size:32px;
	padding:0 65px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:2;
	background:#fff;}
.team_name em{
	width:1200px;
	height:1px;
	display:block;
	background:#e2e2e2;
	position:absolute;
	top:100px;
	left:0px;}
.team_name p{
	width:1200px;
	font-size:16px;
	line-height:30px;
	letter-spacing:1px;
	overflow:hidden;
	color:#888;}	
.team_one_content{
	width:1200px;
	height:385px;
	margin:0 auto;
	padding:68px 0 148px;}
.team_one_content dl{
	width:195px;
	height:385px;
	float:left;
	position:relative;
	margin:0 2px 0 3px;
	z-index:2;}
.team_one_content dl dt{
	width:109px;
	height:109px;
	margin:34px auto 0;
	overflow:hidden;
	position:relative;
	z-index:2;
	background:url(images/background_9.png) no-repeat;}
.team_one_content dl dt span{
	width:109px;
	height:109px;
	display:block;
	overflow:hidden;}
.team_one_content dl dd{
	width:195px;
	padding-top:10px;
	text-align:center;
	overflow:hidden;
	position:relative;
	z-index:2;}
.team_one_content dl dd span{
	height:50px;
	line-height:50px;
	color:#333;}
.team_one_content dl dd p{
	width:150px;
	height:168px;
	line-height:24px;
	font-size:12px;
	color:#999;
	margin:0 auto;}
.team_one_content dl dt span.team_icon1{
	background:url(images/icon_62.png) no-repeat;}
.team_one_content dl:hover dt span.team_icon1{
	background:url(images/icon_61.png) no-repeat;}
.team_one_content dl dt span.team_icon2{
	background:url(images/icon_64.png) no-repeat;}
.team_one_content dl:hover dt span.team_icon2{
	background:url(images/icon_63.png) no-repeat;}
.team_one_content dl dt span.team_icon3{
	background:url(images/icon_66.png) no-repeat;}
.team_one_content dl:hover dt span.team_icon3{
	background:url(images/icon_65.png) no-repeat;}
.team_one_content dl dt span.team_icon4{
	background:url(images/icon_68.png) no-repeat;}
.team_one_content dl:hover dt span.team_icon4{
	background:url(images/icon_67.png) no-repeat;}
.team_one_content dl dt span.team_icon5{
	background:url(images/icon_70.png) no-repeat;}
.team_one_content dl:hover dt span.team_icon5{
	background:url(images/icon_69.png) no-repeat;}
.team_one_content dl dt span.team_icon6{
	background:url(images/icon_72.png) no-repeat;}
.team_one_content dl:hover dt span.team_icon6{
	background:url(images/icon_71.png) no-repeat;}
.team_background{
	width:215px;
	height:415px;
	position:absolute;
	top:-10px;
	left:-10px;
	display:none;
	background:url(images/background_10.png) no-repeat;}
.team_one_content dl:hover dt{
	background:url(images/background_8.png) no-repeat;}
.team_one_content dl:hover .team_background{
	display:block;}
.team_two{
	width:100%;
	overflow:hidden;
	background:url(images/background_7.jpg) no-repeat center;}
.team_two_content{
	width:1200px;
	margin:0 auto;
	overflow:hidden;}
.team .firm_five .firm_five_content{
	padding:110px 0 140px;}
/*  客户案例  */
.customer_case{
	width:1200px;
	margin:0 auto;}
.case_name{
	width:1200px;
	margin:0 auto;
	padding-top:67px;
	text-align:center;
	overflow:hidden;
	position:relative;}
.case_name span{
	height:55px;
	line-height:55px;
	font-size:32px;
	padding:0 45px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:2;
	background:#fff;}
.case_name em{
	width:1200px;
	height:1px;
	display:block;
	background:#e2e2e2;
	position:absolute;
	top:95px;
	left:0px;}
.case_name p{
	width:1200px;
	font-size:16px;
	line-height:30px;
	letter-spacing:1px;
	overflow:hidden;
	color:#888;}
.case_deta{
	width:1236px;
	padding-top:24px;}
.case_deta dl{
	width:374px;
	height:418px;
	float:left;
	margin-right:36px;
	margin-bottom:43px;
	border:solid 1px #eeeeee;
	position:relative;}
.case_deta dl dt{
	width:374px;
	height:299px;
	position:relative;
	border-bottom:solid 1px #eeeeee;}
.case_deta dl dt em{
	width:374px;
	height:299px;
	overflow:hidden;}
.case_deta dl dt em img{
	width:374px;
	height:299px;}
.case_deta dl dt span{
	width:374px;
	height:299px;
	display: none;
	background:url(images/background_12.png);
	position:absolute;
	top:0px;}
.case_deta dl:hover dt span{
	display:block;}
.case_deta dl dt span font{
	width:195px;
	height:57px;
	display:block;
	margin:75px auto 0;
	overflow:hidden;}
.case_deta dl dt span i{
	width:75px;
	height:33px;
	line-height:33px;
	display:block;
	margin:42px auto 0;
	color:#fff;
	text-align:center;
	border-bottom:solid 1px #fff;
	border-top:solid 1px #fff;}
.case_deta dl dt span i a{
	color:#fff;}
.case_deta dl dd{
	width:350px;
	margin:0 auto;
	overflow:hidden;}
.case_deta dl dd span{
	width:350px;
	padding:10px 0;
	display:block;
	color:#333;
	border-bottom:solid 1px #eeeeee;}
.case_deta dl dd span em{
	width:350px;
	height:30px;
	line-height:30px;
	overflow:hidden;}
.case_deta dl dd span p{
	width:350px;
	height:25px;
	line-height:25px;
	color:#666666;
	font-size:12px;
	overflow:hidden;}
.case_deta dl dd font{
	width:350px;
	display:block;
	overflow:hidden;}
.case_deta dl dd font em{
	float:left;
	height:35px;
	line-height:35px;
	font-size:12px;
	color:#666;
	overflow:hidden;}
.case_deta dl dd font i{
	float:right;
	width:27px;
	height:9px;
	margin-top:13px;
	background:url(images/icon_73.png) no-repeat;}
.case_deta dl:hover dd font i{
	background:url(images/icon_74.png) no-repeat;}
.case_background{
	width:414px;
	height:458px;
	overflow:hidden;
	background:url(images/background_11.png) no-repeat;
	position:absolute;
	top:-20px;
	left:-20px;
	display:none;}
.case_deta dl:hover .case_background{
	display:block;}
.page{
	width:1200px;
	height:38px;
	margin:20px auto 175px;
	text-align:center;
	overflow:hidden;}
.page span{
	height:36px;
	line-height:36px;
	padding:0 15px;
	margin:0 1px;
	display:inline-block;
	border:solid 1px #dcdcdc;
	overflow:hidden;}
.page ul{
	height:38px;
	display:inline-block;
	overflow:hidden;}
.page ul li{
	height:36px;
	line-height:36px;
	padding:0 15px;
	margin:0 1px;
	border:solid 1px #dcdcdc;
	display:inline-block;
	overflow:hidden;}
.page ul li a{
	color:#000;
	display:block;}
.page ul li.on{
	border:solid 1px #da251d;
	background:#da251d;}
.page ul li.on a{
	color:#fff;}
/*  联系我们  */
.contact_us{
	width:100%;
	overflow:hidden;}
.contact_title{
	width:1200px;
	margin:0 auto;
	padding:55px 0;
	text-align:center;
	overflow:hidden;}
.contact_title img{
	width:235px;
	height:60px;}
.contact_plate{
	width:1256px;
	margin:0 auto;
	overflow:hidden;}
.contact_plate dl{
	width:258px;
	height:260px;
	margin:0 28px;
	float:left;
	overflow:hidden;}
.contact_plate dl.contact_mode{
	background:#bfe6ea;}
.contact_plate dl.contact_address{
	background:#f2c5c4;}
.contact_plate dl.contact_mailbox{
	background:#d9e7b9;}
.contact_plate dl.contact_follow{
	background:#b1dbf4;}
.contact_plate dl dt{
	width:258px;
	overflow:hidden;}
.contact_plate dl dt span{
	width:55px;
	height:55px;
	margin:30px auto 0;
	display:block;
	overflow:hidden;}
.contact_plate dl dt span img{
	width:55px;
	height:55px;}
.contact_plate dl dt em{
	width:258px;
	height:45px;
	line-height:45px;
	display:block;
	font-size:24px;
	color:#000;
	margin-top:4px;
	text-align:center;
	overflow:hidden;}
.contact_plate dl.contact_mode dd{
	padding-top:2px;
	padding-left:20px;}
.contact_plate dl.contact_mode dd p{
	height:25px;
	line-height:25px;
	overflow:hidden;
	color:#000;
	font-size:16px;}
.contact_plate dl.contact_address dd{
	padding-top:25px;
	width:258px;
	text-align:center;}
.contact_plate dl.contact_address dd span{
	width:200px;
	line-height:20px;
	font-size:16px;
	color:#000;
	display:block;
	margin:0 auto;
	overflow:hidden;}
.contact_plate dl.contact_mailbox dd{
	width:258px;
	text-align:center;}
.contact_plate dl.contact_mailbox dd span{
	font-size:16px;
	height:35px;
	line-height:35px;
	color:#000;}
.contact_plate dl.contact_follow dd{
	width:258px;
	text-align:center;}
.contact_plate dl.contact_follow dd span{
	width:72px;
	height:72px;
	margin:0 auto;
	display:block;
	overflow:hidden;}
.contact_plate dl.contact_follow dd span img{
	width:72px;
	height:72px;}
.contact_plate dl.contact_follow dd em{
	color:#000;
	height:35px;
	line-height:35px;
	overflow:hidden;}
.contact_map{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	position:relative;}
.contact_picture{
	width:1200px;
	padding:107px 0 152px;
	height:612px;
	overflow:hidden;}
.contact_leave{
	width:511px;
	height:612px;
	position:absolute;
	top:107px;
	right:0;
	background:url(images/background_13.png);}
.leave_content{
	width:390px;
	margin:0 auto;
	overflow:hidden;}
.leave_content span{
	height:90px;
	line-height:90px;
	color:#fff;
	padding-top:30px;
	font-size:30px;
	display:block;
	overflow:hidden;}
.leave_text,.leave_mailbox{
	width:372px;
	height:38px;
	padding:0 8px;
	margin-bottom:25px;
	border:solid 1px #fff;
	background:none;
	color:#fff;}
.leave_mailbox{
	margin-bottom:20px;}
.leave_remarks{
	width:372px;
	background:none;
	height:183px;
	padding:0 8px;
	color:#fff;
	margin-bottom:20px;
	border:solid 1px #fff;}
.leave_submint{
	width:100px;
	border:none;
	height:35px;
	color:#000;
	background:#dedede;}
/*  品牌网站建设  */
.brand_website{
	width:100%;
	overflow:hidden;}
.brand_one{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.brand_name{
	width:1200px;
	margin:0 auto;
	padding-top:85px;
	text-align:center;
	overflow:hidden;
	position:relative;}
.brand_name span{
	height:45px;
	line-height:45px;
	font-size:32px;
	padding:0 40px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:2;
	background:#fff;}
.brand_name em{
	width:1200px;
	height:1px;
	display:block;
	background:#e2e2e2;
	position:absolute;
	top:108px;
	left:0px;}
.brand_name p{
	width:1200px;
	font-size:16px;
	line-height:30px;
	overflow:hidden;
	color:#888;}
.brand_one_content{
	width:1200px;
	margin:0 auto;
	padding:65px 0 80px;
	overflow:hidden;}
.brand_one_content img{
	width:1200px;}
.brand_two{
	width:100%;
	background:#f8f8f8;
	overflow:hidden;}
.brand_two .brand_name span{
	background:#f8f8f8;}
.brand_two_content{
	width:1200px;
	margin:0 auto;
	padding:63px 0 85px;
	overflow:hidden;}
.brand_two_content img{
	width:1200px;}
.brand_three{
	width:100%;
	overflow:hidden;}
.brand_three_content{
	width:100%;
	padding-top:55px;
	overflow:hidden;}
.brand_three_edge{
	width:100%;
	border-top:solid 1px #e5e5e5;
	overflow:hidden;}
.brand_three_picture{
	width:1200px;
	margin:0 auto;
	overflow:hidden;}
.brand_four{
	width:100%;
	background:url(images/background_14.jpg) no-repeat center;
	overflow:hidden;}
.brand_implement{
	width:1200px;
	margin:0 auto;
	padding-top:20px;
	text-align:center;
	overflow:hidden;}
.brand_implement span{
	height:90px;
	line-height:90px;
	font-size:32px;
	color:#fff;
	overflow:hidden;}
.brand_implement em{
	width:85px;
	height:1px;
	background:#bfbfbf;
	display:block;
	margin:0 auto;
	overflow:hidden;}
.brand_five{
	background:#f5f5f5;}
.brand_five .brand_name span{
	background:#f5f5f5;}
.brand_four_content{
	width:100%;
	height:463px;
	margin:115px auto 0;
	overflow:hidden;
	background:url(images/picture_88.png) no-repeat center;}
.brand_five_content{
	width:100%;
	padding:40px 0;
	text-align:center;
	overflow:hidden;}
.brand_five_content dl{
	width:25%;
	height:520px;
	float:left;
	overflow:hidden;}
.brand_five_content dl dt{
	width:100%;
	height:260px;}
.brand_five_content dl dt img{
	width:100%;
	height:260px;}
.brand_five_content dl dd{
	width:100%;
	height:260px;
	text-align:center;
	overflow:hidden;}
.brand_five_content dl dd:hover{
	background:#e71421;}
.brand_five_content dl dd span{
	width:64px;
	height:64px;
	margin:65px auto 0;
	display:block;
	overflow:hidden;}
.brand_five_content dl dd em{
	width:37px;
	height:1px;
	background:#e3e3e3;
	display:block;
	margin:25px auto;
	overflow:hidden;}
.brand_five_content dl dd p{
	height:55px;
	line-height:55px;
	font-size:16px;
	color:#666;}
.brand_five_content dl dd:hover em{
	background:#fff;}
.brand_five_content dl dd:hover p{
	color:#fff;}
.brand_five_content dl dd span.value_icon1{
	background:url(images/icon_83.png) no-repeat center;}
.brand_five_content dl dd:hover span.value_icon1{
	background:url(images/icon_84.png) no-repeat center;}
.brand_five_content dl dd span.value_icon2{
	background:url(images/icon_79.png) no-repeat center;}
.brand_five_content dl dd:hover span.value_icon2{
	background:url(images/icon_80.png) no-repeat center;}
.brand_five_content dl dd span.value_icon3{
	background:url(images/icon_85.png) no-repeat center;}
.brand_five_content dl dd:hover span.value_icon3{
	background:url(images/icon_86.png) no-repeat center;}
.brand_five_content dl dd span.value_icon4{
	background:url(images/icon_81.png) no-repeat center;}
.brand_five_content dl dd:hover span.value_icon4{
	background:url(images/icon_82.png) no-repeat center;}
/*  企业网站建设  */
.company_website{
	width:100%;
	overflow:hidden;}
.company_one{
	width:100%;
	overflow:hidden;}
.company_name{
	width:1200px;
	margin:0 auto;
	padding-top:75px;
	text-align:center;
	overflow:hidden;
	position:relative;}
.company_name span{
	height:60px;
	line-height:60px;
	font-size:32px;
	padding:0 50px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:2;
	background:#fff;}
.company_name em{
	width:1200px;
	height:1px;
	display:block;
	background:#e2e2e2;
	position:absolute;
	top:108px;
	left:0px;}
.company_name p{
	width:1200px;
	font-size:16px;
	line-height:30px;
	overflow:hidden;
	color:#888;}
.company_one_content{
	width:1251px;
	height:470px;
	padding:47px 0;
	margin:0 auto;
	overflow:hidden;}
.company_one_content dl{
	width:367px;
	float:left;
	padding:0 25px;
	overflow:hidden;}
.company_one_content dl dt{
	width:367px;
	height:234px;
	overflow:hidden;}
.company_one_content dl dt img{
	width:367px;
	height:234px;}
.company_one_content dl dd{
	width:367px;
	text-align:center;
	overflow:hidden;}
.company_one_content dl dd strong{
	font-size:18px;
	height:60px;
	line-height:60px;
	padding-top:15px;
	display:block;
	overflow:hidden;}
.company_one_content dl dd em{
	width:40px;
	height:2px;
	display:block;
	margin:0 auto 15px;
	background:#f36a6c;
	overflow:hidden;}
.company_one_content dl dd p{
	width:367px;
	text-align:left;
	color:#555;
	line-height:28px;
	overflow:hidden;}
.company_two{
	width:100%;
	overflow:hidden;
	background:#eef1f4;}
.company_two .company_name span{
	height:65px;
	line-height:65px;
	background:#eef1f4;}
.company_two .company_name em{
	top:110px;}
.company_two_content{
	width:1200px;
	margin:0 auto;
	padding:65px 0 90px;
	overflow:hidden;}
.company_two_content img{
	width:1200px;}
.company_three{
	width:100%;
	overflow:hidden;}
.company_three .company_name span{
	height:70px;
	line-height:70px;}
.company_three .company_name em{
	top:110px;}
.company_three_content{
	width:1200px;
	margin:40px auto 95px;
	overflow:hidden;
	border-top:solid 1px #dadada;
	border-left:solid 1px #dadada;}
.company_three_content dl{
	width:299px;
	height:288px;
	float:left;
	text-align:center;
	overflow:hidden;
	border-bottom:solid 1px #dadada;
	border-right:solid 1px #dadada;}
.company_three_content dl dt{
	width:298px;
	padding-top:12px;
	overflow:hidden;}
.company_three_content dl dt span{
	width:298px;
	height:90px;
	line-height:90px;
	font-size:24px;
	color:#666;
	display:block;
	overflow:hidden;}
.company_three_content dl dt em{
	width:66px;
	height:66px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	border-radius:3px;}
.company_three_content dl dd{
	width:235px;
	margin:23px auto 0;
	line-height:23px;
	color:#666;
	overflow:hidden;}
.company_three_content dl:hover{
	background:#1b91e3;}
.company_three_content dl:hover dt span,.company_three_content dl:hover dd{
	color:#fff;}
.company_three_content dl dt em.advantage_icon1{
	border:solid 3px #1b91e3;
	background:url(images/icon_87.png) no-repeat;}
.company_three_content dl:hover dt em.advantage_icon1{
	border:solid 3px #fff;
	background:url(images/icon_88.png) no-repeat;}
.company_three_content dl dt em.advantage_icon2{
	border:solid 3px #f76767;
	background:url(images/icon_89.png) no-repeat;}
.company_three_content dl:hover dt em.advantage_icon2{
	border:solid 3px #fff;
	background:url(images/icon_90.png) no-repeat;}
.company_three_content dl dt em.advantage_icon3{
	border:solid 3px #f76767;
	background:url(images/icon_91.png) no-repeat;}
.company_three_content dl:hover dt em.advantage_icon3{
	border:solid 3px #fff;
	background:url(images/icon_92.png) no-repeat;}
.company_three_content dl dt em.advantage_icon4{
	border:solid 3px #f76767;
	background:url(images/icon_93.png) no-repeat;}
.company_three_content dl:hover dt em.advantage_icon4{
	border:solid 3px #fff;
	background:url(images/icon_94.png) no-repeat;}
.company_three_content dl dt em.advantage_icon5{
	border:solid 3px #66d5a7;
	background:url(images/icon_95.png) no-repeat;}
.company_three_content dl:hover dt em.advantage_icon5{
	border:solid 3px #fff;
	background:url(images/icon_96.png) no-repeat;}
.company_three_content dl dt em.advantage_icon6{
	border:solid 3px #bd7f7f;
	background:url(images/icon_97.png) no-repeat;}
.company_three_content dl:hover dt em.advantage_icon6{
	border:solid 3px #fff;
	background:url(images/icon_98.png) no-repeat;}
.company_three_content dl dt em.advantage_icon7{
	border:solid 3px #c96ac3;
	background:url(images/icon_99.png) no-repeat;}
.company_three_content dl:hover dt em.advantage_icon7{
	border:solid 3px #fff;
	background:url(images/icon_100.png) no-repeat;}
.company_three_content dl dt em.advantage_icon8{
	border:solid 3px #3140b1;
	background:url(images/icon_101.png) no-repeat;}
.company_three_content dl:hover dt em.advantage_icon8{
	border:solid 3px #fff;
	background:url(images/icon_102.png) no-repeat;}
.company_four{
	width:100%;
	background:#eef1f4;
	overflow:hidden;}
.company_four .company_name{
	padding-top:70px;}
.company_four .company_name span{
	height:62px;
	line-height:62px;
	background:#eef1f4;}
.company_four .company_name em{
	top:105px;}
.company_four_content{
	width:1920px;
	height:785px;
	margin:0 auto;
	padding-bottom:90px;
	overflow:hidden;
	background:url(images/picture_98.png) no-repeat;}
.company_five{
	width:100%;}
.company_five .company_name{
	padding-top:70px;}
.company_five .company_name span{
	height:72px;
	line-height:72px;}
.company_five_content{
	width:1200px;
	margin:35px auto 95px;
	border-top:solid 1px #e5e5e5;
	border-left:solid 1px #e5e5e5;
	overflow:hidden;}
.company_five_content ul li{
	width:239px;
	height:138px;
	float:left;
	overflow:hidden;
	border-bottom:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;}
/*  荣誉资历  */
.honor{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.honor_name{
	width:1200px;
	margin:0 auto;
	padding-top:67px;
	text-align:center;
	overflow:hidden;
	position:relative;}
.honor_name span{
	height:65px;
	line-height:65px;
	font-size:32px;
	padding:0 65px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:2;
	background:#fff;}
.honor_name em{
	width:1200px;
	height:1px;
	display:block;
	background:#e2e2e2;
	position:absolute;
	top:102px;
	left:0px;}
.honor_name p{
	width:1200px;
	font-size:16px;
	line-height:30px;
	overflow:hidden;
	color:#888;}
.honor_picture{
	width:1200px;
	margin:0 auto;
	padding:120px 0 50px;
	overflow:hidden;}
.honor_picture img{
	width:1200px;}
/*  微网站  */
.microweb{
	width:100%;
	overflow:hidden;}
.tiny_one{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.tiny_name{
	width:1200px;
	margin:0 auto;
	padding-top:60px;
	text-align:center;
	overflow:hidden;
	position:relative;}
.tiny_name span{
	height:75px;
	line-height:75px;
	font-size:32px;
	padding:0 50px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:2;
	background:#fff;}
.tiny_name em{
	width:1200px;
	height:1px;
	display:block;
	background:#e2e2e2;
	position:absolute;
	top:100px;
	left:0px;}
.tiny_name p{
	width:1200px;
	font-size:16px;
	line-height:30px;
	overflow:hidden;
	color:#888;}
.tiny_one_content{
	width:1200px;
	margin:0 auto;
	padding:60px 0 90px;
	overflow:hidden;}
.tiny_one_content img{
	width:1200px;}
.tiny_two{
	width:100%;
	overflow:hidden;
	background:url(images/picture_103.png) no-repeat center;}
.tiny_two_deta{
	width:1200px;
	margin:0 auto;
	text-align:center;
	padding-top:35px;
	overflow:hidden;}
.tiny_two_deta span{
	height:45px;
	line-height:45px;
	display:block;
	color:#fff;
	font-size:34px;
	overflow:hidden;}
.tiny_two_deta span.tiny_two_fine{
	width:1200px;
	display:block;
	height:42px;
	line-height:42px;
	font-size:16px;
	color:#fff;
	overflow:hidden;}
.tiny_two_deta em{
	width:157px;
	height:2px;
	display:block;
	margin:0 auto;
	overflow:hidden;
	background:#fff;}
.tiny_two_deta p{
	width:1035px;
	height:60px;
	line-height:30px;
	font-size:17px;
	color:#fff;
	margin:0 auto;
	padding:45px 0 75px;}
.tiny_three{
	width:100%;
	overflow:hidden;}
.tiny_three .tiny_name{
	padding-top:35px;}
.tiny_three .tiny_name span{
	height:75px;
	line-height:75px;
	overflow:hidden;}
.tiny_three .tiny_name em{
	top:75px;}
.tiny_three_content{
	width:1200px;
	margin:0 auto;
	padding:40px 0 60px;
	overflow:hidden;}
.tiny_three_content img{
	width:1200px;}
.tiny_four{
	width:100%;
	background:url(images/picture_105.png) #f8f8f8 no-repeat top;
	overflow:hidden;}
.tiny_four .tiny_name{
	padding:23px 0;}
.tiny_four .tiny_name span{
	background:none;}
.tiny_four .tiny_name em{
	top:60px;
	background: url(images/line_6.png) no-repeat center;}
.tiny_four_content{
	width:1200px;
	margin:0 auto;
	padding:55px 0 105px;
	overflow:hidden;}
.tiny_four_content img{
	width:1200px;}
/*  直销系统  */
.straight_pin{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.straight_one{
	width:100%;
	overflow:hidden;}
.straight_name{
	width:1200px;
	margin:0 auto;
	padding-top:65px;
	text-align:center;
	overflow:hidden;
	position:relative;}
.straight_name span{
	height:55px;
	line-height:55px;
	font-size:32px;
	padding:0 60px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:2;
	background:#fff;}
.straight_name em{
	width:1200px;
	height:1px;
	display:block;
	background:#e2e2e2;
	position:absolute;
	top:95px;
	left:0px;}
.straight_name p{
	width:1200px;
	font-size:16px;
	line-height:30px;
	overflow:hidden;
	color:#888;}
.straight_one_content{
	width:1200px;
	margin:0 auto;
	padding:40px 0 80px;
	overflow:hidden;}
.straight_one_content img{
	width:1200px;}
.straight_two{
	width:100%;
	margin:0 auto;
	background:url(images/picture_113.png) no-repeat center;}
.straight_two_content{
	width:1200px;
	margin:0 auto;
	overflow:hidden;}
.straight_two_content img{
	width:1200px;}
.straight_three{
	width:100%;
	overflow: hidden;}
.straight_three .straight_name{
	padding-top:70px;}
.straight_three .straight_name span{
	height:62px;
	line-height:62px;}
.straight_three .straight_name em{
	top:103px;}
.straight_three_content{
	width:1200px;
	margin:0 auto;
	padding:55px 0 100px;
	overflow:hidden;}
.straight_three_content img{
	width:1200px;}
.straight_four{
	width:100%;
	overflow:hidden;
	background:url(images/picture_114.png) no-repeat center;}
.straight_four .straight_name{
	padding-top:0;}
.straight_four .straight_name span{
	height:80px;
	line-height:80px;
	color:#efefef;
	background:none;}
.straight_four .straight_name em{
	top:53px;
	background: url(images/line_7.png) no-repeat center;}
.straight_four_content{
	width:1200px;
	margin:0 auto;
	padding:30px 0 80px;
	overflow:hidden;}
.straight_four_content img{
	width:1200px;}
.straight_service{
	width:1200px;
	margin:0 auto 40px;
	overflow:hidden;}
.straight_service a{
	width:200px;
	height:45px;
	line-height:45px;
	text-align:center;
	float:right;
	font-size:16px;
	color:#5d5e60;
	margin-right:54px;
	border:dashed 1px #3e3f42;}
.straight_five{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.straight_five_content{
	width:1200px;
	margin:0 auto;
	padding:70px 0 105px;
	overflow:hidden;}
.straight_five_content img{
	width:1200px;}
/*  微信小程序  */
.program_one{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.program_name{
	width:1200px;
	margin:0 auto;
	padding-top:60px;
	text-align:center;
	overflow:hidden;
	position:relative;}
.program_name span{
	height:55px;
	line-height:55px;
	font-size:32px;
	padding:0 50px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:2;
	background:#fff;}
.program_name em{
	width:1200px;
	height:1px;
	display:block;
	background:#e2e2e2;
	position:absolute;
	top:90px;
	left:0px;}
.program_name p{
	width:1200px;
	font-size:16px;
	line-height:30px;
	overflow:hidden;
	color:#888;}
.program_picture{
	width:1200px;
	margin:0 auto;
	overflow:hidden;}
.program_two{
	width:100%;
	height:855px;
	overflow:hidden;
	background:url(images/picture_116.jpg) no-repeat center;}
.program_two .program_name span{
	background:none;
	color:#fff;}
.program_two em{
	background:url(images/line_8.png) no-repeat center;}
.program_three{
	width:100%;
	overflow:hidden;}
.program_four{
	width:100%;
	background:#eef1f4;
	overflow:hidden;}
.program_four .program_name span{
	background:#eef1f4;}
.program_five{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.classify_Nav{
	width:100%;
	height:69px;
	margin:0 auto;
	border-bottom:solid 1px #e5e5e5;}
/*  新闻详细  */
.news_deta{
	width:100%;
	background:#f4f7fa;
	overflow:hidden;}
.news_address{
	width:1200px;
	height:70px;
	line-height:70px;
	margin:0 auto;
	padding-top:10px;
	color:#777;
	overflow:hidden;}
.news_address a{
	color:#777;
	overflow:hidden;}
.news_address em{
	float:left;
	color:#777;
	padding:0 25px;
	overflow:hidden;}
.news_content_deta{
	width:1200px;
	margin:0 auto;
	background:#fff;}
.news_content_name{
	width:1150px;
	margin:0 auto;
	padding:30px 0 22px;
	overflow:hidden;}
.news_content_name h2{
	width:1150px;
	height:70px;
	line-height:70px;
	font-size:32px;
	color:#000;
	font-weight:normal;
	text-align:center;
	overflow:hidden;}
.news_content_name span{
	width:1150px;
	height:30px;
	line-height:30px;
	text-align:center;
	display:block;
	overflow:hidden;}
.news_content_name span font{
	color:#777;
	display:inline-block;
	overflow:hidden;}
.news_content_name span font b{
	font-weight:normal;}
.news_content_name span em{
	color:#777;
	padding:0 20px;
	display:inline-block;
	overflow:hidden;}
.bdsharebuttonbox{
	height:30px;}
.news_content_name span font .bdsharebuttonbox a{
	width:30px;
	height:30px;
	margin:0;
	margin-right:13px;
	overflow:hidden;}
.news_content_name span font i{
	float:left;}
.news_content_name span font .bdsharebuttonbox{
	float:left;}
.news_content_name span font .bdsharebuttonbox a.bds_tsina{
	background:url(images/icon_121.png) no-repeat center;}
.news_content_name span font .bdsharebuttonbox a.bds_sqq{
	background:url(images/icon_122.png) no-repeat center;}
.news_content_name span font .bdsharebuttonbox a.bds_weixin{
	background:url(images/icon_123.png) no-repeat center;}
.news_content_name span font .bdsharebuttonbox a.bds_qzone{
	background:url(images/icon_124.png) no-repeat center;}
.news_content_name span font .bdsharebuttonbox a.bds_more{
	background:url(images/icon_125.png) no-repeat center;}
.news_content_article{
	width:1150px;
	margin:0 auto;
	padding:20px 0 45px;
	border-top:solid 1px #e0e0e0;
	overflow:hidden;}
.news_content_article p{
	line-height:30px;
	color:#777;
	padding-top:30px;
	font-size:16px;
	letter-spacing:2px;
	overflow:hidden;}
.news_content_article em{
	width:1150px;
	text-align:center;
	padding-top:30px;
	display:block;
	overflow:hidden;}
.news_content_piece{
	width:1150px;
	height:60px;
	line-height:60px;
	padding:35px 0 45px;
	margin:0 auto;
	overflow:hidden;
	border-top:solid 1px #e0e0e0;}
.news_content_piece span.news_piece_left{
	width:480px;
	padding-left:73px;
	float:left;
	overflow:hidden;
	background:url(images/icon_119.png) no-repeat 54px center;}
.news_content_piece span.news_piece_right{
	width:405px;
	padding-left:190px;
	overflow:hidden;
	float:left;
	border-left:solid 1px #dddddd;
	background:url(images/icon_120.png) no-repeat 170px center;}
.news_content_piece span a,.news_content_piece span{
	color:#333;
	font-size:16px;}
.head_nav{
	height:72px;
	float:left;
	border-right:solid 1px #383431;}
.head_nav_within{
	float:left;
    position:relative;}
.head_nav .Cur span a{
	font-weight:bold;
	background:#ed1f23;}
.head_nav_within span a{
	height:72px;
	line-height:72px;
	padding:0 23px;
	display:block;
	font-size:15px;
	color:#fff;
	overflow:hidden;}
.head_nav .hover span a{
	font-weight:bold;
	background:#ed1f23;}
.head_nav_classify{
	width:100%;
	height:224px;
	display: none;
    position:fixed;
	left:0px;
	z-index:5;
	text-align:center;
	border-top:solid 1px #ed1f23;
	background:url(images/background_15.png);}
.hover .head_nav_classify{
	display:block;}
.head_nav_classify ul{
	width:1200px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;}
.head_nav_classify ul li{
	width:289px;
	height:224px;
	display:inline-block;
	text-align:center;
	overflow:hidden;
	border-right:solid 1px #5a5a5a;}
.head_nav_classify ul li em{
	width:289px;
	padding-top:48px;
	display:block;
	overflow:hidden;}
.head_nav_classify ul li em img{
	width:111px;
	height:101px;}
.head_nav_classify ul li font{
	width:289px;
	height:65px;
	line-height:65px;
	font-size:18px;
	color:#fff;
	overflow:hidden;}
.hover .head_nav_classify ul.top_Nav_1 li a:hover font{
	color:#ed1f23;
	font-weight:bold;}
.hover .head_nav_classify ul.top_Nav_2 li a:hover font{
	color:#7fd829;
	font-weight:bold;}
.hover .head_nav_classify ul.top_Nav_3 li a:hover font{
	color:#ff6d2d;
	font-weight:bold;}
.hover .head_nav_classify ul.top_Nav_4 li a:hover font{
	color:#f54091;
	font-weight:bold;}
.head_nav_classify ul li.top_Nav_end{
	border-right: none;}
/*  首页-我们的服务  */
.service_content{
	width:100%;
	height:397px;
	overflow:hidden;}
.service_content_sort{
	width:100%;
	height:397px;
	float:left;
	overflow:hidden;}
.service_content_deta{
	width:100%;
	height:397px;
	overflow:hidden;
	position:relative;}
.service_content_deta dl{
	width:40%;
	height:397px;
	overflow:hidden;}	
.service_content_deta dl dt{
	width:50%;
	height:397px;
	padding-left:25px;
	box-sizing:border-box;
	position: absolute;
	top:0;
	left:0;
	cursor:pointer;}
.service_content_deta dl dt span{
	width:100px;
	height:100px;
	padding-top:33px;
	display:block;
	overflow:hidden;}
.service_content_deta dl dt span img{
	width:100px;
	height:100px;}
.service_content_deta dl dt em{
	width:230px;
	padding-top:65px;
	height:35px;
	line-height:35px;
	font-size:40px;
	color:#fff;
	display:block;
	overflow:hidden;}
.service_content_deta dl dt i{
	width:230px;
	height:30px;
	line-height:30px;
	font-size:22px;
	color:#fff;
	display:block;
	overflow:hidden;}
.service_content_deta dl dt p{
	width:230px;
	padding-top:15px;
	height:75px;
	line-height:25px;
	font-size:14px;
	color:#fff;}
.service_content_deta dl dd{
	width:50%;
	height:397px;
	padding-top:80px;
	margin-left:50%;
	box-sizing:border-box;
	position:relative;}
.service_content_deta dl dd em{
	width:35px;
	height:78px;
	top:40px;
	left:0px;
	position:absolute;
	display:block;}
.service_content_deta dl dd a{
	width:160px;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#fff;
	margin:20px auto 0;
	text-align:center;
	border:solid 1px #b0aea9;
	overflow:hidden;
	display:block;}
.service_classify_1{
	background: #ed1f23;
	position:absolute;
	left:0px;}
.service_classify_2{
	background: #fba927;
	position:absolute;
	left:40%;}
.service_classify_3{
	background: #41cca5;
	position:absolute;
	left:60%;}
.service_classify_4{
	background: #1a9eff;
	position:absolute;
	left:80%;}
.service_content_deta dl.service_classify_1 dd{
	background:url(images/picture_123.png) no-repeat center;}
.service_content_deta dl.service_classify_2 dd{
	background:url(images/picture_124.png) no-repeat center;}
.service_content_deta dl.service_classify_3 dd{
	background:url(images/picture_125.png) no-repeat center;}
.service_content_deta dl.service_classify_4 dd{
	background:url(images/picture_126.png) no-repeat center;}
.ToTop {position: fixed;z-index: 99999999999999;right: 0;bottom: 20px;width: 40px;height: 40px;cursor: pointer;background: #727272 url(images/ico_gotop.png) no-repeat center center;}
.ToTop:hover {background: #727272;}
.ToTop:hover .showCon {display: block;}
.showCon {width: 40px;display: none;}
.showCon a {display: block;margin: 3px auto 0;width: 24px;font-size: 12px;line-height: 16px;color: #fff;}
.kefuBox{
	display:block;
	width:127px;
	position:fixed;
	right:4px;
	top:50%;
	margin-top:-161px;
	z-index:99999999;}
.kefuBox_bt{
	height:37px;}
.kefuBox_bt h2{
	width:90px;
	height:37px;
	line-height:37px;
	text-align:center;
	overflow:hidden;
	color:#fff;
	float:left;
	font-weight:bold;
	font-size:17px;
	background:#17c1a8;}
.kefuBox_bt .close_btn{
	width:37px;
	height:37px;
	background:#ff0;
	display:block;
	float:left;
	background:#05a68e url(images/kf_close_btn.png) no-repeat center center;}
.kefuBox_con{
	padding:8px;
	background:#33d6be;}
.kefuBox_con_t{
	padding-bottom:10px;
	overflow:hidden;}
.kefuBox_con_tip{
	display:none;
    padding-bottom: 5px;
    color:#FFF;
    text-shadow: 1px 1px 1px #05a68e;}
.kefuBox_con_t a{
	display:block;
	width:80px;
	height:31px;
	line-height:31px;
	text-align:center;
	font-size:13px;
	margin-top:2px;
	color:#666;
	padding-left:32px;}
.kefuBox_con_t a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);}
.kefuBox_con_t a.sel_1{
	background:#fff url(images/kf_ico1.jpg) no-repeat left center;}
.kefuBox_con_t a.sel_2{
	background:#fff url(images/kf_ico2.jpg) no-repeat left center;}
.kefuBox_con_t a.sel_3{
	background:#fff url(images/kf_ico3.jpg) no-repeat left center;}
.kefuBox_con_t a.sel_4{
	background:#fff url(images/kf_ico4.jpg) no-repeat left center;}
.kefuBox_con_b{
	padding-top:5px;
	position:relative;}
.kefuBox_con_b .hd{
	height:24px;
	line-height:24px;
	font-weight:bold;
	font-size:15px;
	color:#fff;
	padding-left:21px;
	background:url(images/kf_ico6.png) no-repeat 2px center;}
.kefuBox_con_b .bd{
	display:none;
	width:111px;
	position:absolute;
	left:-124px;
	top:-44px;}
.kefuBox_con_b:hover .bd{
	display:block;}
.kefuBox_con_b .bd dl{
	width:104px;
	height:114px;
	background:#33d6be;}
.kefuBox_con_b .bd dl dt{
	text-align:center;
	padding-top:12px;}
.kefuBox_con_b .bd dl dd{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin-top:5px;}
.kefuBox_con_b .bd i{
	position:absolute;
	right:0;
	top:51px;
	display:block;
	width:7px;
	height:11px;
	overflow:hidden;
	background:url(images/kf_ico9.png) no-repeat center center;}
.kefuBox_tel{
	padding:0 8px;
	background:#33d6be;
	color:#fff;
	font-size:12px;
	overflow:hidden;}
.kefuBox_tel p{
	height:24px;
	line-height:24px;
	padding:6px 0 10px 23px;
	background:url(images/kf_ico7.png) no-repeat left 10px;
	border-top:1px dashed #bdefe6;}
.kefuBox_supervision{
	height:57px;
	overflow:hidden;
	background:#0ec1a7;
	color:#fff;}
.kefuBox_supervision dl{
	padding:12px 0 0 30px;
	background:url(images/kf_ico8.png) no-repeat 9px 14px;}
.kefuBox_supervision dl dt{
	height:18px;
	line-height:18px;
	font-size:13px;
	font-weight:bold;
	overflow:hidden;}
.kefuBox_supervision dl dd{
	height:18px;
	line-height:18px;
	overflow:hidden;}
.friendly_link{
	width:100%;
	margin:0 auto;
	padding:20px 0;
	background:#333;
	border-top:solid 3px #e71421;
	overflow:hidden;}
.friendly_link_within{
	width:1200px;
	margin:0 auto;
	overflow:hidden;}
.friendly_link_within dl dt{
	float:left;
	width:85px;
	height:28px;
	line-height:28px;
	overflow:hidden;
	font-size:14px;
	color:#fff;}
.friendly_link_within dl dd{
	float:left;
	line-height:28px;
	width:1115px;
	margin-bottom:10px;
	overflow:hidden;}
.friendly_link_within dl dd a{
	height:28px;
	line-height:28px;
	float:left;
	margin-right:20px;
	font-size:12px;
	color:#838383;
	white-space:nowrap;
	overflow:hidden;}
.friendly_link_within dl dd a:hover{
	text-decoration:underline;}
.news_list{
	width:100%;
	margin:0 auto;
	overflow:hidden;}
.news_classify{
	width:100%;
	height:80px;
	border-bottom:solid 1px #e5e5e5;}
.news_classify ul li{
	width:25%;
	float:left;
	text-align:center;
	overflow:hidden;}
.news_classify ul li a{
	color:#777;
	height:79px;
	line-height:79px;
	padding:0 5px;
	font-size:18px;
	display:inline-block;}
.news_classify ul li.on a{
	color:#ed1f23;
	border-bottom:solid 2px #ed1f23;}
.news_within{
	width:1200px;
	margin:0 auto;
	overflow:hidden;}
.news_title{
	width:1200px;
	padding:50px 0 25px;
	text-align:center;
	overflow:hidden;}
.news_title font{
	width:1200px;
	height:30px;
	line-height:30px;
	display:block;
	font-size:14px;
	color:#999;}
.news_title span{
	width:1200px;
	line-height:40px;
	display:block;
	font-size:32px;
	color:#000;
	overflow:hidden;}
.news_title em{
	width:40px;
	height:2px;
	margin:15px auto 0;
	background:#ed1f23;
	display:block;}
.news_content_sort{
	width:1200px;
	margin:0 auto;
	overflow:hidden;}
.news_content_sort dl{
	width:1200px;
	padding:25px 0;
	float:left;
	border-bottom: dashed 1px #acacac;
	overflow:hidden;}
.news_content_sort dl a dt{
	width:90px;
	height:90px;
	float:left;
	margin-left:20px;
	background:#efefef;
	text-align:center;
	color:#666;
	position:relative;}
.news_content_sort dl a:hover dt{
	background:#ed1f23;
	color:#fff;}
.news_content_sort dl dt span{
	width:50px;
	padding-top:12px;
	height:45px;
	line-height:45px;
	margin-left:20px;
	display:block;
	font-size:40px;
	font-weight:bold;
	overflow:hidden;
	text-indent:-185px;}
.news_content_sort dl dt font{
	width:75px;
	height:25px;
	line-height:25px;
	font-size:16px;
	display:block;
	overflow:hidden;
	margin:0 auto;}
.news_content_sort dl dt em{
	width:8px;
	height:25px;
	display:block;
	background:#efefef;
	position:absolute;
	right:10px;
	bottom:10px;}
.news_content_sort dl a:hover dt em{
	background:#ed1f23;}
.news_content_sort dl dd{
	width:1075px;
	float:left;
	padding-left:15px;
	overflow:hidden;}
.news_content_sort dl dd span{
	height:20px;
	line-height:20px;
	width:1075px;
	font-size:16px;
	color:#333;
	overflow:hidden;
	display:block;}
.news_content_sort dl dd font{
	margin-top:20px;
	line-height:25px;
	color:#777;
	font-size:14px;
	overflow:hidden;
	display:block;}
.news_within .page{
	width:1200px;
	margin:30px auto;
	text-align:center;
	overflow:hidden;}
	
	
	
	
.classify_Nav_within{
	width:100%;
	height:79px;
	margin:0 auto;
	background:#191919;
	border-top:solid 1px #ed1f23;}
.classify_Nav_within ul{
	width:1200px;
	margin:0 auto;}
.classify_Nav_within ul li{
	width:300px;
	height:79px;
	line-height:79px;
	float:left;
	text-align:center;
	position:relative;
	z-index:1;}
.classify_Nav_within ul li.on{
	background:#ed1f23;}
.classify_Nav_within ul li a{
	font-size:18px;
	display:inline-block;
	color:#fff;
	overflow:hidden;
	position:relative;
	z-index:1;}
.classify_Nav_within ul li.on a{
	font-weight:bold;}
.classify_Nav_within ul li.classify_Nav_i i{
	width:53px;
	height:1px;
	margin:39px auto 39px 8px;
	background:#fff;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:1;}
.classify_Nav_within ul li em{
	width:100%;
	height:79px;
	display: none;
	background:#ed1f23;
	position:absolute;
	right:0px;
	top:0px;}
.classify_Nav_within ul li.on em{
	display:block;}
.classify_Nav_within ul li.classify_Nav_em em{
	width:1000px;
	left:0px;}
.classify_Nav_within ul li.classify_Nav_i em{
	width:1000px;}
.classify_Nav_within ul li a span {
	width: 30px;
	height: 27px;
	float: left;
	overflow: hidden;
	margin-top:27px;
	position: relative;}
.classify_Nav_within ul li a span img {
	width: 27px;
	height: 54px;
	position: absolute;
	top: -27px;
	left: 0px;}
.classify_Nav_within ul li.on a span img {
	top: 0px;}
.classify_Nav_within ul li b{
	width:1px;
	height:23px;
	background:#565656;
	position:absolute;
	right:0px;
	top:28px;}
.classify_Nav_within ul li.on b{
	background:#805758;}
.classify_Nav_within ul li.classify_Nav_em b,.classify_Nav_within ul li.on b{
	display:none;}
	
	
.classify_Nav_withina{
	width:100%;
	height:79px;
	margin:0 auto;
	background:#191919;
	border-top:solid 1px #ed1f23;}
.classify_Nav_withina ul{
	width:1200px;
	margin:0 auto;}
.classify_Nav_withina ul li{
	width:400px;
	height:79px;
	line-height:79px;
	float:left;
	text-align:center;
	position:relative;
	z-index:1;}
.classify_Nav_withina ul li.on{
	background:#ed1f23;}
.classify_Nav_withina ul li a{
	font-size:18px;
	display:inline-block;
	color:#fff;
	overflow:hidden;
	position:relative;
	z-index:1;}
.classify_Nav_withina ul li.on a{
	font-weight:bold;}
.classify_Nav_withina ul li.classify_Nav_i i{
	width:53px;
	height:1px;
	margin:39px auto 39px 8px;
	background:#fff;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:1;}
.classify_Nav_withina ul li em{
	width:100%;
	height:79px;
	display: none;
	background:#ed1f23;
	position:absolute;
	right:0px;
	top:0px;}
.classify_Nav_withina ul li.on em{
	display:block;}
.classify_Nav_withina ul li.classify_Nav_em em{
	width:1000px;
	left:0px;}
.classify_Nav_withina ul li.classify_Nav_i em{
	width:1000px;}
.classify_Nav_withina ul li a span {
	width: 30px;
	height: 27px;
	float: left;
	overflow: hidden;
	margin-top:27px;
	position: relative;}
.classify_Nav_withina ul li a span img {
	width: 27px;
	height: 54px;
	position: absolute;
	top: -27px;
	left: 0px;}
.classify_Nav_withina ul li.on a span img {
	top: 0px;}
.classify_Nav_withina ul li b{
	width:1px;
	height:23px;
	background:#565656;
	position:absolute;
	right:0px;
	top:28px;}
.classify_Nav_withina ul li.on b{
	background:#805758;}
.classify_Nav_withina ul li.classify_Nav_em b,.classify_Nav_withina ul li.on b{
	display:none;}
.news_detailed ul li strong{
	width:50%;
	height:260px;
	overflow:hidden;
	background:url(images/15174713601119605.jpg) no-repeat center;}
.news_detailed ul li.news_right strong{
	float:right;
	overflow:hidden;
	background:url(images/15174713848768726.jpg) no-repeat center;}
.news_detailed ul li.news_left strong{
	float:left;
	overflow:hidden;
	background:url(images/15174716284865745.jpg) no-repeat center;}
.news_detailed ul li.news_bottom strong{
	float:right;
	overflow:hidden;
	background:url(images/15174714075643564.jpg) no-repeat center;}
/******************************* 成功案例 开始 *******************************/
.customer_case .caseNav{
	width:1200px;
	overflow:hidden;
}
.customer_case .caseNav ul{
	width:1200px;
	overflow:hidden;
}
.customer_case .caseNav ul li{
	width:240px;
	text-align:center;
	float:left;
}
.customer_case .caseNav ul li.case_1{
	background:#51ac4d;
}
.customer_case .caseNav ul li.case_2{
	background:#00a0c6;
}
.customer_case .caseNav ul li.case_3{
	background:#8e039c;
}
.customer_case .caseNav ul li.case_4{
	background:#2a9cc8;
}
.customer_case .caseNav ul li.case_5{
	background:#CB6443;
}
.customer_case .caseNav ul li a{
	display:block;
	padding:28px 5px 15px;
}
.customer_case .caseNav ul li a img{
	width:50px;
	height:50px;
}
.customer_case .caseNav ul li a span{
	display:block;
	height:30px;
    line-height:30px;
    text-align:center;
    font-size:18px;
    color:#fff;
	padding-top:5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.customer_case .caseNav ul li a:hover span{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.customer_case .case_list{
	background:#fff;
	padding:30px;
}
.customer_case .case_list .case_title{
	width:1140px;
	overflow:hidden;
}
.customer_case .case_list .case_title dl{
	width:1000px;
	float:left;
}
.customer_case .case_list .case_title dl dt{
	height:30px;
	line-height:30px;
	font-size:23px;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.customer_case .case_list .case_title dl dd{
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#999;
	font-family: "palatino linotype", "book antiqua", palatino, serif;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.customer_case .case_list .case_title a{
	display:block;
	float:right;
    width:74px;
    height:28px;
    line-height:28px;
    text-align:center;
    font-size:14px;
    color:#fff;
    background-color:#00a0c6;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.customer_case .case_list .case_title a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.customer_case .case_list .case_change ul{
	width:1192px;
	margin-top:-15px;
	overflow:hidden;
}
.customer_case .case_list .case_change ul li{
	width:230px;
	padding:7px;
	border:1px solid #bcbcbc;
	position:relative;
	margin:40px 52px 0 0;
	float:left;
}
.customer_case .case_list .case_change ul li:hover{
	background-color:#00bcf2;
}
.customer_case .case_list .case_change ul li img{
	width:230px;
	height:300px;
}
.customer_case .case_list .case_change ul li span{
	width:234px;
    height:34px;
    line-height:34px;
	padding:0 5px;
    color:#fff;
	background:url(images/background_12.png) repeat left top;
    position:absolute;
    bottom:0;
    left:0;
    text-align:center;
    font-size:14px;
    font-weight:normal;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.customer_case .case_list .case_QRcode{
	width:1184px;
	margin-top:-10px;
	overflow:hidden;
}
.customer_case .case_list .case_QRcode .list{
	width:235px;
	padding:10px 8px 20px 7px;
	border:1px solid #d0d0d0;
	margin:25px 44px 0 0;
	float:left;
	cursor:pointer;
	position:relative;
}
.customer_case .case_list .case_QRcode .list span{
	display:block;
	width:125px;
	padding:54px 49px 61px 51px;
	background:url(images/case_pic_11.jpg) no-repeat center center;
	height:220px;
	margin:0 auto;
}
.customer_case .case_list .case_QRcode .list span img{
	width:125px;
	height:220px;
}
.customer_case .case_list .case_QRcode .list dl{
	padding:0 10px;
}
.customer_case .case_list .case_QRcode .list dl dt{
	height:30px;
    line-height:30px;
    padding-top:15px;
    display:block;
    font-size:16px;
    color:#000;
	font-weight:bold;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.customer_case .case_list .case_QRcode .list dl dd{
    padding-top:5px;
    height:40px;
    line-height:20px;
    overflow:hidden;
}
.customer_case .case_list .case_QRcode .list .QRcode{
	display:none;
	width:215px;
	height:215px;
	text-align:center;
	background:url(images/be_jing.png) no-repeat center center;
	position:absolute;
	left:18px;
	top:70px;
}
.customer_case .case_list .case_QRcode .list:hover .QRcode{
	display:block;
}
.customer_case .case_list .case_QRcode .list .QRcode em{
	display:block;
	width:104px;
	height:104px;
	padding-top:34px;
	margin:0 auto;
}
.customer_case .case_list .case_QRcode .list .QRcode em img{
	display:block;
	width:104px;
	height:104px;
	margin:0 auto;
}
.customer_case .case_list .case_QRcode .list .QRcode i{
	display:block;
	margin-top:10px;
    line-height:25px;
    font-size:14px;
	font-style:italic;
    text-align:center;
    color:#FFF;
    font-weight:bold;
}
.head_nav_classify ul.top_Nav_5 li{
	width:239px;
	float:left;
}
.head_nav_classify ul.top_Nav_5 li em{
	width:239px;
}
.head_nav_classify ul.top_Nav_5 li font{
	width:239px;
}
.hover .head_nav_classify ul.top_Nav_5 li a:hover font{
    color:#00a0c6;
    font-weight:bold;
}
/******************************* 成功案例 结束 *******************************/	