@charset "utf-8";
/******内页******/
body{background-color: #f8f8f8;}
.inpage-content{overflow: hidden;min-height: 500px;padding: 40px 0 30px;}
.inpage-content > .con-l{float: left;width: 310px;}
.inpage-content > .con-r{margin-left: 360px;min-height: 500px;padding: 40px;background-color: #fff;}
/*菜单栏*/
.menu-box{position: relative;padding-bottom: 150px;}
.menu-box:after{content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 150px;background-image: linear-gradient(180deg,#fff,transparent);}
.menu-box > .title{position: relative;height: 130px;background-color: #005ca7;}
.menu-box > .title .name{position: absolute;left: 0;right: 0;top: 50%;padding: 0 40px;font-size: 32px;font-weight: bold;color: #fff;transform: translate(0,-50%);}
/*一级*/
.menu-box .menu-1st{padding: 0 40px;background-color: #fff;}
.menu-box .menu-1st > li{}
.menu-box .menu-1st > li > a{position: relative;display: block;padding: 25px 50px 25px 3px;border-bottom: 1px solid #eee;font-size: 20px;line-height: 32px;word-break: break-word;transition: 0.3s;}
.menu-box .menu-1st > li > a:before{content: "";position: absolute;left: 0;right: 0;bottom: -1px;height: 1px;background-image: linear-gradient(90deg,#e60012,#f6b24f);transform: scaleX(0);transform-origin: left;transition: 0.5s;}
.menu-box .menu-1st > li > a:after{content: "";position: absolute;right: 0;top: 50%;width: 32px;height: 32px;background-image: url(../images/icon_arrowR_32_red.png);background-size: 100% 100%;transform: translateY(-50%);filter: brightness(0) invert(.9);}
.menu-box .menu-1st > li > a:hover{color: #e60012;}
.menu-box .menu-1st > li > a:hover:before{transform: scaleX(1);}
.menu-box .menu-1st > li > a:hover:after{filter: brightness(1);}
.menu-box .menu-1st > li.on > a{color: #e60012;}
.menu-box .menu-1st > li.on > a:before{transform: scaleX(1);}
.menu-box .menu-1st > li.on > a:after{filter: brightness(1);}
.menu-box .menu-1st > li.on .menu-2nd{display: block;}
/*二级*/
.menu-box .menu-2nd{display: none;padding: 10px 0;}
.menu-box .menu-2nd > li{position: relative;}
.menu-box .menu-2nd > li:after{content: "";position: absolute;right: 3px;top: 50%;width: 8px;height: 8px;border-top: 1px solid #e60012;border-right: 1px solid #e60012;transform: rotate(45deg) translate(-50%,-30%);opacity: 0;transition: 0.3s;}
.menu-box .menu-2nd > li > a{position: relative;display: block;padding: 10px 20px 10px 24px;font-size: 16px;line-height: 20px;color: #666;word-break: break-word;transition: 0.3s;}
.menu-box .menu-2nd > li > a:before{content: "";position: absolute;left: 2px;top: 50%;width: 6px;height: 6px;margin-top: -3px;background-color: #bfbfbf;border-radius: 50%;transition: 0.5s;}
.menu-box .menu-2nd > li > a:after{content: "";position: absolute;left: 2px;top: 50%;width: 12px;height: 2px;margin-top: -1px;background-color: #e60012;transform: scaleX(0);transform-origin: left;transition: 0.5s;}
.menu-box .menu-2nd > li:hover:after{opacity: 1;}
.menu-box .menu-2nd > li > a:hover{color: #e60012;}
.menu-box .menu-2nd > li > a:hover:before{opacity: 0;}
.menu-box .menu-2nd > li > a:hover:after{transform: scaleX(1);}
.menu-box .menu-2nd > li.on:after{opacity: 1;}
.menu-box .menu-2nd > li.on > a{color: #e60012;}
.menu-box .menu-2nd > li.on > a:before{opacity: 0;}
.menu-box .menu-2nd > li.on > a:after{transform: scaleX(1);}
/*面包屑*/
.bread{line-height: 20px;color: #333;}
.bread a{position: relative;display: inline-block;vertical-align: top;margin: 0 3px;transition: 0.3s;}
.bread a:first-child{margin-left: 0;}
.bread a.on,.bread a:hover{color: #005ca7;}
/*分页*/
.page{padding-top: 50px;font-size: 0;text-align: center;}
.page > *{display: inline-block;padding: 0 1.1em;margin: 0 5px;height: 40px;background-color: #fff;border: 1px solid #e6e6e6;font-size: 14px;line-height: 38px;color: #333;}
.page > *.on,.page > *:hover{background-color: #005ca7;border-color: #005ca7;color: #fff;}
/*内页标题*/
.inpage-title{position: relative;padding-bottom: 10px;border-bottom: 10px solid #eee;line-height: 30px;}
.inpage-title .name{display: inline-block;vertical-align: top;font-size: 24px;color: #e60012;}
.inpage-title .bread{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

/*内页banner*/
.inpage-banner{height: 300px;background-position: center;background-size: cover;background-repeat: no-repeat;}

/*主要新闻轮播*/
.main-news-swiper{position: relative;padding: 35px 0 25px;overflow: hidden;}
.main-news-swiper .swiper-slide{display: block;position: relative;background-color: #fff;}
.main-news-swiper .swiper-slide .pic{width: 45%;overflow: hidden;}
.main-news-swiper .swiper-slide .pic em{display: block;width: 105%;padding-top: 58%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.main-news-swiper .swiper-slide .info{position: absolute;left: 45%;right: 5px;top: 0;height: 100%;padding: 20px 30px;box-shadow: 0 0 6px rgba(0,0,0,.2);}
.main-news-swiper .swiper-slide .info .tit{max-height: 48px;font-size: 20px;line-height: 24px;transition: 0.3s;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.main-news-swiper .swiper-slide .info .txt{max-height: 90px;margin-top: 15px;font-size: 16px;line-height: 30px;text-align: justify;color: #777;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.main-news-swiper .swiper-slide .info .date{position: absolute;left: 30px;right: 30px;bottom: 20px;line-height: 20px;}
.main-news-swiper .swiper-slide .info .more{position: relative;display: inline-block;vertical-align: top;padding-right: 20px;margin-left: 15px;line-height: 20px;color: #666;transition: 0.3s;}
.main-news-swiper .swiper-slide .info .more:after{content: "";position: absolute;right: 10px;top: 50%;width: 8px;height: 8px;border-top: 1px solid #333;border-right: 1px solid #333;transform: translate(50%,-50%) rotate(45deg);transition: 0.3s;}
.main-news-swiper .swiper-slide:hover .pic em{transform: translateX(-4.5%);}
.main-news-swiper .swiper-slide:hover .info .tit{color: #005ca7;}
.main-news-swiper .swiper-slide:hover .info .more{color: #005ca7;}
.main-news-swiper .swiper-slide:hover .info .more:after{border-color: #005ca7;}
.main-news-swiper .swiper-pagination{z-index: 1;left: auto;right: 30px;bottom: 45px;width: auto;line-height: 20px;}
.main-news-swiper .swiper-pagination-current{font-size: 20px;color: #e60012;}
.main-news-swiper.style2 .swiper-slide{padding: 0 5px;}
.main-news-swiper.style2 .swiper-slide .info{position: static;margin: 0 5px;}
.main-news-swiper.style2 .swiper-slide .info .txt{height: 60px;margin-top: 15px;-webkit-line-clamp: 2;}
.main-news-swiper.style2 .swiper-slide .info .date{position: static;margin-top: 50px;}

/*新闻列表-图片*/
.news-pic-list{}
.news-pic-list li{padding: 35px 0;border-bottom: 1px solid #eee;}
.news-pic-list li a{display: block;}
.news-pic-list li .pic{float: left;width: 220px;overflow: hidden;}
.news-pic-list li .pic em{display: block;width: 105%;padding-top: 58%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.news-pic-list li .info{margin-left: 240px;}
.news-pic-list li .info .tit{padding-bottom: 15px;border-bottom: 1px solid #eee;font-size: 18px;line-height: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.news-pic-list li .info .txt{height: 48px;margin-top: 10px;line-height: 24px;text-align: justify;color: #777;overflow: hidden;}
.news-pic-list li .info .date{margin-top: 15px;line-height: 20px;transition: 0.3s;}
.news-pic-list li .info .more{display: inline-block;vertical-align: top;margin-left: 15px;line-height: 20px;}
.news-pic-list li a:hover .pic em{transform: translateX(-4.5%);}
.news-pic-list li a:hover .info .tit{color: #005ca7;}
.news-pic-list li a:hover .info .date{color: #e60012;}

/*新闻列表-文字*/
.news-text-list{margin-top: 30px;}
.news-text-list li{position: relative;margin-top: 40px;border: 1px solid #ececec;transition: 0.5s;}
.news-text-list li:first-child{margin-top: 0;}
.news-text-list li a{display: block;}
.news-text-list li .date{position: absolute;left: 0;top: 0;width: 90px;height: 90px;padding: 5px 15px;border-right: 1px solid #ececec;text-align: center;transition: 0.3s;}
.news-text-list li .date .big{border-bottom: 1px solid #e5e5e5;font-size: 40px;line-height: 50px;font-weight: bold;}
.news-text-list li .date .small{line-height: 30px;}
.news-text-list li .info{position: relative;height: 90px;margin: 0 90px;}
.news-text-list li .info .tit{position: absolute;left: 0;right: 0;top: 50%;padding: 0 30px;max-height: 60px;font-size: 18px;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transform: translateY(-50%);transition: 0.3s;}
.news-text-list li .more{position: absolute;right: 0;top: 0;width: 90px;height: 90px;color: #d4d4d4;transition: 0.3s;}
.news-text-list li .more:before{content: "";position: absolute;left: 0;top: 14px;bottom: 14px;width: 2px;background-color: #f8f8f8;}
.news-text-list li .more:after{content: "";position: absolute;left: 50%;top: 50%;width: 20px;height: 20px;border-top: 4px solid #d4d4d4;border-right: 4px solid #d4d4d4;transform: translate(-80%,-90%) rotate(45deg);transition: 0.3s;}
.news-text-list li .more span{position: absolute;left: 0;right: 0;bottom: 15px;text-align: center;}
.news-text-list li:hover{box-shadow: 0 0 6px rgba(0,0,0,.2);}
.news-text-list li:hover .date{background-color: #005ca7;color: #fff;}
.news-text-list li:hover .info .tit{color: #005ca7;}
.news-text-list li:hover .more{color: #005ca7;}
.news-text-list li:hover .more:after{border-color: #005ca7;}
.news-text-list.style2 li .info{margin: 0 0 0 90px;}
.news-text-list.style2 li .info .tit{padding: 0 20px;}
.news-text-list2 li{position: relative;border-top: 1px solid #f1f1f1;font-size: 18px;line-height: 66px;}
.news-text-list2 li:first-child{border-top: 0;}
.news-text-list2 li:before{content: "";position: absolute;left: 0;top: 50%;width: 4px;height: 4px;margin-top: -2px;background-color: #bfbfbf;border-radius: 50%;transition: 0.3s;}
.news-text-list2 li a{display: block;}
.news-text-list2 li .tit{padding: 0 120px 0 15px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.news-text-list2 li .date{position: absolute;right: 0;top: 0;font-size: 16px;color: #999;}
.news-text-list2 li:hover:before{background-color: #e60012;}
.news-text-list2 li:hover .tit{text-indent: 0.3em;color: #e60012;}
.news-text-list2 li:hover .date{color: #e60012;}

/*新闻详情*/
.news-details{padding-top: 15px;}
.news-details .title{padding: 20px 2em;border-bottom: 1px solid #e9e9e9;font-size: 24px;line-height: 30px;text-align: center;font-weight: bold;color: #005ca7;}
.news-details .record{position: relative;padding: 15px 0;margin-bottom: 10px;line-height: 20px;color: #666;}
.news-details .record span{display: inline-block;margin-right: 15px;}
.news-details .record span .icon{display: inline-block;width: 16px;height: 16px;vertical-align: middle;margin: -2px 4px 0 0;}
.news-details .content{padding: 20px 0;font-size: 16px;line-height: 30px;text-align: justify;}
.news-details .content p{margin-bottom: 20px;}
.news-details .content img{display: inline-block;width: auto!important;height: auto!important;}
.news-details .other-links{padding: 20px 0;border-top: 1px solid #e6e6e6;}
.news-details .other-links .item{margin-bottom: 10px;line-height: 24px;}
.news-details .other-links .item span{float: left;transition: 0.3s;}
.news-details .other-links .item a{display: block;padding-left: 4em;transition: 0.3s;}
.news-details .other-links .item:hover span{color: #005ca7;}
.news-details .other-links .item:hover a{text-decoration: underline;color: #005ca7;}
.news-details .share-wrap{position: absolute;right: 0;top: 10px;font-size: 0;}
.news-details .share-wrap:before{content: "分享";display: inline-block;vertical-align: bottom;margin-right: 10px;font-size: 14px;}
.news-details .share-wrap .item{position: relative;display: inline-block;vertical-align: top;width: 28px;height: 28px;margin: 0 2px;background-color: #ccc;border-radius: 4px;transition: 0.3s;}
.news-details .share-wrap .item img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 20px;height: 20px;margin: auto;}
.news-details .share-wrap .weixin-btn{background-color: #22ac38;}
.news-details .share-wrap .weibo-btn{background-color: #ff9b39;}
.news-details .share-wrap .qq-btn{background-color: #ef5f47;}
.news-details .share-wrap .item:hover{opacity: .9;}

/*图片列表*/
.pic-list{overflow: hidden;margin-top: 35px;}
.pic-list li{float: left;width: 32%;margin-left: 2%;margin-bottom: 30px;}
.pic-list li:nth-child(3n+1){margin-left: 0;}
.pic-list li a{display: block;}
.pic-list li .pic{overflow: hidden;}
.pic-list li .pic em{display: block;width: 105%;padding-top: 70%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.pic-list li .tit{font-size: 16px;line-height: 50px;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.pic-list li:hover .pic em{transform: translateX(-4.5%);}
.pic-list li:hover .tit{color: #005ca7;}
.pic-list.video-list li .pic{position: relative;}
.pic-list.video-list li .pic:before{content: "";z-index: 1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,.3);transform: scale(0);transition: 0.3s;}
.pic-list.video-list li .pic:after{content: "";z-index: 1;position: absolute;left: 50%;top: 150%;width: 60px;height: 60px;background-image: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPjxwYXRoIGQ9Ik01MTIgMEMyMjkuMjQgMCAwIDIyOS4yNCAwIDUxMnMyMjkuMjQgNTEyIDUxMiA1MTIgNTEyLTIyOS4yNCA1MTItNTEyUzc5NC43NiAwIDUxMiAwem0wIDk3Mi44QzI1Ny41MDIgOTcyLjggNTEuMiA3NjYuNDk4IDUxLjIgNTEyUzI1Ny41MDIgNTEuMiA1MTIgNTEuMmMyNTQuNDgxIDAgNDYwLjggMjA2LjMwMiA0NjAuOCA0NjAuOFM3NjYuNDgxIDk3Mi44IDUxMiA5NzIuOHptMjE1Ljc0LTUwMC4xOUw0NDUuNzEzIDMxMy4zNjFjLTE0Ljk1LTguNDQ4LTMxLjk2Ni04LjUtNDYuOTg0LS4xNTQtMTUuMDAyIDguMzI5LTIzLjUzNSAyMi41OTctMjMuNTM1IDM5LjM1NnYzMTguNTE1YzAgMTYuNzQzIDguNTMzIDMxLjAxIDIzLjUzNSAzOS4zNzMgMTUuMDE4IDguMzI5IDMyLjAzNCA4LjI3OCA0Ni45ODQtLjE1M0w3MjcuNzQgNTUxLjAzYzE0Ljg0OC04LjM4IDIzLjI2Mi0yMi41NjIgMjMuMjYyLTM5LjIwMiAwLTE2LjY0LTguNDE0LTMwLjgyMi0yMy4yNjItMzkuMjE5eiIvPjwvc3ZnPg==');background-size: 100% 100%;transform: translate(-50%,-50%);filter: brightness(0) invert(1);transition: 0.3s;transition-delay: 0.2s;}
.pic-list.video-list li:hover .pic:before{transform: scale(1);}
.pic-list.video-list li:hover .pic:after{top: 50%;}

/*证书列表*/
.certificate-list{overflow: hidden;margin-top: 35px;}
.certificate-list li{float: left;width: 23%;margin-left: 2.66%;margin-bottom: 30px;}
.certificate-list li:nth-child(4n+1){margin-left: 0;}
.certificate-list li a{display: block;}
.certificate-list li .pic{position: relative;padding-top: 136%;overflow: hidden;}
.certificate-list li .pic img{position: absolute;left: 0;top: 50%;width: 100%;height: auto;transform: translateY(-50%);transition: 0.5s;}
.certificate-list li .tit{height: 50px;font-size: 16px;line-height: 50px;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.certificate-list li:hover .pic img{transform: translateY(-50%) scale(1.05);}
.certificate-list li:hover .tit{color: #005ca7;}
.certificate-list.style2 li .pic{padding-top: 70%;}

/*人物列表*/
.person-list{margin-top: 35px;}
.person-list li{padding: 20px;margin-top: 40px;border: 1px solid #eee;transition: 0.5s;}
.person-list li:first-child{margin-top: 0;}
.person-list li a{display: block;overflow: hidden;}
.person-list li .pic{float: left;width: 190px;overflow: hidden;}
.person-list li .pic em{display: block;padding-top: 123%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.person-list li .info{margin-left: 215px;}
.person-list li .info .tit{border-bottom: 1px solid #eee;font-size: 20px;line-height: 46px;color: #005ca7;}
.person-list li .info .tit span{display: inline-block;margin-left: 8px;font-size: 14px;line-height: 20px;}
.person-list li .info .tit span:before{content: "/";margin-right: 5px;}
.person-list li .info .txt{height: 90px;margin-top: 10px;font-size: 16px;line-height: 30px;text-align: justify;overflow: hidden;}
.person-list li .info .txt p{margin-bottom: 5px;}
.person-list li .info .more{z-index: 0;position: relative;width: 190px;margin: 30px auto 0;border: 1px solid #e5e5e5;border-radius: 23px;text-align: center;line-height: 44px;overflow: hidden;transition: 0.3s;}
.person-list li .info .more:after{content: "";z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #005ca7;transform: scaleX(0);transform-origin: left;transition: 0.5s ease-out;}
.person-list li:hover{box-shadow: 0 0 6px rgba(0,0,0,.2);}
.person-list li:hover .pic em{transform: scale(1.05);}
.person-list li:hover .info .more{color: #fff;}
.person-list li:hover .info .more:after{transform: scaleX(1);}

/*人力资源综合页*/
.hr-page{}
/*标题*/
.hr-page .main-title{margin-bottom: 40px;line-height: 30px;}
.hr-page .main-title .name{display: inline-block;vertical-align: top;font-size: 30px;font-weight: bold;}
.hr-page .main-title .more{float: right;font-size: 16px;transition: 0.3s;}
.hr-page .main-title .more:hover{color: #e60012;}
/*布局*/
.hr-page .part1{padding: 50px 0 30px;background: url(../images/inpage_part_bg1.jpg) center bottom no-repeat;background-size: cover;box-shadow: 0 5px 10px rgba(0,0,0,.1);}
.hr-page .part2{padding: 60px 0 80px;}
.hr-page .part3{padding: 50px 0 60px;background-color: #fff;}
.hr-page .part3 .w1340 > .con-l{float: left;width: 68%;}
.hr-page .part3 .w1340 > .con-r{float: right;width: 29%;}
/*人才展示区*/
.person-tab-box{position: relative;}
.person-tab-box .tabs{z-index: 0;position: relative;margin: 20px 50px 0;overflow: hidden;}
.person-tab-box .tabs:after{content: "";z-index: -1;position: absolute;left: 0;right: 0;top: 18px;height: 1px;background-color: #ecebec;}
.person-tab-box .tabs .swiper-slide{position: relative;padding-top: 40px;font-size: 16px;text-align: center;line-height: 30px;cursor: pointer;}
.person-tab-box .tabs .swiper-slide:before{content: "";position: absolute;left: 50%;top: 14px;width: 8px;height: 8px;margin-left: -4px;background-color: #e60012;border-radius: 50%;opacity: .5;}
.person-tab-box .tabs .swiper-slide:after{content: "";position: absolute;left: 50%;top: 14px;width: 8px;height: 8px;margin-left: -4px;background-color: #dcdcdc;border-radius: 50%;}
.person-tab-box .tabs .on{color: #e60012;}
.person-tab-box .tabs .on:before{animation: dotScale 1s linear infinite;}
.person-tab-box .tabs .on:after{background-color: #e60012;}
@keyframes dotScale{
	to{opacity: .2;transform: scale(2.5);}
}
.person-tab-box .btn{z-index: 1;position: absolute;bottom: 30px;width: 40px;height: 40px;background-image: url(../images/icons_btnLR_40_red.png);background-size: auto 40px;background-repeat: no-repeat;border-radius: 50%;cursor: pointer;filter: brightness(0) invert(.5);opacity: .3;transition: 0.3s;}
.person-tab-box .prev-btn{left: 0;background-position: 0 0;}
.person-tab-box .next-btn{right: 0;background-position: -40px 0;}
.person-tab-box .btn:hover{filter: grayscale(0);opacity: 1;}
.person-tab-box .tab-content{position: relative;overflow: hidden;}
.person-tab-box .tab-content .swiper-slide{padding: 10px;}
.person-tab-box .tab-content .swiper-slide .pic{float: left;width: 290px;border: 15px solid #fff;overflow: hidden;box-shadow: 2px 2px 10px rgba(0,0,0,.2);}
.person-tab-box .tab-content .swiper-slide .pic em{display: block;padding-top: 123%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.person-tab-box .tab-content .swiper-slide .info{margin-left: 340px;}
.person-tab-box .tab-content .swiper-slide .info .tit{border-bottom: 10px solid #eee;font-size: 24px;line-height: 60px;color: #005ca7;}
.person-tab-box .tab-content .swiper-slide .info .tit span{display: inline-block;margin-left: 8px;font-size: 14px;line-height: 20px;}
.person-tab-box .tab-content .swiper-slide .info .tit span:before{content: "/";margin-right: 5px;}
.person-tab-box .tab-content .swiper-slide .info .txt{height: 240px;padding-right: 5px;margin-top: 30px;font-size: 16px;line-height: 30px;text-align: justify;overflow-y: auto;overscroll-behavior: contain;}
.person-tab-box .tab-content .swiper-slide .info .txt p{margin-bottom: 5px;}
.person-tab-box .tab-content .swiper-pagination{z-index: 1;left: auto;right: 10px;bottom: auto;top: 30px;width: auto;line-height: 20px;}
.person-tab-box .tab-content .swiper-pagination-current{font-size: 20px;color: #e60012;}
/*资格审评*/
.examine-box{}
.examine-box > .con-l{float: left;width: 44%;height: 270px;background-color: #fff;box-shadow: 2px 2px 10px rgba(0,0,0,.2);}
.examine-box > .con-r{float: right;width: 54%;height: 270px;background-color: #fff;}
.examine-box .news-info-wrap{display: block;padding: 20px 30px;}
.examine-box .news-text-list2{padding: 0 25px;}
/*新闻信息*/
.news-info-wrap{}
.news-info-wrap .tit{max-height: 60px;font-size: 18px;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: 0.3s;}
.news-info-wrap .txt{height: 90px;margin-top: 20px;font-size: 16px;line-height: 30px;text-align: justify;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.news-info-wrap .date{padding-top: 15px;margin-top: 20px;border-top: 1px solid #f1f1f1;line-height: 20px;color: #666;}
.news-info-wrap .date .more{float: right;transition: 0.3s;}
.news-info-wrap:hover .tit{color: #e60012;}
.news-info-wrap:hover .date .more{color: #e60012;}
.news-info-wrap.style2{display: block;position: relative;}
.news-info-wrap.style2 > .con-l{width: 330px;}
.news-info-wrap.style2 > .con-r{position: absolute;left: 360px;right: 0;top: 0;height: 100%;}
.news-info-wrap.style2 .pic{overflow: hidden;}
.news-info-wrap.style2 .pic em{display: block;padding-top: 64%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.news-info-wrap.style2 .tit{max-height: none;padding-top: 10px;border-top: 1px solid #e5e5e5;font-size: 18px;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;transition: 0.3s;}

/*企业文化综合页*/
.culture-page{}
/*标题*/
.culture-page .main-title{margin-bottom: 40px;line-height: 30px;}
.culture-page .main-title .name{display: inline-block;vertical-align: top;font-size: 30px;font-weight: bold;}
.culture-page .sub-title{}
.culture-page .sub-title .tit1{position: relative;padding-left: 15px;font-size: 22px;line-height: 20px;}
.culture-page .sub-title .tit1:before{content: "";position: absolute;left: 0;top: 50%;width: 4px;height: 15px;background-color: #e60012;transform: translateY(-50%);}
.culture-page .sub-title .tit2{margin-top: 20px;font-size: 24px;line-height: 30px;color: #e60012;text-shadow: 1px 1px 0 rgba(230,0,18,.3);}
/*布局*/
.culture-page .part1{padding: 50px 0;background: url(../images/inpage_part_bg1.jpg) center bottom no-repeat;background-size: cover;box-shadow: 0 5px 10px rgba(0,0,0,.1);}
.culture-page .part2{padding: 60px 0;}
.culture-page .part3{min-height: 420px;padding: 40px 0;background: url(../images/inpage_part_bg2.jpg) center bottom no-repeat;background-size: cover;}
.culture-page .part4{padding: 40px 0 60px;background-color: #fff;}
.culture-page .part5{padding: 40px 0;}
/*part1*/
.culture-page .part1-content{overflow: hidden;background-color: #fff;}
.culture-page .part1-content > .pic{float: left;width: 44%;}
.culture-page .part1-content > .pic em{display: block;padding-top: 58%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.culture-page .part1-content > .info{padding: 30px 50px 30px 90px;margin-left: 44%;}
.culture-page .part1-content > .info .txt{margin-top: 50px;font-size: 16px;line-height: 30px;text-align: justify;}
/*part2*/
.culture-page .part2-content{overflow: hidden;}
.culture-page .part2-content .sub-title{margin-bottom: 30px;}
.culture-page .part2-content > .con-l{float: left;width: 59%;}
.culture-page .part2-content > .con-r{float: right;width: 38%;}
.culture-page .part2-content .tab-box{position: relative;padding: 0 230px 0 20px;background-color: #fff8ef;}
.culture-page .part2-content .tab-box .tabs{padding: 5px 0;}
.culture-page .part2-content .tab-box .tabs .item{position: relative;padding: 15px 0 15px 12px;cursor: pointer;transition: 0.3s;}
.culture-page .part2-content .tab-box .tabs .item:before{content: "";position: absolute;left: 0;top: 20px;bottom: 20px;width: 2px;background-color: #dcdcdc;}
.culture-page .part2-content .tab-box .tabs .item:after{content: "";position: absolute;left: 0;top: 20px;bottom: 20px;width: 2px;background-color: #e60012;transform: scaleY(0);transform-origin: top;transition: 0.5s;}
.culture-page .part2-content .tab-box .tabs .item .tit{font-size: 18px;line-height: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.culture-page .part2-content .tab-box .tabs .item .txt{height: 60px;margin-top: 10px;font-size: 16px;line-height: 30px;}
.culture-page .part2-content .tab-box .tabs .item.on:after{transform: scaleY(1);}
.culture-page .part2-content .tab-box .tabs .item.on .tit{color: #e60012;}
.culture-page .part2-content .tab-box .tab-content{position: absolute;right: 0;top: 0;width: 180px;height: 100%;overflow: hidden;}
.culture-page .part2-content .tab-box .tab-content .swiper-slide{}
.culture-page .part2-content .tab-box .tab-content .swiper-slide .pic{height: 100%;}
.culture-page .part2-content .tab-box .tab-content .swiper-slide .pic em{display: block;height: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.culture-page .part2-content .tab-box .tab-content .swiper-pagination{z-index: 1;bottom: 12px;font-size: 0;}
.culture-page .part2-content .tab-box .tab-content .swiper-pagination-bullet{width: 16px;height: 2px;background-color: #fff;border-radius: 0;opacity: 1;cursor: pointer;transition: 0.3s;}
.culture-page .part2-content .tab-box .tab-content .swiper-pagination-bullet-active{background-color: #e60012;}
.culture-page .part2-content .pic-info{position: relative;height: 250px;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.culture-page .part2-content .pic-info .txt{position: absolute;left: 0;right: 0;bottom: 15px;padding: 0 40px;font-size: 16px;line-height: 30px;text-align: justify;color: #fff;}
/*part3*/
.culture-page .part3-content{}
.culture-page .part3-content .sub-title{text-align: center;}
.culture-page .part3-content .sub-title .tit1{padding-left: 0;padding-bottom: 20px;}
.culture-page .part3-content .sub-title .tit1:before{content: "";position: absolute;left: 50%;top: auto;bottom: 0;width: 15px;height: 4px;background-color: #e60012;transform: translate(-50%,0);}
.culture-page .part3-content .sub-title .tit2{margin-top: 10px;}
.culture-page .part3-content .info{margin: 40px 20% 0;font-size: 16px;line-height: 30px;text-align: center;}
/*part4*/
.culture-page .part4-content{}
.culture-page .part4-content .sub-title{position: relative;}
.culture-page .part4-content .sub-title:after{content: "";position: absolute;right: 0;top: 0;bottom: 0;width: 40%;background: url(../images/dot_elem.png);}
.culture-page .part4-content .info{margin: 40px 45% 0 0;font-size: 16px;line-height: 30px;text-align: justify;}
.culture-page .part4-content .pic-show-list{display: flex;justify-content: space-between;margin-top: 30px;}
.culture-page .part4-content .pic-show-list li{width: 28%;}
.culture-page .part4-content .pic-show-list li:first-child{width: 40%;}
.culture-page .part4-content .pic-show-list li .pic{height: 260px;}
.culture-page .part4-content .pic-show-list li .pic em{display: block;height: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
/*part5*/
.culture-page .part5-content{position: relative;padding: 30px 40px 30px 200px;background-color: #fff;}
.culture-page .part5-content .logo{position: absolute;left: 20px;top: 50%;max-width: 110px;max-height: 110px;transform: translateY(-50%);}
.culture-page .part5-content .info{font-size: 18px;line-height: 36px;text-align: justify;color: #005ca7;}

/*关于我们综合页*/
.about-page{}
/*标题*/
.about-page .main-title{margin-bottom: 40px;line-height: 30px;text-align: center;}
.about-page .main-title .name{display: inline-block;vertical-align: top;font-size: 30px;font-weight: bold;}
/*布局*/
.about-page .part1{padding: 70px 0 50px;background-color: #fff;}
.about-page .part2{min-height: 460px;padding: 60px 0;background: url(../images/inpage_part_bg3.jpg) center bottom no-repeat;background-size: cover;}
.about-page .part2 .main-title{color: #fff;}
.about-page .part3{padding: 70px 0;background: url(../images/inpage_part_bg4.jpg) center bottom no-repeat;background-size: cover;}
/*part1*/
.about-page .part1-content{position: relative;}
.about-page .part1-content:before{content: "";position: absolute;left: 715px;right: 0;top: 90%;height: 100px;background: url(../images/dot_elem.png);}
.about-page .part1-content .pic{z-index: 0;position: relative;float: left;width: 47%;}
.about-page .part1-content .pic:after{content: "";z-index: -1;position: absolute;right: -20px;bottom: -20px;width: 100%;height: 100%;background-color: #f2f2f2;}
.about-page .part1-content .pic em{display: block;padding-top: 63%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.about-page .part1-content .info{margin-left: 52%;}
.about-page .part1-content .info .tit{}
.about-page .part1-content .info .tit .cn{font-size: 30px;line-height: 36px;color: #005ca7;}
.about-page .part1-content .info .tit .en{margin-top: 15px;font-size: 16px;line-height: 20px;color: #999;}
.about-page .part1-content .info .txt{margin-top: 40px;font-size: 16px;line-height: 36px;text-align: justify;}
.about-page .part1-content .info .txt p{margin-bottom: 10px;}
/*公司信息选项卡*/
.company-info-tab-box{margin-top: 110px;}
.company-info-tab-box .tabs{overflow: hidden;}
.company-info-tab-box .tabs .swiper-slide{padding: 40px 0 20px;text-align: center;cursor: pointer;}
.company-info-tab-box .tabs .swiper-slide .icon{z-index: 0;position: relative;display: inline-block;width: 50px;height: 50px;}
.company-info-tab-box .tabs .swiper-slide .icon:after{content: "";z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #fff;border: 1px solid #dadada;border-radius: 6px;transform: rotate(45deg);transition: 0.5s;}
.company-info-tab-box .tabs .swiper-slide .icon img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 32px;height: 32px;margin: auto;filter: brightness(0) invert(.8);}
.company-info-tab-box .tabs .swiper-slide .name{position: relative;padding-bottom: 15px;margin-top: 20px;font-size: 18px;line-height: 20px;}
.company-info-tab-box .tabs .swiper-slide .name:after{content: "";position: absolute;left: 50%;bottom: 0;width: 20px;height: 3px;margin-left: -10px;background-color: #fff;transform: scaleX(0);transition: 0.5s;transition-delay: 0.3s;}
.company-info-tab-box .tabs .swiper-slide.on{background-color: #005ca7;}
.company-info-tab-box .tabs .swiper-slide.on .icon:after{border-color: #fff;transform: rotate(135deg);}
.company-info-tab-box .tabs .swiper-slide.on .icon img{filter: brightness(1);}
.company-info-tab-box .tabs .swiper-slide.on .name{color: #fff;}
.company-info-tab-box .tabs .swiper-slide.on .name:after{transform: scaleX(1);}
.company-info-tab-box .tab-content{margin-top: 30px;overflow: hidden;}
.company-info-tab-box .tab-content .swiper-slide{}
.company-info-tab-box .tab-content .swiper-slide .info{font-size: 16px;line-height: 30px;text-align: justify;color: #005ca7;}
/*发展历程选项卡*/
.history-tab-box{position: relative;margin-top: 70px;}
.history-tab-box .tabs{z-index: 0;position: relative;margin: 0 50px;overflow: hidden;}
.history-tab-box .tabs:after{content: "";z-index: -1;position: absolute;left: 0;right: 0;top: 18px;height: 1px;background-color: rgba(255,255,255,.4);}
.history-tab-box .tabs .swiper-slide{position: relative;padding-top: 40px;font-size: 16px;text-align: center;line-height: 30px;color: #fff;cursor: pointer;}
.history-tab-box .tabs .swiper-slide:before{content: "";position: absolute;left: 50%;top: 14px;width: 8px;height: 8px;margin-left: -4px;background-color: #ffcd7d;border-radius: 50%;opacity: .5;}
.history-tab-box .tabs .swiper-slide:after{content: "";position: absolute;left: 50%;top: 14px;width: 8px;height: 8px;margin-left: -4px;background-color: #fff;border-radius: 50%;}
.history-tab-box .tabs .on{color: #ffcd7d;}
.history-tab-box .tabs .on:before{animation: dotScale 1s linear infinite;}
.history-tab-box .tabs .on:after{background-color: #ffcd7d;}
.history-tab-box .btn{z-index: 1;position: absolute;top: 0;width: 40px;height: 40px;background-image: url(../images/icons_btnLR_40_red.png);background-size: auto 40px;background-repeat: no-repeat;border-radius: 50%;cursor: pointer;filter: brightness(0) invert(1);opacity: .3;transition: 0.3s;}
.history-tab-box .prev-btn{left: 0;background-position: 0 0;}
.history-tab-box .next-btn{right: 0;background-position: -40px 0;}
.history-tab-box .btn:hover{filter: invert(92%) sepia(92%) saturate(4307%) hue-rotate(305deg) brightness(108%) contrast(103%);opacity: 1;}
.history-tab-box .tab-content{margin: 70px 95px 0;overflow: hidden;}
.history-tab-box .tab-content .swiper-slide{}
.history-tab-box .tab-content .swiper-slide .info{font-size: 16px;line-height: 30px;text-align: justify;color: #fff;}
/*企业资质与荣誉选项卡*/
.certificate-tab-box{position: relative;overflow: hidden;margin-top: 50px;background: #fff url(../images/certificate_tab_box_bg.jpg) right bottom no-repeat;background-size: cover;box-shadow: 0 0 20px rgba(0,0,0,.2);}
.certificate-tab-box .tabs{z-index: 0;position: relative;float: left;width: 240px;background-color: #005ca7;}
.certificate-tab-box .tabs:after{content: "";z-index: -1;position: absolute;left: 0;bottom: 0;width: 100%;padding-top: 62.5%;background: url(../images/certificate_tab_bg_elem.png);background-size: 100% 100%;filter: brightness(0) invert(1);opacity: .5;}
.certificate-tab-box .tabs .item{height: 210px;padding: 30px 0;text-align: center;cursor: pointer;transition: 0.3s;}
.certificate-tab-box .tabs .item .icon{position: relative;display: inline-block;width: 100px;height: 100px;border-radius: 50%;transition: 0.3s;}
.certificate-tab-box .tabs .item .icon img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 50px;height: 50px;margin: auto;}
.certificate-tab-box .tabs .item .name{margin-top: 10px;font-size: 20px;line-height: 20px;color: #fff;}
.certificate-tab-box .tabs .item.on{background-color: #005396;}
.certificate-tab-box .tabs .item.on .icon{background-color: rgba(255,255,255,.1);}
.certificate-tab-box .tabs .item.on .icon img{animation: iconShake 0.5s linear;}
.certificate-tab-box .tabs .item.on .name{font-weight: bold;}
.certificate-tab-box .tab-content{margin-left: 240px;}
.certificate-tab-box .tab-content > .item{height: 0;overflow: hidden;}
.certificate-tab-box .tab-content > .item.show{height: auto;}
@keyframes iconShake{
	25%{transform: rotate(-30deg);}
	75%{transform: rotate(30deg);}
}
/*证书轮播*/
.certificate-swiper{position: relative;padding: 50px 40px;margin: 0 60px;overflow: hidden;}
.certificate-swiper .swiper-slide{cursor: pointer;}
.certificate-swiper .swiper-slide .pic{z-index: 0;position: relative;padding-top: 136%;}
.certificate-swiper .swiper-slide .pic:before{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #fff;}
.certificate-swiper .swiper-slide .pic:after{content: "";z-index: -1;position: absolute;left: 0;right: 0;bottom: 0;height: 30%;background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.4));transform: skewX(-15deg) translateX(10px);}
.certificate-swiper .swiper-slide .pic img{position: absolute;left: 0;top: 50%;width: 100%;height: auto;transform: translateY(-50%);transition: 0.5s;}
.certificate-swiper .swiper-slide .tit{font-size: 16px;line-height: 50px;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.certificate-swiper .swiper-slide:hover .pic img{transform: translateY(-50%) scale(1.05);}
.certificate-swiper .swiper-slide:hover .tit{color: #005ca7;}
.certificate-swiper .btn{z-index: 1;position: absolute;top: 50%;width: 30px;height: 30px;cursor: pointer;transform: translateY(-120%);}
.certificate-swiper .prev-btn{left: 0;}
.certificate-swiper .prev-btn:after{content: "";position: absolute;left: 50%;top: 50%;width: 20px;height: 20px;border-top: 2px solid #d3d3d3;border-left: 2px solid #d3d3d3;transform: translate(-30%,-50%) rotate(-45deg);transition: 0.3s;}
.certificate-swiper .next-btn{right: 0;}
.certificate-swiper .next-btn:after{content: "";position: absolute;left: 50%;top: 50%;width: 20px;height: 20px;border-top: 2px solid #d3d3d3;border-right: 2px solid #d3d3d3;transform: translate(-70%,-50%) rotate(45deg);transition: 0.3s;}
.certificate-swiper .btn:hover:after{border-color: #e60012;}
.certificate-swiper .swiper-pagination{z-index: 1;bottom: 30px;font-size: 0;}
.certificate-swiper .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 4px!important;background-color: #bfbfbf;border-radius: 5px;opacity: 1;transition: 0.3s;}
.certificate-swiper .swiper-pagination-bullet-active{width: 30px;background-color: #e60012;}


/*中屏PC:<=1400px(针对1366*650)*/
@media screen and (max-width: 1400px){
	/*内页标题*/
	.inpage-title .name{display: block;}
	.inpage-title .bread{position: static;margin-top: 5px;text-align: right;transform: translateY(0);}
	
	/*内页banner*/
	.inpage-banner{height: auto;padding-top: 15.63%;}
}

/*小屏PC:>=1025px && <=1200px*/
@media screen and (max-width: 1200px){
	.inpage-content{padding: 20px 0;}
	.inpage-content > .con-l{width: 240px;}
	.inpage-content > .con-r{margin-left: 260px;padding: 20px;}
	/*菜单栏*/
	.menu-box > .title{height: 90px;}
	.menu-box > .title .name{font-size: 28px;}
	/*一级*/
	.menu-box .menu-1st{padding: 0 20px;}
	.menu-box .menu-1st > li > a{padding: 15px 30px 15px 0;font-size: 18px;}
	.menu-box .menu-1st > li > a:after{width: 20px;height: 20px;}
	/*二级*/
	.menu-box .menu-2nd > li > a{padding: 8px 20px 8px 24px;font-size: 15px;}
	/*内页标题*/
	.inpage-title .name{font-size: 22px;}

	/*主要新闻轮播*/
	.main-news-swiper .swiper-slide .pic{width: 40%;}
	.main-news-swiper .swiper-slide .info{left: 40%;padding: 15px;-webkit-line-clamp: 1;}
	.main-news-swiper .swiper-slide .info .tit{font-size: 18px;}
	.main-news-swiper .swiper-slide .info .txt{height: 52px;margin-top: 10px;font-size: 15px;line-height: 26px;-webkit-line-clamp: 2;}
	.main-news-swiper .swiper-slide .info .date{left: 15px;bottom: 10px;}
	.main-news-swiper .swiper-pagination{right: 15px;bottom: 40px;}
	.main-news-swiper.style2 .swiper-slide .info .txt{height: 52px;line-height: 26px;}
	.main-news-swiper.style2 .swiper-slide .info .date{margin-top: 20px;}

	/*新闻列表-图片*/
	.news-pic-list li{padding: 25px 0;}
	.news-pic-list li .pic{width: 200px;}
	.news-pic-list li .info{margin-left: 220px;}
	.news-pic-list li .info .tit{padding-bottom: 10px;font-size: 16px;}
	.news-pic-list li .info .txt{margin-top: 8px;}
	.news-pic-list li .info .date{margin-top: 10px;}

	/*新闻列表-文字*/
	.news-text-list{margin-top: 20px;}
	.news-text-list li{margin-top: 20px;}
	.news-text-list li .date .big{font-size: 36px;}
	.news-text-list li .info .tit{padding: 0 20px;font-size: 16px;line-height: 24px;}
	.news-text-list li .more{font-size: 12px;}
	.news-text-list li .more:after{width: 16px;height: 16px;}

	/*新闻详情*/
	.news-details .title{padding: 15px 1em;font-size: 22px;}

	/*关于我们综合页*/
	.about-page .part1-content .info .tit .cn{font-size: 24px;line-height: 30px;}
	.about-page .part1-content .info .tit .en{margin-top: 5px;font-size: 14px;}
	.about-page .part1-content .info .txt{margin-top: 10px;font-size: 14px;line-height: 30px;}
	/*公司信息选项卡*/
	.company-info-tab-box{margin-top: 30px;}
	.company-info-tab-box .tabs .swiper-slide{padding: 30px 0 20px;}
	.company-info-tab-box .tabs .swiper-slide .name{font-size: 16px;}
	.company-info-tab-box .tab-content{margin-top: 20px;}
}

/*pad横屏:1024px*/
@media screen and (max-width: 1024px){
	
}

/*phone:<=768px*/
@media screen and (max-width: 768px){
	.inpage-content{padding: 10px 0;}
	.inpage-content > .con-l{display: none;}
	.inpage-content > .con-r{margin-left: 0;padding: 10px;}
	/*内页标题*/
	.inpage-title{padding-bottom: 5px;border-bottom-width: 3px;}
	.inpage-title .name{font-size: 18px;}
	/*面包屑*/
	.bread{display: none;}
	/*分页*/
	.page{padding-top: 20px;}
	.page > *{padding: 0 .8em;margin: 0 3px;height: 30px;font-size: 12px;line-height: 28px;}

	/*内页banner*/
	.inpage-banner{padding-top: 25%;}

	/*主要新闻轮播*/
	.main-news-swiper{padding: 10px 0;}
	.main-news-swiper .swiper-slide .pic{float: none;width: 100%;}
	.main-news-swiper .swiper-slide .info{position: static;padding: 10px 0;border-bottom: 1px solid #eee;box-shadow: none;}
	.main-news-swiper .swiper-slide .info .tit{font-size: 16px;}
	.main-news-swiper .swiper-slide .info .txt{margin-top: 5px;font-size: 14px;}
	.main-news-swiper .swiper-slide .info .date{position: static;margin-top: 5px;font-size: 12px;}
	.main-news-swiper .swiper-pagination{right: 10px;bottom: 20px;}
	.main-news-swiper.style2 .swiper-slide .info{padding: 0 0 10px;margin: 0;}
	.main-news-swiper.style2 .swiper-slide .info .txt{margin-top: 5px;}
	.main-news-swiper.style2 .swiper-slide .info .date{margin-top: 5px;}

	/*新闻列表-图片*/
	.news-pic-list li{padding: 15px 0;}
	.news-pic-list li .pic{width: 100px;}
	.news-pic-list li .info{margin-left: 110px;}
	.news-pic-list li .info .tit{padding-bottom: 8px;font-size: 15px;}
	.news-pic-list li .info .txt{display: none;}
	.news-pic-list li .info .date{margin-top: 8px;font-size: 12px;color: #999;}

	/*新闻列表-文字*/
	.news-text-list{margin-top: 10px;}
	.news-text-list li{margin-top: 10px;}
	.news-text-list li .date{width: 70px;height: 60px;padding: 5px;}
	.news-text-list li .date .big{height: 30px;font-size: 22px;line-height: 30px;}
	.news-text-list li .date .small{height: ;font-size: 12px;line-height: 20px;}
	.news-text-list li .info{height: 60px;margin: 0 70px;}
	.news-text-list li .info .tit{padding: 0 10px;font-size: 14px;line-height: 20px;}
	.news-text-list li .more{width: 70px;height: 60px;}
	.news-text-list li .more:after{width: 10px;height: 10px;border-width: 2px;}
	.news-text-list li .more span{bottom: 8px;transform: scale(.8);}
	.news-text-list.style2 li .info{margin: 0 0 0 70px;}
	.news-text-list.style2 li .info .tit{padding: 0 10px;}
	.news-text-list2 li{font-size: 15px;line-height: 50px;}
	.news-text-list2 li .tit{padding: 0 80px 0 10px;}
	.news-text-list2 li .date{font-size: 12px;}

	/*新闻详情*/
	.news-details{padding-top: 0;}
	.news-details .title{padding: 10px 0;font-size: 16px;line-height: 24px;}
	.news-details .record{padding: 10px 0;font-size: 12px;text-align: center;}
	.news-details .record span{margin: 0 5px;}
	.news-details .content{padding: 10px 0;line-height: 26px;}
	.news-details .content p{margin-bottom: 10px;}
	.news-details .other-links{padding: 10px 0;font-size: 12px;}
	.news-details .other-links .item{line-height: 20px;}
	.news-details .share-wrap{position: static;margin: 10px 15px 0;text-align: left;}
	.news-details .share-wrap:before{margin-right: 5px;font-size: 12px;}
	.news-details .share-wrap .item{width: 24px;height: 24px;}
	.news-details .share-wrap .item img{width: 16px;height: 16px;}

	/*图片列表*/
	.pic-list{margin-top: 20px;}
	.pic-list li{width: 49%;margin-bottom: 10px;}
	.pic-list li:nth-child(3n+1){margin-left: 2%;}
	.pic-list li:nth-child(2n+1){margin-left: 0;}
	.pic-list li .tit{font-size: 14px;line-height: 40px;}
	.pic-list.video-list li .pic:after{width: 40px;height: 40px;}

	/*证书列表*/
	.certificate-list{margin-top: 20px;}
	.certificate-list li{width: 48%;margin-left: 4%;margin-bottom: 10px;}
	.certificate-list li:nth-child(4n+1){margin-left: 4%;}
	.certificate-list li:nth-child(2n+1){margin-left: 0;}
	.certificate-list li .tit{height: 40px;font-size: 14px;line-height: 40px;}

	/*人物列表*/
	.person-list{margin-top: 20px;}
	.person-list li{padding: 10px 15px;margin-top: 15px;}
	.person-list li .pic{float: none;width: 40%;margin: 0 auto;}
	.person-list li .info{margin-left: 0;}
	.person-list li .info .tit{font-size: 16px;line-height: 30px;}
	.person-list li .info .tit span{font-size: 12px;}
	.person-list li .info .txt{max-height: 96px;font-size: 12px;line-height: 24px;}
	.person-list li .info .txt p{margin-bottom: 0;}
	.person-list li .info .more{width: 40%;margin: 5px auto 0;font-size: 12px;line-height: 30px;color: #666;}

	/*人力资源综合页*/
	/*标题*/
	.hr-page .main-title{margin-bottom: 15px;line-height: 20px;}
	.hr-page .main-title .name{font-size: 18px;}
	.hr-page .main-title .more{font-size: 12px;}
	/*布局*/
	.hr-page .part1{padding: 20px 0 0;}
	.hr-page .part2{padding: 20px 0;}
	.hr-page .part3{padding: 20px 0;}
	.hr-page .part3 .w1340 > .con-l{float: none;width: 100%;}
	.hr-page .part3 .w1340 > .con-r{float: none;width: 100%;margin-top: 20px;}
	/*人才展示区*/
	.person-tab-box{padding-top: 60px;}
	.person-tab-box .tabs{position: absolute;left: 0;right: 0;top: 0;margin: 0 40px;}
	.person-tab-box .tabs:after{top: 15px;}
	.person-tab-box .tabs .swiper-slide{padding-top: 30px;line-height: 20px;}
	.person-tab-box .tabs .swiper-slide:before{top: 11px;}
	.person-tab-box .tabs .swiper-slide:after{top: 11px;}
	.person-tab-box .btn{bottom: auto;top: 0;width: 30px;height: 30px;background-size: auto 30px;}
	.person-tab-box .next-btn{background-position: -30px 0;}
	.person-tab-box .tab-content .swiper-slide .pic{float: none;width: 50%;margin: 0 auto;border-width: 5px;}
	.person-tab-box .tab-content .swiper-slide .info{margin-left: 0;}
	.person-tab-box .tab-content .swiper-slide .info .tit{padding: 8px 0;border-bottom-width: 2px;font-size: 16px;line-height: 20px;text-align: center;}
	.person-tab-box .tab-content .swiper-slide .info .tit span{display: block;margin-left: 0;margin-top: 5px;font-size: 12px;}
	.person-tab-box .tab-content .swiper-slide .info .tit span:before{display: none;}
	.person-tab-box .tab-content .swiper-slide .info .txt{margin-top: 10px;font-size: 12px;line-height: 20px;}
	.person-tab-box .tab-content .swiper-pagination{display: none;}
	/*资格审评*/
	.examine-box > .con-l{float: none;width: 100%;height: auto;}
	.examine-box > .con-r{float: none;width: 100%;height: auto;margin-top: 15px;}
	.examine-box .news-info-wrap{padding: 10px 15px;}
	.examine-box .news-text-list2{padding: 0 10px;}
	/*新闻信息*/
	.news-info-wrap{}
	.news-info-wrap .tit{font-size: 16px;line-height: 26px;}
	.news-info-wrap .txt{height: 72px;margin-top: 10px;font-size: 14px;line-height: 24px;}
	.news-info-wrap .date{padding-top: 5px;margin-top: 10px;font-size: 12px;}
	.news-info-wrap.style2 > .con-l{width: 100%;}
	.news-info-wrap.style2 > .con-r{position: static;height: auto;margin-top: 10px;}
	.news-info-wrap.style2 .pic em{display: block;padding-top: 64%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
	.news-info-wrap.style2 .tit{padding-top: 0;border-top: 0;font-size: 16px;line-height: 30px;}
	.news-info-wrap.style2 .txt{margin-top: 5px;}
	.news-info-wrap.style2 .date{padding: 5px 0;margin-top: 5px;border-top: 0;border-bottom: 1px solid #f1f1f1;}


	/*企业文化综合页*/
	/*标题*/
	.culture-page .main-title{margin-bottom: 15px;line-height: 20px;}
	.culture-page .main-title .name{font-size: 18px;}
	.culture-page .sub-title .tit1{padding-left: 10px;font-size: 16px;}
	.culture-page .sub-title .tit2{margin-top: 5px;font-size: 14px;line-height: 20px;text-shadow: none;}
	/*布局*/
	.culture-page .part1{padding: 20px 0;}
	.culture-page .part2{padding: 20px 0;}
	.culture-page .part3{min-height: 0;padding: 20px 0;}
	.culture-page .part4{padding: 20px 0;}
	.culture-page .part5{padding: 20px 0;}
	/*part1*/
	.culture-page .part1-content > .pic{float: none;width: 100%;}
	.culture-page .part1-content > .info{padding: 15px;margin-left: 0;}
	.culture-page .part1-content > .info .txt{margin-top: 10px;font-size: 14px;line-height: 24px;}
	/*part2*/
	.culture-page .part2-content .sub-title{margin-bottom: 10px;}
	.culture-page .part2-content > .con-l{float: none;width: 100%;}
	.culture-page .part2-content > .con-r{float: none;width: 100%;margin-top: 10px;}
	.culture-page .part2-content .tab-box{padding: 0 0 15px;}
	.culture-page .part2-content .tab-box .tabs{padding: 0 10px;}
	.culture-page .part2-content .tab-box .tabs .item{padding: 8px 0 8px 10px;}
	.culture-page .part2-content .tab-box .tabs .item:before{top: 10px;bottom: 10px;}
	.culture-page .part2-content .tab-box .tabs .item:after{top: 10px;bottom: 10px;}
	.culture-page .part2-content .tab-box .tabs .item .tit{font-size: 15px;line-height: 20px;}
	.culture-page .part2-content .tab-box .tabs .item .txt{height: 40px;margin-top: 5px;font-size: 12px;line-height: 20px;}
	.culture-page .part2-content .tab-box .tab-content{position: relative;margin: 5px auto 0;}
	.culture-page .part2-content .tab-box .tab-content .swiper-slide .pic em{padding-top: 120%;}
	.culture-page .part2-content .pic-info{height: auto;padding-top: 50%;}
	.culture-page .part2-content .pic-info .txt{padding: 0 1em;font-size: 14px;line-height: 24px;}
	/*part3*/
	.culture-page .part3-content .sub-title .tit1{padding-bottom: 10px;}
	.culture-page .part3-content .sub-title .tit2{margin-top: 5px;}
	.culture-page .part3-content .info{margin: 10px 10% 0;font-size: 14px;line-height: 24px;}
	/*part4*/
	.culture-page .part4-content .info{margin: 10px 0 0;font-size: 14px;line-height: 24px;}
	.culture-page .part4-content .pic-show-list{margin-top: 10px;}
	.culture-page .part4-content .pic-show-list li{width: 32.5%;}
	.culture-page .part4-content .pic-show-list li:first-child{width: 32.5%;}
	.culture-page .part4-content .pic-show-list li .pic{height: auto;}
	.culture-page .part4-content .pic-show-list li .pic em{height: auto;padding-top: 70%;}
	/*part5*/
	.culture-page .part5-content{padding: 10px;}
	.culture-page .part5-content .logo{position: static;display: block;width: 100px;height: 100px;margin: 0 auto;transform: translateY(0);}
	.culture-page .part5-content .info{font-size: 14px;line-height: 24px;}

	/*关于我们综合页*/
	/*标题*/
	.about-page .main-title{margin-bottom: 15px;line-height: 20px;}
	.about-page .main-title .name{font-size: 18px;}
	/*布局*/
	.about-page .part1{padding: 20px 0;}
	.about-page .part2{min-height: 0;padding: 20px 0;}
	.about-page .part3{padding: 20px 0;}
	/*part1*/
	.about-page .part1-content .pic{float: none;width: 100%;}
	.about-page .part1-content .pic:after{display: none;}
	.about-page .part1-content .info{margin-left: 0;margin-top: 10px;}
	.about-page .part1-content .info .tit .cn{font-size: 18px;}
	.about-page .part1-content .info .tit .en{margin-top: 0;font-size: 12px;}
	.about-page .part1-content .info .txt{margin-top: 5px;line-height: 26px;}
	.about-page .part1-content .info .txt p{margin-bottom: 5px;}
	/*公司信息选项卡*/
	.company-info-tab-box{margin-top: 10px;}
	.company-info-tab-box .tabs .swiper-slide{padding: 15px 0 10px;}
	.company-info-tab-box .tabs .swiper-slide .icon{width: 40px;height: 40px;}
	.company-info-tab-box .tabs .swiper-slide .icon img{width: 24px;height: 24px;}
	.company-info-tab-box .tabs .swiper-slide .name{padding-bottom: 10px;margin-top: 5px;font-size: 14px;}
	.company-info-tab-box .tab-content{margin-top: 10px;}
	.company-info-tab-box .tab-content .swiper-slide .info{font-size: 14px;line-height: 24px;}
	/*发展历程选项卡*/
	.history-tab-box{margin-top: 20px;}
	.history-tab-box .tabs{margin: 0 40px;}
	.history-tab-box .tabs:after{top: 15px;}
	.history-tab-box .tabs .swiper-slide{padding-top: 30px;line-height: 20px;}
	.history-tab-box .tabs .swiper-slide:before{top: 11px;}
	.history-tab-box .tabs .swiper-slide:after{top: 11px;}
	.history-tab-box .btn{bottom: auto;top: 0;width: 30px;height: 30px;background-size: auto 30px;}
	.history-tab-box .next-btn{background-position: -30px 0;}
	.history-tab-box .tab-content{margin: 20px 30px 0;}
	.history-tab-box .tab-content .swiper-slide .info{font-size: 14px;line-height: 24px;}
	/*企业资质与荣誉选项卡*/
	.certificate-tab-box{margin-top: 20px;}
	.certificate-tab-box .tabs{float: none;width: 100%;font-size: 0;}
	.certificate-tab-box .tabs:after{left: auto;right: 0;width: 150px;height: 94px;padding-top: 0;}
	.certificate-tab-box .tabs .item{display: inline-block;vertical-align: top;width: 50%;padding: 15px 0;height: auto;font-size: 14px;}
	.certificate-tab-box .tabs .item .icon{width: 60px;height: 60px;}
	.certificate-tab-box .tabs .item .icon img{width: 30px;height: 30px;}
	.certificate-tab-box .tabs .item .name{margin-top: 0;font-size: 15px;}
	.certificate-tab-box .tab-content{margin-left: 0;}
	/*证书轮播*/
	.certificate-swiper{padding: 30px 50px;margin: 0;}
	.certificate-swiper .swiper-slide .pic:after{transform: skewX(-15deg) translateX(14px);}
	.certificate-swiper .swiper-slide .tit{font-size: 15px;line-height: 40px;}
	.certificate-swiper .btn{display: none;}
	.certificate-swiper .swiper-pagination{bottom: 15px;}
	.certificate-swiper .swiper-pagination-bullet{width: 8px;height: 8px;}
	.certificate-swiper .swiper-pagination-bullet-active{width: 20px;}
}