@charset "utf-8";

#kf .triangle {
  right: 0;
  top: 20px;
  border-left-color: #fff;
  border-bottom-color: transparent;
  left: auto;
}

/* banner */
.banner-container {
  width: 100%;
  height: 368px;
  /* background:#0c111e url(../img/new-index-bg.png) no-repeat center center; */
  position: relative;
  overflow: hidden;
}

.layout {
  width: 100%;
  margin: 0 auto;
}

.banner-container .auto0 {
  width: 1200px;
  height: 100%;
  position: relative;
}

.jc-list {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  /*下一句关键设置*/
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#19ffffff, endcolorstr=#19ffffff);
}

.jc-ul {
  width: 1200px;
  margin: 0 auto;
  height: 80px;
}

.jc-ul li {
  position: relative;
  float: left;
  width: 14.28%;
  height: 100%;
  line-height: 80px;
}

.jc-ul li:after,
.jc-ul li:first-child:before {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 1px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33ffffff, endcolorstr=#33ffffff);
}

.jc-ul li:first-child:before {
  left: 0;
}

.jc-ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-left: 60px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b2ffffff, endcolorstr=#b2ffffff);
  background: url(../img/nav-zh.png) no-repeat 22px center;
}

.jc-ul li:first-child + li a {
  background: url(../img/nav-whois.png) no-repeat 22px center;
}
.jc-ul li:first-child + li + li a {
  background: url(../img/nav-ls.png) no-repeat 22px center;
}
.jc-ul li:first-child + li + li + li a {
  background: url(../img/nav-ba.png) no-repeat 22px center;
}
.jc-ul li:first-child + li + li + li + li a {
  background: url(../img/nav-sg.png) no-repeat 22px center;
}
.jc-ul li:first-child + li + li + li + li + li a {
  background: url(../img/nav-bd.png) no-repeat 22px center;
}
.jc-ul li:first-child + li + li + li + li + li + li a {
  background: url(../img/nav-lj.png) no-repeat 22px center;
}

.jc-ul li:first-child:hover a {
  background: #13284f url(../img/nav-zh0.png) no-repeat 22px center;
}
.jc-ul li:first-child + li:hover a {
  background: #13284f url(../img/nav-whois0.png) no-repeat 22px center;
}
.jc-ul li:first-child + li + li:hover a {
  background: #13284f url(../img/nav-ls0.png) no-repeat 22px center;
}
.jc-ul li:first-child + li + li + li:hover a {
  background: #13284f url(../img/nav-ba0.png) no-repeat 22px center;
}
.jc-ul li:first-child + li + li + li + li:hover a {
  background: #13284f url(../img/nav-sg0.png) no-repeat 22px center;
}
.jc-ul li:first-child + li + li + li + li + li:hover a {
  background: #13284f url(../img/nav-bd0.png) no-repeat 22px center;
}
.jc-ul li:first-child + li + li + li + li + li + li:hover a {
  background: #13284f url(../img/nav-lj0.png) no-repeat 22px center;
}

.jc-ul li:hover,
.jc-ul li:hover:after,
.jc-ul li:hover:before {
  background-color: #13284f;
  margin-left: -1px;
  border-left: 1px solid transparent;
}

.ju-ul li:hover li {
  margin-right: 1px;
}

.jc-main h1 {
  padding: 70px 0 54px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: normal;
}
.jc-content {
  width: 860px;
  padding-left: 170px;
}
.jc-search-list {
  margin-bottom: 20px;
}

.jc-search-list .search-list-li {
  position: relative;
  float: left;
  margin-right: 40px;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4cffffff, endcolorstr=#4cffffff);
}

.jc-search-list .search-list-li:hover {
  cursor: pointer;
  color: #0f9fff;
}

.jc-search-list .search-list-li:before {
  position: absolute;
  content: "";
  left: -21px;
  top: 3px;
  width: 2px;
  height: 15px;
  background-color: #2b3e61;
}

.jc-search-list .search-list-li:first-child:before {
  display: none;
}

.jc-search-list .search-list-li.search-on {
  color: #0f9fff;
}

.jc-search-list .search-list-li a {
  color: #fff;
}
.jc-search-list .search-list-li a:hover {
  color: #0f9fff;
}
/* .jc-search-list .search-list-li.search-on:after{
    position: absolute;
    left: 50%;
    top: 24px;
    margin-left: -5px;
    content:"";
    display: inline-block;
    width:0;
    height:0;
    border-left:5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #0f9fff;
} */

.jc-search-input {
  display: none;
  float: left;
  width: 730px;
  height: 45px;
  line-height: 45px;
  text-indent: 20px;
}

.jc-search-button {
  float: left;
  width: 130px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  background-color: #0f9fff;
  text-align: center;
}
.jc-search-tips {
  margin-top: 12px;
}
.jc-search-tips .tips {
  float: left;
  font-size: 12px;
  color: #ff9600;
}
.jc-search-tips .change {
  float: right;
  color: #fff;
  margin-right: 20px;
}

.tool-main {
  width: 1200px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.tool-main .left {
  float: left;
  width: 886px;
}
.new-tool-list {
  width: 100%;
  padding: 40px 0 0;
  background-color: #fff;
}
.tool-main .right {
  float: right;
  width: 300px;
}
.tool-main .left-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.left-box .tit {
  line-height: 30px;
}
.left-box .tit h2 {
  float: left;
  font-size: 20px;
  color: #333;
  padding-left: 42px;
  background: url(../img/new-check-ico.png) no-repeat left center;
}
.left-box .tit p {
  margin-left: 16px;
  margin-top: 2px;
  float: left;
  color: #999;
}
.left-box .tit strong {
  color: #ff5722;
}
.left-box .tit a {
  margin-top: 2px;
  font-size: 14px;
  color: #999;
}
.left-box .tit a:hover {
  color: #0f9fff;
}
.tool-ul {
  margin-top: 34px;
}
.tool-ul li a {
  text-align: left;
  text-indent: 30px;
  float: left;
  width: 260px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 24px;
  margin-right: 53px;
  font-size: 15px;
  color: #666;
  background: #fff url(../img/new-go.png) no-repeat right 25px center;
  border: solid 1px #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.tool-ul li a:hover {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  border-color: #0f9fff;
  background: #fff url(../img/new-bluego.png) no-repeat right 25px center;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tool-ul li:nth-child(4n) a {
  margin-right: 0;
}

.left-gg {
  margin: 14px 0;
}

.left-hot {
  background-color: #fff;
}
.left-hot .hot-tit {
  height: 50px;
  line-height: 50px;
  position: relative;
  padding: 0 10px 0 20px;
  border-bottom: 1px solid #eee;
}
.hot-tit h3 {
  float: left;
  font-size: 20px;
  color: #333;
  padding-right: 26px;
  background: url(../img/icon-hot.png) no-repeat right center;
}
.hot-tit .hot-ul {
  position: absolute;
  right: 8px;
  bottom: 0;
}
.hot-tit .hot-ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

  position: relative;
  float: left;
  color: #333;
  width: 96px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;

  border-top: 2px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.hot-tit .hot-ul li.on {
  border-color: #0f9fff;
}
.hot-tit .hot-ul li.on:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 2;
}

.left-hot .hot-content {
  display: none;
  width: 100%;
}
.hotUl {
  position: relative;
  padding: 10px 20px 5px;
}
.hot-content li {
  position: relative;
  width: 100%;
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #eee;
}
.hot-content li:first-child + li + li + li {
  border-bottom: none;
}

.hot-content li .domain {
  width: 20%;
  height: 100%;
  float: left;
  text-align: center;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hotUl .see {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 160px;
  height: 100%;
  padding: 1px 10px;
  box-shadow: 0px 0px 10px 5px rgba(16, 142, 233, 0.08);
  color: #0f9fff;
  z-index: 10;
  background-color: #fff;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.hotUl .see i {
  float: right;
  margin-left: 6px;
  padding-right: 10px;
  background: url(../img/icon-arrow.png) no-repeat right center;
}

.right-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 14px;
  margin-bottom: 14px;
  background-color: #fff;
}
.right-box .tit {
  line-height: 20px;
  padding-bottom: 16px;
}
.right-box .tit h3 {
  float: left;
  font-size: 18px;
  color: #333;
}
.right-box .tit a {
  color: #0f9fff;
}
.right-box .right-ul {
  padding-top: 10px;
  border-top: 1px solid #eeee;
}
.right-ul li {
  position: relative;
  padding-left: 13px;
  display: block;
  line-height: 36px;
  color: #666;
  overflow: hidden;
}
.right-ul li a {
  color: #666;
}
.right-ul li:after {
  position: absolute;
  left: 0;
  top: 15px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #cecece;
}

.right-ul .con {
  float: left;
  width: 68%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.right-ul .time {
  float: right;
  font-size: 14px;
  color: #999;
}
.right-ul li a:hover {
  color: #0f9fff;
}
/* .right-ul li:hover:after{
    
} */
.skill-list {
  display: block;
  width: 280px;
  height: 116px;
  position: relative;
  margin-left: -10px;
}
.skill-list p {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 19px;
  position: absolute;
  bottom: 0;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
}
.skill-list:hover p {
  color: #0f9fff;
}

.last-right-box {
  margin-bottom: 0;
}
.last-right-box .right-ul {
  border-top: none;
  padding-top: 6px;
}

.new-layout {
  background-color: #f7f7f7;
}

.news-main {
  width: 1200px;
  padding-top: 40px;
}
.news-main .news-tit {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding-left: 42px;
  background: url(../img/new-news-bg.png) no-repeat left bottom;
  text-align: left;
  line-height: 38px;
}

.news-main .news-content {
  padding: 30px 0 54px;
}
.news-main .news-list-tit {
  height: 90px;
  line-height: 90px;
  padding: 0 35px;
  border-bottom: 1px solid #eee;
  border-radius: 2px;
}
.news-main .news-list-tit .tit-more:hover {
  color: #0f9fff;
}
.news-main .news-list-tit h2 {
  padding-left: 50px;
  background: url(../img/new-news-1.png) no-repeat left center;
  float: left;
  font-weight: normal;
  font-size: 18px;
  color: #333;
}
.news-main .news-list-tit a {
  color: #999;
  font-size: 14px;
}
.news-main .news-list:first-child + .news-list h2 {
  background: url(../img/new-news-2.png) no-repeat left center;
}
.news-main .news-list:first-child + .news-list + .news-list h2 {
  background: url(../img/new-news-3.png) no-repeat left center;
}

.news-main .news-list {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 380px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-left: 30px;
}
.news-main .news-list:first-child {
  margin-left: 0;
}

.news-main .news-list:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 3px;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-main .news-list:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.news-main .news-list:hover:before {
  background-color: #0f9fff;
  width: 100%;
}

.news-main .news-list .news-list-item {
  padding: 10px 26px 20px 35px;
}

.news-list-item li:not(.first) {
  height: 40px;
  line-height: 40px;
}

.news-list-item .first {
  line-height: normal;
  padding: 20px 0 14px;
}
.news-list-item .item-info {
  width: 324px;
}
.news-list-item .item-info h3 {
  margin: 6px 0 6px;
  color: #666;
  font-weight: normal;
  font-size: 14px;
}
.news-list-item .item-info p {
  font-size: 12px;
  color: #999;
  line-height: 22px;
}
.news-list-item li:after {
  top: 16px;
}
.news-list-item li:first-child,
.news-list-item li:first-child + li {
  border-top: none;
}
.news-list-item img {
  width: 200px;
  height: 100px;
}

/* 资讯详情页 */
.n-main {
  width: 1200px;
  padding: 10px 0 30px;
}
.n-tips {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  margin-bottom: 15px;
  color: #666;
  padding-left: 45px;
  background: #fff url(../img/icon-n-tips.png) no-repeat 20px center;
}
.n-tips .time {
  margin: 0 30px 0 16px;
  color: #999;
}
.n-tips .check {
  color: #0f9fff;
}
.n-box {
  width: 1200px;
  margin-bottom: 20px;
  overflow: hidden;
}
.n-box span {
  text-wrap: wrap !important;
}
.n-box .n-left {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 865px;
  padding: 14px 20px;
  background-color: #fff;
}
.n-left .n-tit {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.n-left-ul li {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
}

.n-left-ul .img-d,
.n-left-ul .img0 {
  float: left;
  width: 150px;
  height: 100px;
  overflow: hidden;
}
.n-left-ul .n-left-desc {
  float: right;
  width: 653px;
}
.n-left-desc h2 a {
  font-weight: normal;
  color: #333;
}
.n-left-desc .detail {
  margin: 6px 0 8px;
  font-size: 12px;
  color: #999;
  line-height: 22px;
}
.n-left-desc .n-left-key {
  font-size: 12px;
  color: #999;
}
.n-left-key .kw {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin-right: 6px;
  padding: 0 8px;
  color: #666;
  background-color: #eff8ff;
}
.n-left-key .kw:first-child + .kw {
  background-color: #fff1ea;
}
.n-left-key .kw:first-child + .kw + .kw {
  background-color: #ecffe4;
}
.n-left-key .kw:first-child + .kw + .kw + .kw {
  background-color: #edecff;
}
.n-left-ul li:hover h2 a {
  color: #0f9fff;
}
.n-left-ul li:hover .img0 {
  transform: scale(1.1);
  transition: 1s;
}

.n-right {
  width: 320px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.n-right-box {
  margin-bottom: 15px;
  background-color: #fff;
}
.n-right-box .n-right-tit {
  height: 50px;
  line-height: 50px;
  text-indent: 20px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #eee;
}
.n-item {
  overflow: hidden;
  padding: 20px 20px 16px;
}
.n-item a {
  float: left;
  width: 130px;
  height: 36px;
  line-height: 36px;
  color: #0f9fff;
  border-radius: 18px;
  background-color: #f7f7f7;
  text-align: center;
  margin-bottom: 10px;
}
.n-item a:first-child + a {
  float: right;
}
.n-item a .icon-t {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../img/icon-n-item1.png) no-repeat center center;
  vertical-align: text-bottom;
}
.n-item a:first-child + a .icon-t {
  background: url(../img/icon-n-item2.png) no-repeat center center;
}
.n-right-box .right-ul {
  padding: 6px 20px 20px;
}
.n-right-box .right-ul li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #eee;
  transition: all 0.3s;
}
.n-right-box .right-ul li:after {
  top: 15px;
}

.n-right-tool {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 8px;
}
.n-right-tool li a {
  display: inline-block;
  width: 134px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #eee;
  margin-bottom: 12px;
  transition: all 0.3s;
}
.n-right-tool li a:hover {
  border-color: #0f9fff;
}
.n-right-tool .icon-h {
  display: inline-block;
  width: 23px;
  height: 21px;
  margin-right: 8px;
  background: url(../img/icon-whois.png) no-repeat center center;
  vertical-align: middle;
}
.n-right-tool .ico2 {
  background: url(../img/icon-ls.png) no-repeat center center;
}
.n-right-tool .ico3,
.n-right-tool .ico4 {
  width: 22px;
  height: 23px;
  background: url(../img/icon-bd-color.png) no-repeat center center;
}
.n-right-tool .ico5 {
  width: 21px;
  height: 24px;
  background: url(../img/icon-wa.png) no-repeat center center;
}
.n-right-tool .ico6 {
  width: 21px;
  height: 24px;
  background: url(../img/icon-icp.png) no-repeat center center;
}
.n-right-tool .ico7,
.n-right-tool .ico8 {
  width: 21px;
  height: 22px;
  background: url(../img/icon-sg-color.png) no-repeat center center;
}

/* 新闻详情 */
.n-detail .n-tit {
  font-size: 12px;
  color: #999;
}
.n-detail .n-tit a {
  color: #666;
}
.n-detail .n-tit a:hover {
  color: #0f9fff;
}
.n-detail-main .n-detail-tit {
  text-align: center;
  padding: 50px 0 30px;
  border-bottom: 1px dashed #eee;
}
.n-detail-tit h1 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
}
.n-detail-tit .info {
  margin-top: 6px;
  font-size: 12px;
  color: #999;
}
.n-detail-main {
  padding: 0 20px;
}

.n-detail-banner {
  width: 100%;
}

.n-detail-banner img {
  width: 100%;
}

.n-detail-main .n-detail-con {
  padding: 20px 0 40px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.n-detail-bottom {
  padding-bottom: 180px;
  font-size: 14px;
  color: #666;
}
.n-detail-bottom .ikw {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  text-align: center;
  padding: 0 8px;
  background-color: #eff8ff;
  border-radius: 2px;
}
.n-detail-bottom .ikw:first-child + .ikw {
  background-color: #fff1ea;
}
.n-detail-bottom .ikw:first-child + .ikw + .ikw {
  background-color: #ecffe4;
}

.jucha-ys {
  padding-top: 50px;
  width: 100%;
  background-color: #fff;
}
.jucha-ys-box {
  width: 1200px;
  margin: 0 auto;
}
.jucha-ys-box h2 {
  font-size: 20px;
  color: #333;
  padding-left: 40px;
  background: url(../img/new-ys-bg.png) no-repeat left center;
}
.ys-ul {
  padding: 32px 0 50px;
}
.ys-ul li {
  float: left;
  padding: 22px 0 16px;
  background-color: #fff;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ys-ul li:first-child {
  width: 22%;
  padding-left: 40px;
  margin-left: 0;
}

.ys-ul li:first-child {
  width: 23%;
  padding-left: 40px;
}
.ys-ul li:first-child + li {
  width: 27%;
  padding-left: 40px;
}
.ys-ul li:first-child + li + li {
  width: 25%;
  padding-left: 40px;
}
.ys-ul li:first-child + li + li + li {
  width: 24%;
  padding-left: 40px;
}

.ys-ul li:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.ys-ul .p1 {
  font-size: 16px;
  color: #333;
  padding-left: 45px;
  background: url(../img/new-ys-1.png) no-repeat left center;
}
.ys-ul li:first-child + li .p1 {
  background: url(../img/new-ys-2.png) no-repeat left center;
}
.ys-ul li:first-child + li + li .p1 {
  background: url(../img/new-ys-3.png) no-repeat left center;
}
.ys-ul li:first-child + li + li + li .p1 {
  background: url(../img/new-ys-4.png) no-repeat left center;
}

.ys-ul .p2 {
  margin-top: 4px;
  font-size: 14px;
  color: #999;
  line-height: 34px;
}

.canvas-bg {
  background-image: url(../img/new-index-bg.png);
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 368px;
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.canvas-wrapper {
  width: 100%;
  height: 368px;
  position: absolute;
  top: -2px;
  left: 0;
  overflow: hidden;
}

#myCanvas {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.tool-ul li.zhanshi-item a {
  position: relative;
}

.tool-ul li.zhanshi-item a::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/zhanshi.png) no-repeat;
  background-size: cover;
}
.icon-ykj {
  background-image: url("../img/ykj.png");
}

.icon-qiang {
  background-image: url("../img/qiangzhu.png");
}

.icon-regym {
  background-image: url("../img/zhuce.png");
}
.icon-namepre {
  background: url("../img/namepre.png") no-repeat center center;
  background-size: contain;
}
