	.main-container, .container.main-container {
		width: 1400px;
		max-width: 1400px;
		margin: 0 auto;
		padding: 0;
	}
	.page-content {
	    background: #fff;
	    margin: 0;
	}
	.agency {
	    width: 960px;
		height: 600px;
		margin-top: 10px;
	}
	.agency-menu-top {
	    position: relative;
	    height: 60px;
	    width: 960px;
	    overflow: hidden;
	    margin: 0 auto;
	    background: #ddd;
	    margin-left: 0px;
	}
	.agency-menu-dalei {
	    width: 100%;
	    transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
	    transition-duration: 0ms;
	    transform: translate(0px, 0px) translateZ(0px);
	}
	.agency-menu-dalei ul li {
	    height: 60px;
	    width: 140px;
	    color: #333;
	    float: left;
	    line-height: 60px;
	    font-size: 25px;
	    text-align: center;
	}
	.cur {
		background: #1cbb9b;
	}
	.cur span {
		color: #fff;
	}
	.select-method-top {
	    position: relative;
	    height: 40px;
	    width: 960px;
	    overflow: hidden;
	    margin: 0 auto;
	    background: #ddd;
	    margin-left: 0px;
	}
	.select-method {
	    width: 100%;
	    transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
	    transition-duration: 0ms;
	    transform: translate(0px, 0px) translateZ(0px);
	}
	.select-method ul li {
	    height: 40px;
	    width: 80px;
	    color: #333;
	    float: left;
	    line-height: 40px;
	    font-size: 15px;
	    text-align: center;
	}
	
	.top-cur{
		background: #1cbb9b;
	}
	.top-cur span {
		color: #fff;
	}
	.intro-cur{
		background: #105cbe;
	}
	.intro-cur span{
		color: #fff;
	}
	.agency-content {
		height: 550px;
		margin-top: 10px;
	}
	.agency-menu-left {
	    position: relative;
	    height: 600px;
	    width: 220px;
	    overflow: hidden;
	    margin: 0 auto;
	    background: #ddd;
	    float: left;
	}
	.agency-menu-xiaolei {
		width: 100%;
	    transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
	    transition-duration: 0ms;
	    transform: translate(0px, 0px) translateZ(0px);
	}
	.agency-menu-xiaolei ul li {
	    height: 40px;
	    width: 220px;
	    color: #333;
	    float: left;
	    line-height: 40px;
	    font-size: 15px;
	    text-align: center;
	    overflow:hidden;
    	white-space:nowrap;
   		text-overflow:ellipsis;
	    
	}
	.agency-content-right {
		float: left;
		width: 740px;
		height: 525px;
	}
	.agency-title {
	    margin-top: 25px;
	    height: 45px;
	    width: 100%;
	    border-bottom: 2px solid #105cbe;
	}
	.agency-title-left {
		margin-top: 25px;
		height: 45px;
		width: 960px;
		border-bottom: 2px solid #7ca4d6;
	}
	.atl-left{
		float: left;
	    width: 170px;
	    border-bottom: 45px solid #105cbe;
	    border-right: 25px solid transparent;
	    position: relative;
	}
	.atl-left-selected{
		float: left;
	    width: 170px;
	    border-bottom: 45px solid #1cbb9b;
	    border-right: 25px solid transparent;
	    position: relative;
	}
	.wordxx {
		position: absolute;
		left: 20px;
		font-size: 22px;
		color: #fff;
		line-height: 45px;
	}
	.atl-right{
	    width: 60px;
	    float: right;
	    font-size: 15px;
	    margin-top: 12px;
	}
	.atl-right-arrow:before{
	    float: right;
	    margin-top: -5px;
	    margin-right: 15px;
	    display: inline;
	    font-size: 25px;
	    font-family: FontAwesome;
	    height: auto;
	    content: "\f105";
	    font-weight: 300;
	    text-shadow: none;
    }
	.agency-title-right {
	    width: 60px;
	    float: right;
	    font-size: 15px;
	    margin-top: 5px;
	    background-position: 33px 3px;
	}
	.arrow:before { 
		float: right; 
		margin-top: 1px; 
		margin-right: 15px; 
		display: inline; 
		font-size: 28px; 
		font-family: FontAwesome; 
		height: auto; 
		content: "\f105"; 
		font-weight: 300; 
		text-shadow: none;
	}
	.arrow.open:before { 
		float: right; 
		margin-top: 1px; 
		margin-right: 7px; 
		display: inline; 
		font-family: FontAwesome; 
		height: auto; 
		font-size: 28px; 
		content: "\f107"; 
		font-weight: 300; 
		text-shadow: none; 
	}
	#menu .content-right{  
	    float: left;
	    width: 230px;
	    height: 396px;
		margin-top: 30px;
	}  

	#menu .content-left{  
		float:left;  
		width: 960px;  
	    height: 1200x;  
	}  
	.content-right .intro {
		width: 100%;
		height: 192px;
		background: #f6f6f6;
		margin-left: 20px;
		text-align: center;
	}
	
	.content-right .intro a,
	.content-right .intro ul li {
		height: 48px;
		width: 100%;
		line-height: 48px
	}
	.intro-icon {
		width: 62px;
		height: 48px;
		background-repeat: no-repeat;
		background-position: 20px center;
		vertical-align: middle;
		margin-left: -50px;
	}
	
	.icon-intro-2 {
		background-image: url(../../img/icon_intro_2.png)
	}
	.icon-intro-3 {
		background-image: url(../../img/icon_intro_3.png)
	}
	
	.public{
		padding-top:80px;
	}
	.public-content{
		height: 600px;
	}
	.public-menu-top{
		height: 45px;
		width: 960px;
		overflow:-webkit-paged-x;
		border-bottom: 2px solid #7ca4d6;
	}
	.public-menu-top div{
		cursor: pointer;
	}
	.public-content-bottom{
		height: 550px;
	}
