/* CSS Document */
*{
	margin:0; 
	padding:0;
}
body{
  font-family:Arial;  
	color: #222;
	font-size: 18px; 
}
a {
  text-decoration: none;
  color: #222;
}
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;
}
ul,ol,li{list-style-type:none;}
div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
button,input,select,textarea{
  outline:none;
  border:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input{
  -webkit-appearance: none;
}
.box01{
  padding: 0 92px;
  margin: 0 auto;
}
.box02{
  margin: 0 auto;
}
/*header*/
.top{position: relative;
z-index: 1000;}

.logo{
  text-align: center;
  position: relative; padding: 10px 0 0
}
.logo a img{
  height: 75px;
}
.logo .language{
  position: absolute;
  top:10px;
  right: 0;
}
.logo .language img{
  height: 64px;
}
.logo .language .fr a,.m-language a{
  background: url(../images/language.png) left no-repeat;
  padding-left: 34px;
  line-height: 24px;
  display: block;
  margin-top: 14px;
  margin-left: 36px;
}
.logo .language .fr a:hover{
  color: #999;
}
.nav{
  margin-top:25px;
}

.search {
  position: relative; margin-top: 10px; 
}
.nav .search input[type=text]{
  border:solid 1px #edecec;
  height: 44px;
  border-radius: 10px;
  width: 254px;
  padding:0 12px;
  font-size: 16px;
}
input::-webkit-input-placeholder{
  color: #999;
}
input::-moz-input-placeholder{
  color: #999;
}
input::-ms-input-placeholder{
  color: #999;
}
.search input[type=button]{
  background: url(../images/search.png) no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 12px;
  top:9px;
  cursor: pointer;
}
/**/
#navToggle{
  display: none;
}
.m_nav{
  position: fixed;
  top: 0px;
  box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  top: 0;
  transform: translateX(100%);
}
.m_nav.open{
  transform: translateX(0);
}
.m_nav .top{
  height: 60px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m_nav .top .closed{
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float:right;
  cursor: pointer;
}
.m_nav .ul li{
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  transform: translateY(0);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  opacity: 0;
}
.m_nav.open .ul li{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
  -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
  -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
  -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
  -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
  -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.m_nav .search input[type=text]{
  border:solid 1px #edecec;
  height: 44px;
  border-radius: 10px;
  width: calc(100% - 40px);
  margin: 20px;
  padding:0 12px;
  font-size: 16px;
}
.m_nav .search input[type=button] {
  right: 32px;
  top: 29px;
}
.logo .language .fr a, .m-language a {
  margin-top: 14px;
  margin-left: 20px;
}
/*mobile-menu*/
.mobile-menu{
  overflow: hidden;
  transition: all 0.3s;
  height: 60px;
  border-radius: 30px;
  width: 300px;
  background: rgba(96,96,96,.9);
  bottom: 20px;
  right: 50%;
  top: auto;
  margin: 0;
  margin-right: -150px;
  position: fixed;
  z-index: 10;
  display: none;
}
.mobile-hide {
  width: 60px;
  right: 12px;
  margin: 0;
  background: rgba(96,96,96,.7);
}
.mobile-btn {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  margin-left: 15px;
  cursor: pointer;
}
.mobile-btn .switch {
  height: 15px;
}
.mobile-btn .icon {
  height: 26px;
}
/**/
/*banner*/

.index_banner{width:100%;height:0;padding-bottom:800px;position:relative;overflow:hidden;z-index:9;}
.index_banner .swiper-wrapper{position:absolute;left:0;top:0;width:100%;height:100%;z-index:5;}
.index_banner .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover;}
.index_banner.swiper-container-horizontal .swiper-pagination{bottom:43px;font-size:0;-webkit-text-size-adjust:none;}
.index_banner .swiper-pagination-bullet{opacity:1;width:26px;height:26px;margin:0 2px!important;position:relative;background-image:url(../image/flash_icon.png);background-size:auto;background-color:transparent;}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-image:url(../image/flash_hover.png);}
.index_banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next, .index_banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{ display: none;}
.index_banner:hover .swiper-button-prev, .swiper-container-rtl .swiper-button-next, .index_banner:hover .swiper-button-next, .swiper-container-rtl .swiper-button-prev{ display: block; padding: 40px 25px; background-color: #00000026;}
.slide-main{
    
  position:relative;
  width: 100%;
}
.item{
  display:block;
  width:100%;
  height:12px;
  position:absolute;
  z-index:124;
  bottom:35px;
  left:0;
  text-align:center;
}
.item a{
  display:inline-block;
  width:18px;
  height:6px;
  margin:0 6px;
  background:rgba(51,51,51,.4);
  overflow:hidden;
}
.item a.cur{
  background:rgba(51,51,51,1);
}
.slide-box,.slide{
  display:block;
  width:100%;
  overflow:hidden;
}
.slide{
  display:none;
  position:relative;
  z-index:8;
}
.slide img{
  width: 100%;
}


/*nav*/
.pcnav{ width: 80%; float: left; position: relative; z-index: 1111111}
 .f_nav .f_li.active .f_n a{color:#005a96; font-weight: 600}
.pcnav .f_nav .f_li{float:left;position:relative;width: 16.6%;text-align: center;}
.pcnav .f_nav .f_li .f_n{position:relative;overflow:hidden; }

.pcnav .f_nav .f_li .f_n:before{content:'';position:absolute;right:0;top:14px;display:block;width:1px;height:30px;opacity:1;background:#e4e3e3;}
.pcnav .f_nav .f_li:last-child .f_n:before{ display: none}
.pcnav .f_nav .f_li .f_n>a{display:inline-block;height:70px;line-height:70px;width:100%;font-size:20px;text-align:center;position:relative;}

.pcnav .f_nav .f_li .f_n>a:after, .pcnav .f_nav .f_li.active .f_n>a:after{content:attr(data-title);position:absolute;width:100%;height:100%;left:0;top:0;transform:translateY(-100%);color:#977953;}

.pcnav .s_nav{position:absolute;left:0;min-width:100%;background:#f7f7f7;display:none;z-index:99999;}

.pcnav .s_nav a{display:block;height:46px;line-height:46px;color:#76838F;border-bottom:1px solid #CCC;white-space:nowrap;font-size:14px;box-sizing:border-box;text-align:left;padding:0 15px 0 10px;}
.pcnav .s_nav a:hover{background:#DDD;padding:0 10px 0 15px;}


.pcnav .f_nav .f_li:hover .f_n a{
     -weblit-transform:translateY(100%);
    -moz-transform:translateY(100%);
    -o-transform:translateY(100%);
    transform:translateY(100%);
}
.pcnav .f_nav .f_li:hover .s_nav{height:auto;background:#F2F2F2; display: block}







.pcnav .f_nav .f_li:hover .mega-menu{ display: block}

.mega-menu{ width: 1100px;left:-250px; display:none; max-height:540px;
    position: absolute;
    top:70px;
    transition: opacity .3s ease 0s;
    transition: all .03s;
    transition-delay: .3s;
 background: #f7f7f7; z-index: 99999;padding:0 8%  }
.mega-menu ul{ width: 101%; }
.mega-menu ul li{ width: 24%; margin-right: 1%; float: left; }
.mega-menu ul li .menu1{ width: 100%; height: 50px;line-height: 50px;}
.mega-menu ul li .menu1 img{ height: 50px; float: left; margin-right: 15px;}
.mega-menu ul li .menu1 h2{color: #006bb2; font-size: 17px; font-weight: 600; display: inline-block;float: left; }
.mega-menu ul li .menu2 img{ width: 100%; height: 160px;object-fit:cover; margin: 0 0 15px;}
.mega-menu ul li dl{ width: 100%; display: block}
.mega-menu ul li dl dd{ width:100%; line-height: 30px; color: #004a57; font-size: 16px;}

.mega-menu ul li:hover .menu1 h2,.mega-menu ul li:hover dl dd{ color: #977953}







/**/
.title01{
  text-transform:uppercase;
  padding:40px 0 ;
  text-align:center;
  font-size: 40px; color: #977953;
  position: relative; margin-top: 50px;
}
.title01:after {
    content: "";
    display: inline-block;
   width: 45px; height:40px; background: url("../images/btl.png");position: absolute;
    left: 49.2%; top: 0;
    vertical-align: middle;}


.products{ padding: 20px 50px 50px; text-align: center}
.products p{color: #333333; font-size: 18px; line-height: 200%;}


.pernr5{position:relative; width: 100%; overflow: hidden}
.pernr51{position:relative;width:74%;margin:0 auto;}

.pernr51 .swiper-slide{margin:0 auto;position: relative;}
.pernr51 .swiper-slide .img{border-radius:8px;overflow: hidden;transition:all 0.8s;}
.pernr51 .swiper-slide .img img{width: 100%; height: 758px; object-fit:cover;display: block;border-radius:8px;transition:all 0.8s;}
.pernr51 .swiper-slide:hover .img img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.pernr51 .swiper-slide:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.8);position:absolute;display: block;left:0;top:0;z-index:9;border-radius:8px;}
.pernr51 .swiper-slide-active:before{background:none;}





.pernr51 .swiper-slide .nr{text-align:center;position: absolute;z-index:99999!important;}

.pernr51 .swiper-slide-prev{position: relative;}

.pernr51 .swiper-slide-prev .nr{top: 50%;transform: translateY(-50%);right:-300px;}
.pernr51 .swiper-slide-prev .nr .wz1{transform: translateX(230px);animation: dt4 1s linear .65s;animation-delay:0s;animation-fill-mode: forwards;color:#fff;font-size:24px;position: relative;z-index: 999;}
.pernr51 .swiper-slide-prev .nr .wz2{display:none;}
.pernr51 .swiper-slide-prev .nr .mo{display:none;}


.pernr51 .swiper-slide-next .nr{top: 50%;transform: translateY(-50%);left:-300px;}
.pernr51 .swiper-slide-next .nr .wz1{transform: translateX(-230px);animation: dt4 1s linear .65s;animation-delay:0s;animation-fill-mode: forwards;color:#fff;font-size:24px;position: relative;}
.pernr51 .swiper-slide-next .nr .wz2{display:none;}
.pernr51 .swiper-slide-next .nr .mo{display:none;}


.pernr51 .swiper-slide-active .nr{top: 50%;transform: translateY(-50%);width: 100%;left: 0;}
.pernr51 .swiper-slide-active .nr .wz1{animation: dt42 1s linear .65s;animation-delay:0s;animation-fill-mode: forwards;color:#977953;font-size:48px;margin-left: 200px;text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;}
.pernr51 .swiper-slide-active .nr .wz2{animation: dt42 1.2s linear .65s;animation-delay:0s;animation-fill-mode: forwards;color:#977953;font-size:19px;font-family:"Courier New";}
.pernr51 .swiper-slide-active .nr .mo{color:#fff;font-size:18px;background-color: rgb(0, 113, 188,.8);width: 212px;line-height: 56px;margin:0 auto;display:block;margin-top:2vw;}
.pernr51 .swiper-slide-active .nr .mo:hover{ background:#977953 }

.pernr51 .swiper-button-prev{position: absolute;top:50%;margin-top:-38px;left:-1%;width:76px;height:76px;opacity:1;z-index:999;background: url("../images/pl.png") no-repeat;background-size:100% 100%;}
.pernr51 .swiper-button-next{position: absolute;top:50%;margin-top:-38px;right:-1%;width:76px;height:76px;opacity:1;z-index:999;background: url("../images/pr.png") no-repeat;background-size:100% 100%;}
.pernr51 .swiper-button-prev:hover{background: url("../images/pl1.png") no-repeat;background-size:100% 100%;}
.pernr51 .swiper-button-next:hover{background: url("../images/pr1.png") no-repeat;background-size:100% 100%;}


@keyframes dt4 {   
    0%{transform: translateX(200px);opacity:0;}
    100%{transform: translateX(0px);opacity:1;}
}

@keyframes dt42 {   
    0%{opacity:0;margin-left:200px;}
    100%{opacity:1;margin-left:0px;} 
}


/*图片特效*/
.white{position: relative;overflow: hidden;}
.white:after{content: '';cursor: pointer;position: absolute;left: -100%;top: 0;width: 100%;height: 100%;background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));transform: skewx(-25deg);}
.white:hover:after{left: 100%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}   


.more a{
  width: 220px;
  height: 46px;
  line-height: 46px;
  border:solid 1px #0071bc;
  border-radius: 5px; background: #0071bc; color: #fff;
  text-align: center;
  display: block;
  margin:63px 0 0;
}
.more a span::after{
  content: "";
  background:url(../images/more.png) no-repeat;
  background-position: 0 0;
  width: 25px;
  height: 3px;
  display: inline-block;
  margin-bottom:4px;
  margin-left:13px;
}
.more a:hover{
  background: #977953;
  color: #fff;
  border-color: #977953;
}
.more a:hover span::after{
  background-position: 0 -3px;  
}
.one-ad img{
  width: 100%;
}

/*产品中心*/
.hot-product{ background: url("../images/banner-2.jpg") no-repeat; height: 800px; display: block; overflow: hidden; margin-top:80px; }

.hot-product .title01{ color: #fff}
.hot-product .title01:after { background: url(../images/btl2.png);}

.cp_gd {width: 100%;height:480px;overflow: hidden;position: relative; margin-top: 20px;}
.cp_gd ul{position: absolute;}
.cp_gd ul li{float: left;width:400px; padding-bottom: 10px; list-style: none;margin-right: 20px; margin-bottom: 20px; cursor: pointer; text-align: center; background: #fff}
.cp_gd ul li img {width:100%; height:400px;object-fit:cover;display: inline-block;}

.cp_gd h2{font-size:20px; width:30%;line-height:40px; padding-top: 15px; text-align:center;border-bottom:2px solid #6d6864; margin: 0 auto; display: block}


/*关于我们*/
.about{ width: 100%; background:#f4f4f4; display: block; overflow: hidden; padding-bottom: 60px;}

.about-img{
  width: calc(50% - 34px);
  overflow: hidden;
  border-radius: 5px;
}
.about-img img{width: 100%; height:519px;object-fit:cover; }
.about-txt{
  width: calc(50% - 30px);
  line-height: 30px;
  padding-right: 80px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 26px;
}
.about-txt .about-txt-top{

  overflow: hidden;
}
.about-txt .about-txt-top span{font-size:30px; display: block; color: #333; overflow: hidden; padding-bottom: 40px; font-weight: 500; position: relative}
.about-txt .about-txt-top span:after {
    content: "";
    display: inline-block;
   width: 66px; height:2px; background:#977953;position: absolute;
    left: 0;
    top: 42px;
    vertical-align: middle;}


.about-txt .about-txt-bot {
  display: flex;
  display: -webkit-flex;
}
.about-txt .about-txt-bot a{
  display: block;
  text-align: center;
  margin-right:73px;
}
.about-txt .about-txt-bot a span{
  padding:22px;
  border:solid 1px #e5e5e5;
  display: block;
  width: 42px;
  margin:50px auto 20px;
  border-radius: 50%;
}
.about-txt .about-txt-bot a span i{
  width: 42px;
  height: 42px;
  display: block;
  background-position: 0 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
}
.about-txt .about-txt-bot a:nth-child(1) span i{
  background: url(../images/profile.png) no-repeat;
}
.about-txt .about-txt-bot a:nth-child(2) span i{
  background: url(../images/culture.png) no-repeat;
}
.about-txt .about-txt-bot a:nth-child(3) span i{
  background: url(../images/history.png) no-repeat;
}
.about-txt .about-txt-bot a:hover span{
  background:#ededed;
}
.about-txt .about-txt-bot a:hover span i{
  background-position: -42px 0;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}


/*news*/
.news{padding:0 0 48px;background: url(../images/bg3.jpg) no-repeat; -webkit-background-size: cover;background-size: cover; display: block; overflow: hidden  }
.news .n_span{text-align:center;}
.news .n_span .span_a{width:162px;height:42px;line-height:42px;display:inline-block;margin-left:11px;color:#333;text-align:center;cursor:pointer;background:#f3f3f3;border-radius:21px;font-size:18px;}
.news .n_span .span_a:first-child{margin-left:0;}
.news .n_span .span_a:hover,.news .n_span .span_a.on{background:#005a96;color:#FFF;}
.news .n_ul{overflow:hidden;width:100%;}
.news .n_ul ul{ width: 102%}
.news .n_ul ul li{ width: 31.33%; float: left; margin-right: 2%; margin-bottom: 2%;}
.news .n_ul a{ display: inline-block;background: #f8f8f8;}
.news .n_ul .n_img{width:100%;position:relative;border:1px solid #F8F8F8;}
.news .n_ul .n_img img{object-fit:cover; height:300px; width: 100% }
.news .n_ul .n_txt{padding:30px 30px;background:#F8F8F8;}
.news .n_ul .n_txt .n_pp{padding-bottom:13px;}
.news .n_ul .n_txt .n_pp p{font-size:14px;line-height:25px;color:#666;}
.news .n_ul .n_txt .n_pp p:first-child{font-size:15px;height:15px;line-height:15px;color:#333;margin-bottom:19px;}
.news .n_ul .n_txt .n_pp p:nth-child(2){font-size:24px;height:34px;line-height:34px;color:#333;margin-bottom:32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news .n_ul .n_txt .n_pp p:nth-child(3){overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:50px;}
.news .n_ul .n_txt .n_p{padding-top:25px;border-top:1px solid #dfdfdf;}
.news .n_ul .n_txt .n_p span{font-size:14px;height:14px;line-height:14px;background:url(../image/index_newsjiantou.png) no-repeat right center;color:#333;display:block;}


 .newscow .pubinfo{margin:0;line-height:26px;padding-bottom:10px;color:#888;font-weight:normal;padding-top:10px;border-bottom:1px solid #dbdbdb;margin-bottom:30px; text-align: center}

 .newscow .pubinfo dl{padding-right:10px;white-space:nowrap; font-size: 14px; display: inline-block;}


#newswrap{padding:40px 0 50px;}

.news_list{position:relative; padding-bottom: 50px;}

.news_list .news_li{background:#FFF; padding: 20px; margin-bottom:20px;transition:all .6s;box-shadow:0 0 16px rgba(0,0,0,.08); display: block; overflow: hidden}

.news_list .news_li .nl_left { width:20%; height: 120px; float: left}

.news_list .news_li .nl_left  img{display:block;width:100%;height:100%;object-fit:cover;}

.news_list .news_li .nl_right{width:78%;float:right;}

.news_list .news_li .nl_right a{display:block;}

.news_list .news_li .nl_right a .news_txt{ width: calc(100% - 150px); float:left;transition:all .6s; }

.news_list .news_li .nl_right a .news_txt p{margin:0;}

.news_list .news_li .nl_right a .news_txt p:first-child{height:26px;line-height:26px;font-size:18px;color:#717171;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:bold;}

.news_list .news_li .nl_right a .news_txt p:last-child{font-size:14px;color:#a2a2a2;line-height:24px;height:48px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-top:18px;}

.news_list .news_li .nl_right a .news_date{width:110px;float:right;transition:all .8s;}

.news_list .news_li .nl_right a .news_date span{display:inline-block;height:26px;line-height:26px;color:#999;font-size:19px;}

.news_list .news_li .nl_right a .news_date em{display:inline-block;width:100px;height:35px;line-height:33px;border:1px solid #dedfe1;border-radius:16px;font-size:12px;font-family:Arial;text-align:center;color:#CCC;font-style:normal;margin-top:38px; background: #005a96; color: #fff}

.news_list .news_li:hover{}

.news_list .news_li:hover .nl_right a .news_txt p:first-child{ color: #005a96}

.news_list .news_li:hover .nl_right a .news_date{padding-left:10px;}

.news_list .news_li:hover .nl_right a .news_date em{background:#CCC;border:1px solid #CCC;color:#FFF;}



/*优势*/

 .fwl{width:100%;  margin:40px 0;display: block; overflow: hidden }
.fwl li {
    width: 100%; 
    float: left; margin-bottom: 3%;
    transition: 0.4s all; position: relative}
.fwl li em{ width: 75%; height: 520px; float: left}
.fwl li img{ width: 100%; height: 100%;object-fit:cover;}
.fwl li dl{ width: 40%; position: absolute; z-index: 888; right: 0; top:60px; background: #e8e8e8;
    color: #262727;
    box-shadow: 0 9px 9px rgba(0,0,0,0.15); padding: 70px;}
.fwl li:nth-child(2) em{ float: right}
.fwl li:nth-child(2) dl{left:0}


.fwl li h2{font-size: 24px;margin: 20px 0;color: #000;}
.fwl li p{    line-height: 36px;font-size: 16px;}
.fwl li:hover{-webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -moz-transform: translateY(-10px);}

.fwl li span { margin-top: 60px;
    display: inline-block;
    border: 1px #666 solid;
    /* line-height: 30px; */
    padding: 0 30px;
    font-size: 14px;
    color: #666;
    width: 50%;
    max-width: 200px;
    line-height: 45px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}

.fwl li:hover dl{ background: #dedede}
.fwl li:hover dl span{ background: #977953; color: #fff}

/*联系我们*/

.c_left{width:30%;float:left;padding-left:3%;position:relative;padding-bottom:15px;}

.c_left .c_txt{margin-top:20px;}

.c_left .c_txt p{font-size:16px;line-height:24px;color:#727272;}

.c_left .c_txt p.p1{font-size:20px;height:30px;line-height:30px;margin-bottom:3px;margin-top:44px;font-weight:bold;color:#454545;}

.c_left .c_ewm{ margin-top: 44px;}
.c_left .c_ewm img{width:157px;display:block;height:auto;float:left;}

.c_left .c_ewm em{display:block;float:left;font-size:16px;line-height:35px;color:#666;margin-top:43px;font-style:normal;}

.map{ width: 65%; float: right}





.gg{ background: url("../images/zybj.jpg") no-repeat; height: 668px; overflow: hidden; display: block}

.biaoge{ width: 42%; float: left; margin-top:3.5%}
.biaoge .title01{ text-align: left;padding: 0 0 23px;}


.cl_right{width:100%;float:left;border-left:1px solid #E9E9E9;}

.cl_right .cl_li{border:1px solid #EEE;margin-bottom:20px;background-repeat:no-repeat;background-position:30px center;padding-left:60px;background-color:#FFF;}

.cl_right .cl_li.cl_li1{padding-left:30px;}

 .cl_right .cl_li.icon1{background-image:url(../images/con_ficon1.png);}

 .cl_right .cl_li.icon2{background-image:url(../images/con_ficon2.png);}

 .cl_right .cl_li.icon3{background-image:url(../images/con_ficon3.png);}

 .cl_right .cl_li input{width:100%;height:48px;line-height:48px;outline:none;padding:0 6px;}

 .cl_right .cl_li textarea{width:100%;padding:8px 6px;outline:none;resize:none;line-height:24px;}

 .cl_right .con_btn{height:50px;line-height:48px;color:#0075BA;background:#FFF;cursor:pointer;text-align:center;display:inline-block;border:1px solid #0075BA;width:260px;font-size:18px;margin-top:20px;}

.cl_right .con_btn:hover{ background: #0075BA; color: #fff;}

 .cl_right ::-webkit-input-placeholder{color:#888;font-size:16px;}

 .cl_right :-moz-placeholder{color:#888;font-size:16px;}

 .cl_right ::-moz-placeholder{color:#888;font-size:16px;}

.cl_right :-ms-input-placeholder{color:#888;font-size:16px;}

/*advbox*/

@keyframes movecircleing {
	0% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
	25% {
		border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%; }
	50% {
		border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%; }
	75% {
		border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%; } 
}

.protxt span{
	font-size: 50px;color: #000;display: block;font-weight: 400;
	text-transform: uppercase; font-family: fantasy;
	white-space: nowrap;margin-top: 3%;
}
.protxt span font{
	color: #084d9e;
}

.col-sm-6 {
    width: 50%; float: left
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.abouteng{width: 80%;margin:-10% auto 10%;position: relative;}
.abouteng .box{
	width:100%;height: 100%;
	
	background: url(../images/icom-bg.png) center no-repeat;
	background-size: 100% 100%;overflow: hidden;
}
.abouteng .pic{float: left;width: 100%;height: 100%;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	-webkit-animation: movecircleing 10s infinite;
	animation: movecircleing 10s infinite;
	overflow: hidden;
	position: relative;
	z-index: 2
}
.abouteng .pic img{object-fit: cover;width:100%;height: 100%}

.abouteng .pic{overflow: hidden;}
.abouteng .pic img{
    max-width: 100%;
	border-radius: 17px;
	transition: 0.3s;
}
.abouteng .pic:hover img{transform: scale(1.1);}

.advbox{
	background-image: url(../images/ysbg.jpg);
	background-size: cover;
	background-position: 85% 84%;
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
	padding-top: 2%;
	padding-bottom: 1%;
}
.advbox .protxt span{color: #fff;}
.advbox .protxt span font{color: #1191dc;}
.advbox .titfix{
	display: flex;
    margin-top: 15%;
    margin-bottom: 6%;
}
.advbox .titfix h3{font-size: 22px;font-weight: bold;}
.advbox .titfix .icons{
	border: 1px solid #4e7fb9;
	padding: 14px;
	border-radius: 50%;
	margin-right: 15px;
}
.advbox .titfix .icons span{
	width: 57px;height: 57px;line-height: 50px;
	color: #1191dc;
	font-size: 30px;display: inline-block;background-color: #fff;
	border-radius: 50%;text-align: center;
}

.advbox .titfix .icons span img{max-width: 100%; vertical-align:middle}
.advbox .titfix .ystit{padding-top: 3.8%;}
.advbox .titfix .ystit>p{opacity: 0.6;text-transform: uppercase;margin-top: 8px;zoom: 0.8;}

.advbox .yscon{
	font-size: 16px;width: 89%;
	line-height: 35px;opacity: 0.5;
	margin-bottom: 14%;
}

.advbox .button .mytel{font-size: 24px;font-weight: bolder;}
.advbox .button .mytel img{vertical-align: text-bottom;}


.advbox .button{
	display: flex;
    justify-content: space-between;
    background-color: #1191dc;
    padding: 3% 8% 3% 37%;
    border-radius: 50px;
    transform: translateX(-26%);
    width: 100%;
}
.advbox .button .mynums{
	font-size: 30px;
	font-weight: bold;
	margin: 0 32%;
	transition: 0.3s;
}

.advbox .adv1,.advbox .adv2{position: absolute;}
.advbox .adv1{left: 0;top: 18%;max-width: 37%;}
.advbox .adv2{right: 0;bottom: 6%;max-width: 36%;}
.advbox .gobtn{
	display: flex;
	align-items: center;
}
.advbox .gobtn span{
	display: inline-block;
	width: 85px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	font-size: 16px;
	background-color: #084d9e;
	border-radius: 15px;
	transition: 0.3s;
}

.advbox .gobtn span:hover{transform: scale(1.1);}




.advbox .inner{
	width: 1300px;
	margin: auto;
}
.advbox .title h3{color: #1f9f3b;margin-top: 2.5%;}
.advbox .text{padding-top: 4%;}
.advbox .text p{
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
}
.advbox .text p:nth-child(2){text-indent: 17%;}
.advbox .chbox{ color: #000;}
.advbox .chbox .left li:nth-child(1){
	filter: brightness(15);
}
.advbox .chbox .left li:nth-child(1) h3,.advbox .chbox .left li:nth-child(1) p{
	color: #fff;
}

.gomore .ask{
	float: none;
	display: inline-block;
	padding: 8px 15px;
	color: #fff;
	margin: 9% auto 20px;transition: 0.3s;
	background-color: #084d9e;
	border: 2px solid #084d9e;
}
.gomore .ask:hover{
	padding: 8px 25px;
}

.advbox .chbox .left li .eng{
	color: #c8c9ca;font-size: 16px;

	text-transform: uppercase;
}
.advbox .chbox .left li .cons{
	position: relative;
	z-index: 1;
	padding: 2% 0;
}
.advbox .chbox .left li .cons::after{
	content: "";
	display: block;
	width: 100%;
	transition: 0.3s;
}
.advbox .chbox .left li:hover .cons::after{
	filter: brightness(0.25);
}
.advbox .chbox .left li .num{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 26px;
	color: #1a1a1a;
	background-color: #1a1a1a;
	width: 447px;height: 202px;line-height: 100px;	
	transition: 0.3s;
	transform: translate(0%,0%);
}
.advbox .chbox .left li h3{font-size: 30px;font-weight: bold;line-height: 28px;}
.advbox .chbox .left li span{font-size: 12px;text-transform: uppercase;}
.advbox .chbox .left li p{font-size: 15px;line-height: 30px;margin-top: 4%;}
.advbox .chbox .left li:hover .num{
	border-radius: 50%;
	width: 120px;height: 120px;
	color: #fff;
	transform: translate(35%,35%);
	text-indent: 19%;

	font-family: fantasy;
    font-size: 44px;
	font-weight: bold;
}

.advbox .chbox .right li{float: right;}
.advbox .chbox .right .left li{padding-bottom: 26%; width: 98%;}
.advbox .chbox .right .one .cons::after{
	padding-bottom: 44.7%;
	background-image: url(../images/adv2.jpg);
}

.advbox .chbox .right ol.left{overflow: hidden;}
.advbox .chbox .right ol.left li{width: 47.5%;margin-left: 2.5%;}
.advbox .chbox .right ol.left li:last-child{margin-left: 0;}
.advbox .chbox .right ol.left li:first-child .cons::after{
	background-image: url(../images/adv3.jpg);
}
.advbox .chbox .right ol.left li:last-child .cons::after{
	background-image: url(../images/adv4.jpg);
}
.advbox .chbox .right ol.left li .cons::after{padding-bottom: 72.5%;}



.advbox .txt {
    white-space: normal;
    writing-mode: vertical-rl;
    letter-spacing: 6px;
    position: absolute;
    right: 3%;
    top: 20%;
    color: #979797;
    font-size: 16px;
}






.prbanner,.prbanner img{ width: 100%}




footer{
  font-size:16px;
}
.footer-top{
  background:#333;
  color: #bcbbbb;
  padding:44px 0;
  line-height: 36px;
}
.footer-top .footer-contact img{
  margin-bottom:18px;
  height: 76px;
}
.footer-top h3.title02{
  color: #fff;
  font-size:18px;
  text-transform:uppercase;
  font-weight:normal;
  border-bottom:solid 1px #484848;
  margin-bottom: 13px;
  padding-bottom: 15px;
  line-height: 25px;
}
.footer-top .footer-nav{
  width: 17%;
  margin-left: 126px;
}
.footer-top .footer-link a{
  display: block;
  float: left;
  margin-right:20px;
  color: #bcbbbb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-top .footer-link a:hover{
  color: #fff;
}
.footer-top .footer-nav .footer-link a{
  width: 40%;
  height: 36px; 
}
.footer-top .footer-product{
  width: 30%;
  margin-left: 103px;
}
.footer-top .footer-product .footer-link a{
  width: 200px;
  height: 36px;
}
.footer-top .footer-ewm p{ text-align: center}
.footer-top .footer-ewm img{
  height:138px;
  margin-top: 25px; 
}
.footer-bot{
  background:#222;
  text-align: center;
  color: #fff;
  height: 68px;
  line-height: 68px;
}
.footer-bot a{ color: #fff}
/*右侧浮动*/
.suspension{
  position:fixed;
  z-index:55;
  right:0;
  top:300px;
  width:64px;
  height:204px;
}
.suspension-box{
  position:relative;
  float:right;
}
.suspension .a{
  display:block;
  width:64px;
  height:64px;
  background-color:#616060;
  margin-bottom:4px;
  cursor:pointer;
  outline:none;
}
.suspension .a.active,
.suspension .a:hover{
  background:#252525;
}
.suspension .a .i{
  float:left;
  width:28px;
  height:30px;
  margin-top:18px;
  margin-left:17px;
}
.suspension .a-service .i{
  background:url(../images/qq.png) no-repeat;
}
.suspension .a-service-phone .i{
    background:url(../images/tel.png) no-repeat;
}
.suspension .a-top .i{
  background:url(../images/top.png) no-repeat;
}
.suspension .d{
  display:none;
  width:220px;
  background:#fff;
  position:absolute;
  right:70px;
  border:1px solid #E0E1E5;
  border-radius:3px;
  box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow{
  position:absolute;
  width:8px;
  height:12px;
  background:url(../images/side_bg_arrow.png) no-repeat;
  right:-8px;
  top:31px;
}
.suspension .d-service{
  top:68px;
}
.suspension .d-service-phone{
  top:0;
}
.suspension .d .inner-box{
  padding:8px 18px;
}
.suspension .d-service-item{
  padding:10px 0;
}
.suspension .d-service .d-service-item{
  border-bottom:none;
}
.suspension .d-service-item .circle{
  width:44px;
  height:44px;
  border-radius:50%;
  overflow:hidden;
  background:#F1F1F3;
  display:block;
  float:left;
}
.suspension .d-service-item .i-qq{
  width:44px;
  height:44px;
  background:url(../images/side_con_icon03.png) no-repeat center 15px;
  display:block;
  transition:all .2s;
  border-radius:50%;
  overflow:hidden;
}
.suspension .d-service-item:hover .i-qq{
  background-position:center 3px;
}
.suspension .d-service-item .i-tel{
  width:44px;
  height:44px;
  background:url(../images/side_con_icon02.png) no-repeat center center;
  display:block;
}
.suspension .d-service-item h3{
  float:left;
  width:112px;
  line-height:44px;
  font-size:15px;
  margin-left:12px;
  font-weight:normal;
}
.suspension .d-service-item .text{
  float:left;
  width:128px;
  line-height:22px;
  font-size:15px;
  margin-left:12px;
}
/*内页*/
.box02{
  margin: 0 auto;
  padding: 0 150px;
}
.current{
  padding: 43px 0 31px;
  border-bottom:solid 1px #e9e9e9;
}
.current .cur-fl{
  text-transform: uppercase;
  font-size:36px;
  font-weight:bold;
}
.current .cur-fr a,.current .cur-fr{
  font-size:16px;
  color: #999;
  line-height: 42px;
}
.current .cur-fr span{
  margin:0 8px;
}
.current .cur-fr a:hover{
  color: #222;
}
.main{
  margin:46px 0 80px;
}
.m-menu-cur{
  display: none;
}






.menu-left,.sidebar{ width: 20%; float: left}

.menu-box>li{
  width: 100%;
  margin-bottom: 16px;
}
.menu-box>li>a{
  border:solid 1px #e9e9e9;
  border-radius: 10px;
  display: block;
  width: 310px;
  height: 52px;
  line-height: 52px;
  padding: 0 19px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 20px;
}
.menu-box li a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.menu-box>li>a span{
  margin-right: 9px;
}
.menu-box>li>a span img{

  height: 27px;
  margin-bottom: 4px;
}
.menu-box>li>a span.hoverpic2{
  display: none;
}
.menu-box>li>a:hover,.menu-box>li>a.on{
  background:#005a96;
  border-color: #005a96;
  color: #fff;
}
.menu-box>li>a:hover span.pic1 img,.menu-box>li>a.on span.pic1 img{
filter: grayscale(100%) brightness(300%);
}



.menu-box>li ul{
  margin-top: 16px;
  display: none;
}
.menu-box>li li a{
  padding: 0 31px;
  height: 42px;
  line-height: 42px;
  color: #666;
  display: block;
}
.menu-box>li li a::before{
  content: "";
  width: 6px;
  height: 6px;
  border:solid 2px #a0a0a0;
  border-radius: 2px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 1px;
}
.menu-box>li>a.on~ul{
  display: block;
}
.menu-box>li li a.on,.menu-box>li li a:hover{
  color: #000;
}
.menu-box>li li a.on::before,.menu-box>li li a:hover::before{
  background:#575353;
  border-color:#575353;
}


.sidebar .top{width: 100%;height: 70px;background: url(../images/flower.png) no-repeat 267px center #242a2f;}
.sidebar h3{padding: 23px 0 0 26px;font-size: 24px;font-weight: normal;}
.sidebar h3 a{display: block;color: #fff;text-decoration: none; text-align:left}
.sidebar h3 em{font-weight: bold;color: #fff;}
.sidebar h3 span{font-size: 10px;color: #fff;font-family: arial;margin-left: 6px;position: relative;top: 2px;}
.sidebar .box1{padding: 10px;background:#E7E7E7;}
.subNavBox{width:290px;margin:10px auto 25px; line-height:25px;}
.subNav{ background:#9d9d9d; text-align: center; width:100%; margin:20px auto 0;cursor:pointer;font-size:16px;color:#fff;line-height:60px;background-position:95% 50%}
.subNav a{ color:#fff;}
.subNav a:hover{ font-weight:bold}
.currentDd{color:#fff; background: #977953}


.navContent{display: block;}
.navContent ul{ margin:0 auto; padding:0 0 10px; list-style:none}
.navContent ul li{padding:10px 0;height:55px; float:left;}
.navContent li a{text-align:center;font-size:15px;width:288px; line-height:55px;  color:#666; display:inline-block;}
.navContent li a:hover{color:#333;}
.active  a{ color: #977953 !important; font-weight: 600}




















/*page*/
.manu{text-align:center;margin-top:30px;}
.manu a{border:1px solid #D9D9D9;padding:9px 15px;text-decoration:none;margin:0 2px 5px;display:inline-block;}
.manu a:hover{border:1px solid #D9D9D9;}
.manu a:active {border:1px solid #D9D9D9;}
.manu .page-num-current {border:1px solid #005a96;padding:9px 15px;background:#005a96;font-weight:bold;margin:0 2px;color:#FFF;display:inline-block;}
.manu .disabled{border:1px solid #D9D9D9;padding:9px 15px;color:#D9D9D9;margin:0 2px;display:inline-block;}


/*公用分页*/
.fanye{list-style:none;border-top:1px dashed #ccc;border-bottom:1px dashed #ccc;padding:10px 0;margin-top:40px;}
.fanye ul li{ font-size: 16px; height:30px;line-height:30px;text-align:left;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fanye ul li a{ color:#666;}

/*文章*/
.newscow  .h1{line-height:30px;font-size:28px;margin:20px 0; text-align: center}

.newscow  .newscount{line-height:30px;font-size:16px;color:#626262;}

.newscow  .newscount>*{margin-bottom:15px;}

.newscow  .newscount h2{font-size:18px;font-weight:bold;}

.newscow  .newscount h3{font-weight:bold;}

.newscow  .newscount img{margin:0 auto;display:block;max-width:80%;height:auto;}

.newscow .newscount iframe{width:100%;height:541px;}

.newscow  .newscount table{border:none!important;padding:0;border-collapse:collapse!important;border-spacing:0!important;}

.newscow  .newscount table td,.newscow  .newscount table th{border:1px solid #EFEFEF!important;empty-cells:show!important;border-collapse:collapse!important;text-align:center!important;padding:12px 5px!important;line-height:1.2!important;width:auto!important;font-size:16px!important;color:#333!important;}

.newscow  .newscount table td *,.newscow  .newscount table th *{line-height:1.2!important;display:block!important;}







.con-right{
  width: calc(100% - 370px);
}
.about_nr img{ max-width: 90%; margin-bottom: 10px}
.about_nr p{ line-height: 36px; font-size: 16px;}

.product-list ul{ width: 101%;}

.product-list li{
  width:32.3%;
  margin-right: 1%; margin-bottom: 1%;
  text-align: center;
  float: left;
}

.product-list li p{ font-size: 16px; height: 50px; line-height: 50px; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.product-list li:hover p{
  font-weight:bold;
}


.product-list li .product-imgt{display:table-cell; text-align: center; vertical-align: middle; width:402px; height:358px;  overflow: hidden;*display: block; *font-size:174px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.product-list li .product-imgt img{width:100%;height:100%;object-fit:cover;}
.product-list li:hover{ transition: all .7s;}
.product-list li:hover  img{-webkit-transition:-webkit-transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;-webkit-transform:scale(1.2);transform:scale(1.2);}











.page {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 0;
}
.page a,.page span {
  border: 1px solid #dddddd;
  line-height: 35px;
  padding: 0px 14px;
  margin: 0px 7px;
  display: inline-block;
  vertical-align: middle;
}
.page a span {
  font-size: 20px;
  color: #7c7c7c;
}
.page span.current {
  color: #fff;
  background: #bbbaba;
  border-color: #bbbaba;
}
.contact-left{
  width: 34.5%;
}
.contact-left h2{
  font-size:36px;
  font-weight:normal;
  margin-bottom: 26px;
}
.contact-left input,.contact-left textarea{
  width: 100%;
  border:solid 1px #e1e1e1;
  padding: 16px 25px;
  line-height: 30px;
  font-size:24px;
  margin-bottom: 20px;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
  color: #999;
}
input::-moz-placeholder,textarea::-moz-placeholder{
  color: #999;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder{
  color: #999;
}
.contact-left textarea{
  font-family: Arial;
}
.contact-left input[type=submit]{
  background: #bbbaba;
  border-radius: 10px;
  border-color: #bbbaba;
  color: #fff;
  cursor: pointer;
  margin-top:10px;
}
.contact-right{
  width: 61.2%;
}
.contact-text{
  margin-top: 10px;
  margin-bottom: 35px;
}
.contact-map{
  width: 100%;
  height: 365px;
}
#container {
  height: 100%;
  width: 100%;
}
.amap-icon img {
  width: 25px;
  height: 34px;
}
.amap-marker-label{
  border: 0;
  background-color: transparent;
}
.info {
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  position: fixed;
  top: 0;
  background-color: white;
  width: auto;
  min-width: 0;
  border-width: 0;
  right: 0;
  box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
  position: relative;
  font-weight: 300;
  line-height: 14px;
}
.pro-info-left{
	width: 54.48%;
}  
.pro-info-left img{
	width: 100%;
}
.pro-info-right{
	width: 42%;
}
.pro-info-right img{
	width: 95%;
}
@media screen and (max-width: 1680px){
  .about-txt {
    padding-right: 30px;
    margin-top: 14px;
  }
  .about-txt .about-txt-bot a span {
    margin: 30px auto 20px;
  }
  .menu-box>li,.menu-box>li>a{
    width: 290px;
  }
  .con-right {
    width: calc(100% - 340px);
  }
  .product-list li p {
    margin: 20px 0 24px;
  }
  .page {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1679px){

  .footer-top .footer-nav {
    margin-left: 66px;
  }
  .footer-top .footer-product {
    width: 368px;
    margin-left: 63px;
  }
  .footer-top .footer-product .footer-link a {
    width: 164px;
  }
}
@media screen and (max-width: 1600px){

  .nav .search input[type=text] {
    width: 234px;
  }
}
@media screen and (max-width: 1440px){
  .about-txt .about-txt-bot a {
    margin-right: 40px;
  }
  .about-txt {
    width: calc(50% - 10px);
    margin-top: 0;
  }

  .menu-box>li, .menu-box>li>a {
    width: 270px;
  }
  .con-right {
    width: calc(100% - 310px);
  }

  .box02 {
    padding: 0 110px;
  }
  .contact-map {
    height: 330px;
  }
  .contact-text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1439px){

  .nav .search input[type=text] {
    width: 224px;
  }
  .about-txt .about-txt-bot a {
    margin-right: 30px;
  }
  .main {
    margin: 46px 0 70px;
  }
}
@media screen and (max-width: 1359px){

  .nav .search input[type=text] {
    width: 220px;
  }
  .box01 {
    padding: 0 72px;
  }
  .footer-top .footer-nav {
    width: 220px;
  }
  .footer-top .footer-nav .footer-link a {
      width: 90px;
  }
  .footer-top .footer-product .footer-link a {
    width: 124px;
  }
  .footer-top .footer-product{
    width: 288px;
  }
    
    .pernr51 .swiper-slide .img img{ height:600px }
    .fwl li dl{ padding: 50px}
}
@media screen and (max-width: 1260px){
    
    .nav .search input[type=text] {  width: 200px;} 
    
}



@media screen and (max-width: 1199px){
  .nav{
    display: none;
  }
  #navToggle{
    display: block;
    margin-left: 20px;
  }
  header #navToggle {
    height: 100%;
    display: inline-block;
    float: right;
    margin-top: 5px;
  }
  header #navToggle span {
    position: relative;
    width: 25px;
    height: 2px;
    margin-top: 19px;
  }
  header #navToggle span:before,
  header #navToggle span:after {
    content: '';
    position: relative;
    width: 100%;
    height: 2px;
    left: 0;
  }
  header #navToggle span,
  header #navToggle span:before,
  header #navToggle span:after {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    background: #4f4f4f;
  }
  header #navToggle span:before {
    top: 8px;
  }
  header #navToggle span:after {
    bottom: 10px;
  }
  header #navToggle.open span:before {
    top: 10px;
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -moz-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
  }
  header #navToggle.open span:after {
    bottom: 12px;
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  header #navToggle.open span {
    background: none;
  }
  header #navToggle.open span:before,
  header #navToggle.open span:after {
    background: #4f4f4f;
  }
  .logo {
    text-align: left;
  }
  .box01 {
    padding: 0 3%;
  }
  header {
    padding: 20px 0 30px;
  }
  .product-type li p {
    font-size: 36px;
  }
  .title01 {
    font-size: 40px;
  }
  .box02 {
    padding: 0 100px;
  }
  .menu-box>li, .menu-box>li>a {
    width: 250px;
  }
  .con-right {
    width: calc(100% - 290px);
  }

  .main {
    margin: 46px 0 60px;
  }
  .page {
    margin-top: 30px;
  }
  .pro-info-left,.pro-info-right{
  	float: none;
  	width: 100%;
  }
  .pro-info-right{
  	margin-top: 20px;
  }
    
    .footer-ewm{ display: none}
}
@media screen and (max-width: 1024px){
  .footer-top .footer-nav {
    display: none;
  }
  .product-list li p {
      margin: 20px 0 30px;
  }
}
@media screen and (max-width: 1023px){
  .mobile-menu{
    display: block;
  }
  .suspension{
    display: none;
  }
  .box02 {
    padding: 0 3%;
  }
  .current .cur-fl,.current .cur-fr{
    float: none;
  }
  .current {
    padding: 20px 0;
  }
  .current .cur-fl {
    font-size: 26px;
  }
.con-right{
    float:none;
  }
  .menu-box{
    display: none;
  }
  .m-menu-cur{
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 16px 20px;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
  }
  .m-menu-cur::after {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-top-color: #000;
    right: 20px;
    top: 50%;
    margin-top: -2.5px;
  }
    
    
    
    
    
    
    
  .menu-box>li, .menu-box>li>a {
    width: 100%;
  }
  .main {
    margin: 24px 0 46px;
  }
  .con-right {
    width: 100%;
    margin-top: 20px;
  }
  .contact-left,.contact-right{
    float: none;
    width: 100%;
  }
  .contact-left input, .contact-left textarea {
    padding: 12px 20px;
    font-size: 18px;
    margin-bottom: 14px;
  }
  .contact-text {
    margin-top: 0;
  }
  .contact-left {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px){
  .item {
    bottom: 16px;
  }
  .title01 {
    padding: 36px 0 30px;
  }

  .product-type li p {
    font-size: 30px;
    margin-top: 14px;
  }
  .more a {
    margin: 36px auto;
  }
  .about-img img {
    height: 390px;
    object-fit: cover;
  }
  .about-txt {
    width: 50%;
  }
}
@media screen and (max-width: 767px){
    .banner{ height: auto}
    
  .logo .language .fr a{
    display: none;
  }
    .logo{ padding-top: 0}
  .logo a img {
    height: 50px;
  }
  .logo .language img {
    height: 40px;
  }
  header {
    padding: 10px 0;
  }
  header #navToggle span {
    margin-top: 16px;
  }
  header #navToggle {
    height: 100%;
    display: inline-block;
    float: right;
    margin-top: 0;
  }
    
    .index_banner{ padding-bottom: 0; height: 200px; margin-top: 70px;}
    .hot-product{ height: 500px;}    
    
.cp_gd {height:257px;}
.cp_gd ul{position: absolute;}
.cp_gd ul li{width:200px; }
.cp_gd ul li img { height:200px;}
    .cp_gd ul li h2{ width: 90%; overflow: hidden; padding-top: 5px; font-size: 16px;}    
    

    .biaoge{ width: 100%}  

    .inner-page-r{ padding: 0}
    
    .c_left,.map{ width: 100%; margin-bottom: 20px;}
    
    .fwl li em{ width: 100%; height: auto; margin-top: 30px;}
    .fwl li dl{ float: left; width: 95%; position: relative;top:10px; padding: 10px}
    .fwl li span{margin-top: 20px;max-width: 100px;    line-height: 40px;}
    .fwl li p{ font-size: 14px; line-height: 26px;}
    .footer-product{ display: none}
    
  .title01 {
    font-size: 30px;
  }
    .news .n_ul ul{ width: 100%}
    .news .n_ul ul li  { width: 100%; margin-right: 2%; margin-right: 0}
    .news .n_ul .n_img img{ height:200px}
  
  .more a {
    margin: 30px auto;
    width: 60%;
    height: 46px;
    line-height: 46px;
  }
  .about-img {
    display: none;
  }
  .about-txt {
    width: 100%;
    padding-right: 0;
  }
  .about-txt .about-txt-bot a span {
    margin: 24px auto 10px;
  }
  .footer-contact.fl {
    float: none;
  }
  .footer-product.fl {
    float: none;
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .footer-top .footer-product .footer-link a {
    width: calc(50% - 20px);
  }
  .footer-ewm.fr {
 display: none
  }
  .footer-bot {
    height: auto;
    line-height: 24px;
    padding: 10px;
  }
  .current .cur-fr a, .current .cur-fr {
    line-height: 24px;
  }

  .page{
    margin-top: 10px;
  }
  .page a {
    padding: 0px 12px;
    margin: 5px 2px;
  }
    .title01:after{ left:45%}
    .product-list li{ width: 49%} 
    .product-imgt{ height: 270px;}
  .product-list li p {
    margin: 10px 0 20px;
  }
    
    .product-list li:last-child{ display: none} 
    
    .news_list .news_li .nl_left{ width: 30%; height: 160px}
    .news_list .news_li .nl_right{ width: 68%}
    .news_list .news_li .nl_right a .news_txt,.news_list .news_li .nl_right a .news_date{ width: 100%} 
    
    .news_list .news_li .nl_right a .news_date em{ margin-top: 20px; margin-left: 20px;}
    
    .pernr51 .swiper-slide .img img{ height: 300px;}
    
    .pernr51 .swiper-button-prev,.pernr51 .swiper-button-next{width: 46px;
    height: 46px;}
    .pernr51 .swiper-slide-active .nr .mo{ width: 130px; line-height: 32px; font-size: 14px;margin-top: 25vw;}
    .pernr51 .swiper-slide-active .nr .wz1{ font-size: 38px;}
    .pernr51 .swiper-slide-active .nr .wz2{ display: none}
    .pernr51 .swiper-slide-next .nr .wz1,.pernr51 .swiper-slide-prev .nr .wz1{ font-size: 16px;}
  .menu-box>li>a {
    height: 42px;
    line-height: 42px;
    padding: 0 19px;
    font-size: 18px;
  }
  .menu-box>li {
    margin-bottom: 12px;
  }
  .menu-box>li li a {
    padding: 0 20px;
  }
  .contact-left h2 {
    font-size: 28px;
  }
    .col-sm-6{ width: 100%}
    .advbox .button .mytel{ display: none}
    .advbox{  background: url(../images/ysbg.jpg) left top no-repeat;} 
    
    .protxt span{ font-size: 36px;   text-transform:none; white-space:normal;}
    .advbox .yscon{ float: right}
    
    .abouteng,.advbox .txt{ display: none}
    .advbox .button { padding: 3% 8% 3% 47%;}
    .advbox .titfix .icons{ height: 80px; padding-bottom: 0; }
    .news .n_ul .n_txt .n_p span{ background: #dedede; padding: 10px 15px; display: inline-block;border-radius:25px;}
    header{ position: fixed; width: 100%;z-index: 999; background: #fff; top:0 }
    .banner{ top:65px; margin-bottom: 60px;} 
}


@media screen and (max-width: 414px){
    

   
    
}