
.container {
  width: auto;
}
.container:before {
  display: none;
}
.container:after {
  display: none;
}
.layout {
  margin-top: 89px;
}
header {
  width: 100%;
}
header .head_box {
  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;
  height: 80px;
  padding-left: 20px;
}
header .nav_box {
  position: relative;
  z-index: 99999;
}
header .nav_box .list_btn {
  width: 100px;
  height: 80px;
  background-color: #4f6bb4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .nav_box .list_btn_act {
  width: 100px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background-color: #4f6bb4;
}
header .nav_box img {
  cursor: pointer;
}
header .nav_box .act_list {
  position: fixed;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99999;
  overflow: hidden;
  background-color: rgba(51, 77, 128, 0.95);
  color: #ffffff;
  -webkit-transition: width 0.5s, -webkit-transform 0.5s;
  transition: width 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate(1660px, -680px);
      -ms-transform: translate(1660px, -680px);
          transform: translate(1660px, -680px);
}
header .nav_box .act_list .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-size: 50px;
  position: absolute;
  right: 0;
  top: 15px;
}
header .nav_box .act_list ul li {
  width: 640px; 
  line-height: 70px;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 22px;
}
header .nav_box .act_list ul li a {
  display: block;
}
header .nav_box .active {
  width: 100%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
header .nav_box .active ul {
  padding-top: 100px;
  padding-bottom: 80px;
}
header .act_header {
  position: fixed;
  top: 0;
  right: 20px;
}
/* 内页头部 */
.ny_header {
  position: fixed;
  top: 0;
  background-color: #4f6bb4;
  width: 100%;
  height: 80px;
  z-index: 9999;
}
.ny_header .box {
  width: 100%;
  height: 80px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ny_header span {
  font-size: 30px;
  padding-left: 40px;
  color: #ffffff;
}
.ny_header .nav_btn {
  width: 80px;
  height: 80px;
  background-image: url('/skins/images/wap/nav_btn.png');
  background-repeat: no-repeat;
  background-position: center;
}
.ny_header .list_btn_act {
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: inherit;
  background-color: #4f6bb4;
}
.ny_header .act_header {
  position: relative;
  top: 0;
  right: 0;
}
footer {
  background-color: #333333;
  color: #ffffff;
  margin-bottom: 120px;
}
footer .f_cont {
  padding: 0 20px;
  padding-top: 35px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
      align-items: center;
}
footer .f_cont .link_us dl dt {
  font-size: 24px;
  display: block;
  margin-bottom: 35px;
}
footer .f_cont .link_us dl dd {
  font-size: 20px;
  line-height: 36px;
}
footer .f_cont .img_box {
  text-align: center;
  margin-left: 62px;
}
footer .f_cont .img_box img {
  width: 110px;
  height: 108px;
}
footer .f_cont .img_box span {
  display: block;
  font-size: 18px;
  line-height: 38px;
}
footer .fix_box_bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background-color: #4f6db4;
}
footer .fix_box_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .fix_box_bottom ul li {
  display: block;
  width: 25%;
  height: 100px;
  border-right: 1px solid #ffffff;
  background-color: #4f6bb4;
  background-position: center;
  position: relative;
}
footer .fix_box_bottom ul li:last-child {
  border-right: none;
}
footer .fix_box_bottom ul li a {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .fix_box_bottom ul li .icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
footer .fix_box_bottom ul li span {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
footer .fix_box_bottom ul .fix_nav {
  width: 160px;
  padding: 0 15px;
  background-color: rgba(254, 132, 57, 0.9);
  position: absolute;
  top: -455px;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
footer .fix_box_bottom ul .fix_nav a {
  display: inline-block;
}
footer .fix_box_bottom ul .fix_nav b {
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  display: block;
  border-bottom: 1px dashed #ffffff;
}
footer .fix_box_bottom ul .fix_nav b:last-child {
  margin-bottom: 45px;
}
