* {
  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;
}
@media (min-width: 375px) {
  html {
    font-size: calc(100vw/3.75);
  }
}
@media (min-width: 480px) {
  html {
    font-size: calc(100vw/4.8);
  }
}
@media (min-width: 768px) {
  html {
    font-size: calc(100vw/7.68);
  }
}
@media (min-width: 960px) {
  html {
    font-size: calc(100vw/9.6);
  }
}
@media (min-width: 1200px) {
  html {
    font-size: calc(100vw/12);
  }
}
@media (min-width: 1360px) {
  html {
    font-size: calc(100vw/13.6);
  }
}
@media (min-width: 1440px) {
  html {
    font-size: calc(100vw/14.4);
  }
}
@media (min-width: 1560px) {
  html {
    font-size: calc(100vw/15.6);
  }
}
@media (min-width: 1600px) {
  html {
    font-size: calc(100vw/16);
  }
}
@media (min-width: 1740px) {
  html {
    font-size: calc(100vw/17.4);
  }
}
@media (min-width: 1880px) {
  html {
    font-size: calc(100vw/18.8);
  }
}
@media (min-width: 1920px) {
  html {
    font-size: calc(100vw/19.2);
  }
}
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: 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);
  }
}
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;
}
.font20 {
  font-size: 0.2rem;
}
.font24 {
  font-size: 0.24rem;
}
.font30 {
  font-size: 0.3rem;
}
.font36 {
  font-size: 0.36rem;
}

/*头部*/
.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:#fff;
}
.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: 3.42rem;
  overflow: hidden;
  margin-right: 0.23rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .logo {
    width: 2.8rem;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 .lt .logo {
    width: 3.5rem;
  }
}
@media (max-width: 567px) {
  .hadbox-sec1 .lt .logo {
    /* width: 2.6rem; */
    width: 2.8rem;
  }
}
.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: #333;
  font-size: 16px;
  position: relative;
  padding: 0 0.31rem;
}
.hadbox-sec1 .f_navbox li:last-child .tit{
	font-size: 22px;
}
@media (max-width: 1580px) {
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox li .tit {
    padding: 0 12px;
  }
}
.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 60px;
  color: #333333;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .fz_hover .container ul li a {
    padding: 0 50px;
    font-size: 14px;
  }
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li:hover{
 background:#004896;
}
.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.active .tit span {
  color: #004896;
}
.hadbox-sec1 .f_navbox li.active .tit:after {
  width: 78%;
}
.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;
}
@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;
}
.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 .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;
 text-align:center;
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background: linear-gradient(to bottom, rgba(0,46,95,0.6), rgba(61,124,192,0));
}
.swiper_txt h2{
 font-size:0.52rem;
 line-height:1.04;
 font-weight:bold;
 /*color:rgba(0,0,0,0.7);*/
 color:#fff;
}
.swiper_txt p{
 font-size:0.3rem;
 line-height:0.6rem;
 font-weight:normal;	
 color:rgba(255,255,255,0.8);
}
.swiper_txt a{
	padding:0.15rem 0.55rem;
	margin:0 auto;
	display:block;
	margin-top:0.3rem;
	background:#004896;
	font-size:0.16rem;
	line-height:30px;
	color:#fff;
	border-radius: 30px;
}
.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{
	border:1px solid #fff;
	width:0.8rem;
	height:0.7rem;
	color:#fff;
	position:
}
.banner .swiper-button-prev{
 left:10px;	
}
.swiper-button-next::after, .swiper-button-prev::after{
	font-size:0.6rem;
	font-weight:bold;
}
@media (max-width:1560px){

.swiper_txt h2{
 font-size:0.42rem;
 line-height:0.84;
 font-weight:bold;
 margin-bottom:0.4rem;
 color:#fff;
}
.swiper_txt p{
 font-size:0.28rem;
 line-height:0.56rem;
 font-weight:normal;	
 color:rgba(255,255,255,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.24rem;
	line-height:0.3rem;
	color:#fff;
	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:1440px){

.swiper_txt h2{
 font-size:0.38rem;
 line-height:0.68;
 font-weight:bold;
 margin-bottom:0.4rem;
 color:#fff;
}
.swiper_txt p{
 font-size:0.24rem;
 line-height:0.48rem;
 font-weight:normal;	
 color:rgba(255,255,255,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.2rem;
	line-height:0.3rem;
	color:#fff;
	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:1360px){

.swiper_txt h2{
 font-size:0.34rem;
 line-height:0.68;
 font-weight:bold;
 margin-bottom:0.3rem;
 color:#fff;
}
.swiper_txt p{
 font-size:0.2rem;
 line-height:0.4rem;
 font-weight:normal;	
 color:rgba(255,255,255,0.8);
}
.swiper_txt a{
	display:block;
	margin-top:0.2rem;
	background:url(../images/jiantou3.png) no-repeat left center;
	padding-left:50px;
	font-size:0.18rem;
	line-height:0.3rem;
	color:#fff;
	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:1280px){

.swiper_txt h2{
 font-size:0.3rem;
 line-height:0.6;
 font-weight:bold;
 margin-bottom:0.3rem;
 color:#fff;
}
.swiper_txt p{
 font-size:0.16rem;
 line-height:0.32rem;
 font-weight:normal;	
 color:rgba(255,255,255,0.8);
}
.swiper_txt a{
	display:block;
	margin-top:0.2rem;
	background:url(../images/jiantou3.png) no-repeat left center;
	padding-left:50px;
	font-size:0.14rem;
	line-height:0.3rem;
	color:#fff;
	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:960px){

.swiper_txt h2{
 font-size:0.2rem;
 line-height:0.4;
 font-weight:bold;
 margin-bottom:0.1rem;
 color:#fff;
}
.swiper_txt p{
 font-size:0.10rem;
 line-height:0.26rem;
 font-weight:normal;	
 color:rgba(255,255,255,0.8);
}
.swiper_txt a{
	display:block;
	margin-top:0.1rem;
	background:url(../images/jiantou3.png) no-repeat left center;
	padding-left:50px;
	font-size:0.08rem;
	line-height:0.3rem;
	color:#fff;
	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{
 padding-top:30px;	
}
.swiper_txt a{
	display:block;
	margin-top:0.1rem;
	background:url(../images/jiantou31.png) no-repeat left center;
	padding-left:35px;
	font-size:0.08rem;
	line-height:0.3rem;
	color:#fff;
	background-size: auto;
}		
}



/*首页关于我们*/
.about{
 width:100%;
 height:auto;	
 display: flex;
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;
 overflow:hidden;
}
.aboutleft{
 width:50%;	
}
.aboutleft img{
 max-width:100%;	
}
.aboutright{
 width:50%;
 padding-right:15vw;
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: center;
 margin-left:-100px;
 padding:100px 30px;;
 background:#004896;
}
.aboutright_t h2{
 	color:#fff;
 	font-weight:bold;
}
.aboutright_t p{
	color:#fff;
	line-height:0.32rem;
	margin-bottom:0.5rem;
}
.aboutright_t .more1{
 color:#fff;
 border:1px solid #fff;
 padding:10px 50px;
 border-radius: 25px;
}
.aboutright_t .more1:hover{
 background:#fff;
 color:#004896;
}
.aboutright_b{
 width:100%;
 margin-top:0.5rem;
 display: flex;
 flex-direction: row;
 justify-content: space-between;;
 align-items: center;
 color:#fff;
}
.hengfu{
 padding:0.8rem 0;
 overflow:hidden;	
}

.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: #fff;
 padding: 0 0.1rem;
}
.dazi span{
 width:24px;
 height:24px;	
 border-radius: 50%;
 background:#fff;
 color:#004896;
 text-align:center;
 font-size:14px;
}
@media screen and (min-width: 992px) and (max-width: 1280px){
 .aboutright_t h2{
  font-size:0.3rem;	
 }
 .dazi strong{
 	font-size: 0.3rem;
 }
}
@media (max-width:991px){
	.about{
		height:auto !important;
		flex-direction: column;
	}
	.aboutleft{
	 width:100%;	
	 display:none;
	}
	.aboutright{
	 width:100%;
	 margin-left:0;	
	}
}
@media (max-width:480px){
	.aboutright_b{
		flex-wrap: wrap;
	}
	.aboutright_t h2{
	 font-size:0.3rem;	
	}
	.aboutright_b_item{
	  width:50%;
	  margin-bottom:25px;	
	}
	.aboutright_b_item:nth-child(3),.aboutright_b_item:nth-child(4){
	  margin-bottom:0;	
	}
	.dazi strong{
 font-size: 0.24rem;
}
.dazi span{
 width:20px;
 height:20px;	
 font-size:10px;
 line-height:20px;
}
}




/*业务范围*/

.index2{padding:1rem 0;background:#f2f2f2;}
.titleBox{overflow:hidden;}
.title{float:left;}
.title .H4{float:left; font-size:26px; color:#161616; line-height: 32px;}
.title .H4 .color{color:#044477; font-size:36px; font-weight:bold;}
.title .H5{float:left;line-height: 32px;line-height:48px; font-size:18px; color:#9b9b9b; margin-left:19px;}
.more{width:125px; height: 32px; text-align: center; line-height: 30px; float:right; position: relative; border:1px solid #8c8c8c; font-size:14px; color:#666666; text-transform: uppercase;}
.more::after{width:12px; height: 1px; background-color:#8c8c8c; content: ""; position: absolute; top:50%; left: -5px;}
.more::before{width:12px; height: 1px; background-color:#8c8c8c; content: ""; position: absolute; top:50%; right: -5px;}
.more:hover{color:#044477; border-color:#044477;}
.more:hover::after,
.more:hover::before{ background-color:#044477;}

.index2Tab{margin-top:60px; margin-top:30px;}
.index2Nav{width:12.5%; float:left; text-align: center;}
.index2Nav .list{height:200px; line-height: 200px; background-color:#f7f7f7; border-bottom:1px solid #e1e1e1; cursor: pointer;}
.index2Nav .slick-slide:first-child .list{border-top:1px solid #e1e1e1;}
.index2Nav .list .H5{display:inline-block; font-size:16px; color:#262626; position: relative;}
.index2Nav .list .H5::after{width:18px; height: 1px; background-color:#044477; content: ""; position: absolute; top:50%; left: -25px; opacity: 0;}
.index2Nav .list .H5::before{width:18px; height: 1px; background-color:#044477; content: ""; position: absolute; top:50%; right: -25px; opacity: 0;}

@media screen and (min-width:992px){
	.index2Nav .list:hover{background-color:#fff; }
	.index2Nav .list:hover .H5{ color:#044477;}
	.index2Nav .list:hover .H5::after,
	.index2Nav .list:hover .H5::before{opacity:1;} 
}
.index2Nav .list.on{background-color:#fff; }
.index2Nav .list.on .H5{ color:#044477;}
.index2Nav .list.on .H5::after,
.index2Nav .list.on .H5::before{opacity:1;} 

.index2R{width:87.5%; float:right;}
.index2RList{overflow:hidden;}
.index2RList .pic{width:62.67%; float:left;}
.index2RList .text{width:37.33%; float:left;  background-color:#004896; text-align: center; padding:160px 4.16% 0 4.16%;}
.index2RList .text .H4 a{font-size:30px; color:#fff;}
.index2RList .text .H4{ margin-bottom:15px}
.index2RList .text .H5{font-size:24px; color:#fff; font-family: Arial; text-transform: uppercase; margin: 25px 0 35px 0}
.index2RList .text .p{font-size:14px; color:#fff; line-height: 36px; height: 108px; opacity: 0.3; opacity: 0.6;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}

.index2RList .slick-dots{bottom:10%;width:37.32%; right:0; text-align: center; line-height: 0;}
.index2RList .slick-dots li{width:11px; height: 11px; background-color:#444444; border-radius: 50%; margin: 0 6px;}
.index2RList .slick-dots li.slick-active{background-color:#044477;}

.index2Nav .slick-prev,
.index2Nav .slick-next{width:20px; height: 20px; left: 0; background:url(../images/p11.png) center no-repeat; background-size:100%;}
.index2Nav .slick-next{left:auto; right:0; background-image:url(../images/p12.png)}

@media screen and (max-width:1700px){
	.index2RList .slick-dots{bottom:20%;}
}
@media screen and (max-width:1199px){
	.index2Nav .list{height:80px; line-height: 80px;}
	.index2RList .text{padding:60px 4% 0 4%;}
	.index2RList .text .H4{font-size:22px;}
	.index2RList .text .H5{font-size:18px;}
	.index2RList .slick-dots{bottom:20px;}
}
@media screen and (max-width:991px){
	.index2Nav{width:100%;border-bottom: 1px solid #e1e1e1;border-top: 1px solid #e1e1e1;}
	.index2Nav .list{border:none !important; line-height: 40px; height:40px;}
	.index2Nav .list .H5{font-size:14px;}
	.index2R{width:100%; margin-top:20px;}
	.index2RList .text,
	.index2RList .pic{height:340px;}
}
@media screen and (max-width:767px){
	.title .H4{font-size:20px; width:100%;margin-bottom:0px;}
	.title .H5{width:100%; margin: 0; font-size:14px; line-height: normal;}
	.index2Tab{margin-top:25px;}
	.index2Nav{padding:0 20px;}
	.index2Nav .list{background-color:transparent;}
	.index2Nav .list.on .H5::after,
	.index2Nav .list.on .H5::before{display:none;}
	.more{font-size:12px; margin: 10px 0 0 0; width:100px;}
	.index2RList .pic{width:100%; height:auto; background:none !important; }
	.index2RList .text{width:100%; height: auto; padding:20px 10px 40px 10px;}
	.index2RList .text .H4{font-size:18px;}
	.index2RList .text .H5{font-size:14px; margin: 15px 0;}
	.index2RList .text .p{font-size:13px; line-height: 22px; height: 66px;}
	.index2RList .slick-dots{width:100%; bottom:10px;}
	.index2RList .slick-dots li{width:8px; height: 8px; margin: 0 4px;}
	
	.title .H4 .color{ font-size:20px;}
	.index2RList .text .H4 a{ font-size:24px;}
}



/*首页产品*/
.product{
 padding: 1rem 0;
 overflow:hidden;
}
.pro_item{
 padding:40px 20px;
 display: flex;
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;
 margin-bottom:50px;
}
.pro_item1{
 background:#1c295d;	
}
.pro_item2{
 background:#264393;
}
.pro_item3{
 background:#abdcfc;
 margin-bottom:0;
}
.pro_item_l{
 width:15%;	
 color:#fff;
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: flex-start;
}
.pro_item_r{
 width:85%;	
}
.pro_item_l .name{
 font-size:26px;
 font-weight:bold;	
 position:relative;
 margin-bottom:20px;
}
.pro_item_l .subname{
 font-size:22px;
 font-weight:bold;
 margin-bottom:20px;
}
.pro_item_l p{
 font-size:14px;	
}
.pro_item_l .name::after{
 content:'';
 position:absolute;
 left:60px;
 top:20px;;
 height:1px;
 width:70px;
 background:#fff;	
}



@media (max-width:991px){
	.pro_item{
		flex-direction: column;
	}
	.pro_item_l{
		width:100%;
	}
	.pro_item_r{
	 width:100%;	
	}
	.pro_item_l .name{
	  margin-bottom:15px;	
	}
	.pro_item_l .subname{
	  margin-bottom:15px;	
	}
	.pro_item_l p{
	  margin-bottom:15px;	
	}
}
@media (max-width:767px){
	.pro_item1{
	  margin-top:25px;	
	}
}


.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: 75%;
 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;
 text-align:center
}
.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:#000;	
}
.footerbox{
 overflow:hidden;

}
.footer .title{
 display:flex;
 flex-direction: row;
 align-items: center;	
 float: none;
}
.footer .title span:nth-child(1){
	font-size:0.16rem;
	color:#ccc;
	font-weight:bold;
}
.footer .title span:nth-child(2){
	font-size:0.16rem;
	color:#9e9e9e;
	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:#9e9e9e;
}
.foot_ewm {
 text-align:center;
 line-height:0.4rem;
 color:#9e9e9e;
 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:#9e9e9e;	
 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;	
}
}
.bottom{
 background:#000;
 
}
.bottom_box{
 display:flex;
 flex-direction: row;
 flex-wrap:wrap;
 align-items: center;		
 justify-content: space-between;
 border-top:1px solid #9e9e9e;
 padding:0.2rem 0;
}
.bottom_box p,.bottom_box a{
 color:#fff;
 font-size:0.16rem;	
}
.bannernei{
 width: 100%;
 overflow: hidden;
 display: flex;
 align-items: center;
 justify-content: center;	
}
.bannernei img{
 max-width:100%;	
}
.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.48rem;
  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;
}









.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 ul {
	display: flex;
	justify-content: space-between;
}

.contact-sec1 li {
	width: 50%;
	position: relative;
	transition: all 1s;
	border-bottom: 1px solid #e2e2e2;
}

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

.contact-sec1 li:nth-child(1) {
	border-right: 1px solid #e2e2e2;
}

.contact-sec1 h3 {
	font-family: '微软雅黑';
	font-size: 44px;
	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: 40px;
		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: 36px;
		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: 30px;
		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: 18px;
		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;
	}
	
}




/*indexabout2*/

.about2{
 display: flex;
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;
 background-color:#000;
 position:relative;
}
.about2_left{
 width:50%;	
 
}




.about2 .aboutright{
 width:50%;
 padding-right:15vw;
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: center;
 margin-left:0px;
 padding:150px 150px 150px 30px;;
 background:#004896;
 position:relative;
}

.about2 .aboutright_t h2{
 	color:#fff;
 	font-weight:bold;
}
.about2 .aboutright_t p{
	color:#fff;
	line-height:0.32rem;
	margin-bottom:0.5rem;
}
.about2 .aboutright_t .more1{
 color:#fff;
 border:1px solid #fff;
 padding:10px 50px;
 border-radius: 25px;
}
.about2 .aboutright_t .more1:hover{
 background:#fff;
 color:#004896;
}
.about2 .aboutright_b{
 width:100%;
 margin-top:0.5rem;
 display: flex;
 flex-direction: row;
 justify-content: space-between;;
 align-items: center;
 color:#fff;
}

@media (max-width:1280px){
	.about2{
		flex-direction: column;
	}
	.about2 .about2_left{
	 width:100%;	
	}
	.about2 .aboutright{
	 width:100%;	
	 padding:150px 30px;;
	}
}


.news1{
 padding: 0.8rem 0 0.5rem 0;
 overflow: hidden;
 background:url(../images/news1.jpg) no-repeat center center;
 background-size:cover;
 background-attachment:fixed;
}
.news1_item{
 display:flex;
 flex-direction:column;	
}
.news1_item .news1_img{
 position:relative;
 padding-top:75%;	
 width:100%;
 overflow:hidden;
}
.news1_item .news1_img img{
 position:absolute;
 left:0;
 top:0;
 width:100%;
 min-height: 75%;
}
.news1box a:hover .news1_img img {
    transform: scale(1.2, 1.2);
    transition: 1.5s transform .2s;
}
.news1_item span{
 margin-top:0.25rem;
 color:#aaa;	
}
.news1_item h2{
 margin-top:0.2rem;
 font-size:0.18rem;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
 margin-bottom:0.15rem;
}
.news1box a:hover h2{
 font-weight:bold;	
}
.news1_item p{
 color:#aaa;
 font-size:0.14rem;	
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}



.mainnei{
 padding:1.2rem 0;
 overflow:hidden;	
}
@media (max-width:991px){
 .mainnei{
   padding:0.8rem 0;	
 }
}
@media (max-width:480px){
 .mainnei{
   padding:0.5rem 0;	
 }
}
.maintitle{
 text-align:center;
 display:flex;
 flex-direction: column;	
}

.maintitle h2{
 font-size:0.42rem;
 margin-bottom:0.2rem;
 color:#333;
 font-weight:bold;
 position:relative;	
}
.maintitle h2::after{
 position:absolute;
 content:'';
 background:url(../images/line.png) no-repeat center center;
 width:150px;
 height:20px;
 top:120%;
 left:50%;
 margin-left:-75px;;	
}
.maintitle span{
 color:#aaa;
 margin-top:0.15rem;	
}
.mainneibox{
	margin-top:0.5rem;
	position:relative;
	display: flex;
  justify-content:flex-start;
  min-height:460px;
}
.about_l{
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 width:60%;
}
.about_r{
 width:40%;
 position:relative;
 height:100%;
}
.about_r::after{
 content:'';
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
 background:url(../images/aboutnei.jpg) no-repeat center center;
 background-size: cover;	
}
.about_l p{
 line-height:0.36rem;;
 font-size:0.18rem;
 color:#333;
 margin-bottom:0.2rem;	
}

@media (max-width:1360px){
	.about_l p{
   line-height:0.32rem;;
   font-size:0.16rem;
	}
	.about_l{
	 width:58%	
	}
	.about_r{
   width:42%;
  }
  .shuzi .dazi strong{
  	font-size: 0.3rem
  }
}
@media (max-width:991px){
	.mainneibox{
		flex-direction: column;
		}
	.about_l{
	  width:100%;	
	}
	.about_r{
	  width:100%;	
	  min-height:450px;
	}
}
.about_con{
 padding-left:15px;
 padding-right:15px;	
}
.bgblue{
 background:#004896;	
}
.ptb2{
 padding-top:0.2rem;
 padding-bottom:0.2rem	
}

.bgblue .colorWhite{
 color:#fff;
}
.bgf2{
 background:#f2f2f2;	
}
.advantages_box{
 margin-top:0.3rem;	
}
.advantages_item{
 position:relative;	
}
.advantages_txt{
 position:absolute;
 left:0;
 right:0;
 top:0;
 width:100%;
 padding:5% 10%;
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;	
}
.advantages_txt h2{
 color:#fff;
 font-size:0.24rem;
 font-weight:bold;	
 margin-bottom:0.26rem;
}
.advantages_txt p{
 padding-left:15px;
 padding-right:15px;
 color:rgba(255,255,255,.8);
 font-size:0.14rem;
 text-align:center;
}
.advantages_img{
 width:100%;
 overflow:hidden;	
}

.advantages_item:hover .advantages_img img{
	transform:scale(1.2,1.2);
	transition:1.5s transform .2s
}

.culturebox{
	margin-top:0.3rem;
	display: flex;
	justify-content: flex-start;
	align-items: center
}
.culture_l,.culture_r{
 width:50%;	
}
.culture_r{
 padding:0 5%;	
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 align-items: flex-start;	
}
.culture_item{
 display: flex;
 flex-direction: row;
 justify-content: flex-start;
 align-items: center;	
 width: 100%;
 padding-bottom:0.1rem;
 border-bottom:1px solid rgba(0,72,150,.4);
 position:relative;
}
.culture_item::after{
 content:'';
 position:absolute;
 top:100%;
 left:0;
 width:0;
 height:2px;	
 background:rgba(0,72,150,.4);
}

.culture_item:hover{
 border:0;	
} 
.culture_item:hover::after{
	width:100%;
	transition: all .36s;
 -webkit-transition: all .36s;
 -moz-transition: all .36s;
 -ms-transition: all .36s;
 -o-transition: all .36s;	
}


.culture_item img{
 width:50px;
 height:50px;
 margin-right:15px;	
}

.culture_item .culture_text h2{
	margin-bottom:0.15rem;
	font-size:0.18rem;
	font-weight:bold;
}

@media (max-width:1024px){
	.culture_item img{
    width:40px;
    height:40px;
    margin-right:15px;	
  }
  .culture_item .culture_text h2{
	  margin-bottom:0.1rem;
	  font-size:0.16rem;
	  font-weight:bold;
  } 	
  .culture_item .culture_text{
   font-size:0.14rem;
  }
}
@media (max-width:991px){
	.culturebox{
		flex-direction: column;
	}
	.culture_l,.culture_r{
	  width:100%;	
	}
	.culture_r{
	 min-height:260px;	
	 margin:0.3rem 0;
	}
}

.linen1box{
 margin-top:0.3rem;
 font-size:0.16rem;
 line-height:0.32rem;
 color:#666	;
}
.linen1box p{
 margin-bottom:0.2rem;	
 text-indent:0.32rem;
}

.linen2box{
 margin-top:0.3rem;	
}
.linen2_item{
 display:flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: center;	
}
.linen2_img {
 padding:20px;
 width:100%;
 overflow:hidden;
 border-radius: 15px;
}
.linen2_img img{
	border-radius: 15px;
	box-shadow:5px 5px 15px #888;	
	border: 4px solid #fff;
}
.linen2_img:hover img{
 	transform:scale(1.2,1.2);
	transition:1.5s transform .2s	
}
.linen2_txt{
 width:70%;
 margin:0 auto;
 display:flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: center; 	
}
.linen2_txt h2{
 height:0.5rem;
 line-height:0.5rem;
 margin-bottom:0;
 font-size:0.24rem;
 font-weight:bold;	
}
.linen2_txt p{
 text-align:center;
 color:#888;
 font-size:0.14rem;
 line-height:0.28rem;	
}




.linen3box{
 margin-top:0.3rem;	
}
.linen3_item{
 display:flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: center;	
}
.linen3_img {
 padding:20px;
 width:100%;
 overflow:hidden;
 border-radius: 15px;
}
.linen3_img img{
	border-radius: 15px;
	box-shadow:5px 5px 15px #888;	
	border: 4px solid #fff;
}
.linen3_img:hover img{
 	transform:scale(1.2,1.2);
	transition:1.5s transform .2s	
}
.linen3_txt{
 width:70%;
 margin:0 auto;
 display:flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: center; 	
}
.linen3_txt h2{
 height:0.5rem;
 line-height:0.5rem;
 margin-bottom:0;
 font-size:0.24rem;
 font-weight:bold;	
}
.linen3_txt p{
 text-align:center;
 color:#888;
 font-size:0.14rem;
 line-height:0.28rem;	
}
.linen4box{
 margin-top:0.3rem;	
 position:relative;
}
.linen4box .mySwiperLinen4{
 width:90%;
 margin:0 auto;	
}
.linen4box .swiper-button-next{
 right:0;
 left:auto;	
}
.linen4box .swiper-button-prev{
 left:0;
 right:auto;	
}
.linen4box .swiper-button-next::after, .linen4box .swiper-button-prev::after{
 color:#888;
 border: 1px solid #888;
 padding: 10px;
}
.linen4_item{
 display:flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: center; 	
}
.linen4_item span{
 display:block;
 font-size:0.16rem;
 line-height:0.32rem;	
}
.washing1box{
 display:flex;
 flex-direction: row;
 justify-content: flex-start;
 align-items: start; 
 margin-top:0.3rem;	
}
.washing1_l{
 width:30%;	
 padding-left:20px;
 padding-right:20px;
 background:#f2f2f2;
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.washing1_l p{
 color:#666;
 margin-bottom: 0.2rem;
 text-indent: 0.36rem;	
 font-size:0.18rem;
 line-height:0.36rem;
}
.washing1_r{
 width:70%;	
 position:relative;
}
.washing1_r::after{
 content:'';
 width:0.3rem;
 height:0.3rem;
 background:#f2f2f2;
 position:absolute;
 left:-0.15rem;;
 top:50%;
 margin-top:-0.15rem;
 transform: rotate(45deg);	
	}
@media (max-width:1680px){
	.washing1_l{
	  width:40%;	
	}
	.washing1_r{
    width:60%;	
  }
}
@media (max-width:1560px){
	.washing1_l{
	  width:40%;	
	}
	.washing1_r{
    width:60%;	
  }
  .washing1_l p{
    text-indent: 0.32rem;	
    font-size:0.16rem;
    line-height:0.32rem;
  }
}

@media (max-width:1440px){
	.washing1_l{
	  width:45%;	
	}
	.washing1_r{
    width:55%;	
  }

}
@media (max-width:1360px){
	.washing1_l{
	  width:50%;	
	}
	.washing1_r{
    width:50%;	
  }
  .washing1_l p{
    text-indent: 0.28rem;	
    font-size:0.14rem;
    line-height:0.28rem;
  }
}
@media (max-width:1280px){
	.washing1_l{
	  width:55%;	
	}
	.washing1_r{
    width:45%;	
  }
  .washing1_r::after{
    content:'';
    width:0.2rem;
    height:0.2rem;
    background:#f2f2f2;
    position:absolute;
    left:-0.1rem;;
    top:50%;
    margin-top:-0.1rem;
    transform: rotate(45deg);	
	}
}
@media (max-width:1080px){
	.washing1_l{
	  width:58%;	
	}
	.washing1_r{
    width:42%;	
  }
  .washing1_l p{
    line-height:0.24rem;
  }

}
@media (max-width:991px){
	.washing1box{
		flex-direction:column;
	}
	.washing1_l{
	  width:100%;	
	}
	.washing1_r{
    width:100%;	
  }
  .washing1_l p{
    text-indent: 0.32rem;	
    font-size:0.16rem;
    line-height:0.32rem;
  }
  .washing1_r::after{
   width:0;
   height:0;	
  }
}














.washing2box{
 display:flex;
 flex-direction: row;
 justify-content: flex-start;
 align-items: center; 
 margin-top:0.3rem;	
}
.washing2_l{
 width:75%;	
 position:relative;

}
.washing2_l::after{
 content:'';
 width:0.3rem;
 height:0.3rem;
 background:#fff;
 position:absolute;
 right:-0.15rem;;
 top:50%;
 margin-top:-0.15rem;
 transform: rotate(45deg);	
}

.washing2_r p{
 color:#666;
 margin-bottom: 0.2rem;
 text-indent: 0.36rem;	
 font-size:0.18rem;
 line-height:0.36rem;
}
.washing2_r{
 width:25%;	
 padding-left:20px;
 padding-right:20px;
 background:#fff;
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: center;
}
@media (max-width:1680px){
	.washing2_l{
	  width:65%;	
	}
	.washing2_r{
    width:35%;	
  }
}
@media (max-width:1560px){
	.washing2_l{
	  width:60%;	
	}
	.washing2_r{
    width:40%;	
  }
  .washing2_r p{
    text-indent: 0.32rem;	
    font-size:0.16rem;
    line-height:0.32rem;
  }
}

@media (max-width:1440px){
	.washing2_l{
	  width:55%;	
	}
	.washing2_r{
    width:45%;	
  }

}
@media (max-width:1360px){
	.washing2_l{
	  width:50%;	
	}
	.washing2_r{
    width:50%;	
  }
  .washing2_r p{
    text-indent: 0.28rem;	
    font-size:0.14rem;
    line-height:0.28rem;
  }
}
@media (max-width:1280px){
	.washing2_l{
	  width:45%;	
	}
	.washing2_r{
    width:55%;	
  }
  .washing2_l::after{
    content:'';
    width:0.2rem;
    height:0.2rem;
    background:#fff;
    position:absolute;
    right:-0.1rem;;
    top:50%;
    margin-top:-0.1rem;
    transform: rotate(45deg);	
  }
}
@media (max-width:1080px){
	.washing2_l{
	  width:42%;	
	}
	.washing2_r{
    width:58%;	
  }
  .washing2_r p{
    line-height:0.24rem;
  }

}
@media (max-width:991px){
	.washing2box{
		flex-direction:column;
	}
	.washing2_l{
	  width:100%;	
	}
	.washing2_r{
    width:100%;	
  }
  .washing2_r p{
    text-indent: 0.32rem;	
    font-size:0.16rem;
    line-height:0.32rem;
  }
  .washing2_l::after{
    width:0;
    height:0;
  }
}


.washing3box{
 margin-top:0.3rem;	
}

.washing3_item{
 display:flex;	
 flex-direction:column;
 justify-content: flex-start;
 align-item:center;
}

.washing3_item span{
 font-size:0.18rem;
 line-height:0.54rem;
 text-align:center;
 font-weight:bold;	
}
.washing3_img{
 width:100%;
 overflow:hidden;	
 
}

.washing3_img:hover img{
 	transform:scale(1.2,1.2);
	transition:1.5s transform .2s	
}



.washing4box{
 margin-top:0.3rem;	
}
.washing4_item{
 width:50%;	
 display:flex;
 justify-content: flex-start;
 align-item:center;
 float:left;
 
}
.washing4_item .washing4_img{
 width:50%;	
 position:relative;
 overflow:hidden;
}
.washing4_img1::after{
 content:'';
 position:absolute;
 width:20px;
 height:20px;
 top:50%;
 margin-top:-10px;
 right:0;
 margin-right:-10px;
 background:#fff;	
 transform: rotate(45deg);	
}
.washing4_img2::after{
 content:'';
 position:absolute;
 width:20px;
 height:20px;
 top:50%;
 margin-top:-10px;
 right:0;
 margin-right:-10px;
 background:#fff;	
 transform: rotate(45deg);	
} 
.washing4_img3::after{
 content:'';
 position:absolute;
 width:20px;
 height:20px;
 top:50%;
 margin-top:-10px;
 left:0;
 margin-left:-10px;
 background:#fff;	
 transform: rotate(45deg);	
} 
.washing4_img4::after{
 content:'';
 position:absolute;
 width:20px;
 height:20px;
 top:50%;
 margin-top:-10px;
 left:0;
 margin-left:-10px;
 background:#fff;	
 transform: rotate(45deg);	
} 

.washing4_text{
	width:50%;	
 display:flex;	
 flex-direction:column;
 justify-content: center;
 align-item:center;	
 background:#fff;
 padding:0 20px;
}
.washing4_text h2{
 margin-bottom:0.2rem;
 font-size:0.24rem;
 font-weight:bold;
 text-align:center;	
}
.washing4_text p{
 font-size:0.14rem;
 line-height:0.28rem;
 color:#888;
 text-align:center;	
}

@media (max-width:991px){
 	.washing4_item{
 	  width:100%;	
 	}
 	.washing4_img2{
 		order:2
 	}
 	.washing4_img3{
 		order:-1
 	}
 	.washing4_img2::after{
 content:'';
 position:absolute;
 width:20px;
 height:20px;
 top:50%;
 margin-top:-10px;
 left:0;
 margin-left:-10px;
 background:#fff;	
 transform: rotate(45deg);	
} 
.washing4_img3::after{
 content:'';
 position:absolute;
 width:20px;
 height:20px;
 top:50%;
 margin-top:-10px;
 right:0;
 left:auto;
 margin-right:-10px;
 margin-left:auto;
 background:#fff;	
 transform: rotate(45deg);	
} 
}
@media (max-width:480px){
 	.washing4_item{
 	  width:100%;	
 	  flex-direction: column;
 	}
 	.washing4_img{
 	 width:100% !important;	
 	}
 	.washing4_text{
 	  width:100%;	
 	  padding-top:30px;
 	  padding-bottom:30px;
 	}
 	.washing4_img2{
 	 order:-1;	
 	}
 	.washing4_img4{
 	 order:-1	
 	}
 	.washing4_img::after{
 	 width:0;
 	 height:0;	
 	}
  
}



.trade1box{
 margin-top:0.3rem;	
 display: flex;
 flex-direction: row;
 justify-content: center;
 align-items: center;
}
.trade1_l{
 width:50%;	
 position:relative;
 overflow:hidden;
}
.trade1_l:after{
 content:'';
 position:absolute;
 top:50%;
 right:0;
 width:30px;
 height:30px;
 margin-top:-15px;
 margin-right:-15px;
 background:#f2f2f2; 
 transform: rotate(45deg);	
} 
.trade1_r{
 width:50%;
 padding:0 20px;
 background:#f2f2f2;
 height:100%;	
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}

.trade1_r p{
 font-size:0.18rem;
 line-height:0.36rem;
 text-indent:0.36rem;
 color:#666;	
}

@media (max-width:1280px){
	.trade1_r p{
		font-size:0.16rem;
    line-height:0.32rem;
    text-indent:0.32rem;
	}
	.trade1_l:after{
		width:20px;
    height:20px;
    margin-top:-10px;
    margin-right:-10px;
	}
}
@media (max-width:1080px){
	.trade1_r p{
		font-size:0.14rem;
    line-height:0.28rem;
    text-indent:0.28rem;
	}

}
@media (max-width:991px){
	.trade1box{
		flex-direction: column;
	}
  .trade1_l,.trade1_r{
   width:100%;	
  }
  .trade1_l:after{
		width:30px;
    height:30px;
    margin-bottom:-15px;
    margin-right:-15px;
    top:auto;
    bottom:0;
    right:50%;
	}
}
@media (max-width:480px){
  .trade1_l:after{
		width:20px;
    height:20px;
    margin-bottom:-10px;
    margin-right:-10px;
    top:auto;
    bottom:0;
    right:50%;
	}
}

.trade2box{
 margin-top:0.3rem;	
}

.trade2_item{
 margin-bottom:20px;	
}

.trade2_item:hover img{
	transform: rotateX(360deg); 
	transition: all 1.5s ease 0s;
}

.productlist{
 overflow:hidden;	
}
.productlist .container{
	overflow:hidden;	
}
.productlist ul li{
 float:left;
 margin-bottom:30px;	
}
.productlist ul li .productbox_title{
 background:#fff;	
}
.productbox_img{
 width: 100%;
 padding-top: 100%;
 position: relative;
 overflow: hidden;
 background:#fff;
}
.productbox_img img{
 width: 100%;
 display: block;
 position: absolute;
 min-height: 100%;
 z-index: 5;
 left: 0;
 top: 0;
}
.productbox_title{
 padding:0 0.15rem 0.1rem 0.15rem;	
 border:1px solid #f2f2f2;
}
.productbox_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;
 text-align:center
}
.tac{
 text-align:center;	
}


.news_item{
 margin-bottom:0.3rem;
 background:#f2f2f2;	
}
.news-txt{
 height:100%;
 display:flex;
 flex-direction: column;
 justify-content: center;
}

.news-txt h2{
 font-size:0.18rem;
 margin-bottom:0.3rem;
 color:#333;	
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
.news-txt .time{
 font-size:0.14rem;
 color:#888;	
 margin-bottom:0.15rem;
}

.news-txt .time i{
 margin-right:0.1rem;	
}

.news-txt p{
 color:#666;
 font-size:0.14rem;
 line-height:0.28rem;	
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}

.news_item a:hover .news-txt h2{
 font-weight:bold;
 color:#004896;
}
@media (max-width:767px){
 .news-txt{
   padding-top:0.3rem;
   padding-bottom:0.3rem;	
 }	
}

.news_item_img{
	overflow:hidden;
	margin-left:-15px;
	margin-right:-15px;
 }
 .news_item a:hover .news_item_img img{
   transform: scale(1.2, 1.2);
   transition: 1.5s transform .2s; 	
 }
 
.contactbox1{
 	margin-top:0.3rem
}
.contact_item{
 padding:0.3rem 0.3rem;	
 display:flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: center;
 box-shadow: 3px 4px 32px 0px rgba(225, 225, 225, 0.75);
 background:#fff;
 min-height:200px;
}
.contact_item i{
 font-size:0.36rem;
 font-weight:bold;
 color:	#004896;
 margin-bottom:0.2rem;
}
.contact_item span{
	font-size:0.2rem;
	font-weight:bold;
	color:#666;
	margin-bottom:0.2rem;
}
.contact_item p,.contact_item p a{
	font-size:0.18rem;
	color:#888;
}

.contact_item:hover{
 background:#004896;	
}
.contact_item:hover i,.contact_item:hover span,.contact_item:hover p,.contact_item:hover p a{
 color:#fff;	
}


.messges{
 width:100%;	
 padding-top:0.3rem;
  display:flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items:center;	
}
.messges span{
 font-size:0.32rem;
 font-weight:bold;
 color:#fff;
 display:block;
 margin-bottom:0.5rem;
 
}
.w49{
 width:49%;	
}
@media (max-width:768px){
 width:100%;	
}
.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:var(--conult-white);
}
.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;
}
.form1 .submit:hover{
	background:#0260c6;
 color:#fff;
 font-weight:bold;
 transform: translateY(-8px);
}

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

@media (max-width:767px){
 .contact_item1{
  margin-bottom:0.2rem;	
 }	
}