@font-face {
	font-family: "Futura";
	src: url("../fonts/Futura.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
i,
b,
s {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Source Han Sans CN", "PingFang SC", "Microsoft YaHei",
		"MicrosoftJhengHei";
}

body {
	min-width: 1366px;
	background: #fff;
}

body.c-showFixe {
	overflow: hidden;
}

button::-moz-focus-inner {
	padding: 0;
}

input,
button,
textarea,
select {
	resize: none;
	outline: none;
	border: none;
}

ul {
	list-style: none;
}

textarea:focus,
input:focus,
button:focus {
	outline: none;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	color: #fff;
	text-decoration: none;
}

.basecont {
	width: 1440px;
	margin: 0 auto;
}

@media (max-width: 1440px) {
	.basecont {
		width: 1280px;
	}
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #989ea8 !important;
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #989ea8 !important;
	opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #989ea8 !important;
}

/* End */
.c-clear {
	zoom: 1;
}

.c-clear:after {
	content: "";
	display: block;
	clear: both;
}

.c-fl {
	float: left;
}

.c-fr {
	float: right;
}

.c-container {
	position: relative;
	width: 1440px;
	margin: 0 auto;
}

@media (max-width: 1440px) {
	.c-container {
		width: 1280px;
	}
}

@-webkit-keyframes bannerImg2 {
	0% {
		bottom: -100px;
	}

	45% {
		bottom: 30px;
	}

	60% {
		bottom: 30px;
	}

	100% {
		bottom: 150px;
	}
}

@keyframes bannerImg2 {
	0% {
		bottom: -100px;
	}

	45% {
		bottom: 30px;
	}

	55% {
		bottom: 30px;
	}

	100% {
		bottom: 150px;
	}
}

.bannerImg2 {
	-webkit-animation-name: bannerImg2;
	animation-name: bannerImg2;
}

@-webkit-keyframes bannerImg3 {
	0% {
		bottom: -100px;
	}

	55% {
		bottom: -100px;
	}

	100% {
		bottom: 30px;
	}
}

@keyframes bannerImg3 {
	0% {
		bottom: -100px;
	}

	55% {
		bottom: -100px;
	}

	100% {
		bottom: 30px;
	}
}

.bannerImg3 {
	-webkit-animation-name: bannerImg3;
	animation-name: bannerImg3;
}

#c-header {
	position: absolute;
	z-index: 20;
	width: 100%;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
}

#c-header .c-topImg {
	position: relative;
	min-width: 1366px;
	height: 60px;
	background: #ec6e00;
	overflow: hidden;
}

#c-header .c-topImg img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	height: 100%;
}

#c-header .c-logo a {
	display: inline-block;
	vertical-align: top;
}

#c-header .c-logo a img {
	height: 36px;
	vertical-align: middle;
}

#c-header .c-logo .c-text {
	margin: 0 0 0 20px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 18px;
	color: #333;
}

#c-header .c-topPhone .c-phone {
	margin-right: 40px;
	display: inline-block;
	vertical-align: top;
	padding-left: 24px;
	font-family: "Futura";
	font-size: 20px;
	color: #242632;
	background: url(../image/top-phone.png) no-repeat left center / 14px;
}

#c-header .c-topPhone .c-btn {
	vertical-align: middle;
	display: inline-block;
	width: 140px;
	height: 46px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 46px;
	border-radius: 3px;
	background: #0086ff;
	background: -webkit-linear-gradient(left, #fbce00, #fbce00);
	background: linear-gradient(to right, #fbce00, #fbce00);
}

#c-header .c-albb {
	display: flex;
}

#c-header .c-albb a {
	display: block;
	margin-left: 120px;
	color: #fff;
	transition: all .4s;
}

#c-header .c-albb a:hover {
	color: #f14702;
}

.c-banner1 .c-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px;
	width: 53px;
	height: 4px;
	border-radius: 0;
}

.c-banner1 .swiper-pagination-bullet-active {
	background: #fff;
}

.c-common-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 56px;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	background: -webkit-linear-gradient(left, #fbce00, #fbce00);
	background: linear-gradient(to right, #fbce00, #fbce00);
}

.c-common-btn img {
	margin-left: 10px;
	height: 10px;
	transition: 0.5s;
}

.c-common-btn:hover img {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.fixedbox {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 150px;
	z-index: 666;
	display: none;
	background: rgb(0, 0, 0, 0.8);
	/* background: url(../image/fixed_down.png); */
}

.wodecox {
	position: absolute;
	right: 20px;
	top: 20px;
	height: 20px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.wodecox img {
	width: 20px;
	vertical-align: top;
}

.fixedbox {
	display: flex;
}

.fixedbox .basecont {
	display: flex;
	margin: auto;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}

.fixedbox .basecont .img {
	flex-shrink: 0;
	margin-right: 13px;
	width: 99px;
	height: 99px;
}

.fixedbox .basecont .tri {
	margin: auto 0;
	width: 0;
	height: 0;
	border: 5px solid;
	border-color: transparent #333 transparent transparent;
}

.fixedbox .basecont .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.fixedbox .basecont .lt p {
	margin: auto 0;
	margin-left: 8px;
	flex-shrink: 0;
	font-size: 16px;
	color: #333;
}

.fixedbox .basecont .gt .font {
	text-align: right;
	margin-bottom: 8px;
	display: flex;
	justify-content: flex-end;
}

.fixedbox .basecont .gt .font p {
	display: flex;
	align-items: center;
	margin-left: 17px;
	font-weight: lighter;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
}

.fixedbox .basecont .gt .font p span {
	font-weight: bold;
}

.fixedbox .basecont .gt .font p i {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	padding-left: 20px;
	width: 130px;
	height: 34px;
	font-weight: lighter;
	font-style: normal;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	text-align: left;
	background: url(../image/mfty-bg.png) no-repeat center / 100% 100%;
}

.fixedbox .basecont .lt {
	display: flex;
	align-items: flex-end;
}

.fixedbox .basecont .gt {
	flex-grow: 1;
	margin-left: 43px;
}

.fixedbox .basecont .gt .font {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fixedbox .basecont .gt .font span {
	margin-bottom: 0;
	margin-left: 0;
}

.fixedbox .basecont .gt .font strong {
	font-family: "Futura";
	font-weight: bold;
	font-size: 26px;
	margin-right: 14px;
	color: #fff;
}

.fixedbox .basecont .gt .form {
	display: flex;
}

.fixedbox .basecont .gt .form .text {
	width: 250px;
	height: 58px;
	line-height: 58px;
	padding: 0 20px;
	border-radius: 2px;
	font-size: 16px;
	color: #666;
	background: #fff;
	display: block;
	font-family: "Microsoft YaHei";
}

.fixedbox .basecont .gt .form>input:first-child {
	width: 200px;
}

.fixedbox .basecont .gt .form .obtain_code>.text {
	width: 300px;
}

.fixedbox .basecont .gt .form .inputLong {
	width: 270px;
}

.fixedbox .basecont .gt .obtain_code .getmsg {
	display: block;
	outline: none;
	border: none;
	width: 130px;
	height: 100%;
	border-radius: 3px;
	text-align: center;
	margin-left: 20px;
	font-size: 18px;
	color: #ff9000;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0px;
	font-weight: bold;
}

.fixedbox .basecont .gt .obtain_code .code_btn::after {
	content: '';
	width: 1px;
	height: 45px;
	background-color: #ff9000;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.fixedbox .basecont .gt .form a {
	display: block;
	outline: none;
	border: none;
	width: 140px;
	height: 58px;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 58px;
	background: #fbce00;
	cursor: pointer;
	color: #222;

}

.fixedbox .basecont .rt p:first-child {
	font-size: 18px;
	color: #333;
}

.fixedbox .basecont .rt p:last-child {
	font-size: 28px;
	color: #333;
}

.popusbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}

.popusbox .bag {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.5);
}

.popusbox .popusbox-section1 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	padding: 30px 48px;
	width: 37%;
	border-radius: 8px;
	overflow: hidden;
}

@media (max-width: 1440px) {
	.popusbox .popusbox-section1 {
		padding: 48px 38px;
	}

	.wodecox {
		right: 5px;
		top: 5px;
	}

	.fixedbox .basecont .gt .form input {
		width: 250px;
	}
	.fixedbox .basecont .gt .form input#num3 {
		width: auto;
	}

	.fixedbox .basecont .lt {
		font-size: 26px;
	}
}

@media (max-width: 1199px) {
	.popusbox .popusbox-section1 {
		padding: 38px 28px;
	}
}

@media (max-width: 991px) {
	.popusbox .popusbox-section1 {
		padding: 28px 18px;
	}
}

@media (max-width: 767px) {
	.popusbox .popusbox-section1 {
		padding: 20px 25px;
		width: 85%;
	}
}

.popusbox .popusbox-section1 .down {
	position: absolute;
	width: 48px;
	height: 48px;
	background-color: #999999;
	color: #fff;
	border-radius: 50%;
	top: -20px;
	right: -20px;
	line-height: 66px;
	/* text-align: center; */
	text-indent: 1rem;
	cursor: pointer;
}

.popusbox .popusbox-section1 .tit {
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

@media (max-width: 1440px) {
	.popusbox .popusbox-section1 .tit {
		margin-bottom: 18px;
	}
}

@media (max-width: 991px) {
	.popusbox .popusbox-section1 .tit {
		font-size: 26px;
		margin-bottom: 15px;
	}
}

.popusbox .popusbox-section1 form {
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.popusbox .popusbox-section1 form .c-item {
	margin-bottom: 10px;
	padding: 0 5px;
	width: 100%;
	position: relative;
}

.popusbox .popusbox-section1 form .c-item:nth-child(7),
.popusbox .popusbox-section1 form .c-item:nth-child(8),
.popusbox .popusbox-section1 form .c-item:nth-child(9),
.popusbox .popusbox-section1 form .c-item:nth-child(11) {
	width: 100%;
}

.popusbox .popusbox-section1 form input,
.popusbox .popusbox-section1 form select {
	width: 100%;
	padding: 15px 20px;
	background-color: #f5f5f5;
	border-radius: 3px;
	border: 1px solid #ddd;
	font-size: 16px;
	color: #989ea8;
	outline: none;
}

.popusbox .popusbox-section1 form select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	background: #f5f5f5 url(../image/san.png) no-repeat;
	background-position: right 20px center;
	background-size: 15px 15px;
}

#city {
	margin-left: 0;
}

.sele {
	float: right !important;
}

.popusbox .popusbox-section1 form select option {
	font-size: 16px;
}

.popusbox .popusbox-section1 form p {
	font-size: 16px;
	color: #999;
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.popusbox .popusbox-section1 form p i {
	margin-right: 5px;
	width: 10px;
	height: 16px;
}

.popusbox .popusbox-section1 form p i img {
	width: 10px;
	vertical-align: top;
}

.popusbox .popusbox-section1 form button {
	width: 100%;
	border: none;
	outline: none;
	padding: 20px 0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border-radius: 3px;
	background: -webkit-linear-gradient(left, #efda8f, #fbce00);
	background: linear-gradient(to right, #fbce00, #fbce00);
}

.popusbox .popusbox-section2 {
	width: 26%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border: 2px solid #fbce00;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
	display: none;
}

.popusbox .popusbox-section2 img {
	width: 100%;
	height: 60%;
}

.popusbox .popusbox-section2 .down {
	position: absolute;
	width: 48px;
	height: 48px;
	background-color: #999999;
	color: #fff;
	border-radius: 50%;
	top: -20px;
	right: -20px;
	line-height: 66px;
	/* text-align: center; */
	text-indent: 1rem;
	cursor: pointer;
}

.popusbox .popusbox-section2 .popusbox-butpho {
	width: 100%;
	padding: 15px 0;
	background: url(../image/basebut.jpg) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.rightfiexd {
	position: fixed;
	right: 0;
	top: 50%;
	display: none;
	z-index: 999;
	padding-top: 1px;
	width: 80px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.rightfiexd .item {
	display: flex;
	align-items: flex-start;
	text-align: center;
	border-radius: 3px;
	position: relative;
	margin-bottom: 1px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.rightfiexd .item .c-wrap {
	width: 80px;
	display: block;
	padding: 10px 0;
	text-align: center;
	border-radius: 3px;
	position: relative;
	margin-bottom: 1px;
	background: -webkit-linear-gradient(left, #f14702, #f14702);
	background: linear-gradient(to right, #f14702, #f14702);
	flex: 0 0 100%;
}

.rightfiexd .item i {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 auto 5px;
}

.rightfiexd .item i img {
	width: 100%;
	height: 100%;
	float: left;
	object-fit: contain;
}

.rightfiexd .item p {
	font-size: 14px;
	color: #fff;
}

.rightfiexd .item .hoverWx {
	position: absolute;
	top: 0;
	left: -150%;
	border: 3px solid #f14702;
	opacity: 0;
	transition: all .5s;
}

.rightfiexd .item .hoverWx .img {
	width: 99px;
	height: 99px;
}

.rightfiexd .item .hoverWx .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.rightfiexd .item .hoverWx .tri {
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: transparent transparent transparent #f14702;
}

.rightfiexd .item .hover1 {
	position: relative;
	padding: 0 20px;
	height: 70px;
	width: 180px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	background: #f14702;
	white-space: nowrap;
}

.rightfiexd .item .hover1::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 40px;
	margin-top: -20px;
	background: rgba(255, 255, 255, 0.2);
}

.rightfiexd .item .hover1:hover,
.rightfiexd .item .hover1:focus {
	color: #fff;
}

.rightfiexd .item.c-dt:hover {
	-webkit-transform: translateX(-152px);
	-moz-transform: translateX(-152px);
	-ms-transform: translateX(-152px);
	-o-transform: translateX(-152px);
	transform: translateX(-152px);
}

.rightfiexd .item.c-dt:hover .c-wrap {
	border-radius: 3px 0 0 3px;
}

#c-header .c-menu {
	position: relative;
	margin-top: 39px;
	width: 90px;
	height: 46px;
	margin-left: 50px;
	cursor: pointer;
}

#c-header .c-menu .c-text {
	font-size: 18px;
	line-height: 23px;
	color: #0187ff;
	width: 40px;
}

#c-header .c-switch {
	position: absolute;
	top: 6px;
	right: 0;
	width: 40px;
	height: 34px;
}

#c-header .c-switch i {
	position: absolute;
	display: block;
	height: 2px;
	border-radius: 1px;
	width: 100%;
	background: #0187ff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
	top: 0;
}

#c-header .c-switch i:nth-child(3) {
	bottom: 0;
}

#c-header .c-switch i:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}

#c-header .c-menu:hover .c-switch i:nth-child(2) {
	opacity: 0;
}

#c-header .c-menu:hover .c-switch i:nth-child(1) {
	top: 50%;
	margin-top: -1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#c-header .c-menu:hover .c-switch i:nth-child(3) {
	bottom: 50%;
	margin-bottom: -1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#c-header .c-list {
	display: none;
	position: absolute;
	top: 46px;
	right: 0;
	width: 120px;
	overflow: hidden;
	background: #fff;
	line-height: 40px;
	text-align: left;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#c-header .c-list a {
	display: block;
	padding: 0 15px;
	border-bottom: 1px solid #f5f5f5;
	color: #333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#c-header .c-list a:hover {
	color: #0187ff;
}

.c-banner2 {
	height: 100px;
}

.c-banner2 .swiper-slide img {
	width: 100%;
}

.c-common-title {
	margin-bottom: 45px;
	text-align: center;
}

.c-common-title .c-title {
	font-weight: normal;
	font-size: 44px;
	line-height: 54px;
	color: #2d333f;
}

.c-common-title .c-title span {
	background-image: -webkit-linear-gradient(left, #fbce00, #fbce00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.c-common-title .c-text {
	margin-top: 10px;
	font-size: 22px;
	line-height: 32px;
	color: #9da4ae;
}

.c-common-box {
	padding: 100px 0;
	text-align: center;
}

.c-common-box.c-dt {
	padding-top: 0;
}

.c-common-box .c-img-box img {
	max-width: 100%;
}

#c-data {
	padding: 100px 0;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#c-data .c-common-title .c-title {
	font-weight: lighter;
	color: #fff;
}

#c-data .c-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	text-align: center;
}

#c-data .c-list .c-top {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

#c-data .c-list .c-top .c-num-move {
	font-family: "Calibri";
	font-weight: bold;
	font-size: 66px;
	line-height: 1;
}

#c-data .c-list .c-top .c-text {
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
}

#c-data .c-list .c-title {
	padding-top: 5px;
	font-weight: lighter;
	font-size: 16px;
	line-height: 26px;
}

#c-contrast {
	padding: 100px 0;
}

#c-contrast .c-box-wrap {
	display: flex;
	align-items: flex-start;
}

#c-contrast .c-left {
	width: 50%;
	border: 2px solid #e4e7ec;
	border-right: 0;
}

#c-contrast .c-left .c-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 27.5%;
	width: 72.5%;
	height: 138px;
	font-weight: lighter;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	color: #2d333f;
	background: #e4e7ec;
}

#c-contrast .c-left .c-list li {
	display: flex;
	align-items: center;
	border-top: 2px solid #e4e7ec;
	height: 72px;
}

#c-contrast .c-left .c-list li .c-text1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27.5%;
	font-weight: lighter;
	font-size: 18px;
	line-height: 28px;
	color: #273b51;
}

#c-contrast .c-left .c-list li .c-text2 {
	display: flex;
	align-items: center;
	padding: 0 50px 0 80px;
	height: 72px;
	width: 72.5%;
	border-left: 2px solid #e4e7ec;
	font-size: 16px;
	line-height: 26px;
	color: #8592a0;
	background: url(../image/cuo.png) no-repeat left 50px center / 18px;
}

#c-contrast .c-right {
	width: 50%;
	box-shadow: 0 0 142px rgba(147, 152, 162, 0.35);
}

#c-contrast .c-right .c-title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 142px;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: -webkit-linear-gradient(left, #fbce00, #fbce00);
	background: linear-gradient(to right, #fbce00, #fbce00);
}

#c-contrast .c-right .c-list li {
	display: flex;
	align-items: center;
	border-top: 2px solid #e4e7ec;
	height: 72px;
}

#c-contrast .c-right .c-list li:nth-child(1) {
	height: 70px;
	border-top: 0;
}

#c-contrast .c-right .c-list li .c-text {
	padding: 0 50px 0 80px;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	color: #2d333f;
	background: url(../image/dui.png) no-repeat left 50px center / 18px;
}

#c-footer {
	position: relative;
	height: 794px;
	background: url(../image/banner_footer.jpg);
}

.c-footer-top {
	padding-top: 108px;
	background: url(../image/xq-bg.jpg) no-repeat center / cover;
}

.c-footer-top .c-list {
	display: flex;
	align-items: center;
	height: 160px;
	border-bottom: 1px solid #3b3f54;
}

.c-footer-top .c-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25%;
}

.c-footer-top .c-list li img {
	width: 80px;
}

.c-footer-top .c-list li .c-title {
	padding-left: 15px;
	font-weight: lighter;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

.c-footer-top .c-box-wrap {
	display: flex;
	align-items: flex-start;
}

.c-footer-top .c-box-wrap .c-lt {
	margin-top: 60px;
}

.c-footer-top .c-box-wrap .c-lt h2 {
	margin-bottom: 20px;
	font-size: 42px;
	color: #fff;
}

.c-footer-top .c-box-wrap .c-lt h2 span {
	color: #fbce00;
}

.c-footer-top .c-box-wrap .c-lt .line {
	display: flex;
	margin: 120px 0 20px;
}

.c-footer-top .c-box-wrap .c-lt .line p {
	flex-shrink: 0;
	font-size: 18px;
	margin-right: 40px;
	color: #fbce00;
}

.c-footer-top .c-box-wrap .c-lt .line>div {
	margin: auto;
	width: 100%;
	height: 1px;
	background: #fbce00;
}

.c-footer-top .c-box-wrap .c-lt h2.num {
	font-size: 50px;
	color: #fbce00;
}

.c-footer-top .c-box-wrap .c-gt {
	display: flex;
	margin-right: 60px;
}

.c-footer-top .c-box-wrap .c-gt form {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 20px 60px 50px;
	width: 558px;
	background: #fff;
	border-radius: 5px;
}

.c-footer-top .c-box-wrap .c-gt .c-item {
	padding: 20px 10px;
	width: 100%;
}
.c-footer-top .c-box-wrap .c-gt .c-item p{
	font-size: 18px;
}
.c-footer-top .c-box-wrap .c-gt .c-item label{
	font-size: 16px;
	margin-left: 10px;
}
.c-footer-top .c-box-wrap .c-gt .c-item:nth-child(4){
	display: flex;
	align-items: center;
}
.c-footer-top .c-box-wrap .c-gt .c-item>input {
	width: 100%;
	height: 66px;
	line-height: 66px;
	border-bottom: 1px solid #dadde4;
	font-size: 18px;
	color: #989ea8;
}

.c-footer-top .c-box-wrap .c-gt .c-item select {
	width: 100%;
	height: 66px;
	line-height: 66px;
	border-bottom: 1px solid #dadde4;
	padding-right: 20px;
	background: url(../image/san.png) no-repeat right 20px center / 15px auto;
	font-size: 14px;
	color: #989ea8;
}

.c-footer-top .c-box-wrap .c-gt .c-item textarea {
	width: 100%;
	line-height: 26px;
	border-bottom: 1px solid #dadde4;
	overflow-y: auto;
	font-size: 14px;
	color: #989ea8;
}

.c-footer-top .c-box-wrap .c-gt .c-item button {
	margin: 20px 0 25px;
	width: 100%;
	height: 70px;
	border-radius: 5px;
	font-size: 22px;
	color: #333;
	background: -webkit-linear-gradient(left, #fbce00, #fbce00);
	background: linear-gradient(to right, #fbce00, #fbce00);
}

.c-footer-top .c-box-wrap .c-gt .c-item .getmsg {
	display: block;
	outline: none;
	border: none;
	width: 130px;
	height: 100%;
	border-radius: 3px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ff9000;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	padding: 20px 10px;
	margin: 0;
}
.c-footer-top .c-box-wrap .c-gt .c-item .getmsg::after{
	content: "";
	width: 2px;
	height: 50px;
	background: #fbce00;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.c-footer-top .c-box-wrap .c-gt .c-item:nth-child(3){
	position: relative;
}


.c-footer-top .c-box-wrap .c-gt .c-item .c-text {
	padding-left: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #6f788a;
	background: url(../image/suo.png) no-repeat left center / 10px auto;
}

.c-footer-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.c-footer-bottom p {
	margin-bottom: 22px;
	text-align: center;
	font-size: 14px;
	color: #7e7e7e;
}

@-webkit-keyframes rotate1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotate1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate2 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}

@keyframes rotate2 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}

#c-solution {
	padding: 100px 0;
	background: #242632;
	overflow: hidden;
}

#c-solution .c-top-title {
	position: relative;
	z-index: 20;
}

#c-solution .c-top-title .c-title {
	font-weight: bold;
	font-size: 44px;
	line-height: 54px;
	color: #fff;
	text-align: center;
}

#c-solution .c-top-title .c-title i {
	font-style: normal;
	font-weight: lighter;
}

#c-solution .c-top-title .c-title span {
	background-image: -webkit-linear-gradient(left, #fbce00, #fbce00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#c-solution .c-box-wrap {
	position: relative;
	padding: 100px 0;
}

#c-solution .c-rotate-box1 {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	width: 560px;
	height: 560px;
	animation: rotate1 120s linear infinite;
	-webkit-animation: rotate1 120s linear infinite;
}

#c-solution .c-rotate-box1 .c-img2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 283px;
	height: 283px;
	border-radius: 50%;
	margin: -141.5px 0 0 -141.5px;
	animation: rotate2 120s linear infinite;
	-webkit-animation: rotate2 120s linear infinite;
}

#c-solution .c-rotate-box1 .c-img1 {
	width: 100%;
	height: 100%;
}

#c-solution .c-rotate-box1 .c-title {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -109px 0 0 -109px;
	width: 217px;
	height: 217px;
	border-radius: 50%;
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	cursor: pointer;
	transform-origin: center center;
	animation: rotate2 120s linear infinite;
	-webkit-animation: rotate2 120s linear infinite;
	transition: 0.5s;
}

#c-solution .c-rotate-box1 .c-title:hover {
	box-shadow: 0px 0px 30px rgba(247, 205, 18, 0.7);
}

#c-solution .c-rotate-box1 .c-dot {
	width: 24px;
	height: 24px;
	border: 3px solid #fbce00;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: left top;
	background: #242632;
}

#c-solution .c-rotate-box1 .c-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: left top;
	font-weight: lighter;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
}

#c-solution .c-rotate-box1 .c-text p {
	transform-origin: center center;
}

#c-solution .c-rotate-box1 .c-text p span {
	display: inline-block;
	transform-origin: center center;
	animation: rotate2 120s linear infinite;
	-webkit-animation: rotate2 120s linear infinite;
	opacity: 0.6;
}

#c-solution .c-rotate-box2 {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	width: 1220px;
	height: 1220px;
	margin: -610px 0 0 -610px;
	border-radius: 50%;
	border: 1px solid #3a3c49;
	animation: rotate2 120s linear infinite;
	-webkit-animation: rotate2 120s linear infinite;
}

#c-solution .c-rotate-box2 .c-dot {
	width: 24px;
	height: 24px;
	border: 3px solid #3a3c49;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: left top;
	background: #242632;
}

#c-solution .c-rotate-box2 .c-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: left top;
	font-weight: lighter;
	font-size: 20px;
	line-height: 20px;
	color: #e7e9ee;
	opacity: 0.4;
}

#c-solution .c-rotate-box2 .c-text p {
	transform-origin: center center;
}

#c-solution .c-rotate-box2 .c-text p span {
	display: inline-block;
	transform-origin: center center;
	animation: rotate1 120s linear infinite;
	-webkit-animation: rotate1 120s linear infinite;
}

#c-solution .c-rotate-box3 {
	position: absolute;
	z-index: 8;
	top: 50%;
	left: 50%;
	width: 910px;
	height: 910px;
	margin: -455px 0 0 -455px;
	border-radius: 50%;
	border: 1px dashed #3a3c49;
	animation: rotate1 60s linear infinite;
	-webkit-animation: rotate1 60s linear infinite;
}

#c-solution .c-rotate-box3 img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: left top;
	background: #242632;
}

#c-solution .c-rotate-box4 {
	position: absolute;
	z-index: 7;
	top: 50%;
	left: 50%;
	width: 1780px;
	height: 1780px;
	margin: -890px 0 0 -890px;
	border-radius: 50%;
	border: 1px dashed #3a3c49;
	animation: rotate1 120s linear infinite;
	-webkit-animation: rotate1 120s linear infinite;
}

#c-solution .c-rotate-box4 img {
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: left top;
	background: #242632;
}

@media (max-width: 1900px) {
	#c-solution .c-rotate-box1 {
		width: 400px;
		height: 400px;
	}

	#c-solution .c-rotate-box3 {
		width: 700px;
		height: 700px;
		margin: -350px 0 0 -350px;
	}

	#c-solution .c-rotate-box2 {
		width: 1000px;
		height: 1000px;
		margin: -500px 0 0 -500px;
	}

	#c-solution .c-rotate-box4 {
		width: 1300px;
		height: 1300px;
		margin: -650px 0 0 -650px;
	}

	#c-solution .c-rotate-box1 .c-img2 {
		width: 200px;
		height: 200px;
		margin: -100px 0 0 -100px;
	}

	#c-solution .c-rotate-box1 .c-title {
		width: 174px;
		height: 174px;
		margin: -87px 0 0 -87px;
	}
}

/* product */
.product {
	position: relative;
}

.product .title h2 {
	padding: 100px 0 20px 0;
	text-align: center;
	font-size: 42px;
	color: #333;
}

.product .title p {
	margin-bottom: 80px;
	text-align: center;
	font-size: 24px;
	color: #666;
}

.product .content {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.product .content li {
	width: 20%;
	border-radius: 3px;
	transition: all 0.7s;
}

.product .content li.li-on {
	background: #fbce00;
}

.product .content li .box {
	padding: 44px 65px;
}

.product .content li .box .img {
	margin: auto;
	width: 120px;
	height: 120px;
	overflow: hidden;
}

.product .content li .box .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.product .content li .box .down {
	text-align: center;
}

.product .content li .box .down h2 {
	margin: 35px 0 26px;
	font-size: 24px;
	color: #333;
}

.product .content li .box .down p {
	font-size: 16px;
	color: #999;
}

.product .content li .box .down a {
	display: none;
	margin: auto;
	width: 128px;
	height: 37px;
	border-radius: 3px;
	line-height: 37px;
	font-size: 16px;
	color: #fbce00;
	background: #262626;
	transition: all 0.7s;
}

.product .content li .box .down a.a-on {
	display: block;
}

/* technology */
.technology {
	position: relative;
}

.technology .title h2 {
	padding: 100px 0 20px 0;
	text-align: center;
	font-size: 42px;
	color: #333;
}

.technology .title p {
	margin-bottom: 80px;
	text-align: center;
	font-size: 24px;
	color: #666;
}

.technology .content {
	display: flex;
	flex-wrap: wrap;
}

.technology .content li {
	display: flex;
	margin-bottom: 100px;
	padding-left: 100px;
	width: 50%;
}

.technology .content li:nth-child(even) {
	padding-left: 280px;
}

.technology .content li .left {
	flex-shrink: 0;
}

.technology .content li .left .img {
	width: 100%;
	height: 100%;
}

.technology .content li .left .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.technology .content li .right {
	margin-left: 29px;
}

.technology .content li .right h3 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.technology .content li .right p {
	font-size: 16px;
	color: #333;
}

/* scrollNum */
.scrollNum {
	height: 395px;
	background: url(../image/banner_scrollNum.jpg);
}

.scrollNum .title h2 {
	padding: 100px 0 80px 0;
	text-align: center;
	font-size: 42px;
	color: #333;
}

.scrollNum .content {
	display: flex;
}

.scrollNum .content li {
	flex-grow: 1;
	text-align: center;
}

.scrollNum .content li .num {
	font-size: 42px;
	font-weight: bold;
	color: #333;
}

.scrollNum .content li .num span {
	font-size: 66px;
	font-weight: bold;
}

.scrollNum .content li p {
	font-size: 18px;
	color: #333;
}

/* software */
.software {
	position: relative;
}

.software .title h2 {
	padding: 100px 0 80px 0;
	text-align: center;
	font-size: 42px;
	color: #333;
}

.software .content ul li {
	display: inline-block;
	margin-right: 2.3%;
	width: 23%;
}

.software .content ul li:nth-child(4n) {
	margin-right: 0;
}

.software .content ul li .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.software .content ul li .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

/* .software .content ul li .img img:hover {
  transform: scale(1.1);
} */
.software .content ul li p {
	margin: 25px 0 50px;
	text-align: center;
	font-size: 20px;
	color: #333;
}

.software .content ul li .imgs .img:first-child {
	margin-bottom: 14px;
}

/* showPage */
.showPage {
	height: 1120px;
	background: url(../image/banner_showPage.jpg) no-repeat;
	background-size: cover;
}

.showPage .hd ul {
	display: flex;
}

.showPage .hd ul li {
	flex-grow: 1;
	padding: 100px 0 40px;
	text-align: center;
	font-size: 34px;
	color: #fff;
	border-bottom: 1px solid #a8a4a4;
	cursor: pointer;
	position: relative;
}
.showPage .hd ul li.on{
	color: #fbce00;
}
.showPage .hd ul li.on::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #fbce00;
	position: absolute;
	bottom: 0;
	left: 0;
}

.showPage .bd {
	margin-top: 60px;
}

.showPage .bd ul {
	display: none;
}
.showPage .bd .use-deil p{
	font-size: 24px;
	color: rgb( 243, 243, 243 );
	line-height: 1.5;
	margin-bottom: 75px;
	padding:0 40px;
}
.showPage .bd .use-deil .uselist{
	display: flex;
	justify-content: space-around;
	margin-bottom: 100px;
}

.showPage .bd .use-deil .uselist span{
	font-size: 24px;
	color: rgb( 251, 206, 0 );
	line-height: 42px;
	border: 1px solid  rgb( 251, 206, 0 );
	border-radius: 9px;
	padding: 0 10px;
}

.showPage .bd ul:first-child {
	display: block;
}

.showPage .bd ul li .swiperShowPage .slideShowPage .img {
	margin: auto;
	width: 728px;
	height: 422px;
}

.showPage .bd ul li .swiperShowPageMobile .slideShowPageMobile {
	margin: auto;
	width: 201px;
	/* height: 378px; */
	height: auto;
}

.showPage .bd ul li .swiperShowPageMobile .slideShowPageMobile .img {
	margin: auto;
	width: 201px;
	height: 378px;
}

.showPage .bd ul li .swiperShowPage .slideShowPage .img3 {
	margin: auto;
	width: 806px;
	height: 426px;
}

.showPage .bd ul li .swiperShowPage .slideShowPage .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.showPage .bd ul li .swiperShowPageMobile .slideShowPageMobile .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.showPage .bd ul li .swiperShowPage .slideShowPage p {
	margin-top: 50px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}

.showPage .bd ul li .swiperShowPageMobile .slideShowPageMobile p {
	margin-top: 30px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}

.showPage .bd ul li .swiperShowPage .btnShowPage {
	color: #fff;
}

.showPage .bd ul li .swiperShowPageMobile .btnShowPage {
	color: #fff;
}

/* collaboration */
.collaboration {
	height: 746px;
	background: url(../image/banner_collaboration.jpg);
}

.collaboration .title h2 {
	padding: 100px 0 80px 0;
	text-align: center;
	font-size: 42px;
	color: #333;
}

.collaboration .content {
	position: relative;
	overflow: hidden;
}

.collaboration .swiperCol {
	width: 1015px;
	height: 435px;
}

.collaboration .swiperCol .swiper-wrapper {
	display: flex;
}

.collaboration .swiperCol .slideCol {
	display: flex;
	margin: auto;
	width: 1015px;
	height: 435px;
	border-radius: 10px;
	background: #fff;
}

.collaboration .swiperCol .slideCol .left {
	margin: auto 0;
	margin-left: 65px;
	margin-right: 45px;
}

.collaboration .swiperCol .slideCol .left .img {
	width: 233px;
	height: 294px;
	border-radius: 5px;
	overflow: hidden;
}

.collaboration .swiperCol .slideCol .left .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

.collaboration .swiperCol .slideCol .left .img img:hover {
	transform: scale(1.1);
}

.collaboration .swiperCol .slideCol .right {
	margin-top: 70px;
}

.collaboration .swiperCol .slideCol .right h2 {
	margin-bottom: 26px;
	font-size: 36px;
	color: #333;
}

.collaboration .swiperCol .slideCol .right h3 {
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: 500;
	color: #333;
}

.collaboration .swiperCol .slideCol .right h3 span {
	font-size: 34px;
	font-weight: bold;
	color: #fbce00;
}

.collaboration .swiperCol .slideCol .right p {
	margin-bottom: 28px;
	line-height: 38px;
	font-size: 20px;
	color: #999;
}

.collaboration .swiperCol .slideCol .right .btnbtn {
	display: flex;
	width: 229px;
	height: 52px;
	border-radius: 8px;
	background: #fbce00;
}

.collaboration .swiperCol .slideCol .right .btnbtn a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 52px;
	font-size: 18px;
	color: #333;
}

.collaboration .btnCol {
	outline: none;
	color: #fff;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #dddddd;
	background-size: contain;
	transition: all 0.7s;
}

.collaboration .btnCol:hover {
	background: #fbce00;
}

.collaboration .btnCol:after {
	text-align: center;
	line-height: 55px;
	font-size: 22px;
}

.fixedbox .basecont .gt .form #xxk {
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
	display: flex;
	width: 70%;
	/* flex-direction: column; */
}

.fixedbox .basecont .gt .form #xxk .xuanxiang {
	display: flex;
	width: 70%;
	justify-content: space-between;
	/* flex-direction: column; */
}

.fixedbox .basecont .gt .form #xxk .xuanxiang li input {
	margin-right: 10px;
}

.fixedbox .basecont .gt .form #xxk .xuanxiang li label {
	font-weight: normal;
}

.fixedbox .basecont .gt .form {
	width: 1000px;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

/* .fixedbox .basecont .gt .form>input{
  margin:0px 15px 15px 0px ;
  width: 308px;
  height:  58px;
} */
/* .fixedbox .basecont .gt .form a{
  margin-right: 15px;
} */
.popusbox .popusbox-section1 form .c-item .xuanxiang li .zcxt {
	width: auto;
	margin-right: 10px;
}

.popusbox .popusbox-section1 form .c-item .xuanxiang li label {
	font-size: 16px;
	color: #999;
	font-weight: normal;
}

.popusbox .popusbox-section1 #pop .xxk {
	margin-top: 0px;
	display: flex;
}

.popusbox .popusbox-section1 form .c-item .xuanxiang {
	margin-top: 10px;
	margin-bottom: 20px;
}

.fixedbox .basecont .gt .obtain_code {
	position: relative;
	display: inline-block;
	width: 308px;
	height: 58px;

}

.fixedbox .basecont .gt .obtain_code .inputLong {
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 0 106px 0 15px;
}

.popusbox .popusbox-section1 form .getmsg {
	width: 106px;
	height: 100%;
	text-align: center;
	font-size: 16px;
	background: #222222;
	position: absolute;
	bottom: 0;
	right: 0px;
	padding: 0;
}
