@charset "UTF-8";
body{
    overflow-x: hidden;
    min-width: 1200px;
}
.hc-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    z-index: 99;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.hc-header.header-scroll {
    background-color: rgba(0, 0, 0, 0.5);
}

.hc-header.header-write {
    background-color: #fff;
    border-bottom: 1px #eee solid;
}

.hc-header.header-write .container .header-nav .nav-list .nav-list-item a {
    color: #333;
    font-size: 15px;
}

.hc-header.header-write .container .header-nav .nav-list .nav-list-item a:hover,
.hc-header.header-write .container .header-nav .nav-list .nav-list-item.active a {
    color: #0099e0;
}

.hc-header.header-write .container .header-nav .nav-list .nav-list-item a:hover::after,
.hc-header.header-write .container .header-nav .nav-list .nav-list-item.active a::after {
    background-color: #0099e0;
}

.hc-header.header-write .container .header-nav .menu-container .button-menu span {
    background-color: #333;
}

.hc-header .container {
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.hc-header .container .header-nav {
    padding-right: 130px;
}

.hc-header .container .header-nav .nav-list .nav-list-item {
    display: inline-block;
    margin: 0 10px;
}

.hc-header .container .header-nav .nav-list .nav-list-item a {
    position: relative;
    display: block;
    color: #fff;
    padding: 0 15px;
}

.hc-header .container .header-nav .nav-list .nav-list-item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 3px;
    background-color: #fff;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.hc-header .container .header-nav .nav-list .nav-list-item a:hover::after,
.hc-header .container .header-nav .nav-list .nav-list-item.active a::after {
    width: 70%;
}

.hc-header .container .header-nav .menu-container .logo-box {
    width: 100%;
    position: absolute;
    top: 10%;
    text-align: center;
}

.hc-header .container .header-nav .menu-container .button-menu {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
}

.hc-header .container .header-nav .menu-container .button-menu span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 6px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transform-origin: 0;
}

.hc-header .container .header-nav .menu-container .button-menu span:last-child {
    margin-bottom: 0;
}

.hc-header .container .header-nav .menu-container .button-menu.on span {
    background-color: #333;
}

.hc-header .container .header-nav .menu-container .button-menu.on span:nth-child(2) {
    margin-left: 100%;
    opacity: 0;
}

.hc-header .container .header-nav .menu-container .button-menu.on span:nth-child(1) {
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
}

.hc-header .container .header-nav .menu-container .button-menu.on span:nth-child(3) {
    transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
}

.hc-header .container .header-nav .menu-container .menu-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
    display: none;
}

.hc-header .container .header-nav .menu-container .menu-wrapper .menu-list {
    text-align: center;
    width: 90%;
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -23%;
    margin: auto;
    height: 28%;
}

.hc-header .container .header-nav .menu-container .menu-wrapper .menu-list .menu-list-item {
    width: 20%;
    display: inline-block;
}

.hc-header .container .header-nav .menu-container .menu-wrapper .menu-list .menu-list-item a {
    font-size: 22px;
    color: #424242;
}

.hc-header .container .header-nav .menu-container .menu-wrapper .menu-foot {
    line-height: 1.5;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
    height: 40%;
}
.hc-header .container .header-nav .menu-container .menu-wrapper .menu-foot .menu-ewm{
    display: flex;
    justify-content: center;
}
.hc-header .container .header-nav .menu-container .menu-wrapper .menu-foot .menu-ewm .ewm-box{
    margin: 0 12px;
}
.hc-header .container .header-nav .menu-container .menu-wrapper .menu-foot .tel {
    margin-top: 30px;
}

.hc-header .container .header-nav .menu-container .menu-wrapper .menu-foot .tel::after {
    content: "";
    width: 200px;
    height: 1px;
    background-color: #ccc;
    display: inline-block;
    vertical-align: middle;
}

.hc-header .container .header-nav .menu-container .menu-wrapper .menu-foot .tel::before {
    content: "";
    width: 200px;
    height: 1px;
    background-color: #ccc;
    display: inline-block;
    vertical-align: middle;
}

.hc-header .container .header-nav .menu-container .menu-wrapper .menu-foot .tel h3 {
    display: inline-block;
    background-color: #0099e0;
    color: #fff;
    font-size: 21px;
    line-height: 28px;
    padding: 12px 100px;
    border-radius: 50px;
}

.hc-header .container .header-nav .menu-container .menu-wrapper .menu-foot .desc {
    margin-top: 15px;
    font-size: 18px;
    color: #666;
}

.hc-index-banner {
    position: relative;
}

.hc-index-banner .swiper-slide {
    height: 740px;
    position: relative;
}

.hc-index-banner .swiper-slide .container {
    height: 740px;
    width: 70%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.hc-index-banner .swiper-slide .slide-txt {
    margin-top: -100px;
    color: #fff;
}

.hc-index-banner .swiper-slide .slide-txt h3 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hc-index-banner .swiper-slide .slide-txt h4 {
    font-size: 24px;
}
.hc-index-banner .swiper-slide.banner1{
   background-color: #000;
}
.hc-index-banner .swiper-slide.banner1 .container {
    width: 90%;
    max-width: 1580px;
}

.hc-index-banner .swiper-slide.banner1 .slide-txt {
    margin-top: -50px;
}

.hc-index-banner .swiper-slide.banner2 .container{
    width: 1000px;
}
.hc-index-banner .swiper-slide.banner2 .slide-txt{
    width: 100%;
    text-align: center;
    margin-top: 0;
}
.hc-index-banner .swiper-slide.banner2 .slide-txt .banner2-list ul{
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
    padding-bottom: 50px;
}
.hc-index-banner .swiper-slide.banner2 .slide-txt .banner2-list ul li{
    font-size: 20px;
}
.hc-index-banner .swiper-slide.banner2 .slide-txt .banner2-list ul li img{
    display: block;
    max-width: 80%;
    margin: auto;
    margin-bottom: 10px;
}
.hc-index-banner .swiper-slide.banner2 .slide-txt h3{
    font-size: 38px;
}
.hc-index-banner .swiper-slide.banner2 .slide-txt h4{
    font-size: 21px;
    width: 600px;
    line-height: 42px;
    margin: auto;
}
.hc-index-banner .swiper-slide.banner3 .container{
    width: 90%;
    max-width: 1580px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hc-index-banner .swiper-slide.banner3 .slide-txt{
    margin-top: 0;
}
.hc-index-banner .swiper-slide.banner3 .slide-txt h3{
    font-size: 42px;
}
.hc-index-banner .swiper-slide.banner3 .slide-txt h4{
    max-width: 650px;
    font-size: 20px;
    line-height: 32px;
}
.hc-index-banner .swiper-slide.banner3 .slide-txt a{
    border-radius: 50px;
    margin-top: 30px;
    display: block;
    width: 160px;
    height: 40px;
        line-height: 40px;
        background: #fff;
        color: #333;
        text-align: center;
        font-size: 15px;
}
.hc-index-banner .swiper-slide.banner3 .pic{
    margin-top: 7%;
}
.hc-index-banner .swiper-slide .slide-txt .txt1-h3 {
    font-size: 46px;
}

.hc-index-banner .swiper-slide .slide-txt .txt1-h4 {
    max-width: 650px;
    font-size: 20px;
    line-height: 32px;
}


.hc-index-banner .swiper-slide .slide-txt .txt1-h5 {
    position: absolute;
    right: 0px;
    top: 28%;
    max-width: 50%;
}

.hc-index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    background-color: #fff;
    opacity: 1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.hc-index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background-color: #0099e0;
}

.hc-index-banner .swiper-button-next,
.hc-index-banner .swiper-button-prev {
    top: auto;
    bottom: 30px;
    left: 300px;
    right: auto;
    background: url(../images/banner-bnt.svg) center/cover no-repeat #1e1e1e;
    background-size: 22px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.hc-index-banner .swiper-button-next::after,
.hc-index-banner .swiper-button-prev::after {
    display: none;
}

.hc-index-banner .swiper-button-next {
    left: 340px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.hc-index-banner .sub-mouse {
    width: 70%;
    height: 43px;
    position: absolute;
    bottom: 20px;
    left: 15%;
    cursor: pointer;
    z-index: 1;
    zoom: 0.7;
    -moz-transform: scale(0.7);
}

.hc-index-banner .sub-mouse:after {
    display: none;
    z-index: -1;
    position: absolute;
    content: '';
    top: -30px;
    left: 50%;
    height: 53px;
    border-right: 1px solid #333;
    margin-left: -1px;
}

.hc-index-banner .sub-mouse span {
    text-align: center;
    display: block;
    position: relative;
    width: 50%;
    height: 100%;
    animation: ani-svg 0.85s linear 0s alternate infinite;
    -webkit-animation: ani-svg 0.85s linear 0s alternate infinite;
    margin: 0 auto;
}

.hc-index-banner .sub-mouse i {
    position: absolute;
    bottom: 5px;
    left: 50%;
    color: #000;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

@keyframes ani-svg {
    0% {
        opacity: 0.4;
        transform: translateY(-20px);
    }
    15% {
        opacity: 0.65;
        transform: translateY(-15px);
    }
    25% {
        opacity: 0.8;
        transform: translateY(-10px);
    }
    50% {
        opacity: 1;
        transform: translateY(0px);
    }
    65% {
        opacity: 0.8;
        transform: translateY(5px);
    }
    75% {
        opacity: 0.65;
        transform: translateY(10px);
    }
    100% {
        opacity: 0.4;
        transform: translateY(15px);
    }
}

@-webkit-keyframes ani-svg {
    0% {
        opacity: 0.4;
        -webkit-transform: translateY(-20px);
    }
    15% {
        opacity: 0.65;
        -webkit-transform: translateY(-15px);
    }
    25% {
        opacity: 0.8;
        -webkit-transform: translateY(-10px);
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    65% {
        opacity: 0.8;
        -webkit-transform: translateY(5px);
    }
    75% {
        opacity: 0.65;
        -webkit-transform: translateY(10px);
    }
    100% {
        opacity: 0.4;
        -webkit-transform: translateY(15px);
    }
}

@-moz-keyframes ani-svg {
    0% {
        opacity: 0.4;
        -moz-transform: translateY(-20px);
    }
    15% {
        opacity: 0.65;
        -moz-transform: translateY(-15px);
    }
    25% {
        opacity: 0.8;
        -moz-transform: translateY(-10px);
    }
    50% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
    65% {
        opacity: 0.8;
        -moz-transform: translateY(5px);
    }
    75% {
        opacity: 0.65;
        -moz-transform: translateY(10px);
    }
    100% {
        opacity: 0.4;
        -moz-transform: translateY(15px);
    }
}


/* 服务领域 */

.hc-index-service {
    margin: 130px 0;
}

.hc-index-service .service-list {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.hc-index-service .service-list .item {
    width: 20%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    padding: 40px 20px;
    position: relative;
    border: 1px #eee solid;
    border-left: none;
    overflow: hidden;
}

.hc-index-service .service-list .item:first-child {
    border-left: 1px #eee solid;
}

.hc-index-service .service-list .item::before {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/item-bg.jpg) center/cover no-repeat;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    z-index: -1;
}

.hc-index-service .service-list .item .item-tit {
    font-size: 22px;
    font-weight: bold;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.hc-index-service .service-list .item .item-icon {
    width: 103px;
    height: 95px;
    margin: 30px auto;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.hc-index-service .service-list .item .item-icon .hov {
    display: none;
}

.hc-index-service .service-list .item:nth-child(1) .item-icon {
    background: url(../images/icon_service01.png) -153px 0 no-repeat;
}

.hc-index-service .service-list .item:nth-child(2) .item-icon {
    background: url(../images/icon_service02.png) -153px 0 no-repeat;
}

.hc-index-service .service-list .item:nth-child(5) .item-icon {
    background: url(../images/icon_service05.png) -153px 0 no-repeat;
}

.hc-index-service .service-list .item:nth-child(3) .item-icon {
    background: url(../images/icon_service03.png) -153px 0 no-repeat;
}

.hc-index-service .service-list .item:nth-child(4) .item-icon {
    background: url(../images/icon_service04.png) -153px 0 no-repeat;
}

.hc-index-service .service-list .item .item-info {
    line-height: 28px;
    color: #666;
}

.hc-index-service .service-list .item .item-info p {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}

.hc-index-service .service-list .item .item-tab {
    margin: 18px 0 0;
}

.hc-index-service .service-list .item .item-tab .tab-list .tab-item {
    font-size: 12px;
    padding: 6px 10px;
    background-color: #eee;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px #eee solid;
    margin-bottom: 6px;
}

.hc-index-service .service-list .item .item-consult {
    display: inline-block;
    background-color: #0099e0;
}

.hc-index-service .service-list .item .item-consult a {
    display: block;
    color: #fff;
    padding: 6px 15px;
    font-size: 12px;
}

.hc-index-service .service-list .item:hover,
.hc-index-service .service-list .item.item-active {
    color: #fff;
}

.hc-index-service .service-list .item:hover::before,
.hc-index-service .service-list .item.item-active::before {
    left: 0;
}

.hc-index-service .service-list .item:hover .item-tit,
.hc-index-service .service-list .item.item-active .item-tit {
    color: #fff;
}

.hc-index-service .service-list .item:hover .item-icon,
.hc-index-service .service-list .item.item-active .item-icon {
    background-position: 0 0;
}

.hc-index-service .service-list .item:hover .item-info p,
.hc-index-service .service-list .item.item-active .item-info p {
    color: #fff;
}

.hc-index-service .service-list .item:hover .item-tab .tab-item,
.hc-index-service .service-list .item.item-active .item-tab .tab-item {
    background-color: transparent;
}


/* 域名查询 */

.hc-index-ymcx {
    height: 460px;
    background: url(../images/bg-ymcx.jpg) center/cover no-repeat;
    margin-bottom: 140px;
    padding: 83px 0;
}

.ymcx-main .hc-title {
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
}

.ymcx-main .hc-title h3.title {
    color: #fff;
    font-size: 40px;
}

.ymcx-main .hc-title p.desc {
    font-size: 15px;
    color: #999;
    width: 100%;
    margin-top: 10px;
    max-width: none;
}

.ymcx-main .doamin-search {
    text-align: center;
    width: 1100px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}

.ymcx-main .doamin-search .search-form {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.ymcx-main .doamin-search .search-form .search-input {
    padding: 0 20px;
    width: 800px;
    border: 0;
    height: 60px;
}

.ymcx-main .doamin-search .search-form .search-button {
    width: 290px;
    height: 60px;
    line-height: 60px;
}

.ymcx-main .doamin-search .search-form .search-button span {
    font-size: 15px;
    color: #666;
    display: block;
    float: left;
    cursor: pointer;
}

.ymcx-main .doamin-search .search-form .search-button span::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 40px;
    margin: 9px 20px 0 0;
    vertical-align: top;
    background: #dddddd;
}

.ymcx-main .doamin-search .search-form .search-button span::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 58px;
    vertical-align: middle;
    margin: 0 0 0 10px;
    background: url(../images/icon_arrow.png) center no-repeat;
    transition: transform 0.3s ease;
}

.ymcx-main .doamin-search .search-form .search-button span.open::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.ymcx-main .doamin-search .search-form .search-button .search-btn {
    width: 160px;
    height: 60px;
    border: 0;
    background: #0099e0;
    cursor: pointer;
    float: right;
    font-size: 18px;
    color: #fff;
}

.ymcx-main .doamin-search .search-suffix {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    padding: 20px;
    z-index: 10;
    overflow: hidden;
    text-align: center;
}

.ymcx-main .doamin-search .search-suffix.search-suffix-default {
    display: block;
    background: none;
}

.ymcx-main .doamin-search .search-form .search-suffix.search-suffix-show li {
    background-color: #fff;
}

.ymcx-main .doamin-search .search-suffix li {
    margin: 0 11px 20px 0;
    display: inline-block;
    font-family: "Arial";
    position: relative;
    font-size: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    user-select: none;
    background: #fafafa;
    height: 38px;
    text-align: center;
    line-height: 38px;
    padding: 0 25px;
    cursor: pointer;
}

.ymcx-main .doamin-search .search-suffix li input {
    display: none;
}

.ymcx-main .doamin-search .search-suffix li.active .select {
    display: block;
}

.ymcx-main .doamin-search .search-suffix li .select {
    position: absolute;
    width: 18px;
    height: 19px;
    top: 0;
    right: 0;
    background: url(../images/suffix-active.png) center/cover #fafafa no-repeat;
    display: none;
}

.ymcx-main .doamin-search .search-form .search-suffix li .more {
    display: block;
    color: #0099e0;
    font-size: 12px;
}


/* 网站类型 */

.hc-index-site {
    height: 882px;
    background-color: #111;
    color: #fff;
    padding: 170px 0;
}

.hc-index-site .container {
    overflow: hidden;
}

.hc-index-site .site-main {
    display: flex;
}

.hc-index-site .site-main .site-left-box {
    width: 37%;
}

.hc-index-site .site-main .site-left-box .left-head h3.tit {
    font-size: 44px;
    margin-bottom: 15px;
}

.hc-index-site .site-main .site-left-box .left-head .desc {
    line-height: 30px;
    font-size: 16px;
}

.hc-index-site .site-main .site-left-box .tab-list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

.hc-index-site .site-main .site-left-box .tab-list li {
    width: 50%;
    line-height: 110px;
    font-size: 20px;
    border-bottom: 1px #222 solid;
    cursor: pointer;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    position: relative;
}

.hc-index-site .site-main .site-left-box .tab-list li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #0099e0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.hc-index-site .site-main .site-left-box .tab-list li.on {
    color: #0099e0;
}

.hc-index-site .site-main .site-left-box .tab-list li.on::after {
    width: 80%;
}

.hc-index-site .site-main .site-right-box {
    width: 70%;
    margin-left: 130px;
}

.hc-index-site .site-main .site-right-box .site-list .item-content {
    display: none;
}

.hc-index-site .site-main .site-right-box .site-list .item-content.on {
    display: block;
}

.hc-index-site .site-main .site-right-box .site-list .item-content .item-pic {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.hc-index-site .site-main .site-right-box .site-list .item-content .item-pic img {
    width: 100%;
    max-width: 659px;
}

.hc-index-site .site-main .site-right-box .site-list .item-content .item-info h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.hc-index-site .site-main .site-right-box .site-list .item-content .item-info .intro {
    font-size: 15px;
    line-height: 30px;
}


/* 模板展示 */

.hc-index-template {
    margin: 90px 0 100px;
}

.hc-index-template .template-main .template-list {
    display: flex;
    flex-wrap: wrap;
}

.hc-index-template .template-main .template-list .item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 50px;
}

.hc-index-template .template-main .template-list .item:nth-child(4n) {
    margin-right: 0;
}

.hc-index-template .template-main .template-list .item .item-pic {
    position: relative;
}

.hc-index-template .template-main .template-list .item .item-pic .pic-box {
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.hc-index-template .template-main .template-list .item .item-pic .pic-box .pc-thumb a {
    display: block;
    width: 76.1%;
    position: absolute;
    /* max-width: 100%; */
    height: 75.8%;
    top: 6%;
    left: 12.1%;
    overflow: hidden;
}

.hc-index-template .template-main .template-list .item .item-pic .pic-box .pc-thumb a .thumb {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.hc-index-template .template-main .template-list .item .item-pic .item-hov {
    width: 60%;
    position: absolute;
    bottom: 50px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    margin: auto;
    color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: #fff;
    display: flex;
    padding: 1%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    justify-content: center;
}

.hc-index-template .template-main .template-list .item .item-pic .item-hov a {
    width: 50%;
    line-height: 30px;
    display: block;
    color: #fff;
    text-align: center;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    border-radius: 3px;
}

.hc-index-template .template-main .template-list .item .item-pic .item-hov a.preview-btn {
    background-color: #0099e0;
    margin-right: 1.5%;
}

.hc-index-template .template-main .template-list .item .item-pic .item-hov a.preview-btn:hover {
    background-color: #008fd1;
    border-color: #008fd1;
}

.hc-index-template .template-main .template-list .item .item-pic .item-hov a.apply-btn {
    background-color: #ff690b;
    color: #fff;
}

.hc-index-template .template-main .template-list .item .item-pic .item-hov a.apply-btn:hover {
    color: #fff;
}

.hc-index-template .template-main .template-list .item .item-pic:hover .pc-thumb .thumb{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.hc-index-template .template-main .template-list .item .item-pic .pc-thumb .thumb{
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    border-radius: 3px;
}
.hc-index-template .template-main .template-list .item .item-pic:hover .item-hov {
    opacity: 1;
    bottom: 60px;
}

.hc-index-template .template-main .template-list .item .item-info {
    text-align: center;
    margin-top: 20px;
}

.hc-index-template .template-main .template-list .item .item-info h4 {
    font-size: 18px;
}

.hc-index-template .template-main .template-list .item .item-info .type {
    color: #b1b1b1;
    font-size: 14px;
    line-height: 18px;
    margin: 12px 0;
}

.hc-index-template .template-main .template-list .item .item-info .price {
    font-size: 16px;
    color: #ff690b;
}


/* 关于我们 */

.hc-index-about {
    margin: 160px 0 100px;
}

.hc-index-about .about-main {
    height: 550px;
    display: flex;
}

.hc-index-about .about-main .line {
    display: block;
    height: 3px;
    width: 40px;
    margin-top: 20px;
    background-color: #fff;
}

.hc-index-about .about-main .about-left {
    height: 550px;
    width: 30%;
    max-width: 410px;
    background: #0099e0 url(../images/bg-about.png) center no-repeat;
    color: #fff;
    padding: 55px 60px;
}

.hc-index-about .about-main .about-left .about-head {
    margin-bottom: 40px;
}

.hc-index-about .about-main .about-left .about-head h2.entit {
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}

.hc-index-about .about-main .about-left .about-head h3.tit {
    font-size: 38px;
}

.hc-index-about .about-main .about-left .about-data .item {
    margin-bottom: 5px;
    font-size: 15px;
}

.hc-index-about .about-main .about-left .about-data .item h4 {
    font-size: 50px;
    display: inline-block;
    margin-right: 5px;
}

.hc-index-about .about-main .about-left .slogan-box {
    margin: 25px 0 30px;
}

.hc-index-about .about-main .about-left .slogan-box h4 {
    font-size: 24px;
    line-height: 1.5;
}

.hc-index-about .about-main .about-left .slogan-box h3 {
    font-size: 28px;
}

.hc-index-about .about-main .about-left .more {
    display: inline-block;
    margin-top: 30px;
}

.hc-index-about .about-main .about-left .more a {
    display: block;
    background-color: #fff;
    width: 80px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.hc-index-about .about-main .about-left .more a img {
    width: 25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.hc-index-about .about-main .about-right {
    width: 67%;
    padding: 45px 0 45px 55px;
}

.hc-index-about .about-main .about-right .line {
    width: 70px;
    height: 1px;
    background-color: #333;
}

.hc-index-about .about-main .about-right .about-ri-tit {
    margin-bottom: 30px;
}

.hc-index-about .about-main .about-right .about-ri-tit h3 {
    font-size: 32px;
    line-height: 1.4;
}

.hc-index-about .about-main .about-right .about-ri-tit h3 span {
    display: block;
    font-size: 24px;
}

.hc-index-about .about-main .about-right .about-txt {
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

.hc-index-about .about-main .about-right .about-service {
    margin-top: 35px;
}

.hc-index-about .about-main .about-right .about-service h4 {
    font-size: 24px;
    margin-bottom: 25px;
}

.hc-index-about .about-main .about-right .about-service .hzhb-item {
    background-color: #fff;
    padding: 10px;
    width: 19%;
    float: left;
    border: 1px solid #eee;
    margin: 0px 1% 1% 0px;
}


/* 案例展示 */

.hc-index-case {
    margin-bottom: 70px;
}


/*案例展示*/

.case-list {
    display: flex;
    flex-wrap: wrap;
}

.case-list .case-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
}

.case-list .case-item:nth-child(3n) {
    margin-right: 0;
}

.case-list .case-item .item-pic {
    overflow: hidden;
    position: relative;
}

.case-list .case-item .item-pic .img {
    width: 100%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.case-list .case-item .item-pic .item-info {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    text-align: left;
    padding-top: 16%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    padding: 8%;
}

.case-list .case-item .item-pic .item-info .type {
    font-size: 22px;
    margin-bottom: 15px;
}
.case-list .case-item .item-pic .item-info h5{
    opacity: 0.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-list .case-item .item-pic .item-info h6{
    margin-top: 20px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.case-list .case-item .item-pic .item-info span{
    position: absolute;
    bottom: 9%;
    opacity: 0.8;
}
.case-list .case-item .item-pic .item-info span::after{
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    width: 28px;
    height: 1px;
    background-color: #fff;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.case-list .case-item .item-pic .item-info .icon-list {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.case-list .case-item .item-pic .item-info .icon-list .icon-box .icon {
    display: block;
    width: 45px;
    height: 45px;
    border: 2px #fff solid;
    margin: 0 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 6px;
    padding: 10px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.case-list .case-item .item-pic .item-info .icon-list .icon-box .icon:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.case-list .case-item .item-name {
    text-align: left;
    color: #333;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    font-size: 16px;
    margin-top: 25px;
    font-weight: bold;
}
.case-list .case-item .item-name h4{
    font-size: 16px;
    margin: 23px 0 10px 0;
    font-weight: bold;
    color: #1a1a1a;
}
.case-list .case-item p{
    font-size: 13px;
    color: #999;
    line-height: 20px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.case-list .case-item .item-name h5{
    font-size: 13px;
    color: #999;
    line-height: 20px;
}

.case-list .case-item:hover .item-pic .item-info {
    bottom: 0;
}


/* 新闻资讯 */

.hc-index-news {
    background-color: #f8f8f8;
    padding: 80px 0 90px;
}
.hc-index-news .container{
    position: relative;
}
.hc-index-news .news-wrap .news-tabs {
    text-align: center;
    position: absolute;
    top: 28px;
    right: 0;
}

.hc-index-news .news-wrap .news-tabs li {
    display: inline-block;
    margin: 0 5px;
}

.hc-index-news .news-wrap .news-tabs li a {
    color: #333;
    display: block;
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.hc-index-news .news-wrap .news-tabs li.on a {
    background-color: #0099e0;
    color: #fff;
}

.hc-index-news .news-wrap .news-main .item-list .item-box {
    display: none;
}

.hc-index-news .news-wrap .news-main .item-list .item-box.on {
    display: flex;
}

.hc-index-news .news-wrap .news-main .item-list .item-box p {
    color: #888;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-left {
    width: 30%;
    margin-right: 2%;
    background-color: #fff;
    padding: 20px;
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-left .item-pic {
    overflow: hidden;
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-left .item-pic img {
    width: 100%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-left .item-pic img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-left .item-info {
    padding: 20px 0 5px;
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-left .item-info .tit {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-left .item-info .tit:hover {
    color: #0099e0;
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-right {
    width: 70%;
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-right .news-list {
    display: flex;
    flex-wrap: wrap;
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-right .news-list .news-item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 33.5px 35px;
    position: relative;
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-right .news-list .news-item:nth-child(2n) {
    margin-right: 0;
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-right .news-list .news-item:nth-of-type(3),
.hc-index-news .news-wrap .news-main .item-list .item-box .news-right .news-list .news-item:nth-of-type(4) {
    margin-bottom: 0;
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-right .news-list .news-item .item-date {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0099e0;
    width: 63px;
    height: 63px;
    text-align: center;
    color: #fff;
    padding-top: 3px;
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-right .news-list .news-item .item-date .day {
    font-size: 28px;
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-right .news-list .news-item .item-date p {
    color: #fff;
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-right .news-list .news-item .line {
    width: 40px;
    height: 2px;
    background-color: #0099e0;
    display: block;
    margin: 20px 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-right .news-list .news-item .item-tit {
    width: 86%;
    font-size: 18px;
    color: #333;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-right .news-list .news-item:hover .item-tit {
    color: #0099e0;
    transform: translateX(12px);
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -ms-transform: translateX(12px);
    -o-transform: translateX(12px);
}

.hc-index-news .news-wrap .news-main .item-list .item-box .news-right .news-list .news-item:hover .line {
    width: 60px;
}


/* 友情链接 */

.hc-links {
    padding: 30px 0;
}

.hc-links .links-list {
    position: relative;
}

.hc-links .links-list .link-more-btn {
    position: absolute;
    right: 0;
    top: -5px;
    width: 25px;
    height: 25px;
    background: #666 url(../images/icon_arrow.svg) center/cover no-repeat;
    background-size: 15px 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    cursor: pointer;
}

.hc-links .links-list .link-more-btn.link-more-btn-on {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.hc-links .links-list span {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    margin-top: -2px;
}

.hc-links .links-list .links-box {
    display: inline-block;
    vertical-align: top;
    width: 88%;
    height: 19px;
    overflow: hidden;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.hc-links .links-list .links-box.links-box-on {
    height: 50px;
}

.hc-links .links-list a {
    margin-right: 12px;
    color: #999;
    display: inline-block;
    margin-bottom: 12px;
}

.hc-links .links-list a:hover {
    color: #666;
}

.hc-footer .foot-main {
    background-color: #262930;
    padding: 50px 0 80px;
    border-bottom: 1px solid #3f424a;
    color: #787b7e;
}

.hc-footer .foot-main .foot-nav .foot-nav-list {
    display: flex;
    justify-content: space-between;
}

.hc-footer .foot-main .foot-nav .foot-nav-list .nav-item {
    width: 33%;
    padding-right: 6%;
    max-width: 500px;
}
.hc-footer .foot-main .foot-nav .foot-nav-list .nav-item:nth-child(2){
    max-width: 300px;
    width: 25%;
    }

.hc-footer .foot-main .foot-nav .foot-nav-list .nav-item:last-child {
    width: 25%;
    max-width: 285px;
    padding-right: 0;
}

.hc-footer .foot-main .foot-nav .foot-nav-list .nav-item dl dt {
    border-bottom: 1px #3c3f45 solid;
    padding-bottom: 16px;
    margin-bottom: 16px;
    display: none;
}

.hc-footer .foot-main .foot-nav .foot-nav-list .nav-item dl dt h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 5px;
}

.hc-footer .foot-main .foot-nav .foot-nav-list .nav-item dl dt p {
    font-size: 12px;
}

.hc-footer .foot-main .foot-nav .foot-nav-list .nav-item dl dd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hc-footer .foot-main .foot-nav .foot-nav-list .nav-item dl dd a {
    width: 50%;
    display: inline-block;
    color: #67696c;
    margin-bottom: 18px;
}

.hc-footer .foot-main .foot-nav .foot-nav-list .nav-item dl dd a:hover {
    color: #eee;
}

.hc-footer .foot-main .foot-nav .foot-nav-list .nav-item.intro-item {
    width: 33%;
}

.hc-footer .foot-main .foot-nav .foot-nav-list .nav-item.intro-item .intro {
    line-height: 28px;
}

.hc-footer .foot-main .foot-nav .foot-nav-list .nav-item.right-item {
    text-align: center;
}

.hc-footer .foot-main .foot-nav .foot-nav-list .nav-item.right-item .foot-logo {
    margin-bottom: 20px;
    display: none;
}

.hc-footer .foot-main .foot-nav .foot-nav-list .nav-item.right-item .foot-logo h2.slogan-tit {
    font-size: 18px;
    color: #eee;
    margin: 30px 0 15px;
}

.hc-footer .foot-main .foot-nav .foot-nav-list .nav-item.right-item .foot-ewm {
    display: flex;
    justify-content: space-between;
}

.hc-footer .foot-main .foot-nav .foot-nav-list .nav-item.right-item .foot-ewm p {
    margin-top: 10px;
    color: #777;
}

.hc-footer .foot-main .contact-box {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.hc-footer .foot-main .contact-box .item {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.hc-footer .foot-main .contact-box .item .icon {
    width: 55px;
    margin-right: 12px;
}

.hc-footer .foot-main .contact-box .item .txt a {
    font-size: 24px;
    color: #ccc;
}

.hc-footer .foot-main .contact-box .item .txt span {
    display: block;
    font-size: 16px;
    color: #aaa;
}

.hc-footer .foot-copyright {
    background-color: #262930;
    padding: 25px 0;
    color: #777;
}