/* 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;
}
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;  }

header{ width: 100%; display: block; 
  padding: 15px 0 ;
}
.logo{ width: 18%;  float: left;
  text-align: center;  padding: 15px 0 ;
}
.logo a img{ max-width: 100%;
}


.search { 
  position: relative;  float: right; margin-top:22px;
}
.nav .search input[type=text]{
  border:solid 1px #edecec;
  height: 44px;
  border-radius: 10px;
  width: 200px;
  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;
}
 .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*/

.banner{width:100%; height: 800px; position:relative;overflow:hidden;z-index:9;top:0;left:0}
.banner video{width: 100%; height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;

    z-index:11;}



.banner img{
  width: 100%;
}
.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*/
.nav{ width: 80%; float: right; }
.pcnav{ width: 80%; float: left; position: relative; z-index: 1111111}
 .f_nav .f_li.active .f_n a{color:#0d69cb; font-weight: 600}
.pcnav .f_nav .f_li{float:left;position:relative;width: 12.5%;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:30px;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:90px;line-height:90px;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:#0d69cb;}

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

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


.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: 1200px;left:-250px; display:none;
    position: absolute;
    top:90px;
    transition: opacity .3s ease 0s;
    transition: all .03s;
    transition-delay: .3s;
 z-index: 99999;
background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px


}
.mega-menu ul{ width: 100%; }
.mega-menu ul li{ float: left; position: relative;
    display: block;
    width: 25%;
    padding: 30px;
    line-height: 24px;
    min-height: 200px;
    text-align: left;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box; }

.mega-menu ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #e9e9e9;
    top: 0;
    bottom: 0;
    right: 0;
}

.mega-menu ul li:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 3px;
    opacity: 0;
    background-color: #dd3825;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.mega-menu ul li:nth-child(4n):before {
	width: 0;
}


.mega-menu ul li .menu1{ width: 100%; height: 50px;line-height: 50px;}

.mega-menu ul li .menu1 h2{text-align: left;font-size: 17px;margin-bottom: 10px }
.mega-menu ul li .menu2 img{ width: 100%; height: 130px;object-fit:cover; }


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







/**/
.title01{
  text-transform:uppercase;
  padding:71px 0 53px;
  text-align:center;
  font-size: 48px;
  font-weight: bold;
  font-style:oblique;
  position: relative;
}
.title01::before,.title01::after{
  content: "";     vertical-align: middle;
 width: 46px; height: 40px;  
  background:url("../images/btl.png") no-repeat;
  display: inline-block;

}
.title01::before,.title01::after{
     margin: 0 30px 10px;
}

.product-type{ width: 100%; overflow: hidden}
.product-type ul{ width: 100.5%}
.product-type li{
  float: left;
  width:49.5%;
  margin-right:.5%; margin-bottom:.5%
}



/*图片特效*/
.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;}   



.product-img{
  display:table-cell; text-align: center; vertical-align: middle; width:382px; height:250px; border:1px solid #dedede; overflow: hidden;*display: block; *font-size:218px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;
}

.product-imgt{
  display:table-cell; text-align: center; vertical-align: middle; width:382px; height:328px; border:1px solid #dedede; overflow: hidden;*display: block; *font-size:218px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;
}
.product-imgt img{ max-width:100%;max-height:100%;display: inline-block;vertical-align: middle; width:auto; height:auto}



.product-img img,.about-img img{
 max-width:100%;max-height:100%;display: inline-block;vertical-align: middle; width:auto; height:auto;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}
li:hover .product-img img,.about-img:hover img{
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.product-type li .product-img{
  border-radius: 5px; width: 100%;
  position: relative;    height: auto; border: none;
    overflow: hidden;
    display: block;
}
.product-type li .product-img img{width: 100%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.product-type li p{
  font-size: 48px;
  text-align: center;
  margin-top: 37px;
}
.product-type .product-img span{
  background: rgba(0,0,0,.3);
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.product-type .product-img span h2{ color: #fff;
  font-style: normal;
  display: none;
  line-height: 50px;
  text-align: center;
  top:calc(50% - 25px);
 left:0; right:0; margin:0 auto;
  position: absolute;text-transform:capitalize
}
.product-type .product-img span i{
  color: #fff;
  font-style: normal;
  border:solid 1px rgba(255,255,255,.5);
  display: none;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top:calc(70% - 25px);
  left: calc(50% - 100px);
  position: absolute;
  border-radius: 5px;
}
.product-type li:hover .product-img span{
  width: 100%;
}
.product-type li:hover .product-img span h2,.product-type li:hover .product-img span i{
  display: block;
}
.more a{
  width: 420px;
  height: 66px;
  line-height: 66px;
  border:solid 1px #fff;
  border-radius: 5px; background: #0d69cb; color: #fff;
  text-align: center;
  display: block;
  margin:63px auto 78px;
}
.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: #bfbdbe;
  color: #fff;
  border-color: #bfbdbe;
}
.more a:hover span::after{
  background-position: 0 -3px;  
}
.one-ad img{
  width: 100%;
}


.hot-product{ width: 100%; display: block; overflow: hidden; padding: 0 0 60px}



.cp_gd {width: 100%;height:480px;overflow: hidden;position: relative;}
.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;line-height:40px; padding-top: 15px; text-align:center;display: block}









.about{ width: 100%; background: url("../images/about-bj.jpg") no-repeat; display: block; overflow: hidden; padding: 120px 0 }

.about-img{
  width: calc(50% - 34px);
  overflow: hidden;
  border-radius: 5px;
}
.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 h2{font-size:48px;
    color: #333;
    line-height: 1.5;text-transform:uppercase;}
.about-txt .about-txt-top h3{font-size: 20px;text-transform:capitalize; line-height: 2; font-family: "saf-en"; font-weight: normal; color: #c4c4c4}

.about-txt .about-txt-top span{line-height: 1.6;
    font-size: 24px;
    color: #333;
    margin-top: 10px;
    font-family: "saf-en";
    text-transform: uppercase;}

.about-txt-top p{line-height: 1.6;
    max-width: 1000px;
    font-size: 16px;
    color: #666;
    padding: 30px 0 10px;
    text-align: justify;}

.more_l{line-height: normal;padding-top: 40px}
.more_l a {
    display: inline-flex;
    align-items: center;
    border: 1px #ccc solid;
    border-radius: 40px;
    font-family: "saf-en";
    color: #333;
    padding: 0 30px;
    transition: all 0.5s; line-height: 46px;
    background: #fff;text-transform:uppercase;
}
.more_l a img{ max-width: 100%; margin-left: 5px; }

.more_l a:hover{background:#0d69cb;border-color:#0d69cb;color:#fff}
.more_l a:hover  img{margin-left:25px;transform:scale(1.2);filter: grayscale(100%) brightness(300%);}


/*产品*/
.cp_bj{width: 100%; background: url("../images/cp_bj.png") center no-repeat; background-size: cover; display: block; overflow: hidden; padding: 100px 0 0 }
.cp_bj .title01{ color: #fff}
.cp_bj .title01::before, .cp_bj .title01::after{ background: url("../images/btl2.png")  no-repeat}
.swiper-container {
      width: 100%;
    position: relative; margin-top: 40px;height: 800px !important; 
    }

.swiper-slide a{ width: 100%; height: 100%; display: inline-block}

.swiper-slide {
      text-align: center;
      font-size: 18px;

      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
    }
	.swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}


.swiper-slide dl img{ width: 100%; height: 650px ;object-fit:cover;}

.swiper-slide  span{font-size:20px; width:50%;line-height:40px; color: #fff;   overflow: hidden; padding-top: 25px; text-align:center;border-bottom:2px solid #fff; margin: 0 auto; display: block}


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

    .swiper-container{ height: 550px !important;}   
    
.swiper-slide dl img{height: 450px ;}
}
@media screen and (max-width:768px) {
     .swiper-container{ height: 270px !important;}  
 .swiper-slide dl img{height: 150px ;}   
    
    .swiper-slide span { width: 100%; line-height: 20px; font-size: 16px;}
    
}


















/*news*/
.news{padding:0 0 68px; background: url(../images/bg3.jpg) no-repeat fixed; -webkit-background-size: cover; background-size: cover;}
.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:#0d69cb;color:#FFF;}
.news .n_ul{margin-top:38px;overflow:hidden;width:102%;}
.news .n_ul a{ background: #f8f8f8; width: 31.33%; float: left; margin-right: 2%;  }
.news .n_ul .n_img{width:100%;position:relative;border:1px solid #F8F8F8;}
.news .n_ul .n_img img{object-fit:cover; height:400px; width: 100% }
.news .n_ul .n_txt{padding:30px 30px;background:#fff;}
.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(../images/btn_icon1.png) no-repeat right center;color:#333;display:block;}
.news .n_ul .n_txt:hover p:nth-child(2){ color: #0d69cb}
.news .n_ul .n_txt:hover{padding:30px 30px;background:#f2f2f2;}
 .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: #0d69cb; color: #fff}

.news_list .news_li:hover{}

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

.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;}



/*优势*/
.inner-page-r{ width: 100%; margin: 40px 0; display: block; overflow: hidden}
 .fwl{width:102%; float:left;}
.fwl li {
    width: 20%; text-align:center;
    float: left;
    margin-right: 2%;
    padding: 40px 20px;
    height: 220px;
    margin-bottom: 2%;
    background: #f8f8f8;
    transition: 0.4s all;
    border-radius: 10px;

    border-bottom: 2px solid #0d69cb;
}
.fwl li img{ max-width:50px;}
.fwl li h1{font-size: 24px;font-weight: bold; margin: 20px 0;color: #000;}
.fwl li p{    line-height: 30px;font-size: 14px;}
.fwl li:hover{-webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        border-bottom: 2px solid #dcbc8c;}



/*联系我们*/

.c_left{width:40%;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:55%; float: right}





.gg{  width: 100%; overflow: hidden; display: block; position: relative}
.gg_img{ width: 100%; max-height: 100%;position: relative;height: 800px;background: #000;}
.gg_img img{width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;}
.gg_kb{display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 50%;
    padding:120px 92px;
    border-radius: 100px 0 0;
    background: url("../images/bjs2.jpg") center no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;}
.gg_kb h2{font-size: 50px;color: #333; line-height: 200%; font-weight: 500}
.gg_kb dl{ width: 100%;margin-top: 30px; } 
.gg_kb dl a{ display: inline-block; padding: 14px  30px; border: 1px solid #0d69cb; margin-right: 15px;    border-radius: 30px;    text-align: center;
    transition: all 0.5s;font-size: 20px;    font-weight: bold;}
.gg_kb dl a img{ height: 20px; margin-right: 5px;}
.gg_kb dl a:hover{ background:#0d69cb; color: #fff }

.gg_kb dl a:hover img{filter: grayscale(100%) brightness(300%);}

/*优势*/
.ys{ background:url("../images/bjs.jpg") bottom no-repeat; background-size: cover;
  padding: 0 0 80px;
  position: relative;
  overflow: hidden;}

.ysbz{ width: 100%; overflow: hidden}
.ysbz ul{ width: 103%;}

.ysbz ul li{ width: 30%; margin-right: 3%;border-style: solid; background: #fff;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 1); text-align: center; float: left; overflow: hidden}

.ysbz ul li:hover{

border-style: solid;
    border-width: 2px;
    border-color: #0d69cb;
    box-shadow: 0px 1px 15px 1px rgb(0 0 0 / 30%);
}

.ysbz ul li:hover h3{color: #0d69cb;}

.ysbz ul li a{ padding: 50px; display: inline-block}

.ysbz ul li img{overflow: hidden;
    max-width: 85px;
    margin-left: auto;
    margin-right: auto;}

.ysbz ul li h3{line-height: normal; margin-top: 50px;
    margin-bottom: 15px;
    font-size: 24px;
    color: rgba(51, 51, 51, 1);text-transform:capitalize}

.ysbz ul li h4{font-size: 14px;
    font-family: Arial;
    color: rgba(153, 153, 153, 1);}

.ysbz ul li dl{line-height: 2;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    height: auto;
    max-height: none;
    min-height: 70px;}
.ysbz ul li .e_line{border-top-style: solid;
    border-top-width: 4px;
    border-top-color:#0d69cb;
    max-width: 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;}




.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: #0d69cb;}
.advbox .titfix{
	display: flex;
    margin-top: 13%;
    margin-bottom: 6%;
}
.advbox .titfix h3{font-size:30px;font-weight: bold;text-transform:capitalize}
.advbox .titfix .icons{
	border: 1px solid #4e7fb9;
	padding: 16px;
	border-radius: 50%;
	margin-right: 15px;
}
.advbox .titfix .icons span{
	width: 57px;height: 57px;line-height: 50px;
	color: #0d69cb;
	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: 20px;width: 89%;
	line-height: 35px;opacity: 0.5;
	margin-bottom: 14%;
}

.advbox .button .mytel{font-size: 23px;font-weight: bolder;}
.advbox .button .mytel img{vertical-align: text-bottom; margin-left: 15px;}


.advbox .button{
	display: flex;
    justify-content: space-between;
    background-color: #0d69cb;
    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: 36px;
}
.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:2%;
  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: 48%;
  height: 36px;text-transform:uppercase;
}
.footer-ewm{ text-align: center; margin-right: 5%}
.footer-top .footer-ewm img{
  height:138px;
  margin-top: 5px; 
}
.footer-bot{
  background:#222;
  text-align: center;
  color: #fff;
  height: 68px;
  line-height: 68px;
}
.footer-bot a{ color: #fff}


.sidebar-box {
  position: fixed;
  width: 64px;
  right: 10px;
  bottom: 10%;
  z-index: 30;
}
.sidebar-box ul {
  list-style: none;
}
.sidebar-box li {
  position: relative;
  margin-bottom:5px;
}
.sidebar-box li:last-child {
  margin-bottom: 0;
}
.sidebar-box li:hover .hidebox {
  right: 0;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.sidebar-box li:hover .qrcodes {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.sidebar-box li > a {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0 10px;
  background-image: linear-gradient(0deg, #0d69cb 0%, #89bff9 100%), linear-gradient(#0d69cb, #0d69cb);
  background-blend-mode: normal, normal;
  border-radius: 5px;
}
.sidebar-box p {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  margin-top:6px;
}
.sidebar-box img {
  display: block;
  width: 20px;
  margin: 0 auto;
}
.sidebar-box .hidebox {
  position: absolute;
  top: 0;
  z-index: 4;
  width: 250px;
    background-image: linear-gradient(0deg, #0d69cb 0%, #3c8de2 100%), linear-gradient(#0d69cb, #e02027);
  background-blend-mode: normal, normal; 
  text-align: left;
  height: 100%;
  border-radius: 5px 0 0 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  right: -100%;
  border-radius: 5px;
}
.sidebar-box .hidebox p {
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-top: 6px;
}
.sidebar-box .tel .hidebox {
  width: 220px;

}
.sidebar-box .tel .hidebox a,.sidebar-box .yx .hidebox a {
  color: #fff;
  font-size: 20px;;
  font-family: "mb";
  line-height: 64px;
  padding: 0 5px;
}
.sidebar-box .yx .hidebox {  width: 330px;}

.qrcodes {
  position: absolute;
  right: calc(100% + 10px);
  top: 0;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.qrcodes .inner {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */

}
.qrcodes .inner .item {
  position: relative;
  width: 110px;
  text-align: center;
  padding: 5px;
}
.qrcodes .inner .item:after {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dashed #ddd;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.qrcodes .inner .item:last-child:after {
  display: none;
}
.qrcodes .inner .item img {
  display: block;
  width: 100%;
}
.qrcodes p {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  margin-top: 0;
}















/*内页*/
.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-box>li{
  width: 310px;
  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;text-transform:uppercase;
}
.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:#0d69cb;
  border-color: #0d69cb;
  color: #fff;
}




.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;
}

/*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 #0d69cb;padding:9px 15px;background:#0d69cb;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: 100%}
.about_nr p{ line-height: 36px; font-size: 16px;}

.about_nr table{ margin-right: auto;margin-left: auto; width: 80% }
.about_nr table td{ border: 1px solid #dedede; text-align: center}





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

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

.product-list li p{
  margin:24px 0 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.product-list li:hover p{
  font-weight:bold;
}
.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: 1450px){
  .about-txt .about-txt-bot a {
    margin-right: 40px;
  }
    .nav .search input[type=text]{ width: 170px;}
  .about-txt {
    width: calc(50% - 10px);
    margin-top: 0;
  }
    .pcnav .f_nav .f_li .f_n>a{ font-size: 17px;}
  .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){


  .about-txt .about-txt-bot a {
    margin-right: 30px;
  }
  .main {
    margin: 46px 0 70px;
  }
    
    
    
}
@media screen and (max-width: 1359px){


  .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;
  }
}

@media screen and (max-width: 1230px){
    
    .search{ display: none} 
    .pcnav{ width: 100%} 
    
}

@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;
  }
}
@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;
  }
  .sidebar-box{
    display: none;
  }
  .box02 {
    padding: 0 3%;
  }
  .current .cur-fl,.current .cur-fr{
    float: none;
  }
  .current {
    padding: 20px 0;
  }
  .current .cur-fl {
    font-size: 26px;
  }
  .menu-left,.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: 767px){
    .logo{ width: auto; padding: 0 0 15px;}
    .banner{ height: auto; top: 65px; margin-bottom: 65px;}
    .prbanner{ margin-top: 65px;}
    .language{position: absolute;
    top: 2%;
    right: 3%;}
  .logo a img {
    height: 36px;
  }
  .logo .language img {
    height: 40px;
  }
  header { z-index: 99; position: fixed; background: #fff; height: 50px;
    padding: 15px 0 0; top:0;-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,.1);box-shadow: 0px 0px 5px 5px rgba(0,0,0,.1);
  }
  header #navToggle span {
    margin-top: 16px;
  }
  header #navToggle {
    height: 100%;
    display: inline-block;
    float: right;
    margin-top: 0;
  }
    .about{padding: 40px 0;}
      .item {
    bottom: 16px;
  }
  .title01 { font-size: 30px;padding: 31px 0 23px;
  }
.title01::before, .title01::after {
    margin: 0 10px 10px;
}
  .product-type li p {
    font-size: 30px;
    margin-top: 14px;
  }
  .more a {
    margin: 36px auto;
  }
    .about-img{ width: 100%; margin-bottom: 20px;}
  .about-img img {
     width: 100%;
    object-fit: cover;
  }

    .about-txt-top p { max-height: 200px; overflow: auto}
    
    .cp_bj{    padding: 40px 0 0;} 
    
    
    .about_nr table{ width: 100%}
    .product-img{height: 150px;}
    
    
    .hot-product{ height: 420px;}    
    
.cp_gd {height:260px;}
.cp_gd ul{position: absolute;}
.cp_gd ul li{width:200px; }
.cp_gd ul li img { height:200px;}

    .biaoge{ width: 100%}  
    .fwl li{ width: 36%; height: 290px;}
    
    .fwl li p{ height: 180px; overflow: hidden}
    .inner-page-r{ padding: 0}
    
    .c_left,.map{ width: 100%; margin-bottom: 20px;}
    
     .ysbz ul,.ysbz ul li,.news .n_ul{ width: 100%}
    .ysbz ul li,.news .n_ul a{ width: 100%; margin-right: 0; margin-bottom: 2%}
.ysbz ul li a {padding: 20px;}
    
    .ysbz ul li dl{ margin: 20px 0}
    .news .n_ul .n_img img{ height: auto}
    .news{ padding-bottom: 20px;}
    .gg_kb{ display: none}
    .gg_img{ height: auto}
  .product-type li:last-child{
    margin-bottom: 0;
  }
  .product-type li p {
    font-size: 24px;
  }
  .more a {
    margin: 30px auto;
    width: 90%;
    height: 46px;
    line-height: 46px;
  }

  .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;
  }
    
    .product-list li{ width: 49%} 
    .product-imgt{ height: 170px;}
  .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;}
    
    
  .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;
  }
}