@charset "utf-8";
@media screen and (max-width: 768px) {
	*{
		padding:0;
		margin:0;
		-moz-transition: all 0s ease-in-out; 
	-webkit-transition: all 0s ease-in-out; 
	-o-transition: all 0s ease-in-out; 
	-ms-transition: all 0s ease-in-out; 
	transition: all 0s ease-in-out;  
	}
	body{
		margin:0;
		padding:0;
	}
   .topn{
   		display: none;
   }
   .top{
   	height: 1.26rem;
   }
   .head{
	   	display: block;
	   	background: #fff;
	   	position: relative;
	   	padding-top:0.2rem;
	   	padding-bottom: 0.2rem;
	   	box-sizing: border-box;
	   	padding-left:0.2rem;
	   	padding-right: 0.2rem;
	   	height: 1.26rem;
   }
   .head .logo{
   	width: 70%;
   	height: auto;
   	float:none;
   	margin-right: 0px;
   	margin-left: 0px;
   }
   .logo img{
   	display: block;
   	width: 100%;
   	height: auto;
   	margin-top:0rem;
   }
   .menuIcon{
   	position: absolute;
   	    top: 0.38rem;
    right: 0.3rem;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../img/menuIcon.png) no-repeat;
    background-size: cover;
   }

   .menu{
   	display: block;
 	position: fixed;
 	top:0rem;
 	width: 100%;
 	background: red;
 	left:0;
 	z-index: 1000;
 	background: rgba(0,159,231,0.9);
 	height: 100%;
 	box-sizing: border-box;
 	padding:0 10px;
 	opacity: 0;
    transform: translateX(-100%);
    transition: all .8s ease 0s;
   }
   .menuCur{
       opacity: 1;
    	transition-delay: .3s;
    	transform: translateY(0);
    
   }
   .menu>ul>li{
   	width: 100%;
   	box-sizing: border-box;
    padding: 0 10px;
   }
   .menu>ul>li>a{
   	    color: #fff;
	    display: block;
	    border-bottom: 1px solid rgba(255,255,255,.1);
	    margin: 0 10px;
	    font-size: 14px;
	    text-decoration: none;
	    line-height: 45px;
    	height: 45px;
    	    background: url(../img/micon4.png) no-repeat right center;
   }
    .menu>ul>li div{
    	width: 100%;
    	box-sizing: border-box;
    	padding-left:20px;
    	display: none;
    }
    .menu>ul>li div p a{
    	 color: #fff;
	    display: block;
	    border-bottom: 1px solid rgba(255,255,255,.1);
	    margin: 0 10px;
	    font-size: 14px;
	    text-decoration: none;
	       	line-height: 45px;
    height: 45px;
    }
   .menu .heading{
   	height: 42px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    margin: 0 10px;
   }
   .menu .heading>a>span{
	 /*  	width: 16px;*/
	    height: 16px;
	    display: inline-block;
	    margin: 10px 0;
	    padding: 3px 18px;
	    border-right: 1px solid rgba(255,255,255,.1);
	    background: url(../img/micon1.png) center center no-repeat;
   }
    .menu .heading i.close{
    	position: absolute;
	    right: 10px;
	    top: 0;
	    z-index: 999999;
	    width: 14px;
	    height: 14px;
	    display: inline-block;
	    float: right;
	    margin: 14px 10px;
	    background: url(../img/micon3.png) center center no-repeat;
    }
    .fla{
    	display: none;
    }
    .banner{
    	display: block;
    }
    .banner img{
    	display: block;
    	width: 100%;
    	height: 100%;
    }
    .banner div{
    	height: auto;
    	height: 4rem;
    }
    .slick-prev, .slick-next{
    	display: none !important;
    }
    .slick-dots{
    	bottom: 0;
    }
    .banner .slick-dots li button{
    	width: 0.12rem;
    	height: 0.12rem;
    }
    .slick-list{
    	padding-bottom: 0px;
    }
    .fuwun ul li{
    	padding-top:0.5rem;
    }
    .fuwun{
    	width: 100%;
    	box-sizing: border-box;
    	padding:0 0.2rem;
    	padding-bottom: 0.3rem;
    }
     .fuwun ul li{
     	width: 50%;
     	padding-bottom: 0.2rem;
        box-sizing: border-box;
        padding-left: 0.15rem;
        padding-right: 0.15rem;
     }
     .fuwun ul li div{
     	margin: 0 auto;
     	background-color: rgba(255,102,0,0.8);
	    border-radius: 50%;
	    width: 0.8rem;
	    height: 0.8rem;
	    padding: 0.3rem;
	    text-align: center;
     }
     .fuwun ul li img{
     	/*padding: 0.2rem;*/
     	/*width: 80%;*/
     	width: 100%;
     	margin: 0 auto;
     	padding: 0;
     	height: auto;
     	border-radius: 0px;
     	display: block;
     	vertical-align: top;
     }
     .fuwun ul li h1{
   	height: 30px;
     	line-height: 15px;
     	padding-top: 10px;
     	padding-bottom: 10px;
     }
     .fuwun ul li h2{
     	height: 30px;
     	line-height: 15px;
     }
     .a1n{
     	padding-top:0.4rem;
     	padding-bottom: 0.4rem;
     }
     .a1n h1{
     	width: 6rem;
     	margin: 0 auto;
     	border-bottom: 1px solid #ddd;
     }
     .a1n h2{
     	padding-top: 10px;
     	font-size: 15px;
     	padding-bottom: 10px;
     }
     .a1n ul{
     	width: 100%;
     	box-sizing: border-box;
     	padding:0 0.1rem;
     }
     .a1n ul li{
     	width: 50%;
     	height: 3.5rem;
     	box-sizing: border-box;
     	padding: 0.1rem;
     }
     .a1n ul li img{
     	display: block;
     	width: 100%;
     	height: 100%;
     }
     .a1n ul li a{
     	position: relative;
     	display: block;
     	width: 100%;
     	height: 100%;
     }
     .a1n ul li:hover img{
     	width: 100%;
     	height: 100%;
     	margin: 0;
     }
     .a1n ul li div{
     	display: block;
     	width: 100%;
     	height: 0.5rem;
     	line-height: 0.5rem;
     	text-align: center;;
     	position: absolute;
     	left: 0;
     	bottom: 0;
     	background: rgba(0,159,231,0.6);
     	color: #fff;
     	text-align: center;
     	font-size: 0.28rem;
     	opacity:1;
     }
     .falv{
     	padding-top: 0.4rem;
     	padding-bottom: 0.4rem;
     	box-sizing: border-box;
     	padding-left: 0.2rem;
     	padding-right: 0.2rem;
     }
     .gy{
     	width: 100%;
     }
     .gyn{
     	width: 100%;
     	box-sizing: border-box;
     }
     .wenti{
     	width: 100%;
     	box-sizing: border-box;
     	padding:0.4rem 0;
     }
     .wentin ul li{
     	width: 100%;
     	float:none;
     	margin-right: 0px;
     	box-sizing: border-box;
     }
     .wentin ul{
     	width: 100%;
     	height: auto;
     }
     .wenti{
     	height: auto;
     }
     .wentin ul li:nth-child(1){
     	width: 100%;
     	float: none;
     }
     .wentin ul li:nth-child(1) img{
     	float: none;
     	width: 100%;
     	margin-right: 0px;
     	height: auto;
     	display: block;
     }
     .wentin ul li:nth-child(1) h2{
     	width: 100%;
     	float: none;
     	padding-top: 0.1rem;
     	padding-bottom: 0.1rem;
     }
     .wentin ul li:nth-child(1) h3{
     	margin: 0 auto;
     	     	margin-top: 0.2rem;
     	     	float: none;
     }
     .wzdt{
     	padding-top: 0.4rem;
     	padding-bottom: 0.4rem;
     	padding-left: 0.2rem;
     	padding-right: 0.2rem;
     	box-sizing: border-box;
     }
     .wzdt_lx h1{
     	text-align: left;
     }
     .wzdt_lx{
     	text-align: left;
     	width: 100%;
     }
     .wzdt ul li{
     	text-align: center;
     	width: 33.333%;
     	padding-right: 0px;
     	padding-top: 10px;
     }
     .wzdt ul li h1{
     	border-right: 1px solid #ddd;
     }
     .wzdt ul li:nth-child(4n) h1{
     	border-right: none;
     }
     .yqlj{
     	display: none;
     }
     .foot{
     	line-height: 0.6rem;
     	padding-top: 0.2rem;
     	padding-bottom: 0.2rem;
     	padding-left: 0.2rem;
     	padding-right: 0.2rem;
     	box-sizing: border-box;
     }
     .a1n ul li:hover div{
     	    display: block;
	    width: 100%;
	    height: 0.5rem;
	    line-height: 0.5rem;
	    text-align: center;
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    background: rgba(0,159,231,0.6);
	    color: #fff;
	    text-align: center;
	    font-size: 0.28rem;
	    opacity: 1;
	    margin:0px;
     }
     .con{
     	width: 100%;
     	box-sizing: border-box;
     	padding: 0.2rem;
     	position: relative;
     }
     .con .left{
     	width: 100%;
     	box-sizing: border-box;
     	float: none;
    /* 	position: absolute;
     	left: 0;
     	top: 0;*/
     	z-index: 1000;

     }
     .active{
     	display: block;
     }
      .con .left h1{
      	font-size: 18px;
    line-height: 40px;
    background: rgba(44,80,153,1) url(../img/child_menu.png) no-repeat 6.58rem center;
    background-size: 0.35rem 0.35rem;
    color: rgba(255,255,255,1);
    padding-left: 15px;
    margin-bottom: 2px;
    box-sizing: border-box;
      }
     .con .left p{
     	display: none;
     }
     .con .right{
     	width: 100%;
     	box-sizing: border-box;
     	float: none;
     	padding-top: 0.5rem;
     }
     .er_zcfg li h2{
        font-size: 15px;
        line-height: 20px;
     }
     .er_zcfg li div h1{
        text-align: center;
     }
     .er_zcfg li div{
        text-align: center;
     }
     .er_al li{
            width: 50%;
        height: 3.5rem;
        box-sizing: border-box;
       padding: 0.1rem;
       margin-right: 0px;
       margin-bottom: 0.2rem;

     }
     #page{
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
     }
     .er_al li a{
        position: relative;
    display: block;
    width: 100%;
    height: 100%;
     }
     .er_al li a div{
            display: block;
            width: 100%;
            height: 0.5rem;
            line-height: 0.5rem;
            text-align: center;
            position: absolute;
            left: 0;
            bottom: 0;
            background: rgba(0,159,231,0.6);
            color: #fff;
            text-align: center;
            font-size: 0.28rem;
            opacity: 1;
                transform: rotate(0deg);
     }
     .er_al li a img{
            display: block;
        width: 100%;
        height: 100%;
     }
     .er_al li div h1{
        font-size: 0.28rem;
     }
     .er_al li:hover img{
        margin:0;
        width: 100%;
        height: 100%;
        transform: rotate(0deg);
     }
     .er_fw li{
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
        float: none;
        line-height: 40px;
     }
     iframe{
        width: 100%;
     }
}
img{
	max-width: 100%;
}