.newstop_img{
	width: 100%;
    height: 280px;
    background: url(../image/newsbg.jpg)#f1f1f1 center 0 no-repeat;
    background-size: 100%;
	background-attachment: fixed;
    overflow: hidden;
}
.news{
    width: 100%;
    height: auto;
    margin: auto;
}
.news_main{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
	padding-bottom: 30px;
}
.news_main_main{
    width: 100%;
    height: auto;
	padding-bottom: 30px;
}
.news_tit{
	width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    color: #000000;
    padding-top: 50px;
    margin: auto;
    font-weight: bold;
	position: relative;
}
.news_tit b{
    position: absolute;
    opacity: 0.15;
    margin-top: -20px;
    width: 100%;
    left: 0;	
}
.news_tit1{
    width: 100%;
    height: auto;
    line-height: 23px;
    font-size: 15px;
    text-align: center;
    color: #666;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 30px;
}
.news ul{
    width: 1200px;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.news ul li{
    float: left;
    width: 31.33%;
    height: auto;
    text-align: center;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: #ddd;
    margin-bottom: 3%;
}
.news ul i{
    float: left;
    width: 3%;
    height: 260px;
}
.news_img{
    float: left;
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}
.news_img img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}
.news_img img:hover{
	-webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.news_tits{
    width: 100%;
    height: 88px;
    line-height: 122px;
    font-size: 13px;
    font-weight: 100;
    text-align: left;
    color: #fefefe;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    text-indent: 20px;
}
.news_span{
	width: 20%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    background: rgba(255,255,255,0.2);
    border: 1px solid #b3b3b3;
    color: #fff;	
    border-radius: 5px ;
    position: absolute;
    right: 10px;
    bottom: 10px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.news_span:hover{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-image: -moz-linear-gradient(180deg, #ababab 0%, #cecece 100%);
    background-image:-webkit-linear-gradient(180deg, #ababab 0%, #cecece 100%);
    background-image: -ms-linear-gradient(180deg, #ababab 0%, #cecece 100%);
}
.news_button{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-bottom: 70px;
    text-align: center;
}
.news_button a{
    padding-left: 15px;
    padding-right: 15px;
    background: #41508A;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-radius: 13px;
    margin-right: 8px;
}
.news_button a:hover{
    background: #7d8dca;
    color: #fff;
}
.sy_container5{
	width: 1200px;
    height: auto;
    margin: auto;
    overflow: hidden;
    background: url(../image/go.jpg)#f9f9f9;
    border-radius: 80px;
}

.sy_main5_main{
    width: 90%;
    height: 200px;
    margin: auto;
}

.sy_container5_left{
    width: auto;
    height:200px;
    line-height: 200px;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    float: left;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_container5_left:hover{
	font-size: 35px; 
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_container5_right{
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    float: right;
    padding-left: 25px;
    padding-right: 25px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-image: -moz-linear-gradient(180deg, #57e1ff 0%, #7fbbff 100%);
	background-image: -webkit-linear-gradient(180deg, #57e1ff 0%, #7fbbff 100%);
	background-image: -ms-linear-gradient(180deg, #57e1ff 0%, #7fbbff 100%);
    margin-top: 70px;
	border-radius: 2px;
}
.sy_container5_right:hover{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	font-size: 20px;
    background-image: -moz-linear-gradient(180deg, #46dbfb 0%, #72b2fb 100%);
    background-image: -webkit-linear-gradient(180deg, #46dbfb 0%, #72b2fb 100%);
    background-image: -ms-linear-gradient(180deg, #46dbfb 0%, #72b2fb 100%);
}
