@charset "utf-8";

/* CSS Document */
/* common */
/**html{
 -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}**/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
p,
a,
form,
select,
input,
ul,
ol,
li {
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Microsoft YaHei', sans-serif;
	color: #000000;
}

ul,
ol {
	list-style: none;
	text-indent: 0;
	list-style-position: outside;
}

body ul {
	margin: 0;
}

img {
	border: 0;
}

b {
	font-weight: normal;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: none !important;
}

a {
	text-decoration: none || underline || blink || overline || line-through
}

p {
	margin: 0 0 0;
}
li{
	cursor: pointer;
}
.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

/* link : style */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* ul {
	margin-bottom: 0 !important;
} */

/*clear*/
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}

.clearfix:after {
	clear: both;
}

/*浏览器更新提示*/
.browserupgrade {
	margin: 0;
	z-index: 9999;
	width: 100%;
	height: 42px;
	color: #e50b71;
	text-indent: 20px;
	line-height: 42px;
	overflow: hidden;
	background: #222222;
	border-bottom: 4px solid #000000;
}

.browserupgrade a {
	font-size: 16px;
	color: #fdc12d;
	cursor: pointer;
}

.browserupgrade a.brow-close {
	font-size: 14px;
	margin-right: 20px;
	float: right;
}

/*ie7*/
.ie7-alert {
	left: 50%;
	top: 50%;
	margin-left: -276px;
	margin-top: -238px;
	width: 551px;
	height: 476px;
	position: fixed;
	z-index: 9999;
	background: url('../img/ie7.png') no-repeat center;
}

.ie7-alert a {
	top: 121px;
	left: 127px;
	width: 121px;
	height: 33px;
	display: block;
	position: absolute;
	background: url('../img/ie7-btn.png') no-repeat center;
}

html {
	width: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
	width: 100%;
	background: #ECF8F9;
	overflow-x: hidden;
}

body.fixed {
	top: 0;
	position: fixed;
}

.wrap.fixed {
	top: 0;
	position: fixed;
}

.wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	overflow: hidden;
	position: relative;
	background: #FFFFFF !important;
}

.wrap.fixed {
	top: 0;
	position: fixed;
}

.main {
	margin: 0 auto;
}

.main a h1 {
	margin: 0;
}

.header {
	width: 100%;
	height:90px !important;
	z-index: 999;
	background: #ffffff;
	/* 	position: absolute; */
	/* top: 10px; */
	z-index: 999;
	margin: auto;
	display: block;
	left: 0;
	right: 0;
	opacity: 0.9;
}

.header:hover {
	opacity: 1;
}

.header .logo {
	float: left;
	width: 177px !important;
	height: 36px !important;
	display: block;

	/* margin-left: -6px; */
}

.header .logo-text {
	margin-top: 38px;
	margin-left: 24px;
	float: left;
	font-size: 16px;
	line-height: 23px;
}

.header .main {
	margin: 0 auto;
	width: 1200px;
	height:90px;
	position: relative;
display: flex;
    align-items: center;
}

.header .nav_list {
	/* height: 100px;
	line-height: 100px; */
	float: left;
	margin-left: 62px;
}

.header .nav_list p {
	height: 25px;
	font-size: 32px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	/* color: #333333; */
	color: red;
	line-height: 25px;

}

.header .nav_list ul {
	margin-top: 26px;
	margin-left: -236px;
}

.header .nav_list ul li {
	float: left;
	height: 40px !important;
	line-height: 40px !important;
	/* padding:20px; */
}

.header .nav_list ul li a {
	/* 	width:0.32rem;
	height:0.24rem; */
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 40px !important;
	-webkit-background-clip: text;
	margin-right: 124px;
	display: block;
	/* transform: translateX(-50%); */
}

.header .nav_list ul li:last-child a {
	margin-right: 0px;
}

.header .nav_list ul li.act a {
	width: 64px;
	height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 24px;
	line-height: 40px !important;
	position: relative;
}

.header .nav_list ul li a:hover {
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 100px;
	position: relative;
}

/* .header .nav_list ul li a::after {
	content: "";
	width: 0;
	height: 4px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	margin: auto;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
}

.header .nav_list ul li.act a::after {
	content: "";
	width: 16px;
	height: 4px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	margin: auto;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	transition: width 0.2s ease-in-out 0s;
}

.header .nav_list ul li a:hover::after {
	content: "";
	width: 16px;
	height: 4px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	margin: auto;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	transition: width 0.2s ease-in-out 0s;
} */
body .contact {
	width: 175px;
	/* 	float: right; */
	margin-right: 0px;
	line-height: normal;
	right: 0;
	position: absolute;
}

body .contact div {
	display: flex;
	justify-content: space-between;
}

/* .contact>p{
	color:#214BF7;
	font-weight:bold;
	text-align:center;
} */
body .contact p {
	text-align: right;
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: normal;
	line-height: 20px;
	margin-bottom: 0;
	/* margin-top: 30px; */
}

body .contact span {
	/* color: #333333; */
	color: red;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	margin-left: 2.5px;
	line-height: 21px;
}

body .contact span.gj {
	color: red;
}

body .contact span.bfb {
	color: red;
}

/*轮播*/
.banner {
	width: 100%;
	height:600px;
	position: relative;
}

.banner_1 {
	height: 600px;
	background: url(../img/banner3.png) no-repeat center;
}

.banner .swiper-container {
	width: 100%;
	height:600px;
}

.banner .swiper-container .swiper-wrapper {
	width: 100%;
}

.banner .swiper-container .swiper-slide {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner .swiper-button-next {
	background-image: url(../img/left1.png) !important;
	top: 50%;
	left: 32px !important;
	right: auto !important;
	background-size: 200%;
}

.banner .swiper-button-prev {
	background-image: url(../img/right1.png) !important;
	top: 50%;
	right: 32px !important;
	left: auto !important;
	background-size: 200%;
}

.banner .swiper-container-banner .swiper-button-next {
	opacity: 0.15;
}

.banner .swiper-container-banner .swiper-button-prev {
	opacity: 0.15;
}

.banner .swiper-button-next:hover {
	opacity: 1;
}

.banner .swiper-button-prev:hover {
	opacity: 1;
}

.banner .swiper-container .swiper-slide img {
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 100%;
	display: block;
	position: absolute;
	transition: 0.2s;
}

.banner .pagination {
	bottom: 20px;
	width: 100%;
	z-index: 20;
	text-align: center;
	position: absolute;
}

.banner .swiper-pagination-switch {
	margin: 0 5px;
	width: 40px;
	height: 5px;
	cursor: pointer;
	display: inline-block;
	background: #d2d6d9;
}

.banner .swiper-active-switch {
	background: #fdc12d;
}

.banner>img{
	position: absolute;
	    top: 330px;
		left:0;
		right:0;
		margin:auto;
		transform: translateX(-500px);
	    z-index: 2;
}
.banner>span{
background: url(../img/Vector.png) no-repeat top center / 100% 100%;
    position: absolute;
    bottom:-40px;
    z-index: 1;
    display: block;
    width: 100%;
    height: 268px;
}
.banner .tabs {
	position: absolute;
	top:520px;
	width: 140px;
	right: 0;
	margin: auto;
	left: -200px;
	display: flex;
	justify-content: space-between;
	transform: translateX(100px);
	z-index: 999;
}

.banner .tabs li {
	width: 40px;
	height: 6px;
	border-radius: 14px 14px 14px 14px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	cursor: pointer;
}

.banner .tabs li.on {
	background: #FFFFFF;
	border-radius: 14px 14px 14px 14px;
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;

}

.banner_footer {
	width: 1200px;
	height: 120px;
	margin: auto;
	margin-top: -60px;
	background: #FFFFFF;
	box-shadow: 0px 33px 16px -16px rgba(178, 216, 200, 0.26);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	position: relative;
	z-index: 999;
	overflow: hidden;
}

.banner_footer li {
	float: left;
	overflow: hidden;
	margin-left: 83px;
}

.banner_footer li:first-child {
	margin-left: 43px;
}

.banner_footer li>img {
	float: left;
	margin-top: 15px;
	margin-right: 36px;
}

.banner_footer li>a {
	float: left;
	font-size: 22px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 120px;
}

.banner_footer li>p {
	float: left;
	font-size: 32px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 120px;
	margin-left: 60px;
}

.banner_footer li:last-child {
	margin-left: 47px;
}

.banner_footer .st {
	width: 296px;
	background: #FF812E;
}

.banner_footer .st>img {
	margin-top: 40px;
	margin-left: 12px;
}

.banner_footer li>a.on {
	font-size: 22px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #00995A;
}


.rhcxz {
	width: 1200px;
	margin: auto;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
}

.rhcxz>span {
	position: relative;
}

.rhcxz>span img:nth-child(1) {
	position: absolute;
	left: 220px;
	top: 0;
}

.rhcxz>span img:nth-child(4) {
	position: absolute;
	right: 220px;
	top: 0;
}

.rhcxz>span h1 {
	font-size: 40px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 47px;
	text-align: center;
}

.rhcxz>span p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
	margin-top: 10px;
}

.rhcxz ul {
	display: flex;
	justify-content: space-between;
	margin-top: 104px;
}

.rhcxz li {
	width: 264px;
	height: 273px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
/* 	margin-top: 40px; */
	position: relative;
}

.rhcxz li:hover {
	background: #FFFFFF;
	box-shadow: 0px 10px 33px 0px rgba(215, 233, 255, 0.64);
}

.rhcxz li:hover button {
	background-color: #F77521;
}

.rhcxz li:first-child {
	margin-left: 0px;
}

.rhcxz li>img {
	border-radius: 10px 10px 10px 10px;
	margin: -65px auto 0;
	display: block;
}

.rhcxz li>h2 {
	font-size: 30px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 35px;
	text-align: center;
	margin-top: 28px;
}

.rhcxz li>p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
	margin-top: 10px;
}

.rhcxz li>button {
	width: 186px;
	height: 50px;
	background: #1881FF;
	border-radius: 10px 10px 10px 10px;
	font-size: 24px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 28px;
	display: block;
	outline: none;
	border: none;
	margin: 22px auto 0;
}

.rhcxz li>p:last-child {
	top: 203px;
}

.rhcxz li p>span {
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FF802E;
	line-height: 35px;
}

.rhcxz .bz {
	font-size: 14px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 52px;
	text-align: right;
	position: absolute;
	top: 42px;
	right: 0;
}

.ggw {
	background: url(../img/l1_b.png) no-repeat top center / 100% 100%;
	height: 320px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.ggw>a {
	background: url(../img/l1_an.png) no-repeat top center / 100% 100%;
	height: 71px;
	width: 257px;
	position: absolute;
	right: 64px;
	top: 104px;
	display: block;
}

.ggw1 {
	background: url(../img/l2_bg.png) no-repeat top center / 100% 100%;
	height: 320px;
	width: 100%;
	margin: -72px auto 0;
}

.ggw1>div {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	position: relative;
}

.ggw1>div>a {
	background: url(../img/l2_an.png) no-repeat top center / 100% 100%;
	height: 71px;
	width: 257px;
	position: absolute;
	right: 64px;
	top: 196px;
	display: block;
}

.ggw1 img {
	margin-top: 97px;
	margin-left: -134px;
}

.ggw1 span {
	display: flex;
	align-items: center;
	margin-left: -70px;
	margin-top: 182px;
	height: 100px;
}

.ggw1 span p {
	font-size: 32px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 38px;
}

.ggw1 span h4 {
	font-size: 64px;
	font-family: Source Han Sans CN-Heavy, Source Han Sans CN;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 75px;
	text-shadow: 0px 4px 4px rgba(11, 64, 255, 0.82);
	-webkit-text-stroke: 1px #004EE4;
	text-stroke: 1px #004EE4;
	/* background: linear-gradient(1deg, #68F6FF 0%, rgba(255,255,255,0) 100%); */
	margin-left: 14px;
}

.ggw2 {
	background: url(../img/l3_bg.png) no-repeat top center / 100% 100%;
	height: 462px;
	width: 100%;
	margin: -122px auto 0;
}

.ggw2>div {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	position: relative;
	justify-content: space-between;
}

.ggw2>div>a {
	background: url(../img/l3_an.png) no-repeat top center / 100% 100%;
	height: 71px;
	width: 257px;
	position: absolute;
	right: 324px;
	top: 275px;
	display: block;
}

.ggw2 img {
	margin-top: 87px;
}

.ggw2 span {
	display: flex;
	align-items: center;
	margin-left: -70px;
	margin-top: 255px;
	height: 100px;
}

.ggw2 span p {
	font-size: 32px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 38px;
}

.ggw2 span h4 {
	font-size: 64px;
	font-family: Source Han Sans CN-Heavy, Source Han Sans CN;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 75px;
	text-shadow: 0px 4px 4px rgba(11, 64, 255, 0.82);
	-webkit-text-stroke: 1px #004EE4;
	text-stroke: 1px #004EE4;
	/* background: linear-gradient(1deg, #68F6FF 0%, rgba(255,255,255,0) 100%); */
	margin-left: 14px;
}

.btn {
	width: 372px;
	height: 73px;
	margin: auto;
	background: #FF802E;
	box-shadow: 0px 22px 21px -12px rgba(237, 186, 158, 0.78);
	border-radius: 72px 72px 72px 72px;
	opacity: 1;
	margin-top: 50px;
}

.btn:hover {
	background: #FF511A;
}

.btn>a {
	display: block;
	font-size:28px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 73px;
	text-align: center;
}

.nxzl {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 9999;
}

.nxzl>span {
	position: relative;
}

.nxzl>span img:nth-child(1) {
	position: absolute;
	left: 220px;
	top: 0;
}

.nxzl>span img:nth-child(4) {
	position: absolute;
	right: 220px;
	top: 0;
}

.nxzl>span h1 {
	font-size: 40px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 47px;
	text-align: center;
}

.nxzl>span p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
	margin-top: 10px;
}

.nxzl ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 39px;
}

.nxzl ul span {
	display: flex;
	justify-content: space-around;
}

.nxzl ul span p {
	font-size: 40px;
	font-family: Source Han Sans CN-Heavy, Source Han Sans CN;
	font-weight: 800;
	color: #FF585D;
	line-height: 47px;
}

.nxzl ul span a {
	width: 154px;
	height: 45px;
	background: #1881FF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	display: block;
	font-size: 24px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 45px;
	text-align: center;
}

.nxzl ul div {
	display: flex;
	justify-content: space-around;
	margin: 20px auto;
	align-items: center;
}

.nxzl ul div p {
	width: 116px;
	height: 28px;
	background: #F7F7F8;
	border-radius: 10px 10px 10px 10px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	text-align: center;
}

.nxzl ul div h6 {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 19px;
	text-align: center;
}

.nxzl li {
	width: 384px;
	height: 302px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	margin-bottom: 24px;
}

.nxzl li:hover {
	box-shadow: 0px 10px 33px 0px #D7E9FF;
}

.nxzl li:hover a {
	background: #F77521;
}

.nxzl li:first-child {
	margin-left: 0px;
}

.nxzl li>h2 {
	font-size: 48px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FF802E;
	line-height: 72px;
	text-align: center;
}

.nxzl .cj>p {
	height: 54px;
	background: url(../img/p2_1.png) no-repeat center;
	font-size: 24px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 64px;
	text-align: center;
	margin-top: 0px;
}

.cj {
	margin-top: 104px;
}

.nxzl .zj>p {
	height: 60px;
	background: url(../img/p2_2.png) no-repeat center;
	font-size: 24px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 72px;
	text-align: center;
	margin-top: 0px;
}

.zj {
	margin-top: 79px;
}

.nxzl .gj>p {
	height: 67px;
	background: url(../img/p2_3.png) no-repeat center;
	font-size: 24px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 80px;
	text-align: center;
	margin-top: 0px;
}

.gj {
	margin-top: 52px;
}

.nxzl .zjj>p {
	height: 80px;
	background: url(../img/p2_4.png) no-repeat center;
	font-size: 24px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 94px;
	text-align: center;
	margin-top: 0px;
}

.nxzl_bottom {
	width: 1200px;
	overflow: hidden;
}

.nxzl_bottom>h2 {
	margin-top: 13px;
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FF802E;
	line-height: 35px;
	float: left;
}

.nxzl_bottom>h2:first-child {
	margin-left: 100px;
}

.nxzl_bottom>img {
	float: left;
	margin-top: 16px;
	margin-left: 114px;
	margin-right: 101px;
}

.nxzl .bz {
	font-size: 14px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	text-align: right;
}

.nxzl .btn {
	width: 424px;
	margin-top: 17px;
}

.hjgw {
	width: 1200px;
	margin: auto;
	margin-top: 139px;
}

.hjgw>span {
	position: relative;
}

.hjgw>span img:nth-child(1) {
	position: absolute;
	left: 220px;
	top: 0;
}

.hjgw>span img:nth-child(4) {
	position: absolute;
	right: 220px;
	top: 0;
}

.hjgw>span h1 {
	font-size: 40px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 47px;
	text-align: center;
}

.hjgw>span p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
	margin-top: 10px;
}

.hjgw_content {
	display: flex;
	flex-wrap: wrap;
	margin-top: 47px;
}

.hjgw_content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hjgw_content ul li {
	width: 333px;
	height: 200px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #1881FF;
	display: block;
}

.hjgw_content ul li {
	position: relative;
	margin-bottom: 40px;
}

.hjgw_content ul li:hover {
	background-color: #1881FF;
}

.hjgw_content ul li:hover a {
	background: #F77521;
}

.hjgw_content ul li:hover h4 {
	color: #fff;
}

.hjgw_content ul li:hover p {
	color: #fff;
}

.hjgw_content ul li img {
	position: absolute;
}

.hjgw_content ul li img:nth-child(1) {
	top: 38px;
	left: -40px;
}

.hjgw_content ul li img:nth-child(5) {
	top: 0px;
	right: -19px;
}

.hjgw_content ul li h4 {
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	margin: 42px 0 0 63px;
}

.hjgw_content ul li p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	margin: 4px 0 0 63px;
}

.hjgw_content ul li a {
	width: 182px;
	height: 34px;
	background: #1881FF;
	border-radius: 6px 6px 6px 6px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
	display: block;
	text-align: center;
	margin: 27px 0 0 63px;
}

.dly {
	width: 1200px;
	margin: 80px auto 0;
}

.dly>span {
	position: relative;
}

.dly>span img:nth-child(1) {
	position: absolute;
	left: 220px;
	top: 0;
}

.dly>span img:nth-child(4) {
	position: absolute;
	right: 220px;
	top: 0;
}

.dly>span h1 {
	font-size: 40px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 47px;
	text-align: center;
}

.dly>span p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
	margin-top: 10px;
}

.dly>div>span {
	width: 580px;
	height: 400px;
	background: #FFFFFF;
	box-shadow: 0px 10px 18px 0px #DBEBFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 2px solid #FFFFFF;
	position: relative;
	display: block;
	flex-shrink: 0;
}

.dly>div>span>h4 {
	font-size: 96px;
	font-family: Impact-Regular, Impact;
	font-weight: 400;
	color: #1881FF;
	line-height: 113px;
	display: flex;
	align-items: center;
	margin: 43px 0 4px 51px;
}

.dly>div>span>h4 i {
	font-style: normal;
	font-size: 76px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #1881FF;
	line-height: 89px;
}

.dly>div>span>p {
	font-size: 32px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 38px;
	margin: 0px 0 67px 51px;
}

.dly>div>span>a {
	width: 321px;
	height: 54px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #1881FF;
	line-height: 54px;
	display: block;
	text-indent: 19px;
	font-size: 24px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #1881FF;
	margin: 0px 0 0px 51px;
	position: relative;
	z-index: 999;
	display: flex;
	align-items: center;
}

.dly>div a img {
	margin-left: 14px;
}

.dly>div>span>img {
	position: absolute;
	top: 0px;
	right: 0px;
}

.dly>div {
	display: flex;
	margin-top:40px;
	justify-content: center;
}

.dly ul {
	display: flex;
	flex-wrap: wrap;
}

.dly ul li {
	width: 290px;
	height: 190px;
	background: #FFFFFF;
	box-shadow: 0px 10px 18px 0px #DBEBFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 2px solid #FFFFFF;
	position: relative;
	margin-left: 14px;
	margin-bottom: 14px;
}

.dly ul li h4 {
	width: 69px;
	height: 59px;
	font-size: 48px;
	font-family: Impact-Regular, Impact;
	font-weight: 400;
	color: #1881FF;
	line-height: 56px;
	display: flex;
	align-items: center;
	margin: 20px 0 1px 24px;
}

.dly ul li h4 i {
	font-size: 40px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #1881FF;
	line-height: 47px;
	font-style: normal;
}

.dly ul li p {
	font-size: 20px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 23px;
	margin: 0px 0 1px 24px;
}

.dly ul li a {
	width: 170px;
	height: 34px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #1881FF;
	display: block;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #1881FF;
	line-height: 34px;
	text-align: center;
	margin: 23px 0 1px 24px;
}
.dly ul li a:hover{
	background-color:#F77521;
	border: 1px solid;
	color:#fff;
}
.dly>div>span>a:hover{
	background-color:#F77521;
	border: 1px solid;
	color:#fff;
}
.dly ul li img {
	position: absolute;
	right: 25px;
	top: 20px;
}

.dczl>span {
	position: relative;
}

.dczl>span img:nth-child(1) {
	position: absolute;
	left: 220px;
	top: 0;
}

.dczl>span img:nth-child(4) {
	position: absolute;
	right: 220px;
	top: 0;
}

.dczl>span h1 {
	font-size: 40px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 47px;
	text-align: center;
}

.dczl>span p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
	margin-top: 10px;
}

.dczl ul {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.dczl ul li {
	width: 183px;
	height: 330px;
	border-radius: 10px;
}

.dczl ul li h4 {
	font-size: 40px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FF585D;
	line-height: 47px;
	text-align: center;
	margin: 161px auto 4px;
}

.dczl ul li:hover h4 {
	color: #fff;
}

.dczl ul li:hover p {
	color: #fff;
}

.dczl ul li:hover a {
	background: #F77521;
}

.dczl ul li p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 19px;
	text-align: center;
}

.dczl ul li a {
	width: 109px;
	height: 37px;
	background: #1881FF;
	border-radius: 10px 10px 10px 10px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 37px;
	display: block;
	text-align: center;
	margin:25px auto 0;
}

.dczl ul li:nth-child(1) {
	background: url(../img/p5_bg01.png) no-repeat top center / 100% 100%;
}

.dczl ul li:nth-child(1):hover {
	background: url(../img/p5_bg001.png) no-repeat top center / 100% 100%;
}

.dczl ul li:nth-child(2) {
	background: url(../img/p5_bg02.png) no-repeat top center / 100% 100%;
}

.dczl ul li:nth-child(2):hover {
	background: url(../img/p5_bg002.png) no-repeat top center / 100% 100%;
}

.dczl ul li:nth-child(3) {
	background: url(../img/p5_bg03.png) no-repeat top center / 100% 100%;
}

.dczl ul li:nth-child(3):hover {
	background: url(../img/p5_bg003.png) no-repeat top center / 100% 100%;
}

.dczl ul li:nth-child(4) {
	background: url(../img/p5_bg04.png) no-repeat top center / 100% 100%;
}

.dczl ul li:nth-child(4):hover {
	background: url(../img/p5_bg004.png) no-repeat top center / 100% 100%;
}

.dczl ul li:nth-child(5) {
	background: url(../img/p5_bg05.png) no-repeat top center / 100% 100%;
}

.dczl ul li:nth-child(5):hover {
	background: url(../img/p5_bg005.png) no-repeat top center / 100% 100%;
}

.dczl ul li:nth-child(6) {
	background: url(../img/p5_bg06.png) no-repeat top center / 100% 100%;
}

.dczl ul li:nth-child(6):hover {
	background: url(../img/p5_bg006.png) no-repeat top center / 100% 100%;
}

.aqly {
	margin-bottom: 200px;
}

.aqly>img {
	margin-left: 41px;
}

.aqly>h2 {
	width: 120px;
	height: 72px;
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
	text-align: center;
	margin-top: -180px;
	margin-left: 360px;
}

.yycj {
	overflow: hidden;
}

.yycj li {
	width: 120px;
	height: 336px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	float: left;
	margin-left: 12px;
	margin-top: 20px;
	position: relative;
}

.yycj li:first-child {
	margin-left: 20px;
}

.yycj p {
	height: 24px;
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	margin-top: -50px;
}

.aqnl>img {
	margin-left: 14px;
}

.jstx>img {
	margin-left: 39px;
}

.dczl {
	width: 1200px;
	margin: auto;
	margin-top: 80px;
	overflow: hidden;
	position: relative;
	z-index:99;
}
.jy {
	width: 1200px;
	margin: 80px auto 0;
}

.jy>span {
	position: relative;
}

.jy>span img:nth-child(1) {
	position: absolute;
	left: 220px;
	top: 0;
}

.jy>span img:nth-child(4) {
	position: absolute;
	right: 220px;
	top: 0;
}

.jy>span h1 {
	font-size: 40px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 47px;
	text-align: center;
}

.jy>span p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
	margin-top: 10px;
}
.list{
	display:flex;
	justify-content:space-between;
	margin-top:40px;
}
.list li{
	width: 386px;
	height: 305px;
	background: #FFFFFF;
	box-shadow: 0px 10px 18px 0px #DBEBFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	overflow:hidden;
}
.list li p{
	/* width: 216px; */
	height: 36px;
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	margin:11px 0 0 20px;
}
.list li span{
	display:flex;
	margin:18px 0 0 20px;
}
.list li span h5{
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	display:flex;
	align-items:center;
}
.list li span h5 img{
	margin-left:5px;
}
.list li a{
	width: 96px;
	height: 39px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	border: 1px solid #1881FF;
	display:block;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #1881FF;
	line-height:39px;
	text-align:center;
	margin-left:105px;
}
.list li a:hover{
	background-color:#F77521;
	color:#fff;
	border:1px solid;
}
.lists{
	display:flex;
	justify-content:space-between;
	margin-top:30px;
}
.lists li{
	width: 183px;
	height: 75px;
	background: #DFEEFF;
	box-shadow: 0px 10px 18px 0px #DBEBFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #1881FF;
	display:flex;
	align-items:center;
	justify-content:space-around;
}
.lists li:hover{
	background: linear-gradient(270deg, rgba(0,116,255,0.98) 0%, #87BEFF 100%);
	color:#fff;
}
.lists li:hover p{
	color:#fff;
}
.lists li p{
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 23px;
	/* margin-left:16px; */
}
.lists li img{
/* 	margin-left:52px; */
}

.jy1 {
	width: 1200px;
	margin: 80px auto 80px;
}

.jy1>span {
	position: relative;
}

.jy1>span img:nth-child(1) {
	position: absolute;
	left: 220px;
	top: 0;
}

.jy1>span img:nth-child(4) {
	position: absolute;
	right: 220px;
	top: 0;
}

.jy1>span h1 {
	font-size: 40px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 47px;
	text-align: center;
}
.jy1>span p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
	margin-top: 10px;
}
.jy1 .lists{
	display:flex;
	justify-content: space-between;
}
.jy1 .lists li{
	width: 224px;
	height: 60px;
	border-radius: 35px 35px 35px 35px;
	opacity: 1;
	border: 2px solid #1881FF;
	display:flex;
	align-items:center;
}
.jy1 .lists li:hover{
	background:#fff;
}
.jy1 .lists li p{
height:60px;
font-size: 20px;
font-family: Source Han Sans CN-Bold, Source Han Sans CN;
font-weight: bold;
color: #1881FF;
line-height:60px;
text-align:center;
}
.jy1 .list li{
	width:386px;
	height:260px;
	position: relative;
}
.jy1 .list img{
	width:120px;
	height:120px;
	margin:50px auto 49px;
	display:block;
}
.jy1 .list p{
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 23px;
	text-align:center;
}
.jy1 .list li:nth-child(1){
	background:url(../img/p7_img01.png) no-repeat top center / 100% 100%;
}
.jy1 .list li:nth-child(2){
	background:url(../img/p7_img02.png) no-repeat top center / 100% 100%;
}
.jy1 .list li:nth-child(3){
	background:url(../img/p7_img03.png) no-repeat top center / 100% 100%;
}
.footer {
	height: 125px;
background: linear-gradient(265deg, #004DFF 0%, #0474FA 68%, rgba(4,116,250,0.89) 100%);
	margin: auto;
	overflow: hidden;
}

.footer>div {
	width: 840px;
	margin: auto;
}

.footer p {
	float: left;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #fff;
	line-height: 125px;
}

.footer p a {
	float: left;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #fff;
	line-height: 125px;
}
