* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 100px;
  font-size: 5.2083333vw;
}

body {
  font-size: .16rem;
}



.icon img {
  transition: all 0.3s;
}

.icon:hover img {
  animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
  0% {
    transform: rotateZ(0);
  }

  10% {
    transform: rotateZ(10deg);
  }

  20% {
    transform: rotateZ(0);
  }

  30% {
    transform: rotateZ(-10deg);
  }

  40% {
    transform: rotateZ(0);
  }

  50% {
    transform: rotateZ(10deg);
  }

  60% {
    transform: rotateZ(0);
  }

  70% {
    transform: rotateZ(-10deg);
  }

  80% {
    transform: rotateZ(0);
  }

  90% {
    transform: rotateZ(10deg);
  }

  100% {
    transform: rotateZ(0);
  }
}

html,
body {
  color: #000;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left;
  overflow-x: hidden;
  border-top: #344C97 2px solid;
  position: relative;
  font-family: MicrosoftYaHei, 微软雅黑;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
input {
  border: 0;
  outline: none;
}

.wap {
  display: none;
}

.top>img.wap {
  display: none;
}

body .clear {
  float: none !important;
  clear: both;
  height: 0 !important;
  width: 0 !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.pic img:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.px1600 {
  max-width: 16rem;

  margin: 0 auto;
}

.tops {
  padding-top: .2rem;
  padding-bottom: .2rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.tops_r {
  display: flex;
  align-items: center;
  align-content: center;
}

.top_link {
  margin-right: 0.2rem;
}

.top_link a {
  padding: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: normal;
  color: #8C8C8C;
  position: relative;
}

.top_link a:last-child:before {
  display: none
}

.top_link a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.15rem;
  background: #ccc;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top_link a:hover {
  color: #344c97
}

.head_box {

  z-index: 999;

  width: 100%;

  background: url(../images/tbg.png) center #AB0000;
}

.fl {
  float: left;
}

.logo a {
  display: block;
}

.logo a img {
  display: block;
  height: .75rem;
}

.fr {
  float: right;
}

.search {
  position: relative;
  overflow: hidden;
  border-radius: 0.31rem;
  box-sizing: border-box;
  border: 0.01rem solid #BEBEBE;
  width: 3.07rem;
  height: 0.44rem;
}

.search div {
  margin-left: .4rem;
}

.search a {
  display: inline-block;
}

.search a:hover {
  opacity: 0.85;
}

.search span {
  display: inline-block;
  font-size: .14rem;
  color: #16397b;
  margin-right: .2rem;
}

.search span:nth-child(1) {
  margin-right: .15rem;
}

.search input[type="text"] {
  font-size: .16rem;
  width: 80%;
  height: .42rem;
  padding-left: .15rem;
  color: #222;
  line-height: .42rem;
  background: none;
  border-radius: 0;
  float: left;
}

.search input[type="text"]::placeholder {
  font-size: .16rem;
  color: #8C8C8C;
}

.search .btn {
  float: right;
  width: 20%;
  height: .42rem;
  line-height: .5rem;
  padding: 0;
  position: absolute;
  color: #fff;
  font-size: .16rem;
  background: url(../images/search.png) center no-repeat;
  cursor: pointer;
  float: left;
}

.search img {
  position: absolute;
  right: .15rem;
  top: .5rem;
}

.head.on .nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  border: none;
  box-shadow: 0 .1rem .1rem rgb(0 0 0 / 20%);
}

/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Âª */
.nav {
  height: .52rem;
  line-height: .52rem;
  /* margin-top: .35rem; */
  background-color: #344C97;
  box-shadow: 0 .03rem .03rem #71717142;
  position: relative;
  z-index: 9;
}

.nav>ul {
  font-size: 0;
  /* height: 100%; */
  /* margin-left: 20%; */
  display: flex;
}

.nav>ul>li {
  display: block;
  text-align: center;
  position: relative;
  width: 11.1%;
  line-height: .52rem;
  height: .52rem;
  margin-bottom: 0;
  float: left;
  transition: all 0.6s;
}

.nav>ul>li:hover {
  background: #6c95d1;
  transition: all 0.6s;
}

.nav>ul>li:first-child {
  margin-left: 0;
  border: 0;
}

.nav>ul>li>a {
  font-size: .20rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  position: relative;
  display: block;
  height: .52rem;
  line-height: .52rem;
}



.nav>ul>li.on>div {}

.nav>ul>li.on>a::after {
  width: 100%;
}

.nav>ul>li.active>a {
  color: #a10509;
}

.nav>ul>li:hover>a {
  color: #fff;
  font-weight: bold;

}

.nav>ul>li:hover>a:after {
  width: 100%;
}

.nav>ul>li>div {
  position: absolute;
  top: .52rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1.3rem;
  z-index: 9999;
  display: none;
  padding-top: 0;
}

.nav>ul>li>div>ul {
  overflow: hidden;
  background: #6c95d1;
  line-height: normal;
}

.nav>ul>li>div>ul>li a {
  display: block;
  font-size: .15rem;
  line-height: .4rem;
  transition: 0.3s;
  color: #fff;
}

.nav>ul>li>div>ul>li:hover {
  background: #344c97;
  color: #fff;
}

.nav>ul>li>div>ul>li:hover a {
  color: #fff;
}

/*  */
/*link_yq*/
.link_yq {
  height: auto;
  line-height: .5rem;
  width: 100%;
  border-bottom: #30895a .01rem solid;
  padding-bottom: .2rem;
  margin-bottom: .3rem;
  overflow: hidden;
}

.link_yq h2 {
  font-size: .18rem;
  color: #fff;
  height: .5rem;
  line-height: .5rem;
  font-weight: bold;
  display: inline-block;
  background: url("../images/ico_yqlj.png") left center no-repeat;
  padding: 0 .3rem 0 .3rem;
  float: left;
}

.link_yq .list {
  float: left;
}

.link_yq .list a {
  font-size: .16rem;
  color: #fff;
  line-height: .5rem;
  padding: 0 .15rem;
}

.link_yq .list a:hover {
  color: #d0b34f
}

/*底部*/
.bodyenbg {
  position: absolute;
  z-index: -1;
  left: auto;
  right: auto;
  bottom: 1.15rem;
  width: 100%;
}

.bodyenbg img {
  width: 100%;
  height: auto;
}

.foot {
  background: #344C97;
  height: auto;
  overflow: hidden;
  padding: .3rem 0 .3rem 0;
}

.foot .px1600 {
  display: flex;
  justify-content: space-between;
}

.foot>div {
  color: #fff;
}

.foot a {
  color: #fff;
}

.foot-l {
  width: 40%;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
}

.foot-l h2 {
  margin-bottom: .2rem
}

.foot-l p {
  font-size: .14rem;
  line-height: .30rem;
  text-align: left;
  display: block;
  width: 50%;
}

.foot-l img {
  vertical-align: middle;
  max-height: .68rem;
}

.foot-c {
  width: 30%;
  text-align: center;
  position: relative;
  border-left: #6e97ca .01rem solid;
  border-right: #6e97ca .01rem solid;
}

.foot-c p {
  font-size: .15rem;
  line-height: .3rem;
}


.foot-r {
  width: 40%;
  padding-left: 0;
  display: flex;
  text-align: left;
  justify-content: space-between;
}

.foot-r>div {}

.foot-r ul li {
  float: left;
  width: 100%;
  text-align: center;
}

.foot-r ul li:nth-child(2) {}

.foot-r img {
  width: 1.25rem;
  height: 1.25rem;
}

.foot-r p {
  font-size: .14rem;
  margin-top: 0;
  text-align: left;
  line-height: .3rem;
}


.copright {
  color: #fff;
  text-align: center;
  height: .6rem;
  line-height: .6rem;
  overflow: hidden;
  font-size: .16rem;
  background: #192c7887;
}

.copright p {
  margin: 0;
  padding: 0
}

.copright a {
  color: #fff;
}

.copright a:hover {
  color: #d9d9d9;
}


@media screen and (max-width: 1440px) {
  .nav>ul>li {}
}

@media screen and (max-width: 1340px) {
  .nav>ul>li {}
}



@media screen and (max-width: 1200px) {
  .nav>ul>li {}

  .logo a {
    width: 7rem;
  }
}

@media screen and (max-width: 1100px) {


  .search {
    width: 3rem;
  }

  .search input[type="text"] {
    width: 2.05rem;
  }

  .search .btn {}
}

@media screen and (max-width: 1420px) {
  .px1600 {
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .logo a img {
    width: auto;
  }


}

@media screen and (max-width: 1024px) {
  .bodyenbg {
    display: none
  }

  html {
    font-size: 85px;
  }

  .foot-l {
    width: 48%;
    display: block;
    float: left;
  }

  .foot-l p {
    /* font-size: .14rem; */
    /* line-height: .24rem; */
    display: block;
    width: 100%;
    text-align: center;
  }

  .foot-l h2 {
    font-size: .2rem;
  }

  .foot-r {
    width: 49%;
    /* margin-top: .2rem; */
    display: block;
    float: left;
  }

  .link_yq .list a {
    font-size: .14rem;
    line-height: .24rem;
    padding: 0 .15rem;
    margin: 0 auto;
    display: block;
    float: left;
  }

  body {
    padding-top: .6rem;
  }

  .pc {
    display: none;
  }

  .wap {
    display: block;
  }

  .b-top {
    display: none;
  }

  .m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #344c97;
    padding: .1rem;
    z-index: 999;
    box-shadow: 0 .05rem .05rem rgb(0 0 0 / 20%);
  }

  .m-logo {
    font-size: 0;
  }

  .m-logo a {
    font-size: 0;
    line-height: .4rem;
  }

  .m-logo img {
    max-height: .4rem;
    max-width: 80%;
    vertical-align: middle;
  }

  .m-tlink {
    padding: .1rem .15rem 0 .15rem;
  }

  .m-tlink a {
    font-size: .14rem;
    margin-right: .15rem;
    margin: .05rem 0;
    color: #fff;
    display: inline-block;
    font-size: .14rem;
    line-height: .24rem;
    background: #fff;
    color: #333;
    line-height: .3rem;
    padding: 0 .15rem;
    border-radius: .05rem;
    margin: 0 .04rem;
  }

  .m-search {
    margin: 0 .15rem;
    padding-right: .5rem;
    padding-left: .1rem;
    padding-top: .05rem;
    padding-bottom: .05rem;
    position: relative;
    line-height: .35rem;
    /* background: #fff; */
    margin-top: .15rem;
    border: .01rem solid #fff;
  }

  .m-search input[type="text"] {
    display: block;
    width: 100%;
    line-height: .25rem;
    background: none;
    color: #fff;
  }

  .m-search input[type="text"]::placeholder {
    color: #fff;
  }

  .m-search input[type="image"] {
    position: absolute;
    right: .1rem;
    top: .1rem;
    height: .15rem;
  }

  .m-nav {
    position: fixed;
    top: .6rem;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #344c97;
    overflow-y: scroll;
    border-top: .01rem solid #fff;
  }

  .m-nav ul {
    padding: 0 .15rem;
    /* border-top: .01rem solid rgba(255, 255, 255, 0.2); */
  }

  .m-nav ul li {
    border-bottom: .01rem solid rgba(255, 255, 255, 0.2);
    position: relative;
  }

  .m-nav ul li>span.on {
    transform: rotateZ(90deg);
  }

  .m-nav ul li ul {
    display: none;
  }

  .m-nav ul li ul li {
    border: none;
  }

  .m-nav>ul>li a {
    display: block;
    font-size: .14rem;
    line-height: .2rem;
    padding: .15rem 0;
    position: relative;
    color: #fff;
  }

  .m-nav>ul>li ul li a {
    padding: .1rem 0;
  }

  .m-nav>ul>li>span {
    position: absolute;
    width: .2rem;
    height: .2rem;
    background: url(../images/m-nav_down.png) no-repeat;
    background-size: .14rem .14rem;
    background-position: center center;
    right: 0;
    top: .15rem;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;
  }

  .top {
    max-width: 19.2rem;
    margin: 0 auto;
    position: fixed;
    right: .1rem;
    top: .18rem;
    width: .25rem;
    height: .25rem;
    z-index: 9999;
  }

  .top>img {
    display: block;
    width: 100%;
  }

  .wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
  }

  .wap-menu img {
    height: .25rem;
  }

  .close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
  }

  .foot .px1600 {
    display: block;
  }

  .foot-r p {
    text-align: center
  }

}


@media screen and (max-width: 520px) {
 .foot-l {
    width: 100%;
    display: block;
    float: none;
  }

  .foot-l p {
    font-size: .14rem; 
    line-height: .24rem; 
    display: block;
    width: 100%;
    text-align: center;
  }

  .foot-l h2 {
    font-size: .2rem;
  }

  .foot-r {
    width: 100%;
    margin-top: .2rem; 
    display: block;
    float: none;
  }

   .foot-r p{
      font-size: .14rem; 
    line-height: .24rem; 
    display: block;
    width: 100%;
    text-align: center;
   }
  
}