a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.banner-img {
    height: 240px;
    background: url("../../uploads/design_engineering/banner.jpg") no-repeat center center;
}
.make-cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 245px;
}
.maker-title {
    width: 1200px;
    margin: 0 auto;
}
.maker-nav {
    margin-top: 46px;
    width: 140px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 44px;
    border-bottom: solid 1px #fff;
}
.maker-nav a {
    color: #FFFFFF;
}

.maker-nav > span {
    padding: 0 4px;
}
.marker-bg{
    margin-top: 30px;
    padding-left: 84px;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 52px;
    background: url("../../uploads/design_engineering/icon.png") no-repeat left center;
    background-size: 62px 52px;
}

.product{
    width: 100%;
    height: 100%;
    background-color:#F6F8FB;
    padding:60px 0px 0px 0px;
    margin: 0 auto;
}
.design_title{
    text-align: center;
    font-size:34px;
    color:rgba(51,51,51,1);
    margin-top:10px
}
.product_content{
    width: 1100px;
    margin:15px auto

}
.product_content ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 30px 5px;
}
.product_content ul li{
    border: none;
    height: 220px;
    width:344px;
    margin:15px 9px;
    line-height:5px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 10px 0px rgba(227,235,240,1);
    border-radius:4px;
    vertical-align: top;
    /*cursor: pointer;*/

}
 .product_content ul li >a{
     display: none;
 }
/*.product_content ul li:hover{*/
/*    box-shadow:0px 10px 20px 0px rgba(202,229,252,1);*/
/*}*/
.product_content ul li img{
    display: inline-block;
    width:48px;
    height: 48px;
    background-position:50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    margin: 30px 0 0 30px;
}
.product_content ul li a{
    float:right;
    font-size:14px;
    color:rgba(128,128,128,1);
}
.product_content ul li a img{
    width:5px;
    height: 10px;
    margin: 30px 30px 0 0;
}
.product_title{
    margin:30px 0 10px 30px;
    font-size:16px;
    color:rgba(51,51,51,1);
    line-height:22px;
}
.product_text{
    font-size:14px;
    font-weight:400;
    color:rgba(128,128,128,1);
    line-height:20px;
    margin-left: 30px;
    width: 284px;
}
.product_more{
    margin-bottom: 34px;
    text-align: center;
    font-size:16px;
    font-weight:400;
    color:rgba(0,93,235,1);
    line-height:22px;
}
.learn{
    background: white;
    padding-bottom: 80px;
}
.EDM_bg{
    width: 1100px;
    margin:0 auto;
    padding: 20px 0px;
    background: white;
}
.about_know{
    margin-top: 65px;
    text-align: center;
    height:46px;
    font-size:34px;
    color:rgba(31,35,42,1);
    line-height:46px;
}
.about_ul{
    display: flex;
    flex-wrap: wrap;
}
.about_li{
    width: 16.66%;
    margin-top: 62px;
    text-align: center;
}
.about_li img{
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}
.about_li p{
    height:20px;
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:20px
}
.goods_box{
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
.goods_li{
    width:535px;
    margin-top: 30px;
    height:208px;
    background:rgba(255,255,255,1);
    padding: 40px 50px 50px 30px;
    box-sizing: border-box;
    box-shadow:0 2px 12px 0 rgba(0,70,120,0.14);
    /*cursor: pointer;*/
    border-radius:5px;
}
/*.goods_li:hover{*/
/*    cursor: pointer;*/
/*    box-shadow: 0px 10px 20px 0px rgba(202,229,252,1);*/
/*}*/
.goods_li img{
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 26px;
}
.goods_li span{
    float: left;
    font-size:18px;
    font-weight:500;
    line-height: 48px;
    color:rgba(51,51,51,1);
}
.goods_li p{
    margin-top: 33px;
    height:40px;
    font-size:14px;
    font-weight:400;
    color:rgba(128,128,128,1);
    line-height:20px;
}
.banner-bottom{
    margin: 0 auto;
    height: 312px;
    background: url("../../uploads/design_engineering/banner-bot.png") no-repeat center center;
}
.bottom-box{
    width:998px;
    margin: 0 auto;
    padding-top: 55px;
}
.bottom-word1{
    font-size:44px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:62px;
}
.bottom-word2{
    font-size:31px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:44px;
}
.btn-more{
    display: block;
    width:152px;
    height:40px;
    /* line-height: 40px; */
    background:rgba(255,255,255,1);
    border-radius:36px;
    margin-top: 32px;
    text-align: center;
    border: none;
    outline: none;
    font-size:22px;
    font-weight:400;
    color:rgba(29,94,250,1);
    line-height:40px;
}
/*.design_engineering_header{*/
/*    background: #fff;*/
/*}*/
/*.design_engineering-content{*/
/*    width: 1100px;*/
/*    margin: 0 auto;*/
/*}*/
/*.design_engineering-content p{*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*    color: #333;*/
/*    padding: 30px 0 35px 0;*/
/*    text-align: justify;*/
/*}*/
/*.financial_services-head {*/
/*    font-size: 24px;*/
/*    line-height: 30px;*/
/*    padding-left: 20px;*/
/*    border-left: 2px solid #EC2629;*/
/*    margin-bottom: 6px;*/
/*    color: #333;*/
/*}*/
/*.solution{*/
/*    color: #F8F8F8;*/
/*}*/
/*.solution-content{*/
/*    width: 1100px;*/
/*    margin: 0 auto;*/
/*    padding-top: 36px;*/
/*}*/
/*.solution-content  ul{*/
/*    display: flex;*/
/*    margin-bottom: 35px;*/
/*}*/
/*.solution-content  ul li:nth-of-type(1){*/
/*    width: 41%;*/
/*    margin-right: 4%;*/
/*}*/
/*.solution-content  ul li:nth-of-type(2){*/
/*    width: 55%;*/
/*}*/
/*.solution-content  ul li p{*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*    color: #333;*/
/*    text-align: justify;*/
/*}*/
/*.solution-content  ul li p:nth-of-type(1){*/
/*    width: 35px;*/
/*    border-top: 5px solid #01C1DE;*/
/*    margin: 56px 0 23px 0;*/
/*}*/
/*.solution-content  ul li p:nth-of-type(2){*/
/*    margin-bottom: 35px;*/
/*}*/
/*.solution-one-p{*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*    color: #333;*/
/*    margin: 65px 0 48px 0;*/
/*    text-align: justify;*/
/*}*/
/*.smart-attendance{*/
/*    display: flex;*/
/*    margin-bottom: 55px;*/
/*}*/
/*.smart-attendance-one{*/
/*    width: 46%;*/
/*    margin-right: 8%;*/
/*    height: 177px;*/
/*    background: url('../../uploads/design_engineering/2.png') no-repeat;*/
/*    background-size: 100%;*/
/*    background-position: center center;*/
/*}*/
/*.smart-attendance-two{*/
/*    width: 46%;*/
/*    height: 177px;*/
/*    background: url('../../uploads/design_engineering/1.png') no-repeat;*/
/*    background-size: 100%;*/
/*    background-position: center center;*/
/*}*/
/*.smart-attendance-one-content{*/
/*    display: flex;*/
/*    padding-left: 52%;*/
/*    padding-top: 54px;*/
/*    padding-bottom: 55px;*/
/*}*/
/*.smart-attendance-one-content div:nth-of-type(1) img{*/
/*    vertical-align: -webkit-baseline-middle;*/
/*    margin-right: 12px;*/
/*}*/
/*.smart-attendance-one-content-two p:nth-of-type(1){*/
/*    font-size: 20px;*/
/*    line-height: 28px;*/
/*    color: #04BCF2;*/
/*}*/
/*.smart-attendance-one-content-two p:nth-of-type(2){*/
/*    color: #333;*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*    width: 182px;*/
/*}*/
/*.smart-attendance-one-content-two p:nth-of-type(3){*/
/*    color: #666;*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*    margin-top: 10px;*/
/*    width: 182px;*/
/*}*/
/*.smart-attendance-two-content{*/
/*    display: flex;*/
/*    padding-left: 60%;*/
/*    padding-top: 54px;*/
/*    padding-bottom: 55px;*/
/*}*/
/*.smart-attendance-two-content div:nth-of-type(1) img{*/
/*    vertical-align: -webkit-baseline-middle;*/
/*    margin-right: 12px;*/
/*}*/
/*.smart-attendance-two-content p:nth-of-type(2){*/
/*    color: #333;*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*    width: 126px;*/
/*}*/
/*.solution-foot{*/
/*    background: #01C1DE;*/
/*}*/
/*.solution-foot-content{*/
/*    width: 1100px;*/
/*    margin: 0 auto;*/
/*    padding: 28px 0 29px 0;*/
/*}*/
/*.solution-foot-content p{*/
/*    text-align: center;*/
/*    font-size: 18px;*/
/*    line-height: 25px;*/
/*    color: #fff;*/
/*}*/
/*.delivery_model{*/
/*    display: flex;*/
/*    margin-bottom: 48px;*/
/*}*/
/*.delivery_model-one-div,.delivery_model-two-div{*/
/*    width: 50%;*/
/*}*/
/*.delivery_model-one-div{*/
/*    margin-right: 40px;*/
/*}*/
/*.delivery_model-two-div p:nth-of-type(1){*/
/*    width: 35px;*/
/*    border-top: 5px solid #01C1DE;*/
/*    margin: 56px 0 23px 0;*/
/*    margin-top: 64px;*/
/*}*/
/*.delivery_model-two-div p:nth-of-type(2){*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*    color: #333;*/
/*    text-align: justify;*/
/*}*/