@charset "UTF-8";
/* 公共部分 */
@font-face { font-family:'AkzidenzGrotesk-BoldCondAlt'; src:url('/assets/addons/cms/hzcyw/bannerfonts/AkzidenzGrotesk-BoldCondAlt.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face { font-family:'Gotham-Bold';src:url('/assets/addons/cms/hzcyw/bannerfonts/Gotham-Bold.woff') format('woff');font-weight: normal; font-style: normal;}
@font-face { font-family:'Gotham-Book'; src:url('/assets/addons/cms/hzcyw/bannerfonts/Gotham-Book.woff') format('woff');font-weight: normal; font-style: normal;}
@font-face { font-family:'gotham-medium'; src:url('/assets/addons/cms/hzcyw/bannerfonts/gotham-medium.woff') format('woff');font-weight: normal; font-style: normal;}

body {
    font-family: '微软雅黑';
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    margin: 0 auto;
}

input,
textarea,
button {
    padding: 0;
    font-family: Verdana, Arial;
}

img {
    border: 0;
}

input[type=submit],
input[type=text],
button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
}

input:focus,
textarea:focus,
button:focus,
input:active {
    outline-color: transparent;
    border: 0;
}

input,
select,
textarea {
    vertical-align: middle;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

li {
    list-style-type: none;
}

/* 头部导航 */
.dropdown.open .dropdown-menu {
    top: 84px;
}

/*header头部*/
header {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
    -webkit-transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
    -moz-transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
}

header.active {
    transform: translateY(-130%);
    -webkit-transform: translateY(-130%);
    -moz-transform: translateY(-130%);
}

@media (max-width:991px) {
    header {
        display: none;
    }
}

.header-inner {
    padding: 0 4.5%;
}

header .logo {
    float: left;
    padding-top: 40px;
}

header .right-side {
    float: right;
}

header nav,
.header-phone-number {
    float: left;
}

header nav li {
    position: relative;
    float: left;
    margin-left: 48px;
}

header nav li a {
    font-size: 14px;
    color: #fff;
    line-height: 128px;
}

/* header nav li a:after {
    content: '';
    bottom: 40px;
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all .4s;
} */
.dropdown-ul .dropdown-menu{
    width: 130px;
    min-width: 100%;
}
nav ul li.dropdown-ul:hover > ul.dropdown-menu {
    display: block;
    top: 65%;
}
.dropdown-ul .dropdown-menu li {
    margin: 0;
    width: 100%;
    text-align: center;
}
.dropdown-ul .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

header nav li.on a:after,
header nav li a:hover:after {
    width: 100%;
}

.header-phone-number {
    margin-left: 70px;
    font: normal 15px/128px 'gotham-medium';
    color: #fff;
}

@media (max-width:1175px) {
    .header-phone-number {
        display: none;
    }
}

/*total-nav*/
a.head-fonts {
    font-size: 15px;
}
.navBar {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 50%;
    width: 95px;
    height: 200px;
    margin-top: -100px;
    background-color: #222;
    cursor: pointer;
    overflow: hidden;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
}

.navBar.visble {
    transform: translateX(-95px);
    -webkit-transform: translateX(-95px);
    -moz-transform: translateX(-95px);
}

.navBar.show {
    background-color: #0daee1;
}

.navBar.show.black {
    transform: translateX(-95px);
    -webkit-transform: translateX(-95px);
    -moz-transform: translateX(-95px);
}

.navBar.Bom {
    top: 70%;
    background-color: #fff;
}

.navBar .bar-logo {
    position: absolute;
    right: 25px;
    top: 28px;
    width: 44px;
    height: 44px
}

.navBar .bar-logo img:last-child {
    display: none
}

.navBar .bar-menu {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 95px;
    height: 95px;
    cursor: pointer;
}

.navBar .bar-menu i,
.fixed-menu .close-bar i {
    position: absolute;
    left: 37px;
    display: block;
    width: 22px;
    height: 2px;
    overflow: hidden;
}

.fixed-menu .close-bar i {
    width: 35px;
}

.navBar .bar-menu i.bar-left,
.navBar .bar-menu i.bar-right {
    background: transparent;
}

.navBar .bar-menu i.bar-top {
    bottom: 56px;
}

.navBar .bar-menu i.bar-cen {
    bottom: 49px;
}

.navBar .bar-menu i.bar-bom {
    bottom: 42px;
    width: 12px;
}

.navBar .bar-menu i.bar-left,
.fixed-menu .close-bar i.bar-left {
    bottom: 49px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.navBar .bar-menu i.bar-right,
.fixed-menu .close-bar i.bar-right {
    bottom: 49px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.navBar .bar-menu i span,
.fixed-menu .close-bar i span {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transform-origin: center right;
    transform: scaleX(0);
}

.navBar .bar-menu i.bar-left span,
.navBar .bar-menu i.bar-right span,
.fixed-menu.active .close-bar span {
    transform: scaleX(1);
}

.navBar.show .bar-menu i.bar-top span,
.navBar.show .bar-menu i.bar-cen span,
.navBar.show .bar-menu i.bar-bom span {
    transform: scaleX(1);
}

.navBar.show .bar-menu i.bar-left span,
.navBar.show .bar-menu i.bar-right span {
    transform: scaleX(0);
}

/* .body-bg{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: -2; visibility: hidden; opacity: 0;
    background-color: rgba(0,0,0,0.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
    transition: all 0.4s cubic-bezier(0.63, 0.1, 0.08, 1.01) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.63, 0.1, 0.08, 1.01) 0s;
    -moz-transition: all 0.4s cubic-bezier(0.63, 0.1, 0.08, 1.01) 0s;
}
.body-bg.active{ visibility: visible; opacity: 1; z-index: 997;} */

.fixed-menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 998;
    transform: translateX(-560px);
    -webkit-transform: translateX(-560px);
    -moz-transform: translateX(-560px);
    transition: all .3s cubic-bezier(0.66, 0.53, 0.65, 1) 0s;
    -webkit-transition: all .3s cubic-bezier(0.66, 0.53, 0.65, 1) 0s;
    -moz-transition: all .3s cubic-bezier(0.66, 0.53, 0.65, 1) 0s;
}

.fixed-menu.active {
    transform: matrix(1, 0, 0, 1, 0, 0);
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transition: all .8s cubic-bezier(0.3, 0.8, 0.3, 1) 0.3s;
    -webkit-transition: all .8s cubic-bezier(0.3, 0.8, 0.3, 1) 0.3s;
    -moz-transition: all .8s cubic-bezier(0.3, 0.8, 0.3, 1) 0.3s;
}

.fixed-menu.on {
    transform: translateX(-550px);
    -webkit-transform: translateX(-550px);
    -moz-transform: translateX(-550px);
}

.fixed-menu .close-bar {
    display: none;
}

.fixed-menu .sub-menu-phone {
    position: absolute;
    left: 0;
    top: 0;
    width: 560px;
    height: 100%;
    background-color: #222;
    padding: 120px 30px 0 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all .5s cubic-bezier(0.66, 0.53, 0.65, 1) .1s;
    -webkit-transition: all .5s cubic-bezier(0.66, 0.53, 0.65, 1) .1s;
    -moz-transition: all .5s cubic-bezier(0.66, 0.53, 0.65, 1) .1s;
}

.fixed-menu .sub-menu-phone ul {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.fixed-menu .sub-menu-phone ul li {
    display: table;
    width: 100%;
    position: relative;
}

.fixed-menu .sub-menu-phone ul li a {
    float: right;
    overflow: hidden;
    display: block;
    width: 330px;
    height: 56px;
    line-height: 55px;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transition: all 0s ease-in-out 0.3s;
    -webkit-transition: all 0s ease-in-out 0.3s;
    -moz-transition: all 0s ease-in-out 0.3s
}

.fixed-menu .sub-menu-phone ul li:nth-of-type(1) a {
    transition: all 0.3s ease-in-out 0.8s;
    -webkit-transition: all 0.3s ease-in-out 0.8s;
    -moz-transition: all 0.3s ease-in-out 0.8s;
}

.fixed-menu .sub-menu-phone ul li:nth-of-type(2) a {
    transition: all 0.3s ease-in-out 0.9s;
    -webkit-transition: all 0.3s ease-in-out 0.9s;
    -moz-transition: all 0.3s ease-in-out 0.9s;
}

.fixed-menu .sub-menu-phone ul li:nth-of-type(3) a {
    transition: all 0.3s ease-in-out 1s;
    -webkit-transition: all 0.3s ease-in-out 1s;
    -moz-transition: all 0.3s ease-in-out 1s;
}

.fixed-menu .sub-menu-phone ul li:nth-of-type(4) a {
    transition: all 0.3s ease-in-out 1.1s;
    -webkit-transition: all 0.3s ease-in-out 1.1s;
    -moz-transition: all 0.3s ease-in-out 1.1s;
}

.fixed-menu .sub-menu-phone ul li:nth-of-type(5) a {
    transition: all 0.3s ease-in-out 1.2s;
    -webkit-transition: all 0.3s ease-in-out 1.2s;
    -moz-transition: all 0.3s ease-in-out 1.2s;
}

.fixed-menu .sub-menu-phone ul li:nth-of-type(6) a {
    transition: all 0.3s ease-in-out 1.3s;
    -webkit-transition: all 0.3s ease-in-out 1.3s;
    -moz-transition: all 0.3s ease-in-out 1.3s;
}

.fixed-menu .sub-menu-phone ul li:nth-of-type(7) a {
    transition: all 0.3s ease-in-out 1.4s;
    -webkit-transition: all 0.3s ease-in-out 1.4s;
    -moz-transition: all 0.3s ease-in-out 1.4s;
}

.fixed-menu .sub-menu-phone.active ul li a {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
}

.fixed-menu .sub-menu-phone ul li a:after {
    display: none;
    width: 0px;
    height: 1px;
    background-color: #575857;
    position: absolute;
    content: '';
    left: 0px;
    top: 28px;
}

.fixed-menu .sub-menu-phone ul li a font {
    display: block;
    width: 0px;
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 0;
    overflow: hidden;
}

.fixed-menu .sub-menu-phone ul li a small {
    font-family: 'gotham-medium';
    font-size: 32px;
    color: #999;
    text-transform: capitalize;
    position: absolute;
    left: 0;
    line-height: 64px;
}

.fixed-menu .sub-menu-phone ul li a:after,
.fixed-menu .sub-menu-phone ul li a font,
.fixed-menu .sub-menu-phone ul li a small {
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
}

.fixed-menu .sub-menu-phone ul li.on font,
.fixed-menu .sub-menu-phone ul li a:hover font {
    width: 60%;
}

.fixed-menu .sub-menu-phone ul li.on small,
.fixed-menu .sub-menu-phone ul li a:hover small {
    opacity: 0;
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
}

.fixed-menu .sub-menu-phone ul li.on a:after,
.fixed-menu .sub-menu-phone ul li a:hover:after {
    width: 40px;
}

.fixed-menu .sub-menu-phone .phone-wrap {
    position: absolute;
    left: 200px;
    bottom: 70px;
}

.fixed-menu .sub-menu-phone .phone-wrap .label {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    opacity: .5;
}

.fixed-menu .sub-menu-phone .phone-wrap .phone {
    font: 18px/1.5 'Gotham-Book';
    color: #fff;
}

@media (max-width:1400px) {
    .navBar {
        width: 60px;
        height: 170px;
    }
    .navBar .bar-logo {
        right: 14px;
        width: 35px;
        height: 35px;
    }
    .navBar .bar-logo img:first-child {
        max-width: 100%;
    }
    .navBar .bar-menu {
        width: 60px;
        height: 70px;
    }
    .navBar .bar-menu i {
        left: 18px;
    }
    .navBar .bar-menu i.bar-top {
        bottom: 44px;
    }
    .navBar .bar-menu i.bar-cen {
        bottom: 37px;
    }
    .navBar .bar-menu i.bar-bom {
        bottom: 30px;
    }
    .navBar .bar-menu i.bar-left,
    .fixed-menu .close-bar i.bar-left,
    .navBar .bar-menu i.bar-right,
    .fixed-menu .close-bar i.bar-right {
        bottom: 37px;
    }
    .fixed-menu .sub-menu-phone {
        padding: 0 30px;
    }
    .fixed-menu .sub-menu-phone ul li a font {
        font-size: 26px;
    }
    .fixed-menu .sub-menu-phone ul li a small {
        font-size: 28px;
    }
}

@media (max-width:991px) {
    .navBar {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        top: 0;
        margin-top: auto;
        width: 100%;
        height: 60px;
        background-color: #fff;
    }
    .navBar.show {
        background: #fff;
    }
    .navBar.visble {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
    }
}

@media (max-width:991px) {
    .navBar .bar-logo {
        top: 13px;
        left: 4.5%;
        width: auto;
        height: 34px;
    }
    .navBar .bar-logo img:first-child {
        display: none
    }
    .navBar .bar-logo img:last-child {
        display: block;
        width: auto;
        height: 100%;
    }
    .navBar .bar-menu {
        z-index: 1001;
        position: fixed;
        right: 4.5%;
        width: 60px;
        height: 60px;
    }
    .navBar .bar-menu i span {
        background: #333;
    }
    .navBar .bar-menu.active i span {
        background: #fff;
    }
    .navBar .bar-menu i.bar-top {
        bottom: 35px;
    }
    .navBar .bar-menu i.bar-cen,
    .navBar .bar-menu i.bar-left,
    .navBar .bar-menu i.bar-right {
        bottom: 30px;
    }
    .navBar .bar-menu i.bar-bom {
        bottom: 25px;
        width: 22px;
    }
    .fixed-menu {
        z-index: 999;
        left: auto;
        right: 0;
        width: 80%;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
    }
    .fixed-menu .close-bar {
        z-index: 1001;
        position: fixed;
        top: 10px;
        right: 10px;
        display: block;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }
    .fixed-menu .close-bar i.bar-right,
    .fixed-menu .close-bar i.bar-left {
        left: 15px;
        bottom: 30px;
    }
    .fixed-menu .sub-menu-phone {
        left: auto;
        right: 0;
        width: 100%;
    }
    .fixed-menu .sub-menu-phone ul {
        top: 45%;
        width: 100%;
        padding: 0 30px;
    }
    .fixed-menu .sub-menu-phone .phone-wrap {
        left: auto;
    }
    .fixed-menu .sub-menu-phone .phone-wrap .phone {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .fixed-menu .sub-menu-phone ul li a font,
    .fixed-menu .sub-menu-phone ul li a small {
        font-size: 24px;
    }
}

/*endheader头部*/


/* pc端隐藏 */
.cy-newcontent .mo-img {
    display: none;
}

/*侧边滑动*/

::-webkit-scrollbar {
    background: #eee;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #198ede;
    -webkit-border-radius: 6px;
}

/* nav */

.menu ul li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 35px;
}

.menu ul li a:hover {
    color: #45bcf9;
}

#current {
    color: #45bcf9;
}

.sf-with-ul:hover::after {
    color: #45bcf9 !important;
    background: transparent;
    outline: 0;
    margin-left: 5px;
    width: 16px;
}

.sf-with-ul:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 1px solid #45bcf9;
    transition: all ease .4s;
    vertical-align: middle;
}

#current:after {
    content: '';
    display: inline-block;
    height: 0;
    border-top: 1px solid #45bcf9;
    transition: all ease .4s;
    vertical-align: middle;
    width: 16px;
    margin-left: 5px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #fff0!important;
}

/*-webkit-transition ;-moz-transition*/

.top-nav {
    padding: 0;
    background: rgba(0, 0, 0, 0.65);
}

button.navbar-toggle {
    background-color: #fbfbfb;
}

/*整个背景都是transparent透明的，会看不到，所以再次覆盖一下*/

button.navbar-toggle>span.icon-bar {
    background-color: #dedede
}

/* 
.navbar-nav>li>a>i {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 1px solid #00BFFF;
    transition: all ease .4s;
    vertical-align: middle;
    margin-right: 5px;
}

.container-fluid .navbar-nav>li>a:hover i {
    width: 16px;
    margin-right: 5px;
} */

.my-navbar {
    padding: 5px 0;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}

/* .my-navbar a {
    background: transparent !important;
    color: #fff !important
}

.my-navbar a:hover,.my-navbar a:active {
    color: #45bcf9 !important;
    background: transparent;
    outline: 0
}

.my-navbar a {
    transition: color 0.5s ease-in-out;
} */

/* .navbar-collapse .nav li.active a {
    color: #00BFFF !important;
} */

/* 标题菜单导航 */

.title {
    margin-top: 4em;
}

.title h1 {
    font-weight: normal;
    text-align: center;
    color: #198ede;
    font-size: 2.2em;
    margin: 0.67em 0;
    font-family: 'Source Sans Pro', 'Microsoft Jhenghei', '微軟正黑體', Helmet, Freesans, sans-serif;
}

.title h6 {
    height: 1px;
    background: #198ede;
    width: 10%;
    margin: 0 auto;
    margin-bottom: 35px;
}

/* 导航 */

.ourwork-list-wrap {
    padding-bottom: 70px;
}

.ourwork-tab-wrap {
    padding: 35px 0 40px;
    font-size: 14px;
    color: #666;
}

.ourwork-tab-wrap .item-list {
    position: relative;
}

.ourwork-tab-wrap .item-list li {
    display: inline-block;
    margin-right: 65px;
}

.ourwork-tab-wrap .item-list li a {
    position: relative;
    display: block;
    color: #666;
    transition: all .4s ease-in-out;
}

.ourwork-tab-wrap .item-list li.on a,
.activer a,
.ourwork-tab-wrap .item-list li:hover a {
    color: #45bcf9 !important;
}

.ourwork-tab-wrap .item-list li a:after,
.activer a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
    width: 0;
    height: 2px;
    background: #45bcf9;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.ourwork-tab-wrap .item-list li.activer a:after,
.ourwork-tab-wrap .item-list li:hover a:after {
    width: 100%;
    opacity: 1;
}

.ourwork-tab-wrap .item-list .nav-icon {
    position: relative;
    display: inline-block;
    top: -6px;
    height: 2px;
    line-height: 1px;
    background: #444;
}

/* footer */

/**  foot  **/

.foot {
    background: #212231;
    color: #5d5e66;
    line-height: 1.14;
    font-size: 12px;
}

.cy-foot {
    border-bottom: 1px solid #5d5e66;
}

.cy-foot li {
    display: inline-block;
    padding: 20px 0;
    text-align: center;
}

.cy-foot li a {
    display: block;
    height: 100%;
    font-size: 16px;
    color: #666;
}

.cy-foot .cy-item-bg {
    margin-right: 20px;
    width: 42px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    background: url(../../picture/foot.png) center no-repeat;
    background-size: 100%;
    font-size: 20px;
    color: #fff;
    font-style: normal;
}

.cy-item-bg,
.cy-foot li a .cy-text {
    display: inline-block;
    color: #a9a9ad;
}

.cy-foot li a p:hover,
.cy_foot_item_box a:hover {
    color: #45bcf9;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.cy-foot li p {
    margin: 0;
}

/* foot2 */

.cy-foot2 {
    width: 100%;
    padding: 40px 0 62px;
}

.cy-logo {
    height: 50px;
    background: url(../../picture/footer.png) left no-repeat;
}

.cy-logo span {
    display: inline-block;
    margin-left: 180px;
    margin-top: -5px;
    width: 126px;
    height: 40px;
    background: url(../../picture/bottom_16.gif) left no-repeat;
}

.cy-name {
    margin-top: 20px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
}

.cy-plat ul {
    margin-top: 20px;
    margin-bottom: 0;
}

.cy-plat ul li a {
    color: #fff;
}

.cy-plat li:hover>.cy-code {
    display: block;
}

/* 鼠标经过二维码 */

.cy-code {
    display: none;
    top: 0;
    background-image: url(../../picture/gzh.jpg);
    position: absolute;
    background-repeat: no-repeat;
    width: 132px;
    height: 132px;
    border: 1px solid #ddd;
    background-color: #fff;
    left: -46px;
}

.corner {
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -20px;
    right: 50%;
    margin-right: -10px;
    z-index: 10;
}

.cy-plat .cy-code.cy-gzh {
    left: 5px;
    background-image: url(../../picture/lxr.jpg);
}

.cy-plat ul li:nth-child(1) {
    margin-left: 0;
}

.cy-plat ul li {
    width: 17%;
    float: left;
}

.cy-plat ul li .cy-foot2-logo {
    background: #fff;
    border-radius: 50%;
}

.cy-foot-item {
    border-left: 1px solid #2d2e3c;
    padding-right: 0;
}

.cy-foot-item h4 {
    color: #fff;
    margin-top: 0;
}

.cy_foot_item_box {
    margin-top: 5px;
}

.cy_foot_item_box a {
    color: #5d5e66;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.cy-foot3 {
    width: 100%;
    border-top: 1px solid #2d2e3c;
    padding: 20px 0;
    text-align: center;
}

.cy-foot3 p {
    text-align: center;
    color: #a9a9ad;
    font-size: 12px;
    line-height: 25px;
    margin: 0;
    padding: 0;
}

.cy-foot3 a {
    color: #a9a9ad;
}

/* 线 */

.cy-line-right {
    border-right: 1px solid #e7e7e7;
}

.cy-line-left {
    border-left: 1px solid #e7e7e7;
}

/* 新闻鼠标经过效果 */

.cy-list-hover a:after,
.industry-content:after,
.industry-news:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all .6s;
}

.cy-list-hover,
.cy-list-hover .cy-list,
.industry-content a,
.industry-news a {
    z-index: 1;
    position: relative;
    display: block;
}

.cy-list-hover a:hover:after,
.industry-content:hover:after,
.industry-news:hover:after {
    box-shadow: 0 15px 15px rgba(0, 0, 0, .1);
}

.cy-list-hover a:hover:after,
.industry-content:hover:after,
.industry-news:hover:after {
    transform: scale(1.025);
}

/* programme 解决方案*/
.cy-pr-name {
    padding: 5%;
    background: #ffffff;
}

.cy-pr-name h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cy-pr-cont:hover .cy-pr-name h4 {
    color: #198ede;
}

.cy-pr-name span {
    height: 44px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cy-pr-cont {
    border: 1px solid #e4ecf3;
    display: block;
    margin-bottom: 10%;
}

.warning .cy-pr-cont:hover {
    box-shadow: 0 15px 15px rgba(0, 0, 0, .1);
    transition: all .8s;
}

.cy-pr-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 213px;
}

.cy-pr-img img {
    width: 100%;
    transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
}

.cy-pr-cont:hover .cy-pr-img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/* 加入我们 */

.text-wrap {
    padding: 40px;
}

.text-wrap h2 {
    margin-bottom: 23px;
    font-size: 30px;
    text-transform: uppercase;
}

.text-wrap i {
    margin-bottom: 20%;
}

.cy-descrition {
    width: 77.5%;
    font-size: 18px;
    color: #333;
    line-height: 1.75;
}

.cy-about-join {
    transition: all .6s;
    background: #ffffff;
}

.cy-about-join:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
    transition: all .6s;
}

/* 图片放大 */

.cy-about-img {
    overflow: hidden;
}

.cy-about-img img {
    transition: all 0.6s;
}

.cy-about-join:hover .cy-about-img img {
    transform: scale(1.1);
    background: rgba(0, 0, 0, .4);
}

/* 字体 */

.cy-jonin-line {
    display: block;
    width: 30px;
    height: 4px;
    margin: 25px 0;
    background: #d1d1d1;
}

/* 侧边客服 */

#toolbar {
    width: 56px;
    z-index: 1000;
    position: fixed;
    right: 10px;
    bottom: 40%;
}

#toolbar li {
    height: 56px;
    border: 1px solid #ddd;
    border-top: none;
    cursor: pointer;
}

#toolbar li.first,
#toolbar li.last {
    border-top: 1px solid #ddd;
}

#toolbar li.last {
    margin-top: 8px;
}

#toolbar .weixin {
    background: #fff url('/assets/addons/cms/hzcyw/picture/kefu/weixin-icon.png') no-repeat center center;
    position: relative;
}

#toolbar .mobi {
    background: #fff url('/assets/addons/cms/hzcyw/picture/kefu/mobi-icon.png') no-repeat center center;
    position: relative;
}

#toolbar .onlines {
    background: #fff url('/assets/addons/cms/hzcyw/picture/kefu/online-icon.png') no-repeat center center;
}

#toolbar .qq {
    background: #fff url('/assets/addons/cms/hzcyw/picture/kefu/qq-icon.png') no-repeat center center;
}

#toolbar .top {
    display: none;
    width: 56px;
    background: #fff url('/assets/addons/cms/hzcyw/picture/kefu/top-icon.png') no-repeat center center;
}

#toolbar .tel-num {
    width: 140px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    left: -160px;
    color: #2C8BE9;
    font-size: 16px;
    text-align: center;
    position: absolute;
    display: none;
}

#toolbar .wxpop {
    width: 116px;
    border: 1px solid #ddd;
    background-color: #ffffff;
    left: -136px;
    top: -30px;
    color: #2C8BE9;
    font-size: 14px;
    text-align: center;
    position: absolute;
    padding: 2px 2px 2px;
    display: none;
}

#toolbar .text {
    font-size: 14px;
    color: white;
    text-align: center;
    padding-top: 8px;
    line-height: 1.5;
    width: 56px;
}

.tel-num .arrow,
.wxpop .arrow {
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #ddd;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -10px;
}

.tel-num em,
.wxpop em {
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #f8f8f8;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -9px;
}

@font-face {
    font-family: 'cy-icon';
    /* project id 541672 */
    src: url('//at.alicdn.com/t/font_541672_4j11tue0rk8adcxr.eot');
    src: url('//at.alicdn.com/t/font_541672_4j11tue0rk8adcxr.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_541672_4j11tue0rk8adcxr.woff') format('woff'), url('//at.alicdn.com/t/font_541672_4j11tue0rk8adcxr.ttf') format('truetype'), url('//at.alicdn.com/t/font_541672_4j11tue0rk8adcxr.svg#iconfont') format('svg');
}

/* @font-face {
    font-family: 'cy-icon';
    src: url('//at.alicdn.com/t/font_541672_svmrn9h3reh4cxr.eot');
    src: url('//at.alicdn.com/t/font_541672_svmrn9h3reh4cxr.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_541672_svmrn9h3reh4cxr.woff') format('woff'),
    url('//at.alicdn.com/t/font_541672_svmrn9h3reh4cxr.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_541672_svmrn9h3reh4cxr.svg#iconfont') format('svg');
} */

.cy-recommend .col-md-3 i {
    font-size: 50px;
}

.cy-icon {
    font-family: "cy-icon" !important;
    font-size: 40px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cy-plat ul li a:hover>.cy-icon {
    color: #198ede;
}

.cy-lj:before {
    content: "\e658";
}

.cy-ly:before {
    content: "\e605";
}

.cy-cz:before {
    content: "\e68c";
}

.cy-ss:before {
    content: "\e6ae";
}

.cy-web:before {
    content: "\e6e9";
}

.cy-h5:before {
    content: "\e633";
}

.cy-qq:before {
    content: "\e65e";
}

.cy-weixin-copy:before {
    content: "\e654";
}

.cy-gd:before {
    content: "\e6ea";
}

.cy-yx:before {
    content: "\e68d";
}

.cy-lx:before {
    content: "\e61c";
}