﻿/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
	width: 100%;
	/* border: 1px solid black; */
}
.swiper-wrapper {
	position:relative;
	width:100%;


	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}

.pc-slide {
	max-width: 1400px;
	margin: 0 auto;
	/* border: 1px solid yellow; */
	margin-top: 3%;
	margin-bottom: 5%;
}

.view .swiper-container {
	max-width: 1400px;
	height: 600px;
}

.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 72%;
	margin-top: 60px;
	position: relative;
	margin-left: 14%;
	/* padding-right: 10%; */
}

.preview .swiper-container {
	width: 100%;
	height: 210px;
	/* margin-left: 10.6%; */
}

.preview .swiper-slide {
	width: 214px;
	height: 160px;
	padding-bottom: 20%;
}
.preview .swiper-slide>div:nth-child(1) {
	width: 214px;
	height: 160px;
}
.preview .swiper-slide img{
	display: inline-block;
	width: 74.7%;	height:100%
}

.preview .swiper-slide>p:nth-child(2) {
	font-size: 13px;
	color: #666;
	width:50%;
	padding-top: 5%;
	padding-left: 10%;
	text-align: center;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

/* .preview .slide6 {
	width: 200px;
} */

.preview .arrow-left {
	background: url(../img/arrow-right.png) no-repeat left top;
	transform: rotate(180deg);
	position: absolute;
	left: -10%;
	top: 40%;
	margin-top: -9px;
	width: 45px;
	height: 45px;
	z-index: 10;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.preview .arrow-right {
	background: url(../img/arrow-right.png) no-repeat left bottom;
	position: absolute;
	right: -10%;
	top: 40%;
	margin-top: -9px;
	width: 45px;
	height: 45px;
	z-index: 10;
}
.preview .arrow-left:focus{
	background: url(../img/arrow-active.png) no-repeat left top;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
.preview .arrow-right:focus{
	background: url(../img/arrow-active.png) no-repeat left top;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.preview img {
	padding: 1px;
	width: 100%;
	
}
/* .preview .active-nav{
	margin: 0 1.7%;
} */
.preview .active-nav img {
	display: inline-block;
	width: 74.7%;
	box-sizing: border-box;
	border: 3px solid #027600;
	display: inline-block;
}
.preview .active-nav>p:nth-child(2){
	color: #027600;
}


/* 上面轮播 */
.bigbox{
	/* border: 1px solid red; */
}
	.box-left{
		box-shadow: 0px 5px 16px rgba(236, 243, 251, 0.63);display: inline-block;
		width: 50%;
margin-left:1%;		height: 96.5%;
		float: left;
		background: white;
		/* border: 1px solid red; */
	}
	.box-left img{
		display: inline-block;
		width: 60% !important;		padding: 11.5% 20%;
		background: white;}


	.box-right{
		display: inline-block;
		width: 49%;
		height: 97.5%;
		background: #ecf3fb;
			/* margin-right: 6%; */
	}
		.right-title{
			color: #027600;
			font-size: 24px;
			padding-left: 11%;
			padding-top: 9%;
			padding-bottom: 5%;
		}
		.right-init{
			font-size: 18px;
			color: #333;
			padding-left: 11%;
			padding-bottom: 5%;
		}
		.right-line{
			width: 78%;
			height: 1px;
			margin-left: 11%;
			background: #cccccc;
			margin-bottom: 5%;
		}
		.right-text{
			font-size: 16px;
			color: #999;
			line-height: 34px;
			padding-left: 11%;
			padding-right: 11%;
			margin-bottom: 10%;
}
		.right-more{
			float: right;
			margin-right: 11%;
			width: 260px;
			height: 50px;
			border: 1px solid #f7a620;
			border-radius: 4px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			-ms-border-radius: 4px;
			-o-border-radius: 4px;
			display: flex;
			justify-content: space-between;
}
		.right-more>a{
			display: inline-block;
			text-decoration: none;
			width: 50%;
			height: 50px;
			line-height: 50px;
			color: #f7a620;
			font-size: 14px;
			text-align: center;
		}
		.right-more>a:nth-child(1){
			border-right: 1px solid #e5e5e5;
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
			background: #f7a620;
			color: white;
		}
		.right-more>a:nth-child(2){
			color: #f7a620;
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
		}
		/* .right-more>a:hover{
			color: white;
			background: #f7a620;
		} */



@media(max-width:860px){
	.pc-slide{
		position: relative;
	}
	.preview .swiper-container{
		display: none;
	}
	.view .swiper-container{
		height: auto;
	}
	.box-left{
		display: inline-block;
		width: 100%;
		background: none;
		height: auto;
		float: none;
		text-align: center;
	}
	.box-left img{
		background: none;
		padding: 0px;
	}
	.box-right{
		width: 100%;
	}
	.right-title{
		font-size: 20px;
	}
	.right-init{
		font-size: 16px;
	}
	.right-text{
		font-size: 14px;
		line-height: 26px;
	}
	.preview{
		position: static;
	}
	.preview .arrow-left{
		left: 5%;
		top: 18%;
	}
	.preview .arrow-right{
		right: 5%;
		top: 18%;
	}
}
