@font-face{
 font-family: "MyFont";
 src: url('./FZHTJW.TTF');
}


/** 通用 **/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'MyFont', 'Material Icons' !important;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-appearance: none;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  /*height: 100%;*/
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #666
}
h1,h2,dl,dd,ul,li{
  margin:0;
  padding:0;
}
ul,li {
  list-style:none;
}
hr {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  margin: 20px 0;
}
.image{
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


body {
  font-family: Microsoft Yahei, sans-serif;
  /*background-color: #eee;*/
  background-color: #fff;
  height: auto;
  background-repeat: repeat;
  background-size: 100% auto;
  /*	-webkit-transition: all 0.3s;
      transition: all 0.3s;*/
}

/*设置选择目标背景色*/
::selection {
  background-color: #34497E;
  color: #fff
}
/*设置选择目标背景色*/

/*设置滚动条样式*/
::-webkit-scrollbar { /*滚动条整体*/
  width:10px;
  height:10px;
  overflow:auto
}
::-webkit-scrollbar-thumb {/* 滚动条里面小方块*/
  background-color:#e6e6e6;
  min-height:25px;
  min-width:25px;
  border:1px solid #e0e0e0
}
::-webkit-scrollbar-track { /*滚动条轨道*/
  background-color:#f7f7f7;
  border:1px solid #efefef
}
/*设置滚动条样式*/


.btn {
  border: 0;
  border-radius: 3px;
  /*box-shadow: 0 1px 2.5px rgba(0,0,0,.6);*/
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  outline: none;
  font-family: inherit;
  cursor: pointer;
}
/* 按钮初始色，蓝 */
.btn_color_1 {
  background-color: #34497E;
  color: #fff;
}
.btn_color_1:hover {
  background-color: #0072CC;
}
/* 按钮初始色，红 */
.btn_color_2 {
  background-color: #ef3a3a;
  color: #fff;
}
.btn_color_2:hover {
  background-color: #d63131;
}
/* 按钮初始色，绿 */
.btn_color_3 {
  background-color: #00c800;
  color: #fff;
}
.btn_color_3:hover {
  background-color: #00B100;
}
.btn_shadow {
  box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.btn.disabled,
.btn.disabled:hover {
  background-color: #e5e5e5;
  color: #6b6b6b;
  box-shadow: none;
  cursor: default;
}
.card {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
/* 通用居中 */
.limitwidth{
  max-width:1200px;
  margin:0 auto;
}

/* 返回顶部 */

.totop_btn{
  position:fixed;
  bottom:100px;
  right:20px;
  background-color:rgba(0, 0, 0, 0.2);
  width:40px;
  height:40px;
  border-radius:100%;
  text-align:center;
  line-height:40px;
  cursor:pointer;
  z-index: 9;
  display:none;
}
.totop_btn.active{
  display:block;
  -webkit-animation:scroll_to_top_ani 0.3s ease-out;
  animation:scroll_to_top_ani 0.3s ease-out;
}
@-webkit-keyframes scroll_to_top_ani{
  0%{
    -webkit-transform:scale(0)
  }
  50%{
    -webkit-transform:scale(1.2)
  }
  100%{
    -webkit-transform:scale(1)
  }
}
@keyframes scroll_to_top_ani{
  0%{
    transform:scale(0)
  }
  50%{
    transform:scale(1.2)
  }
  100%{
    transform:scale(1)
  }
}
.totop_btn:hover{
  background-color:#0f71d6;
}
.totop_btn i{
  color:#fff;
  font-size:20px;
}

#winktips {
  position: fixed;
  bottom: 70px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999999;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
#winktips .item {
  display: block;
  margin-bottom: 5px;
  display: none;
}
#winktips .item.pointer {
  pointer-events: initial;
}
#winktips .item span {
  display: inline-block;
  background-color: #000;
  background-color: rgba(0,0,0,.8);
  color: #fff;
  padding: 10px;
  border-radius: 3px;
}
#winktips .item a {
  cursor: pointer;
}

/* header */
.header {
  margin: 0 auto;
  position: relative;
  background-color: #FFF;
  background-position: center;
  background-image: url(../images/header.png);
  background-size: cover;
}
.header .box {
  position: relative;
  z-index: 8;
  margin: 0 auto;
  display: flex;
}
.header .box .logo {
  line-height: 80px;
  padding-left: 20px;
}
.header .box .logo .logo_img {
  height: 50px;
}
.header .box .nav {
  padding-right: 80px;
  text-align: right;
  flex: 1;
}
.header .nav_btn {
  display: none;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 9;
}
.header .nav_btn .on,
.header .nav_btn.active .off {
  display: none;
}
.header .nav_btn.active .on {
  display: block;
}
.header .nav_btn i {
  color: #25325A;
}
.header .box .nav ul {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.header .box .nav ul li a {
  color: #fff;
  font-size: 18px;
  padding: 0 20px;
  line-height: 80px;
  display: inline-block;
  cursor: pointer;
  text-shadow: 2px 1px 2px #333;
  transition: all ease .2s;
}
.header .box .nav ul li a:hover {
  font-weight: bold;
  color: #0666ab;
  text-shadow: none;
}
.header .box .nav ul li.recycled a:hover{
  color: #fff;
}
@media(max-width:1420px){
  .header {
    transform: translate(0%) !important;
    width: 100%;
  }
  .header .box .nav ul li a {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media(max-width:1090px){
  .header .box .logo .logo_img {
    height: 25px;
  }
}
@media(max-width:920px){
  .header .box .logo .logo_img {
    height: 25px;
  }
  .header .nav_btn {
    display: block;
    top: 19px;
  }
  .header .box .logo {
    line-height: 60px;
  }
  .header .box .nav {
    background-color: #fff;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    z-index: 9;
    padding-right: 30px;
    box-shadow: 1px 2px 6px #00000014;
    display: none;
  }
  .header .box .nav ul li {
    display: block;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
  }
  .header .box .nav ul li a {
    color: #333;
    line-height: 40px;
    font-size: 16px;
  }
}

/* 搜索 */
.search {
  position: absolute;
  top: 31px;
  right: 5px;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 48px;
}
.search > a img {
  width: 20px;
  height: 20px;
}
.search > a img.img2 {
  display: none;
}
@media(min-width: 992px){
  .search > a:hover .img1{
    display: none;
  }
  .search > a:hover .img2{
    display: block;
  }
}
.search .icon {
  cursor: pointer;
}
.search .icon i {
  color: #25345A;
}
.search .icon i:hover {
  color: #fff;
}
.search_pop.hide {
  display: none;
}
.search_pop {
  background-color: #fff;
  width: 100%;
  text-align: center;
  position: fixed;
  top: 80px;
  left: 0;
  box-shadow: 1px 2px 6px #00000021;
  padding: 40px 10px;
}
.search_pop {

}
.search_pop .searchinput {
  border: 1px solid #dbdbdb;
  height: 50px;
  display: inline-block;
  border-radius: 5px;
  width: 390px;
  padding: 0 10px;
}
.search_pop .btn {
  line-height: 48px;
  padding: 0 25px;
  border-radius: 5px;
}
.search_feedback {
  width: 410px;
  margin: 0 auto;
  padding: 20px;
}
.search_feedback.hide {
  display: none;
}
.search_feedback .feedback_box {}
.search_feedback .feedback_box .item {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  color: #34497E;
}
.search_feedback .feedback_box .item:hover {
  color: #333;
}

@media(max-width:920px){
  .search {
    right: 32px;
    top: 19px;
  }
  .search > a img {
    width: 24px;
    height: 24px;
}
  .search .icon {
    display: none;
  }
  .search .search_pop.hide {
    display: none;
  }
  .search_pop .searchinput {
    width: auto;
    height: 40px;
    flex:1
  }
  .search_pop .btn {
    line-height: 38px;
    padding: 0 20px;
  }
  .search_pop {
    padding: 10px;
    top: 60px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .search_feedback{
    width: 100%;
  }
}
header{
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
}
.wh {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 15px;
}
@media(max-width: 768px){
  .wh {
    width: 100%;
    padding: 0;
  }
}

/** 首页首屏Banner **/
#index_banner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

#index_banner .banner {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  font-size: 0;
}
.b-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.b-img a {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  background-color: #f2f6fb;
  font-size: 0;
}
.b-img .img_wrap {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
.b-img .img_wrap .img{
  width: 100%;
  padding-top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.b-img video {
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0; */
  width: 100%;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}
.b-img a .text {
  width: 30%;
  display: inline-block;
  word-break: break-all;
  color: #34497E;
  vertical-align: top;
  height: 100%;
  position: relative;
}
.b-img a .text .text_wrap {
  padding: 0 40px;
  position: absolute;
  top:50%;
  left:10px;
  transform: translateY(-50%);
}
.b-img a .text span {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -MOZ-box-orient:vertical;
  -webkit-line-clamp:2;
  -MOZ-line-clamp:2;
  word-wrap:break-word;
  word-break:break-all;
}
.b-img a .text small {
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: normal;
  margin-top: 20px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -MOZ-box-orient:vertical;
  -webkit-line-clamp:4;
  -MOZ-line-clamp:4;
  word-wrap:break-word;
  word-break:break-all;
  color: #5C77BC;
}
.b-img a .text .btn {
  font-size: 16px;
  margin-top: 30px;
  color: #0018B3;
}

/*
.b-list{ height:50px; padding-top:700px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:14px; height:14px; border-radius:50%; border:3px solid #fff; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{border:3px solid #14ab04;}
*/
.bar-left,
.bar-right {
  position: absolute;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  left: 35%;
  background-color: transparent;
  background-image: url(../images/index_banner_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  /*opacity: .5;*/
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: #d9d9d929;
  border-radius: 100%;
}
.bar-right {
  left: auto;
  right: 22px;
  background-image: url(../images/index_banner_right.png);
}
.bar-left:hover,
.bar-right:hover {
  background-color: rgba(0,0,0,.6);
}
@media (max-width: 1400px) {
  #index_banner {
    width: auto;
  }

}
@media (max-width: 1200px) {
  #index_banner .banner,.b-img .img_wrap .img {
    height:500px;
  }
  #index_banner {
    width: auto;
  }
  .b-img a {

  }
}
@media (max-width: 1024px) {
  #index_banner .banner,.b-img .img_wrap .img,
  .b-img video{
    height:500px;
  }
}
@media (max-width: 820px) {
  .b-img a {
    position: relative;
  }
  .b-img a .text {
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    top: 376px;
  }
  .b-img .img_wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #index_banner .banner{
    height: 580px;
  }
  .b-img .img_wrap .img,
  .b-img video{
    height: 300px;
  }
  .bar-left {
    left: 22px;
  }
  .bar-left, .bar-right {
    top: 28%;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  #index_banner .banner {
    height:430px;
  }
  .b-img .img_wrap .img {

  }
  .b-img a .text {
    top: 300px;
  }
  .b-img a .text small {
    margin-top: 5px;
    font-size: 12px;
    -webkit-line-clamp:2;
    -MOZ-line-clamp:2;
    padding-top: 0;
    margin-top: 5px;
    line-height: 20px;
  }
  .b-img a .text .btn {
    margin-top: 10px;
    font-size: 12px;
  }
  .b-img a .text span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #index_banner .banner {
    height: 370px;
  }
  .b-img .img_wrap .img,.b-img video {
    height: 250px;
  }
  .b-img a .text span {
    font-size: 18px;
  }
  .b-img a .text {
    top: 255px;
  }
  .b-img a .text .text_wrap {
    padding: 0 15px;
    left: 0;
  }
}


/*.index_service {*/
/*  width: 75%;*/

/*  margin: 0 auto;*/
/*  font-size: 0;*/
/*  margin-top: 20px;*/
/*}*/
/*.index_service .list {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*}*/

/*.index_service .list .item {*/
/*  width: 33%;*/
/*  position: relative;*/
/*}*/

/*.index_service .list .item .img_wrap {*/
/*  overflow: hidden;*/
/*}*/

/*.index_service .list .item .img {*/
/*  padding-top: 65%;*/
/*  transition: all 0.3s;*/
/*}*/

/*.index_service .list .item .titile {*/
/*  font-size: 16px;*/
/*  width: 50%;*/
/*  line-height: 45px;*/
/*  color: #0072CC;*/
/*  position: absolute;*/
/*  bottom: 20px;*/
/*  left: 0;*/
/*  background-color: #e0e0e0e0;*/
/*  text-align: center;*/
/*  overflow: hidden;*/
/*  white-space: nowrap;*/
/*  text-overflow: ellipsis;*/
/*  padding: 0 10px;*/
/*}*/

.index_service .list .item .titile span {
  display: inline-block;
  width: 6px;
  height: 35px;
  line-height: 35px;
  margin-right: 15px;
  background-color: #0072CC;
  color: #0072CC;
}

.index_service .list .item:hover .img {
  transform: scale(1.1);
}

@media(max-width:1400px) {
  .index_service {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  }
}

@media(max-width:820px) {
  .index_service {
    width: 100%;
  }

  .index_service .list .item {
    width: 100%;
    height: 350px;
    float: left;
  }

  .index_service .list .item .titile {
    font-size: 14px;
    line-height: 35px;
    width: 85%;
  }
  .index_service .list .item .titile span {
    height: 25px;
    line-height: 25px;
  }
}




.index_data {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.index_data .box {
  padding-top: unset;
}
.index_data .box .list {
  font-size: 0;
  padding:30px 0 45px  0;
}
.index_data .box .list .item {
  text-align: center;
  width: 25%;
  font-size: 14px;
  display: inline-block;
  color: #25345A;
}
.index_data .box .list .item .num {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  min-width: 65px;
  display: inline-block;
}
.index_data .box .list .item .num .timer {
  min-width: 65px;
}
.index_data .box .list .item .num .unit {
  font-size: 16px;
  font-weight: unset;
  position: absolute;
  top: 0;
  right: -30px;
}
.index_data .box .list .item .num .name {
  font-size: 14px;
  font-weight: unset;
  position: absolute;
  bottom: -10px;
  left: 0;
  min-width: 56px;
  display: block;
}
.index_data .box .list .item .num .icon {
  position: absolute;
  bottom: -20px;
  right: -22px;
}
.index_data .box .list .item .num .icon i {
  font-size: 20px;
  color: #25345A;
}
@media(max-width:1400px){
  .index_data {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  }
}
@media(max-width:1200px){
  .index_data .box .list .item .num {
    font-size: 35px;
    margin: 10px 0;
  }
}
@media(max-width:820px){
  .index_data {
    padding: 0;
    margin-top: 0;
  }
  .index_data .box .list {
    padding:2px 0 20px 0;
  }
  .index_data .box .list .item {
    width: 33.33%;
  }
  .index_data .box .list .item .num {
    font-size: 20px;
  }
  .index_data .box .list .item .num .unit {
    font-size: 12px;
    font-weight: initial;
    right: -19px;
  }
  .index_data .box .list .item .num .name {
    font-size: 12px;
    bottom: -14px;
    font-weight: initial;
  }
  .index_data .box .list .item .num .icon i {
    font-size: 16px;
  }
}
@media(max-width:500px){

  .index_data .box .list .item {
    width: 50%;
  }
}





.index_about {
  margin: 0 auto;
  margin-top: 20px;
  width: 95%;
}
.index_about_box {
  font-size: 0;
}
.index_about .index_title{
  font-size: 22px;
  color:#34497E;
}
.index_about .about_wrap {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  min-height: 385px;
}
.index_about .about_wrap .box {
  padding-right: 20px;
  background-color: #EDF0F8;
  padding: 30px 20px;
}
.index_about .about_wrap .box .info {
  display: flex;
  margin-top: 20px;
}
.index_about .about_wrap .box .info .img_wrap{
  flex: 1;
}
.index_about .about_wrap .box .info .img_wrap .img{
  width: 100%;
  padding-top: 70%;
}
.index_about .about_wrap .box .info .text_wrap{
  font-size: 16px;
  flex: 1;
  padding-left: 25px;
  color: #34497E;
  line-height: 28px;
}
.index_about .about_wrap .box .info .text_wrap .text {
  margin-bottom: 20px;
}
.index_about .about_wrap .box .info .text_wrap a{
  color: #34497E;
}

.index_about .news_wrap {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  min-height: 385px;
}
.index_about .news_wrap .box_wrap {
  padding-left: 20px;
}
.index_about .news_wrap .box{
  background-color: #EDF0F8;
  padding: 30px 20px;
  min-height: 385px;
}
.index_about .news_wrap .box .info {
  margin-top: 20px;
  margin-bottom: 30px;
}
.index_about .news_wrap .box .info .item {
  border-bottom: 1px solid #C9D2E9;
  margin-top: 20px;
  display: block;
  transition: all 0.3s;
}
.index_about .news_wrap .box .info .item:hover .title,
.index_about .news_wrap .box .info .item:hover .text{
  font-weight: bold;
}
.index_about .news_wrap .box .info .item .title {
  font-size: 14px;
  color: #5C77BC;
}
.index_about .news_wrap .box .info .item .text_wrap {
  font-size: 14px;
  padding: 20px 0;
}
.index_about .news_wrap .box .info .item .text_wrap .text {
  color: #5C77BC;
}

.index_about .news_wrap .box a {
  color: #34497E;
  font-size: 14px;
}

@media(max-width:1400px){
  .index_about {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  }
}
@media(max-width:820px){
  .index_about .about_wrap {
    min-height: unset;
    width: 100%;
  }
  .index_about .about_wrap .box .info .text_wrap {
    font-size: 14px;
    line-height: 20px;
  }
  .index_about .news_wrap {
    width: 100%;
  }
  .index_about .news_wrap .box_wrap {
    padding: 0;
    margin-top: 20px;
  }
}
@media(max-width:500px){

  .index_about .about_wrap .box .info {
    display: inline-block;
  }
  .index_about .about_wrap .box .info .text_wrap {
    padding: 10px 0;
  }
}
.index_aboutenter {
  margin-top: 20px;
  background-color: #787A81;
  padding: 30px 50px;
}

.index_aboutenter_box {
  display: flex;
  color: #fff;
  align-items: center;
}
.index_aboutenter_box .title {
  flex: 0.4;
  font-size: 35px;
  font-weight: bold;
}
.index_aboutenter_box .subtitle {
  flex: 1;
  font-size: 18px;
  line-height: 30px;
  color: #F8FAFF;
}
.index_aboutenter_box i {
  font-size: 30px;
  text-align: right;
}
@media(max-width:1400px){
  .index_aboutenter {
    width: 100%;
  }
}
@media(max-width:960px){
  .index_aboutenter {
    width: 100%;
    padding: 20px;
  }
  .index_aboutenter_box .title {
    font-size: 20px;
  }
}
@media(max-width:640px){
  .index_aboutenter_box {
    display: inline-block;
    position: relative;
  }
  .index_aboutenter_box .subtitle {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .index_aboutenter_box i {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
  }
}

/* 首页产业 */
.index_industry {
  margin: 0 auto;
  margin-top: 20px;
  width: 75%;
}

.index_industry .swiper-slide .img_wrap{
  position: relative;
}
/* .index_industry .swiper-slide .img_wrap .img_wrap_mc{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
} */
.index_industry .swiper-slide .img_wrap .img_wrap_mc:hover{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: none;
}


.index_industry_box {}
.index_industry_box .title {
  font-size: 25px;
  color: #25345A;
  background-color: #EDF0F8;
  padding: 20px 30px;
}
.index_industry_box .list_wrap {
  margin-top: -46px;
}
.index_industry_box .list_wrap .item {
  display: inline-block;
  width: 100%;
}
.index_industry_box .list_wrap .item .img_wrap{
  overflow: hidden;
}
.index_industry_box .list_wrap .item .img_wrap .img {
  padding-top: 50%;
  transition: all 0.3s;
}
.index_industry_box .list_wrap .item .img_wrap .img:hover {
  transform: scale(1.1);
}
.index_industry_box .list_wrap .item .text{
  background-color: #EDF0F8;
  font-size: 18px;
  text-align: center;
  padding: 15px 10px;
  color: #25345A;
}
.swiper {
  width: 100%;
  height: 100%;
  padding-top: 46px!important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination {
  bottom: auto;
  top: 10px;
  height: 30px;
}
.swiper-button-next, .swiper-button-prev {
  background-color: #fff;
  width: 60px!important;
  height: 60px!important;
  border-radius: 100%;
  right: 28px!important;
}
.swiper-button-prev {
  left: 28px!important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  font-size: 28px!important;
  font-weight: bold;
  color: #333;
}
.swiper-pagination-bullet {
  background-color: #34497E!important;
  margin: 0 15px!important;
}
@media(max-width:1400px){
  .index_industry {
    width: 100%;
    padding: 0 10px;
  }
}
@media(max-width:640px){
  .index_industry {
    width: 100%;
    padding: 0 10px;
  }
  .index_industry_box .title {
    font-size: 18px;
    padding: 10px 20px;
  }
  .swiper-pagination {
    top: 15px;
  }
  .index_industry_box .list_wrap .item .text {
    font-size: 14px;
    padding: 5px;
  }
  .swiper-button-next, .swiper-button-prev {
    right: 15px!important;
  }
  .swiper-button-prev {
    left: 15px!important;
  }
}
@media(max-width:490px){
  .swiper-button-next, .swiper-button-prev {
    width: 30px!important;
    height: 30px!important;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 15px!important;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 60%!important;
  }
}



/* 产品导航 */
#product {
  cursor: pointer;
}
.appwrap.hide{
  display: none;
}
.appwrap {
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 7;
  box-shadow: 0 8px 10px #00000036;
}
.appwrap .mask {
  /* background-color: #0000006b; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.appwrap .app_box {

  background-color: #fff;
  min-height: 200px;
  padding: 20px 30px;
  box-shadow: 0px 8px 10px #00000005;
  position: relative;
}
.p_info {
  margin-bottom: 30px;
  display: flex;
  padding-right: 100px;
}
.p_info .img_wrap {
  width: 510px;
}
.p_info .img_wrap .img {
  padding-top: 50%;
}
.p_info .text {
  padding-left: 30px;
  font-size: 15px;
  color: #25345A;
}
.app_box .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.app_box .close i {
  color: #999;
  transition: all 0.3s;
}
.app_box .close i:hover {
  transform: rotate(180deg);
}
.p_listwrap {
  position: relative;
  display: flex;
  width: 100%;
}
.p_listwrap .p_item  {
  line-height: 40px;
  display: block;
}
.p_listwrap .p_item:hover {
  background-color: #e4e7e9;
}
.p_listwrap .p_item .label {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  padding-left: 10px;
  color: #25345A;
  font-size: 14px;
}
.p_listwrap .p_item .label i {
  position: absolute;
  top: 9px;
  right: 0;
  color: #999;
}
.p_listwrap .list {
  width: 25%;
  padding-right: 30px;
}
.p_listwrap .list .title {
  font-size: 18px;
  color: #25345A;
  padding-left: 12px;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
}
.p_listwrap .list .title:hover {
  text-decoration: underline;
}
.s_list {

}
@media(max-width:920px){
  .appwrap {
    top: 60px;
    position: fixed;
    z-index: 10;
  }
  .appwrap .p_info{
    display: none;
  }
  .p_listwrap .list .title {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .p_listwrap .p_item .label {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    padding-left: 10px;
    color: #25345A;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .p_listwrap.w_width .list {
    width: 100%;
  }
  .p_listwrap.w_width .backtitle {
    line-height: 40px;
    background-color: #f5f5f5;
    padding: 0 10px;
    color: #999;
  }
  .p_listwrap.w_width .backtitle span {
    color: #333;
    margin-left: 5px;
  }
}

.flex {
  display: flex;
}
/* 内页主体 */
#main {
  /* margin-top: 20px; */
  max-width: 1450px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
}
#main .slider {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 90px;

}
#main #search {
  padding: 20px 0;
  display: flex;
}
#search .search_item {
  margin-right: 15px;
}
#search .search_item .searchinput{
  border: 1px solid #dbdbdb;
  height: 40px;
  display: inline-block;
  border-radius: 5px;
  width: 200px;
  padding: 0 10px;
}
#search .search_item .searchinput .option {
  background-color: #333;
}
#search .search_item .btn{
  line-height: 38px;
  padding: 0 15px;
  border-radius: 5px;
  border-radius: 0;
}


#main .content {
  width: 100%;
}
.breadcrumb {
  padding: 30px 0;
}
.breadcrumb ul {
  width: 100%;
  display: flex;
  color: #25345A;
  font-size: 14px;
}
.breadcrumb li a{
  color: #8196CB;
}







/* 商品 */
.goods_list {
  font-size: 0;
}
.goods_list .goods_item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.goods_list .goods_item .img_wrap {
  overflow: hidden;
  /* border: 1px solid #dbdbdb; */
  border-radius: 5px;
  box-shadow: 0 0 4px 2px rgba(219, 219, 219 , 40%);
  position: relative;
}

/* .goods_list .goods_item .img_wrap .img_wrap_mc{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
} */
.goods_list .goods_item .img_wrap .img_wrap_mc:hover{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: none;
}



.goods_list .goods_item .img_wrap .img{
  transition: all 0.3s;
}
.goods_list .goods_item .text_wrap .title {
  text-align: center;
  line-height: 60px;
  color: #25345A;
  font-size: 20px;
  font-weight: bold;
}
.goods_list .goods_item:hover .img {
  transform: scale(1.1);
}

/* 产品中心 */
.product_center .goods_list {
  margin-right: -20px;
  margin-top: 20px;
}
.product_center .goods_list .goods_item {
  width: calc(33.33% - 20px);
  margin-right: 20px;
}
.product_center .goods_list .goods_item .img{
  padding-top: 60%;
}

@media(max-width:1200px){
  #main {
    margin-top: 10px;
  }
  #main #search {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
  }
  #search .search_item {
    margin-bottom: 10px;
    margin-right: 0;
  }
  #main #search .search_box {
    width: 100%;
    display: flex;
  }
  #search .search_item .searchinput {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  #search .search_item .btn {
    display: inline-block;
    vertical-align: top;
    width: 80px;
  }
  .product_center .goods_list {
    margin-right: 0;
  }
  .breadcrumb {
    padding: 10px 0;
  }
}
@media(max-width:920px){
  .slider {
    display: none;
  }
}
@media(max-width:640px){
  .product_center .goods_list {
    margin-right: -10px;
    margin-top: 10px;
  }
  .product_center .goods_list .goods_item {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .goods_list .goods_item .text_wrap .title {
    font-size: 14px;
  }

}


/* 产品详情 */
.product_info .goods_list {
  margin-right: -20px;
  margin-top: 20px;
}
.product_info .goods_list .goods_item {
  width: calc(33.33% - 20px);
  margin-right: 20px;
}
.product_info .goods_list .goods_item .img{
  padding-top: 60%;
}
.product_info {}
.product_info .section {
  font-size: 14px;
}
.product_info .section.intro img {
  max-width: 100%;
}
.product_info .section.download .section_content{
  display: flex;
  justify-content: space-between;
}
.product_info .section.download .item {
  width: 50%;
  margin-right: 20px;
  background-color: #F5654D;
  padding:15px;
  flex: 1;
  position: relative;
  transition: all 0.3s;
}
.product_info .section.download .item:hover {
  background-color: #999;
}
.product_info .section.download .item:last-child{
  margin: 0;
}
.product_info .section.download .item .box {
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
}
.product_info .section.download .item .icon {
  font-size: 30px;
  margin-right: 5px;
}
.product_info .section.download .item .enter {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.industry {
  margin-top: 10px;
}
.industry  .box {
  height: 100%;
}
.industry .item .box{
  font-size: 0;
}
.industry .item {
  width: 100%;
  display: block;
  background-color: rgb(120, 122, 129, .5);
  /*margin-bottom: 15px;*/
}

/* .industry .item .img_wrap .img_wrap_mc{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
} */

.industry .item .img_wrap  .img_wrap_mc:hover{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: none;
}



.industry .item .text_wrap {
  font-size: 14px;
  padding: 25px;
  color: #fff;
  width: 90%;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
}
.industry .item .img_wrap .img {
  padding-top: 50%;
  transition: all 0.3s;
}
.industry .item .text_wrap .title {
  font-size: 14px;
  margin-top: 8px;
}
.industry .item .text_wrap .text {
  line-height: 25px;
  margin-top: 20px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -MOZ-box-orient:vertical;
  -webkit-line-clamp:3;
  -MOZ-line-clamp:3;
  word-wrap:break-word;
  word-break:break-all;
}
.industry .item .text_wrap .btn {
  margin-top: 10px;
  font-size: 12px;
  color: #0666ab;
}
.industry .item:hover .img {
  transform: scale(1.1);
}

@media(max-width:920px){
  .section.industry .item .text_wrap .title {
    font-size: 20px;
  }
  .section.industry .item .text_wrap .text {
    margin-top: 10px;
  }
}
@media(max-width:640px){
  .product_info .section.download .item {
    margin-right: 10px;
    padding: 15px;
    padding-right: 35px;
  }
  .product_info .section.download .item .icon {
    font-size: 22px;
  }
  .product_info .section {
    font-size: 14px;
  }
  .section .goods_list {
    margin-right: -10px;
    margin-top: 10px;
  }
  .section .goods_list .goods_item {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .section.industry .item .img_wrap {
    width: 100%;
  }
  .section.industry .item .text_wrap {
    width: 100%;
    padding: 10px;
  }
  .section.industry .item .text_wrap .btn {
    margin-top: 10px;
  }

}


.main_info {
  margin: 0 auto!important;
  min-height: 500px;
}
.main_info .info img {
  max-width: 100%;
}
.main_info .content{
  color: #25345A;
}
.main_info h1 {
  color: #25345A;
  padding: 0 0 10px 0;
  font-size: 35px;
}
.main_info .banner {
  font-size: 0;
  position: relative;
  background-color: #F8FAFF;
}
.main_info .banner .text_wrap {
  width: 34%;
  display: inline-block;
  word-break: break-all;
  color: #25345A;
  vertical-align: top;
  height: 100%;
}
.main_info .banner .text {
  width: 34%;
  font-size: 14px;
  padding: 0 40px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.main_info .banner .text small {
  color: #5C77BC;
  font-size: 16px;
  line-height: 24px;
}
.main_info .banner .text span {
  font-size: 30px;
  font-weight: bold;
  display: block;
  color: #34497E;
  margin-bottom: 20px;
}
.main_info .banner .text .btn {
  display: block;
  margin-top: 20px;
  text-align: left;
  color: #F5654D;
}
.main_info .banner .img_wrap {
  width: 66%;
  display: inline-block;
  vertical-align: top;
}
.main_info .banner .img_wrap .img {
  padding-top: 50%;
}
.main_info .goods_list {
  margin-top: 30px;
  margin-right: -20px;
}
.main_info .goods_list .goods_item {

  width: calc(33.33% - 20px);
  margin-right: 20px;
}
.main_info .goods_list .goods_item .img {
  padding-top: 60%;
}
.main_info .section.download {
  padding: 20px 0;
}
.main_info .section.download .box {
  display: flex;
  align-items: center;
}
.main_info .section.download .btn {
  padding: 5px 10px;
}
.main_info .section.download .box span {
  font-size: 12px;
}
.main_info .section.download .box i {
  font-size: 18px;
}
@media(max-width:1440){
  .main_info .info img {
    width: 100%;
  }
}
@media(max-width:920px){
  .main_info.industry .item .text_wrap .title {
    font-size: 20px;
  }
  .main_info.industry .item .text_wrap .text {
    margin-top: 10px;
  }
  .main_info .banner {
    position: relative;
    height: 530px;
  }
  .main_info .banner .text_wrap {
    width: 100%;
    position: absolute;
    top: 78%;
    left: 0;
    height: auto;
  }
  .main_info .banner .text {
    width: 100%;
  }
  .main_info .banner .img_wrap {
    width: 100%;
  }
  .main_info .banner .img_wrap .img {
    padding-top: unset;
    height: 300px;
  }
  .industry .item .text_wrap .title {
    font-size: 20px;
  }
  .industry .item .text_wrap .text {
    margin-top: 10px;
  }
  .industry .item .text_wrap .btn {
    margin-top: 10px;
  }
}
@media(max-width:640px){
  .main_info h1 {
    font-size: 18px;
  }
  .main_info .info img {
    width: 100%;
  }
  .main_info.industry .item .img_wrap {
    width: 100%;
  }
  .main_info.industry .item .text_wrap {
    width: 100%;
    padding: 10px;
  }
  .main_info.industry .item .text_wrap .btn {
    margin-top: 10px;
  }
  .main_info .banner .text {
    padding: 15px;
    left: 0;
  }
  .main_info .banner .text span {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .main_info .banner .text .btn {
    margin-top: 10px;
  }
  .main_info .goods_list {
    margin-top: 10px;
    margin-right: -10px;
  }
  .main_info .goods_list .goods_item {
    width: calc(33.33% - 10px);
    margin-right: 10px;
  }
  .industry .item .img_wrap {
    width: 100%;
  }
  .industry .item .text_wrap {
    width: 100%;
    padding: 10px;
  }
  .industry .item .text_wrap .text {
    line-height: 20px;
  }

}

/* 关于鼎镁 */
.about_info {}
.about_info img {

}


/* 发展历程 */
.history_info {}
.history_info .item {}
.history_info .item .top_title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E9FF;
  padding-bottom: 15px;
}
.history_info .item .top_title .title{
  flex: 1;
  font-size: 25px;
  font-weight: bold;
  color: #34497E;
}
.history_info .item .top_title .time{
  text-align: right;
  flex: 1;
  color: #4D8FCD;
  font-size: 20px;
  font-weight: bold;
}

.history_info .item .item_wrap {
  margin: 30px 0;
  font-size: 0;
}
.history_info .item .item_wrap .img_wrap {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding-right: 30px;
  border-right: 1px solid #E6E9FF;
}
.history_info .item .item_wrap .img_wrap .box {
  overflow: hidden;
}
.history_info .item .item_wrap .img_wrap .img {
  padding-top: 65%;
  transition: all 0.3s;
}
.history_info .item:hover .img_wrap .img{
  transform: scale(1.1);
}
.history_info .item .item_wrap .text_wrap {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  padding-left: 30px;

}

.history_info .item .item_wrap .text_wrap .title {
  color: #25345A;
  font-size: 20px;
}
.history_info .item .item_wrap .text_wrap .text {
  color: #25345A;
  line-height: 25px;
  margin-top: 20px;
}
@media(max-width:640px){
  .history_info .item .top_title {
    padding-bottom: 10px;
  }
  .history_info .item .top_title .title {
    font-size: 20px;
  }
  .history_info .item .top_title .time {
    font-size: 16px;
  }
  .history_info .item .item_wrap {
    margin: 15px 0;
  }
  .history_info .item .item_wrap .img_wrap {
    width: 100%;
    padding-right: 0;
    border-right: unset
  }
  .history_info .item .item_wrap .text_wrap {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .history_info .item .item_wrap .text_wrap .text {
    margin-top: 10px;
  }
}

/* 荣誉 */
.honor_info .honor_info_wrap {
  display: flex;
  background-color: #EDF0F8;
}
.honor_info .honor_info_wrap .img_wrap {
  flex: 0.5;
}
.honor_info .honor_info_wrap .img_wrap .img {
  padding-top: 115%;
}
.honor_info .honor_info_wrap .text_wrap {
  flex: 1;
  /*padding-left: 30px;*/
}

.honor_info .honor_info_wrap .text_wrap .title {
  border-bottom: 1px solid #C9D2E9;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.honor_info .honor_info_wrap .text_wrap .title i {
  font-size: 20px;
  color: #0666AB;
}
.honor_info .honor_info_wrap .text_wrap .title span {
  color: #25345A;
  font-size: 20px;
  padding-left: 10px;
  font-weight: bold;
}
.honor_info .honor_info_wrap .text_wrap .text {
  margin-top: 10px;
}
.honor_info .item_shu {
  margin-bottom: 10px;
}
.honor_info .item_shu .shu_title {
  color: #25345A;
  font-size: 20px;
  padding-left: 10px;
  font-weight: bold;
}
.honor_info .item_shu .list_text {
  font-size: 0;
  margin-top: 10px;
  padding-left: 27px;
}
.honor_info .item_shu .list_text .item_text {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #25345A;
  position: relative;
  padding-left: 20px;
  margin:10px 0;
}
.honor_info .item_shu .list_text .item_text::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background-color: #0666AB;
  position: absolute;
  top: 8px;
  left: 0;
}
@media(max-width:920px){
  .honor_info .honor_info_wrap{
    display: block;
  }
  .honor_info .honor_info_wrap .img_wrap .img {
    padding-top: 50%;
  }
  .honor_info .honor_info_wrap .text_wrap {
    padding: 0 15px;
  }
}
@media(max-width:640px){
  .honor_info .item_shu .list_text .item_text {
    width: 50%;
  }
}

/* 文化建设 */
.cultural_info {}
.cultural_info .item {
  margin: 20px 0;
  color: #25345A;
  background-color: #EDF0F8;
}
.cultural_info .item_box {
  position: relative;
  padding: 30px 30px 30px 70px;
}
.cultural_info .item_box i {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  font-size: 25px;
  color: #34497E;
}
.cultural_info .item_box .title {
  font-size: 20px;
}
.cultural_info .item_box .text {
  font-size: 16px;
  margin-top: 5px;
}
.cultural_info .img_list {
  font-size: 0;
  padding-left: 60px;
}
.cultural_info .img_list .img_item {
  padding: 0;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}
.cultural_info .img_list .img {
  padding-top: 50%;
}
/* .cultural_info .img_list .img_item .img_wrap_mc {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
} */
.cultural_info .img_list .img_item .img_wrap_mc:hover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: none;
}
@media(max-width:640px){
  .cultural_info .img_list {
    padding-left: 0;
  }
  .cultural_info .img_list .img_item {
    padding: 5px;
  }
}

/* 職位 */
.job_info {}
.job_info .job{
  position: relative;
  color: #25345A;
}
.job_info .job .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 30px;
  font-size: 14px;
}
.job_info .job .text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}
/* 应聘 */
.jobapply_info .apply {
  margin-top: 30px;
  padding-left: 50px;
}
.jobapply_info .tips {
  align-items: center;
  margin-top: 10px;
}
.jobapply_info .tips em {
  color: red;
  margin-right: 5px;
}

.jobapply_info .apply .item {
  display: flex;
  margin: 10px 0;
  line-height: 40px;
}
.jobapply_info .apply .item .label {
  width: 88px;
  font-size: 14px;
}
.jobapply_info .apply .item .label em {
  color: red;
}
.jobapply_info .apply .item .input {
  padding-left: 20px;
  position: relative;
  width: 100%;
}
.jobapply_info .apply .item .input input,
.jobapply_info .apply .item .input textarea {
  border: 1px solid #dbdbdb;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 5px;
  width: 390px;
  padding: 0 10px;
}
.jobapply_info .apply .item .input textarea {
  height: 100px;
}

.jobapply_info .applyinput_file i {
  color: #005EB8;
  line-height: 40px;
  font-size: 28px;
}
.jobapply_info .applyinput_file .applyinput {
  opacity: 0;
}
.jobapply_info .resumename {
  position: absolute;
  top: 0;
  left: 60px;
}
.jobapply_info .btn {
  line-height: 45px;
  padding: 0 30px;
  border-radius: 0px;
  box-shadow: unset;
}
.jobapply_info .form_btn {
  margin-top: 20px;
  padding-left: 50px;
}
.jobapply_info .form_btn .item {
  background-color: #edf0f8;
  padding: 8px 20px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
}
.jobapply_info .form_btn .item.active {
  background-color: #34497E;
  color: #fff;
}
.jobapply_info .apply .item.form_item_50 {
  width: 49%;
  display: inline-block;
  position: relative;
  padding-left: 90px;
  padding-right: 30px;
}
.jobapply_info .apply .item.form_item_50 .label {
  position: absolute;
  top: 0;
  left: 0;
}
.jobapply_info .apply .item.form_item_50 .input input,
.jobapply_info .apply .item.form_item_50 .input textarea {
  width: 100%;
}
.jobapply_info .apply .item.form_item_50 .input {
  padding-left: 10px;
}
.jobapply_info .apply .item .input textarea {
  width: 100%;
}
@media(max-width:640px){
  .jobapply_info .apply {
    padding: 10px;
    margin-top: 0;
  }
  .jobapply_info .apply .item {
    display: block;
    margin: 2px 0;
  }
  .jobapply_info .apply .item .label {
    text-align: left;
  }
  .jobapply_info .apply .item .input {
    padding-left: 0;
  }
  .jobapply_info .apply .item .input input,
  .jobapply_info .apply .item .input textarea {
    width: 100%;
  }
  .jobapply_info .btn {
    width: 100%;
  }
  .jobapply_info .resumename {
    top: -21px;
    left: 40px;
  }
  .jobapply_info .form_btn {
    padding-left: 10px;
  }
  .jobapply_info .form_btn .item {
    margin-right: 5px;
  }
  .jobapply_info .apply .item.form_item_50 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .jobapply_info .apply .item.form_item_50 .label {
    position: unset;
  }
  .jobapply_info .apply .item.form_item_50 .input {
    padding-left: 0;
  }
}

/* 新闻 */
.class_list {
  display: flex;
  margin-top: 20px;
}
.class_list .item {
  display: inline-block;
  flex: 1;
}
.class_list .item:first-child {
  padding-right: 10px;
}
.class_list .item:last-child {
  padding-left: 10px;
}
.class_list .item .box {
  background-color: #EDF0F8;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.class_list .item .box span {
  flex:1;
  color: #F5654D;
  font-size: 25px;
}
.class_list .item .box i {
  text-align: right;
  flex:1
}
.class_list .item .box:hover {
  background-color: #4976B2;
}
.class_list .item .box:hover span,.class_list .item .box:hover i {
  color: #fff;
}

.news_list {}
.news_list .item {
  display: block;
  margin-top: 20px;
}
.news_list .item .item_wrap {
  font-size: 0;
  position: relative;
}
.news_list .item .img_wrap {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.news_list .item .img_wrap .img {
  padding-top: 70%;
}
.news_list .item .text_wrap {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 30px;
}
.news_list .item .text_wrap .title {
  color: #25345A;
  font-size: 18px;
}
.news_list .item .text_wrap .text {
  color: #8196CB;
  margin-top: 20px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -MOZ-box-orient:vertical;
  -webkit-line-clamp:3;
  -MOZ-line-clamp:3;
  word-wrap:break-word;
  word-break:break-all;
}
.news_list .item .text_wrap .time {
  color: #25345A;
  margin-top: 50px;
}
.news_list .item .download {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
.news_list .item .download span{
  font-size: 12px;
}
.news_list .item .download i{
  font-size: 18px;
}
@media(max-width:1200px){
  .news_list .item .text_wrap .text {
    margin-top: 10px;
  }
  .news_list .item .text_wrap .time {
    margin-top: 10px;
  }
}
@media(max-width:640px){
  .news_list .item .text_wrap .title {
    font-size: 16px;
  }
  .news_list .item .text_wrap {
    padding-left: 15px;
    padding-right: 40px;
  }
  .news_list .item .text_wrap .text {
    -webkit-line-clamp:1;
    -MOZ-line-clamp:1;
    margin-top: 5px;
  }
  .news_list .item .text_wrap .time {
    margin-top: 2px;
    font-size: 12px;
  }
  .news_list .item .download {
    top: 0;
    padding: 5px;
    background-color: #f5f5f5;
  }
  .news_list .item .download span {
    display: none;
  }
  .news_list .item .download i {
    font-size: 14px;
    color: #2c6a95;
  }
}
/* 联系我们 */
.contact_info {}
.contact_info .map {
  background-color: #F8FAFF;

}

.contact_info .text_wrap {
  padding: 25px;
}
.contact_info .text_wrap h2 {
  color: #005EB8;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 15px;
}
.contact_info .text_wrap .item {
  display: flex;
  margin: 5px 0;
  align-items: center;
}
.contact_info .text_wrap .item i {
  font-size: 20px;
  color: #adb6cd;
}
.contact_info .text_wrap .item span {
  color: #25345A;
  font-size: 16px;
  margin-left: 10px;
}
.contact_info .list_company {
  margin-top: 20px;
  padding: 20px;
  background-color: #F8FAFF;
  font-size: 0;
}
.contact_info .list_company .text_wrap {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
.contact_info .list_company .text_wrap h2{
  font-size: 22px;
  color: #25345A;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.contact_info .list_company .text_wrap .item span {
  font-size: 14px;
}
@media(max-width:640px){
  .contact_info .text_wrap h2 {
    font-size: 20px;
  }
  .contact_info .list_company .text_wrap h2 {
    font-size: 15px;
  }
  .contact_info .list_company {
    padding: 10px;
    margin-top: 10px;
  }
  .contact_info .list_company .text_wrap {
    padding: 10px;
  }
  .contact_info .text_wrap .item span {
    font-size: 14px;
  }
  .contact_info .list_company .text_wrap .item span {
    font-size: 14px;
  }
}
@media(max-width:480px){
  .contact_info .list_company .text_wrap {
    width: 100%;
  }
}


.explain_info {
  margin-top: 20px;
}
.explain_info .section_content {
  display: flex;
}
.explain_info .section_content .item {
  background-color: #EDF0F8;
  padding: 20px;
  margin-right: 20px;
}
.explain_info .section_content .item:last-child {
  margin-right: 0;
}
.explain_info .section_content .item .item_box {

}
.explain_info .section_content .item .title {
  color: #F5654D;
  font-size: 25px;
}
.explain_info .section_content .item .text {
  margin-top: 15px;
  color: #25345A;
  font-size: 14px;
  line-height: 22px;
}
@media(max-width:640px){
  .explain_info .section_content {
    display: inline-block;
  }
  .explain_info .section_content .item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .explain_info .section_content .item .title {
    font-size: 18px;
  }
  .explain_info .section_content .item .text {
    margin-top: 10px;
  }
}


.footer {
  margin: 0 auto;
  margin-top: 40px;
}
.footer .box {
  background-color: #EDF0F8;
  padding: 30px 20px;
}
.footer .top {
  display: flex;
}
.footer .top .nav {
  padding-left: 60px;
  display: flex;
  flex: 1;
  margin-top: 15px;
}
.footer .top .nav a {
  flex:1;
  color: #25345A;
}
.footer .top .nav a:hover {
  color: #25345A;
  font-weight: bold;
}
.footer .top .img_wrap {
  width: 20%;
}
.footer .top .img_wrap .img {
  padding-top: 15%;
}
.footer .copyright {
  margin-top: 20px;
  text-align: center;
  padding: 20px 0 0 0;
  color: #a8acb7;
  border-top: 1px solid #dcdfe9;
}


@media(max-width:1400px){
  .footer {
    width: 100%;
    margin-top: 10px;
  }
}
@media(max-width:700px){
  .footer {
    margin-top: 10px;
    padding: 0;
  }
  .footer .top {
    display: block;
  }
  .footer .top .img_wrap {
    width: 266px;
    margin: 0 auto;
  }
  .footer .top .nav {
    padding: 0;
  }
}
@media(max-width:500px){

  .footer .top .nav {
    display: none;
  }
}

.product_center .goods_list .goods_item .img{
  background-size: contain;
}
.goods_list .goods_item .img_wrap .img {
  background-size: contain;
}


/* news */
.news {
  margin-top: 20px;
}

.news .news_title {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.news .news_title .more {
  color: #bbb8b8;
  cursor: pointer;
}

.news .industry .item .box {
  font-size: 0;
  display: flex;
}

.news .industry .item {
  width: 100%;
  display: block;
  background-color: #ececec;
  /* margin-bottom: 15px; */
  padding: 10px 0;
}

.news .industry .item .img_wrap {
  width: 40%;

  padding: 20px;
  position: relative;
}


/* .news .industry .item .img_wrap .box .img_wrap_mc{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
} */

.news .industry .item .img_wrap .box  .img_wrap_mc:hover{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: none;
}




.news .industry .item .text_wrap {
  width: 60%;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

.news .industry .item .img_wrap .img {
  padding-top: 50%;
  height: 100%;
}

.news .industry .item .text_wrap .title {
  width: 80px;
  text-align: center;
  background: #5C77BC;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
}

.news .industry .item .text_wrap .text {
  display: flow-root;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #787A8E;
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news .industry .item .text_wrap .time {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #787A8E;
  margin-top: 20px;
}

.news .industry .item .text_wrap .btn {
  width: 90px;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #0018b3;
  color: #0018b3;
  font-weight: bold;
  cursor: pointer;
  margin-top: 18px;
}

@media(max-width:1440px) {
  .news {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.news .content {
  width: 100%;
  height: 400px;
  background: #ebeef0;
  padding: 20px;
  display: flex;
}

.news .content .content_img {
  width: 50%;
  height: 100%;
}

.news .content .content_img img {
  width: 100%;
  height: 100%;
}

.news .content .content_notice {
  width: 45%;
  height: 100%;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.news .content .content_notice .gg {
  width: 60px;
  text-align: center;
  padding: 5px 15px;
  background: #3604eb;
  border-radius: 5px;
  color: #fff;
}

.news .content .content_notice .tltle {
  padding: 10px 0;
  font-size: 25px;
  font-weight: bold;
  color: #3604eb;
}

.news .content .content_notice .tltle .ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news .content .content_notice .understand {
  width: 90px;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #3604eb;
  color: #3604eb;
  /*margin-top: 50px;*/
  font-weight: bold;
  cursor: pointer;
}

@media(max-width:1400px) {
  .news {
    width: 100%;
    /* padding: 10px; */
    margin-top: 10px;
  }
}
@media(max-width:820px) {
  .news .content{
    height: 240px;
  }

  .news .content .content_img {
    width:65%;
    height: 100%;
  }
  .news .content .content_notice {
    width: 35%;
  }
  .news .content .content_notice .tltle{
    font-size: 20px;
  }
}

@media(max-width:500px) {
  .news .content {
    height: 160px;
  }

  .news .content .content_img {
    width: 60%;
    height: 100%;
  }

  .news .content .content_notice {
    width: 35%;
    height: 100%;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .news .content .content_notice .gg {
    width: 60px;
    text-align: center;
    padding: 5px 15px;
    background: #3604eb;
    border-radius: 5px;
    color: #fff;
  }

  .news .content .content_notice .tltle {
    padding: 5px 0;
    font-size: 12px;
  }

  .news .content .content_notice .understand {
    width: 60px;
    text-align: center;
    padding: 2px 0px;
    border: 1px solid #3604eb;
    color: #3604eb;
    font-weight: bold;
    cursor: pointer;
  }
}

@media(max-width:500px) {
  .index_service .list .item {
    width: 100%;
    float: left;
    height: 200px;
  }
}


/* news */
.news_span {
  margin: 0 auto;
  width: 75%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.news_span .news_title {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_span .news_title .news_title_l {
  width: 150px;
  height: 50px;
  font-size: 30px;
  color: #0018b3;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_span .news_title .more {
  color: #bbb8b8;
  cursor: pointer;
}

.news_span .industry {
  width: 50%;
  font-size: 0;
}

.news_span .industry .box .item {
  width: 100%;
  font-size: 0;
  display: block;
  background: none;
  margin-bottom: 10px;
}

.news_span .industry .item .img_wrap {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}


.news_span .industry .item .text_wrap {
  width: 50%;
  font-size: 14px;
  color: #fff;
  padding: 10px 0 10px 10px;
  display: inline-block;
  vertical-align: top;
}

.news_span .industry .item .img_wrap .img {
  padding-top: 50%;
}

.news_span .industry .item .text_wrap .title {
  width: 80px;
  text-align: center;
  background: #0018b3;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
}

.news_span .industry .item .text_wrap .text {
  display: flow-root;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  color: #0018b3;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_span .industry .item .text_wrap .time {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  color: #0018b3;
  margin-top: 10px;
}

.news_span .industry .item .text_wrap .btn {
  width: 90px;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #0018b3;
  color: #0018b3;
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
}

@media(max-width:1440px) {
  .news_span {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 10px;
  }

  .news_span .industry .item .img_wrap {
    width: 60%;

  }

  .news_span .industry .item .text_wrap {
    width: 40%;
  }

  .news_span .industry .item .img_wrap {
    padding: 10px;
  }

  .news_span .industry .item .text_wrap .title {
    width: 35px;
    font-size: 12px;
  }

  .news_span .industry .item .text_wrap .text {
    margin-top: 5px;
    font-size: 12px;
  }

  .news_span .industry .item .text_wrap .time {
    margin-top: 5px;
    font-size: 12px;
  }

  .news_span .industry .item .text_wrap .btn {
    width: 70px;
    margin-top: 5px;
    font-size: 12px;
    text-align: none;
    padding: 5px 0px;
  }
}

@media(max-width:920px) {
  .news_span {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .news_span .industry .item .text_wrap .title {
    width: 35px;
    font-size: 12px;
  }

  .news_span .industry .item .text_wrap .text {
    margin-top: 5px;
    font-size: 12px;
  }

  .news_span .industry .item .text_wrap .time {
    margin-top: 5px;
    font-size: 12px;
  }

  .news_span .industry .item .text_wrap .btn {
    width: 70px;
    margin-top: 5px;
    font-size: 12px;
    text-align: none;
    padding: 5px 0px;
  }
}

@media(max-width:640px) {
  .news_span {
    width: 100%;
    margin: 0 auto;
    /* margin-top: 20px; */
    display: flow-root;
  }

  .news_span .industry {
    width: 100%;
  }

  .news_span .industry .item .img_wrap {
    width: 60%;

  }

  .news_span .industry .item .text_wrap {
    width: 40%;
  }

  .news_span .industry .item .img_wrap {
    padding: 10px;
  }

  .news_span .industry .item .text_wrap .title {
    width: 35px;
    font-size: 12px;
  }

  .news_span .industry .item .text_wrap .text {
    margin-top: 5px;
    font-size: 12px;
  }

  .news_span .industry .item .text_wrap .time {
    margin-top: 5px;
    font-size: 12px;
  }

  .news_span .industry .item .text_wrap .btn {
    width: 70px;
    margin-top: 5px;
    font-size: 12px;
    text-align: none;
    padding: 5px 0px;
  }
}

.news_span .content {
  width: 50%;
  height: 250px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.news_span .content .content_img {
  width: 50%;
  height: 100%;
}

.news_span .content .content_img img {
  width: 100%;
  height: 100%;
}

.news_span .content .content_notice {
  width: 50%;
  height: 100%;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.news_span .content .content_notice .gg {
  width: 60px;
  text-align: center;
  padding: 5px 15px;
  background: #3604eb;
  border-radius: 5px;
  color: #fff;
}

.news_span .content .content_notice .tltle .ellipsis {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_span .content .content_notice .tltle {
  padding: 8px 0;
  font-size: 25px;
  font-weight: bold;
  color: #3604eb;
}

.news_span .content .content_notice .understand {
  width: 90px;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #3604eb;
  color: #3604eb;
  font-weight: bold;
  cursor: pointer;
}
@media(max-width:1400px) {
  .news_span {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  }
  .news_span .content .content_img {
    width: 60%;
    height: 100%;
  }
  .news_span .content .content_notice {
    width: 40%;
    height: 100%;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
@media(max-width:820px) {
  .news_span  {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
  }
  .news_span .content {
    width: 100%;
    height: 240px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  .news_span .content .content_notice .tltle {
    padding: 8px 0;
    font-size: 15px;
    font-weight: bold;
    color: #3604eb;
  }
  .news_span .content .content_img {
    width: 65%;
    height: 100%;
  }

  .news_span .content .content_notice {
    width: 35%;
  }
}

@media(max-width:500px) {
  .news_span .content {
    height: 160px;
  }

  .news_span .content .content_img {
    width: 60%;
    height: 100%;
  }

  .news_span .content .content_notice {
    width: 35%;
    height: 100%;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .news_span .content .content_notice .gg {
    width: 60px;
    text-align: center;
    padding: 5px 15px;
    background: #3604eb;
    border-radius: 5px;
    color: #fff;
  }

  .news_span .content .content_notice .tltle {
    padding: 0;
    font-size: 12px;
  }

  .news_span .content .content_notice .understand {
    width: 60px;
    text-align: center;
    padding: 2px 0px;
    border: 1px solid #3604eb;
    color: #3604eb;
    font-weight: bold;
    cursor: pointer;
  }
}

.news_span .content .content_img {
  width: 60%;
  height: 100%;
}

.news_span .content .content_notice {
  width: 35%;
  height: 100%;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.news_span .content .content_notice .gg {
  width: 60px;
  text-align: center;
  padding: 5px 15px;
  background: #3604eb;
  border-radius: 5px;
  color: #fff;
}

.news_span .content .content_notice .tltle {
  padding: 0;
  font-size: 12px;
}

.news_span .content .content_notice .understand {
  width: 60px;
  text-align: center;
  padding: 2px 0px;
  border: 1px solid #3604eb;
  color: #3604eb;
  font-weight: bold;
  cursor: pointer;
}


.news_title .news_title_l {
  width: 150px;
  height: 50px;
  font-size: 30px;
  color: #34497E;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_service {
  font-size: 0;
  margin-top: 20px;
}

.index_service .list {
  margin-right: -11px;
}

.index_service .list .item {
  width: 33.03%;
  display: inline-block;
  position: relative;
}

.index_service .list .item .img_wrap {
  overflow: hidden;
  position: relative;
}

/* .index_service .list .item .img_wrap .img_wrap_mc{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
} */
.index_service .list .item .img_wrap .img_wrap_mc:hover{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: none;
}

.index_service .list .item .img {
  padding-top: 65%;
  transition: all 0.3s;
}

.index_service .list .item .titile {
  font-size: 16px;
  width: 80%;
  line-height: 45px;
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 0;
  background-color: rgb(0 0 0 / 50%);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index_service .list .item .titile span {
  display: inline-block;
  width: 10px;
  height: 35px;
  line-height: 35px;
  margin-right: 15px;
  background-color: #fff;
  color: #fff;
}

.index_service .list .item:hover .img {
  transform: scale(1.1);
}

@media(max-width:1400px) {
  .index_service {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}

@media(max-width:820px) {
  .index_service {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  }

  .index_service .list .item {
    width: calc(50% - 15px);
    height: 100%;
  }

  .index_service .list .item .titile {
    font-size: 14px;
    line-height: 35px;
  }
  .index_service .list .item .img_wrap .img_wrap_mc{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: none;
  }
}



@media(max-width:640px) {
  .index_service {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  }

  .index_service .list .item {
    width: calc(50% - 10px);
  }
  .index_service .list .item .img_wrap .img_wrap_mc{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: none;
  }

}

@media screen and (max-width:480px) {
  .index_service {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
  }

  .index_service .list .item {
    width: 100%;
  }

  .index_service .list .item .titile {
    bottom: 20px;
    font-size: 12px;
    line-height: 15px;
  }
  .index_service .list .item .img_wrap .img_wrap_mc{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: none;
  }
}

@media(max-width:920px) {
  .news {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .news .industry .item .text_wrap .title {
    font-size: 20px;
  }

  .news .industry .item .text_wrap .text {
    margin-top: 10px;
  }

}

@media(max-width:640px) {
  .news {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .news .news_title .news_title_l {
    padding: 0;
    font-size: 20px;
  }
  .news .industry .item .img_wrap {
    width: 60%;
  }

  .news .industry .item .text_wrap {
    width: 40%;
  }

  .news .industry .item .img_wrap {
    padding: 10px;
  }

  .news .industry .item .text_wrap .title {
    width: 35px;
    font-size: 12px;
  }

  .news .industry .item .text_wrap .text {
    margin-top: 5px;
    font-size: 12px;
  }

  .news .industry .item .text_wrap .time {
    margin-top: 5px;
    font-size: 12px;
  }

  .news .industry .item .text_wrap .btn {
    width: 70px;
    margin-top: 5px;
    font-size: 12px;
    text-align: none;
    padding: 5px 0px;
  }
}

@media (max-width: 820px) {
  .index_service {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    overflow: hidden;
  }

  /* .index_service .list .item {
    width: 100%;
    height: 206px;
    float: left;
    font-size: 20px;
  } */

  .index_service .list .item .titile {
    font-size: 20px;
    line-height: 35px;
  }
}

@media screen and (max-width: 480px) {
  .index_service {
    overflow: hidden;
  }

  .index_service .list .item {
    width: 95%;
  }

  .index_service .list .item {
    width: 100%;
    float: left;
    height: 195px;
  }
}

/* @media (max-width: 500px) {
  .index_service .list .item {
    width: 100%;
    float: left;
    height: 228px;
  }
} */

@media(max-width:500px) {
  .index_service .list .item {
    width: 95%;
    float: left;
    height: 190px;
  }
}



@media (max-width: 640px) {
  .news {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
}

@media (max-width: 820px){
  .news_span .industry{
    width: 100%;
  }
}

.content_wrap .section_content .img_wrap{
  position: relative;
}

/* .content_wrap .section_content .img_wrap .img_wrap_mc{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
} */

.content_wrap .section_content .img_wrap .img_wrap_mc:hover{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: none;
}

.content_wrap .goods_list .img_wrap {
  position: relative;
}
/* .content_wrap .goods_list .img_wrap .img_wrap_mc{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  /* background: rgba(255, 255, 255, 0.3); */
} */
.content_wrap .goods_list .img_wrap  .img_wrap_mc:hover{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: none;
}



.content_wrap .industry .img_wrap {
  position: relative;
}
/* .content_wrap .industry .img_wrap .img_wrap_mc{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
} */
.content_wrap .industry .img_wrap  .img_wrap_mc:hover{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: none;
}