@charset "utf-8";
.homeProduct .publicBox,
.homeNetwork .publicBox,
.homeAbout .publicBox,
.homeMembers .publicBox,
.homeNews .publicBox,
.homeServices .publicBox{
	margin-top:76px;
}
.homeMembers .publicBox{
	width:100%;
	height:calc(100vh - 76px);
}
/* --banner-- */
.homeBanner{
	overflow:hidden;
}
.swiperBanner {
	width:100%;
	height:100%;
	margin:auto;
	overflow:hidden;
	position:relative;
}
.swiperBanner .swiper-slide {
	overflow:hidden;
	position:relative;
}
.swiperBanner .swiper-slide .imgScale {
	width:100%;
	height:100%;
	display:block;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	-webkit-animation:imgScale 6s ease-in-out infinite alternate;
	animation:imgScale 6s ease-in-out infinite alternate;
}
.swiperBanner .pagination {
	width:auto !important;
	height:4px !important;
	right:10% !important;
	bottom:6% !important;
	left:auto !important;
	float:right;
	position:absolute;
	z-index:99;
}
.swiperBanner .pagination .swiper-pagination-bullet {
	width:50px;
	height:4px;
	opacity:0.5;
	border-radius:0;
	position:relative;
	background:#FFF;
	margin:0 0 0 5px !important;
	float:left;
}
.swiperBanner .pagination .swiper-pagination-bullet-active {
	opacity:1;
}
.swiperBanner .slideBox {
	width:82%;
	height:100%;
	left:9%;
	top:0;
	z-index:99;
	position:absolute;
}
.swiperBanner .slideBox .banner_img {
	position:absolute;
	display:block;
	opacity:0;
	-webkit-transition:all 1s ease;
	transition:all 1s ease;
	-webkit-transform:translateY(50px);
	transform:translateY(50px);
}
.swiperBanner .slideBox .banner1_1 {
	width:28%;
	left:0;
	top:40%;
}
.swiperBanner .slideBox .banner1_2 {
	width:28%;
	left:0;
	top:54%;
	-webkit-transition-delay:0.2s;
	transition-delay:0.2s;
}
.swiperBanner .slideBox .banner2_1 {
	width:56%;
	left:22%;
	top:32%;
}
.swiperBanner .slideBox .banner2_2 {
	width:56%;
	left:22%;
	top:54%;
	-webkit-transition-delay:0.2s;
	transition-delay:0.2s;
}
.swiperBanner .slideBox .banner3_1 {
	width:48%;
	left:0;
	top:34%;
}
.swiperBanner .slideBox .banner3_2 {
	width:32%;
	left:0;
	top:52%;
	-webkit-transition-delay:0.2s;
	transition-delay:0.2s;
}
.swiperBanner .ani-slide .banner_img {
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0);
}

/* --index-- */
.homeProduct {
	background: #f5f6fa;
	overflow:hidden;
	position:relative;
}
.homeProduct .bg {
	width:42%;
	height:100%;
	background:url(../images/home_product_bg.png) repeat;
	position:absolute;
	right:0;
	top:0;
	opacity:0;
}
.homeProduct .title {
	width:56.34%;
	opacity:0;
}
.homeProduct .title .wz {
	font-size:18px;
	line-height:32px;
	margin-top:10px;
}
.homeProduct .title a {
	margin-top:40px;
}
.homeProduct .list {
	width:76.34%;
	height:500px;
	position:relative;
	opacity:0;
}
.homeProduct .list li {
	width:560px;
	position:absolute;
	left:-100%;
	top:0;
	opacity:0;
	-webkit-transition:all 1s ease;
	transition:all 1s ease;
}
.homeProduct .list li.on {
	width:100%;
	left:0;
	opacity:1;
	position:relative;
}
.homeProduct .list .box .img {
	width:calc(100% - 620px);
	max-width:530px;
	position:relative;
}
.homeProduct .list .box .img img {
	max-width:100%;
	max-height:500px;
	display:block;
	position:relative;
	z-index:3;
}
.homeProduct .list .box .img .imgbg {
	width:100%;
	height:100%;
	position:absolute;
	left:0;top:0;
	background:#FFF;
	border-radius:50%;
	display:none;
}
.homeProduct .list .box .wz {
	width:560px;
	height:560px;
	padding:0 80px;
	margin-left:60px;
	margin-top:-60px;
	background:#FFF;
	border-radius:50%;
	box-shadow:0 0 60px rgba(0,0,0,0.1);
}
.homeProduct .list .box .wz p {
	width:400px;
	max-height:168px;
	font-size:16px;
	line-height:28px;
	margin-top:30px;
	overflow:hidden;
}
.homeProduct .list .box .wz a {
	margin-top:40px;
}
.homeProduct .tags {
	width:20%;
	height:100%;
	padding-top:76px;
	position:absolute;
	right:0;
	top:0;
	opacity:0;
}
.homeProduct .tags .box{
	width:100%;
	height:520px;
	position:relative;
}
.homeProduct .tags .box .swiper {
	width:100%;
	height:520px;
	overflow:hidden;
	position:relative;
}
.homeProduct .tags .box .swiper .swiper-slide {
	width:100%;
	height:100px !important;
	overflow:hidden;
	cursor:pointer;
}
.homeProduct .tags .box .swiper .swiper-slide .wz {
	width:calc(100% - 120px);
	height:100px;
	font-size:18px;
	color:#FFF;
	text-align:right;
	line-height:100px;
	overflow:hidden;
	float:left;
}
.homeProduct .tags .box .swiper .swiper-slide .img {
	width:100px;
	height:100px;
	padding:10px;
	border:1px solid #FFF;
	border-radius:50%;
	overflow:hidden;
	float:right;
}
.homeProduct .tags .box .swiper .swiper-slide .img img {
	width:100%;
	display:block;
}

.homeProduct .tags li .wz {
	width:calc(100% - 120px);
	height:100px;
	font-size:18px;
	color:#FFF;
	text-align:right;
	line-height:100px;
	overflow:hidden;
	float:left;
}
.homeProduct .tags li .img {
	width:100px;
	height:100px;
	padding:10px;
	border:1px solid #FFF;
	border-radius:50%;
	overflow:hidden;
	float:right;
}
.homeProduct .tags li .img img {
	width:100%;
	display:block;
}
.homeProduct .tags .box .swiper .swiper-slide.on .wz {
	font-weight:bold;
}
.homeProduct .tags .box .swiper .swiper-slide.on .img {
	background:#FFF;
}
.homeProduct.on .bg {
	-webkit-animation:moveInRight 0.6s ease;
	animation:moveInRight 0.6s ease;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.homeProduct.on .title {
	-webkit-animation:moveInDown 0.6s ease;
	animation:moveInDown 0.6s ease;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.homeProduct.on .list {
	-webkit-animation:moveInBlow 1.2s ease 0.6s;
	animation:moveInBlow 1.2s ease 0.6s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.homeProduct.on .tags {
	-webkit-animation:moveInRightSmall 1.2s ease 0.6s;
	animation:moveInRightSmall 1.2s ease 0.6s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}



.homeNetwork {
	background:#f8f8f8;
	overflow:hidden;
	position:relative;
}
.homeNetwork .list {
	width:100%;
	position:relative;
	z-index:20;
}
.homeNetwork .list li {
	width:82%;
	height:180px;
	padding:50px 40px;
	opacity:0;
}
.homeNetwork .list li:nth-of-type(2n) {
	margin-left:12%;
}
.homeNetwork .list li .icon {
	padding:22px;
	background:#18943b;
	border-radius:50%;
	float:left;
	position:relative;
	-webkit-animation:circlespread 3s ease-in-out 0s infinite;
	animation:circlespread 3s ease-in-out 0s infinite;
}
.homeNetwork .list li .icon:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
	height:100%;
	border-radius:50%;
	background-color:rgba(56,186,177,0.1);
	-webkit-animation:circlepulse 1.5s ease 0s infinite;
	animation:circlepulse 1.5s ease 0s infinite;
}
.homeNetwork .list li .icon img {
	width:36px;
	height:36px;
	display:block;
}
.homeNetwork .list li .icon .bg {
	width:36px;
	height:36px;
	padding:62px;
	position:absolute;
	left:-22px;
	top:-22px;
	background:url(../images/home_network_bg.png) no-repeat center;
	background-size:cover;
	-webkit-animation:loopCir 10s linear 0s infinite;
	animation:loopCir 10s linear 0s infinite;
}
.homeNetwork .list li .wz {
	color:#18943b;
	line-height:48px;
	margin-left:40px;
	float:left;
}
.homeNetwork .list li .wz .num b {
	font-size:60px;
	font-weight:normal;
	font-family:bahnschrift;
}
.homeNetwork .list li .wz .num sub {
	font-size:16px;
	margin-left:10px;
}
.homeNetwork .list li .wz .des {
	font-size:18px;
	line-height:24px;
	margin-top:8px;
}
.homeNetwork .map {
	width:56.417%;
	position:absolute;
	right:0;
	top:50%;
	opacity:0;
    transform: translate(0,-50%);
}
.homeNetwork .map .point {
	opacity:0;
}
.homeNetwork .map .point2 {
	opacity:0;
}
.homeNetwork.on .map .point {
	animation:hide 3s ease-in 1s;
	animation-fill-mode:both;
	animation-iteration-count:infinite;
}
.homeNetwork.on .map .point2 {
	animation:hide 3s ease-in 1s;
	animation-fill-mode:both;
}
@keyframes hide {
	form {
		opacity:0;
	}
	to {
		opacity:0.8;
	}
}
.homeNetwork.on .map .line {
	fill:none;
	stroke:#e50112;
	stroke-width:0.5px;
	stroke-dashoffset:1280px;
	stroke-dasharray:1280px;
	animation:animation-svg-line 3s ease-in 1s;
	animation-fill-mode:both;
	animation-iteration-count:infinite;
	animation-direction:reverse;
}
@keyframes animation-svg-line {
	0% {
		stroke-dashoffset:1280px
	}
	50% {
		stroke-dashoffset:0px
	}
	100% {
		stroke-dashoffset:-1000px
	}
}
.homeNetwork.on .list li {
	-webkit-animation:moveInUpSmall 1.2s ease;
	animation:moveInUpSmall 1.2s ease;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.homeNetwork .list li:nth-of-type(1) {
	-webkit-animation-delay:0.3s;
	animation-delay:0.3s;
}
.homeNetwork .list li:nth-of-type(2) {
	-webkit-animation-delay:0.6s;
	animation-delay:0.6s;
}
.homeNetwork .list li:nth-of-type(3) {
	-webkit-animation-delay:0.9s;
	animation-delay:0.9s;
}
.homeNetwork .list li:nth-of-type(4) {
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s;
}
.homeNetwork.on .map {
	-webkit-animation:moveInFade 1.2s ease-in-out;
	animation:moveInFade 1.2s ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}




.homeAbout {
	background:url(../images/home_about_bg.jpg) no-repeat center #000;
	background-size:cover;
	overflow:hidden;
}
.homeAbout .box {
	opacity:0;
}
.homeAbout .intro {
	width:68%;
	color:#FFF;
}
.homeAbout .intro .more {
	color:#FFF;
}
.homeAbout .intro .more:hover b {
	color:#333;
}
.homeAbout .intro .wz {
	height:160px;
	font-size:16px;
	line-height:32px;
	margin-top:20px;
	overflow:hidden;
}
.homeAbout .intro a {
	margin-top:30px;
}
.homeAbout .videoBtn {
	width:24%;
	margin-left:6%;
}
.homeAbout .videoBtn a {
	position:relative;
}
.homeAbout .videoBtn a:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
	height:100%;
	border-radius:50%;
	background-color:rgba(255,255,255,0.1);
	-webkit-animation:circlepulse 1.5s ease 0s infinite;
	animation:circlepulse 1.5s ease 0s infinite;
}
.homeAbout .list {
	width:32%;
	height:14.8vw;
	padding:30px;
	margin-top:5%;
	margin-left:2%;
	float:left;
	background:#FFF;
	position:relative;
	opacity:0;
	overflow:hidden;
}
.homeAbout .list .title {
	height:48px;
	overflow:hidden;
}
.homeAbout .list .title i {
	width:48px;
	height:48px;
	float:left;
	border-radius:50%;
	overflow:hidden;
}
.homeAbout .list .title b {
	height:48px;
	font-size:24px;
	color:#333;
	line-height:48px;
	margin-left:12px;
	float:left;
}
.homeAbout .list .title a {
	font-size:16px;
	color:#666;
	line-height:48px;
	padding-right:15px;
	background:url(../images/arrow2.png) no-repeat right center;
	float:right;
}
.homeAbout .list .swiper {
	width:100%;
	margin:20px auto 0;
	overflow:hidden;
	position:relative;
}
.homeAbout .list .swiper a {
	display:block;
}
.homeAbout .list .swiper a .icon img {
	height:50px;
	max-width:100%;
	margin:auto;
	display:block;
}
.homeAbout .list .swiper a .img img {
	width:100%;
	margin:auto;
	padding:4px;
	border:3px solid #d8b259;
	display:block;
}
.homeAbout .list .swiper a .title {
	height:32px;
	font-size:18px;
	font-weight:bold;
	line-height:32px;
	text-align:center;
	margin-top:5px;
	overflow:hidden;
}
.homeAbout .list .swiper a .wz {
	height:40px;
	font-size:14px;
	line-height:20px;
	text-align:center;
	overflow:hidden;
}
.homeAbout .list .pagination {
	text-align:center;
	position:absolute;
	left:0;
	bottom:20px;
}
.homeAbout .list .pagination .swiper-pagination-bullet {
	border-radius:4px;
}
.homeAbout .list .pagination .swiper-pagination-bullet-active {
	width:20px;
	background:#18943b;
}
.homeAbout .culture {
	margin-left:0;
}
.homeAbout .culture .title i {
	background:url(../images/home_about_icon1.png) no-repeat center #18943b;
	background-size:auto 24px;
}
.homeAbout .honor .title i {
	background:url(../images/home_about_icon2.png) no-repeat center #18943b;
	background-size:auto 24px;
}
.homeAbout .shows .title i {
	background:url(../images/home_about_icon3.png) no-repeat center #18943b;
	background-size:auto 24px;
}
.homeAbout.on .box {
	-webkit-animation:moveInDownSmall 1.2s ease-in-out;
	animation:moveInDownSmall 1.2s ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.homeAbout.on .list {
	-webkit-animation:moveInUpSmall 1.2s ease;
	animation:moveInUpSmall 1.2s ease;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.homeAbout.on .honor {
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
.homeAbout.on .shows {
	-webkit-animation-delay:0.4s;
	animation-delay:0.4s;
}





.homeSolution {
	background-color:#f8f8f8;
	position:relative;
	overflow:hidden;
}
.homeSolution .loop {
	display:flex;
	width:100%;
	height:38vw;
	min-height:526px;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	position:relative;
}
.homeSolution .loop .left {
	width:27%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	display:flex;
	align-items:left;
	justify-content:center;
	flex-direction:column;
	opacity:0;
}
.tips{ height: 250px;}
.homeSolution .loop .left .en {
	font-size:16px;
	font-weight:bold;
	color:#004da0;
	line-height:20px;
	text-transform:uppercase;
}
.homeSolution .loop .left .wz {
	font-size:15px;
	text-align: justify;
	margin-top:30px;
	line-height: 30px;
}
.homeSolution .loop .right {
	width:27%;
	height:100%;
	position:relative;
	float:right;
	margin-left:73%;
	z-index:10;
	display:flex;
	align-items:left;
	justify-content:center;
	flex-direction:column;
	opacity:0;
}
.homeSolution .loop .right .items {
	width:100%;
	height: 526px;

	overflow:hidden;
}
.homeSolution .loop .right .swiper {
	width:100%;
	height:100%;
}
.homeSolution .loop .right .swiper-slide {
	overflow:hidden;
}
.homeSolution .loop .right .items .bt {
	height:32px;
	font-size:18px;
	font-weight:bold;
	line-height:32px;
	overflow:hidden;
}
.homeSolution .loop .right .items .wz { 
   height: 106px;
	font-size:14px;
	line-height:30px;
	padding-top:10px;
	overflow:hidden;
}
.homeSolution .loop .mobileswiper {
	width:100%;
	height:auto;
	position:relative;
	display:none;
}
.homeSolution .loop .mobileswiper .bt {
	height:24px;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	overflow:hidden;
}
.homeSolution .loop .mobileswiper .wz {
	height:auto;
	font-size:14px;
	line-height:24px;
	margin-top:2%;
	overflow:hidden;
}

.homeSolution .mid {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:3;
	display:flex;
	align-items:center;
	justify-content:center;
	opacity:0;
}
.homeSolution .mid .roll-box {
	position:relative;
	z-index:5;
	width:30.4vw;
	height:30.4vw;
}
.homeSolution .mid .roll-box img {
	position:absolute;
	height:100%;
	top:0;
	left:0;
}
.homeSolution .mid .roll-box img.cir4 {
	position:relative;
	height:100%;
	animation:loopCir 17s linear infinite;
}
.homeSolution .mid .roll-box img.cir5 {
	animation:loopCir 20s linear infinite;
}
.homeSolution .mid .roll-box img.cir6 {
	animation:loopCir 14.2s linear infinite;
	animation-delay:0.3s;
}
.homeSolution .mid .roll-box img.cir7 {
	animation:loopCir 10.4s linear infinite;
	animation-delay:0.5s;
}
.homeSolution canvas {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:10;
}
.homeSolution .tags {
	position:absolute;
	padding-top:36px;
	width:82%;
	height:136px;
	bottom:0;
	left:9%;
	opacity:0;
}
.homeSolution .tags .wz {
	height:43px;
	border-bottom:1px solid #ddd;
}
.homeSolution .tags .wz li {
	width:15%;
	margin-left:2%;
	text-align:center;
	float:left;
	position:relative;
	cursor:pointer;
}
.homeSolution .tags .wz li:nth-of-type(1) {
	margin-left:0;
}
.homeSolution .tags .wz li i {
	font-size:80px;
	line-height:0;
	display:block;
	font-family:bahnschrift;
	color:rgba(0,0,0,0);
	-webkit-transition:all 0.35s;
	transition:all 0.35s;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
.homeSolution .tags .wz li b {
	height:42px;
	font-size:18px;
	color:rgba(0,0,0,0.3);
	line-height:42px;
	display:block;
	overflow:hidden;
	position:relative;
	z-index:10;
}
.homeSolution .tags .wz li:after {
	content:"●";
	position:absolute;
	left:25%;
	bottom:-5px;
	z-index:2;
	width:50%;
	height:10px;
	font-size:18px;
	color:rgba(0,0,0,0.2);
	background-color:#f8f8f8;
}
.homeSolution .tags .wz li:hover i {
	color:rgba(0,0,0,0.1);
	-webkit-transform:translateY(0);
	transform:translateY(0);
}
.homeSolution .tags .wz li.on i {
	color:rgba(0,0,0,0.1);
	-webkit-transform:translateY(0);
	transform:translateY(0);
}
.homeSolution .tags .wz li:hover b {
	color:#000;
}
.homeSolution .tags .wz li.on b {
	color:#000;
}
.homeSolution .tags .wz li.on:after {
	color:rgba(0,0,0,0.8);
}
.homeSolution .tags .cricle {
	height:30px;
	margin-top:28px;
}
.homeSolution .tags .cricle li {
	width:15%;
	height:30px;
	margin-left:2%;
	text-align:center;
	float:left;
	position:relative;
}
.homeSolution .tags .cricle li:nth-of-type(1) {
	margin-left:0;
}
.homeSolution .tags .cricle li em {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:12vw;
	border-radius:50%;
	text-align:center;
	background-color:#004da0;
	-webkit-transition:all 1s ease;
	transition:all 1s ease;
	-webkit-transform:translateY(50%);
	transform:translateY(50%);
}
.homeSolution .tags .cricle li.on em {
	-webkit-transform:translateY(0);
	transform:translateY(0);
}
.homeSolution .mid {
	-webkit-animation:moveInBlow 1.2s ease-in-out;
	animation:moveInBlow 1.2s ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.homeSolution .left {
	-webkit-animation:moveInLeftSmall 1.2s ease-in-out;
	animation:moveInLeftSmall 1.2s ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.homeSolution .right {
	-webkit-animation:moveInRightSmall 1.2s ease-in-out;
	animation:moveInRightSmall 1.2s ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.homeSolution .tags {
	-webkit-animation:moveInUpSmall 1.2s ease-in-out 0.8s;
	animation:moveInUpSmall 1.2s ease-in-out 0.8s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}




.homeMembers {
	background:#000;
	overflow:hidden;
	position:relative;
}
.homeMembers .msgbg {
	width:39%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);
	z-index:20;
	opacity:0;
}
.homeMembers .msglist {
	width:38%;
	height:100%;
	color:#FFF;
	position:absolute;
	left:4.9%;
	top:0;
	z-index:2;
	opacity:1;
}
.homeMembers .msglist li {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	-webkit-transition:all 0.35s;
	transition:all 0.35s;
}
.homeMembers .msglist li.on {
	opacity:1;
	z-index:10;
}
.homeMembers .msglist li .title {
	height:auto;
	font-weight:bold;
}
.homeMembers .msglist li .tips {
	font-size:24px;
	line-height:32px;
	margin-top:20px;
}
.homeMembers .msglist li .wz {
	max-height:192px;
	font-size:15px;
	line-height:32px;
	margin-top:40px;
	overflow:hidden;
}
.homeMembers .msglist li .button {
	margin-top:40px;
}
.homeMembers .msglist li .button a b {
	color:#FFF;
}
.homeMembers .msglist li div {
	-webkit-transition:all 1s ease;
	transition:all 1s ease;
	-webkit-transform:translateY(20px);
	transform:translateY(20px);
}
.homeMembers .msglist li.on div {
	-webkit-transform:translateY(0);
	transform:translateY(0);
}
.homeMembers .piclist {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}
.homeMembers .piclist li {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	opacity:0;
	z-index:2;
	-webkit-transition:opacity 0.5s ease-in-out,transform 2s ease-in-out;
	transition:opacity 0.5s ease-in-out,transform 2s ease-in-out;
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.homeMembers .piclist li.on {
	opacity:1;
	z-index:10;
	-webkit-transform:none;
	transform:none;
}


/*.homeMembers .swiper-android .swiper-slide, .swiper-wrapper{transform:none;}*/




.homeMembers .swiper-vertical>.swiper-wrapper {
    flex-direction:row;
}
/*.homeMembers .imglist {
	width:20%;
	height:100%;
	float:right;
	position:relative;
	z-index:10;
	overflow:hidden;
}*/
.homeMembers .imglist .swiper {
	width:100%;
	height:100%;

	position:relative;
}
/*.homeMembers .imglist .swiper .swiper-slide{
	width:100%;
	height:calc(100% / 3) !important;
	background:#3a3a3a;
	border-top:1px solid rgba(255,255,255,0.5);
	cursor:pointer;
	overflow:hidden;
	-webkit-transition:all 0.35s;
	transition:all 0.35s;
}
.homeMembers .imglist .swiper .swiper-slide:hover {
	background:#4a4a4a;
}
.homeMembers .imglist .swiper .swiper-slide.on {
	background:#18943b;
}
.homeMembers .imglist .swiper .swiper-slide img {
	width:9vw;
	height:9vw;
	border-radius:50%;
	overflow:hidden;
	-o-object-fit:cover;
	object-fit:cover;
}

.homeMembers .imglist li {
	width:100%;
	height:calc(100% / 3);
	background:#3a3a3a;
	border-top:1px solid rgba(255,255,255,0.5);
	cursor:pointer;
	-webkit-transition:all 0.35s;
	transition:all 0.35s;
}
.homeMembers .imglist li img {
	width:9vw;
	height:9vw;
	border-radius:50%;
	overflow:hidden;
	-o-object-fit:cover;
	object-fit:cover;
}
.homeMembers .imglist li:nth-of-type(1) {
	border:none;
}
.homeMembers .imglist li:hover {
	background:#4a4a4a;
}
.homeMembers .imglist li.on {
	background:#18943b;
}*/
.homeMembers.on .msgbg {
	-webkit-animation:moveInLeft 0.6s ease;
	animation:moveInLeft 0.6s ease;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.homeMembers.on .msglist {
	-webkit-animation:moveInUpSmall 1.2s ease 0.4s;
	animation:moveInUpSmall 1.2s ease 0.4s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}


.homeNews {
	background:#f5f6fa;
	overflow:hidden;
}
.homeNews .title {
	float:left;
}
.homeNews .title .en {
	font-size:14px;
	font-weight:bold;
	color:#1d6bdd;
	line-height:20px;
	text-transform:uppercase;
}
.homeNews .more2 {
	margin-top:15px;
	float:right;
}
.homeNews .topNews {
	width:27.6%;
	height:550px;
	margin-top:4%;
	float:left;
	position:relative;
	opacity:0;
	-webkit-transition: all 0.35s;transition: all 0.35s;
}
.homeNews .topNews .pic {
	height:100%;
}
.homeNews .topNews .wz {
	width:100%;
	padding:28px;
	color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
	z-index:99;
}
.homeNews .topNews .wz .bt {
	max-height:64px;
	font-size:16px;
	font-weight:bold;
	line-height:32px;
	overflow:hidden;
}
.homeNews .topNews .wz .time {
	height:24px;
	font-size:20px;
	line-height:24px;
	overflow:hidden;
	margin-top:10px;
	font-family:bahnschrift;
}
.homeNews .topNews .wz .link {
	height:24px;
	font-size:18px;
	line-height:24px;
	overflow:hidden;
	margin-top:10px;
}
.homeNews .hotNews {
	width:27.6%;
	height:550px;
	margin-left:1.5%;
	margin-top:4%;
	float:left;
	position:relative;
	background:#FFF;
	z-index:10;
	opacity:0;
	-webkit-transition: all 0.35s;transition: all 0.35s;
}
.homeNews .hotNews .pic {
	height:260px;
}
.homeNews .hotNews .wz {
	padding:28px;
}
.homeNews .hotNews .wz .bt {
	height:64px;
	font-size:16px;
	color:#333;
	font-weight:bold;
	line-height:32px;
	overflow:hidden;
}
.homeNews .hotNews .wz .time {
	height:24px;
	font-size:20px;
	color:#004da0;
	line-height:24px;
	overflow:hidden;
	margin-top:10px;
	font-family:bahnschrift;
}
.homeNews .hotNews .wz .con {
	height:72px;
	font-size:15px;
	line-height:24px;
	overflow:hidden;
	margin-top:20px;
}
.homeNews .hotNews .wz .link {
	height:24px;
	font-size:18px;
	color:#004da0;
	line-height:24px;
	overflow:hidden;
	margin-top:20px;
}
.homeNews .list {
	width:41.8%;
	height:550px;
	margin-left:1.5%;
	margin-top:4%;
	float:left;
	position:relative;
	z-index:20;
	opacity:0;
}
.homeNews .list li {
	width:100%;
	height:170px;
	padding:20px 0;
	margin-top:20px;
	float:left;
	position:relative;
	background:#FFF;
	overflow:hidden;
}
.homeNews .list li:nth-of-type(1) {
	margin-top:0;
}
.homeNews .list li .time {
	width:92px;
	font-size:20px;
	color:#004da0;
	line-height:24px;
	text-align:center;
	float:left;
	font-family:bahnschrift;
}
.homeNews .list li .wz {
	width:calc(100% - 92px);
	padding:0 20px;
	border-left:1px solid #f2f2f2;
	float:right;
}
.homeNews .list li .wz b {
	height:32px;
	font-size:16px;
	color:#333;
	line-height:32px;
	overflow:hidden;
	display:block;
}
.homeNews .list li .wz b a{
	color:#333;
}
.homeNews .list li .wz p {
	height:48px;
	font-size:15px;
	line-height:24px;
	overflow:hidden;
	margin-top:10px;
	color: #666;
}
.homeNews .list li .wz i {
	height:24px;
	font-size:16px;
	color:#004da0;
	line-height:24px;
	overflow:hidden;
	margin-top:10px;
	display:inline-block;
}
.homeNews .list li .wz i a{
	color:#004da0;
}
.homeNews .topNews {
	-webkit-animation:moveInLeftSmall 1s ease;
	animation:moveInLeftSmall 1s ease;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.homeNews .hotNews {
	-webkit-animation:moveInLeftSmall 1s ease 0.4s;
	animation:moveInLeftSmall 1s ease 0.4s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.homeNews .list {
	-webkit-animation:moveInLeftSmall 1s ease 0.8s;
	animation:moveInLeftSmall 1s ease 0.8s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}



.homeServices {
	background:#f8f8f8;
	overflow:hidden;
}
.homeServices .list li {
	width:32%;
	height:32vw;
	float:left;
	margin-left:2%;
	position:relative;
	opacity:0;
}
.homeServices .list li:nth-of-type(1) {
	margin-left:0;
}
.homeServices .list li a {
	display:block;
}
.homeServices .list li .img {
	width:100%;
	height:32vw;
	overflow:hidden;
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.homeServices .list li .img img {
	width:100%;
	height:100%;
	display:block;
	-o-object-fit:cover;
	object-fit:cover;
}
.homeServices .list li .title {
	width:68%;
	height:22vw;
	color:#fff;
	text-align:center;
	overflow:hidden;
	background:rgba(0,0,0,0.5);
	position:absolute;
	left:16%;
	top:5vw;
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.homeServices .list li .title img {
	width:auto;
	height:50px;
}
.homeServices .list li .title p {
	margin-top:20px;
}
.homeServices .list li .title i {
	font-size:18px;
	line-height:20px;
	text-transform:uppercase;
	margin-top:20px;
}
.homeServices .list li .wz {
	width:100%;
	padding:30px;
	background:#18943b;
	position:absolute;
	left:0;
	bottom:0;
	opacity:0;
	-webkit-transition:all 1s ease;
	transition:all 1s ease;
}
.homeServices .list li .wz p {
	height:72px;
	font-size:16px;
	color:#FFF;
	line-height:24px;
	overflow:hidden;
	opacity:0;
	-webkit-transition:all 1s ease;
	transition:all 1s ease;
	-webkit-transform:translateY(20px);
	transform:translateY(20px);
}
.homeServices .list li:hover .img {
	height:calc(32vw - 132px);
}
.homeServices .list li:hover .title {
	width:84%;
	height:calc(27vw - 132px);
	left:8%;
	top:5vh;
}
.homeServices .list li:hover .wz {
	opacity:1;
}
.homeServices .list li:hover .wz p {
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0);
}
.homeServices.on .list li {
	-webkit-animation:moveInUpSmall 1.2s ease;
	animation:moveInUpSmall 1.2s ease;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.homeServices .list li:nth-of-type(1) {
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
.homeServices .list li:nth-of-type(2) {
	-webkit-animation-delay:0.4s;
	animation-delay:0.4s;
}
.homeServices .list li:nth-of-type(3) {
	-webkit-animation-delay:0.6s;
	animation-delay:0.6s;
}
.homeMembers.on .msglist {
	-webkit-animation:moveInUpSmall 1.2s ease 0.4s;
	animation:moveInUpSmall 1.2s ease 0.4s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}


.index_cases{
 height: 78px;
    margin-top: 60px;
    z-index: 999; position: relative; 
   }
.index_cases dl{height: 30px;}
.index_cases dl dd {  display: inline-block; color: #fff; margin-right: 15px; height: 30px; font-size: 14px;}
.index_cases dl dd a{ color: #fff;};


/* 图片切换 */

.slick-slider { display: block;/* box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent;*/ }

.slick-slider *:focus { outline: none;}

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-loading .slick-list { background: white url(../images/loading.gif) center center no-repeat; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }

.slick-slide img { display: block; max-width:100%; height:auto;}

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto;   }

/* Arrows */

.slick-prev, .slick-next { position:absolute;display:block;height:119px;width:65px;cursor:pointer;z-index:80;top:50%; margin-top:-59.5px;padding:0;outline:none;text-indent:-9999px;  border-radius:0px; background-color: transparent; background-repeat:no-repeat; background-position:center;opacity: 1;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease; border:none;}

.slick-prev:focus, .slick-next:focus { outline: none; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before {  font-size: 20px; line-height: 1; color: white; opacity: 1.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left:5%; background-image:url(../images/arrowleft.png);}

.slick-next { right:5%; background-image:url(../images/arrowright.png);}

.slick-prev:hover {opacity: 1.0;}

.slick-next:hover {opacity: 1.0;}

/* Dots */

.slick-slider { }

.slick-dots { position: absolute; bottom:40px; list-style: none; display: block;padding: 0px; width: 100%; text-align:center; left:0;}

.slick-dots li { position: relative; display: inline-block; height:14px; width: 14px; margin: 0px 3px; padding: 0px; cursor: pointer; }

.slick-dots li button { background:#CCC; display: block; height:10px;width: 10px; padding: 0px; cursor: pointer; outline: none; text-indent:-9999px;-moz-opacity:0.4; opacity:0.4;filter:alpha(opacity=40);border-radius:100px;border: none; overflow:hidden;}

.slick-dots li button:focus { outline: none; }

.slick-dots li.slick-active button {background: #00705a;border: none; opacity:1.5;}



.min500 { }

.phistory {background:url(../images/xline1.jpg) left center repeat-x;position:relative; padding-top: 79px;}

.slick8 { width:1400px; margin:auto;}

.slick8 li{ width:450px;height:180px;border-left:rgba(0,79,158,0.5) 1px solid;position:relative;}

.slick8 li *{ display:block; overflow:hidden;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}

.slick8 li i { width:15px; height:15px; position:absolute; left:-8px; bottom:-10px; z-index:3; background:#004f9e; border-radius:100px; }

.slick8 li img{width:140px;height:100px;float:left;border-radius:10px; margin-left:8px;}

.slick8 li span{width:230px;float:left; padding:10px 0px 0px 20px;}

.slick8 li span h1{font-size:26px; font-weight:bold; color:#000;}

.slick8 li span h3{font-size:14px; line-height:24px;color:#000; }

.slick8 li:hover img {}

.slick8 li:hover span{height:90px;border-radius:0px 10px 10px 0px;}

.slick8 li:hover span h1{color:#004f9e; }

.slick8 li:hover span h3{color:#000; }

.ls1 {margin-left:40px;}

.ls2 {margin-top:175px;margin-left:-60px!important;height:100px!important;padding-top:90px;}

.ls2 i{ bottom:0px ;top:0px; }

.slick8 .slick-slide.slick-current.slick-active h1{color:#004f9e;}



.pceo { color:#FFF; width:55%;}

.pceo h1{ font-size:60px;line-height:64px;text-transform:uppercase;color:#fff; font-weight:bold; padding-bottom:2%;display:block;}

.pceo i{ width:60px; height:2px; background:#666; display:block; }

.pceo h3 {color:#CCC;font-size:16px; line-height:26px; padding:30px 0 20px 0; overflow:hidden;}

.pceo h6 {color:#919191;font-size:12px; line-height:22px;}

.mceopic { display:none !important;width:100%; height:auto;}



@media screen and (max-width: 1367px){
    .markett h2{  font-size:24px;}
.index_margin_top{ margin-top:20px;}
}


