/*index*/
a.more{
	color: #ffffff;
	padding: 10px 28px;
	background: #08276d;
	font-size: 14px;
	border-radius: 4px;
	display: inline-block;
}
a.more.white{
	background: #ffffff;
	color: #333333;
}
.topic-box{
	height: 512px;
}
.topic-box-content{
	height: 512px;
	color: #ffffff;
	font-weight: 100;
}
.topic-box-content .line-1{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	padding-top: 140px;
	letter-spacing: 6px;
}
.topic-box-content .line-2{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	letter-spacing: 6px;

}
.topic-box-content .line-3{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	letter-spacing: 4px;
}
.topic-box-content .line-4{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 120px;
}
.topic-box-content .line-4 a{
	color: #ffffff;
}
.topic-box-content .bold{
	font-weight: 900;
}
.keyword-search{
	height: 74px;
	border-bottom: 1px solid #eeeeee;
}
.keyword-search .c{
	height: 74px;
}
.keyword{
	color: #999999;
	font-size: 14px;
}
.search{
	width: 240px;
	height: 32px;
	border-radius: 32px;
	background: #f2f2f2;
	padding: 0 10px;
}
.search input{
	background: none;
	outline: none;
	border: none;
	border-radius: 32px;
	text-indent: 14px;
	font-size: 12px;
	width: 180px;
	height: 32px;
	line-height: 32px;
}
.search button{
	background: none;
	outline: none;
	border: none;
	border-radius: 32px;
}
.index-title-box{
	position: relative;
	height: 138px;
}
.index-title-box:after{
	content: '';
	position: absolute;
	width: 40px;
	height: 8px;
	border-radius: 8px;
	background: #ff3300;
	left: calc(50% - 20px);
	bottom: -8px;
}
.index-title-box .title-english{
	font-size: 54px;
	color: #f0f0f0;
	font-weight: bolder;
	text-transform: uppercase;
	position: relative;
	z-index: 9;
	text-align: center;
}
.index-title-box .title-chinese{
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	position: relative;
	z-index: 9999;
	top: -44px;
}
.index-title-box .title-desc{
	font-size: 14px;
	text-align: center;
	position: relative;
	z-index: 9999;
	top: -40px;
}

.index-products{
	height: 1368px;
}
.index-case{
	height: 800px;
	background: #f8f8f8 url('../images/index/bg_middle.jpg') no-repeat center center;
}
.index-case2{
	height: 900px;
}
.index-about{
	height: 798px;
	background: #f8f8f8 url('../images/index/bg_about.jpg') no-repeat center center;
}
.index-news{
	height: 900px;
	position: relative;
}
/*.index-news:after{
	content: '';
	width: calc(50% - 200px);
	height: 900px;
	background: #f8f8f8;
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
}*/
.index-contact{
	height: 198px;
	background: #f8f8f8 url('../images/index/bg_contact.jpg') no-repeat center center;
	color: #fff;
}
.index-contact .c{
	height: 198px;
}
.index-contact .line-0{
	font-size: 26px;
	font-weight: bolder;
}
.index-contact .line-1{
	font-size: 14px;
}
.index-contact .line-2{
	padding-top: 30px;
}
.index-contact .line-2 .input{
	width: 260px;
	height: 46px;
	border-radius: 4px;
	background: #ffffff;
	outline: none;
	border:none;
	text-indent: 10px;
}
.index-contact .line-2 .input.code{
	width: 100px;
}
.index-contact .line-2 .code-img,
.index-contact .line-2 .code-img img
{
	height: 46px;
	border-radius: 4px;
	background: #ffffff;
	width: 80px;
}
.index-contact .line-2 .submit{
	width: 100px;
	height: 46px;
	border-radius: 4px;
	background: #183a7d;
	outline: none;
	border: none;
	color: #ffffff;
}
.index-contact .index-tel{
	padding-top: 80px;
}
.index-contact .index-tel .tel{
	line-height: 148%;
	padding: 0 16px;
}
.index-contact .get-message{
	border-radius: 4px;
	background: #183a7d;
	outline: none;
	border: none;
	color: #ffffff;
	padding: 10px 30px;
	font-size: 14px;
}
.index-contact .get-message a{
	color: #ffffff;
}

.news-tabs{
	justify-content: center;
	height: 80px;
}
.news-tabs span{
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	padding: 0 16px;
	position: relative;
}
.news-tabs span.active{
	color: #f30;
}
.news-tabs span.active:after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 8px;
	background: #f30;
	left: calc(50% - 4px);
	bottom: -16px;
}
.news{
	padding-top: 40px;
}
.index-news-tab-box{
	height: 500px;
}
.index-news-tab-box-c{
	height: 370px;
}
.index-news-tab-box-more{
	justify-content: center;
	padding-top: 80px;
}

.index-news-tab-box-c .news-topic{
	width: 50%;
	height: 370px;
	border-right: 1px solid #eeeeee;
	padding-right: 70px;
}
.index-news-tab-box-c .news-topic img{
	width: 528px;
	height: 248px;
	border-radius: 8px;
}
.index-news-tab-box-c .news-topic .title{
	padding-top: 16px;
}
.index-news-tab-box-c .news-topic .title span{
	float: right;
	font-size: 12px;
	color: #999999;
}
.index-news-tab-box-c .news-topic .title a{
	font-size: 18px;
}
.index-news-tab-box-c .news-topic .desc{
	font-size: 14px;
	padding-top: 16px;
	color: #666666;
}
.index-news-tab-box-c .news-list{
	width: 50%;
	height: 370px;
	padding-left: 70px;
}
.index-news-tab-box-c .news-list .news-list-item{
	border-bottom: 1px solid #cccccc;
	padding: 20px 0;
}
.index-news-tab-box-c .news-list .news-list-item:last-child{
	border-bottom: none;
}
.index-news-tab-box-c .news-list .news-list-item .title span{
	float: right;
	font-size: 12px;
	color: #999999;
}
.index-news-tab-box-c .news-list .news-list-item .title a{
	font-size: 18px;
}
.index-news-tab-box-c .news-list .news-list-item .desc{
	font-size: 14px;
	padding-top: 16px;
	color: #666666;
}
.index-about-more .item{
	width: 33.33333%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	background: #ffffff;
	height: 80px;
	border-right: 1px solid #eeeeee;
}
.index-about-more .item:last-child{
	border: none;
	background: #08276d;
	color:#fff;
}
.index-about-more .item:last-child i,
.index-about-more .item:last-child a{
	color: #ffffff;
}
.case2{
	padding-top: 80px;
}
.index-case-box{
	height: 420px;
}
.index-case-box img{
	width: 288px;
	height: 366px;
	border-radius: 8px;
}
.index-case-box .title{
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
}

.index-case2 .swiper-button-next, 
.index-case2 .swiper-button-prev{
	color: #ffffff;
	background: #08276d;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	top: 260px;
}
.index-case2 .swiper-button-next:after, 
.index-case2 .swiper-button-prev:after{
	font-size: 12px;
}
.index-case2 .swiper-button-prev{
	left: -40px;
}
.index-case2 .swiper-button-next{
	right: -40px;
}
.case{
	padding-top: 40px;
}
.case i{
	font-size: 24px !important;
}
.case .case-left{
	width: 468px;
	height: 420px;
	background: #ffffff;
	border-radius: 8px;
	position: relative;
}
.case .case-left a,
.case .case-right .item a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 8px;
}
.case .case-left img{
	width: 468px;
	height: 420px;
	border-radius: 8px;
	z-index: 9;
}
.case .case-left .meta{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100px;
	width: 100%;
	background: #256fb4;
	z-index: 999;
	color: #ffffff;
	border-radius: 0 0 8px 8px;
	padding: 0 20px;
}
.case .case-right{
	width: 350px;
}

.case .case-right .item{
	height: 200px;
	background: #ffffff;
	border-radius: 8px;
	position: relative;
}
.case .case-right .item img{
	width: 350px;
	height: 200px;
	border-radius: 8px;
	z-index: 9;
}
.case .case-right .meta{
	border-radius: 8px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
	z-index: 999;
	color: #ffffff;
	padding: 0 20px;
	background: linear-gradient(to top, rgba(37,111,180,0.6),rgba(0,0,0,0.0));
}

.products-tabs{
	justify-content: center;
	height: 80px;
}
.products-tabs span{
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	padding: 0 16px;
	position: relative;
}
.products-tabs span.active{
	color: #f30;
}
.products-tabs span.active:after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 8px;
	background: #f30;
	left: calc(50% - 4px);
	bottom: -16px;
}

.index-products .swiper-button-next, 
.index-products .swiper-button-prev{
	color: #ffffff;
	background: #08276d;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	top: 432px;
}
.index-products .swiper-button-next:after, 
.index-products .swiper-button-prev:after{
	font-size: 12px;
}
.index-products .swiper-button-prev{
	left: -40px;
}
.index-products .swiper-button-next{
	right: -40px;
}