@charset "utf-8";
body{
	background-color: #f7f8fc;
}
.sp{
	display: none;
}
.header_txt{
	background-color: #222222;
	font-size: 12px;
	line-height: 36px;
	position: relative;
	height: 36px;
	color: #fff;
}
.header_txt a{
	color: #fff;
}
.header_txt ul{

	display: inline-block;
}
.header_txt ul li{
	display: inline-block;
	padding-right: 40px;	
}
.header_txt_shopinfo{
	float: right;
	display: inline-block;
	right: 0;
}
.header_txt_shopinfo a{
	margin:0 15px;
}
.sfixed {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
    -m/oz-box-shadow:0px 0px 10px #333;/*firefox*/
    -we/bkit-box-shadow:0px 0px 10px #333;/*webkit*/
    bo/x-shadow:0px 0px 10px #333;/*operaæˆ–ie9*/
}
.header_logonav{
	border-bottom: solid 1px #f0f0f0;
	posi/tion: relative;
	background-color: #fff;
}
.logo{
	width: 200px;
	height: 60px;
	posi/tion: relative;
	float: left;
}
.logo a{
    display: block;
    height: 60px;
    width: 200px;
    background-repeat: no-repeat;
    background-position: left center;
	background-size: 180px;
}
.nav{
	position: relative;
	margin: 0 200px 0 300px;
	height: 60px;
}
.nav ul li{
	display: inline-block;
	margin: 0 25px;
	
}
.nav ul li a{
	line-height: 60px;
	bor/der-bottom: solid 1px #f0f0f0;
	transition: .4s;
	font-size: 16px;
	font-weight: bold;
}
.nav ul li a:hover{
	color: #013e91;
	border/-bottom: solid 1px #d8050e;
	transition: .4s;
}
.search{
	width:150px; ;
	height: 27px;
	margin-top: 16px;
	float: right;
	display: flex;
	justify-content: space-between;
}
.search a{
	width: 27px;
	display: block;
}
.search a img{
	width: 100%;
}
.sea/rch{
	border: solid 1px #ddd;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	width: 150px;
	height: 35px;
	float: right;
	margin-top: 22px;
}
.sea/rch form input{
	border: none;
	width: 110px;
	height: 35px;
	line-height: 35px;
	padding-left: 8px;
	background-color: transparent;
}
.se/arch form button{
	background-color: transparent;
	border: none;
}
.banner{
	
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-container{
    --swiper-theme-color: #fff;
    --swiper-pagination-color: #fff;/* 两种都可以 */
  }
.swiper-wrapper{
transition-timing-function: linear;  
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* 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;
}

.main{
	width: 1300px;
	margin: 0 auto;
}
.main_a{
	width: auto;
	margin: 0;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	background-color: #fff;
	height: 38vw;
	position: relative;
	overflow: hidden;
}
.main_a_txt{
	top:13vw;
	left:6.5vw;
	display: inline-block;
	position: relative;
	z-index: 2;
	vertical-align: middle;
	opa/city: 0;
}
.main_a_txt img{
	height: 2.167vw;
	margin-bottom: .917vw;
	line-height: 0;
}
.main_a_txt p{
	font-size: 3.973vw;
	line-height: 3.973vw;
}
.main_a_txt p:last-child{
	margin-top: 7.083vw;
	font-size: 1.267vw;
}
.pcshow{
	    display: block;
	}
	.wapshow{
	    display: none;
	}
.main_a_pic{
	height: 80%;
	padding: 5%;
	width:60%;
	float:right;
}
.main_a_pic ul{
	position: relative;
}
.main_a_pic ul li{
	float: left;
	width: 30%;
	margin-right: 3.33%;
	margin-bottom: 3.33%;
	display: inline-block;
	position: relative;
}
.main_a_pic ul li a{
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 140%;
    transition: .4s;
	height: 15vw;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	position: relative;
	overflow: hidden;
}
.main_a_pic ul li a div{
	background-color: #fff;
	bottom: 0;
	height: 4vw;
	position: absolute;
	width: 100%;
	padding-top: 10%;
}
.main_a_pic ul li a div h2{
	font-weight: normal;
	font-size: 20px;
	padding-left: 10%;
}
.main_a_pic ul li a div p {
	font-size: 16px;
	padding-left: 10%;
}
.main_a_pic ul li:nth-child(2) a{
	height: 25vw;
}
.main_a_pic ul li:nth-child(2) a div, .main_a_pic ul li:nth-child(4) a div{
	background-color: transparent;
    color: #fff;
}
.main_a_pic ul li:nth-child(3) a{
	height: 18vw;
}
.main_a_pic ul li:nth-child(3) a div{
	
}
.main_a_pic ul li:nth-child(5){
	position: absolute;
	left: 0;
	top: 17vw;
	width: 30%;

}
.main_a_pic ul li:first-child a div{
	display: none;
}
.main_a_pic ul li a:hover{
	background-size: 145%;
	transition: .4s;
}
.main_b{
	width: auto;
	margin: 100px 0;
}
.main_b_txt{
	text-align: center;
	font-size: 20px;
}
.main_b_txt h2{
	font-size: 40px;
	margin-bottom: 12px;
	font-weight: normal;
	line-height: 50px;
}
.main_b_txt p:last-child{
	margin-top: 30px;
}
.main_b_con ul {
    margin-top: 50px;
}
.main_b_con ul li:nth-child(1){
	height: 34.333vw;
	margin-bottom: 1.833vw;
	display: block;
	width: 100%;
}
.main_b_con ul li{
	width: 32%;
	height: 24.917vw;
	display: inline-block;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-color: #fff;
	overflow: hidden;
}
.main_b_con ul li:nth-child(3){
	margin-left: 1.6%;
}
.main_b_con ul li:nth-child(4){
	margin-left: 1.6%;
}
.main_b_con ul li:nth-child(1) .img_box{
	width:66%;
	height: 100%;
	display: inline-block;
}
.img_box img{
	width: 100%;
    height: 100%;
}
.main_b_con ul li:nth-child(1) .main_b_con_txt{
	width: 34%;
	height: 34.333vw;
	vertical-align: top;
	display: inline-block;
}
.main_b_con_txt{
	display: inline-block;
	font-size: 1.203vw;
	position: relative;
}
.main_b_con ul li:nth-child(1) .main_b_con_txt > div{
	margin: 0 4.5vw;
}

.main_b_con_txt > div{
	position: relative;
	top: 50%;
	width: auto;
	transform: translateY(-50%);
}
.main_b_con ul li:nth-child(1) .main_b_con_txt h2{
	font-size: 1.926vw;
    line-height: 2.889vw;
	font-weight: normal;
} 
.main_b_con ul li:nth-child(1) .main_b_con_txt span{
	margin-top: 8.833vw;
	display: block;
}
.main_b_con_txt {
	position: relative;
    height: 8.167vw;
    font-size: 1.203vw;
}
.main_b_con_txt h2{
	font-size: 1.203vw;
	font-weight: normal;
	line-height: 2vw;
}
.main_b_con_txt p{
	font-size: 1vw;
	color: #666;
}
.main_b_con ul li:nth-child(1) .main_b_con_txt p:last-child{
	margin-top: 8.833vw;
}
.main_b_con ul li:nth-child(1) .main_b_con_txt p:last-child span{
	display: none;
}
.main_b_con_txt > div{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	margin: 0 2.33vw;
}
.img_box {
    height: 16.75vw;
	overflow: hidden;
}
.main_c{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main_c a{
	width: 200px;
	hei/ght: 120px;
	margin-bottom: 15px;
}
.main_c a img{
	width: 100%;
}
/*about*/

.banner_about{
    position: relative;
    height: 900px;
    overflow: hidden;
}
.head-img-box {
    height: 100%;
}
.head-img-box_wap{
	display: none;
}
.head-img-box img {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.head-content-box {
    width: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
	position: absolute;
    top: 208px;
    le/ft: 50%;

	z-index: 2;
}
.head-content-box .title {
    margin-bottom: 4px;
    line-height: 76px;
    font-size: 66px;
}
.head-content-box .auxiliaryTitle {
    width: 411px;
    font-size: 22px;
    margin-top: 127px;
    line-height: 40px;
    font-family: VIVO-FONT-WEB-BOLD,VIVO-FONT-NAV-BOLD,sans-serif;
}
.head-content-box .auxiliaryTitle::before {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #242933;
    margin-bottom: 20px;
}


.main_about{
	position: relative;
    z-index: 5;
    margin-top: -192px;
}
.slog/an-box {
    width: auto;
    margin: 0 80px;
    height: 26.5vw;
}
.slogan-box {
    width: 1440px;
    margin: 0 auto;
    position: relative;
    height: 424px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.slogan-box ul {
    height: 100%;
    font-size: 0;
}
.slogan-box li {
    width: 32.5%;
    position: absolute;
    left: 7.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: top;
}
.slogan-box li h2 {
    font-size: 1.5vw;
    margin-bottom: .5vw;
	font-weight: 400;
}
.slogan-box li p {
    font-size: 1.2vw;
	line-height: 2;
	color: #575c66;
}
.slogan-box li:last-of-type {
    left: auto;
    right: 7.5%;
}
.slogan-box li > div:last-of-type {
    margin-top: 36px;
}


.main_about_b{
	width: 1440px;
    margin: 0 auto;
}
.main_about_b .dateLine-head {
	width: 1440px;
    margin: 120px auto;
    text-align: center;
}
.main_about_b .dateLine-head h1 {
    font-size: 40px;
    margin-bottom: 12px;
    font-weight: 400;
	line-height: 40px;
}
.main_about_b .dateLine-head p {
    font-size: 20px;
    line-height: 34px;
}
.main_about_b .dateLine-box {
    position: relative;
    padding-bottom: 80px;
}
.main_about_b .dateLine-box > i {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ebedf0;
    -webkit-transition: height 1s linear 800ms;
    -o-transition: height 1s linear 800ms;
    -moz-transition: height 1s linear 800ms;
    transition: height 1s linear 800ms;
}
.main_about_b .dateLine-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main_about_b .dateLine-item > div {
    width: 42%;
    position: relative;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main_about_b .dateLine-item > div .text-box {
    width: 100%;
    opa/city: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.main_about_b .dateLine-item > div .date {
    font-size: 1.125vw;
    margin-bottom: .375vw;
	padding-left: 2vw;
}
.main_about_b .dateLine-item > div .date::after {
    content: '';
    position: absolute;
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 18px;
    background-color: #575c66;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border: solid 4px #ebedf0;
    z-index: 2;
}
.main_about_b .dateLine-item > div:nth-of-type(2) .date::after {
    left: 0;
    right: auto;
    -webkit-transform: translate(-50%,25%);
    -moz-transform: translate(-50%,25%);
    -ms-transform: translate(-50%,25%);
    -o-transform: translate(-50%,25%);
    transform: translate(-50%,25%);
}
.main_about_b .dateLine-item > div .title {
    max-width: 28.75vw;
    font-size: 1.625vw;
	line-height: 2vw;
}
.main_about_b .dateLine-item > div .img-box {
    margin-top: 1.667vw;
    wi/dth: 38.333vw;
    height: 21.667vw;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	overflow: hidden;
}
.main_about_b .dateLine-item > div .img-box img {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    width: 100%;
}
.main_about_b .dateLine-item > div .placeholder {
    margin-bottom: 1.667vw;
}
.main_about_b .dateLine-item > div .placeholder {
    margin-bottom: 26px;
    visibility: hidden;
    opacity: 0;
}
.dateLine-item > div:nth-of-type(2) .text-box {
    padding-left: -webkit-calc(100% - 38.333vw);
    padding-left: -moz-calc(100% - 38.333vw);
    padding-left: calc(100% - 38.333vw);
}

.main_about_c{
    background-image: url(../images/about_pic_b.png);
    background-repeat: no-repeat;
    background-position: center top;
	color: #fff;
	margin-top: 100px;
	padding: 100px 0 100px 0;
	text-align: center;
}
.main_about_c .text-content {
    width: 48.75vw;
    font-size: 1.25vw;
	margin: 0 auto;
	text-align: center;
	line-height: 2vw;
}
.text-con/tent {
    width: 780px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
}
.main_about_c .text-content h1 {
    font-size: 1.75vw;
    margin-bottom: 1.25vw;
	font-weight: 400;
}
.main_about_c .amount-content {
    margin-top: 5vw;
	display: inline-block;
}
.main_about_c .amount-content > div {
    font-size: 1.25vw;
	display: inline-block;
}
.main_about_c .amount-content > div .amount {
    margin-bottom: .875vw;
}
.main_about_c .amount-content > div .amount span {
    line-height: 8.125vw;
    font-size: 8.125vw;
    width: 9.375vw;
    letter-spacing: -.5vw;
	display: inline-block;
text-align: left;
}
.main_about_c .amount-content > div .amount i {
    left: .5vw;
    top: 1vw;
    font-size: 2.5vw;
	vertical-align: top;
	position: relative;
}
.main_about_c .amount-content > div + div {
    margin-left: 11.375vw;
}
.main_about_c .amount-content > div .amount span.J-amount-third {
    max-width: 10.313vw;
	width: auto;
}



.main_about_d{
    background-image: url(../images/about_pic_b.png);
    background-repeat: no-repeat;
    background-position: center -600px;
	padding-top: 80px;
	margin-bottom: 100px;
}
.main_about_d_map{
	width: 1440px;
    background-color: #fff;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    margin: 0 auto;
    background-image: url(../images/about_pic_c.gif);
    background-repeat: no-repeat;
    background-position: right;
	background-size: 83%;
	height: 700px;
}
.chart-content {
    left: 13.875vw;
    bottom: 6.875vw;
    font-size: .875vw;
    width: 21.25vw;
	position: absolute;
	z-index: 1;
	min-width: 260px;
}
.chart-content h2 {
    font-size: 28px;
    margin-bottom: .625vw;
}
.chart-content p {
    line-height: 1.5;
}
/*about-end*/

/*contact*/
.banner_contact{
    position: relative;
    margin: 0 auto;
    height: 750px;
	overflow: hidden;
}
.banner_contact .v-section-bg {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	
}
.banner_contact .v-section-bg img {
    height: 750px;
}
.v-section-bg_wap{
	display: none;
}
.banner_contact .v-coo-platform-des {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 78px;
    text-align: center;
}
.banner_contact .v-coo-platform-des > h2 {
    font-size: 32px;
    line-height: 46px;
    color: #242933;
}
.banner_contact .v-coo-platform-des > p {
    margin-top: 5px;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #575c66;
    width: 720px;
}
.v-section-btn {
    margin-top: 26px;
}
.v-section-btn.black {
    color: #242933;
}
.v-btn-link{
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 20px;
    line-height: 28px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    position: relative;
    margin-left: -46px;
}
.v-btn-link i{
	font-size: 24px;
	padding-left: 10px;
}
.main_contact{
	position: relative;
    margin: 0 auto;
    height: 610px;
    overflow: hidden;
    min-width: 1200px;
}
.main_contact > .v-section-bg {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.main_contact .v-section-bg img {
    height: 610px;
}
.main_contact .v-coo-contact-content {
    position: relative;
    padding-top: 78px;
    text-align: center;
}
.main_contact > .v-coo-contact-content > h2 {
    font-size: 32px;
    line-height: 46px;
    color: #242933;
    margin-bottom: 5px;
	font-weight: 400;
}
.main_contact > .v-coo-contact-content > p {
    font-size: 16px;
    line-height: 30px;
    color: #575c66;
    margin-bottom: 43px;
}
.link-list-wrapper{
	display: none;
}
.main_contact > .v-coo-contact-content > .contact-content-wrapper {
    height: 320px;
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    padding-left: 105px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
}
.main_contact > .v-coo-contact-content > .contact-content-wrapper > .contact-content-item {
    text-align: left;
    margin-bottom: 50px;
}
.main_contact > .v-coo-contact-content > .contact-content-wrapper > .contact-content-item > div {
    position: relative;
    padding-left: 72px;
    display: inline-block;
    vertical-align: top;
    width: 472px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main_contact > .v-coo-contact-content > .contact-content-wrapper > .contact-content-item > div > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
}
.main_contact > .v-coo-contact-content > .contact-content-wrapper > .contact-content-item > div > p {
    font-family: VIVO-FONT-WEB-BOLD,VIVO-FONT-NAV-BOLD,sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #242933;
    margin-bottom: 9px;
}
.main_contact > .v-coo-contact-content > .contact-content-wrapper > .contact-content-item > div > a {
    font-size: 16px;
    line-height: 26px;
    color: #575c66;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
}
.main_contact > .v-coo-contact-content > .contact-content-wrapper > .contact-content-item > div > a::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    right: -22px;
    bottom: -13px;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1;
    color: #575c66;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+5YmN5b6Ad2FwPC90aXRsZT4KICAgIDxnIGlkPSLmjqfku7YiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSLogZTns7vmiJHku6wiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NjUuMDAwMDAwLCAtMzEzLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0i5YmN5b6AIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NjUuMDAwMDAwLCAzMTMuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTE2IiB4PSIwIiB5PSIwIiB3aWR0aD0iMjIiIGhlaWdodD0iMjIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik03Ljc4NDI5MDcxLDUgTDguOTEyNjY5MTUsNSBDOS4xOTI5MDQ4Niw1IDkuNDYwNzA4MzEsNS4xMTU2OTQ0OSA5LjY1Mjc5MjYsNS4zMTk3NDI3MSBMMTQuNjM1NjI0MSwxMC42MTI5MjkgQzE0Ljg0MDMyNTYsMTAuODMwMzgwMyAxNC44NDAzMjU2LDExLjE2OTYxOTcgMTQuNjM1NjI0MSwxMS4zODcwNzEgTDkuNjUyNzkyNiwxNi42ODAyNTczIEM5LjQ2MDcwODMxLDE2Ljg4NDMwNTUgOS4xOTI5MDQ4NiwxNyA4LjkxMjY2OTE1LDE3IEw3Ljc4NDI5MDcxLDE3IEM3LjU5NzE2MzY1LDE3IDcuNDQ1NDY3MTgsMTYuODQ4MzAzNSA3LjQ0NTQ2NzE4LDE2LjY2MTE3NjUgQzcuNDQ1NDY3MTgsMTYuNTc0ODU0NiA3LjQ3ODQxNDU1LDE2LjQ5MTc4NzUgNy41Mzc1ODI5LDE2LjQyODkzMzggTDEyLjQyOTU3NzEsMTEuMjMyMjQyNiBDMTIuNTUyMzk4MSwxMS4xMDE3NzE4IDEyLjU1MjM5ODEsMTAuODk4MjI4MiAxMi40Mjk1NzcxLDEwLjc2Nzc1NzQgTDcuNTM3NTgyOSw1LjU3MTA2NjE1IEM3LjQwOTMxODg0LDUuNDM0ODEzMTkgNy40MTU3OTUxMiw1LjIyMDM3OTc3IDcuNTUyMDQ4MDksNS4wOTIxMTU3MSBDNy42MTQ5MDE3Myw1LjAzMjk0NzM2IDcuNjk3OTY4OCw1IDcuNzg0MjkwNzEsNSBaIiBpZD0i55+p5b2i5aSH5Lu9LTE3IiBmaWxsPSIjOEE4Rjk5Ij48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") center no-repeat;
        background-size: auto;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main_contact > .v-coo-contact-content > .contact-content-wrapper > .contact-content-item > div > a::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    right: -22px;
    bottom: -13px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+5YmN5b6Ad2FwPC90aXRsZT4KICAgIDxnIGlkPSLmjqfku7YiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSLogZTns7vmiJHku6wiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NjUuMDAwMDAwLCAtMzEzLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0i5YmN5b6AIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NjUuMDAwMDAwLCAzMTMuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTE2IiB4PSIwIiB5PSIwIiB3aWR0aD0iMjIiIGhlaWdodD0iMjIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik03Ljc4NDI5MDcxLDUgTDguOTEyNjY5MTUsNSBDOS4xOTI5MDQ4Niw1IDkuNDYwNzA4MzEsNS4xMTU2OTQ0OSA5LjY1Mjc5MjYsNS4zMTk3NDI3MSBMMTQuNjM1NjI0MSwxMC42MTI5MjkgQzE0Ljg0MDMyNTYsMTAuODMwMzgwMyAxNC44NDAzMjU2LDExLjE2OTYxOTcgMTQuNjM1NjI0MSwxMS4zODcwNzEgTDkuNjUyNzkyNiwxNi42ODAyNTczIEM5LjQ2MDcwODMxLDE2Ljg4NDMwNTUgOS4xOTI5MDQ4NiwxNyA4LjkxMjY2OTE1LDE3IEw3Ljc4NDI5MDcxLDE3IEM3LjU5NzE2MzY1LDE3IDcuNDQ1NDY3MTgsMTYuODQ4MzAzNSA3LjQ0NTQ2NzE4LDE2LjY2MTE3NjUgQzcuNDQ1NDY3MTgsMTYuNTc0ODU0NiA3LjQ3ODQxNDU1LDE2LjQ5MTc4NzUgNy41Mzc1ODI5LDE2LjQyODkzMzggTDEyLjQyOTU3NzEsMTEuMjMyMjQyNiBDMTIuNTUyMzk4MSwxMS4xMDE3NzE4IDEyLjU1MjM5ODEsMTAuODk4MjI4MiAxMi40Mjk1NzcxLDEwLjc2Nzc1NzQgTDcuNTM3NTgyOSw1LjU3MTA2NjE1IEM3LjQwOTMxODg0LDUuNDM0ODEzMTkgNy40MTU3OTUxMiw1LjIyMDM3OTc3IDcuNTUyMDQ4MDksNS4wOTIxMTU3MSBDNy42MTQ5MDE3Myw1LjAzMjk0NzM2IDcuNjk3OTY4OCw1IDcuNzg0MjkwNzEsNSBaIiBpZD0i55+p5b2i5aSH5Lu9LTE3IiBmaWxsPSIjNDE1ZmZmIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") center no-repeat;
        background-size: auto;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}
.main_contact > .v-coo-contact-content > .contact-content-wrapper > .contact-weChat {
    position: absolute;
    width: 160px;
    top: 62px;
    right: 100px;
}
.main_contact > .v-coo-contact-content > .contact-content-wrapper > .contact-weChat > img {
    display: inline-block;
    width: 100%;
    margin-bottom: 11px;
}
.main_contact > .v-coo-contact-content > .contact-content-wrapper > .contact-weChat > p {
    font-family: VIVO-FONT-WEB-BOLD,VIVO-FONT-NAV-BOLD,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #242933;
}
/*contact-end*/


/*solution*/
.main_solution_a {
 background-color:#f2f2f2;
 text-align:center;
 height:750px
}
.main_solution_a>.v-section-des {
 width:1200px;
 margin:0 auto;
 position:relative;
 padding-top:78px;
 text-align:center
}
.main_solution_a>.v-section-des>h2 {
 font-size:32px;
 line-height:46px;
 color:#242933;
 font-weight: 400;
}
.main_solution_a>.v-section-des>p {
 margin-top:5px;
 display:inline-block;
 font-size:16px;
 line-height:30px;
 color:#575c66;
 width:720px
}
.main_solution_a>ul {
 padding-top:39px
}
.main_solution_a>ul>li {
 display:inline-block;
 vertical-align:top;
 width:384px;
 height:534px;
 position:relative;
 overflow:hidden;
 -webkit-transition:all .3s ease;
 -o-transition:all .3s ease;
 -moz-transition:all .3s ease;
 transition:all .3s ease;
 -webkit-transform:translate3d(0,0,0);
 -moz-transform:translate3d(0,0,0);
 transform:translate3d(0,0,0);
 -webkit-transform-origin:bottom;
 -moz-transform-origin:bottom;
 -ms-transform-origin:bottom;
 -o-transform-origin:bottom;
 transform-origin:bottom;
 margin-left:-1px;
 margin-right:24px;
 -webkit-border-radius:24px;
 -moz-border-radius:24px;
 border-radius:24px
}
.main_solution_a>ul>li:last-of-type {
 margin-right:0
}
.main_solution_a>ul>li>a {
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
 z-index:2
}
.main_solution_a>ul>li:hover {
 z-index:1
}
.main_solution_a>ul>li:hover>img.hover {
 -webkit-transform:scale(1.02);
 -moz-transform:scale(1.02);
 -ms-transform:scale(1.02);
 -o-transform:scale(1.02);
 transform:scale(1.02);
 opacity:1
}
.main_solution_a>ul>li:hover>p {
 bottom:135px
}
.main_solution_a>ul>li:hover>p:before {
 opacity:1
}
.main_solution_a>ul>li:hover>p:after {
 opacity:1
}
.main_solution_a>ul>li>img {
 opacity:0;
 position:absolute;
 top:0;
 left:0;
 width:100%;
 -webkit-transition:opacity .3s ease,-webkit-transform .3s ease;
 transition:opacity .3s ease,-webkit-transform .3s ease;
 -o-transition:opacity .3s ease,-o-transform .3s ease;
 -moz-transition:transform .3s ease,opacity .3s ease,-moz-transform .3s ease;
 transition:transform .3s ease,opacity .3s ease;
 transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease,-moz-transform .3s ease,-o-transform .3s ease;
 transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease
}
.main_solution_a>ul>li>img.normal {
 opacity:1
}
.main_solution_a>ul>li>p {
 position:absolute;
 font-family:VIVO-FONT-WEB-BOLD,VIVO-FONT-NAV-BOLD,sans-serif;
 font-size:20px;
 line-height:28px;
 color:#fff;
 bottom:71px;
 left:30px;
 -webkit-transition:all .3s ease;
 -o-transition:all .3s ease;
 -moz-transition:all .3s ease;
 transition:all .3s ease
}
.main_solution_a>ul>li>p:before {
 content:"";
 position:absolute;
 top:-21px;
 left:0;
 width:32px;
 height:3px;
 -webkit-transition:all .3s;
 -o-transition:all .3s;
 -moz-transition:all .3s;
 transition:all .3s;
 background-color:#fff;
 opacity:0
}
.main_solution_a>ul>li>p:after {
 content:"";
 width:40px;
 height:28px;
 position:absolute;
 bottom:-66px;
 left:0;
 -webkit-transition:all .3s ease;
 -o-transition:all .3s ease;
 -moz-transition:all .3s ease;
 transition:all .3s ease;
 background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSIyOHB4IiB2aWV3Qm94PSIwIDAgNDAgMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNf5pKt5pS+PC90aXRsZT4KICAgIDxnIGlkPSJwYyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFf6aaW6aG1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzI2LjAwMDAwMCwgLTYwNC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9IkJhbm5lcjAxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTk4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9ImljX+aSreaUvl9iYW5uZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyNi4wMDAwMDAsIDQwNi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iaWNf5pKt5pS+Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI2LDEgTDE0LDEgQzEwLjQxMDE0OTEsMSA3LjE2MDE0OTEzLDIuNDU1MDc0NTYgNC44MDc2MTE4NCw0LjgwNzYxMTg0IEMyLjQ1NTA3NDU2LDcuMTYwMTQ5MTMgMSwxMC40MTAxNDkxIDEsMTQgQzEsMTcuNTg5ODUwOSAyLjQ1NTA3NDU2LDIwLjgzOTg1MDkgNC44MDc2MTE4NCwyMy4xOTIzODgyIEM3LjE2MDE0OTEzLDI1LjU0NDkyNTQgMTAuNDEwMTQ5MSwyNyAxNCwyNyBMMjYsMjcgQzI5LjU4OTg1MDksMjcgMzIuODM5ODUwOSwyNS41NDQ5MjU0IDM1LjE5MjM4ODIsMjMuMTkyMzg4MiBDMzcuNTQ0OTI1NCwyMC44Mzk4NTA5IDM5LDE3LjU4OTg1MDkgMzksMTQgQzM5LDEwLjQxMDE0OTEgMzcuNTQ0OTI1NCw3LjE2MDE0OTEzIDM1LjE5MjM4ODIsNC44MDc2MTE4NCBDMzIuODM5ODUwOSwyLjQ1NTA3NDU2IDI5LjU4OTg1MDksMSAyNiwxIFoiIGlkPSLnn6nlvaIiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOS4xOTQ5NzQ3LDkuMTk0OTc0NzUgTDIzLjQzNDMxNDYsMTMuNDM0MzE0NiBDMjMuNzQ2NzM0LDEzLjc0NjczNCAyMy43NDY3MzQsMTQuMjUzMjY2IDIzLjQzNDMxNDYsMTQuNTY1Njg1NCBMMTkuMTk0OTc0NywxOC44MDUwMjUzIEMxOC45MjE2MDc3LDE5LjA3ODM5MjMgMTguNDc4MzkyMywxOS4wNzgzOTIzIDE4LjIwNTAyNTMsMTguODA1MDI1MyBDMTguMDczNzQ5OCwxOC42NzM3NDk4IDE4LDE4LjQ5NTcwMiAxOCwxOC4zMTAwNTA1IEwxOCw5LjY4OTk0OTQ5IEMxOCw5LjMwMzM1MDE3IDE4LjMxMzQwMDcsOC45ODk5NDk0OSAxOC43LDguOTg5OTQ5NDkgQzE4Ljg4NTY1MTUsOC45ODk5NDk0OSAxOS4wNjM2OTkzLDkuMDYzNjk5MjggMTkuMTk0OTc0Nyw5LjE5NDk3NDc1IFoiIGlkPSLnn6nlvaIiIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") center no-repeat;
 -webkit-background-size:contain;
 -moz-background-size:contain;
 -o-background-size:contain;
 background-size:contain;
 opacity:0
}


.main_solution_b {
 text-align:center;
 background-color:#fff;
	padding-bottom:100px;
}
.main_solution_b_con{
	width:1200px;
	margin: 0 auto;
}
.main_solution_b_con>.v-section-des {
 width:1200px;
 margin:0 auto;
 position:relative;
 padding-top:78px;
 text-align:center;
	
}
.main_solution_b_con>.v-section-des>h2 {
 font-family:VIVO-FONT-WEB-BOLD,VIVO-FONT-NAV-BOLD,sans-serif;
 font-size:32px;
 line-height:46px;
 color:#242933
}
.main_solution_b_con>.v-section-des>p {
 margin-top:5px;
 display:inline-block;
 font-size:16px;
 line-height:30px;
 color:#575c66;
 width:720px
}
.main_solution_b_con>.v-solution-plan-tab {
 padding-top:39px;
	margin-bottom: 30px;
}
.main_solution_b_con>.v-solution-plan-tab>li {
 display:inline-block;
 vertical-align:middle;
 font-size:18px;
 line-height:50px;
 color:#8a8f99;
 width:134px;
 background-color:transparent;
 -webkit-border-radius:12px;
 -moz-border-radius:12px;
 border-radius:12px;
 margin-right:35px;
 cursor:pointer
}
.main_solution_b_con>.v-solution-plan-tab>li:last-of-type {
 margin-right:0
}
.main_solution_b_con>.v-solution-plan-tab>li.on {
 font-family:VIVO-FONT-WEB-BOLD,VIVO-FONT-NAV-BOLD,sans-serif;
 background-color:#415fff;
 color:#fff
}
.bd {
 margin-top:29px;
 padding-bottom:58px;

}
.bd li {
 visibility:hidden;
 height:0;
 width:1200px;
 margin:0 auto;
 text-align:left;
 background-color:#f5f7fa;
 position:relative;
 -webkit-border-radius:24px;
 -moz-border-radius:24px;
 border-radius:24px;
 overflow:hidden
}
.bd li:nth-child(2) p:first-of-type {
 padding-right:24px
}
.bd li:nth-child(3) h3 {
 margin-top:16px
}
.bd li:nth-child(3) p:first-of-type {
 padding-right:24px
}
.bdli:nth-child(4) h3 {
 margin-top:16px
}
.bd li:nth-child(5) h3 {
 margin-top:16px
}
.bd li:nth-child(5)>div {
 padding-right:48px
}
.bd li:nth-child(5) p:first-of-type {
 padding-right:8px
}
.bdli:nth-child(6) h3 {
 margin-top:16px
}
.bd li:nth-child(7) h3 {
 margin-top:0
}
.bd li.show {
 visibility:visible;
 height:450px
}
.bd li:last-of-type>div {
 padding-top:75px;
 padding-right:40px
}
.bd li>div {
 height:450px;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
 margin-right:600px;
 padding:75px 50px 0 67px;
 font-family:"汉仪旗黑",sans-serif
}
.bd li>div>h3 {
 font-family:VIVO-FONT-WEB-BOLD,VIVO-FONT-NAV-BOLD,sans-serif;
 font-size:16px;
 line-height:19px;
 color:#242933;
 margin-bottom:6px;
 margin-top:32px
}
.bd li>div>p {
 font-size:16px;
 line-height:32px;
 color:#575c66
}
.bd li>img {
 position:absolute;
 width:600px;
 height:450px;
 right:0;
 top:0
}
/*solution-end*/


/*news*/
.main_news{
	wid/th: 1440px;
	margin: 0 auto;
}
.banner-img_wap{
	display: none;
}
.main_news .banner_news {
 position:relative;
 height:900px;
 overflow:hidden
}
.main_news .banner_news:before,
.main_news .banner_news:after {
 content:"";
 position:absolute;
 width:100%;
 left:0;
 z-index:1
}
.main_news .banner_news:before {
 height:248px;
 background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(245,247,250,0)),to(#f5f7fa));
 background-image:-webkit-linear-gradient(rgba(245,247,250,0),#f5f7fa);
 background-image:-moz- oldlinear-gradient(rgba(245,247,250,0),#f5f7fa);
 background-image:-o-linear-gradient(rgba(245,247,250,0),#f5f7fa);
 background-image:linear-gradient(rgba(245,247,250,0),#f5f7fa);
 bottom:52px
}
.main_news .banner_news:after {
 height:52px;
 background-color:#f5f7fa;
 bottom:0
}
.main_news .banner_news .banner-img {
 position:absolute;
 height:100%;
 left:50%;
 top:0;
 -webkit-transform:translateX(-50%);
 -moz-transform:translateX(-50%);
 -ms-transform:translateX(-50%);
 -o-transform:translateX(-50%);
 transform:translateX(-50%)
}
.main_news .banner_news .banner-img img {
 height:100%
}
.main_news .banner_news .banner-content {
 width: 1440px;
	margin: 0 auto;
 position:relative;
 padding-top:208px;
 -webkit-transition:all .3s ease;
 -o-transition:all .3s ease;
 -moz-transition:all .3s ease;
 transition:all .3s ease
}
.main_news .banner_news .banner-content img {
 height:48px;
 margin-bottom:10px
}
.main_news .banner_news .banner-content .title {
 position:relative;
 font-size:66px;
 line-height:76px;
 padding-bottom:126px;
 margin-bottom:24px;
 font-family:VIVO-FONT-WEB-BOLD,VIVO-FONT-NAV-BOLD,sans-serif
}
.main_news .banner_news .banner-content .title:after {
 content:"";
 position:absolute;
 left:0;
 bottom:0;
 width:80px;
 height:3px;
 background-color:currentColor
}
.main_news .banner_news .banner-content .auxiliaryTitle {
 font-size:22px;
 line-height:40px;
}



.main_news_con {
 width: 1440px;
 margin: 0 auto;
 position:relative;
 margin-top:-192px;
 padding-bottom:120px;
 text-align:center;
 z-index:1
}
.main_news .main_news_con .content-tab {
 background-color:#fff;
 text-align:center;
 -webkit-border-radius:24px;
 -moz-border-radius:24px;
 border-radius:24px;
 padding:45px 0
}
.main_news .main_news_con .content-tab span {
 display:inline-block;
 vertical-align:top;
 padding:0 35px;
 font-size:20px;
 line-height:50px;
 color:#8a8f99;
 margin-right:10px;
 cursor:pointer;
 opacity:1;
 -webkit-border-radius:12px;
 -moz-border-radius:12px;
 border-radius:12px
}
.main_news .main_news_con .content-tab span:last-of-type {
 margin-right:0
}
.main_news .main_news_con .content-tab span.active {
 color:#fff;
 background-color:#415fff;
}
.main_news .main_news_con .content-tab span.active a {
 color:#fff;

}
.main_news .main_news_con .content-list {
 padding-top:0;
 padding-bottom:80px;
 text-align:left;
 opacity:1;
 -webkit-transition:opacity .1s .3s ease;
 -o-transition:opacity .1s .3s ease;
 -moz-transition:opacity .1s .3s ease;
 transition:opacity .1s .3s ease
}
.main_news .main_news_con .content-list.loading {
 padding-top:100vh;
 opacity:0;
 -webkit-transition:none;
 -o-transition:none;
 -moz-transition:none;
 transition:none
}
.main_news .main_news_con .content-list.loading~.more {
 opacity:0;
 -webkit-transition:none;
 -o-transition:none;
 -moz-transition:none;
 transition:none
}
.main_news .main_news_con .content-list a {
 position:relative;
 padding-top:420px;
 display:inline-block;
 vertical-align:top;
 width: 48.6%;
 margin-right: 2.4%;
 margin-top: 2.4%;
 overflow:hidden;
 mar/gin-top:40px;
 mar/gin-right:40px;
 -webkit-border-radius:24px;
 -moz-border-radius:24px;
 border-radius:24px;
 background-color:#fff;
 opacity:1;
 -webkit-transition:.6s cubic-bezier(0.48,0,.61,1);
 -o-transition:.6s cubic-bezier(0.48,0,.61,1);
 -moz-transition:.6s cubic-bezier(0.48,0,.61,1);
 transition:.6s cubic-bezier(0.48,0,.61,1);
 -webkit-transition-property:opacity,-webkit-transform;
 transition-property:opacity,-webkit-transform;
 -o-transition-property:opacity,-o-transform;
 -moz-transition-property:opacity,transform,-moz-transform;
 transition-property:opacity,transform;
 transition-property:opacity,transform,-webkit-transform,-moz-transform,-o-transform;
 transition-property:opacity,transform,-webkit-transform
}
.main_news .main_news_con .content-list a:nth-of-type(2n) {
 margin-right:0;
 -webkit-transition-delay:.2s;
 -moz-transition-delay:.2s;
 -o-transition-delay:.2s;
 transition-delay:.2s
}
.main_news .main_news_con .content-list a img {
 position:absolute;
 height:420px;
 width:auto;
 top:0;
 left:50%;
 -webkit-transform:translateX(-50%);
 -moz-transform:translateX(-50%);
 -ms-transform:translateX(-50%);
 -o-transform:translateX(-50%);
 transform:translateX(-50%)
}
.main_news .main_news_con .content-list a>div {
 padding:46px 45px;
 opacity:1;
 -webkit-transition:.6s cubic-bezier(0.48,0,.61,1) .08s;
 -o-transition:.6s cubic-bezier(0.48,0,.61,1) .08s;
 -moz-transition:.6s cubic-bezier(0.48,0,.61,1) .08s;
 transition:.6s cubic-bezier(0.48,0,.61,1) .08s;
 -webkit-transition-property:opacity,-webkit-transform;
 transition-property:opacity,-webkit-transform;
 -o-transition-property:opacity,-o-transform;
 -moz-transition-property:opacity,transform,-moz-transform;
 transition-property:opacity,transform;
 transition-property:opacity,transform,-webkit-transform,-moz-transform,-o-transform;
 transition-property:opacity,transform,-webkit-transform
}
.main_news .main_news_con .content-list a>div h4 {
 font-size:24px;
 line-height:28px;
 color:#242933;
 margin-bottom:12px;
 white-space:nowrap;
 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 font-weight: 400;
}
.main_news .main_news_con .content-list a>div em {
 font-size:18px;
 line-height:28px;
 color:#575c66
}
.main_news .main_news_con .content-list a.delay-list {
 opacity:0;
 -webkit-transform:translateY(140px);
 -moz-transform:translateY(140px);
 -ms-transform:translateY(140px);
 -o-transform:translateY(140px);
 transform:translateY(140px)
}
.main_news .main_news_con .content-list a.delay-list>div {
 opacity:0;
 -webkit-transform:translateY(140px);
 -moz-transform:translateY(140px);
 -ms-transform:translateY(140px);
 -o-transform:translateY(140px);
 transform:translateY(140px)
}
/*news-end*/


/*newsdetail*/
.main_newsdetail{
	padding: 0 80px;
}
.newsdetail_title {
 padding-top:200px;
 padding-bottom:110px;
 text-align:center;
 color:#242933;
 font-family:VIVO-FONT-WEB-BOLD,VIVO-FONT-NAV-BOLD,sans-serif
}
.newsdetail_title>h3 {
 display:inline-block;
 font-size:60px;
 line-height:72px;
 color:#242933;
 text-align:center;
 width:100%;
 max-width:960px;
	font-weight: 400;
}
.newsdetail_title>em {
 display:inline-block;
 width:100%;
 max-width:960px;
 font-size:20px;
 line-height:24px;
 margin-top:40px
}
.main_newsdetail_con {
    background-color: #fff;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    padding-top: 5px;
}
.main_newsdetail_con_txt{
	margin-top: 75px;
	max-width: 960px;
    margin: 115px auto 0;
    padding: 0 0 120px;
}
.news-share {
    margin-top: 60px;
    height: 88px;
    position: relative;
}
.news-share .icon {
 position:absolute;
 right:0;
 top:0
}
.news-share .icon span {
 display:inline-block;
 width:71px;
 height:60px;
 -webkit-border-radius:30px;
 -moz-border-radius:30px;
 border-radius:30px;
 background-color:#f5f7fa;
 position:relative;
 cursor:pointer
}
.news-share .icon span>div {
 position:absolute;
 bottom:-28px;
 left:50%;
 -webkit-transform:translateX(-50%);
 -moz-transform:translateX(-50%);
 -ms-transform:translateX(-50%);
 -o-transform:translateX(-50%);
 transform:translateX(-50%);
 font-size:14px;
 line-height:18px;
 color:#575c66;
 white-space:nowrap
}
.news-share .icon span:first-of-type {
 margin-right:24px
}
.news-share .icon span:after {
 content:"";
 font-family:vivo_iconFont;
 line-height:1;
 position:absolute;
 top:50%;
 left: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%);
 color:#242933;
 -webkit-transition:color .3s ease;
 -o-transition:color .3s ease;
 -moz-transition:color .3s ease;
 transition:color .3s ease
}
.news-share .icon span:hover:after {
 color:#415fff
}
.news-share .icon>.good:after {
 content:"\e61f";
 font-size:20px
}
.news-share .icon>.good.like:after {
 color:#415fff
}
.news-share .icon>.share:after {
 content:"\e620";
 font-size:24px
}
.main_newsdetail_con_txt>.prev-next {
 margin-top:90px
}
.main_newsdetail_con_txt>.prev-next>a {
 display:inline-block;
 vertical-align:top;
 width:47.9%;
 margin-right:3%;
 height:188px;
 background-color:#f5f7fa;
 padding:45px 40px 0;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
 -webkit-border-radius:12px;
 -moz-border-radius:12px;
 border-radius:12px;
 -webkit-transition:background-color .3s ease;
 -o-transition:background-color .3s ease;
 -moz-transition:background-color .3s ease;
 transition:background-color .3s ease
}
.main_newsdetail_con_txt>.prev-next>a:last-of-type {
 margin-right:0
}
.main_newsdetail_con_txt>.prev-next>a:hover {
 background-color:#e6e6e6
}
.main_newsdetail_con_txt>.prev-next>a>span {
 display:inline-block;
 font-size:18px;
 line-height:normal;
 color:#8a8f99;
 margin-bottom:10px;
}
.main_newsdetail_con_txt>.prev-next>a>h5 {
 width:100%;
 font-size:24px;
 line-height:32px;
 color:#242933;
 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-line-clamp:2;
 -webkit-box-orient:vertical;
 -webkit-flex-direction:column;
 -moz-box-orient:vertical;
 -moz-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 font-weight: 400;
}
.main_newsdetail_con_txt>.prev-next>.line {
 display:block;
 width:100%;
}
/*newsdetail-end*/
.main_pro {
    
}
.main_pro_con {
	width: 1440px;
	margin: 0 auto;
    position: relative;
    margin-top: -192px;
    padding-bottom: 120px;
    text-align: center;
    z-index: 1;
	
}
.pro-series-compare {
    hei/ght: 630px;
    background-color: #fff;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    padding-top: 70px;
	padding-bottom: 80px;
	margin-bottom: 40px;
}
.sorta{
	text-align: center;
	margin-bottom: 60px;
}
.sorta li{
	display: inline-block;
	margin: 0 15px;
	
}
.sorta li a{
	display: block;
	padding: 0 15px;
	background-color: #f1f1f1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	line-height: 40px;
	transition: .4s;
}
.sorta li a:hover{
	background-color: #ddd;
	transition: .4s;
}
.pro-series-compare > div {
    max-width: 1160px;
    margin: 0 auto;
}
.pro-series-compare > div ul {
    text-align: center;
}
.pro-series-compare > div li:first-child {
    flo/at: left;
}
.pro-series-compare > div li {
    display: inline-block;
    text-align: center;
	margin: 40px;
}
.pro-series-compare > div li:last-of-type {
    fl/oat: right;
}
.pro-series-compare > div .compare-img-list {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
}
.pro-series-compare > div .compare-img-list img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    height: 100%;
	max-width: 300px;
}
.pro-series-compare > div p {
    max-width: 300px;
    line-height: 28px;
    font-size: 24px;
    margin: 28px 0 10px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.pro-series-compare > div .compare-link-btn {
    display: inline-block;
    width: 150px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    color: #fff;
    background: #415fff;
    font-size: 20px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    transition: background-color .2s ease;
    cursor: pointer;
    display: block;
    width: 200px;
    margin: 16px auto 24px;
}
.pro-series-compare > div .compare-link-btn:hover {
	background-color:rgba(65,95,255,.73)
}
.pro-series-compare > div .v-section-btn {
    font-size: 0;
}
.v-section-btn {
    color: #242933;
}
.pro-series-compare > div li .v-btn-link {
    margin-left: -40px;
}
.v-section-btn > .v-btn-link {
    font-family: sans-serif;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 20px;
    line-height: 28px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    position: relative;
}
.v-section-btn .v-btn-link::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSIyOHB4IiB2aWV3Qm94PSIwIDAgNDAgMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWMv5YmN5b6AL+a3seiJsjwvdGl0bGU+CiAgICA8ZyBpZD0i5o6n5Lu2IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0i5paH5pysYnRuL+a3seiJsuWtly/mlL/kvIHlhoXlrrnpobUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04Ni4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJpYy/liY3lvoAv5rex6ImyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4Ni4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0i55+p5b2iIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjYsMSBMMTQsMSBDMTAuNDEwMTQ5MSwxIDcuMTYwMTQ5MTMsMi40NTUwNzQ1NiA0LjgwNzYxMTg0LDQuODA3NjExODQgQzIuNDU1MDc0NTYsNy4xNjAxNDkxMyAxLDEwLjQxMDE0OTEgMSwxNCBDMSwxNy41ODk4NTA5IDIuNDU1MDc0NTYsMjAuODM5ODUwOSA0LjgwNzYxMTg0LDIzLjE5MjM4ODIgQzcuMTYwMTQ5MTMsMjUuNTQ0OTI1NCAxMC40MTAxNDkxLDI3IDE0LDI3IEwyNiwyNyBDMjkuNTg5ODUwOSwyNyAzMi44Mzk4NTA5LDI1LjU0NDkyNTQgMzUuMTkyMzg4MiwyMy4xOTIzODgyIEMzNy41NDQ5MjU0LDIwLjgzOTg1MDkgMzksMTcuNTg5ODUwOSAzOSwxNCBDMzksMTAuNDEwMTQ5MSAzNy41NDQ5MjU0LDcuMTYwMTQ5MTMgMzUuMTkyMzg4Miw0LjgwNzYxMTg0IEMzMi44Mzk4NTA5LDIuNDU1MDc0NTYgMjkuNTg5ODUwOSwxIDI2LDEgWiIgc3Ryb2tlPSIjMjQyOTMzIiBzdHJva2Utd2lkdGg9IjIiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTcuNjczNjA4Nyw5IEwxOS41OTkxNzM4LDkgQzE5Ljg1NDMxMTcsOSAyMC4wOTc0NjAzLDkuMTA4Mjg5MjcgMjAuMjY4MTM4Niw5LjI5NzkzMTc0IEwyNC4xOTg5NjU5LDEzLjY2NTUxNzYgQzI0LjM3MDEwMzEsMTMuODU1NjcwMSAyNC4zNzAxMDMxLDE0LjE0NDMyOTkgMjQuMTk4OTY1OSwxNC4zMzQ0ODI0IEwyMC4yNjgxMzg2LDE4LjcwMjA2ODMgQzIwLjA5NzQ2MDMsMTguODkxNzEwNyAxOS44NTQzMTE3LDE5IDE5LjU5OTE3MzgsMTkgTDE3LjY3MzYwODcsMTkgQzE3LjUwNzkyMzMsMTkgMTcuMzczNjA4NywxOC44NjU2ODU0IDE3LjM3MzYwODcsMTguNyBDMTcuMzczNjA4NywxOC42MjU4ODc1IDE3LjQwMTA0MTgsMTguNTU0Mzk4IDE3LjQ1MDYyMDUsMTguNDk5MzEwNiBMMjEuMzE5Mzc5NSwxNC4yMDA2ODk0IEMyMS40MjIwNjE5LDE0LjA4NjU5NzkgMjEuNDIyMDYxOSwxMy45MTM0MDIxIDIxLjMxOTM3OTUsMTMuNzk5MzEwNiBMMTcuNDUwNjIwNSw5LjUwMDY4OTQyIEMxNy4zMzk3ODI4LDkuMzc3NTM2NDEgMTcuMzQ5NzY2Myw5LjE4Nzg0OTQ2IDE3LjQ3MjkxOTMsOS4wNzcwMTE3NiBDMTcuNTI4MDA2Nyw5LjAyNzQzMzA5IDE3LjU5OTQ5NjIsOSAxNy42NzM2MDg3LDkgWiIgZmlsbD0iIzI0MjkzMyI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
}
.v-section-btn > .v-btn-link::before, .v-section-btn > .v-btn-link::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 28px;
    right: -46px;
    top: 0;
    opacity: 1;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
}
.v-section-btn > .v-btn-link::after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSIyOHB4IiB2aWV3Qm94PSIwIDAgNDAgMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWMv5YmN5b6AL+eZveiJsjwvdGl0bGU+CiAgICA8ZyBpZD0i5o6n5Lu2IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0i5paH5pysYnRuL+eZveiJsuWtly/mlL/kvIFiYW5uZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04Ni4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJpYy/liY3lvoAv55m96ImyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4Ni4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0i57yW57uELTkiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNiwxIEwxNCwxIEMxMC40MTAxNDkxLDEgNy4xNjAxNDkxMywyLjQ1NTA3NDU2IDQuODA3NjExODQsNC44MDc2MTE4NCBDMi40NTUwNzQ1Niw3LjE2MDE0OTEzIDEsMTAuNDEwMTQ5MSAxLDE0IEMxLDE3LjU4OTg1MDkgMi40NTUwNzQ1NiwyMC44Mzk4NTA5IDQuODA3NjExODQsMjMuMTkyMzg4MiBDNy4xNjAxNDkxMywyNS41NDQ5MjU0IDEwLjQxMDE0OTEsMjcgMTQsMjcgTDI2LDI3IEMyOS41ODk4NTA5LDI3IDMyLjgzOTg1MDksMjUuNTQ0OTI1NCAzNS4xOTIzODgyLDIzLjE5MjM4ODIgQzM3LjU0NDkyNTQsMjAuODM5ODUwOSAzOSwxNy41ODk4NTA5IDM5LDE0IEMzOSwxMC40MTAxNDkxIDM3LjU0NDkyNTQsNy4xNjAxNDkxMyAzNS4xOTIzODgyLDQuODA3NjExODQgQzMyLjgzOTg1MDksMi40NTUwNzQ1NiAyOS41ODk4NTA5LDEgMjYsMSBaIiBpZD0i55+p5b2iIiBzdHJva2U9IiM0MTVmZmYiIHN0cm9rZS13aWR0aD0iMiI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNy42NzM2MDg3LDkgTDE5LjU5OTE3MzgsOSBDMTkuODU0MzExNyw5IDIwLjA5NzQ2MDMsOS4xMDgyODkyNyAyMC4yNjgxMzg2LDkuMjk3OTMxNzQgTDI0LjE5ODk2NTksMTMuNjY1NTE3NiBDMjQuMzcwMTAzMSwxMy44NTU2NzAxIDI0LjM3MDEwMzEsMTQuMTQ0MzI5OSAyNC4xOTg5NjU5LDE0LjMzNDQ4MjQgTDIwLjI2ODEzODYsMTguNzAyMDY4MyBDMjAuMDk3NDYwMywxOC44OTE3MTA3IDE5Ljg1NDMxMTcsMTkgMTkuNTk5MTczOCwxOSBMMTcuNjczNjA4NywxOSBDMTcuNTA3OTIzMywxOSAxNy4zNzM2MDg3LDE4Ljg2NTY4NTQgMTcuMzczNjA4NywxOC43IEMxNy4zNzM2MDg3LDE4LjYyNTg4NzUgMTcuNDAxMDQxOCwxOC41NTQzOTggMTcuNDUwNjIwNSwxOC40OTkzMTA2IEwyMS4zMTkzNzk1LDE0LjIwMDY4OTQgQzIxLjQyMjA2MTksMTQuMDg2NTk3OSAyMS40MjIwNjE5LDEzLjkxMzQwMjEgMjEuMzE5Mzc5NSwxMy43OTkzMTA2IEwxNy40NTA2MjA1LDkuNTAwNjg5NDIgQzE3LjMzOTc4MjgsOS4zNzc1MzY0MSAxNy4zNDk3NjYzLDkuMTg3ODQ5NDYgMTcuNDcyOTE5Myw5LjA3NzAxMTc2IEMxNy41MjgwMDY3LDkuMDI3NDMzMDkgMTcuNTk5NDk2Miw5IDE3LjY3MzYwODcsOSBaIiBpZD0i55+p5b2iIiBmaWxsPSIjNDE1ZmZmIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
}
.v-section-btn > .v-btn-link::after {
    opacity: 0;
}
.v-section-btn > .v-btn-link {
    cursor: pointer;
    font-size: 20px;
    line-height: 28px;
}

.pro-series-parts ul {
    overflow: hidden;
}
.pro-series-parts li:first-child {
    height: 56.69vw;
}
.pro-series-parts li:nth-child(2), .pro-series-parts li:nth-child(3), .pro-series-parts li:nth-child(5) {
    margin-left: 2.6%;
}
.pro-series-parts li {
    width: 48.7%;
    height: 27.147vw;
    -webkit-border-radius: 1.471vw;
    -moz-border-radius: 1.471vw;
    border-radius: 1.471vw;
    margin-bottom: 2.426vw;
}
.pro-series-parts li {
    float: left;
    pos/ition: relative;
    wi/dth: 700px;
    he/ight: 410px;
    background: #fff;
    -webkit-bor/der-radius: 24px;
    -moz-bor/der-radius: 24px;
    bor/der-radius: 24px;
    margin-bottom: 40px;
    overflow: hidden;
}
.pro-series-parts li .part-content {
    left: 4.926vw;
    top: 5.147vw;
}
.pro-series-parts li .part-content {
    posi/tion: absolute;
    le/ft: 80px;
    to/p: 84px;
    font-size: 0;
    z-index: 10;
	text-align: center;
	margin-top: 30px;
}
.pro-series-parts li .part-content .content-img {
    height: 1.324vw;
    margin-bottom: .294vw;
}
.pro-series-parts li .part-content .content-img {
    hei/ght: 20px;
    mar/gin-bottom: 6px;
    font-family: VIVO-FONT-WEB-BOLD,VIVO-FONT-NAV-BOLD,sans-serif;
}
.pro-series-parts li .part-content .content-img img {
    height: 100%;
}
.pro-series-parts li .part-content .title {
    font-size: 2.451vw;
	line-height: 3vw;
    margin-bottom: 2.426vw;
}
.pro-series-parts li .part-content .title {
    max-/width: 250px;
    white-space: normal;
    word-break: break-all;
    font/-size: 40px;
    marg/in-bottom: 56px;
    font-family: VIVO-FONT-WEB-BOLD,VIVO-FONT-NAV-BOLD,sans-serif;
}
.pro-series-parts li .part-img, .pro-series-parts li .part-img-wap {
    width: 100%;
    heig/ht: 100%;
}
.pro-series-parts li .part-img-wap{
	display: none;
}
.pro-series-parts li .part-img img, .pro-series-parts li .part-img-wap img {
    width: 100%;
}
.swiper-container2 {
	width: 100%;
	height: 635px;
	margin-left: auto;
	margin-right: auto;
    }

.swiper-slide {
	border: solid 1px #e4e4e4;
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 

}
.gallery-top {
	height: 515px;
	width: 100%;
}

.gallery-thumbs {
	width: 415px;
	height: 120px;
	box-sizing: border-box;
	padding: 10px 0;
	overflow: hidden;
}
.gallery-thumbs .swiper-wrapper{
	width: 415px;
	margin: 0 50px;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
	cursor: pointer;
    }

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.main_pro_con2{
	position: relative;
    padding-bottom: 120px;
    text-align: center;
    z-index: 1;
}
.pro_detail{
    padding-top: 80px;
	margin-bottom: 40px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.pro_detail_a{
	width: 516px;
	float: left;
	height: 635px;
	position: relative;
	overflow: hidden;
	
}
.pro_detail_b{
	width: 510px;
	float: right;
	text-align: left;
	margin-bottom: 80px;
}
.pro_detail_b h1{
    font-size: 34px;
    line-height: 1.2;
    margin-top: 10px;
	font-weight: normal;
}
.pro_detail_b p{
	    line-height: 22px;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
.pro_detail_b_con{
	margin: 25px 0 15px;
    padding: 30px 0 5px 0;
	border-top: solid 1px #e4e4e4;
    width: 100%;
}
.pro_detail_b_con_price{
	float: left;
	width: 200px;
	font-size: 40px;
    color: #f51200;
    line-height: 38px;
	padding-top: 10px;
}
.pro_detail_b_con_price span{
    font-size: 27px;
}
.pro_detail_b_con_btn{
	float: right;
	width: 250px;
	padding-left: 15px;
	border-left: 1px solid #e0e0e0;
}
.pro_detail_b_con_btn a{
	display: block;
	margin-bottom: 10px;
	width: 243px;
	border: solid 1px #e4e4e4;
	height: 50px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	transition: .4s;
}
.pro_detail_b_con_btn a:hover{
	border: solid 1px #f51314;
	transition: .4s;
}
.pro_detail_b_txt{
	border-top: solid 1px #e4e4e4;
	padding: 30px 10px;
}
.pro_info_tab{
	background-color: #fafafa;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	line-height: 55px;
	text-align: left;
}
.pro_info_tab ul{
	width: 1200px;
	margin: auto;
}
.pro_info_tab ul li{
	padding: 10px 30px;
	display: inline-block;
	cursor: pointer;
	font-size: 17px;
}
.hd ul .on{
	background-color: #fff;
}
.pro_info_txt{
	
}
.pro_info_txt ul{
	padding: 30px 0;
	text-align: left;
}
.pro_info_txt ul .prode{
	width: 1200px;
	margin: 0 auto;
}
/*pro-end*/

.footer{
    background-color: #252934;
    color: #fff;
    background-image: url(../images/footbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.foot_link{
	padding-top: 75px;
	width: 1300px;
	margin: 0 auto;
	display: block;
}
.foot_con{
	padding-top: 76px;
	width: 1300px;
	margin: 0 auto;
	height: 300px;
}
.foot_con_nav a{
	color: #889198;
}
.foot_con_nav ul li{
	display: table-cell;
	width:300px;
	padding-left: 25px;
}
.foot_con_nav ul li h2{
	margin-bottom: 40px;
	font-weight: normal;
	font-size: 17px;
	line-height: 29px;
	font-weight: 700;
}
.foot_con_nav ul li a{
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 12px 25px 12px 0;
	font-family: "Arial";
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.foot_con_txt{
	float: right;
	color: #fff;
}
.foot_con_txt a{
	color: #fff;
}
.foot_con_txt ul li{
	margin-bottom: 29px;
	line-height: 18px;
	font-size: 16px;
	color: #889198;
}
.foot_con_txt ul li p{
	color: #415fff;
	font-size: 28px;
	line-height: 40px;
	padding-left: 36px;
}
.foot_con_txt ul li i{
	font-size: 24px;
	padding-right: 10px;
	display: inline-block;
}
.foot_copy{
	padding-top: 15px;
	padding-bottom: 20px;
	color: #889198;
	text-align: center;
	font-size: 12px;
}