﻿.banner .swiper-slide .pc,.banner .swiper-slide .mlo{width: 100%;}
.banner .swiper-slide {position: relative;}
.banner .swiper-slide  a{display: block;}
.banner .swiper-slide .mlo{display: none;}
.banner .swiper-pagination-bullet{width: 10px;height: 10px;background-color: #fff;}
.banner .swiper-pagination-bullet-active{width: 12px;height: 12px;}
.banner .ban_d{bottom: 30px;}
.banner .con{position: absolute;width: 100%;left: 0;top: 35%;}
.banner .con .txt{width: auto;height: auto;margin-bottom: 56px;}

.pro_list{
	/*background-image: url(../images/r1_bg.jpg);*/
	/*-webkit-background-size: cover;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.pro_list ul{
	margin: 0 -45px;
}
.pro_list ul li{
	width: 33.333%;
	float: left;
	padding: 0 45px;
}
.pro_list ul li img{
	width: 100%;
}
.pro_list ul li .pic{
	position: relative;
}
.pro_list ul li .con{
	display: block;
}
.pro_list ul li .pic img:last-child{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.pro_list .txt {
		/*font-size: 20px;*/
		color: #000;
		text-align: center;
		line-height:1.5;
		margin: 20px 0;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
.pro_list .txt p{
	line-height: 1.4vw;
	height: 2.8vw;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.pro_list ul .con:hover .pic img:last-child{
	opacity: 1;
}
.pro_list .pro_more .con{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding-top: 33%;
	display: block;
}
.pro_list .pro_more img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.sy_swi .swiper-slide{
	position: relative;
}
.sy_swi .swiper-slide img{width: 100%;}
.sy_swi .swiper-slide .con{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sy_swi .swiper-slide .tit{
	color: #fff;
	text-align: center;
}
.sy_swi .swiper-slide s{
	width: 60px;
	height: 2px;
	background-color: rgba(255,255,255,.3);
	display: block;
	margin: 28px auto 38px;
}
.sy_swi .swiper-slide .g_more{
	margin: 0 auto;
}
.ind_r2{
	background-color: #f0f2f5;
	padding-bottom: 50px;
}
.ind_r6 {
	background-color: #ffffff;
	padding-bottom: 0px;
}
.sy_swi .swiper-button-next,.sy_swi .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    z-index: 10;
    cursor: pointer;
	-webkit-background-size: cover;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
	
}
.sy_swi .swiper-button-prev{
    background-image: url(../images/swi_l.png);
    left: 100px;
    right: auto;
}
.sy_swi .swiper-button-prev:hover,.sy_swi .swiper-button-next:hover{
	background-image: url(../images/swi_l2.png);
}

.sy_swi .swiper-button-next {
    background-image: url(../images/swi_l.png);
    right: 100px;
    left: auto;
	transform: rotate(180deg);-webkit-transform: rotate(180deg);
}



.g_more.bg_b{
	background-color: #f39800;
}

.ind_r3{
	padding-bottom: 100px;
}
.ind_r3 .gnews_list{
	margin-bottom: 54px;
}
.ind_r3 .g_more{
	margin: 0 auto;
}
/* 关于我们 */

.ab_box{
	padding: 100px 0 0 0;
}
.ab_con{
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	margin-bottom: 50px;
}
.ab_con .l{
	width: 43%;
	padding-right: 30px;
}
.ab_con .r{
	width: 57%;
}
.ab_con .tit{
	font-weight: bold;
	color: #f39800;
	margin-bottom: 20px;
}
.ab_con .tit img{
	display: inline-block;
	-webkit-transform: translatey(-60%);
	-moz-transform: translatey(-60%);
	-o-transform: translatey(-60%);
	transform: translatey(-60%);
	margin-left: 2px;
}
.ab_con .desc{
	font-size: 20px;
	color: #f39800;
	font-family: light;
	line-height: 1.5em;
}
.ab_con .r{
	/*font-size: 16px;*/
	color: #333333;
	line-height: 1.6;
	/*padding-left: 30px;*/
	text-align: justify;
}

.ab_video{
	position: relative;
	padding-top: 50px;
}
.ab_video video{
		display: block;
	    width: 100%;
	    object-fit: cover;
}
.ab_video .plays{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.ab_video .plays .icon img{
	display: block;
	width: 100%;
}
.ab_video .plays .icon{
	width: 80px;
	height: 80px;
	position: relative;
	z-index: 3;
	cursor: pointer;
}
.ab_video .plays .icon::before {
    content: "";
    width: 100px;
    height: 100px;
    background-color: rgba(255,255,255,.2);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
}

.ab_video .plays:hover .icon::before {
    opacity: 1;
    animation: pulsate 1.5s ease-out infinite;
    -webkit-animation: pulsate 1.5s ease-out infinite;
}

@keyframes pulsate {0% {transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0; }50% {opacity: 1; }100% {transform: scale(1.3);-webkit-transform: scale(1.3);opacity: 0; } }

@-webkit-keyframes  pulsate {0% {transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0; }50% {opacity: 1; }100% {transform: scale(1.3);-webkit-transform: scale(1.3);opacity: 0; } }

.ab_box2 .tit{
	color: #f39800;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.ab_box2 .desc_con p{
	font-size: 16px;
	color: #333333;
	line-height: 1.8em;
	font-family: light;
	text-align: justify;
}
.ab_box2 .desc_con .font-f{
	font-family: Medium;
	font-weight: bold;
}
.ab_box3{
	padding: 90px 0;
}
.time_swi{
	padding: 70px 40px 70px;
}
.time_swi .swiper-slide{
	padding: 20px 0;
}
.time_swi .year{
	width: 116px;
	height: 116px;
	border-radius: 50%;
	border: 1px solid #eaeaea;
	line-height: 116px;
	text-align: center;
	font-size: 30px;
	color: #333;
	margin: 0 auto;
	cursor: pointer;
	background-color: #fff;
}
.time_swi .swiper-slide{
	position: relative;
}
.time_swi .swiper-slide::after{
	content: '';
	height: 1px;
	width: 133px;
	position: absolute;
	top: 50%;
	left: 73%;
	background-color: #eaeaea;
	z-index: -1;
}

.time_swi .swiper-slide.swiper-slide-active::after {
    content: '';
    width: 65px;
    left: 100%;
}
.time_swi .swiper-slide:last-child::after{
	display: none;
}

.time_swi .swiper-slide .year{
	position: relative;
}

.time_swi .swiper-slide-active .year{
	width: 208px;
	height: 208px;
	line-height: 208px;
	background-color: #f39800;
	border: none;
	color: #fff;
	font-size: 48px;
	position: relative;
}

.time_swi .swiper-slide .year::before{
	content: "";
	width: 120%;
	height: 120%;
	position: absolute;
	top: -10%;
	left: -10%;
	background-image: url(../images/yuan.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	animation:turn 5s linear infinite;
	opacity: 0;
	    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.time_swi .swiper-slide-active .year::before{
	opacity: 1;
}
.time_swi .swiper-wrapper{
	align-items: center;
}

@keyframes turn{
      0%{-webkit-transform:rotate(0deg);}
      25%{-webkit-transform:rotate(90deg);}
      50%{-webkit-transform:rotate(180deg);}
      75%{-webkit-transform:rotate(270deg);}
      100%{-webkit-transform:rotate(360deg);}
}

.time_swi .swiper-button-next, .time_swi .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.time_swi .swiper-button-prev{
    background-image: url(../images/time_l.png);
    left: 0px;
    right: auto;
}
/* .time_swi .swiper-button-prev:hover,.time_swi .swiper-button-next:hover{
	 background-image: url(../images/time_l.png);
} */

.time_swi .swiper-button-next {
    background-image: url(../images/time_l.png);
    right: 0px;
    left: auto;
	transform: rotate(180deg);-webkit-transform: rotate(180deg);
}

.txt_swi .swiper-slide{
	 text-align: center;
	 /* font-family: ; */
	 font-size: 16px;
	 color: #333333;
	 line-height: 1.8em;
}
.txt_swi .swiper-slide{
	opacity: 0!important;
}
.txt_swi .swiper-slide>div{
	width: 100%;
	max-width: 37vw;
	margin: 0 auto;
}
.txt_swi .swiper-slide-active{
	opacity: 1!important;
}

/* 产品 */
.pro_box{
	padding: 90px 0;
}
.screen_con{
}
.screen_con .scr_list{
	padding-left: 153px;
}
.screen_con .t_one{
	display: flex;
	font-size: 18px;
	color: #333333;
	padding-top: 40px;
	margin-bottom: 52px;
	justify-content: center;
}
.screen_con .t_one.t2{
	margin-bottom: 0;
}
.screen_con .t_one .item{
	cursor: pointer;
	padding-bottom: 10px;
	position: relative;
	font-weight: bold;
}

.screen_con .t_one .item:not(:last-child){
	margin-right: 52px;
}
.screen_con .t_one .item::before{
	position: absolute;
	content: "";
	width: 0;
	top: auto;
	right: 0;
	bottom: 0;
	background-color: #f39800;
	height: 2px;
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	-moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.screen_con .t_one .item:hover::before,.screen_con .t_one .item.act::before{
	width: 100%;
	bottom: 0;
	right: auto;
}

.scr_list .tit{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	width: 180px;
}

.scr_list .set1 .tit{
	font-size: 16px;
}
.scr_list .set1 .con .item{
	font-size: 16px;
}
.scr_list li{
	display: flex;
	margin-bottom: 35px;
}
.scr_list li.liht .item{
	color: #999;
	font-family: light;
	font-weight: normal;
	
}
.scr_list .con{
	width: calc(100% - 168px);
	padding-left: 24px;
	line-height: 1.6em;
}

.scr_list .con .item{
	display: inline-block;
	margin-right: 36px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
}

.scr_list .con .item:hover{
	color: #f39800;
}

.scr_list .con .item.act{
	color: #f39800;
}
.scr_list .con .item:last-child{
	margin-right: 0;
}

.scr_list .con.lien {
	display: flex;
	align-items: center;
	color: #999999;
	font-size: 14px;
}
.scr_list .con.lien .demo-output{
	margin: 0 14px;
	touch-action: none;
}

.scr_list .con.lien .demo-output{
	position: relative;
}



.scr_list .slider-container{
	width: 200px!important;
}
.up_jt img{
	display: inline-block;
	cursor: pointer;
}
.up_jt{
	text-align: center;
}
.up_jt.act img{
	transform: rotate(180deg);-webkit-transform: rotate(180deg);
}
.main_deng{
	padding-top: 80px;
}
.main_deng2{
	padding-top: 46px;
}
/* deng_list */
.deng_list{
	margin: 0 -25px;
}
.deng_list li{
	float: left;
	width: 33.33333%;
	padding: 0 25px;
	margin-bottom: 50px;
}
.deng_list .con{
	display: block;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.12);
}
.deng_list .con .pic{
	overflow: hidden;
}
.deng_list .con .pic img{
	width: 100%;
	display: block;
}
.deng_list .tit{
	font-size: 22px;
	color: #f39800;
	font-weight: bold;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	margin-bottom: 14px;
}
.deng_list .txt{
	padding: 50px 38px 26px;
}
.deng_list p{
	font-size: 16px;
	color: #5a5a5a;
	font-family: light;
	line-height: 1.5;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.deng_list .con:hover .pic img{
	  -webkit-transform: scale(1.08);
	    -moz-transform: scale(1.08); 
	    -ms-transform: scale(1.08); 
	    -o-transform: scale(1.08); 
	    transform: scale(1.08);
}

.deng_list .con:hover .txt{
	background-color: #f39800;
}
.deng_list .con:hover .tit ,.deng_list .con:hover p{
	color: #fff;
}

/* deng_list_end */
.big_img{
	text-align: center;
}
.big_img img{
	display: inline-block;
}
.pro_dbox {
	padding-top: 30px;
}
/* .pro_dbox .b_txt .l{
	width: 62.5%;
	padding-left: 34px;
}
.pro_dbox .b_txt .r{
	width: 37.5%;
	display: flex;
	justify-content: center;
} */
.pro_dbox .b_txt .tit{
	font-size: 22px;
	color: #f39800;
	font-weight: bold;
	margin-bottom: 14px;
}
.pro_dbox .b_txt .tit.t2{
	padding-left: 14px;
}
.pro_dbox .b_txt p{
	line-height: 1.7em;
	font-size: 16px;
	color: #333333;
	font-family: light;
}
.icon_list .icom{
	width: 80px;
	display: inline-block;
	margin-right: 16px;
}
.icon_list .icom img{
	width: 100%;
}
.icon_list .icom:last-child{
	margin-right: 0;
}
.p_66{
	padding-top: 66px;
}
.tab_box {
	margin-bottom: 60px;
}
.tab_box table{
	border-spacing:0;
}
.tab_box .tab1 tr:first-child{
	background-color: #f39800;
	color: #fff;
	line-height: 55px;
	box-sizing: border-box;
	font-size: 18px;
}
.tab_box .t_top tr:nth-child(n+5){
	background-color: #efefef;
}
.tab_box .t_top tr{
	line-height: 36px;
	font-size: 14px;
	color: #333333;
}

.tab_box .tab1{
	width: 62.5%;
	float: left;
}
.tab_box .tab1 tr td:nth-child(1){
	width: 25.5%;
	padding-left: 20px;
}
.tab_box .tab1 tr td:nth-child(2){
	width: 28.8%;
}
.tab_box .tab1 tr td:nth-child(9){
	width: 7.7%;
	text-align: center;
}
.tab_box .tab1 img{
	display: inline-block;
	vertical-align: middle;
}
.tab_box .tab1 tr td:nth-child(n+3):nth-child(-n+8){
	width: 5.5%;
	text-align: center;
}
.tab_box .tab1 tr td,.tab_box .tab2 tr td{
	text-align: center;
}
.tab_box .tab2{
	width: 36.3%;
	margin-left: 0.7%;
	float: right;
}
.tab_box .tab2 tr:first-child{
	background-color: #f39800;
	color: #fff;
	height: 55px;
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
	line-height: 1.4;
}

.sy_swi .swiper-pagination-bullet{
	background-color: #fff;
}
.sy_swi .sy_swid{
	display: none;
}

.ab_con .tit sup{
	font-size: 24px;
	-webkit-transform: translatey(4px);
	-moz-transform: translatey(4px);
	-o-transform: translatey(4px);
	transform: translatey(4px);
	display: inline-block;
	margin-left: 2px;
}
.pro_box .pbtnm {
    display: block;
    width: 100px;
    line-height: 40px;
    background: #f39800;
    color: #fff;
    text-align: center;
	cursor: pointer;
	display: none;
}

.ov_y{
	overflow-y: hidden;
}

.big_img .swiper-button-next,.big_img .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    z-index: 10;
    cursor: pointer;
	-webkit-background-size: cover;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.big_img .swiper-button-next{
    background-image: url(../images/descl.png);
    right: 10px;
    left: auto;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.big_img .swiper-button-prev{
    background-image: url(../images/descl.png);
    left: 10px;
    right: auto;
}

.big_img .swiper-button-prev:hover,.big_img .swiper-button-next:hover{
	background-image: url(../images/descl2.png);
}
.big_img .big_imgd{
	display: none;
}
.big_img{
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.pro_dbox .b_txt.t1{
	margin-bottom: 60px;
}

.download {
	width: 276px;
    height: 42px;
    border-radius: 40px;
    border: 1px solid rgba(255,255,255,.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #fff;
    padding: 0 10px 0 20px;
    cursor: pointer;
	background-color: #f39800;
}
.download p {
	display: flex;
	align-items: center;
}
.download p img{
	height: 25px;
	margin-right: 10px;
}
.pro_dbox{
	padding-bottom: 100px;
}

.tab_pc{display: block;}
.tab_m{display: none;}

.end_num{
/* 	position: absolute;
	top: -26px;
	left: 50%;
	-webkit-transform: translatex(-50%);
	-moz-transform: translatex(-50%);
	-o-transform: translatex(-50%);
	transform: translatex(-50%); */
	padding-left: 30px;
}


/* 表格 */
.tabs1{
	width: 100%;
}

.tabs1 tr:first-child{
	background-color: rgba(217,217,217);
	font-weight: bold;
	font-size: 16px;
}
.tabs1 tr:first-child span{
	display: block;
	text-align: center;
	line-height: 1.2em;
}

.tabs1 tr:nth-child(1){
	line-height: 60px;
}

.tabs1 tr td{
	text-align: center;
}

.tabs1 tr td:first-child{
	padding-left: 15px;
	
}

.tabs1 tr td:nth-child(1),.tabs1 tr td:nth-child(2),.tabs1 tr td:nth-child(3),.tabs1 tr td:nth-child(4){
	width: 6.5%;
}
.tabs1 tr td:nth-child(5){
	width: 8%;
}
.tabs1 tr td:nth-child(6){
	width: 12%;
}
.tabs1 tr td:nth-child(6){
	width: 14%;
}
.tabs1 tr td:nth-child(7){
	width: 14%;
}
.tabs1 tr td:nth-child(8){
	width: 14%;
}
.tabs1 tr td:nth-child(9){
	width: 12%;
}
.tabs1 tr:not(:nth-child(1)){
	line-height: 50px;
	font-size: 14px;
}
.tabs1 tr:not(:nth-child(1)) td{
	border-bottom: 1px solid #eee;
}




.table_box::-webkit-scrollbar{ width:4px;height: 1px;}

.table_box::-webkit-scrollbar-thumb{ background:#000;}

.table_box::-webkit-scrollbar-track{ background:#fff;} 



.table_box{
	overflow-y: hidden;
	overflow-x: auto;
}
.table_box .con{
	min-width: 1280px;
	padding-bottom: 10px;
}
.table_t {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}
                         
.table_t .l{
	width: 60%;
	display: flex;
}
  

.table_t .l .item{
	width: 45px;
	height: 45px;
	font-size: 14px;
	font-weight: 100;
	border: 1px solid #333;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 12px;
}

.table_t .l .items{
	height: 45px;
	line-height: 45px;
	background: rgb(35,31,32);
	color: #fff;
	padding: 0 14px;
	font-size: 14px;
	font-weight: 100;
}
.table_t .r .itev{
	text-align: center;
	display: inline-block;
	margin-left: 10px;
}
.table_t .r .color{
	width: 45px;
	height: 45px;
	border:1px solid #333;
	box-sizing: border-box;
	margin-bottom: 6px;
}


@media(max-width:1680px) {
	.pro_list ul{
		margin-left: -20px;
	}
	.pro_list ul li{
		padding: 0 20px;
	}
}


@media(max-width:1440px) {
	.ind_tit {padding: 60px 0 30px;}
	.pro_list .txt {font-size: 16px;}
	.pro_list .txt p{line-height: 24px;height: 48px;}
	.sy_swi .swiper-button-next{right: 50px;}
	.sy_swi .swiper-button-prev{left: 50px;}
	/* 商品列表 */
	.deng_list .tit{font-size: 20px;}
	/* 商品列表-end */
	.pro_box,.ab_box {padding: 60px 0;}
	.p_70 {padding-top: 60px;}
	.screen_con .t_one{font-size: 16px;}
	.screen_con .scr_list {padding-left: 0px;}
	.scr_list .set1 .tit ,.scr_list .set1 .con .item {font-size: 14px;}
	.theme-green .back-bar .pointer {width: 11px;height: 11px;top: -4px;border-radius: 50%;}
	.screen_con .t_one {margin-bottom: 32px;}
}
@media(max-width:1280px) {
	.time_swi .swiper-slide-active .year {width: 140px;height: 140px;line-height: 140px;font-size: 30px;}
	.time_swi .year {width: 80px;height: 80px;line-height: 80px;font-size: 20px;}
	/* 商品列表 */
	.deng_list {margin: 0 -15px;}
	.deng_list li {padding: 0 15px;margin-bottom: 30px;}
	.deng_list .txt {padding: 30px 30px 20px;}
	/* 商品列表-end */
	.screen_con .t_one .item:not(:last-child) {margin-right: 36px;}
	.gnews_list li .t_box{padding: 22px;}
}

@media(max-width:1030px) {
	.p_100 {padding-top: 50px;}
}

@media(max-width:960px) {
	/* 商品列表 */
	.deng_list {margin: 0 -10px;}
	.deng_list li {padding: 0 10px;margin-bottom: 20px;width: 50%;}
	.deng_list .tit {font-size: 16px;}
	.deng_list p{font-size: 14px;}
	.deng_list .txt {padding: 30px 20px 20px;}
	/* 商品列表-end */
	.banner{padding-top: 50px;}
	.banner .swiper-slide .pc{display: none;}
	.banner .swiper-slide .mlo{display: block;}
	.banner .con {top: 25%;}
	.banner .con .txt{margin-bottom: 30px;}
	.ind_tit {padding: 50px 0 30px;}
	.pro_list ul{margin: 0 -15px;}
	.pro_list ul li{width: 50%;padding: 0 15px;}
	.pro_list .txt {font-size: 14px;margin: 15px 0;}
	.pro_list .txt p{line-height: 18px;height: 36px;}
	.sy_swi .swiper-slide s {margin: 18px auto 18px;}
	.ind_r2,.ind_r3{padding-bottom: 30px;}
	.sy_swi .sy_swid{display: block;}
	.sy_swi .swiper-button-next, .sy_swi .swiper-button-prev{display: none;}
	.ind_r3 .gnews_list {margin-bottom: 20px;}
	.ab_box,.ab_box3 ,.pro_box{padding: 30px 0;}
	.ab_con{display: block;}
	.ab_con .l{width: 100%;margin-bottom: 10px;padding-right: 0;}
	.ab_con .r{width: 100%;padding-left: 0;}
	.ab_con .tit {margin-bottom: 9px;}
	.ab_video .plays .icon {width: 50px;height: 50px;}
	.ab_video .plays .icon::before {width: 60px;height: 60px;margin-top: -30px;margin-left: -30px;opacity: 1;animation: pulsate 1.5s ease-out infinite;-webkit-animation: pulsate 1.5s ease-out infinite;}
	.time_swi {padding: 20px 40px ;}
	.time_swi .swiper-slide::after{display: none;}
	.ab_con .desc{font-size: 16px;}
	.ab_con .r,.ab_box2 .desc_con p,.txt_swi .swiper-slide p{font-size: 14px;}
	.ab_con .tit{font-size: 22px;}
	.ab_con .tit sup{font-size: 18px;}
	.ab_box2 .tit{font-size: 18px;margin-bottom: 10px;}
	.txt_swi .swiper-slide p {margin-bottom: 10px;}
	.screen_con .t_one.t2,.screen_con .t_one{overflow-x: auto;overflow-y: hidden;white-space: nowrap;justify-content: flex-start;}
	.screen_con .t_one::-webkit-scrollbar{ width:0px;height: 0px;}
	.screen_con .t_one::-webkit-scrollbar-thumb{ background:#000;}
	.screen_con .t_one::-webkit-scrollbar-track{ background:#fff;} 
	/* 筛选 */
	.box_sx.act {left: 0;}
	.box_sx {-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;position: fixed;top: 0;left: 100%;z-index: 10;width: 100%;height: 100vh;overflow: auto;display: block !important;background-color: #fff;}
	.src_con{padding: 0 5%;}
	.scr_list li{display: block;margin-bottom: 24px;}
	.scr_list .con{padding-left: 0;}
	.scr_list .tit,.scr_list .set1 .tit{width: auto;margin-bottom: 18px;font-size: 16px;}
	.screen_con .scr_list{padding: 50px 0;}
	.scr_list .con{width: 100%;}
	.box_sx .out {display: block;width: 40px;height: 40px;background: url(../images/out.png) center no-repeat;background-size: 20px;border: 2px solid #000;border-radius: 50%;position: absolute;top: 10px;right: 5%;z-index: 6;}
	.up_jt{display: none;}
	.pro_box .pbtnm{display: block;}
	.screen_con .t_one {font-size: 14px;}
	.main_deng,.main_deng2{padding-top: 30px;}
	.screen_con .t_one {padding-top: 30px;}
	.big_img .swiper-button-next, .big_img .swiper-button-prev{display: none;}
	.big_img .big_imgd{display: block;}
	.big_img .swiper-pagination-bullet-active{background-color: #f39800;}
	.tab_pc{display: none;}
	.tab_m{display: block;}
	.ab_con {padding-top: 30px;margin-bottom: 30px;}
	.ab_video{
		padding-top: 20px;
	}
	
	.pro_list ul{
		margin-left: -10px;
	}
	.pro_list ul li{
		padding: 0 10px;
	}
	.pro_list .txt{
		margin: 8px 0;
	}
}
@media(max-width:600px) {
	.pro_list .pro_more .con {padding-top: 24%;}
}
@media(max-width:500px) {
	.deng_list {margin: 0;}
	.deng_list li {padding: 0;margin-bottom: 20px;width: 100%;}
}

.gsjj {
	width: 100%;
	background: url(../../images/i_10.png) center no-repeat;
	background-size: cover;
}
.gsjj .ibox {
	padding-top: 0px;
}
.en_title {
	color: #282828;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
}
.gsjj .ibox .lrt {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gsjj .ibox .lrt .left {
	width: 50%;
	position: relative;
	cursor: pointer;
}
.gsjj .ibox .lrt .left .big_img {
	width: 100%;
}

 .gsjj .ibox .lrt .left .big_img img {
	width: 100%;
}

 .gsjj .ibox .lrt .left .left_fp {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.gsjj .ibox .lrt .left:hover .left_fp .fp_img img {
	transform: scale(0.8);
}

 .gsjj .ibox .lrt .left .left_fp .d_text {
	color: #fff;
	padding-bottom: 11px;
	margin-top: 40px;
	position: relative;
}

.gsjj .ibox .lrt .left .left_fp .d_text::after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

 .gsjj .ibox .lrt .left:hover .left_fp .d_text::after {
	width: 100%;
	opacity: 1;
}

 .gsjj .ibox .lrt .right {
	width: 50%;
	padding: 0 5.5556%;
}

.gsjj .ibox .lrt .right .d_text {
	color: #333;
}

.gsjj .ibox .lrt .right .gmy_text {
	margin: 25px 0 28px 0;
}

.gsjj .ibox .lrt .right .cc_text {
	width: 100%;
	height: 180px;
	overflow: auto;
	padding-right: 15px;
}

 .gsjj .ibox .lrt .right .c_text {
	color: #333;
	line-height: 1.8;
	margin-bottom: 5px;
	text-align: justify;
}

 .gsjj .ibox .lrt .right .cc_text::-webkit-scrollbar {
	width: 4px;
	height: 1px;
}

 .gsjj .ibox .lrt .right .cc_text::-webkit-scrollbar-thumb {
	background: #2da2aa;
}

 .gsjj .ibox .lrt .right .cc_text::-webkit-scrollbar-track {
	background: #fff;
}

 .gsjj .ibox .lrt .right .c_text:last-child {
	margin-bottom: 0;
}
 .gsjj .ibox .lrt .right .three_img {
	width: 100%;
	/*display: flex;*/
	justify-content: space-between;
	margin: 40px 0 100px 0;
}
 .gsjj .ibox .lrt .right .three_img .three {
	/*margin-right: 78px;
display: flex;*/
	display: inline-block;
	max-width: 30%;
	overflow: hidden;
	padding-right: 5px;
}
.gsjj .ibox .lrt .right .three_img .three:last-child {
	margin-right: 0;
}

 .gsjj .ibox .lrt .right .three_img .three .wenzi {
	float: left;
	/*width: calc(100% - 50px);*/
}

 .gsjj .ibox .lrt .right .three_img .three .wenzi .zhijin {
	color: #999;
}

 .gsjj .ibox .lrt .right .three_img .three .wenzi .flx {
	display: flex;
	align-items: flex-end;
}

 .gsjj .ibox .lrt .right .three_img .three .wenzi .flx .num {
	color: #333;
	font-family: "din";
	position: relative;
}

 .gsjj .ibox .lrt .right .three_img .three .wenzi .flx .nian {
	color: #333;
	transform: translate(3px, -4px);
}
/*.gsjj .ibox .lrt .right .three_img .three:last-child .wenzi .flx .num::before {
	content: "+";
	display: block;
	position: absolute;
	top: -2px;
	right: -15px;
	color: #333;
	font-size: 28px;
}*/
.gsjj .ibox .lrt .right .three_img .three .tupian {
	width: 30px;
	float: right;
	margin-left: 20px;
}
.z_tanchuang.one {
	/*transform: scaleY(0.01) scaleX(0);
	animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;*/
	-webkit-transform: scaleY(0.01) scaleX(0);
	-webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang {
	position: fixed;
	display: table;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	/*transform: scale(0);
	-webkit-transform: scale(0);*/
	z-index: 10;
}
.z_tanchuang .tbox {
	display: table-cell;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	vertical-align: middle;
}
	.z_tanchuang.one .tbox .modal {
		
		-webkit-transform: scale(0);
		-webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	}
	.z_tanchuang .tbox .modal .out {
		position: absolute;
		width: 34px;
		height: 34px;
		background: url(../../images/out.png) center no-repeat;
		text-align: center;
		border-radius: 50%;
		top: 0;
		right: -50px;
		cursor: pointer;
	}
	.z_tanchuang .tbox .modal .img {
		max-width: 1200px;
	}
.z_tanchuang .tbox .modal .img {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.z_tanchuang .tbox .modal .img video {
	display: block;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}
.index5 {
	background: #f8f9fb;
	position: relative;
	z-index: 3;
}
.ibox {
	/*max-width: 1800px;
	width: 93.75%;*/
	margin: 0 auto;
	transition: all .5s;
	box-sizing: border-box;
	position: relative;
}
.index5 {
	background: #f8f9fb;
	position: relative;
	z-index: 3;
}

.index5 .bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(../images/in5_5.jpg) center bottom no-repeat;
	background-size: cover;
	opacity: 0;
}

.index5 .ibox {
	z-index: 3;
}

.index5 .con1 {
	position: absolute;
	width: 100%;
	top: 1.2rem;
	z-index: 3;
}

.index5 .ss {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index5 .ss .nei {
	position: relative;
	width: 70%;
	transform: translateY(30px);
}

.index5 .ss .nei .img {
	position: relative;
}

.index5 .ss .nei .img img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.index5 .ss .nei .img img:last-child {
	position: relative;
}

.index5 .ss .nei .img img.act {
	opacity: 1;
}

.index5 .bg.act {
	opacity: 1;
}
.ggbt {
	text-align: center;
}
.alltime, .alltime * {
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	-moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.index5 .ss .li {
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: 10;
}
.index5 .ss .li2 {
	left: 11.5%;
	top: 22%;
}
.index5 .ss .li1 {
	left: 10%;
	top: 26%;
}

.index5 .ss .ul1 {
}

.index5 .ss .li {
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: 10;
}

	.index5 .ss .li .txt {
		position: absolute;
		width: 228px;
		background: #fff;
		bottom: 45px;
		box-shadow: 0 5px 5px 3px rgba(14, 110, 241,0.15);
		z-index: 3;
		padding: 2px;
		border-radius: 8px;
		overflow: hidden;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0;
		pointer-events: none;
	}

	.index5 .ss .li .ls {
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}

		.index5 .ss .li .ls span {
			display: block;
			white-space: nowrap;
			background: #fff;
			line-height: 1.4;
			padding: 10px 25px;
			border-radius: 30px;
			box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.05);
			position: absolute;
			right: 110%;
			bottom: 0px;
			text-align: center;
			display: none;
		}

	.index5 .ss .li .ts {
		padding: 8px;
		line-height: 1.6;
	}

	.index5 .ss .li .t3 {
		color: #595959;
	}

	.index5 .ss .li .ls .i {
		position: relative;
		width: 37px;
		height: 37px;
	}

	.index5 .ss .li:hover .ls .i {
		animation: dong 2s linear alternate infinite;
	}


	.index5 .ss .li .ls .i img {
		max-width: none;
		height: 100%;
		width: 100%;
	}

.index5 .ss .lil .ls span {
	right: 40px;
	left: auto;
	transform: translate(0);
	bottom: 0;
}

.index5 .ss .lil .txt {
	left: auto;
	transform: translate(0,-55%);
	bottom: auto;
	top: 50%;
	right: 30px;
}

/* .index5 .ss .lir .ls span{left: 40px;transform: translate(0);bottom: 0;} */

.index5 .ss .lir .txt {
	left: 30px;
	transform: translate(0,-55%);
	bottom: auto;
	top: 50%;
}

.index5 .ss .li1 {
	left: 57%;
	top: 74%;
}

.index5 .ss .li2 {
	left: 11.5%;
	top: 22%;
}

.index5 .ss .li3 {
	left: 13.5%;
	top: 23%;
}

.index5 .ss .li10 {
	left: 35%;
	top: 62.5%;
}

.index5 .ss .li4 {
	left: 39.8%;
	top: 40%;
}

	.index5 .ss .li4 .ls span {
		display: block;
	}

	.index5 .ss .li4 .ls .i {
		width: 50px;
		height: 50px;
	}

.index5 .ss .li5 {
	left: 45%;
	top: 35.5%;
}

.index5 .ss .li6 {
	left: 34%;
	top: 49%;
}

.index5 .ss .li7 {
	left: 34.7%;
	top: 49%;
}

.index5 .ss .li8 {
	left: 43%;
	top: 76%;
}

.index5 .ss .li9 {
	left: 82%;
	top: 22%;
}

.index5 .ss .li11 {
	left: 83%;
	top: 33%;
}

.index5 .ss .li12 {
	left: 79.5%;
	top: 41.5%;
}

.index5 .ss .li13 {
	left: 94%;
	top: 79%;
}


.index5 .ss .li:hover {
	z-index: 12;
}


	/* .index5 .ss .li:hover .ls span{opacity: 0;} */

	.index5 .ss .li:hover .txt {
		opacity: 1;
		pointer-events: visible;
	}

.index5 .ss .li.jin {
	opacity: 0;
	pointer-events: none;
}


.index5 .con2 {
	position: relative;
}

.index5 .ss .nei2 {
	max-width: 1100px;
}

	.index5 .ss .nei2 .dl1 dd {
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
		z-index: 3;
	}

.index5 .ss .nei2 .dl1 dd.act .i {
animation: dong 2s linear alternate infinite;
-wenkit-animation: dong 2s linear alternate infinite;
}

.index5 .ss .nei2 .dl1 dd .i {
width: 12px;
pointer-events: none;
}

.index5 .ss .nei2 .dl1 dd .wz {
position: absolute;
top: 0;
left: 100%;
white-space: nowrap;
line-height: 20px;
padding: 0 5px;
cursor: pointer;
display: none;
}

.index5 .ss .nei2 .dl1 dd .yuan {
display: block;
width: 25px;
height: 25px;
position: absolute;
top: -15px;
left: -15px;
z-index: 2;
pointer-events: none;
}

.index5 .ss .nei2 .dl1 dd .yuan span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/svg/jiaa.svg) center no-repeat;
	z-index: 5;
	position: relative;
}

.index5 .ss .nei2 .dl1 dd .yuan s {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #fff;
	border-radius: 50%;
}

	.index5 .ss .nei2 .dl1 dd .yuan s.s1 {
		animation: sf1 2s linear .5s infinite;
		-webkit-animation: sf1 2s linear .5s infinite;
	}

	.index5 .ss .nei2 .dl1 dd .yuan s.s2 {
		animation: sf1 2s linear 1s infinite;
		-webkit-animation: sf1 2s linear 1s infinite;
	}

	.index5 .ss .nei2 .dl1 dd .yuan s.s3 {
		animation: sf1 2s linear 1.5s infinite;
		-webkit-animation: sf1 2s linear 1.5s infinite;
	}

.index5 .ss .nei2 .dl1 dd .hz {
position: absolute;
left: 200%;
top: 0;
white-space: nowrap;
pointer-events: none;
}

.index5 .ss .nei2 .dl1 dd:nth-child(1) {
left: 51.2%;
top: 43.8%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(2) {
left: 48.3%;
top: 45.1%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(3) {
left: 61.3%;
top: 35%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(4) {
left: 63.5%;
top: 29.5%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(5) {
left: 65%;
top: 24.5%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(6) {
left: 59%;
top: 57.5%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(7) {
left: 60.5%;
top: 64%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(8) {
left: 56.3%;
top: 59.2%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(9) {
left: 59%;
top: 70%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(10) {
left: 54.5%;
top: 65.7%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(11) {
left: 55.2%;
top: 47.5%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(12) {
left: 50.5%;
top: 52.5%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(13) {
left: 51.6%;
top: 62%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(14) {
left: 50%;
top: 67.5%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(15) {
left: 50.4%;
top: 77.7%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(16) {
left: 46.7%;
top: 86%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(17) {
left: 37.8%;
top: 61.3%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(18) {
left: 41%;
top: 71%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(19) {
left: 34.7%;
top: 74%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(20) {
left: 44.2%;
top: 53.8%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(21) {
left: 34.2%;
top: 47.5%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(22) {
left: 37.5%;
top: 50%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(23) {
left: 63%;
top: 73%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(24) {
left: 53.6%;
top: 38.6%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(25) {
left: 56.8%;
top: 40%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(26) {
left: 61.5%;
top: 58.5%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(27) {
left: 40.5%;
top: 63.6%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(28) {
left: 47.5%;
top: 39%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(29) {
left: 43%;
top: 79%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(30) {
left: 17.5%;
top: 59.5%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(31) {
left: 41%;
top: 44%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(32) {
left: 18%;
top: 26%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(33) {
left: 52%;
top: 80%;
}

.index5 .ss .nei2 .dl1 dd:nth-child(34) {
left: 50%;
top: 82%;
}

.index5 .ss .nei2 .dl1 dd.jin .i {
opacity: 0;
pointer-events: none;
}

.index5 .ss .nei2 .dl1 dd.jin {
pointer-events: none;
}


.index5 .ss .nei2 .txt {
position: absolute;
width: 40%;
background: #fff;
box-shadow: 0 0px 15px rgba(14, 110, 241,0.15);
-webkit-box-shadow: 0 0px 15px rgba(14, 110, 241,0.15);
z-index: 3;
padding: 30px;
border-radius: 5px;
line-height: 1.5;
overflow: hidden;
left: 81%;
top: 50%;
transform: translateY(-50%);
}

.index5 .ss .nei2 .txt .sous {
display: flex;
width: 100%;
height: 34px;
border: 1px solid #999;
border-radius: 4px;
padding: 0 10px;
}

.index5 .ss .nei2 .txt .sous input {
	display: block;
	width: calc(100% - 34px);
	height: 100%;
	border: 0;
	outline: none;
	background: rgba(0, 0, 0, 0);
}

	.index5 .ss .nei2 .txt .sous input::-webkit-input-placeholder {
		color: #999;
	}

	.index5 .ss .nei2 .txt .sous input:-moz-placeholder {
		color: #999;
	}

	.index5 .ss .nei2 .txt .sous input::-moz-placeholder {
		color: #999;
	}

	.index5 .ss .nei2 .txt .sous input:-ms-input-placeholder {
		color: #999;
	}

.index5 .ss .nei2 .txt .sous span {
	display: block;
	width: 34px;
	height: 100%;
	background: url(../images/svg/7.svg) center no-repeat;
	cursor: pointer;
}

	.index5 .ss .nei2 .txt .sous span:hover {
		background: url(../images/svg/ss_l.svg) center no-repeat;
	}

.swiper_list {
	width: 100%;
	height: 380px;
	padding-right: 35px;
	margin-top: 30px;
}

.swiper_list .swiper-slide {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}

.swiper_list .swiper-slide .sbox {
	line-height: 1.5;
}

.swiper_list .swiper-slide .sbox .t1 img {
	border-radius: 8px;
}

.swiper_list .swiper-slide .sbox .t2 {
	margin: 10px 0 5px;
}

.swiper_list .swiper-slide:last-child {
	border: 0;
	margin-bottom: 0;
}

.swiper_list .scrollbar_list {
	background: #F0F4FF;
	width: 2px;
}

.swiper_list .scrollbar_list .swiper-scrollbar-drag {
	background: #06467C;
}





.index5 .con2 .shujdw {
	position: absolute;
	left: 0;
	bottom: 9.47vh;
}

.index5 .con2 .shujdw .shu1 {
	display: flex;
}

.index5 .con2 .shujdw .shu1 .button_su {
	margin-right: 10px;
}

.index5 .con2 .shujdw .shu1 .button_su:last-child {
	margin-right: 0;
}

.index5 .con2 .shujdw .le {
	position: relative;
	z-index: 5;
}

.index5 .con2 .shujdw .shu2 {
	margin-top: 0.3rem;
	height: 62px;
}

.index5 .con2 .shujdw .shu2 .u1 {
	display: flex;
	align-items: center;
	line-height: 1.6;
	color: rgba(0, 0, 0, .5);
	display: none;
}

.index5 .con2 .shujdw .shu2 .u1 s {
	width: 16px;
	height: 16px;
	background: #FFAA05;
	border-radius: 50px;
	display: inline-block;
	margin-right: 10px;
}

.index5 .con2 .shujdw .shu2 .u2 {
	display: flex;
	color: #999;
}

.index5 .con2 .shujdw .shu2 .u2 .li {
	display: flex;
	align-items: center;
	align-content: center;
	margin-right: 25px;
}

.index5 .con2 .shujdw .shu2 .u2 .li .ico {
	margin-right: 5px;
}

.index5 .con2 .shujdw .shu2 .u3 {
	line-height: 1.4;
	color: #999999;
	transform: scale(0.8) translateX(-11%);
	display: inline-block;
}

.index5 .con2 .shujdw .shu2 .sox2 {
	display: none;
}

.index5 .con2 .shujdw .pad {
	position: relative;
}

.index5 .con2 .shujdw .re {
	position: relative;
	z-index: 5;
	pointer-events: none;
	margin-bottom: 30px;
	opacity: 0;
}

.index5 .con2 .shujdw .re .es {
	display: flex;
}

.index5 .con2 .shujdw .re .es .e1 {
	display: flex;
	align-items: center;
}

.index5 .con2 .shujdw .re .es .e2 {
	white-space: nowrap;
	color: rgba(0, 0, 0, .5);
}

.index5 .con2 .shujdw .re .e {
	margin-right: 45px;
}

.index5 .con2 .shujdw .re .e:last-child {
	margin-right: 0;
}

.index5 .con2 .shujdw .re2 {
	position: absolute;
	top: 0;
	left: 1rem;
}

.index5 .con2 .shujdw .re.act {
	opacity: 1;
}

.index5 .con3 {
	display: none;
}



@media(max-width:1000px) {
	.gsjj .ibox .lrt .left{
		width: 100%;
	}
	.gsjj .ibox .lrt .right{
		width: 100%;
		padding: 0;
		margin-top: 35px;
	}
	.gsjj .ibox .lrt .right .three_img{
		margin: 15px 0 25px 0;
	}
	.gsjj .ibox .lrt{
		display: block;
	}
	
}
@media(max-width:750px) {
	.pro_list .pro_more img{
		width: 50px;
		height: 50px;
	}
}


.banner-con-a{
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}
.banner-con-b{
	margin-top: 50px;
	color: #fff;
	line-height: 1.4;
}


ul.clearfix{
	padding-bottom: 60px;
}
.head ul.clearfix{
	padding-bottom: 0;
}
.picsf{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding:30px 20px;
	background: rgba(0,0,0,.8);
	opacity: 0;
	color: #fff;
	line-height: 1.5;
transition: all .5s;
-webkit-transition: all .5s; 
}
.picsf-a{
	font-weight: bold;
	margin-bottom: 20px;
}
ul.clearfix li:hover .picsf {
	opacity: 1;
transition: all .5s;
-webkit-transition: all .5s; 
}

.sflsfz-bj{
	position: relative;
	overflow: hidden;
	padding: 0;
}
.sflsfz{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 9vw;
	color: #fff;
	z-index: 2;
}
.sflsfz .box{
	padding-right: 52%;
}
.sflsfz-b{
	margin-top: 30px;
	margin-bottom: 60px;
	line-height: 1.5;
}
.sflsfz-c{
	margin: 0 !important;
}

.sfqqgc-a{
	
	position: relative;
	z-index: 2;
}
.sfqqgc-a9{
	    line-height: 1.8;
    color: #333;
    text-align: center;
}
.sfqqgc-b{
	
}
.sfqqgc-c{
	display:flex;
	justify-content: space-between;
	margin-top: -120px;
	position: relative;
	z-index: 2;
}
.sfqqgc-cli{
	display: inline-block;
	text-align: center;
	line-height: 1.5;
	position: relative;
}
.sfqqgc-c2{
	/*font-size: 20px;*/
	font-weight: bold;
}
.sfqqgc-c3{
	/*font-size: 18px;*/
}
.sfqqgc-c4{
	width: 20px;
	position: absolute;
	bottom: 106%;
	left: 50%;
	margin-left: -10px;
}


@media(max-width:1200px) {
	
	.banner .con{
		top: 30%;
	}
	.banner-con-a{
		font-size: 34px;
	}
	.banner-con-b{
		margin-top: 30px;
	}
	.picsf{
		display: none;
	}
	ul.clearfix{
		padding-bottom: 30px;
	}
	.gsjj .ibox .lrt .right .three_img{
		margin: 30px 0;
	}
	.sflsfz .box{
		padding-right: 10%;
	}
	.sflsfz-b{
		margin: 20px 0;
	}
	
	.sfqqgc-b{
		margin-top: -50px;
	}
	
	.sfqqgc-c{
		margin-top: -80px;
	}
}
@media(max-width:960px) {
	.banner{
		padding-top: 0;
	}
	
	.sflsfz{
		position: relative;
		color: #333;
		padding-top: 30px;
	}
	.sflsfz-a{
		color: #333;
	}
	.sflsfz-b{
		font-size: 18px;
	}
	.sflsfz .box{
		padding-right: 0;
	}
}

@media(max-width:750px) {
	.banner{
		padding-top: 0;
		margin-top: 50px;
	}
	.banner-con-a{
		font-size: 26px;
	}
	.banner-con-b{
		font-size: 14px;
		margin-top: 15px;
	}
	ul.clearfix{
		padding-bottom: 10px;
	}
	.gsjj .ibox .lrt .left .big_img{
		padding-bottom: 0;
	}
	.sfqqgc-b{
		
	}
	
	.sfqqgc-c{
		margin-top: -20px;
	}
	.sfqqgc-c2{
		font-size: 13px;
	}
	.sfqqgc-c3{
		font-size: 12px;
	}
	.sflsfz-b{
		font-size: 14px;
	}
}
/* 产品详情 */

.prc1 {
	background: #f3f3f3;
	display: none;
}

	.prc1 .pbtn {
		padding: 20px 0;
		line-height: 40px;
	}

		.prc1 .pbtn .abox {
			max-height: 40px;
			overflow: hidden;
			position: relative;
		}

			.prc1 .pbtn .abox a {
				display: block;
				float: left;
				margin-right: 60px;
				color: #999;
			}

				.prc1 .pbtn .abox a.act, .prc1 .pbtn .abox a:hover {
					color: #182646;
				}

			.prc1 .pbtn .abox span {
				display: block;
				width: 40px;
				height: 40px;
				position: absolute;
				top: 0;
				right: 0;
				background: url(../images/prc_1.png) center no-repeat;
				cursor: pointer;
			}

			.prc1 .pbtn .abox.act {
				max-height: 500px;
			}

				.prc1 .pbtn .abox.act span {
					transform: rotate(180deg);
					-webkit-transform: rotate(180deg);
				}

.prc2 {
	/*position: relative;
	background: #fff;
	z-index: 2;
	height: calc(100vh - 262px);
	margin-top:20px;*/
	padding-top: 100px;
	padding-bottom: 100px;
}


	.prc2 .box {
		/*height: 100%;*/
	}

	.prc2 .plt {
		display: block;
		width: 48%;
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;
		float: left;
		height: 60%;
		overflow: hidden;
	}

		.prc2 .plt.act {
			position: relative;
		}

		.prc2 .plt a {
			display: block;
			width: 100%;
			height: 100%;
		}


		.prc2 .plt img {
			display: block;
			width: 100%;
			/*height: 100%;*/
			/*max-width: 1920px;*/
		}

		.prc2 .plt .btn {
			display: block;
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
			bottom: 40px;
			background: #000;
			color: #fff;
			text-align: center;
			width: 150px;
			line-height: 38px;
			cursor: pointer;
		}

			.prc2 .plt .btn:hover {
				background: #182646;
			}

	.prc2 .prt {
		width: 49%;
		float: right;
	}

	.prc2 .prt {
	}

		.prc2 .prt::-webkit-scrollbar {
			width: 1px;
			height: 1px;
		}

		.prc2 .prt::-webkit-scrollbar-thumb {
			background: #fff;
		}

		.prc2 .prt::-webkit-scrollbar-track {
			background: #fff;
		}


		.prc2 .prt .ptop1 {
		}

			.prc2 .prt .ptop1 .ul1 {
				float: left;
				width: 150px;
				height: 26px;
				position: relative;
			}

				.prc2 .prt .ptop1 .ul1 li {
					padding-left: 26px;
					cursor: pointer;
					background: url(../images/hx0.png) center left no-repeat;
					line-height: 26px;
					width: 100%;
					position: absolute;
					top: 0;
					left: 0;
					z-index: -1;
					font-family: Futura;
				}

					.prc2 .prt .ptop1 .ul1 li.act {
						background: url(../images/hx1.png) center left no-repeat;
					}

					.prc2 .prt .ptop1 .ul1 li.cen {
						z-index: 2;
					}

			.prc2 .prt .ptop1 .fh {
				display: block;
				float: right;
				line-height: 26px;
				color: #888;
				padding-right: 20px;
				background: url(../images/fh2.png) center right no-repeat;
				z-index: 2;
				cursor: pointer;
				font-family: DINPro;
			}

				.prc2 .prt .ptop1 .fh:hover {
					color: #182646;
				}

		.prc2 .prt .ptop2 {
			/*padding: 40px 0 80px;*/
		}

			.prc2 .prt .ptop2 .tt1 {
				position: relative;
				line-height: 1.1;
				/*font-size: 48px;
				color: #182646;*/
			}
			.prc2 .prt .ptop2 .tt2 {
				position: relative;
				line-height: 1.5;
				margin-top: 20px;
				min-height: 100px;
				/*font-size: 18px;
				color: #182646;*/
			}
			.ptop3-a{
				margin-bottom: 50px;
				line-height: 1.7;
			}
			.ptop3-a1{
				font-weight: bold;
				line-height: 1;
				margin-bottom: 15px;
			}
			.ptop3-a1 img{
				height: 30px;
				display: inline-block;
				margin-right: 15px;
				position: relative;
				top: 4px;
			}
			.ptop3-a2{
				margin-bottom: 50px;
			}
			.ptop3-b img{
				width: 100%;
			}

				.prc2 .prt .ptop2 .tt1 s {
					display: block;
					float: left;
					width: 70px;
					height: 1px;
					background: #182646;
					margin: 25px 25px 0 0;
				}

			.prc2 .prt .ptop2 .tc1 {
				margin: 32px 0;
			}

				.prc2 .prt .ptop2 .tc1 .btox {
					float: right;
					height: 30px;
				}

					.prc2 .prt .ptop2 .tc1 .btox div {
						display: block;
						width: 30px;
						height: 30px;
						float: left;
						opacity: 0.5;
						cursor: pointer;
					}

					.prc2 .prt .ptop2 .tc1 .btox .prev2 {
						background: url(../images/jt_l.png) center no-repeat;
						transform: rotate(180deg);
						-webkit-transform: rotate(180deg);
					}

					.prc2 .prt .ptop2 .tc1 .btox .next2 {
						background: url(../images/jt_l.png) center no-repeat;
					}

					.prc2 .prt .ptop2 .tc1 .btox div:hover {
						opacity: 1;
					}

		.prc2 .prt .swiper2 {
			text-align: center;
		}

			.prc2 .prt .swiper2 .swiper-slide .sbox {
				display: block;
				width: 100%;
				overflow: hidden;
				cursor: pointer;
			}

				.prc2 .prt .swiper2 .swiper-slide .sbox .img, .prc2 .prt .swiper2 .swiper-slide .sbox .img img {
					display: block;
					width: 100%;
					overflow: hidden;
				}

				.prc2 .prt .swiper2 .swiper-slide .sbox .stt {
					margin-top: 10px;
					white-space: nowrap;
					overflow: hidden;
					text-overflow: ellipsis;
					font-family: DINPro;
				}

		.prc2  .ltc {
			line-height: 2;
			margin: 30px 0 80px;
		}
.ptop3 {
	margin-top: 50px;
}

.prc2 .prt .ptop3 .img {
	margin-top: 40px;
	display: flex;
}

			.prc2 .prt .ptop3 .img img {
				margin-right: 4.5%;
				width: 6%;
			}


		.prc2  .ptop3 .ul1 {
		}

			.prc2  .ptop3 .ul1 li {
				display: none;
				font-family: 'DINPro';
			}

				.prc2  .ptop3 .ul1 li .ltc {
					font-family: 'Futura';
				}

				.prc2  .ptop3 .ul1 li:nth-child(1) {
					display: block;
				}


.pnav {
	line-height: 40px;
	background: #fefefe;
}

	.pnav a {
		display: block;
		float: left;
		padding-right: 30px;
		margin-right: 10px;
		height: 40px;
		background: url(../images/prc_3.png) center right no-repeat;
		color: #666;
		font-family: Futura;
	}

		.pnav a img {
			display: block;
			margin-top: 14px;
		}

		.pnav a:hover {
			color: #000;
		}

		.pnav a:last-child {
			color: #000;
			background: #fefefe;
		}




/* 案例 */

.cas1 {
	padding: 30px 0 50px;
	background: #f7f7f7;
}

	.cas1 .ul1 {
		line-height: 1;
	}

		.cas1 .ul1 li {
			margin-bottom: 20px;
		}

			.cas1 .ul1 li:last-child {
				margin-bottom: 0;
			}

			.cas1 .ul1 li span {
				display: block;
				float: left;
				width: 100px;
			}

			.cas1 .ul1 li .lrt {
				display: block;
				width: calc(100% - 100px);
				float: left;
			}

				.cas1 .ul1 li .lrt a {
					display: block;
					float: left;
					margin-right: 50px;
					color: #888;
				}

					.cas1 .ul1 li .lrt a.act, .cas1 .ul1 li .lrt a:hover {
						color: #182646;
					}

.cas2 {
	position: relative;
	padding-left: 130px;
	background: #f7f7f7;
}

	.cas2 .swiper3 {
		background: #f7f7f7;
		padding-bottom: 80px;
	}

		.cas2 .swiper3 .swiper-wrapper:hover {
			z-index: 3;
		}

		.cas2 .swiper3 .swiper-slide {
		}

			.cas2 .swiper3 .swiper-slide .sbox {
				cursor: pointer;
				text-align: center;
			}

				.cas2 .swiper3 .swiper-slide .sbox .img, .cas2 .swiper3 .swiper-slide .sbox .img img {
					display: block;
					width: 100%;
					overflow: hidden;
				}

					.cas2 .swiper3 .swiper-slide .sbox .img img {
						transform: scale(1.000001);
						-webkit-transform: scale(1.000001);
					}

				.cas2 .swiper3 .swiper-slide .sbox .txt {
					margin-top: 30px;
				}

					.cas2 .swiper3 .swiper-slide .sbox .txt div {
						white-space: nowrap;
						overflow: hidden;
						text-overflow: ellipsis;
						line-height: 1;
						margin-bottom: 15px;
						opacity: 0;
					}

					.cas2 .swiper3 .swiper-slide .sbox .txt .xian {
						display: block;
						width: 1px;
						height: 60px;
						background: #dedede;
						margin: 0 auto 10px;
					}

					.cas2 .swiper3 .swiper-slide .sbox .txt .yuan {
						position: relative;
						width: 30px;
						height: 30px;
						margin: 0 auto;
						opacity: 1;
					}

						.cas2 .swiper3 .swiper-slide .sbox .txt .yuan s {
							display: block;
							width: 8px;
							height: 8px;
							position: absolute;
							top: 50%;
							left: 50%;
							border-radius: 50%;
							background: #ddd;
							margin: -4px 0 0 -4px;
						}

						.cas2 .swiper3 .swiper-slide .sbox .txt .yuan span {
							display: block;
							width: 100%;
							height: 100%;
							border: 1px solid #182646;
							border-radius: 50%;
							transform: scale(0);
							-webkit-transform: scale(0);
						}

		.cas2 .swiper3 .btn {
			width: calc(100% - 130px);
			position: relative;
			height: 50px;
			position: absolute;
			left: 0;
			bottom: 61px;
			z-index: 6;
		}

			.cas2 .swiper3 .btn div {
				width: 32px;
				height: 32px;
				float: left;
				background: url(../images/jt_r.png) center no-repeat;
				opacity: 0.5;
				cursor: pointer;
			}

			.cas2 .swiper3 .btn .next3 {
				float: right;
				transform: rotate(180deg);
				-webkit-transform: rotate(180deg);
			}

			.cas2 .swiper3 .btn div:hover {
				opacity: 1;
			}

			.cas2 .swiper3 .btn s {
				display: block;
				width: calc(100% - 100px);
				float: left;
				margin-left: 18px;
				height: 1px;
				background: #ddd;
				margin-top: 16px;
			}

		.cas2 .swiper3 .swiper-slide .sbox:hover .img img {
			transform: scale(1.05);
			-webkit-transform: scale(1.05);
		}

		.cas2 .swiper3 .swiper-slide .sbox:hover .txt div {
			opacity: 1;
		}

		.cas2 .swiper3 .swiper-slide .sbox:hover .txt .yuan s {
			background: #182646;
		}

		.cas2 .swiper3 .swiper-slide .sbox:hover .txt .yuan span {
			transform: scale(1);
			-webkit-transform: scale(1);
		}

.cas3 {
	padding: 80px 0;
	text-align: center;
	background: #fafafa;
}

	.cas3 .swiper4 {
		padding: 5px 5px 50px;
		margin-top: 75px;
		display: none;
	}

		.cas3 .swiper4 .sbox {
			display: block;
			width: 100%;
			cursor: pointer;
			overflow: hidden;
			position: relative;
			border: 1px solid #e1e1e1;
		}

			.cas3 .swiper4 .sbox img {
				display: block;
				width: 100%;
			}

				.cas3 .swiper4 .sbox img:nth-child(2) {
					position: absolute;
					top: 0;
					left: 0;
					z-index: 2;
					opacity: 0;
				}

		.cas3 .swiper4 .swiper-slide:hover, .cas3 .swiper4 .swiper-slide.act {
			-moz-box-shadow: 0px 1px 5px #999;
			-webkit-box-shadow: 0px 1px 5px #999;
			box-shadow: 0px 1px 5px #999;
		}

			.cas3 .swiper4 .swiper-slide:hover .sbox img:nth-child(1), .cas3 .swiper4 .swiper-slide.act .sbox img:nth-child(1) {
				opacity: 0;
			}

			.cas3 .swiper4 .swiper-slide:hover .sbox img:nth-child(2), .cas3 .swiper4 .swiper-slide.act .sbox img:nth-child(2) {
				opacity: 1;
			}

		.cas3 .swiper4 .pagination4 {
			top: auto;
			bottom: 0;
			height: 1px;
		}

		.cas3 .swiper4 .swiper-pagination-progress .swiper-pagination-progressbar {
			background: #182646;
		}

	.cas3 .stt {
		line-height: 1.5;
		color: #000;
		margin: 30px 0 80px;
	}

	.cas3 .cbtm {
	}

		.cas3 .cbtm .clt {
			width: 590px;
			float: left;
			border-right: 1px solid #ddd;
		}

			.cas3 .cbtm .clt .img {
				width: 450px;
				position: relative;
				background: #fafafa;
				border: 1px solid #fafafa;
				margin-bottom: 40px;
				cursor: pointer;
			}

				.cas3 .cbtm .clt .img img {
					display: block;
					width: 100%;
				}

				.cas3 .cbtm .clt .img s {
					display: block;
					width: 12px;
					height: 16px;
					position: absolute;
					top: 50%;
					right: -12px;
					background: url(../images/hz3.png) center no-repeat;
					background-size: contain;
					z-index: 2;
					opacity: 0;
				}

				.cas3 .cbtm .clt .img:last-child {
					margin-bottom: 0;
				}

				.cas3 .cbtm .clt .img.act {
					background: #fff;
					border: 1px solid #ddd;
				}

					.cas3 .cbtm .clt .img.act s {
						opacity: 1;
					}

		.cas3 .cbtm .crt {
			width: calc(100% - 700px);
			float: right;
		}

			.cas3 .cbtm .crt li {
				width: 100%;
				height: 300px;
				display: none;
				text-align: left;
				align-items: center;
				line-height: 2;
			}

				.cas3 .cbtm .crt li.act {
					display: flex;
				}

.swiper5 {
	text-align: left;
}

	.swiper5 .sbox {
		color: #fff;
		max-height: 90vh;
		overflow: auto;
	}

		.swiper5 .sbox img {
			display: block;
			width: 100%;
			border: 6px solid #fff;
		}

		.swiper5 .sbox .txt {
			line-height: 1.8;
			margin-top: 20px;
			height: 84px;
		}

.z_tanchuang .tbox .modal .img .prev5 {
	width: 50px;
	height: 50px;
	background: #d4bc8a url(../images/jt_b.png) center no-repeat;
	border-radius: 50%;
	top: 43%;
	left: -6%;
}

.z_tanchuang .tbox .modal .img .next5 {
	width: 50px;
	height: 50px;
	background: #d4bc8a url(../images/jt_b.png) center no-repeat;
	border-radius: 50%;
	top: 43%;
	right: -6%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

	.z_tanchuang .tbox .modal .img .prev5:hover, .z_tanchuang .tbox .modal .img .next5:hover {
		background: #6a593a url(../images/jt_b.png) center no-repeat;
	}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .4;
}


.swiper5 .pagination5 {
	bottom: 130px;
}

	.swiper5 .pagination5 span {
		opacity: 0.5;
	}

	.swiper5 .pagination5 .swiper-pagination-bullet-active {
		background: #000;
		opacity: 1;
	}

.ab_swiper .swiper-slide {
	padding: 0 50px;
}

	.ab_swiper .swiper-slide img {
		width: 100%;
	}

	.ab_swiper .swiper-slide .tit {
		color: #333;
		font-weight: bold;
		text-align: center;
		margin-bottom: 60px;
	}

.ab_swiper .ab_don {
	bottom: 0;
	display: none;
}

.ab_swiper {
	padding-bottom: 20px;
}

	.ab_swiper .swiper-pagination-bullet-active {
		background-color: #f39800;
	}

	.ab_swiper .swiper-button-next, .ab_swiper .swiper-button-prev {
		position: absolute;
		top: 50%;
		width: 36px;
		height: 36px;
		margin-top: -18px;
		z-index: 10;
		cursor: pointer;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
		-moz-transition: all .4s cubic-bezier(.4,0,.2,1);
		transition: all .4s cubic-bezier(.4,0,.2,1);
	}

	.ab_swiper .ab_prev {
		background-image: url(../images/time_l.png);
		left: 0px;
		right: auto;
	}

	.ab_swiper .ab_next {
		background-image: url(../images/time_l.png);
		right: 0px;
		left: auto;
		transform: rotate( 180deg );
		-webkit-transform: rotate( 180deg );
	}
.mo_l {
	display: none;
}

.ab7 {
	background: url(../images/ab7_1.jpg) no-repeat center;
	background-size: cover;
}

	.ab7 .contactbox {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.contactbox {
	/*max-width: 1600px;
	min-width: 1200px;
	width: 85%;
	margin: 0 auto;*/
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	box-sizing: border-box;
}
.ab7 .lf {
padding-top: 0.23rem;
width: 400px;
}

.ab7 .lf .t1 {
line-height: 1.75;
/*color: #666;*/
margin-top: 5.1rem;
}

.ab7 .lf .t2 {
margin-top: 30px;
border: 1px solid #FFFFFF;
padding: 17px;
display: inline-block;
}

.ab7 .rf {
width: 840px;
/*background: #fff;
padding: 1vw;*/
}
.ab7 .rf .formbox{
	overflow: hidden;
}
.ab7 .rf .formbox .item {
/*border-bottom: 1px solid #DDDDDD;*/
margin-bottom: 20px;
width: 48%;
float: left;
}
.ab7 .rf .formbox .item:nth-child(2),
.ab7 .rf .formbox .item:nth-child(4){
	margin-left: 4%;
}
.ab7 .rf .formbox .item:nth-child(5){
	width: 100%;
}

.ab7 .rf .formbox .item input.place {
	width: 100%;
outline: none;
border: none;
height: 45px;
line-height: 45px;
padding:10px;
background: #fff;
border: 1px solid #DDDDDD;
}

.ab7 .rf .formbox .item textarea.place {
padding: 0.13rem 0;
font-family: Microsoft Yahei;
line-height: 1.75;
height: 116px;
resize: none;
background: #fff;
border: 1px solid #DDDDDD;
padding: 5px 10px;
outline: none;
}

.ab7 .rf .formbox .yzm {
padding: 0.16rem 0 2px;
border-bottom: none;
}

.ab7 .rf .formbox .yzm .t1 {
line-height: 18px;
color: #DDDDDD;
}

.ab7 .rf .formbox .yzm .ibt {
display: flex;
justify-content: space-between;
margin-top: 10px;
}

.ab7 .rf .formbox .yzm .ibt input {
width: calc(100% - 6vw);
background: #F2F3F5;
border: none;
outline: none;
border-radius: 2px;
height: 40px;
margin-right: 1vw;
}

.ab7 .rf .formbox .yzm .ibt .code {
width: 5vw;
height: 40px;
}

.ab7 .rf .formbox .yzm .ibt .code img {
	width: 100%;
height: 100%;
}

.ab7 .rf .frombtn {
display: flex;
justify-content: center;
margin-top: 0.3rem;
}

.ab7 .rf .frombtn a {
width: 140px;
height: 40px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
border-radius: 20px;
}

.ab7 .rf .frombtn a span {
position: relative;
z-index: 2;
color: #fff;
}

.ab7 .rf .frombtn a::before {
content: "";
position: absolute;
left: -100%;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(254.79deg, #0650C0 -2.96%, #219965 -2.95%, #1F7DD9 92.53%);
-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
-moz-transition: all .4s cubic-bezier(.4,0,.2,1);
transition: all .4s cubic-bezier(.4,0,.2,1);
}

.ab7 .rf .frombtn a::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(254.79deg, #0650C0 -2.96%, #219965 -2.95%, #1F7DD9 92.53%);
-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
-moz-transition: all .4s cubic-bezier(.4,0,.2,1);
transition: all .4s cubic-bezier(.4,0,.2,1);
}

.ab7 .rf .frombtn a:hover::before {
left: 0;
}

.ab7 .rf .frombtn a:hover::after {
left: 100%;
}
.pd100 {
	padding: 200px 0;
}
.line10 {
	line-height: calc(1em + 10px);
}
.color000 {
	color: #000;
}
.inner_det {
	line-height: 27px;
	/*color: #666;*/
	margin-top: 20px;
}

.inner_banner {
	position: relative;
}

	.inner_banner .txt {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-bottom: 0.39rem;
		display: flex;
		align-items: center;
	}

		.inner_banner .txt .t1 {
			line-height: 1.6;
			color: #fff;
		}

		.inner_banner .txt .t2 {
			line-height: calc(72 / 57);
			color: #fff;
			margin-top: 4px;
		}



.sfpro-cl{
	height: 50px;
	border-radius: 100%;
	position: fixed;
	top: 50%;
	right: 10px;
	display: block;
	z-index: 6;
	margin-top: -30px;
}
.sfpro-cl img{
	/*width: 100%;*/
	height: 100%;
}

@media(min-width:1921px) {
	.pro_list .txt{
		margin: 1vw 0;
	}
	.picsf{
		padding: 1.5vw 1vw;
	}
	.gsjj .ibox .lrt .right .cc_text{height: 10vw;}
	.sfqqgc-c4{
		width: 1.2vw;
		margin-left: -.6vw;
	}
	.ab7 .lf{
		    width: 31vw;
	}
	.ptop3-a1 img{
		height: 1.6vw;
		top: .2vw;
	}
}
@media(max-width:1680px) {
	.ab7 .rf .formbox .item input.place{
		line-height: 40px;
		height: 40px;
	}
	.ab7 .rf{
		width: 600px;
		/*padding: 30px;*/
		/*margin-top: 50px;*/
	}
	.ab7 .rf .formbox .yzm .ibt .code{
		width: 60px;
	}
	.ab7 .rf .formbox .yzm .ibt input{
		width: calc(100% - 75px);
		margin-right: 15px;
	}
}
@media(max-width:1230px) {
	.ab7 .contactbox{
		display: block;
	}
	.ab7 .lf .t1{
		margin-top: 30px;
	}
	.ab7 .rf{
		width: 100%;
		margin-top: 40px;
	}
	.pd100{
		padding: 100px 0;
	}
	.txt_swi .swiper-slide>div{
		max-width: 100%;
	}
}

@media(max-width:750px) {
	.ab7 .lf,
	.ab7 .rf{
		width: 100%;
	}
	.pd100{
		padding: 50px 0 80px;
	}
	.inner_det{
		margin-top: 10px;
	}
	.ab7 .lf .t1{
		margin-top: 20px;
	}
	.ab7 .lf .t2{
		margin-top: 15px;
	}
	.ab7 .rf{
		/*padding: 15px;*/
	}
	.ab7 .rf .formbox .item{
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 10px;
	}
	.pc_l {
		display: none;
	}
	.mo_l {
		display: block;
	}
	.ab_swiper .swiper-slide .tit{
		margin-bottom: 30px;
	}
	.prc2{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.prc2 .plt{
		width: 100%;
	}
	.prc2 .prt{
		width: 100%;
		margin-top: 30px;
	}
	.prc2 .prt .ptop2 .tt2{
		margin-top: 10px;
		min-height: auto;
	}
	.prc2 .prt .ptop2 .tc1{
		margin: 15px 0;
	}
	.prc2 .prt .swiper2 .swiper-slide .sbox .stt{
		font-size: 12px;
	}
	.ptop3-a1 img{
		height: 25px;
	}
	.ptop3{
		margin-top: 30px;
	}
	.ptop3-a2{
		margin-bottom: 30px;
	}
	.ptop3-a1{
		margin-bottom: 10px;
	}
	.sfpro-cl{
		height: 30px;
		margin-top: -15px;
	}
	.gsjj .ibox .lrt .right .three_img .three{
		width: 100%;
		max-width: 100%
		padding: 0;
		margin-left: 0 !important;
		margin: 10px 0;
	}
}