
body {
	font-family: 微软雅黑;
	color: #000;
	font-size: 14px;
	min-width: 1200px
}

a:link{text-decoration:none;}

a:visited{text-decoration:none;}

a:hover{text-decoration:none;}

a:active{text-decoration:none;}

/*
@font-face {
  	font-family: 'HanYi';
  	src:url('../font/阿里汉仪智能黑体.ttf')
}*/
#bd {
	overflow: hidden
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1 }

/*main_style*/

/***************公用样式********************/
.wrap{width: 1200px;margin: auto;position: relative;}



.header{
	height: 120px;
	position: relative;
	/*overflow: hidden;*/
}
.header .wrap{
	position: relative;
}

.mini-nav p {
	font: 14px/35px "微软雅黑";
	color: #999999;
	float: left;
}
.mini-nav{
	position: relative;
	height: 35px;
	/*width: 100%;*/
	background: #fff;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}
.mini-nav-right {
	float: right;
	color: #999999;
}

.mini-nav-right a {
	font: 14px/35px "微软雅黑";
	color: #999999;
	display: inline-block;
	vertical-align: middle;
}
.mini-nav-right a+a{
	/*margin-left: 29px;*/
}
.mini-nav-right a img{
	float: left;
	vertical-align: middle;
	margin: 11px 4px 0 0;
}

.header-title{
	height: 83px;
	/* overflow: hidden; */
}
.header-logo{
	width: 481px;
	float: left;
}
.header-logo a img{
	float: left;
	margin: 13px 0 0 0;
}
.header-logo p{
	position: relative;
	font: bold 16px/24px "microsoft yahei";
	color: #2969d5;
	float: left;
	padding-top: 20px;
	margin-left: 26px;
}
.header-logo p:after{
	content: "";
	position: absolute;
	left: -13px;
	top: 3px;
	width: 1px;
	height: 85px;
	background: linear-gradient(to bottom,#fff,#e3e3e3,#e3e3e3,#fff);
}
.header-logo p span{
	font: 14px/14px "microsoft yahei";
	color: #666666;
}

.header-tel{
	float: right;
}
.header-tel p{
	float: left;
	margin: 10px 0 0 0px;
	position: relative;
	width: 185px;
	font: 14px/14px "microsoft yahei";
	color: #999999
}
.header-tel p img{
	margin-right: 5px;
	margin-top: 0px;
	float: left;
}
.header-tel p span{
	font: bold 20px/20px "微软雅黑";
	color: #016ebb;
}

.header-title-right{
	float: right;
	width: 250px;
	margin-top: 38px;
	margin-right: -90px;
	position: relative;
}
.header-title-right::after{
	content: "";
	display: block;
	width: 557px;
	height: 2px;
	background: #0089e1;
	position: absolute;
	left: -36px;
	bottom: -35px;
}
.header-title-right p:nth-of-type(1){
	font: bold 18px/22px "microsoft yahei";
	color: #333;
	text-align: right;
}
.header-title-right p:nth-of-type(1) i{
	color: #0089e1;
}
.header-title-right p:nth-of-type(2){
	font: lighter 16px/20px "microsoft yahei";
	color: #333;
	text-align: right;
}

.header-nav{
	height: 32px;
	float: right;
	background: #fff;
	margin-top: 8px;
	/*border-top: 2px solid #00ae69;*/
}
.header-nav .wrap>p img{
	float: left;
	margin: 8px 5px 0 0;
}
.header-nav>ul{
	/*float: left;*/
}
.header-nav>ul>li{
	position: relative;
	display: block;
	float: left;
	/*width: 170px;*/
	/*padding: 0 30px;*/
	height: 32px;
	/*margin: 0 10px;*/
	text-align: center;
	transition: 1s;
	margin-left: 60px;
}
.header-nav>ul>li a{
	/*display: block;*/
	font: 16px/24px "微软雅黑";
	color: #666666;
}  
.header-nav>ul>li a{
	vertical-align: middle;
}
.header-nav>ul>li a img{
	vertical-align: middle;
	margin: 0px 10px 0 0;
}
.header-nav>ul>li:before{
	/*content: "";
	position: absolute;
	right: 0px;
	top: 20px;
	width: 1px;
	height: 13px;
	background: #8d8d8d;
	border-left: 1px solid #e0e0e0;*/
}
.header-nav>ul>li:last-child:before{
	display: none;
}


.header-nav>ul>li.nLi{
	/*position: relative;
	float: left;*/
	/*padding: 0 35px;*/
}
.header-nav>ul>li.nLi a{
	/*color: #fff;
	font: 16px/45px "微软雅黑";
	color: #fff;*/
}
.header-nav>ul>li.nLi>span{
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
	transform: rotate(90deg);
	color: #fff;
	transition: 1s;
}
.header-nav>ul>li.nLi:hover span{
	display: none;
}
.header-navul .productul {
    display: none;
    /* height: auto; */
    position: absolute;
    left: -18px;
	top: 100%;
    width: 150%;
    /*background: #fff;*/
    /* overflow: hidden; */
    z-index: 30;
}
.header-navul .productul-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.9;
	z-index: 0;
}
.header-navul .productul li {
    position: relative;
    height: 40px;
    width: 100%;
    text-align: center;
    margin: 0;
	background-color: rgba(255,255,255,0.8);
}
.header-navul .productul li:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #dadada;
    width: 100%;
    height: 1px;
}
.header-navul .productul li a{
    line-height: 40px;
    color: #666;
}
.header-navul .productul li .second-sub{
	display: none;
	/* height: auto; */
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	background: #7bc63b;
	/* overflow: hidden; */
	z-index: 10;
}
.header-navul .productul li .second-sub li{
	position: relative;
	height: 50px;
	width: 100%;
	text-align: center;
}
.header-navul .productul li .second-sub li a{
	line-height: 50px;
	color: #fff;
}



.banner{
	position: relative;
	overflow: hidden;
	z-index: 0;
	background-color: #000;
}
.banner .ul .li{overflow:hidden;position: relative;}
.banner .ul .li>img{width: 100%;}
.banner .ul .pic{position:absolute;left: 0;top:0;;height:100%;width:100%;background-size:cover;background-position:center;margin: 0;padding: 0;}
.banner>img{
	position: absolute;
	z-index: 9;
	transition: 2s;
}
.banner>img:nth-of-type(1){
	top: 97px;
	left: -100%;
}
.banner>img:nth-of-type(2){
	/*top: 157px;*/
	top: 210px;
	left: 610px;
	opacity: 0;
}
.banner>img:nth-of-type(3){
	/*top: 243px;*/
	left: 610px;
	top: 290px;
	opacity: 0;
}
.banner .swiper-pagination{
	right: 360px;
	width: auto;
	left: auto;
}
.banner .swiper-pagination-bullet{
	width: 24px;
	height: 3px;
	background: #fff;
	border-radius: 0;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: #2969d5;
}


.idx-search{
	height: 120px;
	background: #fff;
	/*margin-top: -2px;*/
	/*border-bottom: 1px solid #e8e8e8;*/
}
.idx-search .wrap{
	/*background: url(../images/search-bg.png) center no-repeat;*/
	height: 100%;
}
.searchDiv-left{
	position: relative;
	float: right;
	width: 775px;
	/*margin-top: 10px;*/
}
.searchDiv-left .searchKeyword img{
	float: left;
	margin: 18px 5px 0 0px;
}
.searchDiv-left .searchCheck p{
	font: 14px/32px "microsoft yahei";
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
}
.searchDiv-left .searchKeyword{
	font: 14px/59px "microsoft yahei";
	color: #666666;
	float: left;
	margin-top: 30px;
	/*text-align: center;*/
}
.searchDiv-left .searchKeyword span{
	font-weight: bold;
	margin-left: 10px;
}
.searchDiv-left .searchKeyword a{
	color: #999999;
}
.searchDiv-right{
	width: 280px;
	height: 236px;
	background-color: rgba(41,105,213,0.95);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	box-sizing: border-box;
	padding: 29px 0 0 27px;
}
.searchDiv-right p:nth-of-type(1){
	font-weight: bold;
	font-size: 22px;
	color: #fff;
}
.searchDiv-right p:nth-of-type(2){
	width: 155px;
	height: 25px;
	background: #6cce09;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 5px;
	color: #fff;
	margin-top: 15px;
}
.searchDiv-right p:nth-of-type(3){
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	margin-top: 50px;
}
.searchDiv-right p:nth-of-type(4){
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}
.searchDiv-right p:nth-of-type(4) img{
	margin-left: 5px;
}
.searchDiv-right p:nth-of-type(5){
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	margin-top: 25px;
	position: relative;
}
.searchDiv-right p:nth-of-type(5):before{
	content: "";
	position: absolute;
	left: 0;
	top: -14px;
	width: 11px;
	height: 2px;
	background: #fff;
}


.searchMain {
    width: 100%;
    position: relative;
    height: 88px;
}
.searchLeft {
    position: relative;
    float: left;
    width: 810px;
    height: 88px;
    line-height: 88px;
    color: #5a5a5a;
    border-right: 1px solid #d6d6d6;
}

.searchLeft a{
	color: #9d9d9d;	
}

.searchLeft i{
	color: #5a5a5a;
	font:bold 16px/30px "微软雅黑";
}
.searchLeft a:hover {
	color: #B20F10;
	transition: all 0.3s;
}

.searchbtn {
	position: relative;
	float: right;
	/*top: 12px;*/
	/*margin: 40px 0px 0 0px;*/
	/*border-top: 1px solid #5a5a5a;
	border-bottom: 1px solid #5a5a5a;*/
}

.searchbtn .searchText {
	position: relative;
	float: left;
	width: 319px;
	height: 45px;
	font-size: 12px;
	line-height: 36px;
	color: #9b9b9b;
	text-indent: 10px;
	outline: none;
	background: #f3f3f3;
	border: none;
	/*border: 1px solid #b7b7b7;*/
	/*border-radius: 37px;*/
	/*margin-right: 97px;*/
	margin-top: 38px;
	/*background: #f8f8f8;*/
	box-shadow: none;
	border-radius: 0;
}

.searchbtn .searchText::-webkit-input-placeholder {
	font-size: 12px;
	color: #9b9b9b;
}

.searchbtn .searchCheck {
	/*width: 50px;*/
	/*height: 36px;*/
	float: left;
	/*background: #345ea7;*/
	/*background: #B20F10;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;*/
	position: absolute;
	left: 283px;
	top: 49px;
	cursor: pointer;
	background: none;
}

.sec-title{
	text-align: center;
	padding: 90px 0 50px 0;
}
.sec-title p{
	font: 36px/36px "microsoft yahei";
	color: #333333;
}
.sec-title p span{
	color: #2969d5;
}

.section1{
	height: 1015px;
	overflow: hidden;
}
.sec1-body{
	position: relative;
}
.sec1-body>a{
	display: block;
	margin: 45px auto auto;
	width: 171px;
	height: 45px;
	text-align: center;
	font: 14px/45px "microsoft yahei";
	color: #fff;
	background: #6cce09;
}
.sec1-body ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.sec1-body ul li{
	width: 380px;
	height: 360px;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0 5px 5px #eeeeee;
}
.sec1-body ul li+li+li+li{
	margin-top: 30px;
}
.sec1-body ul li .pic{
	width: 100%;
	height: 285px;
	overflow: hidden;
}
.sec1-body ul li p{
	font: 16px/69px "microsoft yahei";
	color: #666666;
	padding: 0 11px;
}
.sec1-body ul li p span{
	display: block;
	float: right;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background: #2969d5;
	font: 16px/28px "宋体";
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.section2{
	height: 935px;
	overflow: hidden;
	position: relative;
}
.sec2-body{
}
.sec2-body ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 97px;
}
.sec2-body ul li{
	width: 518px;
}
.sec2-body ul li+li+li{
	margin-top: 40px;
}
.sec2-body ul li p:nth-of-type(1){
	font: lighter 56px/56px "微软雅黑";
	color: #fff;
	opacity: 0.3;
}
.sec2-body ul li p:nth-of-type(2){
	font: 22px/30px "微软雅黑";
	color: #fff;
}
.sec2-body ul li p:nth-of-type(3){
	font: 14px/26px "微软雅黑";
	color: #fff;
	margin-top: 20px;
	width: 400px;
}
.sec2-body ul li .sec2-Pic{
	width: 516px;
	height: 130px;
	margin-top: 40px;
}
.sec2-body ul li .sec2-Pic img{
	width: 100%;
	height: 100%;
}

.section3{
	height: 676px;
	box-sizing: border-box;
}
.sec3-title{
	padding: 90px 0 50px 0;
}
.sec3-title p:nth-of-type(1){
	font:bold 16px/16px "microsoft yahei";
	color: #333333;
	text-align: center;
}
.sec3-title p:nth-of-type(2){
	font: 30px/30px "microsoft yahei";
	color: #2969d5;
	margin-top: 10px;
	position: relative;
	text-align: center;
}
.sec3-title p:nth-of-type(3){
	font: 12px/17px "microsoft yahei";
	color: #c8c8c8;
	letter-spacing: 1px;
	margin-top: 10px;
	position: relative;
	text-align: center;
}

.sec3-body ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.sec3-body ul li{
	width: 219px;
	height: 350px;
	background: #f3f3f3;
	transition: 0.3s;
}
.sec3-body ul li:hover{
	background: #2969d5;
}
.sec3-body ul li p:nth-of-type(1){
	font: 42px/42px "microsoft yahei";
	color: #fff;
	text-align: center;
	margin-top: 45px;
	position: relative;
	transition: 0.3s;
}
.sec3-body ul li p:nth-of-type(2){
	font: bold 18px/18px "microsoft yahei";
	color: #333333;
	text-align: center;
	margin-top: 20px;
	transition: 0.3s;
}
.sec3-body ul li:hover p:nth-of-type(2){
	color: #fff;
}
.sec3-body ul li p:nth-of-type(3){
	font: 14px/14px "microsoft yahei";
	color: #999999;
	margin-top: 25px;
	text-align: center;
	position: relative;
}
.sec3-body ul li:hover p:nth-of-type(3){
	color: #fff;
}
.sec3-body ul li p:nth-of-type(3):after{
	content: "";
	position: absolute;
	left: 50%;
	top: 400%;
	transform: translate(-50%,-50%);
	width: 14px;
	height: 3px;
	background: #2969d5;
	transition: 0.3s;
}
.sec3-body ul li:hover p:nth-of-type(3):after{
	background: #fff;
}
.sec3-body ul li p:nth-of-type(4){
	font: bold 14px/14px "microsoft yahei";
	color: #999999;
	margin-top: 90px;
	text-align: center;
	position: relative;
}
.sec3-body ul li:hover p:nth-of-type(4){
	color: #fff;
}
.sec3-body ul li .pic{
	text-align: center;
	margin-top: 20px;
}
.sec3-body ul li .pic img{
	transition: 0.3s;
}
.sec3-body ul li:hover .pic img{
	filter: brightness(200%);
}
.section4{
	height: 615px;
	overflow: hidden;
}
.sec4-body{
	padding: 0 190px;
}
.sec4-body>p:nth-of-type(1){
	font: 24px/24px "microsoft yahei";
	color: #fff;
	text-align: center;
	margin-top: 90px;
}
.sec4-body>p:nth-of-type(2){
	font: 14px/30px "microsoft yahei";
	color: #fff;
	text-align: center;
	margin-top: 45px;
}
.sec4-body>p:nth-of-type(3){
	font: bold 20px/20px "microsoft yahei";
	color: #fff;
	text-align: center;
	margin-top: 40px;
}
.sec4-body>ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-top: 85px;
}
.sec4-body>ul li{
	width: 102px;
	height: 102px;
	border-radius: 100%;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 30px 34px 33px;
	margin: 0 19px;
}
.sec4-body>ul li a{
	font: 16px/20px "microsoft yahei";
	color: #fff;
}
.sec4-body>ul li:hover{
	background: #fff;
}
.sec4-body>ul li:hover a{
	color: #2969d5;
}

.section5{
	height: 758px;
	position: relative;
	overflow: hidden;
}
.section5 .sec-title{
	padding: 90px 0 40px 0;
}
.sec5-cate{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.sec5-cate a{
	display: block;
	width: 154px;
	height: 43px;
	background: #2969d5;
	text-align: center;
	font: 16px/43px "microsoft yahei";
	color: #fff;
	margin: 0 31px;
}
.sec5-cate span{
	display: block;
	width: 163px;
	height: 43px;
	background: #6cce09;
	font: bold 16px/43px "microsoft yahei";
	color: #fff;
	margin: 0 31px;
}
.sec5-cate span img{
	float: left;
	margin: 12px 3px 0 16px;
}
.sec5-body{
	margin-top: 50px;
}
.sec5-body ul li{
	width: 370px!important;
	/*height: 360px;*/
	background: #fff;
	margin-right: 43px;
	float: left;
}
.sec5-body ul li .pic{
	display: block;
	width: 100%;
	height: 280px;
	overflow: hidden;
	box-shadow: 0 0 10px #f6f6f6;
}
.sec5-body ul li .pic img{
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
.sec5-body ul li:hover .pic img{
	transform: scale(1.1);
}
.sec5-body ul li p:nth-of-type(1){
	font: 16px/16px "microsoft yahei";
	color: #666666;
	margin-top: 25px;
}
.sec5-body ul li p:nth-of-type(2){
	font: 12px/12px "microsoft yahei";
	color: #bebebe;
	margin-top: 8px;
}
.sec5-body ul li p:nth-of-type(3){
	font: 14px/22px "microsoft yahei";
	color: #999999;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.idx-link{
	height: 58px;
	background: #34373e;
	position: relative;
}
.idx-link::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #28292d;
	border-bottom: 1px solid #40434a;
}
.idx-link .wrap{
	height: 100%;
	border-bottom: 1px solid #34373e;
}
.idx-link .wrap>p{
	float: left;
	font: bold 22px/55px "microsoft yahei";
	color: #fff;
}
.idx-link .wrap>p span{
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
}
.idx-link ul{
	/*margin-top: 10px;*/
	margin-left: 60px;
	float: left;
}
.idx-link ul li{
	float: left;
	position: relative;
}
.idx-link ul li:after{
	content: "";
	position: absolute;
	right: -22px;
	top: 22px;
	width: 2px;
	height: 15px;
	background: #fff;
	border-right: 1px solid #7e7f82;
}
.idx-link ul li:last-of-type:after{
	display: none;
}
.idx-link ul li a{
	font: 14px/58px "微软雅黑";
	color: #fff;
}
.idx-link ul li+li{
	margin-left: 42px;
}
.footer{
	position: relative;
	/*height: 265px;*/
	background: #34373e;
	overflow: hidden;
}

.footer-body{
	
}
.footer-nav{
	float: left;
	width: 170px;
}
.footer-nav p{
	font: bold 14px/14px "microsoft yahei";
	color: #fff;
	padding: 39px 0 24px 0;
}
.footer-nav p span{
	font-weight: normal;
	color: #727272;
}
.footer-nav p span{
	color: #727272;
	font-weight: normal;
	margin-left: 10px;
}
.footer-nav ul{
	
}
.footer-nav ul li{
	float: left;
	width: 50%;
	margin-bottom: 15px;
}
.footer-nav ul li:nth-of-type(2n){
	float: right;
}
.footer-nav ul li a{
	font: 14px/14px "microsoft yahei";
	color: #727272;
}
.footer-nav ul li a:hover{
	color: #028ad4;
}
.footer .share{
	height: 30px;
	margin-top: 10px;
	clear: both;
}
.footer .share .bdsharebuttonbox{
	float: left;
}
.footer .share a{
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/share-icon.png) no-repeat;
	padding: 0;
	margin: 0;
}
.footer .share a+a{
	margin-left: 10px;
}
.footer .share a:nth-of-type(1){
	background-position:0 0;
}
.footer .share a:nth-of-type(2){
	background-position:-37px 0;
}
.footer .share a:nth-of-type(3){
	background-position:-77px 0;
}
.footer .share span{
	font: 14px/14px "微软雅黑";
	color: #727272;
	margin-top: 5px;
	float: left;
}
.footer .share p{
	clear: both;
	font: bold 28px/35px "微软雅黑";
	color: #3a3a3a;
}

.footer-info{
	width: 285px;
	float: left;
	margin-left: 60px;
}
.footer-info p:nth-of-type(1){
	font:14px/14px "microsoft yahei";
	color: #fff;
	padding: 37px 0 20px 0;
	margin: 0;
}
.footer-info p:not(:first-of-type) span{
	float: left;
	margin-bottom: 5px;
}
.footer-info p:nth-of-type(1) span{
	color: #727272;
	font-weight: normal;
	margin-left: 10px;
}
.footer-info p{
	font: 14px/18px "microsoft yahei";
	color: #727272;
	margin-bottom: 13px;
}
.footer-form{
	float: left;
}
.idx-form{
	margin: 38px 0 0 90px;
}
.idx-form .form_name{
	box-sizing: border-box;
	width: 173px;
	height: 35px;
	padding-left: 15px;
	margin: 0;
	border-radius: 0;
}
.idx-form .form_tel{
	box-sizing: border-box;
	width: 173px;
	height: 35px;
	padding-left: 15px;
	float: right;
	margin: 0;
	border-radius: 0;
}
.idx-form .form_message{
	box-sizing: border-box;
	width: 393px;
	height: 68px;
	/*margin-top: 15px;*/
	padding-left: 15px;
	padding-top: 15px;
	resize: none;
	margin: 0;
	border-radius: 0;
}
.idx-form .msg-typeBox{
	font:14px/14px "microsoft yahei";
	color: #727272;
	padding: 11px 0 10px 0px;
}
.idx-form .msg-typeBox input{
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}
.idx-form .msg-typeBox input+input{
	margin-left: 10px;
}
.idx-form .msg-typeBox label{
	display: inline;
	vertical-align: middle;
	font:14px/14px "microsoft yahei";
}
.idx-form .submit{
	display: block;
	width: 393px;
	height: 37px;
	background: #414141;
	color: #b5b5b5;
	text-align: center;
	font-size: 14px;
	line-height: 37px;
	margin-top: 11px;
}

.footer-ewm{
	float: right;
}
.footer-ewm ul li{
	float: left;
}
.footer-ewm ul li+li{
	margin-left: 19px;
}
.footer-ewm .pic{
	width: 140px;
	height: 140px;
	margin-top: 40px;
	box-sizing: border-box;
}
.footer-ewm .pic img{
	width: 100%;
	height: 100%;
}
.footer-ewm ul li p{
	text-align: center;
	font: 14px/14px "microsoft yahei";
	color: #727272;
	margin-top: 30px;
}
.footer .copy{
	width: 100%;
	height: 50px;
	/*background: #333333;*/
	border-top: 1px solid #40434a;
	margin-top: 35px;
}
.footer .copy p{
	font: 14px/50px "microsoft yahei";
	color: #727272;
	text-align: center;
}
@-webkit-keyframes leftright{
	0%{left:0%}
	50%{left:5%}
	100%{left:0%}
}
@keyframes leftright{
	0%{left:0%}
	50%{left:5%}
	100%{left:0%}
}