.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: 40%;}
.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;
}
.mo_l{display: none;}
.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: #fff;
	text-align: center;
	padding-bottom: 34px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.pro_list .txt p{
	line-height: 1.4em;
	height: 2.8em;
	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 .f_titl{
	color: #fff;
	text-align: center;
	margin: 16px 0 36px;
}
.sy_swi .swiper-slide .tit img{
	width: 32px;

}

.sy_swi .swiper-slide .paly_btn{
	position: relative;
	z-index: 2;
	width: 50px;
	margin: 0 auto;
}


.sy_swi .swiper-slide .paly_btn::before {
    content: "";
    width: 56px;
    height: 56px;
    background-color: rgba(255,255,255,.2);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -28px;
    border-radius: 50%;
    z-index: -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; } }




.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: 96px;
}

.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: #084784;
}

.ind_r3{
	padding-bottom: 100px;
}
.ind_r3 .gnews_list{
	margin-bottom: 54px;
}
.ind_r3 .g_more{
	margin: 0 auto;
}
/* 关于我们 */

.ab_box{
	padding: 73px 0;
}
.ab_con{
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	margin-bottom: 90px;
}
.ab_con .l{
	width: 43%;
}
.ab_con .r{
	width: 57%;
}
.ab_con .tit{
	font-weight: bold;
	color: #084784;
	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: #084784;
	font-family: light;
	line-height: 1.5em;
}
.ab_con .r{
	font-size: 16px;
	color: #333333;
	line-height: 1.7em;
	padding-left: 30px;
	text-align: justify;
}

.ab_video{
	position: relative;
}
.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: #084784;
	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: #084784;
	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 p{
	margin-bottom: 16px;
}
.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: #084784;
	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: #084784;
}

.scr_list .con .item.act{
	color: #084784;
}
.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 .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: 25%;
	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: #084784;
	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: #084784;
}
.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;
	max-height: 500px;
}
.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: #084784;
	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: #084784;
	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: #084784;
	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: #084784;
    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: 80px;
}

.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: #084784;
}
.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;}
.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: 30px;
}
.ab_swiper .ab_don{
	bottom: 0;
	display: none;
}
.ab_swiper {padding-bottom: 20px;}

.ab_swiper .swiper-pagination-bullet-active {
    background-color: #084784;
}

.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 );
}


.pro_dbox .t_dbox .download{margin-top: 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;
	margin-top: 60px;
}
.table_box .con{
	min-width: 1000px;
	padding-bottom: 10px;
}
.table_t {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin-bottom: 18px;
}
                         
.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:1440px) {
	.ind_tit {padding: 60px 0 30px;}
	.pro_list .txt {font-size: 16px;}
	.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:1366px) {
	.ind_tit {padding: 30px 0 20px;}
	.pro_dbox { padding-bottom: 50px; }
	.big_img img{ max-height: 400px; }

}
@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) {
	.sy_swi .swiper-slide .f_titl{
		margin: 16px 0 26px;
	}
	.mo_l{display: block;}
	.pc_l{display: none;}
	.ab_swiper .ab_don{ display: block; }
	.ab_swiper .swiper-button-next,.ab_swiper  .swiper-button-prev{display: none;}
	/* 商品列表 */
	.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: 30px 0 20px;}
	.pro_list ul{margin: 0 -15px;}
	.pro_list ul li{width: 50%;padding: 0 15px;}
	.pro_list .txt {font-size: 14px;padding-bottom: 12px;}
	.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;}
	.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: #084784;}
	.tab_pc{display: none;}
	.tab_m{display: block;}
	.ab_con {padding-top: 20px;margin-bottom: 30px;}
	.ab_swiper .swiper-slide{ padding: 0 0px; }
	.pro_dbox .t_dbox .download{margin-top: 20px;}
	.tab_pc { display: none; }
	.tab_m { display: block; }
	.pro_dbox { padding-bottom: 30px; }
	.ab_swiper .swiper-slide .tit{
		margin-bottom: 20px;
	}
	.pro_dbox .b_txt.t1 {
		margin-bottom: 40px;
	}
	.table_box{margin-top: 30px;}
	.sy_swi .swiper-slide .paly_btn {
		width: 38px;
	}
	.sy_swi .swiper-slide .paly_btn::before {
		width: 44px;
		height: 44px;
		margin-top: -22px;
		margin-left: -22px;
	}
}

@media(max-width:500px) {
	.deng_list {margin: 0;}
	.deng_list li {padding: 0;margin-bottom: 20px;width: 100%;}
}