.sy_lbt{
	width: 100%;
    height: auto;
    margin: auto;
    display: flex;
}
.sy_lbt_main{
	width: 100%;
    height: 550px;
    overflow: hidden;
    margin: auto;
    background: #333;
    text-align: center;
    position: relative;
}
.sy_lbt_main img{
    width: 100%;
    height: 550px;
    object-fit: cover;
} 
.sy_hot{
    width: 100%;
    height: auto;
	overflow: hidden;
}
.sy_hot_m{
	width: 1200px;
    height: 50px;
    margin: 0 auto;
    padding: 40px 0;
}
.sy_hot_m_l{
    width: 800px;
    height: 50px;
    float: left;
}
.sy_hot_m_l b{
	width: auto;
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
	font-size:16px;
}
.sy_hot_m_l b i{
    font-style: normal;
    color: #338de6;
}
.sy_hot_m_l a{
    float: left;
    height: 50px;
    line-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 300;
}
.sy_hot_m_l a:hover {
    color: rgb(51, 141, 230);
}
.sy_hot_m_r{
    width: 235px;
    height: 35px;
    overflow: hidden;
    float: right;
    background: #f1f1f1;
    border-radius: 20px;
    padding-left: 20px;
    margin-top: 8.5px;
}
.sy_hot_m_r input{
	float: left;
    width: 200px;
    height: 35px;
    background: #f1f1f1;
    font-size: 13px;
}
.sy_hot_m_r_an{
	width: 35px;
    height: 35px;
    float: left;
    font-size: 20px;
    line-height: 35px;
    color: #f60;
    cursor: pointer;
}
.sy_cp{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
    background: url(../image/proBg.jpg) #f1f1f1 center no-repeat;
    background-size: cover;
    padding-top: 50px;
	min-width: 1200px;
}
.sy_cp_tpye{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}
.sy_cp_tpye_m{
	width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.sy_cp_tpye_m a{
	width: auto;
    overflow: hidden;
    padding-left: 20px;
    border: 1px solid #999;
    padding-right: 20px;
    margin-right: 20px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin-bottom: 20px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_cp_tpye_m a:hover{
	border: 1px solid #338de6;
	background:#338de6;
	color: #fff;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_cp_list{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.sy_cp_list_m{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.sy_cp_list_m a{
	margin-right: 20px;
    float: left;
    width: 285px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.sy_cp_list_m a img{
    width: 285px;
    height: 200px;
    background: #fff;
	-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;
}
.sy_cp_list_m a:hover img{
    width: 285px;
    height: 200px;
    background: #fff;
	-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);
}
.sy_cp_list_m a h1{
    width: 270px;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 13px;
}
.sy_cp_list_m a:nth-child(4n+4) {
    margin-right: 0;
}
.sy_cp_list_moer{
	width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 20px;
}
.sy_cp_list_moer a{
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    border: 1px solid #888;
    text-align: left;
	text-indent:35px;
	font-size: 15px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_cp_list_moer a:hover{
	border: 1px solid #338de6;
    background: #338de6;
	color:#fff;
    border: 1px solid #888;
    text-indent:40px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_ad{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../image/xunpan.jpg) center no-repeat;
	background-size: cover;
	min-width: 1200px;
}
.sy_ad_m{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;	
	padding-top:50px;
	padding-bottom:50px;
}
.sy_ad_m_l{
    float: left;
    width: 600px;
    height: 100px;	
}
.sy_ad_m_l h1{
    width: 100%;
    height: 65px;
    line-height: 50px;
	color: #fff;
	font-size: 40px
}
.sy_ad_m_l h2{
    width: 100%;
    height: 40px;
    line-height: 40px;	
	color: #fff;
	font-size: 18px
}
.sy_ad_m_l h2 i{
    color: #338de6;
    font-style: normal;
}
.sy_ad_m_c{
    float: right;
    width: 230px;
    height: auto;
    overflow: hidden;
    margin-right: 50px;
}
.sy_ad_m_c_t{
	width: 228px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    color: #fff;
    text-align: center;
	font-size:20px;
	border-radius:20px;
	margin-bottom:20px;
}
.sy_ad_m_c_b{
	width: 228px;
    height: 42px;
    line-height: 42px;
    background: #338de6;
    color: #fff;
    text-align: center;
	font-size:18px;
	border-radius:22px;
}
.sy_ad_m_r{
    float: right;
    width: 100px;	
}
.sy_dz{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
    background: url(../image/proBg.jpg) #f1f1f1 center no-repeat;
    background-size: cover;
    padding-top: 50px;
	min-width: 1200px;
}
.sy_dz_tpye{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}
.sy_dz_tpye_m{
	width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.sy_dz_tpye_m a{
	width: auto;
    overflow: hidden;
    padding-left: 20px;
    border: 1px solid #999;
    padding-right: 20px;
    margin-right: 20px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin-bottom: 20px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_dz_tpye_m a:hover{
	border: 1px solid #338de6;
	background:#338de6;
	color: #fff;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_dz_list{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.sy_dz_list_m{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.sy_dz_list_m_l{
	float: left;
    width: 600px;
	height:450px;
}
.sy_dz_list_m_l img{
    width: 600px;
    height: 450px;
    object-fit: cover;
}
.sy_dz_list_m_l_b{
	width: 450px;
    padding-left: 20px;
    padding-right: 130px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}
.sy_dz_list_m_l_b h5{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:15px;
	color:#fff;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sy_dz_list_m_r{
	float: left;
    width: 600px;
    height: 450px;
    overflow: hidden;
}
.sy_dz_list_m_r a{
    float: left;
    width: 300px;
    height: 225px;
    overflow: hidden;
    position: relative;
}
.sy_dz_list_m_r a img{
    width:300px;
    height: 225px;
    background: #fff;
	-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;
}
.sy_dz_list_m_r a:hover img{
	-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);
}
.sy_dz_list_m_r a h1{
    width: 290px;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 13px;
}
.sy_dz_list_moer{
	width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 20px;
}
.sy_dz_list_moer a{
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    border: 1px solid #888;
    text-align: left;
	text-indent:35px;
	font-size: 15px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_dz_list_moer a:hover{
	border: 1px solid #338de6;
    background: #338de6;
	color:#fff;
    border: 1px solid #888;
    text-indent:40px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.sy_ys{
    width: 100%;
    height: 825px;
    overflow: hidden;
    margin: auto;
    background: url(../image/ysBg.jpg) #2c2c2c center no-repeat;
    background-size: auto 100%;
    padding-top: 50px;
    min-width: 1200px;
}

.sy_ys_list{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.sy_ys_list_m{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
	padding-top: 70px;
    background: url(../image/ysBox.png) 50% 40% no-repeat;
}
.sy_ys_list_m_li{
	float: left;
	width: 600px;
    height: 275px;
}
.sy_ys_list_m_li1{
    float: left;
    width: 423px;
    height: 200px;	
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.sy_ys_list_m_li1:hover{
    margin-top:-10px;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;	
}
.sy_ys_list_m_li2{
    float: right;
    width: 423px;
    height: 200px;	
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.sy_ys_list_m_li2:hover{
    margin-top:-10px;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;	
}
.sy_ys_list_m_li3{
    float: left;
    width: 423px;
    height: 200px;	
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.sy_ys_list_m_li3:hover{
    margin-top:-10px;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;	
}
.sy_ys_list_m_li4{
    float: right;
    width: 423px;
    height: 200px;	
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.sy_ys_list_m_li4:hover{
    margin-top:-10px;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;	
}
.sy_ys_list_m_li_l{
    float: left;
    width: 85px;
    height: 85px;
    line-height: 85px;
    border: 1px solid #fff;
    border-radius: 99px;
    text-align: center;
    color: #fff;
    font-size: 45px;	
}
.sy_ys_list_m_li_r{
    float: left;
    width: 320px;
    height: auto;
    overflow: hidden;
    margin-left: 15px;
}
.sy_ys_list_m_li_r h2{
    width: 100%;
    height: 55px;
    line-height: 25px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_ys_list_m_li_r h5{
	border-top: 1px dashed #9a9a9a;
    width: 100%;
    line-height: 22px;
    font-size: 15px;
    color: #fff;
    padding-top: 30px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_ys_list_m_li:hover .sy_ys_list_m_li_l{
    border: 1px solid #338de6;
	background:#338de6;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_ys_list_m_li:hover .sy_ys_list_m_li_r h2{
    color: #338de6;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_ys_list_m_li:hover .sy_ys_list_m_li_r h5{
	color: #338de6;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_about{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
    background: url(../image/aboutBg.jpg) center no-repeat;
    background-size: auto 100%;
    min-width: 1200px;
}
.sy_about_m{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
    height: 800px;
}
.sy_about_m_l{
    float: left;
    width: 560px;
}
.sy_about_l_t{
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    font-weight: bold;
}
.sy_about_l_b{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
	padding-bottom:50px;
}
.sy_about_l_an{
    width: 150px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: block;
    border: 1px solid #888;
    text-align: left;
    text-indent: 35px;
    font-size: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_about_l_an:hover{
    border: 1px solid #338de6;
    background: #338de6;
    color: #fff;
    border: 1px solid #888;
    text-indent: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_about_m_r{
    float: right;
    width: 580px;
    height: 400px;
    overflow: hidden;
    margin-top: 100px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 10px 0px #b0b0b0;
    margin-right: 5px;
}
.sy_about_m_r img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sy_news{
    width: 100%;
    height: auto;
    overflow: hidden;
	padding-top: 50px;
}
.sy_news_list{
	width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
}
.sy_news_list_l{
	float:left;
	width: 580px;
	height:435px;
    overflow: hidden;
}
.sy_news_list_l img{
	width: 580px;
    height:435px;
	object-fit: cover;
}
.sy_news_list_l_b{
	width: 430px;
    padding-left: 20px;
    padding-right: 130px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}
.sy_news_list_l_b h5{
	width:100%;
	height:60px;
	line-height:60px;
	font-size:15px;
	color:#fff;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sy_news_list_r{
	float:right;
	width: 580px;
	height:auto;
    overflow: hidden;
}
.sy_news_list_r a{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 24px;
    margin-bottom: 25px;
}
.sy_news_list_r_l{
    float: left;
    width: 57px;
    height: auto;
    overflow: hidden;
    border-right: 1px solid #ddd;
    margin-right: 20px;
    padding-right: 20px;
}
.sy_news_list_r_l b{
    width: 100%;
    height: 40px;
    line-height: 35px;
    font-size: 50px;
    text-align: center;
    display: block;
    color: #666;
}
.sy_news_list_r_l p{
    width: 100%;
    height: 25px;
    line-height: 36px;
    font-size: 15px;
    text-align: center;
    display: block;color: #666;
}
.sy_news_list_r_r{
    float: left;
    width: 482px;
    height: auto;
    overflow: hidden;
}
.sy_news_list_r_r h1{
    width: 100%;
    height: 28px;
    line-height: 20px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
}
.sy_news_list_r_r h5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #888;
    line-height: 18px;
}