﻿*{
	margin: 0;
	padding: 0;
	border: 0;
}
html,body{
	width: 100%;
}

@media screen and (max-width: 900px){
	 body {
    } 
    .banner-ql{
        width: 100%;
    }
    
	.banner-ql .swiper-wrapper .swiper-slide img{
		width: 100%;
		height: auto;
	}

    .zxdyb{
	    width: 100%;
	    position: relative;
	    margin: auto;
	}
	.zxdyb .title{color: #0066cb;font-size:20px;text-align: center;}
	.zxdyb .rehead{color: #0066cb;font-size:16px;text-align: center;margin: 0 0;}
	
	.jg{
        height: 15px
    }
	.rmtz{
	    width: 100%;
	    margin: auto;

	}
	.rmtz img{
	    width: 100%;
	    height: auto;
	}
	.dibu{
	    width: 100%;
	    height: 65px;
	    text-align: center;
	    background-color: #0066cb;
	}
    .dibu button{
        width: 110px;
	    height: 35px;
	    margin-top: 15px;
	    border: 1px solid white;
	    font-size: 20px;
	    background-color: #0066cb;
	    color: white;
    }
   
}
  
/* 页面超过900px引用这个样式 */
@media screen and (min-width: 900px){
	.banner-ql{
        width: 100%;
     
    }
   
	.banner-ql .swiper-wrapper .swiper-slide img{
		width: 100%;
		height: auto;
	}

	.jg{
        height: 50px
    }
	.zxdyb{
		height: 200px;
	    width: 1200px;
	    position: relative;
	    margin: auto;
	}
	.zxdyb .title{color: #0066cb;font-size:55px;text-align: center;}
	.zxdyb .rehead{color: #0066cb;font-size:43px;text-align: center;margin: 0 0;}
	
	.rmtz{
	    width: 1200px;
	    height: auto;
	    margin: auto;

	}

	.rmtz img{
	    width: 1200px;
	    height: auto;
	}
	.dibu{
	    width:  1200px;
	    height: 100px;
	    background-color: #0066cb;
	    margin:auto;
	    text-align: center;
	}
	.dibu button{
        width: 180px;
	    height: 50px;
	    margin-top: 28px;
	    border: 1px solid white;
	    font-size: 25px;
	    background-color: #0066cb;
	    color: white;
    }
   
}
