@font-face {
  font-family: "zzh";
  src: url(../fonts/zzh.ttf);
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "微软雅黑";
}
.container-fluid {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}
.row {
  margin: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
  margin: 0;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
a {
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar {
  height: 50px;
  line-height: 50px;
  color: #696969;
  font-size: 1.2rem;
  border-bottom: 1px solid #e0e0e0;
}
.topbar .trt .sbox {
  margin-top: 8px;
  float: left;
}
.topbar .trt .sbox .searchtxt {
  float: left;
  width: 150px;
  height: 30px;
  background: #fff;
  font-size: 1.2rem;
  color: #666;
  padding: 0 0 0 10px;
  outline: none;
  border: 1px solid #e0e0e0;
  border-right: none;
}
.topbar .trt .sbox .submitbtn {
  float: left;
  width: 30px;
  height: 30px;
  background: #fff url(../images/topbar-searchiocn.png) no-repeat center center;
  outline: none;
  border: 1px solid #e0e0e0;
  border-left: none;
}
.header-wrap .header {
  position: relative;
}
.header-wrap .header .logo {
  line-height: 110px;
}
.header-wrap .header .nav-ul {
  margin-top: 45px;
}
.header-wrap .header .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 16.66%;
}
.header-wrap .header .nav-ul .navlist a.listh1 {
  text-decoration: none;
  display: block;
  color: #696969;
  text-align: center;
  font-size: 1.6rem;
  line-height: 40px;
  border-bottom: 3px solid #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.header-wrap .header .nav-ul .navlist a.listh1:hover,
.header-wrap .header .nav-ul .navlist a.listh1.on {
  border-bottom-color: #02b2b5;
  color: #02b2b5;
}
.header-wrap .header .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 100%;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list {
  position: relative;
}
    .header-wrap .header .nav-ul .navlist .list2-ul .list .listh2 {
        text-align: left;
        padding-left: 10px;
        line-height: 35px;
        color: #fff;
        display: block;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2:hover,
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #02b2b5;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul .list2 {
  text-align: center;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  display: block;
  line-height: 35px;
  color: #fff;
}
.header-wrap .header .menu {
  line-height: 65px;
  float: right;
}
.header-wrap .header .menu img {
  max-width: 100%;
}
.header-wrap .header .menulist {
  position: absolute;
  top: 65px;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.header-wrap .header .menulist a {
  font-size: 1.4rem;
  font-family: "微软雅黑";
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.header-wrap .header .menulist a:hover {
  background: #000;
}
.banner-wrap {
  position: relative;
}
.banner-wrap #owl-demo {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrap #owl-demo .item {
  display: block;
}
.banner-wrap #owl-demo img {
  display: block;
  width: 100%;
}
.banner-wrap .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.content-wrap .iconbox-wrap {
  padding: 45px 0 25px;
}
.content-wrap .iconbox-wrap .iconbox-con .ilist {
  padding: 0 10px 20px;
}
.content-wrap .iconbox-wrap .iconbox-con .ilist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  height: 110px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .iconbox-wrap .iconbox-con .ilist a:hover {
  box-shadow: 0 0 15px #ccc;
}
.content-wrap .iconbox-wrap .iconbox-con .ilist a .icon {
  display: inline-block;
  line-height: 110px;
}
.content-wrap .iconbox-wrap .iconbox-con .ilist a .titbox {
  margin-left: 10px;
  display: inline-block;
  text-align: left;
  position: relative;
  top: 12px;
}
.content-wrap .iconbox-wrap .iconbox-con .ilist a .titbox .btit {
  font-size: 1.6rem;
  color: #292929;
  font-weight: bold;
}
.content-wrap .iconbox-wrap .iconbox-con .ilist a .titbox .stit {
  margin-top: 3px;
  font-size: 10px;
  color: #999;
}
.content-wrap .iconbox-wrap .iconbox-con .ilist a .titbox .stit.green {
  color: #02b2b5;
}
.content-wrap .casebox-wrap {
  position: relative;
  z-index: 2;
}
.content-wrap .casebox-wrap .case-con {
  background: url(../images/caseboxbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 50px;
  color: #fff;
}
.content-wrap .casebox-wrap .case-con .c1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.content-wrap .casebox-wrap .case-con .c2 a {
  text-decoration: none;
  display: block;
  width: 120px;
  height: 45px;
  border: 1px solid #fff;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.content-wrap .casebox-wrap .case-con .c2 a:hover {
  background: #fff;
  color: #02adb0;
}
.content-wrap .casebox-wrap .cbg {
  height: 125px;
  background: #02abaf;
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  z-index: -1;
}
.content-wrap .product-wrap {
  padding: 45px 0;
  position: relative;
}
.content-wrap .product-wrap .title-line {
  text-align: center;
}
.content-wrap .product-wrap .title-line .entit {
  font-size: 2.4rem;
  font-weight: bold;
  color: #292929;
  text-transform: uppercase;
}
.content-wrap .product-wrap .title-line .chtit {
  font-size: 2.4rem;
  color: #292929;
}
.content-wrap .product-wrap .title-line .line {
  height: 4px;
  width: 40px;
  background: #02b2b5;
  margin: 15px auto 0;
}
.content-wrap .product-wrap .title-line .stxt {
  margin-top: 15px;
  font-size: 1.6rem;
  color: #999;
}
.content-wrap .product-wrap .product-con {
  margin-top: 45px;
}
.content-wrap .product-wrap .product-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .product-wrap .product-con .plist a {
  text-decoration: none;
  display: block;
}
.content-wrap .product-wrap .product-con .plist a:hover .conbox .con {
  background: #02b2b5;
  border-color: #02b2b5;
  border-bottom-color: #009a9d;
}
.content-wrap .product-wrap .product-con .plist a:hover .conbox .con .add {
  opacity: 1;
}
.content-wrap .product-wrap .product-con .plist a:hover .conbox .con .entit {
  color: #fff;
}
.content-wrap .product-wrap .product-con .plist a:hover .conbox .con .chtit {
  color: #fff;
}
.content-wrap .product-wrap .product-con .plist a .conbox {
  padding: 0 25px;
}
.content-wrap .product-wrap .product-con .plist a .conbox .con {
  position: relative;
  border: 1px solid #ccc;
  padding: 20px;
  border-bottom: 3px solid #ccc;
  margin-top: -40px;
  z-index: 2;
  background: #fff;
  text-align: center;
}
.content-wrap .product-wrap .product-con .plist a .conbox .con .add {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
}
.content-wrap .product-wrap .product-con .plist a .conbox .con .entit {
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  font-size: 1.4rem;
  color: #292929;
  font-weight: bold;
  text-transform: uppercase;
}
.content-wrap .product-wrap .product-con .plist a .conbox .con .chtit {
  margin-top: 3px;
  color: #696969;
  font-size: 1.4rem;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .product-wrap .product-con .morebtn {
  margin-top: 30px;
}
.content-wrap .product-wrap .product-con .morebtn a {
  text-decoration: none;
  display: block;
  width: 130px;
  height: 45px;
  border: 1px solid #ccc;
  border-bottom: 3px solid #ccc;
  line-height: 45px;
  font-size: 1.2rem;
  text-align: center;
  color: #696969;
  font-weight: bold;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .product-wrap .product-con .morebtn a:hover {
  background: #02b2b5;
  border-color: #02b2b5;
  border-bottom-color: #009a9d;
  color: #fff;
}
.content-wrap .product-wrap .pbg {
  position: absolute;
  width: 100%;
  height: 400px;
  top: -60px;
  left: 0;
  background: #f5f5f5;
  z-index: -1;
}
.content-wrap .about-wrap {
  padding: 0 0 45px;
}
.content-wrap .about-wrap .about-con .abox .aconbox {
  padding: 10px;
  text-decoration: none;
  display: none;
  background: #fff;
}
.content-wrap .about-wrap .about-con .abox .aconbox:first-child {
  display: block;
}
.content-wrap .about-wrap .about-con .abox .aconbox:hover .conbox .morebtn {
  background: #0250b1;
}
.content-wrap .about-wrap .about-con .abox .aconbox .picbox {
  background: #f4f4f4;
  padding: 15px;
}
.content-wrap .about-wrap .about-con .abox .aconbox .picbox .pic {
  box-shadow: 0 0 15px #ccc;
}
.content-wrap .about-wrap .about-con .abox .aconbox .conbox {
  padding: 20px;
}
.content-wrap .about-wrap .about-con .abox .aconbox .conbox .tit {
  font-size: 1.8rem;
  color: #02b2b5;
  font-weight: bold;
}
.content-wrap .about-wrap .about-con .abox .aconbox .conbox .line {
  height: 3px;
  width: 30px;
  background: #02b2b5;
  margin: 15px 0;
}
.content-wrap .about-wrap .about-con .abox .aconbox .conbox .con {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #999999;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.content-wrap .about-wrap .about-con .abox .aconbox .conbox .iconbox {
  margin-top: 15px;
}
.content-wrap .about-wrap .about-con .abox .aconbox .conbox .iconbox .ilist {
  float: left;
  width: 50%;
  position: relative;
  z-index: 2;
  margin-right: -1px;
  margin-bottom: -1px;
}
.content-wrap .about-wrap .about-con .abox .aconbox .conbox .iconbox .ilist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  height: 80px;
  text-align: center;
  padding-top: 7px;
  color: #696969;
  font-size: 1.4rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .about-wrap .about-con .abox .aconbox .conbox .iconbox .ilist a:hover {
  border-color: #02b2b5;
  background: #02b2b5;
  color: #fff;
}
.content-wrap .about-wrap .about-con .abox .aconbox .conbox .iconbox .ilist a:hover .icon img {
  -webkit-filter: brightness(100);
}
.content-wrap .about-wrap .about-con .abox .aconbox .conbox .iconbox .ilist a .itit {
  margin-top: 3px;
}
.content-wrap .case-wrap {
  padding: 65px 0;
  background: url(../images/casebg.jpg) no-repeat center center;
  background-size: cover;
}
.content-wrap .case-wrap .title-line {
  text-align: center;
}
.content-wrap .case-wrap .title-line .entit {
  font-size: 2.4rem;
  font-weight: bold;
  color: #292929;
  text-transform: uppercase;
}
.content-wrap .case-wrap .title-line .chtit {
  font-size: 2.4rem;
  color: #292929;
}
.content-wrap .case-wrap .title-line .line {
  height: 4px;
  width: 40px;
  background: #02b2b5;
  margin: 15px auto 0;
}
.content-wrap .case-wrap .title-line .stxt {
  margin-top: 15px;
  font-size: 1.6rem;
  color: #999;
}
.content-wrap .case-wrap .case-con {
  margin-top: 35px;
}
.content-wrap .case-wrap .case-con .tabhd {
  text-align: center;
}
.content-wrap .case-wrap .case-con .tabhd .thdlist {
  display: inline-block;
  margin: 0 10px 15px;
}
.content-wrap .case-wrap .case-con .tabhd .thdlist a {
  text-decoration: none;
  display: block;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ccc;
  padding: 0 25px;
  border-radius: 30px;
  font-size: 1.6rem;
  color: #696969;
}
.content-wrap .case-wrap .case-con .tabhd .thdlist a:hover,
.content-wrap .case-wrap .case-con .tabhd .thdlist a.on {
  background: #02b2b5;
  color: #fff;
}
.content-wrap .case-wrap .case-con .tabbd {
  margin-top: 35px;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist {
  display: none;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist:first-child {
  display: block;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .clist {
  padding: 0 10px 20px;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .clist a {
  text-decoration: none;
  display: block;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .clist a:hover {
  background: #02b2b5;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .clist a:hover .conbox .tit {
  color: #fff;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .clist a:hover .conbox .con {
  color: #fff;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .clist a:hover .conbox .add {
  opacity: 1;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .clist a .conbox {
  border-top: 1px solid #eee;
  padding: 20px 15px;
  position: relative;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .clist a .conbox .tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #292929;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .clist a .conbox .con {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #999;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .case-wrap .case-con .tabbd .tbdlist .clist a .conbox .add {
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -13px;
  opacity: 0;
}
.content-wrap .advantage-wrap {
    padding: 55px 0;
}

    .content-wrap .advantage-wrap .title-line {
        text-align: center;
    }

        .content-wrap .advantage-wrap .title-line .entit {
            font-size: 2.4rem;
            font-weight: bold;
            color: #292929;
            text-transform: uppercase;
        }

        .content-wrap .advantage-wrap .title-line .chtit {
            font-size: 2.4rem;
            color: #292929;
        }

        .content-wrap .advantage-wrap .title-line .line {
            height: 4px;
            width: 40px;
            background: #02b2b5;
            margin: 15px auto 0;
        }

        .content-wrap .advantage-wrap .title-line .stxt {
            margin-top: 15px;
            font-size: 1.6rem;
            color: #999;
        }

    .content-wrap .advantage-wrap .advantage-con {
        margin-top: 30px;
    }

        .content-wrap .advantage-wrap .advantage-con .picbox {
            margin: 20px 0;
            text-align: center;
        }

            .content-wrap .advantage-wrap .advantage-con .picbox img {
                max-width: 100%;
            }

        .content-wrap .advantage-wrap .advantage-con .conbox .clist {
            /*border-bottom: 1px solid #eee;*/
            /*padding-bottom: 20px;*/
            margin-bottom: 20px;
        }

            .content-wrap .advantage-wrap .advantage-con .conbox .clist a {
                text-decoration: none;
                display: block;
            }

                .content-wrap .advantage-wrap .advantage-con .conbox .clist a .titbox {
                    line-height: 35px;
                    height: 35px;
                    overflow: hidden;
                }

                    .content-wrap .advantage-wrap .advantage-con .conbox .clist a .titbox i {
                        margin-top: 5px;
                        float: left;
                        display: inline-block;
                        background: url(../images/advantage-numbg.png) no-repeat;
                        width: 26px;
                        height: 24px;
                        text-align: center;
                        line-height: 24px;
                        color: #fff;
                        font-size: 1.4rem;
                        font-style: normal;
                    }

                    .content-wrap .advantage-wrap .advantage-con .conbox .clist a .titbox span {
                        display: inline-block;
                        float: left;
                    }

                        .content-wrap .advantage-wrap .advantage-con .conbox .clist a .titbox span.chtit {
                            margin-left: 10px;
                            font-size: 2.2rem;
                            font-weight: bold;
                            color: #02b2b5;
                        }

                        .content-wrap .advantage-wrap .advantage-con .conbox .clist a .titbox span.entit {
                            margin-top: 8px;
                            margin-left: 10px;
                            font-size: 1.4rem;
                            color: #999;
                            text-transform: uppercase;
                        }

                .content-wrap .advantage-wrap .advantage-con .conbox .clist a .con {
                    margin-top: 10px;
                    font-size: 1.4rem;
                    color: #696969;
                    line-height: 25px;
                    height: 75px;
                    overflow: hidden;
                }
.content-wrap .news-wrap {
  background: url(../images/newsbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.content-wrap .news-wrap .title-line {
  text-align: center;
}
.content-wrap .news-wrap .title-line .entit {
  font-size: 2.4rem;
  font-weight: bold;
  color: #292929;
  text-transform: uppercase;
}
.content-wrap .news-wrap .title-line .chtit {
  font-size: 2.4rem;
  color: #292929;
}
.content-wrap .news-wrap .title-line .line {
  height: 4px;
  width: 40px;
  background: #02b2b5;
  margin: 15px auto 0;
}
.content-wrap .news-wrap .title-line .stxt {
  margin-top: 15px;
  font-size: 1.6rem;
  color: #999;
}
.content-wrap .news-wrap .news-con {
  margin-top: 35px;
}
.content-wrap .news-wrap .news-con .nlist {
  margin-top: 30px;
  padding: 0 10px 30px;
  border-bottom: 1px solid #eee;
}
.content-wrap .news-wrap .news-con .nlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .news-wrap .news-con .nlist a:hover .con .tit {
  color: #02b2b5;
}
.content-wrap .news-wrap .news-con .nlist a .icon {
  display: inline-block;
  float: left;
  width: 15%;
}
.content-wrap .news-wrap .news-con .nlist a .con {
  display: inline-block;
  float: left;
  width: 85%;
}
.content-wrap .news-wrap .news-con .nlist a .con .tit {
  font-size: 1.6rem;
  color: #292929;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .news-wrap .news-con .nlist a .con .cn {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #696969;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .contact-wrap {
  padding: 50px 0;
}
.content-wrap .contact-wrap .title-line {
  text-align: center;
}
.content-wrap .contact-wrap .title-line .entit {
  font-size: 2.4rem;
  font-weight: bold;
  color: #292929;
  text-transform: uppercase;
}
.content-wrap .contact-wrap .title-line .chtit {
  font-size: 2.4rem;
  color: #292929;
}
.content-wrap .contact-wrap .title-line .line {
  height: 4px;
  width: 40px;
  background: #02b2b5;
  margin: 15px auto 0;
}
.content-wrap .contact-wrap .title-line .stxt {
  margin-top: 15px;
  font-size: 1.6rem;
  color: #999;
}
.content-wrap .contact-wrap .contact-con {
  margin-top: 55px;
}
.content-wrap .contact-wrap .contact-con .clist {
  padding: 0 10px 20px;
}
.content-wrap .contact-wrap .contact-con .clist a {
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  background: url(../images/contact-conbg.jpg) no-repeat right top;
  padding: 25px 20px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contact-wrap .contact-con .clist a:hover {
  box-shadow: 0 0 10px #ccc;
}
.content-wrap .contact-wrap .contact-con .clist a .cn {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #999;
}
.content-wrap .contact-wrap .contact-con .clist a .tit {
  margin-top: 5px;
  font-size: 1.6rem;
  color: #02b2b5;
  font-weight: bold;
}
.content-wrap .contact-wrap .contact-con .clist a .add {
  margin-top: 10px;
  font-size: 2.4rem;
  color: #aaaaaa;
}
.content-wrap .contentbox {
  margin-top: 20px;
}
.content-wrap .contentbox .tit-line {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .contentbox .tit-line h2 {
  font-family: "Aparajita";
  color: #383838;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.content-wrap .contentbox .tit-line h2 span {
  font-family: "微软雅黑";
  display: block;
  font-size: 2rem;
}
.content-wrap .contentbox .tit-line .line-wrap {
  width: 100%;
  height: 1px;
  background: #ccc;
}
.content-wrap .contentbox .tit-line .line-wrap .line {
  position: relative;
  top: -1px;
  height: 3px;
  background: #02b2b5;
  width: 80px;
  margin: 0 auto;
}
.content-wrap .contentbox .w-ltside .mb {
  margin-bottom: 20px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #02b2b5;
  background-size: cover;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .contentbox .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .contentbox .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #eee;
  color: #707070;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.content-wrap .contentbox .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .contentbox .w-ltside .show-hide .div2:hover a {
  background: #02b2b5;
  color: #fff;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a:hover {
  color: #02b2b5;
}
.content-wrap .contentbox .ltside {
  padding-right: 20px;
  margin-bottom: 80px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow {
  color: #02b2b5;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit {
  font-size: 1.8rem;
  font-weight: bold;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit span {
  color: #acacac;
  position: relative;
  top: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap {
  margin-top: 5px;
  border: 1px solid #ccc;
  padding: 5px 0;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox {
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 1.6rem;
  text-decoration: none;
  color: #2f2f2f;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.act {
    background: #02b2b5;
    color: #fff !important;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list:hover {
  background: #02b2b5;
  color: #fff !important;
}

.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list:hover .tit span {
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list.on1 {
  background: #02b2b5;
  color: #fff !important;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list.on1 .tit span {
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list .tit {
  width: 80%;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list .tit span {
  display: block;
  font-size: 1.2rem;
  color: #787878;
  text-transform: uppercase;
  font-family: "Aparajita";
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list .arrow {
  font-style: normal;
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 {
  display: none;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul {
  background: #ededed;
  padding: 5px 10px 0;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li {
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a {
  padding-left: 20px;
  display: block;
  height: 50px;
  text-align: left;
  color: #696969;
  line-height: 50px;
  font-size: 1.4rem;
  text-decoration: none;
  overflow: hidden;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
  color: #02b2b5;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a i {
  font-style: normal;
  float: left;
  width: 10%;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a span {
  float: left;
  width: 80%;
}
.content-wrap .contentbox .ltside .btnbox {
  margin-top: 25px;
}
.content-wrap .contentbox .ltside .btnbox .b2 {
  margin-top: 20px;
}
.content-wrap .contentbox .ltside .btnbox .b2 a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  color: #333;
}
.content-wrap .contentbox .ltside .btnbox .b2 a:hover {
  border-color: #02b2b5;
}
.content-wrap .contentbox .ltside .btnbox .b2 a i {
  margin: 0 30px;
  font-style: normal;
  font-weight: bold;
  color: #000;
}
.content-wrap .contentbox .main-wrap {
  padding-bottom: 30px;
}
.content-wrap .contentbox .main-wrap .title-posit {
  margin-bottom: 15px;
  line-height: 30px;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title {
  color: #060607;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title span {
  color: #acacac;
  margin-left: 8px;
  display: inline-block;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: normal;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit {
  color: #343434;
  font-size: 1.2rem;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit span {
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit a {
  color: #616161;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .back a {
  color: #343434;
  font-size: 1.2rem;
}
.content-wrap .contentbox .main-wrap .title-posit .line {
  border-top: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .about-con img {
  max-width: 100%;
  margin: 10px 0;
}
.content-wrap .contentbox .main-wrap .about-con .con {
  font-size: 1.4rem;
  color: #0d0d0d;
  line-height: 30px;
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .news-con .nlist {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a {
  display: block;
  text-decoration: none;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .conbox .morebtn {
  background: #014f50;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
  width: 15%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .conbox {
  width: 83%;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .conbox .tit {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  color: #2b2b2b;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .conbox .con {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #878787;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .conbox .morebtn {
  float: right;
  margin-top: 10px;
  width: 80px;
  height: 30px;
  border-radius: 3px;
  background: #02b2b5;
  color: #fff;
  font-size: 1.2rem;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .product-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .product-con .plist a {
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .main-wrap .product-con .plist a:hover .conbox .con {
  background: #02b2b5;
  border-color: #02b2b5;
  border-bottom-color: #009a9d;
}
.content-wrap .contentbox .main-wrap .product-con .plist a:hover .conbox .con .add {
  opacity: 1;
}
.content-wrap .contentbox .main-wrap .product-con .plist a:hover .conbox .con .entit {
  color: #fff;
}
.content-wrap .contentbox .main-wrap .product-con .plist a:hover .conbox .con .chtit {
  color: #fff;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .conbox {
  padding: 0 25px;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .conbox .con {
  position: relative;
  border: 1px solid #ccc;
  padding: 20px;
  border-bottom: 3px solid #ccc;
  margin-top: -40px;
  z-index: 2;
  background: #fff;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .conbox .con .add {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .conbox .con .entit {
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  font-size: 1.4rem;
  color: #292929;
  font-weight: bold;
  text-transform: uppercase;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .conbox .con .chtit {
  margin-top: 3px;
  color: #696969;
  font-size: 1.4rem;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .case-con .clist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .case-con .clist a {
  text-decoration: none;
  display: block;
  border: 1px solid #eee;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .case-con .clist a:hover {
  border-color: #02b2b5;
  box-shadow: 0 0 10px #ccc;
}
.content-wrap .contentbox .main-wrap .case-con .clist a:hover .titbox {
  background: #02b2b5;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .case-con .clist a:hover .titbox .add {
  opacity: 1;
}
.content-wrap .contentbox .main-wrap .case-con .clist a .titbox {
  border-top: 1px solid #eee;
  font-size: 1.4rem;
  line-height: 45px;
  height: 45px;
  overflow: hidden;
  color: #292929;
  padding: 0 10px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .case-con .clist a .titbox .tit {
  display: inline-block;
  width: 80%;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .case-con .clist a .titbox .add {
  opacity: 0;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist {
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
  font-weight: normal;
  font-size: 1.4rem;
  width: 22%;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 30px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 130px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox3 {
  margin-left: 2%;
  float: left;
  width: 15%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 30px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic {
  float: left;
  margin-left: 5px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic img {
  height: 30px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn {
  margin-top: 10px;
  width: 100px;
  height: 30px;
  color: #292929;
  border: none;
  background: #d1d1d1;
  font-size: 1.4rem;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn:hover {
  background: #1e84fc;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
  margin-left: 23%;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox {
  padding-left: 20px;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox .pbox {
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic img {
  width: 100%;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .tit {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .cn {
  font-size: 1.2rem;
  color: #696969;
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap .news-details-con .tit {
  text-align: center;
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .news-details-con .tit span {
  font-size: 2.4rem;
  border-bottom: 1px solid #0196dc;
  padding-bottom: 5px;
  color: #292929;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic {
  margin: 10px 0;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .news-details-con .con p {
  text-indent: 2em;
  color: #636363;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 28px;
}
.content-wrap .contentbox .main-wrap .product-details-con .showbox .pgwSlideshow {
  background: #fff;
}
.content-wrap .contentbox .main-wrap .product-details-con .showbox .pgwSlideshow .ps-current {
  border: 1px solid #ccc;
  height: 250px!important;
}
.content-wrap .contentbox .main-wrap .product-details-con .showbox .pgwSlideshow .ps-current ul li {
  line-height: 250px !important;
  height: 250px!important;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .product-details-con .showbox .pgwSlideshow .ps-current img {
  max-width: 100%!important;
  max-height: 100%!important;
  display: inline-block;
}
.content-wrap .contentbox .main-wrap .product-details-con .showbox .pgwSlideshow .ps-list {
  background: #fff;
  box-shadow: none;
  border-top: none;
}
.content-wrap .contentbox .main-wrap .product-details-con .showbox .pgwSlideshow .ps-list li .ps-item.ps-selected {
  border-color: #005ea5;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .title {
  font-size: 2.4rem;
  color: #292929;
  line-height: 55px;
  overflow: hidden;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .con {
  margin-top: 10px;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .con .clist {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .con .clist .tit {
  font-size: 1.4rem;
  font-weight: bold;
  color: #292929;
  line-height: 20px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .con .clist .cn {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #696969;
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox {
  margin-top: 6px;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z1 {
  float: left;
  display: inline-block;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z1 a {
  text-decoration: none;
  display: block;
  background: #02b2b5;
  width: 125px;
  height: 45px;
  border-radius: 5px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z1 a:hover {
  background: #018083;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z1 a i {
  margin-right: 5px;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z2 {
  margin-top: 10px;
  float: left;
  display: inline-block;
  border: 1px solid #ccc;
  width: 245px;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  text-align: center;
  font-size: 1.4rem;
  color: #292929;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z2 i {
  margin-right: 5px;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon img {
  max-width: 100%;
  margin: 20px 0;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .cn {
  font-size: 1.4rem;
  color: #636363;
  line-height: 30px;
}
.footer-wrap .footer {
  background: url(../images/footerbg.jpg) no-repeat center center;
  background-size: cover;
}
.footer-wrap .footer .f1box {
  padding: 35px 0;
}
.footer-wrap .footer .f1box .ewmbox .pic img {
  max-width: 100%;
}
.footer-wrap .footer .f1box .cconbox .link-ul {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.footer-wrap .footer .f1box .cconbox .link-ul .list {
  width: 16.66%;
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.footer-wrap .footer .f1box .cconbox .link-ul .list a {
  color: #fff;
}
.footer-wrap .footer .f1box .cconbox .link-ul .list span {
  float: right;
}
.footer-wrap .footer .f1box .cconbox .cbox {
  margin-top: 30px;
}
.footer-wrap .footer .f1box .cconbox .cbox .clt {
  float: left;
  color: #fff;
  line-height: 14px;
  font-size: 14px;
}
.footer-wrap .footer .f1box .cconbox .cbox .clt span {
  display: block;
  font-size: 3rem;
  font-family: "Arial";
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-wrap .footer .f1box .cconbox .cbox .crt {
  float: right;
  margin-top: 20px;
}
.footer-wrap .footer .f2box {
  background: rgba(0, 0, 0, 0.5) !important;
  background: #000;
  filter: alpha(opacity=50);
  font-size: 1.2rem;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #02b2b5;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #00979a;
}
.hot-wrap .list a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.hot-wrap .list a i {
  display: block;
  padding-bottom: .2em;
  padding-top: .5em;
}
.hot-wrap .list a span {
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 992px) {
  .col-md-13 {
    width: 20%;
    float: left;
  }
  .col-md-14 {
    width: 11.11%;
    float: left;
  }
  .header-wrap .header {
    /*height: 120px;*/
  }
  .header-wrap .header .logo {
    /*margin-top: 40px;*/
  }
  .content-wrap .casebox-wrap .case-con .c1 {
    margin-top: 10px;
    float: left;
    margin-bottom: 0;
  }
  .content-wrap .casebox-wrap .case-con .c2 {
    float: right;
  }
  .content-wrap .about-wrap .about-con .abox .aconbox .picbox {
    float: left;
    width: 40%;
  }
  .content-wrap .about-wrap .about-con .abox .aconbox .picbox img {
    width: 100%;
    height: 420px;
  }
  .content-wrap .about-wrap .about-con .abox .aconbox .conbox {
    float: right;
    width: 60%;
    padding: 0 0 0 100px;
  }
  .content-wrap .about-wrap .about-con .abox .aconbox .conbox .tit {
    letter-spacing: 2.5px;
  }
  .content-wrap .about-wrap .about-con .abox .aconbox .conbox .tit span {
    letter-spacing: 0;
  }
  .content-wrap .about-wrap .about-con .abox .aconbox .conbox .line {
    position: relative;
    margin: 25px 0;
  }
  .content-wrap .about-wrap .about-con .abox .aconbox .conbox .iconbox .ilist {
    width: 20%;
  }
  .content-wrap .about-wrap .about-con .abox .aconbox .conbox .iconbox .ilist:nth-child(2) {
    margin-top: 79px;
  }
  .content-wrap .about-wrap .about-con .abox .aconbox .conbox .iconbox .ilist:nth-child(4) {
    margin-top: 79px;
  }
    .content-wrap .advantage-wrap .advantage-con {
        position: relative;
        margin-top: 70px;
    }

        .content-wrap .advantage-wrap .advantage-con .picbox {
            position: absolute;
            top: -35px;
            left: 50%;
            margin-left: -140px;
        }

        .content-wrap .advantage-wrap .advantage-con .conbox .clist {
            width: 430px;
            float: left;
            /*padding-bottom: 20px;*/
            margin-bottom: 20px;
        }

            .content-wrap .advantage-wrap .advantage-con .conbox .clist:nth-child(1) {
                position: relative;
                left: 170px;
            }

            .content-wrap .advantage-wrap .advantage-con .conbox .clist:nth-child(3) {
                position: relative;
                left: 170px;
            }

            .content-wrap .advantage-wrap .advantage-con .conbox .clist:nth-child(5) {
                position: relative;
                left: 170px;
            }

            .content-wrap .advantage-wrap .advantage-con .conbox .clist:nth-child(7) {
                position: relative;
                left: 170px;
            }

            .content-wrap .advantage-wrap .advantage-con .conbox .clist:nth-child(2) {
                float: none;
                float: right;
            }

            .content-wrap .advantage-wrap .advantage-con .conbox .clist:nth-child(4) {
                float: none;
                float: right;
            }
            .content-wrap .advantage-wrap .advantage-con .conbox .clist:nth-child(6) {
                float: none;
                float: right;
            }

            .content-wrap .advantage-wrap .advantage-con .conbox .clist:nth-child(8) {
                float: none;
                float: right;
            }
  .content-wrap .contentbox .main-wrap {
    padding-left: 20px;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mconbox {
    width: 800px;
    margin: 0 auto;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 12%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 14%;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .showcn {
    padding-left: 35px;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox {
    float: right;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z2 {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media (max-width: 990px) {
  .container-fluid {
    padding-left: .5em;
    padding-right: .5em;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
  .footer-wrap .footer .f2box {
    background: #292929!important;
    color: #fff;
  }
}
@media (max-width: 480px) {
  .logo img {
    max-width: 60%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
    width: 35%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .conbox {
    width: 63%;
  }
}
@media (max-width: 375px) {
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 28%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 28%;
  }
}
/*手机底部*/
.hot {
    width: 100%;
    /*height: 58px;*/
    background: #02b2b5;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: solid 2px #fff;
}

    /*.col-xs-3:hover{ background:#323232;}*/
    .hot span {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
    }

    .hot h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .hot .row div a {
        display: block;
        color: #fff;
        padding: 7px 0;
    }

.dbbox {
    position: fixed;
    left: 0;
    bottom: 80px;
    z-index: 99;
    width: 100%;
}

    .dbbox .dbs {
        position: relative;
        padding: 0 15px;
        display: none;
    }

        .dbbox .dbs .neirong {
            padding: 10px;
            background: #fff;
            border-radius: 5px;
        }

        .dbbox .dbs.ewm-box {
            text-align: center;
        }

            .dbbox .dbs.ewm-box:after {
                content: "";
                position: absolute;
                left: 50%;
                bottom: -6px;
                z-index: 1;
                width: 25%;
                height: 6px;
                background: url(../images/icon/dbtc_jt.png) no-repeat center;
            }

        .dbbox .dbs.fenxiang-box:after {
            content: "";
            position: absolute;
            left: 75%;
            bottom: -6px;
            z-index: 1;
            width: 25%;
            height: 6px;
            background: url(../images/icon/dbtc_jt.png) no-repeat center;
        }

        .dbbox .dbs.ewm-box img {
            max-width: 140px;
        }

        .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
            position: relative;
            padding: 6px 0;
            width: 20%;
            height: 44px;
        }

        .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
            position: absolute;
            left: 50%;
            top: 6px;
            margin: 0 0 0 -16px;
            float: inherit !important;
            display: block;
        }

footer ul li a {
    padding: 0 10px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
}
/*清除样式*/
.clear {
    clear: both;
    font-family: '微软雅黑';
}

/*分页css scott style pagination*/
div.scott {
    padding: 3px;
    margin: 3px;
    text-align: center;
}

    div.scott a {
        border: #221616 1px solid;
        padding: 2px 5px;
        color: #221616;
        margin: 0 2px 0 0;
        text-decoration: none;
    }

        div.scott a:hover {
            border: #221616 1px solid;
            color: white;
            background-color: #221616;
        }

        div.scott a:active {
            border: #221616 1px solid;
            color: #611985;
            background-color: #221616;
        }

    div.scott span.current {
        border: #221616 1px solid;
        padding: 2px 5px;
        font-weight: bold;
        color: #fff;
        margin: 0 2px 0 0;
        background-color: #221616;
    }

    div.scott span.disabled {
        border: #dfdfdf 1px solid;
        padding: 2px 5px;
        color: #221616;
        margin: 0 2px 0 0;
    }

/*QQ*/
.dock {
    position: fixed;
    right: 0px;
    width: 50px;
    -moz-opacity: 0.7;
    opacity: 0.7;
    z-index: 200;
}

    .dock.close {
        z-index: 50;
    }

    .dock ul.icons {
        position: absolute;
        list-style: none;
        right: 0px;
        padding: 0px;
        width: 50px;
        border: 1px solid #333;
        border-right: none;
        background: #111;
        -moz-border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .dock.close ul.icons {
        right: -70px;
    }

    .dock ul.icons li i {
        display: block;
        position: relative;
        width: 50px;
        height: 50px;
        background: url(../images/icons.png) no-repeat;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 210;
    }

    .dock ul.icons li.active i {
        -moz-opacity: 0.4;
        opacity: 0.4;
    }

    .dock ul.icons li.up i {
        background-position: -63px -150px;
    }

    .dock ul.icons li.tel i {
        background-position: -62px -108px;
    }

    .dock ul.icons li.im i {
        background-position: -63px -20px;
    }

    .dock ul.icons li.wechat i {
        background-position: -59px -66px;
    }

    .dock ul.icons li.down i {
        background-position: -63px -190px;
    }

    .dock ul.icons li p {
        display: block;
        position: absolute;
        top: 50px;
        right: -260px;
        padding: 15px 20px;
        height: 120px;
        color: White;
        line-height: 30px;
        border: 1px solid #333;
        border-right: none;
        background: #111;
        -moz-border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .4s ease-in-out .1s;
        -moz-transition: all .4s ease-in-out .1s;
        -ms-transition: all .4s ease-in-out .1s;
        -o-transition: all .4s ease-in-out .1s;
        transition: all .4s ease-in-out .1s;
        overflow: hidden;
        z-index: 201;
    }

    .dock ul.icons li.active p {
        right: 50px;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dock ul.icons li.tel p {
        width: 200px;
        height: 130px;
        line-height: 90px
    }

    .dock ul.icons li.im p {
        width: 185px;
        height: 155px;
        line-height: 30px
    }

        .dock ul.icons li.im p a {
            display: block;
            margin-top: 12px;
            width: 100px;
            height: 35px;
            line-height: 32px;
            color: #00dfb9;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            border: 1px solid #00dfb9;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

            .dock ul.icons li.im p a:hover {
                color: White;
                background: #0f8773;
                border: 1px solid #0f8773;
            }

    .dock ul.icons li.wechat p {
        width: 180px;
        height: 180px;
        line-height: 30px
    }

        .dock ul.icons li.wechat p img {
            border: 2px solid #000;
        }

    .dock a.switch {
        position: absolute;
        display: block;
        top: 270px;
        right: 11px;
        width: 26px;
        height: 26px;
        background: url(../images/icons.png) no-repeat 0px -640px;
        cursor: pointer;
        -webkit-transition-delay: .15s;
        -moz-transition-delay: .15s;
        -ms-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s;
    }

        .dock a.switch.off {
            background-position: -32px -640px;
        }

        .fengxiang{ width:100%; margin:0 auto;}
.fengxiang ul li{ width:46%; padding:4px 3px; float:left; margin:4px 0px 4px 10px; background:#c5c5c4; border: solid 1px #afafae;}

.fengxiang ul li a.bshare-sinaminiblog{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-qzone{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-renren{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-qqmb { float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-neteasemb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-sohuminiblog{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-tianya{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-baiduhi{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-itieba{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-kaixin001{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-facebook{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-msn{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-fanfou{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-feixin{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-twitter{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-peoplemb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-douban{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-xinhuamb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}