﻿
.top_bg{ height:9.4rem; width:100%;position: relative;z-index: 99;background:#fff;}
.top_bg:before{content: "";width: 100%;height: 3.1rem;background: #00396d;position: absolute;bottom: 0;left: 0;z-index: -1;}
.header{width: 83.33%;margin: 0 auto;}
.h_con{height: 6.3rem;overflow: hidden;}
.logo{ width:15%; height:6.3rem;line-height: 0;display: flex;align-items: center;}
.logo img{display: block;width: 100%;}
.h_dw{font-size: 1.2rem;color: #333;padding: 1.5rem 0 0 1rem;line-height: 1.6rem;margin-left: 0.8rem;position: relative;}
.h_dw:before{content: "";width: 1px;height: 5rem;position: absolute;top: 1rem;left: 0;background: linear-gradient(to bottom,  #ffffff 0%,#d2d2d2 50%,#ffffff 100%);}
.h_dw i{color: #ed6c00;}
.h_dw span{display: block;font-size: 1rem;font-weight: normal;}
.h_honor{width: 38.75%;padding-top: 1.7rem;}
.h_honor p{font-size: 0.8rem;color: #666;line-height: 1.4rem;float: left;width: 40%;position: relative;padding-left: 1rem;box-sizing: border-box;}
.h_honor p:before{content: "";width: 0.3rem;height: 0.3rem;background: rgba(255,255,255,1);border: #b7b7b7 0.1rem solid;border-radius: 50%; position: absolute;top: calc(50% - 0.25rem);left: 0;}
.h_honor p:nth-child(2n){width: 60%;}
.h_tel{padding: 1.2rem 0 0;height: 3.5rem;display: flex;align-items: center;font-size: 1.3rem;color: #ed6c00;}
.h_tel em{width: 2.3rem;height: 2.3rem;line-height: 0;overflow: hidden;padding-right: 0.5rem;}
.h_tel em img{width: 2.3rem;height: 2.3rem;}
.h_tel b{line-height: 1.4rem;}
.h_tel i{display: block;font-size: 0.8rem;color: #333;font-weight: normal;}
.h_nav{ width: 100%; height:3.1rem;}
.h_nav li{height: 3.1rem;position: relative;float: left;}
.h_nav li:before{content: "";width: 1px;height: 100%;background: rgba(255,255,255,0.12);position: absolute;top: 0;right: 0;}
.h_nav li:after{content: "";width: 1px;height: 100%;background: rgba(0,0,0,0.4);position: absolute;top: 0;right: -1px;}
.h_nav li>a{ font-size:0.9rem; color:#fff;display:block; float:left;position: relative;z-index: 4; text-decoration:none;height: 3.1rem;line-height: 3rem;padding: 0 2.4rem;}
.h_nav li>a:after {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 0;background: #ed6c00;-webkit-transition:all .4s;transition:all .4s;z-index: -1;}
.h_nav li>a:hover:after,.h_nav li.cur>a:after{height: 100%;}
.h_nav ul li:first-child a{padding: 0 3rem;}

.btm{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}

em,i{font-style: normal;}

.submenu {
            position: absolute;
            left: 50%;
            top: 80%;
            transform: translateX(-50%);
            z-index: 99;
            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: 0.6rem !important;
            overflow: hidden;
        }
        
        .submenu p {
            background: rgba(242, 242, 242, 1);
            padding: 0.3rem 1rem;
            border-radius: 0.5rem;
            position: relative;
        }
        
        .submenu p:before {
            position: absolute;
            content: "";
            border-width: 0.5rem 0.5rem;
            border-style: solid;
            border-color: transparent transparent rgba(242, 242, 242, 1);
            top: -1rem;
            left: 50%;
            margin-left: -0.5rem;
            transition: all 0.4s linear;
            -ms-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            opacity: 0;
        }
        
        .submenu a {
            transition: all .4s ease;
            display: block;
            font-weight: 500;
            padding: 0 0.9rem 0 1.6rem;
            font-size: 0.8rem;
            color: #333333;
            line-height: 2.5rem;
            white-space: nowrap;
            position: relative;
            border-bottom: 1px dotted #333333;
            text-align: left;
        }
        
        .submenu a:last-child {
            border-bottom: 0
        }
        
        .submenu a:before {
            position: absolute;
            content: "";
            width: 0.2rem;
            height: 0.2rem;
            border: 0.1rem solid #333333;
            border-radius: 50%;
            top: 1.2rem;
            left: 0.6rem;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
        
        .submenu a:hover {
            color: #063061;
            font-weight: bold;
        }
        
        .submenu a:hover:before {
            border-color: #063061;
        }
        .h_nav li:nth-child(8) .submenu a,.h_nav li:nth-child(9) .submenu a{padding: 0 2rem 0 1.6rem;}
        .header .h_nav li:hover .submenu{max-height: 500px;}
        .header .h_nav li:hover .submenu p:before{opacity: 1;}


html{font-size:12px;-webkit-text-size-adjust:none}
@media screen and (min-width:1200px){html{font-size:12.5px}
}
@media screen and (min-width:1280px){html{font-size:13.33333px}
}
@media screen and (min-width:1366px){html{font-size:14.22916px}
}
@media screen and (min-width:1440px){html{font-size:15px}
}
@media screen and (min-width:1600px){html{font-size:16.66666px}
}
@media screen and (min-width:1760px){html{font-size:18.33px}
}
@media screen and (min-width:1800px){html{font-size:18.75px}
}
@media screen and (min-width:1920px){html{font-size:20px}
}


        .ty-banner-1 {
            position: relative;
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{ 
            display: block;
            width: 100%;
            /*top: 0;*/
            /*left: 50%;*/
            /*visibility: hidden;*/
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
        .ty-banner-btn{
            width: 23%;
            position: absolute;bottom: 1.8rem;left: 13.54%;
        }
        .ty-banner-btn a{
            display: block;width: 45%;height: 2.3rem;line-height: 2.3rem; float: left;border-radius:2.5rem;margin:0 1rem 0 0;
            background: #fff;font-size: 0.9rem;color: #2a302b;
        }
        .ty-banner-btn a:first-child{background: #ed6c00;color: #fff;}
    

    .p102-search-1 {
        height: 70px;
        border-bottom: 1px solid #ededed;
        background: #f7f7f7;
    }
    .blk-main01{
        width: 1200px;
        margin: 0 auto;
    }
    .p102-search-1 p {
        float: left;
        width: 54%;
        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: 16px;
    }
    .p102-search-1 p a:hover{color: #063061;}
    .p102-search-1-inp {
        float: right;
        width: 25.4%;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 24px;
        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: 60%;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        color: #999999;
        border: 1px solid #e3e3e3;
        border-right: 0;
        padding: 0 20px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        float: left;
    }
    
    .p102-search-1-inp2 {
        width: 26%;
        height: 36px;
        border: 0;
        border-radius:24px;
        background: url(../image/p102-search-icon1.png) no-repeat center center #063061;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


        .p12-curmbs-1 {
            font-size: 14px;
            margin-top: 16px;
            /*border-bottom: 1px dashed #dcdcdc;*/
        }
        
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #ed6c00;
            font-weight: normal;
            padding-left: 8px;
        }
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '宋体';
            padding: 5px;
            height: 46px;
            line-height: 46px;
        }
        .p12-curmbs-1 a{
            display: inline-block;
            padding:2px 10px;
            border: 1px solid #ed6c00;
            color:#ed6c00;
        }
    

.p101a-fdh-02-nav h3 a{font-size:1rem;font-weight:bold;color:#333;}
    .p101a-fdh-02 {
        padding: 0;
    }
    
    .p101a-fdh-02 h3 {
    margin-bottom:1rem;
    color: #333;
    display: flex;
    }
    
    .p101a-fdh-02-nav {
        width: 100%;
        float: left;
        margin-top:2rem;
    }
    
    .p101a-fdh-02-nav li {
        text-align: left;
        box-sizing:border-box;
        margin-bottom: 1rem;
    }
    
    .p101a-fdh-02-nav li a {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 0.9rem;
        color: #1a1a1a;
        white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    }
    .p101a-fdh-02-nav li.sidenavcur a,
    .p101a-fdh-02-nav li:hover a {
        color: #063061;
    }


    .p102-pros-1 {
        padding: 2rem 0 0;
    }
    
    .p102-pros-1-title {
        height: 66px;
        line-height: 66px;
        font-size: 26px;
        color: #333333;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
        margin-bottom: 30px;
    }
    
    .p102-pros-1-title:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 3px;
        background: #063061;
        left: 0;
        bottom: -2px;
        z-index: 1;
    }
    
    .p102-pros-1-list dl {
        float: left;
        width: 24%;
        margin: 0 1.33% 50px 0;
    }
    
    .p102-pros-1-list dl:nth-child(5n-1) {
        margin-right: 0;
    }
    
    .p102-pros-1-list dt {
        position: relative;
        border: #eee 1px solid;
box-sizing:border-box;
    }
    
    .p102-pros-1-list dt img,
    .p102-pros-1-list dt a {
        width: 100%;
        display: block;
    }
    
    .p102-pros-1-list dt em {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 0;
        display: none;
    }
    
    .p102-pros-1-list dt i {
        position: absolute;
        width: 50px;
        height: 50px;
        background: #063061;
        border-radius: 100%;
        left: 50%;
        margin-left: -25px;
        top: 50%;
        margin-top: -25px;
        z-index: 1;
    }
    
    .p102-pros-1-list dt i:after {
        content: "";
        width: 6px;
        height: 6px;
        border: 1px solid #fff;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        left: 18px;
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;
    }
    
    .p102-pros-1-list dd {
        padding-top:14px;
    }
    
    .p102-pros-1-list dd h4 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        text-align: left;
        font-weight: normal;
        margin-bottom: 3px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .p102-pros-1-list dd h4 a {
        /*display: inline-block;*/
        height: 40px;
        color: #1a1a1a;
        position: relative;
        padding-left: 20px;
    }
    
    .p102-pros-1-list dd h4 a:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 18px;
        background: #063061;
        left: 0;
        top: 50%;
        margin-top: -9px;
        z-index: 1;
    }
    
    .p102-pros-1-list .p102-pros-1-desc {
        line-height: 24px;
        font-size: 14px;
        color: #666666;
        text-align: justify;
        display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden; text-overflow: ellipsis; 
    }
    
    .p102-pros-1-list dl:hover dt em {
        display: block;
    }


    .p102-pagination-blk {
        padding-bottom: 40px;
    }


.p1-case {
  width: 100%;
  padding: 2.5rem 0;
  background: #f5f5f5;
  position: relative;
}
.p1-case_tit {
  height: 3rem;
  font-size: 2rem;
  color: #333333;
  line-height: 3rem;
  overflow: hidden;
  margin-bottom: 20px;
}
.p1-case_tit a {
  color: #333333;
  display: block;
}
.p1-case_tit i {
  color: #ed6c00;
}
.p1-case_tit span{
    display: block;
    float: right;
    font-size: 1rem;
    color: #666;
    font-weight: normal;
}
.p1-case_dl {
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  position: relative;
  background: #fff;
  margin-bottom: 2rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p1-case_dl:after {
  content: "";
  width: 0;
  height: 0.1rem;
  background: #ed6c00;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.p1-case_dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.p1-case_dl dt img{
    display: block;
    width: 100%;
}
.p1-case_dl dd {
  width: 90%;
  padding: 0.5rem 0;
  margin: 0 auto;
}
.p1-case_dl dd h5 {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 2rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p1-case_dl dd p {
  font-size: 0.8rem;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5rem;
  height: 3rem;
  padding-top: 0.3rem;
}
.p1-case_dl:nth-child(3n) {
  margin-right: 0;
}
.p1-case_dl:hover {
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.p1-case_dl:hover:after {
  width: 100%;
}
    

  .liuy02{display: none; height:16.7rem;padding-top: 4rem;box-sizing:border-box; width:100%;overflow: hidden;background: url(../image/nei_liuyan.jpg) no-repeat center center/100% 16.7rem;}
  .blk-main02{width:73%;margin:0 auto;}
        .liuy h5{width: 84%;padding-left: 16%;height: 5.4rem;line-height: 2rem;font-size: 1.8rem;color: #fff;}
        .liuy h5 i{display: block;font-size: 0.7rem;color: rgba(255,255,255,0.5); font-weight: normal;line-height: 0.8rem;padding-top: 0.5rem;}
        .liuy ul{width: 84%;padding-left: 16%;position: relative;}
        .liuy ul li{ width:25%; height:2.8rem; float:left; margin-right: 0.7rem;position: relative;background: #fff;border-radius: 0.3rem;}
        .liuy ul li span{display:block;line-height:2.8rem;height:2.8rem;overflow: hidden; position:absolute;top:0;right:0.5rem;font-size: 0.7rem;color: #f00;}
        .liuy input,.liuy textarea{ background:none; width:90%; height:2.8rem; border:none; padding:0 5%; font-size: 0.8rem; color:#666; line-height:2.8rem; outline:none;}
        .liuy .submit {width: 12.4rem;position: absolute;top: 0;right: 0;}
        .liuy .submit b{position: absolute;top: -30px;right: 0;color:#fff;font-size: 16px;width: 150px;}
        .liuy .submit .form-btn-submit { display:block;width:12.4rem;height: 2.8rem; cursor: pointer;padding: 0;font-size: 0.9rem;color: #fff;font-weight: bold;background: #ed6c00;text-align: center;line-height: 2.8rem;border-radius: 0.3rem;}
        .liuy .form-btn-reset {display: none;}
        

.p1honor {
  padding: 2rem 0 3rem;
  position: relative;
}
.p1honor ul li {
    -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  margin-top: 0.2rem;
  line-height: 0;
}
.p1honor ul li img{
    display: block;
    width: 100%;
}
.p1honor ul li i {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  color: #333333;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.5rem;
}
.p1honor ul li:hover {
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.p1-honor_prev,
.p1-honor_next {
 width: 2rem;
  height: 2rem;
  line-height: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 10rem;
}
.p1-honor_prev {
  left: -3.5rem;
}
.p1-honor_next {
  right: -3.5rem;
}
.p1-honor_prev img,
.p1-honor_next img {
  width: 2rem;
  height: 2rem;
}


.super {
  background-image: url('../image/ys_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 40.8rem;
  width: 100%;
  height: 40.8rem;
  overflow: hidden;
}
.super dl {
  width: 100%;
  position: relative;
  height: 40.8rem;
}
.super dl dt {
  width: 85.4%;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: -25%;
}
.super dl dt img{
    display: block;
    width: 100%;
}
.super dl dd {
  width: 35.4%;
  float: left;
  padding-top: 6rem;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}
.super dl dd h5 {
  font-size: 2.5rem;
  color: #fff;
  height: 4.3rem;
  line-height: 5rem;
  margin-bottom: 2.3rem;
  overflow: hidden;
}
.super dl dd .sup_desc {
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
  padding: 2rem 0 1.5rem;
}
.super dl dd p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5rem;
  padding-top: 0.7rem;
}
.super dl dd span {
  display: flex;
  align-items: center;
  line-height: 1.2rem;
}
.super dl dd em {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 0.3rem;
  background: #ed6c00;
  margin-right: 1rem;
}
.super dl dd em img {
  width: 3.1rem;
  height: 3.1rem;
}
.super dl dd b {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.5rem;
}
.super dl dd i {
  display: block;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.3);
  font-weight: normal;
  text-transform: uppercase;
}
    

        .about { overflow:hidden; width:100%; background-color:#f5f5f5; padding:3rem 0 2.5rem 0;}
.about dl{ overflow:hidden; margin-bottom:2.2rem;}
.about dt{ overflow:hidden;width:36%; float:right; border:0.6rem solid #e6e6e6;}
.about dt img{display:block;width:100%;}
.about dd{ overflow:hidden; float:left; width:46%;}
.about dd h3{
    font-size: 2rem;
    color: #333333;
    overflow: hidden;margin-bottom:1rem;}
.about dd h3 a{ color: #333333;
    display: block;  line-height: 2rem;margin-bottom: 4px;}
    .about dd h3 i{    color: #ed6c00;}
.about dd h3 em{ display:block; font-size:0.6rem; color:#cacaca; font-family:Arial; text-transform:uppercase}

.about dd p{ font-size:0.8rem; color:#484848; line-height:1.3rem; text-indent:1.4rem; }
.about ul{ overflow:hidden;width:1200px; margin:0 auto; height:5rem; display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;flex-wrap: wrap;}
.about li{ float:left;  height:5rem;;box-sizing:border-box; position:relative;}
.about li:before{width:1px;height:5rem;background:#dfdfdf;content:"";position:absolute;right:-6rem;top:0;}
.about li.first{ padding-left:0.8rem;}
.about li.last:before{ display:none;}
.about .num{ overflow:hidden}
.about .num span{ display:inline-block; height:2.8rem; overflow:hidden; font-weight:bold; font-size:2.7rem; color:#0a3d8f; line-height:2.7rem; position:relative}
.about .num span b{ display:block}
.about .num span i{ display:block; height:27.5rem; font-style:normal}
.about .num em{ font-size:0.8rem; color:#0a3d8f;}
.about li.last em{ font-size:2.7rem; font-weight:bold; display:inline-block; height:2.7rem; line-height:2.7rem; position:relative; top:-0.25rem;}
.about li p{ font-size:0.8rem; color:#484848; margin-top:0.5rem;}
    

        .title {
            padding-bottom: 0.8rem;
            position: relative;
            font-weight: normal;
            text-align: center;
            margin-bottom: 2rem;
        }
        
        .title:after {
            content: '';
            position: absolute;
            width: 3.8rem;
            height: 1px;
            background: #d4d4d4;
            bottom: 0;
            left: 50%;
            margin-left: -1.9rem;
        }
        
        .title span,
        .title a {
            display: block;
            height: 2.5rem;
            line-height: 2.5rem;
            font-size: 1.9rem;
            color: #333333;
        }
        
        .title em {
            display: block;
            height: 1.1rem;
            font: 0.7rem/1.1rem 'Arial';
            color: #808080;
            font-style: normal;
            letter-spacing: 2px;
        }
        
        .p101-recommend-news {
            padding: 3rem 0
        }
        
        .p101-recommend-news-list ul {
            padding-top: 5px;
            position: relative;
        }
        
        .p101-recommend-news-list li {
            float: left;
            width: 44%;
        }
        
        .p101-recommend-news-list li p {
            height: 1.5rem;
            margin-bottom: 0.5rem;
            padding-left: 1rem;
            position: relative;
            line-height: 1.5rem;
        }
        
        .p101-recommend-news-list li p:before {
            content: "";
            width: 0.4rem;
            height: 0.4rem;
            border: 2px solid #808080;
            border-style: dotted dotted none none;
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -0.2rem;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            z-index: 1;
        }
        
        .p101-recommend-news-list li p:after {
            content: '';
            position: absolute;
            width: 0.1rem;
            height: 0.1rem;
            background: #808080;
            left: 0.2rem;
            top: 50%;
            z-index: 1;
        }
        
        .p101-recommend-news-list li p a {
            display: inline-block;
            max-width: 78%;
            height: 1.5rem;
            font-size: 0.8rem;
            color: #333333;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        
        .p101-recommend-news-list li p:hover a {
            color: #063061;
        }
        
        .p101-recommend-news-list li p:hover:before {
            border-color: #063061;
        }
        
        .p101-recommend-news-list li p:hover:after {
            background: #063061;
        }
        
        .p101-recommend-news-list li p em {
            float: right;
            width: 4.5rem;
            height: 1.5rem;
            font-family: Arial;
            font-size: 0.7rem;
            color: #808080;
            text-align: right;
            font-style: normal;
        }
        
        .p101-recommend-news-list li.last {
            margin-left: 10%;
        }
        
        .p101-recommend-news-list li.last:before {
            content: '';
            position: absolute;
            width: 1px;
            left: 50%;
            top: 0;
            bottom: 0.25rem;
            background: #e3e3e3;
            z-index: 3;
        }
    

.f_bg{background: url(../image/f_bg.jpg) no-repeat center top/100% 27.8rem; height:22.3rem;padding-top: 5.5rem;overflow: hidden;}
.footer{width: 83.33%; margin:0 auto;}
.f_top{display: block;width: 100%;font-size: 1rem;color: #fff;height: 4.3rem;line-height: 1.5rem;overflow: hidden;margin-bottom: 1.5rem;position: relative;}
.f_top:before{content: "";width: 0.8rem;height: 0.1rem;background: #ed6c00;position: absolute;left: 0;bottom: 0;}
.f_top i{display: block;font-size: 0.7rem;color: rgba(255,255,255,0.7);text-transform: uppercase;font-weight: normal;}
.f_nav{width: 33%;}
.f_nav ul li{width: 40%;height: 2rem;line-height: 2rem;float: left;}
.f_nav ul li a{font-size: 0.8rem;color: rgba(255,255,255,0.8);display: block;}
.f_nav ul li a:hover{font-weight: bold;color: rgba(255,255,255,1);}
.f_ban{width: 43%;font-size: 0.8rem;color: rgba(255,255,255,0.8);}
.f_ban p{line-height: 1.5rem;}
.f_ban p.f_p01{padding-top: 0.8rem;}
.f_tel{font-size: 1.3rem;color: #fff;font-weight: bold;line-height: 2rem;padding: 0 0 0.2rem 1.5rem; background: url(../image/f_tel.png) no-repeat 0 center/1rem 1rem;}
.f_ban a{color: rgba(255,255,255,0.8);}
.f_er{width: 23%;}
.f_code{width: 100%;padding-top: 0.5rem;display: flex;justify-content: space-between;}
.f_code p{width: 46.5%;overflow: hidden;background: #fff;padding: 0.5rem 0 1rem;}
.f_code p em{display: block;width: 90%;line-height: 0;margin:0 auto;overflow: hidden;}
.f_code p img{display: block;width: 100%;}
.f_code p span{display: block;width: 100%;font-size: 0.8rem;color: #1a1a1a;line-height: 1rem;text-align: center;padding-top: 0.5rem;}
  

        .client-2 {
            width: 46px;
            position: fixed;
            right: 10px;
            top: 60%;
            z-index: 999;
            color: #fff;
        }
        
        .client-2 li a {
            text-decoration: none;
            color: #fff;
        }
        
        .client-2 li {
            margin-bottom: 5px;
            width: 46px;
            height: 46px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }
        
        .client-2 li.my-kefu-qq {
            background:#063061 url(../image/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#063061 url(../image/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#063061 url(../image/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#063061 url(../image/tohome.png) center no-repeat;
            background-size:26px;
        }
        
        .client-2 li.my-kefu-shouye a {
            width: 46px;
            height: 46px;
            display: block;
        }
        
        .client-2 li.my-kefu-ftop {
            background:#063061 url(../image/returnTop.png) center no-repeat;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 li.my-kefu-qq .cont {
            margin: 0;
            background:#063061 url(../image/cimg23.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 46px;
            height: 46px;
            line-height: 46px;
            color: #fff;
            font-size: 16px;
            width: 130px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 li.my-kefu-tel .cont {
            margin: 0;
            background:#063061 url(../image/cimg25.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 46px;
            height: 46px;
            line-height: 46px;
            color: #fff;
            font-size: 18px;
            width: 180px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 li.my-kefu-weixin .cont {
            margin: 0;
            width: 115px;
            padding: 5px;
            border: solid 1px #ccc;
            position: absolute;
            left: -150px;
            top: -44px;
            background-color: #fff;
        }
        
        .client-2 li.my-kefu-weixin .cont  span {
            display: block;
            line-height: 20px;
            font-size: 12px;
            text-align: center;
            color: #1a1a1a;
        }
        
        .client-2 li.my-kefu-weixin .cont  img {
            width: 115px;
            height: 115px;
        }
        
        .client-2 li:hover .cont {
            display: block!important;
        }
    
