/* 悬浮 新闻 */

.new {
    width: 90%;
    margin: 0 auto;
    min-height: 5rem;
    border-radius: 10px;
    overflow: hidden;
    transform: translateY(-40px);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(5, 5, 5, .06);
}

.new_header {
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 5%;
    /* line-height: 1; */
}

.new_p1 {
    color: #464d61;
    margin-right: 0.27rem;
    letter-spacing: 1px;
    font-size: 15px;
}

.new_p2 {
    /* font-weight: bold; */
    letter-spacing: 0.4px;
    color: #1d2974;
}

.new_p2_cont {
    display: flex;
    align-items: center;
}

.new_p2_cont img {
    margin-left: 0.14rem;
}

.new_p3 {
    margin-left: auto;
    position: relative;
    cursor: pointer;
}

.new_p3 span {
    background-color: #1d2974;
    height: 2px;
    display: block;
    margin-bottom: 8px;
    transition: 0.5s;
}

.new_p3 span:nth-of-type(1) {
    width: 25px;
}

.new_p3 span:nth-of-type(2) {
    width: 22px;
}

.new_p3 span:nth-of-type(3) {
    width: 25px;
    margin-bottom: 0;
}

.new_p3.on span:nth-of-type(1) {
    transform: translateX(5px) translateY(10px) rotateZ(-45deg);
}

.new_p3.on span:nth-of-type(2) {
    opacity: 0;
}

.new_p3.on span:nth-of-type(3) {
    transform: translateX(5px) translateY(-10px) rotateZ(45deg);
}

.new_list {
    padding: 20px 20px;
    overflow: hidden;
    background-color: white;
}

.new_li {
    margin: 0 auto 20px;
    width: 90%;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 20px 5% 30px;
}

.new_li:nth-of-type(3n) {
    margin-right: 0rem;
    margin-bottom:0rem;
}

.new_img {
    width: 96px;
    height: 65px;
    overflow: hidden;
    float: left;
	margin-right:15px;
}

.new_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
	
}

.new_img:hover img {
    transform: scale(1.2);
}

.new_p4 {
    font-size: 14px;
    /* line-height: 1; */
    font-weight: 600;
    color: #333947;
	text-align:justify;
}

.new_p5 {
    font-size: 12px;
    /* line-height: 1; */
    padding: 0 10px;
    letter-spacing: 1px;
	text-align:justify;
}
.new_p5 span{float:right;}
/*  */

.new_hover {
    background-color: rgba(255, 255, 255, .9);
    padding-bottom: 0.23rem;
    display: none;
}

.new_hover_item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c8cad8;
    padding: 10px 20px;
}
.text-cut-one {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.new_hover_item .new_hover_time {
    font-size:14px;
    color: #464d61;
    margin-right: 16px;
	white-space: nowrap;
    /* line-height: 1; */
}

.new_hover_item .new_hover_title {
    font-size: 14px;
    color: #1b2a75;
    /* line-height: 1; */
}

.new_hover_item img {
    margin-left: 10px;
}

.new_btn {
        width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    letter-spacing: 2px;
    font-size: 14px;
    background-color: #f05423;
    border-radius: 5px;
    margin: 16px auto 0;
}

.videos {
    width: 100%;
    height: auto;
    margin-top: -1rem;
    position: relative;
    background-image: url('../images/kr04.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
	padding: 95px 0 95px 0.28rem;
}


.videos_img {
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_bg {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.video_bg video {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}
/**解决方案**/
.jjfa{width:100%;padding:40px 0;background:#f0f3f7;}
.jjfa .jjfaSwiper {
	width: 100%;
	height: 100%;
	margin-top:20px;
}
.jjfa .jjfaSwiper .swiper-slide {
    font-size: 14px;
	height:350px;
      /* Center slide text vertically */
	  transition: 300ms;
	  transform: scale(0.8);
    }
.jjfa .jjfaSwiper .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}
.jjfaSwiper .swiper-slide img{width:100%;}
.jjfaSwiper .swiper-slide-active{z-index:10;}
.jjfaSwiper .swiper-slide-prev,.jjfaSwiper .swiper-slide-next{opacity: 0.6;}
/***自主研发***/
.zzyf{width:100%;height:320px;background:url(../images/zzyf_bg.png);background-size:cover;padding:60px 0;}
.zzyf p.zzyf_title {padding-left: 7%;color: #fff;font-size: 22px;line-height: 2em;}
.zzyf ul {margin-top:30px;}
.zzyf ul li{width:33%;text-align:center;float:left;margin-top:20px;}
.zzyf ul li img{width:50%;}
.zzyf ul li p{color:#ffbc81;}
.zzyf_two{width:100%;height:60px;background:url(../images/zzyf_bg03.jpeg);background-size:cover;padding:55px 0;}
.zzyf_two ul li{float:left;width:33.33%;text-align:center;}
.zzyf_two ul li p.z_t_title{font-size:28px;color:#f05423;font-weight:bold;}
.zzyf_two ul li p.z_t_content{font-size:14px;color:#000;margin-top:15px;}

/***视野洞察***/
.qsdc{margin:40px 5%;}
.trend_r_ul{width:100%;overflow-y:hidden;overflow-x:hidden;margin-top:30px;}
.trend_r_li {margin-bottom:0; padding:20px 0;border-bottom:1px dashed #cccccc;}
.trend_r_li a {display:flex;align-items:center;}
.trend_r_img {width:115px;min-width:115px;height:68px;position:relative;margin-right:15px;}
.trend_r_img img {width:100%;height:100%;object-fit:contain;}
.trend_r_cont {flex-grow:1;}
.trend_p5 {font-size:14px;margin-bottom:0.1rem;line-height:1.6;height:20px;color:#333947;font-weight:bold;}
.trend_p6 {font-size:12px;margin-bottom:0.1rem;color:#84879a;}
.trend_p7 {font-size:12px;color:#333333;line-height:20px;height:40px;}
.text-cut-one {text-overflow:ellipsis;white-space:normal;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.text-cut-two {text-overflow:ellipsis;white-space:normal;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
p.qsdc_more{margin-top:20px;text-align:center;}
p.qsdc_more a{color:#999;font-size:14px;}
.qyhz{padding:40px 5%;background:#f0f3f7;}
.qyhz .qyhz_img{width:90%;margin:30px auto 0;}
.qyhz .qyhz_img img {width:100%;}
