body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, html, input, label, li, p, textarea, ul {
    padding: 0;
    margin: 0
}

form {
    display: inline
}

img {
    border: 0
}

td {
    word-break: break-all
}

dd, dl, dt, li, ul {
    list-style: none
}

a {
    text-decoration: none
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999999;
}

@keyframes boxScale {
    from { transform: scale(1); }
    to { transform: scale(1.2) }
}

body {
    /*min-width: 1200px;*/
    overflow-x: hidden;
    font-family: "PingFangSC-Regular", Arial, Helvetica, sans-serif;
}

.cf:before, .cf:after {
    display: table;
    content: ''
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.header {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 99;
    background-color: #FFF;
    top: 0;
    border-bottom: 1px solid #EFEFEF;
}

.header-wrapper {
    margin: 0 auto;
    width: 1200px;
}

.header-logo {
    margin-top: 10px;
    margin-right: 70px;
    float: left;
}
.header-logo img {
    height: 70px;
}

.header-nav {
    float: left;
}
.header-nav>ul>li {
    width: 110px;
    height: 100px;
    line-height: 100px;
    float: left;
    position: relative;
}
.header-nav>ul>li a {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.header-nav>ul>li a:hover {
    color: #01AAED;
}
.header-nav>ul>li a i {
    margin-left: 10px;
    width: 11px;
    height: 6px;
    display: inline-block;
    background: url(/wp-content/themes/huwa-pc/images/nav-arrow.png) no-repeat center center;
    vertical-align: middle;
    transition: all .2s;
    -webkit-transition: all .2s
}
.header-nav>ul>li.active a {
    font-weight: 900;
    color: #01AAED;
}
.header-nav>ul>li:hover a i {
    transform: rotate(180deg)
}

.sub-menu {
    width: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    border: 1px solid #eee;
    background: #FFF;
    position: absolute;
    top: 80px;
    display: none;
    z-index: 999;
}
.sub-menu ul li {
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.sub-menu ul li a {
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
}
.sub-menu ul li a:hover {
    background-color: #F6F6F6;
}

.header-language {
    margin-left: 10px;
    margin-top: 40px;
    width: 60px;
    float: left;
}
.header-language-select {
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: url(/wp-content/themes/huwa-pc/images/language-bg.png) no-repeat top center;
    color: #848484;
    font-size: 14px;
    cursor: pointer;
}
.header-language-select a {
    color: #848484;
}
.header-language-list {
    display: none;
}

.header-contact {
    margin-top: 42px;
    height: 17px;
    font-size: 12px;
    font-weight: bold;
    float: right;
}
.header-contact ul li {
    margin-left: 10px;
    display: inline-block;
}
.header-contact ul li, .header-contact ul li img {
    vertical-align: middle;
}
/*.header-contact ul li:first-child img {
    margin-right: 10px;
}*/


.banner {
    margin-top: 100px;
    overflow: hidden;
}
.banner-index {
    /*height: 848px;*/
}
.banner-wrapper {
    width: 100%;
    height: 100%;
}
.banner-index .banner-wrapper {
    width: 100%;
    /*height: 848px;*/
}
.banner-index .banner-wrapper img {
    width: 100%;
}
.banner-index .banner-wrapper.swiper-slide-active {
    transform: scale(1);
    animation: boxScale 18s infinite 0s alternate;
}
.banner-contact img,
.banner-business img,
.banner-brand img,
.banner-domain img,
.banner-case-detail img,
.banner-job img,
.banner-service img,
.banner-verify img,
.banner-media img,
.banner-case img {
    width: 100%;
}
.banner-case .banner-wrapper {
    background: url(/wp-content/themes/huwa-pc/images/banner_case.jpg) no-repeat center center;
}
.banner-case-detail .banner-wrapper {
    background: url(/wp-content/themes/huwa-pc/images/banner_case.jpg) no-repeat center center;
}
.banner-media .banner-wrapper {
    background: url(/wp-content/themes/huwa-pc/images/banner_news.jpg) no-repeat center center;
}
.banner-contact .banner-wrapper {
    background: url(/wp-content/themes/huwa-pc/images/banner-contact.jpg) no-repeat center center;
}
.banner-verify .banner-wrapper {
    background: url(/wp-content/themes/huwa-pc/images/banner-verify.png) no-repeat center center;
}
.banner-domain .banner-wrapper {
    background: url(/wp-content/themes/huwa-pc/images/banner_domain.jpg) no-repeat center center;
}
.banner-job .banner-wrapper {
    background: url(/wp-content/themes/huwa-pc/images/banner_job.jpg) no-repeat center center;
}
.banner-service .banner-wrapper {
    background: url(/wp-content/themes/huwa-pc/images/banner-service.jpg) no-repeat center center;
}
.banner-brand .banner-wrapper {
    background: url(/wp-content/themes/huwa-pc/images/banner_brand.jpg) no-repeat center center;
}
.banner-business .banner-wrapper {
    background: url(/wp-content/themes/huwa-pc/images/banner-business.png) no-repeat center center;
}

.banner-title {
    margin: 0 auto;
    width: 362px;
    height: 156px;
    line-height: 156px;
    font-size: 40px;
    font-weight: bold;
    color: #1D3402;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    position: relative;
    top: 110px
}
.banner-title span {
    width: 20px;
    display: inline-block;
}

.block-data {
    margin: -100px auto 0;
    /* margin-left: -600px; */
    width: 1200px;
    height: 180px;
    background: #FFF;
    border-radius: 10px;
    /* position: absolute; */
    /* left: 50%; */
    /* top: 838px; */
    box-shadow: 10px 10px 50px rgba(195, 195, 195, .3);
    z-index: 66;
    position: relative;
}
.block-data ul li {
    width: 25%;
    float: left;
}
.block-data-box {
    margin-top: 58px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    position: relative;
    border-right: 1px solid #F5F5F5;
}
.border-none {
    border: none !important;
}
.data-num {
    font-size: 40px;
    font-weight: bold;
}
.data-unit {
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    font-size: 12px;
    background: #000;
    border-radius: 9px;
    color: #FFF;
    top: 10px;
}
.data-text {
    font-size: 18px;
}




.block-domain {
    margin-top: 120px;
}
.block-domain-title {
    margin-bottom: 54px;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}
.block-domain-text {
    line-height: 26px;
    font-size: 16px;
    text-align: center;
}

.block-domain-list {
    padding: 146px 0;
    background: url(/wp-content/themes/huwa-pc/images/block-data-bg.png) no-repeat center center;
}
.block-domain-wrapper {
    margin: 0 auto;
    width: 1200px;
    height: 400px;
}
.block-domain-wrapper {

}
.block-domain-wrapper ul {
    height: 276px;
}
.block-domain-wrapper ul li {
    margin-top: 64px;
    width: 33.333333%;
    float: left;
}
.block-domain-item {
    padding: 0 40px;
    height: 272px;
    border-right: 1px solid #F2F2F2;
    position: relative;
}
.block-domain-img {
    width: 100px;
    height: 100px;
}
.block-domain-img img {
    width: 100%;
}
.block-domain-name {
    margin-top: 28px;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
}
.block-domain-item .block-domain-img-a {
    display: block;
}
.block-domain-item.active .block-domain-img-a {
    display: none;
}
.block-domain-item .block-domain-img-b {
    display: none;
}
.block-domain-item.active .block-domain-img-b {
    display: block;
}
.block-domain-item.active .block-domain-name {
    color: #0195E4;
}
.block-domain-desc {
    line-height: 24px;
    font-size: 12px;
}
.block-domain-desc a {
    color: #676767;
}
.block-domain-link {
    position: absolute;
    right: 40px;
    bottom: -36px;
}

.footer {
    width: 100%;
    height: 488px;
    background-color: #F5F5F5;
}
.footer-top {
    height: 360px;
    border-bottom: 1px solid #CCCCCC;
}
.footer-top-wrapper {
    margin: 0 auto;
    padding-top: 74px;
    width: 1200px;
    height: 200px;
}
.footer-qr {
    margin-right: 100px;
    width: 160px;
    height: 200px;
    background-color: #ECECEC;
    text-align: center;
    float: left;
}
.footer-qr img {
    margin: 9px 0 7px;
    width: 141px;
    height: 141px;
}
.footer-qr p {
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    color: #999999;
    border-top: 1px solid #DEDEDE;
}

.footer-contact {
    height: 200px;
    padding: 0 80px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    float: left;
}
.footer-contact ul li {
    margin-bottom: 31px;
    padding-left: 54px;
    height: 46px;
}
.footer-contact ul li:nth-child(1) {
    background: url(/wp-content/themes/huwa-pc/images/footer-contact-1.png) no-repeat left center;
}
.footer-contact ul li:nth-child(2) {
    background: url(/wp-content/themes/huwa-pc/images/footer-contact-2.png) no-repeat left center;
}
.footer-contact ul li:nth-child(3) {
    background: url(/wp-content/themes/huwa-pc/images/footer-contact-3.png) no-repeat left center;
}
.footer-contact-field {
    font-size: 16px;
    color: #9F9F9F;
}
.footer-contact-value {
    font-size: 20px;
    color: #666666;
}



.footer-link {
    margin-left: 100px;
    float: right;
}

.footer-link ul li {
    margin-bottom: 14px;
    width: 226px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: url(/wp-content/themes/huwa-pc/images/footer-link-bg.png) no-repeat left center;
}
.footer-link ul li, .footer-link ul li img {
    vertical-align: middle;
}
.footer-link ul li img {
    margin: 0 16px 0 60px;
    width: 17px;
    height: 17px;
}
.footer-link ul li a {
    color: #666666;
}

.footer-bottom {
    margin: 0 auto;
    width: 1200px;
    height: 128px;
    line-height: 128px;
}

.footer-copyright {
    color: #ADADAD;
    font-size: 18px;
    float: left;
}
.footer-copyright a {
    color: #ADADAD;
}
.footer-icon {
    float: right;
}
.footer-icon ul li {
    margin-left: 26px;
    display: inline-block;
}
.footer-icon ul li, .footer-icon ul li img {
    vertical-align: middle;
}
.footer-icon ul li img {
    width: 22px;
    height: 22px;
}






.case-tab {
    margin-top: 70px;
    margin-bottom: 10px;
}
.case-tab ul {
    margin: 0 auto;
    width: 1200px;
    text-align: center;
}
.case-tab ul li {
    margin: 0 18px;
    width: 190px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}
.case-tab ul li a {
    color: #333333;
}
.case-tab ul li.active {
    background: #0094E3;
    border: 1px solid #0094E3;
}
.case-tab ul li.active a {
    color: #FFF;
}

.article-list {
    margin: 0 auto;
    width: 1200px;
}
.article-list-wrapper {
    padding-top: 50px;
}
.article-list-wrapper li {
    margin-bottom: 50px;
    border-radius: 12px;
    box-shadow: 0 0 35px 0 rgba( 123, 123, 123, .5);
    overflow: hidden;
}

.article-list-img {
    width: 600px;
    height: 340px;
    overflow: hidden;
    float: left;
}
.article-list-img img {
    width: 100%;
}
.article-list-text {
    width: 600px;
    float: right;
}
.case-img-right .article-list-img {
    float: right;
}
.case-img-right .article-list-text {
    float: left;
}

.article-list-title {
    margin: 40px 40px 16px 44px;
    font-size: 24px;
}
.article-list-desc {
    margin: 0 44px 0 44px;
    line-height: 40px;
    font-size: 20px;
    color: #999999;
}
.article-list-link {
    margin: 50px 44px 0 0;
    text-align: right;
}
.article-list-link a {
    width: 102px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #DDDDDD;
    display: inline-block;
    color: #CCCCCC;
    font-size: 12px;
}
.article-list-link a:hover {
    color: #FFF;
    background: #0094E3;
    border: 1px solid #0094E3;
}


.article-list-item li {
    padding: 50px 0;
    border-bottom: 1px solid #DDDDDD;
}
.article-item-img {
    width: 380px;
    height: 192px;
    float: left;
    overflow: hidden;
}
.article-item-img img {
    width: 100%;
}
.article-item-text {
    padding: 20px 50px 0;
    width: 720px;
    float: right;
}
.article-item-title {
    margin-bottom: 26px;
    font-size: 22px;
    color: #333333;
}
.article-item-desc {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}
.article-item-date {
    margin-top: 40px;
    font-size: 14px;
    color: #CCCCCC;
}

.article-list-pagination {
    padding-top: 50px;
    margin-bottom: 180px;
    text-align: center;
}
.article-list-pagination ul li {
    margin: 0 6px;
    display: inline-block;
}
.article-list-pagination ul li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    color: #999999;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}
.article-list-pagination ul li.active a {
    color: #FFF;
    border: 1px solid #0094E3;
    background: #0094E3;
    border-radius: 5px;
}

.article-list-pagination .nav-links span,
.article-list-pagination .nav-links a {
    margin: 0 6px;
    padding: 0 15px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #999999;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}
.article-list-pagination .nav-links span.current {
    color: #FFF;
    border: 1px solid #0094E3;
    background: #0094E3;
    border-radius: 5px;
}


.block-position {
    height: 60px;
    border-bottom: 1px solid #F2F2F2;
}
.block-position-wrapper {
    line-height: 60px;
    margin: 0 auto;
    width: 1200px;
    font-size: 12px;
    color: #666666;
}
.block-position-wrapper a {
    color: #666666;
}
.block-position-wrapper span {
    margin: 0 10px;
}


.article-main {
    margin: 0 auto;
    width: 1200px;
}
.article-title {
    margin: 46px 0;
    font-size: 22px;
}
.text-center {
    text-align: center;
}
.article-content {
    margin: 0 auto;
    width: 1200px;
}
.article-content p {
    margin-bottom: 20px;
    line-height: 32px;
    font-size: 16px;
    color: #333333;
}
.article-content p img {
    max-width: 100%;
}
.article-content-img {
    margin: 0 auto;
    width: 1200px;
}
.article-content-img img {
    width: 100%;
}
.article-content img.aligncenter {
    margin: 0 auto;
    display: block;
}


.article-prev-next {
    margin: 142px auto;
    width: 1200px;
    height: 96px;
    box-shadow: 0 0 25px 0 rgba( 153, 153, 153, .5);
    border-radius: 5px;
    font-weight: bold;
}
.article-prev-next a {
    color: #333333;
}
.article-prev {
    margin: 25px;
    float: left;
    text-align: left;
}
.article-next {
    margin: 25px;
    float: right;
    text-align: right;
}
.article-prev-next-name {
    margin-bottom: 14px;
    font-size: 14px;
    color: #333333;
}
.article-prev-next-article {
    font-size: 14px;
    color: #999999;
}

.article-content-text {
    margin: 28px auto 0;
    padding: 30px 44px;
    width: 1112px;
    background: #FFF;
    box-shadow: 0 0 25px 0 rgba( 153, 153, 153, .5);
}
.article-content-text p {
    font-size: 16px;
    color: #333333;
    line-height: 44px;
}
.article-content-text p span {
    color: #999999;
}


.contact-main {
    margin-top: 76px;
    margin-bottom: 88px;
}
.contact-main-title {
    margin-bottom: 48px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
}
.contact-main-wrapper {
    margin: 0 auto;
    width: 1200px;
    box-shadow: 0 0 35px 0 rgba(153, 153, 153, .5);
}
.contact-main-content {
    padding: 0 30px 30px;
}
.contact-info {
    padding-top: 52px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
}
.contact-company-name {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333333;
}
.contact-company-name span {
    margin-left: 24px;
    color: #CCCCCC;
}
.contact-detail p {
    font-size: 24px;
    color: #999999;
    line-height: 62px;
}
.contact-map {
    margin-top: 10px;
}
.contact-map img {
    width: 100%;
}


.verify-main {
    margin: 68px auto 0;
    width: 1200px;
}
.verify-title {
    margin-bottom: 38px;
    font-size: 32px;
    color: #000000;
    text-align: center;
}

.verify-form {
    margin: 0 auto;
    width: 1200px;
    height: 420px;
    box-shadow: 0 0 35px 0 rgba(123, 123, 123, .5);
}
.verify-form-left {
    width: 600px;
    float: left;
}
.verify-form-left img {
    width: 100%;
}
.verify-form-right {
    width: 544px;
    float: right;
}
.verify-input {
    margin-top: 46px;
    width: 488px;
    height: 78px;
    border: 1px solid #DDDDDD;
    position: relative;
}
.verify-input input {
    width: 488px;
    height: 78px;
    border: none;
    outline: none;
    font-size: 22px;
    text-indent: 10px;
}
.verify-input img {
    width: 176px;
    height: 52px;
    position: absolute;
    top: 13px;
    right: 20px
}
.verify-submit {
    margin-top: 46px;
    width: 490px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #0295E5;
    font-size: 26px;
    color: #FFF;
    cursor: pointer;
}

.verify-file {
    margin: 60px 0;
    height: 62px;
    line-height: 62px;
    font-size: 28px;
    color: #999999;
}
.verify-file a.verify-link {
    color: #0195e4;
    text-decoration: underline;
}
.verify-file a.verify-btn {
    margin-left: 68px;
    padding: 0 24px;
    height: 62px;
    background: #0195E4;
    color: #FFF;
    font-size: 20px;
    display: inline-block;
}

.verify-text {
    margin-bottom: 142px;
    border: 1px dashed rgb(54, 153, 255);
}
.verify-text-wrapper {
    padding: 36px 32px;
}

.verify-text-left {
    float: left;
}
.verify-text-title {
    margin-bottom: 28px;
    font-size: 26px;
    line-height: 26px;
    color: #333333;
}
.verify-text-left p {
    font-size: 22px;
    color: #666666;
    line-height: 50px;
}

.verify-text-right {
    width: 438px;
    float: right;
}
.verify-qr {
    width: 200px;
    height: 200px;
    float: left;
}
.verify-qr img {
    width: 100%;
}

.verify-wx {
    width: 206px;
    float: right;
}
.verify-wx-title {
    margin-bottom: 18px;
    font-size: 22px;
    color: #333333;
    line-height: 40px;
}
.verify-wx-desc {
    font-size: 18px;
    color: #999999;
    line-height: 36px;
}

.domain-tab {
    margin: 94px auto 0;
    width: 1200px;
    height: 390px;
    box-shadow: 0 0 35px 0 rgba(123, 123, 123, .5);
}
.domain-tab ul li {
    width: 33.333333%;
    float: left;
    cursor: pointer;
}
.domain-tab ul li.active .domain-tab-name {
    color: #0195E4;
}
.domain-tab-item {
    padding-top: 56px;
    height: 334px;
    border-right: 1px solid #E6E6E6;
}
.domain-tab-name {
    font-size: 24px;
    text-align: center;
}
.domain-tab-img {
    margin: 0 auto 56px;
    width: 200px;
    height: 200px;
}
.domain-tab-img-1 {
    background: url(/wp-content/themes/huwa-pc/images/domain-tab-1.png) no-repeat center center;
}
.domain-tab ul li.active .domain-tab-img-1 {
    background: url(/wp-content/themes/huwa-pc/images/domain-tab-1-active.png) no-repeat center center;
}
.domain-tab-img-2 {
    background: url(/wp-content/themes/huwa-pc/images/domain-tab-2.png) no-repeat center center;
}
.domain-tab ul li.active .domain-tab-img-2 {
    background: url(/wp-content/themes/huwa-pc/images/domain-tab-2-active.png) no-repeat center center;
}
.domain-tab-img-3 {
    background: url(/wp-content/themes/huwa-pc/images/domain-tab-3.png) no-repeat center center;
}
.domain-tab ul li.active .domain-tab-img-3 {
    background: url(/wp-content/themes/huwa-pc/images/domain-tab-3-active.png) no-repeat center center;
}

.domain-tab-text {
    margin: 46px auto;
    width: 1200px;
}
.domain-tab-text p {
    padding: 0 44px;
    font-size: 22px;
    color: #666666;
    line-height: 34px;
}

.domain-category {
    margin: 0 auto;
    width: 1200px;
    text-align: center;
}

.domain-category ul li {
    margin: 0 9px;
    width: 170px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 20px;
    color: #666666;
    display: inline-block;
    border: 1px solid #DDDDDD;
    font-weight: bold;
    cursor: pointer;
}
.domain-category ul li.active {
    color: #0195E4;
    border: 1px solid #0195E4;
}

.domain-article-list {
    margin: 0 auto;
    width: 1200px;
}
.domain-article-item {
    padding: 44px 0;
    border-bottom: 1px solid #DDDDDD;
}
.domain-article-img {
    width: 324px;
    height: 222px;
    float: left;
}
.domain-article-text {
    width: 838px;
    float: right;
}
.domain-article-title {
    font-size: 22px;
    line-height: 38px;
    color: #333333;
}
.domain-article-desc {
    height: 126px;
    font-size: 18px;
    line-height: 32px;
    color: #999999;
}
.domain-article-link {

}
.domain-article-link a {
    padding: 0 34px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    font-size: 18px;
    color: #FFF;
    background: #0194E3;
}


.job-main {
    margin: 72px auto 0;
    width: 1200px;
}
.job-main-title {
    margin-bottom: 52px;
    font-size: 32px;
    color: #000;
    text-align: center;
}
.job-filter {
    margin-bottom: 52px;
}
.job-filter-select {
    padding: 0 20px;
    width: 282px;
    height: 80px;
    line-height: 80px;
    background: #F7F7F7;
    float: left;
    color: #000;
    font-size: 22px;
    border-radius: 15px;
    position: relative;
}
.job-filter-position {
    margin-left: 40px;
}
.job-filter-keyword {
    width: 436px;
    float: right;
}
.job-filter-keyword input {
    height: 80px;
    border: none;
    outline: none;
    background: none;
    font-size: 22px;
}
.job-filter-select i {
    width: 34px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top: 23px;
    right: 20px;
}
.job-icon-arrow {
    background: url(/wp-content/themes/huwa-pc/images/job-icon-arrow.jpg) no-repeat;
}
.job-icon-search {
    background: url(/wp-content/themes/huwa-pc/images/job-icon-search.jpg) no-repeat;
    cursor: pointer;
}

.keyword-input::-webkit-input-placeholder {
    color: #000;
}

.keyword-input::-moz-placeholder {
    color: #000;
}

.keyword-input:-ms-input-placeholder {
    color: #000;
}

.job-column ul li {
    width: 25%;
    float: left;
    font-size: 22px;
    color: #000;
    text-indent: 30px;
}

.job-list {
    margin-top: 24px;
}
.job-list-item {
    margin-bottom: 42px;
    border: 1px solid rgb(233, 233, 233);
    border-radius: 15px;
}
.job-item-column li {
    width: 25%;
    height: 120px;
    line-height: 120px;
    float: left;
    text-indent: 34px;
    font-size: 22px;
}
.job-item-content {
    padding: 0 32px 40px;
    background: #FBFBFB;
}
.job-item-content.hide {
    display: none;
}
.job-item-field-name {
    margin-bottom: 24px;
    font-size: 28px;
    color: #999999;
}
.job-item-field {
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
}
.job-item-field p {
    font-size: 24px;
    line-height: 50px;
    color: #999999;
}
.job-item-btn {
    text-align: center;
}
.job-item-btn a {
    width: 168px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    background: #0693E2;
    display: inline-block;
    border-radius: 4px;
}
.job-item-apply {
    margin-left: 30px;
    width: 166px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #DDDDDD;
    display: inline-block;
    border-radius: 4px;
    text-indent: 0;
    color: #000;
    cursor: pointer;
}
.job-list-item.active {
    box-shadow: 0 0 35px 0 rgba(153, 153, 153, .5);
}
.job-list-item.active .job-item-apply, .job-item-apply:hover {
    background: #0693E2;
    border: 1px solid #0693E2;
    color: #FFF;
}
.job-list .article-list-pagination {
    padding-top: 16px;
    margin-bottom: 92px;
}
.job-benefit {
    height: 926px;
    background: url(/wp-content/themes/huwa-pc/images/job-benefit.jpg) no-repeat center center;
}
.block-brand {
    margin: 130px auto;
    width: 1200px;
}
.block-brand-left {
    width: 406px;
    float: left;
}
.block-brand-right {
    float: right;
}
.data-brand-video {
    width: 680px;
    height: 510px;
}
.data-brand-video img {
    width: 100%;
}
.block-brand-title {
    margin-bottom: 104px;
    font-size: 36px;
    color: #333333;
}
.block-brand-name {
    margin-bottom: 16px;
    font-size: 30px;
    color: #0095E2;
    font-weight: bold;
}
.block-brand-text {
    margin-bottom: 50px;
    font-size: 18px;
    color: #0095E2;
}
.block-brand-desc {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}
.block-brand-link {
    margin-top: 86px;
}
.block-brand-link a {
    width: 152px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    background: #0194E2;
    text-align: center;
    display: inline-block;
    font-size: 12px;
}


.block-case {
    margin:  0 auto;
    width: 1200px;
}
.block-case-title {
    margin-bottom: 54px;
    line-height: 36px;
    font-size: 36px;
    color: #333333;
}
.block-case-title a {
    width: 152px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    background: #0194E2;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    float: right;
}
.block-case-card-item {
    box-shadow: 0 0 25px 0 rgba( 153, 153, 153, .5);
}
.block-case-card {
    margin-bottom: 60px;
    height: 420px;
}
.block-case-card-left {
    padding: 30px;
    width: 440px;
    float: left;
}
.block-case-card-title {
    margin-bottom: 40px;
    font-size: 24px;
    color: #333333;
}
.block-case-card-desc {
    height: 100px;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}
.block-case-card-link {
    margin-top: 160px;
}
.block-case-card-link a {
    font-size: 22px;
    color: #666666;
}
.block-case-card-right {
    float: right;
    width: 680px;
    height: 420px;
    overflow: hidden;
}
.block-case-card-right img {
    width: 100%;
}
.block-case-tab ul li {
    margin: 0 30px 30px 0;
    float: left;
}
.block-case-tab ul li:nth-child(3n) {
    margin-right: 0;
}
.block-case-tab ul li a {
    width: 378px;
    height: 58px;
    line-height: 60px;
    display: inline-block;
    border: 1px solid #0194E2;
    color: #0194E2;
    text-align: center;
    font-size: 16px;
}
.block-case-tab ul li.active a {
    background: #0194E2;
    color: #FFF;
}


.block-map {
    height: 997px;
    background: url(/wp-content/themes/huwa-pc/images/block-map.png) #EFF2F7 no-repeat top center;
}
.block-map-wrapper {
    margin: 0 auto;
    padding-top: 110px;
    width: 1200px;
}
.block-map-title {
    margin-bottom: 50px;
    font-size: 40px;
    color: #000;
    font-weight: bold;
}
.block-map-name {
    margin-bottom: 30px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.block-map-text {
    width: 420px;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}
.block-map .block-map-wrapper2 {
    padding-top: 200px;
}
.block-map-name2 {
    margin-bottom: 50px;
    font-size: 32px;
    color: #000;
    font-weight: bold;
}
.block-map-text2 {
    margin-bottom: 150px;
    width: 420px;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}
.block-map-list {
    margin-top: 170px;
    width: 500px;
}
.block-map-list ul li {
    margin: 0 20px 30px 0;
    width: 208px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #000;
    display: inline-block;
}
.block-map-list ul li:nth-child(1) {
    background: url(/wp-content/themes/huwa-pc/images/block-map-icon-1.png) no-repeat left center;
}
.block-map-list ul li:nth-child(2) {
    background: url(/wp-content/themes/huwa-pc/images/block-map-icon-2.png) no-repeat left center;
}
.block-map-list ul li:nth-child(3) {
    background: url(/wp-content/themes/huwa-pc/images/block-map-icon-3.png) no-repeat left center;
}
.block-map-list ul li:nth-child(4) {
    background: url(/wp-content/themes/huwa-pc/images/block-map-icon-4.png) no-repeat left center;
}
.block-map-list ul li p {
    margin-left: 48px;
    padding-left: 24px;
    border-left: 1px solid #000;
}

.block-map-item {

}
.block-map-item ul li {
    margin-right: 20px;
    width: 210px;
    height: 128px;
    display: inline-block;
    border: 1px solid #000000;
}
.block-map-item-num {
    margin-top: 30px;
    margin-left: 20px;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}
.block-map-item-text {
    margin-top: 16px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
}

.block-tech {
    height: 526px;
    background: url(/wp-content/themes/huwa-pc/images/block-tech-bg.png) no-repeat top center;
}
.block-tech-wrapper {
    margin: 0 auto;
    padding-top: 138px;
    width: 1200px;
}
.block-tech-title {
    font-size: 40px;
    color: #000000;
}
.block-tech-list {
    margin-top: 186px;
}
.block-tech-list li {
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.block-tech-list li b {
    margin-right: 3px;
    font-size: 42px;
    color: #666666;
}
.block-tech-list li:nth-child(1) {
    width: 240px;
}
.block-tech-list li:nth-child(2) {
    width: 342px;
}
.block-tech-list li:nth-child(3) {
    width: 306px;
}
.block-tech-list li:nth-child(4) {
    width: 306px;
}

.block-cert {
    padding: 50px 0 130px;
}
.block-cert-wrapper {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
.block-cert-img {
    width: 300px;
}
.block-cert-img img {
    width: 100%;
}
.block-cert-name {
    margin-top: 8px;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    text-align: center;
}
.block-cert-date {
    font-size: 14px;
    color: #cccccc;
}
.block-cert .swiper-button-next,
.block-cert .swiper-button-prev {
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    background: #0194E2;
    text-align: center;
    opacity: .3;
}
.block-cert .swiper-button-prev {
    left: 0;
}
.block-cert .swiper-button-next {
    right: 0;
}
.block-cert .swiper-button-next:hover,
.block-cert .swiper-button-prev:hover {
    opacity: 1;
}

.block-media-wrapper {
    margin: 0 auto 120px;
    width: 1200px;
    position: relative;
}
.swiper-container-media .swiper-slide {
    padding: 30px 0;
}
.block-media-item {
    width: 278px;
    height: 342px;
    display: inline-block;
    /*border: 1px solid #EFEFEF;*/
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba( 153, 153, 153, .3);
}
.block-media-item-img {
    width: 278px;
    height: 184px;
    border-radius: 5px 5px 0 0 ;
    overflow: hidden;
}
.block-media-item-img img {
    width: 100%;
    height: 100%;
}
.block-media-item-title {
    padding: 18px 30px;
    font-size: 16px;
    line-height: 36px;
    color: #333;
}
.block-media-item-date {
    padding: 0 30px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #9E9E9E;
}
.block-media-item-date i {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/wp-content/themes/huwa-pc/images/icon-date.png) no-repeat;
}
.block-media-title {
    margin-bottom: 50px;
    font-size: 40px;
}


.block-cooperate {
    height: 1000px;
    position: relative;
}
.block-cooperate-wrapper {
    padding-top: 440px;
}
.block-cooperate-text {
    margin: 0 auto;
    width: 770px;
    height: 178px;
    background: url(/wp-content/themes/huwa-pc/images/block-cooperate-bg.jpg) no-repeat center center;
    text-align: center;
}
.block-cooperate-title {
    margin-bottom: 40px;
    padding-top: 50px;
    font-size: 38px;
    color: #555555;
    font-weight: bold;
}
.block-cooperate-desc {
    padding: 0 80px;
    font-size: 16px;
    line-height: 36px;
    color: #555555;
    font-weight: bold;
}
.block-media-wrapper .swiper-button-prev2,
.block-media-wrapper .swiper-button-next2 {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(156, 156, 156, .3);
    outline: none;
}
.block-media-wrapper .swiper-button-prev2 {
    right: 70px;
    left: auto;
    top: 22px;
    background: url(/wp-content/themes/huwa-pc/images/icon-arrow-gray.jpg) no-repeat center center;
}
.block-media-wrapper .swiper-button-next2 {
    right: 0;
    top: 22px;
    background: url(/wp-content/themes/huwa-pc/images/icon-arrow-white.jpg) #0194e3 no-repeat center center;
}


.service-block-1 {
    height: 950px;
    background: url(/wp-content/themes/huwa-pc/images/service-bg-1.jpg) no-repeat top center;
}

.service-block-1-wrapper {
    margin: 0 auto;
    padding-top: 278px;
    width: 1200px;
}
.service-block-1-title {
    margin-bottom: 30px;
    margin-left: 60px;
    height: 28px;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}
.service-block-1-text {
    margin-left: 60px;
    width: 500px;
    font-size: 22px;
    line-height: 46px;
    color: #666666;
}



.service-block-data {
    margin-top: 140px;
    width: 1200px;
    height: 180px;
}
.service-block-data ul li {
    width: 25%;
    float: left;
}
.service-block-data-box {
    margin-top: 58px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    position: relative;
}
.service-data-num {
    font-size: 50px;
    font-weight: bold;
}
.service-data-unit {
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    font-size: 12px;
    background: #000;
    border-radius: 9px;
    color: #FFF;
    top: 10px;
}
.service-data-text {
    font-size: 18px;
}


.service-block-2 {
    height: 937px;
    background: url(/wp-content/themes/huwa-pc/images/service-bg-2.jpg) no-repeat top center;
}
.service-block-2-wrapper {
    margin: 0 auto;
    width: 1200px;
    padding-top: 96px;
}
.service-block-2-title {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
.service-block-2-list {
    padding-top: 290px;
}
.service-block-2-list li {
    width: 25%;
    float: left;
    font-size: 24px;
    color: #666666;
    text-align: center;
    font-weight: bold;
}
.service-block-2-text {
    margin-top: 140px;
    padding: 0 72px;
    font-size: 24px;
    color: #999999;
    text-align: center;
}

.service-block-3 {
    height: 1009px;
    background: url(/wp-content/themes/huwa-pc/images/service-bg-3.jpg) no-repeat top center;
}
.service-block-3-wrapper {
    margin: 0 auto;
    width: 1200px;
    padding-top: 96px;
}
.service-block-3-title {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
.service-block-3-list {
    padding-top: 290px;
}
.service-block-3-list li {
    width: 25%;
    float: left;
    font-size: 24px;
    color: #666666;
    text-align: center;
    font-weight: bold;
}
.service-block-3-text {
    margin-top: 140px;
    padding: 0 72px;
    font-size: 24px;
    color: #999999;
    text-align: center;
}





.service-block-4 {
    height: 1007px;
    background: url(/wp-content/themes/huwa-pc/images/service-bg-4.jpg) no-repeat top center;
}
.service-block-4-wrapper {
    margin: 0 auto;
    width: 1200px;
    padding-top: 96px;
}
.service-block-4-title {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
.service-block-4-list {
    padding-top: 290px;
}
.service-block-4-list li {
    width: 25%;
    float: left;
    font-size: 24px;
    color: #666666;
    text-align: center;
    font-weight: bold;
}
.service-block-4-text {
    margin-top: 140px;
    padding: 0 72px;
    font-size: 24px;
    color: #999999;
    text-align: center;
}



.service-block-5 {
    height: 871px;
    background: url(/wp-content/themes/huwa-pc/images/service-bg-5.jpg) no-repeat top center;
}
.service-block-5-wrapper {
    margin: 0 auto;
    width: 1200px;
    padding-top: 96px;
}
.service-block-5-title {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
.service-block-5-list {
    padding-top: 290px;
}
.service-block-5-list li {
    width: 33.333333%;
    float: left;
    font-size: 24px;
    color: #666666;
    text-align: center;
    font-weight: bold;
}
.service-block-5-text {
    margin-top: 140px;
    padding: 0 72px;
    font-size: 24px;
    color: #999999;
    text-align: center;
}



.brand-block-1 {
    height: 1275px;
    background: url(/wp-content/themes/huwa-pc/images/brand-block-1.jpg) no-repeat top center;
}
.brand-block-1-wrapper {
    margin: 0 auto;
    padding-top: 74px;
    width: 1200px;
    position: relative;
}
.brand-block-1-title {
    margin-bottom: 130px;
    font-size: 32px;
    text-align: center;
}
.brand-block-1-company {
    margin-left: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333333;
}
.brand-block-1-text {
    width: 580px;
    margin-left: 30px;
    color: #666666;
    position: absolute;
    z-index: 11;
}
.brand-block-1-text p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
}
.brand-block-1-list {
    margin-top: 784px;
}
.brand-block-1-list li {
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
    font-weight: bold;
}
.brand-block-1-list-name {
    margin-bottom: 14px;
    font-size: 24px;
    color: #999999;
}
.brand-block-1-list-text {
    font-size: 16px;
    line-height: 28px;
    color: #999999;
}


.brand-block-2-wrapper {
    margin: 0 auto;
    padding: 80px 0;
    width: 1138px;
}
.brand-block-2-title {
    margin-bottom: 16px;
    font-size: 32px;
    color: #000000;
    text-align: center;
}
.brand-block-2-text {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: center;
}
.brand-block-2-img {
    margin-top: 46px;
    text-align: center;
}


.brand-block-3 {
    height: 1757px;
    background: url(/wp-content/themes/huwa-pc/images/brand-block-3.jpg) no-repeat top center;
}
.brand-block-3-wrapper {
    margin: 0 auto;
    padding-top: 64px;
    width: 1200px;
}
.brand-block-3-title {
    font-size: 32px;
    color: #666666;
    text-align: center;
}
.brand-block-3-list {
    margin: 230px auto 0;
    width: 1200px;
}
.brand-block-3-list li {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.brand-block-3-list li b {
    margin-right: 5px;
    font-size: 48px;
    color: #666666;
    font-weight: normal;
}


.brand-block-3-cert {
    margin-top: 110px;
}
.brand-block-3-cert-item {
    margin-right: 90px;
    margin-bottom: 70px;
    padding: 22px;
    float: left;
    background: #FFF;
    box-shadow: 0 0 30px rgba(156, 156, 156, .3);
}
.brand-block-3-cert .brand-block-3-cert-item:nth-child(3n) {
    margin-right: 0;
}
.brand-block-3-cert-img {
    text-align: center;
}
.brand-block-3-cert-name {
    margin-top: 22px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
}
.brand-block-3-cert-date {
    font-size: 14px;
    color: #CCCCCC;
}


.brand-progress {
    height: 809px;
    background: url(/wp-content/themes/huwa-pc/images/brand-progress.jpg) no-repeat top center;
}
.brand-progress-wrapper {
    padding-top: 80px;
}
.brand-progress-title {
    text-align: center;
    font-size: 32px;
}


.domain-main-wrapper {
    margin: 0 auto;
    width: 1200px;
}
.domain-main-title {
    height: 100px;
    line-height: 100px;
    font-size: 32px;
    color: #333333;
    text-align: center;
}

.domain-main-img {
    padding: 106px 0;
    border: 2px solid #EFEFEF;
    position: relative;
}
.swiper-container-domain {
    margin: 0 auto;
    width: 710px;
    height: 532px;
}

.domain-main-img .swiper-button-prev3,
.domain-main-img .swiper-button-next3 {
    width: 37px;
    height: 73px;
    outline: none;
}
.domain-main-img .swiper-button-prev3 {
    left: 36px;
    background: url(/wp-content/themes/huwa-pc/images/domain-arrow-left.png) no-repeat center center;
}
.domain-main-img .swiper-button-next3 {
    right: 36px;
    background: url(/wp-content/themes/huwa-pc/images/domain-arrow-right.png) no-repeat center center;
}
.domain-main-img .swiper-button-prev3:hover {
    background: url(/wp-content/themes/huwa-pc/images/domain-arrow-left-active.png) no-repeat center center;
}
.domain-main-img .swiper-button-next3:hover {
    background: url(/wp-content/themes/huwa-pc/images/domain-arrow-right-active.png) no-repeat center center;
}


.domain-main-tab {
    margin-top: 70px;
}
.domain-main-tab ul li {
    width: 33.33333%;
    border: 1px solid #CCC;
    float: left;
}
.domain-main-tab table {
    width: 100%;
    border-collapse: collapse;
}
.domain-main-tab table tr th {
    height: 80px;
    line-height: 80px;
    border: 1px solid #D3D3D3;
    font-size: 24px;
    color: #333333;
    cursor: pointer;
}
.domain-main-tab table tr th.active {
    border: 1px solid #0194E2;
    background: #0194E2;
    color: #FFF;
}

.domain-main-content {
    padding: 66px 0;
}
.domain-main-content-item p {
    font-size: 18px;
    line-height: 44px;
    color: #595857;
}
.domain-main-content-item p img {
    margin: 20px 0;
}
.domain-main-content-item p strong {
    font-size: 20px;
}


.business-1 {
    height: 703px;
    background: #F6F6F6;
}
.business-1-wrapper {
    margin: 0 auto;
    width: 1200px;
    padding-top: 72px;
}
.business-title {
    padding-top: 30px;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
}
.business-title-1 {
    background: url(/wp-content/themes/huwa-pc/images/business-title-1.png) no-repeat top center;
}
.business-title-2 {
    background: url(/wp-content/themes/huwa-pc/images/business-title-2.png) no-repeat top center;
}
.business-title-3 {
    background: url(/wp-content/themes/huwa-pc/images/business-title-3.png) no-repeat top center;
}
.business-title-4 {
    background: url(/wp-content/themes/huwa-pc/images/business-title-4.png) no-repeat top center;
}
.business-title-5 {
    background: url(/wp-content/themes/huwa-pc/images/business-title-5.png) no-repeat top center;
}
.business-title-6 {
    background: url(/wp-content/themes/huwa-pc/images/business-title-6.png) no-repeat top center;
}
.business-title-7 {
    background: url(/wp-content/themes/huwa-pc/images/business-title-7.png) no-repeat top center;
}
.business-title-8 {
    background: url(/wp-content/themes/huwa-pc/images/business-title-8.png) no-repeat top center;
}
.business-title-9 {
    background: url(/wp-content/themes/huwa-pc/images/business-title-9.png) no-repeat top center;
}
.business-title-10 {
    background: url(/wp-content/themes/huwa-pc/images/business-title-10.png) no-repeat top center;
}
.business-1-content {
    margin-top: 48px;
}
.business-1-item {
    width: 581px;
    height: 417px;
    background: url(/wp-content/themes/huwa-pc/images/business-1-bg.png) no-repeat;
    border-radius: 14px;
    box-shadow: 0px 10px 20px rgba(228,228,228,0.43);
    color: #FFF;
}
.business-1-item2 {
    background: url(/wp-content/themes/huwa-pc/images/business-2-bg.png) no-repeat;
}
.business-1-item-box {
    padding: 122px 76px 0;
}
.business-1-item-title {
    margin-bottom: 20px;
    font-size: 30px;
}
.business-1-item-text {
    font-size: 18px;
    line-height: 30px;
}


.business-2 {
    height: 757px;
    background: #F9F9F9;
}
.business-2-wrapper {
    margin: 0 auto;
    width: 1200px;
    padding-top: 120px;
}
.business-2-content {
    margin-top: 48px;
}
.business-2-item {
    margin-right: 34.5px;
    width: 377px;
    height: 449px;
    float: left;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 5px 20px rgba(213,213,213,0.5);
    text-align: center;
}
.business-2-item img {
    margin-top: 60px;
    margin-bottom: 40px;
}
.business-2-item p {
    padding: 0 70px;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}


.business-3 {
    height: 873px;
    background: #F6F6F6;
}
.business-3-wrapper {
    margin: 0 auto;
    width: 1200px;
    padding-top: 120px;
}
.business-3-content {
    margin-top: 48px;
}
.business-3-item {
    margin-right: 45px;
    margin-bottom: 52px;
    width: 370px;
    height: 250px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 50px 50px 100px rgba(0,0,0,0.07);
    text-align: center;
    float: left;
}
.business-3-item.active {
    background: #0094E3;
    color: #FFF;
}
.business-3-item-box {
    padding: 48px 0 0;
}
.business-3-item-box img {
    margin-bottom: 16px;
}
.business-3-item-box img.hide {
    display: none;
}
.business-3-item-box p {
    font-size: 24px;
}


.business-4 {
    height: 997px;
    background: #ECEFF4;
}
.business-4-wrapper {
    margin: 0 auto;
    width: 1200px;
    height: 900px;
    padding-top: 50px;
    background: url(/wp-content/themes/huwa-pc/images/business-4-bg.png) no-repeat right bottom;
}

.business-4-content {
    margin-top: 140px;
}
.business-4-item {
    margin-bottom: 80px;
    width: 393px;
    height: 190px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 50px 50px 100px rgba(0,0,0,0.07);
}
.business-4-item-box {
    padding: 36px 60px 0 36px;
}
.business-4-item-title {
    margin-bottom: 20px;
    font-size: 30px;
}
.business-4-item-text {
    font-size: 18px;
    line-height: 26px;
}



.business-5 {
    height: 674px;
    background: #F6F6F6;
}
.business-5-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}
.business-5-content {
    padding-top: 96px;
}
.business-5-item {
    margin-right: 120px;
    width: 210px;
    float: left;
    text-align: center;
    color: #333333;
}
.business-5-item-name {
    font-size: 24px;
}
.business-5-item-text {
    font-size: 30px;
}

.business-6 {
    padding-bottom: 40px;
    background: #F6F6F6;
}
.business-6-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}
.business-6-content {
    padding-top: 46px;
}
.business-6-item {
    margin-bottom: 40px;
    width: 1200px;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.business-6-item img {
    width: 100%;
}
.business-6-item-box {
    max-width: 600px;
    height: 76px;
    line-height: 76px;
    position: absolute;
}
.business-6-item-title {
    font-size: 42px;
    color: #FFF;
}
.business-6-item-left .business-6-item-title {
    margin: 0 100px 0 43px;
}
.business-6-item-right .business-6-item-title {
    margin: 0 43px 0 100px;
}
.business-6-item-left {
    bottom: 0;
    left: 0;
    /*background: url(/wp-content/themes/huwa-pc/images/business-6-item-left.png) no-repeat right center;*/
}
.business-6-item-right {
    bottom: 0;
    right: 0;
    /*background: url(/wp-content/themes/huwa-pc/images/business-6-item-right.png) no-repeat left center;*/
}


.business-7 {
    padding-bottom: 34px;
    background: #EDEDED;
}
.business-7-wrapper {
    padding-top: 100px;
    text-align: center;
}
.business-7-content {
    margin: 0 auto;
    width: 1200px;
    padding-top: 56px;
}
.business-7-content img {
    width: 100%;
}

.business-8 {

}
.business-8-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}
.business-8-desc {
    padding-top: 30px;
    font-size: 34px;
    text-align: center;
    font-weight: normal;
}
.business-8-content {
    padding-top: 50px;
}
.business-8-item {
    margin-right: 45px;
    margin-bottom: 52px;
    width: 370px;
    height: 250px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 50px 50px 100px rgba(0,0,0,0.07);
    text-align: center;
    float: left;
}
.business-8-item-box {
    padding: 48px 0 0;
}
.business-8-item-box img {
    margin-bottom: 16px;
}
.business-8-item-name {
    font-size: 30px;
}
.business-8-item-text {
    font-size: 24px;
}


.business-9-wrapper {
    width: 1230px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 30px;
}
.business-9-content {
    padding-top: 100px;
}
.business-9-item {
    margin-right: 30px;
    margin-bottom: 30px;
    width: 600px;
    height: 200px;
    float: left;
    border-radius: 5px;
    box-shadow: 0px 0px 100px rgba(0,0,0,0.07);
}
.business-9-content .business-9-item:nth-child(1) {
    background: url(/wp-content/themes/huwa-pc/images/business-9-1.png) no-repeat;
}
.business-9-content .business-9-item:nth-child(2) {
    background: url(/wp-content/themes/huwa-pc/images/business-9-2.png) no-repeat;
}
.business-9-content .business-9-item:nth-child(3) {
    background: url(/wp-content/themes/huwa-pc/images/business-9-3.png) no-repeat;
}
.business-9-content .business-9-item:nth-child(4) {
    background: url(/wp-content/themes/huwa-pc/images/business-9-4.png) no-repeat;
}
.business-9-item-box {
    margin-top: 50px;
    margin-left: 60px;
    width: 288px;
}
.business-8-item-name {
    margin-bottom: 5px;
    font-size: 36px;
    color: #333333;
}
.business-8-item-text {
    font-size: 14px;
    color: #B6B6B6;
}


.business-10 {
    padding-bottom: 30px;
    background: url(/wp-content/themes/huwa-pc/images/business-10-bg.jpg) #F5F5F5 no-repeat top center;
}
.business-10-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}
.business-10-content {
    padding-top: 80px;
    text-align: center;
}
.business-11-wrapper {
    margin: 70px auto 0;
    padding-top: 64px;
    padding-bottom: 78px;
    width: 1200px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 100px rgba(0,0,0,0.07);
}

.business-11-form {
    margin: 60px auto;
    width: 612px;
}
.business-11-form-field {
    margin-right: 60px;
    margin-bottom: 26px;
    width: 276px;
    float: left;
}
.business-11-field-name {
    margin-bottom: 10px;
    color: #333333;
    font-size: 16px;
}
.business-11-field-input {
    width: 276px;
    height: 44px;
    border-radius: 6px;
    border: 1px solid #DCDCDC;
}
.business-11-field-input input {
    margin-left: 10px;
    width: 250px;
    height: 44px;
    border: none;
    outline: none;
    font-size: 24px;
}
.business-11-field-text {
    padding: 5px 10px;
    height: 88px;
    border-radius: 6px;
    border: 1px solid #DCDCDC;
}
.business-11-field-text textarea {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    font-size: 24px;
}
.business-11-form-submit {
    margin: 20px 0;
    text-align: center;
}
.business-11-form-submit a {
    width: 265px;
    height: 66px;
    line-height: 66px;
    font-size: 18px;
    color: #FFF;
    display: inline-block;
    background: url(/wp-content/themes/huwa-pc/images/business-11-form-submit-btn.png) no-repeat;
}
.business-11-form-notice {
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.brand-progress-content {
    margin: 40px auto 0;
    width: 1200px;
    height: 360px;
    position: relative;
}
.swiper-container-process {
    margin: 0 auto;
    width: 1200px;
}

.process-item {
    margin: 30px 0;
    padding: 0 35px;
    width: 246px;
    height: 349px;
    text-align: center;
    background: url(/wp-content/themes/huwa-pc/images/brand-progress-2.png) no-repeat center center;
}
.process-item-date {
    padding-top: 30px;
    height: 132px;
    font-size: 24px;
    color: #999999;
}
.process-item-text {
    padding-top: 80px;
    height: 82px;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}
.process-item-date-top .process-item-date {
    padding-top: 112px;
    height: 50px;
}
.process-item-date-top .process-item-text {
    padding-top: 24px;
    height: 150px;
}
.swiper-container-process .swiper-slide-active .process-item {
    box-shadow: 0 0 30px rgba(0,0,0,0.07);
    background: url(/wp-content/themes/huwa-pc/images/brand-progress-1.png) #FFF no-repeat center center;
}
.swiper-container-process .swiper-slide-active .process-item-date {
    padding-top: 86px;
    height: 76px;
    font-size: 32px;
    color: #333333;
}
.swiper-container-process .swiper-slide-active .process-item-text {
    padding-top: 46px;
    height: 96px;
    font-size: 20px;
    color: #666666;
}
.brand-progress-content .swiper-button-next4,
.brand-progress-content .swiper-button-prev4 {
    width: 55px;
    height: 30px;
    top: 56px;
    outline: none;
}
.brand-progress-content .swiper-button-next4 {
    right: 22px;
    background: url(/wp-content/themes/huwa-pc/images/swiper-button-next4.jpg) no-repeat;
}
.brand-progress-content .swiper-button-prev4 {
    left: 22px;
    background: url(/wp-content/themes/huwa-pc/images/swiper-button-prev4.jpg) no-repeat;
}

.block-cooperate-content {
    margin-left: -600px;
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}
.brand-logo {
    border-radius: 50%;
    box-shadow: 20px 20px 100px rgba(100,100,100,0.2);
    position: absolute;
    transition-property: transform, top, left;
    transition-duration: 2s;
    transition-timing-function: ease-out;
}
.logo-animation {
    animation:mymove 5s infinite;
    -webkit-animation:mymove 5s infinite;
}
.brand-logo-1 {
    width: 184px;
    height: 184px;
    left: 100px;
    top: 150px;
    background: url(/wp-content/themes/huwa-pc/images/brand-1a.jpg) no-repeat;
    background-size: 100% 100%;
}
.brand-logo-2 {
    width: 88px;
    height: 88px;
    left: 366px;
    top: 326px;
    background: url(/wp-content/themes/huwa-pc/images/brand-2a.jpg) no-repeat no-repeat;
    background-size: 100% 100%;
}
.brand-logo-3 {
    width: 184px;
    height: 184px;
    left: 792px;
    top: 204px;
    background: url(/wp-content/themes/huwa-pc/images/brand-3a.jpg) no-repeat no-repeat;
    background-size: 100% 100%;
}
.brand-logo-4 {
    width: 130px;
    height: 130px;
    left: 910px;
    top: 476px;
    background: url(/wp-content/themes/huwa-pc/images/brand-4a.jpg) no-repeat no-repeat;
    background-size: 100% 100%;
}
.brand-logo-5 {
    width: 104px;
    height: 104px;
    left: 990px;
    top: 68px;
    background: url(/wp-content/themes/huwa-pc/images/brand-5a.jpg) no-repeat no-repeat;
    background-size: 100% 100%;
}
.brand-logo-6 {
    width: 132px;
    height: 132px;
    left: 1034px;
    top: 712px;
    background: url(/wp-content/themes/huwa-pc/images/brand-6a.jpg) no-repeat no-repeat;
    background-size: 100% 100%;
}
.brand-logo-7 {
    width: 158px;
    height: 158px;
    left: 534px;
    top: 788px;
    background: url(/wp-content/themes/huwa-pc/images/brand-7a.jpg) no-repeat no-repeat;
    background-size: 100% 100%;
}
.brand-logo-8 {
    width: 132px;
    height: 132px;
    left: 128px;
    top: 652px;
    background: url(/wp-content/themes/huwa-pc/images/brand-8a.jpg) no-repeat no-repeat;
    background-size: 100% 100%;
}

/*
.brand-logo-1.active {
    background: url(/wp-content/themes/huwa-pc/images/brand-1a.jpg) no-repeat;
    background-size: 100% 100%;
}
.brand-logo-2.active {
    background: url(/wp-content/themes/huwa-pc/images/brand-2a.jpg) no-repeat;
    background-size: 100% 100%;
}
.brand-logo-3.active {
    background: url(/wp-content/themes/huwa-pc/images/brand-3a.jpg) no-repeat;
    background-size: 100% 100%;
}
.brand-logo-4.active {
    background: url(/wp-content/themes/huwa-pc/images/brand-4a.jpg) no-repeat;
    background-size: 100% 100%;
}
.brand-logo-5.active {
    background: url(/wp-content/themes/huwa-pc/images/brand-5a.jpg) no-repeat;
    background-size: 100% 100%;
}
.brand-logo-6.active {
    background: url(/wp-content/themes/huwa-pc/images/brand-6a.jpg) no-repeat;
    background-size: 100% 100%;
}
.brand-logo-7.active {
    background: url(/wp-content/themes/huwa-pc/images/brand-7a.jpg) no-repeat;
    background-size: 100% 100%;
}
.brand-logo-8.active {
    background: url(/wp-content/themes/huwa-pc/images/brand-8a.jpg) no-repeat;
    background-size: 100% 100%;
}
*/

@keyframes mymove
{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}

@-webkit-keyframes mymove
{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}


.block-card {
    margin: 80px auto 0;
    width: 1200px;
    height: 176px;
}
.block-card img {
    margin: 0 8px;
    width: 180px;
    height: 127px;
}
.brand-s-cert {
    margin-top: 126px;
    width: 1200px;
}
.brand-s-cert img {
    width: 280px;
    margin-right: 22px;
    margin-bottom: 60px;
    box-shadow: 0 0 10px rgba(156, 156, 156, .3);
}
.brand-s-cert img.margin-right-none {
    margin-right: 0;
}
.screen-reader-text {
    display: none;
}

.select-list {
    background: #F7F7F7;
    border-radius: 15px;
    position: relative;
    top: 5px;
    display: none;
}
.select-list li {
    text-align: center;
    cursor: pointer;
}
.select-list li:hover {
    background: #DDDDDD;
}
.honor-img-list {
    padding-top: 20px;
}
.honor-img-list li {
    margin-top: 26px;
    margin-right: 32px;
    float: left;
}
.honor-img-list li:nth-child(4n) {
    margin-right: 0;
}
.honor-img-list li img {
    width: 260px;
    height: 185px;
}

.not-found {
    padding: 220px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.not-found a {
    color: #0d99d5;
}

.job-apply-box {
    margin-left: -200px;
    margin-top: -250px;
    width: 400px;
    height: 500px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(150, 150, 150, .7);
    position: fixed;
    top: 50%;
    left: 50%;
    background: #FFF;
    display: none;
}
.job-apply-box-wrapper {
    padding: 20px;
}
.job-apply-title {
    text-align: center;
    font-size: 18px;
    color: #333;
}
.job-apply-form-field-input.disabled, .job-apply-form-field-input.disabled input {
    background: #EFEFEF;
}
.job-apply-form-field-name {
    margin:20px 0 5px;
    font-size: 12px;
    color: #999;
}
.job-apply-form-field-input {
    padding: 0 10px;
    height: 44px;
    border-radius: 6px;
    border: 1px solid #DCDCDC;
}
.job-apply-form-field-input input {
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    font-size: 20px;
}

.job-apply-form-btn {
    margin-top: 40px;
    text-align: center;
}
.job-apply-form-btn a {
    padding: 15px 20px;
    background: #0693E2;
    font-size: 16px;
    color: #FFF;
    border-radius: 6px;
}

.job-apply-close {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 10px;
    background: #CCC;
    cursor: pointer;
    color: #FFF;
}
.job-apply-close:hover {
    background: #F55E4F;
}
.video-hide {
    margin: 100px auto;
    width: 1024px;
    display: block;
}
.video-play {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 416px;
    right: 294px;
    cursor: pointer;
}

.video-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .85);
}
.video-box-close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    text-align: center;
    cursor: pointer;
    color: #CCC;
    background-color: rgba(0, 0, 0, .9);
    position: absolute;
    top: 20px;
    right: 20px;
}

.video-play-btn {
    cursor: pointer;
}
<!--ºÄÊ±1759896180.8872Ãë-->