body {
    font-family: "Noto Sans SC" !important;
}
.navbar-nav{
    font-family: "Noto Sans SC";
}
li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #C7020B;
    text-decoration: none;
}
.wx_img{
    width: 100px;
}

/* 首页 */

.t_c {
    text-align: center;
}

.f_r {
    float: right;
}

.f_l {
    float: left;
}

.marb30 {
    margin-bottom: 30px;
}

.marb50 {
    margin-bottom: 50px;
}

.marb80 {
    margin-bottom: 80px;
}
.submit-2{
    text-align: center;
    width: 420px
}
.top_guide {
    background-color: #fff;
    border: none;
    box-shadow: 0px 2px 14px 0px rgba(218, 221, 227, 0.23);
    font-size: 15px;
    margin-bottom: 0;
    z-index: 20;
    border-radius: 0;
}

.img_enlarge top_logo {
    display: inline-block;
    margin: 11px 50px 10px 0;
}
.more{
    background-color: #fff;
    color: #C7020B;
    /* border: 1px #C7020B solid; */
    border-radius: 20px;
    display: initial;
    margin: auto;
    position: relative;
}
.more:hover{
    background: linear-gradient(227deg, #D81C1B 0%, #F95046 55%, #FF7865 100%);
    color: #fff;
    /*border: 1px transparent solid;*/
    box-shadow: 0px 2px 12px 0px rgba(255, 73, 73, 0.4);
    transition: all .1s linear;
}
.top_logo img {
    margin-top: 9px;
    width: 200px;
    height: 43px;
    object-fit: contain;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
}

.navbar-nav>li>a {
    padding: 22px 0;
    margin: 0 20px;
    font-size: 16px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #C7020B;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #C7020B;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #fff;
    color: #C7020B;
}

.navbar-default .navbar-nav>.active>a::after {
    position: absolute;
    content: "";
    left: 25%;
    bottom: 10px;
    width: 50%;
    height: 2px;
    background: #C7020B;
}

.navbar-nav>li>.dropdown-menu {
    margin: 0 15px;
    border: none;
    border-radius: 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #fff;
    color: #C7020B;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #C7020B;
    background-color: #fff;
}

.dropdown-menu>li>a {
    padding: 8px 20px;
    /*font-weight: 600;*/
    font-size: 15px;
}

.navbar-nav {
    float: none;
}

.navbar-nav li.nav_icon:last-child {
    float: right;
}

.navbar-nav li.nav_icon:last-child a {
    float: left;
    padding: 21px 0;
    margin-left: 10px;
}

.navbar-collapse {
    padding: 0;
}

.navbar-toggle {
    margin: 13px 0px 13px 0;
}

.container-fluid {
    padding-left: 13px;
    padding-right: 13px;
}

footer {
    text-align: center;
    background-color: #141B1E;
    color: #a3a3a3;
    padding: 20px 0 30px;
    font-size: 12px;
    line-height: 24px;
}

.bottom_guide {
    background-color: #141B1E;
    color: #ccc;
    padding-top: 30px;
}

.bottom_guide_way_ul {
    margin-bottom: 30px;
}

.bottom_guide_way {
    margin-bottom: 15px;
    line-height: 14px;
    font-size: 13px;
}

.bottom_guide_way img {
    margin-right: 10px;
    height: 13px;
    width: 14px;
}

.bottom_guide_way a {
    color: #ccc;
    font-size: 13px;
}

.bottom_guide_way a:hover {
    color: #C7020B;
}

.bottom_guide_ul {
    float: left;
    margin-right: 20px;
}

.bottom_logo {
    margin-bottom: 20px;
    max-width: 100%;
}

.bottom_guide_left {
    border-left: 1px #a3a3a3 solid;
    padding-left: 30px;
    padding-bottom: 3px;
}

.bottom_guide_right_ul li {
    margin-bottom: 10px;
}

.bottom_guide_right_ul li:first-child {
    margin-bottom: 20px;
}

.bottom_guide_right_ul li:first-child a {
    color: #fff;
    font-size: 16px;
}

.bottom_guide_right_ul li a {
    color: #a3a3a3;
}

.bottom_guide_right_ul li a:hover {
    color: #C7020B;
}

.bg1 {
    background-image: url(../images/bg1.png);
    background-size: cover;
}

.hp_part1 .tit {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hp_part1 {
    padding: 134px 80px;
}

.hp_part1 p {
    font-size: 18px;
    margin-bottom: 40px;
}

.hp_part1 a {
    padding: 8px 24px;
    background: linear-gradient(227deg, #D81C1B 0%, #F95046 55%, #FF7865 100%);
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    transition: all .1s linear;
}

.hp_part1 a:hover {
    box-shadow: 0px 2px 12px 0px rgba(255, 73, 73, 0.4);
}

.hp_part12_img {
    width: 100%;
    object-fit: cover;
    height: 430px;
    position: absolute;
}

.hp_part12 {
    z-index: 10;
    position: relative;
    padding: 127px 80px;
}

.hp_tit {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    padding-top: 70px;
    margin-bottom: 30px;
}

.hp_tit0 {
    padding-top: 0;
}

.hp_tit::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background: #C7020B;
    bottom: 1px;
    left: calc(50% - 20px);
}

.bg2 {
    /*background-image: url(../images/bg2.png);*/
    background-image: url(/bg2.png);
    background-size: cover;
    box-shadow: 0px 2px 26px -4px rgb(237 229 229);
    /* margin-bottom: 70px; */
}

.hp_product1 {
    background-image: url(../images/bg24.png);
    padding: 50px 80px;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 50px;
    box-shadow: 0px 2px 25px 0px rgba(189, 207, 255, 0.26);
}

.hp_product1 p {
    font-size: 30px;
    font-weight: bold;
    line-height: 46px;
}

.hp_product1 p span {
    color: #C7020B;
}

.hp_product1 a {
    padding: 8px 24px;
    border: 1px #C7020B solid;
    border-radius: 20px;
    color: #C7020B;
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 6px;
}

.hp_product1 a:hover {
    background: linear-gradient(227deg, #D81C1B 0%, #F95046 55%, #FF7865 100%);
    color: #fff;
    border: 1px transparent solid;
    box-shadow: 0px 2px 12px 0px rgba(255, 73, 73, 0.4);
    transition: all .1s linear;
}

.hp_product2 {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    margin-bottom: 50px;
    box-shadow: 0px 2px 25px 0px rgba(189, 207, 255, 0.26);
}

.hp_product2_tit {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #C7020B;
    line-height: 50px;
}

.hp_product2_tit2 {
    margin-bottom: 15px;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

.hp_product2 p {
    font-size: 13px;
    line-height: 25px;
    height: 50px;
    color: #999;
    margin-bottom: 15px;
}

.hp_product2 a {
    color: #C7020B;
}

.hp_product2:hover {
    background: linear-gradient(227deg, #D81C1B 0%, #F95046 55%, #FF7865 100%);
    color: #fff;
    box-shadow: 0px 2px 12px 0px rgba(255, 73, 73, 0.4);
}

.hp_product2:hover a:hover {
    text-decoration: underline;
}

.hp_product2:hover p {
    color: #fff;
}

.hp_product2:hover .hp_product2_tit {
    color: #fff;
}

.hp_product2:hover a {
    color: #fff;
}

.bg3 {
    background-image: url(../images/bg3.png);
    background-repeat: no-repeat;
}

.hp_news img {
    width: 100%;
    position: relative;
    margin-bottom: -10px;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}

.hp_news_item {
    background-color: #FAFAFA;
    padding: 40px 20px 32px;
    margin-bottom: 30px;
    border-radius: 0 0 10px 10px;
}

.hp_news_tit {
    font-size: 17px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.hp_news_time {
    color: #7F7F7F;
    margin-bottom: 15px;
}

.hp_news_item p {
    line-height: 24px;
    margin-bottom: 0;
    height: 72px;
}
.div-line1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 30px;
    margin-top: 0 !important;
    -webkit-box-orient: vertical;
}
.line1 {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hp_news_ul {
    background-color: #FAFAFA;
    border-radius: 10px;
    padding: 30px;
    max-height: 390px;
    overflow-y: scroll;
    margin-bottom: 30px;
}

.hp_news_ul li {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hp_news_ul li:last-child {
    margin-bottom: 0;
}

.hp_news_ul span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #7F7F7F;
    margin-top: 8px;
}

.hp_news_ul li a:hover span {
    color: #C7020B;
}

.more_news {
    text-align: center;
    margin-bottom: 80px;
}

.more_news a {
    border: 1px #C7020B solid;
    border-radius: 20px;
    color: #C7020B;
    display: inline-block;
    padding: 8px 24px;
}

.more_news a:hover {
    background: linear-gradient(227deg, #D81C1B 0%, #F95046 55%, #FF7865 100%);
    color: #fff;
    border: 1px transparent solid;
    box-shadow: 0px 2px 12px 0px rgba(255, 73, 73, 0.4);
}

.owl-carousel_plan {
    margin-bottom: 20px;
    text-align: center;
}

.owl-carousel_plan img {
    height: 540px;
    /*border-radius: 10px;*/
    object-fit: cover;
}
.owl-title div{
    margin-top: 30px
}
.owl-carousel_plan .owl-title {
    /*background-image: url(../images/bg26.png);*/
    display: block;
    margin: 0 auto;
    width: 80%;
    /*padding: 36px 30px;*/
    height: 190px;
    text-align: center;
    position: relative;
    margin-top: -185px;
    color: #fff;
    transition: all .1s linear;
}

.owl-carousel_plan .owl-title:hover {
    /*background-image: url(../images/bg25.png);*/
    /*color: #fff;*/
}

.owl-carousel_plan .owl-title span {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    display: inline-table;
    width: 120px;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
}

.owl-carousel_plan p {
    margin: 0;
}

.hp_news_ul {
    scrollbar-color: light;
    scrollbar-width: thin;
}

.hp_news_ul::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

.hp_news_ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #E3E3E3;
}

.hp_news_ul::-webkit-scrollbar-track {
    background-color: #f3f3f3;
    border-radius: 10px;
}

.owl-theme .owl-dots .owl-dot span {
    margin-bottom: 0;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #C7020B;
}


/* 产品详情 */

.bg4 {
    background-image: url(../images/bg4.png);
    background-size: cover;
}

.carousel_img .carousel-indicators {
    position: initial;
    width: 100%;
    margin: 0;
    left: 0;
    padding-top: 30px;
    margin-bottom: 50px;
}

.carousel-indicators li {
    background-color: #ccc;
    border: none;
}

.carousel-indicators .active {
    background-color: #C7020B;
}

.carousel_img .carousel-inner img {
    height: 300px;
    object-fit: contain;
    margin: 0 auto;
}

.carousel_product .tit {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 28px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    margin-top: 20px;
}

.carousel_product p {
    line-height: 36px;
    margin-bottom: 30px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.carousel_product .more a {
    background-color: #C7020B;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

.carousel_product .more a:hover {
    box-shadow: 0px 2px 12px 0px rgba(255, 73, 73, 0.4);
}

.crumb_top {
    text-align: left;
    margin: 28px 0;
    font-size: 13px;
    color: #888;
}

.crumb_top a {
    color: #888;
}

.crumb_top a:hover {
    color: #C7020B;
}

.crumb_top span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 360px;
    display: inline-block;
    vertical-align: bottom;
    color: #333;
}

.product_rel img {
    display: block;
    margin: 0 auto 28px;
    object-fit: contain;
    height: 170px;
    width: 100%;
}

.product_rel .col-sm-4 {
    padding: 0 50px;
}

.product_rel .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.product_rel p {
    color: #777;
    margin-bottom: 0px;
}

.rel_plan_l {
    background-image: url(../images/bg22.png);
    padding: 66px 100px 66px 150px;
    background-size: cover;
    max-height: 300px;
    overflow: hidden;
}

.rel_plan .col-sm-7 {
    padding: 0;
}

.rel_plan .col-sm-5 {
    padding: 0;
}

.rel_plan {
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: 80px;
}

.rel_plan_r img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.rel_plan_l .tit {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rel_plan_l p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
    height: 60px;
}

.rel_plan_l .more a {
    border: 1px #C7020B solid;
    border-radius: 20px;
    color: #C7020B;
    display: inline-block;
    padding: 8px 24px;
}

.rel_plan_l .more a:hover {
    background: linear-gradient(227deg, #D81C1B 0%, #F95046 55%, #FF7865 100%);
    color: #fff;
    border: 1px transparent solid;
    box-shadow: 0px 2px 12px 0px rgba(255, 73, 73, 0.4);
}

.product_table {
    display: flow-root;
    margin-bottom: 10px;
}

.product_table li {
    width: 50%;
    float: left;
    padding: 12px 26px;
    list-style: disc;
    list-style-position: inside;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
}

.product_table li:nth-child(4n+2) {
    background-color: #F3F6F7;
}

.product_table li:nth-child(4n+1) {
    background-color: #F3F6F7;
}


/* 中心 */

.product_list img {
    height: 160px;
    object-fit: contain;
    display: block;
    margin: 0 auto 30px;
}

.product_list .tit {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_list p {
    color: #888;
    margin-bottom: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
}

.product_list .col-sm-4 {
    padding: 0 50px;
}

.pagination {
    margin-top: 10px;
}

.pagination_list {
    text-align: center;
    margin-bottom: 50px;
}

.pagination>li>a,
.pagination>li>span {
    border: none;
    border-radius: 6px;
    color: #666;
}

.pagination>li.active>a {
    background-color: #C7020B;
    color: #fff;
}

.pagination>li>a:hover {
    background-color: #C7020B;
    color: #fff;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
    background-color: #C7020B;
    box-shadow: 0px 12px 16px 1px rgba(0, 21, 51, 0.03);
}

.pagination>li>span:hover {
    background-color: transparent;
    color: #666;
}

.pagination>li>span.page_in {
    padding: 3px 1px;
}

.page_in input {
    border: 1px #E6E9EC solid;
    width: 44px;
    border-radius: 6px;
    text-align: center;
    padding: 2px 0;
}

.page_in input:focus {
    border: 1px #C7020B solid;
    outline: none;
}

.pagination>li {
    display: inline-block;
}

.screen_list {
    margin-top: 30px;
    margin-bottom: 10px;
}

.screen_list li {
    display: inline-block;
    margin: 0 40px 10px 0;
    position: relative;
    padding-bottom: 10px;
    font-size: 15px;
}

.screen_list li.active a {
    color: #C7020B;
}

.screen_list li.active::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #C7020B;
    bottom: 1px;
    /*left: calc(50% - 20px);*/
}
.new_screen a.active::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 1px;
    background: #C7020B;
    bottom: 1px;
    left: calc(50% - 20px);
}
.screen_list_re {
    margin-bottom: 10px;
}
.new_screen{
    position: absolute;
    margin-top: 20px;
    /* width: 450px; */
    width: auto;
    white-space: nowrap;
}
.new_screen a{
    font-size: 14px;
}
.screen_list_re li {
    display: inline-block;
    margin: 0 30px 20px 0;
    font-weight: lighter;
}

.screen_list_re li a {
    color: #666 !important;
}

.screen_list_re li a:hover {
    color: #C7020B !important;
}

.screen_list_re .active a {
    color: #C7020B;
}

.screen_all {
    margin-bottom: 35px;
}

.product_list{
    min-height: 500px;
}
/* 列表展开 */
.list_unfold{
    margin-top: 50px;
}
.list_unfold .tit {
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin-right: 30px;
    width: 200px;
}

.list_unfold ul {
    display: flow-root;
}

.list_unfold ul li {
    display: inline-block;
}

.list_unfold ul li a {
    line-height: 24px;
    display: inline-block;
    margin: 0 50px 10px 0;
    font-size: 14px;
}

.list_unfold_item {
    margin-bottom: 15px;
}

.ch_all {
    /*width: 60px;*/
    float: right;
    text-align: right;
}

.ch_all a {
    display: inline-block;
    padding: 2px 14px;
    border-radius: 20px;
    border: 1px #C7020B solid;
    color: #C7020B;
    font-size: 13px;
    line-height: 20px;
}

.ch_all a:first-child {
    margin-bottom: 8px;
}

.ch_all a:hover {
    background-color: #C7020B;
    color: #fff;
    box-shadow: 0px 12px 16px 1px rgba(0, 21, 51, 0.03);
}

.list_unfold_ul .active {
    color: #C7020B;
}

.ch_button.active {
    background-color: #C7020B;
    color: #fff;
    background: linear-gradient(227deg, #D81C1B 0%, #F95046 55%, #FF7865 100%);
    border: 1px #FF7865 solid;
}

.unfold_icon {
    text-align: center;
    padding-bottom: 20px;
}

.dis_none {
    display: none;
}


/* 检索 */

.bg5 {
    background-image: url(../images/bg20.png);
    background-size: cover;
}

.crumb_top2 {
    color: #ccc;
}

.crumb_top2 a {
    color: #ccc;
}

.search_top .tit {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}

.search_top .tit2 {
    margin-top: 75px;
}

.search_top .form-control {
    width: 60%;
    float: left;
    font-size: 16px;
    padding: 15px 80px 15px 30px;
    height: auto;
    border-radius: 50px;
    margin-left: 20%;
}

.search_top button {
    background-color: transparent;
    border: none;
    margin-left: -66px;
    padding: 16px;
    border-radius: 0 50px 50px 0;
}

.search_top button img {
    height: 22px;
}

.search_top .search-form {
    margin-bottom: 20px;
}

.hot_search {
    color: #fff;
    font-weight: lighter;
    margin-left: 20%;
    padding-left: 30px;
    margin-bottom: 60px;
    margin-right: 10%;
}

.hot_search a {
    display: inline-block;
    border: 1px #fff solid;
    color: #fff;
    padding: 3px 18px;
    border-radius: 30px;
    margin: 0 10px 10px 0;
}

.hot_search a:hover {
    border: 1px #C7020B solid;
    background-color: #C7020B;
}

.search_list {
    margin: 40px 0;
}

.search_list img {
    width: 190px;
    object-fit: cover;
    height: 190px;
    border-radius: 10px;
}

.search_list .tit {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    margin-top: 12px;
}

.search_list p {
    color: #999;
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 20px;
}

.search_list p span {
    margin-right: 10px;
    border-right: 1px #999 solid;
    padding-right: 10px;
}

.search_list p span:last-child {
    border: none;
}

.search_list .more {
    display: inline-block;
    border: 1px #C7020B solid;
    padding: 6px 20px;
    border-radius: 30px;
    color: #C7020B;
}

.search_list .more:hover {
    background-color: #C7020B;
    color: #fff;
}

.search_list_item {
    margin-bottom: 30px;
}

.search_list .result_btn img {
    width: 13px;
    height: 13px;
    border-radius: 0;
    margin-right: 5px;
    filter: grayscale(100%);
    object-fit: contain;
}

.search_list .result_btn a:hover img {
    filter: initial;
}


/* join */

.bg6 {
    background-image: url(../images/bg17.png);
    background-size: cover;
}

.bg7 {
    background-image: url(../images/bg8.png);
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.join_top .tit {
    font-size: 30px;
    color: #fff;
    text-align: center;
    height: 110px;
    margin-bottom: 30px;
    margin-top: 90px;
}

.join_top p {
    color: #fff;
    line-height: 30px;
    padding: 0 10%;
    margin-bottom: 100px;
}

.about_pic {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    filter: drop-shadow(-12px 0 0px rgba(138, 185, 255, 0.06));
}

.join_about .tit1 {
    font-size: 84px;
    color: rgb(199, 199, 199, 0.2);
}

.join_about .tit1_2 {
    margin-top: 74px;
}

.join_about .tit2 {
    font-size: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #d8d8d8 solid;
    padding-bottom: 26px;
    width: 460px;
    position: relative;
    margin-top: -50px;
}

.join_about .tit2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 56px;
    height: 2px;
    background: #C7020B;
}

.join_about p {
    width: 460px;
    line-height: 38px;
    font-size: 15px;
}

.join_about {
    margin-bottom: 130px;
}

.join_work .tit {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    margin-bottom: 40px;
}

.join_work .tit span {
    background-color: #C7020B;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
    width: 24px;
    text-align: center;
    border-radius: 4px;
    line-height: 24px;
    float: left;
}

.join_work p {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #A8A8A8;
}

.join_work p span {
    margin-right: 10px;
    border-right: 1px #A8A8A8 solid;
    padding-right: 10px;
}

.join_work p span:last-child {
    margin-right: 0px;
    border-right: none;
    padding-right: 0px;
}

.join_work {
    background-image: url(../images/bg19.png);
    background-size: cover;
    padding: 24px 30px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.join_work_list {
    margin-bottom: 50px;
}

.join_work:hover {
    box-shadow: 0px 2px 14px 0px rgba(218, 221, 227, 0.23);
}

.bg8 {
    position: absolute;
    right: 0;
    top: 0;
}

.p_r {
    position: relative;
}


/* 服务 */

.service_item .tit2 {
    margin-top: 50px;
}

.service_item {
    margin-bottom: 50px;
}

.service_item p {
    width: 600px;
    line-height: 36px;
}

.service_form span {
    width: 70px;
    text-align: right;
    margin-right: 10px;
    float: left;
    line-height: 38px;
}

.service_form {
    margin-top: 30px;
}

.service_form input {
    border: 1px #e6e6e8 solid;
    padding: 8px 15px;
    border-radius: 6px;
    width: 280px;
    margin-bottom: 20px;
}

.service_form textarea {
    border: 1px #e6e6e8 solid;
    padding: 8px 15px;
    border-radius: 6px;
    width: 280px;
    margin-bottom: 30px;
}

.service_form input:focus {
    border: 1px #C7020B solid;
    outline: none;
}

.service_form textarea:focus {
    border: 1px #C7020B solid;
    outline: none;
}

.service_form_button {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 30px;
    border: 1px #C7020B solid;
    background-color: transparent;
    color: #C7020B;
    font-size: 15px;
}

.service_form_button:hover {
    color: #fff;
    background-color: #C7020B;
}

.bg9 {
    background-image: url(../images/bg10.png);
    background-size: cover;
}

.panel-group {
    margin-bottom: 60px;
}

.dian1 {
    width: 7px;
    height: 7px;
    background-color: #C7020B;
    border-radius: 10px;
    float: left;
    margin: 12px 15px 10px 0;
}

.panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #EBEBEB;
    background: none;
    box-shadow: none;
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.panel-heading {
    border: none;
    padding: 0;
}

.panel-title a {
    display: block;
    padding: 15px 40px 15px 15px;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
}

#accordion .panel-heading a:before {
    content: '\e316';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 16px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
    line-height: 36px;
    padding-top: 0;
    font-size: 15px;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}


/* 关于 */

.bg10 {
    background-image: url(../images/bg12.png);
    background-size: cover;
}

.owl-carousel_founder {
    padding-bottom: 30px;
}

.owl-carousel_founder .tit {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 140px;
}

.owl-carousel_founder p {
    line-height: 36px;
    margin-bottom: 10px;
    font-size: 15px;
}

.owl-carousel_founder .row img {
    border-radius: 20px;
}

.bg11 {
    background-image: url(../images/bg14.png);
    background-size: cover;
    margin-top: 50px;
}

.owl-carousel_founder_p {
    /*max-height: 250px;*/
    overflow-y: scroll;
    padding-left: 10px;
    margin-bottom: 50px;
}

.owl-carousel_founder_p::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

.owl-carousel_founder_p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #E3E3E3;
}

.owl-carousel_founder_p::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

.bg12 {
    background-image: url(../images/bg15.png);
    background-size: auto;
    padding: 50px 0;
}


/* 时间 */

.event_list_item {
    background-image: url(../images/bg16.png);
    padding: 50px;
    background-size: cover;
    max-height: 400px;
    overflow-y: scroll;
    height: 400px;
}

.event_list_item::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

.event_list_item::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.12);
}

.event_list_item::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

.event_list_item h4 {
    font-size: 30px;
    color: #C7020B;
    margin-bottom: 50px;
}

.event_list_item p {
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 20px;
}

.main-timeline .timeline-content {
    display: block;
    position: relative;
}

.main-timeline .fd-active-line .timeline-year {
    text-shadow: 0px 7px 14px rgba(249, 16, 16, 0.27);
    color: transparent;
    background-image: linear-gradient(227deg, #D81C1B 0%, #F95046 55%, #FF7865 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-decoration: none;
}

.main-timeline .timeline-year {
    font-size: 76px;
    text-align: center;
    color: rgba(0, 0, 0, 0.12);
}

.swiper-container_2 {
    height: 420px;
    overflow: hidden;
}

.swiper-slide2 {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-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;
    border-right: 4px rgba(0, 0, 0, 0.12) solid;
}

.fd-active-line {
    border-right: 4px #C7020B solid;
}

.bg13 {
    background-image: url(../images/bg14-0.png);
}

.button {
    position: absolute;
    cursor: pointer;
    top: 20px;
    font-size: 30px;
    color: #D8D8D8;
}

.prev {
    left: 15px;
}

.next {
    right: 15px;
}

.slide_wrap {
    overflow: hidden;
    position: relative;
    margin: 0px 60px;
    height: 42px;
}

.slide_wrap ul {
    position: relative;
    left: 0px;
}

.slide_wrap::after {
    width: 100%;
    height: 1px;
    background-color: #D8D8D8;
    content: '';
    position: absolute;
    top: 40px;
    left: 0px;
}

.slide_items li {
    float: left;
    font-size: 20px;
    width: 200px;
    text-align: center;
}

.slide_items li a {
    display: block;
}

.slide_items li span {
    color: #333333;
    font-size: 16px;
    display: block;
    position: relative;
    line-height: 20px;
    padding-bottom: 22px;
}

.slide_items li.on span {
    font-size: 20px;
}

.slide_items li.on span::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #C7020B;
    bottom: 1px;
    left: calc(50% - 25px);
    z-index: 10;
}

.slide_items li div {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #a2a2a2;
    border-radius: 13px;
    padding: 2px;
    box-sizing: border-box;
    margin-top: 22px;
}

.slide-content {
    margin: 50px 60px 0
}

.slide-content ul {
    display: none;
}

.slide-content ul.on {
    display: block;
}


/* tab */

.flqh-switch_year {
    float: left;
    height: 290px;
    overflow-y: scroll;
    padding-right: 10px;
}

.flqh-switch_year span {
    font-size: 18px;
    display: flow-root;
    padding: 35px 0;
    border-bottom: 1px #D8D8D8 solid;
}

.flqh-switch_year span:first-child {
    padding-top: 0;
}

.flqh-switch_year span.active {
    box-shadow: none;
    color: #C7020B;
    border-bottom: 1px rgba(199, 2, 11, 0.23) solid;
}

.flqh-switch_year::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

.flqh-switch_year::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #E3E3E3;
}

.flqh-switch_year::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

.flqh-item img {
    float: right;
    object-fit: contain;
    width: 300px;
    max-width: 100%;
}

.flqh-switch_year span strong {
    border-right: 1px #d8d8d8 solid;
    font-size: 26px;
    padding-right: 10px;
    margin-right: 10px;
    margin-left: 2px;
}

.honour_time {
    padding-bottom: 50px;
}

.xq_coo {
    margin-top: 60px;
}

.xq_coo img {
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.xq_coo p {
    line-height: 38px;
}

.xq_coo span {
    color: #C7020B;
}

.xq_coo a {
    color: #C7020B;
}

.xq_coo .col-lg-8 {
    margin-top: 15px;
}

.bg14 {
    background-image: url(../images/bg27.png);
    background-size: cover;
}

.join_us_slogan {
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding-top: 130px;
}

.join_us_more {
    text-align: center;
}

.join_us_more a {
    padding: 8px 24px;
    display: inline-block;
    background: linear-gradient(227deg, #D81C1B 0%, #F95046 55%, #FF7865 100%);
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
    margin: 30px 0 130px;
}

.bg15 {
    background-image: url(../images/bg28.png);
    background-size: cover;
}

.contact_map {
    padding: 60px 0 50px;
}

.contact_map #flqh-switch30 {
    color: #fff;
    margin-top: 40px;
}
.flqh-item30{
    margin-top: 60px;
}
.contact_map #flqh-switch30 span {
    display: table;
    background-image: url(../images/bg29.png);
    height: 82px;
    width: 285px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 20px;
    padding-top: 40px;
    cursor: pointer;
}

.contact_map #flqh-switch30 span.active {
    background-image: url(../images/bg30.png);
}

.contact_map ul li {
    color: rgba(255, 255, 255, 0.74);
    margin-bottom: 25px;
    width: 49%;
    float: left;
    margin-left: 1%;
}

.contact_map .flqh-item30 div {
    display: block;
    margin: 0 auto 50px;
    height: 292px;
    object-fit: contain;
    border-radius: 10px;
    max-width: 100%;
}


/* 新闻 */

.top_img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.bg16 {
    background-image: url(../images/bg24.png);
    background-size: cover;
}

.new_news {
    background-color: #fff;
    border: 1px #f1f1f1 solid;
    margin: -70px 30px 20px;
    z-index: 10;
    position: relative;
    padding: 20px 30px;
    border-radius: 6px;
}

.new_news .tit {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.new_news p {
    line-height: 24px;
    color: #666;
    height: 48px;
    font-size: 13px;
}

.new_news .more {
    display: inline-block;
    border-radius: 20px;
    padding: 6px 10px;
    background: linear-gradient(227deg, #D81C1B 0%, #F95046 55%, #FF7865 100%);
    color: #fff;
    font-size: 13px;
    overflow: hidden;
}

.new_news .more span {
    opacity: 0;
    margin-right: 10px;
    margin-left: -64px;
    transition: all .2s linear;
}

.new_news:hover {
    background: linear-gradient(227deg, #D81C1B 0%, #F95046 55%, #FF7865 100%);
    border: 1px #F95046 solid;
    color: #fff;
}

.new_news:hover .more:hover {
    box-shadow: 0px 5px 10px 1px #D81C1B;
}

.new_news:hover .more:hover span {
    display: inline-block;
    transition: all .2s linear;
    opacity: 1;
    margin-left: 0px;
}

.new_news:hover a {
    color: #fff;
}

.new_news:hover p {
    color: #fff;
}

.new_news:hover .more {
    background: #fff;
    color: #D81C1B;
}

.owl-carousel_new img {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.owl-carousel_act img {
    height: 360px;
    object-fit: cover;
}

.e_act {
    background-image: url(../images/bg22.png);
    background-size: cover;
    width: 54%;
    padding: 60px 100px;
    position: relative;
    margin-top: -180px;
    z-index: 10;
}

.e_act .tit {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.e_act p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
    height: 60px;
}

.e_act .more {
    color: #C7020B;
    border: 1px #C7020B solid;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 30px;
}

.e_act .more:hover {
    background-color: #C7020B;
    color: #fff;
}

.owl-carousel_act0 .owl-dots {
    text-align: right;
    margin-right: 80px;
}

.owl-carousel_act0 {
    margin-bottom: 25px;
}

.owl-carousel_key .row .col-sm-6 {
    float: right;
}

.owl-carousel2 .owl-carousel_key .owl-carousel_key_img img {
    height: 380px;
    width: 380px;
    object-fit: cover;
    border-radius: 400px;
    margin-left: 24%;
    box-shadow: 0px 5px 15px 4px rgb(218 221 227 / 80%);
}

.circle_r {
    width: 160px;
    height: 160px;
    padding-top: 56px;
    color: #fff;
    display: inline-block;
    border-radius: 160px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    z-index: 10;
    top: 32%;
    left: 12%;
    background: linear-gradient(227deg, rgba(216, 28, 27, 0.9) 0%, rgba(249, 80, 70, 0.9) 55%, rgba(255, 120, 101, 0.9) 100%);
}

.circle_r span {
    font-size: 14px;
}

.circle_b {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    border-radius: 80px;
    text-align: center;
    font-size: 15px;
    position: absolute;
    z-index: 20;
    top: 18%;
    left: 24%;
}

.key_news .tit {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.key_news p {
    line-height: 30px;
    margin-bottom: 30px;
}

.key_news .more {
    border: 1px #C7020B solid;
    color: #C7020B;
    display: inline-block;
    padding: 6px 24px;
    border-radius: 20px;
}

.key_news .more:hover {
    background-color: #C7020B;
    color: #fff;
}

.owl-carousel_key {
    padding: 18px 0;
}

.owl-carousel_kn {
    padding-bottom: 30px;
}

.new_detail {
    border-bottom: 1px #E7E7E7 solid;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.new_detail .tit {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 20px;
    line-height: 1.8;
}

.new_detail p {
    line-height: 32px;
    font-size: 15px;
    margin-bottom: 26px;
}

.new_detail img {
    max-width: 100%;
    display: block;
    margin: 0 auto 26px;
}

.new_detail table {
    max-width: 100%;
    display: block;
    margin: 0 auto 26px;
}

.detail_tr {
    text-align: center;
    margin-bottom: 30px;
}

.detail_tr span {
    margin: 0 15px;
    color: #999;
}

.next_detail {
    margin-top: 60px;
    line-height: 1.8;
    color: #C7020B;
}

.next_detail a {
    font-size: 16px;
    color: #C7020B;
}

.next_detail a:hover {
    text-decoration: underline;
}

.e_mail {
    margin-bottom: 100px;
    text-align: center;
}

.e_mail .tit {
    font-size: 18px;
    margin-bottom: 40px;
}

.e_mail .form-control {
    width: 300px;
    height: 40px;
    display: inline-block;
}

.e_mail button {
    background-color: #C7020B;
    color: #fff;
    border: none;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 4px;
    margin-left: 6px;
}


/* 投资者关系 */

.report_list {
    padding: 40px 30px 20px;
    border: 1px #E6E6E6 solid;
    margin: 40px 0;
}

.report_list ul li span {
    float: right;
    margin-left: 20px;
}

.report_list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.report_list .tit {
    margin-bottom: 45px;
}

.report_list .tit span {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    line-height: 26px;
}

.report_list .tit a {
    float: right;
    color: #C7020B;
    line-height: 26px;
}

.report_list .tit span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 40%;
    height: 4px;
    background: #C7020B;
}

.bg17 {
    background-image: url(../images/bg20.png);
    background-size: cover;
}

.tit_xc {
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin-top: 100px;
}

.btn_dy {
    background: none;
    border: 1px #fff solid;
    color: #fff;
    display: block;
    padding: 8px 38px;
    border-radius: 20px;
    font-size: 15px;
    margin: 30px auto 100px;
}

.btn_dy:hover {
    background-color: #C7020B;
    color: #fff;
    border: 1px #C7020B solid;
}

.notice_new {
    margin-bottom: 50px;
}

.notice_new img {
    width: 100%;
    height: 316px;
    object-fit: cover;
}

.notice_new ul {
    border-bottom: 1px #E7E7E7 solid;
    margin-bottom: 30px;
    margin-right: 40px;
}

.notice_new ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.notice_new ul li a {
    font-size: 17px;
    font-weight: bold;
}

.notice_new ul li span {
    color: #999;
}

.stock_info {
    background-image: url(../images/bg19.png);
    background-size: cover;
    padding: 40px;
    border-radius: 10px;
}

.stock_info li {
    line-height: 46px;
    display: flex;
}

.stock_info li:last-child {
    color: #3E3E3F;
}

.stock_info li strong {
    font-size: 32px;
    font-weight: 500;
    margin: 0 14px;
}

.stock_type {
    font-size: 20px;
    color: #C7020B;
    line-height: 92px;
    border-right: 1px #EAEAEA solid;
    width: 66px;
    float: left;
    margin-right: 40px;
}


/* 解决方案 */

.solution_top {
    background-image: url(../images/bg22.png);
    background-size: cover;
    padding: 50px 50px 40px;
    width: 70%;
    border-radius: 4px;
    margin-top: -160px;
    position: relative;
    z-index: 10;
}

.solution_top .tit {
    font-size: 24px;
    color: #C7020B;
    margin-bottom: 20px;
    line-height: 40px;
    margin-right: 150px;
    font-weight: 600;
}

.solution_top .more {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 15px;
    border: 1px #C7020B solid;
    color: #C7020B;
    padding: 8px 18px;
    border-radius: 30px;
    line-height: 22px;
    display: inline-block;
}

.solution_top .more:hover {
    background-color: #C7020B;
    color: #fff;
}

.solution_top p {
    line-height: 30px;
}

.owl-carousel_solution {
    background-image: url(../images/bg19.png);
    background-size: cover;
    padding: 30px 30px 16px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.owl-carousel_solution .tit {
    font-size: 18px;
    font-weight: bold;
    color: #C7020B;
    margin-bottom: 10px;
}

.owl-carousel_solution p {
    color: #3E3E3F;
    line-height: 25px;
    height: 50px;
}

.bg18 {
    position: absolute;
    left: 0;
    top: 0;
}

.bg19 {
    background-image: url(../images/bg22.png);
    background-size: cover;
    padding: 60px 0;
}
.x-product{
    margin-bottom: 80px;
}

.swiper_solu_l {
    width: 58%;
    position: relative;
}

.swiper_solu_l>img {
    width: 100%;
    object-fit: contain;
    background-color: transparent;
}

.swiper_solu_r {
    width: 36%;
    background: #fff;
}

.swiper_solu_item {
    position: relative;
    padding: 30px 30px 50px;
    border-radius: 10px;
}

.swiper_solu_item a {
    display: inline-block;
    color: #C7020B;
    border: 1px #C7020B solid;
    padding: 4px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.swiper_solu_item a:hover {
    color: #fff;
    background-color: #C7020B;
}

.swiper_solu_item img {
    max-width: 100%;
    height: 160px;
    object-fit: contain;
    display: block;
    margin: 0 auto 20px;
}

.swiper_solu_item .tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper_solu_item ul {
    margin-bottom: 20px;
}

.swiper_solu_item ul li {
    margin-bottom: 10px;
}

.swiper-container .swiper_solu_btn {
    bottom: 20px;
}

.swiper_solu_btn span {
    width: 10px;
    height: 10px;
    margin: 0 2px;
}

.swiper_solu_btn .swiper-pagination-bullet-active {
    background: #C7020B;
}

.swiper_solu_l_point {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper_solu_l_point ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper_solu_l_point ul li {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.3s;
}

.swiper_solu_l_point ul li.on {
    transform: translateY(-120px);
}

.swiper_solu_l_point ul li b {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    border: #d4d4d4 solid 3px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    font-size: 20px;
}

.swiper_solu_l_point ul li.on b {
    background: #C7020B;
    border-color: #FFDBDB;
}

.swiper_solu_l_point ul li i {
    display: block;
    width: 0px;
    height: 100px;
    border-right: #C7020B dotted 1px;
    border-left: #FFDBDB dotted 1px;
    margin: auto;
    opacity: 0;
}

.swiper_solu_l_point ul li.on i {
    opacity: 1;
}

.swiper_solu_l_point ul li span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C7020B;
    margin: auto;
    opacity: 0;
}

.swiper_solu_l_point ul li.on span {
    opacity: 1;
}


/* 资料下载 */

.search_top .tit2 {
    margin-top: 75px;
}

.search_result_top .tit {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 70px;
}

.search_result_top p {
    color: #8E8E8E;
    font-size: 15px;
    margin-bottom: 50px;
}

.search_result_top p span {
    color: #C7020B;
    margin: 0 5px;
}

.search_list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px #F3F3F3 solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    position: relative;
    line-height: 20px;
}

.search_list .result_btn {
    float: right;
    margin-left: 20px;
    position: relative;
    z-index: 10;
}

.search_list .result_btn a {
    margin: 0 10px 0 5px;
    font-weight: lighter;
    font-size: 13px;
}

.search_list .result_btn a i {
    margin-right: 5px;
    font-weight: lighter;
}

.data_table_bg {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    display: none;
}

.data_table_bg2 {
    display: block;
}

.data_table {
    background-color: #fff;
    width: 36%;
    margin: 0 auto;
    top: 20%;
    left: 32%;
    position: absolute;
    border-radius: 4px;
}

.data_table input {
    border: none;
    position: absolute;
    background-color: transparent;
}

.data_table input::-webkit-input-placeholder {
    color: #D8D8D8;
}

.data_table input::-moz-placeholder {
    color: #D8D8D8;
}

.data_table input::-ms-input-placeholder {
    color: #D8D8D8;
}

.data_table .sr {
    border-bottom: 1px #EBEBEB solid;
    margin-bottom: 24px;
    padding-bottom: 12px;
}

.data_table .sr b {
    color: #C7020B;
}

.data_table .xx a {
    text-decoration: underline;
}

.data_table .xx span {
    font-size: 12px;
    margin-left: 20px;
    display: block;
}

.data_table .xx {
    margin-bottom: 10px;
    line-height: 20px;
}

.data_table .tit {
    border-bottom: 1px #EBEBEB solid;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.data_table .tit i {
    float: right;
    cursor: pointer;
}

.data_table .tit i:hover {
    color: #C7020B;
}

.data_table_form {
    padding: 0 20px 20px;
}

.data_table_button {
    display: inline-block;
    padding: 8px 100px;
    border-radius: 30px;
    background-color: #C7020B;
    color: #fff;
    font-size: 15px;
    margin: 20px 0 30px;
    border: none;
}

.code_btn {
    float: right;
    color: #fff;
    background-color: #C7020B;
    border-radius: 30px;
    border: none;
    font-size: 12px;
    font-weight: lighter;
    padding: 4px 10px;
}

.data_table input:focus {
    outline: none;
}


/* xg */

.img_enlarge {
    overflow: hidden;
    /*border-radius: 10px;*/
}

.img_enlarge img {
    transition: all 0.5s ease 0s !important;
}

.img_enlarge img:hover {
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
}

.top_guide_tran .top_logo {
    background-image: url(../images/logo2.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 16px;
    width: 200px;
    height: 43px;
}

.top_guide_tran .top_logo img {
    opacity: 0;
}

.top_guide_tran {
    position: absolute;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
}

.top_guide_tran2 {
    position: absolute;
    width: 100%;
}

.top_guide_tran .navbar-nav>li>a {
    color: #fff;
}

.top_guide_tran .nav>li>a>img {
    filter: invert(1);
}

.hp_top_carousel .carousel-inner .item img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

.btn_np {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    border: 1px #fff dashed;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.btn_np_l {
    width: 10%;
}

.btn_np_r {
    width: 10%;
}

.btn_np_l span {
    right: 20%;
}

.btn_np_r span {
    left: 20%;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}


/* video */

.video_img2 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.video_img {
    position: relative;
}

.video_a {
    text-align: center;
    height: 195px;
    margin-top: -195px;
}

.video_a img {
    cursor: pointer;
    width: 90px;
}

.about_video_item {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.6);
    z-index: 109;
}

.about_video_item .about_video_item {
    display: none;
    width: 80%;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    box-shadow: 0 12px 24px 0 rgb(28 31 33 / 10%);
    border-radius: 2px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.about_video_item .about_video_item .video_show {
    width: 100%;
    height: auto;
}

.about_video_item .about_video_item .close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    z-index: 102;
    opacity: 1;
}

.about_video_item .about_video_item .close:hover,
.about_video_item .about_video_item .close:focus {
    color: #C7020B;
    text-shadow: none;
}

video::-webkit-media-controls-timeline {
    display: block;
}

video::-webkit-media-controls-play-button {
    display: block;
}

video::-webkit-media-controls-current-time-display {
    display: block;
}

video::-webkit-media-controls-time-remaining-display {
    display: block;
}

video::-webkit-media-controls-mute-button {
    display: block;
}

video::-webkit-media-controls-toggle-closed-captions-button {
    display: block;
}

video::-webkit-media-controls-volume-slider {
    display: block;
}

/* bc */

.solution_top2 {
    margin-top: 0;
    width: 100%;
    border-radius: 10px;
    padding: 50px 0 40px;
}

.flqh-switchjj h1 {
    font-size: 16px;
    margin-right: 20px;
    padding: 0 15px 20px;
    display: inline-block;
    margin-top: 0px;
}
.flqh-switchjj span {
    font-size: 16px;
    margin-right: 20px;
    padding: 0 15px 20px;
    display: inline-block;
}

.flqh-switchjj {
    border-bottom: 1px #ececec solid;
    margin-bottom: 40px;
    margin-top: 30px;
}

.flqh-switchjj .active {
    color: #C7020B;
    border-bottom: 2px #C7020B solid;
}

.solution_top2 .more {
    right: 15px;
    top: 0;
}

.solution_top_content {
    width: 80%;
}

.work_detail {
    margin-bottom: 80px;
}

.work_detail .tit {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 28px;
}

.work_detail .tit span {
    background-color: #C7020B;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-right: 15px;
    width: 24px;
    text-align: center;
    border-radius: 4px;
    line-height: 24px;
    float: left;
}

.work_cate {
    color: #999;
    font-size: 15px;
}

.item_tit {
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0;
    position: relative;
    padding-bottom: 10px;
}

.item_tit::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background: #C7020B;
    bottom: 1px;
}

.work_content {
    margin-bottom: 50px;
}

.work_content p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 14px;
    word-break: break-all;
}
@media (max-width: 1199px) {
    .top_logo {
        margin-right: 20px;
    }
    .navbar-nav>li>a {
        padding: 20px 0px;
        margin: 0 15px;
    }
    .product_list .col-sm-4 {
        padding: 0 30px;
    }
    .product_list img {
        height: 150px;
    }
    .about_pic {
        right: -240px;
    }
    .owl-carousel_founder .tit {
        margin-top: 100px;
    }
    .event_list_item {
        padding: 30px 20px;
    }
    .xq_coo img {
        height: 240px;
    }
    .xq_coo {
        margin-top: 20px;
    }
    .flqh-switch_year span {
        font-size: 14px;
    }
    .flqh-switch_year span strong {
        font-size: 18px;
    }
    .contact_map .flqh-item30 div {
        height: auto;
    }
    .contact_map #flqh-switch30 {
        margin-top: 0;
    }
    .top_img {
        height: 200px;
    }
    .owl-carousel2 .owl-carousel_key .owl-carousel_key_img img {
        width: 320px;
        height: 320px;
    }
    .circle_r {
        height: 140px;
        width: 140px;
        font-size: 18px;
        padding-top: 52px;
    }
    .circle_b {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }
    .stock_info {
        margin-bottom: 30px;
    }
    .row .col-lg-6:last-child .stock_info {
        margin-bottom: 0px;
    }
    .solution_top {
        width: 66%;
    }
}

@media (max-width: 991px) {
    .bottom_guide_right_ul li {
        display: inline-block;
        margin-right: 10px;
    }
    .bottom_guide_right_ul li:first-child {
        margin-bottom: 10px;
    }
    .bottom_guide_right_ul {
        margin-bottom: 13px;
    }
    .hp_news_ul {
        max-height: 248px;
    }
    .hp_product1 {
        padding: 41px;
        margin-bottom: 20px;
    }
    .hp_product2 {
        margin-bottom: 20px;
        padding: 30px;
    }
    .hp_product1 p {
        font-size: 26px;
        line-height: 40px;
    }
    .hp_product2_tit {
        line-height: 40px;
        font-size: 36px;
    }
    .hp_part1 {
        padding: 60px 50px;
    }
    .hp_part12 {
        padding: 127px 10px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-nav>li:first-child a {
        margin-left: 0;
    }
    .top_logo {
        margin-bottom: 0;
    }
    .navbar-nav li.nav_icon:last-child a {
        margin-left: 20px;
    }
    .carousel_img .carousel-inner img {
        height: 240px;
    }
    .carousel_product .tit {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }
    .carousel_product p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .carousel_product .more {
        text-align: center;
    }
    .carousel_product .more a {
        font-size: 14px;
    }
    .carousel_img .carousel-indicators {
        margin-bottom: 20px;
    }
    .carousel_product {
        margin-bottom: 40px;
    }
    .product_rel .col-sm-4 {
        padding: 0 30px;
    }
    .product_rel img {
        height: 160px;
    }
    .rel_plan_l {
        padding: 66px 50px 66px 20%;
    }
    .product_table li {
        width: 100%;
        float: none;
        overflow: auto;
        white-space: normal;
    }
    .product_table li:nth-child(4n+2) {
        background-color: transparent;
    }
    .product_table li:nth-child(4n+1) {
        background-color: transparent;
    }
    .product_table li:nth-child(2n+1) {
        background-color: #F3F6F7;
    }
    .product_list img {
        height: 130px;
    }
    .product_list .tit {
        text-align: center;
    }
    .search_top .tit {
        font-size: 26px;
    }
    .join_work .tit {
        font-size: 17px;
        margin-bottom: 30px;
    }
    .join_work {
        margin-bottom: 30px;
    }
    .about_pic {
        right: -410px;
    }
    .join_about p {
        width: 400px;
    }
    .join_about .tit2 {
        width: 400px;
    }
    .join_about {
        margin-bottom: 100px;
    }
    .service_item {
        margin-bottom: 50px;
    }
    .bg8 {
        width: 160px;
    }
    .service_item p {
        width: 500px;
    }
    .join_about .tit1_2 {
        margin-top: 50px;
    }
    .owl-carousel_founder .row img {
        height: 300px;
        object-fit: contain;
    }
    .owl-carousel_founder .tit {
        margin-top: 30px;
        font-size: 24px;
    }
    .owl-carousel_founder_p {
        margin-bottom: 10px;
    }
    .main-timeline .timeline-year {
        font-size: 60px;
    }
    .xq_coo img {
        height: 200px;
    }
    .flqh-switch_year span {
        padding: 10px;
        text-align: left;
    }
    .flqh-switch_year {
        float: none;
        margin-bottom: 20px;
        text-align: center;
        height: 132px;
    }
    .flqh-item img {
        float: none;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .slide-content {
        margin-top: 30px;
    }
    .contact_map .flqh-item30 div {
        margin-bottom: 20px;
    }
    .contact_map ul li {
        width: 100%;
        margin-left: 0;
        float: none;
    }
    .owl-carousel2 .owl-carousel_key .owl-carousel_key_img img {
        width: 260px;
        height: 260px;
        margin-left: 15%;
    }
    .circle_r {
        height: 100px;
        width: 100px;
        font-size: 16px;
        padding-top: 32px;
        left: 4%;
    }
    .circle_r span {
        font-size: 12px;
    }
    .circle_b {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 12px;
        left: 16%;
    }
    .key_news .tit {
        font-size: 18px;
        line-height: 34px;
        margin-top: 10px;
    }
    .e_act {
        padding: 30px 100px;
        margin-top: -110px;
    }
    .owl-carousel_act img {
        height: 300px;
    }
    .e_act .tit {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .e_act p {
        font-size: 13px;
    }
    .bottom_guide_way {
        font-size: 12px;
    }
    .solution_top {
        width: 100%;
        margin-top: 0;
    }
    .swiper_solu_l {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .swiper_solu_r {
        width: 100%;
    }
    .data_table {
        width: 46%;
        left: 27%;
    }
}

@media (max-width: 767px) {
    .submit-2{
        width: auto;
    }
    .bottom_guide_right_ul li:first-child a {
        font-size: 14px;
    }
    .bottom_guide_right_ul li a {
        font-size: 12px;
    }
    .bottom_guide_right_ul {
        margin-bottom: 5px;
    }
    .bottom_guide_left {
        border: none;
        padding-left: 0;
        padding-top: 5px;
    }
    .bottom_logo {
        margin-bottom: 20px;
        width: 150px;
        margin-top: 5px;
    }
    footer {
        padding: 10px 0px;
    }
    .m_fl {
        float: left;
    }
    .m_fr {
        float: right;
    }
    .bottom_guide_way {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .bottom_guide_way a {
        font-size: 12px;
    }
    .wx_img {
        height: 98px;
    }
    .bottom_guide_way img {
        height: 12px;
        width: 14px;
        margin-right: 10px;
    }
    .bottom_guide_way_ul {
        margin-bottom: 20px;
    }
    .hp_news_item p {
        height: auto;
    }
    .hp_news_ul {
        padding: 30px 20px;
    }
    .hp_part12_img {
        height: 320px;
    }
    .hp_part12 .tit {
        font-size: 28px;
    }
    .hp_part12 p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .hp_part12 a {
        font-size: 14px;
    }
    .hp_part12 {
        padding: 85px 20px;
    }
    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-nav>li:first-child a {
        margin-left: 15px;
    }
    .navbar-nav>li>a {
        padding: 10px 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #C7020B;
        background-color: #fafafa;
    }
    .dropdown-menu {
        display: block;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 8px 20px;
    }
    .carousel_img .carousel-inner img {
        height: 180px;
    }
    .product_rel .tit {
        text-align: center;
    }
    .product_rel .col-sm-4 {
        padding: 0 80px;
    }
    .product_rel .col-sm-4 p {
        margin-bottom: 50px;
    }
    .product_rel .col-sm-4:last-child p {
        margin-bottom: 0;
    }
    .rel_plan_l {
        padding: 50px 10% 50px 10%;
        max-height: none;
    }
    .rel_plan_r img {
        height: 200px;
    }
    .rel_plan_l .tit {
        font-size: 18px;
    }
    .rel_plan_l p {
        font-size: 14px;
        line-height: 26px;
        height: auto;
    }
    .carousel_product .tit {
        font-size: 17px;
    }
    .hp_tit {
        font-size: 20px;
    }
    .product_list p {
        text-align: center;
    }
    .search_list .tit {
        font-size: 17px;
        margin-bottom: 14px;
    }
    .search_list img {
        margin-bottom: 10px;
    }
    .about_pic {
        opacity: 0.1;
    }
    .join_about p {
        width: auto;
    }
    .join_about .tit2 {
        width: auto;
    }
    .join_about {
        margin-bottom: 100px;
    }
    .join_about .tit1 {
        font-size: 70px;
    }
    .join_about .tit2 {
        font-size: 24px;
    }
    .join_about {
        margin-bottom: 60px;
    }
    .join_about p {
        font-size: 14px;
        line-height: 34px;
    }
    .bg8 {
        width: 140px;
    }
    .panel-title a {
        font-size: 16px;
    }
    .panel-group .panel-heading+.panel-collapse>.list-group,
    .panel-group .panel-heading+.panel-collapse>.panel-body {
        font-size: 14px;
        line-height: 34px;
    }
    .navbar-default .navbar-nav>.active>a::after {
        left: 0;
        bottom: 0px;
        width: 100%;
    }
    .join_about .tit1_2 {
        margin-top: 40px;
    }
    .main-timeline .timeline-year {
        font-size: 30px;
    }
    .swiper-container_2 {
        height: 330px;
    }
    .event_list_item h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .event_list_item p {
        font-size: 14px;
        line-height: 32px;
    }
    .event_list_item {
        max-height: 306px;
        height: 306px;
    }
    .bg12 {
        padding: 30px 0;
    }
    .join_top .tit {
        margin-top: 50px;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .join_top p {
        margin-bottom: 50px;
    }
    .contact_map #flqh-switch30 span {
        display: inline-block;
        background-image: none;
        font-size: 14px;
        height: auto;
        width: auto;
        border: 1px #d8d8d8 solid;
        padding: 6px 10px;
        border-radius: 20px;
        margin-bottom: 10px;
    }
    .contact_map #flqh-switch30 span.active {
        background-image: none;
        background: linear-gradient(227deg, #D81C1B 0%, #F95046 55%, #FF7865 100%);
        border: 1px #F95046 solid;
    }
    .contact_map #flqh-switch30 {
        text-align: center;
        margin-bottom: 20px;
    }
    .contact_map {
        padding: 40px 0 20px;
    }
    .owl-carousel_key .row .col-sm-6 {
        float: none;
    }
    .owl-carousel2 .owl-carousel_key .owl-carousel_key_img img {
        width: 240px;
        height: 240px;
        margin: 0 auto 20px;
    }
    .circle_r {
        height: 90px;
        width: 90px;
        font-size: 14px;
        padding-top: 28px;
        left: 26%;
    }
    .circle_b {
        height: 50px;
        width: 50px;
        line-height: 50px;
        left: 32%;
    }
    .e_act {
        width: 100%;
        padding: 30px 60px;
        margin-bottom: 10px;
    }
    .e_act .tit {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .report_list .tit span {
        font-size: 18px;
    }
    .notice_new ul {
        margin-right: 0;
    }
    .notice_new img {
        height: 200px;
    }
    .tit_xc {
        font-size: 22px;
        margin-top: 60px;
    }
    .btn_dy {
        margin: 20px auto 60px;
        font-size: 14px;
    }
    .swiper_solu_item .tit {
        font-size: 18px;
    }
    .swiper_solu_item img {
        height: 120px;
    }
    .owl-carousel_plan img {
        height: 480px;
    }
    .btn_np {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    .data_table {
        width: 60%;
        left: 20%;
    }
    .data_table .sr {
        font-size: 12px;
    }
}

@media (max-width: 650px) {
    .hp_part12 p {
        width: 200px;
    }
    .hp_part12 {
        padding: 74px 20px;
    }
    .join_us_slogan {
        padding-top: 80px;
    }
    .join_us_more a {
        margin-bottom: 80px;
    }
    .circle_r {
        left: 24%;
    }
    .circle_b {
        left: 30%;
    }
}

@media (max-width: 600px) {
    .list_unfold ul li a {
        margin-right: 30px;
        font-size: 13px;
    }
    .list_unfold .tit {
        margin-right: 10px;
    }
    .ch_all a {
        font-size: 12px;
        line-height: 16px;
    }
    .list_unfold_item {
        margin-bottom: 5px;
    }
    .search_top .form-control {
        width: 80%;
        margin-left: 10%;
        padding: 12px 80px 12px 20px;
        font-size: 14px;
    }
    .hot_search {
        margin-left: 10%;
        font-size: 13px;
        padding-left: 20px;
        margin-bottom: 40px;
    }
    .search_top .tit {
        font-size: 22px;
        margin-bottom: 24px;
    }
    .search_top button {
        padding: 12px 16px;
        margin-left: -60px;
    }
    .search_top button img {
        height: 20px;
    }
    .main-timeline .timeline-year {
        font-size: 24px;
    }
    .flqh-switch_year {
        height: 114px;
    }
    .flqh-switch_year span {
        font-size: 12px;
        display: block;
        text-align: left;
    }
    .flqh-switch_year span strong {
        font-size: 14px;
    }
    .slide-content {
        margin-top: 20px;
    }
    .top_img {
        height: 160px;
    }
    .circle_r {
        left: 20%;
    }
    .circle_b {
        left: 26%;
    }
    .stock_info {
        padding: 30px;
    }
    .stock_type {
        width: 100%;
        float: none;
        line-height: 30px;
        padding-bottom: 20px;
        border-right: none;
        margin-right: 0px;
        text-align: center;
        border-bottom: 1px #eaeaea solid;
        margin-bottom: 24px;
    }
    .stock_info ul {
        text-align: center;
    }
    .stock_info ul li:first-child {
        margin-bottom: 14px;
    }
    .stock_info li {
        display: block;
        line-height: 22px;
        font-size: 13px;
    }
    .stock_info li strong {
        font-size: 22px;
        margin: 0 10px;
    }
    .solution_top .tit {
        font-size: 18px;
        line-height: 32px;
        margin-right: 0;
    }
    .solution_top .more {
        font-size: 13px;
        line-height: 14px;
        margin-bottom: 20px;
        position: initial;
    }
    .data_table {
        width: 80%;
        left: 10%;
    }
    .data_table_button {
        padding: 8px 50px;
    }
}

@media (max-width: 500px) {
    .top_logo {
        margin-right: 0;
    }
    .hp_part12_img {
        height: 280px;
    }
    .hp_part12 .tit {
        font-size: 26px;
    }
    .hp_part12 p {
        font-size: 15px;
        width: 180px;
        line-height: 26px;
    }
    .hp_part12 {
        padding: 52px 20px;
    }
    .product_rel .col-sm-4 {
        padding: 0 50px;
    }
    .pagination>li>a,
    .pagination>li>span {
        font-size: 12px;
        padding: 5px 10px;
    }
    .screen_list li {
        margin: 0 30px 5px 0;
        font-size: 14px;
    }
    .screen_list_re li {
        margin: 0 30px 15px 0;
        font-size: 13px;
    }
    .product_list .tit {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .product_list p {
        font-size: 13px;
    }
    .product_list img {
        height: 110px;
    }
    .list_unfold .tit {
        float: none;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .list_unfold ul li a {
        margin-right: 20px;
    }
    .join_work_list .col-xs-6 {
        width: 100%;
    }
    .bg8 {
        width: 120px;
    }
    .service_form input {
        width: 200px;
    }
    .service_form textarea {
        width: 200px;
    }
    .bg12 .col-xs-4 {
        width: 25%;
        padding-right: 0;
    }
    .bg12 .col-xs-8 {
        width: 75%;
    }
    .main-timeline .timeline-year {
        font-size: 20px;
    }
    .swiper-slide {
        padding-right: 10px;
    }
    .event_list_item {
        padding: 30px 10px;
    }
    .event_list_item h4 {
        font-size: 18px;
    }
    .contact_map #flqh-switch30 span {
        font-size: 13px;
    }
    .circle_r {
        left: 14%;
    }
    .circle_b {
        left: 20%;
    }
    .e_act {
        margin-top: -50px;
    }
    .e_mail .form-control {
        width: 100%;
    }
    .e_mail button {
        margin: 10px 0 0 0;
    }
    .next_detail a {
        font-size: 14px;
    }
    .new_detail p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .new_detail .tit {
        font-size: 20px;
    }
    .new_detail img {
        margin-bottom: 20px;
    }
    .new_detail table {
        margin-bottom: 20px;
    }
    .bottom_guide_way img {
        margin-right: 6px;
    }
    .bottom_guide_way2 span {
        display: none;
    }
    .bottom_guide_ul li:last-child img {
        margin-right: 0;
    }
    .bottom_guide_way2 {
        display: inline-block;
    }
    .bottom_guide_ul {
        width: 100px;
        float: none;
        margin-right: 10px;
        margin-bottom: 4px;
    }
    .wx_img {
        height: 58px;
        margin-left: 14px;
    }
    .btn_np_r {
        width: 15%;
    }
    .btn_np_l {
        width: 15%;
    }
    .slide-content {
        margin: 50px 0px 0;
    }
    .button {
        font-size: 14px;
        line-height: 42px;
    }
    .slide_wrap {
        margin: 0 20px;
    }
}
.hidden_1{
    display: none;
}
@media (max-width: 1000px) {
    .new_screen {
        display: none;
    }
    .hidden_1{
        display: block;
    }
    .list_unfold{
        margin-top: 0px;
    }
}
.left-60{
    text-align: center;
    margin-left: -166px !important;
}
@media (max-width: 400px) {
    .owl-carousel_plan a {
        background-size: contain;
        width: 236px;
        height: 97px;
    }
    .owl-carousel_plan a span {
        margin: 0;
        font-size: 15px;
    }
    .owl-carousel_plan p {
        font-size: 13px;
    }
    .bg2 .col-xs-6 {
        width: 100%;
    }
    .hp_product2 p {
        height: auto;
    }
    .hp_product1 p {
        font-size: 22px;
        font-weight: bold;
        line-height: 36px;
        margin-bottom: 0;
    }
    .hp_product2_tit {
        font-size: 28px;
        line-height: 36px;
    }
    .crumb_top span {
        max-width: 120px;
    }
    .product_rel .col-sm-4 {
        padding: 0 30px;
    }
    .product_rel img {
        height: 150px;
    }
    .product_list .col-xs-6 {
        width: 100%;
    }
    .screen_list li {
        margin-right: 20px;
    }
    .hp_product1 a {
        padding: 6px 18px;
    }
    .service_form input {
        width: 180px;
    }
    .service_form textarea {
        width: 180px;
    }
    .owl-carousel_founder .tit {
        font-size: 20px;
    }
    .owl-carousel_founder_p p {
        font-size: 14px;
        line-height: 32px;
    }
    .event_list_item {
        padding: 30px 10px 30px 0;
    }
    .circle_r {
        left: 6%;
    }
    .circle_b {
        left: 14%;
    }
    .report_list li {
        font-size: 13px;
    }
    .m_fl {
        float: none;
        text-align: center;
    }
    .m_fr {
        float: none;
        text-align: center;
    }
    .wx_img {
        margin-left: 0px;
        width: auto;
    }
    .bottom_guide_ul {
        width: 100%;
    }
    .bottom_guide_way img {
        margin: 0 6px;
    }
    .bottom_guide_ul li:last-child img {
        margin: 0 6px;
    }
    .data_table {
        width: 90%;
        left: 5%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 734px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.weituo{
    background-image: url(/static/images/bg19.png);
    background-size: cover;
    padding: 30px 30px 16px;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 160px;
}

.weituo-div{
    width: 145px;
    height: 50px;
    line-height: 100px;
    margin: auto;
    text-align: center;
}
.weituo img{
    width: 145px;
    /* margin: auto; */
    line-height: 100px;
    margin: auto;
}
@media (max-width: 1200px) {
    .hp_top_carousel .carousel-inner .item img{
        height: auto;
    }
}
@media (max-width: 600px) {
    .hp_top_carousel .carousel-inner .item img{
        height: 100vh;
    }
}
