* { margin: 0; padding: 0;}
 body {font-size: 16px; font-family:"Î¢ÈíÑÅºÚ";color: #393939; background: #fff;}
 a{text-decoration: none;}

 .topRight{color: #666;font-size: 14px;}
/*.niha{color: #666;font-size: 14px;display: flex; justify-content: space-between;}*/
.toubu{background: #ebebeb;border-bottom: 1px solid #d9d9d9;box-shadow: 0 1px 0px #f2f2f2;}
.headTop {width: 114%;}
.niha {color: #666;font-size: 14px;line-height: 35px;}
.topnav li {color: #666;float: left;list-style: none;}
.topnav li a {margin: 0 10px;float: left;font-size: 14px;line-height: 35px;color: #127fb2;text-decoration: underline;}
.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;
}

.first{display: flex;justify-content: space-between;justify-content: center;}
.m_search {
   height: 28px;
   overflow: hidden;
   clear: both;
   line-height: 28px;
   margin-top: 9px;
   border-radius: 5px;
   background: #fafafa;
   width: 330px;
   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;
}
.niha {color: #666;font-size: 14px;line-height: 35px;}

 .navbar-nav a{padding: 5px 16px; text-decoration: none; color: #fff;font-size: 18px;font-weight: bold;}
 .navbar-top{background: #E27D72;margin-top: -15px;}
.navbar-nav a:hover,.yidong a:hover,#shouji a:hover{color: #fff;}
.yidong a{padding: 0 5px; 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;}
.nav-top {
   text-align: center;
   margin-bottom: 0;
   padding: 8px;
}
.nav-top a{
   font-size: 18px;
   font-weight: bold;
   color: #e27e73;
padding-right: 15px;
}