/*
 * @创建者: 庄晓辉
 * @创建时间: 2021-05-09 00:07:46
 * @上次修改者: 庄晓辉
 * @上次修改时间: 2021-05-09 00:07:46
 */

 /* Animate.css动画演示 */
@import "../css/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/iconfont.min.css";

/* 公共样式 */
@import "../css/public.min.css";
.container{
  max-width: 1820px;
  padding: 0 10px;
}

/* 头部 */
.header {
  width: 100%;
  padding: 25px 0 30px 0;
}
.logo > a{
  width: 520px;
}
.logo_txt{
  width: 192px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.search{
  width: 330px;
  margin-top: 20px;
  border: 1px solid #bfbfbf;
  height: 44px;
  border-radius: 22px;
  overflow: hidden;
}
.search>input{
  width: calc(100% - 48px);
  float: left;
  height: 42px;
  padding: 0 10px 0 20px;
  font-size: 14px;
  color: #333;
}
.search>input::-webkit-input-placeholder{color: #9c9c9c;}
.search>input:-moz-placeholder{color: #9c9c9c;}
.search>button{
  width: 48px;
  float: left;
  height: 42px;
  background: url(../images/search_ss.png) no-repeat left center;
}
.header_dianhua {
  line-height: 22px;
  color: #000;
  font-size: 14px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 58px;
  margin: 13px 0 0 55px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 26px;
  font-family: Impact;
  color: #1478d6;
}

/* 导航 */
nav {
  background: #187bd8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}
.layui-nav{
  max-width: 1600px;
  margin: 0 auto;
  background-color: initial;
  padding: 0;
  border-radius: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  -ms-border-radius: initial;
  -o-border-radius: initial;
}
.layui-nav .layui-nav-item{
    width: 12.285%;
    line-height: 62px;
}
.layui-nav .layui-nav-item::before{
  content: "";
  width: 1px;
  float: left;
  height: 26px;
  background-color: rgba(255,255,255,0.5);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.layui-nav .layui-nav-item > a{
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1001;
}
.layui-nav .layui-nav-more{
    display: none;
}
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  height: 100%;
  background-color: #eb2013;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a{
  color: #fff;
}
.layui-nav .layui-nav-item:hover > a{
  color: #fff;
}

/* 导航下拉 */
.layui-nav-child{
  top: 100%;
  padding: 2px 0;
  border: none;
  line-height: 40px;
  background-color: rgba(24,123,216,0.8);
  border-radius: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  -ms-border-radius: initial;
  -o-border-radius: initial;
}
.layui-nav .layui-nav-child dd a{
  font-size: 14px;
  color: #fff;
  padding: 0;
  text-align: center;
}
.layui-nav .layui-nav-child dd a:hover{
  background-color: #eb2013;
  color: #fff;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner-imgbox .swiper-slide img {
  width: 100%;
}
/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #eb2013;
  opacity: 0.5;
  border-radius: 50%;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #eb2013;
}
/*箭头*/
.banner-prev,
.banner-next{
  left: 2%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 38px;
  height: 70px;
  background-image: url(../images/imgs/prev.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
}
.banner-next{
  left: initial;
  right: 2%;
  background-image: url(../images/imgs/next.jpg);
}
.banner-imgbox:hover .banner-next,
.banner-imgbox:hover .banner-prev  {
  opacity: 1;
}
/* END */

/* 首页 */
main>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 10px;
}
main>.container>div{
  width: 580px;
  float: left;
  margin-bottom: 10px;
}
.gsjj_title{
  display: block;
  overflow: hidden;
  line-height: 34px;
  margin-bottom: 30px;
}
.gsjj_p{
  float: left;
  border-bottom: 3px solid #187bd8;
  padding-bottom: 5px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.gsjj_sp{
  float: left;
  font-size: 14px;
  color: #737373;
  text-transform: uppercase;
  padding-left: 5px;
}
.gsjj-imgbox .swiper-slide a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.gsjj-imgbox .swiper-slide a::before{
  content: "";
  display: block;
  padding-top: 47.758621%;
}
.gsjj-prev,
.gsjj-next{
  left: 0;
  bottom: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #2e6ed3;
  font-family: SimSun;
  font-size: 18px;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  outline: none;
}
.gsjj-next{
  left: 25px;
}
.gsjj-prev:hover,
.gsjj-next:hover{
  background-color: #e50012;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 23px 12px;
  line-height: 24px;
  color: #000;
  font-size: 14px;
}
.gsjj_txt>a{
  color: #2e6ed3;
}
.gsjj_txt>a:hover{
  text-decoration: underline;
}

.cpzs-imgbox .swiper-slide a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #e3edf7;
}
.cpzs-imgbox .swiper-slide a::before{
  content: "";
  display: block;
  padding-top: 62.648621%;
}
.cpzs-prev,
.cpzs-next{
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 17px;
  height: 18px;
  background-image: url(../images/cpzs_btn.png);
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 9;
  cursor: pointer;
  outline: none;
}
.cpzs-next{
  left: initial;
  right: 24px;
  background-position: left bottom;
}
.cpzs-prev:hover{
  background-position: right top;
}
.cpzs-next:hover{
  background-position: right bottom;
}
.cpzs_nav{
  display: block;
  overflow: hidden;
  margin-top: 1px;
}
.cpzs_nav>li{
  width: 25%;
  float: left;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  border-right: 1px solid rgba(255,255,255,0.5);
  background-color: #2e6ed3;
}
.cpzs_nav>li>a{
  display: block;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
/*.cpzs_nav>li:nth-child(4n+4){
  width: 34%;
}*/
.cpzs_nav>li>a:hover{
  background-color: #1b56b2;
  color: #fff;
}

.news_ul{
  display: block;
  overflow: hidden;
}
.news_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.news_ul li:last-child{
  margin: 0;
}
.news_ul li a{
  width: 100%;
  float: left;
  display: flex;
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 17px;
}
.news_ul li a .news_img{
  width: 120px;
  float:left;
  overflow: hidden;
  position: relative;
}
/*.news_ul li a .news_sub{
  width: 94px;
  float: left;
  line-height: 40px;
  background-color: #cfcfcf;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.news_ul li a .news_sub>span{
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  font-size: 36px;
  color: #707070;
}*/
.news_ul li a .news_R{
  width: calc(100% - 120px);
  float: left;
  padding-left: 18px;
}
.news_ul li a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 18px;
  font-size: 14px;
  color: #525252;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_ul li a .news_R .news_sp{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #5d5d5d;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.news_ul li a .news_R .news_more{
  display: block;
  overflow: hidden;
  line-height: 18px;
  font-size: 12px;
  color: #1b56b2;
}
.news_ul li a:hover{
  background-color: #208fd5;
}
.news_ul li a:hover .news_sub{
  background-color: #1b56b2;
}
.news_ul li a:hover .news_sub>span{
  color: #1b56b2;
}
.news_ul li a:hover .news_R .news_p,
.news_ul li a:hover .news_R .news_sp,
.news_ul li a:hover .news_R .news_more{
  color: #fff;
}
/* END-首页 */

/* 底部 */
footer {
  background: #e5e5e5;
  padding: 36px 0;
}
.copyright{
  float: left;
  line-height: 24px;
  color: #6b6b6b;
  font-size: 14px;
}
.copyright a{
  color: #6b6b6b;
  margin: 0 5px;
}
.copyright a:hover{
  color: #6b6b6b;
  text-decoration: underline;
}
.footer_nav{
  float: right;
  margin-top: 5px;
}
.footer_nav>span{
  float: left;
  line-height: 38px;
  font-size: 14px;
  color: #5f5f5f;
}
.footer_nav>a{
  width: 38px;
  float: left;
  height: 38px;
  border: 2px solid #9a9a9a;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  margin-left: 16px;
  font-size: 20px;
  color: #929292;
  position: relative;
}
.footer_nav>a:hover{
  background-color: #eb2013;
  border-color: #eb2013;
  color: #fff;
}
.footer_wx{
  width: 140px;
  float: left;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  bottom: 120%;
}
.footer_wx img{
  width: 100%;
  height: auto;
  display: block;
}
.footer_nav>a:hover .footer_wx{
  height: 140px;
}
/* END-底部 */

/* 走进希杰 */
.main{
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
}
.main_left{
  width: 15%;
  float: left;
}
.about{
  width: 100%;
  float: left;
}
.about_title{
  display: block;
  overflow: hidden;
  background-color: #1481d4;
  padding: 17px 0;
  text-align: center;
  line-height: 18px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
.about_title>span{
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 30px;
  font-weight: bold;
}
.about_ul{
  display: block;
}
.about_ul::after{
  content: "";
  display: block;
  clear: both;
}
.about_ul>li{
  width: 100%;
  float: left;
  margin-top: 15px;
  position: relative;
}
.about_ul>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 38px;
  border: 1px solid #999;
  padding: 0 10px;
  font-size: 16px;
  color: #000;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
  background-color: #187bd8;
  color: #fff;
  border-color: #187bd8;
}
.about_dl{
  display: none;
  width: 100%;
  float: left;
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 9;
  padding-left: 1px;
}
.about_dl>dd{
  display: block;
  overflow: hidden;
}
.about_dl>dd>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 39px;
  border-bottom: 1px solid #fff;
  padding: 0 10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.about_dl>dd>a:hover{
  background-color: #187bd8;
  color: #fff;
}

.about_dl>dd>a.act{
  background-color: #187bd8;
  color: #fff;
}
.about_ul>li:hover .about_dl{
  display: block;
}

.about_dianhua{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  margin-top: 20px;
  background-color: #1481d4;
  padding: 10px 15px;
  color: #fff;
  line-height: 16px;
  font-size: 12px;
}
.about_dianhua img{
  float: left;
  margin-right: 10px;
}
.about_dianhua span{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 22px;
  font-weight: bold;
}
.about_img{
  display: block;
  overflow: hidden;
}
.about_img img{
  width: 100%;
  display: block;
  height: auto;
}
.main_right{
  width: 83%;
  float: right;
}
.dqwz_title{
  width: 100%;
  float: left;
  line-height: 48px;
  border-bottom: 1px solid #ccc;
}
.dqwz_p{
  float: left;
  font-size: 30px;
  color: #187bd8;
  font-weight: bold;
}
.dqwz_nav{
  float: right;
  font-size: 14px;
  color: #000;
}
.dqwz_contect{
  width: 100%;
  float: left;
  padding-top: 30px;
}
.company{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #555555;
  line-height: 24px;
}

.company img{max-width: 100%;height: auto;}
/* END-走进希杰 */

/* 产品中心 */
.cp_ul{
  display: block;
  overflow: hidden;
  width: 102%;
  margin-left: -1%;
  padding: 10px 0;
}
.cp_ul li{
  width: 31%;
  float: left;
  margin: 0 1% 2% 1%;
}
.cp_ul li a{
  width: 100%;
  float: left;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 15px;
}
.cp_ul li a .cp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.cp_ul li a .cp_img::before{
  content: "";
  display: block;
  padding-top: 85.89744%;
}
.cp_ul li a .cp_txt{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #505050;
}
.cp_ul li a:hover .cp_img img{
  transform: scale(1.1,1.1);
}
.cp_ul li a:hover .cp_txt{
  background-color: #187bd8;
  color: #fff;
}

.cpxq{
  display: block;
  overflow: hidden;
  padding: 10px;
}
.cpxq_img{
  width: 40%;
  float: left;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-right: 45px;
}
.cpxq_img::before{
  content: "";
  display: block;
  padding-top: 85.89744%;
}
.cpxq_p{
  display: block;
  line-height: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 24px;
  color: #505050;
  overflow: hidden;
  margin-bottom: 30px;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #878787;
}
.cpxq_txt img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.cpxq_more{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.cpxq_more>a{
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #187bd8;
  font-size: 16px;
  color: #fff;
}
.cpxq_more>a:hover{
  background-color: #eb2013;
  color: #fff;
}
.cpxq_dowm{
  display: block;
  overflow: hidden;
  padding: 15px 0;
}
.cpxq_dowm>div{
  line-height: 30px;
  margin-bottom: 10px;
}
.cpxq_dowm>div>a{
  font-size: 16px;
  color: #333;
}
.cpxq_dowm>div>a>span{
  float: left;
  font-size: 26px;
  color: #187bd8;
  margin-right: 10px;
}
.cpxq_dowm>div>a:hover{
  color: #187bd8;
  text-decoration: underline;
}

.cpxq_xxk{
  display: block;
  overflow: hidden;
  padding-top: 40px;
}
.cpxq_nav{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.cpxq_nav li{
  width: 50%;
  float: left;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: all 0.4s;
}
.cpxq_nav li.cpxq_active{
  background-color: #187bd8;
  color: #fff;
}
.cpxq_contect{
  display: block;
  overflow: hidden;
  padding-top: 40px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.cpxq_contect>div{
  display: none;
}
.cpxq_contect>div:first-child{
  display: block;
}
.cpxq_contect img{
  display: block;
  max-width: 100%;
  height: auto;
}
.cpxq_contect table{width: 100%!important;}
/* END-产品中心 */

/* 新闻资讯 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.xw_ul li a{
  width: 100%;
  float: left;
  display: flex;
  background-color: #f5f5f5;
  padding: 20px;
}
.xw_ul li a .xw_img{
  width: 262px;
  float: left;
  overflow: hidden;
  position: relative;
}
.xw_ul li a .xw_R{
  width: calc(100% - 262px);
  float: left;
  padding-left: 30px;
}
.xw_ul li a .xw_R .xw_p{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 20px;
  color: #3b3b3b;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xw_ul li a .xw_R .xw_sp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #9a9a9a;
  margin: 10px 0;
}
.xw_ul li a .xw_R .xw_txt{
  display: block;
  overflow: hidden;
  height: 96px;
  line-height: 24px;
  font-size: 14px;
  color: #555;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.xw_ul li a .xw_R .xw_more{
  display: block;
  overflow: hidden;
  line-height: 18px;
  font-size: 14px;
  color: #187bd8;
  text-decoration: underline;
}
.xw_ul li a:hover{
  background-color: #187bd8;
}
.xw_ul li a:hover .xw_img img{
  transform: scale(1.1,1.1);
}
.xw_ul li a:hover .xw_R .xw_p,
.xw_ul li a:hover .xw_R .xw_sp,
.xw_ul li a:hover .xw_R .xw_txt,
.xw_ul li a:hover .xw_R .xw_more{
  color: #fff;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  font-size: 30px;
  color: #3b3b3b;
  line-height: 38px;
  text-align: center;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #9a9a9a;
  line-height: 24px;
  padding: 5px 0 20px 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #555;
  line-height: 24px;
}
.xwxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/* END-新闻资讯 */

/*联系我们*/
.contact_txt {
  width: 40%;
  float: left;
  font-size: 14px;
  color: #6b6b6b;
  line-height: 30px;
}
.contact_map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 490px;
  border: none;
}
/*END-联系我们*/

@media (max-width: 1820px) {
/* 首页 */
main>.container>div {
  width: 32%;
}
/* END-首页 */

/* 走进希杰 */
.main{
  padding: 40px 0;
}
.main_left {
  width: 20%;
  transition: all 0.4s;
}
.main_right {
  width: 78%;
  transition: all 0.4s;
}
/* END-走进希杰 */
}

@media (max-width: 1520px) {
/* 首页 */
.search {
  width: 280px;
}
.header_dianhua {
  margin: 13px 0 0 20px;
  transition: all 0.4s;
}
.header_dianhua>span {
  font-size: 22px;
}
/* END-首页 */
}

@media (max-width: 1360px) {
/* 首页 */
.header_R{
  width: 25%;
}
.search {
  width: 100%;
  margin: 0;
  height: 30px;
  border-radius: 15px;
}
.search>input {
  height: 28px;
}
.search>button {
  height: 28px;
  background-size: auto 20px;
}
.header_dianhua {
  margin: 4px 0 0 0;
  font-size: 12px;
  line-height: 18px;
  background-size: contain;
}
.header_dianhua>span {
  font-size: 20px;
  line-height: 22px;
}
/* END-首页 */
}

@media (max-width: 1220px) {
/* 首页 */
.header {
  padding: 20px 0;
}
.header_dianhua{
  padding-left: 45px;
}
.header_dianhua>span {
  font-size: 16px;
}

main>.container {
  padding: 25px 10px;
}
.gsjj_title {
  margin-bottom: 20px;
}
.cpzs_nav>li {
  width: 50%;
}
.cpzs_nav>li:nth-child(4n+4) {
  width: 50%;
}
.cpzs_nav>li>a {
  height: 58px;
  line-height: 58px;
}
.news_ul li {
  margin-bottom: 15px;
}
.news_ul li a {
  padding: 10px;
}
/* END-首页 */

/* 底部 */
footer {
  padding: 26px 0;
}
/* END-底部 */

/* 走进希杰 */
.main_left {
  width: 22%;
}
.main_right {
  width: 76%;
}
/* END-走进希杰 */

/* 产品中心 */
.cp_ul li {
  width: 31.3333%;
}
/* END-产品中心 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999;
  background-size: 100% 100%;
}
.icon-menu span {
  width: 100%;
  height: 6px;
  float: left;
  background: #187bd8;
}

/* 头部 */
.header {
  padding: 15px 0;
  position: fixed;
  background-color: #fff;
  top:0;
  z-index: 9999999;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
.logo > a {
  width: 500px;
}
.logo_txt {
  width: 172px;
}

/* 导航 */
nav {
  padding:0;
  background: none;
  position: fixed;
}
.layui-nav{
  display: none;
  width: 150px;
  padding: 1px 0;
  background-color: rgba(24,123,216,0.8);
  position: absolute;
  right: 10px;
  top:0;
}
.layui-nav .layui-nav-item{
  width: 100%;
  line-height: 40px;
  border-bottom: 1px solid #fff;
}
.layui-nav .layui-nav-item::before{
  display: none;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
  display: none;
}
.layui-nav .layui-nav-item:hover{
  background-color: #eb2013;
}
.layui-nav .layui-nav-item:hover a{
  color: #fff;
}
.layui-nav .layui-this{
  background-color: #eb2013;
}
.layui-nav .layui-this a{
  color: #fff;
}
/* END */

/* 首页 */
main>.container>div {
  width: 100%;
  margin-bottom: 10px;
}
main>.container>div:last-child{
  margin: 0;
}
.cpzs_nav>li {
  width: 22%;
}
.cpzs_nav>li:nth-child(4n+4) {
  width: 34%;
}
/* END-首页 */

/* 底部 */
footer {
  padding: 16px 0;
}
.copyright {
  width: 100%;
  text-align: center;
}
/* END-底部 */

/* 走进希杰 */
.main{
  padding: 20px 0;
}
.main_left {
  width: 29%;
}
.about_dianhua span {
  line-height: 26px;
  font-size: 20px;
}
.main_right {
  width: 69%;
}
/* END-走进希杰 */

/* 产品中心 */
.cp_ul li {
  width: 48%;
}
/* END-产品中心 */

/* 新闻资讯 */
.xw_ul li{
  margin-bottom: 15px;
}
.xw_ul li a{
  padding: 15px;
}
.xw_ul li a .xw_img{
  width: 200px;
}
.xw_ul li a .xw_R{
  width: calc(100% - 200px);
  padding-left: 15px;
}
.xw_ul li a .xw_R .xw_sp{
  margin: 5px 0;
}
/* END-新闻资讯 */

/*联系我们*/
.contact_txt {
  width: 100%;
}
.contact_map {
  width: 100%;
  margin-top: 20px;
}
/*END-联系我们*/
}

@media (max-width: 767px) {
.cpxq_contect table{max-width: 100%!important;overflow-x:scroll; overflow-y: hidden;}
/* 导航按钮 */
.icon-menu {
  right: 10px;
  width: 30px;
  height: 19px;
}
.icon-menu span {
  height: 3px;
}

/* 头部 */
.header{
  padding: 10px 0;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}
/* END */

/* 首页 */
main>.container {
  padding: 10px;
}
.gsjj_title {
  margin-bottom: 10px;
  line-height: 30px;
}
.gsjj_p {
  font-size: 18px;
}
.gsjj_txt {
  padding: 10px;
}

.cpzs_nav>li {
  width: 50%;
}
.cpzs_nav>li:nth-child(4n+4) {
  width: 50%;
}
.cpzs_nav>li>a {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
/* END-首页 */

/* 底部 */
footer {
  padding: 10px 0;
}
.copyright {
  font-size: 12px;
  line-height: 20px;
}
/* END-底部 */

/* 走进希杰 */
.main{
  padding: 0;
}
.main_left {
  width: 100%;
}
.about_title{
  width: calc(100% + 20px);
  margin-left: -10px;
  padding: 0 0 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background-image: url(../images/imgs/sj_jiantou.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
}
.about_title1{
  background-image: none;
}
.about_menu {
  float: right;
  cursor: pointer;
  width: 30px;
  height: 19px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999;
  background-size: 100% 100%;
}
.about_menu span {
  width: 100%;
  height: 3px;
  float: left;
  background: #fff;
}


.about_ul{
  display: none;
}
/*.mycp .mytsyle{display: block!important;}*/
.about_ul>li{
  margin-top: 3px;
}
.main_right {
  width: 100%;
}
.dqwz_contect{
  padding: 10px 0;
}
/* END-走进希杰 */

/* 产品中心 */
.cp_ul li a {
  padding: 5px;
}
.cp_ul li a .cp_txt {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}
.cpxq_img {
  width: 100%;
  float: none;
  margin: 0 0 10px 0;
}
.cpxq_p {
  line-height: 24px;
  padding-bottom: 10px;
  font-size: 18px;
  margin-bottom: 10px;
}
.cpxq_txt {
  font-size: 14px;
  line-height: 24px;
}
.cpxq_table{
  width: 100%;
  overflow: auto; 
}
/* END-产品中心 */

/* 新闻资讯 */
.xw_ul li{
  margin-bottom: 10px;
}
.xw_ul li a{
  padding: 5px;
}
.xw_ul li a .xw_img{
  width: 120px;
}
.xw_ul li a .xw_R{
  width: calc(100% - 120px);
  padding-left: 10px;
}
.xw_ul li a .xw_R .xw_p {
  line-height: 24px;
  font-size: 16px;
}
.xw_ul li a .xw_R .xw_sp{
  margin: 2px 0;
  line-height: 16px;
}
.xw_ul li a .xw_R .xw_txt {
  height: 60px;
  line-height: 20px;
  font-size: 12px;
  -webkit-line-clamp: 3;
}
.xwxq_p{
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.xwxq_sp{
  padding: 5px;
  margin-bottom: 10px;
}
/* END-新闻资讯 */

/*联系我们*/
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/*END-联系我们*/
}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 57px;
  float: left;
  background-color: #fff;
}
.root {
  width: 100%;
  height: 55px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999999999;
  background-color: #fff;
}
.root > .layui-col-xs3 > a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background: #187bd8;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.root > .layui-col-xs3 > a > div {
  width: 100%;
  float: left;
  height: 20px;
  line-height: 20px;
}
.root > .layui-col-xs3 > a > div:first-child {
  height: 24px;
  line-height: 24px;
  font-size: 19px;
}
.root > .layui-col-xs3 > a:hover {
  background: #eb2013;
  color: #fff;
}
/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 999;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.root_phone>a,
.root_phone>.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color:#333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size:15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background:#ddd;
}
/* 微信号 */
.wecht-box{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.wecht-box .wecht{
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img{
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span{
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off{
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:50%;
  bottom:-38px;
  border: 1px solid #fff;
  transform:translateX(-50%);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center
}
/* END */


.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}
