
			.g-hd{height:8.5rem;position: relative;}
			.g-hd img{display: block;width: 100%;}
		    .g-hd h1{float: left;width:100%;margin:0.95rem 0 0 3.5%;}
			.g-hd h1 {
    float: left;
    width: 100%;
    padding-top: 13px;
    /* margin: 0.95rem 0 0 3.5%; */
}
			.g-hd ul{float: left;height:4.5rem;}
			.g-hd ul li{float: left;font-size: 1.4rem;line-height:4.5rem;padding:0 1.5rem;position: relative;}
			.g-hd ul li:nth-child(1){padding: 0 1.5rem 0 0.95rem;}
			.g-hd ul li:after{position: absolute;width: 1px;height: 1rem;background: #d2d1cf;content: "";right: 0;top:1.7rem;}
			.g-hd ul li:last-child:after{display: none;}
			.g-hd ul li:last-child{padding-right: 0;}
			.g-hd ul li a{color: #333333;}
			.g-hd .m-nav2{float: right;width:2.7rem;margin:0.8rem 3.1% 0 0;}
			#menu{display:none;background: url(../images/menu_bg.jpg) no-repeat center;background-size: 100% 52.4rem; position: absolute;left:0;top: 8.5rem;width: 100%; height:52.4rem; z-index: 200;}
			#menu p{width: 94%;margin:0 auto;text-align: center;}
			#menu p a{display: block;height:4.45rem;line-height: 4.45rem;font-size: 1.2rem;color: #333333;border-bottom:1px dashed #a8b7b3;box-sizing: border-box;}
			#menu p a:last-child{border: 0;}
            #menu .bo{ display: block; width: 10rem; height: 3.5rem;background: url(../images/bo.png) no-repeat center;background-size: 14.1rem 3.5rem; font-size: 1.2rem;line-height: 3.5rem; margin: 2.8rem auto 0; color: #ffffff; padding-left: 6em; } 
      #menu p a:hover{font-weight: bold;color: #0060aa;}
		

 .ad-01{
     position: relative;
     min-height: 4rem;
        background: #0060aa;
        /*background: url(../images/m11-icon2.jpg) no-repeat center top;*/
        /*background-size: 100% 4rem; */
 }
 .ad-01-img img{
     display: block;
     width: 100%;
     
 }
    .ad-01-title {
        position: absolute;
        top: 0;
        height: 4rem;
        width: 100%;
        font-size: 1.6rem;
        text-align: center;
        color: #fff;
        line-height: 4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: border-box;
    }


        .m-cl-1nt4-3-01-list {
            padding: 0 3%;
        }
        
        .m-cl-1nt4-3-01-list dl {
            padding: 1.25rem 0;
            border-bottom: 1px solid #e5e5e5;
            display: inline-block;
            width: 100%;
        }
        
        .m-cl-1nt4-3-01-list dt {
            width: 33.3%;
            float: left;
            margin-right: 5.6%;
        }
        
        .m-cl-1nt4-3-01-list dt img {
            width: 100%;
        }
        
        .m-cl-1nt4-3-01-list h3 {
            height: 2.9rem;
            font-size: 1.6rem;
            line-height: 2.9rem;
			color: #626262;
            text-overflow: ellipsis;
            border-bottom: 0.15rem solid #f1f1f1;
            overflow: hidden;
            white-space: nowrap;
        }
        
        .m-cl-1nt4-3-01-list-desc {
            margin-top: 0.4rem;
            height: 4rem;
            font-size: 1.4rem;
            line-height: 2rem;
            color: #626262;
            overflow: hidden;
        }
        
        .m-cl-1nt4-3-01-list-data {
            font-size: 1.4rem;
            font-weight: bold;
            line-height: 1.8rem;
            color: #626262;
            display: inherit;
            float: right;
            margin-top: -1.8rem;
        }
    

     .g-ft{height:10.8rem;position: relative; background: #0060aa;}
     .gsxx { margin: 0 4.6%; padding-top: 1.5rem;}
      .gsxx p{font-size: 1.2rem;color: #fff;line-height:1.8rem; width: 77.8%; float: left;} 
      body .f_nav li .xerji li {
    float: left;
    width:100%;
    height: 5rem;
    line-height: 5rem;
}
body .f_nav li .xerji li a {
    width: 100%;
    color: #000;
}
      .gsxx p span{padding-left: 0.75rem;}
      .gsxx p a{font-size: 1.2rem;font-family: Arial; color: #fff; display: inline-block; margin-right: 1.6rem;}
       .gsxx .top{float: right; margin-top: 0rem; width:7.5%; }
       .gsxx .top img{width:100%;display:block;}
      .f_nav{height:5.0rem;min-width: 320px;max-width: 640px;width: 100%;position: fixed;bottom: 0;z-index: 100; background:#fff;}
      .xerji{position:absolute;bottom:5rem;left:20%;width:20%;background:#FFF;}
      .f_nav li a{float: left;width: 20%;text-align: center;
      	outline:none;-webkit-tap-highlight-color:transparent;}
      .f_nav li img{display:block;width: auto;height: 1.85rem;margin:0.9rem auto 0.5rem;}
      .f_nav li span{display: block;color: #333333;font-size: 1.2rem;line-height:1.5rem;}
      .f_nav li.f2 i{width:4.9rem;height:4.9rem;margin-top:-2.9rem;}
      .f_nav li i img{width:100%;height:100%;display: block; }
      .f_nav li i{display: block;width:22.5%;height:2.1rem;margin:0 auto 0.35rem;
      }
      #animat{
                position:relative;
                animation:mymove 2s infinite;
                -webkit-animation:mymove 2s infinite; /*Safari and Chrome*/
                animation-direction:alternate;/*轮流反向播放动画。*/
                animation-timing-function: ease-in-out; /*动画的速度曲线*/
                /* Safari 和 Chrome */
                -webkit-animation:mymove 2s infinite;
                -webkit-animation-direction:alternate;/*轮流反向播放动画。*/
                -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
            }
            @keyframes mymove
            {
                0%{
                transform: scale(1);  /*开始为原始大小*/
                }
                25%{
                    transform: scale(1.1); /*放大1.1倍*/
                }
                50%{
                    transform: scale(1);
                }
                75%{
                    transform: scale(1.1);
                }

            }
            
            @-webkit-keyframes mymove /*Safari and Chrome*/
            {
                0%{
                transform: scale(1);  /*开始为原始大小*/
                }
                25%{
                    transform: scale(1.1); /*放大1.1倍*/
                }
                50%{
                    transform: scale(1);
                }
                75%{
                    transform: scale(1.1);
                }
            }
    
