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;
	line-height:1;
}
@font-face {
/*  font-family: "myFirstFont";
  src: url("../fonts/SourceHanSerifCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSerifCN-Regular.woff") format("woff"), url("../fonts/SourceHanSerifCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSerifCN-Regular.eot") format("embedded-opentype"), url("../fonts/SourceHanSerifCN-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;*/
/*  font-family: myFirstFont;
  src: url('../fonts/SourceHanSerifCN-Regular.otf'), url('../fonts/SourceHanSerifCN-Regular.otf');*/
}
body {
	color: #333333;
	font-size: 14px;
	font-family:PingFang SC,'微软雅黑', "Arial";
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
}
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: #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: 1300px;
	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;
}




/*顶部*/
#header {
	width: 100%;
	height:90px;
	z-index: 999;
	background:rgba(255, 255, 255, 0.5);
	line-height:90px;
	transition: top .4s;
	padding-left:70px;
	padding-right:70px;
	box-sizing:border-box;
}
#header .logo-box {
	box-sizing: border-box;
	float: left;
}
#header .logo-box a{
	line-height:90px;
}
#header .logo-box img {
	vertical-align: middle;
}
#header .right-box {
	float: right;
}
#header .right-box li {
	position: relative;
	float: left;
	text-align: center;
	margin-left:40px;
}
#header .right-box li a {
	display: inline-block;
	position: relative;
	font-weight: 400;
	line-height: 1;
	font-size: 16px;
	color: #333333;
	/*padding-bottom: 10px;*/
	/*padding-top: 10px;*/
	text-align: center;
	height:90px;
	line-height:90px;
}
/*#header .right-box li a:before {
	position: absolute;
	content: '';
	height: 2px;
	background:#0A4F8A;
	width: 0px;
	bottom: 0px;
	left: 50%;
	transition: all 0.3s;
}*/
#header .right-box li.active a,
#header .right-box li:hover a {
	color:#0A4F8A;
}
/*#header .right-box li.active a:before,
#header .right-box li:hover a:before {
	width: 24px;
	margin-left: -12px;
}*/

#header .right-box .link-box{
	float:right;
}
#header .right-box .search-box {
	float: right;position:relative;top:-2px;
	margin-left:45px;
	cursor: pointer;
	line-height:110px;
}
#header .all-search {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
	height:110px;
	display: none;
	z-index: 999;
}
#header .all-search .input-search {
	position: relative;
	width: 650px;
	height: 50px;
	line-height: 49px;
	border-bottom: 1px solid #cccccc;
	margin: 0 auto;
	margin-top: 20px;
}
#header .all-search .input-search input {
	border: none;
	width: 100%;
	font-size: 16px;
}
#header .all-search .input-search .icon-box {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
#header .all-search .input-search .close-btn {
	position: absolute;
	top: 0;
	right: -125px;
	cursor: pointer;
}
/*顶部二级菜单*/
#header .right-box ul li .sub-nav{
  	position: absolute;
  	top:65px;
  	z-index:999;
  	width:106px;
  	left:50%;
  	transform:translateX(-50%);
  	background:#fff;
  	/*box-shadow:0 2px 20px rgba(0, 0, 0, 0.1);*/
  	box-sizing:border-box;
  	max-height:0;
  	overflow:hidden;
  	box-sizing:border-box;
  	transition:all .8s;
}
#header .right-box ul li:hover .sub-nav{
  	max-height:288px;
}
#header .right-box ul li .sub-nav a {
  	display: block;
  	height: 36px;
  	line-height: 36px;
  	color:#666666;
  	font-size:14px;
}
#header .right-box ul li .sub-nav a:hover {
  	color:#fff;
  	background:#0A4F8A;
}








/*底部*/
.public-footer {
	background: #212121;
	background-size: cover;
	overflow: hidden;
	padding-top:44px;
}
.public-footer .top-box {
	padding-left: 80px;
	margin-bottom: 70px;
}
.public-footer .body-box {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 56px;
	display: flex;
	padding-right: 45px;
	justify-content: space-between;
	width: 1600px;
}
.public-footer .body-box .left-box .link-box {
	display: flex;
	justify-content: space-between;
}
.public-footer .body-box .left-box .link-box dl {
	margin-right: 100px;
}
.public-footer .body-box .left-box .link-box dl:last-child {
	margin-right: 0;
}
.public-footer .body-box .left-box .link-box dl dt {
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin-bottom: 15px;
}
.public-footer .body-box .left-box .link-box dl dd{
	text-align:left;
}
.public-footer .body-box .left-box .link-box dl dd a {
	font-size: 14px;
	color: #999999;
	line-height: 2.5;
	transition: all 0.3s;
	display:inline-block;
}
.public-footer .body-box .left-box .link-box dl dd a:hover {
	color: #fff;
}
.public-footer .body-box{
	text-align:right;
}
.public-footer .body-box .right-box .tel-box p {
	font-size: 16px;
	color: #999999;
	margin-bottom: 25px;
	margin-right:;
}
.public-footer .body-box .right-box .tel-box p img{
	margin-right:5px;
}
.public-footer .body-box .right-box .tel-box h3 {
	color: #fff;
	font-size: 30px;
}
.public-footer .body-box .right-box .tel-box h3 img {
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.public-footer .body-box .right-box .er-box {
	margin-top: 45px;
}
.public-footer .body-box .right-box .er-box p {
	font-size: 16px;
	color: #999999;
	margin-top:10px;
}
.public-footer .body-box .right-box .er-box .img-box img {
	width: 110px;
	height: 110px;
}
.public-footer .copy-box {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 100px;
	padding-left: 80px;
	padding-right: 80px;
}
.public-footer .copy-box .info-box {
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	height:100px;
}
.public-footer .copy-box p {
	font-size: 14px;
	color: #999999;
	line-height:100px;
}
.public-footer .copy-box p span {
	display: inline-block;
	margin-left: 12px;
	box-sizing: border-box;
}



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



/*一进一出a标签*/
.public_a {
	position: relative;
	height: 45px;
	line-height: 45px;
	width: 150px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	border: 1px solid #BFBFBF;
	background:transparent;
	border-radius:23px;
	overflow:hidden;
}
.public_a span {
	position: relative;
	color:#999999;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
}
.public_a span img {
	margin-left: 10px;
	margin-top:-2px;
}
.public_a span img.active {
	display: none;
}
.public_a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background:#0A4F8A;
	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{
	border-color:#0A4F8A !important;
}
.public_a:hover span {
	color:#fff !important;
}
.public_a:hover span img {
	display: none;
}
.public_a:hover span img.active {
	display: inline-block;
}
.public_a:before:hover{
	background:#0A4F8A;
}





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