* {
	margin: 0px;
	padding: 0px;
}
html, body {
	position: relative;
	height: 100%;
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background:#333 !important;
}

#slide1 {
	background: url(../images/banner1.jpg) center no-repeat;
	background-size: cover;
	background-position: center;
}

#slide2 {
	background: url(../images/banner2.jpg) center no-repeat;
	background-size: cover;
	background-position: center;
}

#slide3 {
	background: url(../images/banner3.jpg) center no-repeat;
	background-size: cover;
	background-position: center;
}

.banner {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
                /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.banner .swiper-slide {
	transition: -webkit-transform 5s ease-in-out;
	transition: transform 5s ease-in-out;
	transition: transform 5s ease-in-out,-webkit-transform 5s ease-in-out;
	-webkit-animation: zoom 5s;
	animation: zoom 5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.banner .swiper-slide-active {
	position: relative;
	z-index: 999;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}

.fp-auto-height div {
	height: 177px !important;
}
#menu {
	padding-bottom: 20px;
	background: rgba(0,0,0,0.39);
	height: 86px;
	box-shadow: 2px 2px 2px #fafafa;
}

#menu img {
	width: 100%;
	margin-top: 10px;
	background: #FFF;
}

.banner .swiper-wrapper {
	-webkit-transition-timing-function: linear;
    /*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}

.nav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background: rgba(0,0,0,0.35);
	z-index: 999;
}

.logo {
	float: left;
	width: 20%;
}
.about_gsjj_bannera img{
	width:100%;
}
.logo img {
	width: 100px;
	position: relative;
	top: 13px;
}

.w80 {
	width: 80%;
	margin: 0 auto;
}

.header_nav {
	float: left;
	width: 80%;
}
.ty_acontent p img{
	display:block;
	margin:0 auto;
}
.header_nav {
	font-size: 18px;
	color: #FFF;
}

.header_nav ul {
	width: 80%;
	text-align: right;
	display: inline-block;
}

.header_nav ul li {
	display: inline-block;
	line-height: 100px;
	transition: all 0.6s;
	padding: 0 30px;
	cursor: pointer;
	color: #fff;
}
.header_nav ul li a{
	color:#fff;
}

.header_nav ul li:hover {
	color: #d71418;
	text-shadow: none;
}

.header_tel {
	width: 19%;
	text-align: right;
	display: inline-block;
}

.header_tel img {
	position: relative;
	margin-right: 15px;
	top: 4px;
	margin-left: 15px;
}
.tkl{
	position: relative;
    top: -185px;
    display: block;
    height: 0;
    overflow: hidden;
}
.about_bg{
	height:100%;
	width:100%;
	background:url(../images/about_bg.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
}
.about_bg1{
	width:32%;
	height:446px;
	text-align:left;
	margin-left:132px;
}
.about_bg1a{
	color:#f7f6f6;
	font-size:80px;
	font-weight:bold;
	text-transform: uppercase;
}
.about_bg1b{
	font-size:42px;
	color:#000;
	position:relative;
	top:-50px;
	padding-bottom:30px;
}
.about_bg1b::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:66px;
	height:9px;
	background:#d71418;
	left:50px;
}
.about_bg1c{
	font-size:16px;
	color:#000;
	line-height:35px;
	margin-top:43px;
	text-align:justify;
}
.about_bg1d{
	width:186px;
	height:48px;
	background:#d71418;
	border-radius: 24px;
	line-height:48px;
	position:relative;
	margin-top:76px;
	transition: .5s;
}
.about_bg1d a{
	color:#fff;
	font-size:16px;
	padding-left:38px;
}
.about_bg1d  i{
	width:23px;
	height:23px;
	color:#d71418;
	background:#fff;
	border-radius: 11.5px;
	margin-left:31px;
}
.about_bg1d:hover{
	background:#b20701;
}
.about_bg1d:hover a{
	color:#fff;
}
.about_bg1d:hover i{
	background:#fff;
	color:#b20701;
}
.about_bg2{
	position:absolute;
	left:46%;
	padding:20px;
	margin-top:3%;
	background:#fff;
}
.about_banner{
	width:660px;
	height:396px;
}
.about_banner_d>span{
	width:30px;
	height:8px;
	background:rgba(255,255,255,0.4);
	border-radius: 4px;
	opacity: 1;
}
.about_banner_d>.swiper-pagination-bullet-active{
	background:#fff;
}
.about_banner img{
	width:100%;
}

/*xz 2024-5-16*/
.xppgs{
	background:rgb(247, 247, 247);
	padding-top:105px;
}

.w1420{
	width:1420px;
	margin:0 auto;
}
.xppgs_zt{
	position:relative;
}
.xppgs_zt::after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:80%;
	height:492px;
	background:#fff;
}
.xppgs_zt1l{
	width:807px;
}
.xppgs_zt1 {
    height: 658px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
	z-index: 1;
}
.xppgs_zt1l1{
	padding:30.5px 0px; 
}
.xppgs_zt1l2a p span{
	color:rgb(0, 0, 0);
}
.xppgs_zt1l2a p{
	font-size:18px;
	line-height:30px;
	color:rgb(64, 64, 64);
	letter-spacing: 1px;
}
.xppgs_zt1l2 {
    display: flex;
    align-items: flex-end;
    height: 442px;
    background: #fff;
    padding-bottom: 50px;
    justify-content: space-between;
}
.xppgs_zt1l2b{
	padding-right:75px;
}
.xppgs_zt1r{
	position:relative;
	padding-right:66px;
}
.xppgs_zt1r img{
	display:block;
}
.xppgs_zt1r img:nth-child(2){
	position:absolute;
	right:0px;
	bottom:0px;
}
.xppgs_zt2{
	display:flex;
}
.xppgs_zt2l{
	width:783px;
	position:relative;
}
.xppgs_zt2l_img{
	position:relative;
	overflow: hidden;
}
.xppgs_zt2l_img:hover img{
	transform: scale(1.04);
}
.xppgs_zt2l .xppgs_zt2l_img img{
	width:100%;
	display:block;
	transition: .5s;
}
.xppgs_zt2l .xppgs_zt2l_img:nth-child(2){
	margin-top:33px;
}
.xppgs_zt2{
	margin-top:123px;
	position:relative;
}
.xppgs_zt2::after{
	content:'';
	position:absolute;
	width:600px;
	height:1205px;
	background:url(../images/ppgs/icon1.png) left no-repeat;
	right:0%;
	top:0%;
}
.xppgs_zt2 .w1420 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xppgs_zt2l_imga{
	position:absolute;
	top:-67.5px;
	right:-68px;
	animation: rotateAnimation 2s linear infinite; /* 2秒旋转一圈，匀速，无限循环 */
}
/* 定义关键帧动画 */
@keyframes rotateAnimation {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  .xppgs_zt2r2{
	padding-top:90px;
  }
  .xppgs_zt2r2 p{
	font-size:18px;
	line-height:38px;
	color:rgb(64, 64, 64);
  }
  .xppgs_zt2r2 p:nth-child(2){
	margin-top:22px;
  }
  .xppgs_zt2r2 p:nth-child(3){
	margin-top:88px;
  }
  .xppgs_zt2r{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.xppgs_zt2r2 span{
	font-weight:bold;
}
p.xppgs_red{
	font-size:20px;
	font-weight:bold;
	color:rgb(178, 7, 1);
	margin-right:-8px;
}
.w1206{
	width:1206px;
	margin:0 auto;
}
.xppgs_zt3{
	padding:72px 0px 87px;
	position:relative;
}
.xppgs_zt3::after{
	content:'';
	position:absolute;
	width:600px;
	height:1205px;
	background:url(../images/ppgs/icon1.png) right no-repeat;
	left:0%;
	top:0%;
}
.xppgs_zt3a {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:54px 78px 31px 89px;
}
.xppgs_zt3al{
	width:702px;
	text-align:center;
}
.xppgs_zt3al p {
    display: flex;
    color: rgb(64, 64, 64);
    font-size: 18px;
    line-height: 38px;
    text-align: justify;
    letter-spacing: 0.8px;
    flex-direction: column;
    align-items: center;
}
.xppgs_zt3al p span:nth-child(2){
	font-weight:bold;
	color:rgb(178, 7, 1);
}
.hred{
	width:100%;
	height:6px;
	background:rgb(178, 7, 1);
	margin:8px 0px 36px;
}
.xppgs_zt3b {
    position: relative;
    background: #fff;
    height: 798px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding-left:78px;
}
.xppgs_zt3b p{
	width:635px;
	margin-top:50px;
	font-size:16px;
	line-height:28px;
	color:rgb(64, 64, 64);
	position:relative;
	z-index: 1;
}
.xppgs_zt3b2{
	position:absolute;
	right:0px;
	top:0px;
}
.w1332{
	width:1332px;
	margin:0 auto;
}
.xppgs_zt4{
	position:relative;
}
.xppgs_zt4::after{
	content:'';
	position:absolute;
	width:600px;
	height:1205px;
	background:url(../images/ppgs/icon1.png) left no-repeat;
	right:0%;
	top:0%;
}
.xppgs_zt4 img{
	display:block;
}
.xppgs_zt4_zt {
    display: flex;
    justify-content: space-between;
}
.xppgs_zt4_ztr{
	display:flex;
	padding-top:75px;
}
.xppgs_zt4_ztr p{
	writing-mode: vertical-rl; /* 从右到左垂直排列 */
    text-orientation: upright; /* 文本保持水平方向 */
	font-size:16px;
	color:rgb(64, 64, 64);
	line-height:30px;
	letter-spacing: 3px;
}
.xppgs_zt4_ztr p:nth-child(6){
	margin-left:40px;
}
.xppgs_zt4_zt1 {
	position:relative;
    display: flex;
    justify-content: space-between;
	margin-top:46px;
}
.xppgs_zt4_zt1r p{
	font-size:16px;
	line-height:30px;
	color:rgb(64, 64, 64);
}
.xppgs_zt4_zt1r{
	text-align:right;
	letter-spacing: 1px;
}
.xppgs_zt5{
	margin-top:80px;
	position:relative;
}
.xppgs_zt5::after{
	content:'';
	position:absolute;
	width:1000px;
	height:1205px;
	background:url(../images/ppgs/icon1.png) left no-repeat;
	right:0%;
	bottom:-20%;
}
.xppgs_zt5_ztl{
	width:724px;
	display:flex;
	background:#fff;
	height:auto;
	padding:55px 0px 36px 50px;
	position:relative;
}
.xppgs_zt5_ztl::after{
	content:'';
	position:absolute;
	width:222px;
	height:222px;
	background:url(../images/ppgs/zppgs16.png) center no-repeat;
	right:14px;
	bottom:150px;
}
.xppgs_zt5_ztl1{
	padding-right:74px;
}
.xppgs_zt5_ztl2 p{
	font-size:16px;
	line-height:30px;
	color:rgb(64, 64, 64);
}
.xppgs_zt5_zt {
    display: flex;
    align-items: center;
}
.xppgs_zt5_zta {
    display: flex;
    margin-top: 86px;
    align-items: center;
    justify-content: space-between;
}
.xppgs_zt5_ztal{
	width:50%;
}
.xppgs_zt5_ztar{
	padding-right:164px;
}
.xppgs_zt5_zta img{
	display:block;
	width:100%;
}
.xppgs_zt5_ztar p{
	font-size:16px;
	line-height:30px;
	color:rgb(64, 64, 64);
	position:relative;
}
.xppgs_zt5_ztar p::after{
	content:'';
	position:absolute;
	left:-59px;
	top:0px;
	height:36px;
	width:47px;
	background:url(../images/ppgs/zppgs18.png) center no-repeat;
}
body.active{
	overflow-x: hidden;
}
.xppgs_zt6_ztl2 p{
	font-size:16px;
	line-height:30px;
	color:rgb(64, 64, 64);
}
.xppgs_zt6_ztl2 p span{
	font-weight:700;
	font-size:17px;
	color:rgb(178, 7, 1);
}
.xppgs_zt6_ztl1{
	margin:36px 0px 33px;
}
.xppgs_zt6_ztr img{
	display:block;
	transition: .5s;
}
.xppgs_zt6_ztr div img:hover{
	transform: scale(1.04);
}
.xppgs_zt6{
	padding:136px 0px;
}
.xppgs_zt6_zt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xppgs_zt6_ztr1,
.xppgs_zt6_ztr2{
	position:relative;
	overflow: hidden;
}
.xppgs_zt6_ztr2{
	margin-top:13px;
    display: flex;
    justify-content: space-between;
}
/*xz 2024-5-16 end*/

.product_bg{
	display:block !important;
	overflow: hidden;
}
.product_bg li{
	float:left;
	width:25%;
}
.product_bg .product_bg1{
	width:100%;
	height:77vh;
	display:block;
	transition: .5s;
}
.product_bg2{
	width:100%;
	height:23vh;
	text-align:left;
	transition: .5s;
}
.product_bg2a{
	background: #f8f8f8 url(../images/product_logo.png) no-repeat right bottom;
}
.product_bg2b:nth-child(2n){
	background: #f3f3f3 url(../images/product_logo.png) no-repeat right bottom;
}
.product_bg li:hover .product_en{
	color:#fff;
}
.product_bg li:hover .product_cn{
	color:#fff;
}
.product_bg li:hover .product_bg1{
	margin-top:-7vh;
}
.product_bg li:hover .product_bg2 {
	background: #ca141d url(../images/product_logo.png) no-repeat right bottom;
	height:30vh;
}
.product_en{
	font-size:20px;
	text-transform: uppercase;
	color:#b20701;
	padding-top:13%;
	padding-left:15%;
}
.product_cn{
	font-size:36px;
	color:#000;
	padding-top:3%;
	padding-left:15%;
}
.product_cn span{
	font-size:22px;
}

.zzry_img img{
	width:82%;
	margin:10px auto;
}

.news_bg{
	background:#f5f5f5;
}
.news_bg1{
	height:300px;
	background:url(../images/news_bg.jpg) center no-repeat;
	background-size: cover;
	background-position:center;
	text-align:left;
	position:relative;
	margin-top:200px;
}
.news_bg1m{
	margin-left:10%;
}
.news_bg1a{
	font-size:80px;
	font-weight:bold;
	text-transform: uppercase;
	color:rgba(255,255,255,0.13);
	margin-top:36px;
}
.news_bg1b{
	font-size:42px;
	color:#fff;
	position:relative;
	top:-50px;
	padding-bottom:30px;
}
.news_bg1b::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 66px;
    height: 9px;
    background: #fff;
    left: 50px;
}

.news_bg1c {
    width: 186px;
    height: 48px;
    background: #fff;
    border-radius: 24px;
    line-height: 48px;
    position: absolute;
    right:10%;
	top:82px;
	transition: .5s;
}
.news_bg1c a {
    color: #d71418;
    font-size: 16px;
    padding-left: 38px;
}
.news_bg1c i {
    width: 23px;
    height: 23px;
    color: #fff;
    background: #d71418;
    border-radius: 11.5px;
    margin-left: 31px;
}

.news_bg1c:hover{
	background:#d71418;
}
.news_bg1c:hover a{
	color:#fff;
}
.news_bg1c:hover i{
	color: #d71418;
    background: #fff;
}

.news_bg2{
	width:76%;
	height:434px;
	background:#fff;
	position:relative;
	top:-8%;
	left:10%;
	padding:3% 2% 0;
	padding-top:50px;
}
.news_bg2a{
	text-align:left;
	position:relative;
	height:300px;
}
.news_bg2a:hover .news_bg2a3{
	color:#d71418;
}
.news_bg2a1{
	font-size:120px;
	position:absolute;
	right:0px;
	color:#f9eff0;
	transform: scale(0.9, 1.3);
	transform-origin: 0 0;
}
.news_bg2at{
	width:80%;
	position:relative;
	z-index:2;
}
.news_bg2a2{
	padding-top:25px;
	font-size:24px;
	color:#d71418;
	font-size:400;
}
.news_bg2a3{
	font-size:20px;
	color:#000;
	margin-top:36px;
	margin-bottom:40px;
}
.news_bg2a4{
	color:#595959;
	font-size:16px;
	line-height:28px;
}
.news_left{
	width:46px;
	height:46px;
	border-radius: 50%;
	border:#b20701 1px solid;
	text-align:center;
	line-height:46px;
	color:#b20701;
	display:inline-block;
	margin-right:15px;
}
.news_right{
	width:46px;
	height:46px;
	border-radius: 50%;
	border:#b20701 1px solid;
	text-align:center;
	line-height:46px;
	color:#b20701;
	display:inline-block;
	margin-left:15px;
}
.news_left:hover,.news_right:hover{
	background:#b20701;
	color:#fff;
	cursor: pointer;
	box-shadow: 0 0 3px #b20701;
}
.news_left i,.news_right i{
	font-size:24px;
}


.contact_bg{
	width:100%;
	height:100%;
	background:url(../images/lxwm_bg.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
}
.contact_bg1a {
    color: #f7f6f6;
    font-size: 80px;
    font-weight: bold;
    text-transform: uppercase;
}
.contact_bg1b {
    font-size: 42px;
    color: #000;
    position: relative;
    top: -50px;
    padding-bottom: 30px;
}
.contact_bg1b::after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 66px;
    height: 9px;
    background: #d71418;
    left: 50%;
	margin-left:-33px;
}
.contact_bg2{
	height:374px;
	background:url(../images/lxwm_bg2.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	margin-top:40px;
}
.contact_bg2 ul{
	margin-left:16%;
}
.contact_bg2 li{
	float:left;
	width:20%;
	height:374px;
	transition: .5s;
}
.contact_bg2a{
	color:#fff;
	padding-top:115px;
}
.contact_bg2a i{
	font-size:50px;
}
.contact_bg2b{
	padding-top:40px;
	font-size:18px;
	color:#fff;
}
.contact_bg2c{
	font-size:18px;
	padding-top:20px;
	color:#fff;
	letter-spacing: 1px;
}
.contact_bg2 li:hover{
	background:#fff;
}
.contact_bg2 li:hover .contact_bg2a{
	color:#d71418;
}
.contact_bg2 li:hover .contact_bg2b,.contact_bg2 li:hover .contact_bg2c{
	color:#d71418;
}
.contact_bg2 .action{
	background:#fff;
}
.contact_bg2 .action .contact_bg2a{
	color:#d71418;
}
.contact_bg2 .action .contact_bg2b,.contact_bg2 .action .contact_bg2c{
	color:#d71418;
}

.footer{
    width: 100%;
	height:176px !important;
	background:#b20701;
	position:relative;
}
.footer_logo{
	width:92px;
	height:66px;
	position:absolute;
	left:5%;
}
.footer_logo img{
	width:100%;
}
.footer_centent img{
	height:16px;
	position:relative;
	top:3px;
}
.footer_centent a{
	font-size:16px;
	color:#fff;
}
.footer_cententb{
	margin-top:10px;
}
.footer_cententb a{
	display:inline-block;
}
.footer_cententb a:nth-child(1){
	position:relative;
	padding-right:10px;
	margin-right:10px;
}
.footer_cententb a:nth-child(1)::after{
	content:'';
	position:absolute;
	height:16px;
	width:2px;
	background:#fff;
	right:0px;
	top:3.5px;
}
.footer_contact{
	position:absolute;
	right:5%;
	width:320px;
	font-size:16px;
	color:#fff;
	text-align:left;
}
.footer_contact i{
	margin-right:5px;
}
.footer_contactb{
	margin-top:8px;
}
.footer_contactb div{
	margin-left:65px;
}

.navf{
	background:#fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.navf .header_nav ul li a{
	color:#d71418;
	position:relative;
}
.navf .header_nav ul .action a::after{
	content:'';
	position:absolute;
	bottom:10px;
	height:2px;
	width:80%;
	left:10%;
	background:#d71418;
}
.navf .header_tel{
	color:#d71418;
}


.nav_list{
	margin-top:100px;
	height:120px;
	border-bottom:rgba(0,0,0,0.1) 1px solid;
	line-height:120px;
}
.nav_list_left{
	font-size:16px;
	float:left;
	width:30%;
}
.nav_list_left a{
	display:inline-block;
	font-size:16px;
	color:rgba(0,0,0,0.5);
}

.nav_list ul{
	float:right;
}
.nav_list ul li{
	display:inline-block;
	margin-left:30px;
	position:relative;
}
.nav_list ul li a{
	font-size:16px;
	color:rgba(0,0,0,0.5);
	display:block;
	line-height:40px;
	height:40px;
	padding:0 30px;
	border:rgba(0,0,0,0.2) 1px solid;
	border-radius: 21px;
	transition: .5s;
	position:relative;
	z-index: 2;
}
.nav_list ul li::after{
	content:'';
	position:absolute;
	height:42px;
	left:50%;
	right:50%;
	top:0px;
	background:#b20701;
	transition: .5s;
	border-radius:21px;
}
.nav_list .action::after{
	left:0;
	right:0px;
}
.nav_list .action a{
	border:#b20701 1px solid;
	color:#fff;
}
.nav_list ul li:hover::after{
	left:0;
	right:0px;
}
.nav_list ul li:hover a{
	border:#b20701 1px solid;
	color:#fff;
}
.about_gsjj{
	background:#f7f7f7;
	padding-top:90px;
	position:relative;
}
.about_gsjj1{
	height:376px;
}
.about_gsjj1aa{
	position:relative;
	padding-left:20px;
}
.about_gsjj1aa::after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:4px;
	background:#b20701;
}
.about_gsjj1a{
	font-size:26px;
	color:#cfcfcf;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.about_gsjj1b{
	font-size:32px;
	font-weight:bold;
	color:#000;
	letter-spacing: 1px;
}
.about_gsjj2{
	width:640px;
	font-size:16px;
	text-align:justify;
	letter-spacing: 1.1px;
	line-height:36px;
	margin-top:52px;
	color:#6e6e6e;
}
.about_gsjj_banner{
	position:absolute;
	width:704px;
	top:91px;
	right:10%;
}
.about_gsjj_bannera{
	height:488px;
	width:704px;
}
.swiper-button-nexta,.swiper-button-prevb{
	color:#b20701;
	display:inline-block;
	position: relative;
	top:70px;
	margin-right:40px;
	cursor: pointer;
}
.swiper-button-nexta:hover,.swiper-button-prevb:hover{
	color:#e4bdbe;
}
.swiper-button-nexta i,.swiper-button-prevb i{
	font-size:25px;
}
.about_gsjj3{
	width:100%;
	height:403px;
	background:url(../images/about_nbg.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
}

.about_gsjj3a{
	position:relative;
	top:180px;
	height:132px;
	width:100%;
	background:#fff;
	border-radius: 5px;
	box-shadow: 0 0 10px 10px rgb(0,0,0,0.02);
	}
	.about_gsjj3a ul li:nth-child(3n)::after{
		display:none;
	}
.about_gsjj3a ul{
	display:flex;
	display: -webkit-flex;
	align-items:center;
	justify-content:center;
	height:132px;
}
.about_gsjj3a ul li{
	width:33.33%;
	position:relative;
	text-align:center;
}
.about_gsjj3a ul li::after{
	content:'';
	position:absolute;
	width:2px;
	height:112px;
	right:0px;
	top:-9px;
	background:#eeeeee;
}
.about_gsjj3a1{
	font-size:18px;
	color:#b20701;
}
.about_gsjj3a1 .count{
	font-size:60px;
	font-weight:bold;
}
.about_gsjj3a2{
	font-size:18px;
	color:#acacac;
}

.ppgs{
	height:603px;
	width:100%;
	background:url(../images/ppgs_bg.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
}
#ppgs{
	position:relative;
	top:55.5px;
	width:710px;
	height:492px;
}
.ppgs_a{
	width:710px;
	float:left;
}
.ppgs_b{
	float:right;
	width:45%;
}
.ppgs_ba{
	position:relative;
	top:55.5px;
}
.ppgs_ba1{
	font-size:16px;
	line-height:35px;
	position:relative;
	overflow-y: auto;
	height:375px;
	padding-right:30px;
	text-indent:2em;
	margin-top:30px;
}
.ppgs_ba1 p{
	font-size:16px;
}
.ppgs_ba1::-webkit-scrollbar{
	width:2px;
}
.ppgs_ba1::-webkit-scrollbar-track {
	background-color:#acacac;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}
.ppgs_ba1::-webkit-scrollbar-thumb {
	background-color:#b20701;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}
.fzlc{
	padding-bottom:80px;
	background:url(../images/fzlc_bg.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
}
.fzlc_a{
	font-size:38px;
	font-weight:700;
	color:#000;
	text-align:center;
	position:relative;
	padding-bottom:15px;
	margin-top:74px;
}
.fzlc_a::after{
	content:'';
	position:absolute;
	height:6px;
	width:57px;
	background:#b20701;
	left:50%;
	margin-left:-28.5px;
	bottom:0px;
}
.about-year {
	width: 80%;
	left:10%;
	margin-top:80px;
	position: relative;
}

.about-year-link {
	width: 100%;
	text-align: center;
	height: 143px;
	position: relative;
	cursor: pointer;
}

.about-year-link::before {
	content: "";
	position: absolute;
	z-index: 2;
	width: 92%;
	height: 6px;
	background: linear-gradient(to left, rgba(182, 27, 33, 1), rgba(255, 255, 255, 1));
	
	top: 50%;
	margin-top: -3px;
}

.about-year-link:after {
	content: "";
	opacity: 0;
	position: absolute;
	width: 143px;
	height: 139px;
	left: 50%;
	margin-left: -71px;
	top: 0;
	background: url('../images/abtdlD.png') no-repeat center;
	animation: aboQq 3s linear infinite;
}

@keyframes aboQq {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.about-year-link i {
	width: 143px;
	height: 143px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 3;
	margin-left: -71px;
}

.about-year-link i:before {
	position: absolute;
	width: 58px;
	height: 43px;
	content: "";
	background:url(../images/lajiao.png) center no-repeat;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.about-year-link i:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: url('../images/abtdl.png') no-repeat center;
	top: 0;
	left: 0;
	transition: all .6s ease;
	transform: scale(0);
	opacity: 0;
}

.about-year-link p {
	font-size: 20px;
	color: #444444;
	z-index: 4;
	transition: all .4s ease;
	font-family: Arial;
	width: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 50px;
}

.about-year .swiper-container {
	z-index: 3;
	padding: 12px 0;
}

.about-year .swiper-slide:nth-child(2n+1) .about-year-link p {
	margin-top: -50px;
}

.swiper-slide-active .about-year-link:after {
	opacity: 1;
	transition: all .4s ease .4s;
}

.swiper-slide-active .about-year-link i:before {
	opacity: 0;
}

.swiper-slide-active .about-year-link i:after {
	transform: scale(1);
	opacity: 1;
}

.swiper-slide-active .about-year-link p {
	color: #fff;
	font-size: 40px;
	margin: 0 !important;
}

.swiper-slide-active .about-year-link:hover p {
	color: #fff;
}
.about-item{
	width: 100%;
	margin-top: 34px;
	position: relative;
	padding-top: 54px;
}
.about-num {
	position: absolute;
	font-family: Arial;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	color: #e8eee8;
	font-size: 312px;
	line-height: .8em;
	background: linear-gradient(to bottom,#f0f0f0,#fff);
	background: -ms-linear-gradient(to bottom,#f0f0f0,#fff);
	background: -moz-linear-gradient(to bottom,#f0f0f0,#fff);
	background: -webkit-linear-gradient(to bottom,#f0f0f0,#fff);
	background: -o-linear-gradient(to bottom,#f0f0f0,#fff);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-wdbox {
	width: 100%;
	margin-top: 28px;
	height: 120px
}

.about-wdbox li {
	width: 100%;
	display: none;
}

.about-wdbox li.ontrue {
	display: block;
}

.about-wd {
	max-width: 610px;
	margin: 0 auto;
	transition: all 4s ease;
	opacity: 0;
}


.about-wdbox li.ontrue .about-wd {
	animation: aboMs 1s ease both .2s;
}

@keyframes aboMs {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.about-wd p {
	font-size: 16px;
	color: #717171;
	line-height: 36px;
	text-align:center;
}

.about-tagyear {
	width: 100%;
	margin-top: 50px;
	position: relative;
}

.about-tagyear ul {
	width: 100%;
	display: flex;
	justify-content: center;
}

.about-tagyear li {
	float: left;
	margin-right: 64px;
}

.about-tagyear li:last-child {
	margin-right: 0;
}

.about-tagyear li span {
	font-size: 17px;
	color: #777;
	padding-bottom: 12px;
	position: relative;
	cursor: pointer;
}

.about-tagyear li span::after {
	content: '';
	width: 0%;
	height: 3px;
	background-color: #d45454;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all .2s ease;
}

.about-tagyear li.active span::after {
	width: 100%;
	left: 0;
	right: auto;
}

.about-prev, .about-next {
	width: 42px;
	height: 42px;
	position: absolute;
	border-radius: 50%;
	background: #fff url('../images/arrow_dlH..svg') no-repeat center/24px;
	z-index: 4;
	top: 50%;
	transform: rotate(90deg);
	margin-top: -21px;
	cursor: pointer;
	transition: all .4s ease;
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.11);
}

.about-prev {
	left: 18%;
}

.about-next {
	right: 18%;
	transform: rotate(270deg);
}

.about-prev:hover, .about-next:hover {
	background-image: url('../images/arrow_down.svg');
	background-color: #d45454;
}



.zzry{
	height:546px;
	padding:76px 0;
	background:url(../images/zzry_bg.jpg) center no-repeat;
	background-size:100% 100%;
	position:relative;
}
.zzry .about_gsjj1aa::after{
	background:#fff;
}
.zzry .about_gsjj1a{
	color:rgba(255,255,255,0.4);
}
.zzry .about_gsjj1b{
	color:#fff;
}
.zzry_top{
	position:absolute;
	top:92px;
	right:10%;
}
.zzry_top ul li{
	display:inline-block;
	font-size:16px;
	height:40px;
	line-height:40px;
	padding:0 46px;
	border:1px solid #fff;
	border-radius: 22px;
	color:#fff;
	margin-left:30px;
	cursor: pointer;
}
.zzry_top .action{
	background:#fff;
	color:#b20701;
}
.zzry_banner{
	margin-top:60px;
}
.zzry_banner .swiper-slide{
	height:336px;
	text-align:center;
	background:#fff;
}
.zzry_text{
	margin:0 20px;
	margin-top:16px;
	border-top:1px #dedede solid;
	line-height:60px;
}
.zzry_bannera{
	text-align:center;
	margin-top:70px;
}
.zzry_bannera>.swiper-pagination-bullet:first-child{
	width:52px;
	height:9px;
	background:#fff;
	border-radius: 0;
	border-top-left-radius: 4.5px;
	border-bottom-left-radius: 4.5px;
	margin:0 !important;
}
.zzry_bannera>.swiper-pagination-bullet:last-child{
	width:52px;
	height:9px;
	background:#fff;
	border-radius: 0;
	border-top-right-radius: 4.5px;
	border-bottom-right-radius: 4.5px;
	margin:0 !important;
}
.zzry_bannera>.swiper-pagination-bullet{
	width:52px;
	height:9px;
	background:#fff;
	border-radius: 0;
	margin:0 !important;
}
.zzry_bannera>.swiper-pagination-bullet.swiper-pagination-bullet-active{
	width:52px;
	height:9px;
	background:#fff;
	border-radius: 4.5px;
	margin:0 !important;
}
.nyfooter{
	padding-top:75px;
	height:375px;
	background:url(../images/nyfooter_bg.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
}

.nyfooter_left{
	width:45%;
	float:left;
	position:relative;
	height:300px;
}
.nyfooter_left::after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:1px;
	height:100%;
	background:#dcdcdc;
}
.nyfooter_left ul li{
	width:20%;
	float:left;
	margin-right:2.5%;
}
.nyfooter_left ul li>a{
	font-size:18px;
	color:#000;
	font-weight:400;
	margin-bottom:25px;
}
.nyfooter_left ul li .nyfooter_list a{
	color:#595959;
	font-size:16px;
	display:block;
	line-height:35px;
}
.nyfooter_right{
	width:55%;
	float:right;
}
.nyf_a{
	float:left;
	width:156px;
	text-align:center;
	margin-left:80px;
}
.nyf_a1{
	font-size:16px;
	color:#000;
	line-height:40px;
}
.nyf_b{
	float:right;
}
.nyf_b ul li{
	font-size:16px;
	color:#000;
	margin-top:25px;
}
.nyf_b ul li:first-child{
	margin-top:37px;
}
.nyf_b ul li i{
	margin-right:10px;
}
.nyf_bottom{
	border-top:1px #dcdcdc solid;
	margin-top:30px;
	font-size:14px;
	color:#1c1c1c;
	line-height:45px;
}
.nyf_bottom img{
	height:13px;
}
.nyf_bottom a{
	display:inline-block;
	font-size:14px;
	color:#1c1c1c;
	margin:0 20px;
}
.nyf_bottoma{
	float:left;
}
.nyf_bottomb{
	float:right;
}


.product_content{
	margin:80px 0px;
	background:url(../images/new_bg.jpg) center no-repeat;
	background-size:cover;
	background-position: center;
}
.product_left{
	float:left;
}
.product_left ul{
	border-right:3px solid #e8e8e8;
	width:130px;
}
.product_left ul li{
	line-height:78px;
	width:130px;
	text-align:center;
	margin-bottom:30px;
}
.product_left ul li a{
	font-size:26px;
	color:#171717;
}
.product_left ul li.action{
	border-right:3px solid #b20701;
}
.product_left ul li.action a{
	color:#b61b21;
}
.product_list{
	float:right;
	width:80%;
}
.product_list li{
	border:1px solid #f0f0f0;
	border-radius: 25px;
	width:24%;
	transition: .5s;
	float:left;
	margin-right:1%;
	margin-bottom:16px;
}
.product_list a:nth-child(4n) li{
	margin-right:0px;
}
.product_lista1{
	text-align:center;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
}
.product_lista1 img{
	border-radius: 25px;
	transition: .5s;
	width:100%;
}
.product_text{
	height:80px;
	border-top:1px #f0f0f0 solid;
	margin:0 20px;
	position:relative;
}
.product_text1{
	color:#000;
	font-size:18px;
	line-height:30px;
	padding-top:15px;
}
.product_text2{
	font-size:12px;
	color:#949393;
}
.product_text3{
	position:absolute;
	width:23px;
	height:23px;
	right:0px;
	top:30px;
	background:#f0f0f0;
	border-radius: 50%;
	text-align:center;
	line-height:23px;
	color:#717171;
}
.product_list li:hover{
	border:1px solid #b20701;
}
.product_list li:hover .product_lista1 img{
	transform: scale(1.02);
}
.product_list li:hover .product_text{
	background:#b20701;
	margin:0px;
	padding:0 20px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.product_list li:hover .product_text1{
	color:#fff;
}
.product_list li:hover .product_text2{
	color:#fff;
}
.product_list li:hover  .product_text3{
	right:20px;
}
.pages{
	margin-bottom:40px;
}
.pages ul{
	float:right;
}
.pages ul li{
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	border:1px solid #b20701;
	display:inline-block;
	margin:0 10px;
}
.pages ul li:hover{
	background:#b20701;
}
.pages ul li:hover a{
	color:#fff;
}
.pages .current{
	background:#b20701;
}
.pages .current a{
	color:#fff;
}
.pages ul .fy{
	width:80px;
}
.pages ul .sw{
	width:50px;
}
.pages ul li a{
	color:#b20701;
}
.pages_a {
	text-align:center;
}
.pages_a ul{
	float:None;
	text-align:center;
}

.scgw{
	height:629px;
	background:url(../images/scgw.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
}
.storeA { position: absolute;width: 100%;height: 100%; top:0; left:0; }
.storeA ul { position: relative;width: 100%;height: 100%; top:0; left:0; }
.storeA ul li { position: relative;height: 100%;background: none; }
.storeB { position: absolute; transition: all 1s;  width: 100%; left:0; top:50%; transform: translateY(-50%); }
.storeA ul li.jma {background: none;}
.storeA ul li.jmb {background: none;}
.storeA ul li:hover { background: rgba(230,0,18,0.88);}
.storeA ul li .t {transition: all 1s;height: 0;overflow: hidden;}
.storeA ul li:hover .t { height: auto;}
.storeA ul li .more {transition: all 1s;height: 0;overflow: hidden; margin-top:0.4rem; font-size: 16px; color:#fff; padding-bottom:0px; }
.storeA ul li:hover .more { height: auto;}
.storeA ul li .morebg {height: 0;overflow: hidden;transition: all 1s; }
.storeA ul li:hover .morebg {height: 40px;}
.storeA ul li {cursor: pointer; float: left;width: 33.3%;height: 629px;text-align: center; transition: all 0.8s;}
.storeA ul li .t {font-size:24px;color:#fff; margin-bottom:15px;}

.storeA ul li .icon {height: 105px;margin-bottom:10px;}
.storeA ul li .icon img {width: auto;max-height: 100%;}
.storeA ul li .icon img:nth-child(2){
	display:none;
}
.storeA ul li:hover .icon img:nth-child(1){
	display:none;
}
.storeA ul li:hover .icon img:nth-child(2){
	display:block;
	margin:0 auto;
}

.hzhb{
	background:#f5f5f5;
	height:850px;
}
.nfooter{
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.02);
}
.w1300{
	width:1300px;
	margin:0 auto;
	position:relative;
	top:100px;
}
.hzhb_1{
	display:flex;
	justify-content: space-evenly; /* 水平均匀分布 */
    align-items: center; /* 垂直居中 */
	margin-bottom:60px;
}
.hzhb_1 li{
	width:20%;
}
.hzhb_1 li img{
	width:186px;
}
.hzhb_3{
	display:flex;
	justify-content: space-evenly; /* 水平均匀分布 */
    align-items: center; /* 垂直居中 */
	margin-bottom:60px;
}
.hzhb_3 li{
	width:20%;
}
.hzhb_3 li img{
	width:186px;
}
.hzhb_2{
	margin-bottom:60px;
}
.hzhb_2 .hzhb_2b{
	float:left;
}
.hzhb_2a{
	font-size:54px;
	font-weight:bold;
	color:#000;
	line-height:151px;
	width:310px;
	text-align:center;
}
.hzhb li{
	position:relative;
	overflow: hidden;
	border-radius: 25px;
}
.hzhb li img{
	transition: .5s;
}
.hzhb li:hover img{
	transform:scale(1.1);
}
.hzhb_2 .hzhb_2b{
	position:relative;
	overflow: hidden;
	border-radius: 25px;
}
.hzhb_2 .hzhb_2b img{
	transition: .5s;
}
.hzhb_2 .hzhb_2b:hover img{
	transform: scale(1.1);
}

.nnews{
	background:url(../images/new_bg.jpg) center no-repeat;
}
.news_list ul{
	padding-top:84px;
}
.news_list ul li{
	float:left;
	width:30%;
	margin-right:5%;
	margin-bottom:50px;
	background:#f8f8f8;
	position:relative;
	transition: .5s;
	overflow: hidden;
}
.news_list ul li::after{
	content:'';
	position:absolute;
	width:100%;
	height:3px;
	background:#b61b21;
	bottom:0px;
	left:-100%;
	transition: .5s;
}
.news_list ul li:hover::after{
	left:0px;
}
.news_list ul li .news_lista{
	border-bottom:1px solid #dddddd;
	padding-bottom:17px;
	transition: .5s;
}
.news_list ul li:nth-child(3n){
	margin-right:0px;
}
.news_list ul li:hover .news_lista1,.news_list ul li:hover .news_lista2,.news_list ul li:hover .news_listba{
	color:#b61b21;
}
.news_list ul li:hover .news_lista{
	border-bottom:1px solid #b61b21;
}
.news_listbc img{
	width:100%;
}
.news_lista1{
	display:inline-block;
	font-size:36px;
	font-weight:bold;
	color:#525252;
}
.news_lista2{
	display:inline-block;
	font-size:14px;
	color:#8d8d8d;
}
.news_listba{
	color:#313131;
	font-size:18px;
	line-height:40px;
	padding-top:10px;
}
.news_div{
	margin :0 5%;
	padding:15px 0px;
	
}
.news_listb .news_listba{
	width:90%;
}
.news_listbc{
	position:relative;
	overflow: hidden;
}
.news_list img{
	transition: .5s;
}
.news_list li:hover img{
	transform: scale(1.1);
}
.lxwm{
	margin-top:190px;
}
.lxwm_a{
	height:350px;
	margin:90px 0px;
}
.lxwm_a li{
	float:left;
	width:22%;
	text-align:center;
	background:#f6f6f6;
	border-radius: 10px;
	height:350px;
	margin-right:4%;
	transition: .5s;
}
.lxwm_a li:nth-child(4){
	margin-right:0px;
}
.lxwm_a1{
	margin-top:100px;
}
.lxwm_a1 i{
	font-size:44px;
	transition: .5s;
}
.lxwm_a2{
	margin-top:30px;
	font-size:18px;
	color:#000;
	line-height:30px;
}
.lxwm_a li:hover{
	background:#b20701;
}
.lxwm_a li:hover i{
	color:#fff;
}
.lxwm_a li:hover .lxwm_a2{
	color:#fff;
}
.lxwm_c{
	height:710px;
	position:relative;
}
.lxwm_img{
	position:absolute;
	left:0px;
	bottom:30px;
	width:570px;
	height:580px;
}
.lxwm_ca{
	position:absolute;
	right:10%;
	width:950px;
	top:80px;
}
.lxwm_ca1{
	font-size:36px;
	font-weight:bold;
	color:#000;
}
.lxwm_ca2{
	font-size:18px;
	color:#000;
	line-height:44px;
}
.lxwm_ca2 i{
	color:#b20701;
	margin-right:5px;
	position:relative;
	top:3px;
}
.lxwm_ca ul li{
	float:left;
	margin-bottom:25px;
}
.lxwm_ca ul li:nth-child(2n){
	float:right;
}
.lxwm_ca ul li input{
	width:444px;
	height:46px;
	line-height:46px;
	font-size:16px;
	border:none;
	background:#f2f3f5;
	text-indent:1em;
}
.lxwm_ca li:nth-child(5){
	width:950px;
}
.lxwm_ca li:nth-child(5) textarea{
	width:950px;
	border:none;
	background:#f2f3f5;
	font-size:16px;
	color:#757575;
	font-family: "微软雅黑";
	text-indent:1em;
	line-height:46px;
}
.lxwm_ca3{
	width:150px;
	height:48px;
	line-height:48px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background:#b20701;
	border-radius: 24px;
	float:right;
	cursor: pointer;
	transition: .5s;
}
.lxwm_ca3:hover{
	background: #f4f4f4;;
	color:#b20701;
	border-radius: 24px;
}
.lxwm_ca ul{
	margin-top:50px;
}
.news_bg{
	background:#fff;
}
.ty_atitle{
	font-size:26px;
	text-align:center;
	line-height:60px;
	margin:40px 0px 20px;
}
.div-info{
	text-align:center;
	padding-bottom:20px;
	border-bottom:1px solid #acacac;
	margin-bottom:40px;
}
.ty_acontent p{
	font-size:16px;
}
.fenye{
	margin-top:60px;
	margin-bottom:60px;
}
.fenye p{
	font-size:16px;
	float:left;
	width:50%;
	line-height:40px;
}
.fenye p a{
	font-size:16px;
	color:#b20701;
	display:inline-block;
}
.sj{
	display:none;
}
@media only screen and (max-width: 1460px){
	.logo {
		float: left;
		width: 15%;
	}
	.header_nav ul{
		width:70%;
	}
	.header_tel {
		width: 24%;
		text-align: right;
		display: inline-block;
	}
	.header_nav ul li {
		display: inline-block;
		line-height: 100px;
		transition: all 0.6s;
		padding: 0 10px;
		cursor: pointer;
		color: #fff;
	}
	.header_nav {
		float: left;
		width: 85%;
	}
}

@media only screen and (max-width: 1100px){
	.pc{
		display:none;
	}
	.sj{
		display:block;
	}
	.body{
		position:relative;
		overflow: hidden;
	}
	.section {
		height:auto !important;
	}
	.nav {
		height: 63px;
		border-bottom: 1px solid rgba(0,0,0,0.01);
		background: rgba(255,255,255,1);
	}
	.w80{
		width:96%;
	}
	.header_nav{
		position:fixed;
		left:-100%;
		top:0px;
		background:#fff;
		height:100vh;
		width:100%;
	}
	.header_nav ul {
		width: 100%;
		text-align: left;
		display: inline-block;
		position:relative;
		top:10%;
	}
	.header_nav ul li {
		display: block;
		line-height: 40px;
		transition: all 0.6s;
		padding: 0px;
		cursor: pointer;
		color: #fff;
		width:100%;
		border-bottom:1px solid rgba(0,0,0,0.1);
	}
	.header_nav ul li a::after{
		display:none;
	}
	.header_nav ul li a{
		color:#333;
		font-size:14px;
		text-indent:1em;
	}
	.header_tel{
		display:none;
	}
	.logo_gb{
		position:absolute;
		right:15px;top:35px;
	}
	.logo_gb svg{
		width:24px;
		color:#333;
	}
	.logo_img{
		width:20%;
		position:absolute;
		left:40%;
		top:20px;
	}
	.logo_img img{
		width:100%;
	}
	.logo_xs{
		position:fixed;
		right:12px;
		top:12px;
	}
	.logo_xs svg{
		width:40px;
		color:#333;
	}
	.logo {
		float: none;
		width: 60px;
	}
	.logo img {
		width: 60px;
		position: relative;
		top: 11px;
		left:15px;
	}
	.banner {
		margin-top:63px;
		width: 100%;
		height: 200px;
	}
	.banner img{
		width:100%;
	}

	.about_banner {
		width: 100%;
		height: auto;
	}
	.about_bg1a {
		color: #f7f6f6;
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
		padding-top:30px;
	}
	.about_bg1b {
		font-size: 18px;
		color: #000;
		position: relative;
		top: -10px;
		padding-bottom: 10px;
	}
	.about_bg1b::after {
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 10%;
		height: 2px;
		background: #d71418;
		left: 45%;
	}
	.about_bg1 {
		width: 96%;
		height: auto;
		text-align: center;
		margin:0 auto;
		padding-bottom:20px;
	}
	.about_bg1c {
		font-size: 14px;
		color: #000;
		line-height: 30px;
		margin-top: 20px;
		text-align: justify;
		text-indent:2em;
	}
	.about_bg1d {
		width: 30%;
		height: 35px;
		background: #d71418;
		border-radius: 17.5px;
		line-height: 35px;
		position: relative;
		margin-top: 20px;
		transition: .5s;
		position:relative;
		left:35%;
	}
	.about_bg1d a {
		color: #fff;
		font-size: 14px;
		padding-left: 15px;
		text-align:center;
	}
	.about_bg1d i {
		width: 23px;
		height: 23px;
		color: #d71418;
		background: #fff;
		border-radius: 11.5px;
		margin-left: 15px;
	}
	.about_bg2 {
		position:relative;
		left: 0%;
		padding: 0px;
		margin-top: 3%;
		background: #fff;
		padding-bottom:30px;
	}
	.product_bg li {
		float: left;
		width: 50%;
	}
	.product_bg .product_bg1 {
		width: 100%;
		height: auto;
		display: block;
		transition: .5s;
	}
	.product_bg .product_bg1 img{
		width:100%;
	}
	.product_bg2 {
		width: 100%;
		height: auto;
		text-align: left;
		transition: .5s;
		background:#f8f8f8;
		text-align:center;
		padding:25px 0 15px;
		margin-top:-3px;
	}
	.banner .swiper-button-next:after,.banner  .swiper-button-prev:after{
		font-size:22px;
	}
	.about_gsjj_bannera img{
		width:100%;
	}
	.product_bg2b:nth-child(2n) {
		background: #f3f3f3 none;
	}
	.product_en {
		font-size: 14px;
		text-transform: uppercase;
		color: #b20701;
		padding-top: 0%;
		padding-left: 0%;
	}
	.product_cn {
		font-size: 16px;
		color: #000;
		padding-top: 0%;
		padding-left: 0%;
	}

	.news_bg{
		background:#f4f4f4;
	}
	.news_bg1 {
		height: auto;
		background: url(../images/news_bg.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		text-align: left;
		position: relative;
		margin-top: 0px;
		padding-bottom:20px;
	}
	.news_bg1a {
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
		color: rgba(255,255,255,0.13);
		margin-top: 36px;
		padding-top:20px;
	}
	.news_bg1b {
		font-size: 18px;
		color: #fff;
		position: relative;
		top: -10px;
		padding-bottom: 10px;
	}
	.news_bg1m{
		margin-left:0%;
		text-align:center;
	}
	
	.news_bg1b::after {
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 10%;
		height: 2px;
		background: #fff;
		left: 45%;
	}
	.news_bg2 {
		width: 80%;
		height: auto;
		background: #f4f4f4;
		position: relative;
		top: -8%;
		left: 10%;
		padding: 40px 2% 40px;
		padding-top: 50px;
	}
	.news_bg1c{
		display:none;
	}

	.contact_bg1{
		padding-top:20px;
	}
	.contact_bg1a {
		color: #f7f6f6;
		font-size: 26px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.contact_bg1b {
		font-size: 18px;
		color: #000;
		position: relative;
		top: -10px;
		padding-bottom: 10px;
	}
	.contact_bg1b::after {
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 10%;
		height: 2px;
		background: #d71418;
		left: 45%;
		margin-left:0px;
	}
	.contact_bg2 {
		height: auto;
		background: url(../images/lxwm_bg2.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		margin-top: 20px;
		padding-bottom:30px;
	}
	.contact_bg2 ul {
		margin-left: 0%;
	}
	.contact_bg2 li {
		float: left;
		width: 49%;
		height: auto;
		transition: .5s;
	}
	.contact_bg2a {
		color: #fff;
		padding-top: 30px;
	}
	.contact_bg2b {
		padding-top: 20px;
		font-size: 14px;
		color: #fff;
	}
	.contact_bg2c {
		font-size: 14px;
		padding-top: 10px;
		color: #fff;
		letter-spacing: 1px;
	}
	.footer_logo{
		display:None;
	}
	.footer{
		text-align:center;
	}
	.footersj{
		font-size:14px;
		line-height:30px;
		color:#fff;
		padding:20px 0%;
	}
	.footersj img{
		height:14px;
	}
	.footersj a{
		color:#fff;
		
	}

	.nav_list {
		margin-top: 63px;
		height: auto;
		border-bottom: rgba(0,0,0,0.1) 1px solid;
		line-height: 70px;
	}
	.nav_list_left {
		font-size: 16px;
		float: none;
		width: 100%;
	}
	.nav_list ul li {
		display: inline-block;
		margin-left: 10px;
		position: relative;
		
	}
	.nav_list ul li a {
		font-size: 14px;
		color: rgba(0,0,0,0.5);
		display: block;
		line-height: 30px;
		height: 30px;
		padding: 0 10px;
		border: rgba(0,0,0,0.2) 1px solid;
		border-radius: 15px;
		transition: .5s;
		position: relative;
		z-index: 2;
	}
	.nav_list ul li::after{
		height:32px;
	}
	.nav_list ul li:hover a{
		background:#b20701;
	}
	.nav_list ul {
		float: none;
	}
	.about_gsjj {
		background: #f7f7f7;
		padding-top: 10px;
		position: relative;
	}
	.about_gsjj1a {
		font-size: 20px;
		color: #cfcfcf;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.about_gsjj_banner {
		position: relative;
		width: 100%;
		top: 0;
		right: 0%;
	}
	.about_gsjj1{
		height:auto;
		padding-bottom:30px;
		padding-top:30px;
	}
	.about_gsjj1b {
		font-size: 18px;
		font-weight: bold;
		color: #000;
		letter-spacing: 1px;
	}
	.about_gsjj2 {
		width: 100%;
		font-size: 16px;
		text-align: justify;
		letter-spacing: 1.1px;
		line-height: 36px;
		margin-top: 20px;
		text-indent:2em;
	}
	.about_gsjj_bannera {
		height: auto;
		width: 100%;
	}
	.swiper-button-nexta, .swiper-button-prevb{
		display:none;
	}
	.about_gsjj3 {
		height:auto;
	}
	.about_gsjj3a {
		position: relative;
		top: 25px;
		height: 132px;
		width: 100%;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 0 5px 5px rgb(0,0,0,0.05);
	}
	.about_gsjj3a1 .count {
		font-size: 24px;
		font-weight: bold;
	}
	.about_gsjj3a1 {
		font-size: 14px;
		color: #b20701;
	}
	.about_gsjj3a2 {
		font-size: 14px;
		color: #acacac;
	}
	.about_gsjj3a ul li::after{
		display:none;
	}

	.ppgs_a {
		width: 100%;
		float: none;
		height:280px;
	}
	#ppgs {
		position: relative;
		top: 55.5px;
		width: 100%;
		height: 250px;
	}
	.ppgs {
		height: auto;
		width: 100%;
		background: url(../images/ppgs_bg.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		padding-bottom:100px;
	}
	.ppgs_b {
		float: none;
		width: 100%;
	}
	.about-num{
		font-size:80px;
	}
	.about-tagyear{
		display:none;
	}
	.about-year {
		width: 90%;
		left: 5%;
		margin-top: 0px;
		position: relative;
	}
	.fzlc_a {
		font-size: 24px;
		font-weight: 700;
		color: #000;
		text-align: center;
		position: relative;
		padding-bottom: 15px;
		margin-top: 30px;
	}
	.fzlc_a::after {
		content: '';
		position: absolute;
		height: 2px;
		width: 10%;
		background: #b20701;
		left: 45%;
		margin-left: 0px;
		bottom: 0px;
	}
	.fzlc {
		padding-bottom: 30px;
		background: url(../images/fzlc_bg.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
	}
	.about-wdbox {
		width: 90%;
		margin-top: 28px;
		margin-left:5%;
		height: auto;
	}
	.about-wdbox p{
		text-align:left;
		text-indent:2em;
	}
	.zzry {
		height: auto;
		padding: 30px 0;
		background: url(../images/zzry_bg.jpg) center no-repeat;
		background-size: 100% 100%;
		position: relative;
	}
	.zzry_top {
		position: relative;
		top: 0px;
		right: 0%;
		text-align:center;
		margin-top:30px;
	}
	.zzry_top ul li {
		display: inline-block;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		padding: 0 26px;
		border: 1px solid #fff;
		border-radius: 15px;
		color: #fff;
		margin-left: 0px;
		cursor: pointer;
	}
	.zzry_banner {
		margin-top: 30px;
	}
	.zzry_bannera {
		text-align: center;
		margin-top: 0px;
	}
	.nyfooter_left{
		display:none;
	}
	.nyfooter_right {
		width: 100%;
		float: none;
	}
	.nyfooter {
		padding-top: 30px;
		height: auto;
		background: url(../images/nyfooter_bg.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
	}
	.nyf_a {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0px;
	}
	.nyf_bottoma {
		float: none;
		text-align:center;
	}
	.nyf_bottomb {
		float: none;
		text-align:center;
	}
	.nyf_bottom {
		border-top: 1px #dcdcdc solid;
		margin-top: 30px;
		padding-top:20px;
		font-size: 14px;
		color: #1c1c1c;
		line-height: 28px;
		padding-bottom:20px;
	}
	.nyf_b ul li:first-child {
		margin-top: 20px;
	}
	.nyf_b ul li {
		font-size: 12px;
		color: #000;
		margin-top: 15px;
	}
	.news_list ul li {
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
		background: #f8f8f8;
	}
	.news_list ul {
		padding-top: 44px;
	}
	.ty_acontent img{
		width:100% !important;
		height:auto !important;
		float:left;
	}
	.fenye {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.fenye p {
		font-size: 16px;
		float: none;
		width: 100%;
		line-height: 40px;
	}
	.ty_atitle {
		font-size: 18px;
		text-align: center;
		line-height: 60px;
		margin: 0px;
		padding-top:30px;
	}

	.storeA ul li .icon {
		height: 60px;
		margin-bottom: 10px;
	}
	.storeA ul li .t {
		font-size: 18px;
		color: #fff;
		margin-bottom: 15px;
	}
	.storeA ul li .more {
		transition: all 1s;
		height: 0;
		overflow: hidden;
		margin-top: 0.4rem;
		font-size: 14px;
		color: #fff;
		padding-bottom: 0px;
	}
	.morebg img{
		width:60px !important;
	}
	.product_left ul li{
		border-right:none;
	}
	.product_left ul li.action {
		border-right: none;
	}
	.product_left {
		float: none;
		margin-bottom:20px;
	}
	.product_left ul {
		border-right: none;
		width: 100%;
	}
	.product_left ul li {
		line-height: 40px;
		width: 24%;
		display:inline-block;
		text-align:center;
	}
	.product_left ul li a {
		font-size: 16px;
		color: #171717;
	}
	.product_content {
		margin: 30px auto;
	}
	.product_list li {
		border: 1px solid #f0f0f0;
		border-radius: 10px;
		width: 48%;
		transition: .5s;
		float: left;
		margin-right:2%;
		margin-bottom: 16px;
	}
	.product_list a:nth-child(2n) li{
		margin-right:0px;
	}
	.pages ul li{
		width:25px;
		height:25px;
		line-height:25px;
		margin:0 5px;
	}
	.product_text1{
		font-size:12px;
	}
	.pages ul li a{
		font-size:12px;
	}
	.pages ul .fy{
		width:50px;
	}
	.w1300 {
		width: 100%;
		margin: 0 auto;
		position: relative;
		top: 30px;
	}
	.hzhb_1 li{
		text-align:center;
	}
	.hzhb_1 li img {
		width: 80%;
	}
	.hzhb_2 .hzhb_2b img {
		transition: .5s;
		width: 100%;
	}
	.hzhb_2b{
		width:40%;
	}
	.hzhb_2a {
		font-size: 12px;
		font-weight: bold;
		color: #000;
		line-height: 51.53px;
		width: 20%;
		text-align: center;
	}
	.hzhb_3 li img {
		width:80%;
	}
	.hzhb li{
		text-align:center;
	}
	.hzhb_1 {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		margin-bottom: 20px;
	}
	.hzhb_2 {
		margin-bottom: 20px;
	}
	.hzhb {
		background: #f5f5f5;
		height: 280px;
	}
	.storeA ul li {
		cursor: pointer;
		float: left;
		width: 33.3%;
		height: 400px;
		text-align: center;
		transition: all 0.8s;
	}
	.product_list {
		float: none;
		width: 100%;
	}
	.scgw {
		height: 400px;
		background: url(../images/scgw.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
	}
	.lxwm_a {
		height: auto;
		margin: 30px 0px;
	}
	.lxwm {
		margin-top: 83px;
	}
	.lxwm_a li {
		float: none;
		width: 100%;
		text-align: center;
		background: #f6f6f6;
		border-radius: 10px;
		height: auto;
		margin-right: 0%;
		margin-bottom:10px;
	}
	.lxwm_a li:nth-child(2n){
		margin-right:0px;
	}
	.lxwm_a1 {
		padding-top: 30px;
		margin-top: 0px;
	}
	.lxwm_a2 {
		margin-top: 20px;
		font-size: 14px;
		color: #000;
		line-height: 25px;
		padding-bottom:30px;
	}
	.lxwm_ca {
		position: relative;
		right: 0%;
		width: 100%;
		top: 30px;
	}
	.lxwm_c {
		height: 100%;
		position: relative;
	}
	.lxwm_img {
		display:None;
	}
	.lxwm_ca ul li {
		float: none;
		margin-bottom: 25px;
		width:100%;
	}
	.lxwm_ca ul li input {
		width: 100%;
		height: 46px;
		line-height: 46px;
		font-size: 16px;
		border: none;
		background: #f2f3f5;
		text-indent: 1em;
	}
	.lxwm_ca li:nth-child(5) {
		width: 100%;
	}
	.lxwm_ca li:nth-child(5) textarea {
		width: 100%;
		border: none;
		background: #f2f3f5;
		font-size: 16px;
		color: #757575;
		font-family: "微软雅黑";
		text-indent: 1em;
		line-height: 46px;
	}
	.lxwm_ca1 {
		font-size: 24px;
		font-weight: bold;
		color: #000;
		text-align:center;
	}
	.lxwm_ca ul {
		margin-top: 30px;
	}
	.lxwm_ca3 {
		width: 25%;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 14px;
		color: #fff;
		background: #b20701;
		border-radius: 24px;
		float: none;
		margin:0 auto;
	}
	.ppgs_ba1{
		font-size:16px;
		line-height:35px;
		position:relative;
		overflow-y: auto;
		height:375px;
		padding-right:0px;
		text-indent:2em;
		margin-top:30px;
	}
	.news_bg2at{
		width:100%;
		position:relative;
		z-index:2;
	}
	.news_bg2a {
		text-align: left;
		position: relative;
		height: auto;
		padding-bottom:20px;
	}
	.w1420,
	.w1206,
	.w1332{
		width:94%;
	}
	.xppgs_zt1 {
		height: auto;
		width: 100%;
		position: relative;
		display: unset;
		z-index: 1;
	}
	.xppgs_zt1l {
		width: 100%;
	}
	.xppgs_zt1r {
		position: relative;
		padding-right: 0px;
	}
	.xppgs_zt1r img:nth-child(1){
		width:90%;
	}
	.xppgs_zt3::after{
		display:none;
	}
	.xppgs_zt4_zt {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.xppgs_zt4_zt img{
		width:100%;
	}
	.xppgs_zt4_zt1 {
		position: relative;
		display: flex;
		justify-content: space-between;
		margin-top: 46px;
		flex-direction: column;
	}
	.xppgs_zt4_zt1 img{
		width:100%;
	}
	.xppgs_zt4_ztr {
		display: flex;
		padding-top: 20px;
		flex-direction: column;
	}
	.xppgs_zt4_ztr p {
		writing-mode: unset;
		text-orientation: unset;
		font-size: 14px;
		color: rgb(64, 64, 64);
		line-height: 24px;
		letter-spacing: 1px;
	}
	.xppgs_zt4_ztr p:nth-child(6){
		margin-left:0px;
	}
	.xppgs_zt5_ztl {
		width: 100%;
		display: flex;
		background: #fff;
		height: auto;
		padding: 30px 0px;
		position: relative;
	}
	.xppgs_zt4_zt1r{
		text-align:left;
		margin-top:20px;
	}
	.xppgs_zt5 {
		margin-top: 20px;
		position: relative;
	}
	.xppgs_zt5_ztl1 {
		padding-right: 15px;
		padding-left:15px;
	}
	.xppgs_zt5_ztl2 p {
		font-size: 14px;
		line-height: 24px;
		color: rgb(64, 64, 64);
	}
	.xppgs_zt4_zt1r p{
		font-size:14px;
		line-height:24px;
	}
	.xppgs_zt5_zt {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.xppgs_zt5_zt img{
		width:100%;
	}
	.xppgs_zt6_zt {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
	.xppgs_zt6_zt img{
		width:100%;
		margin-top:10px;
	}
	.xppgs_zt6_ztr2 {
		margin-top: 0px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.xppgs_zt3b p {
		width: 100%;
		margin-top: 20px;
		font-size: 16px;
		line-height: 28px;
		color: rgb(64, 64, 64);
		position: relative;
		z-index: 1;
	}
	.xppgs_zt3b {
		position: relative;
		background: #fff;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 0px;
		padding:30px 10px;
	}
	.xppgs_zt3b2 {
		position: relative;
		right: 0px;
		top: 0px;
	}
	.xppgs_zt3b2 img{
		width:100%;
	}
	.xppgs_zt3b1 img{
		width:50%;
	}
	.xppgs_zt3b p{
		font-size:14px;
	}
	.xppgs_zt4::after,
	.xppgs_zt5::after{
		display:none;
	}
	.xppgs_zt3 {
		padding: 30px 0px;
		position: relative;
	}
	.xppgs_zt5_zta {
		display: flex;
		margin-top: 10px;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
	}
	.xppgs_zt5_ztal{
		width:100%;
	}
	.xppgs_zt5_ztar {
		padding-right: 0px;
		margin-top:20px;
	}
	.xppgs_zt5_ztar p {
		font-size: 14px;
		line-height: 24px;
		color: rgb(64, 64, 64);
		position: relative;
	}
	.xppgs_zt5_ztar p::after {
		content: '';
		position: absolute;
		left: -28px;
		top: 0px;
		height: 19px;
		width: 25px;
		background: url(../images/ppgs/zppgs18.png) center no-repeat;
		background-size:100% 100%;
	}
	.xppgs_zt6 {
		padding: 30px 0px;
	}
	.xppgs_zt6_ztl1 {
		margin: 10px 0px;
	}
	.xppgs_zt6_ztl1 img{
		width:60%;
	}
	.xppgs_zt6_ztl2 p {
		font-size: 14px;
		line-height: 26px;
		color: rgb(64, 64, 64);
	}
	.xppgs_zt6_ztl2 p span {
		font-weight: 400;
		font-size: 14px;
		color: rgb(178, 7, 1);
	}
	.xppgs_zt5_ztl::after {
		content: '';
		position: absolute;
		width: 100px;
		height: 100px;
		background: url(../images/ppgs/zppgs16.png) center no-repeat;
		background-size: 100% 100%;
		right: 14px;
		bottom: 35%;
	}
	.xppgs_zt3a {
		background: #fff;
		display: flex;
		align-items: center;
		padding: 30px 10px;
		flex-direction: column;
	}
	.xppgs_zt3al {
		width: 100%;
		text-align: center;
	}
	.xppgs_zt3al p {
		display: flex;
		color: rgb(64, 64, 64);
		font-size: 14px;
		line-height: 28px;
		text-align: justify;
		letter-spacing: 0.8px;
		flex-direction: column;
		align-items: center;
	}
	.xppgs_zt3al p span{
		display:inline-block;
	}
	.xppgs_zt2::after{
		display:none;
	}
	.xppgs_zt2 .w1420 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
	.xppgs_zt2 {
		margin-top: 40px;
		position: relative;
	}
	.xppgs_zt2  img{
		width:100%;
	}
	.xppgs_zt2l {
		width: 100%;
		position: relative;
	}
	.xppgs_zt2l_imga {
		width:60px;
		height:60px;
		position: absolute;
		top: -30px;
		right: 50%;
		margin-right: -30px;
		animation: rotateAnimation 2s linear infinite;
	}
	.xppgs_zt2r2 {
		padding-top: 20px;
	}
	.xppgs_zt2r1 img{
		width:60%;
	}
	.xppgs_zt2r2 p{
		font-size:14px;
		line-height:28px;
	}
	.xppgs_zt2r{
		padding:30px 0px;
	}
	.xppgs_zt2r2 p:nth-child(2) {
		margin-top: 10px;
	}
	.xppgs_zt2r2 p:nth-child(3) {
		margin-top: 10px;
	}
	.xppgs_zt2l .xppgs_zt2l_img:nth-child(2) {
		margin-top: 10px;
	}
	.xppgs_zt1l2 {
		display: flex;
		align-items: center;
		height: auto;
		background: #fff;
		padding:20px 10px;
		justify-content: space-between;
		flex-direction: column;
	}
	.xppgs_zt::after{
		display:none;
	}
	.xppgs_zt1r img:nth-child(2){
		width:80px;
	}
	.xppgs {
		background: rgb(247, 247, 247);
		padding-top: 30px;
	}
	.xppgs_zt1l2a p {
		font-size: 14px;
		line-height: 26px;
		color: rgb(64, 64, 64);
		letter-spacing: 1px;
	}
	.xppgs_zt1l2b {
		padding-right: 0px;
	}
	.xppgs_zt1l1{
		text-align:center;
	}
	.xppgs_zt1l1 img{
		width:50%;
	}
	.xppgs_zt5_ztl1{
		width:60px;
	}
}