*{
    margin: 0;
    padding: 0;
}

.box{
    overflow: hidden;
}

.footer{
    background: #333333;
    /*background: url("../img/in_top_bj.jpg");*/
    /*background-size: 100%;*/
}
.box {
    background: white;
}
.box img{
    width: 100%;
}
.case{
    background:white;
}
.companyProfile,.product{
    background: #EEEEEE;
}
@media (min-width:1201px ) {
    .box div{
        width: 25%;
        float: left;
        overflow: hidden;
    }
    .box-btn1{
        padding: 6px 3px 6px 6px;
    }
    .box-btn2{
        padding: 6px 3px 6px 3px;
    }
    .box-btn3{
        padding: 6px 3px 6px 3px;
    }
    .padbt{
        padding: 6px 6px 6px 3px;
    }
    .case{
        padding: 50px 200px;
        background: white;
    }

    .textAlign{
        text-align: center;
    }
    .companyProfile{
        padding: 50px 200px;
        position: relative;
        /*background-image: url("../img/未标题-2.jpg");*/
        /*background-size: 100% 100%;*/
    }
    .companyProfileContent{
        padding: 50px 200px 50px 0;
        position: absolute;
        width: 60%;
        height:100%;
        right: 0;
        top: 0;
        color: white;
    }
    .companyProfileContent_text{
        background-color: #096ceb;
        height:100%;
    }
    .companyProfileContent_title{
        padding: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .companyProfileContent_brief{
        padding: 20px 40px;
        font-size: 16px;
        line-height: 40px;
        text-indent:2em;
    }

    .button>a{

        padding:10px 20px;
        color:white;
        font-size: 16px;
        border: 1px solid white;
        margin-left: 40px;
    }
    .button>a:hover{
        color:white;
        background: #00d9ff;
        border-color:#00d9ff
    }
    .button>a:active{
        color:white;
        text-decoration:none;
    }
    .button>a:link{
        color:white;
        text-decoration:none;
    }
    .button>a:visited{
        color:white;
    }
    .btnBox{
        display: flex;
        flex-direction: row;
    }
    .news{
        height:600px;
        background-color: white;
        padding: 50px 200px;
        background-image: url("../img/bgImg.jpg");
        background-size: 100% 100%;
    }
    .newsBox{
        width: 49.5%;
        height:180px;
        background-color: forestgreen;
        float: left;
        margin-bottom: 10px;
        background-image: linear-gradient(#0b75c6, #1088e3);
        display: flex;
        flex-direction: row;
    }
    .titleImg{
        height: 100%;
        width:40%;
        text-align: center;
    }
    .newsContent{
        width:60%;
        height: 100%;
        padding:20px 30px;
        position: relative;
    }
    .newsContent_title{
        color:white;
        margin-bottom: 20px;
    }
    .newsContent>.button{
        position: absolute;
        bottom: 20px;
    }
    .productImg{
        display: flex;
        flex-direction: row;
    }
    .productImg_box{
        flex: 1;
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }
    .productText{
        display: flex;
        flex-direction: row;
        color:white;
    }
    .flex1{
        flex: 1;
    }
    .productText>.test{
        padding:30px
    }
    .test>div>p{
        font-size: 16px!important;
    }
}

@media(max-width: 1200px) {

    .box div{
        width: 50%;
        float: left;
        overflow: hidden;
    }
    .box-btn1{
        padding: 6px 3px 3px 6px;
    }
    .box-btn2{
        padding: 6px 6px 3px 3px;
    }
    .box-btn3{
        padding: 3px 3px 6px 6px;
    }
    .padbt{
        padding: 3px 6px 6px 3px;
    }

}
@media(max-width:600px) {
    .box div{
        padding: 6px 6px 0px 6px;
        width: 100%;
        float: left;
        overflow: hidden;
    }
    .padbt{
        margin-bottom: 6px;;
    }
    .textAlign{
        margin-top: 0!important;
        padding-top: 0px;
        text-align: center;
    }
    h4{
        margin-bottom: 0!important;
    }
    .companyProfileContent{
        padding-bottom: 20px;
    }
    .companyProfile img{
        width:100%!important;
        height:200px!important;
    }
    .companyProfileContent_title{
        text-align: center;
        border-bottom: 0!important;
    }
    .companyProfileContent_brief{
        padding: 20px 40px;
        font-size: 16px;
        line-height: 40px;
        text-indent:2em;
    }
    .button>a{
        overflow: hidden;
        padding:10px 20px;
        color:#29e!important;
        font-size: 16px;
        border: 1px solid #29e;
        /*margin-left: 40px;*/
        float: right;
    }
    .button>a:hover{
        color:#29e;
        background: #00d9ff;
        border-color:#00d9ff
    }
    .button>a:active{
        color:white;
        text-decoration:none;
    }
    .button>a:link{
        color:white;
        text-decoration:none;
    }
    .button>a:visited{
        color:white;
    }
    .btnBox{
        display: flex;
        flex-direction: row;
        margin-top: 0!important;
        height: 50px;
    }
    .flex{
        flex: 1;
        display: flex;
        justify-content: center;
    }
    .newsBox{
        margin-right: 0!important;
    }
    .titleImg{
        overflow: hidden;
    }
    .news_title,.case_title,.product_title,.productText_title{
        padding:20px;
    }
    .newsContent_title{
        color:white;
    }
    .companyProfile_h4,.productText_title_h4{
        margin: 0!important;
    }
    .newsContent{
        padding:20px;
    }
    .newsContent_title_header{
        font-size: 18px!important;
    }
    .newsContent_title>p{
        margin-top: 10px;
        text-indent:2em
    }
    .newsContent>.button{
        overflow: hidden;
    }
    .product{
        padding:0!important;
        background-color: white;
    }
    .productImg_box>a>img{
        width: 100%;
    }
    .productText_title{
        text-align: center;
        color:white;
        border-bottom:0!important;
        margin-bottom: 10px!important;
    }
    .productText_title>h2{
        margin-top: 0!important;
    }
    .none{
        display: none;
    }
    .contentProductText>p{
        color:white;
        line-height: 30px;
        font-size: 18px;
        padding:0 30px;
    }
}

