@charset "UTF-8";
@media (prefers-reduced-motion: no-preference){
    :root {
        scroll-behavior: unset;
    }
}

@font-face {
    font-family: 'iconfont';
    src: url('/wp-content/themes/ccwebeasy/assets/upload/font/PFDinTextCompPro-Regular.ttf') format('truetype');
}
html::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #ddd;
}

html::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #ddd;
}

html::-webkit-scrollbar-thumb {
    border-radius: 0;
    width: 17px;
    height: 17px;
    background-color: #999
}
.sub-menu ul::-webkit-scrollbar{
    width: 0;
}
* {
    /* font-family: 'iconfont'; */
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
html, body {
    margin: 0;
    padding: 0;
} 
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #595959;
    background-color: #fff
} 
a,
a:hover,
a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}
.pc_nav{
    animation-fill-mode: both;
}
.header1 {
    z-index: 9;
    height: 90px;
    position: fixed;
    background: #fff;
    top: 0px;
    border-top: #005397 5px solid;
    width: 100%;
    padding: 0 30px;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
 .header1.active {
    background: #fff;
}

 .header1.scroll {
    height: 70px;
}

 .header1:hover {
    background: #fff;
}
.header1 h1 {
    width: 379px;
    height: 70px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.header1 h1 img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.86, 0.5, 1, 1);
    transition: all 0.5s 0s cubic-bezier(0.86, 0.5, 1, 1);
}

.header1 h1 img.img1 {
    opacity: 1;
}

.header1:hover h1 img.img1 {
    opacity: 0;
}

.header1.active h1 img.img1 {
    opacity: 0;
}

.header1:hover h1 img.img2 {
    opacity: 1;
}

.header1.active h1 img.img2 {
    opacity: 1;
}

.header1.scroll h1 {
    height: 70px;
    width: 261px;
}
.f-cb {
    zoom: 1;
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.header1 .fr,.header1 .fl,.header2 .fr,.header2 .fl{
    display: inline;
}

.header1 nav {
    float: none;
    height: 85px;
    line-height: 85px;
    width: auto;
    position: absolute;
    right: 50px;
    top: 0;
    margin-left: 0px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.header1.scroll nav {
    height: 70px;
    line-height: 70px;
}

.header1 nav li {
    float: left;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
    transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
    margin: 0 30px;
}

.header1.scroll nav li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.header1 nav li:last-child {
    margin-right: 0;
}
.js-m.animate {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.js-m.js-m-2 {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.js-m.js-m-2.animate {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.hvr-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #005397;
    left: 0%;
    right: 0;
    width: 0%;
    bottom: 0;
    height: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hvr-left:hover:before {
    width: 100%;
}

.hvr-left.cur:before {
    width: 100%;
}

.hvr-left {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}



.header1 nav li>a {
    color: #333;
    display: block;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.header1:hover nav li>a {
    color: #000;
}

.header1.active nav li>a {
    color: #000;
}

.header1 .nav-sub {
    width: 180px;
    background: #fff;
    position: absolute;
    top: 85px;
    left: 0;
    height: auto;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .3s .2s;
    transition: transform .3s .2s;
}

.pc_nav_en .header1 .nav-sub{
    width: 220px;
}

.header1 .nav-sub.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}

.header1 .nav-sub.active .n-nav-sub {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .2s .3s;
    transition: all .2s .3s;
}

.header1.scroll .nav-sub {
    top: 70px;
}

.header1 .nav-sub .n-nav-sub {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.header1 .nav-sub a {
    height: 45px;
    line-height: 45px;
    display: block;
    padding: 0 20px;
    text-align: left;
    color: #333;
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
    transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
}

.header1 .nav-sub a:hover {
    background-color: #005397;
    color: #fff;
}

.header1 .nav-sub .nav-arrow {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 30px;
    height: 30px;
    opacity: 0;
    -webkit-transform: rotate(0deg) translate(-20px, 0px);
    -ms-transform: rotate(0deg) translate(-20px, 0px);
    transform: rotate(0deg) translate(-20px, 0px);
}

.header1 .nav-sub a:hover .nav-arrow {
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 300ms;
    transition: transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 300ms;
    opacity: 1;
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    -ms-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
}
.header1 .nav-sub .nav-arrow:before {
    font-size: 30px;
    color: #fff;
}
.icon-up:before{
    content: '\e6a7';
}
.header1 .header-right {
    width: 60px;
    display: none;
    position: absolute;
    right: .5rem;
    top: 0;
    z-index: 10;
}

.header1 .header-right .search-btn {
    width: 60px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    cursor: pointer;
    display: inherit;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.header1.scroll .header-right .search-btn {
    height: 70px;
    line-height: 70px;
}
.header1 .header-right .search-btn:before {
    font-size: 25px;
    color: #fff;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.header1:hover .header-right .search-btn:before {
    color: #000;
}

.header1.active .header-right .search-btn:before {
    color: #000;
}

.header1:hover .header-right .search-btn:hover:before {
    color: #005397;
}

.header1.active .header-right .search-btn:hover:before {
    color: #005397;
} 
.header2 {
    height: 60px;
    position: fixed;
    background: #fff;
    z-index: 22;
    top: 0;
    width: 100%;
    display: none;
}

.header2 .main-wrap {
    height: 60px;
    padding: 0 3%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.header2 .logo {
    width: 250px;
    height: 60px;
    margin-top: 8px;
    overflow: hidden;
}

.header2 .logo a {
    display: block;
}

.header2 .logo img {
    width: 100%;
    vertical-align: top;
}

.header2 .nav-btn {
    width: 25px;
    height: 16px;
    position: relative;
    cursor: pointer;
    margin-top: 19px;
}

.header2 .nav-btn.active {
    -webkit-animation: rotate 0.5s linear 0s;
    animation: rotate 0.5s linear 0s;
}

.header2 .nav-btn .line {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #333;
    position: absolute;
    left: 50%;
    margin-left: -15px;
}

.header2 .nav-btn .line1 {
    -webkit-transform-origin: 4px 0;
    -ms-transform-origin: 4px 0;
    transform-origin: 4px 0;
}

.header2 .nav-btn.active .line1 {
    top: 0px;
}

.header2 .nav-btn.hover .line {
    background: #005397;
}

.header2 .nav-btn .line2 {
    top: 7px;
}

.header2 .nav-btn .line3 {
    bottom: 0;
    -webkit-transform-origin: 1px center;
    -ms-transform-origin: 1px center;
    transform-origin: 1px center;
}

.header2 .caid {
    height: 55px;
    line-height: 55px;
    padding-right: 10px;
    position: relative;
}

.header2 .sub-menu {
    width: 100%;
    padding: 0 3%;
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 2;
    overflow-y: auto;
}

.header2 .sub-menu ul {
    width: 100%;
    overflow-y: scroll;
    height: calc(100vh - 55px - 1.5rem);
}
.js-m-3 {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.js-m-3.animate {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.header2 .sub-menu li {
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    padding: 0 20px;
}

.header2 .sub-menu .tit {
    display: inline-block;
    text-decoration: none;
    width: 80%;
    line-height: 60px;
    color: #333;
    position: relative;
    box-sizing: border-box;
}

.header2 .sub-menu .sub-tit.on {
    background-color: #e9e9e9;
}

.header2 .sub-menu .sec-list {
    line-height: 40px;
    padding: 10px 0%;
    display: none;
}

.header2 .sub-menu .jt {
    position: relative;
    display: inline-block;
    width: 10%;
    height: 60px;
    text-align: center;
    background: none;
    float: right;
}

.header2 .sub-menu .jt:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(/wp-content/themes/ccwebeasy/assets/public/img/add.png) no-repeat center;
    background-size: 17px auto;
    position: absolute;
    right: 3%;
    top: 15px;
}

.header2 .sub-menu .jt.jtRote:after {
    background: url(/wp-content/themes/ccwebeasy/assets/public/img/heng.png) no-repeat center;
    background-size: 20px auto;
}

.header2 .sub-menu .sec-list p {
    background: url(/wp-content/themes/ccwebeasy/assets/public/img/dian.png) no-repeat left center;
    background-size: 3px auto;
    font-size: 14px;
}

.header2 .sub-menu .sec-list a {
    padding-left: 5%;
    color: #666;
    display: block;
}

.header2 .sub-menu .sec-list a:active {
    color: #005397;
}
.header2 .mo_tel {
    font-size: 16px;
    color: #005397;
    font-weight: bold;
    line-height: 60px;
}

.header2 .mo_tel .iconfont {
    line-height: 40px;
    height: 40px;
    width: 30px;
    display: inline-block;
}

.header2 .mo_tel .iconfont:before {
    content: '\e628';
    color: #005397;
    font-size: 20px;
}

.header2 .mo_lan {
    line-height: 60px;
}
.search-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: #f5f5f5;
    display: none;
}
.p_gridbox{
    background-color: #0172b7;
}
.footer {
    padding: 90px 0 30px;
    position: relative;
    overflow: hidden;
}

.footer .f-foot {
    width: 95%;
    margin: 0 auto;
}

.footer .to-top {
    position: absolute;
    top: 0;
    right: 2.5%;
    z-index: 3;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 12px;
    line-height: 15px;
    background: #1987ca;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.footer .to-top span {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-family: iconfont;
}

.footer .to-top span:after {
    display: block;
    margin: 7px auto 0;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    width: 12px;
    content: '';
    -webkit-animation: mouse-top 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-top 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes mouse-top {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        opacity: 0;
    }
}

@-webkit-keyframes mouse-top {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        opacity: 0;
    }
}

.footer .f-contact {
    color: #fff;
}

.footer .f-contact dl {
    float: left;
    margin-right: 50px;
}

.footer .f-contact dt {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 15px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: iconfont;
}

.footer .f-contact dd {
    font-size: 16px;
    line-height: 25px;
    font-family: iconfont;
}

.footer .f-contact dd a {
    color: #fff;
    font-size: 16px;
    font-family: iconfont;
}

.footer .to-top:hover {
    background: #005386;
}

.footer .f-contact dl:last-child {
    margin: 0;
}

.footer .f-wer {
    text-align: center;
    color: #fff;
}

.footer .f-wer .sj {
    line-height: 2;
}

.footer .f-copyright {
    color: #fff;
}
.footer .f-copyright span{
    font-family: iconfont;
    font-size: 16px;
}

.footer .f-copyright a {
    color: #fff;
    padding: 4px;
    font-family: iconfont;
    font-size: 16px;
}
.footer_gridbox{
    margin-top: 2%;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}
#pageCons{
    margin-top: 90px;
}
.partLast{
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
@media only screen and (max-width: 1480px) {
    .header1 nav {
        margin-left: 0px;
    }
}
@media only screen and (min-width: 1201px) {
    .footer .f-foot{
        position: relative;
    }
    .footer .f-copyright a{
        padding-right: 12px;
    }
    .footer .f-copyright{
        position: absolute;
        bottom: 21%;
    }
    .footer{
        padding: 60px 0 30px;
    }
    .footer_br_show{
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .pc_nav {
        height: 60px;
    }

    .header1 {
        display: none !important;
    }

    .header1.active {
        display: none !important;
    }

    .header2 {
        display: block;
    }
    #pageCons{
        margin-top: 0px;
    }
    .footer .f-copyright a{
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 1360px) {
    .header1 nav li {
        margin: 0 20px;
    }

    .header1 nav {
        width: 730px;
    }

    .header1 h1 img {
        width: 90%;
    }
}

@media only screen and (max-width: 840px) {
    .footer {
        padding: 0 0 30px;
    }

    .footer .to-top {
        position: static;
        top: 0;
        right: 0;
        display: inline-block;
        width: 100%;
        height: auto;
    }

    .footer .to-top span {
        margin: 20px 0;
    }

    .footer .f-foot {
        width: 90%;
        margin: 50px auto 0;
    }

    .f-sec,
    .f-wer {
        float: none;
    }

    .footer .f-contact dl {
        float: none;
        margin: 0 0 30px 0;
    }

    .footer .f-contact dt {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .footer .f-contact dl {
        margin: 0 0 20px 0;
    }

    .footer .f-contact {
        margin-bottom: 30px;
    }

    .footer .f-wer {
        text-align: left;
        margin-bottom: 20px;
    }

    .cur-list li {
        width: 50%;
        padding-top: 75px;
        height: 320px;
    }

    .cur-list li:hover {
        padding-top: 75px;
    }
    .footer .f-contact dd a{
        display: block;
    }
}
