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 {
	line-height:1;
	margin: 0;
	padding: 0;
}
html {
	overflow-x:hidden;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	color: #333;
	font-size: 14px;
	font-family:"PingFang SC", "Microsoft YaHei","Helvetica", "Arial",  "Hiragino Sans GB", "STHeiti",  "Microsoft JhengHei", SimSun, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.6;
	overflow-x: hidden;
	padding-top: 85px;
}
@font-face {
	font-family: "myFont";
	src: url("../fonts/Alimama.otf"),url("../fonts/Alimama.ttf");
}
.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: #333;
	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;
}
.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: 999999;
	left: 0;
	right: 0;
	height:85px;
	box-sizing: border-box;
	background: #fff;
	transition: all .3s;
	box-shadow:0 0 20px 0px rgba(0, 0, 0, 0.1);
}
.public-header .body-box .logo-box {
	float: left;
	line-height:85px;
}
.public-header .body-box .logo-box img {
	max-height:70px;
	image-rendering:pixelated;
}
.public-header .body-box .tel-box {
	float: right;
	font-size: 24px;
	margin-left: 50px;
	color: #B4723B;
	line-height:85px;
}
.public-header .body-box .tel-box img {
	position: relative;
	top: -2px;
	margin-right: 12px;
}
.public-header .body-box .link-box {
	float: right;
}
.public-header .body-box li {
	position: relative;
	float: left;
	text-align: center;
	line-height:85px;
}
.public-header .body-box li a {
	display: inline-block;
	position: relative;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	width: 100%;
	padding-left: 28px;
	padding-right: 28px;
	box-sizing: border-box;
}
.public-header .body-box li a:before {
	position: absolute;
	content: '';
	height: 2px;
	background: #B4723B;
	left: 50%;
	margin-left: 0;
	width: 0px;
	transition: all 0.3s;
	bottom: -8px;
}
.public-header .body-box li:hover > a,
.public-header .body-box li.active > a {
	color: #B4723B !important;
}
.public-header .body-box li:hover > a:before,
.public-header .body-box li.active > a:before {
	width: 64px;
	margin-left: -32px;
}
.public-header .body-box li:first-child:hover > a,
.public-header .body-box li:first-child.active > a {
	color: #B4723B !important;
}





/*底部*/
.public-footer {
	background:url('/skin/index/default/images/img_5.png') center center no-repeat;
	background-size:100% 100%;
	padding-top:60px;
	padding-bottom:50px;
	box-sizing:border-box;
}
.public-footer .body-box{
	width:1200px;
}
.public-footer .top-box{
	display:flex;
	justify-content:space-between;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	box-sizing:border-box;
	border-bottom:1px solid rgba(255, 255, 255, 0.5);
}
.public-footer .top-box a{
	font-size:16px;
	color:#ffffff;
}
.public-footer .bottom-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:60px;
}
.public-footer .bottom-box .er-box{
	width:15%;
	padding-right:50px;
	box-sizing:border-box;
}
.public-footer .bottom-box .er-box .img-box img{
	width:132px;
	height:132px;
}
.public-footer .bottom-box .er-box p{
	color:rgba(255, 255, 255, 0.7);
	text-align:center;
	margin-top:10px;
}
.public-footer .bottom-box .link-box{
	width:51%;
	padding-left:60px;
	padding-right:40px;
	border-left:1px solid rgba(255, 255, 255, 0.4);
	border-right:1px solid rgba(255, 255, 255, 0.4);
	box-sizing:border-box;
}
.public-footer .bottom-box .link-box .title-box h3{
	font-size:22px;
	color:rgba(255, 255, 255, 0.7);
	font-weight:400;
	margin-bottom:10px;
}
.public-footer .bottom-box .link-box .title-box p{
	font-size:14px;
	color:rgba(255, 255, 255, 0.7);
}
.public-footer .bottom-box .link-box .txt-box{
	margin-top:35px;
}
.public-footer .bottom-box .link-box .txt-box a,
.public-footer .bottom-box .link-box .txt-box p{
	font-size:14px;
	color:rgba(255, 255, 255, 0.7);
	font-weight:300;
	line-height:28px;
}
.public-footer .bottom-box .right-box{
	width:32%;
	padding-left:50px;
	box-sizing:border-box;
}
.public-footer .bottom-box .right-box > h3{
	font-size:20px;
	color:rgba(255, 255, 255, 0.7);
	font-weight:400;
	margin-bottom:20px;
}
.public-footer .bottom-box .right-box .input-box{
	margin-bottom:20px;
}
.public-footer .bottom-box .right-box .input-box span{
	font-size:14px;
	color:rgba(255, 255, 255, 0.7);
	font-weight:200;
	margin-right:10px;
}
.public-footer .bottom-box .right-box .input-box input{
	width:260px;
	height:30px;
	line-height:30px;
	border:1px solid rgba(255, 255, 255, 0.7);
	background:transparent;
	color:#ffffff;
	padding-left:10px;
	box-sizing:border-box;
}
.public-footer .bottom-box .right-box .form-box .btn-box input{
	width:100px;
	height:30px;
	line-height:30px;
	background:#ffffff;
	border:none;
	display:inline-block;
	text-align:center;
	margin-left:70px;
}







/*视频*/
.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: 750px;
	height: auto;
}





.public_a {
	position: relative;
	height: 45px;
	line-height: 45px;
	width: 147px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	background-color: #fff;
}
.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: 10px;
	position:relative;
	top:-1px;
}
.public_a span img.active {
	display: none;
}
.public_a:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.public_a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #B4723B;
	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;
}
.public_a:hover span img {
	display: none;
}
.public_a:hover span img.active {
	display: inline-block;
}



.swiper-pagination{
	width:1500px !important;
	left:50% !important;
	transform:translateX(-50%);
}
.public-pagination-white .swiper-pagination-bullet{
	height:5px;
	width:5px;
	border-radius:100%;
	opacity:1;
	background:#ffffff;
	margin:0 14px !important;
}
.public-pagination-white .swiper-pagination-bullet-active{
	position:relative;
	display:inline-block;
}
.public-pagination-white .swiper-pagination-bullet-active:before{
	position:absolute;
	content:'';
	width:25px;
	height:25px;
	background:transparent;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	border:1px solid #ffffff;
	border-radius:100%;
}
.public-pagination-logo .swiper-pagination-bullet{
	height:5px;
	width:5px;
	border-radius:100%;
	opacity:1;
	background:#B4723B;
	margin:0 14px !important;
}
.public-pagination-logo .swiper-pagination-bullet-active{
	position:relative;
	display:inline-block;
}
.public-pagination-logo .swiper-pagination-bullet-active:before{
	position:absolute;
	content:'';
	width:25px;
	height:25px;
	background:transparent;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	border:1px solid #B4723B;
	border-radius:100%;
}





@media screen and (max-width:1680px) {
	.swiper-pagination{
		width:1200px !important;
	}
	.public-header .body-box li a{
		padding-left:15px;
		padding-right:15px;
	}
}

/*# sourceMappingURL=common.css.map */

.bottom_nav{ margin: 0 auto;}
.bottom_nav a{ padding: 0 30px;}
