
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,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}
ul,li,ol,dl,dt,dd{list-style: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
table{border-collapse:collapse;border-spacing:0}
audio,canvas,video { display: inline-block;*display: inline;*zoom: 1;}
fieldset,img{border:0}
caption,th{text-align:left}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}
a{text-decoration:none;color: #666;}
a:hover{text-decoration:none;cursor: pointer;}
html,body{
	font-family: "arial" ,'Microsoft Yahei';
	*font-family: "微软雅黑";
	*font-family: "Microsoft Yahei";
	color: #666;
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
img{
	-moz-user-select:none;/*火狐*/
	-webkit-user-select:none;/*webkit浏览器*/
	-ms-user-select:none;/*IE10*/
	-khtml-user-select:none;/*早期浏览器*/
	user-select:none;
}
body{
	position: relative;
	min-width: 1200px;
	overflow-x: hidden;
	background: #fff;
	background: #fff\9\0;
	background: #fafafa\0;
}
.clear{clear: both;}
.after:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*********************************/
/*公共头部*/
.Pub_top{
	width: 100%;
	height: 36px;
	background: #333131;
}
.Pub_top .Pub_top1200{
	width: 1200px;
	margin: 0 auto;
	height: 36px;
}
.Pub_top .Pub_top1200 h1,
.Pub_top .Pub_top1200 h6,
.Pub_top .Pub_top1200 h2{
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
}
.Pub_top .Pub_top1200 h1{float: left;}
.Pub_top .Pub_top1200 h6{float: left;}
.Pub_top .Pub_top1200 h2{float: right;}
.Pub_top .Pub_top1200 ul{
	float: right;
	height: 36px;
}
.Pub_top .Pub_top1200 ul li{
	float: left;
	padding-top: 3px;
}
.Pub_top .Pub_top1200 ul li img{
	display: block;
	width: 100px;
	height: 30px;
}
.Pub_nav{
	width: 1200px;
	margin: 0 auto;
}
.Pub_nav:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.Pub_nav .logo{
	height: 46px;
	float: left;
	margin: 28px 0;
}
.Pub_nav ul{
	float: right;
	height: 102px;
}
.Pub_nav ul li{
	float: left;
	height: 102px;
	margin: 0 0 0 37px;
	position: relative;
}
.Pub_nav ul li>a{
	display: block;
	height: 102px;
	line-height: 102px;
	position: relative;
	font-size: 16px;
	color: #333333;
}
.Pub_nav ul li:hover>a{color: #1b4692}
.Pub_nav ul li:hover>a:before{
	content: "";
	width: 100%;
	height: 1px;
	background: #1b4692;
	position: absolute;
	left: 0;
	bottom: 0;
}
.Pub_nav ul li.on>a{color: #1b4692}
.Pub_nav ul li.on>a:before{
	content: "";
	width: 100%;
	height: 1px;
	background: #1b4692;
	position: absolute;
	left: 0;
	bottom: 0;
}
.Pub_nav ul li dl{
	position: absolute;
	width: 120px;
	left: 50%;
	margin-left: -60px;
	top: 100%;
	background: #1b4692;
	text-align: center;
	display: none;
	z-index: 10;
}
.Pub_nav ul li dl dd a{
	display: block;
	padding: 10px 5px;
	font-size: 16px;
	color: #fff;
}
.Pub_nav ul li dl dd a:hover{opacity: 0.8;}
.Pub_nav ul li:hover dl{
	display: block;
}
/*首页banner*/
.index_one{
	width: 100%;
	height: 460px;
	background: #dcdcdc;
}
.fullSlide{ width:100%;  position:relative;  height:460px; background:#000;  }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:460px; overflow:hidden; text-align:center;  background-position: center center;background-repeat: no-repeat;}
.fullSlide .bd li a{ display:block; height:460px; }
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; }
.fullSlide .hd ul{ text-align:center; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:42px; height:5px; margin:1px; overflow:hidden; background:#000;
	filter:alpha(opacity=50);opacity:0.5;  line-height:999px; 
}
.fullSlide .hd ul .on{ background:#1b4692;  }
.fullSlide .prev,
.fullSlide .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:15%;  z-index:1; width:40px; height:60px; background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=50);opacity:0.5; display:none;  }
.fullSlide .next{ left:auto; right:15%; background-position:-6px -137px; }
/*公共底部*/
.Pub_footer{
	width: 100%;
	clear: both;
	background: #282525;
}
.Pub_footer .Pub_ftop{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
.Pub_footer .Pub_ftop:after,
.Pub_footer .Pub_ftop ul:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.Pub_footer .Pub_ftop .left{
	float: left;
	width: 840px;
}
.Pub_footer .Pub_ftop ul{
	width: 100%;
	padding: 15px 0 30px 0;
	border-bottom: 1px solid #414040;
}
.Pub_footer .Pub_ftop ul li{
	float: left;
	font-size: 16px;
	color: #959595;
	margin: 0 0 0 30px;
}
.Pub_footer .Pub_ftop ul li:first-child{
	margin: 0;
}
.Pub_footer .Pub_ftop ul li a{
	color: inherit;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.Pub_footer .Pub_ftop ul li a:hover{color: #fff;}
.Pub_footer .Pub_ftop h1,
.Pub_footer .Pub_ftop h6{
	font-size: 16px;
	color: #959595;
	font-weight: normal;
	line-height: 1.5em;
	margin: 20px 0 0 0;
}
.Pub_footer .Pub_ftop .right{
	float: right;
	width: 300px;
}
.Pub_footer .Pub_ftop .right img{
	display: block;
	width: 159px;
	height: 159px;
	float: left;
}
.Pub_footer .Pub_ftop .right h2{
	font-size: 16px;
	color: #959595;
	font-weight: normal;
	line-height: 1.6em;
	float: right;
	margin: 50px 0 0 0;
}
.Pub_footer .Pub_fbottom{
	width: 100%;
	height: 40px;
	background-color: #333131;
}
.Pub_footer .Pub_fbottom .inbox{
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}
.Pub_footer .Pub_fbottom .inbox h1,
.Pub_footer .Pub_fbottom .inbox h6,
.Pub_footer .Pub_fbottom .inbox h2{
	font-size: 14px;
	color: #959595;
	font-weight: normal;
	line-height: 40px;
	float: left;
}
.Pub_footer .Pub_fbottom .inbox h2{float: right;}
.Pub_footer .Pub_fbottom .inbox h2 a{
	color: inherit;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.Pub_footer .Pub_fbottom .inbox h2 a:hover{color: red;}
.mid,
.indexmid{
	width: 1200px;
	margin: 0 auto;
}
.mid:after,
.indexmid:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.index_title{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #e6e6e6;
}
.index_title h1,
.index_title h6{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	float: left;
	position: relative;
	height: 45px;
	padding: 5px 0 0 0;
}
.index_title h1:before,
.index_title h6:before{
	content: "";
	width: 75px;
	height: 1px;
	background: #1f4c98;
	position: absolute;
	left: 0;
	bottom: 0;
}
.index_title h1 span,
.index_title h6 span{
	color: #d4d4d4;
	text-transform: uppercase;
}
.index_title a{
	display: block;
	float: right;
	font-size: 12px;
	padding: 10px 0 0 0;
	height: 45px;
	color: #999999;
	text-transform: uppercase;
}
.index_title a:hover{color: #1b4692;}
/*口译*/
.index_two{
	width: 370px;
	height: 270px;
	background: #fff;
	box-shadow: 0 0 50px #dcdcdc;
	margin: 30px 0 0 0;
	padding: 15px;
	float: left;
}
.index_twlist{
	width: 100%;
	padding: 10px 0 0 0;
}
.index_twlist li{
	text-align: center;
	height: 63px;
	float: left;
	width: 50%;
	padding: 10px 0 0 0;
}
.index_twlist li.btn1{border-bottom: 1px solid #e7e7e7;}
.index_twlist li.btn2{border-left: 1px solid #e7e7e7;border-bottom: 1px solid #e7e7e7;}
.index_twlist li.btn3{border-bottom: 1px solid #e7e7e7;}
.index_twlist li.btn4{border-left: 1px solid #e7e7e7;border-bottom: 1px solid #e7e7e7;}
.index_twlist li.btn6{border-left: 1px solid #e7e7e7;}
.index_twlist li span{
	display: inline-block;
	height: 40px;
	width: 66px;
	line-height: 40px;
	font-size: 14px;
	text-align: left;
	color: #666666;
	padding: 0 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index_twlist li i{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-image: url(../images/p1.png);
	background-repeat: no-repeat;
	vertical-align: top;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index_twlist li.btn1 i{background-position: 0 0}
.index_twlist li.btn2 i{background-position: 0 -40px}
.index_twlist li.btn3 i{background-position: 0 -80px}
.index_twlist li.btn4 i{background-position: 0 -120px}
.index_twlist li.btn5 i{background-position: 0 -160px}
.index_twlist li.btn6 i{background-position: 0 -200px}
.index_twlist li:hover span{color: #6695e8}
.index_twlist li.btn1:hover i{background-position: -40px 0}
.index_twlist li.btn2:hover i{background-position: -40px -40px}
.index_twlist li.btn3:hover i{background-position: -40px -80px}
.index_twlist li.btn4:hover i{background-position: -40px -120px}
.index_twlist li.btn5:hover i{background-position: -40px -160px}
.index_twlist li.btn6:hover i{background-position: -40px -200px}
/*翻译语种*/
.index_three{
	width: 400px;
	height: 270px;
	background: #fff;
	box-shadow: 0 0 50px #dcdcdc;
	margin: 30px 30px 0 30px;
	padding: 15px;
	float: left;
}
.index_thbox{
	width: 100%;
	padding: 10px 0 0 0;
}
.index_thbox img{
	display: block;
	width: 100%;
	height: 65px;
}
.index_thbox ul{
	width: 100%;
	padding: 10px 0 0 0;
}
.index_thbox ul li{
	float: left;
	width: 33%;
}
.index_thbox ul li a{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	position: relative;
	padding: 0 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index_thbox ul li a:hover{
	color: #ff8a00;
}
.index_thbox ul li a:before{
	content: "";
	width: 2px;
	height: 2px;
	background: #ff8a00;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.index_twlist.index_twlists li i{background-image: url(../images/p2.png);}
.index_thbox.index_thboxs ul li a{
	height: 40px;
	line-height: 40px;
}



/*公司简介*/
.index_four{
	width: 800px;
	height: 270px;
	background: #fff;
	float: right;
	box-shadow: 0 0 50px #dcdcdc;
	margin: 30px 0 0 0;
	padding: 15px;
}
.index_fbox{
	width: 100%;
	padding: 20px 0 0 0;
}
.index_fbox img{
	display: block;
	float: left;
	width: 188px;
	height: 167px;
}
.index_fbox .boxin{
	width: 550px;
	height: 170px;
	float: right;
}
.index_fbox .boxin p{
	display: block;
	width: 100%;
	line-height: 2em;
	font-size: 14px;
	color: #666666;
	height: 12em;
	overflow: hidden;
}
/*知名客户*/
.index_five{
	width: 100%;
	padding: 30px 0;
	background: #f7f7f7;
	clear: both;
	margin: 30px 0;
}
.index_five .index_five1200{
	width: 1200px;
	margin: 0 auto;
}
.index_filist{
	width: 100%;
}
.picScroll-left{ width:100%;overflow:hidden;position:relative;padding: 0 0 30px 0;}
.picScroll-left .hd{position: absolute;left: 0;bottom: 0;width: 100%;}
.picScroll-left .hd ul{overflow:hidden;zoom:1;text-align: center;}
.picScroll-left .hd ul li{width:12px; height:2px; overflow:hidden;display: inline-block; text-indent:-999px; cursor:pointer; background:#bebebe;margin: 0 3px; }
.picScroll-left .hd ul li.on{background:#1b4692}
.picScroll-left .bd{width: 100%;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{
	margin:0 10px;
	width:130px;
	float:left;
	_display:inline; 
	overflow:hidden; 
	text-align:center;
}
.index_fibox{
	width: 100%;
	display: table;
	height: 110px;
	table-layout: fixed;
}
.index_fibox a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 110px;
	position: relative;
}
.index_fibox a img{
	max-height: 85px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.index_fibox a p{
	font-size: 14px;
	color: #5d5d5d;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
/*新闻动态*/
.index_six{
	width: 800px;
	height: 270px;
	float: left;
	box-shadow: 0 0 50px #dcdcdc;
	padding: 15px;
}
.index_six .list{
	width: 770px;
	height: 195px;
	position: relative;
}
.index_six .list li{
	float: left;
	width: 192.5px;
	height: 65px;
	padding-left: 80px;
	position: relative;
}
.index_six .list li span{
	font-size: 14px;
	color: #666;
	height: 65px;
	line-height: 65px;
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index_six .list li i{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -20px;
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index_six .list li:hover span{color: #6695e8}
.index_six .list li.btn1 i,
.index_six .list li.btn2 i,
.index_six .list li.btn3 i,
.index_six .list li.btn4 i,
.index_six .list li.btn5 i,
.index_six .list li.btn6 i{background-image: url(../images/p2.png);}
.index_six .list li.btn1 i{background-position: 0 0}
.index_six .list li.btn2 i{background-position: 0 -40px}
.index_six .list li.btn3 i{background-position: 0 -80px}
.index_six .list li.btn4 i{background-position: 0 -120px}
.index_six .list li.btn5 i{background-position: 0 -160px}
.index_six .list li.btn6 i{background-position: 0 -200px}
.index_six .list li.btn1:hover i{background-position: -40px 0}
.index_six .list li.btn2:hover i{background-position: -40px -40px}
.index_six .list li.btn3:hover i{background-position: -40px -80px}
.index_six .list li.btn4:hover i{background-position: -40px -120px}
.index_six .list li.btn5:hover i{background-position: -40px -160px}
.index_six .list li.btn6:hover i{background-position: -40px -200px}
.index_six .list li.btn7 i,
.index_six .list li.btn8 i,
.index_six .list li.btn9 i,
.index_six .list li.btn10 i,
.index_six .list li.btn11 i,
.index_six .list li.btn12 i{background-image: url(../images/p1.png);}
.index_six .list li.btn7 i{background-position: 0 0}
.index_six .list li.btn8 i{background-position: 0 -40px}
.index_six .list li.btn9 i{background-position: 0 -80px}
.index_six .list li.btn10 i{background-position: 0 -120px}
.index_six .list li.btn11 i{background-position: 0 -160px}
.index_six .list li.btn12 i{background-position: 0 -200px}
.index_six .list li.btn7:hover i{background-position: -40px 0}
.index_six .list li.btn8:hover i{background-position: -40px -40px}
.index_six .list li.btn9:hover i{background-position: -40px -80px}
.index_six .list li.btn10:hover i{background-position: -40px -120px}
.index_six .list li.btn11:hover i{background-position: -40px -160px}
.index_six .list li.btn12:hover i{background-position: -40px -200px}
.index_six .top{
	width: 100%;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}
.index_six .top h1,
.index_six .top h6{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	width: 100%;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin: 1em 0 0.5em 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index_six .top a:hover h1,
.index_six .top a:hover h6{
	color: #ff8a00;
}
.index_six .top p{
	font-size: 14px;
	color: #666;
	width: 100%;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
}
.index_six .bottom{
	width: 100%;
	padding: 10px 0 0 0;
}
.index_six .bottom li{
	padding: 8px 0;
}
.index_six .bottom li a{
	display: block;
	width: 100%;
}
.index_six .bottom li a:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.index_six .bottom li a p{
	float: left;
	width: 650px;
	font-size: 14px;
	color: #666666;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index_six .bottom li a span{
	display: block;
	float: right;
	font-size: 14px;
	color: #999999;
	line-height: 1.5em;
	height: 1.5em;
}
.index_six .bottom li a:hover p{
	color: #ff8a00;
}
/*为什么选择我们*/
.index_seven{
	width: 370px;
	height: 270px;
	float: right;
	box-shadow: 0 0 50px #dcdcdc;
	padding: 15px;
}
.index_selist{
	width: 100%;
	width: 360px;
	position: relative;
	left: -20px;
}
.index_selist li{
	width: 160px;
	height: 40px;
	background: #eeeeee;
	position: relative;
	float: left;
	margin: 20px 0 0 20px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index_selist li a{
	display: block;
	padding: 0 40px 0 10px;
}
.index_selist li p{
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index_selist li i{
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -12px;
	background: url(../images/p4.png) center no-repeat;
}
.index_selist li:hover{
	background: #2a57a3;
}
.index_selist li:hover p{
	color: #fff;
}
/*我要翻译*/
.index_eight{
	width: 100%;
	height: 130px;
	position: relative;
	margin: 50px 0 0 0;
}
.index_ecav{
	width: 100%;
	height: 130px;
	background: url(../images/j20.jpg) left center repeat-x;
}
.index_ebox{
	position: absolute;
	left: 50%;
	top: 45px;
	margin-left: -500px;
	width: 1000px;
	height: 40px;
}
.index_ebox ul{
	float: left;
	width: 400px;
	padding-top: 5px;
	margin: 0 0 0 24px;
}
.index_ebox ul li{
	float: left;
	width: 100px;
	height: 30px;
}
.index_ebox ul li img{
	display: block;
	width: 100px;
	height: 30px;
}
.index_ebox>img{
	display: block;
	float: left;
	width: 177px;
	height: 40px;
}
.index_ebox>i{
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 50px;
	background: url(../images/p5.png) left center no-repeat;
	font-size: 26px;
	font-style: normal;
	color: #fff;
	margin: 0 0 0 35px;
}
.index_ebox>a{
	display: block;
	float: right;
	width: 133px;
	height: 35px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 33px;
	color: #fff;
	font-size: 18px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index_ebox>a:hover{
	background: #fff;
	color: #6986d5;
}
/*中间内容*/
.mid{
	margin: 30px auto 60px auto;
}
/*内页banner*/
.neibanner{
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.neibanner>img{
	display: block;
	width: 2000px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1000px;
}
.midleft{
	float: left;
	width: 220px;
}
.midl_nav{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 50px #dcdcdc;
	-ms-box-shadow: 0 0 50px #dcdcdc;
	margin: 0 0 20px 0;
}
.midl_nav dt{
	padding: 10px;
	background: #1b4692;
	word-wrap: break-word;
	word-break: normal;
	font-size: 14px;
	color: #fffbf7;
	font-weight: normal;
	text-transform: uppercase;
}
.midl_nav dd a{
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
	color: #666666;
	word-wrap: break-word;
	word-break: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.midl_nav dd:hover a{
	color: #1b4692;
}
.midl_nav dd.on a{
	color: #1b4692;
}
/*广告位*/
.midl_ad{
	width: 100%;
	position: relative;
	margin: 0 0 20px 0;
}
.midl_ad *{
	display: block;
	width: 100%;
}
/*左侧二维码*/
.midl_erweima{
	width: 100%;
	position: relative;
}
.midl_erweima img{
	display: block;
	width: 100%;
	border: 2px solid #1b4692;
}
.midl_erweima p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background: #1b4692;
}
/*right*/
.midright{
	width: 950px;
	float: right;
	padding: 8px;
	background: #fff;
	box-shadow: 0 0 50px #dcdcdc;
	-ms-box-shadow: 0 0 50px #dcdcdc;
}
/*面包屑导航*/
.midr_mian{
	width: 100%;
	border-bottom: 1px solid #ededed;
	padding: 5px 0 13px 0;
	position: relative;
}
.midr_mian span{
	font-size: 12px;
	color: #666666;
	display: block;
	padding-left: 12px;
	border-left: 2px solid #ff8a00;
	line-height: 1.2em;
}
.midr_mian span a:hover{
	color: #ff8a00;
}
/*内容区*/
.midr_word{
	width: 100%;
	padding: 10px;
	position: relative;
	word-wrap: break-word;
	word-break: normal; 
}
.midr_word:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.midr_word *{
	max-width: 100%;
}
.midr_word a{
	text-decoration: underline;
}
/*案例列表*/
.anli_list{
	width: 100%;
	position: relative;
}
.anli_list:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.anli_list li{
	width: 150px;
	float: left;
	height: 150px;
	border: 1px solid #eeeeee;
	padding: 9px;
	margin: 35px 0 0 66px;
	position: relative;
}
.anli_list li a{
	display: table;
	width: 130px;
	height: 100px;
	table-layout: fixed;
}
.anli_list li a div{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 130px;
	height: 100px;
}
.anli_list li a div img{
	max-width: 100%;
	max-height: 100px;
}
.anli_list li a div p{
	position: absolute;
	left: 10px;
	bottom: 15px;
	text-align: center;
	width: 130px;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
	font-size: 15px;
}
/*翻页样式*/
.Pub_fanye{
	clear: both;
	margin: 30px 0;
}
.Pub_fanye:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.Pub_fanye *{
	display: block;
	float: left;
	height: 46px;
	line-height: 44px;
	background: #f2f2f2;
	padding: 0 20px;
	font-size: 14px;
	color: #666666;
	margin: 0 2px;
	border: 1px solid #f2f2f2;
}
.Pub_fanye .right{float: right;}
.Pub_fanye input{
	background: #ffffff;
	width: 50px;
	outline: none;
}
.Pub_fanye input:focus{
	box-shadow: 0 0 2px #ff8a00;
	-ms-box-shadow: 0 0 2px #ff8a00;
	border: 1px solid #ffc98a;
}
.Pub_fanye a:hover{
	background: #ff8a00;
	border: 1px solid #ff8a00;
	color: #fff;
}
.Pub_fanye a{
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.Pub_fanye a.on{
	background: #ff8a00;
	border: 1px solid #ff8a00;
	color: #fff;
}
/*案例详情*/
.anlix_box{
	width: 100%;
	padding: 50px 20px 50px 30px;
	position: relative;
}
.anlix_box:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.anlix_left{
	float: left;
	width: 382px;
	height: 382px;
}
.anlix_left img{
	display: block;
	width: 100%;
	height: 100%;
}
.anlix_right{
	float: right;
	width: 460px;
	height: 382px;
	position: relative;
	overflow: hidden;
	padding: 0 10px 0 0;
	word-wrap: break-word;
	word-break: normal; 
}
.anlix_right *{
	max-width: 100%;
}
.nicescroll-rails-vr{
	background: #eeeeee;
	width: 3px !important;
}
.nicescroll-rails-vr .nicescroll-cursors{
	left: 1px;
}
/*联系我们*/
.lxwm_one{
	width: 100%;
	position: relative;
	padding: 10px 7px 0 7px;
	margin: 0 0 40px 0;
}
.lxwm_one img{
	display: block;
	width: 100%;
}
.lxwm_two{
	width: 100%;
	padding: 0 7px;
}
.lxwm_three{
	width: 100%;
	padding: 40px 23px 0 23px;
}
.lxwm_three li{
	float: left;
	width: 240px;
	position: relative;
	margin: 0 84px 0 0;
}
.lxwm_three li.btn3,
.lxwm_three li.btn6{
	margin: 0 0 0 0;
}
.lxwm_three li.btn4{
	clear: both;
}
.lxwm_three li i{
	display: block;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 0 30px;
	background-image: url(../images/j13.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
	font-style: normal;
	line-height: 40px;
	position: relative;
}
.lxwm_three li.btn1 i{background-position: 0 0}
.lxwm_three li.btn2 i{background-position: 0 -40px}
.lxwm_three li.btn3 i{background-position: 0 -80px}
.lxwm_three li.btn4 i{background-position: 0 -120px}
.lxwm_three li.btn5 i{background-position: 0 -160px}
.lxwm_three li.btn6 i{background-position: 0 -200px}
.lxwm_three li i:before{
	content: "";
	width: 70px;
	height: 2px;
	background: #4891e3;
	position: absolute;
	left: 0;
	bottom: 0;
}
.lxwm_three li p{
	font-size: 16px;
	color: #666666;
	line-height: 1.5em;
	height: 3em;
	width: 100%;
	overflow: hidden;
	margin: 15px 0 0 0;
}
/*新闻动态*/
.news_list{
	width: 100%;
	padding: 0 25px;
}
.news_list li{
	width: 100%;
	padding: 20px 0;
	border-top: 1px dashed #cccccc;
	position: relative;
}
.news_list li:first-child{
	border-top: none;
}
.news_list li h1,
.news_list li h6{
	width: 100%;
	padding: 0 90px 0 0;
	height: 1.5em;
	line-height: 1.5em;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.news_list li h2{
	position: absolute;
	height: 27px;
	line-height: 27px;
	right: 0;
	top: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	max-width: 90px;
	overflow: hidden;
}
.news_list li p{
	font-size: 14px;
	color: #999999;
	width: 100%;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.news_list li i{
	display: block;
	width: 17px;
	height: 1px;
	background: #ff8a00;
	position: absolute;
	left: 0;
	top: 60px;
}
.news_list li:hover h1,
.news_list li:hover h6{
	color: #ff8a00;
}
.news_title{
	margin: 0 15px;
	padding: 40px 0 30px 0;
	border-bottom: 1px solid #e6e6e6;
}
.news_title>h1,
.news_title>h6{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	width: 100%;
	text-align: center;
}
.news_two{
	margin: 0 15px;
	padding: 15px 0;
}
.news_two p{
	float: left;
	font-size: 12px;
	line-height: 28px;
	color: #666;
}
.news_two .right{
	float: right;
	display: block;
	font-size: 12px;
	line-height: 28px;
}
.news_two .right span{
	margin: 0 10px 0 0;
}
.news_two .right .bdsharebuttonbox{
	float: right;
}
.news_three{
	margin: 0 15px;
	word-wrap: break-word;
	word-break: normal;
}
.news_three *{
	max-width: 100%;
}
.news_three a{
	text-decoration: underline;
}
/*在线支付*/
.zhifu_box{
	width: 100%;
	padding: 15px;
}
.zf1{
	font-size: 16px;
	color: #ff0014;
	font-weight: normal;
	width: 100%;
	padding: 10px 15px;
	background: #ffffe0;
	border: 1px solid #f5e9ab;
	word-wrap: break-word;
	word-break: normal;
}
.zf2{
	padding: 20px 66px;
}
.zf2 li{
	width: 100%;
	height: 45px;
	position: relative;
	padding: 0 0 0 70px;
	margin: 25px 0 0 0;
}
.zf2 li:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.zf2 li span{
	display: block;
	width: 70px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #333333;
	line-height: 45px;
	text-align: right;
	padding: 0 10px 0 0;
}
.zf2 li div{
	float: left;
	width: 350px;
	height: 45px;
}
.zf2 li div select,
.zf2 li div input{
	display: block;
	float: left;
	width: 300px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #d5d5d5;
	outline: none;
	padding: 0 10px;
	font-size: 14px;
	color: #333;
}
.zf2 li div i{
	display: block;
	float: left;
	width: 50px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-style: normal;
	font-size: 14px;
	color: #333;
}
.zf2 li em{
	display: block;
	float: left;
	font-size: 12px;
	color: #ff8800;
	font-style: normal;
	padding: 5px;
	background: #fff9ed;
	border: 1px solid #ffdd99;
	margin: 8px 0 0 0;
}
.zf3{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	width: 100%;
	line-height: 1.5em;
	padding: 10px 15px;
	background: #f7fbfe;
	border: 1px solid #97c1d9;
	margin: 20px 0 0 0;
}
.zf4{
	padding: 30px 0 0 0;
}
.zf4 li{
	padding: 24px 0 24px 120px;
	width: 100%;
	position: relative;
	border-top: 1px solid #d5d5d5;
	background-image: url(../images/j17.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
	cursor: pointer;
}
.zf4 li.on{
	background-image: url(../images/j18.jpg);
}
.zf4 li.on:before{
	content: "";
	width: 896px;
	height: 91px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: 4px solid #85a1d4;
	z-index: 5
}
.zf4 li:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.zf4 li:first-child{
	border-top: none;
}
.zf4 li img{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 60px;
}
.zf4 li h1,
.zf4 li h6{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	line-height: 50px;
	height: 50px;
	float: left;
	width: 200px;
	overflow: hidden;
	white-space: normal;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.zf4 li h2{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	float: left;
	height: 50px;
	line-height: 50px;
}
.zf4 li h3{
	float: right;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	margin: 0 30px 0 0;
	display: none;
}
.zf4 li.on h3{
	display: block;
}
.zf4 li h3 span{
	color: #ff8a00;
}
.zf5{
	width: 216px;
	height: 60px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 60px;
	font-size: 20px;
	background-color: #1b4692;
	margin: 30px auto;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.zf5:hover{
	background: #ff8800;
}
.tanbg{
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	width: 100%;
	height: 200%;
	opacity: 0.5;
	z-index: 5000;
	filter:alpha(opacity=50);
	display: none;
}
.tanbox{
	width: 430px;
	height: 250px;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -125px 0 0 -215px;
	z-index: 5001;
	text-align: center;
	padding: 10px;
	display: none;
}
.tanbox h1,
.tanbox h6{
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.tanbox h2{
	font-size: 20px;
	font-weight: normal;
	width: 100%;
	margin: 50px 0;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
}
.tanbox a{
	display: block;
	width: 120px;
	height: 40px;
	background-color: #ff8a00;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	margin: 0 auto;
}
.tanbox i{
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	background: url(../images/p8.png) center no-repeat;
	cursor: pointer;
}
.join_box{
	width: 100%;
	padding: 20px;
}
.jb1{
	width: 100%
}
.jb1 img{
	display: block;
	float: left;
	width: 150px;
	height: 150px;
}
.jb1 p{
	font-size: 16px;
	color: #333333;
	float: left;
	margin: 50px 0 0 20px;
	line-height: 1.5em;
}
.jb2{
	width: 100%;
	border: 1px solid #97c1d9;
	background-color: #f7fbfe;
	font-size: 16px;
	color: #333333;
	padding: 13px 10px 13px 55px;
	background-image: url(../images/p9.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	font-weight: normal;
	margin: 25px 0;
}
.jb3{
	width: 550px;
	float: left;
	margin: 0 0 30px 0;
}
.jb3 li{
	width: 100%;
	position: relative;
	padding: 0 0 0 90px;
	height: 45px;
	margin: 25px 0 0 0;
}
.jb3 li:first-child{
	margin: 0;
}
.jb3 li:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.jb3 li span{
	display: block;
	width: 80px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #333333;
	text-align: right;
	padding: 0 10px 0 0;
	position: absolute;
	left: 0;
	top: 0;
}
.jb3 li span i{
	font-size: 14px;
	color: #ff0000;
	font-weight: normal;
	padding: 0 5px 0 0;
}
.jb3 li input,
.jb3 li select{
	display: block;
	float: left;
	width: 260px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #dcdcdc;
	outline: none;
	padding: 0 10px;
	font-size: 14px;
	color: #333;
}
.jb3 li em{
	display: block;
	float: left;
	margin: 10px 0 0 5px;
	font-size: 12px;
	color: #ff8800;
	padding: 3px;
	background: #fff9ed;
	border: 1px solid #ffdd99;
	font-style: normal;
}
.jb3 li h1,
.jb3 li h6{
	font-size: 14px;
	color: #666666;
	padding: 0 0 0 30px;
	float: left;
	font-weight: normal;
	line-height: 45px;
	margin: 0 20px 0 0;
	background-image: url(../images/j17.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
.jb3 li h1.on,
.jb3 li h6.on{
	background-image: url(../images/j18.jpg);
}
.jb4{
	width: 296px;
	float: right;
}
.jb4 img{
	display: block;
	width: 194px;
	height: 242px;
	margin: 0 auto;
}
.jb4 div.top{
	width: 100%;
	height: 45px;
	border: 1px solid #d5d5d5;
	position: relative;
	overflow: hidden;
	margin: 20px 0;
}
.jb4 div.top span{
	display: block;
	float: left;
	width: 80px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	font-size: 14px;
	color: #333333;
	background: #eeeeee;
}
.jb4 div.top p{
	font-size: 14px;
	color: #666666;
	float: left;
	width: 205px;
	height: 43px;
	line-height: 43px;
	overflow: hidden;
	padding: 0 0 0 10px;
}
.jb4 div.top input{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	opacity: 0;
	filter:alpha(opacity=0);
}
.jb4 h2{
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	line-height: 1.5em;
}
.jb5{
	width: 216px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin: 0 auto 20px auto;
	font-size: 20px;
	color: #fff;
	display: block;
	clear: both;
	background: #1b4692;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.jb5:hover{
	background: #ff8800;
}
/*收费标准*/
.shoufei_box{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 50px #dcdcdc;
	-ms-box-shadow: 0 0 50px #dcdcdc;
	padding: 10px;
}
.shoufei_word{
	width: 100%;
	padding: 20px 10px;
	word-wrap: break-word;
	word-break: normal;
}
.shoufei_word *{
	max-width: 100%;
}
/*以下为编辑器内容*/
.yu1{
	display: inline-block;
	padding: 10px;
	background: #1b4692;
	font-size: 14px;
	color: #ffffff;
}
.yu2{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.yu3{
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.yu4{
	font-size: 14px;
	color: #333;
	line-height: 36px;
}
.yuf1{
	display: inline-block;
	padding: 8px;
	background: #1b4692;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.yuf2{
	margin: 20px auto;
	width: 1120px;
}
.yuf2 *{
	font-weight: normal;
	line-height: 1.5em;
}
.yuf2 th,
.yuf2 td{
	border: 1px solid #dcdcdc;
	padding: 15px;
}
.yuf2 th{
	background: #ff8a00;
	color: #fff;
}
.yuf2 h1,
.yuf2 h6{
	font-size: 18px;
}
.yuf2 h2{
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.yuf2 h3{
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.yuf2 h4{
	font-size: 14px;
	color: #333333;
	text-align: left;
}
.yuf3{
	margin: 0 20px;
	font-size: 14px;
	color: #ff8a00;
	padding: 20px 0 10px 0;
	line-height: 1.5em;
	font-weight: normal;
}
.yuf4{
	margin: 0 20px;
	font-size: 14px;
	color: #333333;
	line-height: 1.5em;
	padding: 0 0 10px 0;
}
.yuf4 span{
	color: #1b4692;
}
.yuf5{
	margin: 15px 0;
}
.yuf6{
	width: 920px;
	margin: 0 auto;
}
.yuf6 td{
	border: 1px solid #dcdcdc;
	padding: 30px;
}
.yuf6 *{
	font-weight: normal;
}
.yuf6 h1,
.yuf6 h6{
	font-size: 14px;
	color: #333333;
	line-height: 1.8em;
}
/*添加2018.1.5*/
.tianylist{
	width: 100%;
	height: 205px;
	padding: 10px 0;
	overflow: hidden;
}
.tianylist li{
	width: 100%;
	height: 37px;
	position: relative;
	overflow: hidden;
	padding-left: 30px;
	font-size: 16px;
	color: #666;
	line-height: 37px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tianylist li a{color: inherit;}
.tianylist li:hover{color: #6695e8}
.tianylist li i{
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #8eb9f5;
	font-style: normal;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.tianylist li:first-child i{
	background: #f54545;
}
.tianylist li:first-child+li i{
	background: #ff8547	
}
.tianylist li:first-child+li+li i{
	background: #ffac38	
}
.tianylist2{
	width: 100%;
	height: 205px;
	padding: 10px 0;
	overflow: hidden;
}
.tianylist2 li{
	float: left;
	margin: 0 10px 10px 0;
	font-size: 14px;
	color: #333;
}
.tianylist2 li a{
	color: inherit;
	display: block;
	padding: 10px;
} 
.tianylist2 li.btn1{background: #db9190}
.tianylist2 li.btn2{background: #ffd7be}
.tianylist2 li.btn3{background: #de88a5}
.tianylist2 li.btn4{background: #e4b587}
.tianylist2 li.btn5{background: #de88a5}
.tianylist2 li.btn6{background: #efd298}
.tianylist2 li.btn7{background: #db9190}
.tianylist2 li.btn8{background: #efd298}
.tianylist2 li.btn9{background: #de88a5}
.tianylist2 li.btn10{background: #fecdbc}
/*孔敏编辑样式*/
.kongmin{
	line-height: 2em !important;
	text-indent: 2em !important;
	font-size: 16px !important;
}
.kongmin p{
	margin: 5px 0;
}
.kongmin *{
	line-height: 2em !important;
	text-indent: 2em !important;
	font-size: 16px !important;
}
.kongmin a{
	color: red !important;
	text-decoration: underline !important;
}