﻿a {
	text-decoration: none;
	color: #000;
}
.main-banner .swiper-pagination .swiper-pagination-bullet {
    width: 42px;
    height: 4px;
    margin: 0 10px;
    opacity: 1;
    background-color: #ffffff;
}

.main-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #20b09f;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: .2;
}
.footer-toPC {
    margin-top: 16px;
}

.footer-toPC a {
    font-size: 24px;
    padding-right: 33px;
    position: relative;
}

.footer-toPC a:after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(https://hangzhou4.hanyanwang.com/skin/fonts/topc.svg) no-repeat center;
    background-size: 7px auto;
}
.main-wrap1{
    width: 98%;
    margin: auto;
    position: relative;
    height: 255px;
}

/**/

.index-qq {
    display: inline-block;
    margin-right: 20px;
}

.switchover{
    width: 100%;
    height: 310px;
    background: #fff;
    position: relative;
}
.switchover ul{
    padding-top: 20px;
    height: 310px;
}
.switchover ul li{
    width: 25%;
    float:left;
    height: 170px;
}
.switchover ul li div.icon{
    margin: auto;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 30%;
    position: relative;
}
.switchover ul li.cur div.icon{
    margin: auto;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 30%;
    position: relative;
    background: #000;
}
.switchover ul li div.icon img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.switchover ul li div.icon img.img_b{
    display: none;
}
.switchover ul li.cur div.icon img.img_b{
    display: block;
}
.border{
    width: 145px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 4px solid #000;
}
.switchover ul li p{
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.switchover_content{
    padding-top: 0px;
    width: 100%;
    background: #fff;
	padding-bottom: 25px;

}
.switchover_content .content_box{
    width: 100%;
}
.switchover_content .content_box ul{
    width: 100%;
}
.switchover_content .content_box ul li{
    width: 29.5%;
    height: 58px;
    border: 1px solid #000;
    float: left;
    margin-right: 30px;
    margin-top: 40px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #20b09f;
}
.switchover_content .content_box ul li:first-child,.switchover_content .content_box ul li:nth-child(2),.switchover_content .content_box ul li:nth-child(3){
	margin-top:10px;
}
.switchover_content .content_box ul li:nth-child(3){
    margin-right: 0px;
}
.switchover_content .content_box ul li:nth-child(6){
    margin-right: 0px;
}


.switchover_content .content_box1 ul li{
    width: 178px;
    height: 58px;
    border: 1px solid #20b09f;
    float: left;
    margin-right: 30px;
    margin-top: 40px;
    line-height: 58px;
    text-align: center;
    font-size: 22px;
    color: #20b09f;
}
.switchover_content .content_box1 ul li:nth-child(3){
    margin-right: 0px;
}
.switchover_content .content_box1 ul li:nth-child(6){
    margin-right: 0px;
}

.switchover_content .content_box2 ul li{
    width: 29.5%;
    height: 58px;
    border: 1px solid #000;
    float: left;
    margin-right: 30px;
    margin-top: 40px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #20b09f;
}
.switchover_content .content_box2 ul li:nth-child(3){
    margin-right: 0px;
}
.switchover_content .content_box2 ul li:nth-child(6){
    margin-right: 0px;
}


/* 域名 */
.domain{
    width: 100%;
    height: 170px;
    background: url(https://hangzhou4.hanyanwang.com/skin/images/yuming_bg.png) no-repeat center;
    overflow: hidden;
}
.domain-search {
    background: none;
}
.domain-search input {
    background: #fff;
    width: 100%;
    height: 74px;
    line-height: 60px;
    text-align: center;
    border: none;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: left;
    font-size: 20px;
}
.domain-search .search-select {
    -webkit-appearance: none;
    background: url(https://hangzhou4.hanyanwang.com/skin/images/arrow-down.png) #fff no-repeat 85%;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 74px;
    line-height: 60px;
    border: none;
    text-align: center;
    font-size: 22px;
}
.domain-search .domain-search-btn {
    background: #20b09f;
    height: 74px;
    line-height: 74px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
/* 最新案例 */
.new_case{
    width: 100%;
    overflow: hidden;
}
.title{
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-top: 96px;
}
.title img{
    margin: 0px 0px -4px 10px;
}
.new_case ul{
    width: 100%;
    height: 238px;
    box-sizing: border-box;
    margin-top: 70px;
    border: 1px solid #e5e5e5;
}
.new_case ul li{
    width: 198px;
    height: 118px;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    position: relative;
}
.new_case ul li img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.new_case ul li:nth-child(n+4){
    border-bottom: none;
}
.new_case ul li:nth-child(3){
    border-right: none;
}
.new_case ul li:nth-child(6){
    border-right: none;
}
.button_more{
    width: 186px;
    height: 62px;
    background: #20b09f;
    margin: 68px auto 68px;
}
.button_more p{
    font-size: 23px;
    color: #fff;
    line-height: 62px;
    text-align: center;
}
/* 商学院 */
.edu_course{
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
}
.edu_course ul{
    margin-top: 75px;
    width: 100%;
}
.edu_course ul li{
    width: 100%;
    height: 338px;
    margin-bottom: 10px;
}
.edu_course ul li img{
    width: 100%;
    height: 100%;
}

/* 行业应用解决方案 */
.solution{
    width: 100%;
    overflow: hidden;
	margin-top: 20px;
    background: #F6F7F7;
}
.solution .swiper-wrapper{
    margin-top: 40px;
}
.solution .swiper-wrapper .swiper-slide{
    height: 210px;
    box-shadow: 0 0 10px 0 rgba(38, 38, 38, .16);
    background: #fff;
    position: relative;
    border-radius: 15px;
}
.solution .swiper-wrapper .swiper-slide img{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.solution .swiper-wrapper .swiper-slide p{
    font-size: 22px;
    color: #333;
    text-align: center;
    margin-top: 150px;
}

.solution .swiper-container {
    padding-bottom: 40px !important;
}
.solution .swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 41% !important;
    bottom: 0px !important;
    z-index: 50;
    height: 5px;
    width: 118px;
    background: #d9d9d9;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
    background: #20b09f !important;
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: none;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: none;
}

/* 广告位 */
.advertising{
    width: 100%;
    height: 160px;
}
.advertising img{
    width: 100%;
    /* height: 160px; */
}

/* 关于我们 */
.col-md-3 {
    width: 50%;
}

.col-md-3:nth-child(1) .iconfont1{
      margin: 0 0 10px 39%!important;
}

.col-md-3:nth-child(2) .iconfont3{
      margin: 0 0 10px 38%!important;
}

.col-md-3:nth-child(3) .iconfont4{
      margin: 0 0 10px 38%!important;
}

.col-md-3:nth-child(4) .iconfont5{
      margin: 0 0 10px 38%!important;
}

.col-md-3{
  float: left;
}



.container1 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.col-md-6{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

}
.row{
    
    margin-left: -15px;
}

.g-c7 .data-box {
  z-index: 1;
  height: auto;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: url("../image/19.jpg") 50% 0 fixed;
}
.g-c7 .data-box p{
  display: inline-block;
  color: #FFFFFF;
  position: absolute;
  top: 132px;
  font-size: 21px;
}
.g-c7 .data-box .data-box-in {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);

}
.g-c7 .data-box .content-sm {
  padding-top: 60px;
  padding-bottom: 40px;
}

.g-c7 .data-box i {
  display: inherit;
  font-size: 46px;
  width: 48px;
  margin:0 0 0 39%;
  height: 48px;
  color: #ffffff;
}
.g-c7 .data-box .iconfont1 {

  background: url('../image/1789456.png');

}

.g-c7 .data-box .iconfont3 {

  background: url('../image/5411651.png');

}
.g-c7 .data-box .iconfont4 {

  background: url('../image/782251.png');

}
.g-c7 .data-box .iconfont5 {

  background: url('../image/4514545.png');

}
.g-c7 .data-box span {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}
.g-c7 .data-box h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 15px;
}

  .g-c7 .data-box span {
    font-size: 23px;
  }
  .g-c7 .data-box .u-none {
    display: none;
  }
  .g-c7 .data-box h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

@media (max-width: 768px) {
  .g-c7 .data-box p{
    display: inline-block;
    color: #FFFFFF;
    position: absolute;
    top: 57px;
    font-size: 21px;
  }
