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;
}
html{
	overflow-x:hidden;
}
@font-face {
	font-family: "AR";
	src:url('../fonts/AlibabaR.ttf');
}
@font-face {
	font-family: "AB";
	src: url("../fonts/AlibabaB.ttf");
}
body {
	color: #333;
	font-size: 14px !important;
	background: #fff;
	font-family:"AR","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;
}
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:80px;
	line-height:80px;
	border-bottom:1px solid rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
}
.public-header .block{
	width:1600px !important;
}
.public-header .body-box {
	box-sizing: border-box;
	display:flex;
	justify-content:space-between;
}
.public-header .body-box .logo-box{
	line-height:80px;
}
.public-header .body-box .logo-box img {
	max-height:50px;
}
.public-header .body-box .link-box {
	width:50%;
	text-align:center;
	display:flex;
	justify-content:flex-end;
	box-sizing:border-box;
}
.public-header .body-box li {
	position: relative;
	float: left;
	text-align: center;
	margin-left:40px;
	margin-right:40px;
	line-height:80px;
	white-space: nowrap;
}
.public-header .body-box li a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
}
/*.public-header .body-box li a:before {
	position: absolute;
	content: '';
	height: 1px;
	background: #0069B7;
	left: 50%;
	margin-left: 0;
	width: 0px;
	transition: all 0.3s;
	bottom: 0px;
}*/
.public-header .body-box li:hover > a,
.public-header .body-box li.active > a {
	color:#0B925B !important;
}
/*.public-header .body-box li:hover a:before,
.public-header .body-box li.active a:before{
	width: 64px;
	height:3px;
	margin-left: -32px;
}*/
.public-header .info-box{
	font-size:26px;
	color:#EA5506;
	text-align:right;
}
.public-header .info-box a{
	position:relative;
	font-size:16px;
	line-height:80px;
}
.public-header .info-box a:last-child{
	margin-left:60px;
}
.public-header .info-box a:last-child:before{
	position:absolute;
	content:'';
	top:5px;
	left:-32px;
	width:1px;
	height:14px;
	background:#333333;
}
.public-header .info-box a.member-box:before{
	display:none;
}
.public-header.active{
	background:#fff;
	border-bottom:none;
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
}



/*底部*/
.public-footer {
	background: #FFFFFF;
	padding-top:35px;
	box-sizing:border-box;
}
.public-footer .block{
	width:1600px !important;
}
.public-footer .body-box{
	display:flex;
	justify-content:space-between;
}
.public-footer .body-box .link-box{
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.public-footer .body-box .link-box li{
	margin-left:60px;
}
.public-footer .body-box .link-box li a{
	font-size:16px;
}
.public-footer .body-box .link-box li a:hover{
	color:#0B925B;
}
.public-footer .line{
	margin-top:35px;
	width:100%;
	height:1px;
	background:#EEEEEE;
}
.public-footer .info-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-top:40px;
	padding-bottom:40px;
}
.public-footer .info-box p{
	font-size:16px;
}
.public-footer .info-box p a{
	font-size:16px;
	margin-left:5px;
	margin-right:5px;
}
.public-footer .info-box .img-box img{
	width:120px;
	height:120px;
}


/*更多效果*/
.public_a {
	position: relative;
	height:50px;
	line-height:50px;
	width:165px;
	display: inline-block;
	text-align: center;
	font-size: 0;
	border-radius:25px;
	border:1px solid #999;
	overflow: hidden;
}
.public_a span {
	position: relative;
	font-size: 18px;
	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: #0069B7;
	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;
}



.more-box{
	width:120px;
	height:38px;
	line-height:38px;
	background:#0B925B;
	border-radius: 19px;
	font-size:14px;
	text-align:center;
	box-sizing:border-box;
}
.more-box a{
	color:#fff;
}


/*圆点*/
.public-pagination-logo .swiper-pagination-bullet{
	margin:0 8px !important;
	width:8px;
	height:8px;
	background:#FFFFFF;
	border-radius:4px;
	opacity:1;
	box-sizing:border-box;
}
.public-pagination-logo .swiper-pagination-bullet-active{
	width:28px;
	background:#066D47;
}



/*视频*/
.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.8);
	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;
}



/*通用swiper箭头*/
.public-prev{
	width:72px;
	height:72px;
	border:1px solid #DDDDDD;
	border-radius:100%;
}
.public-next{
	width:72px;
	height:72px;
	border:1px solid #DDDDDD;
	border-radius:100%;
}
.public-next:after,
.public-prev:after{
	font-size:20px;
	color:#999999;
}
.public-prev:hover,
.public-next:hover{
	background:#0B925B;
	border-color:#0B925B;
}
.public-prev:hover:after,
.public-next:hover:after{
	color:#fff;
}

/*箭头*/
#top{
	position:fixed;
	bottom:290px;
	right:20px;
	z-index:99999;
	display:none;
	width:60px;
	height:60px;
	background:#333;
	line-height:60px;
	text-align:center;
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
	border-radius:5px;
	overflow:hidden;
}
#top img{
	width:30px;height:auto;
}
#top:hover{
	background:#0B925B;
}


@media screen and (max-width: 1680px) {
	.public-footer .block,
	.public-header .block,
	.block {
		width: 1300px!important;
	}
	.public-header .body-box li{
		margin-left:30px;
		margin-right:30px;
	}
}
/*# sourceMappingURL=./common.css.map */