﻿@charset "utf-8";
/*头部导航*/
.top0006_box{
	position: fixed;
	top: 0px;
	width:100%;
	height: 10vh;
	line-height: 10vh;
	background: #ffffff;
	z-index: 500;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
}
.top0006_fiex_d{
	width:100%;
	height: 10vh;
	background: transparent;
}
.top0006_fiex_d_fiex{
	height: 8vh;
}
.top0006{
	width:85vw;
	width:var(--mainwidth); 
	height:100%;  
	margin:auto;
}
.top0006_logo{
	float:left;
	width: 13%;
	height: 100%;
	text-align: left;
}
.top0006_logo img{
	width: auto;
	max-height: 6vh;
	margin-top: 2vh;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.top0006_menu_box{
	width:69%;
	float: left;
	
}
.top0006_menu{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 1.1rem;
}
.top0006_menu_con{
	height: 100%;
	padding:0px 1.5rem;
}
.top0006_menu_con_box{
	position: relative;
	height: 100%;
}
.top0006_menu_con_box>a{
	display: inline-block;
	height: 100%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	position: relative;
	color: #000000;
}
.top0006_menu_con_box a.hasdow:after{
	opacity: 0;
    content: '';
	width: 0px;
	height: 0px;
    position: absolute;
    pointer-events: none;
    bottom: -11px;
    left: calc(50% - 10px);
    border-color: transparent transparent rgba(255,255,255,1) transparent;
    border-width: 10px;
    border-style: solid;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.top0006_menu_con:hover a.hasdow:after{
	opacity: 1;
}
.top0006_menu_con.donav>a{
	color:#1f57a7;
}
.top0006_menu_con:hover>.top0006_menu_con_box>a{
	color:#1f57a7;
}
.top0006_product_down{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: 0px auto;
	background: #ffffff;
}
.top0006_product_down_box{
	width:100%;
	height: auto;
	position: absolute;
	top: 10vh;
	left: 0px;
	z-index: 800;
	padding: 0px 0px;
	opacity: 0;
	height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.top0006_menu_con:hover .top0006_product_down_box{
	height: auto;
	overflow: visible;
	opacity: 1; 
	
}
.fiex .top0006_product_down_box{
	width:100%;
	height: auto;
	position: absolute;
	top: 8vh;
	left: 0px;
	z-index: 800;
	padding: 0px 0px;
	opacity: 0;
	height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.fiex .top0006_menu_con:hover .top0006_product_down_box{
	height: auto;
	overflow: visible;
	opacity: 1; 
	
}
.top0006_product_down_top{
	width:100%;
	height: 10px;
	font-size: 0px;
}
.top0006_product_down_con{
	width:16.66%;
	padding: 2% 1.5%;
	height: auto;
	float: left;
	border-right: 1px #dedede solid;
}
.top0006_product_down_con_ico{
	width:62px;
	height: 54px;
	font-size: 0px;
	background: #ffffff;
	text-align: center;
}
.top0006_product_down_con_ico img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin-top: 8px;
	
}
.top0006_product_down_con_title{
	font-size:1.125rem;
	height: 2rem;
	line-height: 2rem;
	overflow: hidden;
	margin-top: 1rem;
	color: #34509f;
	font-weight: bold;
}
.top0006_product_down_con_con{
	line-height: 1.8rem;
	margin-top: 2rem;
}
.top0006_product_down_con_con>div{
	width: auto;
	height: auto;
	position: relative;
}
.top0006_product_down_con_con>div>a{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 0.87rem;
	color: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	padding-left: 10px;
	padding-right: 0px;
	overflow: hidden;
	position: relative;
}
.top0006_product_down_con_con>div>a:before{
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	background: rgba(0,0,0,0.8);
	left: 0px;
	top: calc(0.9rem - 2px);
	border-radius: 50%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.top0006_product_down_con_con>div>a:hover:before{
	background: #1f57a7;
}
.top0006_product_down_con_con>div>a:hover{
	color: #1f57a7;
}
.top0006_product_down_con_con>div .top0006_product_down_con_con_down{
	position: absolute;
	top: 0.4rem;
	left: 100%;
	width: 100%;
	height: auto;
	opacity: 1;
	background: #34509f;
	padding: 1rem 1.5rem;
	z-index: 100;
	display: none;
}
.top0006_product_down_con_con>div:hover .top0006_product_down_con_con_down{
	display: block;
}
.top0006_product_down_con_con>div .top0006_product_down_con_con_down:before{
	opacity: 1;
    content: '';
	width: 0px;
	height: 0px;
    position: absolute;
    pointer-events: none;
    top: 0px;
    left:-14px;
    border-color: #34509f #34509f transparent transparent;
    border-width: 7px;
    border-style: solid;
}
.top0006_product_down_con_con>div .top0006_product_down_con_con_down>a{
	display: block;
	font-size: 0.87rem;
	color: #FFFFFF;
}
.top0006_product_down_con_con>div .top0006_product_down_con_con_down>a:hover{
	text-decoration: underline;
}


.top_down2_box{
	width:12rem;
	height: auto;
	position: absolute;
	left: calc(50% - 6rem);
	top: 10vh;
	opacity: 0;
	height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.top0006_menu_con:hover .top_down2_box{
	height: auto;
	overflow: visible;
	opacity: 1; 
}
.top_down2_box:before{
    opacity: 1;
    content: '';
	width: 0px;
	height: 0px;
    position: absolute;
    pointer-events: none;
    top: -10px;
    left: calc(50% - 10px);
    border-color: transparent transparent #ffffff transparent;
    border-width: 10px;
    border-style: solid;
}
.top_down2_box_top{
	width:100%;
	height: 10px;
}
.top_down2_box_con{
	width:100%;
	height: auto;
	background: #ffffff;
	padding: 1rem 0px;
}
.top_down2_box_a{
	display: block;
	text-align: center;
	height: 2rem;
	line-height: 2rem;
	color:rgba(0,0,0,1);
	font-size: 0.87rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.top_down2_box_a:hover{
	color:#213f76;
}

.top0006_right{
	width:18%;
	height: 100%;
	float: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
	font-size: 1rem;
}
.top0006_right .top0006_right_tel{
}
.top0006_right i{
	text-align: center;
	font-size:2rem;
	color: #1f57a7;
	margin-right: 0.5rem;
-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.top0006_right a{
	color:#000000;
	font-size: 1.375rem;
	font-family: 'Arial';
-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}



.fiex{
	height: 8vh;
	line-height: 8vh;
	background: #ffffff;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.06);
}

.fiex .top0006_logo img{
	width: auto;
	max-height: 5vh;
	margin-top: 1.5vh;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*头部*/

/*首页*/
.banner0006{
	width:100%;
	height: 90vh;
	position: relative;
	overflow: hidden;
	margin-bottom: var(--plateBottom);
}
.big_div{
	width:100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.big_div_box{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	padding-top:20vh;
}
.big_div_title{
	width: 80%;
	position: relative;
	font-size: 3rem;
	color: #ffffff;
	left: 0vw;
	opacity:1;
}
.big_div_con{
	position: relative;
	width: 80%;
	font-size: 1.5rem;
	color: #ffffff;
	line-height: 2rem;
	margin-top: 2rem;
	left: 0vw;
	opacity: 1;
}
.banner0006_menu_left,.banner0006_menu_right{
	width:3rem;
	height: 3rem;
	text-align: center;
	line-height: calc(3rem - 4px);
	background: #ffffff;
	font-size: 1.5rem;
	border: 2px #ffffff solid;
	border-radius: 50%;
	font-family: "宋体";
	color: #000000;
	font-weight: bold;
	position: absolute;
	bottom: 5rem;
	z-index: 50;
	left: calc((100vw - 85vw) / 2);
	left: calc((100vw - var(--mainwidth)) / 2);
	cursor: pointer;
}
.banner0006_menu_right{
	left: calc((100vw - 85vw) / 2 + 3.5rem);
	left: calc((100vw - var(--mainwidth)) / 2 + 3.5rem);
}
.banner0006_menu_left:hover,.banner0006_menu_right:hover{
	
	animation:banner0006move 0.5s forwards;
}
@keyframes banner0006move
{
from {color: #000000;background: #ffffff;}
to {color: #ffffff;background: transparent;}
}
.banner0006_pagination{
	position:absolute;
	left: calc((100vw - 85vw) / 2 + 3rem);
	left: calc((100vw - var(--mainwidth)) / 2 + 3rem);
	z-index: 2;
	text-align: left;
	color: #ffffff;
	font-size: 1.6rem;
	bottom: 1rem;
	height: 3rem;
	line-height: 3rem;
}
.banner0006_pagination:before{
	position:absolute;
	content: '';
	width: 3rem;
	height: 2px;
	background: #ffffff;
	left: -3.5rem;
	top: calc(1.5rem - 1px);
}

.banner0006 .swiper-pagination-current { 
	
	font-size: 2.5rem;
}
.banner0006 .swiper-pagination-total{ 
	
	font-size: 1.375rem;
}
.banner0005_scroll{
	position: absolute;
	width: 100px;
	height: auto;
	bottom: 1rem;
	left: calc(50% - 50px);
	z-index: 50;
	text-align: center;
	color: #ffffff;
	font-size: 1rem;
}
.banner0005_scroll_lin{
	width:1px;
	height: 40px;
	background: #ffffff;
	margin: 0px auto;
}
.banner0005_scroll_mouse{
	position: relative;
	width:35px;
	height: 50px;
	border: 2px #ffffff solid;
	border-radius: 45%;
	margin: 10px auto;
}
.banner0005_scroll_mouse:before{
	position: absolute;
	content: '';
	height: 15px;
	width: 3px;
	background: #ffffff;
	top: 5px;
	left: 14px;
	animation:scrollmove 1.5s infinite;
}
@keyframes scrollmove
{
0% {top:5px; opacity: 0.5;}
30% {top:5px; opacity: 1;}
80% {top:20px; opacity: 0;}
100% {top:5px; opacity: 0;}
}

.index_title_box{
	width:85vw;
	width:var(--mainwidth);
	height: 10vh;
	line-height: 10vh;
	margin: auto;
}
.index_title_box_left{
	width:50%;
	height: 100%;
	float: left;
	font-size: 3.5rem;
	text-align: left;
}
.index_title_box_right{
	width:50%;
	height: 100%;
	float: left;
	font-size: 1.125rem;
	font-family: mont;
	text-align: right;
}
.index_title_box_right a{
	display: inline-block;
	width: auto;
	height: 100%;
	color: #000000;
	position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.index_title_box_right a:hover{
	color: #34509f;
}
.index_title_box_right a:before{
	position: absolute;
	content: '';
	width: 200%;
	height: 1px;
	background: #000000;
	top: calc(5vh - 1px);
	left: calc(-200% - 2rem);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.index_title_box_right a:hover:before{
	background: #34509f;
}

.index_about{
	width:100%;
	height: auto;
	padding: 10vh 0px;
	background-image: url(/images/index_about_back.jpg);
	background-position:bottom center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.plate0058_box{
	width:100%;
	height: auto;
	position: relative;
	margin-top: 5vh;
}

.plate0058{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin:0px auto;
	position: relative;
}
.plate0058_left{
	width:50%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	float: left;
	position: relative;
}
.plate0058_left_img{
	width:90%;
	height: calc(85vw * 0.5 * 0.9 * 0.6);
	height: calc(var(--mainwidth) * 0.5 * 0.9 * 0.6);
	position: relative;
	margin: 0px auto;
	font-size: 0px;
	overflow: hidden;
	margin-bottom: 10vh;
	z-index: 20;
}
.plate0058_left_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.plate0058_left_img_void{
	width:100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	text-align: center;
	background: rgba(0,0,0,0.2);
	top: 0px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.plate0058_left:hover .plate0058_left_img_void{
	background: rgba(0,0,0,0);
}
.plate0058_left_img_void img{
	width:60px;
	height:60px;
	margin:0px auto;
}
.plate0058_left_back{
	width:50%;
	height: 100%;
	background: #34509f;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
}
.plate0058_right{
	width:48%;
	height: calc(85vw * 0.5 * 0.9 * 0.6 + 10vh);
	height: calc(var(--mainwidth) * 0.5 * 0.9 * 0.6 + 10vh);
	float: right;
	position:relative;
}
.plate0058_right_en{
	font-size:2.8rem;
	font-weight: bold;
}
.plate0058_right_title{
	font-size:2rem;
	margin-top: 2rem;
	color: #34509f;
}
.plate0058_right_con{
	font-size:1rem;
	line-height: 1.8rem;
	margin-top: 1rem;
	height: 10.8rem;
	overflow: hidden;
}
@media screen and (max-width:1279px) and (min-width:1024px){
.plate0058_right_con{
	line-height: 1.5rem;
	height: 6rem;
}
}


.plate0058_num{
	width:100%;
	height: auto;
	margin: auto;
	margin-top: 1rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: absolute;
	bottom: 0px;
}

.plate0058_num_box{
	width:25%;
	text-align: left;
}
.plate0058_num_box_num{
	font-size: 4rem;
	font-family: "微软雅黑";
	font-weight:bolder;
	color: #34509f;
	position: relative;
}
.plate0058_num_box_num span{
	position: relative;
	display: inline-block;
}
.plate0058_num_box_num span:after{
	position: absolute;
	content: attr(text);
	font-size: 1rem;
	color: #000000;
	right: -1rem;
	bottom: 1rem;
}
.plate0058_num_box_num i:nth-of-type(1){
	font-size: 1rem;
	font-family: "微软雅黑";
	font-style:normal;
	color: var(--OneColor);
	position: absolute;
	top: 1rem;
	right: -1.2rem;
}
.plate0058_num_box_num i:nth-of-type(2){
	font-size: 1rem;
	font-family: "微软雅黑";
	font-style:normal;
	color: #000000;
	position: absolute;
	bottom: 1rem;
	right: -1.5rem;
}
.plate0058_num_box_title{
	font-size: 1rem;
}
.index_product{
	width:100%;
	height: auto;
	padding-top: 8vh;
}
.index_title_box_right2 a{
	font-size: 1.25rem;
	letter-spacing: 0.2rem;
	font-style: oblique;
}
.index_title_box_right2 a:before{
	width: 60%;
	left: calc(-60% - 2rem);
}
.index_product_box{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.index_product_con{
	width:24.25%;
	height: calc(85vw * 0.25);
	height: calc(var(--mainwidth) * 0.25);
	background: #f0f3fa;
	margin-right: 1%;
	margin-top: calc(85vw * 0.01);
	margin-top: calc(var(--mainwidth) * 0.01);
	position: relative;
	overflow: hidden;
}
.index_product_con:nth-child(2){
	width:49.5%;
}
.index_product_con:nth-child(4){
	width:49.5%;
}
.index_product_con:nth-child(3n){
	margin-right: 0%;
}
.index_product_con_img{
	width:100%;
	height: 75%;
	font-size: 0px;
	text-align: center;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}
.index_product_con_img img{
	max-width: 80%;
	max-height: 100%;
	margin: 0px auto;
}
.index_product_con_title{
	width:100%;
	height: 25%;
	overflow: hidden;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 1.375rem;
}
.index_product_back{
	width:100%;
	height: 100%;
	position: absolute;
	background: rgba(52,80,159,0.9);
	top: 0px;
	padding: 0px 10%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	transform: translateY(100%);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.index_product_con:hover .index_product_back{
	transform: translateY(0%);
}
.index_product_back_title{
	width:100%;
	height: auto;
	font-size: 1.375rem;
	text-align: center;
	color: #FFFFFF;
}
.index_product_back_con{
	width:100%;
	height: auto;
	font-size: 1rem;
	text-align: left;
	color: #FFFFFF;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 1rem;
}
.index_product_back_con div{
	width:100%;
	text-align: center;
}
.index_product_con:nth-child(2) .index_product_back_con div{
	width:50%;
}
.index_product_con:nth-child(4) .index_product_back_con div{
	width:50%;
}
.index_product_back_con div a{
	display: inline-block;
	color: rgba(255,255,255,0.4);
	font-size: 1rem;
	padding: 0px 1rem;
	height: 2.2rem;
	line-height: 2.2rem;
	overflow: hidden;
	border: 1px transparent solid;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.index_product_back_con div a:hover{
	color: rgba(255,255,255,1);
	border: 1px rgba(255,255,255,1) solid;
}


.plate0060_box{
	width:100%;
	height: auto;
	margin-top: 10vh;
	background-image: url(/images/index_fa_back.jpg);
	background-size: auto 100%;
	background-position: left;
}
.plate0060{
	width:100%;
	height: 90vh;
	margin: auto;
	position: relative;
}
.plate0060_title{
	font-size:3.5rem;
	position: absolute;
	top: 7vh;
	padding-left: calc((100vw - 85vw) / 2);
	padding-left: calc((100vw - var(--mainwidth)) / 2);
	z-index: 20;
}
.plate0060_menu{
	position: absolute;
	width: 100%;
	padding-left: calc((100vw - 85vw) / 2);
	padding-left: calc((100vw - var(--mainwidth)) / 2);
	z-index: 20;
	height: 20vh;
	bottom: 10vh;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.plate0060_menu_box{
	width:20vh;
	height: 20vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #f0f3fa;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.plate0060_menu_con{
	width:100%;
	height: 10vh;
	line-height: 10vh;
	border-left: 1px #dedede solid;
	text-align: center;
	color: #000000;
	font-size: 1.2rem;
	opacity: 1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	overflow:hidden;
}
.plate0060_menu_box:first-child .plate0060_menu_con{
	border-left: 1px transparent solid;
}

.plate0060_menu_boxon+div .plate0060_menu_con{
	border-left: 1px transparent solid;
}

.plate0060_menu_boxon .plate0060_menu_con{
	opacity: 0;
}
.plate0060_menu_bcon{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #34509f;
	top: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.plate0060_menu_boxon .plate0060_menu_bcon{
	top: 0%;
}
.plate0060_menu_bcon_title{
	color: #ffffff;
	font-size: 1.2rem;
}
.plate0060_left{
	width:40%;
	height:100%;
	padding-left: calc((100vw - 85vw) / 2);
	padding-left: calc((100vw - var(--mainwidth)) / 2);
	float: left;
}
.plate0060_left_title{
	width: 100%;
	position: relative;
	margin-top: calc(5rem + 10vh);
	font-size: 2.5rem;
	font-weight: bold;
	color: #34509f;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.plate0060_left_title:before{
	position: absolute;
	content: '';
	width: 5rem;
	height: 2px;
	background: #34509f;
	bottom: -2rem;
}
.plate0060_left_con{
	position: relative;
	margin-top: 4rem;
	font-size: 1rem;
	padding-right: 2vw;
	line-height: 1.5rem;
}
.plate0060_left_btn{
	position: relative;
	margin-top: 4rem;
}
.plate0060_left_btn a{
	position: relative;
	display: block;
	width: 8rem;
	height: 3rem;
	line-height: 3rem;
	color:  #34509f;
	border-radius: 20px;
	border: 1px #34509f solid;
	text-align: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.plate0060_left_btn a:hover{
	color: #ffffff;
	background: #34509f;
	border: 1px #34509f solid;
	box-shadow: 0px 8px 35px 0.1px rgba(52,80,159,0.4);
}

.plate0060_right{
	width:60%;
	height:100%;
	float: left;
}
.plate0060_right img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.index_case{
	width:100%;
	height: auto;
	padding-top: 8vh;
}
.index_case .plate0077_box{
	margin-top: 2vh;
	position: relative;
}
.index_case .plate0077_box .plate0077_pagination{
	position: absolute;
	display: block;
	color: #000000;
	z-index: 20;
	width:100%;
	padding-right: calc((100vw - var(--mainwidth)) / 2);
	top: -8vh;
	height: 5vh;
	line-height: 5vh;
	text-align: right;
	font-size: 1.375rem;
}

.index_case .plate0077_box .swiper-pagination-current { 
	
	font-size: 2.5rem;
}
.index_case .plate0077_box .swiper-pagination-total{ 
	
	font-size: 1.375rem;
}

.index_newtitle_box{
	width:85vw;
	width:var(--mainwidth);
	height: 10vh;
	line-height: 10vh;
	margin: auto;
}
.index_newtitle_box_left{
	width:50%;
	height: 100%;
	float: left;
	font-size: 3.5rem;
	text-align: left;
}
.index_newtitle_box_right{
	width:50%;
	height: 100%;
	float: left;
	text-align: right;
}
.index_newtitle_box_right a{
	display: inline-block;
	width: auto;
	height: 3rem;
	line-height: 3rem;
	padding: 0rem 3rem;
	margin-left: 1rem;
	font-size: 1rem;
	color: #000000;
	border-radius: 50px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.index_newtitle_box_right a.index_newtitle_box_rightaon{
	background: #34509f;
	color: #FFFFFF;
	}
.index_newtitle_box_right a:hover{
	background: #34509f;
	color: #FFFFFF;
}

.plate0061_box{
	display:none;
	width:100%;
	height: auto;
	position: relative;
	margin-top: 3vh;
}
.plate0061_left{
	width:40%;
	height: auto;
	position: relative;
	float: left;
	background: #f4f4f4;
	padding:4vh 0px;
}
.plate0061_left_box{
	width:calc((100vw * 0.4) - ((100vw - 85vw) / 2));
	width:calc((100vw * 0.4) - ((100vw - var(--mainwidth)) / 2));
	float: right;
	height: auto;
	position: relative;
	border-left: 1px #e1e1e1 solid;
}
.plate0061_left_box:before{
	position: absolute;
	content: '';
	width: 3px;
	height: 5rem;
	background: #34509f;
	left: -2px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	top: 0rem;
	opacity: 0;
}
.plate0061_left_box:hover:before{
	top: 9.3rem;
	opacity: 1;
}
.plate0061_left_box_time{
	width: 75%;
	margin-left: 15%;
	height:1.5rem;
	font-size: 1.3rem;
	color: #000000;
	text-align: right;
}
.plate0061_left_box_title{
	width: 75%;
	margin: 1rem 0px;
	margin-left: 15%;
	font-size: 1.3rem;
	height:1.8rem;
	line-height:1.8rem;
	overflow: hidden;
	color: #000000;
	text-align: left;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.plate0061_left_box:hover .plate0061_left_box_title{
	color:  #34509f;
}
.plate0061_left_box_des{
	width: 75%;
	margin-left: 15%;
	font-size: 1rem;
	line-height:1.5rem;
	height: 3rem;
	overflow: hidden;
	color: #a9a9a9;
	text-align: left;
}
.plate0061_left_box_img{
	width: 75%;
	margin-left: 15%;
	font-size: 0rem;
	margin-top: 1rem;
}
.plate0061_left_box_img img{
	width:calc(((100vw * 0.4) - ((100vw - 85vw) / 2)) * 0.75);
	width:calc(((100vw * 0.4) - ((100vw - var(--mainwidth)) / 2)) * 0.75);
	height:calc(((100vw * 0.4) - ((100vw - 85vw) / 2)) * 0.75 * 3 / 4);
	height:calc(((100vw * 0.4) - ((100vw - var(--mainwidth)) / 2)) * 0.75 * 3 / 4);
}
.plate0061_right{
	width:calc((100vw * 0.58) - ((100vw - 85vw) / 2));
	width:calc((100vw * 0.58) - ((100vw - var(--mainwidth)) / 2));
	height:calc((((100vw * 0.4) - ((100vw - 85vw) / 2)) * 0.75 * 3 / 4) + 9.3rem + 8vh);
	height:calc((((100vw * 0.4) - ((100vw - var(--mainwidth)) / 2)) * 0.75 * 3 / 4) + 9.3rem + 8vh);
	position: relative;
	float: left;
	margin-left: 2%;
}
.plate0061_right_box{
	width:100%;
	height:calc(((((100vw * 0.4) - ((100vw - 85vw) / 2)) * 0.75 * 3 / 4) + 9.3rem + 8vh) / 3);
	height:calc(((((100vw * 0.4) - ((100vw - var(--mainwidth)) / 2)) * 0.75 * 3 / 4) + 9.3rem + 8vh) / 3);
	border-bottom: 1px #e1e1e1 solid;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 2rem;
	position: relative;
}

.plate0061_right a:first-child .plate0061_right_box{
	border-top: 1px #e1e1e1 solid;
}
.plate0061_right_box:after{
	position: absolute;
	content: '';
	width: 0%;
	height: 1px;
	background: #34509f;
	bottom: -1px;
	left: 0px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.plate0061_right_box:hover:after{
	width: 100%;
}
.plate0061_right_box_top{
	width:100%;
	height: 2rem;
	line-height: 2rem;
	position: relative;
	color: #000000;
}
.plate0061_right_box:hover .plate0061_right_box_top{
	color: #34509f;
}
.plate0061_right_box_top:before{
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	background: #000000;
	border-radius: 50%;
	top: calc(1rem - 2px);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	left: -1rem;
}
.plate0061_right_box:hover .plate0061_right_box_top:before{
	border-radius: 0%;
	background: #34509f;
	width: 2rem;
}
.plate0061_right_box_top div:first-child{
	width: calc(100% - 150px);
	font-size: 1.3rem;
	height: 2rem;
	line-height: 2rem;
	overflow: hidden;
	float: left;
	position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.plate0061_right_box:hover .plate0061_right_box_top div:first-child{
	padding-left: 2rem;
}
.plate0061_right_box_top div:last-child{
	width: 150px;
	font-size: 1.3rem;
	text-align: right;
	float: left;
}
.plate0061_right_box_des{
	position: relative;
	width:100%;
	height: auto;
	font-size: 1rem;
	height: auto;
	max-height: 3rem;
	overflow: hidden;
	color: #666666;
	margin-top: 0.8rem;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.plate0061_right_box:hover .plate0061_right_box_des{
	margin-bottom: 1rem;
}
.plate0061_right_box_des div:first-child{
	width: calc(100% - 50px);
	color: #666666;
	font-size: 1rem;
	float: left;
	position: relative;
	line-height: 1.5rem;
}
.plate0061_right_box_des div:last-child{
	width: 50px;
	color: #34509f;
	font-size: 1.3rem;
	text-align: right;
	float: left;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	opacity: 0;
}
.plate0061_right_box:hover .plate0061_right_box_des div:last-child{
	opacity: 1;
}
.index_news{
	width:100%;
	height: auto;
	padding-top: 8vh;
}
/*新闻详情*/
.news_banner{
	width:100%;
	height: 90vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.news_banner_box{
	width:85vw;
	width:var(--mainwidth);
	height: 70vh;
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.news_banner_title{
	color:#ffffff;
	font-size: 4.75rem;
}
.news_banner_entitle{
	color:#ffffff;
	font-size: 1.875rem;
	letter-spacing: 0.7rem;
	margin-top: 1rem;
}
.news_banner_btn{
	position: absolute;
	bottom: 1rem;
	right: 0px;
}
.news_banner_btn a{
	display: inline-block;
	width: 9rem;
	height: 3rem;
	line-height: calc(3rem - 4px);
	color: #ffffff;
	border: 2px rgba(255,255,255,0.4) solid;
	border-radius: 50px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.news_banner_btn a:hover{
	border: 2px #34509f solid;
	background: #34509f;
}
.show_news_box{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	background: #ffffff;
	margin-top: -20vh;
}
.show_news_box_top{
	width:90%;
	height: 20vh;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.show_news_box_top_title{
	font-size:1.875rem;
	color: #000000;
	height: 15vh;
	line-height: 15vh;
	text-align: center;
}
.show_news_box_top_des{
	font-size:1rem;
	color: rgba(0,0,0,0.6);
	height: 5vh;
	text-align: center;
}
.show_news_box_top_des span{
	display: inline-block;
	padding: 0px 1rem;
}
.show_news_box_top_des span:nth-child(4){
	display: inline-block;
	padding: 0px 1rem;
	background: #edf3fa;
	height: 1.7rem;
	line-height: 1.7rem;
}
.show_news_box_con{
	width:90%;
	height: auto;
	line-height: 1.8rem;
	margin: 0px auto;
	margin-top: 5vh;
}
.show_news_box_con_left{
	width:80%;
	height: auto;
	float: left;
	padding-right: 5%;
	border-right: 1px #dedede solid;
}
.show_news_box_con_right{
	width:17%;
	height: auto;
	float: right;
}
.show_news_box_con_right_title{
	width:100%;
	height: auto;
	font-size: 1.125rem;
	font-weight: bold;
	color: #000000;
	margin-bottom: 1rem;
}
.show_news_box_con_right_con{
	height:2rem;
	line-height: 2rem;
	overflow: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	position: relative;
	padding-left: 13px;
}
.show_news_box_con_right_con:before{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #cccccc;
	left: 0px;
	top: calc(1rem - 3px);
}
.show_news_box_con_right_con a{
	font-size: 1rem;
	color: #000000;
}
.show_news_box_con_right_con a:hover{
	color: #1f57a7;
}
.show_bottom_menu{
	width: 98%;
	height: auto;
	margin: auto;
	margin-top: 10vh;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 4rem;
	line-height: 4rem;
	margin-bottom: 3rem;
	border-top: 1px #dedede solid;
	border-bottom: 1px #dedede solid;
}
.show_bottom_menu_left,.show_bottom_menu_right{
	width:calc(50% - 20px);
	font-size: 1rem;
	color: #000000;
	text-align: left;
	padding-left: 1rem;
}
.show_bottom_menu_right{
	text-align: right;
	padding-right: 1rem;
}
.show_bottom_menu_left a,.show_bottom_menu_right a{
	font-size: 1rem;
	color: #000000;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.show_bottom_menu_left a:hover,.show_bottom_menu_right a:hover{
	font-size: 1rem;
	color: #0e79e6;
}
.show_bottom_menu_mid a{
	font-size: 1.5rem;
	color: #000000;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.show_bottom_menu_mid a:hover{
	font-size: 1.5rem;
	color: #0e79e6;
}
.show_news_tj_title{
	width:100%;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.75rem;
	text-align: left;
	margin-top: 3vh;
}
.show_news_tj_box{
	width:100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 3vh;
}
.show_news_tj_box_con{
	width:46%;
	height: auto;
}
.show_news_tj_box_con_img{
	width:100%;
	height: calc(85vw * 0.46 * 348 / 591);
	height: calc(var(--mainwidth) * 0.46 * 348 / 591);
	font-size: 0px;
	overflow: hidden;
}
.show_news_tj_box_con_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
.show_news_tj_box_con:hover .show_news_tj_box_con_img img{
	transform: scale(1.05);
}
.show_news_tj_box_con_title{
	width:100%;
	margin-top: 1.5rem;
}
.show_news_tj_box_con_title_left{
	width:calc(100% - 100px);
	float: left;
	font-size:1.375rem;
	color: rgba(0,0,0,0.8);
	height: 3.6rem;
	line-height: 1.8rem;
	overflow: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}

.show_news_tj_box_con:hover .show_news_tj_box_con_title_left{
	color: #34509f;
}
.show_news_tj_box_con_title_right{
	width:100px;
	float:right;
	font-size:1.312rem;
	color: rgba(0,0,0,0.3);
	text-align: right;
}
.show_news_tj_box_con:hover .show_news_tj_box_con_title{
	color: #34509f;
}

.show_news_tj_box_con_con{
	width:100%;
	margin-top: 1rem;
}
.show_news_tj_box_con_con_left{
	width:calc(100% - 100px);
	float: left;
	font-size:1rem;
	color: rgba(0,0,0,0.5);
	height: 3rem;
	line-height: 1.5rem;
	overflow: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
.show_news_tj_box_con_con_right{
	width:100px;
	float:right;
	font-size:0rem;
	text-align: right;
	opacity: 0.3;
	padding-top: 0.5rem;
	padding-right: 1rem;
	filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.show_news_tj_box_con:hover .show_news_tj_box_con_con_right{
	opacity: 1;
	padding-right: 0rem;
	filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
  -webkit-filter: grayscale(0);
}

/*新闻详情*/


/*内页banner*/
.n_banner{
	width:100%;
	height: 75vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.n_banner_box{
	width:85vw;
	width:var(--mainwidth);
	height: 100%;
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.n_banner_title{
	color:#ffffff;
	font-size: 4.75rem;
}
.n_banner_entitle{
	color:#ffffff;
	font-size: 1.875rem;
	letter-spacing: 0.7rem;
	margin-top: 1rem;
}
/*内页banner*/

/*标题*/
.title_box{
	width:100%;
	height: auto;
	padding-top: 10vh;
}
.title_box_title{
	width:100%;
	text-align: center;
	font-size: 3.5rem;
}
.title_box_bottom{
	width:100%;
	text-align: center;
	font-size: 0rem;
	margin-top: 1rem;
}
/*标题*/

/*新闻列表*/
.news_menu{
	width:100%;
	height: 10vh;
	line-height: 10vh;
	background: #fafafa;
	text-align: center;
}
.news_menu a{
	display: inline-block;
	font-size:1rem;
	color: rgba(0,0,0,0.9);
	margin: 0px 1.5rem;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.news_menu a:hover{
	color: #34509f;
}
.news_menu a.news_menuon{
	color: #34509f;
}

.news_list{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
}
.news_list_left{
	width:72%;
	height: auto;
	float: left;
	padding-top: 2vh;
}
.news_list_left_box{
	width:100%;
	height: calc(85vw * 0.72 * 0.34 * 220 / 375 + 6vh);
	height: calc(var(--mainwidth) * 0.72 * 0.34 * 220 / 375 + 6vh);
	padding: 3vh 0px;
	border-bottom: 1px rgba(0,0,0,0.1) solid;
}
.news_list_left_box_left{
	width:34%;
	height: 100%;
	float: left;
	font-size: 0px;
	overflow: hidden;
}
.news_list_left_box_left img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.news_list_left_box:hover .news_list_left_box_left img{
	transform: scale(1.05);
}
.news_list_left_box_right{
	width:64%;
	height: 100%;
	float: right;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news_list_left_box_right_title{
	width:100%;
}
.news_list_left_box_right_title_left{
	width:calc(96% - 100px);
	float: left;
	color: rgba(0,0,0,0.8);
	font-size: 1.375rem;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.news_list_left_box:hover .news_list_left_box_right_title_left{
	color: #34509f;
}
.news_list_left_box_right_title_right{
	width:100px;
	float: right;
	color: rgba(0,0,0,1);
	text-align: right;
	font-size: 1.312rem;
}
.news_list_left_box_right_con{
	width:100%;
}
.news_list_left_box_right_con_left{
	width:calc(100% - 100px);
	float: left;
	font-size:1rem;
	color: rgba(0,0,0,0.5);
	height: 3rem;
	line-height: 1.5rem;
	overflow: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
.news_list_left_box_right_con_right{
	width:100px;
	float:right;
	font-size:0rem;
	text-align: right;
	opacity: 0.3;
	padding-top: 0.5rem;
	padding-right: 1rem;
	filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.news_list_left_box:hover .news_list_left_box_right_con_right{
	opacity: 1;
	padding-right: 0rem;
	filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
  -webkit-filter: grayscale(0);
}
.news_list_left_box_right_btn{
	text-align:left;
}
.news_list_left_box_right_btn span{
	display: inline-block;
	width: 8rem;
	height: 2.7rem;
	line-height: calc(2.7rem - 2px);
	text-align: center;
	font-size: 1rem;
	border: 1px #34509f solid;
	border-radius: 50px;
	color: #34509f;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.news_list_left_box:hover .news_list_left_box_right_btn span{
	color: #ffffff;
	background: #34509f;
}

.news_list_right{
	width:23%;
	height: auto;
	float: right;
}
.news_list_right_title{
	width:100%;
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 5vh;
}
.news_list_right_bj{
	width:100%;
	margin-top: 2vh;
}
.news_list_right_bj a{
	display: block;
	height: 2.5rem;
	line-height: 2.5rem;
	overflow: hidden;
	color: rgba(0,0,0,0.7);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	padding-left: 25px;
	position: relative;
}
.news_list_right_bj a:hover{
	color: #34509f;
}
.news_list_right_bj a:before{
	position: absolute;
	content: attr(text);
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	background: rgba(0,0,0,0.2);
	color: #ffffff;
	left: 0px;
	top: calc(1.25rem - 10px);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.news_list_right_bj a:nth-child(1):before{
	background: #34509f;
}
.news_list_right_bj a:nth-child(2):before{
	background: #2272d4;
}
.news_list_right_bj a:nth-child(3):before{
	background: #00b7fb;
}
.news_list_right_bj a:hover:before{
	background: #34509f;
}
.news_list_right_cp{
	width:100%;
	margin-top: 3vh;
}
.news_list_right_cp_box{
	width:100%;
	height: auto;
	padding: 3vh;
	background: #f0f3fa;
	margin-bottom: 3vh;
}
.news_list_right_cp_box_img{
	width:100%;
	height: auto;
	font-size: 0px;
}
.news_list_right_cp_box_img img{
	width:100%;
	height: auto;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.news_list_right_cp_box:hover .news_list_right_cp_box_img img{
	transform: scale(1.05);
}
.news_list_right_cp_box_title{
	width:100%;
	height: auto;
	text-align: center;
	font-size: 1.125rem;
	color: #000000;
	margin-top: 3vh;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.news_list_right_cp_box:hover .news_list_right_cp_box_title{
	color: #34509f;
}

/*新闻列表*/


/*产品列表*/
.product_menu{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	box-shadow: 0px 0px 15px 0.1px rgba(0,0,0,0.06);
	margin-top: 5vh;
	padding: 3vh 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.product_menu_box{
	width:16.66%;
	height: auto;
}
.product_menu_box_ico{
	width:100%;
	height: auto;
	text-align: center;
}
.product_menu_box_title{
	width:90%;
	margin: 0px auto;
	height: auto;
	text-align: center;
	color: #000000;
	margin-top: 0.5rem;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.product_menu_box:hover .product_menu_box_title{
	color: #34509f;
}
.product_menu_boxon .product_menu_box_title{
	color: #34509f;
}

.product_ltitle{
	width:100%;
	height: auto;
	font-size: 1.625rem;
	text-align: center;
	margin-top: 8vh;
}
.product_list{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 3vh;
}
.product_list_box{
	width:24.25%;
	height: calc(85vw * 0.2425 * 342 / 337);
	height: calc(var(--mainwidth) * 0.2425 * 342 / 337);
	background: #f0f3fa;
	margin-top: calc(85vw * 0.01);
	margin-top: calc(var(--mainwidth) * 0.01);
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
	margin-right: 1%;
}
.product_list_box:nth-child(4n){
	margin-right: 0%;
}
.product_list_box_img{
	width:90%;
	height: auto;
	margin: 0px auto;
	margin-top: 5%;
	font-size: 0px;
}
.product_list_box_img img{
	width:100%;
	height: auto;
}
.product_list_box_title{
	width:90%;
	height: auto;
	line-height: 1.8rem;
	text-align: center;
	color: #000000;
	margin: 0px auto;
	margin-top: 1rem;
	font-size: 1.125rem;
}
.product_list_box_back{
	width:100%;
	height: 100%;
	background: rgba(52,80,159,0.95);
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 100%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.product_list_box:hover .product_list_box_back{
	top: 0%;
}
.product_list_box_back_title{
	width:85%;
	height: auto;
	margin: 0px auto;
	color: #ffffff;
	font-size: 1.125rem;
	text-align: center;
}
.product_list_box_back_con{
	width:85%;
	height: auto;
	margin: 0px auto;
	margin-top: 1.5rem;
	color: rgba(255,255,255,0.6);
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
}
.product_list_box_back_btn{
	width:85%;
	height: auto;
	margin: 0px auto;
	font-size: 0px;
	margin-top: 3rem;
	text-align: center;
}
/*产品列表*/

/*案例列表*/
.case_menu{
	width:100%;
	height: auto;
	text-align: center;
	height: 15vh;
	line-height: 15vh;
}
.case_menu a{
	display: inline-block;
	margin: 0px 1.5rem;
	font-size: 1rem;
	color: #000000;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.case_menu a:hover{
	color: #34509f;
}
.case_menu a.case_menuaon{
	color: #34509f;
}
.case_list{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case_list_box{
	width:48%;
	height: auto;
	margin-bottom: calc(85vw * 0.04);
	margin-bottom: calc(var(--mainwidth) * 0.04);
}
.case_list_box_img{
	width:100%;
	height: calc(85vw * 0.48 * 0.5);
	height: calc(var(--mainwidth) * 0.48 * 0.5);
	font-size: 0px;
	overflow: hidden;
}
.case_list_box_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.case_list_box:hover .case_list_box_img img{
	transform: scale(1.05);
}
.case_list_box_con{
	width:80%;
	height: auto;
	background: #ffffff;
	padding: 3vh;
	box-shadow: 0px 0px 15px 0.1px rgba(0,0,0,0.1);
	margin-left: 20%;
	margin-top: calc(-3vh - 2rem);
	position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.case_list_box:hover .case_list_box_con{
	background: #34509f;
}
.case_list_box_con_title{
	width:100%;
	height: auto;
	font-size: 1.5rem;
	height: 2rem;
	line-height: 2rem;
	overflow: hidden;
	color: #000000;
}
.case_list_box:hover .case_list_box_con_title{
	color: #ffffff;
}
.case_list_box_con_con{
	width:100%;
	height: auto;
	font-size: 1rem;
	color: rgba(0,0,0,0.6);
	line-height: 1.5rem;
	height: auto;
	max-height: 4.5rem;
	overflow: hidden;
	margin-top: 1rem;
}
.case_list_box:hover .case_list_box_con_con{
	color:rgba(255,255,255,0.6);
}
/*案例列表*/


/*客户服务*/

.kehu_title_box{
	width:100%;
	height: auto;
	padding-top: 10vh;
}
.kehu_title_box_title{
	width:100%;
	height: auto;
	text-align: center;
	font-size: 2.5rem;
	color: #000000;
}
.kehu_title_box_ltitle{
	width:100%;
	height: auto;
	text-align: center;
	font-size: 1rem;
	color: rgba(0,0,0,0.7);
	margin-top: 0.5rem;
}
.kehu_menu{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 10vh;
}
.kehu_menu_box{
	width:20%;
	height: auto;
	border: 1px rgba(0,0,0,0.2) solid;
	border-radius: 30px;
	padding: 7vh 5vh;
	background: #ffffff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	cursor:pointer;
}
.kehu_menu_box:hover{
	background: #34509f;
}
.kehu_menu_boxon{
	background: #34509f;
}
.kehu_menu_box_ico{
	width:88px;
	height: 77px;
	overflow: hidden;
	font-size: 0px;
	margin: 0px auto;
}
.kehu_menu_box_ico img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin-top: 0%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.kehu_menu_box:hover .kehu_menu_box_ico img:first-child{
	margin-top: -100%;
}

.kehu_menu_boxon .kehu_menu_box_ico img:first-child{
	margin-top: -100%;
}
.kehu_menu_box_title{
	width:100%;
	height: auto;
	text-align: center;
	font-size: 1.375rem;
	color: #000000;
	margin-top: 5vh;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.kehu_menu_box:hover .kehu_menu_box_title{
	color: #ffffff;
}
.kehu_menu_boxon .kehu_menu_box_title{
	color: #ffffff;
}

.kehu_title_box2{
	width:100%;
	height: auto;
	text-align: center;
	padding-top: 10vh;
	padding-bottom: 5vh;
}
.kehu_title_box2 span{
	display: inline-block;
	padding-bottom: 3vh;
	position: relative;
	font-size: 3.5rem;
	color: #000000;
}
.kehu_title_box2 span:after{
	position: absolute;
	content: '';
	width: 40%;
	height: 3px;
	background: #34509f;
	bottom: 0px;
	left: 30%;
}
.kehu_zx{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.kehu_zx_box{
	width:32%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 25px 0.1px rgba(0,0,0,0.1);
}
.kehu_zx_box_img{
	width:100%;
	height: calc(85vw * 0.32 * 291 / 446);
	height: calc(var(--mainwidth) * 0.32 * 291 / 446);
	font-size: 0px;
	position: relative;
	overflow: hidden;
}
.kehu_zx_box_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.kehu_zx_box:hover .kehu_zx_box_img img{
	transform: scale(1.05);
}
.kehu_zx_box_con{
	width:100%;
	height: calc(85vw * 0.32 * 291 / 446);
	height: calc(var(--mainwidth) * 0.32 * 291 / 446);
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.kehu_zx_box_img_ico{
	position: absolute;
	width:100px;
	height: 100px;
	background: #ffffff;
	border-radius: 50%;
	text-align: center;
	left: calc(50% - 50px);
	top: -50px;
	z-index: 0;
}
.kehu_zx_box_img_ico img{
	width:35px;
	height: 35px;
	margin-top: 32px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.kehu_zx_box:hover .kehu_zx_box_img_ico img{
	transform: scale(1.05);
}
.kehu_zx_box_con_title{
	width:70%;
	margin: 0px auto;
	font-size: 1.375rem;
	text-align: center;
	position: relative;
	z-index: 10;
}
.kehu_zx_box_con_con{
	width:70%;
	margin: 0px auto;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 1.5rem;
	color: rgba(0,0,0,0.8);
	text-align: center;
}
.kehu_zx_box_con_btn{
	width:70%;
	margin: 0px auto;
	text-align: center;
}
.kehu_zx_box_con_btn a{
	display: inline-block;
	width: 9rem;
	height: 3rem;
	line-height: 3rem;
	background: #34509f;
	color: #ffffff;
	border-radius: 50px;
	margin-top: 1.5rem;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.kehu_zx_box:hover .kehu_zx_box_con_btn a{
	margin-top: 1rem;
	box-shadow: 0px 10px 25px 1px rgba(52,80,159,0.4);
}

.kehu_wt{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
}
.kehu_wt_box{
	width:100%;
	height: 8vh;
	overflow: hidden;
	border-bottom: 1px rgba(0,0,0,0.2) solid;
	cursor: pointer;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.kehu_wt_boxon{
	height: auto;
	border-bottom: 1px transparent solid;
}
.kehu_wt_box_title{
	width:100%;
	height: 8vh;
	line-height: 8vh;
	color: #000000;
	font-size: 1.375rem;
	position: relative;
	padding-left: 43px;
	padding-right: 30px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.kehu_wt_boxon .kehu_wt_box_title{
	color: #34509f;
}
.kehu_wt_box:hover .kehu_wt_box_title{
	color: #34509f;
}
.kehu_wt_box_title:before{
	position: absolute;
	content: '';
	width: 32px;
	height: 30px;
	background: url(/images/kehu_q.png);
	left: 0px;
	top: calc(4vh - 15px);
	 filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.kehu_wt_boxon .kehu_wt_box_title:before{
	filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
  -webkit-filter: grayscale(0);
}
.kehu_wt_box:hover .kehu_wt_box_title:before{
	filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
  -webkit-filter: grayscale(0);
}
.kehu_wt_box_title:after{
	position: absolute;
	content: '';
	width: 21px;
	height: 21px;
	background: url(/images/jia_hei.png);
	right: 0px;
	top: calc(4vh - 10px);
	 filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.kehu_wt_boxon .kehu_wt_box_title:after{
	background: url(/images/jianhao.png) no-repeat center;
	filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
  -webkit-filter: grayscale(0);
}
.kehu_wt_box:hover .kehu_wt_box_title:after{
	filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
  -webkit-filter: grayscale(0);
}
.kehu_wt_box_con{
	width:calc(100% - 43px);
	margin-left: 43px;
	height: auto;
	background: #f1f1f1;
	padding: 3vh;
	font-size: 1rem;
	color: rgba(0,0,0,0.7);
	position: relative;
	margin-bottom: 3vh;
}
.kehu_wt_boxon .kehu_wt_box_con:before {
    opacity: 1;
    content: '';
	width: 0px;
	height: 0px;
    position: absolute;
    pointer-events: none;
    top: -20px;
    left: 20px;
    border-color: transparent transparent #f1f1f1 transparent;
    border-width: 10px;
    border-style: solid;
}

.plate0046{
	width:85vw;
	width:var(--mainwidth);
	height:auto;
	margin:0px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.plate0046_con{
	width:48%;
	height: 10vh;
	line-height: 10vh;
	border-bottom: 1px rgba(0,0,0,0.2) solid;
	background: #ffffff;
	font-size: 1.25remrem;
	padding-left: 1rem;
	padding-right: 0.5rem;
	position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.plate0046_con:hover{
	background: #34509f;
}
.plate0046_con i:first-child{
	height: 10vh;
	line-height: 10vh;
	float: left;
	font-size: 2.5rem; 
	margin-right: 0.5rem;
	color: var(--OneColor);
	-webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.plate0046_con i:last-child{
	font-size: 1.7rem;
	margin-right: 0.5rem;
	float: right;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	height: 10vh;
	line-height: 10vh;
}
.plate0046_con a{
	color: rgba(0,0,0,0.7);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.plate0046_con:hover a{
	height: 10vh;
	line-height: 10vh;
	color: #ffffff;
	padding-left: 0.5rem;
}

.kehu_sh{
	width:100%;
	height: calc(100vw * 779 / 1920);
	background-image: url(/images/kehu_ly_back.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 7vh;
	margin-bottom: -10vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.kehu_sh_form{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	margin-bottom: 10vh;
}
.kehu_sh_form_box{
	height: auto;
	margin: 1rem 0px;
}
.kehu_sh_form_box label{
	float: left;
	font-size: 1rem;
	color: #000000;
	height: 3rem;
	line-height: 3rem;
	width: 5rem;
}
.kehu_sh_form_text{
	display: inline-block;
	width:30rem;
	height: 3rem;
	line-height: 3rem;
	background: #ffffff;
	border: 1px rgba(0,0,0,0.2) solid;
	border-radius: 5px;
	padding: 0px 1rem;
	font-size: 1rem;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.kehu_sh_form_text:focus,.kehu_sh_form_texts:focus{
	background: rgba(0,0,0,0.05);
}
.kehu_sh_form_texts{
	display: inline-block;
	width:30rem;
	height: 5rem;
	line-height: 1.5rem;
	background: #ffffff;
	border: 1px rgba(0,0,0,0.2) solid;
	border-radius: 5px;
	padding: 0.5rem 1rem;
	font-family: '微软雅黑';
	font-size: 1rem;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.kehu_sh_form_btn{
	border: none;
	font-family: '微软雅黑';
	width: 8rem;
	height: 3rem;
	color: #ffffff;
	background: #34509f;
	border-radius: 5px;
	font-size: 1rem;
	cursor: pointer;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	border: 1px #34509f solid;
	margin-left: 5rem;
	
}
.kehu_sh_form_btn:hover{
	color: #34509f;
	background: #ffffff;
	
}
/*客户服务*/

/*关于米兰(milan)中国官方*/
.about_jj{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	padding-top: 10vh;
}
.about_jj_left{
	width:55%;
	height: auto;
	float: left;
}
.about_jj_right{
	width:35%;
	height: auto;
	float: right;
}
.about_jj_right img{
	width:100%;
	height: auto;
}

.kehu_title_box3{
	width:100%;
	height: auto;
	text-align: left;
	padding-bottom: 5vh;
}
.kehu_title_box3 span{
	display: inline-block;
	padding-bottom: 3vh;
	position: relative;
	font-size: 3.5rem;
	color: #000000;
}
.kehu_title_box3 span:after{
	position: absolute;
	content: '';
	width: 40%;
	height: 3px;
	background: #34509f;
	bottom: 0px;
	left: 0%;
}
.about_jj_left_title{
	width:100%;
	text-align: left;
	color: #34509f;
	font-size: 2.375rem;
	margin-top: 5vh;
}
.about_jj_left_con{
	width:100%;
	text-align: left;
	color: rgba(0,0,0,0.7);
	font-size: 1.125rem;
	line-height: 1.8rem;
	margin-top: 5vh;
}

.about_wh{
	width:100%;
	height: calc(100vw * 0.6 * 775 / 1164);
	margin-top: 10vh;
}
.about_wh_left{
	width:60%;
	height: 100%;
	font-size: 0px;
	float: left;
}
.about_wh_left img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.about_wh_right{
	width:40%;
	height: 100%;
	background: #34509f;
	float: left;
	padding-left: 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.kehu_title_box4{
	width:100%;
	height: auto;
	text-align: left;
	padding-bottom: 5vh;
}
.kehu_title_box4 span{
	display: inline-block;
	padding-bottom: 3vh;
	position: relative;
	font-size: 3.5rem;
	color: #ffffff;
}
.kehu_title_box4 span:after{
	position: absolute;
	content: '';
	width: 40%;
	height: 3px;
	background: #ffffff;
	bottom: 0px;
	left: 0%;
}
.about_wh_right_con{
	width:calc(100vw * 0.4 - ((100vw - var(--mainwidth)) / 2) - 5rem);
	height: auto;
	font-size: 1rem;
	line-height: 1.8rem;
	max-height: 7.2rem;
	overflow: hidden;
	color: #ffffff;
}
.about_wh_right_btn{
	margin-top: 5vh;
}
.about_wh_right_btn span{
	display: inline-block;
	width: 4.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	margin-right: 1rem;
	border-radius: 50%;
	text-align: center;
	font-family: '宋体';
	font-size: 2.4rem;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	background: rgba(255,255,255,0.2);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.about_wh_right_btn span:hover{
	color: #34509f;
	background: rgba(255,255,255,1);
}

.about_ry{
	width:100%;
	height: auto;
	padding-top: 10vh;
}
.about_ry_top{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
}
.kehu_title_box5{
	width:50%;
	height: auto;
	float: left;
	text-align: left;
	padding-bottom: 5vh;
}
.kehu_title_box5 span{
	display: inline-block;
	padding-bottom: 3vh;
	position: relative;
	font-size: 3.5rem;
	color: #000000;
}
.kehu_title_box5 span:after{
	position: absolute;
	content: '';
	width: 40%;
	height: 3px;
	background: #34509f;
	bottom: 0px;
	left: 0%;
}
.about_ry_menu{
	width:50%;
	height: auto;
	float: right;
	text-align: right;
	padding-top: calc(3vh + 1.6rem);
}
.about_ry_menu span{
	display: inline-block;
	padding: 0.5rem 2rem;
	background: transparent;
	border-radius: 50px;
	font-size: 1.5rem;
	margin-left: 1rem;
	color: #000000;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.about_ry_menu span.about_ry_menu_spanon{
	background: #34509f;
	color: #ffffff;
}
.about_ry_con{
	width:100%;
	height: calc(58vw * 593 / 1044);
}
.about_ry_con_left{
	width:58%;
	height: 100%;
	float: left;
	background-image: url(/images/about_ry_back.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% auto;
	position: relative;
}

.about_ry_con_left img{
	width:auto;
	max-height: 70%;
	max-width: 50%;
	position: absolute;
	bottom: 8%;
	left: calc((100vw - var(--mainwidth)) / 2);
	opacity: 0;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.about_ry_con_left img.about_ry_con_leftimgon{
	opacity: 1;
}
.about_ry_con_right{
	width: 40%;
	height: 100%;
	padding-top: 5%;
	/*display: flex;
	flex-direction: column;
	justify-content: space-between;*/
	
	float: right;
	
}
.about_ry_con_right1{
	width:80%;
	margin-top:5%;
	/*display: flex;
	flex-direction: column;
	justify-content: space-between;*/
	height:100%;
	overflow-y:auto;
	padding-bottom:3vh;
}

.about_ry_con_right1 div{
	width: 100%;
	float: right;
	color: rgba(0,0,0,0.7);
	cursor: default;
	height:3.2rem;
	overflow: hidden;
}
.about_ry_con_right1>div>span:first-child{
	display: inline-block;
	margin-right: 1rem;
}
.about_ry_con_right1>div>span:nth-child(2){
	display: inline-block;
	position: relative;
	width: 2rem;
	margin-right: 1rem;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.about_ry_con_right1 .about_ry_con_righton span:nth-child(2){
	width: 4rem;
}
.about_ry_con_right1>div>span:nth-child(2):after{
	position: absolute;
	content: '';
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 1px;
	left: 0px;
	top: calc(50% - 0.3rem);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.about_ry_con_right1 .about_ry_con_righton span:nth-child(2):after{
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 1px;
	top: calc(50% - 0.5rem);
}
.about_ry_con_right1>div>span:nth-child(3){
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.about_ry_con_right1 .about_ry_con_righton span:nth-child(3){
	display: inline-block;
	position: relative;
	font-size: 1.5rem;
	color: #34509f;
}
.about_void{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	position: relative;
	padding-top: 10vh;
}


.about_void_con{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
}
.about_void_con_left,.about_void_con_right{
	position:absolute;
	z-index: 10;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 2rem;
	color: #FFFFFF;
	font-family: "宋体";
	text-align: center;
	background: rgba(0,0,0,0.2);
	top: calc(50%);
	border-radius:50%;
	cursor: pointer;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.about_void_con_left:hover,.about_void_con_right:hover{
	background: #1f57a7;
}
.about_void_con_left:focus,.about_void_con_right:focus{outline:none;}
.about_void_con_left{
	left: -4rem;
}
.about_void_con_right{
	right:  -4rem;
}
.about_void_con_con{
	width:100%;
	height: auto;
	height: calc(85vw * 0.48 * 406 / 667 + 13rem + 6vh - 10vh + 15px);
	height: calc(var(--mainwidth) * 0.48 * 406 / 667 + 13rem + 6vh - 10vh + 15px);
}
.about_void_con_con a{
	cursor:pointer;
	}
.about_void_con_con_img{
	width:100%;
	height: calc(85vw * 0.48 * 406 / 667);
	height: calc(var(--mainwidth) * 0.48 * 406 / 667);
	font-size: 0px;
	overflow: hidden;
	position: relative;
}
.about_void_con_con_img>img{
	width:100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
.about_void_con_con:hover .about_void_con_con_img>img{
	transform: scale(1.05);
}
.about_void_con_con_box{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgba(0,0,0,0.4);
	top: 0px;
	
}
.about_void_con_con_box img{
	width: 60px;
	height: 62px;
	margin: 0px auto;
}
.about_void_con_con_title{
	width:100%;
	height: 3rem;
	line-height: 3rem;
	color: rgba(0,0,0,1);
	font-size: 1rem;
	overflow: hidden;
	padding: 0px 10%;
	text-align: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
.about_ys{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	padding-top: 10vh;
}
.about_ys_con{
	width:100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.about_ys_con_box{
	width:17%;
	height: auto;
	padding: 5vh 0px;
	text-align: center;
}
.about_ys_con_box_ico{
	width:43%;
	height: calc(85vw * 0.17 * 0.43);
	height: calc(var(--mainwidth) * 0.17 * 0.43);
	background: #34509f;
	border-radius: 50%;
	margin: 0px auto;
	padding: 10%;
	text-align: center;
	font-size: 0px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.about_ys_con_box:hover .about_ys_con_box_ico{
	margin-top: -1rem;
}
.about_ys_con_box_ico img{
	width:100%;
	height:100%;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.about_ys_con_box:hover .about_ys_con_box_ico img{
	transform: rotateY(180deg);
}
.about_ys_con_box_title{
	font-size: 1.375rem;
	margin-top: 1.5rem;
}

.about_ys_con_box_con{
	font-size: 1rem;
	line-height: 1.5rem;
	color: rgba(0,0,0,0.7);
	margin-top: 1rem;
	position: relative;
	height: 4.5rem;
	text-align:left;
}
.about_ys_con_box_con:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background: #34509f;
	bottom: -1.5rem;
	left: 0px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	transform: scaleX(0);
	opacity: 0;
}
.about_ys_con_box:hover .about_ys_con_box_con:after{
	transform: scaleX(1);
	opacity: 1;
}
/*关于米兰(milan)中国官方*/
/*解决方案详情*/
.fangan_menu{
	width:100%;
	height: 10vh;
	line-height: 10vh;
	text-align: center;
	border-bottom: 1px rgba(0,0,0,0.1) solid;
}
.fangan_menuen{
	position: fixed;
    top: 10vh;
    z-index: 400;
	background-color:#FFF;
}
@media screen and (max-width:1365px) and (min-width:1024px){
	
.fangan_menuen{
    top: 8vh;
}
}
.fangan_menu a{
	display: inline-block;
	height: 100%;
	position: relative;
	font-size: 1.375rem;
	color: rgba(0,0,0,0.6);
	margin: 0px 1rem;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	cursor:pointer;
}
.fangan_menu a:hover{
	color: #34509f;
}
.fangan_menu a.fangan_menuaon{
	color: #34509f;
}
.fangan_menu a:after{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffffff;
	border: 2px #34509f solid;
	bottom: -7px;
	left: calc(50% - 4px);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	opacity: 0;
}

.fangan_menu a:hover:after{
	opacity: 1;
}
.fangan_menu a.fangan_menuaon:after{
	opacity: 1;
}
.fangan_jj{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	font-size: 1.125rem;
	line-height: 1.8rem;
	color: rgba(0,0,0,0.8);
	margin-top: 5vh;
	text-align: center;
}

.fangan_tpt{
	width:100%;
	height: auto;
	background: #f6f9ff;
	margin-top: 10vh;
	padding-bottom: 10vh;
}
.fangan_tpt_con{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	text-align: center;
	font-size: 0px;
	margin-top: 5vh;
}
.fangan_tpt_con img{
	max-width: 100%;
}
.fangan_td_menu{
	width:85vw;
	width:var(--mainwidth);
	margin: 0px auto;
	height: 7vh;
	line-height: 7vh;
	text-align: center;
	border-bottom: 3px rgba(0,0,0,0.1) solid;
	margin-top: 2vh;
}
.fangan_td_menu span{
	display: inline-block;
	height: 100%;
	position: relative;
	font-size: 1.125rem;
	color: rgba(0,0,0,1);
	margin: 0px 2rem;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.fangan_td_menu span:hover{
	color: #34509f;
}
.fangan_td_menu span.fangan_td_menuaon{
	color: #34509f;
}
.fangan_td_menu span:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	background: #34509f;
	bottom: -3px;
	left: 0px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	transform: scaleX(0);
}
.fangan_td_menu span:hover:after{
	transform: scaleX(1);
}
.fangan_td_menu span.fangan_td_menuaon:after{
	transform: scaleX(1);
}
.fangan_td_con{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	margin-top: 8vh;
}
.fangan_td_con_left{
	width:45%;
	float: left;
	color: rgba(0,0,0,0.7);
	line-height: 1.8rem;
}
.fangan_td_con_right{
	width:50%;
	float: right;
	font-size: 0px;
}
.fangan_td_con_right img{
	max-width: 100%;
}


.plate0069_con{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin:0px auto;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.plate0069_con_box{
	width: 48%;
	height: auto;
	overflow: hidden;
	margin-top: calc(85vw * 0.02);
	margin-top: calc(var(--mainwidth) * 0.02);
}
.plate0069_con_box_ico{
	width:18%;
	height: calc(85vw * 0.48 * 0.18);
	height: calc(var(--mainwidth) * 0.48 * 0.18);
	border: 3px #ffffff solid;
	background: #34509f;
	overflow: hidden;
	float:right;
	border-radius: 50%;
	position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.plate0069_con_box:nth-child(even) .plate0069_con_box_ico{
	float:left;
}
.plate0069_con_box:hover .plate0069_con_box_ico{
	background: #ffffff;
	border: 3px #34509f solid;
}
.plate0069_con_box_ico div{
	float: left;
	width:60%;
	height: 60%;
	margin-top: 20%;
	margin-left: 20%;
	overflow: hidden;
	font-size: 0px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.plate0069_con_box:hover .plate0069_con_box_ico div img:first-child{
	margin-top: -100%;
}
.plate0069_con_box_ico div img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.plate0069_con_box_ico img:first-child{
	
}
.plate0069_con_box_con{
	width:80%;
	height: calc((85vw * 0.31 * 0.25));
	height: calc((var(--mainwidth) * 0.31 * 0.25));
	float:left;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}

.plate0069_con_box:nth-child(even) .plate0069_con_box_con{
	float:right;
}
.plate0069_con_box_con_title{
	color:#000000;
	font-size: 1.375rem;
	text-align: right;
}
.plate0069_con_box:nth-child(even) .plate0069_con_box_con_title{
	text-align:left;
}
.plate0069_con_box_con_con{
	color:#666666;
	font-size: 1.125rem;
	line-height: 1.5rem;
	height: auto;
	text-align: right;
	max-height: 3rem;
	overflow: hidden;
	margin-top: 0.5rem;
}
.plate0069_con_box:nth-child(even) .plate0069_con_box_con_con{
	text-align:left;
}

.fangan_zc{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 2vh;
}
.fangan_zc_box{
	width:23.5%;
	height: auto;
	margin-right: 2%;
	position: relative;
	background: #ffffff;
	padding: 1rem 0px;
	margin-top: 2%;
	overflow: hidden;
	border: 1px rgba(0,0,0,0.1) solid;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	cursor: default;
}
.fangan_zc_box:hover{
	box-shadow: 0px 0px 25px 1px rgba(52,80,159,0.2);
	border: 1px #34509f solid;
}
.fangan_zc_box:nth-child(4n){
	margin-right: 0%;
}
.fangan_zc_box_ico{
	width:25%;
	height: auto;
	font-size: 0px;
	margin: auto;
	text-align: center;
}
.fangan_zc_box_ico img{
	width:100%;
	max-width: 70px;
	height: auto;
	max-height: 70px;
}
.fangan_zc_box_title{
	text-align: center;
	width:90%;
	margin: auto;
	font-size: 1.375rem;
	margin-top: 1rem;
}
.fangan_zc_box_con{
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 2rem;
	background: #ffffff;
	top: 0px;
	text-align: center;
	overflow: hidden;
	font-size:1rem;
	color: rgba(0,0,0,0.8);
	line-height: 1.8rem;
	top: 0%;
	opacity: 0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.fangan_zc_box:hover .fangan_zc_box_con{
	top: 0%;
	opacity: 1;
}
.fangan_cp{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 5vh;
}
.fangan_cp_box{
	width:24.25%;
	height: auto;
	padding: 3vh;
	background: #f0f3fa;
	margin-bottom: 3vh;
}
.fangan_cp_box_img{
	width:100%;
	height: auto;
	font-size: 0px;
}
.fangan_cp_box_img img{
	width:100%;
	height: auto;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.fangan_cp_box:hover .fangan_cp_box_img img{
	transform: scale(1.05);
}
.fangan_cp_box_title{
	width:100%;
	height: auto;
	text-align: center;
	font-size: 1.125rem;
	color: #000000;
	margin-top: 3vh;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.fangan_cp_box:hover .fangan_cp_box_title{
	color: #34509f;
}
.bottomvh{
	margin-bottom: 5vh;
}

.plate0077_box{
	width:100%;
	height: auto;
	position: relative;
}
.plate0077_box .plate0077_pagination{
	display: none;
}

.plate0077_swiper{
	width:100%;
	height: 80vh;
	position: relative;
}

.plate0077_swiper .swiper-slide-prev .plate0077_box_box,.plate0077_swiper .swiper-slide-next .plate0077_box_box{
	display: none;
    }
.plate0077_swiper .swiper-slide-prev .plate0077_box_back,.plate0077_swiper .swiper-slide-next .plate0077_box_back{
	display: none;
    }
.plate0077_swiper .swiper-slide-prev .plate0077_box_btn,.plate0077_swiper .swiper-slide-next .plate0077_box_btn{
	display: none;
    }
.plate0077_swiper .swiper-slide-prev .plate0077_box_img_btn,.plate0077_swiper .swiper-slide-next .plate0077_box_img_btn{
	display: none;
    }

.plate0077_swiper .swiper-slide-active .plate0077_box_img_back{
	display: none;
}
.plate0077_box_back{
	width:calc(100% - 10vw);
	height: 100%;
	background: #34509f;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.plate0077_box_img{
	position: relative;
	z-index: 10;
	width: calc(100% - 3vw);
	height: 60vh;
	font-size: 0px;
	margin-left: 3vw;
	overflow: hidden;
}
.plate0077_box_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
 .plate0077_swiper .swiper-slide-active .plate0077_box:hover .plate0077_box_img img{
	transform:scale(1.02,1.02);
}
.plate0077_box_img_btn{
	position: absolute;
	width:10vh;
	height: 10vh;
	line-height: 10vh;
	background: rgba(0,0,0,0.8);
	bottom: 0px;
	right: 0px;
	text-align: center;
	color: #ffffff;
	font-size: 4rem;
	font-family: '宋体';
	z-index: 20;
}
.plate0077_box:hover .plate0077_box_img_btn{
	background: #34509f;
}
.plate0077_box_img_back{
	width:100%;
	height: 100%;
	position: absolute;
	top:0px;
	left: 0px;
	background: rgba(0,0,0,0.7);
	cursor: pointer;
}
.plate0077_box_img_back:after{
	position: absolute;
	font-size: 5rem;
	font-family: '宋体';
	color: rgba(255,255,255,0.8);
	top: calc((60vh - 3rem) / 2);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.plate0077_swiper .swiper-slide-prev .plate0077_box_img_back:after{
	content: '<';
	right: 6vw;
	
}
.plate0077_swiper .swiper-slide-next .plate0077_box_img_back:after{
	content: '>';
	left: 6vw;
	
}
.plate0077_box_box{
	width:calc(100% - 13vw);
	height: 20vh;
	position: relative;
	left: 3vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.plate0077_box_btn{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width:10vw;
	height: 20vh;
	line-height: 20vh;
	text-align: right;
	cursor: pointer;
}
.plate0077_box_title{
	position: relative;
	width: 90%;
	font-size: 1.5rem;
	line-height: 2rem;
	height: 2rem;
	overflow: hidden;
	text-align: left;
	color: #ffffff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.plate0077_box:hover .plate0077_box_title{
	padding-left: 3.5rem;
}
.plate0077_box_title:before{
	position: absolute;
	content: '';
	width: 0rem;
	height: 2px;
	background: #ffffff;
	left: 0px;
	top: calc((2rem - 2px) / 2);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.plate0077_box:hover .plate0077_box_title:before{
	position: absolute;
	content: '';
	width: 3rem;
	height: 2px;
	background: #ffffff;
	left: 0px;
	top: calc((2rem - 2px) / 2);
}


.plate0077_box_con{
	position: relative;
	width: 90%;
	overflow: hidden;
	font-size: 1rem;
	text-align: left;
	line-height: 1.5rem;
	height: auto;
	max-height: 3rem;
	overflow: hidden;
	color: rgba(255,255,255,0.7);
	margin-top:0.5rem;
}


/*解决方案详情*/

/*案例详情*/
.case_banner{
	width:100%;
	height: 60vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.case_banner_box{
	width:85vw;
	width:var(--mainwidth);
	height: 100%;
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.case_banner_title{
	color:#ffffff;
	width: 40%;
	font-size: 3.125rem;
	text-align: left;
}
.case_banner_entitle{
	color:#ffffff;
	font-size: 1.875rem;
	letter-spacing: 0.7rem;
	margin-top: 4rem;
	text-align: left;
}
.case_show_jj{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	font-size: 1.125rem;
	line-height: 1.8rem;
	color: rgba(0,0,0,0.8);
	margin-top: 5vh;
	text-align: center;
}

.case_show_tpt{
	width:100%;
	height: auto;
	background: #f9f9fb;
	margin-top: 10vh;
	padding-bottom: 10vh;
}
.case_show_tpt_con{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	text-align: center;
	font-size:  1.125rem;
	margin-top: 5vh;
}
.case_show_tpt_con img{
	max-width: 100%;
}

.case_show_ld{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 5vh;
}
.case_show_ld_box{
	width:23%;
	height: auto;
	padding: 10vh 0px;
	border-radius: 10px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	background: #ffffff;
}
.case_show_ld_box:hover{
	animation:case_show_ld_boxmove 0.3s forwards;
}
@keyframes case_show_ld_boxmove
{
from {background: #ffffff;}
to {background: #34509f;}
}
.case_show_ld_box_ico{
	width:82px;
	height: 82px;
	font-size: 0px;
	margin: 0px auto;
	overflow: hidden;
}
.case_show_ld_box_ico img{
	width:100%;
	height: 100%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.case_show_ld_box:hover .case_show_ld_box_ico img:first-child{
	margin-top: -100%;
}
.case_show_ld_box_title{
	width:100%;
	text-align: center;
	font-size: 1.625rem;
	margin-top: 1rem;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.case_show_ld_box:hover .case_show_ld_box_title{
	color: #ffffff;
}
.case_show_ld_box_con{
	width:70%;
	margin: 0px auto;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
	color: rgba(0,0,0,0.7);
	margin-top: 1rem;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.case_show_ld_box:hover .case_show_ld_box_con{
	color: rgba(255,255,255,0.7);
}

.case_show_tp{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 3vh;
}
.case_show_tp_box{
	width:32%;
	height: auto;
	margin-right: 2%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	margin-top: calc(85vw * 0.02);
	margin-top: calc(var(--mainwidth) * 0.02);
	overflow: hidden;
	
}

.casex_img{
	width:100%;
	height: calc(85vw * 0.32 * 356 / 453);
	height: calc(var(--mainwidth) * 0.32 * 356 / 453);
	overflow:hidden;
	}
.casex_title{
	height:3rem;
	line-height:3rem;
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:1.5rem;
	margin-top: 1.5rem;
	}

.case_show_tp_box:nth-child(3n){
	margin-right: 0%;
}
.case_show_tp_box img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.casex_img:hover img{
	transform: scale(1.05);
}

.case_show_fa{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
}
.case_show_fa_box{
	width:100%;
	height: calc(85vw * 0.48 * 385 / 675 + 5rem);
	height: calc(var(--mainwidth) * 0.48 * 385 / 675 + 5rem);
	position: relative;
}
.case_show_fa_box_img{
	width:100%;
	height: calc(85vw * 0.48 * 385 / 675);
	height: calc(var(--mainwidth) * 0.48 * 385 / 675);
	font-size: 0px;
	overflow: hidden;
}
.case_show_fa_box_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.case_show_fa_box:hover .case_show_fa_box_img img{
	transform: scale(1.05);
}
.case_show_fa_box_title{
	position: absolute;
	width:86%;
	height: 8rem;
	line-height: 8rem;
	background: #ffffff;
	left: 7%;
	bottom: 1rem;
	box-shadow: 0px 0px 25px 0.1px rgba(0,0,0,0.1);
	color: #000000;
	font-size: 1.5rem;
	text-align: center;
	overflow: hidden;
}
.case_show_fa_btn{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	padding-top: 5vh;
	text-align: center;
}
.case_show_fa_btn span{
	display: inline-block;
	width:4rem;
	height: 4rem;
	line-height: calc(4rem - 6px);
	text-align: center;
	border: 3px rgba(0,0,0,0.2) solid;
	border-radius: 50%;
	font-size: 2rem;
	font-family: '宋体';
	color: rgba(0,0,0,0.2);
	font-weight: bold;
	margin: 0px 1rem;
	cursor: pointer;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.case_show_fa_btn span:hover{
	
	border: 3px #34509f solid;
	color: #34509f;
}
/*案例详情*/

/*联系米兰(milan)中国官方*/
.contact_fs_title{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	text-align: left;
	padding-top: 10vh;
	font-size:3.5rem;
}
.contact_fs_title1{
	
	padding-top: 0vh;
}
.contact_fs{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.contact_fs_box{
	width:25%;
	height: auto;
	padding: 10vh 0px;
}
.contact_fs_box_ico{
	width:151px;
	height: 151px;
	background: #f5f6fa;
	border-radius: 50%;
	overflow: hidden;
	font-size: 0px;
	text-align: center;
	margin: 0px auto;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.contact_fs_box:hover .contact_fs_box_ico{
	background: #34509f;
}
.contact_fs_box_ico img{
	height: 77px;
	display: block;
	margin: 0px auto;
	margin-top: 37px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.contact_fs_box:hover .contact_fs_box_ico img:first-child{
	margin-top: -77px;
}
.contact_fs_box_ico_title{
	width: 90%;
	margin: 0px auto;
	margin-top: 2rem;
	font-size: 1.125rem;
	color: #000000;
	text-align: center;
}
.contact_map{
	width:100%;
	height: auto;
	background: #f0f3fa;
	padding: 10vh 0px;
}
.contact0006_box{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin:0px auto;
}
.contact0006_box_left{
	width:35%;
	float: left;
}
.contact0006_box_left_con{
	width:100%;
	height: auto;
	padding:5px 0px;
	margin-top: 3vh;
}
.contact0006_box_left_con_box{
	width:100%;
	margin: 60px 0px;
}
.contact0006_box_left_con_box_left{
	width:60px;
	height: 60px;
	border: 3px #34509f solid;
	border-radius: 50%;
	text-align: center;
	float: left;
}
.contact0006_box_left_con_box_left img{
	height: 48px;
	margin-top: 3px;
	border-radius: 50%;
}
.contact0006_box_left_con_box_right{
	width:calc(100% - 70px);
	height: auto;
	float: right;
}
.contact0006_box_left_con_box_right_title{
	color: #34509f;
	font-size: 1.625rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.contact0006_box_left_con_box_right_con{
	color: rgba(0,0,0,0.7);
	font-size: 1rem;
	line-height: 1.5rem;
}

.contact0006_box_right{
	width:62%;
	height: calc(85vw * 0.62 * 949 / 864);
	height: calc(var(--mainwidth) * 0.62 * 949 / 864);
	background-image: url(/images/contact0006.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	float: right;
	position: relative;
}
.contact0006_box_right_box{
	display: inline-block;
	position: absolute;
}
.contact0006_box_right_box_dian{
	position: relative;
	width:50px;
	height: 50px;
	background: transparent;
	border-radius: 50%;
	margin: 0px auto;
}
.contact0006_box_right_box_dian:after{
	position: absolute;
	width:16px;
	height: 16px;
	background: #34509f;
	border-radius: 50%;
	content: '';
	top: 17px;
	left: 17px;
}

.contact0006_box_right_box_title{
	font-size:1.6rem;
	color: #34509f;
	font-weight: bold;
	margin-top: 0rem;
}

#serve-img-area.paused .point-area .point-10:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area.paused .point-area .point-20:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area.paused .point-area .point-30:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area.paused .point-area .point-40:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area.paused .point-area .point-50:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area.paused .point-area .point-60:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area.paused .point-area .point-70:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area.paused .point-area .point-80:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area.paused .point-area .point-90:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area.paused .point-area .point-100:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area .point-area {
  text-align: center;
  position: relative;
  width: 50px;
  height: 50px; margin:auto;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#serve-img-area .point-area div{
	border-color: #34509f;
}
/*客服*/
.service0002{
	width: 50px;
	height: auto;
	position: fixed;
	right:1%;
	top: 30%;
	display: block;
	z-index: 500;
}
.service0002 a{
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0,0,0,0.7);
	margin-bottom: 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	right: 0px;
}
.service0002_tel{
	top:0px;
	overflow: hidden;
}
.service0002_tel .service0002_title{
	font-size:22px;
	font-weight: bold;
}
.service0002_tel:hover{
	background: #213f76;
	width: 246px;
	border-radius: 10px;
}
.service0002_online{
	top:55px;
	overflow: hidden;
}
.service0002_online .service0002_title{
	font-size:14px;
	font-weight: bold;
}
.service0002_online:hover{
	background: #213f76;
	width: 146px;
	border-radius: 10px;
}
.service0002_jingdong{
	top:110px;
	overflow: hidden;
}
.service0002_jingdong .service0002_title{
	font-size:14px;
	font-weight: bold;
}
.service0002_jingdong:hover{
	background: #213f76;
	width: 146px;
	border-radius: 10px;
}
.service0002_top{
	top:165px;
	overflow: hidden;
}
.service0002_top .service0002_title{
	font-size:14px;
	font-weight: bold;
}
.service0002_top:hover{
	background: #213f76;
	width: 146px;
	border-radius: 10px;
}
.service0002_img{
	width: 50px;
	height: 50px;
	margin:0px auto;
	overflow: hidden;
	font-size: 0px;
	float: left;
}
.service0002_img img{
	width:100%;
	height:100%;
	margin:0px auto;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.service0002_title{
	color:#ffffff;
	font-size: 14px;
	text-align: center;
	float: left;
	height: 46px;
	line-height: 46px;
}
.service0002_mobile{
	display: none;
}
@media screen and (max-width:1023px)and (min-width:300px){
#serve-img-area .point-area {
  text-align: center;
  position: relative;
  width: 30px;
  height: 30px; margin:auto;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
}

#serve-img-area .point-area .point-shadow:after {
  -webkit-box-shadow: inset 0 0 5em rgba(52, 80, 159, 0.16);
  -moz-box-shadow: inset 0 0 5em rgba(52, 80, 159, 0.16);
  box-shadow: inset 0 0 5em rgba(52, 80, 159, 0.16);
}
#serve-img-area .point-area .point-white {
  background-color: #fff;
  border: 1px solid #00C1DE;
}
#serve-img-area .point-area .point-dot {
  z-index: 1;
  background-color: #c5cde5;
  border: 1px solid rgba(52, 80, 159, 0.16);
}
#serve-img-area .point-area .point-10 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-10:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #34509f;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 225ms infinite;
  -moz-animation: ripple 4500ms ease-out 225ms infinite;
  -o-animation: ripple 4500ms ease-out 225ms infinite;
  animation: ripple 4500ms ease-out 225ms infinite;
}
#serve-img-area .point-area .point-20 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-20:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #335ba8;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 450ms infinite;
  -moz-animation: ripple 4500ms ease-out 450ms infinite;
  -o-animation: ripple 4500ms ease-out 450ms infinite;
  animation: ripple 4500ms ease-out 450ms infinite;
}
#serve-img-area .point-area .point-30 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-30:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #335ba8;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 675ms infinite;
  -moz-animation: ripple 4500ms ease-out 675ms infinite;
  -o-animation: ripple 4500ms ease-out 675ms infinite;
  animation: ripple 4500ms ease-out 675ms infinite;
}
#serve-img-area .point-area .point-40 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-40:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #335ba8;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 900ms infinite;
  -moz-animation: ripple 4500ms ease-out 900ms infinite;
  -o-animation: ripple 4500ms ease-out 900ms infinite;
  animation: ripple 4500ms ease-out 900ms infinite;
}
#serve-img-area .point-area .point-50 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-50:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #34509f;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1125ms infinite;
  -moz-animation: ripple 4500ms ease-out 1125ms infinite;
  -o-animation: ripple 4500ms ease-out 1125ms infinite;
  animation: ripple 4500ms ease-out 1125ms infinite;
}
#serve-img-area .point-area .point-60 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-60:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #335ba8;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1350ms infinite;
  -moz-animation: ripple 4500ms ease-out 1350ms infinite;
  -o-animation: ripple 4500ms ease-out 1350ms infinite;
  animation: ripple 4500ms ease-out 1350ms infinite;
}
#serve-img-area .point-area .point-70 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-70:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #335ba8;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1575ms infinite;
  -moz-animation: ripple 4500ms ease-out 1575ms infinite;
  -o-animation: ripple 4500ms ease-out 1575ms infinite;
  animation: ripple 4500ms ease-out 1575ms infinite;
}
#serve-img-area .point-area .point-80 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-80:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #335ba8;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1800ms infinite;
  -moz-animation: ripple 4500ms ease-out 1800ms infinite;
  -o-animation: ripple 4500ms ease-out 1800ms infinite;
  animation: ripple 4500ms ease-out 1800ms infinite;
}
#serve-img-area .point-area .point-90 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-90:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #34509f;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 2025ms infinite;
  -moz-animation: ripple 4500ms ease-out 2025ms infinite;
  -o-animation: ripple 4500ms ease-out 2025ms infinite;
  animation: ripple 4500ms ease-out 2025ms infinite;
}
#serve-img-area .point-area .point-100 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-100:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #34509f;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 2250ms infinite;
  -moz-animation: ripple 4500ms ease-out 2250ms infinite;
  -o-animation: ripple 4500ms ease-out 2250ms infinite;
  animation: ripple 4500ms ease-out 2250ms infinite;
}


lesshat-selector {
  -lh-property: 0; 
} 
@-webkit-keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.3,0.3); } 5%{ opacity:1; }  100%{ opacity:0; -webkit-transform:scale(1)}}
@-moz-keyframes ripple{ 0%{opacity:0;-moz-transform:scale(0.3,0.3); } 5%{ opacity:1; }  100%{ opacity:0; -moz-transform:scale(1)}}
@-o-keyframes ripple{ 0%{opacity:0;-o-transform:scale(0.3,0.3); } 5%{ opacity:1; }  100%{ opacity:0; -o-transform:scale(1)}}
@keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.3,0.3);-moz-transform:scale(0.3,0.3);-ms-transform:scale(0.3,0.3);transform:scale(0.3,0.3); } 5%{ opacity:1; }  100%{ opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}
[not-existing] {
  zoom: 1;
}


.join0001_box{
	width:100%;
	height: auto;
	margin: auto;
	position: relative;
}
.join0001_title_box{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	position: relative;
}
.join0001_title_box_left{
	width:100%;
	height: auto;
	position: relative;
	
}
.join0001_title_box_left_topcn{
	color: #3f3a39;
	font-size: 3.5rem;
	position: relative;
	bottom: 0px;
	
}
.contact_jp_search{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	height:8vh;
	line-height: 8vh;
	margin-top: 5vh;
	margin-bottom: 8vh;
}
.contact_jp_search_title{
	height:100%;
	font-size: 1.125rem;
}
.contact_jp_con{
	width:50%;
	height:100%;
	
}
.join0001_search_text{
	display: inline-block;
	width: 70%;
	height:100%;
	background: #f8f8f8;
	border: none;
	margin: 0px 1rem;
	float: left;
	padding: 0px 1rem;
	font-size: 1rem;
}
.join0001_search_btn{
	width:25%;
	height: 100%;
	overflow: hidden;
	background: #34509f;
	text-align: center;
	border: none;
	color: #ffffff;
	font-size: 2rem;
	float: left;
	cursor: pointer;
}

.join0001_list{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	margin-top: 3vh;
	box-shadow: 0px 0px 20px 1px #f2f2f2;
	position: relative;
}
.join0001_list_box{
	width:95%;
	margin: auto;
	height:auto;
	overflow: hidden;
	padding-bottom: 2rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.join0001_list_box_title{
	height:5rem;
	line-height: 5rem;
	color: #343434;
	font-size: 1.57rem;
}
.join0001_list_box_des{
	width:100%;
	height:auto;
	background: #f8f8f8;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1rem 0px;
}
.join0001_list_box_des div{
	width:30%;
	height: 2rem;
	padding-left: 5%;
	line-height: 2rem;
	text-align: left;
	color: #3e3e3e;
	font-size: 1rem;
}
.join0001_list_box_des div:nth-child(3n){
	width:20%;
	height: 2rem;
	padding-left: 0%;
	line-height: 2rem;
	text-align: left;
}
.join0001_list_box_con{
	width:100%;
	height: auto;
	padding: 2rem 0px;
	color: #6a6a6a;
	font-size: 1rem;
	line-height: 1.5rem;
	display: none;
}
.join0001_liston .join0001_list_box_con{
	display: block;
}
.join0001_btn{
	width: 130px;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	color: #FFFFFF;
	background: #34509f;
	position: absolute;
	top: 1.5rem;
	right: 2.5%;
	cursor: pointer;
	transition: all 0.3s;
}
.join0001_btn:hover{
	background:#163384;
}
.join0001_page{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	padding-bottom: 3rem;
	padding-top: 3rem;
	text-align: center;
	border-top: 2px #f5f3ed solid;
	margin-top: 3rem;
}
.join0001_page_right,.join0001_page_left{
	display: inline-block;
	width:3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	border-radius: 50%;
	border: 2px #dedede solid;
	font-family: "宋体";
	color: #dedede;
	font-size: 1.8rem;
	cursor: pointer;
	transition: all 0.3s;
}
.join0001_page_right:hover,.join0001_page_left:hover{
	color: #34509f;
	border: 2px #34509f solid;
	
}


.join_form_box{
	width:100%;
	height: 100vh;
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 0px;
	flex-direction: column;
	justify-content: center;
	display: none;
}
.join_form_box_close{
	position: relative;
	width: 22px;
	height: 22px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	cursor: pointer;
	transition: all 0.3s;
}
.join_form_box_close:hover{
	transform: rotate(180deg);
}
.join_form{
	width:700px;
	height:auto;
	margin:0px auto;
	background: #ffffff;
	border-radius: 10px;
}
.join_form_title{
	width:90%;
	border-bottom: 1px #dedede solid;
	margin: auto;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 1rem;
	padding-top: 3rem;
	margin-bottom: 2rem;
}
.join_form_text_box{
	width: 90%;
	margin:0px auto;
	padding-bottom: 1rem;
	text-align: center;
}
.join_form_text{
	width:70%;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0px 1rem;
	border: 1px #dedede solid;
	font-size: 1rem;
	color: #000000;
	font-family: "微软雅黑";
	transition: all 0.3s;
}
.join_form_text:focus,.join_form_btn:focus{
	outline: none;
	border: 1px #a9a9a9 solid;
	box-shadow: 0 0px 5px rgba(0,0,0,0.2);
}
.join_form_texts{
	line-height: 1.5rem;
	height: 4.5rem;
	transition: all 0.3s;
	padding: 0.5rem 1rem;
}
.join_form_btn{
	width:8rem;
	height: 2.5rem;
	font-family: "微软雅黑";
	background: #34509f;
	border: none;
	cursor: pointer;
	color: #ffffff;
	font-size: 1rem;
	margin-bottom: 2rem;
	transition: all 0.3s;
}
.join_form_btn:hover{
	box-shadow: 0 0px 5px #34509f;
}
/*产品详情*/
.chanpin_gs{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	padding-top: 5vh;
}
.chanpin_gs_left{
	width:50%;
	float: left;
}
.chanpin_gs_left_img{
	width:100%;
	height: calc(85vw * 0.5 * 387 / 610);
	height: calc(var(--mainwidth) * 0.5 * 387 / 610);
	background: #f6f9ff;
	text-align: center;
	padding: 10% 0px;
	font-size: 0px;
}
.chanpin_gs_left_img img{
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.chanpin_gs_left_left,.chanpin_gs_left_right{
	position:absolute;
	z-index: 10;
	width: 50px;
	height: 80px;
	line-height: 80px;
	font-size: 2rem;
	color: #FFFFFF;
	font-family: "宋体";
	text-align: center;
	background: rgba(0,0,0,0.2);
	top: calc(50% - 40px);
	cursor: pointer;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.chanpin_gs_left_left:hover,.chanpin_gs_left_right:hover{
	background: #1f57a7;
}
.chanpin_gs_left_left:focus,.chanpin_gs_left_right:focus{outline:none;}
.chanpin_gs_left_left{
	left: 0rem;
}
.chanpin_gs_left_right{
	right:  0rem;
}
.chanpin_gs_right{
	width:45%;
	float: right;
}
.chanpin_gs_right_con{
	font-size:1.125rem;
	margin-top: 1rem;
	line-height: 2rem;
	max-height: 24rem;
	overflow: auto;
	color: rgba(0,0,0,0.8);
}
.product_ys{
	width:100%;
	height: auto;
	background: #f6f9ff;
	margin-top: 10vh;
	padding-bottom: 10vh;
}

.product_ys_ys{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 5vh;
}
.product_ys_ys_box{
	width:23%;
	height: auto;
	padding: 10vh 0px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.product_ys_ys_box_ico{
	width:182px;
	height: 182px;
	font-size: 0px;
	margin: 0px auto;
	overflow: hidden;
	background: #34509f;
	border-radius: 50%;
	padding-top: 36px;
	text-align: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.product_ys_ys_box:hover .product_ys_ys_box_ico{
	padding-top: 26px;
}
.product_ys_ys_box_ico img{
	width:110px;
	height: 110px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.product_ys_ys_box_title{
	width:100%;
	text-align: center;
	font-size: 1.625rem;
	margin-top: 1rem;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.product_ys_ys_box_con{
	width:70%;
	margin: 0px auto;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
	color: rgba(0,0,0,0.7);
	margin-top: 1rem;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.product_td{
	width:100%;
	height: auto;
}

.product_td_td{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 5vh;
}
.product_td_td_box{
	width:25%;
	height: auto;
	padding: 3vh 4vh;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.product_td_td_box_ico{
	width:100%;
	height: 90px;
	font-size: 0px;
	margin: 0px auto;
	overflow: hidden;
	padding-top: 25px;
	text-align: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.product_td_td_box:hover .product_td_td_box_ico{
	padding-top: 15px;
}
.product_td_td_box_ico img{
	height: 65px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.product_td_td_box_title{
	width:100%;
	text-align: center;
	font-size: 1.625rem;
	margin-top: 1rem;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.product_td_td_box_con{
	width:90%;
	margin: 0px auto;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
	color: rgba(0,0,0,0.7);
	margin-top: 1rem;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.porduct_al{
	width:100%;
	height: auto;
	margin-top: 10vh;
	background: #f6f9ff;
}

.product_cs{
	width:100%;
	height: auto;
	background: #f6f9ff;
	padding-top: 5vh;
	padding-bottom: 10vh;
	margin-top: 5vh;
}

.product_cs_menu{
	width:85vw;
	width:var(--mainwidth);
	height: 10vh;
	line-height: 10vh;
	margin: auto;
	border-bottom: 1px rgba(255,255,255,0.1) solid;
	text-align: center;
}

.product_cs_menu span{
	display: inline-block;
	height: 100%;
	font-size: 1.125rem;
	color: #000000;
	font-weight: bold;
	padding: 0px 0.5rem;
	margin: 0px 2rem;
	position: relative;
}
.product_cs_menu span:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 4px;
	background: #000000;
	bottom: -2px;
	left: 0px;
	transform: scaleX(0);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.product_cs_menu span:hover:after{
	transform: scaleX(1);
}
.product_cs_menu span.product_cs_menuson:after{
	transform: scaleX(1);
}
.product_cs_con{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	padding-top: 2vh;
	display: none;
	color:#FFF;
}
.product_cs_con img{
	max-width: 100%;
}


.canshu{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top: 2vh;
	}
.canshu_left{
	width:50%;
	height:auto;
	float:left;
	padding-left:5%;
	overflow: hidden;
	}
.canshu_left_title{
	width:100%;
	height:auto;
	line-height:2.5rem;
	font-size:1.4rem;
	color:#fff;
	padding-top: 2vh;
	overflow: hidden;
	}
.canshu_left_title span{
	border-bottom:5px solid #fff;
	}	
.canshu_left_biao{
	width:100%;
	height:auto;
	padding-top: 2vh;
	overflow: hidden;
}
.biao_all{
	
	width:100%;
	height:auto;
	overflow: hidden;
	}
.biao_left{
	width:20%;
	float:left;
	height: auto;
    line-height: 2.2rem;
	font-size:1rem;
	color:rgb(255,255,255,0.7);
	text-align:left;
	}
.biao_right{
	width:80%;
	height: auto;
    line-height: 2.2rem;
	float:right;
	font-size:1rem;
	color:#fff;
	text-align:left;
	}



.product_cs_conon{
	display: block;
}
/*产品详情*/
/*联系米兰(milan)中国官方*/
/*底部*/
.footer0003_box{
	width:100%;
	height: auto;
	background: #1e1e1e;
	margin-top: 10vh;
}

.footer0003_link{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	line-height: 2.5rem;
	color: rgba(255,255,255,0.6);
	font-size: 1rem;
	padding: 1.5rem 0px;
	border-bottom: 1px rgba(255,255,255,0.1) solid;;
}
.footer0003_link a{
	color: #a9a9a9;
	font-size: 0.9rem;
	margin-right: 1rem;
	transition: all 0.3s;
}
.footer0003_link a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.footer0003{
	width:85vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	margin-top: 10vh;
	padding-bottom: 5vh;
}
.footer0003_left{
	width:300px;
	float: left;
}
.footer0003_left_con{
	padding-top: 1rem;
}
.footer0003_left_con_title{
	padding-top: 1rem;
	font-size:1rem;
	color: rgba(255,255,255,0.6);
}
.footer0003_left_con_con{
	font-size:1.5rem;
	color: #ffffff;
}
.footer0003_left_con_con2{
	font-size:1rem;
	color: #ffffff;
}

.footer0003_right{
	width:calc(100% - 350px);
	height: auto;
	float: right;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer0003_right_menu{
	width:20%
}

.footer0003_right_menu a:hover{
	text-decoration: underline;
}
.footer0003_right_menu_title a{
	color: #ffffff;
	font-size: 1.375rem;
	transition: all 0.3s;
}
.footer0003_right_menu_con{
	padding-top:1rem;
}
.footer0003_right_menu_con a{
	display: block;
	color: rgba(255,255,255,0.6);
	font-size: 1rem;
	line-height: 1.8rem;
	transition: all 0.3s;
}
.footer0003_right_menu_con a:hover{
	color: #ffffff;
}

.footer0003_right_menucode_title{
	color: #ffffff;
	font-size: 1.375rem;
	text-align: left;
}
.footer0003_right_menucode_con{
	padding-top:1.5rem;
}

.footer0003_right_menucode_con_img{
	float:left;
	color:#FFF;
	text-align:center;
	font-size:1rem;
	margin-right: 0.5rem;
	}
.footer0003_right_menucode_con_img img:first-child{
	
}
.footer0003_bottom_box{
	width:100%;
	height: auto;
	background: #1e1e1e;
}
.footer0003_bottom{
	width:85vw;
	width:var(--mainwidth);
	height: 4rem;
	line-height: 4rem;
	margin: auto;
	border-top: 1px rgba(255,255,255,0.1) solid;
}
.footer0003_bottom a{
	color:#a9a9a9;
	transition: all 0.3s;
}
.footer0003_bottom a:hover{
	color:#ffffff;
}
.footer0003_bottom_left{
	width:calc(100% - 250px);
	float: left;
	font-size: 0.9rem;
	color: #a9a9a9;
}
.footer0003_bottom_right{
	width:250px;
	float: right;
	text-align: right;
	color: #a9a9a9;
	font-size: 0.9rem;
	
}
.footer0003_bottom_right span{
	padding:0px 0.5rem;
}
.footer0001_left_btn_box{
	
	    display: inline-block;
}
.footer0001_left_btn_box span{
	display:inline-block;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1.2rem;
	background: #0f0f0f;
	margin-right: 1rem;
	border-radius: 50%;
	text-align: center;
	color:#ffffff;
	position: relative;
	transition: all 0.3s;
	    margin-top: 0.5rem;
}

.footer0001_left_btn_box svg{
	display:inline-block;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1.2rem;
	background: #0f0f0f;
	margin-right: 1rem;
	border-radius: 50%;
	text-align: center;
	fill:#ffffff;
	position: relative;
	transition: all 0.3s;
}
.footer0001_left_btn_box svg:hover{
	background: #34509f;
}
.footer0001_left_btn_box img{
	position: absolute;
	width: 120px;
	height:120px;
	bottom: 3.5rem;
	left: calc(-65px + 1.5rem);
	display:none;
	transition: all 0.3s;
}
.footer0001_left_btn_box span:hover img{
	display: block;
}