﻿body {
  background-color: #f1f2f6;
}
/******** 公共样式 ********/
.dgg-body-1200 {
  width: 1200px;
  margin: 0 auto;
}
.dgg-row {
  position: relative;
  box-sizing: border-box;
  margin-left: -12px;
  margin-right: -12px;
}
.dgg-row:after,
.dgg-row:before {
  display: table;
  content: "";
}
.dgg-row:after {
  clear: both;
}
.dgg-col-12 {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}
[class*="dgg-col-"] {
  float: left;
  box-sizing: border-box;
}
/******** 清除浮动 ********/
.dgg-cl:before,
.dgg-cl:after {
  display: table;
  content: "";
}
.dgg-cl {
  *zoom: 1;
}
.dgg-cl::after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/******** 浮动 ********/
.dgg-fl {
  float: left;
}
.dgg-fr {
  float: right;
}
/******** 内容模块- ********/
.dgg-module-consult {
  margin-bottom: 48px;
}
.dgg-module-consult-head {
  padding: 48px 0 36px;
}
.dgg-module-consult-head__title {
  font-size: 26px;
  text-align: center;
  color: #333333;
  font-weight: bold;
}
.dgg-module-consult-head__describe {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  color: #979c9b;
  font-weight: 400;
}
.dgg-module-consult-body__news {
  background: #ffffff;
  width: 796px;
  height: 415px;
}
.dgg-module-consult-body__news .news-head {
  height: 63px;
  padding-right: 24px;
  border-bottom: 1px solid #eeeeee;
}
.dgg-module-consult-body__news .news-head-tab {
  box-sizing: border-box;
}
.dgg-module-consult-body__news .news-head-tab .active {
  color: #00aaff;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #e4e7ed;
  border-left: 1px solid #e4e7ed;
}
.dgg-module-consult-body__news .news-head-tab-item {
  display: block;
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  padding: 0 32px;
  color: #292e2e;
  font-size: 16px;
  font-weight: bold;
  float: left;
  box-sizing: border-box;
}
.dgg-module-consult-body__news .news-head-tab-item:first-child.active {
  border-left: none;
}
.dgg-module-consult-body__news .news-head-more {
  display: block;
  height: 64px;
  line-height: 64px;
  font-size: 12px;
  color: #979c9b;
}
.dgg-module-consult-body__news .news-head-more:hover {
  color: #00aaff;
}
.dgg-module-consult-body__news .news-body-content {
  padding: 0 24px;
  display: none;
}
.dgg-module-consult-body__news .news-body .active {
  display: block;
}
.dgg-module-consult-body__news .news-body-list__img-item {
  padding: 19px 0;
  position: relative;
  height: 85px;
  display: block;
}
.dgg-module-consult-body__news .news-body-list__img-item-cover {
  width: 144px;
  height: 85px;
  position: absolute;
  top: 19px;
  left: 0;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  overflow: hidden;
}
.dgg-module-consult-body__news .news-body-list__img-item-cover img {
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.dgg-module-consult-body__news .news-body-list__img-item-cover:hover img {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.dgg-module-consult-body__news .news-body-list__img-item-content {
  padding-left: 154px;
}
.dgg-module-consult-body__news .news-body-list__img-item-content h5 {
  font-size: 16px;
  color: #525959;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dgg-module-consult-body__news .news-body-list__img-item-content h5:hover {
  color: #00aaff;
}
.dgg-module-consult-body__news .news-body-list__img-item-content p {
  margin-top: 13px;
  font-size: 12px;
  color: #979c9b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dgg-module-consult-body__news .news-body-list__img-item-content .time {
  margin-top: 16px;
  font-size: 12px;
  color: #cccccc;
}
.dgg-module-consult-body__news .news-body-list__no-img-item {
  height: 56px;
  line-height: 56px;
  display: block;
  border-top: 1px solid #eeeeee;
  position: relative;
}
.dgg-module-consult-body__news .news-body-list__no-img-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #bbbbbb;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.dgg-module-consult-body__news .news-body-list__no-img-item__content {
  color: #525959;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  padding-left: 12px;
  box-sizing: border-box;
  width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dgg-module-consult-body__news .news-body-list__no-img-item__content:hover {
  color: #00aaff;
}
.dgg-module-consult-body__news .news-body-list__no-img-item__time {
  height: 56px;
  line-height: 56px;
  font-size: 12px;
  color: #aaaaaa;
}
.dgg-module-consult-body__news .news-body-list__no-img-item__time:hover {
  color: #00aaff;
}
.dgg-module-consult-body__knowledge {
  background: #ffffff;
  width: 391px;
  height: 415px;
}
.dgg-module-consult-body__knowledge .knowledge-head {
  height: 64px;
  box-sizing: border-box;
  padding: 0 24px;
  border-bottom: 1px solid #eeeeee;
}
.dgg-module-consult-body__knowledge .knowledge-head-title {
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  color: #292e2e;
  font-weight: bold;
}
.dgg-module-consult-body__knowledge .knowledge-head-more {
  display: block;
  height: 64px;
  line-height: 64px;
  font-size: 12px;
  color: #979c9b;
}
.dgg-module-consult-body__knowledge .knowledge-head-more:hover {
  color: #00aaff;
}
.dgg-module-consult-body__knowledge .knowledge-body {
  padding: 24px 24px 0;
}
.dgg-module-consult-body__knowledge .knowledge-body-tag {
  height: 100px;
  box-sizing: border-box;
}
.dgg-module-consult-body__knowledge .knowledge-body-tag-item {
  width: 79.6px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  background: #ffffff;
  border: 1px solid #eeeeee;
  font-size: 14px;
  color: #525959;
  margin-right: 8px;
  margin-bottom: 16px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.dgg-module-consult-body__knowledge .knowledge-body-tag-item:nth-child(4n + 4) {
  margin-right: 0px;
}
.dgg-module-consult-body__knowledge .knowledge-body-tag-item:hover {
  color: #00aaff;
  background:#ffffff;
  border: 1px solid #00aaff;
}
.dgg-module-consult-body__knowledge .knowledge-body-list-item {
  height: 56px;
  line-height: 56px;
  display: block;
  border-top: 1px solid #eeeeee;
  position: relative;
}
.dgg-module-consult-body__knowledge .knowledge-body-list-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #bbbbbb;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.dgg-module-consult-body__knowledge .knowledge-body-list-item__content {
  color: #525959;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  padding-left: 12px;
  box-sizing: border-box;
  width: calc(100% - 48px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dgg-module-consult-body__knowledge .knowledge-body-list-item__content:hover {
  color: #00aaff;
}
.dgg-module-consult-body__knowledge .knowledge-body-list-item__time {
  height: 56px;
  line-height: 56px;
  font-size: 12px;
  color: #aaaaaa;
}
.dgg-module-consult-body__knowledge .knowledge-body-list-item__time:hover {
  color: #00aaff;
}
/******** 内容模块--服务标签 ********/
.dgg-module-feature {
  padding: 32px 0;
 
  background: url(img/footer_di.jpg) no-repeat center center;
}
.dgg-module-feature-item {
  width: 200px;
  height: 50px;
  position: relative;
}
.dgg-module-feature-item__tag {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #0087ff;
  box-sizing: border-box;
  border-radius: 50%;
  font-weight: bold;
  font-size: 20px;
  color: #0087ff;
  position: absolute;
  top: 0;
  left: 0;
}
.dgg-module-feature-item__content {
  padding-left: 62px;
}
.dgg-module-feature-item__content-name {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #525959;
}
.dgg-module-feature-item__content-describe {
  margin-top: 8px;
  font-size: 12px;
  color: #aaaaaa;
}
/******** 尾部 ********/
.dgg-footer {
  background: #ffffff;
}
/*
* 服务简介 */
.dgg-footer-intro {
  border-bottom: 1px solid #eeeeee;
}
.dgg-footer-intro-item {
  width: 200px;
  position: relative;
  box-sizing: border-box;
}
.dgg-footer-intro-hotline {
  position: relative;
  box-sizing: border-box;
  margin-right: 72px;
  padding: 32px 0 26px;
  min-height: 180px;
}
.dgg-footer-intro-hotline::before {
  content: "";
  width: 1px;
  height: 114px;
  background: #eeeeee;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -57px;
}
.dgg-footer-intro-hotline__title {
  font-size: 16px;
  font-weight: 400;
  color: #292e2e;
}
.dgg-footer-intro-hotline__tel {
  margin-top: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #00aaff;
}
.dgg-footer-intro-hotline__describe {
  margin-top: 10px;
  line-height: 28px;
  color: #525959;
  font-size: 14px;
}
.dgg-footer-intro-hotline__describe a {
  display: block;
}
.dgg-footer-intro-hotline__describe a:hover {
  color: #00aaff;
}
.dgg-footer-intro-help {
  width: 848px;
  padding: 32px 0 26px;
}
.dgg-footer-intro-help-item {
  width: 20%;
}
.dgg-footer-intro-help__title {
  font-size: 16px;
  font-weight: 400;
  color: #292e2e;
  text-align: left;
}
.dgg-footer-intro-help__body {
  margin-top: 10px;
}
.dgg-footer-intro-help__body-list {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.dgg-footer-intro-help__body-list a {
  color: #979c9b;
}
.dgg-footer-intro-help__body-list a:hover {
  color: #00aaff;
}
.dgg-footer-intro-qrcode {
  padding: 32px 0 26px;
  width: 80px;
  height: 120px;
  cursor: pointer;
}
.dgg-footer-intro-qrcode p {
  color: #525959;
  font-size: 16px;
  text-align: center;
}
.dgg-footer-intro-qrcode p:hover {
  color: #00aaff;
}
.dgg-footer-intro-qrcode img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 12px auto 0;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
/*
* 服务链接 */
.dgg-footer-link {
  border-bottom: 1px solid #eeeeee;
  padding: 24px 0 12px;
  box-sizing: border-box;
}
.dgg-footer-link-item {
  margin-bottom: 4px;
  position: relative;
  display: inline-block;
}
.dgg-footer-link-item:last-child {
  margin-bottom: 0;
}
.dgg-footer-link-title {
  width: 72px;
  display: block;
  color: #292e2e;
  font-size: 12px;
}
.dgg-footer-link-body {
  width: calc(100% - 72px);
}
.dgg-footer-link-body__item {
  display: block;
  font-size: 12px;
  color: #979c9b;
  margin-bottom: 12px;
  margin-right: 16px;
  float: left;
}
.dgg-footer-link-body__item:hover {
  color: #00aaff;
}
/*
* 服务版权 */
.dgg-footer-copyright {
  padding: 22px 0 40px;
}
.dgg-footer-copyright-nav-item {
  font-size: 12px;
  color: #525959;
  padding-right: 16px;
  padding-left: 16px;
  border-right: 1px solid #dddddd;
}
.dgg-footer-copyright-nav-item:first-child {
  padding-left: 0;
}
.dgg-footer-copyright-nav-item:last-child {
  border-right: none;
}
.dgg-footer-copyright-nav-item:hover {
  color: #00aaff;
}
.dgg-footer-copyright-body {
  margin-top: 16px;
}
.dgg-footer-copyright-body__basic-info {
  font-size: 12px;
  color: #979c9b;
}
.dgg-footer-copyright-body__basic-way {
  margin-top: 16px;
  font-size: 12px;
  color: #979c9b;
}
.dgg-footer-copyright-body__basic-way span {
  margin-right: 22px;
}
.dgg-footer-copyright-body__basic-way span:last-child {
  margin-right: 0;
}
.dgg-footer-copyright-body__basic-logo {
  padding-top: 16px;
}
.dgg-footer-copyright-body__basic-logo a {
  width: 114px;
  height: 38px;
  display: inline-block;
  margin-right: 12px;
}
.dgg-footer-copyright-body__basic-logo a img {
  width: 100%;
  height: 100%;
}
.l-wrap:before, .l-wrap:after {
  content: " ";
  display: table;
}
.l-wrap:after {
  clear: both;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.footer {
  background: url(img/footer-bg.png) center/cover no-repeat;
  padding-top: 50px;
}

.footer_part1 {
  width: 27%;
  margin-right: 8%;
  
}
.float-l {
  float: left;
}

.float-r {
  float: right;
}

.footer_part2 {
  width: 12%;
  margin-right: 8%;
}

.footer_part3 {
  width: 18%;
  margin-right: 8%;
}

.footer_partList {
  font-size: 0;
}
.footer_partList a {
  display: inline-block;
  color: #c9c9c9;
  font-size: 14px;
  line-height: 3;
}
.footer_partList a:hover {
  color: #fea800;
}

.footer_part1 a {
  margin-right: 9%;
}
.footer_part1 .footer_partList {
  margin-right: -9%;
}

.footer_part2 a {
  width: 36%;
  margin-right: 14%;
}
.footer_part2 .footer_partList {
  margin-right: -14%;
}

.footer_title {
  margin-bottom: 10px;
  padding-bottom:10px;
  color: #fff;
  border-bottom: 1px solid #adadad;
}
.footer_title .en {
  color: #adadad;
  margin-left: 4px;
}

.footer_partCon .line {
  color: #c9c9c9; line-height:30px;
}
.footer_partCon .line .cl-theme{color:#fff;}
.footer_part4 {
  position: relative;
  border: 1px solid #adadad;
  padding: 15px;
}
.footer_part4 .txt {
  position: absolute;
  bottom: -30px;
  color: #fff;
  left: 50%;
  font-size: 16px;
  margin-left: -2em;
}

.footer_beian {
  margin-top: 50px;
  padding: 20px 0;
  text-ajavascript:;lign: center;
  color: #c9c9c9;
  line-height:30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_beian a 
{
  color: #c9c9c9;
}

.friendlink {
  background-color: #f17700;
  padding: 20px 0;
  color: #fff;
}
.friendlink a {
  margin-right: 6px;
}
.friendlink .title {
  font-size: 20px;
  margin-right: 6px;
}

.hezuo{ width:100%; height:800px; margin-top:-60px;}
.hezuo_a{ width:1200px; height:800px; margin:0 auto;}

/*liebiao*/
.l-crumbs {
  background: #f5f5f5;
  padding: 10px 0;
  margin-top: 20px;
}
.l-crumbs a:hover {
  color: #fea800;
}
.l-crumbs a.c-btn:hover{
  color:#fff;
}

.l-wrap {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  align-items: center;
}
.l-wrap:before, .l-wrap:after {
  content: " ";
  display: table;
}
.l-wrap:after {
  clear: both;
}
.l-wrap a{
  margin-left:5px;
  margin-right:5px;
  font-size: 14px;
}
.c-newsNav {
  padding: 40px 0;
  text-align: center;
}
.c-newsNav a {
  width: 140px;
  line-height: 40px;
  display: inline-block;
  margin: 0 10px;
  border: 1px solid #333;
}
.c-newsNav a:hover, .c-newsNav a.is-active {
  background-color: #00aaff;
  color: #fff;
  border-color: #00aaff;
}

.l-news_item {
  position: relative;
  display: block;
  border-bottom: 1px solid #ddd;
  height: 140px;
  padding: 26px 0;
}
.l-news_item:hover .l-news_title {
  color: #00aaff;
}
.l-news_item img {
  width: 100%;
  max-height: 100%;
}
.l-news_item .xm-imgbox {
  float: left;
  margin-right: 30px;
  width:200px; height:130px;
}
.l-news_item .l-news_txtbox {
  margin-right: 100px;
}
.l-news_item .c-btn {
  line-height: 26px;
  border: 1px solid #333333;
  border-radius: 0;
  padding: 0 10px;
}
.l-news_item .c-btn:hover {
  color: #fea800;
  border-color: #fea800;
}

.l-news_title {
  margin: 10px 0;
  font-size: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.l-news_desc {
  font-size: 16px;
  color: #666;
  line-height:30px;
  overflow: hidden;
  margin-bottom: 30px;
}

.l-news_time {
  position: absolute;
  right: 0;
  top: 25%;
  text-align: center;
}

.l-news_date {
  font-size: 50px;
}

.l-news_month {
  font-size: 16px;
  border-top: 1px solid #333;
  line-height: 2;
}
.c-btn {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.c-btn-default {
  background-color: #fea800;
  color: #fff;
  line-height: 2;
  padding: 0 2em;
}
.c-btn-default:hover {
  background-color: #e59700;
}

.c-btn-borderTheme {
  border: 1px solid #fea800;
  color: #fea800;
  line-height: 30px;
  padding: 0 1em;
  border-radius: 15px;
}
.c-btn-borderTheme:hover {
  color: #fff;
  background-color: #fea800;
  border-color: #fea800;
}

.c-btn-borderGray {
  border: 1px solid #afafaf;
  color: #333;
  line-height: 30px;
  padding: 0 1em;
  border-radius: 4px;
}
.c-btn-borderGray:hover {
  color: #fff;
  background-color: #fea800;
  border-color: #fea800;
}

.c-btn-whiteCircle {
  background-color: #fff;
  border: 1px solid #fff;
  color: #fea800;
  padding: 0 1.4em;
  line-height: 1.6em;
  border-radius: .8em;
}
.c-btn-whiteCircle:hover {
  background: transparent;
}

.c-btn-radius {
  border-radius: 4px;
}

.c-btn_s {
  font-size: 16px;
}

.c-btn_m {
  font-size: 18px;
}

.c-btn_l {
  font-size: 20px;
}
/*分页*/
.c-page {
  margin: 40px 0 60px;
  text-align: center;
}

.c-page a, .c-page span {
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 36px;
  margin: 0 6px;
  vertical-align: middle;
}

.c-page a:hover, .c-page a.active, .c-page span:hover, .c-page span.active {
  color: #fff;
  background-color: #fea800;
  border-color: #fea800;
}

.c-page .prev, .c-page .next {
  padding: 0 50px;
  font-size: 16px;
}

.c-page .c-page-num {
  width: 40px;
}

/*分页 结束*/

/*新闻详情开始*/
.xm-newsdetail {
  margin-bottom: 30px;
}

.xm-newsdetail h2 {
  text-align: center;
  padding: 40px 0;
  font-size:22px;
}

.xm-newsdetail .info {
  color: #999;
  margin-bottom: 40px;
}

.xm-newsdetail .content {
  line-height: 1.8;
}

/*新闻详情结束*/

.article-prevnext{
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid #ddd;
}
.article-prevnext li{
  margin-bottom:10px;
}
.article-prevnext a:hover{
  color:#fea800;
}