@charset "UTF-8";
/* CSS Document */
html {
    font-size: 16px;
}
html, body, div, p, header, h1, h2, h3,ul,li {
    margin: 0px;
    padding: 0px
}
ul, li, a {
    list-style-type: none;
    text-decoration: none;
    color: #000
}
h2 {
    font-size: 18px;
    color: #D04D26
}
.clear {
    clear: both
}
a:hover{
	color:#DD781E
}
header {
    background-image: url("../images/top_lmsz.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1;
    padding: 16vw 2em 10vw 2em;
}
header h2 {
    color: #fff;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 2rem;
    padding-left: 6vw;
}
header p {
    line-height: 5rem;
    color: #fff;
    font-size: 2vw;
    font-weight: 360;
    padding-left: 6vw;
}
#shc_main {
    position: relative;
    width: 85%;
    margin: 0 auto;
}
#shc_main .box {
    position: absolute;
    top: -4rem;
    left: 1vw;
    width: 36%;
    background: #fff;
    padding: 1.6rem 1.8rem;
    border-radius: 5px;
    transition: all .3s ease;
    box-shadow: 0 0 1.5rem rgba(9,41,77,.12)
}
#shc_main .box p {
    line-height: 1.7rem;
    font-size: 1vw;
    color: #3f3f3f;
}
#shc_main .box h2 {
    line-height: 1.8rem;
    font-size: 1.1vw;
    color: #347f2e;
    font-weight: 500;
    text-align: center
}
#shc_main .team_btn {
    position: relative;
    width: 55%;
    float: right;
    margin-left: 3rem;
    margin-bottom: 4rem
}
#shc_main h2 {
    text-align: center;
    color: #347f2e;
    font-size: 1.7vw;
}
#shc_main h3 {
    color: #252525;
    font-size: 1.4vw;
}
#shc_main .title {
    margin-top: 2.4rem;
    margin-bottom: .5rem;
	padding-bottom:.6rem;
	border-bottom: 1px solid #c3c3c3
}
.bg-t{
	background:url("../images/szxd_bg.jpg");
    background-repeat: no-repeat;
	background-position: center bottom;
	height:3rem;
}
#shc_main .title2 {
    margin-top: 1rem;
    margin-bottom: .5rem;

}
#shc_main img{
	border-radius: 6px;
}
.btn {
    width: 19%;
    padding: 1.6vw 0;
    border: 1px solid #a9a9a9;
    text-align: center;
    display: inline-block;
    margin: 2%;
    border-radius: 6px;
}
.btn p {
    font-size: 1vw;
    color: #313131;
    line-height: 1.6rem;
}
.news{
	float:left;
	width:45%;
	margin-top:1rem;
    background:#fff;
}
.news a {
    padding: 8px 0;
	font-size:1vw;
}
.news p {
    line-height: 25px;
    color: #949494;
    font-size: .9vw;
}
.news img {
    float: left;
    margin-right: 20px;
	max-width: 50%
}
.t-news ul {
    margin-top: 20px;
}
.t-news li{
   border-bottom: 1px solid #e2e2e2;
	width:97%;
	float: left;
    line-height: 2rem;
	padding-left:.2rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.t-news ul li a {	
    font-size:1vw;

}
.t-news{
    float: left;
    width:45%
}
.jx {
    margin-right: 70px;
}
.video{
	float: left;
	width:72%;
	margin-top:1rem;
}
.video2{
	float: left;
	width:96%;
	margin-top:1rem;
}
.video-list{
	width:29%;
	float: left;
	margin-right:3%;
	margin-top:1rem;
	margin-bottom: .8rem;
	padding-left:.4rem
}
.video-list2{
	width:21%;
	float: left;
	margin-right:3%;
	margin-top:1rem;
	margin-bottom: .8rem;
	padding-left:.4rem;
}
.video-list img, .video-list2 img{
	max-width:100%;
	border-radius: 5px;
}
.video-list p, .video-list2 p{
	text-align: center;
	font-size: .9vw;
	line-height: 1.5rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.lzl{
	float: left;
	width:20%;
	margin-top:1rem
}
.lzl a{
	font-size: 1vw;
	line-height: 2rem;
	display: block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.lzl img{
	max-width: 90%;
	margin:.7rem 0;
}
.list-t{
	width:100%
}
.list-t ul{
	margin-top:1rem
}
.list-t li{
	width:45%;
	float: left;
	margin-right:4%;
	border-bottom: 1px solid #e2e2e2;
    line-height: 2rem;
	padding-left:.5rem
}
.list-t li a{
	width:80%;
	float: left;
    font-size: 1vw
}
.list-t li span{
	width:20%;
	float: right;
    font-size: .8vw;
    color:#949494;
}
@media screen and (max-width:599px) {
header {
    padding: 14vw 2em;
    text-align: center;
	margin-bottom: 4rem
}
header h2 {
    font-size: 1.5rem;
    padding-left: 6vw;
}
header p {
    line-height: 1.8rem;
    font-size: 1rem;
}
#shc_main {
    width: 92%;
    margin: 1rem auto;
    padding-bottom: 3rem;
}
#shc_main .box {
    top: -6rem;
    width: 92%;
	padding: .8rem 1.2rem;
}
#shc_main .box p {
    line-height: 1rem;
    font-size: .7rem;
}
#shc_main .box h2 {
    line-height: 1.5rem;
    font-size: 1rem;
}
#shc_main .team_btn {
    width: 100%;
    margin-top:5rem
}
#shc_main h2 {
    font-size: 1.2rem;	
}
#shc_main h3 {
    font-size: 1rem;
}
#shc_main .title {
    margin-top: 0;
	padding-bottom:.2rem;
}
.bg-t{
	height:2.3rem;
}
#shc_main .title2 {
    margin-top: 1rem;
    margin-bottom: .5rem;
}
.btn {
    width: 19%;
    padding: 1vw 0;
}
.btn p {
    font-size: .8rem;
    color: #313131;
    line-height: 1rem;
}
.news{
	float:left;
	width:100%;
	margin-top:1rem
}
.news a {
    padding: 8px 0;
	font-size:.8rem;
}
.t-news ul {
    margin-top: 20px;
}
.t-news li{
	line-height: 2rem;
	padding-left:.2rem;
}
.t-news ul li a {	
    font-size:.8rem;
}
.news p {
    line-height: 15px;
    font-size: .7rem;
}
.t-news{
    float: left;
    width:100%
}
.news img {
    float: left;
    margin-right: 20px;
	max-width: 45%
}
.video{
	float: left;
	width:100%;
	margin-top:2rem;
}
.video-list{
	width:29%;
	float: left;
	margin-right:2%;
	margin-top:.6rem;
	margin-bottom: .4rem;
	padding-left:.8rem
}
.video-list2{
	width:45%;
	padding-left:.8rem;
}
.video-list img, .video-list2 img{
	max-width:100%;
}
.video-list p, .video-list2 p{
	text-align: center;
	font-size: .7rem;
	line-height: 1.5rem
}
.lzl{
	float: left;
	width:100%;
	margin-top:2rem
}
.lzl a{
	font-size: .8rem;
	line-height: 2rem;
	display: block;
    border-bottom:1px solid #c3c3c3
}
.lzl img{
	max-width: 45%;
	margin:.7rem 0;
    float: left;
     border-bottom:none
}
.list-t ul{
	margin-top:.5rem
}
.list-t li{
	width:95%;
	float: left;
	margin-right:0;
    line-height: 2rem;
	padding-left:1rem
}
.list-t li a{
	font-size: .8rem;
}
.list-t li span{
    font-size: .7rem;
}
}
