@charset "utf-8";
/**
 * 
 主色1 #1957a4
 主色2 #fc930d 
 主色3 #376ae6
 */


/* 首页栏目通用 */
.index-column-box {
	position: relative;
	padding: 20px 15px;
}

/* 轮播图 */
.index-banner {
	display: block;
	width: 100%;
	z-index: 1;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
	background-size: 0.8rem auto;
	background-color: inherit;
	width: 2rem;
	height: 4rem;
	margin-top: -2rem;
}

/* 专注 */
.index-zhuanzhu-box {
	background: #f5f5f5;
}

.zhuanzhu-bt {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #1957a4;
	margin-bottom: 20px;
}

.zhuanzhu-bt .info {
	font-size: 1rem;
	color: #666;
	font-weight: normal;
	margin-top: 5px;
}

.zhuanzhu-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.zhuanzhu-list .item {
	width: 49%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 10px;
	transition: 0.5s;
}

.zhuanzhu-list .item:nth-child(2)~.item {
	margin-top: 2%;
}

.zhuanzhu-list .item:hover {
	box-shadow: 0 0 10px #666;
}

.zhuanzhu-list .item .text {
	width: 75%;
	font-size: 1.2rem;
	color: #333;
	font-weight: bold;
}

.zhuanzhu-list .item .text .info {
	font-size: 1rem;
	color: #999;
	font-weight: normal;
	margin: 5px 0 10px;
}

.zhuanzhu-list .item .text .btn {
	display: block;
	width: 7em;
	text-align: center;
	background: #fc930d;
	color: #fff;
	font-size: 12px;
	line-height: 2.25em;
	border-radius: 3px;
	transition: 0.5s;
}

.zhuanzhu-list .item .text .btn:hover {
	background: #1957A4;
}

.zhuanzhu-list .item .pic {
	width: 20%;
}

.zhuanzhu-list .item .pic img {
	display: block;
	width: 100%;
	transition: 0.5s;
}

.zhuanzhu-list .item:hover .pic img {
	transform: rotateY(360deg);
}

/* 产品展示 */
.index-cp-box {
	background: url(../images/cp-bg.jpg) no-repeat top center /cover;
}

.cp-nav-box {
	margin-bottom: 15px;
}

.cp-nav-list .item a {
	display: block;
	font-size: 1rem;
	line-height: 3.5em;
	color: #333;
	background: #fff;
	text-align: center;
	transition: 0.5s;
}

.cp-nav-list .item a:hover {
	background: #1957A4;
	color: #fff;
}

.cp-nav-list .item a i {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	border: solid 1px #1957A4;
	color: #1957A4;
	text-align: center;
	line-height: 22px;
	font-size: 16px;
	padding-left: 2px;
	margin-right: 10px;
}

.cp-nav-list .item a:hover i {
	color: #fff;
	transform: rotateX(360deg);
	border-color: #fff;
}

.cp-list .item .box {
	display: block;
	position: relative;
	font-size: 1.1rem;
	color: #333;
	transition: 0.5s;
	text-align: center;
	background: #fff;
}

.cp-list .item .box:hover .text .title {
	color: #1957A4;
}

.cp-list .item .box .pic {
	padding-bottom: 100%;
}

.cp-list .item .box .text {
	padding: 10px;
}

/* 优势 */
.index-youshi-box {
	background: url(../images/youshi-bg.jpg) no-repeat top center /cover;
}

/*.youshi-title {
	margin-bottom: 20px;
}*/

.youshi-title img {
	display: block;
	width: 100%;
}
.youshi-title{
	text-align:center;
	padding-bottom:45px;
	
}
.youshi-title  .title {
	font-weight: bold;
	font-size: 25px;
	line-height: 1em;
	height: 1em;
	letter-spacing:6px;
}

.youshi-title .title span {
	color: #FC930D;
	font-family: 'num2';
	font-size: 50px;
}

.youshi-title  .titleen {
	text-transform: uppercase;
	font-size: 22px;
	color: #1957A4;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 1px;
}
.index-youshi .item~.item {
	margin-top: 10px;
}

.index-youshi .item .text .title {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.index-youshi .item .text .title .num {
	width: 3.3rem;
	height: 3.7rem;
	display: block;
	background: url(../images/youshi-icon.png) no-repeat top center /100% 100%;
	text-align: center;
	line-height: 3.7rem;
	color: #fff;
	font-size: 2rem;
	font-family: 'num2';
	margin-right: 10px;
	transition: 0.5s;
}

.index-youshi .item .text .title:hover .num {
	transform: rotateY(360deg);
}

.index-youshi .item .text .titlecn {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1em;
}

.index-youshi .item .text .titlecn span {
	font-size: 1.3rem;
	color: #1957A4;
	margin-right: 5px;
}

.index-youshi .item .text .titleen {
	font-size: 1rem;
	text-transform: uppercase;
	color: #999;
}

.index-youshi .item .text .info {
	font-size: 1rem;
	line-height: 1.7em;
	color: #666;
}

/* 客户案例 */
.index-case-box {
	background: url(../images/cae-bg.jpg) no-repeat top center /cover;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.index-case .box {
	display: block;
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 10px;
}

.index-case .box .pic {
	left: 10px;
	top: 0px;
	width: 40%;
	padding-bottom: 30%;
	z-index: 2;
	border: solid 5px #fff;
	box-shadow: 0 0 10px -5px #666;
}

.index-case .box .text {
	background: #fff;
	padding: 10px 10px 10px calc(40% + 20px);
	text-align: left;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.index-case .box .text .title {
	display: block;
	font-size: 1.2rem;
}

.index-case .box .text .info {
	font-size: 1rem;
	line-height: 2em;
	color: #666;
	margin-bottom: 10px;
	height: 4em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-case .box .text .btn {
	color: #1957A4;
	font-size: 1rem;
}

.index-case .swiper-button-white {
	background-color: #FC930D;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	margin-top: -15px;
	background-size: 6px;
}

/* 公司简介 */
.index-about-box {
	z-index: 2;
}

.index-about {
	position: relative;
}

.index-about .left .title {
	font-size: 1.1rem;
	font-weight: bold;
}

.index-about .left .titleen {
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.5;
}

.index-about .left .info {
	font-size: 1rem;
	line-height: 2em;
	margin: 10px 0;
	text-indent: 2em;
	color: #666;
}

.index-about .left .btn {
	background: #1957A4;
	display: block;
	width: 8em;
	padding: 0 2em;
	line-height: 2.5em;
	border-radius: 2.5em;
	color: #fff;
	margin-top: 10px;
	font-size: 1rem;
}

/* 新闻资讯 */
.index-news-box {
	position: relative;
	z-index: 1;
}

.hot-news {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.hot-news .item {
	width: 48%;
}

.hot-news .item .box {
	display: block;
	font-size: 1rem;
	font-weight: bold;
	color: #333;
	background: #f5f5f5;
	transition: 0.5s;
}

.hot-news .item .box:hover .title {
	color: #1957A4;
}

.hot-news .item .box .text {
	padding: 10px;
}

.hot-news .item .box .text .info {
	font-size: 1rem;
	font-weight: normal;
	opacity: 0.7;
	line-height: 1.7em;
	margin: 5px 0;
	height: 3.4em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hot-news .item .box .text .time {
	font-size: 1rem;
	font-weight: normal;
	opacity: 0.7;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hot-news .item .box .text .time p+p {
	color: #1957A4;
}

.hot-news .item .pic {
	padding-bottom: 75%;
}

.news-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: solid 1px #ccc;
}

.news-list .item {
	border-bottom: 1px solid #ccc;
}

.news-list .item:last-child {
	border: 0;
}

.news-list .line {
	height: 1px;
	background: #ccc;
}

.news-list .item .box {
	font-size: 1rem;
	padding: 10px;
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.5s;
	font-weight: bold;
}

.news-list .item .box:hover .title {
	color: #1957A4;
}

.news-list .item .box .time {
	font-family: 'num2';
	font-size: 1.5rem;
	color: #333;
	text-align: center;
	width: 15%;
}

.news-list .item .box .time p {
	font-size: 1rem;
	font-weight: normal;
	opacity: 0.7;
}

.news-list .item .box .text {
	width: 82%;
}

.news-list .item .box .text .info {
	font-size: 1rem;
	line-height: 1.7em;
	opacity: 0.7;
	font-weight: normal;
	height: 5.1em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}