﻿/*.s_cdiv {
    background: url(../images/bg.png);
    height: 450px;
}*/
.s_cdiv {
    background: url(../images/bg.jpg);
    height: 600px;
}
.s_cul {
    width: 1200px;
    margin: auto;
    padding-top: 120px;
    display: flex;
    justify-content:space-between;
    /*justify-content: space-around;*/
}

.s_cul > li {
    display: inline-block;
    /*width: 390px;
    height: 260px;*/
    border-radius: 10px;
    /*margin-right: 20px;
    margin-top: 95px;*/
    justify-content: space-between;
}

.s_cul > li img {
    border-radius: 10px;
    cursor:pointer;
}

/*生成下载*/
.cs_mod {
    height: 418px;
    background: rgb(249,249,249);
    display:flex;
    justify-content:center;
    align-items:center;
}
.cs_ul {
    width: 1066px;
    height: 224px;
    display: flex;
    justify-content: space-between;
}
.cs_ul li{
    width:473px;
    height:224px;
}
.cs_ul li img{
    height:224px;
}




    /*新闻资讯*/
    .s_t3 {
        background: #Fff;
    }

.t3_1 > p:nth-child(1) {
    width:1200px;
    margin:auto;
    font-size: 36px;
    color: #333;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 10px;
}

.t3_1 > p:nth-child(2) {
    font-size: 18px;
    width: 1200px;
    color: #999;
    padding-bottom: 20px;
    margin: auto;
    text-align:center;
}
.s_tap{
    margin:auto;
    text-align:center;
}
.btn{
    display: inline-block;
    width: 80px;
    height: 40px;
    font-size: 16px;
    color: #333;
    outline: none;
    border: 0 solid #fff;
    background: #fff;
    cursor: pointer;
    margin-right:20px;
}
.btn1 {
    display: inline-block;
    width: 80px;
    height: 40px;
    font-size: 16px;
    color: #333;
    outline: none;
    border: 1px solid rgb(232,232,232);
    background: #fff;
    color:#fa7a12;
    cursor: pointer;
    margin-right: 20px;
    border-radius:4px;
}

.btn:last-child{
    margin-right:0;
}
.check{
    text-align:center;
}
.check>a{
    display:inline-block;
   border:1px solid #ddd;
   border-radius:20px;
   width:100px;
   height:30px;
   text-align:center;
   line-height:30px;
   color:gray;
   font-size:14px;
   margin-bottom:40px;
   margin-top:20px;
}
    .check > a:hover {
        background: #fa7a12;
        color:#fff;
    }
    .t3_2 {
        width: 1200px;
        margin: auto;
        padding-bottom: 20px;
        cursor: pointer;
    }

.t3_2 > li {
    height: 191px;
    border-bottom: 1px solid #ddd;
    list-style-type: none;
}

.t32li_div {
    display: inline-block;
    position: absolute;
}

.t32li_div1 {
    height: 90px;
    border-right: 2px solid #ccc;
    left: 24px;
    top: 50px;
    padding-right: 40px;
}

.t32li_div1 > p:nth-child(1) {
    font-size: 56px;
    color: #fa7a12;
}

.t32li_div1 > p:nth-child(2) {
    font-size: 16px;
    color: #fa7a12;
    line-height: 10px;
}

.t32li_div2 {
    width: 598px;
    top: 50px;
    left: 167px;
   
}

.t32li_div2 > p:nth-child(1) {
    font-size: 18px;
    color: #333;
    line-height: 10px;
}

.t32li_div2 > p:nth-child(2) {
    font-size: 13px;
    color: #999;
    margin-top: 15px;
    margin-bottom: 10px;
}

.t32li_div2 > p:nth-child(3) {
    height:40px;
    font-size: 15px;
    color: #666;
    text-indent: 25px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t32_li {
    position: relative;
}

.t32li_div3 {
    right: 0;
    top: 30px;
    width: 250px;
    height: 150px;
    overflow: hidden;
}
.t32li_div3 img{
    width:100%;
    height:auto;
}
.li_a{
    display:block;
    height:100%;
}


/*公司优势*/
.s_t6 {
    background: #eee;
}
.t6_ul {
    margin:auto;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    padding-bottom:60px;
}
.t4_li {
    height: 400px;
    width: 300px;
    position: relative;
    background: #fff;
    box-shadow: 3px 3px 10px gray;
}
.t4_li img, .t4_li p {
    display: inline-block;
    position: absolute;
}
.t4_div {
    position: absolute;
    top: 0;
    width: 300px;
    height: 225px;
    overflow:hidden;
}
.t4_div img{
  vertical-align:top;
  width:100%;
}

.t4_li > img:nth-of-type(1) {
    top: 150px;
    width: 100%;
}
.t4_li > p:nth-of-type(1) {
    top: 130px;
    font-size:60px;
    color:#fa7a12;
    left:20px;
    font-weight:bold;
}
.t4_li > p:nth-of-type(2) {
    bottom: 150px;
    font-size:24px;
    font-weight:bold;
    left:20px;
}
.t4_li > p:nth-of-type(3) {
    bottom: 50px;
    font-size: 18px;
    left: 20px;
    text-indent: 25px;
    padding-right: 20px;
}
.s_t6 > p:nth-of-type(1) {
    width: 1200px;
    margin: auto;
    text-align: center;
    font-size: 36px;
    color: #333;
    padding-top: 60px;
    margin-bottom: 10px;
}

.s_t6 > p:nth-of-type(2) {
    width: 1200px;
    margin: auto;
    font-size: 18px;
    color: #999;
    text-align: center;
    padding-bottom: 45px;
}

    