#translate{
    display: none !important;
}
.language{
    position: relative;
    margin-left: 8px;
    display: flex;
    cursor: pointer;
}
.language_list{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    background: white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    text-align: center;
    z-index: 2;
    margin-top: 20px;
}

.language_list a{
    transition: all 0.5s;
    line-height: 40px;
        background: white;
    cursor:pointer;    
    display: block;    
}
.language_list a:hover{
    background: rgba(0,0,0,0.08);
    color: #fd0015;
}
.language svg path{
    fill:#fd0015 !important;
}
.flx_btw, .head .head_btm, .head .head_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head {
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  height: 126px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.head .head_con{
    margin:inherit;
    padding: 0 120px;
    width: 100%;
}

.head .head_top .logo1_logo {
  position: relative;
  display: flex;
}
.head .head_top .logo1_logo img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.head .head_top .logo1_logo .logo1_color {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.head .head_top .head_tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.head .head_top .head_tips>div:not(:nth-child(3)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fd0015;
  height: 30px;
  padding: 0 10px;
  border-radius: 50px;
  margin-left: 8px;
  color: white;
}
.head .head_top .head_tips div img {
  margin-right: 6px;
}

.head .head_btm .logo {
  position: relative;
  display: flex;
  
}
.head .head_btm .logo img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.head .head_btm .logo .logo_color {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.head .head_btm .head_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head .head_btm .head_r > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}
.head .head_btm .head_r > a svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.head .head_btm .head_r .head_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.head .head_btm .head_r .head_nav > div {
  margin-left: 40px;
  position: relative;
}
.head .head_btm .head_r .head_nav > div:first-child {
  margin-left: 0;
}
.head .head_btm .head_r .head_nav > div .nav1 a {
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.head .head_btm .head_r .head_nav > div .nav2 {
  display: none;
}

.head_act {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  background: white;
}
.head_act .head_btm .head_r .head_nav > div .nav1 a {
  color: #333333;
}
.head_act svg path {
  fill: #333333;
}

.head_act .head_top .logo1_logo .logo1 {
  opacity: 0;
}

.head_act .head_top .logo1_logo .logo1_color {
  opacity: 1;
}

.head_act .head_btm .logo .logo_w {
  opacity: 0;
}

.head_act .head_btm .logo .logo_color {
  opacity: 1;
}

/*footer*/
.footer {
  border-top: 2px solid #fd0018;
  padding: 50px 0 60px;
  background: #e7e7e7;
}
.footer .foot_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .foot_top > div:first-child {
  max-width: 74%;
}
.footer .foot_top .yl {
  line-height: 1;
  font-weight: bold;
}
.footer .foot_top .friend {
  margin-top: 26px;
}
.footer .foot_top .friend a {
  margin-right: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  word-break: keep-all;
}
.footer .foot_top .friend a:hover {
  color: #fd0018;
}
.footer .foot_top > div:last-child {
  text-align: center;
}
.footer .foot_top > div:last-child .gz {
  margin-top: 10px;
  opacity: 0.6;
}
.footer .foot_top > div:last-child .code_img{
    max-width: 100px;
}
.footer .out_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer .out_link div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .out_link div a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #777777;
  margin-left: 5px;
}
.footer .out_link div a:hover {
  color: #fd0018;
}
.footer .out_link .out_linkline {
  width: 1px;
  height: 12px;
  background: #adadad;
  margin: 0 15px;
}
.footer .foot_line {
  margin: 10px 0 15px;
  height: 1px;
  background: #d5d5d5;
}
.foot_flx2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}
.footer .foot_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.foot_btmlk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.foot_btmlk a {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.foot_btmlk a:hover {
  color: #fd0018;
  opacity: 1;
}
.foot_btmlk span {
  width: 1px;
  height: 16px;
  background: #c4c4c4;
  display: block;
  margin: 0 12px;
}
.footer .foot_btm .copyright {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 15px;
}
.footer .foot_btm .copyright span{
    opacity: 0.6;
}
.footer .foot_btm .copyright a{
    margin-left: 10px;
    transition: all 0.5s;
    opacity: 0.6;
}
.footer .foot_btm .copyright a:hover{
    color: #d41419;
    opacity: 1;
}
.footer .foot_btm > a {
  width: 110px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  border: 1px solid #c7c7c7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
.footer .foot_btm > a:hover {
  color: white;
  background: #fd0015;
  border-color: #fd0015;
}

.inlet {
  display: none;
  position: fixed;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -170px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.inlet .inlet_phone {
  display: none;
}
.inlet .inlet_top {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #faf7ef;
  text-align: center;
  padding-top: 20px;
  margin: 0 32px;
  cursor: pointer;
  position: relative;
}
.inlet .inlet_top svg{
    position: absolute;
    right: 6px;
    top: 10px;
    cursor: pointer;
}
.inlet .inlet_top img {
  margin-bottom: 10px;
  transition: all 0.5s;
  position: relative;
  top:0;
}
.inlet_flx{
    display: flex;
    align-items: center;
}
.fold{
    width: 40px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    cursor: pointer;
}
.inlet .inlet_top:hover img{
    top:-5px;
}
.inlet .inlet_top div {
  transition: all 0.5s;
}
.inlet .inlet_top:hover div {
  color: #d41419;
}
.inlet .inlet_list {
  display: none;
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 23px 25px;
}
.inlet .inlet_list .inlet_line {
  width: 22px;
  height: 3px;
  background: #a48e8e;
  margin: 0 auto 24px;
}
.inlet .inlet_list .inlet_lk {
  height: 430px;
}
.inlet .inlet_list .inlet_lk a {
  width: 134px;
  height: 134px;
  background: #faf7ef;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 14px;
  display: none;
}
.inlet .inlet_list .inlet_lk a .icon {
  width: 80px;
  height: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          transform: scale(0.675);
}
.inlet .inlet_list .inlet_lk a .icon img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 100%;
  max-height: 100%;
}
.inlet .inlet_list .inlet_lk a .icon .icon_w {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.inlet .inlet_list .inlet_lk a .icon_tit {
  line-height: 1.2;
  text-align: center;
}
.inlet .inlet_list .inlet_lk a:hover {
  background: #eb2a2a;
}
.inlet .inlet_list .inlet_lk a:hover .icon .icon_w {
  opacity: 1;
}
.inlet .inlet_list .inlet_lk a:hover .icon .icon_c {
  opacity: 0;
}
.inlet .inlet_list .inlet_lk a:hover .icon_tit {
  color: white;
}


.inlet_lk .swiper-slide:after{
    content: '';
    display: block;
    transition: all 0.5s;
    background: #e10706;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 0;
}
.inlet_lk .swiper-slide:hover:before{
    height: 100%;
}
.inlet_lk .swiper-slide:hover .icon_c{
    opacity: 0;
}
.inlet_lk .swiper-slide .icon_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.inlet_lk .swiper-slide:hover .icon_bg{
    opacity: 1;
    animation:5s steps(58,start) infinite rotation3;
}
	@keyframes rotation3{
		0%{background-position: 0 0px;}
		100% {background-position: 0 -4640px;}
	}
	
	
.phone_menu {
  display: none;
  width: 30px;
  position: relative;
  margin-left: 30px;
}

.phone_menu span {
  background: #333333;
  height: 2px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.phone_menu span:first-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.phone_menu span:last-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  top: 0;
}

.menu_act span:first-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(0px) rotate(45deg);
      -ms-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

.menu_act span:last-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(0px) rotate(135deg);
      -ms-transform: translateY(0px) rotate(135deg);
          transform: translateY(0px) rotate(135deg);
}

.menu_act span:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 70px;
}

.nav1 a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
.nav1 a:hover {
  color: #d41419;
}

.nav2 {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  width: 230px;
  border-radius: 4px;
}

.nav2 a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          white-space: nowrap;
}

.nav2 a:hover {
  color: #d41419;
  background: #eeeeee;
}
.aaa{
    display: none;
}
@media only screen and (max-width: 1600px) {
  .inlet a {
    width: 120px !important;
    font-size: 10px;
    padding-top: 15px;
  }
.inlet .inlet_list .inlet_lk a{
    justify-content: flex-start;
}
.head .head_con{
        padding: 0 60px;
}
.head .head_btm .head_r .head_nav > div {
    margin-left: 20px;
    
}
.head .head_btm .logo img{
    width: 250px;
}
.head .head_top .logo1_logo img{
    width: 250px;
}
}
@media only screen and (max-width: 1300px) {
  .head .head_btm .head_r .head_nav > div {
    margin-left: 15px;
  }
  .logo1{
      width: 260px;
  }
  .logo1_color{
      width: 260px;
  }
  .logo_w{
      width: 260px;
  }
  .logo_color{
      width: 260px;
  }
  .nav1{
      height: 50px;
      font-size: 16px;
  }
  .head .head_con {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 900px) {
  .head_top > div:first-child img {
    width: 130px;
  }
  .head .head_btm .logo img {
    width: 130px;
}
.language_list{
    left: inherit;
    right: 0;
    transform: inherit;
    margin-top: 10px;
}
}
@media only screen and (max-width: 1200px) {
    .language svg{
        height: 22px;
        width:22px;
    }
    .head_btm{
        margin-top: 10px;
    }
    .head .head_top .logo1_logo img{
        width: 160px;
    }
    .head .head_btm .logo img{
        width: 160px;
    }
  .footer {
    padding: 40px 0;
  }
  .footer .foot_top .friend{
          display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .foot_top .friend a {
    margin-right: 15px;
  }
  .footer .out_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .foot_btm {
    display: block;
    text-align: center;
  }
  .foot_btmlk {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
            margin-bottom: 10px;
  }
  .footer .foot_btm > a {
    margin: 20px auto 0;
  }
  .footer .foot_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .foot_top > div:first-child {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .footer .foot_top .friend {
    margin-top: 10px;
    text-align: center;
  }
  .footer .foot_top .yl {
    text-align: center;
  }
  .head .head_top .head_tips>div:not(:nth-child(3)){
    height: 22px;
    padding: 0 7px;
    font-size: 10px;
  }

  .head .head_btm .head_r .head_nav {
    position: fixed;
    top: 90px;
    width: 100%;
    left: 0;
    height: calc(100% - 90px);
    background: white;
    display: none;
    padding: 30px 20px 0;
  }
  .head {
    height: 90px;
  }
  .phone_menu {
    display: block;
  }
  .xuan:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .xuan_act:after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .head .head_btm .head_r .head_nav > div {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .nav2 {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .inlet {
      height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: -180px;
  }
  .inlet_act {
    right: 0;
  }
  .inlet .inlet_list {
    display: block !important;
  }
  .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .inlet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 10px;
  }
  .inlet .inlet_phone {
    display: block;
    width: 60px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-right: 10px;
  }
  .inlet_top {
    display: none !important;
  }
  .inlet .inlet_list .inlet_lk {
    height: 390px;
  }
  .nav1{
      height: 26px;
  }
  .foot_flx2{
      flex-wrap: wrap;
      justify-content: center;
  }
  .footer .foot_btm .copyright a{
      margin-left: 0;
  }
  .inlet_flx{
      display: none;
  }
  .inlet .inlet_list .inlet_lk a .icon_tit{
      margin-top: -10px;
  }
  .inlet .inlet_list .inlet_lk a{
      padding-top: 0;
      justify-content: center;
  }

}
