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;
}
@font-face {
	font-family:Sou-L;
	src: url('../fonts/SOURCE-L.otf');
}
@font-face {
	font-family:Sou-R;
	src: url('../fonts/SOURCE-R.otf');
}
@font-face {
	font-family:Sou-B;
	src: url('../fonts/SOURCE-B.otf');
}
body {
	color:#333333;
	font: normal 14px "PingFang SC","Microsoft YaHei","Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	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;
	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: #333333;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
a:visited,
a:focus,
a:hover {
	text-decoration: none;
	color: #333333;
}
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;
}



/*top箭头*/
#top{
	position:fixed;
	bottom:60px;
	right:10px;
	z-index:99999;
	display:none;
	width:48px;
	height:48px;
	background:#000;
	line-height:48px;
	text-align:center;
	transition:all .3s;
}
#top img{
   width:30px;
}
#top:hover{
	background:#0D214C;
}


/*顶部搜索栏*/
.public-header .all-search {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
	height:80px;
	display: none;
	box-shadow:0 0 20px 0px rgba(0, 0, 0, 0.3);
}
.public-header .all-search .input-search {
	position: relative;
	width: 650px;
	height: 50px;
	line-height: 49px;
	border-bottom: 1px solid #cccccc;
	margin: 0 auto;
	margin-top: 16px;
}
.public-header .all-search .input-search input {
	border: none;
	width: 100%;
	font-size: 14px;
}
.public-header .all-search .input-search .icon-box {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.public-header .all-search .input-search .close-btn {
	position: absolute;
	top: 0;
	right: -125px;
	cursor: pointer;
}


/*顶部导航栏*/
.public-header {
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
	right: 0;
	height:80px;
	line-height:80px;
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	background:#0D214C;
}
.public-header.active{
	background:transparent;
}
.public-header .body-box {
	position: relative;
	box-sizing: border-box;
	display:flex;
	justify-content:space-between;
}
.public-header .body-box .link-box{
	width:calc(100% - 365px - 85px);
	padding-left:72px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
}
.public-header .body-box .logo-box img {
	max-height:45px;
}
.public-header .body-box .tel-box {
	color:#fff;
	font-size:18px;
	font-weight:700;
	width:365px;
	padding-left:72px;
	box-sizing:border-box;
}
.public-header .body-box .tel-box img {
	margin-right:6px;
	height:23px;
}
.public-header .body-box li a {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 300;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
	color:#fff;
}
.public-header .body-box li:hover a,
.public-header .body-box li.active a {
	font-weight:700;
}
.public-header .body-box li:hover a:before,
.public-header .body-box li.active a:before {
	width: 100%;
	margin-left: -50%;
}
.public-header .body-box li.active a span {
	transform: translate(0, -22px);
}
.public-header .body-box .search{
	width:85px;
	padding-left:55px;
	box-sizing:border-box;
}










/*底部*/
.public-footer {
	position: relative;
	z-index: 22;
	background:#222;
	padding-top:70px;
	padding-bottom:60px;
	box-sizing: border-box;
	text-align:center;
}
.public-footer .body-box{
	display:flex;
	justify-content:space-between;
}
.public-footer .body-box .tab-box{
	display:flex;
	justify-content:flex-start;
	width:calc(100% - 535px);
}
.public-footer .body-box .tab-box dl{
	text-align:left;
	margin-right:7.9%;
}
.public-footer .body-box .tab-box dl > a{
	display:inline-block;
	font-size:16px;
	color:#fff;
	margin-bottom:25px;
}
.public-footer .body-box .tab-box dl dd a{
	color:#999;
	font-size:14px;
	line-height:24px;
}
.public-footer .body-box .tab-box dl dd a:hover{
	color:#fff;
}
.public-footer .qrcode{
	width:535px;
	display:flex;
	justify-content:flex-end;
}
.public-footer .er-box{
	display:inline-block;
	margin-left:25px;
}
.public-footer .er-box img{
	width:115px;
	height:115px;
}
.public-footer .er-box p{
	font-size:16px;
	color:#999999;
	line-height:1;
	margin-top:15px;
}
.public-footer .copy-box{
	border-top:1px solid rgba(255, 255, 255, 0.1);
	margin-top:75px;
	padding-top:28px;
	box-sizing:border-box;
}
.public-footer .copy-box p a,
.public-footer .copy-box p{
	font-size:14px;
	color:#999;
	line-height:30px;
}
.public-footer .copy-box p:nth-child(2) a{
	margin-left:10px;
}
.public-footer .copy-box p:last-child{
	margin-left:90px;
}
.public-footer .quick-box{
	margin-top:25px;
}
.public-footer .quick-box a{
	display:inline-block;
	width:38px;
	height:38px;
	line-height:38px;
	background:#434343;
	border-radius:50%;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}



/*圆点*/
.public-pagination .swiper-pagination-bullet{
	width:19px;
	height:17px;
	margin:0 7px !important;
	background:url('../images/icon_1.png') center center no-repeat;
	background-size:100% 100%;
	opacity:1;
}
.public-pagination .swiper-pagination-bullet-active{
	background-image:url('../images/icon_2.png');
}


/*视频*/
.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;
	margin: 0 auto;
	height: 46px;
	line-height:46px;
	border: 1px solid #b6b8bc;
	width:145px;
	display: block;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	border-radius:23px;
	overflow:hidden;
}
.public_a span {
	position: relative;
	color: #4c4c4c;
	font-size:16px;
	display: inline-block;
	vertical-align: middle;
}
.public_a img {
	position: relative;
	margin-left: 6px;
	display: none;
	display: inline-block;
	vertical-align: middle;
	top:-1px;
}
.public_a img.active {
	display: none;
}
.public_a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #DB172B;
	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);
}
.public_a:hover:before,
.public_a:focus:before,
.public_a:hover:before {
	right: auto;
	left: 0;
	width: 100%;
}
.public_a:hover {
	border-color: #DB172B;
}
.public_a:hover span {
	color: #fff;
}
.public_a:hover img {
	display: none;
}
.public_a:hover img.active {
	display: inline-block;
}



@media screen and (max-width: 1680px) {
	.block{
		width:1300px !important;
	}
	.public-footer .body-box .tab-box dl{
		margin-right:5.7%;
	}
}
/*# sourceMappingURL=common.css.map */