.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #f5f5f5;
}

.red {
    color: #0e74b7 !important;
}

.blue {
    color: #0e74b7;
}

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #f5f5f5;
}

.red {
    color: #0e74b7 !important;
}

.blue {
    color: #0e74b7;
}

.btn {
    border: none;
    background: none;
    text-align: center;
    display: inline-block;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
    text-indent: 0;
}

.btn * {
    vertical-align: middle;
}

.btn-com {
    border-radius: 0.6rem;
    color: #666;
    border: 1px solid #d2d2d2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0.11rem 0.3rem;
    margin-right: 0.2rem;
    font-size: 0.24rem;
}

.btn-com i {
    vertical-align: middle;
    margin-right: 0.1rem;
    font-size: 0.32rem;
}

.btn-com span {
    vertical-align: middle;
}

.btn-com .icon-chuangxin {
    position: relative;
    top: -0.05em;
}

.btn-com:hover {
    color: #fff;
    background-color: #0e74b7;
    border-color: #0e74b7;
}

.btn-back {
    border-radius: 0.6rem;
    color: #fff;
    border: 2px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0.11rem 0.5rem;
    font-size: 0.24rem;
}

.btn-back:hover {
    background-color: #62bafb;
    color: #fff;
    border-color: #62bafb;
}

.more-plus i {
    font-size: 0.2rem;
    font-weight: normal;
}

.more-plus em {
    margin-right: 0.06rem;
    font-weight: bold;
}

.more-arrow-small i {
    margin-left: 0.06rem;
}

.btn-more em {
    font-size: 0.2rem;
}

.btn-more:hover {
    color: #0e74b7;
}

.btn-more .icon-right-arrow {
    font-size: 0.2rem;
}

.btn-arrow {
    color: #fff;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    border-radius: 0.4rem;
    padding-top: 0.16rem;
    padding-bottom: 0.16rem;
}

.btn-arrow em {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.btn-arrow i {
    margin-left: 0.1rem;
    font-size: 0.2rem;
}

.btn-arrow i:before {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.btn-arrow:hover {
    background-color: #0e74b7;
    color: #fff;
}

.btn-arrow:hover em {
    color: #fff;
}

.btn-arrow:hover i {
    color: #fff;
}

.btn-arrow-white {
    background-color: #fff;
    min-width: 3rem;
    box-shadow: 0 0.06rem 0.08rem rgba(0, 0, 0, 0.05), -0.08rem 0.06rem 0.13rem rgba(0, 0, 0, 0.1), 0.08rem 0.06rem 0.13rem rgba(0, 0, 0, 0.05), 0 -0.05rem 0.1rem -0.08rem rgba(51, 51, 51, 0.05);
}

.btn-arrow-white em {
    color: #333;
    font-weight: bold;
}

.btn-arrow-white i {
    color: #333;
}

.btn-arrow-big {
    min-width: 4.57rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-radius: 0.6rem;
}

.btn-arrow-big em {
    font-size: 0.24rem;
}

.btn-arrow-big i {
    font-size: 0.24rem;
}

.btn-arrow-middle {
    min-width: 3.47rem;
    padding-top: 0.21rem;
    padding-bottom: 0.21rem;
    box-shadow: 0 0 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #0e74b7;
}

.btn-arrow-middle:hover {
    box-shadow: 0 0.1rem 0.08rem -0.02rem rgba(0, 0, 0, 0.2);
}

.btn-arrow-middle em {
    color: #fff;
    font-size: 0.24rem;
}

.btn-arrow-middle i {
    color: #fff;
    font-size: 0.24rem;
}

.btn-round {
    background-color: #0e74b7;
    color: #fff;
    padding: 0.1rem 0.35rem;
    border-radius: 0.5rem;
    font-size: 0.18rem;
    background-color: #0e74b7;
    text-transform: capitalize;
}

.btn-round:hover {
    color: #fff;
    background-color: #d40011;
}

.btn-sub {
    background-color: #0e74b7;
    color: #fff;
    padding: 0.12rem 0.35rem;
    min-width: 2.1rem;
    border-radius: 0.5rem !important;
    font-size: 0.24rem;
    background-color: #0e74b7;
    text-transform: capitalize;
}

.btn-sub:hover {
    color: #fff;
    background-color: #035da0;
}

.btn-plain {
    border: 1px solid #0e74b7;
    color: #0e74b7;
    display: block;
    height: 0.5rem;
    line-height: 0.48rem;
}

.btn-plain:hover {
    background-color: #0e74b7;
    color: #fff;
}

.btn-dl {
    width: 0.7rem;
    height: 0.32rem;
    line-height: 0.3rem;
    border: 1px solid #0e74b7;
    border-radius: 0.5rem;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn-dl:hover {
    background-color: #0e74b7;
}

.btn-dl:hover i {
    color: #fff;
}

.btn-dl i {
    font-size: 0.16rem;
    color: #0e74b7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.t1 {
    text-align: center;
    margin-bottom: 0.6rem;
}

.t1 h3 {
    font-size: 0.48rem;
    color: #e5e5e5;
    line-height: 1;
    text-transform: uppercase;
}

.t1 h2 {
    font-size: 0.48rem;
    line-height: 1;
    margin-top: -0.2rem;
}

.t1 p {
    width: 100%;
    margin: 0 auto;
    max-width: 8.5rem;
    font-size: 0.24rem;
    margin-top: 0.06rem;
    color: #999;
}

.t1-small {
    text-align: center;
    margin-bottom: 0.6rem;
}

.t1-small h3 {
    font-size: 0.36rem;
    color: #e5e5e5;
    line-height: 1;
    text-transform: uppercase;
}

.t1-small h2 {
    font-size: 0.36rem;
    line-height: 1;
    margin-top: -0.2rem;
}

.t1-small p {
    margin-top: 0.12rem;
    color: #0e74b7;
}

.t2 {
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
}

.t2-sub {
    text-align: center;
    line-height: 2.2;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}

.t2-blue {
    color: #0e74b7;
    text-align: center;
}

.t2-blue-left {
    color: #0e74b7;
    margin-bottom: 0.2rem;
}

.t2-left {
    text-align: left;
}

.t3 {
    line-height: 1.4;
    margin-bottom: 0.6rem;
}

.t3 h4 {
    font-size: 0.24rem;
}

.t3 h3 {
    font-size: 0.6rem;
}

.t3 h5 {
    font-size: 0.24rem;
    text-transform: uppercase;
    color: #ccc;
}

.t4 {
    line-height: 1;
    text-align: center;
    margin-bottom: 0.3rem;
    position: relative;
}

.t4:after {
    content: '';
    width: 100%;
    border-top: 1px solid #ececec;
    background-color: #cdd3df;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.01rem;
}

.t4 span {
    font-size: 0.36rem;
    position: relative;
    font-weight: bold;
    z-index: 10;
    padding: 0 0.3rem;
    background-color: #fff;
}

.t4-blue span {
    font-size: 0.24rem;
    color: #0e74b7;
}

.tit-right {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tit-right a {
    width: 1.8rem;
    vertical-align: middle;
    margin-left: 0.14rem;
}

.t5 {
    font-size: 0.24rem;
    color: #0e74b7;
    margin-bottom: 0.3rem;
}

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #f5f5f5;
}

.red {
    color: #0e74b7 !important;
}

.blue {
    color: #0e74b7;
}

.slider {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.slider .slick-arrow {
    top: 50%;
    border: none;
    background: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    z-index: 50;
    display: block;
    position: absolute;
    text-align: center;
    transition: 0.3s;
    font-size: 0.3rem;
    color: #858585;
}

.slider .slick-arrow:hover {
    color: #0e74b7;
}

.slider .slick-prev {
    left: 0;
}

.slider .slick-next {
    right: 0;
}

.slick-dots {
    width: 100%;
    font-size: 0;
    z-index: 100;
    position: absolute;
    text-align: center;
    z-index: 50;
    bottom: 0.2rem;
}

.slick-dots li {
    display: inline-block;
    line-height: 1;
    margin: 0 0.06rem;
    padding: 0 !important;
}

.slick-dots li a {
    padding: 0;
    width: 10PX;
    height: 10PX;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0.2rem;
}

.slick-dots li.slick-active a {
    opacity: 1;
    background-color: #fff;
}

.slider-news .slick-dots {
    width: 50%;
    left: 50%;
    text-align: left;
    padding-left: 0.3rem;
}

.slider-news .slick-dots li {
    margin: 0;
    margin-right: 0.12rem;
}

.slider-news .slick-dots li a {
    background-color: #c7c7c7;
}

.slider-news .slick-dots li.slick-active a {
    background-color: #0e74b7;
}

.slider-round .slick-dots li a {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
}

.slider-round .slick-dots li.slick-active a {
    background-color: #fff;
}

.slider-round-arrow .slick-arrow {
    top: 0.36rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 0.5rem;
    background: none;
    width: auto;
    height: auto;
    line-height: inherit;
}

.slider-round-arrow .slick-arrow:hover {
    background: none;
}

.slider-round-arrow .slick-prev {
    left: -0.8rem;
}

.slider-round-arrow .slick-next {
    right: -0.8rem;
}

.slider-round-arrow .slick-disabled {
    opacity: 0.5;
}

.slider-round-arrow .slick-dots li a {
    background-color: #fff;
}

.fix-number .slick-track {
    text-align: center;
    width: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.fix-number .slick-slide {
    float: none;
    display: inline-block;
}

.form-ele {
    border: none;
    vertical-align: bottom;
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 0.16rem;
    vertical-align: bottom;
    display: inline-block;
    border: 1px solid #e5e5e5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form-ele:focus {
    border-color: #0e74b7;
}

.inp-row {
    zoom: 1;
    overflow: hidden;
    margin: 0 -0.1rem;
}

.inp-row:after,
.inp-row:before {
    content: '';
    display: block;
}

.inp-row:after {
    clear: both;
}

.inp-col {
    padding: 0 0.1rem;
}

.inp-col-12 {
    float: left;
    width: 50%;
}

.inp-col-8 {
    float: left;
    width: 33.33333%;
}

.form-ul ::-webkit-input-placeholder {
    color: #d4d4d4;
}

.form-ul ::-moz-placeholder {
    color: #d4d4d4;
}

.form-ul :-ms-input-placeholder {
    color: #d4d4d4;
}

.form-ul ::-ms-input-placeholder {
    color: #d4d4d4;
}

.form-ul ::placeholder {
    color: #d4d4d4;
}

.form-ul :-ms-input-placeholder {
    color: #d4d4d4;
}

.form-ul ::-ms-input-placeholder {
    color: #d4d4d4;
}

.form-ul .inp-label {
    line-height: 2;
}

.form-ul .inp-box {
    display: block;
}

.form-ul li {
    margin-bottom: 0.1rem;
}

.form-ul textarea.form-ele {
    padding: 0.1rem 0.16rem;
    line-height: 1.6;
    height: 1.5rem;
}

.form-ul .placeholder {
    color: #d4d4d4;
}

.form-ul .select-box {
    position: relative;
}

.form-ul .select-box:after {
    content: '';
    position: absolute;
    right: 0.46rem;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e5e5e5;
}

.form-ul select {
    padding-right: 0.46rem;
    background-position: 99% 50%;
}

.form-investigation .inp-label {
    margin-bottom: 0.06rem;
}

.form-investigation .inp-label i {
    color: #fe282c;
    margin-right: 0.1rem;
}

.form-investigation li {
    margin-bottom: 0.2rem;
}

.form-investigation .inp-row {
    margin: 0 -0.2rem;
}

.form-investigation .inp-col {
    padding: 0 0.2rem;
}

.form-investigation textarea.form-ele {
    margin-top: 0.2rem;
    height: 2.6rem;
}

.form-investigation select {
    background-image: url("data:image/svg+xml, %3Csvg t='1610694630467' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='1435' width='32' height='32'%3E%3Cpath d='M363.04120913 626.05875039l228.69393179-228.69393179c10.48674803-10.48615132 27.48847926-10.48615132 37.9752273 0 10.48615132 10.48674803 10.48615132 27.48907599 0 37.97522732L363.04061242 702.00920502 96.37264675 435.33944921c-10.48674803-10.48615132-10.48674803-27.48847926 1e-8-37.97522733 10.48615132-10.48615132 27.48847926-10.48615132 37.9752273 0L363.04061242 626.05875039z' fill='%23363636' p-id='1436'%3E%3C/path%3E%3C/svg%3E");
}

.list-video-big a:hover .img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.list-solution a:hover .img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

* {
    -webkit-overflow-scrolling: touch;
}

input::-webkit-input-placeholder {
    line-height: normal !important;
}

input::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder {
    line-height: normal !important;
}

a {
    color: #333;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

a:hover {
    color: #0e74b7;
}

.iconfont {
    font-size: 0.16rem;
    line-height: 1;
}

img {
    max-width: 100%;
}

html {
    font-size: 100px;
}

body {
    font-size: 18px;
    background-color: #fff;
    color: #333;
    line-height: 1.6;
}

textarea {
    resize: none;
}

.btn-tc {
    text-align: center;
}

.line {
    border: none;
    border-top: 1px solid #e5e5e5;
    font-size: 0;
    line-height: 0;
}

.txt-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.txt-line4 {
    -webkit-line-clamp: 4;
    height: 5.4em;
}

.txt-line2 {
    -webkit-line-clamp: 2;
    height: 3.2em;
}

.l {
    float: left;
}

.r {
    float: right;
}

.img-ovh {
    overflow: hidden;
}

.tr {
    text-align: right;
}

.cover-bg {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.img {
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}

.img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}

.img-normal:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.img-contain {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}

.img-hover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}

.img-hover:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.video-ovh {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.video-ovh video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.text-margin {
    line-height: 2;
}

.text-margin p {
    margin-bottom: 2em;
}

.text-gray {
    color: #999;
}

.text-white {
    color: #fff;
}

.logo {
    -webkit-transition: none;
    transition: none;
    line-height: inherit;
    margin: 0 auto;
    display: block;
}

.logo img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 2.86rem;192
    height: 1rem;
    vertical-align: middle;
}

#hd {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    height: 1rem;
    line-height: 1rem;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 1px solid #e6e6e6;
    zoom: 1;
}

#hd:after,
#hd:before {
    content: '';
    display: block;
}

#hd:after {
    clear: both;
}

#hd .hd-l {
    float: left;
    position: relative;
    position: relative;
    z-index: 10;
    padding-left: 5%;
}

#hd .hd-c {
    text-align: center;
}

.m_header.show-form,
#hd.show-form {
    background-color: #fff;
}

.m_header.show-form .top-form,
#hd.show-form .top-form {
    width: 3rem;
}

.m_header.show-form .nav,
#hd.show-form .nav {
    display: none;
}

.m_header.show-form .icon-close,
#hd.show-form .icon-close {
    color: #0e74b7;
}

.m_header.show-form .m_logo {
    display: none;
}

.m_header .search-top {
    position: absolute;
    right: 0.8rem;
    top: 0.24rem;
}

.m_header .search-top i {
    font-size: 0.36rem;
}

.m_header .top-form {
    right: 1.7rem;
}

.m_header .top-form .btn-search i {
    font-size: 0.3rem;
}

.top-form {
    line-height: 1;
    position: absolute;
    right: 0.9rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
    width: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top-form form {
    position: relative;
}

.top-form .inp {
    height: 0.5rem;
    width: 100%;
    padding: 0 0.2rem;
    border: none;
    font-size: 0.16rem;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ececec;
    display: block;
    border-radius: 0.4rem;
}

.top-form .btn-search {
    top: 0;
    width: 0.8rem;
    background: none;
    display: inline-block;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    height: 0.5rem;
    line-height: 0.5rem;
    position: absolute;
    color: #0e74b7;
    right: 0;
    top: 0;
}

.top-form .btn-search i {
    font-size: 0.22rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #0e74b7;
}

.show-form .top-form {
    visibility: visible;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
}

.nav {
    position: relative;
    z-index: 2;
}

.nav li {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.nav li.current a,
.nav li.on a {
    color: #0e74b7;
    font-weight: bold;
}

.nav li:hover a {
    color: #0e74b7;
}

.nav li a {
    display: block;
    margin: 0 0.18rem;
    position: relative;
    z-index: 50;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-transform: capitalize;
}

.nav li a.on,
.nav li a:hover {
    color: #0e74b7;
}

.nav li .sub-nav {
    position: absolute;
    left: 0;
    background-color: #fff;
    text-align: center;
    white-space: nowrap;
    min-width: 1.4rem;
    padding-top: 0.1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 100%;
    margin-top: -0.2rem;
    z-index: 20;
    box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.08), 0 0.04rem 0.08rem rgba(0, 0, 0, 0.08);
}

.nav li .sub-nav:before {
    position: absolute;
    top: -0.12rem;
    left: 50%;
    content: '';
    width: 0.16rem;
    height: 0.16rem;
    background: #fff;
    -webkit-transform: rotate(135deg) translateX(50%);
    -ms-transform: rotate(135deg) translateX(50%);
    transform: rotate(135deg) translateX(50%);
    box-shadow: 0.01rem -0.02rem 0.05rem rgba(0, 0, 0, 0.2);
}

.nav li .sub-nav::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 0.16rem;
    background: #fff;
    z-index: 0;
}

.nav li .sub-nav a {
    padding-bottom: 0;
    height: 100%;
    line-height: 0.4rem;
    color: #666;
    font-size: 0.16rem;
    margin-left: 0;
    margin-right: 0;
    display: block;
    padding: 0 0.2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 40;
}

.nav li .sub-nav a:hover {
    background-color: #0e74b7;
    color: #fff;
}

.nav li .sub-nav a:after {
    display: none;
}

.nav li:hover .sub-nav {
    opacity: 1;
    visibility: visible;
}

.search-ico {
    display: inline-block;
    line-height: 1;
    padding-left: 0.3rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.search-ico i {
    font-size: 0.2rem;
}

.search-ico:hover {
    color: b;
}

.inner-row {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.btn-search {
    background: none;
    border: none;
}

.btn-search i {
    font-size: 0.24rem;
}

.hd-l {
    float: left;
}

.search-form * {
    vertical-align: middle;
}

.search-form .inp {
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    width: 2.5rem;
    line-height: 1.8;
}

.hd-r {
    float: right;
    position: relative;
    z-index: 50;
    font-size: 0;
}

.hd-r * {
    vertical-align: middle;
}

.hd-r i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hd-r i:hover {
    color: #0e74b7;
}

.img-avt {
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    display: inline-block;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}

#fd {
    position: relative;
    border-top: 1px solid #ececec;
    z-index: 60;
    clear: both;
}

#fd .wp {
    zoom: 1;
}

#fd .wp:after,
#fd .wp:before {
    content: '';
    display: block;
}

#fd .wp:after {
    clear: both;
}

.fd-info {
    padding: 0.5rem 0;
}

.fd-nav {
    float: right;
    width: 70%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}

.fd-nav:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #ececec;
    right: 24%;
}

.fd-contact {
    float: left;
    position: relative;
    width: 25%;
    line-height: 2;
}

.fd-contact img {
    width: 2.6rem;
}

.fd-contact .con {
    padding-top: 0.3rem;
    border-top: 1px solid #ececec;
    margin-top: 0.3rem;
}

.fd-link {
    float: left;
    width: 19%;
    color: #000;
    padding-left: 1%;
    line-height: 2;
}

.fd-link dt {
    font-size: 0.24rem;
    position: relative;
}

.fd-link dd {
    padding-top: 0.06rem;
}

.fd-link dd a {
    display: block;
    color: #727272;
}

.fd-link dd a:hover {
    color: #0e74b7;
}

.fd-qr {
    width: 24%;
}

.fd-qr .con {
    float: right;
}

.fd-qr p {
    text-align: center;
}

.fd-cp {
    color: #8a8a8a;
    padding: 0.3rem 0;
    border-top: 1px solid #ececec;
}

.fd-cp a {
    color: #8a8a8a;
}

.fd-cp a:hover {
    color: #8a8a8a;
}

.fd-cp .left {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    margin-right: -0.5em;
    text-align: left;
}

.fd-cp .left span,
.fd-cp .left a {
    margin-right: 0.2rem;
}

.fd-cp .right {
    vertical-align: middle;
    display: inline-block;
    text-align: right;
    width: 20%;
    font-size: 0;
}

.social-link {
    text-align: center;
    margin-top: 0.4rem;
}

.social-link h4 {
    margin-bottom: 0.1rem;
    text-transform: capitalize;
}

.social-link .left {
    display: inline-block;
    vertical-align: top;
    padding: 0 0.4rem;
    position: relative;
}

.social-link .left:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0.2rem;
    bottom: 0.2rem;
    width: 0.01rem;
    background-color: #8f8f8f;
}

.social-link .left a {
    margin: 0 0.08rem;
}

.social-link .left a img {
    width: 0.41rem;
}

.social-link .right {
    display: inline-block;
    text-align: left;
    padding: 0 0.4rem;
    vertical-align: top;
}

.social-link .right h4 {
    margin-bottom: 0.2rem;
}

.social-link .right a {
    color: rgba(255, 255, 255, 0.6);
}

.social-link .right a:hover {
    color: #0e74b7;
}

.go-top {
    position: fixed;
    right: 3%;
    bottom: 5%;
    z-index: 50000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.go-top.show {
    visibility: visible;
    opacity: 1;
}

.go-top img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0.6rem;
    max-width: 60PX;
}

.news-detail .bd p {
    text-indent: 2em !important;
}

.news-detail .bd p.no-indent {
    text-indent: 0 !important;
}

.service-box .bd p {
    text-indent: 2em !important;
}

.service-box .bd p.no-indent {
    text-indent: 0 !important;
}

.header-holder {
    height: 1rem;
}

.ban-news-detail {
    padding-top: 18.75%;
}

.table-wrap table {
    width: 100%;
}

.v-center * {
    vertical-align: middle;
}

.hd-holder {
    height: 1rem;
}

.index-body .hd-holder {
    display: none;
}

.m-search {
    padding-left: 20PX;
    padding-right: 0.6rem;
    margin-top: 0.2rem;
}

.m-search .btn-search {
    position: absolute;
    right: 0;
    padding-right: 0.2rem;
    top: 0;
    bottom: 0;
    font-size: 0.5rem;
    border: none;
    background: none;
    color: #fff;
    line-height: 0.6rem;
    height: 0.6rem;
}

.m-search .btn-search i {
    display: block;
}

.m-search form {
    background: none;
    position: relative;
    border-radius: 0.5rem;
    border: 1px solid #fff;
    overflow: hidden;
}

.m-search form .form-ele {
    border: none;
    background: none;
    color: #fff;
    height: 0.6rem;
}

.menu-blocker {
    z-index: 100000 !important;
}

.menu-blocker .close-modal {
    right: 0.1rem !important;
}

.menu-blocker .iconfont {
    font-size: 0.3rem;
}

.menu-blocker .sub-nav {
    padding: 0.5rem 0.2rem;
}

.menu-blocker .sub-nav a {
    display: inline-block;
    margin: 0.1rem;
    font-size: 0.22rem;
}

.m-nav-list {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin-top: -0.5rem;
}

.user-info {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.user-info a {
    display: inline-block;
    width: auto;
    margin-left: 5%;
    padding: 0;
}

.avt-user {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.kgu img {
    height: 0.13rem;
}

.m-nav-list a {
    position: relative;
}

.m-nav-list a:hover {
    color: #fff;
}

.m-nav-list i {
    position: absolute;
    color: #fff;
    font-size: 0.24rem;
    top: 0;
    right: 0.2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 50PX;
}

.m-nav-list .sub-nav a {
    display: block;
    text-indent: 2em;
}

.m-nav-list .on i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.page {
    margin-top: 0.2rem;
    text-align: center;
}

.page a {
    display: inline-block;
    padding: 0.06rem 0.15rem;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 0.18rem;
    zoom: 1;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    border-radius: 0.04rem;
    margin: 0 0.04rem;
    background-color: #fff;
}

.page * {
    vertical-align: middle;
}

.page .prev,
.page .next {
    line-height: 1;
    padding: 0;
    border: none;
    color: #bebebe;
    font-family: serif;
    margin: 0 0.04rem;
    background: none;
}

.page .prev:hover,
.page .next:hover {
    background: none;
    color: #0e74b7;
}

.page em {
    margin: 0 0.1rem;
}

.page a.on,
.page a:hover,
.page a.current {
    background-color: #0e74b7;
    color: #fff;
}

.m-page {
    text-align: center;
}

.m-page a {
    width: 50%;
    float: left;
}

.m-lan a {
    text-transform: uppercase;
    float: left;
    width: 50%;
    text-align: center;
    padding-left: 0;
}

.m-lan .on {
    color: #0e74b7;
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1000;
    padding: 0.2rem;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 12rem;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    -o-box-shadow: 0 0 0.1rem #000;
    -ms-box-shadow: 0 0 0.1rem #000;
    box-shadow: 0 0 0.1rem #000;
    text-align: left;
    border-radius: 0;
}

.modal a.close-modal {
    position: absolute;
    top: -0.6rem;
    right: 0;
    display: block;
    color: #333;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal a.close-modal i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal a.close-modal i {
    font-size: 0.3rem;
}

.modal a.close-modal i:hover {
    color: #0e74b7;
}

.breadcrumbs {
    padding: 0.2rem 0;
    margin-left: -0.1rem;
}

.breadcrumbs a {
    text-transform: capitalize;
    color: #838383;
    margin: 0 0.1rem;
}

.breadcrumbs a:hover {
    color: #0e74b7;
}

.breadcrumbs .on {
    color: #333;
}

.breadcrumbs i {
    font-size: 0.14rem;
}

.check-box {
    position: relative;
    vertical-align: middle;
}

.check-box i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    display: none;
}

.check-box input {
    opacity: 0;
    width: 0;
    height: 0;
}

.check-box input:checked + em i {
    display: block;
}

.check-box input:checked + em {
    background-color: #0e74b7;
    border-color: #0e74b7;
}

.check-box em {
    display: inline-block;
    width: 16PX;
    height: 16PX;
    position: relative;
    vertical-align: middle;
    border: 1px solid #bcbcbc;
}

.check-box span {
    padding: 0;
    text-align: left;
    float: none;
    width: auto;
    vertical-align: middle;
    text-transform: capitalize;
}

.check-line-red em {
    border: 1px solid #0e74b7;
}

.go-top {
    position: fixed;
    bottom: 6%;
    right: 4%;
    z-index: 100;
    box-shadow: 0 0 0.15rem 0.05rem rgba(225, 0, 18, 0.2);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.go-top:hover {
    box-shadow: 0 0 0.2rem 0.05rem rgba(225, 0, 18, 0.5);
}

.go-top i {
    font-size: 0.6rem;
    color: #0e74b7;
}

.share {
    display: inline-block;
    margin-right: 0.6rem;
}

.share a {
    margin-right: 0.15rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.share a:hover {
    color: #095f98;
}

.share i {
    font-size: 0.3rem;
    color: #0e74b7;
}

.search-top {
    width: 1.1rem;
    text-align: center;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.search-top:hover i {
    opacity: 0.9;
}

.search-top:after {
    content: '';
    position: absolute;
    border-left: 1px solid #ececec;
    top: 0.2rem;
    bottom: 0.2rem;
    left: 0;
}

.search-top i {
    color: #0e74b7;
    font-size: 0.2rem;
}

.social-share .iconfont {
    font-size: 0.4rem;
}

.social-share .icon-facebook {
    color: #3c5a98;
}

.social-share .icon-twitter {
    color: #3298f0;
}

.social-share .icon-wechat {
    color: #58ce47;
}

.social-share .icon-linkedin {
    color: #007ab7;
}

.social-share a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}

.social-share a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.share-article .social-share {
    position: relative;
    z-index: 100;
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
}

.share-article .social-share a {
    margin: 0 0.06rem;
}

#share-more {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

#share-more:hover .social-share {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

#share-more .social-share {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0.1rem;
    background-color: #fff;
    box-shadow: 0 0 0.1rem 0.03rem rgba(0, 0, 0, 0.04);
    border-radius: 0.06rem;
    top: 100%;
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: -10;
}

#share-more .iconfont {
    margin-left: 0;
    font-size: 0.4rem;
    margin-bottom: 0.1rem;
}

#share-more .iconfont:last-child {
    margin-bottom: 0;
}

#share-more .icon-more-share {
    font-size: 0.3rem;
    color: #adadad;
}

.modal-video {
    line-height: 0;
}

.modal-video-close-btn {
    cursor: pointer;
}

.modal-video-close-btn:after,
.modal-video-close-btn:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal-video-close-btn:hover:after,
.modal-video-close-btn:hover:before {
    background-color: #0e74b7;
}

.m_header .hd-r {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50PX;
}

.m_header .hd-avt {
    padding-right: 0.1rem;
}

.m_header .hd-avt:after {
    display: none;
}

.m_header .hd-avt span {
    margin-left: 0.1rem;
}

.m_header .hd-notice,
.m_header .hd-bulb {
    margin-left: 0.1rem;
}

.m_header .notice-list {
    margin-top: 0.1rem;
}

.modal-video-close-btn {
    right: 0;
}

.spiner {
    width: 0.3rem;
    height: 0.3rem;
    display: none;
    text-align: center;
    margin: 0.1rem auto;
}

.loading {
    width: 0.3rem;
    height: 0.3rem;
    text-align: center;
    margin: 0.1rem auto;
}

.anticon-spin {
    display: inline-block;
    -webkit-animation: loadingCircle 1s linear infinite;
    animation: loadingCircle 1s linear infinite;
}

@-webkit-keyframes loadingCircle {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.layui-layer-hui {
    background: rgba(228, 0, 18, 0.8) !important;
}

.middle-spiner {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
}

.middle-spiner .spiner {
    position: absolute;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 0.5rem;
    height: 0.5rem;
}

.inner-ban {
    position: relative;
    background: #0e74b7 url("../../images/inner-ban.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 0.8rem 0;
}

.inner-ban .hd {
    display: inline-block;
    width: 30%;
    vertical-align: bottom;
    margin-right: -0.3em;
    position: relative;
    top: -0.2rem;
}

.inner-ban .bd {
    vertical-align: bottom;
    display: inline-block;
    width: 70%;
    text-align: right;
}

.inner-ban h3 {
    font-size: 0.48rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.inner-ban p {
    color: #fff;
    letter-spacing: 0.4em;
}

.inner-ban .con {
    position: relative;
}

.inner-ban h4 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    color: rgba(255, 255, 255, 0.1);
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.breadcrumbs {
    color: #fff;
    border-bottom: 1px solid rgba(250, 215, 181, 0.3);
    float: right;
}

.breadcrumbs a {
    margin: 0 0.1rem;
    color: #fff;
    position: relative;
}

.breadcrumbs a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.2em;
    width: 100%;
    background-color: #0e74b7;
    height: 1PX;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.breadcrumbs a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.breadcrumbs a:after {
    background-color: #fff;
}

.breadcrumbs a:last-child {
    margin-right: 0;
}

.breadcrumbs a:hover {
    color: #fff;
}

.breadcrumbs .icon-zhuye {
    font-size: 0.24rem;
    margin-right: 0.1rem;
}

.single-breadcrumbs {
    padding-bottom: 0;
    border: none;
}

.tab-inner {
    clear: both;
    padding-top: 0.1rem;
    margin-right: -0.3rem;
}

.tab-inner a {
    display: inline-block;
    padding: 0.1rem 0.3rem;
    color: #fff;
    border-radius: 0.3rem;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.tab-inner a:hover,
.tab-inner a.on {
    background-color: #fff;
    color: #0e74b7;
    box-shadow: 0 0 0.1rem 0.05rem rgba(0, 0, 0, 0.1);
}

.no-tab-inner .breadcrumbs {
    border: none;
}

.tab-square {
    height: 0.7rem;
    line-height: 0.7rem;
}

.tab-square a {
    float: left;
    color: #666;
    background-color: #ececec;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tab-square a.on,
.tab-square a:hover {
    background-color: #0e74b7;
    color: #fff;
}

.tab-square-3 a {
    width: 33.3333%;
    font-size: 0.36rem;
}

.tab-square-5 a {
    width: 20%;
    font-size: 0.24rem;
}

.pro-ban {
    position: relative;
    background: #0e74b7 url("../images/inner-ban2.png");
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 1.26rem;
}

.pro-ban .hd {
    display: inline-block;
    width: 30%;
    vertical-align: bottom;
    margin-right: -0.3em;
    position: relative;
}

.pro-ban .bd {
    vertical-align: bottom;
    display: inline-block;
    width: 70%;
    text-align: right;
}

.pro-ban h3 {
    font-size: 0.48rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.26rem;
}

.tab-inner-round {
    margin-bottom: -1PX;
}

.tab-inner-round a {
    height: 0.9rem;
    line-height: 0.9rem;
    font-weight: bold;
    padding: 0 0.4rem;
    display: inline-block;
    border-top-left-radius: 0.12rem;
    border-top-right-radius: 0.12rem;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tab-inner-round a:hover,
.tab-inner-round a.on {
    background-color: #fff;
    color: #0e74b7;
}

.qr-pop {
    position: absolute;
    left: 50%;
    bottom: -0.3rem;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    width: 2rem;
    height: 2rem;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 0.04rem 0.05rem -0.02rem rgba(0, 0, 0, 0.4);
    visibility: hidden;
    z-index: 10;
}

.qr-pop img {
    width: 2rem;
    height: 2rem;
    max-width: 9.99rem;
}

.share a {
    position: relative;
}

.share a:hover .qr-pop {
    visibility: visible;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
}

.fd-cp .qr-pop {
    bottom: auto;
    top: -0.3rem;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
}

@-webkit-keyframes loadingCircle {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes loadingCircle {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.wp {
    width: 90%;
    max-width: 18rem;
    margin: 0 auto;
}

.wrap900 {
    width: 100%;
    margin: 0 auto;
    max-width: 9rem;
}

.wrap600 {
    width: 100%;
    margin: 0 auto;
    max-width: 6rem;
}

.wrap550 {
    width: 100%;
    margin: 0 auto;
    max-width: 5.5rem;
}

.wrap930 {
    width: 100%;
    margin: 0 auto;
    max-width: 9.3rem;
}

.wrap1200 {
    width: 100%;
    margin: 0 auto;
    max-width: 12rem;
}

.wrap1300 {
    width: 100%;
    margin: 0 auto;
    max-width: 13rem;
}

.wrap1400 {
    width: 100%;
    margin: 0 auto;
    max-width: 14rem;
    zoom: 1;
}

.wrap1400:after,
.wrap1400:before {
    content: '';
    display: block;
}

.wrap1400:after {
    clear: both;
}

.wrap1500 {
    margin: 0 auto;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    width: 100%;
}

.wrap960 {
    margin: 0 auto;
    width: 100%;
    max-width: 9.6rem;
}

.wrap1600 {
    width: 100%;
    margin: 0 auto;
    max-width: 16rem;
}

.wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 14rem;
}

.tc {
    text-align: center !important;
}

body {
    overflow-x: hidden;
}

.bar {
    padding-right: 0.1rem;
}

#banner,
#banner .item,
#banner .slick-track,
#banner .slick-list,
#banner div,
#banner .bg {
    height: 100%;
}

#banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

#banner .item {
    position: relative;
}

#banner .img {
    height: 100%;
}

.banner-box {
    padding-top: 44%;
    position: relative;
}

.list-core {
    zoom: 1;
    margin: 0 -0.7%;
    margin-bottom: 0.6rem;
}

.list-core:after,
.list-core:before {
    content: '';
    display: block;
}

.list-core:after {
    clear: both;
}

.list-core li {
    float: left;
    width: 25%;
    padding: 0 0.7%;
}

.list-core li:hover .txt {
    opacity: 1;
}

.list-core li:hover h3 {
    background-color: #0e74b7;
    color: #fff;
}

.list-core h3 {
    font-size: 0.36rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.list-core .img {
    padding-top: 113%;
}

.list-core .con {
    position: relative;
}

.list-core .bar {
    height: 100%;
    overflow: auto;
}

.list-core .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(41, 120, 184, 0.8);
    color: #fff;
    padding: 0.3rem;
    line-height: 1.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.list-core .txt h4 {
    font-size: 0.24rem;
    margin-top: 6%;
}

.list-core .txt p {
    color: #fff;
}

.index-row {
    padding: 0.6rem 0;
}

.news-l {
    float: left;
    width: 66.67%;
}

.news-r {
    float: right;
    width: 33.33%;
}

.news-r .btn-tc {
    margin-top: 0.3rem;
}

.news-card li {
    float: left;
    width: 50%;
    padding-right: 5%;
}

.news-card li a {
    display: block;
    background-color: #ececec;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.news-card li a:hover {
    background-color: #0e74b7;
}

.news-card li a:hover h3,
.news-card li a:hover p {
    color: #fff;
}

.news-card li a:hover .meta-news span,
.news-card li a:hover .meta-news i {
    color: rgba(255, 255, 255, 0.5);
}

.news-card li .img {
    padding-top: 76%;
}

.news-card li h3 {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 2.6em;
    overflow: hidden;
}

.news-card li p {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.news-card li .txt {
    padding: 0.3rem;
    line-height: 1.4;
}

.news-card li .txt-hidden {
    margin-bottom: 0.3rem;
}

.meta-news {
    position: relative;
}

.meta-news span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #969696;
    font-size: 0.16rem;
}

.meta-news i {
    color: #adadad;
    font-size: 0.2rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.list-news a {
    -webkit-transition: none;
    transition: none;
    position: relative;
    z-index: 10;
    display: block;
    padding: 0.2rem;
    width: 100%;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.list-news h5 {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
    line-height: 1.2;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-news .date {
    color: #000;
}

.list-news p {
    color: #999;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    line-height: 1.6;
}

.list-news li {
    overflow: hidden;
    position: relative;
}

.list-news li:hover a {
    background-color: #f5f5f5;
}

.list-news li:hover h5 {
    color: #0e74b7;
}

.list-news .date {
    float: left;
    width: 0.9rem;
    text-align: right;
    border-right: 1px solid #ececec;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    padding-right: 0.25rem;
    height: 0.9rem;
}

.list-news .date em {
    display: block;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 1.2;
    text-indent: -0.1em;
}

.list-news .date span {
    font-size: 0.16rem;
}

.list-news .txt {
    padding-left: 0.2rem;
    overflow: hidden;
}

.list-news-inner {
    padding-top: 0.25rem;
    margin: 0 -0.25rem;
    zoom: 1;
}

.list-news-inner:after,
.list-news-inner:before {
    content: '';
    display: block;
}

.list-news-inner:after {
    clear: both;
}

.list-news-inner li {
    float: left;
    width: 50%;
    padding: 0.25rem;
}

.list-news-inner li:hover a {
    background-color: #fff;
    box-shadow: 0 0 0.14rem 0.06rem rgba(0, 0, 0, 0.06);
}

.list-news-inner li a {
    background-color: #fff;
    padding: 0.28rem;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.com-intro {
    display: inline-block;
    vertical-align: middle;
    width: 51%;
    padding-right: 5%;
    margin-right: -0.4em;
    padding-bottom: 0.9rem;
    position: relative;
    z-index: 10;
}

.com-intro .con {
    color: #666;
    font-size: 0.24rem;
    line-height: 1.7;
}

.com-intro .con p {
    margin-bottom: 0.2rem;
}

.com-intro .con b {
    font-weight: bold;
    color: #333;
}

.com-img {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    position: relative;
}

.com-img .img {
    padding-top: 66%;
}

.com-link {
    margin-top: -0.9rem;
    position: relative;
    z-index: 20;
}

.com-preivew {
    margin-top: 0.8rem;
    background-color: #0e74b7;
    color: #fff;
    display: table;
    width: 100%;
}

.com-preivew p {
    line-height: 1.6;
    color: #fff;
}

.com-preivew .hd {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    text-align: center;
}

.com-preivew .hd a {
    color: #fff;
}

.com-preivew .hd a:hover i {
    opacity: 1;
}

.com-preivew .hd h3 {
    font-size: 0.48rem;
}

.com-preivew .hd .con {
    display: inline-block;
    position: relative;
    padding-right: 0.6rem;
}

.com-preivew .hd i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 0.4rem;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 0;
    font-weight: normal;
}

.com-index-intro {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}

.com-index-intro li {
    display: table-cell;
    width: 25%;
    padding: 0.3rem 4%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.com-index-intro li:after {
    content: '';
    position: absolute;
    left: -0.02rem;
    height: 0.5rem;
    width: 0.04rem;
    background-color: #fff;
    top: 0.3rem;
    position: absolute;
}

.com-index-intro li h4 {
    font-size: 0.36rem;
    line-height: 1.3;
    position: relative;
    margin-bottom: 0.2rem;
}

.error-page {
    background-color: #0e74b7;
    padding: 13% 0;
    text-align: center;
}

.error-page .con {
    display: inline-block;
}

.error-page p {
    color: #fff;
    font-size: 0.24rem;
    margin: 0.2rem 0 0.4rem 0;
}

.error-page img {
    max-width: 90%;
}

.about-row1 {
    padding-top: 1.2rem;
}

.about-row1 .left {
    float: left;
    width: 47%;
}

.about-row1 .left p {
    color: #666;
    line-height: 1.8;
}

.about-row1 .right {
    float: right;
    width: 50%;
}

.about-row2 .tab-square {
    margin-bottom: 0.1rem;
}

.list-intro-img {
    margin: 0.05rem -0.05rem;
}

.list-intro-img li {
    float: left;
    width: 50%;
}

.list-intro-img li .img {
    padding-top: 90%;
    margin: 0.05rem;
}

.com-about-intro {
    display: table;
    background-color: #0e74b7;
    color: #fff;
    width: 100%;
    min-height: 1.9rem;
}

.com-about-intro li {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    padding: 0.2rem 1%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    text-align: center;
    line-height: 1;
}

.com-about-intro li:first-child {
    border-left: none;
}

.com-about-intro li:nth-child(3n) span {
    font-weight: normal;
    font-weight: bold;
}

.com-about-intro li h4 {
    font-size: 0.36rem;
    position: relative;
    margin-bottom: 0.2rem;
}

.com-about-intro li span {
    font-size: 0.48rem;
    font-weight: bold;
}

.com-about-intro li em {
    font-size: 0.36rem;
    font-weight: bold;
}

.com-about-intro li p {
    margin-top: 0.1rem;
}

.com-about-intro li:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0.2rem;
    background-color: #fff;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.com-about-intro li:hover .bd,
.com-about-intro li:hover:after {
    opacity: 1;
    visibility: visible;
}

.com-about-intro li:hover .hd {
    color: #0e74b7;
}

.com-about-intro li:hover .hd:after {
    border-top-color: #0e74b7;
    opacity: 1;
}

.com-about-intro li .hd {
    position: relative;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.com-about-intro li .hd:after {
    left: 50%;
    margin-left: -0.08rem;
    content: '';
    bottom: -0.4rem;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.com-about-intro li .bd {
    position: absolute;
    left: 0;
    right: -40%;
    background-color: #fff;
    color: #0e74b7;
    line-height: 1.6;
    padding: 0.3rem 0.4rem;
    text-align: left;
    top: 100%;
    box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.1), 0 0.04rem 0.12rem rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.about-row {
    overflow: hidden;
}

.com-intro-list {
    margin-top: 0.4rem;
}

.com-intro-list li {
    padding: 0.4rem 0;
    border-bottom: 1px solid #ececec;
}

.com-intro-list .hd {
    float: left;
    width: 1.1rem;
    text-align: center;
}

.com-intro-list .bd {
    padding-left: 0.2rem;
    overflow: hidden;
    line-height: 1.8;
}

.com-intro-list h4 {
    font-size: 0.24rem;
}

.com-intro-list p {
    color: #666;
}

.com-intro-list .iconfont {
    color: #0e74b7;
    font-size: 0.6rem;
    line-height: 1.2;
}

.innovate-row1 .hd {
    float: left;
    width: 41%;
}

.innovate-row1 .bd {
    overflow: hidden;
    line-height: 2;
}

.innovate-row1 .bd p {
    margin-bottom: 2em;
    color: #333;
}

.innovate-row1 .t3 {
    position: relative;
    padding-left: 0.36rem;
}

.innovate-row1 .t3 h5 {
    position: absolute;
    left: 0.3rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    top: 0;
}

.innovate-img {
    overflow: hidden;
    position: relative;
    margin-top: 0.2rem;
}

.innovate-img li {
    float: left;
}

.innovate-img .left {
    width: 65%;
}

.innovate-img .left .img {
    padding-top: 67%;
}

.innovate-img .right {
    width: 35%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.innovate-img .right .pad {
    height: 50%;
    padding: 0.07rem 0 0.07rem 0.14rem;
}

.innovate-img .right .img {
    height: 100%;
}

.innovate-row2 {
    padding-top: 0;
}

.innovate-row2 .img {
    float: left;
    width: 40%;
    padding-top: 24%;
}

.innovate-row2 .txt {
    overflow: hidden;
    padding-left: 0.46rem;
}

.innovate-row2 p {
    line-height: 2;
}

.contact-row {
    overflow: hidden;
}

.contact-row .t2 {
    margin: 0.4rem 0 0.3rem 0;
}

.map-loc {
    background-color: #fff;
    padding: 0.3rem;
    overflow: hidden;
}

.map-loc .hd {
    float: left;
    width: 50%;
    padding-right: 0.4rem;
}

.map-loc .bd {
    float: right;
    width: 50%;
}

.map-loc h3 {
    font-size: 0.24rem;
    line-height: 1.5;
    margin-bottom: 0.1rem;
}

.map-loc .tab-con {
    display: none;
}

.tab-loc {
    margin: 0.5rem 0 0.4rem 0;
}

.tab-loc a {
    border-radius: 0.6rem;
    color: #666;
    border: 1px solid #d2d2d2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0.09rem 0.26rem;
    margin-right: 0.16rem;
    margin-bottom: 0.16rem;
    display: inline-block;
    text-align: center;
}

.tab-loc a.on,
.tab-loc a:hover {
    color: #fff;
    background-color: #0e74b7;
    border-color: #0e74b7;
}

.list-loc li {
    border-bottom: 1px solid #ececec;
    padding: 0.1rem 0;
    color: #666;
}

.list-loc li i {
    font-size: 0.22rem;
    color: #0e74b7;
    margin-right: 0.1rem;
    vertical-align: middle;
}

.list-loc li span {
    vertical-align: middle;
}

#map {
    height: 4.9rem;
    border: 1px solid #ececec;
}

.contact-box {
    box-shadow: 0 0 0.1rem 0.04rem rgba(0, 0, 0, 0.08);
    margin-bottom: 0.8rem;
    overflow: hidden;
    border: 12px solid transparent;
    border-image-source: url("../images/border.png");
    border-image-repeat: round;
    border-image-slice: 11;
    border-image-width: 0.1rem;
    background-color: #fff;
}

.contact-box .hd {
    float: left;
    width: 50%;
}

.contact-box .hd .img {
    padding-top: 75%;
}

.contact-box .bd {
    overflow: hidden;
    padding: 0.3rem;
    padding-bottom: 0;
}

.contact-box i {
    font-size: 0.2rem;
    color: #0e74b7;
}

.contact-box .term {
    color: #333;
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
    position: relative;
    padding-left: 0.3rem;
}

.contact-box .btn-sub {
    font-size: 0.18rem;
}

.investigation-box {
    background-color: #fff;
    padding: 0.4rem;
}

.investigation-box .hd {
    font-size: 0.24rem;
    border-bottom: 1px solid #ececec;
    padding-bottom: 0.3rem;
}

.investigation-box .hd span {
    font-weight: bold;
    color: #0e74b7;
}

.investigation-box .bd {
    padding: 0.25rem 0;
}

.investigation-box .bd h3 {
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
}

.leader-bd .t2 {
    margin-bottom: 0.1rem;
}

.leader-bd .hd p {
    color: #999;
}

.leader-bd .hd {
    float: left;
    width: 51%;
    padding-right: 3%;
}

.leader-bd .bd {
    float: right;
    width: 49%;
}

.leader-avt {
    padding: 0.4rem 0.3rem;
    border-bottom: 1px solid #ececec;
}

.leader-avt .item {
    text-align: center;
}

.leader-avt .img {
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.leader-avt .slick-arrow {
    color: #cbcbcb;
}

.leader-avt .slick-current .img {
    border: 4px solid #0e74b7;
}

.leader-intro .item {
    padding-top: 0.6rem;
}

.leader-intro h3 {
    margin-bottom: 0.25rem;
}

.leader-intro h3 span {
    font-size: 0.36rem;
    font-weight: bold;
}

.leader-intro h3 em {
    color: #0e74b7;
}

.leader-intro .txt {
    color: #666;
    line-height: 2;
}

.leader-big .img {
    padding-top: 112%;
}

.vision-row1 {
    text-align: center;
    border-bottom: 1px solid #ececec;
}

.vision-row1 img {
    width: 9.3rem;
    max-width: 90%;
}

.vision-row1 p {
    color: #666;
    margin: 0.3rem 0 0.1rem 0;
}

.vision-row1 h3 {
    font-size: 0.36rem;
}

.vision-row {
    padding: 1rem 0;
}

.list-solo li {
    overflow: hidden;
    margin-bottom: 1rem;
}

.list-solo .img {
    width: 48%;
    padding-top: 32%;
}

.list-solo .con {
    overflow: hidden;
}

.list-solo .con p {
    line-height: 2.3;
}

.list-solo h3 {
    font-size: 0.36rem;
    padding-left: 0.3rem;
    position: relative;
    margin-bottom: 0.4rem;
    margin-top: 0.5rem;
}

.list-solo h3:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    background-color: #0e74b7;
}

.list-solo .even .img {
    float: left;
}

.list-solo .even .con {
    padding-left: 5%;
}

.list-solo .odd .img {
    float: right;
}

.list-solo .odd .con {
    padding-right: 5%;
}

.list-evaluation h3 {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
}

.list-evaluation .txt {
    color: #666;
    line-height: 1.8;
}

.list-evaluation .ico {
    float: left;
    border-radius: 50%;
    background-color: #0e74b7;
    text-align: center;
    line-height: 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
}

.list-evaluation .ico i {
    font-size: 0.4rem;
    color: #fff;
    vertical-align: middle;
    line-height: 1;
}

.list-evaluation .con {
    padding-left: 0.35rem;
    overflow: hidden;
}

.list-evaluation li {
    display: inline-block;
    width: 33.333%;
    vertical-align: top;
    margin-right: -0.25em;
    margin-top: 0.8rem;
    padding-right: 7%;
}

.tech-row1 {
    text-align: center;
}

.tech-row1 h2 {
    font-size: 0.48rem;
    padding-bottom: 0.1rem;
}

.tech-row1 p {
    color: #666;
    line-height: 2;
    margin-top: 2em;
}

.tech-row1 .txt {
    position: relative;
    padding-left: 17%;
    padding-right: 17%;
}

.tech-row1 .iconfont {
    position: absolute;
    color: #e5e5e5;
    font-size: 0.66rem;
}

.tech-row1 .icon-quote-left {
    left: 0;
}

.tech-row1 .icon-quote-right {
    right: 0;
    bottom: 0;
}

.list-tech {
    zoom: 1;
    margin: 0 -0.25rem;
    margin-top: 0.7rem;
}

.list-tech:after,
.list-tech:before {
    content: '';
    display: block;
}

.list-tech:after {
    clear: both;
}

.list-tech li {
    float: left;
    width: 33.3333%;
    padding: 0 0.25rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

.list-tech li h3 {
    font-size: 0.24rem;
    margin-top: 0.2rem;
}

.list-tech li .img {
    padding-top: 66%;
}

.slider-news {
    background-color: #fff;
}

.slider-news .img {
    float: left;
    width: 50%;
    padding-top: 33%;
}

.slider-news .con {
    overflow: hidden;
    padding: 0.3rem 0.3rem 0.3rem 0.4rem;
}

.slider-news h3 {
    font-size: 0.3rem;
    margin-top: 0.08rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slider-news p {
    line-height: 1.8;
}

.slider-news .txt {
    margin-bottom: 0.6rem;
    margin-top: 0.4rem;
}

.slider-news a {
    display: block;
    color: #333;
}

.slider-news a:hover h3 {
    color: #0e74b7;
}

.news-main {
    position: relative;
    padding: 0.3rem;
    padding-bottom: 0;
    background-color: #fff;
    float: left;
    width: 63%;
}

.news-main .hd {
    padding-bottom: 0.12rem;
    border-bottom: 1px solid #ececec;
}

.news-main .hd h1 {
    font-size: 0.36rem;
    margin-bottom: 0.12rem;
}

.news-main .meta {
    font-size: 0.16rem;
    color: #ccc;
}

.news-main .meta span {
    vertical-align: middle;
}

.news-main .meta em {
    border-left: 1px solid #ccc;
    display: inline-block;
    height: 0.16rem;
    margin: 0 0.2rem;
    vertical-align: middle;
}

.news-main .bd {
    line-height: 1.8;
    padding: 0.3rem 0;
}

.news-main .bd p {
    margin-bottom: 2em;
    color: #333;
}

.news-main .fd {
    padding: 0.2rem 0;
    border-top: 1px solid #ececec;
    line-height: 1.8;
    position: relative;
}

.news-main .fd a {
    color: #333;
}

.news-main .fd a:hover {
    color: #0e74b7;
}

.news-main .fd b {
    color: #0e74b7;
}

.news-main .fd p {
    margin: 0.18rem 0;
}

.news-side {
    float: right;
    width: 34%;
    padding: 0.3rem;
    padding-bottom: 0;
    background-color: #fff;
}

.list-news-rec li {
    padding: 0.12rem 0;
    border-bottom: 1px solid #ececec;
}

.list-news-rec li:last-child {
    border: none;
}

.list-news-rec h4 {
    line-height: 1.4;
    font-weight: normal;
    font-size: 0.24rem;
    margin-bottom: 0.06rem;
    height: auto;
    max-height: 2.8em;
}

.list-prodcut {
    zoom: 1;
    margin: 0 -0.25rem;
}

.list-prodcut:after,
.list-prodcut:before {
    content: '';
    display: block;
}

.list-prodcut:after {
    clear: both;
}

.list-prodcut li {
    float: left;
    padding: 0.25rem;
    width: 33.333%;
}

.list-prodcut li .iconfont {
    position: absolute;
    font-size: 0.4rem;
    color: #363636;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.list-prodcut .s1,
.list-prodcut .s2 {
    width: 50%;
}

.list-prodcut .s1 .pad,
.list-prodcut .s2 .pad {
    height: 3.76rem;
    padding-left: 59%;
    position: relative;
}

.list-prodcut .s1 .img,
.list-prodcut .s2 .img {
    position: absolute;
    left: 0;
    width: 59%;
    text-align: center;
}

.list-prodcut .s1 .img img,
.list-prodcut .s2 .img img {
    vertical-align: bottom;
}

.list-prodcut .s1 .con,
.list-prodcut .s2 .con {
    overflow: hidden;
    padding: 0.5rem 0.3rem 0.7rem 0;
}

.list-prodcut .s1 .iconfont,
.list-prodcut .s2 .iconfont {
    right: 0.3rem;
    bottom: 0.2rem;
}

.list-prodcut .s1:hover .iconfont,
.list-prodcut .s2:hover .iconfont {
    color: #0e74b7;
}

.list-prodcut .s1 .img {
    bottom: 0;
}

.list-prodcut .s2 .img {
    top: 0;
}

.list-prodcut .pad {
    background-color: #fff;
    display: block;
    zoom: 1;
}

.list-prodcut .pad:after,
.list-prodcut .pad:before {
    content: '';
    display: block;
}

.list-prodcut .pad:after {
    clear: both;
}

.list-prodcut h3 {
    font-size: 0.36rem;
    color: #0e74b7;
    margin-bottom: 0.05rem;
}

.list-prodcut .img {
    text-align: center;
}

.list-prodcut .s3 .con,
.list-prodcut .s4 .con,
.list-prodcut .s5 .con {
    padding: 0.3rem;
    padding-top: 0.1rem;
}

.list-prodcut .s3 .txt,
.list-prodcut .s4 .txt,
.list-prodcut .s5 .txt {
    padding-right: 1.6rem;
    position: relative;
}

.list-prodcut .s3 .iconfont,
.list-prodcut .s4 .iconfont,
.list-prodcut .s5 .iconfont {
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-prodcut .s3 h3 a,
.list-prodcut .s4 h3 a,
.list-prodcut .s5 h3 a {
    color: #0e74b7;
}

.list-prodcut a.pad:hover .iconfont {
    color: #0e74b7;
}

.list-prodcut a.pad:hover p {
    color: #333;
}

.link-dot {
    margin-top: 0.2rem;
}

.link-dot a {
    color: #0e74b7;
    position: relative;
    padding-left: 0.2rem;
    display: block;
    margin-bottom: 0.06rem;
    position: relative;
}

.link-dot a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.2em;
    width: 100%;
    background-color: #0e74b7;
    height: 1PX;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.link-dot a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.link-dot a:after {
    bottom: 0;
}

.link-dot a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 8PX;
    height: 8PX;
    border-radius: 50%;
    background-color: #0e74b7;
}

.brief-box {
    margin-top: 0.5rem;
}

.brief-box p {
    margin-bottom: 2em;
    color: #666;
    line-height: 2.3;
}

.brief-box .img {
    float: left;
    width: 47%;
    padding-top: 31%;
}

.brief-box .con {
    padding-left: 0.3rem;
    overflow: hidden;
    padding-top: 0.1rem;
}

.layout-row2 .t4-blue span {
    background-color: #f5f5f5;
}

.layout-row2 .t4 {
    margin-bottom: 0.2rem;
}

.layout-row2 .hd {
    margin-bottom: 0.5rem;
}

.layout-row2 .hd p {
    width: 100%;
    max-width: 7.2rem;
    margin: 0 auto;
    color: #333;
    text-align: center;
    line-height: 1.8;
}

.list-product-category {
    zoom: 1;
    margin: 0 -0.66rem;
    margin-bottom: 0.6rem;
}

.list-product-category:after,
.list-product-category:before {
    content: '';
    display: block;
}

.list-product-category:after {
    clear: both;
}

.list-product-category li {
    float: left;
    width: 50%;
    padding: 0 0.33rem;
}

.list-product-category li .pad {
    box-shadow: 0 0 0.2rem 0.06rem rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative;
}

.list-product-category li .img {
    padding-top: 54%;
    border-bottom: 1px solid #ececec;
}

.list-product-category li .con {
    padding: 0.3rem;
    padding-bottom: 0.6rem;
}

.list-product-category li .txt {
    color: #666;
    line-height: 1.8;
}

.list-product-category li h3 {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
}

.list-product-category li b {
    color: #000;
}

.list-product-category li .btn-arrow-middle {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    bottom: 0;
}

.tab-down {
    padding: 0.7rem 0;
    overflow: hidden;
}

.tab-down a {
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 25%;
    border-right: 1px solid #ececec;
    padding: 0.1rem;
}

.tab-down a.on {
    color: #0e74b7;
}

.tab-down a:last-child {
    border: none;
}

.download-box {
    padding-top: 0.7rem;
}

.download-box .t2 {
    padding-top: 0;
    margin-bottom: -0.3rem;
}

.list-spec li {
    display: table;
    width: 100%;
}

.list-spec li .num,
.list-spec li .con,
.list-spec li .ico {
    display: table-cell;
    vertical-align: middle;
}

.list-spec li h3 {
    font-size: 0.24rem;
    color: #0e74b7;
    margin-bottom: 0.06rem;
}

.list-spec li .num {
    width: 1.15rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.36rem;
    color: #666;
}

.list-spec li .ico {
    width: 1.15rem;
    text-align: center;
    position: relative;
}

/*.list-spec li .ico a {*/
/*    display: block;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    -webkit-transition: 0.3s;*/
/*    transition: 0.3s;*/
/*}*/

.list-spec li .ico a:hover {
    background-color: #0e74b7;
}

.list-spec li .ico a:hover i {
    color: #fff;
}

/*.list-spec li .ico a i {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    -webkit-transition: 0.3s;*/
/*    transition: 0.3s;*/
/*    left: 50%;*/
/*    -webkit-transform: translateY(-50%) translateX(-50%);*/
/*    -ms-transform: translateY(-50%) translateX(-50%);*/
/*    transform: translateY(-50%) translateX(-50%);*/
/*    font-size: 0.4rem;*/
/*    color: #0e74b7;*/
/*}*/

.list-spec li .con {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0.34rem 0.25rem;
}
.list-spec li .btn {
    /*position: absolute;*/
    bottom: 0;
    left: 0.4rem;
    font-weight: bold;
    padding: 0.09rem 0.34rem;
    background-color: #0e74b7;
    color: #fff;
}

.list-spec li .con p {
    color: #666;
}

.list-spec li:nth-child(2n+1) {
    background-color: #f5f5f5;
}

.list-pdf-wrap {
    overflow: hidden;
}

.list-pdf {
    zoom: 1;
    margin: -1PX -0.5rem;
}

.list-pdf:after,
.list-pdf:before {
    content: '';
    display: block;
}

.list-pdf:after {
    clear: both;
}

.list-pdf li {
    float: left;
    width: 50%;
    padding: 0.5rem;
    padding-left: 0.7rem;
    border: 1px solid #ececec;
    display: table;
}

.list-pdf li .left {
    display: table-cell;
    vertical-align: top;
    width: 46%;
}

.list-pdf li .left .img {
    box-shadow: 0 0 0.2rem 0.06rem rgba(0, 0, 0, 0.1);
    padding-top: 128%;
}

.list-pdf li .right {
    display: table-cell;
    padding-left: 0.4rem;
    position: relative;
    vertical-align: top;
}

.list-pdf li h3 {
    font-size: 0.24rem;
    padding-top: 0.14rem;
    color: #0e74b7;
    margin-bottom: 0.16rem;
}

.list-pdf li p {
    line-height: 2.3;
    color: #666;
}

.list-pdf li .txt-hidden {
    -webkit-line-clamp: 5;
    height: 11em;
    overflow: hidden;
}

.list-pdf li .btn {
    position: absolute;
    bottom: 0;
    left: 0.4rem;
    font-weight: bold;
    padding: 0.09rem 0.34rem;
    background-color: #0e74b7;
    color: #fff;
}

.list-seminar li {
    display: table;
    width: 100%;
    padding: 0.5rem 0.2rem 0.5rem 0.4rem;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.list-seminar li:hover {
    background-color: #f5f5f5;
}

.list-seminar li .img,
.list-seminar li .con,
.list-seminar li .ico {
    display: table-cell;
}

.list-seminar li .img {
    width: 33%;
    padding-top: 19%;
    border: 1px solid #eef1f8;
}

.list-seminar li .con {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.list-seminar li h3 {
    font-size: 0.24rem;
    color: #0e74b7;
    margin-bottom: 0.1rem;
}

.list-seminar li h3 a {
    color: #0e74b7;
}

.list-seminar li h5 {
    font-size: 0.16rem;
    color: #ccc;
    margin-bottom: 0.2rem;
    font-weight: normal;
}

.list-seminar li .txt {
    color: #333;
    line-height: 2;
}

.list-seminar li .ico {
    width: 10%;
    text-align: center;
    border-left: 1px solid #ececec;
    vertical-align: middle;
}

.list-seminar li .ico i {
    font-size: 0.5rem;
    color: #0e74b7;
}

.list-seminar li .ico p {
    color: #0e74b7;
    margin-top: 0.1rem;
}

.list-seminar li .txt-hidden {
    -webkit-line-clamp: 3;
    height: 5.8em;
}

.market-box {
    overflow: hidden;
}

.market-nav {
    width: 26%;
    padding: 0 0.3rem 0 0.5rem;
    overflow: hidden;
    float: left;
}

.market-nav a {
    display: block;
    font-size: 0.36rem;
    color: #666;
    padding: 0.2rem 0;
    position: relative;
    margin: 0.2rem 0;
}

.market-nav a.on {
    color: #0e74b7;
}

.market-nav a.on .ico {
    color: #0e74b7;
}

.market-nav a.on span {
    font-weight: bold;
}

.market-nav a * {
    vertical-align: middle;
}

.market-nav a .icon-arrow-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 0.34rem;
}

.market-nav a .ico {
    font-size: 0.4rem;
    margin-right: 0.3rem;
    color: #858585;
}

.market-con {
    overflow: hidden;
    padding-right: 0.5rem;
}

.market-con .img {
    padding-top: 38%;
    width: 60%;
    float: left;
}

.market-con h3 {
    color: #0e74b7;
    font-size: 0.48rem;
    line-height: 1.2;
}

.market-con .con {
    overflow: hidden;
    padding-left: 0.4rem;
}

.market-con .hd {
    padding: 0.3rem 0;
}

.market-con .bd p {
    margin-bottom: 2em;
    color: #666;
}

.market-indicator {
    overflow: hidden;
    margin: 0 -0.1rem;
    margin-bottom: 0.6rem;
}

.market-indicator li {
    float: left;
    width: 33.33333%;
    padding: 0 0.1rem;
}

.market-indicator li .pad {
    height: 0.05rem;
    background-color: #e7e7e7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.market-indicator li.on .pad {
    background: #0e74b7;
}

.list-package li {
    display: table;
    width: 100%;
    background-color: #fff;
    margin-bottom: 0.7rem;
    padding: 0.3rem 0;
}

.list-package li .img,
.list-package li .con,
.list-package li .ico {
    display: table-cell;
    vertical-align: middle;
}

.list-package li h3 {
    font-size: 0.24rem;
    color: #0e74b7;
    margin-bottom: 0.06rem;
}

.list-package li .img {
    width: 3.66rem;
    text-align: center;
    font-size: 0;
}

.list-package li .img img {
    max-width: 80%;
}

.list-package li .ico {
    width: 1.8rem;
    text-align: center;
    position: relative;
}

.list-package li .ico i {
    font-size: 0.4rem;
    color: #0e74b7;
}

.list-package li .con {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 0.1rem 6%;
}

.list-package li .con p {
    color: #333;
    font-size: 0.24rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.list-package li a:hover p {
    color: #0e74b7;
}

.product-img-mod1 .img {
    float: left;
    width: 49%;
    padding-top: 33%;
    margin-right: 0.4rem;
}

.product-img-mod1 .con h3 {
    margin-top: 0.1rem;
}

.product-img-mod1 .text-margin {
    color: #000;
}

.line {
    margin-bottom: 0.4rem;
}

.list-feature li {
    position: relative;
    padding-left: 1.1em;
    font-size: 0.18rem;
    margin: 0.05rem 0;
    line-height: 1.9;
}

.list-feature li:before {
    content: '';
    position: absolute;
    top: 1em;
    -webkit-transform: translateY(-0.35em);
    -ms-transform: translateY(-0.35em);
    transform: translateY(-0.35em);
    left: 0;
    text-align: center;
    width: 8PX;
    height: 8PX;
    border-radius: 50%;
    background-color: #0e74b7;
}

.product-img-mod2 {
    padding: 0.2rem;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 0.6rem;
}

.product-img-mod2 .img {
    display: inline-block;
    vertical-align: middle;
    padding-top: 32%;
    width: 33%;
    margin-right: -0.3em;
}

.product-img-mod2 .con {
    display: inline-block;
    width: 67%;
    vertical-align: middle;
    padding-left: 6%;
}

.product-img-mod2 .con p {
    margin: 0.08rem 0;
}

.product-img-mod2 .list-feature li {
    font-size: 0.24rem;
}

.tip-z1 p {
    margin-bottom: 0.12rem;
}

.tip-z1 a {
    color: #0e74b7;
    position: relative;
}

.tip-z1 a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.2em;
    width: 100%;
    background-color: #0e74b7;
    height: 1PX;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tip-z1 a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-img-mod3 {
    zoom: 1;
}

.product-img-mod3:after,
.product-img-mod3:before {
    content: '';
    display: block;
}

.product-img-mod3:after {
    clear: both;
}

.product-img-mod3 .img {
    float: left;
    width: 50%;
    padding-top: 33%;
    margin-right: 0.4rem;
}

.product-img-mod3 .con {
    overflow: hidden;
}

.product-img-mod3 .text-margin {
    color: #000;
}

.product-img-mod3 h5 {
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
}

.product-img-mod3 .list-feature li {
    font-size: 0.18rem;
}

.pro-type-hd {
    overflow: auto;
    white-space: nowrap;
    overflow: auto;
}

.pro-type-hd a {
    font-size: 0.24rem;
    padding: 0.2rem 0.3rem 0.2rem 0.3rem;
    text-align: center;
    display: inline-block;
    position: relative;
}

.pro-type-hd a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0.05rem;
    background-color: #0e74b7;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pro-type-hd a.slick-current,
.pro-type-hd a.on {
    background: #fff;
}

.pro-type-hd a.slick-current:after,
.pro-type-hd a.on:after {
    opacity: 1;
}

.pro-type-bd {
    overflow: hidden;
}

.pro-type-bd .item {
    background-color: #fff;
    padding: 0.4rem;
    overflow: hidden;
}

.pro-type-bd .item h3 {
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
}

.pro-type-bd .item .list-feature {
    margin: 0.3rem 0;
}

.pro-type-bd .item .img {
    float: left;
    padding-top: 32%;
    width: 34%;
}

.pro-type-bd .item .con {
    overflow: hidden;
    padding-left: 0.4rem;
}

.list-feature-circle {
    zoom: 1;
    margin: 0 -0.25rem;
    margin-bottom: 0.5rem;
}

.list-feature-circle:after,
.list-feature-circle:before {
    content: '';
    display: block;
}

.list-feature-circle:after {
    clear: both;
}

.list-feature-circle li {
    display: inline-block;
    margin-right: -0.25em;
    padding: 0.25rem;
    width: 50%;
    vertical-align: top;
}

.list-feature-circle li .hd {
    display: table-cell;
    background-color: #ebf6fe;
    vertical-align: middle;
    border: 1px solid #8fccfc;
    border-radius: 0.2rem;
    text-align: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.24rem;
    font-weight: bold;
}

.list-feature-circle li .pad {
    width: 100%;
    border: 1px solid #ececec;
    display: table;
    border-radius: 0.8rem;
}

.list-feature-circle li .bd {
    display: table-cell;
    vertical-align: middle;
    padding: 0.1rem 0.5rem 0.1rem 0.25rem;
}

.pro-table .hd {
    line-height: 2.2;
}

.pro-table h5 {
    font-size: 0.18rem;
    line-height: 2.2;
}

.pro-table .t5 {
    margin-bottom: 0.15rem;
}

.table-pro {
    width: 100%;
    line-height: 1.8;
    margin-top: 0.25rem;
}

.table-pro th {
    background-color: #0e74b7;
    color: #fff;
    font-size: 0.24rem;
    padding: 0.1rem 0.3rem;
}

.table-pro td {
    padding: 0.25rem;
    border: 1px solid #e5e5e5;
}

.table-pro td p {
    font-size: 0.16rem;
}

.table-pro h6 {
    font-size: 0.18rem;
}

.table-pro tr:nth-child(2n+1) {
    background-color: #edf7fe;
}

.product-txt-mod1 .txt {
    line-height: 2.2;
}

.product-txt-mod1 .line {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.list-feature-row li {
    display: inline-block;
    width: 33.3333%;
    margin-right: -0.25em;
    vertical-align: top;
}

.list-down-certi {
    padding: 0.3rem 0;
    border-bottom: 1px solid #ececec;
}

.list-down-certi dt {
    font-size: 0.24rem;
    font-weight: bold;
    margin-bottom: 0.06rem;
}

.list-down-certi dd {
    overflow: hidden;
}

.list-down-certi a {
    color: #0e74b7;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: -0.25em;
    margin-bottom: 0.06rem;
    padding-right: 2%;
    width: 50%;
    padding-left: 0.2rem;
}

.list-down-certi a:after {
    content: '';
    left: 0;
    position: absolute;
    top: 0.6em;
    width: 5PX;
    height: 5PX;
    background-color: #000;
    border-radius: 50%;
}

.list-down-certi a:hover {
    color: #2a93e4;
}

.cat-nav {
    display: none;
}

.cat-nav-block {
    display: none;
}

.market-nav-m {
    display: none;
}

.ck-box {
    position: relative;
    width: 0.2rem;
    height: 0.2rem;
    background-color: #0e74b7;
    border-radius: 0.03rem;
    position: absolute;
    left: 0;
    top: 0.03rem;
}

.ck-box i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 0.2rem;
}

.ck-box input {
    position: absolute;
    left: -9.99rem;
    width: 0;
    height: 0;
}

.ck-box input:checked + i {
    opacity: 1;
}

.investigation-box .term {
    margin-top: 0.3rem;
    padding-left: 0.3rem;
    position: relative;
}

.investigation-box .term p {
    color: #999;
    margin-top: 0.1rem;
}

.investigation-box .btn-tc {
    margin-top: 0.6rem;
}

.slider-download {
    margin-bottom: 0.6rem;
}

.modal .close-modal {
    position: absolute;
    right: 0;
    top: -0.5rem;
}

.modal .close-modal i {
    color: #fff;
    font-size: 0.3rem;
}

#map img {
    max-width: 99.99rem;
}

.breadcrumbs a:first-child {
    margin-left: 0;
}

.inner-ban .hd {
    width: 40%;
}

.inner-ban .bd {
    width: 60%;
}

.about-row1 .con {
    margin-bottom: 0.1rem;
}

.join-row1 .left {
    float: left;
    width: 56%;
    padding-right: 7%;
}

.join-row1 .left .con {
    line-height: 1.8;
}

.join-row1 .right {
    float: right;
    width: 44%;
}

.about-row2 {
    background-color: #f5f5f5;

}

.about-row2 .con {
    margin-bottom: 0.1rem;
}

.more-link {
    color: #0e74b7;
    border-bottom: 1px solid #0e74b7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-bottom: 0.02rem;
}

.more-link:hover {
    opacity: 0.8;
}

.hr-email {
    margin-top: 0.4rem;
}

.hr-email a {
    color: #0e74b7;
}

.hr-email a:hover {
    border-bottom: 1px solid #0e74b7;
}

.about-row3 .con {
    line-height: 1.8;
}

.job-advantage {
    padding-top: 0.6rem;
}

.job-advantage h3 {
    text-align: center;
    font-size: 0.36rem;
    font-weight: normal;
    margin-bottom: 0.2rem;
}

.list-job-advantage {
    width: 70%;
    margin: 0 auto;
}

.list-job-advantage li {
    text-align: center;
    float: left;
    width: 33.3333%;
    margin-top: 0.2rem;
}

.list-job-advantage .ico {
    width: 1.22rem;
    height: 1.22rem;
    border-radius: 50%;
    border: 1px solid #0e74b7;
    line-height: 1.22rem;
    display: inline-block;
}

.list-job-advantage .ico i {
    font-size: 0.8rem;
    vertical-align: middle;
    color: #0e74b7;
    line-height: 1;
}

.list-job-advantage p {
    font-size: 0.24rem;
    font-weight: bold;
    margin-top: 0.16rem;
    margin-bottom: 0.2rem;
}

.wrap-join {
    max-width: 14.3rem;
}

.about-row4 .t2 {
    margin-bottom: 0.1rem;
}

.about-row4 h4 {
    font-weight: bold;
    margin-top: 0.2rem;
    line-height: 1.8;
    font-size: 0.24rem;
}

.about-row4 p {
    line-height: 1.8;
}

.about-row4 .space {
    height: 0.2rem;
}

.about-row4 .line {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.employee-care-row .t2 {
    margin-bottom: -0.15rem;
}

.activity-box {
    overflow: hidden;
    padding: 0.4rem 0;
    margin: 0.4rem 0;
    background-color: #fff;
}

.list-employee-activity {
    overflow: hidden;
}

.list-employee-activity h3 {
    font-weight: bold;
    font-size: 0.22rem;
    color: #0e74b7;
    margin-bottom: 0.15rem;
    padding-left: 0.3rem;
}

.list-employee-activity li {
    float: left;
    width: 33.3333%;
    padding: 0 5.1%;
    padding-bottom: 9.99rem;
    margin-bottom: -9.99rem;
    overflow: hidden;
}

.list-employee-activity li:nth-child(2) {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.list-employee-activity i {
    color: #0e74b7;
    font-size: 0.22rem;
    font-weight: bold;
    margin-right: 0.1rem;
    vertical-align: middle;
}

.list-employee-activity span {
    vertical-align: middle;
}

.list-employee-activity p {
    line-height: 2;
}

.pro-type-join .item h3 {
    margin-bottom: 0.16rem;
}

.pro-type-join .item .img {
    width: 34%;
    padding-top: 22%;
}

.pro-type-join .item .text {
    margin-bottom: 0.2rem;
}

.pro-type-join .item .con {
    padding-left: 0.5rem;
}

.employee-care-row .pro-type-hd {
    margin-top: 0.6rem;
}

.go-top {
    display: none !important;
}

.contact-box .term {
    position: relative;
}

.tips-tpi {
    display: inline-block;
}

.tips-tpi i {
    cursor: pointer;
    position: relative;
}

.tips-tpi i:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 0.07rem solid transparent;
    border-right: 0.07rem solid transparent;
    border-top: 0.1rem solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -0.07rem;
    right: 0;
    z-index: 80;
    top: -0.24rem;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tips-tpi .con {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 0.2rem 0.05rem rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 0.2rem;
    font-size: 0.16rem;
    line-height: 1.6;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: 0.5rem;
    left: 0;
}

.tips-tpi:hover .con {
    visibility: visible;
    opacity: 1;
}

.tips-tpi:hover i:after {
    opacity: 1;
}
