﻿*,h4,h5,h6 {
    margin:0;
    box-sizing:border-box;
}
.img {
    overflow: hidden;
}

.img img {
    width: 100%;
    display: block;
    transition: all .5s;
}

.yih {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.erh {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

header {
    background: #fff;
    position:sticky;
    top:0;
    left:0;
    z-index:200;
}
.header_pack {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.logo {
    height:90px;
    padding:20px 0;
}
.logo a {
    display:block;
    height:100%;
}
.logo img {
    max-height:100%;
    display:block;
}
.w_nav {
    display: flex;
    align-items:center;
}
.w_nav>li {
    padding:0 12px;
    position:relative;
}
.yi_nav {
    display:flex;
    align-items:center;
}
    .yi_nav a {
        font-size: 16px;
        line-height: 97px;
        color: #000000;
        display: block;
        border-bottom: 3px solid transparent;
        text-transform:uppercase;
    }
.w_nav > li.active .yi_nav a {
    border-bottom-color: #69BF0E;
    color: #69BF0E;
    font-weight:bold;
}
.yi_nav i {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    margin: 0 0 0 5px;
}
/*.w_nav > li:last-child .yi_nav a {
    color: #fff;
    background-color: #e45525;
    padding:7px 30px;
    border-radius:10px;
    border: 2px solid;
    transition:all .5s;
    border-color: #e45525;
}*/
   /* .w_nav > li:last-child .yi_nav a:hover {
        background: #f08e1a;
        border-color: #f08e1a;
    }*/
    .nei-banner {
        position:relative;
    }
    .nei-banner img {
        width:100%;
        max-height:100%;
        object-fit:cover;
        display:block;
    }
.banner_cont {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding: 0 10px;
    top: 0;
    left: 0;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    text-align: center;
    flex-direction:column;
}
.banner_cont h3 {
    font-size: 50px;
    line-height: 75px;
    text-align: center;
    color: #f0f0f0;
    font-weight:bold;
    width:100%;
}
.team_list{
    padding:20px 0;
}
.team_title{
    text-align:center;
    width:85%;
    margin:0 auto;
}
.team_title h3 {
    font-size:25px;
    font-weight:bold;
    line-height:35px;
    color:#292929;
}
    .team_title p {
        font-size:18px;
        line-height:26px;
        color:#434343;
        margin-top:15px;
    }
    .team_list_cont {
        display: flex;
        flex-wrap:wrap;
        margin:30px -10px 0 ;
    }
.team_list_cont li {
    width:33.333%;
    padding:0 10px;
    margin-bottom:20px;
}
.team_list_text {
    padding:20px 0 0;
    text-align:center;
}
    .team_list_text h4 {
        color: #434343;
        font-size:24px;
        line-height:30px;
    }
    .team_list_text p {
        font-size: 18px;
        line-height:27px;
        color: #434343;
    }
.team_list_text span {
    display:block;
    font-size:18px;
    color:#19a4e3;
    line-height:26px;
    font-weight:bold;
    text-decoration:underline;
}
.team_list_img img {
    height:315px;
    object-fit:cover;
}
.team_list_pack:hover img{
    transform:scale(1.1);
}
.team_list_pack {
    cursor:pointer;
}
.team_tk {
    background: rgba(25,164,227,.9);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 201;
    display: none;
}
.team_tk_swiper {
    max-width: 980px;
    max-height: 650px;
    transform: translate(-50%, -50%);
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background:#fff;
    display:flex;
}
.team_cha {
    font-size: 44px;
    line-height: 1;
    transform: rotate(45deg);
    color: #434343;
    position:absolute;
    top:0;
    right:0;
    font-weight:300;
    cursor:pointer;
}
.team_tk_left {
    width:50%;
    overflow:hidden;
}
.team_tk_right{
    width:50%;
    padding:35px;
}
    .team_tk_right li h4 {
        font-size: 18px;
        color: #434343;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .team_tk_right li div p,
    .team_tk_right li div {
        color: #434343;
        line-height: 1.5;
        font-size: 18px;
    }
    .team_tk_cont {
        overflow: auto;
        height: calc(650px - 70px);
    }
.team_tk_right li {
    display:none;
}
.team_tk_right li.active {
    display:block;
}
.team_tk_btn {
    display:flex;
    align-items:center;
    position:absolute;
    right:10px;
    bottom:0;
}
    .team_tk_btn .swiper-pagination {
        position: static;
        width: 80px;
        font-size: 18px;
        line-height: 36px;
        color: #434343;
    }
.arr {
    font-size: 18px;
    line-height: 36px;
    color:#434343;
    font-weight:bold;
    cursor:pointer;
}
.team_tk_pack {
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    width:100%;
}
.team_tk_pack img {
    max-width:100%;
    display:block;
}
.pbg {
    padding:150px 0;
    text-align:center;
}
    .pbg h3 {
        font-size:32px;
        line-height:40px;
        color: #f0f0f0;
    }
.pbg p {
    font-size:20px;
    color:#f0f0f0;
    line-height:30px;
}
.pbg a {
    display:block;
    width:150px;
    text-align:center;
    line-height:50px;
    border-radius:5px;
    background:#e45525;
    color:#f0f0f0;
    font-size:14px;
    margin:20px auto 0;
    font-weight:bold;
}
.footer {
    background:#fff;
}
.footer_pack {
    padding:40px 20px 20px;
    display:flex;
}
.footer_pack>div {
    width:25%;
    padding:0 20px;
}
.footer_logo a {
    height:80px;
    display:block;
}
.footer_logo img {
    max-height:100%;
    display:block;
}
.footer_code{
    margin-top:20px;
    width:120px;
}
.footer_info h4 {
    font-size:18px;
    margin-bottom:20px;
    line-height:22px;
    color: #434343;
    font-weight:bold;
}
.footer_info a,
.footer_info p{
    font-size: 16px;
    line-height: 24px;
    padding: 6px 0;
    display: block;
    text-decoration: underline;
    color: #434343;
}
.footer_info p,
.footer_info a:hover{
    text-decoration: none;
}
.copyright {
    background: #f2f2f2;
    padding:20px 40px;
    font-size:16px;
    line-height:24px;
    color:#434343;
}
.footer_links {
    display:flex;
    margin-top:15px;
}
    .footer_links li{
        margin-right:10px;
    }
    .footer_links li a {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #434343;
    }
        .footer_links li a img {
            filter:grayscale(100%) contrast(5) invert(100%);
            max-width:60%;
        }
.contact{
    padding:40px 0 0;
}
.contact_pack{
    padding-bottom:120px;
    border-bottom:1px solid #434343;
    display:flex;
    align-items:flex-start;
}
.banner_cont a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: bold;
    line-height:24px;
    text-transform: uppercase;
    color: #fff;
    background-color: #19a4e3;
    border-radius:5px;
    margin:30px auto 0;
}
.contact_pack>div {
    width:50%;
    padding:0 20px;
}
.contact_title h4 {
    font-size:25px;
    line-height:35px;
    margin-bottom:10px;
    color: #292929;
}
.contact_desc {
    font-size:18px;
    color: #434343;
    line-height:28px;
}
.contact_list h4 {
    font-size:16px;
    line-height:24px;
    font-weight:bold;
    color: #434343;
    margin-top:15px;
}
.contact_list p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    color: #434343;
    font-weight:bold;
    text-decoration:underline;
}
.contact_link {
    display:flex;
    margin-top:15px;
}
.contact_link li {
    margin-right:10px;
}
.contact_link li a {
    display:block;
}
.contact_link img {
    max-width:25px;
}
.contact_input p {
    font-size:18px;
    color: #f08e1a;
    line-height:27px;
    font-weight:bold;
}
    .contact_input p span {
        color: #ec6366;
    }
.contact_input {
    margin-bottom:20px;
}
    .contact_input input {
        width: 100%;
        background-color: #fff;
        color: #292929;
        border:1px solid  #CDCFD2;
        font-size: 18px;
        line-height: 1.25;
        padding: 8px 10px;
        outline:none;
        margin-top:5px;
        color:;
    }
    .contact_input select {
        width: 100%;
        height: 40px;
        padding: 8px 10px;
        font-size: 18px;
        line-height: 1.25;
        margin-top: 5px;
        border: 1px solid #CDCFD2;
        color: #292929;
    }
    .contact_input textarea {
        width: 100%;
        font-size: 18px;
        line-height: 1.25;
        border: 1px solid #CDCFD2;
        margin-top: 5px;
        color: #292929;
        padding: 10px;
        height:108px;
    }
    .submit {
        width:100%;
        height:50px;
        border-radius:5px;
        background:#e45525;
        text-align:center;
        font-size:14px;
        font-weight:bold;
        text-transform:uppercase;
        color:#fff;
        line-height:50px;
        cursor:pointer;
    }
.about_plate1 {
    padding: 80px 0;
    background: #19a4e3;
}
.about_plate2{
    padding:20px 0;
}
.about_plate2_list li {
    margin-bottom:100px;
}
.about_plate2_list h4 {
    font-size:25px;
    line-height:35px;
    font-weight:bold;
    color: #292929;
}
.about_plate2_pack {
    display:flex;
    align-items:center;
}
.about_plate2_img {
    width:33.333%;
}
.about_plate2_cont {
    width: 66.667%;
    font-size:18px;
    line-height:28px;
    padding-left:40px;
    color: #434343;

}
.about_plate3{
    padding:20px 0 100px;
}
.about_plate3_title{
    text-align:center;
}
    .about_plate3_title p {
        color: #292929;
        font-size:20px;
        line-height:37px;
        margin-bottom:10px;
    }
.about_plate3_title h3 {
    font-size:50px;
    line-height:75px;
    color:#434343;
    margin-bottom:10px;
    font-weight:bold;
}
.about_plate3_title span {
    display:block;
    font-size:18px;
    line-height:26px;
    color:#434343;
}
.about_plate3_list{
    display:flex;
    flex-wrap:wrap;
    margin:50px -10px 0;
}
    .about_plate3_list li {
        width: 33.333%;
        padding: 0 10px;
        margin-bottom: 20px;
        cursor:pointer;
    }
        .about_plate3_list li .about_plate3_pack {
            transform: rotateY(180deg);
            transition: all .5s;
            position: relative;
        }
    .about_plate3_icon {
        display: flex;
        flex-direction: column;
        background: #27963E;
        height: 420px;
        border-radius: 6px;
        padding: 20px;
        justify-content: center;
    }
.about_plate3_icon_img{
    width:96px;
    margin:0 auto;
}
.about_plate3_icon p {
    font-weight:bold;
    text-align:center;
    color:#fff;
    margin-top:15px;
    font-size:24px;
}
.about_plate3_cont {
    padding: 20px;
    transform:translateX(-50%);
    background: #27963E;
    border-radius:6px;
    position:absolute;
    top:0;
    left:50%;
    width:calc(100% - 20px);
    height:100%;
    font-size:18px;
    color:#fff;
    line-height:26px;
    text-align:center;
    z-index:-1;
   transition:all .5s;
}
    .about_plate3_cont div {
        overflow: auto;
        max-height:100%;
    }
.about_plate3_list li:hover .about_plate3_pack {
    transform: rotateY(0);
}
    .about_plate3_list li:hover .about_plate3_cont {
        z-index:1;
    }
.about_plate4{
    padding:100px 0;
}
.about_palte4_pack{
    display:flex;
    align-items:center;
}
.about_palte4_icon{
    width:33.333%;
}
.about_palte4_cont{
    width:66.667%;
    padding-left:40px;
}
.about_palte4_cont h4 {
    font-size:25px;
    line-height:37px;
    color:#292929;
    margin-bottom:10px;
}
.about_palte4_cont p {
    font-size:20px;
    line-height:30px;
    margin-bottom:10px;
    color:#434343;
}
    .about_palte4_cont a {
        font-size: 12px;
        text-decoration: underline;
        line-height: 20px;
        color: #19a4e3;
        font-weight:bold;
        display:block;
        margin-top:20px;
    }
.about_palte5 {
    padding: 100px 0;
    background: rgb(9, 106, 150);
}
.about_palte5_title{
    text-align:center;
}
.about_palte5_title h4 {
    font-size:25px;
    line-height:35px;
    color:#f0f0f0;
}
.about_palte5_swiper{
    margin-top:60px;
    overflow:hidden;
    padding-bottom:60px;
    position:relative;
}
.about_palte5_swiper p {
    font-size:24px;
    line-height:34px;
    color:#f0f0f0;
    text-align:center;
}
    .about_palte5_swiper h4 {
        font-size: 24px;
        color: #f0f0f0;
        line-height: 34px;
        margin-top:10px;
        text-align:center;
        font-weight:bold;
    }
    .about_palte5_swiper .swiper-pagination-bullet {
        width:16px;
        height:16px;
        opacity:1;
        background:transparent;
        border:1px solid #fff;
    }
    .about_palte5_swiper .swiper-pagination-bullet-active {
        background:#fff;
    }
.about_plate6{
    padding:60px 0 120px;
}
.about_plate6_title h4{
    color:#434343;
}
.about_plate6_img{
    width:70%;
    margin:100px auto 0;
}
.nei-banner {
    background: #19a4e3;
    height:100vh;
    max-height:342px;
}
.banner_cont p {
    font-size:18px;
    line-height:26px;
    color:#fff;
    font-weight:bold;
}
.trial_plate1{
    padding:40px 0 100px;
}
.trial_plate1_title{
    text-align:center;
}
.trial_plate1_title h3 {
    font-size:34px;
    line-height:44px;
    color:#292929;
    font-weight:bold;
}
.trial_plate1_title div {
    font-size:18px;
    line-height:26px;
    color:#434343;
    width:80%;
    margin:10px auto 0;
}
.trial_plate1_title p {
    margin-bottom:20px;
}
.trial_plate1_pack {
    display:flex;
    align-items:center;
    margin-top:40px;
}
.trial_plate1_img{
    width:50%;
}
.trial_plate1_cont {
    width:50%;
    padding-left:40px;
}
.trial_plate1_cont h3 {
    font-size:34px;
    line-height:44px;
    color:#292929;
    font-weight:bold;
}
.trial_plate1_cont div {
    font-size:18px;
    line-height:26px;
    color:#434343;
    margin-top:10px;
}
    .trial_plate1_cont div p {
        margin-bottom:20px;
    }
    .trial_plate1_cont a {
        display: none;
        width: 100%;
        line-height:1.25;
        font-size:14px;
        color:#fff;
        text-align:center;
        font-weight:bold;
        background: #e45525;
        border-radius:5px;
        padding:15px 30px;
        text-transform:uppercase;
    }
.trial_mess {
    padding:0 0 100px;
}
.trial_mess_pack {
    width:80%;
    margin:0 auto;
}
.trial_mess_title{
    padding-bottom:10px;
}
.trial_mess_title h3 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #292929;
}
.trial_mess_title div {
    font-size: 20px;
    line-height: 30px;
    color: #434343;
}
.trial_mess_title div p {
    margin-bottom:10px;
}
.trial_radio {
    margin-top: 10px;
    font-size: 18px;
    line-height: 23px;
    color: #f08e1a;
    padding-left:25px;
    position:relative;
    cursor:pointer;
}
    .trial_radio::after {
        content: "";
        width: 18px;
        height: 18px;
        border-radius: 2px;
        border: 1px solid #CDCFD2;
        position:absolute;
        left:0;
        top:2px;
    }
    .trial_radio.active::before {
        content: "";
        width: 10px;
        height: 6px;
        transform: rotate(-45deg);
        position: absolute;
        left: 4px;
        top: 7px;
        border-width: 0 0 2px 2px;
        border-style: solid;
        border-color: #292929;
        display:block;
    }
.trial_writing{
    padding:0 0 1px;
}
.trial_writing_title h3 {
    font-size:34px;
    line-height:44px;
    color:#292929;
    font-weight:bold;
}
.trial_writing_title p {
    font-size:18px;
    line-height:26px;
    color:#434343;
    margin-top:20px;
}
.trial_writing_list{
    display:flex;
    flex-wrap:wrap;
    margin-top:40px;
    justify-content:space-between;
}
.trial_writing_list li {
    width:calc(50% - 10px);
    margin-bottom:20px;
}
.trial_writing_pack {
    padding: 20px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1);
    background:#fff;
    height:100%;
    cursor:pointer;
}
.trial_writing_img {
    width:145px;
}
.trial_writing_cont {
    margin-top:20px;
}
.trial_writing_cont h4 {
    font-size:24px;
    line-height:34px;
    color:#434343;
    font-weight:bold;
}
    .trial_writing_cont p {
        font-size: 18px;
        line-height: 26px;
        color: #434343;
        margin-top:10px;
    }
    .trial_writing_cont span {
        display: block;
        font-size: 18px;
        line-height: 26px;
        color: #19a4e3;
        text-decoration:underline;
        margin-top:10px;
        font-weight:bold;
    }
.trial_writing_pack:hover span {
    text-decoration:none;
}
.about_palte5_title p {
    font-size:20px;
    line-height:30px;
    color:#f0f0f0;
    margin-top:10px;
}
.trial_plate5 {
    background: #19a4e3;
}
.trial_plate6{
    padding:40px 0 60px;
}
.trial_plate6_pack{
    display:flex;
    align-items:center;
}
    .trial_plate6_pack>div {
        width:50%;
    }
.trial_plate6_cont{
    padding-right:40px;
}
.trial_plate6_cont h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    color: #292929;
    margin-bottom:10px;
}
.trial_plate6_cont div {
    font-size:18px;
    line-height:26px;
    color:#434343;

}
.trial_plate6_cont div p {
    margin-bottom:20px;
}
.trial_plate7 {
    padding: 100px 0 80px;
    background: #19a4e3;
}
.trial_plate7_cont {
    text-align:center;
}
.trial_plate7_cont h3 {
    font-size:34px;
    line-height:44px;
    color:#f0f0f0;
    font-weight:bold;
}
.trial_plate7_cont p {
    font-size:18px;
    line-height:26px;
    color:#f0f0f0;
    margin-top:20px;
}
    .trial_plate7_cont a {
        display: inline-block;
        padding: 10px 30px;
        border-radius: 5px;
        background: #e45525;
        font-size:14px;
        text-transform:uppercase;
        color:#fff;
        font-weight:bold;
        margin:40px 0 0;
    }
.trial_grade_title{
    text-align:center;
}
    .trial_grade_title h3 {
        color: rgba(228, 85, 37, 1);
        font-size:50px;
        line-height:60px;
    }
.trial_grade{
    padding:60px 0 80px;
}
.trial_grade_list{
    margin:50px -10px 0;
    display:flex;
    flex-wrap:wrap;
}
.trial_grade_list li {
    width:33.333%;
    padding:0 10px;
    margin-bottom:20px;
}
.trial_grade_list a {
    display:block;
}
.trial_grade_list img {
    width:100%;
    display:block;
    height:157px;
    object-fit:cover;
}
.trial_grade_btn{
    margin-top:40px;
}
    .trial_grade_btn a {
        display: block;
        padding: 0 30px;
        font-size: 25px;
        line-height:60px;
        text-transform:uppercase;
        font-weight:bold;
        color: #fff;
        border-color: #e45525;
        background-color: #e45525;
        border-radius:5px;
        text-align:center;
    }
.trial_faq {
    padding: 100px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.57)), url("/images/fbg.png") no-repeat center/cover;
}
.trial_faq_pack {
    text-align:center;
}
.trial_faq_pack h3 {
    font-size:32px;
    line-height:42px;
    color:#f0f0f0;
}
    .trial_faq_pack a {
        display: inline-block;
        padding:15px 30px;
        background: #19a4e3;
        border-radius:5px;
        font-weight:bold;
        font-size:14px;
        line-height:24px;
        color:#fff;
        margin-top:30px;
    }
.trial_about{
    padding:60px 0;
    text-align:center;
}
.trial_about_pack h4 {
    font-size:25px;
    line-height:35px;
    color:#292929;
}
.trial_about_pack div {
    font-size:18px;
    line-height:26px;
    color:#434343;
    margin-top:10px;
}
.trial_about_pack div p {
    margin-bottom:20px;
}
.trial_about_pack{
    width:80%;
    margin:0 auto;
}
.trial_banner_pack{
    display:flex;
    align-items:center;
}
.trial_banner{
    background:#fff;
}
.trial_banner_pack>div {
    width:50%;
}
.trial_banner_cont {
    padding-right:10%;
}
.trial_banner_cont_pack{
    padding-left:5%;
}
.trial_banner_cont_pack h3 {
    font-size: 32px;
    line-height: 42px;
    color: rgba(234, 120, 82, 1);
    font-weight:bold;
}
.trial_banner_cont_pack p {
    font-size:17px;
    line-height:27px;
    margin-top:10px;
    color: #434343;
}
.trial_detail{
    padding:30px 0;
}
.trial_banner_img img {
    height:50vh;
    object-fit: cover;
}
.er_nav {
    position: absolute;
    width: 200px;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 10px 20px;
    display: none;
}
.er_nav li a {
    display:block;
    font-size:14px;
    line-height:24px;
    padding:5px 0;
    color:#000;
    /*transition:all .5s;*/
}
    .er_nav li a:hover {
        color: #69BF0E;
    }
.portal{
    padding:80px 0;
}
.portal_title {
    text-align:center;
}
.portal_list {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin:40px -10px 0;
}
.portal_list li {
    width:33.333%;
    padding:0 10px;
    margin-bottom:20px;
}
.portal_list a {
    display:block;
    box-shadow:0 0 10px rgba(0,0,0,.1);
    height:100%;
    background:#fff;
    text-align:center;
}
.portal_list_cont {
    padding:20px;
}
.portal_list_cont h4 {
    font-size:32px;
    line-height:40px;
    color:#434343;
    font-weight:bold;
}
    .portal_list_cont p {
        font-size:18px;
        line-height:30px;
        color:#434343;
        margin:10px 0;
    }
    .portal_list_cont span {
        display: block;
        font-size:18px;
        line-height:24px;
        color:#19a4e3;
        text-decoration:underline;
    }
.portal_list a:hover img {
    transform:scale(1.1);
}
.portal_list a:hover span {
    text-decoration: none;
}
.portal_detail {
    padding:80px 0;
}
.faq {
    background:url(../images/fbg.png) no-repeat center/cover;
    padding:60px 0;
}
.faq_pack{
    width:80%;
    margin:0 auto;
}
.faq_pack h3 {
    font-size:34px;
    line-height:44px;
    color:#f0f0f0;
    font-weight:bold;
}
.faq_pack p {
    font-size:20px;
    line-height:30px;
    color:#f0f0f0;
    font-weight:bold;
}
.investor_plate3_pack {
    margin-top: 50px;
}
.investor_plate3_list {
    margin-top:30px;
}
.investor_plate3_list > li {
    padding: 20px 0 0;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #CDCFD2;
}
.investor_plate3_list>li:last-child {
    border-width: 1px 0 1px 0;
}
.investor_plate3_title {
    display: flex;
    align-items: center;
    padding-bottom:20px;
    justify-content: space-between;
}

    .investor_plate3_title h4 {
        font-size: 20px;
        line-height: 29px;
        font-weight: bold;
        color: rgb(32, 32, 32);
        width: 90%;
    }

    .investor_plate3_title i {
        font-size: 25px;
        line-height: 1;
        color: #000;
        width:30px;
        height:30px;
        border-radius:50%;
        background:#e45525;
        text-align:center;
        font-style: normal;
        color:#fff;
        cursor: pointer;
    }

.investor_plate3_detail {
    font-size: 16px;
    line-height: 24px;
    color: rgb(92, 92, 92);
    display: none;
}

    .investor_plate3_detail > div {
        padding: 0 0 20px;
        white-space: pre-line;
    }

.faq_pack .faq_desc {
    font-size: 18px;
    color: #434343;
    line-height: 26px;
    font-weight: 500;
}
.faq_palte{
    padding:0 0 50px;
}
.blog {
    padding:80px 0;
}
.blog_title h3 {
    font-size:50px;
    line-height:65px;
    font-weight:bold;
    color: rgba(228, 85, 37, 1);
}
.blog_title p {
    font-size:20px;
    line-height:30px;
    color:#434343;
}
.blog_list{
    margin-top:40px;
}
.blog_list li {
    margin-bottom:50px;
}
.blog_list a {
    display:flex;
    align-items:center;
}
.bolg_list_img{
    width:40%;
}
.bolg_list_img img {
    height:327px;
    object-fit:cover;
}
.bolg_list_cont{
    width:60%;
    padding-left:20px;
}
.bolg_list_cont h4 {
    font-size:24px;
    line-height:34px;
    color:#434343;
    font-weight:bold;
}
    .bolg_list_cont p {
        font-size: 18px;
        line-height: 26px;
        color: #434343;
        margin-top: 10px;
    }
.bolg_list_cont div {
    font-size:18px;
    line-height:26px;
    color:#434343;
    -webkit-line-clamp:4;
    margin-top:10px;
}
.bolg_list_cont span {
    display:inline-block;
    padding:10px 30px;
    font-size:14px;
    font-weight:bold;
    line-height:24px;
    color:#fff;
    background:#e45525;
    border-radius:5px;
    margin-top:20px;
    text-transform:uppercase;
}
.newsdetail {
    padding:80px 0;
}
.products_banner_cont {
    text-align:center;
}
.products_banner_cont h3 {
    color:#434343;
}
    .products_banner_cont a,
    .pro_cont span {
        display: inline-block;
        padding: 10px 30px;
        border-radius: 5px;
        background: #e45525;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 28px;
        color: #fff;
        font-weight: bold;
        margin-top: 20px;
    }
.pro {
    padding: 100px 0;
    background: rgba(240, 240, 240, 0.5);
}
.pro_list{
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px;
}
.pro_list li {
    width:33.333%;
    padding:0 10px;
    margin-bottom:20px;
}
.pro_list a {
    display:block;
}
.pro_cont {
    text-align:center;
    padding-top:20px;
}
.pro_cont h4 {
    font-size: 32px;
    line-height: 42px;
    color: #434343;
    font-weight: bold;
}
.publicdetail{
    padding:80px 0;
    background:url(../images/dbg.jpeg) no-repeat center/cover;
}
.home_banner{
    position:relative;
}
.home_banner img {
    width:100%;
    display:block;
}
.home_banner_cont {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:100%;
    max-width:1220px;
    padding:0 10px;
}
.home_banner_logo {
    height:90px;
}
.home_banner_logo img {
    max-height:100%;
    display:block;
    margin:0 auto;
    width:auto;
}
.home_banner_list {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
    .home_banner_list li{
        margin: 7.5px;
    }
    .home_banner_list a {
        padding: 10px 30px;
        font-size: 16px;
        line-height: 28px;
        color: #fff;
        background: #202270;
        text-align: center;
        display:block;
    }
.home_plate1 {
    padding:70px 0 90px;
    background:url(../images/hbg.jpeg) no-repeat center bottom;
}
.home_plate1_pack{
    text-align:center;
    max-width:1000px;
    margin:0 auto;
}
    .home_plate1_pack h3 {
        font-size: 40px;
        line-height: 58px;
        color: #000000;
    }
    .home_plate1_pack p {
        font-size: 20px;
        line-height: 30px;
        color: #000000;
        margin-top:26px;
    }
.home_plate1_pack a {
    margin-top:30px;
    background:#202270;
    display:inline-block;
    padding:10px 100px;
    font-size:20px;
    line-height:29px;
    color:#fff;
}
.home_plate1_cont {
   width:80%;
   margin:0 auto;
}
.home_plate1_img{
    margin-top:100px;
}
.home_plate2_pack {
    display:flex;
    align-items:center;
}
.home_plate2_pack>div {
    width:50%;
}
.home_plate2_cont {
    padding:0 10% 0 4%;
}
.home_plate2_cont_pack h4 {
    font-size: 36px;
    line-height: 54px;
    color: #000000;
}
.home_plate2_desc {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top:27px;
}
.home_plate2_list li:nth-child(2n) .home_plate2_pack {
    flex-direction: row-reverse;
}
.home_plate2_list li:nth-child(2n) .home_plate2_cont {
    padding:0 4% 0 10%;
}
.about_palte5_title img {
    width:55px;
    display:block;
    margin:0 auto 45px;
}
.home_palte4 {
    background: #EF9831;
}
.home_plate5 {
    padding:115px 0 120px;
}
.home_plate5_title span {
    font-size: 20px;
    line-height: 30px;
    color: #666666;
    text-transform:uppercase;
}
.home_plate5_title h3 {
    font-size: 40px;
    line-height: 58px;
    color: #000000;
    margin-top:18px;
    font-weight:600;
}
.home_plate5_title p {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    margin-top:26px;
}
.home_plate5_list {
    margin-top:70px;
}
.home_plate5_list li {
    margin-bottom: 70px;
}
.home_plate5_pack{
    display:flex;
    align-items:center;
}
.home_plate5_icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #41454E;
    display:flex;
    align-items:center;
    justify-content:center;
}
.home_plate5_icon img {
    max-width:50%;
}
.home_plate5_cont{
    width:calc(100% - 110px);
    padding-left:50px;
}
    .home_plate5_cont h4 {
        font-size: 24px;
        line-height: 34px;
        color: #000000;
    }
    .home_plate5_cont p {
        font-size: 18px;
        line-height: 28px;
        color: #666666;
        margin-top:16px;
    }
.home_plate5_btn a {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    background: #202270;
    color:#fff;
    text-transform:uppercase;
    padding:17px 20px;
}
.home_plate5_btn p {
    padding-left: 160px;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-top:50px;
}
.pbg span {
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    text-transform:uppercase;
    margin-bottom:18px;
    display:block;
}
.hc h3 {
    margin-bottom:26px;
}
.hc a {
    margin-top:49px;
    background:#202270;
}
@media(max-width:1100px){
    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .iconfont i {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .iconfont .cha {
        background: url(../images/cha.png) no-repeat center/100% 100%;
        display: none;
    }

    .iconfont .nav {
        background: url(../images/nav.png) no-repeat center/100% 100%;
    }

    .logo {
        height: 60px;
        padding: 10px 15px;
    }

    .navlist {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
    }

    .w_nav {
        display: block;
    }

    .yi_nav a {
        line-height:32px;
    }
    .yi_nav {
        justify-content:space-between;
    }
    .er_nav{
        width:100%;
        position:static;
        border:none;
    }
    .nei-banner img {
        height:100%;
    }
    .nei-banner {
        max-height:200px;
    }
    .banner_cont h3{
        font-size:25px;
        line-height:35px;
    }
    .banner_cont a{
        margin-top:15px;
    }
    .contact_pack{
        padding-bottom:30px;
        display:block;
    }
        .contact_pack > div {
            width:100%;
            padding:0 ;
        }
    .contact_title h4,
    .home_plate1_pack h3,
    .home_plate2_cont_pack h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .contact_desc,
    .contact_input p,
    .contact_input input,
    .contact_input select,
    .contact_input textarea,
    .home_plate1_pack p,
    .home_plate2_desc {
        font-size: 16px;
        line-height: 24px;
    }
    .contact_form{
        margin-top:20px;
    }
    .footer_info,
    .footer_logo {
        display: none;
    }
    .footer_info:last-child {
        display:block;
        padding:0;
    }
    .footer_pack{
        display:block;
    }
        .footer_pack > div {
            width:100%;
        }
    .copyright{
        padding:10px 15px;
    }
    .home_banner_list{
        display:none;
    }
    .home_banner>img{
        height:150px;
        object-fit:cover;
    }
    .home_banner_logo {
        height:50px;
    }
    .home_plate1{
        padding:30px 0;
        background-image:none;
    }
    .home_plate1_cont {
        width:100%;
    }
    .home_plate1_pack p,
    .home_plate2_desc {
        margin-top: 15px;
    }
    .home_plate1_pack a{
        padding:10px 15px;
        font-size:16px;
        line-height:24px;
    }
    .home_plate1_img{
        margin-top:20px;
    }
    .home_plate2_pack{
        display:block;
    }
        .home_plate2_pack > div{
            width:100%;
        }
    .home_plate2_cont,
    .home_plate2_list li:nth-child(2n) .home_plate2_cont {
        padding: 20px 10px;
    }
    .about_palte5{
        padding:30px 0;
    }
    .about_palte5_title img{
        width:40px;
        margin-bottom:20px;
    }
    .about_palte5_title h4,
    .about_palte5_swiper h4,
    .home_plate5_cont h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .about_palte5_swiper{
        margin-top:30px;
    }
        .about_palte5_swiper p,
        .home_plate5_cont p {
            font-size: 16px;
            line-height: 24px;
        }
        .about_palte5_swiper .swiper-pagination-bullet{
            width:10px;
            height:10px;
        }
    .home_plate5 {
        padding:30px 0;
    }
    .home_plate5_title span,
    .home_plate5_title p {
        font-size: 16px;
        line-height: 24px;
    }
    .home_plate5_title h3 {
        font-size: 25px;
        line-height: 35px;
        margin-top: 10px;
    }
    .home_plate5_title p {
        margin-top:10px;
    }
    .home_plate5_list{
        margin-top:30px;
    }
    .home_plate5_pack{
        display:block;
    }
    .home_plate5_icon{
        margin:0 auto;
        width:80px;
        height:80px;
    }
    .home_plate5_cont {
        width:100%;
        margin-top:20px;
        padding:0;
    }
    .home_plate5_list li {
        margin-bottom:30px;
    }
    .home_plate5_btn a{
        font-size:16px;
        line-height:24px;
        padding:10px;
    }
    .home_plate5_btn p{
        padding:0;
        margin-top:20px;
        font-size:18px;
        line-height:26px;
    }
    .pbg{
        padding:50px 0;
    }
        .pbg span{
            font-size:16px;
            line-height:24px;
            margin-bottom:10px;
        }
        .pbg h3,
        .trial_banner_cont_pack h3,
        .pro_cont h4 {
            font-size: 20px;
            line-height: 30px;
        }
        .pbg p,
        .trial_banner_cont_pack p {
            font-size: 16px;
            line-height: 24px;
        }
        .pbg a{
            margin-top:30px;
        }
    .trial_banner_pack {
        display:block;
    }
        .trial_banner_pack > div {
            width:100%;
        }
    .trial_banner_img img{
        height:30vh;
    }
    .trial_banner_cont{
        padding:0;
    }
    .trial_banner_cont_pack {
        padding:20px 10px;
    }
    .pro {
        padding:30px 0;
    }
    .pro_list li{
        width:100%;
        padding:0;
    }
    .pro_list{
        margin:0;
    }
    .products_banner_cont a, .pro_cont span{
        padding:5px 20px;
    }
    .banner_cont p{
        font-size:16px;
        line-height:24px;
    }
    .banner_cont a {
        padding:5px 5px;
    }
    .trial_plate1{
        padding:30px 0;
    }
    .trial_plate1_title h3,
    .trial_plate1_cont h3,
    .trial_mess_title h3,
    .trial_writing_title h3,
    .trial_writing_cont h4,
    .trial_plate6_cont h4,
    .trial_plate7_cont h3,
    .trial_faq_pack h3,
    .trial_about_pack h4,
    .about_plate2_list h4,
    .about_palte4_cont h4,
    .team_list_text h4,
    .portal_list_cont h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .trial_plate1_title div,
    .trial_plate1_cont div,
    .trial_mess_title div,
    .trial_radio,
    .trial_writing_title p,
    .trial_writing_cont p,
    .trial_writing_cont span,
    .trial_plate6_cont div,
    .trial_plate7_cont p,
    .trial_about_pack div,
    .about_plate2_cont,
    .about_plate3_title p,
    .about_palte4_cont p,
    .team_title p,
    .team_list_text p,
    .team_list_text span,
    .portal_list_cont p,
    .portal_list_cont span {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }
    .trial_plate1_pack{
        margin-top:20px;
        display:block;
    }
    .trial_plate1_img,
    .trial_mess_pack {
        width: 100%;
    }
    .trial_plate1_cont {
        width: 100%;
        padding: 20px 0 0;
    }
    .trial_mess{
        padding-bottom:30px;
    }
    .trial_writing_list {
        margin-top:30px;
    }
        .trial_writing_list li {
            width:100%;
            margin-bottom:20px;
        }
    .trial_writing_img{
        width:100px;
    }
    .trial_plate6_pack {
        display:block;
    }
        .trial_plate6_pack > div,
        .trial_about_pack {
            width: 100%;
        }
    .trial_plate6_cont{
        padding:0 0 20px;   
    }
    .trial_plate6{
        padding:30px 0;
    }
    .trial_plate7,
    .trial_grade {
        padding: 30px 0;
    }
    .trial_grade_list{
        margin:30px -5px 0;
    }
    .trial_grade_list li {
        width: 50%;
        padding:0 5px;
        margin-bottom:10px;
    }
    .trial_grade_btn{
        margin-top:20px;
    }
    .trial_grade_btn a {
        font-size: 16px;
        line-height: 40px;
    }
    .trial_faq,
    .trial_about {
        padding: 30px 0;
    }
    .trial_faq_pack a{
        padding:10px 20px;
    }
    .about_plate1{
        padding:30px 0;
    }
    .about_plate2_pack{
        display:block;
    }
    .about_plate2_img,
    .about_plate2_cont {
        width: 100%;
    }
    .about_plate2_cont {
        padding:20px 0 0;
    }
    .about_plate2_list li {
        margin-bottom:30px;
    }
    .about_plate3_title h3{
        font-size:25px;
        line-height:35px;
    }
    .about_plate3_title span{
        font-size:16px;
        line-height:24px;
    }
    .about_plate3_list li{
        width:100%;
    }
    .about_plate3 {
        padding:30px 0;
    }
    .about_plate4{
        padding:0 0 30px;
    }
    .about_palte4_pack{
        display:block;
    }
    .about_palte4_icon {
        width:100%;
    }
    .about_palte4_cont {
        width:100%;
        padding:20px 0 0 ;
    }
    .about_plate6{
        padding:30px 0;
    }
    .about_plate6_img {
        width:100%;
        margin:30px 0 0;
    }
    .pbg a {
       line-height:40px;
       width:130px;
    }
    .team_title {
        width:100%;
    }
    .team_list_cont li{
        width:100%;
    }
    .team_tk_swiper{
        display:block;
    }
    .team_tk_left{
        width:50%;
        margin:auto;
    }
    .team_tk_right{
        width:100%;
        padding:20px 10px;
    }
    .team_tk_cont{
        height:250px;
    }
    .team_tk_right li div p, .team_tk_right li div{
        font-size:16px;
    }
    .portal{
        padding:30px 0; 
    }
    .portal_list{
        margin-top:30px;
    }
        .portal_list li{
            width:50%;
        }
    .portal_detail,
    .faq,
    .blog,
    .newsdetail {
        padding: 30px 0;
    }
    .faq_pack{
        width:100%;
    }
        .faq_pack h3{
            font-size:20px;
            line-height:30px;
        }
        .faq_pack p,
        .blog_title p,
        .bolg_list_cont p,
        .bolg_list_cont div {
            font-size: 16px;
            line-height: 24px;
        }
    .investor_plate3_title h4 {
        font-size:18px;
        line-height:26px;
    }
    .blog_title h3{
        font-size:25px;
        line-height:35px;
    }
    .blog_list a {
        display:block;
    }
    .bolg_list_img {
        width:100%;
    }
    .bolg_list_cont{
        width:100%;
        padding:20px 0 0 ;
    }
        .bolg_list_cont h4{
            font-size:20px;
            line-height:30px;
        }
    .blog_list li{
        margin-bottom:20px;
    }
}