html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

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

body {
    font-family: "Alibaba PuHuiTi!important";
    font-size: 16px;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

li {
    list-style: none;
}

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

a {
    text-decoration: none;
    color: #232323;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

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

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

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

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

.clearFix {
    zoom: 1;
}

.clear_float:after {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    content: '';
    visibility: hidden;
}

.bottom-box {
    background: linear-gradient(86.7deg, #0366F3 0%, #0092B9 100%);
    padding: 50px;
}

.bottom_info {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    color: #fff;
}

.bottom_left {
    width: 99%;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    flex-direction: column;
}

.big_left {
    width: 600px;
    padding-right: 80px;
    border-right: 1px dashed rgba(255, 255, 255, 0.5);
}

.bottom_nav {
    width: 300px;
}

.bottom_nav_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.bottom_nav_box li {
    margin-right: 20px;
    margin-bottom: 5px;
    color: #fff !important;
}

.bottom_title {
    font-size: 18px;
    margin-bottom: 20px;
}

.hs_phone {
    font-size: 24px;
    margin-bottom: 5px;
}

.left_bottom {
    margin-top: 20px;
}

.bottom_ly {
    background: #fff;
    padding: 16px
}

.bottom_ly button {
    display: inline-block;
    float: right;
    width: 130px;
    border: none;
    background: #EBA228;
    color: #fff;
    padding: 16px;
    position: relative;
    top: -16px;
    left: 16px;
    cursor: pointer;
    height: 48px;
    line-height: 18px;
}

.bottom_right {
    width: 600px;
    margin-left: 50px;
    display: flex;
    justify-content: space-around;
}

.dizhi_img {
    width: 180px;
    height: 180px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

.bottom_right img {
    width: 100%;
    height: 100%;
}



.gzh_img {
    width: 180px;
    margin-bottom: 20px;
    height: 180px;
}

/* 侧边悬浮导航 */
.right_nav {
    right: 0;
    top: 200px;
    position: fixed;
    text-align: left;
    overflow: hidden;
    z-index: 999;
}

.right_nav li {
    background: #155DFC;
    margin: 4px 0;
    padding: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    position: relative;
    right: -70px;
}

.right_nav li .iconBox1 {
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.right_nav li img {
    width: 30px;
    height: 30px;
}

.right_nav li h4 {
    color: #fff;
    font-size: 14px;
    margin: 2px 0;
    margin-left: 15px;
}

.right_nav li:hover {
    background: #EBA228
}

.bottom_bah {
    font-size: 18px;
    margin-bottom: 10px;
}

.dz_btm {
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    margin-bottom: 25px;
}

.cp_r {
    font-size: 12px;
}

.right_one {
    padding-right: 50px;
    border-right: 1px dashed rgba(255, 255, 255, 0.5);
}

.right_nav li .hideBox {
    display: none;
    position: absolute;
    right: 120px;
    padding: 10px;
    padding-right: 15px;
    top: -10px;
    z-index: 999;
}

.right_nav li .hideBox .hb {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 20px;
    border-top: 2px solid #155DFC;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
}

.right_nav li .hideBox .hb h5 {
    padding: 5px 0;
    border-bottom: 2px solid #ccc;
    color: #155DFC;
    font-size: 16px;
    font-weight: 400;
    display: block;
    white-space: nowrap;
    margin-bottom: 10px;
}

.right_nav li .hideBox .hb p {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
}

.right_nav li .hideBox .hb .qqtalk {
    margin-top: 10px;
}

.right_nav li .hideBox .hb .qqtalk a {
    display: flex;
    align-items: center
}

.right_nav li .hideBox .hb .qqtalk img {
    width: 25px;
    height: 25px;
}

.right_nav li .hideBox .hb .qqtalk p {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    margin-top: -5px;
    margin-left: 5px;
}

.right_nav li:nth-child(3) .hideBox img {
    width: 120px;
    height: 120px;
}

/* 公共头部 */
.top_nav {
    padding: 15px 0;
    background: #fff;
    width: 1200px;
    margin: 0 auto;
}

.top_nav_con {
    display: flex;
    align-items: center;
}

.navhp a Specificity: (0, 1, 1) {
    text-decoration: none;
    color: #333;
    padding: 18px 22px;
    font-size: 16px;
    transition: color .2s;
}

.main-body {
    min-width: 1280px;
    margin: 0 auto;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #fff;
}

.navhp {
    display: flex;
    margin-left: auto;
}

.navhp a {
    text-decoration: none;
    color: #333;
    padding: 18px 38px;
    font-size: 16px;
    transition: color .2s;
}

.logo_box {
    width: 360px;
    margin-right: 30px;
    display: flex;
}

.logo_box img {
    width: 74%;
}

.nav-item a:hover {
    background: linear-gradient(86.7deg, #0366F3 0%, #0092B9 100%);
    color: #fff;
}

.njy_font {
    background: linear-gradient(86.7deg, #0366F3 0%, #0092B9 100%);
    color: #fff;
    padding: 2px 8px;
    margin-left: 10px;
    text-align: center;
    line-height: 34px;
    border-radius: 10px;
    height: 38px;
    margin-top: 3px;
}