@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins.eot');
    src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype'), url('../fonts/Poppins.svg#Poppins') format('svg');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.svg") format("svg");
    font-display: swap;
}

.Poppins-Bold {
    font-family: 'Poppins';
    font-weight: bold;
}

.Poppins-Medium {
    font-family: 'Poppins';
    font-weight: 500;
}

.Poppins-Light {
    font-family: 'Poppins';
    font-weight: 300;
}

.Poppins-SemiBold {
    font-family: 'Poppins';
    font-weight: 600;
}

.Poppins {
    font-family: 'Poppins';
    font-weight: normal;
}

.Roboto-Bold {
    font-family: "Roboto-Bold";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:950px) {
    html {
        font-size: 8.2vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
}

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .16rem/.3rem 'Poppins', arial, sans-serif;
    min-width: 3.2rem;
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
}

@media (max-width:767) {
    body {
        font-size: 12px;
    }
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #2369a4;
    text-decoration: underline;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}


/* 白色背景 */

.bgfff {
    background: #fff;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.img_hover {
    transition: all .3s;
}

.img_hover:hover {
    transform: scale(1.05, 1.05);
}

.container {
    max-width: 15.8rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 .2rem;
}

.main {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 .2rem;
}

.warp {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 .2rem;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

/*全局样式 start*/

.top {
    background-color: #eff1f1;
    height: .5rem;
    padding: 0 1rem;
    flex-direction: row;
    justify-content: flex-end;
    overflow: hidden;
}

.top .sns {
    padding-right: .2rem;
    margin-right: .2rem;
}

.top .sns img {
    width: 0.3rem;
    margin-right: .05rem;
}

.top .search-btn span {
    width: .3rem;
    background: url(../images/so.png)no-repeat center;
    background-size: .24rem;
    cursor: pointer;
    height: .5rem;
}

.top .search-btn .search-content {
    /* position: absolute; */
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    width: 0;
    z-index: 9;
    background-color: #FFF;
    /* right: 0;
    top: 0; */
    height: .4rem;
    opacity: 0;
    z-index: -1;
}

.top .search-btn span.close {
    display: none;
}

.top .search-btn .search-content input[type='text'] {
    background: none;
    height: .4rem;
    padding: 0 .2rem;
    width: calc(100% - .35rem);
}

.top .search-btn .search-content input[type='submit'] {
    background: url(../images/search.png)no-repeat center;
    background-size: .24rem;
    width: .35rem;
    height: .4rem;
    margin-right: .1rem;
}

.top .search-btn .search-content.open {
    width: 2.6rem;
    opacity: 1;
    z-index: 2;
}

.top .email {
    font-size: .2rem;
    color: #2369a4;
    padding-right: .2rem;
    margin-right: .2rem;
}

.top .email::after,
.top .sns::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: #2369a4;
}

.top .lang {
    font-size: .2rem;
    color: #2369a4;
    padding-left: .2rem;
    margin-left: .2rem;
}

.top .lang::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: #2369a4;
}

.header {
    padding: 0 1rem;
    height: 1.1rem;
    width: 100%;
    background-color: #FFF;
}

.header .logo {
    margin-right: 1rem;
}

.header .logo img {
    width: 100%;
    height: .58rem;
}

.header .us {
    background-color: #2369a4;
    color: #FFF;
    width: 2.7rem;
    height: .5rem;
    line-height: .5rem;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    font-size: .2rem;margin-left: .4rem;
}

.header .us:hover{
    background: #2369a4;
    text-decoration: none;
}
.header .header-con{justify-content: right;}
.nav>ul>li.nav-mb{
    display: none;
}

.nav>ul>li>a {
    padding: 0 .5rem 0 .2rem;
    font-size: 0.22rem;
    color: #2369a4;
    line-height: 1.1rem;
}

.nav>ul>li>a::after {
    content: '';
    position: absolute;
    right: .2rem;
    top: 42%;
    width: 7px;
    height: 7px;
    border-right: 2px #2369a4 solid;
    border-bottom: 2px #2369a4 solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all .5s;
}

.nav>ul>li:first-child>a {
    padding-right: .2rem;
}

.nav>ul>li:first-child>a::after {
    display: none;
}

.nav .submenu {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #eff1f1;
    line-height: .55rem;
    font-size: .22rem;
    display: none;
}

.nav .submenu a {
    padding-left: .3rem;
    color: #2369a4;
}

.nav .submenu a:hover{
    background: #ffffff;
    text-decoration: none;
}

.nav .search {
    display: none;
}

.nav .search input[type='text'] {
    background: none;
    height: .5rem;
    padding: 0 .2rem;
}

.nav .search input[type='submit'] {
    background: url(../images/search.png)no-repeat center;
    background-size: .24rem;
    width: .35rem;
    height: .5rem;
    margin-right: .1rem;
}

.m-btn {
    width: .5rem;
    height: .5rem;
    background-image: url(../images/m-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: none;
}

.m-btn.close {
    background-image: url(../images/close.svg);
    background-size: 70%;
}

.copyright {
    background-color: #4f5153;
    color: #FFF;
    padding: .1rem 0;
}

.copyright a {
    color: #FFF;
}

.copyright .outlink span:last-of-type{
    display: none;
}

.footer {
    background-color: #2369a4;
    padding: .6rem 0;
    color: #FFF;
}

.footer .tit {
    font-size: .25rem;
    line-height: 2;
    white-space: nowrap;
}

.footer .sub-text {
    font-size: .19rem;
    line-height: 2.2;
    margin-top: .2rem;
}

.footer .sub-text a {
    color: #FFF;
}

.footer .sub-text .item {
    width: 50%;
}

.footer .sub-text .item a{
    display: block;
    width: 100%;
}

.footer li {
    margin-right: .8rem;
    width: 27%;
}

.footer li:first-child {
    width: 38%;
}

.footer li:first-child .sub-text a {
    /* width: 50%; */
}

.footer li:last-child {
    margin-right: 0;
}

.footer li i {
    display: none;
}

.footer .info {
    margin-top: .4rem;
}

.footer .sns {
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 0.3rem;
}

.footer .sns img {
    width: .3rem;
    height: .3rem;
    object-fit: contain;
}

.footer .sns a {
    margin-right: 0.1rem;
}

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


/*全局样式 end*/

@media (min-width: 1025px) {
    /*所有hover写在这里面 兼容sofari的移动端不支持hover*/
    .nav>ul>li:hover>a {
        background-image: linear-gradient(#FFF, #eff1f1);
    }
    .nav .submenu a:hover::after {
        content: '';
        position: absolute;
        right: .2rem;
        top: 48%;
        width: 7px;
        height: 7px;
        border-right: 2px #2369a4 solid;
        border-top: 2px #2369a4 solid;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg) translateY(-50%);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .nav>ul>li:hover .submenu {
        display: block;
    }
    .top .sns img:hover {
        filter: brightness(80%);
        -webkit-filter: brightness(80%);
    }
}

@media (min-width: 1200px) {
    .nav .submenu {
        width: auto;
        min-width: 100%;
        white-space: nowrap;
    }
    .nav .submenu a {
        padding-right: .3rem;
    }
}

@media (max-width: 1199px) {
    /*修改1200以下、小屏显示器*/
    .top,
    .copyright .container>div:last-child {
        display: none;
    }
    .header {
        padding: 0 .2rem;
    }
    .fixed {
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        z-index: 11;
    }
    .m-btn,
    .nav .search,
    .footer li i {
        display: block;
    }
    .header-con {
        display: none;
        position: fixed;
        background-color: #FFF;
        width: 80%;
        right: -80%;
        top: 1.1rem;
        height: calc(100% - 1.1rem);
        overflow-y: auto;
        padding: .2rem;
        z-index: 10;
    }
	
    .nav .search {
        border: 1px #2369a4 solid;
    }
    .nav ul {
        flex-flow: column;
        margin-top: 20px;
    }
    .nav>ul>li{
        position: relative;
    }
    .nav>ul>li.nav-mb{
        display: block;
    }
    .nav>ul>li::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .nav>ul>li>a {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 2;
    }
    .nav>ul>li>a::after{
        border-top: 2px #2369a4 solid;
        border-bottom: 0;
    }
    .nav>ul>li.on>a::after{
        transform: rotate(135deg);
    }
    .nav>ul>li:first-child>a {
        padding-right: 0;
    }
    .nav .submenu {
        position: inherit;
        left: auto;
        width: 100%;
    }
    .nav .submenu {
        font-size: 14px;
        line-height: 2.2;
        background: none;
    }
    .nav .submenu a {
        padding-left: 40px;
    }
    .header .us {
        background: none;
        color: #2369a4;
        padding-left: 20px;
        line-height: 2.2;
        margin-top: 15px;
        display: block;
        text-align: left;
        padding: 10px 20px;
        font-size: 16px;
        line-height: 2;
        width: 100%;
        margin: 0;
        height: auto;
        font-family: 'Poppins';
        font-weight: 500;
    }
    .header .us:hover{
        background: none;
    }
    .copyright .container>div {
        text-align: center;
        width: 100%;
    }
    .footer {
        padding: 20px 0;
    }
    .footer ul {
        flex-flow: column;
    }
    .footer li {
        width: 100% !important;
        margin-right: 0;
        margin-top: 10px;
    }
    .footer .sub-text .item {
        width: 100%;
    }
    .footer li:first-child .sub-text a {
        width: 100%;
    }
    .footer .tit {
        border-bottom: 1px #dddddd solid;
        padding-bottom: 10px;
        font-size: 15px;
    }
    .footer .sub-text {
        display: none;
        padding-left: 0.2rem;
        font-size: 14px;
    }
    .footer li i {
        position: absolute;
        top: 6px;
        right: 0px;
        width: 20px;
        height: 20px;
        font-style: normal;
        display: block;
        z-index: 9;
    }
    .footer li i:after {
        content: '+';
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        font-size: 24px;
        top: 3px;
        color: #FFF;
    }
    .footer li.open i:after {
        content: '-';
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        line-height: 1;
        top: 0;
    }
    .footer .sub-text a {
        display: block;
    }
    .footer .sns {
        justify-content: flex-start;
    }
    .footer .sns img {
        width: .6rem;
        height: .6rem;
    }
}

@media (max-width: 767px) {
    /*修改768以下、小屏平板*/
    .copyright {
        font-size: 12px;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner .mb {
    display: none;
}

.banner .text-content {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #FFF;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.banner .title {
    font-size: .52rem;
}

.banner .text {
    font-size: .2rem;
    width: 7.15rem;
    margin-top: .4rem;
    line-height: 1.8;
}

.banner .more {
    border: 2px #FFF solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #FFF;
    font-size: .22rem;
    color: #FFF;
    width: 2.1rem;
    height: .6rem;
    line-height: .6rem;
    margin-top: .7rem;
    padding-left: .3rem;
}

.banner .more::after {
    content: '';
    position: absolute;
    right: .3rem;
    top: 48%;
    width: 8px;
    height: 8px;
    border-right: 2px #FFF solid;
    border-top: 2px #FFF solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.banner .swiper-pagination-bullet {
    width: 0.18rem;
    height: 0.18rem;
    margin: 0 0.1rem !important;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.banner video {
    width: 100%;
    height: auto;
}
.banner iframe {
    width: 100%;
    height: 7rem;
}

.mb-banner {
    display: none;
}

@media (min-width:1025px) {
    .banner .more:hover {
        background-color: #2369a4;
        border-color: #2369a4;
    }
}

@media (max-width:1199px) {
    .banner .mb {
        display: block;
    }
    .banner .pc {
        display: none;
    }
    .banner .title {
        font-size: 36px;
    }
    .banner .text {
        font-size: 14px;
        margin-top: 20px;
        width: 60%;
    }
    .banner .more {
        font-size: 20px;
        width: 160px;
        height: 60px;
        line-height: 60px;
        margin-top: 30px;
        padding-left: 20px;
    }
    .banner iframe {
        height: 4.5rem;
    }
    .pc-banner {
        display: none;
    }
    .mb-banner {
        display: block;
    }
}

@media (max-width:767px) {
    .banner .title {
        font-size: 24px;
    }
    .banner .text {
        font-size: 12px;
        width: 70%;
    }
    .banner .more {
        font-size: 16px;
        width: 140px;
        height: 40px;
        line-height: 40px;
        margin-top: 30px;
        padding-left: 15px;
    }
    .banner iframe {
        height: 3rem;
    }
}

.home-pro {
    margin-top: 0.4rem;
    padding-bottom: .9rem;
}

.home-pro .title {
    color: #2369a4;
    font-size: .23rem;
    border-bottom: 1px #dddddd solid;
    line-height: 2;
    padding-bottom: .2rem;
}

.home-pro .title a {
    color: #2369a4;
}

.home-pro .table {
    margin-top: .4rem;
    border-left: 1px #ddd solid;
}

.home-pro .table td,
.home-pro .table th {
    border-bottom: 1px #ddd solid;
    border-right: 1px #ddd solid;
}

.home-pro .table th {
    font-size: .2rem;
    background-color: #2369a4;
    color: #FFF;
    height: .66rem;
}

.home-pro .table th:first-child,
.home-pro .fixed-table-box .fixed-table_body td:first-child {
    padding-left: .5rem;
}

.home-pro .table .fixed-table-box .fixed-table_header th:first-child {
    text-align: left;
}

.home-pro .fixed-table-box>.fixed-table_body-wraper,
.home-pro .fixed-table-box .fixed-table_body td {
    font-size: .2rem;
}

.fixed-table-box .fixed-table_body td {
    height: .65rem;
}

.home-pro .w500 {
    width: 5rem;
}

.home-pro .w280 {
    width: 2.6rem;
}

.home-pro .text {
    font-size: .18rem;
    line-height: 1.5;
}

.fixed-table_fixed-left {
    display: none;
}

.home-pro .new {
    background-color: #c13a36;
    color: #FFF;
    font-size: .18rem;
    border-radius: 0px 0 5px 0;
    -webkit-border-radius: 0px 0 5px 0;
    -moz-border-radius: 0px 0 5px 0;
    -ms-border-radius: 0px 0 5px 0;
    -o-border-radius: 0px 0 5px 0;
    padding: 0 .05rem;
    font-size: .14rem;
    margin-left: .3rem;
}

.fixed-table-box .fixed-table_header,
.fixed-table-box .fixed-table_body {
    width: 100%;
}

@media (max-width:1199px) {
    .home-pro .title {
        font-size: 20px;
    }
    /* .fixed-table_fixed-left {
        display: block;
    } */
    .fixed-table_body-wraper {
        width: 100%;
        overflow-x: auto;
    }
    .home-pro .table .fixed-table-box .fixed-table_header th:first-child,
    .home-pro .fixed-table-box .fixed-table_body td:first-child {
        padding-left: 10px;
    }
    .home-pro .table .fixed-table-box .fixed-table_header th {
        font-size: 18px;
        height: 60px;
    }
    .home-pro .fixed-table-box>.fixed-table_body-wraper,
    .home-pro .fixed-table-box .fixed-table_body td {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .home-pro {
        padding-bottom: .4rem;
    }
    .home-pro .title {
        font-size: 18px;
    }
    .home-pro .table th {
        font-size: 12px;
        height: 40px;
    }
    .home-pro .table th:first-child {
        padding-left: 0;
    }
    .home-pro .fixed-table-box>.fixed-table_body-wraper,
    .home-pro .fixed-table-box .fixed-table_body td {
        font-size: 12px;
    }
    .fixed-table-box .fixed-table_body td {
        height: 40px;
    }
    .home-pro .text {
        font-size: 12px;
        display: block;
    }
    .home-pro .w500 {
        width: auto;
    }
    .home-pro .w280 {
        width: 180px;
    }
    .home-pro .new {
        margin-left: .1rem;
    }
    .home-pro .table {
        border: 0;
    }
    .home-pro .table thead {
        display: none;
    }
    .home-pro .table tbody {
        display: flex;
        flex-wrap: wrap;
    }
    .home-pro .table tr {
        display: flex;
        flex-direction: column;
        border: 0;
        width: 49%;
        margin-right: 2%;
        background: #f8f7f7;
        padding: 6px 0;
        margin-bottom: .2rem;
        border: 1px solid #c8c8c8;
        border-radius: 4px;
    }
    .home-pro .table tr:nth-of-type(2n) {
        margin-right: 0;
    }
    .home-pro .table tr td {
        width: 100%;
        height: auto;
        text-align: left;
        border: 0 ;
        padding: 0rem 10px !important;
    }
    .home-pro .table tr td:last-of-type {
        /* display: none; */
    }
    .home-pro .table td .table-cell,
    .home-pro .table td .text {
        font-size: 14px;
        text-align: left;
    }
}

@media (max-width: 540px) {
    .home-pro .table tr {
        width: 100%;
        margin-right: 0;
    }

    .home-pro .table tr td {
       padding: 6px 10px !important
    }

    .home-pro .table table tr:nth-of-type(n+5){
        display: none;
    }
}

.home-application {
    background-color: #f9f9f9;
    padding: 0.8rem 0 1rem 0;
}

.home-application .title {
    color: #2369a4;
    font-size: .23rem;
    line-height: 2;
}

.home-application .title a {
    color: #2369a4;
}

.home-application li {
    background-color: #FFF;
    padding: .25rem;
    width: 32%;
    margin-right: 2%;
    margin-top: .3rem;
}

.home-application li:nth-of-type(3n) {
    margin-right: 0;
}

.home-application li .pic {
    width: 1.5rem;
    height: 1.6rem;
    overflow: hidden;
    margin-right: .3rem;
}

.home-application li .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 100%;
    height: 100%;
}

.home-application li .text-content {
    min-width: 0px;
}

.home-application li .tit {
    font-size: .21rem;
    padding: .1rem 0;
}

.home-application li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: .15rem;
    line-height: 1.8;
}

@media (min-width:1025px) {
    .home-application li:hover .pic img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@media (max-width:1199px) {
    .home-application .title {
        font-size: 20px;
    }
    .home-application li {
        width: 49%;
    }
    .home-application li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .home-application li:nth-child(even) {
        margin-right: 0;
    }
    .home-application li .tit {
        font-size: 18px;
    }
    .home-application li p {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .home-application .title {
        font-size: 18px;
    }
    .home-application li {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    .home-application li .pic {
        width: 2rem;
        height: auto;
    }
    .home-application li .tit {
        padding: 10px 0;
    }
    .home-application li p {
        font-size: 13px;
        line-height: 1.6;
    }
}

.home-news {
    padding: .9rem 0;
}

.home-news .title a{
    font-size: .45rem;
    color: #2369a4;
}

.home-news .title  {
    position: relative;
    padding-bottom: .4rem;
}

.home-news .title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 8px;
    width: 1rem;
    background-color: #adb5bd;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.home-news .swiper-container {
    margin-top: .6rem;
    margin-left: .1rem;
    margin-right: .1rem;
}

.home-news .btn {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: .56rem;
    display: inline-table;
    padding: .2rem .8rem 0 .8rem;
    margin-top: .6rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.home-news .swiper-pagination {
    position: inherit;
    width: auto;
    display: inline;
}

.home-news .swiper-pagination-bullet {
    background-color: #d0d2d4;
    width: .2rem;
    height: .2rem;
    opacity: 1;
    margin: 0 .1rem;
}

.home-news .swiper-pagination-bullet-active {
    background-color: #2369a4;
}

.home-news .swiper-button-next,
.home-news .swiper-button-prev {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px #000 solid;
    background-size: .16rem;
    opacity: .4;
}

.home-news .swiper-button-prev:hover, 
.home-news .swiper-button-next:hover {
    background-image: url(../images/icon-arrow.png);
    background-size: 80%;
    background-color: #d2d4d6;
    border-color: #d2d4d6;
}

.home-news .swiper-button-prev:hover{
    transform: rotate(180deg);
}

.home-news .swiper-button-disabled {
    opacity: .2;
}

.home-news .pic {
    overflow: hidden;
}

.home-news .pic img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-news .tit {
    font-size: .22rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: .2rem;
}

.home-news .time {
    font-size: .19rem;
    margin-top: .36rem;
    color: #333;
}

.home-news .more {
    width: 1.8rem;
    height: .5rem;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    border: 2px #2369a4 solid;
    font-size: .19rem;
    color: #2369a4;
    line-height: .48rem;
    margin-top: .3rem;
}

@media (min-width:1025px) {
    .home-news .swiper-slide:hover .more {
        background-color: #2369a4;
        color: #FFF;
    }
    .home-news .swiper-slide:hover .pic img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .home-news .swiper-slide a:hover .time {
        color: #333;
    }
}

@media (max-width:1199px) {
    .home-news .btn {
        padding-top: .1rem;
    }
    .home-news .title {
        font-size: 24px;
    }
    .home-news .tit {
        font-size: 18px;
    }
    .home-news .time,
    .home-news .more {
        font-size: 14px;
    }
    .home-news .swiper-container {
        margin-right: .2rem;
        margin-left: .2rem;
    }
}

@media (max-width:767px) {
    .home-news .btn {
        padding-top: .01rem;
    }
    .home-news .swiper-button-next,
    .home-news .swiper-button-prev {
        border-width: 2px;
    }
    .home-news .title {
        font-size: 20px;
    }
    .home-news .tit {
        font-size: 14px;
    }
    .home-news .time,
    .home-news .more {
        font-size: 12px;
    }
}

.home-job {
    position: relative;
    background: url(/wp-content/uploads/2025/08/Mtpeptides-image-1.webp)no-repeat center;
    background-size: cover;
    width: 100%;
    height: 6.24rem;
    margin-top: .3rem;
    color: #FFF;
    background-attachment: fixed;
}


.home-job .container {
    height: 100%;
}

.home-job .title {
    font-size: .53rem;color: #2369a4;
 
    line-height: 1.5;
}

.home-job .txt {color: #2369a4;
    font-size: .21rem;
    width: 6.4rem;
    line-height: 2;
    margin-top: .2rem;
}

.home-job .more {
    background-color: #2369a4;
    color: #FFF;
    font-size: .2rem;
    width: 2.8rem;
    height: .6rem;
    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem;
    line-height: .6rem;
    margin-top: .3rem;
}

.home-job .more:hover{
    background-color: #30b4be;
    text-decoration: none;
}

@media (max-width:1199px) {
    .home-job .title {
        font-size: 36px;
    }
    .home-job .txt,
    .home-job .more {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .home-job {
        background-attachment: unset;
    }
    .home-job .title {
        font-size: 24px;
    }
    .home-job .txt,
    .home-job .more {
        font-size: 12px;
    }
}

.home-video {
    margin-top: 1.2rem;
    font-size: .2rem;
    border-bottom: 4px #2369a4 solid;
    padding-bottom: .6rem;
}

.home-video .text-content {
    margin-right: .6rem;
}

.home-video .text-content .txt {
    line-height: 1.8;
}

.home-video .text-content .more {
    border: 1px #3c4242 solid;
    line-height: .6rem;
    height: .6rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-top: .3rem;
    font-size: .2rem;
    letter-spacing: 2px;
    padding: 0 .6rem 0 .3rem;
}

.home-video .text-content .more::after {
    content: '';
    position: absolute;
    right: 0.3rem;
    top: 48%;
    width: 7px;
    height: 7px;
    border-right: 2px #3c4242 solid;
    border-top: 2px #3c4242 solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.home-video .video {
    width: 7.55rem;
    height: 2.45rem;
    overflow: hidden;
    cursor: pointer;
}

.home-video .video img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-video .video span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: .72rem;
    height: .72rem;
    background: url(../images/play.png)no-repeat center;
    background-size: cover;
    z-index: 2;
}

.maskBg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0
}

.videoShow {
    width: 9rem;
    height: 4.5rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.videoShow .mask {
    position: absolute;
    left: -100vw;
    top: -100vh;
    width: 200vw;
    height: 200vh;
    background: rgba(0,0,0,.8);
}

.videoShow .close {
    position: absolute;
    right: 0px;
    top: -30px;
    font-size: 22px;
    color: red;
    cursor: pointer;
    background: url(../images/close.png)no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
}

.maskBg.active {
    opacity: 1;
}

.videoShow.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

@media (max-width:1199px) {
    .videoShow {
        width: 90%;
    }
    .videoShow .close {
        right: 15px;
        top: -30px;
    }
}

@media (max-width:1199px) {
    .home-video {
        font-size: 16px;
    }
    .home-video .text-content .more {
        font-size: 14px;
    }
    .videoShow {
        width: 90%;
        height: 6rem;
    }
}

@media (max-width:950px) {
    .home-video {
        flex-flow: column;
    }
    .home-video .video {
        width: 100%;
        margin-top: .3rem;
    }
    .home-video .text-content {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .home-video {
        font-size: 14px;
    }
    .home-video .text-content .more {
        font-size: 12px;
        letter-spacing: 0;
    }
}

.home-service {
    margin-top: .7rem;
    padding-bottom: 1.2rem;
}

.home-service .title {
    font-size: .36rem;
    line-height: 2;
}

.home-service .text {
    font-size: .19rem;
    margin-top: .2rem;
}

.home-service li {
    margin-top: .4rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-service li .icon {
    overflow: hidden;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.8s ease;
}

.home-service li .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-service li .icon  .s2 {
    display: none;
}

.home-service li .tit {
    margin-top: .2rem;
    font-size: .24rem;
}

@keyframes rotation3d { /* 定义动画关键帧 */
    0% {
        transform: perspective(500px) rotateY(0deg); /* 起始状态 */
    }
    100% {
        transform: perspective(500px) rotateY(180deg); /* 终止状态 */
    }
}

@media (min-width:1025px) {
    .home-service li:hover .s1 {
        display: none;
    }
    .home-service li:hover .s2{
        display: block;
        /* transform: translateY(-.2rem);
        -webkit-transform: translateY(-.2rem);
        -moz-transform: translateY(-.2rem);
        -ms-transform: translateY(-.2rem);
        -o-transform: translateY(-.2rem); */
    }
    .home-service li:hover .icon {
        transform: perspective(500px) rotateY(180deg); /* 终止状态 */
    }
}

@media (max-width:1199px) {
    .home-service li .tit {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .home-service li {
        width: 49%;
    }
    .home-service li .tit {
        font-size: 14px;
    }
}

.pub-banner {
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    height: 4.2rem;
}

.pub-banner .main,
.pub-banner .warp {
    height: 100%;
}

.pub-banner .title {
    font-size: .36rem;
    text-shadow: 1px 1px 2px #000;
    line-height: 2;
    padding-bottom: .1rem;
}

.pub-banner .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: #FFF;
    width: .5rem;
}

.pub-banner .crumbs {
    position: absolute;
    left: .2rem;
    bottom: .1rem;
}

.pub-banner .crumbs a {
    background-image: url(../images/arrow1.png);
    color: #FFF;
}

.pub-banner .txt {
    font-size: .24rem;
    margin-top: .3rem;
}

@media (max-width:1199px) {
    .pub-banner .title {
        font-size: 24px;
    }
    .pub-banner .txt {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .pub-banner {
        height: 2.7rem;
    }
    .pub-banner .title {
        font-size: 20px;
        margin-bottom: .4rem;text-shadow:none;
    }
    .pub-banner .txt {
        display: none;
        font-size: 14px;
    }
}

.crumbs {
    padding: .1rem 0;
}

.crumbs a {
    line-height: 2;
    background: url(../images/arrow.png)no-repeat right center;
    padding-right: .3rem;
    margin-right: .1rem;
    background-size: .21rem;
}

@media (max-width:1199px) {
    .crumbs {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .crumbs {
        font-size: 12px;
    }
}

.drug .text-content {
    margin-top: .1rem;
}

.drug .text-content .text {
    margin-right: 1.6rem;
    font-size: .18rem;
    line-height: 1.8;
}

.drug .text-content .pic {
    width: 3.53rem;
    overflow: hidden;
}

.drug .text-content .pic img {
    width: 100%;
}

.drug-list .tit {
    border-bottom: 1px #dadbdc solid;
    font-size: .2rem;
    line-height: 2;
    margin-top: .8rem;
    padding-bottom: .15rem;
}

.drug-list .tit span:nth-child(3) {
    margin-right: .3rem;
}

.drug-list .tit span:nth-child(2),
.drug-list .tit span:nth-child(3),
.drug-list li .con span:nth-child(2),
.drug-list li .con span:nth-child(3) {
    width: 2.4rem;
}

.drug-list .tit span:nth-child(4) {
    width: 2.6rem;
}

.drug-list li {
    border-bottom: 1px #dadbdc solid;
    padding-bottom: .2rem;
    margin-top: .2rem;
}

.drug-list li .con {
    border-bottom: 1px dashed #dadbdc;
    padding-bottom: .2rem;
}

.drug-list li .con a {
    color: #2369a4;
    font-size: .2rem;
}

.drug-list li .con em {
    font-style: normal;
    background-color: #c13a36;
    color: #FFF;
    border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -ms-border-radius: 0 0 5px 0;
    -o-border-radius: 0 0 5px 0;
    height: .2rem;
    padding: 0 .05rem;
    line-height: .2rem;
    margin-left: .2rem;
}

.drug-list li .con span:nth-child(2) {
    font-size: .17rem;
}

.drug-list li .con span:nth-child(3) {
    font-size: .19rem;
    font-family: 'Myriad Pro';
}

.drug-list li .con span:nth-child(3) sub {
    font-size: .14rem;
}

.drug-list li .text {
    margin-top: .2rem;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.drug-list li .pic {
    width: 2.6rem;
    overflow: hidden;
}

.drug-list li .pic img {
    max-width: 100%;
}

.drug-list li>div:first-child {
    margin-right: .3rem;
}

@media (max-width:1199px) {
    .drug .text-content .text {
        font-size: 14px;
        margin-right: .6rem;
    }
    .drug-list .tit{
        font-size: 14px;
    }
    .drug-list li .con em,
    .drug-list li .con,
    .drug-list li .text {
        font-size: 12px;
    }
    .drug-list li .con a {
        font-size: 16px;
    }
    .drug-list li .con span,
    .drug-list li .text {
        font-size: 14px;
    }
    .drug-list li .text {
        width: 100%;
    }
     
}

@media (max-width:767px) {
    .drug-list .tit {
        display: none;
    }
    .drug-list ul {
        margin-top: 0.8rem;
    }
    .application-details .drug-list ul {
        margin-top: 0.4rem;
    }
    .drug-list li {
        width: 100%;
        margin-right: 2%;       
        padding: 10px;
        margin-bottom: 0.2rem;
        border: 1px solid #c8c8c8;
        border-radius: 4px;
    }
    .drug-list li>.flex-1 {
        flex: unset;
        width: 60%;
    }
    .drug-list li .con {
        flex-direction: column;
        padding-bottom: 10px;
    }
    .drug-list li .text {
        margin-top: 10px;line-height: .4rem;
    }
    .drug-list ul li .con span {
        font-size: 14px !important;
        text-align: left;
        margin-bottom: 5px;
    }
    .drug-list ul li .con span:last-of-type {
        margin-bottom: 0;
    }
    .drug .text-content {
        flex-flow: column;
    }
    .drug .text-content .text {
        font-size: 14px;
        margin-right: 0;
    }
    .drug .text-content .pic {
        width: 100%;
        margin-top: .3rem;
    }
    .drug-list .tit span:nth-child(4) {
        display: none;
    }
    .drug-list .tit span:nth-child(3),
    .drug-list li>div:first-child {
        margin-right: 0;
    }
    .drug-list .tit span:nth-child(2),
    .drug-list li .con span:nth-child(2) {
        width: 2rem;
    }
    .drug-list li .con span:nth-child(3){
        width: auto;
        /* min-width: 2rem; */
    }
}

@media (max-width: 540px) {
    .drug-list ul li .con span {
        margin-bottom: 10px;
    }
}

.page {
    margin: 1rem 0;
}

.page a,
.page span {
    background-color: #f0f2f5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin: 0 3px;
    padding: 0 10px;
    font-size: .22rem;
    line-height: 1.8;
    min-width: .3rem;
}

.page .next,
.page .prev {
    width: .35rem;
}

.page .next::before {
    content: '';
    position: absolute;
    left: 0.08rem;
    top: 42%;
    width: 7px;
    height: 7px;
    border-right: 2px #a5a5a5 solid;
    border-top: 2px #a5a5a5 solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.page .prev::before {
    content: '';
    position: absolute;
    left: 0.1rem;
    top: 42%;
    width: 7px;
    height: 7px;
    border-left: 2px #a5a5a5 solid;
    border-bottom: 2px #a5a5a5 solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.page .on {
    background-color: #2369a4;
    color: #FFF;
}

@media (min-width:1025px) {
    .page a:hover {
        background-color: #2369a4;
        color: #FFF;
    }
}

.yao-banner {
    background: url(../images/banner2.jpg)no-repeat center;
    background-size: cover;
    color: #FFF;
    height: 1.25rem;
}

.yao-banner .warp {
    height: 100%;
}

.yao-banner .crumbs {
    position: absolute;
    left: 0;
    bottom: .1rem;
}

.yao-banner .crumbs a {
    color: #FFF;
    background-image: url(../images/arrow1.png);
}

.yao-details {
    margin-top: .5rem;
}

.yao-details h1 {
    font-size: .36rem;
    line-height: 1.5;
}

.yao-details .no {
    border-bottom: 1px #d1d1d1 solid;
    color: #2369a4;
    line-height: 2;
    padding-bottom: .15rem;
}

.yao-details .tips {
    color: #ea0303;
    font-size: .14rem;
    background: #fbf5dc url(../images/icon6.png)no-repeat .3rem center;
    padding: .1rem 0 .1rem .8rem;
    background-size: .25rem;
    margin-top: .6rem;
}

.yao-details .info-con {
    margin-top: .7rem;
}

.yao-details .info-con .pic-con {
    margin-right: 5%;
    width: 44%;
}

.yao-details .info-con .pic-con .pic {

    overflow: hidden;
}

.yao-details .info-con .pic-con .pic img {
    max-width: 100%;
}

.yao-details .info-con .pic-con .tit {
    font-size: .15rem;
}

.yao-details .info-con .text-content {
    font-size: .17rem;
    line-height: 2;
}

.yao-details .info-con .btn {
    margin-top: .3rem;
}

.yao-details .info-con .btn a {
    width: 1.8rem;
    line-height: .5rem;
    height: .5rem;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #FFF;
    font-size: .18rem;
}

.yao-details .info-con .btn a:first-child {
    background-color: #f18200;
    margin-right: .1rem;
}

.yao-details .info-con .btn a:last-child {
    background: #30b4be url(../images/down.png)no-repeat 86% center;
    padding-right: .3rem;
    background-size: .16rem;
}

.yao-details .body .title {
    font-size: .23rem;
    line-height: 2;
    margin-top: .7rem;
}

.yao-details .body .title span {
    border-bottom: 2px #2369a4 solid;
    padding-bottom: .1rem;
}


.yao-details .body img {
    max-width: 100%;
    height: auto;
}

.yao-details .body .text {
    font-size: .18rem;
    line-height: 1.8;
    margin-top: .3rem;
}

.yao-details .body .text p::after {
    content: "";
    display: block;
    clear: both;
}

.yao-details .body .table ,
.yao-details .body .text table {
    margin-top: .3rem;
    font-size: .2rem;
}

.yao-details .body .table table ,
.yao-details .body .text table {
    width: 100%;
    border-top: 1px #e1e1e1 solid;
    border-left: 1px #e1e1e1 solid;
    line-height: 1.8;
}

.yao-details .body table tr td,
.yao-details .body table tr td>* {
    word-break: break-word;
}

.yao-details .body .table th ,
.yao-details .body .text table th {
    background-color: #f4f4f4;
    text-align: left;
    width: 30%;
    font-weight: 500;
}

.yao-details .body .table th,
.yao-details .body .table td,
.yao-details .body .text table th,
.yao-details .body .text table td {
    border-bottom: 1px #e1e1e1 solid;
    border-right: 1px #e1e1e1 solid;
    padding: .15rem;
}

.yao-details .application {
    padding: .7rem 0;
    background-color: #dfefee;
    margin-top: 1.1rem;
}

.yao-details .application .pic {
    margin-right: .6rem;
    overflow: hidden;
    width: 5.45rem;
}

.yao-details .application .pic img {
    width: 100%;
}

.yao-details .application .tit {
    color: #2369a4;
    font-size: .31rem;
}

.yao-details .application .tit span {
    background: url(../images/arrow2.png)no-repeat center;
    background-size: 100%;
    width: .32rem;
    height: .2rem;
    margin-left: .4rem;
}

.yao-details .application .txt {
    margin-top: .4rem;
}

.yao-details .other {
    margin-top: .7rem;
}

.yao-details .other .title {
    font-size: .23rem;
    line-height: 2;
}

.yao-details .other .title a {
    font-size: .19rem;
}

.yao-details .other li {
    border-bottom: 1px #dadbdc solid;
    padding-bottom: .2rem;
    margin-top: .3rem;
}

.yao-details .other li .tit {
    border-bottom: 1px #d1d1d1 dashed;
    padding-bottom: .2rem;
}

.yao-details .other li .tit a {
    color: #2369a4;
    font-size: .21rem;
}

.yao-details .other li .tit span {
    background-color: #c13a36;
    color: #FFF;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -ms-border-radius: 0 5px 0 0;
    -o-border-radius: 0 5px 0 0;
    line-height: .2rem;
    height: .2rem;
    padding: 0 .05rem;
    margin-left: .3rem;
}

.yao-details .other li .text {
    margin-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; line-height: .4rem;
}

.yao-details .other li .pic {
    width: 2.4rem;
    overflow: hidden;
}

.yao-details .other li .pic img {
    width: 90%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.yao-details .other li .text-content {
    margin-right: .6rem;
    min-width: 0;
}

.yao-details .back {
    font-size: .21rem;
    margin: .6rem 0;
}

.yao-details .back a {
    width: 3.6rem;
    line-height: .6rem;
    background-color: #f18200;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media (min-width:1025px) {
    .yao-details .other li:hover .pic img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@media (max-width:1199px) {
    .yao-banner .crumbs {
        left: .2rem;
    }
    .yao-details .application .txt {
        margin-right: 0;
    }
    .yao-details .info-con .text-content,
    .yao-details .body .text {
        font-size: 15px;
    }
}

@media (max-width:767px) {
    .yao-details .tips,
    .yao-details .no,
    .yao-details .info-con .pic-con .tit,
    .yao-details .info-con .text-content,
    .yao-details .body .text,
    .yao-details .body .table,
    .yao-details .other .title a,
    .yao-details .back a {
        font-size: 14px;
    }
    .yao-details h1 {
        font-size: 24px;
    }
    .yao-details .info-con .pic-con {
        margin-right: 0;
        width: 100%;
    }
    .yao-details .info-con .pic-con .pic {
        height: auto;
    }
    .yao-details .info-con .pic-con .tit,
    .yao-details .info-con .text-content {
        margin-top: .2rem;
    }
    .yao-details .body .title,
    .yao-details .application .tit,
    .yao-details .other .title {
        font-size: 18px;
    }
    .yao-details .application .pic {
        margin-right: 0;
        width: 100%;
        margin-bottom: .3rem;
    }
    .yao-details .application .txt {
        font-size: 15px;
        line-height: 2;
    }
    .yao-details .other li .tit a {
        font-size: 16px;
    }
    .yao-details .other li .tit span,
    .yao-details .other li .text {
        font-size: 14px;
    }
    .yao-details .other li .text-content {
        margin-right: .2rem;
    }
}

@media (max-width: 540px) {
    .yao-details .info-con .btn {
        justify-content: center;
    }
    .yao-details .info-con .btn a {
        width: 38%;
        font-size: 14px;
        line-height: 28px;
        height: 28px;
    }
    .yao-details .info-con .btn a:first-child {
        margin-right: 0.2rem;
    }
    .yao-details .info-con .btn a:last-child {
        background-size: .2rem;
    }
	.yao-details .body .table ,
    .yao-details .body .text table {

    font-size: .24rem;
}
}

.online .form-group {
    margin-top: .3rem;
}

.online .group {
    margin-top: .1rem;
    margin-right: .4rem;
}

.online .group:last-child {
    margin-right: 0;
}

.online .group .tit {
    font-size: .21rem;
    padding-left: .2rem;
    margin-bottom: .15rem;
}

.online .group .tit em {
    color: red;
    font-style: normal;
}

.online .group input[type='text'] {
    width: 100%;
    height: .5rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px #d1d1d1 solid;
    font-size: .18rem;
    padding: 0 .2rem;
    font-family: 'Poppins';
}

.online .group textarea {
    width: 100%;
    height: 1rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px #d1d1d1 solid;
    font-size: .18rem;
    padding: .2rem;
    font-family: 'Poppins';
}

.online .group input[type='submit'] {
    background-color: #30b4be;
    color: #FFF;
    font-size: .2rem;
    width: 2.6rem;
    height: .5rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: .45rem;
    font-family: 'Poppins';
    font-weight: bold;
    border-radius: 2rem;
}

@media (max-width:767px) {
    .online .form-group {
        flex-flow: column;
    }
    .online .group {
        margin-right: 0;
    }
    .online .group .tit,
    .online .group input[type='text'],
    .online .group textarea {
        font-size: 15px;
    }
    .online .group input[type='submit'] {
        font-size: 16px;
    }
}

@media (max-width:480px) {
    .online .group {
        margin-top: .2rem;
    }
    .online .group input[type='text'] {
        height: .6rem;
    }
    .online .group textarea {
        height: 1.6rem;
    }
}

.application-list .txt {
    width: 70%;
    font-size: .2rem;
    line-height: 2;
    margin-top: .7rem;
}

.application-list li {
    width: 49%;
    margin-right: 2%;
    margin-top: .4rem;
}

.application-list li:nth-child(even) {
    margin-right: 0;
}

.application-list li .pic {
    overflow: hidden;
}

.application-list li .pic img {
    width: 100%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.application-list li .text-content {
    padding: .3rem;
    border: 2px #eaeaea solid;
}

.application-list li .tit a {
    font-size: .29rem;
    line-height: 1.5;
}

.application-list li .text {
    margin-top: .2rem;
    height: 1.55rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.application-list li .more {
    line-height: .5rem;
    height: .5rem;
    padding: 0 .3rem;
    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem;
    border: 2px #2369a4 solid;
    color: #2369a4;
    font-size: .19rem;
    margin-top: .4rem;
}

.like {
    padding: .7rem 0;
    background-color: #f8f8f8;
    margin-top: 1.2rem;
}

.like .title {
    font-size: .32rem;
}

.like ul {
    margin-top: .4rem;
}

.like li {
    width: 32%;
    margin-right: 2%;
    background-color: #FFF;
    overflow: hidden;
    margin-top: .3rem;
}

.like li:last-child {
    margin-right: 0;
}

.like li .pic {
    overflow: hidden;
}

.like li .pic img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    width: 100%;
}

.like li .tit {
    padding: .2rem .4rem;
    font-size: .23rem;
    border: 1px #ebebeb solid;
    border-top: 0;
}

@media (min-width:1025px) {
    .application-list li:hover {
        background-color: #2369a4;
    }
    .application-list li:hover .pic img,
    .like li:hover .pic img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .application-list li:hover .text-content,
    .application-list li:hover .text-content .tit a,
    .application-list li:hover .text-content .more {
        color: #FFF;
    }
    .application-list li:hover .text-content .more {
        border-color: #FFF;
    }
}

@media (max-width:1199px) {
    .application-list .txt {
        width: 100%;
    }
    .application-list li .text {
        height: 1.5rem;
    }
}

@media (max-width:767px) {
    .application-list li {
        width: 100%;
        margin-right: 0;
    }
    .application-list .txt {
        font-size: 16px;
    }
    .like li .tit {
        font-size: 15px;
        text-align: center;
    }
    .application-list li .tit a {
        font-size: 18px;
    }
    .application-list li .text {
        font-size: 15px;
        line-height: 1.8;
        height: auto;
    }
    .like .title {
        font-size: 20px;
    }
    .like li {
        width: 100%;
        margin-right: 0;
    }
    .like li .tit {
        line-height: 2;
    }
}

.application-banner {
    background: url(../images/banner4.jpg)no-repeat center;
    height: 2rem;
    width: 100%;
    background-size: covers;
    color: #FFF;
}

.application-banner .warp {
    height: 100%;
}

.application-banner .title {
    font-size: .36rem;
    text-shadow: 1px 1px 2px #000;
}

.application-banner .crumbs {
    left: .2rem;
    position: absolute;
    bottom: .2rem;
}

.application-banner .crumbs a {
    color: #FFF;
    background-image: url(../images/arrow1.png);
}

.sub-menu {
    border-bottom: 1px #d3d3d1 solid;
}

.sub-menu .warp,
.sub-menu .main {
    flex-direction: row;
    justify-content: flex-end;
}

.sub-menu a {
    line-height: .6rem;
    margin-left: .4rem;
    font-size: .18rem;
}

.sub-menu a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: transparent;
}

.sub-menu a.on,
.sub-menu a:hover {
    color: #2369a4;
    text-decoration: none;
}

.sub-menu a.on::after,
.sub-menu a:hover::after {
    background-color: #2369a4;
}

.application-details .title {
    line-height: 2;
    font-size: .25rem;
    margin-top: .4rem;
    margin-bottom: .3rem;
}

.application-details .text {
    font-size: .19rem;
    line-height: 1.8;
}
.application-details .cont>*::after,
.application-details .cont p::after,
.application-details .text p::after {
    content: "";
    display: block;
    clear: both;
}

.application-details .info .text,
.application-details .status .pic {
    margin-right: .4rem;
}

.application-details .info .pic {
    /* width: 4.9rem; */
    overflow: hidden;
}

.application-details .cont img {
    max-width: 100%;
    height: auto;
}

.application-details .info .pic img,
.application-details .status .pic img,
.application-details .treatment .pic img {
    /* width: 100%; */
    max-width: 100%;
    height: auto;
}

.application-details .status {
    margin-bottom: .6rem;
    margin-top: .4rem;
}

.application-details .status .pic {
    /* width: 5.05rem; */
    overflow: hidden;
}

.application-details .num-box {
    margin-top: .4rem;
}

.application-details .num-box .item {
    margin-top: .3rem;
    width: 31%;
}

.application-details .num-box .item:last-child {
    margin-right: 0;
}

.application-details .num-box .item .num {
    font-size: .6rem;
}

.application-details .num-box .item .text {
    margin-top: .3rem;
}

.application-details .treatment {
    margin-top: .5rem;
}

.application-details .treatment .pic {
    /* width: 5.05rem; */
    overflow: hidden;
    margin-left: .6rem;
}

.application-details .treatment .text:last-child {
   
}

.application-details .drug-list .tit {
    margin-top: .4rem;
}

.application-details .link-box {
    margin-bottom: 1rem;
}

.application-details .media {
    border-bottom: 1px #dfefee solid;
    margin-bottom: .7rem;
    padding-bottom: .3rem;
    margin-left: -0.3rem;
    margin-right: -0.3rem;
}

.application-details .media li {
    width: 33.33%;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    padding-bottom: 0.2rem;
}

.application-details .media li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #dfefee;
}

.application-details .media li:last-child {
    /* margin-right: 0;
    padding-right: 0; */
}

.application-details .media li .pic {
    overflow: hidden;
}

.application-details .media li .pic img {
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.application-details .media li .tit {
    font-size: .2rem;
    line-height: 1.8;
    margin-top: .2rem;
}

.application-details .media li .time {
    margin-top: .1rem;
}

@media (min-width:1025px) {
    .application-details .media li:hover .pic img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@media (max-width:767px) {
    .sub-menu .warp,
    .sub-menu .main {
        /* overflow-x: auto; */
        /* white-space: nowrap; */
        display: block;
    }
    .sub-menu a {
        margin-left: .15rem;
        font-size: 14px;
        display: inline-table;
        line-height: .5rem;
    }
    .sub-menu a:first-child {
       
    }
    .application-details .title {
        font-size: 18px;
    }
    .application-details .info .text {
        margin-right: 0;
        order: 2;
        margin-top: .3rem;
    }
    .application-details .info .pic {
        width: 100%;
        order: 1;
    }
    .application-details .text {
        font-size: 15px;
    }
    .application-details .media li .tit,
    .application-details .media li .time {
        font-size: 14px;
    }
    .application-details .status .pic {
        margin-right: 0;
        width: 100%;
    }
    .application-details .status .text {
        margin-top: .3rem;
    }
    .application-details .treatment .pic {
        margin-left: 0;
        width: 100%;
        margin-top: .3rem;
    }
    .application-details .num-box .item .num {
        font-size: 32px;
    }
    .application-details .media {
        margin-left: 0;
        margin-right: 0;
    }
    .application-details .media li {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
        margin-top: .3rem;
    }
    .application-details .media li::after {
        display: none;
    }
}

.services .title {
    font-size: .36rem;
    line-height: 2;
    padding-bottom: .1rem;
    margin-top: .7rem;
    /* margin-bottom: .4rem; */
}

.services .title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 1.2rem;
    background-color: #2369a4;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.services .body {
    margin-top: .6rem;
    line-height: 1.8;
}

.services .body img {
    max-width: 100%;
    height: auto;
}

.services .body h3 {
    font-size: .24rem;
}

.services .body .text {
    font-size: .2rem;
    line-height: 2;
}

.services .body .text p::after {
    content: "";
    display: block;
    clear: both;
}

.services .next {
    margin-top: .7rem;
}

.services .next a {
    background-color: #30b4be;
    color: #FFF;
    width: 5.2rem;
    line-height: .7rem;
    font-size: .21rem;
}

.services table {
    width: 100%;
    margin-top: .6rem;
    font-size: .18rem;
    line-height: 1.8;
}

.services table tr {
    background-color: #f7f7f7;
}

.services table tr:nth-child(even) {
    background-color: #eeeeee;
}

.services table th {
    border-right: 1px #e8e8e8 solid;
    padding: .1rem;
    color: #2c48a6;
    width: 25%;
    font-weight: 500;
}

.services table td {
    padding: .1rem;
}

.services table td p {
    color: #2c4897;
    padding-left: .25rem;
}

.services table td p::before {
    content: '';
    position: absolute;
    left: 0;
    top: .08rem;
    width: .12rem;
    height: .08rem;
    border-bottom: 3px #0283d4 solid;
    border-left: 3px #0283d4 solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.services .ico-box {
    margin-top: .4rem;
}

.services .ico-box .item {
    margin-top: .3rem;
    margin-right: .3rem;
}

.services .ico-box .item .icon img {
    width: 1.65rem;
}

.services .ico-box .item:last-child {
    margin-right: 0;
}

.services .ico-box .item em {
    font-size: .23rem;
    color: #2369a4;
    margin-top: .3rem;
    white-space: nowrap;
}

.services .ico-box .item .txt {
    font-size: .17rem;
    margin-top: .3rem;
    text-align: center;
}

.services .table {
    margin-top: .7rem;
}

.services .table .th {
    background-color: #2369a4;
    font-size: .2rem;
    color: #FFF;
    height: .8rem;
}

.services .table .group {
    background-color: #f7f7f7;
    border-right: 2px #e8e8e8 solid;
}

.services .table .td {
    font-size: .18rem;
    padding: .15rem;
    height: calc(100% - .8rem);
}

.services .table .td p {
    padding-left: .25rem;
}

.services .table .td p::before {
    content: '';
    position: absolute;
    left: 0;
    top: .08rem;
    width: .12rem;
    height: .08rem;
    border-bottom: 3px #7ebc1b solid;
    border-left: 3px #7ebc1b solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.services .table .group:nth-child(1) {
    width: 20%;
}

.services .table .group:nth-child(2) {
    width: 30%;
}

.services .full {
    color: #2369a4;
    font-size: .25rem;
    line-height: 2;
    margin-top: .4rem;
}

.services .useful .txt {
    font-size: .22rem;
    line-height: 2;
    margin-top: .3rem;
}

.services .useful .item {
    border-bottom: 1px #5281b4 dashed;
    padding-bottom: .2rem;
    padding-left: .4rem;
    margin-top: .3rem;
    font-size: .2rem;
}

.services .useful .item::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #2369a4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: .2rem;
    top: .1rem;
}

.services .form {
    box-shadow: 0 0 .15rem rgba(0, 0, 0, 0.3);
    margin: .7rem .6rem;
    padding: .5rem .7rem .7rem;
}

.services .form .title {
    color: #2369a4;
    margin-top: 0;
}

.services .form .title::after {
    background-color: #2369a4;
}

.services .form .group {
    font-size: .16rem;
    font-family: Poppins;
    font-weight: 400;
    margin-top: .2rem;
    background-color: #e8ebf0;
    border-bottom: 1px #c5cad4 solid;
}

.services .form .group span {
    line-height: .5rem;
    width: 1.8rem;
    padding-left: .2rem;
    color: #2d498a;
}

.services .form .group input[type='text'] {
    font-size: .16rem;
    background: none;
    height: .5rem;
}

.services .form .group textarea {
    height: 1.3rem;
    padding: .15rem 0;
    background: none;
}

.services .form input[type='submit'] {
    background-color: #10bbd5;
    color: #FFF;
    height: .6rem;
    margin-top: .5rem;
    width: 2.6rem;
    font-size: .2rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media (max-width:1199px) {
    .services .form .group span {
        width: 2rem;
    }
}

@media (max-width:767px) {
    .services .title {
        font-size: 18px;
    }
    .services .body h3,
    .services .table .th,
    .services .full,
    .services .form input[type='submit'] {
        font-size: 16px;
    }
    .services .body .text,
    .services .next span,
    .services .ico-box .item em,
    .services .table .td,
    .services .useful .txt,
    .services .form .group span {
        font-size: 14px;
    }
    .services .ico-box .item em{
        white-space: normal;
    }
    .services table,
    .services .ico-box .item .txt,
    .services .useful .item {
        font-size: 14px;
    }
    .services .ico-box {
        flex-wrap: wrap;
    }
    .services .ico-box .item {
        width: 49%;
        margin-right: 2%;
    }
    .services .ico-box .item:nth-child(even) {
        margin-right: 0;
    }
    .services .next span {
        width: 100%;
    }
    .services .table {
        flex-flow: column;
    }
    .services .table .group {
        width: 100% !important;
    }
    .services .ico-box .item .txt,
    .services .table .td,
    .services .useful .item {
        line-height: 1.7;
    }
    .services .form {
        margin-left: .2rem;
        margin-right: .2rem;
        padding-left: .3rem;
        padding-right: .3rem;
    }
    .services .form .group {
        padding: .12rem 0;
    }
    .services .form .group span {
        width: 2.6rem;
    }
    .services .form .group input[type='text'] {
        font-size: 14px;
    }
}

.about .video-text {
    margin-top: .8rem;
}

.about .video-text .video {
    cursor: pointer;
    width: 5.4rem;
    overflow: hidden;
}

.about .video-text .video img {
    width: 100%;
}

.about .video-text .video span {
    width: .87rem;
    height: .62rem;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: url(../images/play1.png)no-repeat center;
    background-size: cover;
}

.about .video-text .text-con {
    margin-right: .6rem;
}

.about .video-text .text-con .tit {
    font-size: .38rem;
    line-height: 2;
}

.about .video-text .text-con .txt {
    font-size: .18rem;
    line-height: 1.8;
}

.about .btn-con {
    background-color: #30b4be;
    color: #FFF;
    padding: .3rem .2rem;
    margin-top: .7rem;
}

.about .btn-con h3 {
    font-size: .24rem;
    margin-right: .6rem;
}

.about .btn-con a {
    color: #FFF;
    font-size: .18rem;
    border: 1px #FFF solid;
    line-height: .5rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 0 .2rem;
    margin-right: .2rem;
}

.about .btn-con a:last-child {
    margin-right: 0;
}

.about .pic-con {
    margin-top: .8rem;
}

.about .pic-con .pic {
    width: 5.55rem;
    overflow: hidden;
    margin-right: .6rem;
}

.about .pic-con .pic img {
    width: 100%;
}

.about .pic-con .tit {
    font-size: .29rem;
    line-height: 2;
}

.about .pic-con .txt {
    font-size: .18rem;
    line-height: 1.8;
    margin-top: .2rem;
}

.about .text-content {
    margin-top: .8rem;
    line-height: 2;
}

.about .text-content .tit {
    font-size: .26rem;
}

.about .text-content .txt {
    font-size: .19rem;
    margin-top: .3rem;
}

.about .txt-con .tit {
    font-size: .26rem;
    line-height: 2;
    margin-top: .6rem;
}

.about .pic-content {
    margin-top: .6rem;
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
    border: 1px #f6f6f6 solid;
}

.about .pic-content:last-child {
    margin-right: 0;
}

.about .pic-content .pic {
    overflow: hidden;
}

.about .pic-content .pic img {
    width: 100%;
}

.about .pic-content .text {
    font-size: .21rem;
    line-height: 2;
    padding: .1rem 0;
}

.about .txt-con {
    border-bottom: 4px #30b4be solid;
    padding-bottom: .6rem;
}

@media (max-width:767px) {
    .about .video-text {
        margin-top: 0.4rem;
    }
    .about .video-text .text-con {
        margin-right: 0;
    }
    .about .video-text .text-con .tit {
        font-size: 20px;
    }
    .about .btn-con {
        flex-flow: column;
    }
    .about .btn-con h3 {
        font-size: 16px;
        margin-right: 0;
        margin-bottom: .2rem;
    }
    .about .video-text .video {
        width: 100%;
        margin-top: .3rem;
    }
    .about .btn-con a {
        font-size: 12px;
        margin-right: .1rem;
        padding: 0 .1rem;
    }
    .about .pic-con .pic {
        width: 100%;
        margin-right: 0;
    }
    .about .pic-con .tit {
        font-size: 18px;
        margin-top: .3rem;
    }
    .about .pic-con .txt,
    .about .video-text .text-con .txt,
    .about .text-content .txt {
        font-size: 14px;
    }
    .about .pic-content {
        width: 100%;
        margin-right: 0;
    }
    .about .pic-content .text,
    .about .txt-con .tit {
        font-size: 16px;
    }
}

.news-media {
    overflow: hidden;
    background: url(../images/bg.jpg)no-repeat center top;
}

.news-media .latest {
    border-bottom: 1px #dddddd solid;
    padding-bottom: .2rem;
}

.news-media h2 {
    font-size: .34rem;
    line-height: 2;
    margin-top: .6rem;
    margin-bottom: .5rem;
}

.news-media .latest .con {
    width: 6.3rem;
    padding-right: .25rem;
    margin-right: .3rem;
}

.news-media .latest .con::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}

.news-media .latest .con h3 {
    font-size: .27rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-media .latest .con p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: .17rem;
    line-height: 1.6;
    margin-top: .3rem;margin-bottom: .2rem;
}

.news-media .latest .con .time {
   
}

.news-media .latest .con .video {
    display: block;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    margin-top: .3rem;
}

.news-media .latest .con .video img {
    width: 100%;
}

.news-media .latest .con .video span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: .5rem;
    height: .5rem;
    background: url(../images/play.png)no-repeat center;
    background-size: cover;
    z-index: 2;
}

.news-media .latest li {
    border-bottom: 1px #ddd solid;
    padding-bottom: .15rem;
    margin-bottom: .2rem;
    margin-top: .1rem;
}

.news-media .latest li .pic {
    margin-right: .3rem;
    overflow: hidden;
    width: 2.75rem;
    height: 1.75rem;
}

.news-media .latest li .pic img {
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news-media .latest li .time {
    font-size: .16rem;
}

.news-media .latest li .tit {
    font-size: .21rem;
    margin-top: .1rem;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-media .latest li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.news-media .list {
    margin-left: -.3rem;
    margin-right: -.3rem;
    margin-bottom: 1rem;
}

.news-media .list li {
    margin-top: .3rem;
    border-bottom: 1px #ddd solid;
    width: 33.333%;
    padding-right: .3rem;
    padding-left: .3rem;
    padding-bottom: .2rem;
}

/* .news-media .list li:nth-of-type(3n) {
    padding-right: 0;
} */

.news-media .list li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 94%;
    background-color: #ddd;
}

.news-media .list li:nth-of-type(3n)::after {
    display: none;
}

.news-media .list li .tit {
    font-size: .2rem;
    line-height: 1.8;
    margin-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-media .list li .time {
    font-size: .17rem;
    margin-top: .05rem;
}

.news-media .list li .pic {
    overflow: hidden;
    /* height: 2.3rem; */
}

.news-media .list li .pic img {
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news-media .details {
    margin-top: .6rem;
    margin-bottom: 1.2rem;
    align-items: flex-start;
}

.news-media .details .content {
    margin-right: .4rem;
    min-width: 0px;
}

.news-media .details .content h1 {
    font-size: .3rem;
    line-height: 1.4;
}

.news-media .details .content .info {
    border-bottom: 1px #ddd solid;
    margin-top: .2rem;
    padding-bottom: .2rem;
}

.news-media .details .content .sns {
    border-bottom: 1px #ddd solid;
    margin-top: .2rem;
    padding-bottom: .2rem;
}

.news-media .details .content .sns a {
    margin-right: 10px;
}

.news-media .details .content .body {
    line-height: 1.8;
    font-size: .18rem;
}

.news-media .details .content .body p {
    margin: .3rem 0;
}

.news-media .details .content .body p::after {
    content: "";
    display: block;
    clear: both;
}

.news-media .details .content .body img {
    max-width: 100%;
    height: auto;
}

.news-media .details .will .tit {
    font-size: .24rem;
    margin-top: .6rem;
    color: #2369a4;
}

.news-media .details .will .text {
    font-size: .19rem;
    margin-top: .3rem;
    line-height: 1.8;
}

.news-media .details .will .text p {
    /* padding-left: .2rem; */
    text-indent: .2rem;
}

.news-media .details .will .text p::before {
    content: '';
    position: absolute;
    left: 0;
    top: .1rem;
    width: .08rem;
    height: .08rem;
    background-color: #2369a4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.news-media .details .will .txt {
    font-style: italic;
    font-size: .19rem;
    margin-top: .3rem;
    line-height: 1.8;
}

.news-media .details .will .email {
    margin-top: .2rem;
}

.news-media .details .will .email span {
    color: #2369a4;
}

.news-media .details .prev-next {
    border-top: 1px #ddd solid;
    margin-top: .4rem;
    padding-top: .4rem;
    font-size: .2rem;
    line-height: 2;
}

.news-media .details .prev-next a {
    color: #2369a4;
    padding-left: .25rem;
}

.news-media .details .prev-next a::before {
    content: '';
    position: absolute;
    top: 50%;
    width: .1rem;
    height: .1rem;
    transform: translateY(-50%);
}

.news-media .details .prev-next .prev::before {
    border-top: 3px #2369a4 solid;
    border-left: 3px #2369a4 solid;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    left: 0.04rem;
}

.news-media .details .prev-next .next::before {
    border-bottom: 3px #2369a4 solid;
    border-right: 3px #2369a4 solid;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    left: -.04rem;
}

.news-media .details .sib {
    background-color: rgba(239, 241, 241, .35);
    width: 3.1rem;
    padding: .3rem;
}

.news-media .details .sib .tit {
    font-size: .19rem;
}

.news-media .details .sib .new li {
    line-height: 1.6;
    border-bottom: 1px #ddd solid;
    padding-bottom: .2rem;
    margin-top: .2rem;
}

.news-media .details .sib .new li a{
    color: #2369A4;
}

.news-media .details .sib .new li:last-child {
    border-bottom: 0;
}

.news-media .details .sib .ser {
    margin-top: .2rem;
}

.news-media .details .sib .ser li {
    background: url(../images/icon11.png)no-repeat left center;
    padding-left: .25rem;
    background-size: .15rem;
    font-size: .18rem;
    line-height: 2;
    margin-top: .08rem;
}

.news-media .details .sib .ser li a {
    color: #2369a4;
}

@media (min-width:1025px) {
    .news-media .latest li:hover .pic img,
    .news-media .list li:hover .pic img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@media (max-width:767px) {
    .news-media h2 {
        font-size: 20px;
    }
    .news-media .latest .con {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }
    .news-media .latest .con::after {
        display: none;
    }
    .news-media .latest .con h3 {
        font-size: 16px;
        line-height: 1.8;
    }
    .news-media .latest .con p,
    .news-media .latest li .tit,
    .news-media .list li .tit,
    .news-media .details .prev-next {
        font-size: 14px;
    }
    .news-media .details .content .body,
    .news-media .details .will .text,
    .news-media .details .will .txt {
        font-size: 15px;
    }
    .news-media .latest li {
        margin-top: .3rem;
    }
    .news-media .latest li .tit {
        line-height: 1.4;
    }
    .news-media .latest li .time,
    .news-media .list li .time,
    .news-media .details .content .info {
        font-size: 12px;
    }
    .news-media .list {
        margin-left: 0;
        margin-right: 0;
    }
    .news-media .list li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .news-media .list li .tit {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: .2rem;
    }
    .news-media .list li .pic {
        height: auto;
    }
    .news-media .list li::after {
        display: none;
    }
    .news-media .details {
        flex-flow: column;
    }
    .news-media .details .will .tit {
        font-size: 16px;
    }
    .news-media .details .content h1,
    .news-media .details .sib .tit {
        font-size: 18px;
    }
    .news-media .details .content {
        margin-right: 0;
    }
    .news-media .details .sib {
        width: 100%;
        /* padding: 0; */
        margin-top: .4rem;
    }
    .news-media .details .sib .new {
        margin-bottom: .4rem;
    }
    .news-media .details .sib .new li,
    .news-media .details .sib .ser li {
        font-size: 14px;
        line-height: 1.8;
    }
}

.jobs .jobs-text {
    font-size: .2rem;
    margin-top: .8rem;
    line-height: 1.8;
}

.jobs h2 {
    font-size: .3rem;
    line-height: 2;
    color: #2369a4;
    margin-top: .7rem;
    padding-bottom: .1rem;
}

.jobs h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: .6rem;
    background-color: #2369a4;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.jobs .job-title {
    font-size: .18rem;
    color: #FFF;
    background-color: #2369a4;
    padding: .15rem 0;
}

.jobs .job-title span {
    width: 1.65rem;
}

.jobs .job-title span:first-child {
    padding-left: .4rem;
}

.jobs .list {
    margin-top: .6rem;
}

.jobs .job-head {
    border-bottom: 1px #e7e7e7 solid;
    line-height: .7rem;
    height: .7rem;
    font-size: .18rem;
}

.jobs .job-head .tit {
    color: #2369a4;
    padding-left: .4rem;
    min-width: 0px;
    font-size: .21rem;
}

.jobs .job-head>div {
    width: 1.65rem;cursor:pointer
}

.jobs .job-head>div:last-child span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: .28rem;
    height: .28rem;
    background: url(../images/jia.png) no-repeat center;
    border: 1px #2369a4 solid;
    margin-left: .1rem;
    background-size: .14rem;
}

.jobs .job-head.on>div:last-child span {
    background-image: url(../images/jian.png);
    background-size: .11rems;
}

.jobs .sub-text {
    display: none;
    background-color: #f5f5f5;
    padding: .4rem .6rem;
    border-top: 1px #FFF solid;
    line-height: 1.8;
    font-size: .19rem;
}

.jobs .sub-text .go {
    background-color: #2369a4;
    color: #FFF;
    font-size: .2rem;
    padding: .05rem .2rem;
    margin-top: .6rem;
}

.jobs .pic-con {
    margin-top: .4rem;
}

.jobs .pic-con .item {
    margin-top: .3rem;
    width: 49%;
    margin-right: 2%;
    background: #F2F2F2;
}

.jobs .pic-con .item:last-child {
    margin-right: 0;
}

.jobs .pic-con .item .pic {
    overflow: hidden;
    border-radius: 8px 8px 0 0px;
    -webkit-border-radius: 8px 8px 0 0px;
    -moz-border-radius: 8px 8px 0 0px;
    -ms-border-radius: 8px 8px 0 0px;
    -o-border-radius: 8px 8px 0 0px;
}

.jobs .pic-con .item .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.jobs .pic-con .item .title {
    font-size: .24rem;
    position: absolute;
    left: .3rem;
    top: .3rem;
    color: #FFF;
    z-index: 9;
}

.jobs .pic-con .item .tit {
    /* margin-top: .3rem; */
    font-size: .2rem;
    padding: .3rem .3rem;
}

.jobs .pic-con .item .now {
    background-color: #2369a4;
    color: #FFF;
    font-size: .18rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: .05rem .26rem;
}

.jobs .pic-con .item .now:hover{
    background-color: #30b4be;
    text-decoration: none;
}

.search-list {
    margin-top: .4rem;
    margin-bottom: 1rem;
}

.search-list .item{
    display: block;
    padding: 0.2rem;
    margin-top: .4rem;
    text-decoration: none;
}

.search-list .item .type {
    font-size: .26rem;
    color: #0e65af;
    line-height: 1.6;
}

.search-list .item .title {
    color: #333;
    font-size: .26rem;
    margin-top: .3rem;
    line-height: 1.6;
}

.search-list .item:hover .title {
    text-decoration: underline;
}

.search-list .item .more {
    color: #333;
    font-size: .22rem;
    margin-top: .3rem;
}

.search-list .item .more span {
    background: url(../images/more.png)no-repeat right center;
    padding-right: 0.4rem;
    background-size: 0.2rem;
}

@media (min-width:1025px) {
    .jobs .pic-con .item:hover .pic img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@media (max-width: 1199px) {
    .jobs .job-head .tit {
        font-size: 18px;
    }
    .jobs .sub-text {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .jobs .jobs-text,
    .jobs .job-title,
    .jobs .pic-con .item .tit {
        font-size: 14px;
    }
    .jobs h2 {
        font-size: 18px;
    }
    .jobs .job-head,
    .jobs .pic-con .item .now {
        font-size: 14px;
    }
    .jobs .job-head .tit {
        padding-left: .2rem;
        font-size: 15px;
    }
    .jobs .sub-text {
        padding: .2rem;
        font-size: 14px;
    }
    .jobs .job-title span:nth-child(3),
    .jobs .job-head>div:nth-child(3),
    .jobs .job-title span:nth-child(4),
    .jobs .job-head>div:nth-child(4) {
        display: none;
    }
    .jobs .job-head {
        height: .8rem;
        line-height: .8rem;
    }
    .jobs .pic-con {
        flex-flow: column;
    }
    .jobs .pic-con .item {
        width: 100%;
        margin-right: 0;
    }
    .jobs .pic-con .item .title {
        font-size: 16px;
    }

    .search-list .item {
        padding: 10px;
        margin-top: 20px;
    }
    .search-list .item .type,
    .search-list .item .title {
        font-size: 16px;
    }
    .search-list .item .more {
        font-size: 14px;
    }
    .search-list .item .title,
    .search-list .item .more {
        margin-top: 15px;
    }
}

.contact {
    margin-top: .7rem;
}

.contact .info h2 {
    font-size: .28rem;
    line-height: 2;
}

.contact .info .text {
    font-size: .23rem;
    line-height: 1.8;
    margin-top: .2rem;
}
.contact .info .text img{ width:49%;height: auto;}
.contact .title {
    font-size: .26rem;
    line-height: 2;
    margin-top: 1rem;
}

.contact .title span {
    border-bottom: 3px #30b4be solid;
    padding-bottom: .1rem;
}

.contact .tex {
    font-size: .2rem;
    line-height: 2;
    margin-top: .3rem;
}

.contact .txt {
    font-size: .23rem;
    line-height: 2;
    margin-top: .3rem;
}

@media (max-width:767px) {
    .contact .info h2 {
        font-size: 16px;
    }
    .contact .info .text,
    .contact .tex,
    .contact .txt {
        font-size: 14px;
    }
}



.popup.tip .container {
    background: #fff;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    padding: 0;
}

.popup.tip .title {
    font-size: 20px;
    text-align: center;
    color: #000000;
}

.popup.tip .txt {
    font-size:16px;
    line-height: 1.4;
    text-align: center;
    color: #666666;
    padding: 0 20px;
}

.popup.tip .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #2fc25b;
    border-radius: 50%;
    background-image: url(../images/correct.png);
    margin-top: 30px;
    margin-bottom: 20px;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.popup.tip .opt {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    border-top: 1px solid #dddddd;
    padding: 10px 0;
    cursor: pointer;
}

.popup.tip .opt .btn {
    color: #000000;
    font-size: 16px;
    border-radius: 6px;
}

.popup.youtube .container {
    width: 70%;
    /* max-height: 600px; */
    /* height: 80%; */
    /* height: 600px; */
    height: calc(70vw / 1.77);
    padding: 0;
}

.popup.youtube iframe {
    width: 100%;
    height: 100%;
    background: #000000;
}

.popup.youtube .close {
    position: absolute;
    right: 0px;
    top: -30px;
    font-size: 22px;
    color: red;
    cursor: pointer;
    background: url(../images/close.png)no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
}


@media (max-width: 540px) {
    .popup.tip .icon {
        width: 80px;
        height: 80px;
    }
    .popup.youtube .container {
        width: 90%;
        height: 50%;
    }
}

.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100
}

.popup .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.popup.youtube .mask {
    background: rgba(0,0,0,.8)
}

.popup .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

/* 表单样式 */
.ff-message-success, .ff-form-loading_errors,
.ff-errors-in-stack {
    display: none !important;
}

.fluentform .ff_submitting {
    pointer-events: auto !important;
}

.services .fluentform .ff-el-group{
    display: flex;
    font-size: .16rem;
    font-family: Poppins;
    font-weight: 400;
    margin-top: 0.2rem;
    background-color: #e8ebf0;
    border-bottom: 1px #c5cad4 solid;
    margin-bottom: 0;
}

.services .fluentform .ff-el-group .ff-el-input--content {
    position: relative;
    display: flex;
    /* flex-direction: column; */
    flex: 1;
    margin-left: 0;
}

.services .fluentform .ff-el-group .text-danger{
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 0;
    line-height: 1.6;
}

.services .fluentform .ff-el-group .ff-el-input--label{
    line-height: .5rem;
    width: 1.8rem;
    color: #2d498a;
    padding: 0 0 0 .2rem;
    margin: 0;
}

.services .fluentform .ff-el-group .ff-el-input--label label {
    font-size: .16rem;
    font-family: Poppins;
    font-weight: 400;
    color: #2d498a;
}

.services .fluentform .ff-el-group .ff-el-input--label.ff-el-is-required label::after{
    color: #2d498a;
    margin-left: 0;
}

.services .fluentform .ff-el-group input,
.services .fluentform .ff-el-group textarea{
    background: transparent;
    border: 0;
    font-family: 'Poppins';
    font-weight: normal;
    padding: 0;
}

.services .fluentform .ff-el-group textarea {
    height: 1.3rem;
    padding: 0.15rem 0;
    background: none;
}

.services .fluentform .ff_submit_btn_wrapper {
    background: #ffffff;
    border: 0;
    justify-content: center;
    margin: 0;
}

.services .fluentform .ff_submit_btn_wrapper button {
    background-color: #10bbd5;
    color: #FFF;
    height: 0.6rem;
    margin-top: 0.5rem;
    width: 2.6rem;
    font-size: .2rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-family: 'Poppins';
    font-weight: 500;
    padding: 0;
}


.online .fluentform .ff-t-container {
    display: flex;
    gap: 0;
}

.online .fluentform .ff-t-container .ff-t-cell{
    margin-top: 0.3rem;
    margin-right: 0.4rem;
}

.online .fluentform .ff-t-container .ff-t-cell:last-of-type {
    margin-right: 0;
}

.online .fluentform .ff-el-input--label {
    margin-bottom: 0;
}

.online .fluentform .ff-el-input--label label{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: .21rem;
    padding-left: 0.2rem;
    margin-bottom: 0.15rem;
}

.online .fluentform .ff-el-input--content input {
    width: 100%;
    height: 0.5rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px #d1d1d1 solid;
    font-size: .18rem;
    padding: 0 0.2rem;
    font-family: 'Poppins';
}

.online .fluentform .ff-el-input--content textarea {
        width: 100%;
    height: 1rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px #d1d1d1 solid;
    font-size: .18rem;
    padding: 0.2rem;
    font-family: 'Poppins';
}

.online .fluentform .ff_submit_btn_wrapper button {
    background-color: #30b4be !important;
    color: #FFF !important;
    font-size: .2rem !important;
    width: 2.6rem !important;
    height: 0.5rem !important;
    margin-top: 0.45rem !important;
    font-family: 'Poppins';
    font-weight: bold;
    border-radius: 2rem !important;
    flex: unset;
    min-width: auto !important;
    border: 0;
    padding: 0;
}

.online .fluentform .ff-el-group {
    margin-bottom: 0;
}

.kefu {
    position: fixed;
    right: .6rem;
    bottom: .6rem;
    z-index: 99;
}
.kefu .item {
    width: 4em;
    height: 4em;
    margin-top: .5em;
    cursor: pointer;
}
.kefu .item img {
    display: block;
    width: 100%;
    height: 100%
}
.kefu .item.totop {
    background: url(../images/top.svg) no-repeat center;
    background-size: 50%;
    background-color: #1ea012;
}
.kefu .item.f-menu {
    background: url(../images/menu2.svg) no-repeat center;
    background-size: 60%;
    background-color: #25d366;
}


@media (max-width: 1199px) {
    .services .fluentform .ff-el-group .ff-el-input--label {
        width: 2rem;
    }
}

@media (max-width: 767px) { 
    .services .fluentform .ff-el-group {
        padding: .12rem 0;
    }
    .services .fluentform .ff-el-group .ff-el-input--label {
        width: 2.6rem;
    }
    .services .fluentform .ff-el-group .ff-el-input--label label{
        font-size: 14px;
    }
    .services .fluentform .ff-el-group input, 
    .services .fluentform .ff-el-group textarea {
        font-size: 14px;
    }
    .services .fluentform .ff_submit_btn_wrapper button {
        font-size: 16px;
    }
    .online .fluentform .ff-t-container {
        flex-direction: column;
    }
    .online .fluentform .ff-t-container .ff-t-cell {
        margin-right: 0;
    }
    .online .fluentform .ff-el-input--label label {
        font-size: 15px;
    }
    .online .fluentform .ff-el-input--content input {
        font-size: 15px;
        height: auto;
        padding: 4px 10px;
    }
    .online .fluentform .ff-el-input--content textarea{
        font-size: 15px;
    }
    .online .fluentform .ff_submit_btn_wrapper button {
        font-size: 16px !important;
        margin-top: 0.2rem !important;
    }
    .kefu {
        right: .2rem;
        bottom: 36%;
    }
    .kefu .item {
        width: 2.4em;
        height: 2.4em;
        margin-top: .8em;
    }
}

.chat_btn {
    position: fixed;
    z-index: 15;
    bottom: 10%;
    right: 2%;
    height: 60px;
    width: 60px;
    background-color: #25d366;
    background-image: url(../images/float_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    border-radius: 50%;
    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
    cursor: pointer
}

@media (max-width: 540px) {
    .chat_btn {
        bottom:8%;
        right: 2%;
        height: 50px;
        width: 50px
    }
}