@charset "utf-8";
/*=========================Reset_start==========================*/
body, h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ol, ul, li, form, a, img, span, strong, var, em, input, textarea, select, option {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    word-break: break-all;
}

html {
    width: 100%;
    height: 100%;
    outline: 0;
    -webkit-text-size-adjust: none;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    color: #444444;
    background: #fff;
    font-family: '微软雅黑';
    font-size: 14px;
}

ul, ol {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

input, select, textarea {
    outline: 0;
}

textarea {
    resize: none;
}

th, strong, var, em {
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none; /*color: #666666;*/
}

a, input, button, span, div, p, ul, li, dl, dd, dt, select, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    tap-highlight: none;
    /*-webkit-appearance:none;*/
    font-family: '微软雅黑';
}

.Clear {
    clear: both;
}

.clear:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/*a:link,a:visited,a:hover,a:active{text-decoration:none;} */
/*==========================Reset_End===========================*/

.frame {
    width: 100%;
    height: 100%;
}

.head {
    width: 1000px;
    margin: auto;
    height: 90px;
    line-height: 90px;
}

.head .logo {
    display: inline-block;

}

.head_h {
    margin-left: 20px;

}

.head_h h3 {
    color: #ababab;
    font-size: 20px;
    height: 47px;
    line-height: 47px;
    border-left: 1px solid #bababa;
    padding-left: 15px;
    display: inline-block;
}

.main {
    background: #3f9c87;
    /*  height: 598px;*/
}

.content {
    width: 1000px;
    margin: auto;
    /*    height: 598px;*/
    position: relative;
}

.content_description {
    position: absolute;
    left: 8px;
    top: 152px;
}

.content_description h1 {
    font-size: 36px;
    margin-bottom: 22px;
}

.content_description p {
    font-size: 15px;
    margin-bottom: 17px;
}

.content_left {
    background: url(../img/fly_03.png) 120px 135px no-repeat;
    color: #fff;
    background-size: 528px 390px;
    /* height: 598px;*/
    width: 638px;

}

.content_right {
    width: 350px;
    height: 358px;
    background: #fff;
    border-radius: 8px;
    margin: 113px 0 0 9px;
    padding: 24px 26px;
}

.content_right h3 {
    padding: 10px 0 20px 0;
    font-size: 20px;
    color: #000000;
    border-bottom: 2px solid #3f9c87;
}

.content_right_dl {
    width: 300px;
    height: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    font-size: 13px;
    color: #999999;
    line-height: 40px;
    margin-top: 14px;
}

.content_right_dl span {
    width: 40px;
    display: inline-block;
    background: #efefef;
    text-align: center;
}
.content_right_dl input{
    font-size: 13px;
    color: #999999;
    width: 240px;
    padding-left: 18px;

}
.content_right_check input {
    width: 197px;
    height: 42px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    font-size: 13px;
    color: #999999;
    line-height: 42px;
    margin-top: 14px;
    padding-left: 22px;
    margin-right: 9px;
}
.content_right_btn{
    width: 300px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    background: #3f9c87;
    margin-top: 14px;
    border-radius: 4px;
    cursor: pointer;
}
.content_right_a{
    text-align: right;
    margin-top: 14px;

}
.content_right_a a {
    font-size:13px;
    color:#a2a2a2;
    margin-top: 14px;
}
.footer div{
    width: 1000px;
    margin: auto;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    color:#666666;
    text-align: center;
}
.footer div span{
    margin-left: 24px;
    display: inline-block;
}
@media screen and (min-width:1440px){

    .head,.content,.footer div{width:1043px;}
}
.code_img{
    height: 42px;
    border-radius: 4px;
    margin-bottom: 2px;
}






























