.header{
	width: 100%;
	height: 80px;
	position:relative;
}

.header .logo-box{
	float: left;
	width: 210px;
	height:70px;
	line-height: 80px;
	margin-top: 10px;
}

.header .header-nav{
	float: left;
	margin: 0 70px;

}

.header .header-nav li{
	display: inline-block;
	float: left;
	width: 80px;
	height:80px;
	line-height: 80px;
	text-align: center;
	font-size: 15px;
	color: #141414;
	margin-right: 20px;
}

.header .header-nav li a{
	display: block;
}

.header .header-nav li:hover,.header .header-nav li.on{
	border-bottom:2px solid #56b248;
	color: #43ac31;
}

.header-search-toggle {
    display: inline-block;
    height: 80px;
    width: 80px;
    background: url("../images/top-search.png") no-repeat center center;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
}


.header .form_box{
    position:absolute;
    width: 100%;
    height: 130px;
    background:rgba(0,0,0,0.8);
    z-index: 999;
    top: 80px;
    left: 0;
    margin:auto;
    display: none;
}

.header .form_box p{
    width: 866px;
    margin:33px auto 0; 
   

}

.header .form_box p .serch{
    width: 766px;
    height: 55px;
    float: left;
    text-indent:24px;
    font-size: 16px;
}
.header .form_box p .submit{
    width: 100px;
    height:55px;
    background:#464646 url(../images/search.png) no-repeat center center;
    float: right;
}




.index_banner{
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
}

.inc-banner{
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
}
.index_banner .bd li{
	width: 100%;
}

.index_banner .hd{
	text-align: center;
	padding: 10px 0 20px;
	border-bottom: 1px solid #d2d2d2;
	}

.index_banner .hd li{
	width: 65px;
	height:5px;
	background:#a8a8a8;
	display: inline-block;
	font-size: 0;
	margin:0 20px;

	
}

.index_banner .hd li.on{
	background:#666666;
}



.index_about .about_con{
	width: 100%;
	padding:60px 0 95px;
}

.index_about .about_con .about_slide{
	width: 528px;
	float: left;
	position:relative;
}


.index_about .about_con .about_slide .prev,.index_about .about_con .about_slide .next{
	width: 30px;
	height:60px;
	position:absolute;
	top: 45%;
	margin:auto;
	z-index: 99;
	font-family: '新宋体';
	font-size:30px;
	text-align:center;
	line-height: 60px;
	cursor: pointer;
}

.index_about .about_con .about_slide .prev{
	left: 0;
}

.index_about .about_con .about_slide .next{
	right: 0;
}
.index_about .about_con .text-box{
	width: 603px;
	float: right;
}

.index_about .about_con .text-box .about-tit{
	margin:28px 0 0 24px;
}

.index_about .about_con .text-box .about-tit h3{
	font-size: 24px;
	color: #333333;
	padding-bottom: 8px;
}

.index_about .about_con .text-box .about-tit p{
	font-size: 20px;
	color: #737373;
	text-transform: uppercase; 
}

.index_about .about_con .text-box .text{
	font-size:16px;
	color: #666666;
	text-indent: 24px;
	line-height: 28px;
	padding-top: 30px;
}

.btn{
	width: 140px;
	height:40px;
	background:#098e37;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	text-align:center;
	margin-top: 50px;
	
}

.btn a{
	display: block;
}


.index-product{
	background:#f3f3f3;
	padding-bottom: 120px;
}

.tit{
	text-align:center;
	padding:40px 0 20px;

}

.tit h3{
	font-size: 24px;
	color: #333333;
}

.tit p{
	font-size: 20px;
	color: #7d7d7d;
	padding-top: 8px;
}

.index-product .pro_case{
	position:relative;
}


.index-product .pro_case li{
	width: 262px;
	display: inline-block;
	float: left;
	margin-right: 37px !important;
	margin-top: 20px;
}

.index-product .pro_case .prev,
.index-product .pro_case .next{
	font-family: '新宋体';
    font-size: 30px;
    color: #141414;
    position: absolute;
    width: 32px;
    height: 66px;
    top: 40%;
    margin: auto;
    text-align: center;
    line-height: 66px;
    font-weight: bold;
    cursor: pointer; 
    z-index: 99;
}

.index-product .pro_case .prev{
	left: -40px;
}

.index-product .pro_case .next{
	right: -20px;
}
.index-product .pro_case .list-box{
	width: 262px;
	background:#fbfbfb;
	padding:10px 10px 0 10px;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	
}

.index-product .pro_case .list-box .img_box{
	width: 262px;
	height:177px;
	overflow: hidden;
	border: 1px solid #c4c4c4;
}

.index-product .pro_case .list-box p{
	font-size: 16px;
	color: #333333;
	text-align:center;
	line-height: 50px;
}

.index-product .pro_case .list-box:nth-child(4){
	margin-right: 0;
}

.index-product .pro_case .list-box:hover{
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px #e5e5e5;
    -moz-box-shadow:0px 5px 15px #e5e5e5;
    box-shadow:0px 5px 15px #e5e5e5;
    background:#fff;
}

.index-product .pro_case .list-box:hover p{
	color: #098e37;
}




.other-project{

}

.other-project .list-box{
	width: 50%;
	float: left;
	display: inline-block;
	overflow: hidden;
	position:relative;
}

.other-project .list-box .img_box{
	width: 50%;
	overflow: hidden;
	height:480px;

}

.other-project .list-box .img_box img{
	-webkit-transition:all 0.8s ease-in-out;
	-moz-transition:all 0.8s ease-in-out;
	-ms-transition:all 0.8s ease-in-out;
	-o-transition:all 0.8s ease-in-out;
	transition:all 0.8s ease-in-out;
	height: 480px;
}
.other-project .list-box:hover .img_box img{
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.other-project .list-box .mask{
	position:absolute;
	width: 100%;
	height:480px;
	top: 0;
	left: 0;
	right: 0;
	margin:auto;
}

.other-project .list-box .mask .mask-con{
	width: 300px;
	margin:0 auto;
	text-align:center;
	margin-top: 186px;
	background:url(../images/case-mask.png) no-repeat left 20px  center;
	
}



.other-project .list-box .mask .mask-con .tit2-1{
	width: 170px;
	float: right;
}

.other-project .list-box .mask .mask-con .tit2-1 h3{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-moz-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	*filter: Glow(color=#000, strength=1);
}

.other-project .list-box .mask .mask-con .tit2-1 p{
	font-size: 24px;
	color: #fff;
	text-transform:uppercase;
	text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-moz-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	padding-top: 10px;

}

.other-project .list-box .mask .mask-con2{
	width: 300px;
	margin:0 auto;
	text-align:center;
	margin-top: 186px;
	background:url(../images/join-mask.png) no-repeat left 20px  center;
	
}


.other-project .list-box .mask .mask-con2 .tit2-1{
	width: 170px;
	float: right;
}

.other-project .list-box .mask .mask-con2 .tit2-1 h3{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-moz-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	*filter: Glow(color=#000, strength=1);
}

.other-project .list-box .mask .mask-con2 .tit2-1 p{
	font-size: 24px;
	color: #fff;
	text-transform:uppercase;
	text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-moz-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	padding-top: 10px;

}

.other-project .list-box:hover .mask{
	background:rgba(0,0,0,0.7);
}




.index-news{
	margin-bottom: 70px;
}

.index-news .news-con{

}


.index-news .news-con .list-box{
	width: 360px;
	display: line-height;
	float: left;
	margin-right: 40px;
}

.index-news .news-con .list-box:nth-child(3){
	margin-right: 0;
}

.index-news .news-con .list-box .img_box{
	width: 360px;
	height:200px;
	overflow: hidden;
}

.index-news .news-con .list-box .img_box img{
	-webkit-transition:all 0.8s ease-in-out ;
	-moz-transition:all 0.8s ease-in-out ;
	-ms-transition:all 0.8s ease-in-out ;
	-o-transition:all 0.8s ease-in-out ;
	transition:all 0.8s ease-in-out ;
}

.index-news .news-con .list-box .text-box{

}

.index-news .news-con .list-box .text-box h3{
	font-size: 16px;
	color: #333333;
	padding:20px 0;
}

.index-news .news-con .list-box .text-box .text{
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	padding-bottom: 20px;
}

.index-news .news-con .list-box .text-box .time{
	line-height: 40px;
	border-top:1px solid #c4c4c4;
}

.index-news .news-con .list-box .text-box .time em{
	font-size: 15px;
	color: #666666;
}

.index-news .news-con .list-box .text-box .time p{
	width: 68px;
	float: right;
	font-size: 15px;
	color: #666666;

}

.index-news .news-con .list-box:hover .img_box img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.footer{
	background:#3e3e3e;
	padding:30px;
}


.footer .text-box{
	width: 430px;
	float: left;


}

.footer .text-box h3{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}

.footer .text-box p{
	color: #cfcfcf;
	font-size: 15px;
	padding-bottom: 10px;
}
.footer .text-box p em{
	padding-right: 50px;
}
.footer-contact{

	float: right;

}

.footer-contact .list-box{
	display: inline-block;
	margin-right: 40px;
	width: 64px;
	position:relative;
	margin-top: 30px;
}

.footer-contact .list-box .img_box{
	padding:0 10px;
	width: 40px;
}

.footer-contact .list-box p{
	font-size: 12px;
	color: #cfcfcf;
	padding-top: 15px;
	text-align: center;
}

.footer-contact .list-box .mask{
	position:absolute;
	top:0;
	left: 63px;
	margin:auto;
	width: 100px;
	height:100px;
	background:#fff;
	display: none;
}

.footer-contact .list-box:hover .mask{
	display: block;
}



/*about*/



.address{
	border-bottom: 1px solid #d2d2d2;
	padding:10px 0;
}
.address .address-con p i{
	padding-right:20px;
}
.address .address-con p{
	font-size:15px;
	color: #888888;


}

.about{

}

.about .list-box{
	border-radius:20px;
	margin-top: 50px;
	box-shadow: 0px 4px 30px #d3d3d3;

}

.about .list-box .img_box{
	width: 416px;
	height:600px;
	overflow: hidden;
	float: left;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.about .list-box .text-box{
	width: 750px;
	float: right;
}

.about .list-box .text-box h3{
	color:#444444;
	font-size: 30px;
	font-weight: bold;
	padding:40px 0 70px;
}

 .about .list-box .text-box h3 i{
 	font-size: 24px;
 	font-weight: none;
 	text-transform: uppercase;
 }

  .about .list-box .text-box .text{
  	text-indent: 24px;
  	font-size: 16px;
  	color: #7d7d7d;
  	line-height: 30px;
    padding-right: 28px;
  }



.about-cul{

}

.about-cul .list-box2{
  box-shadow: 0 5px 20px #d3d3d3;

}

.tit2 h3{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color:#4f4f4f;
	padding:90px 0 30px;

}

.about-cul .list-box2 .text-box{
	width: 292px;
	display: inline-block;
	float: left;
	text-align: center;
	border:4px solid #fff;
	height:280px;
}

.about-cul .list-box2 .text-box h3{
    font-size: 18px;
    font-weight: bold;
    color: #4f4f4f;
    padding:35px 0 20px;

}

.about-cul .list-box2 .text-box .text{
	padding:0 65px ;
	line-height: 28px;
	font-size: 16px;
	color: #7d7d7d;
}

.about-cul .list-box2 .text-box:hover{
	border:4px solid #89b929;
	cursor: pointer;
}

.about-cul .list-box2 .text-box:nth-child(4) .text{
	border-right: 1px solid #fff;
}


.about_partner{
	margin-bottom: 70px;
}
.about_partner .tit2 h3{
	padding-bottom: 0;
}
.about_partner .silde{
	position:relative;
}

.about_partner .silde li{
	width: 198px;
	display: inline-block;
	float: left;
	height:88px;
	margin-right: 105px;
	margin-top: 60px;

}


.about_partner .silde .slide-box{
	width: 1100px;
	margin:0 auto;
}

.about_partner .silde .bd .tempWrap{
	width: 1100px !important;
	margin:0 auto;
}

.about_partner .silde .prev,.about_partner .silde .next{
	width: 30px;
	height:60px;
	line-height: 60px;
	text-align:center;
	font-size: 30px;
	font-family: '新宋体';
	position:absolute;
	top: 45%;
	margin:auto;  
	z-index: 99;
	cursor: pointer;

}

.about_partner .silde .prev{
	left: 0;
}


.about_partner .silde .next{
	right: 0;
}



.sidebar{
	width: 220px;
	float: left;
}
.list{
	margin-top: 60px;
}

.sidebar h3{
	width: 220px;
	height:100px;
	line-height: 100px;
	text-indent: 20px;
	background:#098e37;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}

.sidebar-view{

}

.sidebar-view li{
	width: 220px;
	height:50px;
	line-height: 50px;
	font-size: 15px;
	color: #444444;
	text-indent:20px;
}

.sidebar-view li.on,.sidebar-view li:hover{
	background:url(../images/sidebar-li.jpg) no-repeat center center;
}

.sidebar-view li a{
	display: block;
}
.contact-views{
	width: 936px;
	float: right;
}

.contact-views .list-box{
	width: 302px;
	display: inline-block;
	float: left;
	position:relative;
	margin-right: 15px;
	margin-bottom: 40px;
	height:288px;
}

.contact-views .list-box .img_box{
	width: 302px;
	height:228px;
	overflow: hidden;
}

.contact-views .list-box .img_box img{
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.contact-views .list-box:hover .img_box img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}


.contact-views .list-box .mask{
	width: 302px;
	height:228px;
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	margin:auto;
	background:rgba(0,0,0,0.7) url(../images/mask.png) no-repeat center center;
	display: none;

}

.contact-views .list-box:hover .mask{
	display: block;
}

.contact-views .list-box p{
	line-height: 60px;
	font-size: 16px;
	color: #444444;
	text-indent:24px;
	position:relative;
}

.contact-views .list-box p:after{
	position:absolute;
	width: 4px;
	height:20px;
	background:#098e37;
	top: 20px;
	left: 0;
	margin:auto;
	content: ''; 
}

.contact-views .list-box:nth-child(3n){
	margin-right: 0;
}


.pages{
	text-align: center;
	margin:60px 0 100px;
	clear:both;
}

.pages a{
	padding:10px 15px;
	border:1px solid #d2d2d2;
	font-size: 16px;
	color: #444444;
	margin: 0 5px;
}
.pages .point{
	border:1px solid #fff;
}
.pages a.on{
	background:#098e37;
	color: #fff;
}



/*contact*/

.contact{

}

.contact .list-box{
	margin-top: 70px;
}

.contact .list-box .text-box{
	width: 600px;
	float: left;
}


.contact .list-box .text-box h3{
	font-size: 22px;
	color: #4f4f4f;
	font-weight: bold;
	padding-bottom: 40px;
}

.contact .list-box .text-box h4{
	color: #89b929;
	font-size: 16px;
	font-weight: bold;
}

.contact .list-box .text-box p{
	font-size: 16px;
	color: #7d7d7d;
	padding: 10px 0 30px;
}
.contact .list-box .img_box{
	float: right;
	line-height: 540px;
	width: 598px;
}

.contact .form-box{

}
.contact .form-box h3{
	text-align: center;
	font-size: 20px;
	color: #333333;
	padding:40px 0;
}
.contact .form-box p{
	display: inline-block;
	float: left;
	width: 380px;
	margin-right: 30px;

}
.contact-form{
	background:#f8f8f8;
	padding-bottom: 50px;
	border-bottom: 4px solid #8cbb2e;
}
.contact .form-box p input{
	width: 380px;
	height:40px;
	background:#fff;
	text-indent:12px;
	line-height: 40px;
	border:1px solid #d2d2d2;
	margin-top: 10px;
	font-size: 16px;
	color: #a1a1a1;
}
.contact .form-box textarea{
	width: 100%;
	height:230px;
	padding-top: 20px;
	text-indent:12px;
	border:1px solid #d2d2d2;
	font-size: 16px;
	color: #a1a1a1;
	margin-top: 30px;
}
.contact .form-box p i{
	font-size: 16px;
	color: #a1a1a1;
}

.contact .form-box p:nth-child(3){
	margin-right: 0;
}


.contact-form .info-btn{
	margin-top: 20px;
}

.contact-form .info-btn p{
	width: 120px;
	float: left;
	font-size: 16px;
	color: #a2a2a2;
	line-height: 40px;
}

.contact-form .info-btn .txt{
	width: 134px;
	height:40px;
	float: left;
	border:1px solid #d2d2d2;
	margin-right: 20px;
}

.contact-form .info-btn .img_box{
	width: 120px;
	height:40px;
	overflow: hidden;
	float: left;
}

.contact-form .info-btn .btn{
	width: 400px;
	height:40px;
	line-height: 40px;
	text-align:center;
	color: #fff;
	background:#8cbb2e;
	float: right;
	margin-top: 0;
}

.map-box{
	width: 100%;
	height:500px;
	overflow: hidden;
	max-width: 1920px;
	margin:0 auto;
}


/*join*/
.join{

}

.join-nav{
	text-align:center;
	margin:50px 0 80px;

}

.join-nav li{
	display: inline-block;
	margin:0 35px ;
	font-size: 20px;
	color: #333;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
}
.join-nav li.on,.join-nav li:hover{
	border-bottom: 1px solid #89b929;
}
.join .conditions{

}

.join .conditions .text-box{
	display: inline-block;
	float: left;
	width: 600px;
}

.join .conditions .text-box h3{
	background:url(../images/jpin02.png) no-repeat left center;
	font-size:20px;
	color: #333;
	font-weight: bold;
	text-indent:40px;
	margin-bottom: 40px;
}

.join .conditions .text-box p{
	font-size: 16px;
	color: #7d7d7d;
	line-height: 38px;
}
.join .conditions .text-box h4{
	font-size: 16px;
	color: #7d7d7d;
	line-height: 38px;
	padding-top: 30px;
}
.join .conditions .img_box{
	width: 600px;
	float: left;
	height:320px;
	overflow: hidden;
}


.join .Advantage{
	background:url(../images/join-bg.jpg)no-repeat center center;
	width: 100%;
	height:818px;
	margin-top: 40px;
}


.join .Advantage .text-box2{

}

.join .Advantage .text-box2 h3{
	background:url(../images/join03.png) no-repeat left center;
	font-size:20px;
	color: #333;
	font-weight: bold;
	text-indent:50px;
	padding: 70px 0 40px;

}

.join .Advantage .text-box2 li{
	width: 600px;
	float: left;
	margin-bottom:32px;
}

.join .Advantage .text-box2 li h4{
	color:#444444;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.join .Advantage .text-box2 li p{
	color:#7d7d7d;
	font-size: 16px;
	line-height: 26px;

}


.join .process{
	margin-bottom: 30px;
}

.join .process h3{
	background:url(../images/join04.png) no-repeat left center;
	font-size:20px;
	color: #333;
	font-weight: bold;
	text-indent:50px;
	margin:60px 0 40px;
	height:40px;
	line-height: 40px;
}

.join .process .chart-box .img_box{
	float: left;
	width: 600px;
	margin:0 auto;
}

/*news*/

.contact-views .list-box2{
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	padding: 25px 0
}

.contact-views .list-box2 .img_box{
	width: 360px;
	height:200px;
	overflow: hidden;
	float: left;
}

.contact-views .list-box2 .img_box img{
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.contact-views .list-box2:hover .img_box img{
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.contact-views .list-box2 .text-box2{
	width: 515px;
	float: right;
}


.contact-views .list-box2 .text-box2 h3{
	color:#333333;
	font-size: 16px;
}

.contact-views .list-box2 .text-box2 h4{
	background:url(../images/time2.png) no-repeat left center;
	font-size: 15px;
	color: #666666;
	text-indent:36px;
	padding:20px 0;
}

.contact-views .list-box2 .text-box2 .text{
	font-size: 15px;
	color: #666666;
	line-height: 28px;

}
.contact-views .list-box2 .text-box2 .news-btn{
	width:100px;
	height:40px;
	line-height: 40px;
	color: #333; 
	font-size: 15px;
	border:1px solid #d2d2d2;
	text-align:center;
	margin-top: 24px;
}
.contact-views .list-box2:hover .text-box2 .news-btn{
		color:#fff; 
	background:#098e37;
	
}

/*news-views*/
	.news-views {
		margin-top: 60px;
}

.news-views .news-tit{
    text-align: center;

}
.news-views .news-tit h3{
    font-size: 30px;
    color: #000000;
}

.news-views .news-tit p{
    padding: 15px 0;
    font-size: 18px;
    color: #000000;

}

.news-views .text-box{
    width: 100%;
    margin-top: 30px;

}

.news-views .text-box p{
    text-indent: 20px;
    font-size: 15px;
    line-height: 28px;
}

.news-views-link{
    margin: 30px 0 50px;
}

.news-views-link li{
    font-size:15px;

}