.header-title {
	width: 100%;
	height: 120px;
	line-height: 120px;
	position: inherit;
	background-image: url("../../image/logobeijing.png");
	background-size: 100% 100%;
	padding: 0 12px;
	box-sizing: border-box;
}

.header-title-scroll {
	height: 66px;
	line-height: 66px;
	position: fixed;
	top: 0;
	z-index: 999;
	background-image: url("../../image/logosmall.png");
}

.header-title-left {
	width: 700px;
	height: auto;
	line-height: 120px;
	float: left;
	cursor: pointer;
}

.header-title-left img {
	vertical-align: middle;
}

.header-title-right {
	width: 250px;
	height: 100%;
	float: right;
}

.header-title-right .search-button input {
	width: 180px;
	height: 26px;
	border-radius: unset;
	color: #fff;
	caret-color: #fff;
	background-color: #1F8AD6;
	padding: 5px;
	box-sizing: border-box;
}

.header-title-right .search-button {
	display: inline-block;
	height: 31px;
	line-height: 30px;
	vertical-align: middle;
	background-color: #067dd1;
}

.header-title-right .search-button .search-img {
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	cursor: pointer;
	transition: all 0.1s linear;
	padding: 5px;
}

input:focus {
	outline: none;
}

.header-tab {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	padding: 0 40px 0 15px;
	box-sizing: border-box;
}

.header-tab-scroll {
	position: fixed;
	top: 66px;
	z-index: 999;
	box-shadow: 0 2px 3px #ddd;
}

.header-tab>ul {
	width: 100%;
	height: 100%
}

.header-tab>ul>li {
	float: left;
	display: block;
	width: 14%;
	height: 100%;
	text-align: center;
}

/* 视频文件居中 */
.wp-video {
	margin: 0 auto;
}

/* 富文本排版 */
.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.tab-title {
	display: block;
	position: relative;
	cursor: pointer;
	width: 200px;
	height: 100%;
	margin: 0 auto;
}

.tab-title span {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 18px;
}
@media screen and (max-width: 1440px){
	.tab-title span {
		font-size: 15px;
	}
}

.tab-title ul {
	display: block;
	visibility: hidden;
	position: absolute;
	z-index: 99999;
	width: 200px;
	background: transparent;
	/* text-indent: 28px; */
	line-height: 36px;
}

.tab-title ul li {
	padding: 0 8px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	background: #0168b7;
	transform: rotateY(180deg);
	transition: all 1s;
	opacity: 0;
}

.tab-title ul li a {
	color: #fff;
	font-size: 18px;
}
@media screen and (max-width: 1440px){
	.tab-title ul li a {
		font-size: 15px;
	}
}

.tab-title span:hover {
	color: #0364bf;
}

.tab-title:hover ul {
	box-shadow: unset;
	visibility: visible;
	transition: all 1s;
}

.tab-title:hover ul li {
	color: #fff;
	transition-delay: 0ms;
	transform: none;
	opacity: 1;
}

a:hover {
	color: #0364bf;
}

.footer {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	float: right;
}

.footer-top {
	display: flex;
	background: #F7F7F7; 
}

.footer-top-box {
	width: 1340px;
	height: 80px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	display: flex;
	position: relative;
}
@media screen and (max-width: 1440px){
	.footer-top-box {
		width: 1110px;
		height: 74px;
		padding: 0;
	}
}

.footer-link {
	width: 100px; 
	height: 80px;
	line-height: 80px;
	position: relative;
}

.footer-link-text {
	width: 80px; 
	font-size: 18px; 
	position: absolute; 
	top: -12px; 
	left: 26px;
}
@media screen and (max-width: 1440px){
	.footer-link-text {
		font-size: 14px;
		top: -8px;
		left: 22px;
	}
}

.footer-link-box {
	height: 80px;
	line-height: 80px;
	color: #385b93;
}

.footer-link-l {
	font-size: 60px; 
	padding-right: 7px;
}
@media screen and (max-width: 1440px){
	.footer-link-l {
		font-size: 50px;
	}
}

.footer-link-nks{
	font-size: 19px; 
	letter-spacing: 2px;
}
@media screen and (max-width: 1440px){
	.footer-link-nks {
		font-size: 15px;
	}
}

.footer-link-content {
	color: #333;
	font-size: 18px;
	position: absolute;
	top: 40%;
	left: 8%;
}
@media screen and (max-width: 1440px){
	.footer-link-content {
		font-size: 14px;
	}
}

.footer-link-content span {
	padding: 0 16px;
	border-right: 2px solid #333;
}

.footer-link-content span:last-child {
	border-right: none;
}

.footer-select {
	position: absolute; 
	top: 32%;
	right: 0;
}

.footer-select-box {
	height: 32px;
	position: relative; 
}

.footer-select-content {
	min-width: 100%; 
	width: auto; 
	height: auto; 
	max-height: 150px; 
	position: absolute; 
	top: 32px; 
	left: 0; 
	overflow: auto; 
	text-align: left; 
	background-color: #f5f5f5;
	z-index: 99;
}
@media screen and (max-width: 1440px){
	.footer-select-content {
		max-height: 115px;
	}
}

.show-option {
	display: none;
}

.footer-select-box:hover .show-option {
	display: block;
}

.footer-select-content ul li {
	padding: 10px 5px;
	font-size: 15px;
}

.footer-select-content ul li:hover {
	background: #067bce;
}

.footer-select-content ul li:hover a {
	cursor: pointer;
	color: #fff;
}

.footer-select-box > a:hover {
	color: #333;
}

.links-arrow {
	cursor: pointer;
	display: block;
	min-width: 200px;
	padding: 5px;
	padding-right: 20px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	color: #333;
	font-size: 15px;
	text-align: left;
	position: relative;
}
@media screen and (max-width: 1440px){
	.links-arrow {
		min-width: 150px;
		font-size: 14px;
	}
}

.links-arrow:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 0;
	width: 10px;
	height: 100%;
	background-image: url(../../image/arrow-down.png);
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.footer-select-box:hover .links-arrow:before {
	transform: rotate(-180deg);
}

.footer-copyright {
	width: 100%;
	min-height: 200px;
	height: auto;
	background: #385b93;
	box-sizing: border-box;
}
@media screen and (max-width: 1440px){
	.footer-copyright {
		min-height: 140px;
		height: auto;
	}
}

.footer-copyright-content {
	width: 70%;
	/* height: 200px; */
	height: auto;
	margin: 0 auto;
	font-size: 0;
}
@media screen and (max-width: 1440px){
	.footer-copyright-content {
		/* height: 140px; */
		height: auto;
	}
}

.footer-copyright-left {
	width: 20%;
	min-height: 200px;
	height: auto;
	display: inline-block;
	position: relative;
}
@media screen and (max-width: 1440px){
	.footer-copyright-left {
		min-height: 140px;
		height: auto;
	}
}

.footer-copyright-left img {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 36%;
	/* right: -125px; */
	right: -15%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px){
	.footer-copyright-left img {
		right: -50px;
	}
}

.hover {
	cursor: pointer;
}
.hover a {
	color: #fff;
}

.footer-copyright-center {
	width: 60%;
	min-height: 200px;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 1440px){
	.footer-copyright-center {
		min-height: 140px;
		height: auto;
	}
}

.copyright-center-text {
	min-height: 180px;
	height: auto;
	color: #fff;
	font-size: 16px;
	margin: 10px auto;
	padding-top: 15px;
	box-sizing: border-box;
	text-decoration: none;
}
@media screen and (max-width: 1440px){
	.copyright-center-text {
		min-height: 120px;
		height: auto;
		font-size: 14px;
	}
}

.text-one {
	min-width: 528px;
	height: 32px;
	margin: 0 auto;
	text-align: center;
	line-height: 32px;
}
@media screen and (max-width: 1440px){
	.text-one {
		width: 472px;
		height: 25px;
		line-height: 25px;
	}
}

.footer-address {
	height: 40px;
	line-height: 40px;
	text-align: center;
}
@media screen and (max-width: 1440px){
	.footer-address {
		height: 25px;
		line-height: 25px;
	}
}

.text-one-left {
	height: 32px;
	line-height: 32px;
	margin-right: 25px;
}
@media screen and (max-width: 1440px){
	.text-one-left {
		height: 25px;
		line-height: 25px;
	}
}

.text-one-img {
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
}
@media screen and (max-width: 1440px){
	.text-one-img {
		height: 25px;
		line-height: 25px;
	}
}

.text-one-right {
	height: 32px;
	line-height: 32px;
}
@media screen and (max-width: 1440px){
	.text-one-right {
		height: 25px;
		line-height: 25px;
	}
}

.footer-copyright-right {
	width: 20%;
	min-height: 200px;
	height: auto;
	display: inline-block;
	position: relative;
}
@media screen and (max-width: 1440px){
	.footer-copyright-right {
		min-height: 140px;
		height: auto;
	}
}

.footer-copyright-right img {
	width: 52px;
	height: 65px;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 36%;
	/* left: -70px; */
	left: 10%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px){
	.footer-copyright-right img {
		left: 20px;
	}
}