@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'candara';
    src: url('../fonts/candara.eot') format('embedded-opentype'), url('../fonts/candara.woff') format('woff'), url('../fonts/candara.woff2') format('woff2'), url('../fonts/candara.ttf') format('truetype'), url('../fonts/candara.svg#candara') format('svg');
    font-weight: normal;
}

@media screen and (min-width:992px) {
    .effect1 {
        opacity: 0.5;
        transition: all 0.8s ease-out;
    }
    .effect1.isView {
        opacity: 1;
    }
    .effect2,
    .effect2 li,
    .effect5 {
        opacity: 0;
        transition: all 0.8s ease-out;
        transform: translateY(70px);
    }
    .effect2.isView,
    .effect2.isView li,
    .effect5.isView {
        opacity: 1;
        transform: none;
    }
    .effect3 {
        opacity: 0;
        transition: all 0.8s ease-out;
        transform: translateX(50px);
    }
    .effect3.isView {
        opacity: 1;
        transform: none;
    }
    .effect4,
    .effect4 li,
    .effect6 tr {
        opacity: 0;
        transition: all 0.8s ease-out;
        transform: translateX(-50px);
    }
    .effect4.isView,
    .effect4.isView li,
    .effect6.isView tr {
        opacity: 1;
        transform: none;
    }
}


/*å¤´éƒ¨æ ·å¼*/

.header {
    width: 100%;
    min-width: 300px;
    height: auto;
    z-index: 10;
    position: relative;
}

.wrapTop {
    width: 100%;
}

.top {
    height: 120px;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    width: 96%;
}

.logo {
    width: auto;
    position: absolute;
    left: 0;
    overflow: hidden;
    font-size: 0;
    top: 15px;
}

.logo a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.logo img {
    width: 100%;
}

.logo1 {
    width: 370px;
    float: left;
}

.top_nav {
    width: auto;
    float: right;
    padding-top: 36px;
    color: #999;
}

.top_nav a {
    color: #333;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 20px;
    line-height: 20px;
    margin: 14px 22px 0;
}

.top_nav a:hover {}

.ser {
    width: 240px;
    height: 50px;
    line-height: 50px;
    z-index: 600;
    border-radius: 32px;
    background: #ccc;
    overflow: hidden;
    float: right;
    margin: 0 0 0 33px;
}

.search {
    width: 100%;
    height: 100%;
    position: relative;
    float: right;
    z-index: 3;
}

.search input.notxt {
    position: absolute;
    width: 180px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: none;
    background: none;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
    outline: none;
}

.search input.notxt1 {
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    background: url(../images/search_btn.png) center center no-repeat;
    right: 6px;
}

.nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #3eb034;
    background: -webkit-linear-gradient(left, #3eb034, #0075c2);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #3eb034, #0075c2);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #3eb034, #0075c2);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #3eb034, #0075c2);
    /* æ ‡å‡†çš„è¯­æ³• */
}

.nav ul {
    /* width:1280px; */
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}

.nav ul>li {
    position: relative;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    transform: perspective(5000px);
    -moz-transform: perspective(5000px);
    -o-transform: perspective(5000px);
    -webkit-transform: perspective(5000px);
}

.nav ul li>a {
    font-size: 20px;
    display: block;
    position: relative;
    color: #fff;
}

.nav ul li>a:hover:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #02429a;
    content: "";
    left: 0;
    bottom: 0;
}

.nav ul li.on>a,
.nav ul li:hover>a {}

.nav ul li.on .subNav {
    display: block;
}

.nav ul li:before {
    content: "";
    display: block;
    background: #fff;
    width: 13px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -11px 0 0 -7px;
    background: url(../images/nav_line.png) center no-repeat;
}

.nav ul li:first-child:before {
    display: none;
}

.subNav {
    width: 140px;
    background: rgba(1, 31, 21, 0.75);
    white-space: normal;
    padding: 0 0 26px;
    position: absolute;
    top: 100%;
    display: none;
    left: 50%;
    margin: 0 0 0 -70px;
}

.subNav dd {}

.subNav a {
    color: #fff;
    padding: 10px 15px;
    display: block;
    line-height: 24px;
    font-size: 16px;
}

.subNav a:hover {
    background-color: #3eb034;
}

.header {
    position: relative;
}

.header.currents {
    position: fixed;
    left: 0;
    top: -190px;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.header.currents.currentsOn {
    top: 0;
    z-index: 9999;
}

.header.currents {
    height: 48px;
    line-height: 48px;
    background: none;
    background-color: #731c18;
}

.header.currents .ser {
    display: none;
}

.header.currents .top {
    display: none;
}

.header.currents .nav {
    height: 48px;
    line-height: 48px;
    width: auto;
}

.header.currents .nav li {
    background: none;
}

.header.currents .subNav {
    top: 48px;
}

.header.currents .nav-wrapper {
    height: 56px;
}

.header.currents .nav ul li>a {}

.header.currents .nav ul li.on>a,
.header.currents .nav ul li:hover>a {}

.header.currents {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4)
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}


/*æ‰‹æœºç«¯å¯¼èˆª*/

.mobile {
    width: 100%;
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    z-index: 999;
}

.mobile-inner-header {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 40px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 40px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
    opacity: 0.8;
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 3);
    width: 25px;
    height: 2px;
    background-color: #006ebf;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon {
    color: #fff;
    height: 31px;
    text-align: left;
    width: 50px;
    position: absolute;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;
    text-align: right;
    right: 0;
}

.mobile-inner-header-icon-out span {
    width: 22px;
    height: 2px;
    background: #006ebf;
    display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.mobile-inner-nav {
    width: 100%;
    position: absolute;
    top: 67px;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 25px;
    display: none;
    background: #3eb034;
    background: -webkit-linear-gradient(left, #3eb034, #0075c2);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #3eb034, #0075c2);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #3eb034, #0075c2);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #3eb034, #0075c2);
    /* æ ‡å‡†çš„è¯­æ³• */
}

.mobile-inner-nav li {
    position: relative;
    padding: 0 20px;
}

.mobile-inner-nav li a {
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
    width: 100%;
    font-size: 1.4rem;
    color: #fff;
    border-bottom: solid 1px #c0d0d7;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav li a {
    text-indent: 15px;
}

.mobile-inner-nav li strong {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 2.5rem;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile_subNav {
    display: none;
    padding-left: 10px;
}

.mobile-inner-nav dd a {
    height: 35px;
    line-height: 35px;
    border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
    font-size: 1.2rem;
}

.mobile_search {
    clear: both;
    position: relative;
    height: 36px;
    margin: 30px 30px 0;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    overflow: hidden;
}

.mobile_search input.notxt {
    width: 80%;
    margin-left: 13px;
    border: none;
    height: 36px;
    line-height: 36px;
}

.mobile_search input.notxt1 {
    width: 55px;
    background-color: #fff;
    background: url(../images/search_btn.png) no-repeat center center;
    border: none;
    height: 36px;
    line-height: 36px;
    float: left;
}

.mobile_link {
    text-align: center;
    color: #fff;
    padding: 12px 0 0;
}

.mobile_link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #fff;
    padding: 0 6px;
}

.footer {
    padding: 36px 0 52px;
}

.footer .part1 {
    float: left;
    width: calc(330% / 14.4);
    color: rgba(255, 255, 255, 0.5);
    line-height: 30px;
    padding: 0 20px 0 0;
}

.footer .part2{
    float: left;
    width: calc(280% / 14.4);
    color: rgba(255, 255, 255, 0.5);
    line-height: 30px;
    padding: 0 60px 0 0;
}
.footer .part2 a{
        color: rgba(255, 255, 255, 0.5);
        line-height: 30px;
        display: block;
}
.footer .part3 {
    float: left;
    width: calc(200% / 14.4);
    line-height: 30px;
}

.footer .part3 img {
    display: block;
}

.footer .part3 span {
    display: block;
    text-align: center;
    color: #fff;
}

.footer .part4 {
    float: right;
    text-align: right;
    font-size: 0;
}

.code_box {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 9px;
    border-radius: 10px;
    margin: -4px 0 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.code_box img {
    display: block;
    margin: 0 0 3px;
}

.code_box span {
    display: block;
    text-align: center;
    color: #fff;
}

.code_box span a img {
    width: 68px;
    height: 68px;
}

.go_top {
    position: fixed;
    right: 0;
    background: #fff;
    width: 80px;
    height: 80px;
    bottom: 20px;
    box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 10;
}

.go_top .icon-fanhuidingbu {
    font-size: 25px;
    color: #333;
    margin: 12px 0 8px;
}

.go_top span {
    display: block;
    text-align: center;
}

@media screen and (max-width:1220px) {
    .nav ul li>a {
        font-size: 16px;
    }
    .top_nav {
        font-size: 14px;
    }
    .top_nav a {
        margin: 14px 10px 0;
    }
    .ser {
        margin: 0 0 0 12px;
    }
    .footer .part1,
    .footer .part2 {
        width: 48%;
        padding: 0 1%;
        margin: 0 0 20px;
    }
    .footer .part4{
    float: none;
    text-align: center;
}

    .footer .part3 {
        /* width: 120px; */
    }
}

@media screen and (max-width:1024px) {
    .ser {
        right: 15px;
    }
}

@media screen and (min-width:992px) {
    .content {
        overflow: visible;
    }
}

@media screen and (max-width:992px) {
    .header.currents {
        display: none !important;
    }
    .nav {
        display: none;
    }
    .top_nav,
    .ser,
    .slogan,
    .go_top {
        display: none;
    }
    .logo {
        position: relative;
        z-index: 100;
        top: 0px;
        padding: 6px 0;
    }
    .top {
        height: auto;
        padding: 0px 2%;
        overflow: hidden;
    }
    .mobile {
        display: block;
    }
}

@media screen and (max-width:768px) {
    .logo {
        overflow: hidden;
        width: 270px;
        /* margin:0 auto; */
        text-align: center;
        position: relative;
    }
    .logo1 {
        width: 100%;
    }
    .logo2 {}
    .mobile {
        top: 0px;
    }
    .mobile-inner-nav {
        top: 54px;
    }
}

@media screen and (max-width:767px) {
    .footer .part1,
    .footer .part2 {
        width: auto;
        float: none;
        margin: 0;
        text-align: center;
        line-height: 1.8;
    }
    .footer {
        padding: 20px 0 30px;
    }
    .footer .part3 {
        float: none;
        margin: 20px auto;
    }
    .footer .part4 {
        float: none;
        text-align: center;
    }
    .code_box {
        margin: 0 10px 20px;
    }
}

@media screen and (max-width:480px) {
    .logo {
        width: 220px;
    }
}

@media screen and (max-width:380px) {
    .logo {
        float: left;
    }
}