* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
}

.content-width {
  width: 1200px;
}

.mcontainer {
  /*保证footer是相对于container位置绝对定位*/
  position: relative;
  width: 100%;
  min-width: 1366px;
  min-height: 100%;
  /*设置padding-bottom值大于等于footer的height值，以保证main的内容能够全部显示出来而不被footer遮盖；*/
  padding-bottom: 130px;
  /* padding-top: 60px; */
  box-sizing: border-box;
  /* background: #FAFAFA; */
  background: url(../images/nanbao/bodybg.jpg) no-repeat center top;
}


/***top****************/

.logoLi {
  position: relative;
  width: 1200px;
  height: 125px;
  background: url(../images/nanbao/logo.png) no-repeat left center;
}

.log-title {
  margin-left: 100px;
  width: 455px;
  height: 120px;
}

.logoSpan1 {
  font-family: 微软雅黑;
  font-size: 34px;
  font-weight: bold;
  color: #1660bc;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#4ba3e4), to(#083d8f));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 50px;
  margin-top: 25px;
}

.logoSpan2 {
  font-family: 微软雅黑;
  font-size: 14px;
  color: #1660bc;
  text-align: center;
  line-height: 20px;
}

.logoLi .user-bar {
    width: 500px;
	padding-top: 25px;
	height: 120px;
	position: absolute;
	top: 0;
	right: 0;
}




.head-box {
  width: 100%;
  /* padding: 10px 0;
  background: #fff; */
}

.main-box {
  width: 100%;
  min-height: 200px;
  background: #FAFAFA;
}

.foot-box {
  width: 100%;
  height: 130px;
  /* footer的高度一定要是固定值*/
  position: absolute;
  bottom: 0px;
  left: 0px;
}

/** header *******************************************/
.fl {
  float: left;
}

.fr {
  float: right;
}
.nav-btn-group {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}


.times1 {
  font-size: 12px;
  color: #525a63;
}

.times1 a {
  font-size: 12px;
  color: #525a63;
  margin-left: 35px;
  text-decoration: none;
}

.times1 a:hover {
  font-size: 12px;
  color: #09438a;
  text-decoration: none;
}

.search {
  width: 100%;
  height: 32px;
}
.box1 {
  width: 262px;
  height: 30px;
  border: #839fc8 solid 1px;
}

.sl {
  width: 210px;
  height: 100%;
}

.sl img {
  padding-top: 2px;
  padding-left: 5px;
}

.sl span {
  color: #525a63;
  padding-left: 10px;
}

.sr {
  width: 50px;
  height: 100%;
  background: #083d8f;
}

.sr a {
  font-size: 12px;
  color: #FFF;
  font-family: "微软雅黑";
  line-height: 30px;
  padding-left: 12px;
}

.box2 {
  width: 87px;
  height: 100%;
  background: #083d8f;
}

.box2 a {
  font-size: 12px;
  color: #FFF;
  font-family: "微软雅黑";
  line-height: 30px;
  padding-left: 10px;
  text-decoration: none;
}

#keyword {
  height: 30px;
  line-height: 30px;
  width: 210px;
  padding-left: 30px;
  font-size: 15px;
  background: url(../images/nanbao/search.png) no-repeat 3px 5px;
  border: 1px solid #393D49;
}

#keyword:focus {
  border: 1px solid #FF5722;
}

.searchBtn {
  width: 50px;
  height: 30px;
  border: none;
  color: #fff;
  background: #083d8f;
}

.searchBtn:hover {
  color: #000;
  cursor: pointer;
  background: #009688;
}

#advSearchBtn {
  width: 87px;
  height: 35px;
  border: none;
  color: #fff;
  background: #083d8f;
  font-size: 12px;
}

#advSearchBtn:hover {
  color: #000;
  cursor: pointer;
  height: 35px;
  background: #009688;
}

.navs {
  width: 100%;
  height: 38px;
  background: url(../images/nanbao/nav_bg.png);
  text-align: center;
}

.navs ul {
  list-style: none;
}

.navs>ul {
  width: 1200px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  margin: 0 auto;
  padding: 0 auto;
  z-index: 99;
}

.navs>ul>li>a,
.navsLi>ul>li>a {
  font-weight: bold;
  display: block;
  color: #FFF;
  transition: 600ms;
  font-size: 15px;
  width: 165px;
  text-decoration: none;
}

.navs>ul>li>a:hover {
  color: #0064FF;
}

.navsLi>ul {
  background: #073a7b;
  display: none;
  position: absolute;
  z-index: 20;
}

.navsLi>ul>li {
  float: none;
}

.navsLi>ul>li>a:hover {
  background: #E3F3F9;
  color: #0064FF;
}

.navsUl>li {
  display: inline-block;
}

/*菜单选中样式*/
.selectMenu {
  background: #FFF;
  color: #032a57 !important;
}

/* #commom_head .head-right a{
    text-decoration: none;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    color: black;
} */
/** header end*******************************************/

.crumb-color {
  background-color: #3A97E0;
}

.breadcrumb .white-color {
  color: #fff;
}

/** footer ******************************************/
#common_foot {
  width: 100%;
  height: 130px;
  background: #28292D;
  position: relative;
}

#common_foot .foot-content {
  height: 86px;
  width: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#common_foot .foot-text {
  text-align: center;
  padding: 5px 0;
}

#common_foot .foot-text a,
span {
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  color: #919194;
  line-height: 20px;
}

#common_foot .foot-text span:hover {
  cursor: default;
}

#common_foot .foot-text .none-padding {
  padding: 0;
}

#common_foot .foot-text .left-ten {
  padding: 0 0 0 10px;
}

/** footer end******************************************/

.breadcrumb {
  background-color: transparent !important;
}

.icon-color {
  color: inherit !important;
}

.banner-box {
  position: relative;
  height:120px;
}

.logoLi .count-box {
  position: absolute;
  top: 160px;
  left: 0;
  height: 120px;
  z-index: 9;
}

.logoLi .count-box .count-title {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #FAFAFA;
  font-size: 40px;
  line-height: 2em;
}

.logoLi .count-box .count-detail {
  width: 1200px;
  text-align: center;
  color: #FAFAFA;
  font-size: 16px;
}

.logoLi .count-box .count-detail .number-text {
  font-size: 20px;
  font-weight: bold;
  color: #FFA500;
  padding: 0;
}

.maillogin {
	text-decoration: underline!important;
}
.maillogin:hover {
	text-decoration: underline!important;
	transform: scale(1.2,1.2);
}