@font-face { font-family: "BebasNeue"; src: url("./fonts/BebasNeue.otf") format("opentype"); font-weight: normal; font-style: normal; }
@font-face{ font-family: play; src: url(../fonts/PLAYFAIRDISPLAY-REGULAR.TTF);}
@font-face{ font-family: play-black; src: url(../fonts/PLAYFAIRDISPLAY-BLACK.TTF);}
@font-face{ font-family: play-bold; src: url(../fonts/PLAYFAIRDISPLAY-BOLD.TTF);}

.cent-English {
    font-family:'MontserratBold';
}
.number-English {
    font-family:'BebasNeue';
}

html,body {
    min-height:100%;
}
div,ul,li,p,form {
    padding:0px;
    margin:0px;
    list-style-type:none;
}
.container {
    width: 1200px !important;
}
.transition-04,.transition-04:after,.transition-04:before {
    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
}
.transition-06,.transition-06:after,.transition-06:before {
    transition:all 0.6s ease-in-out;
    -webkit-transition:all 0.6s ease-in-out;
    -moz-transition:all 0.6s ease-in-out;
    -o-transition:all 0.6s ease-in-out;
}
.transition-08,.transition-08:after,.transition-08:before {
    transition:all 0.8s ease-in-out;
    -webkit-transition:all 0.8s ease-in-out;
    -moz-transition:all 0.8s ease-in-out;
    -o-transition:all 0.8s ease-in-out;
}
a {
    text-decoration:none;
    font-family:Microsoft Yahei;
    color:#343434;
    transition:all 500ms;
    -webkit-transition:all 500ms;
    -o-transition:all 500ms;
    -moz-transition:all 500ms;
}
a:hover {
    color:#022e9a;
    color:inherit;
}
.img-box {
    display:inline-block;
    width:100%;
    height:auto;
    position:relative;
    background:#f7f7f7;
    margin-right:15px;
    z-index:10;
}
.img-box ._img {
    float:left;
    position:relative;
    display:inline-block;
    width:100%;
    height:0;
    padding-bottom:65%;
    overflow:hidden;
}
.img-box .img {
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:100%;
    height:100%;
    background:#f7f7f7 center center no-repeat;
    background-size:cover;
}
._img {
    position:relative;
    display:inline-block;
    overflow:hidden;
}
._img img {
    position:absolute;
    transition:all 500ms;
    -webkit-transition:all 500ms;
    -o-transition:all 500ms;
    -moz-transition:all 500ms;
    max-width:100%;
    max-height:100%;
    width:100%;
    height:100%;
    object-fit:cover;
}
._img:hover img {
    transform:scale(1.1);
}
.font-justify {
    display:inline-block;
    text-align:justify;
    overflow:hidden;
    vertical-align:top;
}
.font-justify:after {
    content:'';
    width:100%;
    display:inline-block;
    overflow:hidden;
    height:0;
}
.form-control:focus {
    border-color:#022e9a;
    box-shadow:none !important;
}
.ratio {
    position:relative;
    width:100%;
}
.ratio::before {
    display:block;
    padding-top:var(--bs-aspect-ratio);
    content:"";
}
.ratio > * {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.ratio-1x1 {
    --bs-aspect-ratio:100%;
}
.ratio-3x2 {
    --bs-aspect-ratio:66.6666666667%;
}
.ratio-4x3 {
    --bs-aspect-ratio:75%;
}
.ratio-16x9 {
    --bs-aspect-ratio:56.25%;
}
.ratio-21x9 {
    --bs-aspect-ratio:42.8571428571%;
}
.bg-my {
    background:#fff;
}
.header {
    z-index:200;
    top:0px;
    box-shadow:0 1px 4px rgba(0,0,0,0.05);
    z-index:2999;
    background:#fff;
}
.header-top {
    background:#f7f7f7;
    height:30px;
    font-size:14px;
    line-height:29px;
}
.header-top li {
    position:relative;
}
.header-top li.col-auto:after {
    width:1px;
    height:14px;
    content:'';
    position:absolute;
    display:inline-block;
    background:#c0c0c0;
    float:right;
    top:8px;
    right:0px;
}
.header-top li:last-of-type {
    padding-right:0.75rem;
}
.header-top li:last-of-type:after {
    display:none;
}
.header-top a {
    color:#1a1a1a;
    display:block;
}
.header-top a:hover {
    color:#022e9a;
}
.follow_btn {
    display:inline-block;
    cursor:pointer;
    position:relative;
    line-height:30px;
}
.follow_btn:hover {
    color:#022e9a;
}
.follow_btn .img-box {
    width:120px;
    top:30px;
    left:50%;
    padding:0;
    position:absolute;
    z-index:99999;
    border:none solid transparent;
    margin:0;
    background:#fff;
    margin-left:-60px;
}
.follow_btn:hover .img-box {
    border-color:#e9e9e9;
    box-shadow:0 0 2px 2px rgba(0,0,0,.05);
}
.follow_btn .img-box ._img {
    padding-bottom:0 !important;
}
.follow_btn:hover .img-box {
    padding:5px;
}
.follow_btn:hover ._img {
    padding-bottom:110px !important;
}
.w-75 {
    width:90% !important;
    min-width:1240px;
}
@media (min-width:1600px) {
    .w-75 {
    width:80% !important;
}
}@media (min-width:1960px) {
    .w-75 {
    width:75% !important;
    max-width:1560px;
}
}.thumb-span {
    overflow:hidden;
}
.ie .ratio-1x1 {
    padding-top:100%;
}
.ie .ratio-3x2 {
    padding-top:66.6666666667%;
}
.ie .ratio-4x3 {
    padding-top:75%;
}
.ie .ratio-16x9 {
    padding-top:56.25%;
}
.ie .ratio-21x9 {
    padding-top:42.8571428571%;
}
.thumb-span span {
    background:center center no-repeat;
    background-size:cover;
    transition:all .3s linear;
    -webkit-transition:all .3s linear;
}
.xian { border-bottom: 1px solid #dedede; }
.bg-color {
    background: #022E9A;
}
.bg-lightcolor {
    background: #F3F7FF;
}
.header-logo {
    padding-top:10px;
    padding-bottom:10px;
    /*height:100px;*/
}
.header-logo .logo {
    max-height:70px;
    max-width:700px;
}
.header-logo .logo-desc {
    font-weight: bold;
    padding-left:116px;
    font-size:16px;
    color:#5DA841;
}
.header .search-box {
    height:40px;
    line-height:38px;
    font-size:15px;
}
.header .search-box input {
    background:#f3f7ff;
    width:200px;
    border:none;
    color:#767676;
    float:left;
    outline:unset;
    border-radius:30px  0 0 30px;
    padding-left:10px;
    border:1px solid #8096cc;
    border-right:0px;
    height:40px;
    line-height:38px;
}
.header .search-box button {
    border-radius:0 30px 30px 0;
    padding-right:20px;
    padding-left:10px;
    float:left;
    background:#022e9a;
    border:none;
    color:#fff;
    outline:unset;
    line-height: 38px;
}
.header .search-box button:hover {
    background:#02257B;
}

/* 导航 */
.header-menu {
    background:#022e9a;
    z-index: 9999;
}
.header-menu .nav {
    height:50px;
    width:100%;
    line-height:50px;
    font-size:18px;
}
.nav-pills {
    font-size:16px;
}
.nav-pills li {
    padding:0;
    color:#fff;
}
.nav-pills li a:hover {
    border-bottom:2px solid #fff;
    font-weight:700;
    border-radius:0;
}
.nav-pills .nav-link {
    white-space:nowrap;
    padding:0;
    color:#333;
    background:transparent;
}
.nav-pills .nav-link {}
/* 二级 */
#navlist .nav-item {
    padding:0;
    float:none;
    background:transparent;
    line-height:45px;
    position:relative;
}
#navlist li.nav-item>a {
    height:100%;
    margin:0px;
    display:flex;
    line-height:45px;
    color:#fff;
    font-weight:normal;
    align-items:center;
    justify-content:center;
    padding:0;
}
#navlist li.nav-item:hover,#navlist li.nav-item.active {
    background:#02257B;
}
#navlist li.nav-item a.now,#navlist li.nav-item:hover>a,#navlist li.active>a {
    /*font-weight:normal;*/
    color:#fff;
    font-weight: bold;
    border:none;
}
#navlist li.nav-item:hover .sub-menus {
    display: block;
}
#navlist .sub-menus {
    width:180px;
    position:absolute;
    display:none;
    color:#fff;
    z-index:99;
    padding:10px 0;
    font-size:15px;
    margin-left:calc(50% - 90px);
    left:0;
    background:#fff;
    overflow:hidden;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    /*border-top:2px solid #022e9a;*/
}
#navlist .sub-menus a {
    line-height:20px;
    padding:10px 0;
    display:block;
    font-weight:normal;
}
#navlist .sub-menus a:hover {
    border:0px;
    color:#022e9a;
    font-weight: bold;
}
.header #navlist li.nav-item>a {
    color:#fff;
}
.header #navlist .sub-menus {
    color:#333;
}
.header #navlist li.nav-item:hover,.header #navlist li.nav-item.active {
    color:#fff;
}
.header #navlist li.nav-item.active a.nav-link {
    color:#fff;
    font-weight:bold;
}
.header #navlist li.nav-item a.now.nav-link,.header #navlist li.nav-item:hover a.nav-link {
    color:#fff;
}
.header #navlist .sub-menus a:hover {
    background:#eee;
    color:#02257B;
}
.header-tel {
    line-height:98px;
    font-size:18px;
    font-weight:700;
}
.header-tel a {
    color:#fff;
}
.header-tel i {
    color:#fff;
}
.header .header-tel a {
    color:#022e9a;
}
.header .header-tel i {
    color:#b6b6b6;
}
.news_column {
    font-size:26px;
    color:#022e9a;
}
.news_column span {
    display:block;
    font-size:16px;
    color:#022e9a;
}
.nav_menu .box {
    position:absolute;
    right:0px;
    top:100px;
    width:100%;
    background:#f7f7f7;
    overflow:hidden;
    filter:alpha(opacity=0);
    padding:0;
}
.nav_menu .cont {
    width:100%;
    position:relative;
    left:0;
    background:#f7f7f7;
    z-index:10;
    transition:.5s;
    display:flex;
    height:0;
    overflow:hidden;
    align-items:center;
    height:270px;
}
.nav_menu .cont .right {
    display:flex;
    align-items:center;
}
.nav_menu .cont .right .sublist {
    padding:40px;
    display:flex;
    font-size:0;
    flex-wrap:wrap;
}
.nav_menu .cont .right .sublist a {
    font-size:16px;
    font-weight:400;
    line-height:36px;
    color:#333;
    text-decoration:none;
    display:block;
    padding:0 50px;
}
.nav_menu .cont .right .sublist a:hover {
    color:#ed6c00;
}
.nav_menu .cont .left {
    border-right:1px solid #ddd;
    display:block;
    box-sizing:border-box;
    text-decoration:none;
}
.nav_menu .cont .left p {
    line-height:1em;
    display:flex;
    color:#333;
    font-size:16px;
    padding-bottom:10px;
    align-items:center;
}
.nav_menu .cont .left .img {
    width:100%;
    height:120px;
    overflow:hidden;
    position:relative;
    display:inline-block;
    float:left;
}
.nav_menu .cont .left .img img {
    -moz-transition:all 500ms;
    max-width:100%;
    max-height:100%;
    width:100%;
    height:100%;
    object-fit:cover;
}
.j_tab {
    display:table;
    width:100%;
    height:100%;
}
.j_tab_cel {
    display:table-cell;
    vertical-align:middle;
    width:100%;
    height:100%;
}
.tc {
    transition:all ease 300ms;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:9999;
    pointer-events:none;
    visibility:hidden;
    opacity:0;
    transition:.5s;
    overflow:auto;
}
.tc[name=tc_search] {
    opacity:1;
}
.tc.act {
    display:block;
    pointer-events:auto;
    visibility:visible;
    opacity:1;
}
.tc-box {
    box-sizing:border-box;
    z-index:999;
    display:block;
    position:relative;
}
.tc_close {
    position:absolute;
    cursor:pointer;
    color:#e13a39;
    font-size:30px;
    right:30px;
    top:30px;
}
.tc_bg {
    height:100%;
    background:rgba(0,0,0,.7);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    transition:.5s;
}
.tc.act .tc_bg {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1;
    transition:.5s;
}
.tc1 .tc {
    pointer-events:none;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    z-index:99999;
}
.tc1 .tc.act {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1;
    pointer-events:auto;
}
.tc1 .tc-box {
    position:absolute;
    background:#309dd5;
    overflow:hidden;
    top:50%;
    z-index:9999;
    width:11rem;
    left:50%;
    margin-left:-5.5rem;
    margin-top:-5.5rem;
}
.tc1 .tc.act .tc-box {
    transform:scale(1);
}
.tc1 .tc.act {
    display:block;
}
.tc1 .close {
    position:absolute;
    cursor:pointer;
    font-size:20px;
    right:30px;
    top:30px;
}
.tc1 .tc-box h3 img {
    width:10rem;
    height:10rem;
    margin:.5rem;
}
.tc1 .tc-box h5 {
    width:11rem;
    height:3rem;
    line-height:3rem;
    font-size:1rem;
    color:#fff;
    text-align:center
}
.tc .j_tab {
    table-layout:fixed;
}
.tc.act .tc-box {
    opacity:1;
}
.tc_close {
    position:absolute;
    cursor:pointer;
    color:#e13a39;
    font-size:30px;
    right:15px;
    top:15px;
}
.tc_bg {
    height:100%;
    background:rgba(0,0,0,.7);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:0;
}
.tc.act .tc_bg {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1;
    transition:.5s;
}
.tc_shipin {
    width:64rem;
    max-width:90%;
    margin:0 auto;
    background:none;
    position:relative;
}
.tc_shipin .video-js {
    width:100%;
    height:100%;
    position:relative;
    left:0;
    top:0;
    right:0;
    bottom:0;
    padding-top:60%;
}
.tc_shipin .tc_close {
    display:block;
    width:1.5rem;
    height:1.5rem;
    position:absolute;
    top:-2rem;
    right:-3rem;
    border-radius:50%;
}
.tc_shipin .tc_close img {
    display:block;
    position:absolute;
    width:1rem;
    height:1rem;
    left:50%;
    top:50%;
    margin-top:-.5rem;
    margin-left:-.5rem;
}
.tc_shipin .tc_close:hover img {
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -moz-transition:all 0.6s ease-in-out;
    -webkit-transition:all 0.6s ease-in-out;
    -o-transition:all 0.6s ease-in-out;
    -ms-transition:all 0.6s ease-in-out;
    transition:all 0.6s ease-in-out;
}
.video-js {
    width:100% !important;
    height:100% !important;
}
.video-js .vjs-big-play-button {
    left:50% !important;
    top:50% !important;
    margin-left:calc(-1.6rem - 5px);
    margin-top:calc(-1.6rem - 5px);
    border:2px solid #fff !important;
}
video {
    object-fit:fill;
}
.vjs-poster {
    background-size:cover !important;
}
.vid-wrap {
    width:100%;
    background:#000;
    position:relative;
    /*padding-bottom:56.25%;
    */
        /*需要用padding来维持16:9比例,也就是9除以16*/
        /*height:0;
    */
        height:100%;
}
.vid-wrap video {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.jssl {
    width:1200px;
    margin:0 auto;
}
.jssl li img {
    height:255px;
}
.jssl li p {
    text-align:center;
    line-height:50px;
    font-size:20px;
    font-weight:700;
}
.jszx {
    width:1150px;
    margin:0 auto;
}
.jszx p {
    font-size:18px;
    text-align:justify;
    line-height:30px;
}
.jszx p em {
    color:#ff0000;
    font-style:normal;
}
.s_news {
    width:100%;
    overflow:hidden;
    padding-top:4.375rem;
    overflow:hidden;
    padding-bottom:3.75rem;
    border-bottom:1px solid #e5e5e5;
}
.s_news .s_tt {
    text-align:left;
    margin-bottom:0;
    position:relative;
}
.s_news .s_tt i {
    margin-left:0;
    margin-top:1.5rem;
}
.s_news .hd {
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:2.875rem;
}
.s_news .hd:before {
    content:"";
    display:block;
    width:100%;
    height:1px;
    position:absolute;
    left:0;
    bottom:0;
    background:#e5e5e5;
    z-index:-1;
}
.s_news .hd ul {
    margin-bottom:1rem;
}
.s_news .hd ul li {
    float:left;
}
.s_news .hd ul li a {
    font-size:1.375rem;
    color:#252525;
    white-space:nowrap;
    font-weight:bold;
    padding-left:2.375rem;
    position:relative;
    padding-right:1rem;
}
.s_news .hd ul li a {
    color:#022e9a;
}
.s_news .bd {}
.s_news .bd .item {
    display:flex;
}
.s_news .bd .news01 {
    width:35.9375rem;
}
.news01 .box {
    position:relative;
    height:100%
}
.news01 .img {
    height:100%;
    max-height:22.875rem;
}
.news01 .img img {
    transition:all 1s .3s;
}
.news01 .box:hover .img img {
    transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
}
.news01 .txt {
    display:flex;
    align-items:center;
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:9;
    padding:1rem 3.25rem;
    background:rgba(0,0,0,.5);
    color:#fff;
}
.news01 .txt .tag {
    font-size:13px;
    display:flex;
    align-items:center;
}
.news01 .txt .tag i {
    display:inline-block;
    width:15px;
    height:2px;
    background:#fff;
    margin-right:.625rem;
}
.news01 .txt h5 {
    font-size:1.125rem;
    color:#f8f8f8;
    font-weight:bold;
    margin-top:1.25rem;
    margin-bottom:1.25rem;
}
.news01 .txt p {
    font-size:.9375rem;
    line-height:1.625rem;
    height:3.25rem;
    overflow:hidden;
    color:rgba(255,255,255,.7);
    margin-bottom:3rem;
}
.news02 {
    padding-left:30px;
    width:calc(100% - 35.9375rem);
}
.news02 ul {}
.news02 ul li {}
.news02 ul li+li {
    margin-top:1.875rem;
}
.news02 ul li a {
    display:block;
    overflow:hidden;
    display:flex;
    align-items:center;
    width:100%;
}
.news02 ul li .img {
    width:16.4375rem;
    height:10.5rem;
    float:left;
    flex-shrink:0;
}
.news02 .img img {
    transition:all 1s .3s;
}
.news02 ul li:hover .img img {
    transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
}
.news02 ul li .txt {
    padding-left:1.5rem;
    width:calc(100% - 16.4375rem);
    float:left;
}
.news02 ul li .tag {
    font-size:.8125rem;
    color:#535353;
    margin-bottom:1.25rem;
}
.news02 ul li .tag i {
    display:inline-block;
    margin-right:.625rem;
    width:15px;
    height:2px;
    background:#71c32b;
    vertical-align:middle;
}
.news02 ul li h5 {
    font-size:1.125rem;
    color:#333333;
    font-weight:bold;
    margin-bottom:.625rem;
    width:100%;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
}
.news02 ul li:hover h5 {
    color:#3d75c0;
}
.news02 ul li span {
    font-size:.8125rem;
    color:#7b7b7b;
    font-family:Bahnschrift;
    display:block;
    margin-bottom:1rem;
}
.news02 ul li p {
    font-size:.9375rem;
    line-height:1.625rem;
    color:#7b7b7b;
    height:3.25rem;
    overflow:hidden;
}
.btn_arr {
    display:block;
    width:5rem;
    height:2.5rem;
    line-height:2.375rem;
    overflow:hidden;
    position:relative;
    border:1px solid #cdcdcd;
    border-radius:1.25rem;
    -webkit-border-radius:1.25rem;
    -moz-border-radius:1.25rem;
    -ms-border-radius:1.25rem;
    -o-border-radius:1.25rem;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
}
.btn_arr font {
    display:block;
    width:100%;
    height:100%;
    line-height:2.375rem;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:0;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
}
.btn_arr font:nth-child(1) {
    left:-50px;
}
.btn_arr font:nth-child(2) {
    left:0;
}
.btn_arr font svg path {
    fill:#b8b8b8;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
}
.btn_arr font svg {
    display:inline-block;
    width:20px;
    height:20px;
    vertical-align:middle;
}
.btn_arr:hover {
    background:#66b72e;
    border:1px solid #66b72e;
}
.btn_arr:hover font:nth-child(1) {
    left:0;
}
.btn_arr:hover font:nth-child(2) {
    left:50px;
}
.btn_arr:hover font svg path {
    fill:#fff;
}
.n_gufei02 {
    width:100%;
    overflow:hidden;
}
.n_gufei02 .m {
    display:flex;
}
.n_gufei02 .left {
    width:300px;
    float:left;
    position:relative;
}
.n_gufei02 .right {
    width:calc(100% - 300px);
    float:right;
}
.n_gufei02 .right .pic {
    height:100%;
    width:100%;
    height:584px;
}
.n_gufei02 .right .pic img {
    object-fit:cover;
    height:100%;
    width:100%;
}
.n_gufei02 .hd {}
.n_gufei02 .hd ul {
    height:100%;
}
.n_gufei02 .hd ul li {
    background:#3d75c0;
    background-size:100%;
    padding:50px 30px;
    height:584px;
}
.n_gufei02 .hd ul li .box {
    padding-bottom:12rem;
}
.n_gufei02 .hd ul li .box .tt {
    margin-bottom:3.25rem;
}
.n_gufei02 .hd ul li .box .tt i {
    display:block;
    width:25px;
    height:1px;
    background:rgba(255,255,255,.4);
    margin-top:.75rem;
    margin-bottom:1.75rem;
}
.n_gufei02 .hd ul li .box .tt span {
    font-size:.875rem;
    font-family:Roboto;
    text-transform:uppercase;
    color:rgba(255,255,255,.4);
    display:block;
}
.n_gufei02 .hd ul li .box .tt h3 {
    font-size:2.125rem;
    color:#fff;
}
.n_gufei02 .hd ul li .box .con {
    font-size:1rem;
    line-height:1.875rem;
    color:#fff;
    color:rgba(255,255,255,.8);
    text-align:justify;
}
.n_gufei02 .slick_arrow_right {
    position:absolute;
    left:1.875rem;
    bottom:4rem;
}
.n_gufei02 .slick_arrow_right .slick-arrow {
    z-index:99;
    float:left;
    display:block;
    font-size:0;
    cursor:pointer;
    width:3.125rem;
    height:3.125rem;
    background-size:contain !important;
    margin-right:1.25rem;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
}
.n_gufei02 .slick_arrow_right .slick-prev2 {
    background:url(../../images/gufei_left.png) center no-repeat;
}
.n_gufei02 .slick_arrow_right .slick-next2 {
    background:url(../../images/gufei_right.png) center no-repeat;
}
.n_gufei02 .slick_arrow_right .slick-prev2:hover {
    background:url(../../images/gufei_left_on.png) center no-repeat;
}
.n_gufei02 .slick_arrow_right .slick-next2:hover {
    background:url(../../images/gufei_right_on.png) center no-repeat;
}
/*旗下企业 start*/
.page_companys .main-slide {
    background:#fff;
}
.page_companys .main-pagination {}
.page_companys .main-pagination>div {
    position:relative;
    display:inline-block;
    top:auto;
    left:inherit;
    right:auto;
    bottom:auto;
    margin:auto;
    text-align:center;
    width:46px;
    height:46px;
    line-height:44px;
    border:1px solid rgba(255,255,255,.6);
    font-weight:bold;
    border-radius:50px;
    color:rgba(255,255,255,.6);
    margin-left:20px;
    transition:all 400ms;
}
.page_companys .main-pagination>div:after {
    color:rgba(255,255,255,.8);
    font-size:18px !important;
}
.page_companys .main-pagination>div:hover {
    color:rgba(255,255,255,.8);
    border-color:rgba(255,255,255,.8);
}
.page_companys .main-pagination>div:hover:after {
    color:#fff;
}
.page_companys .main-pagination>div:first-of-type {
    padding-right:5px;
}
.page_companys .main-pagination>div:last-of-type {
    padding-left:5px;
}
.page_companys .companys-about {
    position:relative;
    overflow:hidden;
}
.page_companys .companys-about .companys-about-left {
    position:absolute;
    width:80%;
    border-radius:30px;
    overflow:hidden;
}
.page_companys .companys-about .companys-about-left img {
    width:100%;
}
.page_companys .companys-about .companys-about-right {
    float:right;
    width:45%;
    min-width:500px;
    max-width:640px;
    position:relative;
    margin-top:80px;
    right:0px;
    background:#022e9a;
    border-radius:15px;
    overflow:hidden;
    color:#fff;
}
.page_companys .companys-about .companys-about-right .title {
    font-size:2rem;
}
.page_companys .companys-about .companys-about-right .about-content p {
    text-align:justify;
    line-height:2em;
}
.page_companys .companys-about .companys-about-right .about-content ul {
    margin-top:1.5em;
}
.page_companys .companys-about .companys-about-right .about-content ul li {
    padding:10px 30px;
    border-radius:30px;
    display:inline-block;
    margin-right:10px;
    border:1px solid rgba(255,255,255,.55);
}
.page_companys .companys-about .companys-about-right .about-content ul li:last-of-type {
    margin-right:0px;
}
.page_companys .companys-about .companys-about-right .more a {
    color:rgba(255,255,255,.8);
}
.page_companys .companys-about .companys-about-right .more a:hover {
    color:rgba(255,255,255,1);
}
.page_companys .rongyu-item .img {
    position:relative;
    padding:10px;
    box-shadow:0px 0px 3px 0px rgba(0,0,0,0.3);
}
.page_companys .rongyu-item .img:after {
    position:absolute;
    width:100%;
    height:100%;
    display:block;
    content:'';
    background:url(../../images/page_ryzz-border.png) center center no-repeat;
    background-size:100%;
    top:0;
    left:0;
    z-index:99;
}
.companys-rongyu .rongyu-pagination>div {
    display:inline-block;
    text-align:center;
    width:46px;
    height:46px;
    line-height:44px;
    border:1px solid #D0D0D2;
    font-weight:bold;
    border-radius:50px;
    color:#7D7F84;
    transition:all 400ms;
}
.companys-rongyu .rongyu-pagination>div:hover {
    color:#fff;
    border-color:#022e9a;
    background:#022e9a;
}
.companys-rongyu .rongyu-pagination>div:after {
    font-size:18px !important;
}
.companys-rongyu .rongyu-pagination>div:first-of-type {
    padding-right:5px;
    left:-60px;
}
.companys-rongyu .rongyu-pagination>div:last-of-type {
    right:-60px;
    padding-left:5px;
}
.companys-product .companys-product-item {
    border:1px solid #979797;
}
.companys-product .companys-product-item ._img {
    border:0px solid #979797;
    background:linear-gradient(132deg,#E2E2E2 0%,#F8F8F8 46%,#E2E2E2 100%);
    transition:all 400ms;
}
.companys-product .companys-product-item ._img:after {
    display:block;
    width:100%;
    height:100%;
    content:'';
    border-bottom:0;
    opacity:0;
}
.companys-product .companys-product-item .title {
    transition:background 400ms;
    font-size:20px;
    line-height:20px;
}
.companys-product .companys-product-item .title span {
    /*font-size:15px;
    */
        transform:translate(-10px);
    opacity:0;
}
.companys-product .companys-product-item:hover ._img {
    background:#fff;
}
.companys-product .companys-product-item:hover ._img:after {
    opacity:1;
}
.companys-product .companys-product-item:hover img {
    transform:scale(1.1);
}
.companys-product .companys-product-item:hover .title {
    background:#022e9a;
    color:#fff;
}
.companys-product .companys-product-item:hover .title span {
    transform:translate(10px);
    opacity:1;
}
/*旗下企业 end*/

.page-center-title {
    font-size:2rem;
    color:#000;
    text-align:center;
    line-height:1em;
}
.page-center-title:after {
    content:'';
    display:block;
    margin:1.5rem auto 0;
    background:#000;
    width:15px;
    height:3px;
    border-radius:3px;
}
/*联系我们 start*/
.lxwm-content {}
.lxwm-content .company-right {
    border-right:1px solid #D0D0D2;
}
.lxwm-content .catname {}
.lxwm-content .catname .tit {
    font-size:45px;
    color:#1C1C1C;
}
.lxwm-content .catname a {
    color:#022e9a;
}
.lxwm-content .lxwm-title {
    line-height:1em;
    font-size:18px;
    color:#666;
}
.lxwm-content .lxwm-title.lxwm-company {
    color:#022e9a;
}
.lxwm-content .lxwm-line {
    display:block;
    width:15px;
    margin-left:4px;
    border-radius:3px;
    height:3px;
    background:#1C1C1C;
}
.lxwm-content .lxwm-icon {
    color:#7D7F84;
}
.lxwm-content .lxwm-icon i {
    font-size:0.95em;
}
.lxwm-content .lxwm-item {
    color:#555;
    line-height:20px;
}
.lxwm-content .lxwm-item.number-English {
    font-size:20px;
    color:#555;
}
.lxwm-content .lxwm-item:before {
    display:block;
    font-size:14px;
    color:#7D7F84;
    line-height:1em;
    padding-bottom:5px;
}
.lxwm-content .lxwm-email{
    /*font-size:20px;*/
    color:#555;
}
.lxwm-content .lxwm-email span{
    display:block;
    font-size:14px;
    color:#7D7F84;
    line-height:1em;
    padding-bottom:5px;
}
.lxwm-content .lxwm-address {
    line-height: 30px;
    color:#555;
}
.lxwm-content .lxwm-address:before {
    content:'地址';
}
.lxwm-content .lxwm-zipcode:before {
    content:'邮编';
}
.lxwm-content .lxwm-fax:before {
    content:'传真';
}
.lxwm-content .lxwm-phone:before {
    content:'联系电话';
}
.lxwm-content .lxwm-hr:before {
    content:'人力资源';
}
.lxwm-content table {
    table-layout:fixed;
    width:100%;
}
.lxwm-content table .td-br td {
    height:1em;
}
.lxwm-content table .tr-br td {
    height:2em;
}
.map-box {
    position:relative;
}
.map-box:after {
    position:relative;
    width:100%;
    content:'';
    display:block;
    padding-bottom:40%;
}
#allmap {
    top:0;
    left:0;
    position:absolute;
    width:100%;
    height:100%;
}
.form-box {
    background:#F8F8F8;
    padding:40px 50px 50px;
}
.form-box h2 {
    font-weight:inherit;
    color:#333;
    font-size:20px;
    line-height:1.4em;
}
.form-box form {
    /*width:90%;*/
    max-width:1200px;
}
.form-box form .input-text {
    width:100%;
    border-radius:3px;
    border:1px solid #D0D0D2;
    line-height:40px;
    padding:0 20px;
    outline:none;
    transition:all 400ms;
}
.form-box form textarea {
    width:100%;
    border-radius:3px;
    border:1px solid #D0D0D2;
    line-height:30px;
    padding:10px 20px;
    height:180px;
    outline:none;
    resize:none;
    transition:all 400ms;
}
.form-box form textarea:focus {
    border-color:#022e9a;
}
.form-box form .input-text:focus {
    border-color:#022e9a;
}
.form-box form .dosubmit {
    float:right;
    padding:1.2em 4em;
    line-height:1em;
    border-radius:50px;
    border:none;
    background:#022e9a;
    color:#fff;
    border:1px solid #022e9a;
    font-size:1.1em;
    transition:all 400ms;
}
.form-box form .dosubmit:hover {
    background:#022681;
}
.form-box form .form-hits {
    color:#D0D0D2;
    width:80%;
    font-size:0.9em;
    max-width:40em;
}
/*联系我们 end*/


.left-menu {
    background: #F3F7FF;
    min-height: 750px;
}

.left-menu h3 {
    margin: 0;
    padding: 0;
    height: 70px;
    line-height: 70px;
    color: #FFF;
    background: #022E9A;;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 600;
}
.left-menu h3 a{
    display: block;
    color:#fff;
}
.left-menu h3 a:hover{
    color:#edf6fa;
}

.menu-top{
    padding-right:15px;
}
.menu-top>li a i{
    float:right;
    margin-right:10px;
    -moz-transition:all 500ms;
}

.menu-top a{
    display: block;
    width: 100%;
    line-height: 30px;
    padding:15px 0;
    font-size: 16px;
    border-left: 4px solid #F3F7FF;
    border-bottom: 1px dashed #DBDBDB;
}


.menu-top>li>a{
    font-size: 18px;
    padding-left: 20px;
    border-bottom: 1px dashed #DBDBDB;
}

.menu-top>li:hover>a{
    border-left: 4px solid #F3F7FF;
    color: #022E9A;
    padding-left: 20px;
}

.menu-top>li>a.on ,
.menu-top>li>a.active {
    line-height: 30px;
    font-size: 18px;
    color: #022E9A;
    font-weight: 700;
    border-left: 4px solid #F3F7FF;
}
.child-cate {
}

.child-cate>li>a{
    /*height: 60px;*/
    line-height: 60px;
    font-size: 16px;
    border-left: 4px solid #FAFCFF;
    display: block;
    padding-left: 50px;
    border-bottom: 1px dashed #DBDBDB;
    background: #FAFCFF;
}
.child-cate>li:hover>a{
    /*height: 60px;*/
    line-height: 60px;
    font-size: 16px;
    border-left: 4px solid #FAFCFF;
    display: block;
    color: #022E9A;
    padding-left: 50px;
    /*background: #edf6fa url(../../images/hjt.png) 250px center no-repeat;*/
}
.child-cate a:hover{
    color: #022E9A;
}

.child-cate1>li>a{
    padding-left: 80px;
}
.child-cate1>li:hover>a{
    padding-left: 80px;
}
.child-cate2>li>a{
    padding-left: 120px;
}
.child-cate2>li:hover>a{
    padding-left: 120px;
}
.child-cate3>li>a{
    padding-left: 160px;
}
.child-cate3>li:hover>a{
    padding-left: 160px;
}
.child-cate4>li>a{
    padding-left: 200px;
}
.child-cate4>li:hover>a{
    padding-left: 200px;
}
.menu-top .active .bi-chevron-left {
    transform:rotate(-90deg);
}

.child-cate>li a.active{
    color:#022E9A;
}
.left-cate a~ul{
    overflow: hidden;
    height:0px;
}
.left-cate a.active~ul{
    height:auto;
}


    /*新闻列表*/


.news-more-btn {
      display: inline-block;
      padding: 0 1.5rem;
      line-height: 2.4em;
      background: #ECECEC;
      color: #000;
}
.news-lists .news-item {
    transition:all 400ms;
    border-bottom:1px dashed #D0D0D2;
}
.news-lists .news-item:last-of-type {
    border-bottom:0px;
}
.news-lists .news-item img {
    object-fit:cover;
    transition:all 400ms;
}
.news-lists .news-item .news-image {
    width:25%;
    max-width:750px;
}
.news-lists .news-item .desc {
    font-size:15px;
    color:#555;
    max-width:860px;
    line-height:2em;
    text-align:justify;
    transition:all 400ms;
}
.news-lists .news-item .news-texts .small-more {
    color:#666;
    font-size:15px;
}
.news-lists .news-item .news-texts .small-more span {
    display:inline-block;
    border-radius:3px;
    padding:5px 10px 5px 0;
    transition:all 400ms;
}
.news-lists .news-item:hover {
    background:rgba(221,115,44,.04);
}
.news-lists .news-item:hover .news-image img {
    transform:scale(1.06);
}
.news-lists .news-item:hover .news-texts h5 {
    color:#022e9a;
}
.news-lists .news-item:hover .news-texts .desc {
    color:#333;
}
.news-lists .news-item:hover .news-texts .small-more span {
    padding-left:50px;
    padding-right:15px;
    background:#022e9a;
    color:#fff;
}
.news-lists a .date {
    width:140px;
    height:140px;
    border:2px solid #D0D0D2;
    transition:all 400ms;
}
.news-lists a .date span {
    width:20%;
    height:2px;
    background:#D0D0D2;
    transition:all 400ms;
}
.news-lists a .md {
    color:#000;
    font-size:40px;
    line-height:1em;
    transition:color 0.4s;
}
.news-lists a .year {
    font-size:18px;
    line-height:1em;
    color:#D0D0D2;
    margin-bottom:0.4em;
    transition:color 0.4s;
}
.news-lists a:hover .date {
    background:#022e9a;
    border-color:#022e9a;
}
.news-lists a:hover .md {
    color:#fff;
}
.news-lists a:hover .date span {
    background:rgba(255,255,255,.6);
}
.news-lists a:hover .year {
    color:#fff;
}
.news-lists .first-item h5 {
    font-size:32px;
    color:#022e9a;
    height:3em;
    line-height:1.5em;
    overflow:hidden;
}
.news-lists .news-item:hover h5 {
    color:#022e9a;
}
.news-lists .first-item .desc {
    font-size:16px;
    color:#7D7F84;
    width:90%;
    line-height:2em;
    max-height:6em;
    overflow:hidden;
}
.news-lists .first-item .inputtime {
    color:#022e9a;
    font-size:24px;
}
.news-lists .first-item .more-btn-bak {
    display:block;
    position:relative;
    width:100%;
    height:0px;
    left:0px;
    bottom:0;
    z-index:0;
    opacity:1;
}
.news-lists .first-item:hover .more-btn-bak:after {
    transition:all 0.6s;
    width:0px;
}
.news-lists .first-item .more-btn-bak:after {
    display:inline-block;
    width:28px;
    top:-26px;
    height:2px;
    background:#fff;
    content:'';
    position:absolute;
}
.news-lists .first-item .more-btn {
    display:inline-block;
    background:#022e9a;
    font-size:20px;
    line-height:56px;
    color:#fff;
    padding:0 2.4em;
    position:relative;
    z-index:1;
    transition:all 0.6s;
}
.news-lists .first-item .more-btn span {
    position:relative;
    z-index:99;
}
.news-lists .first-item .more-btn:after {
    content:'';
    width:0;
    height:100%;
    background:#C5B190;
    position:absolute;
    top:0;
    left:0%;
    -webkit-transition:.38s cubic-bezier(.4,0,.2,1);
    transition:.38s cubic-bezier(.4,0,.2,1);
    z-index:10;
}
.news-lists .first-item .more-btn:hover:after {
    width:100%;
}
.news_box {
    text-align:justify;
    background:#fff;
    /*border:1px solid #dee2e6 ;*/
    padding:10px 50px 30px;
    border-top: 4px solid #3d55a7;
    box-shadow: 0px 0px 8px #e6ecf2;
}
.news_box h1 {
    font-size:26px;
    font-weight:600;
    line-height:2em;
    padding:0.5em 0;
    color:#022e9a;
    /*text-align: center;*/
}
.news_box video {
    max-width:900px;
    margin:0 auto;
    display:block;
}
.news_box img {
    max-width:100% !important;
    height:auto !important;
    margin:10px auto;
    /*border-radius:15px;*/
    overflow:hidden;
}
.news_box p {
    text-align:justify;
    padding:0.5rem 0;
    line-height:1.8rem;
}
.news_box p[align=center] {
    text-align:center;
}
.news_box p[align=right] {
    text-align:right;
}
.news_box p[align=left] {
    text-align:left;
}
.news_box .mark {
    font-size:0.8rem;
    color:#999;
    height:2.2rem;
    line-height:2rem;
    text-align:center;
    margin-bottom:5px;
    border-top:1px dashed #e5e5e5;
    border-bottom:1px dashed #e5e5e5;
    background:#fff;
}
.show-back {
    font-size:18px;
}
.show-back span {
    width:20px;
    height:20px;
    display:inline-block;
    border:1px solid #D0D0D2;
    border-radius:20px;
    margin-right:0.4rem;
}
.show-back i {
    text-align:center;
    display:block;
    width:18px;
    height:18px;
    line-height:1em;
    border-radius:18px;
    transform:rotate(180deg);
    transition:all 0.4s;
}
.show-back i:before {
    display:inline-block;
    font-size:12px;
    color:#022e9a;
    vertical-align:0;
}
.show-back:hover {
    color:#022e9a;
}
.bshare-more-icon {
    display:none !important;
}
.bshare-custom a {
    float:left;
    margin:0 0 0 8px !important;
    display:block !important;
    width:38px !important;
    height:38px !important;
    border:1px solid #D0D0D2;
    border-radius:20px;
    background:#fff !important;
    font-size:16px !important;
    padding:0 !important;
    line-height:36px;
    text-align:center;
}
.bshare-custom a i {
    padding-left:3px;
}
.bshare-custom a:hover {
    background:rgba(221,115,44,.04) !important;
    border-color:#022e9a;
    color:#022e9a;
}
.other-btn {
    color:#7D7F84;
    font-size:16px;
}
.share-box {
    color:#7D7F84;
}
.contact_us01 .lximg {
    width:65.75%;
    float:left;
    height:489px;
    background:#eee
}
.contact_us01 .intro {
    padding:20px 40px;
    background:#F1F1F1 url(../../images/hy5555.jpg) no-repeat center;
    background-size:cover;
}
.contact_us01 .intro li {
    line-height:27px;
    font-size:14px;
    color:#212121;
}
.contact_us03 .pd {
    padding:30px 20px 30px;
    background:#f1f1f1;
}
.contact_us03 .img_box {
    text-align:center;
    margin-bottom:20px;
}
.contact_us03 .name {
    font-size:18px;
    color:#303030;
    margin-bottom:15px;
    text-align:center;
}
.contact_us03 .text_con {
    height:auto;
    line-height:28px;
    font-size:15px;
    color:#303030;
    overflow:hidden;
    text-align:center;
}
.imgY180:hover img {
    cursor:pointer;
    -moz-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.imgY180 img {
    -moz-transition:all .8s ease 0s;
    -ms-transition:all .8s ease 0s;
    -o-transition:all .8s ease 0s;
    -webkit-transition:all .8s ease 0s;
    transition:all .8s ease 0s;
}

.right_box {

    text-align:justify;
    background:#fff;
    /*border:1px solid #dee2e6 ;*/
    padding:5px 0 20px;
    /*padding:0;*/
    /*border-top: 4px solid #3d55a7;*/
    box-shadow: 0px 0px 8px #e6ecf2;
}
.right_box h3{
    font-size: 26px;
    padding: 0.5em 0 0;
    line-height: 1.6em;
}
.right_box .sub-hot {
    padding: 5px 10px 10px;
}
.right_box .sub-hot ul {}
.right_box .sub-hot li {
    position: relative;
    width: 260px;
    padding: 10px 5px 10px 35px;
    font-size: 16px;
    border-bottom: 1px dashed #DBDBDB;
}
.right_box .sub-hot li.last {
    border: none;
}
.right_box .sub-hot li i {
    position: absolute;
    top: 14px;
    left: 5px;
    display: block;
    width: 18px;
    height: 18px;
    padding: 1px;
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    color: #fff;
    text-align: center;
    background-color: #ccc;
}
.right_box .sub-hot li i.i1 {
    background-color: #ea1515;
}
.right_box .sub-hot li i.i2 {
    background-color: #f19900;
}
.right_box .sub-hot li i.i3 {
    background-color: #317bcf;
}

.right_box .dot {
    width: 6px;
    height: 6px;
    background-color: #d2d2d2;
    float: left;
    margin: 20px 15px 0 5px;
}

/*内页头部图片 start*/

.topslide-box {
    position:relative;
}
.topslide-box .banner {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
}
.topslide-box .banner_Placeholder {
    position:relative;
    width:100%;
    display:block;
    height:0px;
    padding-bottom:32%;
}
.topslide-box .banner-text {
    position:absolute;
    left:50%;
    top:50%;
    z-index:99;
    text-align:center;
    transform:translate(-50%,-50%);
}
.topslide-box .banner-text:after {
    display:inline-block;
    width:70%;
    height:2px;
    background:rgba(255,255,255,.6);
    content:'';
}
.topslide-box .banner-text p {
    text-align:center;
    color:#fff;
    text-shadow:0px 1px 3px rgba(0,0,0,0.3);
    font-size:48px;
    line-height:1em;
}
.topslide-box .banner-text p.en {
    text-align:center;
    font-size:28px;
    line-height:1em;
}
/*内页头部图片 end*/


/*产品栏目列表页 start*/

.product-lists .product-item {}
.product-lists .product-item ._img {
    border:0px solid #979797;
    background:linear-gradient(132deg,#E2E2E2 0%,#F8F8F8 46%,#E2E2E2 100%);
}
.product-lists .product-item ._img:after {
    display:block;
    width:100%;
    height:100%;
    content:'';
    border:1px solid #979797;
    border-bottom:0;
    opacity:0;
}
.product-lists .product-item .title {
    font-size:24px;
}
.product-lists .product-item .desc {
    font-size:16px;
    color:#7D7F84;
}
.product-lists .product-item:hover ._img {
    background:#fff;
}
.product-lists .product-item:hover ._img:after {
    opacity:1;
}
.product-lists .product-item:hover img {
    transform:scale(1.1);
}
.product-lists .product-item:hover .title {
    background:#022e9a;
    color:#fff;
}
.product-lists .product-item:hover .desc {
    background:#022e9a;
    color:#fff;
}
/*产品栏目列表页 end*/


.col-30 {
    width:30%;
}

.new-icon {
    display: inline-block;
    width:20px;
    height:20px;
    position: relative;
}
.new-icon i{
    position: absolute;
    width:12px;
    font-size:12px;
    top:4px;
    line-height: 12px;
}
.new-icon i:nth-of-type(1){
    left:0px;
    color:rgba(255,255,255,1);
}
.new-icon i:nth-of-type(2){
    color:rgba(255,255,255,.6);
    left:6px;
}
.bg-white .new-icon i:nth-of-type(1){
    left:0px;
    color:rgba(2, 46, 154,1);
}
.bg-white .new-icon i:nth-of-type(2){
    color:rgba(2, 46, 154,.6);
    left:6px;
}

.new-icon1 {
    display: inline-block;
    width:20px;
    height:20px;
    position: relative;
    margin-right:2px;
}
.new-icon1 {
    /*position: absolute;*/
    /*text-align: center;*/
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IArs4c6QAAATdJREFUKBV9k71KA0EQx2cmqA8gptbSWo8UYhAENb14Z8B3uXcREg32FwtBRIvgR2upteIDqGQn81/vRDd7t83tfPz+O7Nzy/RnqSp3s3HqlI7NnSjpMhN/2P6eRAa3w70RM2uFcLXZyYrVb0cXBmxUvvBrQo8LQofXZ71XxDwM8MvRhEjbITBv89uiUAcCglJxYgjenffmOe/Rtq/QON5Oi2yqOoxlQmArLWIhYmllUl5ONAFgbQXO9cWoJEqWzgaBRDCOJhixmAA4KefYyMd6Byc2rIcmMgb6fOPEmh7UwbWgAeBkd/1gRMxPoUATiHxw/g/rnlyuTT/dxC5hJRQJbev1vbUknZvT/ReMirCBI1bBP9hOrED4fx8GjDxXuXoeHzmiPiltYhx+Grgc6xGl5jlb+GfNAN/JgnsS97LQAAAAAElFTkSuQmCC) no-repeat left 5px;
    /*padding-left: 22px;*/
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 4px;
}
.new-icon1 i:nth-of-type(1){
    font-size:10px;
    color:#fff;
    z-index: 99;
    width:12px;
    height:12px;
    top:4px;
    left:1px;
    line-height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-icon1 i:nth-of-type(2){
    width:12px;
    height:12px;
    line-height: 12px;
    top:4px;
    left:1px;
    color:#555;
    color:rgba(2, 46, 154,.9);
}
.new-icon1.icon-t i:nth-of-type(2){
    color:rgba(2, 46, 154,.9);
    /*color:rgba(2, 46, 154,.8);*/
    /*color:rgba(193, 62, 55,1);*/
}


.c-title {
    padding: 8px 15px;
    outline: 0px;
    color: #fff;
    background-color: #022E9A;
    border-radius: 0px 0px 15px;
    transform: translateZ(5px);
    visibility: visible;
}

/*专家团队页 start*/

.team-slide  {
    padding:0 80px;
}
.team-slide .slide-item {
    position: relative;
}
.team-slide .team-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom:16px;
}
.team-slide .team-item p{
    position: absolute;
    width:100%;
    height:40px;
    line-height: 40px;
    color:#fff;
    z-index: 99;
    bottom:0px;
    left:0px;
    text-align: center;
    background: rgba(0,0,0,.6);
    transition: all 0.4s;
}
.team-slide .slide-item .team-item:before {
    content:'';
    position: absolute;
    top:0px;
    left:0px;
    z-index: 10;
    width:100%;
    height:100%;
    border-radius: 10px;
    border:4px solid transparent;
    transition: all 0.4s;
}
.team-slide .slide-item:after {
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    content: "";
    bottom:20px;
    left:calc(50% - 15px);
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 0 solid transparent;
    transition: all 0.4s;
}

.team-slide .slide-item.active .team-item::after,
.team-slide .swiper-slide-active .team-item:before {
    border-color: rgba(2, 46, 154,.9);
}
.team-slide .swiper-slide:hover .team-item:before {
    border-color: rgba(2, 46, 154,.9);
}
.team-slide .slide-item.active:after,
.team-slide .swiper-slide-active:after{
    bottom:3px;
    border-top-color:rgba(2, 46, 154,.95);
}
.team-slide .slide-item:hover:after {
    bottom:3px;
    border-top-color:rgba(2, 46, 154,.95);
}

.team-slide .swiper-slide-active .team-item p,
.team-slide .slide-item.active .team-item p ,
.team-slide .slide-item:hover .team-item p {
    background: #022e9a;
}
.team-slide .team-item ._img{

}
.team-slide .team-item ._img img{
    object-fit: cover;
}

.team-slide .swiper-button>div{
    display: inline-block;
    text-align: center;
    top:calc(50% - 8px);
    width:46px;
    height:46px;
    line-height:44px;
    border:1px solid #D0D0D2;
    font-weight: bold;
    border-radius: 50px;
    color:#7D7F84;
    transition: all 400ms;
}

.team-slide .swiper-button>div:hover{
    color:#fff;
    border-color:rgba(2, 46, 154,.8);
    background: rgba(2, 46, 154,.8);
}
.team-slide .swiper-button>div:after{
    font-size:18px !important;
}
.team-slide .swiper-button>div:first-of-type{
    padding-right:5px;
    left:0px;
}
.team-slide .swiper-button>div:last-of-type{
    right:0px;
    padding-left:5px;
}
.team_descs {
    padding:0 80px;
}
.team_descs .desc-title{
    font-size:20px;
}
.team_descs .desc-title span{
    color:rgba(2, 46, 154,.8);
    line-height: 1em;
    height: 1em;
}
.team_descs .desc-title:before{
    content:'';
    display: inline-block;
    width:2px;
    height:1em;
    margin-right:9px;
    background: rgba(2, 46, 154,.8);
}
.team_descs .desc-content{
    line-height: 2em;
    color:#7D7F84;
}
.team_descs .desc-content .content{
    width: 80%;
}
.team_yuanshi {

}
.team_yuanshi h3{
    color:#022e9a;
    font-weight: bold;
    text-align: center;
    line-height: 2em;
}
.team_yuanshi h3 span{
    color:#cc0000;
}
.team_yuanshi img{
    width:100%;
    max-width: 1000px;
    margin:0 auto;
    display: block;
}
.team_lists {
    background: #F6F7FB;
}
.team_experts {
}

.team_experts .team_experts-title{
    font-size:24px;
    color:#022e9a;
    text-align: center;
    line-height: 1em;
}
.team_experts .team_experts-title:before,
.team_experts .team_experts-title:after{
    width:20px;
    height:2px;
    content:'';
    display: inline-block;
    background: #022e9a;
    margin:0 5px;
}

.team_experts-menus {

}
.team_experts-menus li span{
    padding:0 15px;
    line-height: 40px;
    display: block;
    border:1px solid rgba(2, 46, 154,.4);
    cursor: pointer;
}
.team_experts-menus li.active span{
    background: rgba(2, 46, 154,.8);
    color:#fff;
}
.team_experts-item .info-box{
    background: #e7e7e7;
}
.team_experts-item .zw{
    transition: all 0.4s;
    font-size:14px;
    color:#666;
}
.team_experts-item .ly{
    transition: all 0.4s;
    font-size:14px;
    color:#666;
}
.team_experts-item .title{
    transition: all 0.4s;
    border-bottom:1px solid #ccc;
}
.team_experts-item:hover ._img{
    background:#fff;
}
.team_experts-item:hover img{
    transform:scale(1.1);
}
.team_experts-item:hover .title{
    color:#0B379C;
}
.team_experts-item:hover .ly,
.team_experts-item:hover  .zw{
    color:#0B379C;
}
/*专家团队页 end*/

.tabs-more {
    position: relative;
}
.tabs-more .my_more {
    position: absolute;
    display: none !important;
    right:0px;
    top:0px;
    height: 52px;
    padding-right:5px;
}
.tabs-more .my_more a{
    position: relative !important;
}

.tabs-more .active .my_more {
    display: flex !important;
}
/*首页幻灯新闻 start*/
.index-title {
    font-size:18px;
    line-height: 20px;
    font-size:18px;
    text-align:left;
    border-bottom:2px solid #8096cc;
}
.index-title p {
    display: block;
    height:100%;
    font-size:18px;
    font-weight: 600;
    position: relative;
}
.index-title p:after {
    position: absolute;
    content:'';
    width:100%;
    height:2px;
    background:#022e9a;
    bottom: -2px;
    left: 0px;
}
.index-title p i{
    font-weight: initial;
    font-size:20px;
    color:#022E9A;
}
.index-title .more{
    font-size:14px;
    color:#333;
}
.index-title .more:hover{
    color:#022e9a;
}
.index-title1 {
    font-size:18px;
    line-height: 20px;
    color:#f7f7f7;
    border-bottom:2px solid #022e9a;
    background: #f3f7ff;
    overflow: hidden;
}
.index-title1 p {
    display: block;
    height:100%;
    font-size:18px;
    font-weight: 600;
    position: relative;
    background: #022e9a;
}
.index-title1 p i{
    font-weight: initial;
    font-size:20px;
}
.index-title1 p:after {
    position: absolute;
    opacity: 0.3;
    content:'';
    width:0;
    height:0;
    border-bottom: 60px solid #022e9a;
    border-right: 10px solid transparent;
    top: 0px;
    right: -10px;
}

.index-title1 .catname {
    display: block;
    height:100%;
    font-size:18px;
    font-weight: 600;
    position: relative;
}
.index-title1 .active .catname {
    background: #022e9a;
}
.index-title1 .active .catname a{
    color:#fff;
}
.index-title1 .active .catname i{
    font-weight: initial;
    font-size:20px;
}

.index-title1 .active .catname:after {
    position: absolute;
    opacity: 0.3;
    content:'';
    width:0;
    height:0;
    border-bottom: 60px solid #022e9a;
    border-right: 10px solid transparent;
    top: 0px;
    right: -10px;
}

.index-title1 .more{
    font-size:14px;
    color:#333;
}
.index-title1 .more:hover{
    color:#022e9a;
}
.index-title2 {
    font-size:18px;
    line-height: 20px;
    color:#fff;
    border-bottom:2px solid #fff;
}
.index-title2 p {
    font-size:18px;
    font-weight: 600;
}
.index-title2 p i{
    font-weight: initial;
    font-size:20px;
}
.index-title2 .more{
    font-size:14px;
    color:#fff;
}
.index-title2 .more:hover{
    color:#8EC53B;
}

.index-title3 {
    font-size:18px;
    line-height: 20px;
    font-size:18px;
    text-align:left;
    background: #f3f7ff;
    border-bottom:2px solid #8096cc;
}
.index-title3 p {
    display: block;
    height:100%;
    font-size:18px;
    font-weight: 600;
    position: relative;
}
.index-title3 p:after {
    position: absolute;
    content:'';
    width:100%;
    height:2px;
    background:#022e9a;
    bottom: -2px;
    left: 0px;
}
.index-title3 p i{
    font-weight: initial;
    font-size:20px;
    color:#022E9A;
}
.index-title3 .more{
    font-size:14px;
    color:#333;
}
.index-title3 .more:hover{
    color:#022e9a;
}


.index-slide {
    position: relative;
}
.index-slide .swiper-pagination{
    text-align: right;
    z-index: 99;
    /*bottom:8px;*/
    padding-right:10px;
}
.index-slide .swiper-pagination .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background: rgba(255,255,255,.8);
    border-radius: 20px;
    box-shadow: 0 0 2px 0 rgba(255,255,255,.3);
    opacity: 1 !important;
}
.index-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    box-shadow: 0 0 3px 0px rgba(255,255,255,.3);
    width:30px;
    background: rgba(255,255,255,1);
}
.index-slide .swiper-button>div{
    width:26px;
    text-align: center;
    height:80px;
    border-radius: 3px;
    overflow: hidden;
    background: rgba(255, 255, 255,.3);
    margin-top: -40px;
    transition:all 0.6s;
}
.index-slide .swiper-button>div:after{
    font-size:18px;
    transition:all 0.6s;
    color:rgba(255,255,255,.6) !important;
}
.index-slide .swiper-button>div:hover{
    background: rgba(255, 255, 255,.6);
}
.index-slide .swiper-button>div:hover:after{
    color:#022e9a !important;
}
.index-slide .swiper-slide{
    position: relative;
}
.index-slide .swiper-slide ._img{
    width:100%;
    height:100%;
}
.index-slide .swiper-slide img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.index-slide .swiper-slide:hover img{
    transform: scale(1.06);
}

.index-slide .swiper-slide .desc{
    width:100%;
    position: absolute;
    background: rgba(0,0,0,0.45);
    line-height: 40px;
    bottom:0px;
    left:0px;
}
.index-slide .swiper-slide .desc p{
    padding-left:1em;
    height:40px;
    width:70%;
    color:#fff;
    text-align: left;
    overflow: hidden;
}
/*首页幻灯新闻 end*/

/*新闻栏目 start*/
.index-news-box {
    background:url(/statics/images/index_dian_bg.png) center center;
    min-height:400px;
}
.index-news-title .more {
    color:#022e9a;
    font-size:20px;
}
.index-news-title .icon-more {
    position:relative;
    top:-5px;
}
.index-news-title .more a {
    color:#022e9a;
}
.index-news-title .icon-more:before {
    transition:all 0.4s;
    display:inline-block;
    width:80px;
    height:3px;
    content:'';
    background:#022e9a;
}
.index-news-title .icon-more:after {
    transition:all 0.4s;
    display:inline-block;
    height:15px;
    width:3px;
    content:'';
    background:#022e9a;
    transform:rotate(135deg);
    right:5px;
    top:7px;
    position:absolute;
}
.index-news-title .more a:hover {
    color:#C5B190;
}
.index-news-title .more a:hover .icon-more:before {
    background:#C5B190;
}
.index-news-title .more a:hover .icon-more:after {
    background:#C5B190;
}
.index-news-title .title {
    font-size:60px;
    color:#000;
}
.index-news-menu .menu-item {
    display:inline-block;
}
.index-news-menu .menu-item span {
    display:inline-block;
    background:#ECECEC;
    color:#333;
    transition:all 0.4s;
    font-size:20px;
}
.index-news-menu .menu-item.active span,.index-news-menu .menu-item:hover span {
    background:#022e9a;
    color:#fff;
}
/*新闻栏目 end*/
        /*新闻列表 start*/
    .index-news-box {}
.index-news-box .swiper-slide {
    background:#fff;
}
.index-news-box .news-left .info {
    transition:all 0.4s;
    background:#022e9a;
}
.index-news-box .news-left {
    background:#fff;
}
.index-news-box .news-left .date span {
    width:20%;
    height:2px;
    background:#fff;
    border-radius:2px;
}
.index-news-box .news-left .md {
    color:#fff;
    font-size:32px;
    line-height:1em;
    transition:color 0.4s;
}
.index-news-box .news-left .year {
    font-size:18px;
    line-height:1em;
    color:rgba(255,255,255,.6);
    margin-bottom:0.4em;
    transition:color 0.4s;
}
.index-news-box .news-left .title {
    width:100%;
    font-size:24px;
    color:#fff;
    margin-bottom:15px;
    transition:color 0.4s;
}
.index-news-box .news-left .title span {
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    height:28px;
    line-height:28px;
    width:100%;
}
.index-news-box .news-left .desc {
    color:rgba(255,255,255,.6);
    font-size:16px;
    line-height:24px;
    height:48px;
}
.index-news-box .news-left:hover .title {
    color:#333;
}
.index-news-box .news-left:hover .desc {
    color:#999;
}
.index-news-box .news-left:hover img {
    transform:scale(1.05);
}
.index-news-box .news-left:hover .info {
    background:rgba(221,115,44,.04);
    color:rgba(221,115,44,.9);
}
.index-news-box .news-left:hover .md {
    color:#022e9a;
}
.index-news-box .news-left:hover .date span {
    background:rgba(221,115,44,.4);
}
.index-news-box .news-left:hover .year {
    color:rgba(221,115,44,.2);
}
.index-news-box .news-right {
    background:#fff;
}
.index-news-box .news-right li a {
    transition:all 0.4s;
    border-bottom:1px dashed #D0D0D2;
}
.index-news-box .news-right li:last-of-type a {
    border-bottom:0;
}
.index-news-box .news-right .date span {
    width:100%;
    height:1px;
    background:#D0D0D2;
    transition:all 0.4s;
}
.index-news-box .news-right .md {
    color:#022e9a;
    font-size:36px;
    line-height:1em;
    margin-bottom:8px;
    transition:all 0.4s;
}
.index-news-box .news-right .year {
    font-size:18px;
    color:#D0D0D2;
    transition:all 0.4s;
}
.index-news-box  .news-right .text .title {
    width:100%;
    font-size:24px;
    height:28px;
    line-height:28px;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#1C1C1C;
    margin-bottom:15px;
    transition:all 0.4s;
}
.index-news-box  .news-right .text .desc {
    color:#7D7F84;
    font-size:16px;
    line-height:24px;
    height:48px;
    transition:all 0.4s;
}
.index-news-box .news-right li:hover a {
    background:rgba(221,115,44,.04);
}
.index-news-box .news-right li:hover .md {
    color:#022e9a;
}
.index-news-box .news-right li:hover .date span {
    background:rgba(221,115,44,.4);
}
.index-news-box .news-right li:hover .year {
    color:rgba(221,115,44,.2);
}
.index-news-box .news-right li:hover .title {
    color:#333;
}
.index-news-box .news-right li:hover .desc {
    color:#999;
}
/*新闻列表 end*/


/*首页新闻 start*/
.news-image1 {
    width:100%;
    height:100%;
    display: block;
    position: relative;
}
.news-image1 .desc{
    width:100%;
    position: absolute;
    background: rgba(2, 46, 154,0.6);
    line-height: 40px;
    bottom:0px;
    left:0px;
}
.news-image1 .desc p{
    padding-left:1em;
    height:40px;
    color:#fff;
    text-align: left;
    overflow: hidden;
}

.newslist {

}
.newslist .newli{

}
.newslist li a p{
    width:calc(100% - 120px);
}
.newslist li a p span{
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}
.newslist .newli p:after{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAaVJREFUSEvtlTFI1VEUxn/feRUUNEiBCIGLBA0h4tJuhEurQzTUorRERBC0GaISJTpFhVsEb4jQfPAqlxAhAmloqqVFahEq3Mx3vvj/K3jme9Dkc+hyhzt899zvfOc75+r00tIgnVjSlqSv6hiB30n/J7DPFZAeFKUKaTEza6rolpNe7DGCUaydBpYXgBOgs6RHSkyxkocEt7G6gRnsD39831YBSQcs3pT37YXKj+0pHzq4ClRJz1CQE4Okx3Y0UTAMGlIjL7oSi4KNdE5IMQueJXncjG9LwNI5iUngne1jQnOIe2GuNGBd4rntt0KfgS1wse9IzFnqQXzEHJFQpnsF65irf3d8ew9I04T6cFZBN8HPUJynkWeQLiCuyzy1/bIp6JpCTxK+C/qBT0ivsUcxl7Hf/xOBhOMRqjt9V/CC0CvMN4dW1MhxIh6BB3bJD2uEljFfgDriEtBlMy/7fqt511oBaQQYcuYNSZtlvQHJ85lsSrq2K1hhzF+gElsatfncZtru8zbcgz+i8wr012on0z66B8m2fEKn6vWeyOyKzMOdIPET42O9fzeU9YYAAAAASUVORK5CYII=) center center no-repeat;
    width:32px;
    height:20px;
    display: inline-block;
    content:'';
    margin-left:5px;
}
.newslist .newli a p span{
    max-width:calc(100% - 37px);
}
.newslist li a .date{
    text-align: right;
    width:85px;
    color:#A7A7A7;
    font-size: 13px;
}
.newslist li a .date .md{
    font-size:16px;
    color:#333333;
    font-family: "宋体";
    font-weight: 600;
}
.newslist li a .date .Y{
    font-size:15px;
    color:#a7a7a7;
}
.newslist li a{
    color:#333333;
    line-height: 40px;
    border-bottom:1px dashed #ccc;
}
.newslist li a:hover{
    color:#022E9A;
}

.newslist1 {
    background: #022e9a;
}
.newslist1 ul li a p{
    width:calc(100% - 24px);
}
.newslist1 ul li a{
    color:#fff;
    line-height: 50px;
    border-bottom:1px solid rgba(255,255,255,.6);
}
.newslist1 ul li a:hover{
    color:rgba(255,255,255,.6);
}
/*首页新闻 end*/

/*成果发布列表*/
.cgfb_list{
    padding: 0 20px;
}
.cgfb_list li{
    line-height: 50px;
    border-bottom:1px solid #dedede;
}


/*首页首页左右 start*/

.index-left {
    width:70%;
}
.index-left #index-news-slide .swiper-pagination{
    text-align: right;
    z-index: 99;
    /*bottom:8px;*/
    padding-right:10px;
}
.index-left #index-news-slide .swiper-pagination .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background: rgba(255,255,255,.8);
    border-radius: 20px;
    box-shadow: 0 0 2px 0 rgba(255,255,255,.3);
    opacity: 1 !important;
}
.index-left #index-news-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    box-shadow: 0 0 3px 0px rgba(255,255,255,.3);
    width:30px;
    background: rgba(255,255,255,1);
}
.index-left #index-news-slide .swiper-button>div{
    width:26px;
    text-align: center;
    height:80px;
    border-radius: 3px;
    overflow: hidden;
    background: rgba(255, 255, 255,.3);
    margin-top: -40px;
    transition:all 0.6s;
}
.index-left #index-news-slide .swiper-button>div:after{
    font-size:18px;
    transition:all 0.6s;
    color:rgba(255,255,255,.6) !important;
}
.index-left #index-news-slide .swiper-button>div:hover{
    background: rgba(255, 255, 255,.6);
}
.index-left #index-news-slide .swiper-button>div:hover:after{
    color:#022e9a !important;
}
.index-right {
    width:30%;
}
/*首页创新平台 start*/
/*首页友情链接 start*/
.index-links a{
    color:#333;
    display: block;
    line-height: 40px;
    border-bottom:1px solid #ccc;
}
.index-links a:hover{
    color:#022e9a;
    border-color:#022e9a;
}
/*首页友情链接 end*/

/*首页创新平台 start*/
.index-imglink {

}
.index-imglink a{
    font-weight: 600;
    background: #f3f7ff;
    color:#333;
    text-align: center;
    font-size:21px;
    border:1px solid rgba(128, 150, 204,.5);
}
.index-imglink a:hover{
    background: #F3F7FF;
    border-color: #8096cc;
    color:#022e9a;
}
/*首页创新平台 end*/

.index-lxwm {

}
.index-lxwm .phone-box{
    font-size:15px;
}

/*首页资源配置 start*/
.index-shuzi {
    background: #f3f7ff;
    padding:30px 0;
}
.index-shuzi .shuzi-item{
    border-right: 1px solid #bfcae5;
}
.index-shuzi .shuzi-item:last-of-type{
    border-right: 0px;
}
.index-shuzi .counter {
    font-size:72px;
    color:#022e9a;
    font-weight:initial;
    line-height:1em;
}
.index-shuzi b {
    font-weight:initial;
    font-size:18px;
    color:#022e9a;
}
.index-shuzi b i{
    font-size:24px;
}
.index-shuzi p {
    text-align:left;
    font-size:16px;
    color:#555;
}
/*首页资源配置 end*/

/*首页关于我们 start*/
.index-about-box {
    background:#F8F8F8;
    position: relative;
    overflow: hidden;
    height: 115px;
}
.index-about-box:hover img{
    transform: scale(1.1);
}
.index-about-box img{
    width:100%;
    height:100%;
    max-width: 100%;
    transition:all 0.6s ease-in-out;
    object-fit: cover;
}
.index-about-box p {
    position: absolute;
    bottom:0.8em;
    right:1.2em;
    color:#fff;
    font-size:18px;
    font-weight: 600;
    line-height: 1em;
}
/*首页关于我们 end*/


.product-img-box {
    padding-top:12px;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.product-img {
    position:relative;
    padding:8px;
    margin-top:5px;
    border:1px solid #DEDEDE;
    overflow:hidden;
    box-shadow:0 0 5px #F5F5F5;
}
.product-img p {
    padding:5px 15px 10px;
    text-align:justify;
    color:#666666;
}
.product-img h3 {
    font-weight:700;
    font-size:16px;
    text-align:center;
    display:block;
    height:35px;
    line-height:30px;
    margin:15px 15px 0;
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.product-img-box:hover {
    padding-top:0px;
}
.product-img-box:hover .product-img {
    z-index:9;
    box-shadow:0 0 10px #D5D5D5;
}

.jscx-list {

}

.jscx-list .left {float:left; width: 28%;}
.jscx-list .right { float: left; width: 70%;}

/* 分页 */
#pages {
    padding:14px 0 10px 0;
    text-align:center;
}
#pages>* {
    min-width:42px;
    border-radius:3px;
    margin:0 3px;
}
#pages a {
    display:inline-block;
    height:42px;
    line-height:40px;
    background:#F1F1F1;
    /*border:1px solid #E4E4E4;
    */
        text-align:center;
    color:#666;
    padding:0 15px;
}
#pages a.a1 {
    background:url(../images/admin_img/pages.png) no-repeat 0 5px;
    width:70px;
    padding:0;
    background:#F1F1F1;
}
#pages a:hover {
    background:#022e9a;
    color:#fff;
    text-decoration:none
}
#pages span {
    display:inline-block;
    height:42px;
    line-height:40px;
    background:#022e9a;
    /*border:1px solid #348ECC;
    */
        color:#fff;
    text-align:center;
    padding:0 10px
}
.page .noPage {
    display:inline-block;
    width:70px;
    height:42px;
    line-height:40px;
    background:url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border:1px solid #e3e3e3;
    text-align:center;
    color:#a4a4a4;
}
.yihang {
    display:block;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-break:keep-all;
    overflow:hidden;
}
.wx1200 {
    max-width:1200px;
    margin:0 auto;
    width:100%;
}
/*幻灯样式 start*/

.slide-content-box {
    position:absolute;
    width:100%;
    height:100%;
    top:80px;
    left:0;
}
#banner-slide .slide-texts-1 .text-box {
    float:right;
    padding-top:80px;
    text-align:right;
}
#banner-slide .slide-texts-1 .img1 {
    max-width:500px;
    transform:translateY(30px);
    -o-transform:translateY(30px);
    -moz-transform:translateY(30px);
    -webkit-transform:translateY(30px);
    opacity:0;
}
#banner-slide .slide-texts-1 .text1 {
    font-size:60px;
    color:#fff;
    letter-spacing:4px;
    text-shadow:1px 1px 2px rgba(0,0,0,0.2);
    transform:translateY(30px);
    -o-transform:translateY(30px);
    -moz-transform:translateY(30px);
    -webkit-transform:translateY(30px);
    opacity:0;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-1 .img1 {
    transform:translateY(0px);
    -o-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    opacity:1;
    transition:all 1s;
    -o-transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-1 .text1 {
    transform:translateY(0px);
    -o-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    opacity:1;
    transition:all 1s .6s;
    -o-transition:all 1s .6s;
    -moz-transition:all 1s .6s;
    -webkit-transition:all 1s .6s;
}
#banner-slide .slide-texts-2 .text-box {
    padding-top:100px;
}
#banner-slide .slide-texts-2 .text1 {
    opacity:0;
    font-size:60px;
    color:#214A95;
    text-shadow:1px 1px 2px rgba(0,0,0,0.2);
    font-weight:600;
    transform:translateX(60px);
    -o-transform:translateX(60px);
    -moz-transform:translateX(60px);
    -webkit-transform:translateX(60px);
}
#banner-slide .slide-texts-2 .text2 {
    opacity:0;
    font-size:42px;
    color:#000;
    text-shadow:1px 1px 2px rgba(255,255,255,0.2);
    transform:translateX(60px);
    -o-transform:translateX(60px);
    -moz-transform:translateX(60px);
    -webkit-transform:translateX(60px);
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-2 .text1 {
    transform:translateX(0px);
    -o-transform:translateX(0px);
    -moz-transform:translateX(0px);
    -webkit-transform:translateX(0px);
    opacity:1;
    transition:all 1s;
    -o-transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-2 .text2 {
    transform:translateX(0px);
    -o-transform:translateX(0px);
    -moz-transform:translateX(0px);
    -webkit-transform:translateX(0px);
    opacity:1;
    transition:all 1s .3s;
    -o-transition:all 1s .3s;
    -moz-transition:all 1s .3s;
    -webkit-transition:all 1s .3s;
}
#banner-slide .slide-texts-3 .text-box {
    padding-top:80px;
    text-align:center;
}
#banner-slide .slide-texts-3 .text1 {
    font-size:60px;
    color:#214A95;
    font-weight:bold;
    transform:translateY(30px);
    -o-transform:translateY(30px);
    -moz-transform:translateY(30px);
    -webkit-transform:translateY(30px);
    opacity:0;
}
#banner-slide .slide-texts-3 .text2 {
    font-size:50px;
    color:#000;
    /*text-shadow:1px 1px 2px rgba(0,0,0,0.2);
    */

        transform:translateY(30px);
    -o-transform:translateY(30px);
    -moz-transform:translateY(30px);
    -webkit-transform:translateY(30px);
    opacity:0;
}
#banner-slide .slide-texts-3 .text3 {
    font-size:36px;
    color:#fff;
    text-shadow:1px 1px 2px rgba(0,0,0,0.2);
    transform:translateY(30px);
    -o-transform:translateY(30px);
    -moz-transform:translateY(30px);
    -webkit-transform:translateY(30px);
    opacity:0;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-3 .text1 {
    transform:translateY(0px);
    -o-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    opacity:1;
    transition:all .8s;
    -o-transition:all .8s;
    -moz-transition:all .8s;
    -webkit-transition:all .8s;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-3 .text2 {
    transform:translateY(0px);
    -o-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    opacity:1;
    transition:all .8s .3s;
    -o-transition:all .8s .3s;
    -moz-transition:all .8s .3s;
    -webkit-transition:all .8s .3s;
}
#banner-slide.swiperAnimate .swiper-slide-active .slide-texts-3 .text3 {
    transform:translateY(0px);
    -o-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    opacity:1;
    transition:all 1s .6s;
    -o-transition:all 1s .6s;
    -moz-transition:all 1s .6s;
    -webkit-transition:all 1s .6s;
}
@media (max-width:1200px) {
    #banner-slide .slide-texts-1 .text-box {
    padding-top:50px;
}
#banner-slide .slide-texts-1 .text1 {
    font-size:50px;
}
#banner-slide .slide-texts-1 .img1 {
    max-width:400px;
}
#banner-slide .slide-texts-2 .text-box {
    padding-top:80px;
}
#banner-slide .slide-texts-2 .text1 {
    font-size:42px;
}
#banner-slide .slide-texts-2 .text2 {
    font-size:36px;
}
#banner-slide .slide-texts-3 .text-box {
    padding-top:50px;
}
#banner-slide .slide-texts-3 .text1 {
    font-size:40px;
}
#banner-slide .slide-texts-3 .text2 {
    font-size:36px;
}
#banner-slide .slide-texts-3 .text3 {
    font-size:32px;
}
}@media (min-width:1200px) and (max-width:1399px) {
    #banner-slide .slide-texts-1 .text-box {
    padding-top:50px;
}
#banner-slide .slide-texts-1 .text1 {
    font-size:50px;
}
#banner-slide .slide-texts-1 .img1 {
    max-width:400px;
}
#banner-slide .slide-texts-2 .text-box {
    padding-top:70px;
}
#banner-slide .slide-texts-2 .text1 {
    font-size:42px;
}
#banner-slide .slide-texts-2 .text2 {
    font-size:36px;
}
#banner-slide .slide-texts-3 .text-box {
    padding-top:50px;
}
#banner-slide .slide-texts-3 .text1 {
    font-size:40px;
}
#banner-slide .slide-texts-3 .text2 {
    font-size:36px;
}
#banner-slide .slide-texts-3 .text3 {
    font-size:32px;
}
}@media (min-width:1400px) and (max-width:1599px) {
    #banner-slide .slide-texts-1 .text-box {
    padding-top:50px;
}
#banner-slide .slide-texts-1 .text1 {
    font-size:50px;
}
#banner-slide .slide-texts-1 .img1 {
    max-width:400px;
}
#banner-slide .slide-texts-2 .text-box {
    padding-top:90px;
}
#banner-slide .slide-texts-2 .text1 {
    font-size:48px;
}
#banner-slide .slide-texts-2 .text2 {
    font-size:36px;
}
#banner-slide .slide-texts-3 .text-box {
    padding-top:70px;
}
#banner-slide .slide-texts-3 .text1 {
    font-size:50px;
}
#banner-slide .slide-texts-3 .text2 {
    font-size:40px;
}
#banner-slide .slide-texts-3 .text3 {
    font-size:36px;
}
}@media (min-width:1600px) and (max-width:1800px) {
    #banner-slide .slide-texts-1 .text-box {
    padding-top:80px;
}
#banner-slide .slide-texts-1 .text1 {
    font-size:60px;
}
#banner-slide .slide-texts-1 .img1 {
    max-width:480px;
}
#banner-slide .slide-texts-2 .text-box {
    padding-top:90px;
}
#banner-slide .slide-texts-2 .text1 {
    font-size:48px;
}
#banner-slide .slide-texts-2 .text2 {
    font-size:36px;
}
#banner-slide .slide-texts-3 .text-box {
    padding-top:70px;
}
#banner-slide .slide-texts-3 .text1 {
    font-size:50px;
}
#banner-slide .slide-texts-3 .text2 {
    font-size:40px;
}
#banner-slide .slide-texts-3 .text3 {
    font-size:36px;
}
}/*幻灯样式 end*/

.crumbs {
    font-size:1rem;
}
.crumbs .w-75 {
    border-bottom:1px solid #E4E4E4;
}
.crumbs .float-end {
    color:#7D7F84;
}
.crumbs .float-end a {
    color:#7D7F84;
}
.crumbs .float-end .bi {
    font-size:14px;
}
.crumbs .float-end a:hover {
    color:#022e9a;
}
.crumbs .submenu {}
.crumbs .submenu ul li {
    float:left;
}
.crumbs .submenu ul li a {
    display:inline-block;
    padding:0 1.5rem;
    line-height:2.4em;
    background:#ECECEC;
    color:#000;
}
.crumbs .submenu ul li .hover,.crumbs .submenu ul li a:hover {
    /*font-weight:700;
    */
        color:#fff;
    background:#022e9a;
}
.crumbs-line {
    font-size:1rem;
}
.crumbs-line .w-75 {
    border-bottom:1px solid #E4E4E4;
}
.crumbs-line .float-end {
    color:#7D7F84;
}
.crumbs-line .float-end a {
    color:#7D7F84;
}
.crumbs-line .float-end .bi {
    font-size:14px;
}
.crumbs-line .float-end a:hover {
    color:#022e9a;
}
.crumbs-line .submenu {}
.crumbs-line .submenu a {
    position:relative;
    display:inline-block;
    line-height:2em;
    transition:all 0.4s;
}
.crumbs-line .submenu a.hover {
    color:#022e9a;
    font-weight:600;
}
.crumbs-line .submenu a:hover {
    color:#022e9a;
}
.crumbs-line .submenu a:after {
    transition:all 0.4s;
    position:absolute;
    content:'';
    display:block;
    width:3em;
    height:2px;
    left:50%;
    bottom:calc(-1.5rem - 1px);
    background:transparent;
    transform:translate(-50%,0%);
}
.crumbs-line .submenu a:hover:after,.crumbs-line .submenu a.hover:after {
    background:#022e9a;
}
.subnav3 {}
.subnav3 ul li {
    float:left;
}
.subnav3 ul li a {
    display:inline-block;
    padding:0 1.5rem;
    line-height:2.4em;
    background:#ECECEC;
    color:#000;
}
.subnav3 ul li a.hover,.subnav3 ul li a:hover {
    /*font-weight:700;
    */
        color:#fff;
    background:#022e9a;
}
.page_box_content {
    text-align:justify;
}
.page_box_content p {
    line-height:2rem;
    padding-bottom:1rem;
}
.page_box_content h2 {
    margin-bottom:1em;
}
.page_box_content .ke-quote {
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-color: rgb(238, 238, 238);
    border-left-width: 1px;
    border-left-width: 5px;
    border-left-color: #022E9A;
    border-radius: 3px;
    quotes: none;
}
.page_box_content .ke-quote a{
    font-size:14px;
    position: relative;
    line-height: 24px;
    padding:2px 4px;
    font-weight: 700;
    color: #022E9A;
}
.page_box_content .ke-quote a:hover{
    color:#022E9A;
}
.page_box_content .ke-quote a:after{
    position: absolute;
    width:100%;
    height:1px;
    background: #666;
    display: inline-block;
    content:'';
    bottom:0px;
    left:0;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    -moz-transition: all 500ms;
}
.page_box_content .ke-quote a:hover:after{
    background:#022E9A;
}

.foot {
    background:#022e9a url(../../images/foot-bg.png) top center no-repeat;
    background-size: 100% auto;
    line-height:25px;
    color:rgba(255,255,255,0.8);
    font-size:14px;
}
.foot .foot-menu .menu-item {}

.foot .foot-menu .foot-logo {
    max-width:36%;
}
.foot .foot-menu .foot-logo img {
    max-width:100%;
}
.foot .foot-menu .line {
    padding:0;
    width:1px;
    height:100%;
    background:#DBDEE0;
}
.foot .foot-menu h4 {
    padding-bottom:0;
    color:#1C1C1C;
    font-size:18px;
    font-weight:bold;
}
.foot .foot-menu ul li a {
    color:#1C1C1C;
    line-height:30px;
}
.foot .foot-menu ul li a:hover {
    color:#022e9a;
}
.foot-menu {

}
.foot-menu .top-link{
    font-size:18px;
    line-height: 30px;
    margin-bottom:15px;
    font-weight: bold;
    color:rgba(255,255,255,1);
}
.foot-menu .line{
    width:1px;
    background: #333;
    height: 100%;
}
.foot-menu .subs{
    margin-top:10px;
}
.foot-menu .subs a{
    display: block;
    line-height: 30px;
    color:rgba(255,255,255,0.75);
    margin-bottom:5px;
}
.foot-menu .subs a:hover{
    color:rgba(255,255,255,0.96);
}
.foot-menu .line:last-of-type{
    display: none;
}
.f1 {
    float:left;
    color:#414141;
}
.f2 {
    float:left;
    color:#414141;
}
.f3 {
    float:right;
    color:#414141;
    font-size:14px;
}
.footer {
    border-top:1px solid #fff;
    height:42px;
    line-height:42px;
    color:#1C1C1C;
    font-size:14px;
}
.footer a {
    color:#1C1C1C;
}
.footer .top {
    width:120px;
    text-align:center;
    font-size:14px;
}
.footer a:hover {
    color:#022e9a;
}

.jscx-box {

}
.jscx-box .jscx-items a{
    border:1px solid #ccc;
    border-radius: 2px;
    background: #F3F7FF;
    display: block;

    /*text-align: center;*/
}
.jscx-box .jscx-cate a{
    border:1px solid #ccc;
    border-radius: 4px;
    background: #F3F7FF;
    display: block;

    text-align: center;
}
.jscx-box .jscx-cate a{
    line-height: 1.2;
    color:#000;
}
.jscx-box a .yihang{
    line-height: 1.2;
    /*font-size:18px;*/
    color:#000;
    /*font-weight: bold;*/
}
.jscx-box a p{
    font-size:14px;
    color:#666;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
}
.jscx-box a:hover{
    background: #edf6fa;
    border-color:#022E9A;
}
.jscx-box a:hover .yihang{
    color:#022E9A;
}
.jscx-box a:hover p{
    color:rgba(2, 46, 154,.5);
}


.news-items a{
    border:1px solid #ccc;
    border-radius: 10px;
    padding:20px;
    background: #F3F7FF;
    display: block;
}
.news-items a .yihang{
    line-height: 1.2;
    font-size:18px;
    color:#000;
    font-weight: bold;
}
.news-items a p{
    font-size:14px;
    color:#666;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
}
.news-items a:hover{
    background: #edf6fa;
    border-color:#022E9A;
}
.news-items a:hover .yihang{
    color:#022E9A;
}
.news-items a:hover p{
    color:rgba(2, 46, 154,.5);
}
.chenguo-box {

}
.chenguo-box {
    text-align:justify;
}
.chenguo-box ul{
    padding-left:2em;
    list-style-type: unset;
    margin-bottom:20px;
}
.chenguo-box li{
    list-style-type: disc;
    line-height: 1.8em;
}
.chenguo-box img{
    margin-bottom:1em;
    /*margin-left:20px;*/
}
.chenguo-box p {
    line-height:2rem;
    padding-bottom:10px;
}
.chenguo-box h2 {
    margin-bottom:1em;
}
.content img {
    max-width: 100%;
}

/*右边在线联系*/

.fixed-right {
    width: 140px;
    height: auto;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
    z-index: 10999;
}
.fixed-right ul{
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    background: #022e9a;
}
.fixed-right .more-hover {
    display: none;
}
.fixed-right .item {
    display: block;
    position: relative;
    right: 0;
    transition: all .5s;
    padding: 10px 0;
}
.fixed-right .item:hover {
    background: rgba(0,0,0,0.05);
}
.fixed-right .item:after {
    width: 100%;
    position: absolute;
    display: block;
    content:'';
    height:1px;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,.1);
    z-index: 2
}
.fixed-right .item:last-of-type:after {
    display: none;
}
.fixed-right .item .title {
    font-size: 12px;
    color: rgba(255,255,255,.6);
    text-align: center;
    line-height: 16px;
}
.fixed-right .item .title i{
    display: none;
    font-size:14px;
    color: rgba(255,255,255,.9);
}
.fixed-right .item.tel .icon ,
.fixed-right .item.emil .icon {
    /*font-size:18px;*/
}
.fixed-right .item .icon {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    display: block;
    line-height: 24px
}
.fixed-right .item a[href="javascript:void(0);"] {
    cursor: default;
}

.fixed-right .item .icon i {
    font-size: 20px;
    color: #fff;
}

.fixed-right .item span {
    color: #fff;
    display: block;
    text-align: center
}
.fixed-right .item.wximg .icon {
    text-align: center;
    padding: 5px 15px;
}

.fixed-right .item.wximg img {
    width: 100px;
    height: 100px
}

@media (max-width: 1600px) {
    .fixed-right {
        overflow: visible !important;
        right: -140px;
        transition:all 0.4s ease-in-out;
        -webkit-transition:all 0.4s ease-in-out;
        -moz-transition:all 0.4s ease-in-out;
        -o-transition:all 0.4s ease-in-out;
    }
    .fixed-right ul{
        position: relative;
        z-index: 999;
        background: #022e9a;
        overflow: hidden;
    }
    .fixed-right:hover{
        right: 0px;
    }
    .fixed-right:hover .more-hover{
        left:0;
    }
    .fixed-right .more-hover {
        transition:all 0.2s ease-in;
        -webkit-transition:all 0.2s ease-in;
        -moz-transition:all 0.2s ease-in;
        -o-transition:all 0.2s ease-in;

        display: block !important;
        position: absolute;
        width:36px;
        padding:20px 10px;
        background: #022e9a;
        top:calc(50% - 80px);
        left:-36px;
        color:#fff;
        z-index: 90;

        /*opacity: 0.8;*/

        border-radius: 5px 0 0 5px;
        overflow: hidden;
    }
    .fixed-right .more-hover span{
        margin:0 auto;
        display: inline-block;
        width:16px;
        line-height: 20px;
        font-size: 16px;
    }
}

/*产品专利导航*/
.patent_menu {
}

.patent_menu .top_menu {
    margin: 0;
    padding-top: 15px;
    padding-left: 10px;
    height: 70px;
    border-bottom: 2px #022E9A solid;
    background: #f3f7ff;
    text-align: left;
    line-height: 43px;
}

.patent_menu .top_menu .nav-item {
    margin-right: 8px;
}

.patent_menu .top_menu .nav-item a {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 5px 20px;
    height: 53px;
    min-width: 100px;
    border: 1px solid rgba(2, 46, 154,.2);
    border-bottom: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
              /* background: #f3f7ff; */
    color: #333;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.patent_menu .top_menu .nav-item:hover a,
            .patent_menu .top_menu .nav-item.active a {
    position: relative;
    height: 100%;
    border-color: #022e9a;
    background: #022e9a;
    color: #fff;
}

.patent_menu .sub-menus {
    margin-top: 5px;
}

.patent_menu .sub-menus a {
    display: inline-block;
    margin: 2px 4px 2px 0;
    padding: 5px 15px;
    border: 1px rgba(2, 46, 154,.4) solid;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

.patent_menu .sub-menus a.active ,
.patent_menu .sub-menus a:hover {
    color: #022E9A;
}

.patent_form {
    line-height:36px;
    font-size:15px;
    border-bottom: 3px #f1f1f1 solid;
    overflow: hidden;
}
.patent_form form{
    overflow: hidden;
}
.patent_form input {
    background:#fff;
    width:200px;
    border:none;
    color:#02257B;
    float:left;
    outline:unset;
    border-radius:3px;
    padding-left:10px;
    border:1px solid #8096cc;
    height:36px;
    margin-right:5px;
}
.patent_form button {
    margin-right:5px;
    border-radius:3px;
    padding:0 20px;
    float:left;
    background:#022e9a;
    border:none;
    color:#fff;
    outline:unset;
}
.patent_form button:hover {
    background:#02257B;
}
.patent_form a {
    margin-right:5px;
    border-radius:3px;
    line-height:34px;
    padding:0 20px;
    float:left;
    border:1px solid #022e9a;
    color:#022e9a;
    outline:unset;
}

.patentlist {

}
.patentlist li {
      border-bottom: 1px #ccc dashed;
      overflow: hidden;
}
.patentlist li>a{
    color:#333333;
    line-height: 1.4em;
    margin-bottom:8px;
    overflow: hidden;
}
.patentlist li>a:hover{
    color:#022E9A;
}
.patentlist li .info .state{
  margin-right: 5px;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 12px;
  background: #b4d0e7;
  color: #fff;
  display: block;
  float: left;
}
.patentlist li .info a{
  text-align: center;
  background: #f7bd57;
  color: #fff;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 14px;
  display: block;
  float: right;
  margin-right: 5px;
}

.patent_content h2 {
    margin: 0;
    padding: 5px 0 10px 0;
    border-bottom: 2px #ccc solid;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}
.patent_content h2 a{
  text-align: center;
  background: #f7bd57;
  color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  display: block;
  float: right;
  margin-right: 5px;
  font-size:15px;
  font-weight: initial;
}

.patent_content table {
    border-collapse: collapse;
    border-top: 1px #ccc solid;
    border-left: 1px #ccc solid;
    border-spacing: 0;
    line-height: 1.6em;
}

.patent_content table th {
    padding: 1px 5px;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    background: #efefef;
    text-indent: 0;
    font-weight: bold;
    padding:8px 10px;
}

.patent_content table td {
    padding: 1px 5px;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    text-indent: 0;
    padding:8px 10px;
}

.nolist-data {
    padding:15px;
    text-align: center;
    color:#999;
}