@font-face {
  font-family: "Oswald-Medium";
  src: url("../lib/font/Oswald-Medium.woff2") format("woff2"), url("../lib/font/Oswald-Medium.woff") format("woff"), url("../lib/font/Oswald-Medium.ttf") format("truetype"), url("../lib/font/Oswald-Medium.eot") format("embedded-opentype"), url("../lib/font/Oswald-Medium.svg") format("svg");
}

* {
  padding: 0;
  margin: 0;
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 "WenQuanYi Micro Hei", sans-serif;
}

body {
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 "WenQuanYi Micro Hei", sans-serif;
}

img {
  border: none;
}

.transitionLable {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-transition: opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
}

.transitionLable.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

div.header {
  position: relative;
}

.mask {
  position: fixed;
  width: 100%;
  min-height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  display: none;
  transition: right 1000ms;
  -webkit-transition: right 1000ms;
}

.mask.is-open {
  display: block;
}

.center_area {
  max-width: 1600px;
  margin: 0 auto;
  width: 95%;
}

.center_area .h_logo {
  padding: 12px;
  background: #2154a6;
  border-radius: 0px 0px 8px 8px;
  position: absolute;
  z-index: 3;
}

.center_area .h_logo a {
  display: block;
  background: url(../images/LOGO-2x.png) no-repeat center;
  width: 287px;
  height: 72px;
  padding: 0px 20px;
  background-size: contain;
box-sizing: content-box;
}

.center_area .headermain {
  background: rgba(33, 84, 166, 0.6);
  border-radius: 0px 8px 8px 8px;
  position: absolute;
  top: 47px;
  z-index: 2;
  width: 100%;
  height: 100px;
}

.center_area .headermain .search_links {
  text-align: right;
  padding: 13px 24px;
}

.center_area .headermain .search_links a {
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  padding: 16px 0px;
  text-decoration: none;
}

.center_area .headermain .search_links a:last-child::before {
  background: url(../images/search_2x.png) no-repeat center center;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  content: "";
  vertical-align: middle;
  /* text-align: center; */
  display: inline-block;
  background-size: 100% auto;
}

.center_area .headermain .search_links a:nth-last-child(3)::before {
  background: url(../images/en2x.png) no-repeat center center;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  content: "";
  vertical-align: middle;
  display: inline-block;
  background-size: 100% auto;
}

.center_area .headermain .search_links a:not(:last-child) + span {
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  height: 8px;
  margin: 0px 12px;
  display: inline-block;
}

.center_area .headermain .menu > ul > li {
  float: left;
  width: calc(100% / 8);
  text-align: center;
  padding: 15.5px 0px;
  position: relative;
}

.center_area .headermain .menu > ul > li a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  padding: 15.5px 0px;
font-size:16px;
}

.center_area .headermain .menu > ul > li > a::after {
  position: absolute;
  content: "";
  display: none;
  background: url(../images/now-icon.png) no-repeat center center;
  width: 12px;
  height: 12px;
  left: calc(50% - 3px);
  bottom: -5px;
  z-index: 4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.center_area .headermain .menu > ul > li .icon-down {
  display: inline-block;
  background: url(../images/down_2x.png) no-repeat;
  width: 10px;
  height: 10px;
  background-size: 100% auto;
  vertical-align: middle;
  margin-left: 8px;
  position: absolute;
  top: 21px;
}

.center_area .headermain .menu > ul > li > ul {
  position: absolute;
  top: 51px;
  left: 0px;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
  background-color: rgba(33, 84, 166, 0.8);
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 3;
  display: none;
}

.center_area .headermain .menu > ul > li > ul > li {
  text-align: center;
}

.center_area .headermain .menu > ul > li > ul > li > ul {
  display: none;
}

.center_area .headermain .menu > ul > li > ul > li a {
  padding: 12px 6px;
  margin: 0px 8px;
  display: block;
  font-size: 16px;
  color: white;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.center_area .headermain .menu > ul > li > ul > li a:hover {
  color: #2154a6;
  background-color: white;
}

.center_area .headermain .menu > ul > li:hover > a::after {
  display: block;
}

.center_area .headermain .menu > ul > li.parent > a::after {
  display: block;
}

.center_area .p_menu ul li {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.center_area .p_menu ul li .icon-down {
  display: inline-block;
  background: url(../images/down_2x.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 50% auto;
  vertical-align: middle;
  margin-left: 8px;
  position: absolute;
  top: 18px;
}

.center_area .p_menu ul li .icon-up {
  display: inline-block;
  background: url(../images/up_icon2x.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 50% auto;
  vertical-align: middle;
  margin-left: 8px;
  position: absolute;
  top: 18px;
}

.center_area .p_menu {
  width: 250px;
  float: right;
  position: fixed;
  height: 100%;
  right: -250px;
  top: 0px;
  text-align: center;
  z-index: 3;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: right 500ms;
  background: #2154a6;
}

.center_area .p_menu > ul {
  padding-top: 64px;
}

.center_area .p_menu > ul > li > a {
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0px;
}

.center_area .p_menu > ul > li > ul {
  display: none;
}

.center_area .p_menu > ul > li > ul > li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 0px;
}

.center_area .p_menu > ul > li > ul > li > ul {
  display: none;
}


.center_area .p_menu .p-link {
  margin-top: 108px;
  margin-bottom: 48px;
}

.center_area .p_menu .p-link a, .center_area .p_menu .p-link span {
  font-size: 16px;
  color: #ffffff;
}

.center_area .p_menu .p-link span {
  opacity: 0.6;
}




.center.center_area.clearfix {
  width: calc(100% - 160px);
}

footer {
  background: #0d2040;
}

footer .footer_container {
  padding: 48px 0px 52px 0px;
max-width: 1200px;
    margin: 0 auto;
    width: 95%;
}

footer .footer_container .footer_logo {
  float: left;
}

footer .footer_container .footer_logo .f_logo_one {
  background: url(../images/f_logo-one2x.png) no-repeat center;
  width: 248px;
  height: 198px;
  background-size: 100% auto;
}

footer .footer_container .footer_logo .f_logo_two {
  background: url(../images/f_logo-two2x.png) no-repeat center;
  width: 228px;
  height: 34px;
  background-size: 100% auto;
  margin: 0 auto;
  margin-top: 48px;
}

footer .footer_container .footer_center {
  float: left;
  width: 100%;
}

footer .footer_container .footer_center .item > ul {
  width: 100%;
  margin: 0 auto;
}

footer .footer_container .footer_center .item > ul > li {
  float: left;
  width: 15%;
  text-align: left;
  margin-right: 6.25%;
}

footer .footer_container .footer_center .item > ul > li:last-child {
  margin-right: 0;
}

footer .footer_container .footer_center .item > ul > li > a {
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 600;
}

footer .footer_container .footer_center .item > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.8);
}

footer .footer_container .footer_center .item > ul > li > ul {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

footer .footer_container .footer_center .item > ul > li > ul > li {
  padding: 8px 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .footer_container .footer_center .item > ul > li > ul > li > a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

footer .footer_container .footer_center .item > ul > li > ul > li:hover > a {
  color: rgba(255, 255, 255, 0.6);
}

footer .footer_container .footer_center .item:not(:last-child)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  float: right;
  margin-top: 5px;
}

footer .footer_container .footer_us {
  float: left;
  width: 248px;
  text-align: left;
}

footer .footer_container .footer_us h2 {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  line-height: inherit;
}

footer .footer_container .footer_us h2.f_logo_three {
  margin-top: 48px;
  margin-bottom: 16px;
}

footer .footer_container .footer_us p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-top: 16px;
}

footer .footer_container .footer_us .address p {
  float: left;
}

footer .footer_container .footer_us .address p:first-child {
  width: 20%;
}

footer .footer_container .footer_us .address p:last-child {
  width: 80%;
}

footer .footer_container .footer_us .phone p {
  float: left;
}

footer .footer_container .footer_us .phone p:first-child {
  width: 20%;
}

footer .footer_container .footer_us .phone p:last-child {
  width: 80%;
}

footer .footer_container .footer_us .mail p {
  float: left;
}

footer .footer_container .footer_us .mail p:first-child {
  width: 20%;
}

footer .footer_container .footer_us .mail p:last-child {
  width: 80%;
}

footer .footer_bottom {
  height: auto;
  background: #081326;
}

footer .footer_bottom .top {
  /* overflow: hidden; */
}

footer .footer_bottom .top .logo1 {
  width: 13%;
  height: 51px;
  background: url(../images/logo1.png) no-repeat center;
  background-size: contain;
 margin-top:24px;
  margin-right: 6.25%;
  float: left;
}

footer .footer_bottom .top .logo2 {
  width: 14.3%;
  height: 34px;
  background: url(../images/logo2.png) no-repeat center;
  background-size: contain;
  margin-top: 33px;
  float: left;
  margin-right: 5.75%;
}

footer .footer_bottom .top .f_links {
  margin-top: 21px;
  width: 204px;
  float: right;
  margin-right:0;
}

footer .footer_bottom .top .f_links h2 {
  font-size: 14px;
  color: white;
  text-align: center;
}

footer .footer_bottom .top .f_links h2::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background: white;
  opacity: 0.2;
  margin-right: 16px;
  vertical-align: middle;
}

footer .footer_bottom .top .f_links h2::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background: white;
  opacity: 0.2;
  margin-left: 16px;
  vertical-align: middle;
}

footer .footer_bottom .top .f_links .friend-links {
  margin-top: 16px;
}

footer .footer_bottom .top .f_links .friend-links .link {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  float: left;
  padding: 1px 0px 2px;
  margin: 0px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .footer_bottom .top .f_links .friend-links .link span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  padding: 0px 12px;
  cursor: pointer;
}

footer .footer_bottom .top .f_links .friend-links .link span a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

footer .footer_bottom .top .f_links .friend-links .link:hover {
  background-color: white;
}

footer .footer_bottom .top .f_links .friend-links .link:hover span {
  color: #0d2040;
}

footer .footer_bottom .top .f_links .friend-links .link:hover span a {
  color: #0d2040;
}

footer .footer_bottom .top .contact-us {
  margin-top: 24px;
  float: left;
  width: 516px;
}

footer .footer_bottom .top .contact-us .address {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 18px;
}

footer .footer_bottom .top .contact-us .other {
  margin-top: 16px;
}

footer .footer_bottom .top .contact-us .other span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 18px;
  padding-right: 24px;
}

footer .footer_bottom .top .contact-us .other span:last-child {
  padding-right: 0;
}

footer .footer_bottom .top .w-code {
  width: 68px;
  height: 68px;
  background: url(../images/w-code.png) no-repeat center;
  background-size: cover;
  float: left;
margin-left: 5.75%;
  margin-top: 16px;
}

footer .footer_bottom .bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 21px;
}

footer .footer_bottom .bottom p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
 margin:0;
}

footer .footer_bottom .bottom p a {
  color: rgba(255, 255, 255, 0.6);
}

.footer_center .item ul li ul li ul {
  display: none;
}
footer .footer_container .footer_center .item > ul > li:nth-child(1) > ul > li:nth-child(2),footer .footer_container .footer_center .item > ul > li:nth-child(1) > ul > li:nth-child(3),footer .footer_container .footer_center .item > ul > li:nth-child(1) > ul > li:nth-child(4),footer .footer_container .footer_center .item > ul > li:nth-child(1) > ul > li:nth-child(7){display:none;}
a:focus, a:hover{
text-decoration: none;
}
/*# sourceMappingURL=hf.css.map */



/* new add */
.footer .footer_bottom .top .f_links .friend-links .s_box{
  width:90%;
  box-sizing: border-box;
  height:25px;
  line-height:25px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  float: left;
  /* padding: 1px 0px 2px 10px; */
  margin: 0px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  letter-spacing: 1px;
  padding:0 10px;
  cursor: pointer;
  position: relative;
}


.s_box .xiaojts{
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    border: 5px solid transparent;
    z-index: 5;
    border-bottom-color: rgba(255, 255, 255, 0.6);
}
.s_box .xiaojtx{
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  border: 5px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.6);
  z-index: 5;
}

.s_box_ul{
    /* padding:10px; */
    box-sizing: border-box;
    width:100%;
    position: absolute;
    left: 0;
   bottom:35px;
    background-color: #fff;
    border-radius:5px;
    padding:5px 0;
    display: none;
}
.s_box_li{
  color:#000;
  height:25px;
  line-height: 25px;
  background-color: #fff;
  padding:0 10px;
  border-radius: 5px;
}
.s_box_li:hover{
   background-color: #0d2040;
   color: #fff;
}
.s_box_li:hover a{
  color: #fff;
}

.s_box_li a{
  color:#000;
display:block;
}
.s_box_li:nth-of-type(1){
  border-top-right-radius:5px;
  border-top-left-radius: 5px;
}
.s_box_li:nth-of-type(3){
  border-bottom-right-radius:5px;
  border-bottom-left-radius: 5px;
}
