.ibanner {
	position:relative;
	height:100%;
	width: 100%;
	overflow: hidden;
}
.ibanner .swiper-container {
	width: 100%;
	height: 100%;
}
.ibanner .swiper-slide {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	text-align: center;/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position:relative;
	background-color: #000;
	transform: scale(1.5);
}
.ibanner .swiper-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transform: scale(1.5);
	opacity: 0;
	transition: all 0s;
}
.ibanner .swiper-slide-active .swiper-img {
	transform: scale(1);
	opacity: 1;
	transition: all 4s;
}
.ibanner .swiper-container-horizontal > .swiper-scrollbar {
	width:272px;
	left:251px;
	bottom:30%;
}
.ibanner .swiper-scrollbar-drag {
	background:#1b85e7;
}
.ibanner .swiper-pagination {
	left:0;
	bottom: 80px;
	line-height: 36px;
	position: absolute;
	text-align: center;
	width: 100%;
	color: #fff;
}
.ibanner .swiper-pagination-bullet {
	background: #a0a0a0;
	opacity: 1;
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 10px!important;
}
.ibanner .swiper-pagination-bullet::before {
content: "";
display: block;
position: absolute;
width: 16px;
height: 16px;
border-radius: 16px;
border: 1px solid #fff;
top: -4px;
left: -4px;
transform: scale(0);
}
.ibanner .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}
.ibanner .swiper-pagination-bullet-active::before {
transform: scale(1);
}
.ibanner .swiper-pagination span {
	font-size: 14px;
	color: #fff;
}
.ibanner .swiper-button-next, .ibanner .swiper-button-prev {
	background: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	border: 2px solid #fff;
	opacity: 1;
	margin-top: -25px;
	text-align: center;
	top: 50%;
}
.ibanner .swiper-button-next i, .ibanner .swiper-button-prev i {
	color: #fff;
	font-size: 24px;
	opacity: 1;
}
.ibanner .swiper-button-prev {
	left: 3%;
}
.ibanner .swiper-button-next {
	right: 3%;
}
.ibanner .swiper-button-next:hover, .ibanner .swiper-button-prev:hover {
	background-color: #fff;
}
.ibanner .swiper-button-next:hover i, .ibanner .swiper-button-prev:hover i {
	color: #f3910b;
	opacity: 1;
}
.ibanner .bH {
	height: 100%;
	position: relative;
	width: 85%;
	align-items: center;
}
.ibanner .bfont {
	color: #fff;
	text-align: center;
}
.ibanner .bstyle1 {
	align-items: flex-start;
}
.ibanner .bstyle1 .bfont {width:60%;background:rgba(0,0,0,0.5);}
.ibanner .bimg {
	display: block;
	transform: translateY(100px);
	opacity: 0;
}
.ibanner .binfo {
	font-size:4.2rem;
	margin-top:3rem;
	transform: translateY(200px);
	opacity: 0;
	font-weight: bold;
}
.ibanner .binfo font {color: #ff9700;}
.ibanner .binfo2 {
	font-size: 3rem;
	transform: translateY(100px);
	opacity: 0;
}
.ibanner .bimg1 {
	position: absolute;
	right: 0;
	bottom: -100px;
	width: 50%;
	opacity: 0;
}
.ibanner .brow {
	text-align: center;
	transform: translateY(100px);
	opacity: 0;
}
.ibanner .brow span {
	display: inline-block;
	border: 1px solid #ffffff;
	color: #ff9700;background:rgba(255,255,255,1.0);
	font-size:22px; line-height:50px;
	border-radius:5px;
	text-align: center; padding-left:10px; padding-right:10px;
	height:50px;
	text-align: center;
	margin:0 2%;
}
.ibanner .bmore {
	transform: translateY(100px);
	opacity: 0;
	margin-top:4rem; margin-bottom:4rem;
}
.ibanner .bmore a {
	display: inline-block;
	height: 55px;
	color: #fff;
	line-height: 55px;
	width: 180px; font-size:22px;
	text-align: center;
	background-color: #ff9700;
	margin: 0 5px;border-radius:40px;
}
.ibanner .bmore a i {
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
}
.ibanner .bmore a:hover {
	border-radius:40px;background-color: #333;
	transition: all 0.4s;
}
.ibanner .bfont2 {
	color: #333;
}
.ibanner .swiper-slide-active .bimg {
	transform: translateY(0);
	opacity: 1;
	transition: all 2s ease 0.6s;
}
.ibanner .swiper-slide-active .bimg1 {
	bottom: 0;
	opacity: 1;
transition: all 2s ease .1s;
}
.ibanner .swiper-slide-active .binfo {
	transform: translateY(0);
	opacity: 1;
	transition: all 2s ease;
}
.ibanner .swiper-slide-active .binfo2 {
	transform: translateY(0);
	opacity: 1;
transition: all 2s ease .3s;
}
.ibanner .swiper-slide-active .brow {
	transform: translateY(0);
	opacity: 1;
transition: all 2s ease .6s;
}
.ibanner .swiper-slide-active .bmore {
	transform: translateY(0);
	opacity: 1;
	transition: all 2s ease 0.9s;
}
.ljzx{height: 244px;background: url(../img/ljzxbg1.jpg) no-repeat center top;}
.ljzx .p1 {
	position: absolute;
	left: 0;
	top:45px;
	color: #fff;
	z-index:2;
}
.ljzx .p1 b {
	display: block;
	font-size:32px;
	margin-bottom:4px;
}
.ljzx .p1 span {
	display: block;
	font-size:26px;line-height:38px;
}
.ljzx .p1 i {
	display: block;
	font-size: 18px; 
	font-weight:lighter;
}
.ljzx .p2 {
	position: absolute;
	right:30px;
	top: 40px;
	padding-left: 70px;
	background: url(../img/zxzxtel.png) no-repeat left center;
	color: #fff;
}
.ljzx .p2 i {
	display: block;
	font-size: 22px;
}
.ljzx .p2 span {
	display: block;
	font-size: 32px; line-height:40px;
	font-weight: bold;
}
.ljzx .p3 {
	position: absolute;
	right: 30px;
	width:220px;
	height: 45px;
	line-height: 45px;
	background: #fd9b01;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-radius:15px;
	top: 135px;
}
.ljzx .p3 a {
	display: block;
	color: #fff;
}
.ibk_bg1 {
	background: url(../img/ibg_k1.jpg) no-repeat 0 center;
	background-size: cover;
	padding: 6rem 0 0;
	background-attachment: fixed;
	position: relative;
	z-index: 3;
}
.ibk_bg1 .swiper-container {
	overflow: visible;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.ibk_bg1 .swiper-button-next, .ibk_bg1 .swiper-button-prev {
	background: rgba(255, 255, 255, 0.5);
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 55px;
	border: 0;
	opacity: 1;
	margin: auto 0;
	text-align: center;
	top: inherit;
	bottom: 0;
	top: 0;
	z-index: 1000;
}
.ibk_bg1 .swiper-button-next i, .ibk_bg1 .swiper-button-prev i {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.ibk_bg1 .swiper-button-prev {
	left: -10%;
}
.ibk_bg1 .swiper-button-next {
	right: -10%;
}
.ibk_bg1 .swiper-button-next:hover, .ibk_bg1 .swiper-button-prev:hover {
	background-color: #c62259;
	color: #fff;
}
.ibk_bg1 .swiper-button-next:hover i, .ibk_bg1 .swiper-button-prev:hover i {
	color: #fff;
}
.iblock-1 {
	position: relative;
	text-align: center;
	padding: 6rem 4% 6rem;
	overflow: hidden;
	margin-bottom: 0px;
}
.iblock-1 i {
	display: block;
	background-color: #0d79d2;
	color: #fff;
	font-size: 6rem;
	text-align: center;
	width: 113px;
	height: 113px;
	border-radius: 100%;
	line-height: 113px;
	margin: 0 auto;
	position: relative;
}
.iblock-1 i::after {
content: "";
position: absolute;
display: block;
width: 145px;
height: 145px;
border-radius: 100%;
border: 2px dashed #0d79d2;
top: -18px;
left: -19px;
}
.iblock-1 i span {
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #0d79d2;
	right: 0;
	bottom: -1px;
}
.ibk_bg1 .span-3:nth-child(2) .iblock-1 i span {
left: -20px;
top: 30px;
}
.ibk_bg1 .span-3:nth-child(3) .iblock-1 i span {
left: 26px;
top: -18px;
}
.ibk_bg1 .span-3:nth-child(4) .iblock-1 i span {
right: -20px;
top: 30px;
}
.iblock-1 .btit {
	display: block;
	margin-top: 5rem;
	font-size: 2.4rem;
}
.iblock-1 p {
	color: #717171;
}
.iblock-1 em {
	font-style: normal;
	font-size:6rem;
	color: #ff9700;
	font-family: "arial black";
	position: absolute;
	bottom:6rem;
	line-height: 6rem;
	left: 0;
	display: block;
	width: 100%;
	opacity: 0;
	transition: all 0.3s;
}
.iblock-11:hover {
	background: url(../img/bk_hover.png) no-repeat 0 0 #0d79d2;
	color: #fff;
}
.iblock-1:hover em {
	opacity: 0.2;
	bottom:8rem;
	transition: all 0.3s;
}
.iblock-1:hover i, .iblock-1:hover i span {
	background-color: #ff9700;
}
.iblock-1:hover i::after {
border-color: #ff9700;
}
.iblock-11:hover p {
	color: #a6d0f3;
}
.ibk_bg2 {
	background:url(../img/ibg_k2.jpg) no-repeat 0 0;
	background-size: 100% auto;
	padding:6rem 0 5rem;
}
.ibk_bg2 .swiper-container{ padding-bottom:60px;}
.ibk_bg2 .swiper-pagination{ height: 35px; bottom: 0;text-align: center;}
.ibk_bg2 .swiper-pagination .swiper-pagination-bullet{ background-color: #c6c6c6; opacity: 1; width: 8px;  height: 8px; border-radius: 8px; position: relative; margin: 0 15px; display: inline-block; position: relative;}
.ibk_bg2 .swiper-pagination .swiper-pagination-bullet::after{ content: ""; position: absolute; width:26px; height: 26px; border-radius: 26px; border: 2px solid #f0863b; top:-11px; left: -12px; opacity: 0; transform: scale(0);}
.ibk_bg2 .swiper-pagination .swiper-pagination-bullet-active::after{ opacity: 1;transform: scale(1);}
.ibk_bg2 .swiper-pagination .swiper-pagination-bullet-active{ background-color: #f0863b;}
.iblock-p {
	background: url(../img/ipro1.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	padding:1.4rem 32% 1.6rem 2.0rem;
	color: #fff;
	position: relative;
	overflow:hidden;border-radius:5px;
}
.ibk-p1 {
	background-image: url(../img/ipro2.jpg);
	overflow:hidden;
	padding-right:42%; margin-bottom:20px;
}
.ibk-p0 {
	background-image: url(../img/ipro3.jpg);
	overflow:hidden;
	padding-right:42%;margin-bottom:20px;
}
.iblock-p span {
	display: block;
	font-size: 3.2rem;
}
.iblock-p p {
	color: #dcdcdc;
	font-size: 15px;
	line-height:26px;
	margin: 0px 0;
}
.iblock-p .bkp-cate {margin-top:1.5rem;}
.iblock-p .bkp-cate a {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	text-align:center;
	border: 1px solid #6e6e6e;
	line-height: 36px;
	width:18%;box-sizing:border-box;
	margin-right:2%;
	margin-bottom: 15px;
	border-radius: 36px;
}
.iblock-p .bkp-cate a:hover {
	background-color: #256bd5;
	border-color: #256bd5;
}
.ibk-p1 .bkp-cate a {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	border: 1px solid #fff;
	line-height: 36px;
	padding: 0 4%;
	margin-right: 2%;
	margin-bottom: 10px;
	border-radius: 36px;
}
.ibk-p1 .bkp-cate a:hover {
	background-color: #256bd5;
	border-color: #256bd5;
}
.iblock-p .bimg {
    position:absolute;
	top:0;
	right: 0;
	width:30%;
}
.iblock-p .bimg img {width:100%;border-top-right-radius:5px;border-bottom-right-radius:5px;}
.ibk-p0 p {
	color: #fff;
	width:100%;
}
.ibk-p0 .bimg {
	right: 0;
	width: 40%;overflow:hidden;
}
.ibk-p0 a.imore {
	color: #fff;
	border-color: #fff;
}
.ibk-p0 a.imore:hover {
	background-color: #fff;
	color: #ff9700;
	border-color: #fff;
}
.ibk-p1 p {
	color: #fff;
	width:100%;
}
.ibk-p1 .bimg {
	right: 0;
	width: 40%;
	overflow:hidden;
}
.ibk-p1 a.imore {
	color: #fff;
	border-color: #fff;
}
.ibk-p1 a.imore:hover {
	background-color: #fff;
	color: #ff9700;
	border-color: #fff;
}
.ibk-p3 p {
	color: #fff;
	width: 52%;
}
.ibk-p3 a.imore {
	color: #fff;
	border-color: #fff;
}
.ibk-p3 a.imore:hover {
	background-color: #fff;
	color: #ff9700;
	border-color: #fff;
}
.ibk-p3 .bimg {
	right: 3%;
	text-align: right;
}
.ibk_bg3 {
	background: url(../img/hy_bg1.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	transition: all 0.5s;
}
.ibk_bg3 .wrap {
	height: 828px;
	box-sizing: border-box;
	padding-top: 10rem;
}
.ibk_bg3 .box-title span {
	color: #fff;
}
.ibk_bg3 .box-title i {
	opacity: 0.3;
}
.ibk_bg3 .block-4 {
	height: 138px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.ibk_bg3 .block-4:after, .ibk_bg3 .block-4:before {
	content: "";
	display: block;
	height: 100%;
	width: 20%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	z-index: 3;
}
.ibk_bg3 .block-4:before {
	left: -20%;
}
.ibk_bg3 .block-4:after {
	right:-19.7%;
}
.ibk_bg3 .block-4 .brow {
	width: 16.5%;
	float: left;
	position: relative;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.ibk_bg3 .block-4 .ahover {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 10;
	text-align: center;
	box-sizing: border-box;
	transition: all 1s;
}
.ibk_bg3 .block-4 .brow:nth-child(1) {
border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.ibk_bg3 .block-4 .ahover:before {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	height: 138px;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	transition: all 1s;
}
.ibk_bg3 .block-4 .ahover:after {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	height: 0;
	background: #0d79d2;
	background-size:cover;
	bottom: 0;
	transition: all 0.6s;
	z-index: 1;
}
.ibk_bg3 .block-4 .ahover .btit {
	position: absolute;
	bottom: -30px;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	z-index: 2;
}
.ibk_bg3 .block-4 .ahover .btit .iconfont {
	font-size: 4.5rem;
	color: #fff;
	line-height: 5rem;
}
.ibk_bg3 .block-4 .ahover .btit span {
	display: block;
	font-size: 18px;
	color: #fff;
}
.ibk_bg3 .block-4 .ahover .binfo {
	position: absolute;
	bottom: -250px;
	width: 100%;
	height: 250px;
	color: #fff;
	transition: all 0.5s;
	z-index: 2;
}
.ibk_bg3 .block-4 .ahover .binfo p {
	padding: 0 3rem;
	text-align: left;
	color: #bddef9;
	font-size: 15px;
	line-height: 26px;
	-webkit-line-clamp: 3;
}
.ibk_bg3 .block-4 .ahover .binfo a {
	display: inline-block;
	background-color: #ff9700;
	line-height: 36px;
	width: 60%;
	text-align: center;
	font-size: 15px;
	margin-top: 3rem;
	color: #fff;
}
.ibk_bg3 .block-4 .ahover .binfo a:hover {
	background-color: #fff;
	color: #ff9700;
}
.ibk_bg3 .block-4 .ahover:hover {
	height: 375px;
	transition: all 0.3s;
}
.ibk_bg3 .block-4 .ahover:hover::after {
height: 375px;
transition: all 0.3s;
}
.ibk_bg3 .block-4 .ahover.ahover:hover .btit {
	bottom: -45px;
	transition: all 1.2s;
}
.ibk_bg3 .block-4 .ahover:hover .binfo {
	bottom: -35px;
	transition: all 1s;
}
.ibk_bg3 .block-4 .ahover:hover .btit .iconfont {
	color: #fff;
}
.ibk_bg3 .block-4 .ahover:hover .btit span, .ibk_bg3 .block-4 a:hover .btit .s-en {
	color: #fff;
}
.ibk_bg4 {
	background: url(../img/ibg_k3.jpg) no-repeat center bottom #f8f8f8;
	padding: 5rem 0 5rem;
	background-size: cover;
	background-attachment: fixed;
}
.iblock-2 {
	padding-right: 5%;
}
.iblock-2 .ien {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #1f87dc;
	background-color: #d3e9fb;
	line-height: 33px;
	border-radius: 3px;
	text-align: center;
	width: 130px;
	text-transform: uppercase;
}
.iblock-2 .itit {
	display: block;
	font-size: 3.2rem;
	color: #28314b;
	line-height: 5rem;
	margin: 2rem 0;
}
.iblock-2 .icont {
	color: #4e515b;
}
.iblock-2 a {
	display: block;
	line-height: 55px;
	width: 170px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	background-color: #0d79d2;
}
.iblock-2 a i {
	margin-left: 10px;
}
.iblock-2 a:hover {
	border-radius: 55px;
}
.about-num .brow {
	display: flex;
	align-items: center;
}
.about-num .brow .iconfont {
	font-size: 6rem;
	color: #0d79d2;
	line-height: 5rem;
	display: block;
	position: relative;
	margin-right: 2rem;
}
.about-num .brow .iconfont::before {
position: relative;
z-index: 2;
}
.about-num .brow .iconfont::after {
content: "";
width: 22px;
height: 22px;
border-radius: 22px;
display: block;
position: absolute;
top: 8px;
right: -3px;
background: linear-gradient(223deg, rgba(215, 237, 253) 0, rgba(255, 255, 255, 0.5) 70%);
}
.about-num .span-4:nth-child(2) .brow .iconfont::after {
right: auto;
left: -8px;
top: auto;
bottom: -8px;
}
.about-num .span-4:nth-child(3) .brow .iconfont::after {
right: -5px;
top: auto;
bottom: -5px;
}
.about-num .brow span {
	font-size: 3rem;
	font-weight: bold;
	color: #ff9700;
	line-height: 26px;
	font-family: arial;
}
.about-num .brow span i {
	font-weight: normal;
	color: #4e515b;
	font-size: 16px;
}
.about-num .brow p {
	color: #4e515b;
}
.brow-img {position: relative; overflow:hidden;}
.brow-img::before {
content: "";
background: url(../img/idot_bg.jpg) no-repeat center center;
background-size: cover;
width: 123px;
height: 163px;
display: block;
position: absolute;
top: -90px;
right: 0;
}
.brow-img .bimg2 {
	position: absolute;
	bottom:0px;
	background-color: #fff;
	padding:1rem;
	right: 6%;
	z-index: 4;
}
.brow-img .bimg {
	width: 48.5%;
	float: left;
}
.brow-img .btel {
	background: url(../img/about_bg.jpg) no-repeat center center;
	background-size: cover;
	height:290px;
	width: 41%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding:8% 2rem 0;
	color: #fff;
	position: relative;
	z-index: 2;
	margin-left: 2%;
}
.brow-img .btel i {
	font-size: 6rem;
	display: block;
	line-height: 6rem;
}
.brow-img .btel span {
	color: #feeed9;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}
.brow-img .btel em {
	display: block;
	font-size: 3rem;
	font-family: arial;
	font-weight: bold;
}
.ibk_bg5 {
	background-color: #2d2d2d;
	padding: 8rem 0;
}
.ibk_bg5 .box-title span {
	color: #fff;
}
.ibk_bg5 .box-title i {
	opacity: 0.1;
}
.ibk_bg5 .swiper-button-next, .ibk_bg5 .swiper-button-prev {
	background: rgba(255, 255, 255, 0.5);
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 0;
	border: 0;
	opacity: 1;
	margin-top: 25px;
	text-align: center;
	top: 50%;
	z-index: 1000;
}
.ibk_bg5 .swiper-button-next i, .ibk_bg5 .swiper-button-prev i {
	color: #fff;
	font-size: 18px;
}
.ibk_bg5 .swiper-button-prev {
	left: -70px;
}
.ibk_bg5 .swiper-button-next {
	right: -70px;
}
.ibk_bg5 .swiper-button-next:hover, .ibk_bg5 .swiper-button-prev:hover {
	background-color: #ff9700;
	color: #fff;
}
.ibk_bg5 .swiper-button-next:hover i, .ibk_bg5 .swiper-button-prev:hover i {
	color: #fff;
}
.ibk_bg8 .span-3 {
	width:23%;
}
.ibk_bg8 .span-6 {
	width:48%;
	margin-right:0;
}
.news-box {
	margin-bottom: 0;
}
.news-box a {
	display: block;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.news-box .icon {
}
.news-box .icon img {
	width: 100%;
}
.news-box .ninfo {
	padding: 20rem 3rem 3rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: linear-gradient(360deg, rgba(60, 179, 113) 0, rgba(60, 179, 113, 0) 90%);
}
.news-box span {
	color: #fff;
	display:block;
	font-size: 14px;
	vertical-align: middle;
}
.news-box span i {
	font-size: 20px;
	margin-left: 5px;
	vertical-align: middle;
}
.news-box h3 {
	text-align: left;
	font-size: 18px;
	padding: 0;
	margin: 5px 0 10px;
	line-height: 36px;
	color: #fff;
}
.news-box a:hover span, .news-box a:hover h3, .news-box a:hover p, .news-box a:hover i {
	color: #fff;
}
.news-box2 {
	margin-bottom: 0;
}
.news-box2 a {
	position: relative;
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 5px;
	padding:1.5rem;
	display: block;
	overflow: hidden;
}
.news-box2 .icon {
	background-color: #efefef;
	object-fit: cover;
	overflow: hidden;
}
.news-box2 .icon img {
	width: 100%;
	height: 100%;
}
.news-box2 .ninfo {
	text-align: left;
}
.news-box2 .date {
	color: #5e5e5e;
	font-size:18px;
	margin: 0 0 10px;
}
.news-box2 h3 {
	font-size: 20px;
	text-align: left;
	padding: 0;
	line-height: 36px;
}
.news-box2 p {
	font-size:14px;
	color: #5e5e5e;
	line-height: 28px;
	margin: 1.0rem 0
}
.news-box2 span {
	display: block;
	vertical-align: middle;
	font-size: 14px;
	color: #797979;
	margin-bottom:1rem;
}
.news-box2 span i {
	color: #1e73d0;
	font-size: 20px;
	vertical-align: middle;
	margin-left: 5px;
}
.news-box2 a:hover img {
	transform: scale(1.2);
	transition: all 0.6s;
}
.news-box3 {
	padding:1.0rem;
	background-color: #fff;
	margin-bottom:2.0rem;
	border: 1px solid #ededed;
	border-radius: 5px;
}
.news-box3 .fl {
	width:75px;
	text-align: center;
}
.news-box3 .fr {
	float: none;
	margin-left:100px;
}
.news-box3 .data {
	border-right: 1px solid #ededed;
}
.news-box3 .data span {
	font-size: 4rem;
	display: block;
	line-height: 4rem;
	color: #1e73d0;
	font-family: arial;
	font-weight: bold;
}
.news-box3 .data i {
	display: block;
	color: #5e5e5e;
	font-size: 14px;
}
.news-box3 h3 {
	text-align: left;
	font-size: 20px;
	padding: 0;
	line-height: 30px;
}
.news-box3 p {
	color: #797979;
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0;
}
.news-box3 a.nmore {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #797979;
}
.news-box3 a.nmore i {
	color: #1e73d0;
	font-size: 20px;
	vertical-align: middle;
	margin-left: 5px;
}
.news-box4 {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ededed;
}
.news-box4 .icon {
	height: 270px;
}
.news-box4 .icon img {
	max-width: initial;
	max-height:inherit;
	height: 100%;
}
.news-box4 .data {
	text-align: center;
	font-weight: bold;
	font-family: arial;
	line-height: 30px;
	padding-top: 4rem;
}
.news-box4 .data span {
	font-size: 3.6rem;
	color: #000000;
}
.news-box4 .data em {
	font-style: normal;
	color: #5e5e5e;
	font-size: 14px;
	display: block;
}
.news-box4 .ntit h3 {
	text-align: left;
	font-size: 20px;
	padding: 0;
}
.news-box4 .ntit p {
	color: #797979;
	font-size: 14px;
	margin: 2rem 0;
}
.news-box4 .ntit span {
	display: block;
	vertical-align: middle;
	font-size: 14px;
	color: #797979;
}
.news-box4 .ntit span i {
	color: #1e73d0;
	font-size: 20px;
	vertical-align: middle;
	margin-left: 5px;
}
.news-box4 a:hover .ntit h3 {
	color: #1e73d0;
}
.news-box4 a:hover .ntit span {
	color: #1e73d0;
}
a.imore {
	display: inline-block;
	color: #ff9700;
	font-size:18px;
	padding: 0 2px;
	line-height:40px;
	border-bottom:1px solid #ff9700;
}
a.imore:hover {
	color: #fff;
	border-color: #ff9700;
	background-color: #ff9700;
	padding: 0 20px;
}
.ibk_bg6 {
	background: url(../img/ibg_k4.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 9rem 0;
}
.ibk_bg6::before {
content: "让客户满意";
font-size: 4.6rem;
color: #f5f5f5;
width: 4.6rem;
line-height: 5rem;
display: block;
position: absolute;
top: 10px;
left: 9%;
}
.ibk_bg6::after {
content: "让客户感动";
font-size: 4.6rem;
color: #f5f5f5;
width: 4.6rem;
line-height: 5rem;
display: block;
position: absolute;
bottom: 20px;
right: 4.5%;
}
.iblock-3 {
	background: url(../img/bk_hover.png) no-repeat 0 0 #0d79d2;
	padding: 5rem 8%;
	color: #fff;
	background-size: 100% auto;
	margin-left: 15%;
	margin-right: 10%;
}
.iblock-3 span {
	font-size: 3rem;
	color: #ffc000;
	font-weight: bold;
}
.iblock-3 p {
	line-height: 36px;
}
.iblock-3 .brow .fl {
	margin-right: 20%;
}
.iblock-3 .brow .fl:nth-child(2) {
margin-right: 0;
}
.iblock-3 .brow span {
	font-size: 4.8rem;
	font-weight: bold;
	font-family: arial;
	line-height: 5rem;
}
.iblock-3 .brow i {
	font-size: 2.4rem;
	color: #ffc000;
	font-weight: bold;
	font-family: arial;
}
.iblock-4 {
	position: relative;
	height: 550px;
}
.iblock-4 .bimg {
	position: absolute;
	left: 0;
}
.iblock-4 .bimg:nth-child(1) {
top: 30%;
}
.iblock-4 .bimg:nth-child(2) {
top: 45%;
left: 3%;
}
.iblock-4 .bimg:nth-child(3) {
top: 15%;
left: 15%;
}
.iblock-4 .bimg:nth-child(4) {
top: 35%;
left: 23%;
}
.iblock-4 .bimg:nth-child(5) {
top: 55%;
left: 30%;
}
.iblock-4 .bimg:nth-child(6) {
top: 2%;
left: 35%;
}
.iblock-4 .bimg:nth-child(7) {
top: 18%;
left: 45%;
}
.iblock-4 .bimg:nth-child(8) {
top: 40%;
left: 47%;
}
.iblock-4 .bimg:nth-child(9) {
top: 60%;
left: 55%;
}
.iblock-4 .bimg:nth-child(10) {
top: -60px;
left: 55%;
}
.iblock-4 .bimg:nth-child(11) {
top: 5%;
left: 68%;
}
.iblock-4 .bimg:nth-child(12) {
top: 25%;
left: 73%;
}
.iblock-4 .bimg:nth-child(13) {
top: 43%;
left: 74%;
}
.iblock-4 .bimg:nth-child(14) {
top: 55%;
left: 82%;
}
.iblock-4 .bimg:nth-child(15) {
top: 70%;
left: 73%;
}
.iblock-4 .bimg:nth-child(16) {
top: -65px;
left: 80%;
}
.iblock-4 .bimg:nth-child(17) {
top: 4%;
left: 88%;
}
.ibk_bg8 {
	background: url(../img/nbk_bg3.jpg) no-repeat center bottom;
	background-size: auto 100%;
	padding:6rem 0;
	text-align: center;
}
.ibk_bg7 {
	background: url(../img/ibg_k5.jpg) no-repeat center bottom;
	background-size: auto 100%;
	padding:5rem 0;
	background-attachment: fixed;
	text-align: center;
	color: #fff;
}
.ibk_bg7 .btit span {
	font-size: 5rem;
	line-height: 5rem;
}
.ibk_bg7 .btit span::before {
content: "";
display: inline-block;
width: 14px;
height: 14px;
border-radius: 14px;
border: 2px solid #fff;
vertical-align: top;
margin-right: 10px;
}
.ibk_bg7 .btit p {color: #fff;font-size: 18px;padding-top: 10px;}
.ibk_bg9{background: url(../img/ibg_k3.jpg) no-repeat center bottom #fff; padding: 2rem 0 0;}
.ibk_bg9 .swiper-container{ padding-bottom:60px;}
.ibk_bg9 .swiper-pagination{ height: 35px; bottom: 0;text-align: center;}
.ibk_bg9 .swiper-pagination .swiper-pagination-bullet{ background-color: #c6c6c6; opacity: 1; width: 8px;  height: 8px; border-radius: 8px; position: relative; margin: 0 15px; display: inline-block; position: relative;}
.ibk_bg9 .swiper-pagination .swiper-pagination-bullet::after{ content: ""; position: absolute; width:26px; height: 26px; border-radius: 26px; border: 2px solid #f0863b; top:-11px; left: -12px; opacity: 0; transform: scale(0);}
.ibk_bg9 .swiper-pagination .swiper-pagination-bullet-active::after{ opacity: 1;transform: scale(1);}
.ibk_bg9 .swiper-pagination .swiper-pagination-bullet-active{ background-color: #f0863b;}
.news-boxx{ margin-bottom: 0;}
.news-boxx a{ display: block; background-color: #f6f6f6;}
.news-boxx .icon img{ width: 100%;}
.news-boxx span{ display: inline-block; border:0px solid #064384; color: #f0863b;font-size:16px; text-align:right;width: 100%; line-height:30px; margin-top:10px;}
.news-boxx span i{ font-size: 20px; vertical-align: middle; margin-left: 5px;}
.news-boxx h3{ text-align: left; font-size: 22px; line-height: 30px; font-weight: normal; padding: 0;}
.news-boxx p{ line-height: 26px; color: #666; font-size: 15px; margin: 2rem 0 4rem;}
.news-boxx .ninfo{ padding:1.5rem;}
.news-boxx a:hover{ background-color: #f0863b; color: #fff;}
.news-boxx a:hover h3,.news-boxx a:hover span{ color: #fff;}
.news-boxx a:hover span{ border-color: #fff;}
.news-boxx a:hover p{ color: #fff; opacity: 0.7;}

 @keyframes fadeInFout {
 0% {
 opacity: 0;
 filter: blur(5px);
 transform: scale(1.3);
}
 100% {
 opacity: 1;
 filter: blur(0);
 transform: scale(1);
}
}
.fadeInFout {
	-webkit-animation-name: fadeInFout;
	animation-name: fadeInFout;
}
.nbanner {
	background-image: url(../img/nban1.jpg);
	background-position: center;
	background-size: cover;
	height: 680px;
	width: 100%;
	position: relative;
}
.nbanner .wrap {
	height: 100%;
}
.nbanner .nbrow {
	height: 100%;
	color: #fff;
}
.nbanner .nbrow span {
	font-size: 7.2rem;
	line-height: 8rem;
	display: block;
	vertical-align: middle;
}
.nbanner .nbrow p {
	font-size: 48px;
	line-height: 62px;
	margin-top: 10px;
}
.nbanner .nbrow .nban-dot {
	font-size: 40px;
	position: absolute;
	bottom: 0;
	animation: namt 3s infinite;
	opacity: 0.5;
	display: none;
}
@keyframes namt {
 0% {
bottom: 0px;
opacity: 0.5;
}
 50% {
bottom: 50px;
opacity: 1;
}
 100% {
bottom: 0px;
opacity: 0.5;
}
}
.nban2 {
	background-image: url(../img/nban2.jpg);
}
.nban3 {
	background-image: url(../img/nban3.jpg);
}
.nban4 {
	background-image: url(../img/nban4.jpg);
}
.nban5 {
	background-image: url(../img/nban5.jpg);
	height: 700px;
	position: relative;
}
.nban5 .nbrow span {
	font-size: 4.2rem;
	display: block;
}
.nban5 .nbrow span::after {
display: none;
}
.nban5 .nbrow p {
	font-size: 22px;
	line-height: 30px;
	margin-top: 10px;
}
.nban6 {
	background-image: url(../img/nban6.jpg);
}
.nban7 {
	background-image: url(../img/nban7.jpg);
}
.nban7 .pro-cate a {
	width: 13%;
}
.sub_box {
	border-bottom: 1px solid #dfdfdf;
	line-height: 36px;
	padding:2rem 0;
	background-color: #fff;
	width: 100%;
	left: 0;
	z-index: 999;
}
.fix-sub {
	position: fixed;
	padding: 20px 0;
	top:80px;
}
.cate_tit {
	font-size: 3rem;
	color: #222;
	line-height: 36px;
}
.cate_bk {
	text-align: right;
}
.cate_bk a {
	display:inline-block;
	margin-left: 5%;
	color: #222;
	font-size: 2.4rem;
	position: relative;
}
.cate_bk a:nth-child(1) {
margin-left: 0;
}
.cate_bk a:hover, .cate_bk a.current {
	color: #ff9700;
}
.sub_cate {
	text-align: center;
}
.sub_cate a {
	display: inline-block;
	margin: 0 0.5% 10px;
	line-height: 42px;
	border: 1px solid #E5E5E5;
	padding: 0 2.5%;
	color: #222;
	font-size: 16px;
}
.sub_cate a i {
	margin-right: 5px;
}
.sub_cate a:hover, .sub_cate a.on {
	background-color: #0d79d2;
	border-color: #0d79d2;
	color: #fff;
}
.down-list .brow {
	background: url(../img/down_bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
	position: relative;
	padding:4rem;
	margin-top: 10px;
	box-shadow: #e7e7e7 0px 0 10px;
	margin-bottom: 3rem;
}
.down-list .brow .binfo{ float:left; width:40%;}
.down-list .brow .bw {
	color: #6d6d6d;
	font-size: 16px;
	margin-top: 10px; float:left;width:20%;
}
.down-list .brow .btit {
	font-size: 24px;
}
.down-list .brow .btit i {
	margin-right: 10px;
}
.down-list .brow p {
	color: #777;
}
.down-list .brow p span {
	margin-right: 20px;
	display: inline-block;
}
.down-list .brow .down-dot {float:left;width:20%;}
.down-list .brow .down-dot a {
	display: block;
	width: 124px; float:right;
	text-align: center;
	color: #fff; line-height:44px;
	background-color: #0d79d2;
	border-radius: 40px;
}
.down-list .brow .down-dot a i {
	font-size: 26px;
	margin-right: 5px;
	vertical-align: sub;
}
.down-list .brow .down-dot a:hover {
	background-color: #ff9300;
}
.block-fw {
	text-align: center;
}
.block-fw .bimg {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.block-fw .bimg::before {
content: "";
background: url(../img/dot_bg.jpg) no-repeat center center;
background-size: cover;
width: 172px;
height: 172px;
position: absolute;
display: block;
top: 0;
left: 0;
margin: 0 auto;
right: 0;
transition: all 2s;
}
.block-fw .bimg i {
	font-size: 5rem;
	color: #fff;
	line-height: 172px;
	position: relative;
	z-index: 3;
}
.block-fw .bimg:hover::before {
transform: rotate(360deg);
transition: all 2s;
}
.block-fw .binfo {
	margin-top: 30px;
}
.block-fw .binfo span {
	display: block;
	font-size: 24px;
}
.block-fw .binfo p {
	color: #737373;
}
.nfw_bg {
	background-color: #fafafa;
	padding:5rem 0;
}
.fw-list .brow {
	padding: 40px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 3rem;
}
.fw-list .brow i {
	float: left;
	display: inline-block;
	vertical-align: middle;
	line-height: 100px;
	transition: all 2s;
}
.fw-list .brow .binfo {
	margin-left: 80px;
}
.fw-list .brow .binfo span {
	font-size: 24px;
	line-height: 52px;
	display: block;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.fw-list .brow .binfo span::after {
content: "\e610";
font-family: "iconfont";
color: #3677fb;
}
.fw-list .brow .binfo p {
	color: #737373;
	line-height: 30px;
}
.fw-list .brow:hover .binfo span {
	color: #3677fb;
}
.fw-list .brow:hover i {
	transform: rotateY(360deg);
	transition: all 2s;
}
.fw-block .bimg {
	position: relative;
	height: 100%;
}
.fw-block .bimg img {
	height: 100%;
}
.fw-block .binfo {
	background:url(../img/bk_pbg.png) no-repeat right bottom #c6004e;
	height: 100%;
	color: #fff;
	align-items: flex-start;
	padding: 0 25% 0 10%;
}
.fw-block .binfo .box-title2 span::before {
border-color: #fff;
}
.fw-block .binfo p {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.fw-block .binfo a {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	line-height: 40px;
	width: 130px;
	text-align: center;
	margin-top: 20px;
}
.fw-block .binfo a i {
	margin-left: 5px;
	font-size: 20px;
	vertical-align: middle;
}
.fw-block .binfo a:hover {
	color: #c6004e;
	background-color: #fff;
}
.bk-scroll {
	background-color: #000;
}
.bk-scroll a {
	display: block;
	position: relative;
}
.bk-scroll .bimg {
	position: relative;
	height: 495px;
}
.bk-scroll .bimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bk-scroll .ninfo {
	position: absolute;
	height: 36px;
	padding: 20px 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
}
.bk-scroll .ninfo h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	margin: 0 4%;
	color: #fff;
}
.bk-scroll .swiper-pagination {
	bottom: 26px;
	width: auto;
	right: 4%;
	left: auto;
}
.bk-scroll .swiper-pagination-bullet {
	width: 15px;
	height: 7px;
	background-color: #dddfe6;
	border-radius: 7px;
	opacity: 1;
}
.bk-scroll .swiper-pagination-bullet-active {
	background-color: #c20a14;
	width: 25px;
}
.bk-scroll .swiper-button-next, .bk-scroll .swiper-button-prev {
	background-color: rgba(0, 0, 0, 0.6);
	width: 49px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	background-size: 40% auto;
	margin-top: -40px;
}
.bk-scroll .swiper-button-next {
	right: 0;
}
.bk-scroll .swiper-button-prev {
	left: 0;
}
.mbg3 {
	background-color: #f0f0f0;
	padding: 6rem 0;
}
.nbg_k1 {
	background: #f8f8f8!important;
	padding-bottom: 6rem;
}
.main-box {
	background-color: #fff;
	padding:1rem;
}
.sect_nk1 {
	padding-bottom: 8rem;
}
.sect_nk1 .swiper-container {
}
.sect_nk1 .swiper-pagination {
	bottom: 0!important;
}
.sect_pro {
	background: url(../img/nban3.jpg) no-repeat center center;
	background-size: cover;
	padding: 10rem 0 5rem;
}
.sect_pro .place {
	color: #fff;
	text-align: left;
	line-height: 59px;
	font-size: 14px;
}
.sect_pro .place i, .sect_pro .place a {
	color: #fff;
}
.sect_pro .place i {
	margin-right: 10px;
	font-size: 18px;
	width: 47px;
	line-height: 59px;
	text-align: center;
	color: #999;
	background-color: #f1f1f1;
	display: inline-block;
}
.sect_nk2 {
	background: url(../img/nbg_k2.jpg) no-repeat center center;
	background-attachment: fixed;
	padding:5rem 0;
}
.ul-ptd li {
	border-top: 1px solid #ddd;
	padding: 20px 0;
}
.ul-ptd li span {
	font-size: 24px;
}
.ul-ptd li span::before {
content: "";
width: 5px;
height: 13px;
background-color: #0d79d2;
border-radius: 4px;
display: inline-block;
margin-right: 10px;
}
.ul-ptd li p {
	padding-left: 15px;
	color: #5f5f5f;
	line-height: 30px;
}
.sect_nk3 {
	padding: 4rem 0;
}
.pro-cs {
	position: relative;
	z-index: 10;
	background-color: #fff;
	overflow-x: scroll;
}
.pro-cs img { max-width:100%;}
.pro-cs table {
	border: 0;
	text-align: center;
	width: 100%;
	border-collapse:collapse;
}
.pro-cs table td {
	border: 1px solid #ddd;
	padding: 13px 10px;
	color: #666;
}
.pro-cs table tr {
}
.pro-cs table th {
	background-color: #eef6fb;
	border: 1px solid #ddd;
}
.pro-cs table th span {
	font-weight: normal;
	color: #222;
	font-size: 20px;
}
.pro-cs table td span {
	color: #5f5f5f;
	font-size: 20px;
}
.sect_nk4 {
	padding:4rem 0 2rem;
}
.sect_tit {
	background: url(../img/nban8.jpg) no-repeat center center;
	background-size: cover;
	padding: 3rem 0 5rem;
	margin-top: 100px;
}
.sect_tit .place {
	text-align: left;
	color: #9c9c9c;
}
.sect_tit .place a {
	color: #9c9c9c;
}
.sect_tit .ntit {
	font-size: 4rem;
	text-align: center;
}
.sect_tit .ntool {
	text-align: center;
	position: relative;
}
.sect_tit .ntool a {
	position: absolute;
	left: 0;
}
.sect_tit .ntool a i {
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border-radius: 26px;
	color: #fff;
	background-color: #0d79d2;
	display: inline-block;
	font-size: 20px;
	margin-right: 10px;
}
.sect_tit .ntool span {
	color: #9c9c9c;
	font-size: 14px;
	margin: 0 10px;
	display: inline-block;
}
.sect_tit .ntool span i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
.case-content {
}
.case-content .bimg {
	text-align: center;
	position: relative;
}
.case-content .btit p {
	color: #717171;
	line-height: 40px;
	margin-top: 20px;
}
.case-content .dot-next, .case-content .dot-prev {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #b2b2b2;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
.case-content .dot-next i, .case-content .dot-prev i {
	color: #fff;
}
.case-content .dot-next {
	right: 0;
}
.case-content .dot-prev {
	left: 0;
}
.case-content .dot-next:hover, .case-content .dot-prev:hover {
	background: #0d79d2;
}
.hot-bk {
	border: 8px solid #f5f5f5;
	padding: 20px;
	line-height: 30px;
}
.hot-bk .btit {
	font-size: 18px;
}
.hot-bk .brow {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.hot-bk .brow a {
	color: #696969;
}
.hot-bk .brow a:hover {
	color: #0d79d2;
}
.hot-bk .brow p {
	font-size: 14px;
	color: #9c9c9c;
}
.ny-page2 .nptit {
	border: 1px solid #eee;
	padding: 20px;
	line-height: 30px;
}
.ny-page2 .nptit a {
	float: right;
	color: #696969;
}
.ny-page2 .nptit a:hover {
	color: #0d79d2;
}
.ny-page2 .nptit span::after {
content: "";
display: inline-block;
width: 80px;
height: 1px;
background-color: #eee;
vertical-align: middle;
margin-left: 10px;
}
.news-page {
	border: 1px solid #eee;
	padding: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
.news-page a {
	color: #696969;
}
.news-page a:hover {
	color: #0d79d2;
}
.news-page span {
	display: block;
	color: #9c9c9c;
	font-size: 14px;
	margin: 10px 0;
}
.news-page span i {
	font-size: 18px;
	margin-right: 6px;
}
.news-page p {
	font-size: 18px;
}
.news-page p::after {
content: "";
display: inline-block;
width: 80px;
height: 1px;
background-color: #eee;
vertical-align: middle;
margin-left: 10px;
}
.nbg {
	background-color: #f2f1f1;
	padding: 35px 0 8rem;
}
.form-yp {
	background-color: #fff;
	border-radius: 5px;
	padding: 6rem 10%;
}
.form-tit {
	background-color: #f2f1f1;
	line-height: 54px;
	border-radius: 5px;
	font-size: 20px;
}
.form-tit i {
	background-color: #c6004e;
	color: #fff;
	display: block;
	float: left;
	font-size: 26px;
	padding: 0 10px;
	border-radius: 5px 0 0 5px;
	margin-right: 20px;
}
.form-yp .layui-form-item {
	margin-left: 64px;
}
.form-yp .layui-form-label {
	font-size: 18px;
	color: #515151;
	text-align: left;
	padding: 9px 0;
}
.form-yp .layui-input-block {
	line-height: 40px;
	height: 40px;
	margin-left: 95px;
}
.form-yp .layui-input, .form-yp .layui-select, .form-yp .layui-textarea {
	line-height: 40px;
	border-radius: 5px;
	font-size: 14px;
}
.layui-input::-moz-placeholder {
color: #aaa7a7;
opacity: 1;
}
.layui-input:-ms-input-placeholder {
color: #aaa7a7;
}
.layui-input::-webkit-input-placeholder {
color: #aaa7a7;
}
.layui-form-title {
	font-size: 24px;
}
.layui-form-title::before {
content: "";
width: 4px;
height: 14px;
background-color: #c6004e;
display: inline-block;
margin-right: 10px;
}
.form-yp .lay-block2 {
	margin-left: 15px;
	height: auto;
}
.form-yp .layui-form-checked[lay-skin=primary] i {
	border-color: #c6004e!important;
	background-color: #c6004e;
}
.form-yp .layui-form-checkbox span {
	font-size: 18px;
	white-space: break-spaces;
}
.form-yp .layui-form-checkbox {
	width: 33%;
}
.layui-form .layui-btn {
	width: 290px;
	height: 67px;
	line-height: 67px;
	font-size: 20px;
	background-color: #c6004e;
}
.layui-form .layui-btn i {
	font-size: 24px;
	margin-left: 10px;
}
.pro-cate {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 60%;
}
.pro-cate a {
	display: inline-block;
	background-color: #fff;
	font-size: 20px;
	line-height: 70px;
	margin: 0 0.5%;
	width: 12%;
	text-align: center;
	color: #222;border-radius:5px;
}
.pro-cate a i {
	font-size: 30px;
	margin-right: 10px;
	vertical-align: middle;
}
.pro-cate a:hover, .pro-cate a.on {
	background-color: #0d79d2;
	color: #fff;
}
.nblock-pxq {
	margin-right: 5%;
	color: #fff;
}
.nblock-pxq p {
	color: #fff;
	line-height: 34px;
}
.nblock-pxq .ntit-1 {
	font-size: 7.2rem;
	color: #ff9700;
	display: block;
	line-height: 8rem;
}
.nblock-pxq .ntit-2 {
	font-size: 3rem;
	display: block;
}
.nblock-pxq .nrow {
	border-top: 1px solid #393939;
	border-bottom: 1px solid #393939;
	padding: 25px 0;
	margin-top: 3rem;
}
.nblock-pxq .nrow .fl {
	width: 40%;
}
.nblock-pxq .nrow .fr {
	width: 60%;
}
.nblock-pxq .nrow i {
	float: left;
	font-size:4rem;
	color: #0d79d2;
	line-height:4.8rem;
}
.nblock-pxq .nrow p {
	margin-left:6rem;
	font-size:24px;
	line-height: 48px;
}
.nblock-pxq .ptool {
	margin-top: 3rem;
}
.nblock-pxq .ptool a {
	display: inline-block;
	height: 60px;
	color: #fff;
	line-height: 60px;
	width: 140px;
	text-align: center;
	background-color: #0d79d2;
	margin: 0 5px;
	font-size: 18px;border-radius:10px;
}
.nblock-pxq .ptool a i {
	display: inline-block;
	margin-right: 5px;
	font-size: 22px;
	vertical-align: middle;
}
.nblock-pxq .ptool a:hover, .nblock-pxq .ptool a.active {
	background: #ff9700;
	transition: all 0.4s;
}
.pro_sub {
	text-align: left;
	margin-top: 4rem;
}
.pro_sub span {
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
	display: none;
}
.pro-box {
	margin-bottom: 20px;
}
.pro-box .icon {
	position: relative;
}
.pro-box .icon img {
	width: 100%;
}
.pro-box .icon .active {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(13, 121, 210, 0.7);
	transition: all 0.3s;
}
.pro-box .icon .active i {
	color: #fff;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	line-height: 60px;
	border: 1px solid #fff;
	margin-top: -200px;
	transition: all 0.3s;
}
.pro-box .btit {
	line-height: 30px;
	padding:10px 0;
	text-align: center;
	clear: both;
	overflow: hidden;
	background:#f6f6f6;
}
.pro-box .btit span {
	font-size: 20px;
}
.case-box:hover {
	cursor: pointer;
}
.pro-box a:hover .btit, .case-box:hover .btit {
	color: #0d79d2;
	transition: all 0.3s;
}
.pro-box a:hover .icon .active, .case-box:hover .icon .active {
	opacity: 1;
	transition: all 0.3s;
}
.pro-box a:hover .icon .active i, .case-box:hover .icon .active i {
	margin-top: 0;
	transition: all 0.3s;
}
.case-box .icon .active {
	background-color: rgba(0, 0, 0, 0.5);
}
.case-box .btit {
	background-color: #f5f5f5;
}
.sect_nk1 {
	padding: 6rem 0;
}
.pro-tit span {
	font-size: 4rem;
	line-height: 4rem;
}
.pro-tit span::before {
content: "";
display: inline-block;
width: 12px;
height: 12px;
border-radius: 12px;
border: 3px solid #ff9700;
vertical-align: middle;
margin-right: 10px;
}
.pro-content {
	line-height: 36px;
}
.pro-content p {
	color: #5f5f5f;
	margin-bottom: 2rem;
}
.pro-sx .fl {
	text-align: center;
	width: 130px;
	margin-right: 3%;
	margin-bottom: 2rem;
}
.pro-sx i {
	display: block;
	background-color: #0d79d2;
	border-radius: 100%;
	color: #fff;
	font-size: 4rem;
	line-height: 80px;
	width: 80px;
	height: 80px;
	margin: 0 auto 2rem;
}
.pro-sx span {
	font-size: 18px;
	color: #444;
}
.pro-sx .fl:hover i {
	transform: rotateY(360deg);
	transition: all 1s;
}
.nav-line {
	position: relative;
}
.nav-tabs {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.nav-line::after {
content: "";
display: block;
width: 300%;
height: 1px;
position: absolute;
top: 0;
bottom: 0;
left: -100%;
margin: auto 0;
background-color: #eee;
}
.nav-tabs .tab-tit {
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 0 2%;
	cursor: pointer;
}
.nav-tabs .tab-tit i {
	font-size: 4.8rem;
	color: #e2e2e2;
	font-family: "barlow";
	line-height: 4.8rem;
	display:block;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 30px;
}
.nav-tabs .tab-tit i::after {
content: "";
background-color: #999;
width: 8px;
height: 8px;
border-radius: 8px;
position: absolute;
z-index: 2;
right: 0;
left: 0;
bottom: -1px;
margin: 0 auto;
border: 4px solid #e8e8e8;
display: block;
}
.nav-tabs .tab-tit span {
	font-size: 22px;
	display: inline-block;
}
.nav-tabs .swiper-slide-thumb-active .tab-tit i, .nav-tabs .tab-tit:hover i {
	color: #1e94d4;
}
.nav-tabs .swiper-slide-thumb-active .tab-tit span, .nav-tabs .tab-tit:hover span {
	color: #1e94d4!important;
}
.nav-tabs .tab-tit .dot-img {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
}
.nav-tabs .tab-tit .dot-img img {
}
.nav-tabs .swiper-slide-thumb-active .tab-tit .dot-img img, .nav-tabs .tab-tit:hover .dot-img img {
	transform:translateX(-100%);
	filter: drop-shadow(70px 0 #d80c18);
}
.nav-tabs .swiper-slide-thumb-active .tab-tit i::after, .nav-tabs .tab-tit:hover i::after {
background-color: #1e94d4;
border-color: #d2eaf6;
}
.tab-list {
	width: 100%;
	margin-left: 0;
}
.tab-list .swiper-slide {
}
.tab-list .brow {
	position: relative;
}
.tab-list .brow .bcont {
	position: absolute;
	width: 40%;
	background-color: rgba(31, 148, 212, 0.8);
	height: 100%;
	box-sizing: border-box;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 40px;
	color: #fff;
}
.tab-list .brow .bcont em {
	font-style: normal;
	font-family: "barlow";
	font-size: 12rem;
	color: #fff;
	opacity: 0.1;
	line-height: 12rem;
	display: block;
	text-align: right;
}
.tab-list .brow .btit {
	margin-top: 4rem;
}
.tab-list .brow .btit i {
	display: block;
	font-size: 4rem;
}
.tab-list .brow .btit span {
	font-size: 32px;
	font-weight: bold;
}
.tab-list .brow p {
	font-size: 18px;
}
.case-box2 {
	position: relative;
	overflow: hidden;
	margin-bottom:0px;
	padding: 0 10px;
}
.case-box2 .btit {
	padding:10px 10px;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
.case-box2 .btit span {
	font-size: 24px;
	display: block;
}
.case-box2 .btit p {
	color: #8a8a8a;
}
.case-box2 .icon {
	background: none;
}
.case-box2 .icon img {
	width: 100%;
}
.case-box2:hover .icon img {
	transform: scale(1.2);
}
.case-box2 a:hover .btit span {
	color: #0d79d2;
}
.ycase .case-box2:hover .btit {
	box-shadow: #ccc 0 0 10px;
}
 .ycase .case-box2 .btit::after {
content: "";
width: 100%;
height: 1px;
background-color: #D2D2D2;
position: absolute;
bottom: 0;
left: 0;
}
.ycase .case-box2 a:hover .btit::after {
background-color: #0d79d2;
height: 2px;
}
.case-on {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 10000000;
	display: none;
}
.cbox {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
	width: 70%;
	box-sizing: border-box;
	background: url(../img/ibg_k3.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 40px;
	height: 60%;
	overflow-y: scroll;
}
.cbox::before {
display: none;
}
.cbox .binfo span {
	margin-top: 20px;
}
.cbox .btit {
	margin-bottom: 0;
}
.cbox .binfo a {
	display: inline-block;
	margin-right: 10px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #f1f1f1;
	color: #555;
}
.cbox .binfo a:hover {
	background-color: #1e94d4;
	color: #fff;
}
.case-on .close-case {
	font-size: 30px;
	color: #ccc;
	width: 48px;
	height: 48px;
	line-height: 48px;
	top: 40px;
	right: 2%;
	margin: 0 auto;
	position: absolute;
	z-index: 10000;
	cursor: pointer;
	text-align: center;
	border-radius: 48px;
}
.case-on .close-case i {
	line-height: 48px;
	font-size: 30px;
}
.case-on .close-case:hover i {
	color: #0d79d2;
}
.jobs-box2 .btit span {
	font-size: 3.6rem;
}
.jobs-box2 .btit p, .jobs-box2 .btit p a {
	color: #0d79d2;
}
.jobs-box2 .btit p a:hover {
	text-decoration: revert;
}
.jobs-cont {
	margin-top: 20px;
}
.jobs-cont span {
	font-size: 24px;
}
.jobs-cont span::before {
content: "";
width: 5px;
height: 13px;
background-color: #0d79d2;
border-radius: 4px;
display: inline-block;
margin-right: 10px;
}
.jobs-cont p {
	padding-left: 15px;
	font-size: 14px;
	color: #5b5b5b;
	line-height: 30px;
}
.jobs-box2::-webkit-scrollbar {
border-radius: 4px;
}
.jobs-box2::-webkit-scrollbar-corner, .jobs-box2::-webkit-scrollbar-track {
 background-color: #bfbfbf;
}
.jobs-box2::-webkit-scrollbar-thumb {
 border-radius: 0;
 background-color: #0d79d2;
}
.about_bk1 {
	background: url(../img/nbg_k1.jpg) no-repeat center center;
	padding: 6rem 0 1rem;
}
.about_bk1 .binfo {
	color: #6a6a6a;
}
.about_bk1 .binfo p {
	margin-bottom:1rem;
	line-height:30px;
}
.about_bk1 .about-num .brow p {
	margin-bottom: 0;
}
.about_bk1 .about-num .span-3:nth-child(2) .brow .iconfont::after {
right: auto;
left: -8px;
top: auto;
bottom: -8px;
}
.about_bk1 .about-num .span-3:nth-child(3) .brow .iconfont::after {
right: -5px;
top: auto;
bottom: -5px;
}
.bk-num {
	text-align: center;
	border-top: 1px solid #dcdcdc;
	padding-top: 6rem;
}
.bk-num .brow {
	float: left;
	width: 25%;
}
.bk-num span {
	display: inline-block;
	position: relative;
	font-size: 8rem;
	line-height: 8rem;
	color: #c52d2f;
	font-family: "barlow";
	font-weight: bold;
}
.bk-num span b {
}
.bk-num span i {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 18px;
	background-color: #f8bd47;
	position: absolute;
	bottom: 10px;
	right: -2.4rem;
	font-weight: normal;
}
.bk-num .brow p {
	font-size: 18px;
	color: #555;
}
.bk-num .brow:nth-child(2) i {
font-family: arial;
font-size: 15px;
}
.bk-num .brow:nth-child(3) sup, .bk-num .brow:nth-child(4) sup {
font-weight: normal;
}
.about_bk2 {
	position: relative;
	margin-top: -14rem;
}
.about_bk2 .swiper-pagination {
	left:9%;
	bottom: 8rem;
	line-height: 36px;
	position: absolute;
	text-align: left;
	width: 100%;
}
.about_bk2 .swiper-pagination-bullet {
	background: transparent;
	border: 1px solid #fff;
	opacity: 1;
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin-right: 20px;
}
.about_bk2 .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}
.nblock-2 {
	position: relative;
}
.nblock-2 .bimg {
	text-align: right;
}
.nblock-2 .bimg img {
	width: 91%;
}
.nblock-2 .btit {
	position: absolute;
	background-color: #0d79d2;
	color: #fff;
	bottom: 0;
	left: 0;
	height: 80%;
	width: 50%;
	box-sizing: border-box;
	padding: 5rem 9%;
	align-items: flex-start;
}
.nblock-2 .btit span {
	display: block;
	font-size: 4.8rem;
	margin-bottom: 20px;
	margin-top: -10rem;
	position: relative;
}
.nblock-2 .btit span::after {
content: "";
width: 80%;
height: 1px;
background-color: #fff;
vertical-align: middle;
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
right: -100%;
margin: auto 0;
}
.nblock-2 .btit p {
	font-size: 3.6rem;
	line-height: 6rem;
}
.about_bk3 {
	background: url(../img/ibg_k4.jpg) no-repeat center bottom;
	position: relative;
	background-size: cover;
	padding: 5rem 0 20rem;
}
.about_bk3::after {
content: "";
background: url(../img/nbg_honor.png) no-repeat center 0;
background-size: 100% auto;
position: absolute;
left: 0;
right: 0;
bottom: 6rem;
margin: 0 auto;
width: 639px;
height: 269px;
}
.about_bk3 .swiper-slide {
	width: 100%;
	position: relative;
	height: 374px;
}
.about_bk3 .swiper-slide-active {
	width: 100%;
}
.about_bk3 .ninfo {
	display: none;
	margin-top: 4rem;
}
.about_bk3 .nblock-3 .fl {
	width: 20%;
	margin-left: 4%;
}
.about_bk3 .nblock-3 .fr {
	width: 65%;
}
.about_bk3 .bimg {
	position: absolute;
	width: 280px;
	height: 374px;
	left: -30%;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.about_bk3 .bimg img {
	filter: blur(5px);
	transform: scale(0.8);
}
.about_bk3 .swiper-slide-active .bimg {
	position: absolute;
	width: 280px;
	height: 374px;
	right: 0;
	left: 0;
	top: 0;
	margin: 0 auto;
}
.about_bk3 .swiper-slide-active .bimg::after {
}
.about_bk3 .swiper-slide-active .ninfo {
	display: block;
}
.about_bk3 .swiper-slide-active .bimg img {
	filter: blur(0);
	transform: scale(1);
}
.nblock-3 .ninfo span {
	display: block;
	font-size: 3rem;
}
.nblock-3 .ninfo p {
	line-height: 36px;
	margin-top: 2rem;
}
.about_bk3 .swiper-button-next, .about_bk3 .swiper-button-prev {
	background:#616161;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	text-align: center;
	opacity: 1;
	color: #fff;
	margin-top: 0;
	bottom: 0;
	top: auto;
}
.about_bk3 .swiper-button-next i, .about_bk3 .swiper-button-prev i {
	line-height: 56px;
	font-size: 30px;
}
.about_bk3 .swiper-button-next {
	right:auto;
	left: 4%;
	margin-left: 70px;
}
.about_bk3 .swiper-button-prev {
	left: 4%;
}
.about_bk3 .swiper-pagination-bullet-active, .about_bk3 .swiper-button-next:hover, .about_bk3 .swiper-button-prev:hover {
	background-color: #0e57c0;
	color: #fff;
	opacity: 1;
}
.about_bk3 .swiper-pagination {
	top: 8rem;
	bottom: auto;
	text-align: left;
	width: 20%;
	left: 4%;
	font-size: 3rem;
}
.about_bk3 .swiper-pagination-current {
	color: #0e57c0;
}
.inews-tit {
	text-align: center;
}
.inews-tit a {
	display: inline-block;
	margin-right: 5px;
	width: 350px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	text-align: center;
	background-color: #f4f4f4;
	font-size: 2.2rem;
	font-weight: bold;
}
.inews-tit a:hover, .inews-tit a.active {
	background-color: #c6004e;
	color: #fff;
}
.news-list .tlist {
	display: block;
	height: 0;
}
.news-list .tlist.active {
	height: auto;
}
.about_bk4 {
}
.about_bk4 .swiper-container {
	overflow: visible;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.about_bk4 .swiper-button-next, .about_bk4 .swiper-button-prev {
	background: #fff;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 42px;
	border: 0;
	opacity: 1;
	margin: auto 0;
	text-align: center;
	top: inherit;
	bottom: 20%;
	top: auto;
	z-index: 1000;
}
.about_bk4 .swiper-button-next i, .about_bk4 .swiper-button-prev i {
	color: #0d79d2;
	font-size: 26px;
}
.about_bk4 .swiper-button-prev {
	left: 5rem;
}
.about_bk4 .swiper-button-next {
	right: auto;
	left: 5rem;
	margin-left: 70px;
}
.about_bk4 .swiper-button-next:hover, .about_bk4 .swiper-button-prev:hover {
	background-color: #ff9600;
	color: #fff;
}
.about_bk4 .swiper-button-next:hover i, .about_bk4 .swiper-button-prev:hover i {
	color: #fff;
}
.nblock-1 {
	position: relative;
	overflow: hidden;
}
.nblock-1 .bimg img {
	width: 100%;
}
.nblock-1 .brow {
	background-color: #0d79d2;
	position: absolute;
	box-sizing: border-box;
	width: 30%;
	height: 100%;
	padding: 5% 5rem 0;
	color: #fff;
	top: 0;
	left: 0;
	display: none;
}
.nblock-1 .brow .btit {
	font-size: 4.8rem;
}
.nblock-1 .brow .btit::after {
content: "";
display: block;
width: 50px;
height: 1px;
background-color: #fff;
margin: 10px 0;
}
.nblock-1 .brow .binfo p {
	font-size: 18px;
	line-height: 30px;
}
.about_bk4 .swiper-slide-active .nblock-1 .brow {
	display: block;
	transition: all 1s;
}
.hz-box {
	width: auto;
	border: 1px solid #ededed;
	margin-bottom: 3rem;
}
.hz-box .icon {
	background-color: #fff;
	position: relative;
}
.hz-box .active {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(13, 121, 210, 0.9);
	width: 100%;
	height: 100%;
	color: #fff;
	transform: scale(0.8);
	opacity: 0;
	transition: all 0.3s;
}
.hz-box:hover {
	box-shadow: #ccc 0 0 10px;
	transition: all 0.3s;
}
.cont-map {
	position: relative;
}
.contact-bk {
	position: relative;
}
.contact-bk .cont-tit {
	color: #c6004e;
	font-size: 3rem;
	font-weight: bold;
}
.contact-bk .cont-box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 40%;
	box-sizing: border-box;
	padding:3rem;
	background-color: rgba(13, 121, 210, 0.9);
	color: #fff;
	height: 100%;
}
.contact-bk .cont-box p {
	padding: 20px 10px;
	border-bottom: 1px solid #65aae2;
}
.contact-bk .cont-box i {
	display: inline-block;
	float: left;
	margin-right: 10px;
	font-size: 30px;
	color: #fff;
	line-height: 55px;
}
.contact-bk .cont-box span {
	display: block;
	margin-left: 37px;
	color: #fff;
	font-size: 20px;
	line-height: 55px;
}
.contact-bk .cont-box span font {
	font-size: 3.6rem;
	font-family: arial;
	font-weight: bold;
}
.contact-bk .cont-box a {
	color: #fff;
	display: inline-block;
	border: 1px solid #fff;
	line-height: 55px;
	border-radius: 55px;
	padding: 0 3rem;
	margin-top: 2rem;
	font-size: 20px;
	margin-left: 37px;
}
.contact-bk .cont-box a:hover {
	background-color: #fff;
	color: #0d79d2;
}
.contact-bk .cont-box a:hover i {
	color: #0d79d2;
}
.sect_cont {
	padding: 0 0 8rem;
	background: url(../img/nbg_k3.jpg) no-repeat center bottom;
}
.jobs-bk {
	background-color: #f5f5f5;
	padding: 6rem 0;
}
.m-form {
}
.m-form label {
	font-size: 18px;
	margin-bottom: 1rem;
	display: block;
}
.m-form label i {
	color: #f00;
}
.m-form .btn {
	background-color: #2284d5;
	border-color: #2284d5;
	font-size: 18px;
	line-height: 56px;
	width: 30%;
	color: #fff;
	padding: 0;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
}
.m-form .form-control {
	border: 1px solid #ddd;
	color: #666;
	height: 56px;
	font-size: 16px;
	background-color: #fff;
	position: relative;
	padding-left: 45px;
}
.m-form .btn:hover {
	background-color: #fe9f1c;
	opacity: 0.8;
}
.m-form textarea.form-control {
	border: 1px solid #e5e5e5;
	height: auto;
}
.m-form .form-group {
	margin-bottom: 1rem;
}
.m-form input[type="text"] {
	background-image: url(../img/pdot1.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.m-form input[type="tel"] {
	background-image: url(../img/pdot2.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.m-form textarea {
	background-image: url(../img/pdot3.jpg);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.jobs-brow {
	display: flex;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 3rem;
}
.jobs-brow .brow {
	padding-top: 4rem;
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	padding-left: 7rem;
	float: left;
}
.jobs-brow .brow span {
	font-size: 24px;
	display: block;
	margin-bottom: 1rem;
}
.jobs-brow .brow span font {
	color: #0d79d2;
}
.jobs-brow .brow p {
	font-size: 18px;
	line-height: 36px;
	color: #636363;
}
.jobs-brow .bimg {
	height: 100%;
	float: right;
	border-radius: 10px;
	overflow: hidden;
	transform: skewX(-10deg);
	position: relative;
	left: 30px;
	width: 50%;
}
.jobs-brow .bimg img {
	transform: skewX(10deg);
	position: relative;
	left: -30px;
}
.jobs-zw {
	border-radius: 10px;
	border: 1px solid #dedede;
	clear: both;
	overflow: hidden;
	padding: 3rem;
	margin-bottom: 3rem;
}
.jobs-zw .fl {
	width: 80%;
}
.jobs-zw .fr {
	width: 10%;
	text-align: right;
	padding-top: 3rem;
}
.jobs-zw .job-tit {
	font-size: 24px;
	display: block;
	margin-bottom: 1rem;
}
.jobs-zw p span {
	display: inline-block;
	margin-right: 5%;
	color: #5b5b5b;
	font-size: 18px;
}
.jobs-zw p i {
	font-size: 20px;
	margin-right: 5px;
}
.jobs-zw a {
	color: #0d79d2;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 2px solid #0d79d2;
	border-radius: 100%;
	text-align: center;
}
.jobs-zw a i {
	font-size: 3rem;
}
.jobs-zw:hover a {
	color: #0d79d2;
	background-color: #fff;
	border-color: #fff;
}
.jobs-zw:hover {
	background-color: #0d79d2;
	color: #fff;
}
.jobs-zw:hover p span {
	color: #fff;
}
.my-auto {
	display: flex;
}
/*面包屑*/
.place {
	color: #fff;
	position: relative;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.place span {
	margin: 0 2px;
	color: #fff;
}
.place a {
	color: #fff;
	margin: 0 2px;
}
.place a:hover {
	color: #c9383a;
}
.place i {
	color: #c9383a;
	font-size: 18px;
	vertical-align: middle;
}
.img-box {
	border-radius: 20px 20px 0 0;
	background:linear-gradient(180deg, rgba(245, 245, 245) 0, rgba(255, 255, 255, 255) 80%);
	padding: 6rem;
	width: auto;
}
.img-box .ntit {
	margin-left: 6rem;
}
.img-box .ntit span {
	font-size: 26px;
	font-family: "Calibri";
	font-weight: bold;
	display: block;
}
.img-box .ncont {
	border-top: 1px dashed #bfbfbf;
	margin-top: 2rem;
	padding-top: 2rem;
}
.img-box .ncont p {
	line-height: 28px;
	font-size: 18px;
}
/*分类样式*/
.module_cate {
	background-color: #eee;
	height: 58px;
	line-height: 58px;
	text-align: center;
	position: relative;
	z-index: 100;
}
.module_cate span {
	color: #333;
	font-size: 2.4rem;
	font-weight: bold;
}
.subCate {
	clear: both;
	overflow: hidden;
	text-align: center;
}
.subCate li {
	float: left;
	margin-right: 50px;
	position: relative;
}
.subCate li:last-child {
	margin-right: 0;
}
.subCate li a {
	font-size: 18px;
	color: #333;
	position: relative;
	display: block;
}
.subCate li:hover a, .subCate li.active a {
	color: #1e94d4;
}
.subCate li::after {
content: "";
width: 0;
height: 3px;
background-color: #1e94d4;
position: absolute;
bottom: -1px;
left: 0;
}
.subCate li:hover::after, .subCate li.active::after {
width: 100%;
transition: all 0.3s;
}
.m-form2 {
	margin-left: auto;
	margin-right: auto;
}
.m-form2 .btn {
	background-color: #c52735;
	border: 0;
	font-size: 17px;
	line-height: 55px;
	width: 100%;
	color: #fff;
	padding: 0;
	margin: 0 auto;
	display: block;
	height: 50px;
	border-radius: 0;
}
.m-form2 .layui-input {
	border: 1px solid #e5e5e5;
	color: #333;
	height: 55px;
	font-size: 16px;
	padding-left: 16px;
}
.m-form2 .msg-btn .btn:hover {
	background-color: #ff8e00;
	color: #fff;
	opacity: 1;
}
.m-form2 .bk-yzm {
	position: relative;
	overflow: hidden;
}
.m-form2 .yzm {
	position: absolute;
	top: 1px;
	right: 1px;
	height: 95%;
	width: 30%;
}
.fupload {
	line-height: 48px;
	font-size: 999px;
	filter: alpha(opacity=0);
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	cursor: pointer;
}
.bk-upload {
	background: none;
	position: relative;
	border: 1px solid #e5e5e5;
	line-height: 55px;
	height: 55px;
	width: 100%;
}
.m-form2 .layui-input::-moz-placeholder {
color: #333;
opacity: 1;
}
.m-form2 .layui-input:-ms-input-placeholder {
color: #333;
}
.m-form2 .layui-input::-webkit-input-placeholder {
color: #333;
}
.m-form2 .upfile {
	position: relative;
}
.m-form2 .upfile::before {
content: "上传简历";
position: absolute;
left: 16px;
line-height: 55px;
top: 0;
}
.m-form2 .upfile::after {
content: "选择文件";
color: #333;
background-color: #efefef;
position: absolute;
right: 2px;
line-height: 53px;
top: 2px;
width: 110px;
height: 51px;
text-align: center;
}
/*æ¨ªæŽ’åˆ†ç±»*/
/*横排分类*/
.tip {
	line-height: 36px;
	color: #565656;
	font-size: 16px;
}
.title-1 {
	line-height: 4.8rem;
	position: relative;
	text-align: center;
}
.title-1 span {
	font-size: 4.8rem;
}
.title-1 p {
	font-size: 18px;
	color: #555;
	margin-top: 2rem;
}
.title-2 {
	position: relative;
	text-align: center;
}
.title-2 span {
	font-size: 5.6rem;
	color: #fff;
	line-height: 5.6rem;
	display: block;
}
.title-2 p {
	color: #fff;
	line-height: 32px;
	padding-top: 4rem;
}
.title-3 {
	line-height: 4rem;
	position: relative;
	text-align: center;
}
.title-3 p {
	font-size: 3.6rem;
}
.title-3 span {
}
.title-4 {
	line-height: 38px;
	position: relative;
	vertical-align: middle;
}
.title-4 span {
	font-size: 3rem;
	font-weight: bold;
}
.title-4 i {
	background:url(../img/tit1.png) no-repeat right 0;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	padding: 0 20px;
	margin-left: 20px;
}
.title-4 p {
	color: #5a5a5a;
	font-size: 18px;
	padding-top: 10px;
}
.title-5 {
	line-height: 4.2rem;
	position: relative;
	text-align: center;
}
.title-5 span {
	font-size: 20px;
	font-weight: bold;
}
.title-6 {
	line-height: 4.2rem;
	font-size: 28px;
	position: relative;
	text-align: center;
}
.content {
	line-height: 36px;
	color: #5f5f5f;
	border-bottom: 1px solid #ededed;
	padding-bottom: 4rem;
}
.content p {
	margin: 0 0 20px;
}
.news-content {
	background-color: #fff;
	padding:8rem;
}
.ul-list1 li {
	clear: both;
	line-height: 45px;
	margin-bottom: 15px;
	font-size: 18px;
	position: relative;
	display: block;
	background-color: #f5f5f5;
}
.ul-list1 li a {
	display: block;
	clear: both;
	overflow: hidden;
	padding: 15px 40px;
	position: relative;
	border-top: 1px solid #ddd;
}
.ul-list1 li .ntit {
	float: left;
	width: 55%;
	font-size: 18px;
}
.ul-list1 li a::before {
content: "";
background-color: #0f7fbc;
width: 8px;
height: 8px;
border-radius: 8px;
position: absolute;
top: 32px;
left: 20px;
}
.ul-list1 li .nma {
	display: block;
	position: absolute;
	width: 117px;
	height: 43px;
	line-height: 43px;
	background-color: #e7e7e7;
	top: 0;
	right: 40px;
	color: #777;
	font-size: 16px;
	text-align: center;
	border-radius: 0 0 10px 10px;
}
.ul-list1 li .nma i {
	font-size: 20px;
	margin-left: 5px;
}
.ul-list1 li a:hover .nma {
	background-color: #1e94d4;
	color: #fff;
}
.ul-list1 li a:hover {
	border-color: #1e94d4;
}
.ul-list2 {
	padding: 0 40px;
}
.ul-list2 li {
	display: block;
	border-bottom: 1px solid #ededed;
	color: #555;
	line-height: 30px;
	padding: 20px 0;
}
.ul-list2 li span {
	display: inline-block;
}
.article {
	line-height: 36px;
}
.news-tit {
	font-size: 3rem;
	font-weight: bold;
	line-height: 4rem;
	text-align: left;
}
.tool {
	color: #999;
	background-color: #f8f9fb;
	line-height: 60px;
	padding: 0 2%;
	height: 60px;
}
.tool span {
	display: inline-block;
	margin: 0 1%;
	font-size: 14px;
}
.tool span i {
	margin-right: 5px;
	font-size: 20px;
}
.tool .bshare-custom #bshare-shareto {
	font-weight: normal;
	font-size: 14px;
	color: #888;
}
.bshare-custom.icon-medium-plus .bshare-weixin, .bshare-custom.icon-medium-plus .bshare-qqim, .bshare-custom.icon-medium-plus .bshare-sinaminiblog, .bshare-custom.icon-medium-plus .bshare-qzone {
	background:none!important;
	padding-left: 5px!important;
}
.bshare-custom.icon-medium-plus i {
	font-size: 20px;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background-color: #43c624;
	border-radius: 25px;
	text-align: center;
}
.bshare-custom {
	padding: 2rem 0;
	text-align: right;
}
.bshare-custom a:nth-child(3) i {
background-color: #1dadec;
}
.bshare-custom a:nth-child(4) i {
background-color: #ff4a4b;
}
.bshare-custom a:nth-child(5) i {
background-color: #fcbb21;
}
.article .content, .article .content p {
	color: #666;
	font-size: 16px;
}
.keys {
	padding-bottom: 2rem;
	line-height: 36px;
}
.keys span {
	color: #333;
	font-size: 16px;
}
.keys a {
	color: #0d79d2;
	display: inline-block;
	border: 1px solid #0d79d2;
	border-radius: 36px;
	padding: 0 20px;
	margin: 0 1rem 5px;
}
.keys a:hover {
	background-color: #0d79d2;
	color: #fff;
}
.sect_main .search {
	position: relative;
	display: block;
	border: none;
	padding:2rem;
	text-align: center;
	width: auto;
}
.sect_main .search label {
	font-size: 3rem;
	line-height: 54px;
	display: inline-block;
}
.sect_main .search .text1 {
	border:none;
	background-color: #f8f8f8;
	line-height: 54px;
	height: 54px;
	box-sizing: border-box;
	padding: 0 20px;
	width: 60%;
	display: inline-block;
	color: #333;
	margin: 0 1%;
}
.sect_main .search button {
	background-color: #0d79d2;
	color: #fff;
	width: 57px;
	text-align: center;
	font-size: 18px;
	position: relative;
	height: 54px;
	line-height: 54px;
}
.sect_main .search button i {
	color: #fff;
	font-size: 20px;
}
.sect_cjwt .subNavBox {
	border-bottom: 1px solid #dedede;
}
.sub_top {
	background:#0777dd;
	height:50px;
	color:#FFF;
	border-radius:20px 20px 0px 0px;
	font-size:20px;
	line-height:50px;
	border:none;
	padding-left: 2%;
}
.sub_top i {
	float:right;
	line-height: 60px;
	margin-right: 4%;
	font-size: 24px
}
.sub_top p {
}
.sub_cont {
}
.sect_cjwt .subNav {
	cursor:pointer;
	font-size:18px;
	line-height:30px;
	border-top: 1px solid #dedede;
	padding: 30px 0;
	position: relative;
	clear: both;
	zoom: 1;
	transition: all 0.6s;
}
.sect_cjwt .subNav h3 {
	font-size: 18px;
	font-weight: normal;
}
.sect_cjwt .subNav h3 span {
	display: inline-block;
	width: 29px;
	height: 26px;
	line-height: 26px;
	background: url(../img/wt_dot_h.png) no-repeat;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-right: 15px;
}
.sect_cjwt .subNav i {
	float: right;
	line-height: 30px;
	margin-right: 4%;
	color: #c2c2c2;
	font-size: 20px
}
.sect_cjwt .subNav i:before {
	content:"\e6c3";
}
.sect_cjwt .subNav:hover, .sect_cjwt .subNav.open {
	background-color: #0d79d2;
	padding: 30px;
	transition: all 0.6s;
}
.sect_cjwt .subNav:hover h3, .subNav.open h3 {
	color:#fff;
}
.sect_cjwt .subNav:hover h3 span, .subNav.open h3 span {
	background-image: url(../img/wt_dot.png);
	color: #0d79d2;
}
.sect_cjwt .subNav.open i:before, .sect_cjwt .subNav:hover i:before {
	content: "\e62c";
	font-family: iconfont!important;
	color:#fff;
}
.sect_cjwt .navContent {
	display: none;
	padding:20px 80px;
	line-height:30px;
	position: relative;
}
.sect_cjwt .navContent span {
	display: inline-block;
	width: 29px;
	height: 26px;
	line-height: 26px;
	background: url(../img/wt_dot_h.png) no-repeat;
	color: #fff;
	font-size: 20px;
	text-align: center;
	position: absolute;
	left: 30px;
	top: 28px;
}
.sect_cjwt .navContent p {
	color: #787878;
	line-height: 36px;
}
.sect_cjwt .sub_cont a {
	color:#0d79d2;
	display:inline-block;
}
.sect_cjwt .sub_cont a:hover {
	background:#0d79d2;
	color: #fff;
}
.jobs-list {
	background-color: #fafafa;
	padding: 8rem 0;
}
.sub-th {
	font-size: 36px;
	text-align: center;
}
.jobs-list .sub_cont {
}
.jobs-list .sub_cont .subNav {
	background: #fff;
	font-size: 18px;
	color: #5b5b5b;
	line-height: 30px;
	padding: 15px 5rem;
	position: relative;
	border-top: 4px solid #fff;
	border-bottom: 1px solid #c9c9c9;
}
.jobs-list .sub_cont .subNav:after {
	content: "\e603";
	float: right;
	font-family: "iconfont" !important;
	color: #5b5b5b;
	font-size: 24px;
	position: absolute;
	right: 3rem;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	bottom: 0;
	margin: auto 0;
}
.jobs-list .sub_cont .subNav.open {
	border-top-color: #c6004e;
}
.jobs-list .sub_cont .subNav.open:after {
	content: '\e602';
	background-color: #fff;
	color: #555;
}
.jobs-list .navContent {
	display: none;
	background: #fff;
	margin: 0;
	padding: 5rem 5rem 12rem;
	position: relative;
}
.jobs-list .navContent p {
	color: #5b5b5b;
	font-size: 14px;
	line-height: 30px;
}
.jobs-list .navContent span {
	font-weight: bold;
	font-size: 22px;
	display: block;
}
.jobs-list .navContent .tmore {
	position: absolute;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	left: 0;
	bottom: 0;
	background-color: #5c5c5c;
}
.jobs-list .navContent .tmore a {
	color: #fff;
}
.jobs-list .navContent .tmore a:hover {
	color: #c6004e;
}
.section-wt {
	background-color: #f8f8f8;
	padding: 6rem 0;
}
.section-wt .subNav {
	background-color: #fff;
	border: 1px solid #dedede;
	padding: 15px 0 15px 30px;
	border-radius: 5px;
}
.section-wt .navContent {
	background-color: #fff;
	padding: 0 30px 30px;
	border: 1px solid #dedede;
	border-top: none;
	border-radius:0 0 5px 5px;
}
.section-wt .subNav.open {
	border-bottom: none;
	border-radius:5px 5px 0 0;
}
.section-wt .subNav i {
	float: right;
	line-height: 30px;
	color: #333;
	font-size: 30px
}
.section-wt .subNav i:before {
	content:"\e603";
}
.section-wt .subNav.open i:before, .section-wt .subNav:hover i:before {
	content: "\e602";
	font-family: iconfont!important;
	color:#333;
}
.pager-nbor {
	border-top: none;
}
.ny-page {
	line-height: 36px;
	background-color: #fff;
	border-top: 1px solid #dedede;
	color: #5e5e5e;
	padding-top: 30px;
}
.ny-page span {
	display: inline-block;
}
.ny-page .nptit {
	padding: 0 20px;
}
.ny-page a {
	color: #5f5f5f;
	font-size: 18px;
}
.ny-page a .abum {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	text-align: center;
	line-height: 32px;
	font-size: 2rem;
	border:1px solid #ddd;
	color: #999;
	margin: 0 5px;
}
.ny-page a:hover {
	color: #0d79d2;
}
.ny-page a:hover .abum {
	background-color: #ff9700;
	color: #fff;
}
.ny-page a.aback {
	display: block;
	background-color: #adadad;
	color: #fff;
	font-size: 16px;
}
.ny-page a.aback i {
	font-size: 20px;
	margin-right: 10px;
}
.ny-page a.aback:hover {
	background-color: #0e75ca;
}
.ny-page .jcent {
	height: 100%;
	text-align: right;
	align-items: flex-end;
}
/*新闻详情样式2*/
.bshare-custom {
	padding: 2rem 0;
}
.big_img {
	position: fixed;
	z-index: -1;
	opacity: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	top:0;
	left:0;
}
.big_img .big-box {
	position: absolute;
	width: 60%;
	height: 80%;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto auto;
}
.big_img .swiper-container2 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.big_img .swiper-container2 .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.big_img .swiper-slide {
	width: 100%;
	height: 100%;
	display: table
}
.big_img .swiper-slide .cell {
	padding: 8% 8% 0;
	margin-bottom: 3%;
	overflow: hidden;
	position: relative;
	height: 70%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.big_img .swiper-slide img {
	max-height: 80%;
	max-width: 80%;
	margin: 0 auto;
}
.big_img .swiper-slide .txt {
	text-align: center;
	color: #fff;
}
.big_img .page2 {
	position: absolute;
	top:0.2rem;
	text-align: center;
	width: 100%;
}
.big_img .page2 span {
	margin:0 0.05rem;
}
.big_img .close {
	font-size: 30px;
	color: #fff;
	width: 48px;
	height: 48px;
	line-height: 48px;
	top: 10%;
	right: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	z-index: 10000;
	cursor: pointer;
	text-align: center;
	border-radius: 48px;
	background-color: #464646;
}
.big_img .close i {
	line-height: 48px;
	font-size: 30px;
}
.big_img .swiper-button-next, .big_img .swiper-button-prev {
	background: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 74px;
	margin-top: -40px;
}
.big_img .swiper-button-next {
	right: 0;
	opacity: 1;
}
.big_img .swiper-button-prev {
	left: 0;
	opacity: 1;
}
.big_img .swiper-button-next i, .big_img .swiper-button-prev i {
	font-size: 50px;
	color: #525252;
	display: block;
	text-align: center;
}
.vshare {
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 10%;
	box-sizing: border-box;
	text-align: right;
	padding: 0 2rem;
	bottom: 0;
	left: 0;
}
.big-style .swiper-container2 {
	background-color: #000;
}
.big-style .close {
	left: auto;
	right: -48px;
	top: 5px;
}
.fmsg {
	width: 70%;
	margin: 0 auto;
}
.ys-msg input {
	background: #fff;
	border: 1px solid #ddd;
	height: 55px;
	line-height: 55px;
	box-sizing: border-box;
	padding: 0 20px;
	width: 80%;
	display: block;
	float: left;
	border-radius: 5px;
	font-size: 16px;
}
.ys-msg button {
	background: #0e68b0;
	text-align: center;
	width: 18%;
	font-size: 16px;
	border-radius: 5px;
	border: 0;
	float: right;
	height: 55px;
	line-height: 55px;
	color: #fff;
}
