/*css åˆå§‹åŒ– */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img,
input,
button {
    /*fieldsetç»„åˆè¡¨å•ä¸­çš„ç›¸å…³å…ƒç´ */
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul,
ol {
    list-style: none;
    /*æ¸…é™¤åˆ—è¡¨é£Žæ ¼*/
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

/*é˜²æ­¢å¤šè¡Œæ–‡æœ¬æ¡†æ‹–åŠ¨*/
img {
    border: 0;
    vertical-align: middle;
}

/*  åŽ»æŽ‰å›¾ç‰‡ä½Žæµ‹é»˜è®¤çš„3åƒç´ ç©ºç™½ç¼éš™*/
table {
    border-collapse: collapse;
    /*åˆå¹¶å¤–è¾¹çº¿*/
}


body {
    font: 12px/150% "Source Han Sans-CN", "PingFangSC-Regular","Consolas","monospace","Microsoft Yahei";
    color: #232323;
    background: #fff;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

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

a:hover {
    /* color: #000; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s,
i,
em {
    font-style: normal;
    text-decoration: none;
}

.col-red {
    color: #000 !important;
}

/*å…¬å…±ç±»*/
.w {
    /*ç‰ˆå¿ƒ æå– */
    width: 1210px;
    margin: 0 auto;
}

.h_100 {
    height: 100%;
}

.w_100 {
    width: 100%;
}

.wh_100 {
    width: 100%;
    height: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.hide {
    display: none;
}

.flex {
    display: flex;
}

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

.flex_center_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_center_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_column {
    display: flex;
    flex-flow: column;
}

.flex_column_center {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.flex_column_between {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

/* ------------ */
body,
html {
    width: 100%;
    height: 100%;
}

.home_page {
    width: 100%;
    height: 100%;
}

.container {
    padding-top: 76px;
    box-sizing: border-box;
    width: 100%;
}

.container .banner {
    width: 100%;
}

.container .banner img {
    width: 100%;
}

.main.w {
    padding: 60px 60px 60px 100px;
    box-sizing: border-box;
}
.main>.w {
    box-sizing: border-box;
}
.main {
    box-sizing: border-box;
    position: relative;
}

.main>.w {
    padding: 100px;
    z-index: 66;
}

.main .content {
    padding-left: 200px;
    display: inline-block;
}

.c_f4cc20 {
    color: #f4cc20;
}

/* åŠåœ† */
.bg_img {
    position: absolute;
    top: 560px;
    left: 0;
}

/* ä¾§è¾¹æ  */
.sidebar {
    position: absolute;
}

.sidebar>span {
    display: inline-block;
    font-size: 16px;
    padding-bottom: 36px;
    border-bottom: 3px solid #f4cc20;
}

.sidebar ul {
    padding-left: 40px;
}

.sidebar ul li {
    padding-top: 32px;
    font-size: 14px;
}

.qr_code {
    width: 80px;
    height: 80px;
}

.main .content.flex_center_between {
    display: flex;
    padding: 0 200px 0 300px;
}

.container .service_bg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.container .service_bg img {
    height: 100%;
}