body{
    font-size: 12px;
    font-family: "微软雅黑";min-width:1418px;word-wrap:break-word;word-break:break-all;
}
body,p,ul,li,div,img{
    margin:0;
    padding:0;}
img{
    border: none;
}
ul,li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.clear{clear: both;}
/*头部*/
.header{position: relative;}
.header-banner{
    height: auto;
}
.header-top{
    width: 100%;
    height: 110px;
    background: rgba(18,121,181,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E51279B5,endColorstr=#E51279B5);
    position: absolute;
    top: 0;
}
.logo,.nav,.footer{
    width: 1124px;
    margin: 0 auto;
}
.logo{
    overflow: hidden;
    height: auto;
    padding-top: 10px;
    font-size: 12px;
}
.logo>img{
    margin-left: 15px;
    float: left;
}
.logo a{
    color: #fff;
}
.logo-letter{
    float: right;
}
.logo-letter>p{
    width: 300px;
}
.logo-letter>p>a{
    display: inline-block;
    width: 52px;
    height: 45px;
    text-align: center;
}
.logo-dean{
    margin: 0 18px;
}
.logo-letter img{
    margin-bottom: 10px;
    margin-top: 2px;
}
.logo-letter span{
    display: inline-block
}
.logo-letter a:hover>span,.logo-list a:hover{
    color: orange;
}
.logo-lastp{
    margin-top: 20px;
    position: relative;
	width:200px;
}
.logo-lastp .span{
    background: #168eea;
    height: 20px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.logo-search{width:130px;position: relative;}
.input-img{
    width: 16px;
    height: 14px;
    background:#168eea;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding:3px 7px;
    position: absolute;
    right: 0;
    top: 0;
    }
.input{
    width: 90px;
    height: 18px;
    border: 1px solid #aaa;
    outline: none;
    background: none;
    color: #fff;
    padding:0;
    padding-left: 8px;
	float:left;
}

.logo-language{width: 60px; float:right;}


.logo-list{
    float: right;
    height: 50px;
    border-right:1px solid #168eea ;
    margin-right: 15px;
}
.logo-list>a{
    line-height: 50px;
    margin-right: 23px;
}
/*导航*/
.nav-bg{width: 100%;background: #1279b5;}
.nav{
    height: 71px;
    font-size: 16px;
}
.nav>ul>li{
    float: left;
    position: relative;
}
.nav>ul>li>a{
    padding: 0 23px;
    line-height: 71px;
    color: #fff;
}
.nav>ul>li:hover>a{
    color: orange;
}
.nav>ul>li>a.first{
    padding-left: 0;
}
.nav>ul>li>a.life{
    padding-right: 0;
}
.nav>ul>li>.hide,.nav>ul>li>.hided{
    display: none;
    width: 408px;
    height: auto;
    z-index: 100;
    border-left:1px solid #006EAE;
    border-right:1px solid #006EAE;
    border-bottom:1px solid #006EAE;
    background: #1177bb;
    filter: alpha(opacity=70);
    opacity: 0.9;
}
.nav>ul>li>.hide{
    position: absolute;
    top: 71px;
    z-index:9999;
}
.nav>ul>li>.hided{
    position: absolute;
    top: 71px;
}
.hide>ul>li,.hided>ul>li{
    line-height: 36px;
    /*border-right: 1px dashed #aaa;*/
    /*border-bottom: 1px dashed #aaa;*/
    width: 135px;
    text-align: center;
    /*background: #3381af;*/    
}
.hide>ul>li{
    float: left;
}
.hided>ul>li{
    float: right;
}
.hide>ul>li>a,.hided>ul>li>a{
    color: #fff;
}
.hide>ul>li:hover>a,.hided>ul>li:hover>a{
    color: orange;
}
/*底部*/
.footer{
    padding-bottom: 52px;
    color: #999999;
    overflow: hidden;
    height: auto;
}
.footer>.firstimg{
    margin: 40px 46px 0 4px;
    display: block;
    float: left;
}
.footer>div{
    margin-top: 33px;
    width: 520px;
    float: left;
}
.footer>div>p{
    line-height: 24px;
}
.footer>div>p>span{
    margin-right:15px;
}
.footer>.lastimages{
    display: block;
    float: right;
    margin-top: 30px;
}
.sj{float:left!important;width:250px!important;text-align:left;font-size:12px; color:#999!important;}