body {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'microsoft yahei';
  -webkit-text-size-adjust: none;
  height: auto;
  color: #333;
  background: #fff;
}

html {
  min-width: 1280px;
}

div,
dl,
dt,
dd,
ul,
detail ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
  padding: 0;
  margin: 0;
}

fieldset {
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}

a img {
  border: 0;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

address,
caption,
cite,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

li {
  list-style-type: none;
}

caption {
  text-align: left;
}

th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-size: 100%;
}

q:unknown {
  content: '';
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 100%;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #09cc8c;
  text-decoration: none;
}

.icon {
  background-image: url("../images/icon.png");
  display: inline-block;
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0;
  overflow: hidden;
}

/*清除浮动*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*网站公用样式表*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.head_main {
  height: 90px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  border-bottom: solid rgba(255, 255, 255, 0.2) 1px;
}

.head_main .logo {
  margin-left: 3vw;
  padding-top: 18px;
}

.head_main .logo .img1 {
  display: block;
}

.head_main .logo .img2 {
  display: none;
}

.head_main.xc .logo .img1 {
  display: none;
}

.head_main.xc .logo .img2 {
  display: block;
}

.head_main.xc {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.head_main .navl {
  padding-right: 180px;
}

.head_main .navl ul {
  float: right;
}

.head_main .navl li {
  float: left;
  line-height: 90px;
  margin-left: 80px;
  font-size: 16px;
  height: 90px;
  overflow: hidden;
}

.head_main .navl li a {
  display: inline-block;
  color: #fff;
}

.head_main .navl li a.hover,
.head_main .navl li a:hover {
  color: #fff;
  background: url(../images/nav_li.png) center bottom no-repeat;
}

.head_main.xc .navl li a {
  color: #333;
}

.head_main.xc .navl li a.hover,
.head_main.xc .navl li a:hover {
  color: #00a5e2;
  background: url(../images/nav_li.png) center bottom no-repeat;
}

.head_main .search-box {
  position: relative;
}

.head_main .search-box .butn {
  display: block;
  cursor: pointer;
  width: 33px;
  height: 48px;
  padding-top: 22px;
  margin-right: 36px;
}

.head_main .search-box .butn i {
  width: 33px;
  height: 48px;
  background-position: -104px -322px;
  margin: 0 auto;
}

.head_main.xc .search-box .butn i {
  background-position: 0 -100px;
}

.head_main .search-box .butn.hov i {
  background-position: -33px -100px;
}

.head_main .share-sub {
  position: absolute;
  right: 90px;
  top: 0;
  width: 0;
  height: 90px;
  overflow: hidden;
  background: #09cc8c;
  background: linear-gradient(to right, #009ce3, #09cc8c);
  z-index: 15;
}

.head_main .share-sub .sub-btn {
  border: none;
  width: 33px;
  height: 48px;
  background-position: -66px -100px;
  margin-top: 22px;
  outline: none;
  cursor: pointer;
}

.head_main .share-sub .tex {
  width: 220px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 35px 10px 30px;
  color: #fff;
  border: none;
  background: none;
  outline: none;
}

/****banner****/
.main_banner {
  width: 100%;
  overflow: hidden;
  height: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.main_banner #next,
.main_banner #prev {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  margin-left: -698px;
  background-position: 0 0;
  z-index: 10;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.main_banner #next {
  margin-left: 650px;
  background-position: -113px 0;
}

.main_banner #next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.main_banner #prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.main_banner .banner {
  width: 1920px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  overflow: hidden;
}

.main_banner .banner img {
  width: 1920px;
  height: 600px;
  overflow: hidden;
}

.main_banner .banner_fmenu {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
  height: 14px;
  z-index: 3000;
  text-align: center;
}

.main_banner #banner_fmenu A {
  margin: 0 7px;
  width: 30px;
  height: 6px;
  line-height: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  transition: ease-in-out .2s;
}

.main_banner #banner_fmenu A.activeSlide {
  background: #09cc8c;
  width: 50px;
  background: linear-gradient(to right, #22e8a7, #02a0e0);
}

.main_banner #banner_fmenu A:focus {
  OUTLINE-STYLE: none;
  OUTLINE-COLOR: invert;
  OUTLINE-WIDTH: medium;
}

.floor_1 {
  padding-top: 80px;
  padding-bottom: 87px;
}

.floor_1 .left {
  width: 700px;
}

.floor_1 .left h3 {
  font-size: 34px;
  font-weight: 100;
  color: #09cc8c;
}

.floor_1 .left h4 {
  font-size: 45px;
  text-transform: uppercase;
  padding-bottom: 18px;
}

.floor_1 .left span {
  width: 80px;
  height: 2px;
  background: #09cc8c;
  background: linear-gradient(to right, #21e7a7, #029fe0);
  display: block;
}

.floor_1 .left .p {
  line-height: 32px;
  padding-top: 30px;
}

.floor_1 .left a:hover .p {
  color: #333;
}

.floor_1 .right {
  width: 420px;
  height: 254px;
  overflow: hidden;
  padding-top: 28px;
}

.floor_1 .right .mp4 {
  width: 420px;
  height: 254px;
  overflow: hidden;
}

.floor_1 .box2 {
  overflow: hidden;
  padding-top: 76px;
}

.floor_1 .box2 ul {
  width: 120%;
}

.floor_1 .box2 li {
  float: left;
  width: 345px;
}

.floor_1 .box2 li i {
  width: 60px;
  height: 60px;
  background-position: 0 -156px;
  float: left;
  margin-bottom: 30px;
  margin-top: 7px;
  margin-right: 5px;
}

.floor_1 .box2 li h3 {
  font-size: 20px;
  font-weight: 400;
}

.floor_1 .box2 li h3 span {
  font-size: 60px;
  font-family: arial;
  font-weight: bold;
}

.floor_1 .box2 li p {
  font-size: 16px;
}

.floor_1 .box2 .l1 {
  margin-left: -9px;
}

.floor_1 .box2 .l2 {
  width: 335px;
}

.floor_1 .box2 .l2 i {
  background-position: -60px -156px;
}

.floor_1 .box2 .l3 {
  width: 335px;
}

.floor_1 .box2 .l3 i {
  background-position: -120px -156px;
}

.floor_1 .box2 .l4 i {
  background-position: -180px -156px;
}

.index_title {
  padding-top: 100px;
  text-align: center;
}

.index_title p {
  font-size: 60px;
  color: #333;
  line-height: 60px;
  font-family: "Arial";
}

.index_title h3 {
  font-size: 30px;
  color: #1ec1b6;
  font-weight: 400;
  padding-top: 12px;
}

/*banner*/
#banner_main {
  position: relative;
  z-index: 2;
}

.banner {
  position: relative;
  width: 100%;
  min-width: 1000px;
  padding: 0 0 48.9%;
  overflow: hidden;
}

.banner .list {
  width: 100%;
  display: inline-block;
}

.banner .list li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

.banner .list li a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner .imo {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}

.banner .slide_btn {
  position: absolute;
  bottom: 46px;
  right: 5.2%;
  height: 24px;
  z-index: 120;
}

.banner .prev,
.banner .next {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  z-index: 12;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  background-position: 0px -0px;
}

.banner .next {
  background-position: -113px -0px;
  right: 8%;
  opacity: 0;
}

.banner:hover .next {
  opacity: 1;
}

.banner .prev {
  left: 8%;
  opacity: 0;
}

.banner:hover .prev {
  opacity: 1;
}

.banner .sline {
  margin: 0 40px;
  float: left;
  display: block;
  width: 1px;
  height: 22px;
  background: url("../images/pnLine.png") no-repeat center center;
}

.banner .tip {
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 30px;
  height: 50px;
  z-index: 30;
  text-align: center;
}

.banner .tip li {
  margin: 0 9px;
  width: 10px;
  height: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  border: #fff solid 2px;
  *display: inline;
  *zoom: 1;
  transition: ease-in-out 0.2s;
  border-radius: 50px;
}

.banner .tip li.cur {
  background: #09cc8c;
  border: #09cc8c solid 2px;
}

.banner .pbg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 885px;
  height: 225px;
  background: url("../images/banner_bg1.png") no-repeat center center;
  z-index: 4;
  background-size: cover;
}

.banner .pbg2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1614px;
  height: 330px;
  background: url("../images/banner_bg2.png") no-repeat center center;
  z-index: 3;
  background-size: cover;
}

.banner .v-txt {
  position: absolute;
  width: 100%;
  top: 44%;
  text-align: center;
  z-index: 14;
}

.banner .v-txt h3 {
  height: 90px;
  font-size: 54px;
  line-height: 90px;
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: 8px;
}

.banner .v-txt h3 .uimg1 {
  display: block;
  width: 596px;
  height: 61px;
  margin: 0 auto;
}

.banner .v-txt h3 .uimg2 {
  display: block;
  width: 283px;
  height: 30px;
  margin: 0 auto;
  margin-top: 30px;
}

.banner .video-container {
  background-color: #fff;
  z-index: 1;
}

.banner .video-container #video {
  display: block;
  min-width: 100%;
  min-height: 106%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 12;
  /*transform:scale(1.25)*/
  transform: scale(1.3)
}

.banner .opacity {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/tq_02.png") no-repeat center center;
  z-index: 13;
}

.banner .online {
  position: absolute;
  bottom: 30%;
  left: 50%;
  margin-left: -70px;
  display: block;
  width: 140px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  z-index: 16;
  transition: all ease 0.36s;
  border-radius: 5px;
}

.banner .online:hover {
  text-indent: 6px;
  color: #fff;
  border-color: #953034;
  background: #953034;
  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(71, 114, 222, 0.17);
  transition: all ease 0.36s;
}

.ui-linebar {
  height: 75px;
  background-color: #466ec1;
  opacity: 1;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  margin-left: -.5px;
  z-index: 10;
  display: none;
}

.ui-linebar .ink {
  -webkit-animation: k-ink 2s linear -.5s infinite;
  animation: k-ink 2s linear -.5s infinite;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

@-webkit-keyframes k-ink {

  0%,
  25% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}

@keyframes k-ink {

  0%,
  25% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}


.banner .list li .bnma {
  position: absolute;
  left: 7%;
  bottom: 20%;
  width: 27%;
  z-index: 999;
  margin: 0 110px;
  z-index: 1;
}

.banner .list li .bnma img {
  display: block;
  width: 100%;
}

.imn {
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*! display: none; */
}

.banner .list li .img2 {
  width: 24%;
  display: block;
  position: absolute;
  right: 18%;
  bottom: 26%;
}

.banner .list li .icm {
  width: 100%;
  height: 100%;
}

.banner .list li.li3 .img2 {
  right: 21%;
  bottom: 22%;
  width: 22%;
}

@media (max-width: 1660px) {
  .banner .list li .bnma {
    width: 30%;
    bottom: 20%;
  }

}



@media (max-width: 1660px) {
  .index_title p {
    font-size: 50px;
    line-height: 50px;
  }
}

.floor_2_main {
  background: url(../images/b3_02.jpg) center center no-repeat;
  width: 100%;
  height: 1060px;
  padding-top: 20px;
}

.floor_2_1 {
  position: relative;
  width: 100%;
}

.bjl {
  background-color: #fff;
  width: 150px;
  height: 278px;
  position: absolute;
  left: -13px;
  top: 50px;
  z-index: 1;
  border-radius: 0 0 200px 200px;
}

.index_fl122 {
  position: absolute;
  left: 50%;
  top: 74px;
  width: 439px;
  height: 439px;
  margin-left: -220px;
}

.index_fl122 .img1 {
  transform: rotate(-100deg);
  transition: all ease 5s;
}

.index_fl122 .img1.aos-animate {
  transition: all ease 4s;
  transform: rotate(0deg);
}

.index_fl1v {
  -webkit-transition: all ease-in-out 5s;
  -webkit-animation: big 5s infinite linear;
  background: url(../images/b5_03.png) center center no-repeat;
  width: 162px;
  height: 162px;
  position: absolute;
  left: 50%;
  margin-left: -81px;
  top: 50%;
  margin-top: -81px;
}

.floor_2_2 {
  width: 100%;
  position: relative;
}

.floor_2_2 dl {
  display: inline-block;
  position: absolute;
}

.floor_2_2 dl dt {
  display: inline-block;
}

.floor_2_2 dl dt span {
  display: block;
  font-size: 70px;
  color: #16cfbf;
  line-height: 70px;
  float: left;
}

.floor_2_2 dl dt i {
  display: block;
  font-size: 60px;
  color: #16cfbf;
  line-height: 70px;
  float: left;
}

.floor_2_2 dl dd {
  font-size: 20px;
  color: #666;
  line-height: 20px;
  padding-top: 12px;
}

.floor_2_2 dl.dl1 {
  top: 104px;
  left: 0;
}

.floor_2_2 dl.dl2 {
  position: absolute;
  right: 0;
  top: 104px;
  text-align: right;
}

.floor_2_2 dl.dl3 {
  position: absolute;
  left: 0;
  top: 400px;
}

.floor_2_2 dl.dl4 {
  position: absolute;
  right: 0;
  top: 400px;
  text-align: right;
}


@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

}

@keyframes spin {

  0% {
    transform: translate(-0%, -0%) rotate(0deg)scale(1);
  }

  25% {
    transform: translate(-8%, -5%) rotate(90deg)scale(1.0);
  }

  50% {
    transform: translate(-2%, -3%) rotate(180deg)scale(1.0);
  }

  75% {
    transform: translate(-5%, -6%) rotate(270deg)scale(1.0);
  }

  100% {
    transform: translate(-0%, -0%) rotate(360deg)scale(1.0);
  }

}


@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@media (max-width: 1660px) {
  .floor_2_main {
    height: 960px;
  }

}


.floor_2_main .index_title h3 {}

.floor_2_main .index_title h3 a {
  color: #fff;
}

.index_title span {
  display: block;
  font-size: 20px;
  line-height: 34px;
  color: #666;
  width: 800px;
  margin: 0 auto;
  margin-top: 2%;
}

.floor_2_main .picScroll-left {
  overflow: hidden;
  position: relative;
}

.floor_2_main .picScroll-left .hd {
  overflow: hidden;
  text-align: center;
  color: #fff;
  position: relative;
  height: 35px;
  margin-top: 105px;
}

.floor_2_main .picScroll-left .hd .pageState span {
  font-size: 30px;
}

.floor_2_main .picScroll-left .hd .prev,
.floor_2_main .picScroll-left .hd .next {
  display: block;
  width: 91px;
  position: absolute;
  z-index: 10;
  left: 456px;
  top: 0;
  height: 15px;
  cursor: pointer;
}

.floor_2_main .picScroll-left .hd .prev i,
.floor_2_main .picScroll-left .hd .next i {
  width: 91px;
  height: 6px;
  background-position: -115px -107px;
  margin-top: 13px;
}

.floor_2_main .picScroll-left .hd .next {
  left: auto;
  right: 456px;
}

.floor_2_main .picScroll-left .hd .next i {
  background-position: -226px -107px;
}

.floor_2_main .picScroll-left .hd .next:hover i {
  background-position: -226px -126px;
}

.floor_2_main .picScroll-left .hd .prev:hover i {
  background-position: -115px -126px;
}

.floor_2_main .picScroll-left .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
}

.floor_2_main .picScroll-left .bd {
  height: 485px;
}

.floor_2_main .picScroll-left .bd ul li {
  width: 260px;
  text-align: center;
  float: left;
  margin-right: 53px;
  position: relative;
}

.floor_2_main .picScroll-left .bd ul li img {
  display: block;
  width: 260px;
}

.floor_2_main .picScroll-left .bd ul li .on {
  position: absolute;
  left: 0;
  top: 20px;
  border: 3px solid #fff;
  width: 254px;
  height: 475px;
  background: none;
  z-index: 10;
  transition: ease-in-out .2s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.floor_2_main .picScroll-left .bd ul li:hover .on {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}

.floor_2_main .picScroll-left .bd ul li h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding-top: 28px;
  padding-bottom: 15px;
}

.floor_2_main .picScroll-left .bd ul li p {
  color: #fff;
  line-height: 24px;
  padding: 0 20px 20px;
}

.floor_2_main .picScroll-left .bd ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_2_main .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.floor_2_main .picScroll-left .bd ul .l2 {
  margin-top: 50px;
}

.floor_3 {
  overflow: hidden;
  padding-bottom: 150px;
  background: url(../images/b6_02.jpg) center center no-repeat;
}

.floor_3_1 {
  width: 100%;
  padding-top: 5%;
}

.floor_3_1 .hd {
  width: 100%;
  padding-bottom: 4%;
}

.floor_3_1 .hd ul {
  width: 105%;
  display: inline-block;
}

.floor_3_1 .hd li {
  float: left;
  height: 76px;
  width: 17.4%;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  margin-right: 2%;
}

.floor_3_1 .hd li .w {
  display: inline-block;
}

.floor_3_1 .hd li img {
  display: block;
  float: left;
  width: 51px;
  padding-top: 18px;
}

.floor_3_1 .hd li .img2 {
  display: none;
}

.floor_3_1 .hd li.on .img1 {
  display: none;
}

.floor_3_1 .hd li.on .img2 {
  display: block;
}

.floor_3_1 .hd li h3 {
  font-size: 20px;
  color: #333;
  line-height: 76px;
  padding-left: 20px;
  float: left;
}

.floor_3_1 .hd li.on {
  background-color: #15cdc1;
  box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.3);
}

.floor_3_1 .hd li.on h3 {
  color: #fff;
}

.floor_3_1 .bd {
  width: 100%;
}

.floor_3_1 .bd ul {
  display: inline-block;
  width: 100%;
}

.floor_3_1 .bd ul .imo {
  width: 64.2%;
  float: left;
  border-radius: 5px;
}

.floor_3_1 .bd ul .w {
  width: 28.6%;
  float: right;
}

.floor_3_1 .bd ul .w h3 {
  font-size: 34px;
  color: #333;
  line-height: 34px;
  padding-top: 18px;
}

.floor_3_1 .bd ul .w p {
  font-size: 20px;
  color: #666;
  line-height: 42px;
  padding-top: 46px;
}

@media (max-width: 1660px) {
  .floor_3 {
    padding-bottom: 100px;
  }

  .floor_3_1 .bd ul .w h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .floor_3_1 .bd ul .w p {
    font-size: 16px;
    line-height: 30px;
    padding-top: 30px;
  }

  .index_title span {
    display: block;
    font-size: 16px;
    line-height: 28px;
  }
}


.floor_3 li .tit .left {
  font-size: 24px;
  line-height: 30px;
  padding-top: 5px;
  transition: ease-in-out .2s;
}

.floor_3 li .tit .right {
  font-size: 80px;
  color: #eee;
  font-family: arial;
  line-height: 83px;
  font-weight: bold;
  font-style: italic;
  position: relative;
  transition: ease-in-out .2s;
}

.floor_3 li .tit .right i {
  width: 84px;
  height: 46px;
  background: url(../images/fr_3_bg.png);
  display: block;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 34px;
}

.floor_3 li .tit .right h3 {
  position: absolute;
  right: 0px;
}

.floor_3 li p {
  padding-right: 44px;
  line-height: 26px;
  color: #666;
}

.floor_3 li:hover .tit .right h3 {
  color: #09cc8c;
}

.floor_3 .l2 img {
  margin-top: 57px;
}

.floor_4_main {
  background: #f8f8f8;
  display: none;
  padding-bottom: 89px;
}

.floor_4_main .left {
  width: 450px;
  background: #fff;
}

.floor_4_main .left .img {
  width: 450px;
  height: 253px;
  overflow: hidden;
}

.floor_4_main .left .img img {
  display: block;
  transition: ease-in-out .2s;
  width: 100%;
}

.floor_4_main .left .txt {
  border: 1px solid #ebebeb;
  padding: 30px;
  height: 100px;
}

.floor_4_main .left .txt h3 {
  font-size: 20px;
  color: #666;
  font-weight: 400;
}

.floor_4_main .left .txt p {
  font-size: 18px;
  line-height: 57px;
}

.floor_4_main .left .txt i {
  width: 45px;
  height: 5px;
  background-position: -267px -178px;
}

.floor_4_main .left:hover .txt {
  border-bottom-color: #09cc8c;
}

.floor_4_main .left:hover .img img {
  transform: scale(1.1);
}

.floor_4_main .right {
  width: 700px;
  overflow: hidden;
}

.floor_4_main .right ul {
  width: 110%;
}

.floor_4_main .right li {
  float: left;
  width: 330px;
  margin-right: 40px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 38px;
}

.floor_4_main .right li .img {
  height: 113px;
  background: #666;
  width: 100%;
  display: block;
  cursor: pointer;
}

.floor_4_main .right li .img img {
  float: left;
  width: 200px;
  margin-right: 15px;
}

.floor_4_main .right li .img h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  padding-top: 25px;
}

.floor_4_main .right li .img p {
  font-size: 16px;
  color: #fff;
}

.floor_4_main .right li .text {
  display: block;
  padding-top: 30px;
  cursor: pointer;
}

.floor_4_main .right li .text h3 {
  font-size: 16px;
  line-height: 24px;
  height: 50px;
  padding-bottom: 13px;
}

.floor_4_main .right li .text span {
  color: #666;
}

.floor_4_main .right li:hover {
  border-color: #09cc8c;

}

.floor_4_main .right li:hover .img {
  background: #09cc8c;
}

.floor_4_main .right li:hover .text h3 {
  color: #09cc8c;
}

.floor_4_main .more {
  text-align: center;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  margin: 40px auto 0px;
  background: #09cc8c;
  background: linear-gradient(to right, #22e9a6, #009ce3);
}

.floor_4_main .more a {
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: block;
}

.floor_4_main .more:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.w1400 {
  margin: 0 auto;
  width: 1400px;
}

@media (max-width: 1660px) {
  .w1660 {
    width: 1200px;
    margin: 0 auto;
  }

  .w1600 {
    width: 1200px;
    margin: 0 auto;
  }

  .w1500 {
    width: 1200px;
    margin: 0 auto;
  }

  .w1400 {
    width: 1200px;
    margin: 0 auto;
  }
}

.floor_5 {
  padding-bottom: 10%;
  background: url(../images/b9_02.jpg) center center no-repeat;
  padding-top: 0%;
}

.floor_5 .index_title p {
  color: #bcd2e0;
}

.floor_5 .body {
  overflow: hidden;
  padding-top: 8%;
}

.floor_5 ul {
  width: 100%;
}

.floor_5 li {
  float: left;
  width: 16.6%;
  /* width: 14.28%; */
  margin-bottom: 10px;
  text-align: center;
  transition: all ease 0.36s;
}

.floor_5 li img {
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

.floor_5 li:hover {
  transition: all ease 0.36s;
  transform: translateY(-3px);
}

.bottom_main {
  background: #0a0a0a;
  width: 100%;
  padding: 58px 0;
}

.bottom_main .box1 {
  width: 347px;
}

.bottom_main .box1 h3 {
  color: #fff;
  font-size: 28px;
  font-family: arial;
  font-weight: 400;
  line-height: 30px;
  margin-top: 26px;
}

.bottom_main .box1 h3 i {
  width: 25px;
  height: 25px;
  background-position: -325px -88px;
  margin-right: 10px;
  float: left;
  margin-top: 2px;
}

.bottom_main .box2 {
  width: 459px;
}

.bottom_main .box2 li {
  float: left;
  width: 114px;
  line-height: 36px;
}

.bottom_main .box2 a {
  color: #ddd;
  font-size: 16px;
}

.bottom_main .box2 a:hover {
  color: #fff;
}

.bottom_main .box3 img {
  width: 126px;
  height: 126px;
  border: 12px solid #fff;
}

.bottom_copy {
  background: #0a0a0a;
  border-top: 1px solid #3b3b3b;
  line-height: 47px;
  color: #999;
  font-size: 12px;
}

.bottom_copy a {
  color: #999;
}

.bottom_copy a:hover {
  color: #fff;
}

.sub_banner {
  width: 100%;
  height: 450px;
  text-align: center;
}

.sub_banner h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  padding-top: 60px;
}

.sub_banner span {
  display: block;
  width: 50px;
  height: 2px;
  background: #09cc8c;
  background: linear-gradient(to right, #22e9a6, #009ce3);
  margin: 0 auto;
  margin-top: 23px;
}

.sub_local {
  background: #fff;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
}

.sub_local .left {
  color: #999;
}

.sub_local .left i {
  width: 14px;
  height: 12px;
  background-position: -331px -120px;
  margin-right: 10px;
}

.sub_local .left a {
  color: #999;
}

.sub_local .left a:hover {
  color: #09cc8c;
}

.sub_local .right li {
  font-size: 16px;
  margin-left: 50px;
  float: left;
}

.sub_local .right li a {
  color: #333;
  display: inline-block;
}

.sub_local .right li a.hover,
.sub_local .right li a:hover {
  background: url(../images/nav_li.png) center bottom no-repeat;
  color: #09cc8c;
}

.sub_tit {
  background: url(../images/sub_tit.png) left center no-repeat;
  height: 35px;
  line-height: 35px;
  font-size: 30px;
  font-weight: bold;
  margin: 50px auto;
}

.sub_tit h3 {
  padding-left: 45px;
}

.sub_list {
  overflow: hidden;
  padding: 3px 10px;
}

.sub_list ul {
  width: 110%;
}

.sub_list li {
  float: left;
  width: 578px;
  height: 286px;
  margin-right: 40px;
  border: 1px solid #e9e9e9;
  margin-bottom: 43px;
  position: relative;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
}

.sub_list li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  z-index: 10;
}

.sub_list li img {
  float: left;
  width: 180px;
  height: 246px;
  border: 1px solid #efefef;
  margin-right: 40px;
  margin-left: 20px;
  margin-top: 20px;
}

.sub_list li h3 {
  font-size: 28px;
  padding-top: 57px;
  font-weight: 400;
  padding-bottom: 23px;
}

.sub_list li p {
  line-height: 26px;
  margin-bottom: 29px;
  padding-right: 50px;
}

.sub_list li span {
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #666;
  padding: 5px 30px;
  border-radius: 15px;
}

.sub_list li i {
  width: 561px;
  height: 269px;
  background: #cbcbcb;
  position: absolute;
  right: -3px;
  top: -3px;
  z-index: 9;
  transition: ease-in-out .2s;
}

.sub_list li:hover {
  box-shadow: 5px 10px 10px #d8f3fb;
}

.sub_list li:hover i {
  background: #09cc8c;
  background: linear-gradient(to right, #22e9a6, #009ce3);
}

.sub_list li:hover span {
  background: linear-gradient(to right, #22e9a6, #009ce3);
}

.sub_list li:hover h3 {
  color: #333;
}

.sub_list li:hover p {
  color: #333;
}

.weui_mask,
.weui_mask_transition,
.weui_mask_transparent {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.weui_mask {
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.weui_dialog {
  position: fixed;
  z-index: 5000;
  width: 1200px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  *left: 20%;
  *top: 20%;
  background-color: #111;
  overflow: hidden;
}

.weui_dialog_hd {
  padding: 1.2em 0 .5em;
}

.weui_dialog_title {
  font-weight: 400;
  font-size: 17px;
}

.weui_dialog_bd {
  padding: 0 20px;
  font-size: 15px;
  color: #888;
  word-wrap: break-word;
  word-break: break-all;
}

.weui_dialog_ft {
  position: absolute;
  right: 30px;
  top: 30px;
  display: block;
  z-index: 111;
}

.weui_dialog_ft a {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 30px;
  height: 30px;
  background-position: -362px -80px;
  z-index: 10;
  transition: ease-in-out .2s;
}

.weui_dialog_ft a:hover {
  transform: rotate(180deg);
}

.weui_btn_dialog.primary {
  color: #2b2b2b;
}

.weui_dialog .Loan_supermarket_1 {
  width: 1058px;
  margin: 0 auto;
  border: #dddddd solid 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
  text-align: left;
}

.weui_dialog .nice-validator {
  width: 1100px;
  margin: 0 auto;
  display: inline-block;
  margin-top: 20px;
}

.weui_dialog .left {
  width: 337px;
  height: 450px;
}

.weui_dialog .left .slideBox {
  width: 337px;
  height: 450px;
  position: relative;
  z-index: 10;
}

.weui_dialog .left .slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 20px;
  bottom: 34px;
  z-index: 1;
}

.weui_dialog .left .slideBox .hd ul li {
  float: left;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  background: #5f5d5c;
  cursor: pointer;
  border-radius: 100%;
}

.weui_dialog .left .slideBox .hd ul li.on {
  background: #00a5e2;
  color: #fff;
}

.weui_dialog .left .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.weui_dialog .left .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.weui_dialog .left .slideBox .bd img {
  width: 337px;
  height: 450px;
  display: block;
}

.weui_dialog .left .slideBox .prev2,
.weui_dialog .left .slideBox .next2 {
  position: absolute;
  left: 418px;
  bottom: 67px;
  display: block;
  width: 118px;
  height: 33px;
  z-index: 1000;
  border: 1px solid #22e9a6;
  text-align: center;
}

.weui_dialog .left .slideBox .prev2 i,
.weui_dialog .left .slideBox .next2 i {
  width: 38px;
  height: 4px;
  background-position: -260px -169px;
  margin: 10px auto 0;
}

.weui_dialog .left .slideBox .next2 {
  left: 547px;
}

.weui_dialog .left .slideBox .next2 i {
  background-position: -311px -169px;
}

.weui_dialog .left .slideBox .prev2:hover,
.weui_dialog .left .slideBox .next2:hover {
  background: #dffef9;
}

.weui_dialog .right {
  width: 683px;
  position: relative;
  height: 450px;
  padding-left: 80px;
  padding-right: 100px;
  background: url(../images/fix_right.jpg);
}

.weui_dialog .right h3 {
  width: 382px;
  font-size: 30px;
  color: #00a5e2;
  padding-top: 80px;
  padding-bottom: 24px;
  margin-bottom: 40px;
}

.weui_dialog .right h3 span {
  font-weight: 100;
  font-size: 20px;
  color: #999;
  margin-left: 24px;
}

.weui_dialog .right .p {
  line-height: 30px;
  color: #666;
}

.ewmbox {
  width: 300px;
  height: 320px;
  padding-top: 20px;
  background: #fff;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -150px;
  text-align: center;
  font-size: 16px;
  display: none;
}

.ewmbox .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -25px;
  right: -40px;
  cursor: pointer;
  border-radius: 100%;
  background: #f3f3f3 url(../images/dialogClose.png) no-repeat center center;
  transition: all ease 300ms;
}

.ewmbox .close:hover {
  transform: rotate(180deg);
}

.ewmbox img {
  width: 260px;
  height: 260px;
  display: block;
  margin: 0 auto 10px;
}

.dialog-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 5px;
  top: 50%;
  margin-top: -100px;
  z-index: 99;
}

.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  transition: all ease 300ms;
  margin-top: 1px;
  padding: 0px;
  border-radius: 48px;
  border: 1px solid #282c33;
  margin-bottom: 5px;
  background: #282c33 url(../images/fix-ico.png) no-repeat center 0;
}

.rightFix .ico:before {
  background: linear-gradient(to bottom, #22e9a6, #009de2);
}

.rightFix .ico img {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 6px;
  background: #22e9a6;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
}

.rightFix .ico span {
  width: 210px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0;
  background: #22e9a6;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 48px;
}

.rightFix .ico:hover {
  background-color: #09cc8c;
  border-color: #22e9a6;
  overflow: visible;
}

.rightFix .ico:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}

.rightFix .ico:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -215px;
}

.rightFix .fix-tel {
  background-position: 11px 12px;
}

.rightFix .fix-tel:hover {
  background-position: -33px 12px;
}

.rightFix .fix-xcx {
  background-position: 11px -39px;
}

.rightFix .fix-xcx:hover {
  background-position: -33px -39px;
}

.rightFix .fix-ewm {
  background-position: 11px -96px;
}

.rightFix .fix-ewm:hover {
  background-position: -33px -96px;
}

.rightFix .fix_top {
  background-position: 11px -150px;
}

.rightFix .fix_top:hover,
.rightFix .fix_top.hover {
  background-color: #09cc8c;
  border-color: #22e9a6;
  background-position: -33px -150px;
}

.rightFix .fix-form {
  background-position: 10px -234px;
}

.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}

.rightFix .fix-form:hover {
  background-position: -37px -234px;
}

.local {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}

.local ul {
  float: right;
  margin-right: 60px;
}

.local ul li {
  padding: 0 25px;
  float: left;
}

.local ul li a {
  position: relative;
  display: block;
  padding: 0 15px;
  overflow: hidden;
  color: #363636;
}

.local ul li a i {
  width: 0;
  height: 3px;
  background: #3b3a45;
  position: absolute;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 0;
  transition: ease-in .2s;
}

.local ul li a.hover,
.local ul li a:hover {
  color: #363636;
}

.local ul li a.hover i,
.local ul li a:hover i {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}

.bg_main {
  background: #f5f5f5;
  padding-top: 55px;
  padding-bottom: 50px;
}

.bg_bottom_main {
  background: #eaeaea;
  height: 100px;
}

.sub_b {
  padding-top: 7%;
}

.sub_b h3 {
  font-size: 50px;
  color: #fff;
  line-height: 50px;
}

.sub_b p {
  font-size: 70px;
  color: #fff;
  line-height: 80px;
  padding-top: 12px;
  font-family: "Arial";
}

.sub_banner {
  height: 450px;
  width: 100%;
}

@media (max-width: 1660px) {
  .sub_b {
    padding-top: 10%;
  }

  .sub_b h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .sub_b p {
    font-size: 60px;
    line-height: 70px;
  }
}

.sub_nav {
  height: 35px;
  line-height: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 50px;
}

.sub_nav .fl {
  font-size: 30px;
}

.sub_nav .fr li {
  float: left;
}

.sub_nav .fr li a {
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  display: block;
  margin-left: 10px;
  transition: ease-in-out .2s;
}

.sub_nav .fr li a:hover,
.sub_nav .fr li a.hover {
  background: #2ab866;
  color: #fff;
  border: 1px solid #0a408a;
}

.case {
  margin-top: 40px;
}

.case ul {
  width: 105%;
}

.case li {
  width: 380px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.case li .img {
  overflow: hidden;
  height: 213px;
  display: block;
  border: 1px solid #efefef;
  width: 378px;
  border-bottom: none;
}

.case li .img img {
  width: 380px;
  height: 213px;
  transition: .9s;
}

.imgH li .img {
  height: 284px;
  border: 1px solid #efefef;
  width: 378px;
  border-bottom: none;
}

.imgH li .img img {
  height: 284px;
}

.case li:hover .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.case li .p {
  border: 1px solid #efefef;
  display: block;
  width: 340px;
  padding: 0 19px;
  height: 108px;
  border-top: none;
}

.case li .p p {
  border-bottom: 1px solid #d6d6d6;
  height: 58px;
  line-height: 58px;
  margin-bottom: 10px;
  font-size: 18px;
}

.case li .p i {
  width: 32px;
  height: 12px;
  background-position: -73px -43px;
}

.case li .p .fl {
  font-size: 12px;
  font-family: arial;
}

.case li:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.news {}

.news li {
  padding: 20px;
  border: 1px solid #f2f2f2;
  background: #fff;
  margin-bottom: 50px;
}

.news li .img {
  width: 360px;
  float: left;
  height: 205px;
  overflow: hidden;
}

.news li .img img {
  width: 360px;
  height: 205px;
  transition: .9s;
}

.news li:hover .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.news li:hover {
  box-shadow: 4px 4px 4px #ddd;
}

.news li .p {
  width: 758px;
  float: right;
}

.search_li li .p {
  width: 1080px;
  margin-right: 40px;
  padding-bottom: 20px;
}

.news li .p h1 {
  color: #363636;
  font-size: 24px;
  font-weight: 100;
  padding: 28px 0;
}

.news li .p p {
  color: #363636;
  line-height: 24px;
  padding-bottom: 24px;
}

.news li .p span {
  line-height: 18px;
  font-family: arial;
  color: #959595;
}

.news li .p i {
  width: 23px;
  height: 16px;
  background-position: -73px 0;
  margin-right: 10px;
}

.news li .p .i2 {
  background-position: -104px 0;
  margin-left: 30px;
}

.detail {
  background: #fff;
  padding: 59px;
  border: 1px solid #e5e5e5;
  width: 1080px;
}

.detail .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}

.detail .title h1 {
  font-size: 30px;
  font-weight: 100;
}

.detail .title span {
  line-height: 18px;
  font-family: arial;
  color: #959595;
}

.detail .title i {
  width: 23px;
  height: 16px;
  background-position: -73px 0;
  margin-right: 10px;
}

.detail .title .i2 {
  background-position: -104px 0;
  margin-left: 30px;
}

.detail .context {
  line-height: 30px;
  padding: 25px 0;
}

.detail .context img {
  max-width: 1080px;
}

/* reLink */
.reLink {
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  margin-bottom: 50px;
}

.reLink .nextLink,
.detail .reLink .prevLink {
  width: 50%;
}

.reLink .nextLink {
  text-align: right;
}

.reLink a {
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -ms-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.reLink a:hover {
  color: #09cc8c;
}

/* pager */
.pager {
  padding: 30px 0 50px;
  text-align: center;
  *zoom: 1;
  *padding: 60px 0 50px;
}

.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pager p {
  height: 26px;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  display: none;
}

.pager ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
}

.pager ul li {
  float: left;
  margin: 0 5px;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
}

.pager ul a {
  line-height: 30px;
  padding: 0 10px;
  transition: all ease 300ms;
  color: #000000;
  text-decoration: none;
  float: left;
  border: 1px solid #ddd;
}

.pager ul a.current,
.pager ul a:hover {
  color: #fff;
  border: 1px solid #21e8a7;
  background: #21e8a7;
}

.contact .box1 {
  line-height: 18px;
  padding: 48px 0 0px;
  overflow: hidden;
}

.contact .box1 ul {
  width: 125%;
}

.contact .box1 li {
  float: left;
  width: 230px;
  margin-right: 250px;
}

.contact .box1 li i {
  width: 56px;
  height: 56px;
  background-position: -142px 0;
  float: left;
}

.contact .box1 li b {
  font-size: 18px;
  font-family: arial;
  font-weight: 100;
}

.contact .box1 li td {
  vertical-align: middle;
  height: 56px;
  padding-left: 5px;
}

.contact .box1 .l2 i {
  background-position: -204px 0;
}

.contact .box1 .l3 i {
  background-position: -267px 0;
}

.contact .box2 #map1_container,
.contact .box2 #allmap1 {
  width: 100%;
  height: 400px;
}

.contact .box3 h1 {
  font-size: 36px;
  padding-bottom: 15px;
  text-align: center;
}

.contact .box3 p {
  font-size: 16px;
  color: #828282;
  line-height: 24px;
  padding-bottom: 46px;
  text-align: center;
}

.contact .box3 b {
  color: #d10000;
  font-weight: 100;
}

.contact .box3 ul {
  width: 115%;
}

.contact .box3 li {
  float: left;
  height: 36px;
  line-height: 36px;
  width: 318px;
  padding: 0 20px;
  padding-right: 0;
  border: 1px solid #e5e5e5;
  margin-right: 30px;
  margin-bottom: 20px;
  color: #828282;
}

.contact .box3 li span {
  padding-right: 10px;
}

.contact .box3 li input {
  width: 265px;
  border: none;
  outline: none;
}

.contact .box3 textarea {
  border: 1px solid #e5e5e5;
  width: 1058px;
  height: 144px;
  resize: none;
  padding: 10px;
  *margin-top: 15px;
  overflow: hidden;
  outline: none;
}

.contact .box3 .btn {
  border: none;
  background: #09cc8c;
  width: 280px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 18px;
  margin-top: 26px;
  float: right;
  cursor: pointer;
  transition: ease-in-out .2s;
  margin-bottom: 50px;
}

.contact .box3 .btn:hover {
  width: 340px;
}

.job .img {
  overflow: hidden;
  width: 480px;
  height: 270px;
  display: block;
  float: left;
}

.job .img img {
  width: 480px;
  height: 270px;
  transition: .9s;
}

.job li:hover .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.job .p {
  width: 680px;
  padding-left: 40px;
  height: 270px;
  background: #0a408a;
  color: #fff;
  display: block;
  float: right;
  position: relative;
}

.job .p i {
  width: 54px;
  height: 54px;
  background-position: 0 -35px;
  position: absolute;
  right: 40px;
  bottom: 40px;
  transition: ease-in-out .2s;
}

.job .p h1 {
  font-size: 30px;
  font-weight: 100;
  padding-top: 35px;
}

.job .p p {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-right: 20px;
}

.job .p span {
  display: block;
  background: #fff;
  width: 20px;
  height: 3px;
  margin-top: 11px;
}

.job li {
  margin-bottom: 20px;
}

.job .l2 .img {
  float: right;
}

.job .l2 .p {
  float: left;
  background: #fff;
  color: #333;
}

.job .l2 .p i {
  background-position: -59px -35px;
}

.job .l2 .p span {
  background: #333;
}

.job li:hover i {
  margin-right: 20px;
}

.about .box1 {
  padding-top: 105px;
  padding-bottom: 100px;
  overflow: hidden;
}

.box1_add {
  padding: 70px 0;
}

.about .box1 .fl {
  padding-top: 32px;
}

.about .box1 .fl h1 {
  font-size: 80px;
  text-transform: uppercase;
  font-family: arial;
  line-height: 80px;
}

.about .box1 .fl p {
  font-size: 24px;
  padding-bottom: 88px;
}

.about .box1 .fl i {
  width: 54px;
  height: 54px;
  background-position: 0 -99px;
  cursor: pointer;
  position: relative;
  display: block;
  float: left;
}

.about .box1 .fl i img {
  position: absolute;
  left: 20px;
  bottom: 56px;
  width: 0px;
  height: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: ease-in-out .2s;
}

.about .box1 .fl i:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
  left: 0;
  height: 80px;
  width: 80px;
}

.about .box1 .fl .i2 {
  background-position: -58px -99px;
  margin-left: 20px;
}

.about .box1 .fr {
  width: 611px;
}

.about .box1 .fr h1 {
  font-size: 24px;
  font-weight: 100;
}

.about .box1 .fr span {
  display: block;
  background: #b0b0b0;
  width: 20px;
  height: 2px;
  margin: 13px 0 24px;
}

.about .box1 .fr h2 {
  font-size: 18px;
}

.about .box1 .fr p {
  line-height: 30px;
  padding-top: 12px;
}

.about .box1 .fr i {
  width: 54px;
  height: 54px;
  background-position: -59px -35px;
  margin-top: 35px;
  transition: ease-in-out .2s;
}

.about .box1 .fr a:hover {
  cursor: pointer;
}

.about .box1 .fr a:hover i {
  margin-left: 15px;
}

.about .bg_20 {
  height: 20px;
  width: 100%;
  background: #eaeaea;
}

.about .box2 {
  padding-bottom: 94px;
}

.about .box2 .con {
  margin-top: 40px;
}

.about .box2 .con .fl {
  width: 410px;
  height: 428px;
  overflow: hidden;
}

.about .box2 .con .fl img {
  width: 410px;
  height: 428px;
}

.about .box2 .con .fr .img {
  width: 380px;
  height: 214px;
  overflow: hidden;
  display: block;
}

.about .box2 .con .fr .img img {
  width: 380px;
  height: 214px;
  transition: .9s;
}

.about .box2 .con .fr .p {
  display: block;
  padding-left: 20px;
  width: 360px;
  height: 214px;
}

.about .box2 .con .fr .p h1 {
  font-size: 24px;
  line-height: 60px;
  font-weight: 100;
}

.about .box2 .con .fr .p i {
  width: 54px;
  height: 54px;
  background-position: -59px -35px;
  margin-top: 35px;
  transition: ease-in-out .2s;
}

.about .box2 .con .fr li:hover {
  cursor: pointer;
}

.about .box2 .con .fr li:hover h1,
.about .box2 .con .fr li:hover p {
  color: #333;
}

.about .box2 .con .fr li:hover i {
  margin-left: 15px;
}

.about .box2 .con .fr li {
  float: left;
}

.about .box2 .con .fr li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.about .box3 {
  background: url(../images/about_bg.jpg) center top no-repeat;
  width: 100%;
  height: 457px;
  padding-top: 93px;
}

.about .box3 .w1200 {
  overflow: hidden;
}

.about .box3 .fl {
  width: 500px;
}

.about .box3 .fl h1 {
  font-size: 36px;
  color: #fff;
  font-weight: 100;
  padding-bottom: 25px;
}

.about .box3 .fl span {
  display: block;
  width: 40px;
  height: 2px;
  background: #ffd200;
  margin-bottom: 25px;
}

.about .box3 .fl p {
  color: #fff;
  line-height: 24px;
}

.about .box3 .fl i {
  width: 54px;
  height: 54px;
  cursor: pointer;
  background-position: 0px -35px;
  margin-top: 35px;
  transition: ease-in-out .2s;
}

.about .box3 .fl a:hover i {
  margin-left: 15px;
}

.about .box3 .fr .picScroll-left {
  overflow: hidden;
  position: relative;
  margin-top: 68px;
  height: 225px;
  width: 620px;
}

.about .box3 .fr .picScroll-left .hd {
  overflow: hidden;
}

.about .box3 .fr .picScroll-left .hd .prev,
.about .box3 .fr .picScroll-left .hd .next {
  display: block;
  left: 0;
  top: 50%;
  margin-top: -36px;
  width: 30px;
  height: 72px;
  position: absolute;
  z-index: 10;
  background-position: -133px -67px;
  cursor: pointer;
  display: none;
}

.about .box3 .fr .picScroll-left .hd .next {
  left: auto;
  right: 0;
  background-position: -164px -67px;
}

.about .box3 .fr .picScroll-left:hover .hd .prev,
.about .box3 .fr .picScroll-left:hover .hd .next {
  display: block;
}

.about .box3 .fr .picScroll-left .hd ul {
  float: right;
  overflow: hidden;
  margin-top: 10px;
  zoom: 1;
}

.about .box3 .fr .picScroll-left .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}

.about .box3 .fr .picScroll-left .hd ul li.on {
  background-position: 0 0;
}

.about .box3 .fr .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.about .box3 .fr .picScroll-left .bd ul li {
  margin-right: 20px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

.about .box3 .fr .picScroll-left .bd ul li img {
  width: 300px;
  height: 225px;
}

.bg_top {
  height: 50px;
  background: #eaeaea;
  width: 100%;
}

.erro {
  color: red;
}

/* map_ul  */
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
}

.map_ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
}

.map_ul li a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  display: block;
  background: #f6f6f6;
  text-indent: 15px;
}

.map_ul .list-inline {
  display: block;
  width: 86%;
}

.map_ul .list-inline li {
  height: 32px;
  display: inline-block;
  *display: inline;
  margin: 15px 5px 15px 0;
  zoom: 1;
  line-height: 32px;
  border-bottom: 0;
  text-align: center;
  width: auto;
  padding: 0px;
}

.map_ul .list-inline li a {
  text-indent: 0;
  font-weight: normal;
  display: block;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  padding: 0px 10px;
  width: auto;
  border: 1px solid #ccc;
  text-align: center;
}

.map_ul .list-inline li a:hover {
  background: #0a408a;
  color: #fff;
  border: 1px solid #0a408a;
}

.erro {
  text-align: center;
}

.showPro {
  padding: 50px 50px 0;
}

.showPro .reLink {
  margin-bottom: 0;
}

.showPro .showContxt {
  padding: 30px 0 35px;
  font-size: 16px;
  line-height: 32px;
}

.showPro .showContxt img {
  max-width: 100%;
  height: auto !important;
}

.showPro .showimgCon {
  padding: 0 0 30px;
  font-size: 16px;
  line-height: 32px;
}

.showPro .showimgCon .txtcon {
  width: 680px;
  height: 423px;
  float: right;
  position: relative;
}

.showPro .showimgCon .txtcon .tit {
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
  color: #d73535;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dddddd;
  padding-right: 60px;
}

.showPro .showimgCon .txtcon .tit .goBack {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
  font-size: 14px;
  display: block;
  font-weight: normal;
  cursor: pointer;
}

.showPro .showimgCon .txtcon .tit .goBack s {
  width: 20px;
  height: 20px;
  background-position: -440px -62px;
  margin-left: 6px;
}

.showPro .showimgCon .txtcon .tit .goBack:hover {
  color: #047fcc;
}

.showPro .showimgCon .txtcon .txt {
  line-height: 24px;
  font-size: 16px;
  color: #666;
}

.showPro .showimgCon .txtcon .txt .item {
  margin-bottom: 7px;
  max-height: 144px;
  overflow: hidden;
}

.showPro .showimgCon .txtcon .tel-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #ddd;
  padding-top: 40px;
}

.showPro .showimgCon .txtcon .tel-btn .btn {
  width: 118px;
  float: right;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #2ab866;
}

.showPro .showimgCon .txtcon .tel-btn .btn:hover {
  background: #1152b8;
}

.showPro .showimgCon .txtcon .tel-btn .tel {
  width: 280px;
  float: left;
}

.showPro .showimgCon .txtcon .tel-btn .tel span,
.showPro .showimgCon .txtcon .tel-btn .tel strong {
  display: block;
  color: #666666;
}

.showPro .showimgCon .txtcon .tel-btn .tel s {
  width: 42px;
  height: 42px;
  display: block;
  float: left;
  margin-right: 6px;
  background-position: -315px -30px;
}

.showPro .showimgCon .txtcon .tel-btn .tel span {
  font-size: 16px;
  line-height: 20px;
}

.showPro .showimgCon .txtcon .tel-btn .tel strong {
  font-size: 28px;
  line-height: 28px;
}

.showPro .showimg {
  width: 442px;
  position: relative;
  float: left;
  overflow: hidden;
}

.showPro .showimg .bigimg {
  width: 440px;
  height: 332px;
  display: block;
  position: relative;
  border: 1px solid #dddddd;
}

.showPro .showimg .bigimg .list {
  width: 5000%;
}

.showPro .showimg .bigimg .list li {
  width: 440px;
  height: 332px;
  float: left;
}

.showPro .showimg .bigimg .list img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
}

.showPro .showimg .smallimg {
  width: 440px;
  height: 76px;
  position: relative;
  padding-top: 30px;
  z-index: 10;
  overflow: hidden;
}

.showPro .showimg .list {
  width: 357px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.showPro .showimg .listcon {
  width: 600% !important;
  position: relative;
}

.showPro .showimg .prev,
.showPro .showimg .next {
  width: 20px;
  height: 76px;
  z-index: 10;
  position: absolute;
  top: 30px;
  cursor: pointer;
  background: url(../images/show-btn-ico.png) no-repeat 0 center;
}

.showPro .showimg .prev:hover,
.showPro .showimg .next:hover {
  background-color: #f9f9f9;
}

.showPro .showimg .prev {
  left: 0;
  background-position: 3px center;
}

.showPro .showimg .next {
  right: 0;
  background-position: -84px center;
}

.showPro .showimg li {
  width: 98px;
  height: 74px;
  margin-right: 28px;
  float: left;
  cursor: pointer;
  position: relative;
}

.showPro .showimg li img {
  width: 100%;
  height: 100%;
  display: block;
}

.showPro .showimg li.on {
  width: 94px;
  height: 70px;
  border: 3px solid #2ab866;
}

.relateTit {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 auto;
  width: 1200px;
}

.relateTit h3 {
  font-size: 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}

.relateTit h3 .line {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #1152b8;
}

.contact {
  background: #fff;
  display: none;
}

.floor_3_remm {
  padding-bottom: 60px;
}

.floor_3_remm .body {
  overflow: hidden;
  *margin-bottom: 38px;
}

.floor_3_remm .body ul {
  width: 112%;
}

.floor_3_remm .body li {
  margin-bottom: 40px;
  width: 370px;
  float: left;
  margin-right: 45px;
  position: relative;
  height: 278px;
  overflow: hidden;
}

.floor_3_remm .body li a {
  display: block;
  width: 100%;
  height: 208px;
  cursor: pointer;
}

.floor_3_remm .body li .img img {
  width: 370px;
  height: 208px
}

.floor_3_remm .body li .txt {
  position: absolute;
  left: 0;
  top: 211px;
  height: 70px;
  background: #666;
  width: 301px;
  color: #fff;
  padding-left: 42px;
  padding-right: 42px;
  transition: ease-in-out .2s;
  text-align: center;
  line-height: 70px;
}

.floor_3_remm .body li .txt h3 {
  font-size: 20px;
  font-weight: 100;
  line-height: 67px;
}

.floor_3_remm .body li .txt span {
  margin: 0 auto;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  width: 123px;
  height: 33px;
  line-height: 33px;
  border-radius: 5px;
  margin-top: 10px;
  display: none;
}

.floor_3_remm .body li:hover {
  box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.floor_3_remm .body li:hover .txt {
  background: url(../images/bg_6b.png) repeat;
  height: 100%;
  top: 0;
}

.floor_3_remm .body li:hover .txt h3 {
  padding-top: 78px;
}

.floor_3_remm .body li:hover .txt span {
  margin-top: 0;
  display: block;
}

.floor_3_remm .more2 {
  text-align: center;
}

.floor_3_remm .more2 ul {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.floor_3_remm .more2 a {
  width: 141px;
  height: 35px;
  display: block;
  color: #2fc16e;
  margin: 0 19px;
  border: 2px solid #2fc16e;
  line-height: 35px;
  border-radius: 4px;
  font-size: 20px;
}

.floor_3_remm .more2 a:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.floor_3_remm .more2 .ewmbtn {
  background: #2fc16e;
  color: #fff;
}

.floor_3_remm .more2 li {
  float: left;
}

.detail .box1 {
  background: url(../images/about_1.jpg) right top no-repeat;
  margin-bottom: 70px;
}

.detail .box1 span {
  display: block;
  width: 100px;
  height: 2px;
  background: #999;
}

.detail .box1 h3 {
  font-size: 24px;
  line-height: 40px;
  margin-top: 30px;
  padding-bottom: 44px;
}

.detail .box1 .right {
  width: 734px;
}

.detail .box1 .right h4 {
  font-size: 40px;
  color: #ccc;
  padding-bottom: 10px;
}

.detail .box1 .right p {
  font-size: 16px;
  line-height: 30px;
}

.detail .box1 .right span {
  width: 70px;
  height: 1px;
  background: #ccc;
  margin: 44px 0;
}

.detail .box2 {
  background: url(../images/about_3.jpg) center top no-repeat;
}

.detail .box2 .tab1 {
  padding-left: 728px;
  padding-bottom: 95px;
}

.detail .box2 .tab1 h3 {
  font-size: 24px;
}

.detail .box2 .tab1 span {
  display: block;
  width: 50px;
  height: 3px;
  background: #999;
  margin: 15px 0;
}

.detail .box2 .tab1 li {
  line-height: 30px;
  font-size: 16px;
}

.detail .box2 .tab2 .left {
  padding-top: 80px;
  margin-left: 10px;
}

.detail .box2 .tab2 .left h3 {
  font-size: 24px;
}

.detail .box2 .tab2 .left span {
  display: block;
  width: 50px;
  height: 3px;
  background: #999;
  margin: 15px 0;
}

.detail .box2 .tab2 .left li {
  line-height: 30px;
  font-size: 16px;
}

.detail .box2 .tab2 .right {
  color: #fff;
  width: 330px;
  text-align: center;
  height: 270px;
  font-size: 16px;
  line-height: 35px;
  padding-top: 15px;
}


.bg_about1 {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 20%;
  background-color: #f5f5f5;
}

.bg_about1_1 {
  display: inline-block;
  width: 100%;
}

.bg_about1_1 .bg_az {
  width: 32.4%;
  float: left;
}

.bg_about1_1 .bg_az p {
  font-size: 24px;
  color: #16cfbf;
  line-height: 24px;
}

.bg_about1_1 .bg_az h3 {
  font-size: 50px;
  color: #333;
  line-height: 60px;
  padding-top: 26px;
  font-weight: normal;
}

.bg_about1_1 .bg_ay {
  width: 50%;
  float: right;
  font-size: 18px;
  color: #666;
  line-height: 40px;
}

.bg_about1_2 {
  width: 100%;
  position: relative;
  padding-top: 5%;
  display: inline-block;
}

.bg_about1_2 dl {
  display: inline-block;
  float: left;
  width: 29.3%;
}

.bg_about1_2 dl dt {
  display: inline-block;
  padding-top: 14px;
}

.bg_about1_2 dl dt span {
  display: block;
  font-size: 70px;
  color: #16cfbf;
  line-height: 60px;
  float: left;
}

.bg_about1_2 dl dt i {
  display: block;
  font-size: 24px;
  color: #16cfbf;
  line-height: 24px;
  float: left;
  padding-left: 6px;
}

.bg_about1_2 dl dd {
  font-size: 20px;
  color: #666;
  line-height: 20px;
  padding-top: 12px;
}

.bg_about1_2 dl.dl4 {
  width: 12%;
}

.bg_about2 {
  width: 100%;
  margin-top: -15%;
}

.bg_about2 img {
  display: block;
  width: 100%;
}

.bg_about3 {
  width: 100%;
  padding-top: 2%;
}

.bg_about3 .index_title {
  padding-top: 0px;
}

.bg_about3 .bg_about31 {
  width: 100%;
}

.bg_about31 ul {
  width: 105%;
  display: inline-block;
  padding-top: 4%;
}

.bg_about31 ul li {
  width: 30.8%;
  float: left;
  margin-right: 2%;
  background: url(../images/n4_03.jpg) no-repeat;
  height: 600px;
  border-radius: 10px 30px 10px 20px;
  background-size: 100%;
  position: relative;
}

.bg_about31 ul li h3 {
  font-size: 34px;
  color: #070707;
  line-height: 34px;
  padding-left: 13%;
  padding-top: 32%;
}

.bg_about31 ul li p {
  font-size: 18px;
  color: #070707;
  line-height: 38px;
  width: 74%;
  margin: 0 auto;
  margin-top: 10%;
}

.bg_about31 ul li img {
  display: block;
  width: 18%;
  position: absolute;
  right: 13%;
  top: 10%;
}

.bg_about31 ul li .img2 {
  display: none;
}

.bg_about31 ul li:hover .img1 {
  display: none;
}

.bg_about31 ul li:hover .img2 {
  display: block;
}

.bg_about31 ul li:hover {
  background: url(../images/n4_06.jpg) no-repeat;
  background-size: 100%;
}

.bg_about31 ul li:hover h3 {
  color: #fff;
}

.bg_about31 ul li:hover p {
  color: #fff;
}

.bg_about31 ul li.dl2 {
  margin-top: 70px;
}

.bg_about4 {
  width: 100%;
  background-size: 100%;
}

.bg_about4 .w1400 {
  height: 100%;
  position: relative;
}

.bg_about4 .jq22-container {
  position: relative;
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  padding-top: 4%;
}

.bg_about4 .sociales {
  text-align: center;
}

.bg_about4 #timeline {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.bg_about4 .parHd {
  width: 100%;
  height: 70px;
  color: #000;
}

.bg_about4 .parHd li {
  list-style: none;
  float: left;
  width: 12.5%;
  font-size: 40px;
  color: #fff;
  text-align: center;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.bg_about4 .parHd li i {
  display: block;
  margin: 0 auto;
  width: 22px;
  height: 22px;
  background-position: -216px -310px;
}

.bg_about4 .parHd li.act i {
  background-position: -187px -310px;
}

.bg_about4 .parHd li p {
  font-size: 20px;
  color: #999;
  text-align: center;
  line-height: 40px;
  z-index: 5;
}

.bg_about4 .parHd li.act p {
  color: #16cfbf;
}

.bg_about4 #dates a {
  line-height: 100%;
  display: block;
}

.bg_about4 #dates i {
  display: block;
  width: 22px;
  height: 22px;
  background-position: -320px -0px;
  margin: 0 auto;
}

.bg_about4 #dates .selected i {
  display: block;
  width: 22px;
  height: 22px;
  background-position: -295px -0px;
}

.bg_about4 #dates .selected {
  color: #fff;
  opacity: 1;
}

.bg_about4 .parBd {
  width: 100%;
  overflow: hidden;
  height: 360px;
}

.bg_about4 .parBd .slideBox {
  width: 100%;
  list-style: none;
  float: left;
  height: 100%;
}

.bg_about4 .parBd .slideBox .nv {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

.bg_about4 .parBd .slideBox .bt {
  display: inline-block;
}

.bg_about4 .parBd .slideBox .bt p {
  font-size: 240px;
  color: #63748f;
  line-height: 200px;
  font-weight: bold;
  font-family: "arial";
}

.bg_about4 .parBd .slideBox .bt span {
  display: block;
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  padding-left: 10px;
  float: left;
}

.bg_about4 .parBd .slideBox .xq {
  display: block;
  color: #666;
  font-size: 18px;
  line-height: 35px;
  padding-top: 2%;
}

.bg_about4 .parBd .slideBox .xq p {
  font-size: 20px;
  line-height: 36px;
  background: url(../images/b53_05.png) 0 14px no-repeat;
  padding-left: 18px;
}

.bg_about4 .parBd .slideBox .fl h3 {
  color: #000;
  font-size: 65px;
  font-family: arial;
  font-weight: bold;
}

.bg_about4 .parBd .slideBox .fr {
  width: 600px;
  margin-right: 50px;
}

.bg_about4 .parBd .slideBox .fr h3 {
  display: inline-block;
  width: 100%;
}

.bg_about4 .parBd .slideBox .fr h3 span {
  display: block;
  float: left;
  font-size: 100px;
  color: #fff;
  line-height: 100px;
  margin-bottom: 12px;
  font-weight: bold;
  font-family: "Arial";
}

.bg_about4 .parBd .slideBox .fr h3 i {
  display: block;
  width: 36px;
  height: 36px;
  background-color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 50px;
  float: left;
  margin-left: 10px;
  font-size: 22px;
  color: #000;
  margin-top: 8px;
}

.bg_about4 .parBd .slideBox .fr p {
  font-size: 20px;
  color: #fff;
  line-height: 36px;
}

.bg_about4 .sNext,
.bg_about4 .sPrev {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 32%;
  font-size: 70px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: url(../images/icon.png) no-repeat;
}

.bg_about4 .sNext {
  right: 0px;
  background-position: -340px -276px;
}

.bg_about4 .sPrev {
  left: 0px;
  background-position: -275px -276px;
}

.bg_about4:hover .sNext {
  display: block;
}

.bg_about4:hover .sPrev {
  display: block;
}

.bg_about4 .sPrev:hover {
  background-position: -275px -340px;
}

.bg_about4 .sNext:hover {
  background-position: -340px -340px;
}

.bg_about4 #next.disabled,
.bg_about4 #prev.disabled {
  opacity: 0.2;
}

.bg_about4 b {
  background-color: #eee;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 58px;
  opacity: 0.5;
}

.bg_about5 {
  background: url(../images/n3_02.jpg) center center no-repeat;
  height: 750px;
  width: 100%;
  position: relative;
  margin-top: 6%;
}

.bg_about5 .index_title {
  padding-top: 15%;
}

.bg_about51 {
  width: 100%;
  position: relative;
  padding-top: 12%;
}

.bg_about51 ul {
  display: inline-block;
  width: 100%;
}

.bg_about51 ul li {
  width: 25%;
  float: left;
  text-align: center;
  transition: all ease 0.36s;
}

.bg_about51 ul li .d {
  background: url(../images/n7_03.png) center center no-repeat;
  width: 252px;
  height: 70px;
  margin: 0 auto;
}

.bg_about51 ul li .d p {
  font-size: 14px;
  color: #333;
  line-height: 16px;
}

.bg_about51 ul li .d h3 {
  font-size: 20px;
  color: #16cfbf;
  line-height: 24px;
  width: 70%;
  margin: 0 auto;
  margin-top: 10px;
}

.bg_about51 ul li:hover {
  transition: all ease 0.36s;
  transform: translateY(-3px);
}

.bg_about61 {
  width: 100%;
  margin-top: 50px;
  position: relative;
  display: inline-block;
}

.bg_about61 .prev,
.bg_about61 .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 70px;
  width: 60px;
  margin-top: -30px;
  height: 60px;
  overflow: hidden;
  background: url(../images/icon.png) no-repeat;
}

.bg_about61 .prev {
  left: -90px;
  background-position: -275px -276px;
}

.bg_about61 .next {
  right: -90px;
  background-position: -340px -276px;
}

.bg_about61 .next:hover {
  background-position: -340px -340px;
}

.bg_about61 .prev:hover {
  background-position: -275px -340px;
}

.bg_about61 .bd li {
  float: left;
  position: relative;
  margin-right: 19px;
  overflow: hidden;
  width: 335px;
}

.bg_about61 .bd li img {
  display: block;
  width: 100%;

}

.bg_about61 .bd li .on {
  position: absolute;
  left: 0;
  bottom: -188px;
  background: url(../images/product_list_bg.png) no-repeat;
  width: 100%;
  height: 188px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: ease-in-out .2s;
}

.bg_about61 .bd li .on h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  padding: 38px 25px 15px;
}

.bg_about61 .bd li .on .p {
  color: #fff;
  padding: 0 25px;
  display: block;
  line-height: 24px;
}

.bg_about61 .bd li:hover .on {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
}

.bg_about71 {
  padding-top: 50px;
  width: 100%;
}

.bg_about7 {
  padding-bottom: 100px;
}

.bg_about71 img {
  display: block;
  width: 100%;
}


@media screen and (max-width: 1660px) {
  .head_main .share-sub {
    right: 50px;
  }

  .bg_about1_1 .bg_az h3 {
    font-size: 40px;
    line-height: 50px;
  }

  .bg_about1_1 .bg_ay {
    font-size: 16px;
    line-height: 34px;
  }

  .bg_about1_2 dl dt span {
    font-size: 60px;
    line-height: 50px;
  }

  .bg_about31 ul li p {
    font-size: 16px;
    line-height: 32px;
  }

  .bg_about31 ul li h3 {
    font-size: 32px;
    line-height: 32px;
  }

  .bg_about31 ul li {
    height: 532px;
  }

  .bg_about5 {
    height: 670px;
  }

  .bg_about5 .index_title {
    padding-top: 12%;
  }

  .bg_about51 {
    width: 100%;
    position: relative;
    padding-top: 10%;
  }

  .bg_about61 .bd li {
    width: 286px;
  }
}

.product_remm {
  margin-bottom: 55px;
}

.product_remm .slideBox {
  width: 1200px;
  height: 380px;
  position: relative;
  margin: 0 auto;
}

.product_remm .slideBox .hd {
  display: none;
}

.product_remm .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.product_remm .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.product_remm .slideBox .bd li .left {
  width: 600px;
}

.product_remm .slideBox .bd li .right {
  width: 470px;
  background: url(../images/fix_bg.png) no-repeat;
  padding: 0 65px;
  height: 380px;
}

.product_remm .slideBox .bd li .right h3 {
  font-size: 28px;
  font-weight: 100;
  padding-top: 78px;
  padding-bottom: 15px;
}

.product_remm .slideBox .bd li .right .p {
  line-height: 24px;
  color: #666;
}

.product_remm .slideBox .bd img {
  width: 600px;
  height: 380px;
  display: block;
}

.product_remm .slideBox .prev,
.product_remm .slideBox .next {
  position: absolute;
  left: -84px;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 34px;
  height: 65px;
  background-position: 0 -243px;
}

.product_remm .slideBox .next {
  left: auto;
  right: -84px;
  background-position: -35px -243px;
}

.product_remm .slideBox .prev:hover {
  background-position: 0 -308px;
}

.product_remm .slideBox .next:hover {
  background-position: -35px -308px;
}

.product_list {
  overflow: hidden;
}

.product_list ul {
  width: 102%;
}

.product_list li {
  float: left;
  position: relative;
  margin-right: 19px;
  margin-bottom: 20px;
  overflow: hidden;
}

.product_list li img {
  display: block;
  width: 285px;
  height: 390px;
}

.product_list li .on {
  position: absolute;
  left: 0;
  bottom: -188px;
  background: url(../images/product_list_bg.png) no-repeat;
  width: 100%;
  height: 188px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: ease-in-out .2s;
}

.product_list li .on h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  padding: 38px 25px 15px;
}

.product_list li .on .p {
  color: #fff;
  padding: 0 25px;
  display: block;
  line-height: 24px;
}

.product_list li:hover .on {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
}

.contact_main {
  background: #fff;
  padding: 50px;
  border: 1px solid #e5e5e5;
  width: 1098px;
  margin: 0 auto;
}

.contact_main .tel {
  border-radius: 3px;
  overflow: hidden;
  background: #09cc8c;
  background: linear-gradient(to right, #22e9a6, #009ce3);
  padding: 35px;
}

.contact_main .tel ul {
  width: 115%;
}

.contact_main .tel li {
  float: left;
  margin-right: 43px;
  width: 23%;
}

.contact_main .tel li i {
  width: 59px;
  height: 49px;
  background-position: -91px -238px;
  float: left;
  margin-right: 5px;
}

.contact_main .tel li h3 {
  font-size: 16px;
  font-weight: 100;
  color: #fff;

}

.contact_main .tel li p {
  font-size: 22px;
  color: #fff;
}

.contact_main .tel .l2 {
  width: 26%;
}

.contact_main .tel .l2 i {
  background-position: -150px -238px;
  margin-right: 20px;
}

.contact_main .tel .l3 {
  width: 30%;
  margin-right: 10px;
}


.contact_main .tel .l3 i {
  background-position: -209px -238px;
}

.contact_main .tel .l3 p {
  font-size: 17px;
  padding-top: 5px;
}

.contact_main .map {
  margin-top: 35px;
  padding-bottom: 20px;
}

.contact_main .map .left_ul {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  *margin-bottom: 30px;
}

.contact_main .map .left_ul ul {
  width: 105%;
}

.contact_main .map .left_ul li {
  float: left;
  width: 140px;
  height: 36px;
  line-height: 36px;
  background: #1c72a5;
  border-radius: 3px;
  margin-right: 19px;
  margin-bottom: 10px;
}

.contact_main .map .left_ul li i {
  width: 10px;
  height: 14px;
  background-position: -260px -185px;
  margin-left: 11px;
  margin-right: 7px;
}

.contact_main .map .left_ul li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.contact_main .title {
  font-size: 40px;
  border-left: 4px solid #09cc8c;
  padding-left: 10px;
  line-height: 42px;
  margin-top: 40px;
}

.contact_main .map .left_ul li .hover {
  background: #08c991;
  background: linear-gradient(to bottom, #22e9a6, #009ce3);
}

.contact_main .map .right_div {
  border: 1px solid #ddd;

}

.contact_main .map .right_div #map1_container,
.contact_main .map .right_div #allmap1 {
  width: 795px;
  float: right;
  height: 438px;
}

.contact_main .map .right_div .address {
  width: 290px;
  float: left;
}

.contact_main .map .right_div .address i {
  width: 40px;
  height: 40px;
  background-position: -295px -199px;
  float: left;
  margin-right: 18px;
  margin-bottom: 30px;
  margin-top: 4px;
  margin-left: 27px;
  margin-top: 28px;
}

.contact_main .map .right_div .address h3 {
  font-size: 20px;
  font-weight: 100;
  padding-top: 27px;
  *padding-top: 3px;
}

.showVedio2 {
  width: 856px;
  height: 480px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -240px 0 0 -428px;
  z-index: 9999;
  background: #000;
  display: none;
}

.showVedio2 .playcon {
  height: 480px;
}

.showVedio2 .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -16px;
  top: -16px;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  z-index: 10;
}

.showVedio2 .close:hover {
  transform: rotate(180deg);
}

.showVedio2 video {
  width: 100%;
  display: block;
}

#cans {
  position: relative;
  margin: 0 auto;
  height: 480px;
  padding: 10px 0px 10px 10px;
  background: #2c2c2c url(../images/f1_bg.png) top right no-repeat;
}

#video {
  /*height: 80vh;*/
  float: left;
  background: black;
  position: relative;
  /*去掉这句将会使得video优先级失效*/
  z-index: 99;
}

aside {
  float: right;
  height: 480px;
  width: 324px;
  opacity: 0.9;
  position: relative;
}

aside header h4 {
  color: #20bbbb;
  margin-bottom: 2px;
  margin-top: 2px;
  text-align: left;
  font-size: 30px;
  line-height: 60px;
  padding-left: 42px;
}

aside ul {
  list-style: none;
  text-align: center;
}

aside ul li {
  color: white;
  font-size: 14px;
  text-align: left;
  padding-left: 80px;
  line-height: 41px;
  margin-bottom: 1px;
  background: url(../images/flash_ico2.png) no-repeat 39px center;
}

aside ul li:hover,
aside ul li.select {

  color: #1dd5d5;
  background: #151515 url(../images/flash_ico.png) no-repeat 39px center;
  cursor: pointer;
}

aside #playList-hidden {
  position: absolute;
  bottom: 250px;
  right: 0;
  width: 20px;
  height: 32px;
  background: lightgoldenrodyellow;
  font-size: 16px;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 0.5;
  z-index: 10000;
}

#cans #playList-show1 {
  margin-top: 230px;
  width: 20px;
  height: 32px;
  background: lightgoldenrodyellow;
  font-size: 16px;
  font-weight: bold;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 1;
  visibility: hidden;
}

#cans #playList-show1:hover,
aside #playList-hidden:hover {
  opacity: 0.7;
}