@charset "utf-8";
/*** 
	首页样式表
	color: #ed7020;
	color: #ed7020;
	color: #376ae6;

 ***/

body {}

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

/* 首页标题 */
.index-title-box {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}

.index-title-box.bt2 {
	/* background: url(../img/title-bg1-2.png) no-repeat center center; */
}

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

.index-title-box .title span {
	color: #ed7020;
}

.index-title-box .title::before,
.index-title-box .title::after {
	content: '';
	display: inline-block;
	vertical-align: super;
	height: 3px;
	width: 60px;
	background: #ed7020;
	margin: 0 10px;
	display: none;
}

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

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

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

.index-title-box p {
	display: block;
	margin: 10px auto;
	font-size: 30px;
}

.index-title-box p span {
	display: block;
	width: 2em;
	background: #ed7020;
	margin: 0 auto;
	height: 3px;
}

.index-title-box.bt2 p span {
	background: #fff;
}

.index-title-box .info {
	z-index: 1;
	color: #999;
	font-size: 16px;
	font-family: en2;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

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




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

.index-btn-box a {
	font-size: 16px;
	display: inline-block;
	line-height: 3em;
	/* border-radius: 0 3em 3em 0; */
	border: solid 2px #ed7020;
	color: #ed7020;
	width: 200px;
	text-align: center;
	background: #fff url(../img/m-iocn18.png) no-repeat 25px center / auto 40%;
	background: #fff;
}

.index-btn-box a:first-child {
	color: #fff;
	background: #ed7020 url(../img/m-iocn26.png) no-repeat 25px center / auto 40%;
	background: #ed7020;
	/* border-radius: 3em 0 0 3em; */
}






/* 轮播图 */
.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: #ed7020;
	padding: 0 35px;
	transition: 0.5s;
}


.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%;
}


/* icon */
.index-icon-box {
	background: #fff;
	border-bottom:#ed7020 5px solid;
	padding: 20px 0;
}

.index-icon {
	display: flex;
	justify-content: space-between;
}

.index-icon .item {
	width: 25%;
}

.index-icon .item .box {
	font-size: 0;
}

.index-icon .item .box img {
	width: 50px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	transition: 0.5s;
}

.index-icon .item:hover .box img {
	transform: rotateY(360deg);
}

.index-icon .item .box .text {
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
}

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

.index-icon .item .box .text .info {
	opacity: 0.6;
	font-size: 14px;
}




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

.index-cp {}

.index-cp-nav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	justify-content: center;
}

.index-cp-nav a {
	display: block;
	width: 15%;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	background: #000;
	position: relative;
	overflow: hidden;
	margin: 0 10px;
}


.index-cp-nav a:hover {
	background: #ed7020;
	color: #fff;
}

.index-cp-list {}

.index-cp-list .item {}


.index-cp-list .item .box {
	display: block;
	background: #fff;
	padding: 10px;
	transition: 0.5s;
	border: solid 1px #ccc;
}

.index-cp-list .item .box:hover {
	background: #ed7020;
	border-color: #ed7020;
}

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

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

.index-cp-list .item .box .text {
	margin-top: 10px;
	font-size: 16px;
	transition: 0.5s;
	color: #333;
	line-height: 40px;
}

.index-cp-list .item .box .text .title {
	position: relative;
	padding-right: 30%;
}

.index-cp-list .item .box .text .title span {
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 0;
	display: block;
	z-index: 66;
	text-align: right;
	transition: 0.5s;
	opacity: 0.5;
}

.index-cp-list .item .box:hover .text .title span {
	right: 0;
	opacity: 1;
}

.index-cp-list .item .box:hover .text {
	background: initial;
	color: #fff;
}


/* 优势 */
.index-youshi-box {
	position: relative;
	background: url(../img/youshi-bg.jpg) no-repeat top center;
	z-index: 2;
}

.index-youshi {
	position: relative;
}

.index-youshi .item {
	position: relative;
	z-index: 2;
}

.index-youshi .item .box {}

.index-youshi .item .box .pic {
	float: left;
	width: 50%;
	box-shadow: 5px 5px 10px -5px #999;
}

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

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

.index-youshi .item .text {
	float: left;
	width: 50%;
	position: relative;
	color: #333;
	padding: 30px 50px 0;
}

.index-youshi .item .text .title {
	font-size: 20px;
	color: #ed7020;
	margin-bottom: 5px;
	font-weight: bold;
}

.index-youshi .item .text .title2 {
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.5;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #666;
}

.index-youshi .item .text .info {
	font-size: 14px;
	line-height: 1.5em;
	opacity: 0.7;
}

.index-youshi .item .text .info p {
	padding-left: 15px;
	background: url(../img/dian3.png) no-repeat left 7px / auto 8px;
	margin-bottom: 10px;
}


/* 荣誉资质 */
.index-ryzz-box {
	background: url(../img/ryzz-bg.jpg) no-repeat top center;
}

.index-ryzz {
	position: relative;
	height: 227px;
	overflow: hidden;
}

.index-ryzz .item {
	float: left;
	width: 300px;
	margin-right: 20px;
	background: #fff;
	padding: 5px;
}


.index-ryzz .item .box {
	position: relative;
	overflow: hidden;
	display: block;
}

.index-ryzz .item .box .pic {
	padding-bottom: 75%;
	z-index: 1;
}

.index-ryzz .item .box .text {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(8, 116, 195, 0.85);
	color: #fff;
	transition: 0.5s;
	transform: rotateX(-90deg);
	padding: 30% 30px 0;
	text-align: center;
	font-size: 12px;
	opacity: 0;
}

.index-ryzz .item .box:hover .text {
	transform: rotateX(0deg);
	opacity: 1;
}

.index-ryzz .item .box .text .title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}



/* 案例 */
.index-case-box {}

.index-case-nav {
	margin-bottom: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.index-case-nav a {
	display: block;
	width: 15%;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	background: #000000;
	position: relative;
	overflow: hidden;
	margin: 0 10px;
}

.index-case-nav a.focus {
	background: #ed7020;
	color: #fff;
}

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

.index-case .item {
	float: left;
	width: 300px;
	background: #fff;
	padding: 10px;
}

.index-case .tab-box2 .item:first-child {
	width: 600px;
}

.index-case .item .box {
	display: block;
	color: #333;
	position: relative;
	overflow: hidden;
}

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

.index-case .tab-box2 .item:first-child .box .pic {
	padding-bottom: 76.1%;
}

.index-case .item .box .text {
	text-align: center;
	font-size: 16px;
	transition: 0.5s;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 33% 15px 0;
}

.index-case .tab-box2 .item:first-child .box .text {
	font-size: 18px;
}

.index-case .item .box:hover .text {
	opacity: 1;
}


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

.index-about {
	position: relative;
	background: #fff;
}


.about-pic {
	display: block;
	float: left;
	width: 50%;
}

.about-pic img {
	display: block;
	width: 100%;
}


.index-about-text {
	font-size: 30px;
	float: left;
	width: 50%;
	margin-left: 50%;
	color: #666;
	z-index: 2;
	color: #fff;
	padding: 80px 0 90px 50px;
}

.index-about-text .box {}

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


.index-about-text .info {
	font-size: 14px;
	line-height: 1.7em;
	margin-top: 20px;
	opacity: 0.9;
}

.index-about-text .info *+* {
	margin-top: 10px;
}

.index-about-text .btn {
	display: inline-block;
	font-size: 14px;
	color: #ed7020;
	line-height: 2.5em;
	padding: 0 2em;
	margin-top: 20px;
	border: solid 1px #ed7020;
	transition: 0.5s;
}

.index-about-text .btn:hover {
	color: #fff;
	background: #ed7020;
}

.index-about-icon {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	position: relative;
	width: 100%;

}

.index-about-icon a {
	display: block;
	width: 260px;
	border-left: solid 1px #ccc;
	font-size: 0;
	padding-left: 30px;
	margin-left: 30px;
}

.index-about-icon a:first-child {
	border: none;
	padding-left: 0px;
	margin-left: 0px;
}

.index-about-icon a .pic {
	width: 60px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border-radius: 100%;
	padding: 10px;
	margin-right: 20px;
}

.index-about-icon a .pic img {
	display: block;
	width: 100%;
	transition: 0.5s;
}

.index-about-icon a:hover .pic img {
	transform: rotateY(360deg);
}

.index-about-icon a .text {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	font-size: 18px;
	color: #333;
}

.index-about-icon a .text .title {}

.index-about-icon a:hover .text .title {
	color: #ed7020;
}

.index-about-icon a .text .titleen {
	font-size: 10px;
	font-family: en2;
	opacity: 0.5;
	margin-top: 5px;
	text-transform: uppercase;
}

/* 
@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-news-box {
	background: url(../img/news.jpg) no-repeat top center;
}

.index-bt-box {
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}

.index-bt-box .title {
	float: left;
	line-height: 50px;
	font-size: 20px;
	color: #333;
}

.index-bt-box .right {
	float: right;
}


.index-bt-box .right a {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	line-height: 50px;
	position: relative;
	font-size: 16px;
	color: #333;
	margin-left: 20px;
}

.index-bt-box .right a:hover,
.index-bt-box .right a.focus {
	color: #ed7020;
}

.index-bt-box .right a.focus::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #ed7020;
}

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

.index-news-nav a {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	color: #333;
	background: #ededed;
	margin: 0 10px;
	position: relative;
	transition: 0.5s;
	overflow: hidden;
}

.index-news-nav a.focus {
	background: #ed7020;
	color: #fff;
}


.index-news-box .container>.left {
	float: left;
	width: 1200px;
}

.index-news-box .container>.right {
	float: right;
	width: 380px;
}




.index-news {}

.hot-news {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ededed;
}


.hot-news .item {}

.hot-news .box {}

.hot-news .box .pic {
	float: left;
	width: 24%;
	padding-bottom: 18%;
}

.hot-news .box .text {
	transition: 0.5s;
	color: #666;
	font-size: 16px;
	padding-left: 20px;
	float: left;
	width: 76%;
}

.hot-news .box .text .title {
	transition: 0.5s;
	color: #333;
	font-weight: bold;
}

.hot-news .box .text .info {
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.7em;
	height: 9.6em;
	overflow: hidden;
	transition: 0.5s;
}

.hot-news .box .text .time {
	font-size: 12px;
	margin-top: 10px;
	color: #999;
}

.hot-news .box:hover .text .title {
	color: #ed7020;
}


.news-list {
	padding-top: 10px;
}

.news-list .item {
	transition: 0.5s;
	padding-bottom: 10px;
	border-bottom: solid 1px #ededed;
}

.news-list .item:hover {
	border-color: #ed7020
}

.news-list .item .box {
	position: relative;
	display: block;
}

.news-list .item .box .time {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #f50;
}

.news-list .item .box .time p {
	font-size: 28px;
}

.news-list .item .box .time div {
	font-size: 34px;
	color: #ccc;
}

.news-list .item .box .text {
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	transition: 0.5s;
}

.news-list .item .box .text .title {
	position: relative;
	display: block;
	padding-right: 30%;
}

.news-list .item .box .text .title span {
	display: inline-block;
	vertical-align: middle;
	height: 3px;
	width: 10px;
	background: #333;
	margin-right: 10px;
}

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

.news-list .item:hover .box .text .title span {
	background: #ed7020;
}

.news-list .item .box .text .info {
	opacity: 0.8;
	font-size: 14px;
	line-height: 1.7em;
	margin-top: 5px;
}


.news-list-2 {}

.news-list-2 .item {
	float: left;
}

.news-list-2 .item .box {
	border: solid 1px #e0e0e0;
	transition: 0.5;
}

.news-list-2 .item .box:hover {
	border-color: #ed7020
}

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


.news-list-2 .item .box .text {
	padding: 15px;
	padding-bottom: 0;
	color: #666;
	font-size: 13px;
	float: left;
	width: 76%;
}

.news-list-2 .item .box .text .title {
	font-size: 16px;
	color: #333;

}

.news-list-2 .item .box:hover .text .title {
	color: #ed7020;
}

.news-list-2 .item .box .text .time {
	color: #999;
	font-size: 13px;
	margin-top: 10px;
}


.news-list-2 .item .box .text .info {
	line-height: 1.7em;
	margin-top: 10px;
}

.index-news-faq {}

.news-list-faq {
	position: relative;
	overflow: hidden;
	height: 316px;
}

.news-list-faq .item {
	padding: 15px;
	margin-bottom: 15px;
	border: solid 1px #ccc;
}

.news-list-faq .item:hover {
	border-color: #ed7020;
}

.news-list-faq .item .title {
	font-size: 14px;
	color: #333;
	transition: 0.5s;
	padding-left: 20px;
	background: url(../img/icon53.png) no-repeat left 3px / 14px;
}

.news-list-faq .item:hover .title {
	color: #ed7020;
}

.news-list-faq .item .info {
	font-size: 13px;
	padding-left: 20px;
	line-height: 1.7em;
	color: #999;
	margin-top: 5px;
	background: url(../img/icon54.png) no-repeat left 3px / 14px;
}



.index-news-2 {
	float:left;
	width: 1200px;
}

.index-news-2 .index-news-2-nav {
	background: #000000;
}

.index-news-2 .index-news-2-nav a {
	font-size: 16px;
	line-height: 50px;
	padding: 0 2em;
	color: #666;
	display: block;
	float:left;
	font-weight: bold;
	transition: 0.5s;
	position: relative;
}

.index-news-2 .index-news-2-nav a.focus {
	background: #fff;
	color: #ed7020;
}

.index-news-2 .index-news-2-nav a.focus::before {
	content: '';
	display: block;
	width: 4em;
	height: 2px;
	background: #ed7020;
	position: absolute;
	left: 2em;
	bottom: 0px;
}

.index-news-2-list {
	padding: 30px;
	background: #fff;
	position: relative;
	height: 520px;
}

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

.index-news-2-liuyan .right-bt-box {
	background: #ededed;
}

.index-news-2-liuyan .right-bt-box .title {
	background: #fff;
	font-size: 16px;
	line-height: 50px;
	padding: 0 2em;
	display: block;
	float: left;
	font-weight: bold;
	color: #ed7020;
	position: relative;
}

.index-news-2-liuyan .right-bt-box .title::before {
	content: '';
	display: block;
	width: 4em;
	height: 2px;
	background: #ed7020;
	position: absolute;
	left: 2em;
	bottom: 0px;
}

/* 在线留言 */
.message-box {
	background: #fff;
	padding: 30px;
}

.message-box .item {
	font-size: 0;
	margin-bottom: 15px;
}

.message-box .item>* {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}

.message-box .item .bt {
	width: 5em;
	min-height: 1px;
}

.message-box .item .input-text {
	background: #fafafa;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	width: calc(95% - 5em);
	color: #999;
}

.message-box .item textarea.input-text {
	resize: none;
	font-size: 12px;
	padding: 5px 10px;
	line-height: 22px;
	height: 88px;
	color: #999;
}

.message-box .item.btn-box {
	margin-bottom: 7px;
}

.message-box .item .coolbg {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	text-align: center;
	margin-right: 10px;
	line-height: 40px;
	height: 40px;
	background: #ed7020;
	color: #fff;
}

.message-box .item .coolbg.tijiao {
	background: #ed7020;
}

.message-box .item input {
	outline: none;
}


/*新闻中心*/
.news{ background:#f5f7f9; padding: 60px 0 60px 0;}
.news *{ box-sizing:border-box; text-align:center;}
.newstab a{ display:inline-table; width:220px; height:62px; background:#e6eaed; line-height:62px; font-size:20px; color:#414b4b; text-align:center; position:relative; transition:all 0.5s ease;}
.newstab a:after{ content:''; display:block; width:32px; height:32px; position:absolute; top:16px; left:36px; background:url(../images/20201014160350_1934033866.png) no-repeat left top;transition:all 0.5s ease;}
.newstab a+a{ margin-left:11px;}
.newstab a:nth-child(2):after{ background-position-x:-37px;}
.newstab a:nth-child(3):after{ background-position-x:-76px;}
.newstab{ width:692px; margin:0 auto;}
.newstab a.on:after{background-position-y:-69px; transform:translateX(360deg);}
.newstab a.on{ background:#2884db; color:#fff;}
.newstab{ margin:30px auto 40px auto;}
