@charset "UTF-8";
.lightbox {
  padding: 35px 40px;
  width: 1000px;
  margin: 0 auto;
  background: #fff;
}

.lightbox .lb-image {
  border: 0;
}

.lightbox .lb-number {
  font-size: 12px;
  float: left;
  color: #fff;
}

.lightbox .lb-data .lb-details {
  width: 100%;
}

.lightbox .tab img {
  display: inline-block;
}

.lightbox .tab .lb-prev {
  position: absolute;
  margin-top: -35px;
  margin-left: -25px;
  left: 0;
  width: 50px;
  height: 50px;
  top: 50%;
}

.lightbox .tab .lb-next {
  position: absolute;
  margin-top: -35px;
  margin-right: -25px;
  right: 0;
  width: 50px;
  height: 50px;
  top: 50%;
}

.lb-data .lb-caption {
  font-size: 16px;
  padding: 10px 0;
  display: block;
  color: #333;
  font-weight: normal;
}

.lb-data .lb-close {
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 20px;
  opacity: 1;
  width: 32px;
  height: 32px;
  margin-left: -16px;
}

.header {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 10;
}

.header .logo {
  width: 70px;
  display: block;
}

.header .nav {
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}

.header .nav a {
  height: 30px;
  line-height: 28px;
  display: inline-block;
  font-size: 15px;
  color: #666;
  margin-left: 30px;
}

.header .nav a.btn {
  padding: 0 15px;
  background: #2080F7;
  color: #fff;
  border-radius: 16px;
}

.header .nav a.btn:hover {
  color: #fff;
  background: #549df9;
}

.header .nav a.btn.active {
  color: #fff;
}

.header .nav a:hover, .header .nav a.active {
  color: #2080F7;
}

.wrap {
  padding: 75px 0 68px;
}

.banner {
  width: 100%;
  height: 750px;
  background: url(/z/dp2020/images/banner.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}

.banner .logo {
  margin-top: 40px;
}

.block {
  height: auto;
  overflow: hidden;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.block .title {
  font-size: 25px;
  color: #343434;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 18px;
}

.block .title b {
  color: #2067F8;
  font-weight: bold;
}

.block .title:after {
  content: "";
  width: 96px;
  height: 7px;
  background: url(/z/dp2020/images/title-bg.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.block .smallTitle {
  font-size: 14px;
  color: #9A9A9A;
  text-align: center;
  margin-top: 24px;
}

.block1 .content {
  width: 1240px;
  height: 486px;
  background: url(/z/dp2020/images/block1-bg.png) center no-repeat;
  background-size: 100%;
  margin: 25px auto 0;
  position: relative;
  padding: 11px 0 0 30px;
  cursor: pointer;
}

.block1 .content .icon-play {
  width: 60px;
  height: 60px;
  font-size: 60px;
  color: #fff;
  opacity: .77;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.block2 {
  width: 100%;
  height: 680px;
  background: url(/z/dp2020/images/block2-bg.png) center no-repeat;
  background-size: cover;
}

.block2 .content {
  width: 1180px;
  overflow: hidden;
  margin: 25px auto 0;
}

.block2 .content img {
  width: 386px;
  height: 230px;
}

.block2 .content .left {
  height: auto;
  overflow: hidden;
  margin-right: 11px;
}

.block2 .content .left a {
  display: block;
  margin-bottom: 11px;
}

.block2 .content .main {
  height: auto;
  overflow: hidden;
  margin-right: 11px;
}

.block2 .content .main img {
  width: 386px;
  height: 471px;
}

.block2 .content .right {
  height: auto;
  overflow: hidden;
}

.block2 .content .right a {
  display: block;
  margin-bottom: 11px;
}

.block3 .content {
  width: 1238px;
  height: 443px;
  background: url(/z/dp2020/images/block3-bg.png) center no-repeat;
  background-size: 100%;
  margin: 25px auto 0;
}

.block3 .content .text {
  width: 430px;
  height: auto;
  overflow: hidden;
  margin: 90px 0 0 125px;
}

.block3 .content .text h2 {
  font-size: 20px;
  color: #000;
}

.block3 .content .text .line {
  width: 30px;
  height: 3px;
  background: #2080F7;
  margin: 15px 0;
}

.block3 .content .text .date {
  font-size: 13px;
  color: #9a9a9a;
  margin-bottom: 15px;
}

.block3 .content .text p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.block3 .content .text .btn {
  width: 165px;
  height: 45px;
  line-height: 45px;
  background: #2181F7;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 35px;
}

.block3 .content .img {
  width: 590px;
  height: 404px;
  overflow: hidden;
  margin-right: 30px;
}

.block4 {
  width: 100%;
  height: auto;
  padding-bottom: 0;
  padding-top: 40px;
}

.block4:before {
  content: "";
  width: 100%;
  height: 864px;
  background: url(/z/dp2020/images/block4-bg.png) top no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.block4:after {
  content: "";
  width: 100%;
  height: 869px;
  background: url(/z/dp2020/images/block4-bg1.png) top no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 864px;
}

.block4 .title {
  color: #fff;
}

.block4 .title:after {
  background: url(/z/dp2020/images/title-bg1.png) center no-repeat;
  background-size: 100%;
}

.block4 .smallTitle {
  position: relative;
  color: #fff;
}

.block4 .section {
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.block4 .section.section1 {
  width: 1240px;
  overflow: hidden;
  margin: 290px auto 0;
  padding-bottom: 70px;
}

.block4 .section.section1 .t {
  width: 191px;
  height: 64px;
  background: url(/z/dp2020/images/block4-t1.png) center no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.block4 .section.section1 ul {
  width: 1300px;
  height: auto;
  overflow: hidden;
  margin-top: 35px;
}

.block4 .section.section1 ul li {
  width: 300px;
  height: 281px;
  background: #fff;
  padding: 40px 30px;
  float: left;
  margin-right: 14px;
}

.block4 .section.section1 ul li img {
  width: 60px;
  margin: 0 auto;
}

.block4 .section.section1 ul li h2 {
  font-size: 16px;
  color: #343434;
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
}

.block4 .section.section1 ul li p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: center;
}

.block4 .section.section2 {
  width: 1240px;
  overflow: hidden;
  margin: 0 auto;
  padding: 70px 0;
}

.block4 .section.section2 .t {
  width: 190px;
  height: 64px;
  background: url(/z/dp2020/images/block4-t2.png) center no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.block4 .section.section2 .tabs {
  height: auto;
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
}

.block4 .section.section2 .tabs a {
  display: inline-block;
  width: 155px;
  height: 45px;
  line-height: 45px;
  background: #f1f1f1;
  font-size: 16px;
  color: #666;
  text-align: center;
  margin: 0 4px;
}

.block4 .section.section2 .tabs a.active {
  background: #2068F7;
  color: #fff;
}

.block4 .section.section2 .slide {
  height: auto;
  overflow: hidden;
  margin-top: 45px;
}

.block4 .section.section2 .slide .img {
  height: auto;
  overflow: hidden;
  margin-right: 10px;
}

.block4 .section.section2 .slide .img img {
  width: 306px;
  height: 410px;
  float: left;
  margin-right: 7px;
}

.block4 .section.section2 .slide .img img:last-child {
  margin: 0;
}

.block4 .section.section2 .slide .text {
  width: 611px;
  height: 410px;
  background: url(/z/dp2020/images/block4-section2-bg.png) center no-repeat;
  background-size: 100%;
  padding: 55px;
}

.block4 .section.section2 .slide .text .t1 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 39px;
  margin-bottom: 30px;
}

.block4 .section.section2 .slide .text .t1 img {
  width: 39px;
  float: left;
  margin-right: 10px;
}

.block4 .section.section2 .slide .text p {
  font-size: 15px;
  color: #666;
  line-height: 26px;
  margin-bottom: 20px;
}

.block4 .section.section2 .slide .text p b {
  color: #000;
  font-weight: bold;
}

.block4 .section.section3 {
  height: 750px;
  overflow: hidden;
  padding-bottom: 30px;
}

.block4 .section.section3:after {
  content: "";
  width: 100%;
  height: 646px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/z/dp2020/images/block4-section3-bg.png) center no-repeat;
  background-size: cover;
}

.block4 .section.section3 .t {
  width: 171px;
  height: 64px;
  background: url(/z/dp2020/images/block4-t3.png) center no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.block4 .section.section3 ul {
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 110px;
}

.block4 .section.section3 ul li {
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}

.block4 .section.section3 ul li img {
  width: 75px;
  float: left;
  margin-right: 25px;
}

.block4 .section.section3 ul li p {
  width: 450px;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  line-height: 28px;
}

.block5 {
  width: 100%;
  height: 789px;
  background: url(/z/dp2020/images/block5-bg.png) center no-repeat;
  background-size: cover;
}

.block5 .content {
  width: 1180px;
  height: 490px;
  background: url(/z/dp2020/images/block5-bg1.png) center no-repeat;
  background-size: 100%;
  margin: 50px auto;
}

.block6 {
  padding-bottom: 0;
}

.block6 .content {
  width: 100%;
  height: 580px;
  background: url(/z/dp2020/images/block6-video.jpg) center no-repeat;
  background-size: cover;
  margin-top: 25px;
  position: relative;
}

.block6 .content .play {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.block6 .content .play i {
  font-size: 60px;
  color: #fff;
}

.block6 .content .play p {
  font-size: 14px;
  color: #fff;
}

.block7 .content {
  width: 1240px;
  height: auto;
  overflow: hidden;
  margin: 25px auto 0;
  position: relative;
}

.block7 .content .video {
  width: 870px;
  height: 460px;
  overflow: hidden;
  float: left;
}

.block7 .content .text {
  width: 414px;
  height: 460px;
  background: url(/z/dp2020/images/block7-bg.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 90px 65px;
}

.block7 .content .text h2 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}

.block7 .content .text .line {
  width: 30px;
  height: 3px;
  background: #fff;
  margin: 20px 0;
}

.block7 .content .text p {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
}

.block8 {
  background: #F2F4FA;
}

.block8 .content {
  width: 1240px;
  height: auto;
  margin: 25px auto 0;
  position: relative;
}

.block8 .content .slide {
  height: auto;
  overflow: hidden;
}

.block8 .content .slide .swiper-slide {
  background: #fff;
  padding: 50px 0;
  text-align: center;
}

.block8 .content .slide .swiper-slide h2 {
  font-size: 18px;
  color: #343434;
  font-weight: bold;
  margin-bottom: 10px;
}

.block8 .content .slide .swiper-slide p {
  font-size: 16px;
  color: #999;
}

.block8 .content .slide .swiper-slide .img {
  overflow: hidden;
}

.block8 .content .slide .swiper-slide .img img {
  width: 100%;
}

.block8 .content .slide .swiper-slide .btn {
  width: 155px;
  height: 40px;
  line-height: 40px;
  background: #2A62E6;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  margin: 20px auto 0;
  cursor: pointer;
}

.block8 .content .slide .swiper-slide:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(120, 194, 255, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(120, 194, 255, 0.2);
}

.block8 .content .slide .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.block8 .content .swiper-button-next {
  right: -50px;
}

.block8 .content .swiper-button-prev {
  left: -50px;
}

.block9 {
  padding: 50px 0;
  height: 900px;
  background: url(/z/dp2020/images/block9-bg.png) center no-repeat;
  background-size: cover;
}

.block9 .content {
  width: 1240px;
  height: auto;
  margin: 25px auto 0;
  position: relative;
}

.block9 .content .form {
  width: 580px;
  height: auto;
  overflow: hidden;
  background: #fff;
  padding: 50px 60px;
  float: right;
}

.block9 .content .form p {
  font-size: 17px;
  color: #232222;
  margin-bottom: 20px;
}

.block9 .content .form .row {
  height: auto;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  line-height: 50px;
  margin-bottom: 14px;
  padding: 0 20px;
}

.block9 .content .form .row label {
  font-size: 14px;
  margin-right: 10px;
  vertical-align: top;
}

.block9 .content .form .row label i {
  color: #DB3737;
}

.block9 .content .form .row input {
  width: 365px;
  border: 0;
  height: 50px;
  font-size: 14px;
  position: relative;
  top: -2px;
}

.block9 .content .form .row textarea {
  border: 0;
  width: 365px;
  height: 100px;
  padding: 20px 0;
  font-size: 14px;
  position: relative;
  top: -4px;
}

.block9 .content .form .btn {
  width: 100%;
  line-height: 50px;
  background: #2A62E6;
  text-align: center;
  font-size: 17px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.block9 .content .form .btn:hover {
  background: #277be4;
}

.footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #2F3030;
  padding: 30px 0;
}

.footer p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 35px;
}

.popVideo {
  width: 1000px;
  height: 600px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  display: none;
  border: 3px solid #2181F7;
}

.popVideo .video-box {
  width: 100%;
  height: 100%;
}

.popVideo .btn-close {
  width: 40px;
  height: 40px;
  background: url(/z/dp2020/images/btn-close.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -43px;
  top: -3px;
  cursor: pointer;
}

.cover {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.footerFixed {
  z-index: 10;
  height: 68px;
  overflow: hidden;
  background-color: #2254ce;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -68px;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.footerFixed.active {
  bottom: 0;
}

.footerFixed .box {
  width: 1362px;
  padding-top: 17px;
  margin: 0 auto;
}

.footerFixed .box span {
  display: block;
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
  height: 36px;
  line-height: 36px;
}

.footerFixed .box span img {
  display: inline-block;
  vertical-align: middle;
}

.footerFixed .box span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 6px;
  width: 1px;
  background-color: #EAE4DB;
}

.footerFixed .box .input-box {
  width: 260px;
  height: 36px;
  margin-right: 30px;
  background-color: #fff;
  overflow: hidden;
}

.footerFixed .box .input-box em {
  float: left;
  width: 46px;
  line-height: 36px;
  text-align: center;
  color: #2A62E6;
  font-size: 22px;
}

.footerFixed .box .input-box input {
  width: 174px;
  height: 36px;
  border: 0;
  font-size: 14px;
  position: relative;
  top: -1px;
}

.footerFixed .box .input-box select {
  width: 174px;
  height: 36px;
  border: 0;
  font-size: 14px;
  position: relative;
  top: -1px;
}

.footerFixed .box .btn {
  width: 268px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #053dc3;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.footerFixed .box .btn:hover {
  background: #2356d2;
}

/* ÓÒ²à¸¡¶¯ */
.fright {
  width: 44px;
  height: auto;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 100;
}

.fright .item {
  width: 134px;
  height: 44px;
  margin-bottom: 1px;
  position: relative;
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

.fright .item .icon {
  width: 44px;
  height: 44px;
  float: left;
}

.fright .item .icon.icon1 {
  background: url(/z/dp2020/images/fright-icon1.png) center no-repeat #2067f7;
  background-size: 26px;
}

.fright .item .icon.icon2 {
  background: url(/z/dp2020/images/fright-icon2.png) center no-repeat #2067f7;
  background-size: 26px;
}

.fright .item .icon.icon3 {
  background: url(/z/dp2020/images/fright-icon3.png) center no-repeat #2067f7;
  background-size: 26px;
}

.fright .item .icon.icon4 {
  background: url(/z/dp2020/images/fright-icon4.png) center no-repeat #2067f7;
  background-size: 26px;
}

.fright .item .icon.icon5 {
  background: url(/z/dp2020/images/fright-icon5.png) center no-repeat #2067f7;
  background-size: 26px;
}

.fright .item .icon.icon6 {
  background: url(/z/dp2020/images/fright-icon6.png) center no-repeat #2067f7;
  background-size: 26px;
}

.fright .item .icon.icon7 {
  background: url(/z/dp2020/images/fright-icon7.png) center no-repeat #2067f7;
  background-size: 26px;
}

.fright .item .icon.icon8 {
  background: url(/z/dp2020/images/fright-icon8.png) center no-repeat #2067f7;
  background-size: 26px;
}

.fright .item .icon.icon9 {
  background: url(/z/dp2020/images/fright-icon9.png) center no-repeat #2067f7;
  background-size: 26px;
}

.fright .item span {
  width: 90px;
  line-height: 44px;
  font-size: 14px;
  float: left;
  background: #fff;
  text-align: center;
}

.fright .item.active, .fright .item:hover {
  right: 90px;
}
/*# sourceMappingURL=style.css.map */<!--ºÄÊ±1755824382.5502Ãë-->