@charset "utf-8";

/*通用样式*/
html {
	font-size: 100px;
}

*, a, a:hover, a:active, a:visited, a:link, a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;
}

html, body, div, span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: normal;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	list-style: none;
}

html, body {
	position: relative;
	/* height: 100%; */
}

input, textarea {
	outline: none;
	border: none;
	box-sizing: border-box;
	background: none;
}

body {
	overflow-x: hidden;
	background: url(../images/ibodybg.jpg) center bottom no-repeat;
	font: normal 12px/22px "微软雅黑";
	background-size: 100% 100%;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #b42d31;
}

.clear {
	clear: both;
}

div {
	box-sizing: border-box;
}

.clearfix::after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}

.pic {
	padding-top: 65%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.pic img:hover {
	transform: scale(1.05);
}

/* CSS Document */

-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}

-box:before {
	content: "";
	position: absolute;
	top: 0;
	height: 0;
	background: none;
	transition: .6s;
	left: 0;
	right: 0;
	z-index: 1;
}

-box.on:before {
	height: 100%;
}

-box .bubbles-bg {
	opacity: 0;
	visibility: hidden;
	display: none;
}

-box .search-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0, 0, 0, .7);
	background-size: cover;
	background-repeat: no-repeat;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77, 0, .175, 1);
}

-box .wrap-inner {
	transform: translateY(100%);
	transition: .6s;
}

.header-right .bubbles-bg {
	opacity: 0;
	visibility: hidden;
	transition: all .5s .8s;
}


.search-input {
	width: 223px;
	height: 32px;
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	background: #fff;
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
	border-radius: 500px;
}

.search-input input[type=text] {
	float: left;
	height: 32px;
	width: calc(100% - 40px);
	background-color: transparent;
	font-size: 16px;
	line-height: 32px;
	color: #919191;
	transition: all .3s;
	outline: none;
	border: 0;
}

.search-input input[type=text]::-webkit-input-placeholder {
	color: #919191;
}

.search-input input[type=text]:-moz-placeholder {
	color: #919191;
}

.search-input input[type=text]::-moz-placeholder {
	color: #919191;
}

.search-input input[type=text]:-ms-input-placeholder {
	color: #919191;
}

.search-input input[type=image],
.search-input .clear-btn {
	float: right;
	height: 0.72rem;
	width: 0.56rem;
}

.search-input input[type=image] {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
	background-image: url(../images/search.png);
	background: url(../images/search.png) no-repeat center center;
	height: 32px;
	width: 40px;
	border-radius: 100px;
}

.search-input .clear-btn {
	background-color: rgba(0, 0, 0, .2);
	background-repeat: no-repeat;
	background-position: center;
	
	background-size: 0.56rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}

.search-input.on {
	background-color: #fff;
}

.search-input.on input[type=image] {}





@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}

@keyframes spin2 {
	to {
		transform: rotate(-1turn);
	}
}

@keyframes spin-reverse {
	from {
		transform: rotate(1turn);
	}
}

@keyframes spin-reverse2 {
	from {
		transform: rotate(-1turn);
	}
}

.fixRight span {
	display: block;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	line-height: 40px;
	position: absolute;
	margin: 0 auto;
	width: 100%;
	bottom: 0;
}

.container {
	width: 1400px;
	margin: 0 auto;
}

.header {
	transition: all 0.5s;
	z-index: 10;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	transition: all 0.3s;
	padding: 0 3.125vw 0;
	height: 127px;
	display: flex;
	justify-content: space-between;
}

.header.move {
	background: #98262A;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	background: linear-gradient(90deg, #98262A 0%, #D13439 100%);
}

/*
.banner { z-index: 3; position: relative; height: 80vh; width: 100%;}
.banner::after { content: ''; width: 100%; z-index: 2; position: absolute; left: 0; top:0; height: 140px; background-image: linear-gradient(180deg, #0841a1 20%, rgba(0, 0, 0, 0) 100%) !important;}
.banner .swiper { width: 100%; height: 100%;}
.banner img,.banner video { width: 100%; height: 100%; object-fit: cover; display: block;}
*/
.headerLogo {
	margin-top: 28px;
}

/*.headerControl {justify-content: end; margin: 20px 0; display: flex; align-items: center;}
.headerControl a { font-size: 16px; color: #ffffff; display: flex; align-items: center;}
.headerControl a i { background: url() center no-repeat; width: 19px; height: 19px; display: block; margin-right: 8px;}
.headerControl a:hover i {background: url() center no-repeat;}
.headerControl b { margin: 0 16px; width: 1px; height: 14px; display: block; background: #687d9f;}
.headerControl a:hover {color:#F6A452 ;}
*/


.headerControl {
	text-align: right;
	margin: 21px 0 19px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.headerControl a {
	font-size: 16px;
	color: #ffffff;
}

.headerControl a i {
	vertical-align: -3px;
	background: url(../images/earth.png) center no-repeat;
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-right: 8px;
}

.headerControl a:hover i {
	
}

.headerControl b {
	margin: 0 16px;
	width: 1px;
	height: 14px;
	display: inline-block;
	background: #687d9f;
}

.headerControl a:hover {
	color: #F6A452;
}

.searchEenter {
	display: inline-block;
	vertical-align: -5px;
	background: url(../images/searchicon.png) center no-repeat;
	margin-left: 22px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.searchEenter:hover {
	background: url(../images/searchiconcur.png) center no-repeat;
}

.nav ul::after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}

.nav li:first-child {
	margin-left: 0;
}

.nav li {
	position: relative;
	margin-left: 2.7vw;
	float: left;
}

.nav li h2 a {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.nav li h2 {
	padding-bottom: 15px;
	position: relative;
}

.nav li h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	transition: all 0.3s;
	left: 50%;
	transform: translateX(-50%);
	background: #F6A452;
	height: 3px;
}

.nav dl {
	display: none;
	position: absolute;
	width: 150px;
	left: 50%;
	margin-left: -75px;
	background: #ffffff;
}

.nav li:nth-child(3) dl {
	width: 190px;
	margin-left: -95px;
}

.nav dt {
	text-align: center;
	font-size: 16px;
	line-height: 54px;
}

.nav dt a {
	display: block;
	color: #333333;
	transition: all 0.5s;
}

.nav dt a:hover {
	background: #98262A;
	color: #ffffff;
}

.nav li:hover h2::after {
	width: 100%;
}

.banner-title {
	position: absolute;
	bottom: 26px;
	height: 64px;
	z-index: 3;
	width: 100%;
}

.banner-title .inner {
	display: flex;
	justify-content: flex-end;
}

@keyframes up-down {
	0% {
		bottom: 0px;
	}

	25% {
		bottom: 32px;
	}

	50% {
		bottom: 0px;
	}

	75% {
		bottom: 32px;
	}

	100% {
		bottom: 0px;
	}
}

.banner .bb {
	position: absolute;
	bottom: 32px;
	width: 27px;
	height: 58px;
	background: url() no-repeat center center;
	z-index: 99;
	cursor: pointer;
	left: calc(50% - 13.5px);
	animation: up-down 4s linear infinite;
}

.banner .bb p {
	position: absolute;
	width: 146px;
	color: #fff;
	top: -30px;
	left: calc(50% - 73px);
	font-size: 18px;
}

.banner .swiper-slide>p {
	position: absolute;
	bottom: 37px;
	height: 0px;
	line-height: 52px;
	text-align: center;
	background: #5752528d;
	font-size: 16px;
	color: #fff;
	padding: 0 20px;
	left: 20%;
}

.banner-title .inner>p:nth-of-type(1) {
	width: 370px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	background: #0000008d;
	font-size: 22px;
	color: #fff;
	left: 0;
}

.jiantou {
	width: 104px;
	height: 52px;
	position: relative;
	margin-right: 60px;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	width: 52px !important;
	height: 50px !important;
	opacity: 0.8;
}

.banner .swiper-button-prev {
	left: 0 !important;
	background-color: #ffac42;
}

.banner .swiper-button-prev:hover {
	opacity: 1;
}

.banner .swiper-button-next:hover {
	opacity: 1;
}

.banner .swiper-button-next {
	right: 0 !important;
	background-color: #1d5dc5;
}

.banner .swiper-button-next img {
	max-width: 10px !important;
	max-height: 18px !important;
}

.banner .swiper-button-prev img {
	max-width: 10px !important;
	max-height: 18px !important;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	content: none !important;
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
	content: '';
}

.banner .video-bg {
	
	background-size: 100% 100%;
}

/*  */
.severbox {
	margin: 77px auto;
}

.severCont {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 60px -5% 0 auto;
}

.severCont .serviceType {
	width: 20%;
	margin: 10px 0 30px 0;
}

.severCont .serviceType a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

/*  */

.topNotice {
	padding: 0 0 70px;
	height: auto;
	overflow: hidden;
}

.titleCell h2 {
	line-height: 1;
	margin-bottom: 16px;
	font-size: 36px;
	color: #010101;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	font-weight: bold;
}
.titleCell h2 span{font-weight: bold;}
.center_title h2 {
	justify-content: center;
}

.titleCell h2 img {
	margin: 0 10px 0 0
}

.titleCell h2 a {
	font-size: 16px;
	color: #9E9E9E;
	background: url(../images/morebg.png) right center no-repeat;
	position: absolute;
	right: 5px;
	padding-right: 42px;
	transition: all 0.3s;
}

.titleCell h2 a:hover {
	right: 0px;
	transition: all 0.3s;
}



.general {
	width: calc(100% - 444px);
	float: left;
}

.generalPic {
	float: left;
	width: calc(100% - 350px);
	height: 474px;
	overflow: hidden;
}

.generalPic .swiper {
	width: 100%;
	height: 100%;
}

.generalPic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.generalPic .swiper-slide:hover img {
	transform: scale(1.1);
}

.generalPic .swiper-button-next, .generalPic .swiper-button-prev {
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	opacity: 0;
	transition: all 0.3s;
}

.generalPic .swiper-button-next::after, .generalPic .swiper-button-prev:after {
	font-size: 16px;
}

.generalPic:hover .swiper-button-next, .generalPic:hover .swiper-button-prev {
	opacity: 1;
}

.generalPic .swiper-button-next:hover, .generalPic .swiper-button-prev:hover {
	background: #98262A;
}

.generalPic .box {
	width: 100%;
	height: 100%;
}

.picFocus {
	position: relative;
}

.picFocus .prev, .picFocus .next {
	z-index: 2;
	display: block;
	width: 40px;
	height: 40px;
	margin: 2px 0;
	position: relative;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.picFocus .next::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -7px;
	display: inline-block;
	height: 9px;
	width: 9px;
	border-width: 1px 1px 0 0;
	border-color: #fff;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
}

.picFocus .prev::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -2px;
	display: inline-block;
	height: 9px;
	width: 9px;
	border-width: 0 0 1px 1px;
	border-color: #fff;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
}

.picFocus .next {
	right: 0;
}

.generalCont {
	margin-top: 40px;
}

.generalText {
	float: right;
	width: 350px;
}

.generalText li {
	transition: all 0.5s;
	padding: 18px 0 15.5px 30px;
	border-bottom: 1px solid #d5d3d0;
}

.generalText li span {
	line-height: 1;
	font-size: 15px;
	color: #98262A;
	display: block;
	margin-bottom: 13px;
	transition: all 0.3s;
}

.generalText li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5;
	font-size: 18px;
	color: #2f2f2f;
	line-height: 28px;
	height: 56px;
}

.generalText li.on {
	padding: 18px 10px 15.5px 30px;
	background: #98262A;
}

.generalText li.on span {
	color: #ffffff;
}

.generalText li.on p {
	color: #ffffff;
}

.notice {
	float: right;
	width: 48%;
}

.noticeList li {
	margin-bottom: 35px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #D4C5B5;
	transition: all 0.3s;
}

.noticeList li:hover {
	background: #98262A;
	transition: all 0.3s;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.noticeList li:hover .newsDate span {
	color: #fff;
}

.noticeList li:hover .newsDate p {
	color: #fff;
}

.noticeList li:hover .newsTag {
	color: #fff !important;
	;
}

.noticeList li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.newsDate {
	width: 100px;
	text-align: center;
	position: relative;
	padding: 15px 15px;
}

.newsDate:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 50px;
	background: #98262A;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.newsDate p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: normal;
	color: #5B5A5A;
}

.newsDate span {
	display: block;
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	color: #98262A;
}

.newsTag {
	transition: all 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	/* display: -webkit-box; */
	/* -webkit-line-clamp: 1; */
	/* -webkit-box-orient: vertical; */
	line-height: 26px;
	/* height: 66px; */
	font-size: 20px;
	color: #333333;
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 25px;
}

.noticeCont {
	display: flex;
	justify-content: space-between;
}

.noticeList li:last-child {
	margin-bottom: 0;
}

.noticeList {
	margin-top: 44px;
}

.noticeList li:hover .newsTag {
	color: #98262A;
}

.cellBanner img {
	display: block;
	width: 100%;
}

.titleCell a:hover {
	color: #fea200;
}



.servicePic {
	transition: all 0.5s;
	position: relative;
	box-sizing: border-box;
	border: 1px dashed #E5E5E5;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	background: #fff;
}

.servicePic img {
	transition: all 0.5s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}

.servicePic img:nth-child(2) {
	opacity: 0;
}

.seriveList {
	max-width: 100%;
	width: 1500px;
	margin: 0 auto;
}

.seriveList ul {
	overflow: hidden;
}

.seriveList li {
	box-shadow: -10px 0 10px rgba(0, 0, 0, 0.03);
	padding-top: 60px;
	text-align: center;
	float: left;
	width: 16.666666%;
}

.serviceType {
	margin: 20px 0;
}

.serviceType p {
	font-size: 22px;
	color: #131313;
	margin-left: 30px;
	flex: 1;
	min-width: 0;
}

.serviceTit p {
	font-weight: bold;
	font-size: 26px;
	color: #98262A;
	line-height: 1;
	margin-bottom: 13px;
}

.serviceTit span {
	display: block;
	font-size: 16px;
	color: #9b9b9b;
	font-family: 'Times New Roman';
}

.serviceTit {
	background: url(../images/sline.png) center bottom no-repeat;
	margin-bottom: 26px;
	padding-bottom: 36px;
}

.serviceType:hover .servicePic::after {
	content: "";
	display: block;
	width: 115px;
	height: 115px;
	border: 1px dashed #C81F25;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	animation: circles 5s infinite linear;
	transform: translateX(-50%) translateY(-50%);
}

.serviceType:hover .servicePic {
	background: #98262A;
	border: 1px solid #98262A;
}

.serviceType:hover .servicePic img {
	/* filter: grayscale(200%) brightness(200%); */
	filter: brightness(100);
	transition: all 0.3s;
}

.serviceType:hover p {
	color: #98262A;
	font-weight: bold
}

/* .serviceType:hover img:nth-child(1) {
	opacity: 0;
}

.serviceType:hover img:nth-child(2) {
	opacity: 1;
} */

@keyframes circles {
	0% {
		transform: translateX(-50%) translateY(-50%) rotate(0);
	}

	100% {
		transform: translateX(-50%) translateY(-50%) rotate(360deg);
	}
}









.special {
	
}



.specialPic {
	/* height: 223px; */
	overflow: hidden;
}

.specialPic img {
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.specialCont {
	padding-bottom: 70px;
	margin-top: 40px;
}

.specialCont ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}


.specialCont li {
	text-align: center;
	width: 23.215%;
	position: relative;
}

.specialCont li:last-child {
	margin-right: 0;
}

.specialCont li p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
	color: #fff;
	line-height: 57px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	font-size: 18px;
	font-weight: bold;
}

.specialCont li:hover img {
	transform: scale(1.1);
}

.specialCont li:hover p {
	background: #98262A;
	color: #ffffff;
}

.footer {
	background: #98262A;
}

.footerAside h2 {
	position: relative;
	font-size: 24px;
	color: #ffffff;
	position: relative;
	line-height: 52px;
}

.footerAside h2::after {
	content: '';
	background: #adccff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 47px;
	height: 2px;
}

.footerTop {
	position: relative;
	border-bottom: 1px solid #6083bd;
}

.footerPic {
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(100% - 850px);
}

.footerText {
	width: 850px;
}

.frLink {
	margin: 32px 0 65px;
}

.frLink a {
	line-height: 44px;
	font-size: 16px;
	width: 33%;
	display: inline-block;
	color: #ffffff;
	opacity: .56;
	transition: all 0.3s;
}

.frLink a:hover {
	opacity: 1;
}

.contactInfor {
	margin: 36px 0 45px;
}

.contactInfor p {
	line-height: 44px;
	font-size: 16px;
	color: #ffffff;
}

.contactInfor p:nth-child(1) {
	opacity: .56;
}

.contactInfor p a {
	color: #ffffff;
}

.contactInfor p span {
	margin-right: 3.645vw;
	color: #ffffff;
	transition: all 0.3s;
	opacity: .56;
}

.contactInfor p span:hover {
	opacity: 1;
}

.footerTop {
	padding-top: 72px;
}

.footerPic img {
	display: block;
	width: 100%;
}

.scanEwm {
	position: relative;
	float: right;
}

.copyRight p {
	margin-right: 45px;
	float: left;
	font-size: 16px;
	color: rgba(255, 255, 255, .56);
}

.copyRight p a {
	transition: all 0.3s;
	color: rgba(255, 255, 255, .56);
}

.copyRight p a:hover {
	color: rgba(255, 255, 255, 1);
}

.copyRight {
	line-height: 85px;
}

.scanEwm span {
	cursor: pointer;
	display: block;
	margin-top: 20px;
}

.ewmAlt {
	transform: scale(0);
	transition: all 0.3s;
	transform-origin: center bottom;
	border-radius: 4px;
	left: 50%;
	margin-left: -60px;
	overflow: hidden;
	position: absolute;
	bottom: 90px;
	width: 120px;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(255, 255, 255, .2);
}

.ewmAlt img {
	display: block;
	display: block;
	margin: 0 auto;
	width: 100%;
}

.scanEwm:hover .ewmAlt {
	transform: scale(1);
}

.menu_btn {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	float: right;
	width: 40px;
	position: relative;
	margin-right: 0px;
	margin-top: 32px;
	display: none;
}

.menu_btn .nav-toggle .lines {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
}

.menu_btn .nav-toggle .lines .line {
	background: #ffffff;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.menu_btn .nav-toggle .lines.open {
	margin: -11px 0 0 -11px;
	width: 22px;
	height: 25px;
	cursor: pointer;
}

.menu_btn .nav-toggle .lines.open .line {
	position: relative;
	width: 22px;
	height: 2px;
	-webkit-animation: open-in 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.3s 1 normal forwards;
	animation: open-in 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.3s 1 normal forwards;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.menu_btn .nav-toggle .lines.open .line+.line,
.menu_btn .nav-toggle .lines.open .line+.line+.line {
	margin-top: 5px;
}

.menu_btn .nav-toggle .lines.open .line:nth-child(2) {
	-webkit-animation-delay: 0.36s;
	animation-delay: 0.36s;
}

.menu_btn.is-opened .nav-toggle .open .line {
	-webkit-animation: open-out-1 0.4s linear 0s 1 normal forwards;
	animation: open-out-1 0.4s linear 0s 1 normal forwards;
	-webkit-transform: scaleX(1) translateX(0);
	transform: scaleX(1) translateX(0);
}

.menu_btn.is-opened .nav-toggle .open .line:nth-child(1) {
	-webkit-animation-delay: 0.16s;
	animation-delay: 0.16s;
}

.menu_btn.is-opened .nav-toggle .open .line:nth-child(2) {
	-webkit-animation-delay: 0.08s;
	animation-delay: 0.08s;
	-webkit-animation-name: open-out-2;
	animation-name: open-out-2;
}

.menu_btn .nav-toggle .lines.close {
	margin: -17px 0 0 -17px;
	width: 28px;
	height: 28px;
	-webkit-transform: rotateX(0.1deg) rotateZ(45deg);
	transform: rotateX(0.1deg) rotateZ(45deg);
	display: none;
}

.shiftLeft .menu_btn .nav-toggle .lines.close {
	display: block;
}

.menu_btn .nav-toggle .lines.close .line {
	position: absolute;
	background: #fff;
}

.menu_btn .nav-toggle .lines.close .line:nth-child(1) {
	top: 0;
	left: 12px;
	width: 3px;
	height: 28px;
	-webkit-animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
	animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
}

.menu_btn .nav-toggle .lines.close .line:nth-child(2) {
	top: 12px;
	left: 0;
	width: 28px;
	height: 3px;
	-webkit-animation: close-out-2 0.3s linear 0s 1 normal forwards;
	animation: close-out-2 0.3s linear 0s 1 normal forwards;
}

.menu_btn.is-opened .nav-toggle .close .line:nth-child(1) {
	-webkit-animation: close-in-1 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.6s 1 normal forwards;
	animation: close-in-1 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.6s 1 normal forwards;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.menu_btn.is-opened .nav-toggle .close .line:nth-child(2) {
	-webkit-animation: close-in-2 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.5s 1 normal forwards;
	animation: close-in-2 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.5s 1 normal forwards;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.menu_btn:hover .nav-toggle .i1 {
	width: 11px;
}

.menu_btne:hover .nav-toggl .i2 {
	width: 16px;
}

.menu_btn .nav-toggle .lines.close {
	display: block;
}

@-webkit-keyframes open-in {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

@keyframes open-in {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

@-webkit-keyframes open-out-1 {
	0% {
		-webkit-transform: scaleX(1) translateX(0);
		transform: scaleX(1) translateX(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}

	35% {
		-webkit-transform: scaleX(0.9) translateX(-5px);
		transform: scaleX(0.9) translateX(-5px);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}

	100% {
		-webkit-transform: scaleX(0) translateX(5px);
		transform: scaleX(0) translateX(5px);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}
}

@keyframes open-out-1 {
	0% {
		-webkit-transform: scaleX(1) translateX(0);
		transform: scaleX(1) translateX(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}

	35% {
		-webkit-transform: scaleX(0.9) translateX(-5px);
		transform: scaleX(0.9) translateX(-5px);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}

	100% {
		-webkit-transform: scaleX(0) translateX(5px);
		transform: scaleX(0) translateX(5px);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}
}

@-webkit-keyframes open-out-2 {
	0% {
		-webkit-transform: scaleX(1) translateX(0);
		transform: scaleX(1) translateX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	35% {
		-webkit-transform: scaleX(0.9) translateX(5px);
		transform: scaleX(0.9) translateX(5px);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	100% {
		-webkit-transform: scaleX(0) translateX(-5px);
		transform: scaleX(0) translateX(-5px);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

@keyframes open-out-2 {
	0% {
		-webkit-transform: scaleX(1) translateX(0);
		transform: scaleX(1) translateX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	35% {
		-webkit-transform: scaleX(0.9) translateX(5px);
		transform: scaleX(0.9) translateX(5px);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	100% {
		-webkit-transform: scaleX(0) translateX(-5px);
		transform: scaleX(0) translateX(-5px);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

@-webkit-keyframes close-in-1 {
	0% {
		-webkit-transform: scaleY(0) translateY(-10px);
		transform: scaleY(0) translateY(-10px);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	100% {
		-webkit-transform: scaleY(1) translateY(0);
		transform: scaleY(1) translateY(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

@keyframes close-in-1 {
	0% {
		-webkit-transform: scaleY(0) translateY(-10px);
		transform: scaleY(0) translateY(-10px);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	100% {
		-webkit-transform: scaleY(1) translateY(0);
		transform: scaleY(1) translateY(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

@-webkit-keyframes close-in-2 {
	0% {
		-webkit-transform: scaleX(0) translateX(-10px);
		transform: scaleX(0) translateX(-10px);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	100% {
		-webkit-transform: scaleX(1) translateX(0);
		transform: scaleX(1) translateX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

@keyframes close-in-2 {
	0% {
		-webkit-transform: scaleX(0) translateX(-10px);
		transform: scaleX(0) translateX(-10px);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	100% {
		-webkit-transform: scaleX(1) translateX(0);
		transform: scaleX(1) translateX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

@-webkit-keyframes close-out-1 {
	0% {
		-webkit-transform: scaleY(1) translateY(0);
		transform: scaleY(1) translateY(0);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}

	100% {
		-webkit-transform: scaleY(0) translateY(10px);
		transform: scaleY(0) translateY(10px);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}
}

@keyframes close-out-1 {
	0% {
		-webkit-transform: scaleY(1) translateY(0);
		transform: scaleY(1) translateY(0);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}

	100% {
		-webkit-transform: scaleY(0) translateY(10px);
		transform: scaleY(0) translateY(10px);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}
}

@-webkit-keyframes close-out-2 {
	0% {
		-webkit-transform: scaleX(1) translateX(0);
		transform: scaleX(1) translateX(0);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}

	100% {
		-webkit-transform: scaleX(0) translateX(10px);
		transform: scaleX(0) translateX(10px);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}
}

@keyframes close-out-2 {
	0% {
		-webkit-transform: scaleX(1) translateX(0);
		transform: scaleX(1) translateX(0);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}

	100% {
		-webkit-transform: scaleX(0) translateX(10px);
		transform: scaleX(0) translateX(10px);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}
}

@-webkit-keyframes backward-infinite {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		-webkit-transform: translate3d(calc((-100% / 3) - .125em), 0, 0);
		transform: translate3d(calc((-100% / 3) - .125em), 0, 0);
	}
}

@-moz-keyframes backward-infinite {
	0% {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		-webkit-transform: translate3d(calc((-100% / 3) - .125em), 0, 0);
		-moz-transform: translate3d(-moz-calc((-100%/3) - .125em), 0, 0);
		transform: translate3d(calc((-100% / 3) - .125em), 0, 0);
	}
}

@keyframes backward-infinite {
	0% {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		-webkit-transform: translate3d(calc((-100% / 3) - .125em), 0, 0);
		-moz-transform: translate3d(-moz-calc((-100%/3) - .125em), 0, 0);
		transform: translate3d(calc((-100% / 3) - .125em), 0, 0);
	}
}

.fixRight {
	z-index: 2;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #98262A;
	width: 142px;
	opacity: 0.8;
	z-index: 998;
}

.fixRight:hover {
	opacity: 1
}

.fixRight img {
	width: 142px;
	height: auto
}

.fixRight a {
	display: block;
	/* position: absolute; */
	width: 100%;
	height: 227px;
	overflow: hidden;
}

.fixRight a.link1 {
	top: 380px;
	left: 10px;
}

.fixRight a.link2 {
	top: 430px;
	left: 10px;
}

.fixRight a.link3 {
	top: 480px;
	left: 10px;
}
.mobile-search {
    display: none;
}
@media screen and (max-width:1820px) {
	.nav li h2 a {
		font-size: 16px;
	}
}

@media screen and (max-width:1680px) {
	.nav li {
		margin-left: 20px;
	}
}

@media screen and (max-width:1550px) {
	.container{
    width: 100%;
}
	.nav li {
		margin-left: 35px;
	}

	.header {
		padding: 0 20px;
	}

	.headerLogo img {
		height: 50px;
	}

	.titleCell h2 {
		font-size: 32px;
	}



	.generalText li p, .newsTag {
		font-size: 16px;
	}

	.serviceTit p {
		margin-bottom: 6px;
		font-size: 20px;
	}

	.seriveList li {
		padding-top: 30px;
	}

	.serviceTit span {
		font-size: 14px;
	}

	.serviceType p {
		font-size: 16px;
	}

	.servicePic {
		width: 80px;
		height: 80px;
	}

	.servicePic img {
		height: 40px;
	}

	.serviceType:hover .servicePic::after {
		width: 100px;
		height: 100px;
	}

	.serviceType {
		margin-bottom: 30px;
	}
.severCont{
    /* margin: 60px auto 0 auto; */
}
	.serviceTit {
		padding-bottom: 20px;
	}

	.workCont, .topNotice {
		padding: 60px 0;
	}

	.partyWork li h2 {
		font-size: 16px;
		line-height: 18px;
	}

	.footerTop {
		padding-top: 40px;
	}

	.footerAside h2 {
		font-size: 18px;
	}

	.frLink {
		margin: 20px 0;
	}
}

@media screen and (max-width:1320px) {
	.fixRight {
		/* display: none; */
	}

	.headerControl {
		display: none;
	}

	.header {
		border: none;
		height: 60px;
	}

	.headerLogo {
		margin-top: 15px;
	}

	.headerLogo img {
		height: 30px;
	}

	.header {
		background: #98262A;
	}

	body {
		padding-top: 60px;
	}

	.menu_btn {
		display: block;
	}

	.header {
		display: block;
	}
	.banner .swiper-container {
    padding-top: 0px !important;
}

	.banner::after {
		display: none
	}

	.headerLogo {
		float: left;
	}

	.nav {
		background: #98262A;
		width: 100%;
		position: fixed;
		left: -110%;
		top: 60px;
		height: calc(100vh - 60px);
		z-index: 10;
		overflow: scroll;
	}

	.nav li {
		border-bottom: 1px solid rgba(255, 255, 255, .16);
		padding: 0;
		float: none;
		margin: 0;
	}

	.nav li h2 {
		padding: 0;
		line-height: 50px;
		font-weight: normal;
		text-indent: 10px;
	}

	.nav li h2 a {
		font-weight: normal;
	}

	.nav li dl {
		position: static;
		margin: 0;
		width: 100%;
		background: none;
	}

	.nav li dt a {
		font-size: 14px;
		text-align: left;
		text-indent: 20px;
		color: #ffffff;
	}

	.nav li dt {
		line-height: 40px;
	}

	#screen {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 5;
		background: rgba(0, 0, 0, 0.5);
		display: none;
	}

	.banner {
		/* height: 300px; */
	}

	.banner .bb p {
		font-size: 14px;
		text-align: center;
	}
}

@media screen and (max-width:1280px) {

.serviceType:hover .servicePic::after{display:none}
 .mobile-search {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding: 0 0 0 1px;
  margin: .1rem auto .15rem;
  overflow: hidden;
  background: #fff;
}

 .mobile-search .form {
  display: flex;
  width: 100%;
  /* border: 1px solid #98262a; */
  border-radius: 2px;
  overflow: hidden;
}

 .mobile-search .input {
  width: calc(100% - .7rem);
  height: .5rem;
  margin: 0 .1rem 0 0;
  padding: 0 .1rem 0 .2rem;
  vertical-align: top;
  font-size: 0.17rem;
  font-weight: 500;
  line-height: 0.5rem;
  color: #333;
  text-align: left;
  background: #fff;
}

 .mobile-search .submit {
  width: .7rem;
  height: .5rem;
  vertical-align: top;
  background-image: url("../images/search.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #ffffff;
  background-size: auto;
  border: #b4b1b1 solid 1px;
}

.mobile-box.show {
  left: 0px;
  opacity: 1;
  visibility: visible;
}
	.notice, .general, .seriveList li, .bidding {
		width: 100%;
		float: none;
	}

	.noticeCont {
		display: block;
		width: 96%;
		margin: 0 auto;
	}

	.container {
		display: block;
		width: 96%;
		margin: 0 auto;
	}

	.footerText {
		width: 100%;
	}

	.topNotice {
		padding: 20px 0;
	}

	.titleCell h2 {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.titleCell h2 a {
		font-size: 14px;
	}



	.generalPic {
		float: none;
		height: auto;
		width: 640px;
		margin: 0 auto;
		max-width: 100%;
	}

	.generalText {
		float: none;
		margin: 0 auto;
		max-width: 100%;
		width: 640px;
	}

	.generalText li p, .newsTag {
		font-size: 16px;
		line-height: 1.5;
	}

	.generalText li p {
		height: auto;
	}

	.notice {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.noticeList {
		margin-top: 10px;
	}

	.newsDate span {
		font-size: 20px;
	}

	.serviceType {
		display: inline-block;
		width: 30%;
		margin: 10px 0 10px 0 !important;!i;!;
	}

	.serviceType p {
		font-size: 14px;
		margin-left: 10px;
	}

	.serviceCont {
		padding-bottom: 60px;
	}

	.generalCont {
		margin-top: 10px;
	}

	.workCont, .topNotice {
		padding: 0 0;
	}



	.bidding {
		margin-top: 20px;
	}

	.bidding ul {
		margin-top: 10px;
	}

	.bidding li {
		padding: 10px;
		height: 140px;
	}

	.bidding li p {
		height: auto;
		font-size: 14px;
	}

	.specialCont {
		margin-top: 20px;
		padding-bottom: 20px;
	}

	.specialCont li p {
		font-size: 14px;
	}

	.specialCont li {
		width: 100%;
		margin-bottom: 2%;
		margin: 0 5px;
	}

	.specialPic {
		height: auto;
	}

	.frLink a {
		font-size: 14px;
		width: auto;
		margin-right: 10px;
		line-height: 2;
		display: inline-block;
	}

	.contactInfor p {
		font-size: 14px;
		line-height: 1.5;
	}

	.contactInfor, .frLink {
		margin: 10px 0;
	}

	.scanEwm {
		display: none;
	}

	.copyRight p {
		float: none;
		line-height: 1.5;
		margin: 0;
		text-align: center;
		font-size: 14px;
	}

	.copyRight {
		padding: 10px 0;
	}

	.footerTop {
		padding-top: 10px;
	}

	.nav li h2 a {
		font-size: 16px;
		padding-left: 10px;
	}

	.nav li h2 {
		line-height: 48px;
	}

	.nav li:nth-child(3) dl {
		margin-left: 0;
	}

	.banner-title .inner .bb {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.newsDate {
		padding: 5px;
		width: 84px;
	}

	.noticeList li {
		margin-bottom: 10px;
	}

	.center_title h2 {
		justify-content: flex-start;
	}

	.titleCell h2 img {
		width: 30px
	}

	.severCont {
		margin: 15px auto 0 auto;
	}

	.severCont .serviceType a {
		display: block;
		text-align: center;
	}

	.serviceType p {
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.servicePic {
		width: 50px;
		height: 50px;
		margin: 0 auto;
	}

	.servicePic img {
		height: 25px;
	}

	.severbox {
		margin: 30px auto 0 auto;
	}

	.specialCont ul {
		flex-wrap: wrap;
	}

	.specialCont li {
		width: 48%;
		margin: 10px 0;
	}

	.specialCont li p {
		line-height: 40px;
	}
}

@media screen and (max-width:480px) {
	.generalPic img {
		width: 62%;
	}

}