/* è½®æ’图 */
.swiper{
position: relative;
margin-top: 0.19rem;
}
.swiper .swiper-container {
width: 19.2rem;
height: 7.04rem;
}
.swiper .swiper-wrapper{
width: 19.2rem;
height: 100%;
}
.swiper .swiper-slide{
width: 19.2rem;
height: 100%;
}
.swiper .swiper-slide img{
width: 19.2rem;
}
a {
color:#000000;
}
/* 新闻区域 */
.lzy_news{
width: 19.2rem;
height: 8.96rem;
background: url(/uploads/image/images/lzy_news_bg.png)no-repeat;
background-size: 60% 60%;
background-position: 8.32rem 0.0rem;
}
.lzy_news_content{
width: 15.36rem;
height: 8.96rem;
margin: 0 auto;
box-sizing: border-box;
padding-top: 0.39rem;
position: relative;
}
/* æ ‡é¢˜ */
.news_title{
width: 2.56rem;
height: 0.77rem;
margin: 0 auto;
display: flex;
position: relative;
transition: all 0.7s;
top: 1.28rem;
opacity: 0;
}
.news_title_active{
top: 0;
opacity: 1;
}
.news_title h3{
padding-bottom: 0.51rem;
font-weight: bold;
font-size: 0.26rem;
box-sizing: border-box;
background: no-repeat;
background-size: 0.39rem 0.26rem;
background-position: 0.26rem 0.51rem;
}
.news_title h4{
font-weight: 300;
line-height: 0.64rem;
font-size: 0.21rem;
font-weight: 100;
margin: 0 0 0 0.13rem;
}
.news_title h4::before{
content: '/';
font-size: 0.51rem;
font-weight: 100;
}
/* 内容 */
.news_content{
width: 100%;
height: auto;
padding-top: 0.64rem;
display: flex;
justify-content: space-around;
}
.news_content_nav{
width: 3.84rem;
height: 4.23rem;
border-bottom: 0.01rem solid #ccc;
cursor: pointer;
opacity: 0;
position: relative;
top: 1.28rem;
transition: all 0.7s;
}
.border_active{
height: 2.43rem !important;
}
.news_active{
opacity: 1;
top: 0.0rem;
}
.news_content_nav:hover .content_nav img{
transform:scale(1.25);
}
.news_content_nav:hover .scroll_bar{
width: 3.84rem;
}
.content_nav{
width: 100%;
height: 100%;
padding: 0.13rem;
box-sizing: border-box;
}
.content_nav_img{
width: 100%;
overflow: hidden;
}
.news_content_nav img{
width: 100%;
transition: all 0.5s;
}
.news_content_nav_font{
width: 100%;
margin-top: 0.39rem;
}
.news_content_nav_font h5{
white-space:nowrap;
word-break:break-all;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
overflow: hidden;
font-size: 0.19rem;
}
.news_content_time{
font-weight: normal;
color: #969595;
font-size: 0.15rem;
line-height: 0.39rem;
}
.abstract{
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
font-size: 0.18rem;
-webkit-box-orient: vertical;
font-weight: 100;
}
.scroll_bar{
width: 1.15rem;
height: 0.04rem;
transition: all 0.5s;
background-color: #910000;
}
/* 进入新闻按钮 */
.open_btn{
width: 1.92rem;
height: 0.45rem;
background-color: #008ed0;
border-radius: 0.15rem;
margin: 0 auto;
line-height: 0.45rem;
text-align: center;
color: #fff;
font-size: 0.18rem;
position: absolute;
bottom: 0;
left: 50%;
transform: translatex(-50%);
cursor: pointer;
opacity: 0;
transition: all 0.7s;
}
.open_btn a{
color: #fff;
text-decoration: none;
}
/* tabèœå•区域 */
.tab_muen{
width: 19.2rem;
height: 4.87rem;
background: url(/uploads/image/images/tab_muen_bg.png)100% 100% no-repeat;
background-size: 100% 100%;
}
.tab_muen_content{
width: 15.36rem;
height: 100%;
margin: 0 auto;
}
.tab_muen_content_nav{
width: 100%;
height: 0.64rem;
position: relative;
transition: all 0.7s;
opacity: 0;
}
.tab_muen_content_nav>ul{
display: flex;
}
.tab_muen_content_nav>ul>li{
height: 100%;
background-color: #f0f0f0;
line-height: 0.64rem;
text-align: center;
flex: 1;
font-size: 0.21rem;
cursor: pointer;
font-size: 600;
}
.tab_muen_ul_active{
background-color: #0088d2 !important;
color: #fff;
}
.tab_muen_content_item{
width: 100%;
height: 4.23rem;
}
.tab_muen_content_item>ul{
width: 100%;
height: 100%;
position: relative;
}
.tab_muen_content_item>ul>li{
width: 100%;
height: 100%;
position: absolute;
top: 0;
display: none;
}
.tab_content_ul_active{
display: block !important;
}
.tab_muen_content_item_img{
width: 6.4rem;
height: 100%;
float: left;
overflow: hidden;
transition: all 0.7s;
opacity: 0;
position: relative;
left: -1.28rem;
}
.tab_muen_content_item_img img {
height: 100%;
}
.tab_muen_content_news_list{
width: 8.96rem;
height: 100%;
float: left;
transition: all 0.7s;
opacity: 0;
position: relative;
right: -1.28rem;
}
.tab_muen_content_news_list>p{
position: relative;
z-index: 9;
padding-left: 1.02rem;
box-sizing: border-box;
}
.tab_muen_content_news_list>p>a{
color: #fff;
font-size: 0.18rem;
}
.tab_muen_content_news_list>ul{
padding:0.3rem 1.02rem 0.13rem 1.02rem;
box-sizing: border-box;
display: flex;
align-items: center;
flex-wrap: wrap;
height: 3.6rem;
overflow: hidden;
}
.tab_muen_content_news_list>ul>li{
width: 100%;
line-height: 0.51rem;
list-style-type: disc;
color: #fff;
}
.tab_muen_content_news_list>ul>li>a{
display: block;
color: #fff;
width: 100%;
font-size: 0.19rem;
line-height: 0.39rem;
}
.tab_muen_content_news_list>ul>li>a>span{
float: right;
}
/* 社交媒体区域 */
.lzy_social{
width: 19.2rem;
height: auto;
}
.social_content{
width: 100%;
height:8.32rem;
background: url(/uploads/image/images/soclial_content_bg.png)no-repeat;
background-size: 100% 93%;
background-position: 0 0.64rem;
}
/* æ ‡é¢˜ */
.social_titlebox{
width: 100%;
height: 2.56rem;
display: flex;
align-items: center;
position: relative;
}
.social_bgurl{
width: 4.48rem;
height: 2.56rem;
position: absolute;
right: 3.84rem;
opacity: 0.3;
z-index: -1;
}
.social_bgurl img{
width: 100%;
}
.social_title{
width: 5.12rem;
height: 1.15rem;
margin: 0 auto;
display: flex;
position: relative;
top: 1.28rem;
opacity: 0;
transition: all 0.7s;
}
.social_title .sc_title{
padding-left: 0.64rem;
font-weight: bold;
font-size: 0.26rem;
background: url(/uploads/image/images/weichat_icon.png) no-repeat;
background-size: 0.45rem 0.41rem;
background-position: 0.07rem 0;
color: #000;
margin: 0 0.39rem;
}
.social_title .video_title{
padding:0.13rem 0.64rem 0 0;
font-weight: bold;
font-size: 0.23rem;
font-weight: 600;
background: no-repeat;
background-size: 0.35rem 0.35rem;
background-position: 1.28rem 0.26rem;
color: #000;
}
.social_title p{
font-weight: 200;
font-size: 0.18rem;
line-height: 0.32rem;
}
.social_title span{
display: block;
}
.social_title h4{
font-weight: 300;
line-height: 0.64rem;
font-size: 0.21rem;
font-weight: 100;
margin: 0 0 0 0.13rem;
}
.video_title::before{
content: '/';
font-size: 0.51rem;
font-weight: normal;
}
.social_content .sc_content{
width: 15.36rem;
height: auto;
margin: 0 auto;
}
/* 社交媒体左侧区域 */
.sc_content_left{
width: 10.75rem;
height: auto;
float: left;
}
.sc_content_item_bottom{
position: relative;
bottom: -1.28rem;
opacity: 0;
}
.sc_content_item{
width: 5.325rem;
height: 2.94rem;
background-color: #008ddc;
float: left;
background: no-repeat;
background-size: 5.325rem 3.01rem;
padding:0.51rem 0.64rem;
box-sizing: border-box;
position: relative;
top: -1.28rem;
opacity: 0;
transition: all 0.7s;
}
.sc_content_item_nav{
width: 5.325rem;
height: 2.94rem;
background-color: #27be95;
float: left;
padding:0.51rem 0.64rem;
box-sizing: border-box;
background: no-repeat;
background-size: 5.325rem 3.01rem;
position: relative;
bottom: -1.28rem;
opacity: 0;
transition: all 0.7s;
}
.sc_content_item h4{
color: #fff;
font-weight: 600;
font-size: 0.18rem;
line-height: 0.39rem;
}
.sc_content_item p:nth-of-type(1){
color: #fff;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
font-size: 0.15rem;
line-height: 0.32rem;
-webkit-box-orient: vertical;
font-weight: 100;
}
.sc_content_item p:nth-of-type(2){
color: #fff;
font-size: 0.15rem;
line-height: 0.39rem;
font-weight: 100;
}
.sc_content_item p span{
margin-left: 0.64rem;
}
.sc_content_item_nav h4{
color: #fff;
font-weight: 600;
font-size: 0.18rem;
line-height: 0.39rem;
}
.sc_content_item_nav p:nth-of-type(1){
color: #fff;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
font-size: 0.15rem;
line-height: 0.32rem;
-webkit-box-orient: vertical;
font-weight: 100;
}
.sc_content_item_nav p:nth-of-type(2){
color: #fff;
font-size: 0.15rem;
line-height: 0.39rem;
font-weight: 100;
}
.sc_content_item_nav p span{
margin-left: 0.64rem;
}
/* 社交媒体å³ä¾§è§†é¢‘区域 */
.sc_content_right{
width: 4.61rem;
height: 5.89rem;
float: left;
padding:0.39rem 0.13rem;
box-sizing: border-box;
position: relative;
right: -1.28rem;
transition: all 1s;
opacity: 0;
}
.sc_content_right .sc_content_video{
width: 100%;
background-color: #fff;
height: 3.2rem;
box-shadow: 0.13rem 0.13rem 0.0rem #00000070;
padding: 0.13rem;
box-sizing: border-box;
position: relative;
}
.sc_content_right .sc_content_video img{
width: 100%;
height: 100%;
}
.sc_content_video_titile{
width: 100%;
height: 0.39rem;
background-color: #009fa5;
position: relative;
top: -0.39rem;
padding: 0 0.13rem;
box-sizing: border-box;
white-space:nowrap;
word-break:break-all;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
overflow: hidden;
font-size: 0.18rem;
color:#fff;
text-align: center;
line-height: 0.39rem;
}
.sc_content_video .play_box{
width: 0.9rem;
height: 0.9rem;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.37);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border: 0.04rem solid #fff;
box-sizing: border-box;
background: url(/uploads/image/images/play_icon.png)no-repeat;
background-position: 70% 50%;
background-size: 60% 60%;
box-shadow: 0.04rem 0.03rem 0.07rem #000;
cursor: pointer;
}
/* æ•°æ®æ³¸èŒåŒºåŸŸ */
.lzy_data{
width: 19.2rem;
height: 7.68rem;
background: url(/uploads/image/images/lzy_data_bgpng.png)100% 100% no-repeat;
position: relative;
top: -2.43rem;
z-index: 0;
display: none;
}
/* æ ‡é¢˜ */
.lzy_data_title{
width: 3.2rem;
height: 0.77rem;
margin: 0 auto;
display: flex;
position: relative;
top: 2.56rem;
z-index: 2;
opacity: 0;
transition: all 0.8s;
}
.lzy_data_title h3{
font-weight: bold;
font-size: 0.26rem;
box-sizing: border-box;
background: url(/uploads/image/images/lzy_data_icon.png) no-repeat;
background-size: 0.39rem 0.39rem;
background-position: 0.26rem 0.39rem;
margin: 0 0.13rem;
}
.lzy_data_title h4{
font-weight: 300;
line-height: 0.64rem;
font-size: 0.21rem;
font-weight: 100;
margin: 0 0 0 0.13rem;
}
.lzy_data_title h4::before{
content: '/';
font-size: 0.51rem;
font-weight: 100;
}
/* æ•°æ®åŒºåŸŸå†…容 */
.lzy_data_content{
width: 15.36rem;
margin: 0 auto;
height: auto;
display: flex;
margin-top: 1.92rem;
position: relative;
z-index: 2;
}
/* æ•°æ®åŒºåŸŸè½®æ’图 */
#lzy_data_swiper{
width: 15.36rem;
margin: 0 auto;
height: 3.46rem;
display: flex;
position: relative;
z-index: 2;
}
.lzy_data_swiper{
display: flex;
}
.pagination_top{
margin-top: 0.39rem;
}
.lzy_data_content_item{
flex: 1;
height: auto;
margin: 0 0.26rem;
position: relative;
top: 1.28rem;
opacity: 0;
transition: all 1s;
}
.item_data_img{
width: 1.54rem;
height: 1.54rem;
border-radius: 50%;
border: 0.01rem dashed #000;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}
.item_data_img img{
width: 50%;
height: 50%;
}
.lzy_data_content_item h3{
font-size: 0.26rem;
text-align: center;
line-height: 0.51rem;
margin: 0.13rem 0;
font-weight: 600;
}
.lzy_data_content_item p{
font-size: 0.18rem;
text-align: center;
line-height: 0.39rem;
margin: 0.13rem 0;
font-weight: 500;
}
/* æ ¡å›æŽ å½±åŒºåŸŸ */
.lzy_environment{
width: 19.2rem;
height: auto;
margin: -1.02rem 0 0 0;
}
.lzy_environment ul{
width: 100%;
height: 3.84rem;
display: flex;
}
.ul_item1>li{
position: relative;
top: -1.28rem;
opacity: 0;
transition: all 1s;
}
.ul_item2>li{
position: relative;
bottom: -1.28rem;
opacity: 0;
transition: all 1s;
}
.lzy_environment ul li{
flex: 1;
height: 3.84rem;
overflow: hidden;
position: relative;
cursor: pointer;
}
.ul_item_active{
transform: scale(3.5) !important;
}
.lzy_environment ul li:hover>img{
transform:scale(1.4);
}
.lzy_environment ul li>img{
width: 100%;
transform:scale(1);
position: relative;
z-index: -1;
background-position:center;/*å›¾ç‰‡å±…ä¸æ˜¾ç¤º*/
background-size: cover; /*éšè—ä¸éœ€è¦æ˜¾ç¤ºçš„图片*/
transition: all 0.8s;
}
/* é®ç½© */
.lzy_mask{
width: 100%;
height: 100%;
background-color: rgba(34, 78, 156, 0.7);
position: absolute;
z-index: 2;
top: 0;
display: flex;
align-items: center;
justify-content: center;
}
.mask_content{
height: 1.67rem;
color: #fff;
}
.mask_img{
width: 0.64rem;
height: auto;
margin: 0 auto;
}
.mask_content img{
width: 100%;
}
.mask_content h2{
text-align: center;
line-height: 0.39rem;
font-size: 0.21rem;
font-weight: 600;
margin-top: 0.13rem;
}
.mask_content p{
text-align: center;
line-height: 0.26rem;
}
/* 专题网站区域 */
.lzy_project_site{
width: 19.2rem;
height: 6.66rem;
}
/* æ ‡é¢˜ */
.lzy_site_title{
width: 3.2rem;
height: 0.77rem;
margin: 0 auto;
display: flex;
position: relative;
top: 1.28rem;
z-index: 2;
opacity: 0;
transition: all 0.7s;
}
.lzy_site_title h3{
font-weight: bold;
font-size: 0.26rem;
box-sizing: border-box;
background: url(/uploads/image/images/computer.png) no-repeat;
background-size: 0.39rem 0.39rem;
background-position: 0.32rem 0.41rem;
margin: 0 0.13rem;
}
.lzy_site_title h4{
font-weight: 300;
line-height: 0.64rem;
font-size: 0.21rem;
font-weight: 100;
margin: 0 0 0 0.13rem;
}
.lzy_site_title h4::before{
content: '/';
font-size: 0.51rem;
font-weight: 100;
}
/* 内容 */
.lzy_site_content{
width: 100%;
height: 3.58rem;
margin: 0 auto;
margin-top: 1.92rem;
background: url(/uploads/image/images/site_content_bg.png)no-repeat;
background-size: 100% 100%;
}
.lzy_site_content_nav{
width: 15.36rem;
height: 3.58rem;
margin: 0 auto;
display: flex;
align-items: center;
}
/* ä¸“é¢˜ç½‘ç«™è½®æ’ */
.lzy_site_content_nav #lzy_site{
width: 100%;
height: 2.56rem;
padding: 0 0.64rem;
box-sizing: border-box;
position: relative;
top: 1.28rem;
transition: all 1s;
}
#lzy_site .swiper-slide{
background-color: #fff;
padding: 0.06rem;
box-sizing: border-box;
position: relative;
}
#lzy_site .swiper-slide img{
width: 100%;
height: 100%;
}
/* 专题网站é®ç½© */
.lzy_site_mask{
width: 70%;
height: 70%;
background-color: rgba(0, 0, 0, 0.705);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
display: flex;
align-items: center;
justify-content: center;
}
.lzy_site_mask .zt_title{
width: 1.02rem;
height: 0.32rem;
background-color: #0086ed;
color: #fff;
text-align: center;
line-height: 0.32rem;
margin: 0 auto;
font-size: 0.18rem;
}
.lzy_site_mask h2{
color: #fff;
text-align: center;
font-weight: 800;
}