 /*清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'font_cuhei';
    src: url('font/FZLTCHJW.TTF');
}
@font-face {
    font-family: 'font_xihei';
    src: url('font/FZLTXIHJW.TTF');
}
 /*设置默认字体 **/
body, button, input, select, textarea /* for ie */ {
    font-size: 16px;
    font-family: "font_xihei",'Microsoft YaHei',"Arial","黑体";
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

address, cite, dfn, em, var, i {
    font-style: normal;
}
/* 将斜体扶正 */
code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}
/* 统一等宽字体 */
small {
    font-size: 16px;
}
/* 小于 12px 的中文很难阅读, 让 small 正常化 */

 /*重置列表元素 **/
ul, ol {
    list-style: none;
}

 /*重置文本格式元素*/ 
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    a:hover {
        text-decoration: none;
        cursor: pointer;
    }

sup {
    vertical-align: text-top;
}
/* 重置, 减少对行高的影响 */
sub {
    vertical-align: text-bottom;
}

 /*重置表单元素*/ 
legend {
    color: #000;
}
/* for ie6 */
fieldset, img {
    border: 0;
}
/* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
    font-size: 100%;
    outline: none;
}
    /* 使得表单元素在 ie 下能继承字体大小 */
    button, input[type="button"] {
        cursor: pointer;
        -webkit-appearance: none;
    }

    input::-ms-clear {
        display: none;
    }
    /*隐藏文本框叉子*/
    input::-ms-reveal {
        display: none;
    }
/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

 /*重置表格元素*/ 
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video, img {
    display: block;
    margin: 0;
    padding: 0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*以上是基础重置*/


html, body {
    font-size: 16px;
    margin: 0;
    padding: 0;
    height: 100%;
}

img {
    vertical-align: middle;
    max-width: 100%;
}
/*图片*/
.img_box {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1200px;
    text-align: center;
}

.img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.img1 {
    background-image: url(img/img1.jpg);
    height: 953px;
}

.img2 {
    background-image: url(img/img2.jpg);
    height: 852px;
}

.img3 {
    background-image: url(img/img3.jpg);
    height: 953px;
}

.img4 {
    background-image: url(img/img4.jpg);
    height: 761px;
}

.img5 {
    background-image: url(img/img5.jpg);
    height: 656px;
}

.img6 {
    background-image: url(img/img6.jpg);
    height: 2308px;
}


/*登录*/

div {
    -webkit-box-sizing: border-box;
}

.bg {
    position: relative;
    height: 100vh;
    background-image: url( img/bg.png);
    min-height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: 80%;*/
}

.logo {
    vertical-align: middle;
    width: 150px;
    position: absolute;
    left: 50px;
    top: 50px;
}

.login {
    width: 500px;
    height: 600px;
    position: absolute;
    top: 180px;
    right: 13%;
    z-index: 99;
    border-radius: 5%;
    background-color: #545252;
}

.login_box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    height: 600px;
    width: 90%;
    margin: 0 auto;
}

    .login_box .p_1 {
        font-size: 50px;
        line-height: 50px;
        font-weight: 800;
        letter-spacing: 5px;
        width: 100%;
        text-align: center;
        margin-top: 60px;
    }

    .login_box .p_2 {
        font-size: 28px;
        line-height: 28px;
        letter-spacing: 2px;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .login_box form {
        margin-top: 50px;
        width: 100%;
    }

        .login_box form img {
            position: absolute;
            top: 20px;
            left: 35px;
            width: 28px;
        }

        .login_box form input {
            position: absolute;
            top: 16px;
            left: 65px;
            width: 360px;
            height: 48px;
            font-size: 22px;
            color: #fff;
            background: transparent;
            border: none;
            padding-left: 15px;
            outline: none
        }

    .login_box input::-webkit-input-placeholder {
        /* placeholder颜色 */
        color: #fff;
    }

.acc, .pwd {
    width: 100%;
    height: 76px;
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
}

.pwd {
    margin-top: 20px;
}

.login_box button {
    display: block;
    border-radius: 40px;
    background-image: -moz-linear-gradient( 180deg, rgb(167,154,143) 1%, rgb(200,189,179) 74%, rgb(232,223,214) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(167,154,143) 1%, rgb(200,189,179) 74%, rgb(232,223,214) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(167,154,143) 1%, rgb(200,189,179) 74%, rgb(232,223,214) 100%);
    width: 100%;
    margin: 0 auto;
    height: 76px;
    border: none;
    color: #fff;
    font-size: 28px;
    letter-spacing: 10px;
    line-height: 32px;
    margin-top: 30px;
    outline: none;
}

.tip-wrap {
    width: 88%;
    margin: 0 auto;
    margin-top: 30px;
}

    .tip-wrap a {
        color: #fff;
        text-decoration: none;
        font-size: 20px;
    }

    .tip-wrap .acc_2 {
        float: left;
    }

    .tip-wrap .pwd_2 {
        float: right;
    }


/*banenr*/
/*name&phone*/
#form2 {
    background-color: #e2d7c2;
    width:100%;
    height:800px;
}
    #form2 h1 {
        font: 48px font_cuhei;
        color: #a89275;
        letter-spacing: 4px;
        padding-top: 98px;
    }
.form_box {
    width: 1140px;
    height: 510px;
    background-color: #fff;
    margin: 44px auto;
}
.form_box2 {
    width: 90%;
    margin: 0 auto;
    position:relative;
}

    .form_box2 form {
        width: 100%;
        height: 422px;
        padding-top: 98px;

    }
        .form_box2 form > ul > li {
            display: flex;
        }
        #name, #phone {
            width: 100%;
            height: 54px;
            border: 1px solid #cdcdcd;
            font-size: 16px;
            padding-left: 10px;
            line-height: 54px;
            border-radius: 6px;
            color: #4c4c4c;
        }

#phone {
    margin-left: 15px;
}
/*三级联动*/
#linkage {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.copy-select {
    width: 32%;
    line-height: 54px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
}


    .copy-select input {
        outline: none;
        text-align: center;
        width: 100%;
        height: 54px;
        border-radius: 6px;
        border: 1px solid #cdcdcd;
        background: #ffffff;
        font-size: 16px;
        cursor: pointer;
        color: #000;
        line-height: 54px;
    }


    .copy-select ul {
        border-radius: 6px;
        border: solid 1px #b2b2b2;
        background: #ffffff;
        box-shadow: 0px 7px 12px -3px rgba(100,100,100,0.5);
        position: absolute;
        top: 60px;
        left: 0;
        display: none;
        width: 100%;
        height: 294px;
        z-index: 9999;
        overflow: auto;
        color: #000;
        font-size: 16px;
    }
        /*移除滚动条*/
        .copy-select ul::-webkit-scrollbar {
            display: none;
        }

        .copy-select ul li {
            list-style: none;
            height: 42px;
            line-height: 42px;
        }

            .copy-select ul li:hover {
                background-color: #a89275;
                color: #fff;
            }

input::-webkit-input-placeholder {
    color: #b1b1b1;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b1b1b1;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b1b1b1;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b1b1b1;
}
/*-------------多选框-------------*/
.zg-checkbox {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 30px;
}

/*.zg-checkbox-bot {
    margin-top: 10px;
}*/

.zg-checkbox-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}


/*.zg-checkbox h1 {
    color: #343434;
    font-size: 16px;
}*/

.zg-checkbox h2 {
    text-align: left;
    font-size: 20px;
    color: #4c4948;
    letter-spacing: 2px;
}

/*.zg-checkbox span {
    color: #000;
}*/

/*去除原有复选框*/
input[type='checkbox'].checkbix {
    position: absolute;
    opacity: 0;
    z-index: -1;
    -webkit-appearance: none; /*去掉ios默认样式*/
    appearance: none;
}

    input[type='checkbox'].checkbix + label {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: inherit;
        -webkit-transition: all 250ms cubic-bezier(.4,.0,.23,1);
        transition: all 250ms cubic-bezier(.4,.0,.23,1);
        margin-bottom: .15rem;
        color: #4c4948;
        font-size: 20px;
    }

        input[type='checkbox'].checkbix + label > span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: .5em;
            background: transparent;
            border: .1rem solid #a1a1a1; /*描边颜色*/
            cursor: pointer;
            -webkit-transition: all 250ms cubic-bezier(.4,.0,.23,1);
            transition: all 250ms cubic-bezier(.4,.0,.23,1);
            position: relative;
            width: 1.25rem;
            height: 1.25rem;
            border-radius: 4px;
        }

    input[type='checkbox'].checkbix:checked + label > span {
        background: #a89275;
        /*点击后复选框颜色*/
        border: .1rem solid transparent;
        -webkit-animation: reveal 200ms cubic-bezier(.4,.0,.5,1);
        animation: reveal 200ms cubic-bezier(.4,.0,.5,1);
    }

    input[type='checkbox'].checkbix:checked + label {
        color: #a89275;
        /*点击后字体颜色*/
    }
        /*√*/
        input[type='checkbox'].checkbix:checked + label > span:before {
            content: "";
            margin: auto;
            position: absolute;
            top: -1px;
            left: 0;
            bottom: 0;
            right: 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-animation: checkboxcheck 125ms 50ms cubic-bezier(.1,.0,.1,1) forwards;
            animation: checkboxcheck 125ms 50ms cubic-bezier(.1,.0,.1,1) forwards;
            border-right: 0.15rem solid transparent;
            border-bottom: 0.15rem solid transparent;
        }

/*选择动画*/
@-webkit-keyframes reveal {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    33% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes reveal {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    33% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes checkboxcheck {
    0% {
        width: 0;
        height: 0;
        border-color: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    33% {
        width: .3em;
        height: .4em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    100% {
        width: .3em;
        height: .7em;
        border-color: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes checkboxcheck {
    0% {
        width: 0;
        height: 0;
        border-color: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    33% {
        width: .3em;
        height: .4em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    100% {
        width: .3em;
        height: .7em;
        border-color: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}


button {
    width: 300px;
    height: 44px;
    background-color: #a89275;
    border-radius: 8px;
    margin-top: 60px;
    outline: none;
    -webkit-appearance: none;
    border: none;
    color: white;
    font-size: 28px;
    text-indent: 30px;
    letter-spacing: 30px;
    float:right;
}

/*电话热线*/
.form_box2 > p {
    position: absolute;
    top: 415px;
    left: 0;
    font-size: 24px;
    color: #a89275;
    font-weight: 600;
    letter-spacing:2px;
}
/*-------------按钮-------------*/
/*.form_box2 h3 {
    color: #DE2D26;
    line-height: 26px;
    font-size: 26px;
    margin-top: 19px;
    margin-left: -12px;
}*/
/*form end*/
.footer {
    width: 100%;
    height: 100px;
    background-image: url(images/pc_15.jpg);
    position: fixed;
    z-index: 999;
    bottom: 0px;
    -moz-box-shadow: 2px 2px 10px #940b0f;
    -webkit-box-shadow: 2px 2px 10px #940b0f;
    box-shadow: 2px 2px 10px #940b0f;
}

.footer_box {
    width: 920px;
    height: 130px;
    margin: auto;
}

    .footer_box li {
        width: 420px;
        height: 56px;
        background: linear-gradient(0deg,rgba(255,198,125,1),rgba(255,231,198,1));
        border-radius: 18px;
        margin-top: 24px;
        outline: none;
        -webkit-appearance: none;
        border: none;
        font-size: 32px;
        line-height: 56px;
        text-align: center;
        float: left;
    }

        .footer_box li a {
            color: #ab1815;
            display: block;
            width: 420px;
            height: 56px;
        }

    .footer_box .right {
        float: right;
    }
/*包含以下四种的链接*/
a {
    text-decoration: none;
    color: #fff;
}
    /*正常的未被访问过的链接*/
    a:link {
        text-decoration: none;
    }
    /*已经访问过的链接*/
    a:visited {
        text-decoration: none;
    }
    /*鼠标划过(停留)的链接*/
    a:hover {
        text-decoration: none;
    }
    /* 正在点击的链接*/
    a:active {
        text-decoration: none;
    }
