a,
b,
body,
dd,
del,
div,
dl,
dt,
em,
form,
header,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var,
input {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transprent;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
img,
button,
input,
textarea {
  border: none;
  margin: 0;
  outline: none;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
img,
a {
  -webkit-touch-callout: none;
  transition: transform 2s;
}
li:hover img {
  opacity: 0.9;
  transform: scale(1.06);
}
em,
i,
u {
  font-style: normal;
  text-decoration: none;
}
s {
  text-decoration: none;
}
button {
  cursor: pointer;
}
h2 {
  font-size: 22px;
}
.en-x {
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.en-s {
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
button,
input {
  font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
}
body {
  -webkit-font-smoothing: antialiased;
  font: 14px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Verdana, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #000;
  /* color: #393939;*/
  /*background-color: #E8E9EB;*/
  /* height: 200000px; */
}
li {
  list-style: none;
  display: list-item;
  text-align: -webkit-match-parent;
  box-sizing: border-box;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
/* a:hover {
    color: #f00;
} */
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide,
.none {
  display: none;
}
.text-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-cut2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-cut3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px;
}
.mr-5 {
  margin-right: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.no-mr {
  margin-right: 0 !important;
}
.red {
  color: red;
}
.w {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .w {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .w {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .w {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.bgc {
  background-color: #0c2968;
}
.images {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  height: 0;
  padding-top: 68%;
}
.images img {
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
  top: 0;
  position: absolute;
}
div#wximg {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 210px;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  div#wximg {
    display: none;
  }
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header {
  color: #fff;
}
.header a {
  color: #fff;
}
.header .head_top {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #355485;
}
.header .head_main {
  height: 120px;
  padding-top: 30px;
  text-align: center;
}
.header .head_main .m_menu {
  display: none;
}
.header .head_main .hdt1 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 15px;
}
.header .head_main .hdt2 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 16px;
}
.header .head_main .head_tell i {
  width: 58px;
  height: 58px;
  background: url(../images/head_tell.png) center no-repeat;
  animation: headtell 1s infinite;
  -moz-animation: headtell 1s infinite;
  -webkit-animation: headtell 1s infinite;
  -o-animation: headtell 1s infinite;
}
@keyframes headtell {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1.1);
  }
}
.header .head_main .head_tell .fr {
  margin-left: 12px;
}
.header .head_main .head_tell .fr p:nth-child(1) {
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 14px;
}
.header .head_main .head_tell .fr p:nth-child(2) {
  font-family: Impact;
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .header .head_main .headtitle h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
  }
  .header .head_top {
    display: none;
  }
  .header .head_main {
    padding-top: 20px;
    height: 80px;
  }
  .header .head_main .m_menu {
    width: 10%;
    display: block;
    float: left;
  }
  .header .head_main .m_menu i {
    font-size: 25px;
    vertical-align: top;
  }
  .header .head_main .m_menu span {
    display: none;
    font-size: 25px;
    vertical-align: top;
  }
  .header .head_main .m_menu2 i {
    display: none;
  }
  .header .head_main .m_menu2 span {
    display: block;
  }
  .header .head_main .fl {
    width: 38%;
  }
  .header .head_main .fl img {
    width: 100%;
    height: auto;
  }
  .header .head_main .head_tell {
    width: 52%;
  }
  .header .head_main .head_tell i {
    float: right;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
  }
  .header .head_main .head_tell .fr {
    margin-left: 5px;
  }
  .header .head_main .head_tell .fr p:nth-child(1) {
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 6px;
  }
  .header .head_main .head_tell .fr p:nth-child(2) {
    font-family: Impact;
    font-size: 16px;
    line-height: 16px;
  }
  .header .head_main .headtitle {
    display: none;
  }
}
.nav {
  height: 75px;
}
.nav ul {
  height: 75px;
  padding-top: 16px;
  position: relative;
}
.nav ul li {
  float: left;
  width: 11%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  margin-right: 1%;
  transition: all 0.3s linear;
}
.nav ul li > a {
  display: block;
}
.nav ul li:hover {
  border-radius: 15px;
  background-color: #0c2968;
}
.nav ul li:hover a {
  color: #fff;
}
.nav ul li:hover .nav_xiala {
  display: block;
}
.nav ul .nav_xiala {
  display: none;
  position: absolute;
  left: 0;
  background-color: #0c2968;
  box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.08);
  border-top: 1px solid #ccc;
  color: #fff;
  z-index: 99;
  text-align: left;
  padding: 15px;
}
.nav ul .nav_xiala a {
  color: #fff;
}
.nav ul .nav_xiala .nav_two {
  padding: 10px 0;
  border-bottom: 1px solid #355485;
}
.nav ul .nav_xiala .nav_two_title {
  width: 130px;
}
.nav ul .nav_xiala .nav_three {
  font-size: 14px;
  line-height: 26px;
  color: #d0d1d2;
}
.nav ul .nav_xiala .nav_three a {
  color: #d0d1d2;
}
.nav ul .nav_xiala .nav_three i {
  margin-right: 10px;
}
.nav ul .nav_xiala .nav_three a {
  margin-right: 10px;
}
.nav ul .active {
  border-radius: 15px;
  background-color: #0c2968;
}
.nav ul .active a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 80px;
  }
  .nav ul {
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nav ul li {
    width: 100%;
    float: none;
    height: 50px;
    border-bottom: 1px solid #ccc;
  }
  .nav ul li a {
    color: #fff;
  }
  .nav ul .active {
    border-radius: 0;
    background-color: unset;
  }
}
.banner .swiper-container {
  width: 100%;
  height: auto;
}
.banner .swiper-slide {
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-slide img {
  width: 100%;
  height: auto;
}
.banner .swiper-pagination-bullet {
  opacity: 1 !important;
  background: #fff !important;
  border: 1px solid #fff;
}
.banner .swiper-pagination-bullet-active {
  background: #e60002 !important;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .banner {
    display: none;
  }
}
.main {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .main {
    margin-top: 20px;
  }
}
.index_title {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  background-color: #0c2968;
  text-align: center;
  border-top: 6px solid #5f5d5e;
  overflow: hidden;
  color: #fff;
}
.index_title a {
  color: #fff;
}
.index_title h4 {
  font-family: Arial;
  font-weight: bold;
  color: #aaabaf;
  margin-top: 55px;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 15px;
}
.index_title h3 {
  font-size: 28px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 10px;
}
.index_title h3 span {
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  height: 8px;
  padding: 0 10px;
}
.index_title h3 span:nth-of-type(1) {
  background: url(../images/prot1.png) center no-repeat;
}
.index_title h3 span:nth-of-type(2) {
  background: url(../images/prot2.png) center no-repeat;
}
.index_title p {
  padding: 15px 80px;
}
@media screen and (max-width: 767px) {
  .index_title {
    padding-bottom: 15px;
  }
  .index_title h4 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .index_title h3 {
    font-size: 22px;
    color: #ffffff;
    line-height: 26px;
    margin-bottom: 8px;
    font-weight: bold;
    margin-top: 8px;
  }
  .index_title h3 span {
    width: 80px;
    height: 8px;
  }
  .index_title p {
    display: none;
  }
}
.index_pro .index_pro_list {
  margin-top: 16px;
}
.index_pro .index_pro_list li {
  float: left;
  width: 24%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-top: 16px;
  box-shadow: 0px 0px 8px 0px rgba(3, 0, 0, 0.1);
  border: solid 8px #ffffff;
}
.index_pro .index_pro_list li a:hover {
  color: blue;
}
.index_pro .index_pro_list li .pro_img {
  position: relative;
  padding-top: 50px;
  padding-bottom: 10px;
}
.index_pro .index_pro_list li .pro_img .pro_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.index_pro .index_pro_list li .pro_img .pro_title a {
  display: block;
  text-align: center;
}
.index_pro .index_pro_list li .pro_sort {
  padding-left: 1em;
}
.index_pro .index_pro_list li .pro_sort i {
  color: #0c2968;
  font-weight: 700;
}
.index_pro .index_pro_list li .pro_sort a {
  margin-right: 5px;
}
.index_pro_guanjian {
  margin-top: 40px;
}
.index_pro_guanjian .index_pro_list li {
  width: 19%;
}
.index_pro_guanjian .index_pro_list li .pro_sort {
  height: 84px;
}
.index_pro_guanjian .index_pro_list li:nth-child(6) {
  display: none;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .index_pro_guanjian .index_pro_list li .pro_sort {
    height: 148px;
  }
}
@media screen and (max-width: 767px) {
  .index_pro .index_pro_list {
    margin-top: 8px;
  }
  .index_pro .index_pro_list li {
    width: 49%;
  }
  .index_pro .index_pro_list li h2 {
    font-size: 18px;
  }
  .index_pro_guanjian {
    margin-top: 20px;
  }
  .index_pro_guanjian .index_pro_list li {
    width: 49%;
  }
  .index_pro_guanjian .index_pro_list li h2 {
    font-size: 18px;
  }
  .index_pro_guanjian .index_pro_list li .pro_sort {
    min-height: 140px;
  }
  .index_pro_guanjian .index_pro_list li:nth-child(5) .pro_sort {
    min-height: 100px;
  }
  .index_pro_guanjian .index_pro_list li:nth-child(6) {
    display: block;
  }
  .index_pro_guanjian .index_pro_list li:nth-child(6) .pro_sort {
    min-height: 100px;
  }
}
.index_pro_falan .index_pro_list li .pro_sort {
  height: 75px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .index_pro_falan .index_pro_list li .pro_sort {
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .index_pro_falan .index_pro_list li .pro_sort {
    height: 75px;
  }
}
.index_shebei #wrapper {
  width: 100%;
  overflow: hidden;
  margin: 10px auto;
  border: 1px solid #0c2968;
  display: flex;
}
.index_shebei .inner {
  display: flex;
}
.index_shebei li {
  width: 285px;
  list-style: none;
  height: 260px;
  text-align: center;
  line-height: 50px;
  margin-right: 15px;
  padding-top: 10px;
}
.index_shebei li img {
  width: 100%;
  height: auto;
}
.index_shebei .index_shebei_title {
  margin-top: 40px;
}
.index_shebei .index_shebei_title .index_title {
  background-color: #fff;
  color: #000;
  border-top: 6px solid #0c2968;
}
.index_shebei .index_shebei_title a {
  color: #555;
}
@media screen and (max-width: 767px) {
  .index_shebei .index_shebei_title {
    margin-top: 20px;
  }
  .index_shebei .index_shebei_title .index_title {
    background-color: #0c2968;
    color: #fff;
    border-top: 6px solid #5f5d5e;
  }
  .index_shebei .index_shebei_title a {
    color: #fff;
  }
  .index_shebei li {
    width: 180px;
    height: 185px;
  }
}
.index_case {
  margin-top: 40px;
  color: #fff;
}
.index_case a {
  color: #fff;
}
.index_case .index_case_left {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.index_case .index_case_left img {
  width: 100%;
  height: auto;
}
.index_case .index_case_left .index_case_wz {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.8s;
  padding: 20% 10%;
}
.index_case .index_case_left .index_case_wz .index_case_bg {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.index_case .index_case_left .index_case_wz .index_case_bg .index_case_title {
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.index_case .index_case_left .index_case_wz .index_case_bg p {
  color: #ccc;
}
.index_case .index_case_left:hover .index_case_wz {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #0c2968;
}
.index_case .index_case_right {
  width: 50%;
}
.index_case .index_case_right ul li {
  width: 50%;
  float: left;
}
.index_case .index_case_right ul li a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.index_case .index_case_right ul li a img {
  width: 100%;
  height: auto;
}
.index_case .index_case_right ul li a .index_case_wz {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
}
.index_case .index_case_right ul li a .index_case_wz .index_case_bg {
  width: 100%;
  height: 100%;
  background-color: #0c2968;
  padding: 20% 10%;
}
.index_case .index_case_right ul li a .index_case_wz .index_case_bg .index_case_title {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.index_case .index_case_right ul li a .index_case_wz .index_case_bg p {
  color: #ccc;
}
.index_case .index_case_right ul li:nth-child(2) .index_case_wz {
  z-index: -1;
}
.index_case .index_case_right ul li:nth-child(3) .index_case_wz {
  z-index: -1;
}
.index_case .index_case_right ul li:hover img {
  opacity: 1;
  transform: rotateY(180deg);
}
.index_case .index_case_right ul li:hover:nth-child(2) .index_case_wz {
  padding: 10px;
  transform: rotateY(360deg);
  z-index: 1;
}
.index_case .index_case_right ul li:hover:nth-child(2) .index_case_wz .index_case_bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.index_case .index_case_right ul li:hover:nth-child(3) .index_case_wz {
  padding: 10px;
  transform: rotateY(360deg);
  z-index: 1;
}
.index_case .index_case_right ul li:hover:nth-child(3) .index_case_wz .index_case_bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.index_case .index_case_right ul li:hover:nth-child(1) img {
  transform: scale(0.9);
}
.index_case .index_case_right ul li:hover:nth-child(1) .index_case_wz {
  transform: rotateY(360deg);
  z-index: -1;
}
.index_case .index_case_right ul li:hover:nth-child(1) .index_case_wz .index_case_bg {
  background-color: #fff;
}
.index_case .index_case_right ul li:hover:nth-child(4) img {
  transform: scale(0.9);
}
.index_case .index_case_right ul li:hover:nth-child(4) .index_case_wz {
  transform: rotateY(360deg);
  z-index: -1;
}
.index_case .index_case_right ul li:hover:nth-child(4) .index_case_wz .index_case_bg {
  background-color: #fff;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .index_case .index_case_left .index_case_wz {
    padding: 10%;
  }
  .index_case .index_case_right ul li a .index_case_wz .index_case_bg {
    padding: 10%;
  }
  .index_case .index_case_right ul li a .index_case_wz .index_case_bg p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .index_case .index_case_left .index_case_wz {
    padding: 10%;
  }
  .index_case .index_case_left .index_case_wz .index_case_bg p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index_case .index_case_right ul li a .index_case_wz .index_case_bg {
    padding: 10%;
  }
  .index_case .index_case_right ul li a .index_case_wz .index_case_bg p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 767px) {
  .index_case .index_case_left {
    width: 100%;
    height: 120px;
    overflow: hidden;
  }
  .index_case .index_case_left .index_case_wz {
    padding-top: 10px;
  }
  .index_case .index_case_left .index_case_wz .index_case_bg {
    padding: 0;
  }
  .index_case .index_case_left .index_case_wz .index_case_bg .index_case_title {
    font-size: 22px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-bottom: none;
  }
  .index_case .index_case_left .index_case_wz .index_case_bg p {
    display: none;
  }
  .index_case .index_case_right {
    margin-top: 10px;
    width: 100%;
  }
  .index_case .index_case_right ul li a .index_case_wz .index_case_bg {
    padding: 10%;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .index_case .index_case_right ul li a .index_case_wz .index_case_bg .index_case_title {
    color: #333;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
  }
  .index_case .index_case_right ul li a .index_case_wz .index_case_bg p {
    color: #333;
  }
  .index_case .index_case_right ul li a .index_case_wz p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index_case .index_case_right ul li:nth-child(2) .index_case_wz {
    z-index: 1;
  }
  .index_case .index_case_right ul li:nth-child(3) .index_case_wz {
    z-index: 1;
  }
}
.index_about {
  margin: 60px auto;
}
.index_about .about_img {
  float: left;
  width: 42%;
  box-shadow: 0px 0px 8px 0px rgba(3, 0, 0, 0.1);
  border: solid 8px #fff;
}
.index_about .about_img img {
  width: 100%;
  height: auto;
}
.index_about .about_content {
  float: right;
  width: 55%;
}
.index_about .about_content h2 {
  color: #0c2968;
  font-weight: bold;
}
.index_about .about_content .about_art p {
  line-height: 26px;
  font-size: 16px;
  color: #717171;
  overflow: hidden;
}
.index_about .about_content .about_art .more {
  display: block;
  margin-top: 20px;
}
.index_about .about_content .about_art .more a {
  background-color: #0c2968;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
.index_about .about_content .about_art .more a:hover {
  background-color: red;
}
@media screen and (max-width: 767px) {
  .index_about {
    margin: 20px auto;
  }
  .index_about .about_img {
    float: none;
    width: 100%;
  }
  .index_about .about_content {
    float: none;
    width: 100%;
  }
}
.index_news .index_news_title {
  margin-bottom: 60px;
}
.index_news .sidebar_title {
  border-bottom: #eee 2px solid;
  margin-bottom: 15px;
}
.index_news .sidebar_title span {
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 18px;
  display: inline-block;
  border-bottom: 2px solid #0c2968;
  margin-bottom: -2px;
  color: #0c2968;
}
.index_news .sidebar_title a {
  float: right;
  display: inline-block;
  color: #355485;
  padding: 5px 15px;
  border: 1px solid #0c2968;
  border-radius: 3px;
}
.index_news .index_news_list .news_img {
  margin-bottom: 20px;
}
.index_news .index_news_list .news_img .new_img_title {
  margin-top: 10px;
  border-bottom: 5px solid #0c2968;
}
.index_news .index_news_list .news_img .new_img_title h4 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #0c2968;
  position: relative;
}
.index_news .index_news_list .news_img .new_img_title h4:after {
  content: " ";
  position: absolute;
  background: #0c2968;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  transition: 0.8s;
  height: 100%;
}
.index_news .index_news_list .news_img .new_img_title h4:hover {
  color: red;
}
.index_news .index_news_list .news_img .new_img_title:hover h4 {
  color: #fff;
}
.index_news .index_news_list .news_img .new_img_title:hover h4:after {
  bottom: 0;
}
.index_news .index_news_list .news_img .new_img_title:hover:before {
  background: #fff;
}
.index_news .index_news_list ul li {
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
  height: 35px;
  line-height: 35px;
  transition: 0.8s;
}
.index_news .index_news_list ul li:before {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #0c2968;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  margin-top: -2px;
  position: absolute;
  top: 50%;
}
.index_news .index_news_list ul li:after {
  content: " ";
  position: absolute;
  background: #0c2968;
  left: -100%;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: 0.8s;
  height: 100%;
}
.index_news .index_news_list ul li:hover h4 {
  color: #fff;
}
.index_news .index_news_list ul li:hover:before {
  background: #fff;
}
.index_news .index_news_list ul li:hover:after {
  left: 0;
}
.index_news .index_news_list ul li a {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  transition: all 0.3s linear;
}
.index_news .index_news_list ul li h4 {
  width: 77%;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_news .index_news_list ul li span {
  position: absolute;
  right: 10px;
  top: 0;
  color: #999;
  font-size: 12px;
}
.index_news .news_ask .news_ask_list {
  height: 720px;
  overflow: hidden;
}
.index_news .news_ask li {
  padding: 20px 0;
  border-bottom: 1px dashed #666;
}
.index_news .news_ask li .news_ask_title {
  font-size: 16px;
  line-height: 40px;
  color: #1543BD;
}
.index_news .news_ask li .news_ask_title:hover {
  color: red;
}
.index_news .news_ask li .news_ask_title span {
  background-color: #1543BD;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
}
.index_news .news_ask li p {
  line-height: 1.7;
  height: 45px;
  overflow: hidden;
}
.index_news .news_ask li p span {
  background-color: #0c2968;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
}
.index_news .news_qiye {
  width: 33%;
  float: left;
  padding-right: 3%;
}
.index_news .news_hangye {
  width: 33%;
  float: left;
  padding-right: 3%;
}
.index_news .news_ask {
  width: 33%;
  float: left;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .index_news .news_ask .news_ask_list {
    height: 680px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .index_news .news_ask .news_ask_list {
    height: 620px;
  }
}
@media screen and (max-width: 767px) {
  .index_news .index_news_title {
    margin-bottom: 20px;
  }
  .index_news .news_qiye {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-top: 20px;
  }
  .index_news .news_hangye {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-top: 20px;
  }
  .index_news .news_ask {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
.links {
  padding-top: 20px;
}
.links .links_title {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 40px;
}
.links .links_title span {
  display: inline-block;
  padding: 7px 29px;
  background: #0c2968;
  font-size: 16px;
  color: #fff;
  transform: translateY(20px);
}
.links .links_list {
  text-align: center;
}
.links .links_list ul {
  display: inline-block;
}
.links .links_list ul li {
  float: left;
}
.links .links_list ul li a {
  margin-right: 10px;
}
.links .links_list ul li a:hover {
  color: #1543BD;
}
@media screen and (max-width: 767px) {
  .links {
    display: none;
  }
}
.footer {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  height: auto;
  background: #0c2968 url(../images/footbg.png) center no-repeat;
  color: #fff;
}
.footer a {
  color: #ccc;
}
.footer .footer_top {
  width: 100%;
  padding: 0 7.4%;
  padding-top: 1rem;
  box-sizing: border-box;
}
.footer .footer_top ul li {
  float: left;
  width: 20%;
  height: 160px;
  margin: 0%;
  border: 1px solid #5c5c5d;
}
.footer .footer_top ul li i {
  display: none;
}
.footer .footer_top ul li b {
  display: block;
  height: 66px;
}
.footer .footer_top ul li b img {
  display: block;
  margin: 26px auto;
}
.footer .footer_top ul li:nth-child(3) img {
  animation: headtell 1s infinite;
  -moz-animation: headtell 1s infinite;
  -webkit-animation: headtell 1s infinite;
  -o-animation: headtell 1s infinite;
}
.footer .footer_top ul li p {
  text-align: center;
  color: #bebebe;
  margin-top: 16px;
}
.footer .footer_top ul li span {
  display: block;
  font-size: 22px;
  color: #bebebe;
  text-align: center;
  margin-top: 14px;
}
.footer .footer_main {
  margin-top: 40px;
}
.footer .footer_main .footer_news {
  float: left;
  width: 23%;
  margin-right: 2%;
}
.footer .footer_main .footer_news dt {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer .footer_main .footer_news dd {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.footer .footer_main .footer_news dd a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #cccccc;
}
.footer .footer-bot {
  text-align: center;
  line-height: 30px;
}
.footer .banquan {
  text-align: center;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .footer .footer_top ul li {
    height: 120px;
  }
  .footer .footer_top ul li b img {
    margin: 15px auto;
  }
  .footer .footer_top ul li p {
    margin-top: 2px;
  }
  .footer .footer_top ul li span {
    margin-top: -6px;
  }
  .footer .footer_main .footer_news dd:nth-child(n + 6) {
    display: none;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .footer .footer_top ul li {
    width: 33%;
  }
  .footer .footer_top ul li:nth-child(1) {
    display: none;
  }
  .footer .footer_top ul li:nth-child(5) {
    display: none;
  }
  .footer .footer_main .footer_news dd:nth-child(n + 6) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer a {
    display: inline-block;
  }
  .footer .footer_top {
    display: none;
  }
  .footer .footer_main {
    display: none;
  }
  .footer .footer-bot {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .footer .footer-bot .footer_bot_img {
    display: none;
  }
}
.mtel {
  display: none;
}
@media screen and (max-width: 767px) {
  .mtel {
    display: block;
    position: fixed;
    width: 100%;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    left: 0;
    font-size: 13px;
    z-index: 9999;
  }
  .mtel ul li {
    float: left;
    text-align: center;
    border-top: #B2B2B2 1px solid;
    position: relative;
    height: 50px;
  }
  .mtel ul li:nth-child(1) {
    width: 25%;
    background-color: #fff;
    border-right: #ddd 1px solid;
  }
  .mtel ul li:nth-child(1) a {
    display: block;
    height: 16px;
    line-height: 16px;
    margin-top: 30px;
  }
  .mtel ul li:nth-child(1):before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: calc(50% - 11px);
    top: 5px;
    background: url(../images/my-chat-2.png) no-repeat;
    background-size: 22px 22px;
  }
  .mtel ul li:nth-child(2) {
    width: 25%;
    background-color: #fff;
    border-right: #ddd 1px solid;
  }
  .mtel ul li:nth-child(2) a {
    display: block;
    height: 16px;
    line-height: 16px;
    margin-top: 30px;
  }
  .mtel ul li:nth-child(2):before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: calc(50% - 11px);
    top: 5px;
    background: url(../images/icon-index-2.png) no-repeat;
    background-size: 22px 22px;
  }
  .mtel ul li:nth-child(3) {
    width: 25%;
    background-color: #fff;
    border-right: #ddd 1px solid;
  }
  .mtel ul li:nth-child(3) a {
    display: block;
    height: 16px;
    line-height: 16px;
    margin-top: 30px;
  }
  .mtel ul li:nth-child(3):before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: calc(50% - 11px);
    top: 5px;
    background: url(../images/icon-message-send2.png) no-repeat;
    background-size: 22px 22px;
  }
  .mtel ul li:nth-child(4) {
    width: 25%;
    background-color: #fff;
    border-right: #ddd 1px solid;
  }
  .mtel ul li:nth-child(4) a {
    display: block;
    height: 16px;
    line-height: 16px;
    margin-top: 30px;
  }
  .mtel ul li:nth-child(4):before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: calc(50% - 11px);
    top: 5px;
    background: url(../images/icon-phone.png) no-repeat;
    background-size: 22px 22px;
  }
}
.nei_banner img {
  width: 100%;
  height: auto;
}
.pos {
  font-size: 1.2;
  line-height: 40px;
  color: #999;
  border-bottom: 1px solid #e6e6e6;
}
.pos a {
  color: #999;
}
.title_h1 {
  text-align: center;
}
.title_h2 {
  padding-bottom: 5px;
  border-bottom: 2px solid #355485;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  padding-left: 10px;
}
.title_h3 {
  padding-bottom: 5px;
  border-bottom: 2px solid #355485;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  padding-left: 20px;
}
.pagelist {
  margin-top: 30px;
  text-align: center;
}
.pagelist ul {
  display: inline-block;
}
.pagelist ul li {
  width: auto;
  float: left;
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
  margin-right: 5px;
  margin-bottom: 0;
}
.pagelist ul li a {
  padding: 0;
  background: none;
}
.pagelist ul li a:hover {
  transform: translateY(0);
}
.pagelist ul li:hover {
  background-color: #0c2968;
  color: #fff;
}
.pagelist ul li:hover a {
  color: #fff;
}
.pagelist ul .thisclass {
  background-color: #0c2968;
  color: #fff;
}
.pagelist ul .thisclass a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pagelist ul li {
    padding: 5px 5px;
  }
}
.pro_top {
  margin-top: 20px;
  border-bottom: 2px solid #355485;
  padding-bottom: 40px;
}
.pro_top .fl {
  width: 30%;
}
.pro_top .fl .tuWenImg {
  margin-top: 30px;
}
.pro_top .fl img {
  border-radius: 20px;
  border: 2px solid #355485;
}
.pro_top .fr {
  width: 65%;
}
.pro_top .fr .wenzi {
  margin-top: 10px;
}
.pro_top .wenzi_box {
  position: relative;
}
.pro_top .wenzi_box .wenzi {
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  background: #fff;
  position: absolute;
  z-index: 3;
  box-sizing: border-box;
}
.pro_top .wenzi_box .wenzi p {
  font-size: 16px;
  line-height: 30px;
}
.pro_top .wenzi_box .wenzi .boxp {
  background: #fff;
  overflow: visible;
  height: auto;
  padding: 20px;
  box-shadow: 0px 8px 16px #dedede;
}
.pro_top .wenzi_box .wenzi .boxp .button {
  float: right;
  color: red;
  font-weight: 700;
  background: #fff;
  padding-right: 20px;
  width: 100%;
  text-align: right;
}
.pro_top .wenzi_box .wenzi .p {
  background: #fff;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0px 8px 16px #dedede;
}
.pro_top .wenzi_box .wenzi .p .button {
  position: absolute;
  right: 20px;
  bottom: 0px;
  left: 20px;
  float: right;
  padding-right: 20px;
  color: red;
  font-weight: 700;
  background: #fff;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .nei_banner {
    display: none;
  }
  .pos {
    margin-top: 80px;
  }
  .pro_top {
    padding-bottom: 20px;
  }
  .pro_top .fl {
    display: none;
  }
  .pro_top .fr {
    width: 100%;
  }
  .pro_top .wenzi_box {
    position: static;
  }
  .pro_top .wenzi_box .title_h2 {
    display: none;
  }
  .pro_top .wenzi_box .wenzi {
    display: none;
  }
}
.pro_fenlei {
  margin-top: 40px;
}
.pro_fenlei h2 {
  text-align: center;
  font-size: 26px;
  line-height: 60px;
  height: 60px;
  color: #0c2968;
}
.pro_fenlei ul li {
  border-radius: 10px;
  overflow: hidden;
  float: left;
  width: 23%;
  margin: 20px 1%;
  box-shadow: 0px 8px 16px #dedede;
}
.pro_fenlei ul li .items_info {
  padding: 10px;
}
.pro_fenlei ul li .items_info a:hover {
  color: #1543BD;
}
.pro_fenlei ul li .items_info .profl_title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #355485;
  margin-bottom: 15px;
}
.pro_fenlei ul li .items_info p {
  font-size: 16px;
  line-height: 30px;
}
.pro_fenlei ul li .items_info p i {
  font-weight: 700;
  color: #0c2968;
}
.pro_fenlei ul li .items_info p:nth-child(2) {
  height: 60px;
}
.pro_fenlei ul li .items_info p a {
  margin-right: 6px;
}
.pro_fenlei ul li .items_info button {
  display: block;
  margin: 20px auto;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #0c2968;
}
.pro_fenlei ul li .items_info button a {
  font-size: 16px;
  color: #fff;
}
.pro_fenlei ul li .items_info button a:hover {
  color: #ccc;
}
.pro_fenlei ul li h5 {
  text-align: center;
  font-size: 16px;
}
.pro_fenlei .falan_biaozhun li p {
  min-height: 60px;
}
.pro_fenlei .fenlei_8 li {
  width: 10%;
}
.pro_fenlei .fenlei_8 h3 {
  font-size: 16px;
  text-align: center;
  height: 32px;
}
.pro_fenlei .fenlei_6 li {
  width: 14.6%;
}
.pro_fenlei .fenlei_6 li .profl_title {
  font-size: 16px;
}
.pro_fenlei .fenlei_6 li .items_info p:nth-child(2) {
  height: 90px;
}
.pro_fenlei .fenlei_3 li {
  width: 31%;
}
.pro_fenlei .fenlei_3 li .profl_title {
  font-size: 16px;
}
.pro_fenlei .fenlei_5 li {
  width: 18%;
}
.pro_fenlei .fenlei_5 li .profl_title {
  font-size: 16px;
}
.pro_fenlei .infopro_list .images {
  padding-top: 60%;
}
.pro_fenlei .infopro_list li .pro_title {
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
}
.pro_fenlei .infopro_list li .pro_desc {
  padding: 0 10px 5px;
}
.pro_fenleit10 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .pro_fenlei {
    margin-top: 20px;
  }
  .pro_fenlei .images {
    padding-top: 60%;
  }
  .pro_fenlei h2 {
    text-align: left;
    font-size: 22px;
    line-height: 40px;
    height: 40px;
    color: #0c2968;
  }
  .pro_fenlei h3 {
    text-align: center;
    height: 36px;
  }
  .pro_fenlei ul li {
    width: 48%;
  }
  .pro_fenlei .fenlei_8 li {
    width: 23%;
  }
  .pro_fenlei .fenlei_8 h3 {
    font-size: 14px;
    height: 24px;
  }
  .pro_fenlei .fenlei_6 li {
    width: 31%;
  }
  .pro_fenlei .fenlei_6 li .profl_title {
    font-size: 16px;
  }
  .pro_fenlei .fenlei_6 li .items_info p:nth-child(2) {
    height: 120px;
  }
  .pro_fenlei .fenlei_3 li .items_info p:nth-child(2) {
    height: 120px;
  }
  .pro_fenlei .fenlei_3 li .items_info button {
    padding: 10px 10px;
  }
}
.pro_art {
  margin-top: 40px;
}
.pro_art .tabnav ul {
  padding-bottom: 5px;
  border-bottom: 2px solid #355485;
}
.pro_art .tabnav ul li {
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  border-radius: 10px;
  transition: 0.3s;
  margin-right: 10px;
  border: 1px solid #0c2968;
}
.pro_art .tabnav ul li h2 {
  font-size: 18px;
  font-weight: 400;
}
.pro_art .tabnav ul .current {
  background-color: #0c2968;
  color: #fff;
}
.pro_art .tab ul {
  margin-top: 20px;
}
.pro_art .tab ul li {
  width: 31%;
  margin: 0  1%;
  float: left;
  height: 32px;
  line-height: 32px;
}
.pro_art .tab ul li a {
  display: inline-block;
  width: calc(100% - 120px);
}
.pro_art .tab ul li a:hover {
  color: #1543BD;
}
.pro_art .tab ul li time {
  width: 100px;
  color: #ccc;
  float: right;
}
.pro_art .tab div:nth-child(2) {
  display: none;
}
.pro_art .tab div:nth-child(3) {
  display: none;
}
.pro_art .tab div:nth-child(4) {
  display: none;
}
@media screen and (max-width: 767px) {
  .pro_art {
    margin-top: 20px;
  }
  .pro_art .tabnav ul li {
    width: 90px;
    padding-left: 0;
  }
  .pro_art .tabnav ul li h2 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  .pro_art .tab ul li {
    width: 100%;
  }
  .pro_art .tab ul li:nth-child(n+8) {
    display: none;
  }
}
.pro_tj {
  margin-top: 20px;
}
.pro_fenlei_guanjian .pro_sort {
  height: 80px;
}
.pro_fenlei_guanjian .guanjian_other .pro_sort {
  height: 108px;
  margin-bottom: 15px;
}
.pro_fenlei_guanjian ul li .items_info p:nth-child(2) {
  height: auto;
}
.column3 ul li {
  width: 31%;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .pro_fenlei_guanjian .pro_sort {
    height: 105px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pro_fenlei_guanjian .pro_sort {
    height: 105px;
  }
}
@media screen and (max-width: 767px) {
  .pro_fenlei_guanjian .pro_sort {
    height: 150px;
    overflow: hidden;
  }
  .pro_fenlei_guanjian .images {
    padding-top: 60%;
  }
  .pro_fenlei_guanjian ul li {
    width: 48%;
  }
}
.nei_main {
  margin-bottom: 60px;
}
.nei_main .main_left {
  width: 24%;
}
.nei_main .main_right {
  width: 71%;
}
@media screen and (max-width: 767px) {
  .nei_main {
    margin-bottom: 20px;
    padding: 0 1%;
  }
  .nei_main .main_left {
    width: 100%;
  }
  .nei_main .main_right {
    width: 100%;
  }
}
.main_right {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #355485;
}
.main_right a:hover {
  color: #1543BD;
}
.main_right .proinfo_top {
  padding-bottom: 40px;
}
.main_right .proinfo_top .top_left {
  width: 45%;
}
.main_right .proinfo_top .top_left .proImg {
  border: 1px solid #ccc;
  border-radius: 15px;
  overflow: hidden;
}
.main_right .proinfo_top .top_right {
  width: 50%;
}
.main_right .proinfo_top .top_right .protitle_h1 {
  font-size: 18px;
  line-height: 40px;
}
.main_right .proinfo_top .top_right ul li {
  font-size: 16px;
  height: 35px;
  line-height: 35px;
}
.main_right .proinfo_top .top_right ul li strong {
  color: #0c2968;
}
.main_right .artinfo_top .arttitle_h1 {
  text-align: center;
}
.main_right .artinfo_top .artitle_annex {
  margin-bottom: 10px;
  text-align: center;
  color: #989595;
  line-height: 36px;
}
.main_right .artinfo_top .artitle_annex span {
  margin-right: 10px;
}
.main_right .artinfo_top .artitle_annex a {
  color: #989595;
}
.main_right .info_main {
  border-top: 1px solid #355485;
  padding-top: 40px;
  line-height: 36px;
}
.main_right .info_main a {
  color: #1543BD;
}
.main_right .info_main p {
  margin-bottom: 10px;
}
.main_right .info_main img {
  margin: 20px auto;
  max-width: 90% !important;
  height: auto !important;
  display: block;
  box-shadow: 5px 5px 5px #666, -1px -1px 20px #666;
}
.main_right .info_main h2 {
  border-left: 5px solid #0c2968;
  margin: 20px 0px;
  text-indent: 1em;
}
.main_right .info_main table {
  border-collapse: collapse;
  margin: 20px auto;
}
.main_right .info_main table tr:nth-child(2n+0) {
  background-color: #efeeee;
}
.main_right .info_main table td {
  border: 1px solid #ccc;
  text-indent: 0.5em;
}
.main_right .img_list ul li {
  width: 31%;
}
.main_right .img_list .images {
  padding-top: 70%;
}
.main_right .artinfo_tj {
  margin: 30px 0;
}
.main_right .artinfo_tj .artinfo_tj_title {
  font-size: 16px;
  font-weight: 700;
  color: #0c2968;
  margin-bottom: 10px;
}
.main_right .artinfo_tj .artinfo_tj_list li {
  margin-left: 2em;
}
.main_right .tj_art .artinfo_tj_list li {
  line-height: 32px;
  height: 32px;
  width: 50%;
  float: left;
}
.main_right .artinfo_tag .artinfo_tj_title {
  display: inline;
  font-size: 12px;
  line-height: 1.2;
  padding: 4px 15px;
  font-weight: 700;
  margin-right: 20px;
  color: #fff;
  background: #1543BD;
  border-color: #1543BD;
  text-decoration: none;
}
.main_right .artinfo_tag a {
  margin-right: 10px;
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 4px 15px;
  font-size: 12px;
  line-height: 1.2;
  color: #606266;
  border: 1px solid #efefef;
  border-radius: 3px;
}
.main_right .artinfo_tag a:hover {
  color: #fff;
  background: #1543BD;
  border-color: #1543BD;
  text-decoration: none;
}
.main_right .artinfo_banquan {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: rgba(239, 239, 239, 0.4);
  border-radius: 4px;
}
.main_right .artinfo_banquan p span {
  margin-right: 10px;
}
.main_right .artinfo_banquan p:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.main_right .art_prev_next {
  margin-left: 20px;
  text-align: left;
}
.main_right .art_prev_next p {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  font-size: 16px;
}
.page_right {
  border-top: 1px solid #355485;
  border-bottom: none;
  padding-top: 20px;
}
.page_right p {
  font-size: 18px;
  line-height: 40px;
  text-indent: 2em;
}
@media screen and (max-width: 767px) {
  .main_right {
    margin-top: 20px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .main_right .proinfo_top {
    padding-bottom: 20px;
  }
  .main_right .proinfo_top .top_left {
    width: 100%;
  }
  .main_right .proinfo_top .top_right {
    width: 100%;
    margin-bottom: 10px;
  }
  .main_right .info_main {
    border-top: none;
    padding-top: 10px;
  }
  .main_right .art_prev_next {
    margin-left: 5px;
  }
  .main_right .art_prev_next p {
    width: 100%;
    float: none;
  }
  .main_right .tj_art .artinfo_tj_list li {
    line-height: 32px;
    height: 32px;
    width: 100%;
    float: none;
  }
}
.main_left {
  border: 1px solid #355485;
  margin-top: 40px;
}
.main_left a:hover {
  color: #1543BD;
}
.main_left .left_fl_title {
  color: #fff;
  background-color: #0c2968;
  padding: 40px 0;
}
.main_left .left_fl_title i {
  color: #355485;
  display: block;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.main_left .left_fl_title span {
  display: block;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}
.main_left .left_fl_title2 {
  font-size: 18px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  background-color: #0c2968;
  border-radius: 20px;
  padding: 0 30px;
  overflow: hidden;
}
.main_left .left_fl_title2 a {
  display: block;
  color: #FFF;
}
.main_left .left_fl_title2::before {
  content: ">";
  float: right;
  line-height: 40px;
  color: #fff;
}
.main_left .left_fl_xiala {
  display: none;
  transition: all 0.3s;
}
.main_left .main_left_fenli {
  padding: 30px;
}
.main_left .main_left_fenli .left_fl_list {
  margin: 10px auto;
}
.main_left .main_left_fenli .left_fl_list > li {
  line-height: 35px;
  border-radius: 20px;
  overflow: hidden;
  margin: 5px auto;
}
.main_left .main_left_fenli .left_fl_list > li > a {
  background-color: #ccc;
  padding: 0 30px;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.main_left .main_left_fenli .left_fl_list > li > a::before {
  content: "+";
  float: right;
  line-height: 35px;
}
.main_left .main_left_fenli .left_fl_list > li:hover .left_fl_xiala {
  display: block;
  padding: 10px 30px;
}
.main_left .main_left_fenli .left_fl_list > li:hover .left_fl_xiala a {
  display: block;
}
.main_left .left_box {
  border: #ddd 1px solid;
}
.main_left .left_box .left_title3 {
  height: 50px;
  line-height: 50px;
  background-color: #0c2968;
  color: #fff;
  text-align: left;
  font-size: 18px;
  padding-left: 20px;
  font-weight: 400;
}
.main_left .left_box .left_protjlist li {
  float: left;
  width: 49%;
  overflow: hidden;
}
.main_left .left_box .left_protjlist li:nth-child(2n+0) {
  margin-left: 2%;
}
.main_left .left_box .left_protjlist li p {
  padding: 0 5px;
}
.main_left .left_box .left_protjlist li p a {
  display: block;
  width: 100%;
}
.main_left .left_box .left_imgartlist li {
  margin-bottom: 4px;
}
.main_left .left_box .left_imgartlist li > a {
  float: left;
  width: 30%;
  margin-right: 5%;
  overflow: hidden;
}
.main_left .left_box .left_imgartlist li > p {
  padding-top: 10px;
  float: left;
  width: 65%;
}
.main_left .left_box .left_imgartlist li > p a {
  display: block;
}
.main_left .left_box .left_artlist {
  padding-bottom: 10px;
}
.main_left .left_box .left_artlist li {
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
}
.main_left .left_box .left_artlist li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 3px;
  margin-right: 5px;
  text-align: center;
}
.main_left .left_box .left_artlist li:nth-child(1) span,
.main_left .left_box .left_artlist li:nth-child(2) span,
.main_left .left_box .left_artlist li:nth-child(3) span {
  background-color: red;
  color: #fff;
}
.main_left .left_box .left_artlist li:nth-child(4) span,
.main_left .left_box .left_artlist li:nth-child(5) span,
.main_left .left_box .left_artlist li:nth-child(6) span {
  background-color: #0c2968;
  color: #fff;
}
.main_left .left_box .left_artlist li:nth-child(7) span,
.main_left .left_box .left_artlist li:nth-child(8) span,
.main_left .left_box .left_artlist li:nth-child(9) span {
  border: 1px solid #0c2968;
  color: #0c2968;
}
.main_left .left_box .left_artlist li a {
  display: block;
}
.left_box .liketag {
  display: inline-block;
  /*height:26px;*/
  line-height: 26px;
  /*margin:2px 0;*/
}
.left_box .liketag a {
  font-size: 12px;
  color: #fff;
  padding: 0 8px;
  margin: 5px 1px;
  display: block;
  border-radius: 4px;
  box-shadow: 0 0 5px #f5f5f5;
}
.left_box .liketag:nth-child(1n) a {
  background-color: #66a3d5;
}
.left_box .liketag:nth-child(2n) a {
  background-color: #7cc77c;
}
.left_box .liketag:nth-child(3n) a {
  background-color: #e17472;
}
.left_box .liketag:nth-child(4n) a {
  background-color: #7697ab;
}
.left_box .liketag:nth-child(5n) a {
  background-color: #c35aff;
}
.left_box .liketag:nth-child(6n) a {
  background-color: #32bbbb;
}
.left_box .liketag:nth-child(7n) a {
  background-color: #c38f5a;
}
.left_box .liketag:nth-child(8n) a {
  background-color: #ff8532;
}
.left_box .liketag:nth-child(9n) a {
  background-color: #6e6e6e;
}
.left_box .liketag:nth-child(10n) a {
  background-color: #66a3d5;
}
.left_box .liketag:nth-child(11n) a {
  background-color: #7cc77c;
}
.left_box .liketag:nth-child(12n) a {
  background-color: #e17472;
}
.left_box .liketag:nth-child(13n) a {
  background-color: #7697ab;
}
.left_box .liketag:nth-child(14n) a {
  background-color: #d78fff;
}
.left_box .liketag:nth-child(15n) a {
  background-color: #32bbbb;
}
.left_box .liketag:nth-child(16n) a {
  background-color: #c38f5a;
}
.left_box .liketag:nth-child(17n) a {
  background-color: #ff8532;
}
.left_box .liketag:nth-child(18n) a {
  background-color: #e17472;
}
.left_box .liketag:nth-child(19n) a {
  background-color: #66a3d5;
}
.left_box .liketag:nth-child(20n) a {
  background-color: #7cc77c;
}
.left_box .liketag:nth-child(21n) a {
  background-color: #e17472;
}
.left_box .liketag:nth-child(22n) a {
  background-color: #7697ab;
}
.left_box .liketag:nth-child(23n) a {
  background-color: #c35aff;
}
.left_box .liketag a:hover {
  opacity: 0.6;
}
.left_box li a {
  display: inline-block;
  float: left;
  margin-top: 4px;
  /*padding-left: 30px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
  /*background: url(../images/new-nu.png) no-repeat 10px 0;*/
}
@media screen and (max-width: 767px) {
  .main_left {
    border: none;
  }
  .main_left .left_fl_title {
    color: #0c2968;
    background-color: #fff;
    padding: 0;
  }
  .main_left .left_fl_title i {
    display: none;
  }
  .main_left .left_fl_title span {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #355485;
  }
  .main_left .left_fl_title2 {
    width: auto;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
    padding: 0 20px;
  }
  .main_left .left_fl_title2 a {
    display: inline-block;
  }
  .main_left .left_fl_title2::before {
    content: "";
  }
  .main_left .main_left_fenli {
    padding: 15px 0;
  }
  .main_left .main_left_fenli .left_fl_list > li {
    display: inline-block;
    float: left;
    width: auto;
    border-radius: 10px;
    margin-right: 10px;
  }
  .main_left .main_left_fenli .left_fl_list > li > a {
    display: inline-block;
    padding: 0 10px;
    border-radius: 10px;
  }
  .main_left .main_left_fenli .left_fl_list > li > a::before {
    content: "";
  }
  .left_box .liketag {
    display: none;
  }
}
.tj_box {
  margin-bottom: 60px;
  padding: 0 1%;
}
.sidebar_title {
  border-bottom: #eee 2px solid;
  margin-bottom: 15px;
}
.sidebar_title span {
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 18px;
  display: inline-block;
  border-bottom: 2px solid #007ecb;
  margin-bottom: -2px;
}
.sidebar_title a {
  float: right;
  display: inline-block;
  color: #999;
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.case_list li {
  width: 25%;
  float: left;
  padding-right: 20px;
  transition: all 0.8s;
}
.case_list li a {
  display: block;
  position: relative;
}
.case_list li .images {
  padding-top: 62%;
}
.case_list li a img {
  width: 100%;
}
.case_list li a h4 {
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.8s;
}
.case_list li a span {
  display: none;
  transition: all 0.8s;
}
.case_list li a span img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}
.case_list li:hover a h4 {
  display: none;
}
.case_list li:hover a span {
  display: block;
  background-color: rgba(0, 126, 203, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tj_box .case_list li img {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .case_list li {
    width: 50%;
    float: left;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.artlist_box .artdesc {
  line-height: 36px;
  text-indent: 2em;
  margin: 10px auto;
}
.artlist {
  margin-top: 15px;
  padding-top: 25px;
}
.artlist li {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.artlist li:hover .fr .annex span:nth-child(4) {
  background-color: #0c2968;
  border: none;
}
.artlist li:hover .fr .annex span:nth-child(4) a {
  color: #fff;
}
.artlist .fl {
  width: 20%;
}
.artlist .fr {
  width: 78%;
}
.artlist .pro_title_h2 {
  font-size: 18px;
}
.artlist p {
  line-height: 30px;
  margin-top: 10px;
}
.artlist .annex {
  color: #989595;
  line-height: 36px;
}
.artlist .annex a {
  color: #989595;
}
.artlist .annex span {
  margin-right: 10px;
}
.artlist .annex span:nth-child(4) {
  float: right;
  margin-top: 10px;
  padding: 0 10px;
  border: 1px solid #989595;
}
.tag-title {
  margin: 30px 0 ;
}
.tag_list a {
  display: inline-block;
  width: 13%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.tag_list a:hover {
  background-color: #0c2968;
  color: #fff;
}
.artlist .tag_title {
  font-size: 20px;
  line-height: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  font-weight: 700;
}
.artlist .tag_title h1 {
  display: inline-block;
  font-size: 20px;
}
.tag_p {
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
}
.jisuan_list {
  text-align: center;
  margin-top: 50px;
}
.jisuan_list li {
  font-size: 22px;
  line-height: 40px;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 20px;
}
.jisuan h1 {
  font-size: 22px;
  text-align: center;
}
.jisuan .zhuyi {
  font-size: 14px;
}
.jisuan .zhuyi span {
  color: red;
  font-weight: 700;
}
.jisuan input {
  border: 1px solid #ccc;
  height: 20px;
  margin: 5px 0;
}
.jisuan .guanjian_desc {
  padding-top: 20px;
}
.jisuan .guanjian_desc p {
  font-size: 14px;
  line-height: 30px;
}
.jisuan .guanjian_desc h2 {
  font-size: 16px;
  text-align: left;
  text-indent: 1em;
  line-height: 40px;
}
.jisuan .name li {
  line-height: 29px;
}
.main_right .guige_body img {
  border: 5px solid #fff;
  max-width: 100% !important;
  height: auto !important;
}
.guige_index h1 {
  font-size: 20px;
  line-height: 36px;
}
.guige_index .guige_desc {
  font-size: 14px;
  margin-top: 10px;
  line-height: 32px;
  margin-bottom: 20px;
}
.guige_index h2 {
  font-size: 18px;
  line-height: 34px;
  margin: 10px 0;
  text-indent: 2em;
}
.guige_index h3 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-indent: 4em;
}
.guige_index .guige_lanmu_more {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-indent: 4em;
}
.guige_index .guige_lanmu_more a {
  color: #ccc;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.guige_index .guige_lanmu_more a:hover {
  color: blue;
}
.guige_list h2 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-indent: 2em;
}
@media screen and (max-width: 767px) {
  .kefubox {
    display: none !important;
  }
}
