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;
}
body {
	color:#333;
	font-size: 14px !important;
	background:#fff;
	font-family: "PingFang SC","Arial","Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "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: "other";
	src: url("../fonts/other.ttf");
}


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;
}
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;
}



/*通用标题*/
.public-title{
	text-align:center;
	position:relative;
}
.public-title .line{
	width:70px;
	height:25px;
	border:2px solid #fff;
	border-bottom:none;
	margin:0 auto;
}
.public-title .title-box{
	position:relative;
	padding-bottom:17px;
}
.public-title .title-box:before{
	position:absolute;
	content:'';
	width:70px;
	height:2px;
	background:#ffffff;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}
.public-title .title-box h3{
	font-size:36px;
	color:#fff;
	margin-top:10px;
	margin-bottom:28px;
}
.public-title .title-box p{
	font-size:16px;
	color:#fff;
}
.public-title .en_title{
	position:absolute;
	top:3px;
	left:50%;
	transform:translateX(-50%);
	font-size:123px;
	font-weight:400;
	opacity:0.03;
	color:#fff;
	font-family:'other';
}
.public-title-color .line{
	border-color:#00518E;
}
.public-title-color .title-box h3{
	color:#00518E;
}
.public-title-color .title-box p{
	color:#666666;
}
.public-title-color .en_title{
	opacity:0.06;
	color:#000;
}
.public-title-color .title-box:before{
	background:#00518E;
}










/*顶部*/
.public-header {
	position: fixed;
	top: 0;
	z-index: 999999;
	left: 0;
	right: 0;
	height: 90px;
	line-height: 90px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}
.public-header .body-box {
	padding-left:80px;
	padding-right:80px;
	box-sizing: border-box;
}
.public-header .body-box .logo-box {
	float: left;
	line-height:90px;
}
.public-header .body-box .logo-box img {
	max-height:45px;
}
.public-header .body-box .tel-box {
	float: right;
	font-size:28px;
	margin-left:28px;
	line-height:90px;
	color:#00518E;
	font-family:'Arial Narrow';
	font-weight:700;
}
.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:90px;
}
.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:hover > a,
.public-header .body-box li.active > a {
	color:#00518E !important;
}






/*底部*/
/*.public-footer {
  	background: #333333;
  	background-size: cover;
  	overflow: hidden;
  	padding-top:66px;
}
.public-footer .block{
	width:1600px;
}
.public-footer .body-box {
  	position: relative;
  	box-sizing: border-box;
 	margin-bottom: 56px;
  	display: flex;
  	justify-content: space-between;
  	align-items:flex-start;
}
.public-footer .body-box .left-box{
	width:63.75%;
}
.public-footer .body-box .left-box .link-box {
  	display: flex;
  	justify-content:space-between;
}
.public-footer .body-box .left-box .link-box dl dt {
  	font-size:18px;
  	color: #fff;
  	margin-bottom:35px;
}
.public-footer .body-box .left-box .link-box dl dd{
	margin-bottom:20px;
}
.public-footer .body-box .left-box .link-box dl dd:last-child{
	margin-bottom:0;
}
.public-footer .body-box .left-box .link-box dl dd a {
  	font-size: 14px;
  	color: #999999;
}
.public-footer .body-box .left-box .link-box dl dd a:hover {
  	color: #fff;
}
.public-footer .body-box .right-box{
	width:18.75%;
	padding-left:17.5%;
}
.public-footer .body-box .right-box .tel-box p {
  	font-size:18px;
  	color:#ffffff;
  	margin-bottom:20px;
}
.public-footer .body-box .right-box .tel-box h3 {
  	color: #fff;
  	font-size:36px;
  	font-family:'Arial Narrow';
}
.public-footer .body-box .right-box .tel-box h3 span{
  	font-size:14px;
  	color:#999;
  	position:relative;
  	top:-8px;
}
.public-footer .body-box .right-box .txt-box p{
	color:#999;
	font-size:14px;
	margin-top:18px;
	margin-bottom:10px;
}
.public-footer .body-box .right-box .txt-box h3{
	color:#999;
	font-size:16px;
}
.public-footer .body-box .right-box .er-box {
  	margin-top:30px;
}
.public-footer .body-box .right-box .er-box p {
  	font-size: 14px;
  	color: #999999;
  	margin-bottom:17px;
}
.public-footer .body-box .right-box .er-box .img-box img {
  	width:123px;
  	height:123px;
}
.public-footer .copy-box {
  	text-align:center;
  	border-top:1px solid rgba(255, 255, 255, 0.1);
  	line-height:80px;
}
.public-footer .copy-box .info-box {
  	display: flex;
  	box-sizing: border-box;
  	justify-content: space-between;
}
.public-footer .copy-box .left-box a{
	position:relative;
	display:inline-block;
	color:#999;
	font-size:14px;
	line-height:80px;
	margin-right:10px;
}
.public-footer .copy-box .left-box a:before{
	position:absolute;
	content:'';
	background:#999;
	width:1px;
	height:12px;
	right:-8px;
	top:50%;
	transform:translateY(-50%);
}
.public-footer .copy-box .left-box a:last-child:before{
	display:none;
}
.public-footer .copy-box p {
  	font-size:14px;
  	color: #999999;
  	line-height:80px;
}
.public-footer .copy-box p span {
  	display: inline-block;
 	margin-left: 12px;
  	box-sizing: border-box;
}
*/
.public-footer {
	background-color: #222222;
	padding-top: 60px;
	padding-bottom:20px;
}
.public-footer .block {
	width: 1600px;
}
.public-footer .left-box {
	float: left;
}
.public-footer .left-box h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: -5px;
	line-height: 1;
}
.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 p {
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
	margin-top: 18px;
}







.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 .iframe-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1300px;
	height: 700px;
}
.video-pop .iframe-box iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.public_a {
	position: relative;
	height: 45px;
	line-height: 45px;
	width: 150px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	background-color: #fff;
	overflow: hidden;
	border-radius:23px;
}
.public_a span {
	position: relative;
	color:#999999;
	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 #e5e5e5;
	box-sizing: border-box;
	border-radius:23px;
}
.public_a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #295690;
	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-pagination .swiper-pagination-bullet{
	width:8px;
	height:8px;
	background:#BFBFBF;
	box-sizing:border-box;
	opacity:1;
}
.public-pagination-w .swiper-pagination-bullet{
	background:#ffffff;
	opacity:1;
}
.public-pagination .swiper-pagination-bullet-active{
	width:22px;
	background:#00518E;
	border-radius:4px;
}
.public-pagination-w .swiper-pagination-bullet-active{
	width:22px;
	background:#00518E;
	border-radius:4px;
}






@media screen and (max-width:1680px) {
	.block {
		width: 1300px!important;
	}
}
/*# sourceMappingURL=common.css.map */