@charset "UTF-8";

.w {
  width: 1000px;
  margin: 0 auto;
}

body {
  /* background: url(../images/fh_2022_lianghui.jpeg) no-repeat, #ffffff !important;*/
  /* background: url(../images/body_bg.png) no-repeat, #ffffff !important;*/
   /*background-size: 100% auto;*/
}
/* 顶部 */
.top {
  height: 40px;
  /* background: rgba(255, 255, 255, 0.6); */
   background: rgba(255, 255, 255, 1);
}

.top .tpLeft img {
  width: 1px;
  height: 10px;
  margin: 0 16px;
}

.top .tpLeft a {
  width: 60px;
  height: 12px;
  opacity: 1;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  line-height: 40px;
}

.top .tpRight ul li {
  float: left;
  margin: 8px 0 8px 20px;
  width: 24px;
  height: 24px;
  position: relative;
}

.top .tpRight ul li:hover {
  cursor: pointer;
}



.top .tpRight ul li:hover .phoneBg {
  display: block;
}

.top .tpRight ul li .phoneBg {
  width: 116px;
  height: 143px;
  background: url(../images/phone_bg.png) 0 0/116px 143px;
  position: absolute;
  left: -46px;
  top: 24px;
  display: none;
}

.top .tpRight ul .personal {
  background: url(../images/personal.png) 0 0/24px 24px;
}

.top .tpRight ul .personal:hover {
  background: url(../images/personal_ac.png) 0 0/24px 24px;
}

.top .tpRight ul .phone {
  background: url(../images/phone.png) 0 0/24px 24px;
}

.top .tpRight ul .phone:hover {
  background: url(../images/phone_ac.png) 0 0/24px 24px;
}

.top .tpRight ul .wechat {
  background: url(../images/wechat.png) 0 0/24px 24px;
}

.top .tpRight ul .wechat:hover {
  background: url(../images/wechat_ac.png) 0 0/24px 24px;
}

.top .tpRight ul .weibo {
  background: url(../images/weibo.png) 0 0/24px 24px;
}

.top .tpRight ul .weibo:hover {
  background: url(../images/weibo_ac.png) 0 0/24px 24px;
}

/* 头部 */
.header {
  margin-top: 24px;
}

.header .headerLeft img {
  width: 247px;
  height: 89px;
  display: block;
}

.header .headerRight .tel {
  width: 256px;
  height: 29px;
  display: block;
}

.header .headerRight form {
  width: 315px;
  height: 40px;
  background: #ffffff;
  border-radius: 50px;
  margin-top: 16px;
}

.header .headerRight form input {
  padding: 14px 20px;
  background: none;
  width: 200px;
  height: 12px;
  font-size: 12px;
  color: #c4c4c4;
}

.header .headerRight form input::placeholder {
  font-size: 12px;
  color: #c4c4c4;
}

.header .headerRight form button {
  width: 50px;
  height: 30px;
  float: right;
  margin: 5px 5px 5px 0;
  background: url(../images/search.png) 0 0/50px 30px;
}
.people{
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.people p{
      line-height: 30px;
    margin-bottom: 5px;
}
.people p:hover{
      color:#257FFF;
}



/* 导航栏 */
.nav {
  width: 1000px;
  height: 56px;
  background: linear-gradient(180deg, #60cfff 0%, #568aff);
  border-radius: 8px;
  margin-top: 24px;
  z-index: 10;
}

.nav .navUl .navLi {
  width: 166px;
  height: 56px;
  text-align: center;
  position: relative;
  float: left;
  cursor: pointer;
  z-index: 10;
}

.nav .navUl .navLi a {
  font-size: 18px;
  color: #ffffff;
  line-height: 56px;
  display: block;
}

.nav .navUl .navLi img {
  width: 8px;
  height: 4px;
  vertical-align: middle;
}

.nav .navUl .navLi.active {
  background: linear-gradient(180deg, #ffb74a 0%, #ff702e);
}

.nav .navUl .navLi:hover {
  background: linear-gradient(180deg, #ffb74a 0%, #ff702e);
}

.nav .navUl .navLi:hover .drop {
  display: block;
}

.nav .navUl .navLi::after {
  content: "";
  width: 1px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 23px;
}

.nav .navUl .navLi:first-child {
  width: 168px;
  border-radius: 8px 0 0 8px;
}

.nav .navUl .navLi:last-child {
  width: 168px;
  border-radius: 0 8px 8px 0;
}

.nav .navUl .navLi:last-child::after {
  width: 0;
  height: 0;
  background: none;
}

.nav .navUl .navLi .drop {
  width: 166px;

  background: #1b2c4a;
  border-radius: 0 0 8px 8px;
  display: none;
  z-index: 10;
}

.nav .navUl .navLi .drop ul li a {
  opacity: 0.6;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  line-height: 43px;
}

.nav .navUl .navLi .drop ul li:hover a {
  opacity: 1;
}

/* 底部 */
.footer {
  width: 100%;
  background: #014188;
  margin-top: 30px;
  padding: 32px 0;
}

.footer .link {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .link ul li {
  float: left;
  margin-right: 15px;
}

.footer .link ul li a {
  font-size: 14px;
  color: #ffffff;
  line-height: 21px;
}

.footer .link ul li:first-child {
  font-size: 14px;
  color: #ffffff;
  line-height: 21px;
  margin-right: 0;
}

.footer .info {
  margin-top: 30px;
}

.footer .info p {
  font-size: 12px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  line-height: 12px;
  margin-bottom: 15px;
  vertical-align: middle;
}

.footer .info .cnzz {
  width: 50px;
  height: 12px;
  margin-right: 10px;
}

.footer .info .police {
  width: 18px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -4px;
}

.footer .info .report {
  width: 186px;
  height: 40px;
  margin-right: 10px;
}

/* 加载更多 */
.getMore {
  text-align: center;
  margin-top: 40px;
}

.getMore img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 9px;
}

.getMore span {
  font-size: 12px;
  text-align: left;
  color: #999999;
  line-height: 14px;
  cursor: pointer;
}

/* 面包屑导航 */
.crumbs {
  margin-top: 30px;
}

.crumbs ul li {
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}

.crumbs ul li a {
  font-size: 14px;
  color: #999999;
  line-height: 21px;
}

.crumbs ul li img {
  width: 4px;
  height: 7px;
  vertical-align: middle;
  margin-left: 2px;
}

.crumbs ul li:last-child img {
  display: none;
}

/* 分享 */
.share {
  margin-top: 5px;
}

.share .share_icon .bdsharebuttonbox span {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}

.share .share_icon .bdsharebuttonbox a {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 0 0 14px;
}

.share .share_icon .bdsharebuttonbox .bds_weixin {
  background: url(../images/share_wechat.png) 0 0/24px 24px;
  margin-left: 0;
}

.share .share_icon .bdsharebuttonbox .bds_weixin:hover {
  background: url(../images/share_wechat_ac.png) 0 0/24px 24px;
}

.share .share_icon .bdsharebuttonbox .bds_tsina {
  background: url(../images/share_weibo.png) 0 0/24px 24px;
}

.share .share_icon .bdsharebuttonbox .bds_tsina:hover {
  background: url(../images/share_weibo_ac.png) 0 0/24px 24px;
}

.share .share_icon .bdsharebuttonbox .bds_sqq {
  background: url(../images/share_qq.png) 0 0/24px 24px;
}

.share .share_icon .bdsharebuttonbox .bds_sqq:hover {
  background: url(../images/share_qq_ac.png) 0 0/24px 24px;
}

.share .share_icon .bdsharebuttonbox .bds_qzone {
  background: url(../images/share_zone.png) 0 0/24px 24px;
}

.share .share_icon .bdsharebuttonbox .bds_qzone:hover {
  background: url(../images/share_zone_ac.png) 0 0/24px 24px;
}

/* 评论 */
.commentWrap {
  margin-top: 30px;
}

.commentWrap .commentTit p {
  float: left;
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  line-height: 20px;
  background: url(../images/mask.png) right bottom / 100% 10px no-repeat;
}

.commentWrap .commentTit span {
  font-size: 14px;
  color: #257fff;
  line-height: 20px;
  margin-left: 20px;
}

.commentWrap .commentList {
  padding: 40px 80px;
  box-shadow: 0px 2px 8px 0px rgba(105, 170, 255, 0.1);
  box-sizing: border-box;
  margin-top: 20px;
}

.commentWrap .commentList .formWrap img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.commentWrap .commentList .formWrap form {
  width: 772px;
  height: 90px;
}

.commentWrap .commentList .formWrap form textarea {
  width: 682px;
  height: 90px;
  padding: 20px;
  box-sizing: border-box;
  border: none;
  background: #F8F8F8;
  font-size: 16px;
  text-align: left;
  color: #999999;
  line-height: 24px;
}

.commentWrap .commentList .formWrap form textarea::placeholder {
  font-size: 16px;
  text-align: left;
  color: #999999;
  line-height: 24px;
}

.commentWrap .commentList .formWrap form button {
  width: 90px;
  height: 90px;
  font-size: 16px;
  color: #ffffff;
  background: url(../images/button.png) 0 0/90px 90px;
}

.commentWrap .commentList .list {
  margin-top: 40px;
}

.commentWrap .commentList .list .titWrap {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 20px;
}

.commentWrap .commentList .list .titWrap p {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  line-height: 21px;
}

.commentWrap .commentList .list .titWrap span {
  font-size: 14px;
  text-align: left;
  color: #257fff;
  line-height: 21px;
  margin-left: 10px;
}

.commentWrap .commentList .list ul li {
  margin-top: 30px;
}

.commentWrap .commentList .list ul li .avatar {
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
}

.commentWrap .commentList .list ul li .nameWrap {
  width: 772px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 30px;
}

.commentWrap .commentList .list ul li .nameWrap .name {
  font-size: 14px;
  color: #999999;
  line-height: 21px;
}

.commentWrap .commentList .list ul li .nameWrap .time {
  font-size: 12px;
  color: #999999;
  line-height: 14px;
}

.commentWrap .commentList .list ul li .nameWrap .commentText {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 20px;
}

/* 轮播图 */
.commonLunbo {
  width: 900px;
  height: 255px;
  margin-top: 30px;
}

.commonLunbo .swiper-container {
  width: 100%;
}

.commonLunbo .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 450px;
  height: 255px;
  position: relative;
}

.commonLunbo .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.commonLunbo .swiper-slide .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 73px;
  padding: 23px 17px 20px;
  box-sizing: border-box;
  display: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.commonLunbo .swiper-slide .tit p {
  font-size: 20px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
}

.commonLunbo .swiper-slide.swiper-slide-active .tit {
  display: block;
}

/* 回到顶部 */
.gotop{
  width: 64px;
  height: 64px;
  border-radius: 32px;
  position: fixed;
  right: 32px;
  bottom: 256px;
  background: url(../images/gotop.png) 0 0/64px 64px no-repeat;
}

.gotop:hover{
  cursor: pointer;
  background: url(../images/gotop_ac.png) 0 0/64px 64px no-repeat;
}

/* 头像 */
.login_user_img{
	width:24px;
   height:24px;
  border-radius: 50%;
}