﻿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;
}
.topbar {
  background: #3d3d3d;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 1.2rem;
}
.topbar .tlt .tlist {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.topbar .tlt .tlist i {
  margin-right: 10px;
  margin-top: -3px;
}
.topbar .trt {
  font-size: 1.4rem;
}
.topbar .trt a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
}
.topbar .trt a:hover {
  color: #f5a200;
}
.header-wrap .header {
  position: relative;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 11.11%;
}
.header-wrap .header .nav-ul .navlist a.listh1 {
  line-height: 100px;
  text-decoration: none;
  display: block;
  color: #292929;
  text-align: center;
  font-size: 1.4rem;
  font-family: "榛戜綋";
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.header-wrap .header .nav-ul .navlist a.listh1:hover,
.header-wrap .header .nav-ul .navlist a.listh1.on {
  color: #89cff0;
}
.header-wrap .header .nav-ul .navlist a.listh1 span {
  margin-top: 44px;
  float: right;
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #ccc;
}
.header-wrap .header .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 100px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 140px;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list {
  position: relative;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2 {
  text-align: left;
  padding-left: 10px;
  line-height: 35px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2:hover,
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #89cff0;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul .list2 {
  text-align: center;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  display: block;
  line-height: 35px;
  color: #fff;
}
.header-wrap .header .menu {
  line-height: 65px;
  float: right;
}
.header-wrap .header .menu img {
  max-width: 100%;
}
.header-wrap .header .menulist {
  position: absolute;
  top: 65px;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.header-wrap .header .menulist a {
  font-size: 1.4rem;
  font-family: "寰蒋闆呴粦";
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.header-wrap .header .menulist a:hover {
  background: #000;
}
.banner-wrap {
  position: relative;
}
.banner-wrap #owl-demo {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrap #owl-demo .item {
  display: block;
}
.banner-wrap #owl-demo img {
  display: block;
  width: 100%;
}
.banner-wrap .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  left: 47%;
}
.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 .case-wrap {
  padding: 50px 0;
}
.content-wrap .case-wrap .title-line {
  text-align: center;
}
.content-wrap .case-wrap .title-line .btit {
  background: url(../images/index-title-line1.png) no-repeat center 30px;
}
.content-wrap .case-wrap .title-line .btit .chtit {
  font-size: 3.6rem;
  color: #292929;
}
.content-wrap .case-wrap .title-line .btit .entit {
  font-size: 1.2rem;
  color: #acacac;
  font-family: "Arial";
}
.content-wrap .case-wrap .title-line .stit {
  margin-top: 5px;
  color: #c2c2c2;
  font-size: 1.2rem;
  line-height: 20px;
}
.content-wrap .case-wrap .case-con {
  margin-top: 30px;
}
.content-wrap .case-wrap .case-con ul li {
  float: left;
  width: 24%;
  padding: 0 1px 2px;
  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 ul li:hover {
  width: 25%;
}
.content-wrap .case-wrap .case-con ul li:hover a .picbox .showcn {
  top: 0;
}
.content-wrap .case-wrap .case-con ul li a {
  text-decoration: none;
  display: block;
}
.content-wrap .case-wrap .case-con ul li a .picbox {
  position: relative;
  overflow: hidden;
}
.content-wrap .case-wrap .case-con ul li a .picbox .showcn {
  position: absolute;
  top: 800px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/case-fdj.png) no-repeat center center;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .case-wrap .case-con ul li a .picbox .showcn .stit {
  margin-top: 25%;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
}
.content-wrap .case-wrap .case-con .morebtn {
  text-align: center;
  margin-top: 30px;
}
.content-wrap .case-wrap .case-con .morebtn a {
  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 .morebtn a:hover {
  opacity: .5;
}
.content-wrap .case-wrap .case-con .morebtn a img {
  max-width: 100%;
}
.content-wrap .about-wrap {
  padding: 50px 0;
  background: url(../images/aboutbg.jpg) no-repeat center center;
  background-size: cover;
}
.content-wrap .about-wrap .title-line {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.content-wrap .about-wrap .picbox {
  margin-bottom: 20px;
}
.content-wrap .about-wrap .con a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .about-wrap .con a:hover {
  color: #89cff0;
}
.content-wrap .about-wrap .con a .title-morebtn {
  margin-bottom: 10px;
}
.content-wrap .about-wrap .con a .title-morebtn .tit {
  font-size: 1.8rem;
}
.content-wrap .about-wrap .con a .title-morebtn .tit span {
  font-size: 1.4rem;
}
.content-wrap .about-wrap .con a .cn {
  font-size: 1.2rem;
}
.content-wrap .about-wrap .con a .cn p {
  text-indent: 2em;
  margin-bottom: 0;
  line-height: 27px;
}
.content-wrap .about-wrap .con a .khcn {
  border-top: 1px dashed #fff;
  margin-top: 10px;
  padding-top: 10px;
}
.content-wrap .about-wrap .con a .khcn .klist {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.content-wrap .about-wrap .con a .khcn .klist span {
  color: #89cff0;
}
.content-wrap .display-wrap {
  padding: 50px 0;
}
.content-wrap .display-wrap .title-line {
  text-align: center;
}
.content-wrap .display-wrap .title-line .btit {
  background: url(../images/index-title-line1.png) no-repeat center 30px;
}
.content-wrap .display-wrap .title-line .btit .chtit {
  font-size: 3.6rem;
  color: #292929;
}
.content-wrap .display-wrap .title-line .btit .entit {
  font-size: 1.2rem;
  color: #acacac;
  font-family: "Arial";
}
.content-wrap .display-wrap .title-line .stit {
  margin-top: 5px;
  color: #c2c2c2;
  font-size: 1.2rem;
  line-height: 20px;
}
.content-wrap .display-wrap .display-con {
  margin-top: 30px;
  overflow: hidden;
}
.content-wrap .display-wrap .display-con .picMarquee-left {
  position: relative;
}
.content-wrap .display-wrap .display-con .picMarquee-left .hd .prev2 {
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -24px;
  color: #666;
  background: url(../images/case-arrow.png) no-repeat left top;
  width: 48px;
  height: 48px;
  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 .display-wrap .display-con .picMarquee-left .hd .prev2:hover {
  background: url(../images/case-arrow.png) no-repeat right top;
}
.content-wrap .display-wrap .display-con .picMarquee-left .hd .next2 {
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -24px;
  color: #666;
  background: url(../images/case-arrow.png) no-repeat right bottom;
  width: 48px;
  height: 48px;
  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 .display-wrap .display-con .picMarquee-left .hd .next2:hover {
  background: url(../images/case-arrow.png) no-repeat left bottom;
}
.content-wrap .display-wrap .display-con .picMarquee-left .bd {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.content-wrap .display-wrap .display-con .picMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.content-wrap .display-wrap .display-con .picMarquee-left .bd ul li {
  margin: 0 10px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 255px;
}
.content-wrap .display-wrap .display-con .picMarquee-left .bd ul li a {
  text-decoration: none;
  display: block;
}
.content-wrap .display-wrap .display-con .picMarquee-left .bd ul li a:hover .picbox {
  border-color: #89cff0;
}
.content-wrap .display-wrap .display-con .picMarquee-left .bd ul li a:hover .picbox .showcn {
  top: 0;
}
.content-wrap .display-wrap .display-con .picMarquee-left .bd ul li a .picbox {
  position: relative;
  border: 2px solid #fff;
  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 .display-wrap .display-con .picMarquee-left .bd ul li a .picbox .showcn {
  background: url(../images/product-fdj.png) no-repeat center center;
  position: absolute;
  top: 800px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .display-wrap .display-con .picMarquee-left .bd ul li a .picbox .showcn .stit {
  margin-top: 25%;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.content-wrap .display-wrap .display-con .morebtn {
  text-align: center;
  margin-top: 30px;
}
.content-wrap .display-wrap .display-con .morebtn a {
  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 .display-wrap .display-con .morebtn a:hover {
  opacity: .5;
}
.content-wrap .display-wrap .display-con .morebtn img {
  max-width: 100%;
}
.content-wrap .news-wrap {
  background: #e9e9e9;
  padding: 30px 0;
}
.content-wrap .news-wrap .title-line {
  text-align: center;
}
.content-wrap .news-wrap .title-line .btit {
  background: url(../images/index-title-line1.png) no-repeat center 30px;
}
.content-wrap .news-wrap .title-line .btit .chtit {
  font-size: 3.6rem;
  color: #292929;
}
.content-wrap .news-wrap .title-line .btit .entit {
  font-size: 1.2rem;
  color: #acacac;
  font-family: "Arial";
}
.content-wrap .news-wrap .title-line .stit {
  margin-top: 5px;
  color: #c2c2c2;
  font-size: 1.2rem;
  line-height: 20px;
}
.content-wrap .news-wrap .news-con {
  margin-top: 50px;
}
.content-wrap .news-wrap .news-con .nlist {
  padding: 0 10px 20px;
}
.content-wrap .news-wrap .news-con .nlist a {
  text-decoration: none;
  display: block;
  background: #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .news-wrap .news-con .nlist a:hover {
  background: #89cff0;
}
.content-wrap .news-wrap .news-con .nlist a:hover .con .tit {
  color: #fff;
}
.content-wrap .news-wrap .news-con .nlist a:hover .con .cn {
  color: #fff;
}
.content-wrap .news-wrap .news-con .nlist a .picbox {
  width: 20%;
}
.content-wrap .news-wrap .news-con .nlist a .con {
  width: 80%;
  padding: 10px;
}
.content-wrap .news-wrap .news-con .nlist a .con .tit {
  margin-top: 5px;
  font-size: 1.6rem;
  color: #292929;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin-bottom: 8px;
}
.content-wrap .news-wrap .news-con .nlist a .con .cn {
  font-size: 1.4rem;
  color: #5f5f5f;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.content-wrap .partner-wrap {
  padding: 30px 0;
}
.content-wrap .partner-wrap .title-line {
  text-align: center;
}
.content-wrap .partner-wrap .title-line .btit {
  background: url(../images/index-title-line1.png) no-repeat center 30px;
}
.content-wrap .partner-wrap .title-line .btit .chtit {
  font-size: 3.6rem;
  color: #292929;
}
.content-wrap .partner-wrap .title-line .btit .entit {
  font-size: 1.2rem;
  color: #acacac;
  font-family: "Arial";
}
.content-wrap .partner-wrap .title-line .stit {
  margin-top: 5px;
  color: #c2c2c2;
  font-size: 1.2rem;
  line-height: 20px;
}
.content-wrap .partner-wrap .partner-con {
  margin-top: 50px;
}
.content-wrap .partner-wrap .partner-con .pcon ul li {
  display: inline-block;
  float: left;
 
}
.content-wrap .partner-wrap .partner-con .pcon ul li .plist {
  padding: 0 5px 10px;
}
.content-wrap .partner-wrap .partner-con .pcon ul li .plist a {
  text-decoration: none;
  display: block;
}
.content-wrap .partner-wrap .partner-con .pcon ul li .plist a:hover .picbox {
  opacity: .5;
}
.content-wrap .partner-wrap .partner-con .pcon ul li .plist 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 .partner-wrap .partner-con .morebtn {
  text-align: center;
  margin-top: 20px;
}
.content-wrap .contact-wrap {
  background: #e9e9e9;
  padding: 30px 0;
}
.content-wrap .contact-wrap .title-line {
  text-align: center;
}
.content-wrap .contact-wrap .title-line .btit {
  background: url(../images/index-title-line1.png) no-repeat center 30px;
}
.content-wrap .contact-wrap .title-line .btit .chtit {
  font-size: 3.6rem;
  color: #292929;
}
.content-wrap .contact-wrap .title-line .btit .entit {
  font-size: 1.2rem;
  color: #acacac;
  font-family: "Arial";
}
.content-wrap .contact-wrap .title-line .stit {
  margin-top: 5px;
  color: #c2c2c2;
  font-size: 1.2rem;
  line-height: 20px;
}
.content-wrap .contact-wrap .contact-con {
  margin-top: 30px;
}
.content-wrap .contact-wrap .contact-con .ccon .con p {
  color: #505050;
  font-size: 1.2rem;
  line-height: 25px;
  margin-bottom: 10px;
}
.content-wrap .contact-wrap .contact-con .ccon .con .iconbox {
  margin-top: 20px;
}
.content-wrap .contact-wrap .contact-con .ccon .con .iconbox .ilist {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #484848;
}
.content-wrap .contact-wrap .contact-con .ccon .con .iconbox .ilist span {
  display: inline-block;
}
.content-wrap .contact-wrap .contact-con .ccon .con .morebtn {
  margin-top: 30px;
  background: #202020;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contact-wrap .contact-con .ccon .con .morebtn:hover {
  background: #89cff0;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist {
  margin-bottom: 10px;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .textbox1 {
  width: 49%;
  height: 35px;
  padding: 5px;
  font-size: 1.4rem;
  color: #333;
  border: 1px solid #adadad;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .textbox2 {
  width: 100%;
  height: 35px;
  padding: 5px;
  font-size: 1.4rem;
  color: #333;
  border: 1px solid #adadad;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .textbox3 {
  width: 100%;
  height: 130px;
  padding: 5px;
  font-size: 1.4rem;
  color: #333;
  border: 1px solid #adadad;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .submitbtn {
  background: #89cff0;
  height: 40px;
  width: 100%;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .submitbtn:hover {
  background: #5cbdea;
}
.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: #89cff0;
  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: #89cff0;
  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: #89cff0;
  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;
  margin-top: 2px;
  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: #89cff0;
}
.content-wrap .contentbox .w-posit {
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.content-wrap .contentbox .w-posit .tit {
  font-size: 1.2rem;
  color: #4d4d4d;
}
.content-wrap .contentbox .w-posit .posit {
  font-size: 1.2rem;
  color: #4d4d4d;
}
.content-wrap .contentbox .w-posit .posit a {
  color: #4d4d4d;
}
.content-wrap .contentbox .ltside {
  margin-bottom: 20px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow {
  border: 5px solid #d7d7d7;
  background: #89cff0;
  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: #89cff0;
  color: #fff !important;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list.on1 {
  background: #89cff0;
  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: #89cff0;
}
.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: #89cff0;
  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: #89cff0;
}
.content-wrap .contentbox .ltside .contactbox .con {
  margin-top: 15px;
  border: 1px solid #ccc;
  padding: 15px 10px;
}
.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: #89cff0;
}
.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: #89cff0;
}
.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 p {
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .about-con .con img {
 
}
.content-wrap .contentbox .main-wrap .case-con .clist {
  padding: 0 10px 10px;
}
.content-wrap .contentbox .main-wrap .case-con .clist a {
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .main-wrap .case-con .clist a:hover .picbox {
  border-color: #24a2df;
}
.content-wrap .contentbox .main-wrap .case-con .clist a:hover .btit {
  color: #24a2df;
}
.content-wrap .contentbox .main-wrap .case-con .clist a .picbox {
  position: relative;
  border: 1px solid #d8d8d8;
  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 .case-con .clist a .btit {
  color: #666;
  font-size: 1.8rem;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .news-con .nlist {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a {
  display: block;
  text-decoration: none;
  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: #24a2df;
}
.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 .certificate-con .clist {
  padding: 0 10px 10px;
}
.content-wrap .contentbox .main-wrap .certificate-con .clist a {
  text-decoration: none;
  text-align: center;
  color: #666;
  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;
}
.content-wrap .contentbox .main-wrap .certificate-con .clist a:hover {
  color: #89cff0;
}
.content-wrap .contentbox .main-wrap .certificate-con .clist a:hover .picbox {
  border-color: #89cff0;
}
.content-wrap .contentbox .main-wrap .certificate-con .clist 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 .contentbox .main-wrap .certificate-con .clist a .btit {
  line-height: 45px;
  height: 45px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .partner-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .partner-con .plist a {
  text-decoration: none;
  color: #666;
  font-size: 1.4rem;
}
.content-wrap .contentbox .main-wrap .partner-con .plist a .picbox {
  border: 1px solid #ccc;
}
.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 .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: #89cff0;
  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 .case-details-con .picbox {
  margin-bottom: 20px;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .case-details-con .picbox img {
  border: 1px solid #ccc;
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .case-details-con .dcon .tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d2d2d;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .case-details-con .dcon .cn {
  font-size: 1.4rem;
  color: #636363;
  line-height: 30px;
}
.footer-wrap .footer .zx-wrap {
  background: url(../images/zxbg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}
.footer-wrap .footer .zx-wrap .arrowbg {
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -38px;
}
.footer-wrap .footer .zx-wrap .tcon {
  text-align: center;
  margin-top: 80px;
}
.footer-wrap .footer .zx-wrap .tcon img {
  max-width: 100%;
}
.footer-wrap .footer .linkbox {
  background: #89cff0;
  padding: 30px 0;
}
.footer-wrap .footer .linkbox .logo {
  text-align: center;
  
  color: #fff;
  font-weight: bold;
}
.footer-wrap .footer .linkbox .logo span {
  font-weight: normal;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
}
.footer-wrap .footer .linkbox .link-ul .link {
  border-left: 1px solid #ccc;
  padding: 0 35px;
  float: left;
}
.footer-wrap .footer .linkbox .link-ul .link h5 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.footer-wrap .footer .linkbox .link-ul .link .list {
  height: 113px;
  display: inline-block;
}
.footer-wrap .footer .linkbox .link-ul .link .list.mrt {
  margin-right: 35px;
}
.footer-wrap .footer .linkbox .link-ul .link .list a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 15px;
  line-height: 14px;
  height: 14px;
  overflow: hidden;
}
.footer-wrap .footer .linkbox .ewmbox h5 {
  margin-top: 0;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}
.footer-wrap .footer .linkbox .ewmbox p {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0px;
  line-height: 25px;
}
.footer-wrap .footer .linkbox .ewmbox .ewmpic {
  margin-top: 10px;
  max-width: 100%;
}
.footer-wrap .footer .copyright {
  background: #3f3f3f;
  padding: 10px 0;
  color: #a1a1a1;
  font-size: 1.2rem;
}
.footer-wrap .footer .copyright p {
  margin-bottom: 0;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #3f3f3f;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #343434;
}
.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) {
  .header-wrap .header {
    height: 100px;
  }
  .header-wrap .header .logo {
    line-height: 100px;
  }
  .content-wrap .display-wrap .display-con {
    overflow: visible;
  }
  .content-wrap .partner-wrap {
    padding-bottom: 50px;
  }
  .content-wrap .contact-wrap .contact-con .ccon {
    padding-right: 20px;
  }
  .content-wrap .contentbox .main-wrap {
    padding-left: 20px;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 13%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 14%;
  }
  .footer-wrap .footer .linkbox .logo {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .col-md-13,
  .col-sm-13 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 990px) {
  .container1 {
    padding-left: .5em;
    padding-right: .5em;
  }
  .content-wrap {
    margin-bottom: 75px;
  }
  .content-wrap .partner-wrap .partner-con .pcon ul li {
    width: 20%;
  }
  .content-wrap .contact-wrap .contact-con .messagecon {
    margin-top: 20px;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
  .footer-wrap .footer .linkbox .logo {
    margin-bottom: 20px;
  }
  .footer-wrap .footer .linkbox .link-ul {
    margin-bottom: 20px;
  }
  .footer-wrap .footer .linkbox .link-ul .link {
    margin-bottom: 20px;
  }
  .footer-wrap .footer .linkbox .ewmbox {
    text-align: center;
  }
  .footer-wrap .footer .copyright p {
    float: none;
    text-align: center;
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .logo img {
    max-width: 60%;
  }
  .content-wrap .case-wrap .case-con ul li {
    width: 49%;
  }
  .content-wrap .case-wrap .case-con ul li:hover {
    width: 50%;
  }
  .content-wrap .news-wrap .news-con .nlist a .picbox {
    width: 35%;
  }
  .content-wrap .news-wrap .news-con .nlist a .con {
    width: 65%;
  }
  .content-wrap .partner-wrap .partner-con .pcon ul li {
    width: 50%;
  }
  .content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .textbox1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
    width: 50%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .con {
    width: 48%;
  }
}
@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%;
  }
}