/* ====首页====== */
body {
  background-color: #fff;
}
.headerBanner {
  position: relative;
  width: 100% !important;
  /* height: 900px; */
}
.top {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 20px;
  z-index: 10;
}
.top .wp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wel {
  display: inline-block;
  width: 380px;
}

.topR {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topCode {
}
.codeItem {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  font-size: 0;
}
.codeBtn {
  cursor: pointer;
}
.codeBtn .icon,
.codeBtn .val {
  display: inline-block;
  vertical-align: middle;
}
.codeBtn .icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.codeBtn .val {
  font-size: 14px;
  color: #fff;
}
.codeLay {
  position: absolute;
  left: 0;
  top: 40px;
  background-color: #fff;
  width: 100px;
  height: 100px;
  padding: 0px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
}
.codeLay .tp {
  width: 100px;
  height: 100px;
}
.topSearch {
  background-color: #fff;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*width: 270px;*/
  width: 225px;
}
.topSearch .text {
  display: block;
  width: 100%;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  color: #333;
}
.topSearch .tj {
  width: 34px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #e7290e;
}
.toMemBtn {
  padding: 4px 7px;
  font-size: 14px;
  margin-left: 10px;
}
.toMemBtn .icon {
  margin-right: 0px;
}
.toMemBtn-img{
        max-width: 25px;
}
/** header **/
.header {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
.loarea {
  height: 94px;
  position: relative;
  z-index: 3;

  background: rgba(0, 0, 0, 0.7);
}
.loarea .wp {
  box-sizing: border-box;
  /* padding: 0 20px; */
  border-radius: 10px 10px 0 0;
  max-width: 1300px;
}
.val {
  line-height: 26px;
}
.logo {
  width: 150px;
  display: block;
  padding-top: 8px;
}
.logo .tp {
  height: 78px;
  width: auto;
}

/*PC导航 begin*/
.nav {
  z-index: 5;
  padding-right: 150px;
  position: relative;
}
.messBtn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.navul {
  font-size: 0;
}
.navul li {
  display: inline-block;
  font-size: 16px;
  position: relative;
}
.rowLi {
  position: static !important;
}
.navul li > a {
  padding: 0 1em;
  text-align: center;
  display: inline-block;
  line-height: 94px;
  height: 94px;
  position: relative;
  color: #fff;
}
.navul li > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0px;
  z-index: -1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.navul li > a:hover,
.act_nav {
}

.navul li > a:hover::after,
.act_nav::after {
  top: -18px !important;
  padding-top: 18px;
  background: url(../images/icon/icon01.png) center top/108px 112px no-repeat;
}
.navul li .sy:hover::after {
  top: -18px !important;
  padding-top: 18px;
  background: url(../images/icon/icon01.png) center top/74px 112px no-repeat;
}

.chooseLan {
  margin: 40px 0 0 40px;
  padding: 3px 8px;
  width: 80px;
  position: relative;
  cursor: pointer;
  background-color: #311c7a;
}
.curLan {
  color: #fff;
}
.curLan .iconCountry {
  font-size: 16px;
  margin-right: 5px;
}
.curLan .arr {
  font-size: 16px;
  margin-left: 0px;
}

.curLan .val {
  font-size: 14px;
  text-transform: uppercase;
}
.lanLay {
  padding-top: 4px;
  position: absolute;
  left: 0px;
  top: 32px;
  display: none;
  width: 100%;
}
.lanul {
  border-top: 2px solid #311c7a;
  background-color: #fff;
}
.lanul li {
}
.lanul li a {
  display: block;
  padding: 5px 25px;
  font-size: 12px;
}
.lanul .icon {
  margin-right: 10px;
  height: 12px;
}
.lanul .val {
  font-size: 12px;
}
.lanul a:hover {
  color: #311c7a;
  background-color: #fafafa;
}
.chooseLan:hover .lanLay {
  display: block;
}

/*PC导航end*/
.subnav {
  position: absolute;
  display: none;
}
.subnavNormal {
  left: 50%;
  margin-left: -60px;
  top: 94px;
  width: 120px;
  padding-top: 0px;
}
.subnav:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -6px;
  display: none;
}
.subnav > .nr {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 0;
  box-shadow: 0 2px 10px 0 #333;
}
.subnav .nr a {
  text-align: left;
  line-height: 2;
  padding: 6px 0;
  width: 100%;
  font-size: 13px;
  display: block;
  color: #fff;
  text-align: center;
}
.subnav .nr a:hover {
  color: #fff !important;
  background-color: #e7290e;
}

.subnavRow {
  position: absolute;
  width: 100%;
  left: 0;
  top: 112px;
  padding-top: 0px;
}
.subnavRow .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 0;
  box-shadow: 0 2px 10px 0 #333;
}
.subnavRow .nr {
  width: 100%;
  padding: 10px 20px;
  font-size: 0;
}
.subnavRow .nr a {
  display: inline-block;
  width: 23%;
  margin: 0 1%;
  color: #fff;
  border-bottom: 1px dashed #fff;
  font-size: 13px;
  text-align: center;
  padding: 8px 0;
}
.subnavRow .nr a:hover {
  color: #fff !important;
  background-color: #e7290e;
}

/*手机导航按钮及下拉菜单begin*/
.menubtn {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 12px;
  right: 2%;
  cursor: pointer;
  display: none;
}
.menubtn i {
  display: block;
  width: 21px;
  height: 3px;
  background-color: #e7290e;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 2px;
}
.menubtn i:nth-child(1) {
  top: 4px;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
}
.menubtn i:nth-child(2) {
  top: 11px;
}
.menubtn i:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.menubtn.on i:nth-child(1) {
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
.menubtn.on i:nth-child(2) {
  opacity: 0;
}
.menubtn.on i:nth-child(3) {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
/*小导航*/
.inav {
  width: 400px;
  max-width: 60%;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 0px;
  left: -100%;
  z-index: 99;
  overflow-y: auto;
  display: none;
}
.inav_bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0%;
  z-index: 90;
  display: none;
}
.navlogo {
  padding: 30px;
}
.navlogo .tp {
  max-width: 40%;
}
.inav ul {
  margin: 0 30px;
}
.inavul li {
  border-bottom: 1px solid #e1e1e1;
}
.inavul li > a {
  display: block;
  text-align: left;
  font-size: 14px;
  padding: 15px 30px 15px 15px;
  position: relative;
}
.inavul li > a .iconfont {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 18px;
}
.act_inav {
  border-color: #e7290e !important;
  color: #e7290e !important;
}
.act_inav .iconfont {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.inavul .nr {
  display: none;
  padding: 5px 30px 5px 40px;
}
.inavul .nr a {
  display: block;
  text-align: left;
  padding: 4px 0;
  margin-right: 10px;
  font-size: 13px;
  color: #666;
}
.itop {
  padding: 20px 30px;
}
.itop .toMemBtn {
  padding: 4px 0px;
  font-size: 14px;
  margin-left: 0px;
}
.itop .topCode {
  display: flex;
  padding: 15px 0;
  flex-wrap: wrap;
}
.itop .codeItem {
  padding: 5px 0;
  width: 50%;
  margin-right: 0px;
}
.itop .codeBtn .val {
  color: #666;
}
.itop .topSearch {
  width: 100%;
  box-sizing: border-box;
  padding: 7px 10px;
  border: 1px solid #ddd;
}
.itop .topSearch .text {
  display: block;
  width: 100%;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  color: #333;
}
.itop .topSearch .tj {
  width: 34px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #e7290e;
}
.itop .qrcode {
  margin: 20px auto;
}

/*手机导航按钮及下拉菜单end*/
/*banner begin*/
.banner {
  position: relative;
  z-index: 3;
  height: 100% !important;
}
.banner .swiper-wrapper {
  height: 100%;
}
.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide img {
  height: 102%;
  object-fit: cover;
}
.banimg {
  width: 100%;
  height: auto;
  display: block;
}
.banner .swiper-pagination {
  bottom: 130px !important;
  height: 8px;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: auto !important;
  padding: 4px;
  text-align: center;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  padding: 0;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  outline: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  margin: 0 2.5px !important;
}
.banner .swiper-pagination-bullet-active {
  background-color: #e7290e;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  display: none;
}
/* .banner .swiper-button-prev{ left:2%;}
.banner .swiper-button-next{ right:2%;} 

.banner .swiper-button-prev::after,.banner .swiper-button-next::after{ display: none;}
 .banner .swiper-button-prev,.banner .swiper-button-next{filter:alpha(opacity=40); -moz-opacity:0.4; -khtml-opacity: 0.4; opacity: 0.4;width:80px;  height:150px; line-height: 150px; top:50%; margin-top:-75px; color: #fff;}
.banner .swiper-button-prev .iconfont,.banner .swiper-button-next .iconfont{ font-size: 80px; font-weight: bold;}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;} */
/*banner end*/
.footer {
  padding-top: 40px;
}
.f_t {
  padding: 20px 0;
}
.link_box {
  display: flex;
}
.yqlj {
  background: red;
  color: #fff;
  text-align: center;
  height: 42px;
  line-height: 42px;
  border-radius: 20px;
  width: 108px;
}
.fnavul_1 a {
  margin-right: 1%;
}
.fnavul {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  width: 100%;
  margin-left: 2%;
}
.fnavul a {
  margin-bottom: 20px;
}
.fnavul a:hover {
  color: red;
}
.fnavul li {
  width: 11.11%;
}
.fnavul .tit {
  font-size: 16px;
}
.fnavul .tit a {
  color: #333;
}
.fnavul .tit a:hover {
  color: #e7290e;
}
.fnavul .nr {
  margin-top: 15px;
}
.fnavul .nr a {
  display: block;
  padding: 4px 0;
  color: #666;
}
.fnavul .nr a:hover {
  color: #e7290e;
}
.f_m {
  padding: 20px 0;
}
.f_m .wp {
  display: flex;
  align-items: center;
}
.flogo {
  width: 160px;
}
.flogo .tp {
  width: 122px;
}
.fadd {
  flex: 1;
}
.fadd .list {
  padding: 4px 0 4px 32px;
  position: relative;
  color: #666;
}
.fadd .list .icon {
  position: absolute;
  left: 0;
  top: 4px;
  height: 22px;
}
.qrcode {
  width: 150px;
  text-align: center;
  margin-left: 50px;
}
.qrcode .tp {
  width: 88px;
  height: 88px;
}
.qrcode .tit {
  margin-top: 2px;
}
.f_b {
  padding: 20px 0;
  color: #000;
  background: rgba(0, 0, 0, 0.2);
}
.copyright {
}
.copyright a {
  margin-left: 20px;
  color: #fff;
}
.copyright a:hover {
  color: #e7290e;
}

.footerWapHeight {
  height: 0px;
}
.footer_wap {
  background: #fff;
  border-top: 1px solid #ddd;
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.footerWapul {
  margin-bottom: 0;
}
.footerWapul li {
  width: 25%;
  float: left;
  text-align: center;
  color: #fff;
  border-right: 1px solid #ddd;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0;
}
.footerWapul li a {
}
.footerWapul li .iconfont {
  line-height: 1;
  font-size: 26px;
  color: #e7290e;
  height: auto;
}
.footerWapul li .tit {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.act_footerWap a {
  color: #fff !important;
  background-color: #e7290e;
}
.act_footerWap a .iconfont {
  color: #fff !important;
}

.h_tit {
  padding: 50px 0;
}
.h_tit .tit {
  font-size: 40px;
}
.h_tit .subtit {
  color: #999;
  text-transform: uppercase;
}
.h_tit .line {
  margin: 15px auto 0;
  font-size: 24px;
  width: 2em;
  height: 3px;
  background-color: #e7290e;
}

.h_ab {
  padding: 30px 0 60px;
  overflow-x: hidden;
}
.habIntro {
  border: 1px solid #e1e1e1;
  padding: 20px 30px 30px;
  max-width: 100%;
  width: 1016px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
.habIntro .nr {
  font-size: 16px;
  color: #666;
}
.habIntro .mandiv {
  margin-top: 20px;
}
.habIntro .mandiv .sbtn {
  font-size: 16px;
  padding: 8px 70px;
}

.habul {
  padding-bottom: 40px;
}
.habul li {
  float: left;
  width: 20%;
  margin-bottom: 40px;
  text-align: center;
}
.habItem {
}
.habItem a {
  display: block;
  position: relative;
}
.habItem a .bg {
  position: absolute;
  filter: grayscale(100%);
  width: 150px;
  max-width: 150px;
  left: 50%;
  top: 32px;
  z-index: -1;
  -webkit-filter: grayscale(100%);
}
.habItem .boxF {
  margin: 0 auto;
}
.habItem .boxT {
  position: relative;
}
.habItem .boxT::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  left: 0;
  top: 0;
  position: absolute;
}
.habItem .shade {
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.habItem .shade .inner {
}
.habItem .shade .inner .tp {
  width: 50px;
  height: 50px;
}
.habItem .shade .inner .tit {
  font-size: 20px;
  color: #fff;
}
.habItem a:hover .boxT::after {
  background-color: #e7290e;
}
.habItem a:hover .bg {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.h_ad {
  padding: 70px 0;
  background-attachment: fixed;
}
.h_ad .inner {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.h_ad .inner .p1 .bigfont {
  font-size: 50px;
  font-weight: bold;
}
.h_ad .inner .p2 {
}

.homePageDiv {
}
.homePageDiv .sbtn {
  font-size: 16px;
  padding: 8px 70px;
}
.morea {
  display: block;
  color: #fff;
  padding: 10px 20px;
  background-color: rgba(102, 102, 102, 0.7);
}
.morea .val {
  font-size: 16px;
}
.morea .arr {
  font-size: 20px;
}

.h_buss {
  padding: 30px 0;
}
.hbussItem {
}
.hbussItem a {
  display: block;
  position: relative;
  overflow: hidden;
}
.hbussItem .tparea {
  font-size: 0;
  overflow: hidden;
}
.hbussItem .tparea .tp {
  width: 100%;
}
.hbussItem .shade {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.hbussItem .des {
  padding: 30px 40px;
  text-align: center;
}
.hbussItem .des .tit {
  font-size: 30px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.hbussItem .des .nr {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
  height: 67.2px;
  overflow: hidden;
  margin-top: 15px;
}
.hbussItem .shade {
  bottom: -100%;
}
.hbussItem .shade .mandiv {
}
.hbussItem .shade .mandiv .morea {
}
.hbussItem a:hover .des {
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.07);
}
.hbussItem a:hover .des .tit {
  color: #036eb8;
}
.hbussItem a:hover .tparea .tp {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.hbussSlide .swiper-slide-active .shade {
  bottom: 0;
}
.hbussSlide .swiper-slide-active .des {
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.07);
}
.hbussSlide .swiper-slide-active .des .tit {
  color: #036eb8;
}
.hbussSlide .swiper-slide-active .tparea .tp {
  /* transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1); */
}
.hbussSlide .swiper-button-prev {
  left: 1%;
}
.hbussSlide .swiper-button-next {
  right: 1%;
}

.hbussSlide .swiper-button-prev::after,
.hbussSlide .swiper-button-next::after {
  display: none;
}
.hbussSlide .swiper-button-prev,
.hbussSlide .swiper-button-next {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  width: 60px;
  height: 60px;
  line-height: 60px;
  top: 50%;
  margin-top: -30px;
  color: #fff;
  background-color: rgba(231, 41, 14, 1);
  -webkit-filter: alpha(opacity=80);
}
.hbussSlide .swiper-button-prev .iconfont,
.hbussSlide .swiper-button-next .iconfont {
  font-size: 30px;
  font-weight: bold;
}
.hbussSlide .swiper-button-prev:hover,
.hbussSlide .swiper-button-next:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.h_accounts {
  padding: 70px 0;
}
.h_accounts .wp {
}

.haccountsul {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
  flex-wrap: wrap;
  border: 1px solid #e6e6e6;
}
.haccountsul li {
  width: 20%;
  float: left;
  position: relative;
}
.haccountsul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 0;
}
.haccountsul li:nth-last-child(1):after {
  display: none;
}
.hacItem {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hacItem .inner {
  display: flex;
  align-items: center;
  padding: 40px 0;
  margin-right: 10px;
}
.hacItem .icon {
  width: 50px;
  margin-right: 10px;
}
.hacItem .des {
  flex: 1;
  min-width: 0;
  line-height: 1;
}
.hacItem .p1 {
  font-size: 25px;
  font-weight: bold;
  color: #e7290e;
}
.hacItem .p2 {
  font-size: 16px;
  color: #666;
}

.h_buss {
  overflow-x: hidden;
}

.h_ad2 {
}
.h_ad2 .wp {
  display: flex;
  justify-content: space-between;
}
.h_ad2 .wp a {
  width: 32%;
  font-size: 0;
}
.h_ad2 .wp a .tp {
  width: 100%;
}
.h_ad2 .wp a:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}

.h_news {
  padding: 20px 0 40px;
}
.hn_tit {
  text-align: center;
  padding: 40px 0;
}
.hn_tit .list {
  position: relative;
  display: inline-block;
  padding: 0 54px 14px;
  cursor: pointer;
}
.hn_tit .list::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.hn_tit .list::before {
  content: "";
  display: block;
  width: 1px;
  height: 48px;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.hn_tit .list:nth-last-child(1)::before {
  display: none;
}
.hn_tit .list .tit {
  font-size: 40px;
  line-height: 1.2;
}
.hn_tit .list .subtit {
  color: #999;
  text-transform: uppercase;
}
.act_hn .tit,
.act_hn .subtit {
  color: #e7290e !important;
}
.act_hn::after {
  border-top-color: #e7290e !important ;
}

.hnbox {
  display: none;
}
.hnTumbWrap {
  border-bottom: 1px solid #e6e6e6;
  height: 50px;
}
.hnThumbSlide {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
}
.hnThumbSlideSmall {
  width: 800px;
}
.hnThumbSlide .swiper-slide {
  padding-bottom: 8px !important;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hnThumbSlide .swiper-button-prev,
.hnThumbSlide .swiper-button-next {
  display: none;
}
.hnThumbItem {
  font-size: 0;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  flex-wrap: nowrap;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  position: relative;
}
.hnThumbItem::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.hnThumbItem .tparea {
  display: inline-block;
  font-size: 0;
  margin-right: 6px;
}
.hnThumbItem .tparea .icon {
  width: 30px;
  height: 30px;
}
.hnThumbItem .tparea .icon01 {
  display: inline-block;
}
.hnThumbItem .tparea .icon02 {
  display: none;
}
.hnThumbItem .val {
  font-size: 16px;
  flex: 1;
}
.act_hnThumb .hnThumbItem {
  background-color: #e7290e;
}
.act_hnThumb .hnThumbItem::after {
  border-top-color: #e7290e !important;
}
.act_hnThumb .tparea {
}
.act_hnThumb .tparea .icon01 {
  display: none;
}
.act_hnThumb .tparea .icon02 {
  display: inline-block;
}
.act_hnThumb .val {
  color: #fff;
}

.hgbox {
  overflow: hidden;
  display: none;
}
.hgul {
  margin-right: -2%;
  margin-top: 24px;
}
.hgul li {
  width: 48%;
  margin: 0 2% 24px 0;
  float: left;
  box-sizing: border-box;
}
.hgItem {
  padding: 20px 25px;
  border: 1px solid #e6e6e6;
}
.hgItem a {
  display: block;
  display: flex;
  align-items: center;
}
.hgItem .des {
  flex: 1;
  min-width: 0;
}
.hgItem .des .tit {
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hgItem .des .nr {
  height: 45.4px;
  overflow: hidden;
  color: #999;
  margin-top: 5px;
  line-height: 1.6;
}
.hgItem .des .nr .sbtn {
  font-size: 12px;
  padding: 0px 5px;
}
.hgItem .time {
  overflow: hidden;
  width: 54px;
  margin-left: 20px;
  text-align: center;
  background-color: #ddd;
}
.hgItem .time .day {
  font-size: 14px;
  color: #fff;
  padding: 3px 0;
  background-color: #e7290e;
}
.hgItem .time .month {
  font-size: 12px;
  color: #999;
  padding: 3px 0;
}

.hgSlide,
.hgul2 {
  margin-top: 24px;
}
.hgSlide {
  /*width: 48%;*/
      width: 49.3%;
  float: left;
   margin-top: 38px;
}
.hgul2 {
  width: 50%;
  float: right;
}
.hgul2 li {
  box-sizing: border-box;
}
.hg2Item {
  padding: 16.5px 10px;
  border-bottom: 1px dashed #e6e6e6;
}
.hg2Item:hover .tit {
  color: red;
}
.hg2Item a {
  display: block;
  display: flex;
  align-items: center;
}
.hg2Item .des {
  flex: 1;
  min-width: 0;
}
.hg2Item .des .tit {
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hg2Item .des .nr {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
  margin-top: 7px;
  line-height: 1.6;
}
.hg2Item .des .nr .sbtn {
  font-size: 12px;
  padding: 0px 5px;
}
.hg2Item .time {
  overflow: hidden;
  width: 54px;
  margin-left: 20px;
  text-align: center;
  background-color: #ddd;
}
.hg2Item .time .day {
  font-size: 14px;
  color: #fff;
  padding: 3px 0;
  background-color: #ff442a;
}
.hg2Item .time .month {
  font-size: 12px;
  color: #999;
  padding: 3px 0;
  color: #fff;
  background-color: #b2ccdf00;
}

.hgSlide {
  position: relative;
  z-index: 3;
}
.hgSlide .swiper-slide {
  position: relative;
  overflow: hidden;
}
.hgSlide .swiper-slide a {
  display: block;
  position: relative;
}
.hgSlide .swiper-slide .tp {
  display: block;
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.hgSlide .swiper-slide .des {
  width: 100%;
  padding: 12px 20px;
  background-color: rgba(102, 102, 102, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
}
.hgSlide .swiper-slide .des .tit {
  font-size: 16px;
  color: #fff;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 100px;
}
.hgSlide .swiper-pagination {
  top: auto !important;
  bottom: 20px !important;
  padding: 0 10px;
  font-size: 0;
  height: 8px;
  width: 100px !important;
  text-align: right;
  left: auto !important;
  right: 0;
}
.hgSlide .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  padding: 0;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  outline: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  margin: 0 2.5px !important;
}
.hgSlide .swiper-pagination-bullet-active {
  background-color: #e7290e;
}

.h_tech {
  padding: 30px 0 0;
}
.h_tech .wrap {
  position: relative;
}
.htmid {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.htmid .inner {
  width: 837px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.htmid .inner img {
}
.htmid .inner .tp1 {
  position: absolute;
  width: 74%;
  left: 13%;
  bottom: 0;
}
.htmid .inner .tp2 {
  position: absolute;
  width: 94%;
  left: 3%;
  bottom: -92%;
}
.htmid .inner .tp3 {
  width: 100%;
}

.htItem {
  text-align: center;
}
.htItem .nr {
  padding: 14px 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ddd;
}
.htItem .nr .sbtn {
  font-size: 12px;
  padding: 2px 10px;
  background-color: #eff0ff;
}
.htItem .nr .sbtn:hover {
  background-color: #e7290e;
  color: #fff;
}
.htItem .tit {
  font-size: 24px;
  margin: 8px 0;
}
.htItem .tparea {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  background-color: #999;
}
.htItem .tparea .icon {
  padding-top: 20px;
  width: 50px;
  height: 50px;
}
.htItem:hover .tparea {
  cursor: pointer;
  background-color: #e7290e;
}

.act_ht .tit {
  color: #e7290e !important;
}
.act_ht .tparea {
  background-color: #e7290e !important;
}

.htechSlide {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 240px !important;
}
.htechSlide .swiper-slide {
}
.htechSlide .swiper-slide-prev {
  margin-top: 140px;
}
.htechSlide .swiper-slide-active {
}
.htechSlide .swiper-slide-active .tit {
  color: #e7290e !important;
}
/* .htechSlide .swiper-slide-active .tparea {
  background-color: #e7290e !important;
} */
.htechSlide .swiper-slide-next {
  margin-top: 140px;
}

.htechSlide .swiper-button-prev {
  left: 0%;
}
.htechSlide .swiper-button-next {
  right: 0%;
}
.htechSlide .swiper-button-prev::after,
.htechSlide .swiper-button-next::after {
  display: none;
}
.htechSlide .swiper-button-prev,
.htechSlide .swiper-button-next {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  width: 44px;
  height: 44px;
  line-height: 44px;
  top: auto;
  bottom: 90px;
  color: #fff;
  -webkit-filter: alpha(opacity=40);
}
.htechSlide .swiper-button-prev .icon,
.htechSlide .swiper-button-next .icon {
  width: 44px;
  height: 44px;
}
.htechSlide .swiper-button-prev:hover,
.htechSlide .swiper-button-next:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* 02-1  走进华锡  公司简介 */
.i_main {
  min-height: 400px;
}
.i_ban {
  font-size: 0;
  position: relative;
  overflow: hidden;
  /* height: 100%; */
}
.i_ban .tp {
  width: 100%;
  height: 100%;
}
.banIntro {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
.banIntro .wp {
}
.banIntro .tit {
  font-size: 40px;
  letter-spacing: 20px;
}
.banIntro .subtit {
  font-size: 14px;
  text-transform: uppercase;
}

.location {
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
}
.location span {
  font-size: 14px;
  color: #999;
}
.location a {
  font-size: 14px;
  color: #999;
}
.location .home::before {
  margin-right: 6px;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.location a:hover {
  color: #e7290e;
}
.act_loca {
  color: #e7290e !important;
}
.location i {
  margin: 0 6px;
  color: #999;
  font-style: normal;
}
.seachs{
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    width: 160px;
    height: 25px;
    float: right;
    padding:0 10px;
    display: inline-block;
}
.seachs input {
    display: block;
    width: 73%;
    line-height: 25px;
    height: 25px;
    font-size: 14px;
    color: #333;
    float: left;
}
.seachs button {
    width: 34px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    color: #e7290e;
    float: left;
    padding:0;
}
.lm {
  border-bottom: 1px solid #e6e6e6;
}
.lm .wp {
  font-size: 0;
}
.lm a {
  display: inline-block;
  text-align: center;
  margin: 0 15px;
}
.lm a::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #dbdbdb;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.lm a:nth-last-child(1)::before {
  /* display: none; */
}
.lm a .tparea,
.lm a .val {
  display: inline-block;
  vertical-align: middle;
}
.lm a:hover,
.act_lm {
  background-color: #e7290e;
}
.lm a:hover::after,
.act_lm::after {
  border-top-color: #e7290e !important;
}
/* .lm a:hover::before,.act_lm::before{ background-color:#e7290e !important;} */
.lm a:hover .tparea {
}
.lm a:hover .tparea .icon01,
.act_lm .tparea .icon01 {
  display: none;
}
.lm a:hover .tparea .icon02,
.act_lm .tparea .icon02 {
  display: inline-block;
}
.lm a:hover .val,
.act_lm .val {
  color: #fff;
}

.i_tit1 {
  background: url(../images/icon/icon02.png) left center/auto no-repeat;
  padding: 40px 0 0 70px;
  line-height: 1.2;
}
.i_tit1 .tit {
  font-size: 40px;
}
.i_tit1 .subtit {
  font-size: 16px;
  color: #999;
}
.profile {
  padding: 80px 0 50px;
}
.profile .wp {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.profile .intro {
  flex: 1;
}
.profile .intro .nr {
  margin: 25px 0px 0;
  padding-top: 24px;
  color: #666666;
  line-height: 2.1;
  position: relative;
}
.profile .intro .nr .des {
  font-size: 16px;
  line-height: 1.8;
}
.profile .profiletplist {
  width: 670px;
  margin-left: 40px;
}

.profiletplist {
  overflow: hidden;
}
.profiletplistul {
  overflow: hidden;
  margin-right: -1%;
}
.profiletplistul li {
  width: 100%;
  overflow: hidden;
  float: left;
  margin-bottom: 4px;
}
.profiletplistul li:nth-child(-n + 3) {
  width: 49%;
  margin-right: 1%;
}
.profiletplistul li:nth-child(1) .tparea,
.profiletplistul li:nth-child(3) .tparea {
  height: 198px;
}
.profiletplistul li:nth-child(3) {
  margin-top: -202px;
}
.profiletplistul li:nth-child(2) .tparea {
  height: 400px;
}
.profiletplistul li:nth-child(4) .tparea {
  height: 220px;
}
.profileItem {
}
.profileItem .tparea {
  width: 100%;
}
.profileItem:hover .tparea {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* 02-2  走进华锡  荣誉资质 */
.hon {
  padding: 60px 0 60px;
}
.honA {
}
.honAul {
  padding-bottom: 0px;
}
.honAul li {
  width: 31.33%;
  float: left;
  margin: 0 3% 3% 0;
}
.honAul li:nth-child(3n) {
  margin-right: 0;
}
.honAItem {
}
.honAItem a {
  display: block;
  padding: 16px;
  border: 1px solid #e0e0e0;
  background-color: #fb8c00;
}
.honAItem .tparea {
  font-size: 0;
  overflow: hidden;
}
.honAItem .tparea .tp {
  width: 100%;
}
.honAItem .des {
  padding: 14px 25px 0;
}
.honAItem .des .tit {
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff;
}
.honAItem a:hover {
  background-color: #995b00;
}
.honAItem a:hover .tparea .tp {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.honASlide {
  padding-bottom: 20px !important;
}
.honASlide .swiper-pagination {
  top: auto !important;
  bottom: 0px !important;
  font-size: 0;
  height: 8px;
}
.honASlide .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  padding: 0;
  background-color: #ccc;
  font-size: 0;
  line-height: 0;
  outline: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  margin: 0 2.5px !important;
}
.honASlide .swiper-pagination-bullet-active {
  background-color: #e7290e;
}

.honB {
}
.honBul {
}
.honBul li {
  width: 48%;
  margin: 0 4% 0 0;
  float: left;
}
.honBul li:nth-child(2n) {
  margin-right: 0;
}
.honBItem {
}
.honBItem a {
  display: block;
  font-size: 16px;
  color: #666;
  padding: 15px 0 15px 60px;
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #ddd;
}
.honBItem a .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 26px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.honBItem a:hover {
  color: #e7290e;
}
.honB .honASlide {
  padding-bottom: 60px !important;
}

/* 02-3  走进华锡 团队管理 */
.team {
  padding: 90px 0 120px;
}
.teamul {
  padding-bottom: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.teamul li {
  width: 25%;
  float: left;
  box-sizing: border-box;

  border: 1px solid #e5e5e5;
  border-width: 1px 1px 0 0;
  border-bottom: 1px solid #e5e5e5;
}
.teamul li:nth-child(1) {
  margin-left: 25%;
}
.teamul li:nth-child(2) {
  margin-right: 25%;
  border-right: none;
}
.teamul li:nth-child(4n + 2) {
  border-right: none;
}
.teamItem {
}
.teamItem a {
  display: block;
  padding: 40px 50px;
}
.teamItem .tparea {
  font-size: 0;
  overflow: hidden;
  width: 150px;
  margin: 0 auto;
}
.teamItem .tparea .tp {
  width: 100%;
  height: 150px;
}
.teamItem .des {
  text-align: center;
  padding: 20px 25px 0;
}
.teamItem .des .tit {
  text-align: center;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.teamItem .des .tit .pos {
  display: none !important;
  display: inline-block;
  background-color: #e7290e;
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
  padding: 2px 10px;
  border-radius: 0 15px 0 15px;
  -webkit-border-radius: 0 15px 0 15px;
  -moz-border-radius: 0 15px 0 15px;
  -ms-border-radius: 0 15px 0 15px;
  -o-border-radius: 0 15px 0 15px;
}
.teamItem .des .nr {
  font-size: 14px;
  color: #666;
  height: 44.8px;
  overflow: hidden;
  margin-top: 10px;
}
.teamItem a:hover .des .tit {
  color: #e7290e;
}
.teamItem a:hover .tparea .tp {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* 03-1  融媒体中心 */
.n_main {
  margin: 40px auto 0px;
}
.n_l {
  width: 74%;
  max-width: 920px;
}
.n_r {
  width: 26%;
}
.i_tit4 {
  font-size: 28px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}

.new {
  padding: 20px 0 80px;
}
.newul {
  padding-bottom: 50px;
}
.newItem {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.newItem a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.newItem a .time {
  color: #fff;
  overflow: hidden;
  width: 60px;
  text-align: center;
  margin-right: 15px;
}
.newItem a .time .day,
.newItem a .time .month {
  display: block;
}
.newItem a .time .day {
  font-size: 14px;
  font-weight: bold;
  background-color: #e7290e;
  color: #fff;
  padding: 4px 0;
}
.newItem a .time .month {
  font-size: 12px;
  background-color: #dddddd;
  color: #fff;
  padding: 5px 0;
}
.newItem a .tparea {
  overflow: hidden;
  font-size: 0;
  width: 215px;
  margin-right: 20px;
  background: url(/images/icon/logo-bgc.png) no-repeat;
  background-size: 100%, 100%;
}
.newItem a .tparea .tp {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.newItem a .des {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.newItem a .des .tit {
  width: 100%;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newItem a .des .nr {
  font-size: 14px;
  color: #999;
  height: 45px;
  overflow: hidden;
  line-height: 1.6;
  margin-top: 10px;
}
.newItem a .des .info_btn {
  margin-top: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  align-items: center;
}
.newItem a .des .info_btn .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #999;
}
.newItem a .des .info_btn .info .btn {
  margin-right: 15px;
  font-size: 14px;
}
.newItem a .des .info_btn .info .btn::before {
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 1;
}
.newItem a .des .info_btn .sbtn {
  font-size: 13px;
  padding: 2px 6px;
}
.newItem a:hover .tparea .tp {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.newItem a:hover .des .tit {
  color: #e7290e;
}

.turnpage {
  font-size: 0;
}
.turnpage a,
.turnpage span {
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  margin: 0 3px;
  color: #666;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  vertical-align: middle;
}
.turnpage a:hover,
.current {
  color: #fff !important;
  background-color: #e7290e !important;
  border-color: #e7290e !important;
}

.i_tit3 {
  background: url(../images/icon/black1.png) left 44px repeat-x;
}
.i_tit3 .mc {
  display: inline-block;
  padding: 0 35px 20px 35px;
  width: 96px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: url(../images/icon/i_tit03_bg.png) left center/100% 100% no-repeat;
  height: 44px;
  line-height: 44px;
}

.tNew {
  border: 1px solid #ebebeb;
  position: relative;
  margin-top: 44px;
  margin-bottom: 60px;
}
.tNew .i_tit3 {
  position: absolute;
  left: -1px;
  top: -44px;
  background: none;
}

.tNewul1 {
  padding: 15px 18px;
}
.tNewul1 li {
}
.tNewul1 li a {
  display: flex;
  padding: 15px 0;
}
.tNewul1 .tparea {
  width: 120px;
  margin-right: 10px;
}
.tNewul1 .tparea .tp {
  width: 100%;
  height: 80px;
}
.tNewul1 .des {
  flex: 1;
  min-width: 0;
}
.tNewul1 .des .tit {
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
  max-height: 50.4px;
}
.tNewul1 .des .time {
  margin-top: 5px;
  color: #999;
}
.tNewul1 a:hover .des .tit {
  color: #e7290e;
}

.tNewul2 {
  padding: 0 18px 15px;
}
.tNewul2 li {
}
.tNewul2 li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ededed;
}
.tNewul2 .tit {
  font-size: 14px;
  line-height: 1.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 15px;
}
.tNewul2 .tit::after {
  content: "";
  display: block;
  border-left: 5px solid #999999;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.tNewul2 .time {
  margin-top: 5px;
  color: #999;
  padding-left: 15px;
}
.tNewul2 a:hover .tit {
  color: #e7290e;
}

/* 03-2  融媒体中心 详情 */
.in_sh {
  padding: 0px 0 20px;
}
.in_sh .in_tit {
  padding: 0px 0 20px;
  border-bottom: 1px solid #ddd;
}
.in_sh .in_tit h4 {
  font-size: 30px;
  color: #333;
  margin-bottom: 10px;
}
.in_sh .in_tit .pub_del {
  font-size: 14px;
  color: #999999;
}
.in_sh .in_tit .pub_del span {
  margin: 0 25px 0 0;
}
.in_sh .in_tit .pub_del span .iconfont {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.in_sh .sh_con {
  padding: 30px 0px;
}
.in_sh .sh_con .wz {
  font-size: 16px;
  line-height: 2em;
  color: #666666;
  text-indent: 2em;
}
.in_sh .sh_con .tp {
  display: block;
  margin: 0px auto;
}
.pnpage {
  line-height: 2em;
  padding: 40px 0px;
}
.pnpage p {
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: none;
  margin-bottom: 12px;
  width: 50%;
  float: left;
}
.pnpage p .mc {
  display: inline-block;
  padding: 2px 14px;
  background: #f1f1f1;
  position: relative;
  margin-right: 10px;
}
.pnpage p .mc::after {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-left-color: #f1f1f1;
  position: absolute;
  right: -11px;
  top: 50%;
  margin-top: -6px;
}
.pnpage p a {
  color: #666666;
}
.pnpage a:hover {
  color: #0273a8;
}

.downLoad {
  padding: 30px 0;
  border-bottom: 1px solid #e7e7e7;
}
.downLoad .sbtn {
  font-size: 16px;
  padding: 5px 25px;
}
.downLoad .sbtn::before {
  margin-right: 6px;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
}

/* 04-1  业务与产品 */
.p_main {
  padding: 65px 0;
}
.p_main .wp {
  display: flex;
  justify-content: space-between;
}
.p_l {
  width: 217px;
  margin-right: 50px;
}
.p_r {
  flex: 1;
}
.lm2 {
}
.lm2ul {
}
.lm2ul li {
  margin-bottom: 2px;
}
.lm2ul a {
  display: block;
  font-size: 16px;
  background-color: #f0f0f0;
  padding: 20px 20px;
  text-align: center;
}
.lm2ul a:hover,
.act_lm2 {
  background-color: #e7290e !important;
  color: #fff !important;
}

.artHeader {
  font-size: 34px;
}
.artBody {
  padding: 20px 0;
}
.artBody .wz {
  color: #666;
  line-height: 1.8;
}
.artBody .tp {
  display: block;
  margin: 0 auto;
}

/* 04-2  业务与产品 产品呈现 */
.pro {
  padding: 0px 0 10px;
  overflow: hidden;
}
.proul {
  padding-bottom: 20px;
  margin-right: -2%;
}
.proul li {
  width: 23%;
  float: left;
  margin: 0 2% 40px 0;
}
.proItem {
}
.proItem a {
  display: block;
  padding: 20px 20px 0;
  border: 1px solid #dedede;
}
.proItem .tparea {
  margin: 0 auto;
  font-size: 0;
  overflow: hidden;
}
.proItem .tparea .tp {
  width: 100%;
}
.proItem .des {
  padding: 20px 0px 30px;
  text-align: center;
}
.proItem .des .tit {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.proItem .des .mandiv {
  margin-top: 5px;
}
.proItem .des .mandiv .sbtn {
  font-size: 14px;
  padding: 4px 14px;
}
.proItem a:hover {
  border-color: #e7290e;
}
.proItem a:hover .des .tit {
  color: #e7290e;
}
.proItem a:hover .tparea .tp {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* 04-3  业务与产品 产品呈现  详情 */
.tPro {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}
.tPro .i_tit3 {
  background: none;
}
.tProul {
  padding-bottom: 20px;
  margin-right: -3%;
}
.tProul li {
  width: 47%;
  float: left;
  margin: 0 3% 20px 0;
}
.tProItem {
}
.tProItem a {
  display: block;
  padding: 0px 0px 0;
  border: 1px solid #dedede;
  overflow: hidden;
}
.tProItem .tparea {
  margin: 0 auto;
  font-size: 0;
  overflow: hidden;
}
.tProItem .tparea .tp {
  width: 100%;
}
.tProItem .des {
  padding: 15px 0px;
  text-align: center;
}
.tProItem .des .tit {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tProItem a:hover {
  border-color: #e7290e;
}
.tProItem a:hover .des .tit {
  color: #e7290e;
}
.tProItem a:hover .tparea .tp {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.prodel {
}
.prodel .pnpage {
  border-top: 1px solid #f2f2f2;
}
.pdt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pdt .tparea {
  width: 48%;
  margin-right: 3%;
  border: 1px solid #ddd;
  overflow: hidden;
}
.pdt .tparea .tp {
  width: 100%;
}
.pdt .des {
  flex: 1;
}
.pdt .des .tit {
  font-size: 36px;
}
.pdt .des .nr {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}
.pdb {
  padding-bottom: 50px;
}
.pdb .nr {
  margin-top: 30px;
}
.pdb .nr .list {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
  padding-left: 60px;
  position: relative;
}
.pdb .nr .list .mc {
  position: absolute;
  left: 0;
  top: 0;
}
.p_tit {
  font-size: 36px;
  padding: 15px 0px;
  border-bottom: 1px solid #f2f2f2;
}

/* 05  科技创新 */
.tech {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  padding: 50px 0 80px;
}
.tech .intro {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.techul {
  padding-left: 44px;
  position: relative;
}
.techul::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  left: 23px;
  top: 0;
}
.techul li {
  padding: 25px 0;
  position: relative;
  z-index: 10;
}
.techItem {
}
.techItem .time {
}
.techItem .time .month {
  width: 100px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 30px 18px 50px;
  background: url(../images/icon/icon03.png) left top/100% 100% no-repeat;
  margin-left: -50px;
  position: relative;
}
.techItem .time .month::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 26px;
  top: 17px;
}
.techItem .nr {
  margin-top: -10px;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.techItem .nr .tp {
  display: block;
  margin: 40px auto;
  border-radius: 10px;
}

/* 06  党群工作 */
.faction {
  padding: 50px 0 70px;
  overflow: hidden;
}
.factionul {
  padding-bottom: 30px;
  margin-right: -3%;
}
.factionul li {
  width: 30.33%;
  float: left;
  margin: 0 3% 3% 0;
}
.factionItem {
}
.factionItem a {
  display: block;
}
.factionItem .tparea {
  border-radius: 5px;
  font-size: 0;
  overflow: hidden;
}
.factionItem .tparea .tp {
  width: 100%;
}
.factionItem .des {
  padding: 20px 25px;
  border: 1px solid #ddd;
  border-width: 0 1px 1px;
}
.factionItem .des .tit {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.factionItem .des .nr {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  height: 39.2px;
  overflow: hidden;
  margin-top: 8px;
}
.factionItem a:hover .des {
  border-color: #e7290e;
}
.factionItem a:hover .des .tit {
  color: #e7290e;
}
.factionItem a:hover .tparea .tp {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.factionItem .des .info {
  margin-top: 10px;
  color: #999;
}
.factionItem .des .info .time {
  font-size: 14px;
  color: #999;
}
.factionItem .des .info .time::before {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 5px;
}
.factionItem .des .info .sbtn {
  font-size: 14px;
  padding: 2px 10px;
  cursor: pointer;
  float: right;
}

/* 07-1  作品赏析 */
.lm3 {
  border-bottom: 3px solid #e7290e;
  font-size: 0;
  position: relative;
}
.lm3 a {
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  display: inline-block;
  margin-right: 2em;
}
.lm3 a .num {
  font-size: 12px;
  color: #999;
}
.lm3 a:hover,
.act_lm3 {
  background-color: #e7290e;
  color: #fff;
}
.lm3 a:hover .num,
.act_lm3 .num {
  color: #fff !important;
}
.worksTp {
  font-size: 0;
}
.worksTp .tp {
  width: 100%;
  border-radius: 20px;
}

.works {
  overflow: hidden;
  padding-bottom: 70px;
}
.worksul {
  padding: 10px 0 20px;
  margin-right: -2%;
}
.worksul li {
  width: 48%;
  float: left;
  margin: 0 2% 46px 0;
}
.worksItem {
}
.worksItem a {
  display: block;
  padding: 25px;
  border: 1px solid #ddd;
}
.worksItem .tit {
  font-size: 20px;
  padding-left: 40px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.worksItem .tit .icon {
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.worksItem .nr {
  margin-top: 10px;
  height: 44.8px;
  overflow: hidden;
  color: #666;
}
.worksItem .info {
  margin-top: 15px;
  color: #999;
}
.worksItem .info span {
  margin-right: 20px;
  font-size: 14px;
  color: #999;
}
.worksItem .info span::before {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-right: 10px;
}
.worksItem a:hover {
  transform: translateY(-3px);
  border-color: #e7290e;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}
.worksItem a:hover .tit {
  color: #e7290e;
}

/* 07-2   作品赏析 摄影作品 */
.graphis {
  padding-bottom: 70px;
}
.graphisul {
  column-count: 3;
  column-gap: 6px;
  padding-bottom: 60px;
}
.graphisItem {
  margin-bottom: 6px;
}
.graphisItem a {
  display: block;
  position: relative;
  overflow: hidden;
}
.graphisItem .tparea {
  font-size: 0;
  overflow: hidden;
}
.graphisItem .tparea .tp {
  width: 100%;
}
.graphisItem .des {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  left: 0;
  bottom: -100%;
}
.graphisItem .des .inner {
  padding: 20px 30px;
}
.graphisItem .des .tit {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.graphisItem .des .info {
  margin-top: 5px;
}
.graphisItem .des .info span {
  margin-right: 30px;
  color: #999;
}
.graphisItem a:hover .tparea .tp {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.graphisItem a:hover .des {
  bottom: 0;
}

/* 09  招采平台 */
.tendering {
  padding-bottom: 70px;
}
.tenderingul {
  padding-bottom: 60px;
}
.tenderingul li {
}
.tenderingItem {
}
.tenderingItem a {
  padding: 30px 10px;
  border-bottom: 1px solid #e6e6e6;
  display: block;
}
.tenderingItem .des {
}
.tenderingItem .des .tit {
  font-size: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tenderingItem .des .nr {
  height: 50.4px;
  overflow: hidden;
  color: #666;
  margin-top: 8px;
  line-height: 1.8;
}
.tenderingItem .info {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tenderingItem .info .infos {
  flex: 1;
}
.tenderingItem .info .infos span {
  font-size: 14px;
  color: #999;
  margin-right: 30px;
  display: inline-block;
}
.tenderingItem .info .infos span::before {
  font-size: 18px;
  margin-right: 6px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.tenderingItem .info .sbtn {
  font-size: 12px;
  padding: 0px 5px;
}

/* 08  人才战略 */
.talent {
  padding: 50px 0 80px;
}
.talentThumbSlide {
}
.talentSlide {
  margin-top: 50px;
}
.tsItem {
  overflow: hidden;
}
.t_tit {
  font-size: 34px;
  padding: 10px 0 10px 50px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.t_tit .icon {
  position: absolute;
  left: 8px;
  top: 25px;
  height: 28px;
}
.tsItem .tags {
  margin-left: -10px;
  padding: 15px 0;
}
.tsItem .tags .tag {
  color: #666;
  position: relative;
  font-size: 14px;
  padding: 0 10px;
}
.tsItem .tags .tag::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.tsItem .tags .tag:nth-last-child(1)::after {
  display: none;
}
.needs {
  padding: 20px 0;
}
.needs .item {
  padding: 20px 0;
}
.needs .tit {
  font-size: 20px;
}
.needs .nr {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.tsItem .downLoad {
  padding: 0;
  border: none;
}

.ttsItem {
  padding: 50px 30px;
  border: 1px solid #ddd;
}
.ttsItem .tparea {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  background-color: #999999;
}
.ttsItem .tparea .tp {
  height: 44px;
  padding-top: 18px;
}
.ttsItem .des {
  margin-top: 30px;
  text-align: center;
}
.ttsItem .des .tit {
  font-size: 20px;
}
.ttsItem .des .tags {
  margin-top: 10px;
  color: #666;
  position: relative;
  font-size: 14px;
  padding: 0 10px;
}
.ttsItem .des .tags .tag {
  color: #666;
  position: relative;
  font-size: 14px;
  padding: 0 10px;
}
.ttsItem .des .tags .tag:nth-last-child(1)::after {
  display: none;
}
.ttsItem .des .tags .tag::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.talentThumbSlideWrap {
  position: relative;
}
.talentThumbSlideWrap .swiper-button-prev {
  left: -65px;
}
.talentThumbSlideWrap .swiper-button-next {
  right: -65px;
}
.talentThumbSlideWrap .swiper-button-prev::after,
.talentThumbSlideWrap .swiper-button-next::after {
  display: none;
}
.talentThumbSlideWrap .swiper-button-prev,
.talentThumbSlideWrap .swiper-button-next {
  width: 45px;
  height: 66px;
  line-height: 66px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #dfdfdf;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.talentThumbSlideWrap .swiper-button-prev .iconfont,
.talentThumbSlideWrap .swiper-button-next .iconfont {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.talentThumbSlideWrap .swiper-button-prev:hover,
.talentThumbSlideWrap .swiper-button-next:hover {
  background-color: #e7290e;
}

.talentThumbSlide .swiper-slide-thumb-active .ttsItem {
  border-color: #e7290e !important;
}
.talentThumbSlide .swiper-slide-thumb-active .ttsItem .des .tit {
  color: #e7290e !important;
}

/* 登录 */
.pupbg {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
}
.pup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
  z-index: 205;
}
.signPup {
  width: 500px;
  max-width: 94%;
  padding: 30px 0 0px;
}
.closePup {
  position: absolute;
  right: -24px;
  top: -24px;
  cursor: pointer;
  font-size: 28px;
  color: #fff;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #fff;
}
.closePup:hover {
  background-color: #e7290e;
  border-color: #e7290e;
  color: #fff;
}

.pupform {
  padding: 0 65px 60px;
}
.pup_tit {
  font-size: 32px;
  padding: 40px 0;
}
.pupform .item {
  margin-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
  padding: 6px 0;
}
.pupform .item .iconfont {
  width: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 6px;
}
.pupform .text {
  display: block;
  width: 100%;
  padding: 0px 0 0px 45px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  background-color: #fff;
}
.formConfirm {
  padding-top: 20px;
}
.formConfirm .sbtn {
  padding: 10px 0px;
  font-size: 20px;
}
.pupOpa {
}
.pupOpa .forgetPwdBtn {
  color: #999;
}
.pupOpa a:hover {
  color: #f00;
}
.pupOpa .noAccounts {
  color: #999;
}

.yzmItem {
}
.yzmItem .text {
  padding-right: 80px;
}
.yzmItem .sendBtn {
  position: absolute;
  right: 5px;
  top: 12px;
}
.sendBtn {
  font-size: 14px;
  display: inline-block;
  padding: 2px 16px;
  background: #fdf2f0;
  color: #e7290e;
  border: 1px solid #f5a69a;
}
.sendBtn:hover {
  color: #fff;
  background-color: #e7290e;
  border-color: #e7290e;
}
/* 13-0  留言之家 */
.messHome {
  padding: 70px 0 50px;
}
.messLeader {
  display: flex;
  justify-content: space-between;
}
.messLeader .item {
  padding: 40px;
  width: 48.5%;
  background-color: #f7f7f7;
  box-sizing: border-box;
}
.messLeader .item .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.messLeader .item .row .tparea {
  width: 120px;
  font-size: 0;
  margin-right: 20px;
  overflow: hidden;
}
.messLeader .item .row .tparea .tp {
  width: 100%;
  height: 120px;
}
.messLeader .item .row .des {
  flex: 1;
  min-width: 0;
}
.messLeader .item .row .des .tit {
  font-size: 20px;
}
.messLeader .item .row .des .messOpa {
  margin-top: 5px;
}
.messOpa {
  font-size: 0;
}
.messOpa .sbtn {
  margin-right: 10px;
  font-size: 16px;
  padding: 5px 15px;
}
.messOpa .sbtn::before {
  margin-right: 5px;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.messLeader .item .numDetails {
  margin-top: 20px;
}
.numDetails {
  display: flex;
  justify-content: space-between;
}
.numDetails .span {
  font-size: 16px;
}
.numDetails .span .num {
  font-size: 12px;
  color: #999;
}

.messCompany {
  overflow: hidden;
  margin-top: 60px;
}
.messCompanyul {
  margin-right: -2%;
}
.messCompanyul li {
  width: 23%;
  margin: 0 2% 4% 0;
  float: left;
}
.messCompanyul li .inner {
  padding: 10px 20px 40px;
  border: 1px solid #ddd;
}
.mc_tit {
  font-size: 20px;
  padding: 1em 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mc_tit::after {
  content: "";
  height: 2px;
  width: 4em;
  background-color: #e7290e;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mcItem {
}
.mcItem .numDetails {
  padding: 20px 0;
  flex-wrap: wrap;
}
.mcItem .numDetails .span {
  padding: 5px 0;
  width: 50%;
}
.mcItem .messOpa {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mcItem .messOpa .sbtn {
  padding: 5px 0;
  width: 48%;
}

/* 13-1  留言之家 */
.mess_lm3 {
  position: relative;
}
.mess_lm3 .toMess {
  position: absolute;
  right: 0;
  top: 10px;
}
.toMess .sbtn {
  margin: 0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  font-size: 16px;
  padding: 5px 18px;
}
.toMess .sbtn::before {
  font-size: 20px;
  margin-right: 5px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.messList {
  padding-bottom: 70px;
}
.messListul {
  padding-bottom: 60px;
}
.messListul li {
  padding: 35px 10px;
  border-bottom: 1px dashed #e9e9e9;
}
.mlItem {
}
.mlItem .tit {
  font-size: 20px;
  padding-left: 30px;
  position: relative;
}
.mlItem .tit .letter {
  background-color: #e7290e;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
}
.mlItem .tit .letter::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid #e7290e;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.mlItem .tit .status {
  padding: 2px 12px 2px 4px;
  font-size: 12px;
  display: inline-block;
  position: relative;
  color: #fff;
  margin-left: 10px;
  vertical-align: middle;
}
.mlItem .tit .status::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 8px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  right: 0;
  top: 0;
}
.status1 {
  background-color: #00cc99;
}
.status2 {
  background-color: #ff9900;
}
.status3 {
  background-color: #0099cc;
}
.mlItem .des {
  padding-left: 30px;
  margin-top: 8px;
}
.mlItem .des .info {
  color: #999;
}
.mlItem .des .info .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.mlItem .des .nr {
  font-size: 16px;
  color: #999;
  margin-top: 8px;
}
.mlItem .des .nr .sbtn {
  font-size: 12px;
  padding: 0 8px;
  margin-left: 10px;
}

/* 13-2  留言之家  查看全文 */
.messDel {
  padding: 60px 0 70px;
}
.mltp {
  font-size: 0;
}
.mltp .tp {
  width: 150px;
  height: 90px;
  margin: 0 15px 10px 0;
}

.answer {
  margin: 30px 0 0 30px;
}
.answer .inner {
  padding: 20px 30px;
  margin-left: 30px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  position: relative;
}
.answer .letter {
  background-color: #ff6600;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: -30px;
  top: 5px;
}
.answer .letter::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid #ff6600;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.answer .nr {
  font-size: 16px;
  line-height: 1.8;
}
.answer .time {
  font-size: 14px;
  margin-top: 5px;
  color: #999;
}
.answer .time .iconfont {
  font-size: 14px;
}
.answer .time .iconfont::before {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-right: 10px;
}

/* 13-3  留言之家  我要留言 */
.mess {
  padding: 10px 0 90px;
}
.mess_tit {
  font-size: 36px;
  padding: 50px 0;
}
.messForm {
}
.messForm {
  width: 700px;
  margin: 0 auto;
  max-width: 100%;
}
.messForm .item {
  display: flex;
  margin-bottom: 26px;
}
.messForm .item .attrmc {
  width: 50px;
  text-align: right;
  line-height: 36px;
  margin-right: 10px;
  display: inline-block;
}
.messForm .item .attrval {
  flex: 1;
  position: relative;
}
.messForm .item .attrval .iconfont {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #666;
}
.messForm .text {
  display: block;
  width: 100%;
  padding: 0 15px 0px 40px;
  border: 1px solid #d3d3d3;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  background-color: #fff;
}
.messForm .textarea {
  display: block;
  width: 100%;
  padding: 0px 15px 10px 40px;
  border: 1px solid #d3d3d3;
  height: 300px;
  resize: none;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  background-color: #fff;
}

.messForm .formConfirm {
}
.messForm .formConfirm .sbtn {
  padding: 10px 90px;
  font-size: 20px;
}

/* 多图上传 */
/* 图片上传 */
.file-btn textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  resize: none;
  margin-bottom: 25px;
}
.file-btn span {
  display: inline-block;
  vertical-align: middle;
}
.file-btn span#filename {
  width: 296px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #e1e1e1;
  padding: 0 20px;
  line-height: 40px;
  color: #ccc;
  overflow: hidden;
}
.file-btn span {
  display: inline-block;
}
.file-btn span.btn {
  position: relative;
  border: 0px solid #767676;
  width: 150px;
  height: auto;
  color: #999;
  font-size: 60px;
  line-height: 90px;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  font-size: 0;
}
.file-btn span.btn img {
  height: 90px;
}
.file-btn span.img {
  position: relative;
  width: 150px;
  background-color: #fff;
  border: 0px solid #767676;
  text-align: center;
  margin: 0 20px 20px 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 90px;
}
.file-btn span.img img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.file-btn span.img input.file-btn-i {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  filter: Alpha(opacity=0);
  z-index: 99;
  display: none;
}
.file-btn span.img i.close {
  font-style: normal;
  line-height: 1;
  font-size: 18px;
  color: #666;
  border-radius: 50%;
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 99;
  display: block;
  cursor: pointer;
  z-index: 100;
}
/* .file-btn {margin-bottom: 0.2rem;  margin-right:-0.4rem;} */
.file-btn input.btn {
  width: 300px;
  height: 48px;
  cursor: pointer;
  background-color: #3685fc;
  color: #fff;
  font-size: 20px;
}
/* 14-1 会员中心 */
.m_main {
  padding: 40px 0 80px;
}
.m_main .wp {
  display: flex;
  justify-content: space-between;
}
.m_l,
.m_r {
  padding: 20px 0;
}
.m_l {
  margin-right: 25px;
  width: 190px;
  border-right: 1px solid #e0e0e0;
}
.m_r {
  flex: 1;
}

.m_tit {
  font-size: 30px;
  padding: 20px 0;
  text-align: center;
}
.avatarInfo {
  text-align: center;
}
.avatarInfo .tparea {
  font-size: 0;
  width: 120px;
  margin: 0 auto;
}
.avatarInfo .tparea .tp {
  width: 100%;
  height: 120px;
}
.avatarInfo .des {
  padding: 10px 0;
  line-height: 1.4;
}
.avatarInfo .des .p1 {
  color: #999;
}
.avatarInfo .des .p2 {
  font-size: 16px;
}

.exitBtn {
  display: none;
}

.mnavul {
  margin: 20px 0;
}
.mnavul li {
  position: relative;
}
.mnavul li a {
  display: block;
  padding: 6px 20px;
  font-size: 16px;
}
.mnavul li a::before {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}
.mnavul li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid #e7290e;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  position: absolute;
  right: -27px;
  top: 0;
  display: none;
}
.mnavul li::before {
  content: "";
  display: block;
  width: 14px;
  height: 100%;
  background-color: #e7290e;
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.mnavul li:hover a,
.act_mnav a {
  background-color: #e7290e !important;
  color: #fff;
}
.mnavul li:hover::before,
.act_mnav::after,
.act_mnav::before,
.mnavul li:hover::after {
  display: block !important;
}
.m_tit2 {
  border-bottom: 1px solid #e0e0e0;
}
.m_tit2 .mc {
  font-size: 16px;
  display: inline-block;
  padding: 6px 10px;
  position: relative;
}
.m_tit2 .mc::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #e7290e;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.baseInfo {
  padding: 70px 0;
}
.mForm {
  width: 426px;
  margin: 0 auto;
  max-width: 100%;
}
.mForm .item {
  margin-bottom: 15px;
}
.mForm .item .attrmc {
  padding: 10px 0;
}
.mForm .item .attrval {
}
.mForm .text {
  display: block;
  width: 100%;
  padding-left: 15px;
  border: 1px solid #d3d3d3;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  background-color: #fff;
}
.mForm .formConfirm {
  padding-top: 30px;
}
.mForm .formConfirm .sbtn {
  padding: 10px 0px;
  font-size: 18px;
}

.upTp {
}
.upTp {
  width: 120px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.upTp img {
  width: 120px;
  height: 120px;
}
.upTp .opa {
  width: 78px;
  height: 29px;
  margin: 0px auto 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -39px;
}
.upTp .opa .btn1 {
  cursor: pointer;
  width: 76px;
  height: 30px;
  position: relative;
  z-index: 6;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.upTp .opa .btn2 {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 78px;
  height: 29px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  background: url(../images/upBtn.png) center center/100% 100% no-repeat;
  cursor: pointer;
}

/* 14-2 会员中心 我的留言 */
.lm4 {
  font-size: 0;
}
.lm4 a {
  display: inline-block;
  font-size: 16px;
  color: #333;
}
.lm4 a .num {
  font-size: 12px;
  color: #999;
}
.act_lm .num,
.act_lm {
  color: #fff !important;
}

.mymesslist {
  padding: 50px 30px 0px;
}
.mmlul {
  padding-bottom: 30px;
}
.mmlul li {
  margin-bottom: 36px;
}
.mmlItem {
}
.mmlItem a {
  padding: 30px 30px;
  display: block;
  background-color: #f7f7f7;
}
.mmlItem a .inner {
  position: relative;
  padding-left: 30px;
}
.mmlItem .letter {
  background-color: #e7290e;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
}
.mmlItem .letter::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid #e7290e;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.mmlItem .tit {
  font-size: 16px;
}
.mmlItem .time {
  color: #999;
  margin-top: 8px;
}
.mmlItem .nr {
  color: #999;
  margin-top: 8px;
}
.mmlItem a:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}
.mmlItem a:hover .tit {
  color: #e7290e;
}
/* 14-3 会员中心 修改密码 */

.morea_graydef {
  color: #999;
}
.morea_graydef:hover {
  color: #e7290e;
}
.red {
  color: #e7290e;
}
.habItem a .boxT::after,
.habItem a .bg,
.hbussItem .shade,
.profileItem .tparea,
.graphisItem .des {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.elli {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
