
.wenzi_l{
    float: left;
    width: 740px;
    padding-top: 20px;
}
.img_r{
    float: right;
    width: 456px;
    height: 356px;
}
.img_r img{
    width: 100%;
}
.wenzi_l .title_text{
    float: left;
    width: 115px;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
}
.wenzi_l .title_text:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    width: 115px;
    height: 3px;
    background: #000;
}
.wenzi_l .title_text_r{
    float: right;
    width: 595px;
   padding: 0 20px;
}
.wenzi_l .title_text_r h3{
    font-family: "Poppins",sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #282828;
}
.wenzi_l .title_text_r p{
    font-size: 16px;
    color: #727272;
}

/*Design*/
.Design_wai{
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height:600px;
}
.Design{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 325px;
    background-color: #b7bac0;
    margin-top: 80px;
}

.Design_box{
    position: absolute;
    z-index: 2;
    width: 1200px;
    height: 600px;
    top: 0;
    left: 50%;
    margin-left: -600px;
}
.Design_box_title h4{
    font-family: "Poppins",sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-top: 60px;
    text-transform: uppercase;

    color: #282828;
}
.Design_box_title p{
    font-size: 16px;
    line-height: 20px;
}
.Design_box_con{
    margin-top: 30px;
    height: auto;
    overflow: hidden;
}
.Design_box_con div{
    float: left;
    width: 398px;
    height: 321px;
    background-color: #fff;
    border: 1px solid #dedede;
    text-align: center;
    font-family: Arial;
}
.Design_box_con div:nth-child(1){
    background-color: #1e283a;
    border: 1px solid #1e283a;
    color: #fff;
}
.Design_box_con div:nth-child(1) ul li{
    color: #ccc;
}
.Design_box_con div:nth-child(1) ul li:hover{
    color: #009cff;
}

.Design_box_con h4{
    font-family: Arial;
    font-size: 30px;
    padding-top: 50px;
}
.Design_box_con .title_text_0{
    display: block;
    text-align: center;
    width: 45px;
    position: relative;
    padding: 10px  180px;

}
.Design_box_con .title_text_0:after{
    content: '';
    text-align: center;
    position: absolute;
    top: 100%;
    width: 45px;
    height: 3px;
    background: #ccc;
}
.Design_box_con  ul li{
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
.Design_box_con  ul {
    margin-top: 20px;
}
.Design_box_con  ul li:hover{
    color: #009cff;
}
/*---------------------------Smart--------------------*/
.Smart{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f7f8fa;
    text-align: center;
    margin-top: 60px;
}
.Smart_con{
    margin-top: 50px;
}
.Smart_con ul li{
   float: left;
    position: relative;
    width: 14.2%;
    height: 303px;
    background: url("../images/z_1.jpg") no-repeat center;
    margin-right: 1px;
}
.Smart_con ul li:nth-child(2){
    background: url("../images/z_2.jpg") no-repeat center;
}
.Smart_con ul li:nth-child(3){
    background: url("../images/z_3.jpg") no-repeat center;
}
.Smart_con ul li:nth-child(4){
    background: url("../images/z_4.jpg") no-repeat center;
}
.Smart_con ul li:nth-child(5){
    background: url("../images/z_5.jpg") no-repeat center;
}
.Smart_con ul li:nth-child(6){
    background: url("../images/z_6.jpg") no-repeat center;
}
.Smart_con ul li:nth-child(7){
    background: url("../images/z_7.jpg") no-repeat center;
}
.Smart_con ul li a{
    position: absolute;
    left: 0;
    top: 238px;
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    background-color: #009cff;
    color: #fff;
}
.Smart_con ul li a:hover{
    background-color: #1a59ab;
    transition: all  0.5s;
}
.Smart_title h3{
    padding-top: 40px;
}











/*-----------Core7-----------*/

.Core7_box_title h4{
    font-family: "Poppins",sans-serif;
    font-size: 33px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #282828;
}

.Core7_box_list{
    width: 100%;
    margin-top: 60px;
}
.Core7_box_list ul li{
    float: left;
    width: 290px;
    height: 214px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 40px 20px;
    background-color: #fff;
    border: 1px solid #cfd4de;
}
.Core7_box_list ul li:hover{
    background-color: #009cff;
    transition: all 0.5s;
}
.Core7_box_list ul li:nth-child(1){
   height: 438px;
}
.Core7_box_list ul li .icon{
    width:49px;
    height: 49px;
    margin: 10px 100px 30px;
}
.Core7_box_list ul li p{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.Core7_box_list ul li a{
    display: block;
    color: #1e283a;
}



























