﻿.site_index .swiper-pagination-bullet{background: #e9e6e6;opacity:1; width: 13px; height: 13px;}
.site_index .swiper-pagination-bullet-active{background: #e31f22;}
.site_index .swiper-container-horizontal > .swiper-pagination-bullets{bottom: 2px; text-align: right; padding-right: 10px;}
.site_index .swiper-slide img{display: block; width: 100%;}
.site_index .swiper-slide .wz {position: absolute; bottom: 0; left: 0; width: 100%; height: 30px; background: rgba(0,0,0,0.4);}
.site_index .swiper-slide p{font-size: 14px; color: #fff; padding: 5px 10px; font-family: Adobe 黑体 Std;}


.banner{width: 100%;height: 230px;margin-top: -1px;}

.company_xx {display: flex; justify-content: space-between; margin-bottom: 20px;}
.company_xx .activityplan{width: 275px; height: 386px; border: 1px solid #dedede; border-top: 2px solid #0a81dc; overflow: hidden;}
.activityplan h2,.noticenotice h2{font-size: 18px; border-bottom: 1px solid #dedede;}
.activityplan .activityplan_nr{}
.activityplan .activityplan_nr p{font-size: 14px; color: #333;line-height: 22px;}
.activityplan .activityplan_nr b{}
.swiper{flex: 1;height: 386px; }
.company_xx .noticenotice{width: 320px;height: 386px; border: 1px solid #dedede; border-top: 2px solid #0a81dc; overflow: hidden;}
.company_xx .noticenotice .noticenotice_item{padding:10px 15px; overflow:hidden; height: 192px;}
.company_xx .noticenotice .noticenotice_item li{line-height: 2; overflow:hidden;}
.company_xx .noticenotice .noticenotice_item li a{display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 16px;position:relative;padding-left:15px;color:#000; margin-top: 3px;}
.company_xx .noticenotice .dian{width: 10px;height: 10px;background-color: #f00;display: block;position: absolute;top: 12px;left: 0px; border-radius: 50%;}
.company_xx .noticenotice .noticenotice_item li p{font-size:14px;line-height: 23px;color:#666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.company_xx .noticenotice .c1_r_img{width: 100%; height: 146px;overflow: hidden;}
.company_xx .noticenotice .c1_r_img a img{width:100%;margin-top:0px;}


.dflex { justify-content: space-between;}
/*新闻中心*/
.sy_news{height: 265px;border:1px solid #dedede;overflow: hidden;flex: 1;}
.sy_news_title{height: 45px; border-bottom: 1px solid #ebebeb; overflow: hidden;}
.sy_news_title a{display: inline-block;width: 125px;line-height: 45px;font-size: 16px;text-align: center;}
.sy_news_title a.active{font-weight: bold; border-top: 2px solid #0a81dc;}
.sy_news_title a:hover{font-weight: bold; border-top: 2px solid #0a81dc;}
.sy_news_content{}
.sy_news_list{}
.sy_news .sy_news_list .item_news{padding: 25px 10px 0px 0px;box-sizing: border-box;display: flex;align-items: center;}
.sy_news .sy_news_list .item_news .date{background: #ad8f45; color: #fff; text-align: center; width: 72px; height: 68px; font-family: 黑体;}
.sy_news .sy_news_list .item_news .date b{font-size: 30px; display: block; margin: 6px 0px 0px 0px;}
.sy_news .sy_news_list .item_news .date p{font-size: 14px;}
.sy_news .sy_news_list .item_news .info{line-height: 25px;flex: 1;margin: 0px 0px 0px 15px;}
.sy_news .sy_news_list .item_news .info .title{font-size: 17px; color: #3b3b3b; font-weight: bold; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; margin-bottom: 5px;}
.sy_news .sy_news_list .item_news .info .leadin{font-size: 15px; color: #646464;line-height: 22px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
/*新闻中心 end*/


.sy_ad{width: 200px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.sy_ad_list{width: 200px; height: 127px; overflow: hidden;border:1px solid #dedede;}
.sy_ad_list a{display: block;}

.sy_memberclub{width: 228px;overflow: hidden;}
.sy_memberclub a{display:block;height: 58px; line-height: 58px; text-align: center; font-size: 22px; font-family: 仿宋; font-weight: bold;}
.sy_memberclub .apply{height: 127px; border: 1px solid #dedede; overflow: hidden;}
.sy_memberclub .personal{background: #6067f6; color: #fff;}
.sy_memberclub .company{background: #3485f1; color: #fff;}

.corporatemembers {border:1px solid #dedede;border-top:2px solid #0a81dc; overflow:hidden; margin-top: 15px; margin-bottom: 30px;}
.corporatemembers h2{font-size: 18px;padding: 10px 10px;border-bottom: 1px solid #dedede;}
.corporatemembers h2>a{display:inline-block;float:right;font-size: 14px;}
.corporatemembers_list {padding: 10px 0px;}
.corporatemembers_list li {width:105px; height: 72px;overflow: hidden;border: 1px solid #f7f7f7; background: #fff;}
.corporatemembers_list li a{height: 100%; display: flex; align-items: center; justify-content: center;}
.corporatemembers_list li a img{width:100%;}

.corporatemembers .swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}