﻿@charset "UTF-8";

html {
    font-size: 14px;
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}


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: 'MiSans-Regular';
    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"] {
    -webkit-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;
    -webkit-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: #fff !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;
}

ul,
ol,
li,
dl,
dd,
dt {
    list-style-type: none;
    line-height: normal;
}

body,
button,
input,
select,
textarea {
    font-family: 'MiSans-Regular';
    color: #333;
}

code,
kbd,
pre,
samp {
    font-family: 'MiSans-Regular';
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

a:hover {
    cursor: pointer;
}

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: 'MiSans-Regular';
}

h1 {
    font-size: calc(12px + 0.24rem);
}

h2 {
    font-size: calc(12px + 0.12rem);
}

h3 {
    font-size: calc(12px + 0.1rem);
}

h4 {
    font-size: calc(12px + 0.06rem);
}

h5 {
    font-size: calc(12px + 0.02rem);
}

h6 {
    font-size: 12px;
}

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: 'MiSans-Regular';
    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: 'MiSans-Regular';
}

a {
    color: #333;
}

/*字母大写*/
.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;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
    outline: 0;

}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    /*display: block;*/
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-arrow {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../img/ico5.1.png) center no-repeat;
    background-size: auto 100% !important;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -0.2rem;
    display: block;
    cursor: pointer;
    color: transparent;
    outline: none;
    z-index: 8;
    -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;
}

.slick-arrow:hover {
    background: url(../img/ico5.png) center no-repeat !important;
    background-size: auto 100% !important;
}

.slick-prev {
    left: 0.4rem;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.slick-next {
    right: 0.4rem;
}

@media screen and (max-width:1024px) {
    .slick-arrow {
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }

    .slick-prev {
        left: 20px;
    }

    .slick-next {
        right: 20px;
    }
}


/* Dots */
.slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    background: #afaeae
}

.slick-dots li button {
    font-size: 0;
    display: none;
}

.slick-dots li.slick-active {
    width: 39px;
    background: #e96c00 !important;
}

@media screen and (max-width:1024px) {
    .slick-dots li {
        margin: 0 5px;
    }

    .slick-dots li.slick-active {
        width: 20px;
    }
}



@media screen (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media screen (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen (min-device-width: 768px) and (max-device-width: 1243px) {
    body {
        -webkit-text-size-adjust: none
    }
}


body {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}



._pimg {
    width: 100%;
    overflow: hidden;
}

._pimg ._div {
    position: relative;
    overflow: hidden;
}

._pimg ._img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

._pop {
    background: rgba(0, 0, 0, 0.6);
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 110;
    display: none;
    text-align: center;
}

._pop video {
    width: 100%;
    object-fit: contain;
}

._col {
    float: left;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: -40px;
    top: -40px;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 30px;
    font-size: 50px;
    z-index: 10;
}

._htm {
    float: left;
    width: 60vw;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

._html_con {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

._html_con::-webkit-scrollbar {
    width: 3px
}

._html_con::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    border-radius: 3px
}

._html_con::-webkit-scrollbar-thumb {
    width: 3px;
    height: 60px;
    background-color: #e50011;
    border-radius: 3px
}

@media screen and (max-width: 1024px) {
    ._col {
        top: -30px;
        right: 0;
        width: 30px;
        height: 30px;
        color: #fff;
        line-height: 20px;
        font-size: 36px;
    }

    ._pop video {
        width: 100%;
    }

    ._htm {
        width: 92%;
    }
}


.pc_show {
    display: block;
}

.ph_show {
    display: none;
}

.pc_show1 {
    display: inline;
}

.ph_show1 {
    display: none;
}

.w100 {
    width: 100%;
}

.li2 {
    width: 50%;
}

.li3 {
    width: 33.33%;
}

.li4 {
    width: 25%;
}

.li5 {
    width: 20%;
}

.li6 {
    width: 16.66%;
}

.fl {
    display: flex;
}

.fx {
    flex-wrap: wrap;
}

.center {
    text-align: center;
    justify-content: center;
}

.end {
    justify-content: space-between;
}

.rd {
    justify-content: flex-end;
}

.z6 {
    position: relative;
    z-index: 6;
}



.bg-f5 {
    background: #f5f5f5;
}


.c0 {
    color: #000000;
}

.c3 {
    color: #333333;
}

.c4 {
    color: #444444;
}

.c5 {
    color: #555555;
}

.c54 {
    color: #545454;
}

.c6 {
    color: #666666;
}

.c9 {
    color: #999999;
}

.white {
    color: #fff;
}

.bold {
    font-weight: bold;
}


.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}


.lh0 {
    line-height: 0;
}

.lh1 {
    line-height: 1;
}

.lh22 {
    line-height: 22px;
}

.lh24 {
    line-height: 24px;
}


._Title {
    display: block;
    color: #333333;
    font-size: 0.5rem;
    line-height: 1;
    font-family: 'MiSans-Demibold';
}

._Title1 {
    display: block;
    color: #333333;
    font-size: 0.44rem;
    line-height: 1;
    font-family: 'MiSans-Demibold';
}

.h-tit {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
}

.h-tit .hd {
    display: inline-flex;
}

.h-tit .hd li {
    display: inline-flex;
    margin: 0 0 0 0.2rem;
}

.h-tit .hd li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 46px;
    color: #065CA9;
    font-size: calc(14px + 0.04rem);
    line-height: 1;
    border-radius: 46px;
    border: 1px solid #065CA9;
}

.h-tit .hd li.on a {
    background: #065CA9;
    color: #fff;
}

@media screen and (max-width:1024px) {
    .pc_show {
        display: none;
    }

    .ph_show {
        display: block;
    }

    ._Title {
        font-size: 20px;
        line-height: 1.2;
    }

    ._Title1 {
        font-size: 20px;
        line-height: 1.2;
    }

    .h-tit {
        align-items: center;
    }

    .h-tit .hd li a {
        width: 100px;
        height: 36px;
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .pc_show1 {
        display: none;
    }

    .ph_show1 {
        display: inline;
    }
}

.top94 {
    padding-top: 0.94rem;
}

.pd34 {
    padding-top: 34px;
}

.pt80 {
    padding-top: 0.8rem;
}

.pt90 {
    padding-top: 0.9rem;
}

.pd45 {
    padding-bottom: 45px;
}

.pd90 {
    padding-bottom: 0.9rem;
}

.pd100 {
    padding-bottom: 1rem;
}

.pd110 {
    padding-bottom: 1.1rem;
}

@media screen and (max-width:1024px) {

    .top94 {
        padding-top: 50px;
    }

    .pd34 {
        padding-top: 20px;
    }

    .pt80,
    .pt90 {
        padding-top: 40px;
    }

    .pd45 {
        padding-bottom: 25px;
    }

    .pd90,
    .pd100,
    .pd110 {
        padding-bottom: 40px;
    }

}


.main3 .u1 .a .tit,
.technology3 .box .a .tit,
.lits01 .ul .li .tit,
.lits03 .ul .li .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.technology3 .box .a .p,
.main5 .box2 .li .tit,
.lits03 .ul .li .p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.main5 .box2 .li .p,
.main0 .box1 .left .cont {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


._img {
    width: 100%;
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

._img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.t_navs .menu .nli span a::after,
.main3 .u1 .a ._img img,
.main3 .u2 .a .tit,
.main3 .u2 .a ._img img,
.main3 .u2 .a::after,
.technology3 .box .a ._img img,
.technology3 .box .a .cont,
.main5 .box2 .li .tit,
.main5 .box2 .li ._img img,
.banner-box .swiper-pagination-bullet,
.t_navs .menu .sub4 .pic img,
.t_navs .sub3 .u1 .l1 a::after,
.t_navs .sub3 .u1 .l1 a::before,
.lits01 .ul .li .a::before,
.lits03 .ul .li .tit,
.lits03 .ul .li .line::after,
.lits03 .ul .li ._img img,
.lits04 .u2 .a::after,
.lits04 .u2 .a .tit,
.lits04 .u2 .a ._img img,
.navR .slideR .u1 .l1 a::after,
.navR .slideR .u1 .l1 a::before,
.wenhua .ul .la,
.wenhua .ul .li,
.wenhua .ul .la .p,
.rongyu .ul .la .p,
.rongyu1 .ul .la .p,
.about3 ._img img,
.about4 ._img img,
.slick-dots li,
.yingy3 .ul .li ._img,
.yingy2 .box ._img img {
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.main3 .u1 .a:hover ._img img,
.main3 .u2 .a:hover ._img img,
.technology3 .box .a:hover ._img img,
.main5 .box2 .li:hover ._img img,
.t_navs .menu .sub4 .pic:hover img,
.lits03 .ul .li .a:hover ._img img,
.lits04 .u2 .a:hover ._img img,
.about3 .box:hover ._img img,
.about4 .box:hover ._img img,
.yingy3 .ul .li .a:hover ._img,
.yingy2 .box .li:hover ._img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.main3 .u2 .a:hover .tit,
.main5 .box2 .li:hover .tit,
.lits03 .ul .li .a:hover .tit,
.lits04 .u2 .a:hover .tit,
.rongyu .ul .la:hover .p,
.rongyu1 .ul .la:hover .p {
    color: #e96c00;
}


    {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


@font-face {
    font-family: 'MiSans-Regular';
    src: url('/skin/font/MiSans-Regular.eot');
    src: url('/skin/font/MiSans-Regular?#iefix') format('embedded-opentype'),
        url('/skin/font/MiSans-Regular.woff') format('woff'),
        url('/skin/font/MiSans-Regular.ttf') format('truetype'),
        url('/skin/font/MiSans-Regular.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MiSans-Medium';
    src: url('/skin/font/MiSans-Medium.eot');
    src: url('/skin/font/MiSans-Medium?#iefix') format('embedded-opentype'),
        url('/skin/font/MiSans-Medium.ttf') format('truetype'),
        url('/skin/font/MiSans-Medium.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MiSans-Normal';
    src: url('/skin/font/Misans/MiSans-Normal.eot');
    src: url('/skin/font/MiSans-Normal?#iefix') format('embedded-opentype'),
        url('/skin/font/MiSans-Normal.ttf') format('truetype'),
        url('/skin/font/MiSans-Normal.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MiSans-Demibold';
    src: url('/skin/font/MiSans-Demibold.eot');
    src: url('/skin/font/MiSans-Demibold?#iefix') format('embedded-opentype'),
        url('/skin/font/MiSans-Demibold.ttf ') format('truetype'),
        url('/skin/font/MiSans-Demibold.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}


.t_navs .tel,
.t_navs .lang a,
.footer1 .nav .a1,
.main5 .box1 .num,
.main5 .box1 .num,
.main5 .box1 .tit,
.index-banner .box .tit3,
.index-banner .box .tit4,
.index-banner .box .tit7,
.main0 .swiper-pagination-current,
.main0 .swiper-pagination-total,
.pf-right .tel,
.t_navs .sub3 .u2 .l1 h5 a,
.lits03 .ul .li .tit,
.newsbox .sect .title {
    font-family: 'MiSans-Medium';
}

/* .footer1 .nav .a2{ font-family: 'MiSans-Normal';} */
.footer1 .tel,
.main3 .u1 .a .tit,
.technology3 .box .a .tit,
.main2 .box1 .num,
.index-banner .box .tit1,
.index-banner .box .tit2,
.index-banner .box .tit9,
.main0 .box1 .tit,
.banbox .tit1,
.history .sect .nian,
.yearNav .l1 a,
.newsbox .sect .title1,
.Contact2 .left .info,
.Contact .addr .tit,
.wenhua .ul .la .tit,
.about1 .left .tit,
.about3 .left .tit,
.about4 .left .tit,
.about5 .box1 .num,
.about5 .tit .s,
.yingy2 .title,
.yingy2 .box .tit,
.my-puop2 .box .tel,
.my-puop2 .box .tit1,
.banbox1 .tit1 {
    font-family: 'MiSans-Demibold';
}


/*
 e96c00
calc(20px + 0.16rem); 


*/