@media all and (min-width:900px){
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
i,

strong {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}
a{text-decoration:none !important}
input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.clear{
    clear: both !important
}



.box{
    width: 100%;
    position: fixed;
    top: 40%;
    left: 0px;
    z-index: 99;
    display: none;

}
.box .center{
    width: auto;
    margin:0 0 0 43%;
    float: left;
    padding: 20px 30px 20px 20px;
    background: #fff;
    box-shadow: 0px 0px 21px rgba(0,0,0,.2);
}
.box .center img{
    width: 33px;
    float: left;
}

.box .center span span {
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 7px;
}





/*banner*/
.banner{
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
}
.banner .position{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}
.banner .position .title{
    width: 100%;
    margin: 12% 0 0 0;
    text-align: center;
    font-size: 48px;
    color: #fff;
}
.banner .position .brief{
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: #fff;
}




/*content*/
.content{
    width: 1200px;
    margin: 100px auto 0;
}
.content .left{
    width: 48.33%;
    border-right: 1px dashed #ccc;
    float: left;
}
.content .left .equirement_title{
    width: 100%;
    font-size: 18px;
    color: #1b1b1b;
}
.content .left .equirement_min{
    margin-top: 14px;
    font-size: 14px;
    color: #696969;
    line-height: 30px;
}
.content .left .apply_title{
    width: 100%;
    font-size: 18px;
    color: #1b1b1b;
    margin-top: 56px;
}

.content .left .apply_min{
    margin-top: 14px;
    font-size: 14px;
    color: #696969;
    line-height: 30px;
}
.content .left .apply_min span{
    color: #ec4344;
}
.content .left .tips{
    color: #a4a4a4;
    font-size: 14px;
    margin-top: 56px;
}



.content .right{
    width: 46.41%;
    float: right;
}

.content .right .title{
    width: 100%;
    font-size: 18px;
    color: #1b1b1b;
}
.content .right .min{
    width: 100%;
    margin-top: 30px;
}
.content .right .min ul li{
    width: 100%;
    margin-top: 15px;
}
.content .right .min ul li:nth-child(1){
    margin-top: 0;
}
.content .right .min ul li span{
    display: block;
    float: left;
    font-size: 14px;
    color: #696969;
    margin-top: 12px;
    width: 12%;

}
.content .right .min ul li input{
    outline: none;
    width: 86.17%;
    float: right;
    height: 43px;
    background: #fff;
    border:1px solid #e2e2e2;
    border-radius: 5px;
    text-indent: 10px;
}
.content .right .min ul li textarea{
    outline: none;
    width: 86.17%;
    float: right;
    height: 98px;
    background: #fff;
    border:1px solid #e2e2e2;
    border-radius: 5px;
    resize:none;
    text-indent: 10px;
    padding: 4px 0;
}
.content .right .min ul li .code{
    width: 86.17%;
    float: right;
}
.content .right .min ul li .code input{
    width: 65.33%;
    float: left;
}
.content .right .min ul li .code img{
    width: 30%;
    float: right;
}
.content .right .min ul li .left{
    border-right: none;
}
.content .right .min ul li .left input{
    width: 71%;
}
.content .right .min ul li .left span{
    width: 25%;
}
.content .right .min ul li .right input{
    width: 84%;
}
.content .right .min ul li .right span{
    width: 15%;
}
.content .right .min .button{
    width: 31.36%;
    padding: 14px 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #ec4344;
    margin: 20px auto 0;
    border-radius: 5px;
    cursor: pointer;
}
}