html {
    font-family: "Microsoft YaHei";
    color: #333;
    font-size: 100px;
}

html,
body {
    width: 100%;
    min-width: 7.5rem;
    height: 100%;
}

.doem {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: bisque;
    z-index: 9999999;
}

a img {
    border: 0;
    width: 100%;
    height: 100%;
}

body,
p,
ul,
ol,
dl,
dd,
dt,
p,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 0.14rem;
    text-indent: 0;
}

* {

    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}


img {
    vertical-align: middle;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    *zoom: 1;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

input,
button,
select,
textarea {
    outline: none;
    border: none;
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left
}

.fr {
    float: right
}

.ov {
    overflow: hidden;
}

.shetalter {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    z-index: 999999999999999999;
    display: none;
}

.alter {
    width: 500px;
    height: 130px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 50%;
    margin-left: -250px;
    font-size: 14px;
    text-align: left;
    color: #666;
    margin-block-end: auto;
    text-indent: 20px;
    border-radius: 10px;
    padding-left: 20px;
}

.alter p:nth-child(1) {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    line-height: 40px;
}

.btn {
    width: 50px;
    height: 30px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 30px;
    background-color: #AB62F7;
    text-align: center;
    line-height: 30px;
    text-indent: 0px;
    border-radius: 6px;
}

.header {
    height: 50px;
    width: 100%;
    min-width: 1020px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 9999;
    background-color: #fff;
}

.header .wrapper {
    width: 1020px;
    margin: 0 auto;
}

.header .wrapper .logo {
    width: 176px;
    height: 70px;
    line-height: 70px;
    margin-top: -6px;
}

.header .wrapper .logo h1 a {
    display: block;
    width: 176px;
    height: 63px;
    background: url("../images/logo.png") no-repeat center;
    background-size: 176px;
    text-indent: -9999em;
    color: #fff;
}

.header .wrapper .head_nav_list {
    margin: 28px 0 0 28px;
}

.header .wrapper .head_nav_list ul li {
    margin-right: 20px;
    line-height: 10px;
}

.header .wrapper .head_nav_list ul li a {
    display: inline-block;
    font: 16px/16px "Microsoft YaHei", "SimSun", "Arial Narrow", HELVETICA;
    /* color: #fff; */
}

.header .wrapper .head_nav_list ul li a:hover {
    color: #e60000;
    text-decoration: underline;
}

.header .wrapper .head_nav_list ul .evenList {
    width: 1px;
    height: 12px;
    display: block;
    background-color: #fff;
    margin-top: 3px;
}

.header .wrapper .phone_number {
    height: 70px;
    line-height: 70px;
}

.header .wrapper .phone_number a {
    display: inline-block;
    height: 70px;
    font: 18px "Microsoft YaHei";
    line-height: 68px;
    color: #231815;
}

.header .wrapper .phone_number a img {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: auto;
}

.footer {
    position: relative;
    width: 100%;
    min-width: 1000px;
    height: 140px;
    left: 0;
    bottom: 0;
    padding-top: 33px;
    color: #333;
    background: #daae79;
    background-size: 1920px;
}

.footer .content {
    position: relative;
    z-index: 9;
    width: 1020px;
    margin: 0 auto;
}

.footer .content p {
    margin-bottom: 10px;
    text-align: center;
    font: 16px "Microsoft YaHei";
}

.footer .content a {
    color: #333;
}

.footer .content a:hover {
    color: #e60001;
}

.warpper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}


/* 背景 */
.ejbm_warp {
    width: 100%;
    background: url(../images/shape1.png) no-repeat center bottom fixed;
    max-width: 100%;
    /* background-size: 100% 100%; */
    min-height: 100%;
}

.ejbm_head {
    /* height: 54px; */
    overflow: hidden;
    background-color: #ab161c;
}

.ejbm_head::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.37);
    position: absolute;
    top: 55px;
    left: 0;
}

.ejbm_head .logo {
    width: 164px;
    /* height: 29px; */
    padding-top: 12px;
}

.head_list {
    overflow: hidden;
}

.head_list ul li {
    float: left;
    line-height: 55px;
    padding-left: 20px;
}

.head_list ul li a {
    width: 100%;
    height: 100%;
    color: #fff;
}

.ejbm_cont {
    overflow: hidden;
}

.ejbm_cont_txt1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 50px;
    padding-top: 15px;
    padding-bottom: 7px;
    letter-spacing: 2.5px;
}

.ejbm_cont_txt2 {
    font-size: 22px;
    text-align: center;
    color: #fff;
    letter-spacing: 1.4px;
    margin-bottom: 15px;
}

.ejbm_cont_fot {
    overflow: hidden;
    padding-top: 80px;
}

.ejbm_cont_fot_left {
    float: left;
    margin-left: 150px;
    width: 485px;
    margin-right: 60px;
}

.ejbm_cont_fot_left h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.ejbm_cont_fot_left p {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #333;
}

.ejbm_cont_fot_left p span {
    color: #ab161c
}

.ejbm_cont_fot_right {
    float: left;
    width: 390px;
    height: 385px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 6px 0px rgba(163, 163, 163, 0.5);
    padding-top: 46px;
    padding-left: 50px;
}

.ejbm_cont_txt3 {
    font-size: 24px;
    margin-bottom: 7px;
}

.ejbm_cont_fot_right_form {
    overflow: hidden;
}

.ejbm_cont_item {
    width: 290px;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    margin-top: 17px;
    position: relative;
}


.ejbm_cont_item select {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    color: #333;
    text-indent: 15px;
    border: 1px solid rgba(195, 195, 195, 1);
    background: url(../images/icon1.png) no-repeat;
    background-position: 93% 16px;
}

.ejbm_cont_item input {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    text-indent: 15px;
    color: #333;
    -webkit-text-fill-color: #666;
    text-fill-color: #666;
    border: 1px solid rgba(195, 195, 195, 1);
}

.ejbm_cont_item .getyzm {
    cursor: pointer;
    width: 94px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    font-size: 14px;
    color: #ab161c;
    text-align: center;
}

.ejbm_cont_item .getyzm::before {
    content: "";
    width: 1px;
    height: 16px;
    background: rgba(102, 102, 102, 1);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.ejbm_cont_btn {
    width: 290px;
    height: 50px;
    background: #ab161c;
    border-radius: 2px;
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
}

.ejbm_foot {
    font-size: 16px;
    font-weight: bold;
    color: #232ec5;
    text-align: center;
    margin: 80px;
}