/*
* @Author: Sun Jijing
* @Date:   2024-05-08 10:16:07
* @Last Modified by: Sun Jijing
* @Last Modified time: 2024-05-08 14:22:37
*/

/* banner */
.banner { position: relative; }
.banner_list li { text-align: center; }
.banner_list li img { display: inline-block; margin: 0 auto; }
.banner_but { position: absolute; bottom: 50px !important; text-align: center; z-index: 10; }
.banner_but li { width: 40px; height: 8px; border-radius: 8px; background: #fff; opacity: 0.2; display: inline-block; margin: 0 10px; }
.banner_but li.on { opacity: 1; }

/* 通知公告 */
.tzgg { background: #fff; overflow: hidden; }
.tzgg .tit { width: 120px; height: 50px; line-height: 50px; text-align: center; float: left; background: #1f5591; }
.tzgg .tit a { display: block; font-size: 16px; color: #fff; font-weight: bold; display: flex; align-items: center; justify-content: center; }
.tzgg .tit img { display: inline-block; vertical-align: middle; margin-right: 10px; }
.tzgg_con { width: 1050px; overflow: hidden; position: relative; }
.tzgg_con::after { content: ''; display: block; width: 60px; height: 50px; background: linear-gradient(to left, rgba(255,255,255,1),rgba(255,255,255,0)); position: absolute; z-index: 5; right: 0; top: 0; }
.tzgg_list li { float: left; margin: 0 30px; width: 250px; }
.tzgg_list li a { display: block; font-size: 16px; color: #333; line-height: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* 新闻中心 */
.xwzx { margin-top: 40px; margin-bottom: 40px; }
.xwzx_pic { width: 600px; }
.xwzx_pic_list li { border-radius: 8px; overflow: hidden; }
.xwzx_pic_list li .img { height: 350px; overflow: hidden; }
.xwzx_pic_list li .img img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: all linear 400ms; }
.xwzx_pic_list li .tit { height: 85px; line-height: 85px; background: #fff; padding: 0 15px; font-size: 18px; color: #1f5591; text-align: center; }
.xwzx_pic_list li:hover .img img { transform: scale(1.1); }

.xwzx_tab { width: 540px; background: #fff; border-radius: 8px; padding: 20px 20px 15px; }
.xwzx_tab_hd { height: 50px; border-bottom: 1px solid #eef2f8; margin-bottom: 10px; }
.xwzx_tab_hd a { display: inline-block; font-size: 20px; color: #333; line-height: 47px; margin-right: 55px; }
.xwzx_tab_hd a.on { font-size: 24px; border-bottom: 4px solid #1f5591; color: #1f5591; }

.news_list li { line-height: 34px; height: 34px; }
.news_list li a { font-size: 16px; color: #333; float: left; display: inline-block; max-width: 75%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_list li span { font-size: 16px; color: #666; float: right; }
.news_list li:hover a { color: #1f5591; }
.news_list li:hover span { color: #333; }

/* 产业与服务 */
.cyyfw { padding-top: 50px; padding-bottom: 30px; background: #1f5591 url(cyyfw_bg.png) no-repeat left top; }
.cyyfw_con { position: relative; }
.cyyfw_con > .tit { margin-bottom: 25px; text-align: center; }
.cyyfw_con > .tit a { font-size: 24px; color: #fff; }
.cyyfw_hd { margin-bottom: 20px; text-align: center; }
.cyyfw_hd a { display: inline-block; line-height: 42px; height: 42px; padding: 0 20px; margin: 0 20px; font-size: 18px; color: #fff; border-radius: 8px; }
.cyyfw_hd a.on { background: #e5f2ff; color: #1f5591; }
.cyyfw_bd { width: 1080px; margin: 0 auto; background: #e8f1f9; border-radius: 8px; overflow: hidden; }
.cyyfw_item .txt { padding: 50px 40px 40px; width: 460px; height: 225px; }
.cyyfw_item.item01 .txt { background: url(cpyfw_item01_bg.png) no-repeat right bottom; }
.cyyfw_item.item02 .txt { background: url(cpyfw_item02_bg.png) no-repeat right bottom; }
.cyyfw_item.item03 .txt { background: url(cpyfw_item03_bg.png) no-repeat right bottom; }
.cyyfw_item.item04 .txt { background: url(cpyfw_item04_bg.png) no-repeat right bottom; }
.cyyfw_item.item05 .txt { background: url(cpyfw_item05_bg.png) no-repeat right bottom; }
.cyyfw_item.item06 .txt { background: url(cpyfw_item06_bg.png) no-repeat right bottom; }
.cyyfw_item .tit { font-size: 24px; color: #1f5591; margin-bottom: 20px; display: flex; align-items: center; }
.cyyfw_item .tit img { display: inline-block; vertical-align: middle; margin-right: 10px; }
.cyyfw_item .smy { font-size: 16px; line-height: 26px; color: #333; text-align: justify; height: 130px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }
.cyyfw_item .more { text-align: right; line-height: 28px; padding-right: 40px; background: url(cpyfw_more.png) no-repeat right center; }
.cyyfw_item .more a { display: inline-block; font-size: 16px; color: #1f5591; }
.cyyfw_item .img { width: 50%; height: 315px; overflow: hidden; }
.cyyfw_item .img img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: all linear 400ms; }
.cyyfw_item:hover .img img { transform: scale(1.1); }
.cyyfw_but { display: block; width: 36px; height: 36px; border-radius: 50%; background: #fff; font-size: 22px; font-weight: bold; color: #1f5591; line-height: 36px; text-align: center; font-family: "宋体"; opacity: 0.5; position: absolute; bottom: 140px; }
.cyyfw_but:hover { opacity: 1; }
.cyyfw_but.prev { left: 0; }
.cyyfw_but.next { right: 0; }

/* 媒体报道、行业资讯&视频专栏 */
.medianews { margin-top: 30px; margin-bottom: 40px; }
.news_module { background: #fff; border-radius: 8px; padding: 10px 20px 15px; }
.module_left { width: 680px; }
.module_right { width: 420px; }
.xpzl_con { padding: 12px 0 10px; }
.xpzl_con .item { width: 202px; height: 114px; overflow: hidden; border-radius: 6px; }
.xpzl_con .item a { display: block; position: relative; }
.xpzl_con .item a::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; background: url(/zxjc/uiFramework/commonResource/image/2024050816393222781.png) no-repeat center; top: 0; left: 0; }
.xpzl_con .item img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: all linear 400ms; }
.xpzl_con .item:hover img { transform: scale(1.1); }

/* 专题专栏 */
.ztzl { padding-bottom: 40px; }
.ztzl_list li img { display: block; width: 100%; height: 200px; object-fit: cover; }
.ztzl_but { position: static; text-align: center; height: 4px; margin-top: 20px; display: flex; justify-content: center; }
.ztzl_but li { width: 18px; height: 4px; border-radius: 8px; background: #1f5591; opacity: 0.2; display: inline-block; margin: 0 6px; }
.ztzl_but li.on { opacity: 1; }

/* 党群建设 */
.dqfc {  margin-bottom: 40px; }
.dqjs_con { padding-top: 5px; padding-bottom: 15px; }
.dqjs_con .img { width: 250px; height: 142px; overflow: hidden; }
.dqjs_con .img img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: all linear 400ms; }
.dqjs_con .txt { width: 405px; }
.dqjs_con .tit a { display: block; font-size: 18px; line-height: 36px; font-weight: bold; margin-bottom: 5px; }
.dqjs_con .smy { font-size: 16px; color: #333; line-height: 24px; text-align: justify; }
.dqjs_con:hover .img img { transform: scale(1.1); }

/* 员工风采 */
.ygfc_con { padding-top: 5px; }
.ygfc_list li { overflow: hidden; margin-bottom: 22px; }
.ygfc_list li .img { float: left; width: 174px; height: 98px; overflow: hidden; }
.ygfc_list li .img img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: all linear 400ms; }
.ygfc_list li:hover .img img { transform: scale(1.1); }
.ygfc_list li .txt { width: 225px; float: right; }
.ygfc_list li .tit { font-size: 18px; color: #1f5591; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ygfc_list li .smy { font-size: 16px; line-height: 24px; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; height: 72px; }

/* 企业文化 */
.qywh { margin-top: 40px; margin-bottom: 40px; }
.qywh_con { overflow: hidden; padding-top: 20px; padding-bottom: 25px; }
.qywh_list { width: 110%; }
.qywh_list li { width: 372px; height: 210px; float: left; margin-right: 22px; position: relative; border-radius: 8px; overflow: hidden; }
.qywh_list li img { display: block; width: 100%; height: 100%; transform: scale(1); transition: all linear 400ms; }
.qywh_list li p { height: 55px; line-height: 55px; text-align: center; font-size: 18px; color: #fff; background: #1f5591; position: absolute; bottom: 0; width: 100%; }

@media screen and (max-width: 1920px) {
	.xwzx_pic_list li .tit { line-height: 1.2em; display: flex; justify-content: center; align-items: center; }
}