.wi_banner {
	display: block;
	width: 100%;
	height: 513px;
	background: url(../img/wulian_index/banner_bg.jpg) no-repeat center 0;
	-o-background-size: cover;
	   background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.wi_banner div {
	line-height: 1;
}
.banner1 {
	font-size: 50px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 105px;
}
.banner2 {
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
}
.banner3 {
	font-size: 19px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 15px;
}
.banner4 {
	width: 582px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 2px solid rgba(255, 255, 255, 0.3);
	margin-top: 16px;
	line-height: 48px !important;
	overflow: hidden;
	text-align: center;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.banner5 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 20px;
}
.wi_youshi {
	width: 100%;
	height: 668px;
	background: #F0F4FC;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding-top: 84px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
}
.wi-maintitle {
	font-size: 38px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #111111;
	line-height: 1;
	margin-bottom: 17px;
	position: relative;
}
.wi-maintitle::before {
	content: '';
	display: inline-block;
	width: 70px;
	height: 22px;
	position: absolute;
	left: -79px;
	bottom: 4px;
	background: url(../img/wulian_index/mleft.png) no-repeat center 0;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
}
.wi-maintitle::after {
	content: '';
	display: inline-block;
	width: 70px;
	height: 22px;
	position: absolute;
	right: -79px;
	bottom: 4px;
	background: url(../img/wulian_index/mright.png) no-repeat center 0;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
}
.wi-maintips {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #676767;
	line-height: 1;
	opacity: 0.8;
}
.wi_youshi_list {
	margin-top: 109px;
	width: 1200px;
	min-width: 1200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	visibility: visible;
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-name: bounceInUp;
	   -moz-animation-name: bounceInUp;
	     -o-animation-name: bounceInUp;
	        animation-name: bounceInUp;
}
.youshi_item {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	width: 219px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}
.wi-imgbox {
	width: 187px;
	height: 187px;
	overflow: hidden;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.wi-imgbox img {
	width: 100%;
	height: 100%;
}
.youshi-title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #111111;
	line-height: 1;
	text-align: center;
	margin: 28px 0 14px;
}
.youshi_item:hover .wi-imgbox{
	-webkit-transform: translateY(-15%);
	   -moz-transform: translateY(-15%);
	    -ms-transform: translateY(-15%);
	     -o-transform: translateY(-15%);
	        transform: translateY(-15%);
}

.youshi-text {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #111111;
	text-align: center;
	line-height: 1.4;
}
.wi-product {
	padding: 83px 0 78px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFFFFF;
}
.wi-prolist {
	width: 1200px;
	min-width: 1200px;
	margin-top: 59.2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.pro-infoitem {
	width: 50%;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: 267px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
	padding: 95px 0 0 87px;
	position: relative;
	overflow: hidden;
}
/* .pro-infoitem:hover {
	background: #0E5AFE;
} */
.pro-infoitem .numbox {
	width: 89px;
	height: 128px;
	background: url(../img/wulian_index/box2.png) no-repeat center;
	-o-background-size: cover;
	   background-size: cover;
	position: absolute;
	left: 67px;
	top: 27px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 18px 0 0 20px;
	font-size: 38px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0E5AFE;
	line-height: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
/* .pro-infoitem:hover .numbox {
	background: url(../img/wulian_index/box1.png) no-repeat center;
	background-size: cover;
	color: #fff;
} */
.wi-info1 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #111111;
	line-height: 1;
	margin-bottom: 20px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.wi-info2 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #000000;
	line-height: 40px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.wi-inner-infoitem {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(14, 90, 254, 0.7);
	z-index: 100;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 95px 0 0 87px;
	-webkit-transform: translateX(100%);
	   -moz-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	     -o-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.pro-infoitem .tran-left {
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	     -o-transform: translateX(-100%);
	        transform: translateX(-100%);
}
.wi-inner-infoitem .numbox {
	background: url(../img/wulian_index/box1.png) no-repeat center;
	-o-background-size: cover;
	   background-size: cover;
	color: #fff;
}
.wi-inner-infoitem .wi-info1 {
	color: #FFFFFF;
}
.wi-inner-infoitem .wi-info2 {
	color: #FFFFFF;
}
.pro-infoitem:hover .wi-inner-infoitem{
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}

.pro-imgitem {
	width: 50%;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: 267px;
	overflow: hidden;
	cursor: pointer;
}
.pro-imgitem img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.pro-imgitem:hover img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.wi-succ {
	width: 100%;
	height: 1041px;
	background: url(../img/wulian_index/succbg.png) no-repeat center;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 85px 0 0 0;
	overflow: hidden;
}
.wi-succlist {
	margin-top: 60px;
	width: 1200px;
	min-width: 1200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	visibility: visible;
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-name: bounceInUp;
	   -moz-animation-name: bounceInUp;
	     -o-animation-name: bounceInUp;
	        animation-name: bounceInUp;
}
.wi-succitem {
	width: 380px;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	margin-right: 30px;
	-webkit-box-shadow: 0px 2px 14px 1px rgba(85, 121, 134, 0.5);
	        box-shadow: 0px 2px 14px 1px rgba(85, 121, 134, 0.5);
	margin-top: 40px;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.wi-succitem::before {
	content: '';
	position: absolute;
	left: 20px;
	bottom: 100px;
	width: 1px;
	height: 0;
	background: #FFFFFF;
	z-index: 10;
	-webkit-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}
.wi-succitem:hover::before {
	height: 260px;
}
.wi-succitem::after {
	content: '';
	position: absolute;
	left: 20px;
	top: 20px;
	width: 0;
	height: 1px;
	background: #FFFFFF;
	z-index: 10;
	-webkit-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}
.wi-succitem:hover::after {
	width: 340px;
}
.wi-succitem:nth-of-type(3n) {
	margin-right: 0;
}
.wi-succitem:nth-of-type(1) {
	margin-top: 0;
}
.wi-succitem:nth-of-type(2) {
	margin-top: 0;
}
.wi-succitem:nth-of-type(3) {
	margin-top: 0;
}
.succ-imgbox {
	width: 380px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.succ-imgbox::before {
	content: '';
	position: absolute;
	right: 20px;
	top: 20px;
	width: 1px;
	height: 0;
	background: #FFFFFF;
	z-index: 10;
	-webkit-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}
.wi-succitem:hover .succ-imgbox::before {
	height: 260px;
}
.wi-succitem .succ-imgbox::after {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 0;
	height: 1px;
	background: #FFFFFF;
	z-index: 10;
	-webkit-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}
.wi-succitem:hover .succ-imgbox::after {
	width: 340px;
}
.succ-imgbox img {
	width: 100%;
	height: 300px;
}
.succ-title {
	line-height: 80px;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 500;
	color: #000000;
	-webkit-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.succ-title span {
	display: inline-block;
	position: relative;
}
.succ-title span::before {
	content: '';
	position: absolute;
	left: -15px;
	bottom: 27px;
	width: 5px;
	height: 28px;
	background: url(../img/wulian_index/succ-title.png) no-repeat;
	-o-background-size: cover;
	   background-size: cover;
}
.succ-imginfo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	/* transform: translateY(100%); */
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.t1 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 72px;
	height: 0;
	overflow: hidden;
}
.t1line {
	width: 46px;
	background: #FFFFFF;
	opacity: 0.7;
	margin-top: 14px;
	margin-top: 23px;
	height: 0;
	overflow: hidden;
}
.t2 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	line-height: 1.8;
	margin-top: 15px;
	height: 0;
	overflow: hidden;
}
.wi-succitem:hover .succ-title {
	color: #5870FF;
}
.wi-succitem:hover .succ-imginfo {
	background: rgba(80, 103, 233, 0.9);
}
.wi-succitem:hover .succ-imginfo .t1{
	height: auto;
}
.wi-succitem:hover .succ-imginfo .t1line{
	height: 1px;
}
.wi-succitem:hover .succ-imginfo .t2{
	height: auto;
}
.wi-parnter {
	width: 100%;
	height: 668px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding-top: 85px;
	background: url(../img/wulian_index/bg.jpg) no-repeat;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.wi-maintitle2 {
	font-size: 38px;
	font-family: Microsoft YaHei;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 18px;
	position: relative;
}
.wi-maintitle2::before {
	content: '';
	display: inline-block;
	width: 70px;
	height: 22px;
	position: absolute;
	left: -110px;
	bottom: 4px;
	background: url(../img/wulian_index/mleft1.png) no-repeat center 0;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
}
.wi-maintitle2::after {
	content: '';
	display: inline-block;
	width: 70px;
	height: 22px;
	position: absolute;
	right: -110px;
	bottom: 4px;
	background: url(../img/wulian_index/mright1.png) no-repeat center 0;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
}
.wi-maintips2 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.wi-parnter-info {
	width: 1200px;
	min-width: 1200px;
	height: 414px;
	background: url(../img/wulian_index/partner.png) no-repeat center;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
	margin-top: 40px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.wi-parnter-info:hover {
	-webkit-transform: scale(1.01);
	   -moz-transform: scale(1.01);
	    -ms-transform: scale(1.01);
	     -o-transform: scale(1.01);
	        transform: scale(1.01);
}
.wi-pick:nth-of-type(odd){
	visibility: visible;
	-webkit-animation-duration: 1.5s;
	   -moz-animation-duration: 1.5s;
	     -o-animation-duration: 1.5s;
	        animation-duration: 1.5s;
	-webkit-animation-name: bounceInLeft;
	   -moz-animation-name: bounceInLeft;
	     -o-animation-name: bounceInLeft;
	        animation-name: bounceInLeft;
}
.wi-pick:nth-of-type(even){
	visibility: visible;
	-webkit-animation-duration: 1.5s;
	   -moz-animation-duration: 1.5s;
	     -o-animation-duration: 1.5s;
	        animation-duration: 1.5s;
	-webkit-animation-name: bounceInRight;
	   -moz-animation-name: bounceInRight;
	     -o-animation-name: bounceInRight;
	        animation-name: bounceInRight;
}
.wi_banner_m {
	margin-top: 44px;
	padding: 15px 12px;
	background-color: #fff;
}
.wi_banner_m img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}
.wi_youshi_m {
	width: 100%;
	background: #F0F4FC;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
}
.wi-maintitle-m {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #111111;
	line-height: 1;
	margin-bottom: 7px;
	position: relative;
}
.wi-maintitle-m::before {
	content: '';
	display: inline-block;
	width: 35px;
	height: 11px;
	position: absolute;
	left: -40px;
	bottom: 4px;
	background: url(../img/wulian_index/mleft.png) no-repeat center 0;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
}
.wi-maintitle-m::after {
	content: '';
	display: inline-block;
	width: 35px;
	height: 11px;
	position: absolute;
	right: -40px;
	bottom: 4px;
	background: url(../img/wulian_index/mright.png) no-repeat center 0;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
}
.wi-maintips-m {
	font-size: 10px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #676767;
	line-height: 1;
	opacity: 0.8;
}
.wi-maintitle2-m {
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 7px;
	position: relative;
}
.wi-maintitle2-m::before {
	content: '';
	display: inline-block;
	width: 35px;
	height: 11px;
	position: absolute;
	left: -40px;
	bottom: 4px;
	background: url(../img/wulian_index/mleft1.png) no-repeat center 0;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
}
.wi-maintitle2-m::after {
	content: '';
	display: inline-block;
	width: 35px;
	height: 11px;
	position: absolute;
	right: -40px;
	bottom: 4px;
	background: url(../img/wulian_index/mright1.png) no-repeat center 0;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
}
.wi-maintips2-m {
	font-size: 10px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.wi_youshi_list_m {
	margin-top: 20px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	visibility: visible;
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-name: bounceInUp;
	   -moz-animation-name: bounceInUp;
	     -o-animation-name: bounceInUp;
	        animation-name: bounceInUp;
}
.youshi_item_m {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	margin-top: 25px;
}
.youshi_item_m:nth-of-type(1) {
	margin-top: 0;
}
.youshi_item_m:nth-of-type(2) {
	margin-top: 0;
}
.wi-imgbox-m {
	width: 60%;
	overflow: hidden;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.wi-imgbox-m img {
	width: 100%;
}
.youshi-title-m {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #111111;
	line-height: 1;
	text-align: center;
	margin: 10px 0;
}
.youshi_item-m:hover .wi-imgbox-m{
	-webkit-transform: translateY(-15%);
	   -moz-transform: translateY(-15%);
	    -ms-transform: translateY(-15%);
	     -o-transform: translateY(-15%);
	        transform: translateY(-15%);
}

.youshi-text-m {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #111111;
	text-align: center;
	line-height: 1.4;
}

.wi-product-m {
	padding: 20px 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFFFFF;
}
.wi-prolist-m {
	margin-top: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.pro-infoitem-m {
	width: 100%%;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
	padding: 33px 10px 10px 30px;
}
.pro-infoitem-m:hover {
	background: rgba(14, 90, 254, 0.7);
}
.pro-infoitem-m .numbox-m {
	width: 22px;
	height: 32px;
	background: url(../img/wulian_index/box2.png) no-repeat center;
	-o-background-size: cover;
	   background-size: cover;
	position: absolute;
	left: 20px;
	top: 14px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 5px 0 0 4px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0E5AFE;
	line-height: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.pro-infoitem-m:hover .numbox-m {
	background: url(../img/wulian_index/box1.png) no-repeat center;
	-o-background-size: cover;
	   background-size: cover;
	color: #fff;
}
.wi-info1-m {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #111111;
	line-height: 1;
	margin-bottom: 5px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.pro-infoitem-m:hover .wi-info1-m {
	color: #FFFFFF;
}
.wi-info2-m {
	font-size: 10px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #000000;
	line-height: 20px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.pro-infoitem-m:hover .wi-info2-m {
	color: #FFFFFF;
}
.pro-imgitem-m {
	width: 100%;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: 120px;
	overflow: hidden;
	cursor: pointer;
}
.pro-imgitem-m img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.pro-imgitem-m:hover img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.wi-succ-m {
	width: 100%;
	background: url(../img/wulian_index/succbg.png) no-repeat center;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 0 0 0;
}
.wi-succlist-m {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	visibility: visible;
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-name: bounceInUp;
	   -moz-animation-name: bounceInUp;
	     -o-animation-name: bounceInUp;
	        animation-name: bounceInUp;
}
.wi-succitem-m {
	width: 95%;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	-webkit-box-shadow: 0px 2px 14px 1px rgba(85, 121, 134, 0.5);
	        box-shadow: 0px 2px 14px 1px rgba(85, 121, 134, 0.5);
	margin-top: 15px;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
}
.succ-imgbox-m {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.succ-imgbox-m img {
	width: 100%;
}
.succ-title-m {
	line-height: 40px;
	background: #DCDCDC;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 500;
	color: #000000;
	-webkit-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.succ-title-m span {
	display: inline-block;
	position: relative;
}
.succ-title-m span::before {
	content: '';
	position: absolute;
	left: -10px;
	bottom: 13px;
	width: 2.5px;
	height: 16px;
	background: url(../img/wulian_index/succ-title.png) no-repeat;
	-o-background-size: cover;
	   background-size: cover;
}
.succ-imginfo-m {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.t1-m {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 72px;
	height: 0;
	overflow: hidden;
}
.t1line-m {
	width: 46px;
	background: #FFFFFF;
	opacity: 0.7;
	margin-top: 14px;
	margin-top: 23px;
	height: 0;
	overflow: hidden;
}
.t2-m {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	line-height: 1.8;
	margin-top: 15px;
	height: 0;
	overflow: hidden;
}
.wi-succitem-m:hover .succ-title-m {
	color: #5870FF;
}
.wi-succitem-m:hover .succ-imginfo-m {
	background: rgba(80, 103, 233, 0.9);
}
.wi-succitem-m:hover .succ-imginfo-m .t1-m{
	height: auto;
}
.wi-succitem-m:hover .succ-imginfo-m .t1line-m{
	height: 1px;
}
.wi-succitem-m:hover .succ-imginfo-m .t2-m{
	height: auto;
}
.wi-parnter-m {
	width: 100%;
	height: 120vw;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding-top: 20px;
	background: url(../img/wulian_index/m_part.png) no-repeat;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 10px;
}
.wi-parnter-info-m {
	width: 85%;
	height: 414px;
	background: url(../img/wulian_index/m_pitem.png) no-repeat center;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
	margin: 20px 0;
}