.llfooter {
    width: 100%;
    padding: 3rem 0 1.5rem 0;
    background-color: #333333;
}

.llfooter_con {
    width: 1200px;
    margin: 0 auto;
}

.llfooter_top {
    display: flex;
    justify-content: space-between;
}

.llfooter_top_left {
    display: flex;
    justify-content: space-between;
    width: 850px;
    overflow: hidden;
}

.llfooter_ma {
    width: 175px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.llfooter_ma p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.llfooter_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.llfooter_list span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.llfooter_list a {
    display: block;
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
}

.llfooter_list p {
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
}

.llma_img {
    width: 122px;
    height: 122px;
    overflow: hidden;
}

.llma_img img {
    width: 100%;
    vertical-align: middle;
}

.llfooter_bottom {
    padding-top: 30px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #484848;
}

.llfooter_bottom_left p,
.llfooter_bottom_left a {
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 15px 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ll_banner img {
    width: 100%;
    vertical-align: middle;
}

.llsmall_nav {
    width: 100%;
    padding: 1.5rem 0;
    border-bottom: 1px solid #f5f5f5;
}

.llsmall_nav_con {
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}

.llsmall_nav_con a {
    margin: 0 10px;
    display: block;
}

.llsmall_nav_con a:hover {
    color: #ff5a5a;
}

.llsmall_nav_con a,
.llsmall_nav_con p {
    font-size: 16px;
    color: #666666;
}

.llcurrent {
    color: #ff5a5a !important;
}

.llwei_list {
    width: 100%;
    padding: 3rem 0;
}

.llwei_list_main {
    width: 1200px;
    margin: 0 auto;
}

.llwei_list_con ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.llwei_list_con ul::after {
    content: "";
    width: 32%;
    overflow: hidden;
}

.llwei_list_con li {
    width: 32%;
    overflow: hidden;
    transition: all 0.3s;
    margin-bottom: 30px;
}

.llwei_list_con_img {
    width: 100%;
    height: 470px;
    overflow: hidden;
}

.llwei_list_con_img img {
    width: 100%;
    vertical-align: middle;
}

.llwei_list_con li:hover a h3 {
    color: #ff5a5a;
    transition: all 0.3s;
}

.llwei_list_con_text a h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 20px 0 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.3s;
}

.llwei_list_con_text p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.yema {
    margin-top: 30px;
}

.yema ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.yema li {
    margin: 15px 20px 0 0;
    transition: all 0.3s;
}

.yema li a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    transition: all 0.3s;
}

.yema li:hover a {
    background-color: #ff5a5a;
    color: #fff;
    border: 1px solid #ff5a5a;
    transition: all 0.3s;
}

.yecurrent a {
    background-color: #ff5a5a !important;
    color: #fff !important;
    border: 1px solid #ff5a5a !important;
}

.llmain {
    width: 100%;
    background-color: #fbfbfb;
    padding: 30px 0;
}

.llmain_copy {
    width: 100%;
    background-color: #fff;
    padding: 40px 0;
}

.llmain_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.llmain_left {
    width: 890px;
    overflow: hidden;
}

.llmain_rigth {
    width: 275px;
    overflow: hidden;
}

.llmain_left_box {
    background-color: #fff;
    padding: 30px;
}

.ll_wenben_title h3 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    line-height: 45px;
}

.ll_wenben_title {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.ll_wenben p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.ll_wenben img {
    max-width: 100%;
    vertical-align: middle;
    margin: 20px auto;
    text-align: center;
    display: block;
}

.fanye {
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    margin-top: 40px;
}

.fanye a {
    margin: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s;
}

.fanye a:hover p {
    color: #ff5a5a;
    transition: all 0.3s;
}

.fanye a:hover span {
    color: #ff5a5a;
    transition: all 0.3s;
}

.fanye a span {
    font-size: 16px;
    color: #999;
}

.fanye a p {
    font-size: 16px;
    color: #333;
}

.llread {
    margin-top: 40px;
}

.llread h3 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.llread_list {
    background-color: #fff;
    padding: 20px;
}

.llread_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.llread_list li {
    width: 48%;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.llread_list_img {
    width: 160px;
    height: 81px;
    overflow: hidden;
    margin-right: 15px;
    display: block;
}

.llread_list li:hover a h4 {
    color: #ff5a5a;
    transition: all 0.3s;
}

.llread_list_img img {
    width: 100%;
    vertical-align: middle;
}

.llread_list_text a h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.llread_list_tag {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.llread_list_tag p {
    font-size: 14px;
    color: #999;
    margin-right: 20px;
}

.free_brand {
    background-color: #ff5a5a;
    padding: 30px 20px;
}

.free_brand h3 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-family: "造字工房力黑（非商用）";
    line-height: 35px;
}

.free_brand a {
    display: block;
    width: 80%;
    height: 40px;
    line-height: 40px;
    border-radius: 35px;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    color: #ff5a5a !important;
    margin: 20px auto 0 auto;
    box-shadow: 3px 3px 15px rgba(255, 40, 40, 0.5);
}

.ll_person {
    margin: 30px 0;
    background-color: #fff;
}

.ll_peroson_tabcon {
    border: 1px solid #f5f5f5;
    padding: 30px 15px 15px 15px;
}

.ll_peroson_tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ll_peroson_tabli {
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #222;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.per_current {
    background-color: #ff5a5a;
    color: #fff;
}

.per_current i {
    display: block !important;
}

.ll_peroson_tabli:hover {
    background-color: #ff5a5a;
    color: #fff;
}

.ll_peroson_tabli:hover i {
    display: block;
    transition: all 0.3s;
}

.ll_peroson_tablist:nth-child(n+2) {
    display: none;
}

.ll_peroson_tablist li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
    transition: all 0.3s;
    position: relative;
}

.ll_peroson_tablist li:hover a h4 {
    color: #ff5a5a;
    transition: all 0.3s;
}

.ll_peroson_tablist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.ll_peroson_tablist_img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: block;
    margin-right: 20px;
}

.ll_peroson_tablist_img img {
    width: 100%;
    vertical-align: middle;
}

.ll_peroson_tablist_text div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ll_peroson_tablist_text h4 {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    transition: all 0.3s;
    margin-right: 10px;
}

.ll_peroson_tablist_text img {
    margin-right: 10px;
}

.ll_peroson_tablist_text P {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}

.lookfor:hover {
    background-color: #ff5a5a;
    border: 1px solid #ff5a5a;
    color: #fff;
    transition: all 0.3s;
}

.lookfor {
    display: block;
    width: 100%;
    height: 50px;
    transition: all 0.3s;
    line-height: 50px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.profess_team_list .lookfor {
    width: 95%;
    margin: 20px auto 0 auto;
}

.llsmall_nav_con i {
    color: #666;
    font-size: 14px;
}

.ll_peroson_tabli i {
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #ff5a5a;
    z-index: 9999;
    display: none;
    transition: all 0.3s;
}

.ll_wenben_tag {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.ll_wenben_tag div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 30px;
}

.ll_wenben_tag i {
    font-size: 16px;
    color: #999;
    margin-right: 5px;
}

.ll_wenben_tag p {
    font-size: 14px;
    color: #999;
}

.llbrand h3 {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    margin-bottom: 20px;
}

.llbrand_main ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.llbrand_main li {
    width: 48%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.llbrand_main p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    width: 100%;
    line-height: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.meet_activelist {
    border: 1px solid #f5f5f5;
}

.meet_activelist li {
    padding: 30px;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.meet_activelist li:last-child {
    border-bottom: none;
}

.meet_activelist_img {
    width: 300px;
    height: 170px;
    overflow: hidden;
    display: block;
    margin-right: 20px;
}

.meet_activelist li:hover a h3 {
    color: #ff5a5a;
    transition: all 0.3s;
}

.meet_activelist_img img {
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.meet_activelist_text a h3 {
    font-size: 18px;
    color: #333;
    transition: all 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.meet_activelist_text p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.meet_more:hover {
    margin-right: 30px;
    transition: all 0.5s;
}

.meet_more {
    transition: all 0.5s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
}

.meet_more span {
    font-size: 14px;
    color: #ff5a5a;
}

.meet_more i {
    font-size: 5px;
    color: #ff5a5a;
}

.meet_activelist_b {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0;
}

.meet_activelist_b b {
    font-weight: normal;
    font-size: 14px;
    color: #999;
    margin-right: 25px;
}

.weiquan_wenben h3 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
}

.ll_lead {
    background-color: #f8f8f8;
    padding: 10px 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.ll_lead div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0;
}

.ll_lead p {
    font-size: 14px;
    color: #333;
    margin-right: 30px;
}

.fanbox {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.fanbox_main {
    border: 1px solid #f5f5f5;
    padding: 20px;
    width: 43%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.3s;
}

.fanbox_main:hover {
    border: 1px solid #ff5a5a;
    transition: all 0.3s;
}

.fanbox_main:hover i {
    color: #ff5a5a;
    transition: all 0.3s;
}

.fanbox_main:hover h4 {
    color: #ff5a5a;
    transition: all 0.3s;
}

.fanbox_main:nth-child(2) {
    justify-content: flex-end;
}

.fanbox_main:nth-child(2) .fanbox_main_text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 15px;
    margin-left: 0;
}

.fanbox_main_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15px;
}

.fanbox_main_text span {
    font-size: 14px;
    color: #222;
    display: block;
    margin: 10px 0;
    font-weight: bold;
}

.fanbox_main_text h4 {
    font-size: 14px;
    color: #222;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    transition: all 0.3s;
}

.fanbox_main_text p {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

.fanbox_main i {
    font-size: 30px;
    color: #222;
    margin-top: 5px;
    transition: all 0.3s;
}

.provice_team {
    margin: 40px 0;
    position: relative;
}

.provice_team_text {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.provice_team_text p {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.provice_team_text h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
}

.hotread h3,
.profess_team h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.hotread_list li {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.3s;
}

.hotread_list li:hover span {
    background-color: #ff5a5a;
    transition: all 0.3s;
}

.hotread_list li div {
    flex: 1;
}

.hotread_list li div a h4 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 15px;
    transition: all 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hotread_list li span {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #e6e6e6;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 5px;
    transition: all 0.3s;
}

.hotread_list li p {
    font-size: 14px;
    color: #333;
    margin: 8px 0;
}

.hotread_list li:hover a h4 {
    color: #ff5a5a;
    transition: all 0.3s;
}

.profess_team_list li {
    margin: 30px 0 30px 0;
    transition: all 0.3s;
}

.profess_team_list li:hover a h4 {
    color: #ff5a5a;
    transition: all 0.3s;
}

.profess_team_list li:hover .profess_team_text {
    border-bottom: 1px solid #ff5a5a;
    transition: all 0.3s;
}

.profess_team_list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.profess_team_img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
}

.profess_team_img img {
    width: 100%;
    vertical-align: middle;
}

.profess_team_text {
    margin-left: 20px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
    width: 100%;
    transition: all 0.3s;
    flex: 1;
}

.profess_team_text h4 {
    font-size: 18px;
    color: #333;
    transition: all 0.3s;
    font-weight: bold;
    margin-bottom: 15px;
}

.profess_team_text p {
    font-size: 14px;
    color: #333;
}

.ban {
    width: 100%;
    padding: 50px 0;
}

.ban_con {
    width: 1200px;
    margin: 0 auto;
}

.ban_con h3 {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}

.ban_con p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    margin-bottom: 20px;
}

.ban_con img {
    max-width: 100%;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
}

.banlist {
    width: 100%;
    padding-bottom: 50px;
}

.banlist_con {
    width: 1200px;
    margin: 0 auto;
}

.banlist_con h3 {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}

.banlist_main ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banlist_main ul::after {
    content: "";
    width: 19%;
}

.banlist_main li {
    width: 19%;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.banlist_con_img {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 265px;
    overflow: hidden;
    background-color: #faf9f5;
}

.banlist_con_img img {
    width: 100%;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.banlist_con_text a h4 {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    transition: all 0.3s;
    margin: 15px 0;
}

.banlist_con_text p {
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 15px 0;
}

.banliu {
    width: 100%;
    background-color: #f5f5f5;
    padding: 50px 0;
}

.banliu_con {
    width: 1200px;
    margin: 0 auto;
}

.banprocess h3 {
    font-size: 32px;
    color: #222;
    font-weight: bold;
    margin-bottom: 40px;
}

.banprocess_list img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.baninput {
    margin-top: 80px;
}

.baninput h3 {
    font-size: 32px;
    color: #222;
    font-weight: bold;
    margin-bottom: 40px;
}

.baninput_main {
    display: flex;
    justify-content: space-between;
}

.baninput_left {
    width: 580px;
    overflow: hidden;
}

.baninput_right {
    width: 580px;
    overflow: hidden;
}

.baninput_main h4 {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.baninput_left_two {
    display: flex;
    justify-content: space-between;
}

.baninput_left_two input {
    width: 45%;
    overflow: hidden;
    padding-left: 15px;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #222;
    overflow: hidden;
}

.baninput_left_one {
    margin: 20px 0;
}

.baninput_left_one input {
    width: 98%;
    overflow: hidden;
    padding-left: 15px;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 5px;
    height: 50px;
    font-size: 14px;
    color: #222;
    line-height: 50px;
    overflow: hidden;
}

.baninput_left_one textarea {
    width: 98%;
    padding-left: 15px;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: #fff;
    height: 100px;
    padding-top: 15px;
    font-size: 14px;
    color: #222;
    overflow: hidden;
}

.baninput_right_one {
    margin-bottom: 20px;
}

.baninput_right_one input {
    width: 98%;
    overflow: hidden;
    padding-left: 15px;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 5px;
    height: 50px;
    font-size: 14px;
    color: #222;
    line-height: 50px;
    overflow: hidden;
}

.baninput_right_label input[type="checkbox"]+label {
    cursor: pointer;
    font-size: 1rem;
}

.baninput_right_label [id^="checkbox-1"]+label {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    outline: none;
}

.baninput_right_label [id="checkbox-1"]:checked+label {
    border: 1px solid #ed2835 !important;
}

.baninput_right_label [id="checkbox-1"]:checked+label::after {
    font-family: "iconfont" !important;
    content: "\e70d";
    height: 1.3rem;
    line-height: 1.3rem;
    color: #ed2835;
}

.baninput_right_label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.baninput_right_label p {
    margin-left: 15px;
    font-size: 16px;
    color: #333;
}

.baninput_right button {
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
    height: 55px;
    border-radius: 5px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #ff5a5a;
    margin-top: 35px;
}

.ban_attention {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.ban_attention b {
    font-size: 20px;
    color: #ed2835;
}

.ban_attention p {
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}

.banlist_main li:hover a h4 {
    color: #ff5a5a;
    transition: all 0.3s;
}

.jia {
    width: 100%;
    padding: 50px 0;
}

.jia_con {
    width: 1200px;
    margin: 0 auto;
}

.jia_title {
    margin-bottom: 50px;
}

.jia_title h3 {
    font-size: 28px;
    color: #222;
    font-weight: bold;
}

.jia_title h4 {
    font-size: 42px;
    color: #ff5a5a;
    font-weight: bold;
    margin-top: 25px;
}

.jia_con p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.ru {
    width: 100%;
    padding: 50px 0;
}

.ru_con {
    width: 1200px;
    margin: 0 auto;
}

.ru_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ru_list li {
    width: 48.5%;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.ru_list_box {
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ru_list_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 35px;
}

.ru_list_left span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #222;
}

.ru_list_left h5 {
    font-size: 14px;
    color: #222;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}

.ru_list_right {
    flex: 1;
}

.ru_list_right p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.ruwen {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.ruwen_text h3 {
    font-size: 42px;
    font-weight: bold;
    color: #222;
    margin-bottom: 30px;
}

.ruwen_text {
    width: 420px;
    overflow: hidden;
}

.ruwen_text p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.ruwen_img {
    width: 690px;
    height: 195px;
    overflow: hidden;
}

.ruwen_img img {
    width: 100%;
    vertical-align: middle;
}

.hu {
    padding: 50px 0 100px 0;
    background-color: #fbfbfb;
}

.hu_con {
    width: 1200px;
    margin: 0 auto;
}

.hu_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 50px auto;
}

.hu_title h3 {
    font-size: 42px;
    color: #222;
    font-weight: bold;
    margin-right: 30px;
}

.hu_title h4 {
    font-size: 42px;
    color: #ff5a5a;
    font-weight: bold;
}

.hu_main li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
    position: relative;
}

.hu_line {
    position: absolute;
    top: 98px;
    left: 40px;
    width: 4px;
    height: 98%;
    background-color: #ff5a5a;
}

.hu_text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 50px;
    margin-top: 15px;
}

.hu_text span {
    font-size: 20px;
    color: #222;
    font-weight: bold;
    display: block;
    margin-right: 60px;
}

.hu_text_con {
    flex: 1;
}

.hu_text_con p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-top: -5px;
}

.hu_text_con h5 {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    margin-bottom: 30px;
}

.hu_text_con h6 {
    font-size: 14px;
    color: #333;
    margin-bottom: 30px;
    text-indent: 3em;
}

.hu_text_con_two {
    display: flex;
    justify-content: space-between;
}

.hu_text_con_left {
    flex: 1;
}

.hu_text_con_left p {
    margin-bottom: 20px;
}

.hu_erma {
    width: 230px;
    height: 230px;
    overflow: hidden;
    margin-bottom: 15px;
}

.hu_erma img {
    width: 100%;
    vertical-align: middle;
}

.hu_text_con_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 100px;
}

.hu_text_con_right b {
    font-size: 14px;
    color: #333;
    margin: 4px 0;
}

.xgt_titleimg {
    margin: 0 auto 60px auto;
    display: block;
    text-align: center;
}

.xgt_titleimg img {
    display: block;
    text-align: center;
    max-width: 100%;
    vertical-align: middle;
}

.ggb {
    width: 100%;
    background-color: #fafafa;
    padding: 20px 0;
}

.ggb_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ggb_con div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ggb_con h4 {
    color: #ff5a5a;
    font-size: 16px;
    font-family: "造字工房力黑（非商用）";
}

.ggb_con i {
    color: #ff5a5a;
    margin-right: 15px;
}

.ggb_con p {
    font-size: 14px;
    margin-left: 30px;
    color: #333;
}

.llindex {
    width: 100%;
    padding: 70px 0 50px 0;
}

.ll_icon {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
}

.ll_icon ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ll_icon li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ll_icon li p {
    font-size: 16px;
    color: #333;
    margin-top: 30px;
}

.home {
    width: 1200px;
    margin: 70px auto;
}

.home_title {
    margin: 0 auto 60px auto;
    text-align: center;
}

.home_title_top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.home_title_top h3 {
    font-size: 42px;
    color: #222;
    font-weight: bold;
}

.home_title_top h4 {
    color: #ff5a5a;
    font-size: 42px;
    font-weight: bold;
}

.home_title_top img {
    display: block;
    margin: 0 15px;
}

.home_title p {
    font-size: 16px;
    color: #333;
    text-align: center;
}

.home_main {
    display: flex;
    justify-content: space-between;
}

.home_main_left {
    width: 380px;
    overflow: hidden;
}

.home_main_right {
    width: 795px;
    overflow: hidden;
}

.home_main_left_scroll {
    background-color: #ff5a5a;
    padding: 30px;
    margin-bottom: 30px;
}

.home_tablist:nth-child(2) {
    display: none;
}

.home_tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.home_tab span {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.per_current {
    color: #fff !important;
}

.home_tablist ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home_tablist ul::after {
    content: "";
    width: 22%;
}

.home_tablist li {
    width: 22%;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin-bottom: 25px;
    transition: all 0.3s;
}

.home_tablist li:hover {
    border: 1px solid #ff5a5a;
    transition: all 0.3s;
}

.home_tablist li:hover h4 {
    color: #ff5a5a;
}

.home_tablist_img {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.home_tablist_img img {
    width: 100%;
    vertical-align: middle;
}

.home_tablist_text {
    padding: 20px 15px;
}

.home_main_left_scroll h3 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
    border-left: 5px solid #fff;
    margin-bottom: 30px;
}

.home_button {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff5a5a;
    margin: 40px auto 0 auto;
}

.home_button i {
    font-size: 24px;
    margin-right: 15px;
}

.home_button p {
    font-size: 20px;
    color: #ff5a5a;
    font-weight: bold;
}

.home_scrolltext li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home_scrolltext li p {
    font-size: 14px;
    color: #fff;
}

.llabout {
    width: 1200px;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
}

.llabout_img {
    width: 495px;
    height: 495px;
    overflow: hidden;
}

.llabout_img img {
    width: 100%;
    vertical-align: middle;
}

.llabout_text {
    width: 650px;
    overflow: hidden;
}

.llabout_text h3 {
    font-size: 20px;
    color: #222;
    font-weight: bold;
    margin-bottom: 15px;
}

.llabout_text h4 {
    font-size: 32px;
    color: #ff5a5a;
    font-weight: bold;
    margin-bottom: 40px;
}

.llabout_text p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-bottom: 20px;
}

.llabout_text a {
    display: block;
    width: 275px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #ff5a5a;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    margin-top: 60px;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.llabout_text a:hover {
    border: 1px solid #ff5a5a;
    background-color: #fff;
    color: #ff5a5a;
    transition: all 0.3s;
}

.llnew {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.llnew_left {
    width: 580px;
    background-color: #fcfcfc;
    overflow: hidden;
    border-top: 4px solid #ff5a5a;
}

.llnew_right {
    width: 580px;
    overflow: hidden;
    background-color: #fcfcfc;
    border-top: 4px solid #ff5a5a;
}

.llnew_left_box,
.llnew_right_box {
    padding: 30px 20px;
}

.llnew_left_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.llnew_left_title h3 {
    font-size: 28px;
    color: #333;
}

.llnew_left_title a {
    font-size: 14px;
    color: #666;
    transition: all 0.3s;
}

.llnew_left_title a:hover {
    color: #ff5a5a;
    transition: all 0.3s;
}

.llnew_left_list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin: 20px 0;
    transition: all 0.3s;
}

.llnew_left_list li:hover h4 {
    color: #ff5a5a;
    transition: all 0.3s;
}

.llnew_left_img {
    width: 158px;
    height: 118px;
    overflow: hidden;
    margin-right: 20px;
}

.llnew_left_img img {
    width: 100%;
    vertical-align: middle;
}

.llnew_left_text {
    width: 350px;
    overflow: hidden;
}

.llnew_left_text h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.3s;
}

.llnew_left_text p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.llnew_right_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.llnew_right_list li {
    margin: 23px 0;
    transition: all 0.3s;
}

.llnew_right_list li:hover h3 {
    color: #ff5a5a;
    transition: all 0.3s;
}

.llnew_right_list span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #e6e6e6;
    border-radius: 50%;
    margin-right: 15px;
}

.llnew_right_list h3 {
    font-size: 16px;
    color: #333;
    flex: 1;
    transition: all 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.llnew_right_list p {
    font-size: 14px;
    color: #999;
}

#FontScroll {
    height: 112px;
    line-height: 30px;
    overflow: Hidden;
}

.llcat img {
    vertical-align: middle;
    position: relative;
}

.llcat_con {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.llcat_box {
    position: absolute;
    top: 45%;
    left: 6%;
    transform: translateY(-45%);
    width: 445px;
    height: 515px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.llcat_box_con {
    padding: 40px 30px;
}

.llcat_box_con h3 {
    font-size: 26px;
    color: #ff5a5a;
    font-weight: bold;
}

.llcat_box_con h4 {
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}

.llcat_box_input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}

.llcat_box_input input {
    border: none;
    outline: none;
    background: none;
    border-radius: 10px;
    overflow: hidden;
    width: 44%;
    overflow: hidden;
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e6e6e6;
}

.llcat_box_con h5 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.llcat_list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.llcat_list li {
    cursor: pointer;
    width: 30%;
    height: 45px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.llcat_list li:hover {
    color: #ff5a5a;
    border: 1px solid #ff5a5a;
    transition: all 0.3s;
}

.llcat_current {
    color: #ff5a5a !important;
    border: 1px solid #ff5a5a !important;
}

.llcat_box_con .submit {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #ff5a5a;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 20px auto 0 auto;
}

.llcat_box_con p {
    font-size: 14px;
    text-align: center;
    color: #999;
    margin-top: 25px;
}

.llperson {
    padding: 50px 0;
    width: 100%;
}

.llperson_con {
    width: 1200px;
    margin: 0 auto;
    background-color: #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.llperson_text {
    width: 785px;
    overflow: hidden;
    margin-right: 50px;
}

.llperson_img {
    width: 310px;
    height: 370px;
    overflow: hidden;
    position: relative;
}

.per_online {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #ff5a5a;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}

.llperson_img img {
    width: 100%;
    vertical-align: middle;
}

.llperson_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.llperson_title div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
}

.llperson_title h3 {
    font-size: 26px;
    color: #222;
    font-weight: bold;
    margin-right: 30px;
}

.llperson_title div h4 {
    font-size: 18px;
    color: #333;
    margin-left: 10px;
}

.llperson_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.llperson_list p {
    font-size: 16px;
    color: #333;
    margin-right: 60px;
    margin-bottom: 20px;
}

.llperson_jian {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.llperson_jian span {
    font-size: 20px;
    color: #222;
    font-weight: bold;
    display: block;
    margin-right: 30px;
}

.llperson_jian p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    flex: 1;
}

.per_online:hover {
    color: #ff5a5a;
    background-color: #fff;
    transition: all 0.3s;
}

.llperson_active {
    width: 1200px;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.llperson_active_left {
    width: 310px;
    background-color: #fafafa;
    overflow: hidden;
    padding: 30px 0;
}

.llperson_active_right {
    width: 860px;
    overflow: hidden;
}

.llperson_active .home_scrolltext li p {
    color: #333;
}

.llperson_active .home_scrolltext ul {
    padding: 0 20px;
}

.llperson_active .home_scrolltext li {
    margin: 10px 0;
}

.llperson_active #FontScroll {
    height: 200px;
}

.llperson_active_left h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 20px;
}

.llperson_active_right_title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

.llperson_active_right_title h3 {
    width: 210px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #ff5a5a;
    font-weight: bold;
}

.llperson_active_right_wen p {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.llperson_active_right_wen img {
    display: block;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
}

.hotread_copy h4 {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    margin-bottom: 20px;
}

.hotread_copy {
    margin-top: 40px;
}

.llgong {
    margin: 40px 0;
}

.llgong h3 {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    margin-bottom: 25px;
}

.llgong_list li {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.llgong_list li:hover a h4 {
    color: #ff5a5a;
    transition: all 0.3s;
}

.llgong_img {
    width: 105px;
    height: 79px;
    overflow: hidden;
    margin-right: 15px;
}

.llgong_img img {
    width: 100%;
    vertical-align: middle;
}

.llgong_text {
    width: 160px;
    overflow: hidden;
}

.llgong_text h4 {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    transition: all 0.3s;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.llgong_text {
    font-size: 14px;
    color: #999;
}

.junlist li {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: all 0.3s;
}

.junlist li:hover {
    border: 1px solid #ff5a5a;
    transition: all 0.3s;
}

.junimg {
    width: 175px;
    height: 175px;
    overflow: hidden;
}

.junimg img {
    width: 100%;
    vertical-align: middle;
}

.juntou {
    width: 143px;
    height: 143px;
    border-radius: 50%;
    overflow: hidden;
}

.juntou img {
    width: 100%;
    vertical-align: middle;
}

.jun_main {
    width: 270px;
    overflow: hidden;
}

.jun_main h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.jun_main a {
    width: 200px;
    height: 40px;
    border: 1px solid #ff5a5a;
    color: #ff5a5a;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    display: block;
    transition: all 0.3s;
}

.jun_main a:hover {
    background-color: #ff5a5a;
    color: #fff;
    transition: all 0.3s;
}

.jun_main_tag {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0;
}

.jun_main_tag div {
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    align-items: center;
    margin-right: 15px;
}

.jun_main_tag div p {
    font-size: 14px;
    margin-left: 3px;
}

.jun_main_tag div:nth-child(1) {
    background-color: #5a9cff;
}

.jun_main_tag div:nth-child(2) {
    background-color: #ffa351;
}

.jun_main_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.jun_main_list div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 15px;
}

.jun_main_list p {
    font-size: 14px;
    color: #666;
}

.jun_main_list b {
    font-weight: normal;
    color: #ff5a5a;
    font-size: 14px;
}

.llmoney_banner {
    position: relative;
}

.llmoney_banner_con {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 65%;
    left: 63%;
    transform: translate(-65%, -63%);
}

.llmoney_banner_box {
    width: 40%;
    padding: 15px 30px;
    border-radius: 35px;
    background-color: #fbaa5e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.llmoney_banner_box p {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.llmoney_main {
    padding: 50px 0;
}

.llmoney_box {
    width: 1200px;
    margin: 0 auto;
}

.llmoney_box img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.lldai_input {
    padding: 30px 0;
    background-color: #f5f5f5;
}

.lldai_input_con {
    width: 1200px;
    margin: 0 auto;
}

.lldai {
    padding: 50px 0;
}

.lldai_con {
    width: 1200px;
    margin: 0 auto;
}

.lldai_con img {
    display: block;
    margin: 30px auto;
    text-align: center;
    max-width: 100%;
}

.lldai_con h4 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    padding-left: 15px;
    border-left: 4px solid #62b25c;
    margin: 80px 0;
}

.lldai_con h3 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    padding-left: 15px;
    border-left: 4px solid #62b25c;
}

.lldai_con span {
    font-size: 18px;
    color: #333;
    display: block;
    margin: 25px 0 40px 0;
    font-weight: bold;
}

.lldai_con_wen {
    margin-bottom: 80px;
}

.lldai_con_wen li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.lldai_con_wen p {
    font-size: 14px;
    color: #333;
    margin-left: 15px;
}

.lldai .lldai_con_wen img {
    margin: 0 !important;
}

.lldai_input_con h3 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

.lldai_input_con button {
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #ff5a5a;
    border: none;
    outline: none;
    margin: 0 auto;
    display: block;
}

.lldai_input_con_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.lldai_input_con_list input {
    width: 22%;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    background: #fff;
    border-radius: 5px;
    border: none;
    outline: none;
}

.lldai_input_con_list select {
    width: 22%;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    background: #fff;
    border-radius: 5px;
    border: none;
    outline: none;
    color: #666;
}

.huan_main_box h5 {
    font-size: 14px;
    color: #999;
    text-align: center;
}

.huan_main_box button {
    width: 40%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    border: none;
    outline: none;
    margin: 30px auto 20px auto;
    background-color: #ff5a5a;
    display: block;
    cursor: pointer;
}

.huan_main_list ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.huan_current {
    border: 1px solid #ff5a5a !important;
    color: #ff5a5a !important;
}

.huan_main_list li:hover {
    color: #ff5a5a !important;
    border: 1px solid #ff5a5a;
}

.huan_main_list li {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    margin: 0 20px 20px 0;
    color: #333;
    cursor: pointer;
}

.huan_main_list h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

.huan_main_input {
    margin: 50px 0;
}

.huan_main_input ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.huan_main_input li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 40px;
    width: 30%;
    overflow: hidden;
}

.huan_main_input h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

.huan_main_input input {
    border: none;
    outline: none;
    width: 94%;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}

.huan_main_box h3 {
    font-size: 26px;
    color: #ff5a5a;
    font-weight: bold;
}

.huan_main {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    width: 1200px;
    margin: -100px auto 100px auto;
    position: relative;
    z-index: 999;
}

.huan_main_box {
    padding: 40px;
}

.haun img {
    width: 100%;
    vertical-align: middle;
}

.huan_img {
    width: 1200px;
    margin: 0 auto;
}

.huan_img img {
    max-width: 100%;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.jiutop {
    margin-top: -180px;
    position: relative;
    z-index: 999;
}

.jiutop .llsmall_nav_con a,
.jiutop .llsmall_nav_con p,
.jiutop .llsmall_nav_con i {
    color: #fff;
}

.jiutop .llsmall_nav_con {
    margin-bottom: 30px;
}

.jiutop .huan_main {
    margin: 0 auto 100px auto;
}

.jiupin {
    width: 1200px;
    margin: 0 auto;
}

.jiupin_title {
    margin: 0 auto 50px auto;
    text-align: center;
}

.jiupin_title h3 {
    font-size: 42px;
    font-weight: bold;
    color: #222;
    text-align: center;
    margin-bottom: 20px;
}

.jiupin_title p {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.jiupin_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jiupin_list li {
    width: 16%;
    overflow: hidden;
    margin-bottom: 30px;
}

.jiupin_list img {
    width: 100%;
    vertical-align: middle;
}

.jiuliu {
    background-color: #fafafa;
    padding: 60px 0;
}

.jiuliu_con {
    width: 1200px;
    margin: 0 auto;
}

.jiuliu_img {
    max-width: 100%;
    margin: 30px auto 0 auto;
    display: block;
    text-align: center;
    vertical-align: middle;
}

.jiuwen {
    padding: 60px 0;
}

.jiuwen_con {
    width: 1200px;
    margin: 0 auto;
}

.jiuwen_img {
    max-width: 100%;
    vertical-align: middle;
    display: block;
    margin: 30px auto 60px auto;
    text-align: center;
}

.jiuwen_list {
    margin-top: 110px;
}

.jiuwen_list ul {
    display: flex;
    justify-content: space-between;
}

.jiuwen_list li {
    width: 32%;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0 40px 0;
}

.jiuwen_list h3 {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 30px;
}

.jiuwen_list p {
    font-size: 14px;
    text-align: center;
    color: #666;
    margin-top: 15px;
}

.jiuwen_circle {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin-top: -100px;
    z-index: 99;
    background-color: #fff;
    position: relative;
}

.jiuwen_circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tushow_main {
    padding: 200px 0 60px 0;
}

.tushow {
    width: 1200px;
    margin: 0 auto;
}

.tushow .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tushow .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.tushow .swiper-slide {
    background-size: cover;
    background-position: center;
}

.tushow .mySwiper2 {
    height: 700px;
    width: 100%;
    overflow: hidden;
}

.tushow .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.tushow .mySwiper .swiper-slide {
    width: 25%;
    height: 150px;
    opacity: 0.4;
    overflow: hidden;
}

.tushow .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.banlist_main_more {
    font-size: 18px;
    color: #ff5a5a;
    font-weight: bold;
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.freebanner .llcat_box {
    width: 610px;
    height: 650px;
}

.freebanner .llcat_list li {
    width: 20%;
}

.freebanner .llcat_box_con {
    padding: 40px;
}

.freebanner .llcat_box_con h5 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.freebanner .submit {
    margin-top: 50px;
}

.freebanner .llcat_con {
    top: 65%;
    left: 50%;
    transform: translate(-55%, -50%);
}

.freebanner_nav {
    color: #fff;
    position: absolute;
    top: 27%;
    left: 20%;
    width: 1200px;
    margin: 0 auto;
}

.freebanner_nav .llsmall_nav_con p,
.freebanner_nav .llsmall_nav_con a,
.freebanner_nav .llsmall_nav_con i {
    color: #fff;
}

.freeone {
    padding: 80px 0 40px 0;
}

.freeone_con {
    width: 1200px;
    margin: 0 auto;
}

.freeone_title img {
    margin: 0 auto 40px auto;
    display: block;
    text-align: center;
    max-width: 100%;
    vertical-align: middle;
}

.freeone_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.freeone_list li {
    width: 48.5%;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.freeone_list img {
    width: 100%;
    vertical-align: middle;
}

.freeone_list h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 98%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.freetwo img {
    width: 100%;
    vertical-align: middle;
}

.freethree {
    width: 1200px;
    margin: 0 auto;
}

.freethree img {
    max-width: 100%;
    vertical-align: middle;
    display: block;
    margin: 60px auto 90px auto;
    text-align: center;
}

.freefour {
    width: 100%;
    padding: 60px 0;
    background-color: #e6e8ec;
}

.freefour_con {
    width: 1200px;
    margin: 0 auto;
}

.freefour_con h3 {
    font-size: 42px;
    color: #333;
    text-align: center;
    margin: 0 auto 40px auto;
}

.freefour_list ul {
    display: flex;
    justify-content: space-between;
}

.freefour_list li {
    width: 20%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.freefour_list h4 {
    font-size: 24px;
    color: #222;
    font-weight: bold;
    margin: 30px 0 20px 0;
    text-align: center;
}

.freefour_list p {
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 25px
}

.freefour_button {
    width: 40%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    background-color: #ff5a5a;
    color: #fff;
    margin: 0 auto;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
}

.freefour_button:hover {
    background-color: #e6e8ec;
    color: #ff5a5a;
    border: 1px solid #ff5a5a;
    transition: all 0.3s;
}

.freefour_button p {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

.freefour_con h5 {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    text-align: center;
}

.freefour_list {
    margin: 40px auto 70px auto;
}

.freeshowtu {
    width: 1200px;
    margin: 80px auto;
}

.freefour_button i {
    font-size: 20px;
}

.cate_ma {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    right: 20%;
    transform: translate(0, -60%);
}

.cate_ma ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.cate_ma li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 30px;
}

.cate_ma li img {
    margin-bottom: 30px;
}

.cate_ma li p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}

.catell_ren {
    width: 1200px;
    margin: 70px auto;
}

.catell_ren h3 {
    font-size: 42px;
    color: #222;
    font-weight: bold;
    margin-bottom: 50px;
}

.catell_ren_main {
    display: flex;
    justify-content: flex-start;
    z-index: 999;
}

.catell_ren_img {
    width: 400px;
    height: 590px;
    overflow: hidden;
    margin-right: 60px;
}

.catell_ren_img img {
    width: 100%;
    vertical-align: middle;
}

.catell_ren_text {
    width: 700px;
    overflow: hidden;
    margin-top: 40px;
}

.catell_ren_text h5 {
    font-size: 20px;
    color: #222;
    margin-bottom: 20px;
}

.catell_ren_text .catell_ren_text_name {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.catell_ren_text h4 {
    font-size: 46px;
    color: #222;
    margin-right: 15px;
}

.catell_ren_text span {
    font-size: 28px;
    color: #222;
}

.catell_ren_textlist {
    margin-top: 40px;
}

.catell_ren_textlist li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.catell_ren_textlist li p {
    font-size: 18px;
    color: #666;
    margin-left: 15px;
}

.catell_ren_textlist li i {
    color: #999;
    font-size: 20px;
}

.catell_bigmain {
    position: relative;
}

.catell_fixedimg {
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -9;
}

.catell_record {
    width: 1200px;
    margin: 0 auto 80px auto;
}

.catell_record h3 {
    font-size: 42px;
    color: #333;
    font-weight: bold;
    margin-bottom: 50px;
}

.catell_record_list {
    display: flex;
    justify-content: space-between;
}

.catell_record_line {
    width: 2px;
    height: 760px;
    background-color: #e5e5e5;
}

.catell_record_phone {
    position: relative;
}

.catell_record_ma {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 235px;
    height: 235px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.catell_record_ma img {
    width: 100%;
    vertical-align: middle;
}
#add_check label {
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    display: block;
}

#add_check input {
    width: 1px;
    height: 1px;
    opacity: 0;
}

    #add_check input[type=radio]:after {
    }

    #add_check input[type="radio"]:checked + label {
        color: #ff5a5a !important;
        border: 1px solid #ff5a5a !important;
    }

    #add_check input[type="checkbox"]:checked + label {
        color: #ff5a5a !important;
        border: 1px solid #ff5a5a !important;
    }
.add_check ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.add_check li {
    margin: 0 20px 10px 0;
}

    .add_check li:hover {
        border: none;
    }