@charset "utf-8";
.cm {
  color: #014ab1;
}
.cm2 {
  color: #29c3ab;
}
.ffhelv {
  font-family: "Helvetica";
}
.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: 'swissbt';
  src: url('../font/SWISSBT.TTF');
}
.inbanner {
  width: 100%;
  height: 890px;
  position: relative;
  overflow: hidden;
}
.inbanner > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.inbanner .cer {
  position: relative;
  height: 100%;
}
.inbanner2 {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.inbanner2 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*匠心住宿2关于 设计施工流程标题*/
.cate1 {
  text-align: center;
  position: relative;
  padding-bottom: 36px;
}
.cate1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #fff;
}
.cate1 .en {
  font-size: 24px;
  color: #e6462e;
  line-height: 24px;
  font-family: arial;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}
.cate1 .cn {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 30px;
}
.cate1 .cn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: -74px;
}
.cate1 .cn:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: -74px;
}
/*匠心住宿3产品大分类 banner标题*/
.ibcatein {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-top: -84px;
}
.ibcatein .en {
  font-size: 54px;
  line-height: 62px;
  letter-spacing: 5px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 6px;
}
.ibcatein .en2 {
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 4px;
  text-transform: capitalize;
}
.mouse {
  display: block;
  width: 20px;
  height: 63px;
  margin: 33px auto 0;
  /*font-size: 16px; line-height: 28px; color: #fff; text-align: center;*/
  background: url('../images/mouse.png') center no-repeat;
  position: relative;
}
.ibcatein .fig1 {
  height: 78px;
}
.ibcatein .fig1 img {
  max-height: 100%;
  -webkit-animation: movt 8s linear 0s both infinite;
          animation: movt 8s linear 0s both infinite;
}
@media screen and (max-width: 1200px) {
  .ibcatein .en {
    font-size: 46px;
  }
}
@media screen and (max-width: 750px) {
  .ibcatein .en {
    font-size: 38px;
  }
  .ibcatein .en2 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
/*匠心住宿10联系 banner标题*/
.ibcatein2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5.4%;
}
.ibcatein2 .cn {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  margin-top: 30px;
  background: url('../../error.html') center no-repeat;
}
.ibcatein2 .cn span {
  padding-left: 8px;
  letter-spacing: 8px;
}
.ibcatein2 .en {
  font-size: 0;
}
.ibcatein2 img {
  max-width: 90%;
}
.ibcate .bg {
  position: absolute;
  left: 50%;
  top: 4px;
  margin-left: -132px;
  z-index: 0;
  width: 265px;
  height: 265px;
  background: url('../../error.html') center no-repeat;
  -webkit-animation: rotate360 30s linear infinite;
          animation: rotate360 30s linear infinite;
}
.ibcate .fig1 img {
  -webkit-animation: movt 8s linear 0s both infinite;
          animation: movt 8s linear 0s both infinite;
}
@-webkit-keyframes movt {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes movt {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.ibbg {
  -webkit-animation: pagebgfd 6s linear infinite alternate;
          animation: pagebgfd 6s linear infinite alternate;
}
@-webkit-keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
/*远见2关于我们 合作单位*/
.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%;
}
.btt1 img,
.btt2 img,
.btt3 img {
  -webkit-animation: move ease-in-out 2s infinite;
          animation: move ease-in-out 2s infinite;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
.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;
  width: 100%;
}
.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;
}
.txtEff label {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .pianyi {
    padding-top: 60px;
    margin-top: -60px;
  }
}
/*甘海子8特色主题*/
.baninfo {
  width: 100%;
  margin-top: 32px;
}
.erji {
  width: 100%;
  height: 44px;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}
.erji a {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
  width: 114px;
  height: 42px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  color: #fff;
  line-height: 42px;
}
.erji a:hover,
.erji a.on {
  background-color: #43ac5b;
  border-color: #fff;
}
.erji a:before {
  content: '';
  position: absolute;
  left: -22px;
  top: -30px;
  z-index: 0;
  width: 22px;
  height: 30px;
  background: url('../../error.html') center no-repeat;
}
.erji a:after {
  content: '';
  position: absolute;
  right: -22px;
  bottom: -30px;
  z-index: 0;
  width: 22px;
  height: 30px;
  background: url('../../error.html') center no-repeat;
}
.erji a:before,
.erji a:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.erji a:hover:before,
.erji a.on:before {
  left: 0;
  top: 0;
}
.erji a:hover:after,
.erji a.on:after {
  right: 0;
  bottom: 0;
}
/*远见3荣誉 */
.sanji {
  width: 100%;
  height: 46px;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}
.sanji a {
  display: inline-block;
  position: relative;
  margin: 0 30px;
  overflow: hidden;
  width: 158px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #eb0104;
  font-size: 18px;
  color: #eb0104;
  line-height: 44px;
  font-weight: bold;
}
.sanji a:hover,
.sanji a.on {
  background-color: #eb0104;
  color: #fff;
}
/*远见8产品详情 */
.tree {
  height: 46px;
  font-size: 14px;
  line-height: 46px;
  color: #666;
}
.tree a {
  color: #666;
  padding: 0 5px;
  vertical-align: middle;
}
.tree a.leaf,
.tree a:hover {
  color: #eb0104;
}
.tree i {
  margin: 0 15px;
  width: 10px;
  vertical-align: middle;
  background: url('../../error.html') center no-repeat;
}
@media screen and (max-width: 750px) {
  .tree a {
    padding: 0 10px;
  }
  .sanji {
    overflow: auto;
  }
  .sanji a {
    margin: 0 10px;
  }
}
/*宝创8产品详情 */
.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;
  height: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  position: relative;
  overflow: hidden;
  background-color: #66807f;
  margin: 10px 17px;
  border-radius: 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;
}
/*鸿盛广达1首页按钮*/
a.seemore {
  display: block;
  width: 160px;
  height: 46px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  color: #014ab1;
  line-height: 46px;
  font-family: "Helvetica";
  text-transform: uppercase;
  border-radius: 23px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
a.seemore span {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  text-indent: 20px;
}
a.seemore:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background-color: #014ab1;
  border-radius: 23px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a.seemore:hover:before {
  width: 100%;
}
a.seemore:hover {
  color: #fff;
}
a.seemore i {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 46px;
  height: 46px;
  background: #014ab1 url('../images/jtr1.png') center no-repeat;
  border-radius: 23px;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
          box-shadow: 0 0 0 1px #ffffff;
}
a.seemore22 {
  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.seemore22 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;
}
.rubberBand-h:hover {
  -webkit-animation: rubberBand 1s 0s 1;
          animation: rubberBand 1s 0s 1;
}
.outnavbg {
  width: 100%;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #f1f1f1;
}
.outnav7 {
  height: 74px;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.outnav7 .nav-left,
.outnav7 .nav-right {
  width: 40px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #e7e7e7;
}
.outnav7 .nav-left {
  left: 0;
  background-image: url('../images/outnav-lt3.png');
}
.outnav7 .nav-right {
  right: 0;
  background-image: url('../images/outnav-gt3.png');
}
.outnav7 .nav-left:hover {
  background-image: url('../images/outnav-lt3h.png');
}
.outnav7 .nav-right:hover {
  background-image: url('../images/outnav-gt3h.png');
}
.outnav7 #wrapper77 {
  width: 100%;
  height: 100%;
  position: relative;
}
.outnav7.on {
  padding: 0 40px;
}
.outnav7.on .nav-left,
.outnav7.on .nav-right {
  display: block;
}
.nav7 {
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.nav7 li {
  width: 250px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.nav7 li a {
  display: block;
  position: relative;
  color: #666;
  line-height: 74px;
  font-size: 16px;
  height: 74px;
}
.nav7 li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  margin-left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #014ab1;
}
.nav7 li:hover a {
  color: #014ab1;
}
.nav7 li:hover a:after {
  width: 108px;
  margin-left: -54px;
}
.nav7 li.on a {
  color: #014ab1;
}
.nav7 li.on a:after {
  width: 108px;
  margin-left: -54px;
}
.footer {
  position: relative;
  background: url('../images/footbg.jpg') bottom no-repeat fixed;
  background-size: 100% auto;
}
.footer1 {
  position: relative;
  z-index: 10;
  font-family: "Helvetica";
  overflow: hidden;
  padding-bottom: 56px;
}
.footnav {
  overflow: hidden;
  margin-top: 74px;
}
.footnav li {
  float: left;
  position: relative;
  margin-right: 64px;
}
.footnav li:last-child {
  margin-right: 0;
}
.footnav li dt {
  height: 34px;
  font-size: 18px;
  line-height: 34px;
  color: #a7b0bc;
}
.footnav li dt a {
  position: relative;
  color: #a7b0bc;
  text-transform: capitalize;
}
.footnav li dt a:hover {
  color: #eee;
}
.footnav dt a:after {
  left: 100%;
  position: absolute;
  bottom: -2px;
  content: " ";
  width: 0;
  border-bottom: 1px solid #eee;
  -webkit-transition: .3s;
  transition: .3s;
}
.footnav dt:hover a:after {
  width: 100%;
  left: 0;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
}
.footnav li dd {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.footnav li dd a {
  color: #666;
  letter-spacing: 0;
}
.footnav li dd a:hover {
  color: #333;
  letter-spacing: 1px;
}
.footinfo {
  width: 80%;
}
.footinfo h4 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 26px;
  height: 28px;
  text-transform: uppercase;
}
.footinfo p {
  font-size: 18px;
  line-height: 32px;
  color: #a7b0bc;
}
.footinfo p a {
  color: #a7b0bc;
}
.footinfo p a:hover {
  color: #eee;
}
.footlogo {
  width: 100%;
  margin-bottom: 34px;
}
.footlogo img {
  max-width: 100%;
  opacity: 0.8;
}
.footewm {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 120px;
}
.footewm img {
  display: block;
  width: 100%;
}
.footewm p {
  font-size: 14px;
  color: #a7b0bc;
  line-height: 20px;
  margin-top: 10px;
  text-transform: capitalize;
  text-align: center;
}
.footer2 {
  position: relative;
  z-index: 10;
  padding: 45px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  color: #a7b0bc;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.footer2 span {
  display: inline-block;
  word-break: normal;
}
.footer2 a {
  color: #a7b0bc;
}
.footer2 a:hover {
  color: #eee;
}
.footer2 img.jw {
  margin-top: -2px;
  margin-left: 5px;
}
.footer2 img.cnzz {
  margin-left: 5px;
  margin-right: 15px;
}
.footer2 a.jinwang:hover {
  color: #014ab1;
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .footnav li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .footer2 {
    text-align: center;
    height: auto;
    padding: 15px 0;
  }
  .footer2 .l,
  .footer2 .r {
    float: none;
    display: block;
  }
  .footer2 span {
    margin: 0 5px;
  }
  .footer2 img.cnzz {
    margin-right: 5px;
  }
}
@media screen and (max-width: 750px) {
  .footer {
    padding-top: 50px;
  }
  .footer1 {
    padding-bottom: 50px;
  }
  .footnav {
    margin-top: 40px;
  }
  .footinfo {
    width: 100%;
  }
  .footewm {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    padding-top: 0;
  }
  .footer1 {
    display: none;
  }
}
#totop {
  position: fixed;
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0a60c6 url('../../error.html') center no-repeat;
  -webkit-box-shadow: 0px 0px 0px 8px rgba(10, 96, 198, 0.1);
          box-shadow: 0px 0px 0px 8px rgba(10, 96, 198, 0.1);
  cursor: pointer;
  bottom: 154px;
  right: 60px;
  -webkit-animation: circlepulse2 2s ease 0s infinite;
          animation: circlepulse2 2s ease 0s infinite;
}
#totop .pulse {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(10, 96, 198, 0.05);
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
}
@-webkit-keyframes circlepulse2 {
  10%,
  90% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
  }
}
@-webkit-keyframes pin01 {
  /*animation: pin01 1s ease-in-out 0s infinite;*/
  0% {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(10, 96, 198, 0.15);
            box-shadow: 0px 0px 0px 8px rgba(10, 96, 198, 0.15);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 14px rgba(10, 96, 198, 0.15);
            box-shadow: 0px 0px 0px 14px rgba(10, 96, 198, 0.15);
  }
}
.news-out {
  padding: 40px 0 100px;
  position: relative;
}
.news-out .cer3 {
  position: relative;
  z-index: 2;
}
.newslist {
  padding: 0 0 30px;
  margin: 0 -30px;
  overflow: hidden;
}
.newslist li {
  float: left;
  width: 33.33%;
  margin-bottom: 80px;
}
.newslist li .lin {
  padding: 0 30px;
}
.newslist li a {
  display: block;
  position: relative;
  font-family: "Helvetica";
}
.newslist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-top: 20px;
}
.newslist img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.newslist li .wz {
  padding-top: 36px;
}
.newslist li h3 {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newslist li .more {
  font-size: 14px;
  color: #777;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
}
.newslist li .txt {
  font-size: 16px;
  color: #999;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin: 12px 0 24px;
}
.newslist li .date {
  font-size: 16px;
  color: #999;
  line-height: 50px;
  height: 50px;
  font-family: "swissbt";
  margin-bottom: 20px;
}
.newslist li .date span {
  font-size: 44px;
  color: #666;
  margin-right: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}
.newslist li:hover h3,
.newslist li:hover .txt {
  color: #014ab1;
}
.newslist li:hover .more,
.newslist li:hover .date,
.newslist li:hover .date span {
  color: #014ab1;
}
.newslist h3,
.newslist .txt,
.newslist .more,
.newslist .date {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1460px) {
  .news-out {
    padding: 80px 0 80px;
  }
}
@media screen and (max-width: 1260px) {
  .newslist {
    margin: 0 0;
  }
  .newslist li .lin {
    padding: 0 24px;
  }
}
@media screen and (max-width: 1100px) {
  .newslist li {
    margin-bottom: 50px;
  }
  .newslist li .lin {
    padding: 0 16px;
  }
  .newslist li .wz {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .newslist li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .newslist li {
    width: 100%;
  }
  .newslist li .lin {
    padding: 0 0;
  }
}
.atc-out {
  position: relative;
  z-index: 5;
  margin-top: -136px;
}
.atc {
  padding: 124px 120px 100px;
  background-color: #fff;
  border-radius: 20px;
}
.atc-h {
  text-align: center;
  font-family: "Helvetica";
}
.atc-h h1 {
  font-size: 28px;
  color: #222;
  line-height: 38px;
  font-weight: bold;
  max-height: 114px;
  overflow: hidden;
}
.atc-date {
  background-color: #f1f4f7;
  padding: 15px 20px;
  margin-top: 48px;
  font-size: 16px;
  color: #777;
  line-height: 30px;
}
.atc-date span {
  display: inline-block;
  margin: 0 32px;
}
.atc-con {
  padding: 56px 0 90px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-align: justify;
  font-family: "Helvetica";
  border-bottom: 1px solid #ddd;
}
.atc-con img {
  max-width: 100%;
}
.atc-con .pic {
  text-align: center;
}
.atc-con a {
  color: #014ab1;
}
.atc-pn {
  position: relative;
  height: 42px;
  text-align: center;
  margin-top: 40px;
}
.atc-pn > div {
  height: 100%;
  font-family: "Helvetica";
}
.atc-pn .atc-prev {
  float: left;
}
.atc-pn .atc-next {
  float: right;
}
.atc-pn .atc-ret {
  display: inline-block;
}
.atc-pn a {
  display: block;
  width: 120px;
  height: 40px;
  background-color: #fff;
  overflow: hidden;
  font-size: 16px;
  color: #014ab1;
  line-height: 40px;
  position: relative;
  border-radius: 21px;
  border: 1px solid #014ab1;
  text-transform: capitalize;
}
.atc-pn .atc-ret a {
  width: 130px;
  background-color: #014ab1;
  color: #fff;
}
.atc-pn a:hover {
  background-color: #014ab1;
  color: #fff;
}
.atc-pn a:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.atc-pn a:hover:before {
  border-color: #fff;
}
.videowrap {
  width: 100%;
  padding-bottom: 60%;
  height: 0;
  position: relative;
  text-align: center;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .atc {
    padding: 120px 8% 100px;
  }
}
@media screen and (max-width: 1200px) {
  .atc {
    padding: 100px 5%;
  }
}
@media screen and (max-width: 1023px) {
  .atc-out {
    margin-top: 0;
  }
  .atc {
    padding: 100px 0;
  }
}
@media screen and (max-width: 900px) {
  .atc {
    padding: 80px 0;
  }
  .atc-date span {
    margin: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .atc {
    padding: 60px 0;
  }
  .atc-con {
    padding: 56px 0;
  }
}
@media screen and (max-width: 600px) {
  .atc-pn a {
    width: 100px;
  }
}
.zp-out {
  position: relative;
  padding: 150px 0 100px;
  overflow: hidden;
}
.zp-out:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -458px;
  z-index: 0;
  margin-left: -333px;
  width: 666px;
  height: 666px;
  background: #ffffff url('../images/earth2.png') bottom no-repeat;
  -webkit-animation: rotate360 30s linear infinite;
          animation: rotate360 30s linear infinite;
}
@media screen and (max-width: 1400px) {
  .zp-out {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1023px) {
  .zp-out {
    padding: 80px 0;
  }
}
@media screen and (max-width: 750px) {
  .zp-out {
    padding: 60px 0;
  }
}
.recbtn {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 0;
  position: relative;
  background: #014ab1 url('../images/jtd-zp.png') center no-repeat;
}
.recbtn i {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin-left: -15px;
}
.recbtn:hover i {
  -webkit-animation: rotate360 2s linear infinite;
          animation: rotate360 2s linear infinite;
}
.recbtn.finish {
  background-color: #eee;
  cursor: auto;
}
.rec-head {
  height: 70px;
  background-color: #f5f5f5;
  overflow: hidden;
  padding-left: 60px;
  border-bottom: 1px solid #ddd;
}
.rec-head .th {
  float: left;
  padding: 20px 0;
  width: 25%;
  height: 30px;
  overflow: hidden;
  font-size: 16px;
  color: #222;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-family: "Helvetica";
  text-transform: capitalize;
}
.rec-head .th.zhiwei {
  text-align: left;
}
.reclist {
  margin-bottom: 105px;
  font-family: "Helvetica";
}
.reclist li {
  border-bottom: 1px solid #ddd;
}
.rec-hand {
  height: 65px;
  line-height: 65px;
  background-color: #fff;
  padding-left: 60px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rec-hand .td {
  float: left;
  padding: 10px 0;
  width: 25%;
  overflow: hidden;
  font-size: 16px;
  color: #222;
  line-height: 45px;
  text-align: center;
  height: 45px;
}
.rec-hand .td.zhiwei {
  text-align: left;
}
.reclist li:hover .rec-hand {
  background-color: #f8f8f8;
}
.reclist li.on .rec-hand {
  background-color: #014ab1;
}
.reclist li.on .rec-hand .td {
  color: #fff;
}
.reclist li,
.rec-hand,
.reclist .td {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.reclist .rec-con {
  display: none;
}
.reclist .rec-txt {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  padding: 54px 60px;
}
.rec-txt .email {
  text-decoration: underline;
  color: #014ab1;
}
@media screen and (max-width: 1080px) {
  .rec-head,
  .rec-hand {
    padding-left: 40px;
  }
  .reclist .rec-txt {
    padding: 44px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .reclist {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 750px) {
  .rec-head .th {
    width: 33%;
  }
  .rec-head .th.date {
    display: none;
  }
  .rec-hand .td {
    width: 33%;
  }
  .rec-hand .td.date {
    display: none;
  }
  .rec-head,
  .rec-hand {
    padding-left: 20px;
  }
  .reclist .rec-txt {
    padding: 34px 20px;
  }
  .reclist {
    margin-bottom: 60px;
  }
}
.jiatin {
  background: url('../images/family.jpg') center / cover no-repeat;
  padding: 120px 0 76px;
  text-align: center;
  color: #fff;
  font-family: "Helvetica";
}
.jiatin h3 {
  font-size: 36px;
  color: #fff;
  line-height: 46px;
  font-weight: bold;
  word-break: normal;
}
.jiatin .txt1 {
  font-size: 26px;
  line-height: 32px;
  margin: 24px 0 12px;
}
.jiatin .txt2 {
  font-size: 22px;
  line-height: 30px;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .jiatin h3 {
    font-size: 30px;
  }
}
.servcon {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  text-align: justify;
  font-family: "Helvetica";
  margin: 68px 0 0;
}
.cate3 {
  position: relative;
  text-align: center;
  padding: 30px 0;
  background: url('../images/catebg.png') top no-repeat;
}
.cate3:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 0;
  width: 40px;
  height: 3px;
  margin-left: -20px;
  background-color: #014ab1;
}
.cate3 .en {
  font-size: 56px;
  color: #222;
  line-height: 70px;
  font-family: "Helvetica";
  text-transform: capitalize;
  font-weight: bold;
}
.cate31 {
  position: relative;
  text-align: center;
  padding-bottom: 18px;
}
.cate31:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 40px;
  height: 3px;
  margin-left: -20px;
  background-color: #014ab1;
}
.cate31 .en {
  font-size: 56px;
  color: #222;
  line-height: 70px;
  font-family: "Helvetica";
  text-transform: capitalize;
  font-weight: bold;
}
.servone {
  padding: 120px 0 88px;
  background: url('../images/sanhuan.jpg') bottom no-repeat;
}
@media screen and (max-width: 1023px) {
  .servone {
    padding: 80px 0 80px;
  }
  .cate3 .en,
  .cate31 .en {
    font-size: 48px;
    line-height: 62px;
  }
}
@media screen and (max-width: 750px) {
  .servone {
    padding: 60px 0 60px;
  }
  .cate3 .en,
  .cate31 .en {
    font-size: 40px;
    line-height: 54px;
  }
}
.servtwo {
  padding: 88px 0 120px;
  background: url('../images/advbg.jpg') bottom no-repeat;
}
.rollover {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  overflow: visible!important;
  -webkit-transition: .6s;
  transition: .6s;
}
.rollover .p1,
.rollover .p2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.rollover .p2 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
li:hover .rollover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.advlist {
  font-size: 0;
  text-align: center;
  padding: 80px 0 4px;
}
.advlist li {
  display: inline-block;
  margin-bottom: 30px;
}
.advlist li a {
  display: block;
  border-radius: 20px;
  background-color: #fff;
  padding: 70px 0 64px;
  border: 1px dashed #ddd;
}
.advlist .pic,
.advlist .num {
  width: 64px;
  height: 64px;
  margin: 0 auto 30px;
}
.advlist .p1 {
  border: 1px dashed #999;
}
.advlist .p2 {
  border: 1px dashed #fff;
}
.advlist .p1,
.advlist .p2 {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 62px;
}
.advlist .num .p1,
.advlist .num .p2 {
  font-size: 22px;
  font-weight: bold;
  font-family: "Helvetica";
}
.advlist .num .p1 {
  color: #000;
}
.advlist .num .p2 {
  color: #fff;
}
.advlist li .txt {
  font-size: 20px;
  color: #222;
  line-height: 24px;
  font-weight: bold;
  font-family: "Helvetica";
  height: 72px;
  overflow: hidden;
  padding: 0 30px;
  word-break: normal;
  -webkit-transition: .5s;
  transition: .5s;
}
.advlist li .txt span {
  display: block;
}
.advlist .intro,
.advlist h3 {
  display: none;
}
.advlist li:hover .txt {
  color: #fff;
}
.advlist li:hover a {
  background-color: #014ab1;
  border-color: #014ab1;
  -webkit-box-shadow: 0 6px 20px 1px rgba(1, 74, 177, 0.4);
          box-shadow: 0 6px 20px 1px rgba(1, 74, 177, 0.4);
}
.advlist3 {
  margin: 0 -15px;
}
.advlist3 li {
  width: 33.33%;
}
.advlist3 li .lin {
  padding: 0 15px;
}
@media screen and (max-width: 1023px) {
  .servtwo {
    padding: 80px 0 80px;
  }
}
@media screen and (max-width: 960px) {
  .advlist3 li {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .servtwo {
    padding: 60px 0 60px;
  }
}
.servthree {
  padding: 154px 0 176px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background: url('../images/serbg.jpg') bottom no-repeat;
}
.servthree i.i1 {
  position: absolute;
  left: -196px;
  top: -35px;
  z-index: 0;
  width: 482px;
  height: 482px;
  border-radius: 50%;
  background-color: rgba(1, 74, 177, 0.04);
}
.servthree i.i2 {
  position: absolute;
  right: -135px;
  top: 156px;
  z-index: 0;
  width: 276px;
  height: 276px;
  border-radius: 50%;
  background-color: rgba(1, 74, 177, 0.04);
}
.advlist4 {
  margin: 0 -13px;
}
.advlist4 li {
  width: 25%;
}
.advlist4 li .lin {
  padding: 0 13px;
}
@media screen and (max-width: 1023px) {
  .advlist4 li {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .servthree {
    padding: 100px 0 100px;
  }
}
@media screen and (max-width: 750px) {
  .servthree {
    padding: 70px 0 70px;
  }
}
.advlist2 {
  margin: 0 -20px;
}
.advlist2 li {
  width: 50%;
}
.advlist2 li .lin {
  padding: 0 20px;
}
.fu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 150;
  top: 0;
  left: 0;
  display: none;
}
.fubg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.fuin {
  position: absolute;
  width: 1200px;
  background-color: #fff;
  border-radius: 20px;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  z-index: 3;
  max-height: 80%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
  opacity: 0;
}
.fu.on .fuin {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  opacity: 1;
}
.fuin .fucon {
  padding: 100px;
}
.fu a.close {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 48px;
  right: 48px;
  z-index: 1;
  background-color: rgba(1, 74, 177, 0.8);
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  -webkit-animation: circle-shadow 2s infinite both;
          animation: circle-shadow 2s infinite both;
}
.fu a.close:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 0;
  width: 48px;
  height: 1px;
  background-color: #336ec0;
}
.fu a.close img {
  -webkit-transition: .5s;
  transition: .5s;
}
.fu a.close:hover img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
@-webkit-keyframes circle-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(1, 74, 177, 0.4);
            box-shadow: 0 0 0 0px rgba(1, 74, 177, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(1, 74, 177, 0);
            box-shadow: 0 0 0 16px rgba(1, 74, 177, 0);
  }
}
@keyframes circle-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(1, 74, 177, 0.4);
            box-shadow: 0 0 0 0px rgba(1, 74, 177, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(1, 74, 177, 0);
            box-shadow: 0 0 0 16px rgba(1, 74, 177, 0);
  }
}
.worker {
  position: relative;
  font-family: "Helvetica";
}
.worker h3 {
  font-size: 24px;
  color: #222;
  line-height: 42px;
  font-weight: bold;
}
.worker .hx {
  width: 30px;
  height: 3px;
  background-color: #014ab1;
  margin: 15px 0 32px;
}
.worker .intro {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  max-height: 192px;
  text-align: justify;
  overflow: auto;
}
@media screen and (max-width: 1200px) {
  .fuin {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .fuin .fucon {
    padding: 80px;
  }
}
@media screen and (max-width: 750px) {
  .fuin .fucon {
    padding: 60px;
  }
  .worker .hx {
    margin: 15px 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .fuin .fucon {
    padding: 50px 30px;
  }
  .worker .intro {
    line-height: 28px;
    max-height: 280px;
  }
  .fu a.close {
    top: 28px;
    right: 28px;
  }
  .fu a.close:before {
    display: none;
  }
}
.sw3out {
  position: relative;
  max-width: 1200px;
  height: 435px;
  padding-bottom: 60px;
  margin: 70px auto 0;
}
#sw3 {
  width: 100%;
  height: 100%;
}
#sw3 .swiper-slide {
  width: 580px;
  height: 100%;
}
.sw-next,
.sw-prev {
  position: absolute;
  bottom: 50%;
  width: 56px;
  height: 56px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  border-radius: 28px;
  text-align: center;
  background-color: #bfbfbf;
}
.sw-prev {
  left: 0;
}
.sw-next {
  right: 0;
}
.sw-prev:hover,
.sw-next:hover {
  width: 100px;
  background-color: #0a60c6;
}
.sw-prev span,
.sw-next span {
  display: inline-block;
  width: 0;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  color: #fff;
  line-height: 56px;
  text-transform: uppercase;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.sw-prev span {
  padding-left: 19px;
  background: url('../images/lt3.png') left no-repeat;
}
.sw-next span {
  padding-right: 19px;
  background: url('../images/gt3.png') right no-repeat;
}
.sw3out .swiper-pagination {
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
}
.sw3out .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ccc;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sw3out .swiper-pagination-bullet-active {
  background-color: #014ab1;
}
.slideinner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.slideinner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.slideinner img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 640px) {
  .sw3out {
    height: 375px;
  }
  #sw3 .swiper-slide {
    width: 500px;
  }
}
@media screen and (max-width: 560px) {
  .sw3out {
    height: 315px;
  }
  #sw3 .swiper-slide {
    width: 420px;
  }
}
.abone {
  padding: 134px 0 170px;
  position: relative;
}
.abonecon {
  font-family: "Helvetica";
  margin: 88px 0 120px;
  font-size: 18px;
  line-height: 32px;
  color: #666;
  text-align: justify;
}
.abonecon img {
  max-width: 100%;
}
i.mazi1 {
  position: absolute;
  top: 348px;
  left: 0;
  width: 177px;
  height: 358px;
  z-index: 2;
  background: url('../images/mazi1.png') center no-repeat;
  opacity: 0.3;
}
i.mazi2 {
  position: absolute;
  top: 472px;
  right: 0;
  width: 218px;
  height: 552px;
  z-index: 2;
  background: url('../images/mazi2.png') center no-repeat;
  opacity: 0.3;
}
@media screen and (max-width: 1023px) {
  .abone {
    padding: 100px 0 130px;
  }
  .abonecon {
    margin: 80px 0;
  }
}
@media screen and (max-width: 750px) {
  .abone {
    padding: 70px 0 100px;
  }
  .abonecon {
    margin: 70px 0;
  }
}
.guolist {
  overflow: hidden;
  font-size: 0;
  margin: 0 -15px;
}
.guolist li {
  display: inline-block;
  width: 33.33%;
  text-align: center;
}
.guolist li .lin {
  padding: 0 15px;
}
.guolist li a {
  display: block;
  position: relative;
  border-radius: 15px;
  padding: 62px 0 66px;
  background: #f4f4f4 url('../images/kuai2.png') 0 no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.guolist h3 {
  color: #014ab1;
  line-height: 56px;
  font-family: "Helvetica";
  font-weight: bold;
  height: 56px;
}
.guolist h3 span {
  font-size: 48px;
  vertical-align: middle;
}
.guolist h3 label {
  font-size: 24px;
  vertical-align: middle;
  margin-left: 5px;
}
.guolist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 26px;
}
.guolist li:hover a {
  background-color: #014ab1;
}
.guolist li:hover h3 {
  color: #fff;
}
.guolist li:hover .txt {
  color: #fff;
}
.guolist h3 span,
.guolist h3 label,
.guolist li .txt {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 840px) {
  .guolist li {
    width: 50%;
    margin: 10px 0;
  }
  .guolist li:first-child {
    width: 100%;
  }
}
.flinyu-scroll {
  position: relative;
  width: 100%;
  height: 742px;
  overflow: hidden;
}
.flinyu-scroll .flex-viewport {
  width: 100%;
  height: 100%;
}
.flinyu-scroll .slides {
  overflow: hidden;
  height: 100%;
}
.flinyu-scroll .slides li {
  height: 100%;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.flinyu-scroll .slides li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0;
}
.flinyu-scroll .slides li a .pic {
  height: 100%;
  overflow: hidden;
  margin-left: 260px;
}
.flinyu-scroll .slides .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flinyu-scroll .slides .pic img {
  -webkit-transition: -webkit-transform 1s ease-in;
  transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-in;
  transition: transform 1s ease-in, -webkit-transform 1s ease-in;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.flinyu-scroll .slides .ac .pic img {
  -webkit-transition: -webkit-transform 5s ease-in;
  transition: -webkit-transform 5s ease-in;
  transition: transform 5s ease-in;
  transition: transform 5s ease-in, -webkit-transform 5s ease-in;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.flinyu-scroll .flex-control-paging {
  width: 100%;
  height: 12px;
  font-size: 0;
  position: absolute;
  bottom: 108px;
  left: 260px;
  z-index: 3;
}
.flinyu-scroll .flex-control-paging li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 38px;
}
.flinyu-scroll .flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}
.flinyu-scroll .flex-control-paging li a.flex-active {
  background-color: #fff;
}
.flinyu-scroll .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 1;
  background-color: #014ab1;
  border-top-right-radius: 60px;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}
.flinyu-scroll .wz:before {
  content: '';
  position: absolute;
  bottom: 58px;
  right: 48px;
  z-index: 0;
  width: 176px;
  height: 267px;
  background: url('../images/kuai1.png') center no-repeat;
}
.flinyu-scroll .wz .inner {
  padding: 130px 100px 184px 260px;
  font-family: "Helvetica";
  font-weight: bold;
}
.flinyu-scroll .wz h4 {
  font-size: 42px;
  color: #fff;
  line-height: 54px;
  font-weight: bold;
  height: 108px;
  overflow: hidden;
}
.flinyu-scroll .wz .txt {
  font-size: 42px;
  color: #fff;
  line-height: 90px;
  overflow: hidden;
}
.flinyu-scroll .wz .txt span {
  font-size: 68px;
  text-transform: uppercase;
}
.flinyu-scroll .wz .hx {
  width: 300px;
  height: 1px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 30px 0 50px;
}
.flinyu-scroll .wz .hx:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background-color: #fff;
}
.flinyu-scroll li.ac .wz .hx:before {
  -webkit-transition: 6s linear;
  transition: 6s linear;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .flinyu-scroll .slides li a .pic {
    margin-left: 130px;
  }
  .flinyu-scroll .wz .inner {
    padding: 70px 50px 90px 130px;
  }
  .flinyu-scroll .flex-control-paging {
    left: 130px;
    bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .flinyu-scroll .slides li a .pic {
    margin-left: 60px;
  }
  .flinyu-scroll .wz .inner {
    padding: 50px 30px 60px 60px;
  }
  .flinyu-scroll .flex-control-paging {
    left: 60px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .flinyu-scroll .slides li a .pic {
    margin-left: 0;
  }
  .flinyu-scroll .wz h4 {
    font-size: 30px;
    line-height: 42px;
    height: 84px;
  }
  .flinyu-scroll .wz .txt {
    font-size: 30px;
    line-height: 70px;
  }
  .flinyu-scroll .wz .txt span {
    font-size: 50px;
  }
}
@media screen and (max-width: 800px) {
  .flinyu-scroll .wz .hx {
    width: 180px;
    margin: 20px 0;
  }
  .flinyu-scroll .wz .inner {
    padding: 30px 30px 60px 30px;
  }
  .flinyu-scroll .flex-control-paging {
    left: 30px;
  }
}
@media screen and (max-width: 640px) {
  .flinyu-scroll .wz h4 {
    font-size: 22px;
    line-height: 30px;
    height: 60px;
  }
  .flinyu-scroll .wz .txt {
    font-size: 20px;
    line-height: 40px;
  }
  .flinyu-scroll .wz .txt span {
    font-size: 30px;
  }
  .flinyu-scroll .flex-control-paging li {
    margin-right: 20px;
  }
}
#map {
  width: 100%;
  height: 420px;
}
.lxout {
  padding: 140px 0 220px;
  position: relative;
}
.lxout .cer3 {
  position: relative;
  z-index: 2;
}
.lxone {
  overflow: hidden;
  position: relative;
  margin-bottom: 90px;
}
.lxleft {
  float: left;
  width: 44%;
}
.lxright {
  float: right;
  width: 50%;
}
.lxleft h3 {
  font-size: 56px;
  color: #222;
  font-weight: bold;
  font-family: "Helvetica";
  line-height: 76px;
  position: relative;
  padding-bottom: 32px;
}
.lxleft h3:after {
  content: '';
  position: absolute;
  left: 4px;
  bottom: 0;
  z-index: 0;
  width: 30px;
  height: 0;
  border-bottom: 3px solid #014ab1;
}
.lxway {
  padding-top: 26px;
  font-family: "Helvetica";
}
.lxway dd {
  margin-top: 24px;
  padding-left: 36px;
  min-height: 26px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.lxway dd a {
  color: #333;
}
.lxway dd:hover a {
  color: #014ab1;
  text-decoration: underline;
}
.lx1 {
  background: url('../images/lx1.png') 6px 2px no-repeat;
}
.lx2 {
  background: url('../images/lx2.png') 5px 5px no-repeat;
}
.lx3 {
  background: url('../images/lx3.png') 3px 3px no-repeat;
}
@media screen and (max-width: 1023px) {
  .lxleft {
    float: none;
    width: 100%;
    margin-bottom: 60px;
  }
  .lxright {
    float: none;
    width: 100%;
  }
  .lxout {
    padding: 100px 0 180px;
  }
  .lxone {
    margin-bottom: 60px;
  }
  .lxleft h3 {
    font-size: 40px;
    line-height: 60px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .lxout {
    padding: 70px 0 140px;
  }
}
.liuyan2 {
  color: #666;
  font-size: 0;
  padding-bottom: 1px;
  font-family: "Helvetica";
}
.liuyan2 .hang {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
.liuyan2 .hang.fat {
  width: 100%;
  height: auto;
}
.liuyan2 .inner {
  height: 100%;
  position: relative;
  padding-left: 30px;
}
.liuyan2 label {
  font-size: 20px;
  line-height: 2em;
  color: #eb0a0a;
  width: 24px;
  height: 2em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: right;
}
.liuyan2 input[type=text] {
  width: 100%;
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  line-height: 38px;
  text-indent: 15px;
  font-size: 16px;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.liuyan2 textarea {
  padding: 15px 15px;
  width: 100%;
  height: 160px;
  border: 1px solid #e7e7e7;
  vertical-align: top;
  resize: none;
  border-radius: 4px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.liuyan2 input[type=text]:focus,
.liuyan2 textarea:focus {
  border-color: #014ab1;
}
.liuyan2 input[type=text],
.liuyan2 textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.liuyan2 select {
  width: 100%;
  height: 44px;
  border: 0 none;
  line-height: 44px;
  text-indent: 15px;
  font-size: 16px;
  color: #666;
  border: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.liuyan2 select:focus {
  border-color: #014ab1;
}
.liuyan2 select option {
  color: #666;
}
.liuyan2 i.v {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.liuyan2 .hang2 {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.liuyan2 .hang2 .yzwrap {
  float: left;
  height: 100%;
}
.liuyan2 .hang2 i.v {
  width: 190px;
}
.liuyan2 .verifyImg {
  width: 100px;
  height: 100%;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  vertical-align: top;
  margin-left: 10px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.liuyan2 .yzmchange {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 100%;
  background: url('../images/change.png') center no-repeat;
}
.liuyan2 input#tj {
  float: right;
  width: 140px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #014ab1;
  border: 1px solid #014ab1;
}
.liuyan2 input#tj:hover {
  background-color: #fff;
  color: #014ab1;
}
.liuyan2 input[type=text]:focus::-webkit-input-placeholder,
.liuyan2 textarea:focus::-webkit-input-placeholder {
  color: #014ab1;
}
.liuyan2 input[type=text]:focus:-moz-placeholder,
.liuyan2 textarea:focus:-moz-placeholder {
  color: #014ab1;
}
.liuyan2 input[type=text]:focus::-moz-placeholder,
.liuyan2 textarea:focus::-moz-placeholder {
  color: #014ab1;
}
.liuyan2 input[type=text]:focus:-ms-input-placeholder,
.liuyan2 textarea:focus:-ms-input-placeholder {
  color: #014ab1;
}
@media screen and (max-width: 750px) {
  .liuyan2 .hang {
    float: none;
    width: 100%;
  }
  .liuyan2 .hang2 {
    height: auto;
  }
  .liuyan2 .hang2 .yzwrap {
    float: none;
    height: 40px;
  }
  .liuyan2 input#tj {
    float: none;
    display: block;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 560px) {
  .liuyan2 .inner {
    padding-left: 20px;
  }
  .liuyan2 label {
    width: 12px;
  }
  .liuyan2 .hang2 i.v {
    width: 50%;
  }
}
/*1首页*/
.fnews {
  padding: 70px 0 74px;
  position: relative;
  background: url('../images/fnewsbg.jpg') center / cover no-repeat fixed;
}
.fcate4 {
  position: relative;
  text-align: center;
}
.fcate4 .en {
  font-size: 56px;
  color: #333;
  line-height: 66px;
  font-family: "Helvetica";
  font-weight: bold;
  text-transform: uppercase;
}
.fcate4 .en span {
  display: inline-block;
  padding-top: 20px;
  height: 66px;
  line-height: 66px;
  position: relative;
  vertical-align: top;
}
.fcate4 .en span:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 12px;
  z-index: 0;
  width: 30px;
  height: 3px;
  background-color: #014ab1;
  margin-left: 9px;
}
.fcate4 .en span:before {
  content: '';
  position: absolute;
  left: -16px;
  top: 9px;
  z-index: 0;
  width: 25px;
  height: 38px;
  background: url('../images/kuai3.png') center no-repeat;
}
.fnewslist {
  padding: 70px 0 2px;
  margin: 0 -33px;
  overflow: hidden;
}
.fnewslist li {
  float: left;
  width: 25%;
  margin-bottom: 60px;
}
.fnewslist li .lin {
  padding: 0 33px;
}
.fnewslist li a {
  display: block;
  position: relative;
  font-family: "Helvetica";
}
.fnewslist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-top: 20px;
}
.fnewslist img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.fnewslist li .wz {
  padding-top: 36px;
}
.fnewslist li h3 {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fnewslist li .more {
  font-size: 14px;
  color: #777;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
}
.fnewslist li .txt {
  font-size: 16px;
  color: #999;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin: 12px 0 24px;
}
.fnewslist li .date {
  font-size: 16px;
  color: #999;
  line-height: 50px;
  height: 50px;
  font-family: "swissbt";
  margin-bottom: 20px;
}
.fnewslist li .date span {
  font-size: 44px;
  color: #666;
  margin-right: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}
.fnewslist li:hover h3,
.fnewslist li:hover .txt {
  color: #014ab1;
}
.fnewslist li:hover .more,
.fnewslist li:hover .date,
.fnewslist li:hover .date span {
  color: #014ab1;
}
.fnewslist h3,
.fnewslist .txt,
.fnewslist .more,
.fnewslist .date {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1400px) {
  .fnewslist li {
    width: 33.33%;
  }
  .fnewslist li:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 1260px) {
  .fnewslist {
    margin: 0 0;
  }
  .fnewslist li .lin {
    padding: 0 24px;
  }
}
@media screen and (max-width: 1100px) {
  .fnewslist li {
    margin-bottom: 50px;
  }
  .fnewslist li .lin {
    padding: 0 16px;
  }
  .fnewslist li .wz {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .fnewslist li {
    width: 50%;
  }
  .fnewslist li:nth-child(4) {
    display: list-item;
  }
}
@media screen and (max-width: 640px) {
  .fnewslist li {
    width: 100%;
  }
  .fnewslist li .lin {
    padding: 0 0;
  }
}
.fabout {
  padding: 80px 0 130px;
  background-color: #fff;
}
.faboutcon {
  overflow: hidden;
  background:#f9fbfc;
  margin-top:40px;
}
.faboutl {
  float: left;
  width: 50%;
}
.faboutr {
  float: right;
  width: 660px;
  position: relative;
  margin-right: 80px;
}
.faboutl .pic {
  max-width: 100%;
}
.faboutl img {
  width: 100%;
}
.fabtxt {
  overflow: hidden;
  height: 224px;
  margin: 38px 0 40px;
  word-break: normal;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  text-align: justify;
  font-family: "Helvetica";
}
.fcate1 {
  position: relative;
}
.fcate1 .en {
  font-size: 56px;
  color: #333;
  line-height: 66px;
  font-family: "Helvetica";
  font-weight: bold;
  text-transform: uppercase;
}
.fcate1 .en span {
  display: inline-block;
  padding-top: 24px;
  padding-bottom: 28px;
  height: 66px;
  line-height: 66px;
  position: relative;
  vertical-align: top;
}
.fcate1 .en span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 30px;
  height: 3px;
  background-color: #014ab1;
}
.fcate1 .en span:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 16px;
  z-index: 0;
  width: 25px;
  height: 38px;
  background: url('../images/kuai3.png') center no-repeat;
}
a.seemore2 {
  display: block;
  width: 158px;
  height: 44px;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  color: #014ab1;
  line-height: 44px;
  font-family: "Helvetica";
  text-transform: uppercase;
  border-radius: 23px;
  background-color: #fff;
  border: 1px solid #014ab1;
}
a.seemore2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  text-indent: 20px;
}
a.seemore2:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background-color: #014ab1;
  border-radius: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a.seemore2:hover:before {
  width: 100%;
}
a.seemore2:hover {
  color: #fff;
}
a.seemore2 i {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 44px;
  height: 44px;
  background: #014ab1 url('../images/jtr1.png') center no-repeat;
  border-radius: 22px;
}
@media screen and (max-width: 1540px) {
  .faboutl {
    width: 51%;
  }
  .faboutr {
    width: 45%;
    margin-right: 0;
  }
  .fabtxt {
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .fabout {
    padding: 120px 0 100px;
  }
  .faboutl {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
  }
  .faboutr {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 800px;
  }
  .faboutl .pic {
    margin: 0 auto;
  }
  .fcate1 {
    text-align: center;
  }
  a.seemore2 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .fabout {
    padding: 70px 0;
  }
  .faboutl {
    margin-bottom: 30px;
  }
}
.fser {
  padding-top: 72px;
  background: url('../images/fserbg.jpg') top no-repeat;
}
.guanlist {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 70px;
}
.guanlist li {
  display: inline-block;
  width: 25%;
}
.guanlist li .lin {
  height: 770px;
  position: relative;
}
.guanlist li .lin:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  width: 100%;
  height: 100px;
  border-radius: 20px;
}
.guanlist li + li .lin {
  margin-left: 1px;
}
.guanlist li.i1 .lin:after {
  background: url('../images/sha1.png') top no-repeat;
}
.guanlist li.i2 .lin:after {
  background: url('../images/sha2.png') top no-repeat;
}
.guanlist li.i3 .lin:after {
  background: url('../images/sha3.png') top no-repeat;
}
.guanlist li.i4 .lin:after {
  background: url('../images/sha4.png') top no-repeat;
}
.guanlist .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-size: 0;
}
.guanlist .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guanlist .pic i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url('../images/jab1.png') bottom no-repeat;
}
.guanlist li .one {
  padding: 0 40px 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.guanlist li h3 {
  font-size: 26px;
  color: #fff;
  line-height: 34px;
  text-align: left;
  text-transform: capitalize;
  overflow: hidden;
  font-family: 'Helvetica';
  word-break: normal;
}
.guanlist li .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background-color: rgba(1, 74, 177, 0.8);
  border-radius: 20px;
}
.guanlist li .in {
  padding: 210px 10px 10px;
  text-align: center;
  font-family: "Helvetica";
}
.guanlist li .in .im {
  font-size: 0;
  height: 64px;
  overflow: hidden;
  margin-bottom: 30px;
}
.guanlist li .in .im img {
  max-width: 100%;
  max-height: 100%;
}
.guanlist li .in .hx2 {
  width: 0;
  height: 3px;
  position: relative;
  background-color: #fff;
  margin: 20px auto 28px;
}
.guanlist li .in .hx2:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 1px;
  z-index: 0;
  width: 200px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: -100px;
}
.guanlist li .in h4 {
  font-size: 28px;
  color: #fff;
  line-height: 42px;
  text-transform: capitalize;
}
.guanlist li .in .txt {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  height: 168px;
  overflow: hidden;
  margin-bottom: 30px;
}
a.seemore3 {
  display: block;
  width: 158px;
  height: 44px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  line-height: 44px;
  font-family: "Helvetica";
  text-transform: uppercase;
  border-radius: 23px;
  border: 1px solid #fff;
  text-align: left;
}
a.seemore3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  text-indent: 20px;
}
a.seemore3:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background-color: #fff;
  border-radius: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a.seemore3:hover:before {
  width: 100%;
}
a.seemore3:hover {
  color: #014ab1;
}
a.seemore3 i {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 44px;
  height: 44px;
  background: #ffffff url('../images/jtr1h.png') center no-repeat;
  border-radius: 22px;
}
.guanlist .hx2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.guanlist .cover,
.guanlist .one {
  -webkit-transition: .6s;
  transition: .6s;
}
.guanlist li:hover .hx2 {
  width: 40px;
}
.guanlist li:hover .cover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.guanlist li:hover .one {
  opacity: 0;
}
@media screen and (max-width: 1380px) {
  .guanlist li {
    width: 50%;
    max-width: 480px;
  }
}
@media screen and (max-width: 960px) {
  .guanlist li .in {
    padding-top: 160px;
  }
}
@media screen and (max-width: 700px) {
  .guanlist li {
    width: 100%;
  }
  .guanlist li + li .lin {
    margin-left: 0;
  }
  .guanlist li .one {
    padding: 0 20px 25px;
  }
  .guanlist li h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.fnet {
  padding: 194px 0 120px;
}
.fnetcon {
  position: relative;
  padding-top: 82px;
  min-height: 418px;
}
.fnetleft {
  max-width: 460px;
}
.fnetcon h3 {
  font-size: 24px;
  color: #eb0104;
  line-height: 46px;
}
.fnetcon .txt {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  font-family: "Helvetica";
  margin-top: 45px;
  height: 128px;
  word-break: normal;
}
.fnetcon .plane {
  width: 100%;
  height: 27px;
  margin-top: 62px;
  position: relative;
}
.fnetcon .plane:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  z-index: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #bebebe;
}
.fnetcon .plane i {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background: url('../images/plane.png') 0 no-repeat;
}
.fnetcon .plane i {
  -webkit-animation: bgleft1 5s linear infinite;
          animation: bgleft1 5s linear infinite;
}
@-webkit-keyframes bgleft1 {
  0% {
    background-position: 0;
    opacity: 1;
  }
  80% {
    background-position: 100%;
    opacity: 1;
  }
  90%,
  100% {
    background-position: 100%;
    opacity: 0;
  }
}
@keyframes bgleft1 {
  0% {
    background-position: 0;
    opacity: 1;
  }
  80% {
    background-position: 100%;
    opacity: 1;
  }
  90%,
  100% {
    background-position: 100%;
    opacity: 0;
  }
}
.fcate3 {
  position: relative;
}
.fcate3 .en {
  font-size: 56px;
  color: #333;
  line-height: 64px;
  position: relative;
  font-family: "Helvetica";
  font-weight: bold;
  text-transform: uppercase;
}
.fcate3 .en:before {
  content: '';
  position: absolute;
  left: -14px;
  top: -16px;
  z-index: 0;
  width: 25px;
  height: 38px;
  background: url('../images/kuai3.png') center no-repeat;
}
.fcate3 .en span {
  display: block;
}
.world {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 1024px;
  height: 496px;
  background: url('../images/world.png') 0 0 no-repeat;
}
@media screen and (max-width: 1320px) {
  .world {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
@media screen and (max-width: 1200px) {
  .fnet {
    padding: 80px 0;
  }
  .fnetcon {
    padding-top: 400px;
    min-height: 0;
  }
  .fcate3 .en span {
    display: inline;
  }
  .fnetleft {
    max-width: 900px;
    margin: 0 auto;
  }
  .fnetcon .txt {
    height: auto;
  }
}
@media screen and (max-width: 880px) {
  .fnetcon {
    padding-top: 300px;
  }
  .world {
    left: 0;
    right: auto;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@media screen and (max-width: 660px) {
  .fnetcon {
    padding-top: 240px;
  }
  .world {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .fcate3 .en {
    font-size: 40px;
  }
  .fnetcon .txt {
    margin-top: 30px;
  }
  .fnetcon .plane {
    margin-top: 30px;
  }
}
@media screen and (max-width: 540px) {
  .world {
    left: -30px;
  }
}
.world > div {
  position: absolute;
  background-color: #014ab1;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 20px rgba(1, 74, 177, 0.1);
          box-shadow: 0px 0px 0px 20px rgba(1, 74, 177, 0.1);
}
.world > div.pin-01 {
  height: 20px;
  width: 20px;
  top: 124px;
  left: 162px;
  -webkit-animation: pin01 4s ease-in-out infinite;
          animation: pin01 4s ease-in-out infinite;
}
.world > div.pin-02 {
  height: 25px;
  width: 25px;
  top: 186px;
  left: 562px;
  -webkit-animation: pin02 7s ease-in-out infinite;
          animation: pin02 7s ease-in-out infinite;
}
.world > div.pin-03 {
  height: 14px;
  width: 14px;
  top: 108px;
  left: 760px;
  -webkit-animation: pin03 5s ease-in-out infinite;
          animation: pin03 5s ease-in-out infinite;
}
.world > div.pin-04 {
  height: 10px;
  width: 10px;
  top: 318px;
  left: 254px;
  -webkit-animation: pin04 3s ease-in-out infinite;
          animation: pin04 3s ease-in-out infinite;
}
.world > div.pin-05 {
  height: 10px;
  width: 10px;
  top: 360px;
  left: 880px;
  -webkit-animation: pin04 3s ease-in-out 1.5s infinite;
          animation: pin04 3s ease-in-out 1.5s infinite;
}
@-webkit-keyframes pin01 {
  0% {
    -webkit-box-shadow: 0px 0px 0px 44px rgba(1, 74, 177, 0.1);
            box-shadow: 0px 0px 0px 44px rgba(1, 74, 177, 0.1);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(1, 74, 177, 0.1);
            box-shadow: 0px 0px 0px 10px rgba(1, 74, 177, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 44px rgba(1, 74, 177, 0.1);
            box-shadow: 0px 0px 0px 44px rgba(1, 74, 177, 0.1);
  }
}
@-webkit-keyframes pin02 {
  0% {
    -webkit-box-shadow: 0px 0px 0px 94px rgba(1, 74, 177, 0.1);
            box-shadow: 0px 0px 0px 94px rgba(1, 74, 177, 0.1);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 20px rgba(1, 74, 177, 0.1);
            box-shadow: 0px 0px 0px 20px rgba(1, 74, 177, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 94px rgba(1, 74, 177, 0.1);
            box-shadow: 0px 0px 0px 94px rgba(1, 74, 177, 0.1);
  }
}
@-webkit-keyframes pin03 {
  0% {
    -webkit-box-shadow: 0px 0px 0px 55px rgba(1, 74, 177, 0.1);
            box-shadow: 0px 0px 0px 55px rgba(1, 74, 177, 0.1);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(1, 74, 177, 0.1);
            box-shadow: 0px 0px 0px 5px rgba(1, 74, 177, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 55px rgba(1, 74, 177, 0.1);
            box-shadow: 0px 0px 0px 55px rgba(1, 74, 177, 0.1);
  }
}
@-webkit-keyframes pin04 {
  0% {
    -webkit-box-shadow: 0px 0px 0px 32px rgba(1, 74, 177, 0.1);
            box-shadow: 0px 0px 0px 32px rgba(1, 74, 177, 0.1);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(1, 74, 177, 0.1);
            box-shadow: 0px 0px 0px 0px rgba(1, 74, 177, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 32px rgba(1, 74, 177, 0.1);
            box-shadow: 0px 0px 0px 32px rgba(1, 74, 177, 0.1);
  }
}
.fguolist {
  overflow: hidden;
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(#222c94), to(#05a6ec)) center repeat;
  background: linear-gradient(to right, #222c94, #05a6ec) center repeat;
  width: 864px;
}
.fguolist::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('../images/world3.png') repeat top;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-animation: flymove 30s linear infinite;
          animation: flymove 30s linear infinite;
}
.fguolist li {
  display: inline-block;
  width: 33.33%;
  text-align: center;
}
.fguolist li a {
  display: block;
  position: relative;
  padding: 50px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fguolist li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 0;
  width: 1px;
  height: 64px;
  background-color: #fff;
}
.fguolist li:first-child a:before {
  display: none;
}
.fguolist h3 {
  color: #fff;
  line-height: 56px;
  font-family: "Helvetica";
  font-weight: bold;
  height: 56px;
}
.fguolist h3 span {
  font-size: 48px;
  vertical-align: middle;
}
.fguolist h3 label {
  font-size: 24px;
  vertical-align: middle;
  margin-left: 5px;
}
.fguolist li .txt {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  height: 28px;
  word-break: normal;
}
.fguolist h3 span,
.fguolist h3 label,
.fguolist li .txt {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  .fguolist {
    width: 600px;
  }
  .fguolist li a {
    padding: 40px 10px;
  }
  .fguolist li .txt {
    line-height: 24px;
    height: 48px;
  }
}
@media screen and (max-width: 900px) {
  .fguolist {
    width: 480px;
  }
  .fguolist li a {
    padding: 10px 10px;
  }
  .fguolist li a:before {
    top: 30px;
  }
  .fguolist h3 span {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .fguolist {
    display: none;
  }
}
@-webkit-keyframes flymove {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 0px 100vh;
  }
}
.wavesout {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  height: 223px;
   display:none !important;
}
.lxout .wavesout {
  height: 140px;
  display:none !important;
}
.wavesout .wave {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-repeat: repeat-x;
  background-position: 0 0;
  -webkit-animation: wavesMove linear infinite both;
          animation: wavesMove linear infinite both;
}
.wavesout .wave.w1 {
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  height: 247px;
  background-image: url('../images/wv4.png');
  left: 0;
  top: 0;
}
.wavesout .wave.w2 {
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  height: 267px;
  background-image: url('../images/wv5.png');
  left: 0;
  top: 20px;
}
.wavesout .wave.w3 {
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  height: 267px;
  background-image: url('../images/wv6.png');
  left: 0;
  top: 50px;
}
@-webkit-keyframes wavesMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1440px 0;
  }
}
@keyframes wavesMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1440px 0;
  }
}
