object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, span, i, font, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea, div, p, img {
    text-decoration: none;
    font-family: '微软雅黑', Arial;
    font-size: 14px;
    outline: none; }
body { min-width: 320px; background: #fff; overflow-x: hidden; }
html, body { width: 100%; height: 100%; position: relative; min-width: 1200px; }
table, tr, th, td { border-collapse:collapse;}
img { border: none; max-width: 100%; max-height: 100%; vertical-align: middle; }
li { list-style: none; }
textarea { resize: none; }
button, a, input, textarea { outline: none; overflow: visible; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
a:hover { text-decoration: none; color: #FF1A00; }
.clearfix:after { content: "."; display: block; height: 0; font-size: 0em; line-height: 0; visibility: hidden; clear: both; }
.clearfix { zoom: 1; }
.fr { float: right; }
input::-webkit-input-placeholder { color: #ccc; font-size: 14px; }
input::-moz-placeholder { color: #ccc; font-size: 14px; }
input:-moz-placeholder { color: #ccc; font-size: 14px; }
input:-ms-input-placeholder { color: #ccc; font-size: 14px; }
.pubCon { width: 1200px; margin: 0 auto; max-width: 1600px; }
.over { overflow: hidden; }
.hide { display: none; }



.swiper-slide .shadow.dn { top: 20px !important; left: 20px !important; }
#cnzz_stat_icon_1280924949 { display: none; }

/* 模块标题 */
.mkTit { border-left: 4px solid #FF1A00; height: 25px; padding-left: 12px; position: relative; }
.mkTit .en { font-size: 24px; color: #eee; font-weight: bold; position: absolute; top: -8px; line-height: 24px; }
.mkTit .ch { font-size: 24px; color: #2f3f53; position: absolute; line-height: 25px; top: 0; }
.mkTit a.more { font-size: 16px; color: #666; float: right; }
.mkTit a.more:hover { color: #FF1A00; }

/* banner */
.banner .ch { font-size: 48px; color: #FF1A00; font-weight: bold; padding-top: 80px; }
.banner .ch font { font-size: 48px; color: #2f3f53; font-weight: bold; }
.banner .en { font-size: 30px; color: #ccc; font-weight: bold; }



/* 分页样式 */
.page_wrap { text-align: center; margin-top: 50px; margin-bottom: 50px; }
.page_wrap div { display: inline-block; line-height: 24px; }
.page_num a { padding: 0 5px; display: inline-block; }
.page_num span { display: none !important; }
.page_num font.NormalRed { background: #FF1A00; display: inline-block; color: #fff; padding: 0 8px; }
.page_tol { margin: 0 10px; }
.page_jump input { width: 30px; height: 23px; line-height: 23px; text-align: center; border: 1px solid #d6d6d6; margin: 0 5px; }
.page_jump button { height: 23px; border: 1px solid #d7d7d7; background: #fff; color: #333; }
.page_jump button:hover { background: #FF1A00; border-color: #FF1A00; color: #fff; }

/*右侧单篇文章*/
.listCon h2.tit{font-size:30px; color: #FF1A00; text-align: center; padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid #d7d7d7;}
.listCon p.date{text-align: center; color: #999; margin:0 0 40px;}
.listCon .artCon { margin-top: 40px; }
.listCon p{line-height: 40px;}
.listCon p.date span{margin:0 10px;}
.listCon p strong, .listCon a { color: #ff5b36; }
.listCon a:hover { text-decoration: none; }

/*右侧列表*/
.listCon .listTit{height: 44px; border-bottom:solid 1px #d8d8d8; margin-bottom:5px;}
.listTit span{display: inline-block; line-height:43px; border-bottom:2px #fe5f4d solid; font-size: 24px; color: #2f3f53;}
.listCon .list li{overflow: hidden; height: 45px; border-bottom:solid 1px #eaeaea;}
.listCon .list li a{display: block; width:80%; height: 45px; line-height: 45px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; color: #666; float:left;padding-left: 25px;background: url(/picchealth/uiFramework/commonResource/image/2021120813481227627.jpg) no-repeat left center;}
.listCon .list li a i{font-style: none; color:#FF1A00; margin-right:10px; display: none; }
.listCon .list li span{display: block; width:100px; padding-right: 10px; text-align: right; float: right; font-size: 16px; color: #999; height: 45px; line-height: 45px;}
.listCon .list li:hover,.listCon .list li:hover a,.listCon .list li:hover span{border-color:#FF1A00; color: #FF1A00;}
.listCon .list li:hover a { padding-left: 0; background: none; }
.listCon .list li:hover i{display: inline-block;}

/* 动画代码 */
@keyframes move {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(15deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-15deg); }
    100% { transform: rotate(0deg); }
}
@-webkit-keyframes move {
    0% { -webkit-transform: rotate(0deg); }
    25% { -webkit-transform: rotate(15deg); }
    50% { -webkit-transform: rotate(0deg); }
    75% { -webkit-transform: rotate(-15deg); }
    100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes move {
    0% { -moz-transform: rotate(0deg); }
    25% { -moz-transform: rotate(15deg); }
    50% { -moz-transform: rotate(0deg); }
    75% { -moz-transform: rotate(-15deg); }
    100% { -moz-transform: rotate(0deg); }
}
@-o-keyframes move {
    0% { -o-transform: rotate(0deg); }
    25% { -o-transform: rotate(15deg); }
    50% { -o-transform: rotate(0deg); }
    75% { -o-transform: rotate(-15deg); }
    100% { -o-transform: rotate(0deg); }
}

/* 响应式代码 */
@media screen and (max-width:1199px) {
    * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    html, body { min-width: 100%; }
    .pubCon { width: 100%; padding: 0 20px; }
    .picc_gzwm_ewm li { width: 105px; }
    .picc_search_from { width: 280px; height: 40px; }
    .picc_search_from button { width: 60px; }
    .head_nav { height: auto; overflow: hidden; }
    .head_nav_logo { display: block; margin-top: 5px; }
    .head_nav_logor { margin-top: 25px; display: none; }
    .head_nav_con { height: 40px; margin-top: 20px; float: right; }
    .head_nav_list { display: flex; justify-content: space-between; }
    .head_nav_list li { margin-left: 0; margin-right: 25px; }
    .foot_con { height: auto; }
    .foot_con .phone { margin-right: 0; width: 40%; }
    .foot_nav { width: 60%; }
    .foot_nav_list { width: 25%; margin-right: 0; }
    .foot_ewm { float: none; }
    .foot_ewm:before { content: ""; display: block; clear: both; }
    /*.foot_ewm_list { padding-top: 10px; display: flex; justify-content: space-between; width: 85%; }*/
    .foot_ewm_list { padding-top: 10px;  justify-content: space-between; width: 85%; }
    .foot_ewm_list li { margin-left: 0; width: 22%; }
    .foot_copy { margin-top: 20px; }
    .foot_copy .kxwz { top: -140px; right: 0; }
    .foot_copy .ipv6 { top: -85px; }
    .listCon { box-shadow: none; padding: 0; border: none; }
}
@media screen and (max-width:999px) {
    .banner { height: 200px; }
    .banner .ch, .banner .ch font { font-size: 38px; padding-top: 60px; }
    .banner .en { font-size: 20px; }
    .foot_con { padding-top: 20px; }
    .foot_con .phone { width: 100%; float: none; margin-bottom: 10px; }
    .foot_con .phone {
        width: 50%;
        float: left;
        margin-bottom: 10px;
        margin-left: -27px !important;
        margin-top: 21px;
    }
    .foot_con .phone p { display: inline; line-height: 1.5em; font-size: 26px; margin-left: 15px; }
    .foot_con .phone br { display: none; }
    .foot_nav { width: 100%; float: none; }
    .foot_ewm_list { width: 75%; }
}
@media screen and (max-width:767px) {
    .pubCon { padding: 0 15px; }
    #picc_search img { margin-top: 6px; }
    .head_top_l { display: none; }
    .head_top a { margin-left: 15px; }
    .head_top a.tel { display: none; }
    .head_nav_logo { margin-top: 10px; padding-bottom: 10px; }
    .head_top_r { float: none; width: 100%; display: flex; justify-content: flex-end; font-size: 0; }
    .head_nav { overflow: inherit; position: relative; }
    .head_nav_logo { height: 35px; float: none; }
    .head_nav_logor { float: none; margin-left: 0; margin-top: 10px; }
    .head_nav_con { height: 30px; margin-top: 0px; position: absolute; right: 15px; top: 0px; }
    .phone_nav { display: block; }
    .head_nav_list { display: none; position: absolute; width: 100vw; right: -15px; background: #fff; top: 35px; padding: 10px 0; border-top: 1px solid #FF1A00; }
    .head_nav_list li.last { display: none; }
    .head_nav_list li { margin-right: 0; display: block; width: 100%; text-align: center; }
    .head_nav_list li a { padding-bottom: 5px; line-height: 2em; }
    .foot_ewm_list { width: 100%; }
    .foot_con .phone p { display: block; }
    .foot_copy { text-align: center; padding-bottom: 20px; display: flex; flex-wrap: wrap;  justify-content: center; }
    .foot_copy .kxwz, .foot_copy .ipv6 { position: static; display: inline-block; margin: 0 10px; }
    .listCon .list li {margin-bottom: 10px; padding-bottom: 10px; height: auto; }
    .listCon .list li a { display: inline; width: 100%; height: auto; overflow: inherit; text-overflow: inherit; white-space: inherit; height: auto; line-height: 32px; float: none; margin-right: 20px; }
    .listCon .list li span { display: inline; height: auto; line-height: 32px; float: none; padding-right: 0; white-space: nowrap; }
    .head_top_l {display: none;}
}
@media screen and (max-width:479px) {
    .mkTit .ch, .mkTit .en { font-size: 18px; }
    .banner { height: 150px; background-size: cover !important; }
    .banner .ch, .banner .ch font, .jkglBanner .ch font { font-size: 20px; padding-top: 50px; }
    .banner .en { font-size: 12px; }
    html, body { min-width: 320px; }
    .head_top_r { font-size: 0; }
    .head_top a { font-size: 12px; }
    .head_top a.picc_gzwm { display: none; }
    .head_nav_con { height: 27px; }
    .head_nav_list li a { font-size: 14px; }
    .xgLink { padding: 10px 15px; height: auto; line-height: inherit; font-size: 0;  }
    .xgLink .pubCon { padding: 0; }
    #xglink_select { font-size: 14px; width: 100%; }
    .foot_con .phone { font-size: 14px; }
    .foot_con .phone p { font-size: 16px; line-height: 2em; }
    .foot_con .phone .p1 { background-position: 0 -30px;font-size: 14px; }
    .foot_con .phone .p1 img {
        display: block;
        height: 12px;
    }
    .foot_con .phone .p2 { background-position: 0 -30px;font-size: 14px; }
    .foot_con .phone .p2 { background-position: 0 0px; }
    .foot_nav_list { width: 100%; float: none; overflow: hidden; }
    .foot_nav_list li { float: left; margin: 0 10px; }
    .foot_ewm_list li img { width: 100%; }

    .foot_nav_list li.ti { margin: 0px; float: none; }
    .foot_ewm_list li p { line-height: 1em; }
    .foot_copy p { font-size: 12px; line-height: 1.5em; }
    .listCon .list li { margin-bottom: 0; padding-bottom: 0; }
    .foot_copy .kxwz, .foot_copy .ipv6 { height: 30px; }
    .listCon .list li a, .listCon .list li span { font-size: 14px;  }
    .head_top a {
        font-size: 12px;
    }
}


/* banner轮播图样式 */
.banner {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
}

.banner-list {
    position: relative;
    width: 100%;
    height: 100%;
	z-index: 1;
}

.banner-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.banner-item a {
    position: absolute;
    top: 0;
    left: 0;
    /* 2. 填充父容器：宽度/高度100%，和.banner-item完全匹配 */
    width: 100%;
    height: 100%;
    /* 3. 确保点击优先级（可选，z-index≥1即可，无需过高） */
    z-index: 1;
}
.banner-item.active {
    opacity: 1;
}

.banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none
}

.banner-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
	z-index: 1000;
}

.banner-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc; /* 改为灰色 */
    cursor: pointer;
    transition: background-color 0.3s;
}

.banner-dot.active {
    background-color: #ff0000;
}

/*公司动态*/
.gsdt {
    padding-top: 45px;
    height: 613px;
    background: url('../image/jkbx_bg.jpg') no-repeat bottom center;
    background-size:100%;
}
.mkTit {
    border-left: 4px solid #FF1A00;
    height: 25px;
    padding-left: 12px;
    position: relative;
}
.mkTit .en {
    font-size: 24px;
    color: #eee;
    font-weight: bold;
    position: absolute;
    top: -8px;
    line-height: 24px;
}
.mkTit .ch {
    font-size: 24px;
    color: #2f3f53;
    position: absolute;
    line-height: 25px;
    top: 0;
}
.mkTit a.more {
    font-size: 16px;
    color: #666;
    float: right;

}
.mkTit a.more:hover {
    color: #FF1A00;
}
.gsdt_con {
    margin: 70px 0 80px;
    box-shadow: 0 0 20px #ccc;
}
/*公司动态图片*/
.gsdt_con_left {
    width: 498px;
    position: relative;
    overflow: hidden;
}
.gsdt_con_left .img {
    width: 100%;
    height: 375px;
    object-fit: cover;
    -o-transition: all 0.5s ease-out 0s;
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.gsdt_con_left:hover .img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.gsdt_con_left .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 95px;
    background: url('../image/gray80.png');
    width: 100%;
    overflow: hidden;
}
.gsdt_con_left .date span {
    font-size: 48px;
    font-weight: bold;
    display: block;
    text-align: center;
	color: #fff;
}
.gsdt_con_left .date {
    float: left;
    width: 95px;
    background: #ff3c1c;
    display: block;
    height: 95px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.gsdt_con_left .tit {
    padding: 10px;
    width: 375px;
    float: left;
    color: #fff;
	padding-left:18px;

}

.gsdt_con_left .tit .p1 {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.gsdt_con_left .tit .p2 {
    font-size: 14px;
    line-height: 20px;
}
/*公司动态新闻*/
.gsdt_con_right {
    width: 698px;
    height: 375px;
    background: #fff;
}
.gsdt_news_list {
    padding: 25px 46px;
}
.gsdt_news_list li {
    margin-bottom: 10px;
}
.gsdt_news_list li p.tit {
    height: 32px;
    line-height: 32px;
}

.gsdt_news_list li p.tit:hover {
    color: #ff3c1c;
}



.gsdt_news_list li p.tit:hover span {
    color: #ff3c1c;
}
.gsdt_news_list li p.tit a {
    font-size: 18px;
    color: #262626;
    float: left;
    display: block;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 0;
    /* 直接设置过渡，无需通过动画启用 */
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    /* 用动画仅处理初始显示 */
    animation: initElement 0.6s 0.1s forwards;
}
@keyframes initElement {
    to {
        opacity: 1; /* 只负责显示元素，过渡已提前定义 */
    }
}

.gsdt_news_list li p.tit:hover a {
    color: #ff3c1c;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
}
.gsdt_news_list li p.tit span {
    font-size: 16px;
    color: #999;
    float: right;
}
.gsdt_news_list li p.smy {
    font-size: 16px;
    color: #999;
    min-height: 38px;
}
/*在线投保*/
.zxtb {
    margin-top: 60px;
}
.mkTit .en {
    font-size: 24px;
    color: #eee;
    font-weight: bold;
    position: absolute;
    top: -8px;
    line-height: 24px;
}
.mkTit .ch {
    font-size: 24px;
    color: #2f3f53;
    position: absolute;
    line-height: 25px;
    top: 0;
}
.zxtb_con {
    margin-top: 40px;
    overflow: hidden;
}
.zxtb_list {
    width: 110%;
}
.zxtb_list li {
    width: 275px;
    float: left;
    margin-right: 30px;
    border: 1px solid #eee;
}
.zxtb_list li img {
    width: 100%;
}
.zxtb_list li .link {
    height: 30px;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 16px;
}
.zxtb_list li .link span {
    display: inline-block;
    font-size: 16px;
    color: #ff3c1c;
}
.zxtb_list li .link span.but {
    float: right;
    background: #ff3c1c;
    color: #fff;
    border-radius: 4px;
    padding: 0 15px;
}
/*用户服务*/
.yhfw {
    padding-top: 80px;
}
.yhfw_con {
     margin-top: 65px;
     margin-bottom: 100px;
 }
.yhfw_list li {
    width: 25%;
    text-align: center;
    float: left;
}
.yhfw_list li p.ch {
    font-size: 18px;
    color: #262626;
    font-weight: 600;
}
.yhfw_list li p.en {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}
.yhfw_list li .icon img:hover {
    animation: move 300ms ease-in 1;;
}
.yhfw_list li .hov {
    display: none;
}
.yhfw_list li:hover .nor {
    display: none;
}
.yhfw_list li:hover .hov {
    display: inline-block;
    animation: shake 0.5s ease;
}
.yhfw_list li:hover .ch {
    color: #ff3c1c;
}
@keyframes shake {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-10deg); }
    75% { transform: rotate(10deg); }
    100% { transform: rotate(0deg); }
}
/*消费者教育服务*/
.bxkt {
    padding-top: 35px;
    padding-bottom: 85px;
    background: url('../image/picc_bg.png') no-repeat right bottom;
}
.bxkt_con {
    margin-top: 45px;
    padding-left: 290px;
    background: #fff url('../image/2024060610445895294.jpg') no-repeat left top;
    height: 402px;
    box-shadow: 0 0 20px #ccc;
}
.bxkt_con_hd {
    width: 240px;
    border-right: 1px solid #d8d8d8;
    padding: 10px 0;
}
.bxkt_con_hd_list li {
    line-height: 32px;
    padding: 30px 0;
}
.bxkt_con_hd_list li a {
    display: block;
    text-indent: 45px;
    font-size: 18px;
    color: #2b374a;
}
.bxkt_con_hd_list li img {
    margin-right: 30px;
}
.bxkt_con_hd_list li.on .nor, .bxkt_con_hd_list li:hover .nor {
    display: none;
}
.bxkt_con_hd_list li.on .hov, .bxkt_con_hd_list li:hover .hov {
    display: inline-block;

}
.bxkt_con_hd_list li.on a, .bxkt_con_hd_list li:hover a,.bxkt_con_hd_list li.active a {
    color: #FF1A00;
    border-right: 3px solid #FF1A00;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.bxkt_con_bd {
    width: 668px;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.bxkt_tit {
    margin-top: 25px;
    line-height: 40px;
    margin-bottom: 40px;
    padding-left: 45px;
    padding-right: 25px;
}
.bxkt_tit span {
    font-size: 30px;
    color: #2b374a;
    font-weight: normal;
    padding-left: 15px;
}
.bxkt_tit a.more {
    font-size: 16px;
    color: #999;
    font-weight: normal;
    float: right;
}
.bxkt_tit a.more:hover {
    color: #FF1A00;
}
.bxkt_list {
    padding-left: 45px;
    padding-right: 25px;
}
.bxkt_list li {
    margin-bottom: 15px;
    padding-left: 15px;
    background: url('../image/bxkt_news_icon.png') no-repeat left center;
    line-height: 30px;
    -o-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.bxkt_list li a {
    font-size: 16px;
    color: #262626;
    display: block;
    border-bottom: 1px solid transparent;
}
.bxkt_list li:hover {
    background-image: url('../image/bxkt_news_icon_hov.png');
    padding-left: 20px;
    background-position: 5px center;
}
.bxkt_list li:hover a {
    border-color: #FF1A00;
    color: #FF1A00;
}


/* 鼠标悬停效果 */
.hover-item:hover .nor {
    display: none;
}

.hover-item:hover .hov {
    display: inline-block;
}


.hover-item .hov {
    display: none;
}

.hover-item .nor {
    display: inline-block;
}

/* 添加：确保激活状态样式优先级高于悬停样式 */
.hover-item.active .nor {
    display: none;
}

.hover-item.active .hov {
    display: inline-block;
}


/* 消费者教育服务内容切换动画 */
.bxkt_con_bd .bxkt_con_item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateX(100%);
}

.bxkt_con_bd .bxkt_con_item.active {
    display: block;
    position: relative;
    opacity: 1;
    transform: translateX(0);
}

.bxkt_con_bd .bxkt_con_item.prev-slide {
    transform: translateX(-100%);
}

.bxkt_con_bd .bxkt_con_item.next-slide {
    transform: translateX(100%);
}

.bxkt_con_bd .bxkt_con_item.slide-in-left {
    animation: slideInLeft 0.5s forwards;
}

.bxkt_con_bd .bxkt_con_item.slide-in-right {
    animation: slideInRight 0.5s forwards;
}

.bxkt_con_bd .bxkt_con_item.slide-out-left {
    animation: slideOutLeft 0.5s forwards;
}

.bxkt_con_bd .bxkt_con_item.slide-out-right {
    animation: slideOutRight 0.5s forwards;
}
.phone_nav {
    display: none;
}
.head_nav_list.show {
    display: block;
}
@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutLeft {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}
/* 响应式代码 */
@media screen and (max-width:1199px) {
    * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    html, body { min-width: 100%; }
    .picc_gzwm_ewm li { width: 105px; }
    .picc_search_from { width: 280px; height: 40px; }
    .picc_search_from button { width: 60px; }
    .head_nav { height: auto; overflow: hidden; }
    .head_nav_logo { display: block; margin-top: 5px; }
    .head_nav_logor { margin-top: 25px; display: none; }
    .head_nav_con { height: 40px; margin-top: 20px; float: right; }
    .head_nav_list { display: flex; justify-content: space-between; }
    .head_nav_list li { margin-left: 0; margin-right: 25px; }
    .foot_con { height: auto; }
    .foot_con .phone { margin-right: 0; width: 40%; }
    .foot_nav { width: 60%; }
    .foot_nav_list { width: 25%; margin-right: 0; }
    .foot_ewm { float: none; }
    .foot_ewm:before { content: ""; display: block; clear: both; }
    /*.foot_ewm_list { padding-top: 10px; display: flex; justify-content: space-between; width: 85%; }*/
    .foot_ewm_list { padding-top: 10px;  justify-content: space-between; width: 85%; }
    .foot_ewm_list li { margin-left: 0; width: 22%; }
    .foot_copy { margin-top: 20px; }
    .foot_copy .kxwz { top: -140px; right: 0; }
    .foot_copy .ipv6 { top: -85px; }
    .listCon { box-shadow: none; padding: 0; border: none; }
    .gsdt_con_left .txt { height: 60px; padding-left: 60px; }
    .gsdt_con_left .date { width: 60px; height: 60px; position: absolute; bottom: 0; left: 0; }
    .gsdt_con_left .date span { font-size: 26px; }
    .gsdt_con_left .tit { width: 100%; padding: 0 10px; }
    .gsdt_con_left .tit .p1 { margin-top: 5px; }
    .gsdt_con_left .tit .p2 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .gsdt_con_right { width: 55%; height: 35vw; }
    .gsdt_news_list { padding: 20px 25px; }
    .gsdt_news_list li { margin-bottom: 12px; }
    .gsdt_news_list li p.smy { font-size: 14px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .gsdt_news_list li p.tit { height: 30px; line-height: 30px; }
    .gsdt_news_list li p.tit a { font-size: 16px; }
    .gsdt_news_list li p.tit span { font-size: 14px; }
    .bxkt_con_hd_list { display: flex; align-items: baseline; height: 100%; flex-wrap: wrap; justify-content: space-between; }
    .bxkt_con_hd_list li { height: auto; line-height: auto; width: 100%; }
    .bxkt_con_hd_list li a { text-indent: 15px; }
    .bxkt_con_hd_list li img { margin-right: 10px; }
    .bxkt_con_bd { width: 75%; }
    .bxkt_tit, .bxkt_list { padding-left: 25px; }
    .gsdt_con_left { width: 45%; }
    .bxkt_con_hd { width: 25%; height: 100%; }
    .head_nav_logor { margin-top: 25px; display: none; }

}
@media screen and (max-width:999px) {
    .banner { height: 200px; }
    .banner .ch, .banner .ch font { font-size: 38px; padding-top: 60px; }
    .banner .en { font-size: 20px; }
	.pubCon { width: 100%; padding: 0 20px; }
    .foot_con { padding-top: 20px; }
    .foot_con .phone { width: 100%; float: none; margin-bottom: 10px; }
    .foot_con .phone {
        width: 50%;
        float: left;
        margin-bottom: 10px;
        margin-left: -27px !important;
        margin-top: 21px;
    }
    .foot_con .phone p { display: inline; line-height: 1.5em; font-size: 26px; margin-left: 15px; }
    .foot_con .phone br { display: none; }
    .foot_nav { width: 100%; float: none; }
    .foot_ewm_list { width: 75%; }
    .bxkt_con { padding-left: 0; background-size: 0; }
}
@media screen and (max-width:767px) {
    .pubCon { padding: 0 15px; }
    #picc_search img { margin-top: 6px; }
    .head_top_l { display: none; }
    .head_top a { margin-left: 15px; }
    .head_top a.tel { display: none; }
    .head_nav_logo { margin-top: 10px; padding-bottom: 10px; }
    .head_top_r { float: none; width: 100%; display: flex; justify-content: flex-end; font-size: 0; }
    .head_nav { overflow: inherit; position: relative; }
    .head_nav_logo { height: 35px; float: none; }
    .head_nav_logor { float: none; margin-left: 0; margin-top: 10px; }
    .head_nav_con { height: 30px; margin-top: 0px; position: absolute; right: 15px; top: 0px; }
    .phone_nav { display: block; }
    .head_nav_list { display: none; position: absolute; width: 100vw; right: -15px; background: #fff; top: 35px; padding: 10px 0; border-top: 1px solid #FF1A00; }
    .head_nav_list li.last { display: none; }
    .head_nav_list li { margin-right: 0; display: block; width: 100%; text-align: center; }
    .head_nav_list li a { padding-bottom: 5px; line-height: 2em; }
    .foot_ewm_list { width: 100%; }
    .foot_con .phone p { display: block; }
    .foot_copy { text-align: center; padding-bottom: 20px; display: flex; flex-wrap: wrap;  justify-content: center; }
    .foot_copy .kxwz, .foot_copy .ipv6 { position: static; display: inline-block; margin: 0 10px; }
    .listCon .list li {margin-bottom: 10px; padding-bottom: 10px; height: auto; }
    .listCon .list li a { display: inline; width: 100%; height: auto; overflow: inherit; text-overflow: inherit; white-space: inherit; height: auto; line-height: 32px; float: none; margin-right: 20px; }
    .listCon .list li span { display: inline; height: auto; line-height: 32px; float: none; padding-right: 0; white-space: nowrap; }
    .head_top_l {display: none;}
    .gsdt_con {margin: 70px 0 80px;box-shadow: 0 0 20px #ccc;}
    .gsdt_con {margin: 20px 0;box-shadow: none;}
    .gsdt_con_right { background: none; }
    .gsdt_news_list { padding: 10px 0; }
    .gsdt { height: auto; background: #f3f3f3; }
    .gsdt_con { margin-top: 20px; margin-bottom: 20px; box-shadow: none; }
    .gsdt_con_left, .gsdt_con_right { width: 100%; float: none; height: auto; }
    .gsdt_con_left img { height: 60vw; }
    .gsdt_con_right { background: none; }
    .gsdt_news_list { padding: 10px 0; }
    .yhfw, .gsdt { padding-top: 20px; }
    .yhfw_con { margin-top: 20px; margin-bottom: 20px; }
    .yhfw_list li { width: 33.3%; text-align: left; margin-bottom: 10px; }
    .yhfw_list li p.icon { display: inline-block; width: 30px; height: 30px; margin-right: 15px; }
    .yhfw_list li p { display: inline; }
    .yhfw_list li p.ch { font-weight: normal; }
    .yhfw_list li p.en { display: none; }
    .bxkt { padding-top: 0; padding-bottom: 20px; background: none; }
    .bxkt_con { margin-top: 20px; box-shadow: none; height: auto;}
    .bxkt_con_hd, .bxkt_con_bd { width: 100%; float: none; }
    .bxkt_con_hd { padding: 0; border-right: 0;  }
    .bxkt_con_hd_list li { padding: 0; width: auto; line-height: 32px; height: 32px; }
    .bxkt_con_hd_list li a { font-size: 0; text-indent: 0; }
    .bxkt_con_hd_list li.active  a { font-size: 18px; }
    .bxkt_con_hd_list li.active  a, .bxkt_con_hd_list li:hover a { border: 0; }
    .bxkt_tit { margin-top: 15px; margin-bottom: 0; padding-left: 0; padding-right: 0; }
    .bxkt_tit span { font-size: 22px; padding-left: 0; }
    .bxkt_list { padding-left: 0; padding-right: 0; }
    .bxkt_list li { background-size: 5px; }
    .foot_copy { text-align: center; padding-bottom: 20px; display: flex; flex-wrap: wrap;  justify-content: center; }
    .foot_copy .kxwz, .foot_copy .ipv6 { position: static; display: inline-block; margin: 0 10px; }
    .head_nav_list { display: none; position: absolute; width: 100vw; right: -15px; background: #fff; top: 35px; padding: 10px 0; border-top: 1px solid #FF1A00; }
    .head_nav_list li.last { display: none; }
    .head_nav_list li { margin-right: 0; display: block; width: 100%; text-align: center; }
    .head_nav_list li a { padding-bottom: 5px; line-height: 2em; }
    .head_nav_logor { float: none; margin-left: 0; margin-top: 10px; }
    .head_nav_con { height: 30px; margin-top: 0px; position: absolute; right: 15px; top: 0px; }
    .phone_nav {display: block;}
    .head_nav_list { display: none; position: absolute; width: 100vw; right: -15px; background: #fff; top: 35px; padding: 10px 0; border-top: 1px solid #FF1A00; }

}
@media screen and (max-width:479px) {
    .mkTit .ch, .mkTit .en { font-size: 18px; }
    .banner { height: 150px; background-size: cover !important;z-index: 1; }
	.banner-list {z-index: 2;}
    .banner .ch, .banner .ch font, .jkglBanner .ch font { font-size: 20px; padding-top: 50px; }
    .banner .en { font-size: 12px; }
    html, body { min-width: 320px; }
    .head_top_r { font-size: 0; }
    .head_top a { font-size: 12px; }
    .head_top a.picc_gzwm { display: none; }
    .head_nav_con { height: 27px; }
    .head_nav_list li a { font-size: 14px; }
    .xgLink { padding: 10px 15px; height: auto; line-height: inherit; font-size: 0;  }
    .xgLink .pubCon { padding: 0; }
    #xglink_select { font-size: 14px; width: 100%; }
    .foot_con .phone { font-size: 14px; }
    .foot_con .phone p { font-size: 16px; line-height: 2em; }
    .foot_con .phone .p1 { background-position: 0 -30px;font-size: 14px; }
    .foot_con .phone .p1 img {
        display: block;
        height: 12px;
    }
    .foot_con .phone .p2 { background-position: 0 -30px;font-size: 14px; }
    .foot_con .phone .p2 { background-position: 0 0px; }
    .foot_nav_list { width: 100%; float: none; overflow: hidden; }
    .foot_nav_list li { float: left; margin: 0 10px; }
    .foot_ewm_list li img { width: 100%; }

    .foot_nav_list li.ti { margin: 0px; float: none; }
    .foot_ewm_list li p { line-height: 1em; }
    .foot_copy p { font-size: 12px; line-height: 1.5em; }
    .listCon .list li { margin-bottom: 0; padding-bottom: 0; }
    .foot_copy .kxwz, .foot_copy .ipv6 { height: 30px; }
    .listCon .list li a, .listCon .list li span { font-size: 14px;  }
    .head_top a {
        font-size: 12px;
    }
    .gsdt_con_left, .gsdt_con_left .img { height: 60vw; }
    .yhfw_list li { width: 50%; }
    .bxkt_list li a, .jkbx_list li.two p.tit a { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .foot_copy p { font-size: 12px; line-height: 1.5em; }
    .foot_copy .kxwz, .foot_copy .ipv6 { height: 30px; }
    .xgLink { padding: 10px 15px; height: auto; line-height: inherit; font-size: 0;  }
    .xgLink .pubCon { padding: 0; }
    #xglink_select { font-size: 14px; width: 100%; }
    .head_nav_con { height: 27px; }

}