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;
}
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: "DIN-R";
	src: url("../fonts/DIN-R.otf");
}
@font-face {
	font-family: "DIN-B";
	src: url("../fonts/DIN-B.otf");
}
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;
	cursor: pointer;
}
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 .body-box {
	box-sizing: border-box;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-left:80px;
	padding-right:80px;
	box-sizing:border-box;
}
.public-header .body-box .logo-box{
	line-height:100px;
}
.public-header.active .body-box .logo-box{
	z-index:35;
}
.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;
	max-height:60px;
}
.public-header .link-box{
	width:68%;
	height:100px;
	display:flex;
	justify-content:flex-end;
	opacity:0;
	z-index:35;
}
.public-header.active .link-box{
	opacity:1;
}
.public-header .link-box li {
	position: relative;
	float: left;
	line-height:100px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-left:10px;
	margin-right:10px;
	box-sizing: border-box;
}
.public-header .link-box li > a {
	display: inline-block;
	position: relative;
	color: #000000;
	font-size: 18px;
	letter-spacing: 1px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	font-weight: 400;
	width: 100%;
}
.public-header .link-box li.active > a,
.public-header .link-box li:hover > a,
.public-header .link-box li.on > a {
	color:#009245;
}
.public-header .link-box li dl {
	position: absolute;
	top: 80px;
	z-index: 999;
	width: 100%;
	left: 0;
	background: #fff;
	display: none;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
}
.public-header .link-box li dl dd a {
	display: block;
	height: 40px;
	line-height: 40px;
	color:#666666;
	/*border-bottom: 1px dashed rgba(0, 0, 0, 0.1);*/
}
.public-header .link-box li dl dd a:hover {
	background:#009245;
	color: #fff;
}
.public-header .link-box li dl dd:last-child a {
	border-bottom: none;
}
.public-header .toggle-btn {
	position: relative;
	height: 40px;
	display: flex;
	z-index: 10;
	align-items: center;
}
.public-header .toggle-btn em{
	color:#fff;
	font-size:18px;
	margin-left:10px;
}
.public-header .toggle-btn .sr-only {
	position: relative;
	display: block;
	width:18px;
	height:2px;
	background:#ffffff;
	margin: 0 auto;
	left:-1px;
}
.public-header .toggle-btn .sr-only:before {
	position: absolute;
	top: -9px;
	left: 0;
	content: ' ';
	width:22px;
	height:2px;
	background:#ffffff;
	transition: all 0.5s;
}
.public-header .toggle-btn .sr-only:after {
	position: absolute;
	top: 9px;
	left: 0;
	content: ' ';
	width: 22px;
	height: 2px;
	background:#ffffff;
	transition: all 0.5s;
}
.public-header .navBox{
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background:#f8f8f8;
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path:circle(0px at calc(100% - 110px) 50px);
	background-position: top right;
	background-repeat: no-repeat;
	transition: clip-path 0.7s ease-in-out;
	pointer-events: none;
	z-index:30;
}
.public-header.active .navBox {
	pointer-events: auto;
	clip-path: circle(110vw at calc(100% - 110px) 50px) !important;
	transition: clip-path 0.7s ease-in-out;
}
.public-header .navBox .close-btn{
	position:absolute;
	right:85px;
	top:20px;
}
.public-header.on{
	background:#fff;
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
}
.public-header.on .toggle-btn em{
	color:#333;
}
.public-header.on .toggle-btn .sr-only:before,
.public-header.on .toggle-btn .sr-only:after,
.public-header.on .toggle-btn .sr-only {
	background:#333;
}
.public-header .navBox .video-box{
	position:relative;
	height:750px;
	background:#000;
	margin-top:100px;
}
.public-header .navBox .video-box video{
/*	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	max-width:100%;
	max-height:100%;*/
	width:100%;
	height:100%;
	object-fit:cover;
}












/*底部*/
.public-footer {
	position:relative;
	background:url('../images/img_7.png') center center no-repeat;
	background-size:cover;
	height:800px;
	padding-top:100px;
	box-sizing:border-box;
}
.public-footer .block{
	width:1300px;
}
.public-footer .body-box .tab-box{
	display:flex;
	justify-content:space-between;
}
.public-footer .body-box .tab-box dl > a{
	font-size:16px;
	margin-bottom:10px;
	display:inline-block;
}
.public-footer .body-box .tab-box dl dd a{
	color:#999;
	font-size:14px;
	line-height:30px;
}
.public-footer .body-box .tab-box dl dd a:hover{
	color:#333;
}
.public-footer .qrcode-box{
	margin-top:20px;
	display:flex;
	justify-content:flex-start;
}
.public-footer .qrcode-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 .icon-box:nth-child(2).active a img,
.public-footer .qrcode-box .icon-box:nth-child(2) a img.active,
.public-footer .qrcode-box .icon-box.active > img,
.public-footer .qrcode-box .icon-box > img.active{
	display:none;
}
.public-footer .qrcode-box .icon-box.active{
	background:#009245;
	border-radius:100%;
}
.public-footer .qrcode-box .icon-box.active a img.active,
.public-footer .qrcode-box .icon-box.active > img.active{
	display:inline-block;
}
.public-footer .qrcode-box .icon-box .er-box{
	display:none;
}
.public-footer .qrcode-box .icon-box.active .er-box{
	display:inline-block;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:65px;
}
.public-footer .qrcode-box .icon-box.active .er-box:before{
	position:absolute;
	content:'';
	background:url('../images/icon_15.png') center center no-repeat;
	background-size:100% 100%;
	width:17px;
	height:9px;
	top:-9px;
	left:50%;
	transform:translateX(-50%);
}
.public-footer .qrcode-box .icon-box.active .er-box img{
	width:123px;
	height:123px;
}
.public-footer .copy-box{
	position:absolute;
	display:flex;
	justify-content:space-between;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}
.public-footer .copy-box p{
	height:80px;
	line-height:80px;
}
.public-footer .copy-box span,
.public-footer .copy-box a{
	font-size:14px;
	color:#fff;
}
.public-footer .copy-box a{
	margin-left:8px;
	margin-right:8px;
}






/*更多效果*/
.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;
}





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





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




/*右侧通用侧边*/
.public-right {
	position: fixed;
	right: 25px;
	top: 50%;
	z-index: 999;
	transform: translateY(-50%);
}
.public-right .item-box {
	position: relative;
	margin-bottom:5px;
}
.public-right .item-box span {
	position: relative;
	z-index: 2;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	background:#848484;
	border-radius:6px;
}
.public-right .item-box span img {
	vertical-align: middle;
}
.public-right .item-box p {
	position: absolute;
	width: 120px;
	height: 55px;
	line-height: 55px;
	border-radius:6px;
	top: 0;
	background:#009245;
	color: #fff;
	text-align: center;
	right: 100px;
	opacity: 0;
	transition: all .3s;
}
.public-right .item-box:nth-child(2) p{
	background:transparent;
}
.public-right .item-box:nth-child(2) p img{
	position:relative;
	top:-30px;
	right:5px;
}
.public-right .item-box:hover span {
	background: #009245;
}
.public-right .item-box:hover p {
	opacity: 1;
	right: 58px;
}

/*对话框*/
.cover-box{
	position:fixed;
	left:0;
	top:0;
	width:100vw;
	height:100vh;
	background:rgba(0, 0, 0, 0.5);
	z-index:9999;
	display:none;
}
.comm-page{
	position:fixed;
	width:800px;
	height:640px;
	background:#fff;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:9999;
	border-radius: 20px;
	padding:75px;
	box-sizing:border-box;
	display:none;
}
.comm-page .colse-btn{
	position:absolute;
	top:30px;
	right:35px;
}
.comm-page .ok input,
.comm-page .col-md-3 input{
	width:100%;
	height:50px;
	background:#EEEEEE;
	border-radius: 15px;
	border:none;
	font-size:16px;
	margin-bottom:20px;
	padding-left:18px;
	box-sizing:border-box;
}
.comm-page .col-md-3 textarea{
	width:100%;
	height:160px;
	border:none;
	font-size:16px;
	border-radius: 15px;
	background:#EEEEEE;
	padding-left:18px;
	padding-top:20px;
	margin-bottom:20px;
	box-sizing:border-box;
}
.comm-page .ok input{
	background:#009245;
	color:#fff;
	font-size:20px;
}

.comm-page.active,
.cover-box.active{
	display:block;
}

@media screen and (max-width: 1680px) {
	.public-header .link-box li{
		padding-left:5px;
		padding-right:5px;
	}
	.public-header .navBox .video-box{
		zoom:.8;
	}
}
/*# sourceMappingURL=./common.css.map */