.sy_lbt{
width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    padding-top: 100px;
    background: url(../image/banner_bg.jpg)#ececec bottom center no-repeat;
}
.sy_lbt_main{
    width: 1200px;
    height: 620px;
    overflow: hidden;
    margin: auto;
}
.sy_lbt_main img{
    width: 100%;
    height: 620px;
    object-fit: cover;
} 
.sy_lbt_main_txt{
	width: 800px;
    position: absolute;
    left: 50%;
    bottom: 260px;
    margin-left: -630px;
	z-index: 2;		
	-webkit-animation-name: txtleft;
    -webkit-animation-duration: 1s;
}
.sy_lbt_main_zsq{
    width: 300px;
    position: absolute;
    right: 50%;
    bottom: 200px;
    margin-right: -630px;
    z-index: 1;
}
.sy_lbt_main_txt_top{
    width: 70%;
    height: 300px;
    float: left;	
}
.sy_lbt_main_txt_top_t1{
	color: #c70068;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
}
.sy_lbt_main_txt_top_t2{
	font-size: 45px;
	color: #fff;
    font-weight: bold;
}
.sy_lbt_main_txt_top_t3{
	color: #fff;
	font-size: 28px;
}
.sy_lbt_main_txt_top_an{
	color: #fff;
    font-size: 15px;
    margin-top: 88px;
}
.sy_lbt_main_txt_top_an a{
color: #fff;
}
.sy_lbt_main_txt_top_an a:hover{
color: #fff;
}
.sy_lbt_main_txt_top_an a img {
    width: 20px;
    height: 20px;
    border: 1px solid #c70067;
    border-radius: 99px;
    padding: 4px;
    margin-left: 10px;	
}
.sy_lbt_main_txt_right{
    width: 190px;
    height: 50px;
    float: right;
    position: relative;
    padding-top: 250px;
}
.sy_lbt_main_tis{
    position: absolute;
    width: 200px;
    height: 80px;
    right: 0;
    bottom: 100px;	
}
.sy_cp_tit{
    width: 1200px;
    height: 100px;
    margin: auto;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    padding-top:150px;
}
.sy_cp_tit p{
    height: 4px;
    background: #be292e;
    width: 30px;
    margin: auto;
    margin-top: 10px;
}
.sy_cp{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: -50px;
    background: #fff;
}
.sy_cp_m{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
}
.sy_cp a{
float: left;
    width: 280px;
    height: auto;
    overflow: hidden;
    margin-right: 26.5px;
    position: relative;
    margin-bottom: 20px;
}
.sy_cp a:nth-child(4n+4) {
    margin-right: 0%;
}
.sy_cp a .sy_cp_t{
    width: 280px;
    height: 280px;
    overflow: hidden;
}
.sy_cp a .sy_cp_new{
    background: url(../image/news_tag.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
}
.sy_cp a .sy_cp_bg{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 280px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
	display:none;
}
.sy_cp a:hover .sy_cp_bg{
	display:block;
}
.sy_cp a h1{
    font-size: 18px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 10px;
	padding-top: 10px;
	min-height: 45px;
}
.sy_cp a p{
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #8e8e8e;
    min-height: 45px;
}
.sy_cp a .sy_cp_t_i{
width: 100%;
    height: 100%;object-fit: cover;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;	
}
.sy_cp a:hover h1{
    color: #be292e;
}
.sy_cp a:hover img{
	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.sy_cp_moer{
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: auto;
    text-align: center;
    padding-bottom: 60px;
    background: #fff;
}
.sy_cp_moer p{
    height: 4px;
    background: #be292e;
    width: 55px;
    margin: auto;
    margin-top: -15px;
}

.sy_abuot{
    background: url(../image/about_bg.jpg) no-repeat;
    background-size: 100%;
    background-position: center bottom;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.sy_abuot_main{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 80px;
}
.sy_abuot_main_left{
    width: 700px;
    height: 100%;
    margin: auto;
}
.sy_abuot_main_left_tit{
	width: 100%;
    height: 100px;
    overflow: hidden;	
}
.sy_abuot_main_left_tit b{
    font-size: 32px;
    text-align: center;
    display: block;
}
.sy_abuot_main_left_tit p{
    height: 4px;
    background: #be292e;
    width: 30px;
    margin: auto;
    margin-top: 10px;
}
.sy_abuot_main_left_txt{
	font-size: 15px;
    width: 100%;
    line-height: 32px;
	text-align: center;
}
.sy_abuot_main_left_bot{
    font-size: 15px;
    width: 100%;
    line-height: 32px;
    margin-top: 50px;
    text-align: center;
}
.sy_abuot_main_left_bot a{
	color: #000;
}
.sy_abuot_main_left_bot p{
    height: 4px;
    background: #be292e;
    width: 55px;
    margin: auto;
    margin-top: 0;
}
.sy_abuot_main_left_num{
	width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 40px;	
}
.sy_abuot_main_left_num li{
	float: left;
    width: 50%;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
}
.sy_abuot_main_left_num li span{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 58px;
    color: #c70067;
    display: block;
}
.sy_abuot_main_left_num li p{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;	
}
.sy_news{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.sy_news_main{
    width: 1440px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100px;
	padding-bottom: 80px;
}
.sy_news_main_tit{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.sy_news_main_tit_left{
	float:left;
	width:50%;
	height:100px;	
}
.sy_news_main_tit_left b{
	font-size: 16px;
    color: #c70067;	
}
.sy_news_main_tit_left p{
	font-size: 48px;
    padding-bottom: 25px;
}
.sy_news_main_tit_right{
    float: right;
    width: auto;
    height: 100px;
    line-height: 135px;
}
.sy_news_main_tit_right a{
	color: #000; 
}
.sy_news_main_tit_right a img{
    width: 20px;
    height: 20px;
    border: 1px solid #c70067;
    border-radius: 99px;
    padding: 4px;
    margin-left: 10px;
}
.sy_news_main_main{
    width: 100%;
    height: auto;
    margin-top: 30px;
    overflow: hidden;
}
.sy_news_main_main .left{
    float: left;
    width: 700px;
    height: 415px;
    overflow: hidden;
}
.sy_news_main_main .left img{
	width: 100%;
    height: 415px;
	object-fit: cover;
}
.sy_news_main_main .right{
	float: right;
    width: 700px;
    height: 356px;
    padding-top: 60px;
    background: #eee;
    padding-left: 40px;
}
.sy_news_main_main .right .tm{
    color: #c70068;
    font-size: 16px;
}
.sy_news_main_main .right h1{
	font-size: 25px;
	margin-top: 20px;
}
.sy_news_main_main .right h5{
    margin-top: 20px;
    color: #333;
    height: 60px;
    width: 90%;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sy_news_main_main .right span{
	width: 100%;
    height: 50px;
    margin-top: 60px;
    display: block;
}
.sy_news_main_main .right span a{
    color: #000;	
}
.sy_news_main_main .right span a img{
    width: 20px;
    height: 20px;
    padding: 4px;
}
.sy_news_main_main .li{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    float: left;
}
.sy_news_main_main .li li{
    float: left;
    width: 454px;
    padding-left: 25px;
    border-right: 1px solid #ddd;	
}
.sy_news_main_main .li li.one{
    float: left;
    width: 453px;
    border-left: 1px solid #ddd;
}
.sy_news_main_main .li li em{
    color: #c70068;
    font-size: 16px;	
}
.sy_news_main_main .li li h1{
	font-size: 23px;
	margin-top: 20px;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; height: 65px
}
.sy_news_main_main .li li span{
	width: 100%;
    height: 26px;
    margin-top: 60px;
    display: block;	
}
.sy_news_main_main .li li span a{
    color: #000;	
}
.sy_news_main_main .li li span a img{
    width: 20px;
    height: 20px;
    padding: 4px;	
}
.addme{
	background: url(../image/homebg3.jpg) no-repeat;
    background-size: 150%;
    background-position: center;
    width: 100%;
	min-width: 1280px;
    height: 760px;
    overflow: hidden;
}
.addme_tit{
    font-size: 16px;
    color: #c70068;
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding-top: 300px;
    font-weight: bold;
}
.addme_txt{
	font-size: 25px;
    color: #fff;
    text-align: center;
}
.addme_an{
	width: 100%;
    height: 50px;
    margin-top: 60px;
    display: block;	
	text-align:center;
}
.addme_an a{
	color: #fff;	
}
.addme_an a:hover{
	color: #fff;	
}
.addme_an a img{
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 99px;
    padding: 4px;
    margin-left: 10px;	
}