@charset "utf-8";
body{
	background: #f9f9f9;
}
.product_page{
	height: 90px;
    background-image: -moz-linear-gradient( -3deg, rgb(69,117,177) 0%, rgb(93,173,175) 100%);
    background-image: -webkit-linear-gradient( -3deg, rgb(69,117,177) 0%, rgb(93,173,175) 100%);
    background-image: -ms-linear-gradient( -3deg, rgb(69,117,177) 0%, rgb(93,173,175) 100%);
    box-shadow: 0px 5px 19.8px 0.2px rgba(174, 171, 171, 0.16);
}
.news_box{
	background-image: url(../img/news1_bg.png),url(../img/news1_bg2.png);
  	background-repeat: no-repeat,no-repeat;
  	background-position: left 130px,left bottom;
  	background-size: 72% auto,42% auto;
  	padding-bottom: 195px;
}
.n1_menu {
    margin-top: 45px;
    margin-bottom: 90px;
}
.news1_inner .news1_inner_nav{
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 100px;
	display: block;
	color:#333;
}
.news1_inner .news1_inner_nav:nth-child(2n){
	margin-right: 0;
}
.news1_inner .news1_inner_nav .news1_inner_img{
	overflow: hidden;
}
.news1_inner .news1_inner_nav .news1_inner_img .img{
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	width: 100%;
}
.news1_inner  .news1_inner_nav:hover .news1_inner_img .img{
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.news1_inner .news1_inner_nav .news1_inner_title{
	font-size: 24px;
	line-height: 40px;
	margin-top: 16px;
}
.news1_inner .news1_inner_nav:hover .news1_inner_title{
	color: #29bab3;
}
.news1_inner .news1_inner_msg{
	padding-top: 16px;
	margin-top: 20px;
	border-top: 2px solid #333333;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 20px;
}
.news1_inner .news1_inner_msg .arrow{
	margin-left: 14px;
}

.news1_con{
  	box-shadow: 0px 5px 19.8px 0.2px rgba(131, 126, 126, 0.3);
}
.news1_con .news1_nav{
	height: 150px;
	background: #fff;
	padding: 0 60px;
	border-bottom: 1px solid #e5e5e5;
}
.news1_con .news1_nav:last-child{
	border-bottom: none;
}
.news1_con .news1_nav .news1_nav_time{
	text-align: center;
	padding-right: 60px;
}
.news1_con .news1_nav .news1_nav_time .txt{
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	color:#29bab3;
}
.news1_con .news1_nav .news1_nav_time .txt2{
	font-size: 16px;
	line-height: 16px;
	margin-top: 30px;
}
.news1_con .news1_nav .news1_nav_title{
	font-size: 16px;
	font-weight: bold;
}
.news1_con .news1_nav .arrow2{
	display: none;
}
.news1_con .news1_nav:hover{
	background: #5dadaf;
	color:#fff;
}
.news1_con .news1_nav:hover .arrow1{
	display: none;
}
.news1_con .news1_nav:hover .arrow2{
	display: block;
}
.news1_con .news1_nav:hover .news1_nav_time .txt{
	color:#fff;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	
}
@media screen and (max-width: 1450px) {
	
}
@media screen and (max-width: 1335px) {
	
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {
	
}
@media screen and (max-width: 768px) {
	.n1_menu {
	    margin-top: 20px;
	    margin-bottom: 30px;
	}
	.news1_inner{
		display: block;
	}
	.news1_inner .news1_inner_nav {
	    width: 100%;
	    margin-right: 0%;
	    margin-bottom: 30px;
	}
	.news1_inner .news1_inner_nav .news1_inner_title {
	    font-size: 14px;
	    line-height: 24px;
	    margin-top: 10px;
	}
	.news1_inner .news1_inner_msg {
	    padding-top: 10px;
	    margin-top: 10px;
	    border-top: 1px solid #333333;
	    font-size: 12px;
	    line-height: 12px;
	    margin-bottom: 10px;
	}
	.news1_inner .news1_inner_msg .arrow {
	    margin-left: 10px;
	    width: 20px;
	}
	.news1_con .news1_nav {
	    height: auto;
	    padding:12px 16px;
	}
	.news1_con .news1_nav .news1_nav_time {
	    padding-right: 16px;
	}
	.news1_con .news1_nav .arrow{
		width: 30px;
	}
	.news1_con .news1_nav .news1_nav_title {
	    font-size: 14px;
	    line-height: 24px;
	    width: calc(100% - 80px);
	}
	.news1_con .news1_nav .news1_nav_time .txt {
	    font-size: 20px;
	    line-height: 20px;
	}
	.news1_con .news1_nav .news1_nav_time .txt2 {
	    font-size: 12px;
	    line-height: 12px;
	    margin-top: 10px;
	}
	.news_box {
	    padding-bottom: 30px;
	    background-position: left 60px,left bottom;
	}
}
@media screen and (max-width: 414px) {
	
}