@charset "utf-8";
.cm {
  color: #009fe3;
}
.cm2 {
  color: #29c3ab;
}
.jianbian {
  background-image: -webkit-gradient(linear, left top, right top, from(#29c3ab), to(#16a8b5));
  background-image: linear-gradient(to right, #29c3ab, #16a8b5);
}
 
.inbanner {
  width: 100%;
  height: 540px;
  position: relative;
  overflow: hidden;
}
.inbanner > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 72% 50%;
     object-position: 72% 50%;
  z-index: 0;
}
.inbanner .cer {
  position: relative;
  height: 100%;
}
.inbanner2 {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.inbanner2 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*匠心住宿2关于 设计施工流程标题*/
.cate1 {
  text-align: center;
  position: relative;
  padding-bottom: 36px;
}
.cate1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #fff;
}
.cate1 .en {
  font-size: 24px;
  color: #e6462e;
  line-height: 24px;
  font-family: Arial;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}
.cate1 .cn {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 30px;
}
.cate1 .cn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: -74px;
}
.cate1 .cn:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: -74px;
}
/*匠心住宿3产品大分类 banner标题*/
.ibcatein {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-top: -176px;
}
.ibcatein .cn {
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 4px;
  text-indent: 4px;
  font-family: 'Source Han Serif CN';
}
.ibcatein .en {
  font-size: 24px;
  line-height: 54px;
  letter-spacing: 16px;
  font-family: 'Helvetica';
  text-transform: uppercase;
  position: relative;
  padding-bottom: 44px;
  text-indent: 16px;
}
.ibcatein .en:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 66px;
  height: 2px;
  background-color: #fff;
  margin-left: -33px;
}
.mouse {
  width: 18px;
  height: 34px;
  margin-top: 123px;
  margin-left: -9px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  /*font-size: 16px; line-height: 28px; color: #fff; text-align: center;*/
  background: url('../images/mouse.png') center 0 no-repeat;
}
.ibcatein .fig1 {
  height: 78px;
}
.ibcatein .fig1 img {
  max-height: 100%;
  -webkit-animation: movt 8s linear 0s both infinite;
          animation: movt 8s linear 0s both infinite;
}
@media screen and (max-width: 1200px) {
  .ibcatein .en {
    font-size: 46px;
  }
}
@media screen and (max-width: 750px) {
  .ibcatein .en {
    font-size: 38px;
  }
  .ibcatein .en2 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.ibcate {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin-top: -126px;
  padding: 100px 0 38px;
  margin-left: -720px;
}
.ibcate .cn {
  font-size: 30px;
  color: #fff;
  line-height: 2em;
  letter-spacing: 7px;
}
.ibcate .enp {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}
.ibcate img {
  opacity: 0.1;
}
.ibcate:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 42px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 1500px) {
  .ibcate {
    left: 60px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .ibcate .cn {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 750px) {
  .ibcate {
    left: 5%;
    width: 90%;
  }
  .ibcate .cn {
    font-size: 24px;
  }
}
.ibcate .bg {
  position: absolute;
  left: 50%;
  top: 4px;
  margin-left: -132px;
  z-index: 0;
  width: 265px;
  height: 265px;
  background: url('../images/huahuan1.png') center no-repeat;
  -webkit-animation: rotate360 30s linear infinite;
          animation: rotate360 30s linear infinite;
}
.ibcate .fig1 img {
  -webkit-animation: movt 8s linear 0s both infinite;
          animation: movt 8s linear 0s both infinite;
}
@-webkit-keyframes movt {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes movt {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.ibbg {
  -webkit-animation: pagebgfd 6s linear infinite alternate;
          animation: pagebgfd 6s linear infinite alternate;
}
@-webkit-keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
/*远见2关于我们 合作单位*/
.borderwan {
  position: relative;
}
.borderwan i.ii1,
.borderwan i.ii2,
.borderwan i.ii3,
.borderwan i.ii4 {
  position: absolute;
  z-index: 5;
  background-color: #009de2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.borderwan i.ii1 {
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii2 {
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
}
.borderwan i.ii3 {
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii4 {
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
}
.borderwan:hover i.ii1,
.borderwan:hover i.ii3 {
  width: 100%;
}
.borderwan:hover i.ii2,
.borderwan:hover i.ii4 {
  height: 100%;
}
.btt1 img,
.btt2 img,
.btt3 img {
  -webkit-animation: move ease-in-out 2s infinite;
          animation: move ease-in-out 2s infinite;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
.greybg {
  background-color: #bdbbbc;
}
.greybg2 {
  background-color: #918f8f;
}
.js-qiecon2 {
  display: none;
}
.js-qiecon2.on {
  display: block;
}
.js-qiecon {
  position: absolute;
  left: 200%;
  top: 0;
  z-index: -20;
  opacity: 0;
  width: 100%;
}
.js-qiecon.on {
  position: static;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
}
.pianyi {
  padding-top: 80px;
  margin-top: -80px;
}
.js-qiecon-wrap1,
.js-qiecon-wrap2,
.js-qiecon-wrap3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lefthalf {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.righthalf {
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.txtEff label {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .pianyi {
    padding-top: 60px;
    margin-top: -60px;
  }
}
.baninfo {
  height: 80px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #eee;
}
.baninfo .cer8 {
  height: 100%;
}
.erji {
  float: left;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  max-width: 100%;
  line-height: 80px;
  height: 80px;
}
.erji a {
  display: inline-block;
  height: 100%;
  position: relative;
  margin-left: 110px;
  color: #333;
  font-size: 16px;
  line-height: 80px;
  vertical-align: top;
}
.erji a:first-child {
  margin-left: 0;
}
.erji a:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  z-index: 0;
  width: 0;
  height: 1px;
  background-color: #009de2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.erji a:hover {
  color: #009de2;
}
.erji a.on {
  color: #009de2;
  font-weight: bold;
}
.erji a:hover:after {
  left: 0;
  width: 100%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.tree {
  float: right;
  height: 100%;
  font-size: 16px;
  line-height: 80px;
  color: #999;
}
.tree a {
  display: inline-block;
  height: 100%;
  color: #999;
  vertical-align: middle;
}
.tree a:hover,
.tree a.leaf {
  color: #009de2;
}
.tree i {
  display: inline-block;
  width: 34px;
  height: 100%;
  vertical-align: middle;
  background: url('../images/sjr1-tree.png') center no-repeat;
}
@media screen and (max-width: 1200px) {
  .erji a {
    margin-left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .tree {
    display: none;
  }
  .erji {
    float: none;
  }
}
@media screen and (max-width: 750px) {
  .erji a {
    margin-left: 70px;
  }
}
@media screen and (max-width: 640px) {
  .erji a {
    width: 25%;
    margin-left: 0;
  }
}
/*宝创8产品详情 */
.bneck {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 66px;
  z-index: 3;
}
.berji {
  font-size: 0;
  width: 100%;
  text-align: center;
}
.berji a {
  display: inline-block;
  width: 164px;
  height: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  position: relative;
  overflow: hidden;
  background-color: #66807f;
  margin: 10px 17px;
  border-radius: 8px;
}
.berji a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 0;
  width: 1px;
  height: 30px;
  display: none;
}
.berji a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 0;
  margin-left: 0;
  width: 0;
  height: 4px;
  background-color: #0076cd;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.berji a.on:after,
.berji a:hover:after {
  width: 80px;
  margin-left: -40px;
}
.berji a.on,
.berji a:hover {
  background-color: #1fb5b0;
}
/*鸿盛广达1首页按钮*/
a.seemore {
  display: block;
  width: 164px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 0;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
}
a.seemore:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 2px solid #ffd04f;
  border-radius: 25px;
}
a.seemore span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  font-size: 16px;
  background: url('../images/jtr1.png') right no-repeat;
  letter-spacing: 2px;
}
a.seemore:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ffd04f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.seemore:hover:after {
  height: 0;
}
a.seemore:hover {
  background-color: #fff;
  color: #ffd04f;
}
a.seemore:hover span {
  background-image: url('../images/jtr1h.png');
}
a.seemore2 {
  display: block;
  width: 172px;
  height: 42px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #1e64c6;
  line-height: 42px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 23px;
  background-color: #fff;
}
a.seemore2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  background: url('../images/jtr1h.png') right no-repeat;
}
.jello-h:hover {
  -webkit-animation: jello 1s 0s infinite;
          animation: jello 1s 0s infinite;
}
.rubberBand-h:hover {
  -webkit-animation: rubberBand 1s 0s 1;
          animation: rubberBand 1s 0s 1;
}
/*远见8产品详情 */
.outnavbg {
  width: 100%;
  height: 60px;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.outnav7 {
  height: 60px;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.outnav7 .nav-left,
.outnav7 .nav-right {
  width: 40px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #e7e7e7;
}
.outnav7 .nav-left {
  left: 0;
  background-image: url('../images/lt3.png');
}
.outnav7 .nav-right {
  right: 0;
  background-image: url('../images/gt3.png');
}
.outnav7 .nav-left:hover {
  background-image: url('../images/lt3h.png');
  background-color: #eb0104;
}
.outnav7 .nav-right:hover {
  background-image: url('../images/gt3h.png');
  background-color: #eb0104;
}
.outnav7 #wrapper77 {
  width: 100%;
  height: 100%;
  position: relative;
}
.outnav7.on {
  padding: 0 40px;
}
.outnav7.on .nav-left,
.outnav7.on .nav-right {
  display: block;
}
.nav7 {
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.nav7 li {
  width: 170px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.nav7.fen2 li {
  width: 50%;
}
.nav7.fen3 li {
  width: 33.3%;
}
.nav7.fen4 li {
  width: 25%;
}
.nav7.fen5 li {
  width: 20%;
}
.nav7 li a {
  display: block;
  position: relative;
  color: #666;
  line-height: 60px;
  font-size: 16px;
}
.nav7 li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  display: none;
  width: 1px;
  height: 14px;
  background-color: #ccc;
  margin-top: -7px;
}
.nav7 li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  margin-left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #014ab1;
}
.nav7 li:hover a {
  color: #eb0104;
}
.nav7 li:hover a:after {
  width: 108px;
  margin-left: -54px;
}
.nav7 li.on a {
  color: #eb0104;
}
.nav7 li.on a:after {
  width: 108px;
  margin-left: -54px;
}
.cate4 {
  position: relative;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
.cate4 .enp {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  font-size: 0;
}
.cate4 img {
  max-width: 90%;
  vertical-align: top;
}
.cate4 .cn {
  font-size: 0;
  color: #009fe3;
  line-height: 56px;
  height: 56px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
}
.cate4 .cn i {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  height: 100%;
  position: relative;
}
.cate4 .cn i:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 14px;
  z-index: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 159, 227, 0.2);
}
.cate4 .cn span {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin: 0 10px;
  font-size: 36px;
  padding-left: 3px;
  letter-spacing: 3px;
}
.fulione {
  padding: 118px 0;
  background: url('../images/fulibg.jpg') center / cover no-repeat;
}
.fulione .intro {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-align: center;
  margin: 18px auto;
  letter-spacing: 1px;
}
.fulilist {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 0 -10px;
  padding-top: 18px;
}
.fulilist li {
  display: inline-block;
  width: 33.33%;
  margin-top: 25px;
}
.fulilist li .lin {
  padding: 0 10px;
}
.fulilist li a {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
  padding: 58px 0 22px;
}
.fulilist li .im {
  line-height: 68px;
  width: 68px;
  height: 68px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background-color: #009de2;
}
.fulilist li .im img {
  max-width: 90%;
  max-height: 90%;
}
.fulilist li h3 {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 10px;
  padding: 0 24px;
}
.fulilist li:hover a {
  border-color: rgba(0, 157, 226, 0.6);
}
.fulilist li:hover h3 {
  color: #009de2;
}
.fulilist li h3 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .fulilist li {
    width: 50%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .fulione {
    padding: 80px 0;
  }
  .cate4 .cn span {
    font-size: 30px;
  }
}
@media screen and (max-width: 580px) {
  .fulilist li:nth-child(3n+1) h3 {
    font-size: 14px;
  }
}
.fulitwo {
  padding: 106px 0 100px;
}
.zhiyelist {
  text-align: center;
  font-size: 0;
  padding-top: 80px;
  padding-bottom: 18px;
}
.zhiyelist li {
  display: inline-block;
  width: 20%;
}
.zhiyelist li a {
  display: block;
  position: relative;
  padding: 10px 0 22px;
}
.zhiyelist li .im {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background-color: #009de2;
   
  font-size: 48px;
  color: #fff;
  line-height: 100px;
  font-weight: bold;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 157, 226, 0.1);
          box-shadow: 0 0 0 10px rgba(0, 157, 226, 0.1);
}
.zhiyelist li h3 {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 28px;
  padding: 0 30px;
}
.zhiyelist li:hover a {
  border-color: #009de2;
}
.zhiyelist li:hover h3 {
  color: #009de2;
}
.zhiyelist li h3 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.zhiyelist li:hover .im {
  -webkit-animation: pin01 1s ease-in-out 0s infinite alternate;
          animation: pin01 1s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes pin01 {
  0% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 157, 226, 0.1);
            box-shadow: 0px 0px 0px 10px rgba(0, 157, 226, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 20px rgba(0, 157, 226, 0.2);
            box-shadow: 0px 0px 0px 20px rgba(0, 157, 226, 0.2);
  }
}
@keyframes pin01 {
  0% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 157, 226, 0.1);
            box-shadow: 0px 0px 0px 10px rgba(0, 157, 226, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 20px rgba(0, 157, 226, 0.2);
            box-shadow: 0px 0px 0px 20px rgba(0, 157, 226, 0.2);
  }
}
@media screen and (max-width: 1200px) {
  .zhiyelist li {
    width: 33.33%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .fulitwo {
    padding: 70px 0;
  }
  .zhiyelist {
    padding-bottom: 0;
  }
  .zhiyelist li {
    width: 50%;
  }
}
/*新闻详情*/
.greybgnews {
  background-color: #f5f9fc;
  padding: 120px 0 104px;
}
.main {
  position: relative;
  padding-right: 440px;
}
.mainleft {
  width: 100%;
  min-height: 900px;
}
.mainright {
  width: 392px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.mainright .sidebox {
  padding: 20px 28px 0;
  width: auto;
  background-color: #fff;
}
.mainright .sidebox .title {
  height: 44px;
  position: relative;
  font-weight: bold;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 44px;
  color: #009fe3;
  text-indent: 22px;
}
.mainright .sidebox .title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 4px;
  height: 20px;
  background-color: #009de2;
  margin-top: -10px;
}
.relnewslist {
  padding: 18px 0;
}
.relnewslist li {
  padding: 10px 0 10px 20px;
  position: relative;
}
.relnewslist li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  z-index: 0;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}
.relnewslist li a {
  display: block;
  color: #666;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.relnewslist li span.date {
  position: absolute;
  width: 100px;
  right: 0;
  top: 0;
  color: #999;
}
.relnewslist li:hover:before {
  background-color: #009fe3;
}
.relnewslist li:hover span {
  color: #009fe3;
}
.newsitem {
  border-bottom: 1px solid #eee;
}
.newsitem a {
  display: block;
  position: relative;
  padding-bottom: 20px;
}
.newsitem .pic {
  width: 100%;
  height: 190px;
  position: relative;
  overflow: hidden;
}
.newsitem .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsitem .pic:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.newsitem h3 {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  margin-top: 14px;
  height: 64px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newsitem:hover h3 {
  color: #009fe3;
}
.atc {
  padding: 64px 85px 85px;
  background-color: #fff;
}
.atc-h {
  border-bottom: 1px solid #eee;
  padding-bottom: 22px;
  position: relative;
}
.atc-h h1 {
  font-size: 24px;
  color: #333;
  line-height: 40px;
  margin-bottom: 16px;
}
.atc-date {
  font-size: 16px;
  color: #999;
  line-height: 32px;
}
.atc-date span {
  display: inline-block;
  margin-right: 24px;
}
.atc-con {
  padding: 22px 0 78px;
  font-size: 14px;
  line-height: 32px;
  color: #666;
  text-align: justify;
  font-family: "Microsoft YaHei" !important;
}
.atc-con .pic {
  text-align: center;
  padding: 24px 0;
}
.atc-con img {
  max-width: 100%;
}
.atc-con a {
  color: #009de2;
}
.atc-con em {
  font-weight: normal;
  font-style: italic;
}
.atc-pn {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.atc-pn a {
  display: block;
  width: 45%;
  height: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 60px;
}
.atc-pn a:hover {
  color: #009fe3;
}
a.atc-prev {
  float: left;
  text-align: left;
}
a.atc-next {
  float: right;
  text-align: right;
}
a.atc-ret {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background: url('../images/ret.png') center no-repeat;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
a.atc-ret:hover {
  opacity: 0.8;
  border-color: #009de2;
}
.videowrap {
  width: 1440px;
  position: relative;
  text-align: center;
  margin: 50px auto;
  overflow: hidden;
}
.video {
  width: 100%;
  height: 612px;
}
@media screen and (max-width: 1440px) {
  .greybgnews {
    padding: 100px 0;
  }
  .atc {
    padding: 60px 60px 80px;
  }
  .videowrap {
    width: 100%;
    padding-bottom: 42.5%;
    height: 0;
  }
  .video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .main {
    padding-right: 0;
  }
  .mainleft {
    min-height: 0;
  }
  .mainright {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .greybgnews {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1023px) {
  .greybgnews {
    padding: 80px 0;
    background-color: #fff;
  }
  .atc {
    padding: 0 30px;
  }
}
@media screen and (max-width: 960px) {
  .atc-con {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .atc-pn {
    height: auto;
    line-height: 40px;
    padding: 20px 0 30px;
  }
  .atc-pn a {
    width: 100%;
    line-height: 40px;
  }
  a.atc-prev {
    float: none;
    margin-left: 0;
  }
  a.atc-next {
    float: none;
    margin-right: 0;
    text-align: left;
  }
  a.atc-ret {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    display: block;
    border: 1px solid #ddd;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .greybgnews {
    padding: 50px 0 70px;
  }
  .atc {
    padding: 0 0;
  }
  .atc-h h1 {
    font-size: 20px;
  }
  .atc-pn {
    border-bottom: 0 none;
    padding-bottom: 0;
  }
}
.tuijian {
  width: 100%;
  height: 750px;
  overflow: hidden;
  position: relative;
}
.tjpicbg {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
}
.even .tjpicbg {
  left: 0;
  right: auto;
}
.tjpicbg img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s;
  transition: 1s;
}
.tjother {
  width: 50%;
  height: 100%;
  float: left;
  display: table;
  position: relative;
  z-index: 1;
}
.tjother .inner {
  padding: 0 12.5%;
  display: table-cell;
  vertical-align: middle;
}
.even .tjother {
  float: right;
}
.tjother .title {
  line-height: 50px;
  height: 50px;
  color: #009fe3;
  padding: 54px 0 20px;
  position: relative;
  margin-bottom: 24px;
}
.tjother .title span {
  position: relative;
  z-index: 1;
}
.tjother .title span.cn {
  font-size: 30px;
  letter-spacing: 1px;
  margin-right: 20px;
}
.tjother .title span.en {
  font-size: 18px;
  font-weight: bold;
  font-family: "Helvetica";
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tjother .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  height: 1px;
  background-color: #009fe3;
}
.tjother .title label.num {
  width: 100%;
  height: 164px;
  overflow: hidden;
  font-size: 220px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  color: #009fe3;
  line-height: 164px;
  font-family: "Helvetica";
  font-weight: bold;
  opacity: 0.07;
}
.tjother .title label.num001 {
  background: url('../images/linyu01.png') 0 0 no-repeat;
}
.tjother .title label.num002 {
  background: url('../images/linyu02.png') 0 0 no-repeat;
}
.tjother .tjcon {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-align: justify;
  width: 600px;
  max-height: 400px;
  overflow: auto;
}
.tjother .tjcon img {
  display: none;
}
.tuijian .tjpicbg img:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
@media screen and (max-width: 1580px) {
  .tjother .tjcon {
    width: auto;
  }
  .tjother .inner {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1100px) {
  .tuijianwrap {
    padding: 60px 40px 30px;
  }
  .tuijian {
    height: auto;
  }
  .tjpicbg {
    position: relative;
    width: auto;
    height: auto;
    text-align: center;
  }
  .tjpicbg img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .tjother {
    float: none;
    display: block;
    width: 100%;
    height: auto;
  }
  .even .tjother {
    float: none;
    display: block;
  }
  .tjother .inner {
    padding: 40px 0;
  }
  .tjother .tjcon {
    max-height: none;
  }
}
@media screen and (max-width: 750px) {
  .tuijianwrap {
    padding: 60px 5% 30px;
  }
}
.hezuobg {
  width: 100%;
  background: #ffffff url('../images/hezuobg.jpg') right bottom no-repeat;
}
.hezuo {
  padding: 110px 0 116px;
}
.hezuocon {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: justify;
  max-width: 750px;
}
.hezuocon img {
  max-width: 100%;
}
.hezuoemail {
  margin-top: 32px;
}
.hezuoemail dt {
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.hezuoemail dd {
  font-size: 24px;
  color: #009fe3;
  line-height: 34px;
  font-weight: bold;
  font-family: "Helvetica";
}
@media screen and (max-width: 750px) {
  .hezuo {
    padding: 70px 0 80px;
  }
}
.greybggupiao {
  background-color: #f5f9fc;
  padding: 74px 0 114px;
}
.main2 {
  position: relative;
  padding-left: 480px;
}
.gpleft {
  width: 460px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.gpright {
  width: 100%;
  min-height: 690px;
}
.gpleft .sdbox:first-child {
  margin-bottom: 24px;
}
.sdbox {
  width: 100%;
  background-color: #fff;
}
.sdbox .title {
  position: relative;
  height: 40px;
  padding: 20px 40px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  line-height: 40px;
}
.sdbox .title span.cn {
  float: left;
  font-size: 24px;
  color: #009de2;
}
.sdbox .extra {
  height: 40px;
  padding: 10px 40px;
  border-top: 1px solid #eee;
  line-height: 40px;
  font-size: 16px;
  color: #666;
}
.sdbox .more {
  position: absolute;
  right: 44px;
  top: 24px;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 0;
  background: #009de2 url('../images/jia1.png') center no-repeat;
}
.sdbox .more:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gpright .sdbox .title {
  padding: 20px 44px;
}
.sdlx {
  padding: 24px 40px;
}
.sdlxcon {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  letter-spacing: 1px;
}
.txtlist2 {
  padding: 14px 44px;
}
.txtlist2 li {
  width: 100%;
  border-bottom: 1px solid rgba(238, 238, 238, 0.6);
}
.txtlist2 li a {
  display: block;
  padding-right: 110px;
  position: relative;
  height: 72px;
  line-height: 72px;
  overflow: hidden;
}
.txtlist2 li span.info {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 0;
  font-size: 16px;
  color: #333;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.txtlist2 li span.info:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 8px;
  height: 8px;
  opacity: 0;
  background-color: #009de2;
  margin-top: -4px;
}
.txtlist2 li span.date {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100px;
  font-size: 16px;
  color: #333;
  text-align: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.txtlist2 li:hover span.info {
  color: #009de2;
  padding-left: 15px;
}
.txtlist2 li:hover span.info:before {
  opacity: 1;
  left: 0;
}
.txtlist2 li:hover span.date {
  color: #009de2;
}
.gupiaowrap {
  padding: 20px 40px 18px;
  font-size: 0;
}
.gupiao {
  display: inline-block;
  width: 50%;
  text-align: center;
}
.gupiao .ccode {
  font-size: 16px;
  color: #009de2;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
}
.gupiao .value {
  font-size: 16px;
  color: #333;
  line-height: 58px;
  height: 58px;
  overflow: hidden;
  margin-bottom: 20px;
}
.gupiao .value span {
  font-size: 48px;
  color: #e61436;
   
}
.gupiao .fudu {
  margin: 0 auto;
  padding-left: 32px;
  display: inline-block;
  color: #333;
  height: 56px;
  background: url('../images/jtu-gp.png') 0 no-repeat;
}
.gupiao .fudu p {
  font-size: 16px;
  line-height: 28px;
}
.gupiao .fudu.down {
  background-image: url('../images/jtd-gp.png');
}
.newsout {
  padding: 120px 0 96px;
}
.newsmain {
  padding-left: 310px;
  padding-right: 30px;
  margin-bottom: 72px;
  position: relative;
}
.cate3 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cate3 .en {
  font-size: 16px;
  color: #666;
  line-height: 40px;
}
.cate3 .cn {
  font-size: 18px;
  color: #333;
  line-height: 28px;
}
.sou {
  height: 50px;
  overflow: hidden;
  position: relative;
  padding-left: 230px;
  margin-bottom: 34px;
}
.sou form {
  height: 100%;
}
.sou select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 220px;
  height: 50px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  text-indent: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sou select:hover {
  border-color: #009fe3;
  color: #009fe3;
}
.sou select option {
  color: #666;
}
.sou .wrap {
  border: 1px solid #ccc;
  height: 48px;
  position: relative;
  padding-right: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sou input.soutxt {
  width: 100%;
  height: 48px;
  display: block;
  border: 0 none;
  font-size: 14px;
  color: #666;
  line-height: 48px;
  text-indent: 20px;
}
.sou input.soubtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 50px;
  height: 100%;
  cursor: pointer;
  font-size: 0;
  background: url('../images/glass.png') center no-repeat;
  border: 0 none;
}
.sou input.soutxt,
.sou input.soubtn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sou .wrap:hover {
  border-color: #009fe3;
}
.sou input.soubtn:hover {
  background-image: url('../images/glass2.png');
}
.newslist li {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid rgba(238, 238, 238, 0.6);
}
.newslist li a {
  display: block;
  padding-left: 174px;
  position: relative;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.newslist li span.info {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newslist li span.date {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 176px;
  font-size: 24px;
  color: #333;
  font-family: "Helvetica";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newslist li:hover span.info {
  color: #009de2;
}
.newslist li:hover span.date {
  color: #009de2;
}
@media screen and (max-width: 1200px) {
  .newsout {
    padding: 90px 0;
  }
  .newsmain {
    padding-left: 0;
    padding-right: 0;
  }
  .cate3 {
    position: static;
    margin-bottom: 40px;
    text-align: center;
  }
  .cate3 .en {
    font-size: 20px;
  }
  .cate3 .cn {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .newsout {
    padding: 60px 0 80px;
  }
  .sou {
    padding-left: 140px;
  }
  .sou select {
    width: 130px;
  }
  .newslist li {
    padding: 20px 0;
  }
  .newslist li a {
    padding-left: 110px;
  }
  .newslist li span.date {
    width: 110px;
    font-size: 18px;
  }
  .newslist li span.info {
    font-size: 16px;
  }
}
.chuang2 {
  background: url('../images/chuang2bg.jpg') center / cover no-repeat;
  padding: 182px 0;
  text-align: center;
}
.chuang2 p.intro {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  max-width: 760px;
  margin: 16px auto 42px;
}
.chuang2 .morebtn {
  display: block;
  width: 194px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 24px;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 auto;
}
.chuang2 .morebtn:hover {
  background-color: #fff;
  color: #009fe3;
}
.chuang4 {
  background: url('../images/chuang4bg.jpg') center / cover no-repeat;
  padding: 130px 0;
  text-align: center;
}
.chuang4 p.intro {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  max-width: 700px;
  margin: 26px auto 40px;
}
.chuang4 .morebtn {
  display: block;
  width: 144px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 24px;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 auto;
}
.chuang4 .morebtn:hover {
  background-color: #fff;
  color: #009fe3;
}
.cate5 {
  position: relative;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
.cate5 .enp {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  font-size: 0;
}
.cate5 img {
  max-width: 90%;
  vertical-align: top;
}
.cate5 .cn {
  font-size: 0;
  color: #fff;
  line-height: 56px;
  height: 56px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
}
.cate5 .cn i {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  height: 100%;
  position: relative;
}
.cate5 .cn i:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 14px;
  z-index: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.cate5 .cn span {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin: 0 10px;
  font-size: 36px;
  padding-left: 3px;
  letter-spacing: 3px;
  min-width: 150px;
}
.chuang3 {
  width: 100%;
  padding: 128px 0 168px;
  background: #ffffff url('../images/chuang3bg.jpg') right bottom no-repeat;
}
.chuang3 .hezuocon {
  margin-top: 142px;
}
@media screen and (max-width: 1023px) {
  .chuang3 {
    padding: 100px 0 140px;
  }
  .chuang3 .hezuocon {
    margin-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .chuang3 {
    padding: 80px 0 100px;
  }
  .chuang3 .hezuocon {
    margin-top: 70px;
  }
}
.chuang5 {
  padding: 120px 0 0;
  background-color: #fff;
  position: relative;
}
.chuang5 .cer8 {
  position: relative;
  z-index: 2;
}
.chuang5:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 150px;
  background-color: #f5f9fc;
}
.chuang5 .morebtn {
  display: block;
  width: 144px;
  height: 46px;
  border: 1px solid #009de2;
  border-radius: 24px;
  font-size: 18px;
  color: #009de2;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 50px;
}
.chuang5 .morebtn:hover {
  background-color: #009fe3;
  color: #fff;
}
.abt {
  height: 358px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
.abtpicbg {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
}
.abtpicbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.abtother {
  width: 50%;
  height: 100%;
  float: right;
  display: table;
  position: relative;
  z-index: 1;
}
.abtother .inner {
  font-size: 14px;
  color: #907761;
  line-height: 24px;
  padding-left: 85px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 70px;
}
.abtother .abtcon {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  max-height: 160px;
  overflow: auto;
}
.abtother .abtcon img {
  display: none;
}
@media screen and (max-width: 1600px) {
  .abtother .inner {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1100px) {
  .chuang5 {
    padding-top: 90px;
  }
  .abt {
    height: auto;
    padding: 0 30px;
  }
  .abtpicbg {
    position: relative;
    width: auto;
    height: auto;
  }
  .abtother {
    float: none;
    width: 100%;
    height: auto;
  }
  .abtother .inner {
    padding: 40px 30px;
  }
  .abtother .abtcon {
    max-height: none;
  }
}
@media screen and (max-width: 840px) {
  .chuang5 {
    padding-top: 70px;
  }
  .abt {
    padding: 0 0;
  }
  .abtother .inner {
    padding: 40px 5%;
  }
  .chuang5 .morebtn {
    margin-top: 30px;
  }
}
.chuang6 {
  padding: 120px 0 100px;
  background-color: #f5f9fc;
}
.chuang6 p.intro {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  text-align: center;
  margin: 36px auto 46px;
}
.zerenlist {
  padding: 0 0 15px;
  margin: 0 -15px;
  overflow: hidden;
}
.zerenlist li {
  float: left;
  width: 33.33%;
  margin-bottom: 30px;
}
.zerenlist li .lin {
  padding: 0 15px;
}
.zerenlist li a {
  display: block;
  position: relative;
  background-color: #fff;
}
.zerenlist li a:after {
  left: 100%;
  position: absolute;
  bottom: 0;
  content: " ";
  width: 0;
  border-bottom: 1px solid #009fe3;
  -webkit-transition: .5s;
  transition: .5s;
}
.zerenlist li:hover a:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.zerenlist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 84.78%;
  overflow: hidden;
  position: relative;
}
.zerenlist img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.zerenlist li .wz {
  padding: 30px 30px;
}
.zerenlist li h3 {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}
.zerenlist li .txt {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  margin-top: 10px;
  display: none;
}
.zerenlist li:hover h3 {
  color: #009fe3;
}
.zerenlist h3 {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1520px) {
  .chuang6 {
    padding: 100px 0 80px;
  }
  .zerenlist {
    margin: 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .chuang6 {
    padding: 90px 0 70px;
  }
  .zerenlist {
    padding-bottom: 1px;
  }
  .zerenlist li .lin {
    padding: 0 10px;
  }
  .zerenlist li .wz {
    padding: 20px 16px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .zerenlist li {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .chuang6 {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 640px) {
  .zerenlist li {
    width: 100%;
  }
  .zerenlist li .lin {
    padding: 0 0;
  }
}
.lianxipage {
  padding: 100px 0;
}
.lxcate {
  position: relative;
  height: 68px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  line-height: 68px;
}
.lxcate span.cn {
  display: inline-block;
  font-size: 30px;
  color: #009de2;
  font-weight: bold; 
}
.lxone {
  overflow: hidden;
  height: 320px;
  margin: 52px 0 64px;
}
.lxone .left {
  float: left;
  width: 36.8%;
  height: 100%;
}
.lxone .right {
  float: right;
  width: 56.25%;
  height: 100%;
}
.lxcon {
  padding: 56px 0 1px;
}
.lxcon h2 {
  color: #333;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 24px;
}
.lxcon div {
  position: relative;
  padding: 10px 0 10px 46px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.lxcon div:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #009fe3;
  background-position: center;
  background-repeat: no-repeat;
}
.lxcon .lx1:before {
  background-image: url('../images/lx1.png');
}
.lxcon .lx2:before {
  background-image: url('../images/lx2.png');
}
.lxcon .lx3:before {
  background-image: url('../images/lx3.png');
}
#map {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1300px) {
  .lianxipage {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1100px) {
  .lxone {
    height: auto;
  }
  .lxone .left {
    float: none;
    width: 800px;
    margin: 0 auto;
  }
  .lxone .right {
    float: none;
    width: 800px;
    margin: 0 auto;
    height: 400px;
  }
  .lxcon {
    padding: 0 0 50px;
  }
  .lxcate {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .lxone {
    margin: 50px 0;
  }
}
@media screen and (max-width: 900px) {
  .lxone .left {
    width: auto;
  }
  .lxone .right {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .lianxipage {
    padding: 60px 0;
  }
}
.waylist {
  margin-top: 86px;
  font-size: 0;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.waylist li {
  margin-top: 10px;
}
.waylist li a {
  display: block;
  height: 70px;
  overflow: hidden;
  padding-left: 66px;
  position: relative;
}
.waylist .pic {
  width: 52px;
  height: 100%;
  font-size: 0;
  line-height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  text-align: center;
}
.waylist img {
  max-width: 100%;
  max-height: 100%;
}
.waylist .wz {
  text-align: left;
}
.waylist .cn {
  font-size: 20px;
  line-height: 40px;
  color: #333;
  height: 40px;
  overflow: hidden;
}
.waylist .txt {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  height: 30px;
  overflow: hidden;
}
.waylist .cn,
.waylist .txt {
  -webkit-transition: .6s;
  transition: .6s;
}
.waylist li:hover .cn {
  color: #009fe3;
}
@media screen and (max-width: 800px) {
  .waylist {
    margin-top: 60px;
  }
  .waylist li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 540px) {
  .waylist {
    margin-top: 30px;
  }
  .waylist li {
    margin-top: 40px;
  }
}
.bumenlist {
  padding: 40px 0 64px;
  margin: 0 -12px;
  font-size: 0;
  overflow: hidden;
}
.bumenlist li {
  float: left;
  width: 50%;
  margin: 32px 0;
}
.bumenlist li .lin {
  padding: 0 12px;
}
.bumenlist li a {
  display: block;
  background-color: #f5f9fc;
  border: 1px solid #eee;
  padding-left: 144px;
  border-radius: 10px;
  position: relative;
  height: 148px;
}
.bumenlist .city {
  width: 144px;
  height: 100%;
  font-size: 0;
  line-height: 148px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  text-align: center;
}
.bumenlist .city span {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
  font-size: 24px;
  line-height: 36px;
  color: #333;
}
.bumenlist .wz {
  border-left: 1px solid #eee;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.bumenlist .wz .inner {
  margin: auto 0;
}
.bumenlist .cn {
  font-size: 20px;
  line-height: 36px;
  color: #333;
  height: 36px;
  overflow: hidden;
  font-family: "Helvetica";
}
.bumenlist .txt {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  max-height: 96px;
  margin-top: 6px;
}
.bumenlist .cn,
.bumenlist .city span {
  -webkit-transition: .6s;
  transition: .6s;
}
.bumenlist li:hover .cn {
  color: #009fe3;
}
.bumenlist li:hover .city span {
  color: #009fe3;
}
@media screen and (max-width: 1260px) {
  .bumenlist li a {
    padding-left: 100px;
  }
  .bumenlist .city {
    width: 100px;
  }
  .bumenlist .wz {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .bumenlist {
    margin: 0;
    padding-bottom: 40px;
  }
  .bumenlist li .lin {
    padding: 0;
  }
  .bumenlist li {
    width: 100%;
    margin: 22px 0;
  }
}
@media screen and (max-width: 540px) {
  .bumenlist .cn {
    font-size: 18px;
  }
}
.fcate2 {
  text-align: center;
}
.fcate2 .cn {
  font-size: 40px;
  line-height: 52px;
  color: #333;
}
.fcate2 .en {
  font-size: 18px;
  line-height: 26px;
  color: rgba(51, 51, 51, 0.6);
  text-transform: uppercase;
   
}
@media screen and (max-width: 540px) {
  .fcate2 .cn {
    font-size: 30px;
  }
}
.sanji {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin: 30px 0 42px;
}
.sanji a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 52px;
  height: 2em;
  font-size: 20px;
  color: #333;
  line-height: 2em;
}
.sanji a:hover,
.sanji a.on,
.sanji a.first {
  color: #009fe3;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .sanji a {
    margin: 0 10px;
  }
}
.fnews {
  padding: 84px 0 70px;
  position: relative;
}
.fnewslist {
  padding: 0 0 1px;
  margin: 0 -42px;
  overflow: hidden;
}
.fnewslist li {
  float: left;
  width: 33.33%;
  margin-bottom: 50px;
}
.fnewslist li.i4 {
  display: none;
}
.fnewslist li .lin {
  padding: 0 42px;
}
.fnewslist li a {
  display: block;
}
.fnewslist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 56.4%;
  overflow: hidden;
  position: relative;
}
.fnewslist img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.fnewslist li .wz {
  margin-top: 22px;
}
.fnewslist li h3 {
  font-size: 20px;
  color: #333;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fnewslist li .txt {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 12px;
}
.fnewslist li .more {
  font-size: 16px;
  color: #ffd04f;
  line-height: 32px;
  height: 32px;
  margin-top: 24px;
  text-transform: uppercase;
}
.fnewslist li .date {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin: 12px 0;
}
.fnewslist li .hx {
  width: 100%;
  height: 5px;
  position: relative;
}
.fnewslist li .hx i {
  display: block;
  width: 40px;
  height: 100%;
  position: relative;
  z-index: 2;
  background-color: #ffd04f;
}
.fnewslist li .hx:before {
  left: 0;
  position: absolute;
  bottom: 2px;
  content: " ";
  width: 100%;
  border-bottom: 1px solid #ddd;
  z-index: 0;
}
.fnewslist li .hx:after {
  left: 100%;
  position: absolute;
  bottom: 2px;
  content: " ";
  width: 0;
  border-bottom: 1px solid #ffd04f;
  z-index: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.fnewslist li:hover .hx:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.fnewslist li:hover h3 {
  color: #009fe3;
}
.fnewslist h3 {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1480px) {
  .fnewslist {
    margin: 0 -30px;
  }
  .fnewslist li .lin {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .fnews {
    padding: 70px 0;
  }
  .fnewslist li {
    margin-bottom: 40px;
  }
  .fnewslist {
    margin: 0 -20px;
  }
  .fnewslist li .lin {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .fnewslist li {
    width: 50%;
  }
  .fnewslist li.i4 {
    display: list-item;
  }
}
@media screen and (max-width: 750px) {
  .fnewslist li {
    width: 100%;
  }
  .fnewslist {
    margin: 0 0;
  }
  .fnewslist li .lin {
    padding: 0 0;
  }
}
.fcate1 {
  text-align: center;
}
.fcate1 .cn {
  font-size: 42px;
  line-height: 60px;
  color: #333;
}
.fcate1 .en {
  font-size: 18px;
  line-height: 28px;
  color: rgba(153, 153, 153, 0.5);
  text-transform: uppercase;
  font-family: 'Helvetica';
}
@media screen and (max-width: 540px) {
  .fcate1 .cn {
    font-size: 30px;
  }
}
.fabout {
  padding: 100px 0 106px;
  background: url('../images/fabbg.jpg') center / cover no-repeat;
}
.fabout .intro {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-align: center;
  max-width: 960px;
  margin: 20px auto 0;
}
.guolist {
  overflow: hidden;
  width: 100%;
  margin-top: 64px;
  position: relative;
  z-index: 1;
  font-size: 0;
}
.guolist li {
  display: inline-block;
  width: 25%;
  text-align: center;
  position: relative;
}
.guolist li .lin {
  padding: 0 10px;
}
.guolist li a {
  display: block;
  position: relative;
  border: 1px solid #e1e1e1;
  padding: 30px 0 32px;
  border-radius: 4px;
}
.guolist li.i1:before {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 0;
  width: 1px;
  height: 30px;
  background-color: #b6b6b6;
}
.guolist li.i3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 0;
  width: 1px;
  height: 30px;
  background-color: #b6b6b6;
}
.guolist h3 {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #666;
  line-height: 56px;
  height: 56px;
}
.guolist h3 span {
  font-size: 60px;
  color: #ffd04f;
   
}
.guolist h3 i {
  font-size: 30px;
  color: #ffd04f;
  font-style: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: -24px;
}
.guolist li .txt {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-align: left;
  height: 56px;
}
.guolist li .txt s {
  display: block;
  color: #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*.guolist li:hover .txt s{ color: #ffd04f;}*/
.guolist li:hover a {
  border-color: #ffd04f;
}
@media screen and (max-width: 1400px) {
  .guolist {
    margin-top: 45px;
  }
  .guolist li {
    width: 50%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .fabout {
    padding: 80px 0 86px;
  }
}
@media screen and (max-width: 720px) {
  .guolist {
    margin-top: 15px;
  }
  .guolist li {
    width: 100%;
  }
}
.fabout .jiaonang {
  width: 100%;
  padding-top: 240px;
  margin-top: 34px;
  background: url('../images/jiaonang3.png') center 0 no-repeat;
  position: relative;
}
.fabout .intro2 {
  font-size: 16px;
  color: #94bce1;
  line-height: 28px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  display: none;
}
.yaowan {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  height: 192px;
  z-index: 3;
  overflow: hidden;
}
.yaowan .swiper-container {
  height: 100%;
}
.yaowan .swiper-slide {
  width: 380px;
  text-align: center;
  line-height: 192px;
  z-index: 1;
}
.yaowan .swiper-slide a {
  display: block;
  height: 100%;
  font-size: 0;
  cursor: pointer;
}
.yaowan .swiper-slide .num {
  font-size: 48px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.yaowan .swiper-slide-active.swiper-slide {
  z-index: 2;
}
.yaowan .swiper-slide-active .num {
  font-size: 140px;
}
.yaowan .swiper-slide .info {
  display: none;
}
.yaowantxtout {
  width: 100%;
  margin-top: 10px;
}
.yaowantxt {
  font-size: 16px;
  line-height: 28px;
  color: #94bce1;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.tuoyuan {
  width: 1006px;
  height: 380px;
  position: absolute;
  left: 50%;
  top: 24px;
  z-index: 1;
  border-radius: 190px;
  background: url('../images/tuo1.png') center 0 no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
.tuoyuan2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background: url('../images/tuo2.png') 0 no-repeat;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.about1 {
  padding: 88px 0 112px;
}
.bbt {
  width: 100%;
  min-height: 490px;
  overflow: hidden;
  position: relative;
}
.bbtpicbg {
  width: 41%;
  height: 450px;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 2;
  overflow: hidden;
}
.bbtpicbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bbtother {
  width: 54%;
  float: left;
  position: relative;
  z-index: 1;
  background: url('../images/aboutus.png') 0 0 no-repeat;
}
.bbtother .inner {
  padding-left: 23%;
}
.bbtother .tt1 {
  font-size: 0;
}
.bbtother .abtcon {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-align: justify;
  margin-top: 42px;
  overflow: auto;
}
.bbtother .abtcon img {
  display: none;
}
@media screen and (max-width: 1440px) {
  .about1 {
    padding: 88px 30px 112px;
  }
  .bbtother {
    width: 50%;
    background-size: contain;
  }
  .bbtother .inner {
    padding-left: 0;
  }
  .bbtpicbg {
    width: 45%;
  }
}
@media screen and (max-width: 1100px) {
  .about1 {
    padding: 80px 5% 100px;
  }
  .bbtother {
    background-size: auto;
  }
}
@media screen and (max-width: 1100px) {
  .bbtpicbg {
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    margin: 0 auto;
    text-align: center;
  }
  .bbtother {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 40px;
    background-position: center 0;
  }
  .bbtother .tt1 {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .about1 {
    padding: 70px 5% 80px;
  }
  .bbtother {
    background-size: contain;
  }
}
.about4 {
  padding: 116px 0 108px;
}
.kehulist {
  padding: 18px 0 0;
  overflow: hidden;
  margin: 0 -10px;
  position: relative;
  z-index: 1;
}
.kehulist li {
  float: left;
  width: 16.66%;
  margin-top: 30px;
}
.kehulist li .lin {
  padding: 0 10px;
}
.kehulist li a {
  display: block;
  border: 1px solid #eee;
  border-radius: 10px;
}
.kehulist .pic {
  height: 98px;
  overflow: hidden;
  font-size: 0;
  line-height: 98px;
  text-align: center;
  position: relative;
}
.kehulist img {
  max-width: 90%;
  max-height: 90%;
}
.kehulist li a:hover {
  border-color: #009de2;
}
@media screen and (max-width: 1480px) {
  .kehulist li {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .kehulist li {
    width: 25%;
  }
}
@media screen and (max-width: 780px) {
  .kehulist li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 660px) {
  .kehulist li {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .about4 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1000px) {
  .about4 {
    padding: 90px 0;
  }
}
@media screen and (max-width: 750px) {
  .about4 {
    padding: 80px 0;
  }
}
.about3 {
  padding: 98px 0 108px;
  background: url('../images/abbg3.jpg') center / cover no-repeat;
}
.ziliaolist {
  padding-bottom: 10px;
  margin: 44px -7px 0;
  font-size: 0;
  text-align: center;
}
.ziliaolist li {
  display: inline-block;
  width: 33.33%;
  margin-bottom: 30px;
}
.ziliaolist li .lin {
  padding: 0 7px;
}
.ziliaolist li .wrap {
  background-color: #fff;
  text-align: left;
}
.ziliaolist .one {
  padding: 0 36px;
  height: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e6acd), to(#168ac4));
  background-image: linear-gradient(to bottom, #1e6acd, #168ac4);
}
.ziliaolist h3 {
  font-size: 24px;
  line-height: 70px;
  color: #fff;
  height: 70px;
  overflow: hidden;
  padding-left: 58px;
  font-weight: bold;
}
.ziliaolist h3.i1 {
  background: url('../images/rong1.png') 0 no-repeat;
}
.ziliaolist h3.i2 {
  background: url('../images/rong2.png') 0 no-repeat;
}
.ziliaolist h3.i3 {
  background: url('../images/rong3.png') 0 no-repeat;
}
.ziliaolist .wrap {
  -webkit-transition: .3s;
  transition: .3s;
}
.ziliaolist li:hover .wrap {
  -webkit-box-shadow: 0 0 10px 0 #ccc;
          box-shadow: 0 0 10px 0 #ccc;
}
.liaolist {
  padding: 40px 36px 46px;
  min-height: 324px;
  overflow: auto;
  font-size: 0;
}
.liaolist dd {
  width: 100%;
  overflow: hidden;
}
.liaolist dd a {
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.liaolist dd:hover a {
  color: #009fe3;
}
@media screen and (max-width: 1300px) {
  .about3 {
    padding: 80px 0;
  }
  .liaolist {
    padding: 30px 24px;
  }
  .ziliaolist .one {
    padding: 0 24px;
  }
}
@media screen and (max-width: 1200px) {
  .about3 {
    padding: 80px 0 50px;
  }
}
@media screen and (max-width: 930px) {
  .about3 {
    padding: 70px 0 50px;
  }
  .ziliaolist li {
    float: none;
    width: 100%;
  }
  .liaolist {
    min-height: 0;
  }
}
.zpout {
  padding: 100px 0 80px;
  background-color: #f5f9fc;
}
.reclist {
  margin-bottom: 50px;
}
.reclist li {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 8px;
}
.rec-hand {
  height: 90px;
  line-height: 90px;
  background-color: #fff;
  padding-left: 50px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rec-hand .td {
  float: left;
  padding: 20px 0;
  width: 30%;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  line-height: 50px;
  text-align: center;
  height: 50px;
}
.rec-hand .td.zhiwei {
  text-align: left;
}
.rec-hand .td.addr {
  width: 20%;
}
.rec-hand .td.date {
  width: 14%;
}
.rec-hand .td.anu {
  width: 6%;
}
.rec-hand a.more {
  display: block;
  cursor: pointer;
  position: relative;
  height: 100%;
}
.rec-hand a.more s {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 3px;
  background-color: #009de2;
  margin-left: -10px;
  margin-top: -2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rec-hand a.more s:first-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.reclist li.on .rec-hand {
  background-color: #fafafa;
}
.reclist li:hover .rec-hand {
  background-color: #fafafa;
}
.reclist li.on .rec-hand .td {
  color: #009de2;
}
.reclist li:hover .rec-hand .td {
  color: #009de2;
}
.reclist li.on a.more s:first-child {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.reclist .rec-hand,
.reclist .td {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.reclist .rec-con {
  display: none;
}
.reclist .rec-txt {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: justify;
  padding: 40px 50px 68px;
  border-top: 2px solid #009de2;
  background-color: #fff;
}
.reclist .rec-txt .zpbtn {
  display: block;
  width: 200px;
  height: 52px;
  background-color: #009de2;
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 52px;
  text-align: center;
  font-weight: bold;
  border-radius: 26px;
}
.reclist .rec-txt p strong {
  display: inline-block;
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .zpout {
    padding: 80px 0;
  }
  .rec-hand {
    padding-left: 40px;
  }
  .reclist .rec-txt {
    padding: 40px 40px 60px;
  }
  .rec-hand .td.anu {
    display: none;
  }
  .rec-hand .td.date {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .rec-hand .td.addr {
    display: none;
  }
  .rec-hand .td {
    width: 40%;
  }
}
@media screen and (max-width: 750px) {
  .zpout {
    padding: 60px 0 70px;
  }
  .rec-hand .td.exp {
    display: none;
  }
  .rec-hand .td.date {
    display: none;
  }
  .rec-hand .td.anu {
    display: block;
    width: 20%;
  }
  .rec-hand .td {
    width: 80%;
  }
  .rec-hand {
    padding-left: 30px;
    height: 70px;
    line-height: 70px;
  }
  .rec-hand .td {
    padding: 10px 0;
    font-size: 18px;
  }
  .reclist .rec-txt {
    padding: 40px 30px 50px;
    line-height: 30px;
  }
}
@media screen and (max-width: 600px) {
  .zpout {
    padding: 50px 0 70px;
  }
  .rec-hand {
    padding-left: 20px;
  }
  .reclist .rec-txt {
    padding: 30px 20px 40px;
  }
}
.jishu3 {
  padding: 72px 0 82px;
  background: url('../images/jishu3bg.jpg') center / cover no-repeat;
  margin-top: 20px;
}
.jishu3 .jtitle {
  font-size: 36px;
  color: #009fe3;
  line-height: 56px;
  text-align: center;
}
.jishu3 .intro {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-align: center;
  max-width: 1260px;
  margin: 30px auto 58px;
}
.nengli {
  border-top: 4px solid #009de2;
  background-color: #fff;
  border-radius: 10px;
}
.nengli .title {
  font-size: 20px;
  color: #009de2;
  line-height: 76px;
  font-weight: bold;
  height: 76px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.nenglilist {
  text-align: center;
  font-size: 0;
  padding: 24px 0;
}
.nenglilist li {
  display: inline-block;
  width: 14.2%;
  background-color: #fff;
  margin-bottom: 10px;
}
.nenglilist li a {
  display: block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nenglilist li .num {
  height: 62px;
  overflow: hidden;
  font-family: 'Helvetica';
  display: none;
  font-size: 40px;
  color: #009de2;
  line-height: 62px;
  font-weight: bold;
  border-radius: 10px;
}
.nenglilist li .im {
  line-height: 68px;
  width: 68px;
  height: 68px;
  margin: 0 auto;
  overflow: hidden;
}
.nenglilist li .im img {
  max-width: 100%;
  max-height: 100%;
}
.nenglilist li h3 {
  font-size: 18px;
  color: #009de2;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  max-width: 130px;
  margin: 10px auto 0;
}
.nenglilist li .lin {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nenglilist li .im {
  -webkit-transition: 1s;
  transition: 1s;
}
.nenglilist li:hover .lin {
  background-color: rgba(0, 157, 226, 0.1);
}
.nenglilist li:hover .im {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (max-width: 1480px) {
  .nenglilist li {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  .jishu3 .jtitle {
    font-size: 30px;
  }
  .jishu3 .intro {
    margin-bottom: 40px;
  }
  .nenglilist li {
    width: 50%;
    margin-top: 10px;
  }
}
.jishu4 {
  padding: 84px 0 100px;
}
.jishu4 .jtitle {
  font-size: 36px;
  color: #009fe3;
  line-height: 56px;
  text-align: center;
}
.jishu4 .intro {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-align: center;
  max-width: 1260px;
  margin: 32px auto 66px;
}
.jishupic {
  font-size: 0;
  padding-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.jishupic .pic {
  width: 48%;
  height: 400px;
  margin-bottom: 30px;
  overflow: hidden;
}
.jishupic .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.jishupic .pic img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 1023px) {
  .jishupic .pic {
    width: 100%;
  }
  .jishu4 .jishupic .pic:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .jishu4 {
    padding: 70px 0 70px;
  }
  .jishu4 .jtitle {
    font-size: 30px;
  }
  .jishu4 .intro {
    margin-bottom: 40px;
  }
}
.jishu1 {
  padding: 110px 0 0;
}
.jishu1 .jtitle {
  font-size: 36px;
  color: #009fe3;
  line-height: 56px;
  text-align: center;
}
.jishu1 .ystitle {
  font-size: 24px;
  color: #009fe3;
  line-height: 34px;
  margin-bottom: 30px;
}
.jishu2 {
  padding: 110px 0 0;
}
.jishu2 .jtitle {
  font-size: 36px;
  color: #009fe3;
  line-height: 56px;
  text-align: center;
}
.jishu2 .ystitle {
  font-size: 24px;
  color: #009fe3;
  line-height: 34px;
  margin-bottom: 30px;
}
.guanlist-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 140px;
  position: relative;
}
.guanlist-out {
  width: 100%;
  height: 490px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: ew-resize;
}
.guanprev,
.guannext {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 3;
  margin-top: -25px;
}
.guanprev {
  background: #cccccc url('../images/lt1.png') center no-repeat;
  left: 0;
}
.guannext {
  background: #cccccc url('../images/gt1.png') center no-repeat;
  right: 0;
}
.guanlist {
  width: auto;
  height: 490px;
  font-size: 0;
  white-space: nowrap;
}
.guanlist li {
  display: inline-block;
  width: 340px;
  height: 100%;
}
.guanlist li + li {
  margin-left: 26px;
}
.guanlist li .lin {
  height: 100%;
  white-space: normal;
}
.guanlist li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.guanlist .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-size: 0;
}
.guanlist .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guanlist .pic i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
}
.guanlist li .one {
  position: absolute;
  left: 0;
  bottom: 14px;
  z-index: 1;
  width: 100%;
}
.guanlist li h3 {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  max-width: 240px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto;
}
.guanlist li .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  border-radius: 10px;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background: url('../images/yscover.png') center / cover no-repeat;
}
.guanlist li .cover .in {
  padding: 76px 32px 10px;
  text-align: center;
}
.guanlist li .cover .txt2 {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  max-width: 240px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto;
}
.guanlist li .cover .txt3 {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  height: 256px;
}
.guanlist li .cover label {
  display: block;
  margin: 16px auto 20px;
  width: 100%;
  height: 20px;
  -webkit-transition: .8s;
  transition: .8s;
  background: url('../images/line1.png') center no-repeat;
}
.guanlist li .cover label:hover {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
.guanlist .cover,
.guanlist .one {
  -webkit-transition: .6s;
  transition: .6s;
}
.guanlist li:hover .cover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.guanlist li:hover .one {
  opacity: 0;
}
@media screen and (max-width: 1720px) {
  .guanlist-wrap {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1240px) {
  .guanlist-wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .guanlist-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .jishu1 {
    padding: 90px 0 0;
  }
  .jishu2 {
    padding: 90px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .jishu1 {
    padding: 70px 0 0;
  }
  .jishu2 {
    padding: 70px 0 0;
  }
  .jishu1 .jtitle {
    font-size: 30px;
  }
  .jishu2 .jtitle {
    font-size: 30px;
  }
}
.issues {
  height: 355px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 40px 0 60px;
}
.issues .ttxt {
  float: left;
  width: 48.2%;
  height: 100%;
}
.issues .ttxt h4 {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  height: 36px;
  margin-bottom: 20px;
}
.issues .pic {
  float: right;
  width: 44.44%;
  height: 100%;
  font-size: 0;
  text-align: center;
}
.issues img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scrollarea1 .scrollbar {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.scrollarea1 .track {
  width: 1px;
  height: 100%;
  background-color: #eee;
  position: relative;
  left: 0;
}
.scrollarea1 .thumb {
  width: 1px;
  background-color: #009fe3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.scrollarea1 {
  position: relative;
  padding-right: 50px;
  height: 320px;
  margin-top: 35px;
}
.scrollarea1 .viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.scrollarea1 .overview {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  color: #666;
  text-align: justify;
}
.scrollarea1 .overview img {
  max-width: 100%;
}
.scrollbar.disable {
  display: none;
}
.scrollarea2 .scrollbar {
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.scrollarea2 .track {
  height: 1px;
  width: 100%;
  background-color: #eee;
  position: relative;
  left: 0;
}
.scrollarea2 .thumb {
  height: 1px;
  background-color: #ffd04f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.scrollarea2 .thumb:after {
  content: '';
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: ew-resize;
  background: #ffd04f url('../images/ret2.png') center no-repeat;
}
.scrollarea2 {
  position: relative;
  padding-bottom: 100px;
  height: 490px;
  margin-top: 35px;
}
.scrollarea2 .viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.scrollarea2 .overview {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .scrollarea1 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .issues {
    height: auto;
  }
  .issues .pic {
    float: none;
    width: 100%;
    height: auto;
  }
  .issues .ttxt {
    float: none;
    width: 100%;
    height: auto;
  }
  .scrollarea1 {
    padding-right: 0;
    height: auto;
  }
  .scrollarea1 .overview {
    position: static;
  }
}
.wenhua2 {
  padding-bottom: 120px;
  background: #ffffff url('../images/wenhua2bg.jpg') bottom no-repeat;
}
.whlist {
  border-top: 1px solid #eee;
}
.whlist li {
  width: 100%;
  margin-top: 90px;
}
.whlist li a {
  display: block;
  padding-left: 310px;
  position: relative;
  min-height: 264px;
}
.whlist .pic {
  width: 256px;
  height: 256px;
  font-size: 0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
  -webkit-box-shadow: 4px 8px 0 0 #009de2;
          box-shadow: 4px 8px 0 0 #009de2;
}
.whlist .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.whlist .wz {
  padding: 0 100px 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 264px;
  position: relative;
}
.whlist .wz .inner {
  margin: auto 0;
}
.whlist .inner {
  font-size: 16px;
  line-height: 40px;
  color: #666;
  text-align: justify;
}
.whlist .inner .writer {
  text-align: right;
  margin-top: 8px;
}
.whlist .ilt {
  position: absolute;
  left: 0;
  top: 27px;
  z-index: 5;
  width: 50px;
  height: 47px;
  background: url('../images/yin1.png') center / cover no-repeat;
}
.whlist .irt {
  position: absolute;
  right: 0;
  bottom: 35px;
  z-index: 5;
  width: 50px;
  height: 47px;
  background: url('../images/yin2.png') center / cover no-repeat;
}
.whlist .pic {
  -webkit-transition: .6s;
  transition: .6s;
}
.whlist li:hover .pic {
  color: #009fe3;
}
@media screen and (max-width: 1200px) {
  .whlist .wz {
    padding: 0 80px;
  }
  .whlist .ilt,
  .whlist .irt {
    width: 40px;
    height: 38px;
  }
}
@media screen and (max-width: 1023px) {
  .whlist li a {
    padding-left: 220px;
  }
  .whlist .pic {
    width: 200px;
    height: 200px;
  }
  .whlist .wz {
    padding: 0 60px;
  }
}
@media screen and (max-width: 840px) {
  .wenhua2 {
    padding-bottom: 80px;
  }
  .whlist li {
    margin-top: 60px;
  }
  .whlist li a {
    padding-left: 0;
  }
  .whlist .pic {
    position: static;
    width: 256px;
    height: 256px;
    margin: 0 auto;
  }
  .whlist .wz {
    min-height: 0;
  }
  .whlist .wz {
    padding: 30px 0;
  }
  .whlist .ilt,
  .whlist .irt {
    width: 25px;
    height: 23px;
  }
  .whlist .ilt {
    top: 0;
  }
  .whlist .irt {
    bottom: 0;
  }
}
.wenhua1 {
  padding: 124px 0 120px;
}
.wenhuacon {
  overflow: hidden;
  min-height: 666px;
  padding-right: 600px;
  position: relative;
}
.whleft {
  width: 100%;
}
.whleft .intro {
  font-size: 18px;
  color: #333;
  line-height: 42px;
  letter-spacing: 1px;
  padding-top: 32px;
  max-width: 720px;
}
/*
.whleft{ float: left; width: 50%;}
.whright{ float: right; width: 38.6%; height: 100%;}*/
.whright {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 556px;
}
.whright img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shiminlist {
  margin-top: 44px;
  font-size: 0;
}
.shiminlist li {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}
.shiminlist li a {
  display: block;
  height: 108px;
  overflow: hidden;
  padding-left: 106px;
  position: relative;
}
.shiminlist .pic {
  width: 78px;
  height: 78px;
  font-size: 0;
  line-height: 78px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  margin-top: -40px;
  text-align: center;
  border: 1px solid rgba(0, 159, 227, 0.2);
}
.shiminlist img {
  max-width: 100%;
  max-height: 100%;
}
.shiminlist .wz {
  padding: 12px 0;
  position: relative;
}
.shiminlist .cn {
  font-size: 18px;
  line-height: 42px;
  color: #009de2;
  font-weight: bold;
  height: 42px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.shiminlist .txt {
  font-size: 16px;
  line-height: 42px;
  color: #666;
  height: 42px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.shiminlist .en {
  font-size: 48px;
  line-height: 48px;
  color: #009de2;
  font-weight: bold;
  height: 48px;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  font-family: "Century Gothic";
  text-transform: uppercase;
  opacity: 0.1;
}
.shiminlist .pic,
.shiminlist .txt {
  -webkit-transition: .6s;
  transition: .6s;
}
.shiminlist li:hover .pic {
  border-color: #009fe3;
}
@media screen and (max-width: 1200px) {
  .wenhuacon {
    padding-right: 500px;
  }
  .whright {
    width: 450px;
  }
}
@media screen and (max-width: 960px) {
  .wenhua1 {
    padding: 90px 0;
  }
  .shiminlist {
    margin-top: 0;
  }
  .whleft .intro {
    padding-top: 0;
  }
  .wenhuacon {
    padding-right: 360px;
    min-height: 600px;
  }
  .whright {
    width: 340px;
  }
}
@media screen and (max-width: 750px) {
  .wenhua1 {
    padding: 70px 0;
  }
  .wenhuacon {
    padding-right: 0;
  }
  .whright {
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .whright img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .wenhua1 {
    padding: 50px 0 70px;
  }
}
.pro1 {
  padding: 85px 0 0;
  background-color: #f5f9fc;
}
.pro1 .jtitle {
  font-size: 36px;
  color: #009de2;
  line-height: 56px;
  text-align: center;
}
.pro1 .zhushi {
  font-size: 18px;
  color: #009de2;
  line-height: 30px;
}
.pro1pic {
  margin: 35px 0;
}
.pro1pic img {
  max-width: 100%!important;
  cursor: pointer;
}
.pro1 .scrollarea2 {
  padding-bottom: 0;
  height: auto;
  margin-top: 28px;
  margin-bottom: 34px;
}
.pro1 .scrollarea2 .viewport {
  height: 1387px;
}
.pro1 .scrollarea2 .overview img {
  display: block;
  height: 100%;
}
.pro1 .scrollarea2 .scrollbar {
  position: relative;
  bottom: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .pro1 {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .pro1 .jtitle {
    font-size: 30px;
  }
  .pro1 {
    padding: 60px 0 0;
  }
}
.pro2 {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #f5f9fc;
}
.pro2 .jtitle {
  font-size: 36px;
  color: #009de2;
  line-height: 56px;
  text-align: center;
}
.tmerji {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 60px;
  margin-top: 40px;
}
.tmerji li {
  display: inline-block;
  width: 270px;
  height: 60px;
  text-align: center;
}
.tmerji li a {
  display: block;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 60px;
  height: 60px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.tmerji li:hover a {
  color: #009de2;
}
.tmerji li.on a {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#09acf4), to(#3bc3ff));
  background-image: linear-gradient(to bottom, #09acf4, #3bc3ff);
}
.proconout {
  padding: 60px 50px;
  background: #ffffff url('../images/fenzi.jpg') right 0 no-repeat;
  overflow: hidden;
}
.procontent {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  text-align: justify;
}
.procontent .pic {
  text-align: center;
}
.procontent .pic img {
  width: 48%;
  margin: 0 1% 20px;
}
.procontent img {
  max-width: 100%;
}
.ppleft {
  float: left;
  width: 49%;
}
.ppright {
  float: right;
  width: 49%;
}
.proconout .one {
  padding: 0 40px;
  height: 50px;
  position: relative;
  background-color: #eee;
}
.proconout h3 {
  font-size: 18px;
  line-height: 50px;
  color: #333;
  height: 50px;
  overflow: hidden;
  font-weight: bold;
  font-family: "Helvetica";
}
@media screen and (max-width: 1200px) {
  .proconout .one {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1100px) {
  .ppleft {
    float: none;
    width: 100%;
  }
  .ppright {
    float: right;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .proconout {
    padding: 50px 40px;
  }
  .procontent .pic img {
    width: auto;
  }
  .pro2 {
    padding-top: 70px;
  }
  .tmerji li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .proconout .one {
    padding: 0 5%;
  }
  .pro2 .jtitle {
    font-size: 30px;
  }
  .proconout {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 640px) {
  .proconout {
    padding: 40px 5%;
  }
}
.pro3 {
  padding: 80px 0 120px;
  position: relative;
  background-color: #f5f9fc;
}
.pro3.chuang1 {
  background-color: #fff;
}
.pro3 .intro {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-align: center;
  margin: 28px auto 44px;
  letter-spacing: 1px;
}
i.mazi1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 376px;
  height: 558px;
  z-index: 2;
  background: url('../images/mazi1.png') center no-repeat;
}
i.mazi2 {
  position: absolute;
  top: 208px;
  right: 0;
  width: 283px;
  height: 558px;
  z-index: 2;
  background: url('../images/mazi2.png') center no-repeat;
}
.zhaomulist {
  padding-bottom: 1px;
  margin: 0 -25px;
  font-size: 0;
}
.zhaomulist li {
  float: left;
  width: 50%;
}
.zhaomulist li .lin {
  padding: 0 25px;
}
.zhaomulist li .wrap {
  background-color: #fff;
}
.zhaomulist .one {
  padding: 0 40px;
  height: 60px;
  position: relative;
  background-image: -webkit-gradient(linear, right top, left top, from(#2bbaf7), to(#009fe3));
  background-image: linear-gradient(-90deg, #2bbaf7, #009fe3);
}
.zhaomulist .one:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 7px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: -14px;
}
.zhaomulist h3 {
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  height: 60px;
  overflow: hidden;
  font-weight: bold;
  font-family: "Helvetica";
}
.zhaomulist .wrap {
  -webkit-transition: .3s;
  transition: .3s;
}
.zhaomulist li:hover .wrap {
  -webkit-box-shadow: 0 0 10px 0 #ccc;
          box-shadow: 0 0 10px 0 #ccc;
}
.zhaomucon {
  padding: 30px 40px 26px;
  border: 1px solid #eee;
  min-height: 224px;
  overflow: auto;
  font-size: 0;
  background-color: #fff;
  text-align: justify;
}
.zhaomucon div {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.zhaomucon em {
  color: #333;
}
.zhaomucon a {
  color: #666;
  word-break: break-all;
}
.zhaomucon a:hover {
  color: #009fe3;
}
.zhaomucon img {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .pro3 {
    padding: 70px 0 100px;
  }
  .zhaomucon {
    padding: 30px 30px 26px;
  }
}
@media screen and (max-width: 930px) {
  .pro3 .intro {
    margin-bottom: 32px;
  }
  .zhaomulist li {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .zhaomucon {
    min-height: 0;
  }
}
@media screen and (max-width: 750px) {
  .pro3 {
    padding: 60px 0 80px;
  }
  .zhaomucon {
    padding: 30px 5%;
  }
}
.team1 {
  padding: 100px 0 100px;
}
.teamlist {
  width: auto;
  height: 395px;
  font-size: 0;
  white-space: nowrap;
}
.teamlist li {
  display: inline-block;
  width: 294px;
  height: 100%;
}
.teamlist li + li {
  margin-left: 88px;
}
.teamlist li .lin {
  height: 100%;
  white-space: normal;
}
.teamlist li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.teamlist .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-size: 0;
}
.teamlist .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teamlist .pic i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url('../images/jab1.png') bottom no-repeat;
}
.teamlist li .one {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 1;
  width: 100%;
}
.teamlist li h3 {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  padding: 0 20px;
}
.teamlist li .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background: url('../images/tmcover.png') center / cover no-repeat;
}
.teamlist li .cover .in {
  padding: 120px 20px 1px;
  text-align: center;
}
.teamlist li .cover .txt2 {
  font-size: 20px;
  color: #fff;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
}
.teamlist li .cover .txt3 {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  height: 128px;
  overflow: hidden;
  max-width: 156px;
  margin: 0 auto;
}
.teamlist li .cover label {
  display: block;
  margin: 9px auto;
  width: 18px;
  height: 1px;
  background-color: #fff;
}
.teamlist .cover,
.teamlist .one {
  -webkit-transition: .6s;
  transition: .6s;
}
.teamlist li:hover .cover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.teamlist li:hover .one {
  opacity: 0;
}
.team1 .scrollarea2 {
  padding-bottom: 0;
  height: auto;
  margin-top: 52px;
}
.team1 .scrollarea2 .viewport {
  height: 395px;
}
.team1 .scrollarea2 .scrollbar {
  position: relative;
  bottom: auto;
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  .team1 {
    padding: 90px 0;
  }
}
@media screen and (max-width: 750px) {
  .team1 {
    padding: 80px 0;
  }
  .team1 .scrollarea2 .scrollbar {
    margin-top: 70px;
  }
  .teamlist li + li {
    margin-left: 40px;
  }
}
.teamlist2 {
  font-size: 0;
  margin: 30px -1.25% 0;
}
.teamlist2 li {
  display: inline-block;
  width: 25%;
  margin-top: 40px;
}
.teamlist2 li .lin {
  height: 100%;
  padding: 0 5%;
}
.teamlist2 li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.teamlist2 .pic {
  width: 100%;
  height: 0;
  padding-bottom: 135%;
  position: relative;
  z-index: 0;
  font-size: 0;
}
.teamlist2 .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.teamlist2 .pic i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url('../images/jab1.png') bottom repeat-x;
}
.teamlist2 li .one {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 1;
  width: 100%;
}
.teamlist2 li h3 {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  padding: 0 20px;
}
.teamlist2 li .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background: url('../images/tmcover.png') center / cover no-repeat;
}
.teamlist2 li .cover .in {
  padding: 0 20px;
  text-align: center;
  margin: auto;
}
.teamlist2 li .cover .txt2 {
  font-size: 20px;
  color: #fff;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
}
.teamlist2 li .cover .txt3 {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  height: 128px;
  overflow: hidden;
  max-width: 156px;
  margin: 0 auto;
}
.teamlist2 li .cover label {
  display: block;
  margin: 9px auto;
  width: 18px;
  height: 1px;
  background-color: #fff;
}
.teamlist2 .cover,
.teamlist2 .one {
  -webkit-transition: .6s;
  transition: .6s;
}
.teamlist2 li:hover .cover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.teamlist2 li:hover .one {
  opacity: 0;
}
@media screen and (max-width: 1300px) {
  .teamlist2 li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1023px) {
  .teamlist2 li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .teamlist2 {
    margin: 30px 0 0;
  }
  .teamlist2 li {
    width: 100%;
  }
  .teamlist2 li .lin {
    height: 100%;
    padding: 0 6%;
  }
}
.team2 {
  padding: 86px 0 106px;
  background: #ffffff url('../images/guwenbg.jpg') center;
}
.certify {
  position: relative;
  padding-bottom: 80px;
  height: 448px;
  z-index: 3;
  overflow: hidden;
}
.certify .swiper-container {
  height: 100%;
}
.certify .swiper-slide {
  width: 448px;
  text-align: center;
  line-height: 448px;
  z-index: 1;
}
.certify .swiper-slide a {
  display: block;
  height: 100%;
  font-size: 0;
}
.certify .swiper-slide img {
  width: 184px;
  height: 184px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.certify .swiper-slide-active.swiper-slide {
  z-index: 2;
}
.certify .swiper-slide-active img {
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
}
.certify .swiper-slide .title,
.certify .swiper-slide .title2 {
  display: none;
}
.certify .swiper-button-prev {
  left: 0;
  top: 224px;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #c0c0c0 url('../images/jtl2.png') center no-repeat;
  border-radius: 50%;
}
.certify .swiper-button-next {
  right: 0;
  top: 224px;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #c0c0c0 url('../images/jtr2.png') center no-repeat;
  border-radius: 50%;
}
.certify .swiper-button-prev:hover,
.certify .swiper-button-next:hover {
  background-color: #00b0ec;
}
.certify .swiper-pagination {
  position: absolute;
  text-align: center;
  z-index: 10;
  left: 0;
  bottom: 100px;
  width: 100%;
  font-size: 0;
}
.certify .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  opacity: 1;
  background-color: #999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.certify .swiper-pagination-bullet-active {
  background-color: #00b0ec;
}
.certify :focus {
  outline: none;
}
.certify .ttxtout {
  position: absolute;
  left: 5%;
  top: 470px;
  z-index: 1;
  width: 90%;
  text-align: center;
}
.certify .ttxt {
  font-size: 20px;
  line-height: 32px;
  color: #009fe3;
  overflow: hidden;
  height: 32px;
}
.certify .ttxt2 {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  overflow: hidden;
  max-height: 92px;
}
.quan {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: -20px;
  margin-top: 45px;
}
.quanpulse {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #00b0ec;
  -webkit-animation: circlepulse 1.5s ease 0s infinite;
          animation: circlepulse 1.5s ease 0s infinite;
}
.quanjia {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #00b0ec url('../images/jia.png') center no-repeat;
}
.quanjia:hover {
  -webkit-transform: rotate(720deg);
          transform: rotate(720deg);
  -webkit-transition: background-color 0.6s, -webkit-transform 2s;
  transition: background-color 0.6s, -webkit-transform 2s;
  transition: transform 2s, background-color 0.6s;
  transition: transform 2s, background-color 0.6s, -webkit-transform 2s;
}
.certify .swiper-slide-active .quan {
  opacity: 1;
}
@-webkit-keyframes circlepulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes circlepulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    opacity: 0;
  }
}
.quanzi {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 1;
}
.subquanzi {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #ddd;
  border-radius: 100%;
}
.subquanzi.i0 {
  width: 250px;
  height: 250px;
  z-index: 4;
  -webkit-animation: varn0 2s linear infinite;
          animation: varn0 2s linear infinite;
  opacity: 1;
}
.subquanzi.i1 {
  width: 300px;
  height: 300px;
  z-index: 3;
  -webkit-animation: varn1 2s linear infinite;
          animation: varn1 2s linear infinite;
  opacity: 0.8;
}
.subquanzi.i2 {
  width: 350px;
  height: 350px;
  z-index: 2;
  -webkit-animation: varn2 2s linear infinite;
          animation: varn2 2s linear infinite;
  opacity: 0.5;
}
.subquanzi.i3 {
  width: 400px;
  height: 400px;
  z-index: 1;
  -webkit-animation: varn3 2s linear infinite;
          animation: varn3 2s linear infinite;
  opacity: 0.3;
}
@-webkit-keyframes varn0 {
  0% {
    width: 250px;
    height: 250px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0.8;
  }
}
@keyframes varn0 {
  0% {
    width: 250px;
    height: 250px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0.8;
  }
}
@-webkit-keyframes varn1 {
  0% {
    width: 300px;
    height: 300px;
    opacity: 0.8;
  }
  100% {
    width: 350px;
    height: 350px;
    opacity: 0.5;
  }
}
@keyframes varn1 {
  0% {
    width: 300px;
    height: 300px;
    opacity: 0.8;
  }
  100% {
    width: 350px;
    height: 350px;
    opacity: 0.5;
  }
}
@-webkit-keyframes varn2 {
  0% {
    width: 350px;
    height: 350px;
    opacity: 0.5;
  }
  100% {
    width: 400px;
    height: 400px;
    opacity: 0.3;
  }
}
@keyframes varn2 {
  0% {
    width: 350px;
    height: 350px;
    opacity: 0.5;
  }
  100% {
    width: 400px;
    height: 400px;
    opacity: 0.3;
  }
}
@-webkit-keyframes varn3 {
  0% {
    width: 400px;
    height: 400px;
    opacity: 0.3;
  }
  100% {
    width: 450px;
    height: 450px;
    opacity: 0.1;
  }
}
@keyframes varn3 {
  0% {
    width: 400px;
    height: 400px;
    opacity: 0.3;
  }
  100% {
    width: 450px;
    height: 450px;
    opacity: 0.1;
  }
}
.fu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 150;
  top: 0;
  left: 0;
  display: none;
}
.fubg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.fuin {
  position: absolute;
  width: 1200px;
  background-color: #fff;
  border-radius: 20px;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  z-index: 3;
  max-height: 80%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
  opacity: 0;
}
.fu.on .fuin {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  opacity: 1;
}
.fuin .fucon {
  padding: 44px 70px 54px;
}
.fuprev,
.funext {
  width: 60px;
  height: 60px;
  display: block;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 4;
  margin-top: -40px;
}
.fuprev {
  left: 50%;
  margin-left: -720px;
  background-image: url('../images/lt2.png');
}
.funext {
  right: 50%;
  margin-right: -720px;
  background-image: url('../images/gt2.png');
}
.fuprev:hover,
.funext:hover {
  -webkit-box-shadow: 0 0 8px 2px #009fe3;
          box-shadow: 0 0 8px 2px #009fe3;
}
.fu a.close {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 1;
  background-color: rgba(0, 159, 227, 0.8);
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  -webkit-animation: circle-shadow 2s infinite both;
          animation: circle-shadow 2s infinite both;
}
.fu a.close:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 0;
  width: 28px;
  height: 1px;
  background-color: #009fe3;
}
.fu a.close img {
  -webkit-transition: .5s;
  transition: .5s;
}
.fu a.close:hover img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
@-webkit-keyframes circle-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 159, 227, 0.4);
            box-shadow: 0 0 0 0px rgba(0, 159, 227, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(0, 159, 227, 0);
            box-shadow: 0 0 0 16px rgba(0, 159, 227, 0);
  }
}
@keyframes circle-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 159, 227, 0.4);
            box-shadow: 0 0 0 0px rgba(0, 159, 227, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(0, 159, 227, 0);
            box-shadow: 0 0 0 16px rgba(0, 159, 227, 0);
  }
}
.worker {
  position: relative;
  padding-left: 400px;
  height: 395px;
}
.worker .pic {
  float: left;
  width: 292px;
  height: 395px;
  overflow: hidden;
  margin-left: -400px;
  font-size: 0;
  text-align: center;
  line-height: 395px;
}
.worker .pic img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.worker .name {
  font-size: 24px;
  color: #009de2;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  padding-top: 44px;
}
.worker .zhiwu {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  display: none;
}
.worker .intro {
  font-size: 16px;
  color: #666;
  line-height: 42px;
  height: 252px;
  text-align: justify;
  overflow: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1500px) {
  .fuprev {
    left: 10px;
    margin-left: 0;
  }
  .funext {
    right: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1350px) {
  .fuin {
    width: 84%;
    left: 8%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .fuprev,
  .funext {
    background-color: #009fe3;
    background-size: 16px 27px;
  }
  .fuin .fucon {
    padding: 44px 40px 44px;
  }
  .worker {
    padding-left: 300px;
  }
  .worker .pic {
    margin-left: -300px;
    width: 260px;
  }
}
@media screen and (max-width: 750px) {
  .worker {
    padding-left: 0;
    height: 440px;
  }
  .worker .pic {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .worker .name {
    padding-top: 0;
    text-align: center;
  }
  .worker .intro,
  .worker .zhiwu {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .fuin .fucon {
    padding: 40px 30px 30px;
  }
  .worker .name {
    font-size: 20px;
  }
}
.about2 {
  position: relative;
  padding: 90px 0 66px;
  background: url('../images/fazhanbg.jpg') center no-repeat;
}
.about2bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url('../images/fazhanbg.jpg') center no-repeat;
  background-size: cover;
}
.about2 .cer8 {
  position: relative;
  z-index: 2;
}
.fazcon {
  padding-left: 120px;
  position: relative;
  height: 600px;
}
.faztitle {
  padding-top: 32px;
  width: 36px;
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  background: url('../images/pin.png') top no-repeat;
  position: absolute;
  left: 0;
  top: 156px;
  z-index: 0;
}
.yearpic-out {
  width: 100%;
  overflow: hidden;
  height: 500px;
  position: relative;
  cursor: ew-resize;
}
.yearpic {
  width: auto;
  height: 550px;
  font-size: 0;
  white-space: nowrap;
  padding-left: 92px;
  position: relative;
  min-width: 100%;
  background: url('../images/dna.png') 0 repeat-x;
}
.yearpic li {
  display: inline-block;
  width: 307px;
  height: 100%;
  position: relative;
}
.yearpic li .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.yearpic li .inner:before {
  content: '';
  position: absolute;
  left: 18px;
  bottom: 50%;
  z-index: 2;
  width: 8px;
  height: 8px;
  background-color: #ffdf88;
  border-radius: 50%;
  margin-bottom: 48px;
}
.yearpic li i {
  position: absolute;
  width: 1px;
  height: 18px;
  left: 21px;
  bottom: 50%;
  z-index: 1;
  background-color: rgba(255, 223, 136, 0.5);
  margin-bottom: 56px;
}
.yearpic li .wrap {
  position: absolute;
  left: 0;
  bottom: 50%;
  z-index: 1;
  width: 100%;
  margin-bottom: 77px;
  text-align: left;
}
.yearpic li .date {
  height: 30px;
  cursor: pointer;
}
.yearpic li .date span {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 26px;
  color: #ffdf88;
  line-height: 30px;
  font-family: "Helvetica";
}
.yearpic li dl {
  width: 120%;
  min-height: 24px;
  max-height: 168px;
  overflow: hidden;
}
.yearpic li dd {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  white-space: normal;
}
.yearpic li:hover .date span {
  color: #fff;
}
.yearpic li.i2 .wrap {
  top: 50%;
  bottom: auto;
  margin-top: 77px;
  margin-bottom: 0;
}
.yearpic li.i2 i {
  top: 50%;
  bottom: auto;
  margin-top: 56px;
  margin-bottom: 0;
}
.yearpic li.i2 .inner:before {
  top: 50%;
  bottom: auto;
  margin-top: 48px;
  margin-bottom: 0;
}
.scrollarea3 .scrollbar {
  height: 1px;
  width: 100%;
  position: relative;
  margin-top: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.scrollarea3 .track {
  height: 1px;
  width: 100%;
  background-color: #eee;
  position: relative;
  left: 0;
}
.scrollarea3 .thumb {
  height: 1px;
  background-color: #ffd04f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.scrollarea3 .thumb:after {
  content: '';
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: ew-resize;
  background: #ffd04f url('../images/ret2.png') center no-repeat;
}
.scrollarea3 {
  position: relative;
  height: auto;
}
.scrollarea3 .viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 550px;
}
.scrollarea3 .overview {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .fazcon {
    padding-left: 0;
  }
  .faztitle {
    padding-top: 0;
    width: 100%;
    top: -40px;
    text-align: center;
    background-image: none;
  }
}
.hmr {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 150;
  top: 0;
  left: 0;
  display: none;
}
.hmrbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.hmrin {
  position: absolute;
  width: 450px;
  height: 450px;
  background-color: #fff;
  overflow: hidden;
  left: 50%;
  margin-left: -225px;
  top: 50%;
  margin-top: -225px;
  z-index: 3;
  border-radius: 6px;
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
  opacity: 0.5;
}
.hmrin {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hmr.on .hmrin {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.hmrin .hmrh {
  width: 100%;
  height: 190px;
  position: relative;
  background: url('../images/hmrbg.jpg') center no-repeat;
}
.hmrin h3 {
  text-indent: 33px;
  font-size: 30px;
  color: #fff;
  line-height: 50px;
  height: 50px;
  padding-top: 56px;
}
.hmrin p {
  text-indent: 33px;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.hmrin .hmrh a.close {
  position: absolute;
  width: 33px;
  height: 33px;
  right: 20px;
  z-index: 1;
  top: 25px;
  background: url('../images/close.png') center no-repeat;
}
.hmrin .hmrcon {
  padding: 8px 25px 18px;
  overflow: hidden;
}
.hmrin .hmrcon dl {
  padding: 22px 0 22px 94px;
  height: 72px;
  border-bottom: 1px solid #e9e9e9;
}
.hmrin .hmrcon dl.atel {
  background: url('../images/atel.png') 8px center no-repeat;
}
.hmrin .hmrcon dl.arf {
  background: url('../images/arf.png') 9px center no-repeat;
  border-bottom-color: #fff;
}
.hmrin .hmrcon dt {
  font-size: 16px;
  color: #666;
  line-height: 34px;
  height: 34px;
}
.hmrin .hmrcon dd {
  font-size: 24px;
  color: #00a0e9;
  line-height: 38px;
  height: 38px;
}
.hmrin .hmrbtn {
  height: 40px;
  text-align: center;
  margin-top: 20px;
}
.hmrin .hmrbtn input {
  width: 170px;
  height: 40px;
  background-color: #83c326;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
}
.teamlist3 {
  padding: 40px 0;
}
.teamlist3 li {
  padding: 30px 0;
  margin: 30px 0;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.teamlist3 li a {
  display: block;
  position: relative;
  padding-left: 350px;
  min-height: 340px;
  padding-right: 30px;
}
.teamlist3 li .pic {
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 1;
  width: 270px;
  height: 340px;
  overflow: hidden;
  border-radius: 5px;
}
.teamlist3 li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teamlist3 li h3 {
  font-size: 28px;
  color: #333;
  line-height: 50px;
  font-weight: bold;
  overflow: hidden;
}
.teamlist3 li .zhiwei {
  font-size: 20px;
  color: #444;
  line-height: 40px;
  margin-top: 20px;
}
.teamlist3 li .xueli {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 30px;
}
.teamlist3 li label {
  display: block;
  font-size: 18px;
  color: #009fe3;
  line-height: 40px;
  margin-top: 30px;
  cursor: pointer;
}
.teamlist3 li .txt4 {
  font-size: 16px;
  color: #888;
  line-height: 30px;
  height: auto;
  display: none;
  text-align: justify;
  padding-top: 30px;
}
.teamlist3 li:hover h3 {
  color: #009fe3;
}
.teamlist3 h3,
.teamlist3 li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 750px) {
  .teamlist3 li a {
    padding-left: 260px;
    padding-right: 20px;
    min-height: 280px;
  }
  .teamlist3 li .pic {
    left: 20px;
    width: 220px;
    height: 280px;
  }
  .teamlist3 li .zhiwei {
    margin-top: 0;
  }
  .teamlist3 li .xueli {
    margin-top: 10px;
  }
  .teamlist3 li label {
    margin-top: 10px;
  }
  .teamlist3 li .txt4 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .teamlist3 li {
    padding: 10px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #fff;
  }
  .teamlist3 li a {
    padding-left: 200px;
    padding-right: 0;
    min-height: 230px;
  }
  .teamlist3 li .pic {
    width: 180px;
    height: 230px;
    left: 0;
  }
}
.fuli3 {
  padding: 80px 0;
  background: #ffffff url('../images/guwenbg.jpg') center;
}
.certify2 {
  position: relative;
  padding: 50px 0;
  height: 300px;
  z-index: 3;
  overflow: hidden;
}
.certify2 .swiper-container {
  height: 100%;
}
.certify2 .swiper-slide {
  width: 500px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}
.certify2 .swiper-slide a {
  display: block;
  height: 100%;
  font-size: 0;
}
.certify2 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.certify2 .swiper-slide-active.swiper-slide {
  z-index: 2;
}
/*.certify2 .swiper-slide-active img{ transform: scale(1.35);}*/
.certify2 .swiper-button-prev {
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #c0c0c0 url('../images/jtl2.png') center no-repeat;
  border-radius: 50%;
}
.certify2 .swiper-button-next {
  right: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #c0c0c0 url('../images/jtr2.png') center no-repeat;
  border-radius: 50%;
}
.certify2 .swiper-button-prev:hover,
.certify2 .swiper-button-next:hover {
  background-color: #00b0ec;
}
.certify2 .swiper-pagination {
  position: absolute;
  text-align: center;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
}
.certify2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  opacity: 1;
  background-color: #999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.certify2 .swiper-pagination-bullet-active {
  background-color: #00b0ec;
}
.certify2 :focus {
  outline: none;
}
@media screen and (max-width: 600px) {
  .certify2 {
    height: 240px;
  }
  .certify2 .swiper-slide {
    width: 400px;
  }
}
