* {
    padding: 0px;
    margin: 0px;
    font-family: Arial !important;
}

html, body {
    margin: 0px;
    padding: 0px;
    min-width: 1300px;
}

.header_div {
    height: 232px;
}

.center_div {
    min-width: 1300px;
    margin: 0px auto;
}

.content_center_div {
    width: 1300px;
    min-height: 600px;
    margin: 0px auto;
}

.footer_div {
    height: 853px;
}

a {
    color: #000000;
    text-decoration: none;
}

ul {
    list-style: none;
}

.public_frame {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 0px;
}

.header_frame {
    height: 232px;
    background-color: #F2F2F2;
}

.footer_frame {
    height: 740px;
    bottom: 0px;
    background-color: #1C242F;
}


.ewm_img {
    position: fixed;
    right: 0px;
    top: calc(50% - 60px);
    z-index: 99;
}


.up_img {
    position: fixed;
    right: 20px;
    top: calc(100% - 60px);
    cursor: pointer;
}

/* span */
.span_blue {
    color: #0D50B3 !important;
}

.pointer {
    cursor: pointer !important;
}

/* 头部css */
.first_div {
    height: 42px;
    vertical-align: middle;
    background-color: #F2F2F2;
}

.img_center {
    vertical-align: middle;
}

.first_div div div {
    display: inline-block;
    line-height: 40px;
    font-size: 1rem;
}

.first_div_left {
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.first_div_right {
    position: absolute;
    right: 0px;
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}


.two_div {
    height: 130px;
    background-color: #fff;
    text-align: center;
}

.two_div3 {
    width: 19.5rem;
    height: 3.5rem;
    background-color: #FFAD2D;
    text-align: center;
    border-radius: 6px;
}

.two_div1 {
    background-image: url(/statics/pc/static/img/head/head2_left.png);
    height: 5rem;
    width: 26.5rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.two_div2 {
    background-image: url(/statics/pc/static/img/head/head2_center.png);
    background-repeat: no-repeat;
    height: 5rem;
    width: 35.7rem;
    vertical-align: middle;
    margin: 0px 25px;
    background-size: 100% 100%;
}

.two_div_all {
    width: 1366px;
    margin: auto auto;
    height: 100px;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: unset;
    white-space: nowrap;
}

.two_div_all div {
    display: inline-block;
    vertical-align: middle;
}

.two_div2_span {
    display: inline-block;
    color: #FFFFFF;
    line-height: 80px;
    font-size: 22px;
    font-family: DIN Next LT Pro;
    font-weight: normal;
}

.two_div3_span {
    font-size: 18px;
    font-family: Barlow;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 55px;
}

.two_div3_span:hover {
    color: #FFFFFF;
}

.three_div {
    height: 60px;
    background-color: #0D50B3;
    text-align: center;
}


.three_div1 {
    width: 1300px;
    margin: 0px auto;
    position: relative;
}

.three_div_ul {
    padding-top: 15px;
    overflow: hidden;
    text-overflow: unset;
    white-space: nowrap;
    text-align: left;
    display: inline-block;
    /* width: calc(100% - 150px); */
    width: 100%;
}

.three_div_ul li {
    font-family: Arial;
    display: inline-block;
    line-height: 28px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    /*font-family: Barlow;*/
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

.three_div_li_span {
    display: inline-block;
    padding: 10px 20px;
    background: #FFFFFF;
    border-radius: 7px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #010101;
    position: absolute;
    right: 0px;
    top: 10px;
    vertical-align: middle;
}

.first_div_1 {
    width: 1300px;
    margin: 0px auto;
    position: relative;
}

.right_padding {
    padding-right: 10px;
}

.xl_select {
    border: 0px;
    background-color: #F2F2F2;
    cursor: pointer;
    font-size: 16px;
    text-align: right;
}

.three_div_li_nochoose {
    border: 1px solid #0D50B3;
    cursor: pointer;
    border-radius: 5px;

}

.three_div_li_nochoose:hover {
    border: 1px solid #FFFFFF;
    cursor: pointer;
    z-index: 1;
}

.three_div_li_nochoose a {
    color: #FFFFFF;
}

.three_div_li_choose {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}

/* 底部 */
.foot_one_div {
    height: 190px;
    background-image: url(/statics/pc/static/img/foot/foot_bg.png);
    background-size: 100% 100%;
}

.foot_one_img {
    height: 99px;
    width: 99px;
    padding-top: 10%;
}

.foot_one_div_table {
    width: 1300px;
    margin: 0px auto;
    height: 80%;
}

.foot_one_div_table td {
    width: 20%;
    text-align: center;
    vertical-align: middle;
}

.foot_one_div_table td span {
    font-size: 18px;
    font-family: Barlow;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 46px;
}

.foot_two_div {
    height: 500px;
    background: #1C242F;
    color: #FFFFFF;
    padding-top: 40px;
}

.foot_two_div_left {
    display: inline-block;
    width: 35%;
    vertical-align: middle;
    height: 260px;
    padding-top: 30px;
}

.foot_two_div_all {
    width: 1300px;
    margin: 0px auto;
}

.foot_two_div_right {
    display: inline-block;
    width: 55%;
    margin-left: 5%;
    vertical-align: top;
    height: 220px;
}

.foot_two_div_left_title {
    font: 2em sans-serif;
}

.foot_two_div_left_content {
    font-size: 0.9rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.yq_p {
    vertical-align: bottom;
}

.yq {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: #4C5865;
    border-radius: 50%;
    text-align: center;
    vertical-align: bottom;
    margin-right: 5px;
    text-align: center;
}

.yq_img {
    margin-top: 9px;
    height: 20px;
    vertical-align: -webkit-baseline-middle;
}

.foot_two_div_right_table {
    height: 100%;
    width: 100%;
}

.foot_two_div_right th {
    font-size: 1.2rem;
    text-align: left;
    width: 33.3%;

    /* vertical-align: top; */
}

.foot_two_div_right td {
    font-size: 1rem;
    text-align: left;
    vertical-align: bottom;
    cursor: pointer !important;
}

.foot_two_div_right td a {
    color: #ffffff;
}

hr {
    width: 1366px;
    height: 0px;
    border: 0px;
    border-top: 1px solid #FFFFFF;
    margin: 0px auto;
    opacity: 0.3;
}

.foot_three {
    color: #FFF;
    width: 1300px;
    margin: 28px auto;
}

.foot_three_title {
    font-size: 1.5rem;
    font-family: Barlow;
    font-weight: 400;
    line-height: 32px;
}

.foot_three_content {
    font-size: 0.9rem;
    font-family: Barlow;
    font-weight: 400;
    line-height: 2rem;
    opacity: 0.7;
    text-align: justify;
}

.foot_three_content a {
    color: #ffffff;
    margin-right: 10px;
}

.clear {
    clear: both;
}

.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
    border: 0px solid #e2e2e2 !important;
}

.pagefyclass {
    width: 15px;
    height: 15px;
}
