header {
  height: 13.33333333vw;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
header .nav_wrap {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4vw;
}
header .nav_wrap img {
  width: 22.4vw;
  height: 11vw;
}
header .nav_wrap .right {
  display: flex;
  align-items: center;
}
header .nav_wrap .right .search {
  width: 5.33333333vw;
  height: 5.33333333vw;
  background: url("/template/mobile/skin/img/search-icon.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 6.66666667vw;
}
header .nav_wrap .right .menu {
  width: 8vw;
  height: 6.93333333vw;
  background-color: #35488a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .nav_wrap .right .menu span {
  width: 4.66666667vw;
  position: relative;
  height: 0.53333333vw;
  background-color: #fff;
}
header .nav_wrap .right .menu span::before,
header .nav_wrap .right .menu span::after {
  position: absolute;
  background-color: #fff;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
}
header .nav_wrap .right .menu span::before {
  top: -1.6vw;
}
header .nav_wrap .right .menu span::after {
  bottom: -1.6vw;
}
header .search_input_wrap {
  display: none;
  position: absolute;
  width: 100%;
  top: 13.33333333vw;
  left: 0;
  background-color: #eeeeee;
  padding: 4vw;
  z-index: 10;
}
header .search_input {
  width: 100%;
  display: flex;
}
header .search_input input {
  border: none;
  outline: none;
  background: #fff;
  height: 9.06666667vw;
  font-size: 3.46666667vw;
  flex: 1;
  padding-left: 4vw;
}
header .search_input input::-webkit-input-placeholder,
header .search_input textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bababa;
}
header .search_input input:-moz-placeholder,
header .search_input textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bababa;
}
header .search_input input::-moz-placeholderm,
header .search_input textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bababa;
}
header .search_input input::-ms-input-placeholder,
header .search_input textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bababa;
}
header .search_input .search_btn {
  width: 9.06666667vw;
  height: 9.06666667vw;
  background: #35488a url("../img/search-icon_white.png") no-repeat center center;
  background-size: 4.26666667vw 4.26666667vw;
}
header #menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: #fff;
  transition: transform .3s;
}
header #menu .top {
  height: 13.33333333vw;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 0 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header #menu .top img {
  width: 22.4vw;
  height: 11vw;
}
header #menu .top .close {
  width: 7.73333333vw;
  height: 6.93333333vw;
  border-radius: 0.53333333vw;
  background: url("/template/mobile/skin/img/close-btn.png") no-repeat center center;
  background-size: 100% 100%;
}
header #menu ul {
  padding: 0 6.66666667vw;
}
header #menu ul li {
  padding: 5.33333333vw 0;
  border-bottom: 0.13333333vw solid #cccccc;
  font-size: 3.2vw;
  display: flex;
}
header #menu ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  font-size: 3.73333333vw;
  padding-right: 4.8vw;
  background: url("/template/mobile/skin/img/jt.png") no-repeat right center;
  background-size: 1.6vw 3.2vw;
}
header #menu ul li a span:last-child {
  color: #999999;
  font-size: 3.2vw;
}
header #menu.show {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}
main {
  flex: 1;
  overflow-y: auto;
}
main .banner {
  width: 100%;
  height: 80vw;
  position: relative;
}
main .banner img {
  width: 100%;
  height: 100%;
}
main .banner .tit_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
main .banner .tit_wrap h1 {
  font-size: 6.4vw;
}
main .banner .tit_wrap h3 {
  font-size: 3.73333333vw;
  margin-top: 5.06666667vw;
}
main .content .bt_wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 10vw;
  margin-bottom: 9.33333333vw;
  margin-top: 6vw;
}
main .content .bt_wrap button {
  width: 18.4vw;
  height: 6.4vw;
  font-size: 3.73333333vw;
  color: #494949;
  border-radius: 3.2vw;
  border: 0.13333333vw solid #cfcfcf;
}
main .copyright {
  width: 100%;
  height: 18.66666667vw;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 2.93333333vw;
  color: #666666;
}
main .copyright p {
  line-height: 6vw;
}
footer {
  z-index: 100;
  width: 100%;
  height: 13.33333333vw;
  background-color: #35488a;
  padding: 0 4vw;
}
footer div {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer div a {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.66666667vw;
}
footer div a .icon1 {
  background: url("/template/mobile/skin/img/phone.png");
}
footer div a .icon2 {
  background: url("/template/mobile/skin/img/zixun.png");
}
footer div a .icon4 {
  background: url("/template/mobile/skin/img/info.png");
}
footer div a .icon5 {
  background: url("/template/mobile/skin/img/position.png");
}
footer div a .icon {
  width: 5.06666667vw;
  height: 5.06666667vw;
  margin-bottom: 1.33333333vw;
  background-size: 100% 100%;
  background-position: center center;
}
footer div a .icon-wrap {
  width: 12vw;
  height: 12vw;
  position: relative;
}
footer div a .icon-wrap .icon3 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url("/template/mobile/skin/img/center-btn.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 2.66666667vw;
}
<!--0.00020384788513184-->