@charset "utf-8";
/* CSS Document */
body > div{margin-right:auto;margin-left:auto; }
body,div,ul,ol,ul,li,ol,dl,dd,dt,form,span,p,textarea{margin:0;padding:0;list-style:none;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
input{padding-top:0;padding-bottom:0;}
input::-moz-focus-inner{border:none;padding:0;}
select,input{vertical-align:middle;}
select,input,textarea{font-size:12px;margin:0;}
input[type="text"],input[type="password"],textarea{outline-style:none;-webkit-appearance:none;}
textarea{resize:none;}
table{border-collapse:collapse;border-spacing:0;}
th,td{font-size:12px;padding:0}
img,a img{border:0;margin:0;padding:0;}
img{border:none;}
a{outline-style:none;color:#015293;text-decoration:none}
a:hover{color:#025194;text-decoration:none;}
.clearfix:after {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix{zoom:1;}
.clear{clear:both; height:0; font-size:0;overflow:hidden;}
.auto{margin-left:auto;margin-right:auto;}
.fl{float:left;}
.fr{float:right;}
.left {
    float: left;
}
.right{float: right;}
.show{display:block!important;}
.hide{display:none!important;}
.topName{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.topName_left span:first-child{
    font-size: 34px;
    font-weight: bold;
    line-height: 60px;
    display: block;
    color: rgb(0,0,0);
}
.topName_left span:last-child{
    font-size: 13px;
    display: block;
    color: rgb(0,0,0);
    text-indent: 4px;
}
.topName_right .login{
    font-size: 20px;
    color: rgb(51,51,51);
    margin-top: 14px;
    text-align: right;
}
.topName_right .login span:not(:nth-child(2)){
    cursor: pointer;
}
.topName_right .login span:nth-child(2){
    padding: 0 11px;
}
.hotline{
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 16px;
    color: rgb(51,51,51);
    margin-top: 14px;
    margin-left: 24px;
}
.hotline img{
    width: 18px;
    height: 20px;
    margin-right: 12px;
}
.hotline span span{
    color: rgb(0,77,156);
    font-size: 16px;
}
.nav{
    width: calc(100% - calc(50% - 600px)*2);
    height: 64px;
    background: rgb(0,77,156);
    padding: 0 calc(50% - 600px);
    position: relative;
}
.nav_list{
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.nav_list li a{
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
    line-height: 64px;
    color: rgb(255,255,255);
    cursor: pointer;
    display: block;
}
.nav_list li:first-child{
    padding: 0;
}
.nav_list li:not(:nth-child(1)):hover{
    background: rgba(255,255,255,0.7);
    cursor: pointer;
    color: rgb(0,77,156)!important;
}
.nav_login{
    width: 180px;
    height: 64px;
    background: rgb(0,122,191);
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_list li:not(:nth-child(1)):hover a{
    color: rgb(0,77,156)!important;
}
.nav_list li:not(:nth-child(1)):hover a::after{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: rgb(0,77,156);
    position: absolute;
    top: 0;
    left: 0;
}

.act{
    color: rgb(0,77,156)!important;
    background: rgb(179,202,225);
    position: relative;
}
.act::after{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: rgb(0,77,156);
    position: absolute;
    top: 0;
    left: 0;
}
.nav_login img{
    width: 33px;
    height: 33px;
    margin-right: 10px;
}
.nav_dl{
    width: 101px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: rgb(255,255,255);
}
.glyh a{
    display: block;
}
.glyh_nav{
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: rgba(245,245,245,0.7);
    color: rgb(0,77,156);
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 10;
    box-shadow: 0px 8px 10px rgba(0,0,0,.3);
}
.glyh_nav a{
    font-size: 18px;
    font-weight: bold;
    color: rgb(0,77,156);
    cursor: pointer;
}
.glyh_nav a:hover{
    color: rgb(0,77,156);
}
.glyh_nav a:last-child{
    margin-left: 20px;
}
.glyh_box{
    width: 540px;
    margin: auto;
    padding-left: 660px;
}

.glyh_act{
    display: block;
}