@charset "utf-8";

html {
  min-width: 1180px;
}

body {
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #333;
  background: #ebf2f7;
}

* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  color: #333;
}

img {
  border: none;
}

/*div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}*/

input {
  border: none;
  background: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.oh {
  overflow: hidden;
}

.clear {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

table {
  border-collapse: collapse;
}

th,
  td {
    text-align: left;
  }

/*顶部栏*/
.zhong {
  width: 1180px;
  min-width: 1180px;
  margin: 0 auto;
}

.bg {
  background-image: url(../images/bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.top {
  width: 100%;
  height: 28px;
  background: #d4e4ef73;
}

.top span {
  height: 28px;
  line-height: 28px;
  color: #666;
  margin-right: 30px;
}

.top .time {
  height: 28px;
  line-height: 28px;
  color: #666;
}

.logo_search {
  width: 100%;
  height: 200px;
}

.logo_search .logo {
  margin-top: 50px;
  margin-left: 200px;
}

.logo_search .logo img {
  height: 100px;
}

.logo_search .search {
  width: 300px;
  height: 40px;
  margin-top: 80px;
}

.logo_search .search .inp {
  width: 218px;
  height: 38px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #bf3131;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 20px;
  color: #666;
}

.logo_search .search .sub {
  width: 60px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #bf3131;
  border-right: 1px solid #bf3131;
  border-bottom: 1px solid #bf3131;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
}

.nav {
  width: 1180px;
  min-width: 1180px;
  height: 60px;
  background: #bf3131;
  margin: 0 auto;
}

.nav li a {
  width: 130px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.nav li a img {
  height: 20px;
  vertical-align: middle;
}

.nav li a:hover {
  background: #631812;
}

/*底部栏*/
.footer {
  width: 100%;
  height: 180px;
  padding: 25px 0;
  background: #bf3131;
}

.footer ul {
  text-align: center;
}

.footer ul li a {
  height: 24px;
  line-height: 24px;
}

.footer ul li span {
  width: 5px;
  height: 24px;
  margin: 0 10px;
  color: #FFFFFF;
}

.footer p {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
}

.footer a {
  color: #FFFFFF;
}

.footer a:hover {
  text-decoration: underline;
}

/*右侧快捷栏*/
.sidebar {
  width: 60px;
  height: 410px;
  position: fixed;
  right: 100px;
  top: 50%;
  margin-top: -135px;

}

.sidebar ul li {
  width: 60px;
  height: 60px;
  margin-top: 10px;
  background: #FFFFFF;
  border: 1px solid #bf3131;
  border-radius: 8px;
  position: relative;
}

.sidebar ul li img {
  width: 35px;
  height: 30px;
  margin: 5px auto 0;
  display: block;
}

.sidebar ul li span {
  width: 60px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: block;
}

.sidebar ul li div {
  display: none;
  width: 110px;
  border: 1px solid #bf3131;
  background: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: -115px;
}

.sidebar ul li div img {
  width: 100px;
  height: 100px;
  margin: 5px auto 0;
}

.sidebar ul li div span {
  width: 100%;
  height: 24px;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

.sidebar ul li:hover div {
  display: block;
}

.sidebar .back-top {
  display: none;
}

/*内容*/
.ld_main{width: 1180px;height: auto;margin:auto;background-color: #fff; padding-bottom: 40px;}
.ld_top{width:1080px;height: 53px;padding: 0 20px;line-height: 53px;color: #777; margin:auto;}
.ld_top a{float: left;color: #777;font-size: 14px;}
.ld_top a:hover{color: #c00;}
.ld_top .sp2{float: left;margin:0 9px;}
.ld_top .sp1{float: left;margin-left: 5px;}
.ld_top img{float: left;margin-top:15px;}
.ld_content{width: 1078px;min-height:792px;border:1px solid #dcdcdc;margin:auto;padding:20px 0;overflow:hidden;}
.ld_fl{width: 199px;padding: 0 19px 0 20px;min-height:733px;border-right: 1px solid #ddd;float: left;}
.ld_fr{width: 800px;padding: 0 19px 0 20px;float: left;font-size: 16px;height: auto;}
.ld_main .a_title{color: #bf3131;font-size: 18px;display: block;padding-bottom: 11px;border-bottom: 1px solid #ddd;margin-bottom: 10px;}
.ld_ld{display: block;width: 199px;height: 45px;border-radius: 3px;line-height:45px;font-size:18px;
margin-bottom: 10px;cursor: pointer;}
.ld_ac1{background-color: #d95959;color: #fff;}
.ld_ld img{float: left;margin-left: 20px;margin-top: 15px;}
.ld_active{background-color:#bf3131;color: #fff; }
.ld_ld .img2{display: block;}
.ld_ld .img3{display: none;}
.ld_active .img2{display: none;}
.ld_active .img3{display: block;}
.ld_erji .ld_active2{background-color: #e9b4b4;border-top: 1px solid #bf3131;}

.ld_ld span{float: left;margin-left:10px;}
.ld_ld .img2{margin-top:20px;float: right;margin-right: 20px;}
.ld_ld .img3{margin-top:20px;float: right;margin-right: 20px;}
.ld_erji a{display: block;width: 199px;height:34px;border-radius: 3px;background-color: #eee;line-height:35px;font-size:18px;
margin-bottom:5px;border-top: 1px solid #eee;}
.ld_erji a .sp1{float: left;margin-left: 20px;color:#222;}
.ld_erji a .sp2{float: right;margin-right: 20px;font-size: 16px;color: #666;}

.ld_jieshao{margin-top:37px;}
.ld_jieshao .pho{float: left;width: 163px;height: 203px;margin-left: 60px;margin-right: 40px;}
.ld_jieshao .jie{float: right;width: 537px;}
.ld_jieshao .jie .p1{font-size: 24px;font-weight: bold;color: #333;margin-top: 10px;margin-bottom: 40px;}
.ld_jieshao .jie .sp1{display: block;text-align: justify;font-size: 16px;float: left;width: 72px;height: 31px;line-height: 31px;padding: 0 14px;background-color: #eee;color: #bf3131;}
.ld_jieshao .jie .sp1 span{display: inline-block;padding-left: 100%;}
.ld_jieshao .jie .sp2{float: left;margin-left: 11px;width: 400px;font-size: 18px;line-height: 30px;}
.ld_jieshao .jie .p2{height:31px;margin-bottom: 10px;}
.ld_tt{position: relative;font-size: 18px;border-bottom: 1px solid #ddd;padding-bottom: 7px;height: 60px;}
.ld_tt span{color:#bf3131;border-bottom: 1px solid #bf3131;position: absolute;bottom: -1px;line-height: 38px;}
.ld_nei p{font-size: 16px;color: #333;line-height: 36px;}