 @charset "utf-8";
:root { --curColor:#d10f0f;
 --subColor:#ae4f08;
 --subColor2:#cd7838;
 --bgColor:#fcf8f5;
 --bgColor2:#faf1eb;
}
.flex_box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.inflex_box { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; }
.clamp_txt { overflow: hidden; -webkit-line-clamp: 2; -moz-line-clamp: 2; -o-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; -moz-box-orient: vertical; -o-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: -moz-box; display: -o-box; display: box; }
.swiper-container { overflow: hidden; position: relative; }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~首页~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* 二级导航 */
nav ul>li .subnav li a { display: block; padding: 10px 0; text-align: center; font-size: calc(1em - 2px); color: #333; }
nav ul>li .subnav { background: rgba(255,255,255,1); position: absolute; width: 180px; left: 50%; margin-left: -90px; top: 100%; -webkit-transform: perspective(300px) scaleY(0) translateZ(30px); transform: perspective(300px) scaleY(0) translateZ(30px); visibility: hidden; opacity: 0; box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05); -webkit-transform-origin: top; transform-origin: top; visibility: hidden; -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease; transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease; -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease; transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease; transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease; transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease; transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease; }
/* header */
#hamburger { display: none; }
.header_box { position: fixed; top: 0; left: 0; width: 100%; z-index: 900; }
.header_box .logo img { display: block; max-height: 70px; max-width:calc(670 / 1920 * 100vw);
}
.header_box .logo .logo2 { display: none; }
.header_box .header_top .center_box { -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; height: 110px; color: #fff; }
.header_box .header_tl { -webkit-align-items: center; align-items: center; }
.header_box .header_tf { -webkit-align-items: center; align-items: center; font-size: 16px; }
.header_tel { -webkit-align-items: center; align-items: center; font-size:calc(10px + 20 / 1920 * 100vw);
}
.header_box .header_bot { position: relative; }
.header_box .header_bot:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #fff; border-radius: 10px; width: 82%; margin: 0 auto; transition: all .35s; }
.header_box .header_bot .center_box { position: relative; z-index: 3; }
.header_box .header_r { -webkit-align-items: center; align-items: center; }
.header_box .header_btn { font-size: 14px; font-weight: bold; color: var(--curColor); border: solid 1px var(--curColor); border-radius: 200px; padding: 8px 24px; margin-left: 3vw; }
.nav_box > ul > li { /* padding:0 1.56vw; */ position: relative; font-size: 18px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.nav_box > ul > li > a { font-weight: bold; color: #333; height: 70px; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; position: relative; }
.nav_box > ul > li > a span { font-weight: inherit; }
.nav_box > ul > li.active > a { color: var(--curColor); }
/* 图片经过 */
.pic_hvr { overflow: hidden; position: relative; display: block; }
.pic_hvr:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; }
.pic_hvr img { display: block; width: 100%; height: 100%; object-fit: cover; transition: all .5s; }
 @keyframes gradient-rectangle {
 0% {
 -webkit-transform: scaleY(0);
 transform: scaleY(0);
 -webkit-transform-origin: bottom;
 transform-origin: bottom;
 background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
 background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
 opacity: 1;
}
 100% {
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
 -webkit-transform-origin: top;
 transform-origin: top;
 background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
 background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
 opacity: 0;
}
}
.pic_ss:hover .pic_hvr:before { animation: gradient-rectangle 1s 1; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96); }
.pic_ss:hover .pic_hvr img { transform: scale(1.1); }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 首页 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* banner */
.banner_box { position: relative; overflow: hidden; }
.banner_box .swiper-slide { position: relative; max-height: 100vh; overflow: hidden; }
.banner_box .swiper-slide a { display: block; position: relative; width: 100%; max-height: 100vh; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.banner_box .swiper-slide a>img { display: block; width: 100%; height: 100%; object-fit: cover; transform-style: preserve-3d; transform: scale(1.12); transition: all 8s; }
.banner_box .swiper-slide-active a>img { transform-style: preserve-3d; transform: scale(1); }
.banner_box .swiper-slide a .banner_txt { position: absolute; top: 0; left: 9%; z-index: 5; width: 82%; height: 100%; color: #fff; padding-top: 5.2vw; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.banner_box .swiper-slide a .banner_txt img { display: block; max-height: 60%; max-width: 75%; }
.banner_box .swiper-slide video { position: absolute; width: 100%; left: 0px; top: 50%; transform: translateY(-50%); object-fit: fill; min-height: 100%; z-index: 6; }
.banner_box .swiper-pagination.swiper-pagination-bz { bottom: 30px; position: absolute; width: 82%; left: 9%; color: #fff; }
.banner_box .swiper-button-white { font-size: 50px; width: 1em; height: 1em; background: rgba(0,0,0,.2); border-radius: 50%; color: #fff; transition: all .35s; }
.banner_box .swiper-button-white:after { font-size: .5em; }
.banner_box .swiper-button-prev { left: -2em; }
.banner_box .swiper-button-next { right: -2em; }
.swiper-pagination-bz.swiper-pagination { position: static; width: 100%; text-align: center; color: var(--curColor); }
.swiper-pagination-bz.swiper-pagination .swiper-pagination-bullet { font-size: 10px; width: 3em; height: 1em; background: transparent; border: solid 1px currentcolor; opacity: 1; border-radius: 3em; margin: 0 .5em; }
.swiper-pagination-bz.swiper-pagination .swiper-pagination-bullet-active { background: currentcolor; }
.banner_srbtn { position: absolute; bottom: calc(50px + 2vw); left: 50%; margin-left: -.5em; font-size: 40px; width: 1em; height: 1em; z-index: 5; border: solid 1px #fff; border-radius: 50%; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; cursor: pointer; transition: background-color .35s; }
.banner_srbtn span { width: 1px; height: .4em; position: relative; transition: all .35s; transform: translateY(-.1em); color: #fff; }
.banner_srbtn span i { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: currentcolor; transform-origin: bottom; transform: scaleY(2.5); }
.banner_srbtn span:before, .banner_srbtn span:after { content: ""; position: absolute; width: .2em; height: 1px; background: currentcolor; bottom: 0; }
.banner_srbtn span:before { left: 1px; transform-origin: left; transform: rotate(-45deg); }
.banner_srbtn span:after { right: 0; transform-origin: right; transform: rotate(45deg); }
/* 巾帼建功 */

.jgjg { background-color: #FFF; width: 100%; margin: 50px 0; }
.main { width: 82%; margin: 0 auto; }
.ititle { text-align: center; font-size: 30px; color: #1A1A1A; position: relative; padding-bottom: 10px; }
.ititle::before { content: ''; width: 20px; height: 3px; background: #E60012; border-radius: 1px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.ititle::after { content: ''; width: 120px; height: 1px; background: #E6E6E6; border-radius: 1px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.news-list { margin-top: 35px; }
.news-list ul { display: flex; justify-content: space-between; }
.news-list li { width: 30%; border-radius: 10px; overflow: hidden; }
.news-list li { display: block; }
.news-list li a { display: block; background-color: #fff; }
.news-list li a .img-box { position: relative; height: 220px; overflow: hidden; }
.news-list li a .img-box img { display: block; width: 100%; transition: all .5s; }
.news-list li a:hover img { transform: scale(1.1); }
.news-list li a .img-box span { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.news-list li a .con { padding: 10px 10px; background-color: #fcf8f5; }
.news-list li a .con .time { font-size: 15px; font-weight: 400; color: #999999; line-height: 30px; margin-bottom: 10px; }
.news-list li a .con h6 { font-size: 16px; font-weight: 400; color: #5a5757; line-height: 32px; height: 50px; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; text-overflow: -webkit-ellipsis-lastline; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.news-list li a .con .more-box { text-align: right; color: #b5120b; font-size: 14px; }
.news-list li a:hover .con .time, .news-list li a:hover .con h6, .news-list li a:hover .con .more-box { color: #b5120b; }
/* 清泉热线 */

.qqrx { background-color: #f0f1f3; width: 100%; margin: 50px 0; padding: 50px 0; }
.tabnav { text-align: center; margin-top: 35px; margin-bottom: 35px; }
.tabnav li { display: inline-block; margin-right: 58px; }
.tabnav li:last-child { margin-right: 0; }
.tabnav li a { font-size: 18px; color: #4D4D4D; }
.tabnav li.active a { color: #D70C19; }
.r_item { position: relative; width: 45%; height: 380px; border-radius: 10px; }
.r_item img { position: relative; z-index: 1; width: 100%; height: 380px; }
.r_item::after { content: ''; position: absolute; width: 93%; height: 100%; left: 10px; top: 10px; background: #8D272B; border-radius: 10px; z-index: 0; }
.l_item { width: 52%; }
.l_item .inews_list .swiper-container { background: #fff; border-radius: 10px; height: 400px; }
.l_item .inews_list .swiper-container .swiper-slide { padding: 0 30px; box-sizing: border-box; }
.l_item .inews_list .swiper-container .swiper-slide a { display: block; padding: 20px 0; position: relative; overflow: hidden; }
.l_item .inews_list .swiper-container .swiper-slide a .line::after { content: ''; position: absolute; width: 100%; height: 1px; background: #F2F2F2; left: 0; bottom: 0; z-index: 1; }
.l_item .inews_list .swiper-container .swiper-slide a .line::before { content: ''; position: absolute; width: 0; height: 1px; background: #D70C19; left: 0; bottom: 0; z-index: 2; transition: all 1s; }
.l_item .inews_list .swiper-container .swiper-slide a .desc { width: 86%; padding-left: 30px; border-left: 1px solid #E6E6E6; }
.l_item .inews_list .swiper-container .swiper-slide a .title { font-size: 18px; transition: all .5s; display: -webkit-box; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; }
.l_item .inews_list .swiper-container .swiper-slide a .p { font-size: 14px; color: #808080; line-height: 28px; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; margin-top: 10px; }
.l_item .inews_list .swiper-container .swiper-slide a:hover .title { font-weight: bolder; color: #D70C19; }
.l_item .inews_list .swiper-container .swiper-slide a:hover .line::before { width: 100%; }
.l_item .news-pagination { position: relative; margin-top: 8px; }
.l_item .news-pagination .swiper-pagination-bullet { width: 10px; height: 10px; border: 1px solid #E60012; border-radius: 50%; background: transparent; opacity: 1; margin: 0 5px; outline: none; }
.l_item .news-pagination .swiper-pagination-bullet-active { background: #E60012; }
.date { text-align: center; }
.date_r { font-size: 34px; font-weight: bold; }
.date_ny { font-size: 14px; color: #808080; }
/* 社会责任 */

.shzr .cont { height: auto; width: 750px; margin: 56px auto 0 auto; }
.shzr .cont .item>a { padding: 40px 40px; display: block; border: 1px solid #E6E6E6; border-radius: 10px; transition: all .5s; }
.shzr .cont .item img { transition: all .5s; }
.shzr .cont .item:hover img { transform: rotateY(180deg); }
.shzr .cont .item { display: inline-block; text-align: center; margin-right: 60px; width: 200px; box-sizing: border-box; position: relative; }
.shzr .cont .item:nth-child(3n) { margin-right: 0; }
.shzr .cont .item .zr_mc { font-size: 16px; margin-top: 15px; color: #1A1A1A; }
.shzr .cont .item .morea { transition: all .5s; opacity: 0; position: absolute; left: 50%; transform: translateX(-50%); font-size: 12px; color: #E60012; }
.shzr .cont .item:hover>a { border: 1px solid transparent; box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.06); padding-bottom: 80px; }
.shzr .cont .item:hover .morea { opacity: 1; transform: translateX(-50%) translateY(30px); }
/* 荣誉展示 */

.ryzs { background-color: #f0f1f3; width: 100%; margin: 50px 0 0 0; padding: 50px 0; }
.ryzs .cont { display: flex; align-items: center; margin-top: 50px; }
.ryzs .cont .prev { margin-right: 28px; }
.ryzs .cont .prev { margin-right: 48px; outline: none; }
.ryzs .cont .next i, .ryzs .cont .prev i { font-size: 26px; color: #DA2128; cursor: pointer; }
.ryzs.swiper-container { flex: 1; }
.ryzs .cont .swiper-slide img { width: 100%; transition: all .5s; }
.ryzs .cont .swiper-slide:hover img { transform: scale(1.1); }
.ryzs .cont .next.swiper-button-disabled i, .ryzs .cont .prev.swiper-button-disabled i { color: #CCCCCC; }
.ryzs .cont .next { margin-left: 28px; }
.ryzs .cont .next { transform: rotateY(180deg); margin-left: 48px; outline: none; }
/* footer */

footer { background: #F5F5F5; }
footer .footerT { display: flex; flex-wrap: wrap; justify-content: space-between; width: 82%; margin: 0 auto; padding: 50px 0 20px; }
footer .flogo { margin-top: 40px; }
footer .fnav .item { margin-left: 50px; display: inline-block; vertical-align: top; }
footer .fnav .item .t { font-size: 16px; color: #1A1A1A; font-weight: bolder; margin-bottom: 15px; }
footer .fnav .item ul { line-height: 38px; }
footer .fnav .item ul li a { font-size: 14px; color: #4D4D4D; }
footer .footerB { text-align: center; font-size: 13px; color: #999999; padding: 20px 0; border-top: 1px solid #E6E6E6; }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~内页~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 内页-banner */
.inner_banner { position: relative; overflow: hidden; max-height: 100vh; }
.inner_banner:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 57%; background: linear-gradient(to bottom, rgba(0,0,0,.4), rgba(0,0,0,0)); z-index: 3; }
.inner_banner > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.scaleBox { -webkit-animation-name: scaleBox; animation-name: scaleBox; }
 @keyframes scaleBox {
 0% {
 transform: scale(1.2);
}
 100% {
 transform: scale(1);
}
}
/* 当前位置 */
.ny-position { padding: 20px 0; text-align: right; font-size: 14px; color: #808080; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* 内页-二级导航 */
.nynav { border-top: 1px solid #EDEDED; }
.nynav ul { overflow-x: auto; white-space: nowrap; }
.nynav ul li { display: inline-block; margin-right: 58px; line-height: 48px; }
.nynav ul li.active a { color: #D70C19; }
.nynav ul li a { display: block; font-size: 15px; color: #4D4D4D; position: relative; }
.nynav ul li.active a:after { content: ''; position: absolute; width: 100%; top: 0; left: 0; height: 3px; background: #D70C19; }
/* 领导小组 */
.con_box { margin-top: 40px; margin-bottom: 40px; }
.ldxz-list { box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%); border-radius: 20px; padding: 20px; margin-bottom: 20px; }
.ldxz-list h1 { font-size: 18px; line-height: 36px; }
.ldxz-list p { font-size: 15px; line-height: 30px; }
/* 岗位简介 */
.cont-jj { box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%); border-radius: 20px; padding: 20px; margin-bottom: 20px; }
.cont-jj p { font-size: 15px; line-height: 30px; }
/* 岗位简介 */
.cont-cy { margin-top: 40px; }
.cont-cy dd { display: inline-block; vertical-align: top; width: 33%; padding: 40px 0 70px; transition: all .5s; text-align: center; }
.cont-cy dd .img { width: 152px; height: 152px; border-radius: 50%; overflow: hidden; margin: 0 auto; border: 4px solid #e6e6e6; }
.cont-cy dd .img img { width: 100%; height: 100%; object-fit: cover; }
.cont-cy dd h1 { font-size: 15px; line-height: 30px; font-weight: bold; color: #333; }
.cont-cy dd p { font-size: 14px; line-height: 28px; color: #666; }
/* 荣誉展示 */
.ryzs_list ul { font-size: 0px; }
.ryzs_list ul li { width: 30%; margin-bottom: 30px; display: inline-block; margin-right: 5%; }
.ryzs_list ul li img { width: 100%; display: block; transition: all .5s; }
.ryzs_list ul li:hover img { transform: scale(1.1); }
.ryzs_list ul li:nth-child(3n) { margin-right: 0; }
/* 通用列表 */

.gylb_list { font-size: 0; }
.gylb_list dd { display: inline-block; vertical-align: top; width: 49%; margin-right: 2%; transition: all .5s; box-sizing: border-box; padding: 40px 30px 36px; background: #FAFAFA; margin-bottom: 30px; transition: all .3s; }
.gylb_list dd a { display: block; }
.gylb_list dd .l_item { width: 80%; float: left; }
.gylb_list dd .text_bt { font-size: 16px; color: #1A1A1A; margin-bottom: 25px; }
.text_bt { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gylb_list dd .text_cy { font-size: 14px; color: #999999; line-height: 24px; }
.text_cy { display: -webkit-box; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; }
.gylb_list dd .r_more { float: right; margin-top: 30px; text-decoration: underline; color: #D70C19; font-size: 15px; }
.gylb_list dd:nth-child(2n) { margin-right: 0; }
.gylb_list dd:hover { transform: translateY(-10px); background: #D70C19; }
.gylb_list dd:hover .text_bt { color: #fff; }
.gylb_list dd:hover .text_cy { color: #fff; }
.gylb_list dd:hover .r_more { color: #fff; }
/* 内容页 */

.main-pad { border-bottom: 1px solid #e1e1e1; padding: 20px 0; margin-bottom: 30px; }
.main-pad h1 { font-size: 24px; line-height: 90px; text-align: center; }
.main-pad p { font-size: 15px; line-height: 30px; color: #666; text-align: center; }
.main-pad p span { padding: 0 10px; }
.main-con p { font-size: 16px; line-height: 32px; color: #333; padding-bottom: 10px; }
.main-con p img { max-width: 640px; height: auto !important; clear: both; margin: 0px auto; display: initial; text-align: center; }
.response-more { flex: 1; max-width: 100%; max-height: 100%; margin-top: 30px; }
.response-transition { display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; display-radio: flex; margin-right: auto; max-width: none; margin-left: auto; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #dddddd; }
.p_item p { margin-right: 10px; font-size: 15px; color: rgba(85,85,85,1); }
.btn-primary { display: block; position: relative; overflow: hidden; text-align: center; box-sizing: border-box; width: 100px; background-color: rgba(164,105,55,1); font-size: 14px; color: #FFF; line-height: 48px; margin-right: 20px; }
.btn-primary:hover { color: #fff; }
.lucidity_pgToolbar { border: none !important; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~手机版~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


@media screen and (min-width:1200px) {
/* header */
.menu, .menu_bg { display: none; }
.nav_box > ul { padding: 0 3%; }
.nav_box > ul > li:not(.active):hover > a { color: var(--curColor); }
.nav_box > ul > li > a span { padding: .66em .5em; position: relative; }
.nav_box > ul > li > a span:before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: var(--curColor); transform: scaleX(0); transition: all .35s; }
.nav_box > ul > li.active > a span:before { transform: scaleX(1); }
.header_box { transition: transform .35s; }
.header_box.header_box2 { transform: translateY(-100px); }
.header_box.header_box2 .header_bot:before { box-shadow: 0 0 20px rgba(0,0,0,.1); }
/* 二级导航 */
nav ul>li:hover .subnav { -webkit-transform: perspective(300px) scaleY(1) translateZ(0); transform: perspective(300px) scaleY(1) translateZ(0); visibility: visible; opacity: 1; }
nav ul>li .subnav li a:hover { background-color: var(--curColor); color: #fff; }
/* banner */
.banner_box:hover .swiper-button-prev { left: 2vw; }
.banner_box:hover .swiper-button-next { right: 2vw; }
.banner_box .swiper-button-white:hover { background: rgba(0,0,0,.4); }
.banner_srbtn:hover span { transform: translateY(0); }
.banner_srbtn:hover span i { transform: scaleY(1); transition: all .5s .2s; }
}

@media screen and (max-width:1200px) {
.center_box, .center_box2 { width: 92%; }
.menu { position: fixed; top: 0; right: 1%; width: 44px; height: 60px; z-index: 99999; }
.menu:hover { cursor: pointer; }
.menu > i { position: absolute; width: 24px; height: 2px; top: 50%; left: 10px; background-color: #fff; pointer-events: auto; transition-duration: .35s; transition-delay: .35s; }
.menu > i:before, .menu > i:after { position: absolute; display: block; width: 100%; height: 2px; top: 0; left: 50%; background-color: #fff; content: ""; transition: -webkit-transform 0.35s; transition: transform 0.35s; transition: transform 0.35s, -webkit-transform 0.35s; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.menu > i:before { -webkit-transform: translate(-50%, -7px); transform: translate(-50%, -7px); }
.menu > i:after { -webkit-transform: translate(-50%, 7px); transform: translate(-50%, 7px); }
.menu_bg { position: fixed; width: 100vw; height: 0; top: 0; left: 0; z-index: 999; background: #fff; -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000); -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000); -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000); -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000); transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000); }
input.hamburger { height: 0; display: none; }
input.hamburger:checked ~ .menu_bg { height: 100vh; }
input.hamburger:checked ~ label.menu > i { background-color: transparent; -webkit-transform: rotate(90deg); transform: rotate(90deg); }
input.hamburger:checked ~ label.menu > i:before { background-color: var(--curColor); -webkit-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }
input.hamburger:checked ~ label.menu > i:after { background-color: var(--curColor); -webkit-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }
input.hamburger:checked ~ .header_bot .nav_box { top: 0; opacity: 1; }
input.hamburger:checked ~ .header_top .header_tr { top: 0; opacity: 1; }
/* ~~~~~~~~~~~~~~~~~~ */
header, body, html { width: 100vw !important; }
body { overflow-x: hidden; }
body.active { overflow: hidden; }
/* header */
.header_box > .center_box, .header_height, .header_box .header_top .center_box { height: 60px; }
.header_box .logo img, .header_box.header_box2 .logo img { max-height: 34px; }
.header_box.header_box2 .nav_box > ul > li > a { height: auto; }
.header_box { position: fixed; top: 0; left: 0; width: 100%; transition: background-color .35s, box-shadow .35s; }
.header_box .logo img { max-width: 50vw; }
.header_box .header_tf { display: none; }
.header_tel { margin-right: 36px; }
.header_box .header_bot { z-index: 9990; }
.header_box.header_box2 { transform: none; background: rgba(255,255,255,.8); backdrop-filter: blur(6px); box-shadow: 0 0 15px rgba(0,0,0,.08); }
.header_box.header_box2 .logo .logo1 { display: none; }
.header_box.header_box2 .logo .logo2 { display: block; }
.header_box2 .header_tel { color: var(--curColor); }
.header_box2 .menu > i, .header_box2 .menu > i:before, .header_box2 .menu > i:after { background: var(--curColor); }
.nav_box { position: fixed; width: 100%; height: 100vh; top: -100vh; left: 0; z-index: 9997; opacity: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; transition: top .3s, opacity .3s; }
.nav_box:before { content: ""; position: absolute; top: 0; left: 0; z-index: 5; width: 100%; height: 100px; background: -webkit-linear-gradient(top, #fff, rgba(255,255,255,0)); background: linear-gradient(to bottom, #fff, rgba(255,255,255,0)); pointer-events: none; }
.nav_box>ul { width: 92%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; flex-direction: column; }
.nav_box>ul>li { padding: 2vh 0; margin-right: 0; border-bottom: solid 1px rgba(0,0,0,.1); height: auto; display: block; position: relative; }
.nav_box>ul>li + li { margin-left: 0; }
.nav_box>ul>li>a { font-size: 16px; color: #191919; display: block; padding: 1vh 10px; position: static; height: auto; text-align: left; }
.nav_box>ul>li.has_subnav>a { display: inline-block; pointer-events: none; }
.nav_box>ul>li.active>a { color: var(--curColor); background: none; }
.nav_box>ul>li>a:before { display: none; }
.nav_box>ul>li>a:after { content: ""; position: absolute; right: 10px; top: calc(3vh + 10px); width: 8px; height: 8px; margin-top: -4px; border-right: 2px solid #ccc; border-top: 2px solid #ccc; transform: rotate(45deg); pointer-events: none; }
.nav_box>ul>li.active>a:after { border-color: var(--curColor); }
.nav_box>ul>li.current.has_subnav>a:after { transform: rotate(135deg); }
.nav_box > ul > li > a .nav_dec { display: none; }
nav>ul>li.has_subnav>a:before { content: ""; position: absolute; border-left: solid 6px transparent; border-right: solid 6px transparent; border-top: solid 6px #ccc; top: 50%; margin-top: -3px; right: 0; }
nav>ul>li.has_subnav.current>a:before { border-top-color: #c19b76; }
.subnav ol li a { text-align: left; }
nav ul>li .subnav { position: static; width: 100%; border-top: none; box-shadow: none; -webkit-transform: perspective(300px) scaleY(0) translateZ(30px); transform: perspective(300px) scaleY(0) translateZ(30px); visibility: hidden; opacity: 0; -webkit-transform-origin: top; transform-origin: top; -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease, height 500ms ease, max-height 500ms ease; transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease, height 500ms ease, max-height 500ms ease; -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease, height 500ms ease, max-height 500ms ease; transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease, height 500ms ease, max-height 500ms ease; transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, height 500ms ease, max-height 500ms ease; transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease, height 500ms ease, max-height 500ms ease; transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease, height 500ms ease, max-height 500ms ease; max-height: 0; margin-left: 0; padding: 0 20px; }
nav ul>li.current .subnav { -webkit-transform: perspective(300px) scaleY(1) translateZ(0); transform: perspective(300px) scaleY(1) translateZ(0); visibility: visible; opacity: 1; max-height: 312px; }
nav ul>li .subnav li a { text-align: left; font-size: 14px; }
/* banner */
.banner_srbtn { display: none; }
/* 巾帼建功 */

.jgjg { background-color: #FFF; width: 100%; margin: 20px 0; }
.main { width: 90%; margin: 0 auto; }
.ititle { text-align: center; font-size: 18px; color: #1A1A1A; position: relative; padding-bottom: 10px; }
.news-list { margin-top: 20px; }
.news-list ul { display: block; justify-content: space-between; }
.news-list li { width: 100%; border-radius: 10px; overflow: hidden; margin-bottom: 20px; }
.news-list li { display: block; }
.news-list li a { display: block; background-color: #fff; }
.news-list li a .img-box { position: relative; height: auto; overflow: hidden; }
.news-list li a .img-box img { display: block; width: 100%; transition: all .5s; }
.news-list li a .con { padding: 5%; background-color: #fcf8f5; }
.news-list li a .con .time { font-size: 14px; font-weight: 400; color: #999999; line-height: 30px; margin-bottom: 10px; }
.news-list li a .con h6 { font-size: 16px; font-weight: 400; color: #5a5757; line-height: 32px; height: 50px; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; text-overflow: -webkit-ellipsis-lastline; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.news-list li a .con .more-box { text-align: right; color: #b5120b; font-size: 14px; }
.l_item .inews_list .swiper-container .swiper-slide { padding: 0 10px; box-sizing: border-box; }
.l_item .inews_list .swiper-container .swiper-slide a .desc { width: 80%; padding-left: 10px; border-left: 1px solid #E6E6E6; }
/* 清泉热线 */

.qqrx { background-color: #f0f1f3; width: 100%; margin: 10px 0; padding: 20px 0; }
.tabnav { text-align: center; margin-top: 20px; margin-bottom: 20px; }
.tabnav li { margin-right: 10px; margin-bottom:10px;}
.tabnav li a { font-size: 16px; color: #4D4D4D; }
.r_item { position: relative; width: 100%; height: auto; border-radius: 10px; float: none; }
.r_item img { position: relative; z-index: 1; width: 100%; height: 98%; }
.r_item::after { width: 100%; }
.l_item { width: 100%; float: none; margin-top: 30px; }
.l_item .inews_list .swiper-container { background: #fff; border-radius: 10px; height: 400px; }
.l_item .inews_list .swiper-container .swiper-slide a .title { font-size: 16px; transition: all .5s; display: -webkit-box; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; }
.l_item .inews_list .swiper-container .swiper-slide a .p { font-size: 14px; color: #808080; line-height: 28px; display: -webkit-box; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; margin-top: 10px; }
.date { text-align: center; }
.date_r { font-size: 18px; font-weight: bold; }
.date_ny { font-size: 14px; color: #808080; }
/* 社会责任 */

.shzr .cont { height: auto; width: 100%; margin: 20px auto 0 auto; }
.shzr .cont .item>a { padding: 20px 5%; }
.shzr .cont .item { display: inline-block; text-align: center; margin-right: 3%; width: 30%; box-sizing: border-box; position: relative; }
.shzr .cont .item:nth-child(3n) { margin-right: 0; }
.shzr .cont .item .zr_mc { font-size: 16px; margin-top: 15px; color: #1A1A1A; }
.shzr .cont .item .morea { transition: all .5s; opacity: 0; position: absolute; left: 50%; transform: translateX(-50%); font-size: 12px; color: #E60012; }
.shzr .cont .item:hover>a { border: 1px solid transparent; box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.06); padding-bottom: 80px; }
.shzr .cont .item img { width: 50%; }
/* 荣誉展示 */

.ryzs { background-color: #f0f1f3; width: 100%; margin: 20px 0 0 0; padding: 20px 0; }
.ryzs .cont { display: flex; align-items: center; margin-top: 20px; }
/* footer */

footer { background: #F5F5F5; }
footer .footerT { display: none; }
/* 当前位置 */

/* 内页-二级导航 */
.nynav ul li { display: inline-block; margin-right: 20px; line-height: 48px; }
/* 领导小组 */
.con_box { margin-top: 20px; margin-bottom: 20px; }
.ldxz-list { box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%); border-radius: 20px; padding: 20px; margin-bottom: 20px; }
.ldxz-list h1 { font-size: 16px; line-height: 32px; }
.ldxz-list p { font-size: 14px; line-height: 28px; }
/* 岗位简介 */
.cont-jj { box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%); border-radius: 20px; padding: 20px; margin-bottom: 20px; }
.cont-jj p { font-size: 15px; line-height: 30px; }
/* 岗位成员 */
.cont-cy { margin-top: 40px; }
.cont-cy dd { width: 100%; padding: 20px 0 }
.cont-cy dd .img { width: 152px; height: 152px; border-radius: 50%; overflow: hidden; margin: 0 auto; border: 4px solid #e6e6e6; }
.cont-cy dd .img img { width: 100%; height: 100%; object-fit: cover; }
.cont-cy dd h1 { font-size: 15px; line-height: 30px; font-weight: bold; color: #333; }
.cont-cy dd p { font-size: 14px; line-height: 28px; color: #666; }
/* 通用列表 */

.gylb_list { font-size: 0; }
.gylb_list dd { display: inline-block; vertical-align: top; width: 100%; margin-right: 0%; transition: all .5s; box-sizing: border-box; padding: 20px; background: #FAFAFA; margin-bottom: 20px; transition: all .3s; }
.gylb_list dd a { display: block; }
.gylb_list dd .l_item { width: 100%; float: left; margin-top: 20px; }
.gylb_list dd .text_bt { font-size: 16px; color: #1A1A1A; margin-bottom: 25px; }
.text_bt { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gylb_list dd .text_cy { font-size: 14px; color: #999999; line-height: 24px; }
.text_cy { display: -webkit-box; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; }
.gylb_list dd .r_more { float: right; margin-top: 20px; text-decoration: underline; color: #D70C19; font-size: 15px; }
.gylb_list dd:nth-child(2n) { margin-right: 0; }
.gylb_list dd:hover { transform: translateY(-10px); background: #D70C19; }
.gylb_list dd:hover .text_bt { color: #fff; }
.gylb_list dd:hover .text_cy { color: #fff; }
.gylb_list dd:hover .r_more { color: #fff; }
/* 内容页 */

.main-pad { border-bottom: 1px solid #e1e1e1; padding: 20px 0; margin-bottom: 30px; }
.main-pad h1 { font-size: 20px; line-height: 60px; text-align: center; }
.main-pad p { font-size: 14px; line-height: 30px; color: #666; text-align: center; }
.main-pad p span { padding: 0 10px; }
.main-con p { font-size: 16px; line-height: 32px; color: #333; padding-bottom: 10px; }
.main-con p img { max-width: 80%; height: auto !important; clear: both; margin: 0px auto; display: initial; text-align: center; }
.response-more { flex: 1; max-width: 100%; max-height: 100%; margin-top: 30px; }
.response-transition { display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; display-radio: flex; margin-right: auto; max-width: none; margin-left: auto; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #dddddd; }
.p_item p { margin-right: 10px; font-size: 15px; color: rgba(85,85,85,1); }
.btn-primary { display: block; position: relative; overflow: hidden; text-align: center; box-sizing: border-box; width: 100px; background-color: rgba(164,105,55,1); font-size: 14px; color: #FFF; line-height: 48px; margin-right: 20px; }
.btn-primary:hover { color: #fff; }
/* 荣誉展示 */
.ryzs_list ul { font-size: 0px; }
.ryzs_list ul li { width: 46%; margin-bottom: 20px; display: inline-block; margin-right: 4%; }
.ryzs_list ul li img { width: 100%; display: block; }
.ryzs_list ul li:nth-child(2n) { margin-right: 0; }
.ryzs_list ul li:nth-child(3n) { margin-right: 4%; }
}
