/*** 
	首页样式表
	color: #3fb0ff;
	color: #35369b;
	color: #f2e01d;

 ***/


/* 关于我们 */
.index-about {
	padding: 80px 0;
}

.index-about-box {}

.index-about-box1 {
	float: left;
	width: 550px;
}

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

.index-about-box2 {
	float: right;
	width: 600px;
}

.index-about-box2 .text {}

.index-about-box2 .title {
	color: #333;
	font-size: 30px;
	font-weight: bold;
}

.index-about-box2 .title-en {
	color: #999;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 16px;
}

.index-about-box2 .info {
	font-size: 14px;
	color: #666;
	line-height: 2em;
	text-align: justify;
}

.index-about-box2 .info p {
	margin-top: 10px;
}

.index-about-box2 .btn {
	margin-top: 30px;
}

/* 产品介绍 */
.index-tedian {
	padding: 80px 0;
	background: url(../img/index-tedian-bg.jpg) no-repeat top center / 1920px 100%;
}

.index-tedian-box {}

.index-tedian-box1 {
	float: left;
	width: 800px;
}

.index-tedian-box1 .item {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.index-tedian-box1 .item:nth-child(3n) {
	margin-right: 0;
}

.index-tedian-box1 .item:nth-child(4),
.index-tedian-box1 .item:nth-child(5),
.index-tedian-box1 .item:nth-child(6) {
	margin-bottom: 0%;
}

.index-tedian-box1 .box {
	display: block;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.0);
}

.index-tedian-box1 .box:hover {
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 1.0);
	transition: 0.5s;
}

.index-tedian-box1 .box .pic {
	border-radius: 100%;
	width: 40px;
	border: solid 1px #fff;
	margin: 0 auto 20px;
	padding: 20px;
}

.index-tedian-box1 .box .pic img {
	display: block;
	width: 100%;
}

.index-tedian-box1 .item:hover img {
	transform: rotate(360deg);
	transition: 0.5s;
}

.index-tedian-box1 .text {
	text-align: center;
}

.index-tedian-box1 .title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.index-tedian-box1 .info {
	font-size: 14px;
	color: #ededed;
	line-height: 1.8em;
	margin-top: 10px;
	height: 5.4em;
}

.index-tedian-box2 {
	float: right;
	width: 350px;
	text-align: right;
	color: #fff;
}

.index-tedian-box2-title {
	font-size: 28px;
	margin-bottom: 5px;
}

.index-tedian-box2-title-en {
	font-size: 14px;
	color: #ededed;
	text-transform: uppercase;
}

.index-tedian-box2 .title {
	font-size: 20px;
	margin-top: 60px;
}

.index-tedian-box2 .info {
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 10px;
	color: #ededed;
	margin-bottom: 100px;
}

.index-tedian-box2 .more {
	display: inline-block;
	width: 4em;
	padding: 0 1.5em;
	line-height: 3em;
	border-radius: 3px;
	background: #fff;
	color: #35369b;
	font-size: 14px;
}

.index-tedian-box2 .more:hover {
	color: #fff;
	background: #35369b;
	box-shadow: 0 0 5px 0 #fff;
	transition: 0.5s;
}

/* 产品模式 */
.index-moshi {
	padding: 80px 0;
	background: url(../img/index-moshi.jpg) no-repeat top center/1920px 100%;
}

.index-moshi-box {
	position: relative;
}

.index-moshi-box1 {
	float: right;
	position: relative;
}


.index-moshi-box1 img {
	display: block;
	width: 490px;
	float: right;
}

.index-moshi-box1 .item {
	position: absolute;
}

.index-moshi-box1 .box {}

.index-moshi-box1 .title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.index-moshi-box1 .info {
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
}

.index-moshi-box1 .item:nth-child(1) {
	left: 63%;
	top: 12%;
}

.index-moshi-box1 .item:nth-child(2) {
	top: 84%;
	left: 35%;
	text-align: right;
}

.index-moshi-box1 .item:nth-child(3) {
	top: 52%;
	left: -3%;
}

.index-moshi-box2 {
	float: left;
}

.index-moshi-box2-1 {
	width: 640px;
}

.index-moshi-box2-1 .item {
	float: right;
	width: 25%;
	position: relative;
	height: 0;
	padding-bottom: 25%;
	border-radius: 5px;
	overflow: hidden;
}

.index-moshi-box2-1 .item .box {
	margin: 1px;
	position: relative;
}

.index-moshi-box2-1 .item .pic {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	z-index: 1;
}

.index-moshi-box2-1 .item .pic img {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.index-moshi-box2-1 .item .text {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(3, 67, 128, 0.7);
	color: #fff;
	height: 100%;
	z-index: 3;
	font-size: 14px;
}

.index-moshi-box2-1 .item:nth-child(1) .text {
	background: #35369b;
	font-weight: bold;
	font-size: 16px;
}

.index-moshi-box2-1 .item:nth-child(1) .title {
	margin-top: 39%;
}

.index-moshi-box2-1 .item:nth-child(1) .text span {
	font-weight: normal;
	color: #f8f8f8;
	font-size: 14px;
	margin-top: 5px;
	display: block;
}

.index-moshi-box2-1 .item .text .title {
	margin-top: 42%;
}

.index-moshi-box2-2 {
	margin-top: 60px;
}

.index-moshi-box2-2 .item {
	float: left;
	text-align: center;
	color: #333;
	font-size: 14px;
	margin-left: 10px;
	width: 120px;
}

.index-moshi-box2-2 .item:first-child {
	margin-left: 0;
}

.index-moshi-box2-2 .box {
	background: #f8f8f8;
	padding: 20px 10px;
	border-radius: 5px;
}

.index-moshi-box2-2 .pic {
	border-radius: 100%;
	border: solid 1px #3fb0ff;
	width: 30px;
	padding: 20px;
	margin: 0 auto 10px;
}

.index-moshi-box2-2 .pic img {
	display: block;
	width: 100%;
}

.index-moshi-box2-2 .text {
	font-size: 14px;
	color: #333;
	line-height: 1.5em;
	height: 3em;
}

.index-moshi-box2-2 .title {}


/* 新闻资讯 */
.index-news {
	padding: 80px 0;
	background: url(../img/index-news-bg.jpg) no-repeat top center /1920px 100%;
}

.index-news-box {}

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

.index-news-nav a {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	background: #fff;
	color: #333;
	width: 120px;
	line-height: 45px;
}

.index-news-nav a:hover,
.index-news-nav a.focus {
	background: #35369b;
	color: #fff;
}

.index-news-box {}

.index-news-box .hot-news {
	float: left;
	width: 600px;
	position: relative;
}

.index-news-box .hot-news .pic {
	padding-bottom: 75%;
}

.index-news-box .hot-news .box {
	transition: 0.5s;
}

.index-news-box .hot-news .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 0;
	background: rgba(0, 0, 0, 0.5);
}

.index-news-box .hot-news .title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	transition: 0.5s;
	padding: 0 15px;
	margin-bottom: 5px;
}

.index-news-box .hot-news .time {
	font-size: 12px;
	color: #ededed;
	margin: 10px 0;
	padding: 0 15px;
}

.index-news-box .hot-news .info {
	font-size: 14px;
	color: #f9f9f9;
	line-height: 1.7em;
	text-align: justify;
	padding: 0 15px;
}

.index-news-box .list-news {
	float: right;
	width: 580px;
}

.index-news-box .list-news .item:first-child {
	margin-top: 0;
}

.index-news-box .list-news .item {
	margin-top: 15px;
}

.index-news-box .list-news .box {
	padding: 15px 20px;
	transition: 0.5s;
	background: #fff;
	border-radius: 3px;
}

.index-news-box .list-news .text {}

.index-news-box .list-news .text .title {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	transition: 0.5s;
	position: relative;
	line-height: 28px;
	margin-bottom: 2px;
	padding-left: 0;
	padding-right: 100px;
}

.index-news-box .list-news .text .title span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 28px;
	text-align: right;
	font-weight: normal;
	font-size: 12px;
}

.index-news-box .list-news .text .title::before {
	content: '';
	display: block;
	height: 3px;
	background: #35369b;
	width: 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	transition: 0.5s;
}

.index-news-box .list-news .box:hover .title::before {
	width: 10px;
	transition: 0.5s;
}

.index-news-box .list-news .box:hover .title {
	color: #35369b;
	padding-left: 15px;
	padding-right: 85px;
	transition: 0.5s;
}

.index-news-box .list-news .text .info {
	font-size: 12px;
	line-height: 1.7em;
	color: #999;
}



/* 首页地图留言 */
.index-liuyan {}

.index-liuyan-box {
	position: relative;
}

.index-liuyan-box-1 {
	float: left;
	width: 55%;
}

.index-liuyan-box-2 {
	float: left;
	padding: 50px;
}

.index-liuyan-box-2 .item-btn,
.index-liuyan-box-2 .item {
	font-size: 0;
	margin-bottom: 10px;
}

.index-liuyan-box-2 .item-btn .bt,
.index-liuyan-box-2 .item .bt {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 90px;
	text-align: left;
	line-height: 40px;
	background: #f8f8f8;
	text-align: center;
	margin-right: 5px;
}

.index-liuyan-box-2 .item .input-text {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	background: #fff;
	border: solid 1px #ccc;
	color: #999;
	width:360px;
	padding: 0 10px;
}

.index-liuyan-box-2 .item #ly_cont {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	padding: 5px 10px;
	width: 360px;
	background: #fff;
	color: #999;
	line-height: 1.5em;
	height: 7.5em;
	border: solid 1px #ccc;
}

.index-liuyan-box-2 .item .input-text:focus,
.index-liuyan-box-2 .item #ly_cont:focus {
	border-color: #3fb0ff;
}

.index-liuyan-box-2 .item-btn .coolbg {
	background: #f8f8f8;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-right: 10px;
	color: #333;
	cursor: pointer;
	line-height: 40px;
	transition: 0.3s;
	border: none;
	width: 100px;
	text-align: center;
}

.index-liuyan-box-2 .item-btn .coolbg:hover,
.index-liuyan-box-2 .item-btn .tijiao {
	background: #3fb0ff;
	color: #fff;
	transition: 0.5s;
	text-align: center;
}


/* 合作案例 */
.index-case {
	padding: 50px 0;
	background: #f8f8f8;
}

.index-case-box {
	position: relative;
	overflow: hidden;
	height: 113px;
}


.index-case-box .item {
	float: left;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	width: 150px;
	height: 113px;
	margin-right: 10px;
}

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


.index-case-box .text {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0.0;
	transition: 0.5s;
}

.index-case-box .item:hover .text {
	opacity: 1.0;
	transition: 0.5s;
}

.index-case-box .title {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 113px;
	padding: 0 10px;
}
