a,
body,
dd,
div,
dl,
dt,
em,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
img,
input,
label,
li,
ol,
p,
pre,
span,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
body {
  max-width: 640px;
  margin: 0 auto;
  -webkit-tap-highlight-color: transparent;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
select,
input,
textarea,
button {
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.red {
  color: #ff4e49;
}
.small {
  font-size: 13px;
}
.vertical-bottom {
  vertical-align: bottom;
}
.big {
  font-size: 20px;
}
.pd-lat-12 {
  padding: 0 12px;
}
.mt20 {
  margin-top: 20px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.text-right {
  text-align: right;
}
.bd-b-no {
  border-bottom: none !important;
}
.pl-no {
  padding-left: 0 !important;
}
.pr-no {
  padding-right: 0 !important;
}
.pt-no {
  padding-top: 0 !important;
}
.mb-no {
  margin-bottom: 0 !important;
}
.hide {
  display: none;
}
.pd-lat-12 {
  padding: 0 12px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
select {
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 14px;
  padding: 17px 20px 14px 0;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
      box-sizing: border-box;
  color: #b4b4b4;
}
select::-moz-selection {
  color: #333;
}
select::selection {
  color: #333;
}
.bg-f0f0f0 {
  background-color: #f0f0f0;
}

.footer .t{
  background: #e7e7e7;
  text-align: center;
}
.footer .t h3{
  font-size: 24px;
  color: rgb(51,51,51);
  font-weight: 300;
  padding: 10px 0 4px 0
}
.footer .t p{
  font-size: 14px;
  color: rgb(102,102,102);
  line-height: 22px;
}
.footer .t .ico{
  display: inline-block;
  width: 20px;
  height: 23px;
  background: url(../img/1.png) no-repeat center center;
  background-size: 80%;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.footer .t .btns{
  padding: 10px 0 20px 0;
  line-height: 35px;
}
.footer .t .btn{
  background: #0084ff;
  color: #fff;
  padding: 8px 14px;
  font-size: 17px;
}
.footer .b{
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  color: rgb(173,173,173);
  padding:10px 0;
  line-height: 23px;
}
.footer a{color: rgb(173,173,173);}



.header{
  height: 50px;
  line-height: 50px;
  background: #0084ff;
  padding: 0 8px;
  position: relative;
}
.header .logo{
  float: left;
  padding-top:6px;
}
.header .logo img{
  width: 88px;
}
.header .search{
  float:right;
}
.search{
  font-size: 0;
  padding: 9px 60px 9px 0px;
  height: 32px;
  position: relative;

}
.search input{
  width: 100%;
  background: #fff;
  border:none;
  height: 100%;
  border-radius: 0;
  line-height: 24px;
  vertical-align: top;
  font-size: 15px;
  color: #333;
  outline: none;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
      box-sizing: border-box;
}
.search .btn{
  background: #fff;
  color: #0084ff;
  border:none;
  outline: none;
  height: 32px;
  position: absolute;
  top: 9px;
  right: 0;
  width: 65px;
  font-size: 16px;
  line-height: 32px;
  white-space: nowrap;
  text-align:center;
  padding: 0;
}

.detail-main{
  text-align: center;
  background:#fff;
  padding: 14px;
}
.detail-main .title{
  font-weight: 600;
  font-size: 18px;
  text-align:left;
  padding-bottom: 8px;
}
.detail-main .msg{
  color: #666;
  padding-bottom:8px;
  font-size: 13px;
  line-height:22px;
}
.detail-main .msg a{
  color: #115aa0;
}

.detail-main p{
  text-align: left;
  font-size: 16px;
  line-height: 26px
}
.detail-main img{
  padding: 10px 0;
  width: 100%;
}




.paging-wrap{
  border-top: 1px dashed #c9c9c9;
  padding: 14px;
  line-height:24px;
  background:#fff;
}
.paging-wrap p{
  padding: 5px 0;
}
.paging-wrap p a{
  color: #333;
  
}
.paging-wrap span{
  color: #666
}

.list-wrap{
  background:#fff;

}

.list-wrap .media{
  position: relative;
  padding:10px 14px;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7
}
.list-wrap .media .media-body{
  width:65%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 14px;
}
.list-wrap .media .media-right{
  width:35%;
  float: right;
      border-radius: 3px;
      overflow: hidden;
      font-size: 0;
}

.list-wrap .media .media-right img{
  width:100%
}
.list-wrap .media .media-body.full-width{
  width:100%;
  padding-right:0;
}
.list-wrap .media .media-body .title{
  color: #333;
  line-height:24px;
  padding-bottom: 6px;
}
.list-wrap .media .media-body p{
  color: #999;
  font-size: 12px;
}
.list-wrap .ico-time{
  display: inline-block;
  width:10.5px;
  height:10.5px;
  background:url(../img/2.png) no-repeat center center;
  background-size: 100%;
  margin-right: 4px;
}

.tab-wrap{
  height: 34px;
  line-height:34px;
  border-bottom:1px solid #e4e4e4;
  font-size: 0;
  padding:0 7px;
  margin-top: 10px;
  background:#fff;
}

.tab-wrap li{
  float: left;
  font-size: 14px;
  text-align:center;
  width:25%;
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-wrap li a{
  color: #666;

}
.tab-wrap li.active{
  color: #0084ff;
}
.tab-wrap li.active a{
  color: #0084ff;
  font-weight: 600;
}


.company-wrap{
  background: #fff;
  padding:10px 14px;
  margin-top: 15px;
}
.company-wrap .t-wrap{
  overflow: hidden;
  font-size: 0;
  padding-bottom:10px;
  margin-bottom: 14px;
  border-bottom:1px solid  #e1e1e1;
}
.company-wrap .l-wrap{
  text-align: center;
  width: 30%;
  float: left;
  padding:10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
      box-sizing: border-box;
}
.company-wrap .l-wrap img{
  width:100%;
  height: auto
}
.company-wrap .r-wrap{
  width:70%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
      box-sizing: border-box;
  padding-left:14px;
}
.company-wrap .r-wrap h1{
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 0;

}
.company-wrap .r-wrap p{
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

.company-wrap .b-wrap p{
  font-size: 14px;
  color: #999;
  line-height: 24px;
  padding: 2px 0;
}

.company-wrap .b-wrap .link{
  color: #0084ff;
}

.divide-wrap{
  background: #fff;
  overflow: hidden;
  margin-top: 14px;
}
.divide-wrap .line{
  display: inline-block;
  width:4px;
  height: 20px;
  background: #3399ff;
  border-radius:2px;
  vertical-align: top;
margin-top:13px;
margin-right: 8px;
}
.divide-wrap .title{
  height: 55px;
  line-height: 46px;
  color: #333;
  font-weight: 500;
  padding:0 14px;
  font-size: 18px;
  margin-bottom: -20px;
      position: relative;
    z-index: 1;
    background: #fff
}
.divide-wrap .item{
  float: left;
  width:50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
      box-sizing: border-box;
}
.divide-wrap .seize{
  height: 25px;
  position: relative;
  margin-top: -10px;
  width:100%;
  z-index: 1;
  background:#fff;
}
.divide-wrap .item{
  padding:22px 22px 6px 22px;
  border-bottom: 1px solid #e7e7e7;
  text-align:center;
  color: #333;
  height: 260px;
}
.divide-wrap .content{
  padding:0 14px;

  overflow: hidden;
      margin-bottom: -1px;
}

.divide-wrap .item p.small{
  color: #666;
  line-height: 24px;
  padding: 0;
}
.divide-wrap .item .t img{
  max-height: 180px;
  width:100%;
}
.divide-wrap .item:nth-child(2n){
  border-left: 1px solid #fff
}
.divide-wrap .item:nth-child(2n-1){
  border-right: 1px solid #e7e7e7
}
/*.divide-wrap .item:last-child,.divide-wrap .item.last-row{
  border-bottom: none
}*/


.index-wrap .line{
  display: inline-block;
  width:4px;
  height: 20px;
  background: #3399ff;
  border-radius:2px;
  vertical-align: top;
margin-top:15px;
margin-right: 8px;
}
.index-wrap .index-title{
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e7e7e7;
  color: #333;
  font-weight: 500;
  padding:0 14px;
  font-size: 18px;
      position: relative;
    z-index: 1;
    background: #fff
}
.index-wrap-5{
  margin-top: 12px;
}
.index-wrap-5 .content{
  padding:14px;
  background: #fff;
  font-size: 0;
  margin-bottom: -10px;
}
.index-wrap-5 .content .item{
  padding: 35px 0;
  text-align:center;
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 14px;
}
.index-wrap-5 .content .item-1{
  background-image: url(../img/5.png);
  background-size: cover;
}
.index-wrap-5 .content .item-2{
  background-image: url(../img/6.png);
  background-size: cover;
}
.index-wrap-5 .content .item-3{
  background-image: url(../img/7.png);
  background-size: cover;
}

.index-wrap-4{
  margin-top: 12px;
}
.index-wrap-3{
  margin-top: 16px;
  font-size: 0;
  /*overflow: hidden;*/
  background: #fff;

}
.index-wrap-3 .img-wrap{
  overflow: hidden;
  padding-bottom: 14px;
}
.index-wrap-3 .box{
   box-shadow: 0px 0px 3px 1px #ccc;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding:15px 10px;
}
.index-wrap-3 .item{
  float: left;
  width:50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
      box-sizing: border-box;
  padding: 0 14px;
  padding-top: 14px;
  text-align:center;
}
.index-wrap-3 .item:nth-child(2n-1){
  padding-right: 7px;
}
.index-wrap-3 .item:nth-child(2n){
  padding-left: 7px;
}
.index-wrap-3 .item img{
  width:100%;
 
}
.index-wrap-3 .item p{
  font-size: 14px;
  color: #333;
  padding: 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.a-right{
  float: right;
  font-size: 14px;
  color: #999
}
.a-right:after{
  content:'';
  display: inline-block;
  width:6.5px;
  height: 11.5px;
  background: url(../img/8.png) no-repeat center center;
  background-size: 100%;
  margin-left: 3px;
}

.index-header{
  background: url(../img/10.jpg) no-repeat center center;
  background-size: cover;
}
.index-header .logo{
  padding: 14px 14px 0 14px;
}
.index-header .logo img{width: 90px}
.index-header .search-wrap{
  padding: 0 20px;
}
.index-header .ico{
  display: inline-block;
  width:14px;
  height: 15px;
  background: url(../img/11.png) no-repeat center center;
  background-size: 100%;
  margin-right: 4px;
  position: relative;
  vertical-align: middle;
  top: -1px;
}
.index-header .search{
  margin-bottom:12px;
  padding: 9px 80px 9px 110px;
  padding-left:0;
}
.index-header .search input{
  height: 40px;
}
.index-header .search .btn{
  height: 40px;
  background: #0084ff;
  color: #fff;
  width: 90px;
  vertical-align: middle;

}
.index-header .search .btn:before{
  display: none
}
.search .btn:before{
  content:'';
  display: inline-block;
    width:14px;
  height: 15px;
  background: url(../img/12.png) no-repeat center center;
  background-size: 100%;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.index-header h1{
  text-align:center;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
}
.index-header p{
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  line-height: 24px;
  padding-bottom:20px;
}

.index-header p a{
  color: #fff;
  margin-right: 15px;
}