body {
  font-family: "微软雅黑";
}
.container1 {
  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;
}
.topNav {
  height: 33px;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
.topNav .t-lt {
  line-height: 33px;
  font-size: 1.2rem;
  color: #666;
}
.topNav .t-rt a {
  font-size: 1.2rem;
  color: #666;
  line-height: 33px;
}
.topNav .t-rt span {
  margin: 0 10px;
}
.header-wrap .header {
  background: url(../images/headerbg.jpg) repeat-x;
  height: 120px;
}
.header-wrap .header .logo {
  line-height: 120px;
}
.header-wrap .header .phone-search {
  margin-top: 18px;
}
.header-wrap .header .phone-search .phone {
  font-size: 2.2rem;
  color: #448ef3;
  text-align: right;
  margin-bottom: 10px;
}
.header-wrap .header .phone-search .search .searchtxt {
  border: 3px solid #448ef3;
  width: 310px;
  height: 38px;
  font-size: 1.6rem;
  color: #666;
  float: left;
}
.header-wrap .header .phone-search .search .submitbtn {
  width: 80px;
  height: 38px;
  background: #448ef3;
  color: #fff;
  font-size: 1.8rem;
  border: none;
}
.header-wrap .w-header {
  background: #fff;
  height: 6rem;
  position: relative;
}
.header-wrap .w-header .logo {
  line-height: 6rem;
}
.header-wrap .w-header .search {
  padding-top: 1.8rem;
}
.header-wrap .w-header .search img {
  width: 90%;
}
.header-wrap .w-header .searchbox {
  position: absolute;
  top: 4em;
  right: -36px;
  z-index: 11;
  display: none;
  width: 188px;
}
.header-wrap .w-header .searchbox .sbox {
  border: 3px solid #448ef3;
  height: 30px;
  font-size: 1.2rem;
  color: #666;
  float: left;
}
.header-wrap .w-header .searchbox .sbtn {
  float: left;
  height: 30px;
  border: none;
  background: #448ef3;
  color: #fff;
}
.header-wrap .w-header .menu {
  float: right;
  padding-top: 1.8rem;
}
.header-wrap .w-header .menu img {
  width: 80%;
}
.header-wrap .w-header .menulist {
  position: absolute;
  top: 6rem;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
}


p{ padding:0; margin:0;}
.header-wrap .w-header .menulist a {
  background: rgba(0, 0, 0, 0.7);
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-bottom: .2em;
}
.nav-wrap {
  background: #448ef3;
  height: 50px;
  border-bottom: 3px solid #ff9e40;
}
.nav-wrap .nav-ul .navlist {
  width: 12.2%;
  float: left;
  text-align: center;
  position: relative;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  line-height: 50px;
  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;
  width: 99%;
}
.nav-wrap .nav-ul .navlist a.listh1:hover,
.nav-wrap .nav-ul .navlist a.listh1.on {
  background: #ff9e40;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  z-index: 10;
  background: #ff9e40;
  width: 100%;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2 {
  line-height: 35px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2:hover,
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #f08519;
}
.nav-wrap .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);
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  display: block;
  line-height: 35px;
  color: #fff;
}
.nav-wrap .nav-ul .navlist span.line {
  margin-top: 15px;
  float: right;
  background: url(../images/nav-line.png) no-repeat;
  width: 1px;
  height: 19px;
}
.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;
  left: 47%;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ddb937;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #ddb937;
}
.banner-wrap .banner .focusBox {
  position: relative;
  width: 100%;
  height: 630px;
  overflow: hidden;
}
.banner-wrap .banner .focusBox .pic li {
  position: relative;
  overflow: hidden;
}
.banner-wrap .banner .focusBox .pic li a span {
  display: block;
}
.banner-wrap .banner .focusBox .hd {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  bottom: 30px;
  right: 43%;
  z-index: 3;
  text-align: center;
}
.banner-wrap .banner .focusBox .hd li {
  display: inline-block;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  overflow: hidden;
  background: #000;
  margin-left: 4px;
  border-radius: 20px;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
}
.banner-wrap .banner .focusBox .hd .on {
  background: #ddb937;
}
.banner-wrap .banner .focusBox .prev {
  width: 50px!important;
  height: 50px!important;
  position: absolute;
  top: 290px;
  z-index: 3;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  opacity: .2;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  background: url(../images/prev.png) no-repeat;
  left: 0;
}
.banner-wrap .banner .focusBox .prev:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
.banner-wrap .banner .focusBox .next {
  width: 50px!important;
  height: 50px!important;
  position: absolute;
  top: 290px;
  z-index: 3;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  opacity: .2;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  background: url(../images/next.png) no-repeat;
  right: 0;
}
.banner-wrap .banner .focusBox .next:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.content-wrap .hottxt-wrap {
  background: #f5f5f5;
  border-bottom: 1px solid #e3e2e2;
  overflow: hidden;
}
.content-wrap .hottxt-wrap .htxt {
  color: #333;
  font-size: 1.2rem;
  line-height: 45px;
}
.content-wrap .hottxt-wrap .htxt a {
  color: #333;
}
.content-wrap .hottxt-wrap .htxt span {
  margin: 0 10px;
}
.content-wrap .client-wrap {
  padding: 30px 0 0;
  overflow: hidden;
}
.content-wrap .client-wrap .titlebg {
  background: url(../images/client-titbg.png) no-repeat center center;
  background-size: cover;
  height: 49px;
}
.content-wrap .client-wrap .titlebg span {
  display: block;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
}
.content-wrap .client-wrap .client-con .picScroll {
  margin: 30px auto 0;
  position: relative;
  width: 90%;
  background: #fff;
}
.content-wrap .client-wrap .client-con .picScroll .prev2 {
  text-decoration: none;
  background: #448ef3;
  width: 15px;
  height: 30px;
  position: absolute;
  left: -27px;
  top: 25px;
  padding-top: 5px;
  color: #fff;
  font-family: "黑体";
  text-align: center;
}
.content-wrap .client-wrap .client-con .picScroll .prev2:hover {
  background: #ff9e40;
}
.content-wrap .client-wrap .client-con .picScroll .next2 {
  text-decoration: none;
  background: #448ef3;
  width: 15px;
  height: 30px;
  position: absolute;
  top: 25px;
  right: -27px;
  padding-top: 5px;
  color: #fff;
  font-family: "黑体";
  text-align: center;
}
.content-wrap .client-wrap .client-con .picScroll .next2:hover {
  background: #ff9e40;
}
.content-wrap .client-wrap .client-con .picScroll ul {
  overflow: hidden;
  zoom: 1;
}
.content-wrap .client-wrap .client-con .picScroll ul li {
  width: 195px;
  float: left;
  overflow: hidden;
  margin: 0 10px;
}
.content-wrap .client-wrap .client-con .picScroll ul li a {
  text-decoration: none;
  color: #666;
  text-align: center;
}
.content-wrap .client-wrap .client-con .picScroll ul li a:hover .picbox {
  opacity: .6;
}
.content-wrap .client-wrap .client-con .picScroll ul li a:hover .tit {
  color: #0069dd;
}
.content-wrap .client-wrap .client-con .picScroll ul li a .picbox {
  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 .client-wrap .client-con .picScroll ul li a .tit {
  margin-top: 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 .about-wrap {
  padding: 30px 0 30px;
}
.content-wrap .about-wrap .about-con .ltpic a {
  display: block;
}
.content-wrap .about-wrap .about-con .ltpic a:hover img {
  opacity: .6;
  filter: alpha(opacity=60);
}
.content-wrap .about-wrap .about-con .ltpic a img {
  width: 100%;
  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 .conbox .con a {
  display: block;
  text-decoration: none;
}
.content-wrap .about-wrap .about-con .conbox .con a:hover .tit-more .more {
  opacity: .6;
  filter: alpha(opacity=60);
}
.content-wrap .about-wrap .about-con .conbox .con a:hover p {
  color: #1e63c1;
}
.content-wrap .about-wrap .about-con .conbox .con a .tit-more h4 {
  font-size: 1.8rem;
  color: #333;
  display: inline-block;
  float: left;
}
.content-wrap .about-wrap .about-con .conbox .con a .tit-more h4 span {
  color: #1e63c1;
  font-size: 1.4rem;
}
.content-wrap .about-wrap .about-con .conbox .con a .tit-more .more {
  display: inline-block;
  float: right;
  margin-top: 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 .about-wrap .about-con .conbox .con a p {
  font-size: 1.2rem;
  color: #666;
  line-height: 25px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 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 .about-wrap .about-con .conbox .casebox {
  margin-top: 10px;
}
.content-wrap .about-wrap .about-con .conbox .casebox .ctit .line {
  border-top: 1px dashed #ccc;
}
.content-wrap .about-wrap .about-con .conbox .casebox .ctit span {
  font-size: 1.4rem;
  color: #333;
  background: #fff;
  position: relative;
  top: -10px;
  width: 35px;
  display: inline-block;
}
.content-wrap .about-wrap .about-con .conbox .casebox .ccon {
  margin-bottom: 20px;
}
.content-wrap .about-wrap .about-con .conbox .casebox .ccon a {
  display: inline-block;
  width: 49%;
  text-align: center;
}
.content-wrap .about-wrap .about-con .conbox .casebox .ccon a:hover img {
  opacity: .6;
  filter: alpha(opacity=60);
}
.content-wrap .about-wrap .about-con .conbox .casebox .ccon a img {
  width: 100%;
  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 .video-con .pic {
  width: 100%;
}
.content-wrap .about-wrap .video-con .pic img {
  width: 100%;
}
.content-wrap .product-wrap {
  margin-bottom: 20px;
}
.content-wrap .product-wrap .title-line {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-wrap .product-wrap .title-line h4 {
  font-size: 1.8rem;
  font-family: "微软雅黑";
  color: #000;
  margin-bottom: 5px;
  font-weight: bold;
}
.content-wrap .product-wrap .title-line h4 span {
  font-size: 1.4rem;
  font-family: "Arial";
  color: #aaa;
  text-transform: uppercase;
  font-weight: normal;
}
.content-wrap .product-wrap .title-line .line {
  border-bottom: 1px solid #ccc;
}
.content-wrap .product-wrap .product-con .pplt{
  padding-right: 20px;
}
.content-wrap .product-wrap .product-con .p-lt {
  border: 1px solid #ccc;
}
.content-wrap .product-wrap .product-con .p-lt h3 {
  font-size: 1.8rem;
  color: #fff;
  font-family: "微软雅黑";
  text-align: center;
  background: #448ef3;
  display: block;
  margin: 0;
  line-height: 43px;
}
.content-wrap .product-wrap .product-con .p-lt .plist {
  border-top: 1px solid #ccc;
  border-left: 6px solid #fff;
  padding: 10px 0;
  cursor: pointer;
  display: block;
  position: relative;
}
.content-wrap .product-wrap .product-con .p-lt .plist.pink {
  background: #f7f1f1;
  border-left: 6px solid #f7f1f1;
}
.content-wrap .product-wrap .product-con .p-lt .plist:hover,
.content-wrap .product-wrap .product-con .p-lt .plist.on {
  background: #fff;
  border-left: 6px solid #448ef3;
}
.content-wrap .product-wrap .product-con .p-lt .plist .tit i {
  float: left;
  margin-left: 10px;
  margin-top: -2px;
}
.content-wrap .product-wrap .product-con .p-lt .plist .tit a {
  text-decoration: none;
  float: left;
  color: #333;
  font-family: "微软雅黑";
  font-size: 1.4rem;
  margin-left: 15px;
  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;
  width: 150px;
}
.content-wrap .product-wrap .product-con .p-lt .plist .tit a:hover {
  color: #448ef3;
}
.content-wrap .product-wrap .product-con .p-lt .plist .tit span {
  float: left;
}
.content-wrap .product-wrap .product-con .p-lt .plist .link {
  margin-left: 10px;
}
.content-wrap .product-wrap .product-con .p-lt .plist .link a {
  text-decoration: none;
  color: #666;
  font-family: "微软雅黑";
  font-size: 1.2rem;
  margin-right: 15px;
  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 .p-lt .plist .link a:hover {
  color: #9b0a07;
}
.content-wrap .product-wrap .product-con .p-lt .plist .list2-ul {
  display: none;
  position: absolute;
  left: 278px;
  background: #fff;
  width: 480px;
  top: -1px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
  z-index: 5;
}
.content-wrap .product-wrap .product-con .p-lt .plist .list2-ul h5 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-family: "微软雅黑";
  color: #333;
}
.content-wrap .product-wrap .product-con .p-lt .plist .list2-ul .link2 {
  color: #666;
  font-family: "微软雅黑";
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.content-wrap .product-wrap .product-con .p-lt .plist .list2-ul .link2 a {
  color: #666;
  text-decoration: none;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 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 .product-wrap .product-con .p-lt .plist .list2-ul .link2 a:hover {
  color: #9b0a07;
}
.content-wrap .product-wrap .product-con .pchoosebox {
  margin-bottom: 20px;
}
.content-wrap .product-wrap .product-con .pchoosebox .pclist {
  display: inline-block;
  height: 34px;
}
.content-wrap .product-wrap .product-con .pchoosebox .pclist a {
  text-decoration: none;
  float: left;
  display: block;
  background: #fff;
  height: 39px;
  padding: 0 15px;
  line-height: 39px;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
}
.content-wrap .product-wrap .product-con .pchoosebox .pclist a:hover {
  background: #448ef3;
  color: #fff;
}
.content-wrap .product-wrap .product-con .pchoosebox .pclist span {
  float: left;
  margin-top: 10px;
  display: inline-block;
}
.content-wrap .product-wrap .product-con .prlist {
  padding: 0 8px 20px;
}
.content-wrap .product-wrap .product-con .prlist a {
  text-decoration: none;
  display: block;
  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 .product-wrap .product-con .prlist a:hover {
  border-color: #448ef3;
}
.content-wrap .product-wrap .product-con .prlist a:hover .con .morebtn {
  border-color: #448ef3;
  background: #448ef3;
  color: #fff;
}
.content-wrap .product-wrap .product-con .prlist a .con h4 {
  padding: 15px 10px 10px;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  margin: 0;
}
.content-wrap .product-wrap .product-con .prlist a .con p {
  padding: 0 10px;
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 5;
}
.content-wrap .product-wrap .product-con .prlist a .con .morebtn {
  padding: 10px;
  border-top: 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;
  color: #448ef3;
}
.content-wrap .product-wrap .product-con .prlist a .con .morebtn i {
  font-style: normal;
}
.content-wrap .adbox1 {
  margin-bottom: 50px;
}
.content-wrap .adbox1 a {
  display: block;
  text-decoration: none;
}
.content-wrap .adbox1 a img {
  width: 100%;
}
.content-wrap .choosebox-wrap {
  background: url(../images/choosebg.jpg) no-repeat top left;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 45px;
}
.content-wrap .choosebox-wrap .title-line img {
  width: 100%;
}
.content-wrap .choosebox-wrap .choosebox-con {
  margin-top: 30px;
}
.content-wrap .choosebox-wrap .choosebox-con .clist {
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
.content-wrap .choosebox-wrap .choosebox-con .clist .icon {
  width: 15%;
  float: left;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: #448ef3;
  overflow: hidden;
}
.content-wrap .choosebox-wrap .choosebox-con .clist .pic {
  width: 30%;
  padding-left: 10px;
  float: left;
  display: inline-block;
}
.content-wrap .choosebox-wrap .choosebox-con .clist .pic img {
  width: 100%;
}
.content-wrap .choosebox-wrap .choosebox-con .clist .con {
  width: 55%;
  height: 140px;
  padding-left: 10px;
  float: left;
  display: inline-block;
}
.content-wrap .choosebox-wrap .choosebox-con .clist .con .titbox {
  padding-bottom: 10px;
  font-size: 1.2rem;
}
.content-wrap .choosebox-wrap .choosebox-con .clist .con .titbox i {
  display: inline-block;
  float: left;
  padding-right: 5px;
}
.content-wrap .choosebox-wrap .choosebox-con .clist .con .titbox p {
  display: inline-block;
  color: #448ef3;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}
.content-wrap .choosebox-wrap .choosebox-con .clist .con .titbox p span {
  font-size: 1.2rem;
  display: block;
  color: #555;
  font-weight: normal;
}
.content-wrap .choosebox-wrap .choosebox-con .clist .con .cn p {
  font-size: 1.2rem;
  color: #333;
  line-height: 25px;
}
.content-wrap .choosebox-wrap .choosebox-con .clist .line {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #448ef3;
  left: 16px;
  z-index: -1;
}
.content-wrap .adbox2 {
  margin-bottom: 20px;
}
.content-wrap .adbox2 a {
  display: block;
  text-decoration: none;
}
.content-wrap .adbox2 a img {
  width: 100%;
}
.content-wrap .case-wrap{
  overflow: hidden;
}
.content-wrap .case-wrap .case-con h3 {
  display: block;
  font-size: 2.6rem;
  color: #313131;
  margin: 10px 0 0;
  font-weight: bold;
}
.content-wrap .case-wrap .case-con h3 span {
  font-size: 1.2rem;
  color: #8b8b8b;
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
}
.content-wrap .case-wrap .case-con .layB {
  width: 100%;
  margin-top: 40px;
}
.content-wrap .case-wrap .case-con .layB .tbC {
  position: relative;
}
.content-wrap .case-wrap .case-con .layB .tbC .prev1 {
  position: absolute;
  top: -70px;
  right: 39px;
  width: 39px;
  height: 33px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: url(../images/ability-arrow.jpg) no-repeat bottom left;
  z-index: 10;
  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 .case-wrap .case-con .layB .tbC .prev1:hover {
  background-position: bottom right;
}
.content-wrap .case-wrap .case-con .layB .tbC .next1 {
  position: absolute;
  top: -70px;
  right: 0;
  width: 39px;
  height: 33px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: url(../images/ability-arrow.jpg) no-repeat top right;
  z-index: 10;
  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 .case-wrap .case-con .layB .tbC .next1:hover {
  background-position: top left;
}
.content-wrap .case-wrap .case-con .layB .tbC .slide {
  width: 100%;
  overflow: hidden;
  height: 630px;
  margin-top: 50px;
}
.content-wrap .case-wrap .case-con .layB .tbC .slide ul {
  overflow: hidden;
  zoom: 1;
}
.content-wrap .case-wrap .case-con .layB .tbC .slide ul li {
  width: 25%;
  display: inline;
  float: left;
  line-height: 20px;
}
.content-wrap .case-wrap .case-con .layB .tbC .slide ul li a {
  text-decoration: none;
  display: block;
}
.content-wrap .case-wrap .case-con .layB .tbC .slide ul li a:hover .picbox {
  background: #2476cf;
}
.content-wrap .case-wrap .case-con .layB .tbC .slide ul li a:hover .picbox span {
  top: 0;
}
.content-wrap .case-wrap .case-con .layB .tbC .slide ul li a:hover .con {
  color: #fff;
  background: #448ef3;
}
.content-wrap .case-wrap .case-con .layB .tbC .slide ul li a:hover .con .arrow {
  color: #fff;
}
.content-wrap .case-wrap .case-con .layB .tbC .slide ul li a .picbox {
  position: relative;
  overflow: hidden;
  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 .case-wrap .case-con .layB .tbC .slide ul li a .picbox span {
  position: absolute;
  top: 500px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 90, 138, 0.63) !important;
  background: #0d5a8a;
  filter: alpha(opacity=63);
  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 .case-wrap .case-con .layB .tbC .slide ul li a .con {
  padding: 10px;
  color: #000;
  background: #f2f2f2;
  position: relative;
  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 .case-wrap .case-con .layB .tbC .slide ul li a .con .stit {
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 14px;
  height: 14px;
  overflow: hidden;
}
.content-wrap .case-wrap .case-con .layB .tbC .slide ul li a .con .btit {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
.content-wrap .case-wrap .case-con .layB .tbC .slide ul li a .con .arrow {
  position: absolute;
  right: 20px;
  bottom: 50%;
  margin-bottom: -10px;
  font-size: 20px;
  color: #448ef3;
}
.content-wrap .flow-wrap {
  padding: 50px 0;
}
.content-wrap .flow-wrap .title-line {
  text-align: center;
}
.content-wrap .flow-wrap .title-line .stit {
  background: #0e9af1;
  width: 50px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  margin: 10px auto;
}
.content-wrap .flow-wrap .title-line .btit {
  color: #313131;
  font-size: 2.6rem;
  font-weight: bold;
}
.content-wrap .flow-wrap .title-line .btit span {
  font-weight: normal;
  margin-top: 10px;
  display: block;
  font-size: 1.2rem;
  color: #8b8b8b;
  font-family: "arial";
  text-transform: uppercase;
}
.content-wrap .flow-wrap .flow-con {
  margin-top: 20px;
}
.content-wrap .flow-wrap .flow-con .iconbox {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.content-wrap .flow-wrap .flow-con .iconbox .container {
  position: relative;
}
.content-wrap .flow-wrap .flow-con .iconbox .ilist {
  padding: 0 10px 20px;
  text-align: center;
}
.content-wrap .flow-wrap .flow-con .iconbox .ilist .con {
  margin-top: 10px;
  display: inline-block;
  width: 80%;
}
.content-wrap .flow-wrap .flow-con .iconbox .ilist .con h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #251e1e;
  height: 30px;
}
.content-wrap .flow-wrap .flow-con .iconbox .ilist .con p {
  color: #666;
  font-size: 1.2rem;
  line-height: 26px;
}
.content-wrap .flow-wrap .flow-con .iconbox .fline {
  border: 1px dashed #ccc;
  position: absolute;
  top: 50px;
  left: 150px;
  text-align: center;
  width: 900px;
  z-index: -1;
}
.content-wrap .flow-wrap .flow-con .fadbox {
  margin-top: 75px;
}
.content-wrap .flow-wrap .flow-con .fadbox .fbg {
  position: relative;
  background: url(../images/index-adbg.png) no-repeat left bottom;
  background-size: cover;
  height: 140px;
}
.content-wrap .flow-wrap .flow-con .fadbox .fbg .propleicon {
  position: absolute;
  bottom: 0;
  left: 40px;
}
.content-wrap .flow-wrap .flow-con .fadbox .fbg .con {
  width: 100%;
  padding-left: 310px;
  padding-top: 30px;
  position: relative;
}
.content-wrap .flow-wrap .flow-con .fadbox .fbg .con h4 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #0f0f0f;
}
.content-wrap .flow-wrap .flow-con .fadbox .fbg .con p {
  font-size: 1.2rem;
  color: #fff;
  line-height: 25px;
}
.content-wrap .flow-wrap .flow-con .fadbox .fbg .con .phone {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #fff;
  font-size: 1.4rem;
}
.content-wrap .flow-wrap .flow-con .fadbox .fbg .con .phone span {
  font-size: 1.8rem;
}
.content-wrap .flow-wrap .flow-con .fadbox .fbg .morebtn {
  text-decoration: none;
  position: absolute;
  right: 90px;
  top: 60px;
  background: #fff;
  color: #222;
  font-size: 1.4rem;
  text-align: center;
  width: 120px;
  height: 35px;
  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 .flow-wrap .flow-con .fadbox .fbg .morebtn:hover {
  background: #000;
  color: #fff;
}
.content-wrap .flow-wrap .flow-con .numberbox {
  background: #448ef3;
  padding: 10px 0;
}
.content-wrap .flow-wrap .flow-con .numberbox .nlist {
  width: 20%;
  height: 125px;
  display: inline-block;
  float: left;
  text-align: center;
}
.content-wrap .flow-wrap .flow-con .numberbox .nlist .n-con {
  padding-top: 20px;
  float: left;
  text-align: center;
  width: 99%;
}
.content-wrap .flow-wrap .flow-con .numberbox .nlist .n-con .n-number span {
  font-size: 4.3rem;
  color: #fff;
  font-weight: bold;
}
.content-wrap .flow-wrap .flow-con .numberbox .nlist .n-con .n-number i {
  position: relative;
  top: -20px;
  display: inline-block;
  margin-left: 5px;
}
.content-wrap .flow-wrap .flow-con .numberbox .nlist .n-con .ntxt {
  color: #fff;
  font-size: 1.4rem;
}
.content-wrap .flow-wrap .flow-con .numberbox .nlist .line {
  float: right;
  background: url(../images/numberbox-line.png) no-repeat;
  width: 1%;
  height: 128px;
}
.content-wrap .newsbox-wrap {
  margin-bottom: 50px;
}
.content-wrap .newsbox-wrap .download-wrap .title-line {
  margin-bottom: 20px;
}
.content-wrap .newsbox-wrap .download-wrap .title-line .btit {
  font-size: 2rem;
  font-weight: bold;
  color: #7f776b;
}
.content-wrap .newsbox-wrap .download-wrap .title-line .btit span {
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: "Arial";
}
.content-wrap .newsbox-wrap .download-wrap .download-con h4 {
  font-size: 2rem;
  color: #202020;
}
.content-wrap .newsbox-wrap .download-wrap .download-con .con {
  margin-top: 30px;
}
.content-wrap .newsbox-wrap .download-wrap .download-con .con .clist {
  margin-bottom: 20px;
}
.content-wrap .newsbox-wrap .download-wrap .download-con .con .clist a {
  display: block;
  text-decoration: none;
  color: #929292;
  font-size: 1.2rem;
  line-height: 14px;
  height: 14px;
  overflow: hidden;
}
.content-wrap .newsbox-wrap .download-wrap .download-con .con .clist a:hover {
  color: #448ef3;
}
.content-wrap .newsbox-wrap .download-wrap .download-con .con .clist a i {
  font-style: normal;
}
.content-wrap .newsbox-wrap .download-wrap .morebtn {
  margin-top: 30px;
  text-decoration: none;
  display: block;
  background: #448ef3;
  width: 125px;
  height: 35px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  border-bottom: 5px solid #ff9e40;
  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 .newsbox-wrap .download-wrap .morebtn:hover {
  background: #ff9e40;
  border-bottom: 5px solid #448ef3;
}
.content-wrap .newsbox-wrap .news-wrap .title-line {
  margin-bottom: 20px;
}
.content-wrap .newsbox-wrap .news-wrap .title-line .btit {
  font-size: 2rem;
  font-weight: bold;
  color: #7f776b;
}
.content-wrap .newsbox-wrap .news-wrap .title-line .btit span {
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: "Arial";
}
.content-wrap .newsbox-wrap .news-wrap .news-con {
  margin-top: 20px;
}
.content-wrap .newsbox-wrap .news-wrap .news-con .alyh {
  margin-bottom: 20px;
}
.content-wrap .newsbox-wrap .news-wrap .news-con .con .owl-theme .owl-controls .owl-pagination {
  opacity: 0;
  display: none;
}
.content-wrap .newsbox-wrap .news-wrap .news-con .con .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: -45px;
  width: 39px;
  height: 33px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: url(../images/ability-arrow.jpg) no-repeat -39px 0;
  background-color: transparent;
  overflow: hidden;
  _display: none;
  opacity: 1;
}
.content-wrap .newsbox-wrap .news-wrap .news-con .con .owl-theme .owl-controls .owl-buttons .owl-prev {
  right: 39px;
  background: url(../images/ability-arrow.jpg) no-repeat 0 -33px;
  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 .newsbox-wrap .news-wrap .news-con .con .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background: url(../images/ability-arrow.jpg) no-repeat -39px -33px;
}
.content-wrap .newsbox-wrap .news-wrap .news-con .con .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0px;
  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 .newsbox-wrap .news-wrap .news-con .con .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: url(../images/ability-arrow.jpg) no-repeat 0 0;
}
.content-wrap .newsbox-wrap .news-wrap .news-con .con #dowebok {
  width: 100%;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  overflow: visible;
}
.content-wrap .newsbox-wrap .news-wrap .news-con .con #dowebok .owl-wrapper-outer {
  margin: 0 auto;
}
.content-wrap .newsbox-wrap .news-wrap .news-con .con #dowebok .item {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.content-wrap .newsbox-wrap .news-wrap .news-con .con #dowebok .item a {
  display: block;
  text-decoration: none;
}
.content-wrap .newsbox-wrap .news-wrap .news-con .con #dowebok .item a:hover .picbox {
  opacity: .6;
}
.content-wrap .newsbox-wrap .news-wrap .news-con .con #dowebok .item a:hover .txt p {
  color: #448ef3;
}
.content-wrap .newsbox-wrap .news-wrap .news-con .con #dowebok .item a .picbox {
  width: 37%;
  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 .newsbox-wrap .news-wrap .news-con .con #dowebok .item a .txt {
  width: 60%;
}
.content-wrap .newsbox-wrap .news-wrap .news-con .con #dowebok .item a .txt p {
  margin-bottom: 0;
  color: #999;
  font-size: 1.2rem;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
  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 .newsbox-wrap .news-wrap .news-con .aryh {
  text-align: right;
}
.content-wrap .newsbox-wrap .news-wrap .morebtn {
  margin-top: 15px;
  text-decoration: none;
  display: block;
  background: #448ef3;
  width: 125px;
  height: 35px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  border-bottom: 5px solid #ff9e40;
  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 .newsbox-wrap .news-wrap .morebtn:hover {
  background: #ff9e40;
  border-bottom: 5px solid #448ef3;
}
.content-wrap .newsbox-wrap .messages-wrap .title-line {
  margin-bottom: 35px;
}
.content-wrap .newsbox-wrap .messages-wrap .title-line .btit {
  font-size: 2rem;
  font-weight: bold;
  color: #7f776b;
}
.content-wrap .newsbox-wrap .messages-wrap .title-line .btit span {
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: "Arial";
}
.content-wrap .newsbox-wrap .messages-wrap .messages-con {
  position: relative;
  background: #f2f2f2;
  padding: 20px;
  z-index: 1;
}
.content-wrap .newsbox-wrap .messages-wrap .messages-con .mbox .mlist {
  margin-bottom: 15px;
}
.content-wrap .newsbox-wrap .messages-wrap .messages-con .mbox .mlist .textbox1 {
  height: 35px;
  width: 100%;
  border: 1px solid #fff;
  padding: 3px 10px;
}
.content-wrap .newsbox-wrap .messages-wrap .messages-con .mbox .mlist .textbox2 {
  height: 85px;
  width: 100%;
  border: 1px solid #fff;
  padding: 3px 10px;
}
.content-wrap .newsbox-wrap .messages-wrap .messages-con .mbox .mlist .submitbtn {
  background: #929292;
  width: 80px;
  height: 35px;
  text-align: center;
  color: #fff;
  border: 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 .newsbox-wrap .messages-wrap .messages-con .mbox .mlist .submitbtn:hover {
  background: #fab465;
}
.content-wrap .newsbox-wrap .messages-wrap .messages-con .mcon {
  font-size: 1.2rem;
  color: #929292;
  line-height: 28px;
}
.content-wrap .newsbox-wrap .messages-wrap .messages-con .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.content-wrap .contact-wrap {
  background: #276ac6;
  border-bottom: 1px solid #4982d0;
}
.content-wrap .contact-wrap .c-aboutcn {
  margin-bottom: 30px;
}
.content-wrap .contact-wrap .c-aboutcn .pic {
  position: relative;
  top: -15px;
}
.content-wrap .contact-wrap .c-aboutcn .con {
  margin-top: 15px;
}
.content-wrap .contact-wrap .c-aboutcn .con p {
  color: #fff;
  font-size: 1.2rem;
  width: 89%;
  line-height: 28px;
}
.content-wrap .contact-wrap .c-aboutcn .con .cpic {
  margin-top: 20px;
}
.content-wrap .contact-wrap .c-aboutcn .con .cpic i {
  float: left;
  margin-right: 10px;
}
.content-wrap .contact-wrap .c-aboutcn .con .cpic span {
  float: left;
  color: #fff;
  font-size: 1.2rem;
  line-height: 22px;
  letter-spacing: 2px;
}
.content-wrap .contact-wrap .c-link-ul {
  padding-bottom: 22px;
  border-left: 1px solid #4982d0;
  border-right: 1px solid #4982d0;
  box-sizing: border-box;
}
.content-wrap .contact-wrap .c-link-ul h4 {
  padding: 40px 65px 30px;
  color: #fff;
  font-size: 1.8rem;
}
.content-wrap .contact-wrap .c-link-ul .link-ul .list {
  float: left;
  text-align: center;
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
.content-wrap .contact-wrap .c-link-ul .link-ul .list a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.content-wrap .contact-wrap .c-link-ul .link-ul .list a:hover {
  color: #ff9e40;
}
.content-wrap .contact-wrap .c-link-ul .link-ul .list a i {
  margin-right: 20px;
  font-style: normal;
}
.content-wrap .contact-wrap .c-link-ul .link-ul .list a span {
  font-size: 1.4rem;
}
.content-wrap .contact-wrap .c-contactcn {
  padding: 20px 0;
}
.content-wrap .contact-wrap .c-contactcn h4 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.content-wrap .contact-wrap .c-contactcn h4 span {
  display: inline-block !important;
  font-size: 1.2rem;
  margin-left: 10px;
}
.content-wrap .contact-wrap .c-contactcn .wtitle {
  margin-bottom: 20px;
}
.content-wrap .contact-wrap .c-contactcn .pic {
  margin-bottom: 20px;
}
.content-wrap .contact-wrap .c-contactcn .pic img {
  width: 100%;
}
.content-wrap .contact-wrap .c-contactcn .ccon .clist {
  margin-bottom: 20px;
  line-height: 25px;
}
.content-wrap .contact-wrap .c-contactcn .ccon .clist i {
  float: left;
  margin-right: 10px;
}
.content-wrap .contact-wrap .c-contactcn .ccon .clist span {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.content-wrap .contact-wrap .c-contactcn .ccon .clist span.yellow {
  color: #ff9e40;
}
.content-wrap .content .w-ltside .mb {
  padding-top: 1rem;
}
.content-wrap .content .w-ltside .mb .tit-show .title {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #448ef3;
  overflow: hidden;
  border-bottom: 2px solid #ff9e40;
  font-family: '微软雅黑';
  font-size: 2rem;
  text-indent: 1em;
  color: #fff;
}
.content-wrap .content .w-ltside .mb .tit-show .title .icon {
  display: inline-block;
  margin-left: 10px;
  margin-right: 20px;
}
.content-wrap .content .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
  margin-top: -2px;
}
.content-wrap .content .w-ltside .mb .tit-show .title .about_sp {
  font-size: 12px;
  margin-left: 5px;
}
.content-wrap .content .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .content .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #999;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 2px;
}
.content-wrap .content .w-ltside .show-hide .div2 a {
  color: #fff;
  text-decoration: none;
}
.content-wrap .content .w-ltside .show-hide .div2:hover {
  background: #333;
}
.content-wrap .content .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .content .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #ececec;
  overflow: hidden;
  margin-top: 2px;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li a:hover {
  color: #379eff;
}
.content-wrap .content .ltside {
  margin-bottom: 50px;

}
.content-wrap .content .ltside h4.title {
  background: #448ef3;
  border-bottom: 2px solid #ff9e40;
  height: 55px;
  text-indent: 2em;
  line-height: 55px;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 1.8rem;
  margin: 20px 0 2px 0;
}
.content-wrap .content .ltside h4.title i {
  margin-right: 10px;
}
.content-wrap .content .ltside .ptit {
  background: #ff9e40;
  height: 55px;
  line-height: 55px;
  text-indent: 2em;
  font-family: "微软雅黑";
  color: #fff;
  font-size: 2.2rem;
  margin: 20px 0 2px 0;
}
.content-wrap .content .ltside .pcbox {
  border: 1px solid #ccc;
}
.content-wrap .content .ltside .pcbox h3 {
  font-size: 1.8rem;
  color: #fff;
  font-family: "微软雅黑";
  text-align: center;
  background: #448ef3;
  display: block;
  margin: 0;
  line-height: 43px;
}
.content-wrap .content .ltside .pcbox .plist {
  border-top: 1px solid #ccc;
  border-left: 6px solid #fff;
  padding: 10px 0;
  cursor: pointer;
  display: block;
  position: relative;
}
.content-wrap .content .ltside .pcbox .plist.pink {
  background: #f7f1f1;
  border-left: 6px solid #f7f1f1;
}
.content-wrap .content .ltside .pcbox .plist:hover,
.content-wrap .content .ltside .pcbox .plist.on {
  background: #fff;
  border-left: 6px solid #448ef3;
}
.content-wrap .content .ltside .pcbox .plist .tit i {
  float: left;
  margin-left: 10px;
  margin-top: -2px;
}
.content-wrap .content .ltside .pcbox .plist .tit a {
  text-decoration: none;
  float: left;
  color: #333;
  font-family: "微软雅黑";
  font-size: 1.4rem;
  margin-left: 15px;
  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;
  width: 150px;
}
.content-wrap .content .ltside .pcbox .plist .tit a:hover {
  color: #448ef3;
}
.content-wrap .content .ltside .pcbox .plist .tit span {
  float: left;
}
.content-wrap .content .ltside .pcbox .plist .link {
  margin-left: 10px;
}
.content-wrap .content .ltside .pcbox .plist .link a {
  text-decoration: none;
  color: #666;
  font-family: "微软雅黑";
  font-size: 1.2rem;
  margin-right: 15px;
  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 .content .ltside .pcbox .plist .link a:hover {
  color: #9b0a07;
}
.content-wrap .content .ltside .pcbox .plist .list2-ul {
  display: none;
  position: absolute;
  left: 278px;
  background: #fff;
  width: 480px;
  top: -1px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
  z-index: 5;
}
.content-wrap .content .ltside .pcbox .plist .list2-ul h5 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-family: "微软雅黑";
  color: #333;
}
.content-wrap .content .ltside .pcbox .plist .list2-ul .link2 {
  color: #666;
  font-family: "微软雅黑";
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.content-wrap .content .ltside .pcbox .plist .list2-ul .link2 a {
  color: #666;
  text-decoration: none;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 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 .content .ltside .pcbox .plist .list2-ul .link2 a:hover {
  color: #9b0a07;
}
.content-wrap .content .ltside .link-wrap {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 5px;
}
.content-wrap .content .ltside .link-wrap .list {
  display: block;
  height: 45px;
  text-align: left;
  text-indent: 1em;
  color: #666;
  margin-bottom: 2px;
  line-height: 45px;
  font-family: "微软雅黑";
  font-size: 1.4rem;
  text-decoration: none;
  background: #fff;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .content .ltside .link-wrap .list i {
  float: left;
  margin-left: 20px;
  display: inline-block;
  font-size: 1.4rem;
  color: #333;
  font-weight: bold;
  font-family: "微软雅黑";
  font-style: normal;
}
.content-wrap .content .ltside .link-wrap .list:hover {
  color: #448ef3;
}
.content-wrap .content .ltside .contact-con {
  margin-top: 15px;
}
.content-wrap .content .ltside .contact-con .con {
  border: 1px solid #ccc;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
}
.content-wrap .content .ltside .contact-con .con .pic {
  margin-bottom: 15px;
}
.content-wrap .content .ltside .contact-con .con .pic img {
  width: 100%;
}
.content-wrap .content .ltside .contact-con .con .cn {
  margin-top: 20px;
  padding: 0 10px;
  line-height:30px;
}
.content-wrap .content .ltside .contact-con .con .cn h5 {
  font-size: 1.5rem;
  font-weight: bold;
}
.content-wrap .content .ltside .contact-con .con .cn p {
  line-height: 35px;
}
.content-wrap .content .main-wrap {
  padding-bottom: 20px;
}
.content-wrap .content .main-wrap .title-posit {
  border: 1px solid #aeaeae;
  padding: 0 10px;
  margin-top: 20px;
}
.content-wrap .content .main-wrap .title-posit .posit {
  float: left;
  color: #666;
  font-size: 1.2rem;
  font-family: "微软雅黑";
}
.content-wrap .content .main-wrap .title-posit .posit a {
  line-height: 40px;
  color: #666;
  font-family: "微软雅黑";
  font-size: 1.2rem;
}
.content-wrap .content .main-wrap .title-posit .back {
  float: right;
  color: #666;
  font-size: 1.2rem;
  font-family: "微软雅黑";
  line-height: 40px;
}
.content-wrap .content .main-wrap .about-con {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .about-con h4 {
  text-align: center;
  color: #ff9e40;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .about-con h4 span {
  display: block;
  color: #448ef3;
  font-size: 1.8rem;
  margin-top: 10px;
}
.content-wrap .content .main-wrap .about-con .pic {
  margin-bottom: 15px;
}
.content-wrap .content .main-wrap .about-con .pic img {
  width: 100%;
}
.content-wrap .content .main-wrap .about-con .cn {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.2rem;
  font-family: "宋体";
  color: #333;
  line-height: 30px;
}
.content-wrap .content .main-wrap .product-con {
  margin-top: 20px;
}
.content-wrap .content .main-wrap .product-con .plist {
  padding: 0 8px 20px;
}
.content-wrap .content .main-wrap .product-con .plist a {
  text-decoration: none;
  display: block;
  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 .content .main-wrap .product-con .plist a:hover {
  border-color: #448ef3;
}
.content-wrap .content .main-wrap .product-con .plist a:hover .con .morebtn {
  border-color: #448ef3;
  background: #448ef3;
  color: #fff;
}
.content-wrap .content .main-wrap .product-con .plist a .con h4 {
  padding: 15px 10px 10px;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #333;
  margin: 0;
}
.content-wrap .content .main-wrap .product-con .plist a .con p {
  padding: 0 10px;
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 5;
}
.content-wrap .content .main-wrap .product-con .plist a .con .morebtn {
  padding: 10px;
  border-top: 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;
  color: #448ef3;
}
.content-wrap .content .main-wrap .product-con .plist a .con .morebtn i {
  font-style: normal;
}
.content-wrap .content .main-wrap .news-con .nlist {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
  margin-top: 20px;
}
.content-wrap .content .main-wrap .news-con .nlist a {
  display: block;
  text-decoration: none;
  color: #7f7f7f;
}
.content-wrap .content .main-wrap .news-con .nlist a:hover .con .tit {
  color: #448ef3;
}
.content-wrap .content .main-wrap .news-con .nlist a:hover .con p {
  color: #448ef3;
}
.content-wrap .content .main-wrap .news-con .nlist a .picbox {
  width: 45%;
}
.content-wrap .content .main-wrap .news-con .nlist a .con {
  width: 52%;
}
.content-wrap .content .main-wrap .news-con .nlist a .con .time {
  font-size: 1.8rem;
  color: #8a8a8a;
  margin-bottom: 10px;
}
.content-wrap .content .main-wrap .news-con .nlist a .con .time span {
  margin-right: 10px;
}
.content-wrap .content .main-wrap .news-con .nlist a .con .tit {
  margin-top: 10px;
  color: #333;
  font-size: 1.6rem;
  line-height: 25px;
  height: 18px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  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 .content .main-wrap .news-con .nlist a .con p {
  margin-top: 8px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  font-size: 1.2rem;
  color: #929292;
  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 .content .main-wrap .download-con {
  margin-top: 20px;
}
.content-wrap .content .main-wrap .download-con .dlist {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content-wrap .content .main-wrap .download-con .dlist a {
  display: block;
  text-decoration: none;
  color: #929292;
  font-size: 1.2rem;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  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 .content .main-wrap .download-con .dlist a:hover {
  color: #448ef3;
}
.content-wrap .content .main-wrap .messages-con {
  margin-top: 20px;
}
.content-wrap .content .main-wrap .messages-con .inputlist {
  padding: 5px;
  margin-bottom: 10px;
}
.content-wrap .content .main-wrap .messages-con .inputlist .textbox1 {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 1.4rem;
  color: #333;
  padding: 3px;
  background: #ececec;
  border: none;
}
.content-wrap .content .main-wrap .messages-con .inputlist .textbox2 {
  width: 100%;
  height: 150px;
  line-height: 25px;
  font-size: 1.4rem;
  color: #333;
  padding: 3px;
  background: #ececec;
  border: none;
}
.content-wrap .content .main-wrap .messages-con .inputlist .submitbtn {
  background: #448ef3;
  border-left: 1px solid #448ef3;
  border-right: 1px solid #448ef3;
  border-top: 1px solid #448ef3;
  border-bottom: 2px solid #ff9e40;
  width: 150px;
  height: 45px;
  text-align: center;
  color: #fff;
  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 .content .main-wrap .messages-con .inputlist .submitbtn:hover {
  border-left: 1px solid #ff9e40;
  border-right: 1px solid #ff9e40;
  border-top: 1px solid #ff9e40;
  background: #ff9e40;
  border-bottom: 2px solid #448ef3;
}
.content-wrap .content .main-wrap .contact-con {
  margin-top: 20px;
  margin-bottom: 50px;
}
.content-wrap .content .main-wrap .contact-con .pic img {
  width: 100%;
}
.content-wrap .content .main-wrap .contact-con .contxt {
  margin-top: 20px;
  background: #f0f0f0;
  color: #333;
  font-size: 1.8rem;
  padding: 20px;
  line-height:32px;
}
.content-wrap .content .main-wrap .contact-con .contxt .clist {
  display: inline-block;
  float: left;
  margin-right: 50px;
  line-height: 35px;
}
.content-wrap .content .main-wrap .contact-con .mappic {
  margin-top: 20px;
  border: 1px solid #ccc;
}
.content-wrap .content .main-wrap .contact-con .mappic img {
  width: 100%;
}
.content-wrap .content .main-wrap .news-details-con {
  margin-top: 20px;
  margin-bottom: 50px;
}
.content-wrap .content .main-wrap .news-details-con h4 {
  font-size: 2rem;
  color: #333;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.content-wrap .content .main-wrap .news-details-con .pic {
  width: 80%;
  margin: 20px auto;
}
.content-wrap .content .main-wrap .news-details-con .pic img {
  width: 100%;
}
.content-wrap .content .main-wrap .news-details-con .con {
  margin-top: 20px;
}
.content-wrap .content .main-wrap .news-details-con .con p {
  font-size: 1.4rem;
  color: #333;
  line-height: 35px;
}
.content-wrap .content .main-wrap .news-details-con .pagebox {
  margin-top: 60px;
  font-size: 1.4rem;
  line-height: 30px;
}
.content-wrap .content .main-wrap .news-details-con .pagebox a {
  color: #333;
}
.content-wrap .content .main-wrap .product-details-con {
  margin-top: 20px;
}
.content-wrap .content .main-wrap .product-details-con h4 {
  font-size: 2rem;
  color: #333;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.content-wrap .content .main-wrap .product-details-con .pic {
  width: 80%;
  margin: 20px auto;
}
.content-wrap .content .main-wrap .product-details-con .pic img {
  width: 100%;
}
.content-wrap .content .main-wrap .product-details-con .con {
  margin-top: 20px;
}
.content-wrap .content .main-wrap .product-details-con .con .dtit {
  border-bottom: 2px solid #ff9e40;
}
.content-wrap .content .main-wrap .product-details-con .con .dtit .tit {
  width: 130px;
  height: 45px;
  background: #448ef3;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 1.8rem;
}
.content-wrap .content .main-wrap .product-details-con .con .cn {
  margin-top: 10px;
  padding: 0 5px;
}
.content-wrap .content .main-wrap .product-details-con .con .cn p {
  color: #333;
  line-height: 30px;
}
.footer-wrap .footer {
  background: #276ac6;
  padding: 25px 0;
  text-align: center;
}
.footer-wrap .footer p {
  margin-bottom: 0;
  color: #fff;
}
.footer-wrap .w-footer {
  padding: 20px 0;
  background: #151515;
  color: #fff;
  text-align: center;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #448ef3;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #1958ae;
}
.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;
  }
  .content-wrap .about-wrap {
    padding-top: 60px;
  }
  .content-wrap .about-wrap .about-con .ltpic {
    padding-right: 20px;
  }
  .content-wrap .about-wrap .about-con .conbox {
    padding-right: 40px;
  }
  .content-wrap .about-wrap .video-con .vtit {
    width: 10%;
  }
  .content-wrap .about-wrap .video-con .pic {
    width: 90%;
  }
  .content-wrap .about-wrap .video-con .pic img {
    width: 100%;
  }
  .content-wrap .product-wrap .product-con .pchoosebox {
    border-bottom: 2px solid #448ef3;
  }
  .content-wrap .product-wrap .product-con .pchoosebox .pclist a {
    border-radius: 5px 5px 0 0;
  }
  .content-wrap .product-wrap .product-con .pchoosebox .pclist a:hover {
    background: url(../images/pchoosebox-titbg.jpg) repeat-x;
  }
  .content-wrap .case-wrap .case-con .layB .tbC .slide {
    width: 1200px;
  }
  .content-wrap .choosebox-wrap .choosebox-con .clist {
    width: 50%;
    display: block;
    position: relative;
    right: -22px;
  }
  .content-wrap .choosebox-wrap .choosebox-con .clist .pic {
    width: 35%;
  }
  .content-wrap .choosebox-wrap .choosebox-con .clist .con {
    width: 50%;
  }
  .content-wrap .choosebox-wrap .choosebox-con .clist.crt {
    position: relative;
    left: -18px;
    float: right;
  }
  .content-wrap .choosebox-wrap .choosebox-con .clist .crt {
    float: right;
    margin-right: 5px;
  }
  .content-wrap .choosebox-wrap .choosebox-con .clist .trt {
    text-align: right;
  }
  .content-wrap .choosebox-wrap .choosebox-con .clist .trt .titbox i {
    float: right;
  }
  .content-wrap .choosebox-wrap .choosebox-con .clist .line.crt {
    right: 16px;
    left: auto;
  }
  .content-wrap .flow-wrap .flow-con .fadbox .fbg .con {
    width: 75%;
  }
  .content-wrap .newsbox-wrap .download-wrap {
    padding-right: 40px;
  }
  .content-wrap .newsbox-wrap .news-wrap {
    padding-right: 60px;
  }
  .content-wrap .newsbox-wrap .messages-wrap {
    padding-right: 30px;
  }
  .content-wrap .contact-wrap .c-contactcn {
    padding: 40px 0px 0px 15px;
  }
  .content-wrap .contact-wrap .c-contactcn h4 {
    margin-bottom: 30px;
  }
  .content-wrap .contact-wrap .c-contactcn .ccon .clist {
    margin-bottom: 35px;
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .con .tit {
    margin-top: 20px;
  }
  .content-wrap .content .main-wrap .news-details-con .pagebox .prevtit {
    float: left;
  }
  .content-wrap .content .main-wrap .news-details-con .pagebox .nexttit {
    float: right;
  }
}
@media (min-width: 768px) {
  .content-wrap .about-wrap .about-con .ltpic {
    padding-right: 20px;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .picbox {
    width: 18%;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .con {
    width: 80%;
  }
  .content-wrap .content .main-wrap .newsbox-wrap .download-wrap {
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .container1 {
    padding-left: .5em;
    padding-right: .5em;
  }
  .header-wrap .container .logo {
    width: 85%;
  }
  .w-header .logo img {
    width: 60%;
  }
  .w-header .search {
    width: 60%;
    float: right;
  }
  .w-header .search img {
    float: right;
  }
  .content-wrap .client-wrap .client-con .picScroll {
    overflow: hidden;
  }
  .content-wrap .about-wrap .video-con {
    margin-top: 20px;
  }
  .content-wrap .newsbox-wrap .download-wrap {
    margin-bottom: 20px;
  }
  .content-wrap .newsbox-wrap .news-wrap {
    margin-bottom: 50px;
  }
  .content-wrap .newsbox-wrap .news-wrap .news-con .con #dowebok .item a .picbox {
    width: 40%;
  }
  .content-wrap .newsbox-wrap .news-wrap .news-con .con #dowebok .item a .txt {
    width: 58%;
  }
  .content-wrap .newsbox-wrap .news-wrap .news-con .con #dowebok .item a .txt p {
    height: 120px;
  }
  .content-wrap .case-wrap .case-con .layB .tbC .slide {
    height: auto;
  }
  .content-wrap .case-wrap .case-con .layB .tbC .slide ul li {
    padding: 5px;
  }
  .content-wrap .contact-wrap {
    background: #1f1f1f;
    border-bottom: none;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
}
@media (max-width: 680px) {
  
}
@media (max-width: 480px) {
  .logo img {
    width: 83%;
  }
  .w-header .logo img {
    width: 100%;
  }
  .w-header .search {
    width: 95%;
    float: left;
  }
  .w-header .search img {
    float: right;
  }
  .content-wrap .case-wrap .case-con .layB .tbC .slide ul li {
    width: 50%;
  }
  .content-wrap .flow-wrap .flow-con .numberbox .nlist {
    width: 50%;
  }
  .content-wrap .choosebox-wrap .choosebox-con .clist .con {
    width: 85%;
  }
}
@media (max-width: 375px) {
  .logo img {
    width: 83%;
  }
  .menu img {
    width: 83%;
  }
}
