/* 通用 */
body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
  font-size: 16px;
}
a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
i {
  display: inline-block;
}
.inner {
  position: relative;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.wrap {
  position: relative;
}
/* 头部header 开始 */
.header {
  font-family: '新宋体', Arial, Helvetica, sans-serif;
  font-size: 14px;
  /* navs*/
}
.header div {
  box-sizing: content-box;
}
.header .top {
  margin: auto;
  width: 1080px;
  height: 110px;
  font-size: 12px;
}
.header .top .TopLogo {
  float: left;
  width: 800px;
  height: 110px;
}
.header .top .TopInfo {
  float: left;
  width: 280px;
  height: 110px;
}
.header .top .TopInfo .toptopnav {
  height: 20px;
  line-height: 26px;
  text-align: right;
  padding-bottom: 19px;
  color: #336598;
}
.header .top .TopInfo .toptopnav a {
  color: #336598;
}
.header .top .TopInfo .telephone {
  height: 20px;
  line-height: 20px;
}
.header .top .TopInfo .telephone .telephone_title {
  float: right;
  color: #336598;
}
.header .top .TopInfo .telephone .telephone_num {
  float: right;
  font-family: Tahoma;
  font-size: 18px;
  color: #ff6600;
  padding-left: 10px;
}
.header .top .TopInfo .juhaoyongTopSearchClass {
  text-align: right;
  height: 20px;
  line-height: 20px;
  padding-top: 10px;
}
.header .SearchBar {
  padding-top: 10px;
}
.header .SearchBar input,
.header .SearchBar textarea {
  font-family: '新宋体', Arial, Helvetica, sans-serif;
}
.header .SearchBar #search-text {
  width: 130px;
  padding: 0px 5px;
  border: 1px solid #336598;
  background: #ffffff;
  margin: 0px;
  color: #336598;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
  position: relative;
  right: -5.5px;
}
.header .SearchBar #search-submit {
  border: none;
  background: #336598;
  font-size: 12px;
  color: #ffffff;
  height: 25px;
  margin: 0px;
  cursor: pointer;
  width: 30px;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 25px;
}
.header #NavLink {
  width: 100%;
  min-width: 1080px;
  height: 50px;
  margin: auto;
}
.header #NavLink .NavBG {
  height: 50px;
  width: 100%;
  min-width: 1080px;
  background: url(../images/nav_bg1.gif) bottom repeat-x;
  position: absolute;
  z-index: 100;
}
.header #NavLink #sddm {
  width: 1080px;
  margin: auto;
  z-index: 30;
}
.header #NavLink #sddm li {
  float: left;
  font-weight: bold;
  font-size: 16px;
}
.header #NavLink #sddm .CurrentLi a {
  background: none;
}
.header #NavLink #sddm li a {
  display: block;
  width: 129px;
  color: #ffffff;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 11px;
  padding-bottom: 12px;
  height: 27px;
  line-height: 27px;
}
.header #NavLink #sddm li a:hover {
  text-decoration: none;
  background: #265687;
  color: #ffffff;
}
.header #NavLink #sddm div {
  position: absolute;
  visibility: hidden;
  padding: 0px 0px;
}
.header #NavLink #sddm div a {
  position: relative;
  padding: 0px 3px;
  text-align: center;
  background: #265687;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  line-height: 30px;
  height: 30px;
  border-top: 1px solid #ffffff;
}
.header #NavLink #sddm div .juhaoyong_second_menu_class {
  border-top: none;
}
.header #NavLink #sddm div a:hover {
  background: #38699b;
}
/* 头部header 结束 */
/* 底部footer 开始 */
#footer {
  font-family: '新宋体', Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 100%;
  min-width: 1080px;
  height: 100%;
  padding-bottom: 20px;
  font-size: 12px;
  color: #191919;
}
#footer a {
  color: #191919;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .inner {
  margin: auto;
  width: 100%;
  min-width: 1080px;
  line-height: 23px;
  text-align: center;
}
#footer .inner .BottomNav {
  width: 100%;
  min-width: 1080px;
  margin: auto;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background-image: url(../images/jhyBottomNav.gif);
}
#footer .inner .BottomNav a {
  color: #ffffff;
  padding: 0px 10px;
}
#footer .HeightTab {
  height: 10px;
  width: 1px;
  overflow: hidden;
}
/* 底部footer 结束 */
