* { margin: 0; padding: 0;border: 0;}
 body {font-size: 16px; font-family:"微软雅黑";color: #393939; background: #fff;}
.topRight{color: #666;font-size: 14px;}
a{text-decoration: none;}

.niha{color: #666;font-size: 14px;padding-top: 3px}
.tuobu{background: #ebebeb;border-bottom: 1px solid #d9d9d9;box-shadow: 0 1px 0px #f2f2f2;}
.headTop {width: 100%;}
.niha {color: #666;font-size: 14px;line-height: 35px;}
.topnav{
    padding-top: 3px;
}
.topnav li {color: #666;float: left;list-style: none;}
.topnav li a {margin: 0 10px;float: left;font-size: 14px;color: #1d71b7;line-height: 35px;text-decoration: none;}
.topnav li span{width: 1px;height: 12px;border-left: solid 1px #a4a4a4;margin-top: 11px;float: left;}

.weixin{
    position: relative;
}
.weixin::after{
    content: url(/assets/img/weixin.png);
    position: absolute;
    right: 75px;
    top: 42px;
    z-index: 99;
    width: 0px;
    height: 0px;
    border: 5px solid #0095ba;
    border-radius: 4px;
    transform-origin: top right;
    transform: scale(0);
    opacity: 0;
    transition: all .4s ease-in-out;
}
.weixin:hover::after {
    transform: scale(1);
    opacity: 1;
}
.searchCn{
    padding-left: 330px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*height: 57px;*/
}

.m_search {
    height: 28px;
    overflow: hidden;
    clear: both;
    line-height: 28px;
    margin-top: 9px;
    border-radius: 50px;
    background: #fafafa;
    width: 230px;
    border: 1px solid #D6D7DA;
}
.m_search1{  height: 28px;
    overflow: hidden;
    clear: both;
    line-height: 28px;
    margin-top: 9px;
    border-radius: 50px;
    background: #fafafa;
    width: 230px;
    border: 1px solid #D6D7DA}
.m_search input,.m_search1 input {
    border: none;
    height: 29px;
    line-height: 29px;
    width: 185px;
    margin-left: 8px;    background: #FAFAFA;
}
input, select, textarea {
    outline: 0;
}
 .m_search #submitS,.m_search1 #submitS{
    float: right;
    margin-top: 4.5px;
    margin-right: 10px;
} 


 .navbar-nav a{padding: 5px 12px;text-align: center; text-decoration: none; color: #fff;font-size: 18px;font-weight: bold;}
 .navbar-nav a:hover,.yidong a:hover,#shouji a:hover{color: #fff;}
 .navbar-top{background: #1d71b7;}
 .yidong a{padding: 0 4px; text-decoration: none; font-size: 17px;font-weight: bold;color: #fff;}
 #shouji a{text-decoration: none;color: #fff;font-size: 17px;font-weight: bold;padding: 0 4px;}
 .cont a{text-decoration: none;font-size: 16px;font-family: "微软雅黑";color: #DB2D44;line-height: 35px;}

 