@charset "utf-8";


/*电脑屏幕大于1440*/
/*头部*/
.header{background:url('zyls-top.png') no-repeat center 0; background-size: cover; width: 100%; height: 460px; margin-bottom: 40px;}

/*内容*/
.content-con {width: 1200px; margin: 0 auto; }
.part2{ margin-bottom:30px; background: url(part2bg230427.jpg) no-repeat center bottom; background-size: 100% 100%; }
.part2-con{padding: 40px 40px 10px 40px; overflow: hidden; background-size: 100% 100%;}
.part2 h2{ background: url(lingbg230427.jpg) no-repeat center center #cb0302; color: #fff; font-size: 42px; font-weight: bold; text-align: center; padding: 10px 0;}
.part2 h2 a{color: #fff;text-decoration:none}
.part2-con ul{ background:#fff; margin-bottom: 20px; padding: 20px;}
.part2-con ul li::before{ content: ""; display: inline-block; width: 6px; height: 6px; background: #4564a5; border-radius: 100%; margin-right: 10px; position: relative; top:-5px}
.part2-con ul li a:hover{ color: #666}
.part2-con ul li{ font-size: 18px; color: #666; line-height: 36px; padding-left: 16px; padding: 10px;}
.part2-con ul li a{ color: #333; text-decoration:none}
.part2-con ul li:nth-child(2n){ background: #edfae8;}
.part2 .more{ display: block; width:84px; height:32px; line-height: 32px; text-align: center; font-size:18px; color: #fff; background: #cb0302; border-radius: 3px; margin:5px 0 30px 0; float: right;}










/*移动端*/
@media  screen and (max-width:1000px) {
    html,body {font-size: 100%;}
    .header .container img{ width: 50%;}
    .header {background: url("zyls-top.png") center top no-repeat; background-size:100% 100%;padding-top: 0; height: 270px;}
    .content-con{ width: 100%;}
    .part2 h2{ background-size: 150% auto;}
    .part2 .more{ font-size: 24px;} 
    .part2-con ul li span{ font-size: 20px;}
    .part2-con{ padding:.4rem .4rem 10px .4rem}

}


