body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
>div,
ul,
ol {
  margin: 0;
  padding: 0;
}

em,
i {
  font-style: normal;
}

li {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

label {
  cursor: default;
}

body,
button,
input,
select,
textarea {
  font: 13px/1.5 "microsoft yahei", \5b8b\4f53, Tahoma, arial,
    "Hiragino Sans GB";
  outline: none;
}

textarea {
  resize: none;
}

a,
a:focus {
  outline: none;
}

.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clear {
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.fn {
  float: none;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.mt10 {
  margin-top: 10px;
}

.noBg {
  background: none !important;
}

.noBorder {
  border: 0 !important;
}

.yahei {
  font-family: "microsoft yahei";
}

.red {
  color: red;
}

body {
  background: url(/hfgxjt/res/image/section0.jpg) no-repeat center top fixed;
  color: #333;
}

::-webkit-scrollbar-thumb {
  min-height: 50px;
  border-radius: 3px;
  background-color: #666;
}

::-webkit-scrollbar-track {
  background: #eee;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}



.wrapper {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}

.g-in {
  width: 100%;
  margin: 0 auto;
}

.g-in:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}

.g-in {
  *zoom: 1;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
.header { position:fixed; top:0; left:0; width:100%; height:80px; box-shadow:0 0 6px #333; background:#fff; z-index:9; }
.logo{ float:left; padding-left:34px; }
.header p { float:right; width:200px; height:80px; padding-right:34px; }
.navs { position: relative; float:right; top: 0; padding-right:1%; display: block; transition:all 0.4s ease-in-out; }
.navs li { float:left; margin-right:1px; font-size:16px; line-height:80px; }
.navs li a { display:block; padding:0 20px; font-weight: bold; }
.navs li a:hover,.navs li .cur { background:#0075c2; color:#fff; }

@media (max-width:1500px){
	.logo{ padding-left:10px; }
	.header p { padding-right:10px; }
	.navs li a { padding: 0 8px; }
}
*/

/* 菜单显示 */
.u-menu {
  position: absolute;
  right: 250px;
  top: 19px;
  display: none;
  width: 50px;
  height: 42px;
  transform: translateZ(0px) rotate(0deg);
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  cursor: pointer;
  z-index: 99;
}

.u-menu div {
  position: absolute;
  left: 13px;
  top: 20px;
  width: 25px;
  height: 25px;
  transform: translateZ(0px) rotate(0deg);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}

.u-menu div i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 2px;
  background: #000;
}

.u-menu .u-menu-top i {
  transform: translate3d(0px, -8px, 0px);
  -webkit-transform: translate3d(0px, -8px, 0px);
}

.u-menu .u-menu-middle i {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.u-menu .u-menu-bottom i {
  transform: translate3d(0px, 8px, 0px);
  -webkit-transform: translate3d(0px, 8px, 0px);
}

body.z-open .navs {
  top: 0;
  opacity: 1;
}

body.z-open .u-menu {
  transform: translateZ(0px) rotate(90deg);
  -webkit-transform: translateZ(0px) rotate(90deg);
}

body.z-open .u-menu div {
  transform: translateZ(0px) rotate(45deg);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  -webkit-transform: translateZ(0px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}

body.z-open .u-menu div i {
  transition: transform 0.2s ease 0s;
  transform: translate3d(0px, 11px, 0px);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  -webkit-transform: translate3d(0px, 11px, 0px);
}

body.z-open .u-menu .u-menu-bottom {
  transform: translateZ(0px) rotate(-45deg);
  -webkit-transform: translateZ(0px) rotate(-45deg);
}

body.z-open .u-menu .u-menu-middle {
  display: none;
}

@media (max-width: 1260px) {
  .navs li a {
    padding: 0 18px;
  }
}

@media (max-width: 1100px) {
  body.z-open .navs {
    top: 70px;
  }

  .u-menu {
    display: block;
  }

  .navs {
    position: absolute;
    right: 250px;
    top: -500px;
    display: block;
    width: 100px;
    padding: 10px;
    background: #006bb1;
    box-shadow: 3px 3px 3px #07436b;
    opacity: 0;
  }

  .navs li {
    float: none;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
  }

  .navs li a {
    padding: 0;
    color: #fff;
    font-weight: 100;
  }
}

.back-to {
  position: fixed;
  bottom: 110px;
  right: 50%;
  margin-right: -680px;
  display: none;
  z-index: 999;
}

.back-to .back-top {
  display: block;
  width: 60px;
  height: 60px;
  background: url(https://wangxin.ibw.cn/images/top.png) no-repeat;
  outline: 0 none;
  text-indent: -9999em;
  overflow: hidden;
}

.back-to .back-top:hover {
  background-position: 0 0;
}

/* 1-3 标题 */
.layer-txt {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.layer-txt h2 {
  color: #003080;
  font-weight: 100;
  text-transform: uppercase;
}

.layer-txt h2 em {
  display: block;
  vertical-align: top;
}

.layer-txt .layer-txt-1 {
  padding: 20px 0;
}

.layer-txt .layer-txt-2 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 40px;
}

.layer-txt .layer-txt-btn {
  width: 142px;
  height: 44px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
}

.layer-tit {
  padding-bottom: 36px;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
}

.layer-tit em {
  display: block;
  color: #ffca15;
  font-size: 20px;
}

.section4 .layer-tit em,
.section6 .layer-tit em {
  color: #fff;
}

#canvas-3d {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#canvas-3d canvas {
  background: none;
}

/* 第0层 */
.section0 {
  position: relative;
  background: none !important;
}

.section0 .image-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 515px;
  height: 280px;
  margin: -180px 0 0 -257px;
  text-align: center;
}

.section0 .image-layer .layer-txt {
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}

.section0 .image-layer .layer-txt-btn {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  background: url(/hfgxjt/res/image/x_01.png) no-repeat;
  font-size: 0;
  line-height: 9999px;
  overflow: hidden;
}

.btn_down {
  position: absolute;
  left: 50%;
  bottom: 5%;
  width: 53px;
  height: 53px;
  margin-left: -26px;
  background: url(/hfgxjt/res/image/btn_down.png) no-repeat;
  cursor: pointer;
}

/* 第1层 */
.section1 {
  position: relative;
  background: url(/hfgxjt/res/image/section1.jpg) no-repeat center top;
}

.section1 .image-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 515px;
  height: 515px;
  margin: -257px 0 0 -257px;
}

.section1 .layer-txt {
  width: 515px;
  height: 405px;
  padding-top: 110px;
  z-index: 1;
}

.section1 .layer-txt h2 {
  color: #003080;
  font-size: 32px;
  line-height: 50px;
}

.section1 .layer-txt h2 em {
  color: #006086;
  font-size: 30px;
}

.section1 .layer-txt .layer-txt-1 {
  color: #38528e;
  line-height: 28px;
}

.section1 .layer-txt .layer-txt-2 {
  color: #38528e;
}

.section1 .layer-txt .layer-txt-btn a {
  display: block;
  border-radius: 44px;
  /* background: #31c4f7; */
  background: linear-gradient(#31c4f7, #24b9f0);
  color: #11171b;
}

.section1 .layer-txt .layer-txt-btn a:hover {
  background: #8fda3e;
  background: linear-gradient(#8fda3e, #5b9a18);
  color: #fff;
}

.section1 .round {
  position: relative;
}

.section1 .round em {
  position: absolute;
  display: block;
  width: 513px;
  height: 513px;
  border: 1px solid #fff;
  border-radius: 100%;
}

.section1 .round em.round-1 {
  left: 0;
  top: 0;
  width: 515px;
  height: 515px;
  border: 0;
  background: url(/hfgxjt/res/image/round_11.png) no-repeat;
}

.section1 .round em.round-2 {
  left: -17px;
  top: -17px;
}

.section1 .round em.round-3 {
  left: -3px;
  top: 17px;
}

.section1 .round em.round-4 {
  left: 17px;
  top: 0;
}

/* 第2层 */
.section2 {
  position: relative;
  background: url(/hfgxjt/res/image/section2.jpg) no-repeat center top;
}

.section2 .image-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 484px;
  height: 556px;
  margin: -248px 0 0 -222px;
}

.section2 .layer-txt {
  width: 484px;
  height: 390px;
  padding-top: 166px;
  color: #0059a4;
  z-index: 1;
}

.section2 .layer-txt h2 {
  color: #00b0fa;
  font-size: 30px;
  line-height: 40px;
}

.section2 .layer-txt h2 em {
  color: #0059a4;
  font-size: 30px;
}

.section2 .layer-txt .layer-txt-2 {
  color: #0059a4;
}

.section2 .layer-txt .layer-txt-btn a {
  display: block;
  border-radius: 44px;
  background: #00b0fa;
  background: linear-gradient(#00b0fa, #00b0fa);
  color: #fff;
}

.section2 .layer-txt .layer-txt-btn a:hover {
  background: #fb9f22;
  background: linear-gradient(#fb9f22, #fddd57);
  color: #333;
}

.section2 .round {
  position: relative;
}

.section2 .round em {
  position: absolute;
  display: block;
  width: 484px;
  height: 556px;
}

.section2 .round em.round-1 {
  left: 0;
  top: 0;
  background: url(/hfgxjt/res/image/round_12.png) no-repeat;
}

.section2 .round em.round-2 {
  left: 0;
  top: 0;
  background: url(/hfgxjt/res/image/round_21.png) no-repeat;
  transform: rotate(-45deg);
}

.section2 .round em.round-3 {
  left: 0;
  top: 0;
  background: url(/hfgxjt/res/image/round_21.png) no-repeat;
  transform: rotate(-5deg);
}

/* 第3层 */
.section3 {
  position: relative;
  background: url(/hfgxjt/res/image/section3.jpg) no-repeat center top;
}

.section3 .image-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 550px;
  height: 550px;
  margin: -275px 0 0 -275px;
}

.section3 .layer-txt {
  width: 550px;
  height: 374px;
  padding-top: 176px;
  color: #1c1c66;
  z-index: 1;
}

.section3 .layer-txt h2 {
  color: #1c1c66;
  font-size: 28px;
  line-height: 46px;
}

.section3 .layer-txt h2 em {
  color: #1c1c66;
  font-size: 24px;
}

.section3 .layer-txt .layer-txt-1 {
  padding: 0 0 45px;
}

.section3 .layer-txt .layer-txt-2 {
  margin-bottom: 36px;
  color: #1c1c66;
  line-height: 31px;
}

.section3 .layer-txt .layer-txt-btn a {
  display: block;
  border-radius: 44px;
  background: #34c8f9;
  background: linear-gradient(#34c8f9, #20b5ed);
  color: #0c212f;
}

.section3 .layer-txt .layer-txt-btn a:hover {
  background: #20b5ed;
  background: linear-gradient(#20b5ed, #34c8f9);
  color: #fff;
}

.section3 .round {
  position: relative;
}

.section3 .round em {
  position: absolute;
  display: block;
  width: 550px;
  height: 550px;
}

.section3 .round em.round-1 {
  left: 0;
  top: 0;
  background: url(/hfgxjt/res/image/round_13.png) no-repeat;
}

.section3 .round em.round-2 {
  left: 0;
  top: 0;
  background: url(/hfgxjt/res/image/round_22.png) no-repeat;
  transform: rotate(-65deg);
}

.section3 .round em.round-3 {
  left: 0;
  top: 0;
  background: url(/hfgxjt/res/image/round_22.png) no-repeat;
  transform: rotate(10deg);
}

/* 第4层 */
.section4 {
  position: relative;
  background: url(/hfgxjt/res/image/section4.jpg) no-repeat center top;
}

.section4 .image-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 570px;
  height: 570px;
  margin: -285px 0 0 -285px;
}

.section4 .layer-txt {
  width: 570px;
  height: 464px;
  padding-top: 106px;
  color: #1c1c66;
  z-index: 1;
}

.section4 .layer-txt h2 {
  color: #0068ac;
  font-size: 30px;
  line-height: 52px;
}

.section4 .layer-txt h2 em {
  color: #0068ac;
  font-size: 30px;
}

.section4 .layer-txt .layer-txt-1 {
  padding: 20px 40px 40px;
  font-size: 16px;
  color: #446b85;
  line-height: 1.8;
}

.section4 .layer-txt .layer-txt-2 {
  margin-bottom: 15px;
  color: #666;
  font-size: 15px;
  line-height: 40px;
}

.section4 .layer-txt .layer-txt-btn a {
  display: block;
  border-radius: 44px;
  background: #34c8f9;
  background: linear-gradient(#34c8f9, #20b5ed);
  color: #0c212f;
}

.section4 .layer-txt .layer-txt-btn a:hover {
  background: #20b5ed;
  background: linear-gradient(#20b5ed, #34c8f9);
  color: #fff;
}

.section4 .round {
  position: relative;
}

.section4 .round em {
  position: absolute;
  display: block;
  width: 570px;
  height: 570px;
}

.section4 .round em.round-1 {
  left: 0;
  top: 0;
  background: url(/hfgxjt/res/image/round_14.png) no-repeat;
}

.section4 .round em.round-2 {
  left: 30px;
  top: 30px;
  background: url(/hfgxjt/res/image/round_23.png) no-repeat;
}

.section4 .round em.round-3 {
  left: 50px;
  top: 0;
  background: url(/hfgxjt/res/image/round_23.png) no-repeat;
}

/* 第5层 */
.section5 {
  position: relative;
  background: url(/hfgxjt/res/image/section5.jpg) no-repeat center top;
  color: #fff;
}

.section5 .image-layer {
  position: relative;
  height: 100%;
}

.section5 .round {
  position: relative;
  height: 100%;
}

.section5 .round em {
  position: absolute;
  display: block;
}

.section5 .round em.round-1 {
  left: 50%;
  top: 50%;
  width: 598px;
  height: 598px;
  margin: -299px 0 0 -299px;
  background: url(/hfgxjt/res/image/round_15.png) no-repeat;
}

.section5 .round em.round-2 {
  left: 50%;
  top: 50%;
  width: 540px;
  height: 540px;
  margin: -270px 0 0 -270px;
  background: url(/hfgxjt/res/image/round_24.png) no-repeat;
  z-index: 1;
}

.section5 .round em.round-3 {
  left: 50%;
  top: 50%;
  width: 974px;
  height: 974px;
  margin: -487px 0 0 -487px;
  background: url(/hfgxjt/res/image/round_3.png) no-repeat;
}

.section5 .round em.round-4 {
  left: 50%;
  top: 50%;
  width: 1058px;
  height: 1058px;
  margin: -529px 0 0 -529px;
  background: url(/hfgxjt/res/image/round_4.png) no-repeat;
}

.round-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 394px;
  height: 394px;
  margin: -197px 0 0 -197px;
  background: url(/hfgxjt/res/image/round-txt.png) no-repeat;
  color: #006bb1;
  z-index: 9;
}

.round-txt h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 156px;
  height: 156px;
  margin: -78px 0 0 -78px;
  border-radius: 156px;
  box-shadow: 0 0 8px #ccc;
  background: #fff;
  font-size: 24px;
  line-height: 156px;
  font-weight: 100;
  text-align: center;
  z-index: 3;
}

.round-txt h3:after {
  position: absolute;
  top: 100px;
  left: 50%;
  content: "";
  width: 44px;
  height: 1px;
  margin-left: -22px;
  background: #0b99e5;
}

.fan {
  width: 394px;
  height: 394px;
}

.fan-r {
  position: relative;
  display: block;
  width: 394px;
  height: 394px;
  border-radius: 394px;
  overflow: hidden;
}

.fan-r li {
  position: absolute;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
  width: 273px;
  height: 197px;
  right: 50%;
  top: 0;
  transform-origin: 100% 100%;
  opacity: 0.7;
}

.fan-r li:hover {
  background: #fff;
}

.fan-txt-1 {
  transform: rotate(45deg);
}

.fan-txt-2 {
  transform: rotate(135deg);
}

.fan-txt-3 {
  transform: rotate(225deg);
}

.fan-txt-4 {
  transform: rotate(315deg);
}

.fan-txt-1 p {
  position: absolute;
  top: 90px;
  left: 150px;
  transform: rotate(-45deg);
}

.fan-txt-2 p {
  position: absolute;
  top: 85px;
  left: 135px;
  transform: rotate(-135deg);
}

.fan-txt-3 p {
  position: absolute;
  top: 100px;
  left: 110px;
  transform: rotate(-225deg);
  width: 150px;
}

.fan-txt-4 p {
  position: absolute;
  top: 85px;
  left: 135px;
  transform: rotate(-315deg);
}

.round-tips {
  position: absolute;
  padding: 15px 20px;
  border-radius: 8px;
  background: #fff;
  color: #333;
  font-size: 13px;
  line-height: 26px;
  display: none;
}

.round-tips-1 {
  top: -70px;
  left: 50%;
  width: 640px;
  margin-left: -340px;
  text-align: center;
}

.round-tips-2 {
  right: -270px;
  top: 145px;
  width: 210px;
  text-align: left;
}

.round-tips-3 {
  bottom: -70px;
  left: 50%;
  width: 130px;
  margin-left: -85px;
  text-align: center;
}

.round-tips-4 {
  left: -490px;
  top: 53px;
  width: 430px;
}

.round-tips i {
  position: absolute;
  display: block;
  width: 47px;
  height: 47px;
  background: url(/hfgxjt/res/image/round_tips.png) no-repeat;
  z-index: 3;
}

.round-tips-1 i {
  top: 45px;
  left: 50%;
  margin-left: -24px;
}

.round-tips-2 i {
  right: 241px;
  top: 50%;
  margin-top: -24px;
}

.round-tips-3 i {
  bottom: 45px;
  left: 50%;
  margin-left: -24px;
}

.round-tips-4 i {
  left: 453px;
  top: 50%;
  margin-top: -24px;
}

.image-layer span,
.image-layer em {
  white-space: nowrap;
}

@keyframes telshow {
  0% {
    right: -0;
    top: -0;
    display: block;
    width: 8px;
    height: 8px;
    opacity: 0.1;
  }

  25% {
    right: -9px;
    top: -9px;
    display: block;
    width: 26px;
    height: 26px;
    opacity: 0.075;
  }

  50% {
    right: -12px;
    top: -12px;
    display: block;
    width: 32px;
    height: 32px;
    opacity: 0.05;
  }

  75% {
    right: -15px;
    top: -15px;
    display: block;
    width: 38px;
    height: 38px;
    opacity: 0.025;
  }

  100% {
    right: -18px;
    top: -18px;
    display: block;
    width: 44px;
    height: 44px;
    opacity: 0;
  }
}

.rtx-1 {
  animation-name: telshow;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes telshow2 {
  0% {
    right: -0;
    top: -0;
    display: block;
    width: 8px;
    height: 8px;
    opacity: 0.2;
  }

  25% {
    right: -17px;
    top: -17px;
    display: block;
    width: 42px;
    height: 42px;
    opacity: 0.125;
  }

  50% {
    right: -22px;
    top: -22px;
    display: block;
    width: 52px;
    height: 52px;
    opacity: 0.1;
  }

  75% {
    right: -27px;
    top: -27px;
    display: block;
    width: 62px;
    height: 62px;
    opacity: 0.05;
  }

  100% {
    right: -32px;
    top: -32px;
    display: block;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.rtx-2 {
  animation-name: telshow2;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(360deg);
  }
}

.section5 .round em.round-1 {
  animation: 230.5s linear 0s normal none infinite rotate;
  -webkit-animation: 230.5s linear 0s normal none infinite rotate;
}

@-webkit-keyframes rotate2 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
  }
}

@-moz-keyframes rotate2 {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(-360deg);
  }
}

@-ms-keyframes rotate2 {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(-360deg);
  }
}

@-o-keyframes rotate2 {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(-360deg);
  }
}

.section5 .round em.round-3 {
  animation: 250.5s linear 0s normal none infinite rotate2;
  -webkit-animation: 250.5s linear 0s normal none infinite rotate2;
}

@-webkit-keyframes rotate3 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate3 {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes rotate3 {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes rotate3 {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(360deg);
  }
}

.section5 .round em.round-4 {
  animation: 250.5s linear 0s normal none infinite rotate3;
  -webkit-animation: 250.5s linear 0s normal none infinite rotate3;
}

/*
.banner { padding-top:80px; overflow:hidden; }
.banner img { display:block; position:relative; left:50%; width:1920px; height:352px; margin-left:-960px; }
*/

.banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner .hd {
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  height: 11px;
  text-align: center;
  z-index: 99;
}

.banner .hd ul {
  margin: 0;
  padding: 0;
}

.banner .hd li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 11px;
  height: 11px;
  margin: 0 3px;
  text-align: center;
  border-radius: 100%;
  background: #d2dbf4;
  font-size: 0;
  text-indent: -999px;
  vertical-align: top;
  cursor: pointer;
  opacity: 0.5;
}

.banner .hd li.on {
  background: #2974c4;
  opacity: 1;
}

.banner .bd,

.banner .bd li {
  height: 250px;
}

.banner .bd li a {
  display: block;
  height: 250px;
}

.banner .next,
.banner .prev {
  background: url(/hfgxjt/res/image/icon_arr.png) no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  cursor: pointer;
}

.banner .prev {
  background-position: 10px 26px;
  height: 90px;
  left: 0;
  opacity: 0;
  filter: Alpha(opacity=100);
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 100;
  background-color: #111;
  margin-top: -35px;
}

.banner .next {
  background-position: 15px -48px;
  height: 90px;
  right: 0;
  opacity: 0;
  filter: Alpha(opacity=100);
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 100;
  background-color: #111;
  margin-top: -35px;
}

.banner:hover .prev {
  opacity: 0.5;
  filter: Alpha(opacity=50);
}

.banner:hover .next {
  opacity: 0.5;
  filter: Alpha(opacity=50);
}

.container {
  padding: 80px 0 55px;
  background: #fff;
}

.sidebar {
  padding: 40px 0 70px;
  text-align: center;
}

.sidebar h2 {
  position: relative;
  padding-bottom: 2px;
  color: #0075c2;
  font-weight: 500;
  font-size: 24px;
  line-height: 52px;
  margin-bottom: 30px;
}

.sidebar h2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 70px;
  height: 2px;
  margin-left: -35px;
  background: #cbcbcb;
  content: "";
}

.sidebar h3 {
  padding: 15px 0 20px;
  color: #6c6b6b;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
}

/* 菜单栏目 */

.menu {
  height: 40px;
  text-align: center;
}

.menu li {
  display: inline-block;
  margin: 0 5px 0;
  background: #f1f1f1;
  color: #666;
  font-size: 14px;
  line-height: 40px;
  vertical-align: top;
  white-space: nowrap;
}

.menu li:hover {
  background: #e8e8e8;
  color: #333;
}

.menu li.cur,
.menu li.cur a,
.menu li.cur:hover {
  background: #f60;
  color: #fff;
}

.menu li a {
  display: block;
  padding: 0 40px;
  color: #666;
}

.g-col {
  padding: 50px 0;
}

.g-col .g-hd {
  text-align: center;
  background: url(/hfgxjt/res/image/dot_line.jpg) repeat-x 0 23px;
  text-align: center;
}

.g-col .g-hd h2 {
  color: #000;
  font-size: 28px;
  line-height: 44px;
  background: #fff;
  padding: 0 20px;
  background: #fff;
  display: inline-block;
  zoom: 1;
  font-weight: normal;
  margin: 0 0 5px;
}

.g-col .g-hd h3 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
}

.g-col .g-bd {
  padding: 34px 0 64px;
}

.g-col-a {
  padding: 50px 0;
  background: #f5f5f5;
}

.g-col-a .g-hd h2 {
  background: #f5f5f5;
}

.map_box {
  margin-bottom: 30px;
}

.mbc {
  width: 270px;
  height: 46px;
  margin: 0 auto;
  border-radius: 5px;
  background: #0075c2;
  color: #fff;
  line-height: 46px;
  text-align: center;
}

.contentWindow {
  display: none;
  position: fixed;
  _position: absolute;
  z-index: 1002;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.contentWindow .windowTop {
  border-bottom: 1px solid #ddd;
  background: #fff;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: bold;
  clear: both;
  cursor: move;
  position: relative;
}

.messageClose {
  background: url(/hfgxjt/res/image/windowClose_2.png) no-repeat;
  height: 17px;
  width: 18px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
}

.messageClose:hover {
  background-image: url(/hfgxjt/res/image/windowClose_1.png);
}

.windowContent {
  padding: 10px;
  background: #fff url(../image/loading.gif) no-repeat 50% 50%;
}

.jqmOverlay {}

.wrap {
  width: 900px;
  margin: 0 auto;
}

/* 走进网新 */
.g-abt {
  position: relative;
  height: 340px;
  margin-bottom: 60px;
  padding-top: 25px;
}

.g-abt .m-abt {
  float: left;
  width: 276px;
}

.g-abt .m-focus {
  float: right;
  width: 600px;
}

.m-abt {
  color: #959595;
  line-height: 24px;
}

.m-abt h2 {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 15px;
  color: #26bfff;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: normal;
}

.m-abt h2 em {
  display: block;
  font-size: 18px;
  line-height: 24px;
}

.m-abt h2:after {
  position: absolute;
  left: 0;
  top: 45px;
  display: block;
  width: 21px;
  height: 4px;
  background: #fddd57;
  content: "";
}

.m-focus .hd {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 11px;
}

.m-focus .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
}

.m-focus .hd ul li {
  float: left;
  width: 11px;
  height: 11px;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 100%;
  text-indent: -999px;
  cursor: pointer;
  background: #f4b125;
  vertical-align: top;
}

.m-focus .hd ul li.on {
  background: #0075c2;
}

.m-focus .bd {
  width: 600px;
  height: 340px;
  overflow: hidden;
}

/* 人在网新 */
.focusBox {
  position: relative;
  padding: 20px 0 30px;
}

.focusBox .t {
  position: absolute;
  left: 0;
  top: 0px;
  width: 194px;
  height: 54px;
  padding-top: 0;
  background: #0075c2;
  color: #fff;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  z-index: 1;
}

.focusBox .t strong {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

.focusBox .bigImg {
  height: 550px;
  margin-bottom: 16px;
}

.focusBox .bigImg li {
  position: relative;
  height: 550px;
}

.focusBox .bigImg li span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: url(/hfgxjt/res/image/content_box_bg.png);
  line-height: 40px;
  text-align: center;
}

.focusBox .smallScroll {
  position: relative;
  height: 117px;
}

.focusBox .smallScroll .smallImg {
  float: left;
  width: 792px;
  height: 117px;
  overflow: hidden;
}

.focusBox .smallScroll .smallImg ul li {
  position: relative;
  float: left;
  width: 183px;
  height: 111px;
  margin-right: 20px;
  padding: 3px 0;
}

.focusBox .smallScroll .smallImg ul .on:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 177px;
  height: 111px;
  border: 3px solid #0075c2;
  content: "";
}

.focusBox .smallScroll .sPrev {
  float: left;
  width: 34px;
  height: 117px;
  margin-right: 20px;
  background: url(/hfgxjt/res/image/aprev.jpg) no-repeat 0 center #585858;
}

.focusBox .smallScroll .sNext {
  float: right;
  width: 34px;
  height: 117px;
  background: url(/hfgxjt/res/image/anext.jpg) no-repeat 0 center #585858;
}

.article {
  color: #666;
  line-height: 1.8;
}

/* 78mppt威九国际务体系 */
.system {
  margin-bottom: 70px;
}

.system .hd {
  background: url(/hfgxjt/res/image/bg.png);
}

.system .hd h2 {
  position: relative;
  float: left;
  color: #242424;
  font-size: 24px;
  line-height: 60px;
  text-transform: uppercase;
}

.system .hd h2:after,
.system .hd h2:before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 22px;
}

.system .hd h2:after {
  top: 57px;
  height: 3px;
  background: #000;
}

.system .hd h2:before {
  top: 80px;
  height: 22px;
  background: url(/hfgxjt/res/image/ico_11.gif) no-repeat;
}

.system-menu {
  float: right;
  width: 575px;
  height: 43px;
  padding: 14px 0;
  background: #0075c2;
  text-align: center;
}

.system-menu li {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 57px;
  padding: 0 14px;
  color: #fff;
  font-size: 16px;
  line-height: 43px;
  white-space: nowrap;
  vertical-align: top;
}

.system-menu li ul {
  position: absolute;
  top: 57px;
  left: 0;
  width: 100%;
  background: #8fda3e;
}

.system-menu li ul li {
  display: block;
  height: auto;
  margin: 0 8px;
  padding: 0;
  border-bottom: 1px solid #73cd2c;
  font-size: 14px;
  line-height: 30px;
}

.system-menu li a {
  color: #fff;
}

.system-menu li a:hover {
  color: #eee;
}

.system-menu .cur {
  background: #73cd2c;
}

.system-menu .line {
  width: 1px;
  background: url(/hfgxjt/res/image/ico_10.gif) no-repeat center 17px;
  overflow: hidden;
}

.system .bd {
  padding: 98px 0 0;
  overflow: hidden;
}

.snowe {
  float: left;
  width: 280px;
  color: #9b9b9b;
  line-height: 22px;
}

.snowe>div {
  margin-bottom: 30px;
  color: #515151;
  font-size: 22px;
  line-height: 28px;
}

.snowe .i {
  height: 144px;
}

.snowe .m a {
  color: #0075c2;
}

.snowe .m a:hover {
  color: #73cd2c;
}

.baidu {
  float: right;
  width: 575px;
  height: 185px;
}

.baidu li {
  float: left;
  width: 113px;
  height: 185px;
  margin-left: 2px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.baidu li a {
  display: block;
  width: 113px;
  height: 70px;
  padding-top: 115px;
}

.baidu .baidu-1 {
  background: url(/hfgxjt/res/image/ico_12.jpg) no-repeat 50% 35px #f2f6fb;
}

.baidu .baidu-2 {
  background: url(/hfgxjt/res/image/ico_13.jpg) no-repeat 50% 35px #f2f6fb;
}

.baidu .baidu-3 {
  background: url(/hfgxjt/res/image/ico_14.jpg) no-repeat 50% 35px #f2f6fb;
}

.baidu .baidu-4 {
  background: url(/hfgxjt/res/image/ico_15.jpg) no-repeat 50% 35px #f2f6fb;
}

.baidu .baidu-5 {
  background: url(/hfgxjt/res/image/ico_16.jpg) no-repeat 50% 35px #f2f6fb;
}

.system-1 {
  padding: 30px 0 0;
}

.system-1 .hd {}

.system-1 .system-menu {}

.system-2 .bd .snowe .i {
  height: 120px;
}

.system-3 .hd .system-menu li {
  height: 43px;
  line-height: 43px;
}

.system-3 .bd {
  padding: 55px 0 0;
}

.system-3 .bd .snowe,
.system-4 .bd .snowe {
  float: none;
  height: 28px;
}

.system-3 .bd .snowe {
  width: 900px;
}

.system-4 .bd {
  padding: 100px 0 0;
}

.system-4 .bd .snowe {
  width: 420px;
}

.system-3 .bd .snowe>div,
.system-4 .bd .snowe>div {
  float: left;
  margin-bottom: 0;
}

.system-3 .bd .snowe>div,
.system-4 .bd .snowe>div {
  float: right;
}

.system-4 {
  margin-bottom: 0;
}

.ryan {
  width: 930px;
  text-align: center;
  padding-top: 50px;
}

.ryan li {
  width: 280px;
  float: left;
  margin-right: 30px;
}

.ryan li .zb {
  width: 125px;
  height: 125px;
  border: 1px solid #d1d1d1;
  color: #f00;
  line-height: 125px;
  font-size: 40px;
  border-radius: 100%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 0 15px;
}

.ryan li .name {
  color: #222;
  font-size: 16px;
  margin: 0 0 10px;
}

.ryan li p {
  color: #666;
}

.ryan li:hover .zb {
  border-color: #f60;
  background-color: #f60;
  color: #fff;
  cursor: default;
}

.ryan li:hover .name,
.ryan li:hover {
  color: #f60;
  cursor: default;
}

.ryan li:hover p {
  color: #f60;
}

.u-liyou {
  overflow: hidden;
  zoom: 1;
  font-size: 14px;
  text-align: center;
  padding-top: 45px;
}

.u-liyou li {
  width: 33.33%;
  float: left;
}

.u-liyou li img {
  margin: 0 auto;
}

.u-liyou li .title {
  width: 90%;
  font-size: 20px;
  margin: 0.6em auto;
  color: #f60;
}

.u-liyou li .ms {
  width: 90%;
  margin: 0.6em auto;
  color: #888;
}

.jue {
  padding: 25px 0 0;
}

.jue .bd {
  overflow: hidden;
}

.jue .bd ul {
  width: 921px;
}

.jue .bd ul li {
  float: left;
  width: 286px;
  margin: 0 21px 42px 0;
  border-bottom: 2px solid #0075c2;
  font-size: 14px;
  text-align: center;
}

.jue .bd ul li span {
  display: block;
  line-height: 46px;
}

/* 企78mppt威九国际文化 */
.culture {
  padding-bottom: 350px;
  background: url(/hfgxjt/res/image/ico_09.jpg) no-repeat center bottom;
  color: #959595;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.culture h3 {
  color: #0081ca;
  line-height: 60px;
  font-size: 24px;
}

.culture .line {
  width: 26px;
  height: 1px;
  margin: 20px auto;
  border-bottom: 1px dashed #949494;
}

.culture ul {
  width: 490px;
  margin: 0 auto;
}

.culture ul li {
  position: relative;
  text-align: left;
}

.culture ul li:after,
.culture ul li:before {
  position: absolute;
  right: 0;
  top: 9px;
  content: "";
  display: block;
  width: 2px;
  height: 5px;
  background: #949494;
}

.culture ul li:before {
  right: 4px;
}

.network {
  padding: 40px 0;
  background: #12377c;
  color: #fff;
}

.network .bd {
  margin: 0 48px;
}

.network .fr {
  float: right;
}

.network .fl {
  position: relative;
}

.network .u-n1 {
  margin-bottom: 10px;
}

.network .u-n2 {
  font-size: 18px;
  line-height: 30px;
}

.network .u-n3 {
  font-size: 26px;
  line-height: 30px;
}

.network .u-n4 {
  padding-top: 10px;
  font-size: 14px;
  line-height: 30px;
}

.network .u-n5 p {
  float: left;
  width: 100px;
  margin-left: 20px;
  background: #585858;
  line-height: 34px;
  text-align: center;
}

.network .u-n5 p s {
  display: block;
  width: 100px;
  height: 100px;
}

.footer {
  padding: 24px 0;
  background: #10316f;
  color: #e6e6e6;
  font-size: 13px;
  text-align: center;
}

.footer .bd {
  margin: 0 48px;
}

.footer a {
  color: #e6e6e6;
}

/*
@-webkit-keyframes "cbtnem1"{0%{-webkit-transform:scale(1,1);-webkit-transform-origin:40% 40%}50%{-webkit-transform:scale(1.12,1.4);-webkit-transform-origin:40% 40%}to{-webkit-transform:scale(1,1);-webkit-transform-origin:40% 40%}}
@-webkit-keyframes "cbtnem2"{0%{-webkit-transform:scale(1,1);-webkit-transform-origin:40% 60%}50%{-webkit-transform:scale(1.12,1.4);-webkit-transform-origin:40% 60%}to{-webkit-transform:scale(1,1);-webkit-transform-origin:40% 60%}}
@-webkit-keyframes "cbtnem3"{0%{-webkit-transform:scale(1,1);-webkit-transform-origin:60% 60%}50%{-webkit-transform:scale(1.12,1.4);-webkit-transform-origin:60% 60%}to{-webkit-transform:scale(1,1);-webkit-transform-origin:60% 60%}}
@-webkit-keyframes "cbtnem4"{0%{-webkit-transform:scale(1,1);-webkit-transform-origin:60% 40%}50%{-webkit-transform:scale(1.12,1.4);-webkit-transform-origin:60% 40%}to{-webkit-transform:scale(1,1);-webkit-transform-origin:60% 40%}}
#campus-home-btn-group a:hover em.em_1{-webkit-animation:"cbtnem1" .5s linear}
#campus-home-btn-group a:hover em.em_2{-webkit-animation:"cbtnem2" .75s linear}
#campus-home-btn-group a:hover em.em_3{-webkit-animation:"cbtnem3" 1s linear}
#campus-home-btn-group a:hover em.em_4{-webkit-animation:"cbtnem4" 1.25s linear}
*/

.g-dream {
  width: 1000px;
  padding-top: 30px;
}

.m-dream-01 li {
  float: left;
  width: 220px;
  padding: 0 15px;
  background: url(https://wangxin.ibw.cn/images/o_icon_05.jpg) repeat-x 0 317px;
  text-align: center;
}

.m-dream-01 li .u-pic {
  height: 233px;
  margin-bottom: 20px;
}

.m-dream-01 li .u-txt {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 38px;
}

.m-dream-01 li .u-num {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border: 1px solid #b2b2b2;
  border-radius: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.m-brochure-01 {
  padding: 6px 0 72px;
  font-size: 16px;
  line-height: 30px;
}

.m-brochure-01 {
  padding: 40px 0 0;
}

.m-brochure-02 {
  padding-bottom: 40px;
  line-height: 24px;
  font-size: 14px;
}

.city-list {
  margin-bottom: 40px;
  margin-top: 20px;
  border: solid #ddd;
  border-width: 1px 0;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
}

.city-list li {
  position: relative;
  display: inline-block;
  *display: inline;
  padding: 0 5px;
  cursor: pointer;
  vertical-align: top;
  font-weight: 100;
}

.city-list li.current {
  margin-bottom: -2px;
  border-bottom: 3px solid #f60;
  color: #f60;
}

.city-wp .map {
  float: left;
  width: 500px;
  height: 350px;
  margin-right: 30px;
  border: 10px solid #fff;
}

.city-wp .intro {
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 16px;
  line-height: 34px;
}

.city-wp .intro h2 {
  margin-bottom: 10px;
  color: #f60;
  font-size: 30px;
  line-height: 60px;
  font-weight: 400;
}

.g-col-a .city-wp .map {
  border: 10px solid #ddd;
}

/* 发展历程 */
.m-history {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0px 0 40px;

}

.m-history .bd {
  background: url(/hfgxjt/res/image/dashed.png) no-repeat;
  background-position: center 42.8%;

}

.m-history .bd li {
  float: left;
  width: 230px;
  line-height: 21px;
  cursor: default;

}

.m-history .bd li>.middle {
  width: 103px;
  height: 103px;
  margin: 0 auto 14px;
  background: url(/hfgxjt/res/image/z-16.png) no-repeat;
  color: #f60;
  font-size: 16px;
  line-height: 103px;
  text-align: center;
  position: absolute;
  top: 170px;
}

.m-history .bd li>.middle {
  margin-bottom: 20px;
}

.m-history .bd li>.bottom {
  position: absolute;
  border-left: 1px solid #cfcfd1;
  top: 273px;
  height: 172px;
  overflow: hidden;
  left: 50px;
  padding-top: 20px;
  padding-left: 20px;
  text-align: justify;

}

.m-history .bd li>.bottom img {
  width: 100%;
  height: 78px;
  margin-bottom: 10px;
}

.m-history .bd .end {
  background: url(/hfgxjt/res/image/z-18.gif) no-repeat center top;
}

.m-history .bd .middle:hover>div {
  background: url(/hfgxjt/res/image/z-17.png) no-repeat;
  color: #fff;
}

.m-history .next,
.m-history .prev {
  display: block;
  position: absolute;
  top: 33%;
  width: 58px;
  height: 80px;
  background: url(/hfgxjt/res/image/z-23.png) no-repeat;
  cursor: pointer;
  z-index: 8;
}

.m-history .prev {
  background-position: 0 0;
  left: -100px;
}

.m-history .next {
  background-position: -58px 0;
  right: -100px;
}

.m-history .prev:hover {
  background-color: #ccc;
}

.m-history .next:hover {
  background-color: #ccc;
}

/* Banner */
.picBox {
  overflow: hidden;
  font-size: 0;
  position: relative;
  transition: all 0.2s linear 0s;
  background: #fff;
  width: 100% !important;
}

.picBox .bd {
  position: relative;
}

.picBox a {
  transition: all 0.2s linear 0s;
  display: block;
  width: 100%;
  height: 100%;
}

.picBox .hd {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  height: 22x;
  z-index: 99;
  text-align: center;
}

.picBox .bd,
.picBox .bd li {
  height: 480px;
}

.picBox .bd ul {
  width: 100% !important;
}

.picBox .bd ul li {
  background-position: 50% 50% !important;
  width: 100% !important;
}

.picBox .hd ul {
  margin: 0;
  padding: 0;
}

.picBox .hd li {
  border-radius: 100%;
  background: #111;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  margin: 0 2px 0 0;
}

.picBox .hd li.on {
  background: #f60;
  color: #fff;
}

.picBox .next,
.picBox .prev {
  background: url(/hfgxjt/res/image/icon_arr.png) no-repeat;
  width: 60px;
  height: 80px;
  zoom: 0.75;
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  margin-top: -45px;
  cursor: pointer;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.picBox .prev {
  left: -60px;
}

.picBox .next {
  right: -60px;
  background-position: right top;
}

.picBox:hover .prev {
  left: 0;
  background-position: left top;
  opacity: 1;
  filter: alpha(opacity=100);
}

.picBox:hover .next {
  right: 0;
  background-position: right top;
  opacity: 1;
  filter: alpha(opacity=100);
}

.super_thumb_box_slide {
  font-size: 14px;
  padding: 5px;
  width: 890px !important;
  margin: 0 auto;
  position: relative;
}

.super_thumb_box_slide .hd {
  bottom: 16px;
  text-align: right;
  left: inherit;
  right: 15px;
  width: auto;
  border: 0;
  padding: 0;
}

.super_thumb_box_slide .txt {
  background: #000;
  padding: 7px 0;
  text-indent: 10px;
  color: #fff;
  width: 100%;
  opacity: 0.7;
}

.super_thumb_box_slide .txt a {
  display: block;
  color: #fff;
  padding: 8px;
}

.super_thumb_box_slide .bd {
  padding: 0;
}

.super_thumb_box_slide .bd,
.super_thumb_box_slide .bd li {
  height: 420px;
}

.aboutbox {
  width: 890px;
  margin: 0 auto;
}

.article_x {
  font-size: 14px;
  line-height: 27px;
  color: #333;
  margin: 0 auto 27px;
}

/* 图文列表_PC */
.iFCB-TWLB {
  position: relative;
}

.iFCB-TWLB li {
  position: relative;
  float: left;
  width: 50%;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  line-height: 22px;
}

.iFCB-TWLB .iFCB-rp {
  position: relative;
  margin: 5px;
  padding: 10px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
}

.iFCB-TWLB .m-pic {
  float: left;
  max-width: 35%;
  width: 150px;
  border: 1px solid #ccc;
  border-radius: 100%;
  overflow: hidden;
}

.iFCB-TWLB .m-pic img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.iFCB-TWLB .m-intro {
  display: block;
  overflow: hidden;
  zoom: 1;
  padding: 0 0 0 30px;
  line-height: 22px;
}

.iFCB-TWLB .m-intro .u-tt {
  position: relative;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.iFCB-TWLB .m-intro .u-des {
  margin-bottom: 12px;
  font-size: 14px;
}

.iFCB-TWLB .m-intro .u-job {
  display: inline-block;
  padding: 3px 16px;
  border-radius: 3px;
  background: #2a7ac0;
  color: #fff;
  margin-bottom: 12px;
  font-size: 14px;
}

/*
.iFCB-TWLB li:last-child { border-bottom: 0; }
*/
.iFCB-TWLB-2 {
  position: relative;
}

.iFCB-TWLB-2 li {
  position: relative;
  float: left;
  width: 25%;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  line-height: 22px;
}

.iFCB-TWLB-2 .iFCB-rp {
  position: relative;
  margin: 5px;
  padding: 10px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
}

.iFCB-TWLB-2 .m-pic {
  float: none;
  max-width: 80%;
  width: 150px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 100%;
  overflow: hidden;
}

.iFCB-TWLB-2 .m-pic img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.iFCB-TWLB-2 .m-intro {
  display: block;
  overflow: hidden;
  zoom: 1;
  padding: 0;
  line-height: 22px;
  text-align: center;
}

.iFCB-TWLB-2 .m-intro .u-tt {
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.iFCB-TWLB-2 .m-intro .u-des {
  margin-bottom: 12px;
  font-size: 14px;
  text-align: left;
}

.iFCB-TWLB-2 .m-intro .u-job {
  display: inline-block;
  padding: 3px 16px;
  border-radius: 3px;
  background: #2a7ac0;
  color: #fff;
  margin-bottom: 12px;
  font-size: 14px;
}

.iFCB-TWLB-3 {
  position: relative;
}

.iFCB-TWLB-3 li {
  position: relative;
  float: left;
  width: 20%;
  padding: 15px 0 0;
  border-bottom: 1px solid #eee;
  line-height: 22px;
}

.iFCB-TWLB-3 .iFCB-rp {
  position: relative;
  margin: 5px;
  padding: 10px 10px 0;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
}

.iFCB-TWLB-3 .m-pic {
  position: relative;
  float: none;
  width: 172px;
  height: 155px;
  margin: 0 auto;
  border: 1px solid #eee;
  overflow: hidden;
}

.iFCB-TWLB-3 .m-pic img {
  max-width: 172px;
  max-height: 155px;
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
}

.iFCB-TWLB-3 .m-intro {
  display: block;
  overflow: hidden;
  zoom: 1;
  padding: 0;
  line-height: 22px;
  text-align: center;
}

.iFCB-TWLB-3 .m-intro .u-tt {
  position: relative;
  height: 40px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
  /*overflow:hidden; white-space:nowrap; text-overflow:ellipsis;*/
}

/* 产品服务 */
.sev {
  padding: 208px 0 80px;
}

.sev .hd001 {
  width: 1200px;
  height: 470px;
  margin: 0 auto 0;
  z-index: 1;
}

.sev .hd001 li {
  float: left;
  width: 20%;
  border-left: #5680f9 1px solid;
  min-height: 440px;
}

.sev .hd001 li:last-child {
  width: 16.6%;
  text-align: left;
}

.sev .hd001 li:last-child div>div a {
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  margin: 11px 0 0;
  margin-left: 5px;
}

.sev .hd001 li .liTop {
  padding: 0 0 0 18px;
  margin-bottom: 50px;
  border-left: #5680f9 5px solid;
}

.sev .hd001 li .liTop span {
  font-size: 18px;
  color: #7a98fa;
}

.sev .hd001 li .liTop h2 {
  font-size: 33px;
  color: #fe9500;
  font-weight: bold;
  margin: 0px 0 24px;
}

.sev .hd001 li .liTop .>div {
  width: 165px;
  height: 57px;
  background: url(/hfgxjt/res/image/>div.png) no-repeat center;
}

.sev .hd001 li div>div a {
  color: #759dfe;
  font-size: 20px;
  display: block;
  line-height: 42px;
  height: 42px;
  padding: 0 0px 0 10px;
  background: url(/hfgxjt/res/image/btn.png) no-repeat 155px center;
  border-radius: 50px;
  margin: 8px 0 0;
  width: 190px;
  margin-left: 5px;
}

.sev .hd001 li div>div:hover a {
  background: url(/hfgxjt/res/image/btn.png) no-repeat 160px center #f6f6f6;
  padding: 0 0px 0 15px;
}

.sev .hd001 li:last-child div>div a {
  color: #759dfe;
  font-size: 18px;
  background: url(/hfgxjt/res/image/btn.png) no-repeat 169px center;
  background-size: 22px;
}

.sev .hd001 li:last-child div>div:hover a {
  background: url(/hfgxjt/res/image/btn.png) no-repeat 169px center #f6f6f6;
  background-size: 22px;
}<!--0.00016307830810547-->