body {
    margin: 0;
    max-width: 1920px;
}

a {
    text-decoration: none;
}

.content {
    width: 80%;
    position: relative;
    margin: 0 auto;
    height: 100%;
}

.top {
    width: 100%;
    max-width: 1920px;
    position: relative;
    font-size: 0;
}

.logo {
    position: absolute;
    left: 5%;
    top: 1%;
    width: 12%;
    display: none;
}


.bigtext {
    position: absolute;
    right: 8%;
    bottom: 12%;
    height: 40%;
    width: 60%;
}

.div1 {
    height: 220px;
    width: 100%;
    background: #E15517;
}

    .div1 > .content > .parent {
        position: absolute;
        width: 100%;
        top: 30px;
        height: 150px;
        border-bottom: 2px solid white;
    }

        .div1 > .content > .parent > .child {
            position: relative;
            float: left;
            width: 20%;
            text-align: center;
            height: 100%;
        }

            .div1 > .content > .parent > .child > .child_icon {
                height: 95px;
                width: 100%;
            }

                .div1 > .content > .parent > .child > .child_icon > span {
                    height: 105px;
                    vertical-align: middle;
                    display: inline-block;
                }

                .div1 > .content > .parent > .child > .child_icon > img {
                    vertical-align: middle;
                    cursor: pointer;
                    height: 80%;
                }

            .div1 > .content > .parent > .child > img {
                margin-top: 10px;
            }

            .div1 > .content > .parent > .child > .titles {
                color: white;
                font-weight: bold;
                font-size: 1.25vw;
                margin-top:1px;
            }

            .div1 > .content > .parent > .child > .circle {
                position: absolute;
                width: 10px;
                height: 10px;
                border-radius: 5px;
                background: white;
                left: 47.5%;
                bottom: -6px;
            }

.contentTop {
    width: 100%;
    text-align: center;
}

.title {
    margin: 40px auto 10px;
    text-align: center;
}

.contentTop > .title > .textCN {
    color: #E15518;
    font-size: 2.5vw;
    font-weight: bold;
    letter-spacing: 1px;
}

.contentTop > .title > .textEN {
    color: gray;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: Arial;
}

.line {
    margin: 10px 5% 30px 5%;
    width: 90%;
}

.div2 > .content > .parent {
    width: 97%;
    margin: 30px auto;
    height: 275px;
}

    .div2 > .content > .parent > .child {
        height: 225px;
        width: 20%;
        margin: 0 1.666%;
        float: left;
        background: url(../images/JiaMeng/div2/grayBG.png)no-repeat 50% 0px;
        background-size: 90% 100%;
        padding: 2% 5%;
        line-height: 28px;
        font-family: "微软雅黑";
        text-align:justify;
        text-justify:distribute-all-lines;
    }

    /*.div2 > .content > .parent > .child:hover
    {
        background: url(../images/JiaMeng/div2/checkBG.png)no-repeat 15px 0px;
        background-size: 100% 100%;
        color:white;
    }*/
    .div2 > .content > .parent > .hover {
        background: url(../images/JiaMeng/div2/checkBG.png);
        background-size: 100% 100%;
        color: white;
    }

.div3 > .text {
    width: 100%;
    max-width: 1920px;
   
    font-size: 0;
    font-family: "微软雅黑";

   background-image: url(../images/JiaMeng/div3/div3BG.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
    padding:5% 0;

}

    .div3 > .text > .child {
        
        width: 50%;
        margin-left: 41%;
        overflow: hidden;
        margin-top:2%;
    }
    .div3 > .text > .child>img
    {
        float:left;
        width:9%;
    }






        .div3 > .text > .child > h3 {
            font-size: 2vw;
            color: #EA5504;
            margin: 14px 0;
            margin-left:20%;
        }

        .div3 > .text > .child > .context {
            font-size: 0.95vw;
            letter-spacing: 1px;
            line-height:1.6vw;
            width:80%;
            margin-left:20%;
        }

            .div3 > .text > .child > .context > p {
                font-weight: bold;
                font-size: 0.98vw;
                color: #ea5504;
                margin: 5px 0;
            }

/*@media only screen and (min-width: 1920px) {
	  .div3 > .text > .child>h3
    {
        font-size:26px;
        color:#EA5504;
        margin:10px 0;
    }

      .div3 > .text > .child>.context
    {
        font-size:18px;
        letter-spacing:1px;
        line-height:30px;

    }
        .div3 > .text > .child > .context>p
        {
            font-weight:bold;
            font-size:20px;
           color:#ea5504;
             margin:5px 0;
        }
	
}
@media only screen and (min-width: 1681px) and (max-width: 1919px) {

   

     .div3 > .text > .child>h3
    {
        font-size:26px;
        color:#EA5504;
         margin:10px 0;
    }
	  .div3 > .text > .child>.context
    {
        font-size:17px;
        letter-spacing:1px;
        line-height:24px;

    }
        .div3 > .text > .child > .context>p
        {
            font-weight:bold;
            font-size:20px;
           color:#ea5504;
            margin:5px 0;
        }
	
}
@media only screen and (min-width: 1301px) and (max-width: 1680px) {
      .div3 > .text > .child
    {
        position:absolute;
        width:42% !important;
        left:48%;
        overflow:hidden;
    }

     .div3 > .text > .child>h3
    {
        font-size:19px;
        color:#EA5504;
         margin:7px 0;
    }
	  .div3 > .text > .child>.context
    {
        font-size:13px;
        letter-spacing:1px;
        line-height:20px;

    }
        .div3 > .text > .child > .context>p
        {
            font-weight:bold;
            font-size:16px;
           color:#ea5504;
            margin:5px 0;
        }
	
}

@media only screen  and (max-width: 1300px) {
     .div3 > .text > .child>h3
    {
        font-size:18px;
        color:#EA5504;
         margin:5px 0;
    }
	  .div3 > .text > .child>.context
    {
        font-size:10px;
        letter-spacing:1px;
        line-height:20px;

    }
        .div3 > .text > .child > .context>p
        {
            font-weight:bold;
            font-size:15px;
           color:#ea5504;
            margin:5px 0;
        }

}*/








.div4 {
    width: 100%;
    background: #EA5503;
}

    .div4 > .content > .contentBottom {
        position: relative;
        width: 90%;
        text-align: center;
        padding: 20px 0;
        color: white;
        margin: 0 auto;
        padding-top: 0px;
    }

        .div4 > .content > .contentBottom > .left {
            position: absolute;
            width: 45%;
            text-align: left;
            left: 0;
            top: 3%;
            
        }



        .div4 > .content > .contentBottom > div > div > p {
            font-size: 1.5vw;
            margin: 1% 0;
            font-weight: bold;
        }

        .div4 > .content > .contentBottom > div > div > span {
            font-size: 0.95vw;
            line-height: 26px;
        }





        .div4 > .content > .contentBottom > div > .small {
            width: 80%;
            margin-top:5%;
        }

        .div4 > .content > .contentBottom > .right > .small {
            margin-left: 20%;
        }

        .div4 > .content > .contentBottom > div > .big {
            width: 95%;
             margin-top:5%;
        }

        .div4 > .content > .contentBottom > .right > .big {
            margin-left: 5%;
        }


        .div4 > .content > .contentBottom > .right {
            position: absolute;
            width: 45%;
            text-align: right;
            right: 0;
           top: 3%;
           
        }


.div5 > .content {
    text-align: center;
}

    .div5 > .content > .remark {
        margin: 10px auto;
        width: 40%;
        font-size: 16px;
        color: gray;
    }

.div6 > .div6content {
    width: 80%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

    .div6 > .div6content > .jiameng {
        margin: 40px auto;
        overflow: hidden;
        width: 63%;
    }
        .div6 > .div6content > .jiameng > div
        {
             float: left;
            width: 17.5%;
            position:relative;
        }
        .div6 > .div6content > .jiameng > .centerbox
        {
         margin-left: -2.1%;
        }
        .div6 > .div6content > .jiameng >div> img {
            width:100%;
        }
        .div6 > .div6content > .jiameng > div>div
        {
           color:#EA5504;
           position:absolute;
           bottom:12%;
           font-weight:bold;
           text-align:center;
           width:90%;
           font-family:"微软雅黑";
           font-size:1.15vw;
        }

         

    .div6 > .div6content > .kaidian {
        overflow: hidden;
        width: 100%;
        margin: 20px auto;
       
    }
        .div6 > .div6content > .kaidian > div
        {
             float: left;
            width: 11.4%;
             position:relative;
        }
        .div6 > .div6content > .kaidian >div> img {
           
            width: 100%;
        }

        .div6 > .div6content > .kaidian > .centerbox {
            margin-left: -1.4%;
        }
        .div6 > .div6content > .kaidian > div > div
        {
             color:#EA5504;
           position:absolute;
           bottom:12%;
           font-weight:bold;
           text-align:center;
           width:90%;
           font-family:"微软雅黑";
           font-size:1.15vw;
        }

#rolling {
    height: 400px;
    border-bottom: 2px solid #EA5504;
    width: 98%;
    padding: 1%;
}

    #rolling strong {
        color: #EA5504;
        font-size: 18px;
        letter-spacing: 1px;
    }

    #rolling span {
        color: gray;
        font-size: 14px;
        letter-spacing: 1px;
        line-height:26px;
    }



.div7 {
    /*height: 1330px;*/
    width: 100%;
}

    .div7 > .div7content {
        background: #DEDEDC;
        position: relative;
        /*height: 831px;*/
        width: 100%;
    }

        .div7 > .div7content > .content > .fordetail {
            display: none;
            width: 100%;
            height: 100%;
        }

            .div7 > .div7content > .content > .fordetail > .big_img {
                width: 45%;
                height: 80%;
                top: 20%;
                position: absolute;
                text-align:center;
            }

            .div7 > .div7content > .content > .fordetail > .userName {
                position: absolute;
                width: 9%;
                height: 52%;
                top: 18%;
                right: 46%;
                 
               
            }

                .div7 > .div7content > .content > .fordetail > .userName >table
                {
                    width:100%;
                    border:0px;

                }
                 .div7 > .div7content > .content > .fordetail > .userName >table>tbody>tr>td
                {
                    vertical-align:bottom;
                      border:0px !important;

                }
                  .div7 > .div7content > .content > .fordetail > .userName >table>tbody>tr>.address
                {
                    font-size: 2vw;
                    width: 40%;
                    color: #DE541A;
                    
                    line-height: 2.2vw;

                }
                   .div7 > .div7content > .content > .fordetail > .userName >table>tbody>tr>.name 
                {
                   
                      font-size: 2vw;
                   
                    font-family: "微软雅黑";
                    font-weight: bold;
                      
                    
                     width: 40%;

                }
               

            .div7 > .div7content > .content > .fordetail > .userdetail {
                position: absolute;
                width: 28%;
                height: 65%;
                top: -20px;
                right: 0px;
                background: url(../images/JiaMeng/div7/detailBG.png);
                background-size: 100% 100%;
                color: white;
            }

                .div7 > .div7content > .content > .fordetail > .userdetail > .title {
                    width: 100%;
                    margin-top: 6%;
                    height: 13%;
                    text-align: center;
                    font-size: 1.75vw;
                    line-height: 50px;
                    font-weight:bold;
                    letter-spacing:2px;
                }




                .div7 > .div7content > .content > .fordetail > .userdetail > .rolling1 {
                    width: 85%;
                    margin: 8% 5% 8% 9%;
                    height: 70%;
                    line-height: 25px;
                    word-wrap: inherit;
                    text-indent: 2em;
                }

                .div7 > .div7content > .content > .fordetail > .userdetail > .text {
                    width: 85%;
                    margin: 50px 5% 50px 10%;
                    height: 360px;
                }

    .div7 > .parent {
        width: 100%;
        position: relative;
        text-align:center;
          font-size: 0px;
    }

        .div7 > .parent > .child {
            width: 16.66%;
             display:inline-block;
             
            /*float: left;*/
            font-size: 0px;
            position: relative;
            background: url(../images/JiaMeng/div7/smallBG.png);
            background-size: 100% 100%;
            text-align:center;
        }
           

            .div7 > .parent > .child > img {
                max-width: 100%;
               
            }

            .div7 > .parent > .child > .hiddendiv {
                position: absolute;
                background: url(../images/JiaMeng/div7/smallBG.png);
                background-size: 100% 100%;
                left: 0;
                top: 0;
                /*width: 100%;*/
                /*height: 100%;*/
                /*background: #F75A27;*/
                display: none;
            }

                .div7 > .parent > .child > .hiddendiv > .hidediv {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: #F75A27;
                    opacity: 0.45;
                    top: 0;
                }

.checkuser {
    margin-top: -55px;
}

.div9 {
    margin-top: 50px;
    background: url(../images/JiaMeng/div9/bg.jpg);
    background-size: 100% 100%;
    width: 100%;
    max-width: 1920px;
    padding: 5% 0;
}

    .div9 > .map {
        width: 45%;
        float: left;
        margin-left: 5%;
    }

    .div9 > .text {
        /*background: url(../images/JiaMeng/div9/textBG.png) no-repeat 25px 0px;
	background-size: 90% 100%;*/
        /*background:yellow;*/
        float: left;
        border-left: 1px solid #EA5504;
        margin-left: 5%;
        margin-top: 1.5%;
        height: 94%;
        width: 35%;
        padding: 0;
    }

        .div9 > .text > .rows {
           
            width: 80%;
           
            line-height: 2vw;
            margin: 0;
            padding: 2.3% 0;
            margin-left: 5%;
        }

            .div9 > .text > .rows .orangeXing {
                color: #EA5504;
            }


            .div9 > .text > .rows > .label {
                width: 27%;
                float: left;
                text-align: right;
                color: #5B5959;
                font-size: 1vw;
                line-height:2vw;
            }

            .div9 > .text > .rows > .select {
                width: 33%;
                text-align: center;
                border: 1px solid gray;
                background: none;
                height:2vw;
                 color:#5B5959;
                font-size:0.8vw;
            }

            .div9 > .text > .rows > .txt {
                width: 65%;
                border: 0px;
                background: #FFF;
                padding: 0 1%;
                border: 1px solid gray;
                height:2vw;
                color:#5B5959;
                font-size:0.8vw;
            }

        .div9 > .text > .bottomRows {
            width: 80%;
            margin-left: 6%;
 
letter-spacing: 2px;

        }

            .div9 > .text > .bottomRows > img {
                width: 94%;
            }

            .div9 > .text > .bottomRows > label {
                font-size: 27px;
                color: #676565;
                letter-spacing: 3px;
            }

            .div9 > .text > .bottomRows > p {
               font-size: 4.6vw;
                color: #EA5504;
                margin: 0;
                
                font-weight: bold;
                font-family: Aparajita;
            }
