/* 官网主色调 */
/*.header {
  position: static;
  background-color: #191a1d;
}*/
.main_cdn > .headerTop {
  height: 560px;
  background: #21242b url(../img/freedns/main_cdn.jpg) no-repeat center;
  z-index: 2;
}
.main_cdn > .headerTop > .info {
  position: relative;
  height: 100%;
}
.main_cdn > .headerTop > .info > .title {
  position: absolute;
  font-size: 40px;
  color: #f4cc4e;
  top: 154px;
  left: 10px;
}
.main_cdn > .headerTop > .info > p {
  position: absolute;
  line-height: 35px;
  font-size: 18px;
  color: #dadada;
  top: 240px;
  left: 10px;
}
.main_cdn > .headerTop > .info > a {
  position: absolute;
  font-size: 16px;
  width: 134px;
  height: 40px;
  line-height: 40px;
  color: #f3d660;
  border: 1px solid #f3d660;
  text-align: center;
  border-radius: 20px;
  top: 397px;
  left: 10px;
}
.main_cdn > .headerTop > .info > a:hover {
  background-color: #f3d660;
  color: #333;
}
.main_cdn > .headerTop > .info > a > span {
  position: absolute;
  left: 32px;
}
.main_cdn > .headerTop > .info > a > i {
  display: none;
  position: absolute;
  top: 1px;
  right: 0;
}
.main_cdn > .sectorDemand {
  height: 656px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.main_cdn > .sectorDemand > .info > h3 {
  margin: 80px 0 0;
  font-size: 32px;
  color: #333;
  text-align: center;
  display: block;
}
.main_cdn > .sectorDemand > .info > .bodyInfo {
  position: relative;
  margin-top: 57px;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .swiper-container {
  width: 100%;
  height: 367px;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide {
  margin-right: 0 !important;
  width: 300px !important;
  height: 367px;
  text-align: center;
  font-size: 18px;
  border-right: 1px solid #ddd;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide:last-child {
  border: none;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.two > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -172px -180px;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.three > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -325px -180px;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.four > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -486px -180px;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.five > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -642px -180px;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.six > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -786px -180px;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .top {
  width: 300px;
  height: 367px;
  overflow: hidden;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .top > i {
  margin: 62px auto 25px;
  display: block;
  width: 108px;
  height: 102px;
  background: url('../img/night/icon_cdn_list.png') no-repeat -30px -180px;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .top > h6 {
  margin-bottom: 25px;
  font-size: 22px;
  color: #333;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .top > p {
  margin: 0 35px;
  font-size: 14px;
  color: #555;
  line-height: 28px;
  text-align: left;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .bottom {
  position: absolute;
  width: 300px;
  height: 367px;
  color: #fff;
  background-color: #9d9d9d;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .bottom > h6 {
  margin: 70px 0 40px;
  font-size: 22px;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .bottom > p {
  margin: 0 40px;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .noLine {
  position: absolute;
  width: 1px;
  height: 367px;
  background-color: #fff;
  top: 0;
  right: 0;
  z-index: 9;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .common {
  width: 32px;
  height: 50px;
  background-color: #dbdbdb;
  background-size: 18px;
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .swiper-button-prev {
  left: -50px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F><%2Fsvg>");
}
.main_cdn > .sectorDemand > .info > .bodyInfo > .swiper-button-next {
  right: -50px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F><%2Fsvg>");
}
.main_cdn > .webServerAll {
  height: 689px;
  background: url('../img/night/icon_cdn_bg_all.png') center fixed;
  background-size: cover;
  overflow: hidden;
}
.main_cdn > .webServerAll > .info > h3 {
  margin: 78px 0 55px;
  font-size: 32px;
  color: #fffefe;
  text-align: center;
  display: block;
}
.main_cdn > .webServerAll > .info > ul > li {
  float: left;
  margin: 0 28px 20px 0;
  width: 586px;
  height: 174px;
  background-color: #4c4c4c;
  overflow: hidden;
}
.main_cdn > .webServerAll > .info > ul > li:hover {
  background-color: #606161;
}
.main_cdn > .webServerAll > .info > ul > li.two,
.main_cdn > .webServerAll > .info > ul > li.four {
  margin-right: 0;
}
.main_cdn > .webServerAll > .info > ul > li.two > i {
  background: url('../img/night/icon_cnd_sptrint.png') no-repeat -186px -109px;
}
.main_cdn > .webServerAll > .info > ul > li.three > i {
  background: url('../img/night/icon_cnd_sptrint.png') no-repeat -100px -109px;
}
.main_cdn > .webServerAll > .info > ul > li.four > i {
  background: url('../img/night/icon_cnd_sptrint.png') no-repeat -274px -109px;
}
.main_cdn > .webServerAll > .info > ul > li > i {
  float: left;
  margin: 49px 0 0 38px;
  width: 72px;
  height: 72px;
  background: url('../img/night/icon_cnd_sptrint.png') no-repeat -13px -109px;
}
.main_cdn > .webServerAll > .info > ul > li > .right {
  margin: 30px 0 0 147px;
}
.main_cdn > .webServerAll > .info > ul > li > .right > h6 {
  margin-bottom: 16px;
  font-size: 22px;
  color: #f2f2f2;
}
.main_cdn > .webServerAll > .info > ul > li > .right > p {
  width: 394px;
  font-size: 14px;
  color: #d2d2d2;
  line-height: 28px;
}
.main_cdn > .ibatis {
  height: 1035px;
  overflow: hidden;
}
.main_cdn > .ibatis > .info > h3 {
  margin: 78px 0 57px;
  font-size: 32px;
  color: #333;
  text-align: center;
  display: block;
}
.main_cdn > .ibatis > .info > .bodyInfo {
  width: 1200px;
  height: 854px;
  background: url('../img/night/icon_cdn_sitid.png') no-repeat center;
}
.main_cdn > .cdnFooter {
  position: relative;
  height: 150px;
  background: url('../img/night/icon_footer_new.png') center;
}
.main_cdn > .cdnFooter > .info {
  position: relative;
  height: 150px;
  text-align: center;
  overflow: hidden;
  z-index: 8;
}
.main_cdn > .cdnFooter > .info > h5 {
  margin: 35px 0 15px;
  font-size: 18px;
  display: block;
  color: #fff;
}
.main_cdn > .cdnFooter > .info > a {
  display: inline-block;
  width: 134px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  left: 550px;
}
.main_cdn > .cdnFooter > .info > a:hover {
  color: #f3d660;
  background-color: #ffffff;
}
.main_cdn > .cdnFooter > .pg-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.main_web > .headerTop {
  height: 560px;
  background: #000;
  background-size: cover;
  z-index: 2;
}
.main_web > .headerTop.mobile {
  background: #21242b url(../img/freedns/mobile.jpg) center no-repeat;
}
.main_web > .headerTop > .info {
  position: relative;
  height: 100%;
}
.main_web > .headerTop > .info > .title {
  position: absolute;
  font-size: 40px;
  color: #f4cc4e;
  top: 154px;
  left: 10px;
}
.main_web > .headerTop > .info > p {
  position: absolute;
  width: 639px;
  line-height: 35px;
  font-size: 18px;
  color: #dadada;
  top: 240px;
  left: 10px;
}
.main_web > .headerTop > .info > a {
  position: absolute;
  font-size: 16px;
  width: 134px;
  height: 40px;
  line-height: 40px;
  color: #f3d660;
  border: 1px solid #f3d660;
  text-align: center;
  border-radius: 20px;
  top: 397px;
  left: 10px;
}
.main_web > .headerTop > .info > a:hover {
  background-color: #f3d660;
  color: #333;
}
.main_web > .headerTop > .info > a > span {
  position: absolute;
  left: 32px;
}
.main_web > .headerTop > .info > a > i {
  display: none;
  position: absolute;
  right: 0;
}
.main_web > .headerTop > .info > i {
  position: absolute;
  width: 628px;
  height: 433px;
  background: url('../img/night/icon_molide.png') no-repeat center;
  top: 75px;
  left: 660px;
}
.main_web > .sectorDemand {
  height: 686px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.main_web > .sectorDemand > .info > h3 {
  margin: 117px 0 0;
  font-size: 32px;
  color: #333;
  text-align: center;
  display: block;
}
.main_web > .sectorDemand > .info > .bodyInfo {
  position: relative;
  margin-top: 57px;
}
.main_web > .sectorDemand > .info > .bodyInfo > .swiper-container {
  width: 100%;
  height: 367px;
}
.main_web > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide {
  margin-right: 0 !important;
  width: 300px !important;
  height: 367px;
  text-align: center;
  font-size: 18px;
  border-right: 1px solid #ddd;
}
.main_web > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide:last-child {
  border: none;
}
.main_web > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.two > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -166px -320px;
}
.main_web > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.three > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -314px -319px;
}
.main_web > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.four > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -480px -319px;
}
.main_web > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.five > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -642px -320px;
}
.main_web > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.six > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -778px -320px;
}
.main_web > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .top {
  width: 300px;
  height: 367px;
  overflow: hidden;
}
.main_web > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .top > i {
  margin: 62px auto 25px;
  display: block;
  width: 120px;
  height: 102px;
  background: url('../img/night/icon_cdn_list.png') no-repeat -20px -320px;
}
.main_web > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .top > h6 {
  margin-bottom: 25px;
  font-size: 22px;
  color: #333;
}
.main_web > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .top > p {
  margin: 0 35px;
  font-size: 14px;
  color: #555;
  line-height: 28px;
  text-align: left;
}
.main_web > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .bottom {
  position: absolute;
  width: 300px;
  height: 367px;
  color: #fff;
  background-color: #9d9d9d;
}
.main_web > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .bottom > h6 {
  margin: 70px 0 40px;
  font-size: 22px;
}
.main_web > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .bottom > p {
  margin: 0 40px;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}
.main_web > .sectorDemand > .info > .bodyInfo > .noLine {
  position: absolute;
  width: 1px;
  height: 367px;
  background-color: #fff;
  top: 0;
  right: 0;
  z-index: 9;
}
.main_web > .sectorDemand > .info > .bodyInfo > .common {
  width: 32px;
  height: 50px;
  background-color: #dbdbdb;
  background-size: 18px;
}
.main_web > .sectorDemand > .info > .bodyInfo > .swiper-button-prev {
  left: -50px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F><%2Fsvg>");
}
.main_web > .sectorDemand > .info > .bodyInfo > .swiper-button-next {
  right: -50px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F><%2Fsvg>");
}
.main_web > .webServerAll {
  height: 760px;
  background: url('../img/night/icon_modle_bg_all.png') center fixed;
  background-size: cover;
  overflow: hidden;
}
.main_web > .webServerAll > .info > h3 {
  margin: 110px 0 30px;
  font-size: 32px;
  color: #fffefe;
  text-align: center;
  display: block;
}
.main_web > .webServerAll > .info > p {
  margin: 0 auto;
  width: 500px;
  font-size: 16px;
  color: #9d9d9d;
  line-height: 32px;
}
.main_web > .webServerAll > .info > ul {
  margin-top: 30px;
}
.main_web > .webServerAll > .info > ul > li {
  float: left;
  margin: 0 28px 20px 0;
  width: 586px;
  height: 174px;
  background-color: #4c4c4c;
  overflow: hidden;
}
.main_web > .webServerAll > .info > ul > li:hover {
  background-color: #606161;
}
.main_web > .webServerAll > .info > ul > li.two,
.main_web > .webServerAll > .info > ul > li.four {
  margin-right: 0;
}
.main_web > .webServerAll > .info > ul > li.two > i {
  background: url('../img/night/icon_cnd_sptrint.png') no-repeat -186px -201px;
}
.main_web > .webServerAll > .info > ul > li.three > i {
  background: url('../img/night/icon_cnd_sptrint.png') no-repeat -100px -201px;
}
.main_web > .webServerAll > .info > ul > li.four > i {
  background: url('../img/night/icon_cnd_sptrint.png') no-repeat -274px -201px;
}
.main_web > .webServerAll > .info > ul > li > i {
  float: left;
  margin: 49px 0 0 38px;
  width: 72px;
  height: 72px;
  background: url('../img/night/icon_cnd_sptrint.png') no-repeat -13px -201px;
}
.main_web > .webServerAll > .info > ul > li > .right {
  margin: 30px 0 0 147px;
}
.main_web > .webServerAll > .info > ul > li > .right > h6 {
  margin-bottom: 16px;
  font-size: 22px;
  color: #f2f2f2;
}
.main_web > .webServerAll > .info > ul > li > .right > p {
  width: 394px;
  font-size: 14px;
  color: #d2d2d2;
  line-height: 28px;
}
.main_web > .ibatis {
  height: 997px;
  overflow: hidden;
}
.main_web > .ibatis > .info > h3 {
  margin: 78px 0 57px;
  font-size: 32px;
  color: #333;
  text-align: center;
  display: block;
}
.main_web > .ibatis > .info > .bodyInfo {
  width: 1200px;
  height: 801px;
  background: url('../img/night/icon_model_sitid.png') no-repeat center;
}
.main_web > .cdnFooter {
  position: relative;
  height: 150px;
  background: url('../img/night/icon_footer_new.png') center;
}
.main_web > .cdnFooter > .info {
  position: relative;
  height: 150px;
  text-align: center;
  overflow: hidden;
  z-index: 8;
}
.main_web > .cdnFooter > .info > h5 {
  margin: 35px 0 15px;
  font-size: 18px;
  color: #fff;
  display: block;
}
.main_web > .cdnFooter > .info > a {
  display: inline-block;
  width: 134px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  left: 550px;
}
.main_web > .cdnFooter > .info > a:hover {
  color: #f3d660;
  background-color: #ffffff;
}
.main_web > .cdnFooter > .pg-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.main_game > .headerTop {
  height: 560px;
  background: #21242b url(../img/freedns/main_game.jpg) center no-repeat;
  z-index: 2;
}
.main_game > .headerTop > .info {
  position: relative;
  height: 100%;
}
.main_game > .headerTop > .info > .title {
  position: absolute;
  font-size: 40px;
  color: #f4cc4e;
  top: 154px;
  left: 10px;
}
.main_game > .headerTop > .info > p {
  position: absolute;
  width: 600px;
  line-height: 35px;
  font-size: 18px;
  color: #dadada;
  top: 240px;
  left: 10px;
}
.main_game > .headerTop > .info > a {
  position: absolute;
  font-size: 16px;
  width: 134px;
  height: 40px;
  line-height: 40px;
  color: #f3d660;
  border: 1px solid #f3d660;
  text-align: center;
  border-radius: 20px;
  top: 397px;
  left: 10px;
}
.main_game > .headerTop > .info > a:hover {
  background-color: #f3d660;
  color: #333;
}
.main_game > .headerTop > .info > a > span {
  position: absolute;
  left: 32px;
}
.main_game > .headerTop > .info > a > i {
  display: none;
  position: absolute;
  top: 1px;
  right: 0;
}
.main_game > .sectorDemand {
  height: 686px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.main_game > .sectorDemand > .info > h3 {
  margin: 117px 0 0;
  font-size: 32px;
  color: #333;
  display: block;
  text-align: center;
}
.main_game > .sectorDemand > .info > .bodyInfo {
  position: relative;
  margin-top: 57px;
}
.main_game > .sectorDemand > .info > .bodyInfo > .swiper-container {
  width: 100%;
  height: 367px;
}
.main_game > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide {
  margin-right: 0 !important;
  width: 300px !important;
  height: 367px;
  text-align: center;
  font-size: 18px;
  border-right: 1px solid #ddd;
}
.main_game > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide:last-child {
  border: none;
}
.main_game > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.two > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -172px -460px;
}
.main_game > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.three > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -325px -460px;
}
.main_game > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.four > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -486px -460px;
}
.main_game > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.five > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -642px -460px;
}
.main_game > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .top {
  width: 300px;
  height: 367px;
  overflow: hidden;
}
.main_game > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .top > i {
  margin: 62px auto 25px;
  display: block;
  width: 108px;
  height: 102px;
  background: url('../img/night/icon_cdn_list.png') no-repeat -30px -460px;
}
.main_game > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .top > h6 {
  margin-bottom: 25px;
  font-size: 22px;
  color: #333;
}
.main_game > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .top > p {
  margin: 0 35px;
  font-size: 14px;
  color: #555;
  line-height: 28px;
  text-align: left;
}
.main_game > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .bottom {
  position: absolute;
  width: 300px;
  height: 367px;
  color: #fff;
  background-color: #9d9d9d;
}
.main_game > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .bottom > h6 {
  margin: 70px 0 40px;
  font-size: 22px;
}
.main_game > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .bottom > p {
  margin: 0 40px;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}
.main_game > .sectorDemand > .info > .bodyInfo > .noLine {
  position: absolute;
  width: 1px;
  height: 367px;
  background-color: #fff;
  top: 0;
  right: 0;
  z-index: 9;
}
.main_game > .sectorDemand > .info > .bodyInfo > .common {
  width: 32px;
  height: 50px;
  background-color: #dbdbdb;
  background-size: 18px;
}
.main_game > .sectorDemand > .info > .bodyInfo > .swiper-button-prev {
  left: -50px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F><%2Fsvg>");
}
.main_game > .sectorDemand > .info > .bodyInfo > .swiper-button-next {
  right: -50px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F><%2Fsvg>");
}
.main_game > .webServerAll {
  height: 689px;
  background: url('../img/night/icon_game_bg_all.png') center fixed;
  background-size: cover;
  overflow: hidden;
}
.main_game > .webServerAll > .info > h3 {
  margin: 78px 0 55px;
  font-size: 32px;
  color: #fffefe;
  text-align: center;
  display: block;
}
.main_game > .webServerAll > .info > ul > li {
  float: left;
  margin: 0 28px 0 0;
  width: 380px;
  height: 384px;
  background-color: #4c4c4c;
  overflow: hidden;
}
.main_game > .webServerAll > .info > ul > li:hover {
  background-color: #606161;
}
.main_game > .webServerAll > .info > ul > li.two > i {
  background: url('../img/night/icon_cnd_sptrint.png') no-repeat -100px -294px;
}
.main_game > .webServerAll > .info > ul > li.three {
  margin-right: 0;
}
.main_game > .webServerAll > .info > ul > li.three > i {
  background: url('../img/night/icon_cnd_sptrint.png') no-repeat -186px -294px;
}
.main_game > .webServerAll > .info > ul > li > i {
  margin: 49px auto 45px;
  display: block;
  width: 72px;
  height: 72px;
  background: url('../img/night/icon_cnd_sptrint.png') no-repeat -13px -294px;
}
.main_game > .webServerAll > .info > ul > li > h6 {
  margin-bottom: 16px;
  font-size: 22px;
  color: #f2f2f2;
  display: block;
  text-align: center;
}
.main_game > .webServerAll > .info > ul > li > p {
  margin: 0 40px;
  font-size: 14px;
  color: #d2d2d2;
  line-height: 28px;
}
.main_game > .ibatis {
  height: 974px;
  overflow: hidden;
}
.main_game > .ibatis > .info > h3 {
  margin: 78px 0 57px;
  font-size: 32px;
  color: #333;
  text-align: center;
  display: block;
}
.main_game > .ibatis > .info > .bodyInfo {
  width: 1200px;
  height: 801px;
  background: url('../img/night/icon_game_sitid.png') no-repeat center;
}
.main_game > .cdnFooter {
  position: relative;
  height: 150px;
  background: url('../img/night/icon_footer_new.png') center;
}
.main_game > .cdnFooter > .info {
  position: relative;
  height: 150px;
  text-align: center;
  overflow: hidden;
  z-index: 8;
}
.main_game > .cdnFooter > .info > h5 {
  margin: 35px 0 15px;
  font-size: 18px;
  display: block;
  color: #fff;
}
.main_game > .cdnFooter > .info > a {
  display: inline-block;
  width: 134px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  left: 550px;
}
.main_game > .cdnFooter > .info > a:hover {
  color: #f3d660;
  background-color: #ffffff;
}
.main_game > .cdnFooter > .pg-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.main_domain > .headerTop {
  height: 560px;
  background: #21242b url(../img/freedns/domainregister.jpg) center no-repeat;
  z-index: 2;
}
.main_domain > .headerTop > .info {
  position: relative;
  height: 100%;
}
.main_domain > .headerTop > .info > .title {
  position: absolute;
  font-size: 40px;
  color: #f4cc4e;
  top: 154px;
  left: 10px;
}
.main_domain > .headerTop > .info > p {
  position: absolute;
  width: 560px;
  line-height: 35px;
  font-size: 18px;
  color: #dadada;
  top: 240px;
  left: 10px;
}
.main_domain > .headerTop > .info > a {
  position: absolute;
  font-size: 16px;
  width: 134px;
  height: 40px;
  line-height: 40px;
  color: #f3d660;
  border: 1px solid #f3d660;
  text-align: center;
  border-radius: 20px;
  top: 397px;
  left: 10px;
}
.main_domain > .headerTop > .info > a:hover {
  background-color: #f3d660;
  color: #333;
}
.main_domain > .headerTop > .info > a.dnsInfo:hover {
  background: none;
}
.main_domain > .headerTop > .info > a > span {
  position: absolute;
  left: 32px;
}
.main_domain > .headerTop > .info > a > i {
  display: none;
  position: absolute;
  top: 1px;
  right: 0;
}
.main_domain > .sectorDemand {
  height: 686px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.main_domain > .sectorDemand > .info > h3 {
  margin: 60px 0 0;
  font-size: 32px;
  text-align: center;
  display: block;
}
.main_domain > .sectorDemand > .info > .bodyInfo {
  position: relative;
  margin-top: 57px;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container {
  width: 100%;
  height: 367px;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide {
  margin-right: 0 !important;
  width: 300px !important;
  height: 367px;
  text-align: center;
  font-size: 18px;
  border-right: 1px solid #ddd;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide:last-child {
  border: none;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.two > .top > i {
  width: 120px;
  background: url('../img/night/icon_cdn_list.png') no-repeat -171px -34px;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.three > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -320px -34px;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.four > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -486px -34px;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.five > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -642px -34px;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide.six > .top > i {
  background: url('../img/night/icon_cdn_list.png') no-repeat -786px -34px;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .top {
  width: 300px;
  height: 367px;
  overflow: hidden;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .top > i {
  margin: 62px auto 25px;
  display: block;
  width: 120px;
  height: 102px;
  background: url('../img/night/icon_cdn_list.png') no-repeat -25px -34px;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .top > h6 {
  margin-bottom: 25px;
  font-size: 22px;
  color: #333;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .top > p {
  margin: 0 35px;
  font-size: 14px;
  color: #555;
  line-height: 28px;
  text-align: left;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .bottom {
  position: absolute;
  width: 300px;
  height: 367px;
  color: #fff;
  background-color: #9d9d9d;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .bottom > h6 {
  margin: 70px 0 40px;
  font-size: 22px;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container .swiper-slide > .bottom > p {
  margin: 0 40px;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .noLine {
  position: absolute;
  width: 1px;
  height: 367px;
  background-color: #fff;
  top: 0;
  right: 0;
  z-index: 9;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .common {
  width: 32px;
  height: 50px;
  background-color: #dbdbdb;
  background-size: 18px;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-button-prev {
  left: -50px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F><%2Fsvg>");
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-button-next {
  right: -50px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F><%2Fsvg>");
}
.main_domain > .webServerAll {
  height: 820px;
  background: url('../img/night/icon_dmoll_bg_all.png') center fixed;
  background-size: cover;
  overflow: hidden;
}
.main_domain > .webServerAll > .info > h3 {
  margin: 60px 0 55px;
  font-size: 32px;
  color: #fffefe;
  text-align: center;
  display: block;
}
.main_domain > .webServerAll > .info > ul > li {
  float: left;
  margin: 0 28px 20px 0;
  width: 586px;
  height: 174px;
  background-color: #4c4c4c;
  overflow: hidden;
}
.main_domain > .hardeareAll > .info > ul > li {
  height: 210px;
}
.main_domain > .webServerAll > .info > ul > li:hover {
  background-color: #606161;
}
.main_domain > .webServerAll > .info > ul > li.two,
.main_domain > .webServerAll > .info > ul > li.four,
.main_domain > .webServerAll > .info > ul > li.six {
  margin-right: 0;
}
.main_domain > .webServerAll > .info > ul > li.two > i {
  background: url('../img/night/icon_cnd_sptrint.png') no-repeat -274px -16px;
}
.main_domain > .webServerAll > .info > ul > li.three > i {
  background: url('../img/night/icon_cnd_sptrint.png') no-repeat -100px -16px;
}
.main_domain > .webServerAll > .info > ul > li.four > i {
  background: url('../img/night/icon_cnd_sptrint.png') no-repeat -362px -16px;
}
.main_domain > .webServerAll > .info > ul > li.five > i {
  background: url('../img/night/icon_cnd_sptrint.png') no-repeat -186px -16px;
}
.main_domain > .webServerAll > .info > ul > li.six > i {
  background: url('../img/night/icon_cnd_sptrint.png') no-repeat -449px -16px;
}
.main_domain > .webServerAll > .info > ul > li > i {
  float: left;
  margin: 49px 0 0 38px;
  width: 72px;
  height: 72px;
  background: url('../img/night/icon_cnd_sptrint.png') no-repeat -13px -16px;
}

.main_domain > .hardeareAll{background: url(../img/night/icon_hard16.png) center fixed; background-size: cover; height: 810px;}
.main_domain > .hardeareAll > .info > h5{ margin: 78px 0 57px;}
.main_domain > .hardeareAll > .info > ul > li.one > i {
  background: url('../img/night/icon_hard04.png') no-repeat;
}
.main_domain > .hardeareAll > .info > ul > li.two > i {
  background: url('../img/night/icon_hard05.png') no-repeat;
}
.main_domain > .hardeareAll > .info > ul > li.three > i {
  background: url('../img/night/icon_hard06.png') no-repeat;
}
.main_domain > .hardeareAll > .info > ul > li.four > i {
  background: url('../img/night/icon_hard07.png') no-repeat;
}


.main_domain > .webServerAll > .info > ul > li > .right {
  margin: 30px 0 0 147px;
}
.main_domain > .webServerAll > .info > ul > li > .right > h6 {
  margin-bottom: 16px;
  font-size: 22px;
  color: #f2f2f2;
}
.main_domain > .webServerAll > .info > ul > li > .right > p {
  width: 394px;
  font-size: 14px;
  color: #d2d2d2;
  line-height: 28px;
}
.main_domain > .ibatis {
  height: 781px;
  overflow: hidden;
}
.main_domain > .hardeareibatis {
	height: 972px;
	margin-top: -122px;
}
.main_domain > .ibatis > .info > h3 {
  margin: 68px 0 57px;
  font-size: 32px;
  text-align: center;
  display: block;
}
.main_domain > .ibatis.hardeareibatis > .info > h5 {
  margin: 78px 0 57px;
}
.main_domain > .ibatis > .info > .bodyInfo {
  width: 1200px;
  height: 569px;
  background: url('../img/night/icon_dmo_sitid.png') no-repeat center;
}
.main_domain > .cdnFooter {
  position: relative;
  height: 150px;
  background: url('../img/night/icon_footer_new.png') center;
}
.main_domain > .cdnFooter > .info {
  position: relative;
  height: 150px;
  text-align: center;
  overflow: hidden;
  z-index: 8;
}
.main_domain > .cdnFooter > .info > h5 {
  margin: 35px 0 15px;
  font-size: 18px;
  color: #fff;
  display: block;
}
.main_domain > .cdnFooter > .info > a {
  display: inline-block;
  width: 134px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  left: 550px;
}
.main_domain > .cdnFooter > .info > a:hover {
  color: #f3d660;
  background-color: #ffffff;
}
.main_domain > .cdnFooter > .pg-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hardware1{ float: left; width: 485px; height: 240px; box-shadow: 0 0px 10px #eee; padding: 30px 50px 50px 50px; background: #fff;}
.hardware1:last-child{ float: right;}
.hardware2{ font-size: 22px; color: #333; line-height: 68px;}
.hardware2 i{ background: url(../img/night/icon_hard02.png); width: 80px; height: 68px; position: relative; display: inline-block; top: 22px; margin-right: 30px;}
.hardware2.hardware2a i{background: url(../img/night/icon_hard03.png)}
.hardware3{ color: #777; font-size: 14px; line-height: 26px; padding-top: 20px;}

.hardearetable{ width: 1200px; margin: 51px auto 0; border-collapse: collapse; overflow: hidden; position: relative; top: -122px; background: #fff;}
.hardearetable th,td{ border: 1px solid #ddd; position: relative;}
.hardearetable th{ font-size: 22px; color: #333; background: #f5f5f6; line-height: 70px; text-align: center;}
.hardearetable td{ padding: 10px; text-align: center; line-height: 30px; font-size: 16px; color: #333;}
.hardearetable th.borcolor,.hardearetable td.borcolor{ border-color: #f3d660;}
.hardearetable th.borcolor{ background: #fee492;}
.hardearetable th:hover:before,.hardearetable td:hover:before{ content: ''; display: block; width: 1px; height: 2000px;  background: #f3d660; position: absolute; left: -1px; top: -1000px; z-index: 1; }
/*.hardearetable tr:last-child td.borcolor{ border-color: #ddd;}*/
.hardearetable tr:last-child td{ position: relative; z-index: 9;}
.hardearetable tr td.borcolors:after,.hardearetable tr td.borcolors1:after{content: ''; display: block; width: 1px; height:100%;  background: #ddd; position: absolute; left: -1px; top: 0px; z-index: 2;}
.hardware_fa{ border: 1px solid #ddd; }
.hardware_tab{ line-height: 58px; height: 58px; position: relative;}
.hardware_tab span{width:25%; display: inline-block; float: left; text-align: center; color: #333; font-size: 22px; border-bottom: 1px solid #ddd; cursor: pointer; position: relative; }
.hardware_tab span.on{ border-bottom: none; background: #fbfbfb;  }
.hardware_tab span.on:after{content: ''; display: block; width: 100%; height: 4px;  background: #f3d660; position: absolute; left: 0px; top: -1px; z-index: 1; }
.hardware_tab span:before{ content: ''; display: block; width: 1px; height: 100%;  background: #ddd; position: absolute; left: 0px; top: 0px; z-index: 1;}
.hardware_tab span:nth-child(1):before{ display: none;}
.hardware_bg{ background:#fbfbfb url(../img/night/icon_hard14.png) no-repeat center; width: 1198px; height: 700px; display: none;}
.hardware_bg.hardware_bg2{background:#fbfbfb url(../img/night/icon_hard13.png) no-repeat center;}
.hardware_bg.hardware_bg3{background:#fbfbfb url(../img/night/icon_hard12.png) no-repeat center;}
.hardware_bg.hardware_bg4{background:#fbfbfb url(../img/night/icon_hard11.png) no-repeat center;}

/*行业新闻*/
.trade-news {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.trade-news .trade-news-title {
	font-size: 32px;
	padding: 60px 0 0;
	color: #333;
	text-align: center;
  display: block;
}
.trade-news .trade-news-content {
	margin: 60px 0 114px;
}
.trade-news .trade-news-content ul:nth-child(1) {
	float: left;
}
.trade-news .trade-news-content ul:nth-child(1) {
	float: right;
}
.trade-news .trade-news-content ul li {
	
	font-size: 14px;
	width: 563px;
	height: 20px;
	overflow: hidden;
	list-style: disc inside;
}
.trade-news .trade-news-content ul li:not(:first-child) {
	margin-top: 30px;
}
.trade-news .trade-news-content ul li a {
	width: 543px;
	float: right;
}

.trade-news .trade-news-content ul li a span:nth-child(1) {
	width: 350px;
	overflow: hidden;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #555555;
}
.trade-news .trade-news-content ul li a span:nth-child(2) {
	float: right;
	color: #777b80;
}
.trade-news .trade-news-content ul li:hover a span {
	color: #f3d660;
}

/*快速跳转*/
.mecuList {
	height: 80px;
  background-color: #f5f5f6;
}
.mecuListbg {
    height: 80px;
    width: 100%;
}
.mecuList ul li {
	float: left;
    width: 300px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.mecuList ul li.active {
	border-bottom: 3px solid #f3d660;
}

.guding {
	width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container.zhanqun .swiper-slide > .top > i {
  background: url('../img/night/zqun03.png') no-repeat 0px -8px;
}

.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container.zhanqun .swiper-slide.two > .top > i{
	background-position: -118px -8px;	
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container.zhanqun .swiper-slide.three > .top > i{
	background-position: -228px -8px;	
}
.main_domain > .sectorDemand > .info > .bodyInfo > .swiper-container.zhanqun .swiper-slide.four > .top > i{
	background-position: -343px -8px;	
}
.main_domain > .headerTop.zhanqun > .info > i {
  background:#000;
  top: 30px;
    height: 530px;
    width: 770px;
}
.main_domain > .headerTop.zhanqun {
  background: url('../img/night/zqun05.jpg') no-repeat center;
}
.main_domain > .headerTop.hardware {
  background:#21242b url('../img/freedns/hardware.jpg') no-repeat center;
}
.main_domain > .webServerAlls {
  height: 700px;
  background: url('../img/night/zqun01.jpg') center fixed;
}
.main_domain > .webServerAll > .info > ul.zhanqun > li > i {
  margin: 46px 0 0 38px;
  width: 75px;
  height: 75px;
  background: url('../img/night/zqun04.png') no-repeat -7px -4px;
}

.main_domain > .webServerAll > .info > ul.zhanqun > li.two > i {
  background-position: -89px -4px;
}
.main_domain > .webServerAll > .info > ul.zhanqun > li.three > i {
  background-position: -168px -4px;
}
.main_domain > .webServerAll > .info > ul.zhanqun > li.four > i {
  background-position: -250px -4px;
}
.sslcontb1{ overflow: hidden; margin-top: 60px;}
.sslcontb2{ width: 378px; height: 600px; background: #fff url(../img/ssl/ssl11.jpg) no-repeat; border: 3px solid #dddddd; float: left; margin-left: 24px; }
.sslcontb2:nth-child(1){ margin-left:0;}
.sslcontb3{ font-size: 26px; color: #333; padding: 40px 0 20px; transition: all 0.5s;}
.sslcontb4{ font-size: 18px; color: #666; transition: all 0.5s;}
.sslcontb5{ font-size: 18px; line-height: 32px; height: 420px; position: relative;}
.sslcontb5s{ width: 260px; height: 400px; text-align: left; margin: 0 auto;}
.sslcontb5s .sslcontb7{ width: auto;}
.sslcontb5b{ height: 500px; padding-top: 35px; }
.sslcontb6{ color: #555; padding-top: 68px; padding-bottom: 12px;}
.sslcontb7{ color: #777; font-size: 16px;width: 220px; margin: 0 auto; text-align: left;}
.sslcontb7b{ width: 110px;}
.sslcontb7c{ width: 130px;}
.sslcontb7s{ font-size: 12px; color: #999; text-align: center; width: 100%;    padding-top: 10px;}
.sslcontb5s .sslcontb7p{ font-size: 18px; color: #555; width: 170px; margin: 0 auto;}
.sslcontb5s .sslcontb7y{ font-size: 16px; color: #333; width: 260px; margin: 0 auto;  line-height: 34px; position: relative;}
.sslcontb5s .sslcontb7y:before{ content: ''; width: 6px; height: 6px; border-radius: 50%; background: #fee492; position: absolute; left: -16px; top: 11px;}
.sslcontb5s .sslcontb7y font{ color: #999; font-size: 16px;}
.sslcontb6.sslcontb7y{ margin-top: 45px; padding-top: 0;}

.sslcontb8{position: absolute; bottom: 40px; text-align: center; width: 100%;}
.sslcontb8 span{ display: inline-block;}
.sslcontb8s{position: absolute; bottom: 140px; left: 0; font-size: 12px; color: #999; text-align: center; width: 100%; }
.sslcontb9{ color: #fb8337; font-size: 20px; position: relative; top: -20px;}
.sslcontb10{ font-size: 50px; color: #fb8337; font-weight: bold;}
.sslcontb11{ font-size: 20px; color: #777777; position: relative; top: -3px}
.sslcontb11 font{ font-size: 14px;}
.sslcontb12{ border-radius: 20px; width: 150px; text-align: center; color: #777; border: 1px solid #777; height: 40px; line-height: 38px; cursor: pointer; position: absolute; bottom: -20px; left: 50%; margin-left: -75px; transition: all 0.5s;}
.sslcontb2:hover {background: #fff url(../img/ssl03.jpg) no-repeat;border-color: #7fd87c;}
.sslcontb2:hover .sslcontb3,.sslcontb2:hover .sslcontb4{ color: #fff;}
.sslcontb2:hover .sslcontb12{ background: #7fd87c; border-color: #7fd87c; color: #fff;}
.sslcontb2s{ background: #fff url(../img/ipv6/qt_092b.jpg) no-repeat;background-size: 100% 109px; height: 590px; text-align: center;}
.sslcontb2s:hover{ background: #fff url(../img/ipv6/qt_091b.jpg) no-repeat;border-color: #f3d660;}
.sslcontb2s:hover .sslcontb3{ color: #333;}
.sslcontb2:hover .sslcontb12{ background: #f3d660; border-color: #f3d660; color: #fff;}
.sslcontb2s .sslcontb8h{ bottom: 135px;}
.sslcontb2s .sslcontb12{ bottom: 80px;}
.sslcontb8h img{ position: absolute; right: 0px; top: -30px;;}

.indexs02{ text-align: center; padding-top: 30px;}
.indexs03{ background: url(img/dnsico02.png) center;display: inline-block; width: 85px; height: 65px; }
.indexs04{ background: url(img/dnsico01.png) center;display: inline-block; width: 588px; height: 55px; }
.indexs05{ border: 1px solid #fff; color: #dea701; background: #fff; text-align: center; width: 180px; height: 35px;line-height: 35px; display: inline-block;font-size: 14px; position: relative; top: -25px; left: 20px;}
.indexs05 i{display: inline-block; width: 4px; height: 4px; background: #dea701; border-radius: 50%; position: relative; top: -2px;}