@font-face {
  font-family: 'zzh';
  /*src: url('../fonts/bdzy.woff2') format('woff2'),
	url('../fonts/bdzy.woff') format('woff');*/
  src: url('../fonts/zzh.ttf');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "微软雅黑";
}
.container-fluid {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}
.row {
  margin: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
  margin: 0;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
a {
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.topbar {
  height: 35px;
  background: #f1f1f1;
  font-size: 1.2rem;
  color: #999;
  line-height: 35px;
  font-family: "宋体";
}
.topbar .trt a {
  color: #999;
}
.topbar .trt span {
  margin: 0 5px;
}
.header-wrap .header {
  position: relative;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .stxt {
  margin-top: 25px;
  background: url(../images/header-line1.png) no-repeat left top;
  height: 63px;
  padding-left: 20px;
  margin-left: 20px;
}
.header-wrap .header .stxt .stit {
  font-size: 2.4rem;
  color: #c72f2d;
  font-weight: bold;
}
.header-wrap .header .stxt .btit {
  font-size: 1.8rem;
  color: #696969;
}
.header-wrap .header .phonebox {
  margin-top: 27px;
  float: right;
  text-align: right;
}
.header-wrap .header .phonebox .pcn {
  margin-top: 5px;
  font-size: 2rem;
  color: #c72f2d;
  font-weight: bold;
}
.header-wrap .header .menu {
  line-height: 65px;
  float: right;
}
.header-wrap .header .menu img {
  max-width: 100%;
}
.header-wrap .header .menulist {
  position: absolute;
  top: 65px;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.header-wrap .header .menulist a {
  font-size: 1.4rem;
  font-family: "微软雅黑";
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.header-wrap .header .menulist a:hover {
  background: #000;
}
.nav-wrap {
  height: 55px;
  background: #237ddd;
}
.nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 16.66%;
  background: url(../images/navline.jpg) no-repeat left 18px;
}
.nav-wrap .nav-ul .navlist:last-child a {
  background: url(../images/navline.jpg) no-repeat right 18px;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  position: relative;
  line-height: 55px;
  height: 55px;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  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;
}
.nav-wrap .nav-ul .navlist a.listh1:hover,
.nav-wrap .nav-ul .navlist a.listh1.on {
  background: #f19000;
}
.nav-wrap .nav-ul .navlist a.listh1.active{
  background: #f19000;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 55px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 100%;
}
.nav-wrap .nav-ul .navlist .list2-ul .list {
  position: relative;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2 {
  text-align: left;
  padding-left: 10px;
  line-height: 45px;
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2:hover,
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #1a8afa;
}
.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 {
  text-align: center;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  display: block;
  line-height: 45px;
  color: #fff;
  font-size: 1.6rem;
}
.banner-wrap {
  position: relative;
  z-index: 1;
}
.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%;
}


.hot{height:50px; background:#212121; position:fixed; bottom:0; left:0; z-index:99; border-top:2px solid #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.hot .row div:hover{ background:#000;}	
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }


.banner-wrap .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.content-wrap {
  position: relative;
}
.content-wrap .partner-wrap {
  padding: 45px 0;
  overflow: hidden;
}
.content-wrap .partner-wrap .title-line {
  text-align: center;
}
.content-wrap .partner-wrap .title-line .entit {
  font-size: 1.6rem;
  color: #696969;
  font-family: "Arial";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content-wrap .partner-wrap .title-line .chtit {
  margin-top: 5px;
  font-size: 3.6rem;
  color: #292929;
  font-family: "zzh";
}
.content-wrap .partner-wrap .title-line .chtit span {
  color: #009df4;
}
.content-wrap .partner-wrap .partner-con {
  margin-top: 45px;
}
.content-wrap .partner-wrap .partner-con .partner-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.content-wrap .partner-wrap .partner-con .partner-carousel .item {
  display: block;
  margin: 0 10px;
}
.content-wrap .partner-wrap .partner-con .partner-carousel .item:hover .pic {
  opacity: .5;
}
.content-wrap .partner-wrap .partner-con .partner-carousel .item .pic {
  border: 1px solid #e3e3e3;
  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 .partner-wrap .partner-con .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: -25px;
  top: 40%;
  width: 21px;
  height: 24px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-radius: 0;
  background: url(../images/partner-ltarrow.png) no-repeat;
}
.content-wrap .partner-wrap .partner-con .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: -25px;
  top: 40%;
  width: 21px;
  height: 24px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-radius: 0;
  background: url(../images/partner-rtarrow.png) no-repeat;
}
.content-wrap .hotpro-wrap {
  background: #f5f5f5;
  padding: 45px 0;
}
.content-wrap .hotpro-wrap .w-ltside .mb {
  margin-bottom: 20px;
}
.content-wrap .hotpro-wrap .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #217ede;
  background-size: cover;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .hotpro-wrap .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .hotpro-wrap .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .hotpro-wrap .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .hotpro-wrap .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 .hotpro-wrap .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .hotpro-wrap .w-ltside .show-hide .div2:hover a {
  background: #217ede;
  color: #fff;
}
.content-wrap .hotpro-wrap .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .hotpro-wrap .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .hotpro-wrap .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 .hotpro-wrap .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .hotpro-wrap .w-ltside .show-hide .div3 ul li a:hover {
  color: #217ede;
}
.content-wrap .hotpro-wrap .ltside {
  padding-right: 30px;
}
.content-wrap .hotpro-wrap .ltside .linkbox .titbox {
  background: url(../images/ltside-titbg.jpg) no-repeat;
  background-size: 100% 100%;
  height: 90px;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding-top: 15px;
}
.content-wrap .hotpro-wrap .ltside .linkbox .titbox span {
  margin-top: 5px;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.6rem;
  color: #c9c9c9;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox {
  border: 1px solid #ccc;
  background: #fff;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list {
  border-left: 2px solid #fff;
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  color: #343434;
  border-bottom: 1px solid #ccc;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list:hover {
  font-weight: bold;
  border-left-color: #f19000;
  color: #f19000;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list:hover .arrow img {
  -webkit-filter: brightness(1);
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list.on1 {
  font-weight: bold;
  border-left-color: #f19000;
  border-bottom: none;
  color: #f19000;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list.on1 .arrow {
  transform: rotate(90deg);
  position: relative;
  top: 3px;
  left: 3px;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list.on1 .arrow img {
  -webkit-filter: brightness(1);
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list .arrow {
  margin-top: -2px;
  margin-right: 20px;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list .arrow img {
  -webkit-filter: brightness(0);
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list2 {
  display: none;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list2 ul {
  border-top: 1px solid #ccc;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list2 ul li {
  border-bottom: 1px solid #ccc;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list2 ul li a {
  display: block;
  border-left: 2px solid #f19000;
  font-size: 1.4rem;
  color: #474747;
  line-height: 45px;
  height: 45px;
  padding-left: 55px;
  text-decoration: none;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list2 ul li a:hover {
  color: #f19000;
}
.content-wrap .hotpro-wrap .ltside .contactbox {
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px 0 0;
}
.content-wrap .hotpro-wrap .ltside .contactbox .pic img {
  width: 100%;
}
.content-wrap .hotpro-wrap .hotpro-con .title-morebtn .titbox .tit {
  height: 45px;
  line-height: 45px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1a8afa;
}
.content-wrap .hotpro-wrap .hotpro-con .title-morebtn .titbox .tit span {
  font-size: 1.2rem;
  color: #595959;
  font-family: "Arial";
  font-weight: normal;
  text-transform: uppercase;
}
.content-wrap .hotpro-wrap .hotpro-con .title-morebtn .titbox .morebtn a {
  line-height: 45px;
  color: #595959;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Arial";
}
.content-wrap .hotpro-wrap .hotpro-con .title-morebtn .line-wrap {
  height: 2px;
  width: 100%;
  background: #f19000;
}
.content-wrap .hotpro-wrap .hotpro-con .title-morebtn .line-wrap .line {
  width: 130px;
  height: 2px;
  background: #1a8afa;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon {
  margin-top: 20px;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon .plist {
  padding: 0 10px 20px;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon .plist a {
  background: #fff;
  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 .hotpro-wrap .hotpro-con .hcon .plist a:hover .btit {
  background: #237ddd;
  border-bottom-color: #0a5fb9;
  color: #fff;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon .plist a .picbox {
  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 .hotpro-wrap .hotpro-con .hcon .plist a .btit {
  background: #eee;
  border-bottom: 2px solid #ccc;
  text-align: center;
  padding: 0 10px;
  font-size: 1.5rem;
  color: #595959;
  line-height: 50px;
  height: 50px;
  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 .adbox-wrap {
  background: url(../images/adboxbg1.jpg) no-repeat center center;
  background-size: cover;
  padding: 25px 0;
}
.content-wrap .about-wrap {
  padding: 50px 0;
  background: url(../images/aboutbg.png) no-repeat bottom center;
}
.content-wrap .about-wrap .about-con .picbox {
  text-align: center;
}
.content-wrap .about-wrap .about-con .picbox img {
  max-width: 100%;
}
.content-wrap .about-wrap .about-con .con .titbox {
  margin-top: 20px;
}
.content-wrap .about-wrap .about-con .con .titbox .btit {
  font-size: 2rem;
  color: #292929;
  font-weight: bold;
}
.content-wrap .about-wrap .about-con .con .titbox .btit span {
  margin-top: 3px;
  font-size: 1.2rem;
  color: #1e80db;
  font-weight: normal;
}
.content-wrap .about-wrap .about-con .con .titbox .stit {
  margin-top: 3px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #999;
}
.content-wrap .about-wrap .about-con .con .titbox .line {
  margin-top: 10px;
  width: 15px;
  height: 2px;
  background: #646464;
}
.content-wrap .about-wrap .about-con .con .cn {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #696969;
  line-height: 25px;
}
.content-wrap .about-wrap .about-con .con .morebtn {
  margin-top: 40px;
  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 .con .morebtn:hover {
  opacity: .5;
}
.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: #237ddd;
  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: #237ddd;
  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: #237ddd;
  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: #237ddd;
}
.content-wrap .contentbox .ltside {
  margin-bottom: 20px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow {
  border: 5px solid #d7d7d7;
  background: #237ddd;
  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: #237ddd;
  color: #fff !important;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list.active {
  background: #237ddd;
  color: #fff !important;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list.on1 {
  background: #237ddd;
  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: #237ddd;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a.active {
  color: #237ddd;
}
.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: #0095df;
  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: #237ddd;
}
.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: #0341a8;
}
.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: #237ddd;
}
.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 .con {
  font-size: 1.4rem;
  color: #0d0d0d;
  line-height: 30px;
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .about-con .con img {
  width: 100%;
  margin: 10px 0;
}
.content-wrap .contentbox .main-wrap .product-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .product-con .plist a {
  border: 1px solid #ccc;
  border-bottom: none;
  background: #fff;
  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 .contentbox .main-wrap .product-con .plist a:hover {
  border-color: #0a5fb9;
}
.content-wrap .contentbox .main-wrap .product-con .plist a:hover .btit {
  background: #237ddd;
  border-bottom-color: #0a5fb9;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .picbox {
  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 .btit {
  background: #eee;
  border-bottom: 2px solid #ccc;
  text-align: center;
  padding: 0 10px;
  font-size: 1.5rem;
  color: #595959;
  line-height: 50px;
  height: 50px;
  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 .contentbox .main-wrap .brand-con .blist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .brand-con .blist a {
  border: 1px solid #ccc;
  text-decoration: none;
  display: block;
  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 .brand-con .blist a:hover {
  opacity: .6;
}
.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: #1a8afa;
}
.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 .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: #0095df;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
  margin-left: 23%;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox {
  padding-left: 20px;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox .pbox {
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic img {
  width: 100%;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .tit {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .cn {
  font-size: 1.2rem;
  color: #696969;
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap .news-details-con .tit {
  text-align: center;
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .news-details-con .tit span {
  font-size: 2.4rem;
  border-bottom: 1px solid #0196dc;
  padding-bottom: 5px;
  color: #292929;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic {
  margin: 10px 0;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .news-details-con .con p {
  text-indent: 2em;
  color: #636363;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 28px;
}
.content-wrap .contentbox .main-wrap .product-details-con .showbox .pgwSlideshow {
  background: #fff;
  /*.ps-current > ul > li img{
							height:350px;
						}*/
}
.content-wrap .contentbox .main-wrap .product-details-con .showbox .pgwSlideshow .ps-current {
  border: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .product-details-con .showbox .pgwSlideshow .ps-list {
  background: #fff;
  box-shadow: none;
  border-top: none;
}
.content-wrap .contentbox .main-wrap .product-details-con .showbox .pgwSlideshow .ps-list li .ps-item.ps-selected {
  border-color: #0b76e1;
}
.content-wrap .contentbox .main-wrap .product-details-con .showbox .pgwSlideshow .ps-list li img {
  max-width: 60px;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .title {
  font-size: 2.4rem;
  color: #292929;
  line-height: 55px;
  overflow: hidden;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .con {
  margin-top: 10px;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .con .clist {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .con .clist .tit {
  font-size: 1.4rem;
  font-weight: bold;
  color: #292929;
  line-height: 20px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .con .clist .cn {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #696969;
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox {
  margin-top: 6px;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z1 {
  float: left;
  display: inline-block;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z1 a {
  text-decoration: none;
  display: block;
  background: #237ddd;
  width: 125px;
  height: 45px;
  border-radius: 5px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z1 a:hover {
  background: #1b64b2;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z1 a i {
  margin-right: 5px;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z2 {
  margin-top: 10px;
  float: left;
  display: inline-block;
  border: 1px solid #ccc;
  width: 245px;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  text-align: center;
  font-size: 1.4rem;
  color: #292929;
}
.content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z2 i {
  margin-right: 5px;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .cn {
  font-size: 1.4rem;
  color: #636363;
  line-height: 30px;
}
.footer-wrap .footer .f1box {
  border-top: 1px solid #efefef;
}
.footer-wrap .footer .f1box .ewmbox {
  padding: 30px 20px;
  border-right: 1px solid #efefef;
}
.footer-wrap .footer .f1box .ewmbox .title-line .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #292929;
}
.footer-wrap .footer .f1box .ewmbox .title-line .title span {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #999;
  text-transform: uppercase;
  font-family: "Arial";
}
.footer-wrap .footer .f1box .ewmbox .title-line .line {
  margin-top: 10px;
  width: 20px;
  height: 2px;
  background: #217ede;
}
.footer-wrap .footer .f1box .ewmbox .econ {
  margin-top: 20px;
}
.footer-wrap .footer .f1box .ewmbox .econ .pic {
  float: left;
}
.footer-wrap .footer .f1box .ewmbox .econ .etxt {
  margin-left: 10px;
  float: left;
}
.footer-wrap .footer .f1box .ewmbox .econ .etxt .e1 {
  margin-top: 30px;
  font-size: 1.2rem;
  color: #696969;
}
.footer-wrap .footer .f1box .ewmbox .econ .etxt .e2 {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #696969;
}
.footer-wrap .footer .f1box .ewmbox .econ .etxt .e3 {
  margin-top: 10px;
}
.footer-wrap .footer .f1box .ewmbox .econ .etxt .e3 a {
  display: block;
  text-decoration: none;
  background: #217ede;
  width: 95px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  font-size: 1.2rem;
}
.footer-wrap .footer .f1box .ewmbox .econ .etxt .e3 a:hover {
  background: #1a65b2;
}
.footer-wrap .footer .f1box .cconbox {
  padding: 30px 30px;
  border-right: 1px solid #efefef;
}
.footer-wrap .footer .f1box .cconbox .title-line .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #292929;
}
.footer-wrap .footer .f1box .cconbox .title-line .title span {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #999;
  text-transform: uppercase;
  font-family: "Arial";
}
.footer-wrap .footer .f1box .cconbox .title-line .line {
  margin-top: 10px;
  width: 20px;
  height: 2px;
  background: #217ede;
}
.footer-wrap .footer .f1box .cconbox .ccon {
  margin-top: 20px;
}
.footer-wrap .footer .f1box .cconbox .ccon .list {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #696969;
}
.footer-wrap .footer .f1box .cconbox .ccon .list span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #217ede;
}
.footer-wrap .footer .f1box .linkbox {
  padding: 30px 0 30px 40px;
}
.footer-wrap .footer .f1box .linkbox .title-line .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #292929;
}
.footer-wrap .footer .f1box .linkbox .title-line .title span {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #999;
  text-transform: uppercase;
  font-family: "Arial";
}
.footer-wrap .footer .f1box .linkbox .title-line .line {
  margin-top: 10px;
  width: 20px;
  height: 2px;
  background: #217ede;
}
.footer-wrap .footer .f1box .linkbox .lcon {
  margin-top: 20px;
}
.footer-wrap .footer .f1box .linkbox .lcon .l1 a {
  font-size: 1.2rem;
  color: #696969;
  margin-right: 20px;
  letter-spacing: 1px;
  line-height: 25px;
}
.footer-wrap .footer .f1box .linkbox .lcon .l2 {
  margin-top: 30px;
}
.footer-wrap .footer .f1box .linkbox .lcon .l2 .ltit {
  float: left;
}
.footer-wrap .footer .f1box .linkbox .lcon .l2 .cn {
  float: left;
  margin-left: 10px;
}
.footer-wrap .footer .f1box .linkbox .lcon .l2 .cn a {
  margin-right: 10px;
}
.footer-wrap .footer .f1box .linkbox .lcon .l2 .cn a:hover {
  opacity: .6;
}
.footer-wrap .footer .f2box {
  background: #eee;
  font-size: 1.2rem;
  color: #696969;
  line-height: 20px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #237ddd;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #1970cd;
}
.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: 110px;
  }
  .header-wrap .header .logo {
    line-height: 110px;
  }
  .content-wrap .about-wrap {
    padding-bottom: 100px;
  }
  .content-wrap .about-wrap .about-con .con {
    padding-left: 35px;
  }
  .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%;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .showcn {
    padding-left: 35px;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z2 {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media (max-width: 990px) {
  .container-fluid {
    padding-left: .5em;
    padding-right: .5em;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
  .footer-wrap .footer .f2box {
    background: #217ede;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
}
@media (max-width: 480px) {
  .logo img {
    max-width: 60%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
    width: 35%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .con {
    width: 63%;
  }
}
@media (max-width: 375px) {
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 28%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 28%;
  }
}
