@-webkit-keyframes jump {
  0% {
    position: relative;
    top: 0;
  }
  10% {
    position: relative;
    top: -5px;
  }
  30% {
    position: relative;
    top: 15px;
  }
  40% {
    position: relative;
    top: -5px;
  }
  60% {
    position: relative;
    top: 10px;
  }
  70% {
    position: relative;
    top: 0px;
  }
  70% {
    position: relative;
    top: -5px;
  }
  100% {
    position: relative;
    top: 0;
  }
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
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;
}
.header-wrap .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: rgba(10, 34, 64, 0.8);
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .logo img {
  max-width: 100%;
}
.header-wrap .header .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 14.25%;
}
.header-wrap .header .nav-ul .navlist a.listh1 {
  position: relative;
  line-height: 85px;
  height: 85px;
  text-decoration: none;
  display: block;
  color: #ebebeb;
  text-align: center;
  font-size: 1.6rem;
  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-top: 3px solid #1982ff;
}
.header-wrap .header .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 85px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 150px;
}
.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;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2:hover,
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #0078d9;
}
.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 .searchbox .searchicon {
  line-height: 82px;
  text-align: center;
}
.header-wrap .header .searchbox .searchicon .sline {
  display: inline-block;
  float: left;
  color: #ccc;
  position: relative;
  left: 10px;
  top: 3px;
}
.header-wrap .header .searchbox .sbox {
  display: none;
  position: absolute;
  top: 82px;
  right: 0;
  z-index: 10;
  width: 230px;
}
.header-wrap .header .searchbox .sbox .searchtxt {
  border: 2px solid #1981ff;
  width: 150px;
  height: 35px;
  padding: 5px;
  font-size: 1.2rem;
  color: #666;
  float: left;
  outline: none;
}
.header-wrap .header .searchbox .sbox .submitbtn {
  float: left;
  width: 50px;
  height: 35px;
  background: #1981ff;
  color: #fff;
  border: none;
  font-size: 1.2rem;
  outline: none;
}
.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: 130px;
  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;
}
.adbox-wrap {
  padding: 130px 20px;
  text-align: center;
}
.adbox-wrap img {
  max-width: 100%;
}
.banner-wrap {
  position: relative;
  height: 100%;
}
.wbanner-wrap{
position: relative;
}
.wbanner-wrap .swiper-slide img{
width:100%
}
.banner-wrap .owl-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrap .owl-carousel .item {
  display: block;
}
.banner-wrap .owl-carousel 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 .swiper-container {
  width: 100%;
  height: 100%;
}
.banner-wrap .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner-wrap .swiper-slide .con {
  padding: 0 20px;
}
.banner-wrap .swiper-slide .con img {
  max-width: 100%;
}
.banner-wrap .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 130px;
}
.banner-wrap .swiper-pagination {
  z-index: 40;
}
.banner-wrap .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0;
}
.banner-wrap .arrow {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 15;
}
.banner-wrap .arrow a {
  -webkit-animation: jump 1s infinite linear;
}
.banner-wrap .w-banner img {
  width: 100%;
  padding-top:65px;
  background:#000000;
}
.content-wrap .about-wrap {
  background: url(../images/aboutbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.content-wrap .about-wrap .about-con {
  background: #f2f2f4;
}
.content-wrap .about-wrap .about-con .conbox {
  padding: 20px;
}
.content-wrap .about-wrap .about-con .conbox a {
  text-decoration: none;
  display: block;
  color: #696969;
  font-size: 1.4rem;
}
.content-wrap .about-wrap .about-con .conbox a .titbox-morebtn .titbox .chtit {
  font-size: 2.4rem;
  color: #292929;
  font-weight: bold;
  line-height: 30px;
}
.content-wrap .about-wrap .about-con .conbox a .titbox-morebtn .titbox .entit {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #999;
}
.content-wrap .about-wrap .about-con .conbox a .titbox-morebtn .titbox .line {
  width: 50px;
  height: 8px;
  background: #1982ff;
  margin: 15px 0 10px;
}
.content-wrap .about-wrap .about-con .conbox a .titbox-morebtn .morebtn {
  margin-top: 20px;
}
.content-wrap .about-wrap .about-con .conbox a .con {
  line-height: 25px;
  height: 135px;
  overflow: hidden;
}
.content-wrap .about-wrap .casebox {
  background: #fff;
  padding: 40px 0;
  overflow: hidden;
}
.content-wrap .about-wrap .casebox .titbox {
  background: #1982ff;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
}
.content-wrap .about-wrap .casebox .case-con {
  margin-top: 20px;
}
.content-wrap .about-wrap .casebox .case-con .case-carousel {
  width: 93% !important;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.content-wrap .about-wrap .casebox .case-con .case-carousel .item {
  display: block;
  margin: 0 5px;
  border: 1px solid #ccc;
  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 .casebox .case-con .case-carousel .item:hover {
  opacity: .5;
}
.content-wrap .about-wrap .casebox .case-con .owl-theme .owl-controls .owl-buttons {
  display: none;
}
.content-wrap .about-wrap .casebox .case-con .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: -40px;
  top: 0;
  width: 30px;
  height: 45px;
  background: #0771ef;
  line-height: 45px;
  text-align: center;
  border-radius: 0;
  opacity: 1;
  font-family: "黑体";
  font-size: 2rem;
  padding: 0;
  margin: 0;
  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 .about-wrap .casebox .case-con .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background: #1367cb;
}
.content-wrap .about-wrap .casebox .case-con .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: -40px;
  top: 0;
  width: 30px;
  height: 45px;
  background: #0771ef;
  line-height: 45px;
  text-align: center;
  border-radius: 0;
  opacity: 1;
  font-family: "黑体";
  font-size: 2rem;
  padding: 0;
  margin: 0;
  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 .about-wrap .casebox .case-con .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: #1367cb;
}
.content-wrap .leading-wrap {
  background: url(../images/leadingbg.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 45px 0;
}
.content-wrap .leading-wrap .title-line {
  text-align: center;
  color: #fff;
}
.content-wrap .leading-wrap .title-line .titbox {
  background: url(../images/index-titline1.png) no-repeat center center;
}
.content-wrap .leading-wrap .title-line .titbox .chtit {
  font-size: 3.6rem;
}
.content-wrap .leading-wrap .title-line .titbox .entit {
  text-transform: uppercase;
  font-size: 1.2rem;
  opacity: .5;
  font-family: "Arial";
}
.content-wrap .leading-wrap .title-line .stxt {
  margin-top: 10px;
  font-size: 1.2rem;
  opacity: .6;
}
.content-wrap .leading-wrap .leading-con {
  margin-top: 35px;
}
.content-wrap .leading-wrap .leading-con .tabhd {
  text-align: center;
}
.content-wrap .leading-wrap .leading-con .tabhd .thdlist {
  display: inline-block;
  margin: 0 3px 6px;
}
.content-wrap .leading-wrap .leading-con .tabhd .thdlist a {
  text-decoration: none;
  display: block;
  height: 35px;
  padding: 0 10px;
  background: #fff;
  color: #696969;
  font-size: 1.4rem;
  line-height: 35px;
  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 .leading-wrap .leading-con .tabhd .thdlist a:hover {
  background: #549df5;
  color: #fff;
}
.content-wrap .leading-wrap .leading-con .tabbd {
  margin-top: 35px;
}
.content-wrap .leading-wrap .leading-con .tabbd .tbdlist .tlist {
  padding: 0 10px 30px;
}
.content-wrap .leading-wrap .leading-con .tabbd .tbdlist .tlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .leading-wrap .leading-con .tabbd .tbdlist .tlist a:hover .picbox .showcn {
  top: 0;
}
.content-wrap .leading-wrap .leading-con .tabbd .tbdlist .tlist a:hover .titbox {
  border-bottom: 2px solid #2cb1e9;
}
.content-wrap .leading-wrap .leading-con .tabbd .tbdlist .tlist a:hover .titbox .arrow {
  color: #2cb1e9;
}
.content-wrap .leading-wrap .leading-con .tabbd .tbdlist .tlist a .picbox {
  position: relative;
  overflow: hidden;
}
.content-wrap .leading-wrap .leading-con .tabbd .tbdlist .tlist a .picbox .showcn {
  position: absolute;
  top: 800px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/leading-fdj.png) no-repeat center center;
  color: #fff;
  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 .leading-wrap .leading-con .tabbd .tbdlist .tlist a .picbox .showcn .stit {
  margin-top: 30%;
  font-size: 1.4rem;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .leading-wrap .leading-con .tabbd .tbdlist .tlist a .titbox {
  border-top: 1px solid #ccc;
  background: #fff;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  padding: 0 10px;
}
.content-wrap .leading-wrap .leading-con .tabbd .tbdlist .tlist a .titbox .tit {
  display: inline-block;
  width: 80%;
  font-size: 1.4rem;
  color: #292929;
  font-weight: bold;
}
.content-wrap .leading-wrap .leading-con .tabbd .tbdlist .tlist a .titbox .arrow {
  color: #6c6c6c;
  font-size: 1.6rem;
}
.content-wrap .leading-wrap .leading-con .tabbd .tbdlist .tlist a .conbox {
  margin-top: 10px;
  border: 5px solid #fff;
  padding: 0 10px 20px;
  position: relative;
}
.content-wrap .leading-wrap .leading-con .tabbd .tbdlist .tlist a .conbox .tit {
  border-bottom: 1px solid #fff;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.content-wrap .leading-wrap .leading-con .tabbd .tbdlist .tlist a .conbox .con {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  color: #fff;
}
.content-wrap .leading-wrap .leading-con .tabbd .tbdlist .tlist a .conbox .arrow {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.content-wrap .leading-wrap .leading-con .morebtn {
  margin-top: 30px;
}
.content-wrap .leading-wrap .leading-con .morebtn a {
  text-decoration: none;
  display: block;
  width: 100px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #fff;
  line-height: 40px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  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 .leading-wrap .leading-con .morebtn a:hover {
  background: #326f93;
}
.content-wrap .product-wrap {
  background: url(../images/productbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 45px 0;
}
.content-wrap .product-wrap .title-line {
  text-align: center;
  color: #292929;
}
.content-wrap .product-wrap .title-line .titbox {
  background: url(../images/index-titline2.png) no-repeat center center;
}
.content-wrap .product-wrap .title-line .titbox .chtit {
  font-size: 3.6rem;
}
.content-wrap .product-wrap .title-line .titbox .entit {
  text-transform: uppercase;
  font-size: 1.2rem;
  opacity: .5;
  font-family: "Arial";
}
.content-wrap .product-wrap .title-line .stxt {
  margin-top: 10px;
  font-size: 1.2rem;
  opacity: .6;
}
.content-wrap .product-wrap .product-con {
  margin-top: 35px;
}
.content-wrap .product-wrap .product-con .tabhd {
  text-align: center;
}
.content-wrap .product-wrap .product-con .tabhd .thdlist {
  display: inline-block;
  margin: 0 3px 6px;
}
.content-wrap .product-wrap .product-con .tabhd .thdlist a {
  text-decoration: none;
  display: block;
  height: 35px;
  padding: 0 10px;
  background: #fff;
  color: #696969;
  font-size: 1.4rem;
  line-height: 35px;
  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 .tabhd .thdlist a:hover {
  background: #549df5;
  color: #fff;
}
.content-wrap .product-wrap .product-con .tabbd {
  margin-top: 35px;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .tlist {
  padding: 0 10px 30px;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .tlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .tlist a:hover .picbox .showcn {
  top: 0;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .tlist a:hover .titbox {
  border-bottom: 2px solid #2cb1e9;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .tlist a:hover .titbox .arrow {
  color: #2cb1e9;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .tlist a .picbox {
  position: relative;
  overflow: hidden;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .tlist a .picbox .showcn {
  position: absolute;
  top: 800px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/leading-fdj.png) no-repeat center center;
  color: #fff;
  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 .product-wrap .product-con .tabbd .tbdlist .tlist a .picbox .showcn .stit {
  margin-top: 30%;
  font-size: 1.4rem;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .tlist a .titbox {
  border-top: 1px solid #ccc;
  background: #fff;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  padding: 0 10px;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .tlist a .titbox .tit {
  display: inline-block;
  width: 80%;
  font-size: 1.4rem;
  color: #292929;
  font-weight: bold;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .tlist a .titbox .arrow {
  color: #6c6c6c;
  font-size: 1.6rem;
}
.content-wrap .product-wrap .product-con .morebtn {
  margin-top: 30px;
}
.content-wrap .product-wrap .product-con .morebtn a {
  text-decoration: none;
  display: block;
  width: 100px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #696969;
  line-height: 40px;
  color: #696969;
  font-size: 1.4rem;
  text-align: center;
  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: #696969;
  color: #fff;
}
.content-wrap .service-wrap {
  background: url(../images/servicebg.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 80px 0;
}
.content-wrap .service-wrap .title-line {
  text-align: center;
}
.content-wrap .service-wrap .title-line .btit {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.content-wrap .service-wrap .title-line .stit {
  margin-top: 15px;
  font-size: 1.8rem;
  color: #d0dae4;
  background: url(../images/index-titline3.png) no-repeat center center;
}
.content-wrap .service-wrap .service-con {
  margin-top: 35px;
}
.content-wrap .service-wrap .service-con .sbox .box .slist a {
  display: block;
  text-decoration: none;
  padding: 25px 20px 20px;
  color: #d3e8f8;
  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 .service-wrap .service-con .sbox .box .slist a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.content-wrap .service-wrap .service-con .sbox .box .slist a .titbox .icon {
  width: 16%;
  float: left;
}
.content-wrap .service-wrap .service-con .sbox .box .slist a .titbox .tbox {
  float: left;
  width: 82%;
}
.content-wrap .service-wrap .service-con .sbox .box .slist a .titbox .tbox .chtit {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
}
.content-wrap .service-wrap .service-con .sbox .box .slist a .titbox .tbox .entit {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 20px;
  color: #fff;
  opacity: .3;
  text-transform: uppercase;
}
.content-wrap .service-wrap .service-con .sbox .box .slist a .con {
  margin-top: 15px;
  color: #fff;
  opacity: .7;
}
.content-wrap .service-wrap .service-con .sbox .box .slist a .con .list {
  display: block;
  margin-bottom: 5px;
}
.content-wrap .service-wrap .service-con .sbox .box .slist a .con .list i {
  line-height: 30px;
  float: left;
  width: 8%;
  text-align: right;
  font-style: normal;
  font-size: 1.2rem;
}
.content-wrap .service-wrap .service-con .sbox .box .slist a .con .list span {
  float: right;
  width: 90%;
  font-size: 1.6rem;
  line-height: 30px;
}
.content-wrap .solve-wrap {
  background: url(../images/solvebg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.content-wrap .solve-wrap .title-line {
  text-align: center;
  color: #292929;
}
.content-wrap .solve-wrap .title-line .titbox {
  background: url(../images/index-titline4.png) no-repeat center center;
}
.content-wrap .solve-wrap .title-line .titbox .chtit {
  font-size: 3.6rem;
}
.content-wrap .solve-wrap .title-line .titbox .entit {
  text-transform: uppercase;
  font-size: 1.2rem;
  opacity: .5;
  font-family: "Arial";
}
.content-wrap .solve-wrap .title-line .stxt {
  margin-top: 10px;
  font-size: 1.2rem;
  opacity: .6;
}
.content-wrap .solve-wrap .solve-con {
  margin-top: 35px;
}
.content-wrap .solve-wrap .solve-con .bconbox {
  margin-bottom: 20px;
}
.content-wrap .solve-wrap .solve-con .bconbox a {
  text-decoration: none;
  display: block;
  background: #f3f3f3;
  padding: 25px;
}
.content-wrap .solve-wrap .solve-con .bconbox a:hover .picbox {
  opacity: .5;
}
.content-wrap .solve-wrap .solve-con .bconbox a .tit {
  font-size: 1.8rem;
  color: #292929;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .solve-wrap .solve-con .bconbox a .cn {
  margin-top: 20px;
  border-left: 3px solid #ccc;
  padding: 0 10px;
  font-size: 1.4rem;
  color: #696969;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.content-wrap .solve-wrap .solve-con .bconbox a .picbox {
  margin-top: 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 .solve-wrap .solve-con .bconbox a .morebtn {
  margin-top: 30px;
  width: 140px;
  height: 40px;
  background: #1982ff;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 40px;
}
.content-wrap .solve-wrap .solve-con .nconbox .nlist {
  border-bottom: 1px solid #e6e6e6;
}
.content-wrap .solve-wrap .solve-con .nconbox .nlist:last-child {
  border-bottom: none;
}
.content-wrap .solve-wrap .solve-con .nconbox .nlist a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 20px 0;
}
.content-wrap .solve-wrap .solve-con .nconbox .nlist a:hover .icon {
  color: #1982ff;
}
.content-wrap .solve-wrap .solve-con .nconbox .nlist a:hover .con .tit {
  color: #1982ff;
}
.content-wrap .solve-wrap .solve-con .nconbox .nlist a:hover .time {
  color: #1982ff;
}
.content-wrap .solve-wrap .solve-con .nconbox .nlist a:hover .arrow {
  opacity: 1;
}
.content-wrap .solve-wrap .solve-con .nconbox .nlist a .icon {
  width: 5%;
  font-size: 1.4rem;
  color: #292929;
}
.content-wrap .solve-wrap .solve-con .nconbox .nlist a .con {
  width: 95%;
}
.content-wrap .solve-wrap .solve-con .nconbox .nlist a .con .tit {
  font-size: 1.8rem;
  color: #292929;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.content-wrap .solve-wrap .solve-con .nconbox .nlist a .con .cn {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #696969;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.content-wrap .solve-wrap .solve-con .nconbox .nlist a .time {
  width: 25%;
  text-align: center;
  font-size: 1.8rem;
  color: #696969;
}
.content-wrap .solve-wrap .solve-con .nconbox .nlist a .arrow {
  position: absolute;
  right: 55px;
  top: 90px;
  opacity: 0;
}
.content-wrap .solve-wrap .solve-con .morebtn {
  margin-top: 30px;
}
.content-wrap .solve-wrap .solve-con .morebtn a {
  text-decoration: none;
  display: block;
  width: 100px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #696969;
  line-height: 40px;
  color: #696969;
  font-size: 1.4rem;
  text-align: center;
  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 .solve-wrap .solve-con .morebtn a:hover {
  background: #696969;
  color: #fff;
}
.content-wrap .contact-wrap {
  background: url(../images/contactbg.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 65px 0 200px;
  position: relative;
}
.content-wrap .contact-wrap .title-line {
  text-align: center;
  color: #fff;
}
.content-wrap .contact-wrap .title-line .titbox {
  background: url(../images/index-titline1.png) no-repeat center center;
}
.content-wrap .contact-wrap .title-line .titbox .chtit {
  font-size: 3.6rem;
}
.content-wrap .contact-wrap .title-line .titbox .entit {
  text-transform: uppercase;
  font-size: 1.2rem;
  opacity: .5;
  font-family: "Arial";
}
.content-wrap .contact-wrap .title-line .stxt {
  margin-top: 10px;
  font-size: 1.2rem;
  opacity: .6;
}
.content-wrap .contact-wrap .contact-con {
  margin-top: 35px;
}
.content-wrap .contact-wrap .contact-con .ccon {
  margin-bottom: 20px;
}
.content-wrap .contact-wrap .contact-con .ccon .con {
  color: #fff;
  font-size: 1.2rem;
}
.content-wrap .contact-wrap .contact-con .ccon .con .cn {
  line-height: 25px;
}
.content-wrap .contact-wrap .contact-con .ccon .con .iconbox {
  margin-top: 20px;
}
.content-wrap .contact-wrap .contact-con .ccon .con .iconbox .ilist {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #fff;
}
.content-wrap .contact-wrap .contact-con .ccon .con .iconbox .ilist span {
  display: inline-block;
}
.content-wrap .contact-wrap .contact-con .ccon .con .morebtn {
  margin-top: 30px;
  background: #202020;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
  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 .ccon .con .morebtn:hover {
  background: #0093d1;
}
.content-wrap .contact-wrap .contact-con .mapbox {
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
}
.content-wrap .contact-wrap .contact-con .mapbox img {
  width: 100%;
}
.content-wrap .contact-wrap .backtop {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}
.content-wrap .contact-wrap .backtop a {
  -webkit-animation: jump 1s infinite linear;
}
.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: #1982ff;
  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: #1982ff;
  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: #1982ff;
  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: #1982ff;
}
.content-wrap .contentbox .ltside {
  margin-bottom: 20px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow {
  border: 5px solid #d7d7d7;
  background: #1982ff;
  color: #fff;
  padding: 35px 15px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit {
  font-size: 2.4rem;
  font-weight: bold;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit span {
  margin-top: 3px;
  font-family: "Arial";
  font-size: 1.4rem;
  display: block;
  font-weight: normal;
  color: #dfdfdf;
  text-transform: uppercase;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap {
  margin-top: 5px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list {
  background: #fff;
  display: block;
  height: 45px;
  text-align: left;
  color: #2f2f2f;
  line-height: 35px;
  font-size: 1.4rem;
  text-decoration: none;
  margin-bottom: 1px;
  border-bottom: 1px solid #d7d7d7;
  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 .ltside .linkbox .link-wrap .list:hover {
  background: #1982ff;
  color: #fff !important;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list.on1 {
  background: #1982ff;
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list.on1 i.arrow {
  transform: rotate(90deg);
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list i.arrow {
  font-style: normal;
  margin-top: 6px;
  display: inline-block;
  margin-right: 10px;
  font-size: 1.8rem;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list i.icon {
  width: 5px;
  height: 30px;
  background: #fff;
  margin-top: 7px;
  margin-right: 10px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list span {
  margin-top: 5px;
  font-weight: bold;
  float: left;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 {
  margin-bottom: 5px;
  display: none;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a {
  display: block;
  height: 38px;
  text-align: left;
  text-indent: 1.2em;
  color: #282828;
  line-height: 38px;
  font-size: 1.4rem;
  text-decoration: none;
  background: #e4e4e4;
  border-bottom: 1px solid #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a:hover {
  color: #1982ff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a:hover i {
  opacity: 1;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a i {
  margin-top: 10px;
  width: 2px;
  height: 15px;
  float: left;
  display: inline-block;
  background: #1982ff;
  opacity: 0;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a span {
  margin-right: 10px;
}
.content-wrap .contentbox .ltside .contactbox {
  margin-top: 15px;
}
.content-wrap .contentbox .ltside .contactbox .title-arrow .title {
  margin: 0;
  font-size: 2.4rem;
  color: #1163bd;
}
.content-wrap .contentbox .ltside .contactbox .con {
  margin-top: 15px;
  border: 1px solid #ccc;
  padding: 20px 15px;
}
.content-wrap .contentbox .ltside .contactbox .con .ctit {
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist {
  margin-bottom: 5px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist i {
  float: left;
  margin-right: 10px;
  width: 12px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist p {
  text-transform: uppercase;
  word-wrap: break-word;
  width: 136px;
  float: left;
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.content-wrap .contentbox .ltside .contactbox .con .clist p span {
  display: block;
  color: #333;
}
.content-wrap .contentbox .ltside .contactbox .con .clist p span.ptxt {
  color: #034e88;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn a {
  width: 100%;
  height: 35px;
  background: #404040;
  color: #fff;
  display: block;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn a:hover {
  background: #1982ff;
}
.content-wrap .contentbox .main-wrap {
  padding-bottom: 30px;
}
.content-wrap .contentbox .main-wrap .title-posit {
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title {
  color: #c8c8c8;
  font-size: 3rem;
  font-family: "Impact";
  text-transform: uppercase;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title span {
  font-family: "微软雅黑";
  margin-left: 8px;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit {
  margin-top: 20px;
  color: #595959;
  font-size: 1.2rem;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit a {
  color: #595959;
}
.content-wrap .contentbox .main-wrap .title-posit .line {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 3px;
}
.content-wrap .contentbox .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .about-con img {
  text-align: center;
  margin: 10px 0;
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .about-con .con {
  font-size: 1.4rem;
  color: #0d0d0d;
  line-height: 30px;
}
.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;
  border: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .product-con .plist a:hover .picbox .showcn {
  top: 0;
}
.content-wrap .contentbox .main-wrap .product-con .plist a:hover .titbox {
  border-bottom: 2px solid #2cb1e9;
}
.content-wrap .contentbox .main-wrap .product-con .plist a:hover .titbox .arrow {
  color: #2cb1e9;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .picbox {
  position: relative;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .picbox .showcn {
  position: absolute;
  top: 800px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/leading-fdj.png) no-repeat center center;
  color: #fff;
  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 a .picbox .showcn .stit {
  margin-top: 30%;
  font-size: 1.4rem;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .titbox {
  border-top: 1px solid #ccc;
  background: #fff;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  padding: 0 10px;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .titbox .tit {
  display: inline-block;
  width: 80%;
  font-size: 1.4rem;
  color: #292929;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .titbox .arrow {
  color: #6c6c6c;
  font-size: 1.6rem;
}
.content-wrap .contentbox .main-wrap .news-con .nlist {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a {
  display: block;
  text-decoration: none;
  color: #080909;
  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:hover {
  color: #133982;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
  width: 12%;
  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 .con {
  width: 86%;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .tit {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .tit i {
  margin-right: 5px;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .cn {
  font-size: 1.2rem;
  color: #6f6f6f;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .centrifuge-con .infbox {
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .centrifuge-con .infbox .inputlist {
  padding: 0 10px 20px;
  height: 50px;
}
.content-wrap .contentbox .main-wrap .centrifuge-con .infbox .inputlist label {
  float: left;
  font-size: 1.2rem;
  color: #292929;
  width: 25%;
  font-weight: normal;
  line-height: 23px;
}
.content-wrap .contentbox .main-wrap .centrifuge-con .infbox .inputlist .textbox1 {
  height: 23px;
  width: 75%;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  padding: 0 5px;
  color: #666;
}
.content-wrap .contentbox .main-wrap .centrifuge-con .infbox .inputlist .import {
  color: #ff0000;
  font-size: 1.4rem;
}
.content-wrap .contentbox .main-wrap .centrifuge-con .tablebox {
  margin-top: 30px;
}
.content-wrap .contentbox .main-wrap .centrifuge-con .tablebox table tr {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .centrifuge-con .tablebox table tr td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: table-cell;
  vertical-align: middle;
}
.content-wrap .contentbox .main-wrap .centrifuge-con .tablebox table tr td span {
  display: block;
}
.content-wrap .contentbox .main-wrap .centrifuge-con .tablebox table tr td .textbox1 {
  width: 90%;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  color: #666;
}
.content-wrap .contentbox .main-wrap .centrifuge-con .tablebox table tr td .textbox2 {
  width: 100%;
  height: 80px;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  color: #666;
}
.content-wrap .contentbox .main-wrap .centrifuge-con .submitbtn {
  margin-top: 15px;
}
.content-wrap .contentbox .main-wrap .centrifuge-con .submitbtn .sbtn {
  width: 115px;
  height: 35px;
  border-radius: 5px;
  background: #3b4e66;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  display: block;
  border: none;
  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 .contentbox .main-wrap .centrifuge-con .submitbtn .sbtn:hover {
  background: #161d25;
}
.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: #0256ac;
  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 {
  text-indent: 2em;
  color: #636363;
  font-size: 1.4rem;
  line-height: 28px;
}
.content-wrap .contentbox .main-wrap .news-details-con .con img {
max-width:100%;
}
.content-wrap .contentbox .main-wrap .news-details-con .con table {
max-width:100%;
}
.content-wrap .contentbox .main-wrap .news-details-con .con table td {
border:1px solid #CCCCCC;
}


.content-wrap .contentbox .main-wrap .product-details-con img {
  text-align: center;
  max-width: 100%;
  border: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox {
  text-align: center;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon {
  margin-top: 30px;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d2d2d;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .cn {
  font-size: 1.4rem;
  color: #636363;
  line-height: 30px;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .cn img {
max-width:100%;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .cn table {
max-width:100%;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .cn table td {
border:1px solid #CCCCCC;
}


.footer-wrap .footer {
  /*position: fixed;
		bottom:0;
		left: 0;
		width:100%;
		z-index:99;*/
  text-align: center;
  padding: 10px 0;
  background: rgba(49, 49, 49, 0.67);
  background: #313131;
  filter: alpha(opacity=67);
  color: #999;
  font-size: 1.2rem;
  line-height: 20px;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #1983ff;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #0a6bdd;
}
.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: 12.5%;
    float: left;
  }
  .header-wrap .header {
    height: 85px;
  }
  .header-wrap .header .logo {
    line-height: 85px;
  }
  .content-wrap .about-wrap {
    padding-top: 150px;
  }
  .content-wrap .about-wrap .about-con {
    padding: 0 60px 40px;
  }
  .content-wrap .about-wrap .about-con .picbox {
    margin-top: -50px;
  }
  .content-wrap .about-wrap .about-con .conbox {
    padding: 0;
  }
  .content-wrap .about-wrap .about-con .conbox a .titbox-morebtn .titbox {
    float: left;
  }
  .content-wrap .about-wrap .about-con .conbox a .titbox-morebtn .morebtn {
    float: right;
  }
  .content-wrap .about-wrap .casebox .case-con {
    margin-top: 0;
  }
  .content-wrap .about-wrap .casebox .case-con .owl-theme .owl-controls .owl-buttons {
    display: block;
  }
  .content-wrap .service-wrap .service-con img {
    max-width: 100%;
  }
  .content-wrap .service-wrap .service-con .sbox {
    padding-left: 40px;
  }
  .content-wrap .service-wrap .service-con .sbox .box {
    border-left: 3px solid #99abba;
  }
  .content-wrap .solve-wrap .solve-con .bconbox {
    padding-right: 20px;
    margin-bottom: 0;
  }
  .content-wrap .solve-wrap .solve-con .bconbox a {
    padding: 40px 30px 30px;
  }
  .content-wrap .solve-wrap .solve-con .bconbox a .cn {
    padding: 0 30px;
  }
  .content-wrap .solve-wrap .solve-con .nconbox {
    padding-left: 50px;
  }
  .content-wrap .solve-wrap .solve-con .nconbox .nlist a {
    padding: 40px 0;
  }
  .content-wrap .solve-wrap .solve-con .nconbox .nlist a .con {
    width: 70%;
  }
  .content-wrap .contact-wrap .contact-con .ccon {
    padding-right: 20px;
  }
  .content-wrap .contentbox .main-wrap {
    padding-left: 20px;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mconbox {
    width: 970px;
    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%;
  }
  .footer-wrap .footer .flt {
    float: left;
  }
  .footer-wrap .footer .frt {
    float: right;
  }
}
@media (max-width: 990px) {
  .container-fluid {
    padding-left: .5em;
    padding-right: .5em;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
    .header-wrap .header {
  top: 0;
  left: 0;
  width: 100%;
    height: 55px;
}
}
@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 .con {
    width: 63%;
  }
  .header-wrap .header {
  top: 0;
  left: 0;
  width: 100%;
    height: 55px;
}

  .header-wrap .header .logo {
    line-height: 55px;
  }
}
@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%;
}
  .header-wrap .header {
  top: 0;
  left: 0;
  width: 100%;
    height: 55px;
}
  .header-wrap .header .logo {
    line-height: 55px;
  }
}
