.container {
  width: 1000px;
  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;
}
.mb {
  margin-bottom: 15px !important;
}
a {
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar {
  height: 24px;
  border-bottom: 1px solid #ccc;
}
.topbar .link .home {
  float: left;
}
.topbar .link .home a:hover span {
  color: #004a91;
}
.topbar .link .home a i {
  float: left;
  margin-right: 5px;
}
.topbar .link .home a span {
  float: left;
  font-family: "微软雅黑";
  color: #565656;
  font-size: 1.2rem;
  line-height: 24px;
}
.topbar .link .line {
  width: 1px;
  height: 12px;
  background: #ccc;
  margin: 7px 10px 0;
}
.topbar .link .wish {
  float: left;
}
.topbar .link .wish a:hover span {
  color: #004a91;
}
.topbar .link .wish a i {
  float: left;
  margin-right: 5px;
}
.topbar .link .wish a span {
  float: left;
  font-family: "微软雅黑";
  color: #565656;
  font-size: 1.2rem;
  line-height: 24px;
}
.header-wrap .header {
  width: 100%;
  height: 85px;
  background: #fff;
}
.header-wrap .header .logo {
  line-height: 85px;
  padding-right: 15px;
}
.header-wrap .header .phone {
  line-height: 85px;
}
.nav-wrap {
  background: #004a91;
  width: 100%;
}
.nav-wrap .nav-ul .navlist {
  text-align: center;
  position: relative;
  float: left;
  border-bottom: 1px solid #ccc;
  width: 25%;
}
.nav-wrap .nav-ul .navlist .listh {
  display: block;
  text-decoration: none;
  font-family: "微软雅黑";
  color: #fff;
  line-height: 44px;
  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;
}
.nav-wrap .nav-ul .navlist .listh:hover,
.nav-wrap .nav-ul .navlist .listh.on {
  background: #003c76;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  top: 44px;
  left: 0;
  display: none;
  width: 125px;
  z-index: 11;
  background: #003c76;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh1 {
  text-decoration: none;
  display: block;
  line-height: 45px;
  color: #fff;
  border-bottom: 1px dashed #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;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh1:hover,
.nav-wrap .nav-ul .navlist .list2-ul .list .listh1.on {
  background: #ff7802;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
  display: none;
  position: absolute;
  left: 150px;
  top: 0;
  width: 130px;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 {
  background: rgba(0, 0, 0, 0.5) !important;
  background: #000;
  filter: alpha(opacity=50);
  color: #fff;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  line-height: 45px;
  color: #fff;
}
.banner-wrap .banner .focusBox {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.banner-wrap .banner .focusBox .pic li {
  position: relative;
  overflow: hidden;
}
.banner-wrap .banner .focusBox .pic li a span {
  display: block;
}
.banner-wrap .banner .focusBox .hd {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  bottom: 30px;
  right: 50%;
  z-index: 3;
  margin-left: -50px;
  text-align: center;
}
.banner-wrap .banner .focusBox .hd li {
  display: inline-block;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  overflow: hidden;
  background: #545454;
  margin-left: 4px;
  border-radius: 20px;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
}
.banner-wrap .banner .focusBox .hd .on {
  background: #ff8400;
}
.banner-wrap .banner .focusBox .prev {
  width: 50px!important;
  height: 50px!important;
  position: absolute;
  top: 235px;
  z-index: 3;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  opacity: .2;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  background: url(../images/prev.png) no-repeat;
  left: 0;
}
.banner-wrap .banner .focusBox .prev:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
.banner-wrap .banner .focusBox .next {
  width: 50px!important;
  height: 50px!important;
  position: absolute;
  top: 235px;
  z-index: 3;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  opacity: .2;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  background: url(../images/next.png) no-repeat;
  right: 0;
}
.banner-wrap .banner .focusBox .next:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.content-wrap .about-wrap {
  padding-top: 40px;
  padding-bottom: 50px;
}
.content-wrap .about-wrap .title-line .title h4 {
  text-align: center;
  margin: 0;
}
.content-wrap .about-wrap .title-line .title h5 {
  font-size: 2rem;
  text-align: center;
  font-family: "微软雅黑";
  color: #383838;
}
.content-wrap .about-wrap .title-line .line-wrap {
  border-top: 1px solid #ccc;
}
.content-wrap .about-wrap .title-line .line-wrap .line {
  width: 100px;
  height: 3px;
  background: #1ca1d5;
  margin: 0 auto;
  position: relative;
  top: -2px;
}
.content-wrap .about-wrap .about-con {
  margin-top: 20px;
}
.content-wrap .about-wrap .about-con a {
  text-decoration: none;
  color: #222;
  font-family: "微软雅黑";
  font-size: 1.4rem;
  line-height: 25px;
  text-indent: 2em;
  display: block;
}
.content-wrap .about-wrap .about-con a img {
  float: left;
  padding: 0 10px 10px 0;
  width: 30%;
}
.content-wrap .about-wrap .about-con a span {
  color: #004a91;
  font-weight: bold;
}
.content-wrap .outsource-wrap {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #f2f2f2;
}
.content-wrap .outsource-wrap .title-line .title h4 {
  text-align: center;
  margin: 0;
}
.content-wrap .outsource-wrap .title-line .title h5 {
  font-size: 2rem;
  text-align: center;
  font-family: "微软雅黑";
  color: #383838;
}
.content-wrap .outsource-wrap .title-line .line-wrap {
  border-top: 1px solid #ccc;
}
.content-wrap .outsource-wrap .title-line .line-wrap .line {
  width: 100px;
  height: 3px;
  background: #1ca1d5;
  margin: 0 auto;
  position: relative;
  top: -2px;
}
.content-wrap .outsource-wrap .outsource-con {
  margin-top: 20px;
}
.content-wrap .outsource-wrap .outsource-con .olist {
  text-align: center;
}
.content-wrap .outsource-wrap .outsource-con .olist a {
  text-decoration: none;
  display: block;
}
.content-wrap .outsource-wrap .outsource-con .olist a:hover .pic img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.content-wrap .outsource-wrap .outsource-con .olist a:hover .cn h6 {
  color: #004a91;
}
.content-wrap .outsource-wrap .outsource-con .olist a:hover .cn span {
  color: #004a91;
}
.content-wrap .outsource-wrap .outsource-con .olist a .pic img {
  width: 45%;
  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 .outsource-wrap .outsource-con .olist a .cn h6 {
  font-size: 2.5rem;
  color: #383838;
  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;
}
.content-wrap .outsource-wrap .outsource-con .olist a .cn span {
  font-size: 1.4rem;
  color: #383838;
  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;
}
.content-wrap .service-wrap {
  padding-top: 40px;
  padding-bottom: 50px;
}
.content-wrap .service-wrap .title-line .title h4 {
  text-align: center;
  margin: 0;
}
.content-wrap .service-wrap .title-line .title h5 {
  font-size: 2rem;
  text-align: center;
  font-family: "微软雅黑";
  color: #383838;
}
.content-wrap .service-wrap .title-line .line-wrap {
  border-top: 1px solid #ccc;
}
.content-wrap .service-wrap .title-line .line-wrap .line {
  width: 100px;
  height: 3px;
  background: #1ca1d5;
  margin: 0 auto;
  position: relative;
  top: -2px;
}
.content-wrap .service-wrap .service-con {
  margin-top: 20px;
}
.content-wrap .service-wrap .service-con .slist {
  padding: 0 8px 16px;
}
.content-wrap .service-wrap .service-con .slist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  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 .service-wrap .service-con .slist a:hover {
  background: #004a91;
}
.content-wrap .service-wrap .service-con .slist a:hover .pic {
  background-size: 100%;
}
.content-wrap .service-wrap .service-con .slist a:hover .pic.p1 {
  background: url(../images/service-img1-hover.png) no-repeat center center;
}
.content-wrap .service-wrap .service-con .slist a:hover .pic.p2 {
  background: url(../images/service-img2-hover.png) no-repeat center center;
}
.content-wrap .service-wrap .service-con .slist a:hover .pic.p3 {
  background: url(../images/service-img3-hover.png) no-repeat center center;
}
.content-wrap .service-wrap .service-con .slist a:hover .pic.p4 {
  background: url(../images/service-img4-hover.png) no-repeat center center;
}
.content-wrap .service-wrap .service-con .slist a .pic {
  height: 70px;
  background-size: 100%;
}
.content-wrap .service-wrap .service-con .slist a .pic.p1 {
  background: url(../images/service-img1.png) no-repeat center 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 .service-wrap .service-con .slist a .pic.p2 {
  background: url(../images/service-img2.png) no-repeat center 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 .service-wrap .service-con .slist a .pic.p3 {
  background: url(../images/service-img3.png) no-repeat center 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 .service-wrap .service-con .slist a .pic.p4 {
  background: url(../images/service-img4.png) no-repeat center 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 .case-wrap {
  background: #f2f2f2;
  padding-top: 40px;
  padding-bottom: 50px;
}
.content-wrap .case-wrap .title-line .title h4 {
  text-align: center;
  margin: 0;
}
.content-wrap .case-wrap .title-line .title h5 {
  font-size: 2rem;
  text-align: center;
  font-family: "微软雅黑";
  color: #383838;
}
.content-wrap .case-wrap .title-line .line-wrap {
  border-top: 1px solid #ccc;
}
.content-wrap .case-wrap .title-line .line-wrap .line {
  width: 100px;
  height: 3px;
  background: #1ca1d5;
  margin: 0 auto;
  position: relative;
  top: -2px;
}
.content-wrap .case-wrap .case-con {
  margin-top: 20px;
}
.content-wrap .case-wrap .case-con .clist a {
  display: block;
  text-decoration: none;
}
.content-wrap .case-wrap .case-con .clist a:hover .pic {
  background: #dbdbdb;
}
.content-wrap .case-wrap .case-con .clist a:hover .pic span {
  bottom: 0;
}
.content-wrap .case-wrap .case-con .clist a .pic {
  border: 1px solid #bfbfbf;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .case-wrap .case-con .clist a .pic img {
  width: 100%;
}
.content-wrap .case-wrap .case-con .clist a .pic span {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 35px;
  background: #004a91;
  color: #fff;
  font-family: "微软雅黑";
  text-align: center;
  line-height: 35px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .consultant-wrap {
  padding-top: 40px;
  padding-bottom: 50px;
}
.content-wrap .consultant-wrap .title-line .title h4 {
  text-align: center;
  margin: 0;
}
.content-wrap .consultant-wrap .title-line .title h5 {
  font-size: 2rem;
  text-align: center;
  font-family: "微软雅黑";
  color: #383838;
}
.content-wrap .consultant-wrap .title-line .line-wrap {
  border-top: 1px solid #ccc;
}
.content-wrap .consultant-wrap .title-line .line-wrap .line {
  width: 100px;
  height: 3px;
  background: #1ca1d5;
  margin: 0 auto;
  position: relative;
  top: -2px;
}
.content-wrap .consultant-wrap .consultant-con {
  margin-top: 20px;
}
.content-wrap .consultant-wrap .consultant-con .clist {
  padding: 0 8px 16px;
}
.content-wrap .consultant-wrap .consultant-con .clist a {
  text-decoration: none;
}
.content-wrap .consultant-wrap .consultant-con .clist a:hover .pic img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.content-wrap .consultant-wrap .consultant-con .clist a h4 {
  font-size: 1.8rem;
  font-family: "微软雅黑";
  color: #004a91;
  height: 20px;
  overflow: hidden;
}
.content-wrap .consultant-wrap .consultant-con .clist a .pic {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.content-wrap .consultant-wrap .consultant-con .clist a .pic img {
  width: 100%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .consultant-wrap .consultant-con .clist a .cn .list {
  margin-bottom: 5px;
}
.content-wrap .consultant-wrap .consultant-con .clist a .cn .list i {
  float: left;
  margin-right: 5px;
  font-style: normal;
  font-size: 1.2rem;
  color: #333;
  font-family: "宋体";
  margin-top: 3px;
}
.content-wrap .consultant-wrap .consultant-con .clist a .cn .list span {
  color: #333;
  font-family: "宋体";
  font-size: 1.2rem;
  height: 14px;
  overflow: hidden;
}
.content-wrap .consultant-wrap .consultant-con .morebtn {
  width: 135px;
  height: 40px;
  margin: 20px auto 0;
  display: block;
  border: 1px solid #2599cf;
  color: #2599cf;
  font-family: "微软雅黑";
  font-size: 1.4rem;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  background: #f2f2f2;
  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 .consultant-wrap .consultant-con .morebtn:hover {
  background: #2599cf;
  color: #fff;
}
.content-wrap .contact-wrap {
  padding-top: 40px;
}
.content-wrap .contact-wrap .title-line .title h4 {
  text-align: center;
  margin: 0;
}
.content-wrap .contact-wrap .title-line .title h5 {
  font-size: 2rem;
  text-align: center;
  font-family: "微软雅黑";
  color: #383838;
}
.content-wrap .contact-wrap .title-line .line-wrap {
  border-top: 1px solid #ccc;
}
.content-wrap .contact-wrap .title-line .line-wrap .line {
  width: 100px;
  height: 3px;
  background: #1ca1d5;
  margin: 0 auto;
  position: relative;
  top: -2px;
}
.content-wrap .contact-wrap .contact-con {
  margin-top: 20px;
}
.content-wrap .contact-wrap .contact-con .ccon .pic {
  margin-bottom: 20px;
}
.content-wrap .contact-wrap .contact-con .ccon .pic img {
  width: 100%;
}
.content-wrap .contact-wrap .contact-con .ccon .con .clist {
  margin-bottom: 10px;
}
.content-wrap .contact-wrap .contact-con .ccon .con .clist i {
  margin-right: 10px;
}
.content-wrap .contact-wrap .contact-con .ccon .con .clist span {
  color: #333;
  font-family: "微软雅黑";
  font-size: 1.4rem;
}
.content-wrap .contact-wrap .contact-con .messagecon h4 {
  color: #222;
  font-family: "微软雅黑";
  font-size: 1.5rem;
  margin: 0 0 20px;
}
.content-wrap .contact-wrap .contact-con .messagecon .inputlist {
  margin-bottom: 20px;
}
.content-wrap .contact-wrap .contact-con .messagecon .inputlist label {
  float: left;
  font-family: "微软雅黑";
  color: #333;
  font-weight: normal;
  margin-bottom: 10px;
}
.content-wrap .contact-wrap .contact-con .messagecon .inputlist .import {
  float: left;
  margin-left: 5px;
  color: #333;
  font-family: "微软雅黑";
}
.content-wrap .contact-wrap .contact-con .messagecon .inputlist .textbox1 {
  width: 100%;
  height: 35px;
  border: 1px dashed #004a91;
  padding: 3px;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #666;
}
.content-wrap .contact-wrap .contact-con .messagecon .inputlist .textbox2 {
  width: 100%;
  height: 150px;
  border: 1px dashed #004a91;
  padding: 3px;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #666;
}
.content-wrap .contact-wrap .contact-con .messagecon .inputlist .submitbtn {
  border: none;
  background: #004a91;
  color: #fff;
  height: 35px;
  width: 100%;
  font-family: "微软雅黑";
  font-size: 1.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 .contact-wrap .contact-con .messagecon .inputlist .submitbtn:hover {
  background: #00305e;
}
.content-wrap .content {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-wrap .content .title-line .title h4 {
  text-align: center;
  margin: 0;
}
.content-wrap .content .title-line .title h5 {
  font-size: 2rem;
  text-align: center;
  font-family: "微软雅黑";
  color: #383838;
}
.content-wrap .content .title-line .line-wrap {
  border-top: 1px solid #ccc;
}
.content-wrap .content .title-line .line-wrap .line {
  width: 100px;
  height: 3px;
  background: #1ca1d5;
  margin: 0 auto;
  position: relative;
  top: -2px;
}
.content-wrap .content .outsource-con {
  margin-top: 20px;
}
.content-wrap .content .outsource-con .tabhd {
  text-align: center;
}
.content-wrap .content .outsource-con .tabhd .thdlist {
  display: inline-block;
  width: 30%;
  padding:5px;
}
.content-wrap .content .outsource-con .tabhd .thdlist a {
  display: block;
  text-decoration: none;
  background: #e2e2e2;
  margin: 0 10px;
  font-family: "微软雅黑";
  color: #484848;
  font-size: 1.8rem;
  padding: 12px 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 .content .outsource-con .tabhd .thdlist a:hover {
  background: #004a91;
  color: #fff;
}
.content-wrap .content .outsource-con .tabbd {
  margin-top: 30px;
}
.content-wrap .content .outsource-con .tabbd .tbdlist .pic {
  text-align: center;
}
.content-wrap .content .outsource-con .tabbd .tbdlist .pic img {
  width: 45%;
}
.content-wrap .content .outsource-con .tabbd .tbdlist .con {
  margin-top: 20px;
  font-size: 1.2rem;
  font-family: "宋体";
  color: #5c5c5c;
  line-height: 25px;
}
.content-wrap .content .service-con {
  margin-top: 20px;
}
.content-wrap .content .service-con .tabhd {
  text-align: center;
}
.content-wrap .content .service-con .tabhd .thdlist {
  display: inline-block;
  width: 20%;
  padding:5px;
}
.content-wrap .content .service-con .tabhd .thdlist a {
  display: block;
  text-decoration: none;
  background: #e2e2e2;
  margin: 0 10px;
  font-family: "微软雅黑";
  color: #484848;
  font-size: 1.8rem;
  padding: 12px 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 .content .service-con .tabhd .thdlist a:hover {
  background: #004a91;
  color: #fff;
}
.content-wrap .content .service-con .tabbd {
  margin-top: 30px;
}
.content-wrap .content .service-con .tabbd .tbdlist .pic {
  text-align: center;
}
.content-wrap .content .service-con .tabbd .tbdlist .pic img {
  width: 45%;
}
.content-wrap .content .service-con .tabbd .tbdlist .con {
  margin-top: 20px;
  font-size: 1.2rem;
  font-family: "宋体";
  color: #5c5c5c;
  line-height: 25px;
}
.content-wrap .content .case-con {
  margin-top: 20px;
}
.content-wrap .content .case-con .clist a {
  display: block;
  text-decoration: none;
}
.content-wrap .content .case-con .clist a:hover .pic {
  background: #dbdbdb;
}
.content-wrap .content .case-con .clist a:hover .pic span {
  bottom: 0;
}
.content-wrap .content .case-con .clist a .pic {
  border: 1px solid #bfbfbf;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .case-con .clist a .pic img {
  width: 100%;
}
.content-wrap .content .case-con .clist a .pic span {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 35px;
  background: #004a91;
  color: #fff;
  font-family: "微软雅黑";
  text-align: center;
  line-height: 35px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .consultant-con {
  margin-top: 20px;
}
.content-wrap .content .consultant-con .tabhd {
  text-align: center;
}
.content-wrap .content .consultant-con .tabhd .thdlist {
  display: inline-block;
  width: 20%;
  padding:5px;
}
.content-wrap .content .consultant-con .tabhd .thdlist a {
  display: block;
  text-decoration: none;
  background: #e2e2e2;
  margin: 0 10px;
  font-family: "微软雅黑";
  color: #484848;
  font-size: 1.8rem;
  padding: 12px 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 .content .consultant-con .tabhd .thdlist a:hover {
  background: #004a91;
  color: #fff;
}
.content-wrap .content .consultant-con .tabbd {
  margin-top: 30px;
}
.content-wrap .content .consultant-con .tabbd .tbdlist {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.content-wrap .content .consultant-con .tabbd .tbdlist a {
  display: block;
  text-decoration: none;
}
.content-wrap .content .consultant-con .tabbd .tbdlist a:hover .pic img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.content-wrap .content .consultant-con .tabbd .tbdlist a:hover .con h4 {
  color: #004a91;
}
.content-wrap .content .consultant-con .tabbd .tbdlist a:hover .con p {
  color: #004a91;
}
.content-wrap .content .consultant-con .tabbd .tbdlist a .pic {
  float: left;
  width: 40%;
  overflow: hidden;
}
.content-wrap .content .consultant-con .tabbd .tbdlist a .pic img {
  width: 100%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .consultant-con .tabbd .tbdlist a .con {
  width: 58%;
  float: right;
}
.content-wrap .content .consultant-con .tabbd .tbdlist a .con h4 {
  color: #494949;
  font-family: "宋体";
  font-size: 1.4rem;
  font-weight: bold;
  height: 16px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .consultant-con .tabbd .tbdlist a .con p {
  font-size: 1.2rem;
  font-family: "宋体";
  color: #494949;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .team-con {
  margin-top: 20px;
}
.content-wrap .content .team-con .tlist {
  padding: 0 20px 20px;
}
.content-wrap .content .team-con .tlist a {
  text-decoration: none;
}
.content-wrap .content .team-con .tlist a:hover .picbox .con {
  background: #004a91;
}
.content-wrap .content .team-con .tlist a:hover .picbox .con h5 {
  color: #fff;
}
.content-wrap .content .team-con .tlist a:hover .picbox .con p {
  color: #fff;
}
.content-wrap .content .team-con .tlist a .picbox {
  width: 100%;
}
.content-wrap .content .team-con .tlist a .picbox .pic {
  width: 50%;
  float: left;
}
.content-wrap .content .team-con .tlist a .picbox .pic img {
  width: 100%;
  height: 180px;
}
.content-wrap .content .team-con .tlist a .picbox .con {
  float: left;
  width: 50%;
  background: #e3e3e3;
  padding: 10px;
  height: 180px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .team-con .tlist a .picbox .con h5 {
  color: #4f4f4f;
  font-family: "微软雅黑";
  font-size: 1.6rem;
  line-height: 20px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .team-con .tlist a .picbox .con p {
  color: #4f4f4f;
  font-family: "微软雅黑";
  font-size: 1.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 .content .team-con .tlist a .tcon {
  font-family: "微软雅黑";
  font-size: 1.2rem;
  color: #4f4f4f;
  line-height: 25px;
  margin-top: 10px;
}
.content-wrap .content .about-con .tabhd {
  text-align: center;
}
.content-wrap .content .about-con .tabhd .thdlist {
  display: inline-block;
  width: 20%;
  padding:5px;
}
.content-wrap .content .about-con .tabhd .thdlist a {
  display: block;
  text-decoration: none;
  background: #e2e2e2;
  margin: 0 10px;
  font-family: "微软雅黑";
  color: #484848;
  font-size: 1.8rem;
  padding: 12px 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 .content .about-con .tabhd .thdlist a:hover {
  background: #004a91;
  color: #fff;
}
.content-wrap .content .about-con .tabbd {
  margin-top: 30px;
}
.content-wrap .content .about-con {
  margin-top: 20px;
}
.content-wrap .content .about-con .tit {
  margin-bottom: 20px;
  color: #383838;
  font-size: 1.8rem;
  font-family: "微软雅黑";
}
.content-wrap .content .about-con .con {
  font-family: "宋体";
  font-size: 1.2rem;
  color: #555454;
  line-height: 25px;
}
.content-wrap .content .about-con .con img {
  max-width: 100%;
  padding: 0 10px 10px 0;
}
.content-wrap .content .contact-con {
  margin-top: 20px;
}
.content-wrap .content .contact-con .ccon h5 {
  font-size: 1.8rem;
  color: #383838;
  font-family: "微软雅黑";
}
.content-wrap .content .contact-con .ccon p {
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #383838;
  line-height: 25px;
}
.content-wrap .content .contact-con .pic img {
  width: 100%;
}
.content-wrap .content .details-con {
  margin-top: 20px;
}
.content-wrap .content .details-con .tabhd {
  text-align: center;
}
.content-wrap .content .details-con .tabhd .thdlist {
  display: inline-block;
  width: 20%;
  padding:5px;
}
.content-wrap .content .details-con .tabhd .thdlist a {
  display: block;
  text-decoration: none;
  background: #e2e2e2;
  margin: 0 10px;
  font-family: "微软雅黑";
  color: #484848;
  font-size: 1.8rem;
  padding: 12px 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 .content .details-con .tabhd .thdlist a:hover {
  background: #004a91;
  color: #fff;
}
.content-wrap .content .details-con .dcon {
  margin-top: 30px;
}
.content-wrap .content .details-con .dcon h4 {
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding-bottom: 20px;
  font-family: "微软雅黑";
  color: #494949;
  font-size: 1.8rem;
}
.content-wrap .content .details-con .dcon p {
  margin-top: 20px;
  text-indent: 2em;
  font-family: "宋体";
  font-size: 1.2rem;
  color: #494949;
  line-height: 25px;
}
.footer-wrap {
  background: #004a91;
}
.footer-wrap .footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-wrap .footer .link-contact .link-wrap {
  display: block;
  margin-bottom: 10px;
}
.footer-wrap .footer .link-contact .link-wrap .list {
  display: inline-block;
  float: left;
}
.footer-wrap .footer .link-contact .link-wrap .list a {
  color: #fff;
  font-family: "微软雅黑";
  font-size: 1.4rem;
  margin: 0 13px;
}
.footer-wrap .footer .link-contact .link-wrap .list span {
  color: #fff;
  font-size: 1.4rem;
  font-family: "微软雅黑";
}
.footer-wrap .footer .link-contact .contact h4 {
  color: #fff;
  font-size: 1.6rem;
  font-family: "微软雅黑";
  margin: 0;
}
.footer-wrap .footer .link-contact .contact .cn {
  margin-top: 10px;
  font-size: 1.4rem;
  font-family: "微软雅黑";
  color: #fff;
  line-height: 23px;
}
.footer-wrap .footer .link-contact .contact .cn a {
  color: #fff;
}
.footer-wrap .footer .ewm {
  text-align: center;
  width: 100%;
}
.footer-wrap .footer .ewm .txt {
  font-size: 1.4rem;
  line-height: 30px;
  color: #fff;
  font-family: "微软雅黑";
}
.ditu { height:300px;padding:8px 0;width:100%; margin-top:20px; margin:0 auto;}
@media (min-width: 992px) {
  .container {
    width: 1000px;
  }
  .nav-wrap .nav-ul .navlist {
    width: 12.5%;
    border-bottom: none;
  }
  .content-wrap .outsource-wrap .outsource-con {
    margin-top: 40px;
  }
  .content-wrap .service-wrap .service-con .slist a .pic {
    height: 90px;
  }
  .content-wrap .contact-wrap {
    padding-bottom: 50px;
  }
  .content-wrap .contact-wrap .contact-con {
    margin-top: 30px;
  }
  .content-wrap .contact-wrap .contact-con .ccon {
    padding-right: 20px;
  }
  .content-wrap .case-wrap .case-con {
    padding: 0 50px;
  }
  .content-wrap .content {
    margin-bottom: 60px;
  }
  .content-wrap .content .outsource-con .tabhd {
    width: 70%;
    margin: 0 auto;
  }
  .content-wrap .content .service-con .tabhd {
    width: 95%;
    margin: 0 auto;
  }
  .content-wrap .content .case-con {
    padding: 0 40px;
  }
  .content-wrap .content .consultant-con .tabhd {
    width: 95%;
    margin: 0 auto;
  }
  .content-wrap .content .consultant-con .tabbd .tbdlist a .pic {
    width: 30%;
  }
  .content-wrap .content .consultant-con .tabbd .tbdlist a .con {
    width: 68%;
  }
  .footer-wrap .footer .ewm {
    width: 170px;
  }
  .footer-wrap .footer .link-contact {
    width: 830px;
    border-left: 1px solid #fff;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .content-wrap .contact-wrap .contact-con {
    margin-top: 30px;
  }
  .content-wrap .contact-wrap .contact-con .ccon {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .nav-wrap .nav-ul .navlist {
      overflow:hidden;
  }
  .container {
    width: 768px;
  }
  .header-wrap .container .logo {
    width: 60%;
  }
  .header-wrap .container .phone {
    width: 30%;
  }
  .header-wrap .container .phone img {
    width: 100%;
  }
  .content-wrap .content .team-con .tlist a .picbox .pic {
    width: 100%;
  }
  .content-wrap .content .team-con .tlist a .picbox .pic img {
    width: 100%;
    height: 250px;
  }
  .content-wrap .content .team-con .tlist a .picbox .con {
    width: 100%;
    height: auto;
  }
  .content-wrap .content .team-con .tlist a .tcon {
    font-family: "微软雅黑";
    font-size: 1.2rem;
    color: #4f4f4f;
    line-height: 25px;
    margin-top: 10px;
  }
  .footer-wrap .footer .link-contact {
    text-align: center;
    float: none;
  }
}
@media (max-width: 680px) {
  
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .container {
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }
  .logo img {
    width: 83%;
  }
  .content-wrap .about-wrap .about-con a img {
    width: 50%;
  }
  .content-wrap .outsource-wrap .outsource-con .olist a .pic img {
    width: 80%;
  }
  .content-wrap .content .consultant-con .tabhd {
    width: 95%;
    margin: 0 auto;
  }
  .content-wrap .content .consultant-con .tabbd .tbdlist a .pic img {
    height: 90px;
  }
  .content-wrap .content .about-con .con img {
    width: 50%;
  }
}
@media (max-width: 435px) {
  .container {
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }
}
@media (max-width: 414px) {
  
}
@media (max-width: 375px) {
  .container {
    width: 100%;
  }
  .logo img {
    width: 83%;
  }
  .menu img {
    width: 83%;
  }
}
@media (max-width: 346px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .container {
    width: 100%;
  }
}
/*清除样式*/
.clear { clear:both;}

/*分页css scott style pagination*/
div.scott{padding:3px;margin:3px;text-align:center;}
div.scott a{border:#ddd 1px solid;padding:2px 5px;color:#88af3f;margin:0 2px 0 0;text-decoration:none;}
div.scott a:hover{border:#85bd1e 1px solid;color:#638425;background-color:#f1ffd6;}
div.scott a:active{border:#85bd1e 1px solid;color:#638425;background-color:#f1ffd6;}
div.scott span.current{border:#b2e05d 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#b2e05d;}
div.scott span.disabled{border:#f3f3f3 1px solid;padding:2px 5px;color:#ccc;margin:0 2px 0 0;}


/*手机底部*/
.hot{width:100%; height:58px; position:fixed; bottom:0; left:0; z-index:9999999999999; border-top:solid 2px #fff; background:#004a91;}
.hot span{ color:#fff; font-size:16px; line-height:20px; text-align:center !important;}
.hot h6{ font-size:12px; line-height:20px; text-align:center !important;}
.hot .row{margin:0 !important;}
.hot .row div{padding:0 2px 0 0 !important;}
.hot .row div:last-child{padding:0 !important; background:none;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.hot .row div:hover a{background:#23527c;}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #222;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }
/*End*/
