@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
	outline: none;
         /* font-weight: normal; */
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

@media print{
  body{zoom:0.5};
/* .leftNav,.banner,.pc{display:none};*/
       /* .ny-right{width:100%}*/
}

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;
}

.px1500 {
	width: 1500px;
	max-width: 1500px;
	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;
	object-fit: cover;
}

.pic img:hover {
	transform: scale(1.1);
}

.wap {
	display: none !important;
}

@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);
	}
}


/*头部*/

.top {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: #fff;
        transition: all 0.3s;
}

.top.on{
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        position: fixed;
}

.logo a {
	display: block;
	width: 644px;
	background: #194fbb;
	font-size: 0;
	line-height: 108px;
}

.logo img {
	vertical-align: middle;
	padding-left: 80px;
        max-height:83px;
}

.top-r {
	width: calc(100% - 644px);
	padding-right: 80px;
	position: relative;
}

/*导航*/

.nav {
	width: calc(100% - 166px);
	height: 108px;
	line-height: 108px;
	padding-right: 10px;
	transition: all 0.3s;
}

.nav>ul {
	font-size: 0;
}

.nav>ul>li {
	float: left;
	text-align: center;
	position: relative;
	width: 9%;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	display: block;
	font-size: 16px;
	text-align: center;
	position: relative;
	transition: auto;
}

.nav>ul>li>a:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 2px;
	background: #fff;
	display: none;
}

.nav>ul>li:hover>a {
	background: #194fbb;
	color: #fff;
}

.nav>ul>li.on>a {
	background: #194fbb;
	color: #fff;
}

.nav>ul>li.active>a:before {
	display: none;
}

.nav>ul>li:hover>a:before {
	display: none;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	width: 250%;
	min-width: 106px;
	background: rgba(25, 79, 187, 0.8);
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
        display: block;
        font-size: 16px;
        line-height: 24px;
        padding: 10px 0;
        transition: .3s;
        color: #fff;
}

.nav>ul>li>div>ul>li a:hover {
	background: #194fbb;
	color: #fff;
}

.top-rlink {
	margin-top: 41px;
}

.top-rlink a.mailbox {
	float: left;
	display: block;
	width: 26px;
	height: 26px;
	border: 1px solid #999;
	border-radius: 50%;
	line-height: 24px;
	text-align: center;
	font-size: 0;
}

.top-rlink a.mailbox img {
	vertical-align: middle;
}

.top-rlink a.mailbox:hover {
	border-color: #666;
}

.nice-select {
	float: left;
	width: 87px;
	height: 26px;
	line-height: 24px;
	padding: 0 20px 0 8px;
	border: 1px solid #999;
	border-radius: 13px;
	position: relative;
	
	margin: 0 15px 0 12px;
}

.nice-select>img {
	float: left;
	margin-top: 5px;
}

.nice-select input {
	float: left;
	display: block;
	width: 36px;
	margin-left: 5px;
	height: 24px;
	line-height: 24px \9;
	border: 0;
	outline: 0;
	background: none;
}

.nice-select ul {
	width: 100%;
	display: none;
	position: absolute;
	left: -1px;
	top: 26px;
	overflow: hidden;
	background-color: #fff;
	max-height: 150px;
	overflow-y: auto;
	border: 1px solid #999;
	border-top: 0;
	box-shadow: 0 3px 5px #999;
	z-index: 9999;

}

.nice-select ul li {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
	padding: 0 10px;
	cursor: pointer;
	color: #333;
}

.nice-select ul li.on {
	background-color: #e0e0e0;
}

.search-con {
	float: left;
	display: block;
	position: relative;
	width: 26px;
	height: 26px;
}

.search-con button {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	line-height: 24px;
	border: 1px solid #999;
	border-radius: 50%;
	font-size: 0;
	text-align: center;
	background: none;
	cursor: pointer;
}

.search-con button img {
	vertical-align: middle;
}

.search-con button:hover {
	border-color: #666;
}

.search {
	width: 500px;
	height: 50px;
	background: #fff;
	margin-top: 20px;
	position: absolute;
	right: 0;
	top: 24px;
	z-index: 1;
	display: none;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 500px;
	padding-left: 15px;
	padding-right: 100px;
	height: 50px;
	font-size: 14px;
	background: none;
	color: #333;
}

.search .button {
	width: 80px;
	height: 50px;
	background: #194fbb url(../images/fdj2.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.search input::-webkit-input-placeholder {
	color: #999;
}

.search input::-moz-input-placeholder {
	color: #999;
}

.search input::-ms-input-placeholder {
	color: #999;
}


/* 定位搜索框 */

.yc-search {
	line-height: 40px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
	transition: all 0.5s;
}

.yc-search-bg {
	position: fixed;
	z-index: 99998;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
}

.search {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99999;
}


/*底部*/

.foot {
	background: url(../images/foot-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0;
}

.foot>div {
	padding: 0 100px;
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot h3 {
	font-size: 22px;
	font-weight: bold;
	color: #deedff;
	margin-bottom: 20px;
}

.foot-l {
	width: 23%;
	padding-top: 30px;
}

.foot-l p {
	font-size: 14px;
	line-height: 36px;
}

.foot-c {
	margin-left: 8%;
	text-align: center;
	padding: 30px 8% 0 8%;
	position: relative;
	width: 47%;
}

.foot-c::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 347px;
	background: rgba(255, 255, 255, 0.3);
}

.foot-c::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 347px;
	background: rgba(255, 255, 255, 0.3);
}

.foot-c>img {
	max-width: 98%;
}

.foot-c ul {
	margin-top: 30px;
}

.foot-c ul li {
	display: inline-block;
	max-width: 84px;
	margin: 0 14px;
}

.foot-c ul li a {
	display: block;
}

.foot-c ul li p {
	font-size: 12px;
	line-height: 20px;
}

.foot-r {
	padding-left: 5%;
	padding-top: 30px;
}

.foot-r p a {
	display: inline-block;
	font-size: 14px;
	color: #ddedff;
}

.foot-r p a:hover {
	color: #fff;
}
@media screen and (max-width:1900px) {
.nav>ul>li>div>ul>li a{
    	font-size:14px;
    }

}
@media screen and (max-width:1800px) {
	.logo a {
		width: 584px;
	}
    
	.logo img {
		padding-left: 20px;
		max-height: 70px;
	}
.nav>ul>li>a{
	font-size:12px;
}
	.top-r {
		width: calc(100% - 584px);
		padding-right: 20px;
	}
}

@media screen and (max-width:1600px) {
	.logo a {
		width: 540px;
	}

	.top-r {
		width: calc(100% - 540px);
	}
}

@media screen and (max-width:1540px) {
	.px1500 {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
.nav>ul>li
{
padding:0 1.3%;
width:auto;
}

}

@media screen and (max-width: 1500px) {
	.logo img {
		max-height: 62px;
	}
	.nav>ul>li>div>ul>li a{
		font-size:12px;
	}

	.logo a {
		width: 450px;
	}

	.top-r {
		width: calc(100% - 450px);
	}
	.nav>ul>li>a {
		font-size: 12px;
	}
}

@media screen and (max-width:1410px) {
.nav>ul>li
{
padding:0 1%;
}

}

@media screen and (max-width:1350px) {
.nav>ul>li
{
padding:0 0.7%;
}

}

@media screen and (max-width: 1300px) {
	.logo img {
		max-height: 52px;
	}

	.logo a {
		width: 390px;
	}

	.top-r {
		width: calc(100% - 390px);
	}

	.foot>div {
		padding: 0;
	}

	.foot-r {
		padding-right: 0;
	}
     .nav>ul>li>a{
	font-size:12px;
}
}

@media screen and (max-width:1230px) {
.nav>ul>li
{
padding:0 0.4%;
}

}

@media screen and (max-width: 1200px) {
	.logo img {
		max-height: 42px;
	}

	.logo a {
		width: 330px;
	}

	.top-r {
		width: calc(100% - 330px);
	}

	.nav>ul>li>a {
		font-size: 10px;
	}
.nav>ul>li
{
padding:0 0.9%;
}
}

@media screen and (max-width: 1100px) {
	.logo img {
		max-height: 38px;
	}

	.logo a {
		width: 300px;
	}

	.top-r {
		width: calc(100% - 300px);
	}
}

@media screen and (max-width:1070px) {
.nav>ul>li
{
padding:0 0.4%;
}

}

@media screen and (max-width:1024px) {
	body {
		padding-top: 60px !important;
	}

	.pc {
		display: none !important;
	}

	.banner .slick-slide a:before {
		display: none;
	}

	.m-top {
		max-width: 1920px;
		margin: 0 auto;
		position: fixed;
		right: 20px;
		top: 18px;
		width: 25px;
		height: 25px;
		z-index: 9999;
	}

	.wap {
		display: block !important;
	}

	.wap-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		font-size: 0;
	}

	.wap-menu img {
		height: 25px;
	}

	.close-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #194fbb;
		z-index: 999;
		padding: 10px 20px;
	}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
		display: block;
	}

	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-tlink {
		font-size: 12px;
		padding: 10px 15px 0 15px;
		color: rgba(255, 255, 255, 0.6);
		overflow: hidden;
	}

	.m-tlink a {
		float: left;
		display: block;
		width: 26px;
		height: 26px;
		font-size: 0;
		margin: 0 8px;
		background: #fff;
		display: inline-block;
		line-height: 26px;
		border-radius: 50%;
		text-align: center;
	}

	.m-tlink a img {
		vertical-align: middle;
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		/* background: #fff; */
		margin-top: 15px;
		margin-bottom: 15px;
		border: 1px solid #fff;
	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff;
		font-size: 12px;
	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 10px;
		top: 10px;
		height: 15px;
	}

	.m-nav {
		position: fixed;
		top: 60px;
		right: -100%;
		bottom: 0;
		z-index: 999;
		background: #194fbb;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		overflow-y: scroll;
		width: 100%;
		max-width: 375px;
	}

	.m-nav .top-r {
		color: #fff;
		padding-left: 15px;
	}

	.m-nav ul {
		padding: 0 15px;
		/* border-top: 1px solid rgba(255, 255, 255, 0.2); */
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../images/m-nav_down.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}


	.foot {
		padding: 30px 0;
	}

	.foot-c {
		padding: 30px 4% 0 4%;
		margin-left: 4%;
	}


}

@media screen and (max-width:768px) {
	.foot>div {
		display: flex;
		flex-wrap: wrap;
	}

	.foot-l,
	.foot-c,
	.foot-r {
		float: none;
		width: 100%;
		text-align: center;
	}

	.foot-l {
		order: 1;
		padding-top: 0;
	}

	.foot-c {
		margin-left: 0;
		order: 3;
		padding-top: 20px;
	}

	.foot-c::before,
	.foot-c::after {
		display: none;
	}

	.foot-c ul {
		margin-top: 20px;
	}

	.foot-r {
		order: 2;
		padding-top: 20px;
	}

	.foot h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.foot-l p {
		line-height: 28px;
	}
}

@media screen and (max-width:480px) {}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}