/* CSS Document */
* {
  list-style: none;
}
body {
  background: #fff;
  color: #333;
 font: normal 16px/1.5 "SimSun","Source Han Sans","FangSong";
}
ul,
li,
dl,
dt,
dd,
ol,
p,
img {
  list-style: none;
  border: none;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
a {
  color: #333;
}
a:hover {
  text-decoration: none;
}
.ov {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ab {
  display: block;
  width: 100%;
  height: 100%;
}
.clear {
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0;
  overflow: hidden;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1430px;
  }
}
.header {
  width: 100%;
  position: absolute;    z-index: 100;
}
.header .left{float: left; margin-top:1.5rem;}
.header .right{float: right;}
.header img {
  display: block;
  vertical-align: top; margin-top: 12px;margin-left: 22px;
}
.header .search{background: #1228a0;position: absolute;right: 15px;top: 0;width:40px;height: 93px;text-align: center;border-radius: 0 0 30px 30px;cursor: pointer;}
.header .search i{font-size: 20px;color: #fff; margin-top: 48px;display: block;}
.header .container{position: relative;}
.header .search-outline {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  border-radius: 23px;
  width: 400px;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .search-outline .search-input {
  border: none;
  padding-left: 20px;
  outline: none;
  border-radius: 20px;background-color: #fff;
  width: calc(100% - 91px);
  display: block;
}
.header .search-outline .search-input:-webkit-autofill{background-color: #fff !important;}
.header .search-outline .search-btn {
  background: #1228a0;
  width: 71px;
  border-radius: 23px !important;
  display: block;
  overflow: hidden;
  outline: none;
  border: none;
  padding: 0;
}
.header .search-outline .search-btn i {
  color: #fff;
  font-size: 27px; 
}
.modals {
  display: none;
  position: fixed;
   z-index: 666;
   left: 0;
  top: 0;
  width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgba(0, 0, 0, 0.4);
 }
.modal-contents {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 620px;
  
}

.modal-headers {
  display: block;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: right;
}
.closes {
  float: right;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  transition: all ease 0.36s;
  display: block;
  width: 32px;
  height: 32px; cursor: pointer;
}
.closes i{font-size: 30px;}

.modal-bodys {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 10px;
}
.modal-bodys .stxt {
  float: left;
  width: 80%;
  height: 48px;
  border: #CCC solid 1px;
  padding-left: 30px;
  outline: none;
  color: #999;
  font-size: 16px;
}
.modal-bodys .sbtn i{color: #fff;font-size: 32px;}
.modal-bodys .sbtn {
  width: 20%;
  height: 48px;
  background:#1228a0;
  border: none;
  cursor: pointer;
}
.nav_main {
  position: relative;
  z-index: 9;margin-top: 32px;
  text-align: center;width: calc(100% - 720px); margin-right: 70px;
 
}
.nav_main ul {
  display: flex;
  justify-content: space-between;
}
.nav_main .list li {
  float: left;
  line-height: 62px;
  height: 62px;
  text-align: center;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  z-index: 2;
  position: relative;display: flex;align-items: center;
}
.nav_main .list li .nav1 {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  z-index: 1;line-height:28px; padding:17px 0;
}
.nav_main .list li .nav1 i {
  width: 11px;
  height: 6px;
  background-position: 0 0;
  margin-left: 8px;
  margin-bottom: 2px;
}
.nav_main .list li .nav1:before {
  width: 0;
  height: 4px;
  content: "\20";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transition: ease-in-out 0.2s;
  background: transparent;
}
.nav_main .list li.hover .nav1:before,
.nav_main .list li:hover .nav1:before {
  height: 4px;
  background: #1228a0;
  width: 100%;
  left: 0;
}
.nav_main .list li.li6 .subNav .item {
  width: 160px;
  margin: 0 10px;
  min-height: 200px;
}
.nav_main li dl {
  width: 140%;
  position: absolute;
  left: -20%;
  top: 62px;
  text-align: center;
  z-index: 10;
  background: #1228a0;
  padding: 10px;
  display: none;
}
.nav_main li dl dd {
  line-height: 40px;
  position: relative;
  z-index: 11;
}
.nav_main li dl dd a {
  width: 100%;
  font-size: 14px;
  height: 100%;
  display: block;
  color: #fff;
  padding: 0 5px;
  border-bottom: 1px solid #253aaf;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav_main li dl dd:last-child a {
  border: none;
}
.nav_main li dl dd:hover a {
  background: #5466cc;
  color: #fff;
}
.nav_main li dl dd .three {
  position: absolute;
  left: 100%;
  top: 0;
  width: 110%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 15;
}
.nav_main li dl dd .three .three_li {
  border-bottom: 1px solid #0e8e46;
}
.nav_main li dl dd .three a:hover {
  background: #209955;
}
.nav_main li dl dd:hover .three {
  display: block;
}
.nav_main .subNav2 .item {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.nav_main .subNav2 .item a,
.nav_main .subNav2 .item h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
}
.nav_main .list li:hover .subNav,
.nav_main .list li:hover .subNav2 {
  opacity: 1;
  filter: alpha(opacity=100);
  background-size: auto 340px;
  height: 340px;
}
/*****header end*******/
.header_m {
  height: 1rem;
  border-bottom: 1px solid #ddd;
  width: 100%;
  z-index: 100;
  position: fixed;
  display: none;
  background: #fff;
}
.header_m .logo {
  position: absolute;
  left: 15px;
}
.header_m .logo a {
  display: inline-block;
  text-align: center;
}
.header_m .logo img {
  height: 0.32rem;
  display: block;
  padding-top: 0.34rem;
  box-sizing: content-box;
  margin: 0 auto;
}
.header_m .menu-btn {
  width: 0.6rem;
  height: 0.6rem;
  right: 0.2rem;
  margin-left: 0;
  background: #1228a0;
  top: 0.2rem;
  position: absolute;
  float: none;
  border-radius: 100%;
}
.header_m .menu-btn .menubtn span {
  width: 0.2rem;
  height: 0.025rem;
}
.header_m .menu-btn .menubtn span::after,
.header_m .menu-btn .menubtn span::before {
  height: 0.025rem;
}
.header_m .menu-btn .menubtn span::before {
  top: -0.06rem;
}
.header_m .menu-btn .menubtn span::after {
  bottom: -0.06rem;
}
.header_m .menu-btn .menubtn.active span::before {
  top: 0;
}
.header_m .menu-btn .menubtn.active span::after {
  bottom: 0;
}
.header_m .menu-btn:hover {
  transform: scale(1);
}
.header_m .shop {
  transition: ease-in-out 0.2s;
  position: absolute;
  right: 1rem;
  top: 0;
  height: 100%;
}
.header_m .shop a {
  display: flex;
  align-items: center;
  height: 0.6rem;
  position: relative;
  background: #1228a0;
  width: 0.6rem;
  margin-top: 0.2rem;
  border-radius: 100%;
}
.header_m .shop a i {
  margin: 0 auto;
  color: #fff;
  font-size: 0.26rem;
}
.header_m .shop.on a i:before {
  content: "\e602";
}
.header_m_height {
  height: 1rem;
  display: none;
}
.menu-btn {
  position: relative;
  z-index: 3;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  cursor: pointer;
  margin-left: 20px;
  transition: ease-in-out 0.2s;
  background: rgba(0, 0, 0, 0.4);
}
.menu-btn:hover {
  transform: scale(1.1);
}
.menubtn span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.menubtn span::after,
.menubtn span::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 68%;
  height: 2px;
  left: 0;
  background-color: #fff;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.menubtn span::before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}
.menubtn span::after {
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
.menubtn.active span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.menubtn.active span::after,
.menubtn.active span::before {
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -ms-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.menubtn.active span::before {
  background: #fff;
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menubtn.active span::after {
  background: #fff;
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-flex {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: url(../images/menu_bg_main.jpg) no-repeat right bottom;
  background-size: cover;
  pointer-events: none;
  transition: ease-in-out 0.4s;
  z-index: 98;
}
.menu-flex.show {
  visibility: visible;
  pointer-events: visible;
  right: 0;
}
.menu-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.menu-bg .bg {
  width: 40%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.menu-bg .ico {
  position: absolute;
  left: 37px;
  top: 38px;
}
.menu-flex.show .menu-bg {
  opacity: 1;
  visibility: visible;
}
.menu-right {
  position: absolute;
  right: -51%;
  top: 0;
  width: 51%;
  height: 100%;
  transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
  align-items: center;
}
.menu-right dd {
  float: left;
  margin-right: 10px;
  margin-top: 30px;
  position: relative;
  z-index: 10;
  border-radius: 100%;
  border: 1px solid #a60004;
}
.menu-right dd span {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/icon.png) no-repeat;
  background-position: 0 -446px;
}
.menu-right dd:hover {
  background: #a60004;
}
.menu-right dd:hover span {
  background-position: 0 -406px;
}
.menu-right dd:nth-child(2) span {
  background-position: -40px -446px;
}
.menu-right dd:nth-child(2):hover span {
  background-position: -40px -406px;
}
.menu-right dd:nth-child(3) span {
  background-position: -80px -446px;
}
.menu-right dd:nth-child(3):hover span {
  background-position: -80px -406px;
}
.menu-right dd:nth-child(4) span {
  background-position: -120px -446px;
}
.menu-right dd:nth-child(4):hover span {
  background-position: -120px -406px;
}
.menu-right dd:nth-child(5) span {
  background-position: -160px -446px;
}
.menu-right dd:nth-child(5):hover span {
  background-position: -160px -406px;
}
.menu-right dd:nth-child(6) span {
  background-position: 0 -326px;
}
.menu-right dd:nth-child(6):hover span {
  background-position: 0 -286px;
}
.menu-right dd:nth-child(7) span {
  background-position: -40px -326px;
}
.menu-right dd:nth-child(7):hover span {
  background-position: -40px -286px;
}
.menu-right dd img {
  width: 140px;
  height: 140px;
  position: absolute;
  padding: 6px;
  background: #fff;
  border-radius: 5px;
  object-fit: cover;
  top: -160px;
  left: 0;
  display: none;
  border: 1px solid #dbb37d;
}
.menu-right dd b {
  display: block;
  position: absolute;
  left: 14px;
  top: -22px;
  width: 12px;
  height: 11px;
  background: url(../images/icon.png) no-repeat;
  background-position: 0 -387px;
  display: none;
}
.menu-right dd:hover b {
  display: block;
}
.menu-right dd:hover img {
  display: block;
}
.menu-flex.show .menu-right {
  right: 0;
}
.menu_main {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.menu-list {
  width: 33%;
}
.menu-list .two {
  position: absolute;
  left: 38%;
  top: 0;
  width: 30%;
  display: none;
  height: 100%;
}
.menu-list .two .two_li a {
  font-size: 24px;
  line-height: 60px;
}
.menu-list .two .two_li .three {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
}
.menu-list .two .two_li .three a {
  font-size: 20px;
  display: block;
  width: 100%;
}
.menu-list > li {
  width: 80%;
  z-index: 3;
  height: 110px;
}
.menu-list > li > a {
  display: block;
  position: relative;
  z-index: 2;
  color: #3b1e19;
  font-size: 30px;
  height: 59px;
  line-height: 59px;
  transition: ease-in-out 0.2s;
}
.menu-list > li > a::before {
  position: absolute;
  left: 0;
  bottom: -17px;
  content: "";
  width: 0;
  height: 3px;
  background: #ae0004;
  transition: 0.38s;
  z-index: -1;
}
.menu-list > li:hover > a,
.menu-list > li.active > a {
  color: #ae0004;
  font-size: 50px;
  font-weight: bold;
}
.menu-list > li:hover > a::before,
.menu-list > li.active > a::before {
  width: 119px;
}
.menu-list > li:hover .two,
.menu-list li.active .two {
  display: block;
}
.menu-list > li .two .two_li:hover > a,
.menu-list > li .two .two_li.hover > a {
  color: #a60004;
  position: relative;
}
.menu-list > li .two .two_li:hover > a::before,
.menu-list > li .two .two_li.hover > a::before {
  width: 21px;
  height: 14px;
  position: absolute;
  left: -31px;
  top: 50%;
  margin-top: -7px;
  background: url(../images/menu_ico2.png) no-repeat;
  content: "";
}
.menu-list > li:hover .two .two_li:hover .three,
.menu-list li.active .two .two_li.hover .three {
  display: block;
}
.menu-leval {
  display: none;
}
.menu-leval li {
  position: relative;
  border-top: 1px solid #ebebeb;
}
.menu-leval li:first-child {
  border-top: none;
}
.menu-leval li a {
  display: block;
  position: relative;
  padding-left: 59px;
  height: 59px;
  line-height: 59px;
  color: #666666;
  font-size: 16px;
}
.menu-leval li a i {
  display: block;
  position: absolute;
  right: 36px;
  top: 50%;
  margin-top: -7px;
  font-size: 15px;
  line-height: 1;
  font-style: bold;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: 0.38s;
}
.menu-leval li a:hover {
  color: #333333;
}
.menubtn.active span::after,
.menubtn.active span::before {
  width: 100%;
}
/**手机站banner*****/
.banner_m2 {
  display: none;
  position: relative;
  z-index: 1;
}
.banner_m2 video,
.banner_m2 img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.banner_m {
  overflow: hidden;
  display: none;
  position: relative;
}
.banner_m img {
  width: 100%;
  object-fit: cover;
}
.banner_m .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
  box-shadow: 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.1);
}
.banner_m .swiper-pagination-bullet-active {
  background: #1228a0;
}
.banner_m .swiper-container-horizontal > .swiper-pagination-bullets,
.banner_m .swiper-pagination-custom,
.banner_m .swiper-pagination-fraction {
  bottom: 0.3rem;
}
.subNav {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  top: 1rem;
  right: -100%;
  bottom: 0;
  z-index: 9999;
  display: block;
  transition: ease-in-out 0.2s;
}
.subNav .subNavCon {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
.subNav .close {
  width: 0.25rem;
  display: block;
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  margin: 0 auto;
}
.subNav .close img {
  width: 100%;
}
.subNav ul {
  width: 100%;
  padding: 0px 0 0.5rem;
  overflow-y: auto;
  height: 100%;
}
.subNav li {
  width: 100%;
  display: block;
  line-height: 0.9rem;
  padding: 0 0.3rem;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.subNav li a {
  display: block;
  color: #333;
  font-size: 0.3rem;
  width: 80%;
  font-weight: bold;
}
.subNav li s {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  text-align: center;
  color: #333;
  margin-right: 0;
  text-decoration: none;margin-bottom: 0.5rem;
}
.subNav li .box {
  display: none;
  padding: 0 0.2rem 0.2rem;
}
.subNav li .box a {
  border-color: #f9f9f9;
  height: 0.8rem;
  line-height: 0.8rem;
  width: 100%;
  color: #666 !important;
  font-size: 0.26rem;
  float: left;
  font-weight: 400;
  border-bottom: 1px dashed #ddd;
}
.subNav li.on > a {
  color: #1228a0;
}
.subNav li.on s {
  color: #1228a0;
}
.subNav li.on s:before {
  content: "\e726";
}
.subNav li .box a:last-child {
  border-bottom: 0;
}
.subNavShow {
  right: 0;
}
/*tsearch*/
.tsearch {
  width: 100%;
  height: 1rem;
  padding: 0.2rem 3%;
  position: fixed;
  left: 0;
  top: 1rem;
  z-index: 1122;
  background: #f7f6f6;
  border-top: 1px solid #d3d3d3;
  display: none;
}
.tsearch .txt {
  width: 75%;
  color: #000;
  text-indent: 0.2rem;
  color: #666;
  font-size: 0.22rem;
  height: 0.6rem;
  background: #fff;
  border: 1px solid #bbb;
  position: absolute;
  left: 2%;
  top: 0.2rem;
  outline: none;
}
.tsearch .b {
  color: #fff;
  font-size: 0.22rem;
  width: 20%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border: 0;
  background: #1228a0;
  position: absolute;
  right: 3%;
  top: 0.2rem;
}
.tsearch.bsearch {
  display: block;
  position: relative;
  z-index: 10;
  margin: 0.3rem auto;
  background: none;
  border-top: 0;
  top: 0;
}
.tsearch.bsearch .txt {
  height: 0.76rem;
}
.tsearch.bsearch .btn {
  height: 0.76rem;
  line-height: 0.76rem;
}
.tsearch.bsearch:before {
  top: 0.36rem;
}
/***搜索  end ****/
.bottom_main {
  background: #f2f2f2;
  width: 100%;
  padding: 47px 0;
}
.bottom_main .left {
  width: 333px;
  border-right: 1px solid #dcdcdc;
  float: left;
}
.bottom_main .left .box {
  margin-top: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}
.bottom_main .left .box img {
  margin-right: 20px;
  width: 122px;
  height: 122px;
}
.bottom_main .right {
  width: calc(100% - 376px);
  float: right;
  display: flex;
  justify-content: space-around;
}
.bottom_main .right dl {
  float: left;
}
.bottom_main .right dl dt {
  font-size: 16px;
  padding-bottom: 15px;
}
.bottom_main .right dl dd {
  line-height: 36px;
}
/*手机站下拉subNav*/
.bottom_main_m {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 1%;
  background: #f2f2f2;
  display: none;
  overflow: hidden;
  padding-top: 0.6rem;
}
.bottom_main_m .box {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}
.bottom_main_m .bottom_logo img {
  margin: 0 auto;
  display: block;
  width: 3.76rem;
}
.bottom_main_m .box img {
  width: 2rem;
  margin-bottom: 0.2rem;
  margin-top: 0.4rem;
}
.bottom_main_m .box p {
  font-size: 0.26rem;
}
.bottom_main_m ul {
  width: 100%;
  padding: 0.2rem 0 0.5rem;
  overflow-y: auto;
  height: 100%;
}
.bottom_main_m li {
  display: block;
  line-height: 0.9rem;
  margin: 0 0.3rem;
  position: relative;
  border-bottom: 1px solid #e9e8e8;
}
.bottom_main_m li a {
  display: block;
  color: #333;
  font-size: 0.28rem;
  width: 80%;
}
.bottom_main_m li s {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  text-align: center;
  color: #333;
  text-decoration: none;
  margin-right: 0;margin-bottom: 0.5rem;
}
.bottom_main_m li .box {
  display: none;
  padding: 0 0.2rem 0.2rem;
}
.bottom_main_m li .box a {
  border-color: #ddd;
  height: 0.8rem;
  line-height: 0.8rem;
  width: 100%;
  color: #333 !important;
  font-size: 0.26rem;
  float: left;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
}
.bottom_main_m li.on > a {
  color: #1228a0;
}
.bottom_main_m li.on s {
  color: #1228a0;
}
.bottom_main_m li.on s:before {
  content: "\e726";
}
.bottom_main_m li .box a:last-child {
  border-bottom: 0;
}
.bottom_copy {
  background: #d9d9d9;
  text-align: center;
  padding: 15px 0;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.bottom_copy_m {
  color: #666;
  background: #d9d9d9;
  padding: 0.4rem 2%;
  text-align: center;
  display: none;
  font-size: 0.24rem;
  overflow: hidden;
}
.bottom_copy_m a {
  color: #666;
}
.bottom_copy_m a:hover {
  text-decoration: underline;
}
@media (max-width: 1300px) {
	.header img{width: 460px; margin-top: 25px;}
	.nav_main .list li .nav1{font-size: 18px;}
}
@media (max-width: 1200px) {
	.header .container{max-width: 100%;}
  .nav_main .list li .nav1 {
    font-size: 17px;
  }  
  .nav_main{width: calc(100% - 620px);}
  .header .search{width: 45px;}
  .header .search-outline{width: 260px;}
  .bottom_main .left {
    width: 100%;
    float: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
  }
  .bottom_main .left .box {
    margin-top: 0;
  }
  .bottom_main .right {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 1100px) {
 
  .header .search-outline {
    width: 250px;
  }
}
@media (max-width: 700px) {
  .header {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    padding-bottom: 20px;
  }
  .header a {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px auto;
  }.header img {
  margin-left: auto;
}
  .header a img {
    margin: 0 auto;
    max-width: 100%;
  }
  .header .search-outline {
    line-height: 40px;
    height: 40px;
  }
}
.sub_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sub_banner img {
  width: 100%;
  vertical-align: top;
}
.sub_banner .box {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 100%;
  display: flex;
  align-items: center;
}
.sub_banner .box .container {
  height: auto;
}
.sub_banner .box .container h3 {
  font-size: 42px;
  margin-bottom: 0;
  color: #fff; padding-top: 40px;
  text-shadow: 0px 1px 2px rgba(33, 33, 33, 0.68);
}
.location {
  height: 70px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  line-height: 70px;
}
.location .container {
  display: flex;
  justify-content: space-between;
}
.location .left {
  font-size: 18px;
  color: #666;
}
.location .left span:last-child{display: none;}
.location .left i {
  font-size: 18px;
  color: #afafaf;
}
.location .left a {
  color: #666;
}
.location .left a:last-child {
  color: #999;
}
.location .left a:hover {
  color: #1228a0;
}
.location .right li {
  float: left;
  font-size: 18px;
  padding: 0 20px;
  margin-left: 1px;
}
.location .right li.hover,
.location .right li:hover {
  background: #1228a0;
}
.location .right li.hover a,
.location .right li:hover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
	.sub_banner .box .container h3{font-size: 38px;}
  .location .left {
    font-size: 16px;
  }
  .location .right li {
    padding: 0 15px;
  }
}
@media (max-width: 1100px) {
  .location {
    height: auto;
  }
  .location .left {
    width: 100%;
    
  }
  .location .container {
    flex-wrap: wrap;
  }
  .location .right {
    width: 100%;border-top: 1px dashed #ddd;
  }
}
@media (max-width: 750px) {
  .sub_banner .box .container h3 {
    font-size: 0.4rem;padding-top: 0;
  }
  .location {
    font-size: 0.24rem;
    line-height: 0.7rem;
  }
  .location .left {
    font-size: 0.24rem;line-height: .35rem;padding: .2rem 0;
  }
  .location .left i {
    font-size: 0.22rem;
  }
  .location .right li {
    font-size: 0.28rem;
    padding: 0 0.1rem;
  }
}
.pages {
  text-align: center;
  padding-bottom: 50px;
}
.pages ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
}
.pages ul .page-item {
  float: left;
  margin: 0 8px;
}
.page-link {
  position: relative;
  text-align: center;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 100%;
  color: #686868;
  background-color: #fff;
  padding: 0;
  border: 1px solid #525252;
}
.page-link i {
  color: #464646;
}
.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #137ad9;
  border-color: #137ad9;
}
.page-link:hover i {
  color: #fff;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-radius: 100%;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #137ad9;
  border-color: #137ad9;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
@media (max-width: 750px) {
  .pages {
    overflow: hidden;
    padding-bottom: 0.5rem;
  }
  .pages ul .page-item {
    margin: 0 0.08rem;
  }
  .page-link {
    line-height: 0.45rem;
    height: 0.45rem;
    width: 0.45rem;
    font-size: 0.24rem;
  }
  .page-link i {
    font-size: 0.24rem;
  }
}
/*****放最后********/
@media only screen and (max-width: 767.89px) {
  html {
    font-size: 100px;
  }
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 85.3333px;
  }
}
@media only screen and (max-width: 540px) {
  html {
    font-size: 72px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 64px;
  }
}
@media only screen and (max-width: 414px) {
  html {
    font-size: 55.2px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 53.3333px;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media only screen and (max-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 42.6666px;
  }
}
