@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;
}

@font-face {
	font-family: 'sySong';
	src: url(/_upload/tpl/00/06/6/template6/css/sySong.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "Î¢ÈíÑÅºÚ";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

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;
}

.pic img:hover {
	transform: scale(1.2);
}

.wap {
	display: none !important;
}

.block {
	background-image: linear-gradient(to bottom, #fcf2fd, #c4d1ff);
}

/* ÓÒ²àÐü¸¡ */

.ycdh {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 155px;
    height: 155px;
    border-radius: 50%;
    padding: 30px;
    z-index: 999;
}

.ycdh::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px dotted #034895;
    -webkit-animation: warn2 2s ease-out;
    -moz-animation: warn2 2s ease-out;
    animation: warn2 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.ycdh::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border-radius: 50%;
    background-color: #97c0ef;
    -webkit-animation: warn1 2s ease-out;
    -moz-animation: warn1 2s ease-out;
    animation: warn1 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@keyframes warn1 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.6
    }
    25% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        opacity: .8
    }
    50% {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        opacity: .8
    }
    75% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        opacity: 0.6
    }
}

@keyframes warn2 {
    0% {
        transform: rotate(90deg);
    }
    25% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(270deg);
    }
    75% {
        transform: rotate(360deg);
    }
}

.ycdh .dh-qq {
    position: relative;
    background-color: #034895;
    width: 100%;
    height: 100%;
    padding-top: 38px;
    line-height: 95px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
}

.ycdh .dh-qq a {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}


/* ÓÒ²àÐü¸¡½áÊø */

/*search*/

.search-con {
	display: block;
	position: absolute;
	right: 0;
	top: 30px;
}

.search-con button {
	height: 40px;
	text-align: center;
	background: none;
	cursor: pointer;
	font-size: 0;
}

.search-con button img {
	vertical-align: middle;
}

.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: 80px;
	height: 50px;
	font-size: 14px;
	background: none;
	color: #333;
}

.search .button {
	width: 80px;
	height: 50px;
	background: #034895 url(fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: #666;
}

input::-moz-input-placeholder {
	color: #666;
}

input::-ms-input-placeholder {
	color: #666;
}


/* ¶¨Î»ËÑË÷¿ò */

.yc-search {
	line-height: 40px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
}

.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;
}


/*Í·²¿*/

.top {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	background: #034895;
	transition: all 0.3s;
	z-index: 999;
}

.top.on {
	position: fixed;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.top.on:before {
	height: 100%;
}

.top>div {
	padding: 0 2%;
}

.logo a {
	display: block;
	font-size: 0;
	line-height: 100px;
}

.logo img {
	vertical-align: middle;
}

.top-r {
	margin-left: 640px;
	padding-right: 30px;
	position: relative;
}


/*µ¼º½*/

.nav {
	height: 70px;
	line-height: 40px;
	padding-top: 30px;
}

.nav>ul {
	font-size: 0;
	text-align: right;
}

.nav>ul>li {
	display: inline-block;
	text-align: center;
	position: relative;
	margin: 0 22px;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
}

.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 #ffffff;
}

.nav>ul>li.active>a {
	color: #fff;
}

.nav>ul>li:hover>a {
	font-weight: 600;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 120px;
	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: #034895;
	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: #034895;
	width: 100%;
	padding: 40px 0;
}

.foot {
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot-l {
	width: 42%;
}

.foot-l h3 {
	font-size: 16px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #f39800;
	padding-bottom: 10px;
}

.foot-l p {
	line-height: 30px;
	margin-top: 20px;
}

.foot-c {
	margin-left: 2%;
	margin-top: 42px;
}

.foot-c img {
	vertical-align: middle;
	max-height: 60px;
}

.foot-r {}

.link {
	margin-top: 42px;
}

.link p {
	line-height: 48px;
	padding-right: 20px;
	background: #303c45;
	color: #fff;
	text-align: left;
	font-size: 14px;
	background: url(/_upload/tpl/00/06/6/template6/htmlRes/public_res/link-icon-down.png) no-repeat;
	background-position: right center;
}

.link>div {
	position: relative;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, .2);
	width: 248px;
	height: 48px;
}

.link>div:hover div {
	display: block;
}

.link>div div {
	position: absolute;
	bottom: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 10px 0;
	left: 0;
	right: 0;
	display: none;
}

.link>div div a {
	display: block;
	color: #333;
	line-height: 34px;
	font-size: 14px;
	padding: 0 10px;
}

.link>div div a:hover {
	background: #034895;
	color: #fff;
}

@media screen and (max-width:1870px) {
	.top>div {
		padding: 0 20px;
	}
}

@media screen and (max-width:1830px) {
	.nav>ul>li {
		margin: 0 20px;
	}
}

@media screen and (max-width:1800px) {
	.logo img {
		max-height: 65px;
	}
	.top-r {
		margin-left: 600px;
	}
}

@media screen and (max-width:1750px) {
	.logo img {
		max-height: 60px;
	}
	.top-r {
		margin-left: 550px;
	}
}

@media screen and (max-width:1700px) {
	.nav>ul>li {
		margin: 0 16px;
	}
}

@media screen and (max-width:1650px) {
	.nav>ul>li {
		margin: 0 12px;
	}
}

@media screen and (max-width:1560px) {
	.logo img {
		max-height: 55px;
	}
	.top-r {
		margin-left: 500px;
	}
	.nav>ul>li {
		margin: 0 10px;
	}
}

@media screen and (max-width:1520px) {
	.px1500 {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	.nav>ul>li>a {
		font-size: 17px;
	}
	.foot-l p {
		font-size: 15px;
		margin-top: 10px;
	}
	.foot-c img {
		max-height: 50px;
	}
}

@media screen and (max-width:1450px) {
	.logo img {
		max-height: 45px;
	}
	.top-r {
		margin-left: 420px;
	}
	.foot-c {
		margin-left: 20px;
	}
}

@media screen and (max-width:1350px) {
	.nav>ul>li>a {
		font-size: 16px;
	}
	.nav>ul>li {
		margin: 0 5px;
	}
	.foot-l p {
		font-size: 14px;
		line-height: 26px;
	}
	.foot-c img {
		max-height: 40px;
	}
}

@media screen and (max-width: 1250px) {
	.logo img {
		max-height: 35px;
	}
	.top-r {
		margin-left: 320px;
	}
}

@media screen and (max-width: 1150px) {
	.nav>ul>li>a {
		font-size: 14px;
	}
	.foot-l {
		width: 36%;
	}
}

@media screen and (max-width: 1060px) {
	.logo img {
		max-height: 30px;
	}
	.top-r {
		margin-left: 280px;
	}
}

@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: #034895;
		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);
	}
	.m-tlink a {
		font-size: 12px;
		margin: 0 8px;
		color: #fff;
		display: inline-block;
		line-height: 24px;
		/*background: #fff;*/
		line-height: 24px;
		border-radius: 5px;
	}
	.m-tlink a img {
		vertical-align: -2px;
		padding-right: 5px;
		height: 14px;
	}
	.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: 4px;
		height: 15px;
	}
	.m-nav {
		position: fixed;
		top: 60px;
		right: -100%;
		bottom: 0;
		z-index: 999;
		background: #034895;
		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(/_upload/tpl/00/06/6/template6/htmlRes/public_res/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: 20px 0;
	}
	.foot>div {
		display: flex;
		flex-wrap: wrap;
	}
	.foot-l,
	.foot-c,
	.foot-r {
		float: none;
		width: 100%;
	}
	.foot-c {
		order: -1;
		margin-left: 0;
		margin-top: 0;
		text-align: center;
	}
	.foot-c img {
		max-width: 100%;
	}
	.foot-l {
		text-align: center;
		margin-top: 20px;
	}
	.foot-r {
		width: 80%;
		margin: 0 auto;
	}
	.link {
		margin-top: 20px;
	}
	.link>div {
		width: 100%;
	}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:640px) {
	.foot-r {
		width: 95%;
	}
}

@media screen and (max-width:480px) {
	.foot-r {
		width: 100%;
	}
}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}