html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, 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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  font-family: "Microsoft YaHei", Verdana, Arial, Tahoma, sans-serif;
  /* font smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; /* stylelint-disable-line */
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  background-color: #f8f8f8;
}
a {
  text-decoration: none;
  font-size: 12px;
  color: #555;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
ul, ol {
  list-style: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    font-weight: normal;
    color: #999;
}
.header{
  height: 88px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.13);
  width: 100%;
  background-color: #fff;
}
.header .center{
  width: 1200px;
  margin: 0 auto;
  max-width: 1200px;
  height: 88px;
  position:relative;
}
.header .center .logo{
  float: left;
  height: 88px;
  background-color: #fff;
}
.header .center .logo img{
  height: 88px;
  width: 88px;
}
.header .center .right{
  float: right;
  height: 88px;
}
.header .center .menu{
  vertical-align: middle;
  display: inline-block;
}
.header .center .menu li{
  float: left;
  height: 88px;
  line-height: 88px;
  font-size: 16px;
}
.header .center .menu li a{
  color: #333;
  font-size: 16px;
  padding: 20px;
}
.header .center .menu li a:hover{
  color: #f53;
}
.header .center .menu li a span{
  border-bottom: 2px solid #f53;
  color: #f53;
  padding: 12px 0;
}
.header .center .tel{
  padding: 1px 0 1px 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #f53;
  border-left: 1px solid #e5e5e5;
}
.header .center .ercode{
  float: right;
  margin-left: 15px;
  background: #f90 url(t_code.png) no-repeat center center;
  height: 66px;
  width: 66px;
  cursor: pointer;
  position: relative;
}
.header .center .ercode .code-image{ 
  display: none; 
  border:#f90 2px solid;
  background:#fff;
  position: absolute;
  top: 66px;
  left: -50px;
  padding: 10px;
}
.header .center .ercode .code-image img{
  width: 150px;
  height: 150px;
}
.header .center .ercode:hover .code-image{
  display: block;
}
.layout{
  width: 1200px;
  margin: 18px auto 0;
  max-width: 1200px;
}
.layout .fliter{
  padding:5px 15px 0 15px;
  overflow: hidden;
  padding-bottom: 10px;
  background-color: #fff;
}
.layout .fliter .item{
  border-bottom: 1px #f0f0f0 solid;
  display: flex;
  padding: 13px 0 0;
}
.layout .fliter .item .l{
  flex: 0.5;
  text-align: left;
  font-size: 14px;
  color: #999;
  padding: 1px 0 4px 20px;
}
.layout .fliter .item .r{
  flex: 9;
}
.layout .fliter .item .r li{
  float: left;
  margin-right: 18px;
  margin-bottom: 13px;
}
.layout .fliter .item .r li span{
  font-size: 14px;
  background-color: #fff;
  display: inline-block;
  color: #333;
  padding: 1px 3px;
  cursor: pointer;
}
.layout .fliter .item .r li span:hover{ color: #f53; }
.layout .fliter .item .r li span.focus{
  background-color: #f53;
  color: #fff;
  border-radius: 2px;
}
.layout .fliter .footer{
  overflow: hidden;
  padding:15px 20px 8px 20px;
  color: #999;
}
.layout .fliter .footer .x{
  float: left;
}
.layout .fliter .footer .y{
  float: right;
}
.layout .fliter .footer .x span{
  color: #f53;
  margin: 0 2px;
}
.layout .fliter .footer .y span{
  color: #f53;
  cursor: pointer;
}
#flex-left{
  position: fixed;
  left: 0;
  bottom: 40%;
}

.tab{
  margin-top:15px;
  height: 60px;
  background: #fff;
  padding: 0 24px;
}
.tab .title{
  float: left;
  height: 57px;
  line-height: 60px;
  font-size: 18px;
  color: #f53;
  border-bottom: 3px solid #f53;
  margin-right: 35px;
  cursor: pointer;
}
.tab .no-title{
  border-color: #fff;
  color: #999;
} 
.tab .layout-search{
  position: relative;
  float: right;
  border-radius: 2px;
  width: 140px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
  border: 1px solid #e5e5e5;
}
.tab .layout-search input{
  width: 100%;
  height: 30px;
  padding: 0 30px 0 10px;
  font-size: 14px;
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
}
.tab .layout-search .car-button{
  line-height: 1;
  position: absolute;
  right: 4px;
  top: 4px;
  color: #ccc;
  font-size: 24px;
  cursor: pointer;
}
.tab .layout-search .car-button:before {
  content: "\e712";
  font-family: "iconfont" !important;
  color: #333;
}
.list{
  overflow: hidden;
  padding-bottom: 15px;
}
.list .r-list-item{
  float: left;
  margin: 15px 15px 0 0;
  display: block;
  border:#fff 1px solid;
  padding: 1px;
  height: 255px;
  width: 228px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.list .r-list-item-f{
  margin-right: 0;
}
.list .r-list-item:hover{
  border-color: #f53;
  color: #f53;
}
.list .r-list-item .mark{
  position: absolute;
  z-index: 1;
  color: #fff;
  width: 26px;
  left: 10px;
  top: 1px;
  background: #f53;
  opacity: 0.8;
  padding: 3px;
  border-radius: 2px;
}
.list .r-list-item .mark:besssfore{
    content: "";
    position: absolute;
    background: #f53;
    z-index: -1;
    opacity: 0.8;
}

.list .r-list-item img{
  width: 100%;
  height: 150px;
}
.list .r-list-item .desc{
  padding: 10px 10px 0;
  color: #333;
  font-size: 14px;
  overflow: hidden;
}
.list .r-list-item .desc .x{
  float: left;
}
.list .r-list-item .desc .y{
  float: right;
  text-align: right;
  font-size: 12px;
  color: #888;
  padding-top: 2px;
}
.list .r-list-item .atr{
  padding: 8px 10px 0;
  color: #888;
}
.list .r-list-item .bot{
  padding: 6px 10px 0;
  color: #888;
  display: flex;
}
.list .r-list-item .bot .fee{
  flex: 5;
  color: #f60;
}
.list .r-list-item .bot .fee .span-0{
  font-size: 20px;
  font-weight: 400;
}
.list .r-list-item .bot .fee .span-1{
}
.list .r-list-item .bot .fee em{
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}
.list .r-list-item .bot .t{
  flex: 5;
  text-align: right;
  padding-top: 6px;
  color: #999;
}

.ui-page{
  padding: 20px 0 50px 0;
  text-align: center;
  overflow: hidden;
}
.ui-page a.link{
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 4px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  border-radius: 2px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}
.ui-page a.link:hover{
  border: 1px solid #f53;
}
.ui-page a.link-focus{
  border: 1px solid #f53;
  background-color: #f53;
  color: #fff;
}



.layout-model{
  background: #fff;
  padding: 20px;
  width: 1160px;
  overflow: hidden;
}

.layout-model .layout-model-pic{
  width: 600px;
  overflow: hidden;
  float: left;
}
.layout-model .layout-model-pic .pic-slider{
  width: 100%;
  position: relative;
}
.layout-model .layout-model-pic .pic-slider .iv{
  position: absolute;
  padding: 6px 16px;
  top: 5px;
  left: 5px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(23,23,23,.5);
  z-index: 1000;
}
.layout-model .layout-model-pic .pic-slider .list{
  position: relative;
  height: 320px;
  width: 10000%;
}
.layout-model .layout-model-pic .pic-slider .list li{
  float: left;
  width: 600px;
  height: 320px;
  position: relative;
}
.layout-model .layout-model-pic .pic-slider .list li img{
  width: 600px;
  height: 100%
}
.layout-model .layout-model-pic .pic-small{
  position: relative;
  margin-top: 13px;
  height: 74px;
  overflow: hidden;
}
.layout-model .layout-model-pic .pic-small .fx{
  position: absolute;
  width: 28px;
  line-height: 74px;
  text-align: center;
  top: 0;
  bottom: 0;
  background-color: #444;
  opacity: .4;
  z-index: 4;
  cursor: pointer;
}
.layout-model .layout-model-pic .pic-small .fx:before{
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  color: #fff;
  font-size: 18px;
}
.layout-model .layout-model-pic .pic-small .prev{
  left: 0;
}
.layout-model .layout-model-pic .pic-small .next{
  right: 0;
}
.layout-model .layout-model-pic .pic-small .prev:before{
  content: "\e700";
}
.layout-model .layout-model-pic .pic-small .next:before{
  content: "\e6ff";
}
.layout-model .layout-model-pic .list{
  width: 1000%;
  overflow: hidden;
  display: table;
  position: relative;
}
.layout-model .layout-model-pic .list li{
  position: relative;
  float: left;
  width: 112px;
  height: 74px;
  margin-right: 10px;
  overflow: hidden;
  cursor: pointer;
}
.layout-model .layout-model-pic .list li.active:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #f53;
  z-index: 2;
}
.layout-model .layout-model-pic .list li img{
  width: 100%;
  height: 100%;
}

.layout-model .layout-model-destion{
  float: right;
  width: 532px;
}
.layout-model-destion .info{
  height: 32px;
  padding: 10px 0 0;
}
.layout-model-destion .info .title{
  float: left;
  line-height: 32px;
  font-family: inherit;
  font-weight: 500;
  color: #333;
  font-size: 26px;
}
.layout-model-destion .info span{
  float: right;
  line-height: 40px;
  color: #999;
}
.layout-model-destion .price{ 
  margin-top: 20px;
  padding: 0 12px;
  height: 80px;
  background-color: #f6f6f6;
  overflow: hidden;
}
.layout-model-destion .price .d{
  float: left;
  font-size: 14px;
  color: #666;
  margin-top: 30px;
}
.layout-model-destion .price .e{
  float: left;
  margin-top: 14px;
  margin-left: 10px;
}
.layout-model-destion .price .e em{
  font-style: normal;
  color: #f53;
  font-size: 30px;
}
.layout-model-destion .price .e i{
  font-style: normal;
  color: #f53;
}
.layout-model-destion .price .f{
  float: right;
  font-style: normal;
  color: #f53;
  margin-top: 30px;
}
.layout-model-destion .simplify{
  padding: 20px 0;
  display: flex;
}
.layout-model-destion .simplify .node{
  flex: 2;
  position: relative;
  text-align: center;
}
.layout-model-destion .simplify .node .title{
  font-size: 18px;
  color: #333;
}
.layout-model-destion .simplify .node .detail{
  margin-top: 11px;
  font-size: 14px;
  color: #999;
}
.layout-model-destion .simplify .node:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 36px;
    margin-top: -18px;
    background-color: #e5e5e5;
}
.layout-model-destion .simplify .node-last:before{
  display: none;
}
.layout-model-destion .button{
  overflow: hidden;
  margin-top: 10px;
}
.layout-model-destion .button span{
  position: relative;
  display: inline-block;
  background-color: rgba(255,85,51,.8);
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 20px;
  border-radius: 2px;
  cursor: pointer;
  padding:0 25px 0 55px;
}
.layout-model-destion .button span:hover{ background: #f53; }
.layout-model-destion .button span:before {
    content: "\e71a";
	left: 16px;
    top: 0;
    font-size: 34px;
	position: absolute;
	font-family: "iconfont" !important;
}
.layout-model-destion .button a{
  margin-left: 10px;
  display: inline-block;
  background-color: rgba(19,206,102,.8);
  width: 204px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 20px;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
}
.layout-model-destion .button a:hover{
 background-color: #13ce66;
}
.layout-model-destion .sfoot{
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  color: #777;
}


.layout-content{
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
}
.layout-content h2{
  margin-top: 20px;
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  color: #555;
  line-height: 20px;
  font-weight: 700;
}
.layout-content h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 16px;
  margin-top: -8px;
  border-radius: 17px;
  background-color: #f53;
}

.layout-content .content-info{
  background: #f9f9f9;
  margin-top: 20px;
  padding:8px 0;
  overflow: hidden;
}
.layout-content .content-info .x{
  float: left;
  width: 25%;
  overflow: hidden;
  line-height: 34px;
}
.layout-content .content-info .y{
  overflow: hidden;
  line-height: 34px;
  width: 100%;
}
.layout-content .content-info .title{
  width: 140px;
  float: left;
  text-align: right;
  color: #999;
}
.layout-content .content-info .detion{
  float: left;
  margin-left: 15px;
  color: #333;
}
.layout-content .content-pic{
  padding: 20px 0;
  overflow: hidden;
}
.layout-content .content-pic .item{
  width: 1160px;
}
.layout-content .content-pic .item img{
  height: auto;
  max-width: 1160px;
}
.empty{
  margin-top: 30px;
}
.xfooter{
  background: #21252e;
  text-align: center;
  color: hsla(0,0%,60%,.6);
  padding: 20px 0;
  width: 100%;
  font-size: 12px;
}
.xfooter a{color: hsla(0,0%,60%,.6);}
.xfooter a:hover{ color: #fff; }

#x-dialog-back{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #333;
  background-color: rgba(51,51,51,.9);
  z-index: 10000;
  display: none;
}
#x-dialog{
  position: fixed;
  width: 400px;
  height: 480px;
  background: #fff;
  z-index: 10001;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -240px;
  display: none;
}
#x-dialog .t{
  padding: 20px;
}
#x-dialog .t span{
  display: block;
  float: right;
  font-size: 28px;
  color: #ccc;
  cursor: pointer;
  font-family: "iconfont" !important;
}
#x-dialog .t span:before {
    content: "\e702";
}
#x-dialog .x-box{
  padding: 20px;
}
#x-dialog .x-box .x-pic{
  text-align: center;
  margin-top: 40px;
}
#x-dialog .x-box .x-pic img{width: 258px; height: 258px;}
#x-dialog .x-box h2{
  color: #333;
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}

#x-dialog-back-2{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #333;
  background-color: rgba(51,51,51,.9);
  z-index: 10000;
  display: none;
}
#x-dialog-2{
  position: fixed;
  width: 400px;
  height: 480px;
  background: #fff;
  z-index: 10001;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -240px;
  display: none;
}
#x-dialog-2 .t{
  padding: 20px;
}
#x-dialog-2 .t span{
  display: block;
  float: right;
  font-size: 28px;
  color: #ccc;
  cursor: pointer;
  font-family: "iconfont" !important;
}
#x-dialog-2 .t span:before {
    content: "\e702";
}
#x-dialog-2 .x-box{
  padding: 20px;
}
#x-dialog-2 .x-box .x-pic{
  text-align: center;
  margin-top: 40px;
}
#x-dialog-2 .x-box .x-pic img{width: 258px; height: 258px;}
#x-dialog-2 .x-box h2{
  color: #333;
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}

.fullSlide{width:100%;position:relative;height:400px; margin-top: 10px;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:400px;overflow:hidden;text-align:center; background-size: 100% auto; background-repeat: no-repeat;}
.fullSlide .bd li a{display:block;height:400px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
