/* 头部样式 */

.header {
    /* position: fixed; */
    /* z-index: 999; */
    /* left: 0; */
    /* top: 0; */
    width: 100%;
    height: 115px;
    padding: 40px 0 25px 0;
    background-color: #FFFFFF;
    /* transition: all 0.3s; */
}

.headerview {
    margin: 0 auto;
    width: 1200px;
    height: 46px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header_logo {
    width: 224px;
    height: 54px;
    background: url("https://mt-foreign.oss-ap-southeast-1.aliyuncs.com/static/image/logo.png") center / cover no-repeat;
}

.header_info {
    margin-left: 8px;
    height: 46px;
    overflow: hidden;
}

.header_title {
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    color: #65A749;
    letter-spacing: 2px;
}

.header_describe {
    margin-top: 3px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #A6A6A6;
}

.header_center {
    /* position: absolute; */
    /* left: 50%; */
    /* top: 1px; */
    margin-left: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 462px;
    height: 50px;
    background: #F5F5F5;
    border-radius: 25px;
}

.header_search {
    width: 568px;
    height: 100%;
    border: 2px solid #63C32E;
    outline: none;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    color: #333333;
    padding: 0 16px;
}

.header_search::placeholder {
    color: #666666;
}

.header_searchhome,
.header_search {
    width: 354px;
    background: #F5F5F5;
    border: none;
    outline: none;
    border-radius: 25px 0 0 25px;
    padding-left: 20px;
}

.header_searchhome::placeholder,
.header_search::placeholder {
    color: #666666;
}


.to_searchhome,
.to_search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    background: #63C32E;
    line-height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 14px;
    border: none;
    outline: none;
    width: 108px;
    height: 50px;
    background: #2BBC80;
    border-radius: 0 25px 25px 0;
}

.header_right {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.header_right a {
    float: left;
    font-size: 20px;
    color: #333333;
    padding-left: 25px;
    margin-left: 24px;
    position: relative;

}

.header_right a::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
}

.header_right a.med-guide1::before {
    background: url('https://mt-foreign.oss-ap-southeast-1.aliyuncs.com/static/image/header_jingyan.png') no-repeat;
    background-size: cover;
    background-position: left;
}

.header_right a.med-guide2::before {
    background: url('https://mt-foreign.oss-ap-southeast-1.aliyuncs.com/static/image/header_wenti.png') no-repeat;
    background-size: cover;
    background-position: left;
}

.header_right a.med-guide3::before {
    background: url('https://mt-foreign.oss-ap-southeast-1.aliyuncs.com/static/image/header_huati.png') no-repeat;
    background-size: cover;
    background-position: left;
}

/* 底部样式 */


.footer {
    height: 140px;
    background-color: #FAFAFA;
}

.footerview {
    margin: 0 auto;
    width: 1200px;
    padding-top: 40px;
}

.footer_rowsview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
}

.footer_rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_company {
    font-size: 12px;
    line-height: 20px;
    color: #898989;
    margin-right: 48px;
}

.footer_link {
    font-size: 12px;
    line-height: 20px;
    color: #898989;
    margin: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_link .gongan {
    width: 20px;
    height: 20px;
}

.footer_link:hover {
    color: #65A749;
}

.footer_line {
    margin: 0 10px;
    font-size: 12px;
    line-height: 20px;
    color: #898989;
}

.footer_picview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer_pic:nth-child(1) {
    width: 40px;
    height: 47px;
    background: url("https://mt-foreign.oss-ap-southeast-1.aliyuncs.com/static/image/footpic1.jpg") center / cover no-repeat;
}

.footer_pic:nth-child(2) {
    margin-left: 20px;
    width: 115px;
    height: 41px;
    background: url("https://mt-foreign.oss-ap-southeast-1.aliyuncs.com/static/image/footpic2.jpg") center / cover no-repeat;
}

.footer_pic:nth-child(3) {
    margin-left: 10px;
    width: 115px;
    height: 41px;
    background: url("https://mt-foreign.oss-ap-southeast-1.aliyuncs.com/static/image/footpic3.jpg") center / cover no-repeat;
}

.footer_pic:nth-child(4) {
    margin-left: 10px;
    width: 115px;
    height: 41px;
    background: url("https://mt-foreign.oss-ap-southeast-1.aliyuncs.com/static/image/footpic4.png") center / cover no-repeat;
}

/* 正文内容 */
.pages {
    margin: 0 auto;
    width: 1200px;
    padding-top: 19px;
    padding-bottom: 60px;
}

.clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}



.pages_left {
    width: 840px;
    min-height: calc(100vh - 650px);
    position: relative;
    padding-bottom: 32px;
}

.pages_right {
    width: 320px;
    position: relative;
}

/* 导航 */
.navview {
    width: 100%;
    /* height: 135px; */
    background: linear-gradient(69deg, #2BBD98 0%, #2CBC7F 100%);
    border-radius: 6px;
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.nav_grid {
    padding: 0 20px 0 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #EFEFEF;
}

.nav_grid_title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 18px;
    color: #FFFFFF;
    padding-left: 28px;
    position: relative;
}

.nav_grid_title::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    /* background-color: #fff; */
    position: absolute;
    left: 0;
    top: 0;
}

.nav_grid_title.mingci::before {
    background: url('https://mt-foreign.oss-ap-southeast-1.aliyuncs.com/static/image/mingci.png') no-repeat center;
    background-size: cover;

}

.nav_grid_title.gonglue::before {
    background: url('https://mt-foreign.oss-ap-southeast-1.aliyuncs.com/static/image/gonglue.png') no-repeat center;
    background-size: cover;

}

.nav_grid_title.buyun::before {
    background: url('https://mt-foreign.oss-ap-southeast-1.aliyuncs.com/static/image/buyun.png') no-repeat center;
    background-size: cover;

}

.nav_grid_title.qunti::before {
    background: url('https://mt-foreign.oss-ap-southeast-1.aliyuncs.com/static/image/qunti.png') no-repeat center;
    background-size: cover;

}

.nav_grid_title.gonglue::before {
    background: url('https://mt-foreign.oss-ap-southeast-1.aliyuncs.com/static/image/gonglue.png') no-repeat center;
    background-size: cover;

}

.nav_grid:first-of-type {
    border: none;
}

.nav_link_box {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}

.nav_link_box h2 {
    height: 19px;
    line-height: 7px;
    margin-bottom: 8px;
    margin-right: 8px;
    font-weight: normal;
    padding: 0;
}


.nav_link {
    font-size: 14px;
    color: #FFFFFF;
}

.nav_link:hover {
    color: #A5DCC5;
}

.nav_link_box h2:nth-of-type(3n) {
    margin-right: 0;
}

.nav_link_box h2:nth-last-child(1) {
    margin-bottom: 0;
}

.nav_link_box h2:nth-last-child(2) {
    margin-bottom: 0;
}

.nav_link_box h2:nth-last-child(3) {
    margin-bottom: 0;
}

.nav_link_box h2:hover {
    color: #A5DCC5;
}

.nav_grid:nth-of-type(2) .nav_link_box h2:nth-of-type(3n) {
    margin-right: 8px;
}

.nav_grid:nth-of-type(2) .nav_link_box h2:nth-of-type(4n) {
    margin-right: 16px;
}

.nav_grid:nth-of-type(4) .nav_link_box h2:nth-of-type(3n) {
    margin-right: 8px;
}

.nav_grid:nth-of-type(5) .nav_link_box h2:nth-of-type(3n) {
    margin-right: 36px;
}


/* 面包屑导航 */
.breadcrumb_box {
    width: 100%;
    height: 162px;
    background: #FAFAFA;
}

.breadcrumb {
    width: 1200px;
    margin: 0 auto;
    padding: 16px 0 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.breadcrumb_yuanchuang_icon {
    width: 59px;
    height: 65px;
    background: url('https://mt-foreign.oss-ap-southeast-1.aliyuncs.com/static/image/yuanchuang.png') center / cover no-repeat;
    position: absolute;
    right: 20px;
    top: 1px;
}

.crumblist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.crumblist:last-child .crumb_icon {
    display: none;
}

.crumb_link {
    font-size: 13px;
    color: #999999;
    padding: 8px 0;
}

.crumb_link:hover {
    color: #666666;
}

.crumb_icon {
    margin: 0 4px;
    font-size: 16px;
    color: #999999;
}

.breadcrumb_title {
    width: 1200px;
    margin: 0 auto;
    margin-top: 12px;
    height: 35px;
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    color: #333333;
}

.breadcrumb_tabs {
    width: 1200px;
    margin: 0 auto;
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumb_tabs .tabs {
    height: 19px;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-right: 64px;
    cursor: pointer;
}

.breadcrumb_tabs .tabs_active {
    color: #2BBC80;
    position: relative;
}

.breadcrumb_tabs .tabs_active::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #2BBC80;
    display: block;
    position: absolute;
    bottom: -15px;
}

.breadcrumb_count_time {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.breadcrumb_yuanchuang {
    height: 20px;
    background: #F5FDFA;
    border: 1px solid #AADCC7;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    color: #2BBC80;
    padding: 0 8px;
}

.breadcrumb_fenge {
    font-size: 12px;
    color: #CCCCCC;
    margin: 0 4px;
}

.breadcrumb_count,
.breadcrumb_time {
    font-size: 12px;
    line-height: 21px;
    color: #999999;
}

/* 一行与多行隐藏 类名 */
.hideline1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.hideline2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.hideline3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}

.hideline4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break: break-all;
}

.hideline5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    word-break: break-all;
}

/* 图片放大 */
.pic_modalview {
    display: none;
}

.pic_modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pic_popup {
    width: 1360px;
    position: relative;
}

.pic_prve {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.6);
    transform: rotate(180deg);
}

.pic_prve:hover {
    color: #ffffff;
}

.pic_prve:disabled {
    color: rgba(255, 255, 255, 0.6) !important;
    cursor: not-allowed;
}

.pic_preview {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
}

.pic_next {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.6);
}

.pic_next:hover {
    color: #ffffff;
}

.pic_next:disabled {
    color: rgba(255, 255, 255, 0.6) !important;
    cursor: not-allowed;
}

.nav_wrap_box {
    position: sticky;
    top: 20px;
}

/* 暂无内容 */
.searchempty {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.searchemptycicon {
    font-size: 120px;
    color: #65A749;
    position: relative;
}

.searchemptycicon::after {
    content: "暂无内容";
    position: absolute;
    width: 100%;
    top: 120%;
    left: 0;
    font-size: 16px;
    color: #666666;
    text-align: center;
    letter-spacing: 2px;
}