.fancybox{
	display: none;
}
.inner1{
	max-width: 92%;
}
.banner img{
	width: 100%;
}
.sec1{
	overflow: hidden;
}
.sec1 .swiper-slide{
	overflow: hidden;
}
.sec1 img{
	width: 100%;
}
.sec1 img.video{
	opacity: 0;
}
.sec1 video{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
.sec1 .swiper-pagination-bullet {
	border: #2a71b9 solid 1px;
	background-color: #fff;
	width: 10px;
	height: 10px;
	opacity: 1;
}
.sec1 .swiper-pagination-bullet-active {
	background-color: #2a71b9;
}
.sec1 .swiper-button-prev{
	left: 10%;
}
.sec1 .swiper-button-next{
	right: 10%;
}

.sec2{
	overflow: hidden;
	background-color: #f7f8fa;
	padding: 1.75em 0;
}
.sec2 .img-box{
	width: 1226px;
	margin: 1.625em auto;
	max-width: 100%;
}
.sec2 .img-box img{
	width: 100%;
}
.sec2 .box{
	width: 1226px;
	max-width: 100%;
	margin: 0 auto;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: stretch;
	-moz-justify-content: flex-start;
	-moz-flex-wrap: wrap;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: stretch;
	-ms-justify-content: flex-start;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: stretch;
	-o-justify-content: flex-start;
	-o-flex-wrap: wrap;
	-o-flex-direction: row;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}
.sec2 .first-img{
	width: 19%;
	margin-right: 1.25%;
}
.sec2 .first-img img{
	width: 100%;
}
.sec2 ul{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: stretch;
	-moz-justify-content: flex-start;
	-moz-flex-wrap: wrap;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: stretch;
	-ms-justify-content: flex-start;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: stretch;
	-o-justify-content: flex-start;
	-o-flex-wrap: wrap;
	-o-flex-direction: row;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	width: 79.75%;
}
.sec2 ul li{
	width: 23.83%;
	background-color: #fff;
	margin-right: 1.56%;
	text-align: center;
	-webkit-transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s;
	-ms-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
.sec2 ul li:hover{
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.sec2 ul li:nth-child(4n){
	margin-right: 0;
}
.sec2 ul li:last-child{
	margin-right: 0;
}
.sec2 ul li a{
	height: 100%;
	display: block;
	position: relative;
}
.sec2 ul li h5{
	font-size: 0.875em;
	color: #2a2a2b;
	font-weight: bold;
}
.sec2 ul li .des{
	font-size: 0.8125em;
	color: #a6a6a6;
	line-height: 1.3;
}
.sec2 ul li .value{
	font-size: 0.8125em;
	color: #fe523e;
	position: absolute;
	width: 100%;
	left: 0;
}
.sec2 ul li .value span{
	color: #7f7f7f;
	margin-left: 0.5em;
	text-decoration: line-through;
}
.sec2 .box1 ul li{
	background-color: #fafafa;
}
.sec2 .box1 .first-img{
	border-top: 1px solid #e53935;
}
.sec2 .box1 ul li:nth-child(1){
	border-top: 1px solid #ffac13;
}
.sec2 .box1 ul li:nth-child(2){
	border-top: 1px solid #83c44e;
}
.sec2 .box1 ul li:nth-child(3){
	border-top: 1px solid #2196f3;
}
.sec2 .box1 ul li:nth-child(4){
	border-top: 1px solid #e53935;
}
.sec2 .box1 ul li a{
	padding-top: 23.176%;
}
.sec2 .box1 ul li img{
	width: 80.26%;
	margin-bottom: 1.75em;
}
.sec2 .box1 ul li .des{
	margin-top: 1em;
}
.sec2 .box1 ul li .value{
	bottom: 2.85em;
}
.sec2 .box2 ul{
	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}
.sec2 .box2 ul li{
	height: 48.95%;
}
.sec2 .box2 ul li a{
	padding-top: 2.575%;
}
.sec2 .box2 ul li img{
	width: 72.1%;
	margin-bottom: 1em;
}
.sec2 .box2 ul li .des{
	margin-top: 0.615em;
}
.sec2 .box2 ul li .value{
	bottom: 2.77em;
}
.sec2 .box3 ul li a{
	padding-top: 25.751%;
}
.sec2 .box3 ul li img{
	width: 82.4%;
	margin-bottom: 1.625em;
}
.sec2 .box3 ul li .des{
	margin-top: 0.54em;
}
.sec2 .box3 ul li .value{
	bottom: 3.46em;
}
.sec2 .box4 ul{
	width: 100%;
}
.sec2 .box4 ul li{
	background-color: #fcfcfc;
	width: 19%;
	margin-right: 1.25%;
}
.sec2 .box4 ul li:last-child{
	margin-right: 0;
}
.sec2 .box4 ul li a{
	padding-top: 23.176%;
	padding-bottom: 5.54em;
}
.sec2 .box4 ul li img{
	width: 80.34%;
	margin-bottom: 1.75em;
}
.sec2 .box4 ul li .des{
	margin-top: 1em;
}
.sec2 .box4 ul li .value{
	bottom: 2.85em;
}


.sec3{
	text-align: center;
	padding: 5.5em 0 3.5em;
}
.sec3 .inner1{
	width: 1345px;
}
.sec3 h3{
	font-size: 2.25em;
	color: #363738;
	font-weight: normal;
}
.sec3 .tab-control{
	margin: 1.375em 0 4em;
}
.sec3 .tab-control a{
	display: inline-block;
	vertical-align: top;
	width: 24.835%;
	margin-right: 0.22%;
	font-size: 1.375em;
	color: #343434;
	background-color: #f7f7f7;
	height: 3.22em;
	line-height: 3.22em;
}
.sec3 .tab-control a.active{
	color: #fff;
	background-color: #ec691a;
}
.sec3 .tab-control a:last-child{
	margin-right: 0;
}
.sec3 .tab-content .content{
	display: none;
}
.sec3 .tab-content .content.active{
	display: block;
}
.sec3 .ul1{
	text-align: left;
	margin-bottom: 3.75em;
}
.sec3 .ul1 li{
	width: 46.25%;
	display: inline-block;
	vertical-align: top;
	margin-right: 7.5%;
	padding-bottom: 2.375em;
	background-repeat: no-repeat;
	background-image: url(../images/index_sec3_bgline.png);
	background-size: 90% 1px;
	background-position: left bottom;
}
.sec3 .ul1 li:nth-child(even){
	margin-right: 0;
}
.sec3 .ul1 li a{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: stretch;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: stretch;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec3 .ul1 li .img-box{
	width: 32.3%;
}
.sec3 .ul1 li .img-box img{
	width: 100%;
}
.sec3 .ul1 li .text-box{
	width: 62%;
	-webkit-display: inline-flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: column;
	-webkit-flex-wrap: wrap;
	-moz-display: inline-flex;
	-moz-align-items: flex-start;
	-moz-justify-content: space-between;
	-moz-flex-direction: column;
	-moz-flex-wrap: wrap;
	-o-display: inline-flex;
	-o-align-items: flex-start;
	-o-justify-content: space-between;
	-o-flex-direction: column;
	-o-flex-wrap: wrap;
	display: inline-flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: wrap;
}
.sec3 .ul1 li .text-box h5{
	font-size: 1.125em;
	color: #515050;
	font-weight: normal;
	line-height: 1.66;
	max-height: 3.32em;
}
.sec3 .ul1 li .text-box p{
	font-size: 1em;
	color: #9e9d9d;
	line-height: 1.625;
	max-height: 4.875em;
}
.sec3 .ul1 li .text-box .time{
	font-size: 1em;
	color: #9e9d9d;
}
.sec3 .ul1 li .text-box h5,.sec3 .ul1 li .text-box p,.sec3 .ul1 li .text-box .time{
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
.sec3 .ul1 li:hover .text-box h5,.sec3 .ul1 li:hover .text-box p,.sec3 .ul1 li:hover .text-box .time{
	color: #2a71b9;
}
.sec3 .ul2{
	text-align: left;
}
.sec3 .ul2 li{
	width: 46.25%;
	display: inline-block;
	vertical-align: top;
	margin-right: 7.5%;
	margin-bottom: 2em;
	position: relative;
	font-size: 1em;
	padding-right: 6em;
	padding-left: 1.25em;
}
.sec3 .ul2 li:nth-child(even){
	margin-right: 0;
}
.sec3 .ul2 li .point{
	width: 0.625em;
	height: 0.625em;
	background-color: #494848;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.3125em;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.sec3 .ul2 li:hover .point{
	background-color: #2a71b9;
}
.sec3 .ul2 li span{
	font-size: inherit;
	color: #434343;
	max-height: 1em;
	display: inline-block;
	vertical-align: top;
}
.sec3 .ul2 li .time{
	font-size: inherit;
	color: #8a8a8a;
	position: absolute;
	right: 0;
	top: 0;
}
.sec3 .ul2 li span,.sec3 .ul2 li .time{
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
.sec3 .ul2 li:hover span,.sec3 .ul2 li:hover .time{
	color: #2a71b9;
}


.sec4{
	padding-top: 4.875em;
}
.sec4 h3{
	text-align:center;
	font-size: 36px;
	color: #383839;
	font-weight: normal;
	margin-bottom: 0.6em;
}
.sec4 h5{
	text-align:center;
	font-size: 16px;
	color: #383839;
	font-weight: normal;
	padding-bottom: 1.5em;
}


.sec5{
	text-align: center;
	padding-top: 4.875em;
}
.sec5 .inner1{
	height:860px;
	background:#eee;
}
.sec5 h3{
	font-size: 36px;
	color: #383839;
	font-weight: normal;
	margin-bottom: 0.6em;
}
.sec5 h5{
	font-size: 16px;
	color: #383839;
	font-weight: normal;
	padding-bottom: 1.5em;
}
/* .sec5 h3 span{ */
	/* width: 4.11em; */
	/* vertical-align: middle; */
	/* display: inline-block; */
	/* height: 1px; */
	/* background-color: #333334; */
	/* margin: 0 1em; */
/* } */

/* .sec5 ul{
	width:100%;
	margin-bottom: 1em;
}
.sec5 li{
	width: 32%;
	padding:2% 3%;
	height:380px;
	margin-right: 2%;
	margin-bottom: 2%;
	overflow: hidden;
	float:left;
	background:#fff;
}
.sec5 li:hover {
	box-shadow:2px 2px 5px #999;
	transition: box-shadow 1s;
}
.sec5 li img{
	width:90%;
} */

.sec5 li .tit {
	font-size:20px;
	font-weight:bold;
	line-height:46px;
}
.sec5 li .des {
	font-size:16px;
	line-height:30px;
	margin-bottom:20px;
}
.sec5 li:nth-child(3n){
	margin-right: 0;
}

.sec5 li .img-box{
	position: relative;
}
.sec5 li .img{
	width: 100%;
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
}
.sec5 li:hover .img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.sec5 li .play{
	width: 20.923%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 35.95%;
}
.sec5 li .text{
	background-color: #eff0f3;
	padding: 1.25em 0 0.75em;
}
.sec5 li .text h5{
	font-size: 1.25em;
	color: #373635;
	font-weight: normal;
	margin-bottom: 0.4em;
	max-height: 1em;
}
.sec5 li .text p{
	font-size: 0.875em;
	color: #676666;
	line-height: 1.2;
	height: 2.4em;
}
.sec5 .more{
	display: block;
	margin: 0 auto;
	border: 1px solid #ffffff;
	font-size: 1.1em;
	color: #575857;
	width: 7.286em;
	height: 3.14em;
	line-height: 3.14em;
	-webkit-transition: color 0.5s,background-color 0.5s;
	-moz-transition: color 0.5s,background-color 0.5s;
	-ms-transition: color 0.5s,background-color 0.5s;
	-o-transition: color 0.5s,background-color 0.5s;
	transition: color 0.5s,background-color 0.5s;
}
.sec5 .more:hover{
	background-color: #fff;
	color: #1c63e1;
}

.sec6 img{
	width: 100%;
}

.sec7{
	overflow: hidden;
	text-align: center;
	padding-top: 4.875em;
}
.sec7 h3{
	font-size: 36px;
	color: #383839;
	font-weight: normal;
	margin-bottom: 0.6em;
}
.sec7 h5{
	font-size: 16px;
	color: #383839;
	font-weight: normal;
	padding-bottom: 1.5em;
}

.sec7 .swiper-slide{
	overflow: hidden;
}
.sec7 img{
	width: 100%;
}
.sec7 img.video{
	opacity: 0;
}
.sec7 video{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
.sec7 .swiper-pagination-bullet {
	border: #2a71b9 solid 1px;
	background-color: #fff;
	width: 10px;
	height: 10px;
	opacity: 1;
}
.sec7 .swiper-pagination-bullet-active {
	background-color: #2a71b9;
}
.sec7 .swiper-button-prev{
	left: 10%;
}
.sec7 .swiper-button-next{
	right: 10%;
}

@media only screen and (max-width:1023px){
	.sec1 .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.sec1 .swiper-button-prev{
		left: 4%;
	}
	.sec1 .swiper-button-next{
		right: 4%;
	}
	.sec2{
		padding: 0.875em 0;
	}
	.sec2 .img-box{
		margin: 0.8125em auto;
	}
	.sec2 .box{
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
		display: block;
	}
	.sec2 .first-img{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.625em;
	}
	.sec2 ul{
		width: 100%;
	}
	.sec2 ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 0.625em;
	}
	.sec2 ul li:hover{
		box-shadow: 0 0 0.9375em rgba(0,0,0,0.2);
	}
	.sec2 ul li:nth-child(2n){
		margin-right: 0;
	}
	.sec2 ul li a{
		padding-bottom: 3em;
	}
	.sec2 ul li h5{
		font-size: 0.875em;
	}
	.sec2 ul li .des{
		font-size: 0.75em;
	}
	.sec2 ul li .value{
		font-size: 0.75em;
	}
	.sec2 .box1 ul li img{
		margin-bottom: 0.875em;
	}
	.sec2 .box1 ul li .des{
		margin-top: 0.5em;
	}
	.sec2 .box1 ul li .value{
		bottom: 1.4375em;
	}
	.sec2 .box2 ul li{
		height: auto;
	}
	.sec2 .box2 ul li a{
		padding-bottom: 3em;
	}
	.sec2 .box2 ul li img{
		margin-bottom: 0.5em;
	}
	.sec2 .box2 ul li .des{
		margin-top: 0.3125em;
	}
	.sec2 .box2 ul li .value{
		bottom: 1.4375em;
	}
	.sec2 .box3 ul li img{
		margin-bottom: 0.875em;
	}
	.sec2 .box3 ul li .des{
		margin-top: 0.5em;
	}
	.sec2 .box3 ul li .value{
		bottom: 1.4375em;
	}
	.sec2 .box4 ul li{
		width: 49%;
		margin-right: 2%;
	}
	.sec2 .box4 ul li:nth-child(2n){
		margin-right: 0;
	}
	.sec2 .box4 ul li a{
		padding-bottom: 3em;
	}
	.sec2 .box4 ul li img{
		margin-bottom: 0.875em;
	}
	.sec2 .box4 ul li .des{
		margin-top: 0.5em;
	}
	.sec2 .box4 ul li .value{
		bottom: 1.4375em;
	}



	.sec3{
		padding: 2.75em 0 1.75em;
	}
	.sec3 h3{
		font-size: 1.125em;
	}
	.sec3 .tab-control{
		margin: 0.6875em 0 2em;
	}
	.sec3 .tab-control a{
		font-size: 0.6875em;
	}
	.sec3 .ul1{
		margin-bottom: 1.5em;
	}
	.sec3 .ul1 li{
		width: 48%;
		margin-right: 4%;
		padding-bottom: 1.1875em;
	}
	.sec3 .ul1 li a{
		-webkit-display: block;
		-moz-display: block;
		-o-display: block;
		display: block;
	}
	.sec3 .ul1 li .img-box{
		width: 100%;
		margin-bottom: 0.5em;
	}
	.sec3 .ul1 li .text-box{
		width: 100%;
		-webkit-display: block;
		-moz-display: block;
		-o-display: block;
		display: block;
	}
	.sec3 .ul1 li .text-box h5{
		font-size: 0.875em;
	}
	.sec3 .ul1 li .text-box p{
		font-size: 0.75em;
		margin: 0.625em 0;
	}
	.sec3 .ul1 li .text-box .time{
		font-size: 0.75em;
	}
	.sec3 .ul2 li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
		font-size: 0.75em;
	}




	.sec4{
		margin-bottom: 2.125em;
	}
	.sec4 ul{
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
		display: block;
	}
	.sec4 ul .text-box{
		width: 100%;
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
		display: block;
	}
	.sec4 ul .text-box a{
		width: 90%;
		margin: 0 auto;
		padding: 5% 0;
	}
	.sec4 ul .text-box h3{
		font-size: 1.1875em;
	}
	.sec4 ul .text-box h5{
		font-size: 0.75em;
	}
	.sec4 ul .text-box p{
		font-size: 0.625em;
	}
	.sec4 ul .img-box{
		width: 100%;
	}
	.sec4 ul .img-box:first-child{
		width: 100%;
	}
	.sec4 ul .img-box p{
		font-size: 0.875em;
		height: 3.1em;
		line-height: 3.1em;
	}

	.sec5{
		margin-bottom: 2.4375em;
	}
	.sec5 h3{
		font-size: 1em;
	}
	.sec5 h3 span{
		width: 2em;
		margin: 0 0.25em;
	}
	.sec5 ul{
		margin-bottom: 0.5em;
	}
	.sec5 li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 0.625em;
	}
	.sec5 li:nth-child(2n){
		margin-right: 0;
	}
	.sec5 li .text{
		padding: 0.5em 0.25em;
	}
	.sec5 li .text h5{
		font-size: 0.75em;
	}
	.sec5 li .text p{
		font-size: 0.625em;
	}

}







/* index 03 */
.ind03 { }
.ind03-box { height: 475px;  }
.ind03-box-r { margin : 10px auto; max-width: 4000px; height: 475px; }
.ind03-box .swiper-button-prev {left: 0; top: 0; margin-top: 0; width: 56px; height: 475px; background: url(../images/left.png) rgba(0,0,0,.5) no-repeat 50% 50%; }
.ind03-box .swiper-button-next {right: 0; top: 0; margin-top: 0; width: 56px; height: 475px; background: url(../images/right.png) rgba(0,0,0,.5) no-repeat 50% 50%; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto  !important;
}

.ind03-box .swiper-slide {}
.ind03-box .item-box { position: relative; width: 99.5%; height: 475px; background-repeat: no-repeat; background-position: 50% 50%; -webkit-background-size: cover; background-size: cover; }
.ind03-box .item-box:before { content: ''; display: block; position: absolute; width: 100%; height: 100%; background: #363e42; opacity: .5; }

.ind03-box .item-box .ind03-icon { position: absolute; top: 100px; left: 50%; margin-left: -45px; width: 90px; height: 90px; background-repeat: no-repeat; background-position: 50% 50%; }
.ind03-box .item-box .ind03-icon:before {  content: ''; display: block; position: absolute; top: 115px; left: 50%; margin-left: -12px; width: 24px; height: 3px; background: #fff;transition: all .5s; }
.ind03-box .item-box h3 { position: absolute; top: 225px; left: 50%; margin-left: -90px; width: 180px; text-align: center; color: #fff; transition: all .5s; font-size:18px;font-weight:normal;}
.ind03-box .item-box a { position: absolute; bottom: -60px; left: 50%; margin-left: -60px; width: 120px; text-align: center; color: #fff; transition: all .5s; }

/*.ind03-box .item-box01 { background: url(../images/ind03-img01.jpg); }
.ind03-box .item-box02 { background: url(../images/ind03-img02.jpg); }
.ind03-box .item-box03 { background: url(../images/ind03-img03.jpg); }
.ind03-box .item-box04 { background: url(../images/ind03-img04.jpg); }
.ind03-box .item-box05 { background: url(../images/ind03-img05.jpg); }*/
/*
.ind03-box .item-box .ind03-icon01 { background: url(../images/ind03-icon01.png) no-repeat 50% 50%; }
.ind03-box .item-box .ind03-icon02 { background: url(../images/ind03-icon02.png) no-repeat 50% 50%; }
.ind03-box .item-box .ind03-icon03 { background: url(../images/ind03-icon03.png) no-repeat 50% 50%; }
.ind03-box .item-box .ind03-icon04 { background: url(../images/ind03-icon04.png) no-repeat 50% 50%; }
.ind03-box .item-box .ind03-icon05 { background: url(../images/ind03-icon05.png) no-repeat 50% 50%; }
*/
.ind03-box .item-box:hover:before { background: #0066cc; opacity: .8; }
.ind03-box .item-box:hover .ind03-icon { top: auto; bottom: 50px; animation: ind03-box .5s linear infinite; animation-iteration-count:1;}
.ind03-box .item-box:hover .ind03-icon:before { opacity: 0; }
.ind03-box .item-box:hover h3 { top:130px; }
.ind03-box .item-box:hover a { bottom: 180px;  }

@keyframes ind03-box {
  0% { top: 100px; }
  50% { top: -100px; }
  51% { top: auto; bottom: -100px; }
  100% { top: auto; bottom: 50px; }
}



.ind11 {margin:0 auto;width:1250px;height:570px;}
.ind11 li {float:left;width:410px;height:280px;margin-left:10px;padding:0;background:linear-gradient(-34deg,rgba(246,247,250,1),rgba(235,242,253,1));background-size:100% 100%; }
.ind11 li:nth-child(1) {width:830px;margin-left:0;background:url(../images/ind11_bg1.jpg);background-size:100% 100%; }
.ind11 li:nth-child(3) {margin-left:0;}
.ind11 li:nth-child(3),.ind11 li:nth-child(4),.ind11 li:nth-child(5) {margin-top:10px;}
.ind11 li .tit {position:absolute;height:30px;line-height:20px;margin:24px 0 0 50px;padding:0;font-size:20px;text-indent:12px;}
.ind11 li .tit span {
	float:left;
	width:4px;
	height:20px;
	background:rgba(62,142,255,1);
	border-radius:3px;		
}
.ind11 li img {float:right;width:215px;margin:75px 100px;}


.ind13 {margin:0 auto;width:1250px;height:360px;margin-top:50px;margin-bottom:50px;}
.ind13 li {float:left;width:25%;height:50%;border-right:1px #eee solid;border-top:1px #eee solid;text-align:center;}
.ind13 li .con1 {margin-top:14px;}
.ind13 li .con1 img {width:38px;}
.ind13 li .con2 {margin-top:5px;font-size:18px;color:#666;}
.ind13 li .con2 span {font-size:50px;color:#1c63e1;line-height:1.2;letter-spacing:1px;font-weight:bold;}
.ind13 li .con3 {margin-top:10px;font-size:14px;color:#666;}
.ind13 li:nth-child(1),.ind13 li:nth-child(2),.ind13 li:nth-child(3),.ind13 li:nth-child(4) {border-top:none;}
.ind13 li:nth-child(4n) {border-right:none;}


.ind15 {margin:0 auto;width:1250px;height:360px;margin-top:50px;margin-bottom:50px;}




@media only screen and (min-width:1600px){
	.ind11 {width:1400px;height:624px;}
	.ind11 li {width:460px;height:307px; }
	.ind11 li:nth-child(1) {width:930px;}
	.ind11 li img {width:204px;margin:80px 128px;}
	.ind11 li .tit {line-height:24px;font-size:24px;}
	.ind11 li .tit span {width:5px;height:24px;}
	.ind13 {width:1400px;height:400px;}
	.ind13 li .con1 {margin-top:32px;}
	.ind13 li .con1 img {width:42px;}
	.ind13 li .con2 span {font-size:56px;}
	.ind13 li .con3 {font-size:16;}
}


.ind11 li img {
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
}
.ind11 li:hover img{
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}



/* index news */

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { *zoom: 1; }

.inNews { margin:0 auto; }

.inNews .newsmore {
	margin-top:50px;	
}
.inNews .newsmore a {
	margin:0 auto;
	width:144px;
	height:44px;
	display:block;
	text-align:center;
	line-height:42px;
	border:1px #1c62e4 solid;
	color:#1c62e4;
	font-size:18px;
}
.inNews .newsmore a:hover {
	background:#1c62e4;
	color:#fff;
}

.inNews .image { overflow: hidden; display: block; }

.inNews h3 { white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden;text-align:left; }

.inNews h3 a { color: #252e38; font-weight:bold; }

.inNews .desc { color: #697e91; display: -webkit-box; height: 44px; line-height: 22px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-align:left;}


.inNews-top { padding-bottom: 20px; }

.inNews-top .thumb { -webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1); padding: 15px; }

.inNews-top .date { color: #999; padding: 2px 0 2px 20px; display: block; background: url(../images/indexIcon08.png) left center no-repeat; }

.inNews-list li { padding: 20px 0; border-bottom: 1px solid #ecf0f2; }

.inNews-list li:last-child { border-bottom: none; padding-bottom: 0; }

.inNews-list .image { width: 100px; height: 100px; position: relative; float: left; }

.inNews-list .image img { height:100%; min-width: 100%; min-height: 100%; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.inNews-list .thumb { overflow: hidden; padding-left: 15px; padding-top: 2px; }

.inNews-list h3 { margin-bottom: 3px; }

.inNews-list .date { color: #999; padding-left: 20px; display: block; line-height: 14px; background: url(../images/indexIcon08.png) left center no-repeat; margin-top: 10px; text-align:left; }

.indexWrap { padding: 0 15px; width:1280px; max-width: 1720px; margin: 0 auto; }

@media (min-width: 768px) {
  /* .indexWrap { padding: 0 30px; } */
}


@media (min-width: 1024px) { 
  /* .indexWrap { padding: 0 40px; } */
  .inNews-top { width: 47%; float: left; }
  .inNews-list { width: 47%; float: right; }
  .inNews-list li:first-child { padding-top: 0; }
  .inNews-list .image { width: 150px; }

}

@media (min-width: 1260px) { 
  .inNews h3 { font-size: 20px; }
  .inNews-top { padding-bottom: 0; }
  .inNews-top .title { padding-bottom: 15px; overflow: hidden; }
  .inNews-top h3 { width: 70%; float: left; font-size:16px;}
  .inNews-top .date { padding: 3px 0 3px 20px; float: right; font-size: 16px; }
  .inNews-top .image img { width: auto; min-width: 100%; height: 250px; position: relative; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; }
  .inNews-top .thumb { padding: 23px 30px; }
  .inNews-top .desc { font-size: 14px; line-height: 30px; height: 60px; }
  .inNews-top:hover h3 a { color: #176bab; }
  .inNews-top:hover .image img { -webkit-transform: translateX(-50%) scale(1.03); -moz-transform: translateX(-50%) scale(1.03); -ms-transform: translateX(-50%) scale(1.03); -o-transform: translateX(-50%) scale(1.03); transform: translateX(-50%) scale(1.03); }
  .inNews-list li { padding: 9px 0; }
  .inNews-list .content { -webkit-transition: .3s; -o-transition: .3s; -moz-transition: .3s; transition: .3s; }
  .inNews-list .thumb { height: 120px; padding-right:20px; }
  .inNews-list .image { width: 282px; height: 120px; }
  .inNews-list h3 { margin-bottom: 13px; text-align:left;font-size:14px;}
  .inNews-list .desc { line-height: 24px; height: 44px; text-align:left;}
  .inNews-list .date { margin-top: 25px; }
  .inNews-list li:hover .content { -webkit-box-shadow: 0 10px 7px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 7px 1px rgba(0, 0, 0, 0.1); }
  .inNews-list li:hover h3 a { color: #176bab; }

}

@media (min-width: 1600px) { 
  .inNews { width: 1400px; padding:0;  }
  .indexWrap { width:100%; padding: 0; }
}


@media (min-width: 1800px) { 
  .indexWrap { padding: 0; }
}



/* ÓÑÇéÁ´½Ó */
.zzsc-container .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	margin-bottom:30px;	

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.zzsc-container ul {
	border:1px #eee solid;
	border-right:none;
	height:337px;
	width:1246px;
}
.zzsc-container ul li {
	float:left;
	border:1px #eee solid;
	
	margin-left:-1px;
	margin-top:-1px;
	width:250px;
	height:113px;
	padding-left:34px;
	padding-top:25px;
	text-align:center;
	vertical-align: middle;

}
.zzsc-container ul li img {
	width:180px;
	height:62px;
	float:left;
}


@media only screen and (min-width:1600px){
	.zzsc-container ul {
		height:373px;
		width:1396px;
	}
	.zzsc-container ul li {
		width:280px;
		height:125px;
		padding-left:34px;
		padding-top:25px;

	}
	.zzsc-container ul li img {
		width:200px;
		height:70px;
	}

}


.zzsc-container ul li img {
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
}
.zzsc-container ul li:hover img{
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}




