html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
} 
.doc-jieshao p{ margin-bottom: 6px !important; }
.edui-emoji {letter-spacing: 8px;}
video {
    border: 2px solid #f1f3f4;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
}
.yqlink label {
    padding: 0 10px;
}
.doc-desc li {
  line-height: 20px !important;
  height: auto !important;
      padding: 10px 5px !important;
}
.doc-desc p {
  font-size: 12px;
  color: #b2b1b1;
  margin-bottom: 5px;

    height: 20px;
    overflow: hidden;
}
.news-content-info p {
margin-bottom: 2px !important;
    line-height: 30px;
}
.entry-tags {
    margin-top: 60px;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bbs-top-tips {
    background: #FFF;
    padding: 15px 20px;
    box-shadow: 0px 0px 2px #DDD;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: -10px;
    line-height: 20px;
    word-spacing: 15px;
}
.trbbs-detail-info .layui-badge {
    height: 20px !important;
    line-height: 20px !important;
    border-radius: 2px !important;
}
.hot-icon, .new-icon {
    position: absolute;
    display: block;
    width: 37px;
    top: 9px !important;
    height: 18px;
    right: 30px !important;
    top: 1px;
    background: url(../images/hot.png) 0 center no-repeat !important;
}
.new-icon {
    width: 40px;
    background-position: -37px 3px !important;
}
 .news-content-info {
  margin-top: 30px;
 }
.news-content-info p {
  font-size: 16px;
}
.bbs-top-tips span {
    color: #F90;
    display: inline-block;
    padding: 0 2px;
}
.content_tips {
      color: red;
    text-align: center;
    border-bottom: 1px dashed #95c376;
    margin-bottom: 20px;
    padding-bottom: 10px;
} 
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar  
{  
    width: 8px;  
    height: 8px;  
    background-color: #F5F5F5;  
}  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    background-color: #F5F5F5;  
}    
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color: #bdbdbd;  
}  
/*滑块效果*/
::-webkit-scrollbar-thumb:hover
{
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: rgba(0,0,0,0.4);
}
body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 14px;
  background-color: #373d41;
}

.xrls {
    background: #fff;
    width: 100%;
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #eee;border-radius: 4px;
}
.xrls ul {
    position: relative;
}

.xrls ul li {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 100px;
    padding-bottom: 30px;
}
.xrls ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 75.2px;
    top: 10px;
    background: #ddd;
    background: url(../images/xr_yuan.png) no-repeat center;
    z-index: 2;
}
.xrls ul li .year {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #00a2e9;
    line-height: 30px;
}
.xrls ul li .text {
    padding-left: 20px;
    width: 100%;
    margin-top: -1px;
}
.xrls ul li .text span {
    font-size: 16px;
    line-height: 30px;
    display: block;
    color: #f60;
    padding-bottom: 5px;
    position: relative;
}
.xrls ul li .text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3px;
}
.xrls ul li:after {
    content: '';
    position: absolute;
    left: 80px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
    z-index: 1;
}
.news-content-info a {
  color: #40aae3;
}

/*------------------------------------------------------------------*/
/*  IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/

#page { overflow: hidden; 

  background-color: #fff;
}
/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/

.wide-100 { padding-top: 100px; padding-bottom: 100px; }
.wide-90 { padding-top: 100px; padding-bottom: 90px; }
.wide-80 { padding-top: 100px; padding-bottom: 80px; }
.wide-70 { padding-top: 100px; padding-bottom: 70px; }
.wide-60 { padding-top: 100px; padding-bottom: 60px; }
.wide-50 { padding-top: 100px; padding-bottom: 50px; }
.wide-40 { padding-top: 100px; padding-bottom: 40px; }
.wide-30 { padding-top: 100px; padding-bottom: 30px; }
.wide-20 { padding-top: 100px; padding-bottom: 20px; }

/*------------------------------------------*/
/*  Margin Top
/*------------------------------------------*/

.mt-100 { margin-top: 100px; }
.mt-90 { margin-top: 90px; }
.mt-80 { margin-top: 80px; }
.mt-70 { margin-top: 70px; }
.mt-60 { margin-top: 60px; }
.mt-50 { margin-top: 50px; }
.mt-45 { margin-top: 45px; }
.mt-40 { margin-top: 40px; }
.mt-35 { margin-top: 35px; }
.mt-30 { margin-top: 30px; }
.mt-25 { margin-top: 25px; }
.mt-20 { margin-top: 20px; }
.mt-15 { margin-top: 15px; }
.mt-10 { margin-top: 10px; }
.mt-5 { margin-top: 5px; }

/*------------------------------------------*/
/*  Margin Bottom
/*------------------------------------------*/

.mb-100 { margin-bottom: 100px; }
.mb-90 { margin-bottom: 90px; }
.mb-80 { margin-bottom: 80px; }
.mb-70 { margin-bottom: 70px; }
.mb-60 { margin-bottom: 60px; }
.mb-50 { margin-bottom: 50px; }
.mb-45 { margin-bottom: 45px; }
.mb-40 { margin-bottom: 40px; }
.mb-35 { margin-bottom: 35px; }
.mb-30 { margin-bottom: 30px; }
.mb-25 { margin-bottom: 25px; }
.mb-20 { margin-bottom: 20px; }
.mb-15 { margin-bottom: 15px; }
.mb-10 { margin-bottom: 10px; }
.mb-5 { margin-bottom: 5px; }
.mb-0 { margin-bottom: 0; }

/*------------------------------------------*/
/*  Margin Left
/*------------------------------------------*/

.ml-70 { margin-left: 70px; }
.ml-60 { margin-left: 60px; }
.ml-50 { margin-left: 50px; }
.ml-45 { margin-left: 45px; }
.ml-40 { margin-left: 40px; }
.ml-35 { margin-left: 35px; }
.ml-30 { margin-left: 30px; }
.ml-25 { margin-left: 25px; }
.ml-20 { margin-left: 20px; }
.ml-15 { margin-left: 15px; }
.ml-10 { margin-left: 10px; }
.ml-5 { margin-left: 5px; }

/*------------------------------------------*/
/*  Margin Right
/*------------------------------------------*/

.mr-70 { margin-right: 70px; }
.mr-60 { margin-right: 60px; }
.mr-50 { margin-right: 50px; }
.mr-45 { margin-right: 45px; }
.mr-40 { margin-right: 40px; }
.mr-35 { margin-right: 35px; }
.mr-30 { margin-right: 30px; }
.mr-25 { margin-right: 25px; }
.mr-20 { margin-right: 20px; }
.mr-15 { margin-right: 15px; }
.mr-10 { margin-right: 10px; }
.mr-5 { margin-right: 5px; }

/*------------------------------------------*/
/*  Padding Top
/*------------------------------------------*/

.pt-100 { padding-top: 100px; }
.pt-90 { padding-top: 90px; }
.pt-80 { padding-top: 80px; }
.pt-70 { padding-top: 70px; }
.pt-60 { padding-top: 60px; }
.pt-50 { padding-top: 50px; }
.pt-45 { padding-top: 45px; }
.pt-40 { padding-top: 40px; }
.pt-35 { padding-top: 35px; }
.pt-30 { padding-top: 30px; }
.pt-25 { padding-top: 25px; }
.pt-20 { padding-top: 20px; }
.pt-15 { padding-top: 15px; }
.pt-10 { padding-top: 10px; }

/*------------------------------------------*/
/*  Padding Bottom
/*------------------------------------------*/

.pb-100 { padding-bottom: 100px; }
.pb-90 { padding-bottom: 90px; }
.pb-80 { padding-bottom: 80px; }
.pb-70 { padding-bottom: 70px; }
.pb-60 { padding-bottom: 60px; }
.pb-50 { padding-bottom: 50px; }
.pb-45 { padding-bottom: 45px; }
.pb-40 { padding-bottom: 40px; }
.pb-35 { padding-bottom: 35px; }
.pb-30 { padding-bottom: 30px; }
.pb-25 { padding-bottom: 25px; }
.pb-20 { padding-bottom: 20px; }
.pb-15 { padding-bottom: 15px; }
.pb-10 { padding-bottom: 10px; }
.pb-0 { padding-bottom: 0; }

/*------------------------------------------*/
/*  Padding Left
/*------------------------------------------*/

.pl-100 { padding-left: 100px; }
.pl-90 { padding-left: 90px; }
.pl-80 { padding-left: 80px; }
.pl-70 { padding-left: 70px; }
.pl-60 { padding-left: 60px; }
.pl-50 { padding-left: 50px; }
.pl-45 { padding-left: 45px; }
.pl-40 { padding-left: 40px; }
.pl-35 { padding-left: 35px; }
.pl-30 { padding-left: 30px; }
.pl-25 { padding-left: 25px; }
.pl-20 { padding-left: 20px; }
.pl-15 { padding-left: 15px; }
.pl-10 { padding-left: 10px; }
.pl-5 { padding-left: 5px; }
.pl-0 { padding-left: 0px; }

/*------------------------------------------*/
/*  Padding Right
/*------------------------------------------*/

.pr-100 { padding-right: 100px; }
.pr-90 { padding-right: 90px; }
.pr-80 { padding-right: 80px; }
.pr-70 { padding-right: 70px; }
.pr-60 { padding-right: 60px; }
.pr-50 { padding-right: 50px; }
.pr-45 { padding-right: 45px; }
.pr-40 { padding-right: 40px; }
.pr-35 { padding-right: 35px; }
.pr-30 { padding-right: 30px; }
.pr-25 { padding-right: 25px; }
.pr-20 { padding-right: 20px; }
.pr-15 { padding-right: 15px; }
.pr-10 { padding-right: 10px; }
.pr-5 { padding-right: 5px; }
.pr-0 { padding-right: 0px; }

/*------------------------------------------*/
/*  Padding Centered
/*------------------------------------------*/

.pc-45 { padding-right: 45px; padding-left: 45px; } 
.pc-40 { padding-right: 40px; padding-left: 40px; }
.pc-35 { padding-right: 35px; padding-left: 35px; }
.pc-30 { padding-right: 30px; padding-left: 30px; }
.pc-25 { padding-right: 25px; padding-left: 25px; }
.pc-20 { padding-right: 20px; padding-left: 20px; }
.pc-15 { padding-right: 15px; padding-left: 15px; }

/*------------------------------------------*/
/*  BACKGROUND SETTINGS
/*------------------------------------------*/

.bg-fixed,
.bg-scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.bg-scroll {
  background-attachment: fixed !important;
}

/*------------------------------------------*/
/*  Background Colors for Sections
/*------------------------------------------*/

.bg-white { background-color: #fff!important; }
.bg-lightdark { background-color: #35363a; }
.bg-dark { background-color: #2e2f33!important; }
.bg-lightgrey { background-color: #f4f6f8; }
.bg-blue { background-color: #40aae3; }
.bg-deepblue { background-color: #004a91; }
.bg-steelblue { background-color: #004861; }
.bg-darkgreen { background-color: #0dc176; }
.bg-lime { background-color: #89be19; }

/*------------------------------------------*/
/*   BORDER SETTINGS FOR DEMOS
/*------------------------------------------*/

.b-top { border-top: 1px dashed #e9e9e9; }
.b-bottom { border-bottom: 1px dashed #e9e9e9; }
.b-left { border-left: 1px dashed #e9e9e9; }
.b-right { border-right: 1px dashed #e9e9e9; }




/* ==========================================================================
  02. TYPOGRAPHY
  =========================================================================== */

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: -0.25px;
}

/* Header H5 */
h5.h5-xs { font-size: 1.125rem; }  /* 18px */
h5.h5-sm { font-size: 1.1875rem; } /* 19px */
h5.h5-md { font-size: 1.25rem;  }  /* 20px */
h5.h5-lg { font-size: 1.375rem;  } /* 22px */
h5.h5-xl { font-size: 1.5rem; }    /* 24px */

/* Header H4 */
h4.h4-xs { font-size: 1.625rem; }  /* 26px */
h4.h4-sm { font-size: 1.75rem; }   /* 28px */
h4.h4-md { font-size: 1.875rem; }  /* 30px */
h4.h4-lg { font-size: 2rem; }      /* 32px */
h4.h4-xl { font-size: 2.125rem; }  /* 34px */

/* Header H3 */
h3.h3-xs { font-size: 2.375rem; }  /* 38px */
h3.h3-sm { font-size: 2.5rem; }    /* 40px */
h3.h3-md { font-size: 2.625rem; }  /* 42px */
h3.h3-lg { font-size: 2.75rem; }   /* 44px */
h3.h3-xl { font-size: 3rem; }      /* 48px */

/* Header H2 */
h2.h2-xs { font-size: 3.25rem; }   /* 52px */
h2.h2-sm { font-size: 3.375rem; }  /* 54px */
h2.h2-md { font-size: 3.5rem; }    /* 56px */
h2.h2-lg { font-size: 3.75rem; }   /* 60px */
h2.h2-xl { font-size: 4rem; }      /* 64px */
h2.h2-huge { font-size: 5rem; }    /* 80px */

/*------------------------------------------*/
/*  PARAGRAPHS
/*------------------------------------------*/

p.p-sm { font-size: 0.95rem; }     /* 15.2px */
p.p-md { font-size: 1.125rem; }    /* 18px */
p.p-lg { font-size: 1.25rem; }     /* 20px */
p.p-xl { font-size: 1.3175rem; }   /* 22px */


.cyqlj span {
    color:#fff;
}
.cyqlj a {
    margin-bottom: 10px; margin-right: 10px;
}
/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------------*/
/*   CONTENT LIST
/*------------------------------------------*/

ul.content-list {
  list-style: disc;
  margin-left: 15px;
}

ul.content-list li {
  font-size: 1rem;
  margin-bottom: 7px;
}

ul.content-list li p,
ul.content-list li:last-child {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   BOX LIST
/*------------------------------------------*/




.dev .item {
    margin-bottom: 10px;
    padding: 20px 20px;
    font-size: 14px;
box-shadow: 0px 0px 12px rgba(0, 0, 0, .08);
}
.dev .item  .dev-tips {
    font-size: 12px;
    margin-top: 10px;
    color: #294b95;
}
.dev .item  .dev-title {
    margin-top: 2px;
    margin-bottom: 14px;
    font-weight: bold;
}
.dev .item  .dev-title2 {
    margin-top: 2px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: solid 1px #ddd;
    font-weight: bold;
}
.dev .item  .dev-option {
    margin-bottom: 14px;
}
.dev .item  .dev-option a {
    margin: 0 1px 1px 0;
    padding: 6px 15px;
    color: #666;
    background-color: #e7e7e7;
    cursor: pointer;
    line-height:40px;
}
.dev .item  .dev-option a.active {
    background: #0080ff;
    color: #fff;
    cursor: default;
}
.dev .item .dev-body .dev-body-sx {
  padding: 5px 0;
}
.dev .item .dev-border  {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ddd;
    font-weight: bold;
}
.dev .item .dev-text input {
  height: 34px;
}
.dev .item .dev-text  {
    padding-top: 5px;
    padding-bottom: 5px;
}
#offer_price{
    font-size: 26px;
    color: #f60;
    padding-bottom: 8px;
}
.dev .dev-option .input-group-addon {
  width: auto;
}
.dev .dev-option .form-control {
  height:34px;
}
.dev-top .nav {
    margin: 0 0 20px 0;
    font-size: 13px;
}
.dev-top .nav .nav-title {
    float: left;
    padding: 8px 0;
    height: 55px;
    width: 80px;
    text-align: center;
    margin: 0;

}
.dev-top .nav .nav-contnet>li {
    float: left;
    margin: 0 10px 0 15px;
    height: 35px;
    width: 121px;
}
.flex-vertical {
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.dev-top .nav .nav-contnet>li>span:nth-child(1) {
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
}
.dev-top .nav .nav-contnet>li>span:nth-child(2) {
    display: block;
    margin: 0 19px 0 9px;
    max-width: 60px;
    text-align: center;
}
.dev-top .nav .nav-contnet>li>span:nth-child(3) {
    display: block;
    font-size: 17px;
    color: gray;
}

.dev-top .nav .nav-contnet {
    overflow: hidden;
    padding: 8px 0 0 5px;
    background-color: #fafafa;
}
.dev-top .bg-blue {
    background-color: #1badff;
    color: #fff;
}
.dev-jixu .label{
}
.dev-jixu {
    padding:30px;
}
#page {
    padding-top: 30px;
}


@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
    padding: 5% 10% 5% 10%;
    width: auto;
    }
}
