﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, address, big, em, img, q, small, strike, strong, pre, sub, sup, tt, var, i, dl, dt, dd, ol, ul, li, form, fieldset, label, table, caption, tbody, thead, tfoot, tr, th, td, article, aside, canvas, details, figure, figcaption, header, footer, hgroup, menu, nav, output, section, time, mark, audio, video, input, select, button, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: '微软雅黑', Arial;
  font-weight: inherit;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

/*去除默认样式*/

html, body {
  width: 100%;
}

ul, ol, li {
  list-style: none;
}

/*表格边框合并，边框距零*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*继承父元素的字体系列样式*/

input, select, textarea, button {
  font-family: inherit;
}

/*i标签去除斜体*/

i {
  font-style: normal !important;
}

/*清除浮动*/

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

/*a链接*/

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

/*去除点击高亮效果*/

a, button, input, select, img, label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: medium none;
  border: none
}

img {
  vertical-align: middle
}

input::-moz-focus-inner {
  border: none;
  padding: 0;
}

select, input {
  vertical-align: middle;
}

/*去掉苹果的默认UI来渲染按钮*/

input[type="submit"], input[type="reset"], input[type="button"], button {
  -webkit-appearance: none;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

/*html5标签*/

header, footer, section, article, aside, nav, figure {
  display: block;
}

/*长英文字母 数字 换行*/

.p {
  word-break: break-all;
  word-wrap: break-word;
}

.p1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.p2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

::-webkit-scrollbar {
  background-color: #333;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #00C0FF;
}

::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #333;
}

::-webkit-scrollbar-track-piece {
  width: 8px;
  background-color: #f0f0f0;
}

/*去除默认样式*/

h1, h2, h3, h4, h5, h6, strong, i, em, address, caption, cite, code, dfn, th, var {
  font-weight: normal;
  font-style: normal;
}

fieldset, img {
  border: none;
}

.m_b_30 {
  margin-bottom: 30px;
}

.hide {
  display: none;
}

.dimg {
  display: block;
  max-width: 100%;
}

/* css3 */

.diplay_justify_bw {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.diplay_align_cen {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: #fff;
}

.header, .header .wrapper {
  background: 0 0;
  transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.header.mini {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  background: #fff;
}

.container {
  margin: 0 auto;
  height: 100%;
  width: 1200px;
}

.logo {
  float: left;
  display: block;
  padding: 27px 0 16px;
}

.logo img {
  padding-left: 0px;
  width: auto;
  height: 56px
}

#openBtn {
  position: absolute;
  left: 5px;
  top: 8px;
  display: none;
  margin-right: 0;
  cursor: pointer
}

.lcbody {
  position: relative;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.4, .01, .165, .99);
  transition: transform .4s cubic-bezier(.4, .01, .165, .99)
}

.lcbody, .lcitem {
  width: 30px;
  height: 30px;
  -webkit-transform: translateZ(0) rotate(0);
  transform: translateZ(0) rotate(0)
}

.lcitem {
  top: 0;
  -webkit-transition: -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
  transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s
}

.lcitem, .lcitem .rect {
  position: absolute;
  left: 0
}

.lcitem .rect {
  top: 14px;
  width: 30px;
  height: 2px;
  background: #999;
  -webkit-transition: -webkit-transform .2s ease .2s;
  transition: transform .2s ease .2s
}

.lcitem .rect.top {
  -webkit-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0)
}

.lcitem .rect.bottom {
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0)
}

body.openMenu .header .content #openBtn .lcbody {
  -webkit-transform: translateZ(0) rotate(90deg);
  transform: translateZ(0) rotate(90deg)
}

.lcbody.close .lcitem, body.openMenu .header .content #openBtn .lcitem {
  -webkit-transition: -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) .2s;
  transition: transform .25s cubic-bezier(.4, .01, .165, .99) .2s;
  -webkit-transform: translateZ(0) rotate(45deg);
  transform: translateZ(0) rotate(45deg)
}

.lcbody.close .lcitem.bottom, body.openMenu .header .content #openBtn .lcitem.bottom {
  -webkit-transform: translateZ(0) rotate(-45deg);
  transform: translateZ(0) rotate(-45deg)
}

.lcbody.close .lcitem .rect, body.openMenu .header .content #openBtn .lcitem .rect {
  -webkit-transition: -webkit-transform .2s ease 0s;
  transition: transform .2s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.header .head_cen .head_lx {
  width: 100%;
  padding: 0 20px;
  text-align: right;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-style: italic;
  color: rgba(241, 131, 44, 1);
  line-height: 45px;
}

.header .nav {
  float: left;
  height: 55px;
}

.header .nav>li {
  float: left;
  height: 100%;
  font-size: 16px;
}

.header .nav>li>a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 20px;
  height: 55px;
  color: #333;
  font-weight: 500;
  line-height: 55px;
}

.header .nav>li>a span {
  display: inline-block;
  transition: all ease-out .3s;
}

.header .nav>li>a span:after {
  position: absolute;
  left: 0;
  width: 100%;
  color: #ff7000;
  content: attr(data-title);
  transform: translateY(100%)
}

.browser-lt11 .header .nav>li>a span:after {
  top: 100%
}

.header .nav>li>a>i {
  margin-left: 10px;
  color: #333;
}

.header .nav .subnav {
  width: 100%;
  height: 55px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 199;
  background: rgba(248, 248, 248, 1);
  display: none;
  box-shadow: 1px 3px 4px 0px rgba(100, 100, 100, 0.05);
  overflow: hidden;
  opacity: 0;
  transition: all .36s ease;
  text-align: center;
}

.header.mini .nav .subnav {
  background: #fff;
  ;
}

/* .header .nav .navitem:hover .subnav {display:block;opacity:1;}
*/

/* .header .nav .navitem:last-child .subnav {width:100%;right:0;left:0;}
*/

.header .nav .subnav_ul li {
  display: inline-block;
  padding: 0 20px;
}

.header .nav .subnav_ul li a {
  position: relative;
  height: 55px;
  display: block;
  padding: 10px 0;
  color: #666;
  font-weight: 500;
  font-size: 9pt;
  line-height: 30px;
  transition: all .2s ease-in-out
}

.header .nav .navitem.on .subnav {
  display: block;
  opacity: 1;
}

.header .nav .navitem .subnav .subnav_ul {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.header .nav>li a.active span, .header .nav>li:hover a span {
  transform: translateY(-100%)
}

.header .nav>li a.active i, .header .nav>li:hover a i {
  color: #ff7000
}

.header .nav .subnav_ul li a.active, .header .nav .subnav_ul li a:hover {
  color: #ff7700;
  border-bottom: 2px solid #ff7700;
}

.header .mm_nav {
  display: none;
}

#hcontact {
  padding-top: 5px
}

#hcontact i {
  float: left;
  color: #909090;
  font-size: 26px
}

#hcontact p {
  margin-left: 36px;
  color: #ff7000;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  font-family: Open Sans, sans-serif
}

#hcontact p a {
  color: #9692a0;
  font-size: 9pt
}

#hcontact p a:hover {
  color: #666
}

@-webkit-keyframes navFixed {
  0% {
    -webkit-transform: translateY(-100%)
  }
  to {
    -webkit-transform: translateY(0)
  }
}

@keyframes navFixed {
  0% {
    transform: translateY(-100%)
  }
  to {
    transform: translateY(0)
  }
}

.login {
  margin-top: 45px;
  margin-left: 30px;
}

.login-btn {
  float: right;
  padding: 12px 0;
}

.login-btn a {
  width: 62px;
  height: 30px;
  text-align: center;
  color: #fff;
  background-color: #46be8a;
  line-height: 30px;
  display: inline-block;
  font-size: 16px;
}

.login-btn a:nth-child(1) {
  background-color: #FB8930;
}

.login-btn a:nth-child(2) {
  background-color: #5A5A5A;
}

.login-user {
  float: right;
  padding: 12px 0;
  position: relative;
}

.login-user .user-name {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #2B2B2B;
  word-spacing: 5px;
  cursor: pointer;
}

.login-user .user-name .user-pic {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  border-radius: 50%;
  overflow: hidden;
}

.login-user .user-name .user-icon-caret {
  display: inline-block;
  vertical-align: middle;
}

.login-user .user-menu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  padding: 10px 0 15px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(208, 208, 208, 1);
  border-radius: 5px;
}

.login-user .user-menu li {
  width: 100%;
  line-height: 30px;
  font-size: 12px;
  color: #2B2B2B;
  text-align: center;
}

.login-user:hover .user-menu {
  display: block;
}

.login-user:hover .user-name .user-icon-caret {
  color: #FB8930;
}

@media screen and (max-width:1080px) {
  .container {
    width: 96%;
  }
  .header {
    position: relative;
    padding: 10px 15px;
  }
  .wrapper {
    position: fixed;
    padding-left: 50px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff !important;
  }
  #openBtn {
    display: block;
    float: left;
  }
  .logo {
    width: 100px;
    padding: 0;
    line-height: 50px;
  }
  .logo img {
    width: 120px;
    height: auto;
  }
  .header .head_cen .head_lx {
    font-size: 14px;
    line-height: 50px;
    padding: 0 10px;
  }
  .header .head_cen .head_lx img {
    width: 20px;
  }
  .login {
    margin: 10px 0;
  }
  .login-btn {
    padding: 0;
  }
  .login-btn a {
    font-size: 14px;
  }
  .mm-opening.mm-offcanvas {
    -webkit-transform: translate3d(50%, 0, 0);
    -moz-transform: translate3d(50%, 0, 0);
    -ms-transform: translate3d(50%, 0, 0);
    -o-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .mm-opened.mm-offcanvas {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .mm-offcanvas {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
  }
  /* .mm-nav {-webkit-transition:-webkit-transform .4s ease;-moz-transition:-moz-transform .4s ease;-ms-transition:-ms-transform .4s ease;-o-transition:-o-transform .4s ease;transition:transform .4s ease;-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);}
*/
  .nav.mm-opened {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .header .nav {
    width: 100%;
    display: none !important;
  }
  .header .mm_nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .header .mm_nav .mm_nav_ul {
    width: 50%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    max-width: 440px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  }
  .header .mm_nav .mm_nav_ul .mm_navitem {
    width: 100%;
  }
  .header .mm_nav .mm_nav_ul .mm_navitem>a {
    padding-left: 20px;
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 40px;
  }
  .header .mm_nav .mm_nav_ul .mm_navitem .mm_subnav {
    width: 100%;
    display: none;
    background: #f8f8f8;
    transition: all .5s;
  }
  .header .mm_nav .mm_nav_ul .mm_navitem:hover .mm_subnav {
    display: block;
  }
  .header .mm_nav .mm_nav_ul .mm_navitem .mm_subnav a {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 35px;
    display: block;
    padding: 0 20px;
  }
}

@media screen and (max-device-width:960px) {}

.footer {
  width: 100%;
  position: relative;
  z-index: 9;
}

.footer .top {
  width: 100%;
  padding: 80px 0 110px;
  background: rgba(244, 244, 244, 1);
}

.footer .ft_code {
  width: 170px;
  float: left;
}

.footer .ft_code p {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: rgba(36, 36, 36, 1);
}

.footer .ft_link .ft_link_item {
  width: 130px;
  float: left;
  margin-left: 180px;
}

.footer .ft_link .ft_link_item h3 {
  margin-bottom: 30px;
  font-size: 22px;
  color: rgba(36, 36, 36, 1);
}

.footer .ft_link .ft_link_item li {
  font-size: 14px;
  color: rgba(36, 36, 36, 1);
  line-height: 36px;
}

.footer .bottom {
  width: 100%;
  padding-top: 20px;
  background: rgba(195, 195, 195, 1);
  text-align: center;
  overflow: hidden;
}

.footer .bottom h3 {
  width: 100%;
  margin-bottom: 10px;
}

.footer .bottom p {
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  color: rgba(88, 88, 88, 1);
}

@media screen and (max-width:1080px) {
  .footer .top {
    padding: 40px 0 50px;
  }
  .footer .ft_code {
    width: 100%;
    text-align: center;
  }
  .footer .ft_link {
    width: 100%;
    padding: 10px;
  }
  .footer .ft_link .ft_link_item {
    width: 33.3%;
    margin-left: 0;
  }
  .footer .ft_link .ft_link_item h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .footer .ft_link .ft_link_item li {
    font-size: 12px;
    line-height: 25px;
  }
  .footer .bottom {
    padding-top: 20px;
  }
  .footer .bottom h3 {
    margin-bottom: 10px;
  }
  .footer .bottom h3 img {
    width: 180px;
  }
  .footer .bottom p {
    font-size: 12px;
    line-height: 20px;
  }
}

.right_nav {
  position: fixed;
  right: 10px;
  bottom: 10%;
  background: #FB8930;
  z-index: 999;
}

.right_nav li {
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
  transition: all .5s;
}

.right_nav li a {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.right_nav li .r_nav_icon {
  width: 100%;
  text-align: center;
  line-height: 80px;
  transition: all .5s;
}

.right_nav li .r_nav_txt {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0;
  transition: all .5s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.right_nav li:hover {
  background: #ff6724;
}

.right_nav li:hover .r_nav_icon {
  display: none;
  /* -webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);*/
}

.right_nav li:hover .r_nav_txt {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.right_nav li .r_line {
  width: 40%;
  height: 1px;
  position: absolute;
  left: 30%;
  bottom: 0;
  background: rgba(255, 255, 255, .5);
}

.right_nav .r_time {
  display: none;
  position: absolute;
  height: 60px;
  top: 10px;
  right: 100%;
  margin-right: 10px;
  padding: 0 20px;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #ff6724;
  border-radius: 5px;
  transition: all .5s;
}

.right_nav .r_time::after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  right: -8px;
  top: 50%;
  margin-top: -8px;
  border-top: 8px solid transparent;
  border-left: 8px solid #ff6724;
  border-bottom: 8px solid transparent;
}

.right_nav li:nth-child(3):hover .r_time {
  display: block;
}

.right_nav .r_erwei {
  display: none;
  position: absolute;
  bottom: 0;
  right: 100%;
  margin-right: 10px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(255, 103, 36, .2);
}

.right_nav .r_erwei img {
  width: 120px;
}

.right_nav .r_erwei p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.right_nav li:nth-child(4):hover .r_erwei {
  display: block;
}

@media screen and (max-width:1080px) {
  .right_nav li {
    width: 60px;
  }
  .right_nav li {
    width: 60px;
    height: 60px;
  }
  .right_nav li a {
    width: 60px;
    height: 60px;
  }
  .right_nav li .r_nav_icon {
    line-height: 60px;
  }
  .right_nav li .r_nav_icon img {
    width: 30px;
  }
  .right_nav li .r_nav_txt {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
  }
  .right_nav .r_time {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 12px;
  }
  .right_nav .r_time img {
    width: 24px;
    margin-bottom: 3px;
  }
  .right_nav .r_erwei {
    padding: 10px;
  }
  .right_nav .r_erwei img {
    width: 100px;
  }
  .right_nav .r_erwei p {
    font-size: 12px;
  }
}

.dialog_code {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 99999;
  overflow: hidden;
}

.wn_close {
  position: absolute;
  top: 0;
  right: -60px;
  cursor: pointer;
}

.web_nav_list {
  width: 620px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff url(../img/home/dig_bg.png) no-repeat;
  background-size: 100%;
  border-radius: 5px;
}

.web_nav_list .wn_box {
  width: 100%;
  padding: 0 50px 20px;
}

/* .web_nav_list .wn_box .wn_con {width:;}
*/

.web_nav_list .wn_box .wn_con .wn_logo {
  width: 100%;
  padding: 30px 0;
}

.web_nav_list .wn_box .wn_con .wn_c_txt h3 {
  width: 100%;
  padding: 30px 0 20px;
  font-size: 20px;
  line-height: 20px;
}

.web_nav_list .wn_box .wn_con .wn_c_txt .wn_c_item {
  width: 100%;
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 20px;
  font-size: 14px;
  color: rgba(34, 34, 34, 1);
  background: url(../img/home/icon_wenzibiaoqian.png) no-repeat left center;
}

.web_nav_list .wn_box .wn_lx {
  width: 240px;
  padding-top: 50px;
}

.web_nav_list .wn_box .wn_lx .wn_lx_code {
  width: 100%;
  text-align: center;
}

.web_nav_list .wn_box .wn_lx .wn_lx_code img {
  width: 180px;
}

.web_nav_list .wn_box .wn_lx .wn_lx_code p {
  width: 100%;
  padding: 20px 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
}

.web_nav_list .wn_box .wn_lx .wn_lx_btn {
  width: 100%;
  overflow: hidden;
}

.web_nav_list .wn_box .wn_lx .wn_lx_btn a {
  display: block;
  width: 140px;
  height: 35px;
  margin: 0 auto;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  background: rgba(246, 136, 49, 1);
  border-radius: 5px;
}

@media screen and (max-width:1080px) {
  .web_nav_list {
    width: 360px;
    background-size: 100%;
    overflow: hidden;
  }
  .web_nav_list .wn_box {
    width: 100%;
    padding: 0 30px 40px
  }
  .web_nav_list .wn_box .wn_con {
    width: 100%;
  }
  .web_nav_list .wn_box .wn_con .wn_logo {
    width: 100%;
    padding: 15px 0 20px 0;
  }
  .web_nav_list .wn_box .wn_con .wn_logo img {
    width: 200px;
  }
  .web_nav_list .wn_box .wn_con .wn_c_txt h3 {
    padding: 10px 0;
    font-size: 20px;
    line-height: 30px;
  }
  .web_nav_list .wn_box .wn_con .wn_c_txt .wn_c_item {
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    background-size: 15px;
  }
  .web_nav_list .wn_box .wn_lx .wn_lx_code img {
    width: 150px;
  }
  .web_nav_list .wn_box .wn_lx {
    width: 100%;
    padding-top: 0px;
  }
  .web_nav_list .wn_box .wn_lx .wn_lx_code p {
    padding: 10px 0 20px;
    font-size: 14px;
  }
  .web_nav_list .wn_box .wn_lx .wn_lx_btn a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .web_nav_list .wn_box .wn_lx .wn_lx_btn a img {
    width: 22px;
  }
  .wn_close {
    right: 0;
    top: 0;
  }
  .wn_close img {
    width: 30px;
  }
}

@media screen and (max-width:1080px) {
  .web_nav_list {
    width: 300px;
    background-size: 100%;
    overflow: hidden;
  }
  .web_nav_list .wn_box {
    padding: 0 20px 30px
  }
  .web_nav_list .wn_box .wn_con {
    width: 100%;
  }
  .web_nav_list .wn_box .wn_con .wn_logo {
    padding: 15px 0 20px 0;
  }
  .web_nav_list .wn_box .wn_con .wn_logo img {
    width: 160px;
  }
  .web_nav_list .wn_box .wn_con .wn_c_txt h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .web_nav_list .wn_box .wn_lx .wn_lx_code p {
    padding: 0 0 10px;
    font-size: 12px;
  }
  .web_nav_list .wn_box .wn_con .wn_c_txt .wn_c_item {
    font-size: 12px;
    line-height: 20px;
  }
}

@media(max-width: 1080px) {
  .login-user {
    padding-top: 0;
  }
}

@media(max-width: 570px) {
  .header .head_cen .head_lx {
    display: none;
  }
}

@media(max-width: 720px) {
  .logo img {
    width: 100px;
  }
}