@charset "utf-8";

* {
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Pingfang SC", Arial, "Microsoft yahei UI";
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 0;
    min-width: 1200px;
    background: #1c1a1d;
    color: #fff;
    font-weight: 300;
}
ul,li {
    display: block;
    padding:0;
    margin:0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover{
    color: #fff;
}
a:active, a:hover {
    outline: 0;
    text-decoration: none;
    color: transparent;
}
img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p{margin: 0;padding: 0;}

@font-face {
    font-family:"Brush";
    src:url('../font/BrushScriptStd.eot') format('embedded-opentype'),
        url('../font/BrushScriptStd.woff') format('woff'),
        url('../font/BrushScriptStd.ttf') format('truetype'),
        url('../font/BrushScriptStd.svg') format('svg')
}

@font-face {
    font-family:"AlibbLight";
    src:url('../font/Alibaba-PuHuiTi-Light.eot') format('embedded-opentype'),
        url('../font/Alibaba-PuHuiTi-Light.woff') format('woff'),
        url('../font/Alibaba-PuHuiTi-Light.ttf') format('truetype'),
        url('../font/Alibaba-PuHuiTi-Light.svg') format('svg')
}
@font-face {
    font-family:"AlibbMedium";
    src:url('../font/Alibaba-PuHuiTi-Medium.eot') format('embedded-opentype'),
        url('../font/Alibaba-PuHuiTi-Medium.woff') format('woff'),
        url('../font/Alibaba-PuHuiTi-Medium.ttf') format('truetype'),
        url('../font/Alibaba-PuHuiTi-Medium.svg') format('svg')
}

.AlibbLight{
  d
}

.AlibbMedium{
  font-family: 'AlibbMedium'
}

/*公共*/
.cont{width: 1200px;margin:0 auto;padding:0;}
.cont1{width: 1200px;margin:0 auto;padding:0;}
.l{float: left;}
.r{float: right;}
.flex{display: flex;align-items: center;justify-content: space-between;}
.pad50{padding:75px 0;}
.phone{display: none;}
.banner{
	height:100vh;
}

.title_box{text-align: center;margin-bottom: 60px;}
.title_box h2{font-family: 'Brush';font-size: 90px;color: #252226;font-weight: 300;}
.title_box h3{color: #f8b551;font-size: 28px;line-height: 50px;margin-top: -60px;}
.title_box h3 span{position: relative;padding-bottom: 20px;}
.title_box h3 span:after{content: '';position: absolute;left: 20%;bottom:0;width: 60%;background: #f8b551;height: 2px;}
.title_box p{padding-top: 50px;line-height: 36px;}


.hei{display: none;}
.fixed .header{position: fixed;background: #fff;padding: 0;z-index: 9999;}
.fixed .header .nav,.fixed .header .nav a{color: #222;}
.fixed .bai{display: none;}
.fixed .hei{display: block;}

/*header*/
.header{position: absolute;background: transparent;left: 0;top: 0;width: 100%;z-index: 999;padding:50px 0 15px;transition: all .5s ease;}
.header .logo{width: 200px;}
.header .logo img{height: 45px;margin: 0;}

.header .nav{flex: 1;color: #fff;font-size: 18px;font-weight: 400;}
.header .nav li{width: 160px;text-align:center}
.header .nav a{color: #fff;display: block;font-weight: 400;}
.header .nav a span{line-height: 65px;display: inline-block;border-bottom: solid 2px transparent;}
.header .nav .actvie a{color: #f8b551;}
.header .nav .actvie a span{border-bottom:solid 2px #f8b551;}
.header .nav .lang{height: 65px;line-height: 65px;position: relative;}

.arrow{position: relative;padding-right: 30px;cursor: pointer;}
.arrow::after {content: " ";font-size:14px;display: inline-block;-webkit-transform: rotate(135deg);transform: rotate(135deg);height: 10px;width: 10px;border-color: #fff;border-style: solid;border-width: 1px;border-left: none;border-bottom: none;position: absolute;top: 50%;margin-top: -8px;right: .5rem;}

.lang_list{display: none;position: absolute;right: 0;top: 65px;background: #fff;border-radius: 3px;width: 100px;padding:8px 0;}
.header .nav .lang_list a{color: #000;line-height: 24px;font-size: 16px;padding:8px 10px;}

.header .nav .lang:hover .arrow::after{-webkit-transform: rotate(-45deg);transform: rotate(-45deg);margin-top: -2px;}
.header .nav .lang:hover .lang_list{display: block;}

.fixed .header .arrow::after{border-color:#333;}

/*banner*/

.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .cont{
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .swiper-slide .cont2{
	
	width:100% !important;
}
.banner .swiper-slide .cont2 img{
	 width: 100% !important;
	 height:100% !important;
	object-fit:cover;
}
.banner .swiper-slide .cont img{
    width: 50%;
}

.swiper-slide{
	
	position:relative;
}
.c_info{
	width:100% !important;
}
.index_info{
	
	left:-30% !important;
}
.nums{
	color:#f8b551;
	font-weight:bold;
	font-size:40px !important;
	margin-bottom:10px;
}

.nums:after{
		font-size:16px;
	margin-left:10px;
	
}
.q1:after{
	
	content:'年';

}

.q2:after{
	
	content:'家';

}

.q3:after{
	
	content:'种';

}

.q4:after{
	
	content:'处';

}


.info_h{
	font-size:10px;
	position:absolute;
	width:100%;
	height:100px;
	z-index:99999;
	color:#fff;
	font-weight:bold;
	 left:0;right:0;
    top:0;bottom:0;
    margin:auto;
	
}
.p1{
	text-align:center;
}

.p2{
	text-align:center;
	font-size:30px !important;
}

.info_h p{
	font-size:4rem;
	text-align:center;
	margin-bottom:20px;
	
}

/*分类*/
.home_cate{background: #141315;}
.home_cate .cate_item{text-align: center;width: 25%;border-right:1px solid #666;}
.home_cate .cate_item:nth-child(4){
	border:none;
}
.home_cate .cate_item img{height: 60px;margin:0 auto 15px;}
.home_cate .cate_item p{font-size: 16px;}

.home_catez{background: #fff;}


/*关于我们*/
.about {padding:110px 0 70px;}
.about .cont{height: 675px;background: url(../image/about.png) no-repeat center;background-size: cover;align-items: flex-start;}
.about .img,.about .text{width: 50%;}
.about .text{padding-top: 150px;}
.about h2{font-size: 80px;}
.about .text div{padding-right: 30px;line-height: 30px;padding-top: 26px;}
.about .text div p{margin-bottom: 15px;text-align: justify;}
.about .text a{display: flex;align-items: center;justify-content: center;background: #e79b29;color: #fff;width: 140px;margin-top: 100px;padding:8px 10px;border-radius: 3px;margin-left: 380px;}
.about h3{margin-top: -35px;}


/*新闻*/
#news_left{
  width: 350px;
  height: 600px;
  margin-right: 15px;padding-right: 10px;
}
#news_left .left-item{
  height: 195px;
  opacity: 1;
  margin-bottom: 9px;
  background: #262327;
  border-radius: 3px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding:40px;
  overflow: visible
}
#news_left .left-item h3{width: 100%;line-height: 30px;height: 60px;overflow: hidden;}
#news_left .left-item:last-child{margin:0;}   
#news_left .left-item-active,#news_left .left-item:hover{background: #efa73c;position: relative;}
#news_left .left-item-active:after,#news_left .left-item:hover:after{
    content: '';
    position: absolute;right: -10px;top: 50%;margin-top: -5px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #efa73c;
    border-bottom: 10px solid transparent;
}
.news_box .news_right{flex:1;overflow: hidden;}
#news_list .swiper-slide {background-size: cover;background-position: center;}
#news_list {height: 600px;background: #232024;width: 100%;}

/**/
.case_box {align-items: flex-start;}
.case_box .left{width: 35%;margin-right: 12px;}
.case_box .right{flex: 1;}
.right .top{height: 394px;margin-bottom: 12px;position: relative;}
.right .top .img{height: 100%;margin-right: 0;margin-left: auto;float: right;}
.right .top .pos{position: absolute;left: 0;bottom: 0;width: 160px;}
.right .top .pos .text{/*background: #e99e2e;border:solid 3px #fcc572;padding:50px 30px 40px;height: 320px;*/}
.right .top .pos .text h3{width: 100%;margin-bottom: 15px;font-size: 24px;font-weight: 400;}
.right .top .pos .text p{font-size: 24px}
.right .top .pos .text img{width: 200px;margin-bottom: 40px}
.right .top .pos .text span{display: inline-block;background: #fff;width: 30px;height: 2px;margin-top: 75px;}
.case_box a{border:solid 2px #fff;padding:5px 15px;color:#fff;display: inline-block;margin-top: 42px}
.case_box a:hover{color: #fff;}
.right .bot{width: 90%;background: #242125;}
.right .bot .flex{padding:20px 40px;}
.right .bot .flex a{margin:0;}
.left .bot{background: #242125;padding:40px;min-height: 240px;line-height: 36px;}
.left .bot a{float: right;margin-top: 40px;line-height: 24px;}
.left .bot h4{margin-bottom: 10px;font-size: 26px;font-weight: 400;}
.left .bot p{font-size: 18px;}
.left .btn a{background: #e99e2e;border:solid 3px #fcc572;display: block;width: 50%;float: right;text-align: center;padding:15px;margin-top: 20px;}
.right .bot h4{font-size: 26px;font-weight: 400;}
.right .bot h4 span{font-size: 18px;padding-left: 30px;}

/**/
.partner .gallery-left{justify-content: space-between;margin:0 -5px 5px;}
.partner .gallery-left .left-item {
      width: 25%;
      padding:5px;
      opacity: 1;
}
.partner .gallery-left .left-item .text{background: #262327;
      height: 80px;
      border-radius: 3px;
      display: flex;
      align-items: center;
      overflow: visible;
      cursor: pointer;flex-wrap: wrap;justify-content: center;text-align: center;padding:15px 0;}
.partner .gallery-left .left-item h3{width: 100%;line-height: 36px;}
.partner .gallery-left .left-item span{display: block;width: 20px;height: 2px;background: #efa73c}
.partner .gallery-left .left-item:last-child{margin:0;}
.partner .gallery-left .left-item-active .text{background: #f8b551;}
.partner .gallery-left .left-item-active .text span{background: #fff;}


#panter_list .swiper-slide {
      background-size: cover;
      background-position: center;
    background: #1c1a1d;
}
#panter_list .swiper-slide .slide_box{
    background: #242125;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    width: 100%;border-radius: 10px;
    padding:30px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
#panter_list .swiper-slide .slide_box div{
  width: 25%;
  display: flex;align-items: center;
  height: 95px;
}
#panter_list .swiper-slide .slide_box div img{max-width: 90%;max-height: 95px;display:block; margin:0 auto;}
#panter_list .swiper-slide .pos,#panter_list .swiper-slide .sj{
    position: absolute;right: 0;top: 120px;
    background: #eaa031;
    border:solid 3px #f9ba5c;
    padding:20px;text-align: left;
    line-height: 32px;
}
.pinpai img{
	width:100%;
	height:100%;
}
#panter_list .swiper-slide .sj{top: 100px;background: none;border:none;padding: 0;}
#panter_list .swiper-slide .sj img{width: 50px;}
#panter_list .swiper-slide .pos img{height: 60px;}
#panter_list .swiper-slide .pos p{margin:15px 0;}
#panter_list .swiper-slide .pos h5{font-size: 24px;}

/**/
.yewu .swiper-slide{overflow: hidden;}
.yewu .swiper-slide .img{width: 85%;float: right;margin-right: -50px;}
.yw{
	margin-right:20px;
}

.ye_list .swiper-slide:nth-child(2n) .text{
	
	order:-1;
	
}

.yw_content{
	
	display:flex;
	
}
.yw_content .c1{
	
	width:40%;
}
.yw_content .c2{
	
	margin-left:20px;
	flex:1;
}
.yw_content .c2 img{
	
	width:100%;
}
.yw_links{
	text-align:center;
	margin-bottom:10px;
}
	.yewu ul{
	display: flex;
align-items: center;
justify-content: space-between;
	}
	
	.yewu ul li{
	width:320px;
	float:left;
	}
	
.yw .text{background: #242125;padding:20px;font-size: 16px;line-height: 30px;height: 350px;display: flex;align-items: center;flex-wrap: wrap;;}
.yw .text h3{color: #e79b29;font-size: 24px;margin-bottom: 15px;width: 100%;text-align:center}
.yw .text span{height: 2px;display: block;width: 40px;background: #e79b29;margin:0 auto;}
.yw .text p{margin:35px 0 20px;width: 100%;text-align: justify;font-weight: 300;font-family: 'AlibbLight';height:180px;}
.yw .text a{width: 100px;background: #e79b29;justify-content: center;color: #fff;}


/**/
.rognyu .flex{padding:30px 100px;justify-content: center;line-height: 36px;}
.rognyu .flex img{height: 200px; width:200px;margin-right: 100px;}
.rognyu .flex .text{flex-wrap: 1;}
.rognyu .swiper-container{margin-bottom: 50px;}

.ry_list{display: flex;margin-top: 100px;flex-wrap: wrap;position: relative;min-height: 500px;}
.ry_list .ry_li{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);width: 180px;height: 180px;}
.ry_list .ry_li div{width: 100%;height: 100%;}
.ry_list .ryl1{position: absolute;left: 40px;top: 70px;}
.ry_list .ryl2{position: absolute;left: 250px;top: 0px;}
.ry_list .ryl3{position: absolute;left: 530px;top: 0px;}
.ry_list .ryl4{position: absolute;left: 810px;top: 0px;}
.ry_list .ryl5{position: absolute;left: 180px;top: 210px;}
.ry_list .ryl6{position: absolute;left: 390px;top: 140px;}
.ry_list .ryl7{position: absolute;left: 670px;top: 140px;}
.ry_list .ryl8{position: absolute;left: 990px;top: 100px;}
.ry_list .ryl9{position: absolute;left: 530px;top: 280px;}
.ry_list .ryl10{position: absolute;left: 850px;top: 240px;}

.ry_li div{border:solid 2px #565557;padding:5px; overflow: hidden;opacity: .6;cursor: pointer;}
.ry_li img{width: 100%;height: 100%;display: block;margin:0;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg); }
.ry_li.active div,.ry_li div:hover{border-color: #f8b551;opacity: 1;}


/*联系我们*/
.contact p{line-height: 32px;}

.contact_box {padding: 30px 0 50px;justify-content: space-between;}

.contact_wx{width: 585px;
/* background: url(../image/contact.png) no-repeat center;background-size: cover; */
padding-left: 130px;
display: flex;
align-items: center;
order:1;
border-left:1px solid #666;
}
.contact_wx div{height: 150px;margin:20px 10px 0;text-align: center;}
.contact_wx div:last-child{margin-left: 70px;}
.contact_wx div img{width: 100%;}
.contact_text h3{
	
	margin-bottom:10px; 
}

/*footer*/
.footer{
    background: #272328;
    padding:50px 0;
    color: rgba(255,255,255,.5);
    text-align: center;
}
.footer .title{font-size: 24px;color: #fff;}
.footer .link{margin:25px auto 30px;}
.footer a:hover{color: rgba(255,255,255,.5);}
.footer span{padding:0 20px;}

.special{padding-left:5.5rem;}

.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}

/*new right*/
.cndns-right{position:fixed;right:1px;top:70%;margin-top:-100px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;text-align:center;display:flex;margin-bottom:6px;position:relative;background-color:#f8b551;border-radius: 3px;align-items: center;justify-content: center;}
.cndns-right-btn img{display: block;margin:4px auto;width: 40px}
.cndns-right-btn:last-child img{width: 30px;margin: 9px;}
.cndns-right-btn:hover{background-color:#ff6800}
.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #ff6800;padding:10px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../image/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:156px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#f66e06;font-size:16px;line-height:16px;font-style:normal;}
.meau-code .cndns-right-box .box-border img{width: 100%;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}

.zbg{display: none;position: fixed;z-index: 999;background: rgba(0,0,0,.2);width: 100%;height: 100%;left: 0;top: 0;}

@media (max-width: 900px){
	
	.yw_content{
		
		
		flex-direction:column;
	}
	.yw_content .c1{
		
		width:100%;
	}
	.yw_content .c2{
		
		margin-left:0;
	}
	.yewu ul li{
		
		width:100%;
		margin-bottom:10px;
	}
	.yw .text p{
		
		height:auto !important;
	}
	.info_h p{
	font-size:2.5rem;
	margin-bottom:20px;
	margin-left:20px;
}

.yewu ul{
	flex-wrap: wrap;
	}

.p2{
	
	font-size:20px !important;
}

  .swiper-button-prev, .swiper-button-next{width: 40px;height: 40px;margin-top: -20px;}

  body{min-width: 100%;font-size: 13px;overflow-x: hidden;}
  .cont{width: 100%;padding:0 15px;}
  .cont1{
	  width:100% !important;
  }
  .cont2{width: 100%;padding:0 !important}
  .pc,.cndns-right{display: none;}
  .phone{display: block;}
  .title_box h2{font-size: 42px;}
  .title_box h3{font-size: 20px;line-height: 26px;margin-top: -25px;}
  .title_box{margin-bottom: 30px;}
  .title_box h3 span{padding-bottom: 10px;}
  .title_box p{padding-top: 30px;line-height: 24px;}

  .pad50{padding:20px 0;}

  .header{position: fixed;background: #fff;padding: 10px 0;z-index: 9999;box-shadow: 0 0 5px rgba(0,0,0,.2);}
  .fixed .header{padding:10px 0;}
  .header .nav,.header .nav a{color: #222;}
  .header .nav a span{line-height: 45px;}
  .header .bai{display: none;}
  .header .hei{display: block;}
  .header .logo{width: 60%;}
  .header .logo img{height: 40px;}

  .header .menu{display: block;width: 30px;height: 30px;background: url(../image/menu.png) no-repeat center;background-size: 100%;}
  .header .close{background: url(../image/close.png) no-repeat center;background-size: 100%;}

  .header .nav{position: absolute;top: 60px;left: 0;width: 100%;background: #fff;border-top: solid 1px #eee;z-index: 9999;}
  .header .nav ul{display: block;}
  .header .nav li{width: 100%;line-height: 52px;text-align: center;border-bottom: solid 1px #eee;}

  .header .nav .lang{text-align: center;height: 52px;line-height: 52px;}
  .arrow::after{border-color: #333;}
  .lang_list{position: static;width: 100%;text-align: center;}

  .banner{width: 100%;margin-top:60px;}
  /*.banner .swiper-slide .cont{padding-left: 10%;}*/
  .banner .swiper-slide .cont img{width: 100%;}

  .about .cont{background: none;height: auto;display: block;}
  .about .img,.about .text{width: 100%;padding:0;}
  .about h2{font-size: 42px;}
  .title_box h3{font-size: 20px;line-height: 26px;margin-top: -25px;}
  .about .text div{margin-bottom: 0px;padding-right: 0;}

  .about .text a{margin:0 auto;}


  .yewu .swiper-slide .img{margin:0;width: 100%;float: none;}
  .yewu .swiper-slide .text{left: 40px;top: 40px;padding:10px;display: none;}
  
  .news_box {display: block;}
  .partner .gallery-left{height: auto;display: flex;align-items: center;justify-content: center;margin:0 0 10px;}
  .partner .gallery-left .left-item{height: auto;background: none!important;padding:0;text-align: center;}

  .partner .gallery-left .left-item .img{width: 20px;display: none;}
  .partner .gallery-left .left-item span{margin:0 auto;}
  .partner .gallery-left .left-item .text{height: auto;padding:5px 0;border-radius: 0;}

  #panter_list .swiper-slide,#panter_list .swiper-slide .slide_box{padding-right: 0;}
  #panter_list .swiper-slide .pos, #panter_list .swiper-slide .sj{position: static;}
  #panter_list .swiper-slide .slide_box{padding:15px;}
  #panter_list .swiper-slide .slide_box div{width: 50%;}
  #panter_list .swiper-slide .sj{display: none;}
  #panter_list .swiper-slide .pos{text-align: center;}
  #panter_list .swiper-slide .pos img{margin:0 auto;}

  .case_box{display: block;height: auto;}
  .case_box .left{margin-bottom: 15px;}
  .case_box .left .btn{overflow: hidden;}
  .case_box .left,.case_box .right,.right .top .pos .text{width: 100%;}
  .right .top{height: auto;margin-bottom: 15px;}
  .right .top .pos{position: static;width: 100%;margin-bottom: 15px;}
  .right .top .pos .text{margin-bottom: 15px;}
  .case_box .top .pos  a{display: inline-block;padding:8px 20px;}
  .right .top .img{float: none;height:auto}

  .right .bot{width: 100%;overflow: hidden;}
  
  .rognyu .swiper-container{margin-bottom: 15px;}
  .rognyu .flex{display: block;}
  .rognyu .flex img{margin:0 auto;}
  .rognyu .flex .text{text-align: center;}
    
  .ry_list{margin-top: 15px;width: 100%;overflow-x: scroll;min-height: auto;}
  .ry_box{width: 1090px;display: flex;align-items: center;}
  .ry_list .ry_li{position: static;}
  .ry_list .ry_li div{height: 100px;}
  .ry_list .ry_li {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    width: 100px;
    margin-right: 10px;
  }
  .ry_list .ry_li:last-child{margin:0;}
  .ry_list .ry_li img{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  #news_left{display: none;}
  #news_list{height: 300px;}
  #news_list .swiper-slide .phone{display: flex;width: 100%;height: 100%;align-items: flex-end;}
  #news_list .swiper-slide .phone h3{background: rgba(0,0,0,.5);color: #fff;width: 100%;padding:10px;text-align: center;}

  .contact_box{display: block;padding:0;}
  .contact_wx{background: none;padding:0;width: 100%;height: auto;justify-content: center;margin-bottom: 15px;}

  .footer{padding:20px 0;}
  .footer .title{font-size: 20px;margin-bottom: 15px;}
  .footer span{padding:0 6px;}
  .footer .link{margin:10px 15px;}

  .home_cate .flex{flex-wrap: wrap;}
  .home_cate .cate_item{width: 50%;margin:20px auto;}
   .home_cate .cate_item:nth-child(2n){
	   
	   border:none;
   }
  .home_cate .cate_item p{font-size: 14px;}
  .home_cate .cate_item img{height: 50px;}


.about {padding:20px 0;}
.special{padding-left:4rem;}

}


.show_title{text-align:center;width:100%;color:#f8b551;font-size:20px}
.show_newstime{margin:10px auto;width：100%}
.show_content{padding:0 20px;line-height:32px;width: 1200px;}