﻿@charset "utf-8";

.fsclear{clear: both;}
.welcome{overflow: hidden; background: #e7e7e7; height: 46px; line-height: 46px; color: #9A9A9A;font-size:15px;}
.welcome h1{float: left; width:calc((100% - 300px)); }
.welcome .xml{float: right;}
.welcome .xml ul{}
.welcome .xml ul li{float: left; padding: 0 6px;}

/*头部*/
.header_main0 {
  width: 100%;
  z-index: 999;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border-bottom:1px solid #d9d9d9;
  padding-bottom:13px;
}

.header_main0 .brand{float:center; width: auto;margin-top: 16px;}
.header_main0 .brand h1{float: left; margin-right: 10px; margin-top: 5px;}
.header_main0 .brand h1 img{max-height:90px;}
.header_main0 .brand .name{float: right;width:350px;margin-top: 0px;margin-right:10px;}
.header_main0 .brand .name span{font-size: 32px; color: #222; margin: 10px 0; font-weight: bold;}
.header_main0 .brand .name small{display: block; font-size: 16px; color: #666;}
.f_24h{font-size:15px; margin: 10px 0px 0px 0px; color:#848484;}
.f_mobile{font-size:40px; margin: 0px 0px 5px 0px; color:#1B1B1B;letter-spacing:-1px;font-weight:900;font-family: 'SimHei', 'Heiti SC', sans-serif;}

.header_main {
  width: 100%;
  z-index: 999;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.header_main .brand{float:center; width: auto;margin-top: 16px;}
.header_main .brand h1{float: left; margin-right: 10px; margin-top: 5px;}
.header_main .brand h1 img{max-width:100%;}
.header_main .brand .name{float: right;margin-top: 0px;margin-right:10px;}
.header_main .brand .name span{font-size: 32px; color: #222; margin: 10px 0; font-weight: bold;}
.header_main .brand .name small{display: block; font-size: 16px; color: #666;}

.header_main .nav {width: 100%;float: left;height:70px;}
.header_main .nav ul {width: 100%;height: 100%;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.header_main .nav ul li {width: calc(11vw + 18px);height: 100%;}
.header_main .nav ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.menu_title {color:#1B1B1B;}
.font_30{font-size:20px;padding-bottom:5px;}
.menu_li_active {color: #FFFDFF;background: #C72C34;}
.font_white {color: #FFFDFF;}
.font_hui { color : #C8C8C8;}
.header_main .nav ul li a:hover {color: #FFFDFF;background: #C72C34;}
.header_main .nav ul li a::after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background: #C72C30;
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.header_main .nav ul li:first-child {margin: 0;}
.header_main .nav ul li > a.active::after,
.header_main .nav ul li:hover > a::after {
  width: 100%;
  opacity: 1;
}
.header_main .nav ul li:hover .menu_box {margin-top: 0;opacity: 1;visibility: initial;}
.header_main .nav ul li .menu_box {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 100%;
  background: #f4f4f4;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.header_main .nav ul li .menu_box .menu {
  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;
}
.header_main .nav ul li .menu_box .menu .one { margin: 20px 30px; cursor: pointer; text-align: center;}
.one_20 { margin: 20px 13px !important ;}       /*大菜单，下拉的左右间距*/
.header_main .nav ul li .menu_box .menu .one a{display: block;background: #F4F4F4;}   /*不知道怎么清除，增加一个颜色*/
.header_main .nav ul li .menu_box .menu .one i{display: block; font-size: 32px; color: #a9afb4}
.header_main .nav ul li .menu_box .menu .one span {clear: both; font-size: 15px;color: #4e4d4d;font-weight: normal;}
.header_main .nav ul li .menu_box .menu .one:hover i{color: #C72C34;}
.header_main .nav ul li .menu_box .menu .one:hover span{color: #C72C34;}
.font_40{font-size:40px !important;}


/*底部信息*/
footer{overflow: hidden;padding: 0px;background: #333333 url('/cn/images/foot_bg.jpg') repeat center top;}
.footerimg{padding: 40px 0 30px 0;border-bottom: 1px solid #484848;}

.footmenu{overflow: hidden;float: left;width:calc((100% - 500px)); margin: 20px 0;padding-top:20px;}
.footmenu ul{margin: 0;}
.footmenu ul li{float: left; width: 20%;}
.footmenu ul li dt{ color: #FFF; font-size: 20px; padding-bottom: 20px;position: relative;}
.footmenu ul li dt::after{position: absolute; content: ""; width: 40px; height: 1px; background: #FFF;left: 0;top: 35px;}
.footmenu ul li a{color: #FFF; display: block;  line-height: 28px; font-size: 14px;}
.footmenu ul li a:hover{color: #FFF;}

.foot-contact{float: left; width:500px;margin: 40px 0;}
.foot-contact .wx{float: right; width: 120px; text-align: center;}
.foot-contact .wx img{max-width: 100%;}
.foot-contact .wx span{color: #FFF; line-height: 32px;}
.foot-contact .lianxi{float: left; width: 370px; margin-left: 10px; color: #FFF; background: url('/cn/images/foot_phone.jpg') no-repeat left top;}
.foot-contact .lianxi span{font-size: 18px;margin-left: 38px;}
.foot-contact .lianxi h2{ font-size:30px;font-weight:bold; margin: 5px 0 10px 38px;}
.foot-contact .lianxi h3{overflow: hidden;padding-top:10px;}
.foot-contact .lianxi h3 i{float: left; width: 20px;}
.foot-contact .lianxi h3 em{float:left; width:calc((100% - 20px)); }


.copy{overflow: hidden;background: #333333; padding: 30px 0; border-top: 1px solid #484848;}
.copyright {text-align: left;color: #FFF;}
.copyright a{color: #FFF;}
.copyright a:hover{color: #FFF;}


/*BANNER*/
.swiper-slide{overflow: hidden; cursor: pointer;}
.swiper-slide img{width: 100%;}


/*首页模块标题*/
.home-bt{overflow: hidden; padding: 50px 0px 35px 0px; text-align:center; } 
.home-bt span{font-size: 40px; font-weight: bold;}
.home-bt span b{color: #CC2A35;}
.home-bt small{display: block; font-size: 17px;color: #1B1B1B; text-transform: uppercase;padding-top:10px;}

.gywm_4{overflow: hidden;width:100%;padding-top:40px;}
.gywm_4 ul{padding: 30px 0px 30px 0px;}
.gywm_4 ul li{float: left; width: 18%;  text-align: center; margin: 0px 1%;}
.gywm_4 ul li span{color:#C72C34;font-size:70px;font-weight:bold;letter-spacing:-2px;}
.gywm_4 ul li span y{font-size:16px;font-weight:normal;padding-left:10px;}
.gywm_4 ul li span sup{font-size:22px;font-weight:normal;top:-50px;padding-left:10px;}
.gywm_4 ul li div{font-size:22px;font-weight:bold;color:#000000;letter-spacing:1px;}

.home-three{overflow: hidden;box-shadow: 1px 10px 20px 0 rgba(0,0,0,.10);}
.home-three ul{padding: 30px;}
.home-three ul li{float: left; width: 33.333333%;  text-align: center;}
.home-three ul li:nth-of-type(2){ border-left:1px solid #e7e7e7; border-right:1px solid #e7e7e7; }
.home-three ul li h2{font-size: 30px; font-weight: bold;color: #C72C34;}
.home-three ul li .text{font-size: 16px; line-height: 26px; color: #777; padding: 20px 10%;}

/*首页产品展示*/
.home-prolist{overflow: hidden; text-align: center;  margin-bottom: 50px;}
.home-prolist ul{display: inline-block;}
.home-prolist ul li{float: left;margin: 0 20px; padding: 20px 0;}
.home-prolist ul li a{color: #666;border: 1px solid #ccc;  background: #FFF;border-radius: 30px; padding: 15px 30px; font-size: 17px;}
.home-prolist ul li a:hover{color: #FFF; border: 1px solid #C72C34; background: #C72C34;}

/*首页产品分类切换*/
.tabs{overflow: hidden; text-align: center;  margin-bottom: 50px;}
.tabs ul{display: inline-block;}
.tabs ul li{float: left;margin: 0 20px; padding: 20px 0;}
.tabs ul li a{color: #666;border: 1px solid #ccc;  background: #FFF;border-radius: 30px; padding: 15px 30px; font-size: 17px;}
.tabs ul li a:hover{color: #FFF; border: 1px solid #C72C34; background: #C72C34;} 
.tabs .thistab a{ background: #C72C34; color: #FFF;border: 1px solid #C72C34;}

/*产品详情页切换*/
.tabss{overflow: hidden; border-bottom: 1px solid #e7e7e7;}
.tabss ul{}
.tabss ul li{float: left; margin-right: 5px;}
.tabss ul li a{display: block; color: #FFF;border: 1px solid #C72C34;  background: #C72C34;border-radius:5px 5px 0 0; font-size: 17px; padding: 8px 30px;}
.tabss ul li a:hover{color: #FFF; border: 1px solid #f39917; background: #f39917;} 
.tabss .thistab a{ background: #f39917; color: #FFF;border: 1px solid #f39917;}
.tab_con{ display:none; }

.homeprobg{overflow: hidden; padding-bottom: 30px;}
.home-protop{overflow: hidden;}
.home-protop dl{overflow: hidden; background: url(../images/probg3.jpg) no-repeat; background-size: cover; box-shadow: 1px 10px 20px 0 rgba(0,0,0,.10);}
.home-protop dl .img{float: left; width: 40%; overflow: hidden;}
.home-protop dl .img img{max-width: 100%;}
.home-protop dl .text{float: left; width: 60%;padding: 5%;}
.home-protop dl .text h2{font-size: 32px; color: #C72C34; font-weight: bold;}
.home-protop dl .text .nr{ color:#666; line-height:26px; margin:30px 0; font-size:16px; }
.home-protop dl .text .more{ border:1px solid #C72C34; border-radius:50px; width:160px; height:50px; line-height:50px; text-align:center;background:#FFF; }
.home-protop dl .text .more a{ color:#C72C34; font-size: 16px;}


.home-protj{ overflow: hidden; margin: 30px 0;}
.home-protj h2{font-size: 30px; font-weight: bold;color: #C72C34; text-align: center; margin: 20px 0 50px 0;}
.home-protj dl{margin-left: -1%;margin-right: -1%;}
.home-protj dl dd{float: left; width: 23%;margin: 0 1%; margin-bottom: 30px;}
.home-protj dl dd .pic{background: #fff;border: solid 1px #dcdcdc;overflow: hidden;position: relative;}
.home-protj dl dd .pic:before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(21, 97, 169, .6) url(../images/view.png) no-repeat center;background-size: 40px;z-index: 2;opacity: 0;-webkit-transform: scale(.95);-ms-transform: scale(.95);-o-transform: scale(.95);transform: scale(.95);-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}
.home-protj dl dd .abox:hover .pic:before{opacity: 1;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.home-protj dl dd p{text-align: center; height: 40px;line-height: 40px;}

.home-case{overflow: hidden; margin-bottom: 30px;}
.home-case ul{}
.home-case ul li{float: left; width: 25%; cursor: pointer;}
.ding-pic{width: 100%;height: auto;overflow: hidden;position: relative;}
.ding-pic .img{width: 100%;}
.ding-pic .img img{width: 100%;height: 100%;object-fit: cover;transition: all .4s ease-out;}
.ding-pic:hover .img img{transform: scale(1.1);}
.ding-pic .text1-bg{position: absolute;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);overflow: hidden;top: 0px;
left: 0px;transition: all .4s ease-out;}
.ding-pic .text{width: 100%;top: 50%;transform: translate(0,-50%);position: absolute;transition: all .4s ease-out;}
.ding-pic .text h6{text-align: center;user-select: none;}
.ding-pic .text h6 img{max-width: 80%;height: auto;overflow: hidden;}
.ding-pic .text p{font-size: 24px;color: #fff;text-align: center;padding-top: 40px;}
.ding-pic .text2-bg{position: absolute;width: 100%;height: 100%;background: rgba(198, 43, 51, 0.88);overflow: hidden;top: 0px;
left: 0px;opacity: 0;transition: all .4s ease-out;}
.ding-pic .text2{width: 100%;top: 50%;transform: translate(0,-50%);position: absolute;padding: 40px;}
.ding-pic .text2 h4{font-size: 22px;color: #FFF;text-align: center;}
.ding-pic .text2 h5{font-size: 16px;color: #FFF;line-height: 26px;margin-top: 20px;}
.ding-pic .text2 h6{padding-top: 30px;overflow: hidden;}
.ding-pic .text2 h6 a{overflow: hidden;;font-size: 14px;border: 1px solid #FFF; padding: 12px 20px;color: #fff;display: block;width: 140px; text-align: center; margin: 0 auto; border-radius: 30px;}
.ding-pic:hover .text{opacity: 0;}
.ding-pic:hover .text2-bg{opacity: 1;}

.fanan{overflow: hidden; margin: 50px 0;}
.fanan ul{margin-left: -1%;margin-right: -1%;}
.fanan ul li{float: left; width: 31.333333%; cursor: pointer; margin: 0 1%; margin-bottom: 2%;}


.home-about{width: 100%;height: auto;overflow: hidden;position: relative; }
.home-about .img{width: 100%;}
.home-about .img img{width: 100%;height: 100%;}
.home-about .textbg{position: absolute;width: 50%;height: 100%;background: rgba(21, 97, 169, 0.88);overflow: hidden;top: 0px;left: 0px;}
.home-about .text{ margin-left:20%; margin-top:18%; margin-right: 12%;  color: #FFF;}
.home-about .text h2{font-size: 32px;}
.home-about .text h2 em{display: block; font-size: 46px; text-transform: uppercase; font-weight: bold;}
.home-about .text h3{font-size: 38px;font-weight: bold; display: block; margin: 30px 0;}
.home-about .text .nr{font-size: 17px; line-height: 32px; text-align: justify; margin-bottom: 30px;}
.home-about .text .more{display: inline-block; border: 2px solid #FFF; width: 184px; height: 60px;line-height: 60px; text-align: center;  border-radius: 50px;}
.home-about .text .more a{color: #FFF;}
.home-about .text .more i{float: left;font-size: 24px; width: 50px; text-align: right;}
.home-about .text .more span{float: left; width: 130px; text-align: center;font-size: 18px; }
.home-about .video-icon{width: 100%;top: 50%;transform: translate(0,-50%);position: absolute; text-align: center;}


.ProSwiper{position: relative; margin: 50px 0;}
.ProSwiper .prev-hz,
.ProSwiper .next-hz{position: absolute;width: 56px;height: 56px;background-size: 56px 56px;}
.ProSwiper .prev-hz{left: -90px;background-image: url(../images/hz-left.png);}
.ProSwiper .next-hz{right: -90px;background-image: url(../images/hz-right.png);}


.home-lingyu{overflow: hidden;}
.home-lingyu .img{overflow: hidden;}
.home-lingyu .img img{max-width: 100%; transition: all 0.6s;}
.home-lingyu .img img:hover{transform: scale(1.1);}
.home-lingyu .text{overflow: hidden; padding: 20px; border: 1px solid #e7e7e7; border-top: 0;}
.home-lingyu .text h2{font-size: 24px; color: #333;text-align: center;}
.home-lingyu .text .line{ background:#C72C34; width:80px; height:6px; border-radius:20px; margin: 10px auto;}
.home-lingyu .text p{ color:#666; line-height:26px;font-size:15px; }

.home-hezuobg{overflow: hidden; background: url(../images/hezuobg.jpg) no-repeat center;background-size: cover; padding: 60px 0;}
.home-hezuoTitle{overflow: hidden; text-align: center; margin-bottom: 30px;}
.home-hezuoTitle h2{font-size:40px; color:#C72C34;font-weight:bold; }
.home-hezuoTitle em{color: #888;}
.home-hezuo{overflow: hidden;}
.home-hezuo img{max-width: 100%;}

.home-teambg{overflow: hidden; background: url(../images/teambg.jpg) no-repeat center bottom;background-size: cover; padding: 60px 0 0 0;}
.home-teamTitle{overflow: hidden; text-align: center; margin-bottom: 30px;}
.home-teamTitle h2{font-size:40px; color:#C72C34;font-weight:bold; }
.home-teamTitle em{color: #888;}
.home-team{overflow: hidden;}
.home-team .img{overflow: hidden; position: relative;}
.home-team p img{width: 100%;}
.home-team img img{width: 100%;}
.home-team .text{position: absolute; top:2.6vw; width: 100%; padding: 0 6%;}
.home-team .text ul{}
.home-team .text ul li{float: left; width: 25%; text-align: center; font-size: 20px;margin: 1% 0;}
.home-team .text p{float: left; padding: 0vw; font-size: 18px;}
.home-team .text .more{float: left; background:#C72C34; border-radius:40px; width:170px;height:44px;line-height:44px; text-align:center;  margin-top: 2vw;}
.home-team .text .more a{color: #FFF;}

.home-qywh{overflow: hidden; background: url(/cn/images/qywh.jpg) no-repeat center bottom;background-size: cover; padding: 60px 0 60px 0;}
.home-qywh_text{
  font-size: 17px;line-height:32px; padding: 20px 0px 0px 30px;
}
.home-qywh_bt_kong{padding-bottom:50px;}
.f_icon{
  color:#FFFFFF;
  text-align:center;
  display: block;
}

.home-newsbg{overflow: hidden;padding: 50px 0; background:#f4f4f4;}
.home-newstop{float: left; width: 460px; margin-right: 40px}
.home-newstop .img{overflow: hidden; background: #FFF;}
.home-newstop .img img{max-width: 100%; transition: all 0.6s;}
.home-newstop .img img:hover{transform: scale(1.1);}
.home-newstop .text{overflow: hidden; background: #FFF; padding: 30px;border: 1px solid #e7e7e7; border-top: 0; cursor: pointer;transition: all 0.6s;}
.home-newstop .text .home-newsTit{overflow: hidden; border-bottom: 1px solid #ccc; height: 56px; line-height: 56px;}
.home-newstop .text .home-newsTit h2{float: left; width:calc((100% - 50px)) ; font-size: 26px; color: #C72C34; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.home-newstop .text .home-newsTit time{float: left;font-size: 14px; color: #999; width: 50px; text-align: right; bottom: 0}
.home-newstop .text .nr{ color:#666; line-height:26px; margin:15px 0; font-size:16px; }
.home-newstop:hover .text{ background:#C72C34; }
.home-newstop:hover .text .home-newsTit h2{color: #FFF;}
.home-newstop:hover .text .nr{color: #FFF;}


.home-newstj{float: left;width:calc((100% - 500px));}
.home-newstj ul{}
.home-newstj ul li{clear: both;overflow: hidden; border: 1px solid #e7e7e7; background: #FFF; padding: 28px; margin-bottom: 15px;transition: all 0.6s;}
.home-newstj ul li .text{float: left; width:calc((100% - 70px)) ;}
.home-newstj ul li .text h2{ font-size: 26px; color: #C72C34; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.home-newstj ul li .text .nr{ color:#666; line-height:26px; margin:10px 0; font-size:16px; }
.home-newstj ul li time{float: left; width: 70px; text-align: right;}
.home-newstj ul li time b{font-size: 48px; color: #222;}
.home-newstj ul li time h3{display: block; font-size: 16px;color: #a7a7a7;}
.home-newstj ul li:hover{background:#C72C34;}
.home-newstj ul li:hover .text h2{color: #FFF;}
.home-newstj ul li:hover .text .nr{color: #FFF;}
.home-newstj ul li:hover time b{color: #FFF;}
.home-newstj ul li:hover time h3{color: #FFF;}



/*手机导航*/
#navToggle{position: relative;width: 30px;height: 20px;display: none;float: right;}
#navToggle .line {background: #C72C34;border-radius: 1px;display: block;height: 3px;top: 0;left: 0;transition: all 0.3s ease;transform-origin: center center;width: 100%;position: absolute;}
#navToggle .line1 {top: 0;}
#navToggle .line2 {top: 50%;margin-top: -1px;}
#navToggle .line3 {top: auto;bottom: 0;}

#navToggle.active .line{top: 50%;bottom: auto; margin-top: -1px;}
#navToggle.active .line1{transform: rotate(45deg);}
#navToggle.active .line2{opacity: 0;filter: alpha(opacity=0);}
#navToggle.active .line3{transform: rotate(-45deg);}

.mobileMenu{display: none;position: fixed;top: 6.8rem;left: 0;width: 100%;height: calc(100% - 70px);background-color: #fff;overflow-y: auto;z-index: 400;border-top: 1px solid #dcdcdc;}
.mobileMenu ul {background: #fff;}
.mobileMenu ul li{transform: translate3d(0, 10px, 0);transition: transform 0.4s ease, opacity 0.4s ease;opacity: 0;}
.mobileMenu.h-show ul li{opacity: 1;transform: translate3d(0, 0, 0);}

.menu-arrow{ font-size:30px; position: absolute;right: 15px;transform: rotate(-0deg);transition: all 0.4s;}
.menu_li.on .menu-arrow{ transform: rotate(90deg);color: #0f256e;} 
.menu-item{display: flex;flex-direction: row;height: 58px;align-items: center; padding-left: 20px;padding-right: 20px;border-bottom: 1px solid #dcdcdc;position: relative;transition: all .5s;}
.menu-item i{font-size: 20px;display: block;font-style: normal;}
.menu-item a{font-size: 17px;color: #000;padding-left: 10px;}
.menu-item:hover i, .menu-item:hover a{color: #C72C34;}
.menu li.on .menu-item i{color: #C72C34;}


.menu_dl{display: none; padding-left: 60px;padding-top: 10px; padding-bottom: 10px;border-bottom: 1px solid #dcdcdc;}
.menu_dl dd a{font-size: 15px;color: #333;line-height: 42px;}
.menu_dl dd a:hover{color: #C72C34;}

.ovh-f{width: 100%;height: 100%;position: fixed;left: 0;top: 0;overflow: hidden;}
.menu-itemtit{display: flex;}
.Mobile-Foot{display: none;}


@media (min-width:1200px) and (max-width:1366px) {
    



}

@media (min-width:1024px) and (max-width:1200px) {
    
#navToggle{display: block; margin-top: 25px;}
.header_main{height: 70px;}
.header_main .brand{margin-top: 6px;}
.header_main .brand h1{width: 60px;}
.header_main .brand .name{margin-left: 8px;}
.header_main .brand .name span{font-size: 24px;}
.header_main .brand .name small{font-size: 14px;}
.header_main .nav{display: none;}

.home-bt span{font-size: 36px;}
.home-hezuoTitle h2{font-size: 36px;}
.home-three ul li h2{font-size: 28px;}
.home-4 ul li h2{font-size: 28px;}
.home-protj ul li{width: 48%; margin-bottom: 30px;}
.home-case ul li{width: 50%;}
.ding-pic .text h6 img{max-width: 70px;}

.home-about .text{margin-left: 5%;margin-top: 8%;margin-right:15%;}
.home-about .text h2 em{font-size: 40px;}
.home-about .text h3{font-size: 30px; margin: 20px 0;}
.home-about .text .nr{font-size: 15px;}



}

@media (min-width:768px) and (max-width:1023px) {

#navToggle{display: block;margin-top: 25px;}
.header_main{height: 70px;}
.header_main .brand{margin-top: 6px;}
.header_main .brand h1{width: 50px;}
.header_main .brand .name{margin-left: 8px;}
.header_main .brand .name span{font-size: 24px;}
.header_main .brand .name small{font-size: 14px;}
.header_main .nav{display: none;}
.footmenu{width: 100%;}
.foot-contact{display: none;}

.home-bt span{font-size: 30px;}
.home-hezuoTitle h2{font-size: 30px;}
.home-three ul li h2{font-size: 24px;}
.home-4 ul li h2{font-size: 24px;}
.home-protj ul li{width: 48%; margin-bottom: 30px;}
.home-case ul li{width: 50%;}
.ding-pic .text h6 img{max-width: 80px;}

.home-about .text{margin-left: 5%;margin-top: 8%;margin-right:15%;}
.home-about .text h2 em{font-size: 36px;}
.home-about .text h3{font-size: 24px; margin: 20px 0;}
.home-about .text .nr{font-size: 15px;}

.home-newstop{width: 100%; margin-right: 0; margin-bottom: 30px;}
.home-newstop .img img{width: 100%;}
.home-newstj{width: 100%;}

.home-protop ul .img{width: 100%;}
.home-protop ul .text{width: 100%;}

.home-protop dl .img{width: 100%;}
.home-protop dl .text{width: 100%;}
.home-protj dl dd{width: 48%;}

.home-teamTitle h2{font-size: 28px;}
.home-team .text ul{display: none;}
.home-team .text p{font-size: 15px;}
    
}


@media screen and (max-width:767px) {

#navToggle{display: block;margin-top: 15px;z-index:99999;margin-right:15px;}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 0px !important;
	margin-left: auto;
}

.header_main .brand{margin-top: 6px;}
.header_main .brand h1{width: 50px;}
.header_main .brand .name{margin-left: 8px;}
.header_main .brand .name span{font-size: 24px;}
.header_main .brand .name small{font-size: 14px;}
.header_main .nav{display: none;}
footer{padding: 30px 0;}
.copy{padding: 30px 0 70px 0;}
.footmenu{display: none;}
.foot-contact{width: 100%; margin: 0;}
.foot-contact .wx{display: none;}

.home-bt{overflow: hidden; padding: 45px 0px 10px 0px !important; } 
.home-bt span{font-size: 26px;}
.home-hezuoTitle h2{font-size: 24px;}
.home-three ul li h2{font-size: 22px;}
.home-4 ul li h2{font-size: 22px;}
.home-protj ul li{width: 98%; margin-bottom: 20px;}
.home-case ul li{width: 100%; margin-bottom: 10px;}
.ding-pic .text h6 img{max-width: 80px;}


.index_sublist ul{display: none !important;}

.home-about .textbg{position: relative; width: 100%;}
.home-about .text{margin: 5%;}
.home-about .text h2 em{font-size: 30px;}
.home-about .text h3{font-size: 22px; margin: 20px 0;}
.home-about .text .nr{font-size: 14px;}
.home-about .video-icon{top: 15%;}
.home-about .video-icon img{width: 70px;}


.home-newstop{width: 100%; margin-right: 0; margin-bottom: 30px;}
.home-newstop .img img{width: 100%;}
.home-newstj ul li .text h2{font-size: 18px; font-weight: bold;}
.home-newstj{width: 100%;}

.home-protop ul .img{width: 100%;}
.home-protop ul .text{width: 100%;}
.home-protop ul .text h2{font-size: 24px;}

.home-three ul{padding: 15px;}
.home-three ul li{ width:100%; }
.home-three ul li:nth-of-type(2){border-top: 1px solid #e7e7e7;border-bottom: 1px solid #e7e7e7;border-left:0;border-right: 0; margin: 20px 0; padding: 20px 0;}

.home-4 ul{padding: 15px !important;}
.home-4 ul li{ width:100% !important; margin: 1% !important;}
.home-4 ul li:last-child{ width:100% !important; margin: 1% !important;float: left !important;}


.home-prolist{margin-bottom: 20px;}
.home-prolist ul{display: block;}
.home-prolist ul li{width: 44%; margin:10px; padding: 0;}
.home-prolist ul li a{width: 100%; display: block; font-size: 14px; padding: 0; height: 46px; line-height: 46px;}

.home-protop ul .img{width: 100%;}
.home-protop ul .text{width: 100%;}

.home-protop dl .img{width: 100%;}
.home-protop dl .text{width: 100%;}
.home-protj dl dd{width: 48%;}


.home-teamTitle h2{font-size: 22px;}
/*
.home-team .text ul{display: none;}
.home-team .text p{display: none;}
*/
.home-team .img img {display:none;}
.home-team .text{position: inherit;}
.home-team .text .more{float: none; margin: 0 auto;}

.tabs ul li{padding: 0; width: 48%;  height: 40px; line-height: 40px; margin: 0 1%; margin-bottom: 15px;}
.tabs ul li a{padding: 0;font-size: 14px; display: block;}


.linkbg{display: none;}


.Mobile-Foot{position:fixed; display: block; left:0; bottom:0; background-color:#FFF; width:100%; border-top:3px solid #1e46a0; z-index: 99999;}
.Mobile-Foot ul {width:100%; overflow:hidden; padding:10px 0;}
.Mobile-Foot ul li{ float:left; width:25%; text-align:center; margin:0 auto;}
.Mobile-Foot ul li span{color: #333; font-size: 15px;}
.Mobile-Foot ul li i{font-size: 18px; margin-right: 8px; color: #1e46a0;}
.Mobile-Foot ul li a{color: #333; }


.name{ display:none;}
.header_main0 .brand h1 img{max-width:99%;}
.footerimg img{max-width:99%;}
.pagebody{padding: 0 0 0 0 !important;}

.home4_info{min-height:600px  !important;}
.home4_info .home4_info_L{width:100% !important;padding: 30px 0px 20px 0px !important;}
.home4_info .home4_info_R{width:100% !important;padding-top:20px;}
.home4_info .home4_info_L info{display:none !important;}
.home4_info .home4_info_R {display:none !important;}


.gywm_4{overflow: hidden;width:100%;padding-top:0px;}
.gywm_4 ul li{float: left; width: 47%;  text-align: center; margin: 20px 1%;}
.gywm_4 ul li span{color:#C72C34;font-size:45px;font-weight:bold;letter-spacing:-2px;}
.gywm_4 ul li span y{font-size:16px;font-weight:normal;padding-left:10px;}
.gywm_4 ul li span sup{font-size:22px;font-weight:normal;top:-30px;padding-left:10px;}
.gywm_4 ul li div{font-size:20px;font-weight:bold;color:#000000;letter-spacing:1px;}

.foot-contact .lianxi{margin: 20px 0px 20px 20px;}

.welcome h1{float: left; width:100%; }
.welcome .xml{display: none;}

}

/*手机不同分辨率结束*/

.index_sublist{overflow: hidden; text-align: center;padding-bottom: 10px;}
.index_sublist ul{display: inline-block;}
.index_sublist ul li{float: left; margin: 8px 10px;border: 1px solid #C72C34;border-radius: 8px;}
.index_sublist ul li a{color: #222;display: block; font-size: 16px; padding: 12px 20px;}
.index_sublist ul li a:hover{ display: block; color: #FFF;background: #C72C34;border-radius: 8px;}
.index_sublist ul li a.active{ display: block;color: #FFF;background: #C72C34;border-radius: 8px;}
.index_sublist ul li.menu_active{color: #FFF;background: #C72C34;border-radius: 8px;}
.index_sublist ul li.menu_active a{color: #FFF;}
.f_hand{cursor:pointer;}

.index_product{ overflow: hidden; margin: 30px 0px 10px 0px;}
.index_product ul{margin-left: -1%;margin-right: -1%;}
.index_product ul li{float: left;width: 23%; margin:0 1%; margin-bottom: 30px;}
.index_product ul li:hover{border: solid 1px #C72C34;}
.index_product ul li .pic{background: #fff;border: solid 1px #dcdcdc;overflow: hidden;position: relative;background: #FFF; overflow:hidden; }
.index_product ul li .pic:before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(21, 97, 169, .6) url(../images/view.png) no-repeat center;background-size: 40px;z-index: 2;opacity: 0;-webkit-transform: scale(.95);-ms-transform: scale(.95);-o-transform: scale(.95);transform: scale(.95);-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}
.index_product ul li .abox:hover .pic:before{opacity: 1;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.index_product ul li .text{border: solid 1px #dcdcdc;  border-top: 0; padding: 15px;}
.index_product ul li .text h2{font-size: 16px; color: #333;}
.index_product ul li .text .cplb{display: block; font-size: 16px;color: #333; margin: 5px 0;}
.index_product ul li .text .gk{ 
  color:#888;
  line-height:28px; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;   /*只显示2行*/
  overflow: hidden;
  position: relative; /* 为了让伪元素定位 */
  max-width: 100%; /* 确保容器宽度 */
  }
  
.more_btn{background: #FFF;border: solid 1px #C72C34;border-radius: 20px;width:150px;line-height:40px;}
.more_btn:hover{background: #C72C34;color:#FFF;}

.i_sdys{
  background: #fff url('/cn/images/index_sdys.jpg') repeat center top;
}
.top_30{padding-top:5rem;}

.home-4{overflow: hidden;}
.home-4 ul{padding: 30px 0px 30px 0px;}
.home-4 ul li{float: left; width: 23%;  text-align: left; margin: 0px 1%;}
.home-4 ul li:first-child{float: left; width: 23%;  text-align: left; margin: 0px 1% 0px 0px;}
.home-4 ul li:nth-child(3){float: left; width: 25%;  text-align: left; margin: 0px 0 0px 1%;}
.home-4 ul li:last-child{float: right; width: 23%;  text-align: left; margin: 0px 0% 0px 0px;}

.home-4 ul li .h2{font-size: 30px; font-weight: bold;padding-top:10px;}
.home-4 ul li .text{font-size: 14px; color: #777; padding: 10px 10%;}
.home4div{width:100%;background: #E5E5E5;height:150px;padding: 30px 0px 30px 0px;}
.home4div h2{font-size: 30px; font-weight: bold;padding-top:10px;}
.home4div h5{font-size: 14px; color: #777; padding: 10px 10%;}
.home4div:hover , .home4div:hover h5{display: block;background: #C62B33;color:#FFF;}
.home4div_icon{font-size: 40px;color: #C62B33; background: #fff;margin-left:20px; width:60px;height:60px;border-radius:50%;}

.home4_info{padding: 30px;margin:40px 0px;background: #fff;min-height:500px;}
.home4_info .home4_info_L{width:50%;float:left;padding: 30px 0px 20px 30px;}
.home4_info .home4_info_L num{width:15%;float:left;font-size:70px;color:#C62B33;font-weight:bold;}
.home4_info .home4_info_L info{width:85%;float:left;font-size:37px;color:#E5E5E5;font-weight:bold;border-bottom: 1px solid #E5E5E5;padding-top:16px;}
.home4_info .home4_info_R{width:44%;float:right;padding-top:20px;}
.home4_info .home4_info_L .home4_info_text{color:#939393;line-height:30px;font-size:15px;}
.home4_info .home4_info_L .home4_info_text span{font-size:50px;color:#C62B33;font-weight:bold;}
.home4_info .home4_info_L .home4_info_text p span{font-size:50px;color:#C62B33;font-weight:bold;}