nav{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    z-index: 100;
}

.topmenu{
    max-width: 100%;
    list-style: none;
    margin: 2% 10% 0 0;
    padding: 0 0 0 0;
    text-align: center;

    display: block;
    position: absolute;
}

.topmenu:after , .topmenu:before {
    display : block;
    content : ' ';
}

.topmenu:after {
    clear : both;
}
.topmenu li{
    position: relative;
    display: inline-block;
    margin: 0 0 0 0;
    width: 7%;
    height: 8%;
    z-index: 99;
/*
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    */
}

.topmenu li:hover{
    background-color:rgba(115,199,51,0.8);
    border-radius: 5pt;
/*
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    */
}

.topmenu a {
    transition : all .4s;
}

.topmenu  a:hover {
    box-shadow : 0 0 5px 0 rgba(255, 255, 255, 0.7);
    transition : all .4s;
}


.topmenu img{
    width: 62%; height: 62%;
}

.menutext{
    color: #FFFF00;
    font-weight: 600;
    font-size: 15px;
    white-space:nowrap;

    overflow:hidden;
    text-shadow: 1px 1px 1px #0000ff;


}
.drop-down{
    /*position: relative;*/
}

.dropmenu .drop-down:hover .drop-down-content{
    display: block;
}
/*.dropmenu  .drop-down-content{
    display: block;
}*/
.dropmenu{
    position: fixed;
    /*position: absolute;*/
    margin: 2% 1% 2% 85%;
    width: 10%;
    height: 60%;
    text-align: center;
    z-index: 100;



}
.dropmenu ul{
    list-style: none;
    margin: 0;
}

.dropmenu li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.dropmenuli{
    background: rgb(43, 170, 243);
   /* background-color:#2baaf3;
    background-color:rgba(43,170,243,0.8);*/
    display:inline-block;
    margin:  0;
}
.dropmenuli:hover{
    background: rgb(115, 199, 51);

}

.dropMenuImg{
    width: 30%; height: 30%;

}
.dropMainImg{
    width: 40%; height: 40%;
}

.drop-down_main:hover{
    background: rgb(115, 199, 51);
    border-radius: 10pt;
}
.drop-down-content{
    padding: 0;
    margin: 0;
    display: none;
}
@-webkit-keyframes fadeIn80 {
    0% {
        opacity: 0; /*初始状态 透明度为0*/
    }
    50% {
        opacity: 0; /*中间状态 透明度为0*/
    }
    100% {
        opacity: 1; /*结尾状态 透明度为1*/
    }
}

.drop-down-in
{
    -webkit-animation-name: fadeIn80; /*动画名称*/
    -webkit-animation-duration: 0.8s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}

.logoimg
{
    margin: 0 1% 2% 1%;
    width: 6%;
    height: 9%;
    /*
    padding: 0;
    margin: 0;
    background: url("../images/asjlog.png") no-repeat;
    background-size: 100% 100%;
*/
    position: absolute;

   /* width: 4%; height: 10%;  */
    top: 4%; left: 4%;

}

.logoimg img{
    width: 62%; height: 62%;
}
.goasj{
    padding: 0;
    margin: 0;
    /*background: url("../images/goasj.png") no-repeat;
    background-size: 100% 100%;*/
    position: absolute;

    width: 14%; height: 11%;  top: 73%; left: 47%;
}


.goasjimg{
    padding: 0;
    margin: 10% 10% 10% 10%;
    position: absolute;
    width: 80%; height: 80%;
}

.goasjimg:hover{
    padding: 0;
    margin: 0;
    width: 100%; height: 100%;
}

.goasjhouse{
    padding: 0;
    margin: 0;
    position: absolute;
    width: 94%; height: 11%;  top: 85%; left: 6%;
    color: #ff0;
    font-weight: 600;
    font-size: 18px;
    line-height: 24pt;
    text-shadow: 5px 5px 5px #0000ff;
    text-align: center;
}

footer{
    display: block;
    position: absolute;
    top: 92%;
    left: 5%;
    width: 100%;
}

.copyright{
    display: block;
    position: absolute;
    width: 80%;
    margin: auto 0;
    left: 10%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;

}
.copyright a{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;

}

.aboutasj{
    margin: 0;
    padding: 20pt 20pt 20pt 20pt;
    display: block;
    position: absolute;
    top: 20%;
    left: 5%;
    width: 30%;
    background-color:#2baaf3;
    background-color:rgba(43,170,243,0.78);

    /* background-color:#73c733; IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
    /*background-color:rgba(115,199,51,0.8);  IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
    border-radius: 10pt;
}

.aboutasj p{
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 15px;
    line-height: 19pt;
    text-indent: 32px;
    text-shadow: 3px 3px 3px #0000ff;
    /*text-shadow: 1px 1px 1px #0000ff;*/
}

.linian{
    margin: 0;
    padding: 20pt 20pt 20pt 20pt;
    display: block;
    position: absolute;
    top: 33%;
    left: 70%;
    width: 60pt;
    height: 150pt;
    background-color:#2baaf3;
    background-color:rgba(43,170,243,0.78);
    border-radius: 10pt;
}
.linian_text{
    color: #ff0;
    font-weight: 600;
    font-size: 36px;
    font-family:  "微软雅黑";
    line-height: 48pt;
    text-shadow: 5px 5px 5px #0000ff;
}

.house_title_item{
  /*  margin: 8% 60% 2% 5%;
    width: 40%;
    height: 60%;
    text-align: center;
    z-index: 90; */
}
.house_title_item:hover  .house_title .house_title_drop-down{
    display: block;
}


.house_title_text{
    position: absolute;
    margin: 0;
    padding: 15pt;
    top: 10pt;
    left: 5%;
    width: 300pt;
    height: 30pt;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 24pt;
    text-shadow: 5px 5px 5px #0000ff;
    background-color:#2baaf3;
    background-color:rgba(43,170,243,0.8);
    border-radius: 10pt;

}


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0; /*初始状态 透明度为0*/
    }
    50% {
        opacity: 0; /*中间状态 透明度为0*/
    }
    100% {
        opacity: 1; /*结尾状态 透明度为1*/
    }
}

.house_title_drop-down{
    z-index: 98;
    padding: 15pt;
    position: absolute;
    top: 60pt;
    left: 5%;
    width: 300pt;
    bottom: 10%;
    margin: 0;
    display: none;
    text-align: left;
    color: #555;
    font-weight: 600;
    font-size: 15px;
    line-height: 20pt;
    background-color:rgb(19, 243, 106);;
    background-color: rgba(19, 243, 106, 0.8);
    border-radius: 0 0 10pt 10pt;
    text-indent:25px;


}
.house_title_drop-down
{
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 1s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}

.house_title_drop-down p{
    padding: 0 0 10pt 0;
}

.linkto{
    display: block;
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 40pt;
    left: 10%;
    right: 10%;
    background-color:#2baaf3;
    background-color:rgba(43,170,243,0.8);


}
.linkto li:hover{
    background: #73c733;
}
.linkto ul{
    max-width: 100%;
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 32pt;
    color: #F5F5F5;
}
.linkto li{
    position: relative;
    display: inline-block;
    margin: 0 0 0 0;
    width: 100pt;
    font-size: 16px;
    font-weight: 600;
    line-height: 32pt;
    color: #F5F5F5;
    text-align: center;


}
.linkto a{
    color: #fff;
}

.team_intro{
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 100pt;
    left: 10%;
    right:60%;
    height: 70%;
    background-color:#2baaf3;
    background-color: rgba(27, 222, 243, 0.8);
}

.intro_title{
    padding: 5pt 10pt 5pt 10pt ;
    font-size: 20px;
    font-weight: 600;
    line-height: 32pt;
    color: rgba(93, 93, 93, 0.87);
    text-align: center;
    overflow : hidden;
    text-overflow: ellipsis;
    white-space:nowrap;

}

.intro_content{
    font-size: 15px;
    font-weight: 600;
    line-height: 18pt;
    color: rgba(93, 93, 93, 0.87);
    padding: 0 20pt 20pt 20pt;
    text-indent:25px;
    top: 100pt;
    left: 10%;
    right:60%;
    height: 80%;
    overflow : hidden;
    text-overflow: ellipsis;

}

.contact{
    position: absolute;
    top: 80pt;
    left: 50%;
    width: auto;
    height: auto;
   /* background-color: #39f31e;
    background-color: rgba(37, 243, 28, 0.8);*/
    padding: 15pt;
}

.contact_txt{
    font-size: 15px;
    font-weight: 600;
    line-height: 18pt;
    color: rgba(93, 93, 93, 0.87);

    line-height: 20pt;
}
.qcode{
    position: absolute;
    top: 55%;
    left: 50%;
    width: auto;
    height: auto;


}
.qcode li{
    position: relative;
    display: inline-block;
    width: 150pt;
    text-align: center;
}
.qcode img{
    width: 100pt;
    height: 100pt;
}
.qcode_tile{
    font-size: 15px;
    font-weight: 600;
    line-height: 18pt;
    color: #fff;
    text-align: center;

}


