
ul,li,dl,dt,dd,h1,h2,h3,p,em{ font-style:normal; list-style:none; margin:0; padding:0;}
a{text-decoration: none;transition: all .1s linear; color:#333;}
a:hover{color:#FE0000;}
img,video{ max-width:100%;}
body {
    font-family: "Noto Sans SC","Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
	
}
.am-container{max-width: 1430px;}
.am-alert-danger{ width:100%; position:fixed; left:0; top:0; margin:0;}

.arccontent .selectTdClass{background-color:#edf5fa !important}
.arccontent table.noBorderTable td,.arccontent table.noBorderTable th,.arccontent table.noBorderTable caption{border:1px dashed #ddd !important}
.arccontent table{margin-bottom:10px;border-collapse:collapse;display:table; width:100% !important;}
.arccontent td,.arccontent th{padding: 5px 10px !important;border: 1px solid #DDD;line-height:1.4;}
.arccontent caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.arccontent th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.arccontent table tr.firstRow th{border-top-width:2px;}
.arccontent .ue-table-interlace-color-single{ background-color: #fcfcfc; } 
.arccontent .ue-table-interlace-color-double{ background-color: #f7faff; }

/* 全局 css 变量 */
:root{
	--themeColor: #FE0000;
}

/* 全局样式 */
.wh-container{
	overflow: hidden;width: 100%;max-width: 1920px;margin: 0 auto;
}
.all-pd{
	padding: 90px 0;
}
.all-pb{
	padding-bottom: 90px;
}
.themeColor{
	color: var(--themeColor);
}
.colorWhite{
	color: #fff!important;
}
.all-title-box{
	text-align: center;
}
.all-title-box .title{
	font-size: 36px;color: #333;font-weight: bold;line-height: 1;margin-bottom: 10px;
}
.all-title-box .entitle{
	font-size: 18px;font-family: "[DYmingA]";color: #aeaeae;
}
.all-title-box .entitle::after{
	content: "";width: 52px;height: 4px;margin: 0 auto;background: var(--themeColor);display: block;margin-top: 5px;
}

.ju-start{
	justify-content: flex-start!important;
}
.lg-show{
	display: flex!important;
}
.sm-show{
	display: none!important;
}

.c5{transition: all .5s;}
.c1{transition: all 1s;}
.position-re{position: relative!important;}
.line-clamp-1,.line-clamp-2,.line-clamp-3,.line-clamp-4,.line-clamp-5{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.line-clamp-1{-webkit-line-clamp: 1;}
.line-clamp-2{-webkit-line-clamp: 2;}
.line-clamp-3{-webkit-line-clamp: 3;}
.line-clamp-4{-webkit-line-clamp: 4;}
.line-clamp-5{-webkit-line-clamp: 5;}

::-webkit-scrollbar  {  width: 6px;   height: 6px;  background-color: #F5F5F5;  } 
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  {  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  border-radius: 10px;  background-color: #F5F5F5;  }  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  {  border-radius: 10px;  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  background-color:#666;  }

/* 头部 */
header{
	background: var(--themeColor);
}
.header{}
.header .top-tel{
	display: flex;justify-content: flex-end;align-items: center;font-size: 16px;color: #fff;
}
.header .top-tel img{margin-right: 10px;}
.header .top-tel p{}
.header .main{
	display: flex;align-items: center;padding: 15px 0;
}
.header .main .top-logo{}
.header .main .top-logo a{
	display: flex;align-items: center;font-size: 30px;color: #fff;
}
.header .main .top-logo a img{}
.header .main .top-logo a .slogan{
	font-family: "[YOUSHEhaoshenti]","Noto Sans SC","Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
	margin-left: 30px;line-height: 1.15;font-weight: initial;
}
.header .main .top-menu{
	flex: 1;
}
.header .main .top-menu ul{
	display: flex;justify-content: flex-end;align-items: center;
}
.header .main .top-menu ul li{
	/* padding: 0 30px; */
}
.header .main .top-menu ul li .a{
	display: block;padding: 0;font-size: 18px;color: #fff;line-height: 85px;position: relative;white-space: nowrap;z-index: 9;padding: 0 30px;
}
.header .main .top-menu ul li a:hover{
	color: var(--themeColor);
}

/* .header .main .top-menu ul li .a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	height: 3px;
	background: #fff;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.header .main .top-menu ul li .a:hover::after {
    width: 100%;
    left: 0%;
} */

.header .main .top-menu ul li a::before{content:""; display:block; width:100%; height:0; background:rgba(255, 255, 255, 1); left:0; bottom:0; position:absolute; z-index:-1;transition: all .36s ease;
border-top-left-radius:25px;
	border-bottom-right-radius:25px;
}
.header .main .top-menu ul li a:hover::before{height:100%;}

.header .main .top-search{
	margin-left: 30px;cursor: pointer;
}
.header .main .top-search{}


.warpbg{ position:fixed; width:100%; height:100%; background:rgba(0,0,0,.88); left:0; top:0; z-index:1990; display:none;}
.warpbg:after{ position:fixed; right:15px; top:15px; color:rgba(255,255,255,.81);    content: "\f00d"; font-size:1.8rem; cursor:pointer;}

.searbtn{ float:right; padding-top:35px;}
.searbtn a{ display:block;  text-align:right; position:relative; cursor:pointer;}

.searchb{ position:fixed; width:100%; top:50%; left:0; z-index:1992; margin-top:-24px; display:none;}
.searchb .seac{ max-width:780px; margin:0 auto; position:relative;}
.searchb .seac input{ width:100%; background:none; border:1px solid rgba(255,255,255,.4); border-radius:40px; padding:1.4rem; color:#fff;}
.searchb .seac input:focus{ box-shadow:none; outline:none;}
.searchb .seac .serbtn{ position:absolute; right:10px; top:0; padding:1.4rem; border:none; background:none; color:rgba(255,255,255,.81)}
.searchb .seac .serbtn:focus{ outline:none; }




.banner{
	background: var(--themeColor);
}
.banner-swiper{}
.banner-swiper .item{}
.banner-swiper .item img{width: 100%;}
.banner-swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 70px;
}
.banner-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.banner-pagination .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
	border-top-left-radius:5px;
	border-bottom-right-radius:5px;
	
}
.banner-pagination .swiper-pagination-bullet-active{
	background: var(--themeColor);
}

.banner-swiper .swiper-slide-active .item img, .ny-banner .img-box img{-webkit-animation: banner_outside 6s ease 1 forwards;-moz-animation: banner_outside 6s ease 1 forwards;-o-animation: banner_outside 6s ease 1 forwards;animation: banner_outside 6s ease 1 forwards;}

@-webkit-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}
}
@-moz-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}
}
@-o-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}
}
@keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}
}


.about-data ul{ margin:0 -20px;}
.about-data ul li{ padding:0 20px;}
.about-data ul li a{ display:block; background:#fff; border:1px solid #e1e1e1; text-align:center; padding:50px 0;transition: all .36s ease;}
.about-data ul li a:hover{ transform:translateY(-15px)}
.about-data ul li a .txt .num{ color:var(--themeColor); font-weight:bold; text-indent:20px;}
.about-data ul li a .txt .num span{ font-size:56px; }
.about-data ul li a i{font-size:56px;color: var(--themeColor);}
.about-data ul li a .txt .num em{ font-size:40px;vertical-align: top;}
.about-data ul li a .txt .note{ color:#333;}
 

.ab{
	overflow: hidden;
}
.abbg {
    background: url(../img/about-bg.jpg) center top no-repeat;
    background-size: cover;
}
.ab-main{
	display: flex;
}
.ab-title{
	line-height: 1;margin-top: 10%; text-align: center;
}
.ab-title .entitle{
	/* font-family: "Bahnschrift";font-size: 64.2px;font-weight: bold;color: #cccaca; */
	font-size: 18px;font-family: "[DYmingA]";color: #aeaeae;
}
.ab-title .entitle::after{
	content: "";width: 52px;height: 4px;margin: 0 auto;background: var(--themeColor);display: block;margin-top: 5px;
}
.ab-title .title{
	font-size: 36px;font-weight: bold;color: #333;
}
.ab-main .left{
	width: 50%;
}
.ab-main .left .note{
	margin: 60px 0 50px;font-size: 16px;line-height: 30px;color: #333;
}
.ab-main .left .btn{
	width: 190px;height: 61px;background: var(--themeColor);text-align: center;line-height: 61px;display: block;
	color: #fff;transition: all .1s linear;
	border-top-left-radius:25px;
	border-bottom-right-radius:25px;
	margin: 0 auto;
}
.ab-main .left .btn span{
	font-size: 18px;
}
.ab-main .left .btn i{
	font-size: 20px;padding-left: 20px;transition: all .5s ease;
}
.ab-main .left .btn:hover{
	/* color: var(--themeColor);border: 1px solid var(--themeColor);background: transparent; */
}
.ab-main .left .btn:hover i{
	padding-left: 30px;
}
.ab-main .right{
	width: 50%;padding-left: 60px;position: relative;
}
.ab-main .right .img-box{
	width: 45vw;height: 100%;
	
}
.ab-main .right .img-box img{width: 80%;
border-top-left-radius:50px;
	border-bottom-right-radius:50px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}



.pro{}
.ny-pro{
	padding-top: 50px;
}
div.er-proend:last-child{
	float: left !important;
}
.ej-pro-tit{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #FFECEC;transition: all .3s ease;
	border-top-left-radius:25px;
	border-bottom-right-radius:25px;
	margin-bottom: 30px;
	/* background: #FFECEC url(/assetsx/img/probg.png) repeat-x; */
}
.ej-pro-tit li > a{
	display: block;font-size: 22px;color: #fff;text-align: center;background-color: var(--themeColor);
	border-top-left-radius:25px;
	border-bottom-right-radius:25px;
	padding: 0 50px;
}
.ej-pro-tit em{
	padding: 0 30px;
}
.pro-cla{
	margin: 50px 0;
	/* padding: 15px 0; */
	overflow-x: scroll;
}
.pro-cla ul{
	display: flex;justify-content: center;align-items: center;
}
.pro-cla ul li{margin: 0 10px;}
.pro-cla ul li.ny{
	margin: 0 20px 0 0;
}
.pro-cla ul li a{
	width: 160px;height: 61px;display: block;font-size: 18px;color: #333;text-align: center;line-height: 61px;
	background: #FFECEC;transition: all .3s ease; 
	border-top-left-radius:25px;
	border-bottom-right-radius:25px;
	box-shadow: 0 5px 2px rgb(0 0 0 / 20%);
	
}
.pro-cla ul .on a{
	color: #fff;background: var(--themeColor);
}
.pro-cla ul li:hover a{
	color: #fff;background: var(--themeColor);
}
.pro-list{
	position: relative;
}
.pro-swiper{
	margin: 0 -30px;
}
.pro-swiper .item{
	width: 50%;padding: 30px;
	
}
a.ej-pro-list-box{margin-bottom: 30px;}
.pro-swiper .item a, .ej-pro-list-box{display: block;overflow: hidden;position: relative;box-shadow: 0 5px 10px rgb(0 0 0 / 20%);}
.pro-swiper .item a::before, .ej-pro-list-box::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.pro-swiper .item a:hover::before, a.ej-pro-list-box:hover::before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
.pro-swiper .item a img, .ej-pro-list-box img{width: 100%;transition: all .7s;}
.pro-swiper .item a:hover img, a.ej-pro-list-box:hover img{transform: scale(1.01);}
.pro-btn{
	width: 81px;height: 81px;background: #e9e9e9;position: absolute;top: 50%;z-index: 99;
	text-align: center;line-height: 81px;font-size: 40px;color: #333;font-weight: bold;cursor: pointer;
	transition: all .3s ease;
	border-top-left-radius:25px;
	border-bottom-right-radius:25px;
}
.pro-btn:hover{
	background: var(--themeColor);color: #fff;
}
.pro-prev{
	left: 5%;transform: translateY(-50%);
}
.pro-prev i{
	margin-left: -4px;
}
.pro-next{
	right: 5%;transform: translateY(-50%);
}
.pro-next i{
	margin-left: 4px;
}


@keyframes shine {
	0%{
		left: -100%;
	}
	100%{
		left: 100%;
	}
}


.ys{
	background-repeat: no-repeat;background-size: cover;background-position: center;
}
.ys-main{
	display: flex;justify-content: space-between;margin: 0 -27.5px;padding-top: 30px;
}
.ys-main .item{
	width: 33.33333%;margin: 27.5px;background: #fff;position: relative;top: 0;transition: all .5s ease;
	cursor: pointer;
	border-top-left-radius:25px;
	border-bottom-right-radius:25px;
	
}
.ys-main .item:hover{
	top: -10px;box-shadow: 0 5px 10px rgb(254 0 0 / 10%);
}
.ys-main .item .cont-box{
	padding: 50px 40px 0 40px;
}
.ys-main .item .entitle{
	font-family: "[DYmingA]"; font-size: 18px;color: #8b8b8b;line-height: 1;margin-bottom: 24px;
}
.ys-main .item .title{
	font-size: 36px;font-weight: bold;color: #333;line-height: 1;
}
.ys-main .item .note{
	font-size: 16px;color: #666;line-height: 30px;margin-top: 40px;min-height: 180px;
}
.ys-main .item .img-box{
	overflow: hidden;
	border-bottom-right-radius:25px;
}
.ys-main .item .img-box img{width: 100%;transition: all .5s ease;}
.ys-main .item:hover .img-box img{
	transform: scale(1.1);
}


.news{}
.news .main{
	display: flex;margin: 60px 0;
}
.news .main .left{
	width: 50%;
	
	
}
.news .main .left .img-box{
	overflow: hidden;
	border-top-left-radius:25px;
}
.news .main .left .img-box img{
	width: 100%;transition: all .7s ease;
}
.news .main .left .img-box:hover img{
	transform: scale(1.05);
}
.news .main .left .cont-box{
	padding: 20px 30px;background: #db2424;
}
.news .main .left .cont-box .date-box{
	display: flex;align-items: center;
}
.news .main .left .cont-box .date-box .new{
	width: 39px;height: 17px;border-radius: 4px;background: #fff;font-family: "[DYmingA]"; font-size: 12px;color: #db2424;
	text-align: center;line-height: 17px;margin-right: 10px;
}
.news .main .left .cont-box .date-box .date{
	font-family: "[DYmingA]";font-size: 14px;color: #fff;
}
.news .main .left .cont-box .title{
	font-size: 24px;color: #fff;margin: 20px 0;line-height: 30px;height: 60px;
}
.news .main .left .cont-box .detail{
	font-size: 14px;color: #fff;line-height: 1;
}
.news .main .left .cont-box .detail span{
	transition: all .7s;
}
.news .main .left .cont-box .detail:hover span{
	padding-left: 10px;
}
.news .main .right{
	width: 50%;display: flex;flex-direction: column;padding: 0 40px;background: #f5f5f5;
	border-bottom-right-radius:25px;
}
.news .main .right .item{
	flex: 1;justify-content: center;display: flex;flex-direction: column;line-height: 1;position: relative;
	border-bottom: 1px solid #d8d8d8;
}
.news .main .right .itembg{
	position: relative;
	transition: all .36s ease;
	z-index: 9;
}
.news .main .right .itembg:hover{
	padding-left: 20px;
}

.news .main .right .itembg::before{ content:""; display:block; width:0; height:100%; position:absolute; left:0; top:0;transition: all .36s ease; background:#fafafa;z-index: -1;}
.news .main .right .itembg:hover::before{ width:100%;}

.news .main .right .item:last-child{border: none;}
.news .main .right .item .date{
	font-family: "[DYmingA]";font-size: 14px;color: #666;margin-top: 22px;
}
.news .main .right .item .title{
	font-size: 18px;color: #333;transition: all .1s linear;
}
.news .main .right .item:hover .title{
	color: var(--themeColor);
}
.more-news{
	width: 190px;height: 61px;font-size: 16px;
	line-height: 61px;text-align: center;display: block;margin: 0 auto;
	border-top-left-radius:25px;
	border-bottom-right-radius:25px;
	border: 1px solid #ddd;
	color: #333;
	
}
.more-news i{
	font-size: 20px;padding-left: 15px;transition: all .5s ease;
}
.more-news:hover{color: #fff;background: var(--themeColor);}
.more-news:hover i{
	padding-left: 25px;
}


footer{
	background: #555 url(../img/bbg.jpg) no-repeat center;
	background-size: cover;
}
.foot{
	background-color: rgba(0, 0, 0, .7);
}
.foot-logo{
	text-align: center;padding: 80px 0 50px;
}
.foot-logo img{}
.foot-logo p{
	font-family: "[YOUSHEhaoshenti]","Noto Sans SC","Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
	font-size: 30px;color: #fff;line-height: 1;margin-top: 34px;
}
.foot-main{
	padding: 50px 0;display: flex;color: #fff;justify-content: space-between;
}
.foot-contact{}
.foot-contact .tel{
	font-family: "Bahnschrift";font-size: 40px;font-weight: bold;line-height: 1;margin-bottom: 10px;
}
.foot-contact .company{
	font-size: 24px;margin-bottom: 15px;line-height: 1;
}
.foot-contact .ty-p{
	font-size: 14px;line-height: 30px;
}
.foot-nav{
	display: flex;justify-content: space-evenly;flex: 1;
}
.foot-nav .item{}
.foot-nav .item .title{
	font-size: 18px;line-height: 1;margin-bottom: 35px;display: block;color: #fff;
}
.foot-nav .item .subtitle{
	font-size: 14px;display: block;color: #fff;line-height: 30px;
}
.foot-nav .item .subtitle:hover{
	color: var(--themeColor);
}
.wx-img{
	display: flex;
}
.wx-img .item{margin-left: 35px;text-align: center;}
.wx-img .item img{}
.wx-img .item p{
	font-size: 16px;line-height: 1;margin-top: 15px;
}
.copy-right{
	display: flex;justify-content: center;align-items: center;flex-wrap: wrap;
	padding: 20px 0;
	border-top: 1px solid #666;
}
.copy-right p{
	font-size: 14px;color: #fff;margin: 0 10px;
}
.copy-right p a{
	color: #fff;
}
.copy-right p a:hover{color: var(--themeColor);}
.copy-right p a img{}




.ny-banner{}
.ny-banner .img-box{
	width: 100%;position: relative;
}
.ny-banner .img-box img{
	width: 100%;
}
.ny-banner .img-box .cont-box{
	margin: 0 auto;width: 100%;height: 100%;position: absolute;top: 0;left: 50%;
	transform: translateX(-50%);display: flex;flex-direction: column;justify-content: center;
}
.ny-banner .img-box .cont-box .title{
	font-size: 36px;font-weight: bold;color: #fff;display: flex;line-height: 1;margin-bottom: 30px;
}
.ny-banner .img-box .cont-box .title span{
	padding-bottom: 15px;border-bottom: 4px solid var(--themeColor);
}
.ny-banner .img-box .cont-box .entitle{
	font-size: 64.2px;font-weight: bold;color: #fff;line-height: 1;font-family: "Bahnschrift";
}


.gsjj{}
.gsjj-main{
	display: flex;
}
.gsjj-main .cont-box{
	margin-right: 70px;line-height: 2;font-size: 18px;width: 50%;
}
.gsjj-main .img-box{width: 50%}
.gsjj-main .img-box img{width: 100%;}



.wh{
	background-repeat: no-repeat;background-size: cover;background-position: center;
}
.wh-main{
	display: flex;justify-content: space-between;padding: 70px 0;
}
.wh-main .item{
	flex: 1;background: rgb(254 0 0 / 80%);padding: 30px 40px;position: relative;top: 0;transition: all .7s;
	cursor: pointer;
}
.wh-main .item:hover{top: -15px;}
.wh-main .left{margin-right: 20px;}
.wh-main .right{margin-left: 20px;}
.wh-main .item .title{
	font-size: 36px;font-weight: bold;color: #fff;line-height: 1;margin-bottom: 20px;
}
.wh-main .item .entitle{
	font-size: 18px;color: #fff;
}
.wh-main .item .note{
	margin: 80px 0;font-size: 30px;font-weight: lighter;font-style: oblique;color: #fff;padding-bottom: 30px;
}


.shzr{
	background-repeat: repeat;background-size: cover;background-position: center;
}
.shzr .title{
	font-size: 36px;font-weight: bold;color: #fff;line-height: 1;margin-bottom: 20px;
}
.shzr .entitle{
	font-size: 18px;color: #fff;
}
.shzr .note{
	font-size: 18px;color: #fff;line-height: 30px;font-weight: normal;max-width: 850px;margin: 125px 0;
}


.ny-nav{
	padding: 20px 0;border-bottom: 1px solid #d0d0d0;
}
.ny-nav p{
	font-size: 16px;color: #333;
}
.ny-nav p a{padding: 0 4px;}
.ny-nav p span{}

/* pro-de */
.pro-de{}
.pro-de .main{
	display: flex;
}
.pro-de .main .left{
	width: 45.93%;
}
.pro-de .main .left .img-box{
	overflow: hidden;
}
.pro-de .main .left .img-box img{
	width: 100%;height: 100%;object-fit: cover;
}
.pro-de .main .right{
	flex: 1;margin-left: 50px;
}
.pro-de .main .right .logo{}
.pro-de .main .right .logo img{}
.pro-de .main .right .title{
	font-size: 48px;font-weight: bold;color: #333;margin: 20px 0 0 0;
}
.pro-de .main .right .subtitle{
	font-size: 18px;color: #333;font-weight: 500;
}
.pro-de .main .right .note{
	font-size: 16px;color: #656565;line-height: 30px;margin: 50px 0;
}
.pro-de .main .right .info{
	background: #f4f4f4;padding: 30px;font-size: 16px;color: #333;
}

.prod-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #acacac;
    opacity: 1;
}
.prod-pagination .swiper-pagination-bullet-active {
    background: var(--themeColor);
}
.prod-prev{
	background-image:url(../images/prd-left.png);
}
.prod-next{
	background-image:url(../images/prd-right.png);
}
.prodSwiper .swiper-slide {
    cursor: url(../images/saf.cur),auto;
}


.ny-news{padding: 0;background-color: #fafafa;}
.ny-news-main{}
.ny-news-cla{}
.ny-news-cla ul{display: flex;justify-content: center;align-items: center;}
.ny-news-cla ul li{margin: 0 60px;position: relative;}
.ny-news-cla ul li .line{width: 0%;height: 3px;background-color: var(--themeColor);position: relative;transition: all .5s;margin: 0 auto;}
.ny-news-cla ul .on .line{width: 100%;}
.ny-news-cla ul li a{display: block;padding-bottom: 20px;font-size: 20px;color: #333333;}
.ny-news-cla ul .on a{color: var(--themeColor);}
.ny-news-cla ul li:hover .line{width: 100%;}
.ny-news-cla ul li:hover a{color: var(--themeColor);}
.ny-news-list{padding-bottom: 30px;}
.ny-case-list{padding-top: 10px;}
.ny-news-list .first{display: flex;flex-wrap: wrap;justify-content: space-between;background-color: #FFFFFF; margin-bottom: 30px; box-shadow: 0 5px 10px rgb(0 0 0 / 20%);}
.ny-news-list .first .left{width: 47%;}
.ny-news-list .first .left .img{display: block;overflow: hidden;height: 100%;}
.ny-news-list .first .left .img img{width: 100%;height: 100%;object-fit: cover;transition: all .7s;}
.ny-news-list .first .left .img:hover img{transform: scale(1.1);}
.ny-news-list .first .right{width: 47%;padding: 30px 0; }
.ny-news-list .first .right .time{font-size: 30px;color: var(--themeColor);line-height: 1;}
.ny-news-list .first .right .time span{font-size: 16px;color: #999999;font-weight: initial;line-height: 1;}
.ny-news-list .first .right .title{display: block;font-size: 26px;font-weight: bold;color: #333333;margin: 20px 0;}
.ny-news-list .first .right .title:hover{
	color: var(--themeColor);
	transition: all .7s;
}
.ny-news-list .first .right .note{font-size: 14px;color: #999999;margin: 20px 0 ;}
.ny-news-list .first .right .read{font-size: 14px;color: #999999;}
.ny-news-list .first .right .read i{margin-left: 10px;}
.ny-news-list .first:hover .read i{animation: myfirst1 1s ease-out 0s infinite;}
@keyframes myfirst1{0%{margin-left: 6px;opacity: 1;}
100%{margin-left: 14px;opacity: 0.05;}}
.ny-news-list ul{display: flex;flex-wrap: wrap;margin:  0 -15px;}
.ny-news-list ul li{width: 25%;padding: 0 15px;margin-top: 40px;}
.ny-news-list ul li a{display: block;background-color: #FFFFFF;transition: all .4s ease;-webkit-transition: all .4s ease;position: relative;}
.ny-case-list ul li a{text-align: center;}
.ny-news-list ul li a::after{content: '';position: absolute;bottom: 0;left: 50%;width: 0%;height: 4px;background: var(--themeColor);transition: all .4s ease;-webkit-transition: all .4s ease;}
.ny-news-list ul li a .img{overflow: hidden;}
.ny-news-list ul li a .img img{width: 100%;transition: all .7s;}
.ny-case-list ul li a .img img{width: 100%;transition: all .7s;height: 190px;padding: 10px;object-fit: contain;}
.ny-news-list ul li a .title{font-size: 18px;color: #333333;margin-top: 15px;padding: 0 15px;line-height: 1.5;height: 3em;}
.ny-news-list ul li a .time{margin-top: 15px;padding: 0 15px 20px 15px;font-size: 14px;color: #666666;font-family: arial;}
.ny-news-list ul li a:hover{box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);}
.ny-news-list ul li a:hover .title{color: var(--themeColor);}
.ny-news-list ul li a:hover .img img{transform: scale(1.1);}
.ny-news-list ul li a:hover::after{width: 100%;left: 0%;}


.ny-news-cont{
	background-color: #F7F7F7;
	padding: 50px 0;
}
.ny-news-l{    width: calc(100% - 480px);float: left;background: #ffffff;padding: 50px 3%;box-sizing: border-box;box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07);}
.ny-news-r{    width: 440px;float: right;padding: 30px 2.3% 0;box-sizing: border-box;background: #fff;}

.nynews-head{ border-bottom:1px solid #eee; padding-bottom:15px; margin-bottom:20px;}
.nynews-head h1{ font-size:26px; margin-bottom:10px;}
.nynews-head .info{ font-size:14px; color:#999;}
.nynews-head .info span{ display:inline-block; margin-right:15px;}
.nynews-boxarc{ border-bottom:1px solid #eee; margin-bottom:30px; line-height:2; padding-bottom:20px;min-height: 150px;}
.nysxp{ position:relative;padding-right: 150px;}
.nysxp ul li{ line-height:2;}
.nysxp ul li a{ display:block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.nysxp .return{ position:absolute; right:0; top:50%; transform:translateY(-50%)}
.nysxp .return a{ display:block; border-radius:30px; padding:10px 35px; border:1px solid #ddd; font-size:14px;}
.nysxp .return a:hover{ border-color:var(--themeColor); background:var(--themeColor); color:#fff;}


.ny-news-r .title{font-size: 20px;padding-bottom: 10px;line-height: 3;font-weight: bold;border-bottom: 1px solid #eee;}
.right_list a{display:block;padding:0 0 20px;width:100%;border-top:1px dashed #e5e5e5}
.right_list a:first-child{border-top:0}
.right_list .picture{width:100%; overflow:hidden;}
.right_list .picture img{ transition:all .3s linear;}
.right_list .picture:hover img{ transform:scale(1.06)}
.right_list .lans{width:100%}
.right_list .t1{font-size:16px;line-height:26px;color:#333;margin:21px 0 15px}
.right_list .t2{font-size:14px;color:#999}
.right_list a:hover .t1{color:var(--themeColor);}


@media screen and (max-width:1024px) {
	.ny-news-cla ul li {
		margin: 0 10px;
		position: relative;
	}
	.ny-news-cla ul li a {
		padding-bottom: 10px;
		font-size: 16px;
	}
	.ny-news-list {
		padding-top: 0;
	}
	.ny-news-list .first .left {
		width: 100%;
	}
	.ny-news-list .first .right {
		width: 100%;
		padding: 10px;
		padding-bottom: 10px;
	}
	.ny-news-list .first .right .time {
		font-size: 20px;
		padding: 0;
		line-height: 1;
	}
	.ny-news-list .first .right .time span {
		font-size: 12px;
	}
	.ny-news-list .first .right .title {
		font-size: 14px;margin: 10px 0;
	}
	.ny-news-list .first .right .note {
		font-size: 12px;
		margin: 10px 0;
	}
	.ny-news-list ul li {
		width: 50%;
		padding: 0 5px;
		margin-top: 10px;
	}
	.ny-news-list ul li a .title {
		font-size: 14px;
		margin-top: 10px;
		padding: 0 5px;
	}
	.ny-news-list ul li a .time {
		margin-top: 10px;
		padding: 0 5px 15px 5px;
		font-size: 12px;
	}
	.ny-news-cont {
	    padding: 35px 0;
	}
	.ny-news-list ul{margin:  0 -5px;}
	.ny-news-l{width: auto;float:none;padding:15px;margin-left: -1.5rem;margin-right: -1.5rem;margin-top: -20px;}
	.ny-news-r{width: auto;float:none;margin-top:15px;padding-top:10px;margin-left: -1.5rem;margin-right: -1.5rem;padding-left: 1.5rem;padding-right: 1.5rem;}
	
	.nynews-head h1{ font-size:18px;}
	.nynews-head .info{ font-size:1rem;}
	.nynews-head .info span{ margin-right:5px;}
	.nynews-boxarc p,.nynews-boxarc{ font-size:12px !important;}
	.nysxp{ position:relative;padding-right: 0px;}
	.nysxp ul li{font-size:12px;}
	.nysxp ul li a{ font-size:12px;}
	.nysxp .return{ position:relative; top:0; transform:translate(0); text-align:center; margin-top:20px;}
	.nysxp .return a{ display:inline-block; padding:5px 20px; font-size:12px;}
	.ny-news-r .title{ font-size:18px; line-height:2;}
	.right_list .t1{ font-size:14px;}
	.right_list .t2{ font-size:12px;}
}


/* 分页 */
.pagination{text-align:center; font-size:14px; margin:15px auto;}
.pagination li{display: inline-block;padding: 5px 14px;border: 1px solid #ddd;margin-left: 4px; background:#fff;}
.pagination li a{display: block;}
.pagination li.active ,.page li:hover{background: var(--themeColor);color: #FFF;}
	
@media screen and (max-width:1024px) {
	.pagination {
	    text-align: center;font-size: 10px;margin: 5px 0;
	}
	.pagination li {
	    display: inline-block;
	    padding: 5px 10px;
	    border: 1px solid #ddd;
	    margin-left: 4px;
	    background: #fff;
	}
}


.ny-warp {
    padding: 60px 0;
    background: #f3f3f3;
}


.ctmap{ background:#fff; padding:15px; margin-top:0;}
#allmap{ height:480px;}
#allmap img{ max-width:inherit;}


.contact{}
.contact-main{
	display: flex;justify-content: space-between;
}
.contact-main .left{
	max-width: 500px;
}
.contact-main .left .title{
	font-size: 24px;color: var(--themeColor);line-height: 1;
}
.contact-main .left .note{
	font-size: 16px;color: #666;line-height: 2;margin: 20px 0;
}
.contact-main .left .contact-item{
	display: flex;align-items: baseline;padding: 5px 0;
}
.contact-main .left .contact-item i{
	margin-right: 10px;
}
.contact-main .left .contact-item p{
	font-size: 16px;color: #666;line-height: 2;
}
.contact-main .right{
	flex: 1;margin-left: 40px;
}
.contact-main .right .title{
	font-size: 24px;color: var(--themeColor);line-height: 1;
}
.contact-main .right .ly-form{
	padding: 20px 0;display: flex;flex-wrap: wrap;justify-content: space-between;
}
.contact-main .right .ly-form .input-item{
	width: 48%;
}
.contact-main .right .ly-form .input-item input{
	width: 100%;height: 50px;padding: 0 20px;border: 1px solid #b6b6b6;font-size: 16px;
	border-radius: 5px;
}
.contact-main .right .ly-form .textarea{
	width: 100%;margin-top: 20px;
}
.contact-main .right .ly-form .textarea textarea{
	width: 100%;padding:20px;border: 1px solid #b6b6b6;font-size: 16px;
	border-radius: 5px;
}
.contact-main .right .ly-form button{
	width: 200px;height: 50px;background: var(--themeColor);margin: 0 auto;
	color: #fff;margin-top: 20px;border: none;
}
.contact-main .right .ly-form button:hover{
	background: #d30011;
}

textarea:focus-visible, input:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: var(--themeColor);
    outline-style: auto;
    outline-width: 1px;
}


@media screen and (max-width:1024px){
	.ny-warp {
	    padding: 30px 0;
	}
	#allmap{ height:280px; font-size:12px;}
	.ctmap {
	    background: #fff;padding: 10px;margin-top: 0;
	}
	.contact-main {
		flex-wrap: wrap;
	}
	.contact-main .left {
	    max-width: 100%;width: 100%;
	}
	.contact-main .left .title {
	    font-size: 18px;
	}
	.contact-main .left .note {
	    font-size: 14px; line-height: 1.8;margin: 15px 0;
	}
	.contact-main .left .contact-item p {
	    font-size: 14px;
	    line-height: 1.8;
	}
	.contact-main .right {
	    flex: 1;margin-left: 0;width: 100%;margin-top: 15px;
	}
	.contact-main .right .title {
	    font-size: 18px;
	}
	.contact-main .right .ly-form .input-item input {
	    height: 40px;padding: 0 10px;font-size: 14px;color: #666;
	}
	.contact-main .right .ly-form .textarea textarea {
	    padding: 10px;font-size: 14px;color: #666;
	}
	.contact-main .right .ly-form button {
	    width: 170px;
	    height: 40px;font-size: 14px;
	}
}


.wechat-ses{ width: 70%; padding: 30px;background: #fff;border-radius: 10px;position: fixed;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%); z-index: 1404; display: none;}
.wechat-ses .icon{width: 44px;height: 44px;display: block;margin: 0 auto;}
.wechat-ses .tit{font-size: 18px;font-weight: bold;text-align: center; margin-top: 10px; margin-bottom: 15px;}
.wechat-ses .note{font-size: 14px;color: #777;text-align: center; margin-bottom: 15px;}
.wechat-ses .wxbtn{text-align: center;}
.wechat-ses .wxbtn a{font-size: 14px; display: inline-block; padding: 8px 30px;background-color: #1aad17;color: #fff;border-radius: 6px;}
.wechat-wrap{background: rgba(0, 0, 0, .6);width: 100%;height: 100%;position: fixed;left: 0;top: 0; z-index: 1400; display: none;}

.wechat-dialog{width:90%; background:#fff; border-radius:10px; padding:18px; position:fixed; left:5%; top:50%; transform:translate(0,-50%); z-index:1211; display:none;box-sizing:border-box;}
.wechat-dialog .tit{ text-align:center; font-size:20px;}
.wechat-dialog .copy-wx{ background:#f5f5f5; border-radius:10px; padding:20px; text-align:center; margin:15px 0; color:#666;}
.wechat-dialog .copy-wx .info{ font-size:12px; color:#999;}
.wechat-dialog .copy-wx p span{ color:#25ba45;}
.wechat-dialog .wx-close{ position:absolute; right:5px; top:5px; font-size:20px; padding:0 10px; cursor:pointer;}
.wechat-mask{ position:fixed; display:none; width:100%; height:100%; background:rgba(0,0,0,.5); left:0; top:0;z-index:1210;}

.wechat-ses{ width:400px; max-width: 70%; padding: 30px;background: #fff;border-radius: 10px;position: fixed;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%); z-index: 1404; display: none;box-shadow: 0 2px 20px 2px rgba(0,0,0,.5);}
.wechat-ses .icon{width: 44px;height: 44px;display: block;margin: 0 auto;}
.wechat-ses .tit{font-size: 18px;font-weight: bold;text-align: center; margin-top: 10px; margin-bottom: 15px;}
.wechat-ses .note{font-size: 14px;color: #777;text-align: center; margin-bottom: 15px;}
.wechat-ses .wxbtn{text-align: center;}
.wechat-ses .wxbtn a{font-size: 14px; display: inline-block; padding: 8px 30px;background-color: #1aad17;color: #fff;border-radius: 6px;}

.foot-bar{ position:fixed; width:100%; height:54px; background:var(--themeColor); left:0; bottom:0; z-index:999;}
.foot-bar ul li{ padding-top:8px;}
.foot-bar ul li a{ color:#fff; font-size:12px; display:block; text-align:center;}
.foot-bar ul li a img{ width:18px;}
.foot-bar ul li a span{ display:block; font-size:1rem;}



@media screen and (max-width: 1680px){
.am-container{max-width: 1300px;}
}
@media screen and (max-width: 1440px){
.am-container{max-width: 1200px;}
}


@media screen and (max-width:1024px){
	html {background: #fafafa;}
	body{ /* max-width:768px; */ margin:0 auto; background:#fff; zoom:1; padding-bottom:54px;}	
	.arccontent img{ height:auto !important;}
	.lg-show{
		display: none!important;
	}
	.sm-show{
		display: flex!important;
	}
	.header .top-tel {
	    font-size: 13px;padding: 5px 0;line-height: 20px;
	}
	.header .main{
		justify-content: space-between;
	}
	.header .main .top-logo {
	   
	}
	.header .main .top-search {
	   margin-left: 5px;
	}
	.header .main .top-menu{
		flex: auto;width: 100%;
	}
	.header .main .top-logo a img {
	    height: 40px;
	}
	.header .main .top-logo a{
		font-size: 18px;
	}
	.header .main .top-logo a .slogan{
		margin-left: 15px;
	}
	.header .main{
		padding: 10px 0;flex-wrap: wrap;
	}
	.header .main .top-menu ul {
	    display: flex;justify-content: space-between;align-items: center;
	}
	.header .main .top-menu ul li {
	    padding: 0 5px;
	}
	.header .main .top-menu ul li .a {
	    display: block;
	    padding: 0;
	    font-size: 14px;
	    color: #fff;
	    line-height: 40px;
	    white-space: nowrap;
	}
	.banner-swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	    bottom: 8px;
	}
	.banner-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
	    margin: 0 4px;
	}
	.banner-pagination .swiper-pagination-bullet {
	    width: 8px;height: 8px;
	}
	.all-pd {
	    padding: 25px 0;
	}
	.ab-title .entitle {
	    font-size: 12px;
	}
	.ab-title .title {
	    font-size: 20px;
	}
	.ab-main{
		flex-wrap: wrap;
	}
	.ab-main .left {
	    width: 100%;
	}
	.ab-main .right {
	    width: 100%;padding-left: 0;
	}
	.ab-main .right .img-box {
	    width: 100%;height: 100%;
		margin-top: 20px;
	}
	.ab-main .left .note {
	    margin: 20px 0;font-size: 14px;
	}
	.ab-title {
	    margin-top: 0;
	}
	.ab-main .left .btn {
	    width: 130px;
	    height: 45px;
	    line-height: 45px;
	}
	.ab-main .left .btn span {
	    font-size: 14px;
	}
	.ab-main .left .btn i {
	    font-size: 16px;
	    padding-left: 8px;
	}
	.ab-main .left .btn:hover i {
	    padding-left: 20px;
	}
	.all-title-box .title {
	    font-size: 20px;margin-bottom: 5px;
	}
	.all-title-box .entitle {
	    font-size: 12px;
	}
	.pro-cla {
	    margin: 20px auto;
		overflow-x: scroll;
	}
	.pro-cla ul {
	    /* display: flex;justify-content: flex-start;align-items: center; */
		display: block;
		margin: 0 auto;
		text-align: center;
		white-space: nowrap;
		
	}
	.pro-cla ul li {
	    margin: 0 5px;
		display: inline-block;
	}
	.pro-cla ul li a {
	    width: 120px;height: 40px;font-size: 14px;line-height: 40px;
	}
	.pro-swiper {
	    margin: 0 -5px;
	}
	.pro-swiper .item {
	    width: 50%;
	    padding: 5px;
	}
	.pro-btn {
	    width: 30px;height: 30px;line-height: 30px;font-size: 20px;
	}
	.pro-next i {
	    margin-left: 0px;
	}
	.pro-prev i {
	    margin-left: 0px;
	}
	.ys-main {
	    flex-wrap: wrap;margin: 0;padding-top: 20px;
	}
	.ys-main .item {
	    width: 100%;margin: 0 0 10px;
	}
	.ys-main .item .cont-box {
	    padding: 20px;
	}
	.ys-main .item .entitle {
	    font-size: 16px;margin-bottom: 10px; text-align: center;
	}
	.ys-main .item .title {
	    font-size: 20px; text-align: center;
	}
	.ys-main .item .note {
	    font-size: 14px;line-height: 30px;margin-top: 15px;min-height: auto;
	}
	.news .main {
	    display: flex;margin: 20px 0;flex-wrap: wrap;
	}
	.news .main .left {
	    width: 100%;
	}
	.news .main .left .cont-box {
	    padding: 15px 10px;
	}
	.news .main .left .cont-box .date-box .date {
	    font-size: 12px;
	}
	.news .main .left .cont-box .title {
	    font-size: 14px;color: #fff;margin: 5px 0;line-height: 1.5;height: auto;
	}
	.news .main .left .cont-box .detail {
	    font-size: 12px;
	}
	.news .main .right {
	    width: 100%;padding: 10px;
	}
	.news .main .right .item {
	    padding: 15px 0;
	}
	.news .main .right .item .title {
	    font-size: 14px;
	}
	.news .main .right .item .date {
	    font-size: 12px;margin-bottom: 15px;
	}
	.more-news {
	    width: 120px;height: 40px;font-size: 12px;line-height: 40px;
	}
	.more-news i {
	    font-size: 16px;
	    padding-left: 10px;
	    transition: all .5s ease;font-weight: bold;line-height: 1;
	}
	.foot-logo {
	    text-align: center;padding: 25px 0;
	}
	
	.foot-logo p {
		font-size: 18px;margin-top: 10px;
	}
	.foot-main {
	    padding: 20px 0;
	    display: flex;flex-wrap: wrap;
	}
	.foot-contact {width: 100%;}
	.foot-contact .tel {
	    font-size: 24px;
	    margin-bottom: 5px;
	}
	.foot-contact .company {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.foot-nav {
	    display: flex;
	    justify-content: space-between;
	    flex: 1;margin: 20px 0;
	}
	.foot-nav .item .title {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	.wx-img {
	    display: flex;width: 100%;justify-content: space-around;
	}
	.wx-img .item {
	    margin-left: 0;
	}
	.wx-img .item p {
	    font-size: 14px;margin-top: 10px;
	}
	.copy-right {
	    text-align: center;padding: 15px 0;
	}
	.copy-right p {
	    font-size: 12px;color: #fff;margin: 0 10px;margin-bottom: 5px;
	}
	.ny-banner .img-box .cont-box .title {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.ny-banner .img-box .cont-box .title span {
	    padding-bottom: 10px;
	    border-bottom: 2px solid var(--themeColor);
	}
	.ny-banner .img-box .cont-box .entitle {
	    font-size: 18px;
	}
	.gsjj-main {
	    display: flex;flex-wrap: wrap;
	}
	.gsjj-main .cont-box {
	    margin-right: 0;flex: auto;width: 100%;font-size: 14px;order: 1;margin-top: 10px;
	}
	.gsjj-main .img-box{width: 100%}
	.wh-main {
	    display: flex;
	    justify-content: space-between;
	    padding: 20px 0;
	}
	.wh-main .left {
	    margin-right: 5px;
	}
	.wh-main .right {
	    margin-left: 5px;
	}
	.wh-main .item {
	    padding: 10px 7px;
	}
	.wh-main .item .title {
	    font-size: 18px;margin-bottom: 5px;
	}
	.wh-main .item .entitle {
	    font-size: 12px;
	}
	.wh-main .item .note {
	    margin: 13px 0;font-size: 14px;padding-bottom: 10px;
	}
	.shzr .title {
	    font-size: 18px;
	    margin-bottom: 5px;
	}
	.shzr .entitle {
	    font-size: 12px;
	}
	.shzr .note {
	    font-size: 14px;max-width: 100%;margin: 15px 0;
	}
	.all-pb {
	    padding-bottom: 30px;
	}
	.ny-nav {
	    padding: 10px 0;
	}
	.ny-nav p {
	    font-size: 13px;
	}
	.ny-nav p a {
	    padding: 0 3px;
	}
	.pro-de .main {
	    display: flex;flex-wrap: wrap;
	}
	.pro-de .main .left {
	    width: 100%;text-align: center;
	}
	.pro-de .main .right {
	    flex: 1;margin-left: 0;margin-top: 15px;
	}
	.pro-de .main .right .title {
	    font-size: 20px;
	    margin: 15px 0 0 0;
	}
	.pro-de .main .right .subtitle {
	    font-size: 12px;
	}
	.pro-de .main .right .note {
	    font-size: 14px;line-height: 2;margin: 15px 0;
	}
	.pro-de .main .right .info {
	    padding: 10px;font-size: 14px;line-height: 30px;
	}
	.pro-de .main .left .img-box img {
	    width: 100%;height: 100%;object-fit: cover;
	}
	.cndns-right{
		display: none;
	}
	.ny-pro{
		padding-top: 50px;
	}
	
	.about-data ul li a{ padding:15px 0;}
	.about-data ul{ margin:0 -5px;}
	.about-data ul li{ padding:5px;}
	.about-data ul li a .txt .num{ text-indent:6px;}
	.about-data ul li a i img{ width:48px;}
	.about-data ul li a .txt .note{ font-size:12px;}
	.about-data ul li a .txt .num span{ font-size:28px;}
	.about-data ul li a .txt .num em{ font-size:18px;}
	
}

@media screen and (max-width:640px){
	.header .main .top-menu ul li:first-child, .header .main .top-menu ul li:last-child{
		display: none;
	}
}

