@charset "UTF-8";
.blogroll{width: 1200px;height: 628px;margin: 0 auto;position: relative;padding:40px 0;}
.blogroll a{position: absolute;display: block;width: 242px;height: 242px}
.blogroll a:hover{ -webkit-transform: scale(1.05);
  transform: scale(1.05);}
.blogroll .teamwork1{left: 120px;top: 70px}
.blogroll .teamwork2{left: 363px;top: 70px}
.blogroll .teamwork3{left: 606px;top: 70px}
.blogroll .teamwork4{left: 849px;top: 70px}
.blogroll .teamwork5{left: 0;top: 201px}
.blogroll .teamwork6{left: 243px;top: 201px}
.blogroll .teamwork0{left: 482px;top: 201px}
.blogroll .teamwork7{left: 728px;top: 201px}
.blogroll .teamwork8{left: 970px;top: 201px}
.blogroll .teamwork9{left: 120px;top: 330px}
.blogroll .teamwork10{left: 363px;top: 330px}
.blogroll .teamwork11{left: 606px;top: 330px}
.blogroll .teamwork12{left: 849px;top: 330px}
.blogroll a {
    position: absolute;
    display: block;
    width: 242px;
    height: 242px;
}
/****轮播开始****/
.swiper-container1{
	min-height: 80vh;
	background-color: #eaeaea;
}
.swiper-container1 .swiper-slide{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor:pointer;
}
.swiper-container1 .swiper-pagination-bullet{
	width: 52px;
	height: 4px;
	background: #fff;
	opacity: 0.6;
	border-radius: 0;
	margin: 0 7px;
}
.swiper-container1 .swiper-pagination-bullet-active{
	opacity: 1;
	background: #fff;
}
.swiper-container-horizontal.swiper-container1>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 8px;
}
.swiper-container-horizontal.swiper-container1>.swiper-pagination-bullets{
	bottom:1.4em;
}
.swiper-container1 .swiper-button-prev{
	width: 14px;
	height: 24px;
	margin-top: -12px;
	background: url(../images/index-swiper1-leftbg.png) no-repeat center center;
	display: none;
}
.swiper-container1 .swiper-button-next{
	width: 14px;
	height: 24px;
	margin-top: -12px;
	background: url(../images/index-swiper1-rightbg.png) no-repeat center center;
	display: none;
}
.swiper-container1:hover .swiper-button-prev{
	display: block;
	left: 5.34%;
}
.swiper-container1:hover .swiper-button-next{
	display: block;
	right: 5.34%;
}
.swiper-container1 .swiper-button-next.swiper-button-disabled, .swiper-container1 .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}	
.just-box{
	position: absolute;
	left: 5.34%;
	bottom: 0;
	z-index: 101;
	cursor: pointer;
}
.swiper-container1 .left-box{
	width: 40px;
	height: 37px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 60px;
	z-index: 10;
}
.swiper-container1 .right-box{
	width: 40px;
	height: 37px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 60px;
	z-index: 10;
}
.swiper-container1 .left{
	float: left;
    cursor: pointer;
    width: 26px;
    height: 37px;
    overflow: hidden;
    position: relative;
    background: url(../images/common-leftbg1.png) no-repeat center center;
    background-size: 100% 100%;
}
.swiper-container1 .left:hover{
	opacity: 0.8;
}
.swiper-container1 .left img{
	position: absolute;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    top: 50%;
    margin-top: -12px;
}
.swiper-container1 .left .bg1{
	width: 14px;
}
.swiper-container1 .left .bg2{
	width: 32px;
}
.swiper-container1 .right{
	float: right;
    cursor: pointer;
    width: 26px;
    height: 37px;
    overflow: hidden;
    position: relative;
    background: url(../images/common-rightbg1.png) no-repeat center center;
    background-size: 100% 100%;
}
.swiper-container1 .right:hover{
	opacity: 0.8;
}
.swiper-container1 .right .bg1{
	width: 14px;
}
.swiper-container1 .right .bg2{
	width: 32px;
}
.swiper-container1 .right img{
	position: absolute;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    top: 50%;
    margin-top: -12px;
}

.swiper-container1 .left .bg1{
	left: 10px;
}
.swiper-container1  .left .bg2{
	left: 40px;
}
.swiper-container1 .left:hover .bg1{
	left: -15px;
}
.swiper-container1 .left:hover .bg2{
	left: 0;
}
.swiper-container1 .right .bg1{
	right: 10px;
}
.swiper-container1 .right .bg2{
	right: 40px;
}
.swiper-container1 .right:hover .bg1{
	right: -15px;
}
.swiper-container1  .right:hover .bg2{
	right: 0;
}

@media screen and (max-width: 991px) {
	.swiper-container1{
		min-height: auto;
	}
	.swiper-container1 .swiper-slide{
		height: 5rem;
	}
	.swiper-container1 .left-box{
		display: none;
	}
	.swiper-container1 .right-box{
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.swiper-container1 .swiper-slide{
		height: 3.14rem;
	}
	.swiper-container1 .swiper-pagination-bullet{
		width: 0.28rem;
		height: 0.04rem;
	}
	.swiper-container-horizontal.swiper-container1>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 0.05rem;
	}
	.swiper-container-horizontal.swiper-container1>.swiper-pagination-bullets{
		bottom:0.1rem;
	}
	.swiper-container1 .swiper-button-prev{
		width: 0;
	}
	.swiper-container1 .swiper-button-next{
		width: 0;
	}

}

/****product****/
.product-box{
	margin-top: 5.55em;
}

.product-box .title-box{
	display: inline-block;
}
.title-box{
	color: #000;
	text-transform: uppercase;
	position: relative;
}
.title-box .doc1{
	font-size: 2.5em;
	line-height: 1.1;
	font-weight: bold;
	font-family: "OpenSans1";
	letter-spacing: 1px;
	position: relative;
	z-index: 10;
}
.title-box .doc1 a{
	color: #000000;
}
.title-box .doc1 a:hover{
	color: #227934;
}
.title-box .doc2{
	font-size: 16px;
	line-height: 23px;
	position: relative;
	z-index: 10;
	letter-spacing: 1px;
}
.title-box .bg{
	position: absolute;
	left: 95px;
	top: 50%;
	margin-top: -75px;
}

.product-box .doc-box{
	font-size: 14px;
	line-height: 22px;
	margin-top: 3.15em;
}
.product-box .list{
	margin-top: 1.15em;
}
.product-box .list:after {
  content: '';
  display: table;
  clear: both;
}
.product-box .list li{
	width: 23.7%;
	float: left;
	margin-right: 1.73%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.4);
}
.product-box .list li:nth-child(4n){
	margin-right: 0;
}
.product-box .list .bg{
	width: 100%;
	 -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product-box .list li:hover .bg{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.product-box .list .name{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 1.3em;
	line-height: 2.31em;
	background: rgba(118,163,22,.9);
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.product-box .list li:nth-child(2) .name{
	background: rgba(0,136,171,.9);
}
.product-box .list li:nth-child(3) .name{
	background: rgba(139,68,120,.9);
}
.product-box .list li:nth-child(4) .name{
	background: rgba(252,200,0,.9);
}
.product-box .big-bg{
	background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover; 
	height: 20em;
	border-radius: 3px;
	margin-top: -5.9em;
	position: relative;
}
.product-box .big-bg .doc{
	position: absolute;
	width: 100%;
	left: 0;
	top: 36%;
	font-size: 1em;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	padding: 0 11%;
	margin-top: -0.5em;
}

@media screen and (max-width: 767px) {
	.product-box.global-inner{
		padding: 0;
	}
	.product-box{
		margin-top: 0.88rem;
	}
	.title-box .doc1{
		font-size: 0.47rem;
		line-height: 1;
	}
	.title-box .doc2{
		font-size: 0.15rem;
	}
	.title-box .bg{
		width: 1.1rem;
		left: 0.9rem;
		margin-top: -0.7rem;
	}
	.product-box .doc-box{
		margin-top: 0.52rem;
		padding-right: 0;
		font-size: 0.16rem;
		line-height: 0.24rem;
	}
	.product-box .list{
		margin-top: 0.26rem;
	}
	.product-box .list li{
		width: 46.3%;
		margin-right: 3.7%;
		margin-bottom: 0.36rem;
	}
	.product-box .list li:nth-child(2n){
		margin-right: 0;
	}
	.product-box .list li:nth-child(3n){
		margin-bottom: 0;
	}
	.product-box .list li:nth-child(4n){
		margin-bottom: 0;
	}
	.product-box .list .name{
		font-size: 0.19rem;
		line-height: 0.44rem;
	}
	.product-box .big-bg{
		height: 4rem;
		margin-top: -0.68rem;
	}
	.product-box .big-bg .doc{
		padding: 0 0.5rem;
		margin-top: -0.35rem;
		font-size: 0.16rem;
	}
}

/****project****/
.project-box{
	margin-top: 5.2em;
}
.project-box .title-box{
	text-align: center;
}
.project-box .title-box .bg{
	left: 50%;
	margin-left: -64px;
	margin-top: -60px;
}
.project-box .title-box .doc1{
	line-height: 1;
}

.project-box .pc-banner {
	margin-top: 4.3em;
}

.firm-box1{
    width: 100%;
    overflow: hidden;
    position: relative;
   	height: 500px;
	
}
.firm-box1 .main{
  position: relative;
  overflow: hidden;
  height: 100%;
}
.firm-box1 .left-name{
  position: absolute;
  left: 0;
  top: 20%;
  color: #1a1a1a;
  font-size: 3.375em;
  line-height: 1.259em;
}


.firm-box1 .banner1{
  float: right;
  overflow: hidden;
  height: 100%;
  border-radius: 3px;
}
.firm-box1 .banner1 .tempWrap{
    height: 100%;
}
.firm-box1 .banner1 .tempWrap ul{
    height: 100%;
}
.firm-box1 .banner1 .ban-bd1{
  width:100%;
  height: 100%;
  position:relative;
  overflow:hidden;
}
.firm-box1 .banner1 .ban-bd1 li{

  height: 100%;
  position:relative;
  overflow:hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: transform 1s;
  -webkit-transition: -webkit-transform 1s;
  animation-delay: 0.3s;
  /*box-shadow: 0 0 10px rgba(0,0,0,.3);*/
}

.firm-box1 .fun-box{
  position: absolute;
  left: 0;
  top:0;
  width: 47.5%;
  height: 500px;
  background: #f2f2f2;
  padding-left: 6.4em;
  padding-top: 60px;
}

.firm-box1 .fun-box .list{
 	margin-top: 40px;
}
.firm-box1 .fun-box .list li{
  display: none;
}
.firm-box1 .fun-box .list li.on{
  display: block;
}
.firm-box1 .fun-box .list .name{
	font-size: 30px;
	line-height: 36px;
	 display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  -webkit-line-clamp:2;
  padding-right: 2em;
  font-weight: bold;
}
.firm-box1 .fun-box .list dl{
	margin-top: 44px;
}

.firm-box1 .fun-box .list dl dd{
	line-height: 22px;
	margin-bottom: 10px;
	 display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  -webkit-line-clamp:2;
	padding-right: 2em;
}
.firm-box1 .fun-box .list .titles{
	font-size: 14px;
	color: #14a83b;
    text-transform: uppercase;
    font-weight: bold;
}
.firm-box1 .fun-box .list .doc{
	font-size: 14px;
} 
.firm-box1 .fun-box .list .doc span{
	margin-right: 10px;
}
.firm-box1 .fun-box .list .doc img{
	width: 12px;
}
.firm-box1 .fun-box .learn-more{
	margin-top: 38px;
}
.firm-box1 .fun-box .learn-more1{
	margin-top: 38px;
}
.firm-box1 .fun-box .learn-more1 a{
	font-weight: normal;
}

.firm-box1 .ctrl-box{
  overflow: hidden;
}

.firm-box1 .ctrl-box .speak-slide-tool{
	overflow: hidden;
	line-height: 30px;
}
.firm-box1 .ctrl-box .speak-slide-tool .speak-slide-ctrl{
	float: left;
	cursor: pointer;
	width: 12px;
	height: 19px;
	overflow: hidden;
	position: relative;
	margin-top: 7px;
}
.firm-box1 .ctrl-box .speak-slide-tool .speak-slide-ctrl.prev{
	background: url(../images/common-leftbg2.png) no-repeat center center;
	background-size: 100% 100%;
}
.firm-box1 .ctrl-box .speak-slide-tool .speak-slide-ctrl.prev:hover{
	background: url(../images/common-leftbg2-1.png) no-repeat center center;
	background-size: 100% 100%;
}
.firm-box1 .ctrl-box .speak-slide-tool .speak-slide-ctrl.next{
	background: url(../images/common-rightbg2.png) no-repeat center center;
	background-size: 100% 100%;
}
.firm-box1 .ctrl-box .speak-slide-tool .speak-slide-ctrl.next:hover{
	background: url(../images/common-rightbg2-1.png) no-repeat center center;
	background-size: 100% 100%;
}
.firm-box1 .ctrl-box .speak-slide-tool .speak-slide-ctrl img{
	position: absolute;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    top: 50%;
	margin-top: -9px;
}
.firm-box1 .ctrl-box .speak-slide-tool .speak-slide-ctrl.prev .bg1{
	left: 5px;
}
.firm-box1 .ctrl-box .speak-slide-tool .speak-slide-ctrl.prev .bg2{
	left: 40px;
}
.firm-box1 .ctrl-box .speak-slide-tool .speak-slide-ctrl.prev:hover .bg1{
	left: -10px;
}
.firm-box1 .ctrl-box .speak-slide-tool .speak-slide-ctrl.prev:hover .bg2{
	left: 0;
}
.firm-box1 .ctrl-box .speak-slide-tool .speak-slide-ctrl.next .bg1{
	right: 5px;
}
.firm-box1 .ctrl-box .speak-slide-tool .speak-slide-ctrl.next .bg2{
	right: 40px;
}
.firm-box1 .ctrl-box .speak-slide-tool .speak-slide-ctrl.next:hover .bg1{
	right: -10px;
}
.firm-box1 .ctrl-box .speak-slide-tool .speak-slide-ctrl.next:hover .bg2{
	right: 0;
}


.firm-box1 .ctrl-box .speak-slide-tool .speak-slide-num{
	float: left;
	width: 50px;
	text-align: center;
	font-size: 16px;
	color: #999;
	font-weight: bold;
	margin: 0 24px;
}
.firm-box1 .ctrl-box .speak-slide-tool .speak-slide-num em{
	margin: 0 5px;
	font-style: normal;
}
.firm-box1 .ctrl-box .speak-slide-tool .speak-slide-num .current{
	color: #8dc33c;
	font-size: 30px;
}

.project-box .swiper-container{
	margin-top: 0.68rem;
}
.project-box .swiper-container .swiper-slide{
	background: #f2f2f2;
}
.project-box .swiper-container .swiper-slide .bg{
	width: 100%;
}
.project-box .swiper-container .swiper-slide .name{
	font-size: 0.243rem;
	line-height: 0.25rem;
	display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  -webkit-line-clamp:2;
  padding: 0 0.16rem;
  font-weight: bold;
  font-family:"OpenSans1";
  margin-top: 0.26rem;
}
.project-box .swiper-container .swiper-slide dl{
	padding: 0 0.16rem;
	font-size: 0.15rem;
	margin-top: 0.17rem;
	padding-bottom: 0.3rem;
}
.project-box .swiper-container .swiper-slide dl dd{
	line-height: 0.24rem;
	margin-bottom: 0.15rem;
}
.project-box .swiper-container .swiper-slide .titles{
	color: #14a83b;
}
.project-box .swiper-container .swiper-slide .doc span{
	margin-right: 0.1rem;
}
.project-box .swiper-container .swiper-slide .doc img{
	width: 0.11rem;
	margin-top: -4px;
}
.project-box .swiper-container .swiper-slide .more{
	display: block;
	text-align: center;
	color: #fff;
	background: #8dc33c;
	font-size: 0.17rem;
	line-height: 0.45rem;
}
.project-box .swiper-button-next, .project-box .swiper-button-prev{
	width: 0.16rem;
	height: 0.27rem;
	margin-top: 0;
	top: 1.2rem;
}
.project-box .swiper-button-prev{
	left: 0.16rem;
	background: url(../images/project-slide-leftbg.png) no-repeat center center;
	background-size: 100% 100%;
}
.project-box .swiper-button-next{
	right: 0.16rem;
	background: url(../images/project-slide-rightbg.png) no-repeat center center;
	background-size: 100% 100%;
}
@media screen and (max-width: 1500px) {
	.firm-box1{
		height:450px;
	}
}

@media screen and (max-width: 991px) {
	.project-box .swiper-button-prev{
		top: 2.7rem;
	}
	.project-box .swiper-button-next{
		top: 2.7rem;
	}
}
@media screen and (max-width: 767px) {
	.project-box{
		margin-top: 0.69rem;
	}
	.project-box .title-box .bg{
		width: 1rem;
		margin-left: -0.5rem;
		margin-top: -0.5rem;
	}
	.project-box .swiper-button-prev{
		top: 1rem;
	}
	.project-box .swiper-button-next{
		top: 1rem;
	}
}

/****news****/
.news-box{
	margin-top: 3.75em;
}
.news-box .top-name{
	display: inline-block;
}
.top-name{
	font-size: 2.5em;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "OpenSans1";
}
.top-name a{
	color: #000;
}
.top-name a:hover{
	color: #227934;
}
.news-box .list{
	margin-top: 2.05em;
}
.news-box .list:after {
  content: '';
  display: table;
  clear: both;
}
.news-box .list li{
	float: left;
	width: 30.5%;
	margin-right: 4.25%;
	margin-bottom: 1.5%;
}
.news-box .list li:nth-child(3n){
	margin-right: 0;
}
.news-box .list .time{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.news-box .list .doc{
	line-height: 24px;
	height: 48px;
	margin-top: 14px;
	font-size: 16px;
	display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  -webkit-line-clamp:2;
}
.news-box .list .learn-more{
	margin-top: 1.4em;
}
.news-box .list .learn-more1{
	margin-top: 1.4em;
}

@media screen and (max-width: 767px) {
	.news-box{
		margin-top: 0.5rem;
	}
	.top-name{
		font-size: 0.45rem;
		line-height: 0.44rem;
	}
	.news-box .list li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.45rem;
	}
	.news-box .list li:last-child{
		margin-bottom: 0;
	}
	.news-box .list .time{
		font-size: 0.1568rem;
		line-height: 0.2rem;
	}
	.news-box .list .doc{
		line-height: 0.26rem;
		margin-top: 0.1rem;
		height: auto;
	}
	.news-box .list .learn-more{
		margin-top: 0.15rem;
	}
	.news-box .list .learn-more1{
		margin-top: 0.15rem;
	}
}

.down-box{
	margin-top: 4em;
	position: relative;
	overflow: hidden;
}
.down-box .bg{
	width: 100%;
	box-shadow: 5px 5px 10px rgba(0,0,0,.4);
	 -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.down-box:hover .bg{
	 /*-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);*/
}
.down-box .doc{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	text-align: center;
	margin-top: -18px;
}
.down-box .doc a{
	display: inline-block;
	font-size:26px;
	color: #fff;
	padding-left: 46px;
	background: url(../images/index-down-icon1.png) no-repeat left 1px;
	background-size: 26px;
	line-height: 40px;
}
.down-box .doc a:hover{
	background: url(../images/index-down-icon1-1.gif) no-repeat left 1px;
	background-size: 26px;
}

.flash {-webkit-animation: flashs 1s ;animation: flashs 1s }
@-webkit-keyframes flashs {
  0%{opacity:0;-webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);}to{opacity:1;-webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);}
}
@keyframes flashs {
  0%{opacity:0;-webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);}to{opacity:1;-webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);}
}

.flash1 {-webkit-animation: flashs1 1s ;animation: flashs1 1s }
@-webkit-keyframes flashs1 {
  0%{opacity:0;-webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);}to{opacity:1;-webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);}
}
@keyframes flashs1 {
  0%{opacity:0;-webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);}to{opacity:1;-webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);}
}


@media screen and (max-width: 767px) {
	.down-box{
		margin-top: 0.56rem;
	}
	.down-box .doc{
		line-height: 0.3rem;
		margin-top: -0.15rem;
	}
	.down-box .doc a{
		font-size: 0.26rem;
		padding-left: 0.38rem;
		background-size: 0.26rem;
		background-position: left 2px;
	}
}

.about-box{
	background: #f3f1ec;
	padding-top: 6.6em;
	padding-bottom: 4em;
	text-align: center;
}
.about-box .doc{
	font-size: 14px;
	line-height: 22px;
	padding: 0 8%;
	margin-top: 10px;
}
.about-box .learn-more{
	margin-top: 2.86em;
}
.about-box .learn-more1{
	margin-top: 2.86em;
}

@media screen and (max-width: 767px){
	.about-box{
		margin-top: -0.07rem;
		padding-top: 0.56rem;
		padding-bottom: 0.55rem;
	}
	.about-box .doc{
		font-size: 0.16rem;
		line-height: 0.23rem;
		padding: 0;
		margin-top: 0.18rem;
	}
	.about-box .learn-more{
		margin-top: 0.32rem;
	}
	.about-box .learn-more1{
		margin-top: 0.32rem;
	}
}

.firm-box1 .more-box{
	margin-top: 38px;
}
.about-box .more-box{
	text-align: center;
	margin-top: 3em;
}
.news-box .more-box{
	margin-top: 1em;
}
.more-box{
	
}
.more-box a{
	width: 65px;
	height: 25px;
	font-size: 18px;
	text-align: center;
	color: #14a83b;
	font-weight: bold;
	display: inline-block;
	line-height: 25px;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	position: relative;
	overflow: hidden;
	z-index: 10;
	background: #fff;
}
.more-box a em{
	font-style: normal;
	display:block;
}
.more-box a img{
	margin-left: 9px;
	margin-top: -2px;
}

.more-box a::after {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    background: #313131;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: ease .65s;
    z-index: -1;
    opacity: 0;
}
.more-box a:hover{
	color:#fff;
	box-shadow: none;
}
.more-box a:hover::after {
	transform: translate(-50%,-50%) scale(1);
    opacity: 1;
   	background: #35af51;
}

@media screen and (max-width: 767px){

}