.tran {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.otxthide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txtCenter {
  text-justify: inter-ideograph;
  text-align: justify;
  word-wrap: break-word;
  overflow: hidden;
}
/* 可复制的文本 */
.txtcopy {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  -khtml-user-select: text;
  user-select: text;
}
.fc9 {
  color: #999;
}
.fc6 {
  color: #666;
}
.fc3 {
  color: #333;
}
.fc0 {
  color: #000;
}
.fcf {
  color: #fff;
}
.fc1a {
  color: #1a1a1a;
}
.f00 {
  font-size: 0;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.fwn {
  font-weight: normal;
}
.container,
.w1180 {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 40px;
}
.w1100 {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 40px;
}
.w1520 {
  max-width: 1520px;
  padding: 0 40px;
}
@media screen and (min-width: 1280px) {
  .w1100,
  .w1180 {
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 1600px) {
  .w1520 {
    margin: 0 auto;
    padding: 0;
  }
}
/* -------------------------------------- 默认样式 -------------------------------------------------- */
.bodyBg {
  background-color: #17181a;
}
.header {
  height: 126px;
  position: relative;
}
.header a.logo {
  display: inline-block;
  width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.topFiex {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 88;
}
.mainnav {
  font-size: 22px;
}
.mainnav .w1520 {
  position: relative;
}
.mainnav .NavLeft {
  float: left;
  overflow: hidden;
}
.mainnav .NavRight {
  float: right;
  overflow: hidden;
}
.mainnav .NavRight .loginBtn {
  display: block;
  float: left;
  padding: 0 25px;
  margin-top: 30px;
  line-height: 58px;
  border: 1px solid #1890ff;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.mainnav .NavRight .loginBtn:hover {
  background: #1890ff;
  color: #fff;
}
.mainnav .navA {
  color: #fff;
  padding: 0 20px;
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.mainnav .ul li {
  line-height: 126px;
  float: left;
  padding-right: 40px;
}
.mainnav .on .navA,
.mainnav .navA:hover {
  background: #1890ff;
  color: #000;
}
@media screen and (min-width: 1600px) {
  .mainnav .ul li {
    padding-right: 65px;
  }
}
.HomeF {
  position: relative;
  padding: 60px 0;
}
.HomeF1 .HView {
  font-size: 0;
}
.HomeF1 .Hleft {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
}
.HomeF1 .Hleft .HleftBox {
  padding-right: 50px;
  max-width: 560px;
}
.HomeF1 .Hleft .h3 {
  font-size: 40px;
  color: #fff;
}
.HomeF1 .Hleft .h4 {
  font-size: 24px;
  font-weight: normal;
}
.HomeF1 .Hleft .Txt {
  font-size: 24px;
  padding: 20px 0;
}
.HomeF1 .Hleft .sbtnBox {
  padding-top: 30px;
}
.HomeF1 .Hleft .sbtnBox .sbtn {
  display: inline-block;
  width: 280px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  color: #1890ff;
  font-size: 24px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.HomeF1 .Hleft .sbtnBox .sbtn:hover {
  background: #1890ff;
  color: #fff;
}
.HomeF1 .Hright {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .HomeF1 .Hleft .h3 {
    font-size: 60px;
  }
  .HomeF1 .Hleft .h4 {
    font-size: 30px;
  }
  .HomeF1 .Hleft .Txt {
    font-size: 30px;
  }
  .HomeF1 .Hleft .sbtnBox {
    padding-top: 60px;
  }
  .HomeF1 .Hleft .sbtnBox .sbtn {
    font-size: 30px;
  }
}
.HomeTitl {
  text-align: center;
}
.HomeTitl .h3 {
  color: #fff;
  font-size: 26px;
}
.HomeTitl .h4 {
  font-weight: normal;
  color: #1890ff;
  font-style: italic;
  font-size: 16px;
}
.HomeTitl .info {
  max-width: 1040px;
  margin: 30px auto;
  background: #5d5e5f;
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
}
@media screen and (min-width: 1600px) {
  .HomeTitl .h3 {
    font-size: 30px;
  }
  .HomeTitl .h4 {
    font-size: 16px;
  }
}
.HomeF2 {
  z-index: 3;
}
.HomeF2 .bg1 {
  position: absolute;
  left: 0;
  top: -60px;
  max-width: 40px;
}
.HomeF2 .bg2 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 40px;
}
.HomeF2 .w1180 {
  position: relative;
  z-index: 5;
}
.HomeF2 .list {
  padding-top: 25px;
  font-size: 0;
  margin: 0 -22px;
  color: #000;
}
.HomeF2 .list .Item {
  display: inline-block;
  width: 33.33%;
  padding: 10px 22px;
  overflow: hidden;
  font-size: 16px;
  vertical-align: top;
}
.HomeF2 .list .Item.Item03 .ItemV,
.HomeF2 .list .Item.Item04 .ItemV {
  background-position: right bottom;
}
.HomeF2 .list .ItemVCon {
  padding: 20px 25px 95px;
}
.HomeF2 .list .ItemV {
  background: no-repeat center bottom;
  background-color: #fff;
  border-radius: 10px;
}
.HomeF2 .list .h3 {
  font-size: 24px;
  font-weight: normal;
}
.HomeF2 .list .ul {
  padding-top: 15px;
}
.HomeF2 .list ul li {
  position: relative;
  padding-left: 20px;
  line-height: 36px;
}
.HomeF2 .list ul li .i {
  position: absolute;
  left: 0;
  top: 14px;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: #1890ff;
}
@media screen and (min-width: 1300px) {
  .HomeF2 .bg1 {
    max-width: 60px;
  }
  .HomeF2 .bg2 {
    max-width: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .HomeF2 .list .h3 {
    font-size: 30px;
  }
  .HomeF2 .list .Item {
    font-size: 18px;
  }
  .HomeF2 .bg1 {
    max-width: none;
  }
  .HomeF2 .bg2 {
    max-width: none;
  }
}
@keyframes mydh {
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.5;
  }
  90% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes mydh {
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.5;
  }
  90% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes mydh {
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.5;
  }
  90% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-o-keyframes mydh {
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.5;
  }
  90% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.HomeF3 {
  background: no-repeat center;
  background-size: cover;
}
.HomeF3 .imgView {
  position: relative;
  padding: 170px 0 230px;
}
.HomeF3 .img {
  position: relative;
}
.HomeF3 .imgViewCon {
  padding-top: 60px;
}
.HomeF3 ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
}
.HomeF3 ul li .ispan {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 5px solid #1890ff;
  background: #fff;
  position: relative;
  left: -20px;
  top: -20px;
  z-index: 3;
}
.HomeF3 ul li .ispan span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #1890ff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.HomeF3 ul li .ispan .i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 5px solid #1890ff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  animation: mydh 2s infinite;
  -moz-animation: mydh 2s infinite;
  -webkit-animation: mydh 2s infinite;
  -o-animation: mydh 2s infinite;
}
.HomeF3 ul li .ispan .ib2 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.HomeF3 ul li .hx {
  position: absolute;
  left: -2px;
  bottom: 0;
  width: 5px;
  height: 140px;
  background: #1890ff;
  z-index: 2;
}
.HomeF3 ul li .year {
  position: absolute;
  bottom: 160px;
  width: 170px;
  left: -85px;
  color: #1890ff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.HomeF3 ul li .txtbox {
  position: absolute;
  width: 220px;
  left: 30px;
  color: #fff;
  font-size: 18px;
  bottom: 70px;
}
.HomeF3 ul li.odd .hx {
  bottom: auto;
  top: 0;
  height: 230px;
}
.HomeF3 ul li.odd .year {
  bottom: auto;
  top: 240px;
}
.HomeF3 ul li.odd .txtbox {
  bottom: auto;
  top: 130px;
}
.HomeF3 ul li.li4 .txtbox {
  left: auto;
  right: 30px;
  top: 200px;
}
.HomeF3 ul li.li1 {
  left: 17%;
  top: 40%;
}
.HomeF3 ul li.li2 {
  left: 34.8%;
  top: 64%;
}
.HomeF3 ul li.li3 {
  left: 59%;
  top: 21%;
}
.HomeF3 ul li.li4 {
  left: 81.7%;
  top: 32%;
}
.HomeF4 {
  z-index: 3;
}
.HomeF4 .bg1 {
  position: absolute;
  left: 0;
  top: -6px;
  max-width: 40px;
}
.HomeF4 .bg2 {
  position: absolute;
  right: 0;
  bottom: -18px;
  max-width: 40px;
}
.HomeF4 .w1180 {
  position: relative;
  z-index: 5;
}
.HomeF4 .list ul {
  font-size: 0;
}
.HomeF4 .list li {
  display: inline-block;
  font-size: 14px;
  width: 16.66%;
  padding: 80px 10px 0;
}
.HomeF4 .list .img {
  display: block;
  overflow: hidden;
}
.HomeF4 .list .img img {
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.HomeF4 .list .img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 1300px) {
  .HomeF4 .bg1 {
    max-width: 60px;
  }
  .HomeF4 .bg2 {
    max-width: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .HomeF4 .list .h3 {
    font-size: 30px;
  }
  .HomeF4 .list .Item {
    font-size: 18px;
  }
  .HomeF4 .bg1 {
    max-width: none;
  }
  .HomeF4 .bg2 {
    max-width: none;
  }
}
.HomeF5 {
  padding: 90px 0;
  background: #777777;
}
.HomeF5 .HomeTitl .h3 {
  color: #000;
  font-weight: normal;
}
.HomeF5 .tip {
  text-align: center;
  color: #000;
  font-size: 16px;
}
.HomeF5 .From {
  margin: 60px auto;
  color: #000;
  font-size: 20px;
  position: relative;
  padding-right: 250px;
}
.HomeF5 .From ul li {
  float: left;
  width: 45%;
  height: 48px;
  line-height: 48px;
}
.HomeF5 .From .libox {
  position: relative;
  padding-left: 135px;
}
.HomeF5 .From .libox .name {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  text-align: right;
}
.HomeF5 .From .libox .input {
  display: block;
  width: 100%;
  background: #bcbcbd;
  padding: 0 15px;
}
.HomeF5 .From .libox .input input {
  font-size: 20px;
  color: #000;
  display: block;
  width: 100%;
  line-height: 48px;
}
.HomeF5 .From ul li.li1 {
  margin-right: 10%;
}
.HomeF5 .From .fromBtn {
  display: inline-block;
  width: 160px;
  position: absolute;
  right: 0;
  top: 0;
  background: url('../images/btnbg01.jpg') no-repeat center;
  text-align: center;
  color: #fff;
  line-height: 48px;
  border-radius: 3px;
}
.footer {
  height: 598px;
  background: #17181a url('../images/bottombg.png') no-repeat center;
}
.footer .footerCon {
  height: 515px;
  padding: 100px 0 100px 450px;
}
.footer .footerCon .Bnav {
  color: #fff;
  float: right;
}
.footer .footerCon .Bnav a {
  color: #fff;
}
.footer .footerCon .Bnav .dl {
  float: left;
  padding-left: 110px;
}
.footer .footerCon .Bnav .dl.dl1 {
  padding-left: 0;
}
.footer .footerCon .Bnav dt {
  font-size: 18px;
  padding-bottom: 15px;
}
.footer .footerCon .Bnav dd {
  margin-bottom: 5px;
}
.footer .footerCon .Bnav dd a {
  font-size: 14px;
}
.footer .footerCon .BottomRwm {
  padding-top: 50px;
  font-size: 0;
}
.footer .footerCon .BottomRwm .itemV {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.footer .footerCon .BottomRwm .left {
  width: 60%;
}
.footer .footerCon .BottomRwm .left .txtBox {
  padding-left: 40%;
  color: #fff;
}
.footer .footerCon .BottomRwm .left .txtBox .h3 {
  font-weight: normal;
  font-size: 18px;
}
.footer .footerCon .BottomRwm .left .txtBox .h3t {
  padding-bottom: 8px;
}
.footer .footerCon .BottomRwm .right {
  text-align: center;
  width: 40%;
}
.footer .footerCon .BottomRwm .right .txt {
  padding-top: 5px;
  color: #fff;
}
.footer .links {
  color: #1a1a1a;
}
.footer .links a {
  color: #1a1a1a;
}
.footer .copright {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #999999;
  color: #1a1a1a;
  font-size: 14px;
}
.footer .copright a {
  color: #1a1a1a;
}
.footer .copright .Left {
  float: left;
}
.footer .copright .Left ul.ul li {
  float: left;
  position: relative;
  padding-right: 14px;
}
.footer .copright .Left ul.ul li.li1:before {
  display: none;
}
.footer .copright .Left ul.ul li:before {
  position: absolute;
  content: ' ';
  display: block;
  width: 1px;
  height: 1em;
  background-color: #1a1a1a;
  left: -7px;
  top: 50%;
  margin-top: -0.5em;
}
.footer .copright .Right {
  float: right;
}
.footerView .footer {
  background-color: #fff;
}
.footerView .footer .footerCon .Bnav {
  color: #000;
}
.footerView .footer .footerCon .Bnav a {
  color: #000;
}
.footerView .footer .footerCon .BottomRwm .left .txtBox {
  color: #000;
}
.footerView .footer .footerCon .BottomRwm .right .txt {
  color: #000;
}
@media screen and (min-width: 1600px) {
  .footer .footerCon .Bnav .dl {
    padding-left: 130px;
  }
}
.BanBox {
  height: 640px;
  background: no-repeat center;
  position: relative;
  color: #fff;
}
.BanBox .BannerCon {
  position: absolute;
  left: 0;
  top: 16.5%;
  width: 100%;
  height: 67%;
}
.BanBox .tb {
  display: table;
  width: 100%;
  height: 100%;
}
.BanBox .tbc {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.BanBox .txt {
  padding-top: 10px;
}
.BanBox .txt .h3 {
  font-size: 30px;
}
.BanBox .txt .p {
  font-size: 16px;
}
@media screen and (min-width: 1600px) {
  .BanBox .txt .h3 {
    font-size: 40px;
  }
  .BanBox .txt .p {
    font-size: 20px;
  }
}
.AboutTitle {
  text-align: center;
  padding-bottom: 30px;
}
.AboutTitle .h3 {
  color: #1a1a1a;
  font-size: 26px;
  font-weight: normal;
}
.AboutTitle .h4 {
  font-weight: normal;
  color: #1890ff;
  font-size: 18px;
  font-style: italic;
}
.AboutTitle .h4 .st {
  position: relative;
  padding: 0 60px;
  display: inline-block;
}
.AboutTitle .h4 .i {
  display: inline-block;
  width: 100px;
  height: 2px;
  background: #1890ff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.AboutTitle .h4 .i.i1 {
  right: 100%;
}
.AboutTitle .h4 .i.i2 {
  left: 100%;
}
@media screen and (min-width: 1600px) {
  .AboutTitle .h3 {
    font-size: 30px;
  }
  .AboutTitle .h4 {
    font-size: 24px;
  }
}
.About {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
.About .aboutF1 {
  background: #fff;
  box-shadow: 0 0 15px rgba(235, 235, 235, 0.9);
  border-radius: 10px;
  padding: 40px;
}
.About .aboutF1 .TxtCon {
  font-size: 0;
  color: #1a1a1a;
}
.About .aboutF1 .TxtCon .left {
  display: inline-block;
  font-size: 14px;
  width: 42.7%;
  vertical-align: top;
}
.About .aboutF1 .TxtCon .right {
  padding-top: 20px;
  display: inline-block;
  font-size: 16px;
  width: 57.3%;
  padding-left: 40px;
  vertical-align: top;
  line-height: 36px;
}
.About .aboutF2 {
  padding-top: 60px;
}
.About .aboutF2 .list ul {
  font-size: 0;
  margin: 0 -10px;
}
.About .aboutF2 .list li {
  display: inline-block;
  font-size: 16px;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
  color: #1a1a1a;
}
.About .aboutF2 .list li .h3 {
  font-weight: normal;
  font-size: 24px;
}
.About .aboutF2 .list li .txt {
  line-height: 40px;
  margin-bottom: 40px;
}
.About .aboutF2 .list .liV {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 79.31%;
  border: 1px solid #ebebeb;
}
.About .aboutF2 .list .liV .livBox {
  padding: 75px 80px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 445px;
}
.About .aboutF2 .list .last {
  width: 100%;
  margin-bottom: 0;
}
.About .aboutF2 .list .last .liV {
  height: auto;
  padding: 30px 0;
}
.About .aboutF2 .list .last .liV .livBox {
  position: static;
  padding: 0;
  max-width: 520px;
  margin: 0 auto;
}
.About .aboutF2 .list .last .txt {
  margin-bottom: 0;
}
.About .aboutF3 {
  padding: 60px 0;
}
.About .aboutF3 .map {
  width: 100%;
  height: 460px;
}
.About .aboutF3 .mapList ul {
  font-size: 0;
  margin: 0 -20px;
}
.About .aboutF3 .mapList li {
  display: inline-block;
  margin-top: 60px;
  width: 33.33%;
  vertical-align: top;
  padding: 0 20px;
  font-size: 16px;
  color: #1a1a1a;
}
.About .aboutF3 .mapList .libox {
  position: relative;
  padding-left: 80px;
  min-height: 70px;
}
.About .aboutF3 .mapList .libox .h3 {
  font-size: 24px;
  font-weight: normal;
}
.About .aboutF3 .mapList .libox .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
}
@media screen and (min-width: 1400px) {
  .About .aboutF1 .TxtCon .right {
    font-size: 16px;
  }
}
/* -------------------------------------- 1200 -------------------------------------------------- */
/* -- 百度分享 -- */
.bd_weixin_popup,
.bd_weixin_popup *,
.bd_weixin_popup:before,
.bd_weixin_popup *:before,
.bd_weixin_popup:after,
.bd_weixin_popup *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
