
* {
	margin: 0px;
	padding: 0px;
	
	outline:none;
}
html, body {
	position: relative;
	height: 100%;
}

body {
	font-family: "微软雅黑";
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.w83{
	width:83%;
	margin:0 auto;
}
/*banner*/
@font-face {
	font-family: syht;
	src: url(SourceHanSansCN-Regular_0.otf);
}
.banner {
	width: 100%;
	height: 100%;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
	color: #fff !important;
}
.banner .swiper-button-prev,.banner .swiper-rtl .swiper-button-next{
	left:5% !important;
}
.banner .swiper-button-next,.banner .swiper-rtl .swiper-button-prev{
	right:5% !important;
}
.banner.swiper {
	width: 100%;
	height: 100vh;
  }

  .banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	overflow:hidden;
  }
  .banner .swiper-slide .slide-inner{
	transition: -webkit-transform 3s ease-in-out;
	transition: transform 3s ease-in-out;
	transition: transform 3s ease-in-out,-webkit-transform 3s ease-in-out;
	-webkit-animation: zoom 3s;
	animation: zoom 3s;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	height:100vh;
}

.banner .swiper-slide-active .slide-inner{
	position: relative;
	z-index: 999;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.banner_wz {
    position: absolute;
    top: 0px;
    z-index: 999;
	width:100%;
    height: 100vh;
}
  .banner .banner_wz1 {
	display: table-cell;
    vertical-align: middle;
	height:100vh;
	width:0.1%;
  }
  .banner1,.banner3{
	width:92%;
	color:#fff;
	text-align:left;
	text-shadow:3px 3px 3px rgba(0,0,0,0.3);
  }
  .banner1{
	font-size:50px;
	margin-left:8%;
  }
  .banner2{
	margin-left:8%;
	margin-top:30px;
	padding-bottom:50px;
	position:relative;
	margin-bottom:50px;
  }
  .banner2 img{
	  height:34px;
  }
  .banner2::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:100px;
	height:6px;
	background:#fff;
  }
  .banner3{
	margin-left:8%;
	font-size:24px;
	letter-spacing: 14px;
  }
/*banner end*/

/*header*/
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    background: red !important;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 105px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
	background:#fff;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.05);
}
.menu_left{
	height:56px;
	max-width:24%;
	margin-top:24.5px;
	float:left;
}
.menu_left img{
	width:100%;
}
.menu_right{
	float:right;
	width:70%;
}
.menu_rightli{
	width:12.5%;
	float:left;
	line-height:105px;
	text-align:center;
	letter-spacing: 1px;
}
.menu_rightli a{
	color:#323232;
	position:relative;
}
.menu_rightli a::after{
	content:'';
	position:absolute;
	bottom:25%;
	right:50%;
	left:50%;
	height:2px;
	background:#ed0000;
	transition: .5s;
}
.menu_rightli.active a{
	color:#ed0000;
}
.menu_rightli.active a::after{
	left:20%;
	right:20%;
}
.menu_rightli.active:first-child a::after{
	left:35%;
	right:35%;
}
.menu_rightli:hover a{
	color:#ed0000;
}
.menu_rightli:hover a::after{
	left:20%;
	right:20%;
}
.menu_rightli:hover:first-child a::after{
	left:35%;
	right:35%;
}



/*header end*/
/*gsjj*/
.gsjj{
	width:100%;
	height:100vh;
	background:url(../images/gsjj_bg.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
}
.gsjj_top{
	margin-top:5%;
}
.gsjj_l{
	width:43%;
	margin-left:8.5%;
	float:left;
}
.gsjj_l1{
	font-size:38px;
	color:#474747;
	font-weight:400;
	letter-spacing: 2px;
}
.gsjj_l2{
	color:#c81622;
	font-size:18px;
	font-weight:500;
	text-align:justify;
	border-bottom:1px solid #c81622;
	letter-spacing: 0.3px;
	padding-bottom:8px;
	padding-top:30px;
	margin-bottom:50px;
	height:26px;
	overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.gsjj_l3{
	text-align:justify;
	color:#696969;
	font-size:14px;
	line-height:34px;
	text-indent:2em;
}
.gsjj_r{
	width:40%;
	float:right;
}
.gsjj_banner .swiper-pagination-bullet-active{
	background:#ed0000;
}
.gsjj_bottom ul li{
	width:20%;
	float:left;
	text-align:center;
}
.gsjj_bottom{
	width:94%;
	margin:5% auto 0;
}
.gsjj_bottom1{
	font-size:16px;
	color:#ed0000;
}
.gsjj_bottom2{
	color:#696969;
	font-size:16px;
}
.gsjj_bottom1 span{
	font-size:60px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
	margin-right:3px;
}
/*gsjj end*/

/*sproduct*/
.sproduct{
	background:url(../images/sproduct.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
.sproduct_top{
	width:90%;
	margin:60px auto 0px;
}
.sproduct ul{
}
.sproduct ul li{
	position:relative;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	width:15.5%;
	float:left;
	margin-right:1.4%;
	text-align:center;
	padding:37px 0px;
	overflow: hidden;
}
.sproduct ul .ptop2::after{
	content: '';
	position:absolute;;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background:#f6e5e8;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.sproduct ul .ptop2::before{
	content: '';
	position:absolute;;
	width:98%;
	height:97%;
	left:-100%;
	top:0px;
	border:2px solid #c81622;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: 2;
	transition: .5s;
}
.sproduct ul .ptop2:hover::before{
	left:0px;
}
.sproduct ul .ptop2.action::before{
	left:0px;
}
.sproduct ul .ptop2 a{
	position:relative;
	z-index: 2;
} 
.sproduct ul li:last-child{
	margin-right:0px;
}
.sproduct ul li:first-child{
	background:#c81622;
	padding:42px 0px;
}
.ptop2_a img{
	display:inline;
}
.ptop2_b{
	color:#303030;
	font-size:20px;
	margin-top:12px;
}
.ptop1a{
	font-size:18px;
	color:rgba(255,255,255,0.48);
	text-transform: uppercase;
}
.ptop1b{
	font-size:34px;
	color:#fff;
	letter-spacing: 8px;
	font-weight:bold;
	margin-top:10px;
}
.sproduct_bottom{
	width:90%;
	margin:0 auto;
}
.spb{
	margin-top:80px;
}
.spb_l{
	width:35%;
	float:left;
}
.spb_l img{
	width:100%;
}
.spb_r{
	width:60%;
	float:right;
}
.spb_ra1{
	font-size:30px;
	color:#000;
	margin-bottom:20px;
}
.spb_ras{
	height:230px;
	
}
.spb_ra{
	display:none;
}
.spb_ra:first-child{
	display:block;
}
.spb_ra p{
	font-size:18px;
	color:rgba(0,0,0,0.62)!important;
	line-height:30px;
}
.spbul{
	display: flex;
}
.spbul a{
	color:#9b9b9b;
	border:1px solid #9b9b9b;
	margin-right:10px;
	line-height:36px;
	text-align:center;
	border-radius: 5px;
	padding:0 0.5%;
	position:relative;
	overflow: hidden;
	width:15%;
	float:left;
}
.spbul a::after{
	content:'';
	position:absolute;
	left:-100%;
	background:#f9e9eb;
	border-radius: 5px;
	width:100%;
	height:100%;
	bottom:0px;
	transition: .5s;
}
.spbul a span{
	position:relative;
	z-index: 1;
}
.spbul a:hover::after{
	left:0%;
}
.spbul a:hover{
	border:1px solid #e02e29;
	color:#000;
}
/*sproduct end*/

/*xxgc*/
.xxgc{
	width:100%;
	background:url(../images/case_bg.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
}
.xxgc_l{
	width:20%;
	margin-left:10.5%;
	float:left;
}
.xxgc_l1{
	font-size:42px;
	font-weight:bold;
	color:#000;
	letter-spacing: 2px;
}
.xxgc_l2{
	color:#7d7d7d;
	font-size:16px;
}
.xxgc_l3{
	margin:50px 0px;
}
.xxgc_l3 li{
	line-height:50px;
	transition: .5s;
	position:relative;
}
.xxgc_l3 li{
	font-size:20px;
	color:#000;
	cursor: pointer;
}
.xxgc_l3 li:hover{
	color:#c81622;
}
.xxgc_l3 li::after{
	content:'';
	position:absolute;
	top:50%;
	margin-top:-1px;
	left:0px;
	right:100%;
	background:#c81622;
	height:2px;
	transition: .5s;
}
.xxgc_l3 li:hover{
	text-indent:12%;
}
.xxgc_l3 li:hover::after{
	right:88%;
}
.xxgc_l3 li.action{
	text-indent:12%;
}
.xxgc_l3 li.action{
	color:#c81622;
}
.xxgc_l3 li.action::after{
	right:88%;
}
.xxgc_l4{
	width:140px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#c81622;
	font-weight:bold;
	letter-spacing: 2px;
	transition: .5s;
	position: relative;
}
.xxgc_l4::after{
	content:'';
	position:absolute;
	height: 100%;
	left:0px;
	right:100%;
	bottom:0px;
	background:#c81622;
	transition: .5s;
}
.xxgc_l4 span{
	position: relative;
	z-index: 1;
}
.xxgc_l4:hover{
	color:#fff;
}
.xxgc_l4:hover::after{
	right:0px;
}
.xxgc_r{
	width:60%;
	float:right;
}
.xxgcd{
	margin-top:5%;
}
.xxgc_banner .swiper-slide{
	width:80%;
}
.xxgc_banner img{
	width:100%;
}
.xxgc_banner .swiper-slide:hover .xxgc_jtext{
	bottom:0px;
}
.xxgc_banner .swiper-slide::after {
    background-color: #fff;
    content: "";
    height: 100vh;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19,1,0.22,1);
    width: 90vh;
    opacity: 0;
}
.xxgc_banner .swiper-slide:hover::after{
	left: 130%;
    transition: all 1300ms cubic-bezier(0.19,1,0.22,1);
    opacity: .1;
}
.xxgc_jtext{
	position: absolute;
    bottom: -100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(0,0,0,0.2);
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-family: cursive;
    font-weight: bold;
	transition: .5s;
}
.xxgc_r_bottom{
	line-height:100px;
}
.xxgc_sz{
	font-size:20px;
	color:#7d7d7d;
	width: 10% !important;
	float:left;
}
.xxgc_sz1{
	width:60%;
	background:#7d7d7d;
	height:2px;
	float:left;
	margin-top:49px;
}
.xxgc_sz2{
	float:right;
	margin-right:18%;
}
.xxgc_z,.xxgc_y{
	float:left;
	border:#7d7d7d 1px solid;
	border-radius: 50%;
	height:30px;
	line-height:30px;
	width:30px;
	text-align:center;
	margin-top:35px;
	margin-right:10px;
	cursor: pointer;
}
.xxgc_z:hover,.xxgc_y:hover{
	border:#ed0000 1px solid;
	color:#ed0000;
}
/*xxgc end*/
/*product*/


/*product end*/
/*news*/
.xwzx{
	display:block !important;
}

.xwzx_l{
	width:55%;
	float:left;
	position:relative;
	height:596px;
	overflow: hidden;
}
.xwzx_l img{
	width:100%;
	height:596px;
	transition: .5s;
}
.xwzx_l:hover img{
	transform:scale(1.05)
}
.xwzx_l_text{
	position:absolute;
	bottom:0px;
	z-index: 2;
	color:#fff;
	text-align:center;
	line-height:60px;
	background:rgba(0,0,0,0.2);
	width:100%;
	font-size:18px;
}
.xwzx_r{
	width:45%;
	float:right;
	height:596px;
}
.xwzx_rt{
	background:#fafafc;
	padding:0 15%;
	width:70%;
	height:326px;
	padding-top:105px;
}
.xwzx_rt1{
	font-size:22px;
	font-weight:bold;
	color:#000;
	letter-spacing: 2px;
	padding-top:100px;
	height:28px;
	overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.xwzx_rt2{
	color:#898989;
	line-height:30px;
	margin-top:15px;
	font-size:14px;
}
.xwzx_rb{
	width:165px;
	height:165px;
	text-align:center;
	line-height:165px;
	color:#fff;
	font-size:30px;
	background:#c81622;
	transition: .5s;
}
.xwzx_rb:hover{
	box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.06);
}

.xwzx_b{
	width:90%;
	margin:0 auto;
}
.xwzx_b ul li{
	margin-top:61px;
	width:25%;
	padding:2% 3%;
	background:#f6f6f6;
	float:left;
	transition: .5s;
	position:relative;
	overflow: hidden;
}
.xwzx_b ul li::before{
	content:'';
	position:absolute;
	left:-100%;
	bottom:0px;
	height:100%;
	width:100%;
	background:#e02e29;
	transition: .5s;
	z-index: -1;
}
.xwzx_b ul li:nth-child(2){
	margin:61px 3.5% 0;
}
.xwzx_b ul li:hover::before{
	left:0px;
}
.xwzx_b ul li:hover .xwzx_b1 span,.xwzx_b ul li:hover .xwzx_b1,.xwzx_b ul li:hover .xwzx_b2,.xwzx_b ul li:hover .xwzx_b3{
	color:#fff;
}
.xwzx_b1{
	font-size:16px;
	color:#c81622;
}
.xwzx_b1 span{
	color:#c81622;
	font-size:36px;
	font-weight:bold;
	margin-right:3px;
}
.xwzx_b2{
	font-size:18px;
	color:#111111;
	line-height:55px;
	height:55px;
	overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.xwzx_b3{
	font-size:14px;
	color:#898989;
	line-height:26px;
}
/*news end*/


/*lxwm*/
.slxwm{
	width:100%;
	height:100%;
	background:url(../images/lxwm_bg.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
}
.slxwmdl{
	width:60%;
	float:left;
	color:#fff;
}
.slxwmdl1{
	font-size:32px;
	font-weight:bold;
	letter-spacing: 3px;
}
.slxwmdl2{
	font-size:16px;
	line-height:28px;
	margin-top:14px;
}
.slxwmdr{
	width:130px;
	float:right;
	text-align:center;
	color:#fff;
}
.slxwmdr_text{
	font-size:18px;
	font-weight:bold;
	letter-spacing: 5px;
	line-height:60px;
}
.slxwmb{
	color:#fff;
	border:1px solid rgba(255,255,255,0.5);
	border-radius: 20px;
	width:90%;
	padding:28px 5%;
	margin-top:30px;
}
.slxwmb ul li{
	float:left;
	width:33.33%;
	text-align:center;
	position:relative;
}
.slxwmb ul li:nth-child(2)::before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:1px;
	height:100%;
	background:#fff;
}
.slxwmb ul li:nth-child(2)::after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:1px;
	height:100%;
	background:#fff;
}
.slxwmb1{
	height:38px;
	line-height:38px;
	background:#ed0000;
	max-width:70%;
	letter-spacing: 2px ;
	margin:0 auto;
}
.slxwmb2{
	font-size:14px;
	line-height:26px;
	margin:30px 0px 10px;
}
.slxwmb2:last-child{
	margin-top:30px;
}
.slxwmp{
	position:absolute;
	bottom:0px;
	left:0px;
	height:120px;
	width:100%;
}
.slxwmpl{
	background:#ed0000;
	color:#fff;
	line-height:120px;
	float:left;
	width:41.5%;
	padding-left:8.5%;
	font-size:32px;
}
.slxwmpr{
	width:50%;
	float:right;
	color:#fff;
	line-height:30px;
	position: relative;
}
.slxwmpr::after{
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	top:0px;
	left:0px;
	background:rgba(255,255,255,0.5);
}
.slxwmPr1 img{
	height:14px;
	display:inline-block;
	position:relative;
	top:2px;
}
.slxwmpra{
	display: table-cell;
    vertical-align: middle;
    height: 120px;
	width: 0.1%;
	text-align:center;
}
/*lxwm end*/

/*footer*/
.footer{
	background:#333333;
	color:#fff;
}
.footer_top{
	padding-top:74px;
	padding-bottom:40px;
}
.footer_l{
	width:20%;
	float:left;
}
.footer_logo img{
	width:100%;
}
.footer_ewm{
	margin-top:60px;
	width:40%;
}
.footer_ewm img{
	width:100%;
}
.footer_ewm1{
	font-size:16px;
	text-align:center;
	margin-top:10px;
	letter-spacing: 2px;
}
.footer_r{
	width:60%;
	float:right;
}
.footer_nav ul{
	display: flex;
}
.footer_nav ul li{
	flex: 1;
}
.footer_navt{
	font-weight:bold;
	letter-spacing: 1px;
	margin-bottom:5px;
}
.footer_nav ul li a{
	color:#fff;
}
.footer_navl a{
	font-size:14px;
	line-height:30px;
}
.footer_bt{
	font-size:12px;
	line-height:49px;
	border-top:1px solid rgba(255,255,255,0.5);
}
.footer_btb img{
	height:12px;
	display: inline-block;
	position:relative;
	top:1px;
}
.footer_bta{
	float:left;
	width:50%;
}
.footer_bta span{
	margin-left:5%;
}
.footer_btb{
	float:right;
}
/*footer end*/

/*about banner*/

/*about banner end*/

#allmap{height:580px;width:100%;} 
.shadow img{display:none;}
.contactMap img{max-width:none;}

/*nybanner*/


/*nybanner end*/

/*aboutn*/
.about_navl{
	min-width:16%;
	background:#cd1e19;
	border-top-right-radius:20px;
	border-top-left-radius:20px;
	margin-top:-77.5px;
	float:left;
	padding:30px 2% 28px;
}
.about_navl.navts{
	margin-top:-139px;
	z-index:9;
}
.about_navl1{
	width:20%;
	height:4px;
	background:#fff;
}
.about_navl2{
	position:relative;
}
.about_navl2a{
	font-size:24px;
	text-transform: uppercase;
	color:rgba(255,255,255,0.29);
	letter-spacing: 1px;
}
.about_navl2b{
	font-size:34px;
	color:#fff;
	margin-top:2px;
	font-family: pfzc;
}
.about_navl2c{
	position:absolute;
	right:0px;
	top:50%;
	color:#fff;
	margin-top:-8px;
}
.about_navl2c i{
	font-size:30px;
}
.about_nav{
	border-bottom:1px solid rgba(4,4,4,0.09);
}
.about_navr{
	width:60%;
	float:right;
	height:58px;
	line-height:58px;
	text-align:right;
}
.about_navr li{
	display: inline-block;
	padding:0px 5%;
}
.about_navr li a{
	color:#747474;
	position:relative;
}
.about_navr li a::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:50%;
	right:50%;
	height:2px;
	background:#ed0000;
	transition: .5s;
}
.about_navr li:hover a::after{
	left:20%;
	right:20%;
}
.about_navr .action a::after{
	left:20%;
	right:20%;
}
/*aboutn end*/
/*aboutn1*/
.about1{
	background:#e02e29;
	padding:60px 0px;
}
.about1 .gsjj_bottom ul li{
	width:20%;
	float:left;
	text-align:center;
}
.about1 .gsjj_bottom{
	width:94%;
	margin: 0;
}
.about1 .gsjj_bottom1{
	font-size:16px;
	color:#fff;
}
.about1 .gsjj_bottom2{
	color:#fff;
	font-size:16px;
}
.about1 .gsjj_bottom1 span{
	font-size:60px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
	margin-right:3px;
}
/*aboutn1 end*/

/*aboutn2*/
.about2{
	height:615px;
	position:relative;
	overflow: hidden;
}
.about2_l{
	width:50%;
	float:left;
}
.about2_l1{
	height:100px;
	background:#e02e29;
}
.about2_l .gsjj_banner img{
	width:100%;
	height:515px;
}
.about2_r{
	width:44%;
	float:right;
	padding:80px 2% 0% 4%;
}
.about2_r1{
	font-size:37px;
	color:rgba(89,89,89,0.19);
	text-transform: uppercase;
	font-weight:bold;
}
.about2_r2{
	font-size:32px;
	color:#595959;
	font-weight:bold;
	margin-top:10px;
}
.about2_r3{
	color:#595959;
	font-size:20px;
	letter-spacing: 0.8px;
}
.about2_r4{
	margin-top:60px;
}
.about2_r4 p{
	font-size:14px;
	line-height:30px;
}
.about2_r4 p:first-child{
	margin-bottom:30px;
}
.about2_r4 span{
	color:#ed0000;
	cursor: pointer;
}
.con p{
	text-indent:2em;
	line-height:30px;
  }

  .text-fixed-words {
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    display: none;
}

.text-fixed-words .fixed-box {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #ffffff;
    transform: translate(-50%, -50%);
    padding: 1rem;
    max-height: 70%;
    overflow: hidden;
    overflow-y: auto;
}
.text-fixed-words .fixed-box {
    width: 800px;
    height: 500px;
    overflow: hidden;
    padding: 0.875rem 1.25rem;
    font-size: 15px;
    color: #666666;
    line-height: 26px;
}
.text-fixed-words .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url(https://www.zjzhongtian.com/bocweb/web/css/../img/jpg/closes.png) no-repeat center;
    background-size: 100%;
    opacity: 1;
}
.text-fixed-words .fixed-box .close {
    width: 25px;
    height: 25px;
    background: url(https://www.zjzhongtian.com/bocweb/web/css/../img/jpg/j54.png) no-repeat center;
    background-size: 100%;
    top: 20px;
    right: 40px;
}
.text-fixed-words .fixed-box .left {
    width: 100%;
}

.text-fixed-words .left {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.text-fixed-words .fixed-box .tit {
    font-size: 24px;
    color: #e02e29;
    line-height: 1.6;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e5e5e5;
}
.text-fixed-words .fixed-box .con {
    margin-top: 0.5rem;
    min-height: 300px;
    overflow-y: auto;
}
/*aboutn2 end*/

/*about3*/
.about3{
	background:url(../images/qywh_bg.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	text-align:center;
	display: table-cell;
    vertical-align: middle;
    height: 420px;
	width: 0.1%;
}
.about3_1{
	font-size:30px;
	color:#fff;
	position:relative;
	padding-bottom:10px;
	margin-bottom:10px;
	letter-spacing: 2px;
	font-family: pfzc;
}
.about3_1::after{
	content:'';
	position:absolute;
	height:2px;
	background:#fff;
	width:4%;
	left:48%;
	bottom:0px;
}
.about3_2{
	font-size:18px;
	color:rgba(255,255,255,0.27);
	text-transform: uppercase;
	letter-spacing: 3px;
}
.about3_3{
	font-size:50px;
	color:#fff;
	font-weight:bold;
	letter-spacing: 2px;
	margin-top:40px;
}
.about3_4{
	font-size:20px;
	color:#fff;
	margin-top:10px;
}
/*about3 end*/

/*about4*/
.about4{
	background:url(../images/gssl_bg.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	padding:60px 0px;
	width:100%;
}
.about4 .about3_1{
	color:#000;
	text-align:center;
}
.about4 .about3_1::after{
	background:#000;
}
.about4 .about3_2{
	color:rgba(27,27,27,0.27);
	text-align:center;
}
.about4a{
	margin-top:40px;
}
.about4al{
	width:49%;
	float:left;
	background:#efecec;
	height:530px;
	transition: .5s;
	position:relative;
	overflow: hidden;
}

.about4ar{
	width:49%;
	float:right;
}

.at4a1{
	display: table-cell;
    vertical-align: middle;
    height: 530px;
	text-align:center;
	width:0.1%;
	position:relative;
	z-index: 1;
}
.about4al1 img{
	width:20%;
	margin:0px auto 20px;
	transition: 3s;
}
.about4al1 img:nth-child(2){
	display:none;
}
.about4al2{
	letter-spacing: 2px;
	width:60%;
	margin:0px auto;
	line-height:28px;
	font-size:15px;
}
.about4al::after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:#cd1e19;
	top:-100%;
	left:0px;
	transition: .5s;
}
.about4al:hover::after{
	top:0px;
}
.about4al:hover img:nth-child(1){
	display:none;
}
.about4al:hover img:nth-child(2){
	display:block;
}
.about4al:hover .about4al2{
	color:#fff;
}

.a4ty.action::after{
	top:0px;
}
.a4ty.action img:nth-child(1){
	display:none;
}
.a4ty.action img:nth-child(2){
	display:block;
}
.a4ty.action .about4al2{
	color:#fff;
}
.at4{
	background:#efecec;
	position:relative;
	overflow: hidden;
}
.about4ar1{
	display: table-cell;
    vertical-align: middle;
    height:258px;
	text-align:center;
	width:0.1%;
}
.about4ar1 img{
	width:59px;
}
.about4ar2{
	width:49%;
	float:left;
	height:258px;
	margin-top:14px;
}
.about4ar2:nth-child(2){
	margin-left:2%;
	float:right;
}
.about4ar1 .at4a{
	position:relative;
	z-index: 1;
}
.about4ar2 .at4a{
	display: table-cell;
    vertical-align: middle;
    height:258px;
	text-align:center;
	width:0.1%;
	position:relative;
	z-index: 1;
}
.at4::after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:#cd1e19;
	top:-100%;
	left:0px;
	transition: .5s;
}
.at4:hover::after{
	top:0px;
}
.at4:hover img:nth-child(1){
	display:none;
}
.at4:hover img:nth-child(2){
	display:block;
}
.at4:hover .about4al2{
	color:#fff;
}
/*about4 end*/
/*about5*/
.about5{
	background:url(../images/zzry1.jpg) center no-repeat;
	height:664px;
}
.about5_top{
	padding:50px 0px;
}
.about5_topl1{
	font-size:30px;
	color:#030303;
	font-weight:bold;
}
.about5_topl1 span{
	color:#e02e29;
}
.about5_topl2{
	font-size:14px;
	color:#949393;
	letter-spacing: 2px;
	line-height:30px;
}
.about5_topl{
	float:left;
	width:50%;
}
.about5_topr{
	float:right;
	width:15%;
}
.about5_topr ul li{
	width:44%;
	line-height:33px;
	text-align:center;
	border:1px solid #e02e29;
	border-radius: 16.5px;
	float:left;
	margin-right:10%;
	position:relative;
	overflow: hidden;
	cursor: pointer;
	transition: .5s;
}
.about5_topr ul li span{
	position:relative;
	z-index: 1;
}
.about5_topr ul li:last-child{
	margin-right:0px;
}
.about5_topr ul li::after{
	content:'';
	position:absolute;
	height:100%;
	width:100%;
	left:-100%;
	bottom:0px;
	background:#e02e29;
	transition: .5s;
}
.about5_topr ul li:hover::after{
	left:0px;
}
.about5_topr ul li:hover{
	color:#fff;
}
.about5_topr ul .action::after{
	left:0px;
}
.about5_topr ul .action{
	color:#fff;
}
.about5_bottom{
	width:76%;
	margin-left:13.7%;
	margin-top:60px;
	position:relative;
}
.zzry_banner img{
	width:100%;
}
.zzry_text{
	text-align:center;
	color:#030303;
	line-height:60px;
}
.zzz{
	position:absolute;
	top:25%;
	left:-60px;
	cursor: pointer;
}
.zzy{
	position:absolute;
	top:25%;
	right:-60px;
	cursor: pointer;
}
.tys{
	position: relative;
    top: -100px;
    display: block;
    height: 0;
    overflow: hidden;
}
/*about5 end*/

/*news*/
.news_ul{
	margin-top:100px;
}
.news_ul li{
	width:48%;
	margin-right:4%;
	margin-bottom:50px;
	float:left;
}
.news_ul li:nth-child(2n){
	margin-right:0px;
}
.news_con1{
    display: table-cell;
    vertical-align: middle;
    height: 70px;
	width:0.1%;
}
.news_time{
	width:15%;
	text-align:center;
	float:left;
	position:relative;
}
.news_time::after{
	content:'';
	position:absolute;
	height:100%;
	width:1px;
	background:#c3c3c3;
	right:0px;
	bottom:0px;
}
.news_time1{
	font-size:36px;
	color:#000;
}
.news_time2{
	font-size:14px;
	color:#8c8b8b;
}
.news_text{
	width:80%;
	float:right;
}
.news_text1{
	font-size:16px;
	color:#000;
}
.news_text2{
	margin-top:8px;
	font-size:12px;
	color:#8a8a8a;
	line-height:18px;
	height:36px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*news end*/

/*product*/
.productw{
	width:75%;
	padding:60px 4%;
	margin:0 auto;
	box-shadow:0px 0px 10px 2px rgba(0,0,0,0.1);
}
.procut_nav{
	padding:20px 2%;
	background:#dd2b26;
	border-radius: 5px;
}
.procut_nav ul{
	display: flex;
}
.procut_nav ul li{
	text-align:center;
	flex: 1;
	position:relative;
}
.procut_nav ul li:last-child::after{
	display:none;
}
.procut_nav ul li::after{
	content: '';
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:1px;
	background:#fff;
}
.procut_nav ul li a{
	color:#fff;
}
.procut_nav ul li i{
	margin-left:1%;
	display: inline-block;
	transform:rotate(-90deg);
}
.procut_nav ul li:hover i{
	margin-left:1%;
	display: inline-block;
	transform:rotate(0deg);
}
.procut_nav ul li:hover .pnav{
	display:block;
}
.pnav{
	position:absolute;
	background:#dd2b26;
	width:100%;
	padding-top:20px;
	display:none;
	transition: .5s;
	z-index: 2;
}
.pnav a{
	line-height:40px;
	font-size:14px;
	position:relative;
}
.pnav a::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:50%;
	right:50%;
	background:#fff;
	height:1px;
	transition: .5s;
}
.pnav a:hover::after{
	left:0px;
	right:0px;
}
.productul{
	margin-top:60px;
}
.productul ul li{
	position: relative;
	width:23%;
	float:left;
	margin-right:2.57%;
	margin-bottom:40px;
}
.pro_text{
	line-height:40px;
	text-align:center;
	color:#000000;
	height:40px;
	overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.productul ul li:nth-child(4n){
	margin-right:0px;
}
.productul ul li .pro_img{
	position:relative;
	overflow: hidden;
	border:1px solid #c9c9c9;
}
.productul ul li:hover img{
	transform: scale(1.02);
}
.productul ul li img{
	width:100%;
	transition: .5s;
}
.productul ul li .sp {
	position: absolute;
	background: #ed0000;
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .productul ul li .line-1 {
	left: 0%;
	top: 0%;
	width: 0%;
	height: 2px;
  }
  .productul ul li:hover .line-1, .productul ul li:hover .line-3 {
	width: 100%;
  }
  .productul ul li:hover .line-2, .productul ul li:hover .line-4 {
	height: 100%;
  }
  .productul ul li .line-2 {
	right: 0%;
	top: 0%;
	width: 2px;
	height: 0%;
  }
  .productul ul li .line-3 {
	right: 0%;
	bottom: 0%;
	width: 0%;
	height: 2px;
  }
  .productul ul li .line-4 {
	left: 0%;
	bottom: 0%;
	width: 2px;
	height: 0%;
  }
/*product end*/

/*yxwl*/
.aw83{
	width:1200px;
	margin:0 auto;
}
.gsys{
	padding-bottom:90px;
}
.gsys .about3_1{
	color: #000;
    text-align: center;
	margin-top:70px;
}
.gsys .about3_2{
	color: rgba(27,27,27,0.27);
    text-align: center;
	margin-bottom:46px;
}
.gsys .about3_1::after {
    background: #000;
}
.gsys_ul ul{
	height:400px;
}
.gsys_ul ul li{
	border-radius: 15px;
	cursor: pointer;
    display: inline;
    width:23%;
    height: 400px;
    float: left;
    overflow: hidden;
    background: #fff;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.01);
    position: relative;
	transition: .5s;
	margin-right:2.66%;
}
.gsys_ul ul li:last-child{
	margin-right:0px;
}
.gsys_ul ul li .gsys_icon{
	width: 64px;
    height: 64px;
    text-align: center;
    position: absolute;
    top: 70px;
    right: 50%;
    z-index: 1;
	margin-right:-32px;
}
.gsys_ul ul li .gsys_icon1 {
    width: 64px;
    height: 64px;
    text-align: center;
    position: absolute!important;
    top: 70px;
    left: -50%;
	margin-left:-32px;
    z-index: 1;
}
.gsys_ula{
	position:absolute;
	bottom:0px;
	width:70%;
	left:15%;
	text-align:center;
}
.gsys_ul1{
	font-size:20px;
	color:#252525;
	position:relative;
	padding-bottom:28px;
	margin-bottom:50px;
	transition: .5s;
}
.gsys_ul1::after{
	content:'';
	position:absolute;
	width:40%;
	height:2px;
	background:#cd1e19;
	left:30%;
	bottom:0px;
	transition: .5s;
}
.gsys_ul2{
	font-size:12px;
	color:#a3a3a3;
	line-height:22px;
	padding-bottom:10px;
	transition: .5s;
	height:100px;
}
.gsys_ul ul li:hover{
	background: #cd1e19;
}
.gsys_ul ul li:hover .gsys_ul1,.gsys_ul ul li:hover .gsys_ul2{
	color:#fff;
}
.gsys_ul ul li:hover .gsys_ul1::after{
	background:#fff;
}
.fwd{
}
.fwdl{
	width:50%;
	float:left;
}
.fwdl img{
	width:100%;
}
.fwdr{
	width:40%;
	padding:60px 5%;
	float:right;
	background:#cd1e19;
}
.fwdr1{
	font-size:30px;
	font-weight:bold;
	color:#fefefe;
	letter-spacing: 3px;
	position:relative;
	padding-bottom:20px;
	margin-bottom:40px;
}
.fwdr1::after{
	content:'';
	position:absolute;
	bottom:0px;
	height:2px;
	background:#fff;
	width:10%;
	left:0px;
}
.fwdr2{
	font-size:14px;
	color:#fff;
}
.form{
	margin-top:30px;
}
.input{
	margin-bottom:15px;
}
.input input{
	border:none;
	background:none;
	line-height:40px;
	width:100%;
	color:#fff;
	font-size:14px;
	text-indent: 10px;
}
.lxwm_a .input input{
	border:none;
	background:none;
	line-height:40px;
	width:100%;
	color:#000;
	font-size:14px;
	text-indent: 10px;
}
.lxwm_a .input2 textarea{
	width:100%;
	display: block;
	background:none;
	border:none;
	text-indent:10px;
	color:#000;
	font-size:13px;
	font-family: "微软雅黑";
}
.zsjm .input input{
	border:none;
	background:none;
	line-height:40px;
	width:100%;
	color:#000;
	font-size:14px;
	text-indent: 10px;
}
.zsjm .input2 textarea{
	width:100%;
	display: block;
	background:none;
	border:none;
	text-indent:10px;
	color:#000;
	font-size:13px;
	font-family: "微软雅黑";
}
.input1{
	float:left;
	color:#fff;
	line-height:40px;
	width:60px;
}
.input2{
	width:60%;
	float:left;
	border:1px solid #fff;
	border-radius: 5px;
}
.input2 textarea{
	width:100%;
	display: block;
	background:none;
	border:none;
	text-indent:10px;
	color:#fff;
	font-size:13px;
	font-family: "微软雅黑";
}
.input2s{
	width:20%;
	float:left;
}
.input:last-child{
	margin-top:15px;
}
.input:last-child .input2{
	width:10%;
	border-radius: 0px;
	margin-right:10px;
	float:left;
}
.input3{
	float:left;
}
.input .btn{
	float:left;
	width:20%;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#cd1e19;
	background:#fff;
	border:1px solid #fff;
	border-radius: 5px;
	margin-left:15%;
	cursor: pointer;
}

.gdsh{
	padding:60px 0px;
}
.gdshw{
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.01);
	background:#fff;
	padding:60px 5%;
	width:90%;
}
.gdshw .about3_1{
	text-align:center;
	color:#000;
}
.gdshw .about3_1::after{
	background:#cd1e19;
}
.gdshw_text{
	font-size:14px;
	text-align:center;
	letter-spacing: 1px;
}
.gdsh_content{
	margin-top:60px;
}
.gdsh_tel{
	color:#000;
	font-size:22px;
	margin:40px 0px 0px;
}
.gdsh_tel img{
	display:inline-block;
	margin-right:8px;
	position:relative;
	top:1px;
}
.gdsh_tel span{
	color:#d42923;
}
/*yxwl end*/

/*case*/
.zw83{
	width:1248px;
	margin:0 auto;
}
.case_content{
	line-height:30px;
	margin-top:15px;
}
.zsjml{
	width:50%;
	float:left;
	background:#fff;
}
.zsjmr{
	width:40%;
	float:right;
	background:#fff;
	padding:0px 5%;
}
.tyg{
	display: table-cell;
    vertical-align: middle;
	height:262px;
	width: 0.1%;
	position:relative;
}
.tyg::after{
	content:'';
	position:absolute;
	height:40%;
	left:-16px;
	bottom:30%;
	width:2px;
	background:#cd1e19;
}
.zsjml img{
	height:262px;
	width:100%;
}
.zsjm ul li{
	margin-bottom:70px;
}
.zsjm ul li:nth-child(2) .zsjml{
	width:40%;
	padding:0px 5%;
}
.zsjm ul li:nth-child(2) .zsjmr{
	width:50%;
	padding:0px;
}
.zsjm{
	margin-top:100px;
}
.zsjmr1{
	font-size:26px;
	color:#838181;
	text-transform: uppercase;
}
.zsjmr2{
	font-size:24px;
	color:#505050;
	letter-spacing: 2px;
}
.zsjmr2 span{
	color:#cd1e19;
}
.jmsq{
	background:#fff;
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.01);
	margin-bottom:90px;
	padding:60px 5%;
	width:90%;
}
.jmsq .input{
	width:48%;
	float:left;
}
.jmsq .input2{
	border:1px solid #b5b5b5;
}
.jmsq .input1{
	color:#000;
	text-align:center;
}
.jmsq .input2{
	width:88%;
}
.jmsq .inputss{
	margin-top:15px;
}
.jmsq .inputss .input2{
	width:20%;
	margin-right:5%;
}
.jmsq .text .input2{
	width:90%;
}
.jmsq .inputss .btn {
    float: left;
    width: 20%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #cd1e19;
    border: 1px solid #cd1e19;
    border-radius: 5px;
    margin-left: 15%;
}
.jmsq_title{
	color:#cd1e19;
	font-size:22px;
	position:relative;
	padding-bottom:15px;
	margin-bottom:30px;
}
.jmsq_title::after{
	content:'';
	position:absolute;
	width:4%;
	height:2px;
	bottom:0px;
	left:0px;
	background:#cd1e19;
}
.hrList_a1 {
	background: #fff;
}

.hrList_a1_item {
	background: #fff;
	max-width: 100%;
}

.last {
	margin-bottom: 60px;
}

.hrList_a1_item:nth-child(3n) {
	margin-right: 0;
}

.hrList_a1_item>ul li.other span {
	margin-bottom: 10px;
	display: block;
}

.hrList_a1_title {
	padding: 20px 0 20px 30px;
	cursor: pointer;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.hrList_a1_item:nth-child(even) .hrList_a1_title {
	background: #f8f8f8;
}

.hrList_a1_title ul {
	overflow: hidden;
	padding-left: 0px;
}

.hrList_a1_button {
	display: none;
	border-top: 1px dashed #eee;
	margin: 0 30px 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.hrList_a1_button a.morehr:hover, .DownList_a1 li a:hover {
	background-color: #e6212a;
	transition-duration: .3s;
	color: #FFF;
}

.hrList_a1_button a.morehr, .DownList_a1 li a {
	text-align: left;
	cursor: pointer;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 120px;
	color: #444;
	background: #F3F5FA;
	transition-duration: .3s;
	border-radius: 8px;
	font-size: 16px;
	margin: 0;
}


.hrList_a1_item>ul {
	display: none;
	font-size: 16px;
	padding: 30px;
}

.hrList_a1_item>ul li {
	font-size: 16px;
	line-height: 2.5;
	list-style: none;
}

.clearfix p {
	margin-top: 0;
	margin-bottom: 1rem;
}

.hrList_a1_item>ul li.other {
	width: 100%;
	line-height: 22px;
	padding: 5px 0;
	color: #777;
	text-overflow: inherit;
	white-space: inherit;
	margin-top: 0;
}

.job_box ul li {
	list-style: none;
}

.JobList_e1 {
	border: 1px solid #eee;
	margin-bottom: 35px;
	min-width: 600px;
	padding-left: 0px;
}

.hrList_a1_title li:first-child {
	color: #333;
}

.job_title {
	background: #F3F5FA;
	min-width: 600px;
}

.job_title ul {
	overflow: hidden;
	padding-left: 30px;
}

.job_title li {
	color: #000;
	float: left;
	font-size: 20px;
	width: 21.25%;
	line-height: normal;
	list-style: none;
}

.job_title i {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.job_title img {
	max-width: 25px;
	max-height: 20px;
	display: block;
}

.job_title span {
	display: inline-block;
	vertical-align: middle;
	line-height: 3em;
}

.hrList_a1_title li {
	width: 21.25%;
	float: left;
	color: #999;
	font-size: 16px;
	box-sizing: border-box;
}

.job_box {
	width: 100%;
	overflow: auto;
}

.hrList_a1_button a.morehr {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.hrList_a1_button span {
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px dashed #00a126;
	padding: 0 10px;
}

.hrList_a1_button span a:hover {
	text-decoration: underline;
}

.job_type {
	display: inline-block;
	font-size: 14px;
	overflow: hidden;
	vertical-align: middle;
	margin-left: 50px;
}

.job_type select {
	background: #f5f5f5;
	font-size: 14px;
	padding: 10px 20px;
	color: #666;
	line-height: 2;
}

.job_type .L {
	float: left;
}

.job_type span {
	color: #fba51a;
}

.job_type .L a {
	padding: 5px 20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #777;
	margin-right: 10px;
	transition: 0.3s ease 0s;
}

.job_type .R {
	float: right;
}

.job_type .R form {
	display: inline-block;
	line-height: 30px;
}

.job_type .R input {
	height: 29px;
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
	line-height: 35px;
	color: #666;
	font-size: 14px;
	width: 200px;
}

.job_type .R button {
	font-size: 14px;
	border-radius: 3px;
	width: 80px;
	height: 30px;
	color: #666;
	background: #eee;
	margin-left: 20px;
	cursor: pointer;
	transition: 0.3s ease 0s;
}

.job_type .L a:hover, .job_type .R button:hover {
	border-color: #fff;
	color: #fff;
	background: #fba51a;
}

.job_type .R input:focus {
	border-bottom-color: #fba51a;
}
.join{
	margin-top:60px;
}
/*case end*/

/*nyfooter*/
.pages{
	padding:30px 0px 60px;
}
.pages ul{
	text-align:center;
}
.pages ul li{
	width:34px;
	height:34px;
	text-align:center;
	line-height:34px;
	border:1px solid #ed0000;
	display:inline-block;
	margin:0 10px;
	border-radius: 5px;
}
.pages ul li:hover{
	background:#ed0000;
	border:1px solid #ed0000;
}
.pages ul li:hover a{
	color:#fff;
}
.pages .current{
	background:#ed0000;
	border:1px solid #ed0000;
}
.pages .current a{
	color:#fff;
}
.pages ul .fy{
	width:80px;
}
.pages ul .sw{
	width:50px;
}
.pages ul li a{
	color:#ed0000;
	font-size:14px;
}
.pages_a {
	text-align:center;
}
.pages_a ul{
	float:None;
	text-align:center;
}
/*pages*/
/*info*/
.proa{
	border-bottom:1px solid #7e7e7e;
}
.proa_1{
	padding:76px 0px;
}
.proa_1l{
	width:46%;
	float:left;
}
.proa_1r{
	width:50%;
	float:right;
}
.proa_1rhc{
	width:85%;
	margin:0 auto;
	position:relative;
}
.proa_1rhc .swiper-button-next{
	color: #ce8c55 !important;
	right: -8% !important;;
    left: auto;
}
.proa_1rhc .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.proa_1rhc .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.proa_1rhc .swiper-button-prev{
	color: #ce8c55 !important;
	left: -8% !important;;
    right: auto;
}
.proa_1rhc .swiper-button-next:after,.proa_1rhc .swiper-button-prev:after{
	font-size:28px;
}
.proa_1 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.proa_1rtitle{
	font-size:36px;
	color:#fff;
	font-weight:400;
	letter-spacing: 1px;
	position:relative;
	overflow: hidden;
	padding-bottom:20px;
	margin-bottom:70px;
}
.proa_1rtitle::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	height:2px;
	width:10%;
	background:#d08d4f;
}
.proa_1rtel{
	margin-bottom:100px;
}
.proa_1rtell img{
	float:left;
	position:relative;
	top:16px;
	margin-right: 20px;
}
.proa_1rtell{
	float:Left;
	background:#ce8c55;
	position: relative;
	line-height:60px;
	font-size:22px;
	color:#fff;
	letter-spacing: 3px;
	padding:0px 6%;
}
.proa_1rtelr{
	width:40%;
	float:left;
	text-align:center;line-height:58px;
	border:1px solid #ce8c55;
	font-size:28px;
	color:#fff;
}
.pro_tx{
	border-bottom: 66px solid #ce8c55;
	border-right: 30px solid transparent;
	width:15%;
	position:relative;
}
.pro_txf{
	position:absolute;
	line-height:66px;
	text-align:center;
	width:100%;
	font-size:28px;
	color:#fff;
	letter-spacing: 0.5px;
}
.pro_conc{
	margin-bottom:100px;
}

.pro_conc img{
	width:100%;
}
.pr_ba img{
    width:100%;
	cursor: pointer;
}
.pr_ba{
	position:relative;
	min-height:600px;
}
.pr_ba p{
	position:absolute;
	width:60%;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}
p.gd{
	position:relative;
	margin:10px auto;
}
p.gd img{
	border:None;
}
.tc{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100vh;
	background:#fff;
	z-index: 9999;
	display:none;
}
.tcs{
	display:flex;
  align-items:center;/*垂直居中*/
  justify-content: center;/*水平居中*/
  height:100%;
}
.tc img{
	width:60%;
}
.pr_ba p::after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	background:rgba(208,141,79,0.12);
	width:100%;
	height:100%;
}
.tcgb{
	color:#262626;
	position:absolute;
	right:5%;
	top:5%;
	cursor: pointer;
}
.tcgb i{
	font-size:26px;
}
p.gd::after{
	display:none;
}
.pr_ba p.p0{
	left:0%;
	transform: scale(0.8);
}
.pr_ba p.p1{
	left:10%;
	transform: scale(0.92);
	z-index: 8;
}
.pr_ba p.p2{
	left:20%;
	transform: scale(1);
	z-index: 9;
}
.pr_ba p.p2::after{
	background:none;
}
.pr_ba p.p3{
	right:10%;
	transform: scale(0.92);
}
.pr_ba p.p4{
	right:0%;
	transform: scale(0.8);
}
.pr_z,.pr_y{
	width:60px;
	height:60px;
	background:#f7f7f7;
	text-align:center;
	line-height:60px;
	border-radius: 50%;
	cursor: pointer;
	position:absolute;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
	z-index: 9;
}
.pr_z{
	left:15%;
	top:50%;
	margin-top:-30px;
}
.pr_y{
	right:13%;
	top:50%;
	margin-top:-30px;
}
.pr_top{
	background:url(../images/new_bg.jpg) center;
}
.pr_z i,.pr_y i{
	font-size:18px;
}
.pro_mst{
    font-size:32px;
    font-weight:bold;
	margin-top:35px;
}
.pro_msd{
    font-size:18px;
    color:#e3e3e3;
	padding-bottom:30px;
	border-bottom:1px solid #e3e3e3;
}
.pro_ms0{
    font-size:18px;
    color:#272727;
	margin-top:35px;
	padding-bottom:20px;
	position:relative;
}
.pro_ms0::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	height:2px;
	background:#272727;
	width:35px;
}
.pro_ms1{
    font-size:14px;
    color:rgba(36,36,36,0.7);
	margin-top:30px;
	margin-bottom:20px;
}
.pro_ms2{
	color:#acacac;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height:26px;
	margin-bottom:70px;
}
.pro_xgcp1{
	border-bottom:1px solid #d08d4f;
	margin:80px 0px;
}
.pro_xgcp1 .pro_tx{
	border-bottom:#d08d4f 66px solid;
}
.pro_xgcp1 .pro_txf{
	color:#fff;
}
.pro_xga{
	height:34px;
	line-height:34px;
	background:#d08d4f;
	color:#fff;
	font-size:12px;
	padding:0px 4%;
}
.pro_xgal{
	float:left;
}
.pro_xgar{
	float:right;
}
.pro_xgb{
	border-bottom:5px solid #d08d4f;
	position:relative;
	overflow: hidden;
}
.pro_xg .swiper-slide:hover .pro_xgb img{
	transform: scale(1.1);
}
.pro_xgb img{
	width:100%;
	transition: .5s;
}
.pro_xgc{
	line-height:100px;
	color:#d08d4f;
	font-size:20px;
	text-align:center;
}
.pro_xgd{
	text-align:center;
	padding:40px 0px 100px;
}

.pro_xgd .swiper-pagination-bullet {
    width:10px !important;
    height: 10px !important;
    display: inline-block;
    border-radius: 50%;
	border:1px solid #d08d4f;
    background: none!important;
    opacity: 1!important;
}
.pro_xgd .swiper-pagination-bullet-active{
	background:#d08d4f !important;
}
.liuyan_title{
	text-align:center;
}
.liuyan_title_cn{
	font-size:38px;
	color:#d08d4f;
	letter-spacing: 2px;
}
.liuyan_title_en{
	font-size:18px;
	text-transform: uppercase;
	color:#d08d4f;
	line-height:36px;
	position:relative;
	padding-bottom:15px;
}
.liuyan_title_en::after{
	content:'';
	position:absolute;
	width:100px;
	left:50%;
	margin-left:-50px;
	bottom:0px;
	background:#d08d4f;
	height:2px;
}
.liuyan_form{
	margin-top:30px;
}
.liuyan_form ul li{
	width:48%;
	float:left;
	margin-top:30px;
}
.liuyan_form ul li input{
	border:1px solid #6f6f6f;
	background:none;
	width:100%;
	line-height:66px;
	color:#d08d4f;
	text-indent:2em;
	font-size:16px;
}
.liuyan_form ul li input::input-placeholder{
	color:#d08d4f;
	font-size:16px;
}
.liuyan_form ul li input::-webkit-input-placeholder{	
	color: #d08d4f;
	font-size:16px;
}
.liuyan_form ul li input::-moz-placeholder{			
	color: #d08d4f;
	font-size:16px;
}
.liuyan_form ul li input::-moz-placeholder{			
	color: #d08d4f;
	font-size:16px;
}
.liuyan_form ul li input::-ms-input-placeholder{		
	color: #d08d4f;
	font-size:16px;
}

.liuyan_form ul li textarea::input-placeholder{
	color:#d08d4f;
	font-size:16px;
	font-family: "微软雅黑";
}
.liuyan_form ul li textarea::-webkit-input-placeholder{	
	color: #d08d4f;
	font-size:16px;
	font-family: "微软雅黑";
}
.liuyan_form ul li textarea::-moz-placeholder{			
	color: #d08d4f;
	font-size:16px;
	font-family: "微软雅黑";
}
.liuyan_form ul li textarea::-moz-placeholder{			
	color: #d08d4f;
	font-size:16px;
	font-family: "微软雅黑";
}
.liuyan_form ul li textarea::-ms-input-placeholder{		
	color: #d08d4f;
	font-size:16px;
	font-family: "微软雅黑";
}
.liuyan_form ul li:nth-child(2n){
	margin-left:4%;
}
.liuyan_form ul li:nth-child(5){
	width:100%;
}
.liuyan_form ul li textarea{
	width:100%;
	border:1px solid #6f6f6f;
	background:none;
	text-indent:2em;
	line-height:66px;
	font-size:16px;
	color:#d08d4f;
	font-family: "微软雅黑";
}
.liuyan_btn{
	width:150px;
	margin:40px auto;
	height:50px;
	text-align:center;
	border:1px solid #d08d4f;
	color:#d08d4f;
	font-size:16px;
	line-height:50px;
	letter-spacing: 2px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.liuyan_btn span{
	position:relative;
	z-index: 1;
}
.liuyan_btn::after{
	content:'';
	position:absolute;
	left:-100%;
	bottom:0px;
	height:100%;
	width:100%;
	background:#d08d4f;
	transition: .5s;
}
.liuyan_btn:hover::after{
	left:0px;
}
.liuyan_btn:hover{
	color:#fff;
}
/*info end*/

/*post*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-group {
    margin: 15px 0px;
}
.btn-default {
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.post{
	padding:60px 0px;
}
textarea.form-control {
    height: auto;
}
/*post end*/

/*lxwm*/
.lxwm_a{
	background:url(../images/lxwm_bg1.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	padding:106px 0px 50px;
}
.lxwm_1{
	background:#cd1e19;
	padding:60px 4%;
}
.lxwm_1 ul li{
	width:27.33%;
	float:left;
	padding:0 0px 0px 6%;
	position:relative;
}
.lxwm_1 ul li:first-child{
	padding-left:4%;
}
.lxwm_1 ul li::after{
	content:'';
	position:absolute;
	height:100%;
	width:1px;
	bottom:0px;
	right:0px;
	background:#fff;
}
.lxwm_1 ul li:last-child::after{
	display:none;
}
.lxwm_1a{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	letter-spacing: 2px;
	position:relative;
	padding-bottom:15px;
	margin-bottom:25px;
}
.lxwm_1a::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:10%;
	height:2px;
	background:#fff;
}
.lxwm_1b {
	width:100%;
	height:26px;
	line-height:26px;
	color:#fff;
	margin-bottom:10px;
}
.lxwm_1b img{
	float:left;
	margin-right:10px;
}
.lxwm_bottom{
	margin-top:60px;
	height:40px;
	line-height:40px;
	background:#fff;
	border-radius: 20px;
	text-align:center;
	color:#e6212a;
}
.lxwm_bottoml{
	width:50%;
	float:Left;
	position:relative;
}
.lxwm_bottoml::after{
	content:'';
	position:absolute;
	left:30%;
	background:url(../images/youxiang.jpg);
	width:17px;
	height:16px;
	top:11px;
}
.lxwm_bottomr::after{
	content:'';
	position:absolute;
	left:33%;
	background:url(../images/wanglou.jpg);
	width:22px;
	height:16px;
	top:11px;
}
.lxwm_bottomr{
	width:50%;
	float:right;
	position:relative;
}
/*lxwm end*/


/*tybanner*/
.nnews{
	border-bottom:#7e7e7e 1px solid;
	padding-bottom:60px;
}
.ty_atitle{
	text-align:center;
	font-size:32px;
	font-family: pfzc;
	padding-bottom:20px;
	border-bottom:1px solid rgba(0,0,0,0.5);
	margin-bottom:20px;
	color:#000;
	padding-top:80px;
}

.ty_acontent img{
	max-width:60%;
	margin:0 auto;
}
.ty_time{
	text-align:center;
	margin-bottom:40px;
	color:#000;
}
.fenye {
	margin-top:40px;
	color:#000;
}
.fenye p{
	padding:10px 0px;
}
.fenye a{
	display:inline-block;
	color:#000;
	font-size:14px;
}
.ty_acontent img{
	max-width: 100% !important;
}
.about_banner{
	height:670px;
	background:url(../images/about_banner.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	width:100%;
}
.product_banner{
	height:670px;
	background:url(../images/product_banner.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	width:100%;
}
.jrwm_banner{
	height:670px;
	background:url(../images/jrwm_banner.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	width:100%;
}
.news_banner{
	height:670px;
	background:url(../images/news_banner.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	width:100%;
}
.lxwm_banner{
	height:670px;
	background:url(../images/lxwm_banner.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	width:100%;
}
.case_banner{
	height:670px;
	background:url(../images/case_banner.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	width:100%;
}
.yxwl_banner{
	height:670px;
	background:url(../images/about_banner.jpg) center no-repeat;
	background-size:cover;
	background-position:center;
	width:100%;
}
/*tybanner end*/

.sj{
	display:none;
}

@media only screen and (max-width: 1100px){
	
	.pc{
		display:none;
	}
	.sj{
		display:block;
	}
	.sj_nav_top{
		position:fixed;
		top:0px;
		left:0px;
		height:70px;
		width:100%;
		z-index:999;
		background:#fff;
		box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
	}
	.header_logo{
		height:30px;
		position:relative;
		top:20px;
		left:3%;
	}
	.header_logo img{
		height:100%;
	}
	.sj_nav_zk{
		color:#e02e29;
		position:absolute;
		right:5%;
		top:18px;
	}
	.sj_nav_zk i{
		font-size:34px;
	}
	.sj_nav_list{
		position:fixed;
		width:100%;
		height:100%;
		background:#fff;
		left:0px;
		top:0px;
		z-index:1000;
		display: none;
	}
	.sj_nav_img{
		width:50%;
		margin:30px auto 20px;
	}
	.sj_nav_img img{
		width:100%;
	}
	.sj_nav_gb{
		color:#e02e29;
		position:absolute;
		right:5%;
		top:40px;
	}
	.sj_nav_gb i{
		font-size:24px;
	}
	.sj_nav_list ul li{
		line-height:50px;
		border-bottom:1px solid #f8f8f8;
		text-indent: 2em;
		position:relative;
	}
	.sj_nav_list>.sj_nav_ul>li>a{
		font-size:16px;
		color:#e02e29;
	}
	.header_zba{
		width:100%;
		background:#fff;
		display:none;
	}
	.header_zba ul li{
		height:40px;
		line-height:40px;
		font-size:14px;
		border-bottom:1px solid rgba(0,0,0,0.1);
	}
	.header_zba ul li a{
		color:#000;
	}
	.sj_nav_ul i{
		position:absolute;
		right:10px;
		top:5px;
		color:#e02e29;
		font-size:30px;
	}
	.ty_banner {
		width: 100%;
		height: 240px;
		margin-top:70px;
	}
	.nav_listr{
		display:none;
	}
	.nav_listl {
		width: 100%;
		padding-left: 0%;
		float: none;
		text-align:center;
	}
	.nav_list {
		height: auto;
		line-height: 50px;
		background: #f8f8f8;
	}
	.nav_listl ul li {
		display: inline-block;
		font-size: 16px;
		margin:0px;
		position: relative;
		width:20%;
	}
	.nav_listl ul li a{
		font-size:14px;
	}
	.w83 {
		width: 94%;
		margin: 0 auto;
	}
	/*sy*/
	.banner.swiper {
		width: 100%;
		height: 200px;
		margin-top:70px;
	}
	.banner .swiper-slide .slide-inner{
		background-size:100% 100% !important;
		height:200px !important;
	}
	.banner .banner_wz1 {
		display: table-cell;
		vertical-align: middle;
		height: 200px;
		width: 0.1%;
		
	}
	.banner1 {
		font-size: 16px;
		margin-left: 8%;
		
	}
	.banner2 {
		margin-left: 8%;
		margin-top: 10px;
		padding-bottom: 20px;
		position: relative;
		margin-bottom: 20px;
	}
	.banner2 img{
		height:10px;
	}
	.banner3 {
		margin-left: 8%;
		font-size: 14px;
		letter-spacing: 2px;
	}
	.banner2::after {
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 30px;
		height: 2px;
		background: #fff;
	}
	
	#allmap {
		height: 300px;
		width: 100%;
	}
	.w80 {
		width: 94%;
		margin: 0 auto;
	}
	.swiper-button-next:after, .swiper-button-prev:after{
		font-size:16px !important;
	}
	.aboutl {
		width: 100%;
		float: none;
	}
	.about {
		width: 100%;
		background: url(../images/about_bg.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		padding: 30px 0px 70px;
		position: relative;
	}
	.aboutr {
		width: 100%;
		float: none;
	}
	.aboutl2 {
		color: #fff;
		line-height: 26px;
		text-align: justify;
		font-size: 14px;
		margin: 20px 0px 30px;
	}
	.aboutl1 {
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		position: relative;
		padding-left: 50px;
		margin-top: 0px;
		letter-spacing: 2px;
	}
	.aboutl1::after {
		content: '';
		position: absolute;
		left: 0px;
		top: 14px;
		width: 44px;
		height: 8px;
		background: url(../images/aboutl1.png) center no-repeat;
		background-size:100% 100%;
	}
	.aboutl3 {
		width: 100px;
		height: 34px;
		text-align: center;
		line-height: 34px;
		background: #ce8c55;
		font-size: 12px;
		color: #fff;
		border-radius: 17px;
		position: relative;
		overflow: hidden;
		transition: .5s;
		margin:0px auto 25px;
	}
	.jrjx1 {
		font-size: 24px;
		color: #262626;
		font-weight: 400;
		letter-spacing: 2px;
	}
	.jrjx2l1 {
		font-size: 18px;
		color: #262626;
		font-weight: 400;
		letter-spacing: 2px;
		margin: 10px 0px;
		line-height: 30px;
	}
	.jrjx2l2 {
		font-size: 14px;
		color: #afafaf;
		line-height: 28px;
	}
	.jrjx2r {
		float: none;
		text-align:center;
		font-size: 40px;
		color: rgba(0,0,0,0.1);
		text-transform: uppercase;
		font-weight: bolder;
		margin-top: 30px;
	}
	.jrjx {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.pro_you {
		width: 45px;
		height: 45px;
		text-align: center;
		line-height: 45px;
		background: #ce8c55;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		margin-top: -22.5px;
		right: 14%;
		z-index: 3;
		cursor: pointer;
	}
	.pro_you i {
		color: #fff;
		font-size: 16px;
	}
	.qyln1 li {
		width: 50%;
		margin-right: 0%;
		float: left;
		position: relative;
	}
	.qyln1, .qyln2 {
		width: 100%;
	}
	.qylnte {
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
	}
	.qylntc {
		font-size: 12px;
		color: #fff;
		margin-top: 3px;
		line-height: 22px;
	}
	.qyln2 {
		margin-top: 0px;
	}
	.qyln2 li:nth-child(2) {
		background: #f7f7f7;
		width: 50%;
		text-align: right;
	}
	.qyln2 li:nth-child(3) {
		background: #d08d4f;
		width: 50%;
		text-align: right;
	}
	.qyln2 li:first-child {
		width: 100%;
	}
	.qylnt_titlea, .qylntea, .qylntca {
		color: #15181a;
	}
	.qyln {
		padding: 0px;
		position: relative;
	}
	.news_l {
		width: 100%;
		transition: .5s;
		float: none;
	}
	.news_r {
		width: 100%;
		float: none;
		margin-top:20px;
	}
	.qyln3{
		display:none;
	}
	.news_rla {
		font-family: sw721;
		font-size: 24px;
		color: #e29e65;
		line-height: 42px;
	}
	.news_rlb {
		font-size: 14px;
		color: #fff;
		margin-top: 10px;
		margin-bottom: 40%;
	}
	.news_t {
		margin-bottom: 30px;
	}
	.news_rra {
		color: #e29e65;
		font-size: 16px;
		font-weight: bold;
		position: relative;
		padding-bottom: 5%;
		margin-bottom: 10%;
	}
	.news_rrb {
		color: #fff;
		font-size:12px;
		line-height: 22px;
		height: 44px;
	}
	.news {
		background: url(../images/new_bg.jpg);
		width: 100%;
		padding: 30px 0px;
	}
	.ss {
		padding: 30px 0px;
		background: url(../images/ss_bg.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
	}
	.ss_title {
		text-align: center;
		font-size: 24px;
		letter-spacing: 2px;
	}
	.ss_input {
		border: 1px solid #c3c3c3;
		border-radius: 5px;
		width: 80%;
		margin: 30px auto;
		line-height: 36px;
		position: relative;
		transition: .5s;
	}
	.ss_input input {
		line-height: 36px;
		border: None;
		width: 90%;
		background: none;
		margin-left: 5%;
	}
	.ss_bq i {
		font-size: 16px;
	}
	.ss_c ul li a {
		color: #808080;
		font-size: 14px;
		position: relative;
		z-index: 1;
		padding: 0px 5px;
		height: 100%;
	}
	.footer_t {
		padding: 30px 0px;
		position: relative;
		z-index: 1;
		border-bottom: 1px solid #676767;
	}
	.footer_t1 img{
		width:100%;
	}
	.footer_t2 {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: rgba(255,255,255,0.47);
		margin-top: 10px;
	}
	.footer_b {
		padding: 30px 0px;
		border-bottom: 1px solid #676767;
	}
	.footer_bl {
		width: 100%;
		float: none;
	}
	.footer_nav ul{
		display:None;
	}
	.footer_img{
		display:none;
	}
	.footer_co {
		margin-top: 0px;
	}
	.footer_cob2 {
		color: #fefffe;
		font-size: 14px;
		line-height:30px;
	}
	.footer_br {
		float: none;
		width: 100%;
		margin-top:20px;
	}
	.footer_br li {
		width: 30.66%;
		text-align: center;
		float: left;
	}
	.footer_bt {
		line-height: 28px;
		text-align: center;
		color: #fefffe;
		font-size: 14px;
	}
	.footer_btb {
		display: inline-block;
		padding-left: 0%;
	}
	.news_l2b {
		font-size: 16px;
		margin-top: 5px;
		line-height: 20px;
		height: 20px;
		color: #0f0f0f;
		position: relative;
		z-index: 1;
		transition: .5s;
	}
	.news_l2a {
		color: #e29e65;
		font-size: 14px;
		letter-spacing: 1px;
		position: relative;
		z-index: 1;
		transition: .5s;
	}
	.aboutn_l {
		width: 100%;
		float: none;
		background: url(../images/about_aboutl.jpg) center no-repeat;
		background-size: 100% 100%;
		height: auto;
	}
	.aboutn_lp {
		padding: 0px 3%;
	}
	.aboutn_l1 {
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		position: relative;
		padding-left: 40px;
		color: #ce8c55;
		margin-top: 30px;
	}
	.aboutn_l2 {
		font-size: 32px;
		font-weight: bold;
		font-family: sw721;
		margin-top: 15px;
	}
	.aboutn_l3 {
		font-size: 28px;
		letter-spacing: 2px;
		margin-top: 10px;
	}
	.aboutn_l4 p {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 0px;
		padding-bottom:15px;
	}
	.aboutn_r {
		width: 100%;
		float: none;
	}
	.aboutn_r img {
		width: 100%;
		height: auto;
	}
	.aboutn1b ul li {
		width: 100%;
		float: none;
		height: 240px;
	}
	.aboutn1 {
		height: auto;
		min-height:600px;
	}
	.aboutn1a1 {
		font-size: 28px;
		font-family: sw721;
		text-transform: uppercase;
		color: rgba(255,255,255,0.2);
		letter-spacing: 3px;
		height: 40px;
		margin-top: 30px;
	}
	.aboutn1a2 {
		font-size: 20px;
		color: #fff;
		position: relative;
		top: -22px;
		letter-spacing: 2px;
		position: relative;
		padding-bottom: 14px;
	}
	.aboutn1b{
		position:relative;
	}
	.aboutn2_l {
		width: 100%;
		float: none;
		background: url(../images/new_bg.jpg) center;
		padding: 40px 0px;
	}
	.aboutn2_la {
		font-size: 26px;
		color: #fefefe;
		letter-spacing: 3px;
	}
	.aboutn2_lb {
		font-size: 30px;
		color: rgba(255,255,255,0.1);
		text-transform: uppercase;
		margin-top: 15px;
	}
	.aboutn2_lh {
		width: 100%;
		margin: 0 auto;
		text-align:center;
	}
	.aboutn2_r {
		width: 100%;
		float: none;
		padding: 30px 0px;
	}
	
	.about_nav .about_navl{
		text-align:center;
		width: 100%;
    	float: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-top:-52px;
	}
	.about_nav .about_navl li a {
		color: #fff;
		position: relative;
		z-index: 1;
		font-size:14px;
	}
	.aproduct1 ul li {
		width: 100%;
		float: left;
		background: #FFF;
		margin-right: 0%;
		margin-bottom: 15px;
	}
	.pro_img {
		width: 96%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	.pro_text {
		text-align: center;
		color: #000;
		line-height: 40px;
		letter-spacing: 1px;
	}
	
	.proa_1l {
		width: 100%;
		float: none;
	}
	.proa_1r {
		width: 100%;
		float: none;
		margin-top:30px;
	}
	.proa_1rtitle {
		font-size: 36px;
		color: #fff;
		font-weight: 400;
		letter-spacing: 1px;
		position: relative;
		overflow: hidden;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.proa_1 {
		padding: 30px 0px;
	}
	.proa_1rtell img{
		display:none;
	}
	.proa_1rtell {
		float: Left;
		width:50%;
		background: #ce8c55;
		position: relative;
		line-height: 60px;
		font-size: 16px;
		color: #fff;
		letter-spacing: 3px;
		padding: 0px 0%;
		text-align:center;
	}
	.proa_1rtelr {
		width: 49%;
		float: left;
		text-align: center;
		line-height: 58px;
		border: 1px solid #ce8c55;
		font-size: 16px;
		color: #fff;
	}
	.proa_1rtel {
		margin-bottom: 30px;
	}
	.pro_tx {
		border-bottom: 50px solid #fff;
		border-right: 25px solid transparent;
		width: 150px;
		position: relative;
	}
	.pro_txf {
		position: absolute;
		line-height: 50px;
		text-align: center;
		width: 100%;
		font-size: 20px;
		color: #d08d4f;
		letter-spacing: 0.5px;
	}
	.pro_xgcp1 .pro_tx {
		border-bottom: #d08d4f 50px solid;
	}
	.pro_conc {
		border: 1px solid #d08d4f;
	}
	.pro_xgcp1 {
		border-bottom: 1px solid #d08d4f;
		margin: 30px 0px;
	}
	.pro_xgc {
		line-height: 60px;
		color: #000;
		font-size: 20px;
		text-align: center;
	}
	.pro_xgd {
		text-align: center;
		padding: 20px 0px 30px;
	}
	.liuyan_title_cn {
		font-size: 28px;
		color: #000;
		letter-spacing: 2px;
	}
	.liuyan_title_en {
		font-size: 16px;
		text-transform: uppercase;
		color: #000;
		line-height: 36px;
		position: relative;
		padding-bottom: 7px;
	}
	.liuyan_form ul li {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.liuyan_form ul li:nth-child(2n) {
		margin-left: 0%;
	}
	.zbjs ul li {
		width: 100%;
		margin-right: 0%;
		float: none;
	}
	.zbjs_text2 {
		text-align: center;
		color: #fff;
		line-height: 50px;
	}
	.zbjs {
		padding-top: 30px;
	}
	.ty_atitle {
		text-align: center;
		font-size: 22px;
		font-family: pfzc;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0,0,0,0.5);
		margin-bottom: 20px;
		color: #000;
		padding-top: 30px;
	}
	
	.pro_wb1 {
		font-size: 14px;
	}
	.pro_wb2 {
		font-size: 12px;
		margin: 5px 0px 10px;
	}
	.pro_wb3 {
		margin-top: 10px;
		width: 80px;
		line-height: 28px;
		text-align: center;
		font-size: 12px;
		letter-spacing: 0.5px;
		border: 1px solid #fff;
		border-radius: 16px;
		position: relative;
	}
	.pr_ba {
		position: relative;
		min-height: auto;
	}
	.pr_ba p {
		width: 100%;
		box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);
	}
	.pro_conc {
		margin-bottom: 40px;
	}
	.pro_ms2 {
		color: #acacac;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	.tc img{
		width:100%;
	}
	.qyln2 li{
		height:223px;
	}
	.qyln2 li>img{
		height:223px;
	}
	.qyln1>img,.qyln1 li{
		height:223px;
	}
	.qylnt_title{
		font-size:18px;
		margin-top:5px;
	}
	.gsjj{
		width:94%;
		padding:30px 3%;
	}
	.gsjj_l {
		width: 100%;
		margin-left: 0%;
		float: none;
	}
	.gsjj_l1{
		font-size:18px;
	}
	.gsjj_l2 {
		color: #c81622;
		font-size: 14px;
		font-weight: 500;
		text-align: justify;
		border-bottom: 1px solid #c81622;
		letter-spacing: 0.3px;
		padding-bottom: 4px;
		padding-top: 10px;
		margin-bottom: 0px;
	}
	.gsjj_r {
		width: 94%;
		float: none;
		padding:0px 3%;
		height:auto;
	}
	.gsjj_r img{
		width:100%;
	}
	.gsjj_bottom1 span {
		font-size: 18px;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: -0px;
		margin-right: 3px;
	}
	.sproduct ul .ptop2::before{
		display:none;
	}
	.gsjj_bottom2 {
		color: #696969;
		font-size: 12px;
	}
	.xxgc{
		width:94%;
		padding:0px 3%;
	}
	.xxgc_l {
		width: 100%;
		margin-left: 0%;
		float: none;
	}
	.slxwmp {
		position: relative;
		bottom: 0px;
		left: 0px;
		height: 60px;
		width: 100%;
	}
	.slxwmpl {
		background: #ed0000;
		color: #fff;
		line-height: 60px;
		float: none;
		width: 100%;
		padding-left: 0%;
		font-size: 18px;
	}
	.xxgcd {
		margin-top: 0%;
		padding-top:5%;
	}
	.xxgc_l1 {
		font-size: 18px;
		font-weight: bold;
		color: #000;
		letter-spacing: 2px;
		text-align:center;
	}
	.xxgc_l2 {
		color: #7d7d7d;
		font-size: 12px;
		text-align:center;
	}
	.xxgc_l3 {
		margin: 15px 0px;
	}
	.xxgc_l3 li {
		line-height: 30px;
		transition: .5s;
		position: relative;
		font-size:14px;
		width:50%;
		float:left;
		height:30px;
		overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	}
	.xxgc_l3 li a {
		font-size: 16px;
		color: #000;
		width:50%;
		float:left;
		overflow:hidden;
        text-overflow:ellipsis; 
        white-space: nowrap;
	}
	.xxgc_l4 {
		float: right;
		position: absolute;
		margin-top: -30px;
		right: 0px;
		text-align: left;
		width: 50%;
		line-height:0px;
		height:0px;
		font-size:14px;
	}
	.xxgc_r {
		width: 100%;
		float: none;
	}
	.xxgc_r img{
		width:100%;
	}
	.xxgc_sz {
		font-size: 12px;
		color: #7d7d7d;
		width: 10% !important;
		float: left;
	}
	.xxgc_sz2 {
		float: right;
		margin-right: 0%;
	}
	.xwzx_l {
		width: 100%;
		float: none;
		position: relative;
		height: auto;
	}
	.xwzx_l img {
		width: 100%;
		height: auto;
	}
	.xwzx_l_text {
		position: absolute;
		bottom: 0px;
		z-index: 2;
		color: #fff;
		text-align: center;
		line-height: 40px;
		background: rgba(0,0,0,0.2);
		width: 100%;
		font-size: 12px;
	}
	.xwzx_r {
		width: 100%;
		float: none;
		height: auto;
	}
	.xwzx_rt {
		background: #fafafc;
		padding: 0 4%;
		width: 90%;
		height: auto;
		padding-top: 0px;
	}
	.xwzx_rt2{
		text-align:justify;
		margin-top: 5px;
	}
	.xwzx_rt1 {
		font-size: 18px;
		font-weight: bold;
		color: #000;
		letter-spacing: 2px;
		padding-top: 30px;
		height: 28px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.xwzx_rb{
		display:none;
	}
	.xwzx_b ul li {
		margin-top: 10px;
		width: 94%;
		padding: 2% 3%;
		background: #f6f6f6;
		float: left;
	}
	.xwzx_b ul li:nth-child(2) {
		margin:10px 0px 0px;
	}
	.xwzx_b1 span {
		color: #c81622;
		font-size: 24px;
		font-weight: bold;
		margin-right: 3px;
	}
	.xwzx_b1 {
		font-size: 12px;
		color: #c81622;
	}
	.xwzx_b2 {
		font-size: 16px;
		color: #111111;
		line-height: 36px;
		height: 36px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.xwzx_b3 {
		font-size: 12px;
		color: #898989;
		line-height: 26px;
	}
	.xwzx_b{
		margin-bottom:10px;
	}
	.slxwmdl {
		width: 100%;
		float: none;
		color: #fff;
	}
	.slxwmdl1 {
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 3px;
		padding-top:20px;
		text-align:center;
	}
	.slxwmdl2 {
		font-size: 14px;
		line-height: 26px;
		margin-top: 5px;
	}
	.slxwmdr {
		width: 130px;
		float: none;
		text-align: center;
		color: #fff;
		margin:10px auto;
	}
	.slxwmdr_text {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 5px;
		line-height: 40px;
	}
	.slxwmb {
		color: #fff;
		border: 1px solid rgba(255,255,255,0.5);
		border-radius: 10px;
		width: 94%;
		padding: 28px 3%;
		margin-top: 10px;
		margin-bottom:20px;
	}
	.slxwmb ul li {
		float: none;
		width: 100%;
		text-align: center;
		position: relative;
		margin-bottom:10px;
	}
	.slxwmb ul li:nth-child(2)::before,.slxwmb ul li:nth-child(2)::after{
		display:none;
	}
	.slxwmb2 {
		font-size: 14px;
		line-height: 26px;
		margin:0px;
	}
	.slxwmb2:last-child {
		margin-top: 0px;
	}
	.slxwmb1 {
		height: 38px;
		line-height: 38px;
		background: #ed0000;
		max-width: 100%;
		letter-spacing: 2px;
		margin: 0 auto;
	}
	.slxwmpr {
		background: #ed0000;
		width: 100%;
		float: none;
		color: #fff;
		line-height: 30px;
		position: relative;
	}
	.slxwmpl{
		text-align:center;
		font-size:16px;
	}
	.slxwmpra{
		font-size:14px;
	}
	.about_navl1 {
		display:none;
	}
	.about_navl2 {
		margin-top: 0px;
		position: relative;
	}
	.about_navl2a {
		font-size: 16px;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: 1px;
	}
	.about_navl2b {
		font-size: 16px;
		color: #fff;
		margin-top: 2px;
	}
	.about_navr {
		width: 100%;
		float: none;
		height: 38px;
		line-height: 38px;
		text-align: center;
	}
	.about_navr li {
		display: inline-block;
		padding: 0px 2%;
	}
	.about_navr li a {
		color: #747474;
		position: relative;
		font-size:14px;
	}
	.about1 .gsjj_bottom1 span {
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: -0px;
		margin-right: 3px;
	}
	.about1 .gsjj_bottom2 {
		color: #fff;
		font-size: 12px;
	}
	.about2_l1{
		display: none;
	}
	.about2_l {
		width: 100%;
		float: none;
	}
	.about2_l .gsjj_banner img{
		height:auto;
	}
	.about2_r {
		width: 94%;
		float: none;
		padding: 30px 3% 15px;
		text-align: justify;
	}
	.about2_r1 {
		font-size: 18px;
		color: rgba(89,89,89,0.19);
		text-transform: uppercase;
		font-weight: bold;
	}
	.about2_r2 {
		font-size: 22px;
		color: #595959;
		font-weight: bold;
		margin-top: 10px;
	}
	.about2_r3 {
		color: #595959;
		font-size: 16px;
		letter-spacing: 0.8px;
	}
	.about2_r4 {
		margin-top: 10px;
		text-indent:1em;
	}
	.about2{
		height:auto;
	}
	.about2_r4 p:first-child {
		margin-bottom: 0px;
	}
	.about3_1 {
		font-size: 18px;
		color: #fff;
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 10px;
		letter-spacing: 2px;
		font-family: pfzc;
	}
	.about3_2{
		font-size:14px;
	}
	.about3_3 {
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		letter-spacing: 2px;
		margin-top: 10px;
	}
	.about3_4 {
		font-size: 16px;
		color: #fff;
		margin-top: 10px;
		line-height:24px;
	}
	.about3 {
		background: url(../images/qywh_bg.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		height: 320px;
		width: 0.1%;
	}
	.about4al {
		width: 100%;
		float: none;
		background: #efecec;
		height: 330px;
		transition: .5s;
		position: relative;
		overflow: hidden;
	}
	.at4a1 {
		display: table-cell;
		vertical-align: middle;
		height: 330px;
		text-align: center;
		width: 0.1%;
		position: relative;
		z-index: 1;
	}
	.about4ar {
		width: 100%;
		float: none;
		margin-top:15px;
	}
	.about4ar2 {
		width: 100%;
		float: none;
		height: 258px;
		margin-top: 14px;
	}
	.about4ar2:nth-child(2) {
		margin-left: 0%;
		float: none;
		margin-bottom:14px;
	}
	.about5_topl {
		float: none;
		width: 100%;
	}
	.about5_topr {
		float: none;
		width: 100%;
		text-align:center;
		margin-top:20px;
	}
	.about5_topr ul li {
		width: 28%;
		line-height: 33px;
		text-align: center;
		border: 1px solid #030303;
		border-radius: 16.5px;
		float: none;
		margin-right: 10%;
		position: relative;
		overflow: hidden;
		cursor: pointer;
		transition: .5s;
		display: inline-block;
	}
	.about4 {
		background: url(../images/gssl_bg.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		padding: 30px 0px;
		width: 100%;
	}
	.about5_top {
		padding: 10px 0px;
	}
	.about5 {
		background: url(../images/zzry1.jpg) center no-repeat;
		height: auto;
	}
	.footer_l {
		width: 80%;
		float: none;
		margin:0 auto;
	}
	.footer_ewm {
		margin-top: 20px;
		width: 40%;
		margin:20px auto;
	}
	.zzz {
		position: absolute;
		top: 25%;
		left: -40px;
		cursor: pointer;
	}
	.zzy {
		position: absolute;
		top: 25%;
		right: -38px;
		cursor: pointer;
	}
	.about1 .gsjj_bottom{
		width:100%;
	}
	.about1 {
		background: #e02e29;
		padding: 30px 0px;
	}
	.news_ul li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
	}
	.news_ul {
		margin-top: 0px;
	}
	.news_text1{
		overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	}
	.news_time1 {
		font-size: 18px;
		color: #000;
	}
	.news_time2 {
		font-size: 12px;
		color: #8c8b8b;
	}
	.news_time{
		padding:16px 0px;
	}
	.news_text {
		width: 80%;
		float: right;
	}
	.ty_time {
		text-align: center;
		margin-bottom: 20px;
		color: #000;
	}
	.nnews {
		border-bottom: #7e7e7e 1px solid;
		padding-bottom: 30px;
	}
	.footer_bta {
		float: none;
		width: 100%;
		font-size: 12px;
	}
	.footer_btb {
		display: inline-block;
		padding-left: 0%;
		float:none;
	}
	.footer_top {
		padding-top: 34px;
		padding-bottom: 10px;
	}
	.productw {
		width: 96%;
		padding: 0px 2%;
		margin: 0 auto;
		box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
	}
	.productul {
		margin-top: 20px;
	}
	.procut_nav ul {
		display: block;
	}
	.procut_nav ul li {
		text-align: center;
		flex: 1;
		width:48%;
		display:inline-block;
		line-height:30px;
		position: relative;
	}
	.procut_nav ul::after{
		content:'';
		clear:both;
	}
	.procut_nav ul li:nth-child(2n)::after{
		display:none;
	}
	.gdsh{
		padding:20px 0px;
	}
	.pnav{
		padding:0px;
		box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 3%);
		z-index:2;
	}
	.productul ul li {
		position: relative;
		width: 100%;
		float: left;
		margin-right: 0%;
		margin-bottom: 15px;
	}
	.aw83 {
		width:94%;
		margin: 0 auto;
	}
	.gsys_ul ul li {
		border-radius: 15px;
		cursor: pointer;
		display: inline;
		width: 49%;
		height: 300px;
		float: left;
		overflow: hidden;
		background: #fff;
		box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 1%);
		position: relative;
		transition: .5s;
		margin-right: 2%;
		margin-bottom:20px;
	}
	.gsys_ul ul li:nth-child(2n){
		margin-right:0px;
	}
	.gsys_ul1 {
		font-size: 16px;
		color: #252525;
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 15px;
		transition: .5s;
	}
	.gsys_ul ul li .gsys_icon{
		top: 30px;
	}
	.gsys_ul ul li .gsys_icon1 {
		width: 64px;
		height: 64px;
		text-align: center;
		position: absolute!important;
		top: 30px;
		left: -50%;
		margin-left: -32px;
		z-index: 1;
	}
	.gsys_ul2{
		height:110px;
		padding-bottom:20px;
	}
	.gsys_ula {
		position: absolute;
		bottom: 0px;
		width: 90%;
		left: 5%;
		text-align: center;
	}
	.fwdl {
		width: 100%;
		float: none;
	}
	.fwdr {
		width: 90%;
		padding: 30px 5%;
		float: none;
		background: #cd1e19;
	}
	.gdsh_content {
		margin-top: 15px;
	}
	.gdsh_content p{
		font-size:14px;
		text-align:justify;
	}
	.gdsh_tel {
		color: #000;
		font-size: 16px;
		margin: 20px 0px 0px;
	}
	.fwdr1 {
		font-size: 20px;
		font-weight: bold;
		color: #fefefe;
		letter-spacing: 3px;
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.zw83 {
		width: 94%;
		margin: 0 auto;
	}
	.zsjml {
		width: 100%;
		float: none;
		background: #fff;
	}
	.zsjmr{
		width:100%;
		float:none;
	}
	.zsjml img {
		height: auto;
		width: 100%;
	}
	.tyg {
		display: table-cell;
		vertical-align: middle;
		height: 200px;
		width: 0.1%;
		position: relative;
	}
	.zsjmr1 {
		font-size: 18px;
		color: #838181;
		text-transform: uppercase;
	}
	.zsjmr2 {
		font-size: 16px;
		color: #505050;
		letter-spacing: 2px;
	}
	.zsjm ul li:nth-child(2) .zsjml {
		width: 100%;
		padding: 0px 5%;
	}
	.zsjm ul li:nth-child(2) .zsjmr img{
		width:100%;
	}
	.zsjm ul li:nth-child(2) .zsjmr {
		width: 100%;
		padding: 0px;
	}
	.jmsq .input {
		width: 100%;
		float: none;
	}
	.inputss .input1{
		display:None;
	}
	
	.jmsq .input2 {
		width: 100%;
	}
	.jmsq .text .input2{
		width:100%;
	}
	.zsjm ul li {
		margin-bottom: 30px;
	}
	.zsjm {
		margin-top: 30px;
	}
	.jmsq {
		background: #fff;
		box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 1%);
		margin-bottom: 30px;
		padding: 30px 5%;
		width: 90%;
	}
	.post {
		padding: 30px 0px;
	}
	.form-control {
		display: block;
		width: 94%;
	}
	
	.lxwm_1 {
		background: #cd1e19;
		padding: 30px 4%;
	}
	.lxwm_1 ul li {
		width: 100%;
		float: none;
		padding: 0 0px 0px 0%;
		position: relative;
		border-bottom:1px solid #fff;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	.lxwm_1 ul li:first-child {
		padding-left: 0%;
	}
	.lxwm_1 ul li::after{
		display:none;
	}
	.lxwm_1a {
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		letter-spacing: 2px;
		position: relative;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.lxwm_1b {
		width: 100%;
		height: 26px;
		line-height: 26px;
		color: #fff;
		margin-bottom: 10px;
		font-size:14px;
	}
	.lxwm_bottom {
		margin-top: 20px;
		height: 60px;
		line-height: 30px;
		background: #fff;
		border-radius: 20px;
		text-align: center;
		color: #e6212a;
	}
	.lxwm_bottoml {
		width: 100%;
		float: none;
	}
	.lxwm_bottomr {
		width: 100%;
		float: none;
	}
	.lxwm_a {
		background: url(../images/lxwm_bg1.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		padding: 30px 0px;
	}
	.text-fixed-words .fixed-box {
		width: 95%;
		height: 100%;
		overflow: hidden;
		padding: 5%;
		font-size: 15px;
		color: #666666;
		line-height: 26px;
	}
	.lxwm_bottoml::after,.lxwm_bottomr::after{
		display:none;
	}
	.about_navl.navts{
		margin-top:-52px;
	}
	.sproduct_top {
		width: 100%;
		margin: 0px auto 0px;
		padding-top:30px;
	}
	.sproduct ul li {
		position: relative;
		border-top-left-radius: 20px;
		border-bottom-right-radius: 20px;
		width: 49.3%;
		float: left;
		margin-right: 1.4%;
		text-align: center;
		padding: 10px 0px;
		overflow: hidden;
		margin-bottom:15px;
	}
	.sproduct ul li:nth-child(2n){
		margin-right:0px;
	}
	.ptop1b {
		font-size: 16px;
		color: #fff;
		letter-spacing: 8px;
		font-weight: bold;
		margin-top: 10px;
	}
	.sproduct ul li:first-child {
		background: #c81622;
		padding: 22px 0px;
	}
	.ptop2_b {
		color: #303030;
		font-size: 12px;
		margin-top: 12px;
	}
	.spb_l {
		width: 100%;
		float: none;
	}
	.spb {
		margin-top: 20px;
	}
	.spb_l img{
		width:100%;
	}
	.spb_r {
		width: 100%;
		float: none;
	}
	.spb_ra1 {
		font-size: 20px;
		color: #000;
		margin-top:20px;
		margin-bottom: 10px;
		text-align:center;
	}
	.spb_ras {
		height: auto;
	}
	.spbul a{
		font-size:12px;
		display:inline-block;
		line-height:26px;
		margin:5px 0.5%;
		width:30%;
	}
	.spbul {
		display: inline-block;
		text-align:center;
	}
	.spb_ra p {
		font-size: 14px;
		color: rgba(0,0,0,0.62)!important;
		line-height: 26px;
	}
	/*sj pages*/
	.pages ul li {
		width: auto;
		min-width: 20px;
		height: 26px;
		text-align: center;
		line-height: 26px;
		border: 1px solid #ed0000;
		display: inline-block;
		margin: 0 2px;
		border-radius: 5px;
		padding:0px 5px;
	}
	.pages ul .sw {
		width: auto;
	}
	.pages ul li a {
		color: #ed0000;
		font-size: 12px;
	}
	.pages ul .fy {
		width: auto;
	}
	/*sj pages*/
	.jrwm_banner {
		height: 200px;
		background: url(../images/jrwm_banner.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		width: 100%;
		margin-top:70px;
	}
	.about_banner{
		height:200px;
		background:url(../images/about_banner.jpg) center no-repeat;
		background-size:cover;
		background-position:center;
		width:100%;
		margin-top:70px;
	}
	.product_banner{
		height:200px;
		background:url(../images/product_banner.jpg) center no-repeat;
		background-size:cover;
		background-position:center;
		width:100%;
		margin-top:70px;
	}
	.yxwl_banner{
		height:200px;
		background:url(../images/about_banner.jpg) center no-repeat;
		background-size:cover;
		background-position:center;
		width:100%;
		margin-top:70px;
	}
	.news_banner{
		height:200px;
		background:url(../images/news_banner.jpg) center no-repeat;
		background-size:cover;
		background-position:center;
		width:100%;
		margin-top:70px;
	}
	.lxwm_banner{
		height:200px;
		background:url(../images/lxwm_banner.jpg) center no-repeat;
		background-size:cover;
		background-position:center;
		width:100%;
		margin-top:70px;
	}
	.case_banner{
		height:200px;
		background:url(../images/case_banner.jpg) center no-repeat;
		background-size:cover;
		background-position:center;
		width:100%;
		margin-top:70px;
	}
	.ptop2_a img {
		width: 40px;
		margin: 13px auto 0;
	}
	.ptop2_b {
		color: #303030;
		font-size: 12px;
		margin-top: 5px;
	}
	.ptop1a {
		font-size: 14px;
		display: none;
	}
	.sproduct ul li{
		height:77px;
		width:32%;
		padding:0px;
	}
	
	.gsjj_bottom ul{
		text-align:center;
	}
	.gsjj_bottom ul li {
		width: 32%;
		float: none;
		display:inline-block;
		text-align: center;
		padding-bottom:10px;
	}
	.sproduct {
		clear:both;
		background: url(../images/sproduct.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		padding-bottom:20px;
	}
	.sproduct ul li:nth-child(2n){
		margin-right:1.4%;
	}
	.sproduct ul li:nth-child(3n){
		margin-right:0%;
	}
	.sproduct ul li:first-child {
		background: #c81622;
		padding: 0px;
		line-height: 77px;
	}
	.ptop1b {
		font-size: 12px;
		color: #fff;
		letter-spacing: 2px;
		font-weight: bold;
		margin-top: 0px;
	}
	.gsjj {
		background: none;
		height: auto;
		padding:20px 3% 20px;
	}
	.gsjj_r {
		width: 100%;
		float: none;
		padding: 0px;
		height: auto;
	}
	.spb_ras{
		margin-bottom:10px;
	}
}
.wbsl{
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.wbsl2{
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.active .left {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
.active .right {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}
.active .up{
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}
.active .down{
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}