

.main{
    width: 1100px;
    margin: 0 auto;
}
/* header */
.header{
    width: 100%;
    height: 55px;
    margin: 0 auto;
    background-color: #008bf6;
    overflow: hidden;
    text-align: center;
}
.header_left{
    float: left;
    margin-right: 12px;
}
.header_left li{
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 18px 0 0 17px;
}
.header_left a{
    color:#fff;
    font-size: 14px;
}
.header_right {
    float: right;
    line-height: 55px;
}

.header_right li {
    float: left;
}
.header_right li a{
    padding:0 10px;
    color:#fff;
    font-size: 14px;
    border-right: 1px solid #fff;
}
.header_right a i{
    display: inline-block;
    width: 14px;
    height: 17px;
    /* background: url(../Image/Agencies/phone.jpg) no-repeat; */
    background: url(../Images/Agencies/phone.jpg) no-repeat;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 3px;
}
.header_right li:last-child a{
    border-right: 0;
    padding-right: 0;
}
.header a:hover{
    color:#f60;
    text-decoration: underline;
}
.header p{
    line-height: 55px;
    color: #fff;
    font-size: 12px;
}
.header p a{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
}
.header p a:nth-child(1){
    background: url(../Images/Agencies/buttonshareicon.png) no-repeat -140px -36px;
}
.header p a:nth-child(2){
    background: url(../Images/Agencies/buttonshareicon.png) no-repeat -90px -36px;
}
.header p a:nth-child(3){
    background: url(../Images/Agencies/buttonshareicon.png) no-repeat 0px -36px;
}
.header p a:nth-child(4){
    background: url(../Images/Agencies/buttonshareicon.png) no-repeat -45px -36px;
}
/* showPicture */
.showPicture{
    width: 100%;
    height: 500px;
    background: url(../Images/Agencies/bgi.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 135px;
    position: relative;
}
.showPicture p{
    font-size: 48px;
    color: #666;
    margin-bottom: 33px;
    font-family: 'microsoft yahei';
}
.select{
    box-sizing: border-box;
    width: 845px;
    margin:0 auto;
    height: 82px;
    position: absolute;
    top: 50%;
    left: 52.5%;
    transform: translate(-50%,0);
    margin-top: 20px;
    /* padding-left:40px; */
}
.search{
    box-sizing: border-box;
    width: 845px;
    margin:0 auto;
    height: 82px;
    position: absolute;
    top: 50%;
    left: 52.5%;
    transform: translate(-50%,0);
    margin-top: 20px;
}
.search .dropdown {
	width: 98px;
	height: 33px;
	float: left;
	border: 1px solid #ebebeb;
	border-left: 0;
	font-size: 14px;
	line-height: 33px;
	background: url(../images/Agencies/searchIcon.png) right center no-repeat;
	text-indent: 10px;
	color: #333333;
	cursor: pointer;
	position: relative;
	z-index: 2;
    font-family: "microsoft yahei";
    background-color: #fff;
}
.search span{
    position: absolute;
    top: 0;
    left: 0;
}
.search #year {
	width: 78px;
	border-left: 1px solid #ebebeb;
}

.search #area {
	z-index: 999;
    border-left: 1px solid #ebebeb;

}

.search .dropdown ul {
	width: 101px;
	background: #fff;
	border: 1px solid #ebebeb;
	position: absolute;
	height: 200px;
	overflow-y: auto;
	left: -1px;
	top: 33px;
	display: none;
	padding: 3px 0;
}

.search .dropdown ul.areaList {
	width: 98px;
}

.search #year ul,
.search #year ul li {
	width: 78px;
}

.search .dropdown ul li {
	font-size: 12px;
	line-height: 22px;
}
.search .dropdown ul.areaList li{
	width:80px;
}
.search .dropdown li a{
    color: #333333;
}
.search .dropdown ul li:hover{
    background-color: #ff6600;
    color: #fff;
}

.search #type {
	text-indent: 8px;
}

.search #field,
.search #field li {
	width: 78px;
}

.search #field ul {
	width: 660px;
}

.search .smartbox {
	width: 567px;
	float: left;
}

.smartbox .text {
	width: 447px;
	height: 35px;
	line-height: 35px;
	float: left;
	background-color: #f2f1f1;
	border: none;
	text-indent: 10px;
	color: #aaaaaa;
}

.smartbox #searchBtn {
	width: 120px;
	height: 35px;
	float: left;
	background: #008bf6;
	border: none;
	cursor: pointer;
	font: normal 16px/35px "microsoft yahei";
	color: #fff;
}
/* #area{
    z-index:999;
    border-left: 1px solid #ebebeb;;
}
.dropdown{
    width: 98px;
    height: 33px;
    float: left;
    border:1px solid #ebebeb;
    font-size: 14px;
    line-height: 33px;
    background: url(../Images/Agencies/searchIcon.png) right center no-repeat;
    text-indent: 10px;
    color:#333;
    position: relative;
    font-family: "microsoft yahei";
}
.areaList{
    width: 98px;
}
.search .dropdown ul{
    background: fff;
    border:1px solid #ebebeb;
    position: absolute;
    height: 200px;
    overflow-y: scroll;
    left: -1px;
    top:33px;
    display: none;
    paddomg:3px 0;
}
.search .dropdown .areaList li{
    width: 80px;
}
.search .dropdown ul li{
    float:left;
    font-size: 12px;
    line-height: 22px;
} */
/* .select{
    height: 40px;
    width: 750px;
    line-height: 50px;
    margin:47px auto 0;
    overflow: hidden;
    padding:5px 10px;
    position: relative;

}
.select select{
    box-sizing: border-box;
    float: left;
    height: 100%;
    width: 13%;
    border:0;
    padding:0 25px 0 5px;
    outline: none;
    cursor: pointer;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border:1px solid #eee;
    color:#333;
    position: relative;
    border-left: 0;
}
.select:before{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;/
    background: url(../Images/Agencies/xiala.png) no-repeat;
    background-size: cover;
    top: 6px;
    left: 70px;
}
.select::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../Images/Agencies/xiala.png) no-repeat;
    background-size: cover;
    top: 6px;
    left: 165px;
}
.select input{
    box-sizing: border-box;
    float: left;
    height: 100%;
    width: 58%;
    border:1px solid #eee;
    padding:0 10px;
    background-color: transparent;
    font-size: 14px;
    color: #333;
}
.select button{
    float: right;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    width: 16%;
    height: 100%;
    font-size: 18px;
    color: #fff;
    background-color: #008bf6;
    cursor: pointer;
} */
.fixedLeft{
    position: fixed;
    top: 203px;
    left: 10px;
}
.fixedRight{
    position: fixed;
    top: 203px;
    right: 0;
}
.fixedRight a{
    width: 84px;
    height: 84px;
    display: block;
    margin-bottom: 1px;
    opacity: 0.7;
    overflow: hidden;
}
.fixedRight a:first-child{
    background: url(../Images/Agencies/rightBar.jpg) no-repeat 0 0;
}
.fixedRight a:nth-child(2){
    background: url(../Images/Agencies/rightBar.jpg) no-repeat 0 -89px;
}
.fixedRight a:nth-child(3){
    background: url(../Images/Agencies/rightBar.jpg) no-repeat 0 -178px;
}
/* footer */
/* .footer{
	box-sizing: border-box;
    width: 100%;
    background-color: #50abfd;
	overflow: hidden;
	color:#fefefe
}
.footerTop{
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}
.footerTop p{
	display: block;
	color:#fff;
	padding-top: 28px;
    margin-bottom: 24px;
    line-height: 43px;
}
.footerTop p a{
	color: #fff;
	font-size: 14px;
	padding:0 10px 0 10px;
}
.footerTop p a:hover{
    color:#f60;
    text-decoration: underline;
}
.footerTop span{
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.footerTop i{
	display: inline-block;
	font-style: normal;
	font-size: 12px;
    padding:24px 0 10px 0;
    margin-left: 24px;
    color: #fff;
}
.footerTop i a{
    color: #1200f2;
}
.footerTop em{
	display: inline-block;
	font-style: normal;
	font-size: 12px;
    padding:0 0 8px 24px;
    color: #fff;
}
.footerTop em:first-child{
    padding-left: 0;
}
.footer_bottom{
    font-size: 12px;
    margin-bottom: 10px;
    padding:0 0 0 14px;
    text-align: center;
}
.footer_bottom a{
    display: inline-block;
    width: 18px;
    height: 21px;
    background: url(../Images/Agencies/qq.png) no-repeat;
    vertical-align: top;
    margin-top: -3px;
    margin-right: 28px;
} */
