.newstop_img{
    width: 100%;
    height: 350px;
    background:url(../image/newsbg.jpg) center 0 no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}
.news{
    width: 100%;
    height: auto;
    margin: auto;
}
.news_top{
    width: 1200px;
    height: 80px;
    margin: auto;
}
.news_main_main{
    width: 1200px;
    height: auto;
    padding-bottom: 30px;
    margin: auto;
    overflow:hidden
}
.news_tit{
	width: auto;
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 15px;
    text-align: center;
    color: #7b7b7b;
}
.news_tit1{
	width: auto;
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 15px;
    text-align: center;
    color: #7b7b7b;
}
.news_main_main_left{
    width: 780px;
    min-height: 100px;
    float: left;
    padding-right: 0px;
    font-size: 16px;
    font-weight: 200;
    line-height: 40px;
}
.news_main_main_left img{
    width: 100%;
    height: auto !important
}
.news_main_main_right{
    float: right;
    width: 300px;
    padding: 1px;
    height: auto;
    margin: auto;
}
.news_main_main_right_tit{
    width: 100%;
    height: 60px;
    margin: auto;
    line-height: 60px;
    text-align: left;
    font-size: 18px;
    font-weight: 100;
    background: #f1f1f1;
    text-indent: 20px;
}
.news_main_main_right_main{
	width: 100%;
    height: auto;
    margin: auto;
    background: #f9f9f9;
    border-top: 0;
}
.news_main_main_right_main ul{
    width: 280px;
    padding-left: 20px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.news_main_main_right_main li{
    width: 100%;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: #000;
}
.news_main_main_right_main1{
    width: 90%;
    height: auto;
    margin: auto;
    background: -moz-linear-gradient(180deg, #646464 0%, #000000 100%);
    background: -webkit-linear-gradient(270deg, #646464 0%, #000000 100%);
    background: -ms-linear-gradient(180deg, #646464 0%, #000000100%);
    margin-top: 30px;
    padding: 5%;
    overflow: hidden;
    border-radius: 5px;
}
.news_main_main_right_main1 h5{
	width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    height: 50px;
    line-height: 50px;
}
.news_main_main_right_main1 span{
    width: 100%;
    height: auto;
    line-height: 30px;
    color: #ffe000;
    float: left;
    font-size: 16px;
    padding-bottom: 15px;
    font-weight: 100;
}
.news_main_main_right_main1 em{
    width: 100%;
    color: #fff;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 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;
}
.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;
}
.sy_container5_right{
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 100;
    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;
	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%);
}