/* 清理浮动 */
.clearfix:before,
.clearfix:after {
	display: block;
	content: " ";
	clear: both;
}

::selection {
	color: #fff;
	background: #007BFF;
}

.clearfix { 
	zoom: 1;
	/* for ie67*/
}
body{
		font-family: "pf";
		overflow-x: hidden;
}
@font-face {
	font-family: "pf";
	src: url("../fonts/PINGFANG_REGULAR.TTF");
}



@font-face {
    font-family: 'futura_r';
    src: url('../fonts/FuturaLT-Book.woff2') format('woff2'),
        url('../fonts/FuturaLT-Book.woff') format('woff'),
        url('../fonts/FuturaLT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINCondensedC';
    src: url('../fonts/DINCondensedC.woff2') format('woff2'),
        url('../fonts/DINCondensedC.woff') format('woff'),
        url('../fonts/DINCondensedC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'pfmedium';
		src: url("../fonts/PINGFANGMEDIUM.TTF");
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.two_row{
   text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ss_content {
	width: 78%;
	margin: 0 auto;
}

.header-wide {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	/* height: 100px; */
	display: flex;
	align-items: center;
	background: #fff;
}

.d-lg-block {
	width:100%;
	margin: 0 auto;
	
}

.tgg_widthbox{
	width: 86%;
	margin: 0 auto;
}
.header_pxbox {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.sticky{
	position: relative;
}

.header_top_box {
	width: 100%;
}
.tgg_header_navwrap{
	display: flex;
	
	justify-content: space-between;
	align-items: center;
}

.main-menu ul {
	webkit-justify-content: flex-start;
	justify-content: flex-start;
	
	box-sizing: border-box;
	display: block;
}

.main-menu ul>li {
	float: left;
	text-align: center;
}

.main-menu ul li a {
	display: inline-block;
	position: relative;
	color: #666;
	transition: all 0.3s;
	padding: 0;
	padding-bottom: 7px;
	font-family: "Helvetica Neue,Helvetica";
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
}
.main-menu ul li a:after{
	content: "";
	height: 2px;
	background:#005a8a ;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	transition: all 0.3s;
	width: 20%;
	opacity: 0;
	transition: all 0.3s;
}
.main-menu ul>li:hover>a:after{
	width: 100%;
	opacity: 1;
}
.main-menu ul>li.active>a:after{
	width: 100%;
	opacity: 1;
}
.main-menu ul>li.active>a{
	color: #005a8a;
}

.main-menu ul>li:hover>a{
	color: #005a8a;
}



.header_nav_left {
	width: 15%;
	/* margin-top: 24px; */
}

.header_nav_left a{
	display: block;
	width: 100%;
}
.header_nav_left a img{
	display: block;
}


.header_nav_txt {
	font-family: "new_font";
	font-size: 20px;
	color: #000;
	display: inline-block;
	margin-left: 6px;
}

.main-menu ul li a {
	position: relative;
}

main {
	width: 100%;
}

.slider-area {
	width: 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

.size_wrap {
	width: 78%;
	margin: 0 auto;
}

.gray_body{
	background: #f2f2f2;
}

.one_row {

	overflow: hidden;
	white-space: nowrap;

	text-overflow: ellipsis;
}

.there_row {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.two_row {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}


.header_nav_right {
	float: right;
	display: inline-block;
	margin-top: 20px;
}



.sticky.is-sticky{
	
	z-index: 9999999;
	box-shadow: 0 5px 17px rgba(14,99,144,0.05);

}

.sticky.is-sticky .header_nav_box {
	width: 86%;
	margin: 0 auto;
	height: 100%;

}
.sticky.is-sticky .main-menu li{
		padding-top: 20px;
    padding-bottom: 25px;
}
.sticky.is-sticky .main-menu li a {
	padding: 0;
	padding-bottom: 6px;
}






.tgg_two_nva_wrap{
		min-height:100px;
		min-width: 220px;
		position: absolute;
		left: 0%;
		box-sizing: border-box;
		
		top: 100%;
		z-index: 99;
		box-sizing: border-box;
		padding: 0px 11px;
		background: rgba(255,255,255,1);
		border: 1px solid rgba(0,0,0,0.1);
		
		/* display: none; */
		transform: scaleY(0);
    transform-origin: top;
		-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
		z-index: 9999;
		border-bottom: solid 2px #005a8a;
}
.tgg_two_nva_list{
	width: 100%;
}
.main-menu ul .tgg_two_nva_list span{ 
	/* 	float: left; */
		display: block;
		
		/* width:22%;
		margin: 0 1.5%; */
		text-align: left;
		padding: 7px 0;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		
}
.main-menu ul .tgg_two_nva_list span:last-child{
	border-bottom: none;
}
.main-menu ul li .tgg_two_nva_list span a{
		color: #666;
		font-size: 15px;
		transition: all 0.3s;
		font-family: "微软雅黑";
		display: block;
		box-sizing: border-box;
		padding: 2px 0;
		padding-left: 12px;
		transition: 0.5s;
}

.main-menu ul li .tgg_two_nva_list span a:hover{
	color: #014399;
	padding-left: 16px;
  transition: 0.5s;
}
.main-menu ul li{
	padding-top: 24px;
	padding-bottom: 26px;
	/* padding-right: 3.5vw; */
	padding-right: 1.75vw;
	padding-left: 1.75vw;
	
}
.main-menu ul li:last-child{
	/* margin-right: 0px; */
	padding-right: 0px;
}
/* .main-menu ul li:hover .tgg_two_nva_wrap{
		
		transform: scaleY(1);
} */


	@-webkit-keyframes bounce-up {
			 25% {-webkit-transform: translateY(10px);}
			 50%, 100% {-webkit-transform: translateY(0);}
			 75% {-webkit-transform: translateY(-10px);}
	}

	@keyframes bounce-up {
	 25% {transform: translateY(10px);}
	 50%, 100% {transform: translateY(0);}
	 75% {transform: translateY(-10px);}
	}
/* 首页样式 */
.index_wrap_banner{
	width: 100%;
	height: calc(100vh - 85px);
	overflow: hidden;
	position: relative;
}
.index_wrap_banner .swiper-container{
	height: 100%;
}
.index_wrap_banner .index_banner_item{
	height: 100%;
}
.index_banner_item a{
	display: block;
	width: 100%;
	height: 100%;
	
}
.index_shubiao_wrap{
	position: absolute;
	left: 0;
	bottom: 4.4%;
	text-align: center;
	width: 100%;
	z-index: 2;
	
}
.index_shubiao_icon{
	display: inline-block;
	width: 35px;
	-webkit-animation: bounce-up 1.4s linear infinite;
    animation: bounce-up 1.4s linear infinite;
}
.index_shubiao_icon img{
	display: block;
	width: 100%;
}
.index_banner_item a img{

	width: 100%;
}
.index_banner_item a .pcimg{
		display: block;
		height: 100%;
}
.index_banner_item a .phoneimg{
		display: none;
}
.index_banner_swiper .swiper-pagination{
	display: none;
}

.index_about_part{
	padding-top: 5.5vw;
	width: 100%;
	position: relative;
	z-index: 2;
}
.index_about_one{
	width: 100%;
	display: flex;
	
	justify-content: space-between;
}
.index_about_right{
	width: 37%;
	
	
}
.index_about_left{
	width: 48%;
}
.index_about_rightbox{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.index_about_rightbox img{
	width: 100%;
	transition: all 0.3s linear;
}
.index_about_rightbox:hover img{
		opacity: 0.85;
}
.index_about_titleen{
	font-size: 3.125vw;
	font-family: "futura_r";
	color: #005a8a;
	vertical-align: middle;
}

.index_about_titlech{
	font-size: 2.5vw;
	color: #005a8a;
	vertical-align: middle;
	display: inline-block;
	padding-left: 4px;
}
.index_about_solo{
	padding-top: 0.8vw;
}
.index_about_title{
	padding-top: 0.5vw;
}
.index_about_soloone{
	font-size: 1.25vw;
	color: #005a8a;
	/* font-family: "Helvetica Neue,Helvetica"; */
	letter-spacing: 1px;
}
.index_about_solotwo{
	font-size: 0.9375vw;
	color: #333333;
	margin-top: 1px;
}

.index_about_intro{
	font-size: 14px;
	color: #666666;
	margin-top: 3.3vw;
	height: 69px;
}
.index_about_numtxt{
	font-family: "DINCondensedC";
	font-size: 3.75vw;
	color: #333333;
	line-height: 3.75vw;
}
.index_about_numintro{
	font-size: 16px;
	color: #666;
	font-family: "Helvetica Neue,Helvetica";
	letter-spacing: 0.5px;
	
}
.index_about_numitem{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.house_num_tggicon{
	position: absolute;
	right: -22px;
	top: 0;
	
}
.index_about_numitemone{
	margin-right: 6.3vw;
}
.index_about_numbox{
	margin-top: 4.1vw;
}
.index_more_btn{
		width: 12.5vw;
		height: 3.6vw;
		box-sizing: border-box;
		border: 1px solid rgba(0,82,131,0.3);
		cursor: pointer;
		position: relative;
    overflow: hidden;
    -webkit-transition: .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: .8s cubic-bezier(.19, 1, .22, 1);
    transition: .8s cubic-bezier(.19, 1, .22, 1);
		position: relative;
		overflow: hidden;
		
}
.index_more_btn:after{
		content: '';
    width: 100%;
    height: 100%;
   background: #d4d9e1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform: translateX(-100%);
		-webkit-transition: .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: .8s cubic-bezier(.19, 1, .22, 1);
    transition: .8s cubic-bezier(.19, 1, .22, 1);
		z-index: 1;
}
.index_more_btn:hover{
	
	border: 1px solid rgba(0,82,131,0.2);
}
.index_more_btn:hover:after{
	transform: translateX(0);
}

.index_more_box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
}
.index_more_text{
	font-size: 17px;
	font-weight: bold;
	color: #005283;
}
.index_more_icon{
	display: inline-block;
	width: 16px;
	height: 7px;
	background: url(../img/blue_arrow.png) no-repeat center;
	background-size: 100% 100%;
	margin-left: 1.4vw;
	transition: all 0.3s linear;
}
.index_more_btn:hover .index_more_icon{
	margin-left:0.2vw;
}
.index_more_wrap{
	margin-top: 5.3vw;
}



.index_about_swiperitem{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background: #fff;
	box-sizing: border-box;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.index_about_swiperitem:hover {
	box-shadow: 0px 0px 35px rgba(174, 174, 174, 0.5);
	position: absolute;
	z-index: 6;
	left: 0;
	top: 0;
	
	
	

}
.index_about_logo{
	max-width: 48%;
	margin: 0 auto;
	height: 2.9vw;
	display: flex;
	justify-content: center;
	align-items: center;
	
	
}
.index_about_logo img{
	display: block;
	width: 100%;
	transition: all 0.3s ease-in-out;
}
.index_about_swiperitem:hover .index_about_logo img{
		-webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
		
} 
.index_abswiper_title{
	font-size: 0.9375vw;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-top: 1.75vw;
	transition: all 0.3s ease;
	
}
.index_about_swiperitem:hover .index_abswiper_title{
	color: #005a8a;
}
.index_abswiper_intro{
	font-size: 14px;
	color: #666666;
	height: 46px;
	margin-top: 19px;
}
.index_about_swiperitembox{
	width: 65%;
	padding: 4.6vw 0;
	
}
.index_abswiper_icon{
	width: 26px;
	margin: 0 auto;
	margin-top: 32px;
	transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
		opacity: 0;
	
}
.index_about_swiperitem:hover .index_abswiper_icon{
	opacity: 1;
}
.index_abswiper_icon:hover img{
	margin-left: 10px;
}
.index_abswiper_icon img{
	display: block;
	width: 100%;
}
.index_about_banner .swiper-slide{
	background: #fff;
}
.index_about_banner .swiper-wrapper{
	align-items:stretch;

	
	

	
	
}
.index_about_twobox{

	margin: 0 auto;
	position: relative;
	z-index: 88;
}
.index_about_banner{
	width: 100%;
	box-sizing: border-box;
	/* padding: 0 7%; */
	background: #fff;
	padding-bottom: 80px;	
}
.index_about_two{
	margin-top: 9vw;
}
.index_about_banner .swiper-slide{
	height: auto;
	position: relative;
}
.index_about_banner .swiper-pagination{
	bottom: 26px;
	width: 100%;
	overflow: auto;
	padding: 0 2%;
	box-sizing: border-box;
}
.index_about_banner .swiper-pagination-bullet{
	position: relative;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
/* 	border: 1px solid rgba(0,90,138); */
	border: 1px solid transparent;
	background: #fff;
	opacity: 1;
}
.index_about_banner .swiper-pagination-bullet:after{
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #005a8a;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -3px;
	margin-left: -3px;
	
}
.index_about_banner .swiper-pagination-bullet-active{
		border: 1px solid rgba(0,90,138);
}
.index_our_advantage{
	width: 100%;
	background: url(../img/advantagebg.jpg) no-repeat center;
  background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
	padding-top: 146px;
	padding-bottom: 144px;
	margin-top: -50px;
}
.index_our_advantagebox{
	width: 1200px;
	margin: 0 auto;
}
.index_our_advantitle{
	text-align: center;
	font-size: 1.7vw;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}
.index_our_advanlist li{
	float: left;
	width: 32%;
	background: #fff;
	margin-right: 2%;
	transition: all 0.3s linear;
}
.index_our_advanlist li:hover{
	-webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
}
.index_our_advanlist li:last-child{
	margin-right: 0px;
}
.index_our_advanlist li a{
	display: block;
	width: 100%;
	
}
.index_our_advanitem{
	text-align: center;
	padding: 30px 0;
}
.index_our_advanicon{
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s linear;
	
}

.index_our_advanicon img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	transition: all 0.6s ease;
}

.index_our_advanlist li:hover .index_our_advanicon img{
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.index_our_advantext{
	font-size: 1.04vw;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.15vw;
}
.index_our_advanlist{
	margin-top: 17vw;
}
.index_case_wrap,.index_news_box{
	padding: 4.4vw 0;
	text-align: center;
}
.index_smae_title span{
	display: inline-block;
	vertical-align: middle;
}
.big_title_en{
	font-size: 3vw;
    font-family: "futura_r";
    color: #005a8a;
		line-height: 3vw;
		text-transform: uppercase;
}
.big_title_ch{
	font-size: 2.4vw;
    color: #005a8a;
		line-height: 2.4vw;
}
.index_smae_intro{
	font-size: 0.9375vw;
	color: #666666;
	margin-top: 1.25vw;
}
.index_case_main{
	margin-top: 3.6vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_case_right{
	width: 49.5%;
	
}

.index_case_left{
	width: 50.5%;
}
.case_item_a{
	display: block;
	width: 100%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: all 0.3s linear;
}
.case_item_img{
	width: 100%;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.case_item_st{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: scale(1);
  transition: all .5s;
}

.hover_overlay_bg{
		position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    background: #333333;
    -webkit-transform: perspective(500px) rotateX(90deg);
    -ms-transform: perspective(500px) rotateX(90deg);
    -o-transform: perspective(500px) rotateX(90deg);
    transform: perspective(500px) rotateX(90deg);
    transform-style: preserve-3d;
    transition: all .7s;
		z-index: 6;
}
.hover_content_main{
		position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
   opacity: 0;
    visibility: hidden;
    transition: all .7s;
		z-index: 8;
}
.case_item_img img{
	display: block;
	width: 100%;
	
}
.case_item_st img{
	display: none;
}
.case_item_title{
	font-size: 0.937vw;
	color: #fff;
	width: 90%;
	margin: 0 auto;
}
.hover_content_icon{
	width: 37px;
	height: 37px;
	border-radius: 100%;
	box-sizing: border-box;
	border:1px solid #fff;
	background: url(../img/bai_carrow.png) no-repeat center;
	margin: 0 auto;
	margin-top: 22px;
	transition: all 0.3s linear;
}
.hover_content_icon:hover{
		background: url(../img/bule_carrow.png) no-repeat center;
		background-color: #fff;
}
.case_item_a:hover .case_item_st{
	transform: scale(1.1);
}
.case_item_a:hover .hover_overlay_bg{
	-webkit-transform: perspective(900px) rotateX(0deg);
    -ms-transform: perspective(900px) rotateX(0deg);
    -o-transform: perspective(900px) rotateX(0deg);
    transform: perspective(900px) rotateX(0deg);
    transform-style: preserve-3d;
    visibility: visible;
    opacity: .67;
}
.case_item_a:hover .hover_content_main{
	visibility: visible;
    opacity: 1;
}
.index_case_listbox li{
	float: left;
	width: 48.5%;
	margin-right: 1.5%;
	margin-bottom: 0.6vw;
}
.index_case_listbox li:nth-of-type(3){
	margin-bottom: 0px;
}
.index_case_listbox li:nth-of-type(4){
	margin-bottom: 0px;
}
.index_news_wrap{
	background: #fff;
}
.index_partner_list{
	width: 100%;
	box-sizing: border-box;
	padding: 0 60px;
	position: relative;
}
.index_partner_list .partner_banner{
	width: 84%;
	margin: 0 auto;
}
.footer_tggwrap{
	background: #333333;
}
.index_partner_wrap{
	padding: 38px 0;
}

.index_partner_wrap .swiper-button-prev{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	box-sizing: border-box;
	border:1px solid #dcdcdc;
	background: url(../img/gray_arrow_lt.png) no-repeat center;
	transition: all 0.3s linear;
}
.index_partner_wrap .swiper-button-prev:hover{
	border:1px solid #dcdcdc;
	background: url(../img/gray_arrow_lt.png) no-repeat center;
	background-color: #fff;
	border: #fff;
}
.index_partner_wrap .swiper-button-next{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	box-sizing: border-box;
	border:1px solid #dcdcdc;
	background: url(../img/gray_arrow_rt.png) no-repeat center;
	transition: all 0.3s linear;
}
.index_partner_wrap .swiper-button-next:hover{
	border:1px solid #dcdcdc;
	background: url(../img/gray_arrow_rt.png) no-repeat center;
	background-color: #fff;
	border: #fff;
}
.partner_banner_item a{
	width: 100%;
	display: block;
}
.partner_banner_item a img{
	display: block;
	width: 100%;
	transition: all 0.4s linear;
	cursor: pointer;
  filter: grayscale(100%);
}

.partner_banner_item a:hover img{
		filter: grayscale(0%);
}
.partner_banner_item a:hover img{
	-webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.footer_topone_leftbox{
	display: flex;
	
}
.footer_topone_leftbox dt{
	margin-bottom: 20px;
}
.footer_topone_leftbox dt a{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
.footer_topone_leftbox dd{
	margin-bottom: 2px;
}
.footer_topone_leftbox dd a{
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	transition: all 0.3s linear;
}
.footer_topone_leftbox dd a:hover{
	opacity: 1;
}
.footer_topone_leftbox dl{
	margin-right: 3.6vw;
}
.footer_topone_leftbox dl:last-child{
	margin-right: 0px;
}
.footer_topone_row{
	padding-top: 3.2vw;
	padding-bottom: 4.1vw;
}
.footer_topone_box{
	display: flex;
	justify-content: space-between;
}
.footer_topone_title{
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
.footer_topone_icon{
	display: inline-block;
	width: 16px;
	text-align: center;
	vertical-align: middle;
	margin-right: 3px;
}
.footer_topone_icon img{
	display: inline-block;
	
}
.footer_topone_text{
	display: inline-block;
	
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	vertical-align: middle;
}
.footer_topone_lianxi{
	margin-bottom: 6px;
}
.footer_topone_code{
	max-width: 80px;
	margin-top: 30px;
}
.footer_topone_code img{
	display: block;
}
.new_zg_content{
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 22px 5px;
}
.company_a_bottom{
	font-size: 15px;
	color: #fff;
	opacity: 0.6;
	transition: all 0.3s linear;
}
.company_a_bottom:hover{
	opacity: 0.8;
	color: #fff;
}

/* 图片单独的样式 */
.index_news_item_imgbox{
	background: #fff;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	
}
.img_show_wrap img{
	display: block;
    width: 100%;
    transition: all 0.3s linear;
/* 		-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
		
}
.index_news_item_imgbox:before{
		/* content: '';
    position: absolute;
    top: 0;
    left: -5%;
    width: 110%;
    height: 150%;
    background: #fff;
    -webkit-transform: translateY(-17%) skewY(8deg);
    -ms-transform: translateY(-17%) skewY(8deg);
    transform: translateY(-17%) skewY(8deg);
    z-index: 1; */
		content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: cubic-bezier(0.215,.61,.355,1) .65s;
}

.index_news_item_imgbox.animated:before{
	/* -webkit-animation: bgEnter 1.2s forwards .3s;
    animation: bgEnter 1.2s forwards .3s; */
		transform: translateX(100%);
}
.img_show_wrap.animated img{
	/* -webkit-animation: bgEnterZoomOut 0.8s forwards .3s;
    animation: bgEnterZoomOut 0.8s forwards .3s; */
	
}
.index_news_item_imgmodel{

	z-index: 1;
	width: 100%;
	height: 100%;
	
}

.index_news_item_imgbox .index_news_item_imgmodel{
		display: block;
    width: 100%;
    transition: all 0.3s linear;
/* 		-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
		
}

.index_news_item_imgbox.animated .index_news_item_imgmodel{
	/* -webkit-animation: bgEnterZoomOut 0.8s forwards .3s;
  animation: bgEnterZoomOut 0.8s forwards .3s; */
	
}

/* 动画 */
 @-webkit-keyframes delayOverflow {
 	to {
 		overflow: visible
 	}
 }
 
 @keyframes delayOverflow {
 	to {
 		overflow: visible
 	}
 }
 
 
 @-webkit-keyframes bgEnter {
 	0% {
 		-webkit-transform: translateY(0) skewY(8deg);
 		transform: translateY(0) skewY(8deg)
 	}
 
 	to {
 		-webkit-transform: translateY(100%) skewY(8deg);
 		transform: translateY(100%) skewY(8deg)
 	}
 }
 
 @keyframes bgEnter {
 	0% {
 		-webkit-transform: translateY(0) skewY(8deg);
 		transform: translateY(0) skewY(8deg)
 	}
 
 	to {
 		-webkit-transform: translateY(100%) skewY(8deg);
 		transform: translateY(100%) skewY(8deg)
 	}
 }
 
 @-webkit-keyframes bgEnterZoomOut {
 	0% {
 		-webkit-transform: scale(1.1);
 		transform: scale(1.1)
 	}
 
 	to {
 		-webkit-transform: scale(1);
 		transform: scale(1)
 	}
 }
 
 @keyframes bgEnterZoomOut {
 	0% {
 		-webkit-transform: scale(1.1);
 		transform: scale(1.1)
 	}
 
 	to {
 		-webkit-transform: scale(1);
 		transform: scale(1)
 	}
 }
 
 
 @-webkit-keyframes delayOverflow {
 	to {
 		overflow: visible
 	}
 }
 
 @keyframes delayOverflow {
 	to {
 		overflow: visible
 	}
 }
 
 

 .index_news_item a{
	 display: block;
	 
	 position: relative;
	 cursor: pointer;
	 height: 100%;
 }
 .index_news_main{
	 display: flex;
	 
 }
 .index_news_main .index_news_item{
 	width: 23.7%;
	background: #f4f4f4;
	
	
	margin-right: 2%;
 }
 .index_news_main .index_news_item:last-child{
	 margin-right: 0px;
 }
 .index_news_main .index_news_item:nth-of-type(1){
	 width: 48%;
 }
 .index_news_main{
	 margin-top: 4.7vw;
 }
 .index_news_bottom{
	 position: absolute;
	 z-index: 2;
	 top: 1.4vw;
	 left: 1.3vw;
	 width: 53%;
	 background: rgba(244,244,244,0.9);
	 transition: all 0.3s linear;
	 
 }
 .news_item_bottom{
	 width: 100%;
	 box-sizing: border-box;
	 padding: 1.35vw 1vw 0 1vw;
	 text-align: left;
 }
 .news_item_time{
	 font-size: 14px;
	 color: #999999;
	 margin-bottom: 10px;
	 transition: all 0.3s linear;
 }
 .news_item_title{
	 font-size: 0.9375vw;
	 color: #333333;
	 font-family: "Helvetica Neue,Helvetica";
	 margin-bottom: 10px;
	 transition: all 0.3s linear;
 }
 .news_item_intro{
	 font-size: 14px;
	 color: #999;
	 margin-bottom: 1.3vw;
	 transition: all 0.3s linear;

 }
 .news_item_bottomtwo{
	 border-top: 1px solid rgba(0,0,0,0.1);
	 transition: all 0.3s linear;

 }
 .news_item_bottomtwo{
	 padding: 0.9vw 0;
 }
.news_item_more{
	display: inline-block;
	font-size: 13px;
	color: #666666;
	vertical-align: middle;
}
.news_item_arrow{
	display: inline-block;
	width: 11px;
	height: 9px;
	background: url(../img/gray_zarrow.png) no-repeat center;
	margin-left: 2px;
	transition: all 0.3s linear;
}
.index_news_item a:hover .index_news_bottom{
	-webkit-transform: translate3d(5px,6px,0);
    transform: translate3d(5px,6px,0);
		box-shadow: 0 6px 29px rgba(33,33,33,0.4);
}
.index_news_item a:hover .index_news_bottom .news_item_more{
	color: #005a8a;
}
.index_news_item a:hover .index_news_bottom .news_item_arrow{
	background: url(../img/bule_zarrow.png) no-repeat center;
}
.index_news_item a:hover .index_news_bottom .news_item_title{
	color: #005a8a;
}
.index_news_item a:hover .index_news_bottom .news_item_intro{
	color: #005a8a;
	opacity: 0.7;
}
.index_news_item a:hover .index_news_bottom .news_item_time{
	color: #005a8a;
	opacity: 0.7;
}
.index_news_item a:hover .index_news_bottom .news_item_bottomtwo{
	border-top: 1px solid rgba(0,90,138,0.2);
}

.news_item_simgbox img{
	display: block;
	width: 100%;
}
.news_item_simgmodel img{
	display: none;
}
.news_item_simgbox{
	display: block;
	position: relative;
	overflow: hidden;
}
.news_item_simgmodel{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	transition: all 0.4s linear;
}
.index_news_item a:hover .news_item_simgmodel{
		transform: scale(1.06);
		opacity: 0.85;
}
.news_one_bigbox img{
	display: none;
}
.page_background_box{
	position: relative;
	
}
.page_background_box img{
	display: block;
	width: 100%;
}
.page_background_heibh{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/gray_bgp.png) no-repeat center;
	background-size: 100% 100%;
}
.page_header_bacnground{
	position: relative;
}
.page_background_model{
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 3.2vw;
	text-align: center;
	width: 100%;
}
.page_background_main{
	display: inline-block;
	
}
.page_background_countent{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page_background_lt{
	font-size: 2.5vw;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	line-height: 2.6vw;
}
.page_background_rt{
		padding-right: 4.8vw;
}
.page_background_rt span{
	display: inline-block;
	vertical-align: middle;
}
.page_tips_item{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
	line-height: 18px;
	opacity: 0.88;
}
.page_tips_item:hover{
	color: #fff;
	opacity: 1;
}
.page_tips_icon{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
	
	font-family: arial;
}
.page_background_rthome{
	margin-right: 4px;
}
.company_about_wrap{
	background: #fff;
	width: 100%;
	padding: 4.2vw 0;
}
.page_title_smae{
	text-align: center;
}
.page_title_smaech{
	font-size: 2.02vw;
	color: #005a8a;
	font-family: "pfmedium";
	letter-spacing: 0px;
	line-height: 2.02vw;
}
.page_title_smaeen{
		font-size: 17px;
		color: #929daf;
		margin-top: 4px;
}
.bai_page_title_smae .page_title_smaech{
		color: #fff;
}
.bai_page_title_smae .page_title_smaeen{
	opacity: 0.6;
	color: #fff;
}
.company_about_top{
	display: flex;
	justify-content: space-between;
}
.company_about_toprt{
	overflow: hidden;
	width: 70%;
}
.company_about_toplt{
	width: 29%;
	
	
}
.company_about_topltbox{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: url(../img/about_bglt.jpg) no-repeat center;
	background-size: 100% 100%;
}
.company_about_main{
	margin-top: 55px;
}
.company_about_topltinfo{
	width: 80%;
	margin: 0 auto;
	display: block;
}
.company_about_toplttitle{
		font-size: 1.55vw;
		color: #fff;
}
.company_about_topltnum{
		font-family: "futura_r";
		font-size: 2.2vw;
		color: #fff;
		letter-spacing: 1px;
}
.company_about_bottom img{
	display: block;
	margin: 0 auto;
	max-width: 100% !important;
}
.company_about_bottom{
	margin-top: 45px;
}
.company_about_bottom p{
	text-indent:2em;
	font-size: 14px;
	color: #666666;
	margin-bottom: 7px;
}
.top30{
	padding-top: 1.5625vw;
}
.bottom30{
	padding-bottom: 1.5625vw;
}
.top40{
	padding-top: 2.08vw;
}
.bottom40{
	padding-bottom: 2.08vw;
}
.top50{
	padding-top: 2.6vw;
}
.bottom50{
	padding-bottom: 2.6vw;
}
.top60{
	padding-top: 3.125vw;
}
.bottom60{
	padding-bottom: 3.125vw;
}

.top70{
	padding-top: 3.65vw;
}
.bottom70{
	padding-bottom: 3.65vw;
}
.top80{
	padding-top: 4.2vw;
}
.bottom80{
	padding-bottom: 4.2vw;
}
.top90{
	padding-top: 4.6vw;
}
.bottom90{
	padding-bottom: 4.6vw;
}
.top100{
	padding-top: 5.21vw;
}
.bottom100{
	padding-bottom: 5.21vw;
}

.top120{
	padding-top: 6.25vw;
}
.bottom120{
	padding-bottom: 6.25vw;
}
.top130{
	padding-top: 6.77vw;
}
.bottom130{
	padding-bottom: 6.77vw;
}

.top150{
	padding-top: 7.8vw;
}
.bottom150{
	padding-bottom: 7.8vw;
}
.top180{
	padding-top: 9.4vw;
}
.bottom180{
	padding-bottom:9.4vw;
}
.corporate_culture_list{
	display: flex;
	flex-wrap: wrap;
	
}
.corporate_culture_list li{
	background: #fff;
	box-sizing: border-box;
	width: 32%;
	padding: 0 2%;
	margin-right: 2%;
	margin-bottom: 1.7vw;
	transition: all 0.3s linear;
}
.corporate_culture_list li:hover{
	box-shadow: 0 0px 29px rgba(0,0,0,0.2);
}
.corporate_culture_list li:nth-child(3n){
	margin-right: 0px;
}
.corporate_culture_list li a{
	display:flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	
	height: 100%;
}
.corporate_culture_title{
		font-family: "pfmedium";
		font-size: 1.4vw;
		color: #005a8a;
}
.corporate_culture_intro{
	font-size: 0.9375vw;
	color: #666666;
	margin-top: 5px;
}
.corporate_culture_left{
	width: calc(100% - 4.5vw);
}
.corporate_culture_right{
	width: 3vw;
	display: flex;
	justify-content: center;
	align-items: center;
}


.corporate_culture_icon{
	display: inline-block;
	max-width: 100%;
	transition: all 0.3s linear;
}
.corporate_culture_icon1,.corporate_culture_icon4,.corporate_culture_icon3{
		max-width: 2.6vw;
}
.corporate_culture_icon img{
	display: block;
	width: 100%;
	transition: all 0.3s linear;
}
.corporate_culture_list li:hover .corporate_culture_icon img{
	-webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
}
.corporate_culture_item{
	cursor: pointer;
}
.bai_bg_style{
	width: 100%;
	background: #fff;
}

.tgg_same_case_banner {
    padding-top: 20px;
   padding-bottom: 40px;
}

.jingcai_active_wrap .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.85);
    /* margin: 1px; */
    transform: scale(0.85);
}
.jingcai_active_wrap .swiper-slide-active, .jingcai_active_wrap .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 1002;
}
.Companyprofile_banner_item{
	display: block;
	position: relative;
}
.Companyprofile_img{
	width: 100%;
}
.Companyprofile_img img{
	display: block;
	width: 100%;
}
.Companyprofile_banner_model{
	width: 100%;
	position: absolute;
	z-index: 4;
	background: url(../img/bg02.png) no-repeat center;
	background-size: 100% 100%;
	left: 0;
	bottom: 0;
	padding-top: 4vw;
	padding-bottom: 15px;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.Companyprofile_banner_title{
	font-size: 16px;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 0 3%;
}

.jingcai_active_wrap  .Companyprofile_banner_item:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.45) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: all 0.3s linear;
}
.jingcai_active_wrap .swiper-slide-active .Companyprofile_banner_item:after{
		opacity: 0;
}
.swiper-slide-active .Companyprofile_banner_model{
	opacity: 1;
}
.jingcai_active_wrap .swiper-pagination{
	display: none;
}
.team_intro_banner{
	padding-bottom:0px;
}
.Companyprofile_banner_arrow{
	/* position: absolute; */
	bottom: 0;
	text-align: center;
	width: 100%;
	margin-top: 70px;
}
.team_intro_banner .swiper-button-prev{
	position: static;
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #005a8a;
	box-sizing: border-box;
	background: url(../img/l_arrow.png) no-repeat center;
	background-color:#fff ;
	transition: all 0.3s linear;
}
.team_intro_banner .swiper-button-prev:hover{
	background: url(../img/b_larrow.png) no-repeat center;
	background-color:#005a8a;
}
.team_intro_banner .swiper-button-next{
	position: static;
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #005a8a;
	box-sizing: border-box;
	background: url(../img/l_rarrow.png) no-repeat center;
	background-color:#fff ;
	margin-left: 30px;
	transition: all 0.3s linear;
}
.team_intro_banner .swiper-button-next:hover{
	background: url(../img/b_arrow.png) no-repeat center;
	background-color:#005a8a;
}




.about_advantage_wrap{
	background: url(../img/about_ysbg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 41vw;
}
.about_advantage_main{
	margin: 0 auto;
	margin-top: 8.4vw;
	width: 83%;
	
}
.about_advantage_list{
	display: flex;
	justify-content: space-between;
}
.about_advantage_list li{
	width: 33.33%;
	text-align: center;
	
}
.about_advantage_icon{
	width: 3.125vw;
	margin: 0 auto;
	height: 2.8vw;
	display: flex;
	align-items: center;
	justify-content: center;
} 
.about_advantage_list li:nth-of-type(2) .about_advantage_icon{
		width: 2.65vw;
}
.about_advantage_list li:nth-of-type(3) .about_advantage_icon{
		width: 2.65vw;
}
.about_advantage_icon img{
	width: auto;
	max-width: 100%;
	transition:all 0.8s ease;
}
.about_advantage_icon:hover img{
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.about_advantage_title{
	font-size: 1.13vw;
	color: #fff;
	margin-top: 1.46vw;
}
.about_advantage_intro{
	font-size: 0.833vw;
	color: #fff;
	opacity: 0.8;
	margin-top: 6px;
}
.about_rongyu_banner{
	background: #fff;
}
.rongyu_phone_swiper-father{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0 80px;
}

.rongyu_phone_swiper-father .swiper-pagination{
	display: none;
}
.about_rongyu_itemimg{
	width: 100%;
	box-sizing: border-box;
	padding: 1.1vw 5.2%;
	border: 1px solid transparent;
	transition: all 0.3s linear;
}
.about_rongyu_itemimg:hover{
	border: 1px solid #005a8a;
}

.same_arrow_ground .swiper-button-prev{
	
	padding: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #005a8a;
	box-sizing: border-box;
	background: url(../img/l_arrow.png) no-repeat center;
	background-color:#fff ;
	transition: all 0.3s linear;
}
.same_arrow_ground .swiper-button-prev:hover{
	background: url(../img/b_larrow.png) no-repeat center;
	background-color:#005a8a;
}
.same_arrow_ground .swiper-button-next{

	padding: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #005a8a;
	box-sizing: border-box;
	background: url(../img/l_rarrow.png) no-repeat center;
	background-color:#fff ;
	margin-left: 30px;
	transition: all 0.3s linear;
}
.same_arrow_ground .swiper-button-next:hover{
	background: url(../img/b_arrow.png) no-repeat center;
	background-color:#005a8a;
}
.same_navwrap{
	width: 100%;
	background: #fff;
	border-bottom: 1px solid rgba(193,193,193,0.34);
}
.same_navlist li{
	float: left;
	margin-right: 3.125vw;
}
.same_navlist li:last-child{
	margin-right: 0px;
}
.same_navlist li a{
	font-size: 16px;
	color: #666666;
	padding:30px 0;
	display: block;
	transition: all 0.3s ease-in-out;
}
.same_navlist li a:hover{
		color: #005a8a;
		font-weight: bold;
}
.same_navlist li.navactive a{
		color: #005a8a;
		font-weight: bold;
}
.brank_pageone_content{
	display: flex;
	justify-content: space-between;
	
}
.brank_pageone_left{
	width: 30%;
	position: relative;
}
.brank_pageone_right{
	width: 70%;
	box-sizing: border-box;
	padding-left: 7.56vw;
}
.brank_pageone_rightbox{
	width: 80%;
}
.brank_pageone_leftbox{
	width: 100%;
	position: absolute;
	/* bottom: 0; */
	top: -3.85vw;
}
.brank_pageonebox{
	position: relative;
	padding-bottom: 3.7vw;
	
}
.brank_pageone_bg{
	position: absolute;
	background: #fff;
	height:100%;
	width: calc(100% - 5.2vw);
	top: 0;
	left: 5.2vw;
	z-index: -1;
}
.brank_pageone_righttitle{
	font-size: 1.26vw;
	color: #333333;
	font-family: "pfmedium";
}
.brank_pageone_rightline{
	width: 4.2vw;
	height: 1px;
	background: #16396f;
	margin: 1.26vw 0;
}
.brank_pageone_rightsolo{
	margin-bottom: 1.7vw;
}
.brank_pageone_rightsolo p{
	font-size: 0.9375vw;
	color: #333333;
	font-family: "pfmedium";
	
}
.brank_pageone_rightintro{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.brank_pageone_rightlogo{
	margin-top: 3.125vw;
	padding-bottom: 1.2vw;
	width: 18%
}
.brank_pageone_rightlogo img{
	transition: all 0.3s linear;
}
.brank_pageone_rightlogo:hover img{
	-webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
}
.brank_pageonemain{
	padding-top: 9.1vw;
}
.brank_pageone_leftbox img{
	display: block;
	width: 100%;
	transition: all 0.3s linear;
}
.brank_pageone_leftbox:hover img{
	opacity: 0.85;
}
.brank_pagetwomain{
	margin-top: 7.4vw;
}
.same_swiper-pagination .swiper-pagination{
		 display: none;
}
.jishu_banner .swiper-slide{
	height: auto;
}
.jishu_banner .swiper-button-prev{
		background-color:transparent ;
}
.jishu_banner .swiper-button-next{
	background-color:transparent ;
}
.jishu_banner .Companyprofile_banner_arrow{
	margin: auto;
}
.brank_pagetwo_item{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 2.55%;
	height: 100%;
	width: 100%;
}
.brank_pagetwo_itembgbox{
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.brank_pagetwo_bottom{
	width: 100%;
	box-sizing: border-box;
	padding: 0 6.5%;
	padding-top: 1.5vw;
	padding-bottom: 3.7vw;
	min-height: 10.7vw;
}
.brank_pagetwo_imgbox{
	width: 100%;
	overflow: hidden;
}
.brank_pagetwo_imgbox img{
	display: block;
	width: 100%;
	transition: all 0.3s linear;
}

.brank_pagetwo_title{
	font-size:1.25vw;
    color: #333333;
    font-family: "pfmedium";
}
.brank_pagetwo_intro{
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	margin-top: 6px;
}
.brank_pagetwo_number{
	position: absolute;
	right: 6%;
	font-family: "futura_r";
	color: #333;
	opacity: 0.1;
	font-size: 5.4vw;
	bottom: -1.5vw;
	line-height: 5.4vw;
	transition: all 0.3s linear;
	
}
.brank_pagetwo_item .brank_pagetwo_imgbox:hover img{
	transform: scale(1.05);
}
.brank_pagetwo_item:hover .brank_pagetwo_number{
	color: #005a8a;
	opacity: 0.6;
}
.Brand_honor_wrap{
	position: relative;
	width: 100%;
}
.Brand_honor_bg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 80%;
}
.Brand_honor_bgbox{
	width: 100%;
	height: 100%;
}
.Brand_honor_imgmodel{
	height: 100%;
	
}
.Brand_honor_left img{
	width: 100%;
	display: none;
}
.Brand_honor_mainbox{
	display: flex;
	justify-content: space-between;
	background: #fff;
	width: 100%;
	
}
.Brand_honor_left{
	width: 33.7%;
	overflow: hidden;
	
}

.Brand_honor_right{
	padding: 2.4vw 0;
	padding-bottom: 3.2vw;
	padding-left: 3.8vw;
	padding-right: 2.3vw;
	width: 66.3%;
	box-sizing: border-box;
	height: 24vw;
}
.Brand_honor_rightbox p{
		font-size: 0.833vw;
		line-height: 1.56vw;
		color: #666666;
		margin-bottom:1vw;
}
.Brand_honor_rightbox p:last-child{
	margin-bottom: 0;
}
.Brand_honor_rightabsolute{
	width: 100%;
	height: 100%;
	
}
.Brand_honor_rightwrap{
	/* padding: 1.2vw 0;
	padding-top: 0.8vw; */
	width: 100%;
	height: 100%;
	position: relative;
	

}
.Brand_honor_rightabsolute{
	width: 100%;
	height: 100%;

}

.Brand_honor_rightbox{
		height: 100%;
		width: 100%;
}
.Brand_honor_content{
	width: 88%;
}
.Brand_development_farter{
	width: 100%;
	box-sizing: border-box;
	padding: 0 35px;
	position: relative;
}
.Brand_development_farter .brand_swiper_wrap{
	background: transparent;
	padding-bottom: 110px;
}
.Brand_development_farter .swiper-slide{
	background: transparent;
}
.Brand_development_item{
	display: block;
	width: 100%;
	padding: 0 9%;
	transition: all 0.3s linear;
}

.Brand_development_yaer{
	font-size: 1.6vw;
	color: #333333;
	font-weight: bold;
	margin-bottom: 1vw;
	transition: all 0.3s linear;
}
.Brand_development_intro{
	padding: 28px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	transition: all 0.3s linear;
	
}
.Brand_development_introp{
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	height: 84px;
	min-height: 84px;
	overflow: hidden;
	transition: all 0.3s linear;
}

.Brand_development_item:hover .Brand_development_yaer{
		color: #005a8a;
}
.Brand_development_item:hover .Brand_development_intro{
		border-top: 1px solid rgba(0,90,138,0.8);
		border-bottom: 1px solid rgba(0,90,138,0.8);
}
.Brand_development_item:hover .Brand_development_introp{
	color: #005a8a;
}
.Brand_development_item:hover .Brand_development_introp{
		height: auto;
}
.Brand_development_farter .swiper-pagination{
	bottom: 0;
}
.Brand_development_farter .swiper-pagination-bullet{
	background-color: transparent;
}
.Brand_development_farter .swiper-button-prev{
	width: 21px;
	height: 37px;
	display: inline-block;
	padding: 0;
	background:url(../img/gray_bigarrowlt.png) no-repeat center;
	background-size: 100% 100%;
	margin: 0;
	left: 0;
	top: 30%;
	transition: all 0.3s linear;
	
}
.Brand_development_farter .swiper-button-prev:hover{
	background:url(../img/blue_bigarrowlt.png) no-repeat center;
	background-size: 100% 100%;
}
.Brand_development_farter .swiper-button-next{
	width: 21px;
	height: 37px;
	display: inline-block;
	padding: 0;
	background:url(../img/gray_bigarrowrt.png) no-repeat center;
	background-size: 100% 100%;
	margin: 0;
	right: 0;
	top: 30%;
	transition: all 0.3s linear;
	
}
.Brand_development_farter .swiper-button-next:hover{
	background:url(../img/blue_bigarrowrt.png) no-repeat center;
	background-size: 100% 100%;
}
.about_same_prolist{
	background: #fff;
}
.about_same_navlist{
	width: 100%;
	text-align: center;
}
.about_same_navul{
	display: inline-block;
}
.about_same_navul li{
	float: left;
	
	
}
.about_same_navul li a{
	font-size: 14px;
	color: #666666;
	padding: 0 28px;
	display: inline-block;
	position: relative;
	transition: all 0.3s linear;
	
}
.about_same_navul li a:hover{
	color: #005a8a;
	font-weight: bold;
}
.about_same_navul li.cnav a{
	color: #005a8a;
	font-weight: bold;
}
.about_same_navul li a:after{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius:100% ;
	background: #666;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
}
.about_same_navul li:last-child a:after{
	display: none;
}
.pro_item_imgbox{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.pro_item_imgbox img{
	width: 100%;
	display: block;
}
.pro_item_imgmodel img{
	display: none;
}
.pro_item_imgmodel{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: all 1s ease;
	
}
.pro_item_model{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;
		width: 100%;
		height: 100%;
		transition: all 0.3s linear;
}
.pro_item_model:before{
/* 		position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/triangle.svg) no-repeat center center;
    background-size: 100% 100%;
    content: '';
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; */
		position: absolute;
    bottom: -6.5vw;
    right: -6.5vw;
    content: '';
    width: 0;
    height: 0;
    border-width: 6.5vw;
    border-style: solid;
    border-color: rgba(0,90,138,0.7) transparent transparent transparent;
    z-index: 9;
    transform: rotate(-45deg);
    margin: -6.5vw;
    opacity: 0;
    transition: all 0.4s linear;
}
.pro_item_model:after{
		position: absolute;
    bottom: 1.7vw;
    right: 1.9vw;
    content: '';
    width: 26px;
    height: 14px;
    background: url(../img/baibig_arrow.png) no-repeat;
    z-index: 9;
    opacity: 0;
		transition: all 0.3s linear;
}
.pro_item_a:hover .pro_item_model:after{
		opacity: 1;
}
.pro_item_a:hover .pro_item_model{
	background: rgba(0,0,0,0.3);
}
.pro_item_a:hover .pro_item_imgmodel{
	transform: scale(1.09);
}
.pro_item_a:hover .pro_item_model:before{
	/* 	opacity: 0.7;
    -webkit-transform: rotate3d(0,0,1,22deg);
    transform: rotate3d(0,0,1,22deg); */
		right: 0;
    bottom: 0;
    transition: all .3s linear;
		opacity: 1;
}
.pro_list_ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
}
.pro_list_ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2.5vw;
}
.pro_list_ul li:nth-child(3n){
	margin-right: 0%;
}
.pro_item_title{
	width: 100%;
	position: relative;
	
}
.pro_item_title:after{
		content: "";
    height: 1px;
    background:rgba(0,90,138,0.2);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transition: all 0.3s;
    width: 20%;
    opacity: 0;
    transition: all 0.3s;
}
 .pro_item_a:hover .pro_item_title:after{
	width: 100%;
    opacity: 1;
}
.pro_item_titlep{
	width: 100%;
	box-sizing: border-box;
	padding: 15px 3%;
	font-size: 17px;
	color: #333333;
	transition: all 0.3s linear;
	text-align: center;
}
.pro_item_a:hover .pro_item_titlep{
	color: #005a8a;
	font-weight: bold;
}
.load_mode_box{
	width: 12.5vw;
	height: 3.4vw;
	box-sizing: border-box;
	border: 1px solid rgba(0,82,131,0.4);
	position: relative;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
		overflow: hidden;
}
.load_mode_text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #005283;
}
.load_mode_box:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(0,82,131,0.8);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}
.load_mode_row{
	text-align: center;
}
.load_mode_row a{
	display: inline-block;
}
.load_mode_a:hover .load_mode_box:before{
		opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.load_mode_a:hover .load_mode_text{
	color: #fff;
}
.have_seach_row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.same_navright_select{
	display: inline-block;
	width: 180px;
}
.same_navright_select select{
	width: 100%;
}
.same_navrightbox span{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.same_navrightbox span.same_navright_select{
	font-weight: normal;
	font-size: 15px;
}
.same_navrightbox span.same_navright_select input{
	background: #f4f4f4;
	border: none;
}
.same_navrightbox span.same_navright_select .layui-form-select .layui-edge{
	border-top-color: #333;
}
.same_navrightbox span.same_navright_select .layui-form-select dl dd.layui-this{
	background-color: #005a8a;
}
.product_details_box{
	border-top: 1px solid rgba(0,0,0,0.1);
}
.deatils_navs_row .page_tips_item{
	color: #333;
	
}
.deatils_navs_row .page_tips_icon{
	color: #333;
}
.deatils_navs_row .page_background_rt{
	padding: 0;
}
.deatils_navs_row .page_background_rttips{
	line-height: 20px;
}
.peo_details_topswiper .swiper-button-prev{
		top: 50%;
		transform: scaleY(-50%);
}
.peo_details_topswiper .swiper-button-next{
		top: 50%;
		transform: scaleY(-50%);
}

.peo_details_topswiper .swiper-pagination{
	display: block;
}
.peo_details_topswiper .swiper-container{
		width: 91.5%;
		margin: 0 auto;
}
.peo_details_titlebox{
		font-size:1.95vw;
		text-align: center;
		color: #333;
		font-family: "pfmedium";
}
.peo_details_topswiper .swiper-pagination{
		bottom: -5vw;
		font-size: 2.18vw;
		color: #333333;
}

.peo_details_topswiper .swiper-pagination .swiper-pagination-total{
	font-size: 0.9375vw;
}
.pro_details_listshow{
	padding-top: 10.6vw;
}
.pro_details_list{
	width: 100%;
	overflow: hidden;
}
.pro_details_list li{
	width: 100%;
	border-top:1px solid rgba(0,0,0,0.1);
	/* border-bottom:1px solid rgba(0,0,0,0.1); */
	padding: 2.6vw 0;
}
.pro_details_list li:last-child{
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.pro_details_itemrow{
	width: 100%;
	display: flex;
}
.pro_details_imglt{
	width: 34.8%;
}
.pro_details_infort{
	width: 65.2%;
}
.pro_details_infortbox{
	width: 100%;
	margin: 0 auto;
	padding-top: 0.8vw;
	padding-bottom: 1vw;
	padding-left: 18%;
	padding-right: 14%;
}
.pro_details_imgboxtgg{
	width: 100%;
	overflow: hidden;
}
.pro_details_imgboxtgg img{
	display: block;
	width: 100%;
}
.pro_details_infotitle{
	font-size: 1.8vw;
	color: #333333;
	font-family: "pfmedium";
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 0.8vw;
}
.pro_details_infoitem{

	border-bottom:1px dashed rgba(0,0,0,0.1);
	padding: 1vw 0;
}
.pro_details_infoitem p{
	font-size: 0.833vw;
	color: #666666;
	margin-bottom: 1px;
}
.pro_details_infoitem p:last-child{
	margin-bottom: 0px;
}

.case_page_listbox .index_case_listbox li{
		width: 49.25%;
    margin-right: 1.5%;
		margin-bottom: 1.4vw;
}
.case_page_listbox .index_case_listbox li:nth-child(odd){
	margin-right: 0;
	
}
.case_page_listbox .index_case_listbox li:nth-of-type(1){
		width: 32.33%;
		margin-right: 1.5%;
}
.case_page_listbox .index_case_listbox li:nth-of-type(2){
		width: 32.33%;
		

}
.case_page_listbox .index_case_listbox li:nth-of-type(3){
	width: 32.33%;
	margin-right: 0;
}
.peo_details_main{
width: 87.8%;
margin: 0 auto;
font-size: 16px;
line-height: 30px;
color: #333333;
}

.case_details_main img{
	max-width: 100% !important;
	display: block;

margin: 0 auto;
}
.case_details_list{
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid rgba(0,0,0,0.1);
	/* border-right: 1px solid rgba(0,0,0,0.1); */
}
.case_details_list li{
	width: 25%;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
}
.case_details_list li:nth-of-type(1){
			border-top: 1px solid rgba(0,0,0,0.1);
}
.case_details_list li:nth-of-type(2){
			border-top: 1px solid rgba(0,0,0,0.1);
}
.case_details_list li:nth-of-type(3){
			border-top: 1px solid rgba(0,0,0,0.1);
}
.case_details_list li:nth-of-type(4){
			border-top: 1px solid rgba(0,0,0,0.1);
}
.case_details_list li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 2.6vw 3vw;
	transition: all 0.3s linear;
}
.case_details_list li a:hover{
	box-shadow: 0 0 28px rgba(0,90,138,0.22) inset;
}
.case_details_item{
	width: 100%;
}
.case_details_itemimg{
	width: 100%;
	overflow: hidden;
}
.case_details_item img{
	display: block;
	width: 100%;
	transition: all 0.8s ease;
	transform: scale(1.05);
}
.case_details_list li a:hover .case_details_item img{
	transform: scale(1);
}
.case_details_itmbott{
	padding-top: 1.5vw;
}
.case_details_itemtitle{
	font-size: 1.56vw;
	font-weight: "pfmedium";
	color: #333333;
	transition: all 0.3s linear;
}
.case_details_list li a:hover .case_details_itemtitle{
		color: #005a8a;
}
.case_details_itemintro{
	margin-top: 0.75vw;
	font-size: 0.833vw;
	line-height: 1.4vw;
}

.store_page_one{
	background: #fff;
}
.store_page_onenav{
	text-align: center;
}
.store_page_onelist{
	display: inline-block;
}
.store_page_onelist li{
	float: left;
	margin: 0 8px;
}
.store_page_onelist li a{
	font-size: 16px;
	color: #999;
	display: inline-block;
	min-width: 150px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	border: 1px solid rgba(0,0,0,0.15);
	position: relative;
	transition: all 0.3s linear;
	cursor: pointer;
}
.store_page_onelist li a:after{
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #005a8a;
	transition: all 0.3s linear;
	
}
.store_page_onelist li a span{
	position: relative;
	z-index: 3;
	transition: all 0.3s linear;
}
.store_page_onelist li a:hover{
	border: 1px solid #005a8a;
}
.store_page_onelist li a:hover:after{
	width: 100%;
}
.store_page_onelist li a:hover span{
	color: #fff;
}
.maplist_itemimg{
	display: block;
	
}
.maplist_itemimg img{
	display: block;
	width: 100%;
}
.store_page_onelist li.map_active a{
		border: 1px solid #005a8a;
}
.store_page_onelist li.map_active a:after{
	width: 100%;
}
.store_page_onelist li.map_active a span{
	color: #fff;
}
.maplist_wrap_ul li{
	display: none;
}
.maplist_wrap_ul{
	width: 100%;
	padding: 0 3.5px;
}

.store_intro_ul{
	display: flex;
	flex-wrap: wrap;
	
}
.store_intro_ul li{
	width: 49.25%;
	margin-right: 1.5%;
	background: #fff;
	margin-bottom: 1.35vw;
	position: relative;
}
.store_intro_ul li:after{
	width: 3px;
	height: 0;
	content: "";
	display: block;
	background: rgba(0,90,138,0.7);
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
	transition: all 0.3s linear;
}
.store_intro_ul li:hover:after{
	height: 100%;
}
.store_intro_ul li:nth-child(even){
	margin-right: 0px;
}

.store_intro_item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 1.4vw 5%;
}
.store_intro_itemrt{
	font-size: 9.1vw;
	color: #666666;
	opacity: 0.07;
	font-family: "futura_r";
	line-height: 9.1vw;
	transition: all 0.3s linear;
}
.store_intro_item_tilte{
	font-size: 1.25vw;
	color: #333333;
	font-family: "pfmedium";
	transition: all 0.3s linear;
}
.store_intro_item_line{
	width: 16px;
	height: 2px;
	background: #c1c1c1;
	margin-top: 0.8vw;
	margin-bottom: 1vw;
	transition: all 0.3s linear;
}
.store_intro_item_intro{
	font-size: 0.833vw;
	color: #666666;
	transition: all 0.3s linear;
}
.tgg_store_intro_ul li:hover .store_intro_item_tilte{
		color: #005a8a;
}
.tgg_store_intro_ul li:hover .store_intro_item_line{
		background: #005a8a;
}
.tgg_store_intro_ul li:hover .store_intro_item_line{
		background: #005a8a;
}
.tgg_store_intro_ul li:hover .store_intro_itemrt{
		color: #005a8a;
		opacity: 0.2;
}
.store_intro_item_intro p{
	margin-bottom: 0.5vw;
}
.store_intro_item_intro p:last-child{
	margin-bottom: 0px;
}
.store_intro_itemlt{
	width: 63%;
}
.tggnews_wrap_ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 1.2%;
	overflow: hidden;
}
.tggnews_wrap_ul li{
	width: 32.33%;
	margin-right: 1.5%;
	background: #f4f4f4;
	margin-bottom: 1.6vw;
}
.tggnews_wrap_ul li:nth-child(3n){
	margin-right: 0%;
}
.tggnews_wrap_ul li .news_item_simgbox{
	display: none;
}
.tggnews_wrap_ul li:nth-of-type(1) .news_item_simgbox{
		display: block;
}
.tggnews_wrap_ul li:nth-of-type(2) .news_item_simgbox{
		display: block;
}
.tggnews_wrap_ul li:nth-of-type(3) .news_item_simgbox{
		display: block;
}
.news_details_bigwrap{
	background: #fff;
	
}
.news_details_main{
	width: 100%;
	box-shadow: 0px 0px 40px 0px rgba(132, 132, 132, 0.14);
	box-sizing: border-box;
	padding: 4.1vw;
	padding-top: 3.2vw;
	padding-bottom: 7vw;
}
.news_details_morerow{
	box-sizing: border-box;
	padding:0 4.1vw;
	margin-top: 5.5vw;
}
.news_details_title{
	text-align: center;
	font-size: 1.8vw;
}
.news_details_time{
	text-align: center;
	font-size: 14px;
	color: #666666;
	margin-top: 0.5vw;
}
.news_details_line{
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.1);
	margin-top: 2.8vw;
}
.news_details_content{
	padding-top: 2vw;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.news_details_content img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	
}
.news_details_morerowbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_details_morelt{
	width: 60%;
	
}
.news_details_morelt a{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	color: #666666;
	transition: all 0.3s linear;
}
.news_details_morelt a:hover{
	color: #005283;
	font-weight: bold;
}
.content_usone{
	background: #fff;
}
.paddimg_35img{
	box-sizing: border-box;
	padding: 0 3.5px;
}
.content_usonemap img{
	display: block;
	width: 100%;
}
.content_usonebox .store_intro_ul li{
	background: #f6f6f6;
}
.content_usonebox .store_intro_itemrt{
	color: #666666;
	
}
.content_us_formbox form{
	display: block;
	width: 100%;
}
.content_us_onerow{
	display: flex;
	align-items: center;
}
.content_us_inputitem{
	width: 32.33%;
	margin-right: 1.5%;
	
}
.content_us_inputitem input{
	width: 100%;
	background: #fff;
	height: 3vw;
	font-size: 16px;
	color: #333;
	border-radius: 6px;
	border: none;
	padding: 0 3%;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.content_us_inputitem:last-child{
		margin-right: 0;
}
.content_us_tworow{
	width: 100%;
	margin-top: 1.7vw;
}
.content_us_tworow textarea{
	-webkit-appearance: none;
	width: 100%;
	resize: none;
	border-radius: 6px;
	background: #fff;
	font-size: 16px;
	color: #333;
	padding: 15px 1%;
	border: none;
	height: 8vw;
	
}
.content_us_btngrounds{
	text-align: center;
	width: 100%;
}
.content_us_btnbox{
	display: inline-block;
}
.content_us_btnbox .content_us_btnitem{
	width: 11.6vw;
	height: 3.3vw;
	line-height: 3.3vw;
	padding: 0 ;
	margin: 0;
	font-size: 1.25vw;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	font-family: "pfmedium";
	transition: all 0.3s linear;
}
.content_us_btnbox .content_us_btnitem:hover{
		border-radius: 32% 0 32% 0;
		opacity: 0.9;
}
.content_us_btncz{
	background: #d4d9e1;
}
.content_us_btnbox .content_us_btntj{
	background: #005a8a;
	margin-left: 30px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
   font-size: 16px;
	 color: #c5ccd8;
}
input:-moz-placeholder, textarea:-moz-placeholder {
   font-size: 16px;
	 color: #c5ccd8;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 16px;
	color: #c5ccd8;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
   font-size: 16px;
	 color: #c5ccd8;
}
.news_item_tggsame{
	transition: all 0.3s linear;
}
.news_item_tggsame:hover{
		box-shadow: 0 0px 29px rgba(0,0,0,0.22);
	
}
.news_item_tggsame .news_item_title:hover{
	color: #005a8a;
}
.news_item_tggsame .news_item_intro:hover{
		color: #333;
		/* opacity: 0.8; */
}
.news_item_tggsame:hover .news_item_bottomtwo .news_item_more{
	color: #005a8a;
}
.news_item_tggsame:hover .news_item_bottomtwo .news_item_arrow{
	background: url(../img/bule_zarrow.png) no-repeat center;
	margin-left: 8px;
}
.news_page_ul li.news_item_noimg .news_item_simgbox{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		left: 0;
		top: 0;
		display: block;
		transition: all 0.6s linear;
		opacity: 0;
		
	
}
.news_page_ul li.news_item_noimg .news_item_simgbox img{
	display: none;
}
.news_page_ul li.news_item_noimg .news_item_simgbox .news_item_simgmodel{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	transform: scale(1.05,1.05);
  transition: all 1s;
	opacity: 1;	
}
.news_page_ul li.news_item_noimg a:hover .news_item_simgbox .news_item_simgmodel{
		transform: scale(1,1);
}
.news_page_ul li.news_item_noimg .news_item_sbottom{
	position: relative;
	z-index: 3;
	background-color: rgba(0,0,0,0);
	transition: all 0.3s linear;
	
}
.news_page_ul li.news_item_noimg:hover .news_item_simgbox{
	opacity: 1;
}
.news_page_ul li.news_item_noimg:hover .news_item_sbottom{
		background-color: rgba(0,0,0,0.55);
}
.news_page_ul li.news_item_noimg:hover .news_item_time{
	color: #fff;
	opacity: 0.7;
}
.news_page_ul li.news_item_noimg:hover .news_item_title{
	color: #fff;
}
.news_page_ul li.news_item_noimg:hover .news_item_intro{
	color: #fff;
	opacity: 0.65;
}
.news_page_ul li.news_item_noimg:hover .news_item_bottomtwo{
		    border-top: 1px solid rgba(255,255,255,0.15);
}
.news_page_ul li.news_item_noimg:hover .news_item_more{
	color: #fff;
}
.news_page_ul li.news_item_noimg:hover .news_item_arrow{
	background: url(../img/bai_zarrow.png) no-repeat center;
}
.phone_nav_logo{
	display: none;
}
.index_case_listbox{
	width: 100%;
	overflow: hidden;
}

/* 3d页面 */

.d3_effect_item{
	background: #fff;
}
.d3_effect_item_top{
	position: relative;
	overflow: hidden;
}
.d3_effect_item_bottom{
	position: relative;
	width: 100%;
	padding: 23px 30px;
	box-sizing: border-box;
}
.d3_effect_item_title{
	color: #333333;
	font-size: 20px;
	/* font-family: Helvetica Neue,Helvetica,Arial; */
	font-family: "pfmedium";
	transition: all 0.3s linear;
	
}
.d3_effect_item_tips{
	margin-top: 8px;
}
.d3_effect_item_tips span{
	display: inline-block;
	font-size: 15px;
	color: #666666;
	transition: all 0.3s linear;
}
.d3_effect_item_tips span:nth-of-type(1){
	margin-right: 2.4vw;
}
.d3_effect_item_top:hover .hover_overlay_bg{
	webkit-transform: perspective(900px) rotateX(0deg);
	    -ms-transform: perspective(900px) rotateX(0deg);
	    -o-transform: perspective(900px) rotateX(0deg);
	    transform: perspective(900px) rotateX(0deg);
	    transform-style: preserve-3d;
	    visibility: visible;
	    opacity: .4;
}
.d3_effect_item_top .case_item_st{
	transform: scale(1.1);
	transition: all 1s ease;
}
.d3_effect_item_top:hover .case_item_st{
	transform: scale(1);
}
.d3_effect_item_top:hover .hover_content_main{
	visibility: visible;
	    opacity: 1;
}
.thered_effect_list li {
	transition: all 0.5s linear;
	width: 32.33%;
	    margin-right: 1.5%;
		margin-bottom: 1.7vw;
}
.thered_effect_list li:nth-child(3n){
	margin-right: 0%;
}
.thered_effect_list li:hover{
		-webkit-box-shadow: 0 0px 20px rgba(0,0,0,.15);
	    box-shadow: 0 0px 20px rgba(0,0,0,.15);
	/*    -webkit-transform: translate3d(0,-2px,0);
	    transform: translate3d(0,-2px,0); */
}
.thered_effect_list{
	overflow: visible;
	display: flex;
	flex-wrap: wrap;
}
.d3_effect_item_bottom{
	transition: all 0.4s linear;
	position: relative;
}
.d3_effect_item_bottom::after{
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background: rgba(0, 90, 138);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.5s linear;
}
.d3_effect_item_bottom:hover::after{
	width: 100%;
}
.d3_effect_item_bottom:hover  .d3_effect_item_title{
	color: #005a8a;
}
.d3_effect_item_bottom:hover .d3_effect_item_tips span{
	color: #333;
}

.same_navwrap {
   
    z-index: 999999;
    position: relative;
  
}
 
/* 新版本 */
.pcnav-sub{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	z-index: 9999;
	width: 100%;
	display: none;
}
.nav-sub-wp{
	overflow: hidden;
	overflow-x: auto;
	display: flex;
	justify-content: center;
}
.sticky .main-menu ul li .nav-sub-a{
	display: inline-block;
	margin: 0 2.5vw;
	min-width: 60px;
	padding: 30px 0 30px;
}
.nav-sub-text{
	font-size: 14px;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.nav-sub-icon{
	/* max-width: 75px; */
	text-align: center;
	margin-bottom: 10px;
	height: 28px;
	line-height: 28px;
	
}
.nav-sub-icon img{
	
	vertical-align: middle;
	max-width: none;
	/* height: auto; */
	max-height: 100%;
	display: inline-block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.nav-sub-icon .icon-hover{
	display: none;
}
.nav-sub-a:hover .nav-sub-icon .icon-hover{
	display: inline-block;
}
.nav-sub-a:hover .nav-sub-icon .icon-default{
	display: none;
}
.nav-sub-a:hover .nav-sub-text{
	color: #005a8a;
}
.about_recrult_main{
	width: 100%;
	box-sizing: border-box;
	width: 88%;
	margin: 0 auto;
	margin-top: 46px;
}
/* 招聘 */
.recruit-box-hd{
	display: flex;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #fff;
	background-color: #acacac;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
	
	/* border-bottom: 1px solid #cbcbcb; */
}
 .recruit-box-hd span{
	 display: inline-block;
	 box-sizing: border-box;
	 padding-left: 36px;
	 font-family: "pfmedium";
 }
.recruit_name{
	width: 15%;
}
.recruit_department{
	width: 14%;
}
.recruit_company{
	width: 19%;
}
.recruit_num{
	width: 10%;
}
.recruit_education{
	width: 10%;
}
.recruit_address{
	width: 12%;
}
.recruit_date{ 
	width: 12%;
}
.recruit_more{
	flex: 1;
}
.item-hd{
	display: flex;
	line-height: 22px;
	font-size: 18px;
	color: #727171;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.recruit_item{
	margin-bottom: 11px;
}

.item-hd li{
	display: flex;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -moz-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    /* padding: 13px 0 13px 46px; */
		padding: 13px 0;
		font-size: 15px;
		padding-left: 36px;
	    min-height: 60px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
		
		background: #fff;
		font-family: "pfmedium";
}
.item-hd li.recruit_more{
	padding-right: 37px;
}
.item-hd li.recruit_more .iconfont{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	
}
.item-hd li.recruit_more .iconfont::after{
	content: "";
	display: block;
	width: 16px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(../img/top1_arrow.png) no-repeat center;
	background-size: 100% 100%;
	    -webkit-transition: all .3s;
	    -o-transition: all .3s;
	    -moz-transition: all .3s;
	    transition: all .3s;
}
.item-bd{
	background: #fff;
	margin-top: 1px;
	padding: 0 4.2%;
	padding-top: 30px;
	padding-bottom: 45px;
	display: none;
}
.item-bd-title{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 14px;
}
.item-bd-info{
	font-size: 15px;
	color: #333333;
	
}
.item-bd-info p{
	margin-bottom: 9px;
}
.item-bd-phone{
	font-size: 18px;
	color: #005a8a;
	font-family: "pfmedium";
	margin-top: 38px;
}
.item-hd:hover li{
	color: #005a8a;
}

.item-hd:hover li.recruit_more .iconfont::after{
	   background: url(../img/topb_arrow.png) no-repeat center;
	    background-size: 100% 100%;
}

.recruit_active li{
	color: #005a8a;
}
.recruit_active li.recruit_more .iconfont::after{
	   background: url(../img/down1_arrow.png) no-repeat center;
	    background-size: 100% 100%;
}
.recruit_active:hover li.recruit_more .iconfont::after{
	   background: url(../img/down1_arrow.png) no-repeat center;
	    background-size: 100% 100%;
}

/* 新闻 */
.news_media_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.news_media_list li{
	width: 31%;
	margin-right: 3.5%;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	background: #fff;
	margin-bottom: 3vw;
}
.news_media_list li:nth-child(3n){
	margin-right: 0%;
}

.media_two_ul li:nth-of-type(1){
	width: 48.5%;
	margin-right: 3%;
}
.media_two_ul li:nth-of-type(2){
	width: 48.5%;
	margin-right: 0%;
}

.news_media_list li:hover{
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-box-shadow: 5px 10px 20px rgba(0,0,0,0.1);
	box-shadow: 5px 10px 20px rgba(0,0,0,0.1);
}
.news_media_imgshow{
	width: 100%;
	position: relative;
}
.news_media_imgbg{
	width: 100%;
}
.news_media_imgbg img{
	display: block;
	width: 100%;
}

.news_media_absolute{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 2;
	overflow: hidden;
}
.news_media_absolute img{
	display: block;
	width: 100%;
	transition: all 1s ease;
}
.news_media_absolute:hover img{
	transform: scale(1.05);
}
.news_media_info{
	position: relative;
	padding: 18px 85px 24px 25px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.news_media_info::after{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../img/gray_play.png) no-repeat center;
	background-size: 100% 100%;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.news_media_info_title{
	font-size: 20px;
	color: #333333;
	font-family: "pfmedium";
	margin-bottom: 3px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.news_media_info_intro{
	font-size: 14px;
	color: #999999;
	min-height: 48px;
}
.news_media_list li:hover .news_media_info_title{
	color: #005a8a;
}
.news_media_list li:hover .news_media_info::after{
	background: url(../img/blue_play.png) no-repeat center;
	background-size: 100% 100%;
}
.news_media_list li:hover .news_media_info{
	border-color: #fff;
}
.video-popup{
	display: none;
	    position: fixed;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    z-index: 9999991;
}
.video-popup-mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.video-popup.show .video-popup-box, .video-popup.show .video-popup-mask{
	opacity: 1;
}
.video-popup-box{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1200px;
	background-color: #000;
	-webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.8);
	box-shadow: 0 6px 20px rgba(0,0,0,0.8);
	opacity: 0;
	z-index: 6;
	-webkit-transform: translate(-50%, -50%) scale(0.8);
	-moz-transform: translate(-50%, -50%) scale(0.8);
	-ms-transform: translate(-50%, -50%) scale(0.8);
	transform: translate(-50%, -50%) scale(0.8);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.video-popup.show .video-popup-box{
	    -webkit-transform: translate(-50%, -50%) scale(1);
	    -moz-transform: translate(-50%, -50%) scale(1);
	    -ms-transform: translate(-50%, -50%) scale(1);
	    transform: translate(-50%, -50%) scale(1);
}
.video-popup-close{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 31px;
	height: 31px;
	background: url(../img/cancel_icon.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	z-index: 9;
}

.video-popup .video_model{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 48%;
	overflow: hidden;
}
.video-popup .video_model iframe{
	position: absolute;
	    top: 0;
	    left: 0;
	    width: 100% !important;
	    height: 100% !important;
	    overflow: hidden;
}
.policy_main{
	width: 87%;
	margin: 0 auto;
}
.policy_main_title{
	font-size: 1.5vw;
	color: #333333;
	letter-spacing: 1px;
	font-family: "pfmedium";
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.keeper_list{
	display: flex;
	flex-wrap: wrap;
}
.keeper_list li{
	width: 30%;
	margin-right: 5%;
}
.keeper_list li:nth-child(3n){
	margin-right: 0%;
}
.keeper_list li a{
	display: block;
	box-sizing: border-box;
	padding: 18px 0;
	padding-right: 1%;
	font-size: 15px;
	color: #666666;
	border-bottom: 1px dashed #cfcfcf;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	font-family: "pfmedium";
}
.keeper_list li:hover a{
	color: #005a8a;
}
.off-canvas-wrapper{
	z-index: 9999999;
}