body{
	min-width: 1200px;
	font-family:  "Microsoft YaHei","微软雅黑";
	background: #002b06;
}
img{
	vertical-align: middle;
}
.icon{
	display: inline-block;
	background: url(../images/icon.png) no-repeat top;
	vertical-align: middle;
}
.aui-ellipsis-1{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.aui-ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.aui-ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.bandnav{
	width: 100%;
	background: url(../images/bg1.png) no-repeat top center;
	position: relative;
	min-width: 1200px;
}
.bandstart{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/start.png) no-repeat top center;
	z-index: 1;
	min-width: 1200px;
}
.logonav-box{
	position: relative;
	z-index: 3;
	width: 100%;
	height: 120px;
}
.logonav-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	min-width: 1200px;
	background: #fff;
	opacity: 0.05;
	filter: alpha(opacity=5);
	z-index: 1;
}
.logonav{
	position: relative;
	z-index: 2;
	width: 1200px;
	padding: 44px 0 42px;
	margin: 0 auto;
}
.nav{
	font-size: 16px;
	color: #fff;
}
.nav-li{
	margin-left: 48px;
	position: relative;
}
.nav-a{
	font-size: 16px;
	color: #fff;
	padding-bottom: 10px;
}
.nav-a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #f5ae1e;
	border-bottom: 2px solid #f5ae1e;
}
.nav-this .nav-a{
	font-weight: bold;
	color: #f5ae1e;
	border-bottom: 2px solid #f5ae1e;
}
.nav-smallbox{
	position: absolute;
	width: 94px;
	top: 25px;
	left: 50%;
	margin-left: -47px;
	display: none;
	padding-top: 15px;
}
.nav-small{
	position: relative;
	z-index: 3;
}
.nav-smallbg{
	position: absolute;
	height: 100%;
	background: #000;
	width: 100%;
	opacity: 0.2;
	filter: alpha(opacity=20);
	z-index: 1;
	top: 0;
	left: 0;
	border-radius: 3px;
}
.nav-smallmain{
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 15px;
	padding: 6px;
}
.nav-smallmain a{
	position: relative;
	display: block;
	font-size: 15px;
	width: 82px;
	height: 24px;
	color: #fff;
	text-align: center;
}
.nav-smallmain a:hover,.nav-smallmain a:hover span{
	display: inline-block;
	text-decoration: none;
}
.nav-smallmain a span{
	position: absolute;
	top: 0;
	left: 0;
	width: 82px;
	height: 24px;
	display: none;
	background: #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.nav-sj{
	position: absolute;	
	top: -5px;
  	width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    left: 50%;
    margin-left: -3px;
}
.band{
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 28px;
}

.zhdtbox{
	position: relative;
	z-index: 2;
	height: 80px;
	width: 100%;
	min-width: 1200px;
	line-height: 80px;
	margin-top: 30px;
}
.zhdt{
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	z-index: 2;
	position: relative;
}
.zhdt-tle{
	font-size: 24px;
	font-weight: bold;
	padding: 0 34px 0 18px;
}
.zhdt-bg{
	position: absolute;
	height: 80px;
	width: 100%;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	left: 0;
	bottom: 0;
}
.zhdt-con{
	width: 980px;
	height: 70px;
	overflow: hidden;
}
.zhdt-con-ul li{
	padding-right: 35px;
}

.mainbox{
	width: 1200px;
	margin: 0 auto;
}
.idx-zb{
	padding: 64px 0 142px;
}
.idx-tle{
	text-align: center;
	color: #fff;
}
.idx-tle b{
	display: block;
	height: 76px;
	line-height: 76px;
	font-size: 30px;
}
.idx-tle a{
	display: inline-block;
	font-size: 14px;
	font-family: arial;
	color: #ffffff;
	padding-top: 18px;
	line-height: 14px;
	border-top: 3px solid #809583;
}
.idx-tle a:hover{
	text-decoration: none;
}
.idx-zblist{
	margin: 42px auto 35px;
	text-align: center;
}
.idx-zblist-li{
	display: inline-block;
	width: 78px;
	height: 26px;
	border: 1px solid #fff;
	color: #fff;
	margin-left: 10px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}
.idx-zblist>li:first-child{
	margin-left: 0;
}
.idx-zblist-this{
	color: #eacf1c;
	border-color: #eacf1c;
}
.idx-zbmain-li{
	width: 380px;
	height: 540px;
	background: #fff;
	margin-left: 27px;
	border-left: 1px solid #0f3714;
	border-right: 1px solid #0f3714;
}
.idx-zbmain>li:first-child{
	margin-left: 0;
}
.idx-zbmain-img img{
	width: 380px;
	height: 230px;
}
.idx-zbcon{
	padding: 27px 35px 0;
}
.idx-zbcon-time{
	font-size: 16px;
	font-family: arial;
	color: #999999;
}
.idx-zbcon-tle{
	display: block;
	font-size: 18px;
	color: #1a1a1a;
	font-weight: bold;
	padding: 9px 0 0 0;
	height: 55px;
}
.idx-zbcon-nr{
	font-size: 14px;
	font-weight: lighter;
	color: #4c4c4c;
	line-height: 24px;
}
.idx-zbcon-xq{
	font-size: 14px;
	color: #333333;
	display: block;
	width: 122px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	border: 1px solid #333333;
	margin-top: 37px;
}
.idx-zbcon-xq:hover{
	text-decoration: none;
	background: #f5ae1e;
	border: 1px solid #f5ae1e;
}

.idx-xxhgbox{
	width: 100%;
	background: url(../images/bg2.png) no-repeat center top;
	padding-top: 47px;
	padding-bottom: 83px;
}
.idx-xx{
	width: 100%;
	padding: 62px 0 40px 0;
}
.idx-xxleft{
	width: 730px;
	height: 390px;
	background: #002b06;
	padding: 50px 0 0 60px;
}
.idx-xxleft p{
	color: #fff;
	line-height: 26px;
	font-size: 16px;
	padding-bottom: 30px;
}
.icon-xxbox{
	width: 19px;
	height: 20px;
	margin-right: 33px;
}
.icon-tiem{
	background-position: 1px 0;
}
.icon-dz{
	background-position: 3px -29px;
}
.icon-mj{
	background-position: 0 -58px;
}
.icon-sl{
	background-position: 0 -82px;
}
.icon-fw{
	background-position: 0 -111px;
}
.idx-xxname{
	padding-right: 32px;
}
.idx-xxright{
	position: relative;
	width: 370px;
	height: 439px;
	background: #f5ae1e;
	overflow: hidden;
}
.idx-xxul{
	width: 1000px;
}
.idx-xxli{
	width: 370px;
	height: 439px;
}
.idx-xxtle{
	border-left: 12px solid #1a1a1a;
	line-height: 20px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 54px;
}
.idx-xxli h1{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #1a1a1a;
	padding: 23px 0 28px;
}
.idx-xximg{
	text-align: center;
	margin-bottom: 50px;
}
.idx-xxrt-main{
	font-size: 16px;
	color: 333333;
	font-weight: lighter;
	padding: 0 30px;
	line-height: 26px;
}

.idx-xxpage{
	position: absolute;
	width: 52px;
	height: 25px;
	bottom: 0;
	right: 0;
}
.idx-prev,.idx-next{
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #fff;
	margin-left: 1px;
	cursor: pointer;
	text-align: center;
}
.icon-prev{
	width: 8px;
	height: 14px;
	background-position: 0 -262px;
	margin-top: 6px;
}
.icon-next{
	width: 8px;
	height: 14px;
	background-position: 0 -286px;
	margin-top: 6px;
}
.idx-hg{
	width: 100%;
	height: 470px;
	overflow: hidden;
	background: #fff;
	margin-top: 56px;
}
.idx-hgmain{
	position: relative;
	width: 640px;
	height: 410px;
	overflow: hidden;
	margin: 20px 40px 40px;
}
.idx-hgsj{
	height: 471px;
	width: 480px;
}
.idx-hgsj li{
	width: 239px;
	height: 234px;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
	line-height: 24px;
}
.idx-hgsj li b{
	display: block;
}
.idx-hgsj li img{
	margin: 61px 0 26px 0;
	width: 46px;
	height: 40px;
}

.idx-hgli p{
	font-size: 18px;
	font-weight: bold;
	color: #292929;
	line-height: 60px;
}
.idx-hgimg{
	position: relative;
}
.idx-hgimg img{
	width: 639px;
	height: 350px;
}
.idx-hgmain .idx-prev,.idx-hgmain .idx-next{
	background: #f5ae1e;
}

.idx-zsbox{
	padding: 90px 0;
}
.idx-zs{
	width: 100%;
	height: 518px;
	margin-top: 64px;
}
.idx-zsimg img{
	width: 820px;
	height: 516px;
}
.idx-zscon{
	color: #fff;
	padding: 0 6px 0 45px;
	width: 326px;
}
.idx-zsfy{
	width: 100%;
	border-bottom: 1px dashed #4d6b51;
	padding-bottom: 38px;
}
.idx-zsfy-tle{
	font-size: 18px;
	padding: 19px 0 12px;
}
.idx-zsfy-tle span{
	display: block;
	width: 31px;
	height: 5px;
	background: #fff;
	margin-bottom: 7px;
}
.idx-zsfy-price{
	font-size: 30px;
	line-height: 60px;
}
.idx-zsfy-price span{
	font-weight: bold;
	font-size: 60px;
}
.idx-zsfy-btn{
	display: block;
	width: 211px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	font-size: 18px;
	color: #1a1a1a;
	border-radius: 6px;
	background: #f5ae1e;
	margin-top: 14px;
}
.idx-zsmain{
	font-size: 14px;
	font-weight: lighter;
	line-height: 24px;
}
.idx-zsmain p{
	font-size: 18px;
	font-weight: 500;
	padding: 25px 0 10px;
}


/*子页面*/
.sbody{
	width: 100%;
	background: #f5f5f5;
	height: 100%;
}
.sbody .logonav-box{
	background: url(../images/tlebg.png) no-repeat top center;
}
.sbody .nav-smallbg{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.zxdtbox{
	width: 1130px;
	height: 105px;
	background: url(../images/dtbg.png) no-repeat bottom center;
	padding-left: 70px;
	margin: 36px auto 0;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
}
.zxdt-tle{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	width: 200px;
	text-align: center;
}
.zxdtbox .zhdt-con{
	width: 1060px;
}
.zxdtbox .zhdt-con-ul{
	line-height: 60px;
}

.neibox{
	width: 1000px;
	margin: 30px auto 200px;
	background: #fcfcfc;
	padding: 60px 100px;
	overflow: hidden;
}
.neibox-tle{
	width: 100%;
	height: 35px;
	position: relative;
	border-bottom: 1px solid #dedede;
}
.neibox-tleul{
	position: absolute;
	bottom: -1px;
	left: 0;
}
.neibox-tleli{
	font-size: 18px;
	color: #666666;
	text-align: center;
	cursor: pointer;
	padding: 0 32px 12px;
}
.neibox-tleli:hover,.neibox-tlethis{
	color: #f5ae1e;
	font-weight: bold;
	border-bottom: 2px solid #f5ae1e;
}

.maincon{
	display: none;
}
.maincon >div:first-child .js-tle{
	padding-top: 34px;
	padding-bottom: 24px;
}

/*信息*/
.js-tle{
	font-size: 18px;
	font-weight: bold;
	color: #f5ae1e;
	padding: 21px 0 14px 0;
}
.js-con{
	font-size: 16px;
	color: #666666;
	text-indent: 2em;
	line-height: 28px;
	padding-bottom: 12px;
}
.jsxx{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.pmtimg{
	padding-top: 60px;
	text-align: center;
}
.pmtimg img{
	width: 870px;
}
.hg-ul{
	width: 1080px;
	padding-top: 50px;
}
.hg-li{
	width: 460px;
	margin-right: 78px;
}
.hg-li p{
	font-size: 16px;
	height: 68px;
	line-height: 24px;
	padding: 10px 0;
	color: #666666;
}
.hg-pageul{
	width: 400px;
	margin: 0 auto;
}
.hg-pageli{
	width: 40px;
	height: 40px;
	background: #dedede;
	border-radius: 1px;
	margin-left: 15px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-family: arial;
	color: #666666;
}
.hg-pageul>li:first-child{
	margin-left: 0;
}
.hg-pageli .icon-prev,.hg-pageli .icon-next{
	margin-top: 0;
	*margin-top: 12px;
}
.hg-pageli:hover,.hg-pagethis{
	color: #fff;
	background: #f5ae1e;
}
.ldul{
	padding-top: 70px;
}
.ldli{
	width: 810px;
	margin: 0 auto 26px;
	position: relative;
	display: table;
}
.ldimg img{
	width: 297px;
	height: 273px;
}

.ldcon{
	width: 450px;
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 100;
	line-height: 30px;
	*position: absolute;
	*top: 50%;
	text-align: right;
	color: #666666;
}
.ldcon p{
	*position: relative;
	*top: -50%;
}
.ldcon b{
	display: block;
	font-size: 24px;
	color: #efaa00;
	padding-bottom: 24px;
}
.ldcon-magleft{
	margin-left: 60px;
	text-align: left;
}

/*招商*/
.zsbox{
    width: 100%;
    height: 510px;
    margin-top: 64px;
}
.zsbox .idx-zsimg img{
	width: 700px;
	height: 510px;
}
.zsbox .idx-zscon{
	color: #444;
	width: 260px;
	padding: 0 6px 0 34px;
}
.zsbox .idx-zsfy-tle{
	padding-top: 11px;
}
.zsbox .idx-zsfy{
	border-color: #eaeaea;
}
.zsbox .idx-zsfy-btn{
	color: #fff;
}
.zsbox .idx-zsmain{
	color: #999999;
	line-height: 26px;
}
.zsbox .idx-zsmain p{
	color: #666666;
}
.czlc-ul{
	width: 955px;
	background: url(../images/lcimg.png) no-repeat top center;
	margin: 70px auto 66px;
}
.czlc-li{
	width: 230px;
	margin-left: 11px;
	padding-top: 125px;
	text-align: center;
}
.czlc-ul>li:first-child{
	margin-left: 0;
}
.czlc-tle{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 48px;
}
.czlc-con{
	color: #999999;
	font-size: 14px;
	line-height: 22px;
}
.czbtn{
	display: block;
	width: 300px;
	height: 68px;
	background: #f5ae1e;
	color: #fff;
	line-height: 68px;
	text-align: center;
	font-size: 24px;
	margin: 0 auto;
	border-radius: 5px;
}
.czbtn:hover{
	text-decoration: none;
	background: #F5BE1E;
}
.czyz{
	font-size: 18px;
	color: #f4574f;
	text-align: center;
	padding-top: 24px;
}
.formsm{
	padding-top: 60px;
}
.form-ul{
	font-size: 18px;
	padding-left: 98px;
}
.form-li{
	overflow: hidden;
	margin-bottom: 19px;
}
.form-name{
	min-width: 90px;
	line-height: 37px;
	float: left;
	text-align: right;
}
.form-ipt{
	width: 268px;
	height: 27px;
	padding: 5px 0 5px 10px;
	border: 1px solid #c1c1c1;
	border-radius: 2px;
	float: left;
}
.form-rdo{
	position: relative;
	width: 90px;
	margin-right: 15px;
	margin-left: 20px;
	line-height: 37px;
	cursor: pointer;
}
.form-rdo input{
	display: inline-block;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-right: 8px;
}
.icon-in{
	position: absolute;
	width: 14px;
	height: 14px;
	background-position: 0 -334px;
	left: 0;
	top: 50%;
	margin-top: -7px;
	z-index: 1;
	cursor: pointer;
}
.icon-cin{
	position: absolute;
	width: 14px;
	height: 14px;
	background-position: 0 -310px;
	left: 0;
	top: 50%;
	margin-top: -7px;
	z-index: 1;
	cursor: pointer;
}
.form-btn{
	display: block;
	width: 174px;
	height: 42px;
	background: #f5ae1e;
	line-height: 42px;
	border-radius: 5px;
	float: left;
	text-align: center;
	border: 0;
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	cursor: pointer;
	margin-top: 25px;
}
.form-btn:hover{
	text-decoration: none;
	background: #F5BE1E;
}
.smbox{
	border-left: 1px solid #d2d2d2;
	margin-left: 67px;
	padding-left: 52px;
}
.smbox-tle{
	font-size: 18px;
	color: #333333;
	padding: 9px 0 11px 0;
}
.smbox-fy{
	font-size: 16px;
	color: #333;
	line-height: 42px;
}
.smbox-fw{
	font-size: 16px;
	color: #999999;
	line-height: 28px;
}
.smbox-fw span{
	color: #333;
	display: block;
	padding-top: 7px;
}
.smbox-yz{
	font-size: 16px;
	color: #f4574f;
	padding: 54px 0 ;
}
.zszx>dl:first-child{
	margin-left: 0;
}
.zszx-list{
	width: 320px;
	padding-top: 50px;
	margin-left: 20px;
}
.zszx-list dt{
	width: 288px;
	height: 60px;
	padding-left: 32px;
	font-size: 18px;
	color: #fff;
	line-height: 60px;
	font-weight: bold;
	background: #f5ae1e;
}
.zszx-list dd{
	width: 286px;
	height: 60px;
	padding-left: 32px;
	font-size: 16px;
	color: #333333;
	border: 1px solid #e6e6e6;
	border-top: 0;
	display: table;
	*position: relative;
}
.zszx-listnum{
	line-height: 60px;
	padding-right: 18px;
}
.zszx-list dd p{
	width: 220px;
	display: table-cell;
	vertical-align: middle;
	*position: absolute;
	*top: 50%;
}
.zszx-list dd p span{
	*position: relative;
	*top: -50%;
}

/*服务*/
.lxbox{
	padding-top: 50px;
}
.lxmap{
	width: 100%;
	height: 367px;
	margin-bottom: 14px;
}
.lxbox p{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	padding-top: 28px;
}
.lxbox p b{
	color: #333333;
	display: block;
}

/*联系我们*/
.lxwm{
	background: #f6f6f6;
	width: 657px;
	padding: 43px 0 37px 228px;
	margin: 70px auto 0;
}
.lxwm-con{
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 27px;
}
.lxwm-con span{
	display: inline-block;
	width: 86px;
	height: 26px;
	border: 1px solid #666666;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	margin-right: 18px;
}
.lxwm-btn{
	display: inline-block;
	width: 174px;
	height: 42px;
	background: #f5ae1e;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: 100;
	border-radius: 5px;
	margin: 17px 48px 0 0;
}
.lxwm-btn:hover{
	text-decoration: none;
	background: #F5BE1B;
}

/*新闻*/
.xwdtbox{
	width: 1021px;
	position: relative;
	padding-top: 50px;
}
.xwdt-ul{
	padding-bottom: 35px;
}
.xwdt-li{
	width: 320px;
	height: 450px;
	background: #f7f7f7;
	margin: 0 20px 25px 0;
	border-radius: 2px;
}
.xwdt-li:hover{
	box-shadow: 1px 1px 10px #e0e0e0;
	background: #fcfcfc;
}
.xwdt-con{
	padding: 20px 32px 0 32px;
}
.xwdt-img img {
    width: 320px;
    height: 190px;
}
.xwdt-contime{
    font-size: 14px;
    font-family: arial;
    color: #999999;
}
.xwdt-contle {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding-top: 2px;
    height: 58px;
}
.xwdt-connr {
    font-size: 14px;
    height: 70px;
    font-weight: 100;
    color: #666666;
    line-height: 24px;
    position: relative;
}
.xwdt-conxq{
    font-size: 14px;
    color: #333333;
    display: block;
    width: 98px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    border: 1px solid #333333;
    margin-top: 32px;
}
.xwdt-conxq:hover{
	text-decoration: none;
	background: #f5ae1e;
	border: 1px solid #f5ae1e;
}
.newspage{
	width: 1000px;
}
.zj-xianc{
	margin:50px 30px 20px 60px;
	padding-left: 110px;
}
.zj-xianc dt{
	position: relative;
}
.zj-xianc dd img{
	width: 100%;
	margin-top: 22px;
	margin-bottom: 40px;
	border: 1px solid #d1d1d1;
}
.zj-xianc-time{
	position: absolute;
	width: 126px;
	height: 64px;
	padding-top: 8px;
	left: -174px;
	background: url(../images/zjtime.png) no-repeat center top;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	color: #4d4d4d;
}
.zj-xianc-time span{
	color: #999999;
	font-size: 16px;
}
.zj-xianc-tt{
	font-size: 20px;
	color: #333333;
	position: relative;
	top: -10px;
	font-weight: bold;
	margin-bottom: 2px;
}
.zj-xianc-wd{
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}
.btn {
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #f5ae1e;
    border-color: #f5ae1e;
}
.view-tt{
	text-align: center;
	font-size: 20px;
	margin-top: 50px;
	color: #3b3b3b;
	font-weight: bold;
	padding-bottom: 13px;
}
.view-time{
	text-align: center;
	font-size: 18px;
	font-family: arial;
	color: #333;
	font-weight: bold;
}
.view-info{
	margin-top: 30px;
}
.view-infoimg,.view-infoimg2{
	text-align: center;
}
.view-infoimg2 img{
	margin-bottom: 20px;
	width: 676px;
}
.view-info p{
	font-size: 16px;
	line-height: 28px;
	margin-top: 40px;
	text-indent: 2em
}
.view-info-tt{
	font-weight: bold;
	font-size: 20px;
	line-height: 80px;
}
.nocontent{
	font-size: 24px;
	text-align: center;
	padding: 50px 0;
}
	
.box-black{
	display: block;
}

/*底部*/
.footbox{
	width: 100%;
	height: 140px;
	padding: 30px 0;
	background: #011e05;
}
.footul{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	color: #fff;
}
.footul>li:first-child{
	border-left: 0;
}
.footli{
	height: 100%;
	border-left: 1px solid #1b351e;
}
.foot-tle{
	padding: 0 61px 0 69px;
	font-size: 16px;
}
.foot-tle b{
	font-size: 24px;
	display: block;
	line-height: 70px;
}
.foot-tle span{
	display: block;
	width: 23px;
	height: 3px;
	background: #fff;
	margin: 5px 0 12px ;
}
.foot-con{
	min-width: 213px;
	padding: 20px 45px 0;
	font-size: 14px;
	font-weight: lighter;
}
.foot-con p{
	margin-bottom: 14px;
}
.icon-dh{
	width: 17px;
	height: 16px;
	background-position: 1px -139px;
	margin-right: 13px;
}
.icon-cz{
	width: 17px;
	height: 16px;
	background-position: 0 -164px;
	margin-right: 13px;
}
.icon-wz{
	width: 17px;
	height: 16px;
	background-position: 1px -189px;
	margin-right: 13px;
}
.icon-yx{
	width: 17px;
	height: 16px;
	background-position: 0 -214px;
	margin-right: 13px;
}
.icon-dz2{
	width: 17px;
	height: 16px;
	background-position: 2px -236px;
	margin-right: 13px;
}
.foot-ewm{
	padding-left: 73px;
}
.foot-ewm p{
	padding-top: 10px;
	font-size: 14px;
}

.bottom{
	display: none;
}
