/* 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{
  padding: 35px 0 15px;
}
.logo{
  text-align: center;
  position: relative;
}
.logo a img{
  height: 45px;
}
.logo .language{
  position: absolute;
  top:0;
  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; 
}
.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*/

.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*/
.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: 14.2%;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:50px;line-height:50px;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: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: 1300px;left:-250px; display:none; max-height:380px;
    position: absolute;
    top:50px;
    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:15.6%; margin-right: 1%; float: left; }
.mega-menu ul li .menu1{ width: 100%; height: 50px;line-height: 50px;overflow:hidden}
.mega-menu ul li .menu1 img{ height: 50px; float: left; margin-right: 15px;}
.mega-menu ul li .menu1 h2{color: #004a57; font-size: 17px; font-weight: 600; display: inline-block;float: left; }
.mega-menu ul li .menu2 img{ width: 100%; height: 180px;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: #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: "";
  width: calc(50% - 300px);
  height: 1px;
  background: #f4f4f4;
  display: inline-block;
  position: absolute;
  bottom: 50%;
}
.title01::before{
  left: 0;
}
.title01::after{
  right: 0;
}
.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:338px; border:1px solid #dedede; overflow: hidden;*display: block; *font-size:218px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;
}
.product-imgt img{ width: 100%; height:90%;object-fit:cover;}



.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 #6c6865;
  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{ background: url("../images/banner-2.jpg") no-repeat; height: 800px; display: block; overflow: hidden}

.hot-product .title01{ color: #fff}


.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; 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: url("../images/about-bj.jpg") no-repeat; display: block; overflow: hidden}

.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 span{font-size:24px; display: block; overflow: hidden; padding-bottom: 40px; font-weight: 600}

.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 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:100%;}
.news .n_ul a{ 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:400px; 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: #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: 210px;
    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:45%;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: 50%; 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;}
.biaoge .title01::before, .title01::after{ background: 0}

.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: 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: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 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}
/*右侧浮动*/
.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 0;
}
.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;
}
.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>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;
}

/*page*/
.manu{text-align:center;margin:30px 0 40px;}
.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:40px 0;}
.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;}

.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: 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;
  }
}
@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;
  }
  .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;
  }
  .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: 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 a img {
    height: 36px;
  }
  .logo .language img {
    height: 40px;
  }
  header {
    padding: 15px 0 20px;
  }
  header #navToggle span {
    margin-top: 16px;
  }
  header #navToggle {
    height: 100%;
    display: inline-block;
    float: right;
    margin-top: 0;
  }
    
    
    .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: 41%; height:200px;}
    
    .fwl li p{ height: 90px; overflow: hidden}
    .inner-page-r{ padding: 0}
    
    .c_left,.map{ width: 100%; margin-bottom: 20px;}
    
    
    
  .title01 {
    font-size: 30px;
  }
  .title01::before, .title01::after {
    content: "";
    width: calc(50% - 96px);
  }

  .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-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;
  }
    
    .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;}
    
    
  .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 }
    .banner{ top:65px; margin-bottom: 60px;} 
}


@media screen and (max-width: 414px){
    
 .title01::before, .title01::after {
    margin: 0 10px 10px;
}   
   
    
}