﻿/*banner*/
.ban {
	width: 100%;
	min-width: 1000px;
    height: auto;
    padding: 45px 0;
    padding-top: 80px;
	background: url(../images/ban.jpg) no-repeat center top;
}
.ban_wrap {
    position: relative;
}
.ban h1 {
	font:700 46px "microsoft yahei";
	text-align: center;
    color:#fff;
    margin-bottom: 30px;
}
.ban h2{
    width: 510px;
    height: 79px;
    background: url(../images/ban-txt.png) no-repeat center top;
    margin-bottom: 40px;    
}
.ban .boy{
    width: 314px;
    height: 554px;
    background: url(../images/man.png) no-repeat center top;
    position: absolute;
    left: -329px;
    top: -15px;
}
.ban .girl{
    width: 314px;
    height: 554px;
    background: url(../images/girl.png) no-repeat center top;
    position: absolute;
    right:-286px;
    top: -65px;
}
.zg_con{
    width: 860px;
    background: #fff;
    border:1px solid #fff;
    box-shadow: 0 10px 10px #fce2e1;
    border-radius: 10px;
    padding:0 40px 60px;
    position: relative;
    overflow: hidden;
}
.zg_con .zg_con1oul{
  border-bottom: 1px solid #dfdfdf;
}

.zg_con .beiwang_class{
    font:400 25px/75px "microsoft yahei";
	text-align: center;
    color:#666666;
    float: left;
    width: 60px;
    margin-left: 0;
    margin-right: 60px;
    cursor: pointer;    
}
.zg_con .beiwang_class.on{
    color:#eb413d;
    border-bottom: 2px solid #eb413d;
}
.bw_con,
.bw_search{
    margin-top: 40px;
}
.bw_con ol li,
.bw_search ol li{
    height: 60px;
    margin: auto;
    margin-bottom:20px;
    border:1px solid #dfdfdf;
}
.bw_con ol li:nth-child(1) img{
    width: 28px;
    height: 24px;
}
.bw_con ol li:nth-child(2) img{
    width:32px;
    height:32px;
}
.bw_con ol li:nth-child(3) img{
    width:28px;
    height:30px;
}
.bw_con ol li:nth-child(4) img{
    width: 29px;
    height: 36px;
}
.bw_con ol li:nth-child(5) img{
    width: 24px;
    height: 28px;
}
#yzm{
    width: 120px;
}
.bw_con ol li .imgbox{
    float: left;
    width: 46px;
    height: 30px;
    text-align: center;
    margin:15px  20px;
}
/*清除默认样式*/
input{
    width: 330px;
    height: 100%;
    outline: none;
    border:none;
    background: none;
    padding-left: 15px;
    color:#999;
    font-size: 20px;
    float: left;
}
.submit {
    outline: none;
    border: none;
    width: 500px;
    height: 52px;
    margin: auto;
    margin-top: 45px;
    display: block;
    font-size: 24px;
    /* font-weight: 800; */
    color: #eb413d;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    background: url(../images/btn.png) no-repeat center;
    float: none;
    border-radius: 10px;
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    outline: none;
    width: 750px;
    height: 100%;
    color:#999;
    padding-left: 15px;
    font-size: 20px;
    background:url(../images/down.png) no-repeat center right;
    background-size:7px 7px;
    border: none;
}

/*placeholder样式*/
.bw_con input::-webkit-input-placeholder { /* WebKit browsers */
  font-size: 20px;
}

 .bw_con input::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 20px;
}

.bw_con input:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-size: 20px;
}
.bw_search .imgbox{
    float: left;
    width: 28px;
    height: 30px;
    text-align: center;
    margin:13px 20px;
}
.bw_search .imgbox img{
    width: 25px;
    height: 33px;
}
.bw_search  .result{
    font:600 20px "Microsoft YaHei";
    text-align: center;
    border-top: 1px dashed #ffcccc;
    color:#eb413d;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 90px;
}
.ban .bwl_p{
    font:400 20px "Microsoft YaHei";
    color:#fff;
    text-align: center;
    margin-bottom: 35px;
}
.id_icon{
    width: 284px;
    height: 254px;
    position: absolute;
    right: -58px;
    bottom: -96px;
    background: url(../images/id_icon.png) no-repeat bottom  right;
}
.zg_conimg{
    width: 920px;
    /* border: 1px solid #000; */
    margin-top: 43px;
}
.zg_conimg a{
    display: block;
}
.zg_conimg a img{
    width: 100%;
}
.DJS{
	display: block;
	float: right;
	width: 140px;
	text-align: center;
	font: 400 18px/60px "microsoft yahei";
	color: #eb413d;
}

	.zg_address_con {
		background: url(static/images/address_bg.jpg) no-repeat center top;width:100%;min-width: 1200px;
	}
	.zg_address_con_w {
		width: 1200px;margin: 0 auto;
	}
@media screen and (max-width: 1200px) {
	.zg_address_con {
		background: url(static/images/address_bg.jpg) no-repeat center top;width:100%;min-width: 1000px;
	}
	.zg_address_con_w {
		width: 1000px;margin: 0 auto;
	}
	.zg_address_con_w  iframe{
		width: 1000px;
	}
	.girl{display: none;}
}

