﻿@charset "utf-8";

/*@font-face {
    font-family: "siyuanziti";
    font-display: swap;
    src: url('../fonts/webfont.eot');
    src: url('../fonts/webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/webfont.woff2') format('woff2'),url('../fonts/webfont.woff') format('woff'),url('../fonts/webfont.ttf') format('truetype'),url('../fonts/webfont.svg#webfont') format('svg');
}*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    outline: none
}

header,
nav,
footer,
menu {
    display: block
}

dt {
    font-weight: 300
}

img {
    border: none;
    max-width: 100%;
}

li {
    list-style-type: none
}

a {
    color: #333;
    outline-style: none;
    text-decoration: none;
    cursor: pointer
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: #333;
    outline-offset: 0;
    outline: 0
}

.form-control:focus,
.form-control {
    border: none;
    box-shadow: none;
    border-radius: 100px
}

.form-control {
    height: 45px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0
}

body {
    font-family: "Noto Sans SC", "Source Han Sans CN", "PingFangSC", "noto sans", "microsoft yahei", Helvetica, Arial, sans-serif;
    font-size: 0.4rem;
    color: #444444;
    position: relative;
    background-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold
}

input::placeholder {
    color: #999999;
    font-size: 0.45rem
}

input::-moz-placeholder {
    color: #999999;
    font-size: 0.45rem
}

input:-ms-input-placeholder {
    color: #999999;
    font-size: 0.45rem
}

.form-control::placeholder {
    color: #999999;
    font-size: 0.45rem
}

.clear {
    clear: both
}

.display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    flex-flow: row wrap
}

.display-flex-center {
    -webkit-justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: center
}

.display-flex-top {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.display-flex-bottom {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end
}

.display-flex-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: distribute;
    justify-content: flex-start
}

.relative_9 {
    position: relative;
    z-index: 9
}

.bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.bg_f4f4f4 {
    background-color: #f4f4f4
}

p {
    line-height: 1.6
}

header {
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

header .logo {
    width: 5.5rem;
    padding: 0.5rem 0
}

header .logo a {
    display: block
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0.6
    }

    100% {
        opacity: 1
    }
}

@keyframes opacity {
    0% {
        opacity: 0.6
    }

    100% {
        opacity: 1
    }
}

header .header-menu {
    position: relative
}

header .header-nav {}

header .header-nav li.header__navItem {
    float: left;
    position: relative
}

header .header-nav li.header__navItem a.header__navAnchor {
    display: block;
    font-size: 0.4rem;
    color: #333333;
    position: relative;
    padding: 0.9rem 0.5rem
}

header .header-nav li.header__navItem.active a.header__navAnchor {
    color: rgba(11, 81, 157, 1.0)
}

header .header-nav li.header__navItem:hover a.header__navAnchor {
    background-color: rgba(94, 92, 93, 1.0);
    color: #ffffff !important
}

header .header-nav li.header__navItem:hover a.header__navAnchor::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f08300
}

.header-buttons {
    margin-left: 0.75rem
}

.header-buttons .header-overlaySearchButton,
.header-buttons .header-mailButton {
    position: relative
}

.header-buttons .header-overlaySearchButton a {
    display: block;
    padding: 0.4rem
}

.header-buttons .header-overlaySearchButton:hover .overlaySearchButton_input {
    right: 50px;
    opacity: 1;
    visibility: visible
}

.header-buttons .header-overlaySearchButton .overlaySearchButton_input {
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    width: 5.0rem;
    margin-top: -23px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.header-buttons .header-overlaySearchButton .overlaySearchButton_input input {
    border: 1px solid #ccc
}

.header-buttons .header-overlaySearchButton .overlaySearchButton_input input::placeholder {
    font-size: 0.4rem
}

.header-buttons .header-mailButton {
    padding-left: 0.35rem
}

.header-buttons .header-mailButton>a {
    display: block;
    font-size: 0.45rem;
    color: #666666;
    padding-right: 0.35rem;
    background: url(../images/icon03.jpg) no-repeat right center
}

.header-buttons .header-mailButton::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1px;
    height: 1.0rem;
    left: 0;
    margin-top: -0.5rem;
    background-color: #e5e5e5
}

.header-buttons .JP-overlayNavButton {
    position: relative
}

.header-buttons .JP-overlayNavButton a {
    width: 40px;
    height: 40px;
    background-color: #d0d3d5;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    display: block;
    margin-left: 0.35rem
}

.header-buttons .JP-overlayNavButton a {
    display: block;
    margin-left: 9px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-image: url(../images/icn-humberger.png)
}

.header-buttons .JP-overlayNavButton.is-show a {
    background-position: center -40px
}

.header-buttons .JP-overlayNavButton.is-show {
    position: fixed;
    z-index: 99;
    top: 0.5rem;
    right: 15px
}

header .header-nav li.header__navItem:hover .meundown {
    opacity: 1;
    visibility: visible;
    top: 2.5rem
}

.meundown {
    background-color: rgba(94, 92, 93, 0.5);
    position: absolute;
    width: 5.0rem;
    left: 50%;
    margin-left: -2.5rem;
    top: 3.75rem;
    opacity: 0;
    transition: 430ms;
    visibility: hidden;
    z-index: 99;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
    padding-top: 0.15rem;
    padding-bottom: 0.15rem
}

.meundown div {
    position: relative
}

.meundown div:before {
    content: "";
    width: 0;
    height: 100%;
    background: #113976;
    position: absolute;
    left: 50%;
    top: 0;
    transition: 320ms;
    opacity: 0
}

.meundown div a:hover {
    color: #f08300
}

.meundown div a {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 0.4rem;
    position: relative;
    transition: 320ms;
    padding: 0.25rem 0.15rem
}

.JP-overlayNav {
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.JP-overlayNav.is-show {
    visibility: visible
}

.JP-overlayNav__inner {
    position: relative
}

body.is-tablet .JP-overlayNav {
    overflow: auto
}

.JP-overlayNav::after {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    right: 15px;
    top: 15px;
    visibility: hidden;
    background-color: #333f48;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    content: '';
    opacity: 0.5;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: -1
}

.JP-overlayNav.is-show::after {
    visibility: visible;
    -webkit-transform: scale(200);
    -ms-transform: scale(200);
    transform: scale(200);
    opacity: 1
}

.JP-overlayNav__inner {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    opacity: 0;
    box-sizing: border-box;
    padding: 0 20px 0 20px
}

.JP-overlayNav.is-show .JP-overlayNav__inner {
    opacity: 1
}

.JP-overlayNav__body {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.JP-overlayNav__body a {
    color: #fff
}

.JP-overlayNav__menu {
    padding-top: 70px;
    padding-bottom: 70px
}

.JP-overlayNav__menuItemHeader {
    font-size: 16px;
    border-bottom: #5c656d 1px solid
}

.JP-overlayNav__menuItemHeader a {
    position: relative;
    display: block;
    padding: 0.6rem 0;
    background-repeat: no-repeat;
    background-position: right 17.5px center;
    background-size: 9px 13px;
    background-image: url('../images/icn-arrow-right.png')
}

.JP-overlayNav__menuItemBody {
    display: none;
    padding: 5px 0;
    border-bottom: #5c656d 1px solid
}

.JP-overlayNav__menuItemBody>ul>li>a {
    padding: 6px 0;
    display: block;
    font-size: 14px
}

.three_nav_li>a {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 9px 13px;
    background-image: url(../images/icn-arrow-right.png)
}

.three_nav {
    display: none
}

.three_nav>a {
    display: block;
    padding: 6px 10px;
    font-size: 14px
}

.JP-megaMenu {
    display: none;
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    z-index: 1;
    width: 100%;
    position: fixed;
    left: 0;
    top: 80px;
    background-color: #fff
}

.JP-megaMenu__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: distribute;
    justify-content: flex-end;
    width: 54.50%;
    margin: 0 auto
}

@media print,
screen and (min-width:769px) {
    .JP-megaMenu__inner {
        padding: 60px 0
    }
}

@media print,
screen and (min-width:992px) {
    .JP-megaMenu__inner {
        padding: 60px 0 65px
    }
}

.JP-megaMenu__item {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.JP-megaMenu__imageNav {
    padding: 0 0 0 58px;
    border-left: 2px solid #e7eaf0;
    max-width: 510px
}

.JP-megaMenu__imageNav a {
    overflow: hidden;
    position: relative;
    display: block;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}

.JP-megaMenu__imageNav a:hover {
    background-color: rgba(51, 63, 72, 0.8)
}

.JP-megaMenu__imageNavFig {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    z-index: -1
}

.JP-megaMenu__imageNav a:hover .JP-megaMenu__imageNavFig {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.JP-megaMenu__textNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.JP-megaMenu__textNav ul {
    margin-right: 40px
}

.JP-megaMenu__textNav li {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.2
}

.JP-megaMenu__textNav li a {
    color: #111
}

.JP-megaMenu__textNav li a:hover {
    color: #ee781f
}

#js-overlay {
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 200%;
    left: 0;
    top: 0;
    background-color: #fff;
    display: none
}

#js-overlay.is-loaded {
    z-index: 2;
    background-color: transparent
}

#js-overlay.is-show {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2
}

footer {
    background-color: #273039
}

footer .footer-nav {
    width: 100%;
    padding: 1.5rem 0 1.25rem
}

footer .footer-nav dl>dt {
    margin-bottom: 0.5rem
}

footer .footer-nav dl>dt>a {
    font-size: 0.5rem;
    color: #fff
}

footer .footer-nav dl>dd {
    margin-bottom: 0.25rem
}

footer .footer-nav dl>dd>a {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.15rem
}

footer .footer-copyright {
    padding: 0.625rem 0 1.375rem;
    color: rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

footer .footer-copyright .copyright {
    width: 69%;
    line-height: 1.6
}

footer .footer-copyright .copyright a {
    color: rgba(255, 255, 255, 0.8)
}

footer .footer-copyright .footer_wechat {
    position: relative
}

footer .footer-copyright .footer_wechat .wechat_list {
    border: 0.125rem solid #ffffff
}

footer .footer-copyright .footer_wechat a {
    color: #fff;
    display: block;
    background: url(../images/icon01.jpg) no-repeat left center;
    background-size: 0.7rem 0.55rem;
    padding-left: 0.9rem
}

footer .footer-copyright .footer_wechat .footer_wechat_box {
    width: 2.4rem;
    text-align: center;
    float: left;
    margin-left: 0.5rem
}

footer .footer-copyright .footer_wechat .footer_wechat_box p {
    background-image: url(../images/icon01_.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0.5rem auto;
    margin-top: 0.125rem;
    display: inline-block;
    padding-left: 0.6rem
}

footer .footer-copyright .footer_wechat .footer_wechat_box:last-child p {
    background-image: url(../images/icon01.jpg)
}

#banner {
    position: relative;
    overflow: hidden
}

#banner .banner_swiper {
    width: 100%;
    height: 100%
}

#banner .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 18.75rem;
    width: 100%
}

.banner-text {
    width: 100%;
    position: relative;
    font-size: 0;
    overflow: hidden;
    display: none
}

.banner-text .title {
    font-size: 1.3rem;
    color: #ffffff
}

.banner-text .title span {}

.banner-text a {
    margin: 0.5rem auto 0
}

.h-title {
    font-size: 1.1rem;
    position: relative;
    margin-bottom: 0.625rem;
    padding-bottom: 0.4rem;
    text-align: center
}

.h-title::after,
.bg_title::after,
.home_platform ul.row li .img span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.875rem;
    width: 1.75rem;
    height: 2px;
    background-color: #f08300
}

.c_fff {
    color: #ffffff
}

.bg_title {
    font-size: 0.9rem;
    color: #333333;
    position: relative;
    margin-bottom: 2.25rem
}

.bg_title::after {
    left: 50%;
    margin-left: -0.875rem;
    width: 1.75rem;
    height: 2px;
    background-color: #f08300
}

.bg_title span {
    font-size: 0.5rem;
    color: #ffa84c;
    display: none
}

.bg_title .title_box {
    font-size: 1.1rem;
    position: relative;
    padding-bottom: 0.4rem;
    text-align: center;
    color: #fff
}

.bg_title .title_font {
    display: none
}

.more a {
    display: block;
    width: 5.0rem;
    height: 1.4rem;
    line-height: 1.4rem;
    color: #ffffff;
    text-align: center;
    font-size: 0.45rem;
    background: linear-gradient(to right, rgba(11, 81, 157, 1.0) 33%, rgba(11, 81, 157, 0.9) 67%);
    background-size: 300% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
    position: relative;
    border-radius: 4px
}

.more a:hover {
    background-position: left bottom
}

.home_information {
    background: url(../images/icon04.png) no-repeat left center #888888
}

.home_information .title {
    font-size: 0.8rem;
    padding: 1.2857rem 0;
    width: 21.4285%;
    border-right: 1px solid rgba(255, 255, 255, 0.3)
}

.home_information ul {
    display: table;
    width: 78.5715%
}

.home_information ul li {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 0.175rem;
    text-align: center;
    width: 17%;

}

.home_information ul li:last-child {
    border-right: none
}

.home_information ul li .title_box {
    font-size: 0.65rem;
    padding-bottom: 5px
}

.home_information ul li .text {
    font-size: 0.45rem
}

.home_head {
    padding: 2.75rem 0;
    overflow: hidden
}

.home_head ul.row {
    margin-left: -1.45rem;
    margin-right: -1.45rem
}

.home_head ul.row li {
    padding-left: 1.45rem;
    padding-right: 1.45rem
}

.home_head ul.row li .box {}

.home_head ul.row li .box .img {
    height: 3.0rem
}

.home_head ul.row li .box .img img {
    max-height: 100%
}

.home_head ul.row li .box .title {
    font-size: 0.7rem;
    padding: 0.85rem 0 0.6rem
}

.home_head ul.row li .box .p {
    line-height: 2;
    text-align: justify;
    font-size: 0.45rem
}

.home_platform {
    background-image: url(../images/home_bg01.png);
    padding: 2.75rem 0;
    overflow: hidden
}

.home_platform .h-title::after {
    background-color: #fff
}

.home_platform ul.row {
    margin-left: -1.45rem;
    margin-right: -1.45rem
}

.home_platform ul.row li {
    padding-left: 1.45rem;
    padding-right: 1.45rem
}

.home_platform ul.row li .img {
    display: block;
    width: 7.05rem;
    height: 7.05rem;
    border-radius: 100%;
    position: relative;
    margin: 0.225rem auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 102%
}

.home_platform ul.row li .img::after {
    content: '';
    position: absolute;
    top: -0.225rem;
    left: -0.225rem;
    bottom: -0.225rem;
    right: -0.225rem;
    border: 0.05rem solid #fff;
    border-radius: 100%
}

.home_platform ul.row li .title {
    font-size: 0.725rem;
    color: #ffffff;
    padding-top: 0.65rem;
    text-align: center
}

.home_platform ul.row li .text {
    padding: 0.25rem 0 0.9rem;
    text-align: justify;
    line-height: 2;
    font-size: 0.45rem
}

.home_platform ul.row li .text>p {
    line-height: 2
}

.home_platform ul.row li .text p {
    line-height: 2
}

.home_platform .more a {
    margin: 0 auto;
    background: rgba(255, 255, 255, 1.0);
    color: #4d4d4d
}

.home_platform .more a:hover {
    background: rgba(255, 255, 255, 0.7)
}

.home_news {
    padding: 3.0rem 0;
    overflow: hidden
}

.home_news ul.row {
    margin-left: -1.45rem;
    margin-right: -1.45rem
}

.home_news ul.row li {
    padding-left: 1.45rem;
    padding-right: 1.45rem;
    margin-bottom: 0.9rem
}

.home_news .text {}

.home_news .text .title {
    font-size: 0.55rem;
    color: #333;
    text-align: justify;
    line-height: 1.8
}

.home_news .text .title:hover {
    color: #f08300
}

.home_news .text .time {
    font-size: 0.4rem;
    padding-top: 0.375rem
}

.home_news .more a {
    margin: 0 auto;
    background: rgba(77, 77, 77, 1.0);
    color: #ffffff
}

.home_news .more a:hover {
    background: rgba(77, 77, 77, 0.7)
}

.home_about {
    background-image: url(../images/home_bg02.png);
    padding: 1.2rem 0;
    margin-bottom: 0.5rem;
    display: none
}

.home_about .h-text {
    padding-bottom: 32px
}

.home_about_width {
    max-width: 462px
}

.home_recruit {
    background-image: url(../images/home_bg03.png);
    padding: 4.75rem 0
}

.home_recruit .h-text {
    padding-bottom: 5.0rem;
    color: #fff;
    font-size: 0.75rem
}

.home_recruit .h-text span {
    font-size: 0.85rem
}

.home_recruit_width {
    text-align: center
}

.home_recruit .more a {
    background: rgba(255, 255, 255, 1.0);
    color: #4d4d4d;
    margin: 0 auto
}

.home_recruit .more a:hover {
    background: rgba(255, 255, 255, 0.7)
}

.w-breadcrumb {
    border-bottom: 1px solid #e8e8e8
}

.w-breadcrumb.bg_f4f4f4 {
    border-bottom: 1px solid #ffffff
}

.w-breadcrumb ul li {
    /* font-size: 0.5rem; */
    font-size: 0.4rem;
    float: left;
    /* margin: 0 0.625rem; */
    margin: 0 0.35rem;
    position: relative
}

.w-breadcrumb ul li>a {
    display: block;
    position: relative;
    text-transform: uppercase;
    padding: 22px 0;
    color: #333333
}

.w-breadcrumb ul li>a:after {
    content: '';
    background: #0b519d;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.w-breadcrumb ul li:hover>a,
.w-breadcrumb ul li.active>a {
    color: #0b519d
}

.w-breadcrumb ul li:hover>a:after,
.w-breadcrumb ul li.active>a:after {
    width: 100%
}

.side-nav>a {
    padding-right: 14px !important;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/icon27.png)
}

.side-nav:hover .side-nav-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.side-nav-box {
    position: absolute;
    left: 50%;
    width: 180px;
    z-index: 9;
    margin-left: -90px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: -moz-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1)
}

.side-nav-box>a {
    height: 1.25rem;
    display: block;
    line-height: 1.25rem;
    padding: 0 0.5rem;
    position: relative;
    font-size: 0.4rem
}

.side-nav-box span {
    display: block;
    position: relative;
    z-index: 1
}

.side-nav-box>a+a>span {
    margin-top: 1px
}

.side-nav-box>a+a>span:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5
}

.side-nav-box>a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0b519d;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transition: transform .38s cubic-bezier(.4, 0, .2, 1);
    transition: transform .38s cubic-bezier(.4, 0, .2, 1), -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0)
}

.side-nav-box a:hover,
.side-nav-box a.active {
    color: #ffffff
}

.side-nav-box a:hover:after,
.side-nav-box a.active:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0
}

.pagination {
    margin: 0 auto
}

.pagination li a,
.pagination li span {
    margin: 0 0.125rem;
    background-color: #ffffff;
    color: #333333;
    border: none;
    padding: 0;
    width: 1.125rem;
    height: 1.125rem;
    line-height: 1.125rem;
    font-size: 0.4rem;
    border-radius: 100%
}

.pagination li.active a,
.pagination li.active span {
    color: #ffffff;
    background-color: #0b519d
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    padding: 0;
    border-radius: 100%;
    width: 1.125rem;
    color: #c9c9c9;
    background-color: #ffffff
}

.pagination>li.on:first-child>a,
.pagination>li.on:first-child>span,
.pagination>li.on:last-child>a,
.pagination>li.on:last-child>span {
    color: #ffffff;
    background-color: #0b519d
}

.w_banner {
    height: 12.5rem;
    position: relative
}

.w_banner>.img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.w_banner .w_banner_text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.w_banner .title {
    font-size: 1.4rem
}

.w_banner .text {
    font-size: 0.85rem
}

.contact {
    padding: 2.0rem 0
}

.contact .title {
    font-size: 1.0rem;
    text-align: center;
    padding-bottom: 0.75rem
}

.contact ul.row {
    margin-left: -10px;
    margin-right: -10px
}

.contact ul.row li {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.contact ul.row li .box {
    border-radius: 0.2rem;
    background-color: #ffffff;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.45rem;
    height: 6.5rem
}

.contact ul.row li .box .img {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    width: 1.75rem;
    height: 1.75rem;
    margin-left: auto;
    margin-right: auto
}

.contact ul.row li .box .title_box {
    font-weight: bold;
    font-size: 0.5rem;
    padding-bottom: 5px
}

.map {
    height: 9.0rem;
    width: 100%;
    background: url(../images/map.jpg) no-repeat center;
    background-size: cover
}

.map iframe {
    display: block;
    width: 100%;
    height: 100%
}

.map_main {
    padding: 1.35rem 0;
    line-height: 1.7
}

.map_main .title {
    font-size: 1.0rem
}

.map_main a:hover {
    text-decoration: underline;
    color: #0b519d
}

.map_main p {
    font-size: 16px;
    line-height: 2
}

.feedback {
    padding: 1.5rem 0 1.75rem
}

.feedback .title {
    font-size: 0.5rem;
    color: #333;
    padding-bottom: 0.65rem
}

.message-con label {
    font-size: 0.45rem;
    color: #333333;
    padding-bottom: 0.25rem
}

.message-con .form-control {
    width: 100%;
    border: none;
    background-color: #ffffff;
    height: 1.65rem;
    line-height: 1.65rem;
    font-size: 0.45rem;
    color: #333;
    box-shadow: none;
    padding: 0 0.5rem;
    border-radius: 4px
}

.message-con .form-group {
    position: relative;
    margin-bottom: 0.5rem
}

.message-con textarea.form-control {
    height: auto
}

.message-con .radio-button {
    font-size: 0;
    text-align: center;
    margin-top: 0.375rem
}

.message-con .radio-button button,
.modal-footer .btn,
.subscribe button {
    border-radius: 4px;
    padding: 0.375rem 0.3rem;
    font-size: 0.45rem;
    width: 5.0rem;
    text-align: center;
    border: none;
    color: #ffffff;
    cursor: pointer;
    transition: all .3s ease-out;
    margin: 0 0.25rem
}

.modal-footer a.btn,
.subscribe button.subscribe_no,
.subscribe button.subscribe_yes {
    background: linear-gradient(to right, #f08300 33%, #0b519d 67%);
    background-size: 300% 100%;
    background-position: right bottom
}

.modal-footer button.btn {
    background: linear-gradient(to right, #0b519d 33%, #f08300 67%);
    background-size: 300% 100%;
    background-position: right bottom
}

.modal-footer a.btn:hover,
.modal-footer button.btn:hover,
.subscribe button:hover {
    background-position: left bottom;
    color: #ffffff
}

.modal-footer a.btn:focus,
.modal-footer button.btn:focus,
.subscribe button:focus {
    color: #ffffff
}

.message-con .radio-button button[type="submit"],
.message-con .radio-button button[type="reset"] {
    background: #0b519d
}

.message-con .radio-button button[type="reset"]:hover,
.message-con .radio-button button[type="submit"]:hover {
    background: #f08300
}

.modal-dialog {}

.modal-content {
    border-radius: 8px;
    border: none
}

.modal-header {
    padding-top: 1.7rem;
    padding-bottom: 0;
    border-bottom: none
}

.modal-header .close {
    position: absolute;
    top: 1.0rem;
    right: 1.0rem;
    width: 1.0rem;
    height: 1.0rem;
    outline: none;
    opacity: 1;
    text-shadow: none
}

.modal-header .modal-title {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.3
}

.modal-header .modal-title span {
    font-size: 0.6rem;
    display: block
}

.modal-body {
    font-size: 0.45rem;
    max-width: 552px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem
}

.modal-body .text {
    padding-top: 0.25rem;
    color: #999999
}

.modal-footer {
    text-align: center;
    padding-top: 0;
    padding-bottom: 1.7rem;
    border-top: none
}

.modal-footer .btn {
    margin: 0 0.175rem
}

.loading {
    width: 49px;
    height: 9px;
    margin: 0.4rem auto 0
}

.loading span {
    display: block;
    float: left;
    width: 9px;
    height: 100%;
    margin-right: 11px;
    border-radius: 50%;
    background: #f08300;
    -webkit-animation: load 1.04s ease infinite
}

.loading span:last-child {
    margin-right: 0px
}

@-webkit-keyframes load {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.loading span:nth-child(1) {
    -webkit-animation-delay: 0.13s
}

.loading span:nth-child(2) {
    -webkit-animation-delay: 0.39s
}

.loading span:nth-child(3) {
    -webkit-animation-delay: 0.65s
}

.investor {
    padding: 1.5rem 0 1.0rem
}

.investor ul li {
    margin-bottom: 0.75rem
}

.investor ul li .box {
    border-radius: 0.2rem;
    background-color: #ffffff;
    padding: 0.65rem 0.825rem
}

.investor ul li .box .img {
    width: 12%
}

.investor ul li .box .text {
    padding-left: 0.5rem;
    width: 88%
}

.investor ul li .box .text .title {
    font-size: 0.45rem;
    color: #333333;
    padding-bottom: 0.125rem
}

.investor ul li .box .text .time {
    font-size: 16px;
    color: #f08300
}

.investor_informarion {
    padding: 1.5rem 0 2.0rem
}

.investor_informarion ul li,
.board_directors ul li {
    width: 100%;
    margin-bottom: 0
}

.investor_informarion ul li .box,
.board_directors ul li .box {
    padding: 0.675rem 0;
    background-color: transparent;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0
}

.investor_informarion ul li .box .text .time {
    margin-bottom: 0.2rem
}

.investor_informarion ul li .box .text .title {
    font-size: 16px;
    padding-bottom: 0
}

.investor_informarion ul li .box .text,
.board_directors ul li .box .text {
    padding-right: 2rem;
    padding-left: 0;
    width: 100%
}

.investor_informarion ul li .box .img,
.board_directors ul li .box .img {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0.6rem;
    margin-top: -0.325rem;
    opacity: 0.8;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.investor_informarion ul li .box .img {
    width: auto;
    z-index: 2;
}

.investor_informarion ul li .box .img a {
    width: 0.6rem;
    margin-left: 0.25rem;
}

/* .investor_informarion ul li .box .img:hover, */
.board_directors ul li .box .img:hover {
    width: 0.75rem;
    margin-top: -0.425rem;
    opacity: 1
}

.investor_informarion .investor_informarion_ul li .box .text {
    position: relative
}

.investor_informarion .investor_informarion_ul li .box .text .time {
    margin-bottom: 0;
    position: absolute;
    color: #333;
    top: 0;
    left: 0
}

.investor_informarion .investor_informarion_ul li .box .text .title {
    text-align: center
}

._investor01.investor ul.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify
}

._investor01.investor ul li .box {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.0)
}

._investor01.investor ul li .box .img {
    width: 100%;
    text-align: center
}

._investor01.investor ul li .box .text {
    width: 100%;
    padding-left: 0;
    text-align: center
}

._investor01.investor ul li .box .text .title {
    text-align: center;
    padding-top: 0.55rem;
    padding-bottom: 0.35rem
}

._investor01.investor ul li .box .text a.title {
    background: rgba(12, 81, 157, 1);
    border-radius: 6.25rem;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    color: #fff;
    font-size: 0.4rem;
    display: inline-block
}

._investor01.investor ul li .box .text .title1 {
    display: inline-block;
    text-align: center;
    color: #000;
    background: #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    padding: 0 0.5rem;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    min-width: 46%
}

._investor01.investor ul li .box .text .title1:hover {
    background: #d4d4d4
}

.calendar-view {
    padding: 1.5rem 0 1.75rem
}

.calendar-time-line .year {
    font-size: 20px;
    margin-bottom: 0.25rem
}

.presentation {
    width: 100%
}

.presentation li {
    float: left;
    width: 8.33334%
}

.presentation li .time-line-item {
    background-color: #0b519d;
    color: #ffffff;
    border-radius: 4px;
    height: 117px;
    border-right: 1px solid #ffffff;
    position: relative
}

.presentation li:last-child .time-line-item {
    border-right: none
}

.presentation li .time-line-month-name {
    font-size: 0.45rem;
    text-align: center;
    line-height: 1.1
}

.presentation li .time-line-month-name span {
    font-size: 1.2rem
}

.presentation li.current-month .time-line-month-name {
    color: #f08300
}

.popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 245%;
    color: #333;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    padding: 0.375rem;
    font-size: 0.35rem;
    background-color: #ffffff
}

.presentation li .time-line-item:hover {
    background-color: #f08300
}

.presentation li .time-line-item:hover .popup {
    display: block
}

.subscribe {
    margin-top: 0.75rem;
    text-align: center
}

.subscribe button {
    margin: 0 5px;
    width: 5.75rem
}

.activity-container {
    padding: 0.75rem 0 1.75rem
}

.tabs-wrapper {}

.tabs-wrapper li {
    float: left;
    position: relative
}

.tabs-wrapper li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.375rem;
    width: 1px;
    height: 0.5rem;
    background-color: #dbdbdb;
    margin-top: -0.25rem;
    display: none
}

.tabs-wrapper li:last-child {
    margin-right: 0;
    display: none
}

.tabs-wrapper li:last-child::after {
    display: none
}

.tabs-wrapper li a {
    font-size: 0.55rem;
    color: #333;
    display: block;
    padding: 0.375rem 0;
    position: relative
}

.tabs-wrapper li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.075rem;
    background-color: #0b519d;
    width: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.tabs-wrapper li.active a {
    color: #0b519d
}

.tabs-wrapper li.active a::after {
    width: 100%
}

.tab-content {
    position: relative
}

.activity_tab {
    position: absolute;
    top: -1.0rem;
    right: 0
}

.activity_tab li {
    margin-left: 0.5rem;
    font-size: 0.45rem;
    padding-left: 0.4rem;
    position: relative;
    float: left
}

.activity_tab li span,
.circle-pager ul li .state span {
    content: '';
    position: absolute;
    top: 50%;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 100%;
    left: 0;
    margin-top: -0.125rem;
    background-color: #189c60
}

.activity_tab li.active a,
.activity_tab li a:hover {
    text-decoration: underline
}

.circle-pager {
    background-color: #ffffff
}

.circle-pager ul+ul {
    border-top: 1px solid #f4f4f4
}

.circle-pager ul {
    padding: 0.65rem 2.5rem 0.65rem 1.5rem;
    line-height: 1.6
}

.circle-pager ul li .title {
    font-size: 0.4rem;
    color: #999999
}

.circle-pager ul li .text,
.circle-pager ul li .state {
    color: #333333;
    font-size: 0.45rem
}

.circle-pager ul li .state {
    padding-left: 0.4rem;
    position: relative
}

.details {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 9999;
    background-color: #ffffff;
    height: 100vh;
    width: 67.70%;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: -moz-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1)
}

.details.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.details-bg.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.details-bg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 999;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: -moz-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1)
}

.details-con {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.details-box {
    position: relative;
    width: 83%;
    margin: 0 auto;
    padding: 2.375rem 0 3.25rem
}

.details-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.8rem;
    position: relative
}

.details-title .title {
    font-size: 1.0rem;
    color: #333333;
    padding-bottom: 5px;
    line-height: 1.2
}

.details-box .title_box {
    font-size: 0.6rem;
    color: #333333;
    font-weight: bold;
    margin-top: 0.8rem;
    margin-bottom: 0.325rem
}

.details-box .title_box>span {
    font-size: 0.4rem;
    color: #999;
    font-weight: 300
}

.details-close {
    position: absolute;
    top: 1.125rem;
    right: 1.125rem;
    z-index: 99;
    height: 1.0rem;
    width: 1.0rem;
    text-align: center;
    cursor: pointer;
    -webkit-transition: transform 400ms;
    -moz-transition: transform 400ms;
    -ms-transition: transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    border-radius: 100px
}

.details-close:hover {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.details .message-con .form-control {
    background-color: #f4f4f4
}

.details .message-con select.form-control {
    background-image: url(../images/icon12.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.details .message-con .radio-button button {
    margin: 0 0.375rem
}

.checkbox-event-type,
.preference-period {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.5rem
}

.checkbox-event-type li,
.preference-period li {
    margin-bottom: 0.5rem
}

.checkbox-event-type li .checkbox-wrapper,
.preference-period li .checkbox-wrapper {
    border-radius: 4px;
    padding: 0.45rem 0.525rem;
    font-size: 0.45rem;
    background-color: #f4f4f4;
    cursor: pointer
}

.checkbox-event-type li .checkbox-wrapper .accessibility,
.preference-period li .checkbox-wrapper .accessibility {
    padding-left: 0.5rem;
    position: relative;
    display: block
}

.checkbox-event-type li .checkbox-wrapper .accessibility::after,
.preference-period li .checkbox-wrapper .accessibility::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.3rem;
    height: 0.3rem;
    margin-top: -0.15rem;
    border-radius: 100%;
    border: 1px solid #c6c5c5;
    background-color: #c6c5c5
}

.checkbox-event-type li.active .checkbox-wrapper,
.preference-period li.active .checkbox-wrapper,
.checkbox-event-type li .checkbox-wrapper:hover,
.preference-period li .checkbox-wrapper:hover {
    background-color: #15519d;
    color: #ffffff
}

.checkbox-event-type li.active .checkbox-wrapper .accessibility::after,
.preference-period li.active .checkbox-wrapper .accessibility::after,
.checkbox-event-type li .checkbox-wrapper:hover .accessibility::after,
.preference-period li .checkbox-wrapper:hover .accessibility::after {
    border: 1px solid #ffffff;
    background-color: #ffffff
}

.resources {
    padding: 1.5rem 0 1.75rem
}

.resources_text {
    border-radius: 0.2rem;
    font-size: 0.5rem;
    padding: 1.375rem 0
}

.resources_text_con {
    width: 75%;
    text-align: center;
    padding: 0 2.15rem;
    margin: 0 auto;
    background: url(../images/icon13.jpg) no-repeat left top, url(../images/icon14.jpg) no-repeat right bottom;
    background-size: 1.5rem 1.25rem
}

.resources_text_con .title {
    font-size: 0.7rem;
    padding-bottom: 5px
}

.concept-head {
    padding: 1.9rem 0;
    font-size: 0.45rem;
    line-height: 1.8;
    text-align: justify
}

.concept-list li {
    padding: 0;
    background-color: rgba(240, 131, 0, 1.0)
}

.concept-list li:nth-child(3n-1) {
    background-color: rgba(244, 190, 0, 1.0)
}

.concept-list li:nth-child(3n-2) {
    background-color: rgba(159, 159, 160, 1.0)
}

.concept-list li:nth-child(2n-1) .img {
    left: 50%
}

.concept-list li:nth-child(2n-1) .text {
    right: 50%;
    padding-right: 6.9230%;
    padding-left: 0
}

.concept-list li .img,
.concept-list li .text {
    width: 50%;
    position: relative
}

.concept-list li .img img {
    width: 100%;
    display: block
}

.concept-list li .text {
    padding-left: 6.9230%;
    color: #ffffff;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem
}

.concept-list li .text .concept-title {
    border-bottom: 1px solid #fff;
    font-size: 0.55rem;
    line-height: 1.3;
    padding-bottom: 0.55rem;
    margin-bottom: 0.525rem
}

.concept-list li .text .concept-title span {
    font-size: 0.80rem;
    display: block
}

.concept-list li .text p {
    font-size: 0.4rem
}

.concept-list li .text .more {
    padding-top: 0.625rem
}

.news {
    padding: 1.5rem 0 1.75rem
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify
}

.news-list li {
    position: relative;
    margin-bottom: 0.75rem
}

.news-list li .con {
    display: block;
    border-radius: 0.2rem;
    background-color: #ffffff;
    overflow: hidden
}

.news-list li .con .img {
    position: relative;
    overflow: hidden;
    height: 6.5rem
}

.news-list li .con .img img {
    display: block;
    width: 100%
}

.news-list li .con .text {
    position: relative;
    padding: 0.5rem 0.75rem;
    min-height: 5.5rem;
    border-top: 6px solid #f4f4f4
}

.news-list li .con .text .time {
    color: #999999;
    font-size: 0.45rem
}

.news-list li .con .text .title {
    font-size: 0.50rem;
    color: #333333;
    padding: 0.25rem 0 0.375rem;
    min-height: 2.175rem
}

.news-list li .con:hover .text .title {
    color: #f08300
}

.news-list li .con .text p {
    font-size: 0.45rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.news_details {
    padding: 1.75rem 0;
    position: relative
}

.news_details .title {
    font-size: 1.0rem
}

.news_details .time {
    font-size: 0.45rem;
    color: #999999;
    border-bottom: 1px solid #e5e5e5;
    padding: 0.25rem 0 0.75rem;
    margin-bottom: 0.75rem
}

.news_details .text {}

.news_details .text img {
    height: auto;
}

.video_mp4 {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 25.0rem;
    margin: 0 auto
}

iframe.video_mp4 {
    height: 15.0rem
}

.news_details_bdshare {
    position: fixed;
    top: 50%;
    right: 2%
}

.news_details_bdshare .bdsharebuttonbox a {
    display: block;
    float: none;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 100%;
    background-color: #cccccc;
    background-position: center;
    background-size: 0.725rem auto;
    background-repeat: no-repeat;
    margin: 10px 0
}

.news_details_bdshare .bdsharebuttonbox a.bds_weixin {
    background-image: url(../images/icon22.png)
}

.news_details_bdshare .bdsharebuttonbox a.bds_sqq {
    background-image: url(../images/icon23.png)
}

.news_details_bdshare .bdsharebuttonbox a.bds_tsina {
    background-image: url(../images/icon25.png)
}

.news_details_bdshare .bdsharebuttonbox a.bds_qzone {
    background-image: url(../images/icon24.png)
}

.news_details_bdshare .bdsharebuttonbox a.bds_weixin:hover {
    background-color: #3dbe5b;
    opacity: 1
}

.news_details_bdshare .bdsharebuttonbox a.bds_sqq:hover {
    background-color: #21b3f7;
    opacity: 1
}

.news_details_bdshare .bdsharebuttonbox a.bds_tsina:hover {
    background-color: #f8c514;
    opacity: 1
}

.news_details_bdshare .bdsharebuttonbox a.bds_qzone:hover {
    background-color: #ff5757;
    opacity: 1
}

.video {
    padding: 1.5rem 0 1.75rem
}

.video-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify
}

.video-list li {
    position: relative;
    margin-bottom: 0.75rem
}

.video-list li .con {
    display: block;
    border-radius: 0.2rem;
    overflow: hidden;
    background-color: #ffffff
}

.video-list li .con .img {
    position: relative
}

.video-list li .con .img img {
    display: block;
    width: 100%
}

.video-list li .con .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/icon15.png);
    background-position: center;
    background-size: 1.375rem;
    background-repeat: no-repeat
}

.video-list li .con .img span {
    position: absolute;
    z-index: 10;
    bottom: 0.25rem;
    left: 0.475rem;
    color: #ffffff;
    font-size: 0.35rem;
    padding: 3px 9px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    display: none
}

.video-list li .con .text {
    font-size: 0.45rem;
    color: #333333;
    padding: 0.425rem 0.5rem;
    min-height: 2.1rem
}

.video-list li .con:hover .text {
    color: #f08300
}

.w_title {
    font-size: 1.1rem;
    padding-bottom: 1rem;
    text-align: center;
    color: #0b519d
}

.about {
    padding: 1.875rem 0 1.125rem
}

.about .text {
    text-align: justify;
    color: #333333;
    font-size: 0.5rem;

}

.about .text ul {
    padding-left: 1em;
}

.about .text ul li {
    list-style-type: unset;
}

.about1 .container {
    display: flex;
    justify-content: space-between;
}

.about1 .text {
    /* text-align: justify; */
    color: #333333;
    font-size: 0.5rem;
    width: 60%;
    word-break: break-all;
}

/* .about .text p {
      word-wrap: break-word;
  } */

.about1 .img {
    width: 45%;
}

.about1 .img {
    width: 45%;
}


.about .text p {
    padding-bottom: 0.75rem
}

.about_time {
    background-image: url(../images/about-bg.jpg);
    padding: 2.75rem 0
}

.about_time .w_title {
    color: #ffffff
}

.about_time .text {
    font-size: 0.5rem;
    color: #ffffff;
    text-align: justify
}

.about_time ul>li,
.product_area ul>li {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #ffffff;
    text-align: center
}

.about_time ul>li::after,
.product_area ul>li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 1.75rem;
    background-color: rgba(255, 255, 255, 0.2);
    width: 1px;
    margin-top: -0.875rem
}

.about_time ul>li:last-child:after,
.product_area ul>li:last-child:after {
    display: none
}

.about_time ul>li .title,
.product_area ul>li .title {
    font-size: 0.5rem;
    line-height: 1
}

.about_time ul>li .title span,
.product_area ul>li .title span {
    font-size: 2.70rem
}

.about_time ul>li p,
.product_area ul>li p {
    font-size: 0.55rem
}

.events {
    padding: 2.5rem 0;
    background-image: url(../images/-bg.jpg);
    background-position: center bottom
}

.events_swiper_relative {
    position: relative;
    margin-bottom: 1.2rem
}

.events_swiper_relative .events-prev {
    left: -1.5rem
}

.events_swiper_relative .events-next {
    right: -1.5rem
}

.events_swiper {
    position: relative
}

.events_swiper::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 0
}

.events_swiper li .time {
    border-radius: 100%;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #0b519d;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    line-height: 3.5rem;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2)
}

.events_swiper li.active .time {
    background-color: rgba(241, 131, 0, 1)
}

.events_con {
    border-top: 2px solid #e5e5e5;
    display: none
}

.events_con.active {
    display: block
}

.events_con li {
    font-size: 0.5rem;
    border-bottom: 1px solid #e5e5e5;
    padding: 0.5rem 1.1rem;
    position: relative
}

.events_con li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.5rem;
    width: 0.25rem;
    height: 0.25rem;
    background-color: #0b519d;
    margin-top: -0.125rem;
    border-radius: 100%
}

.culture {
    padding: 2.25rem 0 2.0rem
}

.culture .text {
    width: 55%;
    float: left;
    font-size: 0.6rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}

.culture .text .text_list+.text_list {
    margin-top: 1.0rem
}

.culture .text .text_list {
    position: relative;
    padding-left: 2.6rem
}

.culture .text .title {
    font-size: 0.5rem;
    width: 2.3rem;
    height: 2.3rem;
    background-color: #1f1b8a;
    color: #ffffff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1.15rem;
    text-align: center
}

.culture .text .text_box .en {
    color: #999;
    font-size: 0.4rem;
    padding-top: 0.25rem;
    width: 90%
}

.culture .img {
    width: 45%;
    float: left;
    position: relative
}

.culture .img .img_video_btn {
    background-image: url(../images/video-button-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

.culture .img .img_video_btn::after {
    content: '';
    background-image: url(../images/video-button.png);
    background-size: 1.6rem;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.8rem;
    margin-top: -0.8rem;
    width: 1.6rem;
    height: 1.6rem
}

#img_video {
    display: block;
    width: 100%
}

.sense_worth {
    background-image: url(../images/sense_worth-bg.jpg);
    background-color: #f4f4f4;
    background-position: center bottom;
    padding-top: 2.25rem
}

.honor {
    padding: 2.25rem 0 2.5rem
}

.honor_swiper {
    margin-top: 0.5rem;
    padding-bottom: 1.0rem;
    height: calc(13.875rem + 30px)
}

.honor_swiper li.swiper-slide {
    height: 4.125rem
}

.honor_swiper li.swiper-slide .box {
    background-color: #ffffff;
    border-radius: 0.2rem;
    height: 4.125rem;
    padding: 0.5rem 2.15rem 0.5rem 4.15rem;
    position: relative
}

.honor_swiper li.swiper-slide .box.bg_f4f4f4 {
    background-color: #f4f4f4
}

.honor_swiper li.swiper-slide .box .time {
    font-size: 1.25rem;
    color: #0b519d;
    position: absolute;
    top: 50%;
    left: 1.0rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.honor_swiper li.swiper-slide .box .con {
    font-size: 0.6rem;
    color: #333333
}

.honor_swiper .swiper-pagination {
    bottom: 0
}

.honor_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.25rem;
    height: 0.25rem;
    background-color: #d0d0d0;
    opacity: 1;
    border-radius: 100px
}

.honor_swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.7rem;
    background-color: #0b519d
}

.prize {
    background-image: url(../images/honor-bg.jpg);
    height: 18.7rem;
    position: relative
}

.honor-shade {
    opacity: 0;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.circle-con {
    height: 100%;
    position: relative
}

.circle {
    cursor: default;
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    transition: transform .3s ease-out;
    position: absolute;
    border-radius: 100%;
    background: #ffffff;
    text-align: center;
    color: #0d428a
}

.circle:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 10
}

.circle .box {
    width: 100%;
    color: #ffffff
}

.circle .line_fff {
    height: 1px;
    background: #ffffff;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem
}

.circle .title {
    line-height: 1.3
}

.circle01 {
    width: 7.7rem;
    height: 7.7rem;
    padding: 0 1.1rem;
    background-color: rgba(12, 81, 157, 0.8);
    left: 0.925rem;
    top: 7.9rem
}

.circle01 .title {
    font-size: 0.575rem
}

.circle01 .text {
    font-size: 0.5rem
}

.circle02 {
    width: 9.05rem;
    height: 9.05rem;
    padding: 0 20px;
    background-color: rgba(33, 169, 241, 0.9);
    left: 6.325rem;
    top: 2.15rem
}

.circle02 .title {
    font-size: 0.675rem
}

.circle02 .text {
    font-size: 0.55rem
}

.circle03 {
    width: 6.6rem;
    height: 6.6rem;
    padding: 0 0.75rem;
    background-color: rgba(22, 93, 210, 1.0);
    left: 13.925rem;
    bottom: 2.9rem
}

.circle03 .title {
    font-size: 0.675rem
}

.circle03 .text {
    font-size: 0.55rem
}

.circle04 {
    width: 7.0rem;
    height: 7.0rem;
    padding: 0 20px;
    background-color: rgba(241, 131, 0, 1);
    left: 19.175rem;
    top: 4.375rem
}

.circle04 .title {
    font-size: 0.45rem
}

.circle04 .text {
    font-size: 0.5rem
}

.circle05 {
    width: 7.875rem;
    height: 7.875rem;
    padding: 0 0.75rem;
    background-color: rgba(35, 28, 149, 0.86);
    right: 1.6rem;
    bottom: 4.375rem
}

.circle05 .title {
    font-size: 0.675rem
}

.circle05 .text {
    font-size: 0.525rem
}

@media (min-width:900px) and (max-width:1160px) {
    .history-honor {
        height: 540px
    }

    .circle-con {
        width: 92%;
        height: 420px;
        top: 80px;
        left: 4%
    }
}

@media (min-width:801px) and (max-width:899px) {
    .history-honor {
        height: 540px
    }

    .circle04 {
        right: 20%
    }

    .circle05 {
        right: 3%
    }
}

@media (max-width:800px) {
    .history-honor {
        height: 960px
    }

    .circle01 {
        bottom: auto;
        top: 26%;
        left: 2%
    }

    .circle02 {
        bottom: auto;
        top: 44%;
        left: auto;
        right: 5%
    }

    .circle03 {
        top: 10%;
        left: 15%
    }

    .circle04 {
        top: 50%;
        left: 5%;
        right: auto
    }

    .circle05 {
        bottom: 7%;
        right: 2%
    }
}

.team_head {
    padding: 2.125rem 0
}

.team_head_text {
    font-size: 0.5rem;
    text-align: center;
    background-size: 1.475rem 1.225rem
}

.team_head_text .title {
    font-size: 0.85rem;
    padding-bottom: 5px;
    display: none
}

.team {
    padding: 2.25rem 0 1.0rem
}

.team ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify
}

.team ul li {
    margin-bottom: 1.5rem
}

.team ul li .box {
    border-radius: 0.2rem;
    background-color: #ffffff;
    display: block
}

.team ul li .box .img {
    overflow: hidden;
    text-align: center;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem
}

.team ul li .box .img>img {
    display: block;
    width: 100%
}

.team ul li .box .text {
    height: 3.6rem;
    padding: 0.5rem 0 0;
    font-size: 0.475rem;
    text-align: center;
    position: relative
}

.team ul li .box .text .title {
    font-size: 0.6rem;
    color: #0b519d;
    padding-bottom: 0.15rem
}

.team ul li.activeInfoBox .box .text::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 26px solid transparent;
    border-bottom: 26px solid #ffffff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -26px
}

.leader-info {
    background: #ffffff;
    padding: 54px;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    display: none;
    text-align: justify
}

.product_area {
    padding: 2.25rem 0 1.55rem
}

.product_area ul>li {
    color: #333333
}

.product_area ul>li:nth-child(1) .title {
    color: rgba(12, 81, 157, 1)
}

.product_area ul>li:nth-child(2) .title {
    color: rgba(0, 160, 233, 1)
}

.product_area ul>li:nth-child(3) .title {
    color: rgba(240, 131, 0, 1)
}

.product_area ul>li:nth-child(4) .title {
    color: rgba(252, 200, 0, 1)
}

.product_area ul>li::after {
    background-color: #e5e5e5
}

.product_area .text {
    font-size: 0.5rem;
    color: #444
}

.product_text {
    padding-top: 0.75rem
}

.details-bg_product_img {
    width: 32.30%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.product_text_table {
    margin-top: -0.75rem;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.75rem
}

.product_text_table table {
    width: 100%
}

.product_text_table table tr td {
    border-left: 1px solid #e5e5e5;
    padding-left: 1rem;
    padding-right: 1rem
}

.product_text_table table tr td:nth-child(1) {
    border-left: none;
    padding-left: 0
}

.product_text_table .table_title,
.product_indication .table_title {
    font-size: 0.5rem;
    color: #999999;
    margin-bottom: 0.25rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0.55rem;
    padding-left: 0.825rem
}

.product_text_table .table_title_bg01 {
    background-image: url(../images/icon28.png)
}

.product_text_table .table_title_bg02 {
    background-image: url(../images/icon29.png)
}

.product_text_table .table_title_bg03 {
    background-image: url(../images/icon30.png)
}

.product_indication .table_title_bg04 {
    background-image: url(../images/icon31.png)
}

.product_indication {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1.125rem;
    margin-bottom: 1.125rem
}

.product_indication .Indication ul {
    margin-left: -5px;
    margin-right: -5px
}

.product_indication .Indication ul::after {
    content: '';
    display: table;
    clear: both
}

.product_indication .Indication li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    float: left
}

.product_indication .Indication li div,
.product_indication .Indication li p {
    background-color: rgba(252, 200, 0, 1);
    font-size: 0.45rem;
    padding: 0.375rem 0.85rem;
    color: #fff;
    border-radius: 0.2rem
}

.product_indication .Indication li:nth-child(4n-1) div,
.product_indication .Indication li:nth-child(4n-1) p {
    background-color: rgba(240, 131, 0, 1)
}

.product_indication .Indication li:nth-child(4n-2) div,
.product_indication .Indication li:nth-child(4n-2) p {
    background-color: rgba(0, 160, 233, 1)
}

.product_indication .Indication li:nth-child(4n-3) div,
.product_indication .Indication li:nth-child(4n-3) p {
    background-color: rgba(12, 81, 157, 1)
}

.product_text_table .table_con {
    font-size: 0.45rem;
    color: #333333
}

.research_progress_title {
    font-size: 0.45rem;
    color: #999999;
    padding: 0.75rem 0 0.35rem
}

.research_progress {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1.65rem;
    margin-bottom: 1.5rem;
    display: none
}

.research_progress table {
    width: 100%;
    font-size: 0.5rem;
    border-radius: 0.2rem;
    background-color: #e3e3e3;
    color: #ffffff;
    line-height: 1.2;
    overflow: hidden
}

.research_progress table td.active {
    background-color: #0b519d;
    border-left: 1px solid rgba(255, 255, 255, 0.2)
}

.research_progress table td {
    padding: 6px 0;
    border-left: 1px solid #ffffff;
    text-align: center
}

.research_progress table td:nth-child(1) {
    border-left: none
}

.government {
    background-image: url(../images/government_bg.png);
    min-height: 754px;
    background-size: auto
}

.government .con {
    max-width: 24.5rem;
    font-size: 0.5rem;
    padding: 2.25rem 0
}

.government .title {
    font-size: 1.1rem;
    padding-bottom: 0.625rem
}

.government .title_size {
    font-size: 0.75rem
}

.government .con .text p {
    line-height: 1.8
}

.government_list li {
    margin-bottom: 0.2rem
}

.government_list li span {
    font-size: 0.3rem;
    display: block;
    float: left;
    position: relative;
    top: 0.15rem;
    margin-right: 0.15rem
}

.area_75 {
    margin-top: 1.25rem;
    background: url(../images/downicon.jpg) no-repeat left center;
    background-size: 1.35rem 1.65rem;
    padding: 0.75rem 0 0.75rem 1.7rem
}

.area_75 a:hover {
    color: #0061b1
}

.research_products {
    padding: 2.25rem 0
}

.research_products ul {
    margin-top: 0.5rem
}

.research_products ul {
    margin-left: -0.25rem;
    margin-right: -0.25rem
}

.research_products ul>li {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-bottom: 0.5rem
}

.research_products ul>li .box {
    background-color: #ffffff;
    border-radius: 0.2rem;
    width: 100%;
    min-height: 4.5rem;
    cursor: pointer
}

.research_products ul>li .box .title {
    padding-left: 1rem;
    padding-right: 0.5rem;
    font-size: 0.8rem;
    color: #0b519d;
    white-space: nowrap;
    width: 30%
}

.research_products ul>li .box .title div {
    float: left
}

.research_products ul>li .box .title div:last-child {
    font-size: 1.20rem;
    line-height: 1.56
}

.research_products ul>li .box .text {
    font-size: 0.5rem;
    padding-right: 1rem
}

.product_pipeline {
    padding: 2.25rem 0
}

.product_pipeline .title {
    font-size: 0.5rem;
    color: #444;
    padding-bottom: 0.75rem
}

.product_pipeline .text {
    font-size: 0.3rem;
    color: #666666
}

.listed_product {
    padding: 1.75rem 0 2.0rem
}

.listed_product li {
    border-radius: 0.2rem;
    margin-bottom: 0.5rem;
    background-color: #ffffff;
    position: relative;
    padding: 1.6rem 7.625rem 1.6rem 1.25rem
}

.listed_product li .img {
    width: 31.50%
}

.listed_product li .text {
    width: 61.50%;
    font-size: 0.5rem
}

.listed_product li .text .name {
    font-size: 0.5rem;
    color: #0b519d
}

.listed_product li .text .title {
    font-size: 0.85rem;
    padding: 0.125rem 0 0.375rem
}

.listed_product li .instructions {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.875rem;
    text-align: center;
    height: 100%;
    border-left: 1px solid #f4f4f4
}

.listed_product li .instructions a {
    display: block;
    background: url(../images/icon20.jpg) no-repeat center top;
    background-size: 1.3rem 1.45rem;
    padding-top: 2.0rem;
    font-size: 0.45rem;
    color: #888888;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.listed_product li .instructions a[target]:hover {
    background: url(../images/icon19.jpg) no-repeat center top;
    color: #f08300
}

.clinical {
    padding: 2.0rem 0 2.5rem
}

.clinical table {
    width: 100%;
    margin-bottom: 0.75rem
}

.clinical .name {
    padding-left: 1.0rem;
    width: 21%
}

.clinical .indication {
    width: 20%;
    text-align: center;
    padding-left: 1.0rem
}

.clinical .subject {
    text-align: center;
    padding-left: 1.0rem;
    padding-right: 3.75rem
}

.clinical .clinical_tab {
    font-size: 0.65rem
}

.clinical .clinical_tab th {
    border-bottom: 0.075rem solid #0b519d;
    padding-bottom: 0.375rem;
    font-weight: 300
}

.clinical .clinical_main td {
    border-bottom: 0.25rem solid #f4f4f4;
    background-color: #ffffff;
    font-size: 0.575rem;
    position: relative;
    padding-top: 1.225rem;
    padding-bottom: 2.175rem
}

.clinical_button {
    background-color: #0b519d;
    font-size: 0.425rem;
    padding: 5px 0.55rem;
    color: #ffffff;
    border-radius: 100px;
    display: inline-block
}

.clinical_main .subject {
    text-align: left
}

.clinical_main td .more {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 1.3rem;
    margin-top: -0.7rem;
    background: url(../images/icon21.jpg) no-repeat center;
    background-size: 1.35rem 1.4rem
}

.clinical_main td .more:hover {
    background: url(../images/icon21_.jpg) no-repeat center
}

.technology_area {
    padding: 1.875rem 0 1.125rem;
    display: none
}

.technology_property {
    padding: 2.5rem 0 2.25rem
}

.technology_property table {
    width: 100%
}

.technology_property .t_product {
    padding-left: 0.625rem;
    width: 10.50%
}

.technology_property .t_name {
    padding-left: 0.625rem;
    width: 21.42%
}

.technology_property .t_holder {
    padding-left: 0.625rem;
    width: 12.71%
}

.technology_property .t_number {
    padding-left: 0.625rem;
    width: 15%
}

.technology_property .t_add {
    padding-left: 0.625rem;
    width: 13.57%
}

.technology_property .t_date {
    padding-left: 0.625rem;
    width: 10%
}

.technology_property .t_due_date {
    padding-left: 0.625rem
}

.technology_property .property_tab {
    font-size: 0.6rem
}

.technology_property .property_tab th {
    border-bottom: 0.075rem solid #0b519d;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-weight: 300;
    padding-right: 0
}

.technology_property .property_main td {
    border-bottom: 0.25rem solid #f4f4f4;
    background-color: #ffffff;
    font-size: 0.45rem;
    position: relative;
    padding-right: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    line-height: 1.6
}

.technology_property .property_main td.t_product {}

.technology_property .property_main td.t_name {}

.technology_property .property_main td.t_holder {
    font-size: 0.45rem
}

.technology_property .property_main td.t_number {
    font-size: 0.45rem;
    color: #666666
}

.technology_property .property_main td.t_add {
    font-size: 0.45rem
}

.technology_property .property_main td.t_date {
    font-size: 0.45rem
}

.technology_property .property_main td.t_due_date {
    font-size: 0.45rem;
    width: 9%;
}

.technology_papers {
    padding: 2.5rem 0
}

.technology_papers .w_title {
    border-bottom: 1px solid #e5e5e5
}

.technology_papers ul>li {
    position: relative;
    overflow: hidden
}

.technology_papers ul>li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0b519d;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transition: transform .38s cubic-bezier(.4, 0, .2, 1);
    transition: transform .38s cubic-bezier(.4, 0, .2, 1), -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    display: none
}

.technology_papers ul>li .box {
    position: relative;
    padding: 1.05rem 0;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    z-index: 9
}

.technology_papers ul>li .box::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.25rem;
    width: 1.35rem;
    height: 1.4rem;
    background: url(../images/icon26.png) no-repeat center;
    margin-top: -0.7rem;
    background-size: cover;
    border-radius: 100%;
    display: none
}

.technology_papers ul>li .box .title {
    font-size: 0.55rem;
    padding-bottom: 4px;
    width: 90%;
    position: relative;
}
.technology_papers ul>li .box .title::before {
    position: absolute;
    content: '';
    width: 0.6rem;
    height: 0.725rem;
    background-image: url(../images/icon19.jpg);
    background-size: 100% 100%;
    top: 50%;
    transform: translateY(-50%);
    right: -10%;
}
.technology_papers ul>li .box.boxmy .title {
    width: 100%;
}

.technology_papers ul>li .box.boxmy .title::before {
    width: 0;
}

.technology_papers ul>li .box span {
    font-size: 0.45rem;
    color: #666666
}

.technology_papers ul>li:hover::after {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform-origin: 0;
    -webkit-transform-origin: 0
}

.technology_papers ul>li:hover .box .title,
.technology_papers ul>li:hover .box span {}

.research {
    padding: 2.25rem 0 1.25rem
}

.research .text {
    font-size: 0.525rem;
    padding-bottom: 1.375rem
}

.research .text p>span {
    font-size: 0.75rem
}

.research .img {
    position: relative;
    font-size: 0.65rem;
    color: #111111
}

.research .img>img {
    display: block;
    width: 100%
}

.research .shanghai::after,
.research .taibei::after,
.research .meiguo::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.30rem;
    height: 0.30rem;
    border-radius: 100%;
    margin-top: -0.15rem
}

.research .shanghai::after {
    background-color: rgba(240, 131, 0, 1.0)
}

.research .taibei::after {
    background-color: rgba(244, 190, 0, 1.0)
}

.research .meiguo::after {
    background-color: rgba(0, 160, 233, 1.0)
}

.research .shanghai {
    position: absolute;
    top: 41.50%;
    right: 7.50%;
    padding-left: 0.5rem
}

.research .taibei {
    position: absolute;
    top: 45.5%;
    right: 7.1%;
    padding-left: 0.5rem
}

.research .meiguo {
    position: absolute;
    top: 39%;
    left: 14%;
    padding-left: 0.5rem
}

.popover {
    background-color: rgba(159, 159, 160, 1.0);
    color: #fff;
    border: none;
    font-size: 0.4rem;
    border-radius: 0.2rem;
    max-width: 9rem
}

.popover-content {
    padding: 0.375rem;
    text-align: justify
}

.popover.top>.arrow:after {
    border-top-color: rgba(159, 159, 160, 1.0)
}

.popover.bottom>.arrow:after {
    border-bottom-color: rgba(159, 159, 160, 1.0)
}

.popover_main {
    display: none
}

.external {
    padding: 2.25rem 0
}

.external .text {
    padding-bottom: 1.75rem
}

.external .text {
    font-size: 0.5rem
}

.external .text .web_href {
    font-size: 0.6rem;
    color: #0b519d;
    padding-top: 0.375rem
}

.external ul>li .box {
    width: 7.25rem;
    height: 7.25rem;
    border-width: 0.35rem;
    border-color: #c7dbf1;
    border-style: solid;
    font-size: 0.6rem;
    color: #ffffff;
    text-align: center;
    background-color: rgba(12, 81, 157, 1);
    border-radius: 100%;
    margin: 0 auto 0.25rem
}

.external ul>li .box span {
    font-size: 0.85rem;
    display: block;
    line-height: 1.2
}

.external ul>li:nth-child(2) .box {
    background-color: rgba(0, 160, 233, 1);
    border-color: #e8f6fe
}

.external ul>li:nth-child(3) .box {
    background-color: rgba(240, 131, 0, 1);
    border-color: #fdf6ee
}

.external ul>li:nth-child(4) .box {
    background-color: rgba(252, 200, 0, 1);
    border-color: #f9f0d0
}

.partner {
    padding: 3.25rem 0;
    background: url(../images/partner_bg.jpg) no-repeat center;
    background-size: cover
}

.partner .w_title {
    color: #fff;
    position: relative
}

.partner .w_title::after {
    content: '';
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    width: 2.5rem;
    height: 2px;
    background-color: #f08300;
    margin-left: -1.25rem
}

.partner .text {
    max-width: 22.125rem;
    margin: 0 auto;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    padding-bottom: 1.25rem;
    display: none
}

.partner .partner-list {
    max-width: 25.75rem;
    margin: 0 auto
}

.partner ul {
    margin-left: -0.25rem;
    margin-right: -0.25rem
}

.partner ul>li {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-bottom: 0.5rem
}

.partner ul>li .box {
    height: 4.0rem;
    line-height: 3.60rem;
    text-align: center;
    padding: 0.2rem
}

.platform {
    padding: 2.25rem 0
}

.platform_swiper {}

.platform_relative {
    position: relative
}

.platform ul {}

.platform ul>li {
    margin-bottom: 0.75rem
}

.platform ul>li .box {
    border-radius: 0.2rem;
    background-color: #1cb8b4;
    height: 8.75rem;
    color: #ffffff;
    font-size: 0.4rem;
    padding: 1.125rem 0.9rem;
    position: relative
}

.platform ul>li .box p {
    line-height: 1.8
}

.platform ul>li .box .title {
    font-size: 0.5rem;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.375rem;
    margin-bottom: 0.25rem
}

.platform ul>li .box .sou {
    font-size: 4.375rem;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: 0.5rem;
    right: 0.75rem;
    line-height: 1;
    width: 2.925rem
}

.platform ul>li:nth-child(2) .box .sou {
    width: 2.475rem
}

.platform ul>li:nth-child(3) .box .sou {
    width: 3.05rem
}

.platform ul>li:nth-child(4) .box .sou {
    width: 2.775rem
}

.platform ul>li:nth-child(5) .box .sou {
    width: 1.15rem
}

.platform ul>li:nth-child(6) .box .sou {
    width: 2.25rem
}

.platform ul>li:nth-child(7) .box .sou {
    width: 3.075rem
}

.platform ul>li:nth-child(8) .box .sou {
    width: 2.85rem
}

.platform ul>li:nth-child(9) .box .sou {
    width: 3.375rem
}

.platform ul>li:nth-child(10) .box .sou {
    width: 2.45rem
}

.platform ul>li:nth-child(4n-3) .box {
    background-color: #1cb8b4
}

.platform ul>li:nth-child(4n-3) .box::after {
    border-top-color: #1cb8b4
}

.platform ul>li:nth-child(4n-3) .box::before {
    border-color: #d2f1f0;
    background-color: #1cb8b4
}

.platform ul>li:nth-child(4n-2) .box {
    background-color: #21a9f1
}

.platform ul>li:nth-child(4n-2) .box::after {
    border-top-color: #21a9f1
}

.platform ul>li:nth-child(4n-2) .box::before {
    border-color: #d3eefc;
    background-color: #21a9f1
}

.platform ul>li:nth-child(4n-1) .box {
    background-color: #165dd2
}

.platform ul>li:nth-child(4n-1) .box::after {
    border-top-color: #165dd2
}

.platform ul>li:nth-child(4n-1) .box::before {
    border-color: #d0dff6;
    background-color: #165dd2
}

.platform ul>li:nth-child(4n) .box {
    background-color: #0d2d6f
}

.platform ul>li:nth-child(4n) .box::after {
    border-top-color: #0d2d6f
}

.platform ul>li:nth-child(4n) .box::before {
    border-color: #cfd5e2;
    background-color: #0d2d6f
}

.platform .platform-prev,
.platform .platform-next {
    background-size: 1.175rem auto;
    width: 1.175rem;
    height: 2.15rem;
    margin-top: -1.825rem
}

.platform .platform-prev {
    left: -2.8rem;
    background-image: url(../images/platform-prev.jpg)
}

.platform .platform-next {
    right: -2.8rem;
    background-image: url(../images/platform-next.jpg)
}

.board_directors.investor ul li .box {
    background-color: transparent
}

.board_directors.investor ul li .box .text .title {
    padding-bottom: 0;
    font-size: 16px
}

.committee {
    padding: 2.25rem 0 2.5rem
}

.committee .team {
    padding: 0 6.5rem;
    margin-bottom: 0.75rem;
    position: relative
}

.committee .team ul {}

.committee .team ul li {
    margin-bottom: 0.375rem
}

.committee .team ul li.active {
    position: absolute;
    top: 0;
    left: 0;
    width: auto
}

.committee .team ul li.active .box .text .title {
    background-color: #0b519d;
    color: #ffffff
}

.committee .team ul li .box {
    border-radius: 100px;
    width: 5.0rem;
    overflow: hidden;
    margin: 0 auto
}

.committee .team ul li .box .text {
    height: auto;
    padding: 0
}

.committee .team ul li .box .img {
    display: none
}

.committee .team ul li .box .text .title {
    padding: 0.30rem;
    font-size: 0.475rem;
    color: #333
}

.committee_href {
    background-color: transparent;
    border-radius: 8px;
    width: 5.5rem;
    font-size: 0.45rem;
    color: #333333;
    padding: 0 0.425rem;
    position: absolute;
    top: 0;
    right: 0
}

.committee_href span {
    background: url(../images/icon19.jpg) no-repeat left center;
    background-size: 0.8rem auto;
    display: block;
    padding: 0.4rem 0 0.4rem 1.2rem
}

.committee_href:hover span {
    color: #f08300
}

.committee_tab {
    padding-bottom: 0.85rem
}

.committee_tab li {
    margin-bottom: 0.20rem
}

.committee_tab li a {
    display: block;
    width: 5.0rem;
    height: 1.4rem;
    line-height: 1.4rem;
    text-align: center;
    margin: 0 0.125rem;
    border-radius: 100px;
    background-color: #ffffff;
    font-size: 0.475rem
}

.committee_tab li.active a {
    background-color: #0b519d;
    color: #ffffff
}

.media_text_img {
    position: relative;
    padding-left: 2.7rem
}

.media_text_img+.media_text_img {
    margin-top: 1.0rem
}

.media_text_img>img {
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 2.1rem
}

.media_text_con {
    font-size: 0.45rem
}

.title-small {
    font-size: 0.75rem;
    padding-bottom: 0.5rem;
    padding-top: 0.625rem
}

.media_text_img p {
    padding-bottom: 0 !important
}

.industry {}

.industry ul li {
    padding: 2.0rem 0
}

.industry ul li .title {
    font-size: 1.1rem
}

.industry ul li .con {
    font-size: 0.5rem;
    line-height: 1.6
}

.industry ul li .con p {
    padding-top: 0.75rem
}

.industry ul li .con {
    width: 45%;
    position: relative
}

.industry ul li .img {
    width: 48%;
    position: relative;
    padding-left: 1.65rem
}

.industry ul li .img .img_box {
    background-color: #f4f4f4;
    border-radius: 0.25rem;
    display: block;
    padding: 1.6rem 0
}

.industry ul li .img .img_box img {
    border-radius: 0.25rem;
    position: relative;
    left: -1.65rem;
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.4)
}

.industry ul li:nth-child(2n) {
    background-color: #f4f4f4
}

.industry ul li:nth-child(2n) .con {
    position: relative;
    left: 55%
}

.industry ul li:nth-child(2n) .img {
    position: relative;
    right: 52%;
    padding-left: 0;
    padding-right: 1.65rem
}

.industry ul li:nth-child(2n) .img .img_box {
    background-color: #ededed
}

.industry ul li:nth-child(2n) .img .img_box img {
    left: inherit;
    right: -1.65rem
}

.about_contact {
    font-size: 0.6rem;
    /* padding-left: 30% */
}

.about_contact img {
    position: relative;
    top: -2px;
    padding-right: 0.25rem
}

.animation-img {
    position: relative;
    overflow: hidden;
    display: block
}

.animation-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.animation-img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.investor_modal .modal-content {
    border-radius: 16px
}

.investor_modal .modal-header {
    padding-top: 2.0rem
}

.investor_modal .modal-header .img {
    text-align: center;
    padding-bottom: 0.65rem
}

.investor_modal .modal-header .modal-title {
    font-size: 0.9rem;
    color: #000000;
    font-weight: 300
}

.investor_modal .modal-body {
    font-size: 0.45rem;
    color: #454545;
    line-height: 1.9;
    padding-top: 0.5rem;
    padding-bottom: 1.0rem;
    max-width: inherit;
    padding-left: 10%;
    padding-right: 10%
}

.investor_modal .modal-footer {
    padding-bottom: 2.25rem
}

.investor_modal .modal-footer .form-control {
    max-width: 10.5rem;
    margin: 0 auto;
    background-color: #e3e3e3;
    border-radius: 6px;
    height: 60px;
    padding: 6px 0.5rem;
    font-size: 0.5rem;
    color: #000000;
    background-image: url(../images/icon40.jpg);
    background-size: 1.025rem 0.4rem;
    background-position: right center;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.investor_modal .modal-footer .form-control option {
    background-color: #fff
}

#exampleModal2 .modal-body p {
    text-indent: 30px
}

#exampleModal2 .modal-body {
    text-align: left
}

#exampleModal2 .modal-dialog {
    top: 0;
    margin: 0.75rem auto
}

#exampleModal2.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.investor_modal .modal-footer .btn {
    background: #0b519d
}

.investor_modal .modal-footer .btn:hover {
    background: #f08300
}

@media screen and (min-width:992px) {
    #exampleModal2 .modal-dialog {
        width: 1200px
    }
}