@charset "utf-8";
.cm {
  color: #144699;
}
.cm2 {
  color: #29c3ab;
}
.jianbian {
  background-image: -webkit-gradient(linear, left top, right top, from(#29c3ab), to(#16a8b5));
  background-image: linear-gradient(to right, #29c3ab, #16a8b5);
}
@font-face {
  font-family: 'Geometr415BlkBT';
  src: url('../font/Geometr415BlkBT.ttf');
}
@font-face {
  font-family: 'swissbt';
  src: url('../font/SWISSBT.TTF');
}
.inbanner {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.inbanner > img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  width: 1920px;
  height: 100%;
  z-index: 0;
  -webkit-animation: pagebgfd 4s ease 0s infinite alternate;
          animation: pagebgfd 4s ease 0s infinite alternate;
}
.inbanner .cer {
  position: relative;
  height: 100%;
}
.ibcatein {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 105px;
  z-index: 1;
  overflow: hidden;
}
.ibcatein .en {
  font-size: 46px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  padding-left: 63px;
  position: relative;
  height: 60px;
}
.ibcatein .en:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 12px;
  z-index: 1;
  width: 37px;
  height: 37px;
  background: url('../images/chilun.png') center no-repeat;
  -webkit-animation: rotate360 6s linear infinite;
          animation: rotate360 6s linear infinite;
}
/*.ibcatein .mouse{ width: 61px; height: 61px; position: absolute; z-index: 2; left: 50%; bottom: 0;
	background: url('../images/jtd-ib.png') center no-repeat; margin-left: -30px;}*/
@-webkit-keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.cate1 {
  text-align: center;
}
.cate1 .en {
  font-size: 0;
}
.cate1 .cn {
  font-size: 26px;
  color: #000;
  line-height: 54px;
  font-weight: bold;
}
.greybg {
  background-color: #bdbbbc;
}
.greybg2 {
  background-color: #918f8f;
}
.js-qiecon2 {
  display: none;
}
.js-qiecon2.on {
  display: block;
}
.js-qiecon {
  position: absolute;
  left: 200%;
  top: 0;
  z-index: -20;
  opacity: 0;
}
.js-qiecon.on {
  position: static;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
}
.pianyi {
  padding-top: 80px;
  margin-top: -80px;
}
.js-qiecon-wrap1,
.js-qiecon-wrap2,
.js-qiecon-wrap3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lefthalf {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.righthalf {
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.baninfo {
  width: 100%;
  height: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
}
.erji {
  font-size: 0;
  white-space: nowrap;
  width: 100%;
  line-height: 58px;
  height: 58px;
}
.erji a {
  display: inline-block;
  height: 100%;
  position: relative;
  margin-right: 60px;
  color: #fff;
  font-size: 20px;
  line-height: 58px;
  font-weight: bold;
}
.erji a:hover,
.erji a.on {
  color: #fece00;
}
.tree {
  float: right;
  height: 100%;
  font-size: 14px;
  line-height: 72px;
  color: #fff;
}
.tree a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.tree a:hover,
.tree a.leaf {
  color: #f60;
}
.tree i {
  padding: 0 15px;
  display: inline-block;
  width: 10px;
  vertical-align: middle;
  background: url('../images/sjr-tree.png') center no-repeat;
}
.bneck {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 66px;
  z-index: 3;
}
.berji {
  font-size: 0;
  width: 100%;
  text-align: center;
}
.berji a {
  display: inline-block;
  width: 164px;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #1c1c1c;
  margin: 5px 8px;
}
.berji a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 0;
  width: 1px;
  height: 30px;
  display: none;
}
.berji a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 0;
  margin-left: 0;
  width: 0;
  height: 4px;
  background-color: #0076cd;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.berji a.on:after,
.berji a:hover:after {
  width: 80px;
  margin-left: -40px;
}
.berji a.on,
.berji a:hover {
  background-color: #1fb5b0;
}
a.seemore {
  display: block;
  width: 172px;
  height: 42px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  border: 2px solid #0292fd;
  border-radius: 23px;
}
a.seemore span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  background: url('../images/jtr1.png') right no-repeat;
}
a.seemore:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#005ffb), to(#0292fd));
  background-image: linear-gradient(to right, #005ffb, #0292fd);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.seemore:hover:after {
  height: 0;
}
a.seemore:hover {
  background-color: #fff;
  color: #005ffb;
}
a.seemore:hover span {
  background-image: url('../images/jtr1h.png');
}
a.seemore2 {
  display: block;
  width: 172px;
  height: 42px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #1e64c6;
  line-height: 42px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 23px;
  background-color: #fff;
}
a.seemore2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  background: url('../images/jtr1h.png') right no-repeat;
}
.jello-h:hover {
  -webkit-animation: jello 1s 0s infinite;
          animation: jello 1s 0s infinite;
}
.outnavbg {
  width: 100%;
  height: 60px;
  background-color: rgba(64, 65, 66, 0.7);
  overflow: hidden;
  margin-top: -60px;
  position: relative;
  z-index: 5;
}
.outnav3 {
  height: 60px;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.outnav3 .nav-left,
.outnav3 .nav-right {
  width: 40px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 2;
  background-repeat: no-repeat;
  display: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.outnav3 .nav-left {
  left: 0;
  background-image: url('../images/lt3.png');
  background-position: left;
}
.outnav3 .nav-right {
  right: 0;
  background-image: url('../images/gt3.png');
  background-position: right;
}
.outnav3 .nav-left:hover {
  background-image: url('../images/lt3h.png');
}
.outnav3 .nav-right:hover {
  background-image: url('../images/gt3h.png');
}
.outnav3 #wrapper22 {
  width: 100%;
  height: 100%;
  position: relative;
}
.outnav3.on {
  padding: 0 40px;
}
.outnav3.on .nav-left,
.outnav3.on .nav-right {
  display: block;
}
.nav7 {
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.nav7 li {
  width: 200px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.nav7.fen2 li {
  width: 50%;
}
.nav7.fen3 li {
  width: 33.3%;
}
.nav7.fen4 li {
  width: 25%;
}
.nav7.fen5 li {
  width: 20%;
}
.nav7 li a {
  display: block;
  position: relative;
  color: #fff;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
}
.nav7 li:hover a {
  color: #fece00;
}
.nav7 li.on a {
  color: #fece00;
}
.atc-out {
  padding: 50px 0 40px;
}
.atc {
  padding: 50px 20px 0;
  background-color: #918f8f;
}
.atc-h {
  text-align: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #dbdbdb;
}
.atc-h h1 {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}
.atc-h {
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.atc-date {
  font-size: 14px;
  color: #fff;
  line-height: 2em;
}
.atc-date span {
  display: inline-block;
  margin: 0 1em;
}
.atc-con {
  padding: 30px 0;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: justify;
}
.atc-con img {
  max-width: 100%;
}
.atc-con .pic {
  padding: 10px 0;
  text-align: center;
}
.atc-con a {
  color: #144699;
}
.atc-pn {
  height: 30px;
  line-height: 30px;
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid #404142;
  padding: 16px 20px;
}
.atc-pn a {
  display: block;
  width: 42%;
  height: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #404142;
  line-height: 30px;
}
.atc-pn a:hover {
  color: #144699;
}
a.atc-prev {
  float: left;
  text-align: left;
}
a.atc-next {
  float: right;
  text-align: right;
}
.atc-pn a.ret {
  text-align: center;
  width: 164px;
  margin: 0 auto;
}
.atc-pn a.ret:hover {
  opacity: 0.8;
}
.newslist {
  padding: 70px 0 26px;
  width: 100%;
}
.newslist li {
  width: 100%;
  margin-bottom: 24px;
}
.newslist li a {
  display: block;
  position: relative;
  padding-left: 316px;
  background-color: #918f8f;
  height: 190px;
  overflow: hidden;
  padding-right: 32px;
  border: 3px solid #918f8f;
}
.newslist li .pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 290px;
  height: 190px;
  overflow: hidden;
}
.newslist li .pic img {
  width: 100%;
  height: 100%;
}
.newslist li h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  padding-top: 18px;
}
.newslist li .txt {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  text-align: justify;
  overflow: hidden;
  height: 66px;
  margin-top: 10px;
}
.newslist li .date {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  height: 24px;
  margin-top: 28px;
}
.newslist li:hover a {
  border-color: #e0e0e0;
}
.newslist h3,
.newslist a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.yuntuwen {
  height: 364px;
  overflow: hidden;
  padding: 78px 0 58px;
}
.yuntuwen .pic {
  float: right;
  width: 705px;
  height: 100%;
  font-size: 0;
  line-height: 364px;
  text-align: center;
}
.yuntuwen img {
  max-width: 100%;
  max-height: 100%;
}
.yuntuwen .ttxt {
  float: left;
  display: table;
  width: 460px;
  height: 100%;
}
.yuntuwen .ttxtwrap {
  display: table-cell;
  vertical-align: middle;
}
.yuntuwen .ttxt h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 16px;
  padding-left: 18px;
  height: 26px;
  border-left: 8px solid #fece00;
  font-weight: bold;
}
.yuntuwen .yuncon {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  height: 154px;
  overflow: hidden;
}
.yuntuwen .yuncon img {
  max-width: 100%;
}
.yuntuwen2 {
  height: 412px;
  overflow: hidden;
  padding: 65px 0 37px;
}
.yuntuwen2 .pic {
  float: left;
  width: 554px;
  height: 100%;
  font-size: 0;
  line-height: 412px;
  text-align: center;
}
.yuntuwen2 img {
  max-width: 100%;
  max-height: 100%;
}
.yuntuwen2 .ttxt {
  float: right;
  display: table;
  width: 506px;
  height: 100%;
}
.yuntuwen2 .ttxtwrap {
  display: table-cell;
  vertical-align: middle;
}
.yuntuwen2 .ttxt h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 16px;
  padding-left: 20px;
  height: 26px;
  border-left: 8px solid #fece00;
  font-weight: bold;
}
.yuntuwen2 .yuncon {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  height: 144px;
  overflow: hidden;
}
.yuntuwen2 .yuncon img {
  max-width: 100%;
}
h3.btitle {
  font-size: 20px;
  color: #ffffff;
  line-height: 26px;
  font-weight: bold;
  padding-left: 18px;
  height: 26px;
  border-left: 8px solid #fece00;
  overflow: hidden;
}
.formout {
  padding: 80px 0 35px;
}
.liuyan {
  color: #fff;
  font-size: 0;
  padding-bottom: 2px;
  margin-top: 32px;
}
.liuyan .hang {
  float: left;
  width: 380px;
  margin-left: 30px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
}
.liuyan .hang.long {
  float: none;
  width: 100%;
  margin-left: 0;
}
.liuyan .hang.first {
  margin-left: 0;
}
.liuyan .hang.fat {
  width: 100%;
  height: auto;
  margin-left: 0;
}
.liuyan p {
  height: 100%;
}
.liuyan input[type=text] {
  width: 100%;
  height: 58px;
  border: 1px solid #bdbbbc;
  background-color: transparent;
  line-height: 58px;
  text-indent: 20px;
  font-size: 16px;
  margin-left: -2px;
}
.liuyan textarea {
  padding: 10px 20px;
  height: 140px;
  border: 1px solid #bdbbbc;
  resize: none;
  background-color: transparent;
  vertical-align: top;
  width: 1160px;
  line-height: 28px;
  font-size: 16px;
  margin-left: -2px;
}
.liuyan input[type=text]:focus,
.liuyan textarea:focus {
  border-color: #fff;
}
.liuyan input[type=text],
.liuyan textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.liuyan i.v {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.liuyan .hang2 {
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
}
.liuyan .hang2 > div {
  width: 100%;
  height: 100%;
}
.liuyan .hang2 i.v {
  width: 200px;
}
.liuyan .verifyImg {
  width: 170px;
  height: 58px;
  cursor: pointer;
  vertical-align: top;
  margin-left: 20px;
  border: 1px solid #666;
}
.liuyan .yzmchange {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  margin: 0 20px;
  background: url('../images/change.png') center no-repeat;
}
.liuyan input#tj {
  width: 284px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  background-color: #bdbbbc;
  text-transform: uppercase;
  color: #fff;
  border: 0 none;
}
.liuyan input#tj:hover {
  background-color: #144699;
}
.lxout {
  padding: 64px 0 48px;
}
.lxcon {
  overflow: hidden;
  font-size: 0;
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lxcon div {
  display: inline-block;
  padding-left: 42px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.lxcon p label {
  font-size: 28px;
  font-family: 'swissbt';
  vertical-align: middle;
}
.lxcon .lx1 {
  background-image: url('../images/lx1.png');
}
.lxcon .lx2 {
  background-image: url('../images/lx2.png');
}
.lxcon .lx3 {
  background-image: url('../images/lx3.png');
}
.lxcon .lx3 {
  padding-top: 4px;
  line-height: 22px;
  width: 400px;
}
.business {
  padding: 50px 0 84px;
}
.busipic {
  margin: 0 -15px;
  font-size: 0;
  padding-top: 2px;
}
.busipic .pic {
  display: inline-block;
  width: 585px;
  margin: 36px 15px 0;
  height: 320px;
  overflow: hidden;
}
.busipic .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.busipic .pic img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.busicon {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  text-align: justify;
  padding: 20px 0 0;
}
.busicon img {
  max-width: 100%;
}
h3.ctitle {
  font-size: 28px;
  color: #ffffff;
  line-height: 40px;
  font-weight: bold;
  padding-left: 12px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
h3.ctitle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 0;
  width: 6px;
  height: 20px;
  background-color: #fece00;
}
.pro-out {
  padding: 58px 0 68px;
}
.prolist {
  padding: 0 0 20px;
  margin: 0 -6px;
  overflow: hidden;
}
.prolist li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
.prolist li .lin {
  padding: 0 6px;
}
.prolist li a {
  display: block;
  background-color: #918f8f;
  position: relative;
  padding: 6px 5px 0 6px;
}
.prolist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.prolist .pic .wrap {
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #fff;
}
.prolist .pic .wrap s {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.prolist .pic img {
  max-width: 94%;
  max-height: 94%;
}
.prolist li .wz {
  padding: 10px 0;
  text-align: center;
  margin-top: 6px;
  display: table;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.prolist li h3 {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
}
.prolist li:hover a {
  background-color: #525458;
}
.prolist li:hover h3 {
  color: #ccc;
}
.prolist h3,
.prolist a {
  -webkit-transition: .6s;
  transition: .6s;
}
.business2 {
  padding: 32px 0 50px;
}
.busicon2 {
  padding: 24px 0 0;
}
.divi3 {
  padding: 54px 0;
}
.twlist {
  padding: 0 0 20px;
  margin: 20px -6px 0;
  overflow: hidden;
}
.twlist li {
  float: left;
  width: 25%;
  margin-bottom: 0;
}
.twlist li .lin {
  padding: 0 6px;
}
.twlist li a {
  display: block;
  background-color: #525458;
  position: relative;
}
.twlist .pic {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.twlist .pic .wrap {
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #fff;
}
.twlist .pic .wrap s {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.twlist .pic img {
  width: 100%;
  height: 100%;
}
.twlist li .wz {
  padding: 5px 0;
  text-align: center;
  display: table;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.twlist li h3 {
  font-size: 14px;
  color: #ccc;
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.twlist li:hover a {
  background-color: #918f8f;
}
.twlist li:hover h3 {
  color: #fff;
}
.twlist h3,
.twlist a {
  -webkit-transition: .6s;
  transition: .6s;
}
.twlist-3 li {
  width: 33.3333%;
}
.twlist-3 .pic {
  height: 268px;
}
.hotscroll {
  position: relative;
  overflow: hidden;
}
.hotscroll .bd {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.hotlist {
  height: 320px;
  overflow: hidden;
}
.hotlist li {
  background-color: #525458;
  position: relative;
}
.hotlist li a {
  display: block;
  height: 320px;
  padding: 0 600px 0 0;
}
.hotlist .pic {
  float: right;
  margin-right: -600px;
  width: 600px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.hotlist .pic img {
  width: 100%;
  height: 100%;
}
.hotlist h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 50px;
  background-color: rgba(82, 84, 88, 0.9);
}
.hotlist h4 span {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  height: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #ccc;
  line-height: 50px;
}
.hotlist li .wrap {
  padding: 24px 10px 10px 28px;
}
.hotlist h3 {
  font-size: 28px;
  color: #cccccc;
  line-height: 40px;
  font-weight: bold;
  padding-left: 12px;
  height: 40px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hotlist h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 0;
  width: 6px;
  height: 20px;
  background-color: #fece00;
}
.hotlist .txt {
  overflow: hidden;
  color: #ccc;
  font-size: 14px;
  line-height: 22px;
  max-height: 176px;
  margin-top: 38px;
}
.hotlist .txt .big {
  font-size: 16px;
  font-weight: bold;
}
.hotlist h3:hover {
  color: #fece00;
}
.hotscroll .hd {
  overflow: hidden;
  position: absolute;
  z-index: 3;
  right: 50%;
  margin-right: 8px;
  bottom: 18px;
}
.hotscroll .hd ul {
  height: 10px;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  text-align: center;
  line-height: 10px;
}
.hotscroll .hd ul li {
  display: inline-block;
  width: 6px;
  height: 6px;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.hotscroll .hd ul li.on {
  background-color: #ccc;
}
.divi2 {
  padding: 42px 0 58px;
}
table.specify {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.specify td {
  border: 1px solid #333;
  background-color: #525458;
  padding: 10px;
  font-size: 14px;
  color: #ccc;
  line-height: 30px;
}
.specify td.pic {
  width: 214px;
  font-size: 0;
}
.specify tr.first td {
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
}
.profirst {
  overflow: hidden;
  padding: 60px 0 130px;
}
.xijie {
  width: 100%;
  z-index: 1;
  position: relative;
  background-color: #fff;
  height: 300px;
  margin-top: 68px;
}
.xijie .bigpic {
  float: left;
  width: 850px;
  height: 368px;
  margin-top: -58px;
  text-align: center;
  line-height: 368px;
  font-size: 0;
}
.xijie img#bigpic {
  max-width: 100%;
  max-height: 100%;
}
.xijiebar {
  position: relative;
  height: 200px;
  margin-top: 28px;
}
.xijiebar a {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 60px;
  z-index: 5;
  margin-top: -30px;
  border-radius: 4px;
}
.xijiebar .xijie-prev {
  left: 6px;
  background: url('../images/lt3h.png') center no-repeat;
}
.xijiebar .xijie-next {
  right: 6px;
  background: url('../images/gt3h.png') center no-repeat;
}
.xijiebar .xijie-prev:hover {
  background-color: #144699;
}
.xijiebar .xijie-next:hover {
  background-color: #144699;
}
.twlist2-out {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.twlist2 {
  width: auto;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.twlist2 li {
  display: inline-block;
  width: 291px;
  height: 200px;
  position: relative;
  line-height: 200px;
  text-align: center;
  margin-left: 12px;
  background-color: #fff;
}
.twlist2 li:first-child {
  margin-left: 0;
}
.twlist2 li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border: 4px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.twlist2 li img {
  max-width: 96%;
  max-height: 96%;
  cursor: pointer;
}
.twlist2 li:hover:before,
.twlist2 li.on:before {
  border-color: #918f8f;
}
.proname {
  font-size: 46px;
  line-height: 70px;
  color: #999;
  padding-top: 8px;
  position: relative;
}
.proname:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 62px;
  height: 1px;
  background-color: #686868;
}
.proinfo {
  float: right;
  width: 350px;
}
.proinfo .xiangxi {
  width: 328px;
  padding: 10px 0;
  font-size: 14px;
  color: #918f8f;
}
.proinfo .xiangxi .kv {
  padding-left: 125px;
  line-height: 55px;
  height: 55px;
  overflow: hidden;
  border-bottom: 1px solid #bdbbbc;
}
.proinfo .xiangxi .kv label {
  float: left;
  margin-left: -125px;
}
.proinfo .xiangxi .kv:last-child {
  border-bottom: 0 none;
}
.rong {
  padding: 40px 0 44px;
}
.ryScroll {
  overflow: hidden;
  position: relative;
  padding: 0 0 32px;
  margin-top: 34px;
}
.ryScroll .bd {
  width: 100%;
  height: 332px;
  margin: 0 auto;
  overflow: hidden;
}
.rylist {
  height: 100%;
  overflow: hidden;
}
.rylist li {
  float: left;
  width: 400px;
  height: 100%;
}
.rylist li .lin {
  width: 212px;
  height: 100%;
  margin: 0 auto;
}
.rylist li a {
  display: block;
  height: 100%;
}
.rylist li .pic {
  overflow: hidden;
  background-color: #bdbbbc;
  height: 294px;
  line-height: 294px;
  text-align: center;
  font-size: 0;
}
.rylist li img {
  max-width: 94%;
  max-height: 94%;
}
.rylist li h3 {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  height: 30px;
  overflow: hidden;
  margin-top: 8px;
}
.ryScroll a.prev,
.ryScroll a.next {
  position: absolute;
  width: 18px;
  height: 22px;
  z-index: 2;
  bottom: 0;
}
.ryScroll a.prev {
  left: 50%;
  margin-left: -76px;
  background: url('../images/lt-ry.png') center no-repeat;
}
.ryScroll a.next {
  right: 50%;
  margin-right: -76px;
  background: url('../images/gt-ry.png') center no-repeat;
}
.ryScroll a.prev:hover {
  background-image: url('../images/lt-ryh.png');
}
.ryScroll a.next:hover {
  background-image: url('../images/gt-ryh.png');
}
.ryScroll .hd {
  height: 10px;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: 1;
  text-align: center;
}
.ryScroll .hd ul {
  overflow: hidden;
  zoom: 1;
  font-size: 0;
}
.ryScroll .hd ul li {
  display: inline-block;
  margin: 0 10px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ryScroll .hd ul li.on {
  background-color: #ccc;
}
h3.dtitle {
  font-size: 28px;
  color: #ffffff;
  line-height: 40px;
  font-weight: bold;
  padding-bottom: 15px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
h3.dtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  background-color: #b7b7b7;
}
.about {
  padding: 30px 0 80px;
  position: relative;
}
.about:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 44px;
  z-index: 0;
  width: 765px;
  height: 216px;
  background: url('../images/fang.png');
}
.abcon {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: justify;
  margin-top: 35px;
}
.abcon img {
  max-width: 100%;
}
.abcon .pic {
  text-align: center;
  margin-bottom: 20px;
}
h3.etitle {
  font-size: 28px;
  color: #ffffff;
  line-height: 40px;
  font-weight: bold;
  height: 40px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 12px;
}
.fazhanout {
  padding: 68px 0 48px;
}
.fazhan {
  margin: 0 auto;
  width: 1566px;
  height: 812px;
  max-width: 100%;
  background: url('../images/world2.png') center no-repeat;
}
.fazhanin {
  width: 1200px;
  height: 744px;
  margin: 32px auto 0;
  position: relative;
  background: url('../images/z23.png') center 14px no-repeat;
}
.fzstart {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 302px;
  height: 48px;
  font-size: 22px;
  color: #404142;
  line-height: 48px;
  font-weight: bold;
  text-indent: 154px;
  padding-top: 22px;
  background: url('../images/z25.png') 0 no-repeat;
}
.fzend {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 322px;
  height: 48px;
  font-size: 22px;
  color: #404142;
  line-height: 48px;
  font-weight: bold;
  text-indent: 16px;
  padding-top: 22px;
  background: url('../images/z26.png') right no-repeat;
}
.fz .txt {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  word-break: break-all;
}
.fz .year1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 51px;
  height: 59px;
  background: url('../images/z21.png') center no-repeat;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 58px;
  font-weight: bold;
}
.fz .year2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 75px;
  height: 87px;
  background: url('../images/z22.png') center no-repeat;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 86px;
  font-weight: bold;
}
.fz .wz {
  height: 100%;
}
.fz1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding-right: 51px;
  width: 368px;
  height: 66px;
}
.fz1 .wz {
  padding-right: 104px;
}
.fz1 .wz .txt {
  padding-top: 22px;
}
.fz2 {
  position: absolute;
  right: 148px;
  top: 80px;
  z-index: 1;
  padding-right: 75px;
  width: 356px;
  height: 87px;
}
.fz2 .wz {
  padding-right: 104px;
}
.fz2 .wz .txt {
  padding-top: 22px;
}
.fz3 {
  position: absolute;
  right: 297px;
  top: 171px;
  z-index: 1;
  padding-right: 51px;
  width: 364px;
  height: 59px;
}
.fz3 .wz {
  padding-right: 102px;
}
.fz3 .wz .txt {
  padding-top: 2px;
}
.fz4 {
  position: absolute;
  right: 411px;
  top: 233px;
  z-index: 1;
  padding-right: 75px;
  width: 356px;
  height: 87px;
}
.fz4 .wz {
  padding-right: 100px;
}
.fz4 .wz .txt {
  padding-top: 40px;
}
.fz5 {
  position: absolute;
  right: 535px;
  top: 310px;
  z-index: 1;
  padding-right: 51px;
  width: 436px;
  height: 59px;
}
.fz5 .wz {
  padding-right: 114px;
}
.fz5 .wz .txt {
  padding-top: 18px;
}
.fz6 {
  position: absolute;
  left: 473px;
  bottom: 286px;
  z-index: 1;
  padding-left: 75px;
  width: 432px;
  height: 87px;
}
.fz6 .wz {
  padding-left: 82px;
}
.fz6 .wz .txt {
  padding-top: 40px;
}
.fz7 {
  position: absolute;
  left: 358px;
  bottom: 219px;
  z-index: 1;
  padding-left: 51px;
  width: 368px;
  height: 66px;
}
.fz7 .wz {
  padding-left: 94px;
}
.fz7 .wz .txt {
  padding-top: 26px;
}
.fz8 {
  position: absolute;
  left: 231px;
  bottom: 145px;
  z-index: 1;
  padding-left: 75px;
  width: 356px;
  height: 87px;
}
.fz8 .wz {
  padding-left: 82px;
}
.fz8 .wz .txt {
  padding-top: 40px;
}
.fz9 {
  position: absolute;
  left: 132px;
  bottom: 88px;
  z-index: 1;
  padding-left: 51px;
  width: 368px;
  height: 66px;
}
.fz9 .wz {
  padding-left: 94px;
}
.fz9 .wz .txt {
  padding-top: 42px;
}
.fz10 {
  position: absolute;
  left: -12px;
  bottom: 5px;
  z-index: 1;
  padding-left: 75px;
  width: 356px;
  height: 87px;
}
.fz10 .wz {
  padding-left: 80px;
}
.fz10 .wz .txt {
  padding-top: 40px;
}
.fz1 .wz {
  background: url('../images/z1.png') 0 28px no-repeat;
}
.fz2 .wz {
  background: url('../images/z2.png') 0 42px no-repeat;
}
.fz3 .wz {
  background: url('../images/z3.png') 0 27px no-repeat;
}
.fz4 .wz {
  background: url('../images/z4.png') 0 42px no-repeat;
}
.fz5 .wz {
  background: url('../images/z5.png') 0 28px no-repeat;
}
.fz6 .wz {
  background: url('../images/z6.png') 100% 42px no-repeat;
}
.fz7 .wz {
  background: url('../images/z7.png') 100% 28px no-repeat;
}
.fz8 .wz {
  background: url('../images/z8.png') 100% 42px no-repeat;
}
.fz9 .wz {
  background: url('../images/z9.png') 100% 28px no-repeat;
}
.fz10 .wz {
  background: url('../images/z10.png') 100% 42px no-repeat;
}
.fz6 .year2,
.fz8 .year2,
.fz10 .year2 {
  right: auto;
  left: 0;
}
.fz7 .year1,
.fz9 .year1 {
  right: auto;
  left: 0;
}
/*首页*/
.section {
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
  width: 100%;
  height: 100vh;
}
.fnext {
  width: 80px;
  height: 74px;
  position: absolute;
  z-index: 10;
  font-size: 0;
  cursor: pointer;
  background: url('../images/mouse.png') center no-repeat;
  bottom: 33px;
  left: 50%;
  margin-left: -40px;
}
.fnext.fnext2 {
  background-image: url('../images/mouse2.png');
}
.sectionbg2,
.sectionbg3,
.sectionbg4 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.sectionbg2 {
  background: url('../images/sec2.jpg') center;
  background-size: 100% 100%;
}
.sectionbg3 {
  background: url('../images/sec3.jpg') center;
  background-size: 100% 100%;
}
.sectionbg4 {
  background: url('../images/sec4.jpg') bottom;
  background-size: 100% 100%;
}
.sectionbg2,
.sectionbg3,
.sectionbg4 {
  -webkit-animation: pagebgfd 4s ease 0s infinite alternate;
          animation: pagebgfd 4s ease 0s infinite alternate;
}
.deelay05 {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
.deelay07 {
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
}
.deelay09 {
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
}
.deelay11 {
  transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
}
/*@media screen and (max-width:1024px){
	.section2,.section3,.section4,.fp-tableCell {height: auto !important;}

	.section2{ padding-top: 100px; padding-bottom: 100px;}
	.section3{ padding-top: 100px; padding-bottom: 100px;}
	.section4{ padding-top: 100px; padding-bottom: 100px;}


	.deelay05{ transition-delay: 0.1s; -moz-transition-delay: 0.1s;
		-webkit-transition-delay: 0.1s; -o-transition-delay: 0.1s;}
	.deelay07{ transition-delay: 0.3s; -moz-transition-delay: 0.3s;
		-webkit-transition-delay: 0.3s; -o-transition-delay: 0.3s;}
	.deelay09{ transition-delay: 0.5s; -moz-transition-delay: 0.5s;
		-webkit-transition-delay: 0.5s; -o-transition-delay: 0.5s;}
	.deelay11{ transition-delay: 0.7s; -moz-transition-delay: 0.7s;
		-webkit-transition-delay: 0.7s; -o-transition-delay: 0.7s;}
}*/
.load-bg {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 120;
}
.load-bg .top {
  height: 50%;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.load-bg .top i {
  display: block;
  width: 200px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  background-color: #555;
  -webkit-transition: .5s;
  transition: .5s;
}
.load-bg .top i.on {
  left: 0%;
  margin-left: 0px;
  width: 100%;
}
.load-bg .bot {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
.preload {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 121;
  background: #292930;
}
.preload__progress {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin: -1px 0 0 -100px;
  height: 1px;
  background: #144699;
  -webkit-transition: .3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.preload__progress-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff0115;
  -webkit-animation: preloadLine 1.6s both infinite;
  animation: preloadLine 1.6s both infinite;
}
#percentShow {
  font-size: 16px;
  color: #144699;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
  margin-top: 10px;
}
.preload img.ilogo {
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin: 0 0 30px -52px;
}
@-webkit-keyframes preloadLine {
  2% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  48% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  52% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  98% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes preloadLine {
  2% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  48% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  52% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  98% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.fcate1 {
  position: relative;
  padding-bottom: 14px;
  text-align: center;
  z-index: 1;
  background: url('../images/line1.png') bottom no-repeat;
}
.fcate1 .en {
  font-size: 52px;
  line-height: 80px;
  text-transform: uppercase;
  color: #fff;
}
.fkehulist {
  padding: 130px 0 2px;
  overflow: hidden;
  margin: 0 -6px;
  position: relative;
  z-index: 1;
}
.fkehulist li {
  float: left;
  width: 16.666666%;
  margin-bottom: 28px;
}
.fkehulist li .lin {
  padding: 0 6px;
}
.fkehulist li a {
  display: block;
}
.fkehulist .pic {
  height: 110px;
  overflow: hidden;
  font-size: 0;
  line-height: 110px;
  text-align: center;
  position: relative;
}
.fkehulist img {
  max-width: 100%;
  max-height: 100%;
}
.fkehulist .pic {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fkehulist li:hover .pic {
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.5);
}
.borderwan {
  position: relative;
}
.borderwan i.ii1,
.borderwan i.ii2,
.borderwan i.ii3,
.borderwan i.ii4 {
  position: absolute;
  z-index: 5;
  background-color: #cfd1f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.borderwan i.ii1 {
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii2 {
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
}
.borderwan i.ii3 {
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii4 {
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
}
.borderwan:hover i.ii1,
.borderwan:hover i.ii3 {
  width: 100%;
}
.borderwan:hover i.ii2,
.borderwan:hover i.ii4 {
  height: 100%;
}
.fabout {
  width: 100%;
  height: 512px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.faboutr {
  float: right;
  width: 50%;
  height: 100%;
}
.faboutl {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.faboutr .pic {
  width: 100%;
  height: 100%;
}
.faboutr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faboutl:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 340px;
  background-color: #918f8f;
}
.faboutcon {
  float: right;
  max-width: 690px;
  padding: 0 30px;
  padding-top: 224px;
  position: relative;
  z-index: 2;
}
.faboutcon .fabtitle {
  font-size: 52px;
  color: #144699;
  line-height: 80px;
  text-transform: uppercase;
  position: absolute;
  left: 32px;
  top: 26px;
  z-index: 1;
  height: 80px;
  overflow: hidden;
  padding-bottom: 15px;
  background: url('../images/line2.png') 0 bottom no-repeat;
  font-family: 'Source Han Sans CN';
}
.faboutcon .fabtxt {
  overflow: hidden;
  height: 156px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-align: justify;
}
.faboutcon .estab {
  font-size: 14px;
  color: #144699;
  line-height: 28px;
  font-family: 'Source Han Sans CN';
  position: absolute;
  right: 30px;
  top: 40px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.faboutcon .estab p {
  font-size: 48px;
  line-height: 50px;
}
.fleilist {
  overflow: hidden;
  margin-top: 22px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fleilist li {
  display: inline-block;
  position: relative;
}
.fleilist li.fenge {
  width: 1px;
  height: 24px;
  background-color: #fff;
}
.fleilist li a {
  display: block;
  text-align: center;
}
.fleilist .pic {
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 0;
}
.fleilist img {
  max-width: 100%;
  max-height: 100%;
}
.fleilist h3 {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  height: 20px;
  overflow: hidden;
}
.fpro {
  padding-top: 40px;
}
.propic-scroll {
  position: relative;
  width: 100%;
  height: 620px;
  z-index: 1;
}
.propic-scroll .flex-viewport {
  width: 100%;
  height: 100%;
}
.propic-scroll .slides {
  overflow: hidden;
  height: 100%;
}
.propic-scroll .slides li {
  display: none;
  height: 100%;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.propic-scroll .slides li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.propic-scroll .slides a > img {
  max-width: 100%;
  max-height: 100%;
}
.propic-scroll .flex-direction-nav a {
  width: 120px;
  height: 40px;
  margin-top: -20px;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 4;
  font-size: 20px;
  color: #fece00;
  line-height: 40px;
  font-weight: bold;
}
.propic-scroll .flex-direction-nav a.flex-prev {
  left: 130px;
}
.propic-scroll .flex-direction-nav a.flex-next {
  right: 130px;
  text-align: right;
}
.propic-scroll .flex-direction-nav a:hover {
  color: #0082fc;
}
.propic-scroll .flex-control-paging {
  width: 100%;
  height: 10px;
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 3;
}
.propic-scroll .flex-control-paging li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.propic-scroll .flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  background-color: #fff;
}
.propic-scroll .flex-control-paging li a.flex-active {
  background-color: #0082fc;
}
.fpro1-b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 483px;
  height: 457px;
  z-index: 1;
  margin-top: -247px;
  margin-left: -536px;
  overflow: hidden;
}
.fpro1-l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 137px;
  z-index: 2;
  margin-top: -2px;
  margin-left: -292px;
  overflow: hidden;
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
}
.fpro1-l1 img {
  width: 435px;
  height: 137px;
  float: left;
}
.fpro1-p1 {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 470px;
  height: 388px;
  z-index: 3;
  margin-top: -194px;
  margin-right: -575px;
  overflow: hidden;
}
.fpro2-b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 340px;
  height: 357px;
  z-index: 1;
  margin-top: -65px;
  margin-left: -164px;
  overflow: hidden;
}
.fpro2-l1 {
  position: absolute;
  top: 50%;
  right: 50%;
  height: 109px;
  z-index: 2;
  margin-top: 1px;
  margin-right: -55px;
  overflow: hidden;
  -webkit-transform-origin: 100% center;
          transform-origin: 100% center;
}
.fpro2-l1 img {
  width: 360px;
  height: 109px;
  float: right;
}
.fpro2-p1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  height: 348px;
  z-index: 3;
  margin-top: -182px;
  margin-left: -735px;
  overflow: hidden;
}
.fpro2-l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 205px;
  z-index: 2;
  margin-top: -150px;
  margin-left: 20px;
  overflow: hidden;
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
}
.fpro2-l2 img {
  width: 247px;
  height: 205px;
  float: left;
}
.fpro2-p2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 425px;
  height: 329px;
  z-index: 3;
  margin-top: -310px;
  margin-left: 248px;
  overflow: hidden;
}
.fpro2-l3 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 46px;
  z-index: 2;
  margin-top: 104px;
  margin-left: 56px;
  overflow: hidden;
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
}
.fpro2-l3 img {
  width: 263px;
  height: 46px;
  float: left;
}
.fpro2-p3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 435px;
  height: 336px;
  z-index: 3;
  margin-top: -28px;
  margin-left: 300px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .propic-scroll .flex-direction-nav a.flex-prev {
    left: 3%;
  }
  .propic-scroll .flex-direction-nav a.flex-next {
    right: 3%;
  }
}
