body,h1,h2,h3,h4,p,dl,dd,ul,ol,form,input,textarea,th,td,select{margin: 0;padding: 0;}
em{font-style: normal;}
li{list-style: none;}
a{text-decoration: none;}
img{border: none;vertical-align: middle;}
table{border-collapse: collapse;}
input,textarea{outline: none;}
textarea{resize:none;overflow: auto;}
body{font-size:12px;font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; 
}
html,body{
	height: 100%;
}
.wrap{
	background: url("../img/bg1.jpg");
	height: 100%;
}
.conwrap{
	width: 750px;
	margin: 0 auto;
	box-shadow: 0px 0px 12px #797878;
	color: #6a6a6a;
	padding-top: 40px;
	position: relative;
    top: 10%;
    background-image: url(../img/apply_bg.jpg);
}
.conwrap:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(232,210,161,0.8), transparent);
    top: 0;
    left: 0;
    z-index: 0;
}
.con{
	width: 530px;
	margin: 0 auto;
	padding: 5px 10px;
	position: relative;
	z-index: 1;
}
.con h1 {
    font-size: 33px;
    font-weight: normal;
    padding: 25px 0;
    color: #f28622;
    text-align: center;
    border-bottom: 1px solid #f28622;
    font-weight: bold;
}
.apply_con_l{
    margin-top: 30px;
    margin-bottom: 50px;
}
.apply_con_l li {
    width: 380px;
    line-height: 42px;
    height: 45px;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.apply_con_l h2 {
    font-size: 18px;
    font-weight: normal;
    width: 100px;
    position: absolute;
    top: 0;
    margin: auto;
    text-align: center;
    height: 33px;
    line-height: 33px;
    z-index: 1;
    left: 0;
    color: white;
    background: #e1a23f;
    border-right: none;
}
.choose{
    margin-left: 13px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}
.apply_con_l h3 {
    font-size: 18px;
    font-weight: normal;
    width: 100px;
    display: inline-block;
    text-align: center;
    height: 35px;
    line-height: 33px;
    color: white;
    background: #fe9600;
    border-right: none;
    vertical-align: middle;
}
.apply_con_l textarea {
    font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif";
    width: 270px;
    position: absolute;
    right: 0;
    font-size: 16px;
    height: 23px;
    line-height: 23px;
    padding: 5px;
    color: #333;
    background: white;
    border: none;
    border-left: none;
    white-space: nowrap;
}
.apply_con_l p {
    margin: 0 11%;
    color: #330b03;
    font-size: 12px;
    text-align: justify;
    margin-top: 15px;
}

.btn {
    font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif";
    display: block;
    border: none;
    background: #e1a23f;
    border: 1px solid #cc933a;
    width: 255px;
    height: 38px;
    color: white;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 5px;
}

.tipbox{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	width: 200px;
	height: 50px;
	text-align: center;
	padding: 7px;
	top: 46%;
	z-index: 10;
}
.tipbox:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
    width: 214px;
    height: 64px;
	background: #6F6F6F;
	z-index: -1;
	border-radius: 10px;
	opacity: 0.7;
}
.tipbox div{
	width: 200px;
	height: 50px;
	background: white;
}
@media screen and (min-width:300px) and (max-width:500px) {
	html, body {
	    height: 100%;
	}
    .conwrap{
        top: 0;
        height: 100%;
    }
	.wrap{
		background-size: 80%;
        height: 100%;
	}
	.conwrap {
		width: 100%;
		padding: 0;
        background-attachment:fixed;
	}
	.con{
		width: 90%;
        height: 100%;
        padding: 0 10px;
	}
	.info{
		width: 93% !important;
	}
    .apply_con_l li {
        width: 90%;
    }
    .apply_con_l p {
        margin: 0 6%;
        margin-bottom: 3px;
    }
    .apply_con_l p span{
        display: inline-block;
    }
    .apply_con_l {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .con h1 {
        font-size: 30px;
        padding: 20px 0;
    }
    .apply_con_l textarea{
        width: 64%;
    }
    .apply_con_l h2 {
        width: 33%;
    }
    .call{
    	margin-top: 6% !important;
    }
}

@media screen and (min-width:300px) and (max-width:320px) {
    .con h1 {
        font-size: 25px;
    }
     .call{
    	margin-top: 6% !important;
    }
}
