@charset "utf-8";
@media (min-width: 1200px) and (max-width: 1710px) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (max-width: 767px) {
	
}

/* 头部 */
.header{
	position: relative;
	height: 100px;
	padding: 0 126px 0 157px;
	z-index: 66;
	background: #0c0c0c;
	width: 100%;
}
.stick {
    position: fixed;
	box-shadow: 0 0 12px rgba(0,0,0,.2);
    top: 0;
    left: 0;
}
.header .logo{
	font-size: 0;
}
.header .logo a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}
.header .logo img{
	height: 70px;
}
.header .logo .desc{
	font-size: 15px;
	color: #e4e4e4;
	margin-left: 24px;
	line-height: 22px;
	font-style: italic;
	white-space: nowrap;
}
.header .menu-box{
	display: none;
}
.header .left-box{
	margin-left: 100px;
}
.header .left-box .yiji{
	
}
.header .left-box .yiji .item{
	margin-right: 60px;
}
.header .left-box .yiji .item:last-child{
	margin-right: 0;
}
.header .left-box .yiji .item a.item-title{
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	padding: 40px 0;
	transition: all .3s;
	position: relative;
}
.header .left-box .yiji .item.active>a,
.header .left-box .yiji .item:hover>a{
	color: #2cc597;
}
.header .left-box .yiji .item.active>a::after,
.header .left-box .yiji .item:hover>a::after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #5dab93;
	left: 0;
	bottom: 0;
}
.header .tel{
	font-size: 20px;
	color: #2dc497;
	font-weight: bold;
	line-height: 30px;
	margin: 35px 0;
}
.header .icon-box{
	margin: 20px 70px 20px 0;
}
.header .icon-box .item{
	width: 60px;
	height: 60px;
	position: relative;
	cursor: pointer;
}
.header .icon-box .item:last-child{
	margin-right: 0;
}
.header .icon-box .item img{
	width: 30px;
	height: 30px;
	margin: 15px 0;
}
.header .icon-box .item.language-box{
	width: 60px;
}
.header .icon-box .item.language-box::after{
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	width: 0;
	height: 0;
	border-top: 8px solid #FFFFFF;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.header .icon-box .item.language-box .erji-language{
	display: none;
	position: absolute;
	width: 150px;
	background: #FFFFFF;
	z-index: 66;
	border-radius: 6px;
	left: 50%;
	top: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.header .icon-box .item.language-box .erji-language .items{
	display: block;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #505050;
	border-top: 1px solid #DDDDDD;
	transition: all .3s;
}
.header .icon-box .item.language-box .erji-language .items:first-child{
	border-radius: 6px 6px 0 0;
}
.header .icon-box .item.language-box .erji-language .items:last-child{
	border-radius: 0 0 6px 6px;
}
.header .icon-box .item.language-box .erji-language .items:hover,
.header .icon-box .item.language-box .erji-language .items.active{
	background: #28C495;
	color: #FFFFFF;
}
.header .icon-box .item.language-box .erji-language .items:first-child{
	border-top: none;
}
/* 二级菜单弹出 */
.erji-menu{
	display: none;
	position: absolute;
	background: #000000;
	width: 110px;
	top: 100%;
	left: 50%;
	z-index: 66;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.erji-menu .list{
	text-align: center;
	padding: 6px 0;
}
.erji-menu .list .items{
	
}
.erji-menu .list .items a{
	display: block;
	font-size: 16px;
	color: #ffffff;
	padding: 8px 0;
	transition: all .3s;
}
.erji-menu .list .items a:hover{
	font-size: 18px;
}
/* 二级菜单弹出 */
/* 二级产品菜单弹出 */
.erji-box{
	display: none;
	position: absolute;
	width: 100%;
	background: #000000;
	top: 100%;
	left: 0;
	z-index: 66;
	padding: 30px 0 80px;
}
.erji-box .list{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.erji-box .list .items{
	width: 14.28%;
	padding-right: 3.5%;
}
.erji-box .list .items a{
	display: block;
}
.erji-box .list .items .image-box{
	height: 0;
	padding-bottom: 180%;
	position: relative;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 16px;
	transition: all .3s;
}
.erji-box .list .items:hover .image-box{
	border-bottom: 1px solid #29C595;
}
.erji-box .list .items .image-box .icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all .3s;
}
.erji-box .list .items:hover .image-box .icon{
	transform: translate(-50%,-50%) scale(1.1);
	-ms-transform: translate(-50%,-50%) scale(1.1);
	-o-transform: translate(-50%,-50%) scale(1.1);
	-moz-transform: translate(-50%,-50%) scale(1.1);
	-webkit-transform: translate(-50%,-50%) scale(1.1);
}
.erji-box .list .items .title{
	font-size: 14px;
	color: #bfbfbf;
	margin-bottom: 18px;
}
.erji-box .list .items .desc{
	font-size: 16px;
	color: #FFFFFF;
	transition: all .3s;
}
.erji-box .list .items:hover .desc{
	color: #29C595;
}
/* 二级产品菜单弹出 */
.mask{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	z-index: 33;
}
.search-box{
	display: none;
	position: absolute;
	width: 100%;
	background: #FFFFFF;
	top: auto;
	left: 0;
	z-index: 66;
}
.search-box .search-form{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 30px 60px;
	position: relative;
}
.search-box .search-form .input{
	height: 45px;
	width: 100%;
	border: none;
	font-size: 20px;
	font-family: 'Maison Neue','Pingfang SC','Yahei','Noto Sans','Noto Sans CJK SC',sans-serif;
}
.search-box .search-form .input::-webkit-input-placeholder{
  color:#cccccc;
}
.search-box .search-form .input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#cccccc;
}
.search-box .search-form .input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#cccccc;
}
.search-box .search-form .input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#cccccc;
}
.search-box .search-form .btn{
	width: 32px;
	height: 40px;
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	font-size: 0;
	background: url(../images/close.svg) no-repeat center;
	cursor: pointer;
}
.mask-nav{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	z-index: 66;
}
.aside-nav{
	position: absolute;
	width: 450px;
	height: 100vh;
	padding: 0 60px 40px;
	background: #FFFFFF;
	top: 0;
	left: -100%;
	z-index: 77;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all .3s;
}
.aside-nav .top-box{
	
}
.aside-nav .top-box .tab-box{
	display: flex;
	align-items: center;
}
.aside-nav .top-box .tab-box .item{
	display: flex;
	align-items: center;
	height: 120px;
	width: 100px;
	color: #7d7d7d;
	font-family: 'Maison Neue','Pingfang SC','Yahei','Noto Sans','Noto Sans CJK SC',sans-serif;
	font-size: 15px;
	letter-spacing: 1.5px;
	cursor: pointer;
}
.aside-nav .top-box .tab-box .item:hover,
.aside-nav .top-box .tab-box .item.active{
	color: #222222;
}
.aside-nav .top-box .list-box{
	
}
.aside-nav .top-box .list-box .list{
	display: none;
}
.aside-nav .top-box .list-box .list .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 38px;
	cursor: pointer;
}
.aside-nav .top-box .list-box .list .item .title{
	color: #222;
	letter-spacing: 1.9px;
	font-size: 18px;
	padding: 5px 0;
	border-bottom: 2px solid transparent;
}
.aside-nav .top-box .list-box .list .item .icon{
	font-size: 0;
	width: 20px;
	height: 20px;
	background: url(../images/arrow-right.svg) no-repeat center;
}
.aside-nav .top-box .list-box .list .item:hover .title{
	border-color: #222222;
}
.aside-nav .bottom-box{
	
}
.aside-nav .bottom-box .list{
	
}
.aside-nav .bottom-box .list .item{
	
}
.aside-nav .bottom-box .list .item .title{
	height: 35px;
	display: flex;
	align-items: center;
	color: #7d7d7d;
	font-size: 15px;
	letter-spacing: 1.5px;
	font-family: 'Maison Neue','Pingfang SC','Yahei','Noto Sans','Noto Sans CJK SC',sans-serif;
}
@media (min-width: 1711px) and (max-width: 1920px) {
	.header{
		padding: 0 20px;
		
	}
}
@media (min-width: 1200px) and (max-width: 1710px) {
	.header{
		padding: 0 20px;
		height: 90px;
	}
	.header .logo img{
		height: 60px;
	}
	.header .logo .desc{
		font-size: 14px;
		margin-left: 20px;
	}
	.header .left-box{
		margin-left: 50px;
	}
	.header .left-box .yiji .item{
		margin-right: 40px;
	}
	.header .left-box .yiji .item a.item-title{
		font-size: 14px;
		padding: 35px 0;
	}
	.header .tel{
		font-size: 16px;
		margin: 30px 0;
	}
	.header .icon-box{
		margin: 25px 20px 25px 0;
	}
	.header .icon-box .item{
		width: 40px;
		height: 40px;
	}
	.header .icon-box .item.language-box{
		width: 40px;
	}
	.header .icon-box .item img{
		width: 20px;
		height: 20px;
		margin: 10px 0;
	}
	.header .icon-box .item.language-box::after{
		border-top: 5px solid #FFFFFF;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header{
		padding: 0 15px;
		height: 80px;
	}
	.header .logo img{
		height: 50px;
	}
	.header .logo .desc{
		font-size: 13px;
		margin-left: 16px;
	}
	.header .left-box{
		margin-left: 30px;
	}
	.header .left-box .yiji .item{
		margin-right: 20px;
	}
	.header .left-box .yiji .item a.item-title{
		font-size: 13px;
		padding: 30px 0;
	}
	.header .tel{
		font-size: 15px;
		margin: 25px 0;
	}
	.header .icon-box{
		margin: 20px 20px 20px 0;
	}
	.header .icon-box .item{
		width: 40px;
		height: 40px;
	}
	.header .icon-box .item.language-box{
		width: 40px;
	}
	.header .icon-box .item img{
		width: 20px;
		height: 20px;
		margin: 10px 0;
	}
	.header .icon-box .item.language-box::after{
		border-top: 5px solid #FFFFFF;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.header{
		padding: 0 10px;
		height: 70px;
	}
	.header .logo a{
		padding: 15px 0;
	}
	.header .logo img{
		height: 30px;
	}
	.header .logo .desc{
		font-size: 12px;
		margin-left: 10px;
		line-height: 20px;
	}
	.header .left-box{
		margin-left: 15px;
	}
	.header .left-box .yiji .item{
		margin-right: 8px;
	}
	.header .left-box .yiji .item a.item-title{
		font-size: 12px;
		padding: 25px 0;
	}
	.header .tel{
		font-size: 12px;
		margin: 20px 0;
	}
	.header .icon-box{
		margin: 15px 15px 15px 0;
	}
	.header .icon-box .item{
		width: 40px;
		height: 40px;
	}
	.header .icon-box .item.language-box{
		width: 40px;
	}
	.header .icon-box .item img{
		width: 20px;
		height: 20px;
		margin: 10px 0;
	}
	.header .icon-box .item.language-box::after{
		border-top: 5px solid #FFFFFF;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
	.search-box .search-form{
		padding: 20px 30px;
	}
	.search-box .search-form .input{
		font-size: 16px;
	}
	.search-box .search-form .btn{
		right: 30px;
	}
	.aside-nav{
		width: 350px;
		padding: 0 30px 25px;
	}
	.aside-nav .top-box .tab-box .item{
		height: 90px;
	}
	.aside-nav .top-box .list-box .list .item .title{
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.header{
		height: 60px;
		padding: 0 0 0 12px;
	}
	.header .logo a{
		padding: 15px 0;
	}
	.header .logo img{
		height: 30px;
	}
	.header .logo .desc{
		font-size: 10px;
		margin-left: 10px;
		line-height: 15px;
	}
	.header .left-box{
		display: none;
	}
	.header .tel{
		display: none;
	}
	.header .icon-box{
		margin: 10px 0;
	}
	.header .icon-box .item{
		width: 30px;
		height: 40px;
	}
	.header .icon-box .item.language-box{
		width: 40px;
	}
	.header .icon-box .item img{
		width: 20px;
		height: 20px;
		margin: 10px 0;
	}
	.header .icon-box .item.language-box::after{
		border-top: 5px solid #FFFFFF;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
	.header .icon-box .item.language-box .erji-language{
		width: 120px;
	}
	.header .menu-box{
		display: block;
		font-size: 0;
		width: 50px;
		height: 60px;
		background: url(../images/menu.svg) no-repeat center;
	}
	.search-box .search-form{
		padding: 10px 15px;
	}
	.search-box .search-form .input{
		font-size: 14px;
	}
	.search-box .search-form .btn{
		right: 15px;
	}
	.aside-nav{
		width: 80%;
		padding: 0 15px 20px;
	}
	.aside-nav .top-box .tab-box .item{
		height: 80px;
	}
	.aside-nav .top-box .list-box .list .item .title{
		font-size: 16px;
	}
}
/* 头部 */
/* 底部 */
.footer{
	padding: 60px 10% 50px 6%;
	background: #222126;
}
.footer .flogo{
	width: 15%;
}
.footer .flogo img{
	width: 85%;
	max-width: 190px;
}
.footer .nav-footer{
	max-width: 55%;
}
.footer .nav-footer .cate-box{
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.footer .nav-footer .yiji{
	
}
.footer .nav-footer .yiji .item{
	margin-right: 70px;
}
.footer .nav-footer .yiji .item:last-child{
	margin-right: 0;
}
.footer .nav-footer .yiji .item a{
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
}
.footer .nav-footer .yiji .item .erji{
	margin-top: 10px;
}
.footer .nav-footer .yiji .item .erji .items{
	margin: 4px 0;
}
.footer .nav-footer .yiji .item .erji .items a{
	font-size: 14px;
	color: #adadad;
}
.footer .nav-footer .guanzhu-box{
	margin-top: 20px;
}
.footer .nav-footer .guanzhu-box .cate-title{
	font-size: 16px;
	color: #ffffff;
	margin-right: 16px;
}
.footer .nav-footer .guanzhu-box .list{
	padding-left: 4px;
}
.footer .nav-footer .guanzhu-box .list .item{
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	font-size: 0;
	padding: 1px 0;
}
.footer .nav-footer .guanzhu-box .list .item:last-child{
	margin-right: 0;
}
.footer .nav-footer .guanzhu-box .list .item .icon{
	width: 26px;
	height: 26px;
}
.footer .nav-footer .guanzhu-box .list .item .alert-box{
	position: absolute;
	z-index: 1;
	width: 75px;
	height: 82px;
	bottom: 90%;
	left: 50%;
	transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	visibility: hidden;
	opacity: 0;
	background: url(../images/icon7.png) no-repeat center;
	background-size: cover;
	padding: 3px 3px 10px 3px;
	transition: all .3s;
}
.footer .nav-footer .guanzhu-box .list .item:hover .alert-box{
	visibility: visible;
	bottom: 100%;
	opacity: 1;
}
.footer .nav-footer .guanzhu-box .list .item .alert-box .code{
	width: 100%;
	height: 100%;
}

.footer .nav-footer .links-box{
	margin-top: 15px;
}
.footer .nav-footer .links-box .cate-title{
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
}
.footer .nav-footer .links-box .list{
	padding-left: 75px;
	float: none;
}
.footer .nav-footer .links-box .list .item{
	margin-right: 25px;
}
.footer .nav-footer .links-box .list .item:last-child{
	margin-right: 0;
}
.footer .nav-footer .links-box .list .item a{
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	/*border-bottom: 1px solid #FFFFFF;*/
}

.footer .nav-footer .copyright{
	font-size: 14px;
	color: #757577;
	margin-top: 15px;
}
.footer .nav-footer .copyright a{
	color: #757577;
}
.footer .contact-box{
	max-width: 25%;
}
.footer .contact-box .cate-box{
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.footer .contact-box .tel-box{
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.footer .contact-box .tel-box .tel{
	color: #22b88b;
	font-weight: bold;
}
.footer .contact-box .info{
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 10px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
	.footer{
		padding: 40px 6% 30px 3%;
	}
	.footer .flogo{
		width: 10%;
	}
	.footer .nav-footer .cate-box{
		font-size: 18px;
	}
	.footer .contact-box .cate-box{
		font-size: 18px;
	}
	.footer .nav-footer .yiji .item{
		margin-right: 30px;
	}
	.footer .nav-footer .yiji .item a{
		font-size: 14px;
	}
	.footer .nav-footer .copyright{
		font-size: 12px;
	}
	.footer .contact-box .tel-box{
		font-size: 16px;
	}
	.footer .contact-box .info{
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.footer{
		padding: 30px;
	}
	.footer .flogo{
		float: none;
		width: 140px;
	}
	.footer .nav-footer{
		float: none;
		margin-top: 20px;
	}
	.footer .nav-footer .cate-box{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.footer .contact-box .cate-box{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.footer .nav-footer .yiji .item{
		margin-right: 40px;
	}
	.footer .nav-footer .yiji .item a{
		font-size: 14px;
	}
	.footer .nav-footer .copyright{
		font-size: 12px;
	}
	.footer .contact-box{
		float: none;
		margin-top: 20px;
	}
	.footer .contact-box .tel-box{
		font-size: 16px;
	}
	.footer .contact-box .info{
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.footer{
		padding: 15px;
	}
	.footer .flogo{
		float: none;
		width: 140px;
	}
	.footer .nav-footer{
		float: none;
		margin-top: 20px;
		max-width: 100%;
	}
	.footer .nav-footer .cate-box{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.footer .contact-box .cate-box{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.footer .nav-footer .yiji .item{
		margin-right: 40px;
		min-height: 200px;
	}
	.footer .nav-footer .yiji .item a{
		font-size: 14px;
	}
	.footer .nav-footer .copyright{
		font-size: 12px;
	}
	.footer .contact-box{
		float: none;
		margin-top: 20px;
		max-width: 100%;
	}
	.footer .contact-box .tel-box{
		font-size: 16px;
	}
	.footer .contact-box .info{
		font-size: 14px;
	}
}
/* 底部 */
/* 侧边 */
.aside{
	position: fixed;
	right: 15px;
	top: 25%;
	z-index: 55;
	width: 73px;
	font-size: 0;
}
.aside .wx-box{
	position: relative;
}
.aside .wx-box .alert-box{
	position: absolute;
	z-index: 1;
	width: 162px;
	height: 162px;
	right: 90%;
	opacity: 0;
	visibility: hidden;
	top: 18px;
	background: url(../images/icon3.png) no-repeat center;
	background-size: cover;
	padding: 15px 20px 15px 15px;
	transition: all .3s;
}
.aside .wx-box:hover .alert-box{
	right: 100%;
	opacity: 1;
	visibility: visible;
}
.aside .wx-box .alert-box .code{
	width: 100%;
	height: 100%;
}
.aside .aside-icon{
	width: 100%;
	cursor: pointer;
}
.aside .aside3{
	display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.aside{
		width: 65px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.aside{
		width: 55px;
	}
}
@media (max-width: 767px) {
	.aside{
		width: 45px;
	}
}
/* 侧边 */
/* 页面加载 */
.loading{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	z-index: 100;
	background-color: #fff;
}
.loading .pic{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 30px;
	text-align: center;
	line-height: 100px;
}
.loading .pic span{
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 50%;
	box-shadow: 0 3px 0 #666;
	animation: rotate 1s infinite linear;
	-webkit-animation: rotate 1s infinite linear;
}
@-webkit-keyframes rotate{
	0%{-webkit-transform: rotate(0deg);}
	100%{-webkit-transform: rotate(360deg);}
}
@keyframes rotate{
	100%{transform: rotate(360deg);}
}
/* 页面加载 */
/*分页CSS*/
.pagination{
	text-align: center;
	font-size: 0;
} 
.pagination li{ 
  	display: inline-block;
  	vertical-align: top;
  	margin-right: 12px;
}
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a,
.pagination li span{   
  	display: block;
	width: 38px;
  	height: 38px;
  	line-height: 38px;
  	color: #8d9190;
	background: transparent;
  	font-size: 14px; 
  	border-radius: 100%;
	transition: all .3s;
}
.pagination li a{
	cursor: pointer;
}
.pagination li.disabled span,
.pagination li.active span,
.pagination li a:hover{ 
  	background: #2bc496; 
  	color: #fff;
  	border-color: #2bc496;
}
@media (max-width: 767px) {
	.pagination li{
		margin-right: 8px;
	}
	.pagination li a,
	.pagination li span{
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
}
/*分页CSS*/
/* 微信弹出 */
.wx-mask{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	z-index: 66;
}
.wx-alert-box{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 99;
	width: 250px;
	height: 250px;
	padding: 50px;
	background: #FFFFFF;
}
.wx-alert-box .img{
	width: 150px;
	height: 150px;
	border: 1px solid #DDDDDD;
}
/* 微信弹出 */
/* 首页栏目盒子 */
.public-cate-box{
	text-align: center;
}
.public-cate-box .cate-title{
	font-size: 34px;
	color: #333333;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 2px solid #29c595;
}
.public-cate-box .cate-title font{
	color: #29c595;
}
.public-cate-box .desc{
	font-size: 18px;
	color: #343434;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.public-cate-box .cate-title{
		font-size: 30px;
	}
	.public-cate-box .desc{
		font-size: 16px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.public-cate-box .cate-title{
		font-size: 28px;
	}
	.public-cate-box .desc{
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.public-cate-box .cate-title{
		font-size: 24px;
	}
	.public-cate-box .desc{
		font-size: 12px;
	}
}
/* 首页栏目盒子 */
/* 内页大图 */
.page_bg{
	font-size: 0;
}
.page_bg img{
	width: 100%;
}
/* 内页大图 */
/* 内页栏目盒子 */
.public-page-cate-box{
	
}
.public-page-cate-box .title{
	font-size: 32px;
	color: #2ec496;
	font-weight: bold;
	margin-bottom: 10px;
}
.public-page-cate-box .desc{
	font-size: 14px;
	color: #bfbfbf;
	text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.public-page-cate-box .title{
		font-size: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.public-page-cate-box .title{
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.public-page-cate-box .title{
		font-size: 24px;
	}
	.public-page-cate-box .desc{
		font-size: 12px;
	}
}
/* 内页栏目盒子 */
/* 关于搜索者4个icon图标组 */
.public-icon-list{
	margin-top: 60px;
}
.public-icon-list .item{
	
}
.public-icon-list .item .icon-box{
	width: 140px;
	height: 140px;
	margin: 0 auto;
	background: #cccccc;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}
.public-icon-list .item:hover .icon-box{
	background: #2bc496;
}
.public-icon-list .item .icon-box .icon{
	width: 56px;
}
.public-icon-list .item .icon-box .en_title{
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 12px;
}
.public-icon-list .item .title{
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 30px;
}
.public-icon-list .item .desc{
	margin-top: 40px;
	font-size: 14px;
	color: #747474;
	text-align: center;
	line-height: 26px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.public-icon-list .item .icon-box{
		width: 120px;
		height: 120px;
	}
	.public-icon-list .item .icon-box .icon{
		width: 45px;
	}
	.public-icon-list .item .icon-box .en_title{
		margin-top: 8px;
	}
	.public-icon-list .item .title{
		margin-top: 20px;
	}
	.public-icon-list .item .desc{
		margin-top: 30px;
	}
}
@media (max-width: 991px) {
	.public-icon-list .item{
		margin-top: 25px;
	}
	.public-icon-list .item .icon-box{
		width: 120px;
		height: 120px;
	}
	.public-icon-list .item .icon-box .icon{
		width: 45px;
	}
	.public-icon-list .item .icon-box .en_title{
		margin-top: 8px;
	}
	.public-icon-list .item .title{
		margin-top: 20px;
	}
	.public-icon-list .item .desc{
		margin-top: 30px;
	}
}
/* 关于搜索者4个icon图标组 */

/* 落地页栏目标题 */
.luodi-cate-box{
	text-align: center;
}
.luodi-cate-box .title{
	font-size: 40px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1.5px;
	line-height: 100%;
}
.luodi-cate-box .desc{
	margin-top: 16px;
}
.luodi-cate-box .desc .icon{
	display: inline-block;
	vertical-align: middle;
	height: 20px;
}
.luodi-cate-box .desc .text{
	font-size: 24px;
	color: #565656;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	margin: 0 5px;
}
@media (min-width: 1200px) and (max-width: 1710px) {
	.luodi-cate-box .title{
		font-size: 36px;
	}
	.luodi-cate-box .desc .text{
		font-size: 20px;
	}
	.luodi-cate-box .desc .icon{
		height: 16px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.luodi-cate-box .title{
		font-size: 34px;
	}
	.luodi-cate-box .desc .text{
		font-size: 20px;
	}
	.luodi-cate-box .desc .icon{
		height: 16px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.luodi-cate-box .title{
		font-size: 32px;
	}
	.luodi-cate-box .desc .text{
		font-size: 18px;
	}
	.luodi-cate-box .desc .icon{
		height: 16px;
	}
}
@media (max-width: 767px) {
	.luodi-cate-box .title{
		font-size: 30px;
	}
	.luodi-cate-box .desc .text{
		font-size: 18px;
	}
	.luodi-cate-box .desc .icon{
		height: 16px;
	}
}
/* 落地页栏目标题 */

/* 在线留言 */
.public-message-form{
	margin-top: 40px;
}
.public-message-form .item{
	margin-top: 25px;
}
.public-message-form .item .title{
	font-size: 16px;
	color: #010101;
	margin-bottom: 12px;
}
.public-message-form .item .form-item{
	
}
.public-message-form .item .form-item .input-box{
	
}
.public-message-form .item .form-item .input-box .input{
	height: 44px;
	border: 1px solid #e5e5e5;
	display: block;
	width: 100%;
	color: #222;
	padding: 0 12px;
	font-size: 14px;
}
.public-message-form .item .form-item .textarea-box{
	
}
.public-message-form .item .form-item .textarea-box .textarea{
	height: 260px;
	border: 1px solid #e5e5e5;
	display: block;
	width: 100%;
	color: #222;
	font-size: 14px;
	padding: 12px;
}
.public-message-form .submit{
	display: block;
	width: 200px;
	height: 60px;
	margin: 60px auto 0;
	background: #2bc496;
	border: 1px solid #5dab93;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	border-radius: 8px;
	font-size: 18px;
	letter-spacing: 2px;
}
@media (max-width: 767px) {
	.public-message-form .submit{
		width: 150px;
		height: 50px;
		font-size: 15px;
	}
}
/* 在线留言 */