#top{
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    /* height: 760px;  */
    height: 660px; 
    text-align: center;
    z-index: 3;
}
#topCon{
    width: 100%;
    min-width: 1300px;
    height: 112px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.06);
    background: #fff;
}
#topBg{
    width: 100%;
    min-width: 1300px;
    height: 141px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(27, 27, 27, 0.6) 43%, rgba(84, 84, 84, 0) 100%);
}
#top01{ height: 40px; line-height: 40px;}
#top01L{
    color: rgba(255,255,255,0.8);
}
#top01R{
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
    cursor: pointer;
}
#top01R a{
    color: #fff;
    opacity: 0.8;
}
#bodycon #top01L{
    color: #666666;
    opacity: 0.8;
}
#bodycon #top01R{color:#999}
#bodycon #top01R a{
    font-size: 14px;
    color: #999;
}
#top01R img,#bodycon #top01R img{ width: 26px; height: 26px;}
#top01R a:hover{ opacity: 1;}
#topLine{ width: 100%; min-width: 1300px; height: 1px; background: rgba(255,255,255,0.4);}
#topLineCon{ width: 100%; height: 1px; background: #EFEFF0;}
#top02{ height: 100px;}
#bodycon #top02{ height: 72px;}
#logo{ width: 148px; height: 45px; margin: 14px 80px 0 0;}
#topNav{
    margin-top: 24px;
    width: auto;
    height: 32px;
    line-height: 32px;
}
#topNav li{ margin-right: 40px;float: left;}
#topNav li:last-child{ margin-right: 0;}
#topNav li a{
    font-size: 18px;
    color: #fff;
    opacity: 0.7;
}
#bodycon #topNav li a{ color: #666666;}
#topNav li a:hover,#topNav li#active a{ opacity: 1;}
#dropMore{ position: relative;}
.downMenu {
    width: 116px;
    min-height: 92px;
    background: rgba(255,255,255,0.8);
    border-radius: 4px;
    border: none;
    min-width: 116px;
    left:-33px;
    display: none;
    top: 32px;
    position: absolute;
    padding: 14px 0;
    text-align: center;
    z-index: 4;
}
#bodycon .downMenu {background: rgba(255,255,255,1);}
#dropMore:hover .downMenu{ display: block!important;}

#topNav li .downMenu a{
    font-size: 14px;
    line-height: 32px;
    color: #666;
    cursor: pointer;
    display: block;
}
#topNav li .downMenu a:hover{  background:none; color: #008CD6;}
#bodycon #topNav li .downMenu a:hover{ color: #008CD6;}
#topSearch{
    width: auto;
    height: 32px;
    background: rgba(255,255,255,0.3);
    border-radius: 16px;
    padding: 0 16px;
    font-size: 14px;
    position: relative;
}
#topSearchImg{ width: 16px; height: 16px; background: url(../images/iconSearch.png); margin-right: 2px;}
#topSelect{ color:#008CD6;width: 50px;
margin: 0 10px;
position: relative;
height: 30px;
font-size: 12px;
cursor: pointer;
}
#topSelectOption{
    width: 50px;
    height: 120px;
    position: absolute;
    left: -5px;
    top: 30px;
    background: rgba(255,255,255,0.9);
    border-radius: 3px;
    z-index: 4;
}
#topSelectOption span{
    width: 50px;
    height: 30px;
    padding-left: 12px;
    line-height: 30px;
    display: block;
    cursor: pointer;
}
#topSelectOption span:hover{ color: #444;}
#topSelect option{ margin: 5px 0;}
.widthLong{ width: 190px!important;}
#topSearch input { color: rgba(255,255,255,1); width: 46px; background: none; outline: none; display: block; height: 32px; line-height: 32px;}
#topSearch input::-webkit-input-placeholder{ color: rgba(255,255,255,0.3); width: 50px;}
#topSearch input:-moz-placeholder{ color: rgba(255,255,255,0.3); width: 50px;}
#topSearch input::-moz-placeholder{ color: rgba(255,255,255,0.3); width: 50px;}
#topSearch input:-ms-input-placeholder{ color: rgba(255,255,255,0.3); width: 50px;}
#bodycon #topSearch{background: rgba(0,140,214,0.3)}
#bodycon #topSearchImg{background: url(../images/iconSearchBlue.png);}
#bodycon #topSearch input { color: #008CD6;}
#bodycon #topSearch input::-webkit-input-placeholder{ color: #008CD6;}
#bodycon #topSearch input:-moz-placeholder{ color: #008CD6;}
#bodycon #topSearch input::-moz-placeholder{ color: #008CD6;}
#bodycon #topSearch input:-ms-input-placeholder{ color: #008CD6;}
#downSearch{
    position: absolute;
    left: 0;
    top: 32px;
    width: 237px;
    background: rgba(255,255,255,0.8);
    border-radius: 8px;
    padding: 10px 0 10px 30px;
    display: none;
}
#bodycon #downSearch{background: rgba(255,255,255,1);}
#downSearch button{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    cursor: pointer;
    display: block;
    background: none;
    width: 100%;
    text-align: left;
}
#downSearch button:hover{
    color: #008CD6;
}
#top02R{
    margin-top: 18px;
    width: 122px;
    height: 38px;
    background: #008CD6;
    border-radius: 19px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
    display: block;
}
#top02R:hover,#topAreaBut:hover{ background: #067dc9;}

/* 底部 */
.bot{
    width: 100%;
    min-width: 1300px;
    height: 221px;
    background: #1C1C1C;
    border-bottom: 1px solid #707070;
}
.botL{
    width: 234px;
    height: 70px;
    margin-top: 61px;
}
.botC{
    width: 600px;
    height: 220px;
    padding-top: 50px;
    display: flex;
}
.botC ul{
    margin-right: 60px;
}
.botC ul li.botCTitle{
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 3px;
}
.botC ul li a {
    font-size: 12px;
    line-height: 28px;
    color: #ccc;
}
.botR{
    width: 123px;
    height: 123px;
    margin-top: 34px;
}
.copyRight{
    width: 100%;
    min-width: 1300px;
    height: 58px;
    background: #1C1C1C;
    font-size: 14px;
    color: #CCCCCC;
    line-height: 58px;
    text-align: center;
}
#seachResult{
    text-align: left;
 width: 1200px;
 margin: 0 auto;
 margin-top: 20px;
 font-size: 16px;
 color: gray;
 margin-bottom: -20px;
}
#seachResultH2{
    text-align: center; width:100%; font-size: 20px; color: #333; margin-top: 20px;
}