/* 外框样式 */
.mob-wrap {
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.top1{background:#dcdcdc;padding:10px 3%;color:#a4a4a4;line-height:20px;}
.wel{font-size:14px;}
.k5{font-size:12px;}



/* 头部 */
.mob-head {
  background:#fff;
  padding: 15px 0;
  position: relative;
}

.mob-head .logo {
  padding: 0 110px 0 10px;
}

.mob-head .logo img {
  max-width: 100%;
}

.mob-head .head-btn {
  position: absolute;
  right: 10px;
  height: 27px;
  top: calc(50% - 10px);
  font-size: 0;
}

.mob-head .head-btn a {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  line-height: 27px;
  text-align: center;
}

.mob-head .head-btn a .iconfont {
  font-size: 20px;
  vertical-align: middle;
}

.mob-head .head-btn a .icon-sousuo {
  font-size: 25px;
}

.mob-head .head-btn .search-btn {
  border-right: 1px solid #aaaaaa;
  margin-right: 10px;
  width: 40px;
}

/* 搜索框样式 */
.search {
  border-top: 1px solid #ddd;
  padding: 10px 15px;
  display: none;
}

.search form {
  width: 100%;
  border: 1px solid #444444;
  border-radius: 10px;
  background-color: #fff;
  height: 38px;
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search input[type="text"] {
  width: 70%;
  padding-left: 15px;
  font-size: 16px;
  color: #323232;
  height: 22px;
  line-height: 22px;
  border: none;
  outline: none;
  background: none;
}

.search input[type='submit'] {
  width: 25%;
  border: none;
  border-left: 1px solid #b6b6b4;
  text-align: center;
  height: 22px;
  font-size: 16px;
  color: #323232;
  background: none;
  outline: none;
  border-radius: 0;
}

/* 导航样式 */
.mob-nav {
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2474b9;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.mob-nav .close-btn {
  text-align: right;
  padding: 15px 15px 0 0;
}

.mob-nav .close-btn .iconfont {
  font-size: 30px;
  color: #fff;
}

.mob-nav li a {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}

.mob-nav li a:hover {
  background: #2474b9;
}

.mob-nav li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.mob-nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/* 首页banner */
.mob-banner {
  position: relative;
}

.mob-banner .slick-slide {
  outline: none;
}

.mob-banner a {
  display: block;
}

.mob-banner a img {
  width: 100%;
}

.mob-banner .slick-dots {
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
  bottom: 10px;
  text-align: center;
  font-size: 0;
}

.mob-banner .slick-dots li {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #2474b9;
  margin: 0 2px;
}

.mob-banner .slick-dots li button {
  display: none;
}

.mob-banner .slick-dots li.slick-active {
  background: #004092;
}

/* 首页问题 */
.mob-title {
  text-align: center;
  margin-bottom: 20px;
}

.mob-title h3 {
  font-size: 20px;
  color: #252222;
  margin-bottom: 10px;
}

.mob-title h3 span {
  color: #e4007f;
}

.mob-title p {
  font-size: 12px;
  color: #252222;
  text-transform: uppercase;
}




.fl{float: left;}
.fr{float: right;}
*{margin: 0;padding: 0;}
img{vertical-align: middle;}
.head-btn img{display: block;width: 85%;}
.mob-banner .slick-dots li{width: 10px;height: 10px;border-radius: 50%;background: #d2d2d2;}
.mob-banner .slick-dots li.slick-active{background:#004092;}



.box1{width:92%;margin:0 auto;margin-top:5%;border: 1px solid #dedede;}
.tabli{position:relative;border-bottom:1px solid #dedede;line-height:45px;}
.tabli li{float:left;width:30%;line-height:46px;color:#000000;font-size:15px;text-align:center;border-right:1px solid #dedede;background:#f9f9f9;cursor:pointer;}
.tabli li.cur{background:#307ac9;color:#fff;}
.tabli a.nm{color:#777777;font-size:14px;right:12px;top:1px;position:absolute;background:url(/m/template/default/images/mm.png) no-repeat right center;padding-right:23px;}

.news_list1 li{border-bottom:1px dashed #d2d2d2;padding:5% 0;}
.news_list1 li .det{width:58%;margin-left:3%;}
.news_list1 li .img{width:35%;margin-right:3%;}
.news_list1 li .img img{width:100%;display:block;border:2px solid #c9c9c9;border-radius:2px;}
.news_list1 li a{color:#000000;font-size:14px;}
.news_list1 li span{color:#8c8c8c;font-size:12px;display:block;line-height:18px;margin:4px 0;display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.news_list1 li h4{color:#8c8c8c;font-size:12px;}
.news_list1 li:last-child{border:none;}



.ht1{width:100%;margin:0 auto;margin-top:8%;}
.ht1 img{width:100%;}








.box2{margin-top:8%;}
.pbt{position:relative;height:40px;}
.pbt span{float:left;width:43%;background:#2474b9;color:#fff;font-size:22px;text-align:center;border-top-right-radius:25px;border-bottom-right-radius:25px;line-height:40px;}
.pbt a{float:right;width:35%;background:#2474b9;color:#fff;font-size:18px;line-height:40px;text-align:center;}
.box2 .cont{margin-top:8%;}
.cul{}
.cul li{width: 46%;margin: 0 2%;}
.cul li  h2{color: #666666;font-size:14px;font-weight: normal;text-align: center;line-height: 40px;}
.cul li img{display: block;width: 100%;border:1px solid #ddd;}



.box3{width:92%;margin:0 auto;margin-top:5%;border: 1px solid #dedede;}
.sort1{text-align:center;font-size:0;position:relative;border-bottom:1px solid #dedede;}
.sort1 li{display:inline-block;width:20%;height:35px;overflow:hidden;line-height:32px;text-align:center;}
.sort1 li a{color:#000000;font-size:12px;text-align:center;}
.sort1 li+li{background:url(/m/template/default/images/x.png) no-repeat left center;}
.sort1 li a:hover{color:#da251c;}
.sort1 li:nth-child(6){background:none;}
.sort1 .xian{background:#dedede;width:100%;height:1px;position:absolute;left:0;top:35px;}



.nei5Con{
  width:94%;
    margin:0 auto;
    margin-top:5%;
}
#marquee1 {
    height: auto;
    overflow: hidden;
}
#marquee1 ul {
    width: 10000px!important;
}

#marquee1 ul li {
    float: left;
    padding: 0 0.2rem;
    width:6rem;
}


#marquee1 ul li img {
    display: block;
    width: 100%;
}
#marquee1 ul li  h2{color: #010101;font-size:12px;font-weight: normal;text-align: center;line-height:30px;height:30px;overflow:hidden;}
a.pm{display:block;border-radius:6px;text-align:center;margin:0 auto;color:#000;font-size:14px;border:1px solid #307ac9;width:148px;line-height:41px;margin:6% auto 3%;}





.honor{width:92%;margin:0 auto;margin-top:6%;border: 1px solid #dedede;}
.abtt{position:relative;border-bottom:1px solid #dedede;line-height:46px;}
.abtt p{background:#307ac9;color:#fff;width:30%;font-size:15px;text-align:center;}
.abtt a{color:#777777;font-size:14px;right:12px;top:1px;position:absolute;background:url(/m/template/default/images/mm.png) no-repeat right center;padding-right:23px;}


.prod2{position:relative;margin:6% 12% 0;}
.prod2 .cases2{}
.prod2 .cases2 a{outline:none;border:none;}
.prod2 .cases2{position:relative;padding:0 6px;}
.prod2 .cases2 .img img{width:100%;margin:0 auto;border: 1px solid #dad8d8;}
.prod2 .slick-arrow{text-align:center;top:12%;position:absolute;width:30px;height:54px;border:none;outline:none;}
.prod2 .slick-prev{background: url(/m/template/default/images/z.png) no-repeat;text-indent:-1000px;overflow:hidden;left:-13%;}
.prod2 .slick-next{background: url(/m/template/default/images/y.png) no-repeat;outline:none;text-indent:-1000px;overflow:hidden;right:-13%;}
.prod2 .cases2 h3{color:#010101;font-size:13px;text-align:center;height:35px;line-height:35px;overflow:hidden;margin-bottom:5%;}





.about{width:92%;margin:0 auto;margin-top:6%;border: 1px solid #dedede;}
.about .cont{margin:10px 7px;}
.abpic{width:40%;}
.abpic img{width:100%;}
.ab{width:57%;color:#000000;font-size:14px;line-height:21px;margin-top:5px;}
.ab p{display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp:6;}




.box5{width:92%;margin:0 auto;margin-top:6%;}
.ads2{}
.ads2 li{float:left;width:30%;background:#307ac9;}
.ads2 li+li{margin-left:5%;}
.ads2 li h3{text-align:center;color:#fff;font-size:13px;font-weight:normal;line-height:4;height:4;overflow:hidden;}
.ads2 li .img img{width:100%;display:block;}














.des{height:165px;}

/* 页脚 */
.footer{ width:100%; margin-top:6px;position: fixed; z-index: 110;bottom: 0;left: 0;}
.footer1{max-width:640px;margin:0 auto;background:#307ac9;text-align:center;}
.footer a{display:inline-block;color:#fff;width:26%;}
.footer span{width:86px; display:block; margin:0 auto; text-align:right; font:100 14px/45px "微软雅黑"; color:#fff; height:45px;}
.footer span.span1{background:url(/m/template/default/images/a1.png) 0 10px no-repeat; background-size:25px 25px;}
.footer span.span2{background:url(/m/template/default/images/a2.png) 0 10px no-repeat; background-size:28px 25px;}
.footer span.span3{background:url(/m/template/default/images/a3.png) 0 10px no-repeat; background-size:25px 25px;}


.fots{background:#ededed;padding:5% 5% 7%;}
.wei{width:30%;}
.wei img{width:100%;}
.lx{width:60%;padding-left:4%;background:url(/m/template/default/images/fx.png) no-repeat left center;color:#8d8d8d;font-size:13px;line-height:22px;margin-top:5px;}



/*企业数字报*/
.qysz{}
.qysz li{width:92%;margin:0 auto;height:45px;line-height:45px;}
.qysz li h3{font-size:14px;color:#555555;height:45px;line-height:45px;font-weight:normal;float:left;}
.qysz li .ack{font-size:14px;color:#555555;height:45px;line-height:45px;float:right;position:relative;cursor:pointer;}
.qysz li .img{width:70%;height:auto;margin:0 auto;position: absolute;top:30%; left:50%;transform: translateX(-50%);}
.qysz li .img img{width:100%;display: table;-webkit-user-select: none;margin: auto;cursor: zoom-out;}











<!--耗时1759097109.6488秒-->