/*mobile样式*/
.new_login{
   position: absolute;   
   right: 53px;    
   width: 30px;   
   top: 8px;
}
/* 强制换行 */
body{
    word-break: break-all;
}
/* 上边框圆角 */
.bjsz-top-radius {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* 颜色 */
.bjsz-dark-red {
  background: #a8393e;
  color: #fff;
}
.bjsz-light-orange {
  background: #ff9339;
  color: #fff;
}
.bjsz-light-gray {
  background: #c2c2c2;
  color: #fff;
}
.bjsz-dark-gray {
  background: #e4dada;
  color: #858585;
}

.hm-search-text.default_search {
  color: #999;
}

.bjsz-transform {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}
/* 图标 */
.bjsz-icon {
  display: inline-block;
  vertical-align: middle;
}
/* 输入框 */
.bjsz-input {
  width: 228px;
  height: 30px;
  padding: 0 30px 0 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
/* 按钮 */
.bjsz-dark-gray-btn {
  background: #e4dada;
  color: #858585;
  display: inline-block;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
}
.bjsz-dark-gray-btn.search-btn {
  border-radius: 3px;
}
.bjsz-light-gray-btn {
  background: #c2c2c2;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  min-width: 96px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bjsz-light-gray-btn:hover,
.bjsz-light-gray-btn.active {
  background: #ff9339;
  color: #fff;
}
.bjsz-dark-gray-btn {
  background: #e4dada;
  color: #858585;
  display: inline-block;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  min-width: 96px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bjsz-dark-gray-btn.active {
  background: #a8393e;
  color: #fff;
}
/* placeholder 设置 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
/* header */
header,
footer {
  width: 100%;
  margin: auto;
}
.bjsz-main {
  max-width: 1440px;
  margin: auto;
}
.bjsz-login-wrap {
  height: 30px;
  line-height: 30px;
  background: #900c12;
}
.bjsz-login {
  width: 242px;
  background: #0e1124;
  color: white;
}
.bjsz-logout {
  width: 290px;
  background: #0e1124;
  color: white;
  text-align: center;
}
.bjsz-login a {
  color: white;
}

.navigation-wrap {
  position: relative;
  /* line-height: 80px; */
  background: url(/template/pc/skin/css/header-bg.png) 0 0 repeat;
}
.navigation-wrap .nav-collapse {
  margin-left: 20px;
  height: 80px;
  z-index:100;
}
.navigation-wrap .navigation-list {
  display: inline-block;
}
.navigation-list a {
  font-size: 15px;
  color: #0e1124;
}
.navigation-wrap .navigation-list li {
  position: relative;
  line-height: 30px;
  float: left;
  margin: 40px 10px 0 10px;
}
.navigation-wrap .navigation-list .navigation-active {
  color: #9e2c31;
}
.navigation-wrap .navigation-list a:hover {
  color: #9e2c31;
}
.navigation-link {
  display: inline-block;
  line-height: 110px;
 margin-right: 15px;
  background: url(/template/pc/skin/css/header-bg-home.png) 0 0 no-repeat;
}
.navigation-link a {
  color: #666;
  margin-right: 14px;
}
.navigation-link a:hover {
  color: #9e2c31;
}
.navigation-link a:first-child {
  margin-right: 20px;
}

.navigation-list .bjsz-sub-nav {
  display: none;
  position: absolute;
  top: 30px;
  left: -26px;
  width: 110px;
  z-index: 10;
}
.navigation-list > li:hover .bjsz-sub-nav {
  display: block;
}
.navigation-list .bjsz-sub-nav li {
  margin: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #fef7ea;
  text-align: center;
}
.navigation-list .bjsz-sub-nav a {
  font-size: 14px;
  color: #333;
}
.navigation-list .bjsz-sub-nav li:hover a {
  color: #9e2c31;
}
.login-img {
  margin: 15px 5px 5px 30px;
  width: 300px;
}
.login-img-home {
  position: absolute;
  right: 15px;
}

/* banner */
.bjsz-banner img{
	max-width:100%;
}
.fx-left-ulinner {
  margin-left: -32px;
}

/* footer */
.footer-links {
  background: #900c12;
  height: 30px;
  line-height: 30px;
}
.footer-links a {
  margin: 0 5px;
  color: #fff;
}
/* wrapper */
.bjsz-wrapper {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
  outline: none;
}
.bjsz-wrapper * {
  box-sizing: border-box;
  outline: none;
}
.bjsz-wrapper *::before,
.bjsz-wrapper *::after {
  box-sizing: border-box;
  outline: none;
}
.bjsz-notes {
  position: relative;
  padding: 10px 80px 10px 10px;
  width: 327px;
  height: 170px;
  border: 1px solid #ccc;
}
.bjsz-notes .bjsz-note-tip {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 75px solid #a8393e;
  border-left: 75px solid transparent;
}
.bjsz-notes .bjsz-note-tip span {
  position: absolute;
  top: -60px;
  right: 4px;
  width: 38px;
  text-align: center;
  color: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}
.bjsz-note .bjsz-note-title {
  margin-bottom: 10px;
  font-size: 20px;
  color: #a8393e;
}
.bjsz-note li a {
  overflow: hidden;
  display: block;
  width: 100%;
  line-height: 28px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.bjsz-note li a::before {
  margin-right: 5px;
  content: '>>';
  color: #a8393e;
  font-size: 10px;
  font-weight: 600;
}
.bjsz-note li a:hover {
  color: #a8393e;
}
.bjsz-search-box {
  margin: 15px 0;
}
.bjsz-search {
  position: relative;
  display: inline-block;
}
.bjsz-search .bjsz-icon-search {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: url(/template/pc/skin/img/search.png) no-repeat;
}
.bjsz-tabs .bjsz-more {
  color: #999;
}
.bjsz-tabs .bjsz-tab-contents {
  padding: 10px 0;
}
.bjsz-tabs-xsgz {
  width: 845px;
}
.bjsz-tabs-xsgz .bjsz-tab-titles {
  border-bottom: 2px solid #ff9339;
}
.bjsz-tabs-xsgz .bjsz-more:hover {
  color: #ff9339;
}
.bjsz-tabs-szdj {
  width: 405px;
  height: 200px;
}
.bjsz-tabs-szdj .bjsz-tab-titles {
  border-bottom: 2px solid #a8393e;
}
.bjsz-tabs-szdj .bjsz-more:hover {
  color: #a8393e;
}
.no-xw-txt {
  margin: 35px auto;
  width: 100%;
  color: #999;
  text-align: center;
  font-size: 14px !important;
}
.ul-wrap li.no-xw-txt::after {
  background: transparent;
}
.web-hide{
	display:none;
}

/*登录*/
#logout_div a{
	color:white;
	margin:0 5px;
}
.dl_main{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background:url(/template/pc/skin/img/bodypng.png) repeat;
	_background:url(/template/pc/skin/img/bodypng_ie6.png) repeat;
}
.dl_l{
	position:absolute;
	background:url(/template/pc/skin/img/login.jpg) no-repeat; 
	text-align: center; 
	width:370px;
	height:500px;
	top:35%;
	left:48%;
	margin:-128px 0 0 -178px;
	_margin:260px 0 0 -160px;
}
.dl_top {
	border-bottom: 1px solid #dfdfdf;
	margin: 0 30px;
}
.dl_l img{
	padding: 10px 17px 12px 17px; 
	height: 108px; 
}
.dl_top a{
	display:block;
	width:16px;
	height:16px;
	background:url(/template/pc/skin/img/close.png) no-repeat;
	position:absolute;
	right:10px;
	top:10px;
}
.dl_div{
	width:259px;
	margin:0 auto;
}
.dl_r_font{
	font-size:17px;
	font-family:"微软雅黑";
	color:#333;
	padding-top:15px;
	padding-bottom:10px; 
	color:#5CACEE;
}
.login_input ul li span {
	display:block;
	width:257px;
	height:32px;
	border:1px solid #cccccc;
	margin-top:15px;
}
.login_input ul li .yzf_input {
	width:118px;
	float:left;
}
.login_input ul li .yzf_input input {
	width:70px;
}
.login_input ul li span em {
	display:block;
	font-style:normal;
	width:16px;
	height:16px;
	float:left;
}
.login_input ul li span input {
	margin-top:5px;
	width:200px;
	background:#fff;
	border:1px solid #fff;
	color:#a9a9a9;
}
.login_input ul li span .use_icon{
	background:url(/template/pc/skin/img/admin.png) no-repeat;
	margin:8px 7px 0px 9px;
}
.login_input ul li span .password_icon{
	background:url(/template/pc/skin/img/password.png) no-repeat;
	margin:8px 7px 0px 9px;
}
.login_input ul li .password_li{
	margin-left:24px;
	margin-top:15px;
	float:left;
	background:none;
}
.login_ok{
	width:257px;
	height:32px;
	background:#5CACEE;
	color:#fff;
	font-family:"微软雅黑";
	font-size:15px;
	border:1px solid #63b8ff;
	margin-top:15px;
}

.sec-news ul li {
	position: relative;
	width: 965px;
	height: 40px;
	line-height: 40px;
	color: #333;
}

.sec-news ul li a {
	display: inline-block;
}
.no-margin{
	margin:0;
}
.dots{
	margin:0;
}
.bgsz-gg-more {
	position: absolute;
    right: 10px;
    bottom: 10px;
    color: #999;
}
.bgsz-gg-more:hover {
	color: #a8393e;
}

.no-note-txt {
    margin: 40px 10px 10px 30px;
    width: 100%;
    color: #999;
    text-align: center;
    font-size: 14px;
}

.bjsz-notes.orange .bjsz-note-tip {
	border-top: 75px solid #ff9339;
}
.orange .bjsz-note .bjsz-note-title {
	color: #666;
}


/* 手端样式 */
@media screen and (max-width: 767px) {
  html,
  body,
  .bjsz-main,
  header,
  .navigation-wrap {
    width: 100%;
  }
  header,
  footer {
    width: 100%;
  }
  .bg {
    background: #f3f0e7;
  }
  .navigation-wrap .navigation-list .navigation-active {
    background: #852829;
    color: #fff;
  }
  .navigation-wrap {
    position: relative;
    margin-top: 0px;
    line-height: 20px;
  }
  .navigation-wrap img {
    width: 50px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .navigation-wrap .navigation-list li {
    margin: 0;
    line-height: 30px;
  }
  .navigation-wrap .navigation-list a:hover {
    background: #852829;
    color: #fff;
  }
  .navigation-list a {
    width: 100%;
    display: inline-block;
    color: #fff;
  }
  .nav-collapse {
    height: 80px;
    position: relative;
    float: right;
    top: 20px;
  }
  .toggle-nav {
    width: 32px;
    height: 24px;
    display: block;
    background: #e5e5e5;
    line-height: 5px;
    text-align: center;
    margin-bottom: 5px;
    padding: 3px;
    border-radius: 4px;
  }
  .navigation-wrap .toggle-active + ul {
    display: block;
  }
  .navigation-list > li:hover .phone-hidden {
	  display: none;
	}
  
  .toggle-active .toggle-nav {
    background: #ccc;
  }
  .header-mask-wrap{
  	position:fixed;
  	width:100%;
  	height:100%;
  	background:rgba(0,0,0,.5);
  	z-index:100;
  	display:none;
  }
  .mask-active{
  	display:block;
  }
  .toggle-nav span {
    display: inline-block;
    margin-bottom: 3px;
    width: 20px;
    height: 2px;
    background: #f5f5f5;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  .navigation-wrap .navigation-list {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 100;
    width: 160px;
    /* background: olive; */
    background: #993233;
  }
  .navigation-wrap .navigation-list li {
    width: 100%;
    text-align: center;
  }
  .bjsz-banner img {
    width: 100%;
  }
  .no-xw-txt {
    margin: 0 auto;
  }
  .phone-hide {
    display: none;
  }
  .web-hide{
    display:block;
  }
  .footer {
    margin-top: -20px;
    padding: 25px 0;
    background: -moz-linear-gradient(top,#f3f0e7,#fff,#fcfcfa,#f1ede4,#dfd4c2);
    background: -webkit-linear-gradient(top,#f3f0e7,#fff,#fcfcfa,#f1ede4,#dfd4c2);
    background: -o-linear-gradient(top,#f3f0e7,#fff,#fcfcfa,#f1ede4,#dfd4c2);
  }

}


