@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    /*pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;*/
}
img{
   pointer-events:none;
}
@-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,.nab_jtleft,.nab_jtright {
    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: Source Han Sans CN; */
    /* font-family: Microsoft YaHei; */
    /* font-weight: 400; */
}

.m_show,
.m_img {
    display: none;
}

.other_banner img {
    width: 100%;
}

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;
}

.p80 {
    /* padding-top: 80px;
    padding-bottom: 80px; */
    padding-top: 4vw;
    padding-bottom: 4vw;
}

.op_img {
    opacity: 0;
}

.zindex_p {
    position: relative;
    z-index: 12;
}

button:focus {
    outline: 0;
}


/*电脑端顶部*/

.pc_header {
    position: fixed;
    top: 0;
    left: 0;
    /* padding: 24px 60px; */
    padding: 1.25vw 3.125vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 112px;
    /* height: 112px; */
    /* line-height: 120px; */
    overflow: hidden;
    width: 100%;
    z-index: 999;
    background-color: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
}

.pc_ul {
    display: flex;
    align-items: center;
}

.pc_li {
    margin-left: 1.45vw;
}

.pcli_a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    position: relative;
    line-height: normal;
    /* border: 1px solid black; */
    padding: 20px 10px;
}

.pcli_a::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* margin-left: 50%; */
    opacity: 0;
    background-color: #FF6600;
    width: 0%;
    height: 4px;
    transition: .5s;
}

.active_this_ph .pcli_a,
.pcli_a:hover {
    color: #FF6600;
}

.active_this_ph .pcli_a::after,
.pcli_a:hover::after {
    opacity: 1;
    width: 60px;
    margin-left: 0;
    color: #FF6600;
    /* min-width: 60px; */
}

.pch_logo {
    height: 3.05vw;
}


/* .banner_all {
    margin-top: 112px;
} */

.p60 {
    padding: 3.125vw;
}

.sl_width1 {
    padding-left: 160px;
    padding-right: 160px;
}

.sl_width2 {
    padding-left: 260px;
    padding-right: 260px;
}

.sl_width3 {
    padding-left: 240px;
    padding-right: 240px;
}

.sl_width5 {
    padding-right: 10vw;
    padding-left: 10vw;
}
/*公共底部*/

.footet_p1 {
    padding-top: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
}

.fp1_ot {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.fp1_olist {
    margin-top: 25px;
}

.fp1_olone {
    color: #666666;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer_all {
    background: rgba(241, 241, 241, .95);
}

.fp1_one {
    /* width: 14.2%; */
    /* margin-right: 7%; */
}

.fp1_one:last-child {
    margin-right: 0;
}

.fp1_one2 .fp1_olist {
    display: flex;
    flex-wrap: wrap;
}
.index_fimg img{
    width: 100%;
}
.fp1_one2 .fp1_olone {
    width: 48.5%;
    margin-right: 3%;
}

.fp1_one2 .fp1_olone:nth-child(2n) {
    margin-right: 0;
    padding-left: 10%;
}

.fp1_one2 {
    max-width: 26%;
    /* margin-right: 5%; */
}

.fp1_olone:hover {
    color: #000000;
}

.footer_p2 {
    display: flex;
    position: relative;
}

.fp2_one {
    width: 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    position: relative;
}

.fp2_one:last-child {
    border-right: none;
}

.fp2_oimg {
    width: 55px;
    margin-bottom: 15px;
    transition: .5s;
}

.fp2_one:hover .fp2_oimg {
    transition: .5s;
    transform: rotateY(360deg);
}

.fp2_odesc {
    position: absolute;
    top: -12vw;
    right: 50px;
    display: flex;
    align-items: center;
    /*width: 30.68%;*/
    width: 45.68%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: .5s;
    transform: translateY(-120px);
    overflow: hidden;
}

.fp2_od_one {
    width: 22%;
    margin-right: 6%;
    text-align: center;
    color: #666666;
    font-size: 14px;
    display: none;
}

.fp2_od_one:nth-child(4n) {
    margin-right: 0;
}

.fp2_odone_img {
    width: 100%;
    margin-bottom: 12px;
}


/*最底部版权说明*/

.footer_p3 {
    /* height: 80px;
    line-height: 80px; */
    background: #125084;
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    padding-top: 29px;
    padding-bottom: 29px;
    position: relative;
}


/* .footer_p3::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E6E6E6;
    content: " ";
}

.footer_p3:hover {
    color: #000000;
} */

.footer_p3left {
    display: flex;
}

.footer_p3left a,
.footer_p3 a {
    color: rgba(255, 255, 255, 0.5);
}


/*手机导航*/

.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: 0 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: 99;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.06);
}

.m_header_logo {
    width: 122px;
    /* height: 30px; */
}

.mheader_right {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: flex-end;
    width: 20%;
    padding: 15px 0;
}

.mheader_right_i img {
    width: 30px;
}

.m_hm_img {
    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_hc_img {
    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;
}


/*结束*/

.flex_is {
    display: flex;
}


/*新闻详情*/


/*咨询详情*/

.info_detail {
    background-color: white;
    /* margin-bottom: 80px; */
    padding: 64px 70px;
}

.id_title {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 35px;
}

.id_title_t {
    font-size: 32px;
    color: #333333;
    text-align: center;
}

.id_title_d {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.id_title_d p {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
}

.id_title_d p:first-child {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #E5E5E5;
}

.id_title_d p img {
    margin-right: 8px;
}

.content_con1 {
    padding-bottom: 80px;
}

.id_content {
    margin: 36px 0;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.id_bottom {
    padding: 30px 0;
    border-top: 1px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
}

.id_bottom1 {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.id_bottom1 a {
    cursor: pointer;
    display: block;
}

.id_bottom2 {
    width: 153px;
    height: 52px;
    line-height: 52px;
    border: 2px solid #0096DB;
    text-align: center;
    color: #333333;
    cursor: pointer;
    overflow: hidden;
}

.id_bottom2 span {
    display: block;
    position: relative;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.id_bottom2:hover {
    color: #fff;
    background-color: #0096DB !important;
    border: none;
}

.id_bottom2:hover span {
    top: -100%;
    color: #fff;
}

@media(min-width:1671px) and (max-width:1850px) {
    .sl_width1,
    .sl_width4 {
        padding-left: 9.3%;
        padding-right: 9.3%;
    }
    .sl_width2 {
        padding-left: 9.7%;
        padding-right: 9.7%;
    }
    .sl_width3 {
        padding-left: 9.5%;
        padding-right: 9.5%;
    }
}

@media(min-width:1500px) and (max-width:1670px) {
    .sl_width1 {
        padding-left: 6.3%;
        padding-right: 6.3%;
    }
    .sl_width2 {
        padding-left: 6.7%;
        padding-right: 6.7%;
    }
    .sl_width3 {
        padding-left: 6.4%;
        padding-right: 6.4%;
    }
}

@media(min-width:1025px) and (max-width:1500px) {
    .sl_width1 {
        padding-left: 5.3%;
        padding-right: 5.3%;
    }
    .sl_width2 {
        padding-left: 5.3%;
        padding-right: 5.3%;
    }
    .sl_width3 {
        padding-left: 5.3%;
        padding-right: 5.3%;
    }
    .fp1_one {
        /* margin-right: 6%; */
    }
}

@media(min-width:1025px) and (max-width:1300px) {
    .sl_width1 {
        padding-left: 2.3%;
        padding-right: 2.3%;
    }
    .sl_width2 {
        padding-left: 3%;
        padding-right: 3%;
    }
    .sl_width3 {
        padding-left: 2.8%;
        padding-right: 2.8%;
    }
    .fp1_one {
        /* margin-right: 4%; */
    }
    .fp1_one {
        max-width: 23%;
    }
}

@media(max-width:1500px) and (min-width:1024px) {
    .pcli_a {
        font-size: 16px;
    }
}

@media(max-width:1210px) and (min-width:1024px) {
    .pcli_a {
        font-size: 13px;
        padding: 20px 7px;
    }
}

@media(max-width: 1024px) {
    .sl_width1 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .sl_width2,
    .sl_width3 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .nopadding {
        padding-left: 0;
        padding-right: 0;
    }
    .pc_img,
    .pc_show {
        display: none;
    }
    .m_img,
    .m_show {
        display: block;
    }
    .flex_is {
        display: block;
    }
    /*手机端底部导航*/
    .mf1list {
        background-color: #F2F2F2;
        padding: 35px 30px;
    }
    .mf1l_one {
        display: flex;
        align-items: center;
        font-size: 13px;
        color: #333333;
        margin-bottom: 30px;
    }
    .mf1l_one:last-child {
        margin-bottom: 0;
    }
    .mf1l_otext {
        margin-left: 13px;
    }
    .mf1l_oimg {
        width: 40px;
    }
    .mf1l_otext_t1 {
        font-size: 15px;
        color: #EF7321;
        margin-bottom: 3px;
    }
    .footer_p3 {
        display: block;
        font-size: 12px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        /* line-height: 20px; */
    }
    .footer_p3left {
        display: block;
    }
    .fp3_text {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fp3_text>a {
        margin-right: 10px;
    }
    /*新闻详情*/
    .info_detail {
        padding: 31px 15px 10px;
        margin-top: 0px;
    }
    .id_title_t {
        font-size: 16px;
    }
    .id_title {
        padding-bottom: 15px;
    }
    .id_content {
        margin: 20px 0;
        line-height: 24px;
    }
    .id_bottom {
        display: block;
        padding: 14px 0;
    }
    .ret_back {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .newsinfo_all {
        padding-top: 10px;
    }
    .id_title_d {
        margin-top: 8px;
    }
    .id_title_d p {
        font-size: 13px;
    }
}