.intro_box {
    /* background-color: #f2f2f2; */
    box-shadow: 0 0 5px 0px #9c9c9c;
    /* padding: 10px 30px 20px; */
}

.intro_box h3 {
    line-height: 90px;
    text-align: center;
    font-size: 26px;
    color: #000;
}
.pro_box h3 {
    line-height: 90px;
    text-align: center;
    font-size: 26px;
    color: #000;
}
.dkcls h3{
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #000;
    margin-top: 20px;
}
.dkcls .st-font--bold {
    font-weight: 700;
    color: #000;
    font-size: 24px;
    line-height: 1.4;
    margin: 0px 0 15px 0;
}
.dkcls .st-h5 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 25px 0 15px 0;
    text-transform: uppercase;
}
.dkcls .st-copy{
    color: #74757c;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 25px 0;
}
.intro_box .intr_txt {
    /* background-color: #f2f2f2; */
    padding: 20px;
}
.intro_box .txt_t1 {
    padding: 20px 0 20px 40px;
    line-height: 30px;
}

.intr_txt .h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 600;
}

.intr_txt p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}

.intr_txt p span {
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

.intr_txt p .a {
    color: #cc0000;
}

.apply_btn {
    background-color: #6ce032;
    font-size: 20px;
    text-align: center;
    color: #333;
    display: block;
    margin: 25px auto 10px;
    width: 160px;
    height: 52px;
  /* border-radius: 10px 0 10px 0; */
  line-height: 1.5;
  text-align: center;
  line-height: 48px;
  /* font-weight: bold; */
}
.ap-title{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: left;
    font-weight: bold;
    border-bottom:1px solid rgba(0,0,0,.2);
    padding: 8px;
}
.app-table table{
    width: 100%;
    margin-bottom: 20px;
}

.app-table table tr{
    border-bottom:1px solid rgba(0,0,0,.2);
}
.app-table table tr td{
    padding: 8px;
}
.app-table table tr td:first-child{
    width: 60%;
}
.font-body2{
    font-size: 16px;
    line-height: 24px;
}

.apply_btn:hover {
    color: #ffffff;
}

.container {
    min-width: 1200px !important;
    width: 1200px;
}

.box {
    padding-bottom: 20px;
}
.box table tr td:first-child {
    text-align: center;
}
.box table tr td {
    font-size: 16px;
    line-height: 50px;
    padding-left: 15px;
}
.location-m {
    position: absolute;
    right: 18px;
    top: 15px;
}
.link_us {
    background-color: #f2f2f2;
}
.m-code {
    width: 150px;
}

.box p {
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
}

.none{
    display: none !important;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lab-btn a.cur {
    background-color: #212121;
}
.lab-btn a {
    width: 580px;
    line-height: 70px;
    padding: 0 11px;
    height: 70px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #A6A6A6;
}
.how-part {
    /* border: 1px solid #333; */
    box-shadow: 0 0 5px 0px #9c9c9c;
    padding: 0px 30px 20px;
}
.how-part .stage-box .title {
    color: #333;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 3px solid #6ce032;
    padding-bottom: 15px;
    margin-bottom: 20px;
    line-height: 30px;
    margin-top: 30px;
}
.fw {
    font-weight: bold;
}
.container{
    padding: 0;
}
.row{
    margin: 0;
}
.pro_box {
    /* border: 1px solid #333; */
    box-shadow: 0 0 5px 0px #9c9c9c;
    padding: 20px 30px 20px;
    /* background-color: #f2f2f2; */
}
.snr p, .main-desc p, .chip-content p, .pro-details-wrap p {
    margin: 1em 0;
}
.snr ul, .main-desc ul, .chip-content ul, .pro-details-wrap ul {
    padding-left: 40px;
}
.snr li, .main-desc li, .main li, .chip-content li, .pro-details-wrap li {
    list-style-type: inherit !important;
}
.main-desc table{
    width: 950px;
}
.main-desc table tr{
    height: 190px;
}
table[border]:not([border="0"]):not([style*="border-style"]) td, table[border]:not([border="0"]):not([style*="border-style"]) th {
    border-style: solid;
}
.item {
    width: 80%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    /* box-shadow: 0 2px 30px rgba(176, 176, 176, 0.1); */
    padding-left: 8px;
    /* margin-bottom: 20px; */
   border-top: 1px solid rgba(0,0,0,.2);
}
.item .icon-down {
    background: url("../image/jian.png") no-repeat;
    background-size: auto;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 12px;
    display: block;
    float: left;
}
.item .icon-feiji {
    background: url("../image/youshangjiantou.png") no-repeat;
    background-size: auto;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 12px;
    display: block;
    float: left;
}
.item a {
    color: #333;
    font-size: 16px;
    /* font-weight: bold; */
}
.dxiocn{
    /* padding-left: 20px; */
    position: relative;
}

.dxiocn .iocn{
    position: absolute;
    top: 0;
    left: 0;
}