﻿*{
    margin: 0;
    padding: 0;
}
ul,li,ol,dd,dt,dl{
    list-style: none;
}
a,a:hover,a:focus{
    text-decoration: none;
    color: #000;
}
html,body{
    width: 100%;
    font-family: 'SimHei',"\9ED1\4F53";
}
.phone{
    display: none;
}
.pc{
    display: block;
}
.head{
    width: 100%;
}
.head img{
    width: 100%;
}
.section{
    width: 100%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.section_title{
    margin-top:12px;
    width: 100%;
    text-align: center;
}
.section_container{
    width: 1200px;
   
    margin:35px auto;
    overflow: hidden;
}

.section1{
    padding-top: 12px;
    background:url('../images/section1_bg.jpg')no-repeat 100%;
}
.section_img{
    width: 600px;
}
.section_text{
    width:560px;
}
.section_img ul li{
    position: relative;
}
.section_img .img_text{
    position: absolute;
    bottom:0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    width: 100%;
}
.section_img .img_text a{
color: #fff;
}
.section_text h2{
    font-size: 24px;
    font-family: 'SimHei';
font-weight: 100;
margin-bottom:5px;
}
 .section_text ul li:nth-child(n-3){
    margin-bottom: 20px;
}
.section_text ul li:nth-child(3){
  margin-top:30px;
}
.section_text ul li:nth-child(n+3){
    list-style-type:disc;
    margin-left:40px;
    margin-bottom:0;
    line-height: 35px;
    font-size: 16px;
}
.section_text ul li:nth-child(n+3) a{
    font-size: 16px;
}
 .section_text p{
    font-size: 16px;
    line-height: 30px;
}
.more{
    cursor: pointer;
    margin-top:10px;
    font-size: 16px;
}
.section2 .section_img{
width:560px;
height:400px;
}
.section2  .section_text ul li:nth-child(2) a{
    font-size: 16px;
}
.section2  .section_text ul li:nth-child(2){
    margin-bottom:0px;
    list-style-type:disc;
    margin-left:40px;
    margin-bottom:0;
    line-height: 30px;
    font-size: 16px;
}
.section2 .section_text ul li:nth-child(3){
    margin-top:0px;
  }
  .section2 .section_text p{
      text-indent: 2em;
  }
  .section3{
    padding-top: 12px;
}
.section3 ul,.section4 ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.section3 ul li{
    width: 570px;
    margin-bottom: 20px;
    background-color: #987a40;
    padding:30px 30px;
    box-sizing: border-box;
    border-radius: 13px;
}
.section3 ul li h2,.section4 ul li h2{
    font-size: 26px;
    color: #fff;
    line-height: 40px;
font-weight: 100;
margin-bottom:5px;
}
.section3 ul li p,.section4 ul li p{
    text-indent: 2em;
    line-height: 25px;
    color: #fff;
}

.section4 ul li{
    width: 570px;
    margin-bottom: 20px;
    background-color: #cf3e3e;
    padding:30px 30px;
    box-sizing: border-box;
    border-radius: 13px;
}
@media screen  and (max-width:640px){
    .phone{
        display: block;
    }
    .pc{
        display: none;
    } 
    .section_title img{
         width: 50%;
    }
    .section_container{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .section_img{
        width:100%;
    }
    .section_container li{
       padding:3px;
    }
    .section_img ul li img{
        width: 100%;
    }
    .section_text{
        width: 100%;
    }
    .section_text h2{
        font-size: 20px;
        padding-left:5px;
    font-weight:900;
    }
    .section_text p {
        font-size: 14px;
        line-height: 20px;
        text-indent: 2em;
        padding:5px;
    }
    .section_text ul li:nth-child(n+3){
        margin-left: 28px;
        margin-bottom: 0;
        line-height: 18px;
        font-size: 14px;
        list-style-type: disc;
    }
    .section_text ul li:nth-child(3) {
        margin-top: 10px;
    }
    .more{
        display: inline-block;
        padding-right: 10px;
   font-size:13px;
    }
    .section2 .section_text ul li:nth-child(2) {
        margin-bottom: 0px;
        list-style-type: disc;
        margin-left: 28px;
        margin-bottom: 0;
        line-height: 20px;
        font-size: 14px;
    }
    .section3 ul li {
        width: 95%;
        margin-bottom: 20px;
        background-color: #987a40;
        padding: 20px 20px;
        box-sizing: border-box;
        border-radius: 13px;
    }
    .section4 ul li {
        width: 95%;
        margin-bottom: 20px;
        background-color: #cf3e3e;
        background-position: 0 0;
        padding: 20px 20px;
        box-sizing: border-box;
        border-radius: 13px;
    }
    .section3 ul li h2, .section4 ul li h2 {
        font-size: 17px;
        line-height:20px;
    font-weight: 900;
    }
    .section3 ul, .section4 ul {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }
.section_text ul li:nth-child(n+3) a {
    font-size: 13px;
}
.section_text ul li:nth-child(1) {
    margin-bottom: 5px;
}
.section_img .img_text{
line-height:26px;
height:auto;
}
.section2 .section_text ul li:nth-child(2) a {
font-size:13px;
}

.section3 ul li p, .section4 ul li p{
        font-size: 13px;
    line-height: 18px;
}
.section2 .section_img {
    width: 100%;
    height: auto;
}
.section3 {
    padding-top: 12px;
    background: url(../images/section3.bg.jpg);
}
}
.bottom{
text-align:center;
}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2019-06-14 17:06:58" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->