﻿@charset "utf-8";
/* CSS Document */
/*************** 首页公共部分 **************/
.index-item {
	padding: 100px 0 0 0;
}
.index-item .mt {
	padding-bottom: 50px;
	text-align: center;
}
.index-item .mt .title-chs {
	color: #404040;
	font-size: 30px;
	line-height: 1;
	position: relative;
	z-index: 1;
}
.index-item .mt .title-eng {
	color: rgba(17,111,168,.17);
	font-size: 34px;
	line-height: 1;
	position: relative;
	z-index: 0;
	margin-top: -20px;
	text-transform: uppercase;
}
/*************** 首页banner ************/
.home-banner {
	height: calc(100vh - 80px);
	max-height: 900px;
}
.home-banner .swiper-slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-banner .slide-content{
		text-align: center;width: 100%;padding: 35px 0 40px 0
	}
.home-banner .content-box {
		padding: 0 70px;
}

.home-banner .content-box h3{
	color: #fff;font-size: 28px;line-height: 1;margin-bottom: 30px;
}

.home-banner .content-box .line{
	display: inline-block;width: 70px;height: 2px;background: #fff;margin-bottom: 30px;
}

.home-banner .content-box p{
	color: #fff;font-size: 18px;line-height:1.5;margin-bottom: 60px;text-shadow: 0 0 5px rgba(0,152,224,.51);
}

.home-banner .content-box .more{
	display: inline-block;width: 110px;line-height: 28px;border-radius: 5px;text-align: center;color: #116fa8;font-size: 14px;background: #fff;
}

.home-banner .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #fff;
	opacity: 1;
}

.home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #ff6c0d;
}

/************* 首页产品 *************/
.index-product {
	background: #f8f8f8;
}
.index-product .mt {
	padding-bottom: 10px;
}
.index-product .product-list {
}
.index-product .product-list .list-item {
	height: 540px;
}
.index-product .product-list .list-item .content {
	width: 1200px;
}
.index-product .product-list .list-item .img-box {
	width: 600px;
	padding-right: 60px;
}
.index-product .product-list .list-item .img-box .img {
	width: 100%;
	height: 420px;
	/*background: #fff;*/
	text-align: center;
	line-height: 420px;
	font-size: 0;
}
.index-product .product-list .list-item .img-box .img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}
.index-product .product-list .list-item .text-box {
	width: 600px;
	padding-left: 60px;
	padding-right: 40px;
}
.index-product .product-list .list-item .text-box .title {
	color: #454545;
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.index-product .product-list .list-item .text-box .info {
	color: #454545;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.index-product .product-list .list-item .text-box .spec {
	margin-bottom: 20px;
}
.index-product .product-list .list-item .text-box .spec .bt {
	color: #404040;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 30px;
}
.index-product .product-list .list-item .text-box .spec .spec-list {
	font-size: 0;
}
.index-product .product-list .list-item .text-box .spec .spec-item {
	width: calc(100%/3);
	text-align: center;
	margin-bottom: 20px;
	padding:0 8px 0 8px;
}
.index-product .product-list .list-item .text-box .spec .spec-item .icon {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 5px;
}

.index-product .product-list .list-item .text-box .spec .spec-item .icon img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.index-product .product-list .list-item .text-box .spec .spec-item .wenzi {
	color: #344d5e;
	font-size: 12px;
	line-height: 1.5;
}
.index-product .product-list .list-item .text-box .more {
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	color: #fff;
	background: #116fa8;
	font-size: 16px;
	text-align: center
}
.index-product .product-list .list-item:nth-child(2n) {
	background: #fff;
}
.index-product .product-list .list-item:nth-child(2n) .content {
	flex-direction: row-reverse;
}
.index-product .product-list .list-item:nth-child(2n) .img-box {
	padding-left: 60px;
}
.index-product .product-list .list-item:nth-child(2n) .text-box {
	padding-right: 60px;
	padding-left: 40px;
}

.index-product .list-mobi{
	display: none;
}

/************ 首页案例 **************/
.index-case-box{
	
}
.index-case-box .case-list{
	font-size: 0;
	width: 100%;
}

.index-case-box .case-list .list-item{
	width: 25%;
	position: relative;
	overflow: hidden;
}

.index-case-box .case-list .list-item .case-bg{
	position: relative;
	z-index: 0;
	width: 100%;
	height: 0;
	padding-bottom: 87.5%;
	transition: all .8s ease;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.index-case-box .case-list .list-item .case-mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(87,106,124,.77);
	font-size: 0;
	transition: all .8s ease;
	opacity: 1;
}

.index-case-box .case-list .list-item .case-mask img{
	width: auto;
	max-width: 200px;
	height: auto;
	max-height: 200px;
}

.index-case-box .case-list .list-item .case-title{
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	padding: 10px;
	background: rgba(255,108,13,.9);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .8s ease;
}

.index-case-box .case-list .list-item:hover .case-bg{
	transform: scale(1.1);
}
.index-case-box .case-list .list-item:hover .case-mask{
	opacity: 0;
}
.index-case-box .case-list .list-item:hover .case-title{
	bottom: 0;
}

.index-case-box.case-mobi{
	display: none;
}

/************* 首页新闻 ************/
.index-news{
	padding-bottom: 100px;
}

.index-news .tab-menu{
	border-bottom: 1px #eee solid;
	margin-bottom: 40px;
}

.index-news .menu-list{
	font-size: 0;
}

.index-news .menu-list .menu-item{
	
}

.index-news .menu-list .menu-item .text{
	font-size: 12px;
	cursor: pointer;
	position: relative;
	width: 150px;
	line-height: 40px;
	text-align: center;
	color: #344d5e;
}

.index-news .menu-list .menu-item.selected .text,
.index-news .menu-list .menu-item .text:hover{
	background: #116fa8;
	color: #fff;
}

.index-news .tab-menu .more-link{
	color: #ff6c0d;
	font-size: 12px;
	line-height: 40px;
}

.index-news .tab-menu .more-link i{
	padding-left: 5px;
}

.index-news .tabbox-container{
	display: none;
}

.index-news .news-list{
	
}

.index-news .news-pic{
	width: 50%;
	max-width: 560px;
}

.index-news .news-pic .link{
	width: 100%;
	height: 0;
	padding-bottom: 78.5714%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-news .news{
	width:50%;
	max-width: 580px;
}

.index-news .list-item{
	border-top: 1px #dcdcdc solid;
	padding: 10px 0;
}
.index-news .list-item:first-child{
	border: none;
}

.index-news .list-item .date{
	width: 86px;
	border-right: 1px #eee solid;
	text-align: center;
	font-family: "microsoft yahei",Arial,sans-serif;
}

.index-news .list-item .date .day{
	color: #a4abba;
	font-size: 56px;
	line-height: 1;
	margin-bottom: 5px;
	font-weight: bold;
}

.index-news .list-item .date .year{
	color: #a4abba;
	font-size: 12px;
	line-height: 1;
}

.index-news .list-item .info{
	width: calc(100% - 86px);
	padding-left: 20px;
}

.index-news .list-item .info .title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 2;
}

.index-news .list-item .info .msg{
	font-size: 12px;
	line-height: 2;
	max-height: 54px;
	overflow: hidden;
}

.index-news .list-item:hover .date .day,
.index-news .list-item:hover .date .year,
.index-news .list-item:hover .info .title,
.index-news .list-item:hover .info .msg,
.index-news .list-item.on .date .day,
.index-news .list-item.on .date .year,
.index-news .list-item.on .info .title,
.index-news .list-item.on .info .msg{
	color: #116fa8
}

.index-news .list-item:hover .info .msg{
	text-decoration: underline
}