body {
	padding: 0;
	margin: 0;
	min-width: 1380px;
	font-family: "PingFang SC", "微软雅黑", "Microsoft YaHei", "hanSansCN_Medium",
		"Arial", "Helvetica Neue", "Helvetica", "STHeiTi", "arial", "sans-serif" !important;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

a,
a:hover {
	text-decoration: none;
}

ul {
	list-style: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-text-fill-color: #333 !important;
	background-color: transparent;
	transition: background-color 50000s ease-in-out 0s;
}

input {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	overflow: visible;
	background-color: transparent;
}

input:focus {
	border-color: #66afe9;
	border: none !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
}

.contentBox {
	display: block;
	/* transition: all 0.5s ease-in-out; */
}

header {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	transition: 0.1s;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	padding: 0 60px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: PingFangSC-Light, PingFang SC;
}

header .header-wp {
	width: 1250px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 50px;
}

header.header-scroll {
	color: #fff;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 10px rgba(58, 56, 56, 0.15);
	font-weight: bold;
}

header.header-scroll .logo {
	/* background-image: url(../img/logo.png); */
}

header .logo {
	width: 160px;
	height: 40px;
	background-image: url(../img/logo_white.png);
	background-size: 90% 90%;
	background-position-y: 3px;
	background-repeat: no-repeat;
}

header .glyphicon-map-marker {
	color: #fff;
	margin-right: 5px;
	font-size: 18px;
}

header .logo,
footer .logo {
	text-align: center;
}

header .content {
	display: flex;
	flex: 1;
	height: 100%;
	justify-content: end;
}

header .content>div {
	height: 100%;
	margin: 0 20px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}

header .content>div:nth-last-child(1) {
	margin-right: 0;
}

header .content>div:hover {
	color: #19459b;
	cursor: pointer;
}

header .content>div:hover .pop {
	opacity: 1;
	visibility: visible;
	transform: translate(-50px, 100%);
}

#activityTab::before {
	content: "最新";
	position: absolute;
	top: 2px;
	left: 52px;
	white-space: nowrap;
	font-size: 12px;
	background-color: red;
	border-radius: 4px;
	padding: 0px 4px;
	color: #fff !important;
}

header .pop {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(-50px, 90%);
	padding: 20px 50px;
	background: #ffffff;
	white-space: nowrap;
	line-height: 2;
	box-shadow: 5px 5px 10px 0px #bbb;
	opacity: 0;
	visibility: hidden;
	transition: 0.15s;
}

header .changeArea {
	position: relative;
	margin-left: 20px;
	height: 100%;
	line-height: 52px;
	cursor: pointer;
}

header .changeArea:hover .pop {
	opacity: 1;
	visibility: visible;
	transform: translate(-15px, 100%);
}

header .changeArea .pop {
	transform: translate(-15px, 90%);
	opacity: 0;
	visibility: hidden;
}

header .changeArea .pop>div {
	padding: 6px 0;
	margin: 0;
	color: #6a6a6a;
	font-weight: 500;
}

header .changeArea .pop>div:hover {
	color: #19459b;
	transition: all 0.5s ease 0s;
	transform: translate(0, -2px);
}

header .content>div .pop>div {
	padding: 6px 0;
	margin: 0;
	color: #6a6a6a;
	font-weight: 500;
}

header .content>div .pop>div:hover {
	color: #19459b;
	transition: all 0.5s ease 0s;
	transform: translate(0, -2px);
}

.topBannerImg {
	height: 550px;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.topBannerImg .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}

.topBannerImg .title {
	bottom: 15%;
	left: 50%;
	width: 1250px;
	color: #fff;
	font-size: 52px;
	position: absolute;
	transform: translate(-50%, 0);
}

.topBannerImg .title .small_title {
	font-size: 20px;
	font-family: auto;
}

.topBannerImg .nav {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}

.topBannerImg .nav span {
	margin: 0 15px;
	color: #19459b;
	font-size: 16px;
	font-weight: bold;
}

footer .footer-main {
	width: 100%;
	color: #fff;
	background-color: black;
	height: 600px;
	overflow: hidden;
	font-size: 14px;
	min-width: 1200px;
	position: relative;
}

footer .footerCont {
	padding-top: 70px;
}

footer .footeLeft {
	text-align: center;
}

footer .footeLeft .logoBox {
	width: 267px;
	height: 60px;
	margin: 0 auto;
}

footer .footeLeft .logoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

footer .footeLeft .erCodeBox {
	margin-top: 90px;
	font-size: 12px;
}

footer .footeLeft .erCodeBox img {
	width: 110px;
	height: 110px;
}

footer .footeLeft .erCodeBox p {
	margin: 10px;
}

footer .footeLeft .erCodeBox div:first-child {
	text-align: right;
}

footer .footeLeft .erCodeBox div:last-child {
	text-align: left;
}

footer .footeRight {
	text-align: center;
}

footer .footeRight .row {
	color: #fff;
	margin: 0;
}

footer .row.flex-wp.menu span {
	cursor: pointer;
}

footer .row.flex-wp.menu span:hover {
	color: #19459b;
}

footer .footeRight .row>div {
	padding: 2px 0;
	font-size: 16px;
	font-weight: bold;
	/* cursor: pointer; */
	flex: 1;
	white-space: nowrap;
}

footer .footeRight .row>div>div {
	margin-top: 15px;
	line-height: 2.5em;
	font-size: 14px;
	font-weight: 400;
}

footer .footeRight .footeInfo {
	margin-top: 60px;
	text-align: left;
	text-indent: 60px;
	/* display: flex; */
}

#address {
	text-align: left;
	text-indent: 60px;
	white-space: nowrap;
}

footer .footerBottom {
	width: 100%;
	color: #858585;
	font-size: 12px;
	padding: 10px 0;
	background-color: #000;
	position: absolute;
	bottom: 90px;
	text-align: center;
}

footer .footerBottom a {
	color: #858585;
}

footer .footerBottom span:first-child {
	color: #e2e2e2;
}

footer .footerBottom .police-icon {
	width: 20px;
	height: 20px;
	vertical-align: text-top;
	margin-left: 10px;
	display: inline-block;
	background: url("../img/police_icon.png") no-repeat;
}

.pubFloatFormBox {
	width: 100%;
	height: 90px;
	margin-top: 60px;
	background: url("../img/bg08.jpg") no-repeat;
	background-size: cover;
	background-color: #2d2d2d;
	transition: all 0.5s;
	position: fixed;
	bottom: 0;
	z-index: 10;
	color: #fff;
	display: none;
}

.pubFloatFormBox:hover {
	background-size: cover;
}

.pubFloatFormBox img {
	width: 120px;
	height: 200px;
	object-fit: contain;
	position: absolute;
	top: -110px;
	left: 75px;
}

.pubFloatFormBox .row {
	margin: 0;
	display: flex;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
}

.pubFloatFormBox .row .col-lg-5 {
	text-align: left;
	padding: 0;
	padding-left: 15%;
}

.pubFloatFormBox .row .col-lg-2 {
	text-align: center;
	font-size: 14px;
	flex: 1;
	-webkit-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	padding: 20px 0;
}

.pubFloatFormBox .row .col-lg-2 span {
	margin-right: 10px;
}

.pubFloatFormBox .row .col-lg-2 .randNumPub {
	width: 160px;
	font-size: 24px;
	display: inline-block;
	color: #19459b;
}

.pubFloatFormBox .row .col-lg-2 span:nth-child(3) {
	display: inline-block;
	width: 1px;
	height: 50px;
	vertical-align: middle;
	background-color: #fff;
}

.pubFloatFormBox .row .col-lg-4 {
	padding: 14px 0;
}

.pubFloatFormBox input,
.pubFloatFormBox select {
	background-color: #fff;
	border: none;
	outline: none;
	color: #000;
	height: 26px;
	width: 48%;
	opacity: 0.6;
	padding: 0 15px;
}

.pubFloatFormBox input:focus,
.pubFloatFormBox select:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 20px rgba(102, 175, 233, 1);
}

.pubFloatFormBox .areaInput {
	border-right: 1px solid #686562;
	margin-right: -4px;
	width: 96%;
}

.pubFloatFormBox .phoneInput {
	display: block;
	width: 96%;
	margin-top: 16px;
}

.pubFloatFormBox .submitPub {
	height: 30px;
	padding: 0 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 16px;
	cursor: pointer;
	background: #005bcc;
}

.pubFloatFormBox.close {
	display: none !important;
}

.pubFloatFormBox.bottom .close_btn {
	display: none !important;
}

.pubFloatFormBox .close_btn {
	width: 50px;
	height: 50px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	color: #19459b;
	cursor: pointer;
}

/* 案例列表样式 */
.changbox {
	overflow: hidden;
	box-sizing: border-box;
	margin-left: 1.5%;
	margin-bottom: 20px;
	position: relative;
	float: left;
	height: 236px;
}

.changbox:hover {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.changfix {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

.changbox>img {
	height: 100%;
}

.changbox .img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.changbox:nth-child(3n + 1) {
	margin-left: 0 !important;
}

.mbbox {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 40px;
	width: 100%;
	background: #00000080;
}

.mbbox div {
	background: #000;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.mbbox p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 5%;
	height: 100%;
	color: #fff;
	line-height: 40px;
}

.anamationbox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	background: #ffffff;
	transform: scale(0.5);
	z-index: 11;
}

#scale {
	animation: scale 0.5s forwards;
}

#scale1 {
	animation: scale1 0.5s forwards;
}

.anamationtop {
	position: absolute;
	height: 60%;
	width: 100%;
	top: -50%;
	opacity: 0;
	left: 0;
	z-index: 10;
	background: #fff;
	z-index: 11;
}

#ratetop {
	animation: ratetop 0.5s forwards;
}

#ratetop1 {
	animation: ratetop1 0.5s forwards;
}

.anamationtop>div {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.anamationtop div div {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0px auto;
	overflow: hidden;
}

.anamationtop div p {
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
}

.anamationbot {
	position: absolute;
	height: 40%;
	width: 100%;
	top: 100%;
	left: 0;
	opacity: 0;
	background: #fff;
	z-index: 11;
	/*animation: ratebot 1s  forwards;*/
}

#ratebot {
	animation: ratebot 0.5s forwards;
}

#ratebot1 {
	animation: ratebot1 0.5s forwards;
}

.anamationbot p {
	margin-top: 30px;
	color: #666;
	text-align: center;
}

.anamationbot span {
	display: block;
	margin: 15px auto 10px;
	width: 35%;
	height: 30px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #19459b;
	background-color: #19459b;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
}

@keyframes scale {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes scale1 {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	/*50%{
    opacity: 0.4;
    transform: scale(0.7);

  }*/
	100% {
		opacity: 0;
		transform: scale(0.5);
		display: none;
	}
}

@keyframes ratetop {
	0% {
		opacity: 0;
		top: -50%;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		top: 0;
		opacity: 1;
		background: #fff;
	}
}

@keyframes ratebot {
	0% {
		opacity: 0;
		top: 100%;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		top: 50%;
		opacity: 1;
		background: #fff;
	}
}

@keyframes ratetop1 {
	0% {
		opacity: 1;
		top: 0;
	}

	50% {
		/*opacity: 0;*/
	}

	100% {
		top: -50%;
		/*opacity: 0;*/
		display: none !important;
	}
}

@keyframes ratebot1 {
	0% {
		opacity: 1;
		top: 50%;
	}

	50% {
		/*opacity: 0;*/
	}

	100% {
		top: 100%;
		/*opacity: 0;*/
		display: none;
	}
}

.pagination {
	display: flex;
	justify-content: center;
}

.lineAnimat:hover::before {
	/*左上*/
	left: 6px;
	right: 6px;
}

.lineAnimat::before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	top: 6px;
	bottom: 6px;
	z-index: 9;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-top: 2px solid rgba(255, 255, 255, 0.6);
	border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

.lineAnimat:hover::after {
	/*右下*/
	top: 6px;
	bottom: 6px;
}

.lineAnimat::after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 6px;
	right: 6px;
	z-index: 9;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-left: 2px solid rgba(255, 255, 255, 0.6);
	border-right: 2px solid rgba(255, 255, 255, 0.6);
}

/* 表单弹框 */
.popUpFormBox {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: rgb(0 0 0 / 0.3);
	display: none;
}

.popUpForm {
	width: 1000px;
	height: 660px;
	background: url(../img/popForm_bg1.png) no-repeat;
	background-size: cover;
	background-color: #fff;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.popUpForm.quantity {
	background: url(../img/popForm_bg2.png) no-repeat;
	background-size: cover;
}

.popUpForm:hover {
	background-size: cover;
}

.popUpForm>div {
	width: 50%;
}

.popUpForm .disCount .logo {
	width: 220px;
	margin: 30px;
}

.popUpForm .disCount .logo img {
	width: 100%;
}

.popUpForm .disCount>p {
	width: 100%;
	text-align: center;
	height: 23px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin-top: 300px;
	line-height: 16px;
}

.popUpForm .disCount>p span {
	color: #19459b;
	font-size: 20px;
}

.popUpForm .disCount .swiperDialog {
	position: absolute;
	left: 80px;
	bottom: 32px;
	width: 360px;
	height: 211px;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
	padding: 10px;
	background-color: rgba(208, 208, 208, 0.76);
}

.disCount .swiperDialog .swiper-slide p {
	color: #fff;
	font-size: 14px;
	height: 14px;
	line-height: 1;
}

.disCount .swiperDialog .swiper-slide p span {
	font-size: 14px;
	margin-left: 40px;
	margin-right: 58px;
}

.formPopUp {
	padding: 20px 45px;
	text-align: center;
}

.formPopUp .close {
	font-size: 20px;
}

.formPopUp .title {
	font-size: 30px;
	font-weight: 600;
	margin-top: 80px;
	margin-bottom: 0;
}

.formPopUp .subTitle {
	font-size: 12px;
	margin-bottom: 15px;
	color: #a4a4a4;
	margin-top: 5px;
}

.formPopUp .tags {
	display: flex;
	font-weight: 600;
	margin-bottom: 50px;
	justify-content: space-around;
	padding: 0 40px;
}

.formPopUp .tags>div:nth-child(2) {
	/* margin: 0 20%; */
}

.formPopUp .tags img {
	width: 20px;
}

.formPopUp form .radioBox {
	display: flex;
	margin-bottom: 20px;
}

.formPopUp form .radioBox label:first-child {
	margin-right: 50px;
}

.formPopUp form input[type="radio"] {
	zoom: 2;
	vertical-align: -4px;
}

.formPopUp form .inputBox {
	text-align: left;
	color: #6b6b6b;
	font-size: 12px;
}

.formPopUp form input[type="text"],
.formPopUp form input[type="tel"] {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	outline: none;
	border: none;
	padding: 0px 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #19459b;
}

.formPopUp form .submitJoin {
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	background-color: #19459b;
	background-position-x: 85%;
	color: #fff;
	transition-duration: 300ms;
	cursor: pointer;
}

/* 侧边导航 */
.flex-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.aside-fixed {
	position: fixed;
	top: 28%;
	right: 20px;
	width: 92px;
	background: #ffffff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
	z-index: 100;
}

.aside-fixed .fix-item:hover .img {
	width: 30px;
	height: 30px;
	margin-bottom: 11px;
	background-size: contain;
}

.aside-fixed .fix-item:hover .img::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 92px;
	width: 240px;
	height: 92px;
	background: #000;
}



.aside-fixed .fix-item:hover:nth-child(2) .img::after {
	width: 120px;
	height: 120px;
	background: no-repeat url(../img/icon/qiwei.png) center / cover;
}

.aside-fixed .fix-item:hover:nth-child(3) .img::after {
	background: no-repeat url(../img/icon/02_after.png) center / cover;
}

.aside-fixed .fix-item:hover:nth-child(4) .img::after {
	background: no-repeat url(../img/icon/03_after.png) center / cover;
}

.aside-fixed .fix-item:hover:nth-child(5) .img::after {
	width: 0;
}

.aside-fixed .fix-item-phone {
	position: relative;
}

.aside-fixed .fix-item .phone {
	display: none;
	position: absolute;
	left: -240px;
	top: 0;
	background-color: #fff;
	width: 240px;
	height: 92px;
	padding: 15px;
	box-sizing: border-box;

}

.aside-fixed .fix-item .phone .p {
	font-size: 16px;
}

.aside-fixed .fix-item .phone .v span {
	font-size: 16px;
	color: #333;
}

.aside-fixed .fix-item:hover .phone {
	display: block;
}

.aside-fixed .fix-item {
	position: relative;
	width: 100%;
	height: 92px;
	cursor: pointer;
	padding-bottom: 20px;
}

.aside-fixed .fix-item:not(:last-of-type)::before {
	content: "";
	position: absolute;
	top: 92px;
	width: 50px;
	height: 1px;
	background: #eeeeee;
}

.aside-fixed .fix-item:first-child {
	padding-top: 20px;
}

.aside-fixed .fix-item .img {
	width: 30px;
	height: 30px;
	margin-bottom: 11px;
	background-size: contain;
	background-repeat: no-repeat;
}

.aside-fixed .fix-item:nth-child(1) .img {
	background-image: url("../img/icon/phone.png");
}

.aside-fixed .fix-item:nth-child(2) .img {
	background-image: url("../img/icon/01.png");
}

.aside-fixed .fix-item:nth-child(3) .img {
	background-image: url("../img/icon/02.png");
}

.aside-fixed .fix-item:nth-child(4) .img {
	background-image: url("../img/icon/04.png");
}

.aside-fixed .fix-item:nth-child(5).before::before {
	content: "";
	position: absolute;
	top: 0;
	width: 50px;
	height: 1px;
	background: #eeeeee;
}

.aside-fixed .fix-item:nth-child(5) .img {
	background-image: url("../img/icon/05.png");
	background-size: 90%;
}

.aside-fixed .fix-item:nth-child(5):hover.before::before {
	height: 0;
}

.aside-fixed .fix-item span {
	height: 11px;
	font-size: 12px;
	font-weight: 400;
	color: #333333;
}

.aside-fixed .fix-item+.fix-item {
	padding-top: 20px;
}

.aside-fixed {
	align-items: flex-end;
}

.aside-fixed .fix-item.subject {
	width: 200px;
	height: 100px;
	padding: 0;
}

.aside-fixed .fix-item.subject img {
	width: 100%;
	height: 100%;
}

#pagination>.active>a {
	background-color: #19459b;
	border-color: #19459b;
}

#pagination li {
	margin: 0 2px;
}

.pagination>li>a {
	color: #323233;
}

.flex-wp {
	display: flex;
}