@charset "utf-8";

 



.search {
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
}

.search_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_box_l {
    display: flex;
    align-items: center;
}

.search_box_l span {
    color: #000000;
    font-size: 14px;
}

.search_box_l a {
    margin: 0 5px;
}

.search_box_r>form {
    display: flex;
    align-items: center;
}

.search_box_r .search_sr>input {
    width: 170px;
    height: 35px;
    border-radius: 17px 0 0 17px;
    border: 1px solid #cfcfcf;
    color: #7b7b7b;
    padding-left: 20px;
    font-size: 14px;
}

.search_tj {
    width: 44px;
    height: 35px;
    position: relative;
    cursor: pointer;
    border-radius: 0 17px 17px 0;
    background-color: #075aa8;
}

.search_box_r .search_tj .foottijiao {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border: none;
    background-color: transparent;
}

.search_box_r .search_tjdw {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -56%);
    font-size: 24px;
    color: #fff;
}




.videos {
    margin-top: 85px;
    display: flex;
    align-items: center;
}

.videos_l {
    width: 42%;
    height: 386px;
}

#video {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

#video video {
    width: 100%;
    height: 100%;
    background: #000;
}

.videos_r {
    width: 62%;
    padding-left: 7%;
}

.videos_r_h h6 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
}

.videos_r_title {
    font-size: 12px;
    color: #999;
}

.videos_r_p {
    margin-top: 10px;
    border-top: 1px dashed #dadada;
    padding-top: 5px;
}

.videos_r_p p {
    font-size: 14px;
    margin-top: 12px;
}

.videos_r_shu {
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.videos_shu_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.videos_shu_ye {
    display: flex;
    align-items: center;
}

.videos_shu_ye span {
    font-size: 50px;
    color: #fe0629;
    font-weight: 700;
    letter-spacing: -3px;
}

.videos_shu_ye b {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #075aa8;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
}

.videos_shu_p {
    font-size: 16px;
    margin-top: -5px;
}




.products {
    margin-top: 90px;
}

.products_title {
    position: relative;
    background-color: #075aa8;
}

.sanjiao {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 24px solid #075aa8;
    border-right: 24px solid transparent;
    border-left: 24px solid transparent;
    transform: translate(-50%, 100%);
}

.products_title h3 {
    text-align: center;
    color: #fff;
    padding: 40px 0;
}

.products_title h3 span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin: 0 10px;
    vertical-align: middle;
    background-color: #fe0629;
}

.videos_r_h h6 span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin: 0 10px;
    vertical-align: middle;
    background-color: #fe0629;
}

.products_box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.products_box_t {
    height: 528.52px;
    margin-top: 94px;
    display: flex;
    border-bottom: 2px solid transparent;
}

.products_t_link {
    width: 27%;
}

.products_link_txt {
    background-color: #075aa8;
    padding: 40px 70px 40px 50px;
}

.products_link_txt P {
    font-size: 24px;
    color: #fff;
}

.products_link_item {
    padding: 14px 70px 8px 50px;
    background-color: #fff;
}

.products_link_item a {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #bebebe;
}

.products_link_item a:last-child {
    border-bottom: none;
}

.products_link_item a span {
    font-size: 16px;
    color: #000;
    transition: all .4s;
}

.products_link_item a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #bebebe;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    margin-right: 30px;
    transition: all .4s;
}

.products_link_item a:hover span {
    color: #fe0629;
}

.products_link_item a:hover i {
    background-color: #fe0629;
}

.products_t_tuijian {
    width: 73%;
    display: flex;
}

.products_tuijian_img {
    width: 62.5%;
    overflow: hidden;
}

.products_tuijian_img img {
    width: 100%;
}

.products_tuijian_txt {
    width: 37.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    background-color: #fff;
}

.products_tuijian_txt h4 {
    color: #075aa8;
}

.xian {
    margin-top: 30px;
    width: 24px;
    height: 2px;
    background-color: #075aa8;
}

.products_tuijian_txt p {
    margin-top: 30px;
    font-size: 14px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.products_tuijian_rz {
    margin-top: 55px;
    display: flex;
    align-items: center;
}

.products_tuijian_rz>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #d3d3d3;
}

.products_tuijian_rz>div:last-child {
    border-right: none;
}

.products_tuijian_rz>div p {
    margin-top: 5px;
}

.products_tuijian_more {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.products_tuijian_more i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #fe0629;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.products_tuijian_more span {
    width: 94px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #075aa8;
    font-size: 14px;
    color: #fff;
}

.products_container {
    width: 100%;
}

.products_slide .products_slide_item {
    display: block;
    width: 100%;
    background-color: #fff;
}

.products_slide_img {
    overflow: hidden;
}

.products_slide_img img {
    width: 100%;
}

.products_slide_txt {
    width: 100%;
    height: 52px;
    line-height: 52px;
    background-color: #075aa8;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.products_box_b {
    position: relative;
}

.products_per,
.products_next {
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    background-color: #ebebeb;
    top: 50%;
    transform: translateY(-55%);
    z-index: 9;
    cursor: pointer;
}

.products_per {
    left: -2%;
}

.products_next {
    right: -2%;
}

.products_per i,
.products_next i {
    font-size: 24px;
    color: #075aa8;
}




.quality {
    min-width: 1200px;
    margin-top: 95px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.quality_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quality_txt h3 span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin: 0 10px;
    vertical-align: middle;
    background-color: #fe0629;
}

.quality_txt p {
    font-size: 16px;
}

.quality_txt_img {
    margin-top: 10px;
}

.quality_ct {
    margin-top: 20px;
    height: 785px;
    position: relative;
}

.quality_ct>div {
    position: absolute;
}

.quality_item {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quality_item_img {
    width: 147px;
    height: 147px;
    border-radius: 100%;
    overflow: hidden;
}

.quality_item_img img {
    width: 100%;
}

.quality_item_h {
    padding: 10px 0;
}

.quality_item_p p {
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
}

.quality_ct>div:nth-child(1) {
    left: 0;
    bottom: 77px;
}

.quality_ct>div:nth-child(2) {
    left: 146px;
    bottom: 390px;
}

.quality_ct>div:nth-child(3) {
    left: 50%;
    bottom: 537px;
    transform: translateX(-50%);
}

.quality_ct>div:nth-child(4) {
    right: 146px;
    bottom: 390px;
}

.quality_ct>div:nth-child(5) {
    right: 0;
    bottom: 77px;
}




.strength_t_box {
    background-color: #075aa8;
}

.strength_title {
    position: relative;
}

.big_txt {
    padding: 52px 0;
    color: #182147;
    font-size: 67.69px;
    font-weight: 700;
    text-align: center;
}

.strength_title_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.strength_title_txt .quality_txt {
    height: 100%;
    justify-content: center;
}

.strength_title_txt .quality_txt h3,
.strength_title_txt .quality_txt p {
    color: #fff;
}

.strength_dwtu {
    position: absolute;
    left: 0;
    bottom: -136px;
    width: 140px;
    height: 190px;
    background: url(../images/imgs/11.jpg) no-repeat;
    font-size: 52px;
    color: #fff;
    padding-top: 76px;
    text-align: center;
}

.strength_ct {
    margin-top: 116px;
    display: flex;
}

.strength_ct>div {
    width: 50%;
}

.strength_ct_txt {
    padding-top: 60px;
    padding-right: 94px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.strength_txt_title1 {
    font-size: 26px;
    color: #000;
}

.strength_txt_title2 {
    font-size: 46px;
    font-weight: 700;
    color: #075aa8;
}

.strength_txt_title3 {
    font-size: 14px;
    color: #999;
}

.strength_txt_p {
    border-top: 1px solid #e1e1e1;
    padding-top: 34px;
    margin-top: 30px;
}

.strength_txt_p p {
    margin-bottom: 16px;
    padding-left: 20px;
    position: relative;
    line-height: 20px;
}

.strength_txt_p p span {
    position: absolute;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    border: 2px solid #ff6e55;
    left: 0;
    top: 5px;
}

.strength_txt_img {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.strength_txt_img>div {
    width: 246px;
}

.strength_txt_img>div img {
    width: 100%;
}

.strength_ct_img {
    position: relative;
}

.strength_ct_imgdw {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.strength_ct_yuan {
    position: absolute;
    top: 182px;
    left: 60px;
    width: 122px;
    height: 122px;
    background-color: #fe0629;
    border-radius: 100%;
}

.strength_ct_txtdw {
    position: absolute;
    top: 188px;
    left: 104px;
}

.strength_ct_txtdw h6 {
    font-size: 46px;
    color: #fff;
}

.strength_ct_txtdw p {
    font-size: 26px;
    color: #fff;
}

.strength_b {
    margin-top: 132px;
    background-color: #eeeeee;
    padding-bottom: 133px;
}

.strength_bdw {
    position: relative;
}




.cup_img {
    position: absolute;
    bottom: -53px;
    right: -10%;
}

.strength_b_ct {
    padding-top: 95px;
    position: relative;
    display: flex;
}

.strength_b_ct .strength_bct_txt,
.strength_b_ct .strength_bct_img {
    width: 50%;
}

.strength_cttu {
    position: absolute;
    top: -68px;
    right: 0;
    width: 140px;
    height: 190px;
    background: url(../images/imgs/11.jpg) no-repeat;
    font-size: 52px;
    color: #fff;
    padding-top: 76px;
    text-align: center;
}

.strength_bct_txt {
    padding-top: 26px;
    padding-left: 80px;
    display: flex;
    flex-direction: column;
    
}

.strength_bct_img {
    height: 577px;
}

.strength_bct_img {
    position: relative;
}

.strength_bct_imgdw {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.strength_bct_yuan {
    position: absolute;
    top: 182px;
    right: 120px;
    width: 122px;
    height: 122px;
    background-color: #fe0629;
    border-radius: 100%;
}

.strength_bct_txtdw {
    position: absolute;
    top: 188px;
    right: 170px;
}

.strength_bct_txtdw h6 {
    font-size: 46px;
    color: #fff;
    text-align: right;
}

.strength_bct_txtdw p {
    font-size: 26px;
    color: #fff;
    text-align: right;
}

@media screen and (max-width: 1500px) {
    .cup_img {
        width: 88%;
        right: -4%;
    }
}

@media screen and (max-width: 1350px) {
    .cup_img {
        width: 80%;
        right: 1%;
    }
}




.case {
    margin-top: 140px;
}

.quality_tab {
    margin-top: 40px;
}

.quality_tab_t {
    display: flex;
}

.quality_tab_t>div {
    flex: 1;
    border-left: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all .4s;
}

.quality_tab_t>div i {
    font-size: 28px;
    color: #e5e5e5;
    transition: all .4s;
}

.quality_tab_t>div P {
    font-size: 20px;
    color: #333;
    transition: all .4s;
}

.quality_tab_b {
    margin-top: 30px;
}

.quality_b_item {
    display: flex;
    justify-content: space-between;
}

.quality_b_iteml {
    width: 905px;
    position: relative;
}

.quality_b_iteml a {
    display: block;
    overflow: hidden;
}

.quality_b_iteml a img {
    width: 100%;
    transition: all .4s;
}

.quality_b_iteml a:hover img {
    transform: scale(1.1);
}

.quality_dw_bigimg {
    padding: 30px 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.quality_dw_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quality_dw_tx h6 {
    font-size: 18px;
    color: rgba(255, 255, 255, .7);
    font-weight: 400;
}

.quality_dw_tx p {
    width: 570px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
}

.quality_dw_box {
    width: 125px;
    height: 36px;
    background: url(../images/imgs/casebtn.png);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    background-size: 100% 100%;
}

.quality_b_itemr {
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.quality_itemr_a {
    position: relative;
}

.quality_itemr_adw {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 3px solid #db1000;
    transition: all .3s;
}

.quality_b_itemr .quality_itemr_a:hover .quality_itemr_adw {
    display: block;
}

.quality_itemr_adw i {
    position: absolute;
    width: 47px;
    height: 47px;
    border-radius: 100%;
    background-color: #db1000;
    line-height: 47px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.quality_tab_t>div.qualitybg i,
.quality_tab_t>div.qualitybg p {
    color: #db1000;
}

.quality_tab_t>div.qualitybg {
    border-left: 1px solid #db1000;
}




.thank {
    margin-top: 35px;
    background-color: #eeeeee;
    display: flex;
}

.thank_txt {
    width: 186px;
    height: 153px;
    background-color: #075aa8;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.thank_txt1 {
    font-size: 20px;
    color: #fff;
}

.thank_txt2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.thank_txt3 {
    margin-top: 10px;
    width: 20px;
    height: 4px;
    background-color: #fff;
}

.thank_item {
    width: 1014px;
    padding: 30px 22px;
}

.thank_container {
    width: 100%;
}

.thank_slide {
    background-color: #fff;
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
}




.aboutus {
    margin-top: 90px;
}

.aboutus_bg {
    height: 693px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutus_txt {
    display: flex;
    align-items: flex-end;
}

.aboutus_txt_title {
    width: 270px;
}

.aboutus_title_ti {
    position: relative;
    background-color: #fe0629;
    height: 118px;
    line-height: 118px;
    padding-left: 28px;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.aboutus_title_ti::before {
    content: '';
    position: absolute;
    left: 28px;
    bottom: 0;
    width: 0;
    height: 0;
    transform: translateY(100%);
    border-top: 10px solid #fe0629;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.aboutus_title_c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 179px;
    padding-left: 28px;
    background-color: #075aa8;
}

.aboutus_title_c1 {
    font-size: 16px;
    color: #cbceda;
}

.aboutus_title_c2 {
    margin-top: 16px;
    font-size: 12px;
    color: #cbceda;
}

.aboutus_txt_ct {
    width: 930px;
    height: 220px;
    background-color: #fff;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aboutus_txt_ct p {
    margin-top: 40px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.aboutus_txt_ct a {
    width: 95px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #075aa8;
    border: 1px solid #075aa8;
}

.aboutus_tab {
    margin-top: 72px;
}

.aboutus_tab_t {
    display: flex;
    justify-content: center;
}

.aboutus_tab_t>.aboutus_t_item {
    position: relative;
    width: 158px;
    height: 52px;
    line-height: 52px;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin: 0 8px;
    border: 1px solid #eeeeee;
    cursor: pointer;
}

.aboutus_t_itemdw {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 158px;
    height: 52px;
    line-height: 52px;
    background-color: #075aa8;
    text-align: center;
    font-size: 18px;
    color: #fff;
    transition: all .4s;
}

.aboutus_t_itemdw::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    transition: all .4s;
}

.aboutus_tab_b {
    margin-top: 50px;
}

.aboutus_b_item {
    padding: 0 10px;
}

.aboutus_b_item {
    display: none;
    display: flex;
    justify-content: space-between;
}

.aboutus_b_item>div {
    width: 270px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.aboutus_b_item>div img {
    width: 100%;
    transition: all .4s;
}

.aboutus_b_item>div:hover img {
    transform: scale(1.1);
}

.aboutus_box {
    transform: translateY(-240px);
}




.news {
    margin-top: -130px;
}

.news_ct {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.news_ct_l {
    width: 476px;
}

.news_ct_l>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.news_ct_l>a img {
    width: 100%;
    transition: all .4s;
}

.news_ct_l>a:hover img {
    transform: scale(1.1);
}

.news_ct_ldw {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    background-color: rgba(34, 43, 82, 0.8);
}

.news_ct_ldw h6 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.news_ct_ldw p {
    width: 100%;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_ct_r {
    width: 674px;
}

.news_ct_rt {
    display: flex;
    border-bottom: 1px solid #d6d6d6;
}

.news_ct_rt>.news_rt_item {
    margin-right: 45px;
    cursor: pointer;
}

.news_rt_item h6 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.news_rt_item p {
    padding-bottom: 10px;
    font-size: 12px;
    color: #999;
}

.news_rb_item>a {
    display: block;
    padding: 16px 0;
    border-bottom: 1px dashed #b8b8b8;
}

.news_rb_item>a:hover {
    border-bottom: 1px solid #075aa8;
}

.news_rb_item>a h6:hover {
    color: #075aa8;
}

.news_rb_item>a h6 {
    display: flex;
    font-size: 15px;
    color: #444;
    font-weight: 400;
}

.news_rb_item>a p {
    width: 100%;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_ct_rt .news_rt_item.newsbg {
    border-bottom: 2px solid #075aa8;
}

.news_ct_rt .news_rt_item.newsbg h6,
.news_ct_rt .news_rt_item.newsbg p {
    color: #075aa8;
    font-weight: 700;
}

  .index-show .wd1600 .show-box .show-item .info .p1 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .index-show .wd1600 .show-box .show-item .info {
    padding: 15px;
    bottom: 0;
  }
  .index-show {
    padding: 30px 0;
  }
  
   .index-show .wd1600 .show-box {
    margin-top: 30px;
  }
  .index-show .wd1600 .show-box .show-item {
    margin-bottom: 20px;
  }
  .index-show .wd1600 .show-box .show-item {
    width: 42%;
	margin-right: 2%;
  }
  /*.index-show .wd1600 .show-box .show-item:nth-of-type(3n) {
    margin-right: 2%;
  }
  .index-show .wd1600 .show-box .show-item:nth-of-type(2n) {
    margin-right: 0;
  }*/
  .index-show .wd1600 .show-box .show-item .info {
    position: initial;
    padding: 10px;
  }
  .index-show .wd1600 .show-box .show-item .info .p1 {
    font-size: 14px;
  }
  .index-show .wd1600 .show-box .show-item .info p:last-child {
    display: none;
  }
  .index-show {
  padding: 60px 0;
  background-color: #fff;
}
.wd1600 {
  max-width: 1600px;
  margin: auto;
}
.index-show .wd1600 .show-box {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
}

.index-show .wd1600 .show-box .show-item {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.index-show .wd1600 .show-box .show-item img {
  display: block;
  width: 100%;
}

.index-show .wd1600 .show-box .show-item .info {
  position: absolute;
  left: 0;
  bottom: -114px;
  width: 100%;
  transition: 0.3s;
  padding: 30px 0 20px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.29);
  opacity: 0.92;
  box-sizing: border-box;
  background-color: #075aa8;
}

.index-show .wd1600 .show-box .show-item .info p {
  text-align: center;
  color: #fff;
}

.index-show .wd1600 .show-box .show-item .info .p1 {
  font-size: 18px;
  margin-bottom: 16px;
}
/*
.index-show .wd1600 .show-box .show-item:nth-of-type(3n) {
  margin-right: 0;
}
*/
.index-show .wd1600 .show-box .show-item:hover .info {
  bottom: 0;
}

.index-show .wd1600 .index-more {
  margin: 7px auto 0;
}
.index-more {
  display: block;
  width: 180px;
  height: 49px;
  font-size: 16px;
  color: #075aa8;
  line-height: 49px;
  text-align: center;
  background:#075aa8;
  border-radius: 24px;
  border:1px solid #075aa8;
  background:#075aa8;
}
.index-Title .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

.index-Title .title strong {
  color: #d90e00;
}

.index-Title .line {
  display: block;
  margin: 27px auto 18px;
}

.index-Title .intro {
  font-size: 16px;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #c-slider {
    display: none;
  }
  .index-leave,
  .index-banner .index-mouse {
    display: none;
  }
  .index-banner {
    height: auto;
  }
  .index-banner-swiper .swiper-button-next,
  .index-banner-swiper .swiper-button-prev {
    width: 23px;
    height: 50px;
    margin-top: -25px;
    background-size: 100% 100%;
  }
  .index-product .wd1600 .tab {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    justify-content: flex-start;
  }
  .index-product .wd1600 .tab li {
    padding: 0 10px;
    line-height: 40px;
  }
  .index-product .wd1600 .product-box .index-product-swiper .swiper-slide .headline .show {
    width: 400px;
    height: 400px;
  }
  .index-product .wd1600 .product-box .index-product-swiper .swiper-slide .headline .headline-box .intro {
    -webkit-line-clamp: 4;
  }
  .index-product .wd1600 .product-box .index-product-swiper .swiper-slide .p-list .item .info {
    padding: 15px;
    bottom: 0;
  }
  .index-product .wd1600 .product-box .index-product-swiper .swiper-slide .p-list .item .info .p1 {
    margin-bottom: 5px;
  }
  .index-show .wd1600 .show-box .show-item .info .p1 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .index-show .wd1600 .show-box .show-item .info {
    padding: 15px;
    bottom: 0;
  }
  .index-new .new-box .new-hot {
    width: 450px;
    margin-right: 30px;
  }
  .index-new .new-box .new-hot .flac .img {
    height: auto;
  }
  .index-about .wd1476 .about-box .Word {
    width: auto;
  }
  .index-about .wd1476 .about-box .show {
    width: 500px;
    flex: auto;
  }
  .index-about .wd1476 .about-box .Word .a-type {
    position: initial;
  }
  .index-about .wd1476 .about-box .Word .a-type li {
    flex: 1;
  }
  .index-about .wd1476 .about-box .Word .a-type li a {
    width: 100%;
  }
  .index-space {
    height: auto;
  }
  footer .foot .wd1600 .pc-f-item {
    display: none;
  }
  footer .foot .wd1600 {
    justify-content: space-around;
  }
  .index-about .wd1476 .about-box {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 960px) {
  .index-serve .serve-box .serve-item .serve-info {
    width: 450px;
  }



  .index-serve .serve-box .serve-item .serve-info .with .title {
    font-size: 24px;
  }
  .index-new .new-box {
    display: block;
  }
  .index-new .new-box .new-hot {
    width: 100%;
  }
  .index-new .new-box .new-list {
    margin-top: 30px;
  }
  .index-new .new-box .new-list .list-item .list-info .l-main .intro {
    max-width: none;
  }
  .index-about .wd1476 .about-box {
    flex-direction: column-reverse;
  }
  .index-about .wd1476 .about-box .show {
    margin-left: 0;
    width: 100%;
  }
  .index-about {
    padding: 100px 0 0;
  }
  .index-about .wd1476 .about-box .Word .pc-a-type {
    display: none;
  }
  .index-about .wd1476 .about-box .Word .mobile-a-type {
    display: flex;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  header .wd1600 .head-r .cut a img {
    display: none;
  }
  header .wd1600 .head-r .cut a{
    font-size: 12px;
    margin-left: 16px;
  }
  header .wd1600 .head-r {
    margin-left: 0;
  }
  header .wd1600 .logo img {
    height: 30px;
  }
  .pc-index-banner {
    /* height: 250px; */
    display: none;
  }
  .mobile-index-banner {
    display: block;
  }
  .index-Title .title {
    font-size: 20px;
  }
  .index-product,
  .index-new,
  .index-show {
    padding: 30px 0;
  }
  .index-Title .intro {
    display: none;
  }
  .index-serve .serve-box .serve-item {
    display: block;
  }
  .index-show .wd1600 .show-box {
    margin-top: 30px;
  }
  .index-show .wd1600 .show-box .show-item {
    margin-bottom: 20px;
  }
  .index-serve .serve-box .serve-item .serve-info {
    width: 100%;
  }
  .index-serve .serve-box .serve-item .serve-info .with {
    padding: 15px;
  }
  .index-serve .serve-box .serve-item .serve-info .with .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 15px;
  }
  .index-serve .serve-box .serve-item .serve-info .with .intro {
    margin-top: 20px;
    line-height: 26px;
  }
  .index-serve .serve-box .serve-item .serve-info .with .title {
    font-size: 18px;
  }
  .index-serve .serve-box .serve-item {
    margin-bottom: 20px;
  }
  .index-show .wd1600 .show-box .show-item {
    width: 49%;
  }
  .index-show .wd1600 .show-box .show-item:nth-of-type(3n) {
    margin-right: 2%;
  }
  .index-show .wd1600 .show-box .show-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .index-show .wd1600 .show-box .show-item .info {
    position: initial;
    padding: 10px;
  }
  .index-show .wd1600 .show-box .show-item .info .p1 {
    font-size: 14px;
  }
  .index-show .wd1600 .show-box .show-item .info p:last-child {
    display: none;
  }
  .index-new .new-box .new-hot .flac .flac-info .flac-r .title {
    display: -webkit-box;
  }
  .index-new .new-box .new-hot .strip a {
    margin-top: 20px;
  }
  .index-new .new-box .new-hot .flac .flac-info {
    margin-top: 20px;
  }
  .index-new .new-box .new-hot .flac {
    padding-bottom: 20px;
  }
  .index-new .new-box .new-hot .flac .flac-info .time {
    margin-right: 15px;
  }
  .index-new .new-box .new-list .list-item {
    display: block;
  }
  .index-new .new-box .new-list .list-item .img {
    width: 100%;
    height: auto;
  }
  .index-new .new-box .new-list .list-item .list-info .l-main .title {
    margin-top: 15px;
  }
  .index-about .wd1476 .about-box .Word .bg {
    width: 100%;
    margin-left: 0;
  }
  .index-new .index-more {
    margin: 25px auto 0;
  }
  .index-about {
    padding: 30px 0 0;
  }
  .index-about .wd1476 .about-box {
    margin-top: 30px;
  }
  .index-about .wd1476 .Title .e-word {
    display: none;
  }
  .index-about .wd1476 .Title .c-word {
    font-size: 22px;
  }
  .index-about .wd1476 .about-box .Word .title {
    font-size: 24px;
  }
  .index-about .wd1476 .about-box .Word .a-type {
    margin-top: 0;
  }
  .index-about .wd1476 .about-box .Word .a-type li a {
    font-size: 15px;
  }
  .index-space {
    height: 45px;
  }
  .index-about .wd1476 .about-box .Word .index-more {
    margin: 25px auto 0;
  }


}

.index-new {
  padding: 60px 0;
  background-image: url("../img/index_new_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.index-new .tab {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-new .tab li {
  width: 178px;
  height: 50px;
  border: solid 1px #cccccc;
  margin: 0 10px;
  text-align: center;
  line-height: 50px;
  transition: 0.3s;
}

.index-new .tab li a {
  display: block;
  font-size: 16px;
  color: #666;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.index-new .tab li:hover {
  border: 1px solid #d90e00;
}

.index-new .tab li:hover a {
  background-color: #d90e00;
  color: #fff;
}

.index-new .tab .li-active {
  border: 1px solid #d90e00;
}

.index-new .tab .li-active a {
  background-color: #d90e00;
  color: #fff;
}

.index-new .new-box {
  margin-top: 54px;
  display: flex;
}

.index-new .new-box .new-hot {
  width: 696px;
  margin-right: 66px;
}

.index-new .new-box .new-hot .flac {
  display: block;
  padding-bottom: 36px;
  border-bottom: 1px solid #ccc;
}

.index-new .new-box .new-hot .flac .img {
  /* height: 285px; */
  overflow: hidden;
}

.index-new .new-box .new-hot .flac .img img {
  width: 100%;
  transition: 0.3s;
}

.index-new .new-box .new-hot .flac .flac-info {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.index-new .new-box .new-hot .flac .flac-info .time {
  width: 76px;
  height: 89px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-right: 25px;
  background-color: #d90e00;
}

.index-new .new-box .new-hot .flac .flac-info .time div {
  height: 50%;
  line-height: 45px;
}

.index-new .new-box .new-hot .flac .flac-info .time .year {
  border-bottom: 1px solid #fff;
}

.index-new .new-box .new-hot .flac .flac-info .flac-r {
  flex: 1;
}

.index-new .new-box .new-hot .flac .flac-info .flac-r .title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.index-new .new-box .new-hot .flac .flac-info .flac-r .title .wire {
  width: 0;
  height: 2px;
  transition: 0.3s;
  background-color: #d90e00;
}

.index-new .new-box .new-hot .flac .flac-info .flac-r .intro {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-new .new-box .new-hot .strip a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 25px;
}

.index-new .new-box .new-hot .strip a div {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}

.index-new .new-box .new-hot .strip a span {
  color: #666;
  width: 90px;
  margin-left: 15px;
}

.index-new .new-box .new-list {
  flex: 1;
}

.index-new .new-box .new-list .list-item {
  padding-bottom: 30px;
  display: flex;
  border-bottom: 1px solid #ccc;
  align-items: center;
  margin-bottom: 36px;
}

.index-new .new-box .new-list .list-item .img {
  width: 195px;
  height: 139px;
  overflow: hidden;
  margin-right: 22px;
}

.index-new .new-box .new-list .list-item .img img {
  width: 100%;
  transition: 0.3s;
}

.index-new .new-box .new-list .list-item .list-info {
  flex: 1;
  display: flex;
  align-items: center;
}

.index-new .new-box .new-list .list-item .list-info .l-main {
  flex: 1;
}

.index-new .new-box .new-list .list-item .list-info .l-main .title {
  font-size: 18px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.index-new .new-box .new-list .list-item .list-info .l-main .title .wire {
  width: 0;
  height: 2px;
  transition: 0.3s;
  background-color: #d90e00;
}

.index-new .new-box .new-list .list-item .list-info .l-main .intro {
  margin-top: 22px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  max-width: 480px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-new .new-box .new-list .list-item .list-info .l-time {
  width: 90px;
  margin-left: 10px;
}

.index-new .new-box .new-list .list-item .list-info .l-time div {
  font-size: 16px;
  color: #666;
}

.index-new .new-box .new-list .list-item .list-info .l-time img {
  width: 16px;
  margin-top: 60px;
  transition: 0.3s;
}

.index-new .index-more {
  margin: 60px auto 0;
}

.index-about {
  padding: 100px 0 44px;
  background-color: #fff;
  background-image: url("../images/imgs/I-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.index-about .wd1476 {
  max-width: 1476px;
  margin: 0 auto;
}

.index-about .wd1476 .Title .e-word {
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.index-about .wd1476 .Title .c-word {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

.index-about .wd1476 .Title .c-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.index-about .wd1476 .Title .c-intro div {
  width: 60px;
  height: 1px;
  background-color: #f7f7f7;
}

.index-about .wd1476 .Title .c-intro span {
  font-size: 16px;
  color: #fff;
  margin: 0 18px;
}

.index-about .wd1476 .about-box {
  margin-top: 100px;
  display: flex;
  background-color: #fff;
  padding: 43px 33px 50px;
  box-sizing: border-box;
}

.index-about .wd1476 .about-box .Word {
  width: 510px;
  padding-top: 33px;
}

.index-about .wd1476 .about-box .Word .bg {
  width: 513px;
  margin-left: 40px;
}

.index-about .wd1476 .about-box .Word .title {
  position: relative;
  top: -80px;
  font-size: 36px;
  color: #222;
}

.index-about .wd1476 .about-box .Word .intro {
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
  margin-top: -50px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-about .wd1476 .about-box .Word .index-more {
  margin-top: 52px;
}

.index-about .wd1476 .about-box .Word .a-type {
  margin-top: 55px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(49, 52, 72, 0.13);
  padding: 10px 0 10px 10px;
  display: flex;
  justify-content: space-between;
  position: absolute;
}

.index-about .wd1476 .about-box .Word .a-type li {
  margin-right: 10px;
}

.index-about .wd1476 .about-box .Word .a-type li a {
  display: block;
  width: 150px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
  background-color: #f7f7f7;
}

.index-about .wd1476 .about-box .Word .a-type li:hover a {
  color: #fff;
  background-color: #d90e00;
}

.index-about .wd1476 .about-box .Word .mobile-a-type {
  display: none;
}
.index-about .wd1476 .about-box .show {
  flex: 1;
  margin-left: 60px;
}

@media screen and (min-width: 1200px) {
  header .wd1600 .head-r .cut a:hover span {
    color: #d90e00;
  }

  .index-new .new-box .new-hot .flac:hover .img img {
    transform: scale(1.1);
  }

  .index-new .new-box .new-hot .flac:hover .flac-info .flac-r .title {
    color: #d90e00;
  }

  .index-new .new-box .new-hot .flac:hover .flac-info .flac-r .title .wire {
    width: 10px;
    margin-right: 10px;
  }

  .index-new .new-box .new-hot .strip a:hover div {
    color: #d90e00;
  }

  .index-new .new-box .new-list .list-item:hover .list-info .l-time img {
    margin-left: 70px;
  }

  .index-new .new-box .new-list .list-item:hover .list-info .l-main .title {
    color: #d90e00;
  }

  .index-new .new-box .new-list .list-item:hover .list-info .l-main .title .wire {
    width: 10px;
    margin-right: 10px;
  }

  .index-new .new-box .new-list .list-item:hover .img img {
    transform: scale(1.1);
  }

  .index-serve .serve-box .serve-item .show:hover img {
    transform: scale(1.1);
  }
}
