@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}

html,
body {
	color: #333;
	font-size: 20px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

html,
body {
	width: 100%;
	min-width: 1400px;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	transition: all 0.3s;
}

img,
input {
	border: 0;
	outline: none;
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.px1400 {
	width: 1400px;
	max-width: 1400px;
	margin: 0 auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

/*搜索*/
.search {
	width: 240px;
	height: 36px;
	background: none;
	border: 1px solid rgba(235, 202, 207, 0.4);
	border-radius: 18px;
	margin-left: 25px;
	position: relative;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 100%;
	padding-left: 15px;
	padding-right: 45px;
	height: 36px;
	font-size: 14px;
	background: none;
	color: #fff;
}

.search .button {
	width: 40px;
	height: 36px;
	/* background: url(../images/fdj.png) no-repeat center; */
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: #fff;
}

input::-moz-input-placeholder {
	color: #fff;
}

input::-ms-input-placeholder {
	color: #fff;
}

body {
	padding-left: 14%;
}

/*头部*/
.menuLeft {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 14%;
	min-width: 196px;
	height: 100vh;
	background-color: #44599a;
	text-align: center;
	z-index: 99999;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.logo a {
	display: block;
	font-size: 0;
	height: 19vh;
	line-height: 18vh;
}

.logo a img {
	max-width: 100%;
	vertical-align: middle;
}


/*导航*/
.nav {
       width:100%;
	height: 80vh;
}

.nav>ul {
	font-size: 0;
	height: 100%;
}

.nav>ul>li {
	border-top: 1px solid rgba(0, 0, 0, .2);
}

.nav>ul>li>a {
	display: flex;
	color: #fff;
	height: 8.88vh;
	text-align: center;
	position: relative;
	overflow: hidden;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.nav>ul>li>a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -27px;
	transform: translateY(-50%);
	background: url(../images/menu-zs.png) no-repeat;
	width: 27px;
	height: 27px;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.nav>ul>li>a>h3 {
	font-size: 22px;
	width: 100%;
}

.nav>ul>li>a>p {
	font-size: 14px;
}

.nav>ul>li:hover>a,
.nav>ul>li.active>a {
	background-color: #b9a371;
}

.nav>ul>li:hover>a::after,
.nav>ul>li.active>a::after {
	right: 10px;
	opacity: 1;
	visibility: visible;
}

/*底部*/

.foot-box {
	background: url(../images/foot-bg.jpg) no-repeat center;
	background-size: cover;
}

.foot {
	padding: 40px 6%;
}

.foot .linkk {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
}

.link {
	justify-content: center;
	/*width: 100%;*/
}

.link p {
	line-height: 48px;
	padding-right: 20px;
	background: none;
	color: #fff;
	text-align: left;
	font-size: 16px;
	background: url(../images/link-icon-down.png) no-repeat;
	background-position: right center;
}

.link>div {
	width: 230px;
	position: relative;
	padding: 0 20px;
	background: none;
	border: 1px solid #c9b27c;
	border-radius: 24px;
	border-radius: 24px;
	margin: 0 15px;
}

.link>div:hover div {
	display: block;
}

.link>div div {
	position: absolute;
	bottom: 100%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	padding: 10px 0;
	left: 0;
	right: 0;
	max-height: 250px;
	overflow-y: auto;
	display: none;
}

.link>div div a {
	display: block;
	color: #555;
	line-height: 32px;
	font-size: 15px;
	padding: 0 10px;
}

.link>div div a:hover {
	background: #c9b27c;
	color: #fff;
}
.ss-b{width: 230px;height: 50px;border: 1px solid #c9b27c;border-radius: 24px;padding: 0 15px;}
.ss-b form{display: flex;justify-content: space-between;align-items: center;}
.ss-b form input{background:none;}
.ss-b form .input{width:calc(100% - 30px);line-height: 50px;font-size: 16px;color: #fff;}
.ss-b form .sub{width: 24px;background:url(../images/ser.png) no-repeat;background-size:100%;height: 24px;}
.foot-d {
	align-items: flex-start;
	margin-top: 70px;
}

.foot-logo {
	display: block;
	max-width: 100%;
}

.foot-dz p {
	font-size: 14px;
	line-height: 32px;
	color: #fff;
}

.foot-yb p {
	font-size: 14px;
	color: #fff;
}

.foot-yb h4 {
	font-size: 24px;
	color: #fff;
}

.foot .wx {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-left: 65px;
}

.foot .wx img {
	display: block;
	width: 115px;
	height: 115px;
}

.foot .wx p {
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-top: 5px;
}


@media screen and (max-width:1600px) {

	.foot .wx {
		padding-left: 30px;
	}
}

@media screen and (max-width:1500px) {
	.foot .wx img {
		width: 90px;
		height: 90px;
	}

	.foot-logo {
		height: 52px;
	}
}

@media screen and (max-width:1400px) {
	body {
		padding-left: 196px;
	}
}