@charset "UTF-8";

html {
    font-size: 16px;
    color: #464646;
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #464646;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: Arial;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

@media print {

    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }


    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

/*通用样式*/
html {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: Arial;
}

ul,
ol,
li,
dl,
dd,
dt {
    list-style-type: none;
    line-height: normal;
}

body,
button,
input,
select,
textarea {
    font-family: Arial;
    color: #464646;
}

code,
kbd,
pre,
samp {
    font-family: Arial;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
    animation: all .3s cubic-bezier(.23, 1.08, .62, .95);
    -moz-transition: all .3s cubic-bezier(.23, 1.08, .62, .95);
    -o-transition: all .3s cubic-bezier(.23, 1.08, .62, .95);
    transition: all .3s cubic-bezier(.23, 1.08, .62, .95);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

img {
    border: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    font-family: Arial;
}

input,
table,
tr,
td {
    margin: 0;
    padding: 0;
    border: none;
}

p {
    margin: 0;
    padding: 0;
}

button,
table {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

select {
    margin: 0;
    padding: 0;
    font-family: Arial;
    outline: none;
}

textarea {
    border: 0;
    background: none;
    resize: none;
    outline: 0;
}

input {
    outline: 0;
    border: 0;
    background: none;
}

button {
    outline: none;
    border: 0;
    background: none;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

i {
    font-style: normal;
}

.elli {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    zoom: 1;
}

* {
    font-family: Arial;
}

a {
    color: #464646;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #1400ca;
}

/*字母大写*/
.D1 {
    text-transform: uppercase;
}

/*字母小写*/
.D2 {
    text-transform: lowercase;
}

/*字母首字母大写*/
.D3 {
    text-transform: capitalize;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Icons */
.swiper-prev,
.swiper-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 46px;
    height: 46px;
    padding: 0;
    margin-top: -23px;
    cursor: pointer;
    color: transparent;
    border: 0;
    z-index: 8;
    opacity: 1;
    background: url(images/gd_l_14.png) no-repeat center;
    background-size: auto 100% !important;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.swiper-prev {
    left: -5px;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.swiper-next {
    right: -5px;
}


@media screen and (max-width:1024px) {

    .swiper-prev,
    .swiper-next {
        width: 26px;
        height: 26px;
        margin-top: -13px;
    }
}


/* Dots */
.swiper-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 6;
}

.swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    display: block;
    padding: 0 !important;
    width: 24px !important;
    height: 5px !important;
    /* border-radius: 50%; */
    background: #000;
    margin: 0 7px;
    opacity: 0.5;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: red !important;
}

@media screen and (max-width:1024px) {
    .swiper-pagination .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        margin: 0 5px;
    }
}

/* Prevent text size auto-adjust on small screens */
@media screen and (max-width: 480px),
screen and (max-device-width: 480px),
only screen and (-webkit-min-device-pixel-ratio: 2),
screen and (min-device-width: 768px) and (max-device-width: 1243px) {
    body {
        -webkit-text-size-adjust: none;
        text-size-adjust: none;
        /* Standard property */
    }
}

body {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}



.swiperBox {
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    position: relative;
    z-index: 5;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
    width: 100%;
    line-height: 0;
}

.max-width {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.ctext {
    float: left;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
}

@media screen and (max-width:1200px) {
    .ctext {
        float: left;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .ctext {
        padding-left: 15px;
        padding-right: 15px;
    }
}


body {
    background: url(images/bg1.jpg) no-repeat center top;
    background-size: 100% auto;
}

.header .menuph {
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    margin: 0 -8px;
    display: none;
}

.header .menuph .menu-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    overflow: hidden;
    z-index: 10;
}

.header .menuph .cd-nav-trigger {
    display: block;
    width: 40px;
    height: 40px;
}

.header .menuph .menu-toggle span.hamburger {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #12007C;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 8px;
    margin-left: 0;
    -webkit-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-delay: 0.15s;
}

.header .menuph .menu-toggle span.hamburger:after,
.header .menuph .menu-toggle span.hamburger:before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #12007C;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    -webkit-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-delay: 0.15s;
}

.header .menuph .menu-toggle span.hamburger:after {
    margin-top: -8px;
    top: 0;
    transition-delay: 0.27s;
}

.header .menuph .menu-toggle span.hamburger:before {
    margin-top: 8px;
    top: 0;
    transition-delay: 0.2s;
}

.header .menuph .menu-toggle span.hamburger span {
    width: 2px;
    height: 2px;
    display: block;
    background: #12007C;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -1px;
}

.header .menuph .menu-toggle span.hamburger .span1 {
    margin-top: -9px;
}

.header .menuph .menu-toggle span.hamburger .span3 {
    margin-top: 7px;
}

.header .menuph .menu-toggle span.cross:before,
.header .menuph .menu-toggle span.cross:after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #12007C;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 50%;
    margin-left: -12px;
    -webkit-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    transform: translateY(-70px) translateX(-70px) rotate(45deg);
    transition-delay: 0.12s;
}

.header .menuph .menu-toggle span.cross:after {
    transition-delay: 0s;
    -webkit-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    transform: translateY(70px) translateX(-70px) rotate(-45deg);
}

.header .menuph .menu-toggle span.cross:after {
    -webkit-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    transform: translateY(-70px) translateX(70px) rotate(-45deg);
}

.header .cross::before,
.header .cross::after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.header .menuph.active .menu-toggle span.hamburger,
.header .menuph.active .menu-toggle span.hamburger:after,
.header .menuph.active .menu-toggle span.hamburger:before {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
    transition-delay: 0.12s;
}

.header .menuph.active .menu-toggle span.hamburger:after {
    transition-delay: 0s;
}

.header .menuph.active .menu-toggle span.hamburger:before {
    transition-delay: 0.07s;
}

.header .menuph.active .menu-toggle span.cross:before {
    transition-delay: 0.12s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .menuph.active .menu-toggle span.cross:after {
    transition-delay: 0.24s;
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}



@media screen and (max-width:1024px) {
    .header .menuph {
        display: block;
    }

    body {
        background-size: auto 300px;
    }
}

.header .xialaph {
    position: fixed;
    left: 0;
    top: 50px;
    float: left;
    width: 100%;
    height: 100vh;
    z-index: 15;
    display: none;
    background: #fff;
    padding: 5px 15px 50px 15px;
    overflow-y: auto;
}

.header .xialaph .l1 {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header .xialaph .a1box {
    width: 100%;
    position: relative;
}

.header .xialaph .a2box {
    width: 100%;
    position: relative;
}

.header .xialaph .a1 {
    font-size: 16px;
    color: #464646;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding: 12px 20px 12px 0;
    display: block;
    width: 100%;
    text-transform: capitalize;
}

.header .xialaph .on .a1 {
    color: #f28020;
}

.header .xialaph .icobox {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.header .xialaph .icobox::after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    border-top: 1px solid #464646;
    border-right: 1px solid #464646;
}

.header .xialaph .on .icobox::after {
    transform: translate(0, -50%) rotate(135deg);
    -ms-transform: translate(0, -50%) rotate(135deg);
    margin-top: -3px;
}

.header .xialaph .u2 {
    width: 100%;
    padding: 0 0 15px 15px;
    display: none;
}

.header .xialaph .u2 .l2 {
    width: 100%;
    display: block;
}

.header .xialaph .u2 .a2 {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #464646;
    line-height: 26px;
    padding: 4px 0;
}

.header .xialaph .on .a2 {
    color: #f28020;
}

.header .xialaph .u3 {
    width: 100%;
    padding: 8px 15px;
    display: none;
}

.header .xialaph .u3 li {
    width: 100%;
    display: block;
}

.header .xialaph .u3 li a {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    padding: 2px 0;
}


/*   首页   */
.header {
    float: left;
    width: 100%;
}

.header.tcm .ctext {
    position: relative;
    z-index: 20;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.header .logo {
    float: left;
    line-height: 0;
}

.header .logo img {
    height: 40px;
}

.header .top {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}

.header .right {
    float: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.header .yuy {
    float: right;
}

.header .yuy span {
    float: left;
    margin: 0 18px;
}

.header .yuy a {
    float: left;
    line-height: 28px;
}

.header .yuy .a1 {
    width: 124px;
    background: url(images/lan_bg_05.html) no-repeat;
    height: 28px;
    padding-left: 10px;
}

/* #12007C */
/* #001485 */

.header .search {
    float: right;
    border: 3px solid #ebebeb;
    margin-top: 15px;
    border-radius: 6px;
    background-image: -webkit-linear-gradient(top, #12007C 0%, #001485 100%);
    background-image: -moz-linear-gradient(top, #12007C 0%, #001485 100%);
    background-image: -o-linear-gradient(top, #12007C 0%, #001485 100%);
    background-image: linear-gradient(top, #12007C 0%, #001485 100%);
}

.header .search .sty1 {
    float: left;
    height: 32px;
    background: #fff;
    width: 306px;
    border: 0;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    padding: 0 14px;
}

.header .search .sty1:focus {
    border: 0;
}

.header .search .sty2 {
    float: left;
    height: 32px;
    width: 40px;
    min-width: 40px;
    border: 0;
    border-radius: 0;
    background: url(images/_search.svg) center no-repeat;
    font-size: 0;
    background-size: 20px 20px !important;
}

.header .nav {
    width: 100%;
    float: left;
    border-radius: 12px;
    position: relative;
    background-image: -webkit-linear-gradient(top, #12007C 0%, #001485 100%);
    background-image: -moz-linear-gradient(top, #12007C 0%, #001485 100%);
    background-image: -o-linear-gradient(top, #12007C 0%, #001485 100%);
    background-image: linear-gradient(top, #12007C 0%, #001485 100%);
}

.header .nav::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 1) 88%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 1) 88%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 1) 88%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 1) 88%, rgba(255, 255, 255, 0) 100%);
}

.header .nav ul {
    float: left;
    width: 100%;
    display: flex;
}

.header .nav li {
    float: left;
    width: 100%;
    background: url(images/navlibg_07.jpg) no-repeat right bottom;
    background-size: 2px 100%;
    padding: 0 2%;
}

.header .nav li:last-child {
    background: none;
}

.header .nav li a {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    height: 52px;
    text-transform: capitalize;
    white-space: nowrap;
}

.header .nav li a:hover {
    text-decoration: none;
}

@media screen and (max-width:1440px) {
    .header .nav li {
        padding: 0 1%;
    }

    .header .nav li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .header .top {
        height: 50px;
    }

    .header .logo img {
        height: 22px;
    }

    .header .nav {
        display: none;
    }

    .header .right {
        display: none;
    }

    .header .search {
        width: 100%;
        margin-top: 20px;
        display: flex;
    }

    .header .search .sty1 {
        width: 100%;
    }
}


.banner {
    width: 100%;
    float: left;
    position: relative;
    margin: 12px 0;
    display: flex;
    flex-wrap: wrap;
}

.banner .banner1 {
    float: left;
    position: relative;
    z-index: 10;
    width: -webkit-calc(100% - 410px);
    width: -moz-calc(100% - 410px);
    width: calc(100% - 410px);
    margin-right: -40px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
}

.banner .banner1 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner .banner1 .pf {
    position: absolute;
    left: 26px;
    top: 26px;
    width: 75%;
    font-size: 16px;
    min-height: 28px;
    z-index: 10;
}

.banner .banner1 .pd {
    position: absolute;
    text-align: right;
    right: 40px;
    bottom: 20px;
    width: 46%;
    font-size: 16px;
    line-height: 26px;
    z-index: 10
}

.banner .imgPlay {
    float: right;
    width: 450px;
    line-height: 0;
}

.banner .imgPlay .imgs {
    float: left;
    width: 100%;
    line-height: 0;
}

.banner .imgPlay .imgs .li {
    float: left;
    width: 100%;
    line-height: 0;
}

.banner .imgPlay .imgs .li a {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 66.88%;
}

.banner .imgPlay .imgs .li a img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.banner .imgPlay .swiper-pagination {
    padding: 0 40px;
    justify-content: flex-end;
}

@media screen and (max-width:1440px) {
    .banner .banner1 .pf {
        width: 88%;
    }

    .banner .banner1 .pd {
        width: 62%;
    }
}

@media screen and (max-width:1200px) {
    .banner .banner1 .pf {
        width: 88%;
        left: 20px;
        top: 20px;
        line-height: 24px;
    }

    .banner .banner1 .pd {
        width: 62%;
        right: 30px;
        bottom: 15px;
        line-height: 22px;
    }
}

@media screen and (max-width:1024px) {
    .banner {
        flex-wrap: wrap;
        flex-wrap: wrap-reverse;
        margin: 0 0 12px 0;
    }

    .banner .banner1 {
        padding: 25px 20px;
        width: 100%;
        border-radius: 0 0 12px 12px;
        margin-top: -1px;
    }

    .banner .banner1 .img {
        width: 110%;
        max-width: initial;
    }

    .banner .banner1 .pf {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }

    .banner .banner1 .pd {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        margin-top: 20px;
    }

    .banner .imgPlay {
        width: 100%;
    }
}


.content {
    width: 100%;
    float: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    overflow: hidden;
    background: url(images/left_bg_06.jpg) repeat-y #fff;
}

.content .tt {
    width: 100%;
    float: left;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 58px;
    padding-left: 28px;
    background-image: -webkit-linear-gradient(top, #12007C 0%, #001485 100%);
    background-image: -moz-linear-gradient(top, #12007C 0%, #001485 100%);
    background-image: -o-linear-gradient(top, #12007C 0%, #001485 100%);
    background-image: linear-gradient(top, #12007C 0%, #001485 100%);
}

.content .list {
    width: 100%;
    float: left;
}

.content .left {
    width: 300px;
    float: left;
    overflow: hidden;
    padding-bottom: 30px;
}

.content .left .li {
    width: 100%;
    float: left;
    position: relative;
}

.content .left .tit {
    cursor: pointer;
    width: 100%;
    float: left;
    background: #7a7a7a;
    background-size: 100% 100%;
    margin-bottom: 1px;
}

.content .left .tit a {
    float: left;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    padding: 9px 0 9px 39px;
    position: relative;
}

.content .left .tit a:after {
    display: block;
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    margin-top: -6px;
}

.content .left ul {
    float: left;
    padding: 0 14px 12px 14px;
}

.content .left li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d9d9d9;
}

.content .left li a {
    float: left;
    position: relative;
    padding: 7px 0 7px 28px;
    font-size: 16px;
    line-height: 24px;
}

.content .left li a:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #12007C 0%, #001485 100%);
    background-image: -moz-linear-gradient(top, #12007C 0%, #001485 100%);
    background-image: -o-linear-gradient(top, #12007C 0%, #001485 100%);
    background-image: linear-gradient(top, #12007C 0%, #001485 100%);
}

.content .left li a::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    display: block;
    background: url(images/left_libg_10.svg) no-repeat center;
    background-size: 16px auto;
}

.content .right {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    float: right;
    padding: 14px 40px 30px 40px;
    box-sizing: border-box;
}

.content .right .tit1 {
    width: 100%;
    float: left;
    color: #ffffff;
    line-height: 32px;
    background: url(images/titbg1_07.jpg) left center no-repeat;
    background-size: auto 100% !important;
    padding: 10px 0 18px 20px;
    font-size: 24px;
}

.content .right .about {
    width: 100%;
    float: left;
    position: relative;
    font-size: 16px;
    line-height: 26px;
}

.content .right .about .info {
    width: 100%;
    float: left;
    margin-top: 46px;
}

.content .right .about .info1 {
    width: 100%;
    float: left;
    margin-top: 26px;
}

.content .right .about .pic {
    width: 222px;
    margin: 0 0 10px 10px;
}

.content .right .gd {
    width: 100%;
    float: left;
    margin-top: 150px;
}

.content .right .gd .tit {
    width: 100%;
    float: left;
}

.content .right .gdct {
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 13px 40px;
}

.content .right .gdct .ul {
    float: left;
    width: 100%;
}

.content .right .gdct .li {
    width: 25%;
    float: left;
    padding: 0 12px;
    box-sizing: border-box;
}

.content .right .gdct .li a {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.content .right .gdct .li .pic {
    float: left;
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 80.4%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.content .right .gdct .li img {
    width: 98%;
    height: 98%;
    position: absolute;
    left: 1%;
    top: 1%;
    object-fit: contain;
}

.content .right .gdct .li p {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 28px;
    height: 56px;
    margin-top: 14px;
}

.content .right .gdct .li a:hover p {
    text-decoration: underline;
}

.content .right .gdct .l_a {
    float: left;
    position: absolute;
    top: 0;
    z-index: 6;
    margin: 0 5px;
    margin-top: 73px;
}

.content .right .pcont {
    overflow: hidden;
    width: 100%;
}

.content .right .r_n {
    width: 100%;
    float: left;
    margin-top: 100px;
}

.content .right .r_n .r_nl {
    width: 62.4%;
    float: left;
    border-right: 1px dashed #d9d9d9;
    padding-right: 50px;
    box-sizing: border-box;
}

.content .right .r_n .r_nl .tit {
    width: 100%;
    float: left;
}

.content .right .r_n .r_nlct {
    width: 100%;
    float: left;
    padding: 14px 0;
}

.content .right .r_n .r_nlct li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d9d9d9;
    background: url(images/left_libg_9.svg) no-repeat left center;
    background-size: 18px auto !important;
}

.content .right .r_n .r_nlct li a {
    float: left;
    width: 100%;
    padding: 6px 0 6px 20px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}

.content .right .r_n .r_nr {
    width: 37.6%;
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
}

.content .right .r_n .r_nr .tit {
    width: 100%;
    float: left;
}

.content .right .r_n .r_nrct {
    width: 100%;
    float: left;
    padding: 14px 0;
    line-height: 26px;
}

.content .right .r_n .r_nrct .pic {
    width: 100%;
    float: left;
    line-height: 0;
    margin-bottom: 16px;
}

.content .right .r_n .r_nrct .p {
    width: 100%;
    float: left;
    color: #001485;
    font-weight: bold;
}

.content .right .r_n .r_nrct .p a {
    color: #001485;
}

.w100 {
    width: 100%;
    float: left;
}

.content .right .about .logo {
    line-height: 0;
}

.content .right .about .logo img {
    height: 46px;
}

.content .right .about .co1 {
    color: #001485;
    font-weight: bold;
}

@media screen and (max-width:1024px) {
    .content {
        background: #fff;
    }

    .content .tt {
        line-height: 50px;
        padding: 0 0 0 20px;
        position: relative;
    }

    .content .tt:after {
        display: block;
        content: '';
        position: absolute;
        right: 20px;
        top: 50%;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #fff;
        margin-top: -6px;
    }

    .content .left ul {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 12;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .content .left {
        width: 100%;
        padding: 0;
        position: relative;
        overflow: visible;
    }

    .content .right {
        width: 100%;
        padding: 20px 15px 15px 15px;
    }

    .content .right .r_n {
        margin-top: 0;
    }

    .content .right .r_n .r_nl {
        width: 100%;
        padding: 0;
        border-right: 0;
    }

    .content .right .r_n .r_nr {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .content .right .r_n .r_nrct .p {
        padding: 0 10px;
    }

    .content .right .about .info {
        margin-top: 20px;
    }

    .content .right .about .info1 {
        margin-top: 16px;
    }

    .content .right .gd {
        margin-top: 30px;
    }

    .content .right .gdct {
        padding: 13px 20px;
    }

    .content .right .gdct .li {
        padding: 0 12px;
    }

    .content .right .gdct .li a {
        margin: 12px 0;
    }

    .content .right .about .logo img {
        height: 30px;
    }

    .pd14 {
        padding-bottom: 20px;
    }
}

@media screen and (max-width:767px) {
    .content .right .about .co1 {
        font-size: 14px;
        line-height: 24px;
    }

    .content .right .about .pic {
        display: block;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .content .right .about .imgph {
        width: 100%;
        margin: 15px 0 0 0 !important;
    }
}

.footer {
    width: 100%;
    float: left;
    border-top: 1px solid #cfcfcf;
    background: #ebebeb;
    margin-top: 30px;
    padding-bottom: 46px;
    padding-top: 30px;
}

.footer .nav {
    width: 100%;
    text-align: center;
    color: #bdbdbd;
    text-transform: capitalize;
}

.footer .nav a {
    line-height: 30px;
    color: #262626;
    margin: 0 10px;
}

.footer .ct {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
}

.footer .ct a {
    color: #000;
}

@media screen and (max-width:767px) {
    .footer .nav a {
        font-size: 15px;
        line-height: 24px;
        display: inline-flex;
    }

    .footer .logo {
        display: block;
        margin: 0 auto 10px auto;
    }

    .footer .p {
        text-align: center;
    }

    .footer .p .a {
        display: block;
    }

    .footer .ct {
        font-size: 15px;
        line-height: 24px;
    }
}

/*  关于我们  */
.add {
    float: left;
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 32px;
}

@media screen and (max-width:1024px) {
    .add {
        display: none;
    }
}



/*  新闻中心  */
.news {
    width: 100%;
    float: left;
    position: relative;
}

.news ul {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.news li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d9d9d9;
    padding: 11px 0;
}

.news li a {
    width: 100%;
    float: left;
    padding-left: 20px;
    line-height: 22px;
    background: url(images/left_libg_9.svg) no-repeat left 1px;
    background-size: 18px auto !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
}

.news li p {
    width: 100%;
    float: left;
    padding-left: 15px;
    line-height: 20px;
}




/*    新闻中心内页   */
.news_tit {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d9d9d9;
    padding: 40px 20px 20px 0;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    color: #001485;
}

.news_tit span {
    color: #001485;
    font-size: 17px;
}

.news_ct {
    width: 100%;
    float: left;
    line-height: 26px;
    padding-top: 36px;
}

.news_page {
    width: 100%;
    float: left;
    border-top: 1px solid #d9d9d9;
    padding: 20px 0;
    margin-top: 40px;
}

.news_page .w100 {
    display: flex;
    padding: 4px 0;
}

.news_page span {
    display: flex;
    font-weight: bold;
    color: #001485;
    white-space: normal;
}

.news_page a {
    width: 100%;
    float: left;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
}

@media screen and (max-width:1024px) {
    .news_tit {
        padding: 30px 20px 20px 0;
    }

    .news_ct {
        padding-top: 26px;
    }

    .news_page {
        margin-top: 30px;
    }
}

/*  产品展示   */
.pro {
    width: 100%;
    float: left;
    position: relative;
}

.pro ul {
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: -webkit-calc(100% + 24px);
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
    margin: 26px -12px 0 -12px;
}

.pro li {
    width: 25%;
    float: left;
    padding: 0 12px;
}

.pro li a {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.pro li a .pic {
    float: left;
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 80.4%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.pro li a img {
    width: 98%;
    height: 98%;
    position: absolute;
    left: 1%;
    top: 1%;
    object-fit: contain;
}

.pro li a p {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 26px;
    margin-top: 14px;
}

.pro li a:hover p {
    text-decoration: underline;
}

@media screen and (max-width:1024px) {
    .pro ul {
        width: -webkit-calc(100% + 14px);
        width: -moz-calc(100% + 14px);
        width: calc(100% + 14px);
        margin: 20px -7px 0 -7px;
    }

    .pro li {
        padding: 0 7px;
    }

    .pro li a {
        margin: 12px 0;
    }

    .pro li a p {
        line-height: 22px;
    }
}

@media screen and (max-width:767px) {
    .pro li {
        width: 50%;
    }
}

/*  产品展示内页   */
.pro_img {
    width: 100%;
    float: left;
    text-align: center;
    padding: 46px 0;
    position: relative;
}

.pro_img .pic {
    width: 285px;
    padding: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.pro_img .h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    display: block;
    margin-top: 15px;
}

.pro_img .CLICK {
    position: absolute;
    right: 0;
    bottom: 50px;
    display: flex;
    align-items: center;
}

.pro_img .CLICK img {
    margin-right: 6px;
}

.pro_img .CLICK:hover {
    color: #464646;
    text-decoration: none;
}

.pro_cttit {
    width: 100%;
    float: left;
    background: url(images/_edit-one.svg) no-repeat 0 center;
    line-height: 26px;
    color: #001485;
    background-size: 18px auto;
    padding: 0 0 0 25px;
}

.pro_info {
    width: 100%;
    float: left;
    border-top: 1px dashed #d9d9d9;
    text-align: center;
    margin-top: 15px;
    padding: 46px 0 20px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.pro_ct {
    width: 100%;
    float: left;
    padding: 15px 0;
    line-height: 26px;
}

.pro_ct .p {
    position: relative;
    padding-left: 20px;
}

.pro_ct .p::after {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
}

@media screen and (max-width:1024px) {
    .pro_img {
        padding: 30px 0;
    }

    .pro_img .CLICK {
        bottom: -26px;
    }

    .pro_info {
        padding: 30px 0 10px 0;
        font-size: 18px;
        line-height: 26px;
    }

    .pro_img .h2 {
        font-size: 20px;
        line-height: 28px;
    }
}


/*  新闻中心  */
.download {
    width: 100%;
    float: left;
    position: relative;
}

.download ul {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.download li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d9d9d9;
    line-height: 22px;
    padding: 11px 0;
}

.download li a {
    white-space: nowrap;
    float: right;
    color: #001485;
    margin-left: 12px;
}

.download li span {
    float: left;
    width: 100%;
    padding-left: 20px;
    background: url(images/left_libg_9.svg) no-repeat left 1px;
    background-size: 18px auto !important;
}

.ph-box {
    display: none;
    margin-top: 12px;
}

@media screen and (max-width:1024px) {
    .download li {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .download li a {
        margin: 4px 0 0 20px;
    }

    .pc-box {
        display: none;
    }

    .ph-box {
        display: block;
    }

    .ph-box .imgPlay {
        border-radius: 12px 12px 0 0;
    }

}

.fy {
    width: 100%;
    float: left;
    padding: 30px 0px;
}

.sabrosus {
    width: 100%;
    float: left;
    text-align: center;
}

.sabrosus A {
    border: #eaeaea 1px solid;
    padding: 5px 10px;
    text-decoration: none;
    margin: 0 3px;
    background: #FFFFFF;
    border-radius: 5px;
}

.sabrosus A:hover,
DIV.pagination A:active {
    color: #fff;
    border: #eaeaea 1px solid;
    background-color: #001485;
    text-decoration: none;
    font-weight: bold;
}

.sabrosus SPAN.current {
    color: #fff;
    border: #eaeaea 1px solid;
    background-color: #001485;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 3px;
}

.sabrosus SPAN.disabled {
    border: #eaeaea 1px solid;
    padding: 5px 10px;
    text-decoration: none;
    margin: 0 3px;
    background: #FFFFFF;
}

a.blue-underline {
    color: blue !important;
    text-decoration: underline !important;
}

/* Search No Results Styling */
.search-no-results {
    text-align: center;
    padding: 40px 20px;
    max-width: 600px;
    margin: 40px auto;
    background: #f8f9fa;
    border-radius: 8px;
}

.search-no-results-icon {
    margin-bottom: 20px;
}

.search-no-results-icon svg {
    width: 64px;
    height: 64px;
    opacity: 0.7;
}

.search-no-results-title {
    color: #2a2a2a;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.search-no-results-text {
    color: #555;
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.5;
}

.search-no-results-text strong {
    color: #001485;
    font-weight: 500;
}

/* Search Suggestions */
.search-suggestions {
    background: white;
    padding: 20px;
    border-radius: 6px;
    margin: 30px auto;
    max-width: 500px;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.search-suggestions-title {
    font-weight: 500;
    margin-bottom: 12px;
    color: #333;
    font-size: 1rem;
}

.search-suggestions-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.search-suggestion-item {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Action Buttons */
.search-action-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 30px;
}

.search-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    gap: 8px;
    border: 1px solid #ddd;
    background: white;
    color: #333;
    cursor: pointer;
}

.action_button_blue {
    background-color: #001485;
    color: white;
    border: 1px solid #001485;
}

.action_button_blue:hover {
    background-color: #000d6e;
    border-color: #000d6e;
}

#browse_button_blue {
    background-color: #001485;
    color: white;
    border: 1px solid #001485;
}

#browse_button_blue:hover {
    background-color: #000d6e;
    border-color: #000d6e;
    cursor: pointer;
    text-decoration: none;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .search-action-buttons {
        flex-direction: column;
    }

    .search-action-button {
        width: 100%;
    }

    .search-no-results {
        padding: 30px 15px;
        margin: 20px auto;
    }
}