/* css reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding:0; margin:0;}
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
a { color:#000; text-decoration:none; }
a:hover { color: #f38413; }
address, caption, cite, code, dfn, em, th, var { font-weight: normal; font-style: normal; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
q:before, q:after { content:""; }
/* css base */
body { font-family:"微软雅黑"; font-size:12px; color:#000; line-height:1.8;background: #FFFFFF;}
.left{ float:left;}
.right{ float:right;}
.clearfix:after{  content: "."; display: block;height: 0;clear: both; visibility: hidden;}
*{
	margin: 0;
	padding: 0;
}
.wrap{
	width: 1680px;
	margin: 0 auto;

	position: relative;
	
}
.wrap_1200{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	
}
/*导航*/
.nav_box{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2000;
	width: 100%;
    background: rgba(255,255,255,0.6);


}
.pro_second_list{
	margin-top:35px;
}
.nav_box .wrap{
	position: initial;
	z-index: 200;
	overflow: inherit;
}
.nav_box canvas{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
}
.nav_box .logo{
	float: left;
	position: relative;
	z-index: 200;
	
}
.nav_box .logo img{
	display: block;
}

.nav_er{
	float: right;
	
}
.nav_er ul li{
	float: left;
	color: #ffffff;
	margin: 0 1px;
	text-align: center;
	width: 110px;
	height: 90px;
	line-height: 90px;
	font-size: 14px;
	transition: all ease-in-out .5s;
}
.nav_er ul li.act:after{
	display: block;
	width: 60px;
	height: 2px;
	background: #F38413;
	content: "";
	margin: 0 auto;
	position: relative;
	z-index: 2000;
}
.nav_er ul li .nav_list{
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	position: relative;
}
.nav_er ul li .nav_down span{
	display: block;
	border-bottom: 1px solid #bfbfbf;

}

.nav_er ul li .nav_down{
	position: absolute;
	top: 90px;
	left: 0px;
	z-index: 20;	
	width: 100%;
	padding: 20px 0;
    background: rgba(255,255,255,0.6);
    display: none;
}

.nav_er ul li:hover .nav_down{
	display: block;
}
.nav_er ul li .nav_down a{
	color: #000000;
}
.nav_er ul li a{
	display: block;
	transition: all ease-in-out .5s;
}

.nav_er ul li.act a{
   color: #f38413;
}

.nav_er ul li:hover a{
    color: #f38413;
}
.nav_er ul li:hover:after{
	display: block;
	width: 60px;
	height: 2px;
	background: #F38413;
	content: "";
	margin: 0 auto;
	position: relative;
	z-index: 2000;
}
.nav_er ul li em{
	display: block;
	height: 46px;
	line-height: 46px;
}
.nav_er ul li .nav_down dl{
	display: inline-block;
	margin: 0 65px;
}
.nav_er ul li .nav_down dl dt img{
	display: block;
	margin: 0 auto;
}
.nav_er ul li .nav_down dl dd{
	font-size: 16px;
}
.nav_er ul li .nav_down a{
    line-height: 30px;
    color: #000000 !important;
}
.banner{
	position: relative;
}
.img_box img{
	box-sizing: border-box;
}
.banner img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after{
	display: none;
}
.banner .swiper-pagination-bullet{
	border-radius: 0;
	width: 10px;
	height: 10px;
	font-size: 16px;
	color: #FFFFFF;
	opacity: 1;
	

	text-align: left;
}
.banner .swiper-pagination-bullet-active{
	background: #f38413;
	color: #f0cd71;
	position: relative;

}

.banner .swiper-button-prev, .banner .swiper-button-next{
	width: 70px;
	height: 20px;
	color: #ffffff;
	left: 170px;
	background: url(../img/prev.png) no-repeat left center;

}
.banner .swiper-button-next{
	left: auto;
	right: 170px;
	text-align: right;
	background: url(../img/next.png) no-repeat 40px center;
}
.banner .swiper-pagination{
	bottom: 0;
	line-height: 82px;
	height: 82px;
}

.banner2{
	position: relative;
	display:none;
}
.img_box img{
	box-sizing: border-box;
}
.banner2 img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.banner2 .swiper-button-next:after, .banner2 .swiper-button-prev:after{
	display: none;
}
.banner2 .swiper-pagination-bullet{
	border-radius: 0;
	width: 10px;
	height: 10px;
	font-size: 16px;
	color: #FFFFFF;
	opacity: 1;
	

	text-align: left;
}
.banner2 .swiper-pagination-bullet-active{
	background: #f38413;
	color: #f0cd71;
	position: relative;

}

.banner2 .swiper-button-prev, .banner2 .swiper-button-next{
	width: 70px;
	height: 20px;
	color: #ffffff;
	left: 170px;
	background: url(../img/prev.png) no-repeat left center;

}
.banner2 .swiper-button-next{
	left: auto;
	right: 170px;
	text-align: right;
	background: url(../img/next.png) no-repeat 40px center;
}
.banner2 .swiper-pagination{
	bottom: 0;
	line-height: 82px;
	height: 82px;
}
body::-webkit-scrollbar {
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

/*滚动条里面的滚动的块样式*/
body::-webkit-scrollbar-thumb {
 
  background-color: #c8ac61;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

/*滚动条里面轨道*/
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #61574f;
 
}


/*产品*/
.product{
	margin-bottom: 40px;
}
/*公用标题*/
.pub_title{
	margin: 60px 0;
}
.pub_title h4{
	float: left;
	font-size: 36px;
	font-weight: bold;
}
.pub_title h4 em{
	font-size: 16px;
	color: #aaaaaa;
	display: block;
}
.pub_title ul{
	float: right;
	font-size: 14px;
	margin-top: 23px;
}
.pub_title ul li{
	float: left;
	margin-left: 50px;
	width: 229px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #cfcfcf;
}
.pub_title ul li a{
	color: #939393;
	padding: 0 5px;
	display: block;
}
.pub_title ul li:hover{
	background: #f38413;
}
.pub_title ul li:hover a{
	color: #FFFFFF;
}
.pub_title ul li.act{
	background: #f38413;
}
.pub_title ul li.act a{
	color: #FFFFFF;
}
.pub_title_center h4{
	float: none;
	text-align: center;
}
.pro_list{
	
}
.pro_list dl{
	background: #f0f0f0;
	text-align: center;
}
.pro_list dl dt{
	font-size: 20px;
	color: #242424;
	font-weight: bold;
}
.pro_list dl dd{
	font-size: 20px;
	line-height: 22px;
}
.pro_list dl span{
	font-size: 16px;
	color: #939393;
}
.pro_list .pro_list_left{
	width: 66%;
	float: left;
}
.pro_list .pro_list_left dl{
	width: 48.5%;
	height: 658px;
	float: left;
	padding: 50px 0 25px;
	box-sizing: border-box;
}
.pro_list .pro_list_left dl dt{
	width: 80%;
	height: 474px;
	text-align: center;
	display: block;
	margin: 0 auto 40px;
}
.pro_list .pro_list_left dl dt img{
	display: block;
	margin: 0 auto;
	max-width:100%;
	max-height:100%;
}
.pro_list .pro_list_left dl:first-child{
	margin-right: 3%;
}
.pro_list .pro_list_right{
	width: 32%;
	float: right;
	margin-left: 2%;
}
.pro_list .pro_list_right dl{
	height: 310px;
	overflow: hidden;
}
.pro_list .pro_list_right dl dt{
	width: 80%;
	height: 222px;
	max-width: 100%;
	margin: 15px auto;
	display: block;
}
.pro_list .pro_list_right dl:first-child{
	margin-bottom: 38px;
}
.pro_list .pro_list_right dl img{
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.adv{
	position: relative;

	
}
.adv .gallery-top .swiper-slide{
	height: 800px;
	text-align: center;
}
.adv .gallery-top .swiper-slide dl{
	margin-top: 200px;
}
.adv .gallery-top .swiper-slide dl dt{
	font-size: 30px;
	font-weight: bold;
	color: #f38413;
}
.adv .gallery-top .swiper-slide dl dd{
	color: #afafaf;
	display: block;
	margin-bottom: 60px;
	font-size: 14px;
}
.adv .gallery-top .swiper-slide dl span{
	color: #000000;
	font-size: 16px;
	width: 1200px;
	display: block;
	margin: 0 auto;
}
.adv .gallery-top .swiper-slide dl a{
	display: block;
	width: 160px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #cecece;
	margin: 50px auto 0;
	font-size: 14px;
	color: #b0b0b0;
	background: #f38413;
	color: #FFFFFF;
}
.adv .pub_title{
	position: absolute;
	top: 0px;
	left: 6.25%;
	z-index: 20;
}
.adv .gallery-thumbs{
	height: 140px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 200;
	width: 49%;
	background: #f38413;
}
.adv .gallery-thumbs .swiper-slide .adv_words{
	padding-left: 100px;
	margin-top: 37px;
	margin-left: 77px;
	padding-right: 22%;
	
}
.adv .gallery-thumbs .swiper-slide .adv_words dl{
	border-left: 1px solid #FFFFFF;
	padding-left: 60px;
	color: #FFFFFF;
}
.adv .gallery-thumbs .swiper-slide .adv_words dl dt{
	font-size: 20px;
	font-weight: bold;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adv .gallery-thumbs .swiper-slide .adv_words dl dd{
	font-size: 14px;
	-webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.adv .swiper-button-next, .adv .swiper-button-prev{
	left: auto;
	right: 6.25%;
	width: 50px;
	height: 50px;
	text-align: center;
	opacity: 1;
    background: url(../img/prev.jpg) no-repeat center center;
	z-index: 200000;
}
.adv .swiper-button-prev{
	right: 13.93%;
}
.adv .swiper-button-next{
	 background: url(../img/next.jpg) no-repeat center center;
}
/*关于我们*/
.about .pub_title h4{
	float: none;
	text-align: center;
}
.about_list{
	
}
.about_left{
	width: 798px;
	float: left;	
}
.about_video{
	padding-left: 20px;
	padding-bottom: 20px;
	background: url(../img/bg_border.jpg) no-repeat left bottom;
}
.about_left dl{
	margin-top: 20px;
}
.about_left dl dt{
	font-size: 16px;
}
.about_left dl dd{
	color: #afafaf;
}
.about_right{
	width: 39%;
	float: right;
	padding-top: 75px;
}
.about_right dl dt{
	color: #afafaf;
}
.about_right dl dd{
	font-size: 18px;
	padding: 13px 0;
}
.about_right dl dd:after{
	display: block;
	content: "";
	width: 44px;
	height: 1px;
	background: #f38413;
	margin-top: 8px;
}
.about_right p{
	color: #828282;
	padding: 40px 0;
	font-size: 16px;
}
.about_right a{
	display: block;
	width: 158px;
	height: 43px;
	line-height: 43px;
	border: 1px solid #cecece;
	text-align: center;
	color: #b0b0b0;
	font-size: 14px;
}


.safe{
	background: url(../img/safe_bg.jpg) no-repeat center top;
	height: 250px;
	margin-top: 70px;
	padding-top: 89px;
	box-sizing: border-box;
}
.safe_left{
	float: left;
}
.safe_right{
	float: right;
	font-size: 30px;
	background: url(../img/tel.png) no-repeat left center;
	padding-left: 180px;
	font-weight: bold;
	line-height: 40px;
}

.system{
	
}
.system .pub_title ul li{
	width: 150px;
}
.system .pro_list_left{
	width: 100%;
	float: none;
}
.system .pro_list_left dl:first-child{
	margin-right: 1.733%;
}
.system .pro_list_left dl{
	width: 32%;
	margin-right: 1.733%;
}
.system .pro_list_left dl:last-child{
	margin-right: 0px;
}
.system .pro_list_left dl em{
	display: block;
	font-size: 16px;
}
.system .pro_list_left dl em i{
	font-style: initial;
	color: #ff4949;
}

.case{
	margin: 80px 0 0;
	position: relative;
}
.case img{
	display: block;
}
.case .pub_title{
	position: absolute;
	top: 0px;
	left: 6.25%;
	z-index: 20;
}
.case .swiper-button-prev, .case .swiper-button-next{
	width: 50px;
	height: 50px;
	background: url(../img/case_prev.jpg) no-repeat center center;
	opacity: 1;
	left: 6.25%;
}
.case .swiper-button-next{
	background: url(../img/case_next.jpg) no-repeat center center;
	left: auto;
	right: 6.25%;
}
.case_words{
	position: absolute;
	bottom: 115px;
	left: 6.25%;
	z-index: 20;
	font-size: 20px;
	color: #FFFFFF;
}



/*数据展示*/
.num_show{
     position: relative;
     top: -112px;
     z-index: 8999;
}
.num_show .wrap{
	background: #FFFFFF;
	box-shadow: 0 0 6px 1px #fafafa;

}
.num_show .num_team{
   width: 25%;

	float: left;
 
}
.num_show .num_team:last-child{
	margin-right: 0px;
}
.num_show dl{
	
	color: #2867d7;
	border-bottom: 3px solid transparent;
	margin: 15px 1%;
	
	text-align: center;

	box-sizing: border-box;
	transition: all ease-in-out .5s;
	position: relative;
}
.num_show .num_team  span{
	color: #979498;
	font-size: 14px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.num_show .num_team:hover span{
	color: #3f7ce9;
}
.num_show dl dt{
	font-size: 80px;
    color: #f38413;
	line-height: 90px;
	position: relative;
	font-family: Regular; 
}
.num_show dl  em{
	font-size: 14px;
    position: absolute;
    bottom: 12px;
    right: 20%;
    z-index: 20;
    font-weight: bold;
    color: #afafaf;
}
.num_show dl dd{
	font-size: 16px; 
	color: #696969;
}
.news .pub_title{
	margin: 0 0 60px;
}
.news .pub_title ul li{
	width: 150px;
}

.news_list{
	
}
.news_team{
	position: relative;
	width: 32%;
	height: 537px;
	float: left;
	margin-right: 2%;
	background: #f0f0f0;
}
.news_team:last-child{
	margin-right: 0px;
}
.news_team .news_title{
	width: 150px;
	height: 50px;
	line-height: 50px;
	background: #969696;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	border-bottom:none;
}
.news_team .news_pho{
	background: #dedede;
	height: 277px;
	
	vertical-align: middle;
}
.news_team .news_pho img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.news_team .news_words{
	padding: 30px 20px;
	background: #f0f0f0;
	height: 250px;
	box-sizing: border-box;
}
.news_team .news_words h4{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_team .news_words em{
	display: block;
	font-size: 16px;
	margin: 20px 0;
	color: #a1a1a1;
}
.news_team .news_words p{
	font-size: 16px;
	color: #646464;
	-webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
	-webkit-box-orient: vertical;
}
.news_team .news_words a{
	color: #afafaf;
	display: block;
	margin-top: 15px;
}
.news_team_list{
	margin-top: 70px;
}
.news_team .news_team_list .news_words{
	border-bottom: 1px solid #dedede;
	height: auto;
	padding: 0 0 10px;
	margin: 0 20px;
}
.news_team .news_team_list .news_words em{
	margin: 3px 0;
}
.news_team .news_team_list .news_words:hover h4{
	color: #f38413;
}


.pub_more a{
	display: block;
	width: 158px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #cecece;
	text-align: center;
	font-size: 14px;
	margin: 70px auto;
	color: #b0b0b0;
}


.message{background: #fafafa;overflow: hidden;padding-bottom: 40px;}
.message .wrap{position: relative;height:665px;}
.message .lai1{position: absolute;left:0;top:18px;z-index:9;background: #FFFFFF;width: 53%;}
.message .lai2{position: absolute;right:0;z-index:8;}
.message .pub_title h4 {
    float: none;
    text-align: center;
}
.contact_le{
	

	padding: 45px;
	box-sizing: border-box;
}	
.message_title{
	border: 1px solid #f7f7f7;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 20px;
}
.message_title dl dt{
	font-size: 20px;
	color: #626262;
}
.message_title dl{
	font-size: 30px;
	color: #f38413;
	font-weight: bold;
	background: url(../img/tel.png) no-repeat 110px center;
	padding: 15px 0;
	text-indent: 45px;
}
.contact_le ul li{
	width: 100%;
	margin-bottom: 20px;
}
	
.contact_le ul li input{
	display: block;
	width: 100%;
	height: 47px;
	border: 1px solid #f7f7f7;
	outline: none;
	padding: 0 5px;
	box-sizing: border-box;
	background: none;
	text-indent: 40px;
}

.contact_le ul li.thum .input_team{
   width: 49%;
   float: left;
}
.contact_le ul li.thum .input_team{
	margin-right: 2%;
}
.contact_le ul li.thum .input_team input{
	background: none;
}
.contact_le ul li.thum .input_team:first-child{
	background: url(../img/message2.png) no-repeat 15px center ;
}
.contact_le ul li.thum .input_team:last-child{
	margin-right: 0px;
	background: url(../img/tel_m.png) no-repeat 15px center ;
}
.contact_le ul li:nth-child(2) .input_team:last-child{
	background: url(../img/diqu.png) no-repeat 15px center ;
}
.contact_le ul li:first-child .input_team:first-child{
	background: url(../img/pople.png) no-repeat 15px center;
}
.contact_le ul li textarea{
	display: block;
	width: 100%;
	height: 99px;
    background: url(../img/online.png) no-repeat 5px 8px;
	border: 1px solid #ededed;
	outline: none;
	padding: 10px 20px;
	padding-left: 35px;
	box-sizing: border-box;
}
.contact_le ul li.sub input{
	background: #f38413;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	width: 180px;
	height: 55px;
	text-align: center;
	text-indent: 0px;
}


.htmleaf-container img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.server{
	background: url(../img/server_bg.jpg) no-repeat center top;
	height: 469px;
	overflow: hidden;
}
.server .pub_title h4 {
    float: none;
    text-align: center;
}
.server_list{
	text-align: center;
}
.server_list dl{
	display: inline-block;
	margin: 0 80px;
}
.server_list dl img{
	margin: 0 auto;
}
.server_list dl:hover img{
	filter: invert(53%) sepia(58%) saturate(859%) hue-rotate(352deg) brightness(97%) contrast(96%);
}
.server_list dl dt{
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.server_list dl dd{
	color: #afafaf;
	
}


.ypl_contact{
	background: #f38413;
	padding: 40px 0;
}
.ypl_contact dl{
	width: 50%;
	float: left;
	color: #FFFFFF;
	background: url(../img/contact_tel.png) no-repeat left center;
	padding-left: 80px;
	box-sizing: border-box;
	position: relative;
	border-right:1px solid #fff;
}
.ypl_contact dl:last-child{
	background: url(../img/contact_join.png) no-repeat left center;
	border-right:none;
	width:46%;
	margin-left:4%;
}
.ypl_contact dl a{
	color: #FFFFFF;
}
.ypl_contact dl dt{
	font-size: 20px;
}
.ypl_contact dl dd{
	font-size: 14px;
}
.ypl_contact dl i{
	position: absolute;
	top: 5px;
	right: 10%;
	z-index: 20;
}


/*footer*/
.footer{
	color: #fbfbfb;
	overflow: hidden;
}
.f_nav{

	width: 64%;
	float: left;
}
.f_nav .wrap{
	border-bottom: 1px solid #202020;
}
.f_nav ul li{
	float: left;
    
	font-size: 16px;
	margin-right: 53px;
}
.f_nav ul li>a{
	display: block;
	margin-bottom: 28px;
}
.f_nav ul li a{
	color: #fbfbfb;
}
.f_nav ul li .nav_down_foot ul li{
	float: none;
	font-size: 14px;
}
.f_nav ul li .nav_down_foot ul li a{
	color: #3e3e3e;
	margin-bottom: auto;
	line-height: 36px;
}
.f_cen{
	background: #000000;
	padding: 60px 0;
	
}
.cen_le{
	padding: 85px 0;
	float: left;
}
.cen_le{
	float: left;
	
}
.f_logo{
	float: left;
	margin-top: 10px;
}
.cen_le dl{
	float: left;
	background: url(../img/foot_bg.jpg) no-repeat left center;
	padding-left: 50px;
	margin: 0px 30px;
}
.cen_le dl dt{
	font-size: 14px;
	color: #535353;
}
.cen_le dl dd{
	font-size: 24px;
	padding: 10px 0;
	font-weight: bold;
}
.cen_le dl span{
	font-size: 14px;
	color: #535353;
}
.cen_cen{
	float: left;
	padding: 0px 25px 50px;
	font-size: 14px;
	line-height: 32px;
	max-width: 433px;
	box-sizing: border-box;
}
.cen_cen img{
	display: block;
	margin-bottom: 20px;
}
.cen_ri{
	text-align: right;
	padding: 10px;
	float: right;
	background: #0e0e0e;
	margin-bottom:5px;
}
.cen_ri dl{
	display: inline-block;
	margin: 0 20px;
	font-size: 14px;
	text-align: center;
}

.foot{
	background: #1c1c1c;
	line-height: 70px;
	color: #FFFFFF;
	font-size: 14px;
}
.foot a{
	color: #FFFFFF;
}
.foot_link{
	float: left;
}
.foot_word{
	float: right;
}
.f_nav_right{
	padding: 20px 0;
	background: #050505;

	text-align: center;
	color: #464646;
}
.f_nav_right a{
	color: #464646;
}


.main{
	
}
.pro_second{
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}
.location{
	font-size: 14px;
	position: absolute;
	top: -50px;
	z-index: 1;
}
.pro_second ul li{
	display: inline-block;
	height: 76px;
	line-height: 76px;
	font-size: 16px;
	margin-right: 70px;
}
.pro_second ul li a{
	display:block;
}
.pro_second ul li.act{
	border-bottom: 1px solid #f38413;
}
.pro_second ul li:hover{
	border-bottom: 1px solid #f38413;
}
.pro_adv{
	margin-bottom: 80px;
}
.pro_adv_team{
	width: 31.5%;
	
	float: left;
	text-align: center;
	border: 1px solid #f0f0f0;
	padding: 32px 30px;
	box-sizing: border-box;
	margin-right: 1.5%;
}
.pro_adv_team dl{
	max-width:100%;
	max-height:100%;
	display:block;
	margin:0 auto;
}
.pro_adv_team em{
	max-width:100%;
	max-height:100%;
	display:block;
	margin:0 auto;
}
.pro_adv_team img{
	max-width:100%;
	max-height:100%;
	display:block;
	margin:0 auto;
}
.pro_adv_team:last-child{
	margin-right: 0px;
}
.pro_adv_team dl dt{
	font-size:24px;
	font-weight: bold;
	margin-bottom: 25px;
}
.pro_adv_team dl dd{
	font-size: 16px;
	text-align: left;
	line-height: 30px;
}
.pro_second_list ul{
	background: #eeeeee;
}
.pro_second_list ul li{
	width: 31%;
	float: left;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 18px;
	margin-right: 1%;
	position: relative;
}
.pro_second_list ul li:after{
	display: block;
	width: 1px;
	height: 18px;
	background: #a4a4a4;
	content: "";
	float: right;
	margin: 0 10px;
	margin-top: 19px;
	position: absolute;
	right: -17px;
	top: 6px;
	z-index: 20;
}
.pro_second_list ul li a{
	display: block;
}
.pro_second_list ul li.act{
	/* background: #f38413; */
}
.pro_second_list ul li.act a{
	/* color: #FFFFFF; */
}
.pro_second_list ul li:hover{
	background: #f38413;
}
.pro_second_list ul li:hover a{
	color: #FFFFFF;
}
.pro_second_list2 ul li{
	width: 23%;
}
.xt_box{
	margin: 30px 0;
}
.xt_pho{
	width: 45.8%;
	height: 396px;
	float: left;
	background: #f0f0f0;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
	
}
.xt_pho img{
	max-width: 100%;
	max-height: 100%;
}
.xt_words{
	width: 47.5%;
	margin-left: 6%;
	float: right;
}
.xt_words ul li{
	border-bottom: 1px solid #f4f4f4;

	line-height: 64px;
	font-size: 16px;
}
.xt_words ul li em{
	font-size: 24px;
	font-weight: bold;
}
.xt_words ul li .function{

}
.xt_words ul li .function span{
	background: url(../img/pro_bg.jpg) no-repeat left center;
	padding-left: 15px;
	margin-right: 8px;
}
.xt_words ul li:nth-child(3){
	line-height: 40px;
}
.xt_words ul li i{
	color: #ff4949;
	font-style: inherit;
	font-size: 20px;
}
.pro_more a{
	display: block;
	width: 150px;
	height: 49px;
	line-height: 49px;
	font-size: 14px;
	border: 1px solid #cecece;
	color: #b0b0b0;
	text-align: center;
	margin-top: 30px;
}

.pro_list_list{
	
}
.pro_list_team .pro_list_pho{
	width: 380px;
	height: 330px;
	padding: 20px 0;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	background: #f0f0f0;
}
.pro_list_team .pro_list_pho img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.pro_list_team{
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.pro_list_list .swiper-pagination-bullet-active{
	background:#f38413;
}
.pro_list_team:nth-child(3n+3){
	margin-right: 0px;
}
.pro_list_words{
	background: url(../img/pro_right.jpg) no-repeat right center;
	padding: 10px 0;
}
.pro_list_words  h4{
	font-size: 18px;
}
.pro_list_words  p{
	font-size: 16px;
	color: #c6c6c6;
}

.padding{
	text-align: center;
	margin: 35px 0;
}
.padding ul li{
	display: inline-block;
	border: 1px solid #cecece;
	font-size: 14px;
}
.padding ul li span{
	padding: 3px 10px;
    display: block;
}
.padding ul li.active{
	background: #f38413;
	color: #FFFFFF;
}
.padding ul li a{
    padding: 3px 10px;
    display: block;
}
.padding ul li.active a{
	background: #f38413;
	color: #FFFFFF;
}
.padding ul li:hover a{
	background: #f38413;
	color: #FFFFFF;
}
/*推荐内容*/
.tj_pro_box{
	background: #fbfbfb;
}
.tj_pro_box .pro_list_team .pro_list_pho{
	height: 287px;
}
.tj_pro_box .pro_list_team{
	width:100%;
}
.tj_pro_box .pro_list_team:nth-child(3n+3){
	margin-right: 1%;
}
.tj_pro_box .pro_list_words{
	text-align: center;
	background: none;
}


.parameter{
	background: #fbfbfb;
	padding-bottom: 70px;
	margin-top: 70px;
}
.parameter_list table{
	width: 100%;
	border: none;
}
.parameter_list table tr{
	border-bottom: 2px solid #bcbcbc;
}
.parameter_list table tr:first-child{
	border-top: 2px solid #bcbcbc;
}
.parameter_list table tr td{
	width: 25%;
	border: none;
	padding: 8px 0;
}
.case_list{
	margin-bottom: 70px;
}
.case_list dl{
	width: 31.66%;
	float: left;
	margin-right: 2.5%;
	text-align: center;
}
.case_list dl img{
	display: block;
	max-width: 100%;
}
.case_list dl:last-child{
	margin-right: 0px;
}
.case_list dl dd{
	font-size: 18px;
}

.download{
	margin-top: 80px;
}
.download .d_team{
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 28px;
	margin-bottom: 28px;
}
.download .d_team h4{
	font-size: 20px;
	font-weight: bold;
}
.download .d_team em{
	font-size: 16px;
}
.d_time{
	float: left;
	font-size: 16px;
}
.d_words{
	float: right;
	font-size: 16px;
}
.d_words a{
	margin-left: 15px;
}

.job{
	margin-top: 100px;
}
.job_team{
	width: 48%;
	height: 490px;
	padding: 35px 30px;
	box-sizing: border-box;
	float: left;
	border: 1px solid #f0f0f0;
	font-size: 16px;
	margin-bottom: 35px;
	margin-right: 2%;
}
.job_team:nth-child(2n+2){
	margin-right: 0px;
}
.job_team h4{
	font-size: 20px;
}
.job_more a{
	display: block;
	width: 128px;
	height: 45px;
	line-height: 45px;
	
	text-align: center;
	border: 1px solid #efefef;
	margin-top: 35px;
}
.job_more a:hover{
	background: #f38413;
	color: #FFFFFF;
}

.solve{
	margin-top: 100px;
}
.solve .solve_team{
	width: 31%;
	height: 500px;
	float: left;
	padding: 30px;
	box-sizing: border-box;
	background: #f0f0f0;
	margin-right: 2%;
	margin-bottom: 30px;
}
.solve .solve_team:nth-child(3n+3){
	margin-right: 0px;
}
.solve .solve_team h4{
	font-size: 20px;
	height: 72px;
	font-weight: bold;

}
.solve .solve_team .solve_pho{
	height: 300px;
	display: table-cell;
	vertical-align: middle;
}
.solve .solve_team .solve_pho img{
	max-width: 100%;
}
.solve .solve_team  .solve_words{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
}
.solve_more{
	margin-top: 10px;
	color: #a1a1a1;
}
.solve_more a{
	color: #a1a1a1;
}


.contact{
	margin: 80px 0;
}
.contact_left{
	width: 28.5%;
	float: left;
}
.contact_left h3{
	font-size: 24px;
	margin-top: 22px;
}
.contact_left h4{
	font-size: 14px;
	color: #b5b5b5;
	margin-bottom: 22px;
}
.contact_left p{
	font-size: 18px;
}
.contact_right{
	width: 59%;
	float: right;
}
.contact_right #map{
	height: 759px;
}
.contact_left .cen_ri{
	float: none;
	width: 150px;
	background: #747474;
	color: #FFFFFF;
	margin-top: 30px;
	padding: 25px 10px;
	text-align: center;
}
.contact_left .cen_ri dl{
	margin: 0 auto;
}
.contact_left .cen_ri img{
	display: block;
	margin: 0 auto;
}
.contact_left .cen_ri dl dd{
	padding-top: 10px;
}




.newsde{margin: 0px 0 30px;margin-top: 100px;}
.newsde .news_ri{
	width: 100%;
	float: none;
}
.news_ri ul li .news_word{
	width: 55%;
	float: left;
}
.news_ri ul li .news_word em{
	color:#454545;
	display:block;
	margin-bottom:3px;
}
.news_ri ul li .news_word h4{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_ri ul li .news_word h4 a{
	color: #000;
}
.news_ri ul li .news_word h4:hover a{
	text-decoration: underline;
	color: #f38413;
}
.news_ri ul li .news_word p{
	font-size: 14px;
	color: #5b5b5b;
	line-height: 28px;
	margin-bottom: 10px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_ri ul li .news_word p {
	color:#454545;
}
.news_ri ul li .news_word .news_more a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #c0c0c0;
	background-size: cover;
	margin-top: 20px;
	border: 1px solid #c0c0c0;
}
.news_ri ul li .news_pho{
	width: 32%;
	height: 250px;
	margin-right: 5%;
	box-sizing: border-box;
	float: left;
  overflow: hidden;
}
.news_ri ul li .news_pho .news_pho_box{
	width: 100%;
	height: 100%;
	transition: all ease-in-out .5s;
	background-size: cover !important;
}
.news_ri ul li:hover .news_pho .news_pho_box{
	transform: scale(1.2);
}
.news_ri ul li .news_pho a{
	display: block;
	width: 100%;
	height: 100%;
}
.newsde .news_ri ul li h4 span{
	background: none;
	padding-left: 0;
}
.newsde .news_ri ul li{
	margin: 0;
	padding: 0;
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ececec;
}
.newsde .news_ri ul li>.news_word{
	width:63%;
}
.newsde .news_ri ul li:hover .news_more a {
	background: #f38413;
	color: #fff;
	
}
.newsde .news_ri ul li .titme{
	float: right;
	margin-top: 33px;
}
.newsde .news_ri ul li .titme dl{
	color: #787878;
}
.newsde .news_ri ul li .titme dl dt{
	font-size: 30px;
}
.newsde .news_ri ul li .titme dl dd{
	font-size:14px;
}

.newsde2  .news_ri ul li .news_more a{
	background: none;

}
.news_lb{
	 width: 47%;

	float: left;
}
.news_lb .swiper-slide{
	width: 100%;

	background-size: cover !important;
}
.news_lb .swiper-slide a{
	display:block;
	width:100%;
	height:100%;
}
.news_wordsde{
	width: 50%;
	float: right;
}
.newsde2 .news_ri ul li .news_word h4{
	margin-top: 0px;
}
.newsde2 .news_listde{
	margin-bottom: 35px;
}
.newsde2 .news_ri .news_wordsde .news_word{
	width: 100%;
}
.news_ri .news_team .news_pho{
	display: block;
	height: 320px;
}
.news_ri .news_team .news_words{
	padding: 15px;
	height: 160px;
}
.news_ri .news_team .news_words em{
	margin: 5px 0;
	
}
.news_ri .news_team{
	height: auto;
}
.news_ri .news_team .news_words p{
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_ri .swiper-pagination-bullet{
	border-radius: 0;
	background: #292929;
	opacity: 1;
}
.news_ri  .swiper-pagination-bullet-active{
	background: #f38413;
}




/*新闻详情页*/
.ypl_two_news{
	margin-top: 65px;
	margin-bottom: 70px;
}
.ypl_two_news .ypl_two_news_left{
	width: 66%;
	padding: 0 2%;
	box-sizing: border-box;
	float: left;
	background: #FFFFFF;
}
.ypl_two_news .ypl_two_news_left img{
	max-width:100%;
}
.ypl_two_news .ypl_two_news_left h4{
	font-size: 20px;
	margin: 15px 0;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
.ypl_two_news .ypl_two_news_left em{
	text-align: center;
	display: block;
	margin-bottom: 25px;
	font-style: inherit;
	font-size: 16px;
	color: #939598;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 15px;
}
.ypl_two_news .ypl_two_news_right{
	width: 25%;
	float: right;
	
}
.news_title{
	background: #f0f0f0;
	height: 42px;
	line-height: 42px;
	text-indent: 10px;
	font-size: 20px;
   border-bottom: 1px dashed #d9d9d9;
   border-top: 3px solid #f38413;
   font-weight: bolder;
}
.ypl_two_news .ypl_two_news_right .tj_news{
	margin-bottom: 30px;
	background: #f0f0f0;
	overflow: hidden;
}
.ypl_two_news .ypl_two_news_right .tj_contact{
	background: #f0f0f0;


	padding: 10px;
	box-sizing: border-box;

}
.tj_news{
	padding: 0 10px;
	padding-top: 25px;
}
.tj_news ul li{
	font-size: 14px;


	display: block;

	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 5px;
}
.tj_news ul li a{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	color: #8e8e8e;
}
.tj_news ul li span{
	color: #8e8e8e;
	display: block;
	margin: 8px 0;
}
.tj_news ul li:hover a{
	color: #f38413;
}
.tj_contact{
	font-size: 14px;
	padding-top: 25px;
	line-height: 34px;
}
/*新闻详情页*/

.case_de_list{
	margin-top: 100px;
}
.case_team{
	width:405px;
	float:left;
	margin-bottom: 30px;
	margin-right:20px;
}
.case_team:nth-child(4n+4){
	margin-right:0px;
}

.case_pho{
	
}
.case_pho img{
	display: block;
	max-width:100%;
}
.case_words_de{
	
	
	box-sizing: border-box;
}
.case_words_de h4{
	font-size: 18px;
	padding:8px 0;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case_words_de h4:after{
	display: block;
	width: 100%;
	height: 1px;
	background: #f0f0f0;
	content: "";
	margin-top: 8px;
}
.case_team:hover  h4:after{
	background: #f38413;
}
.case_words_de p{
	color: #8c8c8c;
	font-size: 18px;
}



/*添加*/

:root{--safe:1680px;--inner_safe:1200px;--theme:#000;--assist:#111;--long_margin:100px;--medium_margin:50px;--short_margin:10px;--m_long_margin:1rem;--m_medium_margin:.5rem;--m_short_margin:.1rem;}
			*{box-sizing: border-box;}
			body{margin:0;}
			h1,h2,p{margin-block-start:0;margin-block-end:0;}
			h1,h2{font-weight: normal;}
			a{text-decoration: none;}
			.mask_icon{display: block;margin: 0 auto;}
			.outter_wrapper{width: var(--safe);margin:0 auto;}
			.outter_wrapper .inner_wrapper{width: var(--inner_safe);margin: 0 auto;}
			.description{text-indent: 30px;}
			.img_box{display:flex;justify-content: center;align-items: center;overflow: hidden;}
			.img_box img{max-width: 100%;max-height: 100%;transition: all .5s;}
			.img_box:hover img{transform: scale(1.1);}
			.float_left{float:left;}
			.float_right{float:right;}
			.clear_both{clear:both;}
			.inner_guide{font-size: 36px;font-weight: bold;color: #000;text-align: center;}
			.inner_slogan{font-size: 16px;color: #afafaf;text-align: center;margin-top:var(--short_margin);}
			.inner_description{font-size: 16px;color: #4c4c4c;text-indent: 30px;line-height: 35px;margin-top: var(--medium_margin);}
			.screen_1{padding:60px 0 50px 0;}
			.screen_1 .outter_wrapper .inner_wrapper .decoration{width: 100%;}
			.screen_2 .list{margin-top: var(--medium_margin);}
			.screen_2{background: url(../img/about_brand_culture_bg.png) no-repeat;background-position: left bottom;padding: var(--medium_margin) 0;}
			.screen_2 .outter_wrapper .inner_wrapper .list .swiper-container{height: 450px;}
			.screen_2 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide{height:450px;background: #fff;}
			.screen_2 .outter_wrapper .inner_wrapper .list .swiper-pagination{margin-top: var(--medium_margin);position: static;}
			.screen_2 .outter_wrapper .inner_wrapper .list .swiper-pagination .swiper-pagination-bullet{margin:0 15px;border-radius: 0;opacity: 1;background: #292929;}
			.screen_2 .outter_wrapper .inner_wrapper .list .swiper-pagination .swiper-pagination-bullet-active{background: #f38413;}
			.screen_2 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide .f1{width: 100%;z-index: 1;}
			.screen_2 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide .f2{position: absolute;top: 50%;margin-top: -38px;left:50%;margin-left: -35px;z-index: 2;}
			.screen_2 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide .order_number{position: absolute;font-size: 60px;text-align: center;left: 0;right: 0;top: 57%; z-index: 1;color:#ececec;}
			.screen_2 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide .title{font-size: 20px;color: #4c4c4c;text-align: center;z-index: 2;position: absolute;top:284px;left:0;right:0;}
			.screen_2 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide .description{font-size: 16px;color: #afafaf;line-height: 35px;padding: 20px;height: 145px;position: absolute;bottom: 0;left: 0;right: 0;}
			.screen_2 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide:hover .f2,.screen_2 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide:hover .title,.screen_2 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide:hover .description{display: none;}
			.screen_2 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide .mask{position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(243,132,19,.9);z-index: 3;display: none;padding: 20px;}
			.screen_2 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide:hover .mask{display: block;}
			.screen_2 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide:hover .mask .mask_icon{margin: 0 auto;}
			.screen_2 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide:hover .mask .mask_title{font-size: 20px;color: #fff;text-align: center;margin-top: 20px;}
			.screen_2 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide:hover .mask .mask_description{font-size: 16px;line-height: 35px;color: #fff;text-indent: 30px;margin-top: var(--short_margin);}
			.screen_3{padding: var(--medium_margin);}
			.screen_3 .swiper-button-prev,.screen_3 .swiper-button-next{background:none;top:77px !important;}
			.screen_3 .outter_wrapper .inner_wrapper .list{margin:var(--long_margin) auto 0 auto;width: 920px;}
			.screen_3 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide .year{font-size: 24px;color: #000;text-align: center;}
			.screen_3 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide:hover .year{color: #f38413;}
			.screen_3 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide .circle{width: 14px;height: 14px;border-radius: 7px;border: 1px solid #afafaf;margin:25px auto;z-index: 2;}
			.screen_3 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide:hover .circle{border: 1px solid #f38413;}
			.screen_3 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide .title{font-size: 18px;color: #4c4c4c;text-align: center;margin-top: 25px;}
			.screen_3 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide:hover .title{color: #F38413;}
			.screen_3 .outter_wrapper .inner_wrapper .list .swiper-button-prev:after{content: "←";font-size: 20px;color:#f38413;}
			.screen_3 .outter_wrapper .inner_wrapper .list .swiper-button-next:after{content:"→";font-size: 20px;color:#f38413;}
			.screen_3 .outter_wrapper .inner_wrapper .line{position: absolute;z-index: 1;top:276px;width:1200px;height:1px;background: #f0f0f0;}
			.screen_3 .outter_wrapper .inner_wrapper .details{width: 1000px;height: 350px;margin:var(--medium_margin) auto 0 auto;background: #f0f0f0;padding: 20px;}
			.screen_3 .outter_wrapper .inner_wrapper .details .swiper-container .swiper-wrapper .swiper-slide .text{width: 450px;padding-top: 40px;}
			.screen_3 .outter_wrapper .inner_wrapper .details .swiper-container .swiper-wrapper .swiper-slide .text .text_line{width: 60px;height: 2px;background: #f38413;}
			.screen_3 .outter_wrapper .inner_wrapper .details .swiper-container .swiper-wrapper .swiper-slide .text .title{font-size: 20px;color: #4c4c4c;margin-top: var(--medium_margin);}
			.screen_3 .outter_wrapper .inner_wrapper .details .swiper-container .swiper-wrapper .swiper-slide .text .description{font-size: 18px;color: #797979;line-height: 35px;margin-top: 30px;}
			.screen_4{padding: var(--medium_margin) 0;background: url(../img/about_honor_certificate_bg.png) no-repeat;}
			.screen_4 .outter_wrapper .inner_wrapper .list{margin-top: var(--long_margin);}
			.screen_4 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide .title{font-size: 18px;color: #4c4c4c;text-align: center;margin-top: 15px;}
			.screen_4 .swiper-button-prev,.screen_4 .swiper-button-next{width: 60px;height: 60px;background: #f0f0f0  !important;}
			.screen_4 .swiper-button-prev:hover,.screen_4 .swiper-button-next:hover{
				background: #f38413  !important;
			}
			.screen_4 .swiper-button-prev:after,.screen_4 .swiper-button-next:after{
				content:"<";
				width: 60px;height: 60px;line-height:60px;text-align:center;display:block;
			}
			.screen_4 .swiper-button-next:after{
				content:">";
			}
			.screen_4 .swiper-button-disabled{opacity: 1;background: #f0f0f0;}
			.screen_4 .swiper-button-disabled.swiper-button-prev:after,.screen_4 .swiper-button-disabled.swiper-button-next:after{color: #797979;}
			.screen_4 .swiper-button-prev:after,.screen_4 .swiper-button-next:after{color:#fff;font-size:20px;}
			.screen_5{padding: var(--medium_margin) 0;}
			.screen_6{padding-top: var(--medium_margin);position: relative;}
			.screen_6 .swiper-slide-thumb-active{border: 2px solid #F38413;}
			.screen_6 .swiper-button-prev,.screen_6 .swiper-button-next{color: #fff;background:url(../img/h_prev.png) no-repeat center center;}
			.screen_6 .swiper-button-next{background:url(../img/h_next.png) no-repeat center center;}
			.screen_6 .outter_wrapper .inner_wrapper .main{position: absolute;top:0;right: 0;bottom: 0;left: 0;z-index: 1;}
			.screen_6 .outter_wrapper .inner_wrapper .thumb{position: absolute;bottom: 0;left: 0;right: 0;height: 180px;background: rgba(175,175,175,.6);padding: 15px 0;z-index: 2;}
			.screen_6 .outter_wrapper .inner_wrapper .thumb .
			-container{width: 1200px;margin:0 auto;}
			.screen_6 .outter_wrapper .inner_wrapper .thumb .swiper-container .swiper-wrapper{width: 924px;}
			.screen_7{padding: var(--medium_margin) 0;}
			.screen_7 .banner{margin-top: var(--medium_margin);}
			.screen_7 .outter_wrapper .inner_wrapper .banner .swiper-container{height: 410px;}
			.screen_7 .outter_wrapper .inner_wrapper .banner .swiper-container .swiper-wrapper .swiper-slide .text{position: absolute;bottom: 0;right: 0;width: 520px;height: 160px;padding: 30px;background: #fff;}
			.screen_7 .outter_wrapper .inner_wrapper .banner .swiper-container .swiper-wrapper .swiper-slide .text h1{font-size: 18px;color: #4c4c4c;}
			.screen_7 .outter_wrapper .inner_wrapper .banner .swiper-container .swiper-wrapper .swiper-slide .text p{font-size: 16px;line-height: 35px;color: #afafaf;margin-top: var(--short_margin);}
			.screen_7 .swiper-pagination{position: static;}
			.screen_7 .swiper-pagination-bullet{border-radius:0;background: #292929;margin:0 10px;opacity: 1;}
			.screen_7 .swiper-pagination-bullet-active{background: #F38413;}
			.screen_8{padding: var(--medium_margin) 0;}
			.screen_8 .outter_wrapper .inner_wrapper .swiper-container .swiper-wrapper .swiper-slide h1{font-size: 18px;color: #242424;margin-top: var(--short_margin);text-align: center;}
			.screen_8 .list{margin-top: var(--medium_margin);}
			


.outter_wrapper{width: var(--safe);margin:0 auto;}
			.outter_wrapper .inner_wrapper{width: var(--inner_safe);margin: 0 auto;}
			.description{text-indent: 30px;}
			.img_box{display:flex;justify-content: center;align-items: center;overflow: hidden;}
			.img_box img{max-width: 100%;max-height: 100%;transition: all .5s;}
			.img_box:hover img{transform: scale(1.1);}
			.float_left{float:left;}
			.float_right{float:right;}
			.clear_both{clear:both;}
			.inner_guide{font-size: 36px;font-weight: bold;color: #000;text-align: center;}
			.inner_slogan{font-size: 16px;color: #afafaf;text-align: center;margin-top:var(--short_margin);}
			.inner_description{font-size: 16px;color: #4c4c4c;text-indent: 30px;line-height: 35px;margin-top: var(--medium_margin);}
			.learn{padding: 100px 0 var(--medium_margin) 0;}
			.learn .banner{margin-top: var(--medium_margin);}
			.learn .img_box{height: 330px;}
			.learn .swiper-slide:hover .img_box{border:2px solid #F38413;}
			.learn img{transform: scale(1);}
			.learn .active{display: none !important;}
			
			
			.learn h1{font-size: 16px;color: #4c4c4c;text-align: center;margin: var(--short_margin);}
			.sale_net{padding: var(--medium_margin) 0;background: url(../img/support_sale_net_bg.png) no-repeat;}
			.sale_net .list{margin-top: var(--long_margin);}
			.sale_net .list .img_box{width: 49%;}
			.faq{padding: var(--medium_margin) 0;}
			.faq .banner{margin-top: var(--medium_margin);}
			.faq .banner .swiper-slide{height: 500px;padding: 30px;background: #f0f0f0;}
			.faq h1{font-size: 20px;font-weight: bold;line-height: 35px;color: #000;}
			.faq .img_box{height: 230px;margin-top: var(--short_margin);}
			.faq p{font-size: 14px;line-height: 30px;color: #646464;margin-top: var(--short_margin);}
			.faq .more{font-size: 14px;color: #939393;margin-top: var(--short_margin);}
			.faq .swiper-pagination{position: static;margin-top: var(--medium_margin);}
			.faq .swiper-pagination-bullet{border-radius: 0;opacity: 1;background: #292929;margin:0 10px;}
			.faq .swiper-pagination-bullet-active{background: #F38413;}

.outter_wrapper{width: var(--safe);margin:0 auto;}
			.outter_wrapper .inner_wrapper{width: var(--inner_safe);margin: 0 auto;}
			.description{text-indent: 30px;}
			.img_box{display:flex;justify-content: center;align-items: center;overflow: hidden;}
			.img_box img{max-width: 100%;max-height: 100%;transition: all .5s;}
			.img_box:hover img{transform: scale(1.1);}
			.float_left{float:left;}
			.float_right{float:right;}
			.clear_both{clear:both;}
			.inner_guide{font-size: 36px;font-weight: bold;color: #000;text-align: center;}
			.inner_slogan{font-size: 16px;color: #afafaf;text-align: center;margin-top:var(--short_margin);}
			.inner_description{font-size: 16px;color: #4c4c4c;text-indent: 30px;line-height: 35px;margin-top: var(--medium_margin);}
			.reason{padding: var(--long_margin) 0 var(--medium_margin) 0;}
			.reason .banner{margin-top: var(--medium_margin);}
			.reason .swiper-container{width: 100%;margin:0 auto;height: 500px;}
			.reason .swiper-container .swiper-slide- .inner{
				
				
			}
			
			.reason a{display: flex;justify-content: center;align-items: center;padding: 20px;}
			.reason .inner{width: 100%;height: 100%;border: 2px solid #F38413;display: flex;justify-content: center;align-items: center;padding-top: 80px;}
			.reason .swiper-container .swiper-slide-active .inner{
				display:block;
				
			}
			.reason .title{font-size: 24px;font-weight: bold;color: #000;text-align: center;}
			.reason .line{width: 30px;height: 1px;background: #4c4c4c;margin-top: 20px;margin-left:auto;margin-right:auto;}
			.reason .alias{text-transform: uppercase;font-size: 12px;color: #afafaf;margin-top: 20px;text-align: center;}
			.reason .description{font-size: 20px;color: #4c4c4c;margin-top: var(--medium_margin);text-align: center;}
			.reason .right{font-size: 30px;color: #4c4c4c;text-align: center;margin: var(--medium_margin) auto 0;float: none;} 
			.reason .swiper-pagination{position: static;margin-top: var(--medium_margin);}
			.reason .swiper-pagination-bullet{border-radius: 0;opacity: 1;background: #292929;margin:0 10px;}
			.reason .swiper-pagination-bullet-active{background: #F38413;}
			
			/*添加*/
			.menubtn{
				display: none;
			}			
	
@media screen and (min-width: 1200px) and (max-width: 1440px){
	.wrap{
		width:1200px;
	}
}			
@media screen and (min-width: 320px) and (max-width: 768px){
	.wrap{
		width: 100%;
	}
	.banner{
		display:none;
	}
	.banner2{
		display:block;
	}
	.nav_box{
		padding: 10px 0;
	}
	.nav_er{
		display: none;
	}
	.nav_box .logo{
		margin-top: 0;
		margin-left: 2%;
	}
	.nav_box .logo img{
		max-width: 50%;
	}
	.menubtn{
		display: block;
	}
	.banner .swiper-pagination{
		height: 30px;
		line-height: 30px;
	}
	.pub_title h4{
		float: none;
		text-align: center;
		font-size: 20px;
	}
	.pub_title h4 em{
		font-size: 14px;
	}
	.pub_title ul{
		float: none;
	}
	.pub_title ul li{
		width: 23%;
		height: 35px;
		line-height: 35px;
		box-sizing: border-box;
		margin: 0 1%;
		margin-left: auto;
	}
	.pub_title ul li a{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding: 0 5px;
		display: block;
	}
	.pro_list .pro_list_left{
		width: 100%;
		float: none;
	}
	.pro_list .pro_list_left dl{
		width: 48%;
		height: auto;
		padding: 10px 0 5px;
		margin: 0 1% 8px;

	}
	.pro_list .pro_list_left dl dt{
		height: 180px;
	}
	.pro_list .pro_list_left dl dt img{
		max-width: 100%;
		max-height: 100%;
	}
	.pro_list .pro_list_left dl:first-child{
		margin-right: 1%;
	}
	.pro_list .pro_list_right{
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.pro_list .pro_list_right dl{
		float: left;
		width: 48%;
		margin: 0 1% 8px;
	}
	.pro_list .pro_list_right dl:first-child{
		margin-bottom: 8px;
	}
	.pub_title{
		margin: 30px 0;
	}
	.adv .gallery-top .swiper-slide{
		height: 450px;
	}
	.adv .gallery-thumbs{
		display: none;
	}
	.adv .gallery-top .swiper-slide dl{
		margin-top: 120px;
	}
	.adv .gallery-top .swiper-slide dl dt{
		font-size: 22px;
	}
	.adv .gallery-top .swiper-slide dl dd{
		font-size: 12px;
		margin-bottom: 30px;
	}
	.adv .gallery-top .swiper-slide dl span{
		width: 80%;
		font-size: 14px;
	}
	.adv .gallery-top .swiper-slide dl a{
		width: 140px;
		height: 34px;
        line-height: 34px;
		margin: 40px auto 0;
	}
	.about_list{
		padding: 0 2%;
	}
	.about_left{
		width: 100%;
		float: none;
	}
	.about_right{
		width: 100%;
		float: none;
		padding-top: 30px;
	}
	.about_right p{
		padding: 20px 0;
	}
	.safe{
		width: 100%;
		margin-top: auto;
        padding-top: 0;
        margin: 15px 0;
		height: auto;
		padding: 20px 0;
	}
	.safe_left{
		display: none;
	}
	.safe_right{
		margin-top: auto;
		float: none;
		font-size: 20px;
		line-height: 26px;

	}
	.case{
		margin: 40px 0 0;
	}
	.case img{
		max-width: 100%;
	}
	.case .swiper-slide{
		
	}
	.num_show{
		top: 0;
	}
	.case .pub_title{
		left: 50%;
		text-align: center;
		margin-left: -84px;
	}
	.case_words{
		bottom: 5px;
		left: 50%;
		transform: translateX(-50%);
	}
	.num_show dl dt{
		font-size: 24px;
		line-height: 40px;
	}
	.num_show dl em{
		bottom: 21px;
		display: none;
	}
	.num_show dl dd {
	    font-size: 12px;
	}
	.news .pub_title ul li{
		width: 23%;
	}
	.news .pub_title{
		margin: 30px 0;
	}
	.news_team{
		width: 100%;
		margin-right: 0px;
		float: none;
		margin-bottom: 8px;
		height: auto;
	}
	.news_team .news_words{
		height: auto;
		padding: 10px 10px;
	}
	.news_team .news_words h4{
		font-size: 16px;
	}
	.news_team .news_words em{
		margin: 5px 0;
	}
	.news_team_list{
		margin-top: 0;
		padding-top: 50px;
	}
	.pub_more a{
		margin: 30px auto;
	}
	.message .wrap{
		height: auto;
	}
	.message_title{
		display: none;
	}
	.message .lai1{
		position: relative;
		top: 0;
		width: 100%;
	}
	.message .lai2{
		position: relative;
	}
	.message .lai2 img{
		max-width: 100%;
		display: block;
	}
	.contact_le{
		padding: 10px 2%;
	}
	.contact_le ul li.sub input{
		margin: 0 auto;
		font-size: 16px;
		height: 45px;
	}
	.server{
		height: auto;
		padding: 25px 0;
		background-size: cover;
	}
	.server_list{
		overflow: hidden;
	}
	.server_list dl{
		width: 48%;
		float: left;
		margin: 0 1% 10px;
	}
	.server_list dl dt{
		font-size: 16px;
	}
	.server_list dl dd{
		font-size: 12px;
	}
	.wrap_1200{
		width: 100%;
	}
	.ypl_contact{
		padding: 20px 0;
	}
	.ypl_contact dl{
        background: none;
        padding-left: 0;
        text-align: center;
	}
	.ypl_contact dl:last-child{
		background: none;
	}
	.ypl_contact dl i{
		display: none;
	}
	.f_nav{
		display: none;
	}
	.f_cen{
		padding: 20px 0;
	}
	.cen_cen{
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}
	.cen_ri{
		float: none;
		text-align: center;
		display: none;
	}
	.f_nav_right{
		padding: 10px 0;
	}
	.screen_1{
		padding: 25px 2%;
	}
	.outter_wrapper{
		width: 100%;
	}
	.outter_wrapper .inner_wrapper{
		width: 100%;
	}
	.inner_guide{
		font-size: 22px;
	}
	.inner_description{
		margin-top: 20px;
		font-size: 14px;
		line-height: 26px;
	}
	.img_box{
		width: 100% !important;
		height: auto !important;
	}
	.screen_2{
		padding: 20px 2%;
	}
	.screen_2 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide .description{
		    -webkit-line-clamp: 3;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			overflow: hidden;
			height:auto;
			padding:0px;
	}
	.screen_3{
		padding: 25px 2%;
		overflow: hidden;
	}
	.screen_3 .outter_wrapper .inner_wrapper .list{
		width: 100%;
		margin: 20px 0;
	}
	.screen_3 .outter_wrapper .inner_wrapper .details{
		width: 100%;
		height: auto;
		padding: 10px 2%;
	}
	.screen_3 .outter_wrapper .inner_wrapper .details .swiper-container .swiper-wrapper .swiper-slide .text{
		width: 100%;
		float: none;
		text-align: center;
	}
	.screen_3 .outter_wrapper .inner_wrapper .details .swiper-container .swiper-wrapper .swiper-slide .text .description{
		display: none;
	}
	.screen_4{
		padding: 25px 2%;
	}
	.screen_4 .outter_wrapper .inner_wrapper .list{
		margin-top: 20px;
	}
	.screen_4 .swiper-button-prev, .screen_4 .swiper-button-next{
		left: 0 !important;
		top: 30% !important;
	}
	.screen_4 .swiper-button-next{
		left: auto !important;
		right: 0px !important;
	}
	.screen_5{
		padding: 20px 2%;
	}
	.screen_6{
		height: 380px !important;
	}
	.screen_6 .outter_wrapper .inner_wrapper .main img{
		display: block;
		max-width: 100%;
		height: auto !important;
	}
	.screen_6 .outter_wrapper .inner_wrapper .thumb .swiper-container .swiper-wrapper{
		width: 100%;
	}
	.screen_6 .outter_wrapper .inner_wrapper .thumb>div{
		width: 100% !important;
	}
	.screen_6 .swiper-container{
		width: 100% !important;
	}
	.screen_6 .outter_wrapper .inner_wrapper .thumb{

	}
	.screen_7{
		padding: 20px 2%;
	}
	.screen_7 .outter_wrapper .inner_wrapper .banner .swiper-container{
		height: 256px;
	}
	.screen_7 .outter_wrapper .inner_wrapper .banner .swiper-container .swiper-wrapper .swiper-slide .text{
		width: 100%;
		height: auto;
		padding: 10px;
		box-sizing: border-box;
	}
	.screen_7 .outter_wrapper .inner_wrapper .banner .swiper-container .swiper-wrapper .swiper-slide .text h1{
		font-size: 16px;
	}
	.screen_7 .outter_wrapper .inner_wrapper .banner .swiper-container .swiper-wrapper .swiper-slide .text p{
		font-size: 14px;
		margin-top: 5px;
		line-height: 26px;
	}
	.screen_7 .outter_wrapper .inner_wrapper .banner .swiper-container .swiper-wrapper .swiper-slide .text{
		position: relative;
	}
	.tj_pro_box .pro_list_team{
		width:100%;
		margin: 8px 0%;
	}
	.location{
		top: 0;
		border-bottom: 1px solid #DEDEDE;
		padding: 8px 0;
		position: relative;
	}
	.pro_second ul li{
		height: 46px;
		line-height: 46px;
		margin-right: 20px;
	}
	.case_de_list{
		margin-top: 20px;
		padding: 0 2%;
	}
	.case_pho img{
		max-width: 100%;
	}
	.case_words_de p{
		display: none;
	}
	.case_words_de{
		padding: 10px;
	}
	.case_words_de h4{
		font-size: 18px;
	}
	.contact{
		margin: 20px 2%;
	}
	.contact_left{
		width: 100%;
		float: none;
	}
	.contact_right{
		width: 100%;
		float: none;
	}
	.contact_left h3{
		font-size: 16px;
	}
	.contact_left p{
		font-size: 14px;
	}
	.contact_right #map{
		height: 380px;
		margin-top: 25px;
	}
	.solve{
		margin-top: 25px;
	}
	.solve .solve_team{
		width: 48%;
		height: 350px;
		margin: 0 1% 8px;
		padding: 15px;
	}
	.solve .solve_team h4{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		height: auto;
	}
	.solve .solve_team .solve_pho{
		height: 180px;
	}
	.job{
		margin-top: 25px;
		padding: 0 2%;
	}
	.job_team{
		width: 100%;
		float: none;
		height: auto;
		padding: 20px;
	}
	.ypl_two_news{
		margin: 35px 0;
	}
	.ypl_two_news .ypl_two_news_left{
		width: 100%;
		float: none;
		margin-bottom: 35px;
	}
	.ypl_two_news .ypl_two_news_right{
		width: 100%;
		float: none;
	}
	.newsde{
		margin-top: 25px;
		padding: 0 2%;
	}
	.news_wordsde{
		width: 100%;
		float: none;
		padding: 0 2%;
	}
	.news_ri ul li .news_pho{
		height: 180px;
	}
	.news_ri ul li .news_word h4 a{
		display: block;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.reason{
		padding: 25px 0;
	}
	.inner_slogan{
		padding: 0 2%;
		font-size: 14px;
	}
	.reason .banner{
		background: none;
	}
	.reason .swiper-container{
		width: 100%;
		height: auto;
	}
	.reason a{
		background-size: cover !important;
	}
	.xt_box{
		padding: 0 2%;
	}
	.xt_words ul li{
		font-size: 14px;
		line-height: 46px;
	}
	.parameter{
		padding-bottom: 30px;
        margin-top: 30px;
	}
	.parameter_list{
		padding: 0 2%;
	}
	.case_list{
		margin-bottom: 35px;
		padding: 0 2%;
	}
	.case_list dl{
		width: 100%;
		float: none;
	}
	.pro_adv_team{
		width: 100%;
		float: none;
		height: auto;
		padding: 15px 2%;
	}
	.pro_adv_team img{
		display: block;
		margin: 0 auto;
	}
	.pro_adv_team dl dt{
		font-size: 18px;
	}
	.pro_adv_team dl dd{
		font-size: 14px;
		line-height: 26px;
	}
	.pro_second_list ul li{
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.pro_second_list ul li a{
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0 5px;
	}
	.pro_second_list ul li:after{
		margin-top: 5px;
	}
	.pro_list_team{
		width: 48%;

		float: left;
		margin: 8px 1%;
	}
	.pro_list_team .pro_list_pho{
		width: 100% !important;
		height: 280px;
		display: block;
	}
	.pro_list_words h4{
		font-size: 16px;
	}
	.pro_list_words p{
		font-size: 12px;
	}
	.pro_adv{
		margin-bottom: 25px;
	}
	.download{
		margin-top: 25px;
	}
	.d_words{
		float: none;
		
	}
	.download .d_team{
		padding: 0 2%;
	}
	.download .d_team h4{
		font-size: 16px;
	}
	.d_time{
		float: none;
	}
	.d_words a{
		display: block;
		margin-left: 0;
	}
	.learn{
		padding: 25px 0;
	}
	.sale_net{
		background-size: cover;
	}
	.ypl_bb{
		font-size: 20px !important;
	}
	.faq h1{
		font-size: 18px;
	}
	.faq .banner .swiper-slide{
		height: auto;
		padding: 15px;
	}
	.pro_second{
		padding:0 2%;
	}
	.pro_second_title{
		padding:0 2%;
	}
	.case_team{
		width: 48%;
		margin-right:0px;
		margin-bottom:10px;
		margin: 0 1%;
	}
	.case_team:nth-child(4n+4){
		margin-right: 0px;
	}
	.case_team:nth-child(3n+3){
		margin-right: 0px;
	}
	
}
@media screen and (min-width: 769px) and (max-width: 1024px){
	.wrap{
		width:100%;
	}
	.menubtn{
		display:block;
	}
	.nav_er{
		display:none;
	}
	.nav_box .logo{
		margin: 8px 0;
	}
	.product{
		padding:0 2%;
	}
	.adv .gallery-top .swiper-slide dl span{
		width:100%;
	}
	.adv .swiper-button-next, .adv .swiper-button-prev{
		display:none;
	}
	.about_left{
		width:56%;
	}
	.about_right{
		padding-top: 20px;
	}
	.about_right p{
		padding:20px 0;
	}
	.safe_left{
		width:50%;
	}
	.safe_left img{
		max-width:100%;
	}
	.message_title dl{
		background: url(../img/tel.png) no-repeat 0px center;
		font-size: 20px;
	}
	.server_list dl {
		
		margin: 0 26px;
	}
	.pro_list .pro_list_left dl dt img{
		max-width:100%
	}
	.f_nav{
		display:none;
	}
	.outter_wrapper{
		width:100%;
	}
	.screen_2 .outter_wrapper .inner_wrapper .list .swiper-container .swiper-wrapper .swiper-slide .f1{
		max-width:100%;
		width:auto;
		margin: 0 auto;
        display: block;
	}
	.outter_wrapper .inner_wrapper{
		width:100%;
	}
	.screen_3 .outter_wrapper .inner_wrapper .details{
		width:100%;
	}
	.screen_3 .outter_wrapper .inner_wrapper .details .swiper-container .swiper-wrapper .swiper-slide .text{
		width:100%:
	}
	.details .img_box{
		width:50% !important;
		float:left;
	}
	.screen_3 .outter_wrapper .inner_wrapper .details .swiper-container .swiper-wrapper .swiper-slide .text{
		width:45%;
	}
	.screen_6 img{
		max-width:100%;
	}
	.screen_6 .thumb .swiper-slide{
		width:80px;
		height:80px;
	}
	.outter_wrapper .inner_wrapper{
		width:100%;
	}
	.screen_3 .outter_wrapper .inner_wrapper .line{
		width:100%;
	}
	.wrap_1200{
		width:100%;
	}
	.tj_pro_box{
		overflow:hidden;
	}
	.case_team{
		width: 48%;
		margin-right:0px;
		margin-bottom:10px;
		margin: 0 1%;
	}
	.case_team:nth-child(4n+4){
		margin-right: 0px;
	}
	.case_team:nth-child(3n+3){
		margin-right: 0px;
	}
	.case_team:nth-child(2n+2){
		
		
		
	}
}
@media screen and (min-width: 1200px) and (max-width: 1679px){
	.wrap{
		width:1200px;
	}
	.nav_er ul li .nav_down{
		top:80px;
	}
	.nav_er ul li{
		width:82px;
		height:80px;
		line-height:80px;
	}
	.nav_er ul li .nav_down dl{
		margin:0 40px;
	}
	.adv .gallery-thumbs .swiper-slide .adv_words{
		margin-left: 41px;
	    padding-left: 66px;
	}
	.adv .gallery-thumbs .swiper-slide .adv_words dl{
		padding-left: 25px;
	}
	.about_left{
		width: 670px;
	}
	.message_title dl{
		background: url(../img/tel.png) no-repeat 16px center;
		font-size: 26px;
	}
	.f_nav {
		width: 58%;
		
	}
	.f_nav ul li{
		margin-right: 20px;
	}
	.cen_cen{
		max-width: 333px;
	}
	.outter_wrapper{
		width:1200px;
	}
	.screen_6 img{
		max-width:100%;
	}
	.case_team{
		width: 386px;
	}
	.case_team:nth-child(4n+4){
		margin-right: 20px;
	}
	.case_team:nth-child(3n+3){
		margin-right: 0px;
	}
	
	
}
