@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 微软雅黑; }

body {
  background: #f6f6f6; }

.content {
  width: 100%;
  height: auto;
  background: #3a2478;
  padding-bottom: 0;
  position: relative;
  /*分页符*/ }
.content>img{
  display: block;
  border: none;
  width: 100%;
}
.content .nav_title {
  width: 1180px;
  height: 232px;
  background: #fff;
  margin: 0 auto;
  padding: 30px; }
.content .nav_title .title {
  font-size: 16px;
  color: #424242;
  padding-left: 10px;
  position: relative;
  font-weight: 600; }
.content .nav_title .title:after {
  content: "";
  display: block;
  width: 3px;
  height: 16px;
  background: #ee3d3d;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto; }
.content .nav_title li {
  width: 11.111111%;
  position: relative;
  float: left;
  margin-top: 10px; }
.content .nav_title li:hover .sort span {
  margin-top: -100%; }
.content .nav_title li .sort {
  width: 16px;
  height: 16px;
  background: #5f9cdb;
  border-radius: 3px;
  padding: 2px 1px;
  margin-right: 8px;
  line-height: 12px;
  text-align: center;
  float: left;
  margin-top: 3px; }
.content .nav_title li .sort span {
  font-size: 10px;
  color: #fff;
  display: block;
  transition: all .25s ease; }
.content .nav_title li .sort i {
  display: block;
  font-size: 10px;
  color: #fff;
  font-style: normal;
  margin-top: 2px;}
.content .nav_title li a {
  font-size: 14px;
  color: #5a5a5a;
  padding: 2px 5px; }
.content .nav_title li a:hover {
  color: #e61313; }
.content .nav_title li a.color {
  background: #e95656;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px; }
.innerbox{
  width: 100%;
  background: url(/images/elite/banner2.jpg)no-repeat;
  background-position: top center;
}
.content .inner {
  width: 1200px;
  height: auto;
  background: #bd87d1;
  border-radius: 20px ;
  /* padding: 0 30px; */
  padding-bottom: 20px;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;  }
.content .inner:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: hidden; }
.content .inner > li {
  overflow: hidden;
  width: 358px;
  height: 363px;
  background: #f6e0ff;
  /* margin: 0 9px; */
  margin-left: 30px;
  display: inline-block;
      margin-top: 30px;
  /* margin-top: 12px; */
  padding: 20px 15px;
  border-radius: 10px;
  position: relative; }

.content .inner > li img {
  width: 100%;
  margin-bottom: 23px;
  transition: all 1s ease; }
.content .inner > li h6 {
  font-size: 16px;
  color: #67586d;
  min-width: 100px;
  margin-bottom: 8px;
  margin-left: 3px; }
.content .inner > li i {
  float: right;
  font-size: 17px;
  color: #e61313;
  font-style: normal;
  margin-right: 3px; }
.content .inner > li span {
  width: 270px;
  font-size: 12px;
  color: #67586d;
  line-height: 22px;
  margin-top: 8px;
  margin-left: 3px; }
.content .inner > li b {
  display: block;
  width: 312px;
  height: 42px;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  background: url(/images/elite/yuan.png)no-repeat;
  color: #fff;
  margin: 0 auto;
  margin-top: 13px;
  font-weight: 500;
  position: absolute;
  left: 24px;
  bottom: 20px;
}
.content .page-box {
  width: 1080px;
  margin: 0 auto; }
.content .page {
  margin-top: 25px;
  text-align: center;
  height: 80px;
  line-height: 30px;
  font-size: 12px;
  color: #6c747c; }
.content .page .pagin {
  display: inline-block; }
.content .page .pagin .message, .content .page .pagin .pageurl {
  float: left; }
.content .page .pagin ul li {
  margin-left: 5px;
  color: #fff;
  float: left; }
.content .page .pagin ul li a {
  display: block;
  width: 100%;
  height: 100%; }
.content .page .pagin a, .content .page .pagin .disabled {
  border: 1px solid #fff;
  padding: 0 10px;
  background: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
  color: #6c747c; }
.content .page .pagin a:hover, .content .page .pagin .disabled:hover {
  border: 1px solid #e76354; }
.content .page .pagin a.color, .content .page .pagin .disabled.color {
  border: 1px solid #e76354;
  background: #e76354;
  color: #fff; }
.content .page .pagin ul li.currentLi {
  background: #e61313;
  color: #fff; }
.content .page .pagin ul li.currentLi a {
  color: #fff;
  background: #e61313;
  border: 1px solid #e61313; }

.inners {
  width: 1180px;
  margin: 0 auto;
  background: #fff; }
.inners .crumbs {
  width: 100%;
  height: 40px;
  font-size: 12px;
  color: #6e6e6e;
  line-height: 40px;
  background: #f6f6f6; }
.inners .crumbs a {
  color: #6e6e6e;
  padding: 3px; }
.inners .crumbs a:hover {
  color: #e61313; }
.inners .details {
  width: 100%;
  height: 400px;
  padding: 30px; }
.inners .details > img {
  width: 600px; }
.inners .details .font {
  width: 490px;
  height: 300px;
  float: right;
  padding-top: 24px; }
.inners .details .font h6 {
  font-size: 16px;
  color: #373737;
  margin-bottom: 10px; }
.inners .details .font .size {
  width: 200px;
  float: left;
  font-size: 14px;
  color: #494949;
  line-height: 30px; }
.inners .details .font .size span {
  color: #787878; }
.inners .details .font .size i {
  font-style: normal;
  color: #e61313;
  font-size: 24px; }
.inners .details .font .use {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 50px; }
.inners .details .font .use span {
  color: #494949; }
.inners .details .font .use .uses {
  width: 416px;
  float: right;
  color: #787878; }
.inners .details .font a {
  display: block;
  width: 160px;
  height: 42px;
  border-radius: 3px;
  border: 1px solid #e61313;
  text-align: center;
  line-height: 42px;
  margin-top: 20px;
  color: #e61313;
  font-size: 20px; }
.inners .details .font a:hover {
  background: #e61313;
  color: #fff; }
.inners .details .share {
  display: inline-block;
  color: #5b5b5b; }
.inners .details .jiathis_style {
  margin-top: -16px;
  margin-left: 45px; }
.inners .details .summary {
  margin: 43px 0 0 37px;
  width: 433px;
  float: right;
  margin-right: 50px; }
.inners .details .summary li {
  margin-bottom: 13px;
  position: relative; }
.inners .details .summary li p {
  float: left;
  /*margin-right:83px;*/ }
.inners .details .summary li:nth-child(3) p.team {
  margin-right: 150px; }
.inners .details .summary li:nth-child(5) {
  color: #797979;
  margin-bottom: 36px; }
.inners .details .summary li span {
  color: #797979; }
.inners .details .summary li:first-child {
  font-size: 28px;
  color: #5b5b5b; }
.inners .details .summary li button, .inners .details .summary li a.online {
  width: 137px;
  height: 43px;
  border: 1px solid #f58a22;
  background-color: #fff;
  font-size: 14px;
  color: #f58a22;
  cursor: pointer;
  border-radius: 3px;
  margin-right: 20px; }
.inners .details .summary li a.online {
  background-color: #c80101;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  color: #fff;
  text-decoration: none; }
.inners .details .summary li button.add {
  border: 1px solid #d8d8d8;
  width: 87px;
  height: 32px;
  font-size: 12px;
  color: #595959;
  background: url(/images/elite/greyHeart.png) 4px center no-repeat;
  padding-left: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }
.inners .details .summary li button.shou_add {
  border: 1px solid #d8d8d8;
  width: 87px;
  height: 32px;
  font-size: 12px;
  color: #595959;
  background: url(/images/elite/greyHeart.png) 4px center no-repeat;
  padding-left: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }
.inners .details .summary li button a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 43px; }
.inners .tale {
  width: 100%;
  height: auto;
  padding: 0 30px; }
.inners .tale .tale-nav {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
  position: relative; }
.inners .tale .tale-nav.active:after {
  left: 90px; }
.inners .tale .tale-nav:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #e71312;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: auto;
  transition: all 1s ease; }
.inners .tale .tale-nav li {
  float: left;
  margin-right: 20px;
  font-weight: 600;
  font-size: 17px;
  color: #797979;
  cursor: pointer; }
.inners .tale .tale-nav li.color {
  color: #383838; }
.inners .tale .matter {
  width: 100%;
  display: none;
  padding: 30px 60px 60px 60px;
  height: auto; }
.inners .tale .matter .description {
  width: 100%;
  height: 327px; }
.inners .tale .matter .description img {
  margin: 0; }
.inners .tale .matter .description .font {
  width: 500px;
  float: right;
  padding: 50px 0 0 20px; }
.inners .tale .matter .description .font b {
  font-size: 22px;
  color: #454545; }
.inners .tale .matter .description .font span {
  font-size: 14px;
  color: #d1d1d1;
  margin-left: 3px; }
.inners .tale .matter .description .font p {
  font-size: 14px;
  color: #777777;
  line-height: 30px;
  margin-top: 20px; }
.inners .tale .matter img {
  margin-top: 10px; }
.inners .tale .matter.active {
  display: block; }
.inners .space {
  width: 100%;
  height: 407px;
  background: #f6f6f6;
  padding: 25px 0; }
.inners .space h5 {
  font-size: 18px;
  color: #4c4c4c; }
.inners .space ul {
  width: 100%;
  height: 300px;
  /*text-align: justify;*/
  margin-top: 7px; }
/*.inners .space ul:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: hidden; }*/
.inners .space ul li {
  background: #fff;
  /*display: inline-block;*/
  margin-top: 12px;
  padding: 7px;
  transition: all 1s ease;
  position: relative;
  width: 386px;
  height: 290px;
  background: #fff;
  float:left;
  margin-right: 7px;
  padding: 7px; }
.inners .space ul li img {
  width: 100%;
  margin-bottom: 5px;
  transition: all 1s ease; }
.inners .space ul li h6 {
  font-size: 15px;
  color: #424242;
  float: left;
  margin-left: 3px; }
.inners .space ul li i {
  float: right;
  font-size: 17px;
  color: #e61313;
  font-style: normal;
  margin-right: 3px; }
.inners .space ul li span {
  float: left;
  width: 270px;
  font-size: 12px;
  color: #848484;
  margin-top: 8px;
  margin-left: 3px; }
.inners .space ul li b {
  float: right;
  font-size: 14px;
  color: #e61313;
  border: 1px solid #e61313;
  border-radius: 3px;
  padding: 7px;
  margin-top: 7px;
  font-weight: 500; }
.inners .space ul li b:hover {
  background: #e61313;
  color: #fff; }

body{background: #f6f6f6 !important;}
/*2017年6月9日10:00:06--zrk*/
.search-none{
  /*display: none;*/
  width: 1180px;
  height: 687px;
  margin: 0 auto;
  background:#fff url("/images/ku.png")no-repeat 380px 100px;
  background-size: 222px;
  padding-top: 130px;
  box-sizing: border-box;
  color: #fff;
  font-size: 22px;
}
/*2017年6月9日10:00:06--zrk*/
.search-none .box{
  padding-left: 630px;
  box-sizing: border-box;
}
.search-none span{
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}
.search-none i{
  font-style: normal;
  font-size: 14px;
  color: #737373;
}
.search-none a.consults{
  display: block;
  width: 93px;
  height: 40px;
  border-radius: 3px;
  background: #e61313;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  margin-top: 10px;
}
.search-none a.consults:hover{
  background: #fb0808;
  text-decoration: none;
}
.search-none .recommend{
  width: 1130px;
  height: 380px;
  border-top: 1px solid #dcdcdc;
  margin: 90px auto;
}
.search-none .recommend .heas{
  width: 100%;
  font-size: 16px;
  color: #424242;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  font-weight: 600;
}
.search-none .recommend .heas:after{
  position: absolute;
  content: "";
  top:0;left: 5px;
  bottom:0;margin: auto;
  width: 2px;height: 18px;
  background: #ee3d3d;
}
.search-none .recommend ul{
  width: 100%;
  height: 300px;
  text-align: justify;
}
.search-none .recommend ul li{
  width: 360px;
  height: 300px;
  display: inline-block;
  position: relative;
}
.search-none .recommend ul:after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 0;
}
.search-none .recommend ul li img{
  width: 100%;
}
.search-none .recommend ul li span{
  font-size: 15px;
  color: #424242;
  width: 70%;
}
.search-none .recommend ul li i{
  font-style: normal;
  font-size: 14px;
  color: #e61313;
  font-weight: 600;
  margin-top: 5px;
  float: right;
}
.search-none .recommend ul li .p{
  width: 280px;
  height: 50px;
  font-size: 13px;
  color: #848484;
  margin-top: 5px;
  overflow: hidden;

}
.search-none .recommend ul li a.href{
  float: right;
  font-size: 14px;
  color: #e61313;
  border: 1px solid #e61313;
  border-radius: 3px;
  padding: 7px;
  font-weight: 500;
  position: absolute;
  bottom: 40px;
  right: 0;
  margin: auto;
}
.search-none .recommend ul li a.href:hover {
  background: #e61313;
  color: #fff;
}
.page input{
  margin: 0 5px;
}
.matter{
  color:#333333;
  font-size: 15px;
}

.space h6{
  min-width : 100px;
}

.nav_title{display: none;}