﻿@charset "UTF-8";
/* 技术支持：奇奇科技  www.qiqikeji.com */
.marginauto{margin: 0 auto; }
.none {display: none; }
.block {display: block; }
.cursor {cursor: pointer;}

.bg-none{background: none!important;}
.bg-color{background-color:#f9f4ed}

.text-justify {
  text-align: Justify;
  text-justify: inter-ideograph; }
.text-left {
  text-align: left; }
.text-center {
  text-align: center!important }
.text-right {
  text-align: right; }

.pull-left{float: left; }
.pull-right {float: right; }

.font-color{color: #9a9692}

/* 现代浏览器 */
.clear:before, .clear:after {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

/* IE 6/7浏览器 (触发hasLayout) */
.clear {
  *zoom: 1; }

.post-fiexd{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.over-yichu {  /**文本溢出一行省略号*/
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.text-wrap {  /**文本折行*/
  text-wrap: wrap;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word; }

/**文本溢出多行行省略号*/
.clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break:break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.row1{-webkit-line-clamp: 1;}
.row2{-webkit-line-clamp: 2;}
.row3{-webkit-line-clamp: 3;}
.row4{-webkit-line-clamp: 4;}
.row5{-webkit-line-clamp: 5;}
.row6{-webkit-line-clamp: 6;}

.col-1{width: 100%!important;}
.col-2{width: 50%!important;}
.col-3{width: 33.33%!important;}
.col-4{width: 25%!important;}
.col-5{width: 20%!important;}
.col-6{width: 16.66%!important;}

/* 公用Css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,input,textarea, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-family: Tahoma, Arial, Roboto, "Droid Sans", "Helvetica Neue", "Droid Sans Fallback", "Heiti SC", sans-self;*/
  font-family: microsoft yahei, "黑体", Arial, Simsun, "Arial Unicode MS", Mingliu, Helvetica;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
.topbanner{position:relative;}
.topbanner .ling{    
    position:absolute;
    left:90%;
    bottom:6%;}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

ul, ol, li {
  list-style: none; }


img, input, select, textarea {
  vertical-align: middle;
  outline: none;
  border: 0;
  background: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

em, i{font-style: normal}

b, label,em{font-weight: normal}

hr{margin-top: 10px; margin-bottom: 10px}

img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
  outline: none;
  color: #716e6b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

/*a:hover {*/
  /*text-decoration: none;*/
  /*color:#f52855;*/
/*}*/

a:link, a:visited, a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*移动端取消touch高亮效果*/
}

a:focus {
  outline: none;
  -webkit-moz-outline-style: none;
  -moz-moz-outline-style: none;
  -ms-moz-outline-style: none;
  -o-moz-outline-style: none;
  moz-outline-style: none;
}

html {
  /*-webkit-text-size-adjust: none; /**恢复文本缩放**/
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;  /**禁用文本缩放*/
}
body {
  background-color: #f9f4ed;
  color: #716e6b;
  font-size: 14px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased; /**解决字体在移动端比例缩小后出现锯齿的问题：*/
}

.body-bg{
  background-color: #f5e9db;
}

textarea{resize: none;}
input[type=submit],input[type=button] {
  border: none;
  outline: none !important;
  -webkit-appearance: none; /*解决iphone safari上的圆角问题*/
  -moz-appearance: none;
  -o-appearance: none;

}

/* 首页 */
.container {
  width: 100%;
  max-width: 750px;
  padding: 0 10px;
  margin: 0 auto;
}

.w {
  width: 100%;
  margin: 0 auto;
  max-width: 750px; }

.bordert:after, .borderb:after, .borderl:after, .borderr:after {
  content: "";
  position: absolute;
  border-top: 1px solid #dcd8d3;
  -webkit-transform:scaleY(0.5);  /**确保1px边框不失真*/
}

.bordert:after {
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;}

.borderb:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;}

.borderl:after {
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;}

.borderr:after {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;}

.bordertb {
  border-top: 1px #dcd8d3 solid;
  border-bottom: 1px #dcd8d3 solid;
}
.border_t {
  border-top: 1px solid #dcd8d3;
}

.border_b {
  border-bottom: 1px solid #dcd8d3;
}

.border_l {
  border-left: 1px solid #dcd8d3;
}

.border_r {
  border-right: 1px solid #dcd8d3;
}


.margint {
  margin-top: 10px; }
.marginb {
  margin-bottom: 10px; }
.marginl {
  margin-left: 10px; }
.marginr {
  margin-right: 10px; }

.paddingt {
  padding-top: 10px; }
.paddingb {
  padding-bottom: 10px; }
.paddingl {
  padding-left: 10px; }
.paddingr {
  padding-right: 10px; }

.pad-l-n {padding-left: 0!important;}
.pad-r-n {padding-right: 0!important;}
.pad-t-n {padding-top: 0!important;}
.pad-b-n {padding-bottom: 0!important;}

.mar-l-n {margin-left: 0!important;}
.mar-r-n {margin-right: 0!important;}
.mar-t-n {margin-top: 0!important;}
.mar-b-n {margin-bottom: 0!important;}

.no-border{border: none!important;}
.no-after:after{display: none!important;}
.no-before:before{display: none!important;}

.center-middle{ /**不定宽高的水平垂直居中*/
  position:absolute;
  top:50%;
  left:50%;
  z-index:3;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}

html{font-size: 32px;}

@media(min-device-width:360px){
  html{font-size: 36px;}
}
@media(min-device-width:375px){
  html{font-size: 37.5px;}
}
@media(min-device-width:414px){
  html{font-size: 41.4px;}
}
@media(min-device-width:540px){
  html{font-size: 54px;}
}
@media(min-device-width:640px){
  html{font-size: 64px;}
}



/*针对适配等比缩放的方法:*/
/*@media only screen and (min-width: 1024px){*/
  /*body{zoom:3.2;}*/
/*}*/
/*@media only screen and (min-width: 768px) and (max-width: 1023px) {*/
  /*body{zoom:2.4;}*/
/*}*/
/*@media only screen and (min-width: 640px) and (max-width: 767px) {*/
  /*body{zoom:2;}*/
/*}*/
/*@media only screen and (min-width: 540px) and (max-width: 639px) {*/
  /*body{zoom:1.68;}*/
/*}*/
/*@media only screen and (min-width: 480px) and (max-width: 539px) {*/
  /*body{zoom:1.5;}*/
/*}*/
/*@media only screen and (min-width: 414px) and (max-width: 479px) {*/
  /*body{zoom:1.29;}*/
/*}*/
/*@media only screen and (min-width: 400px) and (max-width: 413px) {*/
  /*body{zoom:1.25;}*/
/*}*/
/*@media only screen and (min-width: 375px) and (max-width: 413px) {*/
  /*body{zoom:1.17;}*/
/*}*/
/*@media only screen and (min-width: 360px) and (max-width:374px) {*/
  /*body{zoom:1.125;}*/
/*}*/