
        .head2 {position: relative;z-index: 11;height:5rem; }
        .head2 .logo{ width:37%; float:left; margin:0.6rem 0 0 4%;}
        .head2 .logo img{display:block; width:100%;}
        .head2 h4{ width:47%; line-height:5rem; line-height: 5rem; font-size:1.2rem; color:#333333; float:left; text-align:right; font-weight: normal;}
        .head2 h4 a{ float:left; width:33%;text-align: center; color:#333333;}
        .head2 .menu_btn{width:10%; height:5rem; float:right; overflow:hidden;}
        .head2 .menu_btn a.downmenu{display:block; width:83%; padding:1.6rem 0 0 0;}
        .head2 .menu_btn img{ display:block; width:100%;}
        .menu2 .slideMenu{width:50%; display: none;z-index:16;position:absolute; top:5rem; right:0px; transition:transform 1s;-webkit-transition:transform 1s;}
        .menu2.down .slideMenu{transform:translate3D(0,100%,0);-webkit-transform:translate3D(0,100%,0);}
        .menu2 ul {background:#015bb4;padding-bottom: 1rem;}
        .menu2 ul li {line-height:3rem;text-align:center;color:#fff; position:relative;font-size:1rem;}

        .menu2 ul li:before{ content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#ccc;}
        .menu2 ul li:last-child:before{ background:none; border:0;}
        .menu2 ul li a {display: block;height: 3rem;line-height: 3rem; font-size:1rem; font-family:"Microsoft Yahei"; color: #fff;text-decoration: none;}
       

        .m-xx-02 {
            margin-bottom: 1.6rem;
        }
        
        .m-xx-02-tit {
            height: 4rem;
            width: 100%;
            font-size: 1.6rem;
            text-align: center;
            color: #414141;
            line-height: 4rem;
            background: url(images/m11-icon2.jpg) no-repeat center top;
            background-size: 100% 4rem;
            border-bottom: 1px solid #FA756E;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            box-sizing: border-box;
        }
        
        .m-xx-02-txt {
            width: 93.75%;
            font-size: 1.4rem;
            color: #535353;
            line-height: 2.2rem;
            text-align: center;
            border-bottom: 1px solid #a3a3a3;
            margin: 0.6rem auto;
            padding: 1rem 0;
        }
        
        .m-xx-02-desc {
            width: 93.75%;
            margin: 0 auto;
        }
        .m-xx-02-desc img{max-width:100%;}
        .m-xx-02-return {
            width: 45%;
            height: 2.8rem;
            background: #0e8fed;
            font-size: 1.3rem;
            line-height: 2.8rem;
            text-align: center;
            border-radius: 1.4rem;
            margin: 1.9rem auto 0;
        }
        
        .m-xx-02-return a {
            display: block;
            color: #fff;
        }
    

        .m-xx-fy-02 {
            padding: 0 2%;
            height: 2.5rem;
            margin-bottom: 3.9rem; 
        }
        
        .m-xx-fy-02>div {
            width: 39.34%;
            height: 2.5rem;
            font-size: 1.5rem;
            line-height: 2.5rem;
            text-align: center;
        }
        
        .m-xx-fy-02>div a {
            display: block;
            color: #fff;
        }
        
        .m-xx-fy-02-next {
            float: right;
            background: #0e8fed;
        }
        
        .m-xx-fy-02-prev { 
            float: left;
            background: #333;
        }
    
