@charset "UTF-8";
.latest-news {
  height: 540px;
  background: url("../images/banner-list.jpg") center bottom no-repeat;
  background-size: 100% 100%;
  padding-top: 20px;
}
.latest-news .newsbox {
  width: 1080px;
  margin: 0 auto;
  padding: 20px 0 40px 20px;
  background: url("../images/line3.png") center top repeat-y;
  background-size: 100% auto;
  -webkit-box-shadow: 0 18px 49px 0 rgba(70, 123, 228, 0.45);
  -moz-box-shadow: 0 18px 49px 0 rgba(70, 123, 228, 0.45);
  box-shadow: 0 18px 49px 0 rgba(70, 123, 228, 0.45);
}
.latest-news .newsbox .tit {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 27px;
}
.latest-news .news-img {
  padding: 0;
  position: relative;
}
.latest-news .news-img img {
  width: 100%;
  height: 200px;
}
.latest-news .news-img .mess {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #f4f4f4;
  letter-spacing: 2px;
}
.latest-news .news-img .mess .top {
  position: absolute;
  top: 18px;
  font-size: 18px;
  width: 100%;
  padding: 0 18px;
  line-height: 28px;
  color: #fff;
}
.latest-news .news-img .mess .bottom {
  position: absolute;
  bottom: 18px;
  padding: 0 18px;
  font-size: 16px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.latest-news .news-img .mess .bottom .countdown {
  font-size: 24px;
  font-weight: bold;
}
.latest-news .news-img .mess .orderbtn {
  display: block;
  position: absolute;
  bottom: 15%;
  left: 25%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #73a7ff;
  color: #fff;
  font-size: 20px;
  width: 50%;
  text-align: center;
  padding: 10px 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.latest-news .news-img .mess:hover .bottom {
  opacity: 0;
}
.latest-news .news-img .mess:hover .orderbtn {
  opacity: 1;
}
.latest-news .news-gun {
  overflow: hidden;
  padding: 0;
}
.latest-news .news-gun .funnyNewsTicker {
  width: 100% !important;
}
.breadNav {
  font-size: 14px;
  margin-bottom: 47px;
}
.breadNav span {
  color: #598be6;
}
.breadNav a {
  color: #333;
}
.breadNav a:hover {
  color: #598be6;
}
/*消息滚动*/
.roll {
  width: 100%;
  overflow: hidden;
  height: 200px;
  position: relative;
  letter-spacing: 1px;
  top: -8px;
}
.roll ul {
  position: relative;
}
.roll li {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all 2s;
  padding: 12px 34px 12px 24px;
  font-size: 18px;
}
.roll li a {
  position: relative;
  color: #fff;
  padding-right: 200px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.roll li a .time {
  position: absolute;
  right: 0;
}
.roll li.roll_1 {
  opacity: 0.5;
  top: 0;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.roll li.roll_2 {
  opacity: 0.8;
  top: 35px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.roll li.roll_3 {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  top: 78px;
  height: 48px;
}
.roll li.roll_4 {
  opacity: 0.8;
  top: 125px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.roll li.roll_5 {
  opacity: 0.5;
  top: 160px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.roll li.roll_hide {
  opacity: 0;
  top: 185px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.condition {
  padding-top: 18px;
  background: #fff;
  font-size: 16px;
  cursor: default;
}
.condition .tabNav {
  text-align: center;
  margin-bottom: 50px;
}
.condition .tabNav .nav-item {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
  margin: 0 50px;
  color: #999;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.condition .tabNav .nav-item:after {
  content: '';
  display: block;
  width: 80%;
  height: 2px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 10%;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.condition .tabNav .nav-item:hover {
  color: #333;
}
.condition .tabNav .nav-item:hover:after {
  opacity: 1;
}
.condition .tabNav .nav-item.on {
  color: #333;
}
.condition .tabNav .nav-item.on:after {
  opacity: 1;
}
.condition .row {
  position: relative;
}
.condition .cond-t {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 5px;
  padding-bottom: 8px;
  position: relative;
}
.condition .js-renew {
  position: absolute;
  right: 15px;
  bottom: 8px;
  color: #999;
}
.condition .js-renew .icon {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("../images/fresh.png") center no-repeat;
  vertical-align: middle;
  margin-left: 8px;
}
.condition .cond-c {
  padding-left: 30px;
  padding-bottom: 5px;
}
.condition .cond-c .cond-item {
  padding: 16px 110px 6px 70px;
  border-bottom: 1px dashed #e1e1e1;
  position: relative;
  letter-spacing: 2px;
  height: 65px;
  overflow: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.condition .cond-c .cond-item .style {
  width: 70px;
  position: absolute;
  left: 0;
  line-height: 30px;
}
.condition .cond-c .cond-item ul li {
  float: left;
  padding: 4px 20px;
  background-color: #f6f6f6;
  margin: 0 10px 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.condition .cond-c .cond-item ul li:hover {
  background-color: #73a7ff;
  color: #fff;
}
.condition .cond-c .cond-item ul li.on {
  color: #fff;
  background-color: #4681e4;
}
.condition .cond-c .cond-item .more {
  position: absolute;
  right: 5px;
  top: 16px;
  line-height: 30px;
  display: none;
}
.condition .cond-c .cond-item .more .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/arrow-down.png") center no-repeat;
  margin-left: 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.condition .cond-c .cond-item .more.on .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.condition .cond-c .cond-item:last-of-type {
  border-bottom: none;
}
.condition .publication {
  position: absolute;
  bottom: 20px;
  right: 15px;
  text-align: right;
}
.condition .publication a {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  width: 250px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 26px;
  background: #73a7ff url("../images/line2.png") top center repeat-y;
  background-size: 100% auto;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.condition .publication a .icon {
  display: inline-block;
  width: 60px;
  height: 40px;
  background: url("../images/video.png") left center no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.condition .publication a:hover {
  background-image: none;
}
.condition .publication a.pub-meeting .icon {
  background-image: url("../images/meeting.png");
}
.result .list-box {
  margin-top: 50px;
  margin-bottom: 30px;
}
.result .photo .row {
  margin-left: 0;
  margin-right: -5px;
}
.result .photo .list-box {
  margin-bottom: 0;
}
.result .photo .list-box .c ul > li {
  margin-bottom: 5px;
  padding: 0;
  padding-right: 5px;
}
.result .photo .list-box .c ul > li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.result .photo .list-box .c ul > li a .imgbox img {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.result .photo .list-box .c ul > li:hover a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.result .photo .list-box .c ul > li:hover a .imgbox img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.paginate {
  text-align: right;
  margin-bottom: 50px;
  margin-top: 15px;
  font-size: 16px;
}
.paginate li {
  float: left;
}
.paginate a {
  display: block;
  padding: 0 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0;
  background-color: #fff;
  margin-left: 10px;
  border: 1px solid #dfdfdf;
  line-height: 39px;
  height: 40px;
}
.paginate a:hover {
  background-color: #73a7ff;
  color: #333;
}
.paginate a.prev {
  line-height: 36px;
}
.paginate a.next {
  line-height: 36px;
}
/*帮助中心*/
.help-banner {
  background-color: #fff;
  background-image: none;
  height: auto;
  padding-bottom: 70px;
  margin-bottom: 50px;
}
.help-banner .help-box .title {
  font-size: 26px;
  margin-bottom: 36px;
}
.help-banner .help-box input {
  width: 400px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  outline: none;
  border: none;
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 14px 21px 0 rgba(149, 119, 119, 0.18);
  -moz-box-shadow: 0 14px 21px 0 rgba(149, 119, 119, 0.18);
  box-shadow: 0 14px 21px 0 rgba(149, 119, 119, 0.18);
  font-size: 16px;
}
.help-banner .help-box input::-moz-placeholder {
  color: #999;
}
.help-banner .help-box input::-webkit-input-placeholder {
  color: #999;
}
.help-banner .help-box input:-ms-input-placeholder {
  color: #999;
}
.help-main .leftbox .leftnav {
  background-color: #fff;
  padding: 35px 0 0;
  overflow: visible;
  -webkit-box-shadow: 0 14px 21px 0 rgba(149, 119, 119, 0.18);
  -moz-box-shadow: 0 14px 21px 0 rgba(149, 119, 119, 0.18);
  box-shadow: 0 14px 21px 0 rgba(149, 119, 119, 0.18);
}
.help-main .leftbox .leftnav .first {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  margin-bottom: 30px;
}
.help-main .leftbox .leftnav .first h3 {
  position: relative;
  cursor: default;
}
.help-main .leftbox .leftnav .first h3 .arrow-top {
  width: 16px;
  height: 8px;
  display: block;
  background: url("../images/nav-top.png") center no-repeat;
  position: absolute;
  top: 7px;
  right: 8px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.help-main .leftbox .leftnav .first h3 .arrow-top.on {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.help-main .leftbox .leftnav .first .imgicon {
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.help-main .leftbox .leftnav .first .three {
  background-color: #fff;
  position: absolute;
  right: -235px;
  top: 0;
  min-width: 200px;
  padding: 15px 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99;
  display: none;
  -webkit-box-shadow: 0 14px 21px 0 rgba(149, 119, 119, 0.18);
  -moz-box-shadow: 0 14px 21px 0 rgba(149, 119, 119, 0.18);
  box-shadow: 0 14px 21px 0 rgba(149, 119, 119, 0.18);
}
.help-main .leftbox .leftnav .first .three a {
  padding-left: 14px;
  padding-right: 15px;
}
.help-main .leftbox .leftnav .first .second {
  margin-top: 20px;
  font-size: 16px;
  position: relative;
}
.help-main .leftbox .leftnav .first .second .s-nav a {
  display: block;
  padding-left: 30px;
  line-height: 43px;
  color: #999;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.help-main .leftbox .leftnav .first .second .s-nav a .arrow {
  display: inline-block;
  width: 6px;
  height: 11px;
  position: absolute;
  right: 15px;
  top: 16px;
  background: url("../images/arrow-right.png") center no-repeat;
  opacity: 0;
}
.help-main .leftbox .leftnav .first .second .s-nav a:hover {
  background-color: #f6f6f6;
  color: #333;
}
.help-main .leftbox .leftnav .first .second .s-nav a:hover .arrow {
  opacity: 1;
}
.help-main .leftbox .leftnav .first .second .s-nav.on .s-a {
  background-color: #f6f6f6;
  color: #333;
}
.help-main .leftbox .leftnav .first .second .s-nav.on .s-a .arrow {
  opacity: 1;
}
.help-main .leftbox .leftnav .more-question {
  display: block;
  width: 100%;
  padding: 20px 15px;
  color: #fff;
  font-size: 18px;
  background: #73a7ff url("../images/line2.png") center repeat-y;
  background-size: 100% auto;
  letter-spacing: 2px;
}
.help-main .leftbox .leftnav .more-question:hover {
  background-image: none;
}
.help-main .rightc {
  background-color: #fff;
  padding: 35px 25px 100px;
  font-size: 14px;
  line-height: 40px;
}
.help-main .rightc h3 {
  margin-bottom: 25px;
}
.help-main .rightc p {
  color: #999;
}
.help-main .rightc p a {
  color: #73a7ff;
}
.help-main .rightc p a:hover {
  text-decoration: underline;
}
.help-main .rightc .space {
  margin: 30px auto 10px;
  background-color: #d3d3d3;
  max-width: 100%;
}
.help-main .rightc .list-box {
  margin-top: 0;
}
.help-main .rightc .list-box .c li a {
  border: 1px solid #eee;
}
.help-main .rightc .list-box .c li a .mess {
  padding-left: 12px;
  padding-right: 12px;
  border: none;
}
.help-main .rightc .list-box .c li a .mess h3 {
  font-size: 18px;
  margin-bottom: 3px;
}
.help-main .rightc img {
  max-width: 100%;
}
@media (max-width: 1500px) {
  .help-main .leftbox {
    width: 20%;
  }
  .help-main .rightbox {
    width: 80%;
  }
  .help-main .leftbox .leftnav .more-question {
    font-size: 16px;
  }
  .condition .publication a {
    font-size: 24px;
    width: 220px;
    height: 60px;
    line-height: 60px;
  }
  .condition .publication a .icon {
    width: 50px;
    height: 30px;
    background-size: auto 100%;
  }
}
@media (max-width: 1200px) {
  .condition .publication a {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
  .condition .publication a .icon {
    height: 25px;
    width: 42px;
    background-size: auto 100%;
    margin-right: 12px;
    background-position: center right;
  }
  .latest-news .newsbox {
    max-width: 100%;
  }
  .condition .cond-c .cond-item ul li {
    margin-left: 8px;
    margin-right: 8px;
  }
  .help-main .leftbox {
    width: 23%;
  }
  .help-main .rightbox {
    width: 77%;
  }
}
@media (max-width: 992px) {
  .latest-news .newsbox .tit {
    font-size: 26px;
  }
  .breadNav {
    margin-bottom: 65px;
  }
}
@media (max-width: 768px) {
  .roll li {
    font-size: 15px;
  }
  .roll li a .time {
    font-size: 12px;
    line-height: 22px;
  }
  .roll li a {
    padding-right: 144px;
  }
  .roll li {
    padding: 12px 20px 12px 18px;
  }
  .latest-news .news-img .mess .bottom {
    padding: 0 15px;
    font-size: 14px;
  }
  .latest-news .news-img .mess .top {
    padding: 0 15px;
    font-size: 16px;
  }
  .latest-news {
    height: 505px;
  }
  .help-banner {
    height: auto !important;
  }
  .condition .publication {
    position: relative;
    bottom: inherit;
    right: inherit;
    margin: 30px auto 30px;
    text-align: center;
  }
  .condition .cond-c .cond-item {
    padding-right: 90px;
  }
  .latest-news .news-img .mess .bottom .countdown {
    font-size: 22px;
  }
  .help-main .leftbox {
    width: 100%;
    margin-bottom: 30px;
  }
  .help-main .rightbox {
    width: 100%;
  }
  .help-main .leftbox .leftnav .first .second {
    display: none;
  }
  .help-main .leftbox .leftnav .first .three {
    position: relative;
    right: 0;
  }
  .help-main .leftbox .leftnav .first .second .s-nav a .arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .latest-news {
    height: auto;
    padding-bottom: 90px;
    background-size: auto 100%;
    padding-top: 90px;
  }
  .help-banner {
    position: relative;
  }
  .help-banner .breadNav {
    margin-bottom: 10px;
    position: absolute;
    bottom: -50px;
    right: 14px;
  }
  .breadNav {
    margin-bottom: 10px;
  }
  .latest-news .newsbox {
    padding-right: 20px;
  }
  .latest-news .news-img {
    margin-bottom: 30px;
  }
  .latest-news .news-img img {
    height: auto;
  }
  .condition .tabNav .nav-item {
    margin: 0 30px;
  }
  .latest-news .newsbox .tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .latest-news .news-gun {
    margin-left: -20px;
    margin-right: -20px;
  }
  .help-banner .help-box input {
    width: 80%;
  }
  .help-banner .help-box .title {
    margin-top: 30px;
  }
  .help-banner {
    padding-bottom: 50px;
  }
  .help-main .rightc {
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .help-main .rightc .space {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 414px) {
  .condition .tabNav .nav-item {
    margin: 0 20px;
  }
  .latest-news .news-img .mess .top {
    font-size: 18px;
  }
  .latest-news .news-img .mess .bottom {
    font-size: 16px;
  }
  .latest-news .news-img .mess .bottom .countdown {
    font-size: 26px;
  }
  .condition {
    font-size: 14px;
  }
  .condition .cond-c {
    padding-left: 20px;
  }
  .condition .cond-c .cond-item ul li {
    padding: 2px 15px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 12px;
  }
  .condition .cond-c .cond-item {
    padding-left: 60px;
    padding-right: 50px;
    height: 48px;
    padding-top: 12px;
  }
  .condition .cond-c .cond-item .style {
    width: 60px;
    line-height: 23px;
  }
  .condition .cond-c .cond-item .more {
    top: 9px;
  }
  .condition .cond-c .cond-item .more .icon {
    margin-left: 1px;
  }
  .condition .tabNav .nav-item {
    font-size: 18px;
  }
  .condition .publication a {
    font-size: 18px;
    width: 170px;
    height: 45px;
    line-height: 45px;
  }
  .condition .publication a .icon {
    height: 20px;
    width: 30px;
  }
  .condition .js-renew {
    letter-spacing: 2px;
  }
  .condition .js-renew .icon {
    height: 11px;
    background-size: auto 100%;
    margin-left: 4px;
  }
  .paginate ul {
    display: none;
  }
  .latest-news .news-img .mess .orderbtn {
    padding: 5px 0;
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .latest-news .news-img .mess .bottom .countdown {
    font-size: 22px;
  }
  .latest-news .newsbox {
    padding-left: 15px;
    padding-right: 15px;
  }
  .condition .cond-c .cond-item ul li {
    padding: 2px 12px;
  }
}
@media (max-width: 360px) {
  .roll li {
    font-size: 13px;
  }
  .roll li a {
    padding-right: 125px;
  }
  .roll li a .time {
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  .latest-news .news-img .mess .top {
    font-size: 16px;
    line-height: 26px;
  }
  .latest-news .news-img .mess .bottom {
    font-size: 14px;
  }
  .latest-news .news-img .mess .bottom .countdown {
    font-size: 18px;
  }
  .latest-news .news-img .mess .orderbtn {
    font-size: 20px;
  }
}
