@charset "utf-8";
/******内页******/
.inpage-container{min-height: 500px;padding: 90px 0;}
/*面包屑*/
.bread{display: inline-block;vertical-align: top;line-height: 20px;color: #999;}
.bread .icon{display: inline-block;vertical-align: middle;width: 14px;height: 14px;margin: -.25em .4em 0 0;background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMiAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEgLjQ4TC0uMDEgMTAuN2wxLjAyIDEuMS45OS0uOTJ2OC42Mmg3LjVWMTJoM3Y3LjVIMjB2LTguNjJsLjk5LjkyIDEuMDItMS4xTDExIC40OHptMCAyLjA0bDcuNSA2Ljk3MlYxOEgxNHYtNy41SDhWMThIMy41VjkuNDkyTDExIDIuNTJ6IiBmaWxsPSIjOUY5RjlGIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=');background-size: 100% 100%;}
.bread a{position: relative;display: inline-block;vertical-align: top;margin: 0 4px;color: #999;transition: 0.3s;}
.bread a:nth-of-type(1){margin-left: 0;}
.bread a.on,.bread a:hover{color: #187AC6;}
/*分页*/
.page{padding-top: 40px;font-size: 0;text-align: center;}
.page > *{display: inline-block;box-sizing: border-box;padding: 0 1.1em;margin: 0 5px;height: 40px;background-color: #fff;border: 1px solid #e6e6e6;font-size: 14px;line-height: 40px;color: #333;transition: 0.3s;}
.page input{width: 60px;text-align: center;}
.page .no-border{padding: 0 .5em;border-color: transparent;}
.page > a.on,.page > a:hover{background-color: #187AC6;border-color: #187AC6;color: #fff;}

/*内页banner*/
.inpage-banner{height: 500px;background-position: center;background-size: cover;background-repeat: no-repeat;}
.inpage-banner .title{position: absolute;left: 0;top: 50%;transform: translateY(-60%);color: #fff;text-shadow: 2px 2px 4px rgba(0,0,0,.5);}
.inpage-banner .title .cn{font-size: 45px;line-height: 1;}
.inpage-banner .title .en{margin-top: 15px;font-size: 24px;line-height: 1;text-transform: uppercase;}

/*内页头部栏*/
.inpage-top-wrap{height: 70px;border-bottom: 1px solid #ddd;}
.inpage-top-wrap .w1400{display: flex;justify-content: space-between;align-items: center;}
.inpage-top-wrap .top-nav{font-size: 0;white-space: nowrap;overflow-x: auto;}
.inpage-top-wrap .top-nav li{display: inline-block;vertical-align: top;margin-left: 50px;}
.inpage-top-wrap .top-nav li:first-child{margin-left: 0;}
.inpage-top-wrap .top-nav li a{position: relative;display: block;font-size: 16px;line-height: 70px;transition: 0.3s;}
.inpage-top-wrap .top-nav li a:after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 2px;background-color: #187AC6;transform: scaleX(0);transition: 0.3s;}
.inpage-top-wrap .top-nav li:hover a:after{transform: scaleX(1);}
.inpage-top-wrap .top-nav li.on a{color: #187AC6;}
.inpage-top-wrap .top-nav li.on a:after{transform: scaleX(1);}

/*内页标题*/
.inpage-title{margin-bottom: 30px;text-align: center;}
.inpage-title .name{position: relative;display: inline-block;vertical-align: top;padding-bottom: 20px;font-size: 36px;line-height: 45px;font-weight: bold;color: #187AC6;}
.inpage-title .name:after{content: '';position: absolute;left: 50%;bottom: 0;width: 50px;height: 6px;background-color: #F7BE00;transform: translateX(-50%);}
.inpage-title.left{text-align: left;}
.inpage-title.left .name:after{left: 0;transform: translateX(0);}

/*关于我们页*/
.about-page{background: url(../images/about_page_bg.jpg) center bottom no-repeat;background-size: cover;}
/*公司简介*/
.company-profile{display: flex;justify-content: space-between;flex-wrap: wrap;}
.company-profile .info{width: 47%;max-height: 590px;padding-right: 50px;font-size: 16px;line-height: 30px;text-align: justify;color: #666;overflow-y: auto;}
.company-profile .info p{margin-bottom: 20px;}
.company-profile .pic{position: relative;width: 39%;}
.company-profile .pic em{display: block;padding-top: 110%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.company-profile .pic .tit{position: absolute;left: -100px;bottom: 100px;padding: 45px 40px;background-color: #F7BE00;font-size: 36px;font-weight: bold;color: #fff;}
.company-profile .pic .tit span{position: relative;display: inline-block;vertical-align: top;padding-bottom: 25px;line-height: 45px;}
.company-profile .pic .tit span:after{content: '';position: absolute;left: 0;bottom: 0;width: 50px;height: 6px;background-color: #fff;}
/*数据展示区*/
.data-show-wrap{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 70px;background-color: #fff;}
.data-show-wrap .item{position: relative;width: 25%;box-sizing: border-box;padding: 35px 50px;background: url(../images/logo_elem.png) right bottom no-repeat;background-size: 88px 88px;transition: 0.5s;}
.data-show-wrap .item:before{content: '';position: absolute;left: 0;top: 50%;width: 1px;height: 60px;background-color: #E4E4E4;transform: translateY(-50%);}
.data-show-wrap .item:first-child:before{display: none;}
.data-show-wrap .item .num{height: 40px;line-height: 40px;}
.data-show-wrap .item .num span{font-size: 50px;font-weight: bold;}
.data-show-wrap .item .num i{font-size: 16px;}
.data-show-wrap .item .num em{display: inline-block;vertical-align: super;font-size: 30px;font-weight: bold;transform: translateY(-0.5em);}
.data-show-wrap .item .txt{margin-top: 15px;font-size: 16px;line-height: 20px;}
.data-show-wrap .item.on{background-color: #187AC6;color: #fff;}

/*董事长致辞页*/
.chairman-page{}
.chairman-page .part1{background-color: #187AC6;overflow: hidden;}
.chairman-page .part2{padding: 70px 0 90px;}
.chairman-page .part3{padding: 60px 0 100px;background-color: #F4F9FD;}
/*董事长致辞*/
.chairman-speech{display: flex;justify-content: space-between;flex-wrap: wrap;}
.chairman-speech .pic{width: 32%;margin-top: 60px;overflow: hidden;}
.chairman-speech .pic em{display: block;padding-top: 121%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.chairman-speech .info{z-index: 1;position: relative;width: 68%;box-sizing: border-box;padding: 75px 0 75px 95px;background-color: #F4F9FD;}
.chairman-speech .info:before{content: '';z-index: -1;position: absolute;left: 0;top: 0;bottom: 0;width: 2000px;background-color: #F4F9FD;}
.chairman-speech .info .txt{font-size: 16px;line-height: 30px;color: #666;}
.chairman-speech .info .txt p{margin-bottom: 20px;}
/*领导列表*/
/*.leader-list{}*/
/*edit by sshi 2024/04/16*/
.leader-list{overflow:hidden}
.leader-list li{float: left;width: 18%;margin: 0 7.5% 2%;}
/*.leader-list li:nth-child(-n+2){margin: 0 16% 2%;}*/
/* edit by sshi */.leader-list li:nth-child(-n+1){margin: 0 40.5% 2%;}
/* edit by sshi */.leader-list li:nth-child(n+5){margin: 0 3.5% 2%;}
.leader-list li a{display: block;}
.leader-list li .pic{overflow: hidden;}
.leader-list li .pic em{display: block;padding-top: 120%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.leader-list li .info{padding: 10px;background-color: #F7F7F7;line-height: 30px;text-align: center;}
.leader-list li .info .tit{font-size: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.leader-list li .info .txt{font-size: 16px;color: #999;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.leader-list li:hover .pic em{transform: scale(1.05);}
.leader-list li:hover .info .tit{color: #187AC6;}
.leader-list li:hover .info .txt{color: #187AC6;}
/*组织机构*/
.zzjg-box img{cursor: zoom-in;}

/*历史沿革页*/
.history-page{background: url(../images/history_page_bg.jpg) center no-repeat;background-size: cover;}
/*发展历程选项卡*/
.history-tab-box{display: flex;justify-content: space-between;}
.history-tab-box .tabs{width: 80px;margin-right: 15%;}
.history-tab-box .tabs .item{margin-top: 40px;font-family: 'DIN-Light';font-size: 20px;line-height: 20px;cursor: pointer;transition: 0.3s;}
.history-tab-box .tabs .item:first-child{margin-top: 0;}
.history-tab-box .tabs .item.on{color: #187AC6;}
.history-tab-box .tabs .item.on:after{content: "~";}
.history-tab-box .tab-content{position: relative;width: 100%;min-height: 500px;overflow: hidden;}
.history-tab-box .details{display: flex;justify-content: space-between;margin-right: 60px;}
.history-tab-box .details .year{width: 60px;margin-right: 30px;font-size: 24px;line-height: 30px;font-weight: bold;}
.history-tab-box .details .list{position: relative;box-sizing: border-box;width: 100%;padding-left: 50px;padding-bottom: 40px;overflow: hidden;}
.history-tab-box .details .list:before{content: '';position: absolute;left: 0;top: 0;width: 20px;height: 20px;background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMiAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi41IDE4LjVhLjUuNSAwIDEgMSAwIDEgLjUuNSAwIDAgMSAwLTF6bTMgMGEuNS41IDAgMSAxIDAgMSAuNS41IDAgMCAxIDAtMXptMyAwYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem0zIDBhLjUuNSAwIDEgMSAwIDEgLjUuNSAwIDAgMSAwLTF6bS0xMi0zYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem02IDBhLjUuNSAwIDEgMSAwIDEgLjUuNSAwIDAgMSAwLTF6bTMgMGEuNS41IDAgMSAxIDAgMSAuNS41IDAgMCAxIDAtMXptMyAwYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem0tOSAwYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem0xMiAwYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem0tMTItM2EuNS41IDAgMSAxIDAgMSAuNS41IDAgMCAxIDAtMXptLTMgMGEuNS41IDAgMSAxIDAgMSAuNS41IDAgMCAxIDAtMXptLTMgMGEuNS41IDAgMSAxIDAgMSAuNS41IDAgMCAxIDAtMXptOSAwYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem0zIDBhLjUuNSAwIDEgMSAwIDEgLjUuNSAwIDAgMSAwLTF6bTMgMGEuNS41IDAgMSAxIDAgMSAuNS41IDAgMCAxIDAtMXptMyAwYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem0zIDBhLjUuNSAwIDEgMSAwIDEgLjUuNSAwIDAgMSAwLTF6bS0xNS0zYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem05IDBhLjUuNSAwIDEgMSAwIDEgLjUuNSAwIDAgMSAwLTF6bS0xMiAwYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem0tMyAwYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem05IDBhLjUuNSAwIDEgMSAwIDEgLjUuNSAwIDAgMSAwLTF6bTMgMGEuNS41IDAgMSAxIDAgMSAuNS41IDAgMCAxIDAtMXptNiAwYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem0zIDBhLjUuNSAwIDEgMSAwIDEgLjUuNSAwIDAgMSAwLTF6bS0xOC0zYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem0tMyAwYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem0xNSAwYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem0tOSAwYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem0xMiAwYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem0zIDBhLjUuNSAwIDEgMSAwIDEgLjUuNSAwIDAgMSAwLTF6bS05IDBhLjUuNSAwIDEgMSAwIDEgLjUuNSAwIDAgMSAwLTF6bS0zIDBhLjUuNSAwIDEgMSAwIDEgLjUuNSAwIDAgMSAwLTF6bS0zLTNhLjUuNSAwIDEgMSAwIDEgLjUuNSAwIDAgMSAwLTF6bS0zIDBhLjUuNSAwIDEgMSAwIDEgLjUuNSAwIDAgMSAwLTF6bTYgMGEuNS41IDAgMSAxIDAgMSAuNS41IDAgMCAxIDAtMXptMyAwYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem0zIDBhLjUuNSAwIDEgMSAwIDEgLjUuNSAwIDAgMSAwLTF6bTMgMGEuNS41IDAgMSAxIDAgMSAuNS41IDAgMCAxIDAtMXptLTEyLTNhLjUuNSAwIDEgMSAwIDEgLjUuNSAwIDAgMSAwLTF6bTMgMGEuNS41IDAgMSAxIDAgMSAuNS41IDAgMCAxIDAtMXptMyAwYS41LjUgMCAxIDEgMCAxIC41LjUgMCAwIDEgMC0xem0zIDBhLjUuNSAwIDEgMSAwIDEgLjUuNSAwIDAgMSAwLTF6IiBmaWxsPSIjMTg3QUM2IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=') center no-repeat;background-size: 100% 100%;}
.history-tab-box .details .list:after{content: '';position: absolute;left: 10px;top: 30px;bottom: 0;width: 1px;background-color: #187AC6;opacity: .5;}
.history-tab-box .details .list li{position: relative;padding-left: 20px;margin-bottom: 15px;font-size: 16px;line-height: 24px;cursor: pointer;transition: 0.3s;}
.history-tab-box .details .list li:before{content: '';position: absolute;left: 0;top: 6px;width: 6px;height: 6px;background-color: #333;border-radius: 50%;}
.history-tab-box .details .list li:hover{text-indent: .3em;color: #187AC6;}
.history-tab-box .details .pic{width: 220px;margin-left: 30px;overflow: hidden;}
.history-tab-box .details .pic em{display: block;padding-top: 68%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.history-tab-box .details .pic:hover em{transform: scale(1.05);}
.history-tab-box .swiper-scrollbar{z-index: 1;}
.history-tab-box .swiper-scrollbar-drag{background-color: #F7BE00;}

/*新闻页*/
.news-page{background-color: #F4F9FD;}
/*新闻搜索栏*/
.news-search-box{display: flex;justify-content: space-between;align-items: center;padding: 20px 30px;margin: 30px 0;background-color: #fff;}
.news-search-box *{box-sizing: border-box;font-size: 16px;}
.news-search-box span{line-height: 20px;}
.news-search-box .date-input{width: 22%;height: 50px;padding: 0 4.5em 0 1em;border: 1px solid #D8D8D8;background: #fff url(../images/icon_select_arrow_blue.svg) right center no-repeat;background-size: 50px 50px;}
.news-search-box .text-input{width: 25%;height: 50px;padding: 0 1em;border: 1px solid #D8D8D8;}
.news-search-box .sub-btn{width: 14%;height: 50px;background-color: #187AC6;color: #fff;}
/*主要新闻轮播*/
.main-news-swiper{margin-bottom: 30px;overflow: hidden;}
.main-news-swiper .swiper-slide a{display: block;background-color: #fff;}
.main-news-swiper .swiper-slide .pic{overflow: hidden;}
.main-news-swiper .swiper-slide .pic em{display: block;padding-top: 64%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.main-news-swiper .swiper-slide .info{z-index: 0;position: relative;padding: 140px 40px 40px;background: url(../images/logo_elem.png) right bottom no-repeat;background-size: 88px 88px;transition: 0.5s;}
.main-news-swiper .swiper-slide .info .date{position: absolute;left: 40px;top: 40px;text-align: center;color: #999;transition: 0.3s;}
.main-news-swiper .swiper-slide .info .date .day{font-size: 50px;line-height: 1;}
.main-news-swiper .swiper-slide .info .date .year{font-size: 16px;line-height: 20px;}
.main-news-swiper .swiper-slide .info .more{position: absolute;right: 40px;top: 70px;padding-right: 36px;line-height: 20px;color: #999;transition: color 0.3s,transform 0.3s 0.2s;}
.main-news-swiper .swiper-slide .info .more:after{content: '';position: absolute;right: 0;top: 50%;width: 24px;height: 4px;margin-top: -3px;border-bottom: 2px solid currentColor;border-right: 3px solid currentColor;transform: skewX(40deg);}
.main-news-swiper .swiper-slide .info .tit{font-size: 20px;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.main-news-swiper .swiper-slide .info .txt{height: 60px;margin-top: 10px;font-size: 16px;line-height: 30px;text-align: justify;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: 0.3s;}
.main-news-swiper .swiper-slide:hover .pic em{transform: scale(1.05);}
.main-news-swiper .swiper-slide:hover .info{background-color: #187AC6;}
.main-news-swiper .swiper-slide:hover .info .date{color: #fff;}
.main-news-swiper .swiper-slide:hover .info .more{color: #fff;transform: translateX(10px);}
.main-news-swiper .swiper-slide:hover .info .tit{color: #fff;}
.main-news-swiper .swiper-slide:hover .info .txt{color: #fff;}

/*新闻列表-图文*/
.news-pic-list{}
.news-pic-list li{margin-top: 30px;}
.news-pic-list li:first-child{margin-top: 0;}
.news-pic-list li a{display: flex;justify-content: space-between;padding: 40px;background-color: #fff;transition: 0.5s;}
.news-pic-list li .pic{width: 315px;margin-right: 40px;overflow: hidden;}
.news-pic-list li .pic em{display: block;padding-top: 69%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.news-pic-list li .info{position: relative;width: 100%;overflow: hidden;}
.news-pic-list li .info .tit{padding-bottom: 20px;border-bottom: 1px solid #E4E4E4;font-size: 20px;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.news-pic-list li .info .txt{height: 60px;margin-top: 15px;font-size: 16px;line-height: 30px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news-pic-list li .info .date{margin-top: 20px;line-height: 20px;color: #999;}
.news-pic-list li a:hover{box-shadow: 4px 4px 10px rgba(0,0,0,.1);}
.news-pic-list li a:hover .info .tit{color: #187AC6;}

/*新闻列表-图文2*/
.news-pic-list2{overflow: hidden;}
.news-pic-list2 li{float: left;width: 23%;margin: 0 1% 3%;background-color: #fff;cursor: pointer;}
.news-pic-list2 li .pic{position: relative;overflow: hidden;}
.news-pic-list2 li .pic em{display: block;padding-top: 109%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.news-pic-list2 li .pic .icon{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 50px;height: 50px;margin: auto;}
.news-pic-list2 li .info{position: relative;padding: 25px 35px 50px;}
.news-pic-list2 li .info .tit{height: 30px;font-size: 18px;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;transition: 0.3s;}
.news-pic-list2 li .info .date{margin-top: 10px;font-size: 16px;line-height: 20px;color: #999;}
.news-pic-list2 li .info .more{position: absolute;right: 35px;bottom: 25px;width: 24px;height: 4px;margin-top: -3px;color: #ccc;border-bottom: 2px solid currentColor;border-right: 3px solid currentColor;transform: skewX(40deg);transition: 0.3s;}
.news-pic-list2 li:hover .pic em{transform: scale(1.05);}
.news-pic-list2 li:hover .info .tit{color: #187AC6;}
.news-pic-list2 li:hover .info .more{right: 30px;color: #187AC6;}

/*新闻列表-文字*/
.news-text-list{padding: 0 40px;background-color: #fff;}
.news-text-list li{border-top: 1px solid #eee;}
.news-text-list li:first-child{border-top: 0;}
.news-text-list li a{display: flex;justify-content: space-between;align-items: center;padding: 40px 0;}
.news-text-list li .date{padding: 10px;background-color: #F7F7F7;margin-right: 40px;text-align: center;transition: 0.3s;}
.news-text-list li .date .big{font-size: 44px;line-height: 40px;}
.news-text-list li .date .small{margin-top: 10px;font-size: 14px;line-height: 20px;white-space: nowrap;}
.news-text-list li .info{width: 100%;overflow: hidden;}
.news-text-list li .info .tit{font-size: 20px;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.news-text-list li .info .txt{margin-top: 5px;font-size: 16px;line-height: 30px;color: #666;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news-text-list li:hover .date{color: #187AC6;}
.news-text-list li:hover .info .tit{color: #187AC6;transform: translateX(.5em);}

/*新闻详情*/
.news-details-box{padding: 50px 100px;background-color: #fff;}
.news-details-box .title{margin-bottom: 20px;font-size: 20px;line-height: 30px;text-align: center;}
.news-details-box .record{position: relative;padding: 20px 0;border-top: 1px solid #E4E4E4;border-bottom: 1px solid #E4E4E4;font-size: 16px;line-height: 20px;color: #999;}
.news-details-box .record span{display: inline-block;vertical-align: top;margin-left: 40px;}
.news-details-box .record span:first-child{margin-left: 0;}
.news-details-box .record span .icon{display: inline-block;vertical-align: middle;width: 20px;height: 20px;margin: -.2em 10px 0 0;}
.news-details-box .record .share-wrap{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.news-details-box .record .share-wrap .pre{font-size: 18px;line-height: 40px;color: #000;}
.news-details-box .record .share-wrap .item{box-sizing: border-box;width: 40px;height: 40px;border: 1px solid #2AA3EC;transition: 0.3s;}
.news-details-box .record .share-wrap .item .icon{width: 60%;height: 60%;}
.news-details-box .record .share-wrap .item:hover{transform: translateY(-5px);}
.news-details-box .content{padding: 30px 0;font-size: 16px;line-height: 2;text-align: justify;}
.news-details-box .content p{margin-bottom: 20px;}
.news-details-box .content em{font-style: italic;}
.news-details-box .func-wrap{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 30px 0;margin-top: 50px;border-top: 1px solid #E4E4E2;border-bottom: 1px solid #E4E4E2;}
.news-details-box .func-wrap .btn{font-size: 16px;line-height: 30px;color: #666;max-width: 330px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.news-details-box .func-wrap .btn .icon{display: inline-block;vertical-align: middle;width: 20px;height: 20px;margin: -.25em .4em 0 0;}
.news-details-box .func-wrap .btn:hover{color: #187AC6;}

/*视频列表*/
.video-list{overflow: hidden;}
.video-list li{float: left;width: 23%;margin: 0 1% 3%;cursor: pointer;}
.video-list li .pic{position: relative;overflow: hidden;}
.video-list li .pic em{display: block;padding-top: 67%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.video-list li .pic .icon{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 50px;height: 50px;margin: auto;}
.video-list li .info{position: relative;padding: 25px 20px 50px;background-color: #fff;}
.video-list li .info .tit{height: 30px;font-size: 17px;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;transition: 0.3s;}
.video-list li .info .date{margin-top: 10px;font-size: 16px;line-height: 20px;color: #999;}
.video-list li .info .more{position: absolute;right: 35px;bottom: 25px;width: 24px;height: 4px;margin-top: -3px;color: #ccc;border-bottom: 2px solid currentColor;border-right: 3px solid currentColor;transform: skewX(40deg);transition: 0.3s;}
.video-list li:hover .pic em{transform: scale(1.05);}
.video-list li:hover .info .tit{color: #187AC6;}
.video-list li:hover .info .more{right: 30px;color: #187AC6;}

/*党建页*/
.party-page{background-color: #F7F7F7;}
/*党建列表-图片*/
.party-pic-list{overflow: hidden;}
.party-pic-list li{float: left;width: 30.33%;margin: 0 1.5% 3%;}
.party-pic-list li a{display: block;}
.party-pic-list li .pic{position: relative;overflow: hidden;}
.party-pic-list li .pic em{display: block;padding-top: 67%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.party-pic-list li .tit{padding: 25px 1em;background-color: #fff;font-size: 18px;line-height: 30px;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.party-pic-list li:hover .pic em{transform: scale(1.05);}
.party-pic-list li:hover .tit{color: #EB0020;}

/*党建列表-文字*/
.party-text-list{overflow: hidden;}
.party-text-list li{float: left;width: 48%;margin: 0 1% 2%;}
.party-text-list li a{position: relative;display: block;padding: 40px 30px;background-color: #fff;}
.party-text-list li a:after{content: '';position: absolute;right: 0;bottom: 0;width: 120px;height: 120px;background: url(../images/logo_elem.png) right bottom no-repeat;background-size: contain;opacity: .5;}
.party-text-list li .tit{padding-right: 120px;font-size: 18px;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.party-text-list li .txt{margin-top: 5px;font-size: 16px;line-height: 30px;color: #666;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.party-text-list li .more{position: absolute;right: 30px;top: 40px;padding-right: 36px;line-height: 20px;color: #EB0020;opacity: 0;transition: 0.3s;}
.party-text-list li .more:after{content: '';position: absolute;right: 0;top: 50%;width: 24px;height: 4px;margin-top: -3px;border-bottom: 2px solid currentColor;border-right: 3px solid currentColor;transform: skewX(40deg);}
.party-text-list li:hover .tit{color: #EB0020;}
.party-text-list li:hover .more{opacity: 1;}

/*招聘列表*/
.recruit-list{overflow: hidden;}
.recruit-list li{float: left;width: 48%;margin: 0 1% 2%;}
.recruit-list li a{position: relative;display: block;padding: 40px 30px;background-color: #fff;}
.recruit-list li a:after{content: '';position: absolute;right: 0;bottom: 0;width: 120px;height: 120px;background: url(../images/logo_elem.png) right bottom no-repeat;background-size: contain;opacity: .5;}
.recruit-list li .tit{font-size: 18px;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.recruit-list li .txt{margin-top: 5px;font-size: 16px;line-height: 30px;color: #666;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.recruit-list li:hover .tit{color: #187AC6;}

/*联系信息栏*/
.contact-info-wrap{display: flex;margin-bottom: 40px;border: 1px solid #E8E8E8;}
.contact-info-wrap .item{display: flex;align-items: center;flex: 1;border-left: 1px solid #E8E8E8;padding: 25px 40px;background-color: #fff;}
.contact-info-wrap .item:first-child{border-left: none;}
.contact-info-wrap .item .icon{width: 80px;height: 80px;margin-right: 26px;}
.contact-info-wrap .item .info{width: 100%;}
.contact-info-wrap .item .info .tit{font-size: 20px;line-height: 30px;}
.contact-info-wrap .item .info .txt{margin-top: 5px;font-size: 16px;line-height: 24px;}
/*电子地图*/
.e-map{position: relative;padding-top: 43.64%;}
.e-map iframe{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}

/*企业文化页*/
.culture-page{}
.culture-page .brief{font-size: 16px;line-height: 30px;text-align: center;color: #666;}
/*企业展示区*/
.culture-show-box{margin-top: 40px;font-size: 0;}
.culture-show-box .item{display: inline-block;vertical-align: top;width: 49.4%;box-sizing: border-box;padding: 35px 55px;background-position: center;background-size: cover;background-repeat: no-repeat;border-left: 30px solid transparent;border-bottom: 30px solid transparent;color: #fff;overflow: hidden;text-shadow: 2px 2px 4px rgba(0,0,0,.1);}
.culture-show-box .item:nth-child(1){float: left;height: 520px;border-left: 0;}
.culture-show-box .item .tit{font-size: 36px;line-height: 40px;}
.culture-show-box .item .txt{margin-top: 15px;font-size: 16px;line-height: 20px;}
.culture-show-box .item .more{position: relative;display: inline-block;vertical-align: top;padding: 0 5em 0 1em;margin-top: 40px;border: 1px solid #fff;font-size: 16px;line-height: 48px;color: #fff;transition: 0.3s;}
.culture-show-box .item .more:after{content: '';position: absolute;right: 1em;top: 50%;width: 24px;height: 4px;margin-top: -3px;border-bottom: 2px solid currentColor;border-right: 3px solid currentColor;transform: skewX(40deg);}
.culture-show-box .item .more:hover{transform: translateX(10px);}
/*文化列表*/
.culture-list{}
.culture-list li{display: flex;justify-content: space-between;margin-top: 70px;}
.culture-list li .pic{width: 50%;overflow: hidden;}
.culture-list li .pic em{display: block;padding-top: 60%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.culture-list li .info{position: relative;width: 50%;box-sizing: border-box;padding: 60px;background-color: #F4F9FD;}
.culture-list li .info:after{content: '';position: absolute;right: 0;bottom: 0;width: 240px;height: 240px;background: url(../images/logo_elem.png) right bottom no-repeat;background-size: contain;opacity: .5;}
.culture-list li .info .tit1{font-size: 32px;line-height: 40px;}
.culture-list li .info .tit2{margin-top: 15px;font-size: 18px;line-height: 30px;}
.culture-list li .info .txt{margin-top: 25px;font-size: 16px;line-height: 30px;color: #666;}
.culture-list li .info .more{position: relative;display: inline-block;vertical-align: top;padding: 0 5em 0 1em;margin-top: 40px;border: 1px solid #187AC6;font-size: 16px;line-height: 48px;color: #187AC6;transition: 0.3s;}
.culture-list li .info .more:after{content: '';position: absolute;right: 1em;top: 50%;width: 24px;height: 4px;margin-top: -3px;border-bottom: 2px solid currentColor;border-right: 3px solid currentColor;transform: skewX(40deg);}
.culture-list li .info .more:hover{transform: translateX(10px);}
.culture-list li:nth-child(2n){flex-direction: row-reverse;}

/*荣誉资质页*/
.honor-page{background: url(../images/honor_page_bg.jpg) center no-repeat;background-size: cover;}
/*荣誉资质选项卡*/
.honor-tab-box{}
.honor-tab-box .tabs{position: relative;padding-top: 30px;overflow: hidden;}
.honor-tab-box .tabs .swiper-slide{background-color: #fff;font-size: 16px;line-height: 50px;text-align: center;cursor: pointer;}
.honor-tab-box .tabs .swiper-slide.on{background-color: #187AC6;color: #fff;}
.honor-tab-box .tabs .swiper-scrollbar{left: 0;bottom: auto;top: 0;width: 100%;}
.honor-tab-box .tabs .swiper-scrollbar-drag{background-color: #F7BE00;cursor: grab;}
.honor-tab-box .tab-content{margin-top: 50px;overflow: hidden;}
/*荣誉年份介绍*/
.honor-year-intro{display: flex;justify-content: space-between;}
.honor-year-intro .year{z-index: 1;position: relative;flex: 0 0 255px;display: flex;justify-content: center;align-items: center;background-color: #187AC6;font-size: 30px;font-weight: bold;color: #fff;}
.honor-year-intro .year:before{content: '';z-index: -1;position: absolute;left: 0;top: 0;width: 135px;height: 135px;background: url(../images/icon_safe_white.svg) center no-repeat;background-size: contain;opacity: .05;}
.honor-year-intro .year:after{content: '';position: absolute;right: 0;top: 50%;width: 0;height: 0;border: 20px solid transparent;border-left-color: #187AC6;transform: translate(100%,-50%);}
.honor-year-intro .content{width: 100%;box-sizing: border-box;padding: 40px 50px;background-color: #fff;}
.honor-year-intro .content .list{max-height: 240px;padding-right: 10px;font-size: 0;overflow-y: auto;}
.honor-year-intro .content .list li{position: relative;display: inline-block;vertical-align: top;width: 50%;box-sizing: border-box;padding-left: 20px;margin: 10px 0;font-size: 16px;line-height: 20px;color: #666;}
.honor-year-intro .content .list li:before{content: '';position: absolute;left: 0;top: 7px;width: 6px;height: 6px;background-color: currentColor;border-radius: 50%;}
/*荣誉图片轮播*/
.honor-pic-swiper{position: relative;padding: 0 50px;margin-top: 100px;overflow: hidden;}
.honor-pic-swiper .swiper-slide .pic{position: relative;padding-top: 120%;overflow: hidden;}
.honor-pic-swiper .swiper-slide .pic img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: contain;cursor: zoom-in;}
.honor-pic-swiper .btn{z-index: 1;position: absolute;top: 50%;box-sizing: border-box;width: 32px;height: 32px;margin-top: -16px;border: 2px solid currentColor;border-radius: 50%;color: #999;cursor: pointer;transition: 0.3s;}
.honor-pic-swiper .btn:after{content: '';position: absolute;left: 50%;top: 50%;width: 20%;height: 20%;border-top: 2px solid currentColor;}
.honor-pic-swiper .prev-btn{left: 0;}
.honor-pic-swiper .prev-btn:after{border-left: 2px solid currentColor;transform: translate(-30%,-50%) rotate(-45deg);}
.honor-pic-swiper .next-btn{right: 0;}
.honor-pic-swiper .next-btn:after{border-right: 2px solid currentColor;transform: translate(-70%,-50%) rotate(45deg);}
.honor-pic-swiper .btn:hover{color: #187AC6;}


/*中屏PC:<=1440px(针对1366*650)*/
@media screen and (max-width: 1440px){
	
}

/*小屏PC:>=1025px && <=1280px*/
@media screen and (max-width: 1280px){
	
}

/*pad横屏:1024px*/
@media screen and (max-width: 1024px){
	
}

/*phone:<=768px*/
@media screen and (max-width: 768px){
	/******内页******/
	.inpage-container{min-height: 300px;padding: 20px 0 30px;}
	/*面包屑*/
	.bread{padding: 0 20px 0 25px;font-size: 14px;}
	.bread .icon{top: 2px;width: 16px;height: 16px;}
	/*分页*/
	.page{padding-top: 20px;}
	.page > *{padding: 0 .8em;margin: 0 3px;height: 30px;font-size: 12px;line-height: 28px;}
	
	/*内页banner*/
	.inpage-banner{height: 150px;}
	.inpage-banner .title .cn{font-size: 20px;}
	.inpage-banner .title .en{margin-top: 10px;font-size: 14px;}
	
	/*内页头部栏*/
	.inpage-top-wrap{display: none;}
	
	/*内页标题*/
	.inpage-title{margin-bottom: 20px;}
	.inpage-title .name{padding-bottom: 10px;font-size: 18px;line-height: 30px;}
	.inpage-title .name:after{width: 40px;height: 3px;}
	
	/*公司简介*/
	.company-profile .info{width: 100%;max-height: 200px;padding-right: 10px;font-size: 14px;line-height: 2;}
	.company-profile .info p{margin-bottom: 10px;}
	.company-profile .pic{width: 100%;margin-top: 20px;}
	.company-profile .pic em{padding-top: 60%;}
	.company-profile .pic .tit{left: 50%;top: 50%;bottom: auto;padding: 15px 25px;font-size: 18px;transform: translate(-50%,-50%);}
	.company-profile .pic .tit span{padding-bottom: 8px;line-height: 30px;}
	.company-profile .pic .tit span:after{width: 40px;height: 2px;}
	/*数据展示区*/
	.data-show-wrap{margin-top: 20px;}
	.data-show-wrap .item{width: 50%;padding: 10px;background-size: 40px 40px;}
	.data-show-wrap .item:before{display: none;}
	.data-show-wrap .item .num{height: 30px;line-height: 30px;}
	.data-show-wrap .item .num span{font-size: 40px;}
	.data-show-wrap .item .num i{font-size: 14px;}
	.data-show-wrap .item .num em{font-size: 20px;}
	.data-show-wrap .item .txt{margin-top: 10px;font-size: 14px;}
	
	/*董事长致辞页*/
	.chairman-page .part1{padding: 20px 0 0;background-color: #fff;}
	.chairman-page .part2{padding: 20px 0;}
	.chairman-page .part3{padding: 20px 0;}
	/*董事长致辞*/
	.chairman-speech .pic{width: 50%;margin: 0 auto;}
	.chairman-speech .info{width: 100%;padding: 20px;margin-top: 20px;background-color: #F4F9FD;}
	.chairman-speech .info:before{display: none;}
	.chairman-speech .info .txt{max-height: 200px;padding-right: 10px;font-size: 14px;line-height: 2;;}
	.chairman-speech .info .txt p{margin-bottom: 10px;}
	/*领导列表*/
	.leader-list{max-height: 400px;padding-right: 10px;}
	.leader-list li{width: 46%;margin: 0 2% 4%;}
	.leader-list li .info{line-height: 20px;}
	.leader-list li .info .tit{font-size: 16px;}
	.leader-list li .info .txt{margin-top: 5px;font-size: 14px;}
	
	/*发展历程选项卡*/
	.history-tab-box .tabs{display: none;}
	.history-tab-box .tab-content{width: 100%;}
	.history-tab-box .details{margin-right: 20px;}
	.history-tab-box .details .year{margin-right: 0;font-size: 18px;line-height: 20px;}
	.history-tab-box .details .list{padding-left: 30px;padding-bottom: 20px;margin-left: 10px;}
	.history-tab-box .details .list li{font-size: 14px;}
	.history-tab-box .details .pic{display: none;}
	
	/*新闻搜索栏*/
	.news-search-box{display: block;padding: 15px;margin: 20px 0;}
	.news-search-box *{font-size: 14px;}
	.news-search-box span:nth-of-type(1){display: block;margin-bottom: 10px;}
	.news-search-box .date-input{width: 45%;height: 40px;padding: 0 3.5em 0 1em;background-size: 40px 40px;}
	.news-search-box .text-input{width: 70%;height: 40px;}
	.news-search-box .sub-btn{width: 25%;height: 40px;margin-top: 10px;}
	
	/*主要新闻轮播*/
	.main-news-swiper .swiper-slide .info{padding: 80px 15px 15px;}
	.main-news-swiper .swiper-slide .info .date{left: 15px;top: 15px;}
	.main-news-swiper .swiper-slide .info .date .day{font-size: 30px;}
	.main-news-swiper .swiper-slide .info .date .year{font-size: 14px;}
	.main-news-swiper .swiper-slide .info .more{right: 15px;top: 35px;}
	.main-news-swiper .swiper-slide .info .tit{font-size: 16px;}
	.main-news-swiper .swiper-slide .info .txt{height: 50px;margin-top: 5px;font-size: 14px;line-height: 25px;}
	
	/*新闻列表-图文*/
	.news-pic-list li{margin-top: 10px;}
	.news-pic-list li a{padding: 10px;}
	.news-pic-list li .pic{width: 160px;margin-right: 10px;}
	.news-pic-list li .info .tit{padding-bottom: 10px;font-size: 14px;line-height: 24px;}
	.news-pic-list li .info .txt{display: none;}
	.news-pic-list li .info .date{margin-top: 10px;}
	
	/*新闻列表-图文2*/
	.news-pic-list2 li{width: 46%;margin: 0 2% 4%;}
	.news-pic-list2 li .pic .icon{width: 30px;height: 30px;}
	.news-pic-list2 li .info{padding: 15px 10px;}
	.news-pic-list2 li .info .tit{height: 44px;font-size: 14px;line-height: 22px;-webkit-line-clamp: 2;}
	.news-pic-list2 li .info .date{display: none;}
	.news-pic-list2 li .info .more{display: none;}
	
	/*新闻列表-文字*/
	.news-text-list{padding: 0 15px;}
	.news-text-list li a{padding: 15px 0;}
	.news-text-list li .date{padding: 5px;margin-right: 15px;}
	.news-text-list li .date .big{font-size: 30px;line-height: 30px;}
	.news-text-list li .date .small{margin-top: 5px;}
	.news-text-list li .info .tit{font-size: 16px;line-height: 20px;}
	.news-text-list li .info .txt{font-size: 14px;line-height: 20px;}
	
	/*新闻详情*/
	.news-details-box{padding: 15px;}
	.news-details-box .title{margin-bottom: 15px;font-size: 16px;line-height: 1.6;}
	.news-details-box .record{padding: 10px 0;text-align: center;}
	.news-details-box .record span{margin: 0 5px;font-size: 12px;}
	.news-details-box .record span:nth-child(3){display: none;}
	.news-details-box .record .share-wrap{display: none;}
	.news-details-box .content{padding: 15px 0;font-size: 14px;line-height: 2;}
	.news-details-box .content p{margin-bottom: 10px;}
	.news-details-box .func-wrap{padding: 15px 0;margin-top: 10px;}
	.news-details-box .func-wrap .btn{font-size: 14px;}
	.news-details-box .func-wrap .btn:nth-child(2){display: none;}
	
	/*视频列表*/
	.video-list li{width: 46%;margin: 0 2% 4%;}
	.video-list li .pic .icon{width: 30px;height: 30px;}
	.video-list li .info{padding: 15px 10px;}
	.video-list li .info .tit{height: 44px;font-size: 14px;line-height: 22px;-webkit-line-clamp: 2;}
	.video-list li .info .date{display: none;}
	.video-list li .info .more{display: none;}
	
	/*党建列表-图片*/
	.party-pic-list li{width: 46%;margin: 0 2% 4%;}
	.party-pic-list li .tit{padding: 15px 1em;font-size: 14px;line-height: 20px;}
	
	/*党建列表-文字*/
	.party-text-list li{float: none;width: 100%;margin: 0 0 15px;}
	.party-text-list li a{padding: 15px;}
	.party-text-list li a:after{display: none;}
	.party-text-list li .tit{padding-right: 0;font-size: 16px;line-height: 24px;}
	.party-text-list li .txt{margin-top: 5px;font-size: 14px;line-height: 24px;}
	.party-text-list li .more{display: none;}
	
	/*招聘列表*/
	.recruit-list li{float: none;width: 100%;margin: 0 0 15px;}
	.recruit-list li a{padding: 15px;}
	.recruit-list li a:after{display: none;}
	.recruit-list li .tit{padding-right: 0;font-size: 16px;line-height: 24px;}
	.recruit-list li .txt{margin-top: 5px;font-size: 14px;line-height: 24px;}
	
	/*联系信息栏*/
	.contact-info-wrap{display: block;margin-bottom: 30px;}
	.contact-info-wrap .item{border: 0;border-top: 1px solid #E8E8E8;padding: 15px 20px;}
	.contact-info-wrap .item:first-child{border-top: 0;}
	.contact-info-wrap .item .icon{width: 50px;height: 50px;margin-right: 20px;}
	.contact-info-wrap .item .info .tit{font-size: 15px;line-height: 20px;}
	.contact-info-wrap .item .info .txt{font-size: 13px;line-height: 20px;}
	/*电子地图*/
	.e-map{padding-top: 100%;}
	
	/*企业文化页*/
	.culture-page .brief{font-size: 14px;line-height: 2;}
	/*企业展示区*/
	.culture-show-box{margin-top: 20px;}
	.culture-show-box .item{width: 100%;padding: 30px 20px;margin-bottom: 10px;border-left: 0;border-bottom: 0;}
	.culture-show-box .item:nth-child(1){float: none;height: auto;}
	.culture-show-box .item .tit{font-size: 18px;line-height: 20px;}
	.culture-show-box .item .txt{margin-top: 10px;font-size: 14px;}
	.culture-show-box .item .more{padding: 0 1.5em;margin-top: 20px;font-size: 13px;line-height: 30px;}
	.culture-show-box .item .more:after{display: none;}
	/*文化列表*/
	.culture-list li{margin-top: 15px;}
	.culture-list li .pic{display: none;}
	.culture-list li .info{width: 100%;padding: 20px;}
	.culture-list li .info:after{width: 100px;height: 100px;}
	.culture-list li .info .tit1{font-size: 18px;line-height: 30px;}
	.culture-list li .info .tit2{margin-top: 10px;font-size: 14px;line-height: 20px;}
	.culture-list li .info .txt{margin-top: 15px;font-size: 13px;line-height: 20px;}
	.culture-list li .info .more{padding: 0 1.5em;margin-top: 20px;font-size: 14px;line-height: 30px;}
	.culture-list li .info .more:after{display: none;}
	
	/*荣誉资质选项卡*/
	.honor-tab-box .tabs{padding-top: 20px;}
	.honor-tab-box .tabs .swiper-slide{font-size: 14px;line-height: 40px;}
	.honor-tab-box .tab-content{margin-top: 20px;}
	/*荣誉年份介绍*/
	.honor-year-intro .year{display: none;}
	.honor-year-intro .content{padding: 15px;}
	.honor-year-intro .content .list li{width: 100%;padding-left: 12px;margin: 6px 0;font-size: 14px;}
	.honor-year-intro .content .list li:before{top: 6px;width: 4px;height: 4px;}
	/*荣誉图片轮播*/
	.honor-pic-swiper{padding: 0;margin-top: 30px;}
	.honor-pic-swiper .swiper-slide .pic{position: relative;padding-top: 120%;overflow: hidden;}
	.honor-pic-swiper .swiper-slide .pic img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: contain;cursor: zoom-in;}
	.honor-pic-swiper .btn{display: none;}
}