@charset "utf-8";
body {
	position: relative
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
input,
textarea,
div,
tr,
td {
	font-size: 0.2rem;
	line-height: 0.3rem;
}

.wrap {
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

a:hover {
	text-decoration: none;
}

a {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}

img {
	vertical-align: middle;
}
.layout{
	margin-left: 0.15rem;
	margin-right: 0.15rem;
}
.wrap_con {
}

#header {
	position: relative;
	width: 100%;
	height: 1.2rem;
	background-size: 6.4rem 1.2rem;
	background: #000;
	padding-top: 0.225rem;
	box-sizing: border-box;
}

#header .logo {
	width: 1.6rem;
	margin-left: 0.15rem;
}

#header .logo>img {
	
}

#header img {
	display: block
}

#header .menu_icon {
	position: absolute;
	width: 0.5rem;
	height: 0.45rem;
	top: 0.38rem;
	right: 0.15rem;
}

#header .menu_icon img {
	width: 100%;
}

#header ul{
	position: absolute;
	top: 0.37rem;
	right: 0.87rem;
	z-index: 10;
}
#header ul li a{
	display: table-cell;
	position: relative;
	width: 0.5rem;
	height: 0.5rem;
	vertical-align: middle;
}
#header ul li+li{
	display: none;
}
#header ul i{
	display: block;
	height: 0.5rem;
	width: 0.3rem;
	text-align: center;
	position: absolute;
	top: 0;
	right: -0.2rem;
}
#header ul i img{
	width: 0.11rem;
	height: 0.06rem;
	margin-top: 0.22rem;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
/*大图样式*/

#banner {
	position: relative;
	overflow: hidden;
}
#banner .owl-carousel{
	z-index: auto;
}
#banner .owl-carousel .owl-stage-outer{
	position: static;
}
#banner .owl-theme .owl-controls{
	position: relative;
	z-index: 12;
}
#banner .owl-theme .owl-controls .owl-dots {
	    position: absolute;
    bottom: 1rem;
    width: 100%;
}
#banner  .owl-theme .owl-dots .owl-dot:first-of-type{
	margin-left: 2.5rem;
}

/*大图下方点点的位置*/


#banner #owl-demo a.item {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: auto 100%
}

#owl-demo,
#owl-demo .owl-wrapper-outer,
#owl-demo .owl-wrapper,
#owl-demo .owl-item,
#banner {
	height: 4.5rem;
}
#banner .owl-theme .owl-dots .owl-dot span{
	background: #fff;
	width: 0.1rem;
	height: 0.1rem;
	margin-left: 0.07rem;
}

#banner .owl-theme .owl-dots .owl-dot.active span,#banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #49a62a;
}

.banner a.item{
	display: block;
	height: 2.92rem;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%
}

/*首页内容样式开始*/

.content {
	background: url(../images/content-bg.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.bg{
	background: url(../images/content-bg2.PNG) left bottom no-repeat;
	background-size: contain;
	position: relative;
}


.index-item1{
	position: absolute;
	height: 1.64rem;
	display: flex;
	align-items: center;
	background: rgba(0,0,0,0.66);
	top: -1.64rem;
	width: 100%;
}
.index-item1 .item1-con{
	padding-left: 0.15rem;
}
.index-item1 .item1-con h2{
	width: 4.3rem;
	padding-bottom: 0.2rem;
	border-bottom: 0.05rem solid #49a62a;
}
.index-item1 .item1-con h2 img{
	width: 3.8rem;
}

.index-item1 .item1-con span{
	display: block;
	font-size: 0.2rem;
	color: #fff;
	line-height:1;
	margin-top: 0.17rem;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}
.index-item1 .item1-pic{
	position: absolute;
	width: 2.36rem;
	height: 0.97rem;
	bottom: 0;
	right: 0.15rem;
}

/*公共标题*/
.index-title h3{
	color: #060000;
	font-size: 0.44rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.03rem;
}
.index-title h3 i{
	color: #3aaa35;
	font-style: normal;
}
.index-title span{
	display: block;
	text-align: center;
	margin-top: 0.12rem;
	font-size: 0.2rem;
	color: #3aaa35;
	
}
.index-title.animated{
	-webkit-animation-duration: 2s; 
    animation-duration: 2s; 
}
.index-item2 {
	padding-top: 0.76rem;
}
.index-item2 .index-title h3{
}

.index-item2 .picture{
	margin-top: 0.3rem;
}

.index-item3{
	margin-top: 0.6rem;
}
.index-item3 .owl-theme .owl-dots .owl-dot span{
	width: 0.68rem;
	height: 0.12rem;
	transform: skew(-15deg);
	border-radius: 0;
	background: #eeedee;
}
.index-item3 .owl-theme .owl-dots .owl-dot.active span,.index-item3 .owl-theme .owl-dots .owl-dot:hover span {
    background: #3aaa35;
}
.index-item3>ul{
	margin-top: 0.75rem;
}
.index-item3 ul .owl-item:nth-of-type(2n+1)  li.item ul li{
	padding-right: 0.15rem;
}
.index-item3 ul .owl-item:nth-of-type(2n+2)  li.item ul li{
	padding-right: 0.15rem;
}
.index-item3 ul li.item ul li{
	margin-bottom: 0.5rem;
}
.index-item3 ul li.item ul li a{
	display: block;
	border: 1px solid #c7c7c7;
	width: 2.9rem;
	height: 2.9rem;
	box-sizing: border-box;
	box-shadow: 0 3px 5px #c7c7c7;
}
.index-item3 ul li.item ul li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-item3 ul li.item ul li h5{
	line-height: 0.27rem;
	color: #000;
	margin-top: 0.2rem;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-item3 ul li.item ul li span{
	line-height: 0.27rem;
	color: #6c6b6b;
	display: block;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-item3 .owl-theme .owl-controls{
	margin-top: 0;
}
.index-item4{
	margin-top: 0.8rem;
}
.index-item4 ul{
	margin-top: 0.6rem;
}
.index-item4 ul li{
	display: flex;
	padding-bottom: 0.38rem;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 0.38rem;
}
.index-item4 ul li:last-of-type{
	border-bottom: none;
}
.index-item4 ul li>a{
	border: 1px solid #c7c7c7;
	box-sizing: border-box;
	width: 2.89rem;
	height: 1.11rem;
}
.index-item4 ul li>a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-item4 ul li .text{
	flex: 1;
	padding-left: 0.2rem;
}
.index-item4 ul li .text h5{
	max-width: 2.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-item4 ul li .text h5 a{
	line-height: 0.33rem;
	color: #010101;
	white-space: nowrap;
	
}

.index-item4 ul li .text i{
	display: block;
	line-height: 0.34rem;
	color: #6c6b6b;
	font-style: normal;
}
.index-item4 ul li .text span{
	max-width: 2.9rem;
	overflow: hidden;
	white-space: nowrap;
	color: #6c6b6b;
	line-height: 0.34rem;
	display: block;
	text-overflow: ellipsis;
}

.index-item5{
	background: url(../images/item5-pic1.jpg) no-repeat center center;
	height: 3.37rem;
	margin-top: 0.4rem;
	overflow: hidden;
	position: relative;
	background-size: cover;
}
.index-item5.animated{
	-webkit-animation-duration: 3s; 
    animation-duration: 3s; 
}
.index-item5 .index-about-title{
	width: 4.3rem;
	height: 1.06rem;
	background: url(../images/item5-bg.png) no-repeat left center;
	background-size: 4.3rem 1.06rem;
	margin-top: 2.11rem;
	padding-left: 0.15rem;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.index-item5 .index-about-title h3{
	font-size: 0.44rem;
	color: #fff;
	line-height: 1;
}
.index-item5 .index-about-title span{
	display: block;
	line-height: 0.4rem;
	color: #fff;
}
.index-item6{
	
}
.index-item6 .index-about h3 a,.index-item6 .contact-information h3 a{
	display: block;
	font-size: 0.28rem;
	line-height: 0.44rem;
	color: #3aaa35;
	margin-bottom: 0.3rem;
	margin-top: 0.4rem;
}
.index-item6 .contact-information span{
	display: block;
	line-height: 0.34rem;
	color: #060000;
}
.item6-foot{
	background: url(../images/item6-bg.png) no-repeat right center;
	background-size: 6.4rem auto;
	height: 0.3rem;
	margin-top: 0.48rem;
}


.index-item7{
	margin-top: 0.8rem;
	padding-bottom: 1.54rem;
}
.index-item7 .partner-map{
	margin-top: 0.6rem;
}
.partner-address ul{
	margin-top: 0.24rem;
}
.partner-address ul li{
	text-align: center;
	padding-bottom: 0.28rem;
	border-bottom: 1px solid #000;
}
.partner-address ul li:last-of-type{
	border-bottom: none;
}
.partner-address ul li h5{
	line-height: 0.42rem;
	color: #000000;
	text-transform: uppercase;
}
.partner-address ul li p{
	color: #000000;
	line-height: 0.42rem;
}
.partner-address>a{
	display: block;
	position: relative;
	width: 1.97rem;
	height: 0.33rem;
	margin-top: 26px;
	margin: 0 auto;
}
.partner-address>a:before{
	content: "";
	position: absolute;
	width: 1.97rem;
	height: 0;
	border-top: 0.33rem solid #3aaa35;
	border-right: 0.18rem solid transparent;
	left: 0;
	top: 0;
}
.partner-address>a span{
	position: absolute;
	line-height: 0.33rem;
	color: #fff;
	left: 0;
	top: 0;
	width: 1.97rem;
	text-align: center;
}
.partner-address>a.animated{
	-webkit-animation-duration: 3s; 
    animation-duration: 3s; 
}











/*首页内容样式结束*/

#footer {
	background: #000;
}

#footer .copyright {
	text-align: center;
	padding-bottom: 0.24rem;
	position: relative;
	padding-top: 0.26rem;
	border-top: 1px solid #e1e2e6;
	text-transform: uppercase;
}


/*底部版权所有*/

#footer .copyright .copyright_con {
	color: #fff;
	font-size: 0.20rem;
	line-height: 0.32rem;
}

#footer .copyright .copyright_con a {
	color: #fff;
	font-size: 0.20rem;
	line-height: 0.32rem;
}

/*底部快捷按钮*/

.wap_footer {
	width: 100%;
	/*position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	padding: 0.07rem 0;*/
	height: 0.98rem;
	padding-top: 0.19rem;
	box-sizing: border-box;
	margin-bottom: 0.26rem;
}

.wap_footer dl {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 0;
}

.wap_footer dt {
	height: 0.4rem;
}

.wap_footer dd {
	color: #fff;
	text-transform: uppercase;
}

.wap_footer dl dt img {
	max-height: 100%;
}


/*手机底部搜索*/

.wap_search_input {
	position: fixed;
	bottom: 2.39rem;
	left: 100%;
	width: 100%;
	z-index: 1000;
	background: #000;
	padding: 0.125rem 0.15rem;
}

.wap_search_input:after {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.wap_search_input input {
	float: left;
	width: 4.64rem;
	border-radius: 4px;
	height: 0.45rem;
	line-height: 0.45rem;
	padding-left: 2%;
	color: #fff;
	position: relative;
	z-index: 100;
	box-sizing: border-box;
	background: #333333;
	border: none;
}

.wap_search_input p {
	float: left;
	height: 0.45rem;
	line-height: 0.45rem;
	color: #fff;
	position: relative;
	z-index: 100;
	margin-left: 0.05rem;
	width: 1.4rem;
	text-align: center;
	border-radius: 4px;
	background: #333333;
}


/*黑色遮罩*/

.black_cloth {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: url(../images/global/black_cloth.png) repeat;
	display: none;
	top: 0;
	left: 0;
}


/*手机左边弹出导航*/

.wap_menu {
	width: 250px;
	position: fixed;
	top: 0px;
	left: -250px;
	height: 100%;
	text-align: left;
	z-index: 101;
	background: #000;
}

.wap_menu li.menu_tit {
	font-size: 0.27rem;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.3);
	position: relative;
	padding: 15px 10px;
	color: #fff;
}

.wap_menu li.menu_tit span {
	position: absolute;
	top: 12px;
	right: 15px;
	border-bottom: none;
	z-index: 1000;
}

.wap_menu li {
	margin-bottom: 2px;
	position: relative;
}

.wap_menu li .wap_menu1 {
	line-height: 3.2rem;
	text-transform: Uppercase;
	background: rgba(255, 255, 255, 0.1);
	position: relative;
}

.wap_menu li .wap_menu1 p {
	padding: 15px 10px;
	margin-bottom: 1px;
}

.wap_menu li .wap_menu1 p a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 0.23rem;
	padding-right: 25px;
	color: #ffffff;
}

.wap_menu li .wap_menu1 p.left {
	float: none;
}

.wap_menu li .wap_menu1 p.right {
	width: 15%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	float: none;
	z-index: 1000;
}

.wap_menu li .wap_menu2 {
	display: none;
}

.wap_menu li .wap_menu2 a {
	display: block;
	background: none;
	color: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
	padding: 10px;
}

.wap_menu li .wap_menu2 a i {
	float: left;
	width: 4px;
	height: 4px;
	background-color: #fff;
	margin: 6px 10px 0 5px;
}

.wap_menu li .wap_menu2 a span {
	float: left;
	width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/*内页样式*/

._aside h2{
	margin-top: 0.03rem;
	line-height: 0.44rem;
	color: #fff;
	text-align: center;
	background: url(../images/more.png) no-repeat 6.08rem center #000;
	background-size: 0.2rem 0.2rem;
	font-weight: normal;
}
._aside ul.sidemenu {
	width: 100%;
	display: none;
}



/*一级的样式*/

._aside ul.sidemenu>li.sub1 ul {
	display: none;
}
._aside ul.sidemenu>li.sub1{
	margin-top: 0.03rem;
}
._aside ul.sidemenu>li.sub1>a.sub1_a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: #000;
	line-height: 0.44rem;
	color: #fff;
	text-align: center;
}

._aside ul.sidemenu>li.current>a.sub1_a {
	color: #fff;
	background:url(../images/water.png) no-repeat 2.4rem center #3aaa35;
	background-size: 0.15rem  0.21rem;
}



/*产品内页样式*/
.inside-title{
	margin-top: 0.77rem;
	text-align: center;
}
.inside-title h2{
	font-size: 0.3rem;
	line-height: 0.4rem;
	color: #000;
	text-align: center;
}
.inside-title span{
	line-height: 1;
	color: #3aaa35;
	text-align: center;
	display: block;
	text-transform: uppercase;
	margin-top: 0.1rem;
}
.product-page{
	margin-top: 0.8rem;
}
.product-page ul li{
	width: 2.9rem;
	float: left;
	margin-bottom: 0.72rem;
}
.product-page ul li:nth-of-type(2n+2){
	float: right;
}
.product-page ul li .product-pic a{
	display: block;
	width: 2.9rem;
	height: 2.9rem;
	box-sizing: border-box;
	border: 1px solid #c7c7c7;
	box-shadow: 0 3px 15px #c7c7c7;
}
.product-page ul li .product-information h4 a{
	display: block;
	line-height: 0.34rem;
	color: #fff;
	background: url(../images/product-titlebg.png) no-repeat left center;
	background-size: 2.87rem 0.34rem;
	padding-left: 0.08rem;
	font-weight: bold;
	margin-top: 0.2rem;
	max-width: 2.9rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product-page ul li .product-information span{
	display: block;
	color: #000;
	line-height: 0.36rem;
	max-width: 2.9rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-page{
	margin-top: 0.6rem;
}
.news-page ul li{
	display: flex;
	align-items: center;
	padding-bottom: 0.38rem;
	border-bottom: 1px solid #C7C7C7;
	margin-bottom: 0.38rem;
}

.news-page ul li .picture a{
	display: block;
	border: 1px solid #C7C7C7;
	width: 2.89rem;
	height: 1.11rem;
	box-sizing: border-box;
	box-shadow: 0 3px 15px #C7C7C7;
}
.news-page ul li .news-information{
	padding-left:0.2rem;
}
.news-page ul li .news-information h4 a{
	display: block;
	line-height: 0.34rem;
	color: #010101;
	max-width: 2.8rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-page ul li .news-information span{
	display: block;
	color: #6c6b6b;
	line-height: 0.34rem;
}
.news-page ul li .news-information p{
	color: #6c6b6b;
	line-height: 0.34rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 2.8rem;
}


.partner-page{
	margin-top:0.8rem ;
	padding-bottom: 1.1rem;
}




















/*新闻详情页样式，若不需要请删除*/

.news_detail{
	margin-top: 0.8rem;
	padding-bottom: 1rem;
}
 .inside-title .box {
  display: inline-block;
  text-align: center;
  margin-top: 0.2rem;
}
 .inside-title .box img {
  width: 0.15rem;
  height: 0.15rem
  display: inline-block;
  margin: 0 5px;
  vertical-align: baseline;
}
 .inside-title .box div {
  margin-right: 0.2rem;
}
 .inside-title .box .time {
  float: left;
  text-align: center;
}
 .inside-title .box .eye {
  float: left;
  text-align: center;
}
 .inside-title .box .back {
  float: left;
}
.news_detail .pageTurning {
	margin-top: 0.4rem;
}

.news_detail .pageTurning .prevs,
.news_detail .pageTurning .nexts {
	background: url(../images/button-bg.png) no-repeat center center;
	background-size: 6.1rem 0.34rem;
	line-height: 250%;
	font-size: 0.14rem;
	padding-left: 0.2rem;
}

.news_detail .pageTurning .prevs {
	margin-bottom: 5px;	
}
.news_detail .pageTurning .prevs a,
.news_detail .pageTurning .nexts a{
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 0.34rem;
	max-width: 80%;
	vertical-align: middle;
	color: #000000;
}




/*产品详情页样式，若不需要请删除*/


.product_detail {
	margin-top: 0.6rem;
	padding-bottom: 0.9rem;
}
.product_detail .product_detail_images {
	text-align: center;
	position: relative;
	margin-bottom: 0.8rem;
}

.product_detail .product_detail_images .product_detail_btn2 {
	position: absolute;
	right: 2%;
	top: 48%;
	z-index: 100;
	font-size: 0;
	width: 0.35rem;
	height: 0.28rem;
	background: url(../images/next-b.png) no-repeat center center;
	background-size: 0.35rem 0.28rem;
}
.product_detail .product_detail_images .product_detail_btn2:active{
	background: url(../images/next-l.png) no-repeat center center;
}
.product_detail .product_detail_images .product_detail_btn1 {
	position: absolute;
	left: 2%;
	top: 48%;
	width: 0.35rem;
	height: 0.28rem;
	z-index: 100;
	font-size: 0;
	background: url(../images/prev-b.png) no-repeat center center;
	background-size: 0.35rem 0.28rem;
}
.product_detail .product_detail_images .product_detail_btn1:active{
	background: url(../images/prev-l.png) no-repeat center center;
}
.product_detail .product_detail_images .product_detail_btn1 a img,
.product_detail .product_detail_images .product_detail_btn2 a img {
	margin: 10px 5px;
}

.product_detail .product_detail_images .owl-carousel .owl-item img {
	width: auto;
	margin: auto;
	cursor: pointer;
	max-width: 100%;
	border: 1px solid #C7C7C7;
	box-sizing: border-box;
}

.product_detail .product_detail_images .owl-theme .owl-controls {
	position: absolute;
	bottom: -20%;
	width: 100%;
}

.product_detail .product_detail_images .product_detail_img {
	width: 80%;
	margin: 0 auto;
}

.product_detail .product_detail_content {
	margin-top: 50px;
}

.product_detail .pageTurning {
	margin-top: 15px;
}

.product_detail .pageTurning .prevs,
.product_detail .pageTurning .nexts {
	line-height: 0.34rem;
	padding: 0 10px;
	background: url(../images/button-bg.png) no-repeat center center;
	background-size: 6.1rem 0.34rem;
	font-size: 0.14rem;
	padding-left: 0.2rem;
}
.product_detail .pageTurning .prevs a,
.product_detail .pageTurning .nexts a{
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 0.34rem;
	vertical-align: middle;
	color: #000;
	font-size: 0.14rem;
}
.product_detail .pageTurning .prevs {
	margin-bottom: 5px;
	font-size: 0.14rem;
}

.pswp__bg {
	background: url(../images/global/rgb0.8.png)
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}
.owl-theme .owl-dots .owl-dot span{
	background: #7e7e7e;
}

.product_detail_content2{
	color: #444444;
	font-size: 0.2rem;
	line-height: 0.4rem;
	padding-bottom: 1rem;
}


/*分页开始*/

.page_box {
	text-align: center;
	display: block;
	padding-bottom: 0.9rem;
}


/*当前页的样式*/

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background: #aaa;
	border-color: #aaa
}


/*分页块默认样式*/

.pagination>li>a,
.pagination>li>span {
	color: #666;
	font-size: 0.14rem;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
	color: #666
}


/*分页结束*/


/*二维码*/
.erweima{
	width: 3rem;
	height: 3rem;
	position: fixed;
	top: 50%;
	margin-top: -1.5rem;
	left: 50%;
	margin-left: -1.5rem;
	background: #fff;
	z-index: 101;
	display: none;
}
.erweima img{
	width: 2rem;
	height: 2rem;
	margin: 0.3rem 0.5rem 0.2rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
.erweima span{
	display: block;
	text-align: center;
	position: absolute;
	bottom: 12px;
	width: 100%;
}
.erweima:before,.erweima:after{
    content: " ";
    display: block;
    position: absolute;
    width:3.2rem;
    height:3.2rem;
    top: -0.1rem;
    left: -0.1rem;
    border:2px solid #ff8c17;
    z-index:10;
    box-sizing: border-box;
    -webkit-animation: clipAni 4s infinite linear;
    -moz-animation:clipAni 4s infinite linear;
    -ms-animation:clipAni 4s infinite linear;
    -o-animation:clipAni 4s infinite linear;
    animation: clipAni 4s infinite linear;
}
.erweima:before{
    -webkit-animation-delay: -2s;
    -moz-animation-delay:-2s;
    -ms-animation-delay:-2s;
    -o-animation-delay:-2s;
    animation-delay: -2s;
}
@keyframes  clipAni{
    0%,100%{
        clip:rect(0px,3.2rem,3.2rem,3.17rem);
    }
    25%{
        clip:rect(0px,3.2rem,3px,0px);
    }
    50%{
        clip:rect(0px,3px,3.2rem,0px);
    }
    75%{
        clip:rect(3.17rem,3.2rem,3.2rem,0px);
    }            
}