.banner{
	height: 950px;
	background: url(../images/body_bk.jpg) no-repeat center center;
	background-size:cover;
}
.banner_con{
	width:1000px;
	margin:0 auto;
}
.titleImg{
	width:775px;
	height:155px;
	display: block;
	margin:0 auto;
}
.banner_con h1{
	line-height:30px;
	font-size:23px;
	color: #1b1628;
	text-align:center;
	font-weight: normal;
	padding-top:10px;
}
.content{
	overflow: hidden;
	padding-top:34px;
}
.zg_shidu{
	width:512px;
	margin:0 9px;
	height:544px;
	float: left;
	position: relative;
}
.zg_shidu .shidu_con{
	width:406px;
	height:544px;
	margin:0 auto;
}
.zg_shidu .shidu_con .auto-con{
	width:406px;
	height:530px;
	position:relative;
    overflow: hidden;
}
.zg_shidu   .auto-con .auto-list{
	height:530px;
	position: absolute;
	left:0;
	top:0;
}
.zg_shidu   .auto-con .auto-list .auto-item{
	height:530px;
	width:406px;
	float: left;
}
.zg_shidu  .auto-con .auto-list .auto-item img{
	display: block;
	height:559px;
	width:427px;
}
.zg_shidu  .btn{
	width:44px;
	height:80px;
	position: absolute;
	top:50%;
	margin-top:-40px;
	display: block;
	cursor: pointer;
}
.zg_shidu  .btn.preBtn{
    background: url(../images/right_btn.png) no-repeat center center;
    left:0;
    opacity: 0.6;
}
.zg_shidu  .btn.preBtn:hover{
    opacity: 1;
}
.zg_shidu  .btn.nextBtn{
    background: url(../images/left_btn.png) no-repeat center center;
    right:0;
    opacity: 0.6;
}
.zg_shidu  .btn.nextBtn:hover{
    opacity: 1;
}
.bd_wrap{
	width:408px;
	height: 532px;
	float: left;
	background: #fff;
}
.bd_wrap img.title{
	width:233px;
	height: 65px;
	margin:0 auto;
	display: block;
	padding:38px 0 15px 0;
}
.bd_wrap p.bd_text{
	width:345px;
	line-height: 28px;
	color: #787878;
	font-size: 17px;
	margin:0 auto;
	padding-bottom: 10px;
	text-align: justify;
}
.bd_wrap p.bd_text span{
	color: #403559;
}
.book_list{
	width:308px;
	margin:0 auto;
}
.book_list li{
	width:100%;
	height: 45px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
}
.book_list li label{
	display: block;
	float: left;
	width:70px;
	padding-left:10px;
	line-height: 45px;
	color: #787878;
	font-size:20px;
}
.book_list li input,select{
	display: block;
	float: left;
	width:228px;
	height: 45px;
	border:none;
	line-height: 45px;
	font-size:16px;
	color: #333;
	outline: none;
}
 input::-webkit-input-placeholder{
    color: #333;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #333;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #333;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #333;
}
.book_list li.yzm input{
	width:120px;
}
.book_list li.yzm .yzm_btn{
	display: block;
	width:100px;
	padding-right:8px;
	text-align: right;
	line-height: 45px;
	color: #787878;
	font-size:16px;
	float: left;
	height: 45px;
}
.book_list li.yzm #daojishi{
	display: block;
	width:100px;
	padding-right:8px;
	text-align: right;
	line-height: 45px;
	color: #787878;
	font-size:12px;
	float: left;
	height: 45px;
	display: none;
}
.book_list li.book-submit{
	border:none;
	height: 61px;
	padding-top:30px;
}
.book_list li.book-submit input{
	width:281px;
	height: 61px;
	background: url(../images/submit_bk.jpg) no-repeat center center;
	display: block;
	margin:0 auto;
	cursor: pointer;
	margin-left:14px;
}
.book_list li.book-submit input:hover{
	background: url(../images/submit_bk1.jpg) no-repeat center center;
}
p.tip{
	width:929px;
	height: 64px;
	margin:0 auto;
	margin-top:40px;
	background: url(../images/p_bk1.png) no-repeat center center ;
	line-height: 60px;
	font-size:28px;
	color: #21c9d8;
	text-align: center;
}
p.tip:hover{
	background: url(../images/p_bk2.png) no-repeat center center ;
}
p.tip:hover a{
	color: #fff;
}
p.tip a{
	display:inline-block;
	color: #fff;
}
p.tip a span{
	color: #ffb65a;
	display: inline-block;
	padding-left: 5px;
}
/*zg_zixun*/
.zixunWrap{
	width:176px;
	height:462px;
	position: fixed;
	right:0;
	top:200px;
	z-index:10001;
}
.zg_zixun{
	width:176px;
	height:462px;
	background: url(../images/zixun.png) no-repeat center center;
	padding-top:1px;
}
.zixun_close{
	width:28px;
	height:28px;
	position: absolute;
	display: block;
	top:133px;
	right:20px;
	cursor: pointer;
}