﻿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;
}
html {
	font-size: 75px;
}
body {
	color: #4c4c4c;
	font-size: 14px !important;
	background: #fff;
	line-height: 1.6;
	font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
.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;
	background: none;
	text-decoration: none;
}
td,
th,
caption {
	font-size: 14px;
}
a {
	color: #565656;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
a:visited,
a:focus,
a:hover {
	text-decoration: none;
	color: #333;
}
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_ul {
	text-align: center;
	float: right;
	line-height:80px;
	font-size: 0;
}
.public_header_ul li {
	position: relative;
	float: left;
	text-align: center;
}
.public_header_ul li a {
	position: relative;
	display: inline-block;
	color: #111;
	font-size: 19px;
	vertical-align: middle;
	width: 100%;
	font-weight: 400;
	padding-left: 28px;
	padding-right: 28px;
	box-sizing: border-box;
}
.public_header_ul li a:before {
	position: absolute;
	content: '';
	height: 3px;
	background: #ff770f;
	left: 50%;
	margin-left: 0;
	width: 0px;
	transition: all 0.3s;
	bottom: 0px;
}
.public_header_ul li a span {
	position: relative;
	line-height: 1.2;
}
.public_header_ul li:hover > a:before,
.public_header_ul li.active > a:before {
	width: 64px;
	margin-left: -32px;
}
.public_header_ul li:first-child:hover > a:before,
.public_header_ul li:first-child.active > a:before {
	width: 32px;
	margin-left: -16px;
}
.public-header {
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: all .3s;
	padding-bottom: 1px;


}
.public-header .left-box {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -70px);
	top: 0;
	font-size: 0;
	z-index: 99;
	opacity: 0;
	height: 0;
}
.public-header .left-box .openBtn {
	width: 90px;
	height: 80px;
	padding-top: 15px;
	box-sizing: border-box;
	text-align: center;
	background: #ff770f;
	cursor: pointer;
}



.public-header .left-box .openBtn p{
font-size:12px;
color:#fff;
margin-top:10px;
}
.public-header .lcbody {
	display: inline-block;
	position: relative;
	width: 35px;
	height: 26px;
}
.public-header .lcbody .lcitem {
	width: 100%;
	height: 2px;
	background:#ff770f;
	position: absolute;
	transform-origin: left top;
}
.public-header .lcbody .lcitem div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: auto;
	right: 0;
	background: #fff;
}
.public-header .lcbody .lcitem.center {
	top: 12px;
}
.public-header .lcbody .lcitem.bottom {
	bottom: 0px;
}
.public-header .lcbody .lcitem.hide {
	display: block;
}
.public-header .top-header:before {
	position: absolute;
	content: '';
	bottom: 0;
	
	height: 0px;
	background: rgba(255, 255, 255, 0.38);
}
.public-header .centent-box {
	width: 1600px;
}
.public-header .centent-box .logo-box {
	float: left;
	line-height: 85px;
}
.public-header .centent-box .logo-box img {
	height: 50px;
}
.public-header .centent-box .tel-box {
	float: right;
	margin-left: 50px;
	cursor: pointer;
	line-height: 80px;
	color: #111;

	font-size: 26px;
}
.public-header .centent-box .tel-box img {
	margin-right: 12px;
}
.public-header.active .left-box {
	transform: translate(-50%, 0);
	opacity: 1;
}
.public-header.active .top-header {
	transition: all .3s;
	transform: translateX(-100px);
	opacity: 0;
}
.openMenu .public-header {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.openMenu .public-header .left-box {
	top: 20px;
	margin-left: -50px;
}
.openMenu .public-header .left-box .openBtn {
	width: 33px;
	height: 36px;
	padding-top: 1px;
	box-sizing: border-box;
	border:1px solid #ccc;
		border-radius:20%;
	background:#222;
}
.openMenu .public-header .left-box .openBtn .lcitem.center {
	visibility: hidden;
}
.openMenu .public-header .left-box .openBtn .lcitem.top {
	transform: rotate(45deg);
	left:8px;
	top: 7px;
	width: 60%;
	background-color: #fff;
}
.openMenu .public-header .left-box .openBtn .lcitem.bottom {
	transform: rotate(-45deg);
	left: 7px;
	bottom: 1px;
	width: 60%;
	background-color: #fff;
}
.openMenu .public-header .top-header {
	transition: all .3s;
	transform: translateX(0);
	opacity: 1;
	background: #fff;
}
.openMenu .public-header .left-box .icon-box {
	opacity: 0;
}


/*底部*/
.public-footer {
	background-color: #111;
	padding-top: 60px;
	padding-bottom: 60px;
}
.public-footer .body-box {
	width: 1600px;
}
.public-footer .left-box {
	float: left;
}
.public-footer .left-box h3 {
	text-indent:2px;
	font-size: 15px;
	color: #fff;
	margin-top: 5px;
	line-height: 1;
	font-weight:400;
}
.public-footer .left-box ul li {
	font-size: 16px;
	color: #c5c5c5;
	margin-top: 35px;
}
.public-footer .left-box ul li em {
	display: inline-block;
	margin-left: 35px;
	margin-right: 35px;
}
.public-footer .left-box ul li span {
	display: inline-block;
	margin-left: 30px;
}
/*.public-footer .right-box {
  float: right;
  text-align: center;
}
.public-footer .right-box .item-box {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
.public-footer .right-box .item-box .img-box img {
  width: 93px;
  height: 93px;
  object-fit: cover;
}
.public-footer .right-box .item-box p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  margin-top: 18px;
}
*/
/*图标悬浮二维码部分*/
.public-footer .right-box{
	float: right;
	display:flex;
	justify-content:flex-end;
}
.public-footer .right-box .icon-box{
	margin-left:12px;
	position:relative;
	position:relative;
	top:100px;
}
/*.public-footer .right-box .icon-box a img,
.public-footer .right-box .icon-box > img{
	max-width:30px;
	max-height:18px;
}*/
.public-footer .right-box .icon-box .er-box{
	display:none;
	position:absolute;
	top:-110px;
	left:50%;
	transform:translateX(-50%);
}
.public-footer .right-box .icon-box > img{
	height:40px;
	width:40px;
}
.public-footer .right-box .icon-box .er-box img{
	width:100px;
	height:100px;
}
.public-footer .right-box .icon-box:hover .er-box{
	display:block;
}


/*悬浮右侧*/
.right-page-box{
	position:fixed;
	right:50px;
	top:120px;
	z-index:99999;
}
.right-page-box .item-box{
	position:relative;
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	background:#F8F8F8;
	margin-bottom:4px;
	border-radius:5px;
}
.right-page-box .item-box:before{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #ff770f;
	left: -6px;
	top: 50%;
	transform:translateY(-50%);
	opacity:0;
}
.right-page-box .item-box .er-box{
	position:absolute;
	display:none;
	width:150px;
	height:150px;
	right:80px;
	top:50%;
	transform:translateY(-50%);
}
.right-page-box .item-box .er-box img{
	width:100%;
	height:100%;
}
.right-page-box .item-box:hover .er-box{
	display:inline-block;
}
.right-page-box .item-box:hover .icon-box img,
.right-page-box .item-box .icon-box img.active{
	display:none;
}
.right-page-box .item-box:hover{
	background:#ff770f;
}
.right-page-box .item-box:hover:before{
	opacity:1;
}
.right-page-box .item-box:hover .icon-box img.active{
	display:inline-block;
}
.right-page-box .item-box:last-child:hover:before{
	display:none;
}
@media screen and (max-width: 1800px) {
	.block {
		width: 1400px!important;
	}
	.public-header .centent-box {
		width: 1400px!important;
	}
	.public-header .centent-box .tel-box {
		margin-left: 50px;
	}
	.public_header_ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.public-footer .body-box .centent-box {
		width: 1400px;
	}
	.public-footer .body-box .left-box {
		width: 900px;
	}
}
.public-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #e5e5e5;
	opacity: 1;
	margin-left: 8px!important;
	margin-right: 8px!important;
}
.public-pagination .swiper-pagination-bullet-active {
	background: #ff770f!important;
	width: 56px;
	border-radius: 15px;
	transition: width .45s ease;
}
.public_a {
	position: relative;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	width: 148px;
	border-radius: 30px;
	display: block;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	overflow: hidden;
}
.public_a span {
	position: relative;
	color: #dddddd;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
}
.public_a:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 30px;
}
.public_a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #e7a10e;
	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:before,
.public_a:focus:before,
.public_a:hover:before {
	right: auto;
	left: 0;
	width: 100%;
}
.public_a:hover span {
	color: #fff;
}
.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;
	width: 1100px;
	height: auto;
}
/*# sourceMappingURL=common.css.map */