* {
  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;
  overflow:hidden !important;
}
@font-face {
	font-family: 'DIN'; 
  src: url("../font/DIN-Medium.eot"); /* IE9 */
  src: url("../font/DIN-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../font/DIN-Medium.ttf") format("truetype"), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+ */  
  url("../font/DIN-Medium.svg#DIN-Medium") format("svg"); /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;

}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
@media (max-width: 480px) {
  html {
    font-size: calc(100vw/4.8);
  }
}
body {
  min-height: 100%;
  font-family: 	'DIN','PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  overflow:hidden !important;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  border: 0;
  vertical-align: top;
  max-width:100%;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83.333333%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 960px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt140 {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .pt140 {
    padding-top: 1.2rem;
  }
}
.pb140 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .pb140 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 0.34rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.42rem;
  }
}
/*头部*/
.hadheight {
  display: none;
  height: 111px;
}
@media (max-width: 1580px) {
  .hadheight {
    height: 81px;
  }
}
@media (max-width: 991px) {
  .hadheight {
    height: 71px;
  }
}
@media (max-width: 767px) {
  .hadheight {
    height: 61px;
  }
}
.hadbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background:rgba(0, 88, 170, 0.5)
}
.hadbox-sec1 {
  transition: all 0.3s linear;
  display: flex;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 110px;
  height: 110px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 {
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 {
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
.hadbox-sec1 .lt {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.25rem 0.3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hadbox-sec1 .lt .logo {
  display: block;
  width: 2.42rem;
  overflow: hidden;
  margin-right: 0.23rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .logo {
    width: 2.8rem;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 .lt .logo {
    width: 4.5rem;
  }
  .hadbox-sec1 .gt .lange span{
    font-size:18px;	
  }
}
@media (max-width: 567px) {
  .hadbox-sec1 .lt .logo {
    /* width: 2.6rem; */
    width: 2.3rem;
  }
  .hadbox-sec1 .gt .lange span{
    font-size:18px;	
  }
}
.hadbox-sec1 .lt .logo img,
.hadbox-sec1 .lt .logo svg {
  float: left;
  width: 100%;
}
.hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .lt .text {
  font-size: 14px;
  opacity: 0.4;
  line-height: 1.4;
}
.hadbox-sec1 .lt .text a{
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .lt .text {
    font-size: 14px;
  }
}
.hadbox-sec1 .f_navbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox {
    display: none;
  }
}
.hadbox-sec1 .f_navbox li .tit {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  position: relative;
  padding: 0 0.31rem;
}

@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 14px;
    padding: 0 18px;
  }
}
@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 40px;
  color: #333333;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .fz_hover .container ul li a {
    padding: 0 34px;
    font-size: 14px;
  }
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li:hover{
	background:#216be6;

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a img {
    /* max-width: 12px;
    max-height: 12px; */
    max-width: 20px;
    max-height: 20px;
  }
}
@media (min-width: 768px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover img {
    opacity: 1;
  }
}
.hadbox:hover .hadbox-sec1 {
  background-color: #fff;
  border-color: #f1f1f1;
}
.hadbox:hover .hadbox-sec1 .lt {
  border-color: #f1f1f1;
}
.hadbox:hover .hadbox-sec1 .lt .logo img:nth-child(1),
.hadbox:hover .hadbox-sec1 .lt .logo svg:nth-child(1) {
  display: none;
}
.hadbox:hover .hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox:hover .hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .lt .text {
  color: #999999;
  opacity: 1;
}
.hadbox:hover .hadbox-sec1 .lt .text a,.hadbox.hadbox2 .hadbox-sec1 .lt .text a{
  color: #999;
}

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

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

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


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

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

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

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

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

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

.swiper-slide{
	background-size: cover !important;
}
.swiper_txt{
 display:flex;
 flex-direction: column;
 justify-content:	center;
 align-items: center;
 width:100vw;
 height:100vh;

}
.swiper_txt h2{
 font-size:0.4rem;
 line-height:1.4;
 font-weight:bold;
 background-image: linear-gradient(45deg, #00387e, #005dcf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.swiper_txt p{
 font-size:0.3rem;
 line-height:1.2rem;
 font-weight:normal;	
 color:rgba(0,0,0,1);
 text-transform: capitalize
}
.swiper_txt a{
	display:block;
	margin-top:0.3rem;
	background:url(../images/jiantou3.png) no-repeat left center;
	padding-left:58px;
	font-size:0.16rem;
	line-height:30px;
	color:rgba(0,0,0,0.5);
}
.swiper-pagination-fraction{
 text-align:left;	
 left:10%;
 width:1rem;
}
.swiper-pagination-current{
 font-size:0.24rem;
 color:#000;	
}
.swiper-pagination-total{
 font-size:0.16rem;
 color:#000;	
}
.swiper-button-prev{
	left: auto;
  right: 0.8rem;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
	bottom:10px;
	top: auto;
	border:1px solid #000;
	width:0.6rem;
	height:0.4rem;
	color:#000;
	position:
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size:0.16rem;
}
@media (max-width:960px){
.swiper_txt{
	padding:0.2rem;
}
.swiper_txt h2{
 font-size:0.3rem;
 line-height:1;
 font-weight:bold;
 /*color:rgba(0,0,0,0.7);*/
 color:#000;
}
.swiper_txt p{
 font-size:0.2rem;
 line-height:0.3rem;
 font-weight:normal;	
 color:rgba(0,0,0,0.8);
 padding-top:0.3rem;
}
.swiper_txt a{
	display:block;
	margin-top:0.3rem;
	background:url(../images/jiantou3.png) no-repeat left center;
	padding-left:50px;
	font-size:0.08rem;
	line-height:0.3rem;
	color:rgba(0,0,0,0.5);
	background-size: contain;
}	
.swiper-pagination-fraction{
 left:10%
}
.swiper-pagination-current{
 font-size:0.4rem;
 color:#000;	
}
.swiper-pagination-total{
 font-size:0.3rem;
 color:#000;	
}
}
@media (max-width:600px){
.swiper_txt a{
	display:block;
	margin-top:0.3rem;
	background:url(../images/jiantou3.png) no-repeat left center;
	padding-left:35px;
	font-size:0.08rem;
	line-height:0.3rem;
	color:rgba(0,0,0,0.5);
	background-size: contain;
}		
}
.about {
 display: flex;
 flex-direction: column;
 padding-top: 0.8rem;
 padding-bottom: 0.6rem;
/*background: url(../images/indexbg1.jpg) left top no-repeat;
 background-size: cover;*/
 background:#fff;
 height:100vh;
 width:100vw;
}
.aboutbox{
	display: flex;
  flex-direction: row;
  width: 100%;


}


.about .aboutbox_left h2{
	font-size: 36px;
	line-height:1;
	font-weight:bold;
	margin-bottom:0;
	color:#0d0d0d;
}
.about .aboutbox_left h3{
	font-size: 0.32rem;
	line-height:0.32rem;
  padding-top: 0.3rem;
  color:#00163b;
}
.about .aboutbox_left p{
	font-size: 18px;
	line-height:32px;
  color:#6c6c6c;
  margin-top:40px
}
.about .aboutbox_left a{
 display:flex;
 flex-direction: row;
 justify-content:space-between;
 align-items: center;
 width:200px;
 height:60px;
 font-size:18px;	
 line-height:60px;
 color:#0d0d0d;
 margin-top:50px;
 position:relative;
 border-bottom: 1px solid #0d0d0d
}



.aboutbox_left{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;	
  height:100%;
}
.aboutbox_left h2{
	font-size: 0.5rem;
	line-height:0.5rem;
	font-weight:bold;
	margin-bottom:0;
	color:#00163b;
	text-transform: uppercase;

}
.aboutbox_left h3{
	font-size: 0.22rem;
	line-height:0.22rem;
  padding-top: 0.3rem;
  color:#00163b;
}
.aboutbox_left p{
	font-size: 0.18rem;
	line-height:0.36rem;
  color:#00163b;
}
.aboutbox_left a{
 display:flex;
 flex-direction: row;
 justify-content:space-between;
 align-items: center;
 width:300px;
 height:80px;
 font-size:0.22rem;	
 line-height:80px;
 color:#00163b;
 margin-top:0.3rem;
 position:relative;
 border-bottom: 1px solid #00163b
}

.aboutbox_left a i{
 font-size:0.26rem	;
 
}
.aboutbox_left a::after{
 width: 0;
 height: 2px;
 background-color: #0753c4;
 display: block;
 content: '';
 position: absolute;
 left: 0;
 bottom: 0;
 transition: all .36s;
 -webkit-transition: all .36s;
 -moz-transition: all .36s;
 -ms-transition: all .36s;
 -o-transition: all .36s;	
}
.aboutbox_left a:hover{
 color:#0753c4;	
 border-bottom:0;
}
.aboutbox_left a:hover::after{
	width:100%;
}
.about .aboutbox_right img{
 max-width:100%;	
}
@media (max-width:1023px){
	.aboutbox_left h2{
	  font-size: 0.8rem !important;
	  line-height:0.8rem !important;
	}
	.aboutbox_left h3{
		font-size: 0.34rem !important;
	line-height:0.34rem !important;
  padding-top: 0.5rem !important;
	}
	.aboutbox_left p{
	font-size: 0.28rem !important;
	line-height:0.56rem !important;
  padding-top: 0.8rem !important;

}
.aboutbox_left a{

 font-size:0.34rem !important;	
 margin-top:1.2rem !important;
 
}
.aboutbox_left a i{
 font-size:0.34rem	!important;
 
}
}
@media (max-width:768px){
	.aboutbox_left h2{
	  font-size: 0.4rem !important;
	  line-height:0.8rem !important;
	}
	.aboutbox_left h3{
		font-size: 0.17rem !important;
	line-height:0.17rem !important;
  padding-top: 0.2rem !important;
  margin-bottom:0.1rem !important;
	}
	.aboutbox_left p{
	font-size: 14px !important;
	line-height:26px !important;
  margin-top: 0.1rem !important;
  padding-top:0 !important;

}
.aboutbox_left a{

 font-size:0.2rem !important;	
 margin-top:0.1rem !important;

}
.aboutbox_left a i{
 font-size:0.2rem	!important;
 
}
}
@media (max-width:750px){
	.aboutbox1{
		padding-bottom:0.2rem !important;
	}
}


.product{
 display: flex;
 flex-direction: column;
 padding-top: 0.8rem;
 padding-bottom: 0.6rem;
 /*background: url(../images/probg.jpg) right bottom no-repeat;
 background-size: cover;*/
 background:#f2f2f2;
 height: 100vh;
 width: 100vw;
}
.protop{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width:100%;
}
.protop .title{
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
}
.protop .title p{
 font-size:18px;
 color:#666;	
}
.protop .title div{
 font-size:44px;
 color:#00163b;
}
.protop .title img{
 width: max-content;
}
.protop .prenext{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.protop .pre,.protop .next{
 display: flex;
 flex-direction: row;
 justify-content:center;
 align-items: center;
 width:66px;
 height:66px;
 background:#fff;
 border-radius:50%;
}
.protop .pre{
 margin-right:15px;	
}
.protop .prenext i{
 font-size:24px;
 font-weight:normal;
 color:#ccc;	
}
.protop .pre:hover{
	background:#00163b;
}
.protop .pre:hover i{
 color:#fff;	
}
.protop .next:hover{
	background:#00163b;
}
.protop .next:hover i{
 color:#fff;	
}
.product .content{
	margin-top:60px;
}
.product .newsbox_title h2{
 text-align:center;	
}
@media (max-width:768px){
	.protop .title p{
 font-size:16px;
}
 .protop .title div{
 font-size:36px;
 
}
}
@media (max-width:560px){
 .protop .title p{
 font-size:14px;
}
 .protop .title div{
 font-size:32px;
 
}
}
.readMore {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 0.16rem;
  padding: 0.18rem 0px;
  border: 1px solid #fff;
  display: inline-block;
  width: 2.2rem;
  text-align: center;
  transition: all 0.6s;
}
.readMore:hover {
  background: #fff !important;
  border: 1px solid #fff;
  color: rgb(0, 88, 170);
}



.news{
 display: flex;
 flex-direction: column;
 padding-top: 0.8rem;
 padding-bottom: 0.6rem;
 /*background: url(../images/newsbg.jpg) right bottom no-repeat;
 background-size: cover;*/
 background:#fff;
 height: 100vh;
 width: 100vw;
}




.newsbox{
 margin-top:60px;
 overflow:hidden;	
 display:flex;
 flex-direction: row;
 justify-content:flex-start;
 align-items: flex-start;
 width:100%;
}
@media (max-width:992px){
	.newsbox{
		flex-direction: column;
	}
}
.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 span{
	display:block;
 padding-top:0.15rem;
 color:#888;
 font-size:16px;	
}
.newsbox_title h2{
 padding-top:0.15rem;
 font-size:0.2rem;
 line-height:0.3rem;
 font-weight:bold;
 margin-bottom:10px;
 width: 100%;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
.newsbox_title h2 span{
 font-size:14px;
 color:#333;
 text-align:right;	
}
.newsbox_title p{
 font-size:0.14rem;
 line-height:0.25rem;
 color:#737373;	
}
.newsbox .item a{
 display:flex;
 flex-direction: row;
 justify-content:flex-start;
 align-items: center;
 position:relative;
 border-bottom:1px solid #ccc;
}
.newsbox .item:nth-child(1),.newsbox .item:nth-child(2){
	margin-bottom:0.7rem;
}


.newsbox .item a .time{
 display:flex;
 flex-direction: column;
 justify-content:center;
 align-items: center;
	width:120px;
	height:95px;
	background:#00163b;
	margin-right:15px;
}
.newsbox .item a .time .year{
 font-size:20px;;
 font-weight:bold;	
 color:#fff;
}
.newsbox .item a .time .date{
	font-size:18px;;
 font-weight:bold;	
 color:#fff;
}
.newsbox .item a .news_content{
 margin-right:15px;	
}
.newsbox .item a .news_content div{
 	font-size:18px;
 	font-weight:bold;
 	margin-bottom:20px;
 	width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsbox .item a .news_content p{
 font-weight:16px;
 font-weight:normal;
 color:#888;	
 padding-bottom:15px;
}
.newsbox .item a .links i{
 font-size:18px;	
}
.newsbox .item a::after{
 width: 0;
 height: 2px;
 background-color: #00163b;
 display: block;
 content: '';
 position: absolute;
 left: 0;
 bottom: 0;
 transition: all .36s;
 -webkit-transition: all .36s;
 -moz-transition: all .36s;
 -ms-transition: all .36s;
 -o-transition: all .36s;	
}
.newsbox .item a:hover{
 border-bottom:0;
}
.newsbox .item a:hover::after{
	width:100%;
}

@media (max-width:991px){
.newsbox_title h2{

 font-size:0.24rem;
 height:auto;
 margin-bottom:15px;

}

.newsbox_title p{
 font-size:0.18rem;
 line-height:0.20rem;

}
}

.content1{
  display: flex;
 flex-direction: column;
 padding-top: 0.8rem;
 padding-bottom: 0.6rem;
 background: url(../images/contactbg.jpg) right bottom no-repeat;
 background-size: cover;
 height: 100vh;
 width: 100vw;	
}

.content1 .aboutbox h3 i{
 color:#185ab2;	
 font-size:32px;
}
.content1 .aboutbox .contxt{
 display: flex;
 flex-direction: row;
 justify-content:space-between;
 align-items: flex-start;
}
.content1 .aboutbox .contxt .contxt1,.content1 .aboutbox .contxt .contxt2,.content1 .aboutbox .contxt .contxt3,.content1 .aboutbox .contxt .contxt4{
	display: flex;
 flex-direction: column;
 justify-content:flex-start;
 align-items: flex-start;
}

.content1 .aboutbox .contxt span.sp1{
 display:inline-block;
 margin-bottom:15px;
 color:#185ab2;
 font-size:24px;
 font-weight:bold;	
 border-bottom:2px solid #185ab2;
 
}
.content1 .aboutbox .contxt span.sp2{
 display:inline-block;
 margin-bottom:30px;
 color:#333;
 font-size:20px;
 font-weight:normal;	
}

@media (max-width:991px){
	.content1 .aboutbox .contxt{

 flex-direction: column;
}
.content1 .aboutbox .contxt .contxt1,.content1 .aboutbox .contxt .contxt2,.content1 .aboutbox .contxt .contxt3{
 margin-right:0px;	
}
}
.footer{
 padding:0.8rem 0;
 background:#f8f8f8;	
 box-shadow: 0 -2px 20px #ddd;
}
.footerbox{
 overflow:hidden;

}
.footer .title{
 display:flex;
 flex-direction: row;
 align-items: center;	
}
.footer .title span:nth-child(1){
	font-size:0.16rem;
	color:#222;
	font-weight:bold;
}
.footer .title span:nth-child(2){
	font-size:0.16rem;
	color:#737373;
	margin-left:0.1rem;
}
.footerbox_left,.footerbox_right{
 width:50%;	
 float:left;
}
.footerbox_left_box,.footerbox_right_box{
 display:flex;
 flex-direction: row;
 align-items: center;	
 justify-content: space-between;
}
.foot_nav{
 margin-top:0.3rem;	
 padding-right:0.3rem;
}
.foot_nav ul{
 margin:0;
 padding:0;	
}
.foot_nav ul li{
 width:1.8rem;	
 float:left;
}
.foot_nav ul li a{
 font-size:0.16rem;
 line-height:0.4rem;
 color:#737373;
}
.foot_ewm {
 text-align:center;
 line-height:0.4rem;
 color:#737373;
 margin-top:0.34rem;	
 padding-right:0.3rem;
}
.foot_ewm img{
 max-width:1.28rem;	
}
.foot_contact{
 margin-top:0.3rem;	
}
.foot_contact p{
 font-size:0.16rem;
 line-height:0.4rem;
 color:#737373;	
 display:flex;
 flex-direction: row;
 align-items: center;	
}
.foot_contact p i{
	width:0.24rem;
	height:0.24rem;
	margin-right:0.1rem;
}
.foot_contact p i img{
 max-width:100%;	
}
.foot_map img{
 max-width:1.75rem;	
}
@media (max-width:1080px){
	.footerbox_left,.footerbox_right{
 width:100%;	
}
.foot_contact p i{
	width:0.3rem;
	height:0.3rem;
}
.footer .title span:nth-child(1) {
    font-size: 0.2rem;
}
.footer .title span:nth-child(2) {
    font-size: 0.2rem;
}
.footerbox_left{
 margin-bottom:20px;	
}
}
.bottom{
 background:#000;
 padding:0.2rem 0;
}
.bottom_box{
 display:flex;
 flex-direction: row;
 flex-wrap:wrap;
 align-items: center;		
 justify-content: space-between;
}
.bottom_box p,.bottom_box a{
 color:#fff;
 font-size:0.16rem;	
}
/*bannernei*/
.bannernei{
 position:relative;	
}
.bannernei_box{
 position: absolute;
 left:0;
 right:0;
 top:0;
 bottom:0;
 display:flex;
 flex-direction:column;
 justify-content:center;
 align-items:flex-start;
 padding-left: 5vw;
 padding-right: 5vw
}
.bannernei_box h2{
	color:#fff;
	font-weight:bold;
	font-size:0.42rem;
	margin-bottom:0.3rem;
}
.bannernei_box p{
	color:#fff;
	font-size:0.18rem;
	margin-bottom:0.2rem;
}
.bannernei_box div,.bannernei_box div a{
	color:#fff;
	font-size:0.14rem;

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

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

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

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

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



.aboutsec1{
	overflow:hidden;
	padding:0.5rem 0;
}
.aboutsec1box{
	display: flex;
  justify-content: space-between;
}
.aboutsec1box_left{
  width: 60%;
  overflow: hidden;
}
.aboutsec1 .aboutsec1box_left .tit div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutsec1 .aboutsec1box_left h3 {
  color: #aaaaaa;
  font-size: 0.18rem;
  margin-bottom:0;
}
.aboutsec1 .aboutsec1box_left h3 b {
  width: 0.8rem;
  height: 0.01rem;
  display: inline-block;
  background: #0058aa;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.aboutsec1 .aboutsec1box_left h2 {
  color: #000;
  font-size: 0.46rem;
  width: 100%;
  text-align: center;
  padding-left: 1.15rem;
  margin-top: 0.3rem;
}
.aboutsec1 .aboutsec1box_left img{
 max-width:100%;
}
.aboutsec1 .aboutsec1box_right {
 width: 40%;
 padding-left: 0.8rem;
}
.aboutsec1 .aboutsec1box_right h4 {
 color: #000000;
 font-size: 0.4rem;
 margin-bottom: 0.5rem;
}
.aboutsec1 .aboutsec1box_right p{
	color:#737373;
	font-size:0.16rem;
	line-height:0.32rem;
}
@media (max-width:1080px){
	.aboutsec1box{
    flex-direction: column;
  }
	.aboutsec1box_left{
	 width:100%;	
	}
	.aboutsec1 .aboutsec1box_right{
	 width:100% !important;	
	 padding-left:0 !important;
	 margin-top:0.3rem;
	}
	.aboutsec1 .aboutsec1box_right p{
	 font-size: 0.18rem;
   line-height: 0.42rem;	
	}
}
.main{
 background:#f8f8f8;
 overflow:hidden;	
 padding:0.8rem 0;
}
.innobox-sec2 .item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.3rem;
  background:#fff;
}
.innobox-sec2 .item .font {
  width: 43.75%;
  padding: 0.3rem 0.8rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .innobox-sec2 .item .font {
    padding-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .innobox-sec2 .item .font {
    width: 100%;
    padding: 0.6rem 0.4rem;
    order: 1;
  }
}
.innobox-sec2 .item .font .tit {
  font-size: 0.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: 140%;
  height: 140%;
  position: absolute;
  margin-left: -20%;
  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;
	}
	
}
.fp-watermark{display:none;}


@keyframes scale-bg {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}
.mySwiper1 .swiper-slide{
 position:relative	
}
.mySwiper1 .slide_img {
	position:absolute;
	left:0;
	top:0;
	width:100vw;
	height:100vh;
	z-index:1;
}
.mySwiper1 .swiper_txt {
 z-index:99;
 position:relative	
}
.mySwiper1 .swiper-slide-active .slide_img{
  -webkit-animation: scale-bg 6s linear forwards;
  animation: scale-bg 6s linear forwards;
}


.product_item{
 width:20%;
 float:left;	
}
.product_item a{
 display:block;
 padding-right:10px;	
}
.product_item:last-child a{
 display:block;
 padding-right:10px;	
}
@media (max-width:1024px){
	.product .content{
 margin-top:30px;	
}
}
@media (max-width:768px){
	.product_item{
 width:50%;
 float:left;	
 margin-bottom:15px;
}
.product_item .newsbox_title h2{
	font-size: 0.18rem;
	margin-bottom:0;
}
.product .content{
 margin-top:10px;	
}
}