@charset "utf-8";

@charset "utf-8";

html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
}

/*消除浏览器底部*/
#tip-arrow-top,
#tip-arrow-bottom,
#trans-tooltip {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #000;
    font-size: 1.2rem;
    font-family: "Microsoft YaHei", Arial, helvetica, sans-serif;
    background: #ffffff;
    line-height: 1;
    overflow-x: hidden;
}

main {
    margin-bottom: 0;
}

footer {
    position: relative;
    z-index: 100;
    margin-bottom: 60px;
}

:root {
    --base_color: #00469b;
    --second_color: #e60012;
}

.imgbox .img-fluid {
    max-height: 100%;
    height: 100%;
}

.base_color {
    color: #00469b !important;
}

.base_bg {
    background-color: #00469b;
}

.hover_color_orange:hover {
    color: orange !important;
}

.hover_color_second:hover {
    color: #e60012 !important;
}

.hover_color_second:hover span {
    border-bottom: 2px solid #e60012 !important;
}

.hover_color:hover,
.hover_color:hover * {
    color: #00469b !important;
}

.hover {
    position: relative;
}

.hover * {
    position: relative;
    z-index: 1;
}

.hover .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
    opacity: 0;
    background-color: #00469b !important;
    background-image: linear-gradient(135deg, #0071cc, #00469b);
    z-index: 0 !important;
}

.hover:hover .bg {
    opacity: 1;
}

.hover:hover * {
    color: #fff !important;
}

.hover:hover * {
    border-color: #fff !important;
}

.hover_base:hover {
    background-color: #00469b !important;
    color: #fff !important;
}

.hover_base:hover * {
    color: #fff !important;
}

.hover_base:hover .title:after {
    background-color: #fff !important;
}

.hover_border:hover {
    background-color: #00469b !important;
    color: #fff !important;
    border: 1px solid #00469b !important;
}

.hover_border:hover * {
    color: #fff !important;
}

.hover_line:after {
    display: block;
    content: "";
    width: 0;
    height: 3px;
    background-color: #347bc6;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all 0.3s;
}

.hover_line:hover:after {
    width: 90%;
    background-color: #347bc6;
}

.hover_shadow:hover {
    box-shadow: 0 0 5px rgba(100, 100, 100, 0.5);
}

.hover_second:hover {
    background-color: #e60012 !important;
    color: #fff !important;
}

.hover_second:hover * {
    color: #fff !important;
}

.hover_second:hover .title:after {
    background-color: #fff !important;
}

.hover_second_border:hover {
    background-color: #e60012 !important;
    color: #fff !important;
    border: 1px solid #e60012 !important;
}

.hover_second_color:hover {
    color: #e60012 !important;
}

.hover_second_color:hover * {
    color: #e60012 !important;
}

.hover_play i {
    transition: all 0.3s;
}

.hover_play:hover i {
    transform: scale(1.2) rotate(360deg);
}

.hover_letter:hover {
    letter-spacing: 5px;
}

.hover_rounded:hover {
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    border-radius: 20px;
    overflow: hidden;
}

.hover_round {
    position: relative;
}

.hover_round:hover {
    background-color: #ffffff !important;
}

.hover_round:hover i {
    color: #00469b !important;
}

.hover_round:hover:after {
    border-radius: 50%;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 10;
    border: 2px dashed #00469b;
    animation: spinAround 9s linear infinite;
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
    }
}

.hover_round_dark:hover {
    background-color: #000 !important;
}

.hover_round_dark:hover:after {
    border: 2px dashed #fff;
}

.hover_round_dark:hover i {
    color: #fff !important;
}

@keyframes pulsate {
    50% {
        background-position: 0 180px;
    }
}

.brightness-lg {
    animation: brightness-lg 3s infinite;
}

@keyframes brightness-lg {
    50% {
        filter: brightness(130%) contrast(130%) drop-shadow(10px 10px 0 rgba(0, 0, 0, 0.3));
        transform: scale(1.05);
    }
}

.brightness {
    animation: brightness 3s infinite;
}

@keyframes brightness {
    50% {
        filter: brightness(130%) contrast(130%) drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.3));
        transform: scale(1);
    }
}

p {
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.3s;
}

a:link {
    color: #000000;
    text-decoration: none
}

a:visited {
    color: #000000;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #00469b;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

.pointer {
    cursor: pointer;
}


img {
    border: 0px;
}

input,
button,
div {
    outline: none !important;
}

ul,
li,
dl,
dt,
dd {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

canvas {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
}

.imgbox {
    position: relative;
    overflow: hidden;
}

.imgbox:after {
    content: '';
    display: block;
}

.imgbox img,
.imgbox video,
.imgbox div.contbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imgbox_1920_510:after {
    margin-top: 26.56%;
}

.imgbox_3_1:after {
    margin-top: 33.3333%;
}

.imgbox_927_320:after {
    margin-top: 34.52%;
}

.imgbox_5_2:after {
    margin-top: 40%;
}

.imgbox_2_1:after {
    margin-top: 50%;
}

.imgbox_685_360:after {
    margin-top: 52.55%;
}

.imgbox_800_450:after {
    margin-top: 56.25%;
}

.imgbox_420_245:after {
    margin-top: 58.33%;
}

.imgbox_5_3:after {
    margin-top: 60%;
}

.imgbox_211_130:after {
    margin-top: 61.61%;
}

.imgbox_3_2:after {
    margin-top: 66.66%;
}

.imgbox_453_320:after {
    margin-top: 70.64%;
}

.imgbox_4_3:after {
    margin-top: 75%;
}

.imgbox_1_1:after {
    margin-top: 100%;
}

.imgbox_3_4:after {
    margin-top: 133.33%;
}

.imgbox_4_3 video {
    width: 100% !important;
    margin: 0 auto;
    display: block;
}

.imgbox_302_379:after {
    margin-top: 125.5%;
}

.imgbox_345_580:after {
    margin-top: 168.11%;
}

.imgbox_695_444:after {
    margin-top: 63.88%;
}

.imgbox_1400_444:after {
    margin-top: 31.71%;
}

.imgbox_456_375:after {
    margin-top: 82.23%;
}

.imgbox_429_148:after {
    margin-top: 34.50%;
}

.reflect {
    -webkit-box-reflect: below 0px -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    position: relative;
}

.ImgScale img,
.ImgScale i {
    transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ImgScale:hover img,
.ImgScale:hover i {
    transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
}

.IScale i,
.IScale img {
    transition: all 1s;
    -ms-transition: all 1s;
}

.IScale:hover i,
.IScale:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
}

img.i-30 {
    width: 30px;
    height: 30px;
}

img.w-md-n50 {
    width: 50%;
}

img.w-md-n75 {
    width: 75%;
}

.rotateY:before {
    transform: rotateY(180deg);
}

.fs-12 {
    font-size: 1.2rem;
}

.fs-14 {
    font-size: 1.4rem;
}

.fs-15 {
    font-size: 1.5rem;
}

.fs-16 {
    font-size: 1.6rem;
}

.fs-17 {
    font-size: 1.7rem;
}

.fs-18 {
    font-size: 1.8rem;
}

.fs-20 {
    font-size: 2.0rem;
}

.fs-22 {
    font-size: 2.2rem;
}

.fs-23 {
    font-size: 2.3rem;
}

.fs-24 {
    font-size: 2.4rem;
}

.fs-26 {
    font-size: 2.6rem;
}

.fs-28 {
    font-size: 2.8rem;
}

.fs-30 {
    font-size: 3.0rem;
}

.fs-36 {
    font-size: 3.6rem;
}

.fs-40 {
    font-size: 4.0rem;
}

.fs-60 {
    font-size: 6.0rem;
}

.op5 {
    opacity: 0.5;
}

.op2 {
    opacity: 0.2;
}


.op6 {
    opacity: 0.6;
}

.op8 {
    opacity: 0.8;
}

.op0 {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
}

.lh-12 {
    line-height: 1.2;
}

.lh-14 {
    line-height: 1.4;
}

.lh-15 {
    line-height: 1.5;
}

.lh-16 {
    line-height: 1.6;
}

.lh-18 {
    line-height: 1.8;
}

.lh-20 {
    line-height: 2.0;
}

.rounded-5 {
    border-radius: 5px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.layui-layer {
    max-width: 96%;
}

.shadow-z {
    box-shadow: 0 0 5px #ccc;
}

.scrolling {
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.a_d_03s {
    transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.mainInfo.op6 * {
    opacity: 0.6;
}

.mainInfo {
    color: #000000;
}

.mainInfo iframe {
    max-width: 100%;
    max-height: 100%;
    width: 600px;
    height: 480px;
}

.mainInfo img {
    max-width: 100% !important;
    height: auto !important;
}

.picBottomLine {
    height: 6px;
    transition: all 0.3s;
}

a:hover .picBottomLine {
    width: 100% !important;
}

.line_quick_base_color {
    width: 11px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    background-color: #00469b;
}

.line_quick_base_color:after {
    content: "";
    display: block;
    margin-top: 4px;
    vertical-align: middle;
    width: 78px;
    height: 1px;
    background-color: #00469b;
    margin-left: 23px;
}

.line_quick_yellow_color {
    width: 11px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    background-color: #e60012;
}

.line_quick_yellow_color:after {
    content: "";
    display: block;
    margin-top: 4px;
    vertical-align: middle;
    width: 78px;
    height: 1px;
    background-color: #e60012;
    margin-left: 23px;
}

.text_clip {
    color: #00469b;
    -webkit-background-image: linear-gradient(to bottom, #016dce, #00479c);
    -webkit-background-clip: text;
    -webkit-color: transparent;
}

/*PAGE

----------------------------------------*/
.de-page-mian {
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden;
}

.de-page-mian .page-inner a {
    display: block;
    float: left;
    width: 40px;
    margin: 0 5px;
    padding: 0 5px;
    height: 40px;
    border-radius: 20%;
    border: 1px solid #dddddd;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: #00469b;
    background: #00469b;
}

.de-page-mian .page-inner a.prev {
    margin-left: 0;
    background: #fff url(../images/prev.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev.on {
    background: #fff url(../images/prev-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.next {
    background: #fff url(../images/next.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next.on {
    background: #fff url(../images/next-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.page-btn {
    font-size: 1.2rem;
    margin-right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.de-page-mian .page-inner span {
    display: block;
    font-size: 1.6rem;
    color: #343434;
    float: left;
    line-height: 38px;
    margin: 0 5px;
}

.de-page-mian .page-inner input {
    display: block;
    float: left;
    border: 0;
    height: 40px;
    width: 40px;
    border-radius: 20%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    margin: 0 5px;
}

.page-a {
    padding: 10px;
}

.page-a a {
    border-radius: 3px;
    margin-top: -10px;
    float: right;
    width: calc(100% - 60px);
    display: inline-block;
    border: 1px dotted #efefef;
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-a a:hover {
    background-color: #00469b;
    border: 1px dotted #00469b;
    color: #fff;
}

.pos-mid {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.filter-white {
    filter: grayscale(100%) brightness(1000%);
}

.hover-brightness:hover {
    filter: brightness(120%) drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}

.hover-brightness {
    transition: all 0.3s;
}

.show{display: block!important;}

/* Header

----------------------------------------*/
.name_box_w {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #f7fafe;
}

.name_box_w .name_box { z-index: 2px; }

.name_box_w.boxshow {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#banner_box {
    /*max-height: 630px;*/
}

/*nav*/

/*.navI li {
    line-height: 18px;
    perspective: 200px;
    -webkit-perspective: 200px;
    -ms-perspective: 200px;
}

.navI li a {
    width: 100%;
    display: block;
    color: #343333;
    position: relative;
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform: translatez(-8px);
    -webkit-transform: translatez(-8px);
    -moz-transform: translatez(-8px);
    -ms-transform: translatez(-8px);
}

.navI li a span {
    display: block;
    height: 100%;
    overflow: hidden;
    color: #343333;
    position: relative;
}

.navI li a span.back {
    color: #00469b;
    transform: rotatex(-90deg) translatez(-8px);
    -webkit-transform: rotatex(-90deg) translatez(-8px);
    -ms-transform: rotatex(0) translatez(-8px);
    -moz-transform: rotatex(-90deg) translatez(-8px);
    -o-transform: rotatex(-90deg) translatez(-8px);
    opacity: 0;
    visibility: hidden;
    transition: 0.34s;
    z-index: 5;
}


.navI li a span.back .float-right {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.navI li a span.front {
    transition: 0.34s;
    -ms-transition: 0.34s;
    transform: rotatex(0deg) translatez(8px);
    -moz-transform: rotatex(0deg) translatez(8px);
    -ms-transform: rotatex(0deg) translatez(8px);
    -webkit-transform: rotatex(0deg) translatez(8px);
}

.navI li:hover a,
.navI li.active a {
    transform: rotateX(90deg) translatez(8px);
    -webkit-transform: rotateX(90deg) translatez(8px);
    -moz-transform: rotateX(90deg) translatez(8px);
    -ms-transform: translateY(-16px) translatez(8px);
    -webkit-transform: rotateX(90deg) translatez(8px);
    top: -16px\9;
}

.navI li:hover a span.front,
.navI li.active a span.front {
    opacity: 0;
    visibility: hidden;
    color: #00469b;
}

.navI li:hover a span.back,
.navI li.active a span.back {
    opacity: 1;
    visibility: visible;
}

.menudowns {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    overflow: hidden;
    z-index: 99;
    background-image: linear-gradient(to right, #f7fafe 66.666667%, #00469b 66.666667%);
    border-top: 1px solid #dfdddd;
}


.menuswr {
    padding: 0;
}

.menu1 { padding: 65px 50px 65px 50px; }
.menu2 { padding: 65px 50px 65px 50px; }

.menuin {
    height: 100%;
    display: none;
}

.menuin.active {
    display: block;
}

.menu1 dd a{ color: #000000; transition: all 0.5s; }

.menu1 dd a:hover,
.menu1 dd a.active {
    color: #00469b;
    font-weight: bold;
    transform: scale(1.05);
}

.menu2 dd a{ color: #b4bcd1; transition: all 0.5s;}

.menu2 dd a:hover,
.menu2 dd a.active {
    color: #fff;
    font-weight: bold;
    transform: scale(1.05);
}*/

/**/


/*nav*/

.navI li dl dt {
    transform: translateY(10px);
    line-height: 18px;
    perspective: 200px;
    -webkit-perspective: 200px;
    -ms-perspective: 200px;
}

.navI li dl dt a {
    width: 100%;
    display: block;
    color: #565454;
    position: relative;
    transform-style: preserve-3d;
    transform: translatez(-8px);
    -webkit-transform: translatez(-8px);
    -moz-transform: translatez(-8px);
    -ms-transform: translatez(-8px);
}

.navI li dl dt a span {
    display: block;
    height: 100%;
    overflow: hidden;
    color: #565454;
    position: relative;
}

.navI li dl dt a span.back {
    color: var(--base_color);
    transform: rotatex(-90deg) translatez(-8px);
    -webkit-transform: rotatex(-90deg) translatez(-8px);
    -ms-transform: rotatex(-90deg) translatez(-8px);
    -moz-transform: rotatex(-90deg) translatez(-8px);
    -o-transform: rotatex(-90deg) translatez(-8px);
    opacity: 0;
    visibility: hidden;
    transition: 0.34s;
    z-index: 5;
}


.navI li dl dt a span.back .float-right {
    transform: rotate(180deg);
}

.navI li dl dt a span.front {
    transition: 0.34s;
    transform: rotatex(0deg) translatez(8px);
    -moz-transform: rotatex(0deg) translatez(8px);
    -ms-transform: rotatex(0deg) translatez(8px);
    -webkit-transform: rotatex(0deg) translatez(8px);
}

.navI li dl dt:hover a,
.navI li dl dt.active a {
    transform: rotateX(90deg) translatez(8px);
    -webkit-transform: rotateX(90deg) translatez(8px);
    -moz-transform: rotateX(90deg) translatez(8px);
    -ms-transform: rotateX(90deg) translatez(8px);
    -webkit-transform: rotateX(90deg) translatez(8px);
    top: -16px\9;
}

.navI li dl dt:hover a span.front,
.navI li dl dt.active a span.front {
    opacity: 0;
    visibility: hidden;
    color: var(--base_color);
}

.navI li dl dt:hover a span.back,
.navI li dl dt.active a span.back {
    opacity: 1;
    visibility: visible;
}


.navI dl dd {
    display: none;
    background: #0d62ce;
    filter: alpha(opacity=33);
    background-color: rgba(1, 124, 196, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.navI dl:hover dd,
nav .nav .active dl:hover dd {
    display: block;
}

.navI dl dd:after {
    content: "";
    width: 0%;
    height: 100%;
    background: var(--base_color);
    position: absolute;
    left: 50%;
    top: 0;
    transition: 0.5s;
    z-index: 0;
}

.navI dl dd:hover:after,.navI dl dd.active:after {
    width: 100%;
    left: 0;
}

.navI dd a {position: relative; z-index: 1; }
.navI dd:hover a,
.navI dd.active a {
    background: rgba(0, 0, 0, 0.3);
}
/*nav*/

.flash .swiper-button-prev,
.flash .swiper-button-next {
    display: inline-block;
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    width: 18px;
    height: 18px;
    transition: all 0.3s;
    background-color: none;
    vertical-align: middle;
    background-size: 40%;
    cursor: pointer;
}

.flash .swiper-button-prev:hover,
.flash .swiper-button-next:hover {
    opacity: 1;
}

.flash .swiper-pagination {
    position: static;
    display: inline-block;
    vertical-align: middle;
    bottom: auto;
    width: auto;
}

.flash .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: none !important;
    color: #fff;
}

.flash .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: none !important;
    color: #fff;
    transition: all 0.3s;
    outline: none;
    cursor: pointer;
    padding: 0 4px;
}

.flash .swiper-pagination-bullet i {
    display: inline-block;
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    transform-origin: 0 0;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 0;
    transition: all 0.3s;
}

.flash .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: auto;
    text-align: left;
}

.flash .swiper-pagination-bullet.swiper-pagination-bullet-active i {
    animation: sliderPaginationwidth 7s linear forwards;
    margin-left: 8px;
}

.flash .swiper-pagination-bullet.swiper-pagination-bullet-active i.paused {
    animation-play-state: paused;
}


.start_stop {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    cursor: pointer;
}

@keyframes sliderPaginationwidth {
    100% {
        width: 60px;
    }
}


#page_banner_box .box {
    background-size: cover 150%;
}


.subNav li {
    width: auto;
    min-width: 80px;
}

.subNav li a {
    line-height: 30px;
    color: #8d8d8d;
    margin-right: 1 0px;
}

.subNav li a.active {
    position: relative;
    color: #00469b;
    font-size: 1.7rem !important;
    font-weight: bold !important;
}


.subNav span.movebg {
    width: 80px;
    height: 3px;
    display: block;
    background-color: #00469b;
    position: absolute;
    left: 0;
    bottom: 1px;
    transition: all .5s;
}


.location {
    line-height: 30px;
}

.location,
.location a {
    color: #8d8d8d;
}

/*NAV*/

/*SLIDER*/

.tabs_nav {
    height: 30px;
}

.news .cont {
    height: 60px;
}

.nav-tabs .nav-link.active {
    color: #00469b !important;
    opacity: 1;
    font-weight: bold;
    font-size: 1.5rem;
}


.date:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fee100;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 0;
}

.catname:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fee100;
    position: absolute;
    top: 0px;
    left: -10px;
    z-index: 0;
}


/*Index*/

/*in_box1*/

#in_box1 .hot_title {
    width: calc(100% - 100px);
}


.hotNew .controls {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 999;
}

.hotNew .swiper-button-prev,
.hotNew .swiper-button-next {
    display: inline-block;
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    width: 24px;
    height: 24px;
    line-height: 20px;
    transition: all 0.3s;
    vertical-align: middle;
    background-image: none;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #d4d4d4;
}

.hotNew .swiper-button-prev i,
.hotNew .swiper-button-next i {
    color: #d4d4d4;
}

.hotNew .swiper-button-prev:hover,
.hotNew .swiper-button-next:hover {
    background-color: #00469b;
    border: 2px solid #00469b;
}

.hotNew .swiper-button-prev:hover i,
.hotNew .swiper-button-next:hover i {
    color: #ffffff;
}

.hotNew .swiper-button-prev {
    transform: rotateY(180deg);
}

/*in_box2*/

#in_box2 {
    background: url('../images/index/bg_2.jpg') center no-repeat;
    background-size: cover;
    background-color: #11357f;
}

.cates_gd .swiper-button-next {
    width: 28px;
    height: 28px;
    background-image: none;
    transition: all 0.3s;
    background-color: white;
    cursor: pointer;
    outline: none;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    margin-left: 14px;
}

.cates_gd .swiper-button-next:hover {
    transform: scale(1.1);
    background-color: #00469b;
    color: #ffffff !important;
}

.cates_gd .swiper-button-next:hover * {
    color: #ffffff !important;
}


.cates_gd .swiper-slide {
    width: 100%;
}

.cates_gd .swiper-button-next {
    right: calc((100% - 100% - 0px)/2);
}


.cates_gd .swiper-slide {
    opacity: 0.4;
}

.cates_gd .swiper-slide-active {
    opacity: 1;
}

.cates_gd .proList a:after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}

/*in_box3*/


#in_box3 .prev {
    padding-right: 20px !important;
}

#in_box3 .next {
    padding-left: 20px !important;
}

.myfw_gd .gallery-top .swiper-slide {
    width: auto;
}

/*.myfw_gd .gallery-top .swiper-slide {
    padding-bottom: 3px;
    background-color: #12283c;
}*/

.myfw_gd .gallery-top .swiper-slide img {
    opacity: 0.2;
    display: block;
    height: 100%;
}

.myfw_gd .gallery-top .swiper-slide-active {
    position: relative;
    background-color: #ffffff;
}

.myfw_gd .gallery-top .swiper-slide-active img {
    opacity: 1;
}

/*.myfw_gd .gallery-top .swiper-slide-active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 3px;
    background-color: #00469b;
}*/


.myfw_gd .gallery-thumbs .swiper-slide-thumb-active { border-top: 3px solid #00469b; }
.myfw_gd .gallery-thumbs .swiper-slide-thumb-active .text_box p {
    color: #00469b !important;
    font-weight: bold;
}

.myfw_gd .gallery-thumbs .swiper-slide-thumb-active .text_box p span {
    opacity: 1 !important;
}

.myfw_gd .swiper-button-next,
.myfw_gd .swiper-button-prev {
    width: 18px !important;
    height: 30px !important;
    background-size: 60%;
    background-color: rgba(0, 0, 0, 0.5);
}

/*in_box4*/

#in_box4 {
    background: url('../images/index/bg_4.jpg') center no-repeat;
    background-color: #f1f5fb;
    background-size: cover;
}

#in_box5 {
    background: url('../images/index/bg_5.jpg') top no-repeat;
    background-color: #336999;
}

#in_box6_1 {
    background: url('../images/index/bg_6_1.jpg') top no-repeat;
    background-color: #01255f;
}

#in_box6_2 {
    background: url('../images/index/bg_6_2.jpg') top no-repeat;
    background-color: #01255f;
}

.inContent p {
    color: #e7f0f9;
    line-height: 2;
}

/*fylc*/
#fylc .year>div {
    width: 160px;
}

/*qywh*/


#qywh #box1 .qyicon li a {
    width: 80px;
    height: 80px;
}

#qywh #box2 .qylist li .cover {
    transition: all 0.3s;
    transform: translateY(0) rotate(45deg) scale(2);
    background-color: rgba(21, 88, 177, 0.8);
    top: 0;
    left: 0;
    z-index: 1;
}

#qywh #box2 .qylist li.active .cover {
    transform: translateY(-200%) rotate(45deg) scale(2);
}

#qywh #box2 .qylist li .title {
    z-index: 2;
    transition: all 0.3s;
}

#qywh #box2 .qylist li:hover .title {
    font-weight: bold;
}

#qywh #box2 .qylist li:hover img {
    filter: brightness(110%) contrast(110%);
}

/*goods*/

#product .tip {
    width: 30px;
    height: 24px;
    line-height: 24px;
    background: url(../images/goods/tip.png) center no-repeat;
    background-size: cover;
    text-align: center;
}


/* Footer
----------------------------------------*/

.page-footer {
    background-color: #11357f;
}

.page-footer,
.page-footer a {
    color: #fff;
}


.page-footer a:hover {
    opacity: 1 !important;
    color: #ffffff !important;
}

#footer_nav dd a {
    color: #d1def9;
    opacity: 0.4;
}

#footer_nav dd.active a {
    position: relative;
}

#footer_nav dd.active a:after {
    display: block;
    content: "";
    height: 3px;
    background-color: #347bc6;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all 0.3s;
    width: 90%;
    background-color: #347bc6;
}

/*顶部版权*/
#footer_copy {
    color: rgba(209, 222, 249, 0.2);
}

#footer_copy a {
    color: rgba(209, 222, 249, 0.2);
}

/*手机底部导航*/
#page-footer-gt li.active a {
    background-color: #00469b;
}

/*返回顶部*/
.backTop {
    bottom: 20%;
    right: 10px;
    z-index: 2;
    display: none;
}

.backTop p {
    width: 40px;
    height: 40px;
    position: relative;
}

/*分享*/
.social-share {
    font-size: 1.4rem;
}

.social-share .social-share-icon {
    background-color: #ffffff !important;
    color: #00469b !important;
    border: 0 !important;
    transition: all 0.3s;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    margin: 0 8px;
    display: inline-block;
    font-size: 22px !important;
}

.social-share .social-share-icon:first-child {
    margin-left: 0;
}

.social-share .social-share-icon:last-child {
    margin-right: 0;
}


.social-share .social-share-icon:hover {
    color: #ffffff !important;
    background-color: #00469b !important;
    border-color: #00469b !important;
    transform: scale(1.2);
}

.social-share .social-share-icon:hover .wechat-qrcode {
    transform: scale(0.83333333333);
}


/*MESSAGE*/

#page_index #c_mess_box input,

#page_index #c_mess_box textarea {
    margin-bottom: 10px !important;
}

#page_mess_box li {
    margin-bottom: 10px;
}

#page_mess_box li input {
    height: 40px;
}


/*联系方式*/

.de-job-list {
    overflow: hidden;
    padding-bottom: 19px;
    min-height: 300px;
    padding: 5px 5px;
}

.de-job-list ul li {
    overflow: hidden;
    padding: 20px;
    /*height: 188px;*/
    border: 1px solid #ededed;
}

.de-job-list ul li .job-title {
    float: left;
    width: 50%;
    margin-right: 10px;
}

.de-job-list ul li .job-title h3 {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.de-job-list ul li .job-title p {
    font-size: 18px;
    color: #237ed2;
    line-height: 20px;
    font-weight: bold;
}

.de-job-list ul li .job-title p em {
    font-weight: normal;
    font-size: 12px;
}

.de-job-list ul li .job-info {
    float: left;
    width: 200px;
}

.de-job-list ul li .job-info p {
    font-size: 15px;
    color: #b2b2b2;
    line-height: 20px;
    margin-bottom: 15px;
}

.de-job-list ul li .job-info p span {
    color: #737373;
}

.de-job-list ul li .job-btn {
    float: right;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #237ed2;
    margin-top: 20px;
}

.de-job-list ul li:hover {
    box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}

.de-job-list ul li:hover .job-btn {
    background: #000;
}

.de-job-list ul li:hover .job-btn {
    display: block;
}

.jobs-info {
    padding: 40px 10px 30px;
    margin-bottom: 28px;
    border-bottom: 1px dashed #ededed;
}

.jobs-info .h3 {
    overflow: hidden;
    margin-bottom: 15px;
}

.jobs-info .h3 .job-name {
    float: left;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    width: 70%;
}

.jobs-info .h3 .job-price {
    float: right;
    font-weight: bold;
    font-size: 24px;
    color: #237ed2;
    line-height: 1.1;
    max-width: 360px;
}

.jobs-info .h3 .job-price em {
    font-weight: normal;
    font-size: 16px;
}

.jobs-info .p {
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    margin-bottom: 10px;
}

.jobs-info .p span {
    color: #595959;
}

.jobs-info .btnn {
    padding-top: 10px;
    overflow: hidden;
}

.jobs-info .btnn a {
    display: inline-block;
    width: 230px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background: #237ed2;
    font-size: 14px;
}

.jobs-info .btnn a:hover {
    background: #0058b1;
}

.jobs-info-content {
    padding: 0 20px;
    overflow: hidden;
}

.jobs-info-content h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
}

.jobs-info-content p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.apply-job {
    overflow: hidden;
    margin-top: 20px;
}

.apply-job .job-tr {
    overflow: hidden;
}

.apply-job .job-tr .tr-over {
    overflow: hidden;
}

.apply-job .job-tr .error {
    padding-left: 75px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
}

.apply-job .job-tr .tr-title {
    float: left;
    width: 50px;
    min-height: 20px;
    text-align: right;
    font-size: 14px;
    color: #808080;
    margin-right: 25px;
    line-height: 40px;
}

.apply-job .job-tr .tr-cont {
    float: left;
    width: calc(100% - 100px);
}

.apply-job .job-tr .tr-cont h3 {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
}

.apply-job .job-tr .tr-cont input[type=text] {
    line-height: 38px;
    font-size: 14px;
    color: #333;
    width: 100%;
    display: block;
    padding: 0 10px;
    height: 38px;
    border: 1px solid #e6e6e6;
}

.apply-job .job-tr .tr-cont input[name='captcha'] {
    font-size: 14px;
    line-height: 38px;
    color: #333;
    width: 100px;
    float: left;
    margin-right: 30px;
}

.apply-job .job-tr .tr-cont .verify {
    cursor: pointer;
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}

.apply-job .job-tr .tr-cont .verify img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.apply-job .job-tr .tr-cont textarea {
    font-size: 14px;
    color: #333;
    display: block;
    height: 170px;
    line-height: 20px;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #e6e6e6;
}

.apply-job .job-tr .tr-cont.radio-cont {
    line-height: 40px;
}

.apply-job .job-tr .tr-cont.radio-cont input[type=radio] {
    margin-right: 10px;
}

.apply-job .job-tr .tr-cont.radio-cont label {
    margin-right: 30px;
    color: #4c4c4c;
    font-weight: bold;
}

.apply-job .job-tr .tr-cont a.submit {
    display: inline-block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #237ed2;
    color: #fff;
    font-size: 15px;
}

.apply-job .job-tr .tr-cont a.submit:hover {
    background: #0058b1;
}

.clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.clamp-2 { 
  -webkit-line-clamp: 2;
}

.clamp-3 { 
  -webkit-line-clamp: 3;
}