 body {
            background: #f5f5f5;
        }
        .subsidiaryTitle {
            width: 1400px;
            margin: 30px auto 30px;
            font-size: 48px;
            color: #1a1a1a;
            font-weight: bold;
        }
        .content {
            width: 1400px;
            margin: 0px auto 30px;
            max-width: 100%;
        }

        .subsidiary {
            background: #fff;
            border: 1px #e5e5e5 solid;
            border-radius: 10px;
            margin: 20px 0px;
            min-height: 600px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
            width: 100%;
        }
        .subsidiary img {
            position: absolute;
            width: 600px;
            right: -80px;
            bottom: -150px;
            opacity: .1;
        }
   
     .searchtouziLeft {
        width: 50%;
        padding-left: 110px;
     }
     .searchtouziLeft .txt2{
        width: 70%;
        height: 60px;
        border: #e5e5e5 solid 1px;
        font-size: 18px;
        padding: 0 30px;
        margin-top: 30px;
        color: #666;
     }
     .searchtouziLeft .bt2{
        margin-top: 30px;
        border: #1a1a1a solid 1px;
        width: 180px;
        height: 60px;
        background: #fff;
        display: block;
        color: #1a1a1a;
        font-size: 18px;
        cursor: pointer;
     }
     .searchtouziLeft .bt2.on{
        background: #0082c7;
        color: #fff;
        border: 1px solid #0082c7;
     }
     .searchtouziRight{
        width: 50%;
        color: #666;
        top: 40px;
        opacity: 0;
        position: relative;
        margin-top: 200px;
     }
     .investenterprises {
        height: 200px;
        overflow-y: auto;
        position: relative;
        z-index: 1111;
     }
     .searchtouziRight h3{
        font-size: 32px;
        font-weight: bold;
        padding-bottom: 30px;
     }
     .searchtouziRight p{
        padding-bottom: 10px;
        font-size: 18px;
     }
     .searchtouziRight p b {
        font-weight: bold;
     }
     .layerMsg {
        position: fixed;
        width: 160px;
        height: 50px;
        line-height: 50px;
        top: 50%;
        left: 50%;
        margin: -25px 0 0 -80px;
        text-align: center;
        border-radius: 3px;
        overflow: hidden;
        display: none;
        z-index: 111;
     }
     .layerMsg b {
        position: relative;
        z-index: 2;
        color: #fff;
        font-size: 14px;
     }
     .layerMsg > div {
        position: relative;
        z-index: 1;
        background: #000;
        opacity: .6;
        width: 160px;
        height: 52px;
        float: left;
        top: -52px;
     }
     main #headerPage div>ul {
        margin-top: 10px;
     }
     .headerCon {
        height: 140px;
        background: #fff;
     }
     .investenterprise {
        display: none;
     }
     .investenterprise1,.investenterprise3 {
        display: block;
     }
     .searchtouziRights {
        top: -27px !important;
     }