* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'DIN'; 
  src: url("../font/DIN-Medium.eot"); /* IE9 */
  src: url("../font/DIN-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../font/DIN-Medium.ttf") format("truetype"), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+ */  
  url("../font/DIN-Medium.svg#DIN-Medium") format("svg"); /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;

}
@media (max-width: 1920px) {
  html {
    font-size: calc(100vw/19.2);
  }
}
@media (max-width: 1840px) {
  html {
    font-size: calc(100vw/18.4);
  }
}
@media (max-width: 1760px) {
  html {
    font-size: calc(100vw/17.6);
  }
}
@media (max-width: 1680px) {
  html {
    font-size: calc(100vw/16.8);
  }
}
@media (max-width: 1600px) {
  html {
    font-size: calc(100vw/16);
  }
}
@media (max-width: 1520px) {
  html {
    font-size: calc(100vw/15.2);
  }
}
@media (max-width: 1440px) {
  html {
    font-size: calc(100vw/14.4);
  }
}
@media (max-width: 1360px) {
  html {
    font-size: calc(100vw/13.6);
  }
}
@media (max-width: 1280px) {
  html {
    font-size: calc(100vw/12.8);
  }
}
@media (max-width: 1200px) {
  html {
    font-size: calc(100vw/12);
  }
}
@media (max-width: 1080px) {
  html {
    font-size: calc(100vw/10.8);
  }
}
@media (max-width: 1000px) {
  html {
    font-size: calc(100vw/10);
  }
}
@media (max-width: 920px) {
  html {
    font-size: calc(100vw/9.2);
  }
}
@media (max-width: 840px) {
  html {
    font-size: calc(100vw/8.4);
  }
}
@media (max-width: 760px) {
  html {
    font-size: calc(100vw/7.6);
  }
}
@media (max-width: 680px) {
  html {
    font-size: calc(100vw/6.8);
  }
}
@media (max-width: 600px) {
  html {
    font-size: calc(100vw/6);
  }
}
@media (max-width: 520px) {
  html {
    font-size: calc(100vw/5.2);
  }
}
@media (max-width: 440px) {
  html {
    font-size: calc(100vw/4.4);
  }
}
@media (max-width: 360px) {
  html {
    font-size: calc(100vw/3.6);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  border: 0;
  vertical-align: top;
  max-width:100%;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83.333333%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 960px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt140 {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .pt140 {
    padding-top: 1.2rem;
  }
}
.pb140 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .pb140 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 0.34rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.42rem;
  }
}
/*头部*/

.hadheight {
  display: none;
  height: 111px;
}
@media (max-width: 1580px) {
  .hadheight {
    height: 81px;
  }
}
@media (max-width: 991px) {
  .hadheight {
    height: 71px;
  }
}
@media (max-width: 767px) {
  .hadheight {
    height: 61px;
  }
}
.hadbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background:rgba(0, 88, 170, 0.5)
}
.hadbox-sec1 {
  transition: all 0.3s linear;
  display: flex;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 110px;
  height: 110px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 {
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 {
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
.hadbox-sec1 .lt {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.25rem 0.3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hadbox-sec1 .lt .logo {
  display: block;
  width: 2.42rem;
  overflow: hidden;
  margin-right: 0.23rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .logo {
    width: 1.8rem;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 .lt .logo {
    width: 2.3rem;
  }
  .hadbox-sec1 .gt .lange span{
    font-size:18px;	
  }
}
@media (max-width: 567px) {
  .hadbox-sec1 .lt .logo {
    /* width: 2.6rem; */
    width: 2.3rem;
  }
  .hadbox-sec1 .gt .lange span{
    font-size:18px;	
  }
}
.hadbox-sec1 .lt .logo img,
.hadbox-sec1 .lt .logo svg {
  float: left;
  width: 100%;
}
.hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .lt .text {
  font-size: 14px;
  opacity: 0.4;
  line-height: 1.4;
}
.hadbox-sec1 .lt .text a{
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .lt .text {
    font-size: 14px;
  }
}
.hadbox-sec1 .f_navbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox {
    display: none;
  }
}
.hadbox-sec1 .f_navbox li .tit {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.16rem;
  position: relative;
  padding: 0 0.31rem;
}

@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 0.14rem;
    padding: 0 0.18rem;
  }
}
@media (max-width: 1360px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 0.14rem;
    padding: 0 0.12rem;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox li .tit {
    padding: 0 0.12rem;
  }
}
.hadbox-sec1 .f_navbox li .tit i {
  display: block;
  overflow: hidden;
  opacity: 0.5;
  margin-left: 10px;
  font-size: 13px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit i {
    margin-left: 6px;
    font-size: 11px;
  }
}
.hadbox-sec1 .f_navbox li .tit i img {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .tit:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  background-color: #004896;
  height: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 2px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit:after {
    height: 2px;
  }
}
.hadbox-sec1 .f_navbox li .fz_hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  visibility: hidden;
  line-height: 0;
  height: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .fz_hover .container {
  display: flex;
  justify-content: center;
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul {
  display: flex;
  justify-content: center;
  max-width: 100%;
  line-height: 80px;
  background: url(../images/xiebagheadd1.png) no-repeat;
  background-position: 0% center;
  background-size: auto 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .fz_hover .container ul {
    line-height: 50px;
    background-size: 120px 100%;
  }
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li a {
  display: block;
  padding: 0 40px;
  color: #333333;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .fz_hover .container ul li a {
    padding: 0 34px;
    font-size: 14px;
  }
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li:hover{
	background:#216be6;

}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li:hover a {
  color: #fff;
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li.on a {
  color: #fff;
}
.hadbox-sec1 .f_navbox li .had_hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}
.hadbox-sec1 .f_navbox li .had_hover:hover{
	display: block !important;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro {
  padding: 0.52rem 0 0.2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile {

  margin-bottom: 0.2rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img {

  display: block;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .img {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 67%;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .fz_title {
  position: absolute;
  left: 0;
  top: 40%;
  text-align: center;
  width: 100%;
  color: #fff;
  line-height: 1.6;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut {
  width: 78.125%;
  padding-left: 0.55rem;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  line-height: 1;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item {
  width: 33.3333%;
  padding-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.2rem;
  font-size: 18px;
  padding-bottom: 0.16rem;
  padding-top: 0.16rem;
  line-height: 1;
  color: #333333;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title {
    font-size: 16px;
  }
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i {
  display: block;
  width: 8px;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i img,
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i img:nth-child(2),
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i img path,
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i svg path {
  fill: #666;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title:hover {
  color: #004896;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title:hover i img path,
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title:hover svg path {
  fill: #004896;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  padding-top: 0.2rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a {
  display: flex;
  align-items: center;
  width: 50%;
  color: #666666;
  font-size: 14px;
  padding-right: 10px;
  margin-bottom: 0.08rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a {
    font-size: 12px;
  }
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a span {
  display: block;
  width: calc(100% - 4px);
  padding-left: 0.1rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:hover {
  color: #004896;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:hover:before {
  background-color: #004896;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution {
  width: 100%;
  padding-top: 0.4rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item {
  width: 25%;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list {
  display: block;
  position: relative;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 50.4%;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .font {
  position: absolute;
  top: 69%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.18rem 0;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .font .fz_title {
  line-height: 1.4;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .font .fz_title {
    font-size: 14px;
  }
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list:hover .font {
  background: rgba(0, 54, 134, 0.8);
  top: 0;
  padding-top: 25.2%;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list:hover .font .fz_title {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hadbox-sec1 .f_navbox li:hover .tit span {
  color: #004896;
}
.hadbox-sec1 .f_navbox li:hover .tit:after {
  width: 78%;
}
.hadbox-sec1 .f_navbox li:hover .fz_hover {
  visibility: visible;
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li:hover .fz_hover {
    line-height: 50px;
    height: 50px;
  }
}
.hadbox-sec1 .f_navbox li:hover .hover1 {
  display: block;
}
.hadbox-sec1 .f_navbox li.on .tit {
  color: #004896;
}
.hadbox-sec1 .gt {
  display: flex;
  height: 100%;
  align-items: center;
}
.hadbox-sec1 .gt .lange {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0.5rem;
}
.hadbox-sec1 .gt .lange span{
 font-size:16px;	
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange {
    display: none;
  }
}
.hadbox-sec1 .gt .lange .tit {
  display: flex;
  align-items: center;
  color: #fff;
}
.hadbox-sec1 .gt .lange .tit span {
  opacity: 0.5;
}
.hadbox-sec1 .gt .lange .tit i,
.hadbox-sec1 .gt .lange .tit b {
  display: flex;
  overflow: hidden;
}
.hadbox-sec1 .gt .lange .tit i img,
.hadbox-sec1 .gt .lange .tit b img,
.hadbox-sec1 .gt .lange .tit i svg,
.hadbox-sec1 .gt .lange .tit b svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .gt .lange .tit i img:nth-child(2),
.hadbox-sec1 .gt .lange .tit b img:nth-child(2),
.hadbox-sec1 .gt .lange .tit i svg:nth-child(2),
.hadbox-sec1 .gt .lange .tit b svg:nth-child(2) {
  display: none;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit i img:nth-child(1),
.hadbox2 .hadbox-sec1 .gt .lange .tit b img:nth-child(1),
.hadbox2 .hadbox-sec1 .gt .lange .tit i svg:nth-child(1),
.hadbox2 .hadbox-sec1 .gt .lange .tit b svg:nth-child(1) {
  display: none;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit i img:nth-child(2),
.hadbox2 .hadbox-sec1 .gt .lange .tit b img:nth-child(2),
.hadbox2 .hadbox-sec1 .gt .lange .tit i svg:nth-child(2),
.hadbox2 .hadbox-sec1 .gt .lange .tit b svg:nth-child(2) {
  display: block;
}
.hadbox-sec1 .gt:hover .lange .tit i img:nth-child(1),
.hadbox-sec1 .gt:hover .lange .tit b img:nth-child(1),
.hadbox-sec1 .gt:hover .lange .tit i svg:nth-child(1),
.hadbox-sec1 .gt:hover .lange .tit b svg:nth-child(1) {
  display: none;
}
.hadbox-sec1 .gt:hover .lange .tit i img:nth-child(2),
.hadbox-sec1 .gt:hover .lange .tit b img:nth-child(2),
.hadbox-sec1 .gt:hover .lange .tit i svg:nth-child(2),
.hadbox-sec1 .gt:hover .lange .tit b svg:nth-child(2) {
  display: block;
}
.hadbox-sec1 .gt .lange .tit i img path,
.hadbox-sec1 .gt .lange .tit b img path,
.hadbox-sec1 .gt .lange .tit i svg path,
.hadbox-sec1 .gt .lange .tit b svg path {
  fill: #fff;
}
.hadbox-sec1 .gt .lange .tit i {
  width: 18px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .tit i {
    width: 16px;
    margin-right: 8px;
  }
}
.hadbox-sec1 .gt .lange .tit b {
  width: 10px;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .tit b {
    width: 8px;
    margin-right: 8px;
  }
}
.hadbox-sec1 .gt .lange .f_na {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 12px 15px;
  background-color: #fff;
  display: none;
}
.hadbox-sec1 .gt .lange:hover .f_na {
  display: block;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .f_na {
    left: initial;
    right: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    padding: 8px 10px;
    width: 120px;
  }
}
.hadbox-sec1 .gt .lange .f_na a {
  line-height: 40px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  white-space: nowrap;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .f_na a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .f_na a {
    font-size: 12px;
    line-height: 32px;
  }
}
.hadbox-sec1 .gt .lange .f_na a:last-child {
  border-bottom: none;
}
.hadbox-sec1 .gt .search1 {
  width: 1.06rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .search1 {
    display: none;
  }
}
.hadbox-sec1 .gt .search1 .tit {
  display: flex;
  align-items: center;
}
.hadbox-sec1 .gt .search1 .tit img,
.hadbox-sec1 .gt .search1 .tit svg {
  width: 0.2rem;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .gt .search1 .tit img,
  .hadbox-sec1 .gt .search1 .tit svg {
    width: 16px;
  }
}
.hadbox-sec1 .gt .search1 .tit img path,
.hadbox-sec1 .gt .search1 .tit svg path {
  fill: #004896;
}
.hadbox-sec1 .gt .qie {
  padding: 0 0.3rem;
}
@media (min-width: 1200px) {
  .hadbox-sec1 .gt .qie {
    display: none;
  }
}
.hadbox-sec1 .gt .qie span {
  background-color: #fff;
}
.hadbox-sec2 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 70px);
  background-color: #fff;
  display: none;
}
.hadbox-sec2 .container {
  position: relative;
}
@media (max-width: 1199px) {
  .hadbox-sec2 .container {
    height: 100%;
    padding: 0 ;
  }
}
@media (max-width: 1199px) {
}
.hadbox-sec2 .container .f_portrait {
  width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #004896;
  border-radius: 4px;
  font-size: 14px;
}
.hadbox-sec2 .container .form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
  margin-top: 0.34rem;
}
.hadbox-sec2 .container .form .f_sub,
.hadbox-sec2 .container .form .tx {
  height: 1rem;
}
.hadbox-sec2 .container .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 2.5rem);
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int {
    width: calc(100% - 1.5rem);
  }
}
.hadbox-sec2 .container .form .int i {
  width: 0.38rem;
  display: block;
  overflow: hidden;
}
.hadbox-sec2 .container .form .int i img {
  float: left;
  width: 100%;
}
.hadbox-sec2 .container .form .int .tx {
  width: calc(100% - 0.38rem);
  padding: 0.2rem 0.44rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int .tx {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
  }
}
.hadbox-sec2 .container .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  color: #fff;
  background-color: #004896;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
.hadbox-sec2 .container .navbox {
  padding: 0.4rem 0;
  line-height: 60px;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul {
  /* height: calc(100% - 90px); */
  height: auto;
  /* margin-bottom: 10px; */
  margin-bottom: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hadbox-sec2 .container .navbox > ul li {
  list-style: none;
}
.hadbox-sec2 .container .navbox > ul > li {
  border-bottom: 1px solid #ddd;
}
.hadbox-sec2 .container .navbox > ul > li .tit {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.hadbox-sec2 .container .navbox > ul > li .tit i {
  width: 60px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec2 .container .navbox > ul > li .tit i img,
.hadbox-sec2 .container .navbox > ul > li .tit i svg {
  float: left;
  width: 20px;
  transform: scale(1.4);
}
.hadbox-sec2 .container .navbox > ul > li .tit i img path,
.hadbox-sec2 .container .navbox > ul > li .tit i svg path {
  fill: #333;
  width: 100%;
}
.hadbox-sec2 .container .navbox > ul > li ul {
  line-height: 35px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a {
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i {
  width: 50px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg {
  float: left;
  width: 30px;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img path,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg path {
  fill: #666;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:after,
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  background-color: #999;
}

.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li ul > li.active > a i:before {
  opacity: 0;
}
.hadbox-sec2 .container .navbox > ul > li ul ul a {
  font-size: 14px;
}
.hadbox-sec2 .container .navbox > ul > li.active .tit i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.hadbox-sec2 .container .navbox > ul > li.on .tit {
  color: #004896;
}

.hadbox-sec2 .fz_bt{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #fff;
  /* width: 120px; */
  color: #003686;
  transition: all 0.3s linear;
  font-size: 0.26rem;
  height: 0.9rem;
  border: 1px solid #eee;
  width: 100%;
}

.hadbox-sec2 .fz_bt i{
  display: flex;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
  overflow: hidden;
}

.hadbox-sec2 .fz_bt i svg{
  width: 100%;
  height: 100%;
}

.hadbox-sec2 .fz_bt i svg path{
  fill: #003686;
}

.hadbox-sec2 .fz_bt span{
  color: #003686;
}

.hadbox-sec2 .fz_bt:hover{
  background: #003686;
  border-color: #003686;
}

.hadbox-sec2 .fz_bt:hover i svg path{
  fill: #fff;
}

.hadbox-sec2 .fz_bt:hover span{
  color: #fff;
}


.hadbox-sec3 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  transform: all 0.3s;
}
.hadbox-sec3 .hadbot_cont .cont {
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont {
    padding: 0.6rem 0;
  }
}
.hadbox-sec3 .hadbot_cont .cont .form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
}
.hadbox-sec3 .hadbot_cont .cont .form .f_sub,
.hadbox-sec3 .hadbot_cont .cont .form .tx {
  height: 1rem;
}
.hadbox-sec3 .hadbot_cont .cont .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 2.5rem);
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .form .int {
    width: calc(100% - 1.5rem);
  }
}
.hadbox-sec3 .hadbot_cont .cont .form .int i {
  width: 0.38rem;
  display: block;
  overflow: hidden;
}
.hadbox-sec3 .hadbot_cont .cont .form .int i img {
  float: left;
  width: 100%;
}
.hadbox-sec3 .hadbot_cont .cont .form .int .tx {
  width: calc(100% - 0.38rem);
  padding: 0.2rem 0.44rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .form .int .tx {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  color: #fff;
  background-color: #333333;
  transition: all 0.3s;
}
.hadbox-sec3 .hadbot_cont .cont .form .f_sub:hover{
  background-color: #004896;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key {
  padding-left: 0.4rem;
  padding-right: 0.8rem;
  display: flex;
  align-items: flex;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key span,
.hadbox-sec3 .hadbot_cont .cont .fz_key a {
  display: block;
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key span,
  .hadbox-sec3 .hadbot_cont .cont .fz_key a {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key a:hover {
  color: #999999;
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .name {
  display: block;
  width: 105px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key .name {
    width: 90px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 105px);
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key .jut {
    width: calc(100% - 90px);
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut span {
  display: block;
  margin: 0 0.24rem;
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut a,
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut span {
  margin-bottom: 0.14rem;
}
.hadbox-sec3 .hadbot_cont .cont .fz_title {
  padding-left: 0.4rem;
  font-size: 24px;
  padding-bottom: 0.34rem;
  line-height: 1;
  border-bottom: 3px solid #e8e8e8;
  margin-bottom: 0.25rem;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_title {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
  /* width: 44%; */
  width: 55%;
  display: flex;
  justify-content: space-between;
  padding-left: 0.4rem;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
    width: 56%;
  }
}

@media (max-width: 1290px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
    width: 65%;
  }
}

@media (max-width: 1200px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
    width: 70%;
  }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
  margin-right: 0.8rem;
}
@media (max-width: 991px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
    margin-right: 0.2rem;
  }
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item:last-child {
    margin-bottom: 0;
  }
}


.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* color: #000000; */
  color: #333;
  font-size: 16px;
  transition: all 0.3s;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit:hover{
  color: #004896;
}

@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i {
  display: block;
  padding-left: 10px;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i img {
  width: 10px;
  float: left;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list {
  padding-top: 0.18rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list {
    display: none;
    padding-top: 0.24rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
  display: block;
  color: #000000;
  opacity: 0.7;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1200px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
    margin-bottom: 10px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a:hover {
  color: #004896;
  opacity: 1;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list .nei {
  margin-right: 0.4rem;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list .nei:last-child {
  margin-right: 0;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item.on .tit i img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .fz_item .f_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .fz_item .f_list {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
@media (max-width: 1900px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .name {
  font-size: 16px;
  margin-right: 0.3rem;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .name {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list {
  display: flex;
  align-items: center;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li {
  position: relative;
  margin-right: 0.2rem;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li:last-child {
  margin-right: 0;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  padding: 5px;
  background-color: #fff;
  margin-top: 15px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er {
    width: 100px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er img,
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er svg {
  width: 100%;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  /* background-color: #004896; */
  background-color: #f5f5f5;
  border-radius: 50%;
  transition: all 0.3s;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover{
  background-color: #004896;
}
@media (max-width: 991px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
    width: 0.72rem;
    height: 0.72rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a img {
  /* opacity: 0.8; */
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* max-width: 16px; */
  /* max-height: 16px; */
  max-width: 24px;
  max-height: 24px;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a svg path{
  fill: #315c9c;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover svg path{
  fill:#fff; 
}

@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a img {
    /* max-width: 12px;
    max-height: 12px; */
    max-width: 20px;
    max-height: 20px;
  }
}
@media (min-width: 768px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover img {
    opacity: 1;
  }
}





.hadbox:hover .hadbox-sec1 {
  background-color: #fff;
  border-color: #f1f1f1;
}
.hadbox:hover .hadbox-sec1 .lt {
  border-color: #f1f1f1;
}
.hadbox:hover .hadbox-sec1 .lt .logo img:nth-child(1),
.hadbox:hover .hadbox-sec1 .lt .logo svg:nth-child(1) {
  display: none;
}
.hadbox:hover .hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox:hover .hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .lt .text {
  color: #999999;
  opacity: 1;
}
.hadbox:hover .hadbox-sec1 .lt .text a,.hadbox.hadbox2 .hadbox-sec1 .lt .text a{
  color: #999;
}

.hadbox:hover .hadbox-sec1 .lt .text a:hover{
  color: #004896;
}

.hadbox:hover .hadbox-sec1 .f_navbox li .tit {
  color: #333333;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
  display: none;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .gt .lange {
  border-color: #f1f1f1;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit span {
  opacity: 1;
  color: #333333;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit i img path,
.hadbox:hover .hadbox-sec1 .gt .lange .tit i svg path,
.hadbox:hover .hadbox-sec1 .gt .lange .tit b img path,
.hadbox:hover .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #333333;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #7f7f7f;
}
.hadbox:hover .hadbox-sec1 .gt .search1 {
  background-color: #f5f5f5;
}
.hadbox:hover .hadbox-sec1 .gt .qie span {
  background-color: #666;
}
.hadbox2 .hadbox-sec1 {
  background-color: #fff;
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .lt {
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .lt .logo img:nth-child(1),
.hadbox2 .hadbox-sec1 .lt .logo svg:nth-child(1) {
  display: none;
}
.hadbox2 .hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox2 .hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .lt .text {
  color: #999999;
  opacity: 1;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit {
  color: #333333;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
  display: none;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .gt .lange {
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit span {
  opacity: 1;
  color: #333333;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit i img path,
.hadbox2 .hadbox-sec1 .gt .lange .tit i svg path,
.hadbox2 .hadbox-sec1 .gt .lange .tit b img path,
.hadbox2 .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #333333;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #7f7f7f;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit i img:nth-child(1){
    display:none;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit i img:nth-child(2){
    display:block;
}
.hadbox2 .hadbox-sec1 .gt .search1 {
  background-color: #f5f5f5;
}
.hadbox2 .hadbox-sec1 .gt .qie span {
  background-color: #666;
}
.hadbox3 .hadbox-sec1 {
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox3 .hadbox-sec1 {
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .hadbox3 .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .hadbox3 .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
.hadbot {
  background-color: #fff;
  /* height: calc(100vh - 110px); */
  /*height: calc(100vh - 140px);*/
}
@media (max-width: 1580px) {
  .hadbot {
    /*height: calc(100vh - 80px);*/
    height: auto;
  }
}
@media (max-width: 767px) {
  .hadbot {
    height: auto;
  }
}
.hadbot .hadbot_cont {
  overflow: auto;
  height: calc(100% - 100px);
}
@media (max-width: 1580px) {
  .hadbot .hadbot_cont {
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .hadbot .hadbot_cont {
    height: auto;
  }
}

.hadbox.hadbox2 .hadbot .hadbot_cont {
  height: calc(100% - 70px);
}


.hadbot .hadbot_cont::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbot .hadbot_cont::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #004896;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbot .hadbot_cont::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.hadbot .hadbot_jut {
  height: 100px;
  width: 100%;
  background: url(../images/coloedfdfbag1.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .hadbot .hadbot_jut {
    display: none;
  }
}
.hadbot .hadbot_jut .container {
  height: 100%;
}
.hadbot .hadbot_jut .container .cont {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.38rem;
  color: #fff;
  /* justify-content: center; */
}
.hadbot .hadbot_jut .container .cont .fz_lt {
  display: flex;
}
.hadbot .hadbot_jut .container .cont .fz_lt .font {
  /* margin-right: 1rem; */
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.hadbot .hadbot_jut .container .cont .fz_lt .font .name {
  line-height: 1;
  /* opacity: 0.5; */
  opacity: 1;
  font-size: 14px;
  /* margin-bottom: 10px; */
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .fz_lt .font .name {
    /* font-size: 12px; */
    font-size: 14px;
  }
}
.hadbot .hadbot_jut .container .cont .fz_lt .font .tel {
  line-height: 0.8;
  font-size: 24px;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .fz_lt .font .tel {
    font-size: 22px;
  }
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #fff;
  width: 150px;
  color: #003686;
  transition: all 0.3s linear;
  font-size: 16px;
  height: 50px;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt span{
  color: #003686;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .fz_lt .fz_bt {
    width: 130px;
    font-size: 14px;
    height: 45px;
  }
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i {
  display: block;
  width: 0.2rem;
  margin-right: 0.2rem;
  overflow: hidden;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i img,
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i svg {
  width: 100%;
  float: left;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i svg path{
  fill: #003686;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt:hover {
  background-color: #d40400;
  color: #fff;
}

.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt:hover span{
  color: #fff;
}

.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt:hover i svg path {
  fill: #fff;
}
.hadbot .hadbot_jut .container .cont .close {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  /* position: absolute; */
  /* top: 1rem; */
  /* right: 0.55rem; */
  /* flex-direction: column; */
  /* justify-content: center; */
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .close {
    font-size: 16px;
  }
}
.hadbot .hadbot_jut .container .cont .close i {
  /* display: block; */
  overflow: hidden;
  width: 0.24rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 0.2rem;
  /* width: 0.5rem; */
  /* height: 0.5rem; */
  /* min-width: 40px; */
  /* min-height: 40px; */
  /* border-radius: 1000px; */
  /* background: #003686; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* margin-bottom: 10px; */
}
.hadbot .hadbot_jut .container .cont .close i img,
.hadbot .hadbot_jut .container .cont .close i svg {
  width: 100%;
  float: left;
  /* width: 0.2rem;
  height: 0.2rem;
  width: 15px;
  height: 15px; */
}

.hadbot .hadbot_jut .container .cont .close:hover i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hadbot .hadbot_jut .container .cont .close span{
  /* color: #003686; */
  color: #fff;
  /* order: 1; */
  /* font-size: 14px; */
  /* font-size: 18px; */
  text-align: center;
  line-height: 1;
}

.hadbox-sec3 .hadbot_jut .container .cont .close{
    position: absolute;
    top: 1rem;
    right: 0.55rem;
    flex-direction: column;
    justify-content: center;
}
.hadbox-sec3 .hadbot_jut .container .cont .close i{
  width: 0.5rem;
  height: 0.5rem;
  min-width: 40px;
  min-height: 40px;
  border-radius: 1000px;
  background: #003686;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 0;
}
.hadbox-sec3 .hadbot_jut .container .cont .close i img,
.hadbox-sec3 .hadbot_jut .container .cont .close i svg {
  width: 0.2rem;
  height: 0.2rem;
  width: 15px;
  height: 15px;
}
.hadbox-sec3 .hadbot_jut .container .cont .close span{
  color: #003686;
  order: 1;
  font-size: 14px;
  font-size: 18px;
}
@media (max-width:1580px) {
  .hadbox-sec3 .hadbot_jut .container .cont .close span{
    font-size: 16px;
  }
}

.basemenubut {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 22px;
}
.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basemenubut span:last-child {
  margin-bottom: 0;
}
.basemenubut span:nth-child(2) {
  width: 80%;
}
.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
}
.basemenubut2 span:nth-child(2) {
  display: none;
}
.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -2px;
}

.swiper_img img{
 max-width:100%;
}
.swiper_txt{
 display:flex;
 flex-direction: column;
 justify-content:	center;
 position:absolute;
 top:30%;
 left:10%;
 padding:1rem;
 background:rgba(255,255,255,0.5);
 border-radius: 1rem 0 1rem 0;
 box-shadow: 0 0 15px #666;
}
.swiper_txt h2{
 font-size:0.52rem;
 line-height:1.04;
 font-weight:bold;
 /*color:rgba(0,0,0,0.7);*/
 color:#000;
}
.swiper_txt p{
 font-size:0.3rem;
 line-height:0.6rem;
 font-weight:normal;	
 color:rgba(0,0,0,0.8);
}
.swiper_txt a{
	display:block;
	margin-top:0.3rem;
	background:url(../images/jiantou3.png) no-repeat left center;
	padding-left:58px;
	font-size:0.16rem;
	line-height:30px;
	color:rgba(0,0,0,0.5);
}
.swiper-pagination-fraction{
 text-align:left;	
 left:10%;
 width:1rem;
}
.swiper-pagination-current{
 font-size:0.24rem;
 color:#000;	
}
.swiper-pagination-total{
 font-size:0.16rem;
 color:#000;	
}
.swiper-button-prev{
	left: auto;
  right: 0.8rem;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
	bottom:10px;
	top: auto;
	border:1px solid #000;
	width:0.6rem;
	height:0.4rem;
	color:#000;
	position:
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size:0.16rem;
}
@media (max-width:960px){
.swiper_txt{
	top:30%;
	padding:0.2rem;
  background:rgba(255,255,255,0.5);
  border-radius: 0.2rem 0 0.2rem 0;
}
.swiper_txt h2{
 font-size:0.26rem;
 line-height:0.52;
 font-weight:bold;
 /*color:rgba(0,0,0,0.7);*/
 color:#000;
}
.swiper_txt p{
 font-size:0.15rem;
 line-height:0.3rem;
 font-weight:normal;	
 color:rgba(0,0,0,0.8);
}
.swiper_txt a{
	display:block;
	margin-top:0.3rem;
	background:url(../images/jiantou3.png) no-repeat left center;
	padding-left:50px;
	font-size:0.08rem;
	line-height:0.3rem;
	color:rgba(0,0,0,0.5);
	background-size: contain;
}	
.swiper-pagination-fraction{
 left:10%
}
.swiper-pagination-current{
 font-size:0.24rem;
 color:#000;	
}
.swiper-pagination-total{
 font-size:0.16rem;
 color:#000;	
}
}
@media (max-width:600px){
.swiper_txt a{
	display:block;
	margin-top:0.3rem;
	background:url(../images/jiantou3.png) no-repeat left center;
	padding-left:35px;
	font-size:0.08rem;
	line-height:0.3rem;
	color:rgba(0,0,0,0.5);
	background-size: contain;
}		
}
.about {
 display: flex;
 flex-direction: column;
 padding-top: 0.8rem;
 padding-bottom: 0.6rem;
 background: url(../images/indexbg1.png) right bottom no-repeat;
 background-size: 100%;
}
.aboutbox{
	display: flex;
  flex-direction: column;
  width: 50%;
}
.aboutbox1{
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 50px;	
}
.aboutbox1 h2{
	font-size: 0.5rem;
	line-height:0.5rem;
	font-weight:bold;
	margin-bottom:0;
}
.aboutbox1 h3{
	font-size: 0.22rem;
	line-height:0.22rem;
  padding-top: 0.25rem;
}
.aboutbox1::after{
content: '';
 width: 60px;
 height: 2px;
 background: #EEE;
 position: absolute;
 left: 0;
 bottom: 0;	
}
.aboutbox2{
 padding: 0.4rem 0;
 display: flex;
 flex-direction: column;
 font-size: 0.15rem;
 color: #666;
 line-height: 0.36rem;
}	
.aboutbox3{
 display: flex;
 margin-top: 0.9rem;	
}
.aboutbox3 a{
 transition: all 300ms;
 display: flex;
 border: 1px solid #222;
 line-height: 0.54rem;
 padding: 0 0.7rem 0 0.7rem;
 font-size: 0.15rem;
 text-align: center;	
}
@media (max-width:1023px){
	.aboutbox{
	 	width:100%;
	}
}
@media (max-width:750px){
	.aboutbox1{
		padding-bottom:0.2rem;
	}
}
.hengfu{
 padding:0.8rem 0;
 overflow:hidden;	
}

.hengfubox ul li{
 float:left;	
}
.hengfubox_list{
	display: flex;
 flex-direction: column;
 align-items:center;
}
.dazi{
 display: flex;
 flex-direction: row;		
 justify-content:center;
 align-items:center;
}
.dazi strong{
 font-size: 0.4rem;
 color: #0058aa;
 padding: 0 0.1rem;
}


.chanye{
 display: flex;
 flex-direction: column;
 position: relative;
 height: 9rem;
}
.chanye .chanyeleft {
  width: 40%;
  background: linear-gradient(124deg, #216be6, #4295c5);
  height: 100%;
}
.chanye .chanyeletter{
 position: absolute;
 right: 0;
 top: 3%;
 width: 60%;
 font-size: 1.4rem;
 text-align: center;
 opacity: 0.1;
 text-transform: uppercase;
 z-index: 10;
}
.chanye .chanyeleft .chanyelefttitle{
 display: flex;
 flex-direction: row;
 padding: 0 0.8rem;
 align-items: center;
 border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 height: 16%;	
}
.chanyelefttitle span{
 font-size: 0.3rem;
 font-weight: bold;
 color: #FFF;
}
.chanyeshow{
 display: flex;
 flex-direction: column;
 position: absolute;
 width: 100%;
 top: 16%;
 left: 0;
 right: 0;
 bottom: 0;
 height: 84%;	
}
.chanyeshow .swiper-container {
	width: 100%;
	height: 100%;
}

.chanyeshow .swiper-container .swiper-slide {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.chanyeshow .swiper-container .swiper-slide .chanyeshowTent {
	width: 30%;
	display: flex;
	flex-direction: column;
}

.chanyeshow .swiper-container .swiper-slide .chanyeshowTent .chanyeshowTentCont {
	padding: 20% 0.8rem 30%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.chanyeshow .swiper-container .swiper-slide .chanyeshowTent .chanyeshowTentCont h3 {
	font-size: 0.36rem;
	color: #FFF;
	padding-bottom: 0.5rem;
}

.chanyeshow .swiper-container .swiper-slide .chanyeshowTent .chanyeshowTentCont p {
	font-size: 0.16rem;
	line-height: 0.4rem;
	color: #FFF;
}

.chanyeshow .swiper-container .swiper-slide .chanyeshowPic {
	width: 70%;
	display: flex;
	flex-direction: column;
}

.chanyeshow .swiper-container .swiper-slide .chanyeshowPic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.chanyeshow .chanyeshowDian {
	position: absolute;
	left: 5%;
	bottom: 10%;
	width: 20%;
	z-index: 10;
	line-height: 0.5rem;
	height: 0.5rem;
}

.chanyeshow .chanyeshowDian .swiper-button-next:after,
.chanyeshow .chanyeshowDian .swiper-button-prev:after {
	font-size: 0.24rem;
	opacity: 0.3;
	transition: all .3s;
}

.chanyeshow .chanyeshowDian .swiper-button-next:hover:after,
.chanyeshow .chanyeshowDian .swiper-button-prev:hover:after {
	opacity: 1;
}

.chanyeshow .chanyeshowDian .swiper-pagination {
	width: 100%;
}

.chanyeshow .chanyeshowDian .swiper-pagination .swiper-pagination-bullet {
	font-size: 0.14rem;
	width: auto;
	height: auto;
	background: none;
	border-radius: 0;
	color: #FFF;
	margin: 0 0.1rem;
}

.chanyeshow .chanyeshowDian .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	font-size: 0.16rem;
	font-weight:bold;
}
.readMore {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 0.16rem;
  padding: 0.18rem 0px;
  border: 1px solid #fff;
  display: inline-block;
  width: 2.2rem;
  text-align: center;
  transition: all 0.6s;
}
.readMore:hover {
  background: #fff !important;
  border: 1px solid #fff;
  color: rgb(0, 88, 170);
}
.chanyeshow .swiper-button-prev{
	right:auto;
	left:-10px;
}
.chanyeshow .swiper-button-prev,.chanyeshow .swiper-button-next{
 border:0;	
}
.chanyeshow .swiper-button-prev::after,.chanyeshow .swiper-button-next::after{
 color:#fff;	
}
@media (max-width:1500px) {
 .chanye {
		height: 800px;
	}

	.chanye .chanyeleft .chanyelefttitle {
		height: 12%;
	}

	.chanye .chanyeletter {
		top: 3%;
	}

	.chanyeshow {
		top: 12%;
		height: 88%;
	}

	.chanye .chanyeleft .chanyelefttitle {
		padding: 0 0.5rem;
	}

	.chanyeshow .swiper-container .swiper-slide .chanyeshowTent .chanyeshowTentCont {
		padding: 20% 0.5rem 30%;
	}

	.chanyeshow .chanyeshowDian {
		left: 3%;
		width: 24%;
	}	
}
@media (max-width:1200px) {
	.chanye {
		height: 700px;
	}

	.chanye .chanyeleft .chanyelefttitle {
		height: 10%;
		padding: 0 0.2rem;
	}



	.chanye .chanyeletter {
	display:none;

	}

	.chanyeshow {
		top: 0%;
		height: 100%;
	}

	.chanyeshow .swiper-container .swiper-slide .chanyeshowTent .chanyeshowTentCont {
		padding: 40% 0.2rem 30%;
	}

	.chanyeshow .chanyeshowDian {
		left: 1%;
		width: 28%;
	}

}

@media (max-width:750px){
	.chanye {
		height: auto;
		display: flex;
		flex-direction: column;
		background: linear-gradient(124deg, #216be6, #4295c5);
	}

	.chanye .chanyeleft {
		width: 100%;
		background: none;
	}

	.chanye .chanyeleft .chanyelefttitle {
		padding:0.5rem 0.2rem;
		flex-direction: column;
		align-items: flex-start;
	}



	.chanye .chanyeletter {
		display: none;
	}

	.chanyeshow {
		position: inherit;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
		width: 100%;
	}

	.chanyeshow .swiper-container .swiper-slide {
		flex-direction: column;
	}

	.chanyeshow .swiper-container .swiper-slide .chanyeshowTent,
	.chanyeshow .swiper-container .swiper-slide .chanyeshowPic {
		width: 100%;
	}

	.chanyeshow .swiper-container .swiper-slide .chanyeshowTent .chanyeshowTentCont {
		padding: 0.3rem 0.2rem;
	}

	.chanyeshow .swiper-container .swiper-slide .chanyeshowTent .chanyeshowTentCont h3 {
		padding-bottom: 0.2rem;
		font-size: 0.24rem;
	}

	.chanyeshow .swiper-container .swiper-slide .chanyeshowTent .chanyeshowTentCont p {
		font-size: 0.14rem;
		line-height: 1.5;
	}

	.chanyeshow .chanyeshowDian {
		left: 0%;
		right: 0;
		width: 100%;
		bottom: 2%;
	}
}
.kehu{
 padding:0.8rem 0 0.5rem 0;
 background:#f2f2f2;
 overflow:hidden;
}
.kehu .title{
 display:flex;	
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
}
.kehu .title h2{
 font-size:0.4rem;
 line-height:0.4rem;
 color:#000;
 font-weight:bold;	
 margin-bottom: 0;
}
.kehu .title a{
 font-size:0.16rem;
 line-height:0.4rem;
 color:#737373;
 display:flex;	
 flex-direction: row;
 align-items: center;
}
.kehu .title a span{
 width:0.28rem;
 height:0.03rem;
 line-height:0.4rem;
 background:#0058aa;
 display:inline-block;
}
.kehubox ul{
	width:100%;
	height:auto;	
	margin-top:0.5rem;
}
.kehu ul li{
 margin-bottom:0.3rem;	
}
.kehu ul li .kehubox_img{
 width: 100%;
 padding-top: 75%;
 position: relative;
 overflow: hidden;
 background:#fff;
}
.kehu ul li .kehubox_img img{
 width: 100%;
 display: block;
 position: absolute;
 min-height: 75%;
 z-index: 5;
 left: 0;
 top: 12.5%;
}


.news{
 padding:0.8rem 0 0.5rem 0;
 overflow:hidden;
 position: relative;
}
.news .title{
 display:flex;	
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
}
.news .title h2{
 font-size:0.4rem;
 line-height:0.4rem;
 color:#000;
 font-weight:bold;	
 margin-bottom: 0;
}
.news .title a{
 font-size:0.16rem;
 line-height:0.4rem;
 color:#737373;
 display:flex;	
 flex-direction: row;
 align-items: center;
}
.news .title a span{
 width:0.28rem;
 height:0.03rem;
 line-height:0.4rem;
 background:#0058aa;
 display:inline-block;
}
.newsbox{
 margin-top:50px;
 overflow:hidden;	
 
}
.newsbox_img{
 width: 100%;
 padding-top: 75%;
 position: relative;
 overflow: hidden;
 background:#fff;
}
.newsbox_img img{
 width: 100%;
 display: block;
 position: absolute;
 min-height: 100%;
 z-index: 5;
 left: 0;
 top: 0;
}
.newsbox_title{
 padding:0 0.15rem 0.1rem 0.15rem;	
 border:1px solid #f2f2f2;
}
.newsbox_title h2{
 padding-top:0.2rem;
 font-size:0.2rem;
 line-height:0.2rem;
 font-weight:bold;
 margin-bottom:10px;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
}
.newsbox_title p{
 font-size:0.14rem;
 line-height:0.25rem;
 color:#737373;	
}
.news .swiper-button-next,.news .swiper-button-prev{
	top:50%;
	bottom:auto;
	position: absolute;
	width:1.3rem;
	height:1.3rem;
	border:1px solid #888;
	color:#888;
}
.news .swiper-button-next:after,.news .swiper-button-prev:after{
 font-size:0.4rem;	
}
.news .swiper-button-next{
 left: auto;
 right:0.03rem;
 
}
.news .swiper-button-prev{
	right:auto;
	left:0.03rem;
}
.footer{
 padding:0.8rem 0;
 background:#f8f8f8;	
 box-shadow: 0 -2px 20px #ddd;
}
.footerbox{
 overflow:hidden;

}
.footer .title{
 display:flex;
 flex-direction: row;
 align-items: center;	
}
.footer .title span:nth-child(1){
	font-size:0.16rem;
	color:#222;
	font-weight:bold;
}
.footer .title span:nth-child(2){
	font-size:0.16rem;
	color:#737373;
	margin-left:0.1rem;
}
.footerbox_left,.footerbox_right{
 width:50%;	
 float:left;
}
.footerbox_left_box,.footerbox_right_box{
 display:flex;
 flex-direction: row;
 align-items: center;	
 justify-content: space-between;
}
.foot_nav{
 margin-top:0.3rem;	
 padding-right:0.3rem;
}
.foot_nav ul{
 margin:0;
 padding:0;	
}
.foot_nav ul li{
 width:1.8rem;	
 float:left;
}
.foot_nav ul li a{
 font-size:0.16rem;
 line-height:0.4rem;
 color:#737373;
}
.foot_ewm {
 text-align:center;
 line-height:0.4rem;
 color:#737373;
 margin-top:0.34rem;	
 padding-right:0.3rem;
}
.foot_ewm img{
 max-width:1.28rem;	
}
.foot_contact{
 margin-top:0.3rem;	
}
.foot_contact p{
 font-size:0.16rem;
 line-height:0.4rem;
 color:#737373;	
 display:flex;
 flex-direction: row;
 align-items: center;	
}
.foot_contact p i{
	width:0.24rem;
	height:0.24rem;
	margin-right:0.1rem;
}
.foot_contact p i img{
 max-width:100%;	
}
.foot_map img{
 max-width:1.75rem;	
}
@media (max-width:1080px){
	.footerbox_left,.footerbox_right{
 width:100%;	
}
.foot_contact p i{
	width:0.3rem;
	height:0.3rem;
}
.footer .title span:nth-child(1) {
    font-size: 0.2rem;
}
.footer .title span:nth-child(2) {
    font-size: 0.2rem;
}
.footerbox_left{
 margin-bottom:20px;	
}
}

/*bannernei*/
.bannernei{
 position:relative;	

}
.bannernei_box{
 position: absolute;
 left:0;
 right:0;
 top:25%;
 bottom:0;
 display:flex;
 flex-direction:column;
 justify-content:center;
 align-items:center;
 padding-left: 5vw;
 padding-right: 5vw;
 
}
.bannernei_box h2{
	color:#fff;
	font-weight:bold;
	font-size:0.36rem;
	margin-bottom:0.3rem;
}
.bannernei_box p{
	color:#fff;
	font-size:0.24rem;
	margin-bottom:0.2rem;
	text-align:center;
}
.bannernei_box div,.bannernei_box div a{
	color:#fff;
	font-size:0.14rem;

}
@media (max-width:850px){
 .bannernei img{
 	 max-width: 100%;
   vertical-align: middle;
 	 height: 230px;
   object-fit: cover;
 }

 
}
.nei_nav{
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.bread {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 0.4rem 0;
  border-bottom: 1px solid #ececec;
}
.bread .cont {
  display: flex;
  justify-content: space-between;
}
.bread .cont .gt {
  width: 60%;
}
.bread .cont .nav1 .f_jut {
  display: flex;
  width: 100%;
}
.bread .cont .nav1 .f_jut a {
  font-size: 0.16rem;
  color: #333333;
  display: block;
  margin-right: 0.5rem;
}
@media (max-width: 1681px) {
  .bread .cont .nav1 .f_jut a {
    margin-right: 0.7rem;
  }
}
@media (max-width: 1440px) {
  .bread .cont .nav1 .f_jut a {
    margin-right: 0.6rem;
  }
}
@media (max-width: 1200px) {
  .bread .cont .nav1 .f_jut a {
    margin-right: 0.4rem;
    font-size: 0.18rem;
  }
}
@media (max-width: 991px) {
  .bread .cont .nav1 .f_jut a {
    margin-right: 0;
  }
}
.bread .cont .nav1 .f_jut a:last-child {
  margin-right: 0;
}
.bread .cont .nav1 .f_jut .on {
  color: #0058aa;
  font-weight: bold;
}
@media (max-width: 991px) {
  .bread .cont .nav1 .f_jut {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 222;
    display: none;
  }
  .bread .cont .nav1 .f_jut a {
    display: block;
    padding: 20px calc(8.5% + 15px);
  }
}
@media (max-width: 767px) {
  .bread .cont .nav1 .f_jut a {
    width: 100%;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
}
.bread .cont .nav1 .but {
  display: none;
}
@media (max-width: 991px) {
  .bread .cont .nav1 .but {
    display: block;
  }
  .bread .cont .nav1 .but span {
    background-color: #666;
  }
}

.basecont {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  margin-left: auto;
  margin-right: auto;
}

.bread .cont .gt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bread_info .cont .gt {
  justify-content: flex-start;
}
.bread .cont .gt a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2;
  font-size: 0.16rem;
  color: #666666;
  max-width: 30%;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .bread_info {
    padding: 0.22rem 0;
  }
}
.bread_info .cont .gt {
  justify-content: flex-start;
}
.bread_info .cont .gt .img {
  display: block;
  flex-shrink: 0;
  width: 0.14rem;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .bread_info .cont .gt .img {
    width: 0.12rem;
  }
}
.bread_info .cont .gt .img img {
  width: 100%;
  float: left;
}
.bread .cont .gt .on:last-child {
    font-weight: bold;
}



.aboutsec1{
	overflow:hidden;
	padding:0.5rem 0;
}
.aboutsec1box{
	display: flex;
  justify-content: space-between;
}
.aboutsec1box_left{
  width: 60%;
  overflow: hidden;
}
.aboutsec1 .aboutsec1box_left .tit div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutsec1 .aboutsec1box_left h3 {
  color: #aaaaaa;
  font-size: 0.18rem;
  margin-bottom:0;
}
.aboutsec1 .aboutsec1box_left h3 b {
  width: 0.8rem;
  height: 0.01rem;
  display: inline-block;
  background: #0058aa;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.aboutsec1 .aboutsec1box_left h2 {
  color: #000;
  font-size: 0.46rem;
  width: 100%;
  text-align: center;
  padding-left: 1.15rem;
  margin-top: 0.3rem;
}
.aboutsec1 .aboutsec1box_left img{
 max-width:100%;
}
.aboutsec1 .aboutsec1box_right {
 width: 40%;
 padding-left: 0.8rem;
}
.aboutsec1 .aboutsec1box_right h4 {
 color: #000000;
 font-size: 0.4rem;
 margin-bottom: 0.5rem;
}
.aboutsec1 .aboutsec1box_right p{
	color:#737373;
	font-size:0.16rem;
	line-height:0.32rem;
}
@media (max-width:1080px){
	.aboutsec1box{
    flex-direction: column;
  }
	.aboutsec1box_left{
	 width:100%;	
	}
	.aboutsec1 .aboutsec1box_right{
	 width:100% !important;	
	 padding-left:0 !important;
	 margin-top:0.3rem;
	}
	.aboutsec1 .aboutsec1box_right p{
	 font-size: 0.18rem;
   line-height: 0.42rem;	
	}
}
.main{
 background:#f8f8f8;
 overflow:hidden;	
 padding:0.8rem 0;
}
.innobox-sec2 .item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.3rem;
  background:#fff;
}
.innobox-sec2 .item .font {
  width: 43.75%;
  padding: 0.3rem 0.8rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .innobox-sec2 .item .font {
    padding-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .innobox-sec2 .item .font {
    width: 100%;
    padding: 0.6rem 0.4rem;
    order: 1;
  }
}
.innobox-sec2 .item .font .tit {
  font-size: 0.36rem;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .innobox-sec2 .item .font .tit {
    font-size: 0.52rem;
  }
}
.innobox-sec2 .item .font .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 1199px) {
  .innobox-sec2 .item .font .text {
    font-size: 14px;
    line-height: 24px;
    height: 4rem;
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .innobox-sec2 .item .font .text {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .innobox-sec2 .item .font .text {
    height: auto;
  }
}
.innobox-sec2 .item .gt {
  width: 56.25%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 767px) {
  .innobox-sec2 .item .gt {
    width: 100%;
  }
}
.innobox-sec2 .item .gt .img {
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 75.555%;
}
@media (max-width: 767px) {
  .innobox-sec2 .item .gt .img {
    width: 100%;
  }
}
@media (min-width: 768px) {
}
.innobox-sec2 .item .gt .img img,
.innobox-sec2 .item .gt .img video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
  .innobox-sec2 .item .gt .img img,
  .innobox-sec2 .item .gt .img video {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
.innobox-sec2 .item .gt .img .video {
  z-index: 2;
}
.innobox-sec2 .item .gt .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  width: 100%;
  background: url(../images/qiebian.svg) no-repeat;
  background-position: top left;
  background-size: auto 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .innobox-sec2 .item .gt .img:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .innobox-sec2 .item:nth-child(2n) .font {
    order: 1;
  }
  .innobox-sec2 .item:nth-child(2n) .gt .img:after {
    transform: rotateY(180deg);
    left: 1px;
  }
}





.sustainbox-sec1 .cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background:#fff;
}
.sustainbox-sec1 .cont .lt {
  width: 43.75%;
  padding-right: 1.06rem;
}
@media (max-width: 767px) {
  .sustainbox-sec1 .cont .lt {
    padding-right: 0;
    width: 100%;
    order: 1;
    margin-top: 0.5rem;
  }
}
.sustainbox-sec1 .cont .lt .tit {
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.6rem;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 10px;
  padding-left:0.15rem;
  padding-right:0.15rem;
}
@media (max-width: 767px) {
  .sustainbox-sec1 .cont .lt .tit {
    font-size: 0.52rem;
    line-height: 1.4;
  }
}
.sustainbox-sec1 .cont .lt .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  padding-left:0.15rem;
  padding-right:0.15rem;
}
@media (max-width: 1580px) {
  .sustainbox-sec1 .cont .lt .text {
    font-size: 14px;
    line-height: 26px;
  }
}
.sustainbox-sec1 .cont .gt {
  width: 56.25%;
}
@media (max-width: 767px) {
  .sustainbox-sec1 .cont .gt {
    width: 100%;
  }
}
.sustainbox-sec1 .cont .gt .img {
  width: 100% ;
  position: relative;
  padding-bottom: 66.666%;
  overflow: hidden;
}
.sustainbox-sec1 .cont .gt .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}


.sustainbox-sec2 {
  background-color: #f8f8f8;
  padding:0.5rem 0 0 0;
}
.sustainbox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.19rem;
}
@media (max-width: 767px) {
  .sustainbox-sec2 .cont {
    margin: 0;
  }
}
.sustainbox-sec2 .cont .item {
  width: 25%;
  padding: 0 0.19rem;
}
@media (max-width: 1580px) {
  .sustainbox-sec2 .cont .item {
    width: 50%;
    margin-bottom: 0.36rem;
  }
}
@media (max-width: 767px) {
  .sustainbox-sec2 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.sustainbox-sec2 .cont .item .list {
  width: 100%;
  display: block;
  background-color: #fff;
  height: 100%;
}
.sustainbox-sec2 .cont .item .list .img {
  width: 100%;
  padding-bottom: 47.29%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(90deg, #0058aa, #8cc5fa);
}
.sustainbox-sec2 .cont .item .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.sustainbox-sec2 .cont .item .list .img .zi {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .sustainbox-sec2 .cont .item .list .img .zi {
    font-size: 0.42rem;
  }
}
.sustainbox-sec2 .cont .item .list .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #004896;
  opacity: 0.6;
}
.sustainbox-sec2 .cont .item .list .font {
  width: 100%;
  padding: 0.54rem 0.5rem;
}
.sustainbox-sec2 .cont .item .list .font .text {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
@media (max-width: 1580px) {
  .sustainbox-sec2 .cont .item .list .font .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.sustainbox_tit {
    text-align: center;
    margin-bottom: 0.38rem;
}
.sustainbox_tit .tit {
    font-size: 0.48rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.6rem;
    letter-spacing: 0px;
    color: #000000;
}
.sustainbox_tit .text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 10px;
}



.join-sec2 .tit {
	margin-top: 70px;
	text-align: center;
}

.join-sec2 .tit h2 {
	text-align: center;
	font-size: 40px;
	color: #333;
}

.join-sec2 .tit h3 {
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-top: 20px;
}

.join-sec2 ul {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.join-sec2 li {
	max-width: 195px;
	transition: all 0.6s;
	width: calc(100%/6);
}

.join-sec2 li:nth-child(2n) {
	margin-top: 30px;
	width: calc(100%/9);
}

.join-sec2 li span {
	display: block;
	width: 80px;
	height: 80px;
	background-color: #0058aa;
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-size: 30px;
	border-radius: 100%;
	margin: 0 auto;
	transition: all 0.6s;
}

.join-sec2 li strong {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 20px auto;
}

.join-sec2 li p {
	text-align: center;
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}

.join-sec2 li:hover span {
	box-shadow: 0px 0px 65px 0px rgba(230, 33, 41, 0.2);
	transform: scale(0.9);
}

.join-sec2 li:hover {
	transform: translateY(-10px);
}

.join-sec2 li img {
	display: block;
	margin: 0 auto;
}
.join-sec4 {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	margin-top: 70px;
	padding: 20px 70px;
	margin-bottom: 70px;
}

.join-sec4 .left {
	width: 80%;
}

.join-sec4 .text {
	display: flex;
	justify-content: space-between;
	max-width: 910px;
}

.join-sec4 .text span {
	color: #888888;
	font-size: 14px;
	display: inline-block;
}

.join-sec4 .tit {
	margin-bottom: 30px;
}

.join-sec4 .tit strong {
	color: #333333;
	font-size: 26px;
	transition: all 0.6s;
}

.join-sec4 .tit b {
	color: #888888;
	font-size: 16px;
	display: inline-block;
	margin-left: 35px;
}

.join-sec4 .div2 p {
	color: #666666;
	font-size: 14px;
	line-height: 34px;
	margin-top: 20px;
}

.join-sec4 .div2 {
	padding-top: 30px;
	display: none;
}

.join-sec4 li {
	border-bottom: 1px solid #eeeeee;
	position: relative;
	cursor: pointer;
	padding: 50px 0;
}

.join-sec4 li .btn {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	transform: translateY(-50%);
	height: 30px;
	background: url(../images/jia.png) no-repeat center;
	cursor: pointer;
}

.join-sec4 li.on .btn {
	background-image: url(../images/jian.png);
	top: 50px;
	transform: none;
}

.join-sec4 li:last-child {
	border-bottom: none;
}

.join-sec4 li:hover .tit strong {
	color: #0058aa;
}
@media (max-width:1600px){
	.join-sec2 .tit h2 {
		font-size: 30px;
	}

	.join-sec2 .tit h3 {
		font-size: 18px
	}

	.join-sec2 li strong {
		font-size: 18px;
		margin: 15px auto;
	}

	.join-sec2 li span {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 24px
	}

	.join-sec2 .tit {
		margin-top: 50px;
	}
	.join-sec4 {
		padding: 20px 50px;
	}

	.join-sec4 li {
		padding: 30px 0;
	}

	.join-sec4 .tit {
		margin-bottom: 20px;
	}

	.join-sec4 .tit strong {
		font-size: 20px;
	}

	.join-sec4 .tit b {
		font-size: 14px
	}

	.join-sec4 li .btn {
		background-size: 20px auto;
	}

	.join-sec4 .div2 {
		padding-top: 10px;
	}

	.join-sec4 .div2 p {
		margin-top: 10px;
	}
	.join-sec4 {
		margin: 50px 0;
	}
}
@media (max-width:1200px) {
 .join-sec2 li:nth-child(2n) {
		display: none;
	}	
	.join-sec4 {
		padding: 30px;
	}

	.join-sec4 .left {
		width: 90%;
	}
}
@media (max-width:900px){
	.join-sec2 li {
		width: calc(100%/3);
		padding: 0 5px;
		max-width: initial;
	}

	.join-sec2 li:nth-child(2n) {
		display: none;
	}

	.join-sec2 li img {
		width: 20px;
	}

	.join-sec2 ul {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.join-sec2 li:nth-child(7) {
		flex-grow: 1;
	}

	.join-sec2 li:last-child {
		flex-grow: 1;
	}
}
@media (max-width:750px){
 .join-sec2 .tit h2 {
		font-size: 20px;
	}

	.join-sec2 .tit h3 {
		font-size: 15px
	}

	.join-sec2 li {
		margin-bottom: 20px;
	}

	.join-sec2 li p {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		overflow: hidden;
		line-height: 24px;
		font-size: 12px
	}

	.join-sec2 li span {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}

	.join-sec2 li strong {
		font-size: 16px;
		margin: 10px 0 5px 0;
	}

	.join-sec2 .tit {
		margin-top: 40px;
	}	
	.join-sec4 {
		padding: 15px;
		margin: 30px 0;
	}

	.join-sec4 .text {
		flex-wrap: wrap;
	}

	.join-sec4 .tit strong {
		font-size: 16px;
	}

	.join-sec4 .tit b {
		margin-left: 5px;
	}

	.join-sec4 li .btn {
		top: 20px;
		right: 0px;
		transform: none;
		background-size: 15px auto;
	}

	.join-sec4 .text span {
		width: 50%;
		margin-bottom: 10px;
		font-size: 12px;
	}

	.join-sec4 .text span:last-child {
		flex-grow: 1;
	}

	.join-sec4 li {
		padding: 15px 0;
	}

}
.c-common-btn {
	display: block;
	position: relative;
	width: 128px;
	height: 57px;
	border-bottom: 1px solid #ddd;
	line-height: 56px;
	color: #fff;
	background: url(../images/jt1.png)no-repeat right 0 center;
	background-size: 12px auto;
}
.c-common-btn:hover{
	color: #fff;
}
.c-common-btn.c-unique {
	color: #222;
	background: url(../images/jt2.png)no-repeat right 0 center;
	background-size: 12px auto;
}
.c-common-btn::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 30px;
	border-bottom: 1px solid #0165C2;
	transition: all 0.5s;
}
.c-common-btn:hover::before {
	width: 100%;
}

.newslist{
 overflow:hidden;	
}
.newslist .container{
	overflow:hidden;	
}
.newslist ul li{
 float:left;
 margin-bottom:30px;	
}
.newslist ul li .newsbox_title{
 background:#fff;	
}


.xwzxde-sec1 {
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
}

.xwzxde-sec1>div {
	flex-grow: 1;
	padding-right: 10px;
}

.xwzxde-sec1 .backbtn {
	display: block;
	width: 50px;
	height: 50px;
	border: solid 1px #e5e5e5;
	border-radius: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
	flex-shrink: 0;
}

.xwzxde-sec1 .backbtn img {
	display: inline-block;
	vertical-align: middle;
	transition: all 0.6s;
	width: 23px;
	height: 20px;
}

.xwzxde-sec1 .backbtn:hover {
	border-color: #0058aa;
	box-shadow: 0 0 10px 5px rgba(0, 88, 177, 0.3);
}

.xwzxde-sec1 .backbtn:hover img {
	transform: scale(0.9);
}

.xwzxde-sec1 h3 {
	color: #333333;
	font-size: 28px;
	margin-bottom: 20px;
	text-align: center;
}

.xwzxde-sec1 p {
	text-align: center;
}

.xwzxde-sec1 p span {
	display: inline-block;
	margin-right: 10px;
}
.xwzxde-sec2 {
	display: flex;
	margin: 40px 0;
	align-items: center;
	height: 110px;
}

.xwzxde-sec2 strong {
	background: #0058aa;
	color: #fff;
	font-family: "宋体";
	width: 159px;
	font-size: 40px;
	font-weight: bold;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.xwzxde-sec2 p {
	color: #333333;
	line-height: 36px;
	font-size: 16px;
	text-indent: 3em;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.xwzxde-sec2 div {
	background: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 30px 50px;
	flex-grow: 1;
}
.xwzxde-sec3 {
	line-height: 43px;
	font-size: 16px;
	color: #333333;
	margin: 20px 0;
}

.xwzxde-sec3 p {
	line-height: 43px;
	font-size: 16px;
	color: #333333;
}

.xwzxde-sec3 img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 10px auto;
}
.fenpian {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}

.fenpian>div {
	display: block;
	width: 48%;
}

.fenpian span {
	color: #888;
	transition: all 0.6s;
}

.fenpian .prevpian {
	background: url(../images/arrowleft.png) no-repeat left center;
	padding-left: 25px;
}

.fenpian .nextpian {
	background: url(../images/arrowright.png) no-repeat right center;
	padding-right: 25px;
}

.fenpian .nextpian span {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 14px
}

.fenpian .nextpian p {
	text-align: right;
}

.fenpian p {
	color: #333;
	font-size: 18px;
	margin-top: 10px;
	transition: all 0.6s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fenpian a:hover p {
	color: #E62129;
}
@media (max-width:1600px){
 .fenpian p {
		font-size: 16px
	}	
}
@media (max-width:1300px) {
	.xwzxde-sec1 h3 {
		font-size: 26px;
		line-height: 1.6;
	}
	.xwzxde-sec2 {
		height: 90px;
	}

	.xwzxde-sec2 strong {
		font-size: 30px;
		width: 100px;
	}

	.xwzxde-sec2 div {
		padding: 20px;
	}

	.xwzxde-sec2 div p {
		font-size: 14px;
		line-height: 36px;
	}
	.xwzxde-sec3 p {
		font-size: 14px
	}
}
@media (max-width:1000px){
	.xwzxde-sec1 h3 {
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 10px;
	}

	.xwzxde-sec1 {
		padding-bottom: 20px;
	}
	.xwzxde-sec2 {
		margin: 20px 0;
		height: 80px;
	}

	.xwzxde-sec2 strong {
		font-size: 22px;
		width: 80px;
	}

	.xwzxde-sec2 div {
		padding: 10px;
	}

	.xwzxde-sec2 div p {
		line-height: 1.6;
	}
	.fenpian p {
		font-size: 14px;
		margin-top: 5px;
	}

	.fenpian {
		padding: 25px 0;
	}
	.fenpian>div {
		width: 45%;
	}
}
@media (max-width:750px){
	.xwzxde-sec1 h3 {
		font-size: 16px;
	}

	.xwzxde-sec1 p span {
		font-size: 13px;
	}
	.xwzxde-sec2 {
		height: 60px;
	}

	.xwzxde-sec2 strong {
		font-size: 18px;
		width: 70px;
	}
	.xwzxde-sec2 div p {
		text-indent: 1em;
	}

	.xwzxde-sec2 div {
		padding: 5px;
	}
	.xwzxde-sec3 p {
		line-height: 32px;
	}
	.fenpian {
		flex-direction: column;
	}

	.fenpian>div {
		width: 100%;
	}

	.fenpian>div a {
		display: flex;
		align-items: center;
	}

	.fenpian .prevpian {
		background: none;
		padding-left: 0;
		margin-bottom: 10px;
	}

	.fenpian .nextpian {
		background: none;
		padding-left: 0;
		padding-right: 0;
	}

	.fenpian .nextpian span {
		text-align: left;
	}

	.fenpian span {
		display: block;
		flex-shrink: 0;
		width: 50px;
	}

	.fenpian p {
		margin-top: 0;
	}
}
.newslist ul{
 overflow:hidden;
 margin:0;
 padding:0;	
}
.zhengshulist .newsbox_img {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.zhengshulist .newsbox_title h2 {
    padding-top: 0.2rem;
    font-size: 0.16rem;
    line-height: 0.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align:center;
}


@media (max-width:1440px){
	.zhengshulist .newsbox_title h2{
		font-size: 0.18rem;
	}
}
@media (max-width:991px){
	.zhengshulist .newsbox_title h2{
		font-size: 0.2rem;
		line-height: 0.2rem;
	}
}
@media (max-width:480px){
	.zhengshulist .newsbox_title h2{
		font-size: 0.28rem;
		line-height: 0.28rem;
	}
}


.pagebar {
	padding:20px;
	overflow:hidden
}
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:10px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size:12px;
	padding:10px 15px;
	margin:0 2px;
	border-radius:3px;
}
.pagination span {
	color:#333;
	font-size:12px;
	padding:7px 2px;
	margin:0 2px;
	border-radius:3px;
}
.pagination a:hover {
	color:#337ab7;
	border:1px solid #337ab7;
}
.pagination a.page-num-current {
	color:#fff;
	background:#337ab7;
	border:1px solid #337ab7;
}
.pagination .st {
	font-family:宋体
}


.servicebox {
  padding:0.8rem 0;
  overflow:hidden;
}
.servicebox .cont {
  display: flex;
}
@media (max-width: 767px) {
  .servicebox .cont {
    flex-wrap: wrap;
  }
}
.servicebox .cont .item {
  width: 25%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  flex: 1 1 25%;
  height: 6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .servicebox .cont .item {
    width: 100%;
    flex: 1 1 100%;
    margin-bottom: 0.4rem;
  }
  .servicebox .cont .item:last-child {
    margin-bottom: 0;
  }
}
.servicebox .cont .item .list {
  display: block;
  position: relative;
  width: 100%;
  height: 6rem;
  overflow: hidden;
}
.servicebox .cont .item .list .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.servicebox .cont .item .list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}
.servicebox .cont .item .list .font {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.65rem 0.5rem 0;
  width: 100%;
  height: 100%;
}
.servicebox .cont .item .list .font .jut {
  position: relative;
  width: 100%;
  height: 100%;
}
.servicebox .cont .item .list .font .jut .tit {
  width: 100%;
  color: #fff;
}
.servicebox .cont .item .list .font .jut .text {
  margin-top: 0.12rem;
  opacity: 0.8;
  color: #fff;
  font-size: 16px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1580px) {
  .servicebox .cont .item .list .font .jut .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .servicebox .cont .item .list .font .jut .text {
    opacity: 1;
    visibility: visible;
  }
}
.servicebox .cont .item .list .font .jut .but {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.8rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .servicebox .cont .item .list .font .jut .but {
    margin-top: 0.4rem;
  }
}
@media (max-width: 991px) {
  .servicebox .cont .item .list .font .jut .but {
    width: 40px;
    height: 40px;
  }
}
.servicebox .cont .item .list .font .jut .but img,
.servicebox .cont .item .list .font .jut .but svg {
  width: 33.33%;
  float: left;
  position: relative;
  z-index: 2;
}
.servicebox .cont .item .list .font .jut .but img:nth-child(2),
.servicebox .cont .item .list .font .jut .but svg:nth-child(2) {
  display: none;
}
.servicebox .cont .item .list .font .jut .but img path,
.servicebox .cont .item .list .font .jut .but svg path {
  fill: #fff;
}
.servicebox .cont .item .list .font .jut .but:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s 0.3s linear;
  transform: rotate(-45deg);
}
.servicebox .cont .on {
  width: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  flex: 1 1 50%;
}
@media (max-width: 767px) {
  .servicebox .cont .on {
    width: 100%;
    flex: 1 1 100%;
  }
}
.servicebox .cont .on .list .font .jut .text {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s 0.3s linear;
  transition: all 0.3s 0.3s linear;
}
.servicebox .cont .on .list .font .jut .but {
  transform: rotate(45deg);
  border-color: transparent;
  background-color: #fff;
}
.servicebox .cont .on .list .font .jut .but img:nth-child(1) {
  display: none;
}
.servicebox .cont .on .list .font .jut .but img:nth-child(2) {
  display: block;
}
.servicebox .cont .on .list .font .jut .but svg path {
  fill: #004896;
}


.fwzc-sec1 {
	display: flex;
	position: relative;
	background: url(../images/fwzxtuline.png) no-repeat right top;
	background-size: cover;
	padding-bottom: 50px;
}

.fwzc-sec1 .left {
	max-width: 715px;
	padding: 130px 0;
}

.fwzc-sec1 h3 {
	color: #000;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 50px;
}

.fwzc-sec1 .div1 {
	margin-bottom: 50px;
}

.fwzc-sec1 .div1 p {
	color: #666;
	font-size: 18px;
	line-height: 40px;
}

.fwzc-sec1 .div1 p span {
	color: #E62129;
}

.fwzc-sec1 .div2 p {
	color: #333333;
	font-size: 18px;
	background: url(../images/blacktel.png) no-repeat left 10px;
	padding-left: 40px;
	line-height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width:1600px){
	.fwzc-sec1 h3 {
		font-size: 36px;
		margin-bottom: 20px;
	}

	.fwzc-sec1 .div1 p,
	.fwzc-sec1 .div2 p {
		font-size: 16px;
		line-height: 35px;
	}

	.fwzc-sec1 .left {
		padding-bottom: 0;
		padding-top: 80px;
		max-width: 600px;
	}
}
@media (max-width:1000px){
	.fwzc-sec1 .left {
		padding-bottom: 30px;
	}

	.fwzc-sec1 h3 {
		font-size: 30px
	}

	.fwzc-sec1 .div1 p,
	.fwzc-sec1 .div2 p {
		font-size: 15px;
	}

	.fwzc-sec1 .left {
		padding-top: 50px;
	}

	.fwzc-sec1 .div1 {
		margin-bottom: 30px;
	}
}
@media (max-width:750px){
	.fwzc-sec1 h3 {
		font-size: 20px
	}

	.fwzc-sec1 .div1 p,
	.fwzc-sec1 .div2 p {
		font-size: 14px;
		line-height: 30px;
	}

	.fwzc-sec1 .left {
		padding-top: 50px;
	}

	.fwzc-sec1 .div1 {
		margin-bottom: 30px;
	}

	.fwzc-sec1 {
		background: none;
	}

	.fwzc-sec1 .left {
		padding-top: 35px;
	}
}


.messages div{
 margin-bottom:30px;	
}
.messages lable{
 display:block;	
 padding-bottom: 10px;
 font-size:18px;
 color:#666
}
.messages lable span{
 color:#ff0000;
 font-weight:bold;
 font-size:22px;
 padding-right:10px;	
}
.messages textarea{
 width:100%;
 height: 160px;
 padding: 10px;
 margin-left: 1px;
 border-radius: 0px;	
 border:1px solid #d8d8d8;
}
.messages input{
 width:70%;
 height:50px;	
 border-radius: 0px;
 border:1px solid #d8d8d8;
}
.messages button{
 background:#0165C2;
 border:0;
 padding:10px 50px;	
 color:#fff;
 font-size:18px;
}
.con_t h2{
 font-size:26px;
 line-height:80px;
 font-weight:bold;	
 color:#333;
}
.con_t p{
 font-size:18px;
 line-height:42px;
 color:#888;	
}





.contact{
 padding:0.8rem 0;
 background:#f8f8f8;	
}
.contactbox {
	box-shadow: 3px 4px 32px 0px rgba(225, 225, 225, 0.75);
	background: #fff;
	position: relative;
	z-index: 3;
}
.contact-sec1{
 overflow:hidden;	
 padding-left:50px;
 padding-right:50px;
}
.contact-sec1 h2{
 font-size:36px;
 font-weight:bold;
 margin: 30px 0 30px 0;
 color:#0056b3;
 padding-top: 50px;
 text-align:center;
}


.contact-sec1 li {
	float:left;
	position: relative;
	transition: all 1s;
	border-bottom: 1px dashed #e2e2e2;
	padding-top: 30px;
	padding-bottom:30px;
	padding-left:0;
	padding-right:0;
}

.contact-sec1 li .text {
	padding: 50px 110px;
	z-index: 332;
	position: relative;
}



.contact-sec1 h3 {
	font-family: '微软雅黑';
	font-size: 20px;
	color: #333333;
	margin: 15px 0 10px 0;
}

.contact-sec1 p {
	color: #000000;
	font-size: 16px;
}

.contact-sec1 .libg {
	top: 0;
	left: 0;
	bottom: 1px;
	width: 100%;
	width: 0;
	z-index: 33;
	border-bottom: 2px solid #0588aa;
	box-shadow: 0 3px 1px rgba(0, 0, 0, .1);
	transition: all 1s;
	position: absolute;
}

.contact-sec1 li:hover .libg {
	width: 100%;
}
.contact-sec2 {
	padding: 80px 110px;
	border-bottom: 1px solid #E2E2E2;
}

.contact-sec2 ul {
	display: flex;
	justify-content: space-between;
}

.contact-sec2 li {
	position: relative;
	transition: all 1s;
	display: flex;
	align-items: center;
	align-content: center;
}

.contact-sec2 li p {
	color: #000;
	font-size: 18px;
	padding-left: 20px;
}

.contact-sec2 li:hover img {
	animation: jello 1s;
}

@media (max-width:1900px){
	.contact-sec2,
	.contact-sec1 li .text {
		padding: 40px 50px;
	}
	.contact-sec1 h3 {
		font-size: 20px;
		margin-top: 25px;
	}
	.contact-sec2 li p {
		font-size: 16px;
		padding-left: 15px;
	}
}
@media (max-width:1460px){
	.contact-sec2,
	.contact-sec1 li .text {
		padding: 40px 30px;
	}

	.contact-sec1 h3 {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.contact-sec1 p,
	.contact-sec2 li p {
		font-size: 15px;
	}
	.contact-sec2 li img {
		display: block;
		width: 36px;
	}
}
@media (max-width:1200px){
	.contact-sec2,
	.contact-sec1 li .text {
		padding: 30px 20px;
	}

	.contact-sec1 h3 {
		font-size: 18px;
		margin-top: 15px;
		margin-bottom: 5px;
	}

	.contact-sec1 p,
	.contact-sec2 li p {
		font-size: 14px;
	}
	.contact-sec1 li img {
		width: 36px;
	}
	.contact-sec2 li img {
		display: block;
		width: 24px;
	}

	.contact-sec2 li p {
		padding-left: 5px;
	}
}
@media (max-width:750px){
	
	.contact-sec2,
	.contact-sec1 li .text {
		padding: 20px 10px;
	}

	.contact-sec1 h3 {
		font-size: 16px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.contact-sec1 p,
	.contact-sec2 li p {
		font-size: 14px;
	}
	.contact-sec1 li img {
		width: 30px;
	}
	.contact-sec2 li img {
		display: block;
		width: 24px;
	}

	.contact-sec2 li p {
		padding-left: 10px;
	}

	.contact-sec2 li {
		margin-bottom: 10px;
	}

	.contact-sec2 ul {
		flex-wrap: wrap;
	}
	.contact-sec1{

 padding-left:15px;
 padding-right:15px;
}
.contact-sec1 h2{
 font-size:24px;	
}
}


/*关于我们页面*/
.about_nei{
 padding:0.8rem 0;
}
.about_nei_top{
 display:flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;	
 margin-bottom:50px;
}
.about_nei_top h2{
 margin-bottom:10px;
 color:#323232;
 font-weight:500;
 font-size:0.32rem;	
}
.about_nei_top p{
 display:block;
 color:#323232;
 font-size:0.16rem;
 padding:0;
 margin-bottom:10px;
}
.about_nei_top span{
 display:inline-block;	
 width:30px;
 height:3px;
 background:#1f63ac;
}
.about_nei_bottom{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.about_nei_bottom_left{
 display:flex;
 flex-direction: column;
 justify-content: space-between;
 align-items: center;	 	
}
.about_con{
 font-size:0.16rem;
 line-height:0.32rem;
 color:#6b6b6b;	
 margin-top:-0.08rem;
}
.about_con p{
 padding-bottom:20px;	
}

.tubiao{
	display:flex;
	flex-direction: row;
	 justify-content:space-between;
 align-items: center;	
 width:100%;
}
.tubiao .item{
	display:flex;
 flex-direction: column;
 justify-content:center;
 align-items: center;	 
}
.tubiao .item img{
 margin-bottom:15px;	
}
.tubiao .item span{
 font-size:0.16rem;	
 color:#6b6b6b;	
 line-height: 1;
}
@media screen and (min-width: 1680px) and (max-width: 1920px){
	.about_con{
 font-size:0.18rem;
 line-height:0.36rem;
 color:#6b6b6b;	
 margin-top:-0.06rem;
}
.about_con p{
 padding-bottom:30px;	
}
}
@media (max-width:1520px){
	.tubiao .item img{
		width:100px;
	}
}
@media (max-width:1439px){
	.tubiao .item img{
		width:96px;
	}
}
@media (max-width:1359px){
	.about_con{
 font-size:0.14rem;
 line-height:0.28rem;
  margin-top:-0.046rem;
}
	.about_con p{
	 	padding-bottom:0px;	
	}
	.tubiao .item img{
		width:82px;
	}
	.tubiao .item span{
	 	font-size:0.14rem;	
	}
}
@media (max-width:1279px){
	.about_con{
 font-size:0.14rem;
 line-height:0.28rem;
 margin-top:-0.046rem;
}
	.about_con p{
	 	padding-bottom:0px;	
	}
	.tubiao .item img{
		width:76px;
	}
	.tubiao .item span{
	 	font-size:0.14rem;	
	}
}
@media (max-width:1199px){
	.about_con{
 font-size:0.16rem;
 line-height:0.32rem;

}
	.about_con p{
	 	padding-bottom:20px;	
	}
	.tubiao .item img{
		width:114px;
	}
	.tubiao .item span{
	 	font-size:0.16rem;	
	}
	.about_nei_bottom_left{
	 margin-bottom:30px;	
	}
}
@media (max-width:430px){
	.tubiao .item img{
		width:80px;
	}
}







.porduct table{
 border-collapse: collapse;
 width: 100%;
 margin-bottom: 1rem;
}
.porduct table th{
	background:#004896;
	color:#fff;
}
.porduct table td,.porduct table th{
 padding: 0.05rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
  text-align:center;
}
.porduct table td{
 width:50%;	
}
.porduct table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.porduct table tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}


/*新闻列表页*/
.news_list{
  width:100%;
  overflow:hidden;
}
.news_list a{
	margin-bottom:0.3rem;
}
.news_list .item{
 display:flex;
 flex-direction: column;	
 justify-content: flex-start;
 align-items: flex-start;

}
.news_list_time {
 color:#004896;	
 font-family:'DIN';
}
.news_list_time span:nth-child(1){
 font-size:0.4rem;
 font-weight:bold;	
 margin-right:15px;
}
.news_list_time span:nth-child(2){
	font-size:0.18rem;
	font-weight:normal;
	margin-left:15px;
}
.news_list_title{
 font-size:0.26rem;
 color:#666;
 font-weight:bold;
 width:100%;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
 margin-top:0.3rem;
 margin-bottom:0.2rem;
}
.news_list_des{
 font-size:0.15rem;
 color:#999;	
 margin-bottom:0.5rem;
}
.news_list_more{
 width: 225px;
 height: 65px;	
 border:1px solid #888;
 display:flex;
 justify-content: center;
 align-items: center;
 color:#888;
 transition: all .36s;
 position:relative;
}
.news_list_more::before{
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 0;
 -webkit-transition: all .36s;
 -moz-transition: all .36s;
 -ms-transition: all .36s;
 -o-transition: all .36s;
 background: #004896;
 z-index: -1;
 
}
.news_list a:hover .news_list_more{
	border:1px solid #004896;
	transform: translate(8px,-8px);
	color:#fff;
}
.news_list a:hover .news_list_more::before{
 height:65px;
}
.news_list a:hover .news_list_title{
 color:	#004896;
}


.messges{
 width:100%;
 padding-left:50px;
 padding-right:50px;
 padding-top:1rem;
 padding-bottom:30px;
  display:flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items:center;	
}
.messges span{
 font-size:0.32rem;
 font-weight:bold;
 color:#333;
 display:block;
 margin-bottom:0.5rem;
 
}
.w49{
 width:49%;	
}

.form1{
 display:flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items:center;	
 width:100%;
}
.item1,.item2{
 width:100%;	
}
.item1{
 display:flex;
 flex-direction: row;
 justify-content: space-between;
 align-items:flex-start;		
}
.item2{
	display:flex;
 flex-direction: column;
 justify-content: space-between;
 align-items:flex-start;	
 margin-top:0.3rem;
}
.form1 p{
 font-size:0.16rem;
 color:#333;
}
.form1 .input,.form1 .textarea{
 width: 100%;
 display: block;
 padding: 22px 22px 22px 56px;
 border: 1px solid #e5e5e5;
 background:#fff;
 margin-top:0.2rem;
}
.form1 .name{
 background: url(../images/input_name.png) no-repeat top 25px left 20px #fff;	
}
.form1 .tel{
 background: url(../images/input_tel.png) no-repeat top 25px left 20px #fff;	
}
.form1 .conten{
 background: url(../images/input_conten.png) no-repeat top 25px left 20px #fff;	
}
.form1 .submit{
 padding:20px 70px;
 background:#004896;
 color:#fff;
 font-size:0.2rem;
 margin-top:0.5rem;
 transition: all .36s;
  font-weight:bold;
}
.form1 .submit:hover{
	background:#216be6;

 transform: translateY(-8px);
}

@media (max-width:768px){
	.messges{
	  padding-left:15px;
	  padding-right:15px;	
	}
	.w49{
 width:100%;	
}
.item1{
	flex-direction: column;
}
.item1 .w49:nth-child(1){
 margin-bottom:0.3rem;	
}
}

/*分页*/
.ab_pages{clear:both;padding:20px 0;font-size:0.16rem;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0;}
.ab_pages ul a{color:var(--conult-white);display:block;padding: 15px 20px;  border: 1px solid #999;float: left;margin: 0 5px;font-size:12px;}
.ab_pages ul a.page-num-current{ background:#004896;color:#fff;border: 1px solid #004896; }
.ab_pages ul a:hover{background:#004896;color:#fff;border: 1px solid #004896;}
.ab_pages ul span.page-num{display:none;}

.map{
 width:100%;height:600px;	
 margin-top:30px;
}

#container {
            height: 100%;
            width: 100%;
            
        }
        .amap-overlay-text-container h2{
         color:#333;
         margin-bottom:10px;	
         font-weight:bold;
         font-size:18px;
        }
        .amap-icon img,
        .amap-marker-content img{
            width: 25px;
            height: 34px;
        }

        .marker {
            position: absolute;
            top: -20px;
            right: -118px;
            color: #fff;
            padding: 4px 10px;
            box-shadow: 1px 1px 1px rgba(10, 10, 10, .2);
            white-space: nowrap;
            font-size: 12px;
            font-family: "";
            background-color: #25A5F7;
            border-radius: 3px;
        }
.containersm{
 max-width:1200px;
 width:100%;	
}
.productindex{
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: center;	
}

.productindex .productindex_item{
 width:20%;
 padding-left:15px;
 padding-right:15px;	
}
.productindex .productindex_item:nth-child(2n+1){
 margin-top:50px;	
}
.productindex .productindex_item .itema{
 display:inline-block;
 width:100%;	
 padding:0;
 position:relative;
}
.productindex .productindex_item .itema img{
 max-width:100%;	
}
.productindex .productindex_item .itema img.picon{
 width:85px;
 position: absolute;
 left: 0;
 right: 0;
 margin: 0 auto;
 top: 25%;
 z-index: 99;
}
.productindex .productindex_item .itema h2{
 width:70px;
 height:30px;
 line-height:30px;
 position: absolute;
 left: 0;
 right: 0;
 margin: 0 auto;
 top: 55%;
 text-align:center;
 background:#1f63ac;
 color:#fff;
 font-size:18px;
 z-index: 99;
}
@media screen and (min-width: 1440px) and (max-width: 1520px){
	.productindex .productindex_item .itema img.picon{
		width:70px;
	}
	.productindex .productindex_item .itema h2{
		font-size:16px;
	}
}
@media screen and (min-width: 1360px) and (max-width: 1439px){
	.productindex .productindex_item .itema img.picon{
		width:68px;
	}
	.productindex .productindex_item .itema h2{
		font-size:16px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1359px){
	.productindex .productindex_item .itema img.picon{
		width:66px;
	}
	.productindex .productindex_item .itema h2{
		font-size:14px;

	}
	.product .product_left_top h2{
	font-size: 22px;
}
.product .product_left_top h3{
	font-size: 32px;
}
.product .product_left p{
	font-size: 14px;
	line-height:28px;
}
.product .product_left a{
		width:150px;
    height:36px;
    font-size:16px;	
    line-height:36px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1279px){
		.productindex .productindex_item .itema img.picon{
		width:64px;
	}
	.productindex .productindex_item .itema h2{
		font-size:16px;
	}
	.product .product_left_top h2{
	font-size: 20px;
}
.product .product_left_top h3{
	font-size: 30px;
}
.product .product_left p{
	font-size: 14px;
	line-height:28px;
}
.product .product_left a{
		width:150px;
    height:36px;
    font-size:16px;	
    line-height:36px;
}
}
@media screen and (min-width: 1080px) and (max-width: 1199px){
		.productindex .productindex_item .itema img.picon{
		width:60px;
	}
	.productindex .productindex_item .itema h2{
		font-size:14px;
				width:60px;
		height:26px;
		line-height:26px;
	}
	.product .product_left_top h2{
	font-size: 20px;
}
.product .product_left_top h3{
	font-size: 30px;
}
.product .product_left p{
	font-size: 14px;
	line-height:28px;
}
.product .product_left a{
		width:150px;
    height:36px;
    font-size:16px;	
    line-height:36px;
}
}
@media screen and (min-width: 991px) and (max-width: 1079px){
		.productindex .productindex_item .itema img.picon{
		width:54px;
	}
	.productindex .productindex_item .itema h2{
		font-size:14px;
				width:60px;
		height:26px;
		line-height:26px;
	}
	.product .product_left_top h2{
	font-size: 20px;
}
.product .product_left_top h3{
	font-size: 30px;
}
.product .product_left p{
	font-size: 14px;
	line-height:28px;
}
.product .product_left a{
		width:150px;
    height:36px;
    font-size:16px;	
    line-height:36px;
}
}
@media screen and (max-width:991px){
	.productindex{
		flex-direction:row;
	}
	.productindex_item{
	 width:33.3% !important;;	
	}
	.productindex .productindex_item .itema img.picon{
		width:80px;
	}
	.productindex .productindex_item .itema h2{
		font-size:18px;
				width:70px;
		height:32px;
		line-height:32px;
	}
}
@media screen and (max-width:667px){
	.productindex{
		flex-direction:row;
	}
	.productindex_item{
	 width:33.3% !important;;	
	}
	.productindex .productindex_item .itema img.picon{
		width:66px;
	}
	.productindex .productindex_item .itema h2{
		font-size:16px;
				width:60px;
		height:28px;
		line-height:28px;
	}
}

@media screen and (max-width:480px){
	.productindex{
		flex-direction:column;
	}
	.productindex_item{
	 width:100% !important;
	 margin-top:0 !important;
	 margin-bottom:30px;	
	}
	.productindex .productindex_item .itema img.picon{
		width:150px;
	}
	.productindex .productindex_item .itema h2{
		font-size:20px;
				width:120px;
		height:50px;
		line-height:50px;
	}
}
.productindex .itema::after{
	content:'';
	position: absolute;
	left:0;
	top:0;
	height:100%;
	width:0;
	background:rgba(0,72,150,.5);
	 transition: all .36s;
 -webkit-transition: all .36s;
 -moz-transition: all .36s;
 -ms-transition: all .36s;
 -o-transition: all .36s;	
 z-index:0;
}
.productindex .itema:hover::after{
 width:100%;	
}



.footer_con{
 background:#3f3f3f;
 color:#ddd;	
 padding:1rem 0;
}
.line{
 padding:0.5rem 0;
 border-top:1px solid #dddddd;
 border-bottom:1px solid #dddddd;	
}
.footer_item h2{
 font-weight:500;
 font-size:0.28rem;	
 line-height:1;
 margin-bottom:0.3rem;
}
.footer_item a{
 font-size:0.16rem;
 line-height:0.32rem;
 color:#ddd;	
}
.footer_item h3{
 font-size:0.24rem;
 font-weight:bold;
 line-height:1;
 margin-bottom:15px;	
}
.footer_item p{
 font-size:0.16rem;
 line-height:0.32rem;
 color:#ddd;		
}
.bottom{
	padding-top:30px;
	color:#838383;
	font-size:0.16rem;
	line-height:0.32rem;
	line-height:1;
}
.bottom a{
	color:#838383;
	font-size:0.16rem;
	line-height:0.32rem;
}