.pdCon {
  padding: 80px 0;
}

@media screen and (max-width: 1440px) {
  .pdCon {
    padding: 40px 0;
  }
}

.indent_content {
  margin: 0 auto;
  width: 75%;
  min-width: 1326px;
  padding: 0 20px;
}



@media screen and (max-width: 1680px) {
  .index-page {
    font-size: 15px;
  }
}

@media screen and (max-width: 1440px) {
  .index-page {
    font-size: 14px;
  }
}

@media screen and (max-width: 1366px) {
  .index-page {
    font-size: 13px;
  }
  .indent_content {
    width: 100%;
    min-width: 0;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1280px) {
  .index-page {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .index-page {
    font-size: (100vw / 7.5);
  }
  .indent_content {
    padding: 0 8%;
  }
}

@media screen and (max-width: 375px) {
  .index-page {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 320px) {
  .index-page {
    font-size: 42.667px;
  }
  .index-page {
    font-size: 10.24px;
  }
}
/*KV*/

.column_kv .swiper-container{
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
  overflow: hidden;
}
.column_kv .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.column_kv .swiper-wrapper .thumb {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.column_kv .swiper-wrapper .swiper-slide .thumb img {
  opacity: 0;
}
.column_kv .swiper-wrapper img {
  width: 100%;
}

.column_kv .kv_con {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* .column_kv .kvbg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  max-width: initial;
} */

.column_kv .kvtxt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  text-align: center;
  color: #FFF;
  transform: translate(-50%, -50%);
}
.column_kv .kvtxt img{
  max-width: 208px;
  margin: 0 auto;
}

.column_kv .kvtxt h3{
  font-weight: lighter;
  font-size: 1.5em;
  line-height: 2em;
  padding: 2em 0 0;
}
.column_kv .kvtxt h3 span{
  font-size: 20px;
  padding: 0 14px;
  vertical-align: top;
}
.column_kv .kvtxt h2 {
  font-weight: bold;
  font-size: 3em;
  padding: 1em 0;
}
.column_kv .kvtxt .cricle{
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}

.column_kv .kvtxt h4 {
  font-weight: lighter;
  font-size: 1.2em;
}

.column_kv .kvtxt p {
  font-size: 20px;
}


.column_kv .kvtxt br {
  display: none;
}

.column_kv .more {
  display: inline-block;
  background: #01438C;
  color: #FFF;
  padding: .5em 2em;
  margin-top: 1.875em;
}

.column_kv .swiper-container-horizontal>.swiper-pagination-bullets, .column_kv .swiper-pagination {
  position: absolute;
  width: 16px;
  left: auto;
  bottom: auto;
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.column_kv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .column_kv .swiper-pagination-switch {
  background: none;
  width: 16px;
  height: 16px;
  margin: 2px 0;
  opacity: 1;
  position: relative;
  border: 1px solid transparent;
  outline: none !important;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}

.column_kv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:after, .column_kv .swiper-pagination-switch:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  background: #FFF;
}

.column_kv .arrow {
  display: none;
}

.column_kv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active, .column_kv .swiper-active-switch {
  border-left-color: #FFF;
  border-bottom-color: #FFF;
}

@media screen and (max-width: 767px) {
  .column_kv .kv_con {
    padding: 0;
  }
  /* .column_kv .swiper-container {
    height: auto;
  }
  .column_kv .kvbg {
    position: relative;
    left: 0;
    top: 0;
    transform: translateX(0%);
    width: 100%;
    height: auto;
  } */
  .column_kv .kvtxt h3{
    font-weight: lighter;
    font-size: 1.5em;
    line-height: 2em;
    padding: 2em 0 0;
  }
  .column_kv .kvtxt h3 span{
    font-size: 14px;
    padding: 0 2px;
  }
  .column_kv .kvtxt h2 {
    font-size: 2em;
    padding: 0.7em 0;
  }
  
.column_kv .kvtxt .cricle{
  width: 6px;
  height: 6px;
  margin: 0 10px;
}
  
  .column_kv .kvtxt h4 {
    font-size: 1.2em;
  }
  
  .column_kv .kvtxt p {
    font-size: 14px;
  }

  .column_kv .kvtxt br {
    display: block;
  }
  .column_kv .arrow {
    display: block;
    position: absolute;
    left: 45.5%;
    bottom: 0;
    z-index: 10;
    width: 9%;
    height: 0;
    padding: 9% 0 0;
    overflow: hidden;
    cursor: pointer;
    background: url(../image/arrow2.png) no-repeat center center;
    background-size: 100%;
    animation: btn_sx 2s linear infinite;
    margin-bottom: 2.5em;
  }
}

@keyframes btn_sx {
  0% {
    bottom: 0;
    opacity: 1;
  }
  50% {
    bottom: 1em;
    opacity: .3;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

.column_class1 {
  position: relative;
  width: 100%;
}

.column_class1 .bg_container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  text-align: right;
  display: none;
}

.column_class1 .bg_container img {
  height: 100%;
}

.column_class1 .column_content {
  position: relative;
  overflow: hidden;
}

.column_class1 .txt_con {
  float: right;
  width: 50%;
  padding: 10% 5%;
}

.column_class1 .txt_con h2 {
  font-weight: bold;
  font-size: 3.25em;
  line-height: 1.5em;
  color: #000;
}

.column_class1 .txt_con h3 {
  font-weight: lighter;
  font-size: 2em;
  line-height: 1.5em;
  color: #000;
  padding: 0 0 10px;
}

.column_class1 .txt_con p {
  text-align: justify;
}

.column_class1 .txt_con .more {
  display: inline-block;
  border: 1px solid #01438C;
  color: #01438C;
  padding: .5em 2em;
  margin-top: 1.875em;
  transition: color .5s linear, background .5s linear;
}

.column_class1 .txt_con .more:hover {
  background: #01438C;
  color: #FFF;
}

.column_class1 .sub_con {
  float: left;
  width: 50%;
  margin-right: -10%;
  padding: 6em 0 4em;
  list-style-type: none;
}

.column_class1 .sub_con li {
  float: left;
  width: calc(50% - 1em);
  margin-right: -2em;
  margin-bottom: 2em;
}

.column_class1 .sub_con li:nth-child(2n+1) {
  margin-right: 2em;
}

.column_class1 .sub_con li a {
  display: block;
  border: 1px solid #DFDFDF;
  text-align: center;
  padding: 1.5em 0 .5em;
  color: #000;
  font-weight: bold;
  transition: color .5s linear, border .5s linear;
}

.column_class1 .sub_con li a:hover {
  color: #01438C;
  border: 1px solid #01438C;
}

.column_class1 .sub_con .icon_container {
  display: inline-block;
  width: 4em;
  height: 4em;
}

.column_class1 .sub_con .icon_container img {
  width: 100%;
}

.column_class1 .sub_con li p {
  height: 3.75em;
}

@media screen and (max-width: 767px) {
  .column_class1 .bg_container {
    display: none;
    ;
  }
  .column_class1 .txt_con {
    float: none;
    width: 100%;
    padding: 5% 0;
  }
  .column_class1 .sub_con {
    float: none;
    width: 100%;
    padding: 0 0 2.5%;
  }
}

.column_class2 {
  position: relative;
  width: 100%;
  background: #01438C;
  height: 12.5em;
}

.column_class2 .column_content {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.column_class2 .bg_container {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 0;
  bottom: 0;
}

.column_class2 .bg_container img {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.column_class2 .txt_con {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 50%;
}

.column_class2 .txt_con h2 {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.875em;
}

.column_class2 .txt_con a {
  color: #FFF;
}

.column_class2 .txt_con a:hover {
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .column_class2 {
    height: auto;
  }
  .column_class2 .column_content {
    height: auto;
  }
  .column_class2 .bg_container {
    position: static;
    width: 100%;
  }
  .column_class2 .bg_container img {
    position: static;
    width: 100%;
    transform: translateX(0);
  }
  .column_class2 .txt_con {
    position: relative;
    top: 0%;
    transform: translateY(0);
    width: 100%;
    padding: 5% 0 2.5%;
  }
}

.column_class3 {
  background: #f9f9f9;
  overflow: hidden;
  position: relative;
  height: 0;
  padding: 15.625% 0;
}

.column_class3 .col_tab {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
  text-align: center;
  list-style-type: none;
}

.column_class3 .col_tab li {
  width: 10em;
  line-height: 5em;
  margin-right: -.33em;
  background: #4D4D4D;
  margin-bottom: 1px;
  display: block;
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
}

.column_class3 .col_tab li.current, .column_class3 .col_tab li:hover {
  background: #01438C;
}

.column_class3 .sub_con {
  height: 0;
  overflow: hidden;
}

.column_class3 .sub_con.current {
  height: auto;
  overflow: visible;
}

.column_class3 .sub_con.current .bg_container {
  position: absolute;
  left: 50%;
  width: 50%;
  top: 0;
  bottom: 0;
}

.column_class3 .sub_con.current .bg_container img {
  width: 100%;
}

.column_class3 .sub_con .txt_con {
  width: 50%;
  position: relative;
  text-align: right;
  padding: 0 5%;
  transform: translateY(-50%);
}

.column_class3 .txt_con h2 {
  font-weight: bold;
  font-size: 3.25em;
  line-height: 1.5em;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.column_class3 .txt_con h3 {
  font-weight: lighter;
  font-size: 2em;
  line-height: 1.5em;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.column_class3 .txt_con p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.column_class3 .txt_con .more {
  display: inline-block;
  border: 1px solid #01438C;
  color: #01438C;
  padding: .5em 2em;
  margin-top: 1.875em;
  transition: color .5s linear, background .5s linear;
}

.column_class3 .txt_con .more:hover {
  background: #01438C;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .column_class3 {
    height: auto;
    padding: 62.5% 0 0;
  }
  .column_class3 .col_tab {
    left: 50%;
    top: 0;
    transform: translate(-50%, -3em);
    margin-top: 62.5%;
    white-space: nowrap;
  }
  .column_class3 .col_tab li {
    width: 8em;
    line-height: 3em;
    display: inline-block;
    color: #FFF;
  }
  .column_class3 .sub_con.current .bg_container {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 0;
    padding: 0 0 62.5%;
  }
  .column_class3 .sub_con .txt_con {
    width: 100%;
    padding: 5% 0;
    transform: translateY(0);
    text-align: left;
  }
}

.column_class4 {
  position: relative;
}

.column_class4 .column_title {
  position: relative;
  z-index: 5;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 1.75em;
  line-height: 2em;
  padding: 2em 0;
}

.column_class4 .bg_container {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  text-align: center;
}

.column_class4 .bg_container img {
  height: 100%;
  max-width: initial;
  margin: 0 auto;
}

.column_class4 ul {
  list-style-type: none;
  position: relative;
  overflow: hidden;
}

.column_class4 ul li {
  float: left;
  padding: 0 0 4em 4em;
  margin-right: -1em;
  width: 34%;
  position: relative;
}

.column_class4 ul li:nth-child(2n) {
  float: right;
  margin: 0;
}

.column_class4 ul .icon_container {
  position: absolute;
  left: 0;
  top: 0;
  width: 3em;
}

¸ .column_class4 ul .icon_container img {
  width: 100%;
}

.column_class4 ul h3 {
  font-weight: bold;
  font-size: 1.167em;
  line-height: 2em;
  color: #000;
  position: relative;
}

.column_class4 ul h3:after {
  content: "";
  position: absolute;
  width: 1.25em;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #01438C;
}

.column_class4 ul p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.75em;
  margin-top: .5em;
}

@media screen and (max-width: 767px) {
  .column_class4 .bg_container {
    text-align: right;
  }
  .column_class4 .bg_container img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: -30%;
    bottom: 0;
  }
  .column_class4 ul li {
    float: none;
    width: 50%;
    padding: 0 0 1.5em 4em;
    margin-right: 32%;
  }
  .column_class4 ul li:nth-child(2n) {
    margin-right: 32%;
    float: none;
  }
  .column_class4 ul p {
    height: auto;
  }
}

.column_class5 {
  position: relative;
  padding: 5% 0;
}

.column_class5 .bg_container {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.column_class5 .bg_container img {
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 100%;
}

.column_class5 .column_content {
  position: relative;
  overflow: hidden;
}

.column_class5 .column_title {
  width: 22.5%;
  float: left;
  left: 6.5%;
  margin-left: -20px;
  position: relative;
  color: #FFF;
}

.column_class5 .column_title h2 {
  font-weight: bold;
  font-size: 1.75em;
  line-height: 2em;
}

.column_class5 .class5info {
  position: absolute;
  bottom: 0;
  left: 6.5%;
  width: 22.5%;
  padding-bottom: 2.5em;
  color: #FFF;
}

.column_class5 .class5info .swiper-slide, .column_class5 .class5info .swiper-wrapper {
  height: auto !important;
}

.column_class5 .class5info h3 {
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.5em;
  padding-left: 2px;
}

.column_class5 .class5info p {
  height: 3.75em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-left: 2px;
}

.column_class5 .class5info .swiper-button-prev, .column_class5 .class5info .swiper-button-next {
  left: 0;
  top: auto;
  bottom: 0;
  width: 2em;
  height: 2em;
  background: url(../image/class5_prev.png) no-repeat center center;
  background-size: 100%;
  outline: none;
  position: absolute;
}
.column_class5 .class5info .swiper-button-prev:hover{
  background-image: url(../image/class5_prev_hover.png);
}

.column_class5 .class5info .swiper-button-prev:after, .column_class5 .class5info .swiper-button-next:after {
  display: none;
}

.column_class5 .class5info .swiper-button-next {
  left: 2.25em;
  background-image: url(../image/class5_next.png);
}
.column_class5 .class5info .swiper-button-next:hover{
  background-image: url(../image/class5_next_hover.png);
}

.column_class5 .class5_con {
  list-style-type: none;
}

.column_class5 .class5_con .swiper-slide {
  position: relative;
}

.column_class5 .class5_con .swiper-slide a {
  display: block;
  background: #FFF;
  padding: 3em;
  margin: 0 24% 0 0;
}

.column_class5 .class5_con .img_container {
  width: 5.625em;
  height: 5.625em;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin: 0 .875em .5em 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.column_class5 .class5_con .img_container img {
  width: 100%;
  opacity: 0  ;
}

.column_class5 .class5_con h3 {
  padding: .5em 0 0;
  font-size: 1.25em;
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-weight: bold;
}

.column_class5 .class5_con .type {
  color: #01438C;
  font-size: 1.167em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.column_class5 .class5_con p {
  clear: both;
  height: 7.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.column_class5 .class5_con a:hover h3, .column_class5 .class5_con a:hover p {
  color: #01438C;
}

@media screen and (max-width: 1024px) {
  .column_class5 .column_title {
    margin: 0 0 3em;
    width: 40%;
  }
  .column_class5 .class5info {
    position: relative;
    float: right;
    width: calc(40.5% - 4.5em);
    left: calc(-6.5% - 4.5em);
    bottom: 0;
    margin-bottom: 2em;
    padding: 0;
    height: 24px;
  }
  .column_class5 .class5info .swiper-button-prev, .column_class5 .class5info .swiper-button-next {
    left: auto;
    right: 0;
  }
  .column_class5 .class5info .swiper-button-prev {
    right: 2.25em;
  }
  .column_class5 .class5_con {
    float: left;
    clear: both;
    margin: 0 0 0 6.5%;
    width: 93.5%;
  }
  .column_class5 .class5_con li {
    width: 40.25%;
  }
}

@media screen and (max-width: 767px) {
  .column_class5 .column_title {
    margin: 0;
    width: 100%;
    left: 0;
  }
  .column_class5 .class5info {
    position: relative;
    float: left;
    width: 100%;
    left: 0;
    margin-bottom: 2em;
    clear: both;
  }
  .column_class5 .class5_con li {
    width: 100%;
    margin: 0 0 2em;
    left: 0;
  }
  .column_class5 .class5_con {
    margin: 0;
    width: 100%;
  }
  .column_class5 .class5_con .swiper-slide a{
    margin: 0;
  }
}

.column_indexnews {
  position: relative;
  padding: 5% 0 0;
  overflow: hidden;
}

.column_indexnews .column_title {
  padding: 0 0 3em;
}

.column_indexnews .column_title h2 {
  font-weight: bold;
  font-size: 2.25em;
  line-height: 1.5em;
  color: #000;
}

.column_indexnews .column_title h3 {
  font-size: .75em;
  color: #DFDFDF;
  text-transform: uppercase;
}

.column_indexnews .hotnews {
  float: left;
  width: 64%;
  position: relative;
  margin-bottom: 2em;
}

.column_indexnews .hotnews .swiper-slide {
  position: relative;
}

.column_indexnews .img_container {
  height: 22em;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.column_indexnews .img_container img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  transition: transform .5s linear;
}

.column_indexnews .txt_container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20em 0 1em;
  height: 3.5em;
  background: rgba(0, 0, 0, .7);
}

.column_indexnews .txt_container h4 {
  width: 100%;
  font-size: 18px;
  line-height: 3em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #FFF;
  transition: background .5s linear;
  font-weight: normal;
}

.column_indexnews .txt_container .time {
  font-size: 14px;
  padding: 0 0 0 50px;
}

.column_indexnews a:hover .img_container img {
  transform: translate(-50%, -50%) scale(1.05);
}

.column_indexnews a:hover .txt_container {
  background: rgba(52, 126, 195, .8);
}

.column_indexnews .swiper-container-horizontal>.swiper-pagination-bullets, .column_indexnews .swiper-pagination {
  left: auto;
  right: 0;
  width: 12em;
  position: absolute;
  bottom: .5em;
  text-align: center;
}

.column_indexnews .swiper-pagination-bullet, .column_indexnews .swiper-pagination-switch {
  display: inline-block;
  width: .75em;
  height: .75em;
  margin: .25em .5em !important;
  border-radius: 50%;
  background-color: #FFF;
  opacity: 1;
  outline: none;
}

.column_indexnews .swiper-pagination-bullet-active, .column_indexnews .swiper-active-switch {
  background-color: #01438C;
}

.column_indexnews .companynews {
  float: right;
  width: 32%;
  margin: -10px 0 0;
}

.column_indexnews .sdicnews {
  float: left;
  width: 64%;
}

.column_indexnews .companynews h3 a, .column_indexnews .sdicnews h3 a {
  display: block;
  font-weight: bold;
  font-size: 1.875em;
  line-height: 2em;
  color: #000;
  border-bottom: 1px solid #DFDFDF;
  position: relative;
  margin-bottom: .5em;
}

.column_indexnews .companynews h3 a:hover, .column_indexnews .sdicnews h3 a:hover {
  color: #01438C;
}

.column_indexnews .companynews h3 a:before, .column_indexnews .sdicnews h3 a:before {
  position: absolute;
  color: #01438C;
  content: ">";
  right: 2px;
  top: 50%;
  line-height: 1.5em;
  margin-top: -.75em;
  transform: scaleY(2);
  font-weight: lighter;
}

.column_indexnews .companynews h3 a:after, .column_indexnews .sdicnews h3 a:after {
  position: absolute;
  content: "";
  width: 1.25em;
  height: 2px;
  bottom: -1px;
  left: 0;
  background: #01438C;
}

.column_indexnews .companynews ul, .column_indexnews .sdicnews ul {
  list-style-type: none;
}

.column_indexnews .companynews li, .column_indexnews .sdicnews li {
  line-height: 3em;
  padding: 0 6em 0 0;
  position: relative;
}

.column_indexnews .companynews a h4, .column_indexnews .sdicnews a h4 {
  color: #000;
  font-weight: normal;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.column_indexnews .companynews a:hover h4, .column_indexnews .sdicnews a:hover h4 {
  color: #01438C;
}

.column_indexnews .companynews a .time, .column_indexnews .sdicnews a .time {
  position: absolute;
  right: 0;
  top: 0;
  color: #888;
}

@media screen and (max-width: 767px) {
  .column_indexnews .hotnews {
    float: none;
    width: 100%;
  }
  .column_indexnews .companynews {
    float: none;
    width: 100%;
    margin-bottom: 2em;
  }
  .column_indexnews .sdicnews {
    float: none;
    width: 100%;
  }
}

.column_class6 {
  position: relative;
  padding: 5% 0;
}

.column_class6 .txt_con {
  width: 70%;
  margin: 0 auto 2em;
  text-align: center;
}

.column_class6 .txt_con h2 {
  font-weight: bold;
  font-size: 1.755em;
  line-height: 1.5em;
  color: #000;
}

.column_class6 .txt_con h3 {
  font-weight: lighter;
  font-size: 1.167em;
  line-height: 1.5em;
  margin-bottom: 2em;
}

.column_class6 .sub_con {
  list-style-type: none;
  overflow: hidden;
}

.column_class6 .sub_con li {
  float: left;
  padding: 2em 0 1em;
  margin: 0 0 2em 12.5%;
  width: 25%;
  text-align: center;
}

.column_class6 .sub_con li:first-child {
  margin-left: 0;
}

.column_class6 .sub_con li a {
  display: block;
  border-radius: .5em;
  border: 1px solid #DFDFDF;
}

.column_class6 .sub_con li .icon_container {
  display: block;
  width: 6em;
  height: 4em;
  margin: -2em auto 0;
  background: #FFF;
}

.column_class6 .sub_con li .icon_container img {
  height: 100%;
}

.column_class6 .sub_con li h3 {
  color: #000;
  margin: 1em auto 2em;
  font-weight: bold;
  overflow: hidden;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.column_class6 .sub_con li a:hover h3 {
  color: #01438C;
}

.column_class6 .sub_con li p {
  margin: 0 auto -.9375em;
  padding: 0 1em;
  overflow: hidden;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #FFF;
}

@media screen and (max-width: 1024px) {
  .column_class6 .txt_con {
    width: 90%;
  }
  .column_class6 .sub_con li {
    margin: 0 0 2em 5%;
    width: 30%;
  }
  .column_class6 .sub_con li:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .column_class6 .txt_con {
    width: 100%;
    text-align: left;
  }
  .column_class6 .sub_con li {
    float: none;
    margin: 0 auto 2em !important;
    width: 80%;
  }
}

.column_class7 {
  position: relative;
  padding: 5% 0;
}

.column_class7 .bg_container {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.column_class7 .bg_container img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 100%;
  max-width: initial;
}

.column_class7 .column_content {
  position: relative;
}

.column_class7 .txt_con {
  margin: 0 0 0 auto;
  background: #FFF;
  padding: 5% 7%;
  width: 70%;
  box-shadow: 0 .25em .5em rgba(0, 0, 0, .3);
}

.column_class7 .txt_con h2 {
  font-weight: bold;
  font-size: 1.75em;
  line-height: 2em;
  color: #000;
  margin-bottom: .5em;
}

.column_class7 .txt_con p {
  float: left;
  height: 4em;
  width: 50%;
  line-height: 3em;
}

.column_class7 .txt_con label {
  margin-right: 0.5em;
}

.column_class7 input {
  -webkit-appearance: auto;
  margin-right: .5em;
  vertical-align: text-top;
}

.column_class7 input[type='text'] {
  width: 80%;
  padding: 0 1em;
  line-height: 3em;
  height: 3em;
  border: 1px solid #DFDFDF;
  vertical-align: top;
}

.column_class7 .submit {
  clear: both;
  display: inline-block;
  background: #01438C;
  color: #FFF;
  padding: .5em 2em;
  margin-top: 1.875em;
}

.column_class7 .network a:before {
  content: "";
  display: inline-block;
  background: url(../image/icon_adr.png) no-repeat left center;
  width: 1.5em;
  height: 1.5em;
  background-size: auto 100%;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .column_class7 .txt_con {
    padding: 3% 4%;
  }
  .column_class7 .txt_con p {
    height: 3em;
  }
}

@media screen and (max-width: 767px) {
  .column_class7 .bg_container img {
    left: 109%;
    min-width: 200%;
  }
  .column_class7 .txt_con {
    width: 80%;
    padding: 3% 0 5% 8%;
  }
  .column_class7 .txt_con p {
    float: none;
    height: auto;
    width: 100%;
  }
  .column_class7 .txt_con p.a {
    margin-bottom: -1em;
  }
  .column_class7 input[type='text'] {
    margin: .5em 0;
  }
}


.index-news .news-tit {
  padding-bottom: 20px;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
}

.index-news .news-tit:before {
  content: '';
  width: 40px;
  height: 2px;
  background: #01438C;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.index-news .news-tit h2 {
  font-size: 36px;
  color: #333;
  font-weight: 500;
}

.index-news .news-tit a {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../image/icon01.png") no-repeat center;
  -moz-background-size: 12px;
  background-size: 12px;
  position: absolute;
  top: 12px;
  right: 0;
}
.index-news{
  margin: 80px 0 70px;
}
.index-news .news-con {
  margin-top: 82px;
}
.index-news .list-wrapper .item{
  width: 29%;
  float: left;
  margin-right: 6.5%;
}
.index-news .list-wrapper .item:last-child{
  margin-right: 0;
}
.index-news .list-wrapper ul {
  margin-top: 30px;
}

.index-news .list-wrapper ul li {
  position: relative;
  margin: 21.5px 0;
}

.index-news .list-wrapper ul li a {
  display: inline-block;
  font-size: 16px;
  color: #666;
  width: 75%;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.index-news .list-wrapper ul li a:hover {
  color: #01438C;
}

.index-news .list-wrapper ul li span {
  display: inline-block;
  font-size: 14px;
  color: #666;
  opacity: 0.5;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1440px) {
  .index-news .container {
    max-width: 1200px;
    padding: 0 3.5%;
  }
}
.index-news .news-tit h2 {
  font-size: 24px;
}

.index-about .index-about-bg {
  position: relative;
  z-index: 1;
}

.index-about .index_about_bg {
  width: 100%;
  height: 375px;
}

.index-about.block .title-h1 {
  padding: 30px 0 30px 60px;
  margin: 20px 70px;
}


.index-about .wrap {
  position: relative;
  z-index: 2;
  background: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  max-width: 1400px;
  margin: -200px auto 7% auto;
}

.index-about .about_img {
  background: url(../image/img22.jpg) right top no-repeat;
  background-size: cover;
}

.index-about .block-L {
  width: 68%;
  padding: 60px 4% 0% 6.5%;
}

.index-about .block-L .about-info {
  margin-top: 2%;
  color: #888888;
}

.index-about .block-R {
  position: relative;
  width: 31.78%;
  color: #fff;
}
.index-about .block-R .pageTit .t-ch{
  color: #fff;
  padding: 60px 0 0% 13.28%;
}
.index-about .block-R .bottom{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 32px 13.28%;
  line-height: 36px;
  border-top: 1px solid rgba(245,245,245,0.4);
  display: flex;
  justify-content: space-between;
}
.index-about .block-R .user-icon{
  background: url(../image/user.png) no-repeat;
  width: 45px;
  height: 36px;
  display: block;
}
.index-about .block-R .more{
  background: url(../image/arrow-white.png) right center no-repeat;
  line-height: 36px;
  padding: 0 26px 0 0;
  font-size: 16px;
  color: #fff;
  display: block;
}

.index-about .cont {
  padding: 10px 70px 70px 0;
}

.index-about .aMore {
  margin-top: 60px;
  display: inline-block;
  line-height: 48px;
  font-size: 18px;
  width: 204px;
  text-align: center;
  border: 2px solid #01438C;
  color: #01438C;;
}

.index-about .aMore:hover {
  background: #01438C;;
  color: #ffffff;
}
@media screen and (max-width: 960px){
  .index-news .news-tit {
    padding-bottom: 15px;
  }

  .index-news .news-tit h2 {
    font-size: 20px;
  }
  .index-news .list-wrapper .item{
    width: 100%;
    float: none;
    margin-bottom: 10%;
  }
  .index-news2{
    margin: 50px 0 0;
  }
  .index-news .news-con .news-l .news-l-swiper .swiper-slide .caption{
    padding: 3% 3%;
    line-height: 25px;

  }
  .index-news .news-con .news-l .news-l-swiper .swiper-slide .caption a{
    font-size: 16px;
    margin: 0;
    display: block;
    line-height: 25px;
  }

  .index-news .news-con .news-r{
    margin-bottom: 10%;
  }
  .index-about .aMore {
    font-size: 14px;
  }
  
}
@media screen and (max-width: 768px) {

  .index-about .index-about-bg {
    position: relative;
    z-index: 1;
  }

  .index-about .index_about_bg {
    width: 100%;
    height: 3.95rem;
    display: none;
  }

  .index-about.block .title-h1 {
    padding: .3rem 0 .3rem 0;
    margin: 0;
  }


  .index-about .wrap {
    position: relative;
    z-index: 2;
    background: #fff;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    box-shadow: none;
    flex-wrap: wrap;
  }



  .index-about .block-L {
    width: 100%;
    padding: 0 4.28% 24px;
  }

  .index-about .block-R {
    width: 100%;
    margin: 30px 0;
  }
  .index-about .block-R .bottom{
    position: relative;
    padding: 24px 4.28%;
    margin: 30px 0 0;
  }
  .index-about .cont {
    padding: 0;
    text-align: justify;
  }
}
