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 {
	overflow-x: hidden;
}
body {
	color: #4c4c4c;
	font-size: 14px !important;
	background: #fff;
	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;
}
@font-face {
	font-family: "ROY";
	src: url("../fonts/gilroy.otf");
}
.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;
}
td,
th,
caption {
	font-size: 14px;
}
a {
	color: #000;
	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: 1400px;
	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;
}
.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;
}




/*顶部*/
.public-header {
	position: fixed;
	top: 0;
	z-index: 999999;
	left: 0;
	right: 0;
	height: 80px;
	line-height: 80px;
	box-sizing: border-box;
	background: transparent;
}
.public-header .body-box {
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
	width: 100%;
}
.public-header .body-box .logo-box {
	float: left;
}
.public-header .body-box .logo-box img {
	height:50px;
	transition: all 0.3s;
}
.public-header .body-box .logo-box img.active{
	display:none;
}
.public-header .body-box .tel-box {
	float: right;
	font-size:30px;
	font-family:ROY;
	color:#D55C5E;
	margin-left:24px;
}
.public-header .body-box .tel-box img {
	position: relative;
	top: -3px;
	vertical-align: middle;
	margin-right: 18px;
}
.public-header .body-box .tel-box img.active{
	display:none;
}
.public-header .body-box .link-box {
	float: right;
}
.public-header .body-box li {
	position: relative;
	float: left;
	text-align: center;
}
.public-header .body-box li a {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	width: 100%;
	padding-left:35px;
	padding-right:35px;
	box-sizing: border-box;
}
.public-header .body-box li.active > a,
.public-header .body-box li:hover > a{
	color:#D55C5E !important;
}
.public-header.active .body-box li:hover > a,
.public-header.active .body-box li.active > a {
	color:#D55C5E !important;
}
.public-header.active {
	background: #fff;
	height: 80px;
	line-height: 80px;
	transition: all .3s;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}
.public-header.active .body-box .logo-box img {
	height:50px;
}
.public-header.active .link-box a:before {
	bottom: -19px;
}
.public-header.active .body-box li a{
	color:#333;
}
.public-header.active .link-box a:before{
	background:#D55C5E;
}
.public-header.active .body-box .tel-box{
	color:#D55C5E;
}
.public-header.active .body-box li.active > a{
	color:#D55C5E !important;
}








/*底部*/
.public-footer {
	position: relative;
	padding-top:50px;
	box-sizing: border-box;
	background:#222;
}
.public-footer .block{
	width:1600px !important;
}
.public-footer .top-box{
	display:flex;
	justify-content:space-between;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
.public-footer .top-box .left-box{
	display:flex;
	justify-content:center;
}
.public-footer .top-box .left-box .item-box:nth-child(1){
	margin-left:0;
}
.public-footer .top-box .left-box .item-box{
	margin-left:250px;
}
.public-footer .top-box .left-box .item-box .icon-box{
	margin-bottom:27px;
}
.public-footer .top-box .left-box .item-box .icon-box img{
	height:39px;
}
.public-footer .top-box .left-box .item-box h3{
	font-size:20px;
	color:#D55C5E;
	margin-bottom:14px;
}
.public-footer .top-box .left-box .item-box p{
	font-size:14px;
	color:#cccccc;
}
.public-footer .top-box .right-box{
	position:relative;
	top:-20px;
}
.public-footer .top-box .right-box .icon-box img{
	width:140px;
}
.public-footer .top-box .right-box p{
	margin-top:10px;
	margin-bottom:5px;
	text-align:center;
	width:100%;
	color:#ccc;
}
.public-footer .bottom-box{
	display:flex;
	justify-content:space-between;
	padding-top:50px;
	padding-bottom:50px;
	box-sizing:border-box;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
.public-footer .bottom-box dl dt{
	position:relative;
	font-size:16px;
	color:#D55C5E;
	padding-bottom:25px;
	margin-bottom:13px;
}
.public-footer .bottom-box dl dt:before{
	position:absolute;
	content:'';
	width:14px;
	height:2px;
	background:#D55C5E;
	bottom:0;
}
.public-footer .bottom-box dl dd{
	line-height:2.8;
}
.public-footer .bottom-box dl dd a{
	font-size:14px;
	color:#cccccc;
}
.public-footer .bottom-box dl dd:hover a{
	color:#D55C5E;
}
.public-footer .copy-box{
	height:80px;
	line-height:80px;
	display:flex;
	justify-content:space-between;
}
.public-footer .copy-box p a,
.public-footer .copy-box p span,
.public-footer .copy-box p{
	font-size:14px;
	color:#ccc;
}

/*通用标题*/
/*.public-title{
	text-align:center;
}
.public-title h3{
	font-size:36px;
	color:#333;
}
.public-title p{
	font-size:;
}*/





.public_a {
	position: relative;
	height:48px;
	line-height:48px;
	width:150px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	font-size:16px;
	border-radius:6px;
	overflow:hidden;
}
.public_a span {
	position: relative;
	color:#999999;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
}
.public_a span img {
	margin-left:12px;
	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%;
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
	border-radius:6px;
}
.public_a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background:#D55C5E;
	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;
	overflow:hidden;
}
.public_a:hover:before,
.public_a:focus:before,
.public_a:hover:before {
	right: auto;
	left: 0;
	width: 100%;
}
.public_a:hover:after,
.public_a:focus:after,
.public_a:hover:after{
	border-color:#D55C5E;
}
.public_a:hover span {
	color: #fff;
}
.public_a:hover span img {
	display: none;
}
.public_a:hover span img.active {
	display: inline-block;
}





.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:800px;
}



@media screen and (max-width: 1680px) {
	.public-footer.block,
	.block{
		width:1300px !important;
	}
	.public-header .body-box li a{
		padding-left:25px;
		padding-right:25px;
		box-sizing:border-box;
	}
}


.mouse {
	position: absolute;
	z-index: 998;
	bottom: 50px;
	left: 50%;
	margin-left: -17px;
	animation: down 1.2s infinite;
	-webkit-animation: down 1.2s infinite;
	cursor: pointer;
}
@keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}
@-webkit-keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}
/*# sourceMappingURL=common.css.map */