* {
    margin: 0;
    padding: 0;
}

div,
p,
ul,
li,
button,
textarea,
input,
html,
body {
    margin: 0;
    padding: 0;
    list-style: none;
    /*font-family: "苹方", "Microsoft YaHei", "微软雅黑", arial, tahoma, \5b8b\4f53, sans-serif;*/
    font-family: MicrosoftYaHei;
}

.clear:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.clear {
    zoom: 1;
}

ul,
li {
    list-style: none;
}

input,
textarea,
select,
a:focus {
    outline: none;
}

iframe {
    display: none !important;
}

/*头部*/
.zj_pc_head {
    height: 120px;
    line-height: 120px;
    width: 1200px;
    margin: 0 auto;
}

.zj_pc_head_left {
    float: left;
    width: 350px;
    margin-top: 30px;
}

.zj_pc_head_logo {
    width: 100%;
    overflow: hidden;
    float: left;
    height: 70px;
}

.zj_pc_head_right {
    float: right;
}

.zj_pc_head_right img {
    width: 60px;
    height: 56px;
    float: left;
    margin-top: 28px;
}

.zj_pc_head_right span {
    font-size: 40px;
    font-weight: normal;
    color: #144D91;
    margin-left: 10px;
    float: left;
}

/*底部*/
.zjtg_footer {
    background-color: #a9a9a9;
    /* height: 160px; */
    min-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 30px 0 20px;
}

.zjtg_footer p {
    margin-bottom: 10px;
}

.zjtg_footer_p1 {
    width: 100%;
    /* margin-top: 20px; */
}

.zjtg_footer_p1 span {
    color: #282828;
    font-size: 16px;
    display: inline-block;
}

.zjtg_footer_p1 span:nth-child(2) {
    margin-left: 10px;
}

.zjtg_footer_p2 {
    width: 100%;
    /* padding-top: 40px; */
}

.zjtg_footer_p2 span {
    display: inline-block;
    color: #282828;
    font-size: 24px;
    margin-left: 30px;
}

.zjtg_footer_p2 span:nth-child(1) {
    margin-left: 0;
}

/*客服*/
.zjtg_kf {
    position: fixed;
    bottom: 50%;
    right: 0;
    z-index: 9999999;
}

.zjtg_kf_img {
    width: 170px;
    height: 130px;
}

/*提示框*/
.zj_tsm {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 662;
    text-align: center;
}

.zj_ts {
    height: 70px;
    width: 240px;
    background-color: #000000;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -35px -120px;
    text-align: center;
    overflow: hidden;
    z-index: 666;
    border-radius: 10px;
    line-height: 70px;
    padding: 0 10px;

}

.zj_ts_text {
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
}

/*弹窗表单*/
.model_form {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 20;
}

.model_form1 {
    width: 560px;
    height: 485px;
    position: absolute;
    left: calc((100% - 560px)/2);
    top: calc((100% - 485px)/2);
    background: rgba(255, 255, 255, 1);
    text-align: center;
    overflow: auto;
    box-shadow: 0 0 7px 0 rgba(245, 202, 34, 0.73);
    /*box-shadow:0px 0px 7px 0px rgba(46,188,209,0.73);*/
    border-radius: 10px;
}

.zj_form {
    padding: 25px 50px;
    font-size: 0;
    position: relative;
    text-align: center;
}

.zj_form_title {
    font-size: 30px;
    color: #000000;
}

.zj_form_input1 {
    height: 60px;
    background: #ffffff;
    border-radius: 20px;
    margin-top: 27px;
    padding: 6px;
    line-height: 70px;
    overflow: hidden;
    border: 1px solid #F5CA22;
    /*border: 1px solid #2EBCD1;*/
}

.zj_form_input1 img {
    float: left;
    width: 50px;
    height: 46px;
    margin: 5px 20px;
}

.zj_form_input1 p {
    float: left;
    width: 2px;
    height: 50px;
    background-color: #7D7D7D;
    margin-top: 5px;
}

.zj_form_input1 span {
    float: left;
    font-size: 24px;
    color: #AEAEAE;
    margin: 0 16px;
}

.zj_form_input1 input {
    height: 60px;
    border: none;
    float: left;
    font-size: 24px;
    color: #383838;
    line-height: 60px;
    width: 320px;
    margin: 0 15px;
}

input::-webkit-input-placeholder {
    color: #AEAEAE;
    font-size: 24px;
    text-align: left;
    /*font-weight:bold;*/
}

.zj_form_but {
    height: 65px;
    background-color: #144D91;
    /*background-color: #EB6DA5;*/
    font-size: 36px;
    color: #FFFFFF;
    border-radius: 10px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    margin: 27px auto 0;
    cursor: pointer;
}

.zj_form_close {
    width: 43px;
    height: 43px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.zj_form_close img {
    width: 100%;
    height: 100%;
}


.copyright {
    text-align: center;
    font-size: 18px;
    color: #b4b4b4;
    line-height: 2;
}

.copyright p {
    text-align: center;
}