﻿@charset "utf-8";

/* CSS Document */
body {
    max-width: 100%;
    overflow-x: hidden;
    background: #F9FAFE;
    font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    max-width: 100%;
    display: block;
}

a {
    color: #2b2a3c;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a,
area {
    blr: expression(this.onFocus=this.blur());
}

ul,
ol,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

input,
:focus {
    outline: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

input::focus-inner {
    padding: 0;
    border: 0;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    height: 0;
    width: 100%;
    overflow: hidden;
    font-size: 1px;
    line-height: 0;
    visibility: hidden;
}

.Width {
    width: 1190px;
    margin: 0 auto;
}

.hide,
.onlymob {
    display: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box
}

.container::after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    clear: both;
}

ul::after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    clear: both;
}

ul.no_after::after {
    display: none;
    content: '';
    height: 0;
    font-size: 0;
    clear: both;
}

/* 通用头部 */
.ht_top {
    width: 100%;
    overflow: hidden;
    background: #fafafa url(../images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px;
}

.ht_top .zt_top {
    width: 1200px;
    height: 41px;
    margin: 0 auto;
}

.ht_top h1 {
    float: left;
}

.ht_top h1 a {
    float: left;
    width: 131px;
    height: 40px;
    overflow: hidden;
    background: url(../images/logo.gif) no-repeat;
    font-size: 12px;
    text-indent: -100em;
}

.ht_top .topnav {
    float: right;
    color: #333;
    font-size: 12px;
}

.ht_top .topnav a {
    padding: 0 8px;
}

.ht_top .topnav a:hover {
    color: #e4393c;
    text-decoration: underline;
}

/* 通用底部 */
.footer {
    margin: 60px 0;
    clear: both;
    position: relative;
    padding: 30px 0;
    text-align: center;
}

.footer p {
    position: relative;
    z-index: 2;
    color: #333;
    font-size: 16px;
    line-height: 30px;
}

.footer p span {
    padding: 0 5px;
}

.footer p a {
    color: #333;
}

/* 初始化完成 */
.banner_box {
    height: 478px;
    width: 100%;
    background: url(../images/banner_bg.png) no-repeat top center;
    padding-top: 114px;

}
.txt01 {
    color: #FFFFFF;
    font-size: 40px;
    background-color: #3F5BFA;
    border-radius: 38px;
    height: 80px;
    line-height: 80px;
    width: 348px;
    text-align: center;
    margin: 0 auto 54px;
    border: 1px solid #FFFFFF;
}
.txt02 {
    margin: 0 auto;
}
.box_container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.box1_title {
    width: 122px;
    height: 122px;
    background: url(../images/tip_bg.png) no-repeat top center;
    color: #FFFFFF;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 30px;
}   
.box1_ul {
    height: 155px;
    background: url(../images/ul_bg.png) no-repeat bottom center;
    position: relative;
    margin-top: 40px;
}
.box1_ul li {
    position: absolute;
    color: #343434;
    font-size: 22px;
    height: 60px;
    bottom: 35px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #333333;
    line-height: 1.5;
}
.box1_ul li:hover {
    color: #557BF1;
}
.box1_ul li h4 {
    font-size: 22px;
}
.box1_ul li p {
    font-size: 18px;
}
.box1_ li::before {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}
.box1_ul li::before, .box1_ul li::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -44px;
}

.box1_ul li::after {
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    background-color:#2665DF;
    border: 5px solid rgba(142, 181, 255, 0.5);
    border-radius: 50%;
}
.box1_li1 {
    left: 17%;
}
.box1_li2 {
    left: 32%;
}
.box1_li3 {
    left: 47%;
}
.box1_li4 {
    left: 62%;
}
.box1_li5 {
    right: 4%;
}
.box02 {
    margin-top: 54px;
}
.box02 .menu_nav {
    width: 260px;
    height: auto;
}
.box02 .ch-navleft {
    background-color: #fff;
}
.ch-navleft a{
    cursor: pointer;
}
.ab {
    position: fixed;
    top: 2px;
    z-index: 99;
    width: 260px;
}
dl, dl dt, dl dd {
    display: block;
    list-style-type: none;
}
.ch-navleft dt {
    /* border: 1px solid #f3f4f5; */
    /* border-bottom: 0; */
}
.ch-navleft dt a {
    display: flex;
    padding: 15px 20px 15px 25px;
    position: relative;
    color: #333333;
    transition: .3s;
}
.ch-navleft dt.ch-thisnav a {
    color: #fff;
    background: linear-gradient(135deg, #5284E5, #6B9CFC);
    box-shadow: 0px 3px 4px 0px rgba(82, 132, 229, 0.15);
}
.ch-navleft dt a em {
    padding-left: 10%;
    font: normal 20px 'Microsoft Yahei';
    font-weight: normal;
    font-style: normal;
}
.ch-navleft dt.ch-thisnav i {
    transform: rotate(135deg);
    border-color: #fff #fff transparent transparent;
    top: 20px;
}
.ch-navleft dt a i {
    display: block;
    width: 8px;
    height: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: #bbb #bbb transparent transparent;
    position: absolute;
    z-index: 7;
    top: 24px;
    right: 22px;
    transform: rotate(45deg);
}
.ch-navleft dt a span {
    width: 28px;
    height: 27px;
    vertical-align: middle;
    float: left;
}
.ch-navleft dt.ch-thisnav a span.ch-navico1 {
    background: url(../images/navico1_1.png) no-repeat center center;
    /* background-size: contain; */
}
.ch-navleft dt.ch-thisnav a span.ch-navico2 {
    background: url(../images/navico2_1.png) no-repeat center center;
    /* background-size: contain; */
}
.ch-navleft dt.ch-thisnav a span.ch-navico3 {
    background: url(../images/navico3_1.png) no-repeat center center;
    /* background-size: contain; */
}
.ch-navleft dt.ch-thisnav a span.ch-navico4 {
    background: url(../images/navico4_1.png) no-repeat center center;
    /* background-size: contain; */
}
.ch-navleft dt.ch-thisnav a span.ch-navico5 {
    background: url(../images/navico5_1.png) no-repeat center center;
    /* background-size: contain; */
}
.ch-navleft dt.ch-thisnav a span.ch-navico6 {
    background: url(../images/navico6_1.png) no-repeat center center;
    /* background-size: contain; */
}
.ch-navleft dt.ch-thisnav a span.ch-navico7 {
    background: url(../images/navico7_1.png) no-repeat center center;
    /* background-size: contain; */
}

.ch-navleft dt a span.ch-navico1 {
    background: url(../images/navico1_0.png) no-repeat center center;
    /* background-size: contain; */
}
.ch-navleft dt a span.ch-navico2 {
    background: url(../images/navico2_0.png) no-repeat center center;
    /* background-size: contain; */
}
.ch-navleft dt a span.ch-navico3 {
    background: url(../images/navico3_0.png) no-repeat center center;
    /* background-size: contain; */
}
.ch-navleft dt a span.ch-navico4 {
    background: url(../images/navico4_0.png) no-repeat center center;
    /* background-size: contain; */
}
.ch-navleft dt a span.ch-navico5 {
    background: url(../images/navico5_0.png) no-repeat center center;
    /* background-size: contain; */
}
.ch-navleft dt a span.ch-navico6 {
    background: url(../images/navico6_0.png) no-repeat center center;
    /* background-size: contain; */
}
.ch-navleft dt a span.ch-navico7 {
    background: url(../images/navico7_0.png) no-repeat center center;
    /* background-size: contain; */
}
.ch-navleft dd {
    display: none;
    overflow: hidden;
    /* border: 1px solid #f3f4f5; */
    border-bottom: 0;
    padding: 8px 0;
}
.ch-navleft dt.ch-thisnav+dd {
    display: block;
}
.ch-navleft dd a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #333333;
    padding-left: 31%;
    line-height: 40px;
}
.ch-navleft dd a:hover, .ch-navleft dd a.ch-thislist {
    color: #557BF1;
}
.ch-navleft dd a::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #A7A7A7;
    position: absolute;
    top: 48%;
    left: 25%;
}
.ch-navleft dd a:hover::before, 
.ch-navleft dd a.ch-thislist::before {
    background: #557BF1;
}
.main_content {
    width: 924px;
}
.main_content .right-box {
    background-color: #fff;
    padding: 0 44px 16px 44px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 15px 0px rgba(29, 29, 93, 0.07);
    border-radius: 6px;
}
.right-box .hz {
    padding-top: 46px;
    margin-bottom: 38px;
    text-align: center;
}
.right-box .hz .hz-t {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2840B7;
    font-size: 32px;
    font-weight: bold;
}
.right-box .hz .hz-t img {
    margin: 0 10px;
} 
.right-box .txt_body {
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 40px;
}
.right-box .txt-title {
    position: relative;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
}
.right-box .txt-title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 2px;
    width: 34px;
    height: 4px;
    background: #4672FC;
    border-radius: 2px;
}
.rk_btn {
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    margin: 0 auto;
    width: 420px;
    text-align: center;
    background: linear-gradient(135deg, #5284E5, #6B9CFC);
    box-shadow: 0px 3px 5px 0px rgba(2, 60, 173, 0.15);
    border-radius: 28px;
    margin-bottom: 40px;
}
.rk_btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.bmlc_img {
    width: 80%;
    margin: 26px auto;
}
.detail_go {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    width: 172px;
    text-align: center;
    height: 46px;
    line-height: 46px;
    background: linear-gradient(0deg, #FF8A4A, #FB565D);
    box-shadow: 0px 3px 4px 0px rgba(252, 104, 87, 0.23);
    border-radius: 24px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.right-box table {
    border-collapse: collapse;
    border: 1px solid #d2d2d2;
    text-align: center;
    width: 93%;
    margin: 12px 0 5px 44px;
}
.right-box table th {
    font: bold 18px/40px 'Microsoft Yahei';
    background-color: #eeeeee;
    color: #444;
    border: 1px solid #d2d2d2;
}
.right-box table td {
    border-bottom: #d5d5d5 1px solid;
    color: #444444;
    border-right: #d5d5d5 1px solid;
    background: #fff;
    font: normal 18px/40px 'Microsoft Yahei';
}
