/* ==========================================================================
   css index 首页样式
   web.ceccz.com 中站源码网
   www.Citycms.cn 多城市分站站群
   ========================================================================== */
/* section-title */
.section-title {
	padding-bottom: 50px;
	text-align: center;
}
.section-title h2 {
	margin-bottom: 10px;
	color: #333;
}
.section-title p {
	font-size: 16px;
	line-height: 24px;
	color: #999;
}
/* more */
.more {
	padding-top: 50px;
	width: 100%;
	text-align: center;
	clear: both;
}
.more a {
	display: inline-block;
	padding: 15px 75px;
	font-size: 16px;
	color: #fff;
	background: #00a0ea;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
}
.more a:hover {
	background: rgba(0, 160, 234, .75);
	-webkit-transition: background-color .3s, color .3s;
	-o-transition: background-color .3s, color .3s;
	-moz-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}
/*===================	slide ===================*/
/* slide */
.slide {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	min-width: 1180px;
	height: 630px;
	background: #333;
	overflow: hidden;
}
/* swiper-slide */
.swiper-slide {
	position: relative;
	width: 100%;
	min-width: 1180px;
	height: 630px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.slide-bg1, .slide-bg2, .slide-bg3, .slide-bg4, .slide-bg5 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.slide-bg1 {
	background: #242a37 url(../images/slide_bg1.png) center center no-repeat;
	background-color: #242a37;
}
.slide-bg2 {
	background: #242a37 url(../images/slide_bg2.png) center center no-repeat;
	background-color: #242a37;
}
.slide-bg3 {
	background: #242a37 url(../images/slide_bg3.png) center center no-repeat;
	background-color: #242a37;
}
.slide-bg4 {
	background: #242a37 url(../images/slide_bg4.png) center center no-repeat;
	background-color: #242a37;
}
.slide-bg5 {
	background: #1b294f url(../images/slide_bg5.png) center center no-repeat;
	background-color: #1b294f;
}
.swiper-slide .ani img {
	width: 1180px;
	height: 630px;
	overflow: hidden;
}
.swiper-slide .container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1180px;
	height: 400px;
	margin-left: -590px;
	margin-top: -200px;
}
.swiper-slide .slide-text {
	width: 100%;
	padding-top: 90px;
	color: #fff;
	text-align: center;
}
.swiper-slide .slide-text h1 {
	max-height: 150px;
	font-size: 48px;
	font-weight: bold;
	line-height: 72px;
}
.swiper-slide .slide-text p {
	margin: 20px 0 50px;
	max-height: 64px;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 3px;
}
.slide-bg2 .slide-text {
	width: 50%;
	text-align: left;
}
.slide-bg4 .slide-text {
	float: right;
	width: 50%;
	text-align: right;
}
/* slide-nav */
.slide-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100px;
	background: rgba(255, 255, 255, 0.05);
}
.slide-nav ul {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.slide-nav li {
	float: left;
	width: 20%;
	height: 100px;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.05);
	cursor: pointer;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.slide-nav li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.slide-nav li dl {
	display: block;
	float: left;
	height: 60px;
	padding: 20px 15px;
	overflow: hidden;
}
.slide-nav li dl dt {
	height: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	opacity: .9;
	filter: alpha(opacity=90);
	overflow: hidden;
}
.slide-nav li dl dt:before {
	content: "";
	position: absolute;
	top: 50px;
	width: 36px;
	height: 2px;
	background: #00a0ea;
	opacity: .75;
	filter: alpha(opacity=75);
}
.slide-nav li dl dd {
	height: 24px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	opacity: .75;
	filter: alpha(opacity=75);
	overflow: hidden;
}
.slide-nav li a:hover {
	background: rgba(255, 255, 255, 0.05);
}
.slide-nav li:nth-child(5) {
	border-right: 1px solid rgba(255, 255, 255, 0.05);
}
/* price-banner */
.price-banner {
	background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
	padding: 30px 0;
}
.price-banner-content {
	text-align: center;
	color: #fff;
}
.price-highlight {
	margin-bottom: 15px;
}
.price-label {
	font-size: 20px;
	margin-right: 10px;
}
.price-num {
	font-size: 56px;
	font-weight: bold;
	color: #ffeb3b;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}
.price-unit {
	font-size: 18px;
	margin-left: 5px;
}
.price-features {
	margin-bottom: 15px;
}
.price-features span {
	display: inline-block;
	margin: 0 15px;
	font-size: 14px;
}
.price-features span i {
	margin-right: 5px;
	color: #ffeb3b;
}
.price-phone {
	font-size: 20px;
	font-weight: bold;
}
.price-phone i {
	margin-right: 8px;
}
/* swiper-pagination */
.swiper-pagination {
	position: absolute;
	z-index: 999;
	bottom: 120px !important;
	left: 0;
	width: 100%;
	text-align: center;
}
.swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px !important;
	background: #fff;
	border-radius: 10px;
	cursor: pointer;
	opacity: .3;
	filter: alpha(opacity=30);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.swiper-pagination-bullet-active {
	width: 30px;
	opacity: .75;
	filter: alpha(opacity=75);
}
/* swiper-button */
.swiper-button-prev {
	left: 20px;
}
.swiper-button-next {
	right: 20px;
}
.swiper-button-prev, .swiper-button-next {
	background: none;
}
.swiper-button-prev i, .swiper-button-next i {
	height: 36px;
	line-height: 36px;
	color: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
}
.swiper-button-prev i:hover, .swiper-button-next i:hover {
	opacity: .75;
	filter: alpha(opacity=75);
}
/*===================	product ===================*/
/* product */
.product {
	position: relative;
	z-index: 1;
	min-width: 1180px;
	padding: 50px 0;
	margin: 0 auto;
	background: #f7f7f7;
	overflow: hidden;
}
.product-item {
	position: relative;
	width: 100%;
	height: 550px;
}
.product-item ul li {
	float: left;
	width: 17%;
	height: 550px;
	margin-left: 1.75%;
	background: #fff;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.product-item ul li {
	-webkit-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
	-moz-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
	-o-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
	box-shadow: 1px 1px 12px rgba(0,0,0,.08);
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear;
}
.product-item ul li:first-child {
	margin-left: 0;
}
/* product-item-normal */
.product-item-normal {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.product-item-icon {
	width: 90px;
	height: 90px;
	margin: 40px auto 30px;
	text-align: center;
	background: url(../images/product_icon_01.svg) center no-repeat;
	background-size: 100%;
}
.product-item-icon i {
	line-height: 90px;
	color: #fff;
	text-align: center;
}
.product-item-title {
	text-align: center;
}
.product-item-title h3 {
	height: 24px;
	margin-bottom: 14px;
	line-height: 24px;
}
.product-item-title p {
	font-size: 14px;
	line-height: 14px;
	color: #999;
}
.product-item-desc {
	padding: 25px 0;
	margin: 30px auto;
	width: 90%;
	height: 88px;
	border: 1px solid #f3f3f3;
	border-left: none;
	border-right: none;
}
.product-item-desc p {
	margin: 0 auto 18px;
	width: 90%;
	font-size: 14px;
	line-height: 14px;
	color: #999;
	text-align: center;
}
.product-item-price {
	margin-top: 70px;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.product-item-price em {
	font-size: 24px;
	color: #00a0ea;
}
.product-item-price span {
	font-size: 48px;
	color: #00a0ea;
}
/* product-item-active */
.product-item ul li.product-active {
	z-index: 9;
	width: 25%;
	background: #00a0ea;
	background: -moz-linear-gradient(360deg, #a14faf 0, #00a0ea 100%);
	background: -webkit-linear-gradient(360deg, #a14faf 0, #00a0ea 100%);
	background: linear-gradient(360deg, #a14faf 0, #00a0ea 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a14faf', endColorstr='#00a0ea', GradientType=1);
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,.2);
	-o-box-shadow: 0 5px 20px rgba(0,0,0,.2);
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
}
.product-item ul li.product-active .product-item-normal {
	display: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.product-item ul li.product-active .product-item-active {
	display: block;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.product-item ul li.product-active .product-item-icon {
	width: 120px;
	height: 120px;
	margin: 30px auto 10px;
	text-align: center;
	background: url(../images/product_icon_02.svg) center no-repeat;
	background-size: 100%;
}
.product-item ul li.product-active a:hover .product-item-icon {
	-webkit-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-o-transition: transform .3s linear;
	transition: transform .3s linear;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.product-item ul li.product-active .product-item-icon i {
	line-height: 120px;
	color: #00a0ea;
}
.product-item ul li.product-active .product-item-title h3 {
	color: #fff;
}
.product-item ul li.product-active .product-item-title p {
	color: #fff;
}
.product-item ul li.product-active .product-item-desc {
	padding: 25px 0;
	margin: 30px auto;
	width: 90%;
	height: 88px;
	border-color: rgba(255, 255, 255, .4);
}
.product-item ul li.product-active .product-item-desc p {
	width: 240px;
	height: 88px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-align: left;
}
.product-item ul li.product-active .product-item-price {
	margin-top: 30px;
	color: #dfdfdf;
	text-align: center;
}
.product-item ul li.product-active .product-item-price em {
	font-size: 18px;
	color: #fff;
}
.product-item ul li.product-active .product-item-price span {
	display: inline-block;
	height: 36px;
	padding-right: 10px;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
}
.product-item-active {
	position: relative;
	display: none;
	height: 100%;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.product-item-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
}
.product-item-btn {
	display: block;
	width: 90%;
	height: 40px;
	margin: 30px auto 0;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #ff6a00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.product-item-btn:hover {
	color: #fff;
	background: #f26500;
}
/*===================	service ===================*/
/* service-item */
.service {
	position: relative;
	z-index: 1;
	min-width: 1180px;
	padding: 50px 0px 0px;
	margin: 0 auto;
	overflow: hidden;
}
.service-item {
	position: relative;
	width: 100%;
	height: 96px;
}
.service-item li {
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.service-item li a {
	display: block;
	padding-bottom: 10px;
}
.service-item li a span {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto 10px;
}
.service-item li a span {
	color: #666;
}
.service-item li a h4 {
	display: block;
	color: #333;
}
.service-item li a:hover span, .service-item li a:hover h4, .on .service-item-icon, .on .service-item-column {
	color: #00a0ea;
}
.service-item ul .on a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	z-index: 1;
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #00a0ea;
}
/* service-list */
.service-list {
	padding: 40px 0 30px;
	background: #f7f7f7;
}
.service-list li {
	float: left;
	width: 25%;
	padding: 15px 20px;
	margin-bottom: 10px;
	vertical-align: top;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.service-list li a {
	position: relative;
}
.service-list li h5 {
	margin-bottom: 5px;
	color: #666;
}
.service-list li h5 em {
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	min-width: 32px;
	padding: 0 2px;
	margin-left: 10px;
	font-size: 12px;
	font-style: normal;
	color: #f60;
	line-height: 14px;
	text-align: center;
	border: 1px solid #f60;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.service-list li span {
	color: #999;
}
.service-list li:hover {
	background: #fff;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
	-o-box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
}
.service-list li:hover h5 {
	color: #00a0ea;
}
/*===================	solution ===================*/
/* solution */
.solution {
	position: relative;
	z-index: 1;
	min-width: 1180px;
	padding: 50px 0 0;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.solution-item {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #373d41;
	overflow: hidden;
}
.solution-item button.fa {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 50px;
	padding: 0;
	font-size: 40px;
	color: rgba(255, 255, 255, .5);
	cursor: pointer;
	background: rgba(0, 0, 0, .1);
	border: none;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.solution-item button.fa:hover {
	color: #fff;
	background: rgba(48, 113, 255, .5);
}
.solution-item .fa-angle-left {
	left: 0;
}
.solution-item .fa-angle-right {
	right: 0;
}
.solution-item .solution-slide {
	width: 100%;
	overflow: hidden;
}
.solution-item .solution-slide ul {
	display: flex;
	width: 10000%;
}
.solution-item .solution-slide ul:after {
	display: block;
	clear: both;
	content: '';
}
.solution-item .solution-slide ul li {
	position: relative;
	float: left;
	width: .2%;
	height: 20%;
	min-height: 345px;
	color: #fff;
	text-align: center;
}
.solution-item .solution-slide ul li span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(0, 0, 0, .5);
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.solution-item .solution-slide ul li:hover span {
	background: rgba(0, 160, 234, .5);
	cursor: pointer;
}
.solution-slide ul li i, .solution-slide ul li hr, .solution-slide ul li h3, .solution-slide ul li p, .solution-slide ul li a {
	position: absolute;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.solution-item .solution-slide ul li i {
	top: 26%;
	right: 0;
	left: 0;
}
.solution-item .solution-slide ul li:hover i {
	top: 15%;
	font-size: 4em;
}
.solution-item .solution-slide ul li hr {
	top: 52%;
	left: 50%;
	padding: 0;
	margin-left: -15px;
	width: 30px;
	height: 2px;
	background: #fff;
	border: none;
}
.solution-item .solution-slide ul li:hover hr {
	top: 42%;
	opacity: 0;
}
.solution-item .solution-slide ul li h3 {
	top: 60%;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 24px;
}
.solution-item .solution-slide ul li:hover h3 {
	top: 37%;
	font-size: 20px;
}
.solution-item .solution-slide ul li p {
	top: 70%;
	right: 10%;
	left: 10%;
	width: 80%;
	font-size: 14px;
	line-height: 24px;
	opacity: 0;
}
.solution-item .solution-slide ul li:hover p {
	top: 50%;
	opacity: 1;
}
.solution-item .solution-slide ul li a {
	top: 85%;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 36px;
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	border: 2px solid #fff;
	opacity: 0;
}
.solution-item .solution-slide ul li a:hover {
	color: #00a0ea;
	background: #fff;
}
.solution-item .solution-slide ul li:hover a {
	top: 75%;
	opacity: 1;
}
.solution-item .solution-slide ul li img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
/*===================	cases ===================*/
.cases {
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 1180px;
	padding: 50px 0px;
	margin: 0 auto;
	overflow: hidden;
}
.cases-item {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	text-align: center;
}
.cases-item .hd {
	height: 30px;
	padding-bottom: 15px;
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #dfdfdf;
}
.cases-item .hd ul {
	width: 100%;
	margin: 0 auto;
}
.cases-item .hd ul li {
	display: inline;
	float: left;
	width: 20%;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.cases-item .hd ul li.on {
	position: relative;
	padding-bottom: 16px;
	color: #00a0ea;
	border-bottom: 2px solid #00a0ea;
}
.cases-item .hd ul li.on:before {
	content: '';
	position: absolute;
	top: 48px;
	left: 110px;
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #00a0ea;
}
.cases-item .bd {
	height: auto;
	margin-top: 50px;
}
.cases-item .bd ul {
	position: relative;
	width: 100%;
}
.cases-item .bd ul li {
	float: left;
	width: 370px;
	height: 422px;
	padding-top: 20px;
	margin-top: 40px;
	margin-right: 35px;
	background: url(../images/cases_bg.png) no-repeat left top;
	-webkit-box-shadow: 0px 8px 12px #efefef;
	-moz-box-shadow: 0px 8px 12px #efefef;
	-o-box-shadow: 0px 8px 12px #efefef;
	box-shadow: 0px 8px 12px #efefef;
}
.cases-item .bd li:nth-child(-n+3) {
	margin-top: 0;
}
.cases-item .bd li:nth-child(3n) {
	margin-right: 0;
}
.cases-images {
	position: relative;
	width: 370px;
	height: 280px;
	overflow: hidden;
}
.cases-images a {
	display: block;
}
.cases-text {
	margin-top: 24px;
	color: #333;
	text-align: left;
}
.cases-text h3 {
	width: 330px;
	height: 24px;
	font-size: 18px;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.cases-text h3 a {
	padding: 0 20px 0 15px;
	font-size: 16px;
	line-height: 24px;
	border-left: 4px solid #00a0ea;
}
.cases-text p {
	padding: 10px 20px 20px;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.cases-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 20px;
	background: #f7f7f7;
	border-top: 1px solid #efefef;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cases-time {
	margin-top: 3px;
	font-size: 14px;
	color: #999;
}
.cases-type {
	display: inline-block;
}
.cases-type span {
	display: inline-block;
	padding: 3px 5px;
	font-size: 12px;
	line-height: 1;
	color: #00a0ea;
	border: 1px solid #00a0ea;
}
/*===================	number ===================*/
.number {
	min-width: 1180px;
	background-size: cover;
	background-attachment: fixed;
	background: #00a0ea url(../images/number_bg.png) center center no-repeat;
	overflow: hidden;
}
.number .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.number .clearfix {
 *+height:1%;
}
.number ul {
	padding: 50px 0;
	_zoom: 1;
}
.number ul li {
	float: left;
	width: 20%;
	height: auto;
	color: #fff;
	text-align: center;
}
.number ul li b {
	position: relative;
	display: inline-block;
	margin: 15px 0 10px;
	font-size: 48px;
	line-height: 1;
}
.number ul li p {
	margin: 0;
	font-size: 16px;
}
.number ul li b i {
	font-style: normal;
}
.number ul li b sup {
	position: absolute;
	top: 5px;
	right: -15px;
	font-size: 20px;
}
.number ul li b em {
	position: relative;
	top: -3px;
	padding-left: 6px;
	font-style: normal;
	font-size: 18px;
	font-weight: normal;
}
/*===================	about ===================*/
.about {
	position: relative;
	min-width: 1180px;
	height: 500px;
	margin: 0 auto;
	background: #242a37;
}
.about .about-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	min-width: 1180px;
	height: 500px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background: url(../images/about_bg.jpg) center center no-repeat;
	background-attachment: fixed;
}
.about .container {
	position: relative;
	z-index: 2;
}
.about .section-title {
	padding-top: 50px;
}
.about .section-title h2, .about p {
	color: #fff;
}
.about .about-desc {
	width: 42%;
	height: auto;
	margin-top: 0px;
	text-align: left;
}
.about .about-desc p {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 20px;
}
.about .seemore {
	margin-top: 30px;
}
.about video {
	position: absolute;
	top: 180px;
	right: 0;
	z-index: 2;
	width: 640px;
	height: 360px;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,.5);
	-o-box-shadow: 0 5px 20px rgba(0,0,0,.5);
	box-shadow: 0 5px 20px rgba(0,0,0,.5);
}
/*===================	news ===================*/
.news {
	position: relative;
	z-index: 1;
	min-width: 1180px;
	padding: 100px 0px 50px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.news-item {
	position: relative;
	width: 100%;
	height: auto;
}
.news-item .hd {
	height: 30px;
	padding-bottom: 15px;
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #dfdfdf;
}
.news-item .hd ul {
	width: 100%;
	margin: 0 auto;
}
.news-item .hd ul li {
	display: inline;
	float: left;
	width: 20%;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.news-item .hd ul li.on {
	position: relative;
	padding-bottom: 16px;
	color: #00a0ea;
	border-bottom: 2px solid #00a0ea;
}
.news-item .hd ul li.on:before {
	content: '';
	position: absolute;
	top: 48px;
	left: 110px;
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #00a0ea;
}
.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	font-size: 0;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #00a0ea #fff #fff #fff;
	zoom: 1;/* overflow: hidden; */
}
.news-item .bd {
	height: 360px;
	margin-top: 50px;
}
/* news-item-left */
.news-item-left {
	float: left;
	width: 31.355%;
	height: 100%;
}
.news-item-left a {
	width: 100%;
	height: 100%;
}
.news-item-left .news-img {
	position: relative;
	display: flex;
	width: 100%;
	height: 225px;
	border: 2px solid #f7f7f7;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.news-item-left .news-img img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.news-item-left .news-img img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.news-item-left .news-txt {
	padding: 15px 0;
	text-align: left;
}
.news-item-left .news-txt h4 {
	display: block;
	height: 36px;
	line-height: 36px;
	color: #333;
	overflow: hidden;
}
.news-item-left .news-txt>span {
	display: block;
	height: 48px;
	line-height: 24px;
	color: #999;
	overflow: hidden;
}
.news-item-left .news-icon {
	padding-top: 5px;
}
.news-item-left .news-icon span {
	float: left;
	padding-right: 10px;
	line-height: 24px;
	color: #a7a7a7;
}
.news-item-left .news-icon span i {
	padding-right: 10px;
}
.news-item-left a:hover .news-txt h4 {
	color: #00a0ea;
}
/* news-item-right */
.news-item-right {
	float: right;
	width: 68.644%;
}
.news-item-right ul {
	float: right;
}
.news-item-right li {
	float: left;
	width: 47%;
	height: 100px;
	margin-bottom: 20px;
	margin-left: 2.5%;
	border: 2px solid #f7f7f7;
}
.news-item-right li:nth-child(5), .news-item-right li:nth-child(6) {
	margin-bottom: 0px;
}
.news-item-right li a {
	width: 100%;
	height: 100%;
}
.news-item-right .news-date {
	float: left;
	width: 80px;
	height: 80px;
	margin: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	background: #999;
}
.news-item-right .news-date strong {
	display: block;
	padding-top: 10px;
	font-size: 30px;
	line-height: 35px;
}
.news-item-right .news-text {
	float: left;
	width: 70%;
	height: 80px;
	margin: 10px 10px 10px 0;
}
.news-item-right .news-text h5 {
	display: block;
	height: 36px;
	line-height: 36px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news-item-right .news-text span {
	display: block;
	height: 40px;
	color: #999;
	overflow: hidden;
}
.news-item-right li:hover {
	border: 2px solid #00a0ea;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 160, 234, .25);
	-moz-box-shadow: 0px 0px 15px rgba(0, 160, 234, .25);
	-o-box-shadow: 0px 0px 15px rgba(0, 160, 234, .25);
	box-shadow: 0px 0px 15px rgba(0, 160, 234, .25);
}
.news-item-right li:hover .news-date {
	background: #00a0ea;
}
.news-item-right li:hover .news-text h5 {
	color: #00a0ea;
}
/*===================	honor ===================*/
.honor {
	position: relative;
	z-index: 1;
	min-width: 1180px;
	padding: 20px 0px;
	margin: 0 auto;
	background: #f7f7f7;
	overflow: hidden;
}
.honor-item {
	position: relative;
	width: 100%;
	height: 91px;
}
.honor-item ul li {
	float: left;
	width: 12.5%;
	text-align: center;
}
.honor-item ul li img {
	width: auto;
	height: 60px;
}
.honor-item ul li p {
	padding-top: 5px;
	font-size: 14px;
}
/*===================	vr-cases ===================*/
.vr-cases {
	position: relative;
	z-index: 1;
	min-width: 1180px;
	padding: 50px 0;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.vr-cases-tabs {
	margin-top: 30px;
}
.vr-tabs-hd {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	border-bottom: 2px solid #f0f0f0;
}
.vr-tabs-hd li {
	padding: 15px 40px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	margin-bottom: -2px;
	transition: all .3s;
}
.vr-tabs-hd li:hover {
	color: #00a0ea;
}
.vr-tabs-hd li.on {
	color: #00a0ea;
	border-bottom: 2px solid #00a0ea;
}
.vr-case-list {
	display: none;
}
.vr-case-list li {
	float: left;
	width: 16.66%;
	padding: 10px;
	box-sizing: border-box;
}
.vr-case-list li a {
	display: block;
	padding: 20px 15px;
	background: #f7f7f7;
	border-radius: 8px;
	text-align: center;
	transition: all .3s;
}
.vr-case-list li a:hover {
	background: #00a0ea;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 160, 234, .3);
}
.vr-case-list li a:hover .vr-icon i,
.vr-case-list li a:hover .vr-title {
	color: #fff;
}
.vr-icon {
	margin-bottom: 10px;
}
.vr-icon i {
	font-size: 32px;
	color: #00a0ea;
	transition: all .3s;
}
.vr-title {
	font-size: 14px;
	color: #333;
	transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* VR弹窗样式 */
.vr-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	z-index: 9999;
}
.vr-modal-content {
	position: relative;
	width: 90%;
	height: 90%;
	margin: 2.5% auto;
	background: #000;
	border-radius: 8px;
	overflow: hidden;
}
.vr-modal-close {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	background: rgba(0, 0, 0, .5);
	border-radius: 50%;
	transition: all .3s;
}
.vr-modal-close:hover {
	background: #00a0ea;
}
.vr-modal-iframe {
	width: 100%;
	height: 100%;
	border: none;
}
/*===================	company-intro ===================*/
.company-intro {
	padding: 60px 0;
	background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
}
.company-intro .intro-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.company-intro .intro-text {
	width: 60%;
}
.company-intro .intro-text h2 {
	font-size: 32px;
	color: #00a0ea;
	margin-bottom: 20px;
}
.company-intro .intro-text p {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 10px;
}
.company-intro .intro-text .intro-highlight {
	font-size: 18px;
	color: #333;
	font-weight: 500;
}
.company-intro .intro-text strong {
	color: #00a0ea;
}
.company-intro .intro-tags {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.company-intro .intro-tags span {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	background: #fff;
	border-radius: 25px;
	font-size: 14px;
	color: #333;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
.company-intro .intro-tags span i {
	color: #00a0ea;
	margin-right: 8px;
}
.company-intro .intro-image {
	width: 35%;
	text-align: center;
}
.company-intro .intro-image img {
	max-width: 100%;
	height: auto;
}
/*===================	service-advantages ===================*/
.service-advantages {
	padding: 60px 0;
	background: #fff;
}
.advantages-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.advantage-item {
	padding: 30px;
	background: #f7f7f7;
	border-radius: 10px;
	text-align: center;
	transition: all .3s;
}
.advantage-item:hover {
	background: #00a0ea;
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 160, 234, .3);
}
.advantage-item:hover .advantage-icon,
.advantage-item:hover h3,
.advantage-item:hover p {
	color: #fff;
}
.advantage-item .advantage-icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
	line-height: 70px;
	background: #00a0ea;
	border-radius: 50%;
	transition: all .3s;
}
.advantage-item:hover .advantage-icon {
	background: #fff;
}
.advantage-item .advantage-icon i {
	font-size: 28px;
	color: #fff;
	transition: all .3s;
}
.advantage-item:hover .advantage-icon i {
	color: #00a0ea;
}
.advantage-item h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
	transition: all .3s;
}
.advantage-item p {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	transition: all .3s;
}
/*===================	promise-section ===================*/
.promise-section {
	padding: 60px 0;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.promise-section .section-title h2,
.promise-section .section-title p {
	color: #fff;
}
.promise-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.promise-box {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}
.promise-header {
	padding: 20px;
	text-align: center;
	color: #fff;
}
.promise-header i {
	font-size: 36px;
	margin-bottom: 10px;
	display: block;
}
.promise-header h3 {
	font-size: 20px;
	margin: 0;
}
.promise-header-1 {
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
.promise-header-2 {
	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
.promise-header-3 {
	background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}
.promise-header-4 {
	background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}
.promise-list {
	padding: 20px;
	list-style: none;
	margin: 0;
}
.promise-list li {
	padding: 10px 0;
	font-size: 14px;
	color: #666;
	border-bottom: 1px dashed #eee;
	display: flex;
	align-items: flex-start;
}
.promise-list li:last-child {
	border-bottom: none;
}
.promise-list li i {
	color: #00a0ea;
	margin-right: 10px;
	margin-top: 3px;
}
/*===================	honors ===================*/
.honors {
	padding: 60px 0;
	background: #f7f7f7;
}
.honors-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.honor-item {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	transition: all .3s;
}
.honor-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}
.honor-item .honor-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	line-height: 80px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 50%;
}
.honor-item .honor-icon i {
	font-size: 32px;
	color: #fff;
}
.honor-item h4 {
	font-size: 18px;
	color: #00a0ea;
	margin-bottom: 10px;
}
.honor-item p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}
.honor-partner {
	margin-top: 40px;
	text-align: center;
}
.honor-partner p {
	display: inline-block;
	padding: 15px 40px;
	background: #fff;
	border-radius: 30px;
	font-size: 16px;
	color: #333;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
}
.honor-partner p i {
	color: #00a0ea;
	margin-right: 10px;
}
/*===================	about-desc ===================*/
.about-desc .about-contact {
	margin-top: 20px;
	font-size: 18px;
	color: #fff;
}
.about-desc .about-contact strong {
	font-size: 24px;
}
/*===================	service-scope ===================*/
.service-scope {
	padding: 60px 0;
	background: #fff;
}
.scope-content {
	text-align: center;
}
.scope-desc {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 20px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.scope-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 40px;
}
.scope-item {
	padding: 30px;
	background: #f7f7f7;
	border-radius: 10px;
	text-align: center;
	transition: all .3s;
}
.scope-item:hover {
	background: #00a0ea;
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 160, 234, .3);
}
.scope-item:hover i,
.scope-item:hover h4,
.scope-item:hover p {
	color: #fff;
}
.scope-item i {
	font-size: 40px;
	color: #00a0ea;
	margin-bottom: 15px;
	transition: all .3s;
}
.scope-item h4 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	transition: all .3s;
}
.scope-item p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	transition: all .3s;
}
/*===================	process ===================*/
.process {
	padding: 60px 0;
	background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
}
.process-steps {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 40px;
}
.process-step {
	width: 150px;
	text-align: center;
	padding: 20px 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	position: relative;
}
.step-num {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #00a0ea;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	font-weight: bold;
}
.step-icon {
	width: 60px;
	height: 60px;
	margin: 10px auto 15px;
	line-height: 60px;
	background: #f0f8ff;
	border-radius: 50%;
}
.step-icon i {
	font-size: 24px;
	color: #00a0ea;
}
.process-step h4 {
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
}
.process-step p {
	font-size: 12px;
	color: #999;
}
.process-arrow {
	font-size: 24px;
	color: #00a0ea;
}
.process-features {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}
.feature-item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.feature-item i {
	font-size: 24px;
	color: #00a0ea;
}
.feature-item span {
	font-size: 14px;
	color: #666;
}
/*===================	nationwide ===================*/
.nationwide {
	padding: 60px 0;
	background: linear-gradient(135deg, #00a0ea 0%, #0077b6 100%);
}
.nationwide-content {
	text-align: center;
	color: #fff;
}
.nationwide-content h2 {
	font-size: 32px;
	margin-bottom: 20px;
}
.nationwide-content h2 i {
	margin-right: 10px;
}
.nationwide-highlight {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
.nationwide-content p {
	font-size: 14px;
	line-height: 1.8;
	max-width: 900px;
	margin: 0 auto 30px;
	opacity: .9;
}
.nationwide-features {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 40px;
	margin-bottom: 30px;
}
.nationwide-features span {
	font-size: 14px;
}
.nationwide-features span i {
	margin-right: 5px;
}
.nationwide-notice {
	display: inline-block;
	padding: 15px 30px;
	background: rgba(255, 255, 255, .2);
	border-radius: 30px;
	font-size: 14px;
}
.nationwide-notice i {
	margin-right: 8px;
}
/*===================	industry-detail ===================*/
.industry-detail {
	padding: 60px 0;
	background: #f8f9fa;
}
.industry-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.industry-item {
	display: flex;
	gap: 30px;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
	transition: all .3s;
}
.industry-item:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	transform: translateY(-3px);
}
.industry-image {
	flex-shrink: 0;
	width: 100px;
	height: 100px;
	background: linear-gradient(135deg, #00a0ea 0%, #0077b6 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.industry-image i {
	font-size: 40px;
	color: #fff;
}
.industry-content {
	flex: 1;
}
.industry-content h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 12px;
}
.industry-content p {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 15px;
}
.industry-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.industry-tags span {
	padding: 5px 15px;
	background: #f0f7ff;
	color: #00a0ea;
	font-size: 12px;
	border-radius: 20px;
}
/*===================	technology ===================*/
.technology {
	padding: 60px 0;
	background: #fff;
}
.tech-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}
.tech-main h3 {
	font-size: 22px;
	color: #333;
	margin-bottom: 20px;
}
.tech-main > p {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 30px;
}
.tech-specs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.spec-item {
	text-align: center;
	padding: 25px;
	background: #f8f9fa;
	border-radius: 10px;
}
.spec-num {
	display: block;
	font-size: 32px;
	font-weight: bold;
	color: #00a0ea;
	margin-bottom: 5px;
}
.spec-label {
	font-size: 14px;
	color: #666;
}
.tech-process h3 {
	font-size: 22px;
	color: #333;
	margin-bottom: 20px;
}
.process-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.process-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 15px;
	background: #f8f9fa;
	border-radius: 8px;
}
.process-num {
	flex-shrink: 0;
	width: 35px;
	height: 35px;
	background: #00a0ea;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
}
.process-info h4 {
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
}
.process-info p {
	font-size: 13px;
	color: #888;
}
/*===================	seo-articles ===================*/
.seo-articles {
	padding: 60px 0;
	background: #f8f9fa;
}
.articles-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.article-item {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
	transition: all .3s;
}
.article-item:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	transform: translateY(-5px);
}
.article-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #00a0ea 0%, #0077b6 100%);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.article-icon i {
	font-size: 28px;
	color: #fff;
}
.article-item h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.4;
}
.article-item > p {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 20px;
}
.article-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.article-tags span {
	padding: 4px 12px;
	background: #e8f4fc;
	color: #00a0ea;
	font-size: 12px;
	border-radius: 15px;
}
/*===================	faq-section ===================*/
.faq-section {
	padding: 60px 0;
	background: #fff;
}
.faq-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}
.faq-item {
	padding: 25px;
	background: #f8f9fa;
	border-radius: 10px;
	border-left: 4px solid #00a0ea;
}
.faq-question {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
}
.faq-question i {
	font-size: 24px;
	color: #00a0ea;
}
.faq-question h4 {
	font-size: 16px;
	color: #333;
}
.faq-answer p {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}
/*===================	testimonials ===================*/
.testimonials {
	padding: 60px 0;
	background: #f8f9fa;
}
.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.testimonial-item {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}
.testimonial-content .stars {
	color: #ffc107;
	margin-bottom: 15px;
}
.testimonial-content .stars i {
	margin-right: 3px;
}
.testimonial-content > p {
	font-size: 14px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 20px;
	font-style: italic;
}
.testimonial-author {
	display: flex;
	align-items: center;
	gap: 15px;
}
.author-avatar {
	width: 50px;
	height: 50px;
	background: #e8f4fc;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.author-avatar i {
	font-size: 24px;
	color: #00a0ea;
}
.author-info h4 {
	font-size: 16px;
	color: #333;
	margin-bottom: 3px;
}
.author-info span {
	font-size: 13px;
	color: #888;
}
/*===================	partners ===================*/
.partners {
	padding: 60px 0;
	background: #fff;
}
.partners-content {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 50px;
	align-items: center;
}
.partners-text p {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 20px;
}
.partners-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-bottom: 20px;
}
.partners-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #555;
}
.partners-list li i {
	color: #00a0ea;
}
.partners-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.partners-stats .stat-item {
	text-align: center;
	padding: 25px;
	background: #f8f9fa;
	border-radius: 10px;
}
.partners-stats .stat-num {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #00a0ea;
	margin-bottom: 5px;
}
.partners-stats .stat-label {
	font-size: 14px;
	color: #666;
}