*{
		margin: 0;padding: 0;
		font-family: "microsoft yahei";
		text-decoration: none;
	}
	@media (min-width: 1024px){
  	 	body{font-size: 18px}
    } >=1024的设备

    @media (min-width: 1100px) {
    body{font-size: 20px}
    } /*>=1100的设备*/
    @media (min-width: 1280px) {
    body{font-size: 22px;}
    } /*>=1280的设备*/

    @media (min-width: 1366px) {

    body{font-size: 24px;}
    }  

    @media (min-width: 1440px) {
    body{font-size: 25px !important;}
    } 

    @media (min-width: 1680px) {
    body{font-size: 28px;}
    } 
    @media (min-width: 1920px) {
    body{font-size: 33px;}
    }
    	body{
    		background-color: #f0f0f0;
    		width: 100%;
    	}
    	.header{
    		height: 100px;
    		line-height: 100px;
    		background-color: #fff;
    	}
    	.header .left{
    		width: 400px;
    		display: inline-block;
    	}
    	.header .left p{
    		font-size: 36px;
    		color: #435588;
    		font-family: "宋体";
    		font-style: italic;
    		display: inline-block;
    	}
		.container{
			margin: 0 auto;
			width: 1200px;
		}
		.header .right{
			float: right;
			height: 100px;
		}
		.header .right .l1{
			display: inline-block;
			margin-left: 45px;
		}
		.header .right .l1 img{
			width: 26px;
			vertical-align: middle;
		}
		.header .right .l1 p{
			font-size: 12px;
			color: #333;
			display: inline-block;
		}
		.nav{
			width: 100%;
			background-color: #222;
			height: 50px;
			line-height: 50px;
		}
		.container a{
			font-size: 16px;
			color: #fff;
			margin-right: 35px;
		}
		.container a:hover{
			font-size: 20px;
			border-bottom: 2px solid #fff;
		}
		.title{
			height: 150px;
			position: relative;
		}
		.title img{
			margin: 0;
   			position: absolute;
    		top: 50%;
    		left: 50%;
    		transform: translate(-50%, -50%);
		}
		.contai{
			width: 800px;
			margin: 0 auto;
			padding: 0 20px;
			background-color: #fff;
			margin-bottom: 30px;
		}
		.contai p{
			border-bottom: 1px solid #aaa;
			font-size: 18px;
			color: #333;
			line-height: 40px;
		}
		.contai p:hover{
			color: #5896e3;
		}
		/*.cont{
			width: 1200px;
			display: flex;
			justify-content: space-between;
			margin-bottom: 50px;
		}
		.cont .list_a{
			width: 250px;
			height: 50px;
			display: inline-block;
			line-height: 50px;
			border: 1px solid #333;
			box-sizing: border-box;
			transition:all 0.5s;
		}
		.cont .list_a p{
			text-align: center;
			font-size: 14px;
			color: #333;
		}
		.cont .list_a:hover{
			border: none;
			background-color: #fff;
			box-shadow: 0px 3px 5px 0px rgba(51, 51, 51, 0.24);
			border-radius: 4px;
		}*/
