@charset "UTF-8";
.l-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    /* font-family: "Microsoft YaHei", Helvetica, Simsun, Simhei, Arial, sans-serif; */
    font-family: "Microsoft YaHei", Simsun, Simhei;
    color: #000;
    overflow: hidden;
}

ul,
ol {
    list-style: none;
}

.l-content i {
    font-style: normal;
    color: #000;
}

.l-content * {
    margin: 0;
    padding: 0;
    line-height: 1;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}
.l-content h1 a{line-height: 0 !important;}
.l-content .clearfixs:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.l-content a {
    text-decoration: none;
}

.l-content img {
    border: 0;
}

.l-content .l-content-wrap {
    position: relative;
}

.l-content .box1,
.box2,
.box3,
.box4 {
    position: relative
}

.l-content .box1 {
    position: relative;
    width: 1200px;
    height: 589px;
    background: url(../images/img_09.jpg) no-repeat;
}

.l-content .box1 .cont {
    position: absolute;
    top: 28px;
}

.l-content .box1 .cont li {
    float: left;
    width: 270px;
    height: 366px;
    /* background-color: rgb(13, 153, 3); */
    text-align: center;
    font-family: "思源黑体 CN";
}

.l-content .box1 .cont li:hover {
    opacity: .8;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.l-content .box1 .cont li:nth-child(1) {
    margin-left: 59px;
}

.l-content .box1 .cont li .title {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

.l-content .box1 .cont li .bgcor {
    background: url(../images/bg_01.png) no-repeat;
    width: 229px;
    height: 26px;
    background-position-x: 15px;
    line-height: 26px;
    font-family: Arial;
    color: #333333;
    font-size: 18px;
    text-align: center;
    margin-left: 10px;
}

.l-content .box1 .cont li .bigbox {
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 10px;
}

.l-content .box1 .cont li .bigbox span {
    color: #dd0000;
    font-family: Arial;
    font-size: 30px;
    font-weight: 700;
}

.l-content .box1 .cont li .imgages {
    width: 216px;
    height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.l-content .box1 .cont li .imgages img {
    margin-left: 40px;
}

.l-content .box1 .cont li .dsp {
    width: 216px;
    height: 188px;
}

.l-content .box1 .cont li .dsp img {
    width: 220px;
    height: 190px;
    display: inline-block;
}

.l-content .box1 .cont li .swript {
    margin-top: 15.5px;
    margin-bottom: 15px;
}

.l-content .box1 .fillew {
    position: absolute;
    bottom: 89px;
    left: 50%;
    transform: translateX(-50%);
}

.l-content .box2 {
    width: 1200px;
    height: 571px;
    background: url(../images/img_12.jpg) no-repeat;
    position: relative;
}

.l-content .box2 .cont {
    position: absolute;
    top: 28px;
}

.l-content .box2 .cont li {
    float: left;
    width: 270px;
    height: 366px;
    /* background-color: rgb(13, 153, 3); */
    text-align: center;
    font-family: "思源黑体 CN";
}

.l-content .box2 .cont li:nth-child(1) {
    margin-left: 59px;
}

.l-content .box2 .cont li .title {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

.l-content .box2 .cont li .bgcor {
    background: url(../images/bg_01.png) no-repeat;
    width: 229px;
    height: 26px;
    background-position-x: 15px;
    line-height: 26px;
    font-family: Arial;
    color: #333333;
    font-size: 18px;
    text-align: center;
    margin-left: 10px;
}

.l-content .box2 .ziore {
    width: 217px;
    height: 217px;
}

.l-content .box2 .cont li .bigbox {
    font-size: 18px;
    color: #333333;
    margin-top: 6px;
    margin-bottom: 6px;
}

.l-content .box2 .cont li .bigbox span {
    color: #dd0000;
    font-family: Arial;
    font-size: 30px;
    font-weight: 700;
}

.l-content .box2 .cont li .imgages {
    width: 216px;
    height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.l-content .box2 .cont li .imgages img {
    margin-left: 40px;
}

.l-content .box2 .cont li .dsp {
    width: 216px;
    height: 188px;
}

.l-content .box2 .cont li .dsp img {
    width: 220px;
    height: 190px;
    display: inline-block;
}

.l-content .box2 .cont li .swript {
    margin-top: 15.5px;
    margin-bottom: 15px;
}

.l-content .box2 .fillew {
    position: absolute;
    bottom: 89px;
    left: 50%;
    transform: translateX(-50%);
}

.l-content .box2 .cont li:hover {
    opacity: .8;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.l-content .box3 {
    width: 1200px;
    height: 622px;
    background: url(../images/img_15.jpg) no-repeat;
    position: relative;
}

.l-content .box3 .cont {
    position: absolute;
    top: 28px;
}

.l-content .box3 .cont li .title {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

.l-content .box3 .cont li .bgcor {
    background: url(../images/bg_01.png) no-repeat;
    width: 229px;
    height: 26px;
    background-position-x: 15px;
    line-height: 26px;
    font-family: Arial;
    color: #333333;
    font-size: 18px;
    text-align: center;
    margin-left: 10px;
}

.l-content .box3 .cont li .bigbox {
    font-size: 18px;
    color: #333333;
    margin-top: 6px;
    margin-bottom: 6px;
}

.l-content .box3 .cont li .bigbox span {
    color: #dd0000;
    font-family: Arial;
    font-size: 30px;
    font-weight: 700;
}

.l-content .box3 .cont li .imgages {
    width: 216px;
    height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.l-content .box3 .cont li .imgages img {
    margin-left: 40px;
}

.l-content .box3 .cont li .dsp {
    width: 216px;
    height: 188px;
}

.l-content .box3 .cont li .dsp img {
    width: 220px;
    height: 190px;
    display: inline-block;
}

.l-content .box3 .cont li .swript {
    margin-top: 15.5px;
    margin-bottom: 15px;
}

.l-content .box3 .fillew {
    position: absolute;
    bottom: 89px;
    left: 50%;
    transform: translateX(-50%);
}

.l-content .box3 .cont li {
    float: left;
    width: 270px;
    height: 366px;
    /* background-color: rgb(13, 153, 3); */
    text-align: center;
    font-family: "思源黑体 CN";
}

.l-content .box3 .cont li:nth-child(1) {
    margin-left: 59px;
}

.l-content .box3 .cont li:hover {
    opacity: .8;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.l-content .box3 .fillew {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
}

.l-content .box4 .cont {
    background: url(../images/img_17.jpg) no-repeat;
    width: 1200px;
    height: 329px;
    position: relative;
}

.l-content .box4 .cont a {
    position: absolute;
    top: 215px;
    left: 60px;
}