@charset "UTF-8";
/*整站样式*/
html,
body,
dl,
dd,
img,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font-size: 12px;
  font-family: '微软雅黑', Arial;
  min-width:1200px;

}
input,
textarea,
button {
  padding: 0;
  font-family: '微软雅黑', Arial;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
img {
  border: 0;
  vertical-align: middle;
  max-width:100%;
}
select,
input,
textarea,
button {
  vertical-align: middle;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe {
  border: none;
}
a:link {
  color: #666666;
  text-decoration: none;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #0093ff;
  text-decoration: none;
}
a:active {
  color: #0093ff;
  text-decoration: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.wrap {
  border: 0;
  padding: 0;
  width: 85%;
  margin: 0 auto;
  /*min-width:900px;*/
  *zoom: 1;
}
.wrap:after {
  clear: both;
  content: "";
  display: table;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  visibility: hidden;
}
.fix {
  *zoom: 1;
}
.fix:after {
  clear: both;
  content: "";
  display: table;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pors {
  position: relative;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
/*vue未渲染时*/
[v-cloak] {
    display: none;
}
/*登陆样式*/
.reg_tip .reg_notice{
  /*float: left;*/
  height: 75px;
  width: 330px;
  overflow: hidden;
  background: #F58220;/*#5FB878*/
  padding: 10px;
}
.reg_tip .reg_notice li:first-child{
    text-align:center;
  
}
.reg_tip .reg_notice li{
  line-height: 25px;
  font-size:1.2em;
}
/*删除图标*/

/*购物车五角星*/
.star-five {
  /*float:right;*/
   /*margin-right: 5em;
   position: relative;*/
   display: inline-block;
   color: red;
   width: 0px;
   height: 0px;
   border-right:  10px solid transparent;
   border-bottom: 7px  solid #D0CACA;
   border-left:   10px solid transparent;
   -moz-transform:    rotate(35deg);
   -webkit-transform: rotate(35deg);
   -ms-transform:     rotate(35deg);
   -o-transform:      rotate(35deg);
}
.star-five:before {
   border-bottom: 8px solid #D0CACA;
   border-left: 3px solid transparent;
   border-right: 3px solid transparent;
   position: absolute;
   height: 0;
   width: 0;
   top: -4.5px;
   left: -6.5px;
   display: inline-block;
   content: '';
   -webkit-transform: rotate(-35deg);
   -moz-transform:    rotate(-35deg);
   -ms-transform:     rotate(-35deg);
   -o-transform:      rotate(-35deg);

}
.star-five:after {
   position: absolute;
   display: inline-block;
   color: red;
   top: 0.3px;
   left: -10.5px;
   width: 0px;
   height: 0px;
   border-right: 10px solid transparent;
   border-bottom: 7px solid #D0CACA;
   border-left: 10px solid transparent;
   -webkit-transform: rotate(-70deg);
   -moz-transform:    rotate(-70deg);
   -ms-transform:     rotate(-70deg);
   -o-transform:      rotate(-70deg);
   content: '';
}

/*我的账户*/
.account {
  width:67%;
  min-height:600px;
  margin:0 auto;
}
.account .box{
    padding: 10px 10px 0;
    border: 1px solid #ccc;
    background: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 8px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 0 rgba(0,0,0,.3);
    position: relative;
}
.account .box:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.mam {
    margin: 10px;
}
.strong {
    font-weight: bold;
}
.account .gs {
  float:left;
  min-height: 1px;
}
.grid-1of5{
  width:20%;
}
.grid-1of2{
    width: 50%;
}
.grid-1of2 h3,a{
  margin-top:-0.6em;
}
.address-des .sb-contents span{
  margin:1em;
}
.account .grid-4of5{
  width:80%;
}
.grid-1of2 {
  width:50%;
}
.grid-lof2 h3{
  font-weight: normal;
    margin-left: 4px;
}
.grid-1of2 a {
  color:#0093ff;
}
.account .shaded-box,.box.shaded {
    margin: 0 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.45);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.45);
    box-shadow: 0 1px 2px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.45);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.45);
    box-shadow: 0 1px 2px rgba(0,0,0,.45);
    position: relative;
}
.shaded-box .sb-heading{
    background: url('../images/shaded_box.png') repeat-x #e6e6e6;
     background: #e6e6e6 -webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#e6e6e6)) repeat-x; 
    background-size: 7px 46px;
    padding: 23px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.shaded-box .sb-body{
    background: #fff;
    -webkit-box-shadow: inset 0 -1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 -1px 2px rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 2px rgba(0,0,0,.15);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 10px;
}
.account .sidebar {
  float:left;
  width:14.66%;
}
.sidebar .sid-tit{
  font-family: '微软雅黑', Arial;
  font-size:1.5em;
  margin-left:1.2em;
}
.sidebar ul{
  /*margin-left:3.2em;*/

}
.sidebar ul li {
  /*list-style-type:square;*/
  /*padding-top:0.8em;*/
  line-height:2.5em;

  color:#808184;
  vertical-align:middle;
  cursor:pointer;
}
.sidebar ul li:hover {
  background-color:#DADADC;
}
.sidebar ul li a:link{
  font-size:1.2em;
  background-position: 17px -78px;
  background-image: url('../images/account.gif');
  background-repeat: no-repeat;
  padding-left:2.3em;
  padding-top:0.1em;
}
.sidebar ul li a:hover {
    color: #666666;
    text-decoration: none;
}
.sid-pic {
  margin:2em auto 1em;
  width:74.66%;
}
.account .iframe-info{
  background:#fff;
  z-index:2;
  float:right;
  width:85%;
  -moz-border-radius-top-right: 0.3em; 
  -moz-border-radius-bottom-right: 0.3em;
  -webkit-border-radius-top-right: 0.3em;
  -webkit-border-radius-bottom-right: 0.3em;
  border-radius-top-right: 0.3em;
  border-radius-bottom-right: 0.3em;
  border:1px solid #D5E5F4;
}
/*安全设置*/
.save-set{
  width:90%;
  margin:0 auto;
  min-height:750px;
  margin-top:2em;
}
.save-tit{
    font-size:1.4em;
}
.save-li ul{
  margin-left:1.1em;
  margin-bottom:2em;
}
.save-li li {
  padding-top:0.7em;
  font-size:1.1em;
}
.save-li ul li a:link{
    color:#0404F3;
  }
.save-li ul li span:nth-child(2){
   padding-left:2em;
}  
.save-li ul li span:nth-child(3){
  padding-left:2em;
} 
.save-li ul li span:nth-child(4){
  padding-left:1em;
}
.save_tel {
  margin-top:8em;
  margin-left:3em;
  color:#666;
}
.save_tel .save-tit h2{
  font-size:1.1em;
}
.save_tel .save-tit h2 span{
  color:#EA8035;
}
.save_tel .save-con{
  margin:2em 5em;
}
.save_tel .save-con li {
  margin-top:2em;
}

.save_tel .save-con li span:nth-child(1){
    font-size:1.3em;padding-right:1em;
} 
.save_tel .save-con li span:nth-child(2) input{
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
  color:#5D5C5C;
  padding-left:1em;
  width:15%;
  height:2.5em;
}
.save_tel .save-con li span:nth-child(3) input{
  border:2px solid #F3A784;
  background:#F9E5D3;
  width:35%;
  height:2.6em;
  margin-left:1em;
  color:#EA8035;
  font-size:1.2em;
  -moz-border-radius: 0.3em; 
  -webkit-border-radius: 0.3em;
  border-radius:0.3em;
  cursor:pointer;
}
.save_tel .save-con li:nth-child(3) input{
  border:1px solid red;
  background:red;
  width:25%;
  height:3em;
  -moz-border-radius: 0.3em; 
  -webkit-border-radius: 0.3em;
  border-radius:0.3em;
  color:#fff;
  font-size:1.1em;
  margin-left:4.7em;
  cursor:pointer;
}
.save-set .edit_box{
  width:80%;
  margin:9em auto;
  border:1px solid #DADADA;
}
.edit_box .edit_mein{
  padding:1.5em;
}
.edit_mein .edit-tit{
  font-size:1.3em;
}
.edit_mein .edit_con{
  margin-top:2em;
  margin-left:5em;
  font-size:1.3em;
}
.edit_mein .edit_con li{
  margin:1em;
}
.edit_mein .edit_con li span:nth-child(1){
  margin-right:2em;
}
.edit_mein .edit_con li span:nth-child(2) input[type="button"]{
  border:2px solid #F58220;
  background:#F58220;
  -moz-border-radius: 0.3em; 
  -webkit-border-radius: 0.3em;
  border-radius:0.3em;
  width:24%;
  height:2.2em;
  color:#fff;
  cursor:pointer;
}
/*个人信息*/
.person input[type="text"]{
  height:1.8em;
  width:93%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
  padding-left:0.3em;
  color:#5D5C5C;
}
.person .xzqh select{
    height: 1.8em;
    padding: 0em;
}
.person .unit input{
  width:49%;
}
.person .unit select{
  padding:0.2em;
  width:42%;
}
.person .per-h{
  background:#E7E8E8;
  height:2.2em;
  font-size:1em;
  line-height:2.2em;
  color:#71BBD8;
}
.per-h span {
  font-size:1.2em;
  padding-left:0.5em;
}
.person .per-tab{
  width:85%;
  margin:2em auto;
}
.person .per-tab table td{
  font-size:1.2em;
  padding:0.6em;
}
.person .per-tab table td:nth-child(1){
  text-align:right;
}
.person .per-tab table td:nth-child(2) span{
  color:#FF6A00;
  padding-left:0.5em;
}
.person .sex input{
  margin:0 0.5em;
}
.person .birth input{
  width:7%;
  margin:0 0.5em;
}
.person .birth input:nth-child(1){
   width:12%;
}
.person .addr_de input{
  width:93%;
}
.person .zip-code input{
  width:20%;
}
.person .tel input:nth-child(1){
  width:93%;
}
.person .tel input:nth-child(2){
  width:20%;
}
.person .tel input:nth-child(3){
  width:12%;
}
.person .btn td:nth-child(2) input{
  background-color:#FF6A00;
  border:1px solid #FF6A00;
  -moz-border-radius: 0.3em; 
  -webkit-border-radius: 0.3em;
  width:17%;
  color:#fff;
  cursor:pointer;
}
/*收货地址*/
.up-addr{
  /*margin:0 2em;*/
  /*min-height:900px;*/
}
.up-addr .addr-h {
  color:#71BBD8;
  font-size:1.2em;
  height:2em;
  line-height:2em;
  padding-left:1em;
  background:#E7E8E8;
}
.up-addr .addr-add table{
  margin-left:2em;
}

.addr-add tr td{
  padding:0.5em 0em;
}
.addr-add tr input{
  height:1.8em;
}
.addr-add tr td:nth-child(1){
  text-align:right;
}
.addr-add tr td:nth-child(2){
  width:1em;
  color:#F58220;
} 
.addr-tit{
  margin:1em 2em;
 
}
.addr-tit span:nth-child(1){
  color:#F58220;
  margin-right:1em;
}
.addr-add td input,textarea,select{
  padding:0.3em;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
  color:#424141;
}
.addr-detail td:nth-child(3) textarea{
  width:97%;
}
.addr-postal td:nth-child(3) input{
  width:70%;
}
.addr-contact td:nth-child(3) input{
  width:70%;
}
.addr-tel td:nth-child(3) input{
  width:70%;
}
.addr-fixed td:nth-child(3) input{
  width:70%;
}

.addr-submit td:nth-child(1){
  
}
.addr-submit td:nth-child(3) input{
  color:#fff;
  width:5em;
  height:2em;
  border:1px solid #F58220;
  background-color:#F58220;
  -moz-border-radius: 0.3em; 
  -webkit-border-radius:0.3em;
  border-radius:0.3em;
  cursor:pointer;
}
.up-addr .addr-up table{
  width:95%;
  margin:2em auto;
  border:1px solid #D4CFCB;
}
.addr-up th{
  width:7%;
  text-align:left;
  padding:0.5em;
}
.addr-up tr{
  width:7%;
  border-bottom:1px solid #e7e7e7;
  padding:0.5em;
  background: #fff;
}
.addr-up tr:nth-child(2n){
  background: #F2F2F2;
    /*tr{ background-color: expression((this.sectionRowIndex % 2 == 0) ?   "#f00" : "#ccc" );}*/
}
.addr-up tr:hover{
  background: #E4E4E4;
}
.addr-up tr td{
  padding:0.5em
}
.addr-up tr td:nth-child(1){
  width:3%;
}
.addr-up tr td:last-child a{
  color:#005AFF;
}
/* 编辑器内容样式 凡是编辑器修改区域加上 */
.editor {
  line-height: 24px;
  text-align: left;
}
.editor p {
  text-indent: 2em;
}
.editor ol li {
  list-style-type: circle;
  margin-left: 25px;
}
.editor ul li {
  list-style-type: square;
  margin-left: 25px;
}
/*banner样式*/
.fullSlide {
  position: relative;
  background: #000;
  margin: 0 auto;
}
.fullSlide .bd {
  position: relative;
  z-index: 0;
}
.fullSlide .bd li a {
  display: block;
  width:105%;
  /*height: 446px;*/
}
.fullSlide .hd {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 36%;
  margin-left: 200px;
}
.fullSlide .hd ul {
  text-align: left;
  padding-top: 5px;
}
.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 120px;
  height: 80px;
  margin: 0 6px;
  overflow: hidden;
  font-size: 0;
  border: 2px solid #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.fullSlide .hd ul li img {
  width: 100%;
  height: 100%;
}
.fullSlide .hd ul .on {
  border-color: #f6821f;
  position: relative;
  top: -15px;
}
.home-intro {
  line-height: 44px;
  color: #fff;
  margin-top: -44px;
  position: relative;
  z-index: 1;
  min-width: 1200px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.home-intro span {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 24px;
}
.top {
  background: #0e1619;
  line-height: 26px;
  height: 26px;
  text-align: right;
  /*min-width: 1200px;*/
}
.top .wrap_0{
  margin:0 auto;
  width:62%;
}
.top span {
  color: #F58220;
}
.top .wrap_0 a {
  display: inline-block;
  color: #fff;
  padding-top: 0.5em;
 margin-right: 2.5em;
}
.top .wrap_0 span:nth-child(1) a{
  padding-top:0.5em;
}
.top .wrap_0 span:nth-child(2) a{
  padding-top:0.5em;
}
.h_n img{
width:87%;
}
.logo {
    width:13%;
    /*position:absolute;*/
    margin-top:-0.3em;
    z-index: 1;
    display: inline-block;
}
.top .wrap_0 .wrap-sl a{
  margin-left:-10em;
}
.header {
  background: url("../images/nav-bg_02.gif");
  min-width: 900px;
  border-bottom: 3px solid #d0d1d3;
  height: 58px;
  line-height: 58px;
  position: relative;
}
.header li {
  float: left;
}
.nav{
  /*margin-right:13.5em;*/
  margin-right:10%;
}
.nav li {
  /*margin-left: 2em;*/
  padding-right: 1.5em;
  padding-left: 1em;
}
.nav li:hover .sub-nav { 
  display:inline-block;
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 58px;
}
.nav li:hover .sub-nav ul{
  display:inline-block;
  z-index:5;
}
.sub-nav-01{
    position: absolute;
    width: 100%;
    background-color: #000;
    height: 100%;
    opacity: 0.2;
    z-index: 2;
    top: 7em;
}
/*
后期添加 高亮处理 background:transparent
 */
.nav:hover img{ opacity:0.5;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;}
.nav li:hover img{ opacity:1;filter:alpha(opacity=100);-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;}
.sub-nav li{opacity:1;}
/**/
.sub-nav ul {
  position: relative;
  left: 49%;
  line-height: 42px;
  display: none;

}
.sub-nav li {
  margin: 0;
  z-index:5;
}
.sub-nav a {
  font-size: 1.3em;
  color: #fff;
  display: block;
  /*padding: 0 12px;*/
}
.sub-nav li:hover,
.sub-nav .on {
  background: url("../images/sub-nav.png") no-repeat center;
}
.about-sub {
  margin-left: -226px;
}
.online-sub {
  /*margin-left: -86px;*/
  margin-left: -14%;
}
.scrollBox {
  width: 1000px;
  position: relative;
  margin: 36px auto;
}
.scrollBox .piclist {
  overflow: hidden;
  zoom: 1;
}
.scrollBox .ohbox {
  overflow: hidden;
  position: relative;
  width: 1000px;
}
.scrollBox .piclist li {
  float: left;
  display: inline;
  width: 322px;
  background: #fff;
  border: 1px solid #b8b9bb;
  margin-right: 12px;
  background: url("../images/h10.jpg");
  height: 138px;
}
.scrollBox .piclist li span {
  height: 25px;
  line-height: 25px;
  display: block;
  text-align: center;
}
.scrollBox .pageBtn span {
  display: block;
  width: 4em;
  height: 5em;
  position: absolute;
  top: 20px;
  cursor: pointer;
  text-indent: -999em;
  overflow: hidden;
}
.scrollBox .pageBtn .prev {
  margin-left: -1em;
  margin-top: 1.8em;
  /*background: url("../images/xi-yu.png");*/
}
.scrollBox .pageBtn .next {
 margin-right: -1em;
  margin-top: 1.8em;
  /*background: url("../images/h09.jpg");*/
}
.scrollBox .pageBtn .list {
  overflow: hidden;
  zoom: 1;
  margin: 10px 0 0 413px;
}
.scrollBox .pageBtn .list li {
  float: left;
  display: inline;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  line-height: 10000px;
  overflow: hidden;
}
.scrollBox .pageBtn .list li.on {
  background-position: -114px -57px;
}
.home-img {
  float: left;
}
.home-txt {
  margin-left: 150px;
  position: relative;
  height: 100%;
}
.home-txt h2 {
  line-height: 50px;
}
.home-txt a {
  display: inline-block;
  min-width: 25%;
  line-height: 1.8em;
  margin-right: 0.5em;
}
.home-txt .more {
  position: absolute;
  right: 8px;
  bottom: 6px;
  color: #F57D16;
}
.footer {
  background: url("../images/ft-bg_02.gif");
  /*background: #2E3238;*/
  min-width: 900px;
  border-top: 1px solid #d0d1d3;
  padding-top: 20px;
  height: 228px;
}
.footer dl {
  float: left;
  width: 14%;
}
.footer dl:first-child {
  margin-left: 10em;
}
.footer dt {
  font-size: 1.3em;
  color: #F58220;
  margin-bottom: 0.48em;
}
.footer dd a {
  display: block;
  font-size: 13px;
  color: #fff;
  line-height: 30px;
}
.footer dd a:hover {
  color: #F58220;
}
.copyright {
  text-align: center;
  line-height: 40px;
  border-top: 1px solid #52555a;
  color: #fff;
  margin-top: 6px;
  padding-top: 2em;
}
.copyright .copyright-tit{
  display:inline-block;
}
.copyright .accorde{
  display:inline-block;
  /*width:50%;*/
}
.kf {
  position: fixed;
  right: -254px;
  top: 60%;
  border: 1px solid #cbcdcc;
  padding: 10px 10px 10px 0;
  background: url("../images/h14.jpg");
  height: 119px;
  z-index: 2;
  box-shadow: 0 0 6px #ceced0;
}
.kf-txt {
  float: left;
  font-size: 18px;
  color: #F05A28;
  width: 20px;
  padding: 10px 14px;
  min-height: 100px;
  background: url("../images/h12.jpg") no-repeat center 100px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.kf-off {
  background: url("../images/h13.jpg") no-repeat center 100px;
}
.kf-img {
  float: left;
}
.kf-btn {
  position: absolute;
  top: 20px;
  left: -90px;
  cursor: pointer;
}
.inside-banner{
}
.inside-banner .banner-title span{
  position: absolute;
  margin-top: -2em;
  margin-left: 1em;
  font-size: 1.07em;;
  font-weight: 100;
  color: #EFEFEF;
}
.in-bg img{ 
  /*height:0.1%;*/
}
.about {
 
}
.about .about_box{
  font-size:2em;
  /*height:33em;*/
  position:relative;
}
.about .about-edit {
}
.about .about_box img:first-child {
  height:100%;
  position:absolute;
  z-index:-2;
}
.inside-title {
  font-size: 2.1em;
  text-align: center;
  margin: 1.7em auto;
  /*padding-bottom: -0.5em;*/
}
.about-edit {
  width: 1000px;
  margin: 0 auto;
}
.hs-box {
  background: #d5dbe9;
  border-top: 2px solid #f5aa01;
  min-width: 500px;
  padding: 50px 0;
}
.hs-main {
  width: 1100px;
  margin: 0 auto;
}
.hs-txt {
  float: left;
  color: #F58220;
  width: 340px;
}
.hs-txt h4 {
  font-size: 25px;
}
.hs-txt h3 {
  font-size: 80px;
  line-height: 1em;
  margin-bottom: 20px;
}
.hs-txt .intro {
  font-size: 20px;
}
.hs-img {
  float: right;
  border: 10px solid #fff;
  box-shadow: 0 0 13px #999da8;
  width:53%;
}
.hs-list {
  min-width: 1200px;
  border-top: 2px solid #f6a901;
  text-align: center;
  margin-bottom: 240px;
}

.hs-list ul {
  overflow:hidden;
  white-space: nowrap;
}
.hs-list li {
  display:inline-block;
}
.hs-list a {
  display: inline-block;
  font-size: 20px;
  color: #404041;
  margin: 0 20px;
  padding-top: 16px;
}
.hs-list .prev{
  display:none;
  cursor:pointer;
  color:#F58220;
  opacity:0.5;
  position:absolute;
  margin-top:-26em;
}
.hs-list .next{
  display:none;
  cursor:pointer;
  color:#F58220;
  opacity:0.5;
  position:absolute;
  margin-top:-26em;
}
.hs-list:hover .prev,.next{
  display:inline-block;
}
.hs-list .prev i{
  font-size:5em;
}
.hs-list .next i{
  font-size:5em;
}
.hs-list .on {
  background: url("../images/hs01.jpg") no-repeat center top;
}
.culture {
    width: 85%;
    margin: 2em auto 3em;
    overflow: hidden;
    min-width:1025px;
    /*border:1px solid red;*/
}
.culture .sub_sidebar{
    position: static;
    margin-left: 0em;
    /*width:16.3%;*/
    top: 2em;
    /*border-top: 1px solid #f0f0f0;*/
    -webkit-transition: all .2s;
    transition: all .2s;
}
.culture_title .title{
    position: relative;
    padding-bottom: 18px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
.idea_manage, .idea_vision {
    float: left;
    width: 46%;
}
.idea_vision .idea_img_box{
  /*height:20em;*/
}
.box_row .idea_vision:nth-child(2){
  margin-left:4em;
}
.box_row {
    margin-bottom: 30px;
}
.idea_item .idea_img {
    /*width:353px;
    height:215px;*/
        height: 21em;
}
.wpe_item .item_txt{
    line-height: 28px;
    color: #5e6267;
    font-size: 14px;
}
.idea_item .idea_tit {
    color: #000;
    font-size: 1.5em;
    font-weight: 400;
}
.act_QGQM, .act_cult, .act_lunch, .act_staffmetting {
    float: left;
    clear: left;
}
.act_association, .act_carnival, .act_chrism, .act_image {
    float: right;
}
.idea_item .idea_subtit {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.idea_item .idea_txt {
    word-wrap: break-word;
    color: #5e6267;
    font-size: 14px;
    line-height: 28px;
}
.culture_title .streetscape {
    position: absolute;
    right: 0;
    color: #0457b7;
    font-size: 16px;
    text-decoration: none;
    padding-top: 1em;
}
.wpe_box img{
  /*width: 747px;
  height: 790px;*/
  margin-bottom: 10px;
}
.development_box{
    padding-left: 6em;
    border-left: 1px solid #e4e0e0;
    -webkit-transition: height 4s ease-in;
    transition: height 4s ease-in
}
.development_box .dev_item .first_item{
  padding-top:0;
}
.development_box .dev_item {
    /*position: relative;*/
    border-bottom: 1px solid #e4e0e0;
    padding: 15px 0;
}
.dev_item .year {
    position: absolute;
    margin-left: -4.8em;
    color: #000;
    line-height: 30px;
    font-size: 20px;
    background-color: #fff;
}
.dev_item .item_cont {
    position: relative;
    padding-left: 38px;
}
.dev_item .month {
    position: absolute;
    color: #666;
    left: 0;
    _left: -40px;
    line-height: 30px;
    font-size: 20px;
}
.dev_item .item_txt {
    font-size: 14px;
    color: #5e6267;
    line-height: 28px;
}
.culture_dev {
    padding-bottom: 10px;
}
.culture_item {
    margin-bottom: 54px;
    border-bottom: 1px solid #e4e0e0;
}
.box_row:after {
    clear: both;
}
.box_row:after, .box_row:before {
    content: '';
    display: table;
}
.sub_sidebar .cover_layer{
    position: static;
    float:right;
    top: 2em;
    margin-left: 0em;
    height: 46px;
    border-right: 4px solid #F58220;
}
.sub_sidebar_list{
    position: static;
    width: 198px;
}
.evn_txt {
  margin-bottom: 30px;
    color: #5e6267;
    font-size: 14px;
}
.sub_sidebar_list li {
    display: block;
    height: 44px;
    width: 185px;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
    font-size: 18px;
    line-height: 44px;
    text-align: right;
    padding-right: 13px;
    text-decoration: none;
    position: relative;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}
.sub_sidebar_list li:nth-child(1){
  border-top:1px solid #f0f0f0;
}
.sub_sidebar_list li.current a {
    color: #F58220;
}
.culture .article_content{
    width: 61%;
    float: right;
    display: inline;
    margin-right: 16em;
}
.culture_item {
    margin-bottom: 54px;
    border-bottom: 1px solid #e4e0e0;
}
.culture-list {
  width: 60%;
  margin: 0 auto;
}
.culture .tit {
    margin-left: 1%;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    z-index: 1;
    text-align: center;
    display: block;
    font-size: 2.2em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.culture .tit:before{
    content: '';
    border-top: 1px solid #ccc;
    font-size: 0;
    position: absolute;
    top: 49.5%;
    right: 0;
    left: 0;
    height: 1px;
    overflow: hidden;
    z-index: -1;
}
.culture .tit span{
    background-color: #fff;
    display: inline-block;
    height: 100%;
    z-index: 1;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: lighter; 
    font-family: "PFranklinGothicCnd",Arial,黑体,SimHei,宋体,SimSun,sans-serif;
}
.culture-list img {
  /*border: 1px solid #6D6E70;*/
}
.culture-list .fix {
  margin-bottom: 5em;
}
.culture-list dt{
  float:left;
  width:50%;
  display:inline-block;
}
.culture-list dd{
  display:inline-block;
  width:45%;
  float:right;
  /*text-align:right;*/
}
.culture-list .hd ul{
  /*margin:0 auto;*/
  text-align:center;
  line-height:5em;
}
.culture-list .hd li{
    background-color: #B5B9B8;
    border-radius: 50%;
    display: inline-block;
    text-indent: -9000px;
    overflow: hidden;
    margin-left:0.4em;
    height: 16px;
    width: 16px;
}
.culture-list .hd,.bd{
  /*width:80%;*/
}
.culture-list .bd{
  margin:0 auto;

}
/*.culture-list .hd{
  height:60%;
}*/
.culture-list .hd li:first-child{
  margin-left:3em;
}
.culture-list .hd .on{
    background-color: #F58220;
}
.culture-list .hd .next {
    background-position: -15px top;
    margin-left:0.4em;
}
.culture-list .hd .prev{
}
.culture-list h2 a {
  font-size: 30px;
  color: #F58220;
}
.culture-list .time {
  font-size: 16px;
  color: #BBBDBF;
}
.culture-list .txt {
  font-size: 1em;
  line-height: 1.2em;
  color: #404041;
}
.page {
  text-align: center;
  margin: 60px auto;
}
.page a {
  font-size: 18px;
  color: #a7a8ac;
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
  /*margin: 0 15px;*/
}
.page a:hover {
  color: #F58220;
}
.page .on {
  color: #F58220;
}
.back {
  text-align: center;
  margin-bottom: 60px;
}
.news {
  width: 60%;
  margin: 0 auto;
}
.news-title {
  font-size: 1.6em;
}
.news-title .more {
  float: right;
  font-size: 15px;
  color: #F58220;
  /*margin-right: -2.6em;*/
  margin-top: 10px;
}
.breadcrumb-item {
      width: 45px;
    background-color: #000;
    position: static;
    overflow: hidden;
    min-width: 3.3em;
    float: left;
    z-index: 4;
    margin-top: 2.2em;
}
.breadcrumb-item:hover {
  background-color:#F58220;
}
.breadcrumb-item a{
   width: 79%;
    height: 53px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/sprite_standard.png");
    background-position: -1183px -103px;
    background-repeat: no-repeat;
}
.breadcrumb-item span{
  width:20%;
  color:#fff;
  background-color:#F58220;
}
 .n_h .more{
   margin-top:0.15em;
}
.n_y .more {
  margin-right: 1.5em;
  margin-top:0.3em;
}
.n_f .more {
  margin-top:0;
}

.news-title i {
  font-style: normal;
  font-size: 15px;
  color: #EE4036;
}
.news-left {
  width:46%;
}
.news_f {
}
.news-right {
  width: 44%;
}
.picScroll {
  /*width: 100%;*/
  padding: 1.5em;
  margin-top: 1em;
  border: 1px solid #c7c7c7;
}
.picScroll .hd {
  height: 36px;
  line-height: 35px;
  padding: 0 15px;
  background: #f4f4f4;
}
.picScroll .bd {
}

.picScroll .prev,
.picScroll .next {
  position: relative;
  display: inline-block;
  float:right;
  z-index: 9;
  top: 1.2em;
  margin-right:1em;
}
.picScroll .prev{
}
.picScroll .next {
}
.picScroll ul {
}
.picScroll li {
  display: inline-block;
}
.picScroll .picMain {
  height: 12em;
  background: #f1f1f3;
  margin-top: 2em;
  padding: 1em 2em;
}
.picScroll .picMain h2 a {
  font-size: 0.9em;
  color: #1B75BB;
}
.picScroll .picMain .time {
  font-size: 0.87em;
  color: #666666;
  margin-top: 6px;
}
.picScroll .picMain .txt {
  font-size: 1.1em;
  color: #58595B;
  line-height: 1.7em;
  margin-top: 12px;
}
.picScroll .pageState {
  font-size: 1.3em;
  position: relative;
  right: -1em;
  top:0.5em;
 /*bottom: -1.6em;
right: 22.5em;*/
  z-index: 13;
}
.news-list {
  margin: 2em 0 4em;
}

.news-list li:first-child {
  margin-top: 24px;
}
.news-list li a {
  font-size: 1.25em;
  color: #58595B;
  display: inline-block;
  line-height: 2.3em;
}
.separator1 {
    border-top: 1px dashed #ccc;
    margin-top: 4em;
    height: 4em;
    width: 100%;
}
.one-new-list li{
  width:53%;
  margin:0.5em 0 0.5em 0;
}
.one-new-list li span{
 display:inline-block;
  float:right;
  font-size: 1.25em;
  color: #58595B;
}
.year-news-list li{
    width: 53%;
    margin: 0.5em 0 0.5em 0;
}
.year-news-list li span{
    display: inline-block;
    float: right;
    font-size: 1.25em;
    color: #58595B;
}
.news-list li a:hover {
  color: #F58220;
}
.new_detail {
    margin: 0 auto;
    width: 50%;
}
 .news  .year-l {
  text-align:center;
 }
  .news  .year-l a {
    background-image: none;
    text-align:center;
    display:inline-block;
    margin-right:0.5em;
  }
  .news .year-l a:before{
      content: '';
      height: 1em;
      padding-right: .875em;
      border-left: 1px solid #ccc;
  }
  .news .year-l a:first-child:before{
      border-left:none;
  }
  .news .year-l a span {
      font-size:1.2em;
      line-height: normal;
      display: inline-block;
      cursor: pointer;
  }
  .news .year-l a:hover {
      color: #F58220;
  }
  .news .year-l a{
  }
.slideBox {
    width: 94%;
    /*height: 19.2em;*/
    overflow: hidden;
    position: relative;
    border-top: 1px solid #dadada;
    padding-top: 1em;
    margin-top: 1em;
}
.slideBox .hd {
  position:absolute;
  z-index:3;
  margin-top:-2.8em;
  background:#000;
  width:100%;
  height:2.8em;
  opacity:0.6;
  filter:alpha(opacity=60); 
}
.slideBox .hd ul {
  vertical-align: middle;
  z-index:4;
  margin-right:1em;
  margin-top:0.8em;

}
.slideBox .hd ul li {
  /*position: absolute;*/
  float:right;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  margin-left:0.3em;
  background: #FFFFFF;


}
.slideBox .hd ul li img{
  width:120%;
}
.slideBox .hd ul li.on {
  background: #F58220;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd img {
  width: 100%;
  /*height: 19.2em;*/
  display: block;
}
.news-col {
  margin: 1em 0 2em;
}
.news-col li:first-child {
  border-top: 1px solid #dadada;
  margin-top: 24px;
}
.news-col li a {
  font-size: 1.25em;
  color: #58595B;
  display: block;
  padding-top: 0.5em;
    line-height: 2.3em;
  border-bottom: 1px solid #dadada;
}
.news-col li a:hover {
  color: #F58220;
}
.news-col li span {
  float: right;
}
.news-video {
  margin-top: 1em;
  margin-bottom: 90px;
}
.news-video .txt {
  font-size: 15px;
  line-height: 36px;
  color: #58595B;
  margin-top: 10px;
}
.honor {
  width: 1030px;
  margin: 0 auto 48px;
}
#dowebok-1 {
    margin-left: 10em;
}
.login{
    width: 67%;
    min-height: 600px;
    margin: 0 auto;
}
.login .sb-heading img{
  margin-right:0.5em;
} 
.login-box {
  width:100%;
  padding: 10px 10px 0;
  /*border: 1px solid #ccc;*/
  background: white;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  margin: 0 0 9em;
  /*-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.3);*/
  position: relative;
}
.login-box .shaded-box{
      width:100%;
      margin: 0 5px 10px;
    -webkit-border-radius: 0.5em 0.5em 0.3em 0.3em;
    -moz-border-radius: 0.5em 0.5em 0.3em 0.3em;
    border-radius:0.5em 0.5em 0.3em 0.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.45);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.45);
    box-shadow: 0 1px 2px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.45);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.45);
    /*box-shadow: 0 1px 2px rgba(0,0,0,.45);*/
    box-shadow: 0 1px 2px #F58220;
    position: relative;
}
.login-box .shaded-box .sb-heading{
    background: url('../images/login-head-02.png') no-repeat ;

    /*background: url('../images/login-head.png') repeat-x #e6e6e6;*/
    /*background: #e6e6e6 -webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#e6e6e6)) repeat-x;*/
    /*background-size: 7px 46px;*/
    background-size:100% 100%;
    padding: 11px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.sbs-body {
  width:90%;
  margin-left: 4em;
}
.sb-heading a{
  padding-left:1em;
}
.sbs-footer{
    border-top: 1px solid #F3C489;
    /*border-top: 1px solid #F58220;*/
    width:100%;
    margin-top: 4em;
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 2.7em;
}
.sbr-body .sbs-footer{
  margin: 0 4em;
  width: 90%;
}
.sbs-footer-btn {
  height: 28px;
    line-height: 28px;
    margin: 6px 6px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}
.sby-left .sby-right{
  float:left;
}
.sby-left{
  width:50%;
  margin-bottom:5em;
  margin-top:5em;
}
.sbs-left{
   width:100%;
  margin-bottom:5em;
  margin-top:5em;
}
.sby-center{
    width: 5%;
    margin-top:1.5em;
    float: left;
}
.sby-right{
  width:43%;
}
.sby-right .info-list{
  margin-left: 1.5em;
  color: #666;
  line-height: 2.1em;
  font-size: 1.25em;

}
.sby-right .info-list li{
  list-style-type: disc;
}
.sby-right h1{
  font-size:1.3em;
  padding-bottom:1em;
}
.sby-right .sby-info{
    width: 64%;
    margin: 0 auto;
    padding: 8em 7em;
}
.ax-border{
    width: 63%;
    margin:0 auto;
    /*padding-left: 8em;*/
}
.ax-border .continue{
  font-size:1.5em;
  /*margin:auto 10em;*/
  color:#0070c9;
}
.ax-border a:hover{
  color:#F58220;
}
.sbs-left .ax-border{
  width: 42%;
  margin:0 auto;
}
.sbs-left .ax-border:last-child{
  text-align:center;
}
.sbs-left .ax-border span{
  color:#F58220;
}
.sbs-left .ax-border select{
    width: 31.6%;
    padding:0.55em;;
    margin-bottom: 1em;
    border: 1px solid rgba(6, 6, 6, 0.3);
    border-radius: 4px;
}
.sbs-left .bank-s select{
  width:48%;
  display:inline-block;
}
.sbs-left .form-textbox{
  height:2.1em;
}
.sby-left .ax-border button{
        color:#fff;
        background:#F58220;
        padding:0.4em 0.9em;
        border-radius:0.3em;
        margin-right: 0.7em;
        cursor:pointer;
}
.sby-left .ax-border .forget{
  color:#F58220;
}
.reg-btn{
    height: 28px;
    line-height: 28px;
    margin: 6px 6px 0;
    padding: 0 15px;
    border: 1px solid #F58220;
    background-color: #F58220;;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}
.sby-left h1{
  font-size: 22px;
  line-height: 1.45455;
  font-weight: 300;
  letter-spacing: 0.016em;
  max-width: 380px;
  margin:1em auto 1em 4.3em;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.sbs-left h1 {
  font-size: 22px;
  line-height: 1.45455;
  font-weight: 300;
  letter-spacing: 0.016em;
  max-width: 380px;
  margin:1em auto 1em 20em;
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.form-textbox{
    font-size: 17px;
    line-height: 1.29412;
    font-weight: 400;
    letter-spacing: -0.021em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 97%;
    height: 2.4em;
    margin-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
    color: #333333;
    text-align: left;
    border:1px solid rgba(6, 6, 6, 0.3);
    border-radius: 4px;
    background: white;
    background-clip: padding-box;
}
.sbs-left .bank-s input{
  display:inline-block;
  width:48%;
}
.sbp-body {
  margin:5em auto;
  width:90%;
}
.sbp-con {
  width:60%;
  margin:7em auto;
}
.sbp-con .ax-border{
  margin-bottom:0.5em;
}
.sbp-con .use-n{
  padding-left:0.8em;
}
.sbp-con .btn-t button{
  width:97%;
  height: 3.7em;
  line-height:3.7em;
}
.sbp-con h3{
  text-align:left;
  margin-bottom:0.5em;
  color: #999999;
}
.sbp-con .con-tit {
  text-align:center;
  font-size: 2em;
  color: #4c4c4c;
  font-weight: normal;

}
.sbp-con .con-tit h4{
  display: block;
  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 1.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.sbp-sendmsg .save-con,.save-tit{
  width:60%;
  margin:0 auto;
}
.save_password .save-tit{
  width:82%;
}
.sbp-sendmsg .save-con li:nth-child(3) input{
  background-color:#F58220;
  border:1px solid #F58220;
}
 .sbp-up{
  width:60%;
  margin:0 auto;
}
.verify-c{
  border: 1px solid rgba(6, 6, 6, 0.3);
  border-radius: 4px;
  width:61%;
  padding-left:0;
  margin:0 auto;
}
.verify-c input{
  width:71%;
  border:none;
  margin-bottom:0px;
}
.verify-c img{
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 27.3%;
    height: 40px;
    border: 0 none;
    line-height: 40px;
    font-size: 12px;
    box-sizing: border-box;
    background-color: #ccc;
    background-clip: content-box;
    color: #fefefe;
    margin-top: 4px;
    padding-right: 4px;
}
.sbp-con input{
  display:inline-block;
  height:2.8em;
}
.ol-head a {
  display: inline-block;
  font-size: 18px;
  color: #808184;
  margin-left: 40px;
}
.ol-head a:first-child {
  margin-left: 0;
}
.ol-head img {
  margin-right: 6px;
}
.ol-box {
  border: 3px solid #f59412;
  padding: 70px;
  margin: 40px 0;
}
.ol-box .txt {
  width: 450px;
  line-height: 20px;
  height: 20px;
  padding: 9px;
  color: #D0D2D3;
  border: 2px solid #e4e4e6;
  margin-bottom: 38px;
}

.ol-box .fg {
  float: right;
  font-size: 16px;
  color: #F58220;
  margin-top: -30px;
}
.ol-box .re {
  float: left;
  font-size: 16px;
  color: #F58220;
  margin-top: -30px;
}
.ol-box .btn {
  font-size: 1.5em;
  color: #fff;
  background: #f1aa00;
  border: 0 none;
  padding: 0 14px;
  margin: 1em 11em 0;
  cursor: pointer;
  height: 2em;
  line-height: 1.5em;
}
.order-seek {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 16px;
  border-bottom: 2px solid #d1d2d4;
}
.product_search{
    width:20%;
}
.order-seek select {
  border: 1px solid #e4e4e4;
  font-size: 14px;
  color: #A6A8AB;
  height: 30px;
  line-height: 30px;
  width: 340px;
  padding: 3px 0;
}
#collection_box .order-seek{
  width: 70%;
    margin-top: 3em;
}
.search {
  border: 1px solid #e4e4e4;
  background: #fff;
}
.search .txt {
  font-size: 14px;
  color: #A6A8AB;
  border: 0 none;
  height: 20px;
  line-height: 20px;
  padding: 5px;
  width: 160px;
}
.fix_h{
    margin-top: -3em;
}
.search .sub {
  background: url("../images/od06.jpg") no-repeat center;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 0 none;
  cursor: pointer;
}
.order-seek .od-center {
  font-size: 1.25em;
  display: inline-block;
  background: #F58220;
  color: #fff;
  height: 2em;
  line-height: 2em;
  padding: 0 24px;
  margin-left: 18px;
}
.order-list {
  width: 1000px;
  margin: 0 auto;
}
.order-list ul {
  margin-right: -30px;
}
.order-list li {
  float: left;
  width: 298px;
  padding: 10px;
  border: 1px solid #cfcfcf;
  margin: 20px 20px 0 0;
}
#cart .address {
    margin-top:2em;
    font-size:1.3em;
    color:#626263;
    width:70%;height:100%;
}
#cart .address .default{
  margin-left: 12em;
}
#cart .default ul {
    margin-left: 4em;
}
#cart .default ul input{
    margin-left: 1.5em;
    width: 20em;
}
#cart .address input{
  background-color: #FDFAFA;
  border: 1px solid #EAE7E7;
  height: 1.5em;
}
#cart .addr {
    margin-top: 2em;
    margin-right: 2em;
    font-size: 0.4em;
}
 .address .orther{
  margin-left:12em;
}
.orther ul input {
    margin-left: 1em;
     width: 20em; 
}
.fav-item-hover .delete-box{
    position: absolute;
    z-index: 2;

    margin-top: -13em;
    margin-left: 22em;
}
.fav-item-hover .delete-btn{
    background: url(../images/Home/long/del.png) -9999px -9999px no-repeat;
    
}
.fav-item-hover .delete-btn-bg {
   /*background-color: #000;*/
    filter: alpha(opacity=50);
    opacity: .5;
    height: 25px;
    width: 24px;
}
.fav-item-hover .delete-btn {
    
    /*background-position: 8px -227px;*/
}
.fav-item-hover .delete-btn {
    height: 25px;
    position: relative;
    z-index:999;
    top: -2.2em;
    right: 0.3em;
    width: 24px;
    cursor: pointer;
    display: block;
}
.fav-item-hover .delete-btn .layui-icon:hover{
    color:red;
}
.ol-img {
  text-align: center;
}
.ol-intro {
  background: #f1f1f3;
  padding: 2px 12px;
  min-height: 66px;
}
.ol-intro h3 {
  font-size: 18px;
}
.ol-intro .txt {
  margin-top: 4px;
}
.ol-num {
  font-size: 14px;
  line-height: 48px;
}
.ol-seek select {
  width: 88px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #e4e4e4;
}
.ol-seek .num {
  width: 50px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #e4e4e4;
  padding-left: 10px;
}
.ol-seek .add {
  margin-top: 0.05em;
  font-size: 14px;
  color: #fff;
  width: 100px;
  height: 26px;
  line-height: 26px;
  background: #F58220;
  display: inline-block;
  text-align: center;
  float: right;
  height: 2em;
}
.order-info {
  width: 1000px;
  margin: 0 auto;
  border: 1px solid #d0d1d3;
}
.order-info h2 {
  text-align: center;
  font-size: 1.7em;;
  color: #F58220;
  margin: 1em 0 0.3em;
}
.order-info li {
  margin-bottom: 10px;
}
.order-info .label {
  display: inline-block;
  width: 190px;
  font-size: 20px;
  color: #404041;
  text-align: right;
}
.order-info .txt {
  border: 1px solid #e4e4e4;
  line-height: 20px;
  height: 20px;
  width: 630px;
  padding: 0 10px;
  margin-left: 40px;
}
.order-info textarea {
  border: 1px solid #e4e4e4;
  width: 630px;
  padding: 10px;
  margin-left: 40px;
  height: 70px;
  vertical-align: text-top;
}
.order-info .save {
  background: url("../images/od09.jpg") no-repeat center;
  width: 100px;
  height: 51px;
  line-height: 48px;
  font-size: 35px;
  color: #fff;
  border: 0 none;
  cursor: pointer;
  margin: 10px 0 20px 320px;
}
.order-info .reset {
  background: #d1d2d4;
  width: 100px;
  height: 51px;
  line-height: 48px;
  font-size: 35px;
  color: #fff;
  border: 0 none;
  cursor: pointer;
  margin: 10px 0 20px 140px;
}
.order {
  width: 1000px;
  margin: 90px auto;
}
.order-tab a {
  display: inline-block;
  width: 8em;
  height: 2em;
  line-height: 2em;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
  background: #d1d2d4;
  margin-right: 16px;
}
.order-tab a:hover {
  background: url("../images/od08.jpg") no-repeat center;
}
.order-tab .on {
  background: url("../images/od08.jpg") no-repeat center;
}
.order-op a {
  display: inline-block;
  background: #d1d2d4;
  color: #fff;
  width: 8em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  font-size: 1.25em;
}
.order-op a:hover {
  background: url("../images/od08.jpg") no-repeat center;
}
.order-table {
  border: 1px solid #d1d2d4;
  width: 100%;
  margin-top: 8px;
}
.order-table th {
  font-weight: normal;
  font-size: 1.5em;
  color: #F58220;
  line-height: 2.5em;
  border-bottom: 2px solid #d1d2d4;
}
.order-table td:first-child,
.order-table th:first-child {
  text-align: left;
  padding-left: 20px;
}
.order-table td {
  line-height: 2.3em;
  font-size: 1.7em;
  color: #929497;
  text-align: center;
}
.order-stat {
  font-size: 1.8em;
  color: #929497;
  margin-top: 3em;
}
.train {
  width: 594px;
  margin: 0 auto;
  border: 2px solid #f5a009;
}
.train h2 {
  text-align: center;
  font-size: 2.3em;
  color: #58595B;
  margin: 1.3em 0;
}
.train li {
  margin-top: 14px;
}
.train .label {
  font-size: 16px;
  color: #404041;
  display: inline-block;
  width: 180px;
  text-align: right;
  margin-right: 10px;
}
.train select {
  font-size: 14px;
  color: #A6A8AB;
  border: 1px solid #e4e4e4;
  /*width: 300px;*/
  /*height: 28px;*/
}
.train .txt {
  border: 1px solid #e4e4e4;
  line-height: 22px;
  height: 28px;
  width: 290px;
  padding-left: 10px;
  color: #A6A8AB;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.train .code {
  border: 1px solid #e4e4e4;
  line-height: 22px;
  height: 22px;
  width: 80px;
  padding-left: 10px;
  color: #A6A8AB;
}
.train textarea {
  color: #A6A8AB;
  border: 1px solid #e4e4e4;
  width: 280px;
  padding: 10px;
  vertical-align: top;
  height: 40px;
  resize: none;
}
.train .sub {
  font-size: 1.7em;
  line-height:144%;
  color: #fff;
  width: 11%;
  height: 20%;
  background: #F58220;
  border: 0 none;
  margin: 1em auto;
  display: block;
  cursor: pointer;
  border-radius:0.2em;
}
.train .sub:hover{
  background:#DA6603;
}
.train-txt {
  font-size: 1.4em;
  line-height: 30px;
  color: #929497;
  width: 600px;
  margin: 40px auto;
}
.train-dis {
  width: 600px;
  margin: 40px auto 100px;
}
.train-dis dt {
  font-size: 1.5em;
  color: #F58220;
}
.train-dis a {
  font-size: 1.3em;
  color: #929497;
  line-height: 2em;
}
.train-dis a:hover {
  color: #F58220;
}
.train-type {
  font-size: 14px;
  color: #A6A8AB;
}
.train-type input {
  vertical-align: -3px;
}
.down-table {
  width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #f48221;
}
.down-table th {
  font-size: 1.3em;
  text-align: left;
  border-bottom: 2px solid #fac08e;
  padding: 0 0 10px 26px;
}
.down-table .seek {
    border: 1px solid #e4e4e4;
    display: inline-block;
    height: 1.9em;
    line-height: 1.9em;
    vertical-align: middle;
    margin-left: 10px;
}
.down-table .seek .txt {
      width: 130px;
    padding: 0 10px;
    height: 2em;
    line-height: 2em;
    border: 0;
    vertical-align: top;
    font-size: 14px;
    color: #A6A8AB;
}
.down-table .seek .sub {
  background: url("../images/d02.jpg") no-repeat center;
    width: 1.5em;
    height: 2em;
    border: 0 none;
    cursor: pointer;
    vertical-align: top;
    padding: 0;
}
.down-table select {
  border: 1px solid #e4e4e4;
  color: #A6A8AB;
  margin-left: 10px;
  min-width: 63%;
}
.down-table td {
  font-size: 13px;
  line-height: 30px;
  padding-left: 26px;
}
.down-table .bg {
  background: #f1f1f3;
}
.down-table .down .d2 {
  display: none;
}
.down-table .down .d1 {
  display: inline-block;
}
.down-table .up .d2 {
  display: inline-block;
}
.down-table .up .d1 {
  display: none;
}
.service {
  width: 1000px;
  margin: 0 auto;
}
.service-title img{
  width:67%;
}
.focusBox {
  position: relative;
  width: 900px;
  height: 220px;
  border: 2px solid #bcbdbf;
  overflow: hidden;
  margin: 2.5em auto 20px;
}
.focusBox .pic {
  position: relative;
  z-index: 0;
}
.focusBox .pic img {
  width:100%;
  height: 100%;
  display: block;
}
.focusBox .hd {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  font-size: 0;
  z-index: 1;
}
.focusBox .hd li {
  margin: 0 5px;
  background: url(../images/dot.png) no-repeat 0 -16px;
  height: 16px;
  overflow: hidden;
  width: 16px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  _background: url(../images/dot8.png) no-repeat 0 -16px;
}
.focusBox .hd .on {
  background-position: 0 0;
}
.focusBox .prev,
.focusBox .next {
  width: 60px;
  height: 90px;
  margin: -60px 0 0;
  display: none;
  background: url(images/ad_ctr.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.focusBox .prev {
  left: 0;
}
.focusBox .next {
  background-position: 0 -90px;
  right: 0;
}
.focusBox .prev:hover,
.focusBox .next:hover {
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}
.ser-box {
  width: 65%;
  margin: 0 auto 89px;
}
.join {
  width: 1000px;
  margin: 0 auto;
}
.join-nav {
  width: 17%;
  float: left;
  margin-left:4em;
  border: 2px solid #eaedf4;
  padding: 2em 0;
  margin-bottom: 60px;
}
.join-nav a{
    text-decoration:none;
}
.join-nav li {
  width:90%;
  /*margin: 14px 0;*/
  margin-top:1em;
  margin-left:0.7em;
  line-height:2.6em;
  cursor:pointer;
  
}
.join-nav li:hover{
  background-color:#FFA75B;
}
.join-nav li a:nth-child(1){
  width: 11%;
  height:2em;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/sprite_standard.png");
  background-position: -990px -293px;
  background-repeat: no-repeat;
}
.join-nav li a:nth-child(2){
    text-decoration:none;
    cursor:pointer;
  display: inline-block;
  line-height: 1.3em;
  font-size: 1.3em;
  padding-left: 0.8em;
  color: #404041;
}
/*.join-nav a:hover {
  background: #d5dbe9;
}*/
.join-nav .on a {
  background: #d5dbe9;
}
.join-box {
  width: 70%;
  padding: 30px;
  border: 2px solid #eaedf4;
  float: right;
  margin-bottom: 70px;
  min-height: 386px;
}
.join-box .tit {
  font-size: 2.1em;
  width:100%;
  color: #F58220;
    margin-left: 1%;
    display: inline-block;
    /*zoom: 1;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    z-index: 1;
    text-align: center;
    display: block;
    /*font-size: 2.2em;*/
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
  text-align:center;
  vertical-align:middle;
}
.join-box .tit:before{
    content: '';
    border-top: 1px solid #ccc;
    font-size: 0;
    position: absolute;
    top: 49.5%;
    right: 0;
    left: 0;
    height: 1px;
    overflow: hidden;
    z-index: -1;
}
.join-box .tit span {
    background-color: #fff;
    display: inline-block;
    height: 100%;
    z-index: 1;
    padding-left: 1em;
    padding-right: 1em;
}
.join-list label{
  margin-left: 10em;
    color: #1a1d1f;
    font-size:1.3em;
    display: inline-block;
    margin-bottom: 0.5em;
    font-weight: bold;
}
.join-list .btn{
   display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.join-list .btn-xs{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #ffffff;
    background-color: #969696;
    border-color: #969696;
}
.join-list th{
  padding:8px;
  font-size:1.5em;
}
.join-list tr{
    text-align:left;
    width:50%;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.join-list td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    border-bottom:1px solid #dddddd;
}
.join-box .join-err {
  margin-bottom:1.5em;

}
.join-box .join-err a{
  color:#1a1d1f;
}
.join-box .btn-xs:hover{
    background-color: #868383;
    border-color: #868383;
}
.join-list .arrow_left_blue {
    display: block;
    width: 20px;
    height: 16px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/sprite_standard.png");
    background-position: -1097px -318px;
    background-repeat: no-repeat;
}
.join-list .form-control{
    margin-left: 10em;

    display: block;
    height: 2.5em;
    width:54%;
    padding: 0.4em 0.8em;
    font-size: 1.3em;
    line-height: 2em;
    color: #969696;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0.4em;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.join-list input[type="text"]{
    margin-left: 10em;
     width: 50%;
    height: 1.5em
}
.join-list .btn-primary,.btn-default{
    margin-left: 11em;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #F58220;
    width:54%;
    margin-top:0.7em;
    display: block;
    padding-left: 0;
    padding-right: 0;
    color: #ffffff;
    background-color: #F58220;
    border-color: #F58220;
    font-weight: bold;
    -webkit-appearance: button;
    cursor: pointer;
}
.join-list .btn-primary:hover{
    border: 1px solid #BB641A;
    background-color: #BB641A;
    border-color: #BB641A;
}
.join-list .btn-default:hover{
    border: 1px solid #7B7979;
    background-color: #7B7979;
    border-color: #7B7979;
}
.join-list .btn-default {
    color: #ffffff;
    background-color: #969696;
    border-color: #969696;
    border: 1px solid #969696;
}
.join-title {
  background: url("../images/j01.jpg") repeat-x center;
  width: 630px;
  margin-top: 20px;
}
.join-title .t1 {
  display: inline-block;
  font-size: 2.2em;
  color: #F58220;
  background: #fff;
  padding-right: 28px;
}
.join-title .t2 {
  float: right;
  background: #fff;
  margin-top: 0.5em;
  padding-left: 6px;
}
.join-edit {
  margin: 30px 0 40px;
}
.join-list {
  margin-top: 2em;
  padding-left:1em;
  /*text-align:center;*/
}
.join-list table{
    margin: 2em 0 3em;
}
/*员工风采*/
.join-list .mien-con{
  width:100%;
}
.mien-con li{
  margin-left:4.5em;
  margin-top:1em;
}
.mien-con li img{
    width: 258px;
    height: 189px;
}
.mien-con li a:nth-child(2){
    text-decoration: none;
    color: #545454;
    font-family: '微软雅黑';
    text-align:center;
    margin-top: 0.1em;
}
.mien-con li a:hover{
  color:#F58220;
}
.mien-box{
  margin-bottom:9em;
}
.mien-box .mien-left,.mien-box .mien-right{
  min-height:500px;
}
.mien-box .mien-left{
  border:1px solid #e4e4e4;

}
.mien-box .mien-left{
  width:62%;
  margin-left:9.5em;
}
.mien-box .mien-right{
  margin-right:9em;
  width:20%;
  min-width:284px;
}
.mien-left .mien-tit{
  font-family: "微软雅黑";
  line-height: 3em;
  padding-left: 1em;
  font-size: 1.25em;
  height:3em;
  color:#A9967A;
  border-bottom:2px solid #F58220;
}
.mien-left .mien-del{
  padding:2.5em;
}
.mien-del .mien-del-tit{
    width: 100%;
    text-align: center;
    font-size: 2em;
    font-family: '微软雅黑';
    color: #333333;
    margin: 0.5em 0em;
}
.mien-del .mien-del-des{
    height: 2.5em;
    background: #f3f3f3;
    margin: 0px auto;
    line-height: 2.5em;
    text-align: center;
}
.mien-del .mien-del-des span{
    color: #333333;
    display: inline-block;
    margin-right: 7em;
}
.mien-del .mien-tit-con{
  margin-top:1em;
}
.mien-right .mien-right-hot{
  margin-bottom:1em;
}
.mien-right .mien-right-tit{
  height: 2.2em;
  background: #f58220;
  line-height: 2.2em;
  padding-left: 0.5em;
  color: #ffffff;
  font-size: 1.5em;
  font-family: '微软雅黑';
}
.mien-right .mien-right-list{
  padding:1em;
  min-height:14em;
  background:#F9F6F2;
}
.mien-right-new .mien-right-list{
  min-height:16.1em;
}
.mien-right-list li{
  margin-top:0.5em;
}
.mien-right-list li a{
  font-size:1.2em;
}
.join-list a {
  display: block;
  line-height: 36px;
  font-size: 1.4em;
  color: #1B75BB;
}
.join-list a:hover {
  color: #F58220;
}
.ct-title {
      margin: 0 auto;
    width: 70%;
    background: #f78222;
    line-height: 1.8em;
    height: 2em;
    font-size: 1.5em;
    color: #231F20;
}
.ct-title form{
    padding: 0 1.5em;
}
.ct-des {
  font-size: 1.4em;
  line-height: 2.2em;
  color: #929497;
  margin: 2em auto;
  width: 70%;
}
.ct-title select {
  width: 148px;
  height: 24px;
  border: 1px solid #e5e5e5;
  color: #A6A8AB;
  font-size: 16px;
  margin: 0 56px 0 4px;
}
.ct-title .sub {
  width: 8%;
  height: 1.4em;
  background: url("../images/ct01.jpg") no-repeat center;
  padding: 0;
  border: 0 none;
  float: right;
  margin-top: 0.3em;
  cursor: pointer;
}
.ct-main {
  margin: 10px auto;
  width: 70%;
  height: 326px;
}
.ct-main dt {
  background: #d1d2d4;
  padding-left: 2em;
  font-size: 17px;
  line-height: 36px;
}
.ct-main dd {
  line-height: 36px;
  font-size: 13px;
  color: #808184;
  padding-left: 4em;
}
.ct-main .more {
  float: right;
  color: #F58220;
  font-size: 16px;
  margin-right: 30px;
}
.map-title {
  margin: 0 auto;
  width: 70%;
  background: #f78222;
  /*padding: 0 28px;*/
  line-height: 36px;
  height: 36px;
}
.map-title .txt {
     width: 37%;
    height: 24px;
    margin-left: 1em;
    padding-left: 1em;
    color: #A6A8AB
}
.map-title .sub {
  width: 10%;
  height: 2em;
  background: url("../images/ct01.jpg") no-repeat center;
  padding: 0 ;
  border: 0 none;
  float: right;
  margin-top: 6px;
  cursor: pointer;
}
.map {
  margin: 12px auto 100px;
  border: 3px solid #a7a8ac;
  width: 69.5%;
}
#allmap{
  height:500px;
}
.page a {
  display:inline-block;
}
.page .rows{ margin: 0 15px; }
.page .current {margin-right: 5px;border: 1px solid #F58220;padding: 2px 10px;background-color: #F58220;color: #fff;border-radius: 4px;}
.page .jump_input {
    border-radius: 4px;
    border: 1px solid #F58220;
    width: 40px;
    text-align: center;
    padding: 2px 0;
    margin-bottom:0.3em;
    
}
 .page .jump_limit, .jump_input{
        margin: 0px 5px;
    }
 .page .jump_limit {
    border: 1px solid #F58220;
    padding: 2px 10px;
    border-radius: 4px;
}
 .page .jump_submit {
    width:4em;
    height:1.9em;
    background-color: #F58220;
    border-radius: 3px;
    border: 1px #F58220 solid;
    color: #fff;
    cursor: pointer;
    margin-bottom:0.3em;
}
