nav .headera {
  display: block;
  line-height: 98px;
  padding: 0 20px;
  margin-left: 36px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.2s all linear;
  border-bottom: 2px solid #fff;
}
nav .headera:hover {
  color: #e60031;
  transition-delay: 0.1s;
  border-color: #e60031;
}
.main {
  margin-top: 42px;
  height: 516px;
  overflow: hidden;
}
.main.qualifications {
  margin-top: 76px;
}
.main-le {
  width: 300px;
  position: relative;
}
.main-re {
  width: 900px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
}
.main-le-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-le-head {
  position: absolute;
  top: 46px;
  left: 24px;
}
.main-le-head p {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.main-le-head p:nth-of-type(1) {
  font-weight: bold;
  font-size: 28px;
  line-height: 48px;
}
.main-le-spec {
  position: absolute;
  bottom: 42px;
  left: 24px;
}
.main-le-spec span {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  border: 1px solid #fff;
  padding: 0 12px;
}
.main.qualifications .main-le-mask {
  background: rgba(83, 145, 248, 0.9);
}
.main.permit .main-le-mask {
  background: rgba(22, 205, 178, 0.9);
}
.main.other .main-le-mask {
  background: rgba(252, 140, 110, 0.9);
}
.main-re .item {
  padding: 18px 16px 14px 20px;
  position: relative;
  width: 299px;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  box-sizing: border-box;
}
.main-re .item:nth-of-type(3n) {
  border-right: none;
}
.main-re .item:nth-of-type(7),
.main-re .item:nth-of-type(8),
.main-re .item:nth-of-type(9) {
  border-bottom: none;
}
.main-re .item img {
  position: absolute;
  bottom: 12px;
  right: 16px;
}
.main-re .item p:nth-of-type(1) {
  font-size: 20px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main-re .item p:nth-of-type(2) {
  color: #999;
  margin-top: 10px;
  font-size: 18px;
  line-height: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main-re .item a {
  margin-top: 20px;
  display: inline-block;
  width: 86px;
  line-height: 32px;
  background: linear-gradient(to bottom, #e70331, #fc3b36);
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.main-re .item:hover p:nth-of-type(1) {
  color: #e70331;
}
.main-re .item a:hover {
  margin-left: 6px;
  transition: 0.2s all linear;
}
.why-choose {
  /*margin-top: 50px;*/
  background: url(../images/index2_13.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 70px 0 56px;
}
.why-choose-title {
  text-align: center;
}
.why-choose-title p,
.why-choose-list p {
  color: #fff;
}
.why-choose-title p:nth-of-type(1) {
  font-size: 32px;
  font-weight: bold;
}
.why-choose-title p:nth-of-type(2) {
  font-size: 14px;
  text-transform: uppercase;
}
.why-choose-list {
  margin-top: 65px;
  text-align: center;
}
.why-choose-list .item {
  width: 250px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.why-choose-list .item:hover {
  transform: translate(0, -10px);
  　　-webkit-transform: translate(0, -10px);
  　　-moz-transform: translate(0, -10px);
  　　-o-transform: translate(0, -10px);
  　　-ms-transform: translate(0, -10px);
}
.why-choose-list p:nth-of-type(1) {
  margin-top: 10px;
  font-size: 24px;
  position: relative;
}
.why-choose-list p:nth-of-type(1)::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 0);
  width: 34px;
  height: 2px;
  background-color: #d6d6d6;
}
.why-choose-list p:nth-of-type(2) {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.info {
  margin: 74px 0;
}
.info .div1200 {
  box-shadow: 0 8px 15px 10px #e7e7e7;
}
.tabs-title {
  background-color: #f8f8f8;
  line-height: 48px;
  border-top: 1px solid #d6d6d6;
}
.tabs-title a {
  display: block;
  font-size: 18px;
  padding: 0 22px;
  position: relative;
}
.tabs-title a.active {
  color: #4981d9;
  background-color: #fff;
}
.tabs-title a.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4981d9;
}
.tabs-content {
  padding: 32px;
}
.tabs-content .tab-item {
  display: none;
}
.tabs-content .tab-item.active {
  display: block;
}
.tabs-head {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 8px;
}
.tabs-head span {
  font-size: 16px;
  color: #333;
}
.tabs-head a {
  font-size: 14px;
  color: #4981d9;
  padding: 4px;
}
.tabs-head a:hover {
  background-color: #4981d9;
  color: #fff;
  transition: 0.2s all linear;
}
.tab-pane .item {
  width: 550px;
  padding: 22px 0;
  border-bottom: 1px solid #d6d6d6;
}
.tab-pane .item img{ border-radius: 5px;}
.tab-pane .item:nth-of-type(5),
.tab-pane .item:nth-of-type(6) {
  border-bottom: none;
}
.tab-pane .item .desc {
  margin-left: 8px;
}
.tab-pane .item .desc p {
  font-size: 14px;
}
.tab-pane .item .desc p:nth-of-type(1) {
  color: #333;font-size: 16px;width: 400px; height: 20px; overflow: hidden;text-overflow: ellipsis; white-space: nowrap; font-weight: bold;
}
.tab-pane .item .desc p:nth-of-type(2) {
  color: #999;margin-top: 6px; height: 40px; overflow: hidden;text-overflow: ellipsis;
}
.tab-pane .item .desc p:nth-of-type(3) {
  color: #999;margin-top: 6px; font-size: 12px;
}
.tab-pane .item:hover {
  background-color: #f8f8f8;
  transition: 0.2s all linear;
}
.tab-pane .item:hover .desc p:nth-of-type(1) {
  color: #e20020;
}
footer {
  margin-top: 0px;
  background-color: #1d2323;
}
.footer-head {
  padding: 66px 0;
}
.concat {
  width: 260px;
}
.ewm p {
  font-size: 14px;
  color: #fff;
}
.lx {
  margin-top: 18px;
}
.lx p {
  font-size: 20px;
}
.lx p:nth-of-type(1) {
  color: #fff;
}
.lx p:nth-of-type(2) {
  color: #e20020;
}
.footer-nav {
  width: 816px;
}
.footer-nav dl dt {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}
.footer-nav dl dt::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #e20020;
  left: 0;
  bottom: -20px;
}
.footer-nav dl dd {
  line-height: 36px;
}
.footer-nav dl dd a {
  font-size: 14px;
  color: #e2e2e2;
}
.footer-nav dl dd a:hover {
  color: #e20020;
  transition: 0.2s all linear;
}
.copyright {
  text-align: center;
  border-top: 1px solid #e6e6e6;
}
.copyright p {
  font-size: 14px;
  color: #fff;
  line-height: 56px;
}

/* index */
.zzdxzz {
  background-color: #f1f2f6;
  padding: 72px 0 60px;
}
.index-title {
  text-align: center;
}
.index-title p:nth-of-type(1) {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}
.index-title p:nth-of-type(2) {
  margin-top: 4px;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}
.zzdxzz-list {
  margin-top: 38px;
  background-color: #fff;
  padding: 16px;
}
.zzdxzz-list .item {
  position: relative;
  width: 252px;
  padding: 26px 14px 23px 20px;
  background: linear-gradient(to bottom, #dae8ff, #edf4ff);
}
.zzdxzz-list .item:nth-of-type(1),
.zzdxzz-list .item:nth-of-type(2),
.zzdxzz-list .item:nth-of-type(3),
.zzdxzz-list .item:nth-of-type(4) {
  margin-bottom: 7px;
}
.zzdxzz-list .item p:nth-of-type(1) {
  font-size: 18px;
  color: #333;
}
.zzdxzz-list .item p:nth-of-type(2) {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.zzdxzz-list .item a {
  margin-top: 20px;
  display: inline-block;
  width: 86px;
  line-height: 32px;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  color: #999;
  box-sizing: border-box;
  border: 1px solid #999;
}
.zzdxzz-list .item:hover {
  box-shadow: 0 0px 6px 2px #e0e0e0;
  transition: 0.2s all linear;
}
.zzdxzz-list .item a:hover {
  background: linear-gradient(to bottom, #e70331, #fc3b36);
  color: #fff;
  border-color: transparent;
  margin-left: 6px;
  transition: 0.2s all linear;
}
.zzdxzz-list .item img {
  position: absolute;
  bottom: 12px;
  right: 16px;
}
.zx {
  margin: 50px auto 0;
  width: 590px;
  line-height: 56px;
  border: 1px solid #e60031;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
}
.zx img {
  margin: 0 10px 0 15px;
}
.zx span:nth-of-type(1) {
  font-size: 16px;
  color: #333;
}
.zx span:nth-of-type(2) {
  font-size: 20px;
  color: #e60031;
  font-weight: bold;
}
.zx a {
  background: linear-gradient(to bottom, #e70331, #fc3b36);
  position: absolute;
  right: 0;
  top: 0;
  width: 188px;
  height: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.hlwxk {
  background: url(../images/index_bg_02.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 78px 0 76px;
}
.index-title.white p {
  color: #fff;
}
.hlwxk .zzdxzz-list-le {
  width: 286px;
}
.hlwxk .zzdxzz-list-re {
  width: 874px;
}
.hlwxk .zzdxzz-list .zzdxzz-list-le .item {
  margin-bottom: 0;
  width: 244px;
  height: 308px;
}
.hlwxk .zzdxzz-list .zzdxzz-list-le .item img {
  width: 152px;
}
.hlwxk .zzdxzz-list .item:nth-of-type(4) {
  margin-bottom: 0;
}
.why-choose.index-why {
  margin-top: 0;
}
/* ny */
.bl {
      background-color: #f1f2f6;
    margin-top: 40px;
    padding: 40px 0 50px 0;
}
.bl-list {
  margin-top: 30px;
}
.bl-list .item {
  border: 2px solid #83a7e1;
  height: 446px;
  width: 578px;
}
.bl-list .item .dl-info {
  width: 320px;
}
.bl-list .item dd {
  padding: 30px 0;
  margin: 0 30px;
}
.bl-list .item dl p {
  font-size: 14px;
  color: #333;
}
.bl-list .item dd:nth-of-type(1) {
  border-bottom: 1px solid #d6d6d6;
}
.bl-list .item dl p:nth-of-type(1),
.bl-list .item-title {
  font-size: 26px;
  color: #003993;
}
.bl-list .item dl p span {
  color: #003993;
}
.bl-list .item dl p:nth-of-type(2) {
  margin: 16px 0 6px;
}
.bl-list .item-title {
  margin-top: 38px;
  text-align: center;
}
.bl-list .item-list {
  padding: 25px 24px 0 40px;
}
.bl-list .item-list ._dl {
  width: 50%;
  margin-bottom: 16px;
}
.bl-list .item-list ._dl p {
  font-size: 14px;
  color: #003993;
  display: inline-block;
  border: 1px solid #346cc5;
  padding-right: 8px;
}
.bl-list .item-list ._dl span {
  display: inline-block;
  background: linear-gradient(to bottom, #346cc5, #6098f0);
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  margin-right: 6px;
}

.tj {
  padding: 40px 0 40px;
  background-color: #f1f2f6;
}
.tj-list {
  margin-top: 30px;
}
.tj-list-re {
  width: 510px;
}
.tj-content {
  margin-left: 26px;
}
.tj-content .tj-item {
  padding: 4px 0 12px;
}
.tj-content .tj-item span:nth-of-type(1) {
  font-size: 16px;
  color: #e60031;
  font-weight: bold;
  margin-right: 14px;
}
.tj-content .tj-item span:nth-of-type(2) {
  font-size: 14px;
  color: #333;
}
.qs {
  padding: 40px 0;
  text-align: center;
  background-color: #f1f2f6;
}
.qs img {
  margin-top: 48px;
}
.qs a {
  display: inline-block;
  width: 273px;
  line-height: 60px;
  background: linear-gradient(to bottom, #e70331, #fc3b36);
  border-radius: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.qs a:hover {
  border-color: #e70331;
  background: none;
  color: #e70331;
  transition: 0.2s all;
}
.lc-list {
  margin-top: 36px;
}
.lc-list .item {
  width: 500px;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.lc-list .item:nth-of-type(1) {
  border-color: #545454;
  background-color: #fff;
}
.lc-list .item:nth-of-type(2) {
  border-color: #2e66bf;
  background-color: #fff;
}
.lc-list .item p {
  line-height: 60px;
  font-size: 26px;
  color: #fff;
}
.lc-list .item:nth-of-type(1) p {
  background: #545454;
}
.lc-list .item:nth-of-type(2) p {
  background: linear-gradient(to bottom, #2e66bf, #6199f1);
}
.lc-list .item img {
  margin: 38px 0;
}

/* 首页-确认版 */
.zzdxzz.zzdxzz-confirm {
  background: linear-gradient(to bottom, #fafcff, #e5f5ff, #d3efff);
}
.zzdxzz-confirm-list {
  margin-top: 38px;
  background-color: #fff;
}
.zzdxzz-confirm-list .item {
  position: relative;
  width: 300px;
  padding: 30px 36px 70px 22px;
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  box-sizing: border-box;
  cursor: pointer;
}
.zzdxzz-confirm-list .item:nth-of-type(1),
.zzdxzz-confirm-list .item:nth-of-type(2),
.zzdxzz-confirm-list .item:nth-of-type(3),
.zzdxzz-confirm-list .item:nth-of-type(4) {
  border-top: 1px solid #d6d6d6;
}
.zzdxzz-confirm-list .item:nth-of-type(1),
.zzdxzz-confirm-list .item:nth-of-type(5) {
  border-left: 1px solid #d6d6d6;
}
.zzdxzz-confirm-list .item p:nth-of-type(1) {
  font-size: 18px;
  color: #333;
}
.zzdxzz-confirm-list .item p:nth-of-type(2) {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.zzdxzz-confirm-list .item a {
  margin-top: 20px;
  display: inline-block;
  width: 86px;
  line-height: 32px;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  color: #999;
  box-sizing: border-box;
  border: 1px solid #999;
}
.zzdxzz-confirm-list .item:hover {
  box-shadow: 0 0px 6px 2px #e0e0e0;
  transition: 0.2s all linear;
}
.zzdxzz-confirm-list .item a:hover {
  background: linear-gradient(to bottom, #e70331, #fc3b36);
  color: #fff;
  border-color: transparent;
  margin-left: 6px;
  transition: 0.2s all linear;
}
.zzdxzz-confirm-list .item img {
  position: absolute;
  bottom: 12px;
  right: 16px;
}
.hlwxk-confirm {
  margin-top: 75px;
}
.hlwxk-confirm-list {
  margin-top: 36px;
  box-shadow: 0 1px 20px 4px #d7e9f8;
}
.hlwxk-confirm-list .item {
  width: 300px;
  padding: 34px 25px 30px 30px;
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  box-sizing: border-box;
  cursor: pointer;
}
.hlwxk-confirm-list .item:nth-of-type(4n) {
  border-right: none;
}
.hlwxk-confirm-list .item p {
  font-size: 20px;
  color: #333;
}
.hlwxk-confirm-list .item img {
  margin: 20px 0;
}
.hlwxk-confirm-list .item a {
  display: block;
  width: 86px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(to bottom, #e70431, #fe4137);
  text-align: center;
  border-radius: 5px;
  border: 1px solid transparent;
}
.hlwxk-confirm-list .item:hover {
  box-shadow: 0 0px 6px 2px #e0e0e0;
  transition: 0.2s all linear;
}
.hlwxk-confirm-list .item a:hover {
  color: #e70431;
  border-color: #e70431;
  background: none;
  margin-left: 6px;
  transition: 0.2s all linear;
}
.ztzz {
  margin-top: 78px;
  position: relative;
  height: 780px;
}
.ztzz .div1200 {
  position: absolute;
  top: 76px;
  left: 50%;
  transform: translate(-50%, 0);
}
.ztzz-list {
  background-color: #fff;
  box-shadow: 0 6px 12px -1px #d7e9f8;
  padding-bottom: 40px;
}
.ztzz .zzdxzz-confirm-list .item {
  padding: 30px 36px 32px 22px;
}
.ztzz .zzdxzz-confirm-list .item img {
  bottom: 20px;
}
.why-choose-confirm {
  /*margin-top: 470px;*/
  /*background: #f9f9f9;*/
}
.why-choose-confirm .why-choose-title p:nth-of-type(1) {
  color: #333;
}
.why-choose-confirm .why-choose-title p:nth-of-type(2) {
  color: #666;
}
.why-choose-confirm .why-choose-list .item .li_img {
  width: 100px;
  height: 100px;
  background: linear-gradient(to bottom, #2d65be, #538ae3, #6199f1);
  border-radius: 100%;
  margin: 0 auto;
}
.why-choose-confirm .why-choose-list p:nth-of-type(1) {
  color: #333;
}
.why-choose-confirm .why-choose-list p:nth-of-type(1)::before {
  height: 0;
}
.why-choose-confirm .why-choose-list p:nth-of-type(2) {
  margin-top: 6px;
  color: #666;
}
.why-choose-confirm .why-choose-list .item:hover .li_img {
  background: linear-gradient(to bottom, #e70331, #f62c35, #fe4237);
}
.why-choose .why-choose-list .item img:nth-of-type(2){
  display: none;
}
.why-choose .why-choose-list .item:hover img:nth-of-type(1) {
  display: none;
}
.why-choose .why-choose-list .item:hover img:nth-of-type(2) {
  display: initial;
}
/* 新增加 */
.smsicp {
  margin-top: 40px;
  margin-bottom: 50px;
}
.smsicp-list {
  margin-top: 32px;
}
.smsicp-list img {
  margin-left: 36px;
  width: 312px;
  cursor: zoom-in;
  border: 1px solid #dedede;
}
.smsicp-list .smsicp-list-right {
  width: 746px; margin-top:15px; 
}

.smsicp-list .smsicp-list-right p:nth-of-type(1) {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin: 16px 0;
}
.smsicp-list .smsicp-list-right p:nth-of-type(2) {
  font-size: 14px;
  color: #333;
  line-height: 32px;
}
.smsicp-list .smsicp-list-right dl {
  margin-top: 20px;
}
.smsicp-list .smsicp-list-right dl span {
  font-size: 14px;
  color: #333;
  line-height: 32px;
}
.smsicp-list .smsicp-list-right dl span:nth-of-type(1) {
  color: #003993;
}
.smsicp-bottom {
  margin-top: 36px;
  border: 1px solid #83a7e1;
  padding: 22px 36px;
}
.smsicp-bottom-title {
  font-size: 26px;
  color: #003993;
  text-align: center;
}
.smsicp-bottom-list {
  margin-top: 44px;
}
.smsicp-bottom-list ._dl {
  width: 25%;
  margin-bottom: 16px;
}
.smsicp-bottom-list ._dl p {
  font-size: 14px;
  color: #003993;
  display: inline-block;
  border: 1px solid #346cc5;
  padding-right: 8px;
}
.smsicp-bottom-list ._dl span {
  display: inline-block;
  background: linear-gradient(to bottom, #346cc5, #6098f0);
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  margin-right: 6px;
}
.why-choose.why-choose-confirm .why-choose-list .item p,
.why-choose.why-choose-confirm .why-choose-title p{
  color: #fff;
}
.footer-2 {
  padding: 5px 0;
}
.footer-2 dt,
.footer-2 dd {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  margin-right: 10px;
}
.footer-2 dt {
font-size: 15px;
color: #fff;
}
.footer-2 a,
.footer-2 span {
font-size: 15px;
color: #a9a9a9;
}
.footer-2 span {
padding: 0 13px;
}

/* 关于我们 */
ul, li {
  list-style: none;
}
.about {
  margin-top: 40px;
  padding-bottom: 50px;
}
.about-title p:nth-of-type(1){
  font-size: 24px;
  text-align: center;
}
.about-title p:nth-of-type(2){
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
}
.about-1-list {
  margin-top: 50px;
}
.about-1-list ul li {
  width: 249px;
  height: 448px;
  background-color: #f8f9fe;
  border: 12px solid #dae6f6;
  transition: all 0.3s;
}
.about-1-list ul li p:nth-of-type(1) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 88px;
  height: 88px;
  background-color: #566385;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  margin: 57px auto 0;
}
.about-1-list ul li p:nth-of-type(1)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #566385;
}
.about-1-list ul li p:nth-of-type(2) {
  position: relative;
  width: 182px;
  margin: 62px auto 0;
  font-size: 14px;
  line-height: 28px;
}
.about-1-list ul li p:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 24px;
  background-color: #566385;
}
.about-1-list ul li:hover {
  height: 474px;
  background-color: #4e608e;
  border-color: #435279;
}
.about-1-list ul li:hover p:nth-of-type(1) {
  color: #566385;
  background-color: #fff;
}
.about-1-list ul li:hover p:nth-of-type(1)::before {
  border-color: #fff;
}
.about-1-list ul li:hover p:nth-of-type(2) {
  color: #fff;
}
.about-1-list ul li:hover p:nth-of-type(2)::before {
  background-color: #fff;
}
.about-2-list {
  margin-top: 44px;
}
.about-2 {
  margin-top: 0px;
  padding: 40px 120px 98px 120px;
}
.about-2-left {
  width: 450px;
}
.about-2-right {
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 1px 10px 5px #bec9db;
}
.about-2-left-con1 p:nth-of-type(1){
  font-weight: bold;
  font-size: 28px;
}
.about-2-left-con1 p:nth-of-type(2){
  color: #666;
  font-size: 18px;
}
.about-2-left-con2 {
  margin-top: 54px;
}
.about-2-left-con2 p:nth-of-type(1){
  font-size: 16px;
}
.about-2-left-con2 p:nth-of-type(2){
  color: #013893;
  font-size: 36px;
}
.about-2-left-con3 dl {
  margin-top: 40px;
}
.about-2-left-con3 dl dd {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.about-2-left-con3 dl dd img {
  margin-right: 8px;
}



.lc-li {
  overflow: hidden;
  position: relative;
  width: 1057px;
  margin: 50px auto 0;
  height: 439px;
}

.lc-li img {
  width: 100%;
  height: 100%;
}

.text-liucheng{
  height: 439px;
  position: absolute;
  top: 0;
  text-align: center;
  width: 442px;
}

.text-liucheng-l .v2-tit {
  line-height: 42px;
  color: #fff;
  font-size: 17px;
}

.text-liucheng-r .v2-tit {
  line-height: 42px;
  color: #fff;
  font-size: 17px;
}

.text-liucheng.text-liucheng-l{
  left: 0;
}
.text-liucheng.text-liucheng-r{
  right: 0;
}

.text-liucheng .v2-text{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
}
.text-liucheng.text-liucheng-l .v2-text{
  color: #545454;
}
.text-liucheng.text-liucheng-l .text1{
 width: 350px;
padding: 30px 0 30px 50px;
line-height: 250%;
}

.text-liucheng.text-liucheng-r .text1{
 width: 350px;
padding: 30px 0 30px 50px;
line-height: 250%;
}
.text-liucheng.text-liucheng-r .text1 span{
  color: red;
}




/* 修改 */
.lc {
  padding: 60px 0;
}
.lc-list {
  overflow: hidden;
  position: relative;
  width: 1057px;
  margin: 50px auto 0;
}
.lc-list img {
  width: 100%;
}
.text-box-liucheng {
  height: 539px;
}
.text-box-liucheng-l .v2-tit,
.text-box-liucheng-r .v2-tit {
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  margin-top: 8px;
}
.item-bgimg.liucheng-v2{
  position: relative;
  width: 1057px;
  margin:0 auto;
}
.text-box-liucheng{
  height: 539px;
  position: absolute;
  top: 0;
  text-align: center;
  width: 451px;
}
.text-box-liucheng.text-box-liucheng-l{
  left: 0;
}
.text-box-liucheng.text-box-liucheng-r{
  right: 0;
}
.text-box-liucheng .v2-text{
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    line-height: 1.4;
}
.text-box-liucheng.text-box-liucheng-l .v2-text{
  color: #545454;
}
.text-box-liucheng.text-box-liucheng-l .text1{
  left: 89px;
    right: 90px;
    top: 96px;
}
.text-box-liucheng.text-box-liucheng-l .text2{
  top: 174px;
    left: 51px;
    right: 306px;
}
.text-box-liucheng.text-box-liucheng-l .text3{
  top: 174px;
    left: 186px;
    right: 170px;
}
.text-box-liucheng.text-box-liucheng-l .text4{
  top: 174px;
    right: 60px;
    left: 300px;
}
.text-box-liucheng.text-box-liucheng-l .text5{
  top: 229px;
    left: 50px;
    right: 60px;
}
.text-box-liucheng.text-box-liucheng-l .text6{
  top: 286px;
    left: 80px;
    right: 80px;
}
.text-box-liucheng.text-box-liucheng-l .text7{
    top: 342px;
    left: 80px;
    right: 80px;
}
.text-box-liucheng.text-box-liucheng-l .text8{
  top: 400px;
    left: 50px;
    right: 242px;
}
.text-box-liucheng.text-box-liucheng-l .text9{
  top: 400px;
    right: 56px;
    left: 236px;
}
.text-box-liucheng.text-box-liucheng-l .text10{
  top: 456px;
    left: 50px;
    right: 242px;
}
.text-box-liucheng.text-box-liucheng-l .text11{
    top: 456px;
    right: 56px;
    left: 236px;
}
.text-box-liucheng.text-box-liucheng-r .v2-text{
  color: #344ba7;
}
.text-box-liucheng.text-box-liucheng-r .text1{
  top: 96px;
    left: 60px;
    right: 56px;
}
.text-box-liucheng.text-box-liucheng-r .text2{
  top: 156px;
    left: 60px;
    right: 56px;
}
.text-box-liucheng.text-box-liucheng-r .text3{
  top: 216px;
    left: 60px;
    right: 56px;
}
.text-box-liucheng.text-box-liucheng-r .text4{
    top: 276px;
    left: 60px;
    right: 56px;
}
.text-box-liucheng.text-box-liucheng-r .text5{
  top: 336px;
    left: 60px;
    right: 56px;
    color: #fff;
}
.text-box-liucheng.text-box-liucheng-r .text6{
  top: 396px;
    left: 60px;
    right: 56px;
}
.text-box-liucheng.text-box-liucheng-r .text7{
  top: 456px;
    left: 60px;
    right: 56px;
    color: #fff;
}

.banner {
  height: 350px;
  background: url(../images/ny_02.png) no-repeat center;
}
.banner-con {
 padding-top: 80px;
}
.banner-con p:nth-of-type(1) {
  font-size: 30px;
  color: #fff;
}
.banner-con p:nth-of-type(2) {
  font-weight: bold;
  font-size: 64px;
  color: #ffed4b;
}
.banner-con a {
  display: block;
  width: 156px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  color: #185dd5;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
}
.banner-con a:hover{background:linear-gradient(to right, #f9a22f, #df1414); color: #ffffff;}

.hnav ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hnav ul li{

}
.hnav ul li.current .headera{
  color: #e60031;
  transition-delay: 0.1s;
  border-color: #e60031;
}
.hnav ul li:hover .nav_child_div{
    display: block;
}
.hnav ul li:hover .headera{
    color: #e60031;
    border-color: #e60031;
}
.hnav ul li .headera{
    padding: 0 10px;
    margin: 0px 20px;
}
.nav_child_div{
    left: 0px;
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 999;
}
.along{
    line-height: 1.2em !important;
    padding: 6px 5px !important;
}


.nav_child_div{
    background-color: #3C3C3C;
    height: 400px;
}
.nav_child_div .tit{
    width: 1200px;
    margin: 0px auto;
    margin-top: 30px;
}
.nav_child_div .tit span{
    margin-left: 15px;
    margin-top: 15px;
    display: block;
    color: #ffffff;
    font-size: 14px;
}
.nav_child_div .nav-list-outside {
    margin-left: -15px;
    margin-right: -15px;
    width: 1200px;
    margin: 0 auto;
}
.nav_child_div .nav-list-outside .nav-list-wrap {
    width: 25%;
    float: left;
}.nav_child_div .nav-list-outside .nav-list-wrap .nav-list-inner:hover {
    border: 1px solid #ffffff;
}
.nav_child_div .nav-list-outside .nav-list-wrap .nav-list-inner {
    margin: 15px 15px;
    background: #2b3033;
    border: 1px solid #2b3033;
}
.nav_child_div .nav-list-outside .nav-list-wrap .nav-list-inner a {
    padding: 16px;
    display: block;
    position: relative;
}
.header-top-v2:hover a {
    color: #fff;
}
.header-top-v2 a {
    color: #fff;
}
.nav_child_div .nav-list-outside .nav-list-wrap .nav-list-inner a .smtit {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
}
.nav_child_div .nav-list-outside .nav-list-wrap .nav-list-inner a span {
    display: block;
    margin: 0;
}.nav_child_div .nav-list-outside .nav-list-wrap .nav-list-inner.hot a .smtit .hoticon, .nav_child_div .nav-list-outside .nav-list-wrap .nav-list-inner.hot a .smtit .bgs {
    display: block;
}
.nav_child_div .nav-list-outside .nav-list-wrap .nav-list-inner a .smtit .hoticon {
    position: absolute;
    color: #f3632c;
    right: -36px;
    font-size: 32px;
    display: none;
    width: 30px;
    height: 30px;
    top: -8px;
    line-height: 30px;
    z-index: 12;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav_child_div .nav-list-outside .nav-list-wrap .nav-list-inner.hot a .smtit .hoticon, .nav_child_div .nav-list-outside .nav-list-wrap .nav-list-inner.hot a .smtit .bgs {
    display: block;
}
.nav_child_div .nav-list-outside .nav-list-wrap .nav-list-inner a .smtit .bgs {
    position: absolute;
    width: 22px;
    height: 10px;
    background: #fff;
    right: -33px;
    bottom: 10px;
    z-index: 11;
    display: none;
}
.nav_child_div .nav-list-outside .nav-list-wrap .nav-list-inner a .info {
    font-size: 12px;
    color: #7a8185;
}
.nav_child_div .nav-list-outside .nav-list-wrap .nav-list-inner a .item-icon {
    position: absolute;
    right: 17px;
    top: 20px;
}
.nav_child_div .nav-list-outside .nav-list-wrap .nav-list-inner a .item-icon i {
    font-size: 30px;
    font-weight: 100;
    color: #ffffff;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.main_art{height: 883px; background: url(../images/art_bg.jpg) no-repeat center; padding-top: 40px;}
.main_art ul{display: flex;justify-content: center; margin-top: 20px;}
.main_art ul li{width: 340px; height: 330px; padding: 10px 20px; background: #fff; float: left; margin: 10px 20px; border-radius: 30px;box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05);}
.main_art ul li .icon_art{margin: 0 auto;width: 100px; }
.main_art ul li .icon_art img{width: 100px;margin: 10px 0;}
.main_art ul li .title_art{ font-size:18px; font-weight:600; text-align: center; line-height: 40px;}
.main_art ul li .desc_art{color: #666; font-size: 14px; line-height: 24px; margin-top: 10px; min-height: 100px;}
.main_art ul li .btn_art{width: 150px; margin: 10px auto 0 auto; height: 40px; line-height: 40px; background: linear-gradient(to right, #00bffa,#0160eb); text-align: center; border-radius: 10px;transition: width 0.5s;}
.main_art ul li .btn_art:hover{width: 200px;}
.main_art ul li a{color: #fff}

/*案例滚动*/
.pic_case{background: #f1f2f6; padding-bottom: 50px}
.pic_case .case-title{text-align: center; font-size: 32px; font-weight: bold; padding-top: 50px;}
.picMarquee-left{ width:1200px;margin:50px auto;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin: 8px 20px 8px 0px;float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li:last-child{margin-right:0}
.picMarquee-left .bd ul li .pic{width: 224px; text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:100%;display:block;}
.picMarquee-left .bd ul li .title{ line-height:44px;color: #333;font-size: 16px; width: 224px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pic_case .btn{width: 200px; margin: 0px auto 0px auto; height: 40px; line-height: 40px; background: linear-gradient(to right, #00bffa,#0160eb); text-align: center; border-radius: 10px;transition: width 0.5s;}
.pic_case .btn:hover{width: 260px;}
.pic_case .link_color{color: white; max-width: 200px;}

.dengbao{background: #f1f2f6; padding: 50px 0;}
.dengbao .title h2{text-align: center; font-size: 32px}
.dengbao .title p{text-align: center; width: 800px; margin: 20px auto; color: #666; line-height: 24px;}
.dengbao table th{background: linear-gradient(to top, #4eb0ee,#616ded); color: #fff; font-size: 20px;}
.dengbao table{border: none; background: #bababa;}
.dengbao table td {padding: 10px 30px; line-height: 24px; background: #fff}
.dengbao  b{color: #ff0000; font-weight: bold!important;}
.dengbao .center{text-align: center;}

.dengbao_a{background: #ffffff; padding: 50px 0; overflow: hidden;}
.dengbao_a .title h2{text-align: center; font-size: 32px}
.dengbao_a .title p{text-align: center; width: 800px; height: 10px; margin: 20px auto; color: #666; line-height: 20px;}
.dengbao_a .liucheng{display: flex;justify-content: center;flex-wrap: wrap;}
.dengbao_a .box {overflow: hidden;}
.dengbao_a .lcicon{background: url(../images/lcicon.png) no-repeat center; width: 42px; height: 290px;}
.dengbao_a .box{width: 162px; height: 290px;  border:solid 1px #4eb0ee; background: linear-gradient(to right, #4eb0ee,#616ded);}
.dengbao_a .box p{ padding: 20px; font-size: 14px; line-height: 24px; height: 240px; color: #666; background: #fff}
.dengbao_a .box h2{ color: #fff; font-size: 20px; height: 50px; line-height: 50px; text-align: center;}
.dengbao_a .box:hover{border: 1px solid; border-image: linear-gradient(to right, #f9a22f, #ed6161); background: linear-gradient(to right, #f9a22f,#ed6161); cursor: pointer;}

.dengbao_b{background: #f1f2f6; padding: 50px 0; overflow: hidden;}
.dengbao_b .title h2{text-align: center; font-size: 32px}
.dengbao_b .title p{text-align: center; width: 800px; height: 10px; margin: 20px auto; color: #666; line-height: 20px;}
.dengbao_b .thead{height: 165px; background: url(../images/db_bg.png) no-repeat bottom; color: #fff}
.dengbao_b .thead h3{color: #fff; font-size: 22px;}
.dengbao_b table td {padding: 10px 30px; line-height: 24px; background: #fff}
.dengbao_b .center{text-align: center;}
.dengbao_b .color_1{background: #f1f5fa}
.dengbao_b .color_2{background: #faf1f1}
.dengbao_b .color_3{background: #f1fafa}
.dengbao_b .f28{font-size: 28px; color: #616ded}
.dengbao_b .yellow_bg{background: #faf1f1 url(../images/yellow_bg.png) no-repeat bottom;}
.dengbao_b .green_bg{background: #f1fafa url(../images/green_bg.png) no-repeat right bottom; height: 100px;}

.dengbao_c{background: #fff; padding: 50px 0; overflow: hidden;}
.dengbao_c .title h2{text-align: center; font-size: 32px}
.dengbao_c .title p{text-align: center; width: 800px; height: 10px; margin: 20px auto; color: #666; line-height: 20px;}
.dengbao_c .question{display: flex;justify-content: center;flex-wrap: wrap; border: solid 1px #d9dde2;}
.dengbao_c .lbox{width: 500px; height: 400px; background: #f6f9fc; border-right:solid 1px #d9dde2;} 
.dengbao_c .lbox .item-list{padding: 30px 0px;}
.dengbao_c .lbox .item-list li{height: 55px; line-height: 55px; font-size: 16px; color: #333}
.dengbao_c .lbox .item-list b{ margin-right:20px; color:#df1414 }
.dengbao_c .rbox{width: 696px; height: 400px; background: #fff} 
.dengbao_c .rbox .content{padding: 40px 50px; line-height: 30px;}

.dengbao_c .ques{display: flex;justify-content: left;flex-wrap: wrap;}
.dengbao_c .ques .qicon{width: 50px; height: 30px; color: #616ded; background: #d6e4ff; text-align: center; margin-right: 20px;}
.dengbao_c .ques .qdesc{font-size: 18px;}
.dengbao_c .ans{display: flex;justify-content: left;flex-wrap: wrap; margin-top: 50px;}
.dengbao_c .ans .aicon{width: 50px; height: 30px; color: #fff; text-align: center; background: #616ded; margin-right: 20px;}
.dengbao_c .ans .adesc{ width:520px; }
.dengbao_c .ans .adesc p{margin-bottom: 10px; color: #666}

.dengbao_c .custom-list li{padding-left: 50px;}
.dengbao_c .custom-list li:hover{background: #fff; cursor: pointer;}
.ans_hide{display: none;}
.ans_show{display:block;}


.nbanner{ height:500px; background:url(../images/banner0.jpg)no-repeat center; }
.banner1{ height:400px; background:url(../images/banner.jpg)no-repeat center; }
.banner1 .bcon{padding-top: 70px; padding-left: 30px; color: #fff}
.banner1 .bcon h1{font-size: 40px;}
.banner1 .bcon .yellow{color: #ffed4b; line-height: 40px; font-size: 30px;}
.banner1 .bcon p{font-size: 22px; padding-top: 20px;}
.banner1 .bcon a {display: block;width: 156px; line-height: 46px;text-align: center;font-size: 20px;color: #185dd5;background-color: #fff;border-radius: 10px;margin-top: 30px;}
.banner1 .bcon a:hover{background:linear-gradient(to right, #f9a22f, #df1414); color: #ffffff;}

.iso{background: #fff; padding: 50px 0;}
.iso .title h2{text-align: center; font-size: 32px}
.iso .title p{text-align: center; width: 800px; height: 10px; margin: 10px auto; color: #e60031; line-height: 20px;}
.iso .isocon{display: flex; justify-content: left;flex-wrap: wrap; margin-top: 60px;}
.iso .isocon .lrow{width: 600px;}
.iso .isocon .rrow{width: 600px; line-height: 24px;}
.iso .isocon .rrow .con{padding-left: 30px;}
.iso .isocon .rrow .con p{text-indent: 2em; line-height: 26px; color: #333;}
.iso .isocon .rrow .con h1{font-size: 18px;padding-bottom: 15px;}
.iso .isocon .rrow dl{margin-top: 20px; line-height: 26px;}
.iso .isocon .rrow dl dt{font-size: 18px; font-weight: bold; padding-bottom: 15px;}
.iso .isocon .rrow dl dd{float: left; padding: 2px 10px; border-radius: 50px; margin-right: 15px; margin-bottom: 10px; color: #fff; background:linear-gradient(to right, #2e81fa,#0160eb);}

.iso_1{background: #f1f2f6; padding: 50px 0; overflow: hidden;}
.iso_1 .title h2{text-align: center; font-size: 32px}
.iso_1 .title p{text-align: center; width: 800px; height: 10px; margin: 20px auto; color: #666; line-height: 20px;}
.iso_1 .liucheng{display: flex;justify-content: center;flex-wrap: wrap; margin-top: 50px;}
.iso_1 .box {overflow: hidden;}
.iso_1 .lcicon{background: url(../images/lcicon.png) no-repeat center; width: 42px; height: 210px;}
.iso_1 .box{width: 202px; height: 210px;  border:solid 1px #4eb0ee; background: linear-gradient(to right, #4eb0ee,#616ded);}
.iso_1 .box p{ padding: 20px; font-size: 14px; line-height: 24px; height: 240px; color: #666; background: #fff}
.iso_1 .box h2{ color: #fff; font-size: 20px; height: 50px; line-height: 50px; text-align: center;}
.iso_1 .box:hover{border: 1px solid; border-image: linear-gradient(to right, #f9a22f, #ed6161); background: linear-gradient(to right, #f9a22f,#ed6161); cursor: pointer;}
.iso_1 .title2{margin-top: 30px;}
.iso_1 .title2 h2{font-size: 20px; text-align: center;} 
.iso_1 .title2 p{text-align: center; width: 800px; height: 10px; margin: 20px auto; color: #666; line-height: 20px;}


/*首页等保*/
.dengb{background: #f1f2f6; height: 700px; clear: both;}
.dengb .div1200{padding-top: 72px;}
.dengb .db-list{display: flex; justify-content: center; flex-wrap: wrap; margin-top: 50px;}
.dengb .db-list .item{width: 557px;}
.dengb .db-list .item:last-child{margin-left: 86px;}
.dengb .db-list .item h2{color: #333333;padding: 10px 0;}
.dengb .db-list .item p{color: #666; line-height: 24px;}
.dengb .db-list .item .btn {display: block; width: 86px; margin-top: 10px; line-height: 32px; font-size: 14px; color: #fff; background: linear-gradient(to bottom, #e70431, #fe4137);text-align: center;border-radius: 5px; border: 1px solid transparent;}
.dengb .db-list .item .btn:hover {color: #e70431;border-color: #e70431; background: none; transition: 0.2s all linear;}

.iso-page{}
.iso-page .div1200{padding: 70px 0;}
.iso-page .iso-list{display: flex; justify-content: center; flex-wrap: wrap; margin-top: 50px;}
.iso-page .iso-list .left{width: 298px; height: 400px; background: #76a5f5 url(../images/isobg.jpg)no-repeat;}
.iso-page .iso-list .left .content{padding: 20px; color: #fff;}
.iso-page .iso-list .left .content p{margin-top: 20px; line-height: 24px; font-size: 16px; color: #fff;}
.iso-page .iso-list .left .content ul{margin-top: 40px;}
.iso-page .iso-list .left .content ul li{border: solid 1px #fff; padding: 5px 10px; margin-top: 10px;}
.iso-page .iso-list .right{width: 900px; display: flex; justify-content: center; flex-wrap: wrap;}
.iso-page .iso-list .right .item{width: 298px; height: 198px; border-right: solid 1px #d6d6d6;border-top: solid 1px #d6d6d6;}
.iso-page .iso-list .right .bottom{border-bottom: solid 1px #d6d6d6;}
.iso-page .iso-list .right .content{padding: 20px;}
.iso-page .iso-list .right .content h2{font-size: 20px; font-weight: normal; color: #333333;}
.iso-page .iso-list .right .content p{font-size: 14px; color: #999; padding: 10px 0; line-height: 20px;}
.iso-page .iso-list .right .content .btn{display: flex; justify-content: left; flex-wrap: wrap;}
.iso-page .iso-list .right .content .btn .abtn {display: block; width: 86px; margin-top: 10px; margin-right: 20px; line-height: 32px; font-size: 14px;color: #999;border-radius: 5px; border: 1px solid #999;text-align: center; }
.iso-page .iso-list .right .content .btn .abtn:hover { color: #fff; background: linear-gradient(to bottom, #e70431, #fe4137);transition: 0.2s all linear;}
.iso-page .iso-list .right .content ul{margin-top: 0px;}
.iso-page .iso-list .right .content ul li{float: left; font-size: 14px; border-radius: 50px; background: #f1f1f1; margin: 5px 10px 5px 0; padding: 5px 10px; color: #e70431;}

.city{color: #fff;}
.city a{color: #fff}

.citys{width: 1100px; margin: 0 auto;}
.region{line-height: 30px; padding:20px 0; font-size: 18px; border-bottom: solid 1px #f1f1f1; overflow: hidden;}
.region .province{margin-right: 20px; width: 80px; font-weight: bold;}
.region .city{}
.region .city a{color: #333; display: block; float: left; margin: 20px 20px 0 0;}
.region .city a:hover{color: #007aff;}
