﻿.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.box-container {
  width: 15.36rem;
  margin: 0 auto;
}

.picss {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.picss img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.picss img.phone {
  display: none;
}

:root {
  --fs14: 14px;
  --fs15: 15px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs42: 42px;
  --fs48: 48px;
  --fs60: 60px;
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}

.border .header-wrapper {
  position: sticky;
  border-bottom: 1px solid #f7f8f9;
}
.sticky .header-wrapper {
  position: sticky;
}
/*榧犳爣鎮诞鑳屾櫙鑹叉牱寮�*/
.sticky .header-wrapper,
.border .header-wrapper,
.header-wrapper.shadow,
.header-wrapper.on {
/*  background-color: #fff;*/
background: rgba(4, 57, 131, 1);
  /* background: rgba(4, 57, 131, 0.75); */
    border-bottom: 1px solid #31568b;
}
.sticky .header-wrapper .logo-box .init,
.border .header-wrapper .logo-box .init,
.header-wrapper.shadow .logo-box .init,
.header-wrapper.on .logo-box .init {
  display: black;
}
.sticky .header-wrapper .logo-box .on,
.border .header-wrapper .logo-box .on,
.header-wrapper.shadow .logo-box .on,
.header-wrapper.on .logo-box .on {
  display: none;
}
.sticky .header-wrapper .pc-nav-box > ul > li.on > a:before,
.border .header-wrapper .pc-nav-box > ul > li.on > a:before,
.header-wrapper.shadow .pc-nav-box > ul > li.on > a:before,
.header-wrapper.on .pc-nav-box > ul > li.on > a:before,
.sticky .header-wrapper .pc-nav-box > ul > li:hover > a:before,
.border .header-wrapper .pc-nav-box > ul > li:hover > a:before,
.header-wrapper.shadow .pc-nav-box > ul > li:hover > a:before,
.header-wrapper.on .pc-nav-box > ul > li:hover > a:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.sticky .header-wrapper .pc-nav-box > ul > li > a,
.border .header-wrapper .pc-nav-box > ul > li > a,
.header-wrapper.shadow .pc-nav-box > ul > li > a,
.header-wrapper.on .pc-nav-box > ul > li > a {
  color: #fff;
}
.sticky .header-wrapper .pc-nav-box > ul > li > a:before,
.border .header-wrapper .pc-nav-box > ul > li > a:before,
.header-wrapper.shadow .pc-nav-box > ul > li > a:before,
.header-wrapper.on .pc-nav-box > ul > li > a:before {
  background-color: #f08927;
}
.sticky .header-wrapper .search,
.border .header-wrapper .search,
.header-wrapper.shadow .search,
.header-wrapper.on .search {
  background-image: url(../../img/search.png);
}
.sticky .header-wrapper .lang .caption,
.border .header-wrapper .lang .caption,
.header-wrapper.shadow .lang .caption,
.header-wrapper.on .lang .caption {
  color: #fff;
  background-image: url(../../img/earth.png);
}
.sticky .header-wrapper .nav-icon span,
.border .header-wrapper .nav-icon span,
.header-wrapper.shadow .nav-icon span,
.header-wrapper.on .nav-icon span {
  background-color: #fff;
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-wrapper.on,
.header-wrapper.shadow {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 6%;
  height: 1rem;
  align-items: center;
}
.header-wrapper .logo-box {
  width: 1.79rem;
}
.header-wrapper .logo-box a,
.header-wrapper .logo-box img {
  width: 100%;
}
.header-wrapper .logo-box a,
.header-wrapper .logo-box .init {
  display: block;
}
.header-wrapper .logo-box .on {
  display: none;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .lang {
  position: relative;
  width: 0.8rem;
  text-align: center;
  margin-right: 0.2rem;
}
.header-wrapper .lang:hover .list {
  display: block;
  animation: fadeIn 0.35s ease;
}
.header-wrapper .lang .caption {
  line-height: 0.4rem;
  background-image: url(../../img/earth.png);
  background-position: left center;
  background-size: 0.2rem;
  background-repeat: no-repeat;
  font-size: var(--fs16);
  color: #fff;
  text-transform: uppercase;
  font-family: "medium";
}
.header-wrapper .lang .list {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  width: 1.4rem;
  margin-left: -0.7rem;
  background-color: #fff;
  display: none;
  padding-top: 0.1rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.03);
}
.header-wrapper .lang .list a {
  display: block;
  line-height: 0.3rem;
  text-align: center;
  font-size: var(--fs16);
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid #eaeaea;
  font-family: "medium";
}
.header-wrapper .lang .list a:hover {
  color: #033e88;
}
.header-wrapper .lang .list a:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.header-wrapper .search {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  background-image: url(../../img/search.png);
}
.header-wrapper .search.on {
  background-image: url(../../img/search2.png);
}
.pc-nav-box {
  flex: 1;
  margin: 0 0.6rem;
}
.pc-nav-box > ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.pc-nav-box > ul > li {
  margin-right: 0.72rem;
}
.pc-nav-box > ul > li:last-child {
  margin-right: 0;
}
.pc-nav-box > ul > li:hover > a:before,
.pc-nav-box > ul > li.on > a:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box > ul > li:hover .navs {
  height: 0.6rem;
}
.pc-nav-box > ul > li:hover .goods {
  height: 330px;
}
.pc-nav-box > ul > li > a {
  position: relative;
  font-size: var(--fs16);
  color: #fff;
  height: 1rem;
  line-height: 1rem;
  font-family: "medium";
}
.pc-nav-box > ul > li > a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f08927;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.pc-nav-box a {
  display: block;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.pc-nav-box .navs {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #fcfeff;
  height: 0;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
}
.pc-nav-box .navs a {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5rem;
  font: 500 var(--fs16)/0.6rem "mr";
  color: #666;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.pc-nav-box .navs a.on,
.pc-nav-box .navs a:hover {
  opacity: 1;
  color:#f08927
}
.pc-nav-box .goods {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  background-color: #fcfeff;
  height: 0;
  transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  box-shadow: 0 24px 30px rgba(0, 0, 0, 0.06);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 120%, 0% 120%);
  clip-path: polygon(0 0, 100% 0%, 100% 120%, 0% 120%);
}
.pc-nav-box .goods ul {
  list-style: none;
  padding-top: 0.5rem;
}
.pc-nav-box .goods .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.pc-nav-box .goods a {
  display: block;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.pc-nav-box .goods .first a,
.pc-nav-box .goods .second a,
.pc-nav-box .goods .third a {
  font-size: 18px;
  color:#666;
}
.pc-nav-box .goods .first a:hover,
.pc-nav-box .goods .second a:hover,
.pc-nav-box .goods .third a:hover,
.pc-nav-box .goods .first a.on,
.pc-nav-box .goods .second a.on,
.pc-nav-box .goods .third a.on {
  color: #f08927;
}
.pc-nav-box .goods .first a:hover:after,
.pc-nav-box .goods .second a:hover:after,
.pc-nav-box .goods .third a:hover:after,
.pc-nav-box .goods .first a.on:after,
.pc-nav-box .goods .second a.on:after,
.pc-nav-box .goods .third a.on:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.pc-nav-box .goods .first {
  width: 20%;
}
.pc-nav-box .goods .first li {
  margin-bottom: 0.28rem;
}
.pc-nav-box .goods .first li:last-child {
  margin-bottom: 0;
}
.pc-nav-box .goods .first a:after,
.pc-nav-box .goods .second a:after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.13rem;
  background: url(../img/right3.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  margin-left: 0.14rem;
  transform: translateX(-0.1rem);
  -webkit-transform: translateX(-0.1rem);
  -moz-transform: translateX(-0.1rem);
  -ms-transform: translateX(-0.1rem);
  -o-transform: translateX(-0.1rem);
}
.pc-nav-box .goods .second,
.pc-nav-box .goods .third {
  width: 23%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}
.pc-nav-box .goods .second a,
.pc-nav-box .goods .third a {
  margin-bottom: 0.28rem;
}
.pc-nav-box .goods .second a:last-child,
.pc-nav-box .goods .third a:last-child {
  margin-bottom: 0;
}
.pc-nav-box .goods .second li,
.pc-nav-box .goods .third li,
.pc-nav-box .goods .pics li {
  display: none;
}
.pc-nav-box .goods .third .list {
  display: none;
}
.pc-nav-box .goods .pics {
  width: 31%;
}
.pc-nav-box .goods .pics img {
  height: 2.8rem;
  object-fit: contain;
}
.pc-nav-box .goods .pics ul {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0.2rem;
}
.pc-nav-box .goods .pics a {
  display: none;
}
.pc-nav-box .goods .pics a:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.pc-nav-box .goods .pics a:hover p {
  color: #fff;
}
.pc-nav-box .goods .pics p {
  transition: color 0.4s ease;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-align: center;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.03);
  /* input placeholder  */
}
.search-form .w960 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../../img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #033e88;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/*榧犳爣婊戜笂鍙樿儗鏅壊鏍峰紡*/
@media screen and (min-width: 1004px) {
	
  .header-wrapper:hover {
   /* background-color: #fff;*/
	background: rgba(4, 57, 131, 0.75);
    border-bottom: 1px solid #31568b;
  }
.header-wrapper:hover .logo-box .init {
    display: block;
  }
  .header-wrapper:hover .logo-box .on {
    display: none;
  }
  .header-wrapper:hover .pc-nav-box > ul > li.on > a,
  .header-wrapper:hover .pc-nav-box > ul > li:hover > a {
    color: #fff;
  }
  .header-wrapper:hover .pc-nav-box > ul > li.on > a:before,
  .header-wrapper:hover .pc-nav-box > ul > li:hover > a:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .header-wrapper:hover .pc-nav-box > ul > li > a {
    color: #fff;
  }
  .header-wrapper:hover .pc-nav-box > ul > li > a:before {
    background-color: #f08927;
  }
  .header-wrapper:hover .search {
    background-image: url(../../img/search.png);
  }
  .header-wrapper:hover .lang .caption {
    color: #fff;
    background-image: url(../../img/earth.png);
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  .header-wrapper .box {
    height: 0.94rem;
    padding: 0 4%;
  }
  .pc-nav-box > ul > li > a {
    height: 0.94rem;
    line-height: 0.94rem;
  }
  .search-form {
    top: 0.94rem;
  }
  .pc-nav-box .navs a {
    margin: 0 0.4rem;
  }
}
@media screen and (max-width: 1440px) {
  .header-wrapper .box {
    height: 0.9rem;
  }
  .pc-nav-box > ul > li > a {
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .header-wrapper .search {
    width: 20px;
    height: 20px;
  }
  .search-form {
    top: 0.9rem;
  }
  .pc-nav-box .navs a {
    margin: 0 0.3rem;
    font-size: var(--fs15);
  }
}
/* @media screen and (max-width: 1300px) {
  .header-wrapper .box {
    height: 0.94rem;
    padding: 0 2%;
  }
  .header-wrapper .logo-box .init{display: none;}
  .header-wrapper .logo-box .on{display: block;}
  .header-wrapper .lang .caption{background-image: url(../../img/earth2.png); color: #333;}
  .header-wrapper .search{background-image: url(../../img/search2.png);}
  .pc-nav-box > ul > li > a {
    height: 0.94rem;
    line-height: 0.94rem;
    color: #333;
  }
  .pc-nav-box > ul > li > a {
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .header-wrapper .search {
    width: 20px;
    height: 20px;
  }
  .search-form {
    top: 0.9rem;
  }
  .pc-nav-box .navs a {
    margin: 0 0.3rem;
    font-size: var(--fs15);
  }
} */
@media screen and (max-width: 1004px) {
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .header-wrapper .box {
    padding: 0 0.3rem;
    height: 1.2rem;
  }
  .header-wrapper .logo-box {
    width: 2rem;
  }
  .header-wrapper .lang {
    width: auto;
    margin-right: 0;
  }
  .header-wrapper .lang .caption {
    line-height: 0.48rem;
    background-size: 0.3rem;
    padding-left: 0.46rem;
    font-size: var(--fs15);
  }
  .header-wrapper .lang .list {
    width: 1.6rem;
    margin-left: -0.8rem;
  }
  .header-wrapper .lang .list a {
    line-height: 0.44rem;
    font-size: var(--fs14);
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .header-wrapper .search {
    width: 16px;
    height: 16px;
    margin: 0 0.4rem;
  }
  .pc-nav-box {
    display: none;
  }
  .nav-icon {
    font-size: 0;
    width: 0.48rem;
    height: 0.48rem;
    position: relative;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    display: inline-block;
    width: 100%;
    height: 0.04rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0.2rem;
    z-index: 10;
    border-radius: 2px;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(1) {
    margin-top: -6px;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 6px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 1.2rem);
    position: fixed;
    right: 0;
    top: 1.2rem;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #033e88;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #033e88;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.96rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #033e88;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li .cat:before {
    width: 0.06rem;
    height: 0.26rem;
    right: 0.4rem;
    top: 0.36rem;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li .cat:after {
    width: 0.26rem;
    height: 0.06rem;
    right: 0.3rem;
    top: 0.46rem;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #033e88;
  }
  .phone-nav ul li .navs {
    background: #fff;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs > a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs > a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .phone-nav ul li .navs a.cate {
    position: relative;
    padding-right: 0.8rem;
    padding-left: 0.6rem;
  }
  .phone-nav ul li .navs a.cate.on {
    color: #033e88;
  }
  .phone-nav ul li .navs a.cate.on:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li .navs a.cate.active {
    color: #033e88;
  }
  .phone-nav ul li .navs a.cate:after {
    content: "";
    width: 8px;
    height: 100%;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    background: url(../../img/a-next.png) no-repeat center center;
    background-size: 100%;
  }
  .phone-nav .child {
    display: none;
    padding: 0.2rem 0.3rem 0.2rem 0.6rem;
  }
  .phone-nav .child a {
    font-size: 13px;
    line-height: 0.6rem;
    display: block;
    color: #999;
  }
  .search-form {
    top: 1.2rem;
    padding: 0.24rem 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .w960 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 16px;
  }
}

.blue{background: rgba(4, 57, 131, 0.75);}
.hh10{padding-top:100px;}
.crumbs{background-color: #0246a5; width: 100%; line-height: 50px; overflow: hidden;}
.crumbs ul{font-size: 0}
.crumbs ul li{margin-right: 7px;display: inline-block;}
.crumbs ul li a{font-size: 14px; color: #fff; }
.crumbs ul li a i{color: #fff; margin-right: 10px}
.crumbs ul .home{margin-right: 4px}
.crumbs ul .home a{color: #fff}
.crumbs ul .home a i{margin-right: 0; font-size: 20px; vertical-align: -2px}
.crumbs ul .active a{color: #fff}

.in_pr{width: 100%; margin: 0 auto; overflow: hidden;}
.in_pr ul{}
.in_pr li{overflow: hidden; display: flex;justify-content: space-between;align-items: center; background: #033e88;}
.in_pr li .pleft{width: 50%; height: auto;  float: left;}
.in_pr li .pleft img{width: 100%; display: block;}
.in_pr li .pright{width:50%; box-sizing: border-box; float: right; padding: 0 5%; box-sizing: border-box;}
.in_pr li .pright_zi{font-size: 30px; line-height: 48px; color: #fff; font-weight: 600}
.in_pr li .pright_ny{font-size: 17px; line-height: 25px; color: #fff;}
.in_pr li .pright_xny{font-size: 20px; line-height:28px; color: #fff; padding-top: 3%;}
.in_pr li:hover .pright_zi{color: #f08927;}
.in_pr li .btn2{padding:0;margin-top:3%}
.in_pr li .btn2 a{display:inline-block;margin-right:1rem;padding:0 3%;font-size:14px;line-height:36px;border-radius:2em;color:#fff;background:#333;transition:all 0.4s}
.in_pr li .btn2 a:hover{padding:0 2.5em;color:#fff;background:#f08927}
/* .in_pr li:nth-child(2n){background:#9967c6;}
.in_pr li:nth-child(2n) .pright_zi{color: #fff;}
.in_pr li:nth-child(2n) .pright_xny{color: #fff;} */