html{width: 100%;min-width:1200px;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{padding:0;margin:0}
body,button,input,select,textarea{font:14px/1.5 Microsoft Yahei,sans-serif}
body{width: 100%;background:#fff;overflow-x: hidden;-webkit-font-smoothing: antialiased;color:#333;background: #fff}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new, courier, monospace}
small{font-size:12px}
ul,ol,li{list-style:none}
hr{border: none;height: 1px}
a{color:inherit;text-decoration:none;outline:none;background-color: transparent}
a:hover,a:active{outline: none;text-decoration: none}
img{border:none;}
b,strong{font-weight: bold;}
table{border-collapse:collapse;}
td,th{border: 1px solid #333;}
input,input:focus{border: none;outline: none;}
input[type="submit"]{cursor: pointer;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.b{display: block;width: 100%;height: 100%;}
.nclk{pointer-events: none;}
.cl{clear: both;}
.cl:after{content: "";clear: both;display: table;}
.fl{float: left;}
.fr{float: right;}
.r{position: relative;}
.ws{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.p{padding: 0 calc(50% - 550px);}
a.col{background-color: #ff9900;color: #fff;}

.c01{color: #c00;}
.c02{color: #999;}
.c03{color: #fff;}
.trans01{-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s}
.trans02{-webkit-transition: all 1.5s;-moz-transition: all 1.5s;transition: all 1.5s}
.trans03{-webkit-transition: all 2s;-moz-transition: all 2s;transition: all 2s}
.trans04{-webkit-transition: all 3s;-moz-transition: all 3s;transition: all 3s}
.ani-r-pic{
	opacity: 0;
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: scale(.1) translate(0, 10px);
	-moz-transform-origin: 50% 50% ;
	-moz-transform: scale(.1) translate(0, 10px);
	-ms-transform-origin: 50% 50% ;
	-ms-transform: scale(.1) translate(0, 10px);
	-o-transform-origin:  50% 50%;
	-o-transform: scale(.1) translate(0, 10px);
	transform-origin: 50% 50% ;
	transform:scale(.1) translate(0, 10px);
}
.ani-b-t{opacity: 0;-webkit-transform: translate(0, -60px);-moz-transform: translate(0, -60px);transform: translate(0, -60px);-o-transform:translate(0, -60px);}
.ani-p-li{opacity: 0;-webkit-transform: translate(200px, 0);-moz-transform: translate(200px, 0);transform: translate(200px, 0);-o-transform:translate(200px, 0);}
.ani-p-l{opacity: 0;-webkit-transform: translate(-200px, 0);-moz-transform: translate(-200px, 0);transform: translate(-200px, 0);-o-transform:translate(-200px, 0);}
.ani-p-r{opacity: 0;-webkit-transform: translate(0, 70px);-moz-transform: translate(0, 70px);transform: translate(0, 70px);-o-transform: translate(0, 70px);}
.ani-i-o{opacity: 0;}
.ani-i-h{opacity: 0;height: 0;}
.ani-vs{
	opacity: 0;
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: scale(1.1) translate(0, -10px);
	-moz-transform-origin: 50% 50% ;
	-moz-transform: scale(1.1) translate(0, -10px);
	-ms-transform-origin: 50% 50% ;
	-ms-transform: scale(1.1) translate(0, -10px);
	-o-transform-origin:  50% 50%;
	-o-transform: scale(1.1) translate(0, -10px);
	transform-origin: 50% 50% ;
	transform:scale(1.1) translate(0, -10px);
}
.ani-vs-span{
	opacity: 0;
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: rotateX(180deg);
	-moz-transform-origin: 50% 50% ;
	-moz-transform: rotateX(180deg);
	-ms-transform-origin: 50% 50% ;
	-ms-transform: rotateX(180deg);
	-o-transform-origin:  50% 50%;
	-o-transform: rotateX(180deg);
	transform-origin: 50% 50% ;
	transform:rotateX(180deg);
}
.ani-rotate{
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 50% 50% ;
	-moz-transform: rotateX(90deg);
	-ms-transform-origin: 50% 50% ;
	-ms-transform: rotateX(90deg);
	-o-transform-origin:  50% 50%;
	-o-transform: rotateX(90deg);
	transform-origin: 50% 50% ;
	transform:rotateX(90deg);
}
/*header开始*/
header{

	box-shadow: 0 0 5px 5px rgba(0,0,0,.08);
}
.header{
	width: 1100px;
	margin: 0 auto;
	height: 95px;
}
.header>a{
	position: absolute;
	left: 0;
	width: 255px;
	height: 95px;
}
.header>a>span{
	font-size: 0;
}
.header .tel{
	position: absolute;
	right: 0;
	padding-top: 14px;
}
.header .tel span{
	font-size: 15px;
	color: #999;
	vertical-align: middle;
}
.header .tel span:nth-child(2){
	padding: 0 22px 0 4px;
	font-size: 20px;
	font-weight: bold;
	color: #ff9900;
	animation: toptop 1s linear 1s infinite alternate;-moz-animation: toptop 1s linear 1s infinite alternate;-webkit-animation: toptop 1s linear 1s infinite alternate;-o-animation: toptop 1s linear 1s infinite alternate;
	position: relative;
	top: 0;
}
.header .nav{
	position: absolute;
	right: 0;
	bottom: 12px;
}
.header li{
	float: left;
	height: 40px;
}
.header li:last-child{
	padding-right: 0;
	background: none;
}
.header li a{
	display: block;
	height: 40px;
	padding: 0 21px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	border-radius: 5px;
}
.header li a.active,
.header li a:hover{
	color: #fff;
	background: #1aa64b;
}
.banner{
    position: relative;
}
.banner_swiper{
	max-width: 1920px;
	min-width: 1100px;
    height: 580px;
    overflow: hidden;
}
.banner_swiper .swiper-slide{
	width: 100%;
	height: 100%;
}
.banner_swiper a{
	display: block;
	width: 100%;
	height: 100%;  
}
.banner_swiper a.b1{background:url('../images/banner1.jpg') no-repeat center top;}
.banner_swiper a.b2{background:url('../images/banner2.jpg') no-repeat center top;}
.banner_swiper a.b3{background:url('../images/banner3.jpg') no-repeat center top;}
.swiper-banner-span .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	margin: 0 4px;
	opacity: 1;
	background:#1aa64b;
}
.swiper-banner-span{
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 99;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
}
.swiper-banner-span .swiper-pagination-bullet:hover,
.swiper-banner-span .swiper-pagination-bullet-active{
	background: #ff9900;
	opacity: 1;
}
.i-title{
	width: 100%;
	height: 166px;
	background: url('../images/title_bg.png') no-repeat center bottom;
	padding-top: 70px;
	animation: anititle 4s ease-in 2s infinite;-moz-animation: anititle 4s ease-in 2s infinite;-webkit-animation: anititle 4s ease-in 2s infinite;-o-animation: anititle 4s ease-in 2s infinite;

}
.i-title h1{
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	font-size: 35px;
	line-height: 35px;
	color: #1aa64b;
}
.i-title p{
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #999;
	padding-top: 8px;
	line-height: 32px;

}
.product{
	width: 100%;
	border-top: 1px solid #cccccc;
	margin-top: 20px;
	height: 377px;
}
.pro_box{
	width: 1120px;
	height: 387px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: -10px;
}
.pro_box .swiper-wrapper{
	width: 1120px;
	margin: 0 12px;
	padding: 10px 0 0;
}
.pro_li{
	float: left;
	width: 274px;
	height: 376px;
}
.pro_li>div{
	width: 274px;
	height: 376px;
	border-right: 1px solid #ccc;
	position: absolute;
}
.pro_li:nth-child(4n+5)>div,
.pro_li:first-child>div{
	border-left:  1px solid #ccc;
}
.pro_li:hover >div{
	z-index: 99;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
}
.pro_li>div:hover p{
	color: #1aa64b;
}
.pro_li>div:hover span{
	color: #fff;
	background: #1aa64b;
	border: none;
}
.pro_li img{
	width: 100%;
	height: 260px;
}
.pro_li p{
	width: 100%;
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #333;

}
.pro_li span{
	font-size: 15px;
	width: 110px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	display: block;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 15px;
}
.pro_li span a{
	display: block;
	width: 100%;
	height: 100%;
}
.probtn{
	width: 1274px;
	height: 61px;
	margin: 0 auto;
	position: relative;
	top: 138px;
	left: -74px;
}
.probtn .swiper-pro-prev{
	width: 61px;
	height: 61px;
	border-radius: 50%;
	background: url('../images/btnprev.png') no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}
.probtn .swiper-pro-prev:hover{
	background:  url('../images/btnprev_a.png') no-repeat center;
}
.probtn .swiper-pro-next{
	width: 61px;
	height: 61px;
	border-radius: 50%;
	background: url('../images/btnnext.png') no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
}
.probtn .swiper-pro-next:hover{
	background: url('../images/btnnext_a.png') no-repeat center;
}
.introduce{
	width: 100%;
	height: 880px;
	background: url('../images/introduce_bg.jpg') no-repeat center top;
	position: relative;
	top:0;
}
.introduce h3{
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	font-size: 28px;
	font-family: 'Adobe 黑体 Std';
	font-weight: 400;
	color: #fff;
	padding-top: 62px;
}
.int_box{
	width: 1100px;
	height: 540px;
	margin: 0 auto;
}
.int_box span{
	position: absolute;
	font-family: "黑体";
	font-size: 14.9px;
	line-height: 22px;
	color: #fff;
	opacity: .95;
}
.int_box span:first-child{
	width: 98px;
	height: 100px;
	left: 349px;
	top: 72px;
}
.int_box span:nth-child(2){
	width: 141px;
	height: 138px;
	right: 199px;
	top: 56px;
}
.int_box span:nth-child(3){
	width: 149px;
	height: 50px;
	left: 295px;
	top: 374px;
}
.int_box span:nth-child(4){
	width: 207px;
	height: 50px;
	right: 250px;
	top: 461px;
}
.int_list{
	width: 1100px;
	margin: 18px auto 0;

}
.int_list li{
	float: left;
	margin-right: 8px;
	margin-bottom: 15px;
	width: 100px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	background: url('../images/bg01.png') no-repeat center;
	font-size: 16px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.int_list li:nth-child(10n){
	margin-right: 0;
}
.int_list li:nth-child(n+16){
	background: url('../images/bg02.png') no-repeat center;
}
.case_swiper{
	width: 1120px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 18px;
}
.case_li{
	float: left;
	margin-right: 19px;
}
.case_li:nth-child(4n),
.case_li:last-child{
	margin-right: 0;
}
.case_li div{
	width: 260px;
	height: 280px;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.09);
	padding: 15px;
}
.case_li div:hover{
	color: #fff;
	background: #1aa64b;
}
.case_li div:hover p{
	color: #fff;
}
.case_li div:hover span{
	background: #fff;
	color: #1aa64b;
}
.case_swiper .swiper-slide{
	padding: 10px;
}
.case_li div img{
	width: 100%;
	height:172px; 
}
.case_li div p{
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #333;
	line-height: 40px;
	padding-top: 5px;
}
.case_li div span{
	display: block;
	margin: 0 auto;
	width: 111px;
	height: 26px;
	text-align: center;
	line-height: 20px;
	color: #1aa64b;
	font-size: 15px;
	border: 1px solid #1aa64b;
	border-radius: 13px;
	font-variant: small-caps;
}
.case_li div span a{
	display: block;
	width: 100%;
	height: 100%;
}
.case_swiper .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
}
.swiper-case-pagination{
	padding-top: 23px;
	text-align: center;
}
.case_swiper .swiper-pagination-bullet:hover,
.case_swiper .swiper-pagination-bullet-active{
	background: #1aa64b;
	opacity: 1;
}
.partner{
	padding-bottom: 80px;
}
.part_box{
	width: 1110px;
	margin: 0 auto;
	padding:30px 5px 18px;
	overflow: hidden;
}
.part_box li{
	float: left;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-right: 20px;
	margin-left: 14px;
}
.part_box li:last-child{
	margin-right: 0;
}
.part_box li a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.09);
	overflow: hidden;
}
.part_box li a:hover{
	box-shadow: 0 0 10px 5px rgba(26,166,75,.2);
}
.part_box li a:hover img{
	transform: scale(1.1);
}
.part_box li a img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.swiper-part-pagination{
	padding-top: 30px;
	text-align: center;
}
.partner .swiper-pagination-bullet{
	margin: 0 4px;
	width: 16px;
	height: 16px;
}
.partner .swiper-pagination-bullet:hover,
.partner .swiper-pagination-bullet-active{
	background: #1aa64b;
	opacity: 1;
}
.partner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 4px;
}
.s_address{
	width: 100%;
	height: 805px;
	background: url('../images/server_address.jpg') no-repeat center top;
}
.s_address h2{
	width: 100%;
	text-align: center;
	font-size: 35px;
	color: #fff;
	padding-top: 80px;
}
.txt_box{
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.a_txt{
	width: 400px;
	height: 500px;
	position: absolute;
	right: 0;
	top: 80px;
	padding-top: 8px;
}
.a_txt{
	font-size: 0;
}
.a_txt>ul{
	width: 182px;
	display: inline-block;
	padding-bottom: 18px;
}
.a_txt>ul:nth-child(2n){
	margin-left: 18px;
}
.a_txt li{
	font-size: 14px;
	color: #fff;
	list-style-type: disc;
	margin-left: 24px;
	line-height: 25px;
	padding-left: 4px;
}
.a_txt>ul>li:first-child{
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
	list-style-type:none;
	margin-left: 0px;
	line-height: 35px;
	position: relative;
}
 .list-paddingleft-2{margin-left: -3px;}
.a_txt li:first-child i{
	width: 22px;
	height: 26px;
	position: absolute;
	left: -2px;
	top:5px;
	background: url('../images/ip.png') no-repeat left center;
	animation: baraa 1s ease-in 1s infinite alternate;-moz-animation: baraa 1s ease-in 1s infinite alternate;-webkit-animation: baraa 1s ease-in 1s infinite alternate;-o-animation: baraa 1s ease-in 1s infinite alternate;
}
.app{
	height: 690px;
	background: url('../images/app_bg.jpg') no-repeat center top;
	padding-top: 64px;
	font-size: 0;
}
.app_left{
	width: 525px;
	display: inline-block;
	padding-top: 8px;
}
.app_left h3{
	width: 100%;
	text-align: center;
	color: #1aa64b;
	font-size: 35px;
}
.app_left p{
	font-size: 23px;
	width: 100%;
	text-align: center;
	line-height: 60px;
}
.app_pic{
	padding-top: 15px;
	width: 100%;
	position: relative;
}
.app_pic img:hover{
	position: relative;
	top:-10px;
}
.app_left>span{
	line-height: 80px;
	font-size: 16px;
	display: block;
	width: 100%;
	text-align: center;
}
.app_left>span span{
	color: #1aa64b;
}
.app_right{
	display: inline-block;
	vertical-align: top;
	width: 575px;
	height: 100%;
	position: relative;
}
.app_right ul:nth-child(odd){
	position: absolute;
	right: 0;
	width: 309px;
	z-index: 9;
}
.app_right ul:nth-child(even){
	position: absolute;
	left: 0;
	width: 266px;
	height: 100px;
	z-index: 9;
}
.app_right ul:nth-child(2){
	top:119px;
}
.app_right ul:nth-child(3){
	top:236px;
}
.app_right ul:nth-child(4){
	top:355px;
}
.app_right ul:nth-child(5){
	top:476px;
}
.app_right li{
	font-size: 14px;
	line-height: 23px;
}

.app_right ul:nth-child(odd) li{
	background: url('../images/true.png') no-repeat left center;
	padding-left: 22px;
	margin-left: 20px;
}
.app_right ul:nth-child(even) li{
	background: url('../images/true.png') no-repeat right center;
	text-align: right;
	padding-right: 22px;
	margin-right: 20px;
}
.app_right ul li:first-child{
	background: none;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
}
.app_right ul:nth-child(odd) li:first-child{
	color: #1aa64b;
	padding-left: 31px;
	margin-left: -12px;
	background: url('../images/appbar.png') no-repeat left center;
}
.app_right ul:nth-child(even) li:first-child{
	color: #ffa200;
	padding-right: 31px;
	margin-right: -12px;
	background: url('../images/appbar01.png') no-repeat right center;
}
.app_right i{
	height: 568px;
	width: 1px;
	background: #1aa64b;
	position: absolute;
	top:15px;
	left: 265px;
}
.vs_title{
	width: 100%;
	height: 165px;
	background: #fff;
}
/* .vs{
	height: 970px;
	background: url('../images/vs_bg.jpg') no-repeat center bottom;
} */
.vs_title{
	width: 100%;
	padding-top: 42px;
	padding-bottom: 11px;
	font-size: 0;
}
.vs_box{
	display: inline-block;
	width: 50%;
	height: 100%;
	background: url('../images/vs.png') no-repeat center ;
	font-size: 0;
	vertical-align: top;
}
.vs_box span{
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	line-height: 112px;
	color: #1aa64b;
}
.vs_box span:first-child{
	padding-left: 70px;
}
.vs_box span:last-child{
	padding-left: 120px;
}
.vs_list{
	font-size: 0;
}
.vs_list ul{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-top: 19px;
	padding-left: 8px;
}
.vs_list ul:last-child{
	padding-left: 12px;
}
.vs_list li{
	position: relative;
	padding-top: 8px;
	height: 91px;
	border-radius: 7px;
}
.vs_list li span:first-child{
	display: inline-block;
	width: 268px;
	height: 75px;
	line-height: 24px;
	padding-top: 13px;
	background: #fff;
	padding-right: 63px;
	text-align: right;
	font-size: 16px;
	color: #1aa64b;
	border-radius: 7px;
}
.vs_list li span:nth-child(2){
	display: inline-block;
	width: 268px;
	height: 75px;
	line-height: 75px;
	background: #dfdfdf;
	padding-left: 63px;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	color: #333;
	border-radius: 7px;
}
.vs_list li span:nth-child(3){
	width: 91px;
	height: 91px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	border: 8px solid #1aa64b;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	color: #1aa64b;
	position: absolute;
	top:0;
	left: 221px;
}
.vs_list li:hover span:first-child{
	height: 85px;
	line-height: 28px;
	/*color: #22da63;*/
	font-weight: bold;
	position: relative;
	top: -5px;
}
.vs_list li:hover span:nth-child(3){
    width: 100px;
	height: 100px;
	line-height: 90px;
	top: -5px;
	left: 217px;
}
.new{
	width: 100%;
	background: #f3f3f3;
}
.new_swiper{
	width: 1120px;
	margin: 20px auto 0;
	overflow: hidden;
}
.new_swiper .swiper-wrapper .swiper-slide{
	width: 1100px;
	padding: 10px;
}
.new_swiper ul{
	width: 1100px;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.09);
}
.new_swiper li{
	float: left;
	width: 33%;
	height: 160px;
	border-right: 1px solid #dedede;
	border-bottom:  1px solid #dedede;
	padding-left: 90px;
	padding-top: 48px;
	padding-right: 35px;
	position: relative;
}
.new_swiper li:nth-child(3n){
	border-right: none;
}
.new_swiper li:nth-child(n+4){
	border-bottom: none;
}
.new_swiper li>span{
	width: 85px;
	height: 67px;
	text-align: center;
	position: absolute;
	left: 5px;
	top:48px;
	padding-top: 5px;
}
.new_swiper li>span span:nth-child(1){
	font-size: 35px;
	font-weight: bold;
	line-height: 35px;
	color: #999;
}
.new_swiper li>span span:nth-child(2){
	font-size: 14px;
	color: #999;
}
.new_swiper li h3{
	font-size: 16px;
	line-height: 26px;
}
.new_swiper li h3 a{
	display: block;
	width: 100%;
}
.new_swiper li p{
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.new_swiper li:hover>span a span,
.new_swiper li:hover h3 a,
.new_swiper li:hover p a{
	color: #1aa64b;
}
.new .swiper-new-pagination{
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
}
.new .swiper-pagination-bullet{
	margin: 0 4px;
	width: 16px;
	height: 16px;
}
.new .swiper-pagination-bullet:hover,
.new .swiper-pagination-bullet-active{
	background: #1aa64b;
	opacity: 1;
}
.new .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 4px;
}
.foo{
	padding-top: 70px;
	padding-bottom: 32px;
	background: #1aa64b;
}
.foo_center{
	width: 1100px;
	margin: 0 auto;
	font-size: 0;
}
.foo_center ul{
	padding-bottom: 40px;
}
.foo_center li{
	float: left;
	width: 135px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	border-radius: 18px;
	box-sizing: border-box;
	margin-right: 25px;
}
.foo_center li a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 18px;
	border: 1px solid #43d375;
	color: #fff;
	font-size: 15px;
}
.foo_center li a:hover{
	background: #43d375;
}
.foo_center li:last-child{
	margin-right: 0;
}
.fo_list{
	display: inline-block;
}

.fo_list01{
	width: 780px;
}
.fo_list01 p{
	padding-bottom: 16px;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
}
.fo_list03,
.fo_list02{
	width: 160px;
	padding-left: 50px;
}
.fo_list03 img,
.fo_list02 img{
	width: 110px;
	height: 110px;
}
.fo_list03 p,
.fo_list02 p{
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #fff;
	line-height: 20px;
}
.fo_list03 p:nth-child(2),
.fo_list02 p:nth-child(2){
	padding-top: 5px;
}
/*footer开始*/
.footer{
    background: #07702b;
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer-con{
    width: 1100px;
    color: white;
    line-height: 28px;
}
.footer-con p{
	text-align: center;
}
.footer-con p img{
    position: relative;
    vertical-align: top;
    top: 7px;
    left: 5px;
}
.footer-con p i{
    border-left: 1px solid currentColor;
    margin-left: 10px;
    padding:14px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.footer-con a:hover{
    text-decoration: underline;
}
.to_top{
	width: 52px;
	height: 64px;
	background: url('../images/to-top.png') no-repeat;
	position: absolute;
	right: -72px;
	bottom: -25px;
}
.to_top:hover{
	cursor: pointer;
}
/*关于我们内页开始*/
.a_banner{
	width: 100%;
	height: 500px;
	background: url("../images/a_banner.jpg") no-repeat center top cover;
	background-image: url("../images/a_banner.jpg");
	background-repeat:  no-repeat;
	background-position:  center top;
	background-size:  cover;
}
.a-title{
	height: 165px;
	padding:50px 0 18px;
	border-bottom: 1px solid #cccccc;
	background: url('../images/title_bg.png') no-repeat center 129px;
}
.a-title p{display: none;
}
.cate02_list{
	padding: 30px 0;
	border-bottom: 1px solid #cccccc;
	font-size: 0;
}
.cate02_list p{
	width: 1100px;
	max-height: 125px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.cate02_list p.cate_left{
	text-align: left;
}
.cate02_list a{
	display: inline-block;
	margin-right: 25px;
	border-radius: 10px 0 10px 0;
}
.cate02_list a.mar_bottom{
	margin-bottom: 15px;
}
.cate02_list a span{
	display: block;
	width: 200px;
	height: 55px;
	border-radius: 10px 0 10px 0;
	background: url('../images/cate01_bg.jpg') no-repeat center top;
	color: #fff;
	font-size: 19px;
	text-align: center;
	line-height: 50px;
}
.cate02_list a:nth-child(5n),
.cate02_list a:last-child{
	margin-right: 0;
}
.cate02_list a:nth-child(n+6){
	margin-bottom: 0;
}
.cate02_list a span.active,
.cate02_list a:hover span{
	background: url('../images/cate01_abg.jpg') no-repeat center top;
}
.pp{
	width: 1100px;
	margin: 0 auto;
}
.company_a{
	padding-top: 30px;
	padding-bottom: 80px;
}
.company_a p{
	font-size: 16px;
	text-indent: 32px;
	line-height: 32px;
}
.content_a{
	padding-bottom: 160px;
}
.content_a ul{
	display: inline-block;
	padding-top: 56px;
	padding-right: 30px;
}
.content_a li{
	line-height: 42px;
	font-size: 16px;
}
.content_a{
	width: 1100px;
	font-size: 0;
}
.content_a li:first-child{
	font-size: 22px;
	font-weight: bold;
}
#map{
	display: inline-block;
	vertical-align: top;
	padding-top: 50px; 
}
/*页码开始*/
.pages{
     clear: both;
     text-align: center;
     overflow: hidden;
     margin:40px auto;
     font-size: 0;
 }
 .pages div{font-size: 16px;}
.pages a,
.pages span{
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 16px;
    background-color: #e8e8e8;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    margin-right: 4px;
    font-weight: bold;
}
.pages a:last-child{
    margin-right: 0;
}
.pages a.page_top,
.pages a.page_bottom{
    font-family: "宋体";
    font-weight: normal;
}
.pages span,
.pages a:hover{
    color: white;
    background: #1aa64b;
}
/*产品页面开始*/
.product_a{
	padding-bottom: 120px;
}
.product_a .pro_li{
	border-bottom: 1px solid #ccc;
}
.news_a{
	padding-bottom: 20px;
}
.news_a li{
	float: left;
	width: 530px;
	padding-bottom: 30px;
	font-size: 0;
	border-bottom: 1px solid #cccccc;
	padding-top: 30px;
	margin-right: 40px;
}
.news_a li:first-child,
.news_a li:nth-child(odd){
	margin-right: 0;
}
.news_a li:first-child{
	padding:0;
	margin-top: 35px;
	border: none;
}
.news_a li .box{
	width: 100%;
}
.news_a li .box:hover .times{
	background: #067b2f;
}
.news_a li .box:hover .txt,
.news_a li .box:hover .txt p{
	color: #067b2f;
}
.news_a .times{
	display: inline-block;
	width: 104px;
	height: 104px;
	background: #1aa64b;
	border-radius: 8px;
	font-size: 14px;
	text-align: center;
	padding-top: 13px;
	color: #fff;
}
.news_a .times .days{
	display: block;
	width: 104px;
	line-height: 50px;
	font-size: 38px;
	font-weight: bold;
}
.news_a .times .month{
	display: block;
	font-size: 16px;
	line-height: 22px;
}
.news_a .txt{
	width: 426px;
	display: inline-block;
	vertical-align: top;
	padding-top: 6px;
	line-height: 25px;
	padding-left: 20px;
}
.news_a .txt h3{
	width: 406px;
	font-size: 16px;
	line-height: 36px;
	height: 36px;
}
.news_a .txt p{
	width: 100%;
	font-size: 15px;
	line-height: 25px;
	color: #666;
	height: 50px;
	overflow: hidden;
}
.news_a .news_show{
	width: 100%;
	background: #f2f2f2;
}
.news_a .news_show img{
	width: 324px;
	height: 200px;

}
.news_a .news_show .txt{
	width: 776px;
	height: 200px;
	display: inline-block;
	vertical-align: top;
	padding: 25px 18px 0 22px;
}
.news_a .news_show .txt h3{
	width: 100%;
}
.news_a .news_show .txt p{
	height: 75px;
}
.news_a .news_show .txt span{
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #999;
	border-radius: 15px;
	margin-top: 8px;
	font-size: 14px;
	padding-left: 20px;
}
.news_a .news_show .box:hover .txt span{
	background: #1aa64b;
}
.news_a .pages{
	padding: 40px 0;
}
.case_a{
	padding-bottom: 40px;
}
.case_a .case_li{
	margin-bottom: 40px;
}
.case_a ul{
	padding-top: 40px;
}
.honor_a{
	padding-bottom: 80px;
}
.honor_a h1{
	padding-left: 23px;
	font-size: 24px;
	line-height: 96px;
}
.honor02_swiper,
.honor01_swiper{
	overflow: hidden;
	width: 1146px;
	margin: 0 auto;
}
.honor02_swiper li,
.honor01_swiper li{
	float: left;
	width: 240px;
	height: 333px;
	margin-right: 46px;
}
.honor02_swiper li:last-child,
.honor01_swiper li:last-child{
	margin-right: 23px;
}
.honor02_swiper li:first-child,
.honor01_swiper li:first-child{
	margin-left: 23px;
}
.honor02_swiper li a,
.honor01_swiper li a{
	display: block;
	width: 100%;
	height: 100%;
}
.honor02_swiper li img,
.honor01_swiper li img{
	width: 100%;
	height: 100%;
}
.honor_box{
	width: 100%;
}
.honor_box:nth-child(2){
	background: #f5f5f5;
}
.swiper-honor2-span,
.swiper-honor1-span{
	text-align: center;
	padding-top: 27px;
	padding-bottom: 42px;
}
.honor01_swiper .swiper-pagination-bullet,
.honor02_swiper .swiper-pagination-bullet{
	margin: 0 4px;
	width: 16px;
	height: 16px;
}
.honor02_swiper .swiper-pagination-bullet:hover,
.honor02_swiper .swiper-pagination-bullet-active,
.honor01_swiper .swiper-pagination-bullet:hover,
.honor01_swiper .swiper-pagination-bullet-active{
	background: #1aa64b;
	opacity: 1;
}
.honor02_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.honor01_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 4px;
}
/*产品介绍动态效果*/
.int_box .in_bar{
	width: 10px;
	height: 10px;
	position: absolute;
	top:238px;
	left: 341px;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0 0 1px 4px rgba(106,246,155,.5);box-shadow:0 0 1px 4px rgba(106,246,155,.5);
	animation: mysecond 5s ease-in 2s infinite;-moz-animation: mysecond 5s ease-in 2s infinite;-webkit-animation: mysecond 5s ease-in 2s infinite;-o-animation: mysecond 5s ease-in 2s infinite;
}
.int_box .in_bar1{
	width: 8px;
	height: 8px;
}
.int_box .in_bar2{
	top:343px;
	left: 333px;
}
.int_box .in_bar3{
	top:198px;
	left: 883px;
}
.int_box .in_bar4{
	top:255px;
	left: 834px;
}
.int_box .in_bar5{
	top:142px;
	left: 232px;
}
.int_box .in_bar6{
	top:26px;
	left: 803px;
}
.int_box .in_bar7{
	top:26px;
	left: 342px;
}
.int_box .in_bar8{
	top:295px;
	left: 945px;
}
.int_box .in_bar9{
	top:276px;
	left: 330px;
}
.int_box .hid{
	display: none;
}
/*产品介绍列表开始*/
.int_list .bars{
	position: absolute;
}
.int_list .bar_top{
	height: 1px;
	width: 90px;
	top:0;
	left: 5px;
}
.int_list .bar_right{
	height: 56px;
	width: 1px;
	right: 0.5px;
	top:5px;
}
.int_list .bar_bottom{
	height: 1px;
	width: 90px;
	bottom: 0;
	left: 5px;
}
.int_list .bar_left{
	height: 56px;
	width: 1px;
	left: -0.5px;
	bottom: 5px;
}
.int_list .bars i{
	background: #70f69e;
	position: absolute;
}
.int_list li:nth-child(n+16) .bars i{
	background: #ffe700;
}
.int_list .bar_top i{
	width: 45px;
	height: 1px;
	right: 0;
	animation: bartop 3s linear 1s infinite alternate;
	-moz-animation: bartop 3s linear 1s infinite alternate;
	-webkit-animation: bartop 3s linear 1s infinite alternate;
	-o-animation: bartop 3s linear 1s infinite alternate;

}
.int_list .bar_right i{
	width: 1px;
	height: 20px;
	bottom: 0;
	animation: barright 3s linear 1s infinite alternate;
	-moz-animation: barright 3s linear 1s infinite alternate;
	-webkit-animation: barright 3s linear 1s infinite alternate;
	-o-animation: barright 3s linear 1s infinite alternate;

}
.int_list .bar_bottom i{
	width: 45px;
	height: 1px;
	left: 0;
	animation: barbottom 3s linear 1s infinite alternate;
	-moz-animation: barbottom 3s linear 1s infinite alternate;
	-webkit-animation: barbottom 3s linear 1s infinite alternate;
	-o-animation: barbottom 3s linear 1s infinite alternate;

}
.int_list .bar_left i{
	width: 1px;
	height: 20px;
	top: 0;
	animation: barleft 3s linear 1s infinite alternate;
	-moz-animation: barleft 3s linear 1s infinite alternate;
	-webkit-animation: barleft 3s linear 1s infinite alternate;
	-o-animation: barleft 3s linear 1s infinite alternate;

}
/*地图动态效果*/
.map_bars{
	position: absolute;
	top: 30px;
	width: 690px;
	height: 560px;
}
.map_bars .print{
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	background: #fff;
}
.map_bars .print:nth-child(1){top: 221px;left: 506px;}
.map_bars .print:nth-child(2){top: 370px;left: 570px;}
.map_bars .print:nth-child(3){top: 350px;left: 584px;}
.map_bars .print:nth-child(4){top: 460px;left: 340px;}
.map_bars .print:nth-child(5){top: 387px;left: 563px;}
.map_bars .print:nth-child(6){top: 492px;left: 409px;}
.map_bars .print:nth-child(7){top: 334px;left: 510px;}
.map_bars .print:nth-child(8){top: 388px;left: 369px;}
.map_bars .print:nth-child(9){top: 110px;left: 600px;}
.map_bars .print:nth-child(10){top: 147px;left: 590px;}
.map_bars .print:nth-child(11){top: 187px;left: 571px;}
.map_bars .print:nth-child(12){top: 215px;left: 446px;}
.map_bars .print:nth-child(13){top: 230px;left: 516px;}
.map_bars .print:nth-child(14){top: 247px;left: 490px;}
.map_bars .print:nth-child(15){top: 271px;left: 526px;}
.map_bars .print:nth-child(16){top: 259px;left: 458px;}
.map_bars .print:nth-child(17){top: 256px;left: 386px;}
.map_bars .print:nth-child(18){top: 165px;left: 160px;}
.map_bars .print:nth-child(19){top: 295px;left: 355px;}
.map_bars .print:nth-child(20){top: 278px;left: 303px;}
.map_bars .print:nth-child(21){top: 315px;left: 420px;}
.map_bars .print:nth-child(22){top: 313px;left: 475px;}
.map_bars .print:nth-child(23){top: 354px;left: 531px;}
.map_bars .print:nth-child(24){top: 342px;left: 558px;}
.map_bars .print:nth-child(25){top: 370px;left: 488px;}
.map_bars .print:nth-child(26){top: 385px;left: 356px;}
.map_bars .print:nth-child(27){top: 388px;left: 401px;}
.map_bars .print:nth-child(28){top: 380px;left: 177px;}
.map_bars .print:nth-child(29){top: 433px;left: 396px;}
.map_bars .print:nth-child(30){top: 411px;left: 464px;}
.map_bars .print:nth-child(31){top: 403px;left: 515px;}
.map_bars .print:nth-child(32){top: 428px;left: 554px;}
.map_bars .print:nth-child(33){top: 482px;left: 482px;}

.map_bars .print:after{
	content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);opacity: 0
	
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50% ;
	-ms-transform-origin: 50% 50% ;
	-o-transform-origin:  50% 50%;
	transform-origin: 50% 50% ;
	-webkit-box-shadow: 0 0 10px 3px #fff inset;box-shadow: inset 0 0 10px 3px #fff;
}
.map_bars .print:nth-child(odd):after{
	animation: myfirst 2s linear 2s infinite;-moz-animation: myfirst 2s linear 2s infinite;-webkit-animation: myfirst 2s linear 2s infinite;-o-animation: myfirst 2s linear 2s infinite;

}
.map_bars .print:nth-child(even):after{
	animation: myfirst 2s linear 3s infinite;-moz-animation: myfirst 2s linear 3s infinite;-webkit-animation: myfirst 2s linear 3s infinite;-o-animation: myfirst 2s linear 3s infinite;

}
.map_bars .print:nth-child(3n):after{
	animation: myfirst 2s linear 7s infinite;-moz-animation: myfirst 2s linear 7s infinite;-webkit-animation: myfirst 2s linear 7s infinite;-o-animation: myfirst 2s linear 7s infinite;

}
.map_bars .print span{
	position: absolute;
	padding: 5px 10px;
	background: rgba(0,0,0,.8);
	font-size: 12px;
	color: #fff;
	top: -5px;
	left: 16px;
	border-radius: 3px;
	writing-mode:vertical-lr;
	display: none;
}
.map_bars .print:hover{
	background: #fee70c;
}
.map_bars .print:hover:after{
	-webkit-box-shadow: 0 5px 10px #fee70c inset;box-shadow: inset 0 5px 10px #fee70c;
}
.map_bars .print:hover span{
	display: block;
}




@keyframes myfirst{
	from {
		width: 0px;height: 0px;
	}
	to {
		width: 30px;height: 30px;
	}
}
@-moz-keyframes myfirst{
	from {
		width: 0px;height: 0px;
	}
	to {
		width: 30px;height: 30px;
	}
}
@-webkit-keyframes myfirst{
	from {
		width: 0px;height: 0px;
	}
	to {
		width: 30px;height: 30px;
	}
}
@-o-keyframes myfirst {
	from {
		width: 0px;height: 0px;
	}
	to {
		width: 30px;height: 30px;
	}
}

@keyframes baraa{from{top:1px;transform: rotateY(0deg);-moz-transform: rotateY(0deg);-webkit-transform: rotateY(0deg);-o-transform: rotateY(0deg);
	}to{top:6px;transform: rotateY(90deg);-moz-transform: rotateY(90deg);-webkit-transform: rotateY(90deg);-o-transform: rotateY(90deg);}}
@-moz-keyframes baraa{from{top:1px;transform: rotateY(0deg);-moz-transform: rotateY(0deg);-webkit-transform: rotateY(0deg);-o-transform: rotateY(0deg);
	}to{top:6px;transform: rotateY(90deg);-moz-transform: rotateY(90deg);-webkit-transform: rotateY(90deg);-o-transform: rotateY(90deg);}}
@-webkit-keyframes baraa{from{transform:top:1px; rotateY(0deg);-moz-transform: rotateY(0deg);-webkit-transform: rotateY(0deg);-o-transform: rotateY(0deg);
	}to{top:6px;transform: rotateY(90deg);-moz-transform: rotateY(90deg);-webkit-transform: rotateY(90deg);-o-transform: rotateY(90deg);}}
@-o-keyframes baraa{from{transform:top:1px; rotateY(0deg);-moz-transform: rotateY(0deg);-webkit-transform: rotateY(0deg);-o-transform: rotateY(0deg);
	}to{top:6px;transform: rotateY(90deg);-moz-transform: rotateY(90deg);-webkit-transform: rotateY(90deg);-o-transform: rotateY(90deg);}}

@keyframes bartop{from{right:0;}to{right: 45px;}}
@-moz-keyframes bartop{from{right:0;}to{right: 45px;}}
@-webkit-keyframes bartop{from{right:0;}to{right: 45px;}}
@-o-keyframes bartop{from{right:0;}to{right: 45px;}}

@keyframes barbottom{from{left:0;}to{left: 45px;}}
@-moz-keyframes barbottom{from{left:0;}to{left: 45px;}}
@-webkit-keyframes barbottom{from{left:0;}to{left: 45px;}}
@-o-keyframes barbottom{from{left:0;}to{left: 45px;}}


@keyframes barright{from{bottom:0;}to{bottom: 36px;}}
@-moz-keyframes barright{from{bottom:0;}to{bottom: 36px;}}
@-webkit-keyframes barright{from{bottom:0;}to{bottom: 36px;}}
@-o-keyframes barright{from{bottom:0;}to{bottom: 36px;}}

@keyframes barleft{from{top:0;}to{top: 36px;}}
@-moz-keyframes barleft{from{top:0;}to{top: 36px;}}
@-webkit-keyframes barleft{from{top:0;}to{top: 36px;}}
@-o-keyframes barleft{from{top:0;}to{top: 36px;}}

@keyframes toptop{from{top:0;}to{top: -5px;}}
@-moz-keyframes toptop{from{top:0;}to{top: -5px;}}
@-webkit-keyframes toptop{from{top:0;}to{top: -5px;}}
@-o-keyframes toptop{from{top:0;}to{top: -5px;}}

@keyframes barrotate{from{
	-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50% ;
	-ms-transform-origin: 50% 50% ;-o-transform-origin:  50% 50%;transform-origin: 50% 50% ;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform:rotateX(0deg);
	}to{
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 50% 50% ;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 50% 50% ;
	-ms-transform: rotateX(-90deg);
	-o-transform-origin:  50% 50%;
	-o-transform: rotateX(-90deg);
	transform-origin: 50% 50% ;
	transform:rotateX(-90deg);
		}
	}
@-moz-keyframes barrotate{
	from{
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: rotateX(0deg);
	-moz-transform-origin: 50% 50% ;
	-moz-transform: rotateX(0deg);
	-ms-transform-origin: 50% 50% ;
	-ms-transform: rotateX(0deg);
	-o-transform-origin:  50% 50%;
	-o-transform: rotateX(0deg);
	transform-origin: 50% 50% ;
	transform:rotateX(0deg);
	}to{
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 50% 50% ;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 50% 50% ;
	-ms-transform: rotateX(-90deg);
	-o-transform-origin:  50% 50%;
	-o-transform: rotateX(-90deg);
	transform-origin: 50% 50% ;
	transform:rotateX(-90deg);
		}
	}
@-webkit-keyframes barrotate{
	from{
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: rotateX(0deg);
	-moz-transform-origin: 50% 50% ;
	-moz-transform: rotateX(0deg);
	-ms-transform-origin: 50% 50% ;
	-ms-transform: rotateX(0deg);
	-o-transform-origin:  50% 50%;
	-o-transform: rotateX(0deg);
	transform-origin: 50% 50% ;
	transform:rotateX(0deg);
	}to{
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 50% 50% ;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 50% 50% ;
	-ms-transform: rotateX(-90deg);
	-o-transform-origin:  50% 50%;
	-o-transform: rotateX(-90deg);
	transform-origin: 50% 50% ;
	transform:rotateX(-90deg);
		}
	}
@-o-keyframes barrotate{
	from{
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: rotateX(0deg);
	-moz-transform-origin: 50% 50% ;
	-moz-transform: rotateX(0deg);
	-ms-transform-origin: 50% 50% ;
	-ms-transform: rotateX(0deg);
	-o-transform-origin:  50% 50%;
	-o-transform: rotateX(0deg);
	transform-origin: 50% 50% ;
	transform:rotateX(0deg);
	}to{
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 50% 50% ;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 50% 50% ;
	-ms-transform: rotateX(-90deg);
	-o-transform-origin:  50% 50%;
	-o-transform: rotateX(-90deg);
	transform-origin: 50% 50% ;
	transform:rotateX(-90deg);
		}
	}



a{ outline:none;}
.ws{overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
/* .p{padding: 0 calc(50% - 550px)} */
.blue{ color:#1aa64b;}
.mar_20{margin-top:20px;}
.ny_pad{ min-height:300px;  overflow:hidden; margin-top: 30px;}
.ny_pad img{max-width: 100%;}
.ny_news_ct88{padding:0px 0px 30px; line-height:30px; text-align: left;}
.ny_news_ct88 .info{ padding-bottom: 10px; margin-bottom: 0; overflow: hidden; }
.ny_news_ct88 .info p{text-indent: 0;float: left;background:#ccc; padding:2px 5px; margin-right:8px;  overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_news_tl88 li{text-align:center; height:40px; line-height:40px;}
.ny_news_tl88 .new_title{font-size:18px; font-weight:bold; border-bottom:1px solid #ddd; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.ny_news_tl88 span{padding:0 5px; color:#999;}
.ny_news_ct88 p{ text-indent: 24px; }
.news_fy{padding:10px 50px 0; height:55px; border-top:#ccc solid 1px;position: relative;z-index: 999;text-align: left;}
.news_fy_l{width:300px;}
.news_fy_l li{height:24px; line-height:24px;}
.news_fy_l span{font-weight:bold;}
.news_fy_r{height:35px; overflow:hidden; padding-top:12px; width:200px;}
.news_fy_r .bdsharebuttonbox{float: right;}

caption{font-size: 20px;line-height: 35px;}
.feedback_table{border-collapse:collapse; color:#696969}
.feedback_table h4,.feedback_table h3{color: #666;}
.feedback_table tr td{padding: 5px 5px 5px 20px; }
.feedback_table tr td:nth-child(2){text-align: left; }
.feedback_table tr td input{height: 30px;line-height: 15px; }
.feedback_table tr td{ border: 1px solid #ececec;line-height: 40px;}
.feedback_table tr td input[type=submit]{background-color: #DD1F2B; color: #fff;}
.feedback_table tr td input[type=reset]{background-color: #ccc; color: #fff;}
.feedback_table tr td .bt{ width: 85px; height:35px;  border-radius: 5px; cursor: pointer;}
.feedback_table tr td input,.feedback_table tr td textarea{padding:3px 5px;color: #666; margin:0 10px; border: 1px solid #ececec; width: 50%;border-radius: 3px;}
.feedback_table tr td #address{ width: 80%; }
.feedback_table tr td textarea{margin:10px 0px 10px 10px; width: 80%; border-radius: 20px;}

.sub{width: 320px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}

.news_image{ padding:20px 0; position:relative;}
.news_image img{ border-radius:4px; display:block; margin:0 auto;max-width:100%; max-height: 100%}
.news_image #pre1{position:absolute; display:block; width:50%; height:100%; top:0; z-index:9; cursor: url(/images/1.cur?t=844888),auto;}
.news_image #next1{position:absolute;display:block; width:50%; height:100%; top:0; left:50%;z-index:9;cursor: url(/images/2.cur?t=844888),auto;}
 
/*翻页*/
.fy{height:32px;line-height:32px; text-align:center; width:100%; clear: both;}
.fy a,.fy span{padding:5px 11px;border:#aaa solid 1px;margin:0 7px;background-color:#f5f5f5; color: #666;}
.fy span,.fy a:hover{color:#008DD1;border: #008DD1 solid 1px;}
.flink a{ margin:0 5px;}