﻿@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}
/* 设置默认字体 */
body, button, input, select, textarea {
  font-family: "PingFang SC Regular", -apple-system, "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
  font-size: 100%;
  outline: none;
}
/* 列表元素 */
ul, ol, li {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
.img-responsive {
  width: 100%;
} /*自适应图片*/
/* a标签 */
a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
a:hover {
  text-decoration: none;
}
/* 定义浮动居中 */
@media (min-width: 750px) {
  .fl {
    float: left;
    display: inline
  }
  .fr {
    float: right;
    display: inline
  }
}
.fll {
  float: left;
  display: inline
}
.frr {
  float: right;
  display: inline
}
.center {
  margin: 0 auto;
}
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: table
}
.clearfix:after {
  clear: both
}
.clearfix {
  zoom: 1
}
/*重复container标签*/
.container {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
.container2 {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
/*header*/
.header {
  width: 100%;
  background: none;
  z-index: 999999;
  height: 90px;
}
.header-logo {
  height: 90px;
  display: table;
}
.header-logo a {
  display: table-cell;
  vertical-align: middle;
}
.header-logo img {
  width: 170px
}
.header-menu, .header-share {
  margin-top: 30px;
}
.header-menu > ul > li {
  float: left;
  padding: 0 5px;
  position: relative;
}
.header-menu > ul > li > a {
  color: #333;
  font-size: 16px;
  display: block;
  height: 100%;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.sub-menu-ul {
  position: absolute;
  width: 140px;
  text-align: center;
  overflow: hidden;
  display: none;
  z-index: 999;
}
.header-menu > ul > li:hover > a {
  color: #fff;
}
/*.header-menu > ul > li > a::after {
  content: "";
  width: 0%;
  height: 100%;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}*/
.header-menu > ul > li:hover a::after {
  width: 100%;
}
.header-menu > ul > li.only-child a::after, .header-menu > ul > li.cur a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  color: #e5002b !important;
  bottom: 0;
  height: 0px;
  background: #0062b1;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.header-menu > ul > li.only-child:hover a {
  background: transparent;
  color: #0062b1;
}
.header-menu > ul > li.only-child:hover a::after, .header-menu > ul > li.cur a::after {
  width: 100%;
}
.sub-menu-ul > li:first-child {
  border-top: 1px solid #045da4
}
.sub-menu-ul > li {
  height: 35px !important;
  line-height: 35px !important;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.sub-menu-ul > li:last-child {
  border-bottom: none;
}
.sub-menu-ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff
}
.sub-menu-ul > li:hover, .header-menu > ul > li.cur:hover {
  background: #01457b;
}
/*header-search*/
.header-share ul li {
  float: left;
  width: 28px;
  height: 29px;
  margin-right: 7px;
  background: url(../img/icon1.png) no-repeat;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  position: relative;
}
.header-share ul li:hover {
  background: url(../img/icon2.png) no-repeat;
}
.header-share ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-share ul li:last-child {
  margin-right: 0;
}
.header-share ul li:first-child {
  background-position: 0 0;
}
.header-share ul li:first-child + li {
  background-position: -35px 0;
}
.header-share ul li:first-child + li + li {
  background-position: -70px 0;
}
.header-share ul li:first-child + li + li + li {
  background-position: -105px 0;
}
.search {
  position: absolute;
  width: 0px;
  height: 29px;
  line-height: 29px;
  border: 1px solid #dcdcdc;
  border-width: 0;
  left: 35px;
  top: 0;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 0;
  background: #fff;
  z-index: 2;
  overflow: hidden;
}
.search-ipt {
  width: 120px;
  padding-left: 10px;
  border: none;
  height: 27px;
  line-height: 27px;
  font-size: 14px;
  display: inline-block;
  background: #fff;
  vertical-align: top;
}
.search-submit {
  width: 27px;
  height: 27px;
  border: none;
  display: inline-block;
  background: url(../img/search.png) no-repeat center;
  background-color: #666;
  vertical-align: top;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  cursor: pointer;
}
.search-submit:hover {
  background-color: #333;
}
/*sec-tit*/
.sec-tit {
  text-align: center;
}
.tit-zh {
  font-size: 30px;
  color: #373737;
  line-height: 1;
}
.tit-line {
  width: 55px;
  height: 3px;
  background: #cfcece;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 12px;
}
.tit-en {
  font-size: 16px;
  color: #bebebe;
  line-height: 1;
  text-transform: uppercase;
}
/*footer*/
.footer {
  padding-top: 4.73%;
      background-color: rgba(0,76,157,.95);
    background-image: url(/dhh/footer_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}
.footer-div.footer-div1 {
  width: 21%;
  margin-right:4%
}
.footer-logo {
  width: 100%;
  margin-bottom: 5%;
}
.conpany-name {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
}
.company-info p, .company-info a {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.company-info a:hover {
  color: #fff;
}
.footer-div.footer-div2 {
  width: 135px;
  margin-left: 3.4%;
}
.code-txt {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-top: 8px;
}
.footer-div.footer-div3 {
  width: 73%;background: url(../img/border-line.png) no-repeat left top;
  background-size: auto 100%; padding-left: 1.8%
}
.footer-menu{}
.footer-menu ul li {
  float: left;
  width: 14%;
  color: #fff;
  background-size: auto 100%;
  padding-left:2.6%;
  position: relative;
}
.footer-menu ul li:first-child::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  
}
.footer-menu ul li dt {
  margin-bottom: 15px;
  line-height: 1;
}
.footer-menu ul li dt a {
  color: #fff; font-size: 18px;
}
.footer-menu ul li dd a {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}
.footer-menu ul li dd a:hover, .partner-list span a:hover {
  color: #fff
}
.partner {
  margin-top: 4.109%;
}
.partner .partner-tit {
  margin-bottom: 2.74%;
  font-size: 16px;
  color: #fff;
}
.partner-list span a {
  font-size: 14px;
  color: #fff;
  padding-right: 20px;
  line-height: 24px;
}
.footer-bottom {
  background:#004c9d;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color:#fff;
  margin-top: 4.73%;
}
.bottom-menu a::after {
  content: "|";
  font-size: 14px;
  color: #fff;
  margin: 0 15px;
}
.bottom-menu span:last-child a::after {
  display: none;
}
/*inner-tit*/
.inner-tit {
padding:20px 0; border-bottom: 1px solid #f1f1f1;
}
.tit1 {
  font-size: 24px;
  color: #0062b1;
  padding-left: 10px;
  border-left: 3px solid #0062b1;
}
.tit2 {
  font-size: 14px;
  color: #9c9c9c;
  margin-top: 5px;
}
.bread-menu {
  color: #606060;
  font-size: 14px;
  vertical-align: middle;
}
.bread-menu img {
  vertical-align: top;
  margin-right: 5px;
}
.bread-menu a {
  color: #606060;
}
.bread-menu a:hover, .bread-menu a:last-child {
  color: #0062b1;
}
.bread-menu a:last-child::after {
  display: none;
}
.inner-menu {
  font-size: 0;
  margin-top:2%;
}
.inner-menu a {
  display: inline-block;
  padding: 0 20px;
  height: 45px;
  color: #666666;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #dbdbdb;
  border-right: none;
  vertical-align: middle;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.inner-menu a:last-child {
  border-right: 1px solid #dbdbdb;
}
.inner-menu a:hover, .inner-menu a.cur {
  background: #0062b1;
  color: #fff;
}
.newss {
  margin:0 auto!important;
  width: 85%;
}
.newss table{width: 70%; margin: 0 auto;
border-collapse:collapse;  
border: 1px solid #666;  
}  
.newss td{  
border-collapse:collapse;  
border: 1px solid #666;  
}  
/*page-jump*/
.page-jump {
  text-align: center;
  margin-top: 20px;
}
.page-jump > ul {
  font-size: 0;
}
.page-jump > ul > li {
  display: inline-block;
  border: 1px solid #e9e9e9;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 16px;
  transition: all .3s ease;
}
.page-jump > ul > li a, .page-jump > ul > li span {
  display: block;
  padding: 6px 10px;
  color: #c7c7c7;
  transition: all .3s ease;
  cursor: pointer;
}
.page-jump > ul > li:hover a, .page-jump > ul > li.active span, .page-jump > ul > li:hover a {
  color: #fff;
  background: #0062b1;
}
.page-jump > ul > li:hover, .page-jump > ul > li.active {
  border-color: #0062b1;
}
.page-jump > ul > li:first-child span, .page-jump > ul > li:last-child span {
  color: #fff
}
.page-jump > ul > li:first-child, .page-jump > ul > li:last-child {
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}
.page-jump > ul > li:first-child a, .page-jump > ul > li:last-child a, .page-jump > ul > li:first-child:hover a, .page-jump > ul > li:last-child:hover a {
  color: #fff;
}
.page-jump > ul > li:first-child:hover, .page-jump > ul > li:last-child:hover {
  background-color: #0062b1;
  border-color: #0062b1;
}
.page-jump > ul > li:first-child a, .page-jump > ul > li:last-child a {
  /*color: #fff;*/
}
.show-sm {
  display: none;
}
.menu-icon {
  position: relative;
  height: 20px;
  width: 30px;
  margin-top: 20px;
  display: none;
}
.menu-icon span {
  width: 30px;
  height: 1px;
  display: block;
  background: #434343;
  position: absolute;
  left: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.icon-top {
  top: 0;
}
.icon-middle {
  top: 50%;
  margin-top: -0.5px;
}
.icon-bottom {
  bottom: 0;
}
.menu-icon.on .icon-top {
  -webkit-transform: translateY(10px)rotate(45deg);
  -moz-transform: translateY(10px)rotate(45deg);
  -ms-transform: translateY(10px)rotate(45deg);
  -o-transform: translateY(10px)rotate(45deg);
  transform: translateY(10px)rotate(45deg);
}
.menu-icon.on .icon-bottom {
  -webkit-transform: translateY(-9px)rotate(-45deg);
  -moz-transform: translateY(-9px)rotate(-45deg);
  -ms-transform: translateY(-9px)rotate(-45deg);
  -o-transform: translateY(-9px)rotate(-45deg);
  transform: translateY(-9px)rotate(-45deg);
}
.menu-icon.on .icon-middle {
  width: 0
}
.footer-code {
  display: none;
}
.footer-bottom .fl span {
  margin-right: 20px;
}
@media (max-width: 1770px) {
  .header-menu > ul > li > a {
    padding: 0 15px;
  }
  .header-menu > ul > li {}
}
@media (max-width: 1540px) {
  .header-menu > ul > li > a {
    padding: 0 12px;
  }
  .header-menu > ul > li {}
}
@media (max-width: 1440px) {
  .header, .header-logo {
    height: 100px
  }
  .header-logo img {
    width: auto;
    height: 65px
  }
  .header-menu > ul > li > a {
    padding: 0 10px;
  }
  .header-menu > ul > li {}
  .header-menu, .header-share {
    margin-top: 40px;
  }
}
@media (max-width: 1280px) {
  .header-menu > ul > li > a {
    padding: 0 8px;
  }
  .header-menu > ul > li {}
  .container2 {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .header-right, .header-share {
    display: block;
    float: right;
  }
  .show-sm {
    display: block;
  }
  .right-warp {
    float: right;
  }
  .header-menu {
    margin-top: 5px;
  }
  .header-share {
    margin-top: 15px;
  }
  .header-menu > ul > li:last-child {
    margin-right: 0;
  }
  .header-logo img {
    height: 60px;
    width: auto;
  }
}
@media (max-width: 992px) {
  .container {
    width: 90%;
  }
  .header-menu > ul > li > a {
    font-size: 16px;
    padding: 0 5px;
    cursor: pointer;
  }
  .header-menu > ul > li {
    margin: 0 5px;
  }
  .header-logo img {
    height: 50px;
    width: auto;
  }
  .inner-menu a {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .footer-div.footer-div2 {
    width: 100px;
  }
  .code-txt {
    font-size: 14px;
    line-height: 1.6
  }
  .footer-div.footer-div3 {
    width: 74%;
  }
}
@media (max-width: 768px) {
  .inner-con {
    margin-top: 30px;
  }
  .inner-con img {
    width: 100% !important;
    height: 120px!important;
  }
  .header .container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .header-right {
    display: none;
    position: absolute;
    top: 60px;
    float: none;
    left: 0;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, .9);
  }
  .header-share {
    display: none;
  }
  .header, .header-logo {
    height: 60px;
  }
  .header-logo img {
    height: 45px;
    width: auto;
  }
  .menu-icon {
    display: block;
  }
  .header-menu > ul > li {
    margin: 0;
    display: block;
    float: none;
    width: 100%;
    transform: translateY(-26px);
    -ms-transform: translateY(-26px);
    -moz-transform: translateY(-26px);
    -webkit-transform: translateY(-26px);
    -o-transform: translateY(-26px);
    transition: 1s cubic-bezier(0.35, 2, 0.35, 1), opacity 1s;
    opacity: 0;
  }
  .header-menu > ul > li:nth-child(2) {
    transition: 1.1s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.1s;
  }
  .header-menu > ul > li:nth-child(3) {
    transition: 1.2s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.2s;
  }
  .header-menu > ul > li:nth-child(4) {
    transition: 1.3s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.3s;
  }
  .header-menu > ul > li:nth-child(5) {
    transition: 1.4s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.4s;
  }
  .header-menu > ul > li:nth-child(6) {
    transition: 1.5s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.5s;
  }
  .header-menu > ul > li:nth-child(7) {
    transition: 1.6s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.6s;
  }
  .header-menu > ul > li.header-li-show {
    transform: translateY(0px);
    -ms-transform: translateY(0px); /* IE 9 */
    -moz-transform: translateY(0px); /* Firefox */
    -webkit-transform: translateY(0px); /* Safari 和 Chrome */
    -o-transform: translateY(0px); /* Opera */
    opacity: .9;
  }
  .header-menu > ul > li > a {
    color: #333;
    padding: 0;
  }
  .header-menu > ul > li.active > a, .header-menu > ul > li:hover > a {
    background: #0062b1;
    color: #fff !important
  }
  .header-menu > ul > li > a span {
    position: relative;
    padding: 0 15px;
  }
  .header-menu > ul > li > a span::before {
    content: "";
    width: 6px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    background: url(../img/right-icon.png) no-repeat;
    background-size: 6px 10px;
    margin-top: -5px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .header-menu > ul > li:hover > a span::before {
    background: url(../img/right-icon2.png) no-repeat;
    background-size: 6px 10px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .sub-menu-ul {
    position: relative;
  }
  .sub-menu-ul > li {
    width: auto;
    font-size: 14px;
  }
  /*footer*/
  .footer-div.footer-div1, .footer-div.footer-div2 {
    display: none;
  }
  .footer-div.footer-div3 {
    float: none;
  }
  .footer-menu ul li {
    width: 100%;
    text-align: left;
  }
  .footer-menu ul li, .footer-menu ul li:first-child::after {
    background: none
  }
  .footer-menu ul li dt {
    height: 45px;
    line-height: 45px;
    margin: 0;
    font-size: 14px;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
  }
  .footer-menu ul li dd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d6d6d6;
    padding-left: 10px;
    box-sizing: border-box;
    box-sizing: -webkit-border-box;
    -moz-box-sizing: border-box;
  }
  .footer-menu ul li dt::after {
    position: absolute;
    content: "";
    width: 9px;
    height: 15px;
    background: url(../img/right-icon3.png) no-repeat;
    background-size: 9px 15px;
    right: 10px;
    top: 50%;
    margin-top: -7.5px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .footer-menu ul li.move dt::after {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .bottom-menu, .partner, .menu-warp {
    display: none;
  }
  .footer-bottom {
    height: auto;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-bottom span {
    display: block;
  }
  .footer-code {
    display: block;
    margin-top: 5%;
    width: 135px;
    font-size: 16px;
    color: #1655a3;
    position: relative;
  }
  .code-txt {
    color: #1655a3
  }
  .code-img {
    position: absolute;
    width: 120px;
    right: -130px;
    top: -50%;
    margin-top: -60px;
    z-index: 999;
    display: none;
  }
  .tit-zh {
    font-size: 24px;
  }
  .tit-line {
    margin-top: 10px;
    margin-bottom: 8px;
    height: 1px;
  }
  .tit-en {
    font-size: 14px;
  }
  .inner-tit > div {
    float: none;
    display: block;
  }
  .bread-menu {
    vertical-align: bottom;
    margin-top: 15px;
    padding-top: 0
  }
}
@media (max-width: 480px) {
  .tit-zh {
    font-size: 20px;
  }
  .tit-line {
    margin-top: 8px;
    margin-bottom: 7px;
    height: 1px;
  }
  .tit-en {
    font-size: 14px;
  }
}
/*QRcode*/
#code {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -moz-transform: translate(-50%, -50%); /* Firefox */
  -webkit-transform: translate(-50%, -50%); /* Safari å’Œ Chrome */
  -o-transform: translate(-50%, -50%); /* Opera */
  background-color: #fff;
  font-size: 20px;
  padding: 22px 12px 10px;
  font-family: "Microsoft YaHei";
  color: #1A8BD6;
}
#code .code-close {
  position: absolute;
  color: #cd0e18;
  font-size: 32px;
  width: 24px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 8px;
  right: 8px;
  cursor: pointer;
  transition: all .5s ease;
}
#code canvas {
  display: block;
  vertical-align: top;
  margin: 12px auto 10px;
}
.lx img {
  max-width: 365px;
  height: 230px;
  display: block;
  float: right
}
.pagebar {
  padding: 20px;
  overflow: hidden
}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 7px 8px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
  color: #333;
  font-size: 14px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #337ab7;
  border: 1px solid #337ab7;
}
.pagination a.page-num-current {
  color: #fff;
  background: #337ab7;
  border: 1px solid #337ab7;
}
.pagination .st {
  font-family: 宋体
}
.text-secondary {
  text-align: center;
  padding: 20px 0
}
.youqing a {
  color: #fff;
  padding: 0 5px;
  font-size: 14px
}
.stop {
  position: absolute
}
.smenu > ul > li > a {
  color: #fff !important
}
.ntop ul li {
  background: url(../img/icon1n.png) no-repeat;
}
.formData {
  padding-bottom: 20px;
}
.formData .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 32%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e5e5e5;
  margin-right: 3%;
  margin-bottom: 30px;
  position: relative;
}
.formData .item label {
  padding-left: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #cccccc;
}
.formData .item input {
  outline: none;
  font-size: 18px;
}
.formData .item .txt {
  width: 355px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: none;
  padding-left: 120px;
  border: 0 none;
  color: #333;
}
.formData .item .red {
  position: absolute;
  right: 15px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}
.formData .item.mr0 {
  margin-right: 0;
}
.formData .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}
.formData .liuyan {
  width: 100%;
  height: 240px;
  border: 1px solid #e5e5e5;
  float: left;
}
.formData .fangxiang {
  width: 100%;
  font-size: 18px;
  line-height: 50px;
  border: 0px !important;
  float: left;
}
.formData .liuyan label {
  text-align: right;
  display: block;
}
.formData .liuyan textarea {
  width: 100%;
  height: 214px;
  line-height: 28px;
  padding: 12px 10px;
  text-indent: 50px;
  font-size: 18px;
  font-family: "microsoft yahei";
  color: #333;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}
.formData .bot {
  width: 100%;
}
.formData .sub {
  width: 232px;
  line-height: 46px;
  border: 2px solid #669934;
  margin-right: 2px;
  text-align: center;
  background: #669934;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.formData .sub:hover {
  background: none;
  color: #669934;
}
.formData .yzm {
  width: 432px;
}
.formData .yzm .txt {
  padding-left: 80px;
}
.formData .yzm img {
  position: absolute;
  right: 3px;
  top: 3px;
  border: 0px;
  display: block;
}
.box3 {
  margin-bottom: 20px;
  color: #333
}
.swhz {
  background: url(/skin/img/swhz.jpg) no-repeat top right
}
.gengduo {
  display: block;
  width: 150px;
  padding: 0 30px;
  line-height: 45px;
  margin: 60px auto 0;
  background: #2081eb;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 10px;
  border: 0px;
  cursor: pointer
}
.gengduo:hover {
  background: #ef871c;
  transition: all .5s;
}
.h60 {
  height: 60px;
  width: 100%
}
@media (max-width: 750px) {
  .pc {
    display: none !important
  }
  .mm {
    display: block !important;
  }
  .header {
    z-index: 99999 !important;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  }
  .header-right {
    position: fixed !important
  }
  .sub-menu-ul > li, .sub-menu-ul {
    width: 100% !important;
    border-bottom: 1px dashed #ccc
  }
  .header nav {
    height: auto !important
  }
  .header nav ul li > a {
    width: 100% !important;
    color: #333 !important;
    line-height: 35px !important
  }
  .header-menu > ul > li > a {
    line-height: 40px !important;
    height: 40px !important;
    border-bottom: 1px solid #ccc
  }
  .business .tabs {
    margin-top: 0px !important
  }
  .contai {
    width: 100% !important
  }
  .business .tabs .item {
    width: 50% !important;
    height: auto !important;
    padding-bottom: 35px !important
  }
  .business .tabs .item:nth-child(1n), .business .tabs .item:nth-child(2n) {
    border-bottom: 1px solid #f1f1f1;
  }
  .ul-txt01 {
    padding: 0 20px 30px !important;
    margin-top: -45px !important
  }
  .ul-txt01 li {
    height: 50px !important
  }
  .g-txt01 {
    text-align: center !important
  }
  .study, .container {
    width: 100% !important
  }
  .study .main .left, .study .main .right {
    width: 100% !important
  }
  .study .main .right .box ul li .text, .news-right-con {
    width: 70% !important
  }
  .study .main .right .box ul li .date, .news-right-left {
    width: 29% !important;
    font-size: 14px !important
  }
  .news-con {
    padding: 0 5%
  }
  .news-right-con {
    margin: 0 !important
  }
  .business .tabs .item .text h2, .study .main .left .swiper-slide h2, .study .main .right .swiper-slide h2 {
    font-size: 18px !important
  }
  .study .main .right .box ul li {
    font-size: 16px !important
  }
  .w100 {
    padding: 0 !important
  }
  .footer {
    padding-top: 0 !important
  }
  .footer-div.footer-div3 {
    width: 80% !important;
    margin: 0 auto
  }
  .footer-bottom {
    padding: 5% !important;
    margin-top: 0 !important
  }
  .bigTitle {
    font-size: 24px !important
  }
  .bigTitleEn {
    font-size: 16px !important
  }
  .about-us .left-image img {
    width: 100% !important
  }
  .our-services .container-fluid img {
    width: 100% !important
  }
  .our-services .container-fluid {
    width: 96% !important
  }
  .inner-menu a {
    width: 48%;
    font-size: 14px;
    margin: 1%;
    border-right: 1px solid #dbdbdb
  }
  #allmap {
    display: none
  }
  .swhz {
    background: none !important;
  }
	.bot .fr{float: none!important}
  .formData .item {
    width: 100%;
    height: auto !important
  }
  .formData .liuyan, .fangxiang {
    width: 100% !important
  }
  .wi100 {
    width: 100% !important;
    margin-bottom: 10px
  }
  .aboutPage {
    padding: 0 !important
  }
	.tellink{width: 100%; height: 100%}
	.formData .item .txt{width: 98%!important; padding-left: 2%!important}
}
@media (min-width: 750px) {
  .tl {
    text-align: left !important
  }
  .pc {
    display: block !important
  }
  .mm {
    display: none !important
  }
}

.aboutIntro{background-image: url("/dhh/about_introbg.png");background-position: left center;background-repeat: no-repeat;background-size: 100%;height: 770px}
.aboutIntro,.aboutIntro .Intro{margin:65px 0;}
.aboutTit{font-size: 36px;line-height: 46px;padding: 40px 0;}
.aboutIntro .intro,.aboutIntro .intro-img{float: left;width: 50%;}

.aboutIntro .intro .company{padding-bottom: 24px; }
.aboutIntro .intro .company h3{font-size:48px;line-height: 80px;color: #2081eb;text-transform: uppercase;font-family: 'DINCond-Bold';margin-bottom: 4px;}
.aboutIntro .intro .company h4{font-size:30px;line-height:50px;font-weight: bold;}
.aboutIntro .intro .company em{display: block;font-size: 12px;line-height: 12px;font-style: normal;}

.aboutIntro .intro p{font-size: 14px;line-height: 35px;text-indent: 30px}
.aboutIntro .intro-img{padding-left: 115px;padding-right: 35px;padding-bottom: 40px;box-sizing: border-box;}
.aboutIntro .intro-img .img{position: relative;}
.aboutIntro .intro-img .img:after{content: "";position: absolute;right: -35px;bottom: -40px;width: 100%;height: 100%;background: #2081eb;}
.aboutIntro .intro-img .img img{width: 100%;position: relative;z-index: 10;}
.aboutIntro .intro-num{margin-bottom: 65px;padding:50px 0;}
.aboutIntro .intro-num li{float: left;width: 20%;position: relative;}
.aboutIntro .intro-num li .mes{padding:0 10px;text-align: center; }
.aboutIntro .intro-num li h3{font-size: 70px;line-height: 70px;color: #2081eb;font-family: 'DINCond-Bold';}
.aboutIntro .intro-num li h3 em{font-size: 24px;line-height: 24px;vertical-align: bottom;}
.aboutIntro .intro-num li p{font-size: 20px;line-height: 26px;color: #535353;height: 26px;margin-top: 12px;overflow: hidden;}
.aboutIntro .intro-num li:after{content: "";position: absolute;right: 0;top:0;width: 2px;height: 100%;background-image: url("/dhh/inAout_listbg.png");background-position: center center;background-repeat: no-repeat;background-size: 100%;}
.aboutIntro .intro-num li:last-child:after{width: 0;background: none;}
/*北路简介*/


.culture{background-color: #eef2f5;background-image: url("/dhh/culture_bg.png");background-position: right bottom;background-repeat: no-repeat;background-size: cover;padding: 55px 0;}
.culture .culture-mes img{width: 100%;}


.wra{width: 85%; margin: 0 auto}
.topH{background: #004c9d;height: 40px;}
.topL{float: left;font-size: 12px;line-height: 40px;color: #fff;font-weight: bold;}
.topR{float: right;}
.topR a{float: left;font-size: 12px;line-height: 40px;color: #fff;font-weight: bold;margin-right: 15px;position: relative;}
.topR a p{text-align: center;position: relative;padding-right: 15px;}
.topR a:after{content: "";position: absolute;right: 0;top:13px;width: 1px;height: 14px;background: #fff;}
.topR a p img{width: 18px;height: 18px;margin-right: 5px;}
.topR a:last-child{margin-right: 0;}
.topR a:last-child p{padding-right: 0;}
.topR a:last-child:after{width: 0;}
.topR a:hover{color: #ccc;}
.topR a.wx .wxImg{position: absolute;top:44px;left: 50%;width: 80px;margin-left: -45px;z-index: 100;text-align: center;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.12);padding: 5px 5px;display: none;}
.topR a.wx .wxImg img{width: 68px;}
.topR a.wx .wxImg:before{content: "";position: absolute;left: 50%;top:-12px;width: 0;height: 0;border: 6px solid transparent;border-bottom: 6px solid #fff;margin-left: -6px;}
.topR a.wx:hover .wxImg{display: block;}
.hui a{color: #fff}