@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: none;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  font-family: Microsoft YaHei;
 /* font-size: 14px;*/
}

body {
  overflow-x: hidden;
}

img {
  border: none;
}

body {
  background: #f7f7f7;
}
.content {
  width: 1178px;
  margin: 0 auto;
}

.content .title {
  color: #6c6c6c;
  font-size: 12px;
  margin: 18px 0;
}

.content .title a {
  color: #6c6c6c;
  margin: 0 5px;
}

.inner {
  width: 100%;
  margin-top: 20px;
}

.inner:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
}

.inner-left {
  width: 840px;
  float: left;
}

.inner-right {
  width: 320px;
  float: right;
  background: #fff;
  padding-bottom: 20px;
}

/*左侧*/
.screen {
  width: 840px;
  height: auto;
  background: #fffdfa;
  border: 1px dashed #ff8c38;
}

.screen li {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #f4f4f4;
  padding-left: 12px;
  line-height: 40px;
  position: relative;
}

.screen li span {
  display: inline-block;
  width: 75px;
  text-align: right;
  font-size: 12px;
  color: #8c8c8c;
  font-weight: bold;
  position: relative;
}

.screen li span.screen-title {
  font-size: 14px;
  color: #494949;
  margin-left: 20px;
}

.screen li span.screen-title:before {
  content: "";
  width: 3px;
  height: 16px;
  background: #d82424;
  position: absolute;
  top: 19px;
  left: 0;
}

.screen li a {
  font-size: 12px;
  color: #7f7f7f;
  margin-left: 10px;
  padding: 5px;
}

.screen li a:hover {
  color: #fff;
  background: #dd3a3a;
}

.screen li a.active {
  color: #fff;
  background: #dd3a3a;
}

.screen li .more {
  width: 57px;
  height: 24px;
  border: 1px solid #d8d8d8;
  font-size: 12px;
  color: #666666;
  text-align: left;
  line-height: 24px;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../image/bottom.png) no-repeat;
  background-position: 90% center;
  padding-left: 10px;
  cursor: pointer;
}

.screen li .more.none {
  display: none;
}

.screen li .mores {
  display: none;
  width: 57px;
  height: 24px;
  border: 1px solid #d8d8d8;
  font-size: 12px;
  color: #666666;
  text-align: left;
  line-height: 24px;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../image/top.png) no-repeat;
  background-position: 90% center;
  padding-left: 10px;
  cursor: pointer;
}

.screen li .mores.block {
  display: block;
}

.screen ul.active-inner {
  height: 40px;
  overflow: hidden;
  transition: height 1s;
  -moz-transition: height 1s;
  /* Firefox 4 */
  -webkit-transition: height 1s;
  /* Safari and Chrome */
  -o-transition: height 1s;
  /* Opera */
}

.screen ul.active-inner li {
  padding-left: 130px;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #f4f4f4;
  line-height: 40px;
}

.screen ul.active-inner li.sort {
  padding-left: 0;
}

.screen ul.active-inner.show {
  height: 319px;
}

.screen li.checked {
  height: 54px;
  line-height: 54px;
  position: relative;
}

.screen li.checked a {
  padding: 5px;
  padding-right: 20px;
  border: 1px solid #ff9a0c;
  font-size: 12px;
  color: #494949;
  background: url(../image/close01.png) no-repeat;
  background-position: 90% center;
  margin-left: 10px;
}

.screen li.checked a.aa {
  background-position: 93% center;
}

.screen li.checked a.ensure {
  padding: 0;
  display: block;
  width: 46px;
  height: 28px;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  background: #dd3a3a;
  border: none;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.screen li.checked a.ensure:hover {
  background: #cc0404;
}

.screen li.checked i {
  opacity: 0;
  padding: 6px;
  padding-right: 20px;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  margin-left: 5px;
  cursor: pointer;
  background: #5ba4d9 url(../image/close02.png) no-repeat;
  background-position: 90% center;
}

.screen li.checked i.block {
  opacity: 1;
}

.main {
  margin-top: 20px;
  width: 840px;
  height: auto;
  background: #fff;
  border: 1px solid #fff;
  text-align: center;
}

.main h1 {
  font-size: 28px;
  color: #494949;
  margin: 42px 0 10px;
}

.main h6 {
  font-weight: normal;
  font-size: 12px;
  color: #a0a0a0;
}

.main .line {
  width: 90%;
  height: 1px;
  background: #ebebeb;
  margin: 20px auto 0;
}

.main img {
  display: block;
  margin: 0 auto;
  max-width: 700px;
  margin-top: 30px;
}

.main p {
  width: 90%;
  margin: 20px auto;
  text-align: left;
  color: #6e6e6e;
  font-size: 14px;
  line-height: 27px;
  text-indent: 2em;
}

.main .main-consult {
  width: 90%;
  margin: 30px auto 10px;
}

.main .main-consult:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
}

.main .main-consult a {
  display: inline-block;
  width: 48%;
  height: 60px;
  padding-left: 85px;
  line-height: 60px;
  color: #494949;
  font-size: 18px;
  text-align: left;
}

.main .main-consult a.consult-left {
  float: left;
  background: #deebf4 url("../image/g_7.png") no-repeat 30px center;
  border: 1px solid #c5d7e3;
}

.main .main-consult a.consult-right {
  float: right;
  background: #f4e8de url("../image/g_8.png") no-repeat 30px center;
  border: 1px solid #e3d1c1;
}

.main .social-share {
  color: #868686;
  width: 90%;
  margin: 20px auto 10px;
  text-align: right;
}

.main .social-share img {
  margin: 0;
}

.main .social-share p {
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-size: 10px;
}

.main .left-right {
  width: 90%;
  margin: 15px auto 10px;
}

.main .left-right:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
}

.main .left-right a {
  color: #646464;
  font-size: 14px;
}
.main .left-right a:hover{
  color: #d82424;
}
.main .left-right a.l-right {
  float: left;
}

.main .left-right a.left-r {
  float: right;
}

.article {
  width: 100%;
  height: 220px;
  background: #fff;
  margin: 20px 0 30px;
  padding: 25px 40px;
}

.article .art-title {
  padding-left: 20px;
  font-size: 20px;
  color: #494949;
  position: relative;
}

.article .art-title:before {
  content: "";
  width: 4px;
  height: 23px;
  background: #d82424;
  position: absolute;
  top: 3px;
  left: 0;
}

.article .art-inner {
  width: 100%;
  margin-top: 10px;
}

.article .art-inner:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
}

.article .art-inner li {
  width: 50%;
  float: left;
  background: url("../image/art.png") no-repeat left center;
  height: 30px;
  padding-left: 10px;
  padding-right: 30px;
}

.article .art-inner li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  color: #595959;
  font-size: 14px;
}

.article .art-inner li a:hover {
  color: #d82424;
}

.article .art-inner li a span {
  color: #a5a5a5;
  float: right;
}

/*右侧*/
.refer {
  background: #fff;
  padding: 25px 20px 20px;
}

.refer h5 {
  position: relative;
  color: #494949;
  font-size: 20px;
  padding-left: 15px;
}

.refer h5:before {
  content: "";
  width: 4px;
  height: 23px;
  background: #d82424;
  position: absolute;
  top: 3px;
  left: 0;
}

.refer .refer-line {
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #dcdcdc;
  margin: 15px 0;
}

.refer .refer-top {
  width: 100%;
  height: 46px;
  background: url("../image/refer01.png") no-repeat;
  padding-left: 50px;
  padding-right: 5px;
}

.refer .refer-top input[type="text"] {
  margin-top: 1px;
  width: 100%;
  height: 44px;
  line-height: 46px;
  outline: none;
  color: #494949;
  font-size: 14px;
  padding-left: 5px;
}

.refer .refer-bottom {
  width: 100%;
  height: 46px;
  background: url("../image/refer02.png") no-repeat;
  padding-left: 50px;
  padding-right: 5px;
  margin-top: 20px;
}

.refer .refer-bottom input[type="text"] {
  margin-top: 1px;
  width: 100%;
  height: 44px;
  line-height: 46px;
  outline: none;
  color: #494949;
  font-size: 14px;
  padding-left: 5px;
}

.refer input[type="submit"] {
  margin: 25px 0;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  background: #dd3a3a;
  outline: none;
  cursor: pointer;
}

.refer input[type="submit"]:hover {
  background: #cc0404;
}

.refer a,.refer a span {
  color: #9b7f7f;
  font-size: 12px;
}

.refer a:hover span{
  color: #d82424;
}

.lunbo {
  overflow: hidden;
  width: 280px;
  height: 180px;
  background: pink;
  position: relative;
  margin: 20px auto;
}

.lunbo .lunbo-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.lunbo .lunbo-inner .item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: transform 0.6s ease;
}

.lunbo .lunbo-inner .active {
  transform: translateX(0);
  display: block;
}

.lunbo .lunbo-inner .left {
  display: block;
  transform: translateX(-100%);
}

.lunbo .lunbo-inner .right {
  display: block;
  transform: translateX(100%);
}

.lunbo .zhishi {
  width: 72px;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
}

.lunbo .zhishi li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  float: left;
  margin: 0 5px;
  cursor: pointer;
}

.lunbo .zhishi .active {
  background: #dd3a3a;
}

.lunbo i {
  opacity: 0;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.lunbo .zuo {
  left: 0;
}

.lunbo .you {
  right: 0;
}

.hotspot {
  padding: 25px 20px 20px;
  margin: 10px auto;
}

.hotspot .hotspot-title {
  font-size: 16px;
  color: #dd3a3a;
  font-weight: bold;
  border-bottom: 2px solid #f0f3f4;
  line-height: 30px;
  padding-bottom: 5px;
  position: relative;
}

.hotspot .hotspot-title:after {
  content: "";
  width: 65px;
  height: 2px;
  background: #d82424;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.hotspot .hotspot-inner li {
  margin-top: 10px;
}

.hotspot .hotspot-inner li span {
  display: inline-block;
  width: 17px;
  height: 17px;
  color: #fff;
  font-size: 12px;
  background: #bec0c8;
  text-align: center;
  line-height: 17px;
}

.hotspot .hotspot-inner li a {
  color: #595959;
  font-size: 14px;
  margin-left: 20px;
}

.hotspot .hotspot-inner li a:hover {
  color: #dd3a3a;
}

.recommend {
  padding: 25px 20px 20px;
  margin: 10px auto;
}

.recommend .recommend-title {
  font-size: 16px;
  color: #dd3a3a;
  font-weight: bold;
  border-bottom: 2px solid #f0f3f4;
  line-height: 30px;
  padding-bottom: 5px;
  position: relative;
}

.recommend .recommend-title:after {
  content: "";
  width: 65px;
  height: 2px;
  background: #d82424;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.recommend .recommend-inner li {
  width: 100%;
  height: 120px;
  margin-top: 20px;
  position: relative;
}

.recommend .recommend-inner li:hover a {
  opacity: 1;
}

.recommend .recommend-inner li span {
  display: block;
  width: 40px;
  height: 32px;
  background: #dc793d;
  position: absolute;
  top: 0;
  left: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.recommend .recommend-inner li a {
  z-index: 100;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../image/bj.png");
  transition: opacity .5s;
}

.recommend .recommend-inner li a h3 {
  text-align: center;
  font-size: 18px;
  margin: 30px 0 20px;
  color: #fff;
}

.recommend .recommend-inner li a h3 i {
  font-style: normal;
}

.recommend .recommend-inner li a div {
  width: 90px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background: #dd3a3a;
  font-size: 14px;
  margin: 0 auto;
}
