/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
html,
body {
	font-family: "Source Han Sans", "HanHei SC", PingHei, "PingFang SC", Palatino, Arial, sans-serif;
}

nav ul a,
nav .brand-logo {
	color: #333;
}

@media only screen and (max-width : 992px) {
	nav .brand-logo {
		/* display: none; */
		left: 8%!important;
	}
	#logo-container + .right{
		float: none;
		display: flex;
		justify-content: flex-end;
		/* justify-content: center; */
		/* margin-left: 50%; */
		width: 100%;
		transform: translateX(-8%);
		/* transform: translateX(-50%); */
		
	}
	.index-log-img{
		vertical-align:top;
		width: 200px;
		/* height: 60px; */
		height: auto;
	}
}
@media only screen and (max-width : 992px) {
	.nav-wrapper  {
		/* width: 100%!important; */
		max-width: 100%!important;
	}
}
nav ul a {
	padding: 0 20px;
}

.button-collapse {
	color: #26a69a;
}

.parallax-container {
	line-height: 0;
	height: auto;
	color: rgba(255, 255, 255, 1);
	position: relative;
}

#index-banner {
	margin-top: -64px;
}

.parallax-container .section {
	width: 100%;
}

.row h3 {
	font-size: 2rem;
	/*border-bottom: 1px solid #dddddd;*/
	margin: 0 auto;
	font-weight: bold;
	padding: 1.46rem 0 0 0;
	margin-top: 1rem;
	display: block;
}
.row h3 + em{
	display: block;
}
.container {
	width: 1200px;
}

/*菜单栏,底部*/
.ab-nav {
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: none;
	transition: background .5s;
}

.ab-nav a {
	font-size: 14px;
}

.ab-nav ul li.active>a {
	color: #499aeb;
}

.ab-nav li.active {
	color: #00B1A0;
}

nav ul li.active {
	background-color: transparent;
	color: #499aeb;
}

nav ul a:hover,
nav ul .active {
	color: #499aeb;
	background-color: transparent;
}

nav ul ol a:hover {
	color: #499aeb;
	background-color: #f5f7fa;
}

.ab-nav-white {
	background-color: #FFF;
	color: #707070;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.ab-nav-white a {
	color: #707070;
}

.ab-nav ul ol {
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 10;
	width: 96px;
	margin: 0;
	padding: 0;
	background: #fff;
}

.ab-nav ul ol li {
	width: 100%;
}

.ab-nav ul li:nth-of-type(2) ol {
	width: 126px;
}

.ab-nav ul li:nth-of-type(3) ol {
	width: 126px;
}

.managerPlatform {
	width: 120px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	background: #1d85e8;
	text-align: center;
	border-radius: 2px;
	margin-left: 10px;
	margin-top: 13px;
}

.managerPlatform a {
	color: #fff;
}

.managerPlatform a:hover {
	color: #fff;
}

.index-log-img {
	vertical-align: middle;
}

.transparent {
	position: absolute;
	z-index: 100;
	background: rgba(0, 0, 0, 0.25);
}

.transparent ul a {
	color: #fff;
}

.transparent ul ol a {
	color: #333;
}

footer.page-footer {
	float: left;
	width: 100%;
}

.page-footer .row {
	margin-top: 30px;
}

.page-footer .row h5 {
	font-size: 14px;
	margin-bottom: 20px;
	text-align: left;
}

.page-footer .row h5~ul {
	text-align: left;
}

.page-footer a {
	color: #bdbcc2;
	font-size: 12px;
}

.page-footer h6 {
	font-size: 13px;
	line-height: 110%;
	margin: 0;
	color: #fff;
}

.page-footer p {
	line-height: 0;
}

.page-footer ul li {
	font-size: 12px;
	margin-bottom: 10px;
}

.page-footer .contact {
	text-align: left;
	padding-left: 30px;
}

.footer-copyright span {
	float: right;
}

.page-footer .codema {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}

.footer-copyright .container {
	border-top: 1px solid #919191;
	padding-top: 15px;
	padding-bottom: 5px;
}

.footer-copyright .container ul {
	width: 100%;
	height: 20px;
	position: relative;
	left: 50%;
	margin-left: -240px;
}

.footer-copyright .container li {
	float: left;
}

.footer-copyright .container li a {
	border-right: 1px solid #aeacaf;
	padding-right: 10px;
	padding-left: 10px;
}

.footer-copyright .container li:last-child a {
	border: none;
}

.paddingTop {
	padding-top: 40px !important;
}

/*首页*/
.bannerContent {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.partner {
	display: flex;
	flex-wrap: wrap;
	/* float: left; */
	width: 100%;
	/* margin-top: 50px; */
	margin: 50px auto;
}

.partner li {
	width: 222px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 190px;
	border: 1px solid #e3e1e4;;
	/* float: left; */
	/* border-left: 1px solid #e3e1e4; */
	/* border-top: 1px solid #e3e1e4; */
}

.partner li:nth-of-type(5n) {
	border-right: 1px solid #e3e1e4;
}

.partner li:nth-of-type(1) {
	background: url(../image/logo12.png);
	background-size: cover;
}

.partner li:nth-of-type(2) {
	background: url(../image/logo13.png);
	background-size: cover;
}

.partner li:nth-of-type(3) {
	background: url(../image/logo14.png);
	background-size: cover;
}

.partner li:nth-of-type(4) {
	background-size: 130px 60px;
	background-image: url(../img/index/logo-12.jpeg);
	background-repeat: no-repeat;
	background-position: 50%;
	filter: grayscale(0%);
}

.partner li:nth-of-type(5) {
	background: url(../image/logo15.png);
	background-size: cover;
}

.partner li:nth-of-type(6) {
	background: url(../image/logo16.png);
	background-size: cover;
	border-bottom: 1px solid #e3e1e4;
}

.partner li:nth-of-type(7) {
	background-size: 150px 60px !important;
	background: url(../img/index/logo-11.png);
	background-repeat: no-repeat;
	background-position: 50%;
	filter: grayscale(0%);
	border-bottom: 1px solid #e3e1e4;
}

.partner li:nth-of-type(8) {
	background-size: 170px 50px !important;
	background: url(../img/index/logo-13.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	filter: grayscale(0%);
	border-bottom: 1px solid #e3e1e4;
}

.partner li:nth-of-type(9) {
	background-size: 150px 60px !important;
	background: url(../img/index/logo-14.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	filter: grayscale(0%);
	border-bottom: 1px solid #e3e1e4;
}

.partner li:nth-of-type(10) {
	background-size: 150px 60px !important;
	background: url(../img/index/aliyun.png);
	background-repeat: no-repeat;
	background-position: 50%;
	filter: grayscale(0%);
	border-bottom: 1px solid #e3e1e4;
}

.partner li:nth-of-type(1):hover {
	background: url(../image/logo12.png);
	background-size: cover;
}

.partner li:nth-of-type(2):hover {
	background: url(../image/logo13.png);
	background-size: cover;
}

.partner li:nth-of-type(3):hover {
	background: url(../image/logo14.png);
	background-size: cover;
}

.partner li:nth-of-type(4):hover {
	background-size: 130px 60px;
	background-image: url(../img/index/logo-12.jpeg);
	background-repeat: no-repeat;
	background-position: 50%;
	filter: grayscale(0);
}

.partner li:nth-of-type(5):hover {
	background: url(../image/logo15.png);
	background-size: cover;
}

.partner li:nth-of-type(6):hover {
	background: url(../image/logo16.png);
	background-size: cover;
}

.partner li:nth-of-type(7):hover {
	background-size: 150px 60px !important;
	background: url(../img/index/logo-11.png);
	background-repeat: no-repeat;
	background-position: 50%;
	filter: grayscale(0%);
	border-bottom: 1px solid #e3e1e4;
}

.partner li:nth-of-type(8):hover {
	background-size: 170px 50px !important;
	background: url(../img/index/logo-13.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	filter: grayscale(0%);
}

.partner li:nth-of-type(9):hover {
	background-size: 150px 60px !important;
	background: url(../img/index/logo-14.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	filter: grayscale(0%);
}

.partner li:nth-of-type(10):hover {
	/* background: url(../image/logo20.png);
	background-size: cover;  */
}

.index_txt {
	width: 100%;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	justify-content: flex-start;
	/* margin-left: 124px; */
	margin-top: 20px;
}

.card-panel {
	height: 345px;
	width: 360px;
	border-radius: 5px;
	/* 	margin-top: 80px;
    margin-bottom: 80px; */
	position: relative;
	/* float: left; */
	margin-right: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	transition: all 500ms ease-in-out;
	box-shadow: 0px 25px 50px 0px rgba(27, 27, 126, 0.03);
}
@media only screen and (max-width : 992px){
	.card-panel {
		height: 375px;
	}
  }
.index_txt div:last-child {
	margin-right: 0;
}

.card-panel .icon {
	width: 100px;
	height: 100px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	border-radius: 50%;
	background-image: linear-gradient(0deg, rgb(255, 252, 1) 0%, rgb(255, 252, 1) 0%, rgb(255, 151, 0) 0%, rgb(255, 151, 0) 0%, rgb(38, 17, 201) 0%, rgb(1, 250, 255) 0%, rgb(127, 149, 255) 0%, rgb(89, 92, 232) 100%);
}

.icons {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.card-panel .icon1 {
	background-image: url(../img/index/start1-2.png);
}

.card-panel .icon2 {
	width: 60px;
	height: 60px;
	transform: translateX(0px);
	background-image: url(../img/index/start2-2.png);
}

.card-panel .icon3 {
	width: 60px;
	height: 60px;
	/* transform: translateX(8px) translateY(8px); */
	background-image: url(../img/index/start3-2.png);
}

.card-panel .icon4 {
	width: 50px;
	height: 50px;
	/* transform: translateX(8px) translateY(8px); */
	background-image: url(../img/index/start4-2.png);
	background-repeat: no-repeat;
}

.card-panel .icon5 {
	width: 50px;
	height: 50px;
	/* transform: translateX(8px) translateY(8px); */
	background-repeat: no-repeat;
	background-image: url(../img/index/start5-2.png);
}

.card-panel .icon6 {
	width: 60px;
	height: 50px;
	background-image: url(../img/index/start6-2.png);
}

.hoverable:hover .icon1 {
	background-image: url(../img/index/start1-1.png);
}

.hoverable:hover .icon2 {
	width: 60px;
	height: 60px;
	transform: translateX(0px);
	background-image: url(../img/index/start2-1.png);
}

.hoverable:hover .icon3 {
	/* transform: translateX(8px) translateY(8px); */
	background-image: url(../img/index/start3-1.png);
}

.hoverable:hover .icon4 {
	/* transform: translateX(8px) translateY(8px); */
	background-image: url(../img/index/start4-1.png);
	background-repeat: no-repeat;
}

.hoverable:hover .icon5 {
	width: 50px;
	height: 50px;
	/* transform: translateX(8px) translateY(8px); */
	background-repeat: no-repeat;
	background-image: url(../img/index/start5-1.png);
}

.hoverable:hover .icon6 {
	width: 60px;
	height: 50px;
	background-image: url(../img/index/start6-1.png);
}

.card-panel h4 {
	font-size: 22px;
	color: #333;
	text-align: left;
	font-weight: bold;
}

.card-panel p {
	text-align: left;
	color: #333;
	padding: 0;
}

.card-panel div {
	position: relative;
}

.card-panel a {
	width: 180px;
	height: 50px;
	line-height: 50px;
	background: transparent;
	border: 1px solid #7362fc;
	border-radius: 30px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: 30px;
	box-sizing: border-box;
	color: #333;
	display: block;
}

.card-panel em {
	width: 40px;
	height: 3px;
	background: #679dfd;
	display: inline-block;
	position: absolute;
	margin-left: 42px;
}

.hoverable:hover button {
	background: -webkit-linear-gradient(left, #7362fc, #679dfd);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #7362fc, #679dfd);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #7362fc, #679dfd);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #7362fc, #679dfd);
	/* 标准的语法（必须放在最后） */
	color: #fff;
}
.text-boxs{
	font-size: 65px;
	padding: 10px;
	background: -webkit-linear-gradient(left, #146AFF #2ED7FF);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #146AFF, #2ED7FF);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #146AFF, #2ED7FF);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #146AFF, #2ED7FF);
	/* border-radius: 5px; */
}

.hoverable:hover h4,
.hoverable:hover p {
	color: #fff;
}

.hoverable:hover .icon {
	background-color: #fff;
	background-image: none;
}

.hoverable:hover {
	background-image: -moz-linear-gradient(147deg, rgb(89, 92, 232) 0%, rgb(127, 149, 255) 100%);
	background-image: -webkit-linear-gradient(147deg, rgb(89, 92, 232) 0%, rgb(127, 149, 255) 100%);
	background-image: -ms-linear-gradient(147deg, rgb(89, 92, 232) 0%, rgb(127, 149, 255) 100%);
	background-image: linear-gradient(147deg, rgb(89, 92, 232) 0%, rgb(127, 149, 255) 100%);
	box-shadow: 0px 0px 18px 0px rgba(63, 58, 231, 0.33);
}

.banner_data {

	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/* position: absolute;
	text-align: center;
	z-index: 100;
	color: #fff;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) ; */
}

.banner-container {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 266px;
	margin-left: 142px;
}

.banner_data h4 {
	font-size: 30px;
}

.banner_data h5 {
	margin-top: 70px;
	font-size: 20px;
	font-weight: bold;
}

.banner_data p:nth-of-type(1) {
	margin-top: 30px;
	font-weight: bold;
}

.banner_data p {
	color: #e0dfe4;
	line-height: 16px;
	font-weight: bold;
}

.banner_data .btn-2 {
	width: 128px;
	height: 43px;
	font-size: 14px;
	margin-left: 0;
	background-color: #fff !important;
	border-radius: 50px;
	color: #1d85e8;
	padding: 0;
}

.mine-box {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 362px !important;
	height: 333px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.33);
	transition: all 0.6s ease 0s;
}
.mine-box:hover{
	/* box-shadow: 0px 0px 18px 0px rgba(63, 58, 231, 0.33)!important; */
}

.mine-box h3 {
	/* color: #3333cc !important; */
	margin-top: 20px !important;
	font-weight: bold;
}

.mine-box .icon4 {
	background-image: url(../img/index/s-1.png);
	width: 54px;
	height: 75px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* filter: grayscale(100%); */
}
.transition-1{
	transition: all 0.6s ease 0s;
}
.mine-box:hover .icon4{
	/* filter: grayscale(0%); */
}
.mine-box .icon5 {
	background: url(../img/index/s-1.png);
	width: 54px;
	height: 75px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.mine-box .icon6 {
	background: url(../img/index/s-1.png);
	width: 54px;
	height: 75px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.index_confidence h3 {
	color: #333;
	margin-top: 20px !important;
	margin-bottom: 20px;
	font-weight: bold;
}

.index_confidence p {
	color: #333;
	padding: 0;
	margin: 0;
	line-height: 30px;
	font-weight: bold;
	margin-left: 20px;
}
.mine-box:hover h3{
	/* color: #3333cc !important; */
}
.mine-box:hover p{
	/* color: #3333cc !important; */
}
.index_confidence {
	margin: 80px 0;
	display: flex;
	justify-content: space-between;
}

.config_ {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	transform: translate(-50%, -50%);
}

.config_ font {
	font-size: 30px;
	vertical-align: top;
	letter-spacing: 1px;
}

.joint {
	margin-top: 60px;
	margin-bottom: 100px;
}

/*合作流程*/
#cooperate img {
	position: relative;
}

#cooperate div {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	margin: -80px auto auto auto;
}

.cooperate {
	margin-top: 60px;
	margin-bottom: 80px;
}
.cop-title{
	display: inline;
	position: relative;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	/* color: rgb(25, 48, 141); */
}
.cop-title::before{
	position: absolute;
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	left: -20px;
    top: 60%;
	border-radius: 50%;
	/* background-color: rgb(25, 48, 141); */
	background-color: #333;
}
.cop-title::after{
	position: absolute;
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	right: -20px;
    top: 60%;
	border-radius: 50%;
	background-color: #333;
	/* background-color: rgb(25, 48, 141); */
}
.cooperate ul {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 60px;
}
.cooperate ul::after{
	position: absolute;
	display: inline-block;
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	top: 59%;
	background-color: rgb(210, 210, 210);
}
.cooperate ul li {
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
}
.cooperate ul li:hover .cop-mask{
	/* display: flex; */
	transition: 1s;
}
.cooperate ul li div h5{
	font-size: 16px;
	font-weight: bold;
	color: rgb(51, 51, 51);
}
.cooperate ul li div img{
	width: 45px;
	height: 45px;
}
.cooperate ul li .line {
	/* display: inline-block;
	width: 36px;
	height: 20px;
	background: url(../image/line.png) no-repeat;
	background-size: cover;
	margin-top: 50px; */
}
.cop-mask{
	transition: all ease-out;
	display: none;
	/* display: flex; */
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-image: -moz-linear-gradient( 90deg, rgb(81,92,227) 0%, rgb(133,157,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(81,92,227) 0%, rgb(133,157,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(81,92,227) 0%, rgb(133,157,255) 100%);
}
.cop-mask img{
	width: 78px;
	height: 78px;
}
.cop-mask h4{
	font-size: 24px;
	color: #fff;
	margin-top: 25px;
}
.cop-mask span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 108px;
	height: 43px;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
	background-color: rgb(255, 173, 56);
}
.cooperate ul li .line2 {
	display: inline-block;
	border-top: 2px solid rgb(210, 210, 210);
	width: 273%;
	height: 1px;
	margin-top: 120px;
	margin-left: -100px;
}

.cooperate ul li p {
	text-indent: 0;
	font-size: 40px;
	color: rgb(62, 100, 255);
	font-weight: bold;
	margin-block-start: 0;
	margin-block-end: 0;
}
.cooperate ul li em{
	position: relative;
	z-index: 2;
	margin-top: 20px;
	background-color: #fff;
	width: 17px;
	height: 17px;
	display: inline-block;
	border: 2px solid rgb(210, 210, 210);
	border-radius: 50%;
}
/* .cooperate ul li:nth-of-type(1) em {
	background: url(../image/num1.png);
	width: 17px;
	height: 17px;
	display: inline-block;
	border: 2px solid rgb(210, 210, 210);
	border-radius: 50%;
}

.cooperate ul li:nth-of-type(3) em {
	background: url(../image/num2.png);
	width: 44px;
	height: 44px;
	display: inline-block;
}

.cooperate ul li:nth-of-type(5) em {
	background: url(../image/num3.png);
	width: 44px;
	height: 44px;
	display: inline-block;
}

.cooperate ul li:nth-of-type(7) em {
	background: url(../image/num4.png);
	width: 44px;
	height: 44px;
	display: inline-block;
}

.cooperate ul li:nth-of-type(9) em {
	background: url(../image/num5.png);
	width: 44px;
	height: 44px;
	display: inline-block;
} */

#cooperate {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#cooperate h4 {
	font-size: 30px;
	letter-spacing: 2px;
}

#cooperate h5 {
	letter-spacing: 2px;
}

#cooperate p {
	font-size: 16px;
	margin-top: 3rem;
	letter-spacing: 1px;
}

#cooperate p font {
	color: #ff8b04;
	font-weight: bold;
}

.container .row h3~em,
.banner_data em,
.financeImg em {
	width: 50px;
	height: 2px;
	background: #2289e8;
	display: inline-block;
}
.container .row .em-h3{
	position: relative;
	width: 100%;
	display: inline-block;
}
.container .row .em-h3::after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #2289e8;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
}
.financeImg em {
	margin-top: 16px;
}
.container .joinus {
	text-align: left;
	margin-bottom: 120px;
}

.joinus h2 {
	text-align: left;
	color: #666;
	font-size: 30px;
	font-weight: normal;
	padding: 40px 0 20px 0;
}

.joinus .station {
	text-align: left;
}

.joinus .station h4 {
	font-size: 18px;
	border-bottom: 1px solid #e0dedf;
	letter-spacing: 2px;
	margin: 0;
	padding: 15px 0;
	cursor: pointer;
}

.joinus .station .active {
	color: #04a7f4;
	border: none;
}

.joinus .station h4 b {
	color: #ccc;
	font-size: 24px;
	float: right;
}

.joinus .station h4~div {
	margin-top: 20px;
	display: none;
}

.joinus .station h4~div p {
	color: #999;
}

.joinus .station li {
	padding-left: 15px;
	line-height: 30px;
	color: #666;
}

.joinus .station .sl_title b {
	background: url(../image/plus.png);
	width: 26px;
	height: 26px;
	display: inline-block;
}

.joinus .station .active b {
	background: url(../image/cut.png);
	width: 26px;
	height: 26px;
	display: inline-block;
}

/*关于我们*/

#aboutus h3,
#cooperate h3 {
	position: absolute;
	top: 50%;
	text-align: center;
	margin-top: -24px;
	width: 100%;
	left: 0;
}

.AboutContent img {
	width: 100%;
}

.teamCulture {
	position: relative;
}

.teamCulture img {
	margin: 60px 0 80px 0;
}

.teamCulture p {
	position: absolute;
	top: 368px;
	right: 414px;
	font-size: 28px;
	color: #fff;
}

.teamCulture ul {
	position: absolute;
	color: #919191;
	text-align: left;
	font-size: 14px;
}

.teamCulture ul:nth-of-type(1) {
	top: 258px;
	left: 220px;
}

.teamCulture ul:nth-of-type(2) {
	bottom: 86px;
	left: 440px;
}

.teamCulture ul:nth-of-type(3) {
	right: 110px;
	top: 170px;
}

.certificate {
	width: 100%;
	float: left;
}

.certificate1 {
	margin-top: 60px;
}

.certificate4 {
	margin-bottom: 80px;
}

.certificate li {
	float: left;

}

.certificate3 li {
	width: 20%;
}

.certificate4 li {
	width: 25%;
}

.brief {
	text-indent: 2em;
	margin: 40px 0;
	letter-spacing: 1px;
	color: #606467;
}

/*产品服务*/
/*#productSever{
	min-height: 680px;
}*/
#productSever div {
	position: absolute;
	top: 50%;
	margin-top: -107px;
}

#productSever div h3 {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
}

#productSever div p {
	line-height: 24px;
	margin: 0;
}

#productSever div p:nth-of-type(1) {
	margin-top: 20px;
}

#productSever img {
	width: 100%;
}
.parallax-container{
	position: relative;
}
.parallax-container .parallax-content{
	position: absolute;
	left: 0;
	right: 0;
	top: 0!important;
	bottom: 0;
	margin-top: 0!important;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.parallax-container .parallax-content h1{
	font-size: 60px;
	margin-top: -50px;
	display: inline-block;
}
.parallax-container .parallax-content .slog{
	padding: 20px 10px;
	font-size: 18px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.parallax-container .content{
	/* display: inline-block; */
	
}
.h1-text-transform{
	-moz-transform: matrix( 1.16296956702949,0,0,1.14246218775743,0,0);
	-webkit-transform: matrix( 1.16296956702949,0,0,1.14246218775743,0,0);
	-ms-transform: matrix( 1.16296956702949,0,0,1.14246218775743,0,0);
}
.parallax-container .content .slog{
	padding: 20px 10px;
	font-size: 18px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.product-text {
	margin: 65px 0;
	cursor: pointer;
}
/* .product-info{
	
} */
.product-info .item-box:last-child{
	margin-right: 0;
}
.product-info .item-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 22%!important;
	height: 310px;
	margin-right: 30px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 33.25px 1.75px rgba(135, 135, 135, 0.11);
}
.product-info2 {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.product-info2 .item-box{
	width: 30%!important;
}
.product-info .car-text{
	display: inline-block;
	width: 70%;
	margin-left:auto;
	margin-right:auto;
}
.pro-box {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.pro-box li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 108px;
	height: 124px;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	border-radius: 5px;
}
.pro-box img{
	width: 40px;
}
.border-color{
	transition: all 0.6s ease-in-out;
}
.border-color:hover{
	transition: all 1s ease-in-out;
	border-color: #2289e8!important;
}
.product-text .img {
	width: 105px;
	height: 105px;
	margin: 0 auto;
}
/* .imgGrayHover img,.imgGrayHover .img{
	transition: all 0.1s ease-in;
	filter: grayscale(100%);
}
.imgGrayHover:hover img,.imgGrayHover:hover .img{
	transition: all 0.3s ease-in;
	filter: grayscale(0%);
} */
.imgGrayHover img,.imgGrayHover .img{
	transition: all 0.1s ease-in;
	border-radius: 50%;
	/* filter: grayscale(100%); */
}
.imgGrayHover:hover img,.imgGrayHover:hover .img{
	transition: all 0.3s ease-in;
	/* filter: grayscale(0%); */
	box-shadow: 0px 0px 20px 0px rgba(22, 127, 221, 0.6);
}

.imgGrayHover:hover p, .imgGrayHover:hover h6,.imgGrayHover:hover span{
	transition: all 0.3s ease-in;
	color: #2289e8;
}
.imgScale{
	overflow: hidden;
}
.imgScale img{
	transition: all 1 ease-in-out;
}
.imgScale:hover img{
	transition: 1s;
	transform: scale(1.1);
}
.product-text .col:nth-of-type(1) .img {
	background: url(../img/products/service-1.png) no-repeat center;
}

.product-text .col:nth-of-type(2) .img {
	background: url(../img/products/service-2.png) no-repeat center;
}

.product-text .col:nth-of-type(3) .img {
	background: url(../img/products/service-3.png) no-repeat center;
}

.product-text .col:nth-of-type(4) .img {
	background: url(../img/products/service-4.png) no-repeat center;
}




.product-text div,
.product-car div {
	margin: 17px 0;
}

.product-text h6 {
	font-size: 18px;
	margin-top: 32px;
	color: #343434;
}

/* .product-text .col:nth-of-type(1):hover .img{
	background: url(../image/icon11.png) no-repeat;
}
.product-text .col:nth-of-type(2):hover .img{
	background: url(../image/icon22.png) no-repeat;
}
.product-text .col:nth-of-type(3):hover .img{
	background: url(../image/icon33.png) no-repeat;
}
.product-text .col:nth-of-type(4):hover .img{
	background: url(../image/icon44.png) no-repeat;
}
.product-text .col:nth-of-type(5):hover .img{
	background: url(../image/icon55.png) no-repeat;
}
.product-text .col:nth-of-type(6):hover .img{
	background: url(../image/icon66.png) no-repeat;
}
.product-text .col:nth-of-type(7):hover .img{
	background: url(../image/icon77.png) no-repeat;
}
.product-text .col:nth-of-type(8):hover .img{
	background: url(../image/icon88.png) no-repeat;
} */
.product-text .col:hover h6 {
	color: #708CFE;
}

.products {
	text-align: left;
}

.product-img {
	text-align: right;
}

.product-row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.products h4 {
	margin-bottom: 0;
}

.products i {
	display: inline-block;
	width: 45px;
	height: 2px;
	background: #708BFE;
}

.products ul li h5 {
	font-size: 20px;
	color: #666666;
	font-weight: 500;
}

.products ul li p {
	margin-top: 0;
	color: #676767;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

.products ul li {
	margin: 30px 0 0;
}

.product-lists {
	width: 100%;
}
.p-title-1{
	font-weight: bold;
}
.p-title-2{
	color: #167fdd;
	 font-size: 18px;
	 font-weight: bold;
}
.product-one-slog {
	width: 700px;
	margin: 10px auto 0;
}

.product-one-slog label {
	font-size: 14px;
}

.product-list {
	width: 100%;
	background: #FAFAFA;
	padding-bottom: 40px;
	padding-top: 100px;
}

.product-list1 {
	background: #FFFFFF;
}

.product-banner {
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.applications-box{
	width: 100%;
	height: auto;
	padding: 30px 0;
	box-sizing: border-box;
}
.product-banner .applications-content {
	display: flex;
	width: 1200px;
	height: 100%;
	margin: 50px 0 0;
}

.product-banner .applications-content .item-1 {
	width: 20%;
	height: 300px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	position: relative;
	cursor: pointer;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: #000000;
	overflow: hidden;
}
.product-banner .applications-content .item-1 .p-mask{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin-block:0;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: rgba(0, 0, 0, .8);
	
	/* transform: translateY(-100%); */
}
.product-banner .applications-content .item-1:hover .p-mask{
	display: flex;
	visibility:visible;
	animation-name:pop-up;
	animation-duration:.5s;
	animation-timing-function:ease-in;
	overflow: hidden;
}
@keyframes pop-up{
	0%{
	/* opacity:0; */
	top: 100%;
	/* transform: translateY(200%); */
	}
	100%{
	/* opacity:1; */
	top: 0;
	/* transform:translateY(100%); */
	}
	}
.product-banner .applications-content .item-1:hover .title-1{
	display: none;
}
.product-banner .applications-content .item-1 .p-mask span{
	font-size: 14px;
	width: 70%;
	margin-top: 10px;
}
.p-header-content{
	display: inline-block;
    position: absolute;
    top: 300px;
    left: 76px;
}
.product-banner ul li:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: #000000;
	opacity: 0.3;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.product-banner ul li span {
	line-height: 420px;
	z-index: 100;
	position: relative;
}

.product-banner .wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(43, 57, 83, 0.8);
	display: none;
	z-index: 101;
}
.application-scena-box{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 50px;
}
.application-scena-box .scena-item{
	width: 100%;
	/* width: 570px; */
	min-height: 465px;
	box-sizing: border-box;
	padding: 30px 30px 10px;
	border-radius: 10px;
	margin-bottom: 30px;

	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 17.85px 3.15px rgba(56, 56, 56, 0.08);
}
@media only screen and (max-width : 1200px) {
	.application-scena-box .scena-item  {
		/* width: 100%!important; */
		min-height: 530px;
	}
}
@media only screen and (max-width : 992px) {
	.application-scena-box .scena-item  {
		/* width: 100%!important; */
		height: 660px!important;
	}
}
.application-scena-box .scena-item:hover{
	transition: 1s;
	box-shadow: 0px 0px 20px 0px rgba(22, 127, 221, 0.6);
}
.application-scena-box .scena-item:hover span ,.application-scena-box .scena-item:hover .scena-li{
	transition: 1s;
	color: rgb(7, 159, 255)!important;
}
.scena-header{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.scena-ul{
	margin-block-start:0;
}
.scena-li{
	/* display: flex; */
	width: 100%;
	/* justify-content: flex-start; */
	text-align: left;
	align-items: center;
	font-size: 14px;
	color: rgb(51, 51, 51);
	text-align: left;
	margin-top: 20px;
	font-weight: bold;
}
.application-scena-box .scena-item .scena-conetnt{
	width: 70%;
	/* height: 100%; */
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	/* transform: translateY(-30px); */
}
.application-scena-box .scena-item .scena-conetnt span{
	font-size: 14px;
	color: rgb(51, 51, 51);
	text-align: left;
	margin-top: 20px;
	font-weight: bold;
}
.application-scena-box .scena-item .scena-conetnt h3{
	font-size: 24px;
	color: rgb(7, 159, 255);
	margin-top: 0;
	padding: 0;
}
.application-scena-box .scena-item img{
	width: 128px;
	height: 98px;
}
.technology-box{
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.technology-item{
	width: 546px;
	height: 292px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.technology-item .technology-conetnt{
	width: 100%;
	height: 100%;
	padding: 0 30px 10px;
	box-sizing: border-box;
}
.technology-item .technology-conetnt h3{
	font-size: 20px;
	color: rgb(51, 51, 51);
	text-align: left;
}
.technology-item .technology-conetnt span{
	display: block;
	font-size: 14px;
	color: rgb(140, 140, 140);
	text-align: left;
	margin-top: 20px;
	line-height: 2;
}
.advantage-box{
	width: 100%;
	display: flex;
	margin-top: 50px;
}
.advantage-box .item-left,.advantage-box .item-right{
	flex: 2;
	display: flex;
	flex-direction: column;
} 
.advantage-box .a-box{
	width: 100%;
	height: 250px;
}
@media only screen and (max-width : 992px) {
	.advantage-box .a-box{
		width: 100%;
		height: 300px;
	}
}
.advantage-box .a-header{
	width: 100%;
	display: flex;
	position: relative;
}
.advantage-box .a-content{
	margin-top: 30px;
	font-size: 14px;
	color: rgb(176, 176, 176);
	line-height: 1.857;
	text-align: justify;
}
@media only screen and (max-width : 992px) {
	.advantage-box .a-content{
		line-height: 1.457;
	}
}

@media only screen and (max-width : 992px) {
	.sloutions-content{
		max-width: 800px;
	}
}

.advantage-box .a-header label{
	position: absolute;
	left: 0;
	top: -6px;
	display: inline-block;
	border-width: 1px;
	border-color: rgb(210, 210, 210);
	border-style: solid;
	border-radius: 50%;
	width: 64px;
  	height: 65px;
	background-color: #FAFAFA;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(45, 37, 57);
	font-size: 28px;
	font-weight: bold;
}
.advantage-box .a-header span{
	display: inline-block;
	border-width: 1px;
	border-color: rgb(210, 210, 210);
	border-style: solid;
	width: 100%;
	height: 52px;
	margin-left: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(146, 145, 146);
	font-size: 16px;
	font-weight: bold;
}
.advantage-box .item-mid{
	flex: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-banner .wrap p:nth-of-type(1) {
	margin-top: 110px;
}

.product-banner .wrap p:nth-of-type(2) {
	font-size: 16px;
	margin: 0 16px;
	text-align: left;
}

.product-banner ul li:nth-of-type(1) {
	background: url(../image/pro1.png) no-repeat;
}

.product-banner ul li:nth-of-type(2) {
	background: url(../image/pro2.png) no-repeat;
}

.product-banner ul li:nth-of-type(3) {
	background: url(../image/pro3.png) no-repeat;
}

.product-banner ul li:nth-of-type(4) {
	background: url(../image/pro4.png) no-repeat;
}

.product-banner ul li:nth-of-type(5) {
	background: url(../image/pro5.png) no-repeat;
}
.advantage{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-left: 0!important;
	margin-right: 0!important;
	/* justify-content: space-between; */
}
.advantage .items-box{
	display: flex;
	align-items: center;
	justify-content: center;
 	box-shadow: none!important;
}
.advantage .items-box:nth-child(odd){
	justify-content: flex-end;
}
.advantage .items-box:nth-child(even){
	justify-content: flex-start;
}
.advantage .items-box .items{
	/* width: 400px; */
	/* height: 450px; */
	width: 100%;
	height: 100%;
	margin-bottom: 40px;
	padding: 20px 30px;
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(207, 216, 220, 0.6);
}
.advantage .items-box .items:hover{
	transition: 1s;
	box-shadow: 0px 0px 20px 0px rgba(22, 127, 221, 0.6);
}
.advantage .items-box .items:hover div{
	transition: 1s ease-in-out;
	color: rgba(22, 127, 221, 1);
}
.advantage .items-box .items .title-1{
	font-size: 60px;
	color: rgba(64, 145, 234, 0.2);
	text-align: left;
}
.advantage .items-box .items .title-2{
	font-size: 24px;
	color: #333;
	text-align: left;
	font-weight: bold;
}
.advantage .items-box .items .title-text{
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	color: rgb(207, 216, 220);
	margin-top: 30px;
	line-height: 1.5;
}
/*车联网*/
.product-car .img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	
}

.product-car .col:nth-of-type(1) .img {
	background: url('../img/products/nb-1.png') no-repeat center;
}

.product-car .col:nth-of-type(2) .img {
	background: url('../img/products/nb-2.png') no-repeat center;
}

.product-car .col:nth-of-type(3) .img {
	background: url('../img/products/nb-3.png') no-repeat center;
}

.product-car .col:nth-of-type(4) .img {
	background: url('../img/products/nb-4.png') no-repeat center;
}
.product-info2 .col:nth-of-type(1) .img {
	background: url(../img/products/nb-5.png) no-repeat center;
}

.product-info2 .col:nth-of-type(2) .img {
	background: url(../img/products/nb-6.png) no-repeat center;
}

.product-info2 .col:nth-of-type(3) .img {
	background: url(../img/products/nb-7.png) no-repeat center;
}
.sub-text{
	display: block;
	font-size: 17px;
	width: 80%;
	margin: 20px auto 0;
	text-align: center;
}
.product-car .col h6 {
	color: #00b4ff;
}

.product-car .col p {
	color: #333;
	font-weight: bold;
	/* background: #44BEB1; */
}

.pro-car-list ul li:nth-of-type(1) {
	margin-top: 30px;
}

.pro-car-list ul li,
.pro-car-list ul li p {
	margin: 0;
	font-weight: 400;
}

.product-car b {
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #919191;
	margin: 30px auto auto auto;
}

.product-car h6 {
	margin-top: 20px;
}

/*智能应急调度*/
.product-brain,
.product-set {
	margin: 65px 0;
}

.product-brain .col,
.product-set .col {
	padding: 40px 0 0;
	/* background: #FFFFFF; */
	/* box-shadow: 0 0 5px #EAEAEA; */
	border-radius: 2px;
	/* border: 3px solid transparent; */
}
.product-center .col {
	height: 320px;
	padding: 40px 30px 0;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0 0 5px #EAEAEA;
	border: 3px solid transparent;
	margin-right: 20px;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	/* flex-direction: column; */
}
.product-center .col.s4 {
	width: 30%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.product-brain .col.s3 {
	width: 23%;
	margin-right: 2%;
	/* margin-bottom: 2%; */
}
.product-center .col.s3:nth-child(3) {
	margin-right: 0%;
}
.product-center .col.s3:nth-child(6) {
	margin-right: 0%;
}
.product-brain .img-box,
.product-set .img-box{
	width: 100px;
	height: 100px;
	/* padding: 20px; */
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #f4f4f4;
	margin: auto auto 35px auto;
}
.product-cloud .col.s3{
	padding: 0!important;
}
.product-things .img-box,.product-cloud .img-box{
	background-color: #fff;
}

.product-brain .img ,
.product-set .img{
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.product-set .col-lg-3:nth-of-type(1) .img {
	background-image: url('../img/products/b-1.png');
}

.product-set .col-lg-3:nth-of-type(2) .img {
	background-image: url('../img/products/b-2.png');
}

.product-set .col-lg-3:nth-of-type(3) .img {
	background-image: url('../img/products/b-3.png');
}

.product-set .col-lg-3:nth-of-type(4) .img {
	background-image: url('../img/products/b-4.png');
}

.product-set .col-lg-3:nth-of-type(5) .img {
	background-image: url('../img/products/b-5.png');
}

.product-set .col-lg-3:nth-of-type(6) .img {
	background-image: url('../img/products/b-6.png');
}

.product-set .col-lg-3:nth-of-type(7) .img {
	background-image: url('../img/products/b-7.png');
}

.product-set .col-lg-3:nth-of-type(8) .img {
	background-image: url('../img/products/b-8.png');
}
/* 物联网管理 */
.product-brain .col-lg-3:nth-of-type(1) .img {
	background-image: url('../img/clouDdata/cl-1.png');
}

.product-brain .col-lg-3:nth-of-type(2) .img {
	background-image: url('../img/clouDdata/cl-2.png');
}

.product-brain .col-lg-3:nth-of-type(3) .img {
	background-image: url('../img/clouDdata/cl-3.png');
}

.product-brain .col-lg-3:nth-of-type(4) .img {
	background-image: url('../img/clouDdata/cl-4.png');
}

.product-brain .col-lg-3:nth-of-type(5) .img {
	background-image: url('../img/clouDdata/cl-5.png');
}

.product-brain .col-lg-3:nth-of-type(6) .img {
	background-image: url('../img/clouDdata/cl-6.png');
}

.product-brain .col-lg-3:nth-of-type(7) .img {
	background-image: url('../img/clouDdata/cl-7.png');
}

.product-brain .col-lg-3:nth-of-type(8) .img {
	background-image: url('../img/clouDdata/cl-8.png');
}
/* 云数据库 */
.product-cloud .col:nth-of-type(1) .img {
	background-image: url('../img/clouDdata/cloud-1.png');
}

.product-cloud .col:nth-of-type(2) .img {
	background-image: url('../img/clouDdata/cloud-2.png');
}

.product-cloud .col:nth-of-type(3) .img {
	background-image: url('../img/clouDdata/cloud-3.png');
}

.product-cloud .col:nth-of-type(4) .img {
	background-image: url('../img/clouDdata/cloud-4.png');
}
/* 云通讯 */
.product-center .col:nth-of-type(1) .img {
	background-image: url('../img/clouDdata/com-1.png');
}

.product-center .col:nth-of-type(2) .img {
	background-image: url('../img/clouDdata/com-2.png');
}

.product-center .col:nth-of-type(3) .img {
	background-image: url('../img/clouDdata/com-3.png');
}

.product-center .col:nth-of-type(4) .img {
	background-image: url('../img/clouDdata/com-4.png');
}
.product-center .col:nth-of-type(5) .img {
	background-image: url('../img/clouDdata/com-5.png');
}

.product-center .col:nth-of-type(6) .img {
	background-image: url('../img/clouDdata/com-6.png');
}
.product-brain h6 {
	color: #6a6a6a;
	font-size: 18px;
	font-weight: 600;
}
.product-set h6 {
	color: #6a6a6a;
	font-size: 18px;
	font-weight: 600;
}
.product-cloud h6{
	font-size: 18px;
	color: #2e2e46;
}
.product-cloud .sub-text{
	display: block;
	width: 100%;
	color: #2e2e46;
	font-weight: bold;
	font-size: 14px;
}
.pro-center .col{
	box-shadow: 0 0 5px #EAEAEA;
	border: 3px solid transparent;
}
.pro-center .col:hover{
	box-shadow: 0 0 5px #3D98EB;
	border-radius: 2px;
	background-color: #fff;
}
.product-center .col:hover {
	/* border: 1px solid #3D98EB; */
	box-shadow: 0 0 5px #3D98EB;
	border-radius: 2px;
	background-color: #fff;
}
.product-center .img-box{
	width: 60px;
	height: 55px;
}
/*解决方案*/
.keji-container {
	width: 100%;
	height: 800px;
}

.parallax-container .keji-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.more-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	font-size: 20px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	left: 533px;
    top: 613px;
	box-sizing: border-box;
	border-radius: 20px;
	width: 298px;
	height: 60px;
	background-image: -moz-linear-gradient( 8deg, rgb(60,89,226) 0%, rgb(0,149,252) 100%);
  	background-image: -webkit-linear-gradient( 8deg, rgb(60,89,226) 0%, rgb(0,149,252) 100%);
  	background-image: -ms-linear-gradient( 8deg, rgb(60,89,226) 0%, rgb(0,149,252) 100%);
}
.parallax-container h2 {
	position: absolute;
	left: 210px;
	top: 250px;
	font-weight: 100;
	color: #FFFFFF;
	font-size: 4rem;
	letter-spacing: 3px;
}

.parallax-container h2:nth-of-type(2) {
	top: 305px;
	opacity: 0.2;
}
.tabs{
	margin-top: 30px;
	display: flex;
	padding-bottom: 15px;
	/* border-bottom: 2px #333 solid; */
}
.tabs-news{
	width: 300px;
	margin-right: 0;
}
.information-box{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.tabs li{
	
	flex: 1;
	height: 20px;
	text-decoration: none;
	list-style-type: none;
	/* border: 1px solid #ccc; */
	margin-left: 10px;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #ccc;
}
.tabs li.active{
	color: #333;
}
.tabs li span{
	position: relative;
}
.tabs li.active span::after, .tabs li:hover span::after{
	position: absolute;
	display: inline-block;
	content: '';
	width: 50%;
	left: 50%;
	right: 0;
	bottom: -10px;
	height: 2px;
	transform: translateX(-50%);
	background-color: #2289e8;
}
.tab-content {
	margin-top: 80px;
}
.tab-content .tab-box{
	display: none;
}
.parent-1{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	/* height: 793px; */
	width: 100%;

}
.parent-1 .div1 {
	width: 100%;
	height: 100%;
	/* background-color: red; */
    grid-area: 1 / 1 / 4 / 2;
}

.parent-1 .div2 {
	width: 100%;
	height: 100%;
	background-color: bisque;
    grid-area: 1 / 2 / 4 / 3;
}

.parent-1 .div3 {
	width: 100%;
	height: 100%;
	background-color: #535E8D;
    grid-area: 1 / 3 / 4 / 4;
}
.parent-2 {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	/* height: 793px; */
	width: 100%;
}
.parent-2 .div1 {
	width: 100%;
	height: 100%;
	/* background-color: red; */
    grid-area: 1 / 1 / 5 / 3;
}

.parent-2 .div2 {
	width: 100%;
	height: 100%;
	background-color: bisque;
    grid-area: 1 / 3 / 3 / 5;
}

.parent-2 .div3 {
	width: 100%;
	height: 100%;
	background-color: #535E8D;
    grid-area: 3 / 3 / 5 / 5;
}

.parent-2 .div4 {
	width: 100%;
	height: 100%;
	background-color: red;
    grid-area: 1 / 5 / 5 / 8;
	padding-left:40px;
	padding-right:40px;
	box-sizing: border-box;
}
.parent-3 {
	/* min-height: 793px; */
	width: 100%;
}
.parent-3 .div1 {
	width: 100%;
	height: 100%;
	/* background-color: red; */
    /* grid-area: 1 / 1 / 5 / 3; */
}
.parent .d-item{
	padding: 0 20px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: rgb(247, 247, 247);
	overflow-y: auto;
	min-height: 200px;
}

.news-item{
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.news-item .n-header{
	width: 100%;
	padding: 20px 0 0;
	box-sizing: border-box;
}
.d-item:hover h4{
	color: rgb(0, 108, 254);;
}
.news-item .n-header h4{
	font-size: 16px;
	font-weight: bold;
}
.news-item .n-content h4 {
	font-size: 16px;
	font-weight: bold;
}
.news-item .n-content img{
	margin-top: 20px;
}
.news-item .n-header .date-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	/* justify-content: flex-start; */
	align-items: flex-start;
	padding: 0 20px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(153, 153, 153, 0.502);
}
.d-item:hover .n-header .date-content{
	border-color: rgb(0, 108, 254);
}
.news-item .n-header .date-content span:nth-child(1){
	font-size: 40px;
	font-weight: bold;
	color: rgba(153, 153, 153, 0.502);
}
.news-item .n-header .date-content span:nth-child(2){
	font-size: 12px;
	font-weight: bold;
	color: rgba(153, 153, 153, 0.502);
}
.d-item:hover .news-item .n-header  .date-content span{
	color: rgb(0, 108, 254);
}
.text-ellipsis-1{
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
  }
.n-content .text-content{
	word-break: break-all;
	text-align: left;
	line-height: 1.6;
	height: 100%;
	text-indent: 24px;
	color: rgb(153, 153, 153);
}
.d-item:hover .n-content .text-content{
	color: rgb(0, 108, 254);
}
.tab-content .tab-box img{
	width: 80%;
	height: 80%;
	margin-right: 20px;
}
.product-advantage{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
 .parent .d-item::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: rgba(0,0,0,.2);
}

/*定义滚动条轨道
内阴影+圆角*/
.parent .d-item:-webkit-scrollbar-track
{
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:10px;
	background-color:#F5F5F5;
}
/*定义滑块
 内阴影+圆角*/
 .parent .d-item::-webkit-scrollbar-thumb
{
	border-radius:10px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
	background-color: #2289e8;
}

.p-item-left{
	flex: 2;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.p-item-left label {
	color: rgb(168, 168, 168);
	font-size: 15px;
	margin-top: 20px;
}
.p-item-left ul li {
	color: rgb(168, 168, 168);
	font-size: 15px;
	margin-top: 10px;
}
.p-item-right{
	flex: 3;
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-left: 30px;
}
.p-item-right .img-item {
	border-right: 1px solid rgb(230, 244, 255);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}
.p-item-right .img-item img{
	width: 40px;
	height: auto;
}
.p-item-right .img-item:hover{
	transition: 0.6s;
	border-right: 1px solid rgba(22, 127, 221,0.6);
}
.p-item-right .img-item:hover h5{
	transition: 0.6s;
	color: rgb(22, 127, 221);
}
.network-card{
	width: 100%;
	display: flex;
	align-items: flex-start;
	margin-top: 50px;
	justify-content: space-between;
}
.network-card .newt-box{
	flex: 1;
	/* width: 500px; */
	/* width: 50%; */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/* height: 700px; */
}
.network-card  .newt-img-box{
	flex: 1;
	display: flex;
	justify-content: flex-end;
	/* width: 500px; */
}
.network-card  .newt-img-box img{
	/* width: 90%;
	margin-bottom: -105px; */
	width: 500px;
	margin-left: 40px;
}
/*汽车金融风控*/
.finance h4 {
	color: #535E8D;
}

.finance .col {
	box-shadow: -10px 18px 20px #F4F4F4;
	padding: 15px 20px 40px 20px;
}

.finance .row {
	margin-top: 80px;
}

.finance .row .col.s3 {
	text-align: left;
	height: 380px;
	/* width: 24%; */
	width: 100%;
	margin-right: 1%;
}

.finance .col h6 {
	color: #444444;
	font-size: 22px;
	font-weight: 500;
	padding: 20px 0 5px 0;
}

.finance .col p
{
color: #666666;
line-height: 1.57;
}

.finance-list ul li {
	box-shadow: -10px 18px 20px #F4F4F4;
	padding: 5px 60px;
}

.financeImg {
	width: 100%;
	height: 400px;
	background: url(../image/banner2.jpg) no-repeat;
	text-align: center;
	overflow: hidden;
	color: #FFFFFF;
}

.financeImg h4 {
	margin-top: 58px;
}

.financeImg h3 i {
	background: #FFFFFF;
}

.financeImg ul {
	width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
}

.financeImg li:nth-of-type(1) i {
	background: url(../image/server.png) no-repeat;
	width: 82px;
	height: 82px;
	display: inline-block;
}

.financeImg li:nth-of-type(2) i {
	background: url(../image/response.png) no-repeat;
	width: 82px;
	height: 82px;
	display: inline-block;
}

.financeImg li:nth-of-type(3) i {
	background: url(../image/fixed.png) no-repeat;
	width: 82px;
	height: 82px;
	display: inline-block;
}

.financeImg li span {
	display: block;
	margin-top: 30px;
	font-size: 18px;
}

.finance-new .col:nth-of-type(1) {
	width: 408px;
	padding: 0;
	margin-right: 35px;
}

.finance-new .col h6 {
	font-size: 16px;
	padding: 7px 0 11px 0;
	font-weight: normal;
	color: #1A1A1A;
}

.finance-new .col:nth-of-type(2) {
	width: 550px;
	height: 320px;
	padding: 0;
}

.finance-new ul li {
	text-align: left;
}

.finance-new ul li img {
	float: left;
	margin-right: 30px;
}

.finance-new ul li p {
	color: #999999;
	margin: 0;
}

.finance-new ul li:nth-of-type(1) {
	border-bottom: 1px solid #DCDCDC;
	padding: 0 0 35px 0;
}

.finance-new ul li:nth-of-type(2) {
	padding: 25px 0 0 0;
}

.finance-new .col:nth-of-type(2) {
	padding: 30px 20px;
}

.fin-new .row {
	margin: 80px 40px auto 158px;
}

.finance-hr {
	width: 100%;
	height: 1px;
	background: #E5E5E5;
	margin: 100px auto;
}

.fin-new h4 {
	margin: 0;
}

.fin-new h4 span {
	color: #00CCA6;
}

.finance-input {
	width: 1200px;
	margin: 0 auto;
	min-height: 300px;
}

.finance-input ul {
	width: 650px;
	margin: 50px auto auto auto;
}

.finance-input ul li {
	float: left;
}

.finance-input ul li:nth-of-type(odd) {
	margin-right: 50px;
}

input[type=text] {
	width: 270px;
	padding: 0 15px;
	border-bottom: 1px solid #EAEAEA;
}

.finance-input textarea {
	width: 620px;
	min-height: 100px;
	padding: 10px 15px;
	border: 1px solid #EAEAEA;
	resize: none;
	margin-top: 15px;
}

.fin-new .btn {
	height: 50px;
	line-height: 50px;
	width: 200px;
	font-size: 18px;
	background: #00CCA7;
	margin: 15px auto;
	margin-bottom: 80px;
}

@media only screen and (max-width : 992px) {
	.parallax-container .section {
		position: absolute;
		top: 40%;
	}

	#index-banner .section {
		top: 10%;
	}
}

@media only screen and (max-width : 600px) {
	#index-banner .section {
		top: 0;
	}
}

.icon-block {
	padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}

footer.page-footer {
	margin: 0;
}

/* 小分辨率 */
/* @media screen and (max-width: 1440px) {} */

/* 小分辨率 1366 */
/* @media screen and (max-width: 1366px) {} */

/* 大屏分辨率 */
/* @media screen and (min-width: 1441px) {} */

/* 大屏分辨率1920 */
/* @media screen (min-width: 1921px) {} */

/* body {
	min-width: 1271px;
} */
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}