
.h_cons {
    float: right;
}

.h_cons p {
    height: 3rem;
    padding-left: 2.8rem;
    margin-top: 0.46rem;
    color: #222;
    background: url(images/h_pho.gif) no-repeat left top;
    background-size: 2.5rem;
    font-size: 0.8rem;
    line-height: 1rem;
}

.h_cons p span {
    font: 1.6rem / 1.7rem Impact;
    color: #023793;
    display: block;
}

.h_cons h4 {
    width: 12rem;
    height: 2rem;
    background: url(images/h_b1.gif) no-repeat left top;
    font-size: 1.2em;
    color: #fff;
    background-size: 100% 100%;
    line-height: 2rem;
}
.h_cons h4 span {
    float: left;
    width: 50%;
    text-align: center;

}
.h_ewm {
    float: right;
}

.h_ewm img {
    height: 7.2rem;
    margin-top: -0.8rem;
}

.h_rights {
    float: right;
    display: block;
    height: 5.8rem;
}

.headtop .tel:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 2.77rem;
    top: 0px;
    left: 5%;
    z-index: 9;
    background: #1354c5;
}
        /* 清除默认样式 */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        /* 最外层容器 */
        .headpc {
            width:100%;
            margin: 0 auto;
            position: relative;
            z-index: 9;
            font-family: "Microsoft Yahei", sans-serif;
        }
        /* 顶部信息栏 */
        .headtop {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 7.2rem;
        }
        /* 左侧品牌区 */
        .brand {
            display: flex;
            align-items: center;
            width: 40.62%;
        }
        .brand b{ color:#f0762b;font-size: 1.4rem;}
        .brand .logo {
            font-size: 1.2rem;
            width: 44.3%;
            font-weight: 700;
            color: #0066cc; /* 品牌蓝，可替换为实际LOGO色值 */
            margin-right: 0.6px;
        }
         .brand .logo img{ width:100%;}
        .brand .name {
            font-size:1.2rem;
            font-weight: 700;
            color: #333;
        }
        .top_w {
    margin-left: 3%;
    padding-left: 3%;
    border-left: 1px solid #dcdcdc;
    width: 52%;
    line-height: 1.6rem;
}
        .brand-desc {
            margin-top: 4px;
            font-size: 1.2rem;
            color: #666;
        }
        /* 右侧电话 */
   .headtop .tel {
    font-size: 1.56rem;
    color: #023793;
    font-weight: bold;
    height: 100%;
    padding-left: 2.2%;
    line-height: 6.7rem;
    position: relative;
}
   .headtop .tel:after {
     content: "";
     display: block;
     position: absolute;
     height: 2rem;
     left: 0px;
     top: 2.6rem;
     width: 2rem;
          background: url(http://g1.cms.51yxwz.com/20250722085909000156/images/h_tel.png) no-repeat left top;
    background-size: 75%;
    z-index: 10;
    animation: rotateSequence 3s ease-in-out forwards;
            /* 设置旋转中心为元素中心 */
            transform-origin: center;
       
   }
      @keyframes rotateSequence {
            0% {
                /* 初始状态：正常位置 */
                transform: rotate(0deg);
            }
            25% {
                /* 向右旋转60度 */
                transform: rotate(40deg);
            }
            50% {
                /* 回正 */
                transform: rotate(0deg);
            }
            75% {
                /* 向左旋转60度 */
                transform: rotate(-40deg);
            }
            100% {
                /* 再次回正并停止 */
                transform: rotate(0deg);
            }
        }

        /* 导航容器 */
        .h_con {
            background-color: #023793; /* 导航栏底色 */
            height: 3rem;
            line-height: 3rem;
        }

   .h_con ul>li.cur,.h_con ul>li:hover{
    background: #f0762b;
}

        .nav.menu {
            width: 100%;
        }
        .nav.menu ul.clearfix {
            list-style: none;
            display: flex;
            justify-content: space-around;
        }
        .nav.menu ul.clearfix li {
            position: relative;
            height: 3rem;
            line-height: 3rem;
            padding: 0 2.88%;
        }
        .nav.menu ul.clearfix li a {
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 400;
            transition: background-color 0.3s;
        }
        /* 激活态/ hover 效果 */
        .nav.menu ul.clearfix li a:hover,
        .nav.menu ul.clearfix li.active a {
        }
        /* 清除浮动（如果需要） */
        .clearfix::after {
            content: "";
            display: table;
            clear: both;
        }

.nav.menu ul.clearfix li:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 1rem;
    width: 1px;
    height: 1rem;
    border-right: 1px dashed #fff;
    opacity: 0.3;
}

.nav.menu ul.clearfix li:last-child:after {
    display: none;
}

   
       .nav.menu ul.clearfix .submenu {
            position: absolute;
            left: 50%;
            top: 80%;
            transform: translateX(-50%);
            z-index: 999;
            max-height: 0;
            transition: max-height 0.4s linear;
            -ms-transition: max-height 0.4s linear;
            -moz-transition: max-height 0.4s linear;
            padding-top: 25px !important;
            overflow: hidden;
        }
        
       .nav.menu ul.clearfix .submenu p {
            background: rgba(242, 242, 242, 1);
            padding: 6px 21px;
            border-radius: 10px;
            position: relative;
        }
        
      .nav.menu ul.clearfix  .submenu p:before {
            position: absolute;
            content: "";
            border-width: 9px 8px;
            border-style: solid;
            border-color: transparent transparent rgba(242, 242, 242, 1);
            top: -18px;
            left: 50%;
            margin-left: -8px;
            transition: all 0.4s linear;
            -ms-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            opacity: 0;
        }
        
       .nav.menu ul.clearfix .submenu a {
            transition: all .4s ease;
            display: block;
            font-weight: 500;
            padding: 0 17px 0 32px;
            font-size: 16px;
            line-height: 48px;
            color: #333333;
            line-height: 54px;
            white-space: nowrap;
            position: relative;
           
            text-align: left;
        }
        
              .nav.menu ul.clearfix .submenu p span span a {
            transition: all .4s ease;
            display: block;
            font-weight: 500;
            padding: 0 17px 0 32px;
            font-size: 16px;
            line-height: 42px;
            color: #333333;
            line-height: 42px;
            white-space: nowrap;
            position: relative;
           
            text-align: left;
        }
        
        .nav.menu ul.clearfix .submenu  p span span a:before {
            position: absolute;
            content: "";
            width: 4px;
            height: 4px;
            border: 2px solid #333333;
            border-radius: 50%;
            top: 16px;
            left: 13px;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
        
       .nav.menu ul.clearfix .submenu a:last-child {
            border-bottom: 0
        }
        
      .nav.menu ul.clearfix .submenu a:before {
            position: absolute;
            content: "";
            width: 4px;
            height: 4px;
            border: 2px solid #333333;
            border-radius: 50%;
            top: 23px;
            left: 13px;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
       .nav.menu ul.clearfix .submenu a:hover {
            color: #000;
            font-weight: bold;
        }
        
    .nav.menu ul.clearfix li:hover .submenu{max-height: 1000px;}
    .nav.menu ul.clearfix li:hover .submenu p:before{opacity: 1;}
        
.nav.menu ul.clearfix .submenu p>span {
    position: relative;
}

.nav.menu ul.clearfix .submenu p>span>span {
    display: none;
    position: absolute;
    width: 100%;
    left: 100%;
    top: -195%;
    background: rgba(242, 242, 242, 1);
    padding: 6px 21px;
    border-radius: 10px;
    z-index: 99;
}

.nav.menu ul.clearfix li:hover .submenu {
    overflow: revert;
}

.nav.menu ul.clearfix .submenu p>span:hover span {
    display: block;
}
 .nav.menu ul.clearfix .submenu p>span span a {
        font-size: 14px;
 }

 .nav.menu ul.clearfix .submenu p>span span a:hover{
         
         
          font-weight: bold;
        }

    

    .p102-search-1 {
        height: 70px;
        border-bottom: 1px solid #ededed;
        background: #f7f7f7;
    }
    
    .p102-search-1 p {
        float: left;
        width: 750px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        color: #333333;
    }
    
    .p102-search-1 p b {
        display: inline-block;
    }
    
    .p102-search-1 p a {
        color: #666666;
        display: inline-block;
        margin-right: 15px;
    }
    .p102-search-1 p a:hover{color: #023793;}
    .p102-search-1-inp {
        float: right;
        width: 356px;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 25px;
        position: relative;
    }
    
    .p102-search-1-inp:before,
    .p102-search-1-inp:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        background: #e3e3e3;
        left: 10%;
        z-index: 0;
    }
    
    .p102-search-1-inp:before {
        top: 0;
    }
    
    .p102-search-1-inp:after {
        bottom: 0;
    }
    
    .p102-search-1-inp1 {
        width: 249px;
        height: 34px;
        line-height: 34px;
        color: #999999;
        border: 1px solid #e3e3e3;
        border-right: 0;
        padding: 0 20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        float: left;
    }
    
    .p102-search-1-inp2 {
        width: 66px;
        height: 36px;
        border: 0;
        border-radius: 25px;
        background: url(images/p102-search-icon1.png) no-repeat center center #023793;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


		.plc{padding: 5px 0 25px;}
		.p12-curblock{
			display: none;
		}
		.p102-curmbs-1{height: 40px;line-height: 40px;font-size: 14px;color: #808080;}
		.p102-curmbs-1 b {
			font-weight: normal;
			padding-left: 35px;
			background: url(images/p102-curmbs-icon1.png) no-repeat left center;

		}
		.p102-curmbs-1 i {
			font-style: normal;
		}

		.p102-curmbs-1 span {
			font-family: 宋体;
			height: 46px;
			line-height: 46px;
			padding: 0px 5px;
		}
		.p102-curmbs-1 a{color: #808080;}
		.p102-curmbs-1 a:hover{color: #023793;}
	


.temp_til01{height:52px; margin-bottom:22px; font-size:22px;color:#555;line-height: 52px;font-family:"Microsoft YaHei";background:url(images/tilbg01.gif) no-repeat 0 bottom;background-size: 100%;}
.temp_til01 a{color:#555;}
.temp_til01 em{color: #e6e6e6;font-size:20px;text-transform: uppercase;padding: 0 0 0 20px;font-family:Arial;font-weight: normal;font-style: normal;}
.temp_more01{background:url(images/ico04.png) no-repeat right center;padding: 0 37px 0 0;font-size: 16px;font-weight: normal;}


.nn1 .title i:after {
    right: -372px;
    width: 385px;
}
.nn1  .title i:before{
   display: none; 
}
.nn1 .title{ text-align:left;}
.nn1 .title em:before {
    left: 2px;
}

.nn1 .title em:after {
    right: -18px;
}

.nn1 .title i {margin-left: 22px;}


    .p102-info-items {
        margin-bottom: 16px;
    }
    
    .p102-info-items-img {
        float: left;
        width: 43.1798%;
    }
    
    .p102-info-items-img a,
    .p102-info-items-img img {
        width: 100%;
        display: block;
    }
    
    .p102-info-items-text {
        float: right;
        width: 52.2527%;
        padding-top: 20px;
    }
    
    .p102-info-items-text h4 {
        height: 32px;
        position: relative;
        padding-left: 90px;
        margin-bottom: 20px;
    }
    
    .p102-info-items-text h4 em {
        position: absolute;
        width: 74px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        color: #023793;
        text-align: center;
        font-style: normal;
        border: 1px solid #023793;
        left: 0;
        top: 0;
    }
    
    .p102-info-items-text h4 a {
        display: inline-block;
        height: 32px;
        max-width: 100%;
        line-height: 32px;
        font-size: 22px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-info-items-text p {
        line-height: 28px;
        font-size: 14px;
        color: #666666;
        text-align: justify;
        margin-bottom: 24px;
    }
    
    .p102-info-1-more a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #333333;
    }
    
    .p102-info-1-more a:hover {
        color: #023793;
    }


    .p101-info-3 {
    }
    
    .p101-info-3-title {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        color: #ffffff;
        padding: 0 30px;
        background: #4d4d4d;
        margin-top: -1px;
    }
    
    .p101-info-3-list {
    }
    
    .p101-info-3-list li {
        height: 55px;
        line-height: 55px;
        border-bottom: 1px dashed #d2d2d2;
        float:left;
        width: 50%;
    }
    

       .p101-info-3-list ul{ margin-bottom:3rem;}
    .p101-info-3-list li a {
        display: inline-block;
        width: 470px;
        overflow: hidden;
        padding-left: 25px;
        height: 55px;
        font-size: 16px;
        color: #333333;
        position: relative;
    }
    
    .p101-info-3-list li a:before {
        content: "";
        width: 5px;
        height: 5px;
        border: 2px solid #808080;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        left: 6px;
        margin-top: -3px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .p101-info-3-list li span {
        float: right;
        width: 110px;
        font: 14px/55px Arial;
        color: #808080;
        text-align: right;
        margin-right: 5px;
    }
    .p101-info-3-list li:hover a{color: #023793;}
    .p101-info-3-list li:hover a:before{border-color: #023793;}



    .p102-news-info {
        padding: 60px 0 0;
        background: #f5f5f5;
    }
    
    .p102-news-info dl {
        border: 1px solid #ebebeb;
        padding: 9px;
        background: #fff;
        margin-bottom: 25px;
    }
    
    .p102-news-info dt {
        float: left;
        width: 268px;
        height: 185px;
    overflow: hidden;
    }
    
    .p102-news-info dt a,
    .p102-news-info dt img {
        width: 100%;
        display: block;
    }
    
    .p102-news-info dd {
        float: left;
        width: 820px;
        margin-left: 50px;
        position: relative;
        padding-top: 30px;
    }
    
    .p102-news-info dd i {
        position: absolute;
        width: 120px;
        height: 40px;
        font: 14px/40px Arial;
        color: #ffffff;
        text-align: center;
        background: #333333;
        right: -52px;
        top: -10px;
    }
    
    .p102-news-info dd h4 {
        height: 32px;
        padding-left: 90px;
        position: relative;
        font-weight: normal;
        margin-bottom: 10px;
    }
    
    .p102-news-info dd h4 em {
        position: absolute;
        width: 74px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        font-weight: bold;
        color: #023793;
        text-align: center;
        border: 1px solid #023793;
        left: 0;
        top: 0;
        font-style: normal;
    }
    
    .p102-news-info dd h4 a {
        display: inline-block;
        max-width: 100%;
        height: 32px;
        line-height: 32px;
        font-size: 22px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-news-info dd p {
        line-height: 26px;
        font-size: 14px;
        color: #666666;
        text-align: justify;
    }
    
    .p102-news-info dd p a {
        color: #333;
    }
    
    .p102-news-info dl:hover dd h4 a {
        color: #023793;
    }
    
    .p102-news-info ul {
        padding: 5px 0;
        position: relative;
        margin-bottom: 45px;
    }
    
    .p102-news-info ul:before {
        content: '';
        position: absolute;
        width: 1px;
        background: #d9d9d9;
        left: 50%;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-news-info ul li {
        float: left;
        width: 560px;
    }
    
    .p102-news-info ul li.last {
        margin-left: 80px;
    }
    
    .p102-news-info ul h4 {
        height: 34px;
        line-height: 34px;
        font-weight: normal;
        position: relative;
        padding-left: 25px;
    }
    
    .p102-news-info ul h4:before {
        content: '';
        position: absolute;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 6px solid #b3b3b3;
        left: 0;
        top: 50%;
        margin-top: -4px;
        z-index: 1;
    }
    
    .p102-news-info ul h4 a {
        display: inline-block;
        max-width: 440px;
        height: 34px;
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-news-info ul h4 span {
        position: absolute;
        width: 90px;
        height: 30px;
        font: 14px/30px Arial;
        color: #808080;
        text-align: right;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-news-info ul h4:hover:before {
        border-left: 6px solid #023793;
    }
    
    .p102-news-info ul h4:hover a {
        color: #023793;
    }
    
    .p102-news-info-more {
        width: 170px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
        background: #f0762b;
    }
     

    .p102-news-info-more a {
        display: block;
        height: 50px;
        color: #fff;
    }


    .p102-news-answer {
        padding: 60px 0 80px;
        background: #f5f5f5;
    }
    
    .p102-news-answer-con {
        padding: 25px 49px;
        background: #fff;
        border: 1px solid #ebebeb;margin-bottom: 5px;
    }
    
    .p102-news-answer-con h4 {
        height: 40px;
        line-height: 40px;
        font-weight: normal;
        position: relative;
        margin-bottom: 5px;
    }
    
    .p102-news-answer-con h4:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 18px;
        background: #023793;
        left: -50px;
        top: 50%;
        margin-top: -9px;
        z-index: 1;
    }
    
    .p102-news-answer-con h4 a {
        display: inline-block;
        height: 40px;
        max-width: 1000px;
        font-size: 22px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-news-answer-con h4 span {
        position: absolute;
        width: 90px;
        height: 28px;
        font: 14px/28px Arial;
        color: #808080;
        text-align: right;
        right: 0;
        bottom: 0;
    }
    
    .p102-news-answer-con p {
        line-height: 26px;
        font-size: 14px;
        color: #666666;
        text-align: justify;
    }
    
    .p102-news-answer-con p a {
        color: #333333;
    }
    
    .p102-news-answer-con h4:hover a {
        color: #023793;
    }
    
    .p102-news-answer ul {
        margin-bottom: 40px;
    }
    
    .p102-news-answer li {
        padding: 0 49px;
        background: #fff;
        border: 0px solid #ebebeb;
        margin-bottom: 5px;
        position: relative;width:500px;float: left;
    }
    
    .p102-news-answer li:before {
        content: '';
        position: absolute;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 6px solid #b3b3b3;
        left: 23px;
        top: 50%;
        margin-top: -4px;
        z-index: 1;
    }
    
    .p102-news-answer li h4 {
        height: 58px;
        line-height: 58px;
        font-weight: normal;
    }
    
    .p102-news-answer li h4 a {
        display: inline-block;
        max-width: 1000px;
        height: 58px;
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-news-answer li h4 span {
        float: right;
        width: 90px;
        height: 58px;
        font: 14px/58px Arial;
        color: #808080;
        text-align: right;
    }
    .faq-more{margin-top:45px;}
    .p102-news-answer li:hover:before {
        border-left: 6px solid #023793;
    }
    
    .p102-news-answer li:hover h4 a {
        color: #023793;
    }


    .title {
        position: relative;
        font-weight: normal;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .title span,
    .title a {
        display: block;
        height: 58px;
        line-height: 58px;
        font-size: 42px;
        color: #333333;
    }
    
    .title em {
        display: inline-block;
        max-width: 640px;
        height: 23px;
        position: relative;
    }
    
    .title em:before,
    .title em:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 3px;
        background: #023793;
        top: 10px;
        z-index: 2;
    }
    
    .title em:before {
        left: -30px;
    }
    
    .title em:after {
        right: -30px;
    }
    
    .title i {
        display: block;
        height: 23px;
        font: 14px/23px 'Arial';
        color: #999999;
        font-style: normal;
        letter-spacing: 2px;
        padding: 0 40px;
    }
    
    .title i:before,
    .title i:after {
        position: absolute;
        content: '';
        width: 280px;
        height: 1px;
        background: #e0e0e0;
        top: 11px;
        z-index: 1;
    }
    
    .title i:before {
        left: -280px;
    }
    
    .title i:after {
        right: -280px;
    }
    
    .p102-news-1 {
        padding: 0 0 80px;
    }
    
    .p102-news-1-list dl {
        float: left;
        width: 590px;
        border: 1px solid #ebebeb;
        padding: 10px 29px;
        box-shadow: 10px 10px 20px #f2f2f2;
    }
    
    .p102-news-1-list dl.last {
        margin-left: 20px;
    }
    
    .p102-news-1-list dd {
        padding: 20px 0 20px 26px;
        border-bottom: 1px dashed #d2d2d2;
    }
    
    .p102-news-1-list dl dd:last-child {
        border-bottom: 0;
    }
    
    .p102-news-1-list dd h4 {
        height: 30px;
        line-height: 30px;
        font-weight: normal;
        position: relative;
    }
    
    .p102-news-1-list dd h4:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        border: 3px solid #023793;
        border-radius: 100%;
        left: -26px;
        top: 50%;
        margin-top: -7px;
    }
    
    .p102-news-1-list dd h4:after {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background: #023793;
        left: -21px;
        top: 50%;
        margin-top: -2px;
    }
    
    .p102-news-1-list dd h4 a {
        display: inline-block;
        max-width: 400px;
        height: 30px;
        font-size: 20px;
        color: #1a1a1a;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-news-1-list dd:hover h4 a {
        color: #023793;
    }
    
    .p102-news-1-list dd h4 span {
        position: absolute;
        width: 90px;
        height: 20px;
        font: 14px/20px Arial;
        color: #808080;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-news-1-list .p102-news-1-desc {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


.p102-news-case-list dl dt {
    height: 221px;
    overflow: hidden;
}
    .p102-news-case {
        padding: 20px 0 80px;
        overflow: hidden;
    }
    
    .p102-news-case-con {
        position: relative;
        margin-bottom: 25px;
    }
    
    .p102-news-case-con .tempWrap {
        width: 1200px !important;
        margin: 0 auto;
    }
    
    .p102-news-case-prev,
    .p102-news-case-next {
        position: absolute;
        width: 70px;
        height: 70px;
        cursor: pointer;
        background: #f2f2f2;
        border: 1px solid #ededed;
        top: 50%;
        margin-top: -36px;
        z-index: 5;
    }
    
    .p102-news-case-prev {
        left: -100px;
    }
    
    .p102-news-case-next {
        right: -100px;
    }
    
    .p102-news-case-prev:before,
    .p102-news-case-next:after {
        position: absolute;
        content: '';
        width: 27px;
        height: 27px;
        border: 2px solid #272636;
        border-style: solid solid none none;
        top: 21px;
        z-index: 1;
    }
    
    .p102-news-case-prev:before {
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        right: 12px;
    }
    
    .p102-news-case-next:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 12px;
    }
    
    .p102-news-case-list {
        padding-bottom: 15px !important;
    }
    
    .p102-news-case-list dl {
        float: left;
        width: 378px;
        margin-right: 33px;
    }
    
    .p102-news-case-list dt a,
    .p102-news-case-list dt img {
        display: block;
        width: 100%;
    }
    
    .p102-news-case-list dd {
        width: 305px;
        padding: 22px 20px 22px 30px;
        background: #fff;
        border: 1px solid #e3e3e3;
        margin: -20px auto 0;
        position: relative;
        z-index: 2;
    }
    
    .p102-news-case-list dd h4 {
        font-weight: normal;
        margin-bottom: 8px;
    }
    
    .p102-news-case-list dd h4 a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        color: #1a1a1a;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-news-case-list .p102-news-case-desc {
        line-height: 26px;
        font-size: 14px;
        color: #4c4c4c;
        text-align: justify;
    }
    
    .p102-news-case-details {
        padding-top: 22px;
    }
    
    .p102-news-case-details a {
        display: block;
        width: 98px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        color: #023793;
        text-align: center;
        border: 1px solid #023793;
        position: relative;
    }
    
    .p102-news-case-details a:before {
        content: '';
        position: absolute;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 10px solid #fff;
        left: -1px;
        top: 50%;
        margin-top: -9px;
        z-index: 1;
    }
    
    .p102-news-case-details a:after {
        content: '';
        position: absolute;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid #023793;
        left: -1px;
        top: 50%;
        margin-top: -5px;
        z-index: 2;
    }
    
    .p102-news-case-list dl:hover dd {
        border-color: #fff;
        box-shadow: 10px 10px 15px #eeeeee, -3px 10px 8px #f7f7f7;
    }
    
    .p102-news-case-list dl:hover .p102-news-case-details a {
        background: #023793;
        color: #fff;
    }
    
    .p102-news-case-list dl:hover .p102-news-case-details a:before {
        border-left: 10px solid #023793;
    }
    
    .p102-news-case-list dl:hover .p102-news-case-details a:after {
        border-left: 7px solid #fff;
    }


.content {
    width: 83.33%;
    margin: 0px auto;
}
    /* 顶级元素 */
    .footpc .fbg {
      background: url(http://g1.cms.51yxwz.com/20250722085909000156/images/ftbg.jpg) no-repeat;
      color: #fff;
      background-size: 100%;
    }

    
    /* 底部导航 */
   .footpc  .f_con {
      background: #013da4;
      height: 4rem;
      line-height: 4rem;
    }
    
    .footpc .fnav ul.clearfix {
      height: 4rem;
      list-style: none;
      display: flex;
      justify-content: space-around;
    }
    
    .footpc .fnav ul.clearfix li {
      float: left;
      margin-right: 3%; /* 导航项间距 */
      line-height: 1.5;
      height: 4rem;
      line-height: 4rem;
    }
    
    .footpc .fnav ul.clearfix li a {
      color: #fff;
      text-decoration: none;
      font-size: 0.9rem;
      font-weight: 400;
      opacity: 0.9;
    }
    
    .footpc .fnav ul.clearfix li a:hover {
      opacity: 1;
      text-decoration: underline;
    }
    
    
    /* 底部主体内容 */
    .footpc .f_bon {
      overflow: hidden; /* 包含浮动元素 */
      padding: 4.8rem 0;
    }
    
    /* 三个模块百分比宽度分配 */
    .footpc .f_blogo {
      width: 21.75%;
      float: left;
      padding-right: 3%;
      border-right: 1px solid rgb(255 255 255 / 30%);
      height: 13.4rem;
    }
    
   .footpc  .f_lianxi {
      width: 45%;
      float: left;
      box-sizing: border-box;
      padding: 0 4%;
      border-right: 1px solid rgb(255 255 255 / 30%);
    }
    
    .footpc .f_ewm {
      width: 33.2%;
      float: right;
      padding-left:3.6%;
      box-sizing: border-box;
    }
    
    /* 联系方式分两列 */
    .footpc .lianxi_left, .lianxi_right {
      width: 48%;
      float: left;
    }
    
    .lianxi_right {
      margin-left: 4%; /* 两列之间的间距 */
    }
    
    /* 第一部分样式 */
    .footpc .f_blogo .logo {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 18px;
      color: #ffffff;
    }
    .footpc .f_blogo .logo img{
    width: 16rem;
}
    .footpc .f_blogo .desc {
      font-size: 0.8rem;
      line-height: 2;
      color: rgb(255 255 255 / 60%);
      margin-bottom: 1rem;
      text-align: justify;
    }
    
    .footpc .f_blogo .copyright {
      font-size: 0.8rem;
      color: rgb(255 255 255 / 60%);
      line-height: 1.8;
    }
    .footpc .f_blogo .links{
    margin-right: 40%;
}
  .footpc .f_blogo .links span{
    display: block;
    font-size: 1.2rem;
}
  .footpc .f_blogo .links em{}
  .footpc .f_blogo .links em a{
    color: rgb(255 255 255 / 60%);
    font-size: 0.8rem;
    padding-right: 0.66rem;
    font-style:normal;
}
    .footpc .f_lianxi .title {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 18px;
      color: #ffffff;
      width: 100%;
      text-align: left;
      padding-bottom: 0px;
    }
    .footpc .f_lianxi .title:after{
        display: none;
    }
    .footpc .f_ewm .title:after{ display:none; padding-bottom:0px;}
    .footpc .f_lianxi p {
      font-size: 13px;
      line-height: 1.4rem;
      color: rgb(255 255 255 / 60%);
      display: block;
    }
    
    .footpc .f_lianxi .tel {
      font-size: 1.1rem;
      font-weight: 600;
      color: #ffffff;
      line-height: 1.5;
    }
    
    /* 第三部分样式 */
    .footpc .f_ewm .title {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 1.7rem;
      color: #ffffff;
      text-align: left;
      padding-bottom: 0px;
    }
    
    .footpc .f_ewm .qr-group {
      text-align: center;
      float: left;
      width: 31%;
      margin-right: 3%;
    }
    .footpc .f_ewm .qr-group:nth-child(4){
    margin-right: 0px;
}
    .footpc .f_ewm .qr-code {
      width: 100%;
    }
    
    .footpc .f_ewm p {
      font-size: 0.8rem;
      line-height: 1.5;
      color: rgb(255 255 255 / 60%);
      line-height: 2.2rem;
    }


  

    .xin-2112-client-1 {
        width: 76px;
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 999;
        color: #333;
        background: #fff;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
    }
    
    .xin-2112-client-1 li {
        width: 76px;
        border-radius: 2px;
        position: relative;
        cursor: pointer;
        padding: 10px 0 13px;
    }
    
    .xin-2112-client-1 li.my-kefu-top {
        display: none;
    }
    
    .xin-2112-client-1 li a {
        display: block;
        height: 100%;
        text-decoration: none;
        color: #333;
    }
    
    .xin-2112-client-1 li i {
        display: block;
        width: 38px;
        height: 37px;
        overflow: hidden;
        margin: 0 auto;
        background: url("images/xin-2112-client-icon.png") no-repeat;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    
    .xin-2112-client-1 li.my-kefu-tel i {
        background-position: 0 0;
    }
    
    .xin-2112-client-1 li.my-kefu-link i {
        background-position: 0 -47px;
    }
    
    .xin-2112-client-1 li.my-kefu-qq i {
        background-position: 0 -94px;
    }
    
    .xin-2112-client-1 li.my-kefu-weixin i {
        background-position: 0 -141px;
    }
    
    .xin-2112-client-1 li.my-kefu-top i {
        background-position: 0 -188px;
    }
    
    .xin-2112-client-1 li .client-2112-cont {
        width: 160px;
        padding: 14px 14px 14px 70px;
        position: absolute;
        right: 85px;
        top: 4px;
        color: #fff;
        font-size: 18px;
        height: 32px;
        line-height: 32px;
        text-align: left;
        background: #023793;
        display: none;
    }
    
    .xin-2112-client-1 li .client-2112-cont:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        margin-top: -7px;
        right: -7px;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        border-left: 7px solid #023793;
    }
    
    .xin-2112-client-1 li .client-2112-cont:before {
        content: "";
        position: absolute;
        width: 38px;
        height: 38px;
        background: url("images/xin-2112-client-icon.png") no-repeat;
        left: 25px;
        top: 50%;
        margin-top: -19px;
        z-index: 1;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin {
        width: 115px;
        padding: 14px;
        position: absolute;
        right: 85px;
        top: -28px;
        background: #fff;
        display: none;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        margin-top: -7px;
        right: -7px;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        border-left: 7px solid #fff;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin img {
        width: 115px;
        height: 115px;
        display: block;
    }
    
    .xin-2112-client-1 li.my-kefu-tel .client-2112-cont:before {
        background-position: -70px 0;
    }
    
    .xin-2112-client-1 li.my-kefu-qq .client-2112-cont:before {
        background-position: -70px -94px;
    }
    
    .xin-2112-client-1 li p {
        display: block;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        color: #333;
        text-align: center;
    }
    
    .xin-2112-client-1 li.my-kefu-link a {
        animation: heart 1s ease-in-out infinite alternate;
    }
    
    .xin-2112-client-1 li.cur,
    .xin-2112-client-1 li:hover {
        background: #023793;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-tel i,
    .xin-2112-client-1 li.my-kefu-tel:hover i {
        background-position: -70px 0;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-link i,
    .xin-2112-client-1 li.my-kefu-link:hover i {
        background-position: -70px -47px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-qq i,
    .xin-2112-client-1 li.my-kefu-qq:hover i {
        background-position: -70px -94px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-weixin i,
    .xin-2112-client-1 li.my-kefu-weixin:hover i {
        background-position: -70px -141px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-top i,
    .xin-2112-client-1 li.my-kefu-top:hover i {
        background-position: -70px -188px;
    }
    
    .xin-2112-client-1 li.cur p,
    .xin-2112-client-1 li:hover p {
        color: #fff;
    }
    
    .xin-2112-client-1 li:hover .client-2112-cont,
    .xin-2112-client-1 li:hover .client-2112-cont-weixin {
        display: block!important;
    }

