/*
Theme Name: Blue_idea
Theme URI: http://www.2zzt.com
Description: Crazy uncle
Author: Crazy uncle
Author URI: http://www.2zzt.com
Version: 2019.1
*/
@charset "UTF-8";
* {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: "Microsoft YaHei";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
  color: #444;
}
a:active,
a:hover {
  color: #cb3737;
  outline: 0;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea:focus,
input:focus {
  box-shadow: none;
  outline: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1260px) {
  .container {
    width: 1230px;
  }
}
.wbj {
  margin-right: 0px;
  margin-left: 0px;
}
.wubianju {
  padding-right: 0px;
  padding-left: 0px;
}
.xbj {
  margin-right: -8px;
  margin-left: -8px;
}
.xiaobianju {
  padding-right: 8px;
  padding-left: 8px;
}
.headtop {
  background-color: #f5f5f5;
  padding: 8px 0px;
  border-bottom: 1px solid #ededed;
}
.headtop_left {
}
.headtop_left p {
  margin: 0px;
  color: #a6a6a6;
  font-size: 12px;
  line-height: 24px;
}
.headtop_right {
  text-align: right;
}
.headtop_right a {
  display: inline-block;
  margin-left: 9px;
  position: relative;
  cursor: pointer;
}
.headtop_right a span {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 999;
  margin-left: -20px;
  background: #f5f5f5;
  padding: 5px;
  display: none;
}
.headtop_right a span img {
  width: 60px;
  height: 60px;
}
.headtop_right a:hover span {
  display: block;
}
.headtop_right a img {
  width: 18px;
}
.headtop_right a i {
  color: #1a34a8;
}
.sousuo {
  height: 22px;
  width: 100%;
  float: right;
}
.sousuo input {
  width: 85%;
  height: 22px;
  border: 1px solid #dcdcdc;
  float: left;
  text-indent: 10px;
  color: #6d6d6d;
  background: #f3f0f0;
  font-size: 12px;
  font-weight: 300;
}
.sousuo button {
  width: 15%;
  height: 22px;
  background: #1a34a8;
  float: right;
  border: 1px solid #1a34a8;
  line-height: 1px;
}
.sousuo button i {
  color: #fff;
  font-size: 12px;
}
.sousuo button:hover {
  background: #a1292b;
  border: 1px solid #a1292b;
}
.head {
  padding: 40px 0px;
  border-bottom: 1px solid #eee;
  transition: all 0.6s;
}
.logo {
}
.logo a {
  float: left;
  position: relative;
}
.logo a img {
  margin-right: 0px;
  padding-right: 20px;
}
.logo a:before {
  content: "";
  width: 1px;
  height: 50px;
  background: #e8e8e8;
  position: absolute;
  right: 20px;
  top: 3px;
}
.logo_right {
}
.logo_right h1 {
  margin: 0px 0px 5px 0px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.logo_right p {
  margin: 0px;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 300;
}
.head_nub {
  float: right;
  margin-top: 6px;
}
.head_nub i {
  font-size: 26px;
  float: left;
  background-color: #1a34a8;
  color: #fff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}
.head_nub_right {
  padding-left: 60px;
}
.head_nub_right span {
  color: #b6b6b6;
  font-size: 12px;
}
.head_nub_right p {
  color: #1a34a8;
  font-size: 26px;
  font-weight: bold;
  margin: 0px;
  line-height: 28px;
}
.index_nav {
}

/*nav*/
#navbar {
}
@media (max-width: 1200px) {
  #navbar {
    display: none;
  }
}
.main-nav {
  margin: 0px;
  padding: 0px;
}
.main-nav li {
  display: inline-block;
  position: relative;
}
.main-nav .current-menu-item {
  background-color: #1a34a8;
}
.main-nav .current-menu-item a {
  color: #fff;
}
.main-nav li a {
  font-size: 16px;
  display: block;
  color: #555;
  padding: 20px 36px;
  font-weight: 700;
}
.main-nav li a i {
  padding-right: 5px;
}
.main-nav li:hover {
  background-color: #1a34a8;
}
.main-nav li:hover a {
  color: #fff;
}
.main-nav .sub-menu {
  display: none;
  position: absolute;
  background: #ffffff;
  color: #272727;
  left: 0px;
  top: 62px;
  text-align: left;
  width: 220px;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.21);
  padding: 0px;
  visibility: visible;
  z-index: 9999;
}
.main-nav .sub-menu li {
  display: block;
  padding: 0px;
  margin: 0;
  text-indent: 46px;
}
.main-nav .sub-menu li a {
  font-size: 14px;
  font-weight: 400;
  color: #272727;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 18px 0px;
  position: relative;
}
.main-nav .sub-menu li a:hover {
  color: #fff;
}
.main-nav a img {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 20px;
  top: 17px;
}
.main-nav .current_page_ancestor .current_page_item a {
  color: #fff;
}
.main-nav .current-menu-ancestor .current-menu-item a {
  color: #fff;
}
.main-nav .menu-item-has-children a:after {
  content: "\f107";
  font-family: "FontAwesome" !important;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
  transition: transform ease 0.3s;
}
.main-nav .menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.main-nav li a:hover {
  color: #fff;
  text-decoration: none;
}
.main-nav .menu-item-has-children .sub-menu a:after {
  content: "";
}
.main-nav .sub-menu .sub-menu {
  left: 220px;
  top: -0px;
}
.main-nav .sub-menu .menu-item-has-children a:after {
  content: "\f105";
  font-family: "FontAwesome" !important;
  font-weight: 400;
  display: inline-block;
  transition: transform ease 0.3s;
  right: 20px;
  position: absolute;
}
.main-nav .sub-menu .menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  right: -20px;
}
.main-nav .sub-menu .menu-item-has-children .sub-menu a:after {
  content: "";
}
.main-nav .sub-menu .menu-item-has-children:hover a {
  color: #fff;
}
.main-nav
  .sub-menu
  .menu-item-has-children:hover
  .menu-item-has-children:hover
  a {
  color: #fff;
}
.main-nav
  .sub-menu
  .menu-item-has-children:hover
  .menu-item-has-children:hover
  .sub-menu
  a {
  color: #272727;
}
.main-nav
  .sub-menu
  .menu-item-has-children:hover
  .menu-item-has-children:hover
  .sub-menu
  a:hover {
  color: #fff;
}
.main-nav .sub-menu .sub-menu .sub-menu {
  width: 300px;
}
.main-nav .sub-menu .sub-menu .sub-menu li {
  text-indent: 54px;
  width: 150px;
  float: left;
}
.main-nav .sub-menu .menu-item-has-children .sub-menu a {
  color: #272727;
}
.main-nav .sub-menu .menu-item-has-children .sub-menu a:hover {
  color: #fff;
}

/*banbox*/
.banbox {
  width: 100%;
  position: relative;
}
.banbox a {
  /* width: 100%;
  display: block;
  height: 100%; */
}
.banbox .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -27.5px;
}
.banbox .owl-nav .owl-prev:hover {
  background: #2361ad;
}
.banbox .owl-nav .owl-next:hover {
  background: #2361ad;
}
.banbox .owl-nav .owl-prev:after {
  content: "\f104";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 36px;
  color: #fff;
}
.banbox .owl-nav .owl-next:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 36px;
  color: #fff;
}
.banbox .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  width: 55px;
  height: 55px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 51px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banbox .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  width: 55px;
  height: 55px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 51px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banbox:hover .owl-nav .owl-prev {
  left: 30px;
  opacity: 0.8;
}
.banbox:hover .owl-nav .owl-next {
  right: 30px;
  opacity: 0.8;
}
.banbox .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.banbox .owl-dots .owl-dot {
  display: inline-block;
  margin: 0px 4px;
}
.banbox .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  display: block;
  background: #ffffff;
  border-radius: 50%;
}
.banbox .owl-dots .active span {
  background: #2361ad;
  width: 20px;
  border-radius: 8px;
}
.cates-show {
  position: relative;
}

.cates-show .title-box {
  position: absolute;
  width: 100rem;
  top: 8.875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.cates-show .index-title .h3 {
  color: #fff;
}
.head_fix {
  background: #fff;
  transition: all 0.6s;
}
.cates-show .swiper-cates-main {
  position: relative;
  z-index: 0;
  height: 50.3vw;
}

.swiper-cates-main .swiper-slide {
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  background-size: cover;
}

.swiper-cates-main .swiper-slide .container {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  width: 100rem;
}

.swiper-cates-main .infos {
  width: 30.75rem;
  padding: 0 3.625rem 0 3rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

.swiper-cates-main .infos article {
  transform: translateY(-18%);
}

.swiper-cates-main .infos .h5 {
  margin-bottom: 2.25rem;
  font-size: 1.875rem;
  line-height: 1.875rem;
}

.swiper-cates-main .infos .desc {
  margin-bottom: 4.875rem;
  height: 6.625rem;
  font-size: 1rem;
  line-height: 1.625rem;
  -webkit-line-clamp: 4;
}

.cates-show .thumbs-container {
  align-items: center;
  position: absolute;
  display: flex;
  width: 100rem;
  /* 2023-01-10 update */
  left: 50%;
  transform: translateX(calc(-50% - 6.3125rem));
  bottom: 3.875rem;
  justify-content: center;
}

.cates-show .thumbs-container .swiper {
  margin: 0 3rem;
}

.cates-show .thumbs-container .sct-btn img {
  width: 3.3125rem;
}

.cates-show .thumbs-container .sct-btn.prev {
  /* margin-left: -6.3125rem; */
}

.cates-show .swiper-cates-thumbs {
  width: calc(17.125rem * 5 + 18px * 2);
}

.cates-show .swiper-cates-thumbs .swiper-slide {
  position: relative;
  height: 11rem;
  overflow: hidden;
}

.cates-show .swiper-cates-thumbs .swiper-slide img.cover {
  position: relative;
  z-index: 0;
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.cates-show .swiper-cates-thumbs .swiper-slide .tt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.125rem 0 0.625rem;
  height: 2.625rem;
  font-size: 1rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.cates-show .thumbs-container {
  position: absolute;
  width: 100rem;
  /* 2023-01-10 update */
  left: 50%;
  transform: translateX(calc(-50% - 6.3125rem));
  bottom: 3.875rem;
  justify-content: center;
}

.cates-show .thumbs-container .swiper {
  margin: 0 3rem;
}

.cates-show .thumbs-container .sct-btn img {
  width: 3.3125rem;
}

.cates-show .thumbs-container .sct-btn.prev {
  /* margin-left: -6.3125rem; */
}

.cates-show .swiper-cates-thumbs {
  width: calc(17.125rem * 5 + 18px * 2);
}

.cates-show .swiper-cates-thumbs .swiper-slide {
  position: relative;
  height: 11rem;
  overflow: hidden;
}

.cates-show .swiper-cates-thumbs .swiper-slide img.cover {
  position: relative;
  z-index: 0;
  width: 100%;
}

.cates-show .swiper-cates-thumbs .swiper-slide .tt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.125rem 0 0.625rem;
  height: 2.625rem;
  font-size: 1.5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.head_fix2 .head {
  padding: 10px 0;
}
.index_cp_box {
  background-color: #f2f2f2;
  padding: 80px 0px;
}
.index_ty_tittle {
  text-align: center;
  margin-bottom: 40px;
}
.index_ty_tittle h3 {
  margin: 0px 0px 20px 0px;
  font-size: 36px;
  font-weight: bold;
}
.index_ty_tittle p {
  margin: 0px;
  color: #999999;
  font-size: 16px;
  font-weight: 300;
}
.index_ty_tittle p span {
  color: #bf1919;
  font-weight: bold;
  margin-right: 4px;
}
.white {
}
.white h3 {
  color: #fff;
}
.white p {
  color: #fff;
}
.white p span {
  color: #fff;
}
.index_cpbox {
}
.index_cpbox:nth-child(2n) .index_cp_tytittle {
  background-color: #a1292b;
}
.index_cp_list {
}
.index_cp_tytittle {
  background-color: #263c9f;
  text-align: center;
  font-size: 16px;
}
.index_cp_tytittle a {
  color: #fff;
  display: block;
  padding: 20px 0px;
  margin: 0px 0px 16px 0px;
  font-weight: bold;
}
.index_cp_list_box {
  background-color: #fff;
  margin-bottom: 16px;
  position: relative;
  transition: all 0.6s;
}
.index_cp_list_box:hover {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}
.index_cp_list_a {
  overflow: hidden;
  display: inline-block;
  margin: 25px;
}
.index_cp_list_box img {
  transition: all 0.6s;
}
.index_cp_list_box:hover img {
  transform: scale(1.1);
}
.index_cp_list_box h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #eeeeee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px;
  padding: 20px 0px;
}
.index_cp_url {
  text-align: center;
  padding-bottom: 20px;
}
.index_cp_url a {
  background-color: #ccc;
  display: inline-block;
  padding: 4px 24px;
  transition: all 0.6s;
}
.index_cp_url .blue_red {
  background-color: #263c9f;
  color: #fff;
}
.index_cpbox:nth-child(2n) .index_cp_url .blue_red {
  background-color: #a1292b;
}
.index_cp_url a:hover {
  opacity: 0.7;
}
.index_anli {
  padding: 80px 0px;
  background: url(../images/index_anli_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.index_anli_left {
  margin-bottom: 16px;
}
.anli_left_url {
  display: block;
  position: relative;
  overflow: hidden;
}
.anli_left_url img {
  width: 100%;
  transition: all 0.6s;
}
.anli_left_url:hover img {
  transform: scale(1.1);
}
.anli_left_url:hover .anli_gengduo {
  background-color: #a1292b;
}
.quiry_info {
  overflow: hidden;
  margin-top: 12px;
}
.quiry_info input,
.quiry_info textarea {
    width: 100%;
    resize: none;
    font-family: TCM__;
    background: #8bccf5;
    color: #fff;
    font-size: 20px;
    border: 1px solid #eeeeee;
    padding: 15px 18px;
}
.wpcf7-form{
    font-weight: bold;
    color:#000;
    font-size: 22px;
}
:-moz-placeholder,	:-ms-input-placeholder,::-ms-input-placeholder,::placeholder{
	   color: #fff;   
	}
::-moz-placeholder{
      color: #fff;
}
::-webkit-input-placeholder{
     color: #fff;
}
.quiry_info li {
  width: 49.2%;
  margin-bottom: 16px;
  position: relative;
  float: left;
  overflow: hidden;
}
.quiry_info li:last-child,
.quiry_info li:nth-of-type(3) {
  width: 100%;
  float: none;
}
.quiry_info li:nth-of-type(even) {
  float: right;
}
html {
  scroll-behavior: smooth;
}
.quiry_info button {
  cursor: pointer;
  transition: all 0.3s;
  width: 200px;
  height: 50px;
  border-radius: 0;
  line-height: 50px;
  border: none;
  background: #fe051c;
  font-size: 20px;
  color: #fff;
  font-family: TCM__;
}
.index_anli_tittle {
  background-color: #eee;
  font-size: 20px;
  position: absolute;
  bottom: 0px;
  margin: 0px;
  width: 100%;
  padding: 20px 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_anli_tittle h3 {
  margin: 0px;
  font-weight: bold;
  font-size: 16px;
}
.anli_gengduo {
  display: inline-block;
  background-color: #263c9f;
  color: #fff;
  width: 100px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  float: right;
  position: absolute;
  right: 12px;
  top: 12px;
  transition: all 0.6s;
  font-weight: inherit;
}
.index_anli_two {
}
.anli_two_list {
}
.anli_two_list a {
  /*overflow: hidden;*/
  display: block;
  position: relative;
}
.anli_two_list a img {
  display: block;
  margin: 0 auto;
  width: 100%;
  transition: all 0.6s;
}
.anli_two_list a:hover img {
  transform: scale(1.1);
}
.anli_two_list a h3 {
  background-color: #cccccc;
  font-size: 14px;
  bottom: 0px;
  margin: 0px;
  width: 100%;
  padding: 20px 20px;
  white-space: nowrap;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  text-align: center;
}
.index_hezuo {
  background-image: url(../images/index_hz.png);
  padding: 80px 0px;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 1200px) {
  .col-zdlg-2-5 {
    float: left;
    width: 20%;
  }
}
.index_hezuo_down {
}
.index_hezuo_list {
  background-color: #fff;
}
.index_hezuo_a {
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}
.index_hezuo_a img {
  transition: all 0.6s;
}
.index_hezuo_a:hover img {
  transform: scale(1.1);
}
.index_xuanchuan {
  padding: 0px 0px 80px 0px;
}
.index_xc_list {
}
.index_xc_a {
  display: block;
  overflow: hidden;
}
.index_xc_a:hover {
  color: #444;
}
.index_xc_a img {
  width: 100%;
  transition: all 0.6s;
}
.index_xc_a:hover img {
  transform: scale(1.1);
}
.index_xc_top {
  padding: 60px 0px 60px 30px;
  position: relative;
  border-left: 1px solid #e4e4e4;
}
.index_xc_top i {
  font-size: 60px;
  font-style: normal;
  font-weight: bold;
  color: #263c9f;
  display: block;
  float: left;
  margin-right: 20px;
  padding-bottom: 40px;
}
.index_xc_top i span {
  position: absolute;
  bottom: 16px;
  font-size: 22px;
}
.index_xc_top i:before {
  content: "";
  width: 4px;
  height: 40px;
  display: block;
  background-color: #c00;
  position: absolute;
  top: 84px;
  left: 0px;
}
.index_xc_top i small {
  font-size: 16px;
  margin-left: 6px;
  position: relative;
}
.index_xc_right {
}
.index_xc_right h3 {
  margin: 0px 0px 10px 0px;
  font-size: 20px;
  font-weight: bold;
  color: #263c9f;
  padding-top: 14px;
}
.index_xc_right p {
  margin: 0px;
  line-height: 24px;
}
.index_pingjia {
  background-color: #1a34a8;
  padding: 20px 0px;
}
.index_pj_left {
  border-right: 1px solid #8692ce;
}
.index_pj_left b {
  color: #fff;
  font-size: 16px;
  position: relative;
}
.index_pj_left b i {
  font-size: 18px;
  color: #f00;
  margin-right: 13px;
}
.pingjiabox {
}
.index_pj_content {
  display: block;
}
.index_pj_content p {
  color: #ced1e7;
  margin: 0px;
  font-size: 16px;
  height: 22px;
  overflow: hidden;
}
.pjbox .owl-dots {
  text-align: right;
  position: absolute;
  bottom: 2px;
  right: 0px;
  background: #1a34a8;
}
.pjbox .owl-dots .owl-dot {
  display: inline-block;
  margin: 0px 4px;
}
.pjbox .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  display: block;
  background: #ffffff;
  border-radius: 50%;
}
.pjbox .owl-dots .active span {
  background: #cc0000;
}
.index_about {
  padding: 80px 0px 0px 0px;
  background-color: #f2f2f2;
}
.index_gy_about {
  background-color: #fff;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.index_gy_about img {
  transition: all 0.6s;
}
.index_gy_about:hover img {
  transform: scale(1.05);
}
.bcc {
  overflow: hidden;
}
.index_gy_rongyu img {
  transition: all 0.6s;
}
.index_gy_rongyu:hover img {
  transform: scale(1.02);
}
.index_gy_rongyu {
}
.index_about_pic {
}
.index_about_content {
  padding-top: 50px;
}
.index_about_content h3 {
  margin: 0px 0px 20px 0px;
}
.index_about_content p {
  line-height: 30px;
  margin: 0px;
  color: #7f7f7f;
}
.index_about_content ul {
}
.index_about_content ul li {
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}
.index_about_content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background-color: #cc0000;
  position: absolute;
  bottom: 12px;
  left: 0px;
}
.index_about_content a {
  background-color: #1a34a8;
  color: #fff;
  width: 220px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  transition: all 0.6s;
}
.index_about_content a:hover {
  background-color: #a1292b;
}
.zbj0 {
  padding-left: 0px;
}
.ybj0 {
  padding-right: 0px;
}
.index_news {
  background-image: url(../images/news_bg.png);
  padding: 80px 0px;
  background-size: cover;
  background-attachment: fixed;
}
.tab_name {
  text-align: center;
  margin-bottom: 40px;
}
.tab_name li {
  display: inline-block;
  background-color: #fff;
  text-align: center;
}
.tab_name li a {
  display: block;
  font-size: 16px;
  padding: 10px 50px;
}
.tab_name .active,
.tab_name li:hover {
  background-color: #1a34a8;
}
.tab_name .active a,
.tab_name li:hover a {
  color: #fff;
}
.index_news_content {
  background: #fff;
  padding: 35px 15px;
}
.index_news_picbox {
}
.index_news_picbox a {
  display: block;
  position: relative;
  overflow: hidden;
}
.index_news_picbox a img {
  width: 100%;
  transition: all 0.6s;
}
.index_news_picbox a:hover img {
  transform: scale(1.1);
}
.index_news_picbox a h2 {
  position: absolute;
  bottom: 0px;
  background: #eee;
  width: 100%;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  padding: 18px;
}
.index_news_list {
}
.index_news_list ul {
}
.index_news_list ul li {
  font-size: 14px;
  line-height: 48px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  width: 48%;
  float: left;
  margin-right: 4%;
  border-bottom: 1px dashed #ededed;
}
.index_news_list ul li a {
  float: left;
  width: 100%;
  padding-right: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}
.index_news_list ul li time {
  color: #c1c1c1;
  position: absolute;
  right: 0px;
}
.index_news_list ul li:nth-child(even) {
  width: 48%;
  margin-right: 0%;
}
.foot {
  background-color: #232325;
  padding: 50px 0px;
  background-image: url(../images/foot_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
}
.footbar {
  border-top: 1px solid #2d2d2f;
  border-bottom: 1px solid #2d2d2f;
  padding: 30px 0px 40px 0px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.foot_list {
  margin-bottom: 30px;
}
.foot_list .foot_biaoti {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}
.foot_nav_ul {
}
.foot_nav_ul {
}
.foot_nav_ul li {
  line-height: 30px;
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 300;
}
.foot_nav_ul li a {
  font-size: 12px;
  color: #aaaaaa;
}
.banquan {
  color: #666;
  font-size: 12px;
}
.banquan a {
  color: #666;
}
.banquan p {
  margin-bottom: 0px;
}
.banquan_right {
  text-align: right;
}

/*mobile_css*/
.pushbar.opened {
  display: block;
}
html.pushbar_locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.pushbar_locked .pushbar_main_content.pushbar_blur {
  filter: blur(15px);
}
.pushbar {
  z-index: 1000;
  position: fixed;
  will-change: transform;
  overflow-y: auto;
  transition: transform 0.5s ease;
  will-change: transform;
  background: #263c9f;
}
.pushbar_overlay {
  z-index: -999;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  will-change: opacity;
  transition: opacity 0.5s ease;
  opacity: 0;
  will-change: opacity;
  background: #3c3442;
}
html.pushbar_locked .pushbar_overlay {
  opacity: 0.8;
  z-index: 999;
  transition: opacity 0.5s ease;
}
.pushbar.from_left {
  top: 0;
  left: 0;
  width: 280px;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  transform: translateZ(0) translateX(-100%);
}
.pushbar.from_right {
  top: 0;
  right: 0;
  width: 280px;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  transform: translateZ(0) translateX(100%);
}
.pushbar.from_top {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  transform: translateZ(0) translateY(-100%);
}
.pushbar.from_bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  transform: translateZ(0) translateY(100%);
}
.pushbar.opened {
  transform: translateX(0px) translateY(0px);
}

/*mobile_anniu*/
.mobile_close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  z-index: 999;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: serif;
  font-size: 20px;
  cursor: pointer;
}
.mobile_an {
  display: none;
  position: relative;
  float: right;
  color: #263c9f;
  border: 1px solid #263c9f;
  padding: 5px 10px;
}

/*mobile_box*/
.mobile_head {
  padding: 25px 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
.mobile_head img {
  float: left;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  width: 50px;
}
.mobile_head h3 {
  margin-top: 3px;
  margin-bottom: 5px;
}
.mobile_head p {
  margin: 0px;
  font-size: 12px;
  font-weight: 300;
}
.menu-zk li {
  line-height: 46px;
  position: relative;
}
.menu-zk li a {
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #253990;
  color: #ffffff;
  padding: 0px 30px;
}
.menu-zk .sub-menu {
  display: none;
  background: #a1292b;
}
.menu-zk .sub-menu li a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 300;
  border-bottom: none;
}
.menu-zk .menu-item-has-children .czxjcdbs:before {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 0px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 8px 0px;
  text-align: center;
  display: block;
  cursor: pointer;
  background: #2b43ad;
}
.menu-zk .menu-item-has-children .kai:before {
  content: "\f0d8";
  font-family: "FontAwesome";
}
.sjsousuo {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.sjsousuo input {
  width: 80%;
  height: 30px;
  border: none;
  float: left;
  text-indent: 10px;
  color: #6d6d6d;
  border-radius: 15px 0px 0px 15px;
  font-size: 12px;
}
.sjsousuo button {
  width: 20%;
  height: 30px;
  background: #a1292b;
  float: right;
  border: none;
  border-radius: 0px 15px 15px 0px;
}
.sjsousuo button i {
  color: #fff;
  font-size: 14px;
}
.sjsousuo button:hover {
  background: #3f5ad2;
}
.head_nub_mobile {
  margin: 30px;
}
.head_nub_mobile i {
  font-size: 26px;
  float: left;
  background-color: #ffffff;
  color: #263c9f;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.head_nub_right_mobile {
  padding-left: 56px;
}
.head_nub_right_mobile span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
}
.head_nub_right_mobile p {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  line-height: 28px;
}
@media (max-width: 992px) {
  .mobile_an {
    display: block;
  }
  .mobile_an i {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .mobile_an {
    display: block;
    padding: 3px 8px;
  }
  .mobile_an i {
    font-size: 20px;
  }
}
.cp_top_bg {
  height: 350px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cp_big_bg {
  background: #f2f2f2;
  padding-top: 30px;
}
.cp_top_name {
  background-color: #1a34a8;
  color: #fff;
  padding: 12px 25px;
  margin-bottom: 4px;
}
.cp_top_name h2 {
  margin: 0px 0px 4px 0px;
  font-size: 24px;
  font-weight: bold;
}
.cp_top_name p {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 300;
}
.mbx {
  color: #888;
  text-align: right;
  padding: 26px 0px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 300;
}
.mbx b {
  display: inline-block;
  font-weight: inherit;
}
.mbx #crumbs {
  display: inline-block;
}
.mbx a {
  color: #888;
}
.mbx span {
}
.sidebar_nav {
}
.cat_cp_right_box {
}
.cp_mbx_bar {
  border-bottom: 1px solid #ccc;
  padding-top: 45px;
  margin-bottom: 10px;
}
.cp_container {
}
.posts-nav {
  text-align: center;
  margin: 40px 0px 60px 0px;
}
.posts-nav .page-num,
.posts-nav .page-numbers {
  padding: 10px 20px;
  background: #fff;
  display: inline-block;
  color: #777;
  transition: all 0.6s;
}
.posts-nav .page-num:hover,
.posts-nav .page-numbers:hover,
.posts-nav .page-num-current {
  background: #263c9f;
  color: #fff;
}
.sidebar_list_ul {
  margin-bottom: 12px;
}
.sidebar_list_ul li {
  margin-bottom: 4px;
  position: relative;
}
.sidebar_list_ul li a {
  display: block;
  font-size: 16px;
  padding: 14px 25px;
  background: #fff;
  font-weight: bold;
}
.sidebar_list_ul li.current-menu-item a {
  background: #1a34a8;
  color: #fff;
}
.sidebar_list_ul .menu-item-has-children .sub-menu .current-menu-item a {
  background: #fff;
  color: #444;
}
.sidebar_list_ul li.current-menu-item .sub-menu a {
  background: #fff;
  color: #555;
}
.sidebar_list_ul .sub-menu {
  display: none;
  padding: 0px 25px;
  background: #fff;
}
.sidebar_list_ul .sub-menu li {
  margin-bottom: 0px;
}
.sidebar_list_ul .sub-menu li a {
  font-size: 14px;
  border-top: 1px solid #e9e9e9;
  font-weight: inherit;
  padding: 14px 0px;
}
.sidebar_list_ul .sub-menu .sub-menu {
  padding: 0px;
}
.sidebar_list_ul li .sub-menu .menu-item-has-children i {
  right: 5px;
}
.sjj_nav ul li i {
  position: absolute;
  top: 16px;
  right: 30px;
  cursor: pointer;
  font-style: inherit;
  font-size: 20px;
  transform: rotate(0deg);
  transition: all ease 0.35s;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}
.sjj_nav .menu-item-has-children i:before {
  content: "\f0da";
  font-family: FontAwesome;
}
.sjj_nav .menu-item-has-children i.sjj_nav_i_se {
  transform: rotate(-90deg);
  fill: #c9141e;
}
.sjj_nav .current-menu-item .sub-menu {
  display: block;
}
.sjj_nav .current-menu-ancestor .sub-menu {
  display: block;
}
.sjj_nav .current-menu-ancestor .sub-menu .current-menu-ancestor .sub-menu {
  display: block;
}
.sjj_nav
  .current-menu-ancestor
  .sub-menu
  .current-menu-ancestor
  .menu-item-has-children
  .sub-menu {
  display: none;
}
.sjj_nav
  .current-menu-ancestor
  .sub-menu
  .current-menu-ancestor
  .sub-menu
  .current-menu-ancestor
  .sub-menu {
  display: block;
}
.sjj_nav .current-menu-item .sub-menu .menu-item-has-children .sub-menu {
  display: none;
}
.sjj_nav .current-menu-ancestor .sub-menu .sub-menu {
  display: none;
}
.sjj_nav .current-menu-item i {
  color: #fff;
}
.sjj_nav .current-menu-ancestor .sub-menu .current-menu-item i {
  color: #444;
}
.sjj_nav .current-menu-item .sub-menu i {
  color: #444;
  right: 5px;
}
.sidebar_list_ul .menu-item-has-children .menu-item-has-children i:before {
  content: "\f067";
  font-size: 16px;
}

/*sidebar_nav*/
.sidebar_contact {
  background: #fff;
  margin-bottom: 30px;
}
.sidebar_contact_top {
  height: 160px;
  background-image: url(../images/sidebar_contact.png);
  background-repeat: no-repeat;
}
.sidebar_contact_top h3 {
  padding-top: 100px;
  padding-left: 24px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0px;
}
.sidebar_contact_top p {
  padding-left: 24px;
  font-size: 12px;
  color: #a2a2a2;
}
.sidebar_contact_txt {
  margin: 0px 24px;
  border-top: 1px solid #e9e9e9;
  padding: 20px 0px;
}
.sidebar_contact_txt p {
  color: #000;
  margin-bottom: 14px;
  font-weight: 300;
  font-size: 13px;
}
.sidebar_contact_txt p i {
  width: 20px;
  text-align: center;
  color: #555;
}
.post_cp_right_box {
  background-color: #fff;
  padding: 30px 40px 10px 40px;
  margin-bottom: 30px;
}
.post_gy_toppic {
  border: 1px solid #e5e5e5;
  padding: 20px;
  position: relative;
}
.post_gy_toppic img {
  display: block;
  margin: 0 auto;
}
.post_gy_toppic span {
  color: #c1c1c1;
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-weight: 300;
}
.post_gy_pic_right {
}
.post_gy_pic_right strong {
  margin: 40px 0px 20px 0px;
  display: block;
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  font-weight: bold;
  color: #d8171f;
}
.post_gy_tittle {
  margin-bottom: 20px;
}
.post_gy_tittle h1 {
  margin: 0px 0px 10px 0px;
  font-size: 24px;
  font-weight: bold;
}
.post_gy_tittle span {
  font-size: 16px;
  font-weight: bold;
  color: #263c9f;
  text-transform: uppercase;
}
.post_gy_ms {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin: 0px 0px 10px 0px;
  line-height: 26px;
}
.post_gy_ms b {
  position: relative;
  padding-left: 16px;
}
.post_gy_ms b:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background-color: #cc0000;
  position: absolute;
  left: 0px;
  bottom: 6px;
}
.gy_left {
  text-align: initial;
}
.post_cp_gy_tittlepic {
  margin: 50px 0px 40px 0px;
}
.post_cp_gy_tittlepic img {
}
.post_cp_canshu {
  margin-bottom: 40px;
  overflow: hidden;
}
.post_cpms {
  color: #777;
  line-height: 24px;
  margin: 20px 0px 0px 0px;
}
.post_cpms p {
  line-height: 28px;
  color: #666;
  margin-bottom: 12px;
}
.cp_canshu_tittle {
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  margin: 0px 0px 40px 0px;
}
.cp_canshu_tittle span {
  font-size: 14px;
  color: #999;
  padding-left: 10px;
  font-weight: 300;
}
.cp_canshu_tittle:before {
  content: "";
  width: 6px;
  height: 30px;
  display: block;
  background-color: #1a34a8;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.cp_canshu_content {
  padding-bottom: 20px;
}
.cp_canshu_content p {
  line-height: 28px;
  color: #666;
  margin-bottom: 12px;
}
.cp_canshu_content img {
  margin-bottom: 20px;
}
.post_cp_xiangguan {
  margin-bottom: 15px;
}
.post_xiangguan_tittle {
  margin: 0px 0px 20px 0px;
  font-size: 24px;
  font-weight: bold;
}
.post_xiangguan_tittle span {
  float: right;
  font-size: 14px;
  color: #d8171f;
  padding-top: 5px;
}
.post_xiangguan_tittle span a {
  color: #d8171f;
}
.jg_ys_list_box {
  margin-bottom: 20px;
  padding: 0px 30px;
}
.cp_canshu_content .ys_toppic {
  display: block;
  margin: 0 auto 40px auto;
}
.cp_canshu_content .ys_border_bottown {
}
.ys_ms {
  padding-top: 30px;
}
.ys_ms i {
  color: #c21a21;
  font-size: 50px;
  position: relative;
  float: left;
}
.ys_ms i span {
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 9px;
  top: 9px;
  border-bottom: 1px solid #ffa5a9;
  padding-bottom: 2px;
  font-weight: bold;
}
.ys_ms_right {
  padding-left: 52px;
}
.ys_ms_right h4 {
  font-weight: bold;
  margin-top: 2px;
  font-size: 24px;
}
.ys_ms_right h5 {
  font-weight: bold;
  color: #1a34a8;
  font-size: 22px;
}
.ys_ms_right p {
  font-size: 12px;
  color: #9d9d9d;
  line-height: 14px;
  font-weight: 300;
}
.ys_img {
}
.ys_img img {
}
.ys_more {
  text-align: center;
  width: 170px;
  height: 40px;
  background-color: #1a34a8;
  line-height: 40px;
  display: block;
  margin: 30px auto 0px auto;
  color: #fff;
}
.ys_more:hover {
  background: #c21a21;
  color: #fff;
}

/*cpdt*/
.cpdt {
  width: 100%;
  position: relative;
}
.cpdt a {
  width: 100%;
  display: block;
  height: 100%;
}
.cpdt .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
}
.cpdt .owl-nav .owl-prev:hover {
  background: #c21a21;
}
.cpdt .owl-nav .owl-next:hover {
  background: #c21a21;
}
.cpdt .owl-nav .owl-prev:after {
  content: "\f104";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
.cpdt .owl-nav .owl-next:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
.cpdt .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #1a34a8;
  border-radius: 50%;
}
.cpdt .owl-nav .owl-next {
  position: absolute;
  right: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #1a34a8;
  border-radius: 50%;
}
.cpdt .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.cpdt .owl-dots .owl-dot {
  display: inline-block;
  margin: 0px 4px;
}
.cpdt .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  display: block;
  background: #e8e8e8;
  border-radius: 50%;
}
.cpdt .owl-dots .active span {
  background: #1a34a8;
  width: 20px;
  border-radius: 8px;
}
.cpdt .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cp_top_bg h2 {
  display: none;
}
.cat_hz_right_box {
  background: #fff;
  padding: 50px 20px 20px 20px;
}
.cat_hz_right_list {
  background: #fff;
}
.cat_hz_right_list a {
  display: block;
  overflow: hidden;
}
.cat_hz_right_list a img {
  transition: all 0.6s;
}
.cat_hz_right_list a:hover img {
  transform: scale(1.1);
}
.ds_hzkh {
  padding: 20px 0px 15px 0px;
}
.kehu_ico_list {
  margin-bottom: 60px;
}
.page_fw_right_box {
  background-color: #fff;
  padding: 30px 40px 20px 40px;
  margin-bottom: 60px;
  margin-top: 25px;
}
.page_fw_tittlepic {
  margin-bottom: 50px;
  margin-top: 30px;
}
.page_fw_tittlepic img {
  margin: 0 auto;
  display: block;
}
.page_fu_dz_list {
  border: 1px solid #e5e5e5;
}
.dz_left {
  padding-left: 40px;
}
.dz_biaodan {
  background: url(../images/biaodan_bg.png) no-repeat;
  padding: 40px 20px;
  margin: 60px 0px;
  background-size: cover;
}
.biaodan_left {
  position: relative;
  display: block;
}
.biaodan_left img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.biaodan_left p {
  margin: 0px;
  background-color: #fff;
  position: absolute;
  display: block;
  bottom: 0px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #1a34a8;
  text-align: center;
  width: 100%;
}
.biaodan {
  position: relative;
}
.biaodan h4 {
  margin: 0px 0px 20px 0px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: 1px dashed #45529d;
  position: relative;
}
.biaodan h4 span {
  color: #8188b7;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 6px;
}
.biaodan h4:after {
  content: "";
  width: 74px;
  height: 2px;
  display: block;
  background-color: #3c55c6;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.dz_four_list {
  border: 1px solid #e5e5e5;
  padding: 20px 10px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.dz_four_list b {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 18px;
  color: #c21a21;
}
.dz_four_list i {
  font-size: 30px;
  background-color: #eee;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  color: #263c9f;
  margin-bottom: 20px;
}
.dz_four_list h5 {
  margin: 0px 0px 6px 0px;
  font-weight: bold;
  color: #263c9f;
  font-size: 16px;
}
.dz_four_list span {
  font-size: 12px;
  color: #d6d6d6;
  margin-bottom: 10px;
  display: block;
}
.dz_four_list p {
  color: #959595;
  margin: 0px;
  line-height: 24px;
}
.dz_four_tittle {
  text-align: center;
  margin-bottom: 40px;
}
.dz_four_tittle h3 {
  margin: 0px 0px 10px 0px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4px;
}
.dz_four_tittle b {
  font-size: 16px;
  color: #e0e0e0;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0px;
  text-align: center;
  display: block;
}
.dz_four_tittle span {
  width: 400px;
  height: 1px;
  background-color: #eeeeee;
  display: inline-block;
  text-align: center;
  position: relative;
}
.dz_four_tittle span:after {
  content: "";
  width: 40px;
  height: 4px;
  display: block;
  background-color: #3c55c6;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -30px;
}
.dz_four_tittle p {
  line-height: 26px;
  color: #8f8f8f;
  margin: 10px auto;
  width: 70%;
}
.pz_toppic {
  margin: 30px auto 50px auto;
  display: block;
}
.pz_pic_list {
  margin-bottom: 30px;
}
.pz_pic_list img {
}
.pz_ourteam {
  background: url(../images/pz_td_bg.png) no-repeat;
  padding: 50px 20px 0px 20px;
  margin: 0px;
  background-size: cover;
}
.pz_ourteam_left {
}
.pz_ourteam_left img {
  margin-top: -30px;
}
.pz_ourteam_tittle {
  text-align: center;
  margin-bottom: 40px;
}
.pz_ourteam_tittle h3 {
  margin: 0px 0px 10px 0px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4px;
}
.pz_ourteam_tittle p {
  font-size: 16px;
  color: #697192;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0px;
}
.pz_team_blue {
  background-color: #2f51b4;
  margin: 0px 10px 0px 10px;
}
.pz_ourteam_right {
  margin-top: 50px;
  margin-bottom: 20px;
}
.pz_ourteam_right h4 {
  font-size: 20px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  background: url(../images/team.png) no-repeat top right;
  height: 30px;
  font-weight: bold;
}
.pz_ourteam_right h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 4px;
  background-color: #983035;
  top: 40px;
  left: 0px;
}
.pz_ourteam_right p {
  line-height: 30px;
  color: #fff;
  margin: 0px;
}
.pz_gongyi {
  background-color: #fff;
  padding: 60px 30px 30px 30px;
}
.pz_gongyi_pic {
}
.pz_gongyi_pic img {
  margin: 0 auto;
  display: block;
}
.pz_gongyi_b {
  background-color: #fff;
  padding: 60px 30px 30px 30px;
  margin-bottom: 30px;
}

/*zjzs*/
.zjzs {
  width: 100%;
  position: relative;
}
.zjzs a {
  width: 100%;
  display: block;
  height: 100%;
}
.zjzs .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
}
.zjzs .owl-nav .owl-prev:hover {
  background: #c21a21;
}
.zjzs .owl-nav .owl-next:hover {
  background: #c21a21;
}
.zjzs .owl-nav .owl-prev:after {
  content: "\f104";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
.zjzs .owl-nav .owl-next:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
.zjzs .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #1a34a8;
  border-radius: 50%;
}
.zjzs .owl-nav .owl-next {
  position: absolute;
  right: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #1a34a8;
  border-radius: 50%;
}
.zjzs .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.zjzs .owl-dots .owl-dot {
  display: inline-block;
  margin: 0px 4px;
}
.zjzs .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  display: block;
  background: #ffffff;
  border-radius: 50%;
}
.zjzs .owl-dots .active span {
  background: #1a34a8;
  width: 20px;
  border-radius: 8px;
}
.zjzs .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.pz_zjzs_pic {
}
.pz_zjzs_pic img {
}
.pz_down_pic {
  padding: 60px 30px 30px 30px;
  background-color: #fff;
  margin-bottom: 60px;
}
.pz_down_list {
  margin-bottom: 15px;
}
.pz_down_list img {
  height: 100%;
  width: 100%;
}
 {
}
.page_zp_right_box {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 60px;
}
.zp_list_border {
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.zp_list_pic {
}
.zp_list_pic img {
  display: block;
  margin: 0 auto;
}
.zp_lsit_right {
  padding: 30px;
}
.zp_lsit_right i {
  font-size: 34px;
  color: #d4d4d4;
}
.zp_lsit_right h3 {
  margin: 10px 0px;
}
.zp_lsit_right p {
  color: #aaaaaa;
  margin: 0px 0px 20px 0px;
  font-size: 12px;
  font-weight: bold;
}
.zp_lsit_right a {
  display: inline-block;
  padding: 4px 30px;
  background-color: #263c9f;
  color: #fff;
}
.zp_list_nub {
  border-left: 1px solid #e5e5e5;
  text-align: center;
  min-height: 204px;
  padding-top: 40px;
}
.zp_list_nub h3 {
  margin: 0px 0px 20px 0px;
  color: #aaaaaa;
}
.zp_list_nub img {
}
.down_list {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.down_list_pic {
}
.down_list_pic img {
  display: block;
  margin: 0px auto;
}
.down_right {
  padding-top: 40px;
  position: relative;
}
.down_right h4 {
  margin: 0px;
  padding-right: 50px;
  float: left;
  line-height: 26px;
}
.down_right a {
  position: absolute;
  right: 0px;
}
.down_right a i {
  color: #1a34a8;
  font-size: 26px;
}
.down_more {
  background-color: #1a34a8;
  color: #fff;
  width: 220px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  margin: 50px auto 20px;
}
.page_hz_right_box {
}
.cat_al_right_list {
  margin-bottom: 30px;
}
.cat_al_right_list a {
}
.cat_al_right_list a img {
}
.cat_al_right_list a .al_h2_box {
  background: #fff;
  padding: 12px 20px;
}
.cat_al_right_list a .al_h2_box h2 {
  font-size: 15px;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
}
.cat_al_right_list a .al_h2_box p {
  height: 50px;
  overflow: hidden;
  margin-bottom: 0px;
  color: #ababab;
  font-size: 13px;
  line-height: 24px;
}
.news_cat_box {
  background: #fff;
  padding: 50px 30px 0px 30px;
}
.news_cat_list {
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 40px;
}
.news_cat_list time {
  font-size: 14px;
  float: left;
  width: 110px;
  height: 77px;
  color: #1a34a8;
  font-weight: bold;
  border-right: 1px dashed #d8d8d8;
  display: block;
  margin-right: 30px;
  padding-top: 25px;
}
.news_cat_list_right {
}
.news_cat_list_right h2 {
  margin-top: 0px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.news_cat_list_right h2 a {
}
.news_cat_list_right p {
  color: #999999;
  margin-bottom: 0px;
  height: 48px;
  overflow: hidden;
  line-height: 24px;
  font-weight: 300;
}
.news_cat_list:last-child {
  border-bottom: none;
}
.srarch_list {
}
.srarch_a {
  width: 180px;
  display: block;
  margin-right: 30px;
  float: left;
  border-right: 1px dashed #d8d8d8;
  padding-right: 30px;
}
.srarch_a_fl {
}
.srarch_a_fl a {
  background: #1a34a8;
  color: #fff;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 8px;
}
.srarch_right {
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 40px;
}
.srarch_right h2 {
  margin-top: 0px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.srarch_right h2 a {
}
.srarch_right .srarch_p {
  color: #999999;
  margin-bottom: 0px;
  height: 48px;
  overflow: hidden;
  line-height: 24px;
}
.wznrys {
  color: #666666;
}
.wznrys .post-image {
  padding-bottom: 20px;
}
.wznrys p {
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.wznrys h1,
.wznrys h2,
.wznrys h3,
.wznrys h4,
.wznrys h5,
.wznrys h6 {
  margin-bottom: 20px;
  margin-top: 0px;
  line-height: 30px;
  font-weight: bold;
}
.wznrys h1 {
  font-size: 20px;
}
.wznrys h2 {
  font-size: 18px;
}
.wznrys h3 {
  font-size: 16px;
}
.wznrys h4 {
  font-size: 16px;
}
.wznrys h5 {
  font-size: 16px;
}
.wznrys h6 {
  font-size: 14px;
}
.wznrys ol,
.wznrys ul {
  margin-bottom: 20px;
  list-style: disc;
  margin-left: 16px;
}
.wznrys ol li,
.wznrys ul li {
  margin-left: 10px;
  margin-bottom: 10px;
}
.wznrys table {
  width: 100%;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  line-height: 40px;
  border-collapse: collapse;
  margin: 30px 0;
}
.wznrys table tr:nth-child(odd) {
  background: #e6e6e6;
}
.wznrys table tr td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 60px;
  text-align: center;
}
.wznrys table strong {
  border-bottom: none;
}
.wznrys table div {
  padding-bottom: 0px;
}
.wznrys p img {
  max-width: 100%;
  height: auto;
}
.wznrys blockquote {
  background: #f9f9f9;
  padding: 40px 20px 10px 30px;
  margin: 20px 0px 20px 0px;
  font-size: 16px;
  position: relative;
}
.wznrys blockquote:before {
  content: "\f10d";
  font-family: "FontAwesome";
  position: absolute;
  top: 10px;
  left: 20px;
  color: #ababab;
}
.wznrys blockquote:after {
  content: "\f10e";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #ababab;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
.wznrys p a {
  border-bottom: 1px solid #3ca5f6;
  color: #3ca5f6;
  margin: 0 8px;
}
.wznrys strong {
  font-weight: bold;
}
.wznrys hr {
  border-top: 1px dashed #d8d8d8;
}
.ds_news_single {
  margin-bottom: 40px;
}
.ds_news_single_h1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.ds_news_single_info {
  text-align: center;
  border-bottom: 1px dashed #d8d8d8;
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #adadad;
  padding-top: 10px;
}
.ds_news_single_time {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  margin-right: 20px;
}
.ds_news_single_share {
  display: inline-block;
  height: 28px;
  overflow: hidden;
}
.ds_news_single_info .bdsharebuttonbox {
  display: inline-block;
  height: 28px;
  line-height: 28px;
}
.ds_news_single_info .bdsharebuttonbox b {
  float: left;
  margin-right: 8px;
  font-weight: inherit;
}
.sxw {
  border-top: 1px dashed #d8d8d8;
  margin-top: 20px;
  padding-top: 30px;
}
.sxw li {
  margin-bottom: 15px;
  color: #666666;
}
.sxw li a {
  color: #666666;
}
.ds_join_box {
  padding-bottom: 20px;
}
.ds_join_box_head {
  background: #1a34a8;
  padding: 14px 20px 14px 40px;
  color: #fff;
  margin-bottom: 8px;
}
.ds_join_box_head b {
  font-size: 16px;
}
.ds_join_box_cont {
  background: #fff;
  margin-bottom: 6px;
  border-radius: 0px;
  border: none;
}
.ds_join_box_cont a {
  display: block;
}
.ds_join_box_head_n {
  padding: 14px 20px 14px 40px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ds_join_box_head_n b {
  font-weight: inherit;
}
.ds_join_box_head_ms {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 40px;
}
.ds_join_box_head_ms p {
}
.ds_contact {
  padding: 30px 0px;
  background: url(../images/map.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#mapall {
  height: 350px;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}
.anchorBL {
  display: none;
}
.ds_licheng {
}
.ds_licheng_head {
  height: 60px;
  width: 4px;
  background-image: url(../images/lc_1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0 auto;
}
.ds_licheng_foot {
  background-image: url(../images/lc_2.png);
  background-repeat: repeat-y;
  background-position: center top;
  height: 90px;
  width: 176px;
  margin: 0 auto 40px auto;
}
.ds_pingjia {
  padding: 30px 0px 10px 0px;
}
.ds_pingjia_list {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.ds_pingjia_head {
  position: relative;
}
.ds_pingjia_head .pj_tx {
  float: left;
  margin-right: 16px;
  width: 54px;
}
.ds_pingjia_head .pj_name {
  border-bottom: 1px dashed #e6e6e6;
  margin-left: 70px;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.ds_pingjia_head .pj_name b {
  display: block;
  margin-bottom: 5px;
}
.ds_pingjia_head .pj_name img {
}
.ds_pingjia_head time {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #b5b5b5;
  font-size: 12px;
}
.ds_pingjia_cont {
  margin-left: 70px;
}
.ds_pingjia_cont p {
}
.ds_about {
  padding: 20px 0px;
}
.ds_about_h2 {
  margin-top: 0px;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #efefef;
  padding-bottom: 25px;
  margin-bottom: 50px;
}
.ds_about_bg {
  margin-bottom: 50px;
}
.ds_about_ms {
}
.ds_about_ms p {
  margin-bottom: 20px;
  line-height: 26px;
}
.ds_about_ms h1,
.ds_about_ms h2,
.ds_about_ms h3,
.ds_about_ms h4,
.ds_about_ms h5,
.ds_about_ms h6 {
  margin-top: 0px;
}
.about_wenhua {
  border: 1px solid #eaeaea;
  padding: 30px 20px 10px 20px;
  text-align: center;
  margin-bottom: 30px;
}
.about_wenhua i {
  font-size: 50px;
}
.about_wenhua hr {
}
.about_wenhua h3 {
  margin-bottom: 15px;
  color: #1a34a8;
  font-weight: bold;
  font-size: 20px;
}
.about_wenhua p {
  color: #989898;
  height: 40px;
  overflow: hidden;
}
.about_wenhua_box {
  margin-bottom: 30px;
}
.wenhua_list_no:first-child .about_wenhua p {
  padding-top: 9px;
}
.about_ry {
}
.about_ry p {
}
.ds_dingzhi_top {
  background: #fff;
  padding: 30px 30px 10px 30px;
  margin-bottom: 40px;
}
.lx_txt_ms {
}
.lx_txt_ms p {
}

/*banbox*/
.anli_box_d {
}
.anli_box {
  width: 100%;
  position: relative;
}
.anli_box .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -27.5px;
}
.anli_box .owl-nav .owl-prev:hover {
  background: #2361ad;
}
.anli_box .owl-nav .owl-next:hover {
  background: #2361ad;
}
.anli_box .owl-nav .owl-prev:after {
  content: "\f104";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 36px;
  color: #fff;
}
.anli_box .owl-nav .owl-next:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 36px;
  color: #fff;
}
.anli_box .owl-nav .owl-prev {
  position: absolute;
  left: -100px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 51px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.anli_box .owl-nav .owl-next {
  position: absolute;
  right: -100px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 51px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.anli_box .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.anli_box .owl-dots .owl-dot {
  display: inline-block;
  margin: 0px 4px;
}
.anli_box .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  display: block;
  background: #ffffff;
  border-radius: 50%;
}
.anli_box .owl-dots .active span {
  background: #2361ad;
  width: 20px;
  border-radius: 8px;
}
.anli_box .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.tanchu_tanchu {
  width: 580px;
  margin: 180px auto 0px auto;
  background: #fff;
  position: relative;
}
.tanchu_close {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: -24px;
  right: -50px;
  font-size: 20px;
  cursor: pointer;
}
.tanchu_close:hover {
  background: #1a34a8;
  color: #fff;
}
.anli_tanchu_box {
}
.anli_tanchu_box h2 {
  margin: 0px;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
}
.anli_tanchu_box p {
  margin: 0px;
  padding: 0px 20px 20px 20px;
  line-height: 26px;
}
.tanchu_tanchu_single {
  width: 100%;
  margin: 40px auto;
  background: #fff;
  position: relative;
}
.tag_name {
  color: #666;
}
.tag_name a {
  background: #1a34a8;
  color: #fff;
  padding: 2px 8px;
  display: inline-block;
  margin-left: 10px;
}
.pinned .sidebar__inner {
  padding: 0 0 1px 0;
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
.cp_tags {
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 999;
}
.cp_tags a {
  background-color: #a1292b;
  color: #fff;
  padding: 3px 5px;
  font-size: 12px;
}
.clkfbox {
  position: fixed;
  right: 5px;
  top: 55%;
  width: 50px;
}
.clkfbox li {
  position: relative;
}
.clkfbox .cldan {
  display: block;
  text-align: center;
  padding: 15px;
  margin-bottom: 5px;
  background: #263c9f;
}
.clkfbox .cldan i {
  font-size: 18px;
  color: #fff;
}
.clkfbox .cldan:hover {
  background: #a1292b;
}
.clkfbox .cldan:hover i {
  color: #fff;
}
.cndns-right-box {
  display: none;
  position: absolute;
  right: 64px;
  top: 0px;
}
.clkfbox li:hover .cndns-right-box {
  display: block;
}
.w470 {
  width: 470px;
}
.w280 {
  width: 280px;
}
.w200 {
  width: 200px;
}
.box-border {
  border: 1px solid #ccc;
  border-top: 4px solid #a1292b;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  position: relative;
}
.box-border .sev-t {
}
.box-border .sev-t i {
  font-size: 42px;
  float: left;
  display: block;
  line-height: 56px;
  margin-right: 20px;
  color: #d3d3d3;
}
.box-border .sev-t p {
  float: left;
  color: #a1292b;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0px;
}
.box-border .sev-t p b {
  display: block;
  font-size: 13px;
  color: #aaa;
  font-weight: 300;
}
.box-border .sev-t h6 {
  font-size: 14px;
  text-align: center;
  color: #a1292b;
}
.box-border .sev-b {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e4e4e4;
}
.box-border .sev-b h4 {
  color: #666;
  font-size: 14px;
  font-weight: normal;
}
.box-border #zixunUl {
}
.box-border #zixunUl .zxkflist {
  float: left;
  width: 33.33333%;
}
.box-border #zixunUl .zxkflist a {
  display: inline-block;
  color: #999;
  font-size: 13px;
  line-height: 36px;
}
.box-border #zixunUl .zxkflist a i {
  margin-right: 8px;
  color: #f04242;
}
.cndns-right-box .box-border .arrow-right {
  display: block;
  width: 13px;
  height: 50px;
  background: url(../images/arrow.png) no-repeat 0px 15px;
  position: absolute;
  right: -13px;
  top: -5px;
}
#back-to-top {
  display: none;
}
.links {
  color: #fff;
}
.links b {
}
.links b i {
  margin-right: 8px;
}
.links a {
  color: #aaaaaa;
  margin-right: 10px;
  font-size: 12px;
}
.cat_al_a {
  display: block;
  position: relative;
  overflow: hidden;
}
.cat_al_a .al_h2_box {
  position: absolute;
  bottom: 0px;
  height: 46px;
  transition: all 0.6s;
}
.cat_al_a:hover .al_h2_box {
  height: 100px;
}
.cat_al_a:hover {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .index_about_pic {
    height: 100%;
  }
  .head_nub_right p {
    font-size: 18px;
  }
  .zp_lsit_right {
    padding: 10px;
  }
  .zp_list_nub {
    min-height: 160px;
  }
  .zp_list_nub h3 {
    font-size: 20px;
  }
  .zp_lsit_right h3 {
    font-size: 20px;
  }
  .down_right {
    padding-top: 0px;
  }
  .down_right a {
    top: 2px;
  }
}
@media (max-width: 992px) {
  .bxs992 {
    display: none;
  }
  .anli_two_list a h3 {
    font-size: 16px;
   height: 50px;
   padding: 0!important;
   line-height: 50px;
    position: relative;
    z-index:9999 ;
  }
  .index_pj_left {
    text-align: center;
    margin-bottom: 20px;
  }
  .index_pj_content {
    text-align: center;
  }
  .pjbox {
    padding-bottom: 30px;
  }
  .pjbox .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
  }
  .index_pj_left {
    border-right: none;
  }
  .index_cp_url a {
    font-size: 12px;
    padding: 4px 8px;
  }
  .cp_top_bg {
    height: 200px;
  }
  #sidebar-main-trigger {
    font-size: 34px;
  }
  .dz_four_tittle p {
    width: 85%;
  }
  .index_pj_content p {
    height: auto;
  }
}
@media (max-width: 768px) {
  .foot {
    background-attachment: inherit;
  }
  .sjbxs {
    display: none;
  }
  .index_pj_left b i {
    display: none;
  }
  .head {
    padding: 25px 0px;
  }
  .logo a:before {
    height: 26px;
    right: 12px;
    top: 3px;
  }
  .clkfbox {
    display: none;
  }
  .cp_tags {
    top: 15px;
    right: 15px;
  }
  .logo a img {
    height: 30px;
    margin-right: 12px;
    padding-right: 12px;
  }
  .index_news_list ul li {
    width: 100%;
    float: left;
    margin-right: 0%;
  }
  .index_news_list ul li:nth-child(even) {
    width: 100%;
    margin-right: 0%;
    border-top: none;
  }
  .anli_two_list a h3 {
    font-size: 14px;
    padding: 10px 20px;
  }
  .index_about_pic {
    height: auto;
  }
  .zbj0 {
    padding-right: 0px;
  }
  .index_about_content {
    padding: 40px 15px;
  }
  .index_cp_list_a {
    margin: 10px;
  }
  .index_cp_list_box h3 {
    font-size: 12px;
    padding: 15px 0px;
  }
  .index_cp_tytittle a {
    font-size: 14px;
    padding: 10px 0px;
  }
  .banquan {
    text-align: center;
  }
  .headtop_right {
    text-align: right;
  }
  .headtop_right a {
    margin-left: 5px;
  }
  .sid_left {
    display: none;
  }
  .cp_top_bg {
    height: 160px;
  }
  .mbx {
    display: none;
  }
  .cp_mbx_bar {
    border-bottom: none;
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .post_gy_tittle {
    margin-top: 20px;
  }
  .post_cp_right_box {
    margin: -30px -15px 0px -15px;
    padding: 30px 25px 10px 25px;
    overflow: hidden;
  }
  .gy_left {
    text-align: center;
    padding-bottom: 0px;
  }
  .gy_left a {
    font-size: 14px;
    width: 50%;
    float: left;
    padding: 12px;
  }
  .post_cp_gy_tittlepic {
    display: none;
  }
  .ys_left {
    display: table-header-group;
  }
  .ys_right {
    display: table-footer-group;
  }
  .post_gy_pic_right strong {
    margin: 20px 0px;
    font-size: 12px;
  }
  .cp_top_bg h2 {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 25px;
    color: #fff;
    font-weight: bold;
  }
  .dz_four_tittle span {
    width: 200px;
  }
  .tab_name li a {
    padding: 10px 15px;
    font-size: 12px;
  }
  .index_news_content {
    padding: 15px 0px 20px 0px;
  }
  .banquan_right {
    text-align: center;
    padding-top: 8px;
  }
  .news_cat_list time {
    width: 100%;
    border-right: none;
    height: 38px;
    padding-top: 0px;
    margin-right: 0px;
  }
  .news_cat_list_right p {
    height: auto;
    font-size: 12px;
  }
  .news_cat_list_right h2 {
    line-height: 26px;
  }
  .ds_join_box_head {
    padding: 14px 0px 14px 20px;
  }
  .ds_join_box_head b {
    font-size: 14px;
  }
  .ds_join_box_head_n {
    font-size: 14px;
    padding: 14px 0px 14px 20px;
  }
  .ds_join_box_head_ms {
    padding-left: 20px;
    font-size: 14px;
    padding-right: 18px;
  }
  .ds_licheng_head,
  .ds_licheng_foot {
    display: none;
  }
  .ds_pingjia_cont {
    margin-left: 0px;
  }
  .cp_top_name {
    display: none;
  }
  .logo_right p {
    display: none;
  }
  .logo_right h1 {
    padding-top: 6px;
    font-size: 26px;
    margin-bottom: 0px;
  }
  #sidebar-main-trigger {
    font-size: 18px;
  }
  .index_four_show {
    margin: 20px 0px;
  }
  .index_cp_box {
    padding: 40px 0px;
  }
  .index_anli {
    padding: 40px 0px;
  }
  .index_hezuo {
    padding: 40px 0px;
  }
  .index_xuanchuan {
    padding: 40px 0px 20px 0px;
  }
  .index_about {
    padding: 40px 0px;
  }
  .index_gy_about {
    margin-bottom: 0px;
  }
  .index_news {
    padding: 40px 0px 0px 0px;
  }
  .dz_left {
    padding-left: 20px;
    padding-bottom: 30px;
  }
  .dz_four_list span {
    height: 17px;
    overflow: hidden;
  }
  .dz_four_list p {
    font-size: 12px;
  }
  .biaodan_left {
    margin-bottom: 30px;
  }
  .page_fw_right_box {
    padding: 30px 20px 0px 20px;
  }
  .pz_pic_list {
    margin-bottom: 16px;
  }
  .pz_ourteam_right {
    margin-top: 20px;
  }
  .dz_four_tittle p {
    width: 100%;
  }
  .zp_lsit_right {
    padding: 10px 10px 10px 20px;
  }
  .zp_list_border {
    margin-bottom: 30px;
  }
  .down_right h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .srarch_a {
    width: 80px;
    margin-right: 20px;
    border-right: none;
    padding-right: 0px;
  }
  .srarch_right h2 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .srarch_a_fl a {
    padding: 1px 8px;
    display: inline-block;
    font-size: 12px;
  }
  .srarch_right .srarch_p {
    display: none;
  }
  .srarch_right {
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
  }
  .posts-nav .page-numbers {
    padding: 4px 12px;
  }
  .news_cat_box {
    padding: 20px;
  }
  .dz_biaodan {
    margin: 30px -35px 30px -35px;
    padding: 35px;
    overflow: hidden;
  }
  .page_fu_dz_list {
    margin-bottom: 20px;
  }
  .post_cp_canshu {
    margin-right: -25px;
    margin-left: -25px;
    padding: 35px 20px 0px 20px;
    margin-top: 30px;
    border-top: 30px solid #f1f1f1;
    margin-bottom: 0px;
  }
  .yyys {
    display: none;
  }
  #sidebar-main-trigger i {
    padding: 5px 8px;
  }
  .index_four_list {
    padding: 20px 0px;
    margin-bottom: 0px;
  }
  .index_four_list p {
    font-size: 24px;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    line-height: 60px;
  }
  .index_four_list ul li {
    font-size: 12px;
  }
  .index_ry_right {
    display: table-footer-group;
  }
  .index_ry_left {
    display: table-header-group;
  }
  .index_gy_rongyu {
    margin-top: 30px;
  }
  .index_ty_tittle h3 {
    font-size: 26px;
  }
  .tanchu_tanchu {
    width: 88%;
    margin-top: 100px;
  }
  .cat_al_right_list a .al_h2_box h2 {
    font-size: 14px;
  }
  .tanchu_close {
    top: -20px;
    right: -20px;
    z-index: 999;
  }
  .index_pj_content p {
    font-size: 14px;
  }
  .index_xc_list img {
    display: none;
  }
  .index_xc_top i {
    font-size: 40px;
  }
  .index_xc_top {
    padding: 30px 0px 30px 30px;
  }
  .index_xc_top i:before {
    top: 40px;
  }
  .foot {
    background: #232325;
    padding: 20px 0px 80px 0px;
  }
  .footbar_3 {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #fff;
    box-shadow: 1px -2px 10px rgba(113, 113, 113, 0.3);
    z-index: 999;
  }
  .footbar_3_list {
    border-right: 1px solid #e8e8e8;
  }
  .footbar_3_list:nth-child(3) {
    border-right: none;
  }
  .footbar_3 a {
    text-align: center;
    display: block;
    padding: 10px 0px;
  }
  .footbar_3 a i {
    font-size: 20px;
    color: #1a34a8;
  }
  .footbar_3 a p {
    margin-bottom: 0px;
    font-weight: bold;
  }
  #mapall {
    height: 200px;
  }
  .ds_dingzhi_top,
  .pz_ourteam,
  .pz_gongyi,
  .pz_gongyi_b {
    margin: -30px -15px 30px -15px;
    padding: 30px 25px 30px 25px;
    overflow: hidden;
  }
  .index_news,
  .index_hezuo {
    background-attachment: inherit;
  }
  .post_cp_xiangguan {
    z-index: 999;
    margin-top: -40px;
    background: #f2f2f2;
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 20px 20px 20px;
    margin-bottom: 0px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .quiry_info {
    margin: 0 auto;
    width: 94%;
    padding: 0 3%;
  }
  .quiry_info input,
  .quiry_info textarea {
    font-size: 14px;
  }
  .quiry_info button {
    font-size: 14px;
    width: 48%;
    margin-bottom: 15px;
  }
  .thumbs-container {
    display: none !important;
  }
}
