﻿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: #f0f0f0;
  height: 35px;
  line-height: 35px;
  color: #7e7e7e;
  font-size: 1.2rem;
}
.topbar .trt a {
  color: #7e7e7e;
  margin: 0 10px;
}
.header-wrap .header {
  position: relative;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .stxt {
  margin-top: 30px;
  border-left: 1px solid #484848;
  padding-left: 10px;
  margin-left: 10px;
}
.header-wrap .header .stxt .btit {
  font-size: 1.6rem;
  font-weight: bold;
  color: #020202;
}
.header-wrap .header .stxt .btit span {
  color: #ff9d00;
}
.header-wrap .header .stxt .stit {
  font-size: 1.4rem;
  font-weight: bold;
  color: #020202;
}
.header-wrap .header .phone-search {
  margin-top: 30px;
}
.header-wrap .header .phone-search .phonetxt {
  margin-right: 20px;
}
.header-wrap .header .phone-search .phonetxt i {
  float: left;
  margin-right: 8px;
}
.header-wrap .header .phone-search .phonetxt p {
  float: left;
  font-size: 1.4rem;
  color: #020202;
}
.header-wrap .header .phone-search .phonetxt p span {
  font-weight: bold;
  display: block;
  font-size: 1.8rem;
  font-style: italic;
  color: #0a83d7;
}
.header-wrap .header .phone-search .searchbox {
  margin-top: 5px;
  position: relative;
}
.header-wrap .header .phone-search .searchbox .textbox1 {
  width: 190px;
  height: 36px;
  background: #e3e3e3;
  border-radius: 20px;
  border: none;
  outline: none;
  padding: 5px 5px 5px 45px;
}
.header-wrap .header .phone-search .searchbox .sbtn {
  position: absolute;
  left: 10px;
  top: 7px;
  background: url(../images/header-searchicon.png) no-repeat;
  width: 30px;
  height: 22px;
  border: none;
  outline: none;
}
.header-wrap .header .menu {
  line-height: 65px;
  float: right;
}
.header-wrap .header .menu img {
  max-width: 100%;
}
.header-wrap .header .menulist {
  position: absolute;
  top: 65px;
  right: -7px;
  width: 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;
  margin-top:50px;
}
.banner-wrap #owl-demo .item {
  display: block;
}
.banner-wrap #owl-demo img {
  display: block;
  width: 100%;
}
.banner-wrap .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.banner-wrap .nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #0a83d7;
  height: 50px;
}
.banner-wrap .nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 14.28%;
}
.banner-wrap .nav-wrap .nav-ul .navlist a.listh1 {
  line-height: 50px;
  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;
}
.banner-wrap .nav-wrap .nav-ul .navlist a.listh1:hover,
.banner-wrap .nav-wrap .nav-ul .navlist a.listh1.on {
  background: #0b6aab;
}
.banner-wrap .nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 100%;
}
.banner-wrap .nav-wrap .nav-ul .navlist .list2-ul .list {
  position: relative;
}
.banner-wrap .nav-wrap .nav-ul .navlist .list2-ul .list .listh2 {
  text-align: center;
  line-height: 42px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.banner-wrap .nav-wrap .nav-ul .navlist .list2-ul .list .listh2:hover,
.banner-wrap .nav-wrap .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #0a83d7;
}
.banner-wrap .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);
}
.banner-wrap .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 {
  text-align: center;
}
.banner-wrap .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  display: block;
  line-height: 45px;
  color: #fff;
}
.content-wrap .quotation-wrap {
  background: #f4f5f6;
}
.content-wrap .quotation-wrap .title-line {
  height: 42px;
  line-height: 42px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  color: #666;
  font-weight: bold;
}
.content-wrap .quotation-wrap .title-line .container1 {
  position: relative;
}
.content-wrap .quotation-wrap .title-line .title {
  text-transform: uppercase;
}
.content-wrap .quotation-wrap .title-line .arrow {
  position: absolute;
  top: 21px;
  left: 90px;
  z-index: 1;
}
.content-wrap .quotation-wrap .quotation-con {
  margin-top: 30px;
}
.content-wrap .quotation-wrap .quotation-con .qlist {
  padding: 0 10px 30px;
}
.content-wrap .quotation-wrap .quotation-con .qlist .textbox1 {
  background: #fff;
  border: 1px solid #cfcfcf;
  height: 45px;
  width: 100%;
  padding-left: 45px;
  padding-right: 10px;
  font-size: 1.6rem;
  color: #999;
}
.content-wrap .quotation-wrap .quotation-con .qlist .textbox1.icon1 {
  background: #fff url(../images/quotation-icon1.png) no-repeat 2px 8px;
}
.content-wrap .quotation-wrap .quotation-con .qlist .textbox1.icon2 {
  background: #fff url(../images/quotation-icon2.png) no-repeat 2px 8px;
}
.content-wrap .quotation-wrap .quotation-con .qlist .textbox1.icon3 {
  background: #fff url(../images/quotation-icon3.png) no-repeat 2px 8px;
}
.content-wrap .quotation-wrap .quotation-con .qlist .textbox1.icon4 {
  background: #fff url(../images/quotation-icon4.png) no-repeat 2px 8px;
}
.content-wrap .quotation-wrap .quotation-con .qlist .submitbtn {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  background: #0a83d7;
  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 .quotation-wrap .quotation-con .qlist .submitbtn:hover {
  background: #0865a6;
}
.content-wrap .security-wrap {
  padding: 30px 0;
}
.content-wrap .security-wrap .title-line {
  background: url(../images/index-titline1.png) no-repeat center center;
  text-align: center;
}
.content-wrap .security-wrap .title-line .title .chtit {
  font-size: 2.8rem;
  color: #333;
  margin-top: -20px;
}
.content-wrap .security-wrap .title-line .title .entit {
  font-size: 4.2rem;
  color: #0a83d7;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .security-wrap .security-con {
  margin-top: 30px;
}
.content-wrap .security-wrap .security-con .slist {
  padding: 0 10px 20px;
}
.content-wrap .security-wrap .security-con .slist a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.content-wrap .security-wrap .security-con .slist a:hover .picbox .pic.icon1 {
  background: url(../images/service-icon1-hover.png) no-repeat center center;
  background-size: cover;
}
.content-wrap .security-wrap .security-con .slist a:hover .picbox .pic.icon2 {
  background: url(../images/service-icon2-hover.png) no-repeat center center;
  background-size: cover;
}
.content-wrap .security-wrap .security-con .slist a:hover .picbox .pic.icon3 {
  background: url(../images/service-icon3-hover.png) no-repeat center center;
  background-size: cover;
}
.content-wrap .security-wrap .security-con .slist a:hover .picbox .pic.icon4 {
  background: url(../images/service-icon4-hover.png) no-repeat center center;
  background-size: cover;
}
.content-wrap .security-wrap .security-con .slist a:hover .picbox .pic.icon5 {
  background: url(../images/service-icon5-hover.png) no-repeat center center;
  background-size: cover;
}
.content-wrap .security-wrap .security-con .slist a:hover .con {
  color: #0a83d7;
}
.content-wrap .security-wrap .security-con .slist a .picbox {
  width: 80%;
  margin: 0 auto;
}
.content-wrap .security-wrap .security-con .slist a .picbox .pic {
  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 .security-wrap .security-con .slist a .picbox .pic.icon1 {
  background: url(../images/service-icon1.png) no-repeat center center;
  background-size: cover;
}
.content-wrap .security-wrap .security-con .slist a .picbox .pic.icon2 {
  background: url(../images/service-icon2.png) no-repeat center center;
  background-size: cover;
}
.content-wrap .security-wrap .security-con .slist a .picbox .pic.icon3 {
  background: url(../images/service-icon3.png) no-repeat center center;
  background-size: cover;
}
.content-wrap .security-wrap .security-con .slist a .picbox .pic.icon4 {
  background: url(../images/service-icon4.png) no-repeat center center;
  background-size: cover;
}
.content-wrap .security-wrap .security-con .slist a .picbox .pic.icon5 {
  background: url(../images/service-icon5.png) no-repeat center center;
  background-size: cover;
}
.content-wrap .security-wrap .security-con .slist a .con {
  margin-top: 15px;
  color: #666;
}
.content-wrap .security-wrap .security-con .slist a .con .entit {
  margin-bottom: 10px;
}
.content-wrap .security-wrap .security-con .slist a .con .entit img {
  max-width: 100%;
}
.content-wrap .security-wrap .security-con .slist a .con .tit {
  font-size: 1.8rem;
  margin-bottom: 5px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .security-wrap .security-con .slist a .con .cn {
  font-size: 1.6rem;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.content-wrap .case-wrap {
  padding: 30px 0 50px;
}
.content-wrap .case-wrap .title-line {
  background: url(../images/index-titline1.png) no-repeat center center;
  text-align: center;
}
.content-wrap .case-wrap .title-line .title .chtit {
  font-size: 2.8rem;
  color: #333;
  margin-top: -20px;
}
.content-wrap .case-wrap .title-line .title .entit {
  font-size: 4.2rem;
  color: #0a83d7;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.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 .about-wrap {
  background: url(../images/aboutbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.content-wrap .about-wrap .title-line {
  background: url(../images/index-titline1.png) no-repeat center center;
  text-align: center;
}
.content-wrap .about-wrap .title-line .title .chtit {
  font-size: 2.8rem;
  color: #fff;
  margin-top: -20px;
}
.content-wrap .about-wrap .title-line .title .entit {
  font-size: 4.2rem;
  color: #0a83d7;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .about-wrap .about-con {
  margin-top: 30px;
  position: relative;
}
.content-wrap .about-wrap .about-con .apic {
  margin-bottom: 20px;
}
.content-wrap .about-wrap .about-con .apic .tit {
  margin-bottom: 10px;
}
.content-wrap .about-wrap .about-con .apic .slideBox {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
}
.content-wrap .about-wrap .about-con .apic .slideBox .hd {
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}
.content-wrap .about-wrap .about-con .apic .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.content-wrap .about-wrap .about-con .apic .slideBox .hd ul li {
  font-size: 1.2rem;
  float: left;
  margin-right: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #757575;
  cursor: pointer;
  color: #fff;
}
.content-wrap .about-wrap .about-con .apic .slideBox .hd ul li.on {
  width: 28px;
  background: #0a54ab;
}
.content-wrap .about-wrap .about-con .apic .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.content-wrap .about-wrap .about-con .apic .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.content-wrap .about-wrap .about-con .conbox a {
  display: block;
  text-decoration: none;
}
.content-wrap .about-wrap .about-con .conbox a:hover .cn {
  color: #fff;
}
.content-wrap .about-wrap .about-con .conbox a .tit {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.content-wrap .about-wrap .about-con .conbox a .cn {
  font-size: 1.5rem;
  color: #fff;
  line-height: 32px;
  height: 250px; overflow: hidden;
}
.content-wrap .about-wrap .about-con .conbox a .cn p {
  text-indent: 2em;
  margin-bottom: 0;
}
.content-wrap .about-wrap .about-con .ayin1 {
  position: absolute;
  left: 437px;
  bottom: 0;
}
.content-wrap .about-wrap .about-con .ayin2 {
  position: absolute;
  right: 0;
  top: 0;
}
.content-wrap .service-wrap {
  padding: 50px 0 0;
}
.content-wrap .service-wrap .titbg .title {
  text-align: center;
}
.content-wrap .service-wrap .titbg .title img {
  max-width: 100%;
}
.content-wrap .service-wrap .service-con .sbg {
  padding: 20px 20px 0;
  position: relative;
}
.content-wrap .service-wrap .service-con .sbg .scon {
  margin-top: 50px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist {
  margin-bottom: 10px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a {
  display: block;
  color: #2c2c2c;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a:hover .picbox {
  opacity: .6;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .stit .tit i {
  float: left;
  background: url(../images/service-stitbg5.png) no-repeat;
  width: 87px;
  height: 80px;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  font-style: normal;
  line-height: 80px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .stit .tit p {
  margin-top: 10px;
  float: left;
  margin-left: 10px;
  font-size: 2.4rem;
  color: #0a83d7;
  font-weight: bold;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .stit .tit p span {
  display: block;
  color: #343434;
  font-size: 1.4rem;
  font-weight: normal;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .stit .line {
  background: url(../images/service-stitlinepng.png) no-repeat right;
  background-size: 90%;
  height: 5px;
  position: relative;
  top: -4px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .cn {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 25px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .cn .clist i {
  float: left;
  width: 5%;
  text-align: center;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .cn .clist span {
  float: left;
  margin-top: 1px;
  width: 95%;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .picbox {
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .picbox img {
  max-width: 100%;
}
.content-wrap .ad-wrap {
  background: url(../images/adbg.jpg) no-repeat center center;
  background-size: cover;
}
.content-wrap .ad-wrap .picbox {
  text-align: center;
}
.content-wrap .ad-wrap .picbox img {
  max-width: 100%;
}
.content-wrap .ad-wrap .ewmpic {
  margin-top: 10px;
}
.content-wrap .ad-wrap .ewmpic img {
  height:140px;
  width:140px;
}
.content-wrap .activity-wrap {
  padding: 30px 0 50px;
}
.content-wrap .activity-wrap .title-line {
  background: url(../images/index-titline1.png) no-repeat center center;
  text-align: center;
}
.content-wrap .activity-wrap .title-line .title .chtit {
  font-size: 2.8rem;
  color: #333;
  margin-top: -20px;
}
.content-wrap .activity-wrap .title-line .title .entit {
  font-size: 4.2rem;
  color: #0a83d7;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .activity-wrap .activity-con {
  margin-top: 30px;
}
.content-wrap .activity-wrap .activity-con .bnlist {
  margin-bottom: 20px;
}
.content-wrap .activity-wrap .activity-con .bnlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .activity-wrap .activity-con .bnlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .activity-wrap .activity-con .bnlist a .picbox {
  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 .activity-wrap .activity-con .bnlist a .picbox .timebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 85px;
  background: #0a83d7;
  text-align: center;
}
.content-wrap .activity-wrap .activity-con .bnlist a .picbox .timebox p {
  margin-bottom: 0;
  font-size: 4.8rem;
  color: #fff;
  font-family: "Arial";
}
.content-wrap .activity-wrap .activity-con .bnlist a .picbox .timebox p span {
  margin-top: -10px;
  display: block;
  font-size: 1.6rem;
}
.content-wrap .activity-wrap .activity-con .bnlist a .con {
  margin-top: 20px;
}
.content-wrap .activity-wrap .activity-con .bnlist a .con .tit {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1d1d1d;
  margin-bottom: 10px;
}
.content-wrap .activity-wrap .activity-con .bnlist a .con .cn {
  font-size: 1.2rem;
  color: #484848;
  line-height: 20px;
}
.content-wrap .activity-wrap .activity-con .bnlist a .con .cn span {
  color: #0a83d7;
}
.content-wrap .activity-wrap .activity-con .nconbox .nlist {
  margin-bottom: 10px;
}
.content-wrap .activity-wrap .activity-con .nconbox .nlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .activity-wrap .activity-con .nconbox .nlist a:hover .timebox {
  background: #0a83d7;
}
.content-wrap .activity-wrap .activity-con .nconbox .nlist a:hover .timebox p {
  color: #fff;
}
.content-wrap .activity-wrap .activity-con .nconbox .nlist a .timebox {
  width: 15%;
  border: 1px solid #ccc;
  padding: 5px 0;
  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 .activity-wrap .activity-con .nconbox .nlist a .timebox p {
  margin-bottom: 0;
  font-size: 4.8rem;
  color: #b8b8b8;
  font-family: "Arial";
}
.content-wrap .activity-wrap .activity-con .nconbox .nlist a .timebox p span {
  margin-top: -10px;
  display: block;
  font-size: 1.6rem;
}
.content-wrap .activity-wrap .activity-con .nconbox .nlist a .con {
  width: 83%;
}
.content-wrap .activity-wrap .activity-con .nconbox .nlist a .con .tit {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  font-weight: bold;
  color: #1d1d1d;
  margin-bottom: 5px;
}
.content-wrap .activity-wrap .activity-con .nconbox .nlist a .con .cn {
  font-size: 1.2rem;
  color: #484848;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.content-wrap .activity-wrap .activity-con .nconbox .nlist a .con .cn span {
  color: #0a83d7;
}
.content-wrap .activity-wrap .activity-con .morebtn a {
  display: block;
  width: 140px;
  height: 40px;
  background: #1194e6;
  color: #fff;
  font-size: 1.8rem;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  margin: 25px auto 0;
  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 .activity-wrap .activity-con .morebtn a:hover {
  background: #ea541f;
}
.content-wrap .project-wrap {
  background: #f1f1f1;
  padding: 30px 0;
}
.content-wrap .project-wrap .title-line {
  background: url(../images/index-titline1.png) no-repeat center center;
  text-align: center;
}
.content-wrap .project-wrap .title-line .title .chtit {
  font-size: 2.8rem;
  color: #333;
  margin-top: -20px;
}
.content-wrap .project-wrap .title-line .title .entit {
  font-size: 4.2rem;
  color: #0a83d7;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .project-wrap .project-con {
  margin-top: 30px;
}
.content-wrap .project-wrap .project-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .project-wrap .project-con .plist a {
  text-decoration: none;
  display: block;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.content-wrap .project-wrap .project-con .plist a:hover .addicon {
  right: 0;
}
.content-wrap .project-wrap .project-con .plist a .picbox {
  width: 25%;
  border: 1px solid #ccc;
  padding: 2px;
}
.content-wrap .project-wrap .project-con .plist a .con {
  width: 73%;
  padding-right: 10px;
}
.content-wrap .project-wrap .project-con .plist a .con .tit {
  margin-top: 15px;
  font-size: 1.8rem;
  color: #282828;
  margin-bottom: 8px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .project-wrap .project-con .plist a .con .cn {
  font-size: 1.4rem;
  color: #888888;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
}
.content-wrap .project-wrap .project-con .plist a .con .time {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #999999;
}
.content-wrap .project-wrap .project-con .plist a .addicon {
  position: absolute;
  right: -500px;
  bottom: 0;
  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 .team-wrap {
  padding: 30px 0;
}
.content-wrap .team-wrap .title-line {
  background: url(../images/index-titline1.png) no-repeat center center;
  text-align: center;
}
.content-wrap .team-wrap .title-line .title .chtit {
  font-size: 2.8rem;
  color: #333;
  margin-top: -20px;
}
.content-wrap .team-wrap .title-line .title .entit {
  font-size: 4.2rem;
  color: #0a83d7;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .team-wrap .team-con {
  margin-top: 30px;
  overflow: hidden;
}
.content-wrap .team-wrap .team-con .team-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.content-wrap .team-wrap .team-con .team-carousel .owl-wrapper-outer {
  padding-top: 20px;
}
.content-wrap .team-wrap .team-con .team-carousel .item {
  display: block;
  margin: 0 15px;
  text-decoration: none;
}
.content-wrap .team-wrap .team-con .team-carousel .item:hover .picbox {
  border-color: #1d8ad6;
  box-shadow: 3px 3px 5px #b8b8b8;
  top: -2px;
}
.content-wrap .team-wrap .team-con .team-carousel .item:hover .picbox .showcn {
  opacity: 1;
}
.content-wrap .team-wrap .team-con .team-carousel .item .picbox {
  position: relative;
  top: 0;
  border: 1px solid #fff;
  padding: 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 .team-wrap .team-con .team-carousel .item .picbox .pic {
  position: relative;
}
.content-wrap .team-wrap .team-con .team-carousel .item .picbox .showcn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url(../images/team-fdj.png) no-repeat center center;
  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 .team-wrap .team-con .team-carousel .item .con {
  margin-top: 10px;
  text-align: center;
}
.content-wrap .team-wrap .team-con .team-carousel .item .con .btit {
  color: #3f3f3f;
  font-size: 1.8rem;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .team-wrap .team-con .team-carousel .item .con .cn {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #999;
  line-height: 23px;
  height: 23px;
  overflow: hidden;
}
.content-wrap .team-wrap .team-con .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: -70px;
  top: 35%;
  background: url(../images/team-arrow.png) no-repeat left top;
  width: 48px;
  height: 48px;
  border-radius: 0;
  opacity: 1;
  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 .team-wrap .team-con .owl-controls .owl-buttons .owl-prev:hover {
  background: url(../images/team-arrow.png) no-repeat right top;
}
.content-wrap .team-wrap .team-con .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: -70px;
  top: 35%;
  background: url(../images/team-arrow.png) no-repeat right bottom;
  width: 48px;
  height: 48px;
  border-radius: 0;
  opacity: 1;
  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 .team-wrap .team-con .owl-controls .owl-buttons .owl-next:hover {
  background: url(../images/team-arrow.png) no-repeat left bottom;
}
.content-wrap .contact-wrap {
  padding: 30px 0;
}
.content-wrap .contact-wrap .title-line {
  background: url(../images/index-titline1.png) no-repeat center center;
  text-align: center;
}
.content-wrap .contact-wrap .title-line .title .chtit {
  font-size: 2.8rem;
  color: #333;
  margin-top: -20px;
}
.content-wrap .contact-wrap .title-line .title .entit {
  font-size: 4.2rem;
  color: #0a83d7;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .contact-wrap .contact-con {
  margin-top: 30px;
}
.content-wrap .contact-wrap .contact-con .ccon .con {
  color: #505050;
  font-size: 1.6rem;
  line-height: 32px;
  margin-bottom: 10px;
}
.content-wrap .contact-wrap .contact-con .ccon .con p{ padding-bottom: 0px; margin-bottom:0px; }
.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: #0a83d7;
}
.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: #0a83d7;
  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: #0865a6;
}
.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: #0a83d7;
  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: #0a83d7;
  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: #0e4b82;
  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: #0e4b82;
}
.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: #0a83d7;
  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: #0a83d7;
  color: #fff !important;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list.on1 {
  background: #0a83d7;
  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;
  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 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: #0a83d7;
}
.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: #0a83d7;
  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: #0a83d7;
}
.content-wrap .contentbox .ltside .contactbox .con {
  margin-top: 15px;
  border: 1px solid #ccc;
  padding: 20px 15px;
}
.content-wrap .contentbox .ltside .contactbox .con .ctit {
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist {
  margin-bottom: 5px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist i {
  float: left;
  margin-right: 10px;
  width: 12px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist p {
  text-transform: uppercase;
  word-wrap: break-word;
  width: 136px;
  float: left;
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.content-wrap .contentbox .ltside .contactbox .con .clist p span {
  display: block;
  color: #333;
}
.content-wrap .contentbox .ltside .contactbox .con .clist p span.ptxt {
  color: #034e88;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn a {
  width: 100%;
  height: 35px;
  background: #404040;
  color: #fff;
  display: block;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn a:hover {
  background: #0a83d7;
}
.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%;
}
.content-wrap .contentbox .main-wrap .team-con .tlist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a:hover .picbox {
  border-color: #1d8ad6;
  box-shadow: 3px 3px 5px #b8b8b8;
  top: -2px;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a:hover .picbox .showcn {
  opacity: 1;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a .picbox {
  position: relative;
  top: 0;
  border: 1px solid #fff;
  padding: 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 .contentbox .main-wrap .team-con .tlist a .picbox .pic {
  position: relative;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a .picbox .showcn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url(../images/team-fdj.png) no-repeat center center;
  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 .contentbox .main-wrap .team-con .tlist a .con {
  margin-top: 10px;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a .con .btit {
  color: #3f3f3f;
  font-size: 1.8rem;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a .con .cn {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #999;
  line-height: 23px;
  height: 23px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .case-con .choosebox {
  border: 1px solid #ccc;
  border-bottom: none;
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .case-con .choosebox .clist {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.content-wrap .contentbox .main-wrap .case-con .choosebox .clist .tit {
  width: 10%;
  float: left;
  text-align: center;
  border-right: 1px solid #ccc;
  line-height: 35px;
  color: #292929;
  font-size: 1.6rem;
}
.content-wrap .contentbox .main-wrap .case-con .choosebox .clist .cn {
  width: 90%;
  float: left;
  line-height: 35px;
}
.content-wrap .contentbox .main-wrap .case-con .choosebox .clist .cn a {
  display: inline-block;
  text-decoration: none;
  color: #696969;
  font-size: 1.6rem;
  margin: 0 15px;
}
.content-wrap .contentbox .main-wrap .case-con .choosebox .clist .cn a:hover {
  color: #0a83d7;
}
.content-wrap .contentbox .main-wrap .case-con .choosebox .clist .cn a.active {
  color: #0a83d7;
}
.content-wrap .contentbox .main-wrap .case-con .casebox .clist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .case-con .casebox .clist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .case-con .casebox .clist a:hover .picbox .showcn {
  top: 0;
}
.content-wrap .contentbox .main-wrap .case-con .casebox .clist a .picbox {
  position: relative;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .case-con .casebox .clist a .picbox .showcn {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 800px;
  left: 0;
  background: url(../images/case-fdj.png) no-repeat center center;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.content-wrap .contentbox .main-wrap .case-con .casebox .clist a .picbox .showcn .stit {
  font-size: 2.4rem;
  margin-top: 25%;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .case-con .casebox .clist a .btit {
  font-size: 1.6rem;
  color: #292929;
  line-height: 45px;
  height: 45px;
  overflow: hidden;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .project-con .plist {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .main-wrap .project-con .plist 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 .project-con .plist a:hover {
  color: #0093dd;
}
.content-wrap .contentbox .main-wrap .project-con .plist a:hover .picbox {
  opacity: .5;
}
.content-wrap .contentbox .main-wrap .project-con .plist a .picbox {
  width: 14%;
  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 .project-con .plist a .con {
  width: 84%;
}
.content-wrap .contentbox .main-wrap .project-con .plist 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 .project-con .plist a .con .tit i {
  margin-right: 5px;
}
.content-wrap .contentbox .main-wrap .project-con .plist 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 .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: #0e4b82;
  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.5rem;
  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: 2px 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 .picbox iframe{ width: 800px; height:540px; }
.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: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.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: #e4e5e9;
  padding: 30px 0;
}
.footer-wrap .footer .linkbox .logo {
  font-size: 2rem;
  color: #4c4c4c;
  font-weight: bold;
}
.footer-wrap .footer .linkbox .logo span {
  display: block;
  font-size: 1.2rem;
  font-family: "Arial";
  font-weight: normal;
  text-transform: uppercase;
  color: #a9a9a9;
}
.footer-wrap .footer .linkbox .logo img {
  max-width: 100%;
}
.footer-wrap .footer .linkbox .link-ul .link {
  border-left: 1px solid #ccc;
  padding: 0 30px;
  float: left;
}
.footer-wrap .footer .linkbox .link-ul .link h5 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #4c4c4c;
  margin-bottom: 20px;
  margin-top: 0;
}
.footer-wrap .footer .linkbox .link-ul .link .list {
  height: 113px;
  display: inline-block;
}
.footer-wrap .footer .linkbox .link-ul .link .list.mrt {
  margin-right: 55px;
}
.footer-wrap .footer .linkbox .link-ul .link .list a {
  display: block;
  color: #4c4c4c;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.footer-wrap .footer .linkbox .ewmbox h5 {
  margin-top: 0;
  font-size: 1.6rem;
  color: #4c4c4c;
  font-weight: bold;
}
.footer-wrap .footer .linkbox .ewmbox p {
  font-size: 1.4rem;
  color: #4c4c4c;
  margin-bottom: 0px;
  line-height: 25px;
}
.footer-wrap .footer .linkbox .ewmbox .ewmpic {
  margin-top: 10px;
  max-width: 100%;
}
.footer-wrap .footer .linkbox .ewmbox .ewmpic img{
  height:140px;
  width:140px;
}
.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 .security-wrap .security-con {
    margin-top: 50px;
    background: url(../images/service-bg1.png) no-repeat center top;
  }
  .content-wrap .about-wrap .about-con .apic {
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 20px;
  }
  .content-wrap .about-wrap .about-con .apic .tit {
    float: right;
  }
  .content-wrap .about-wrap .about-con .conbox {
    background: url(../images/aboutbg.png) no-repeat;
    height: 423px;
  }
  .content-wrap .about-wrap .about-con .conbox a {
    padding: 50px 0 0 155px;
  }
  .content-wrap .service-wrap .service-con .sbg {
    padding: 20px 20px 0;
  }
  .content-wrap .service-wrap .service-con .sbg .scon .slist:nth-child(2) a .picbox {
    position: relative;
    top: -20px;
  }
  .content-wrap .service-wrap .service-con .sbg .scon .slist:nth-child(3) {
    margin-top: -30px;
  }
  .content-wrap .service-wrap .service-con .sbg .scon .slist:nth-child(3) a .picbox {
    position: relative;
    top: -20px;
  }
  .content-wrap .service-wrap .service-con .srt:nth-child(odd) {
    float: right;
  }
  .content-wrap .ad-wrap {
    padding: 10px 0;
  }
  .content-wrap .ad-wrap .picbox {
    margin-top: 5px;
    text-align: left;
  }
  .content-wrap .ad-wrap .picbox img {
    max-width: 100%;
  }
  .content-wrap .ad-wrap .ewmpic {
    margin-top: 0;
  }
  .content-wrap .activity-wrap .activity-con .bnlist {
    padding-right: 10px;
  }
  .content-wrap .activity-wrap .activity-con .nconbox {
    padding-left: 10px;
  }
  .content-wrap .team-wrap .team-con {
    overflow: visible;
  }
  .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%;
  }
}
@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 .contact-wrap .contact-con .messagecon {
    margin-top: 20px;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
  .footer-wrap .footer .linkbox .logo {
    text-align: center;
    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;
  }

  .content-wrap .contentbox .main-wrap .case-details-con .picbox iframe{ width: 100%; height:270px; }
}
@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 .activity-wrap .activity-con .nconbox .nlist a .timebox {
    width: 25%;
  }
  .content-wrap .activity-wrap .activity-con .nconbox .nlist a .con {
    width: 73%;
  }
  .content-wrap .project-wrap .project-con .plist a .picbox {
    width: 40%;
  }
  .content-wrap .project-wrap .project-con .plist a .con {
    width: 58%;
  }
  .content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .textbox1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .content-wrap .contentbox .main-wrap .project-con .plist a .picbox {
    width: 40%;
  }
  .content-wrap .contentbox .main-wrap .project-con .plist a .con {
    width: 58%;
  }
}
@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%;
  }
}
/*清除样式*/
.clear 
{
     clear:both;
     font-family:'微软雅黑';

}

/*分页css scott style pagination*/
div.scott
{
    padding:3px;margin:3px;text-align:center;

}
div.scott a
{
    border:#221616 1px solid;padding:2px 5px;color:#221616;margin:0 2px 0 0;text-decoration:none;

}
div.scott a:hover
{
    border:#221616 1px solid;color:white;background-color:#221616;

}
div.scott a:active
{
    border:#221616 1px solid;color:#611985;background-color:#221616;

}
div.scott span.current
{
    border:#221616 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#221616;

}
div.scott span.disabled
{
    border:#dfdfdf 1px solid;padding:2px 5px;color:#221616;margin:0 2px 0 0;

}


	.dbbox{display:none; position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
	.dbbox .dbs{ position: relative; padding: 0 15px; }
	.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
	.dbbox .dbs .neirong .li{ float:left;}
    .dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}
	.dbbox .dbs.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; }
	

