@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

@-webkit-keyframes fadeInUps {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUps {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

video {
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
}

.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-button-next1,
.swiper-button-prev1,
.swiper-button-next2,
.swiper-button-prev2 {
    outline: none;
}

body * {
    box-sizing: border-box;
    /* font-family: Microsoft YaHei; */
}

video {
    max-width: 100%;
    max-height: 100%;
    /* object-fit: fill; */
    object-fit: cover;
}

::-webkit-scrollbar {
    width: 0;
}


/* 重置 */

div,
form,
p,
i,
img,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
td,
th,
fieldset,
label,
legend,
select,
button,
input {
    margin: 0;
    padding: 0;
}

p,
li,
div {
    /* 
line-height: 20px;*/
}


/* 标题样式 */

h1,
h2,
h3,
h4,
h5,
h6 {
    /* margin: 0; */
    padding: 0;
    /* font-size: 12px; */
    font-weight: normal;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0;
}


/* 列表样式 */

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}


/* 图片样式 */

img,
a img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
}


/* 链接样式 */

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

div,
p,
span,
body {
    /* font-family: Microsoft YaHei; */
    /* font-weight: 400; */
}

@font-face {
    font-family: 'PangMenZhengDao';
    /* 这个名字可以自己定义 */
    src: url('../font-awesome/fonts/PangMenZhengDaoBiao.ttf');
    /* IE9 Compat Modes */
    /*这里以及下面的src后面的地址填的都是自己本地的相对地址*/
    src: url('../font-awesome/fonts/PangMenZhengDaoBiao.ttf') format('embedded-opentype'), /* IE6-IE8 */
    url('../font-awesome/fonts/PangMenZhengDaoBiao.ttf') format('woff'), /* Modern Browsers */
    url('../font-awesome/fonts/PangMenZhengDaoBiao.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font-awesome/fonts/PangMenZhengDaoBiao.ttf') format('svg');
    /* Legacy iOS */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ArialMT';
    /* 这个名字可以自己定义 */
    src: url('../font-awesome/fonts/ArialMT.ttf');
    /* IE9 Compat Modes */
    /*这里以及下面的src后面的地址填的都是自己本地的相对地址*/
    src: url('../font-awesome/fonts/ArialMT.ttf') format('embedded-opentype'), /* IE6-IE8 */
    url('../font-awesome/fonts/ArialMT.ttf') format('woff'), /* Modern Browsers */
    url('../font-awesome/fonts/ArialMT.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font-awesome/fonts/ArialMT.ttf') format('svg');
    /* Legacy iOS */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Regular';
    /* 这个名字可以自己定义 */
    src: url('../font-awesome/fonts/Inter-upright.var.ttf');
    /* IE9 Compat Modes */
    /*这里以及下面的src后面的地址填的都是自己本地的相对地址*/
    src: url('../font-awesome/fonts/Inter-upright.var.ttf') format('embedded-opentype'), /* IE6-IE8 */
    url('../font-awesome/fonts/Inter-upright.var.ttf') format('woff'), /* Modern Browsers */
    url('../font-awesome/fonts/Inter-upright.var.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font-awesome/fonts/Inter-upright.var.ttf') format('svg');
    /* Legacy iOS */
    font-weight: bold;
    font-style: normal;
}

.pc_header {
    padding: 10px 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    height: 85px;
    /* transition: all 0.4s ease-out; */
}

.header-hide {
    opacity: 0;
    z-index: -1;
    top: -85px;
    transition: all 0.4s ease-out;
}

.pc_ul {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.pc_logo {
    /* padding: 18px 0; */
}

.pc_li {
    /* margin-right: 62px; */
    padding: 0 2.5vw;
}

.pc_li_a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: white;
}

.pc_li:last-child {
    margin-right: 0;
}

.m_show,
.m_img {
    display: none;
}

.other_banner img {
    width: 100%;
}

.goto_top {
    position: fixed;
    right: 0;
    top: 60%;
    transform: translate(-50%, 0);
    width: 70px;
    height: 64px;
    transition: all 0.4s ease-out;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
    font-size: 12px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 16px rgba(74, 74, 74, .15);
    color: white;
    width: 60px;
    height: 60px;
    /* background: #FFFFFF; */
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    display: none;
    cursor: pointer;
    z-index: 11;
}

.goto_top img {
    width: 80%;
    height: 80%;
}

.goto_top_t {
    margin-top: 4px;
}

.pc_show_flex {
    display: flex;
}

.pc_li1 {
    /* border-right: 1px solid gainsboro; */
    position: relative;
}

.mheader_noshow {
    opacity: 0;
}

.pc_li1::after {
    content: " ";
    width: 1px;
    height: 16px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pc_li2 {
    border: 1px solid white;
    border-radius: 30px;
    padding: 11px 26px;
    text-align: center;
}

.pc_li4 {
    padding: 0;
}

.no_line::after {
    display: none;
}

.pc_li1 .pc_li_a {
    position: relative;
    padding: 20px 0;
}

.pc_li_a::after {
    opacity: 0;
    content: " ";
    bottom: 0px;
    height: 4px;
    background-color: white;
    position: absolute;
    width: 0%;
    transition: .5s;
    left: 50%;
}

.pc_li1:hover .pc_li_a::after,
.pc_li4:hover .pc_li_a1::after {
    width: 100%;
    opacity: 1;
    transition: .5s;
    margin-left: -50%;
}

.pc_li3 {
    font-weight: bold;
}

.pc_li2 .pc_li_a,
.pc_li3 .pc_li_a {
    font-size: 16px;
}

input {
    outline: none;
}

.p70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.m60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.pc_show,
.pc_img {
    display: block;
}

.m_show,
.m_img {
    display: none;
}

.over1 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.over2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.over3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.over4 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.over5 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.over6 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.clear {
    clear: both;
}

.opacity_0 {
    opacity: 0;
}

.width50 {
    width: 50%;
}

.back_img {
    background: no-repeat center/cover;
}

.sl_width1 {
    padding-left: 160px;
    padding-right: 160px;
}

.p80 {
    /* padding-top: 80px;
    padding-bottom: 80px; */
    padding-top: 4.2vw;
    padding-bottom: 4.2vw;
}


/*底部*/

.footer_all {
    color: rgba(255, 255, 255, .7);
}

.footer1_all {
    background: no-repeat center/cover;
}

.footer1_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    /* border-bottom: 1px solid rgba(255, 255, 255, .7); */
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer1_list {
    display: flex;
}

.footer1_one {
    /* padding: 0 40px; */
    padding: 0 2vw;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    border-right: 1px solid #FFFFFF;
}

.footer1_one:last-child {
    border-right: 0;
}

.footer1_top_img {
    flex-shrink: 0;
    margin-right: 20px;
}

.footer1_body {
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
}

.footer1_bleft_t1 {
    font-size: 24px;
    line-height: 48px;
}

.footer1_b_left {
    width: 28%;
}

.footer1_bleft_t2 {
    margin-top: 37px;
    font-size: 14px;
}

.footer1_bleft_t2_tel {
    font-size: 30px;
    font-weight: bold;
    margin: 8px 0;
    color: #FFFFFF !important;
    letter-spacing: 2px;
}
.footer1_bleft_t2_tel a{
    color: #FFFFFF !important;
}
.f1_bright_t1 {
    font-size: 24px;
    text-align: right;
}

.f1_bright_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.f1_bright_list:last-child {
    margin-bottom: 0;
}

.f1_bright_input {
    width: 32%;
    display: inline-block;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 0;
    margin-right: 2%;
}

.footer1_b_right {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.f1_bright_input:nth-child(3n) {
    margin-right: 0;
}

.f1_bright_input1 {
    width: 72%;
}

.f1-rbtn {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    width: 25%;
    height: 52px;
    line-height: 52px;
    flex-shrink: 0;
    outline: none;
    position: relative;
}

.f1-rbtn span {
    position: relative;
    z-index: 3;
}

.f1-rbtn::after {
    position: absolute;
    width: 0%;
    opacity: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #B80011;
    content: " ";
    border: 1px solid #B80011;
    transition: 0.5s;
}

.f1-rbtn:hover::after {
    width: 100%;
    opacity: 1;
}

.footer2_all {
    height: 80px;
    line-height: 80px;
    display: flex;
    justify-content: space-between;
    background: #222222;
}

.footer2_all_1 {
    display: flex;
    align-items: center;
}

.footer2_all_1 a {
    color: rgba(255, 255, 255, .7);
    margin-left: 15px;
}


/*手机导航*/

.m_header {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50px;
    right: -100%;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    padding-top: 5px;
}

.m_header_nav {
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    background: #fff;
    z-index: 5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
}

.m_header_logo {
    width: 106px;
    height: 30px;
}

.m_header_menu {
    width: 18px;
    height: 16px;
}

.m_nav_box {
    width: 100%;
    padding-left: 33%;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}

.hide_m_nav {
    width: 33%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
}

.m_nav_ul {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
    background: #fff;
    overflow: auto;
}

.m_back_h {
    background-color: white;
    display: flex;
    justify-content: space-between;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    padding: 15px;
}

.m_header_close {
    width: 0.9rem;
    height: 0.9rem;
}

.parent_a {
    position: relative;
}

.m_nav_ul_p .parent_a::after {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/nav_arrow.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    margin-top: -0.325rem;
}

.m_nav_ul_p.show_nav .parent_a::after {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/nav_arrow_b.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    margin-top: -0.325rem;
}

.m_nav_ul_p.show_nav .m_nav_div {
    display: inline-block;
}

.m_nav_div {
    width: 100%;
    display: none;
    /* padding: 0 0.8rem; */
    background: #F7F7F7;
}

.m_nav_ul li {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #ececec;
}

.m_nav_ul li a {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    padding: 0 20px;
}

.pc_li_a1 {
    position: relative;
}

.pc_li_a1::after {
    background-color: #B80011;
    opacity: 0;
    content: " ";
    bottom: 0px;
    height: 4px;
    position: absolute;
    width: 0%;
    transition: .5s;
    left: 50%;
}

.flex_pc {
    display: flex;
    flex-wrap: wrap;
}

.flex_pc1 {
    display: flex;
    align-items: baseline;
}


/*手机导航结束*/

@media(min-width:1671px) and (max-width:1850px) {
    .sl_width1 {
        padding-left: 9.3%;
        padding-right: 9.3%;
    }
}

@media(min-width:1500px) and (max-width:1670px) {
    .sl_width1 {
        padding-left: 7.3%;
        padding-right: 7.3%;
    }
}

@media(min-width:1025px) and (max-width:1500px) {
    .sl_width1 {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media (min-width:1350px) and (max-width:1600px) {
    .pc_header {
        padding: 15px 30px;
    }
    .pc_li {
        /* padding: 0 2vw; */
        padding-left: 2vw;
        padding-right: 2vw;
    }
}

@media (min-width:1024px) and (max-width:1350px) {
    .pc_header {
        padding: 15px 30px;
    }
    .pc_li {
        padding-left: 2vw;
        padding-right: 2vw;
    }
    .pc_li_a {
        font-size: 14px;
    }
    .pc_li2 .pc_li_a,
    .pc_li3 .pc_li_a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .sl_width1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pc_show,
    .pc_img,
    .pc_header,
    .pc_show_flex {
        display: none !important;
    }
    .m_show,
    .m_img {
        display: block;
    }
    .banner {
        margin-top: 55px;
    }
    /*手机端底部*/
    .mfooter_all {
        color: rgba(255, 255, 255, .7);
    }
    .footer1_bleft_t2 {
        padding: 30px;
        background: no-repeat center/cover;
        font-size: 13px;
        line-height: 24px;
        margin: 0;
    }
    .footer1_bleft_t2_tel {
        font-size: 20px;
    }
    .mfooter1_b2 {
        height: 70px;
        background: #222222;
        padding: 17px;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
    }
    .mfooter1_b2 a {
        color: rgba(255, 255, 255, .7);
        display: inline-block;
    }
    .width50 {
        width: 100%;
    }
    .fl_left,
    .fl_right {
        float: none;
    }
    #myBtn {
        display: none !important;
    }
    .flex_pc {
        display: block;
    }
    .flex_pc1 {
        display: block;
    }
    .flex_w100 {
        width: 100% !important;
    }
    .case-info-all img{height:auto !important}
}
.pagination .active a{
    background-color: #B90012;
}
.pagination a{
    color: #999999;
    border: 1px solid #E6E6E6;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 12px 20px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 10px;
}