* { margin: 0; padding: 0;}
 body {font-size: 16px; font-family:"微软雅黑";color: #393939; background: #fff;overflow-x: hidden}

 .topRight{color: #666;font-size: 14px;}
 .niha{color: #666;font-size: 16px;}
 .tuobu{background: #ebebeb;border-bottom: 1px solid #d9d9d9;box-shadow: 0 1px 0px #f2f2f2;}
 .headTop {width: 120%;}
 .niha {color: #666;font-size: 16px;line-height: 42px;}
 .topnav li {color: #666;float: left;list-style: none;}
 .topnav li a {margin: 0 10px; color: #3c5d2b;float: left;font-size: 14px;text-decoration: none;line-height: 35px;}
 .topnav li span{width: 1px;height: 12px;border-left: solid 1px #a4a4a4;margin-top: 11px;float: left;}


.weixin{
    position: relative;
}
.weixin::after{
    content: url(../images/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: 400px !important;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*height: 50px;*/
}
 .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 25px; 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: #3c5d2b;}
 .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;}
