@charset "utf-8";
/*** 
	首页样式表
	color: #1393ff;
	color: #1071d5;
	color: #1d45d7;

 ***/

/* 首页板块 */
.index-column-box {
	padding: 80px 0;
}

/* 首页标题 */
.index-title-box {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	background: url(../img/title-bg1-1.png) no-repeat center center;
}

.index-title-box.bt2 {
	background-image: url(../img/title-bg1-2.png);
}

.index-title-box .title {
	font-size: 32px;
	color: #333;
	position: relative;
	z-index: 2;
	font-weight: bold;
	line-height: 46px;
}

/* .index-title-box .title::before,
.index-title-box .title::after {
	content: '';
	display: inline-block;
	vertical-align: super;
	height: 3px;
	width: 60px;
	background: #1071d5;
	margin: 0 5px;
} */

.index-title-box.bt2 .title {
	color: #fff;
}

.index-title-box.bt2 .title::before,
.index-title-box.bt2 .title::after {
	background: #fff;
}

.index-title-box p {
	display: block;
	background: #1071d5;
	height: 4px;
	width: 60px;
}



.index-title-box .info {
	z-index: 1;
	color: #999;
	font-size: 18px;
	line-height: 1em;
	text-transform: uppercase;
	line-height: 46px;
	font-family: en1;
}

.index-title-box.bt2 .info {
	color: #fff;
	opacity: 0.6;
}




.index-btn-box {
	text-align: center;
	font-size: 0;
	padding-top: 50px;
}

.index-btn-box a {
	font-size: 18px;
	display: inline-block;
	line-height: 3em;
	border: solid 2px #1071d5;
	color: #1071d5;
	width: 280px;
	text-align: center;
	background: #fff url(../img/m-iocn18.png) no-repeat 30px center / auto 60%;
}

.index-btn-box a:first-child {
	color: #fff;
	background: #1071d5 url(../img/m-iocn26.png) no-repeat 30px center / auto 60%;
}








/* 轮播图 */
.index-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.index-banner .swiper-slide {}

.swiper-button-next,
.swiper-button-prev {
	background-color: #fff;
	border-radius: 3px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
	left: 0px;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
	right: 0px;
	left: auto;
}

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

.swiper-pagination-bullet-active {
	background: #1071d5;
	padding: 0 20px;
	height: 18px;
	transition: 0.5s;
	box-shadow: 0 0 0px 2px #fff;
}


.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
	opacity: 0.5;
	border-radius: 3px;
}


.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 1%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 1%;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 8%;
}

.banner {
	width: 100%;
}

.banner video {
	display: block;
	width: 100%;
}




/* 产品中心 */
.index-cp-box {
	background: #f5f5f5;
}

.index-cp-nav {
	float: left;
	width: 220px;
}

.index-cp-nav .bt {
	padding: 20px 30px;
	background: #1071d5;
	color: #fff;
	font-size: 26px;
}

.index-cp-nav .bt p {
	font-size: 16px;
	font-family: en1;
	text-transform: uppercase;
	font-weight: normal;
	opacity: 0.6;
}

.index-cp-nav ul {
	display: block;
}

.index-cp-nav ul li {
	font-size: 14px;
	color: #333;
	margin-top: 1px;
}

.index-cp-nav ul li a {
	display: block;
	line-height: 3em;
	padding-left: 30px;
	background: #fff url(../img/icon/icon18.png) no-repeat 15px center /auto 20%;
	transition: 0.5s;
}

.index-cp-nav ul li a:hover {
	padding-left: 40px;
	color: #1393ff;
	background: #fff url(../img/icon/icon19.png) no-repeat 25px center /auto 20%;
}


.index-cp-lxfs {
	background: #1071d5;
	color: #fff;
	padding: 25px;
	margin-top: 12px;
	text-align: center;
}

.index-cp-lxfs .title {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
	background: url(../img/icon/icon25.png) no-repeat 10px center / auto 65%;
}

.index-cp-lxfs .info {
	font-family: num2;
	font-size: 26px;
	line-height: 1em;
}


.index-cp-box .index-cp {
	float: left;
	width: 950px;
	margin-left: 30px;
}

.index-cp-box .index-cp .item {}

.index-cp-box .index-cp .item .box {
	position: relative;
	background: #fff;
	padding: 2px;
	transition: 0.5s;
}

.index-cp-box .index-cp .item:hover .box {
	background: #1393ff;
}

.index-cp-box .index-cp .item .box .pic {
	padding-bottom: 75%;
}


.index-cp-box .index-cp .item .box .text {
	text-align: center;
	font-size: 14px;
}

.index-cp-box .index-cp .item .box .text .title {
	line-height: 3em;
	padding: 0 10px;
	margin-top: 2px;
	color: #333;
	transition: 0.5s;
}

.index-cp-box .index-cp .item:hover .box .title {
	color: #fff;
}


/* 优势 */
.index-youshi-box {
	padding-top: 40px;
	background: url(../img/youshi-bg.jpg) no-repeat top center;
}

.index-youshi-title-box {
	text-align: center;
	color: #fff;
}

.index-youshi-title-box .title {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
}

.index-youshi-title-box .title span {
	color: #f50;
	font-size: 60px;
	font-family: num1;
	vertical-align: bottom;
	line-height: 1em;
}

.index-youshi-title-box .info {
	font-size: 16px;
	line-height: 2em;
}

.index-youshi {
	width: 1100px;
	margin: 80px auto 0;
	padding-top: 50px;
	position: relative;
}

.index-youshi::before {
	display: block;
	content: '';
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #1393ff url(../img/youshi-icon.png) no-repeat center center / 60%;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -25px;
	z-index: 3;
}

.index-youshi .line {
	display: block;
	position: absolute;
	left: 50%;
	width: 1px;
	height: 100%;
	top: 0;
	background: #1393ff;
}

.index-youshi::after {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	width: 30px;
	height: 30px;
	bottom: 0;
	border-radius: 100%;
	margin-left: -15px;
	background: #1393ff;
}

.index-youshi .item {
	margin-top: 50px;
}

.index-youshi .item:nth-child(2n) .box .pic {
	float: right;
	margin: 0;
	margin-left: 150px;
}

.index-youshi .item .box {
	position: relative;
}

.index-youshi .item .box .icon {
	position: absolute;
	left: 50%;
	top: 80px;
}

.index-youshi .item .box .icon div {
	width: 40px;
	height: 1px;
	background: #1393ff;
}

.index-youshi .item:nth-child(2n) .box .icon {
	left: auto;
	right: 50%;
}


.index-youshi .item .box .icon img {
	background: #1393ff;
	width: 30px;
	position: absolute;
	left: 40px;
	top: -15px;
	border-radius: 100%;
}

.index-youshi .item:nth-child(2n) .box .icon img {
	left: -30px;
}

.index-youshi .item .box .pic {
	width: 500px;
	float: left;
	margin-right: 150px;
}

.index-youshi .item .box .pic img {
	display: block;
	width: 100%;
}

.index-youshi .item .box .text {
	float: left;
	width: 450px;
	padding-top: 50px;
}

.index-youshi .item .box .text .title {
	font-size: 24px;
	line-height: 1.2em;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #ccc;
}

.index-youshi .item .box .text .info {
	font-size: 16px;
	line-height: 1.5em;
	color: #666;
}

.index-youshi .item .box .text .info *+* {
	margin-top: 10px;
}

/* 公司简介 */
.index-about-box {
	background: url(../img/about-bg.jpg) no-repeat top center;
}

.index-about {
	position: relative;
}

.index-about .item {}

.index-about .item .box {
	position: relative;
}

.index-about .item .box .pic {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	z-index: 1;
}

.index-about .item .box .pic::before {
	width: 100%;
	content: '';
	height: 100%;
	position: absolute;
	z-index: 1;
	border: solid 5px #fff;
	left: -50px;
	bottom: -30px;
}

.index-about .item .box .pic::after {
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	background: #fff;
	position: absolute;
	right: 0px;
	top: 105px;
	z-index: 3;
}

.index-about .item .box .pic img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}

.index-about .item .box .text {
	padding: 35px;
	font-size: 20px;
	color: #333;
	float: left;
	width: 600px;
	background: #fff;
	margin-top: 35px;
	position: relative;
	z-index: 2;
}

.index-about .item .box .text .title {
	font-weight: bold;
}

.index-about .item .box .text::before {
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	background: #1071d5;
	position: absolute;
	left: 0px;
	top: 70px;
	z-index: 3;
}

.index-about .item .box .text .info {
	font-size: 14px;
	line-height: 2em;
	margin-top: 15px;
	opacity: 0.8;
}

.index-about .item .box .text .info *+* {
	margin-top: 1em;
}

.index-about .item .box .text .btn {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 2.5em;
	padding: 0 1.5em;
	margin-top: 20px;
	background: #1393ff;
}


/* 
@keyframes xuanzhuan {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.index-yewu .item:hover .pic .bg {
	animation: xuanzhuan 2s 1;
	opacity: 1;
	animation-timing-function: ease;
} 
*/

/* 工程案例 */
.index-case-box {
	background: #f5f5f5;
}

.index-case-list {
	position: relative;
	overflow: hidden;
}

.index-case {}

.index-case .item {
	float: left;
}

.index-case .box {
	display: block;
	background: #fff;
	padding: 2px;
	transition: 0.5s;
}

.index-case .box:hover {
	background: #1071d5;
}

.index-case .box .pic {
	padding-bottom: 75%;
}

.index-case-list .case-btn {
	position: relative;
	text-align: center;
	width: 180px;
	margin: 30px auto 0;
}

.index-case-list .case-btn a {
	display: block;
	width: 50px;
	height: 50px;
	background: #1071d5;
	margin: 0 auto;
}

.index-case-list .case-btn a img {
	display: block;
	width: 100%;
}

.index-case-list .case-btn>div {
	border-radius: 0;
	height: 50px;
	width: 50px;
	margin-top: 0;
	top: 0;
	background-color: #1393ff;
	background-size: 14px auto;
	opacity: 1;
}

.index-case-list .case-btn .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFF'%2F%3E%3C%2Fsvg%3E");
}

.index-case-list .case-btn .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFF'%2F%3E%3C%2Fsvg%3E");
}

.index-case .box .text {
	margin-top: 2px;
	color: #333;
	padding: 15px;
}

.index-case .box .title {
	font-size: 16px;
	transition: 0.5s;
}

.index-case .box .text .info {
	font-size: 14px;
	line-height: 1.5em;
	opacity: 0.7;
	transition: 0.5s;
	margin-top: 10px;
	text-align: justify;
	height: 7.5em;
}

.index-case .box:hover .text * {
	color: #fff;
}

/* 新闻资讯 */
.index-news-box {}

.index-news-nav {
	font-size: 0;
	border-bottom: solid 1px #ccc;
	background: #f5f5f5;
	height: 50px;
}

.index-news-nav p,
.index-news-nav a {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	color: #333;
	margin-right: 10px;
	position: relative;

}

.index-news-nav p,
.index-news-nav a.focus {
	background: #fff;
	color: #333;
	font-weight: bold;
	border: solid 1px #ccc;
	border-bottom: solid 1px #fff;
}

.index-news-nav a span {
	position: absolute;
	font-size: 18px;
	width: 0em;
	height: 2px;
	left: 50%;
	background: #1071d5;
	margin-left: -0em;
	transition: 0.5s;
	bottom: 0;
}

.index-news-nav a.focus span {
	width: 2em;
	margin-left: -1em;
}


.index-news {}

.hot-news {
	float: left;
	width: 400px;
}

.hot-news .box {}

.hot-news .box .pic {
	padding-bottom: 75%;
}

.hot-news .box .text {
	background: #1393ff;
	padding: 30px;
	transition: 0.5s;
	color: #fff;
}

.hot-news .box:hover .text {
	background: #1393ff;
}

.hot-news .box .text .title {
	font-size: 18px;
	margin-bottom: 15px;
	transition: 0.5s;
	color: #fff;
}

.hot-news .box .text .info {
	font-size: 14px;
	opacity: 0.7;
	line-height: 2em;
	height: 8em;
	overflow: hidden;
	transition: 0.5s;
}

.hot-news .box .text .time {
	font-size: 14px;
	margin-top: 20px;
	color: #fff;
	padding-left: 20px;
	background: url(../img/icon/icon68.png) no-repeat left center / auto 70%;
}

.hot-news .box:hover .text * {
	color: #fff;
}

.news-list {}

.news-list .item:nth-child() {}

.news-list .item {
	border: solid 1px #ccc;
	transition: 0.5s;
}

.news-list .item:hover {
	border-color: #1071d5;
}

.news-list .item .box {}

.news-list .item .box .pic {
	width: 40%;
	float: left;
	padding-bottom: 30%;
}

.news-list .item:nth-child(2n) .box .pic {
	float: right;
}

.news-list .item .box .text {
	float: left;
	width: 60%;
	padding: 20px;
	padding-bottom: 0;
	color: #333;
}


.news-list .item .box .text .title {
	font-size: 18px;
	margin-bottom: 10px;
	transition: 0.5s;
	display: block;
}

.news-list .item .box .time {
	font-size: 14px;
	color: #f50;
	margin-bottom: 10px;
}

.news-list .item .box .text .info {
	font-size: 14px;
	line-height: 1.7em;
	transition: 0.5s;
	opacity: 0.6;
}

.news-list .item:hover .box .text .title {
	color: #1071d5;
}


.index-news-right {
	float: right;
	width: 440px;
}

.index-faq {
	position: relative;
	height: 365px;
	overflow: hidden;
}

.index-faq-box {
	border: solid 1px #ccc;
	padding: 20px;
	border-top: none;
}

.index-faq .item {
	margin-bottom: 14px;
	padding-bottom: 13px;
	border-bottom: dashed 1px #ccc;
}

.index-faq .item .box {}

.index-faq .item .box .title {
	padding-left: 30px;
	font-size: 16px;
	color: #333;
	transition: 0.5s;
	line-height: 30px;
	background: url(../img/icon/icon53.png) no-repeat 0 5px / 20px;
}

.index-faq .item .box .info {
	padding-left: 30px;
	font-size: 14px;
	color: #666;
	line-height: 1.7em;
	background: url(../img/icon/icon54.png) no-repeat 0 5px / 20px;
}

.index-faq .item:hover .box .text .title {
	color: #1071d5;
}

.index-news-nav2 {
	font-size: 0;
	margin-bottom: 30px;
	text-align: center;
}

.index-news-nav2 a {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	background: #ededed;
	color: #333;
	transition: 0.5s;
}

.index-news-nav2 a.focus {
	color: #fff;
	background: #1071d5;
}

.index-news-left {
	float: none;
	width: 100%;
}

.index-news2 {
	position: relative;
	overflow: hidden;
}

.index-news2 .hot-news {
	float: none;
	width: auto;
}

.index-news2 .hot-news .item {
	float: left;
	width: 49%;
	margin-bottom: 2%;
	margin-right: 2%;
}

.index-news2 .hot-news .item:nth-child(2n) {
	margin-right: 0%;
}

.index-news2 .hot-news .item .box {
	border: solid 1px #ccc;
	padding: 20px;
	transition: 0.5s;
}

.index-news2 .hot-news .item:hover .box {
	border-color: #1071d5;
}

.index-news2 .hot-news .item .box .pic {
	float: left;
	width: 40%;
	padding-bottom: 30%;
	display: block;
}

.index-news2 .hot-news .item:nth-child(2n) .box .pic {
	float: right;
}

.index-news2 .hot-news .item .box .text {
	background: #fff;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
	width: 60%;
	float: left;
	padding: 0;
	padding-left: 20px;
}

.index-news2 .hot-news .item:nth-child(2n) .box .text {
	padding: 0;
	padding-right: 20px;
}

.index-news2 .hot-news .item .box .text .title {
	color: #333;
	font-size: 20px;
	margin-bottom: 15px;
}

.index-news2 .hot-news .item:hover .box .title {
	color: #1071d5;
}

.index-news2 .hot-news .item .box .text .info {
	opacity: 0.7;
	color: #333;
	line-height: 2em;
	height: 6em;
	overflow: hidden;
	margin-bottom: 15px;
}

.index-news2 .hot-news .item .box .text .time {
	font-size: 14px;
	opacity: 0.4;
	color: #333;
}

.index-news-right {
	float: none;
	width: auto;
	border: solid 1px #ccc;
	padding: 20px;
	margin-top: 30px;
}

.index-news-right-bt {
	float: left;
	height: 250px;
	box-sizing: border-box;
	padding: 30px;
	background: url(../img/index-news-right-bt-bg.jpg) no-repeat 0 0;
	width: 290px;
}

.index-news-right-bt .title {
	color: #fff;
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: bold;
}

.index-news-right-bt .info {
	font-size: 30px;
	color: #fff;
	opacity: 0.5;
	font-family: en1;
	margin-bottom: 20px;
}

.index-news-right-bt .btn {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	width: 110px;
	text-align: center;
	border: solid 1px #fff;
	font-size: 14px;
	line-height: 3em;
	color: #fff;
	transition: 0.5s;
}

.index-news-right-bt .btn:hover {
	background: #fff;
	color: #1071d5;
}

.index-news-right .index-faq-box {
	border: none;
	float: right;
	width: 800px;
}


.index-news-right .index-faq-box .index-faq {
	height: 210px;
}

.index-news-right .index-faq-box .index-faq .item {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}

.index-news-right .index-faq-box .index-faq .item:nth-child(2n) {
	margin-right: 0;
}


/* 合作银行 */
.index-hezuo-box {}

.index-hezuo {}

.index-hezuo img {
	display: block;
	background: #fafafa;
	margin: 0 auto;
}
