/* CSS Document */
*{
	margin:0; 
	padding:0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}
body{
  font-size: 16px;
  margin: 0 auto;
  font-family: 'Microsoft YaHei';
  color: #333;
  line-height: 28px;
}
a {
  text-decoration: none;
  color: #333;
}
ul{
	list-style:none;
	}	
.fl{
  float: left;
}
.fr{
  float: right;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
  clear: both;
  *zoom: 1;
}
img{
  border:0;
  vertical-align: middle;
}
button,input,textarea{
  outline:none;
  border:0;
  -webkit-appearance: none;
  font-family: unset;
}
/*index*/
.r_box{
  width: 100%;
  padding: 0 212px;
}
.header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo a img{
  height: 99px;
}
.header .nav ul{
  display: flex;
}
.header .nav li a{
  display: block;
  font-size: 20px;
  margin-left: 48px;
  line-height: 28px;
  padding:40px 0;
  color: #999999;
  position: relative;
}
.header .nav li a.active,
.header .nav li a:hover{
  color: #848973;
}
.header .nav li a.active:after{
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  background: #848973;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
}
.header .header_tel{
  font-size: 24px;
  font-weight: bold;
  color: #848973;
  background: url(../images/icon01.png) no-repeat;
  line-height:54px;
  padding-left: 70px; 

}
/*banner*/
.banner.swiper {
  width: 100%;
  background: #fff;
}
.banner .swiper-slide a{
  display: block;
  vertical-align: middle;
  width: 100%;
}
.banner .swiper-slide img{
  width: 100%;
}
.banner .swiper-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 24px;
 }
.banner .swiper-pagination-bullet{
  width: 5px;
  height: 5px;
  background: rgba(255,255,255,.5);
  opacity: 1;
  border-radius: 100px;
}
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px);
}
.banner .swiper-pagination-bullet-active{
  background: rgba(255,255,255,1);
  width: 31px;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
  width: 82px;
}
.banner .swiper-button-next{
  right: 188px;
}
.banner .swiper-button-prev{
  left: 188px;
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
  content: "";
  width: 72px;
  height: 72px;
  background: url(../images/next.png) no-repeat;
  background-size: 100%;
  display: block;
}
.banner .swiper-button-prev:after{
  background: url(../images/prev.png) no-repeat;
  background-size: 100%;
}
/*首页*/
.title01{
  text-align: center;
}
.title01 h2{
  font-size:24px;
  font-weight: normal;
}
.title01 p{
  color: #999999;
  margin-top: 11px;
}
.title01:after{
  content: "";
  width: 56px;
  height: 1px;
  background: #848973;
  display: block;
  margin: 14px auto 54px;
}
.i_about{
  margin:53px 0 40px;
}
.i_about_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 26px 0;
}
.i_about_box .i_about_info{
  width: 42%;
  padding-left: 92px;
  padding-right: 112px;
}
.i_about_box .i_about_img{
  width: 58%;
}
.i_about_box .i_about_img img{
  width: 100%;
}
.i_about_box:after{
  content: "";
  border: 2px solid #848973;
  width: 70%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.i_about_box .i_about_info h1{
  color: #848973;
  font-size: 24px;
}
.i_about_box .i_about_info h1:after{
  content: "";
  width: 74px;
  height: 1px;
  background: #848973;
  display: block;
  margin-top: 25px;
}
.i_about_box .i_about_info .i_about_text{
  margin-top: 47px;
}
.i_about_box .i_about_info a.more{
  background: #848973;
  color: #FFFFFF;
  padding: 8px 26px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 56px;
}
.i_product{
  background: #f5f5f5;
  padding: 51px 0 43px;
  text-align: center;
}
.i_product ul{
  display: flex;
  flex-wrap: wrap;
}
.i_product ul li{
  background: #ffffff;
  padding: 20px;
  text-align: center;
  width: calc(100%/3 - 40px/3);
  margin-right: 20px;
  margin-bottom: 20px;
}
.i_product ul li:nth-child(3n+0){
  margin-right: 0;
}
.i_product ul li .product_icon{
  margin-top: 48px;
}
.i_product ul li .product_name{
  color: #666666;
  margin-top: 30px;
  margin-bottom: 54px;
}
.i_product ul li .product_img{
  display: none;
}
.i_product ul li .product_img img{
  width: 100%;
}
.i_product ul li:hover .product_icon{
  display: none;
}
.i_product ul li:hover .product_img{
  display: block;
}
.i_product ul li:hover .product_name{
  margin-bottom: 0px;
}
.i_product a.more{
  color: #848973;
  padding: 8px 26px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 23px;
  border:solid 1px #848973;
}
.i_product a.more:hover{
  background: #848973;
  color: #ffffff;
}
.i_case{
  background: #848973;
  padding: 50px 0 43px;
}
.i_case .title01 h2{
  color: #ffffff;
}
.i_case .title01 p{
  color: #ffffff;
}
.i_case .title01:after{
  background: #ffffff;
}
.i_case .swiper-slide{
  width:42%;
  background: #ffffff;
  padding: 45px;
}
.i_case .swiper-slide .i_case_img img{
  width: 100%;
}
.i_case .swiper-slide .i_case_title{
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
  align-items: center;
}
.i_case .swiper-slide .i_case_title p{
  font-size: 24px;
}
.i_case .swiper-slide .i_case_title span{
  color: #999999;
}
.i_case .swiper-slide .more{
  color: #848973;
  width: 178px;
  height: 50px;
  border-radius: 43px;
  border: 1px solid #848973;
  display: block;
  line-height: 50px;
  text-align: center;
  margin-top: 42px;
  float: right;
}
.i_case .swiper-slide .more:hover{
  background: #848973;
  color: #ffffff;
}
.i_case .swiper-button-next,.i_case .swiper-rtl .swiper-button-prev {
  right: 60px;
  width: auto;
}
.i_case .swiper-button-prev,.i_case .swiper-rtl .swiper-button-next {
  left: 60px;
  width: auto;
}   
.i_case .swiper-button-next:after,.i_case .swiper-rtl .swiper-button-prev:after {
  content:"";
  width: 54px;
  height: 54px;
  background:url(../images/icon24.png) center no-repeat #848973;
  border-radius: 100px;
  display: block;
}
.i_case .swiper-button-prev:after,.i_case .swiper-rtl .swiper-button-next:after {
  content:"";
  width: 54px;
  height: 54px;
  background:url(../images/icon23.png) center no-repeat #848973;
  border-radius: 100px;
  display: block;
}
.i_case a.all{
  color: #ffffff;
  padding: 8px 0;
  border-radius: 30px;
  display: block;
  margin-top: 23px;
  border:solid 1px #ffffff;
  margin: 58px auto 0;
  width: 178px;
  text-align: center;
}
.more02{
  color: #848973;
  padding: 8px 0;
  border-radius: 30px;
  display: block;
  margin-top: 23px;
  border:solid 1px #848973;
  margin: 58px auto 0;
  width: 178px;
  text-align: center;
}
.more02:hover{
  background: #848973;
  color: #ffffff;
}
.i_show{
  margin-top: 100px;
}
.i_show .i_show_box{
  display: flex;
  align-items: flex-start;
}
.i_show .i_show_box .i_show-left{
  width: 49.5%;
  margin-right: 16px;
  position: relative;
}
.i_show .i_show_box .i_show-left img{
  width: 100%;
}
.i_show .i_show_box .i_show-left .show_left_title{
  background: #848973;
  padding: 26px 54px;
  font-size: 24px;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  top:23px;
  left: 52px;
}
.i_show .i_show_box .i_show-left .show_left_title:before{
  content: "";
  width: 67px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -34px;
  top: 40px;
}
.i_show .i_show_box .i_show-right{
  display: flex;
  flex-wrap: wrap;
  width: calc(50.5% - 16px);
}
.i_show .i_show_box .i_show-right .show-right_item{
  width: calc(50% - 8px);
  margin-right: 16px;
  position: relative;
  margin-bottom: 16px;
}
.i_show .i_show_box .i_show-right .show-right_item img{
  width: 100%;
}
.i_show .i_show_box .i_show-right .show-right_item:nth-child(even){
  margin-right: 0;
}
.i_show .i_show_box .i_show-right .show-right_item:nth-child(3),
.i_show .i_show_box .i_show-right .show-right_item:nth-child(4){
  margin-bottom: 0;
}
.i_show .i_show_box .i_show-right .show-right_item .show_right_title{
  position: absolute;
  width: calc(100% - 96px);
  height:calc(100% - 96px);
  position: absolute;
  top:48px;
  left: 48px;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  display: none;
}
.i_show .i_show_box .i_show-right .show-right_item .show_right_title p{
  margin-top:calc(50% - 34px);
  text-align: center;
}
.i_show .i_show_box .i_show-right .show-right_item:hover .show_right_title{
  display: block;
}
.i_news{
  margin-top: 75px;
} 
.i_new_list{
  display: flex;
  flex-wrap: wrap;
}
.i_new_list li{
  width: calc(100%/3 - 42px);
  margin-right: 63px;
}
.i_new_list li:nth-child(3n+0){
  margin-right: 0;
}
.i_new_list li .new_date{
  color: #666666;
}
.i_new_list li .new_title{
  font-size: 24px;
  padding: 25px 0 35px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i_new_list li .new_title:after{
  content: "";
  width: 48px;
  height: 1px;
  background: #DDDDDD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.i_new_list li .new_text{
  color: #999999;
  margin-top: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.i_new_list li .more{
  border: solid 1px #333333;
  padding: 0 25px;
  line-height: 48px;
  height: 48px;
  margin-top: 40px;
  width: 62px;
}
.i_new_list li .more:after{
  content: "";
  width: 12px;
  height: 20px;
  background: url(../images/icon12.png) no-repeat;
  display: block;
  margin-top: 13px;
}
.i_new_list li .more span{
  display: none;
  line-height: 48px;
  color: #ffffff;
  background: url(../images/icon11.png) right no-repeat;
  padding-right: 12px;
}
.i_new_list li:hover .new_title{
  color: #848973;
}
.i_new_list li:hover .new_text{
  color: #333333;
}
.i_new_list li:hover  .new_title:after{
  width: 100%;
}
.i_new_list li:hover .more span{
  display: block;
}
.i_new_list li:hover .more{
  background:#848973;
  border: solid 1px #848973;
  width: 130px;
}
.i_new_list li:hover .more:after{
  content: none;
}
/*footer*/
.footer{
  margin-top: 50px;
}
.footer .footer_top{
  background: #848973;
  padding: 42px 0 49px;
}
.footer .footer_top ul{
  display: flex;
  justify-content: space-between;
}
.footer .footer_top ul li a{
  font-size: 20px;
  color: rgba(255,255,255,0.42);
}
.footer .footer_top ul li a.active,
.footer .footer_top ul li a:hover{
  color: rgba(255,255,255,1);
}
.footer .footer_top .footer_top_other{
  border-top:solid 1px rgba(255,255,255,0.11);
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  color: #ffffff;
  padding-top: 50px;
}
.footer .footer_top .footer_top_other .footer_contact h2{
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 24px;
}
.footer .footer_top .footer_top_other .footer_contact p{
  margin-bottom: 10px;
}
.footer .footer_top .footer_code{
  display: flex;
}
.footer .footer_top .footer_code .code_item img{
  border-radius: 18px;
  margin-bottom: 18px;
}
.footer .footer_top .footer_code .code_item {
  text-align: center;
}
.footer .footer_top .footer_code .code_item:first-child{
  margin-right: 45px;
}
.footer .footer_copyright{
  background: #8b907b;
  text-align: center;
  padding: 22px 0;
  color: #ffffff;
}
.footer .footer_copyright a{
  margin-left: 18px;
  display: inline-block;
  color: #ffffff;
}
/*内页*/
.ny_banner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.ny_banner img{
  width: 100%;
  object-fit: cover;
}
.about .i_about_box .i_about_info{
  padding-left: 35px;
  padding-right: 42px;
}
.about_idea{
  margin-top:68px;
  position: relative;
}
.about_idea .about_idea_con{
  position: relative;  
}
.about_idea .idea_img img{
  width: 100%;
}
.about_idea .idea_text{
  background: rgba(132,137,115,0.62);
  color: #ffffff;
  padding: 54px 76px 53px 27px;
  position: absolute;
  left:145px;
  width: 457px;
  top:calc(50% - 113px);
}
.pro_type{
  display: flex;
  justify-content: space-between;
  margin-top: -160px;
  z-index: 9999;
  position: relative;
  margin-bottom: 112px;
}
.pro_type a{
  display: block;
  width: 30%;
  border: 1px solid #FFFFFF;
  padding: 40px 20px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.pro_type a.active,.pro_type a:hover{
  background: #ffffff;
  color: #848973;
}
.pro_type a span{
  font-size: 16px;
}
.product_box .category{
  display: flex;
  justify-content: center;
  margin-bottom: 58px;
  flex-wrap: wrap;
}
.product_box .category a{
  display: block;
  text-align: center;
  margin:0 43px 20px;
}
.product_box .category a .on,
.product_box .category a.active .off,
.product_box .category a:hover .off{
  display: none;
}
.product_box .category a span img{
  width: 56px;
}
.product_box .category a.active .on,
.product_box .category a:hover .on{
  display: block;
}
.product_box .category a.active,
.product_box .category a:hover{
  color:#848973;
}
.product_list{
  display: flex;
  flex-wrap: wrap;
}
.product_list li{
  width: calc(50% - 13px);
  margin-right: 26px;
  text-align: center;
  margin-bottom: 48px;
}
.product_list li:nth-child(even){
  margin-right: 0;
}
.product_list li .product_img{
  overflow: hidden;
  width: 100%;
  border: solid 1px #d3d3d3;
}
.product_list li .product_img img{
  width: 100%;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.product_list li p{
  font-size: 24px;
  margin-top: 30px;
}
.product_list li:hover p{
  color:#848973;
}
.product_list li:hover .product_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.series_list li{
  margin-bottom: 73px;
}
.series_list .series_name{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
}
.series_list .series_text{
  color: #666666;
  margin-bottom: 24px;
}
.current{
  font-size: 24px;
  padding: 35px 0;
  border-bottom: 1px solid #D6D6D6;
}
.current span{
  margin:0 5px;
}
.current a:hover{
  color: #848973;
}
.product_content{
  display: flex;
  margin-top: 36px;
  justify-content: space-between;
}
.product_content .content_img{
  width: 54%;
}
.product_content .content_img img{
  width: 100%;
}
.product_content .content_text{
  width: calc(46% - 109px);
  border-left: solid 1px #D6D6D6;
  padding-left: 100px;
  padding-top: 100px;
}
.product_content .content_text .product_name{
  font-size: 24px;
  margin-bottom: 45px;
}
.case_list{
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
}
.case_list li{
  width: calc(50% - 11px);
  margin-right: 22px;
}
.case_list li:nth-child(even){
  margin-right: 0;
}
.case_list li:nth-child(odd){
  padding-top: 70px;
}
.case_list li .case_img{
  width: 100%;
  padding: 16px;
  border: solid 1px #D3D3D3;
  overflow: hidden;
}
.case_list li .case_img img{
  width: 100%;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.case_list li:hover .case_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.case_list li .case_title{
  margin-top: 30px;
  text-align: center;
}
.case_list li .case_title .p1{
  font-size: 24px;
}
.case_list li .case_title .p2{
  color: #999999;
  margin-top: 10px;
}
.case_list li:hover .case_title .p1{
  color: #848973;  
}
.case_content{
  margin-top: 52px;
}
.content_text img{
  max-width: 100%;
}
.show_list li{
  display: flex;
  margin-top: 45px;
  align-items: center;
  justify-content: space-between;
}
.show_list li:nth-child(even){
  flex-direction: row-reverse;
}
.show_list li .show_info{
  width:calc(47% - 86px);
}
.show_list li .show_img{
  width: 53%;
}
.show_list li .show_img img{
  width: 100%;
}
.show_list li .show_info .show_name .en_name{
  color: #F2F2F2;
  font-size: 48px;
  text-transform:uppercase;
  line-height: 44px;
}
.show_list li .show_info .show_name .cn_name{
  font-size: 24px;
  margin-top: -18px;
}
.show_list li .show_info .show_text{
  margin-top: 45px;
}
.news_list li a{
  padding: 36px 128px 36px 20px;
  background: #F5F5F5;
  margin-top: 24px;
  position: relative;
  display: block;
}
.news_list li a .news_title{
  font-size: 24px;
}
.news_list li a .news_desc{
  color: #666666;
  margin-top: 30px;
}
.news_list li a .news_time{
  color: #666666;
  margin-top: 20px;  
}
.news_list li a:after{
  content: "";
  width: 68px;
  height: 68px;
  background:url(../images/icon13.png) center no-repeat #D9D9D9;
  display: block;
  border-radius: 100px;
  position:absolute;
  right: 24px;
  top:calc(50% - 34px);
}
.news_list li a:hover{
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  background: #ffffff;
}
.news_list li a:hover:after{
  background:url(../images/icon13.png) center no-repeat #848973;  
}
.news_list li a:hover .news_title{
  color:#848973;
}
.news_list li a:hover .news_desc{
  color: #333333;
}
.news_content .content_title{
  text-align: center;
  margin-top: 38px;
  font-size: 24px;
}
.news_content .content_time{
  color: #999999;
  text-align: center;
  margin-top: 20px;
}
.news_content .content_text{
  margin-top: 48px;
  margin-bottom: 30px;
}
.news_content .news_link{
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
  border-top: dashed 1px #D6D6D6;
}
.news_content .news_link a{
  color: #999999;
}
.news_content .news_link a:hover{
  color: #848973;
}
.service_flow{
  margin-top: 60px;
}
.service_flow .service_info{
  text-align: center;
}
.service_flow ul{
  margin-top: 47px;
  display: flex;
  justify-content: center;
}
.service_flow ul li{
  margin:0 58px;
  text-align: center;
}
.service_flow ul li p{
  margin-top: 10px;
}
.service_contact{
  background: url(../images/contact_bg.jpg) top no-repeat;
  margin-top: 69px;
  padding-top: 145px;
}
.service_contact .contact_top .title01{
  color: #ffffff;
}
.service_contact .contact_top .title01 p{
  color: #ffffff;
}
.service_contact .contact_top .title01:after{
  background: #ffffff;
}
.service_contact .contact_top ul{
  display: flex;
  justify-content: space-around;
  padding-top: 64px;
}
.service_contact .contact_top ul li{
  text-align: center;
}
.service_contact .contact_top ul li span{
  width: 84px;
  height: 84px;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  display: block;
  padding: 19px;
  margin:0 auto 24px;
}
.service_contact .contact_top ul li span:nth-child(even){
  background: #FFFFFF;
  display: none;
}
.service_contact .contact_top ul li span img{
  width: 46px;
  height: 46px;
}
.service_contact .contact_top ul li:hover span:nth-child(even){
  display: block;
}
.service_contact .contact_top ul li:hover span:nth-child(odd){
  display: none;
}
.service_contact .contact_top ul li p{
  color: #ffffff;
}
.service_contact .contact_form{
  background: #ffffff;
  margin-top: 208px;
  padding: 46px 53px 50px;
  box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.05);
}
.service_contact .contact_form .form_title{
  color: #000000;
  text-align: center; 
  margin-bottom: 109px; 
}
.service_contact .contact_form .form_title h2{
  font-size: 24px;
  font-weight: normal;
}
.service_contact .contact_form .form_title p{
  margin-top: 20px;
}
.service_contact .contact_form .input_box{
  display: flex;
  justify-content: space-between;  
}
.service_contact .contact_form .input_box .input_item{
  width: calc(50% - 21px);
}
.service_contact .contact_form .input_box .input_item input{
  background: #F5F5F5;
  width: 100%;
  line-height:40px;
  padding:20px 25px;
  font-size: 16px;
}
.service_contact .contact_form .textarea_box{
  margin-top: 42px;
}
.service_contact .contact_form textarea{
  background: #F5F5F5;
  width: 100%; 
  padding:25px;
  font-size: 16px;
}
.service_contact .contact_form button{
  width: 188px;
  height: 78px;
  background: #848973;
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  margin:64px auto 0;
  display: block;
  cursor: pointer;
}
/*移动端导航*/
.hidden-menu{
  position: absolute;
  right: 0;
  top:0; 
  display: none;
}
.hidden-menu a.navToggle {
  padding: 17px 20px;
}
.hidden-menu a {
  display: block;
  float: left;
  margin-left: 1px;
  background-repeat: no-repeat;
}
.hidden-menu a.navToggle span {
  width: 25px;
  height: 2px;
  background: #333;
  margin: 5px 0px;
  display: block;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  position: relative;
}
.hidden-menu a.closenavbtn {
  padding: 15px 15px 26px;
}
.hidden-menu a.closenavbtn span.line1 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 9px;
}
.hidden-menu a.closenavbtn span.line2 {
  display: none;
}
.hidden-menu a.closenavbtn span.line3 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 2px;
}
.Mnav{
  position:fixed;
  z-index:999999;
  display:none;
  background:#ffffff;
  border-top:1px solid #e7e7e7;
  top:60px;
  overflow-x:hidden !important;
  overflow-y:auto !important;
  width:100%;
  bottom:0px;
}
.Mnav ul li{
  border-bottom:1px solid #e7e7e7;
}
.Mnav ul li a{
  line-height:60px;
  display:block;
  margin: 0px 20px;
}
.hidescroll{
  position:relative;
  top:0;
  height: 100%;
  overflow: hidden;
}
.hidescroll .ny_banner,.hidescroll .banner {
  padding-top: 60px;
}
/*人才招聘*/
.job_talent{
  margin-top: 50px;
}
.job_talent .job_talent_text{
  color: #666666;
}
.job_post{
  margin-top: 86px;
}
.job_list li{
  border: 1px solid #ECECEC;
  margin-bottom: 34px;
}
.job_list li .job_title{
  background: #fff;
  padding:30px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.job_list li .job_title p{
  font-size:24px;
  width: calc(100% - 168px);
}
.job_list li .job_title span{
  display: block;
}
.job_list li .job_title span::after{
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon26.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-bottom: -3px;
  margin-left: 15px;
}
.job_list li .job_con{
  background: #fff;
  padding:30px;
  display: none;
}
.job_list li .job_title.active{
  background: #848973;
  color: #fff;
}
.job_list li .job_title.active span::after{
  background: url(../images/icon27.png) no-repeat;
  background-size: 100%;
}
.job_list li.bg{
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 35px 0px rgba(0,0,0,0.1);
}


/*分页*/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom:10px;
}
.page a,.page span {
  border: 1px solid #ddd;
  line-height: 35px;
  padding: 0px 14px;
  margin: 0px 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.page span.current {
  color: #fff;
  background: #848973;
  border-color: #848973;
}


@media (max-width: 1830px){
  .r_box {
    padding: 0 170px;
  }
  .banner .swiper-button-prev {
    left: 170px;
  }
  .banner .swiper-button-next {
    right: 170px;
  }
}
@media (max-width: 1768px){
  .r_box {
    padding: 0 138px;
  }
  .banner .swiper-button-prev {
    left: 138px;
  }
  .banner .swiper-button-next {
    right: 138px;
  }
}
@media (max-width: 1679px){
  .header.r_box {
    padding: 0 90px;
  }
  .banner .swiper-button-prev {
    left: 90px;
  }
  .banner .swiper-button-next {
    right: 90px;
  }
}
@media (max-width: 1599px){
  .header.r_box {
    padding: 0 40px;
  }
  .header .nav li a {
    margin-left: 38px;
  }
  .banner .swiper-button-prev {
    left: 40px;
  }
  .banner .swiper-button-next {
    right: 40px;
  }
  .product_box .category a {
    margin: 0 30px 20px;
  }
  .product_content .content_text {
    width: calc(46% - 72px);
    padding-left: 74px;
    padding-top: 37px;
  }
}
@media (max-width: 1359px){
  .r_box {
    padding: 0 60px;
  }
  .header.r_box {
    padding: 0 20px;
  }
  .header .nav li a{
    font-size:18px;   
  }
  .banner .swiper-button-prev {
    left: 20px;
  }
  .banner .swiper-button-next {
    right: 20px;
  }
  .i_about_box .i_about_info {
    padding-left: 60px;
    padding-right: 50px;
  }
  .pro_type a {
    padding: 28px 20px;
  }
  .show_list li .show_info {
    width: calc(47% - 40px);
  }
}
@media (max-width: 1279px){
  .header .header_tel {
    font-size: 20px;
    background: url(../images/icon01.png) no-repeat;
    background-size: 40px 40px;
    padding-left: 52px;
    line-height: 40px;
  }
  .header .nav li a {
    font-size: 16px;
    margin-left: 20px;
  }
  .banner .swiper-button-next:after, .banner .swiper-button-prev:after {
    width: 58px;
    height: 58px;
  }
  .banner .swiper-button-next, .banner .swiper-button-prev {
    width: 58px;
  }
  .product_box .category a {
    margin: 0 20px 20px;
  }
  .footer .footer_top ul li a {
    font-size: 16px;
  }
  .footer .footer_top .footer_top_other .footer_contact h2 {
    font-size: 18px;
  }
  .current {
    font-size: 18px;
  }
  .product_content .content_text {
    width: calc(46% - 50px);
    padding-left: 50px;
    padding-top: 25px;
  }
  .product_content .content_text .product_name {
    font-size: 20px;
    margin-bottom: 26px;
  }
}
@media (max-width: 1024px){
  .hidden-menu{
    display: block;
  }
  .header .nav,.header .header_tel{
    display: none;
  }
  .header .logo a img {
    height: 60px;
  }
  .header.fixedd {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
  }
  .r_box {
    padding: 0 20px;
  }
  .i_about_box .i_about_info {
    padding-left: 30px;
    padding-right: 20px;
  }
  .title01:after {
    margin: 14px auto 40px;
  }
  .i_about {
    margin: 40px 0;
  }
  .i_show {
    margin-top: 40px;
  }
  .i_news {
    margin-top: 40px;
  }
  body {
    font-size: 14px;
  }
  .pro_type a {
    width: 32%;
    padding: 20px 20px;
    font-size: 18px;
  }
  .pro_type {
    margin-top: -110px;
    margin-bottom: 76px;
  }
  .product_box .category {
    margin-bottom: 30px;
  }
  .show_list li .show_info .show_text {
    margin-top: 20px;
  }
  .show_list li .show_info .show_name .en_name {
    font-size: 38px;
  }
  .service_flow {
    margin-top: 40px;
  }
  .service_flow ul {
    margin-top: 30px;
  }
  .service_contact {
    margin-top: 40px;
    padding-top: 100px;
  }
  .service_contact .contact_top ul {
    padding-top: 0px;
  }
  .service_contact .contact_form {
    margin-top: 108px;
  }
  .job_post {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .i_about_box .i_about_info a.more{
    margin-top: 20px;
  }
  .i_about_box .i_about_info .i_about_text {
    margin-top: 20px;
  }
  .title01:after {
    margin: 10px auto 20px;
  }
  .i_product ul li .product_icon img{
    width: 80px;
  }
  .i_case .swiper-slide .i_case_title p {
    font-size: 18px;
  }
  .i_case .swiper-slide {
    padding: 20px;
  }
  .i_case .swiper-slide .i_case_title {
    display: block;
    margin-bottom: 10px;
  }
  .i_case .swiper-slide .more {
    width: 50%;
    margin-top: 20px;
  }
  .i_case .swiper-button-next, .i_case .swiper-rtl .swiper-button-prev {
    right: 20px;
  }
  .i_case .swiper-button-prev, .i_case .swiper-rtl .swiper-button-next {
    left: 20px;
  }
  .i_new_list li {
    width: calc(100%/3 - 40px/3);
    margin-right: 20px;
  }
  .footer_logo img{
    width:150px;
  }
  .footer_logo,.footer_contact{
    margin-right: 10px;
  }
  .footer .footer_top .footer_code .code_item img {
    margin-bottom: 10px;
    width: 110px;
  }
  .footer .footer_top .footer_code .code_item:first-child {
    margin-right: 20px;
  }
  .i_product ul li:hover .product_img{
    display: none;
  }
  .i_product ul li:hover .product_icon{
    display: block;
  }
  .product_box .category {
    margin-bottom: 10px;
  }
  .product_list li {
    margin-bottom: 20px;
  }
  .product_list li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .product_list li p {
    font-size: 18px;
    margin-top: 10px;
  }
  .current{
    font-size: 16px;
    padding: 20px 0;
  }
  .product_content .content_text {
    width: calc(46% - 28px);
    padding-left: 28px;
    padding-top: 0px;
  }
  .product_content .content_text .product_name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .case_list li .case_img {
    padding: 10px;
  }
  .case_list li:nth-child(odd) {
    padding-top: 0;
  }
  .case_list li {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .case_list li .case_title .p1 {
    font-size: 18px;
  }
  .case_list li .case_title {
    margin-top: 10px;
  }
  .case_list li .case_title .p2 {
    margin-top: 5px;
  }
  .case_list {
    margin-top: 40px;
  }
  .news_list li a .news_title {
    font-size: 20px;
  }
  .news_list li a .news_desc {
    margin-top: 20px;
  }
  .news_list li a {
    padding: 20px 128px 20px 20px;
  }
  .news_list li a .news_desc {
    margin-top: 10px;
  }
  .news_list li a .news_time {
    margin-top: 10px;
  }
  .news_list li a:after {
    width: 52px;
    height: 52px;
    top: calc(50% - 26px);
  }
  .service_flow ul li {
    margin: 0 28px;
  }
  .service_contact .contact_top ul li {
    width: 24%;
  }
  .service_contact .contact_form {
    margin-top: 50px;
  }
  .service_contact .contact_form .form_title {
    margin-bottom: 40px;
  }
  .service_contact .contact_form button {
    margin: 30px auto 0;
  }
  .job_talent {
    margin-top: 40px;
  }
  .job_list li {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px){
  .banner .swiper-button-next:after, .banner .swiper-button-prev:after {
    width: 34px;
    height: 34px;
  }
  .banner .swiper-button-next, .banner .swiper-button-prev {
    width: 34px;
  }
  .banner .swiper-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 5px;
  }
  .i_about_box {
    display: block;
    padding: 26px 0 0;
  }
  .i_about_box .i_about_info {
    width: 100%;
    margin-bottom: 20px;
  }
  .i_about_box .i_about_img {
    width: 100%;
  }
  .i_about_box:after {
    width: calc(100% - 4px);
    height:calc(100% - 4px);
  }
  .title01 h2 {
    font-size: 22px;
  }
  .title01 p {
    margin-top: 0px;
  }
  .title01:after {
    margin: 5px auto 20px;
  }
  .i_about {
    margin: 30px 0;
  }
  .i_about_box .i_about_info h1 {
    font-size: 20px;
  }
  .i_about_box .i_about_info h1:after {
    margin-top: 15px;
  }
  .i_product {
    padding: 30px 0;
  }
  .i_product ul li .product_icon img {
    width: 60px;
  }
  .i_product ul li .product_name {
    margin-bottom: 24px;
  }
  .i_product ul li .product_icon {
    margin-top: 20px;
  }
  .i_case .swiper-button-next:after, .i_case .swiper-rtl .swiper-button-prev:after {
    width: 45px;
    height: 45px;
  }
  .i_case .swiper-button-prev:after, .i_case .swiper-rtl .swiper-button-next:after {
    width: 45px;
    height: 45px;
  }
  .i_case .swiper-slide {
    padding: 12px;
  }
  .i_case {
    padding: 30px 0;
  }
  .i_case a.all {
    margin: 20px auto 0;
  }
  .i_show {
    margin-top: 30px;
  }
  .i_show .i_show_box .i_show-left .show_left_title {
    padding: 12px 30px;
    font-size: 18px;
    top: 20px;
    left: 20px;
  }
  .i_show .i_show_box .i_show-left .show_left_title:before{
    content: none;
  }
  .i_new_list {
    display: block;
  }
  .i_new_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .i_new_list li .new_title {
    font-size: 18px;
    padding: 5px 0 10px;
  }
  .i_new_list li .new_text {
    margin-top: 10px;
  }
  .i_new_list li .more {
    margin-top: 10px;
  }
  .footer {
    margin-top: 30px;
  }
  .footer .footer_top ul{
    display: none;
  }
  .footer .footer_top .footer_top_other {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }
  .footer_logo, .footer_contact {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer .footer_top .footer_code {
    justify-content: center;
  }
  .footer .footer_top {
    padding: 30px 0;
  }
  .footer .footer_copyright {
    padding: 20px 0;
  }
  .about_idea {
    margin-top: 30px;
  }
  .i_about_box .i_about_info {
    padding-left: 20px;
  }
  .about .i_about_box .i_about_info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product_content {
    display: block;
  }
  .product_content .content_img {
    width: 100%;
  }
  .product_content .content_text{
    border:0;
    padding-left:0;
    margin-top: 20px;
    width: 100%;
  }
  .current {
    font-size: 14px;
    padding: 14px 0;
  }
  .case_list {
    margin-top: 30px;
  }
  .case_content {
    margin-top: 30px;
  }
  .show_list li {
    display: block;
    margin-top: 30px;
  }
  .show_list li .show_info {
    width: 100%;
  }
  .show_list li .show_img {
    width: 100%;
    margin-top: 10px;
  }
  .show_list li .show_info .show_text {
    margin-top: 14px;
  }
  .show_list li .show_info .show_name .en_name {
    font-size: 30px;
  }
  .show_list li .show_info .show_name .cn_name {
    font-size: 20px;
    margin-top: -24px;
  }
  .news_content .content_text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .news_content .content_title {
    margin-top: 30px;
    font-size: 20px;
  }
  .news_content .content_time {
    margin-top: 10px;
  }
  .news_content .news_link {
    padding-top: 20px;
  }
  .service_flow {
    margin-top: 30px;
  }
  .service_flow ul {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .service_flow ul li {
    margin: 0 18px;
  }
  .service_contact {
    margin-top: 30px;
    padding-top: 80px;
  }
  .service_contact .contact_top ul li span img {
    width: 30px;
    height: 30px;
  }
  .service_contact .contact_top ul li span {
    width: 60px;
    height: 60px;
    padding: 14px;
    margin: 0 auto 10px;
  }
  .service_contact .contact_top ul{
    flex-wrap: wrap;
  }
  .service_contact .contact_top ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .service_contact .contact_form {
    margin-top: 20px;
    padding: 30px 20px 30px;
  }
  .service_contact .contact_form .input_box .input_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .service_contact .contact_form .input_box {
    display: block;
  }
  .service_contact .contact_form .input_box .input_item input {
    line-height: 30px;
    padding: 20px;
  }
  .service_contact .contact_form .form_title {
    margin-bottom: 20px;
  }
  .service_contact .contact_form textarea {
    padding: 20px;
  }
  .service_contact .contact_form .textarea_box {
    margin-top: 0;
  }
  .service_contact .contact_form button {
    margin: 20px auto 0;
    height: 64px;
  }
  .Mnav ul li a{
    font-size: 16px;
  }
  .job_talent {
    margin-top: 30px;
  }
  .job_post {
    margin-top: 24px;
  }
  .job_list li .job_title {
    padding: 15px;
  }
  .job_list li .job_title p {
    font-size: 16px;
    width: calc(100% - 100px);
    line-height: 24px;
  }
  .job_list li {
    margin-bottom: 15px;
  }
}
@media (max-width: 750px){
  .i_product ul li .product_icon img {
    width: 40px;
  }
  .i_product ul li {
    width: calc(100%/3 - 20px/3);
    margin-right: 10px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .i_product ul li .product_icon {
    margin-top: 0;
  }
  .i_product ul li .product_name {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .i_product a.more {
    margin-top: 10px;
  }
  .i_case .swiper-slide {
    width: 80%;
  }
  .i_case .swiper-slide .more {
    width: 100%;
  }
  .i_show .i_show_box .i_show-left {
    width: 100%;
  }
  .i_show .i_show_box {
    display: block;
  }
  .i_show .i_show_box .i_show-right {
    width: 100%;
    margin-top: 10px;
  }
  .i_show .i_show_box .i_show-right .show-right_item {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .more02 {
    margin: 20px auto 0;
  }
  .i_news {
    margin-top: 30px;
  }
  .about_idea .idea_text {
    padding: 30px;
    left: 10%;
    width: 80%;
    top: 10%;
  }
  .about_idea .idea_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .product_list li p {
    font-size: 16px;
  }
  .product_list {
    display: block;
  }
  .product_list li {
    width: 100%;
    margin-right: 0;
  }
  .product_box .category a {
    margin: 0 12px 12px;
  }
  .pro_type a {
    width: 33%;
    padding: 10px;
    font-size: 16px;
  }
  .pro_type a span {
    font-size: 14px;
  }
  .pro_type {
    margin-top: -96px;
    margin-bottom: 63px;
  }
  .case_list li {
    width: 100%;
    margin-right: 0;
  }
  .case_list {
    display: block;
  }
  .news_list li a:after{
    content: none;
  }
  .news_list li a {
    padding: 10px;
  }
  .news_list li a .news_title {
    font-size: 18px;
  }
  .news_list li a .news_time {
    margin-top: 0px;
  }
  .news_list li a{
    margin-top: 20px;
  }
  .news_content .news_link {
    display: block;
  }
  .news_content .news_link a {
    display: block;
  }
}
