@charset "UTF-8";
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.01, 1.01, 1.01);
        transform: scale3d(1.01, 1.01, 1.01);
    }

    100% {
        -webkit-transform: scale3d(1.02, 1.02, 1.02);
        transform: scale3d(1.02, 1.02, 1.02);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.01, 1.01, 1.01);
        transform: scale3d(1.01, 1.01, 1.01);
    }

    100% {
        -webkit-transform: scale3d(1.02, 1.02, 1.02);
        transform: scale3d(1.02, 1.02, 1.02);
    }
}

/* 规则矩形 */
/* 背景图片 */
@keyframes img-hover {
    0% {
        background-size: cover;
    }

    2.5% {
        background-size: 100.125%;
    }

    5% {
        background-size: 100.25%;
    }

    7.5% {
        background-size: 100.375%;
    }

    10% {
        background-size: 100.5%;
    }

    12.5% {
        background-size: 100.625%;
    }

    15% {
        background-size: 100.75%;
    }

    17.5% {
        background-size: 100.875%;
    }

    20% {
        background-size: 101%;
    }

    22.5% {
        background-size: 101.125%;
    }

    25% {
        background-size: 101.25%;
    }

    27.5% {
        background-size: 101.375%;
    }

    30% {
        background-size: 101.5%;
    }

    32.5% {
        background-size: 101.625%;
    }

    35% {
        background-size: 101.75%;
    }

    37.5% {
        background-size: 101.875%;
    }

    40% {
        background-size: 102%;
    }

    42.5% {
        background-size: 102.125%;
    }

    45% {
        background-size: 102.25%;
    }

    47.5% {
        background-size: 102.375%;
    }

    50% {
        background-size: 102.5%;
    }

    52.5% {
        background-size: 102.625%;
    }

    55% {
        background-size: 102.75%;
    }

    57.5% {
        background-size: 102.875%;
    }

    60% {
        background-size: 103%;
    }

    62.5% {
        background-size: 103.125%;
    }

    65% {
        background-size: 103.25%;
    }

    67.5% {
        background-size: 103.375%;
    }

    70% {
        background-size: 103.5%;
    }

    72.5% {
        background-size: 103.625%;
    }

    75% {
        background-size: 103.75%;
    }

    77.5% {
        background-size: 103.875%;
    }

    80% {
        background-size: 104%;
    }

    82.5% {
        background-size: 104.125%;
    }

    85% {
        background-size: 104.25%;
    }

    87.5% {
        background-size: 104.375%;
    }

    90% {
        background-size: 104.5%;
    }

    92.5% {
        background-size: 104.625%;
    }

    95% {
        background-size: 104.75%;
    }

    97.5% {
        background-size: 104.875%;
    }

    100% {
        background-size: 105%;
    }
}

@-moz-keyframes img-hover

/* Firefox */
    {
    0% {
        background-size: cover;
    }

    2.5% {
        background-size: 100.125%;
    }

    5% {
        background-size: 100.25%;
    }

    7.5% {
        background-size: 100.375%;
    }

    10% {
        background-size: 100.5%;
    }

    12.5% {
        background-size: 100.625%;
    }

    15% {
        background-size: 100.75%;
    }

    17.5% {
        background-size: 100.875%;
    }

    20% {
        background-size: 101%;
    }

    22.5% {
        background-size: 101.125%;
    }

    25% {
        background-size: 101.25%;
    }

    27.5% {
        background-size: 101.375%;
    }

    30% {
        background-size: 101.5%;
    }

    32.5% {
        background-size: 101.625%;
    }

    35% {
        background-size: 101.75%;
    }

    37.5% {
        background-size: 101.875%;
    }

    40% {
        background-size: 102%;
    }

    42.5% {
        background-size: 102.125%;
    }

    45% {
        background-size: 102.25%;
    }

    47.5% {
        background-size: 102.375%;
    }

    50% {
        background-size: 102.5%;
    }

    52.5% {
        background-size: 102.625%;
    }

    55% {
        background-size: 102.75%;
    }

    57.5% {
        background-size: 102.875%;
    }

    60% {
        background-size: 103%;
    }

    62.5% {
        background-size: 103.125%;
    }

    65% {
        background-size: 103.25%;
    }

    67.5% {
        background-size: 103.375%;
    }

    70% {
        background-size: 103.5%;
    }

    72.5% {
        background-size: 103.625%;
    }

    75% {
        background-size: 103.75%;
    }

    77.5% {
        background-size: 103.875%;
    }

    80% {
        background-size: 104%;
    }

    82.5% {
        background-size: 104.125%;
    }

    85% {
        background-size: 104.25%;
    }

    87.5% {
        background-size: 104.375%;
    }

    90% {
        background-size: 104.5%;
    }

    92.5% {
        background-size: 104.625%;
    }

    95% {
        background-size: 104.75%;
    }

    97.5% {
        background-size: 104.875%;
    }

    100% {
        background-size: 105%;
    }
}

@-webkit-keyframes img-hover

/* Safari 和 Chrome */
    {
    0% {
        background-size: cover;
    }

    2.5% {
        background-size: 100.125%;
    }

    5% {
        background-size: 100.25%;
    }

    7.5% {
        background-size: 100.375%;
    }

    10% {
        background-size: 100.5%;
    }

    12.5% {
        background-size: 100.625%;
    }

    15% {
        background-size: 100.75%;
    }

    17.5% {
        background-size: 100.875%;
    }

    20% {
        background-size: 101%;
    }

    22.5% {
        background-size: 101.125%;
    }

    25% {
        background-size: 101.25%;
    }

    27.5% {
        background-size: 101.375%;
    }

    30% {
        background-size: 101.5%;
    }

    32.5% {
        background-size: 101.625%;
    }

    35% {
        background-size: 101.75%;
    }

    37.5% {
        background-size: 101.875%;
    }

    40% {
        background-size: 102%;
    }

    42.5% {
        background-size: 102.125%;
    }

    45% {
        background-size: 102.25%;
    }

    47.5% {
        background-size: 102.375%;
    }

    50% {
        background-size: 102.5%;
    }

    52.5% {
        background-size: 102.625%;
    }

    55% {
        background-size: 102.75%;
    }

    57.5% {
        background-size: 102.875%;
    }

    60% {
        background-size: 103%;
    }

    62.5% {
        background-size: 103.125%;
    }

    65% {
        background-size: 103.25%;
    }

    67.5% {
        background-size: 103.375%;
    }

    70% {
        background-size: 103.5%;
    }

    72.5% {
        background-size: 103.625%;
    }

    75% {
        background-size: 103.75%;
    }

    77.5% {
        background-size: 103.875%;
    }

    80% {
        background-size: 104%;
    }

    82.5% {
        background-size: 104.125%;
    }

    85% {
        background-size: 104.25%;
    }

    87.5% {
        background-size: 104.375%;
    }

    90% {
        background-size: 104.5%;
    }

    92.5% {
        background-size: 104.625%;
    }

    95% {
        background-size: 104.75%;
    }

    97.5% {
        background-size: 104.875%;
    }

    100% {
        background-size: 105%;
    }
}

@-o-keyframes img-hover

/* Opera */
    {
    0% {
        background-size: cover;
    }

    2.5% {
        background-size: 100.125%;
    }

    5% {
        background-size: 100.25%;
    }

    7.5% {
        background-size: 100.375%;
    }

    10% {
        background-size: 100.5%;
    }

    12.5% {
        background-size: 100.625%;
    }

    15% {
        background-size: 100.75%;
    }

    17.5% {
        background-size: 100.875%;
    }

    20% {
        background-size: 101%;
    }

    22.5% {
        background-size: 101.125%;
    }

    25% {
        background-size: 101.25%;
    }

    27.5% {
        background-size: 101.375%;
    }

    30% {
        background-size: 101.5%;
    }

    32.5% {
        background-size: 101.625%;
    }

    35% {
        background-size: 101.75%;
    }

    37.5% {
        background-size: 101.875%;
    }

    40% {
        background-size: 102%;
    }

    42.5% {
        background-size: 102.125%;
    }

    45% {
        background-size: 102.25%;
    }

    47.5% {
        background-size: 102.375%;
    }

    50% {
        background-size: 102.5%;
    }

    52.5% {
        background-size: 102.625%;
    }

    55% {
        background-size: 102.75%;
    }

    57.5% {
        background-size: 102.875%;
    }

    60% {
        background-size: 103%;
    }

    62.5% {
        background-size: 103.125%;
    }

    65% {
        background-size: 103.25%;
    }

    67.5% {
        background-size: 103.375%;
    }

    70% {
        background-size: 103.5%;
    }

    72.5% {
        background-size: 103.625%;
    }

    75% {
        background-size: 103.75%;
    }

    77.5% {
        background-size: 103.875%;
    }

    80% {
        background-size: 104%;
    }

    82.5% {
        background-size: 104.125%;
    }

    85% {
        background-size: 104.25%;
    }

    87.5% {
        background-size: 104.375%;
    }

    90% {
        background-size: 104.5%;
    }

    92.5% {
        background-size: 104.625%;
    }

    95% {
        background-size: 104.75%;
    }

    97.5% {
        background-size: 104.875%;
    }

    100% {
        background-size: 105%;
    }
}

html,
body,
ul,
li,
ol,
li,
ul,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    min-width: 1310px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    background-color: #fff;
    color: #333;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

.hy-web-width {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.hy-index .hy-model-title {
    text-align: center;
    padding-bottom: 40px;
}

.hy-index .hy-model-title h1 {
    font-size: 26px;
    font-weight: normal;
    color: #333;
}

.hy-index .hy-model-title h2 {
    font-size: 14px;
    color: #999999;
    position: relative;
}

.hy-index .hy-model-title h2:before {
    position: absolute;
    display: inline-block;
    content: '';
    height: 2px;
    width: 30px;
    background: #d0af60;
    bottom: -10px;
    left: 50%;
    margin-left: -15px;
}

.hy-index .hy-banner {
    height: 440px;
    background-position: center;
    background-repeat: no-repeat;
}

.hy-index .hy-advantage {
    margin: 25px auto;
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.hy-index .hy-advantage .hy-advantage-line {
    border-right: 1px solid #dddddd;
}

.hy-index .hy-advantage .hy-item {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.hy-index .hy-advantage .hy-item .hy-img {
    width: 65px;
    height: 65px;
    background-position: center;
    background-repeat: no-repeat;
}

.hy-index .hy-advantage .hy-item .hy-info {
    margin-left: 20px;
    text-align: left;
    width: 170px;
}

.hy-index .hy-advantage .hy-item .hy-info .hy-title {
    font-size: 16px;
    color: #333;
}

.hy-index .hy-advantage .hy-item .hy-info .hy-describe {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.hy-index .hy-push {
    background: #f8f8f8;
    padding: 40px 0;
}

.hy-index .hy-push .hy-push-info .hy-row {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.hy-index .hy-push .hy-push-info .hy-row .hy-item {
    width: 240px;
    height: 280px;
    background: white;
    border-radius: 5px;
    overflow: hidden;
}

.hy-index .hy-push .hy-push-info .hy-row .hy-item:nth-child(1) .hy-img {
    background: url("../../images/wzhw/5_1.png") no-repeat center;
    background-color: #cccccc;
}

.hy-index .hy-push .hy-push-info .hy-row .hy-item:nth-child(2) .hy-img {
    background: url("../../images/wzhw/6_1.png") no-repeat center;
    background-color: #cccccc;
}

.hy-index .hy-push .hy-push-info .hy-row .hy-item:nth-child(3) .hy-img {
    background: url("../../images/wzhw/7_1.png") no-repeat center;
    background-color: #cccccc;
}

.hy-index .hy-push .hy-push-info .hy-row .hy-item:nth-child(4) .hy-img {
    background: url("../../images/wzhw/8_1.png") no-repeat center;
    background-color: #cccccc;
}

.hy-index .hy-push .hy-push-info .hy-row .hy-item .hy-img {
    height: 120px;
    line-height: 120px;
    font-size: 20px;
    color: white;
}

.hy-index .hy-push .hy-push-info .hy-row .hy-item:hover {
    box-shadow: 0 3px 5px rgba(204, 204, 204, 0.35);
}

.hy-index .hy-push .hy-push-info .hy-row .hy-item:hover:nth-child(1) .hy-img {
    background: url("../../images/wzhw/5s.png") no-repeat center;
    background-color: #343e83;
}

.hy-index .hy-push .hy-push-info .hy-row .hy-item:hover:nth-child(2) .hy-img {
    background: url("../../images/wzhw/6s.png") no-repeat center;
    background-color: #343e83;
}

.hy-index .hy-push .hy-push-info .hy-row .hy-item:hover:nth-child(3) .hy-img {
    background: url("../../images/wzhw/7s.png") no-repeat center;
    background-color: #343e83;
}

.hy-index .hy-push .hy-push-info .hy-row .hy-item:hover:nth-child(4) .hy-img {
    background: url("../../images/wzhw/8s.png") no-repeat center;
    background-color: #343e83;
}

.hy-index .hy-push .hy-push-info .hy-row .hy-item .hy-info p {
    font-size: 16px;
    color: #333;
    margin: 20px 0;
    line-height: 1.9;
}

.hy-index .hy-push .hy-push-info .hy-row .hy-item .hy-info .hy-btn {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #d0af60;
    font-size: 16px;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}

.hy-index .hy-push .hy-push-info .hy-row .hy-item .hy-info .hy-btn:hover {
    background: #ce3434;
}

.hy-index .hy-server {
    margin: 40px auto;
}

.hy-index .hy-server .hy-server-info {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    height: 355px;
}

.hy-index .hy-server .hy-server-info .hy-server-l {
    width: 280px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.hy-index .hy-server .hy-server-info .hy-server-l:hover {
    box-shadow: 0 3px 5px rgba(204, 204, 204, 0.35);
}

.hy-index .hy-server .hy-server-info .hy-server-l:hover .hy-img {
    animation: img-hover 0.15s;
    -moz-animation: img-hover 0.15s;
    /* Firefox */
    -webkit-animation: img-hover 0.15s;
    /* Safari 和 Chrome */
    -o-animation: img-hover 0.15s;
    /* Opera */
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

.hy-index .hy-server .hy-server-info .hy-server-l .hy-img {
    height: 281px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s;
}

.hy-index .hy-server .hy-server-info .hy-server-l .hy-title {
    font-size: 16px;
    color: #333;
    margin: 0 20px;
    margin-top: 13px;
    text-align: left;
}

.hy-index .hy-server .hy-server-info .hy-server-l .hy-describe {
    margin: 0 20px;
    margin-top: 2px;
    font-size: 14px;
    color: #666666;
    text-align: left;
}

.hy-index .hy-server .hy-server-info .hy-server-r {
    width: calc(100% - 295px);
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
}

.hy-index .hy-server .hy-server-info .hy-server-r .hy-row {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    flex-wrap: nowrap;
}

.hy-index .hy-server .hy-server-info .hy-server-r .hy-row .hy-item {
    width: 280px;
    height: 170px;
    background: #f5f5f5;
    transition: all .2s;
    border-bottom: 1px solid #e5e5e5;
}

.hy-index .hy-server .hy-server-info .hy-server-r .hy-row .hy-item:hover {
    box-shadow: 0 1px 5px rgba(204, 204, 204, 0.35);
}

.hy-index .hy-server .hy-server-info .hy-server-r .hy-row .hy-item:hover .hy-img {
    animation: img-hover 0.15s;
    -moz-animation: img-hover 0.15s;
    /* Firefox */
    -webkit-animation: img-hover 0.15s;
    /* Safari 和 Chrome */
    -o-animation: img-hover 0.15s;
    /* Opera */
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

.hy-index .hy-server .hy-server-info .hy-server-r .hy-row .hy-item .hy-img {
    transition: all .2s;
    height: 100px;
}

.hy-index .hy-server .hy-server-info .hy-server-r .hy-row .hy-item .hy-title {
    font-size: 16px;
    color: #333;
    margin: 0 20px;
    margin-top: 13px;
    text-align: left;
}

.hy-index .hy-server .hy-server-info .hy-server-r .hy-row .hy-item .hy-describe {
    margin: 0 20px;
    margin-top: 2px;
    font-size: 14px;
    color: #666666;
    text-align: left;
}

.hy-index .hy-special {
    margin: 40px auto;
}

.hy-index .hy-special .hy-special-info {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.hy-index .hy-special .hy-special-info .hy-special-l {
    width: 280px;
    height: 355px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: white;
    padding: 20px;
}

.hy-index .hy-special .hy-special-info .hy-special-l:hover {
    box-shadow: 0 2px 5px rgba(204, 204, 204, 0.35);
}

.hy-index .hy-special .hy-special-info .hy-special-l .hy-title {
    font-size: 16px;
    color: #333;
    text-align: left;
}

.hy-index .hy-special .hy-special-info .hy-special-l .hy-describe {
    height: 55px;
    margin-top: 5px;
    font-size: 14px;
    color: #666666;
    text-align: left;
}

.hy-index .hy-special .hy-special-info .hy-special-l .hy-btn {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    background: #d0af60;
    border-radius: 3px;
}

.hy-index .hy-special .hy-special-info .hy-special-l .hy-btn:hover {
    background: #ce3434;
}

.hy-index .hy-special .hy-special-info .hy-special-r {
    width: calc(100% - 295px);
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
    height: 355px;
}

.hy-index .hy-special .hy-special-info .hy-special-r .hy-row {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    flex-wrap: nowrap;
}

.hy-index .hy-special .hy-special-info .hy-special-r .hy-row .hy-item {
    width: 280px;
    height: 170px;
    transition: all .2s;
    border: 1px solid #e5e5e5;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
}

.hy-index .hy-special .hy-special-info .hy-special-r .hy-row .hy-item:hover {
    box-shadow: 0 2px 5px rgba(204, 204, 204, 0.7);
}

.hy-index .hy-special .hy-special-info .hy-special-r .hy-row .hy-item .hy-title {
    font-size: 16px;
    color: #333;
    text-align: left;
}

.hy-index .hy-special .hy-special-info .hy-special-r .hy-row .hy-item .hy-describe {
    height: 55px;
    margin-top: 5px;
    font-size: 14px;
    color: #666666;
    text-align: left;
}

.hy-index .hy-special .hy-special-info .hy-special-r .hy-row .hy-item .hy-btn {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    background: #d0af60;
    border-radius: 3px;
}

.hy-index .hy-special .hy-special-info .hy-special-r .hy-row .hy-item .hy-btn:hover {
    background: #ce3434;
}

.hy-index .hy-contact {
    padding: 40px 0;
    background: #f8f8f8;
}

.hy-index .hy-contact .hy-contact-info {
    min-height: 210px;
    background: url("../../images/wzhw/34.png") no-repeat center;
    background-size: cover;
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    flex-wrap: nowrap;
    padding: 20px 40px;
    box-sizing: border-box;
}

.hy-index .hy-contact .hy-contact-info .hy-item {
    width: 460px;
}

.hy-index .hy-contact .hy-contact-info .hy-item .hy-person {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
}

.hy-index .hy-contact .hy-contact-info .hy-item .hy-person .hy-img {
    width: 125px;
    height: 124px;
    line-height: 124px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

.hy-index .hy-contact .hy-contact-info .hy-item .hy-person .hy-person-info {
    margin-left: 55px;
    text-align: left;
}

.hy-index .hy-contact .hy-contact-info .hy-item .hy-person .hy-person-info .hy-name {
    font-size: 24px;
}

.hy-index .hy-contact .hy-contact-info .hy-item .hy-person .hy-person-info .hy-part {
    margin: 5px 0 8px;
    font-size: 16px;
    color: #666666;
}

.hy-index .hy-contact .hy-contact-info .hy-item .hy-person .hy-person-info .hy-btn {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    background: #d0af60;
    border-radius: 3px;
}

.hy-index .hy-contact .hy-contact-info .hy-item .hy-person .hy-person-info .hy-btn:hover {
    background: #cc3636;
}

.hy-index .hy-contact .hy-contact-info .hy-item .hy-describe {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    text-align: left;
    margin-top: 25px;
}

.hy-index .hy-about {
    margin: 40px auto;
}

.hy-index .hy-about .hy-about-info {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    text-align: left;
    height: 400px;
    padding: 40px;
    padding-left: 390px;
    box-sizing: border-box;
    background: url(../../images/wzhw/32.jpg) no-repeat left center;
    border: 1px solid #dddddd;
    border-left: none;
}

.hy-index .hy-about .hy-about-info p {
    font-size: 14px;
    color: #333;
    text-indent: 2em;
    line-height: 1.8;
}

.hy-index .hy-about .hy-about-info p .hy-more {
    display: inline-block;
    width: 55px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
    background: #d0af60;
    border-radius: 3px;
    text-indent: 0;
    margin-left: 10px;
}

.hy-index .hy-about .hy-about-info p .hy-more:hover {
    opacity: 0.9;
}

.hy-index .hy-friend {
    margin: 40px auto;
}

.hy-index .hy-friend .hy-friend-info {
    position: relative;
}

.hy-index .hy-friend .hy-friend-info .hy-friend-text {
    background: #f7f7f7;
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    flex-wrap: nowrap;
    align-items: center;
    text-align: left;
    height: 160px;
    padding: 40px;
    box-sizing: border-box;
    transition: all .2s;
}

.hy-index .hy-friend .hy-friend-info .hy-friend-text .hy-point {
    position: absolute;
    top: 159px;
    left: 195px;
    width: 0;
    height: 0;
    border-top: 15px solid #f7f7f7;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.hy-index .hy-friend .hy-friend-info .hy-friend-text .hy-friend-person {
    width: 300px;
}

.hy-index .hy-friend .hy-friend-info .hy-friend-text .hy-friend-person .hy-img {
    position: absolute;
    top: -65px;
    left: 75px;
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

.hy-index .hy-friend .hy-friend-info .hy-friend-text .hy-friend-person .hy-name {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 65px;
}

.hy-index .hy-friend .hy-friend-info .hy-friend-text .hy-describe {
    font-size: 16px;
    color: #333;
    line-height: 2.5;
    width: 1400px;
}

.hy-index .hy-friend .hy-friend-info .hy-friend-logo {
    margin-top: 50px;
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    justify-content: space-around;
}

.hy-index .hy-friend .hy-friend-info .hy-friend-logo .hy-item {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all .2s;
    cursor: pointer;
}

.hy-index .hy-friend .hy-friend-info .hy-friend-logo .hy-item:hover {
    border: 1px solid #343e83;
}

.hy-index .hy-friend .hy-friend-info .hy-friend-logo .hy-item.active {
    border: 1px solid #343e83;
}

.hy-index .hy-customer {
    margin: 40px auto;
}

.hy-index .hy-customer .hy-type-choose {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    justify-content: center;
    margin-bottom: 40px;
    transition: all .2s;
}

.hy-index .hy-customer .hy-type-choose .hy-item {
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #eeeeee;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
}

.hy-index .hy-customer .hy-type-choose .hy-item:hover {
    color: white;
    background: #d0af60;
}

.hy-index .hy-customer .hy-type-choose .hy-item.active {
    color: white;
    background: #d0af60;
}

.hy-index .hy-customer .hy-logos {
    transition: all 1s;
}

.hy-index .hy-customer .hy-logos .hy-row {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    justify-content: space-around;
}

.hy-index .hy-customer .hy-logos .hy-row .hy-item {
    margin-bottom: 10px;
}

.hy-index .hy-customer .hy-logos .hy-row .hy-item:hover .hy-img {
    box-shadow: 0 3px 5px rgba(204, 204, 204, 0.35);
}

.hy-index .hy-customer .hy-logos .hy-row .hy-item:hover .hy-describe {
    color: #d0af60;
}

.hy-index .hy-customer .hy-logos .hy-row .hy-item .hy-img {
    width: 200px;
    height: 75px;
    background-repeat: no-repeat;
    background-position: center;
}

.hy-index .hy-customer .hy-logos .hy-row .hy-item .hy-describe {
    margin-top: 13px;
    font-size: 14px;
    color: #333;
}

.hy-index .hy-link {
    background: #6d6d6d;
}

.hy-index .hy-link .hy-link-info .hy-title {
    font-size: 18px;
    color: #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    padding: 12px 0;
}

.hy-index .hy-link .hy-link-info .hy-row {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    padding: 12px 0;
}

.hy-index .hy-link .hy-link-info .hy-row .hy-item {
    font-size: 14px;
    color: #e5e5e5;
    cursor: pointer;
}

.hy-index .hy-link .hy-link-info .hy-row .hy-item:hover {
    color: #d0af60;
}

.hy-index .hy-link .hy-link-info .hy-row .hy-link-space {
    margin: 0 12px;
    font-size: 14px;
    color: #e5e5e5;
}

/*# sourceMappingURL=index.css.map */
