﻿@charset "utf-8";
/* CSS Document */
html {
    background: #FFF;
    font-size: 62.5%; /* 10梅16=62.5% */
}

body {
    font-size: 14px;
    font-size: 1.4rem; /* 14梅10=1.4 */
    color: #1f1f1f;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset, img {
    border: 0;
}

img, object { /* width:100%; */
    max-width: 100%; /*height:auto;*/
    width: auto \9; /* for ie8 */
    -ms-interpolation-mode: bicubic;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #1f1f1f;
}

a:hover {
    color: #003c7c;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400;
}

ul, ol, li {
    list-style: none outside none;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
    content: none;
}

input, textarea, select {
    font-weight: inherit;
}

input, select, textarea, button {
    vertical-align: middle
}

.lf {
    float: left;
}

.md {
    float: left;
}

.rt {
    float: right;
}

.clearFix {
    *zoom: 1;
    clear: both;
}

.clearFix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    width: 100%;
    overflow: hidden;
}

.imgResponsive {
    width: 100%;
    height: 0;
    padding-bottom: 66.67%;
    overflow: hidden;
    display: block;
    background-color: #d2d2d2
}

.imgResponsive img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.imgResponsive img:hover {
    transform: scale(1.03);
    opacity: 0.85;
}

.fpx18 {
    font-size: 18px;
}

.fpx16 {
    font-size: 16px;
}

.fpx15 {
    font-size: 15px;
}

.ul-inline {
    font-size: 0;
}

.ul-inline > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    vertical-align: top;
}

.black_bg01 {
    position: fixed;
    background-color: #124;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    display: none;
    filter: alpha(opacity=70)
}

/*澶撮儴鏍峰紡*/


.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    visibility: visible !important;
    display: block;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    visibility: visible !important;
    display: block;
}

.serBtn {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 40px;
    color: #fff;
    margin-left: 10px;
    text-align: center;
    position: relative;
    z-index: 99992
}

.serBtn i {
    font-size: 22px;
    *display: inline;
    *zoom: 1;
    *width: 30px;
    *background: url(./search.png) no-repeat center;
    *height: 40px;
}

.serBtn i:before {
    display: inline-block;
    vertical-align: middle;
}

.ser {
    width: 0;
    height: 30px;
    line-height: 28px;
    float: left;
    margin: 5px 10px 0 0;
    position: relative;
    overflow: hidden;
}

.search input {
    position: absolute;
    height: 28px;
    line-height: 28px;
    color: #262626;
    border: none;
    background: none;
    top: 0px;
    padding-left: 0px;
}

.search input.notxt {
    color: #bbbdc3;
    padding: 0 0 0 10px;
    width: 78%;
    right: 0;
    border: 1px solid #999;
}

.search input.notxt1 {
    position: absolute;
    width: 15%;
    height: 28px;
    left: 0;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding-right: 0;
    color: #bbbdc3;
    border: none;
    background: url(template_files/2/images/gb20190805/search.svg) no-repeat center;
}

.goTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999999;
    color: #fff;
    text-align: center;
    transition: none;
    background-color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: none;
}

.goTop:hover {
    color: #fff;
    background-color: #4b9ef7;
}

.goTop i {
    font-size: 32px;
}

/*鎵嬫満绔鑸�*/
.mobile {
    width: 100%;
    position: absolute;
    height: 42px;
    display: none;
    top: 5px;
    left: 0;
    z-index: 99991;
}

.mobile-search-btn {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.mobile-search-btn i {
    color: #fff;
    font-size: 20px;
}

.mobile-inner-header {
    width: 100%;
    height: 31px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50
}

.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) / 2);
    width: 25px;
    height: 2px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon {
    color: #fff;
    height: 31px;
    text-align: left;
    float: left;
    width: 50px;
    position: relative;
    cursor: pointer;
    text-align: right;
    margin-left: 25px;
    text-align: center;
    line-height: 31px;
    font-size: 30px;
}

.mobile-inner-header-icon-out i {
    font-size: 28px;
    position: absolute;
    left: 12px;
    top: 0
}

.mobile-inner-header-icon-click i {
    display: none;
}

.mobile-inner-header-icon-out span {
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: none;
}

.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: 320px;
    left: -320px;
    text-align: center;
    opacity: 0;
    transform: scale(0.8);
    width: 0;
    transition: left 0.3s ease-in-out;
    height: 0;
    background-color: rgba(27, 27, 27, 0.7);
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
    width: 100%;
    font-size: 1.6rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    color: #fff;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-inner-nav li {
    position: relative;
}

.mobile-inner-nav li.on {
    background-color: #051c4d
}

.mobile-inner-nav li strong {
    color: #fff;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 3rem;
    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;
    line-height: 50px;
}

.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;
}

.mobile-inner-nav dd a {
    height: 35px;
    line-height: 35px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    font-size: 1.4rem;
}

.mobile-inner-nav dd a:hover {
    background-color: #448aca
}

.mobile_search {
    clear: both;
    position: absolute;
    height: 48px;
    overflow: hidden;
    background-color: #F8F5EC;
    left: 0;
    top: 35px;
    width: 100%;
    z-index: 99993;
    display: none;
}

.mobile_search .search {
    border: 1px solid #ccc;
    margin: 0.5rem;
    overflow: hidden;
    height: 37px;
    position: relative;
}

.mobile_search input.notxt {
    width: 100%;
    color: #333;
    border: none;
    padding-right: 38px;
    height: 38px;
    box-sizing: border-box;
}

.mobile_search input.notxt1 {
    width: 40px;
    right: 0;
    background: url(template_files/2/images/gb20190805/search.svg) no-repeat center #448aca;
    border: none;
    height: 37px;
    left: auto;
}

.mobile-links {
    width: auto;
    margin: 0 20px 10px;
    overflow: hidden;
    padding: 10px 0 0;
    opacity: 0.6;
    font-size: 14px;
}

.mobile-links span {
    float: left;
    padding: 0 15px;
}

.mobile-links span a {
    border: none;
    line-height: 25px;
    padding: 4px 0;
    font-size: 14px;
}

.nav-open .mobile-inner-nav {
    width: 320px;
    display: block;
    position: fixed;
    left: 0px;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transform: scale(1);
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 320px;
    z-index: 10;
    padding: 50px 0 20px;
}

/*footer*/

.wrap_footer {
    background: url(./footer.jpg) no-repeat top center;
    background-size: cover;
}

.footer {
    overflow: hidden;
    padding-bottom: 70px;
    position: relative;
}

.bit-link01 {
    width: 56.29%;
    padding: 98px 0 0;
}

.bit-link01 li {
    width: 33.3%;
}

.bit-link01 li > a {
    display: block;
    margin-right: 22px;
    transition: all 0.35s ease-in-out
}

.bit-link01 li h3 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 34px;
    line-height: 32px;
    color: #fff;
    min-width: 83px;
    background-color: #a61c31;
    padding: 0 15px;
    font-weight: normal;
    position: relative;
    z-index: 5;
    text-align: center;
}

.item-img09 {
    display: block;
    position: relative;
    z-index: 1;
    top: -17px;
}

.bit-link02 {
    margin-left: 4%;
    padding-top: 65px;
}

.bit-link02 li {
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 18px;
}

.bit-link02 li a {
    color: #fff;
    transition: all 0.35s ease-in-out
}

.bit-link02 li a:hover {
    opacity: 0.8;
}

.footer_logo img {
    width: 110px;
}

.footer_logo {
    padding-left: 35px;
    position: relative;
    padding-top: 10px;
    position: relative;
}

.line_top03 {
    width: 1174px;
    height: 1px;
    background: #a7a6b9;
    position: absolute;
    left: -1174px;
    top: 27px;
    display: block;
}

.line_lf03 {
    width: 1px;
    height: 46px;
    background-color: #a7a6b9;
    position: absolute;
    left: 0;
    top: 27px;
}

.line_bottom03 {
    width: 195px;
    height: 160px;
    border-right: 1px solid #a7a6b9;
    border-bottom: 1px solid #a7a6b9;
    position: absolute;
    right: 0;
    bottom: 40px;
}

.dwIcon {
    width: 56px;
    position: absolute;
    left: -56px;
    bottom: -35px;
}

.Gpower {
    text-align: right;
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}

.Gpower:hover {
    color: #fff;
    opacity: 0.8;
}

.copyRight {
    background-color: #00091d;
    padding: 16px 0;
    text-align: center;
    background: #0c1637;
    background: -webkit-linear-gradient(left, #161120, #0f1e3f, #0b1130); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #161120, #0f1e3f, #0b1130); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #161120, #0f1e3f, #0b1130); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #161120, #0f1e3f, #0b1130); /* 鏍囧噯鐨勮娉� */;
}

.copyRight span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #fff;
    letter-spacing: 0.2;
    margin: 0 15px;
    line-height: 1.5;
}

@media screen  and (min-width: 1020px) {
    .bit-link01 li > a:hover {
        margin-top: -10px;
    }

    .bit-link01 li > a:hover .item-img09 {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    /*鏁版嵁鍖楃悊榧犳爣缁忚繃鐨勬晥鏋�*/
    .bit-data {
        -webkit-transition: -webkit-transform ease-out .1s, background .2s;
        -moz-transition: -moz-transform ease-out .1s, background .2s;
        transition: transform ease-out .1s, background .2s
    }

    .bit-data:after {
        display: block;
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        top: 0;
        left: 0;
        padding: 0;
        z-index: -1;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
        opacity: 0;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    .bit-data:hover {
        background: rgba(255, 255, 255, .05);
        -webkit-transform: scale(.93);
        -moz-transform: scale(.93);
        -ms-transform: scale(.93);
        transform: scale(.93);
    }

    .bit-data:hover:after {
        content: '';
        display: block;
        -webkit-animation: sonarEffect 1.3s ease-out 75ms;
        -moz-animation: sonarEffect 1.3s ease-out 75ms;
        animation: sonarEffect 1.3s ease-out 75ms
    }

    @-webkit-keyframes sonarEffect {
        0% {
            opacity: .3
        }
        40% {
            opacity: .5;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 10px rgba(255, 255, 255, .5)
        }
        100% {
            box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, .5);
            -webkit-transform: scale(1.25);
            opacity: 0
        }
    }
    @-moz-keyframes sonarEffect {
        0% {
            opacity: .3
        }
        40% {
            opacity: .5;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 10px rgba(255, 255, 255, .5)
        }
        100% {
            box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, .5);
            -moz-transform: scale(1.25);
            opacity: 0
        }
    }
    @keyframes sonarEffect {
        0% {
            opacity: .3
        }
        40% {
            opacity: .5;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 10px rgba(255, 255, 255, .5)
        }
        100% {
            box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, .5);
            transform: scale(1.25);
            opacity: 0
        }
    }

}

@media screen  and (max-width: 1386px) {
    .container {
        width: 1200px;
    }

    .nav ul li > a {
        font-size: 1.7rem;
    }

}

@media screen  and (max-width: 1300px) {
    .logo {
        width: 150px;
    }

    .logo_01 {
        width: 94px;
    }

    .container {
        width: 1000px;
    }

    .nav ul li > a, .fpx18, .bit-link02 li {
        font-size: 1.6rem;
    }

    .fpx15 {
        font-size: 1.5rem;
    }

    .fpx16 {
        font-size: 1.4rem;
    }
}

@media screen  and (max-width: 1020px) {
    .bit-link02 li {
        font-size: 1.4rem;
    }

    .container {
        width: 760px;
    }

   
    .footer_logo img {
        width: 80px;
    }

    .bit-link01 {
        padding-top: 60px;
        width: 88%;
        float: none;
    }

    .bit-link02 {
        float: none;
        width: 100%;
        padding-top: 0;
        overflow: hidden;
        margin: 0;
    }

    .bit-link02 li {
        float: left;
        margin-right: 40px;
        height: 30px;
        line-height: 30px;
    }

    .footer_logo {
        position: absolute;
        right: 0;
        top: 0
    }

    .footer {
        padding-bottom: 20px;
    }

    .bit-link01 li h3 {
        min-width: 65px;
        padding: 0 10px;
    }

    .line_bottom03 {
        height: 120px;
    }

}

@media screen  and (max-width: 998px) {
    .nav {
        display: none;
    }

    .top {
        display: none;
    }

    .logo {
        width: 160px;
    }

    .logo_01 {
        width: 32px;
    }

    .mobile {
        display: block;
    }

    .top_rt {
        padding-right: 25px;
    }

   

    .logo {
        top: -5px;
    }

    .line_lf03 {
        height: 29px;
    }

}

@media screen and (max-width: 790px) {
    .container {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }

}

@media screen  and (max-width: 767px) {
    

    .mobile-inner-header-icon {
        margin-left: 0;
    }

    .bit-link01 {
        width: 100%;
        padding-top: 100px;
    }

    .footer {
        padding-bottom: 40px;
    }

    .bit-link01 li > a {
        margin: 0 8px;
    }

    .bit-link01 {
        margin: 0 -8px;
        width: auto;
    }

    .line_lf03 {
        height: 22px;
    }

    .copyRight {
        font-size: 12px;
    }

}

@media screen and (max-width: 640px) {
    .footer {
        padding-bottom: 95px;
    }
}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 480px) {
    .footer strong {
        display: none;
    }

    .bit-link02 li {
        margin-right: 18px;
    }

}

@media screen and (max-width: 400px) {
    .bit-link01 li {
        width: 50%;
    }

}