﻿/***********通用基本类1************/

/*格式化样式*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
img {
  margin: 0;
  padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

fieldset,
img {
  border: 0;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  background: none
}

a:hover {
  color: #e13036;
}

ul,
ol {
  list-style: none;
}

i,
strong,
em,
b {
  font-style: normal;
}

/*结构样式*/

.p10 {
  padding-left: 10px;
  padding-right: 10px;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}
/***********通用基本类2************/

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma';
  color: #333;
}

.main {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* 单行文字超出隐藏 */

.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 清理浮动 */

.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.overflowH {
  overflow: hidden;
}

/* 响应式图片盒子 */

.imgBox {
  position: relative;
}

.imgBox img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.imgBox img.full {
  width: 100%;
  height: 100%;
}

.imgBox img.auto {
  max-width: 100%;
  max-height: 100%;
}

/* 图片放大 */

.hoverScale {
  overflow: hidden;
}

.hoverScale img {
  -webkit-transition: .4s;
  transition: .4s;
}

.hoverScale:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* 居中 */

.middleBox:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.middleLi {
  display: inline-block;
  vertical-align: middle;
}



/***********其他公共样式************/

/*ao-顶部栏目*/
.ao-headerNav .item1>li {
  position: relative;
  height: 100%;
  /*display: table-cell;
  width: 1%;*/
  text-align: center;
  font-size: 14px;
}
    
.ao-headerNav .item1.fullW>li{
  display: table-cell;
  width: 1%;
}
.ao-headerNav .item1.autoW>li{
  float: left;
}

.ao-headerNav .item1>li>a {
  position: relative;
  padding:0 1em;
    box-sizing: border-box;
}

.ao-headerNav .item2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  font-size: 14px;
  line-height: 3em;
  text-align: center;
  min-width: 100%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  border: 1px solid #ddd;
}

.ao-headerNav .item1>li:hover .item2 {
  display: block;
}

.ao-headerNav .item2 li:hover {
    background-color: #e09a20;
}
.ao-headerNav .item2 li:hover a{
    color: #fff;
    display: block;
}

/*顶部栏目end*/

/*ao-响应式顶部栏目+按钮*/


.ao-navBtn .navbar-toggle {
  position: relative;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.ao-navBtn .navbar-box .sr-only {
  display: block;
  width: 100%;
  padding: 0;
  margin: -1px;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  border: 0;
  color: #888;
  text-align: center;
  margin-top: 2px;
}

.ao-navBtn .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #888;
}

.ao-navBtn .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

/*响应式顶部栏目+按钮end*/

/* header头部 */

.header {
  width: 100%;
  background-color: #fff;
}

.header .header_main {
  height: 115px;
  line-height: 115px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 4px 1px #ddd;
}

.top_line {
  background: #333333;
  color: #fff;
  min-height: 50px;
  line-height: 50px;
  font-size: 12px;
  overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
}
.top_line .main {
}
.top_line .welcome {
  float: left;
}

.top_line .topBtn {
  float: right;
}

.top_line .topBtn .phoneIco i {
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #353535 url("../Images/phoneIco.png") no-repeat center center / contain;
  border: 2px solid #fff;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #fff;
}
.top_line .topBtn .telInfo {
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
}

.header .logo {
  float: left;
  font-size: 0;
  margin-right: 40px;
}

.header .logo {
  height: 100%;
}


.header .logo img {
  max-height: 90%;
  padding-right: 10px;
  display: block;
}
    .header .logo .text {
        font-size: 16px;
        color: #333;
        display: block;
        line-height: 1;
        letter-spacing: 8px;
    font-weight: bold;
    text-align: center;
    }
.header .header_nav {
  height: 100%;
  /*overflow: hidden;*/
}
.header .header_nav a{
  color: #333333;
}
    .header .header_nav .item1 > li a {
        position: relative;
    }
    .header .header_nav .item1 > li > a:before {
        content: "";
        display: block;
        height: 1px;
        background-color: #c1202f;
        position: absolute;
        bottom: -10px;
        left: 50%;
        right: 50%;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .header .header_nav .item1 > li.on > a:before,
    .header .header_nav .item1 > li:hover > a:before {
            left: 0;
        right: 0;
    }
.header .header_nav .item1>li.on > a,
.header .header_nav .item1 > li:hover > a{
  color: #e03136;
}

.header .header_nav .ban:hover a{
  color: #a7a7a7 !important;
}
    .header .header_nav .item2 a {
        padding: 0 2em;
    }
.header .icoBtn {
  float: right;
  height: 100%;
  display: none;
}

.header .icoBtn .navbar-box {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22;
  }
  body {
    padding-top: 126px;
  }
  .header .header_main {
    height: 90px;
    line-height: 90px;
  }
  .header .header_nav {
    display: none;
  }
  .header .icoBtn {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
  }
  .header .logo {
    margin-left: 10px;
  }

    .header .logo .middleLi {
        height: 100%;
    }
  .header .logo img ,
    .header .logo .text {
      display: inline-block;
      vertical-align: middle;
    }
    .header .logo {
        margin-right: 0;
    }
    .header .logo .text {
        letter-spacing: normal;
        font-size: 13px;
        margin-left: 0;
    }
}

@media (max-width: 992px) {
  body {
    padding-top: 116px;
  }
  .header .header_main {
    height: 80px;
    line-height: 80px;
  }
    .header .logo .middleLi {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 60px;
    }
    .header .middleBox:before{
        display: none;
    }
    .header .logo img {
        max-height: 9vw;
        padding-right: 0;
        display: block;
    }
}

@media (max-width: 768px) {
  body {
    padding-top: 84px;
  }
  .header .header_main {
    height: 60px;
    line-height: 60px;
  }
  .header_main .header_tel {
    display: none;
  }
  .top_line {
    height: 24px;
    line-height: 24px;
    min-height: auto;
  }
  .top_line .welcome {
    float: none;
    text-align: center;
    font-size: 12px;
  }
  .top_line .topBtn {
    display: none;
  }
}

/* 移动端侧导航 */

.ao-navMask {
  position: fixed;
  width: 80%;
  height: 100%;
  top: 0;
  left: -80%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 2222;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ao-slideNav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: visible;
  position: fixed;
  top: 0;
  right: -20%;
  width: 20%;
  height: 100%;
  padding: 1em;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2222;
}

.ao-navMask.on {
  left: 0;
}

.ao-slideNav.on {
  right: 0;
}

.ao-slideNav .btn {
  background: url("../Images/slide-close.png") no-repeat center center / cover;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: 10px;
  cursor: pointer;
}

.ao-slideNav li {
  width: 100%;
  border-left: 0;
  padding: .5em 0;
  line-height: 1.5;
  text-align: center;
}

.ao-slideNav .item1>li {
  font-size: 16px;
  color: #8B8784;
}

.ao-slideNav .item2 {
  display: none;
}


@media (max-width: 992px) {
  .ao-slideNav {
    right: -30%;
    width: 30%;
  }
  .ao-slideNav-mask {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .ao-slideNav {
    right: -50%;
    width: 50%;
  }
  .ao-slideNav-mask {
    width: 50%;
  }
}

/* footer脚部 */

.footer {
  background-color: #3b3b3b;
  padding: 3% 0;
  color: #fff;
  margin-top: 4%;
}

.footer a {
  color: #fff;
}

.footer .nav,
.footer .info {
  min-height: 143px;
  border-right: 1px solid #4b4b4b;
}

.footer .nav {
  float: left;
  padding-right: 60px;
}

.nav .t {
  font-size: 18px;
}

.nav li {
  font-size: 14px;
  float: left;
  min-width: 4em;
  margin-right: 2em;
  margin-top: .7em;
}

.nav li.odd {
  clear: left;
}

.footer .info {
  float: left;
  font-size: 14px;
  line-height: 1.6;
  margin-left: 214px;
padding-right: 204px;
}

.footer .info .hotTel {
  font-size: 20px;
  margin-bottom: 5%;
}

.footer .info .hotTel span {
  font-size: 1.5em;
  font-weight: bold;
}

.footer .info .hotTel:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../Images/footer-telIco.png") no-repeat center 0 / cover;
  vertical-align: middle;
}

.footer .code {
  float: right;
  width: 130px;
}

.footer .code img {
  width: 100%;
}

.footer .code span {
  display: block;
  text-align: center;
  font-size: 12px;
}

@media (max-width: 1122px) {
  .footer .nav {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
  .footer .info,
  .footer .code {
    float: none;
    padding-right: 0;
    margin: 0 15px;
    background: none;
  }
  .footer .code {
    margin: 0 auto;
  }
  .footer .info .hotTel {
    margin-bottom: 0;
  }
  .footer .nav,
  .footer .info {
    border-right: none;
    min-height: initial;
  }
  .footer .info {
    margin-bottom: 15px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
}

/*.swiper-button-next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}*/

/*.swiper-button-prev:hover,
.swiper-button-next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}*/



/* lignhtBox */
#lignhtBoxrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

#mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #292929;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none; }

.photo_border {
  width: 300px;
  height: 300px;
  position: fixed;
  left: 50%;
  margin-left: -150px;
  z-index: 1001;
  background: url(../Images/lightbox/loading.gif) no-repeat center center #fff;
  display: none;
  z-index: 1000;
  zoom: 1; }

.photo {
  position: relative;
  border: 5px solid #fff;
  border-radius: 3px;
  overflow: hidden; }

.photo_btn {
  display: block;
  position: absolute;
  height: 100%;
  width: 40%;
  top: 0;
  zoom: 1;
  background: url(../Images/lightbox/ie-bug.gif);
  cursor: pointer; }

.photo_pre_btn {
  left: 0; }

.photo_pre_btn_show {
  background: url(../Images/lightbox/prev.png) no-repeat;
  background-position: 10% center; }

.photo_next_btn {
  right: 0; }

.photo_next_btn_show {
  background: url(../Images/lightbox/next.png) no-repeat;
  background-position: 90% center; }

.caption {
  position: relative;
  top: -65px;
  width: auto;
  height: 60px;
  margin: 0 5px;
  display: block;
  background: rgba(126, 126, 126, 0.5); }

.photo_border .index {
  padding-left: 10px;
  color: #000;
  height: 30px;
  line-height: 30px; }

.photo_border .title {
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  color: #fff; }

.caption_close_btn {
  width: 27px;
  height: 27px;
  position: absolute;
  right: 10px;
  top: 13px;
  background: url(../Images/lightbox/close.png) no-repeat;
  cursor: pointer; }
  
  /* lignhtBox */









/*footer*/
#footer {
    background-color: #333333;
    color: #fff;
    margin-top: 70px;
}
#copyright {
    padding-top: 60px;
    padding-bottom: 50px;
    font-size: 14px;
}

    
    #copyright .ft {
        position: relative;
        line-height: 1;
    }
    #copyright .ft:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #fff;
        top: 100%;
        left: 0;
        margin-top: 4px;
    }
.fContact {
        float: left;
        width: 450px;
        font-size: 15px;
        line-height: 2;
        margin-right: 85px;
    }
    .fContact .fn {
        font-size: 14px;
        margin-bottom: 45px;
    }
    .fContact .fc {
        font-size: 14px;
    }
.fNav {
    float: left;
        -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-right: 80px;
    font-size: 14px;
}
    .fNav span {
        display: block;
        margin-bottom: 12px;
    }
.fOther {
    float: left;
}
.fOther .ft-c{
    margin-top: 10px;
}
.fOther .li:first-child{
    margin-bottom: 70px;
}
.fCode {
    float: right;
    color: #a1a1a1;
}
.fCode span{
    display: inline-block;
    text-align: center;
}
    .fCode span img {
    width: 145px;
    display: block;
    margin-bottom: 5px;
    }
.footer_line {
    border-top: 1px solid #ededed;
    padding: 10px 0;
    line-height: 1.2em;
}
.footer_line .fBottom{
    font-size: 12px;
    color: #a1a1a1;
    text-align: center;
}
    .footer_line .fBottom .r {
    float: right;
    }
    .footer_line .fBottom .friendsLinks {
    float: left;
    }

@media (max-width: 768px) {
    #copyright {
        padding: 40px 15px;
    }
    .fNav {
        float: none;
        margin-right: 0;
    }
    .fContact {
        width: 100%;
        float: none;
        margin-top: 50px;
    }
        .fContact .fn {
            margin-bottom: 20px;
            font-size: 18px;
        }
    .fOther {
        width: 60%;
        margin-top: 50px;
    }
    .fOther .li {
        margin-bottom: 20px !important; 
   }
    .fCode {
        width: 35%;
        margin-top: 50px;
    }
}
/*footer end*/


/*友情链接*/
.friendsLinks {
    margin-left: 10px;
}
    .friendsLinks small {
    font-size: 1em;
    }
.friendsLinks a{
    margin-right: 5px;
}
@media (max-width: 768px) {
    .friendsLinks {
        display: block;
        margin-left: 0;
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;

    }
}



/*模块间间隔*/
.marginTop {
    margin-top: 80px;
}
/*首页title*/
  .index-title {
    text-align: center;
    color: #323232;
    margin-bottom: 47px;
    position: relative;
    overflow: hidden;
}
.index-title .ch{
    font-size: 36px;
    display: inline-block;
        position: relative;
}
    .index-title .ch:before ,
    .index-title .ch:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        width: 100px;
        height: 1px;
        background-color: #000;
    }
    .index-title .ch:before {
        right: 100%;
        margin-right: 30px;
    }
    .index-title .ch:after {
        left: 100%;
        margin-left: 30px;
    }
/*.index-title .ch:after{
    content: "";
    display: block;
    width: 2em;
    height: 2px;
    background-color: #e13036;
    margin: 5px auto;
}*/
.index-title .en{
    font-size: 20px;
    text-transform:uppercase; 
    color: #d0d0d0;

    font-weight: bold;
    letter-spacing:20px;
    display: block;
}
@media (max-width: 768px) {
    .marginTop {
        margin-top: 50px;
    }
    .index-title {
        margin-bottom: 30px;
    }
        .index-title .ch {
            font-size: 22px; 
        }
        .index-title .en {
            font-size: 12px;
            letter-spacing: 8px;
        }
        .index-title .ch:before,
        .index-title .ch:after {
            width: 50%;
        }
}

/*公司介绍*/
.ab2 {
    background-color: #fff;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}
.about {
    background: #f2f2f2 url("../Images/about-bg.jpg?v=2") no-repeat center center / cover;
    background-attachment: fixed;
    padding: 75px 0 75px 0;
}
.about .cont .l{
    float: left;
    width: 40%;
    margin-right: 38px;
}
.about .cont .r {
    overflow: hidden;

}
.about .cont .l .border {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.about .cont .l .border .img {
    width: 100%;
    height: 100%;
    background: url("../Images/about-l-img.jpg?v=2") no-repeat center center / cover;
}
    .about .cont .l .border img {
        width: 100%;
    }
.about .companyName {
    font-size: 30px;
    color: #e13036;
    line-height: 1;
    margin-bottom: 40px;
}
.about .companyProfile {
    font-size: 16px;
    color: #666666;
    line-height: 2em;
    margin-bottom: 55px;
    height: 12em;
    overflow: hidden;
    position: relative;
    text-align: justify;
}
 .about .companyProfile .more {
        position: absolute;
        right: 0;
        bottom: 0;
        color: red;
        background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 1.5em);
        padding-left: 2em;
    }
.about .aboutAlbum .btn li {
    background-color: #e6e6e6;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 140px;
    text-align: center;
    margin-right: 15px;
    float: left;
}
.about .aboutAlbum .btn li.on{
    background-color: #e13036;
    color: #fff;
}
.about .albumList {
    height: 200px;
    position: relative;
    margin-top: 30px;
}
.about .albumList ul {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about  .albumList ul li {
    float: left;
    width: 25%;
    padding-right: 15px;
    box-sizing: border-box;
}
.about  .albumList ul li .imgBox {
    width: 100%;
    padding-bottom: 70%;
    background-color: #fff;
}
    .about  .albumList ul li .videoBox {
        background-color: #000;
    }
    .about  .albumList ul li .videoBox a:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.4) url("../Images/play.png") no-repeat center center / 30% auto;
    }
@media (max-width: 768px) {
    .ab2 {
        padding: 0;
    }
    .about {
        padding: 0;
        background: none;
    }
    .about .cont .l {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .about .cont .r {
        float: none;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .about .companyName {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .about .companyProfile {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .about .aboutAlbum .btn {
        margin: 0 -15px;
    }
    .about .aboutAlbum .btn li {
        width: 25%;
        margin-right: 0;
        font-size: 14px;
    }
    .about .albumList {
        height: 72vw;
        margin-top: 0;
    }
    .about .albumList ul {
        padding: 0 7px;
        box-sizing: border-box;
    }
    .about .albumList ul li {
        width: 50%;
        padding: 7px;
    }
}

/*案例*/

.imgHidden {
    overflow: hidden;
    margin-top: 40px;
}
#J_pjImg .swiper-slide  {
    transform: scale(0.9);
    transition: all 800ms;
}
#J_pjImg .swiper-slide.swiper-slide-active,#J_pjImg .swiper-slide.swiper-slide-duplicate-active {
    transform: scale(1);
}
.case .imgList {
    width: 70%;
    margin: 0 auto;
}

.case .type .typeList {
    margin-top: 15px;
    text-align: center;
}
.case .type .typeList a{
    display:inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #999;
    margin: 0 10px;
}
.case .type .typeList a.on {
    background-color: #e13036;
    color: #fff;
    border-color: #e13036;
}
.case .type .typeList a:first-child {
    border-top-width: 1px;
}
.case .imgList li .border {

    width: 100%;
}
.case .imgList li.big {
    width: 75%;
    float: right;
}
.case .imgList li.small {
    width: 25%;
    box-sizing: border-box;
    padding-right: 15px;
    padding-bottom: 18px;
}
    .case .imgList li.small:last-of-type {
        padding-bottom: 0;
    }
.case .imgList li .imgBox {
    padding-bottom: 50%;
    overflow: hidden;
}
.case .imgList li .imgBox span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    font-size: 15px;
    box-sizing: border-box;
    padding: 0 5px;
}
.case .imgList {
    position: relative;
}



.caseType-m {
    display: none;
    position: relative;
    overflow: hidden;
    padding: 7px 26px;
}
.caseType-next, .caseType-prev {
    height: 100%;
    width: 26px;
    top: 0;
    margin-top: 0;
    background-color: #fff;
    background-size: auto 40%;
    z-index: 666;
}
    .caseType-next.swiper-button-disabled, .caseType-prev.swiper-button-disabled {
        display: block;
    }
.caseType-next {
    right: 0;
}
.caseType-prev {
    left: 0;
}
.caseType-m li{
    width: auto;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}
.caseType-m li.on a {
    color: #fff;
    background-color: #0a0b20;
    font-weight: bold;
}
.caseType-m li a {
    display: block;
    padding: 0 1em;
}
@media (max-width: 768px) {
    .imgHidden {
        margin-top: 10px;
    }
    .caseType-m {
        display: block;
    }
    .case .type .typeList {
            display: none;
            text-align: center;
            margin-top: 0;
            margin-bottom: 10px;
        }
        .case .type .typeList a {
            border: 2px solid #e13036;
            border-radius: 16px;
            padding: 0 1em;
            line-height: 1.5em;
            height: 1.5em;
            margin: 5px;
            font-size: 14px;
            box-sizing: content-box;
            display: inline-block;
            width: auto;
        }
    .case .imgList li .imgBox span {
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    .pj-swiper-next,
    .pj-swiper-prev {
        display: none;
    }

}


.about2 {
    overflow: hidden;
    width: 100%;
}
    .about2 .aCont {
        float: left;
        width: 50%;
        padding: 5% 7%;
        box-sizing: border-box;
    }
.about2 .companyName {
        font-size: 30px;
    color: #e13036;
    line-height: 1;
    margin-bottom: 40px;
}
.about2 .companyProfile {
    font-size: 16px;
    color: #666666;
    line-height: 2em;
    margin-bottom: 30px;
    height: 12em;
    overflow: hidden;
}
    .about2 .aBg {
        position: absolute;
        width: 1000px;
        height: 100%;
        left: 50%;
        top: 0;
        background: url("../Images/aBg.jpg") no-repeat 0 0 / auto 100%;
    }
.about2 .aMore {
    display: block;
    width: 125px;
    height: 30px;
    line-height: 30px;
    background-color: #0397df;
    color: #fff;
    text-align: center;
}
.aImg {
    margin-top: 45px;
}
.aImg li{
    width: 48%;
    float: left;
}
    .aImg li:nth-child(2n) {
        float: right;
    }
    .aImg li .imgBox {
        padding-bottom: 56%;
    }
.about2 .cBox {
    position: relative;
}
.about2 .cWrap {
    overflow: hidden;
    background-color: #f2f2f2;
}
