﻿body {
    margin:0px;
    background-color:ghostwhite;
    font-family:'Microsoft YaHei', Arial;
    font-size:0.8em;
}
.p_container {
    width: 980px;
    height: auto;
    margin: 0px auto;
}
.p_head{
    width:100%;
    height:200px;
    margin:0px;
    background:url('Image/aytPageHead.jpg') no-repeat;
}
.p_menu{
    width:100%;
    height:50px;
    margin:0px;
    background-color:Menu;
}
.menu{
    margin:0px;
    display:block;   
}
.menu li{
    display:inline-block;
    margin-top:15px;
    margin-left:0px;
    
}
.menu li a{
    display:block;
    width:80px;
    height:30px;
    margin-top:4%;
    text-decoration:none;
    text-align:center;
    font-family:'Microsoft YaHei';
    font-size:1em;
}
.menu li a:link {
    color: #000;
} /* 未访问的链接 */
.menu li a:visited {
    color:#000;
} /* 已访问的链接 */
.menu li a:hover{
    color:ghostwhite;
    background-color:deepskyblue;
    font-weight:bold;
    border-top:1px solid #ffffff;
    border-top-left-radius:4px 4px;
    border-top-right-radius:4px 4px;
} /* 鼠标在链接上 */ 
.menu li a:active {
    color:deepskyblue;
    background-color:#b200ff;
    font-weight:bold;
} /* 点击激活链接——在你点击该链接之后，页面正在转向新地址的时候，链接显示此颜色；当你已经到了要链接的页面，然后再返回，原页面上的此链接仍是此颜色 */ 
.p_content{
    width:100%;
    height:680px;
    background-color:#ffffff;
    margin:0px;
}
.p_footer{
    position:relative;
    margin:0px;
    width:100%;
    height:60px;
    background-color:#0094ff;
}
.p_footer ul{
    margin:0px;
    width:100%;
    list-style:none;
}
.p_footer ul li{
    display:block;
    text-align:center;
    color:ghostwhite;
    font-weight:bold;
    margin-top:2px;
}
.p_imgrotate{
    width:100%;
    height:280px;
    margin:0px;
}

.imgzoomin{
    position:relative;
    z-index:3;
    left:80px;
    margin-left:10px;
    float:left;
    top:-30px;
}
.imgzoomin img{
    width:90px;
    height:26px;
    border:1px solid #808080;
}

.p_maincontent{
    position:relative;
    width:100%;
    height:auto;
    margin:0px;
}

.p_codeCheckPage{
    min-height:680px;
    padding:45px 0;
    background:linear-gradient(to bottom, #f8fcff 0%, #ffffff 55%, #eef8ff 100%);
}

.p_codeCheck{
    position:relative;
    width:90%;
    min-height:180px;
    margin:0 auto 30px;
    padding:32px 5%;
    border:1px solid #cfe9f9;
    border-radius:10px;
    box-shadow:0 12px 28px rgba(0, 110, 180, 0.08);
    background-color:rgba(255,255,255,0.96);
    font-family:Arial ,'Microsoft YaHei';
    font-size:1em;
    color:#000;
    box-sizing:border-box;
}
.p_codeCheck lable{
    display:block;
    font-family:'Microsoft YaHei';
    font-size:1.45em;
    line-height:1.6;
    color:#0094ff;
    margin-bottom:22px;
}
.p_codeCheckBody{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.p_codeCheckForm{
    flex:1;
}
.p_codeCheck #txt_code,
.p_codeCheck #txt_code_new{
    width:68%;
    height:35px;
    padding:0 12px;
    border:1px solid deepskyblue;
    border-radius:4px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.4em;
    font-weight:600;
    color:#808080;
    box-sizing:border-box;
}
.p_codeCheck #goQuery,
.p_codeCheck #goQueryNew{
    width:14%;
    height:40px;
    margin-left:12px;
    background-color:#0094ff;
    border:1px solid deepskyblue;
    border-radius:4px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.1em;
    color:#ffffff;
    cursor:pointer;
}
.p_codeCheck #goQuery:hover,
.p_codeCheck #goQueryNew:hover{
    background-color:#007dd8;
}
.p_codeCheck .checkResult,
.p_codeCheck .checkResultNew{
    display:block;
    width:100%;
    height:auto;
    margin-top:24px;
    font-family:'Microsoft YaHei';
    font-size:1.2em;
    line-height:1.7;
    color:#ff6a00;
}
.p_codeCheckImage{
    width:240px;
    min-width:240px;
    text-align:center;
}
.p_codeCheckImage img{
    max-width:100%;
    max-height:160px;
    display:block;
    margin:0 auto;
}
.p_codeCheckNew{
    border-left:6px solid #1fb6ff;
}
.p_codeCheckOld{
    border-left:6px solid #ff9f43;
}
.ayt_stories{
    background:url('Image/aytyeas2.jpg') no-repeat;
    width: 100%; 
    height:680px; 
    opacity: 0.75;
    position:absolute;
    top:0px;
}
.ayt_py{
    width:15%;
    height:40%;
    border-radius:4px 4px 4px 4px; 
    box-shadow:#000000 3px 3px 15px;
    opacity:0.35;
    position:absolute;
    z-index:10;
    top:5%;
    cursor:pointer;
    display:block;
}
#y2005{
    /*background-color:#ffd800;*/
    left:2%;
}
#y2008{
    left:19%;
}
#y2012{
    left:40%;
}
#y2015{
    left:60%;
}
#future{
    left:80%;
}
