
        i,
        em {
            font-style: normal;
        }
        
        .head {
            position: fixed;
            z-index: 66;
            width: 88%;
            left: 6%;
            top: 11px;
            clear: both;
            height: 121px;
            /*margin-bottom: -121px;*/
        }
        
        .head p {
            float: left;
            color: #fff;
            font-size: 0.8vw;
            padding: 1.3vw 0 0 1.5vw;
            line-height: 100%;
        }
        
        .contentt {
            width: 1280px;
            margin: 0 auto;
        }
        
        .h_tel span img {
            width: 100%;
        }
        
        .t_logo {
            float: left;
            width: 9.3vw;
        }
        /*.head p {*/
        /*    float: left;*/
        /*    padding: 20px 0 0 25px;*/
        /*    line-height: 100%;*/
        /*}*/
        /*.head p a {*/
        /*    font-size: 14px;*/
        /*    color: #fff;*/
        /*    float: left;*/
        /*    margin-right: 18px;*/
        /*    position: relative;*/
        /*    line-height: 100%;*/
        /*}*/
        /*.head p a:first-child::before {*/
        /*    position: absolute;*/
        /*    content: "";*/
        /*    right: -9px;*/
        /*    width: 1px;*/
        /*    background: #fff;*/
        /*    top: 4px;*/
        /*    height: 8px;*/
        /*}*/
        
        .menu {
            float: left;
            padding-top: 1vw;
            margin-left: 8.5vw;
        }
        
        .menu .nav li {
            line-height: 100%;
            float: left;
            text-align: center;
            box-sizing: border-box;
            position: relative;
            margin-right: 2vw;
            height: 3vw;
        }
        
        .menu .nav li a {
            display: block;
            font-size: 0.85vw;
            color: #fff;
            transition: .5s;
            position: relative;
            padding-bottom: 3px;
        }
        
        .menu .nav li b {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 55;
            /* background: rgba(205, 0, 0, 0.7); */
            padding: 1.5vw 0 0 0;
            /* width: 0; */
            text-align: left;
            opacity: 0;
            transition: all 0.2s;
        }
        
        .menu .nav li b a {
            font-size: 0.85vw;
            font-weight: normal;
        }
        
        .menu .nav li b a {
            color: #fff;
        }
        
        .menu .nav li:nth-of-type(2) span a {
            background: url(images/t_mor.png) no-repeat right center;
            padding-right: 19px;
        }
        
        .menu .nav li b a:hover {
            text-decoration: underline;
        }
        
        .menu .nav li:hover b {
            opacity: 1;
        }
        
        .menu .nav li:first-child {
            border-left: 0;
        }
        
        .menu .nav li:last-child {
            border-right: 0;
        }
        
        .menu .nav li:hover:before,
        .menu .nav li.cur:before {
            height: 70px;
        }
        
        .menu .nav li:hover a,
        .menu .nav li.cur a {
            /*border-bottom: 1px solid #fff;*/
            font-weight: bold;
            animation-duration: 0.5s;
            animation-name: bounceIn;
        }
        
        .menu .nav li:hover dl a {
            animation-duration: 0.5s;
            animation-name: none;
            font-weight: normal;
        }
        
        .menu .nav li:hover dl h4 a {
            font-weight: bold;
        }
        
        .h_tel {
            float: right;
            margin-top: 5px;
        }
        
        .h_tel .head-about {
            position: relative;
            height: 76px;
            display: inline-block;
            float: left;
        }
        
        .h_tel .head-about a.gy {
            display: block;
            width: 5vw;
            height: 2.2vw;
            line-height: 2vw;
            text-align: center;
            border: 2px solid #64b69b;
            border-radius: 2vw;
            font-size: 0.9vw;
            color: #fff;
            margin-right: 0.5vw;
            float: left;
            box-sizing: border-box;
        }
        
        .seach {
            float: left;
            margin-right: 0.5vw;
            position: relative;
        }
        
        .seach button {
            width: 2.2vw;
            height: 2.2vw;
            border-radius: 2.2vw;
            border: 2px solid #64b69b;
            background: url(images/seach.png) no-repeat center;
            cursor: pointer;
            outline: none;
            box-sizing: border-box;
            background-size: 1vw;
            float: left;
        }
        
        .h_tel span {
            float: left;
            width: 2.2vw;
            font-size: 0;
            line-height: 0;
            overflow: hidden;
        }
        
        .object_ban p {
            position: absolute;
            z-index: 5;
            left: 6%;
            color: #fff;
            font-size: 14px;
        }
        
        .object_ban p a {
            color: #fff;
            margin: 0 7px;
        }
        
        .seach input {
            display: block;
            position: absolute;
            right: 2.2vw;
            background: #64b69b;
            border-radius: 20px;
            height: 2.3vw;
            color: #fff;
            transition: all 0.2s;
            width: 0vw;
        }
        
        .seach:hover input {
            width: 15vw;
            padding: 0 1vw;
        }
        
        .object_ban video {
            width: 100%;
        }
        
        .down_nav_abo {
            position: absolute;
            right: 0;
            top: 2.5vw;
            width: 103vw;
            background: #094047;
            z-index: 55;
            box-sizing: border-box;
            padding: 40px 7vw 60px;
            margin-right: -11vw;
            display: none;
            border-bottom: 1px solid #a0b2b5;
        }
        
        .down_nav_abo a {
            display: block;
            float: left;
            width: 11.1111%;
            box-sizing: border-box;
            padding-top: 54px;
            line-height: 100%;
            color: #ccd2d3;
            font-size: 16px;
            border-left: 1px solid #6e8c90;
            padding-left: 2.65%;
            background: url(images/nav_us_ico1.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(2) {
            background: url(images/nav_us_ico2.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(3) {
            background: url(images/nav_us_ico3.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(4) {
            background: url(images/nav_us_ico4.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(5) {
            background: url(images/nav_us_ico5.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(6) {
            background: url(images/nav_us_ico6.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(7),
        .down_nav_abo a:nth-child(8) {
            background: url(images/nav_us_ico7.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(9) {
            background: url(images/nav_us_ico8.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:hover {
            background: url(images/nav_us_ico11.png) no-repeat 26.5% 0;
            color: #5ebd98;
        }
        
        .down_nav_abo a:nth-child(2):hover {
            background: url(images/nav_us_ico21.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(3):hover {
            background: url(images/nav_us_ico31.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(4):hover {
            background: url(images/nav_us_ico41.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(5):hover {
            background: url(images/nav_us_ico51.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(6):hover {
            background: url(images/nav_us_ico61.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(7):hover,
        .down_nav_abo a:nth-child(8):hover {
            background: url(images/nav_us_ico71.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(9):hover {
            background: url(images/nav_us_ico81.png) no-repeat 26.5% 0;
        }
        
        .h_tel i {
            position: relative;
            height: 76px;
            display: inline-block;
            float: left;
        }
        
        .h_top3 {
            background: #094147;
            border-bottom: 1px solid #6e8c90;
            background: #094147;
            border-bottom: 1px solid #6e8c90;
            padding: 12px 6% 0;
            height: 67px;
            left: 0;
            top: 0;
        }
        
        .down_news_abo {
            position: absolute;
            right: 50%;
            top: 2.3vw;
            width: 103vw;
            background: rgba(9, 64, 71, 0.98);
            z-index: 55;
            box-sizing: border-box;
            padding: 40px 6vw 120px;
            overflow: hidden;
            margin-right: -48vw;
            border-bottom: 1px solid #a0b2b5;
        }
        
        .down_news_abo dl {
            float: left;
            width: 50%;
            float: left;
        }
        
        .down_news_abo dl dt {
            float: left;
            width: 45%;
        }
        
        .down_news_abo dl dd {
            float: left;
            width: 45%;
            margin-left: 6%;
            text-align: left;
        }
        
        .down_news_abo dl dd h4 {
            padding-top: 19px;
            padding-bottom: 49px;
            margin-bottom: 29px;
            position: relative;
        }
        
        .down_news_abo dl dd h4::before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            height: 1px;
            background: #6e8d91;
            width: 35%;
        }
        
        .down_news_abo dl dd h4 a {
            display: block;
            line-height: 100%;
            color: #fff;
            font-size: 18px;
        }
        
        .down_news_abo dl dd p {
            overflow: hidden;
            padding-left: 0;
        }
        
        .down_news_abo dl dd p a {
            display: block;
            float: left;
            width: 33.33%;
            line-height: 100%;
            font-size: 15px !important;
            margin-bottom: 15px;
            color: #b6c6c8;
        }
        
        .down_news_abo dl dd p a:hover {
            color: #fff;
        }
        
        .down_fan dl dd p a {
            width: 50%;
        }
        
        .down_fan dl:nth-of-type(2) dd p a {
            width: 100%;
        }
        
        .down_suz_abo {
            overflow: hidden;
            padding-bottom: 55px;
            margin-right: -53vw;
        }
        
        .down_suz_abo h4 em,
        .down_fuw_abo h4 em {
            display: block;
            font-weight: normal;
            color: #b6c6c8;
            font-weight: normal;
            line-height: 19px;
            padding-top: 23px;
        }
        
        .down_suz_abo h4,
        .down_fuw_abo h4 {
            padding-bottom: 25px;
        }
        
        .down_suz_abo dl dd p a {
            width: 100%;
        }
        
        .down_fuw_abo dl:nth-of-type(2) dd:first-of-type {
            margin-left: 1.5%;
        }
        
        .down_fuw_abo dl dd h4 {
            padding-bottom: 26px;
        }
        
        .down_fuw_abo dl dd h4 em {
            font-size: 14px;
            line-height: 19px;
        }
        
        .down_fuw_abo {
            padding-bottom: 85px;
            margin-right: -58vw;
        }
        
        .down_fuw_abo dl dd h4 a span {
            display: inline-block;
            float: right;
            font-weight: normal;
            font-size: 14px;
            color: #ccd2d3;
        }
        
        .down_fuw_abo dl dd h4 a span:hover {
            color: #fff;
        }
        
        .down_fan {
            margin-right: -58vw;
        }
        
        .down_fuw_abo dl dd p a {
            width: 100%;
        }
        
        .down_news_abo dl dd h4:nth-of-type(2):before {
            display: none;
        }
        
        .down_fuw_abo3 dl {
            float: none;
            width: 100%;
        }
        
        .down_fuw_abo3 dl dt {
            width: 25%;
        }
        
        .down_fuw_abo3 dl dd {
            width: 72%;
            margin-left: 3%;
            display: flex;
            display: -webkit-flex;
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
            flex-wrap: wrap;
        }
        
        .down_fuw_abo3 dl dd .nav-item {
            float: left;
            width: 30.6666%;
            margin-right: 4%;
        }
        
        .down_fuw_abo3 dl dd .nav-item:nth-of-type(3n) {
            margin-right: 0;
        }
        
        .down_fuw_abo3 dl dd .nav-item h4 {
            margin-bottom: 20px;
        }
        
        .down_fuw_abo3 dl dd .nav-item p {
            padding: 0;
        }
        
        .down_fuw_abo3 dl dd h4 {
            padding-top: 46px;
            padding-bottom: 53px;
            margin-bottom: 69px;
        }
        
        .down_fuw_abo3 dl dd h4 em {
            padding-top: 33px;
        }
        
        .down_fuw_abo3 {
            margin-right: -64vw;
        }
        
        .xiala-li3 .down_fuw_abo3 {
            margin-right: -63vw;
        }
        
        .xiala-li7 .down_fuw_abo3 {
            margin-right: -43vw;
        }
    

    .object_ban{    font-size: 0;
    line-height: 0;}


        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #62b79a;
            font-weight: normal;
            padding-left: 8px;
        }
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '宋体';
            padding: 0 5px;
            height: 46px;
            line-height: 46px;
        }
    

        .p15-infolist-1-t1 {
            padding: 35px 49px 0px 21px;
            background: #fff;
            border-bottom: 1px dashed #cacaca;
            margin-bottom: 20px;
            height: 164px;
        }
        
        .p15-infolist-1-t1 dt {
            position: relative;
            height: 30px;
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 8px;
            padding-left: 68px;
        }
        
        .p15-infolist-1-t1 dt a {
            display: block;
            color: #333;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p15-infolist-1-t1 dt span {
            display: block;
            width: 60px;
            height: 30px;
            font-size: 18px;
            line-height: 30px;
            text-align: center;
            color: #fff;
            position: absolute;
            top: 0;
            left: -0px;
            background: #0d464b;
        }
        
        .p15-infolist-1-t1-desc {
            height: 72px;
            line-height: 24px;
            margin-bottom: 5px;
            overflow: hidden;
            padding-left: 68px;
        }
        
        .p15-infolist-1-t1-deta {
            width: 60px;
            float: right;
            padding-left: 20px;
            background: url(images/p14-icon21.png) no-repeat left center;
        }
        
        .p15-infolist-1-t1-deta a {
            display: block;
            color: #0d464b;
        }
        .anli {
    background: #f3faf8;
    overflow: hidden;
    padding: 98px 0 0;
}
    

        .k12-xl-xwlb-1nt2-1-01-list dl {
            border: 1px solid #dedede;
            margin-bottom: 15px;
            padding: 22px 50px 22px 22px;
            background: #fff;
            display: block;
            overflow: hidden;
    
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dt {
            width:26.5%;
            float: left;
            margin-right: 2.3%;position: relative;
            max-height: 11rem;
            overflow: hidden;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dt img {
            width:100%; 
            display: block;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dd h4 {
            height: 40px;
            font-weight: normal;
            font-size:18px;
            color: #154c64;
            line-height: 40px;
            margin-bottom: 5px;
            overflow: hidden;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list h4 a {
            display: block;
            height: 40px;
            color: #4b4a4a;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .k12-xl-xwlb-1nt2-1-01-list dl:hover{border:1px solid #0d464b;}
        .k12-xl-xwlb-1nt2-1-01-list dl:hover h4 a {
            color: #0d464b;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list-desc {
            max-height: 72px;
            font-size: 14px;
            line-height: 24px;
            color: #797979;
            margin-bottom: 28px;
            overflow: hidden;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list-deta {
            width: 90px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            float: right;
            background: #b6b6b6;
            color: #fff;
        }
        .k12-xl-xwlb-1nt2-1-01-list-deta a{color:#fff;}
        
        .k12-xl-xwlb-1nt2-1-01-list dl:hover .k12-xl-xwlb-1nt2-1-01-list-deta {
            background: #0d464b;
            border-color: #0d464b;
        }
        
        .k12-xl-xwlb-1nt2-1-01-list dl:hover .k12-xl-xwlb-1nt2-1-01-list-deta a {
            color: #fff;
        }
    

        .anli_l {
            float: left;
            margin-left: 6%;
            width: 21%;
        }
        
        .fdh-04s-nav {
            background: #fff;
            border-radius: 8px;
            margin-bottom: 45px;
            padding: 55px 20% 65px;
        }
        
        .fdh-04s-nav-one h3 a {
            font-size: 2vw;
            color: #164552;
            font-weight: bold;
            line-height: 86px;
            display: block;
            border-bottom: 3px solid #fff;
        }
        
        .fdh-04s-nav-one h3 a:hover, .fdh-04s-nav-one h3.sidenavcur a {
            border-bottom: 3px solid #6fd3ab;
        }
        /*.fdh-04s-title {*/
        /*    padding: 20px 10px 15px;*/
        /*    background: #0d464b;*/
        /*    text-align: center;*/
        /*    position: relative;*/
        /*}*/
        /*.fdh-04s-title h3 span {*/
        /*    display: block;*/
        /*    height: 38px;*/
        /*    line-height: 38px;*/
        /*    font-size: 26px;*/
        /*    color: #ffffff;*/
        /*    font-weight: normal;*/
        /*    overflow: hidden;*/
        /*}*/
        /*.fdh-04s-title h3 em {*/
        /*    display: block;*/
        /*    height: 25px;*/
        /*    font: bold 18px/25px Arial;*/
        /*    color: #fff;*/
        /*    text-transform: uppercase;*/
        /*    overflow: hidden;*/
        /*    opacity: 0.3;*/
        /*}*/
        /*.fdh-04s-nav {*/
        /*    border: 1px solid #e5e5e5;*/
        /*}*/
        /*.fdh-04s-nav-one {*/
        /*    padding: 10px 0;*/
        /*    border-top: 1px solid #e5e5e5;*/
        /*    position: relative;*/
        /*}*/
        /*.fdh-04s-nav-one h3 {*/
        /*    padding: 0 49px 0 29px;*/
        /*    height: 56px;*/
        /*    line-height: 56px;*/
        /*    font-size: 16px;*/
        /*    font-weight: normal;*/
        /*    position: relative;*/
        /*}*/
        /*.fdh-04s-nav-one h3 a {*/
        /*    display: block;*/
        /*    height: 56px;*/
        /*    color: #1a1a1a;*/
        /*    overflow: hidden;*/
        /*}*/
        /*.fdh-04s-nav-one h3 a:before {*/
        /*    content: '';*/
        /*    position: absolute;*/
        /*    width: 6px;*/
        /*    height: 6px;*/
        /*    background: #0d464b;*/
        /*    border-radius: 100%;*/
        /*    left: 12px;*/
        /*    top: 50%;*/
        /*    margin-top: -3px;*/
        /*}*/
        /*.fdh-04s-nav-one h3 i {*/
        /*    position: absolute;*/
        /*    width: 16px;*/
        /*    height: 16px;*/
        /*    background: #b3b3b3;*/
        /*    border-radius: 100%;*/
        /*    right: 19px;*/
        /*    top: 50%;*/
        /*    margin-top: -8px;*/
        /*}*/
        /*.fdh-04s-nav-one h3 i:before {*/
        /*    content: '';*/
        /*    position: absolute;*/
        /*    width: 8px;*/
        /*    height: 2px;*/
        /*    background: #fff;*/
        /*    left: 50%;*/
        /*    margin-left: -4px;*/
        /*    top: 50%;*/
        /*    margin-top: -1px;*/
        /*}*/
        /*.fdh-04s-nav-one h3 i:after {*/
        /*    content: '';*/
        /*    position: absolute;*/
        /*    width: 2px;*/
        /*    height: 8px;*/
        /*    background: #fff;*/
        /*    left: 50%;*/
        /*    margin-left: -1px;*/
        /*    top: 50%;*/
        /*    margin-top: -4px;*/
        /*    z-index: 2;*/
        /*}*/
        /*.fdh-04s-nav-one dl {*/
        /*    padding: 4px 19px 6px 29px;*/
        /*}*/
        /*.fdh-04s-nav-one dt {*/
        /*    padding: 0 10px 0 20px;*/
        /*    height: 43px;*/
        /*    line-height: 43px;*/
        /*    font-size: 14px;*/
        /*    border-bottom: 1px dashed #d2d2d2;*/
        /*    background: url(images/fdh-04s-nav-icon.png) no-repeat 2px center;*/
        /*}*/
        /*.fdh-04s-nav dl dt:last-child {*/
        /*    border-bottom: 0;*/
        /*}*/
        /*.fdh-04s-nav-one dt a {*/
        /*    display: block;*/
        /*    height: 43px;*/
        /*    color: #666666;*/
        /*}*/
        /*.fdh-04s-nav div.sidenavcur {*/
        /*    padding-top: 0;*/
        /*    border-bottom: 3px solid #0d464b;*/
        /*    border-top: 1px solid #0d464b;*/
        /*}*/
        /*.fdh-04s-nav div.sidenavcur:before {*/
        /*    content: '';*/
        /*    position: absolute;*/
        /*    width: 1px;*/
        /*    left: -1px;*/
        /*    top: 0;*/
        /*    bottom: -3px;*/
        /*    z-index: 1;*/
        /*    background: #0d464b;*/
        /*}*/
        /*.fdh-04s-nav div.sidenavcur:after {*/
        /*    content: '';*/
        /*    position: absolute;*/
        /*    width: 1px;*/
        /*    right: -1px;*/
        /*    top: 0;*/
        /*    bottom: -3px;*/
        /*    z-index: 1;*/
        /*    background: #0d464b;*/
        /*}*/
        /*.fdh-04s-nav-one h3.sidenavcur {*/
        /*    background: #0d464b;*/
        /*}*/
        /*.fdh-04s-nav-one h3.sidenavcur:after {*/
        /*    content: '';*/
        /*    position: absolute;*/
        /*    border-top: 28px solid transparent;*/
        /*    border-bottom: 28px solid transparent;*/
        /*    border-left: 20px solid #0d464b;*/
        /*    right: -21px;*/
        /*    bottom: 0;*/
        /*    z-index: 1;*/
        /*}*/
        /*.fdh-04s-nav-one h3.sidenavcur a {*/
        /*    color: #fff;*/
        /*    font-weight: bold;*/
        /*}*/
        /*.fdh-04s-nav-one h3.sidenavcur i {*/
        /*    display: none;*/
        /*}*/
        /*.fdh-04s-nav-one dt.sidenavcur a,*/
        /*.fdh-04s-nav-one dt:hover a {*/
        /*    color: #0d464b;*/
        /*}*/
        
        .anli_l p {
            overflow: hidden;
            background: #fff;
            padding: 52px 3%;
            margin-bottom: 120px;
        }
        
        .anli_l p em {
            display: block;
            width: 33.33%;
            float: left;
            text-align: center;
            font-weight: bold;
            font-size: 20px;
            position: relative;
        }
        
        .anli_l p em::before {
            position: absolute;
            content: "";
            right: 0;
            background: #d7ece9;
            height: 70%;
            top: 0;
            width: 1px;
        }
        
        .anli_l p em:last-child:before {
            background: none;
        }
        
        .anli_l p em span {
            display: block;
            line-height: 100%;
            color: #164552;
            padding: 20px 0 0;
        }
        
        .anli_l p em img {
            display: block;
            margin: 0 auto;
            width: 60%;
        }
    

        .footer {
            color: #fff;
            background: #0d464b;
            padding: 6.25vw 6% 5vw;
            position: relative;
        }
        
        .footer a {
            color: #fff;
        }
        
        .f_erm {
            float: left;
        }
        
        .f_erm h3 {
            font-size: 16px;
            padding-bottom: 56px;
            line-height: 100%;
        }
        
        .f_erm p {
            font-size: 48px;
            line-height: 100%;
            padding-bottom: 15px;
        }
        
        .f_erm p span {
            display: block;
        }
        
        .f_erm em {
            display: block;
            line-height: 100%;
            height: 90px;
            color: #b5c5c8;
            font-size: 16px;
        }
        
        .f_erm .ft_code {
            position: relative;
        }
        
        .f_erm .ft_code b {
            display: block;
        }
        
        .f_erm .ft_code b.pa {
            position: absolute;
            top: 0;
            left: 159px;
            z-index: 1;
        }
        
        .f_erm .ft_code b img {
            display: block;
            width: 123px;
            height: 123px;
            border: 8px solid #fff;
            border-radius: 8px;
        }
        
        .f_con {
            float: right;
            width: 69%;
        }
        
        .f_con ul {
            height: 359px;
        }
        
        .f_con ul li {
            float: left;
            margin-right: 5.15vw;
        }
        
        .f_con ul li:last-child {
            margin-right: 0;
        }
        
        .f_con ul li i {
            display: block;
            line-height: 100%;
            padding-bottom: 57px;
        }
        
        .f_con ul li em a {
            display: block;
            line-height: 100%;
            font-size: 14px;
            margin-bottom: 19px;
            position: relative;
        }
        
        .f_con ul li em a span {
            display: block;
            position: absolute;
            left: -124px;
            top: -49px;
            display: none;
            width: 120px;
            height: 120px;
            z-index: 99;
            border: 1px solid #fff;
        }
        
        .f_con ul li em a:hover span {
            display: block
        }
        
        .f_con ul li em a:hover {
            text-decoration: underline;
        }
        
        .f_con p {
            clear: both;
            font-size: 14px;
            text-transform: uppercase;
        }
        
        .f_con p span {
            display: block;
            text-transform: uppercase;
            margin-bottom: 25px;
            padding-left: 29px;
            background: url(images/f_email.jpg) no-repeat 0 1px;
            line-height: 100%;
        }
        
        .f_con p span:nth-child(2) {
            background: url(images/f_adr.jpg) no-repeat 0 2px;
            line-height: 100%;
        }
        
        .f_con p em {
            display: block;
            text-transform: uppercase;
            font-style: normal;
            line-height: 100%;
        }
        
        .f_top {
            position: fixed;
            right: 6%;
            bottom: 15%;
            z-index: 55;
            width: 58px;
            display: none;
        }
        
        .f_con ul li em a span {
            display: block;
            position: absolute;
            left: -177px;
            top: -27px;
            display: none;
            width: 120px;
            height: 120px;
            z-index: 99;
            /* border: 1px solid #fff; */
            border-radius: 8px;
            padding: 16px;
            background: #f2fbf9;
        }
        
        .f_con ul li em a::before {
            position: absolute;
            content: "";
            left: -15px;
            top: 20px;
            width: 6px;
            height: 13px;
            background: url(images/erm_bico.png) no-repeat;
            display: none;
            left: -23px;
            top: 1px;
        }
        
        .f_con ul li em a:hover::before {
            display: block;
        }
        
        .f_top a {
            display: block;
            margin-bottom: 5px;
        }
        
        @media screen and (max-width:1601px) {
            /*.head2 .h_r {*/
            /*     width: 58%;*/
            /* }*/
            /*.story_l h3 em {*/
            /*    font-size: 58px;*/
            /*}*/
            .story_r ul li em b {
                font-size: 49px;
            }
            .uni_l h3 em {
                font-size: 56px;
            }
            .serve_r dd {
                width: 48%;
            }
            /*.serve_l h3 {*/
            /*    font-size: 117px;*/
            /*}*/
            .news_hot dl dd {
                width: 61%;
            }
            .news_hot dl dd h4 i {
                font-size: 26px;
            }
            .news_hot ul li em {
                width: 67%;
            }
            .news_hot ul li i {
                font-size: 21px;
            }
            .his_r_age ul li {
                padding-right: 20%;
            }
            .brand_flow ul li em {
                font-size: 20px;
            }
            .brand_con ul li h4 {
                font-size: 30px;
            }
            .brand_flow h4 i {
                padding: 138px 17% 0;
            }
            .brand_chance dl dd em {
                padding: 12px;
            }
            .brand_chance dl dd {
                padding: 35px 0px 0px;
            }
            /*.brand_chance dl dd em i{font-size: 14px;}*/
            .brand_qa_r ul li i a {
                font-size: 20px;
            }
        }
        
        @media screen and (max-width:1367px) {
            .story_l {
                width: 31%;
            }
            .story_r {
                width: 56%;
                padding-left: 0;
                margin-right: -3.5%;
            }
            .story_l h3 em {
                font-size: 52px;
            }
            .serve_r p em {
                width: 63%;
            }
            .serve_r p em i {
                font-size: 31px;
            }
            .serve_r dl dd p em {
                width: 62%;
            }
            .f_con ul li {
                margin-right: 7%;
            }
            .news_hot ul li em {
                width: 62%;
            }
            .news_hot ul li i {
                font-size: 19px;
            }
            .news_hot dl {
                height: 247px;
            }
            .news_hot dl dt {
                width: 267px;
            }
            .news_hot dl dd {
                width: 61%;
            }
            .news_hot dl dd h4 i {
                font-size: 22px;
            }
            .service_r dl dt {
                width: 89px;
            }
            .service_r dl dd h4 a {
                font-size: 31px;
            }
        }
        
        @media screen and (max-width:1279px) {
            .head2 .h_r {
                width: 47vw;
            }
            .head2 .menu {
                margin-left: 0;
            }
        }
        
        @media screen and (max-width:1281px) {
            .uni_l h3 em {
                font-size: 51px;
            }
            /*.serve_l h3 {*/
            /*    font-size: 98px;*/
            /*}*/
            .news_pre {
                width: 40px;
            }
            .news_next {
                left: 10%;
                width: 40px;
            }
            .news_hot dl dd {
                width: 59%;
            }
            .news_hot dl dd h4 em {
                display: block;
                float: right;
                width: 90px;
                height: 48px;
                border-radius: 3px;
                border: 3px solid #4e9a8c;
            }
            .news_hot dl dd h4 em a {
                display: block;
                padding-left: 23px;
                font-size: 16px;
                line-height: 48px;
                font-size: 16px;
                color: #fff;
                background: url(images/news_mor.png) no-repeat 62px center;
            }
            /*.news_hot ul li b{    width: 105px;}*/
            .news_hot ul li i {
                font-size: 18px;
            }
            .his_r_age ul li {
                padding-right: 19%;
            }
            .news_hot dl dd {
                padding-right: 3.25%;
            }
            .cir_l p a {
                width: 217px;
            }
            .story_r ul li em i {
                margin-right: -50px;
            }
            .digit_con ul {
                padding-left: 0;
            }
            .digit_con ul li em {
                font-size: 15px;
            }
            .digit_con2 ul,
            .digit_con5 ul {
                padding-left: 3%;
            }
            /*.menu{margin-left: 12%;}*/
            .object_l {
                width: 22%;
            }
            .intel_r dl {
                position: relative;
            }
            .intel_r dl dt {
                position: absolute;
                z-index: 55;
            }
            .intel_ys h3 {
                font-size: 39px;
            }
            .brand_bom p {
                top: 11%;
                width: 47%;
            }
            .brand_bom p em {
                font-size: 50px;
            }
            .brand_bom p em span {
                padding-bottom: 7px;
            }
            .brand_bom p b {
                padding-top: 4%;
            }
            .brand_bom p b span {
                font-size: 56px;
            }
            .brand_nav h3 {
                font-size: 52px;
            }
            .brand_con ul li h4 {
                font-size: 23px;
                padding-bottom: 23px;
                height: auto;
            }
            .brand_con {
                min-height: 612px;
            }
            .brand_flow ul li em {
                line-height: 24px;
                font-size: 16px;
            }
            .brand_flow h4 i {
                padding: 110px 17% 0;
                font-size: 22px;
            }
            .service_pro_cons h5 a {
                padding-left: 43%;
            }
            .service_hots .uni_l h3 i {
                font-size: 22px;
            }
            .uni_r ul li em span {
                font-size: 30px;
            }
            .service_hots .uni_r ul li em i {
                width: 76%;
                height: 63px;
            }
            .service_hots2 .uni_r ul li em i {
                font-size: 16px;
            }
            .service_pro_list h3 a {
                font-size: 53px;
            }
            .service_join .uni_l h3 i {
                font-size: 20px;
            }
            .service_r dl dt {
                width: 77px;
            }
            .service_r dl dd h4 a {
                font-size: 27px;
            }
            .service_hoh ul li em i span {
                padding-right: 22px;
            }
            .service_hoh ul li em {
                font-size: 14px;
            }
            .service_why dl dd p {
                font-size: 18px;
            }
            .service_why dl dd h4 {
                height: 58px;
            }
            .obj_bom p {
                width: 59%;
            }
            .obj_bom p span {
                display: block;
                width: 75%;
            }
            .object_code1 {
                width: 95%;
                height: 241px;
                background-size: 100%;
            }
            .service_hoh ul li em i span {
                padding-right: 11px;
            }
            .intel_bz ul li em {
                min-height: 102px;
            }
            .intel_ys ul li b {
                width: 25%;
            }
            .brand_chance dl dt {
                width: 32.33%;
            }
            .brand_chance dl dd {
                width: 65.5%;
                padding: 25px 0px 0px;
            }
            .brand_chance dl dd h4 {
                padding-bottom: 10px;
            }
            .brand_chance dl dd h4 span {
                margin-right: 20px;
                line-height: 45px;
                font-size: 30px;
            }
            .brand_chance dl dd h4 a {
                padding-left: 50px;
                width: 112px;
                line-height: 45px;
                background-size: 100% 45px
            }
            .brand_chance dl dd p {
                height: 59px;
            }
            .brand_chance dl dd em i {
                width: 48%;
                margin-bottom: 3px;
                /*font-size:13px;*/
            }
            .brand_import h3 {
                font-size: 54px;
            }
            .brand_import p {
                font-size: 20px;
            }
            .brand_cons dl dd {
                padding-top: 43px;
            }
            .brand_cons dl dd h4 {
                margin-bottom: 23px;
            }
            .brand_cons dl dd h5 {
                padding-bottom: 16px;
                margin-bottom: 19px;
                font-size: 18px;
            }
            .brand_cons dl dd h5 span {
                margin-bottom: 6px;
            }
            .brand_cons dl dd p {
                width: 91%;
            }
            .brand_list {
                bottom: 2.9%;
                z-index: 55;
                width: 62%;
            }
            .uni_l h3 i {
                font-size: 25px;
            }
        }
    

        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
            width: 33px;
            height: 31px;
            background-position: -23px -47px;
            background-size: 52px 82px;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #0d464b;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #0d464b;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
