/*
* @Author: Administrator
* @Date:   2019-12-06 15:20:03
* @Last Modified by:   Administrator
* @Last Modified time: 2019-12-06 15:20:32
*/
	blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    font-family: PingFangSC-Regular,FZLTXHK,arial,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
    padding: 0;
}
.pc .item_box {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}
.pc .item_box .tit_box .line {
    width: 3px;
    height: 18px;
    background: #0e57a2;
}
.pc .item_box .tit_box .tit_text {
    font-size: 30px;
    color: #181818;
    margin: 0 20px;
}
.pad_b_80 {
    padding-bottom: 80px;
}
.pad_t_80 {
    padding-top: 80px;
}
.bgc_F9FBFD {
    background: #f9fbfd!important;
}
.pc .item_box .tit_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mar_b_50 {
    margin-bottom: 50px;
}
.type_page {
    width: 1200px!important;
}
.text_box {
    margin-bottom: 50px;
}
.text_box .text, .text_box .text_1 {
    font-size: 16px;
    color: #181818;
    line-height: 2;
}
.text-indent{
	text-indent:30px
}
.text_box .title {
    font-family: PingFangSC-Medium,FZLTXHK,arial,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
    font-size: 24px;
    color: #181818;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.out_bpx {
    min-width: 1280px;
}
@media screen and (max-width: 767px){
	.out_bpx {
	    min-width: 100%;
	    width: 100%;
	    padding-top: 44px;
 }
}