body {
  height: 100%; font-family:  'Hiragino Sans GB','Microsoft Yahei',Arial; padding: 0px; margin:0;
}
img{ border:none;}
/* body {
  -webkit-touch-callout: none; 
  -webkit-tap-highlight-color: rgba(0,0,0,0)}
div {
  -webkit-touch-callout: none; -webkit-tap-highlight-color: rgba(0,0,0,0)
} */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  text-decoration: none;
  cursor: pointer;
  color: #696969;
  outline: 0;
}

img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input{
  outline: none;
}
/*去除chrome input的背景色*/
input:-webkit-autofill{
  -webkit-box-shadow:0 0 0px 1000px rgba(255,255,255,0.5) inset !important;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body {
  background-color: #ffffff;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
form,
th,
td {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
 font: 12px/1.5 'Hiragino Sans GB','Microsoft Yahei',Arial;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
img {
  -ms-interpolation-mode: bicubic;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #696969;
}
a img {
  border: 0 none;
}
:focus {
  outline: none;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
small {
  font-size: 12px;
}
ul,
ol {
  list-style: none;
}
legend {
  color: #000000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  border: none;
  /*background: none;*/
}
button {
  cursor: pointer;
  /* background: none; */
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  height: 1px;
  *color: #ffffff;
}
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
mark {
  display: inline;
  background: #c70000;
  color: #ffffff;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.fl-clear {
  clear: both;
}
.fl-clr,
.bot-10,
.layout {
  zoom: 1;
}
.fl-clr:after,
.bot-10:after,
.layout:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
}
html{ font-size: 62.5%;}
html,body{
  width:100%;
  height:100%;
  background: #fefefe;
}
.loading{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#wrapper{height:100%; width:100%;-webkit-overflow-scrolling:touch;overflow:auto;}
.clearfix:after{content:'';display:block;clear:both;}
.clearfix{zoom:1;}
.icon {
  position: absolute;
width: 1.5em; height: 1.5em;
vertical-align: -0.35em;
fill: currentColor;
overflow: hidden;
margin:11px 5px;
}
/*顶部导航*/
.header-nav{
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  height: 40px;
  background: #fefefe;
}
/*one-model*/
.header-nav.active{
  background: #3b4d56;
}
.header-nav>div{
  float: left;
}
.header-nav .header-nav-left{
  display: block;
  width:200px;
  background: #fefefe;
}
.header-nav .header-nav-left.active{
  display: none;
}
.header-nav .header-nav-left a{
  height:40px;
}
.header-nav .header-nav-left a img{
  /*display: block;*/
  width: 40px;
    height: 40px;
    float: left;
    margin: 0 5px;
}
.header-nav .header-nav-left a span{
  /*display: inline-block;*/
  line-height: 40px;
  width:140px;
  font-size: 18px;
  color:#222;
  font-weight: 900;
}
.header-nav .header-nav-right.active{
  margin-left: 50px;
}
.header-nav .header-nav-right .f-left{
  height: 40px;
  position: absolute;
  top:0;
}
.header-nav .header-nav-right .f-left li{
  float: left;
  height: 40px;
  border-right: 1px solid rgba(0,0,0,0.05);
} 
.header-nav .header-nav-right li:hover{
  background: #ecf0f5;
}
.header-nav .header-nav-right.on li:hover{
  background: #263238;
}
.header-nav .header-nav-right .f-left li i{
  display: inline-block;
  width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 10px 15px;
    font-weight: 700;
    color:#000;
    -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-nav .header-nav-right .f-left li.active i.icon-list{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header-nav .header-nav-right .f-left .verticalSelect-Some{
  position: relative;
  z-index:11;
}
.header-nav .header-nav-right .f-left li ul{
  display: none;
  position: absolute;
  top: 40px;
  left: -50px;
  width: 800px;
  padding:20px 10px;
  overflow: hidden;
  background: #fff;
  /*overflow: hidden;*/
  -moz-box-shadow:0px 1px 20px rgba(0,0,0,0.25);
  -webkit-box-shadow:0px 1px 20px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 20px rgba(0,0,0,0.25);
}
.header-nav .header-nav-right .f-left li ul.on{
  display: block;
}
.verticalSelect-Somecont .box{
  margin: 0;
}
.verticalSelect-Somecont .box .item{
  padding: 0;
}
.verticalSelect-Somecont .box .item li{
  position: relative;
}
.verticalSelect-Somecont .box .item li a{
  position: absolute;
  padding-left:30px;
  z-index: 2;
  width:100%;
  height:40px;
  line-height: 40px;
}
.verticalSelect-Somecont .row>div:nth-child(4) img{
  display: block;
  float: left;
  margin:5px 10px;
  width:80px;
  height:50px;
}
.header-nav .header-nav-right .f-left li ul li{
    width: 100%;
    box-sizing:border-box;
    padding-left: 10px;
    border:none;
}
.header-nav .header-nav-right .f-left li ul li:first-child{
    line-height: 40px;
    padding-left: 20px;
    font-size: 18px;
    font-weight:700;
}
.header-nav .header-nav-right .f-left li ul li:hover{
  background-color: rgb(231, 236, 241);
}
.header-nav .header-nav-right .f-left li ul li i{
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  float: left;
  margin:11px 5px;
  color: #000;
}
.header-nav .header-nav-right .f-left li ul li a{
  color:#333;
  line-height: 40px;
}
.header-nav .header-nav-right .f-right{
  position: absolute;
  top:0;
  right:40px;
  height:40px;
}
.header-nav .header-nav-right .f-right li{
  float: left;
  height: 40px;
  border-right: 1px solid rgba(0,0,0,0.05);
} 
.header-nav .header-nav-right .f-right .verticalSelect-Navtit{
  position: relative;
  padding:0 10px;
}

.header-nav .header-nav-right .f-right li ul{
  display:none;
  position: absolute;
  top: 40px;
  right:-1px;
  background: #fff;
  -moz-box-shadow:0px 1px 20px rgba(0,0,0,0.3);
  -webkit-box-shadow:0px 1px 20px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 20px rgba(0,0,0,0.3);
}
.header-nav .header-nav-right .f-right li ul .sign-out{
  width:65px;
  padding:0 8px;
  margin:15px 0 10px 80px;
  background:#38a0f4;
  color: #fff;
}
.header-nav .header-nav-right .f-right li ul .sign-out:hover{
  background:#337ab7;
}
.header-nav .header-nav-right .f-right li ul .sign-out i{
  color: #fff;
}
.header-nav .header-nav-right .f-right li ul .sign-out a{
  color: #fff;
}
.header-nav .header-nav-right .f-right li ul li{
  position: relative;
  width:160px;
  height:30px;
  line-height: 30px;
  padding:5px 10px;
}
.header-nav .header-nav-right .f-right li ul li:hover{
  background-color: rgb(231, 236, 241);
}
.header-nav .header-nav-right .f-right li ul li a{
  position: absolute;
  z-index: 2;
  width:100%;
  height:30px;
  line-height: 30px;
  padding-left: 25px;
  color:#333;
}
.header-nav .header-nav-right .f-right li a{
  cursor:default;
}
.header-nav .header-nav-right .f-right li img{
  display: block;
  width: 20px;
    height: 20px;

    float: left;
    margin: 10px 15px;
    color:#000;
}
.header-nav .header-nav-right .f-right li i{
  display: block;
  width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    float: left;
    margin: 11px 5px;
    color:#000;
}
.header-nav .header-nav-right .f-right .verticalSelect-Navcon{
  display: none;
}
.header-nav .header-nav-right .f-right .verticalSelect-Navcon.active{
   display: block;
}
.header-nav .header-nav-right .f-right .verticalSelect-Navcon i{
  position: absolute;
  z-index: 1;
  display: block;
  width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    float: left;
    margin:6px 2px 4px 0;
    color:#000;
}
.header-nav .header-nav-right .f-right li span{
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}
/*顶部设置*/
.header-set{
  position: fixed;
  top:0;
  left:0;
  bottom:0;
  right: 0;
  z-index: 100;
  width:40px;
  height: 40px;
  margin:0 auto;
}
.header-set .flip{
  background: #000;
  width:40px;
  height:30px;
}
/*.header-set .flip img{
  display: block;
  width:40px;
  height:30px;
}*/
.header-set .flip i{
  display: block;
  padding-top: 3px;
  color:#fff;
  text-align: center;
}
.header-set .panel-me{
  display: none;
  width:800px;
  height:460px;
  margin-left: -380px;
  border:1px solid #ccc;
  border-bottom: 5px solid #000;
  background: #fff;
}
.header-set .panel-me .header-tit{
  width:100%;
  height:59px;
  border-bottom:1px solid #ccc;
}
.header-set .panel-me .header-tit>div{
  float:left;
  height:100%;
}
.header-set .panel-me .header-tit>div i{
  font-size:24px;
}
.header-set .panel-me .header-tit div:nth-child(1){
  width:6%;
  line-height: 59px;
  text-align: center;
}
.header-set .panel-me .header-tit div:nth-child(2){

  width:87%;
}
/*.header-set .panel-me .header-tit .tit-c{

}*/
.header-set .panel-me .header-tit .tit-c p:nth-child(1){
  font-size: 16px;
  font-weight: 900;
  margin-top: 9px;
}
.header-set .panel-me .header-tit div:nth-child(3){
  width:7%;
  line-height: 70px;
  text-align: center;
}
.header-set .panel-me .header-tit div:nth-child(3) i{
  color:#ccc;
}
.header-set .panel-me .header-tit div:nth-child(3) i:hover{
  color:#000;
}
.header-set .panel-me .panel-fl{
  float: left;
  width:50%;
  height:400px;
}
.header-set .panel-me .panel-left{
  box-sizing:border-box;
  padding:20px 25px 0;
  background: #f5f6f8;
}

.panel-me dl{
  float: left;
  width:50px;
  height:50px;
  background:#f4f4f4; 
  margin-right: 20px;
  margin-bottom: 25px;
  border:1px solid #d9d9d9;
}
.panel-me dl:hover{
  -moz-box-shadow:0px 1px 20px rgba(0,0,0,0.3),0px 1px 20px rgba(0,0,0,0.1) inset;
  -webkit-box-shadow:0px 1px 20px rgba(0,0,0,0.3),0px 1px 20px rgba(0,0,0,0.1) inset;
  box-shadow: 0px 1px 20px rgba(0,0,0,0.3),0px 1px 20px rgba(0,0,0,0.1) inset;
}
.panel-me .model .model-Header{
  width:100%;
  height:10px;
  background: #fff;
} 
.panel-me .model .model-Nav{
  width:15px;
  height:40px;
  background: #eaeaea;
}
.panel-me .one-model .model-Header{
  width:100%;
  height:10px;
  background: #4d5052;
}
.panel-me .one-model .model-Nav{
  width:15px;
  height:40px;
  background: #5f5f5f;
}
.header-set .panel-me .panel-right{
  padding:15px;
  box-sizing:border-box;
}
.header-set .panel-me .panel-right .set-btm{
  margin-bottom: 15px;
}
.header-set .panel-me .panel-right .set-btm i{
  font-size:32px;
  line-height: 24px;
  float: right!important;
}
.header-set .panel-me .panel-right .set-btm .icon-kaiguan1{
  color: #4db446;
}
.header-set .panel-me .panel-right .set-btm .icon-kaiguanguan-copy{
  color: #999;
}
/*左侧垂直菜单*/
.verticalNav{
  position: absolute;
  z-index: 9;
  padding-top:40px;
  width: 100%;
  height:100%;
  /*height:100vh;*/
  max-width: 200px;
  box-sizing: border-box;
  background: #f1f4f7;
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=5);*/
  -moz-box-shadow: 0 0 0 1px #d3dce8;
  -webkit-box-shadow: 0 0 0 1px #d3dce8;
  box-shadow: 0 0 0 1px #d3dce8;
  color:#000;
  overflow: hidden;
}
/*one-model*/
.verticalNav.active{
  background: #263238;
  -moz-box-shadow:0 0 0 1px #263238;
  -webkit-box-shadow:0 0 0 1px #263238;
  box-shadow:0 0 0 1px #263238;
  color:#fff;
}
.verticalNav .verticalNav-header{
  width:100%;
  padding: 30px 0 12px;
  background-image: url(../../images/nav-profile.png);
    background-size: cover;
}
.verticalNav .verticalNav-header .user-photo{
  height:60px;
}
.verticalNav-header .user-photo img{
  display: block;
  float: left;
  border-radius: 50%;
  -moz-box-shadow: 0 0 0 4px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.1);
  box-shadow: 0 0 0 4px rgba(0,0,0,0.1);
  width:46px;
  height:46px;
  margin-left: 20px;
}
.verticalNav-header .user-photo span{
  float: left;
  font-size:12px;
  text-align: right;
  background: #8bc34a;
  margin-left: 90px;
  color:#fff;
  padding:0 5px;
}
.verticalNav .verticalNav-select .verticalSelect-tit{
  position: relative;
  font-size: 14px;
  padding-left:20px;
}
.verticalNav .verticalNav-select .verticalSelect-tit p{
  width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.verticalNav .verticalNav-select .verticalSelect-tit i{
  position: absolute;
  top:3px;
  right:20px;
  font-size: 8px;
  color:#000;
}
.verticalNav .verticalNav-select .verticalSelect-tit span{
  font-size: 12px; 
}
.verticalNav .verticalSelect-con{
  display: none;
}
.verticalNav .verticalSelect-con ul li i{
  margin-right:10px;
}
.verticalNav .verticalSelect-con ul li a{
  display: block;
  width:200px;
  padding:10px 20px;
  line-height: 20px;
  background: #e7ecf1;
  box-sizing:border-box;
  color:#444;
  font-size: 14px;
}
.verticalNav .verticalSelect-con ul li a:hover{
  /*background: #f1f4f7;*/
  color: #000;
}
.verticalNav.active .verticalSelect-con ul li a{
  color:#abb1b7;
  background: rgba(0,0,0,0.1);
}
.verticalNav.active .verticalSelect-con ul li a:hover{
  color:#fff;
  background: #263238;
}
.accordion {
  width: 100%;
  max-width: 220px;
  background: #f1f4f7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom:1px solid #ccc;
 }
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 14px 15px 10px 47px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  /*border-bottom: 1px solid #CCC;*/
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li:last-child .link {
  border-bottom: 0;
}
.accordion li i {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
  right: 20px;
  left: auto;
  top:16px;
  font-size: 12px;
  font-weight: normal;
}
.accordion li.open .link {
  color: #4D4D4D;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*one-model*/
.accordion.active{
  background: #263238;
  border-bottom:1px solid rgba(0,0,0,0.1);
}
.accordion.active .link{
  color: #abb1b7;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.accordion.active li i{
  color: #fff;
}
.accordion.active li.open .link {
  color: #fff;
  background: #2c3a41;
}
 .submenu {
  display: none;
  background: #e7ecf1;
  font-size: 14px;

 }
 .submenu li {
  /*border-bottom: 1px solid #4b4a5e;*/
 }
 .submenu a {
  display: block;
  text-decoration: none;
  color:#444;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
 }
 .submenu a:hover {
  /*background: #f1f4f7;*/
  color: #000;
  background: rgba(0,0,0,0.1); 
 }
 .submenu.active{
  background:rgba(0,0,0,0.1); 
 }
 .submenu.active a{
  color:#abb1b7;
  background: rgba(0,0,0,0.1);
}
.submenu.active a:hover{
  color:#fff;
  background: #263238;
}
 /*左侧定位导航*/
 .posNav{
  display: none;
 }
.posNav.on{
  display:block;
  float: left;
  position: relative;
  top:0;
  left:0;
  z-index:11;
  height:100%;
  min-height:100vh;
  max-width: 50px;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 0 1px #d3dce8;
  -webkit-box-shadow: 0 0 0 1px #d3dce8;
  box-shadow: 0 0 0 1px #d3dce8;
  background: #f1f4f7;
 }
.posNav .first-ul li{
  position: relative;
  background: #f1f4f7;
 }
.posNav .first-ul li:hover{
  background: #fbfcfd;
  border-left:2px solid #00bcd4;
}
 .posNav .first-ul li:hover ul{
  position: absolute;
  display: block;
 }
 .posNav .first-ul li a{
  display: block;
  height:40px;
 }
 .posNav .first-ul li a>i{
  display: block;
  float: left;
  width:20px;
  height:20px;
  margin:10px 15px;
  font-weight:700;
  color:#000;
 } 
 .posNav .first-ul li a img{
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 5px;
 }
 .posNav .first-ul li .two-ul{
  display: none;
  position: absolute;
  top:0;
  left:48px;
  width:160px;  
 }
 .posNav .first-ul li .two-ul li{
  background: #e7ecf1;
 }
 .posNav .first-ul li .two-ul li a{
  width:100%;
  height:40px;
  line-height: 40px;
  padding-left: 15px;
  box-sizing:border-box;
 }
 .posNav .first-ul li .two-ul li:nth-child(1){
  background: #fbfcfd; 
 }
 .posNav .first-ul li .two-ul li:hover{
    background: #fbfcfd;
    border-left:none;
}
/*one-model*/
 .posNav.active{
  background: #263238;
  -moz-box-shadow: 0 0 0 1px #263238;
  -webkit-box-shadow: 0 0 0 1px #263238;
  box-shadow: 0 0 0 1px #263238;
 }
.posNav .first-ul.active li{
  position: relative;
  background: #263238;
 }
.posNav .first-ul.active li:hover{
  background: #2c3a41;
  border-left:2px solid #00bcd4;
}
 .posNav .first-ul.active li .two-ul li{
  background: #000;
 }
 .posNav .first-ul.active li .two-ul li a{
  width:100%;
  height:40px;
  line-height: 40px;
  padding-left: 15px;
  box-sizing:border-box;
  color:#abb1b7;
 }
 .posNav .first-ul.active li .two-ul li:nth-child(1) a{
  background: #2c3a41; 
  color:#fff;
 }
 .posNav .first-ul.active li .two-ul li:hover a{
    background: #2c3a41;
    border-left:none;
    color:#fff;
}
/*iframe*/
.min-btn{
  display: none;
}
/*登陆页*/
.lg-box{
  width:100%;
  height:100%;
  background:url(../../images/bg-img-1.jpg) no-repeat center;
  background-size: cover;
}
.lg-box img{
  width:100%;
  height:100%;
  position:fixed;
  background-size: cover; 
  -moz-transition:all 1s linear;
  -webkit-transition:all 1s linear;
  -o-transition:all 1s linear;
  transition:all 1s linear;
  /*-webkit-transform:translateX(-100%);
  -ms-transform:translateX(-100%);
  -o-transform:translateX(-100%);
  transform:translateX(-100%);*/
  opacity: 0;
}
.lg-box img:target{
  /*-webkit-transform:translateX(0);
  -ms-transform:translateX(0);
  -o-transform:translateX(0);
  transform:translateX(0);
  z-index:1;*/
  opacity: 1;
}
.btnbox{width:340px;position:fixed;left:0;right:0;bottom:0;margin:auto;z-index:1;background: #fff;padding:0 5px;}
.btnbox li{float:left;
  width:64px;
  height:43px;
  margin:4px 2px;
  background:#dd0;
  /*opacity: 1;
  -moz-transition:1s;
  -webkit-transition:1s;
  -o-transition:1s;
  transition:1s;*/
  /*border-radius:100%;*/
}
.btnbox li a{
  display:block;
  width:64px;
  height:43px;
}
.btnbox li:nth-child(1){background:url(../../images/thumbs/bg-img-1.jpg) no-repeat center;}
.btnbox li:nth-child(2){background:url(../../images/thumbs/bg-img-2.jpg) no-repeat center;}
.btnbox li:nth-child(3){background:url(../../images/thumbs/bg-img-3.jpg) no-repeat center;}
.btnbox li:nth-child(4){background:url(../../images/thumbs/bg-img-4.jpg) no-repeat center;}
.btnbox li:nth-child(5){background:url(../../images/thumbs/bg-img-5.jpg) no-repeat center;}
/*.btnbox a{
  display:block;
  width:64px;
  height:40px;
  background:rgba(0,0,0,0);
  border-radius:100%;
  -moz-transition:1s;
  -webkit-transition:1s;
  -o-transition:1s;
  transition:1s;
}*/
/*.btnbox a:hover{
  background:rgba(0,0,0,0.3);
}*/
.btnbox li:hover{
  opacity: 0.3;
}
.cls-content{
  width:300px;
  height:400px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  margin: auto;
  background: rgba(255,255,255,0.8);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15),0 0 20px rgba(0,0,0,0.3) inset;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15),0 0 20px rgba(0,0,0,0.3) inset;
  box-shadow: 0 0 20px rgba(0,0,0,0.15),0 0 20px rgba(0,0,0,0.3) inset;
}
.cls-content .content-body{
  width:100%;
  height:100%;
  padding: 45px 20px 25px;
  box-sizing:border-box;
}
.cls-content .content-body .content-header{
  width:100%;
} 
.cls-content .content-body .content-header img{
  display: block;
  margin:0 auto;
}
.form-godbag{
  margin-top: 40px;
}
.form-group{
  margin-bottom: 20px;
  width:100%;
}
.form-group input{
  height:42px;
}
.form-btn-width{
  width:100%;
}
@media (max-width: 768px){
  .header-set {
      display: none;
  }
  .header-nav-right .f-left{
    display: none;
  }
  .verticalNav,.posNav.on{
    display: none;
  }
  .content-container,.content-container.active{
    padding-left:0;
  }
  .min-btn{
    display: block;
    position: absolute;
    left:200px;
    top: 0;
  }
  .min-btn ul{
    height: 40px;
  }
  .min-btn ul li{
    float:left;
    width:50px;
    height:40px;
    border-right:1px solid rgba(0,0,0,0.05);
  }
  .min-btn ul li:nth-child(1){
    border-left:1px solid rgba(0,0,0,0.05);
  }
  .min-btn ul li:nth-child(2){
    display: none;
  }
  .min-btn ul li i{
    display: block;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      margin: 10px 15px;
      font-weight: 700;
      color: #000;
      -moz-transition:all 1s linear;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .min-btn ul li.active i.icon-list{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .Hui-article-box{
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    background-color: #ecf0f5;
  }

}
@media (max-width: 767px){
  /*.Hui-article-box{
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    background-color: #ecf0f5;
  }*/
  .big-page .Hui-article-box{
    position: static;
    left: 0;
  }
  .header-nav-right,.btnbox{
    display: none;
  }
  .lg-box img{
    width:auto;
    height:100%;
    position:fixed;
    background-size: cover; 
    -moz-transition:all 1s linear;
    -webkit-transition:all 1s linear;
    -o-transition:all 1s linear;
    transition:all 1s linear;
  }
/*.Hui-tabNav{
    display: none!important;
  }*/
  .Hui-article{
    top:0;
  }
  .breadcrumb{
    padding:5px 15px;
  }
}
@media (max-width: 1024px){
  .lg-box img{
    width:auto;
    height:100%;
    position:fixed;
    background-size: cover; 
    -moz-transition:all 1s linear;
    -webkit-transition:all 1s linear;
    -o-transition:all 1s linear;
    transition:all 1s linear;
  }
  .header-nav .header-nav-right .f-left li ul{
    width:500px;
  }
}
/*登录类型*/
.choices{
  display: table;
  margin: 10px auto;
}
.choices h4{
  line-height: 24px;
  padding-left: 24px;
  background: url(../../images/bkzj/signin-3.png) no-repeat 0 center;
  background-size: 20px;
  cursor: pointer;
  float: left;
  margin-right: 12px;
}
.choices h5{
  line-height: 24px;
  padding-left: 24px;
  background: url(../../images/bkzj/signin-1.png) no-repeat 0 center;
  background-size: 20px;
  cursor: pointer;
  float: left;
  margin-right: 12px;
}
.choices h6{
  display: none;
  line-height: 24px;
  padding-left: 24px;
  background: url(../../images/bkzj/signin-2.png) no-repeat 0 center;
  background-size: 20px;
  cursor: pointer;
  float: left;
  margin-right: 12px;
}
.row2{
  display: none;
  position: relative;
}
.row2 .yzm{
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -16px;
  display: inline-block;
  width: 68px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #5a98de;
}
.wxcode{
  display: none;
  width:190px;
  height:190px;
  margin:18px auto 30px;
}
.wxcode .qr-code .code{
  width:190px;
  height:190px;
}
.wxcode p{
  font-size:12px;
  text-align: center;
  margin-top: 8px;
}
/*nmall后台新增*/
#a-region{
  margin:10px 25px;
  padding:10px;
  /*border:1px solid #dcdcdc;*/
}
#a-region span{
  margin:0 10px;
}
#b-region{
  margin:10px 25px;
}
#b-region .title{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding:8px 0;
  border-bottom:1px solid #dcdcdc; 
  background: #f5f5f5;
}
#b-region .title span{
  font-size:14px;
  font-weight: normal;
}
#b-region .add{
  padding:5px;
  font-size: 48px;
  font-weight: 900;
  text-align:center;
}
#b-region .add-title{
  font-size: 16px;
  text-align:center;
}
#b-region .weight{
  font-size: 14px;
  font-weight: 900;
  background: #f5fafe;
  text-align: left;
}
#b-region .search th{
  font-size: 14px;
  text-align: left;
  border-bottom:none;
  background:#fff; 
}
#b-region .search tr{
  font-size: 14px;
  text-align: left;
  border-bottom:none;
}
#b-region .fill-w{
  font-size: 16px;
  color: #666;
  background: rgba(252,243,0,0.1);
  /*background: rgba(243,122,35,0.1);*/
}
#c-region{
  padding: 0 40px;
}
#c-region .title{
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 5px;
}
#c-region .add{
  padding:10px;
  font-size: 48px;
  font-weight: 900;
  text-align:center;
}
.custom-ptage tbody tr td:nth-child(2n+1){
  width:10%;
  font-size:16px;
  color: #666;
}
.custom-ptage tbody tr td:nth-child(2n){
  width:40%;
  color: #000;
}
.custom-ptage-f tbody tr td:nth-child(1){
  width:25%;
  font-size:16px;
  color: #666;
}
.custom-ptage-f tbody tr td:nth-child(2){
  width:50%;
  text-align: left;
}
.custom-ptage-f tbody tr td:nth-child(3){
  width:25%;
}
.inp-btn-center{
  text-align: center;
}
