/* 主页顶部导航栏 */
body { background-color: #f5f7f9; }
body:before { content: ""; display: table; margin-top: 66px; }
input, textarea, select{ outline:none; }
.com_nav_top { padding: 10px 0; box-sizing: border-box; height: 65px; line-height: 45px; background-color: #fff; position: relative; }
.com_nav_top .c_n_t_title { float: left; width: 34%; }
.com_nav_top .c_n_t_ipt { max-width: 260px; border-radius: 4px; overflow: hidden; position: relative; background-color: #f5f7f9; }
.com_nav_top .c_n_t_ipt > input { padding: 0 55px 0 15px; font-size: 14px; height: 45px; line-height: 1.3; border: none; width: 100%; box-sizing: border-box; background-color: transparent; font-size: 16px; }
.com_nav_top .c_n_t_ipt > a { position: absolute; width: 50px; top: 0; right: 0; text-align: center; height: 100%; line-height: .3; text-decoration: auto; font-size: 54px; color: #666; }
.yp_nav_btn { position: absolute; display: none; top: 0; }
.yp_nav_btn .iconfont { cursor: pointer; position: relative; padding: 6px 12px; margin: 4px 10px 4px 10px; display: flex; color: #696969; font-size: 24px; }

/* 主页左侧侧边栏 */
body.side_open .sidenav-overlay { opacity: 1; visibility: visible; }
.sidenav-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; visibility: hidden; opacity: 0; height: 100%; background-color: rgba(0, 0, 0, 0.4); z-index: 9990; transition: all 0.2s ease; }
.yp_side_menu { transition: all 0.3s; }
.yp_side_menu.has_side_menu { margin-left: 240px; transition: all 0.3s; }
.yp_side_drawer { position: fixed; z-index: 1040; width: 240px; left: 0; top: 0; background-color: #19283F; bottom: 0; box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.15); overflow: hidden; transition: all 0.3s; }
.yp_side_drawer > div { overflow-y: scroll; height: 100%; scrollbar-width: none; -ms-overflow-style: none; }
.yp_side_drawer > div::-webkit-scrollbar { width: 0; height: 0 }
.yp_side_drawer.hide_side_menu { left: -240px; transition: all 0.3s; }
.yp_side_drawer h3 { margin: 0; padding: 20px 24px 0px; font-size: 14px; letter-spacing: 0.6px; text-transform: uppercase; color: #e8effb; }
.yp_side_drawer ul.sections { border-bottom: 1px solid #24344c; padding: 8px 0 12px; display: block; margin: 0; }
.yp_side_drawer ul.sections:last-child { border: 0; padding-bottom: 0; }
.yp_side_drawer ul.sections li { display: block; width: 100%; }
.yp_side_drawer ul.sections li a { padding: 0 24px; display: block; width: 100%; text-decoration: none; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 13px; color: #899cb9; transition: all 0.1s; line-height: 30px; }
.yp_side_drawer ul.sections li a:hover { color: #fff; }
.yp_side_drawer ul.sections li.active a { color: #4dcdff; background-color: #05070a; }
.yp_side_drawer ul.sections li a svg { margin: auto; margin-bottom: 10px; width: 24px; height: 24px; display: block; }
.yp_side_drawer ul.sections.menu_links { overflow: hidden; padding: 0 11px; }
.yp_side_drawer ul.sections.menu_links li { width: 50%; float: left; margin: 11px 0; }
.yp_side_drawer ul.sections.menu_links li a { text-align: center; display: block; height: auto; padding: 10px 2px; border-radius: 5px; line-height: 17px; }
.yp_side_drawer ul.sections.menu_links .iconfont { display: block; margin: 0 auto 8px auto; width: 24px; height: 24px; font-size: 20px; }
.yp_side_drawer ul.sections .user_subscribers_ a img { background: #334259; width: 22px; height: 22px; border-radius: 2px; object-fit: cover; margin: -2px 7px 0 0; }
.pt_footer { border-top: 1px solid #f5f7f9; padding: 20px 0; color: #6d6d6d; background: #ffffff; }

/* 首页搜索模块 */
.com_search {display: none; border-radius: 4px;overflow: hidden;position: relative;background-color: #fff;border: 1px solid #dae3ea;margin-top: 10px;}
.com_search > input {padding: 0 55px 0 15px;height: 40px;line-height: 40px;border: none;width: 100%;box-sizing: border-box;background-color: transparent;font-size: 16px;}
.com_search > a {position: absolute;width: 50px;top: 0;right: 0;text-align: center;height: 100%;line-height: 10px;text-decoration: auto;font-size: 54px;color: #666;}

/* 首页广告图 */
.com_home_banner{width: 100%;margin-top: 10px;}
.com_home_banner .chb_content{width: 100%; max-height: 368px; overflow: hidden;}
.com_home_banner .chb_banner{position: relative; display: block; width: 100%;}
.com_home_banner .chb_banner img{display: block; width: 100%;}

/* 首页视频模块 */
.com_module { padding-top: 20px; }
.com_module .c_m_title { height: 50px; line-height: 28px; font-size: 16px; color: #666; }
.com_module .c_m_title > .iconfont { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: white; background-color: #1350F3; margin-right: 8px; float: left; }
.com_module .c_m_main { }
.com_module .c_m_item {background-color: #fff;border-radius: 8px;overflow: hidden;margin-bottom: 20px;display: block;text-decoration: none;}
.com_module .c_m_item .c_m_i_img { height: 12.3rem; }
.com_module .c_m_item .c_m_i_img > img { display: block; width: 100%; height: 100%; }
.com_module .c_m_item p { padding: 10px 10px 0 10px; color: #333; font-size: 16px; line-height: 24px; height: 58px; overflow: hidden; box-sizing: border-box; margin-bottom: 5px; word-break: break-all; word-wrap: break-word; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.com_module .c_m_item .c_m_i_handel { padding: 0 10px 10px 10px; color: #999; font-size: 13px; line-height: 20px; }
.com_module .c_m_item .c_m_i_handel > .c_m_i_h_see .iconfont { display: flex; float: left; margin-right: 5px; font-size: 20px; }
.com_module .c_m_item .c_m_i_handel > .c_m_i_h_time { float: right; }
.com_module .c_m_item .c_m_i_handel > .c_m_i_h_time .iconfont { display: flex; float: left; margin-right: 5px; font-size: 18px; }

/* 通用分类模块 */
.com_classify { line-height: 2.4; padding: 12px 10px 0 10px; font-size: 14px; }
.com_classify .cc_item { text-align: center; border-radius: 4px; border: 1px solid #c9c9c9; background-color: #fff; margin-bottom: 10px; }
.com_classify .cc_item.check { color: #fff; background-color: #1350F3; border-color: #1350F3; }

/* 详情页 */
.product_detail { }
.product_detail .pd_banner { display: flex; }
.product_detail .pd_banner > video { width: 100%; position: relative; cursor: none; }
.product_detail .pd_name { margin: 10px 5px 12px 5px; font-size: 18px; line-height: 1.3; color: #333; }
.product_detail .pd_look { padding-bottom: 12px; font-size: 14px; color: #666; border-bottom: 1px solid #f2f4f7; margin-bottom: 10px; }
.product_detail .pd_look .iconfont { display: flex; float: left; }
.product_more { padding-bottom: 20px; }
.product_more .pm_title { padding: 20px 0; font-size: 18px; }
.product_more .pm_content { }
.product_more .pm_item { position: relative; display: block; width: 100%; height: 200px; margin-bottom: 10px; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; text-decoration: none; border-radius: 15px; border: 1px solid #f2f4f7; color: #fff; line-height: 1.3; overflow: hidden; }
.product_more .pm_item .pm_i_play { padding: 10px; position: absolute; bottom: 0; background-color: rgba(0, 0, 0, .3); width: 100%; }
.product_more .pm_item .pm_i_name { margin-bottom: 4px; }
.product_more .pm_item .pm_i_tips { margin-bottom: 0; font-size: 12px; }
.product_more .pm_item .pm_i_time { background-color: rgba(0, 0, 0, 0.75); text-align: center; position: absolute; padding: 0 5px; border-radius: 4px; right: 6px; top: 6px; }
.product_more .pm_item .icon_play { position: absolute; color: #fff; width: 80px; height: 70px; text-align: center; left: 50%; top: 30px; margin-left: -40px; font-size: 56px; }

/* 新闻列表 */
.news_list {padding: 0 0 10px 0;}
.news_list .nl_item {display: block;text-decoration: none;height: 110px;padding: 10px 0;}
.news_list .nl_item + .nl_item{ border-top: 1px dashed #f2f4f7; }
.news_list .nl_item .nl_i_img { float: left; width: 130px; height: 90px; }
.news_list .nl_item .nl_i_img > img { display: block; width: 100%; height: 100%; }
.news_list .nl_item .nl_i_content { margin-left: 140px; color: #999; font-size: 14px; }
.news_list .nl_item .nl_i_title { font-size: 16px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #333; line-height: 30px; }
.news_list .nl_item .nl_i_info { color: #999; margin-bottom: 3px; text-overflow: ellipsis; font-size: 14px; height: 40px; overflow: hidden; word-break: break-all; word-wrap: break-word; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 20px; }
.news_list .nl_item .nl_i_status { font-size: 12px; }
.news_list .nl_item .nl_i_see { }
.news_list .nl_item .nl_i_time { float: right; }
.news_list .nl_item .iconfont { display: flex; float: left; line-height: 20px; padding-right: 3px; }

/* 列表分页器 */
.com_pagelist {font-size: 0; text-align: center; line-height: 26px; color: #333; padding: 10px 0 30px 0; height: 66px;}
.com_pagelist .cp_prev {display: inline-block;font-size: 20px;line-height: 26px;width: 30px;margin-right: 2px;vertical-align: top;text-decoration: none;}
.com_pagelist .cp_item {font-size: 14px;line-height: 26px;display: inline-block;padding: 0 8px;min-width: 30px;margin: 0 2px;vertical-align: top;text-decoration: none;}
.com_pagelist .cp_item:hover,
.com_pagelist .cp_item.check { background-color: #1350F3; color: #fff; }
.com_pagelist .cp_next {display: inline-block;font-size: 20px;line-height: 26px;width: 30px;margin-left: 2px;vertical-align: top;text-decoration: none;}
.com_pagelist .cp_skip { font-size: 14px; color: #999; line-height: 26px; display: inline-block; margin: 0 5px; vertical-align: top; }
.com_pagelist .cp_skip > input { border: 1px solid #e5e5e5; margin: 0 10px; width: 40px; text-align: center; padding: 0; line-height: 24px; }
.com_pagelist .cp_skip > button { border: 1px solid #D2D2D2; background-color: #fff; margin: 0 10px; width: 46px; text-align: center; padding: 0; line-height: 24px; }

/* 新闻详情 */
.news_detail { color: #333; }
.news_detail .nd_title { text-align: center; padding: 15px 0 8px 0; font-size: 1.25rem; line-height: 1.4; }
.news_detail .nd_status { text-align: center; border-bottom: 1px dashed #f2f4f7; color: #999; font-size: 14px; padding: 0 0 10px 0; }
.news_detail .nd_status > span { display: inline-block; width: 110px; }
.news_detail .nd_status .iconfont { }
.news_detail .nd_content { font-size: 15px; line-height: 24px; padding: 15px 0; }

/* 关于我们 */
.about-us{color: #333;}
.about-us .au_title{text-align: center; font-size: 18px; padding: 15px 0 10px 0;}
.about-us .au_content{font-size: 15px; line-height: 24px; padding-bottom: 15px;}

/* 联系我们 */
.contact-us { background-color: #fff; padding: 10px; margin: 10px 0; border-radius: 12px; }
.contact-us .cu_content {margin-bottom: 10px;}
.contact-us .cu_map {width: 100%;height: 12rem;margin-bottom: 5px;}
.contact-us .cu_item {color: #333;line-height: 24px;padding: 10px 0;}
.contact-us .cu_item > span {float: left;font-weight: bold;font-size: 15px;}
.contact-us .cu_item > p {margin-left: 100px;margin-bottom: 0;}
.contact-us .cu_item + .cu_item{border-top: 1px dashed #cfc9c9;}
.contact-us .cu_item .iconfont {padding-right: 5px;font-size: 16px;color: #1350F3;}

@media (max-width:1360px) {
    .yp_side_drawer { width: 110px; }
    .yp_side_menu.has_side_menu { margin-left: 110px; }
    .yp_side_drawer ul.sections { border: 0; padding: 0 5px; }
    .yp_side_drawer ul.sections.menu_links li { width: 100%; float: none; }
    .yp_side_drawer ul.sections:not(.menu_links),.yp_side_drawer h3 { display: none; }
}
@media (max-width:1251px) {
    .com_nav_top .c_n_t_title { width: auto; float: initial; text-align: center; padding: 0; }
    .com_nav_top .c_n_t_ipt { display: none; }
    .yp_nav_btn { display: block; }
    .com_search { display: block; }
    nav.navbar-findcond .yp_slide_menu { display: inline-block; }
    .yp_side_menu.has_side_menu { margin-left: 0px; }
    .yp_side_drawer { left: -300px; z-index: 9999; width: calc(100% - 56px); max-width: 280px; top: 0; transition: all 0.2s; box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12); background-color: white; }
    body.side_open { overflow-y: hidden; }
    body.side_open .yp_side_drawer { left: 0; }
    .yp_side_drawer > div { padding: 15px 0; }
    .yp_side_drawer ul.sections { border-bottom: 1px solid #ebebeb; }
    .yp_side_drawer ul.sections,
    .yp_side_drawer ul.sections.menu_links { padding: 0 }
    .yp_side_drawer ul.sections.menu_links li { margin: 0; }
    .yp_side_drawer ul.sections.menu_links li,
    .yp_side_drawer ul.sections.menu_links li a { height: 48px; text-align: inherit; line-height: 48px; border-radius: 0px; }
    .yp_side_drawer ul.sections li a { color: #494949; padding: 0 24px; font-weight: 500; height: 40px; line-height: 40px; border-radius: 0px; font-size: 14px; }
    .yp_side_drawer ul.sections li a:hover { color: #000; background-color: rgba(0, 0, 0, 0.05); }
    .yp_side_drawer ul.sections li.active a { background-color: rgba(19, 80, 243, 0.15); color: #1350F3; }
    .yp_side_drawer ul.sections li a svg { margin: -3px 32px 0 0; display: inline-block; }
    .yp_side_drawer ul.sections.menu_links li a { padding: 0 24px; }
    .yp_side_drawer ul.sections.menu_links .iconfont { margin: -3px 32px 0 0; display: inline-block; }
    .yp_side_drawer h3 { padding: 20px 24px 7px; color: darkgrey; }
    .yp_side_drawer.hide_side_menu { left: -300px; }
    .yp_side_drawer ul.sections:not(.menu_links),.yp_side_drawer h3 { display: block; }
}
@media (max-width:705px) {
    body { padding-bottom: 56px; }
    .com_pagelist .cp_skip { display: none; }
    .yp_nav_btn { display: none; }
    .pt_footer { display: none; }
    .yp_side_drawer { left: 0; right: 0; width: 100%; max-width: 100%; top: auto; bottom: 0; z-index: 99; height: 56px; box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.05); }
    .yp_side_drawer > div { overflow-y: hidden; padding: 0; }
    .yp_side_drawer ul.sections { border: 0; }
    .yp_side_drawer ul.sections li a:hover,
    .yp_side_drawer ul.sections li.active a { background: transparent; }
    .yp_side_drawer ul.sections.menu_links { display: flex; align-items: center; justify-content: center; }
    .yp_side_drawer ul.sections.menu_links li { flex: 1 100%; display: flex; max-width: 168px; }
    .yp_side_drawer ul.sections.menu_links li,
    .yp_side_drawer ul.sections.menu_links li a { height: 56px; }
    .yp_side_drawer ul.sections.menu_links li a { padding: 0 5px; line-height: normal; text-align: center; font-weight: 400; color: #767676; font-size: 13px; }
    .yp_side_drawer ul.sections li.active a { color: #1350F3; }
    .yp_side_drawer ul.sections li a svg { display: block; margin: 7px auto 2px; }
    .yp_side_drawer ul.sections li.active a svg { stroke: #1350F3; }
    .yp_side_drawer .iconfont { display: block !important; margin: 6px auto 2px auto !important; }
}
@media (max-width:530px) {
    .yp_side_menu.has_side_menu { overflow: hidden; }
}
