.wrap-news-con {
    background: #f4f4f4;
}

.wrap-news-con .news-container {
    width: 1200px;
    margin: auto
}

.wrap-news-con .news-container .bread-nav {
    font-size: 20px;
    color: #333333;
    font-family: 'BoldFont';
    padding: 19px 0;
    margin-bottom: 34px;
    border-bottom: 1px solid #dddddd;
}

.wrap-news-con .news-container .bread-nav span a {
    color: #666666;
    font-family: 'light';
    text-decoration: none;
}

.wrap-news-con .news-container .bread-nav span {
    margin-right: 6px;
}

.wrap-news-con .news-container .news-lists li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.wrap-news-con .news-container .news-lists li .img-box {
    flex: 1;
    height: 220px;
    overflow: hidden;
    margin: 20px;
}

.wrap-news-con .news-container .news-lists li .img-box img {
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.wrap-news-con .news-container .news-lists li:hover .img-box img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.wrap-news-con .news-container .news-lists li:hover .tex-box {
    transform: translateX(10px)
}

.wrap-news-con .news-container .news-lists li .tex-box {
    flex: 1;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.wrap-news-con .news-container .news-lists li .tex-box .tit {
    font-family: 'BoldFont';
    font-size: 20px;
    color: #333333;
    margin-bottom: 24px;
    display: block;
    text-decoration: none
}

.wrap-news-con .news-container .news-lists li .tex-box .tex {
    font-family: 'light';
    font-size: 14px;
    color: #666666;
    margin-bottom: 34px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.wrap-news-con .news-container .news-lists li {
    margin-bottom: 50px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    background: #fff
}

.wrap-news-con .news-container .news-lists li:hover {
    box-shadow: 7px 7px 20px rgba(51, 51, 51, .5);
}

.wrap-news-con .news-container .news-lists li .tex-box .btn a {
    width: 100px;
    height: 40px;
    border: 1px solid #3c9fff;
    text-align: center;
    line-height: 40px;
    color: #3c9fff;
    display: block;
    background: transparent;
    text-decoration: none;
    border-radius: 2px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}

.wrap-news-con .news-container .news-lists li .tex-box .btn a:hover {
    background: #f99514;
    color: white;
    border: 1px solid #f99514;
}

.news-container .pc-pages {
    clear: both;
    overflow: hidden;
    padding: 20px;
}

.news-container .pc-pages li {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 20px;
    margin-right: 10px;
    border: 1px solid #ccc;
}

.news-container .pc-pages li a {
    color: #666
}

/* 新闻详情页面 */

.news-container .news-detail {
    /*display: flex;
    justify-content: space-between;*/
}
.news-container .news-detail a{
    color:#333;
}

.news-container .artical-box {
    flex: 2;
    margin-right: 50px;
    background: #fff;
}

.news-container .recommend {
    flex: 1;
    padding: 20px;
    background: #fff;
}

.news-container .recommend .tit {
    color: #333333;
    font-size: 18px;
    margin-bottom: 30px;
}

.news-container .recommend li .img-box {
    overflow: hidden;
    height: 160px;
}

.news-container .recommend li .img-box img {
    width: 100%;
}

.news-container .recommend li .tex {
    margin-top: 10px;
    color: #333333;
    font-size: 14px;
    font-family: 'regular';
    line-height: 22px;
    margin-bottom: 35px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dddddd
}

.news-container .nextprev {
    margin-top: 30px;
    width: 100%;
    display: flex;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.news-container .nextprev a {
    color: #000;
    display:block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    float: right;
    width:84%;
}

.news-container .nextprev a:hover{
    color:#ffae00;
}

.nextprev .next, .nextprev .prev {
    color: #333;
    width: 50%;
    line-height:50px;
}
/*2020-04-15新闻开始*/
.new-outside{
	padding-bottom:50px;
}
.public-left{
	float: left;	
}
.public-right{
	float:right;
}
.public-clear{
	clear: both;
}
.public-clear:after,.public-clear:before {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}	
.new-infobox{
	width:890px;
}
.new-picbox{
	width:280px;
}
.news-area{
	box-sizing: border-box;
	padding:40px 40px 60px 40px;
	background:#fff;
}
.news-tab{
	box-sizing:border-box;
	padding-bottom:12px;
	border-bottom: 1px solid #cacfd9;
}
.news-tab li{
	position: relative;
	display:inline-block;
	margin-right:30px;
}
.news-tab li a{
	font-size: 18px;
	color:#878787;
}
.news-tab li:last-of-type{
	margin-right:0;
}
.news-tab li.active,.news-tab li.active a,.news-tab li:hover a{
	color:#000000;
}
.news-tab li.active::after,.news-tab li:hover::after{
	content:"";
	position:absolute;
	left:0px;
	bottom:-13px;
	width:100%;
	height:1px;
	background:#ffae00;
}
.news-tab li.active::before,.news-tab li:hover::before{
	content:url(../images/news-icon.jpg);
	position:absolute;
	left:50%;
	bottom:-9px;
	margin-left:-2px;
	display: flex;
	justify-content: center;
	align-items: center;
	width:4px;
	height:2px;
	
}
.news-item .news-itemlist li{
    position:relative;
	box-sizing: border-box;
	padding:33px 0 40px 0;
	border-bottom: 1px solid #f0f0f0;
}
.news-item .news-itemlist li{
	display:block;
}
.news-item .news-itemlist li:hover .news-title{
    color:#ffae00;
}
.news-item .news-itemlist li::after{
    content:"";
    position:absolute;
    left:0px;
    bottom:0px;
    width:0%;
    height:1px;
    background:#ffae00;
    transition:all .5s;
}
.news-item .news-itemlist li:hover::after{
    width:100%;
}



.news-title{
	font-size: 18px;
	line-height: 21px;
	color: #27292e;
	display:block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition:all .5s;
}
.news-signinfo{
	margin:13px 0;
	font-size: 14px;
	line-height: 21px;
	color: #bbbbbb;	
	transition:all .5s;
}
.news-signinfo .news-showImg{
	position: relative;
	margin-left:50px;
}
.news-signinfo .news-showImg::after{
	content:url(../images/i5.png);
	position: absolute;
	left:-20px;
	top:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width:17px;
	height:11px;
	margin-top:-5.5px;
}
.news-introduction{
	font-size: 14px;
	line-height: 21px;
	color: #828282;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	transition:all .5s;
}
.news-item li:hover .news-title,.news-item li:hover .news-signinfo,.news-item li:hover .news-introduction{
	color:#2e384a;
}
.news-fff{
    background: #fff;
}
.new-forminfo{
	position: relative;
    margin-bottom:20px;
    box-sizing: border-box;
    padding: 20px;
}
.new-forminfo h2{
	margin:0;
	padding-bottom: 6px;
    width: 100%;
    font-size: 16px;
    color: #333;
}
.new-forminfo h2 span {
    color: #fe6406;
}
.new-forminfo p {
	margin-bottom: 14px;
    font-size: 12px;
    color: #c5c5c5;
}
.news-select{
    margin-bottom: 12px;
    padding-left: 6px;
    line-height: 38px;
	width:100%;
    height: 40px;
    font-size: 13px;
    color: #999;
    background: none;
    outline: none;
    border: none;
    border: 1px solid #dfdfdf;	
}
.news-select option{
    height: 40px;
    font-size: 13px;
    color: #999;
}
.news-input{
	box-sizing: border-box;
	margin-bottom: 12px;
    padding:10px;
    line-height:40px;
	width: 99%;
    height: 40px;
    color: #666;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    outline:none; 
}
.news-picnews{
    box-sizing: border-box;
    padding: 20px;	
}
.news-picnews h3{
	margin:0;
	box-sizing: border-box;
	padding-bottom:15px;
	font-size: 18px;
	color: #070707;
	border-bottom: 1px solid #cacfd9;
}
.news-piclist li>a{
	display:block;
}
.news-submit {
	position: relative;
	display: block;
    width: 100%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #ff6c00 url(../images/tijiap_xx.png) no-repeat;
    border-radius: 2px;
    outline:none;
    border:none;
    background-position:51px 15px; 
    cursor:pointer;
}
.news-submit img{
	margin-right:5px;
}
.news-piclist{
	
}
.news-piclist li{
    padding: 16px 0;
    border-bottom: 1px dashed #d4d4d4;
}
.news-piclist li>a{
	display:block;
	font-size:15px;
	color:#333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news-piclist li:hover a{
	color:#ffae00;
}

.news-piclist li span{
	display:inline-block;
	width:20px;
	height:20px;
	margin-right:5px;
	font-size: 13px;
	text-align:center;
	line-height:20px;
	color:#fff;
	background:#999;
	border-radius:5px;
}
.news-piclist li:hover span{
	color:#fff;
}
.news-piclist li:first-child span{
	background:#536184;
}
.news-piclist li:nth-child(2) span{
	background:#5973b2;
}
.news-piclist li:nth-child(3) span{
	background:#6b8fbc;
}
.news-school{
	margin-bottom:20px;
}
/*新闻详情开始*/
.news-detailsign{
	position:relative;
    padding: 0px 10%;
    margin-top: 10px;
    display: flex;
    justify-content:space-between;
    align-items: center;
    height: 420px;
    background: url(../images/bgggg.jpg)no-repeat center center;
    clear: both;
}
.news-ewmimg{
	
}
.news-ewmimg img{
    max-width:140px;
}
.news-shuoming{
	margin-top:5px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.news-detailform{
	box-sizing: border-box;
    padding: 0 10px;
    width: 240px;
    height: 225px;
    border: 1px solid #ededed;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.news-freetitle{
	margin:5% 2% 0 0;
    font-size: 27px;
    text-align: center;
    font-weight: bold;
    color: #ff6c00;
}
.news-freetxt{
	margin-top:8px;
	text-align: center;
	font-size: 13px;
    color: #999;
}
.news-detailInfo input {
	box-sizing: border-box;
	margin-top: 11px;
	padding-left: 12px;
    line-height: 32px;
    width: 100%;
    font-size: 12px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #dedede;
    outline: none;
}
.news-detailInfo .news-button{
	margin-top: 15px;
	text-align: center;
	background: #ff6c00;
    border-radius: 5px;    
    color:#fff;
    border:none;
}
/*.news-detailInfo .news-button a{
	display:block;
	text-align: center;
    line-height: 35px;
	font-size: 16px;
    color: #fff;
    text-decoration: none;  
}*/
.new-deTailtext{
	line-height: 30px;
    font-size: 14px;
    color: #555;
}
.new-deTailtext img{
	width:auto;
	max-height:100%;
    height:auto;
}
.news-detailTitle{
	margin:10px 0;
	margin-bottom: 10px;
	width:100%;
	font-size:20px;
	text-align: center;
    font-weight: normal;
}
.news-time{
	margin-bottom: 15px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
}
.news-time span{
	margin-right: 15px;
    color: #888;
}
.news-time span a{
	color: #888;
}
.news-phone1{
    margin-left: 10px;
    background: url(../images/bg2x.png) no-repeat 0px -33px;
    padding-left: 20px;
    color: #999;
}
/*2020-04-15新闻*/
@media(max-width:1199px) {
    .wrap-news-con .news-container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .wrap-news-con .news-container .news-lists li .tex-box {
        padding: 10px
    }
    .wrap-news-con .news-container .news-lists li .tex-box .tit {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .wrap-news-con .news-container .news-lists li .tex-box .tex {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 19px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .wrap-news-con .news-container .news-lists li .tex-box .btn a {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .wrap-news-con .news-container .news-lists li .img-box {
        height: 156px;
    }
    /* 新闻详情页面 */
    .news-container .nextprev {
        flex-direction: column;
        margin-top:8px;
    }
    .nextprev .next, .nextprev .prev {
        width: 100%;
        display: flex;
        line-height:40px;
    }
    .news-container .artical-box {
        margin-right: 20px;
    }
    /*20200415新闻开始*/
    .new-infobox{
    	width:70%;	
    }
    .new-picbox{
    	width:27%;
    }
    
    /*20200415新闻结束*/
}
@media(max-width:992px){
	/*20200415新闻开始*/
	.new-infobox{
    	width:65%;	
    }
    .new-picbox{
    	width:32%;
    }
	.news-area{
	    padding: 40px 20px 60px 20px;
	}
	.news-item li{
		padding:20px 0;
	}
	.news-title{
		font-size:16px;
	}
	.news-signinfo{
		margin:10px 0;
		font-size:13px;
	}
	.news-introduction{
		line-height:23px;
	}
	.news-tab li a{
		font-size:16px;
	}
	.news-piclist li:nth-last-of-type(1),.news-piclist li:nth-last-of-type(2){
		display:none;
	}
	.new-header{
		padding:20px 0;
	}
	/*20200415新闻结束*/
}

@media(max-width:767px) {
    .wrap-news-con .news-container .news-lists li .tex-box .tex {
        font-size: 14px;
        line-height: 19px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .wrap-news-con .news-container .news-lists li .img-box {
        height: 106px;
    }
    .news-container .pc-pages li {
        padding: 5px 10px;
        margin: 0;
        float: left;
    }
    .news-container .pc-pages .rows {
        display: none;
    }
    .news-container .pc-pages .end {
        display: none;
    }
    /* 新闻详情页面 */
    .news-container .news-detail {
        flex-direction: column;
    }
    .news-container .artical-box {
        margin: 0 0 30px 0
    }
    .nextprev .next a, .nextprev .prev a {
        display: inline-block;
        width: calc(100% - 80px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .nextprev .next span, .nextprev .prev span {
        display: inline-block
    }
    .news-container .recommend li .img-box {
        height: 120px;
    }
    .wrap-news-con .news-container .bread-nav {
        font-size: 14px;
    }
    /*20200415新闻开始*/
	.new-infobox{
    	width:100%;	
    	margin-bottom:15px;
    }
    .new-picbox{
    	width:100%;
    }
	.news-area{
	    padding:13px;
	}
	.news-item li{
		padding:10px 0;
		border-bottom:1px solid #eee;
	}
	.news-title{
		font-size:16px;
		margin-bottom:8px;
	}
	.news-signinfo{
		display:none;
	}
	.news-introduction{
		line-height:23px;
	}
	.news-tab li a{
		font-size:16px;
	}
	.news-piclist li:nth-last-of-type(1),.news-piclist li:nth-last-of-type(2){
		display:none;
	}
	.new-header{
		padding:20px 0;
	}
	.news-info{
		margin-top:15px;
	}
	.news-picnews h3{
		padding-bottom:10px;
	}
	.news-piclist li{
		padding:10px 0;
	}
	.news-detailTitle{
		font-size:18px;
		font-weight:bold;	
	}
	.news-detailsign{
		display:block;
		padding:15px 0;
		height:auto;
		background: url(../images/bgggg.jpg) no-repeat center center;
        background-size: 100% 100%;
	}
	.news-detailform{
		margin:0 auto;
	}
	.news-ewmimg{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom:15px;
	}
	.news-freetitle{
		font-size:20px;
	}
    .news-item .news-itemlist li{
        padding:20px 0;
    }
    .new-outside{
        padding-bottom:30px;
    }
	/*20200415新闻结束*/
    .news-item .news-itemlist li:hover .news-title{
        color:#27292e;
    }
    .news-item .news-itemlist li:hover .news-signinfo{
        color:#828282;
    }
    .news-item .news-itemlist li:hover .news-introduction{
        color:#828282;
    }
    .news-item .news-itemlist li::after{
        content:"";
        position:absolute;
        left:0px;
        bottom:0px;
        width:0%;
        height:1px;
        background:#828282;
        transition:all .5s;
    }
    .news-item .news-itemlist li:hover::after{
        width:0%;
    }
    .nextprev .next, .nextprev .prev{
        font-size:13px;
    }
    .new-forminfo{
        display:none;
    }

}

/* 案例列表页面手机端 */
@media(max-width:767px) {
	.mmm {
	    display: block!important;
	    padding-bottom:20px;
		padding: 0;
	}
	.mmm .case-container li{
		display: unset!important;
		align-items: unset!important;
	}
	.mmm .case-container li a{
		display: block;text-align: center;padding-top:1rem;
	}
	.mmm .case-container li a img{
		width: 150px !important;
	}
	.mmm .tex-box{
		width:90%!important;
		padding:0 !important;
		border-right:unset !important;
		margin: 0 auto;
	}
	.mmm .tit a{
		margin:0 !important;
		padding: 0 !important;
		font-size: 16px !important;font-weight: bold;
	}
	.mmm ul.case-container li .tex-box .tex {
		overflow: hidden;text-overflow:ellipsis;
		display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;
	}
	.mmm ul.case-container li .pro-type{
		margin: 0 auto;padding: 0;width: 90%;
	}
	.mmm ul.case-container li .pro-type .p1{
		display: inline-block;
		padding-right: 1rem;
	}
	.mmm ul.case-container li .pro-type .p2	{display: inline-block; font-size: 16px;}
	.mmm ul.case-container li .pro-type .btn{
		margin: 0 auto;text-align: center;border-bottom: 1px solid #dfdfdf; padding-bottom: 1rem;
	}
	.mmm ul.case-container li .pro-type .btn a{
		padding-top:0;
	}
}