body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	line-height:1;
}
body {
	color: #333;
	font-size: 14px !important;
	background: #fff;
	font-family: "PingFang SC","Microsoft YaHei", "Arial", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "STHeiti", "Microsoft JhengHei", SimSun, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	line-height: 1.6;
}
@font-face {
	font-family: "Al";
	src: url("../fonts/Alimama.otf");
}
@font-face {
	font-family: "Mi";
	src: url("../fonts/MiSans.ttf");
}
td,
th,
caption {
	font-size: 14px;
}
a {
	color: #333;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
a:visited,
a:focus,
a:hover {
	text-decoration: none;
	color: #333;
}
.swiper-pagination-bullet,
.swiper-button-next,
.swiper-button-prev {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}
img {
	border: 0;
	vertical-align: middle;
}
img {
	border: none;
}
ol,
ul,
li {
	list-style: none;
}
input,
textarea,
select,
button {
	vertical-align: middle;
	font-size: 14px;
	font-family: inherit;
	line-height: normal;
	outline: none;
}
button {
	cursor: pointer;
}
table {
	border-collapse: collapse;
}
video {
	object-fit: contain;
}
.block{
	width:1600px;
	margin:0 auto;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	*zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}



/*顶部*/
.public-header {
	position: fixed;
	top: 0;
	z-index: 9999;
	left: 0;
	right: 0;
	height:100px;
	line-height:100px;
	box-sizing: border-box;
}
.public-header.on{
	background:#fff;
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
}
.public-header .body-box {
	padding-left:4%;
	padding-right:4%;
	box-sizing: border-box;
	display:flex;
	justify-content:space-between;
}
.public-header .body-box .logo-box{
	line-height:100px;
}
.public-header .body-box .logo-box img {
	max-height:60px;
}
.public-header.on .body-box .logo-box img,
.public-header.active .body-box .logo-box img,
.public-header .body-box .logo-box img.active{
	display:none;
}
.public-header.on .body-box .logo-box img.active,
.public-header.active .body-box .logo-box img.active{
	display:inline-block;
}
.public-header .body-box .link-box {
	width:70%;
	text-align:right;
	display:flex;
	justify-content:flex-end;
	box-sizing:border-box;
}
.public-header .body-box li {
	position: relative;
	float: left;
	text-align: center;
	margin-left:60px;
	line-height:100px;
}
.public-header .body-box li a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	vertical-align: middle;
	width: 100%;
	color:#fff;
	box-sizing: border-box;
}
.public-header.on .body-box li a,
.public-header.active .body-box li a{
	color:#004337;
}
.public-header.active .body-box li:hover > a,
.public-header.active .body-box li.active > a,
.public-header .body-box li:hover > a,
.public-header .body-box li.active > a {
	color: #4BB45C !important;
	font-weight:700;
}
.public-header .search-box{
	line-height:100px;
	text-align:center;
	margin-left:30px;
}
.public-header.on .search-box img,
.public-header.active .search-box img,
.public-header .search-box img.active{
	display:none;
}
.public-header.on .search-box img.active,
.public-header.active .search-box img.active{
	display:inline-block;
}
.public-header .search-box img{
	position:relative;
	top:-1px;
	margin-right:12px;
}





/*底部*/
.public-footer {
	margin-top:140px;
	height:380px;
	border-top:1px solid rgba(255, 255, 255, 0.1);
	padding-top:60px;
	box-sizing:border-box;
}
.public-footer .body-box{
	display:flex;
	justify-content:space-between;
}
.public-footer .body-box .tab-box{
	display:flex;
	justify-content:center;
}
.public-footer .body-box .tab-box dl{
	margin-right:90px;
}
.public-footer .body-box .tab-box dl > a{
	font-size:18px;
	color:#fff;
	margin-bottom:30px;
	display:inline-block;
}
.public-footer .body-box .tab-box dl dd a{
	color:#ccc;
	font-size:14px;
	line-height:30px;
	font-weight:700;
}
.public-footer .body-box .tab-box dl dd a:hover{
	color:#fff;
}
.public-footer .qrcode-box{
	display:flex;
	justify-content:flex-start;
}
.public-footer .qrcode-box .item-box{
	position:relative;
}
.public-footer .qrcode-box .item-box p{
	position:absolute;
	font-size:14px;
	color:#CCCCCC;
	top:190px;
	left:50%;
	transform:translateX(-50%);
	margin-left:-5px;
	opacity:0;
	white-space:nowrap;
}
.public-footer .qrcode-box .item-box .icon-box{
	position:relative;
	margin-right:10px;
	width:40px;
	height:40px;
	line-height:40px;
	background:rgba(255, 255, 255, 0.1);
	border-radius:100%;
	text-align:center;
}
.public-footer .qrcode-box .item-box.active .icon-box{
	background:#009245;
	border-radius:100%;
}
.public-footer .qrcode-box .item-box .icon-box .er-box{
	display:none;
}
.public-footer .qrcode-box .item-box.active .icon-box .er-box{
	display:inline-block;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:58px;
}
.public-footer .qrcode-box .item-box.active .icon-box .er-box:before{
	position:absolute;
	content:'';
	background:url('../images/icon_16.png') center center no-repeat;
	background-size:100% 100%;
	width:17px;
	height:9px;
	top:-9px;
	left:50%;
	transform:translateX(-50%);
}
.public-footer .qrcode-box .item-box.active .icon-box .er-box img{
	width:123px;
	height:123px;
}
.public-footer .qrcode-box .item-box.active p{
	opacity:1;
}


.public-footer .copy-box{
	margin-top:60px;
	height:80px;
	line-height:80px;
	text-align:left;
}
.public-footer .copy-box span,
.public-footer .copy-box a{
	font-size:14px;
	color:#ccc;
}
.public-footer .copy-box a{
	margin-left:8px;
	margin-right:8px;
}
.public-footer .copy-box a:last-child{
	opacity:0;
}





/*更多效果*/
.public_a {
	position: relative;
	height:40px;
	line-height:40px;
	width:140px;
	display: inline-block;
	text-align: center;
	font-size: 0;
	border-radius:20px;
	border:1px solid #CCCCCC;
	overflow: hidden;
}
.public_a span {
	position: relative;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
	color:#999;
}
.public_a span img {
	margin-left:12px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.public_a span img.active {
	display: none;
}
.public_a:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.public_a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background:#4BB45C;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 2;
}
.public_a:hover{
	border-color:transparent;
}
.public_a:hover:before,
.public_a:focus:before,
.public_a:hover:before {
	right: auto;
	left: 0;
	width: 100%;
}
.public_a:hover span {
	color: #fff;
}
.public_a:hover span img {
	display: none;
}
.public_a:hover span img.active {
	display: inline-block;
}



.public_a_w {
	position: relative;
	height:73px;
	line-height:73px;
	width:286px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	border-radius:10px;
	border: 1px solid #ffffff;
	overflow: hidden;
}
.public_a_w span {
	position: relative;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
}
.public_a_w span img {
	margin-left: 20px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.public_a_w span img.active {
	display: none;
}
.public_a_w:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.public_a_w:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #EA5506;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 2;
}
.public_a_w:hover{
	border-color:#EA5506;
	box-sizing:border-box;
}
.public_a_w:hover:before,
.public_a_w:focus:before,
.public_a_w:hover:before {
	right: auto;
	left: 0;
	width: 100%;
}
.public_a_w:hover span img {
	display: none;
}
.public_a_w:hover span img.active {
	display: inline-block;
}





/*圆点*/
.public-pagination-white .swiper-pagination-bullet{
	margin:0 8px !important;
	width:10px;
	height:10px;
	border:1px solid #fff;
	border-radius:50%;
	opacity:1;
	background:transparent;
}
.public-pagination-white .swiper-pagination-bullet-active{
	background:#fff;
	border-color:#fff;
}


.public-pagination-logo .swiper-pagination-bullet{
	margin:0 4px !important;
	width:10px;
	height:10px;
	border-radius:50%;
	opacity:1;
	background:#dddddd;
}
.public-pagination-logo .swiper-pagination-bullet-active{
	background: #4BB45C;
}





/*视频*/
.video-pop {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999999;
}
.video-pop .pop-bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.video-pop .video-box {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video-pop .video-box video {
	outline: none;
	max-width:1200px;
	max-height:640px;
}



#top{
	position:fixed;bottom:60px;right:10px;z-index:99999;display:none;width:48px;height:48px;background:#333;line-height:48px;text-align:center;
}
#top img{
	width:30px;height:auto;
}
#top:hover{
	background:#4BB45C;
}



/*顶部搜索栏*/
.public-header .all-search {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
	height:100px;
	display: none;
	box-shadow:0 0 20px 0px rgba(0, 0, 0, 0.3);
}
.public-header .all-search .input-search {
	position: relative;
	width: 650px;
	height: 50px;
	line-height: 49px;
	border-bottom: 1px solid #cccccc;
	margin: 0 auto;
	margin-top: 16px;
}
.public-header .all-search .input-search input {
	border: none;
	width: 100%;
	font-size: 14px;
}
.public-header .all-search .input-search .icon-box {
	position: absolute;
	right: 0;
	top: 20px;
	cursor: pointer;
}
.public-header .all-search .input-search .close-btn {
	position: absolute;
	top: 20px;
	right: -125px;
	cursor: pointer;
}





@media screen and (max-width: 1680px) {
	.public-header .body-box li{
		margin-left:40px;
	}
	.public-footer .block{
		width:1300px;
	}
	.public-footer{
		margin-top:50px;
		padding-top:50px;
		box-sizing:border-box;
	}
	.public-footer .copy-box{
		margin-top:30px;
	}
}
/*# sourceMappingURL=./common.css.map */