.header {
  height: 4.62rem;
  background: url(../images/top_bg.jpg) no-repeat bottom center / cover;
}
.header .header_top {
  padding-top: 0.56rem;
}
.header .header_top .logo {
  width: 5.45rem;
  height: 0.78rem;
}
.header .header_top .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .header_top .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header .header_top .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header_top .links .link {
  font-size: 16px;
}
.header .header_top .links .link a {
  display: block;
  color: #fff;
}
.header .header_top .links .link a::after {
  content: "|";
  padding: 0 10px;
}
.header .header_top .links .link a:hover {
  text-decoration: none;
}
.header .header_top .links .vx a {
  padding-left: 30px;
  background: url(../images/vx.png) no-repeat left center;
  background-size: 18px;
    position:relative;
}
.header .header_top .links .vx a .ewm_box{
display:none;
position:absolute;
z-index:99;
    top: 30px;

}
.header .header_top .links .vx a .ewm_box img
{
   width:81px;
height:81px;
}
.header .header_top .links .vx a .ewm_box::before{
content:"";
border: 10px solid #fff;   
 border-top:10px solid transparent;
 border-left:10px solid transparent;
 border-right:10px solid transparent;
position:absolute;
left:50%;
    top: -19px;
 transform: translateX(-50%);

}
.header .header_top .links .search span {
	display:block;
  background: url(../images/search.png) no-repeat center center;
  background-size: 15px;
}
.header .header_top .links .search span::after {
  content: "";
padding: 0 10px;
}
.header .header_top nav .menu {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5.7rem;
  padding-top: 0.44rem;
}
.header .header_top nav .menu .menu_item {
  float: left;
  width: 11.1%;
  position: relative;
}
.header .header_top nav .menu .menu_item:hover > a span {
  border-bottom: 1px solid #fff;
}
.header .header_top nav .menu .menu_item > a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.header .header_top nav .menu .menu_item > a:focus,
.header .header_top nav .menu .menu_item > a:hover {
text-decoration: none;
}
.header .header_top nav .menu .menu_item > a span {
  font-size: 18px;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid transparent;
}
.header .header_top nav .menu .menu_item .drow_down {
  position: absolute;
  opacity: 0;
  z-index: -1;
  height: auto;
  top: 0.4rem;
  padding-top: 0.2rem;
  width: 1.63rem;
  left: -38%;
}
.header .header_top nav .menu .menu_item .drow_down a {
  background-color: #fff;
  display: block;
  line-height: 0.35rem;
  text-align: center;
padding: 5px;
}
.header .header_top nav .menu .menu_item .drow_down a:first-child::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 6px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.header .mheader_top {
  display: none;
}
.header .mheader_top .m_box {
  padding: 0 3%;
  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;
}
.header .mheader_top .logo {
  padding: 0.825em 0;
  height: 0.78rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.header .mheader_top .head-tool-box {
  height: 4.375em;
  overflow: hidden;
  position: relative;
  text-align: right;
  /*margin: 0.875em -0.4em 0.875em 0;*/
  float: right;
  line-height: 4.357em;
}
.header .mheader_top .head-tool-box .links {
  height: 100%;
}
.header .mheader_top .head-tool-box .links > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .mheader_top .head-tool-box .links .link span {
  display: block;
}
.header .mheader_top .head-tool-box .links .link:last-child {
  margin-right: 0;
}
.header .mheader_top .head-tool-box .links .seach {
  margin-top: -5px;
}
.header .mheader_top .head-tool-box .links .seach span {
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: block;
  background-image: url("../images/search.png");
}
.header .mheader_top .head-tool-box .icon {
  width: 2.5em;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.625em auto;
  margin-left: 0.4em;
  line-height: 1.625em;
}
.header .mheader_top .head-tool-box .icon-close {
  display: none;
  background: url(../images/top_bg.jpg) no-repeat center center / cover;
  position: absolute;
  right: 0;
  top: 0;
}
.header .mheader_top .head-tool-box .icon-hamburger {
  overflow: hidden;
  text-align: center;
}
.header .mheader_top .head-tool-box .icon-hamburger .inner {
  width: 24px;
  display: inline-block;
  overflow: hidden;
}
.header .mheader_top .head-tool-box .icon-hamburger .line {
  width: 100%;
  height: 2px;
  display: block;
  background: #ffffff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header .mheader_top .head-tool-box .icon-hamburger .line:nth-child(2) {
  margin: 6px 0;
}
.header .mheader_top .head-tool-box .icon-hamburger.on .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.header .mheader_top .head-tool-box .icon-hamburger.on .line:nth-child(2) {
  opacity: 0;
}
.header .mheader_top .head-tool-box .icon-hamburger.on .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.header .mheader_top .seach-box {
  display: none;
  background-color: #f6f6f6;
  padding: 1.35em 1.25em;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  -webkit-box-shadow: inset 0 5px 5px -5px #ccc;
  box-shadow: inset 0 5px 5px -5px #ccc;
  padding-bottom: 1.7em;
}
.header .mheader_top .seach-box .sch {
  width: 100%;
  height: 2.5em;
  overflow: hidden;
  background: #fff;
  padding: 0.375em 6.5em 0.375em 2.25em;
  border-radius: 15px;
  position: relative;
}
.header .mheader_top .seach-box .sch .sch-inp {
  width: 100%;
  height: 100%;
  border: none;
  color: #333;
  background: #fff;
  margin-left: -10px;
}
.header .mheader_top .seach-box .sch .btn-sch {
  width: 5.5em;
  height: 2.5em;
  font-size: 1em;
  display: block;
  background: #2d91dd;
  color: #ffffff;
  background-size: 1.625em auto;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 2.5em;
  padding-top: 1px;
  border: none;
}
.header .mheader_top .pop-ph-nav {
  width: 100%;
  display: none;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.3);
}
.header .mheader_top .pop-ph-nav .ph-nav-list {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: inset 0 5px 5px -5px #ccc;
  box-shadow: inset 0 5px 5px -5px #ccc;
}
.header .mheader_top .pop-ph-nav .ph-nav-list a {
  display: block;
}
.header .mheader_top .pop-ph-nav .ph-nav-list > li {
  position: relative;
  border-bottom: solid 1px #ececec;
}
.header .mheader_top .pop-ph-nav .ph-nav-list li:last-child {
  border-bottom: none;
}
.header .mheader_top .pop-ph-nav .ph-nav-list > li.on .nav-level1 .arrow {
  background: url(../images/icon2.png) no-repeat center center;
}
.header .mheader_top .pop-ph-nav .ph-nav-list > li.has-subnav .nav-level1 .arrow {
  display: block;
}
.header .mheader_top .pop-ph-nav .ph-nav-list .nav-level1 {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0 4%;
  font-size: 1.125em;
  line-height: 3.5em;
  position: relative;
}
.header .mheader_top .pop-ph-nav .ph-nav-list .nav-level1 a {
  float: left;
  color: #003f88;
}
.header .mheader_top .pop-ph-nav .ph-nav-list .nav-level1 .arrow {
  width: 0.8em;
  height: 0.8em;
  display: none;
  overflow: hidden;
  background: url(../images/icon1.png) no-repeat center center;
  position: absolute;
  right: 0.937em;
  top: 1.3em;
}
.header .mheader_top .pop-ph-nav .links {
  background: #2e92dd;
  padding: 1.375em 4%;
}
.header .mheader_top .pop-ph-nav .links .link {
  margin-right: 1.1875em;
}
.header .mheader_top .pop-ph-nav .links .link a {
  display: block;
  width: 31px;
  height: 19px;
}
.header .mheader_top .pop-ph-nav .links .link a span {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center / cover;
}
.header .mheader_top .pop-ph-nav .links .link:last-child {
  margin-right: 0;
}
.header .mheader_top .pop-ph-nav .links .vx a span {
  background-image: url("../images/vx.png");
}
.header .mheader_top .pop-ph-nav .links .email a span {
  background-image: url("../images/mo-email.png");
}
.header .mheader_top .pop-ph-nav .links .phone a span {
  background-image: url("../images/mo-phone.png");
}
.header .mheader_top .pop-ph-nav .links .link a{
padding-left:22px;
}

.header .header_top .m_box  .links .link:last-child a::after{
  content:"";

}
.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 300;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.search_box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
}
.search_box .search_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.search_box form {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  width: 3rem;
  background-color: #fff;
  z-index: 100;
  height: 0.64rem;
}
.search_box form .search {
  width: 2.36rem;
  box-sizing: border-box;
  height: 100%;
  background-color: transparent;
  padding-left: 0.2rem;
  border: none;
}
.search_box form button {
  background-color: #2c90dc;
  width: 0.64rem;
  padding: 0;
  cursor: pointer;
  height: 100%;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer {
  background-color: #4f4f4f;
}
.footer .footer_container {
  padding: 0.38rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.footer .footer_container .layout .logo {
  float: left;
  margin-top: 0.12rem;
 
  height: 0.67rem;
}
.footer .footer_container .layout .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .footer_container .layout .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer .footer_container .layout .line {
  float: left;
  margin: 0 5% 0;
  height: 1.02rem;
}
.footer .footer_container .layout .contact {
  float: left;
  color: #fff;
}
.footer .footer_container .layout .contact .info p {
  font-size: 14px;
  line-height: 33px;
}
.footer .footer_container .layout .links {
  float: left;
}
.footer .footer_container .layout .links .title {
  float: left;
}
.footer .footer_container .layout .links .title span {
  font-size: 16px;
  color: #fff;
}
.footer .footer_container .layout .links .links_btn {
  margin-left: 90px;
  width: 2.75rem;
  line-height: 32px;
  background: url(../images/arrow_down.png) no-repeat right 0.07rem center;
  background-size: 15px 7px;
  background-color: #fff;
  position: relative;
  z-index: 99;
  margin-bottom: 0.15rem;
}
.footer .footer_container .layout .links .links_btn:last-child {
  margin-bottom: 0;
}
.footer .footer_container .layout .links .links_btn > span {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5rem 0 0.16rem;
  font-size: .16rem;
  color: #939393;
}
.footer .footer_container .layout .links .links_btn .links_item {
  display: none;
  width: 100%;
  bottom: 32px;
  background: #fff;
  position: absolute;
  max-height: 2rem;
  overflow-y: scroll;
}
.footer .footer_container .layout .links .links_btn .links_item li {
    position: relative;
  height: 0.6rem;
}
.footer .footer_container .layout .links .links_btn .links_item a {
  padding: 0 0.1rem 0 0.16rem;
  width: 100%;
    
  display: block;
  color: #333;
  font-size: .16rem;
    position: absolute;
top:50%;
 transform: translateY(-50%);
}
.footer .copyright {
  color: #fff;
  line-height: 26px;
  padding: 18px 0;
  text-align: center;
  font-size: 16px;
}
.footer .copyright .space {
  padding: 0 10px;
}
.footer .copyright i {
  font-style: normal;
}
.footer .copyright a {
  color: #fff;
}
.footer .copyright a:hover {
  color: #2681d7;
}
.ph-nav-level2{
    width: 100%;
    display: none;
    background: #e6edf3;
    padding: 0.75em 4% 1.5em 4%;
}
.ph-nav-level2 .nav-level2{
    font-size: 1em;
    line-height: 2em;
    color: #333333;
}
@media screen and (max-width: 1600px) {
  .footer_top {
    padding: 0 30px;
  }
  .footer .footer_container .layout .line {
    margin: 0.08rem 3% 0;
  }
}
@media screen and (max-width: 1448px) {
  .layout {
    width: 100%;
    max-width: 100%;
    padding: 0 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1460px) {
  .footer_top {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1300px) {
  .header .header_top nav .menu {
    padding: 1.04rem 0 0 0;
  }
  .header .header_top .links {
    margin-top: 0.2rem;
  }
  .header .header_top nav .menu .menu_item .drow_down {
    top: 27px;
    left: 0;
  }
  .header .header_top nav .menu .menu_item .drow_down a:first-child::before {
    top: 1px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer_container .layout .line {
    margin: 0.08rem 1.5% 0;
  }
.footer .footer_container .layout .links {
      margin-top: 9px;
 }
}
@media screen and (max-width: 1080px) {
  .layout {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footer_container .layout .line {
    display: none;
  }
  .footer .footer_container .layout .contact,
  .footer .footer_container .layout .logo,
  .footer .footer_container .layout .links {
    float: none;
  }
  .footer .footer_container .layout .footer_top {
    padding-left: 20%;
  }
  .footer .footer_container .layout .footer_top .contact {
    margin-top: 0.4rem;
  }
  .footer .footer_container .layout .footer_top .contact .title span {
    font-size: 18px;
  }
  .footer .footer_container .layout .footer_top .contact ul .info p {
    font-size: 16px;
    line-height: 33px;
  }
  .footer .footer_container .layout .footer_top .links {
    margin-bottom: 0.5rem;
  }
  .footer .footer_container .layout .footer_top .links .title {
    height: 100%;
  }
  .footer .footer_container .layout .footer_top .links .title span {
    font-size: 18px;
  }
  .footer .footer_container .layout .footer_top .links .links_btn {
    margin-top: 0;
    margin-left: 2rem;
  }
.footer .footer_container .layout .logo {
height: auto;
max-width: 70%;
}
}
@media screen and (max-width: 980px) {
  .header .header_top .links {
    margin-top: 0;
  }
  .header_top {
    display: none;
  }
  .header {
    height: auto;
  }
  .header .mheader_top {
    display: block;
    padding: 0;
  }
  .footer .footer_container .layout .line {
    margin: 0.08rem 3% 0;
  }
  .footer .footer_container .layout .footer_top .links .title {
    float: none;
  }
  .footer .footer_container .layout .footer_top .links .links_btn {
    margin: 20px 10px 0 0;
    float: left;
  }
  .footer .footer_container .layout .footer_top .links .links_btn:last-child {
    margin: 20px 0  0 0;
  }
}
@media screen and (max-width:800px) {
    .footer .footer_container .layout .footer_top{
        padding-left: 11%;
    }
    .footer .footer_container .layout .logo {
        max-width: 85%;
    }
    
}
@media screen and (max-width:700px) {
    .footer .footer_container .layout .footer_top{
        padding-left: 7%;
    }

    
}
@media screen and (max-width:530px) {
    .footer .footer_container .layout .footer_top{
        padding-left: 6%;
        padding-right: 0;
    }
    
}
@media screen and (max-width:400px){
    .footer .footer_container .layout .logo{
        max-width: none;
    }
    .footer .footer_container .layout .footer_top{
        padding-left: 0%;
       
    }
    
}

