*{
		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{
    		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;
		}
		.banner{
			height: 380px;
			overflow: hidden;
		}
		.banner img{
			width: 100%;
		}
		.content{
			width: 1200px;
		}
		.contai{
			width: 800px;
			margin: 0 auto;
		}
		.title{
			width: 800px;
			display: block;
		}
		.title img{
			display: block;
			margin: 30px auto;
			vertical-align: middle;
		}
		/*标题结束*/
		.cont .header{
			text-align: center;
			font-size: 24px;
			color: #333;
		}
		.cont .con_a{
			font-size: 14px;
			color: #333;
			line-height: 24px;
			margin: 30px 0;
			border-bottom: 1px solid #aaa;
			padding-bottom: 10px;
		}
		/*公司信息结束*/
		.list_a{
			margin: 30px 0;
		}
		.list_a .head{
			font-size: 18px;
			font-weight: 600;
			margin-bottom: 20px;
		}
		/*招聘标题*/
		.list_a .content{
			width: 800px;
			display: inline-block;
		}
		.list_a .content .left{
			width: 400px;
			display: inline-block;
		}
		.list_a .content .left p{
			font-size: 14px;
			color: #333;
			line-height: 24px;
			width: 400px;
			display: inline-block;
		}
		/*内容左部分*/
		.list_a .content .right{
			width: 390px;
			display: inline-block;
		}
		.list_a .content .right p{
			font-size: 14px;
			color: #333;
			line-height: 24px;
			width: 390px;
			display: inline-block;
		}
		/*内容右部分*/
		.list_a .foot{
			margin-top: 30px;
			display: block;
		}
		.list_a .foot p{
			font-size: 14px;
			color: #333;
			line-height: 36px;
		}
		/*招聘信息结束*/
		.footr{
			margin-top: 30px;
			font-size: 14px;
			text-align: center;
			margin-bottom: 30px;
		}
		.footr a{
			color: #333;
			margin-right: 20px;
		}
		/*分页*/