@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: 16px;
	font-family: "微软雅黑";
	min-width: 1300px;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

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;
}

.px1220 {
	width: 1220px;
	max-width: 1220px;
	margin: 0 auto;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.pic img:hover {
	transform: scale(1.2);
}

.wap {
	display: none !important;
}

.block {
	background-image: linear-gradient(to bottom, #fcf2fd, #c4d1ff);
}

@keyframes icon-yh {
	0% {
		transform: rotateZ(0);
	}
	10% {
		transform: rotateZ(10deg);
	}
	20% {
		transform: rotateZ(0);
	}
	30% {
		transform: rotateZ(-10deg);
	}
	40% {
		transform: rotateZ(0);
	}
	50% {
		transform: rotateZ(10deg);
	}
	60% {
		transform: rotateZ(0);
	}
	70% {
		transform: rotateZ(-10deg);
	}
	80% {
		transform: rotateZ(0);
	}
	90% {
		transform: rotateZ(10deg);
	}
	100% {
		transform: rotateZ(0);
	}
}


/*head*/

.head {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #e9f3ff;
	position: relative;
	z-index: 3;
}

.head-l {
	font-size: 16px;
}

.head-r {
	height: 50px;
}

.head-r span {
	display: inline-block;
	font-size: 14px;
}

.head-r span a {
	display: inline-block;
	margin: 0 14px;
}

.head-r span a:hover {
	color: #98221c;
}

.search {
	float: right;
	display: block;
	width: 260px;
	height: 36px;
	background: none;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 20px;
	position: relative;
	margin-top: 42px;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	display: block;
	width: 260px;
	padding-left: 15px;
	padding-right: 40px;
	height: 36px;
	font-size: 14px;
	background: none;
	color: #fff;
	
}

.search .button {
	width: 40px;
	height: 32px;
	background: url(../images/fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: #d7e6f9;
}

input::-moz-input-placeholder {
	color: #d7e6f9;
}

input::-ms-input-placeholder {
	color: #d7e6f9;
}


/*头部*/

.top {
	width: 100%;
	background: #98221c;
	transition: all 0.3s;
	position: relative;
	z-index: 2;
}

.top.on {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	z-index: 999;
}

.logo a {
	display: block;
	font-size: 0;
	line-height: 130px;
    float:left;
}

.logo img {
	vertical-align: middle;

}
.name1 {
    float: left;
    font-size: 32px;
    margin-left: 6px;    
	line-height: 130px;
    color: #fff;
    
}
/*导航*/

.nav {
	height: 52px;
	line-height: 52px;
	background: #98221c;
	border-top:1px solid rgba(255, 255, 255, .1);
}


/*.nav.on {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	z-index: 999;
}*/

.nav>ul {
	font-size: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}

.nav>ul>li {
	text-align: center;
	position: relative;
	flex: 1;
	height: 52px;
}

.nav>ul>li>a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: relative;
}

.nav>ul>li>span {
	display: inline-block;
	background: url(../img/nav-sj.png) no-repeat;
	width: 10px;
	height: 6px;
	vertical-align: 3px;
	margin-left: 16px;
}

.nav>ul>li.on>div {
	border-top: 3px solid #ffffff;
}

.nav>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.nav>ul>li.on>a::after {
	border-bottom: 5px solid transparent;
}

.nav>ul>li.active>a {
	font-weight: bold;
}

.nav>ul>li:hover>a {
	font-weight: bold;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
	background: rgb(255, 255, 255, 1);
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	transition: .3s;
	color: #333;
}

.nav>ul>li>div>ul>li a:hover {
	background: #98221c;
	color: #fff;
}

.nav-r {
	float: left;
	position: relative;
}

.nav-r a {
	float: left;
	margin-left: 20px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 0;
}

.nav-r a img {
	vertical-align: middle;
	display: none;
}

.nav-r a img:first-child {
	display: inline-block;
}

.nav-r a span {
	display: block;
	font-size: 18px;
}


/*底部*/

.foot {
	background: #98221c;
	width: 100%;
	padding: 15px 0;
	margin-top: 20px;
	text-align: center;
}

.foot {
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot p {
	font-size: 14px;
	line-height: 30px;
}


