﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}



li {
    list-style: none;
}


img,
input,
textarea {
    border: 0px;
    vertical-align: middle;
    font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
    outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
li,
input,
button,
dd,
dl,
dt {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

a,
i,
em,
b,
strong {
    text-decoration: none;
}

.clear {
    clear: both;
    display: none;
}

.clearfix:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix:after {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wid {
    width: 1200px;
    margin: 0 auto;
}

.container {
    padding: 0 6%;
}

button {
    outline: none;
}

select {
    outline: 0;
    background: none;
    font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

input::-ms-clear {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,
html {
    min-width: 240px;
    font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    position: relative;
    color: #000000;
    background: #fff;
    height: 100%;
}

input::-webkit-input-placeholder {
    color: #fff;
}

input:-moz-placeholder {
    color: #fff;
}

textarea:-moz-placeholder {
    color: #fff;
}

textarea::-webkit-textarea-placeholder {
    color: #fff;
}

textarea:-ms-input-placeholder {
    color: #fff;
}

textarea::-webkit-input-placeholder {
    color: #fff;
}



button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-appearance: button;
    font-family: Microsoft Yahei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

a {
    color: #000;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

/*nav-------------------------------------------------*/

.cognition {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
}

.cognitewr {
    width: 1132px;
    margin: auto;
    position: absolute;
    left: 50%;
    margin-left: -566px;
    top: 50%;
    text-align: center;
    margin-top: -358px;
}

.cognitewr .conbg {
    display: block;
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    animation: rotatws 9.5s linear infinite;
    -webkit-animation: rotatws 9.5s linear infinite;
}

.congnites {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.congnites strong {
    display: inline-block;
    line-height: 1;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin: auto;
    position: relative;
}

.congnites strong:before {
    content: "";
    width: 102px;
    height: 1px;
    background: #cccccc;
    position: absolute;
    left: -138px;
    top: 50%;
}

.congnites strong:after {
    content: "";
    width: 102px;
    height: 1px;
    background: #cccccc;
    position: absolute;
    right: -138px;
    top: 50%;
}

.header {
    position: fixed;
    width: 100%;
    height: 70px;
    z-index: 99;
    transition: .26s;
    -webkit-transition: .26s;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;

}

.header .header-wrap {
    padding: 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    box-pack: space-between;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    height: 100%;
}

.header.active {
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.17);
    color: #000;

}

.header.active .header-wrap .logo {
    margin-top: 0;
}

.header.active .menuBtn .icon-menu {
    background: url(../images/menu_on.png) no-repeat center;
}

.logo-blue {
    display: none;
}

.header.active .logo-white {
    display: none;
}

.header.active .logo-blue {
    display: block;
}


.header .logo img {
    max-width: 152px;
    max-height: 74px;
}

.header .nav {
    font-size: 0;
    height: 100%;

}

.header .nav ul {
    height: 100%;
}

.header .nav.active {
    width: 100%;
}

.header .nav ul>li {

    box-sizing: border-box;
    margin: 0 10px;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    min-width: 60px;
    text-align: center;
    float: left;
    height: 100%;
    line-height: 70px;

}

.header .nav ul li>a {
    font-size: 16px;
    color: #fff;
    width: 100%;
    padding: 0 20px;
    display: inline-block;
    position: relative;
}

.header .nav ul li>a::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0px;
    height: 2px;
    background: #157efb;
    -webkit-transition: 0.3s ease-out 0s;
    transition: 0.3s ease-out 0s;
}


.header .nav ul li.active>a {
    color: #157efb;
}

.header .logo img {
    max-width: 154px;
    max-height: 54px;
}

.header.active .header-wrap {
    padding: 0 30px;
}

.header.active .nav ul li>a {
    color: #000;
}

.header.active .nav ul li.active>a {
    color: #157efb;
}

.header.active .nav ul li>a {

    height: 100%;
}

.header.active .menuBtn .catalog a {
    color: #000
}

.header.active .menuBtn .catalog a.active {
    color: #157efb;
}



/*手机样式*/

.menuBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    cursor: pointer;
}

.menuBtn .catalog {
    font-size: 18px;
    text-transform: uppercase;
}

.menuBtn .catalog a {
    color: #fff;
    padding-right: 5px
}

.menuBtn .catalog a.active {
    color: #157efb;
}

.menuBtn .icon-menu {
    display: inline-block;
    width: 37px;
    height: 30px;
    background: url(../images/menu.png) no-repeat center;
    background-size: 37px;
    display: none;
}


.pg-footer {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.pg-footer .foot-con {
    padding: 230px 0 160px 0;
}

.pg-footer .foot-con .ft-info .ft-item {
    margin-bottom: 38px;
}

.pg-footer .foot-con .ft-info .ft-item h2 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
}

.pg-footer .foot-con .ft-info .ft-item article {
    font-size: 14px;
    font-weight: lighter;
    line-height: 30px;
}

.pg-footer .foot-con .ft-info .ft-item article>* {
    font-weight: lighter;
}

.pg-footer .foot-con .wechat-box {
    margin-top: 100px;
    text-align: center;
}

.pg-footer .foot-con .wechat-box figure {
    width: 120px;
    height: 120px;
    background: #fff;
    padding: 8px;
}

.pg-footer .foot-con .wechat-box figure img {
    max-width: 100%;
}

.pg-footer .foot-con .wechat-box p {
    font-size: 14px;
    padding-top: 8px;
}

.copyRight {
    padding: 20px 0;
    margin: 0 60px;
    font-weight: lighter;
    border-top: 1px solid #38384d;
}

.copyRight * {
    font-weight: lighter;
}

.copyRight a {
    color: #fff;
}

.copyRight .wid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-box-pack: space-between;
    box-pack: space-between;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

.copyRight .fr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

.go-top {
    display: inline-block;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #157efb;
    background-image: url(../images/icon_arrow_top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px 14px;
    position: fixed;
    right: 3%;
    bottom: 70px;
    z-index: 99;
    transition: 0.3s ease all;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

}

.go-top.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.page-shadow {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    overflow-y: auto;
}





.team-popup {
    width: 1000px;
    min-height: 530px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 0px 32px rgba(6, 0, 1, 0.55);
    padding: 40px;
    opacity: 0;
    visibility: hidden;
    max-width: 90%;
    margin-top: 100px;
    margin-bottom: 100px;

}

.team-popup .t-content {
    height: 80%;

}


.team-popup.active {
    opacity: 1;
    visibility: visible
}

.team-popup.active2 {
    background: transparent;
    box-shadow: none;
    min-height: auto;
    width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    max-height: 80%;
    opacity: 1;
    visibility: visible;
    transition: 0s;
}

.team-popup .closeBtn {
    position: absolute;
    top: 0;
    right: -40px;
    height: 30px;
    width: 30px;
    background-image: url(../images/close_btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
}

.team-popup .t-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}







@media screen and (min-width:1200px) {
    .header .nav ul li:hover>a {
        color: #157efb;
    }

    .header .nav ul li:hover>a::before {
        width: 100%;
        left: 0;
    }

    .header .nav ul li.active>a::before {
        width: 100%;
        left: 0;

    }

    .ft-nav li a:hover {
        color: #157efb
    }

    .copyRight a:hover {
        color: #157efb
    }

    .go-top:hover {
        background-color: #1774e2;
    }
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    background: #EDEDED;
}

@keyframes shaked {

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

@-webkit-keyframes shaked {

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

@keyframes rotatws {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotatws {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}


@font-face {
    font-family: "Humanist-BlackB";
    src: url("../fonts/Humanist777BT-BlackB.woff") format("woff"),
        url("../fonts/humanist777bt-blackb.ttf") format("truetype"),
        url("../fonts/humanist777bt-blackb.eot") format("embedded-opentype"),
        url("../fonts/humanist777bt-blackb.svg") format("svg");
}