a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #094d9e;
  text-decoration: none;
}
img {
  width: 100%;
  max-width: 100%;
}
input {
  background: transparent;
  border: 0;
}
ul,
li {
  list-style: none;
}

.container {
  width: 1200px;
}
/* 字号 */
.f36 {
  font-size: 36px;
}
.f26 {
  font-size: 26px;
}
.f24 {
  font-size: 24px;
}
.f22 {
  font-size: 22px;
}
.f20 {
  font-size: 20px;
}
.f18 {
  font-size: 18px;
}
.f16 {
  font-size: 16px;
}
.f14 {
  font-size: 14px;
}

/* 字重 */
.fw-b {
  font-weight: bold;
}
.fw-n {
  font-weight: normal;
}

/* 文本颜色 */
.text-white {
  color: #fff;
}
.text-black {
  color: #333;
}
.text-gray {
  color: #666;
}
.text-gray2 {
  color: #999;
}
.text-red {
  color: #e84136;
}
.text-blue {
  color: #094d9e;
}

/* 背景颜色 */
.bg-blue {
  background: #094d9e;
}
.bg-gray {
  background: #f8f8f8;
}

/* 
** 首页 ** 
*/

/* 头部 */
.top {
  height: 50px;
}
.top .welcome {
  line-height: 50px;
  color: #bbb;
}
.top .hotline {
  line-height: 50px;
}
.top .hotline .icon-tel {
  display: inline;
  margin-right: 6px;
  width: 26px;
  height: 26px;
}
.top .hotline .tel {
  display: inline;
}

.head {
  padding: 12px 0;
}
.head .nav {
  padding: 12px 0;
}
.head .nav li {
  display: inline-block;
  margin: 0 15px;
}
.head .nav > li > a {
  padding: 8px 0;
}
.head .nav > li > a:hover,
.head .nav > li > .active {
  text-decoration: none;
  background-color: transparent;
  position: relative;
  color: #094d9e;
}
.head .nav > li > a:hover::after,
.head .nav > li > .active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40%;
  transition: all 0.3s;
  border-radius: 1.5px;
  border-bottom: 3px solid #094d9e;
}

/* banner */
.banner {
  min-width: 1200px;
}

/* 关键词 */
.keywords {
  /* height: 56px; */
  line-height: 56px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.keywords .pull-left {
  margin-left: 15px;
}
.keywords .pull-right {
  margin-right: 15px;
}
.keywords .keyword-area {
  display: inline;
}
.keywords .keyword-area li {
  margin: 0 15px;
  display: inline;
}
.keywords .search {
  background: #ededed;
  border-radius: 18px;
  height: 35px;
  line-height: 35px;
  margin: 6% 0;
  padding: 0 16px;
}
.keywords .search .icon-search {
  width: 20px;
  height: 20px;
}

/* 我们的服务 */
.services {
  padding: 40px 0;
}
.page-title {
  position: relative;
  padding-bottom: 20px;
}
.page-title::after {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #094d9e;
  border-radius: 1.5px;
}
.services-con .nav-tabs {
  border-bottom: 0;
  padding: 40px 0 48px 0;
}
.services-con .nav-tabs a {
  color: #666;
}
.services-con .nav-tabs > li {
  float: none;
  display: inline-block;
  margin: 0 16px;
}
.services-con .nav-tabs li > a:hover,
.services-con .nav-tabs li > a:focus,
.services-con .nav-tabs .active > a {
  border: 1px solid transparent;
  background-color: transparent;
  color: #094d9e;
}
.tab-content-item {
  width: 18.5%;
  /* float: left; */
  display: inline-block;
  margin: 0 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  border: 2px solid rgba(0, 0, 0, 0);
  padding-bottom: 32px;
  margin-bottom: 48px;
}
.tab-content-item h3 {
  font-size: 22px;
  min-height: 48px;
  overflow: hidden;
  padding: 0 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tab-content-item p {
  padding: 20px 6px 24px 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab-content-item .btn-more {
  font-size: 16px;
  padding: 0 24px;
  border: 1px solid #094d9e;
  display: inline-block;
  opacity: 0;
}
.tab-content-item:hover {
  border: 2px solid #094d9e;
}
.tab-content-item:hover .btn-more {
  opacity: 1;
}
.tab-content-item .img-ser{
  width: 218px;
  height: 218px;
}
.background:{width:100%;margin:auto; }


.btn-ck {
  font-size: 20px;
  padding: 20px 80px;
  border: 1px solid #094d9e;
  color: #094d9e;
  display: inline-block;
}

/* 我们的优势 */
.strengths {
  background: url(../images/index/index-bg2.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0 72px;
  min-width: 1200px;
}
.strengths-item {
  float: left;
  width: 20%;
  padding: 40px 0 48px;
}
.strengths-item img {
  width: 128px;
  height: 128px;
}
.strengths-item .ys-tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 24px;
}
.strengths-item .ys-subtit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 16%;
}

/* 痛点咨询 */
.painpoint {
  background: url(../images/index/index-bg1.jpg) no-repeat fixed center;
  background-size: cover;
  padding: 80px 0 72px;
  min-width: 1200px;
  color: #fff;
}

.painpoint .page-title {
  color: #fff;
}
.painpoint .page-title::after {
  background: #fff;
}
.painpoint-con-item {
  float: left;
  width: 20%;
  padding: 32px 0 48px;
}
.painpoint-con-item:nth-child(2n-1) {
  margin-top: 8%;
}
.painpoint-con-item img {
  width: 130px;
  height: 130px;
  display: block;
  margin: auto;
  transition: all .3s;
}
.painpoint-con-item .img2{
  display: none;
  transform: scale(1.2);
}
.painpoint-con-item:hover .img2{
  display: block;
}
.painpoint-con-item:hover .img1{
  display: none;
}

.painpoint-con-item .pt-tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 24px;
}
.painpoint-con-item .pt-subtit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 8%;
}
.painpoint .btn-ck {
  color: #fff;
  border: 1px solid #fff;
}

/* 最新案例 */
.cases {
  padding: 80px 0 72px;
}
.case-con-item {
  width: 32%;
  float: left;
  padding: 40px 0 64px;
  margin-right: 6px;
  text-align: left;
}
.case-con-item:last-child {
  margin-right: 0;
}

.case-img {
  height: 235px;
  width: 100%;
  overflow: hidden;
}
.case-img img {
  transition: all 0.3s;
}
.cases-tit {
  padding: 20px 8px 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.cases-subtit {
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 44px;
}
.case-time {
  padding: 0 8px;
}
.case-time img {
  width: 24px;
  height: 24px;
}
.img2 {
  display: none;
}
.case-con-item:hover .case-img img {
  transform: scale(1.2);
  transition: all 0.3s;
}
.case-con-item:hover .cases-tit,
.case-con-item:hover .cases-subtit {
  color: #094d9e;
}
.case-con-item:hover .img2 {
  display: block;
}
.case-con-item:hover .img1 {
  display: none;
}

/* 六步轻松出证 */
.steps {
  background: url(../images/index/index-bg2.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0 72px;
  min-width: 1200px;
}
.steps-con {
  position: relative;
}
.steps-con-line {
  position: absolute;
  left: 0;
  top: 28%;
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  z-index: 0;
}
.steps-item {
  float: left;
  width: 16.66%;
  padding: 40px 0 48px;
  position: relative;
  z-index: 1;
}
.steps-item::after {
  content: "";
  background: url(../images/index/icon-left.png) no-repeat;
  width: 29px;
  height: 29px;
  background-size: auto;
  position: absolute;
  right: -6%;
  top: 24%;
}
.steps-item:last-child::after {
  background: none;
}
.steps-item img {
  width: 86px;
  height: 86px;
}
.steps-item .ys-tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 24px;
}
.steps-item .ys-subtit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 16%;
}

/* 关于我们 */
.about {
  background: rgba(0, 0, 0, 0.24) url("../images/index/index-bg3.jpg") no-repeat
    fixed center;
  background-size: cover;
  padding: 80px 0 72px;
  min-width: 1200px;
  height: 528px;
  position: relative;
  z-index: 1;
}
.about .page-title {
  color: #fff;
}
.about .page-title::after {
  background: #fff;
}
.about-con {
  margin-top: 40px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}
/* .about-desc{
    display: contents;
} */
.about-td {
  margin: 20px 0;
}
.about-td > div {
  margin: 20px 0;
}
.about-td > div p {
  margin: 0;
}
.btn-lj {
  display: inherit;
}
.icon-about {
  width: 44px;
  float: left;
  margin-right: 8px;
  margin-top: 8px;
}

.nav-tabs {
  border-bottom: 0;
}
.abouttabcon .nav-tabs > li.active > a,
.abouttabcon .nav-tabs > li.active > a:hover,
.abouttabcon .nav-tabs > li.active > a:focus {
  background: #094d9e;
  color: #fff;
  border: 1px solid transparent;
}
.abouttabcon .nav-tabs > li > a {
  border: 1px solid #ddd;
}
.abouttabcon {
  height: 364px;
}
.scrollpic {
  width: 1100px;
  margin: 40px 3% 0;
  position: absolute;
}
.myscroll {
  display: block;
  width: 100%;
  position: relative;
  height: 248px;
  overflow: hidden;
}
.myscroll .myscrollbox {
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 1000000px;
}
.myscroll ul {
  display: block;
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.myscroll ul li {
  display: block;
  float: left;
  padding: 0;
  width: 224px;
}
.myscroll ul li a {
  display: block;
  /* float: left; */
  width: 210px;
  padding: 0;
  position: relative;
  height: 248px;
  color: #333;
  /* margin: auto; */
}

.mybtns {
  margin: 10px 0;
  width: 1200px;
  display: block;
  height: 42px;
  position: absolute;
  top: 40%;
  z-index: 9;
  left: -50px;
}
.mybtns a {
  width: 42px;
  height: 42px;
  display: block;
  float: right;
  margin-right: 1px;
  background-color: #c1c1c1;
  /* margin-left: 10px; */
}
.mybtns a:hover {
  background-color: 0.347fdc;
}
.mybtns a:hover,
.myscroll,
.mybtns a,
.myscroll a:hover .intro,
.myscroll a .intro,
.myscroll .myscrollbox {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mybtns .left {
  background: url(../images/index/jt_l.png);
  background-repeat: no-repeat;
  background-position: center;
  float: left;
}
.mybtns .right {
  background: url(../images/index/jt_r.png);
  background-repeat: no-repeat;
  background-position: center;
  float: right;
}
.kinMaxShow {
  visibility: hidden;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

/* 新闻 */
.news {
  background: url("../images/index/index-bg2.jpg");
  /* background-size: cover; */
  padding: 600px 0 0;
  min-width: 1200px;
  position: relative;
  z-index: 0;
}
.newscon {
  padding-top: 64px;
}
.newsTabContent {
  position: relative;
}
.fade{
  display: none;
}
.fade.in{
  display: block;
}
.newsTabContent > div {
  position: absolute;
}
.btn-more {
  line-height: 48px;
}
.newscon .nav-tabs > li.active > a,
.newscon .nav-tabs > li.active > a:hover,
.newscon .nav-tabs > li.active > a:focus {
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 4px solid #094d9e;
  color: #094d9e;
}
.newscon .nav-tabs > li > a {
  border: 1px solid transparent;
}
.news-tj {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}
.news-tj .news-imgbox{
  height: 210px;
  overflow: hidden;
}
.news-tj .news-desc p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-tj .news-titlebox {
  /* padding-top: 16px; */
  line-height: 48px;
}
.news-titlebox p:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 450px;
}
.news-titlebox p:nth-child(2) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-tj p {
  margin: 0;
}

.news-listbox {
  list-style: none;
  padding: 16px 0 0 0;
}
.wt-tit {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 32px;
  line-height: 48px;
}
.wt-tit::after {
  content: "";
  background: url(../images/index/icon-wenhao.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wt-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 合作伙伴 */
.partners {
  padding: 80px 0 72px;
  min-width: 1200px;
}
.partners-con {
  padding-top: 35px;
}
.partners-item {
  width: 19%;
  height: 116px;
  line-height: 116px;
  float: left;
  margin: 4px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.partners-item img{
  transition: all .3s;
}
.partners-item:hover img{
  transform: scale(1.2);
}

/* 底部 */
.foot {
  background: #333;
  min-width: 1200px;
}
.foot1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}
.foot1-item {
  width: 20%;
  padding: 48px 12px 16px 12px;
  float: left;
  margin: auto;
  text-align: center;
}
.foot1-item img {
  width: 72px;
  height: 72px;
  float: left;
  margin-right: 16px;
  margin-top: 12px;
}
.foot1-item > div {
  color: #fff;
  text-align: left;
  display: grid;
  float: right;
  width: 58%;
}
.foot1-item > div h4 {
  position: relative;
  padding-bottom: 4px;
}
.foot1-item > div h4::after {
  content: "";
  width: 28px;
  height: 3px;
  background: #094d9e;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.foot2 {
  color: #fff;
}
.btn-zx {
  background: #094d9e;
  border-radius: 24px;
  padding: 12px 16px;
  color: #fff;
}
.btn-zx:hover {
  color: #fff;
}
.btn-zx img {
  width: 26px;
  height: 26px;
  margin-right: 4px;
}
.foot-tel {
  padding: 20px 0 4px;
  margin: 0;
}
.tel-number {
  margin: 0 0 20px 0;
}
.btn-ckwm,
.btn-ckwm:hover {
  color: #fff;
}
.foot2-nav {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.foot2-tit {
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  margin-right: 24px;
}
.foot2-tit::after {
  content: "";
  width: 36px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.foot2-ul {
  list-style: none;
  padding: 16px 0;
}
.foot2-ul li {
  width: 50%;
  display: inline-block;
  float: left;
  line-height: 32px;
}
.foot2-ul li a {
  font-size: 14px;
  color: #fff;
}
.foot2-ewm {
  width: 136px;
  height: 136px;
  margin-bottom: 16px;
}
.foot2-yl {
  padding-top: 40px;
  line-height: 40px;
}
.foot2-yl .icon-qq {
  width: 18px;
  height: 20px;
}
.foot2-yl a {
  color: #fff;
  padding: 0 16px;
  border-right: 1px solid #fff;
}
.foot2-yl a:last-child {
  border: none;
}
.foot3 {
  background: #414141;
  line-height: 40px;
  color: #fff;
  min-width: 1200px;
}
.foot3 p {
  margin: 0;
}
.foot3 a,
.foot3 a:hover {
  color: #fff;
}

/* 
** 内页样式 **
 */
.ny-banner {
  height: 400px;
  position: relative;
  background-size: auto;
  min-width: 1200px;
}
.ny-banner-box {
  color: #fff;
  background: rgba(0, 0, 0, 0.32);
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.ny-banner-text {
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.ny-banner-box .ny-banner-text div {
  font-size: 54px;
  font-weight: bold;
}
.ny-banner-box i {
  width: 72px;
  height: 5px;
  background: #fff;
  border-radius: 3px;
}
.ny-banner-box p {
  font-size: 26px;
  font-weight: bold;
}
/* 关于我们 */
.about-nav {
  border-bottom: 1px solid #f2f2f2;
  padding: 16px 0;
}
.about-nav-lt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-nav-lt ul li {
  float: left;
  padding: 8px 0;
  margin: 0 72px 0 0;
  font-size: 20px;
}
.about-nav-lt ul li a {
  color: #999;
}
.about-nav-lt ul li a:hover,
.about-nav-lt ul li .active {
  color: #094d9e;
}
.btn-rz {
  padding: 10px 28px;
  background: #094d9e;
  display: block;
  color: #fff !important;
}
.btn-rz img {
  width: 22px;
  height: 20px;
  margin-right: 4px;
}

.ny-about {
  padding: 64px 0 72px;
}
.ny-about .about-con {
  box-shadow: none;
}

.ny-honor-con {
  padding-bottom: 64px;
}
.ny-honor-con .scrollpic {
  position: relative;
}

.ny-linian {
  background: url(../images/about/linian-bg.jpg) no-repeat;
  background-size: auto;
  padding: 64px 0 72px;
  min-width: 1200px;
}
.ny-linian .page-title {
  color: #fff;
}
.ny-linian .page-title::after {
  background: #fff;
}
.ny-linian-con {
  padding: 48px 0 0 0;
  color: #666;
}
.ny-linian-item {
  width: 18%;
  padding: 40px 16px;
  float: left;
  margin-right: 16px;
  text-align: center;
  font-size: 16px;
  background: #fff;
  border-radius: 6px;
}
.ny-linian-item img {
  width: 100px;
  height: 100px;
  margin: auto;
}
.ny-linian-item .img2 {
  display: none;
}
.ny-linian-item .linian-tit {
  padding: 20px 0 16px;
  margin: 0;
  font-size: 20px;
  color: #333;
}
.ny-linian-item:hover,
.ny-linian-item:hover .linian-tit {
  color: #fff;
  background: #094d9e;
}
.ny-linian-item:hover .img2 {
  display: block;
}
.ny-linian-item:hover .img1 {
  display: none;
}

.group {
  background: url(../images/index/index-bg2.jpg) no-repeat;
  background-size: cover;
  min-width: 1200px;
  padding: 64px 0 72px;
}
.group-con {
  width: 100%;
  margin: 20px auto;
}

.imageflow img {
  -webkit-box-shadow: 2px 2px 2px 2px hsla(0, 0%, 0%, 0.1);
  box-shadow: 2px 2px 2px 2px hsla(0, 0%, 0%, 0.1);
}
.imageflow {
  overflow: hidden;
  position: relative;
  text-align: left;
  visibility: hidden;
  width: 1200px;
  margin: 0 auto;
}
.imageflow img {
  border: none;
  position: absolute;
  top: 0px;
  visibility: hidden;
  -ms-interpolation-mode: bicubic;
}
.imageflow p {
  margin: 0 auto;
  text-align: center;
}

/* 联系我们 */
.dw {
  padding-bottom: 24px;
}
.dw img {
  width: 12px;
  height: 16px;
  margin-right: 4px;
  float: left;
}
.dw p {
  float: left;
  position: relative;
  color: #666;
  font-size: 14px;
}
.dw p:after {
  content: ">";
  margin: 0 4px;
}
.dw p:last-child:after {
  content: "";
}
.ny-contact {
  background: url(../images/index/index-bg2.jpg) no-repeat;
  background-size: cover;
  padding: 32px 0 88px;
}
.ny-contact-item {
  text-align: center;
  padding: 44px 0;
  border: 1px solid #cccccc;
  margin-right: 16px;
  width: calc(25% - 16px);
  height: 304px;
}
.ny-contact-item:last-child {
  margin-right: 0;
}
.ny-contact-item img {
  width: 112px;
  height: 112px;
  display: inline-block;
  margin: auto;
}
.ny-contact-item hr {
  width: 48px;
  height: 2px;
  border-radius: 1.5px;
  background: #fff;
  display: block;
}
.ny-contact-item .img2 {
  display: none;
}
.ny-contact-item:hover {
  background: #094d9e;
  color: #fff;
}
.ny-contact-item:hover .img2 {
  display: block;
}
.ny-contact-item:hover .img1 {
  display: none;
}

.bus-line {
  /* margin-top: -48px; */
  background: url(../images/index/index-bg2.jpg);
  padding-bottom: 60px;
  padding-top: 40px;
}
.bus-box {
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  /* padding-bottom: 60px; */
}
.bus-line-tit {
  background: #f5f5f5;
  margin: 24px 0 16px;
  padding: 18px 0;
  line-height: 40px;
}
.bus-line-tit-lt .icon-car {
  width: 52px;
  height: 38px;
  margin: 0 8px;
  float: left;
}
.bus-line-tit-lt p {
  display: inline-block;
  line-height: 40px;
  margin: 0 8px;
}
.bus-line-tit-rt {
  line-height: 40px;
}
.bus-line-tit-rt .icon-search {
  width: 23px;
  height: 22px;
  margin: auto 8px;
  /* float: left; */
}
.bus-line-tit-rt p {
  display: inline-block;
  line-height: 22px;
  margin: 0 16px 0 8px;
}
.bus-line-box {
  padding: 0 15px;
  margin-bottom: 16px;
}
.bus-line-item {
  border: 1px solid #cccccc;
  margin-left: -1px;
  min-height: 188px;
  padding: 24px;
}
.bus-line-item p {
  font-size: 16px;
  color: #666;
  margin: 16px 0;
  text-align: left;
}
.bus-line-item span {
  margin: 0 16px 8px;
  display: inline-block;
}

.map-box {
  /* padding-bottom: 16px; */
}
.zxly {
  background: #f5f5f5;
  /* margin-left: -15px; */
}
.zxly form {
  padding: 0 24px;
}
.zxly h2 {
  margin-bottom: 16px;
}
.zxly div {
  line-height: 32px;
  margin-bottom: 16px;
  position: relative;
}
.zxly div p {
  display: inline;
  position: absolute;
  top: 5px;
}
.zxly div input {
  background: #fff;
  width: 90%;
  float: right;
  padding-left: 10px;
  line-height: 40px;
  height: 40px;
}
.zxly div textarea {
  width: 90%;
  height: 160px;
  border: none;
  float: right;
  padding-left: 10px;
}
.btn-tj {
  width: 90%;
  background: #094d9e;
  color: #fff;
  float: right;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 16px;
  padding: 10px 0;
  margin: 20px 0;
  border-radius: 2px;
}

/* 新闻列表 */
.newslist {
  background: url(../images/index/index-bg2.jpg);
  /* background-size: cover; */
  padding: 32px 0 48px;
  min-width: 1200px;
}
.newslist-box {
  margin: auto;
  position: relative;
}
.newslist-box .nav {
  display: inline-block;
}
.newslist-box .nav-tabs > li > a {
  position: relative;
}
.newslist-box .nav-tabs > li > a:after {
  content: "/";
  position: absolute;
  right: -8px;
}
.newslist-box .nav-tabs > li:last-child > a:after {
  content: "";
}
.newslist-box .nav-tabs > li.active > a,
.newslist-box .nav-tabs > li.active > a:hover,
.newslist-box .nav-tabs > li.active > a:focus {
  background: transparent;
  border: transparent;
  color: #094d9e;
}
.newslist-box .nav > li > a:hover,
.newslist-box .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
}
.newslist-item {
  background: #fff;
  padding: 16px;
  border-radius: 4px;
  margin-top: 24px;
}
.newslist-item:hover,
.newslist-item:hover a {
  background: #094d9e;
  color: #fff;
}
.newslist-item:hover .newslist-imgbox img {
  transform: scale(1.2);
}
.newslist-imgbox {
  width: 248px;
  height: 178px;
  overflow: hidden;
  float: left;
}
.newslist-imgbox img {
  transition: all 0.3s;
}
.newslist-text {
  text-align: left;
  width: 64%;
  float: left;
  margin: 12px 24px;
}
.newslist-title {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newslist-desc {
  font-size: 14px;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: 666;
}
.newslist-read {
  font-size: 14px;
  margin-top: 24px;
  color: #999;
}

.newslist-time h1 {
  font-size: 70px;
  font-weight: normal;
}
.newslist-time hr {
  width: 75px;
  height: 1px;
  background: #fff;
  margin: auto;
}
.newslist-time p {
  font-size: 18px;
  padding-top: 16px;
}
.page {
  margin-top: 40px;
}
.page a {
  margin: 0 8px;
  padding: 8px 16px;
  border: 1px solid #ebebeb;
  background: #fff;
}
.page a:hover {
  background: #094d9e;
  color: #fff;
}
.page a.active {
  background: #094d9e;
  color: #fff;
}
.page span {
  margin: 0 8px;
  padding: 8px 16px;
  border: 1px solid #ebebeb;
  background: #fff;
}

.newslist-con {
  position: relative;
  display: none;
}
.newslist-con.active {
  display: block;
  transition: all 0.3s;
}

/* 新闻详情 */
.newsdetail {
  background: url(../images/index/index-bg2.jpg);
  /* background-size: cover; */
  padding: 32px 0 48px;
  min-width: 1200px;
}
.newsdetail-con {
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  padding: 6%;
}
.newsdetail-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.newsdetail-subtitle {
  padding: 16px 0 32px;
}
.newsdetail-subtitle p {
  font-size: 14px;
  color: #999;
  display: inline;
  margin: 0 16px;
}
.newsdetail-subtitle p img {
  width: 16px;
  height: 16px;
}
.newsdetail-aera {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  text-indent: 30px;
}
.newsdetail-aera img {
  margin: 8px 0;
}

.yz-xw-mian1-in-fenxiang {
  width: 100%;
  height: 97px;
  overflow: hidden;
  margin-top: 50px;
}

.yz-xw-fenxiang-in {
  width: 100%;
  height: 97px;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
  overflow: hidden;
}

.yz-xw-fenxiang-in em {
  display: block;
  float: left;
  line-height: 97px;
  color: #4c4c4c;
  font-size: 14px;
  font-family: "微软雅黑";
  margin-left: 23px;
  margin-right: 10px;
}

.yz-xw-fenxiang-in ul {
  display: block;
  float: left;
}

.yz-xw-fenxiang-in ul li {
  float: left;
  width: 36px;
  height: 97px;
  margin-right: 15px;
}

.yz-xw-fenxiang-in ul li a {
  display: block;
  width: 36px;
  /*height: 97px;*/
  height: 36px;
  border-radius: 100%;
  overflow: hidden;
  background: #d9d9d9;
  margin-top: 31px;
  position: relative;
}
.yz-xw-fenxiang-in ul li a img {
  width: 65%;
  height: 65%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.yz-xw-fenxiang-in ul li a:hover {
  background: #094d9e;
}
.yz-xw-fanhui {
  float: right;
  width: 136px;
  height: 97px;
  margin-right: 7px;
  background: url(../images/news/img-back.png) no-repeat left center;
}

.yz-xw-fanhui a {
  display: block;
  color: #fff;
  width: 136px;
  height: 35px;
  border-radius: 17px;
  margin-top: 31px;
  font-size: 10.5px;
  font-family: "微软雅黑";
  line-height: 35px;
  padding-left: 47px;
}

.yz-xw-fenxiang-bot {
  width: 100%;
  height: 135px;
  overflow: hidden;
}
.yz-xw-fenxiang-bot ul {
  padding: 0;
}
.yz-xw-fenxiang-bot ul li {
  color: #4c4c4c;
  font-size: 12px;
  font-family: "微软雅黑";
  line-height: 35px;
  line-height: 94px;
  float: left;
}
.yz-xw-fenxiang-bot ul li:last-child {
  float: right;
}

.yz-xw-fenxiang-bot ul li a {
  color: #4c4c4c;
  font-size: 12px;
  font-family: "微软雅黑";
  line-height: 94px;
}

.yz-xw-fenxiang-bot ul li a:hover {
  color: #094d9e;
}
.jiathis_style_24x24 {
  display: inline-block;
  float: left;
  height: 97px;
  position: relative;
}
.jiathis_style_24x24 span {
  display: inline-block;
  float: left;
  line-height: 95px;
}
.jiathis_style_24x24 a {
  display: inline-block;
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  overflow: hidden;
  background: #d9d9d9;
  margin-right: 10px;
  position: relative;
}

.jiathis_a {
  display: inline-block;
  width: 200px;
  float: left;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.jiathis_style_24x24 a img {
  max-width: 70%;
  max-height: 70%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.bdsharebuttonbox a {
  width: 36px !important;
  height: 36px !important;
  border-radius: 100%;
  overflow: hidden;
  background-size: 78% 78%;
  background-position: center;
}
.jiathis_button_weixin:hover {
}
.jiathis_button_cqq {
  background-size: 70% 70% !important;
}
.jiathis_button_tsina {
}
.jiathis_style_24x24 a:hover {
  background-color: #094d9e;
}
.biaoqian {
  padding-top: 40px;
  font-size: 14px;
  line-height: 28px;
}
.biaoqian p {
  color: #666;
  float: left;
  display: inline;
}
.biaoqian p img {
  width: 14px;
  height: 14px;
}
.biaoqian a {
  display: inline;
  margin: 0 8px;
  float: left;
  color: #fff;
  background: #094d9e;
  padding: 0 8px;
}

.rztj h4 {
  font-size: 24px;
  color: #333;
  padding-bottom: 16px;
  border-bottom: 1px solid #bfbfbf;
  text-align: left;
}
.rztj-con ul {
  padding: 0;
  margin: 32px 0;
}
.rztj-con ul li {
  width: calc(25% - 30px);
  float: left;
  height: 212px;
  margin: 0 15px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.rztj-con ul li:last-child {
  margin-right: 0;
}
.rztj-con ul li h5 {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.64);
  width: 100%;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  color: #fff;
}
.rztj-con ul li img {
  transition: all 0.3s;
}
.rztj-con ul li:hover img {
  transform: scale(1.2);
}

/* 服务案例 */
.caselist {
  background: url(../images/index/index-bg2.jpg) no-repeat;
  background-size: cover;
  padding: 32px 0 48px;
  min-width: 1200px;
}
.caselist-con ul {
  padding: 0;
}
.caselist-con ul li {
  width: calc(33% - 32px);
  padding: 16px;
  float: left;
  margin: 16px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #cccccc;
  overflow: hidden;
}
.caselist-con ul li:hover .caselist-box {
  display: block;
  height: 100%;
}
.caselist-con ul li:hover h4 {
  color: #094d9e;
}
.caselist-imgbox {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.caselist-box {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.64);
  text-align: center;
  padding: 20px 0;
  transition: all 0.3s;
}
.caselist-box img {
  width: 78px;
  height: 78px;
  display: block;
  margin: auto;
}
.caselist-box a {
  font-size: 16px;
  border-radius: 20px;
  background: #fff;
  color: #333;
  padding: 10px 32px;
  margin: 28px 16px 0 16px;
  display: inline-block;
}
.caselist-box .btn-ljzx {
  background: #094d9e;
  color: #fff;
}
.caselist-con ul li h4 {
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 0 0 0;
}
.caselist-con ul li p {
  text-align: left;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 认证服务 */
.service-nav .nav-tabs > li > a {
  line-height: 64px;
}
.service-nav .nav-tabs > li:hover a{
  background: transparent;
  border: 1px solid transparent;
  position: relative;
}
.service-nav .nav-tabs > li:hover a:hover:after{
  content: "";
  width: 28px;
  height: 3px;
  background: #094d9e;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.service-nav .nav-tabs > li.active > a,
.service-nav .nav-tabs > li.active > a:hover,
.service-nav .nav-tabs > li.active > a:focus {
  border: 1px solid transparent;
  color: #094d9e;
  position: relative;
}
.service-nav .nav-tabs > li.active > a:after,
.service-nav .nav-tabs > li.active > a:hover:after,
.service-nav .nav-tabs > li.active > a:focus:after {
  content: "";
  width: 28px;
  height: 3px;
  background: #094d9e;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.service-area ul {
  padding: 0;
}
.service-area ul li {
  width: calc(25% - 26px);
  margin: 13px;
  float: left;
  background: #fff;
  padding: 16px;
}
.service-area ul li .service-imgbox {
  height: 200px;
  overflow: hidden;
}
.service-imgbox img {
  transition: all 0.3s;
}
.service-area ul li h4 {
  font-size: 20px;
  margin-top: 8px;
  min-height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.service-area ul li p {
  padding-bottom: 24px;
  color: #666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-area ul li:hover .service-imgbox img {
  transform: scale(1.2);
}

.service-con {
  position: relative;
  display: none;
}
.service-con.active {
  display: block;
  transition: all 0.3s;
}

/* 人才招聘 */
.ny-recruit {
  background: url(../images/index/index-bg2.jpg) no-repeat;
  background-size: cover;
  padding: 32px 0 48px;
  min-width: 1200px;
}

.table-head {
  background: #094d9e;
  color: #fff;
  text-align: center;
  line-height: 80px;
}
.table-head > div {
  display: inline-block;
  width: calc(20% - 5px);
}
.icon-jia {
  width: 36px;
  height: 36px;
}
.table-list.active .table-list-box {
  display: block;
}
.table-list-con {
  background: #fff;
  line-height: 80px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  margin: 1px 0;
}
.table-list-con p {
  display: inline-block;
  width: calc(20% - 5px);
  text-align: center;
}
.table-list-box {
  padding: 24px;
  display: none;
}

/* 管理咨询 */
.consultlist {
  background: url(../images/index/index-bg2.jpg);
  /* background-size: cover; */
  padding: 32px 0 48px;
  min-width: 1200px;
}
.consult-tit {
  padding-bottom: 16px;
  margin-bottom: 40px;
  border-bottom: 1px solid #bfbfbf;
}
.consult-tit-lt {
  display: inline;
  float: left;
}
.consult-tit-lt img {
  width: 27px;
  height: 29px;
  float: left;
}
.consult-tit-lt h4 {
  display: inline;
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  margin-left: 10px;
}
.btn-mfzx {
  display: inline;
  background: #094d9e;
  padding: 8px 14px;
  float: right;
  border-radius: 2px;
  overflow: hidden;
  color: #fff;
}
.btn-mfzx img {
  width: 20px;
  height: 16px;
}

.consultlist-box .nav-tabs {
  display: inline-block;
  margin: auto;
  margin-bottom: 40px;
}
.consultlist-box .nav-tabs > li,
.consultlist-box .nav-tabs > li.active {
  margin: 0;
  border-bottom: 1px solid transparent;
}
.consultlist-box .nav-tabs > li > a {
  padding: 12px 48px;
  margin: 0 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.consultlist-box .nav-tabs > li.active > a,
.consultlist-box .nav-tabs > li.active > a:hover,
.consultlist-box .nav-tabs > li.active > a:focus {
  background: #094d9e;
  color: #fff;
}
.consultlist-con {
  position: relative;
  display: none;
}
.consultlist-con.active {
  display: block;
  transition: all 0.3s;
}

.consultlist-item {
  background: #fff;
  padding: 16px;
  width: calc(50% - 15px);
  margin-right: 15px;
  margin-bottom: 30px;
}
.consultlist-item:nth-child(2n) {
  margin-right: 0;
  margin-left: 15px;
}
.consullist-imgbox {
  width: 216px;
  height: 174px;
  float: left;
  margin-right: 16px;
  overflow: hidden;
}
.consullist-imgbox img {
  transition: all 0.3s;
}
.consullist-text {
  text-align: left;
}

.consultlist-title {
  font-size: 20px;
}
.consultlist-desc {
  font-size: 16px;
  color: #999;
}
.consultlist-read {
  text-align: right;
  font-size: 16px;
  margin-top: 24px;
  color: #999;
}
.consultlist-read img {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.consultlist-read .img2 {
  display: none;
}
.consultlist-item:hover .consullist-imgbox img {
  transform: scale(1.2);
}
.consultlist-item:hover .consultlist-read .img2 {
  display: inline-block;
}
.consultlist-item:hover .consultlist-read {
  color: #094d9e;
}
.consultlist-item:hover .consultlist-read .img1 {
  display: none;
}

/* 服务详情 */
.servicedetail {
  padding: 32px 0 48px;
  min-width: 1200px;
}

.servicedetail-tit {
  font-size: 24px;
  font-weight: bold;
}
.servicedetail-subtit {
  font-size: 18px;
  color: #094d9e;
}
.servicedetail-xinxi {
  background: #f2f2f2;
  padding: 20px 16px;
}
.servicedetail-xinxi p {
  float: left;
  margin: 0 24px 0 0;
  font-size: 16px;
  color: #999;
}
.servicedetail-xinxi p:last-child {
  margin: 0;
}
.servicedetail-xinxi p span {
  font-size: 18px;
  color: #094d9e;
}
.servicedetail-cn {
  padding: 18px 0;
  line-height: 42px;
}
.servicedetail-cn p {
  float: left;
  margin-bottom: 0;
  margin-right: 16px;
}
.servicedetail-cn p:first-child {
  color: #999;
}
.servicedetail-cn p:first-child,
.servicedetail-cn p:last-child {
  margin-right: 0;
}
.servicedetail-cn p img {
  width: 42px;
  height: 42px;
  margin-right: 8px;
}
.servicedetail-sy {
  padding: 18px 0;
}
.servicedetail-sy p {
  float: left;
  font-size: 16px;
  color: #999;
  margin-right: 24px;
}
.servicedetail-sy p span {
  color: #094d9e;
  border: 1px solid #094d9e;
  padding: 4px 10px;
}
.servicedetail-sy p:first-child span {
  border: 1px solid transparent;
}
.servicedetail-rz {
  border-top: 1px solid #d2d2d2;
}
.servicedetail-rz .btn-rzzx {
  background: #094d9e;
  padding: 16px 38px;
  display: block;
  margin-top: 20px;
  float: left;
  color: #fff;
}
.servicedetail-rz .btn-rzzx img {
  width: 22px;
  height: 20px;
  margin-right: 4px;
}
.servicedetail-rz p {
  padding: 16px;
  font-size: 16px;
  color: #999;
  margin-top: 20px;
  display: inline;
  margin-bottom: 0;
  float: left;
}
.servicedetail-down {
  padding-top: 60px;
}
.servicedetail-nav {
  background: #efefef;
  width: calc(100% - 24px);
}
.servicedetail-nav a {
  margin-right: 56px;
  font-size: 18px;
  color: #999;
  font-weight: bold;
  padding: 16px 24px;
  display: block;
  float: left;
}
.servicedetail-nav .active,
.servicedetail-nav a:hover {
  color: #094d9e;
  border-bottom: 2px solid #094d9e;
}
.servicedetail-con {
  width: calc(100% - 24px);
}
.servicedetail-con h4 {
  font-size: 22px;
}
.servicedetail-con p {
  font-size: 18px;
  color: #999;
}
.fwnr,
.cjwt,
.shfw {
  padding-top: 32px;
}
.xgfu {
  width: calc(25% - 24px);
}
.xgfu-tit {
  background: #efefef;
  padding: 20px 24px;
  text-align: center;
  margin: 0;
  color: #094d9e;
  font-size: 18px;
}
.xgfu ul {
  padding: 0;
}
.xgfu ul li {
  margin-top: 24px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 0 16px;
}

.cpXq_main_left {
  display: inline-block;
  height: 400px;
  width: 100%;
  float: left;
  overflow: hidden;
}

.slideBox_cp {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slideBox_cp .bd {
  position: relative;
  height: 400px;
  z-index: 0;
}

.slideBox_cp .bd li {
  zoom: 1;
  vertical-align: middle;
  height: 400px;
  width: 100%;
}
.slideBox_cp .bd li a {
  display: block;
  height: 400px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slideBox_cp img {
  width: 100%;
  max-height: 400px;
}

.slideBox_cp .prev,
.slideBox_cp .next {
  position: absolute;
  right: 40px;
  top: 48px;
  display: block;
  width: 25px;
  height: 25px;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: all 0.5s;
}

.slideBox_cp .prev {
  background-image: url(../images/service/shang.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
}

.slideBox_cp .next {
  top: auto;
  bottom: 48px;
  background-image: url(../images/service/xia.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% auto;
}
.noList {
  font-size: 20px;
  font-weight: bold;
}

.search-bq {
  text-align: center;
  font-size: 20px;
}



.fadeup{
	-webkit-animation: fadeInUp 1s 0s both;
    animation: fadeInUp 1s 0s both;
}
.fadeup strong{
  font-weight: 700;
}
/* 动画效果 */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2rem,0);
		transform: translate3d(0,2rem,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2rem,0);
		transform: translate3d(0,2rem,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}