/*通用类*/
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body{
	margin:0 auto;
	font-size:12px;
	font-family:"Microsoft Yahei";
	background:#fff;
	color:#363636;
}
h1,h2,h3{
	font-weight:500;
}
img{
	border:none;
}
a{
	cursor:pointer;
	color:#363636;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#f60;
}
ul{
	list-style-type:none;
}
em{
	font-style:normal;
}
.lt{
	float:left;
}
.rt {
	float: right;
	margin-left: 5px;
	font-size: 1.2rem;
	line-height: 1.2rem;
}
input.sub,label{
	border:none;
	cursor:pointer;
}
input,textarea,select{
	font-family:"Microsoft Yahei";
	outline:none;
}
table{
	border-collapse:collapse;
}
table td,table th{
	padding:0;
}
.clear::before{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clear::after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.warpin {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
@font-face {
 font-family: 'PFDinT';
 src: url('../fonts/PFDinTextCondPro-Thin.woff2');
}
/* pc header */
.pc_header_box{

	padding:20px 0 0 0;
	height: 80px;
	position: relative;
}
.pc_header_box .warpin{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	.pc_header_box::after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 0;
		top: 80px;
		left: 0;
		background: #384395;
		transition: 0.8s;
		z-index: 11;
		opacity: 0.8;
	}
.pc_header_box.active::after{
  height: 48px;
}
.pc_header_box .logo{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 10px;
}
.pc_header_box .r_content{
	display: flex;
	align-items: center;
}
.pc_header_box .r_content .nav_box{
	display: flex;
	align-items: center;
}
.pc_header_box .r_content .nav_box .li{
	padding:0 20px;
	position: relative;
	height: 60px;
	display: flex;
	align-items: center;
}
.pc_header_box .r_content .nav_box .li > a{
	font-size:16px;
	color:#000000;
}
.pc_header_box .r_content .nav_box .li .bit_li{
	position: absolute;
	top: 60px;
	left:0;
	display: block;
	align-items: center;
	width: 650px;
	height: 0;
	transition: 1s;
	padding-left:20px;
	z-index: 12;
	overflow: hidden;
}
.pc_header_box .r_content .nav_box .li.active .bit_li{
  height: 48px;
}
.pc_header_box .r_content .nav_box .li .bit_li a{
	font-size:15px;
	color:#fff;
	margin-right: 16px;
	line-height: 48px;
}
	.pc_header_box .r_content .nav_box .li::after {
		content: "";
		display: block;
		width: 10px;
		height: 1px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		transition: all 0.5s;
		background: #384395;
		opacity: 0;
	}
.pc_header_box .r_content .nav_box .li::before{
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	position: absolute;
	top: 50%;
	right:0;
	transform: translateY(-50%);
	transition: all 0.5s;
	background: #0085dd;
	opacity: 0;
}
.pc_header_box .r_content .nav_box .li:hover > a{
	color:#0085dd;
}
.pc_header_box .r_content .nav_box .li:hover::after{
	left:10px;
	opacity: 1;
}
.pc_header_box .r_content .nav_box .li:hover::before{
	right:10px;
	opacity: 1;
}
.pc_header_box .r_content .nav_box .li.hover > a{
	color:#0085dd;
}
.pc_header_box .r_content .nav_box .li.hover::after{
	left:10px;
	opacity: 1;
}
.pc_header_box .r_content .nav_box .li.hover::before{
	right:10px;
	opacity: 1;
}
.pc_header_box .r_content .search_box{
	position: relative;
	margin-left:30px;
	z-index: 11;
}
	.pc_header_box .r_content .search_box .tis_box {
		display: flex;
		align-items: center;
		cursor: pointer;
	}
.pc_header_box .r_content .search_box .tis_box .sea{
	width: 15px;
	margin-right: 15px;
}
.pc_header_box .r_content .search_box .tis_box .arr{
	width:9px;
}
.pc_header_box .r_content .search_box .int_box{
	position: absolute;
	top: 52px;
	right: 0;
	width: 300px;
	display: flex;
	align-items: center;
	height: 40px;
	display: none;
}
.pc_header_box .r_content .search_box.active .int_box{
	display: flex;
}
.pc_header_box .r_content .search_box .int_box input{
	width: 220px;
	height: 100%;
	padding-left:20px;
}
.pc_header_box .r_content .search_box .int_box .btn{
	display: flex;
	width: 80px;
	height: 100%;
	background: #0099df;
	align-items: center;
	justify-content: center;
	font-size:12px;
	color:#fff;
}
.pc_header_box .r_content .code_box{
	display: flex;
	align-items: center;
	height: 100%;
	margin-left:10px;
	position: relative;
}
	.pc_header_box .r_content .code_box .tis_box {
		display: flex;
		align-items: center;
		cursor: pointer;
	}
.pc_header_box .r_content .code_box .tis_box img{

}
.pc_header_box .r_content .code_box .code{
	width: 104px;
	height: 108px;
	background: url(../i/head_code_bg.png) no-repeat center;
	padding:15px 10px 8px;
	position: absolute;
	top: 28px;
	left: 50%;
	margin-left: -51px;
	transition: all 0.8s;
	opacity: 0;
	z-index: 12;
}
.pc_header_box .r_content .code_box .code.active{
  top: 21px;
	opacity: 1;
}
.pc_header_box .r_content .code_box .code img{
	display: block;
	width: 100%;
}
	.pc_header_box .r_content .menu_box {
		display: flex;
		align-items: center;
		height: 100%;
		font-size: 14px;
		color: #000000;
		margin-left: 10px;
		cursor: pointer;
	}
.pc_header_box .r_content .menu_box img{
	margin-left:10px;
}
.pc_header_box .r_content .menu_box img:hover{
	filter: sepia(100%);
}
.pc_menu_box{
	position: fixed;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	z-index: 199;
	background: #0085de;
	padding:80px;
	transition: 0.5s;
}
.pc_menu_box.active{
	top: 0;
}
.pc_menu_box .shut_btn{
	display: flex;
	align-items: center;
	position: absolute;
	right: 40px;
	top: 40px;
	font-size:18px;
	color:#fff;
	cursor: pointer;
}
.pc_menu_box .shut_btn img{
	width: 20px;
	margin-left:10px;
	transition: all 1s;
}
.pc_menu_box .shut_btn:hover img{
	transform: rotate(180deg);
}
.pc_menu_box .menu_last_box{
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.pc_menu_box .menu_last_box .list{
	position: relative;
	margin-bottom: 40px;
}
	.pc_menu_box .menu_last_box .list .tle {

		font-weight: bold;
		color: #cbeaff;
		position: relative;
		text-align: center;
		display: block;
		font-size:36px;
	}
.pc_menu_box .menu_last_box .list .tle::after{
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #fff;
	transition: all 0.5s;
	position: absolute;
	bottom:-5px;
	right:0;
}
.pc_menu_box .menu_last_box .list .tle:hover::after{
  width: 100%;
	left:0;
	right:auto;
}
.pc_menu_box .menu_last_box .list .navs_leval{
	position: absolute;
	left:100%;
	top: 0;
	padding-left: 86px;
	padding-top: 26px;
	opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  pointer-events: none;
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
}
.pc_menu_box .menu_last_box .list .navs_leval li{
	margin-bottom: 24px;
  position: relative;
}
.pc_menu_box .menu_last_box .list .navs_leval a{
	white-space: nowrap;
	position: relative;
	display: block;
	color: #fff;
	font-size: 20px;
}
.pc_menu_box .menu_last_box .list .navs_leval a::before{
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.pc_menu_box .menu_last_box .list .navs_leval a:hover::before{
	width: 100%;
	right: auto;
	left: 0;
}
.pc_menu_box .menu_last_box .list:hover .navs_leval{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	pointer-events: visible;
}
/* pc header end*/
/* index */
.index_banner_box{
	width: 100%;
}
.index_banner_box .baner_bg{
	display: block;
	width: 100%;
}
.index_banner_box .baner_cont_box{
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	height: 100%;
	display: flex;
	align-items: center;
	padding:0 0.5%;
	width: 100%;
}
.index_banner_box .baner_cont_box .tis_title h3{
	font-size:30px;
	color:#ffffff;
	margin-bottom: 30px;
	text-shadow: 7px 0px 27px rgba(0,0,0,0.08);
	transition: all 1.5s;
	transform: translateY(-30px);
}
.index_banner_box .baner_cont_box .tis_title h2{
	font-size:55px;
	font-weight: bold;
	color:#fff;
	text-shadow: 7px 0px 27px rgba(0,0,0,0.08);
	transition: all 1.4s;
	margin-bottom: 10px;
	transform: translateY(40px);
}
.index_banner_box .baner_cont_box .tis_title p{
	font-size:18px;
	color:#ffffff;
	text-shadow: 7px 0px 27px rgba(0,0,0,0.08);
	transition: all 2s;
	transform: translateY(60px);
}
.index_banner_box .baner_cont_box .tis_title .more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 125px;
	height: 40px;
	background: #0085de;
	border-radius: 100px;
	font-size:16px;
	color:#fff;
	font-size:16px;
	color:#ffffff;
	margin-top: 75px;
}
.index_banner_box .baner_cont_box .tis_title .more img{
	margin-left:5px;
	width: 16px;
}
.index_banner_box .bit_num{
	position: absolute;
	bottom:70px;
	left: 8%;
	z-index: 11;
	font-size:36px;
	color:#fff;
	font-family: 'PFDinT';
}
.index_banner_box
.index_banner_box .bit_num .zs{

}
.index_banner_box .bit_num .dq{
	font-size:80px;

}
.index_banner_box .swiper-slide-active .baner_cont_box .tis_title h3{
	transform: translateY(0px);
}
.index_banner_box .swiper-slide-active .baner_cont_box .tis_title h2{
	transform: translateY(0px);
}
.index_banner_box .swiper-slide-active .baner_cont_box .tis_title p{
	transform: translateY(0px);
}
.index_banner_box .swiper-pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	bottom:45px;
}
.index_banner_box .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	background: #fff;
	opacity: 1;
	position: relative;
	transition: all 0.4s;
}
.index_banner_box .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 18px;
	height: 18px;
	border:2px solid #fff;
	background: none;
	outline: none;
}
.index_banner_box .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	border-radius: 100%;
}
.pulic_header{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	font-size:42px;
	font-weight: bold;
	color:#222222;
}
.pulic_header img{
	margin-left:25px;
}
.index_about_box{
	padding:50px 0;
}
.index_about_box .content_box{
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.index_about_box .content_box .txt_box{
	position: absolute;
	right: 0;
	top: 0;
	width: 68%;
	padding: 10px 0;
}
.index_about_box .content_box .txt_box p{
	font-size:16px;
	line-height: 26px;
	color:#333333;
	padding-bottom: 8px;
}
.index_about_box .content_box .txt_box .bit_box{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


.index_about_box .content_box .txt_box .bit_box .more_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 36px;
	border:1px solid #b5b5b5;
	border-radius: 100px;
	font-size:14px;
	color:#333333;
}




.index_about_box .content_box .txt_box .bit_box .more_btn img{
	margin-left:5px;
	transition: all 0.5s;
}
.index_about_box .content_box .txt_box .bit_box .more_btn:hover {
	background:#384395;
	color: #fff;
}
.index_about_box .content_box .txt_box .bit_box .more_btn:hover img{
	transform: translateX(5px);
	opacity: 0;
}
.index_about_box .l_cont{
	width: 45%;
}
.index_about_box .l_cont .tis_i{
	display: block;
	width: 100%;
}
.index_about_box .l_cont .num_last{
	display: flex;
	align-items: center;
	margin-top: 50px;
}
.index_about_box .l_cont .num_last .li{
	width: calc(100% / 3);
	position: relative;
	padding-left:18px;
}
.index_about_box .l_cont .num_last .li::after{
	content: "";
	display: block;
	width: 20px;
	height: 30px;
	background: url(../i/about_i_2.png) no-repeat center;
	position: absolute;
	right: 5%;
	top:50%;
	transform: translateY(-50%);
}
.index_about_box .l_cont .num_last .li:last-child::after{
	display: none;
}
.index_about_box .l_cont .num_last .li .tis{
	font-size:24px;
	color:#ff9c00
}
	.index_about_box .l_cont .num_last .li .tis .num {
		font-size: 45px;
		font-weight: bold;
		color: #384395;
		font-family: 'PFDinT';
	}
.index_about_box .l_cont .num_last .li .txt{
	font-size:14px;
	color:#333333;
}
.index_about_box .r_cont{
  width: 53%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.index_about_box .r_cont img{
	display: block;
	width: 100%;
	transition: all 0.8s;
}

.index_about_box .r_cont .pf_btn{
	position: absolute;
	top:50%;
	left:50%;
	width: 80px;
	height: 80px;
	background: url(../i/index_video_ico.png) no-repeat center;
	background-size:cover;
	transform: translate(-50%,-50%);
	transition: all 1s;

}
.index_about_box .r_cont:hover img{
	transform: scale(1.1,1.1);
}
.index_about_box .r_cont:hover .pf_btn{
	width: 60px;
	height: 60px;
}
.video_dc_bg{
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 11;
	background: rgba(0,0,0,0.5);
	display: none;
	align-items:center;
	justify-content: center;
}
.video_dc_bg.active{
	display: flex;
}
.video_dc_bg .video_cont{
	width: 50%;
	position: relative;
}
.video_dc_bg .video_cont .shut_btn{
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../i/ywly_dc_shut.png) no-repeat center;
	background-size:cover;
	right: -50px;
	top: -50px;
	cursor: pointer;
	transition: all 2s;
	border:0px;
}
.video_dc_bg .video_cont .shut_btn:hover{
	transform: rotate(360deg);
}
	.video_dc_bg .video_cont video {
		width: 100%;
		background: #000;
		border: 25px solid #fff;
		border-radius: 15px;
	}
.index_field_cont{
	padding:60px 0;
	background: #f0f0f0;
	overflow: hidden;
}
.index_field_cont .warpin{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_field_cont .l_cont{
	width: 22%;
}
.index_field_cont .l_cont .pulic_header{
	margin-bottom: 40px;
	justify-content: flex-start;
}
.index_field_cont .l_cont .title_txt{
	margin-bottom: 90px;
}
.index_field_cont .l_cont .title_txt p{
	font-size:16px;
	color:#666666;
line-height: 30px;
}
.index_field_cont .l_cont .nav_box{
	margin-bottom: 62px;
}
	.index_field_cont .l_cont .nav_box .li {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 128px;
		height: 38px;
		border: 1px solid #384395;
		font-size: 16px;
		color: #000000;
		margin-bottom: 20px;
		cursor: pointer;
	}

		.index_field_cont .l_cont .nav_box .li:hover {
			background: #384395;
			color: #fff;
		}
		.index_field_cont .l_cont .nav_box .li.hover {
			background: #384395;
			color: #fff;
			pointer-events: none;
		}

	.index_field_cont .l_cont .nav_box .li.hover a {

		color: #fff;
	}

.index_field_cont .l_cont .arr{
  cursor: pointer;
}
.index_field_cont .r_cont{
	width: 76%;
}
.index_field_baner{

}
.index_field_baner .swiper-slide{
	position: relative;
	width:350px;
	height: 278px;

}
.index_field_baner .swiper-slide .i{
	overflow: hidden;
	width:350px;
	height: 278px;
}
.index_field_baner .swiper-slide img{
	height: 100%;
	transition: all 0.8s;
}
.index_field_baner .swiper-slide:hover img{
	transform: scale(1.1,1.1);
}
.index_field_baner .swiper-slide .txt{
	position: absolute;
	right: 54px;
	bottom: 36px;
	opacity: 0;
	transition: all 1.2s;
	transform: translateY(40px);
}
.index_field_baner .swiper-slide .txt h2{
	font-size:36px;
	font-weight: bold;
	color:#ffffff;
}
.index_field_baner .swiper-slide .txt p{
	font-size:16px;
	color:#ffffff;
}
.index_field_baner .swiper-slide .bit_txt{
	position: absolute;
	width: 100%;
	left:0;
	bottom:-100%;
	padding:30px 30% 30px 20px;
	background: rgba(0,0,0,0.5);
	font-size:16px;
	color:#fff;
	line-height: 22px;
	transition: all 1s;
}
.index_field_baner .swiper-slide-active:hover .bit_txt{
	bottom:0;
}
.index_field_baner .swiper-slide::after{
	content: "";
	display: block;
	width: 47px;
	height: 24px;
	position: absolute;
	top: -70px;
	left:0;
	background: url(../i/field_line.png) no-repeat center;
	background-size:cover;
	transition: all 2s;
}
.index_field_baner .swiper-slide-active{
	width: 824px !important;
	height: 490px;
}
.index_field_baner .swiper-slide-active .i{
	width: 824px !important;
	height: 490px;
}
.index_field_baner .swiper-slide-active img{
	width: 100%;
}
.index_field_baner .swiper-slide-active .txt{
	opacity: 1;
	transform: translateY(0px);
}
.index_field_baner .swiper-slide-active::after{
	width: 0;
}
.index_field_baner .swiper-wrapper{
	align-items: flex-end;
}
.index_field_baner .field_baner_next{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 76px;
	background: url(../i/field_next.png) no-repeat center;
	background-size:cover;
	cursor: pointer;
}
.index_field_baner .field_baner_prev{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 136px;
	background: url(../i/field_prev.png) no-repeat center;
	background-size:cover;
	cursor: pointer;
}
.index_news_box{
	padding:30px 0;
}
.index_news_box .content_box{
	display: flex;
	justify-content: space-between;
}
.index_news_box .content_box .l_last_box{
	width: 64%;
	display: flex;
  justify-content: space-between;
}
.index_news_box .l_last_box .list_box{
	width: 46%;
}
.index_news_box .l_last_box .i{
	display: block;
	width: 100%;
	height: 314px;
	overflow: hidden;
}
.index_news_box .l_last_box .i img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.8s;
}

.index_news_box .l_last_box .txt_cont{
	width: 100%;
	padding:24px 14px;
	background: #f8f8f8;
}
.index_news_box .l_last_box .txt_cont .tis_tle{
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
}
.index_news_box .l_last_box .txt_cont .time{
	font-size:14px;
	color:#919191;
	margin-bottom:24px;
}
.index_news_box .l_last_box .txt_cont .tle{
	font-size:18px;
	font-weight: bold;
	color:#333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

	.index_news_box .l_last_box .txt_cont .tle a{
		font-size: 18px;
		font-weight: bold;
		color: #333;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		cursor: pointer;
	}

.index_news_box .l_last_box .txt_cont .txt{
	font-size:16px;
	color:#666666;
	line-height: 24px;
	padding:30px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.index_news_box .l_last_box .list_box:hover .i img{
	transform: scale(1.1,1.1);
}
	.index_news_box .l_last_box .list_box:hover .txt_cont .tle {
		color: #384395;
	}
.index_news_box .r_last_box{
	width: 32%;
	background: #f7f7f7;
	padding:24px;
}
	.index_news_box .r_last_box .list {
		padding: 5px 0 35px 0;
		border-bottom: 1px dashed #d7d7d7;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
.index_news_box .r_last_box .list .time{
	width: 60px;
	text-align: center;
}
	.index_news_box .r_last_box .list .time h2 {
		font-size: 34px;
		color: #384395;
	}
.index_news_box .r_last_box .list .time p{
	font-size:12px;
	color:#22478e;
}
.index_news_box .r_last_box .list .txt{
	width: calc(100% - 60px);
	padding-left:20px;
	font-size:18px;
	color:#333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
		.index_news_box .r_last_box .list:hover .txt {
			color: #384395;
		}
.index_map_box{
	width: 100%;
	height: 530px;
	background: url(../i/map_bg.png) no-repeat center;
	background-size:cover;
}
.index_map_box .warpin{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_map_box .l_txt{
	width: 20%;
}
.index_map_box .l_txt .tle{
	font-size:18px;
	color:#ffffff;
	margin-bottom: 60px;
}
.index_map_box .l_txt .txt_box h2{
	font-size:36px;
	font-weight: bold;
	color:#ffffff;
	margin-bottom:10px;
}
.index_map_box .l_txt .txt_box p{
	font-size:14px;
	line-height: 24px;
	color:#c8deff;
}
.index_map_box .l_txt .more{
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px dashed #0182c0;
	border-radius: 100px;
	width: 160px;
	height: 50px;
	font-size:16px;
	color:#fff;
	margin-top: 30px;
}
.map_content_box{
  opacity: 0.9;
  margin-top:8px;
}
.map_content_box text{
	fill:#fff !important;
}
.index_map_box .map_deta .li{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
@-webkit-keyframes mapro {
	from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
 }
.index_map_box .map_deta .li .i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	position: relative;
}
.index_map_box .map_deta .li .i::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../i/map_i_w.png) no-repeat ;
	background-size:cover;
	position: absolute;
	top: 0;
	left:0;
	animation: mapro 10s linear infinite;
}
.index_map_box .map_deta .li .txt{
	color:#fff;
	padding-left:20px;
}
.index_map_box .map_deta .li .txt .tis{
	color:#ffd200;
	font-size:18px;
}
	.index_map_box .map_deta .li .txt span {
		font-weight: bold;
		font-size: 35px;
		font-family: 'PFDinT';
	}
/* index end */
/* pulic footer */
.pulic_footer_content{
	padding:50px 0;
	border-bottom: 1px solid #bfbfbf;
	background: #f4f4f4;
}
.pulic_footer_content .warpin{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.pulic_footer_content .cont_box{
	display: flex;
	justify-content: space-between;
}
	.pulic_footer_content .cont_box .code img {
		width: 140px;
	}

.pulic_footer_content .nav_li{
	margin-right: 70px;
}
.pulic_footer_content .nav_li h2{
	font-size:16px;
	color:#000000;
	margin-bottom: 14px;
}
.pulic_footer_content .nav_li a{
	font-size:14px;
	color:#333333;
	display: block;
	margin-bottom: 10px;
}
.pulic_footer_content .txt_box p{
	font-size:14px;
	color:#000000;
	margin-bottom: 12px;
}
.pulic_footer_content .code{
	width: 115px;
}
.footer_copy{
	display: flex;
	padding:20px 0;
	justify-content: space-between;
	align-items: center;
	font-size:14px;
	color:#333333;
	background:#f4f4f4;
}
.footer_copy .warpin{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* footer end */
/* cont pulic */
.pulic_cont_gation{
	border-bottom: 1px solid #cecece;
	padding:15px 0;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.1);
}
.pulic_cont_gation .warpin{

	display: flex;
	align-items: center;
	justify-content: space-between;
}
	.pulic_cont_gation .l_tle {
		font-size: 22px;
		font-weight: bold;
		color: #384395;
	}
.pulic_cont_gation .r_txt{
	font-size:14px;
	color:#585757;
}
.content_baner_box{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.content_baner_box .bg{
	display: block;
	width: 100%;
	transition: all 3s;
}
.content_baner_box .txt_cont_box{
	position: absolute;
	left:50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.content_baner_box .tis_line{
	position: relative;
  width: 0;
	height:50px;
	margin:0 auto;
}
.content_baner_box .tis_line::after{
	content: "";
	display: block;
	width: 14px;
	height: 0;
	background: url(../i/cont_line.png) no-repeat top center;
	background-size:cover;
	position: absolute;
	left:50%;
	top: 0%;
	transform: translate(-50%,-50%);
	transition: all 3s;
}

.content_baner_box .txt_box h2{
	font-size:45px;
	font-weight: bold;
	color:#fff;
	margin-bottom: 5px;
	transition: all 1.0s;
	transform: translateY(20px);
	    letter-spacing: 10px;
}
.content_baner_box .txt_box p{
	font-size:12px;
	color:#ffffff;
	letter-spacing: 10px;
	transition: all 1s;
	transform: translateY(20px);
	transition-timing-function:cubic-bezier(.46,.01,1,.8)
}
.content_baner_box.active .tis_line::after{
	height: 56px;
}
.content_baner_box.active .bg{
	transform:scale(1.1,1.1);
}
.content_baner_box.active .txt_box h2{
	transform: translateY(0px);
}
.content_baner_box.active .txt_box p{
	transform: translateY(0px);
}
.pulic_page_content{
	display: flex;
	align-items: center;
	justify-content: center;
	margin:30px 0;
}
.pulic_page_content a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 5px;
	margin:0 5px;
	background: #cdced5;
	font-size:0.6rem;
	color:#5b5c5f;
}
	.pulic_page_content a:hover {
		background: #0087e1;
		color: #fff;
	}
	.pulic_page_content a.hover {
		background: #0087e1;
		color: #fff;
	}
.pulic_bg{
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 12;
	background: rgba(52,52,52,0.9);
}
.pulic_dc_box{
	display: none;
	position: fixed;
	top:0;
	left:50%;
	width: 100%;
	height: 100%;
	z-index: 13;
	padding-top: 50px;
	transform: translateX(-50%);
}
.pulic_dc_box .dc_shut{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 80px;
}
.pulic_dc_box .dc_shut .shut{
	width: 32px;
	height: 32px;
	background: url(../i/fczs_dc_shut.png) no-repeat center;
	background-size:cover;
	cursor: pointer;
	transition: all 1.5s;
}
.pulic_dc_box .dc_shut .shut:hover{
	transform: rotate(360deg);
}
.ygfc_dc_baner_box{
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ygfc_dc_baner_box .ygfc_dc_prev{
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 74px;
	border-radius: 8px;
	cursor: pointer;
}
.ygfc_dc_baner_box .ygfc_dc_prev:hover{
	background: #273c75;
}
.ygfc_dc_baner_box .ygfc_dc_prev:hover img{
	opacity: 0.8;
}
.ygfc_dc_baner_box .ygfc_dc_next{
	position: absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 74px;
	border-radius: 8px;
	cursor: pointer;
}
.ygfc_dc_baner_box .ygfc_dc_next:hover{
	background: #273c75;
}
.ygfc_dc_baner_box .ygfc_dc_next:hover img{
	opacity: 0.8;
}
.ygfc_dc_baner{
	width: 58%;
}
.ygfc_dc_baner img{
	display: block;
	width: 100%;
}
.ygfc_dc_baner .txt{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.4);
	font-size:16px;
	color:#ffffff;
}
/* cont pulic end */
/* 风采展示 */
.ygfc_baner_box{
  margin:60px auto 30px;
}
.ygfc_baner_box .i{
	width: 100%;
	position: relative;
}
.ygfc_baner_box .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.ygfc_baner_box .swiper-wrapper{
	align-items: center;
	padding:70px 0;
}
.ygfc_baner_box .swiper-slide{
	overflow: hidden;
}
.ygfc_baner_box .swiper-slide-prev,.ygfc_baner_box .swiper-slide-next{
	width:24% !important;
}
.ygfc_baner_box .swiper-slide-prev .i,.ygfc_baner_box .swiper-slide-next .i{
	height: 12rem;
}
.ygfc_baner_box .swiper-slide-prev .i::after,.ygfc_baner_box .swiper-slide-next .i::after{
  content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: rgba(0,0,0,0.5);
}
.ygfc_baner_box .swiper-slide-active{
	width: 46% !important;
}
.ygfc_baner_box .swiper-slide-active .i{
	height: 425px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.ygfc_baner_box .txt{
	padding:10px 0;
	text-align: center;
	font-size:16px;
	color:#333333;
}
.ygfc_baner_box .ygfc_prev{
	position: absolute;
	left: 100px;
	top: 45%;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #ffffff;
	z-index: 11;
	cursor: pointer;
}
.ygfc_baner_box .ygfc_prev img{
	width: 15px;
	margin-right: 20px;
}
.ygfc_baner_box .ygfc_next{
	position: absolute;
	right: 100px;
	top: 45%;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #ffffff;
	z-index: 11;
	cursor: pointer;
}
.ygfc_baner_box .ygfc_next img{
	width: 15px;
	margin-left: 20px;
}
.ygfc_bit_content{
	padding:60px 0;
	background: #f5f7ff;
}
.ygfc_bit_content .tis_navi{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 70px;
}
.ygfc_bit_content .tis_navi img{
	width: 20px;
	margin-right: 30px;
}
.ygfc_bit_content .tis_navi .li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 124px;
	height: 40px;
	border:1px solid #bfbfbf;
	border-radius: 100px;
	margin:0 9px;
	font-size:16px;
	color:#333333;
	cursor:pointer;
}
.ygfc_bit_content .tis_navi .li:hover{
	background: #fff;
}
	.ygfc_bit_content .tis_navi .li.hover {
		background: #384395;
		color: #fff;
		border: #384395;
	}
.ygfc_bit_content .last_box{
	display: flex;
	flex-wrap: wrap;
}
.ygfc_bit_content .last_box .list{
	width:32%;
	margin-right: 2%;
	margin-bottom: 55px;
}
.ygfc_bit_content .last_box .list:nth-child(3n){
	margin-right: 0;
}
.ygfc_bit_content .last_box .list .i{
	display: block;
	width: 100%;
	height: 330px;
	overflow: hidden;
}
.ygfc_bit_content .last_box .list .i img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.8s;
}
.ygfc_bit_content .last_box .list:hover .i img{
	transform: scale(1.1,1.1);
}
.ygfc_bit_content .last_box .list .txt_box{
	width: 100%;
	height: 64px;
	line-height: 64px;
	padding:0 20px;
	position: relative;
	background: #fff;
	font-size:16px;
	color:#666666;
	overflow: hidden;
}
.ygfc_bit_content .last_box .list .txt_box .add{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	width: 12px;
	height: 2px;
	background: #1f4893;
	opacity: 0;
	transition: all 1s;
}
.ygfc_bit_content .last_box .list .txt_box .add::after{
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	position: absolute;
	left:0;
	top:  50%;
	transform: translateY(-50%) rotate(-90deg);
	background: #1f4893;
	transition: all 0.5s;
	opacity: 0;
}

.ygfc_bit_content .last_box .list .txt_box::after{
	content: "";
	width: 100%;
	height: 1px;
	background: #1f4893;
	position: absolute;
	bottom:1px;
	left:0;
	transition: all 1s;
	opacity: 0;
}
.ygfc_bit_content .last_box .list:hover .txt_box{
  color:#1f4893;
	font-weight: bold;
}
.ygfc_bit_content .last_box .list:hover .txt_box::after{
  bottom:0;
	opacity: 1;
}
.ygfc_bit_content .last_box .list:hover .add{
	transform: translateY(-50%) rotate(-180deg);
	opacity: 1;
}
.ygfc_bit_content .last_box .list:hover .add::after{
	transform: translateY(-50%) rotate(90deg);
	opacity: 1;
}
/* 关于我们 */
.about_qyjj_cont{
	margin:50px auto 100px;
	display: flex;
	justify-content: space-between;
}
.about_qyjj_cont .l_cont{
	width: 70%;
}
.about_qyjj_cont .l_cont .tis_title h2{
  font-size:22px;
	color:#5c5c5c;
	margin-bottom: 10px;
}
	.about_qyjj_cont .l_cont .tis_title .time {
		display: flex;
		align-items: center;
		padding-bottom: 25px;
	}
	.about_qyjj_cont .l_cont .tis_title .ln {
		font-size: 60px;
		color: #384395;
		letter-spacing: -3px;
		font-family: 'PFDinT';
		font-weight: bold;
	}
}
.about_qyjj_cont .l_cont .tis_title .rt{
	font-size:18px;
	line-height: 24px;
	color:#737373;
}
.about_qyjj_cont .l_cont .txt_cont p{
	font-size:16px;
	line-height: 32px;
	color:#222222;
	margin-bottom: 10px;
}
.about_qyjj_cont .l_cont .bit_cont{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about_qyjj_cont .l_cont .qyjj_l_baner{
	width: 70%;
	height: 480px;
}
.qyjj_l_baner img{
	display: block;
	width: 100%;
	height: 100%;
}
.qyjj_l_baner .txt{
	display: flex;
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 54px;
	background: rgba(0,0,0,0.5);
	font-size:16px;
	color:#ffffff;
	align-items: center;
	justify-content: center;
}
.qyjj_l_baner .qyjj_l_prev{
	position: absolute;
	left:0;
	top: 42%;
	display: block;
	width: 32px;
	height: 70px;
	background: url(../i/qyjj_l_prev.png) no-repeat center;
	background-size:cover;
	cursor: pointer;
	z-index: 11;
}
.qyjj_l_baner .qyjj_l_next{
	position: absolute;
	right:0;
	top: 42%;
	display: block;
	width: 32px;
	height: 70px;
	background: url(../i/qyjj_l_next.png) no-repeat center;
	background-size:cover;
	cursor: pointer;
	z-index: 11;
}
.qyjj_r_baner{
	width: 26%;
	height: 480px;
}
.qyjj_r_baner img{
	width: 100%;
	height: 100%;
}
.qyjj_r_baner .txt{
	display: flex;
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 54px;
	background: rgba(0,0,0,0.5);
	font-size:16px;
	color:#ffffff;
	align-items: center;
	justify-content: center;
}
.about_qyjj_cont .r_cont{
	width: 28%;
}
.about_qyjj_cont .r_cont .tis_i{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.about_qyjj_cont .r_cont .txt_cont{
	width: 100%;
	padding:20px 0;
	background: #e6edf7;
}
.about_qyjj_cont .r_cont .txt_cont .tle{
	display: table;
	padding:0 70px 0 30px;
	height: 62px;
	line-height: 62px;
	background: #0084d7;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	font-size:20px;
	color:#f6f9fe;
	margin:58px 0px 8px 0px;
}
.about_qyjj_cont .r_cont .txt_cont .txt{
	display: table;
	padding:0 24px 0 30px;
	height: 56px;
	line-height: 56px;
	background: #d8e0ee;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	font-size:16px;
	color:#646363;
	margin-bottom: 13px;
}
	.about_qyjj_cont .r_cont .txt_cont .txt span {
		font-size: 24px;
		color: #384395;
		font-family: 'PFDinT';
		font-weight: bold;
	}
.about_qywh_1{
	padding:40px 0 90px;
}
.about_qywh_title{
	text-align: center;
	margin-bottom: 86px;
}
	.about_qywh_title h2 {
		font-size: 26px;
		font-weight: bold;
		color: #384395;
		margin-bottom: 20px;
	}
.about_qywh_title p{
	font-size:16px;
	color:#999999;
}
.about_qywh_1 .last_box{
	display: flex;
	justify-content: space-between;
}
.about_qywh_1 .last_box .list{
	width: calc(100% / 4);
	text-align: center;
	position: relative;
}
.about_qywh_1 .last_box .list .i_box{
	display: flex;
	width: 114px;
	height: 114px;
	border-radius: 100%;
	margin:0 auto 20px;
	background: #f5f5f5;
	align-items: center;
	justify-content: center;
	/*transform: rotateX(0deg);*/
	transition: all 0.8s;
}
.about_qywh_1 .last_box .list .i_box .i{
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
}
.about_qywh_1 .last_box .list .i_box .i img{
	transition: all 0.8s;
}
.about_qywh_1 .last_box .list h2{
	font-size:18px;
	color:#333333;
	text-align: center;
	margin-bottom: 12px;
	font-weight:bold;
}
.about_qywh_1 .last_box .list p{
	font-size:15px;
	color:#666666;
	text-align: center;
	line-height:20px;
}
.about_qywh_1 .last_box .list:hover .i_box{
	background: #0186ed;
	/*transform: rotateX(360deg);*/
}
.about_qywh_1 .last_box .list:hover .i_box .i img{
	transform: translateY(-60px);
}
.about_qywh_2{
	padding:40px 0;
	background: #f6f6f6;
}
.about_qywh_2 .warpin{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about_qywh_2 .txt_cont{
	width: 60%;
	padding-top: 20px;
}
	.about_qywh_2 .txt_cont .title {
		font-size: 26px;
		font-weight: bold;
		color: #384395;
		margin-bottom: 50px;
	}
.about_qywh_2 .txt_cont .txt_box .li{
	margin-bottom: 70px;
}
.about_qywh_2 .txt_cont .txt_box .li:last-child{
	margin-bottom: 0;
}
	.about_qywh_2 .txt_cont .txt_box .li .tle {
		display: flex;
		align-items: center;
		font-size: 22px;
		font-weight: bold;
		color: #384395;
		margin-bottom: 6px;
	}
.about_qywh_2 .txt_cont .txt_box .li .tle img{
	margin-right: 8px;
}
.about_qywh_2 .txt_cont .txt_box .li .txt{
	font-size:16px;
	color:#333333;
	line-height: 32px;
}
.about_qywh_2 .img_box{
	width: 38%;
	position: relative;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.about_qywh_2 .img_box::after{
	content: '';
	display: block;
	width: 80%;
	height: 390px;
	background: #c5c5c5;
	position: absolute;
	right: 0;
	bottom:0;
	z-index: -1;
	transform: translate(30px,20px);
	transition: all 1s;
}
.about_qywh_2 .img_box img{
	display: block;
	width:80%;
	transition: all 1s;
	transform: translate(-5px,-5px);
}
.about_qywh_2 .img_box:hover::after{
	transform: translate(0px,0px);
}
.about_qywh_2 .img_box:hover img{
	transform: translate(0px,0px);
}
.about_qywh_3{
	padding:40px 0 110px ;
}
.about_qywh_3 .adver_box{
	display: flex;
	width: 100%;
	justify-content:space-between;
	margin:30px auto 0;
}
.about_qywh_3 .adver_box .list_box{
	display:flex;
	align-items: center;
	transition: all 1s;
}
.about_qywh_3 .adver_box .list_box:hover{
	transform: translateY(-10px);
}
.about_qywh_3 .adver_box .list_box .img_box{
  display:flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 130px;
	background: #f5f5f5;
}
.about_qywh_3 .adver_box .list_box .img_box img{
	display: block;
	margin:0 auto;
}
.about_qywh_3 .adver_box .list_box .img_box p{
	text-align: center;
	font-size:14px;
	font-weight: bold;
	color:#333333;
}
.about_qywh_3 .adver_box .list_box .txt_cont{
	padding-left:30px;
}
.about_qywh_3 .adver_box .list_box .txt_cont .tle{
	font-size:18px;
	color:#333333;
	margin-bottom: 20px;
}
.about_qywh_3 .adver_box .list_box .txt_cont .last{
	display: flex;
	align-items: center;
}
.about_qywh_3 .adver_box .list_box .txt_cont .last .li{
	display: flex;
	align-items: center;
	font-size:16px;
	color:#333333;
}
.about_qywh_3 .adver_box .list_box .txt_cont .last .li img{
	width: 24px;
	margin-right: 8px;
}
.fzlc_content_box{
	padding:90px 0;
}
.fzlc_content_box .tis_title_box{
	text-align: center;
	margin-bottom: 80px;
}
.fzlc_content_box .tis_title_box h2{
	font-size:50px;
	font-weight: bold;
	color:#0087e1;
	margin-bottom: 26px;
}
.fzlc_content_box .tis_title_box p{
	text-align: center;
	font-size:15px;
	line-height: 30px;
	color:#333333;
	width: 600px;
	margin:0 auto;
}
.fzlc_content_box .tis_title_box{
	margin-bottom: 98px;
}
	.fzlc_content_box .tis_title_box h2 {
		font-size: 60px;
		color: #384395;
		font-weight: bold;
		margin-bottom: 25px;
		font-family: 'PFDinT';
	}
.fzlc_content_box .tis_title_box p{
	font-size:15px;
	line-height: 30px;
	color:#333333;
	width: 600px;
	margin:0 auto;
}
.fzlc_time_baner_box{
	position: relative;
}
.fzlc_time_baner{
 background: url(../i/fzlc_bit_line.png) no-repeat bottom center;
 background-size: contain;
 padding:10px 0 14px;
 margin:0 50px;
}
.fzlc_time_baner_box .fzlc_time_prev{
	position: absolute;
	left:-20px;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 38px;
	background: url(../i/fzlc_prev.png) no-repeat center;
	z-index: 11;
	outline: none;
	background-size: 70%;
}
.fzlc_time_baner_box .fzlc_time_prev:hover{
	background:#384395 url(../i/fzlc_prevh.png) no-repeat center;
	background-size: 70%;
}
.fzlc_time_baner_box .fzlc_time_next{
	position: absolute;
	right:-20px;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 38px;
	background: url(../i/fzlc_next.png) no-repeat center;
	z-index: 11;
	outline: none;
	background-size: 70%;
}
.fzlc_time_baner_box .fzlc_time_next:hover{
	background:#384395 url(../i/fzlc_nexth.png) no-repeat center;
	background-size: 70%;
}
.fzlc_time_baner .swiper-wrapper{
	align-items: flex-end;
}
.fzlc_time_baner .swiper-slide{
	padding:0 0 50px 0px;
	border-left:2px solid #0087e1;
}
.fzlc_time_baner .swiper-slide .tis_arr{
	transform: translateX(-2px);

}
.fzlc_time_baner .swiper-slide .tis_tle{
	padding-left:12px;
	margin-bottom: 15px;
}
.fzlc_time_baner .swiper-slide .tis_tle h3{
	font-size:14px;
	color:#1f4893;
	margin-bottom: 4px;
}
	.fzlc_time_baner .swiper-slide .tis_tle h2 {
		font-size: 24px;
		font-weight: bold;
		color: #384395;
	}
.fzlc_time_baner .swiper-slide .mor{
	margin-bottom: 10px;
	padding-left:12px;
}
.fzlc_time_baner .swiper-slide .txt{
	font-size:15px;
	color:#333333;
	line-height: 24px;
	width: 80%;
	padding-left:12px;
}
.zzry_tis_last{
	padding:70px 0 40px;
	height: 230px;
	position: relative;
	margin-bottom: 20px;
}
.zzry_tis_last .zzry_last_prev{
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 22px;
	background: url(../i/zzry_prev.png) no-repeat center;
	z-index: 11;
	cursor: pointer;
}
.zzry_tis_last .zzry_last_next{
	position: absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 22px;
	background: url(../i/zzry_next.png) no-repeat center;
	z-index: 11;
	cursor: pointer;
}
.zzry_tis_last::after{
  content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #d6d6d6;
	position: absolute;
	z-index: -1;
	left:0;

}
.zzry_tis_last.line::after{
	top: 50%;
	transform: translateY(-50%);
}
.zzry_tis_last .swiper-slide .disc{
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border:1px solid #c5c5c5;
	position: relative;
	border-radius: 100px;
	margin:0 auto;
}
	.zzry_tis_last .swiper-slide .disc::after {
		content: "";
		display: block;
		width: 11px;
		height: 11px;
		background: #0186ed;
		border-radius: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.zzry_tis_last .swiper-slide {
		transform: translateY(35px);
		cursor: pointer;
	}
.zzry_tis_last .txt{
	text-align: center;
	font-size:16px;
	margin-top: 6px;
}
.zzry_tis_last .swiper-slide .disc::before{
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	background: #0186ed;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	border-radius: 100%;
	transition: all 1s;
}
.zzry_tis_last .swiper-slide .line_arr{
	display: block;
	width: 10px;
	height: 0;
	background: url(../i/zzry_line.png) no-repeat center;
	margin:0 auto;
	transition: all 1s;
}
.zzry_tis_last .swiper-slide-active .line_arr{
	height: 72px;
}
.zzry_tis_last .swiper-slide-active .disc::before{
	width: 50px;
	height: 50px;
}
.zzry_tis_last .swiper-slide-active .txt{
	font-weight: bold;
	color:#0186ed;
}
.zzry_bit_cont{
	padding:90px 0 60px;
	background: url(../i/zzry_bit_bg.jpg) no-repeat bottom;

	position: relative;
}
.zzry_bit_cont::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #fff;
	position: absolute;
	top: 0;
	left:50%;
	transform:translateX(-50%);

}
.zzry_bit_cont .last_cont{
	display: flex;
	flex-wrap: wrap;
}
.zzry_bit_cont .last_cont .list{
	width: calc(94% / 4);
	margin-right: 2%;
	margin-bottom: 50px;
	background: #fff;
	border:1px solid #eeeeee;

}
.zzry_bit_cont .last_cont .list:nth-child(4n){
	margin-right: 0;
}
	.zzry_bit_cont .last_cont .list .i {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 20px 0;

		transition: all 0.8s;
		cursor: pointer;
		background:#fff;
	}
.zzry_bit_cont .last_cont .list .i img{
	width: 65%;
}
.zzry_bit_cont .last_cont .list .txt_cont{
	padding:24px 20px;
	transition: all 0.8s;
}
.zzry_bit_cont .last_cont .list .txt_cont .tle{
  padding:0 0 20px 0;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.8s;
}
.zzry_bit_cont .last_cont .list .txt_cont .tle .tl{
	font-size:18px;
	color:#1f4893;
}
.zzry_bit_cont .last_cont .list .txt_cont .tle .add{
	font-size:18px;
	color:#9e9e9e;
}
.zzry_bit_cont .last_cont .list .txt_cont .bit{
	padding:14px 0;
	font-size:14px;
	color:#999999;
}
.zzry_bit_cont .last_cont .list:hover .i{
	padding:30px 0;
	border-bottom: 0px;
}
.zzry_bit_cont .last_cont .list:hover .txt_cont{
 padding:14px 20px;
}
.zzry_bit_cont .last_cont .list:hover .tl{
 color:#1f4893;
 font-weight: bold;
}
.zzry_bit_cont .last_cont .list:hover .tle{
	border-bottom: 1px solid #95b0da;
}
.zzry_bit_cont .last_cont .list:hover .bit{
	color:#000000;
}
.zzry_bg{
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 15;
	background: rgba(0,0,0,0.5);
	display: none;
	align-items: center;
	justify-content: center;
}
.zzry_bg .cont_box{
	display: flex;
	max-width: 50%;
	min-width: 30%;
	position: relative;
	align-items: center;
	justify-content: center;
}
.zzry_bg .cont_box .shut_btn{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -60px;
	top:0;
	background: url(../i/fczs_dc_shut.png) no-repeat;
	background-size:cover;
	transition: all 0.8s;
}
.zzry_bg .cont_box .shut_btn:hover{
	transform: rotate(180deg);
}
	.zzry_bg img {
		width: 100%;
		border: 6px dashed #ffffff;
		padding: 20px;
		background: #fff;
	}
.hzhp_content_box{
	padding:125px 0 150px;
	background: #f6f6f6;

}
.hzhp_content_box .warpin{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hzhp_content_box .l_txt_box{
	width: 35%;
	position: relative;
	padding-left:2%;
}
.hzhp_content_box .l_txt_box .line{
	position: absolute;
	left:0;
	top: -10%;
}
	.hzhp_content_box .l_txt_box h2 {
		font-size: 32px;
		font-weight: bold;
		color: #384395;
		margin-bottom: 50px;
	}
.hzhp_content_box .l_txt_box P{
  font-size:16px;
	line-height: 36px;
	color:#666666;
}
.hzhp_content_box .r_last_box{
	display: flex;
	align-items: center;
}
.hzhp_content_box .r_last_box .li{
	padding:40px 45px 20px;
	border:1px dashed #cccccc;
	margin-left:70px;
}
.hzhp_content_box .r_last_box .li .i{
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0 auto 14px;
}
.hzhp_content_box .r_last_box .li .i img{
	max-width: 100%;
	transition: all 0.8s;
}
.hzhp_content_box .r_last_box .li:hover .i img{
  transform: translateY(-10px);
}
.hzhp_content_box .r_last_box .li p{
	text-align: center;
	font-size:16px;
	color:#333333;
	font-weight:bold;
}
.hzho_bit_content{
	padding:60px 0 150px;
}
.hzho_bit_content .tis_title{
	text-align: center;
	font-size:24px;
	color:#333333;
	margin-bottom: 45px;
font-weight: bold;
}
.hzho_bit_last_box{
	position: relative;
}
.hzho_bit_last .swiper-slide{
	margin-bottom: 0px;
	border:1px solid #d0d0d0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.hzho_bit_last .swiper-slide img{
	display: block;
	max-width: 100%;
	transition: all 0.8s;
}
.hzho_bit_last .swiper-slide:hover img{
  transform: scale(1.1,1.1);
}
.hzho_bit_last_box .hzho_bit_prev{
	position: absolute;
	left:-50px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url(../i/field_prev.png) no-repeat center;
	z-index: 11;
	cursor: pointer;
	outline: none;
}
.hzho_bit_last_box .hzho_bit_next{
	position: absolute;
	right:-50px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url(../i/field_next.png) no-repeat center;
	z-index: 11;
	cursor: pointer;
	outline: none;
}
/* about end */
.contact_cont_box .tis_content{
	padding:40px 0;
	display: flex;
	justify-content: space-between;
}
.contact_cont_box .tis_content .l_txt h2{
	font-size:24px;
	color:#333333;
	margin-bottom: 20px;
}
.contact_cont_box .tis_content .l_txt p{
	font-size:16px;
	line-height: 26px;
	color:#333333;
}
.contact_cont_box .tis_content .r_code{
	display: flex;
}
.contact_cont_box .tis_content .r_code .li{
	width: 128px;
	margin-left:30px;
}
.contact_cont_box .tis_content .r_code .li img{
	display: block;
	width: 100%;
	margin-bottom:12px;
}
.contact_cont_box .tis_content .r_code .li p{
	text-align: center;
	font-size:14px;
	color:#333333;
}
.contact_cont_box .map_content{
	display: flex;
	justify-content: space-between;
	background: #fff;
	margin-bottom: 50px;
}
.contact_cont_box .map_content .l_map{
	width: 78%;
}
.contact_cont_box .map_content .l_map img{
	/*display: block;
	width: 100%;*/
}
	.contact_cont_box .map_content .detail_last_box {
		width: 22%;
		overflow-y: scroll;
		border-left: 1px solid #d8d8d8;

		height: 619px;
	}
.contact_cont_box .map_content .detail_last_box::-webkit-scrollbar {/*滚动条整体样式*/
  width: 7px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.contact_cont_box .map_content .detail_last_box::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
   -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #0087e1;
}
.contact_cont_box .map_content .detail_last_box::-webkit-scrollbar-track {/*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #e7e7e7;

}
.contact_cont_box .map_content .detail_last_box .list{
	padding:15px 14px;
	border:1px solid #d8d8d8;
}
.contact_cont_box .map_content .detail_last_box .list:last-child{
	border-bottom: 0px;
}
.contact_cont_box .map_content .detail_last_box .list .tle{
	display: flex;
	align-items: center;
	font-size:16px;
	font-weight: bold;
	color:#666666;
	margin-bottom: 10px;
}
.contact_cont_box .map_content .detail_last_box .list .tle img{
	margin-right: 5px;
}
.contact_cont_box .map_content .detail_last_box .list .dl{
	padding-left:14px;
	margin-bottom: 8px;
	display: flex;
}
.contact_cont_box .map_content .detail_last_box .list .dt{
	font-size:14px;
	color:#414141;
	width: 50px;
}
.contact_cont_box .map_content .detail_last_box .list .dd{
	width: calc(100% - 50px);
	font-size:14px;
	color:#414141;
}
.contact_cont_box .map_content .detail_last_box .list:hover{
	background:#0087e1;
}
.contact_cont_box .map_content .detail_last_box .list:hover .tle{
	color:#fff;
}
.contact_cont_box .map_content .detail_last_box .list:hover .dt,.contact_cont_box .map_content .detail_last_box .list:hover .dd{
	color:#fff;
}
.contact_cont_box .map_content .detail_last_box .list:hover .tle img{
	filter:grayscale(100%) brightness(200%);
}
/* 联系我们 end */
.yrln_tis_content{
 padding:60px 0 80px;
 height: 730px;
 background: url(../i/rcln_b.jpg) no-repeat center;
}
.yrln_tis_content .tis_title{
	text-align: center;
	margin-bottom: 60px;
}
.yrln_tis_content .tis_title h2{
	font-size:32px;
	font-weight: bold;
	color:#333333;
	margin-bottom:12px;
}
.yrln_tis_content .tis_title p{
	font-size:16px;
	color:#606060;
}
.yrln_tis_content .last_content_box{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.yrln_tis_content .last_content_box .list_box{
	width: 32%;
	margin-right: 2%;
	background: #fff;
	border-radius: 10px;
	transition: all 0.6s;
}
.yrln_tis_content .last_content_box .list_box:nth-child(3n){
	margin-right: 0;
}
.yrln_tis_content .list_box .tis_cont{
	padding:60px 30px 24px;
}
.yrln_tis_content .list_box .tis_cont .txt{
	padding-top: 10px;
	position: relative;
}
.yrln_tis_content .list_box .tis_cont .i{
	width: 60px;
}
.yrln_tis_content .list_box .tis_cont .i img{
	display: block;
	max-width: 100%;
}
.yrln_tis_content .list_box .tis_cont .txt h2{
	font-size:20px;
	color:#333333;
	margin-bottom: 10px;
}
.yrln_tis_content .list_box .tis_cont .txt p{
	font-size:14px;
	color:#999999;
}
.yrln_tis_content .list_box .tis_cont .txt .t_arr{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	transition: all 0.8s;
}
.yrln_tis_content .list_box .line_box{
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: all 0.6s;
}
.yrln_tis_content .list_box .line_box img{
	display: block;
	width: 100%;
}
.yrln_tis_content .list_box .bit_cont{
	padding:0 24px 0;
	overflow: hidden;
	height: 0;
	transition: all 0.6s;
	box-sizing: inherit;
}
.yrln_tis_content .list_box .bit_cont .li{
	display: flex;
	align-items: center;
	font-size:15px;
	color:#3b3b3b;
	margin-bottom: 10px;
	line-height:25px;
}
.yrln_tis_content .list_box .bit_cont .li img{
	margin-right: 10px;
}
.yrln_tis_content .list_box.active{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.yrln_tis_content .list_box.active .line_box{
	height: 18px;
}
.yrln_tis_content .list_box.active .bit_cont{
	height: 200px;
	padding:20px 24px;
}
.yrln_tis_content .list_box.active .tis_cont .txt .t_arr{
	opacity: 0;
	right: -10px;
}
.yrln_bit_content{
	padding:60px 0;
}
.yrln_bit_content .tis_cont{
	text-align: center;
	margin-bottom: 50px;
}
.yrln_bit_content .tis_cont h2{
	font-size:32px;
	font-weight: bold;
	color:#3b3b3b;
	margin-bottom: 30px;
}
.yrln_bit_content .tis_cont .nav_box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.yrln_bit_content .tis_cont .nav_box span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 38px;
	background: #e7eaf1;
	border-radius: 100px;
	font-size:18px;
	color:#3b3b3b;
	margin:0 9px;
	cursor: pointer;
}
.yrln_bit_content .tis_cont .nav_box span.active{
	background: #1e7dc3;
	color:#fff;
}
.yrln_bit_content .cont_box .txt{
	margin-bottom: 50px;
}
.yrln_bit_content .cont_box .txt h2{
	font-size:18px;
	font-weight: bold;
	color:#3b3b3b;
	margin-bottom: 10px;
}
.yrln_bit_content .cont_box .txt p{
	font-size:16px;
	color:#595959;
}
.yrln_bit_baner{
	width: 100%;
	padding-bottom: 80px;
}
.yrln_bit_baner .i{
	display: block;
	width: 100%;
	height: 315px;
	margin-bottom: 15px;
	overflow: hidden;
}
.yrln_bit_baner .i img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.yrln_bit_baner .i:hover img{
	transform: scale(1.1,1.1);
}
.yrln_bit_baner p{
	font-size:16px;
	color:#333333;
	text-align: center;
}
.yrln_bit_baner .swiper-pagination-bullet{
	opacity: 1;
	width: 14px;
	height: 14px;
	background: #cacaca;
}
.yrln_bit_baner .swiper-pagination-bullet-active{
	background: #1e7dc3;
}

/* 用人理念 end */
.news_content_box{
	padding:50px 0;
	display: flex;
	justify-content: space-between;
}
.news_content_box .l_cont_box{
	width: 70%;
}
.news_content_box .l_cont_box .tis_list{
	display: flex;
  margin-bottom: 60px;
	width: 100%;
}
.news_content_box .l_cont_box .tis_list .i{
 display: block;
 width: 406px;
 height: 282px;
}
.news_content_box .l_cont_box .tis_list .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.news_content_box .l_cont_box .tis_list .txt_cont{
	width: calc(100% - 406px);
	padding:24px;
	background: #f8f8f8;
}
.news_content_box .l_cont_box .tis_list .txt_cont .time{
	font-size:14px;
	color:#1f499b;
	margin-bottom: 30px;
}
.news_content_box .l_cont_box .tis_list .txt_cont .txt_box{
	margin-bottom: 50px;
}
	.news_content_box .l_cont_box .tis_list .txt_cont h2 {
		font-size: 22px;
		font-weight: bold;
		color: #384395;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-bottom: 14px;
	}
.news_content_box .l_cont_box .tis_list .txt_cont p{
	font-size:14px;
	line-height: 24px;
	color:#666666;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
	.news_content_box .l_cont_box .tis_list .more {
		font-size: 14px;
		color: #384395;
		display: block;
	}
.news_content_box .news_last_box{

}
.news_content_box .news_last_box .list{
	display: flex;
	padding:14px 12px;
	background: #f8f8f8;
	margin-bottom: 60px;
}
.news_content_box .news_last_box .list .i{
	display: block;
	width:166px;
	height: 116px;
}
.news_content_box .news_last_box .list .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.news_content_box .news_last_box .list .txt{
	width: calc(100% - 166px);
	padding-left:14px;
	transition: all 0.8s;
}
	.news_content_box .news_last_box .list .txt .time {
		display: block;
		font-size: 14px;
		color: #384395;
		margin-bottom: 10px;
	}
.news_content_box .news_last_box .list .txt h2{
	font-size:18px;
	font-weight: bold;
	color:#393939;
	margin-bottom: 10px;
}
.news_content_box .news_last_box .list .txt p{
	font-size:14px;
	line-height: 24px;
	color:#666666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_content_box .news_last_box .list:hover .txt{
	padding-left:32px;
}
	.news_content_box .news_last_box .list:hover .txt h2 {
		color: #384395;
	}
.news_content_box .r_adver_box{
	width: 28%;
}
.news_content_box .r_adver_box img{
	display: block;
	width: 100%;
}
.news_detail_content_bg{
	position: relative;
	padding-bottom: 200px;
	background: #e9e9e9;
}
.news_detail_content{
	background: #e9e9e9 url(../i/about_bg_w.png) no-repeat right top;
	background-size: auto;
	padding-top: 130px;
	padding-bottom: 40px;
}
.news_detail_content .warpin{
	max-width: 1200px;
}
.pulic_content_tip_dh {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
    font-size: 14px;
    color: #666666;
}
.news_detail_txt{
	width: 100%;
	padding:90px 70px 20px;
	background: #fff;
	position: relative;
}
.news_detail_txt .share_box{
	width: 50px;
	position: absolute;
	top: 60px;
	left:-50px;
	z-index: 2;
}
.news_detail_txt .share_box .li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #605e61;
}
.news_detail_txt .share_box .li:first-child{
	background: #0087e1;
}
.news_detail_txt .tis_title{
	text-align: center;
	margin-bottom: 16px;
}
.news_detail_txt .tis_title .tle{
	font-size:30px;
	font-weight: bold;
	color:#333333;
	margin-bottom: 30px;
}
.news_detail_txt .tis_title .bit{
	font-size:14px;
	color:#666666;
}
.news_detail_txt .txt_content{
	padding:15px 0;
}
.news_detail_txt .txt_content p{
	font-size:16px;
	color:#333333;
	line-height: 28px;
	text-indent: 2em;
}
	.news_detail_txt .txt_content img {
		display: block;
		max-width: 100%;
		margin: 20px auto;
		height: auto;
	}
.news_detail_txt .return_btn{
	display: block;
	width: 88px;
	margin:30px auto;
}
.news_detail_txt .return_btn img{
	display: block;
	width: 100%;
}
.news_detail_page{
	display: flex;
	justify-content: space-between;
	padding:40px 5%;
	background: #fff;
	margin:20px auto;
}
.news_detail_page .li{
	display: flex;
	align-items: center;
	width: 50%;
}
.news_detail_page .li a{
	font-size:16px;
	color:#333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  width: 80%;
	margin:0 20px;
}
.news_detail_page .li a span{
	font-weight: bold;
	color:#1f499b;
}
.news_detail_page .li:last-child{
	justify-content: flex-end;
}
.news_detail_page .li:last-child a{
	text-align: right;
}
/* 新闻中心 end */
.yqly_content_box{
	padding-top: 80px;
}
.yqly_content_box .tis_cont_box{
	margin-bottom: 60px;
}
.yqly_content_box .tis_cont_box .num_last{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.yqly_content_box .tis_cont_box .num_last .li{
	margin:0 60px;
}
	.yqly_content_box .tis_cont_box .num_last .li .tli {
		font-size: 24px;
		color: #384395;
		margin-bottom: 10px;
	}
.yqly_content_box .tis_cont_box .num_last .li .num{
	font-size:72px;
	font-weight: normal;
	font-family: 'PFDinT';
}
.yqly_content_box .tis_cont_box .num_last .txt{
	font-size:16px;
	color:#585757;
	text-align: center;
}
.yqly_content_box .tis_cont_box .bit_txt{
	width: 920px;
	margin:0 auto;
	font-size:16px;
	line-height: 24px;
	color:#333333;
	text-align: center;
}
.ywly_detail_content {
	position: relative;
	padding: 80px 0;
}
.ywly_detail_content::after{
	content: "";
	display: block;
	width: 100%;
	height: 90%;
	background: #f3f3f3;
	position: absolute;
	TOP:0;
	left:0;
	z-index: -1;
}
.ywly_detail_content .warpin{

}
.ywly_detail_content .tis_nav_box {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 35px;

	}
.ywly_detail_content .tis_nav_box .li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 36px;
	border:1px solid #bfbfbf;
	border-radius: 100px;
	font-size:18px;
	color:#333333;
	margin-right: 24px;
	cursor: pointer;

}
.ywly_detail_content .tis_nav_box .li:hover {
		background: #384395;
		border: 1px solid #384395;
		color: #fff;
}
.ywly_detail_content .tis_nav_box .li.hover {
		background: #384395;
		border: 1px solid #384395;
		color: #fff;
}
.ywly_detail_content .content_box{
	width: 1300px;
	margin:0 auto;
	margin-top:100px;
}
.ywly_detail_content .content_box .deta_cont_box{
	display: flex;

	justify-content: space-between;
}
.ywly_detail_content .deta_cont_box .detail_l_img{
	width:655px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.ywly_detail_content .deta_cont_box .detail_l_img .swiper-slide{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ywly_detail_content .deta_cont_box .detail_l_img .detail_l_prev{
    position: absolute;
    left: 0;
    top: 42%;
    display: block;
    width: 32px;
    height: 70px;
    background: url(../i/qyjj_l_prev.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
    z-index: 11;
}
.ywly_detail_content .deta_cont_box .detail_l_img .detail_l_next{
    position: absolute;
    right: 0;
    top: 42%;
    display: block;
    width: 32px;
    height: 70px;
    background: url(../i/qyjj_l_next.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
    z-index: 11;
}
.ywly_detail_content .deta_cont_box .detail_l_img img{
	display: block;
	width: 100%;
	transition: all 0.8s;
}
.ywly_detail_content .detail_l_img:hover img{
	transform: scale(1.1,1.1);
}
.ywly_detail_content .deta_cont_box .cont{
	width: calc(100% - 415px);
	padding-left:60px;
}
.ywly_detail_content .deta_cont_box .cont h2 {
	font-size: 22px;
	color: #384395;
	margin-bottom: 34px;
	padding-top: 30px;
	font-weight: bold;
	white-space: nowrap
}
.ywly_detail_content .deta_cont_box .cont .lis{
	margin-bottom: 20px;
}
.ywly_detail_content .deta_cont_box .cont .lis h3{
	font-size:16px;
	font-weight: bold;
	color:#333333;
	margin-bottom: 14px;
	line-height:30px;
}
.ywly_detail_content .deta_cont_box .cont .lis p {
		font-size: 16px;
		line-height:32px;
		color: #333333;

	}
.ywly_dxxm_content{
	padding:50px 0;
}
.ywly_dxxm_content .tis_cont{
	margin-bottom: 38px;
}
.ywly_dxxm_content .tis_cont .tle{
	font-size:30px;
	font-weight: bold;
	color:#333333;
	margin-bottom: 40px;
	text-align: center;
}
.ywly_dxxm_content .tis_cont .nav{
	display: flex;
	align-items: center;
  justify-content: center;
}
.ywly_dxxm_content .tis_cont .nav span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 30px;
	border-radius: 100px;
	margin-right: 8px;
	font-size:16px;
	color:#333333;
	cursor: pointer;
}
	.ywly_dxxm_content .tis_cont .nav span:hover {
		background: #384395;
		color: #fff;
	}
	.ywly_dxxm_content .tis_cont .nav span.hover {
		background: #384395;
		color: #fff;
	}
	.ywly_dxxm_content .bit_more {
		display: flex;
		margin: 0 auto 70px;
		width: 116px;
		height: 34px;
		border: 1px solid #bfbfbf;
		font-size: 16px;
		color: #666666;
		align-items: center;
		justify-content: center;
		margin-top: 50px;
		border-radius: 100px;
	}
		.ywly_dxxm_content .bit_more:hover {
			background: #384395;
			color: #fff;
			border: 1px solid #384395;
		}
.ywly_dxxm_content .ywly_baner_cont > .ywlw_baner_box{
	display: none;
}
.ywly_dxxm_content .ywly_baner_cont > .ywlw_baner_box:nth-child(1){
	display: block;
}
.ywly_dxxm_content .bit_content_box{
	position: relative;
}
.ywly_dxxm_content .bit_content_box .ywly_dxxm_prev{
	display: block;
	width: 28px;
	height: 28px;
	background: url(../i/ywly_arr_prev.png) no-repeat center;
	background-size:cover;
	position: absolute;
	left:-56px;
	top: 30%;
	transform: translateY(-50%);
	cursor:pointer;
	outline: none;
}
.ywly_dxxm_content .bit_content_box .ywly_dxxm_prev:hover{
	background: url(../i/ywly_arr_prevh.png) no-repeat center;
	background-size:cover;
}
.ywly_dxxm_content .bit_content_box .ywly_dxxm_next {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../i/ywly_arr_next.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: -56px;
	top: 30%;
	transform: translateY(-50%);
	cursor: pointer;
	outline: none;
}
.ywly_dxxm_content .bit_content_box .ywly_dxxm_next:hover{
	background: url(../i/ywly_arr_nexth.png) no-repeat center;
	background-size: cover;
}
.ywlw_baner_box .i {
	overflow: hidden;
	position: relative;
}
.ywlw_baner_box .i .cont_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 0.5s;
}
.ywlw_baner_box .i .cont{
	position: relative;
	line-height: 110px;
	text-align: center;
	font-size:18px;
	color:#fff;
	transition: all 0.6s;
}
.ywlw_baner_box .i .cont span,
.ywlw_baner_box .i .cont em {
	 position: absolute;
	 display: block;
	 width: 120%;
	 height: 110px;
	 font-size: 14px;
	 top:40px;
	 white-space: unset !important;
	 transform: translate(-9%,-30%);
	 -moz-transform: translate(-9%,-30%);
	 -webkit-transform: translate(-9%,-30%);
	 -ms-transform: translate(-9%,-30%);
}
.ywlw_baner_box .i .cont span::before,
.ywlw_baner_box .i .cont span::after,
.ywlw_baner_box .i .cont em::before,
.ywlw_baner_box .i .cont em::after {
	content: '';
	display: block;
	width: 1px;
	height: 1px;
	background: #fff;
	position: absolute;
	opacity: 0;
	animation-delay: .2s;
}
.ywlw_baner_box .swiper-slide{
	overflow: hidden;
}
.ywlw_baner_box .i img{
  display: block;
	width: 100%;
	transition: all 1s;
}

.ywlw_baner_box .i:hover img{
	transform: scale(1.1,1.1);
}
.ywlw_baner_box .i:hover .cont_bg{
	opacity: 1;
}
.ywlw_baner_box .i:hover .cont span::before {
		animation-delay: 0.5s;
		animation: jtLeft linear 1s forwards;
		top: 0;
}
.ywlw_baner_box .i:hover .cont span::after {
		animation-delay: 0.5s;
		animation: jtRight linear 1s forwards;
		bottom: 0;
}
.ywlw_baner_box .i:hover .cont em::before {
		animation-delay: 0.5s;
		animation: jtTop linear 1s forwards;
		left: 0;
}
.ywlw_baner_box .i:hover .cont em::after {
		animation-delay: 0.5s;
		animation: jtBottom linear 1s forwards;
		right: 0;
}
.ywlw_baner_box .txt{
	text-align: center;
	padding:12px 0;
}
.ywlw_baner_box .txt p{
	font-size:15px;
	color:#666666;
	line-height: 30px;
}
.tis_navi_content{
	padding:60px 0;
	display: flex;
	justify-content: space-between;
}
.tis_navi_content .nav{
	display: flex;
	flex-wrap: wrap;
	width: 70%;
}
.tis_navi_content .nav a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:16px;
	color:#1f4893;
	padding:6px 20px;
	border:2px solid #fff;
  border-radius: 100px;
}
.tis_navi_content .nav a:hover{
	border:2px solid #1f4893;
}
	.tis_navi_content .nav a.hover {
		border: 2px solid #384395;
	}
.tis_navi_content .search_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 372px;
}
.tis_navi_content .search_box input{
	width: 294px;
	height: 44px;
	padding-left:10px;
	border-radius: 5px;
	border:1px solid #c8c8c8;
	font-size:16px;
}
	.tis_navi_content .search_box .search_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 72px;
		height: 44px;
		background: #384395;
		border-radius: 10px;
		font-size: 16px;
		color: #ffffff;
	}
.xmzs_last_content{
	display: flex;
	flex-wrap: wrap;
	padding:60px 0;
}
.xmzs_last_content .list_box{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 50px;
	transition: all 0.5s;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.xmzs_last_content .list_box .i{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.xmzs_last_content .list_box .i img{
	display: block;
	width: 100%;
	transition: all 0.6s;
}
.xmzs_last_content .list_box .txt{
	width: 100%;
	padding:20px;
}
	.xmzs_last_content .list_box .txt h2 {
		font-size: 18px;
		color: #384395;
		margin-bottom: 10px;
		font-weight: bold;
	}
.xmzs_last_content .list_box .txt p{
	font-size:16px;
	color:#666666;
	margin-bottom: 4px;
}
.xmzs_last_content .list_box .txt .more_btn{
	font-size:16px;
	color:#254483;
	cursor: pointer;
margin-top:20px;
    display: block;
}
.xmzs_last_content .list_box .i .detail_box{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.5s;
}
@keyframes jtLeft {
    0% {
        opacity: 0;
        width: 0;
        left: -50%;
    }

    50% {
        opacity: 1;
        width: calc(100% + 0px);
        left: 0;
    }

    100% {
        opacity: 0;
        width: 50%;
        left: 100%;
    }
}

@keyframes jtRight {
    0% {
        opacity: 0;
        width: 0;
        right: -50%;
    }

    50% {
        opacity: 1;
        width: calc(100% + 0px);
        right: 0;
    }

    100% {
        opacity: 0;
        width: 50%;
        right: 100%;
    }
}

@keyframes jtTop {
    0% {
        opacity: 0;
        height: 0;
        top: -50%;
    }

    50% {
        opacity: 1;
        height: calc(100% + 0px);
        top: 0;
    }

    100% {
        opacity: 0;
        height: 50%;
        top: 100%;
    }
}

@keyframes jtBottom {
    0% {
        opacity: 0;
        height: 0;
        bottom: -50%;
    }

    50% {
        opacity: 1;
        height: calc(100% + 0px);
        bottom: 0;
    }

    100% {
        opacity: 0;
        height: 50%;
        bottom: 100%;
    }
}
.xmzs_last_content .list_box .i .detail_box .cont{
	position: relative;
	line-height: 110px;
	text-align: center;
	font-size:18px;
	color:#fff;
	transition: all 0.6s;
}
.xmzs_last_content .list_box .i .detail_box .cont span,
.xmzs_last_content .list_box .i .detail_box .cont em {
					 position: absolute;
					 display: block;
					 width: 120%;
					 height: 110px;
					 font-size: 14px;
					 top:40px;
					 white-space: unset !important;
					 transform: translate(-9%,-30%);
					 -moz-transform: translate(-9%,-30%);
					 -webkit-transform: translate(-9%,-30%);
					 -ms-transform: translate(-9%,-30%);
}
.xmzs_last_content .list_box .i .detail_box .cont span::before,
.xmzs_last_content .list_box .i .detail_box .cont span::after,
.xmzs_last_content .list_box .i .detail_box .cont em::before,
.xmzs_last_content .list_box .i .detail_box .cont em::after {
							 content: '';
							 display: block;
							 width: 1px;
							 height: 1px;
							 background: #fff;
							 position: absolute;
							 opacity: 0;
							 animation-delay: .2s;
					 }
.xmzs_last_content .list_box:nth-child(3n){
	margin-right: 0;
}
.xmzs_last_content .list_box:hover{
	box-shadow: 0px 6px 10px rgba(0,0,0,0.3);
}
.xmzs_last_content .list_box:hover .detail_box{
	opacity: 1;
}
.xmzs_last_content .list_box:hover .i img{
	transform: scale(1.05,1.05);
}
.xmzs_last_content .list_box:hover .cont span::before {
		animation-delay: 0.5s;
		animation: jtLeft linear 1s forwards;
		top: 0;
}
.xmzs_last_content .list_box:hover .cont span::after {
		animation-delay: 0.5s;
		animation: jtRight linear 1s forwards;
		bottom: 0;
}
.xmzs_last_content .list_box:hover .cont em::before {
		animation-delay: 0.5s;
		animation: jtTop linear 1s forwards;
		left: 0;
}
.xmzs_last_content .list_box:hover .cont em::after {
		animation-delay: 0.5s;
		animation: jtBottom linear 1s forwards;
		right: 0;
}
/* 业务领域 end */
.dc_pulic_bg{
	display: none;
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 12;
	background: rgba(0,0,0,0.8);
}
.xmzx_dc_content{
	position: fixed;
	top: 50%;
	left:20%;
	transform: translateY(-50%);
	width: 60%;
	background: #fff;
	border-radius: 10px;
	padding:60px;
	z-index: 13;
		display: none;
	justify-content: space-between;
}
.xmzx_dc_content .shut_btn{
	position: absolute;
	right: -70px;
	top: -20px;
	width: 60px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.xmzx_dc_content .shut_btn img{
	transition: all 2s;
}
.xmzx_dc_content .shut_btn:hover img{
	transform: rotate(270deg);
}
.xmzx_dc_content .l_cont{
	width: 60%;
}
.xmzx_dc_content .xmzx_dc_big{
	width: 100%;
	margin-bottom: 10px;
}
.xmzx_dc_content .xmzx_dc_big img{
	display: block;
	width: 100%;
}
.xmzx_dc_content .xmzx_dc_last img{
	width: 100%;
}
.xmzx_dc_content .xmzx_dc_last .swiper-slide-thumb-active img{
	border:4px solid #1f4893;
}
.xmzx_dc_content .r_cont{
	width:38%;
}
.xmzx_dc_content .r_cont .tle{
	padding:20px 0;
	border-bottom:2px solid #e7e7e7;
	font-size:30px;
	font-weight: bold;
	color:#333333;
	margin-top: 20px;
}
.xmzx_dc_content .r_cont .tis_deta{
	margin-bottom: 10px;
	margin-top: 30px;
}
.xmzx_dc_content .r_cont .tis_deta p{
	font-size:16px;
	color:#333333;
	margin-bottom: 8px;
}
.xmzx_dc_content .r_cont .txt_cont{
	margin-bottom: 30px;
	margin-top: 30px;
}
.xmzx_dc_content .r_cont .txt_cont .tis_t{
	font-size:16px;
	font-weight: bold;
	color:#333333;
	margin-bottom: 10px;
}
.xmzx_dc_content .r_cont .txt_cont .txt{
	width: 100%;
	height: 100px;
	overflow-y: scroll;
	font-size:14px;
	color:#333333;
	line-height: 24px;
	padding-right: 10px;
}
.xmzx_dc_content .r_cont .txt_cont .txt::-webkit-scrollbar {/*滚动条整体样式*/
  width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.xmzx_dc_content .r_cont .txt_cont .txt::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  background: #397ed4;
}
.xmzx_dc_content .r_cont .txt_cont .txt::-webkit-scrollbar-track {/*滚动条里面轨道*/
  background: #d7d2d0;

}
.xmzx_dc_content .r_cont .bit_more{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.xmzx_dc_content .r_cont .bit_more .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 40px;
	background: #dfdfdf;
	border-radius: 100px;
	margin:0 20px;
	font-size:16px;
	color:#333333;
}
.xmzx_dc_content .r_cont .bit_more .btn:hover{
	background: #1f4893;
	color:#fff;
}
/* */
.zbzx_content_box{
	padding:30px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.zbzx_content_box .l_content_box{
	width: 70%;
}
.zbzx_content_box .l_content_box .tis_cont{
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	font-size:18px;
	color:#ff7200;
}
.zbzx_content_box .l_content_box .tis_cont img{
	margin-right: 8px;
}
.zbzx_content_box .l_content_box .tab_cont{
	width: 100%;
	margin-bottom: 14px;
	border:1px solid #e3e3e3;
	display: flex;
}
.zbzx_content_box .l_content_box .tab_cont .dt{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	background: #f8f8f8;
	border-right: 1px solid #e3e3e3;
	text-align: center;
}
	.zbzx_content_box .l_content_box .tab_cont .dt p {
		font-size: 18px;
		font-weight: bold;
		color: #384395;
		margin-top: 10px;
	}
.zbzx_content_box .l_content_box .tab_cont .dd{
	width: calc(100% - 150px);
}
.zbzx_content_box .l_content_box .tab_cont .dd .li{
	padding:0 34px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	font-size:16px;
	color:#000000;
}
.zbzx_content_box .l_content_box .tab_cont .dd .li:nth-child(odd){
	background-color: #f8f8f8;
}
.zbzx_content_box .r_content_box{
	width: 28%;
	background: #f8f8f8;
	padding:45px 24px;
}
.zbzx_content_box .r_content_box .tis_title{
	margin-bottom: 35px;
}
.zbzx_content_box .r_content_box .tis_title h2{
	font-size:34px;
	color:#000000;
	margin-bottom: 6px;
}
.zbzx_content_box .r_content_box .tis_title p{
  font-size:16px;
	color:#1f4893;
}
	.zbzx_content_box .r_content_box .arr_box {
		display: block;
		width: 34px;
		height: 34px;
		background: #384395;
		margin-bottom: 30px;
		position: relative;
	}
.zbzx_content_box .r_content_box .arr_box img{
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.8s;
}
.zbzx_content_box .r_content_box .arr_box:hover img{
	right: -40px;
}
.zbzx_content_box .r_content_box .last_cont{
	width: 100%;
	height: 60px;
	overflow-y: scroll;
	padding-right: 20px;
	overflow:hidden;
}
.zbzx_content_box .r_content_box .last_cont::-webkit-scrollbar {/*滚动条整体样式*/
  width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.zbzx_content_box .r_content_box .last_cont::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
   -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #666666;
}
.zbzx_content_box .r_content_box .last_cont::-webkit-scrollbar-track {/*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #e5e5e5;
}
.zbzx_content_box .r_content_box .last_cont .li{
	padding:14px 0 10px 0;
	border-bottom: 1px solid #d8d8d8;
}
.zbzx_content_box .r_content_box .last_cont .li .tis{
	display: flex;
	align-items: center;
	margin-bottom: 4px;
	font-size:16px;
	color:#666666;
	}
.zbzx_content_box .r_content_box .last_cont .li .tis img{
	width: 20px;
	margin-right: 10px;
}
.zbzx_content_box .r_content_box .last_cont .li .txt{
	padding-left:32px;
}
.zbzx_content_box .r_content_box .last_cont .li .txt p{
	font-size:14px;
	color:#333333;
}
.zbzx_content_box .r_content_box .last_cont .li .txt p span{
	margin-left:14px;
	color:#1f4893;
}
/* 招标中心 end */
/* pc not */
.phone_menu{
	display: none;
}
.phone_block_box{
	display: none;
}
.bit_phone_content_more{
	display: none;
}
@media (max-width:1400px) {
.warpin{
	max-width: 1400px;
}
.pc_header_box .logo{
	width:335px;
}
.pc_header_box .logo img{
	width: 100%;
}
.pc_header_box .r_content .nav_box .li{
	padding:0 10px;
}
.pulic_footer_content .nav_li{
	margin-right: 20px;
}
}
@media (max-width:1199px) {
	.warpin{
   max-width: 100%;
	 padding:0 4%;
  }
	.phone_block_box{
		display: block;
	}
	.phone_none_box{
		display: none;
	}
	.pc_header_box .logo{
		height:auto;
		width: auto;
		margin-bottom: 0;
	}
	.pc_header_box .logo img{
		width:20rem;
	}
	.pc_header_box .r_content{
		display: none;
	}
	.phone_menu{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.phone_menu img{
		width: 2.5rem;
	}
	.phone_menu_bg{
		display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transition: all 0.5s;
    z-index: 15;
	}
	.phone_menu_bg.active {
    right: 0;
  }
	.phone_menu_cont.active {
    left: 0;
  }
	.phone_menu_cont{
		display: block;
    position: fixed;
    left: -50%;
    top: 0;
    width: 50%;
    height: 100%;
    background: #f3f3f3;
    z-index: 16;
    transition: all 0.5s;
    padding: 2rem;
	}
	.phone_menu_cont .list{
		display: flex;
    margin-bottom: 2rem;
		flex-wrap: wrap;

	}
	.phone_menu_cont .list .tis{
    font-size: 1.6rem;
    color: #333;
		display: block;
		width: 100%;
   }
	 .phone_menu_cont .list .lis{
		 display: none;
    padding-left:1rem;
		margin-top: 1rem;
	 }
	 .phone_menu_cont .list .li{
		 font-size:1.4rem;
     display: block;
		 padding:0.5rem 0;
	 }
	 .pc_header_box{
		 padding: 1rem 0;
		 height: auto;
	 }
    .index_banner_box .baner_bg{
			height:24rem;
		}
	  .index_banner_box .swiper-pagination{
		 bottom:1rem;
	 }
	 .index_banner_box .swiper-pagination-bullet{
		 width: 0.8rem;
		 height: 0.8rem;
	 }
	 .index_banner_box .swiper-pagination-bullet.swiper-pagination-bullet-active{
		 width: 1.5rem;
		 height: 1.5rem;
	 }
	 .index_banner_box .baner_cont_box .tis_title {
		 padding-left:5%;
	 }
	 .index_banner_box .baner_cont_box .tis_title h3{
		 font-size:1.4rem;
		 transform: translateY(-10px);
		 margin-bottom: 0.5rem;
	 }
	 .index_banner_box .baner_cont_box .tis_title h2{
		 font-size:1.8rem;
		 transform: translateY(10px);
		 margin-bottom: 0.5rem;
	 }
	 .index_banner_box .baner_cont_box .tis_title p{
		 font-size:1.0rem;
		 transform: translateY(10px);
	 }
	 .index_banner_box .baner_cont_box .tis_title .more{
		 display: none;
	 }
	 .index_banner_box .bit_num{
		 bottom: 1rem;
		 left:2%;
		 font-size:1.4rem;
		 display: none;
	 }
	 .index_banner_box .bit_num .dq{
		 font-size:3rem;
		 font-weight: bold;
	 }
	 .index_banner_box .bit_num{
		 display: none;
	 }
	 .pulic_header img{
		 display: none;
	 }
	 .pulic_header{
		 font-size:2.2rem;
		 color:#222222;
		 margin-bottom: 0.5rem;
		 line-height:40px;
	 }
	 .index_about_box{
		 padding:1rem 0;
		 margin-bottom: 2rem;
	 }
	 .index_about_box .l_cont .tis_i{
		 display: none;
	 }
	 .index_about_box .content_box{
		 flex-wrap: wrap;
	 }
	 .index_about_box .content_box .txt_box{
		 position: relative;
		 width:100%;
	 }
	 .index_about_box .content_box .txt_box p{
		 font-size:1.4rem;
		 line-height: 1.8rem;
	 }
	 .index_about_box .content_box .txt_box .bit_box{
		 display: none;
	 }
	 .index_about_box .l_cont{
		 width:100%;
	 }
	 .index_about_box .l_cont .num_last{
		 margin-top: 1rem;
		 margin-bottom: 2rem;
	 }
	 .index_about_box .l_cont .num_last .li{
		 padding: 0 0.5rem;
	 }
	 .index_about_box .l_cont .num_last .li .tis{
		 font-size:1.2rem;
	 }
	 .index_about_box .l_cont .num_last .li .tis .num{
		 font-size:3rem;
	 }
	 .index_about_box .l_cont .num_last .li::after{
		 width: 1rem;
		 height: 1.5rem;
		 right: 0%;
	 }
	 .index_about_box .l_cont .num_last .li .txt{
		 font-size:1.0rem;
	 }
	 .index_about_box .r_cont{
		 width: 100%;
	 }
	 .index_field_cont{
		 display: none;
	 }
	 .phone_field_cont .tis_title{
		 margin-bottom: 1rem;
		 position: relative;
	 }
	 .phone_field_cont .tis_title h2{
		 font-size:2.2rem;
		 font-weight: bold;
		 color:#222222;
		 margin-bottom: 0.6rem;
	 }
	 .phone_field_cont .tis_title p{
		 font-size:1.4rem;
		 color:#333333;
	 }
	 .phone_field_cont .tis_title .arr{
		 position: absolute;
		 right: 0;
		 bottom:1rem;
		 width: 1.4rem;
	 }
	 .phone_field_baner{
		 width: 100%;
	 }
	 .phone_field_baner .swiper-slide img{
		 display: block;
		 width: 100%;
	 }
	 .phone_field_baner .swiper-slide{
		 position: relative;
	 }
	 .phone_field_baner .txt_cont{
		 position: absolute;
		 top:50%;
		 left:0;
		 width: 100%;
		 transform: translateY(-50%);
		 text-align: center;
	 }
	 .phone_field_baner .txt_cont h2{
		 font-size:1.8rem;
		 font-weight: bold;
		 color:#fff;
	 }
	 .phone_field_baner .txt_cont p{
		 font-size:1.4rem;
		 color:#fff;
	 }
	 .phone_field_baner .txt_cont .arr{
		 display: block;
		 margin:1rem auto 0;
		 width: 1.5rem;
	 }
	 .phone_field_baner .phone_field_prev{
		 position: absolute;
		 left:0;
		 top:50%;
		 transform: translateY(-50%);
		 width: 2rem;
		 height: 4rem;
		 background: rgba(255,255,255,0.5) url(../i/fczs_list_prev.png) no-repeat 0.3rem center;
		 background-size:0.8rem;
		 z-index: 11;
		 border-top-right-radius: 100px;
		 border-bottom-right-radius: 100px;
		 outline: none;
	 }
	 .phone_field_baner .phone_field_next{
		 position: absolute;
		 right:0;
		 top:50%;
		 transform: translateY(-50%);
		 width: 2rem;
		 height: 4rem;
		 background: rgba(255,255,255,0.5) url(../i/fczs_list_next.png) no-repeat 1rem center;
		 background-size:0.8rem;
		 z-index: 11;
		 border-top-left-radius: 100px;
		 border-bottom-left-radius: 100px;
		 outline: none;
	 }
		.phone_field_baner .phone_field_next:hover, .phone_field_baner .phone_field_prev:hover {
			background-color: #384395;
		}
	 .index_news_box .content_box{
		 flex-wrap: wrap;
	 }
	 .index_news_box .content_box .l_last_box{
		 display: none;
	 }
	 .phone_news_baner{
		 width: 100%;
	 }
	 .phone_news_baner .swiper-slide img{
		 display: block;
		 width: 100%;
	 }
	 .phone_news_baner .swiper-slide .txt{
		 position: absolute;
		 bottom:0;
		 left:0;
		 width: 100%;
		 height: 3rem;
     line-height: 3rem;
		 text-align: center;
		 background:rgba(0,0,0,0.5);
		 padding:0 2rem;
		 font-size:1.4rem;
		 color:#fff;
		 overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
	 }
	 .phone_news_baner .phone_news_prev{
		 position: absolute;
		 left:1rem;
		 top: 50%;
		 transform: translateY(-50%);
		 width: 1.2rem;
		 height: 2.2rem;
		 background: url(../i/fczs_list_prev.png) no-repeat center;
		 background-size:cover;
		 z-index: 11;
		 outline: none;
	 }
	 .phone_news_baner .phone_news_next{
		 position: absolute;
		 right:1rem;
		 top: 50%;
		 transform: translateY(-50%);
		 width: 1.2rem;
		 height: 2.2rem;
		 background: url(../i/fczs_list_next.png) no-repeat center;
		 background-size:cover;
		 z-index: 11;
		 outline: none;
	 }
	 .index_news_box .r_last_box{
		 width: 100%;
		 padding:0.5rem 1rem;
		 background: none;
	 }
	 .index_news_box .r_last_box .list{
		 padding:0.8rem 0;
	 }
	 .index_news_box .r_last_box .list .time h2{
		 font-size:2rem;
		 color:#22478e;
		 font-weight: bold;
	 }
	 .index_news_box .r_last_box .list .time p{
		 font-size:0.8rem;
		 color:#22478e;
	 }
	 .index_news_box .r_last_box .list .txt{
		 font-size:1.4rem;
		 padding-left:0.5rem;
	 }
	 .index_map_box{
		 position: relative;
		 height: auto;
	 }
	 .index_map_box .l_txt{
		 position: absolute;
		 left:2%;
		 top: 2rem;
		 width: auto;
	 }
	 .index_map_box .l_txt .tle{
		 font-size:1.2rem;
		 margin-bottom: 0.4rem;
	 }
	 .index_map_box .l_txt .txt_box h2{
		 font-size:1.6rem;
	 }
	 .index_map_box .l_txt .txt_box p,.index_map_box .l_txt .more{
		 display: none;
	 }
	 .index_map_box .warpin{
		 flex-wrap: wrap;
	 }
	 .map_content_box{
		 width: 100% !important;
		 margin-top:40px;
	 }
	 .index_map_box .map_deta{
		 padding: 1rem 0px;
		 width:100%;
		 display: flex;
		 justify-content: space-between;
	 }
	 .index_map_box .map_deta .li{
		 margin-bottom: 1rem;
		 display: block;
	 }
	 .index_map_box .map_deta .li .i{
		 width: 4rem;
		 height: 4rem;
		 margin:0 auto 0.5rem;
	 }
	 .index_map_box .map_deta .li .i img{
		 display: block;
		 width: 70%;
	 }
	 .index_map_box .map_deta .li .txt{
		 padding-left: 0;
		 font-size:1.2rem;
		 text-align: center;

	 }
	 .index_map_box .map_deta .li .txt span{
    font-size:1.6rem;
	 }
	.pulic_footer_content .warpin {
		flex-wrap: wrap;
		padding-top: 12px;
	}
	 .pulic_footer_content .logo{
		 display: block;
		 width: 100%;
		 margin-bottom: 1rem;
	 }
	 .pulic_footer_content .logo img{
		 width: 10rem;
	 }
	 .pulic_footer_content .nav_li{
		 display: none;
	 }
	 .pulic_footer_content{
		 padding:1.4rem 0;
	 }
	 .footer_copy .r_box{
     display: none;
	 }
	 .footer_copy{
		 padding:1rem 0;
		 font-size:1.2rem;
	 }
	 .pulic_footer_content .txt_box p{
		 font-size:1.2rem;
		 margin-bottom: 0.2rem;
	 }
	 .pulic_footer_content .code{
		 width: 8rem;
	 }
	 .content_baner_box .txt_cont_box{
		 width: 100%;
	 }
	 .content_baner_box .txt_box h2{
		 font-size:1.5rem;
		 margin-bottom: 0.2rem;
		 transform: translateY(0.2rem);
	 }
	 .content_baner_box .txt_box p{
		 font-size:1.0rem;
		 transform: translateY(0.2rem);
	 }
	 .content_baner_box .tis_line{
		 height: 3rem;
	 }
	 .content_baner_box{
		 display: flex;
		 align-items: center;
		 justify-content: center;
	 }
	 .content_baner_box .bg{
		 width: 260%;
	 }
	 .pulic_cont_gation{
		 display: none;
	 }
	 .phone_pulic_gation{
		 display: flex;
		 align-items: center;
		justify-content: center;
		background-color: #f4f4f4;
	 }
	 .phone_pulic_gation .li{
     height: 4.5rem;
		 margin:0 0.5rem;
		 line-height: 4.5rem;
		 position: relative;
		 font-size:1.4rem;
		 color:#313131;

	 }
	 .phone_pulic_gation .li::after{
		 content: "";
		 display: none;
		 width:2rem;
		 height: 2px;
		 background: #0087d5;
		 position: absolute;
		 bottom:0;
		 right: 0;
	 }
	 .phone_pulic_gation .li:hover::after{
		 display: block;
	 }
	 .phone_pulic_gation .li.hover::after{
		 display: block;
	 }
	 .fzlc_content_box .tis_title_box{
		 margin-top: 2rem;
		 margin-bottom: 2rem;
	 }
	 .fzlc_content_box .tis_title_box h2{
		 font-size:2.2rem;
	 }
	 .fzlc_content_box .tis_title_box p{
		 width: 100%;
		 font-size:1.2rem;
	 }
	 .fzlc_time_baner_box .fzlc_time_prev,.fzlc_time_baner_box .fzlc_time_next{
		 display: none;
	 }
	 .fzlc_time_baner_box{
		 width: 90%;
		 margin:0 auto;
	 }
	 .fzlc_time_baner{
		 height: 70rem;
		 margin:0 0 3rem 0;
		 background:url(../i/fzlc_bit_line_pho.png) no-repeat left center;
		 background-size:contain;
		 padding:0 0 0 0.8rem;
	 }
	 .fzlc_time_baner .swiper-slide{
		 border-left:2px solid #0087e1;
		 border-bottom: 0;
		 padding:0px;
		 height: auto;
		 padding-left:1.5rem;
		 padding-bottom: 1rem;
	 }
	 .fzlc_time_baner .swiper-slide .tis_arr{
		 position: absolute;
		 left:0;
		 width: 1rem;
		 transform: translateX(-0.1rem);
	 }
	 .fzlc_time_baner .swiper-slide .tis_tle{
		 padding-left:0;
		 margin-bottom: 0.3rem;
	 }
	 .fzlc_time_baner .swiper-slide .tis_tle h3{
		 font-size:1.2rem;
	 }
	 .fzlc_time_baner .swiper-slide .tis_tle h2{
		 font-size:1.6rem;
		 color:#1c499c;
	 }
	 .fzlc_time_baner .swiper-slide .mor{
		 padding-left:0;
		 margin-top: 1rem;
		 margin-bottom: 0;
	 }
	 .fzlc_time_baner .swiper-slide .txt{
		 font-size:1.2rem;
		 padding-left:0;
		 line-height: 2rem;
		 width: 100%;
	 }
	 .ygfc_cont_box{
		 display: none;
	 }
	 .ygfc_dc_cont{
		 padding-top: 2rem;
	 }
	 .ygfc_dc_baner{
		 width: 80%;
	 }
	 .ygfc_dc_baner_box .ygfc_dc_prev{
		 width: 2rem;
		 height: 2.45rem;
		 left:0;
	 }
	 .ygfc_dc_baner_box .ygfc_dc_next{
		 width: 2rem;
		 height: 2.45rem;
	 }
	 .ygfc_dc_baner .txt{
		 background: rgba(0,0,0,0.7);
	 }
	 .ygfc_bit_content{
		 padding:2rem 0;
		 background: #fff;
	 }
	 .ygfc_bit_content .tis_navi{
		 display: none;
	 }
	 .ygfc_bit_content .last_box .list{
		 width: 49%;
		 margin-right: 2% !important;
		 margin-bottom: 1rem;
	 }
	 .ygfc_bit_content .last_box .list:nth-child(2n){
		 margin-right: 0 !important;
	 }
	 .ygfc_bit_content .last_box .list .i{
		 height: 10rem;
	 }
	 .ygfc_bit_content .last_box .list .txt_box{
		 height: 3rem;
		 line-height: 3rem;
		 font-size:1.2rem;
		 padding:0 1%;
	 }
	 .about_qyjj_cont{
		 margin:2rem auto 3rem;
		 flex-wrap: wrap;
	 }
	 .about_qyjj_cont .l_cont .tis_title .time{
		 margin-bottom: 0.8rem;
		 padding-bottom: 1rem;
	 }
	 .about_qyjj_cont .l_cont .txt_cont p{
		 font-size:1.4rem;
		 line-height: 2rem;
	 }
	 .about_qyjj_cont .l_cont .tis_title .ln{
		 font-size: 4rem;
		 letter-spacing: 1px;
	 }

	 .about_qyjj_cont .l_cont{
		 width: 100%;
	 }
	 .about_qyjj_cont .l_cont .bit_cont{
		 flex-wrap: wrap;
	 }
	 .qyjj_l_baner .txt{
		 display: block;
		 height: 3rem;
		 line-height: 3rem;
		 overflow: hidden;
		 white-space: nowrap;
		 text-overflow: ellipsis;
		 font-size:1.2rem;
		 text-align: center;
	 }
	 .about_qyjj_cont .l_cont .qyjj_l_baner{
		 width: 100%;
		 height: 24rem;
		 margin-bottom:0.8rem;
	 }
	 .qyjj_r_baner{
		 width: 100%;
		 height: 10rem;
	 }
	 .qyjj_r_baner .txt{
		 display: block;
		 height: 3rem;
		 line-height: 3rem;
		 overflow: hidden;
		 white-space: nowrap;
		 text-overflow: ellipsis;
		 font-size:1.2rem;
		 text-align: center;
	 }
	 .about_qyjj_cont .r_cont{
		 width: 100%;
	 }
	 .about_qyjj_cont .r_cont .tis_i{
		 display: none;
	 }
	 .about_qyjj_cont .r_cont .txt_cont {
		 padding-left:1rem;
	 }
	 .about_qyjj_cont .r_cont .txt_cont .txt{
		 height: 3rem;
		 line-height: 3rem;
		 background: none;
		 padding:0;
		 margin-bottom: 0.3rem;
		 font-size:1.2rem;
	 }
	 .about_qyjj_cont .r_cont .txt_cont .tle{
		 padding:0;
		 height: 3rem;
		 line-height: 3rem;
		 background: none;
		 font-weight: bold;
		 color:#0084d7;
		 margin-bottom: 0.3rem;
		 font-size:1.6rem;
		 margin-top: 1.5rem;
	 }
	 .hzhp_content_box{
		 background: #fff;
		 padding:2rem 0;
	 }
	 .hzhp_content_box .warpin{
		 flex-wrap: wrap;
	 }
	 .hzhp_content_box .l_txt_box{
		 width: 100%;
		 text-align: center;
	 }
	 .hzhp_content_box .l_txt_box .line{
		 display: none;
	 }
	 .hzhp_content_box .l_txt_box h2{
		 margin-bottom: 1.4rem;
		 font-size:2rem;
	 }
	 .hzhp_content_box .l_txt_box P{
		 font-size:1.4rem;
		 line-height: 2rem;
	 }
	 .hzhp_content_box .r_last_box{
		 width: 100%;
		 margin-top: 0.8rem;
	 }
	 .hzhp_content_box .r_last_box .li{
		 width: calc(91% / 4);
		 margin-right: 3%;
		 margin-left:0;
		 padding:3rem 0.5rem 2rem;
	 }
	 .hzhp_content_box .r_last_box .li:nth-child(4n){
		 margin-right: 0;
	 }
	 .hzhp_content_box .r_last_box .li .i{
		 width:3rem;
	 }
	 .hzhp_content_box .r_last_box .li .i img{
		 width: 80%;
	 }
	 .hzhp_content_box .r_last_box .li p{
		 font-size:1.2rem;
	 }
	 .hzho_bit_content{
		 display: none;
	 }
	 .hzho_bit_phone_content{
		 padding:2rem 2%;
		 background-color: #f4f4f4;
	 }
	 .hzho_bit_phone_content .tis_title{
		 text-align: center;
		 font-size:1.5rem;
		 color:#333;
		 margin-bottom: 1rem;
	 }
	 .hzho_bit_phone_content .last_box{
		 display: flex;
		 flex-wrap: wrap;
	 }
	 .hzho_bit_phone_content .last_box .li{
		 width: 32%;
		 height:5rem;
		 margin-right:2%;
		 margin-bottom: 1rem;
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 background: #fff;
		 border:1px solid #d0d0d0;
	 }
	 .hzho_bit_phone_content .last_box .li img{
     height:4rem;
	 }
	 .hzho_bit_phone_content .last_box .li:nth-child(3n){
		 margin-right: 0;
	 }
	 .about_qywh_1{
		 padding-top: 2rem;
		 padding-bottom: 3rem;
	 }
	 .about_qywh_title{
		 margin-bottom: 2.5rem;
	 }
	 .about_qywh_title h2{
		 font-size:1.8rem;
		 margin-bottom: 0.5rem;
	 }
	 .about_qywh_title p{
		 font-size:1.2rem;
	 }
	 .about_qywh_1 .last_box{
		 flex-wrap: wrap;
	 }
	 .about_qywh_1 .last_box .list{
		 width: calc(100% / 2);
		 margin-bottom: 2rem;
	 }
	 .about_qywh_1 .last_box .list .i_box{
		 width: 6rem;
		 height: 6rem;
	 }
	 .about_qywh_1 .last_box .list .i_box .i{
		 width: 2rem;
		 height: 2.2rem;
	 }
	 .about_qywh_1 .last_box .list .i_box .i img{
		 width: 100%;
	 }
	 .about_qywh_1 .last_box .list:hover .i_box .i img{
		     transform: translateY(-2.65rem);
	 }
	 .about_qywh_1 .last_box .list h2{
		 font-size:1.6rem;
		 margin-bottom: 0.6rem;
	 }
	 .about_qywh_1 .last_box .list p{
		 font-size:1.2rem;
	 }
	 .about_qywh_2{
		 padding:2rem 0;
		 margin-bottom: 2rem;
	 }
	 .about_qywh_2 .warpin{
		 flex-wrap: wrap;
	 }
	 .about_qywh_2 .txt_cont{
		 width: 100%;
		 margin-bottom: 4rem;
	 }
	 .about_qywh_2 .txt_cont .title{
		 text-align: center;
		 font-size:1.5rem;
		 margin-bottom: 2rem;
	 }
	 .about_qywh_2 .txt_cont .txt_box .li{
		 margin-bottom: 4rem;
	 }
	 .about_qywh_2 .txt_cont .txt_box .li .tle{
		 font-size:1.6rem;
	 }
	 .about_qywh_2 .txt_cont .txt_box .li .tle img{
		 width: 2rem;
		 margin-right: 0.7rem;
	 }
	 .about_qywh_2 .txt_cont .txt_box .li .txt{
		 font-size:1.2rem;
		 line-height: 2.4rem;
	 }
	 .about_qywh_2 .img_box{
		 width: 100%;
	 }
	 .about_qywh_2 .img_box img{
     width: 100%;
		 height:28rem;
		 transform: translate(0px,0px);
	 }
	 .about_qywh_2 .img_box::after{
		 display: none;
	 }
	 .about_qywh_3 .adver_box{
		 flex-wrap: wrap;
		 width: 100%;
		 justify-content: flex-start;
	 }
	 .about_qywh_3 .adver_box .list_box{
	 	display:flex;
	 	align-items: center;
	 	transition: all 1s;
		margin-bottom: 1rem;
	 }
	 .about_qywh_3 .adver_box .list_box:hover{
	 	transform: translateY(-10px);
	 }
	 .about_qywh_3 .adver_box .list_box .img_box{
	   display:flex;
	 	align-items: center;
	 	justify-content: center;
	 	width: 8rem;
	 	height: 8rem;
	 	background: #f5f5f5;
	 }
	 .about_qywh_3 .adver_box .list_box .img_box img{
	 	display: block;
		width: 3rem;
	 	margin:0 auto;
	 }
	 .about_qywh_3 .adver_box .list_box .img_box p{
	 	text-align: center;
	 	font-size:1.4rem;
	 	font-weight: bold;
	 	color:#333333;
	 }
	 .about_qywh_3 .adver_box .list_box .txt_cont{
	 	padding-left:0.5rem;
		width: calc(100% - 6rem);
	 }
	 .about_qywh_3 .adver_box .list_box .txt_cont .tle{
	 	font-size:1.5rem;
	 	color:#333333;
	 	margin-bottom: 0.4rem;
	 }
	 .about_qywh_3 .adver_box .list_box .txt_cont .last{
	 	display: flex;
	 	align-items: center;
	 }
	 .about_qywh_3 .adver_box .list_box .txt_cont .last .li{
	 	display: flex;
	 	align-items: center;
	 	font-size:1.2rem;
	 	color:#333333;
	 }
	 .about_qywh_3 .adver_box .list_box .txt_cont .last .li img{
	 	width: 1.2rem;
	 	margin-right: 0.2rem;
	 }
	 .yrln_tis_content{
		 height: auto;
		 padding:4rem 0;
	 }
	 .yrln_tis_content .tis_title{
		 margin-bottom: 2rem;
	 }
	 .yrln_tis_content .tis_title h2{
		 font-size:2rem;
	 }
	 .yrln_tis_content .tis_title p{
		 font-size:1.4rem;
	 }
	 .yrln_tis_content .last_content_box{
		 display: none;
	 }
	 .phone_last_cont{
		 margin-bottom: 2rem;
	 }
	 .phone_last_cont .list_box{
		 width: 80%;
		 background: #fff;
		 margin:2rem auto;
		 box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	 }
	 .yrln_tis_content .list_box .tis_cont{
		 padding:3rem 2rem 2rem;
	 }
	 .yrln_tis_content .list_box .tis_cont .i{
     width: 4rem;
	 }
	 .yrln_tis_content .list_box .tis_cont .txt h2{
		 font-size:1.5rem;
		 font-weight: bold;
		 margin-bottom: 0.2rem;
	 }
	 .yrln_tis_content .list_box .tis_cont .txt p{
		 font-size:1.2rem;
	 }
	 .yrln_tis_content .list_box.active .bit_cont{
		 height: auto;
		 padding:1rem;
	 }
	 .yrln_tis_content .list_box .bit_cont .li{
		 font-size:1.2rem;
	 }
	 .phone_last_cont .swiper-button-prev{
     width: 1rem;
		 height: 1rem;
		 background: url(../i/yrln_pho_prev.png) no-repeat center;
		 background-size:cover;
	 }
	 .phone_last_cont .swiper-button-next{
			width: 1rem;
		 height: 1rem;
		 background: url(../i/yrln_pho_next.png) no-repeat center;
		 background-size:cover;
	 }
	 .yrln_bit_content{
		 padding-top: 2rem;
		 padding-bottom: 2rem;
	 }
	 .yrln_bit_content .tis_cont{
		 margin-bottom: 1rem;
	 }
	 .yrln_bit_content .tis_cont h2{
		 font-size:2.2rem;
		 margin-bottom: 1rem;
	 }
	 .yrln_bit_content .tis_cont .nav_box span{
		 width: 8rem;
		 height: 2.5rem;
		 font-size:1.2rem;
	 }
	 .yrln_bit_content .bit_content_box{
		 margin-top: 2rem;
	 }
	 .yrln_bit_content .cont_box .txt{
		 margin-bottom: 1.5rem;
	 }
	 .yrln_bit_content .cont_box .txt h2{
		 font-size:1.5rem;
		 margin-bottom: 0.4rem;
	 }
	 .yrln_bit_content .cont_box .txt p{
		 font-size:1.2rem;
	 }
	 .yrln_bit_baner{
		 padding-bottom: 3rem;
	 }
	 .yrln_bit_baner .i{
		 height: 10rem;
	 }
	 .yrln_bit_baner p{
		 font-size:1.2rem;
	 }
	 .yrln_bit_baner .swiper-pagination-bullet{
		 width: 1rem;
		 height: 1rem;
	 }
	 .yqly_content_box{
		 padding-top: 2rem;
	 }
	 .yqly_content_box .tis_cont_box .num_last{
		 margin-bottom: 1.2rem;
	 }
	 .yqly_content_box .tis_cont_box .num_last .li{
		 margin:0;
		 width: calc(100% / 3);
		 text-align: center;
	 }
	 .yqly_content_box .tis_cont_box .num_last .li .tli{
		 font-size:1.4rem;
		 color:#fc8200;
	 }
	 .yqly_content_box .tis_cont_box .num_last .li .num{
		 font-size:3rem;
	 }
	 .yqly_content_box .tis_cont_box .bit_txt{
		 width: 100%;
		 font-size:1.2rem;
	 }
	 .ywly_detail_content{
		 display: none;
	 }
	 .ywyl_detail_phone_content{
		 margin:2rem auto;
	 }
	 .ywyl_detail_phone_content .nav_box{
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 margin-bottom: 2rem;
		 padding-top:20px;
	 }
	 .ywyl_detail_phone_content .nav_box .li{
		 padding:0.4rem 0.8rem;
		 border:1px solid #bfbfbf;
		 border-radius: 100px;
		 margin:0 0.6rem;
		 font-size:1.2rem;
		 color:#333333;
		 position: relative;
	 }
	 .ywyl_detail_phone_content .nav_box .li::after{
		 content: "";
		 display: none;
		 width:0;
		 height: 0;
		 border-top:0.6rem solid #204794;
		 border-left:0.6rem solid transparent;
		 border-right:0.6rem solid transparent;
		 position: absolute;
		 bottom:-0.6rem;
		 left:50%;
		 transform: translateX(-50%);
	 }
	 .ywyl_detail_phone_content .nav_box .li:hover{
		 background: #204794;
		 border:1px solid #204794;
		 color:#fff;
	 }
	 .ywyl_detail_phone_content .nav_box .li.hover{
		 background: #204794;
		 border:1px solid #204794;
		 color:#fff;
	 }
	 .ywyl_detail_phone_content .nav_box .li.hover::after{
		 display: block;
	 }
	 .ywyl_detail_phone_content .content_box{
		 padding:2rem 1rem 3rem;
		 background-color: #f3f3f3;
	 }
	 .ywyl_detail_phone_content .content_box .cont_box{

	 }
	 .ywyl_detail_phone_content .cont_box .i{
		 width: 100%;
		 margin:0 auto 1rem;
		 display:block;
		 overflow:hidden;
	 }
	 .ywyl_detail_phone_content .cont_box .detail_l_img{
		 width: 100%;
	 }
	 .ywyl_detail_phone_content .cont_box .i img{
		 display: block;
		 width: 100%;
	 }
	 .ywyl_detail_phone_content .cont_box .txt_cont{
		width: 100%;
		padding:0.8rem 0;
	 }
	 .ywyl_detail_phone_content .cont_box .txt_cont h2{
     font-size:1.5rem;
		 color:#244896;
		 margin-bottom: 0.9rem;
		 font-weight:bold;
	 }
	 .ywyl_detail_phone_content .cont_box .txt_cont .lis{
		 margin-bottom: 0.5rem;
	 }
	 .ywyl_detail_phone_content .cont_box .txt_cont .lis h3{
		 font-size:1.3rem;
		 font-weight: bold;
		 color:#353535;
		 margin-bottom: 0.6rem;
	 }
		.ywyl_detail_phone_content .cont_box .txt_cont .lis p {
			font-size: 1.2rem;
			color: #323232;
			padding:6px 0px;
		}
	 .ywly_dxxm_content .tis_cont .tle{
		 font-size:1.8rem;
		 margin-bottom: 1rem;
	 }
	 .ywly_dxxm_content .tis_cont .nav{
		 flex-wrap: wrap;
		 justify-content: flex-start;
	 }
	 .ywly_dxxm_content .tis_cont .nav span{
		 width: 4rem;
		 height: 2rem;
		 margin-right: 0.3rem;
		 font-size:1.2rem;
	 }
	 .ywly_dxxm_content .tis_cont .nav span:hover{
		 background-color: #204794;
	 }
	 .ywly_dxxm_content .tis_cont .nav span.hover{
		 background-color: #204794;
	 }
	 .ywly_dxxm_content .bit_content_box{
		 display: none;
	 }
	 .bit_phone_content_box{
		 display: flex;
		 flex-wrap: wrap;
	 }
	 .bit_phone_content_box .last_box{
		 display: none;
		 flex-wrap: wrap;
	 }
	 .bit_phone_content_box .list_box{
		 width: 49%;
		 margin-right: 2%;
		 margin-bottom: 1.3rem;
	 }
	 .bit_phone_content_box .list_box:nth-child(2n){
		 margin-right: 0;
	 }
	 .bit_phone_content_box .list_box .i{
		 display: block;
		 width: 100%;
		 height: 12rem;
	 }
	 .bit_phone_content_box .list_box .i img{
		 display: block;
		 width: 100%;
		 height: 100%;
	 }
	 .bit_phone_content_box .list_box .txt{
		 text-align: center;
		 padding:0.8rem 0;
	   font-size:1.2rem;
		 color:#646464;
	 }
	 .bit_phone_content_more{
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 width: 8rem;
		 height: 2.5rem;
		 border-radius: 100px;
		 border:1px solid #dfdfdf;
		 font-size:1.2rem;
		 color:#666666;
		 margin:2rem auto;
	 }
	 .news_content_box{
		 margin-top: 2rem;
	 }
	 .news_content_box .r_adver_box{
		 display: none;
	 }
	 .news_content_box .l_cont_box{
		 width: 100%;
	 }
	 .news_content_box .l_cont_box .tis_list{
		 display: none;
	 }
	 .news_content_box .news_last_box .list{
		 padding:1rem;
		 margin-bottom: 2rem;
	 }
	 .news_content_box .news_last_box .list .i{
		 width: 10rem;
		 height: 7rem;
	 }
	 .news_content_box .news_last_box .list .txt{
		 width: calc(100% - 10rem);
	 }
	 .news_content_box .news_last_box .list .txt .time{
		 font-size:1.2rem;
		 margin-bottom: 0.2rem;
	 }
	 .news_content_box .news_last_box .list .txt h2{
		 font-size:1.4rem;
		 overflow: hidden;
		 white-space: nowrap;
		 text-overflow: ellipsis;
		 margin-bottom: 0.4rem;
	 }
	 .news_content_box .news_last_box .list .txt p{
		 font-size:1.2rem;
		 line-height: 1.5rem;
	 }
	 .news_detail_content{
		 padding-top: 2rem;
	 }
	 .news_detail_txt .share_box{
		 display: none;
	 }
	 .news_detail_txt{
		 padding:2rem 1rem;
	 }
	 .news_detail_txt .tis_title .tle{
		 font-size:1.4rem;
		 margin-bottom: 0.8rem;
	 }
	 .news_detail_txt .tis_title .bit{
		 font-size:1.2rem;
		 padding:0.5rem 0;
		 border-bottom: 1px solid #ebebeb;
	 }
	 .news_detail_txt .txt_content{
		 padding:0.8rem 0;
	 }
	 .news_detail_txt .txt_content p{
		 font-size:1.3rem;
		 color:#333;
		 line-height: 2rem;
	 }
	 .news_detail_txt .return_btn{
		 width: 5rem;
		 margin:1rem auto;
	 }
	 .news_detail_content_bg{
		 padding-bottom: 2rem;
	 }
	 .news_detail_page{
		 flex-wrap: wrap;
		 padding:2rem 1rem;
	 }
	 .news_detail_page .li{
		 width: 100%;
	 }
	 .news_detail_page .li a{
		 width: 100%;
		 margin:1rem 0;
		 font-size:1.2rem;
	 }
	 .news_detail_page .li img{
		 display: none;
	 }
	 .news_detail_page .li:last-child{
		 justify-content: flex-start;
	 }
	 .news_detail_page .li:last-child a{
		 text-align: left;
	 }
	 .zbzx_content_box{
		 padding-top: 1rem;
		 padding-bottom: 1rem;
		 flex-wrap: wrap;
	 }
	 .zbzx_content_box .l_content_box{
		 width: 100%;
	 }
	 .zbzx_content_box .l_content_box .tis_cont{
		 font-size:1.3rem;
		 margin-bottom: 1rem;
	 }
	 .zbzx_content_box .l_content_box .tis_cont img{
		 width: 1.8rem;
	 }
	 .zbzx_content_box .l_content_box .tab_cont{
		 margin-bottom: 1rem;
	 }
	 .zbzx_content_box .l_content_box .tab_cont .dt{
		 width: 7rem;
	 }
	 .zbzx_content_box .l_content_box .tab_cont .dt img{
		 display: block;
		 width: 3rem;
		 margin:0 auto 1rem;
	 }
	 .zbzx_content_box .l_content_box .tab_cont .dt p{
		 font-size:1.4rem;
		 margin-top: 0.3rem;
	 }
	 .zbzx_content_box .l_content_box .tab_cont .dd{
		 width: calc(100% - 7rem);
	 }
	 .zbzx_content_box .l_content_box .tab_cont .dd .li{
		 padding:0 1rem;
		 height: 3.5rem;
		 font-size:1.2rem;
	 }
	 .zbzx_content_box .r_content_box{
		 width: 100%;
		 padding:1rem 1rem;
	 }
	 .zbzx_content_box .r_content_box .tis_title{
		 margin-bottom: 1.5rem;
	 }
	 .zbzx_content_box .r_content_box .tis_title h2{
		 font-size:1.6rem;
	 }
	 .zbzx_content_box .r_content_box .tis_title p{
		 font-size:1.2rem;
	 }
	 .zbzx_content_box .r_content_box .arr_box{
		 width: 2rem;
		 height: 2rem;
	 }
	 .zbzx_content_box .r_content_box .arr_box img{
		 width: 2.5rem;
		 right: -0.5rem;
	 }
	 .zbzx_content_box .r_content_box .arr_box:hover img{
		 right: -1.5rem;
	 }
	 .zbzx_content_box .r_content_box .last_cont .li{
		 display: flex;
		 justify-content: space-between;
		 align-items: center;
	 }
	 .zbzx_content_box .r_content_box .last_cont .li .tis{
		 font-size:1rem;
	 }
	 .zbzx_content_box .r_content_box .last_cont .li .txt{
		 padding-left:0;
	 }
	 .zbzx_content_box .r_content_box .last_cont .li .txt p{
		 font-size:1rem;
	 }
	 .zbzx_content_box .r_content_box .last_cont .li .txt p span{
		 margin-left:0.3rem;
	 }
	 .zzry_tis_last_phone{
		 padding:0;
	 }
	 .zzry_tis_last{
		 /*padding:2rem 0 4rem;
		 height: 16rem;*/
		 margin-bottom: 0;
	 }
	 .zzry_tis_last .swiper-slide-active .line_arr{
		 height: 4rem;
		 background-size: contain;
	 }

	 .zzry_tis_last .zzry_last_next,.zzry_tis_last .zzry_last_prev{
		 display: none;
	 }
	 .zzry_bit_cont{
		 background: #fff;
		 padding:2rem 0;
	 }
	 .zzry_bit_cont .last_cont .list{
		 width: 49%;
		 margin-right: 2% !important;
		 border:1px solid #d8d8d8;
		 margin-bottom: 1rem;
		 transition: all 0.6s;
	 }
	 .zzry_bit_cont .last_cont .list:nth-child(2n){
		 margin-right: 0 !important;
	 }
	 .zzry_bit_cont .last_cont .list .i{
		 padding:1rem 0;
	 }
	 .zzry_bit_cont .last_cont .list .i img{
		 max-width: 80%;
	 }
	 .zzry_bit_cont .last_cont .list:hover .i{
		 padding:1.5rem 0;
	 }
	 .zzry_bit_cont .last_cont .list .txt_cont{
		 padding:1rem;
	 }
	 .zzry_bit_cont .last_cont .list .txt_cont .tle .tl{
		 font-size:1.4rem;
	 }
	 .zzry_bit_cont .last_cont .list:hover .txt_cont{
		 padding:0.5rem 1rem;
	 }
	 .zzry_bit_cont .last_cont .list .txt_cont .bit{
		 font-size:1.2rem;
	 }
	 .zzry_bit_cont .last_cont .list:hover{
		 box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	 }
	 .pulic_page_content{
		 margin:1rem 0;
	 }
	 .pulic_page_content a{
		 width: 2rem;
		 height: 2rem;
		 font-size:1.2rem;
	 }
	 .zzry_tis_last .swiper-slide .disc{
		 width: 1.5rem;
		 height: 1.5rem;
	 }
	 .zzry_tis_last .swiper-slide .disc::after{
		 width: 1rem;
		 height: 1rem;
	 }
	 .zzry_tis_last .swiper-slide-active .disc::before{
		 width: 3rem;
		 height: 3rem;
	 }
	 .contact_cont_box .tis_content{
		 flex-wrap: wrap;
		 padding:1rem 0;
	 }
	 .contact_cont_box .tis_content .l_txt{
		 width: 100%;
	 }
	 .contact_cont_box .tis_content .l_txt h2{
		 font-size:1.8rem;
		 margin-bottom: 0.8rem;
		 font-weight: bold;
	 }
	 .contact_cont_box .tis_content .l_txt p{
		 font-size:1.2rem;
		 line-height: 2rem;
	 }
	 .contact_cont_box .tis_content .r_code{
		 width: 100%;
		 justify-content: space-between;
		 margin-top: 1rem;
	 }
	 .contact_cont_box .tis_content .r_code .li{
		 width: 40%;
		 margin:0;
	 }
	 .contact_cont_box .tis_content .r_code .li img{
		 width: 50%;
		 margin:0 auto 0.8rem;
	 }
	 .contact_cont_box .map_content{
		 flex-wrap: wrap;
		 margin-bottom: 1rem;
		 flex-wrap: wrap;
	 }
	 .contact_cont_box .map_content .l_map{
		 width: 100%;
	 }
	 .contact_cont_box .map_content .detail_last_box{
		 width: 100%;
	 }
	 .contact_cont_box .map_content .detail_last_box .list{
		 padding:1rem;
	 }
	 .contact_cont_box .map_content .detail_last_box .list .tle{
		 font-size:1.6rem;
		 margin-bottom: 0.2rem;
	 }
	 .contact_cont_box .map_content .detail_last_box .list .dl{
		 margin-bottom: 0.5rem;
		 padding-left:0.8rem;
	 }
	 .contact_cont_box .map_content .detail_last_box .list .dt{
		 font-size:1.2rem;
	 }
	 .contact_cont_box .map_content .detail_last_box .list .dd{
		 width: calc(100% - 3rem);
		 font-size:1.2rem;
	 }
	 .zzry_bg .cont_box .shut_btn{
		 width: 2rem;
		 height: 2rem;
		 right: -2rem;
		 top: -2rem;
	 }
	 .index_about_box .r_cont .pf_btn{
		 width: 4rem;
		 height: 4rem;
	 }
	 .video_dc_bg .video_cont{
		 width: 70%;
	 }
	 .video_dc_bg .video_cont .shut_btn{
		 width: 2rem;
		 height: 2rem;
		 top: -3rem;
		 right: -3rem;
	 }
	 .tis_navi_content{
		 padding:2rem 0;
		 flex-wrap: wrap;
	 }
	 .tis_navi_content .nav{
		 width: 100%;
	 }
	 .tis_navi_content .nav a{
		 padding:0.4rem 0.8rem;
		 margin-bottom: 0.6rem;
		 font-size:1.2rem;
	 }
	 .tis_navi_content .search_box{
		 width: 100%;
	 }
	 .tis_navi_content .search_box input{
		 width: 80%;
		 height: 3rem;
		 font-size:1.2rem;
	 }
	 .tis_navi_content .search_box .search_btn{
		 width: 18%;
		 height: 3rem;
		 font-size:1.2rem;
		 border-radius: 4px;
	 }
	 .xmzs_last_content .list_box{
		 width: 49%;
		 margin-right: 2% !important;
		 margin-bottom: 1rem;
	 }
	 .xmzs_last_content .list_box:nth-child(2n){
		 margin-right: 0% !important;
	 }
	 .xmzs_last_content .list_box .txt{
		 padding:1rem;
	 }
	 .xmzs_last_content .list_box .txt h2{
		 font-size:1.6rem;
		 overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
	 }
	 .xmzs_last_content .list_box .txt p{
		 font-size:1.2rem;
	 }
	 .xmzs_last_content .list_box .txt .more_btn{
		 font-size:1.4rem;
		 margin-top: 0.5rem;
	 }
	 .xmzx_dc_content{
	 		 width: 90%;
	 		 padding:1rem;
	 		 left:5%;
	 		 flex-wrap: wrap;
			 border-radius: 4px;
			 top: 0;
			 transform: translateY(0);
	 	 }
	 	 .xmzx_dc_content .shut_btn{
	 		 right: 0;
	 		 top: 0;
	 		 width: 2rem;
	 		 height: 2rem;
	 		 z-index: 2;
	 		 border-radius: 4px;
			 background: rgba(0,0,0,0.5);
	 	 }
	 	 .xmzx_dc_content .shut_btn img{
	 		 width: 1rem;

	 	 }
	 	 .xmzx_dc_content .l_cont{
	 		 width: 100%;
	 	 }
		 .xmzx_dc_content .xmzx_dc_big{
			 height: 13rem;
		 }
		 .xmzx_dc_content .xmzx_dc_big img{
			 display: block;
			 width: 100%;
			 height: 100%;
		 }
	 	 .xmzx_dc_content .r_cont{
	 		 width: 100%;
	 	 }
	 	 .xmzx_dc_content .r_cont .tle{
	 		 margin-top:0.2rem;
	 		 padding:0.4rem 0;
	 		 font-size:1.8rem;
	 	 }
	 	 .xmzx_dc_content .r_cont .txt_cont .txt{
	 		 padding-top: 0rem;
	 		 height: 8rem;
	 		 overflow-y: scroll;
			 font-size:1.2rem;
			 line-height: 2rem;

	 	 }
	 	 .xmzx_dc_content .r_cont .bit_more .btn{
	 		 width: 8rem;
	 		 height: 3rem;
	 		 font-size:1.2rem;
	 	 }
		 .xmzx_dc_content .r_cont .tis_deta{
			 margin-top: 0.5rem;
			 margin-bottom:0.4rem;
		 }
		 .xmzx_dc_content .r_cont .tis_deta p{
			 font-size:1.4rem;
			 margin-bottom: 0.2rem;
		 }
		 .xmzx_dc_content .r_cont .txt_cont{
			 margin:0.5rem 0;
		 }
		 .xmzx_dc_content .r_cont .txt_cont .tis_t{
			 font-size:1.6rem;
			 margin-bottom:0.4rem;
		 }
		 .xmzx_dc_content .r_cont .bit_more{
			 margin-top: 1rem;
		 }
		 .xmzs_last_content .list_box .i .detail_box .cont{
			 line-height: 1.1rem;
       font-size: 1rem;
		 }
		 .zzry_bg .cont_box{
			 max-width: 80%;
		 }
}

