﻿body {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	min-width: 1366px;
}
/* 一键置灰处理 */
/* html {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,#grayscale");
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
} */
/* 首部导航 */
.header {
	background: #163f7b;
}

.logo-img {
	height: 65px;
}

.header-logo {
/* 	height: 120px;
	padding: 0 13%; */
}

.tisctile {
	margin-left: 20px;
}

.tisc-title {
	color: #fff;
	font-size: 30px;
	margin: 0;
}

.searchbtnhead {
	background-color: #3163f7b;
}

.header-logo {
	width: 100%;
	display: flex;
	flex-flow: row;
	align-items: center;
}

.tisc-text {
	color: #ccc;
	font-size: 14px;
}

.header-menu {
	display: flex;
	flex-flow: row;
	align-items: center;
	padding: 0 13%;
	background: #123974;
	height: 50px;
}

.header-menu .list-menu {
	padding: 0 10px;
	/* width: 130px; */
	height: 50px;
	color: #fff;
	text-align: center;
	/* line-height: 50px; */
	font-size: 14px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

.header-menu .list-menu:hover {
	background: #354e73;
}

.header-menu .list-menu.active {
	background: #2e91ef;
}
.head-body{
	height: 120px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
}
/* .btnwidth{
	width: 110px !important;
} */

/* 底部样式 */
/* .sc-title{
	color: #fff;
	margin-right: 20px;
	font-size: 28px;
}
.input-search {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
}

.input-search input {
	width: 300px;
	height: 24px;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #efefef;
}

.but-search {
	width: 120px;
	background: #1976d2;
	color: #fff;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

.but-search:active {
	opacity: .8;
}

.search-result {
	text-align: center;
	padding: 30px 0;
}
 */

.footer {
	background: #11356d;
	height: 550px;
	position: relative;
}

.foot-list {
	padding: 0 13%;
}

.foot-logo {
	padding: 30px 0;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
}

.menus {
	display: flex;
	flex-flow: row;
}

.daohang {
	min-width: 180px;
}

.line {
	width: 80px;
	height: 3px;
	background: #fff;
	margin-top: 5px;
}

.dh-title {
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.dh-list {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin: 10px 0;
	font-size: 12px;
}

.linktext a {
	color: #c5c5c5;
	text-decoration: none;
	font-size: 12px;
}

.linktext a:hover {
	color: #2E91EF;
}

.lianjie {
	margin-left: 50px;
}

.lianjie .lj-list {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
}

.lianjie .lj-list .linktext {
	margin-right: 20px;
	margin-bottom: 10px;
}

.contact {
	margin-top: 20px;
	display: flex;
	flex-flow: row;
}

.erweima img {
	border: 5px solid #fff;
	width: 109px;
}

.erweima p {
	font-size: 14px;
	color: #fff;
	margin: 0;
	text-align: center;
}

.erweima-img {
	display: flex;
	flex-flow: row;
	margin-left: 50px;
}

.erweima-img .erweima {
	margin-right: 20px;
}

.banquan {
	height: 50px;
	background: #123874;
	display: flex;
	flex-flow: column;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.bq-list {
	padding: 0 13%;
	text-align: center;
	font-size: 12px;
	color: #eee;
}

.bq-list p {
	margin: 5px;
}

/* 内容中的 */
.cont-title {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}

.lines {
	width: 50px;
	height: 8px;
	background: red;
	margin: 10px 0;
	border-radius: 50px;
}

.lines1,
.lines4 {
	background: #dad1cb;
}

.lines2,
.lines5 {
	background: #ff9e00;
	width: 30px;
}

.lines3,
.lines6 {
	background: #dad1cb;

}

.lines5 {
	position: relative;
	right: -20px;
}

.line-title {
	font-size: 35px;
	font-weight: 400;
	color: #fff;
}

.line-left {
	margin-right: 50px;
}

.line-right {
	margin-left: 50px;
}


.padd {
	padding: 0 9%;
}

/* 回到顶部 */
.yb_top {
	position: fixed;
	bottom: 30px;
	right: 50px;
	width: 50px;
	height: 50px;
	background: red;
	z-index: 100;
}

.yb_top img {
	width: 100%;
}
