body {
    background: #f7f8f9;
}
body, ul, input, button, p, textarea, select {
    color: #333;
    padding: 0px;
    border: 0px;
    outline: none;
    margin: 0px;
   
}

.w1000 {
    width: 1200px;
    margin: 0 auto;
	clear:both;
	padding: 10px 0;
}
#place {
    background: #ffffff;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    margin: 3px 0;
    position: relative;
    border-bottom: 1px dashed #ddd;
    font-size: 18px;

}
h1, h2, h3, h4 {
    font-family: "Microsoft YaHei";
    font-weight: normal;
}
#place span {
    position: absolute;
    right: 0;
    font-size: 14px;
    padding-right: 10px;
}
a {
    color: #444;
    text-decoration: none;
}

.cert_list{
	background: #f7f8f9;
	width: 1200px;
	margin: 0 auto;
	height: 300px;
    padding-bottom: 20px;
}
.cert_hot{
	background: #f7f8f9;
	width: 930px;
	margin: 0 auto;
	height: 300px;
    padding-bottom: 20px;
}
.navs {
  background: #fff;
  box-shadow: 0px 0px 5px #ddd;
  padding: 20px 0;
  text-align: left;
  width: 1200px;
  margin: 5px auto 20px;
}
.navs .li {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.navs .li:last-child {
  border: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.navs span {
  width: 110px;
  padding: 0px 0px 0px 10px;
  margin-right: 20px;
  line-height: 30px;
}
.navs span .txt {
  border-right: 1px solid #999;
  padding-right: 10px;
  font-size: 14px;
}
.navs .list {
  flex: 1;
}
.navs .cert-categories {
  flex: 1;
  position: relative;
}
.navs .cert-categories .list {
  height: 60px;
  overflow-y: hidden;
}
.navs .cert-categories .expand {
  height: auto !important;
}
.navs .cert-categories .more {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  margin: 0;
  font-size: 14px;
  color: #145ae7;
  cursor: pointer;
}
.navs span:before {
  margin-right: 10px;
  color: #e32;
  font-weight: bold;
  font-size: 18px;
  float: left;
}
.navs a {
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
  margin: 0px 35px 10px 0px;
}
.navs a:hover,
.navs .slt {
  color: #e32;
}

.cert_list .boxl {
  width: 930px;
  float: left;
  padding: 0px 0px 0px;
}
.cert_list .boxl .list {
  overflow: hidden;
}
.cert_list .boxl .list li {
  width: 220px;
  float: left;
  margin: 10px 8px 20px 5px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  text-align: left;
}
.cert_list .boxl .list li img {
  height: 140px;
  width: 100%;
      border-radius: 8px;
}
.cert_list .boxl .list li .d1 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align:center;
}
.cert_list .boxl .list li .d2 {
  margin: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
}
.cert_list .boxl .list li .d2 i {
  font-size: 12px;
  background: #eee;
  color: #666;
  border-radius: 10px;
  margin-right: 5px;
  padding: 2px 10px;
}
.cert_list .boxl .list li .d3 {
  padding: 10px;
  font-size: 14px;
  color: #999;
  height: auto;
}
.cert_list .boxl .list li .d3 i {
  color: #e32;
  margin-right: 20px;
}
.cert_list .boxl .list li .d4 {
  font-size: 14px;
}
.cert_list .boxl li:hover {
  position: relative;
  /* top: -2px; */
  /* left: -2px; */
}
.cert_list .boxl .list li:nth-child(4n) {
  margin-right: 0px;
}

.zk1200{
	width: 1200px;
    margin: 10px auto;
}
.w1200_boxr {
  width: 250px;
  float: right;
  box-sizing: border-box;
}
.w1200_boxr .call {
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.w1200_boxr .call .link {
  display: flex;
  margin: 0px 0px 20px;
}
.w1200_boxr .call .link .ift {
  border: 1px solid #e32;
  color: #e32;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  font-size: 54px;
  line-height: 50px;
}
.w1200_boxr .call .link .ift:hover {
  background: #e32;
  color: #fff;
  transition: all 0.5s;
}
.w1200_boxr .call .link >div {
  text-align: left;
  margin-left: 20px;
}
.w1200_boxr .call .link >div span {
  color: #999;
  font-size: 14px;
  line-height: 26px;
}
.w1200_boxr .call .link >div p {
  font-size: 18px;
}
.w1200_boxr .call .bt_kf {
  border: 1px solid #e32;
  font-size: 20px;
  width: 80%;
  border-radius: 40px;
  color: #e32;
  background: #fff;
  line-height: 40px;
}
.w1200_boxr .call .bt_kf:hover {
  background: #E32;
  color: #fff;
  transition: all 0.5s;
}
.w1200_boxr .zsbm {
  margin: 0px;
  padding: 0px 10px 20px;
  background: #fff;
  margin-bottom: 20px;
}
.w1200_boxr .zsbm .top {
  width: 100%;
  margin: 20px 0px;
}
.w1200_boxr .zsbm .in {
  width: 100%;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 0px 10px;
  box-sizing: border-box;
}
.w1200_boxr .zsbm .sub {
  width: 100%;
  background: #e32;
  color: #fff;
  line-height: 40px;
  border-radius: 5px;
}
.w1200_boxr .zsbm .sub:hover {
  position: relative;
  top: -2px;
  left: -2px;
}
.w1200_boxr .rmkz {
  padding: 20px 10px;
  background: #fff;
  margin-bottom: 20px;
}
.w1200_boxr .rmkz .title {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
}
.w1200_boxr .rmkz img {
  width: 100%;
}
.w1200_boxr .rmkz img:hover {
  position: relative;
  left: -2px;
  top: -2px;
}
.w1200_boxr .rmkz .txt {
  margin: 10px 0px 20px;
  text-align: left;
}
.w1200_boxr .ads a {
  display: block;
  font-size: 0px;
  margin-bottom: 20px;
}
.w1200_boxr .ads img {
  width: 100%;
}
.w1200_boxr .label {
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.w1200_boxr .label .title_1 {
  padding: 0px;
}
.w1200_boxr .label .list {
  text-align: left;
  overflow: hidden;
}
.w1200_boxr .label .list a {
  background: #e32;
  color: #fff;
  padding: 2px 5px;
  font-size: 13px;
  border-radius: 3px;
  float: left;
  margin: 5px 5px 0px 0px;
  white-space: nowrap;
}

/**详情页**/
.box1 {
  display: flex;
  margin-bottom: 25px;
  background: #fff;
  padding-bottom: 20px;
  width: 1200px;
    margin: 0 auto;
}
.box1 .img {
  width: 590px;
  /* height: 375px; */
  margin-right: 40px;
}
.box1 .right {
  flex: 1;
  text-align: left;
  width: 530px;
  padding: 20px 20px;
}
.box1 .right .dd {
  margin: 10px 0px 10px;
}
.box1 .right .shuzi {
  font-size:22px;
}
.box1 .right .dd::before {
  margin-right: 10px;
}
.box1 .right .dd:nth-child(1) {
  font-size: 22px;
  line-height: 22px;
  margin: 0px 0px 20px;
}
.box1 .right .dd:nth-child(1) span {
  font-size: 14px;
  color: #999;
  float: right;
}
.box1 .right .dd:nth-child(3) {
  color: #666;
	font-size: 15px;
}
.box1 .right .dd:nth-child(3):before {
  color: #26b;
  font-size: 16px;
}
.box1 .right .dd:nth-child(4) {
  color: #666;
	font-size: 15px;
}
.box1 .right .dd:nth-child(4):before {
  color: #f40;
  font-size: 16px;
}
.box1 .right .dd:nth-child(5){
	color: #666;
	font-size: 15px;
}
.box1 .right .dd:nth-child(5) span {
	border: 1px solid #0080FF;
    color: #0080C0;
    padding: 0 12px;
	height:30px;
    line-height: 30px;
    margin-right: 10px;
	font-family: system-ui;  
}
.box1 .right .dd:nth-child(6) i {
  font-size: 14px;
  background: #eee;
  color: #666;
  border-radius: 10px;
  margin-right: 10px;
  padding: 2px 13px;
}
.box1 .right .dd:nth-child(8) {
  font-size: 22px;
  background: #fff3f3;
  color: #e32;
  padding: 5px 10px;
  margin: 20px 0px 30px;
}
.box1 .right .dd:nth-child(9) button {
  font-size: 16px;
  padding: 15px 35px;
  background: #e32;
  color: #fff;
  border-radius: 5px;
  margin-right: 20px;
}
.box1 .right .dd:nth-child(9) button:nth-child(2) {
  background: #fff;
  color: #e32;
  border: 1px solid #e32;
}
.box1 .right .dd:nth-child(9) button:nth-child(3) {
  background: #fff;
  color: #37f;
  border: 1px solid #37f;
  position: relative;
}
.box1 .right .dd:nth-child(9) button:nth-child(3) img {
  position: absolute;
  left: -20px;
  bottom: 60px;
  width: 150px;
  height: 150px;
  display: none;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  border-radius: 10px;
}
.box1 .right .dd:nth-child(9) button:hover {
  position: relative;
  top: -1px;
  left: -1px;
}
.box1 .right .dd:nth-child(9) button:hover img {
  display: block;
}

#bm_scroller{
    height: 40px;overflow: hidden;
}
#bm_scroller .item{
    overflow: hidden;
}

#bm_scroller .item img,#bm_scroller .item .info{
    float: left;
}
#bm_scroller .item img {
    width: 40px;height: 40px;display: inline-block;margin-right: 20px;border-radius: 20px;background-color: #88b5c5;
}

#bm_scroller .item .info{
    padding-top: 10px;
}


#bm_scroller .item .info span{
    font-size: 16px;display: inline-block;margin-right: 10px;color: #333333;
}

#bm_scroller .item .info .date{
    color: #fc6464;
}

.boxl {
  width: 930px;
  background: #FFF;
  padding: 100px 30px 0px;
  float: left;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
}
.boxl .tab {
  border-bottom: 1px solid #ddd;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 30px;
}
.boxl .tab .lii {
  font-size: 24px;
  display: inline-block;
  margin-right: 80px;
  padding-bottom: 10px;
  cursor: pointer;
  margin-left: 20px;
}
.boxl .tab .select {
  font-weight: bold;
  border-bottom: 4px solid #e32;
}
.boxl .lch {
  width: 100%; 
  font-size: 16px;
}
.boxl .lch .title_1 {
  padding: 10px 0px;
  margin-bottom: 10px;
  font-size: 24px;
  text-align: left;
}
.boxl .lch img {
  display: block;
  margin: 0px auto;
}
.boxl .lch img[src$='icon_txt.gif'] {
  display: none;
}
.boxl .downlogin a {
  border-bottom: 1px solid #444;
  margin-left: 20px;
}
.boxl .kzdt {
  width: 100%;
  height: 143px;
  position: relative;
  overflow: hidden;
}
.boxl .kzdt .item_box {
  width: 2000%;
  overflow: hidden;
  position: absolute;
}
.boxl .kzdt .item_box .li {
  float: left;
  width: 209px;
  height: 100%;
  padding-right: 20px;
}
.boxl .kzdt .item_box .li img {
  width: 100%;
  height: 100%;
}
.boxl .comments .title {
  font-size: 24px;
}
.boxl .comments .in {
  width: 95%;
  border: 1px solid #ddd;
  margin: 10px 0px;
  padding: 10px;
  height: 100px;
  font-size: 16px;
}
.boxl .comments .sub {
  background: #e32;
  color: #fff;
  padding: 8px 40px;
  border-radius: 5px;
  font-size: 20px;
  margin-bottom: 30px;
}
.boxl .comments .get {
  border-radius: 5px;
  border: 1px solid #e32;
  color: #e32;
  padding: 10px 0px;
  width: 150px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.boxl .comments .get:active {
  background: #eee;
}
.boxl .comments .dd {
  display: flex;
  overflow: hidden;
  margin: 10px 0px 20px;
}
.boxl .comments .dd .l {
  width: 44px;
  height: 44px;
  margin-right: 25px;
  border-radius: 44px;
}
.boxl .comments .dd .r {
  flex: 1;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.boxl .comments .dd .r .star {
  color: #f60;
  margin-bottom: 10px;
}
.boxl .comments .dd .r .star .ift {
  margin-right: 10px;
  color: #f60;
}
.boxl .comments .dd .r .txt {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 10px;
}
.boxl .comments .dd .r .time {
  color: #999;
  font-size: 14px;
}
.det_boxr {
  width: 250px;
  float: right;
  box-sizing: border-box;
}
.det_boxr .call {
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.det_boxr .call .link {
  display: flex;
  margin: 0px 0px 20px;
}
.det_boxr .call .link .ift {
  border: 1px solid #e32;
  color: #e32;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  font-size: 54px;
  line-height: 50px;
}
.det_boxr .call .link .ift:hover {
  background: #e32;
  color: #fff;
  transition: all 0.5s;
}
.det_boxr .call .link >div {
  text-align: left;
  margin-left: 20px;
}
.det_boxr .call .link >div span {
  color: #999;
  font-size: 14px;
  line-height: 26px;
}
.det_boxr .call .link >div p {
  font-size: 18px;
}
.det_boxr .call .bt_kf {
  border: 1px solid #e32;
  font-size: 20px;
  width: 80%;
  border-radius: 40px;
  color: #e32;
  background: #fff;
  line-height: 40px;
}
.det_boxr .call .bt_kf:hover {
  background: #E32;
  color: #fff;
  transition: all 0.5s;
}
.det_boxr .zsbm {
  margin: 0px;
  padding: 0px 10px 20px;
  background: #fff;
  margin-bottom: 20px;
}
.det_boxr .zsbm .top {
  width: 100%;
  margin: 20px 0px;
}
.det_boxr .zsbm .in {
  width: 100%;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 0px 10px;
  box-sizing: border-box;
}
.det_boxr .zsbm .inn {
  height: 40px;
}

.det_boxr .zsbm .sub {
  width: 100%;
  background: #e32;
  color: #fff;
  line-height: 40px;
  border-radius: 5px;
}
.det_boxr .zsbm .sub:hover {
  position: relative;
  top: -2px;
  left: -2px;
}
.det_boxr .rmkz {
  padding: 10px 5px 5px;
  background: #fff;
  margin-bottom: 20px;
}
.det_boxr .rmkz .title {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 0 5px;
}
.det_boxr .rmkz img {
  width: 100%;
}
.det_boxr .rmkz img:hover {
  position: relative;
  left: -2px;
  top: -2px;
}
.det_boxr .rmkz .txt {
  margin: 10px 0px 20px;
  text-align: left;
  font-size:18px;
}
.det_boxr .ads a {
  display: block;
  font-size: 0px;
  margin-bottom: 20px;
}
.det_boxr .ads img {
  width: 100%;
}
.det_boxr .label {
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.det_boxr .label .title_1 {
  padding: 0px;
}
.det_boxr .label .list {
  text-align: left;
  overflow: hidden;
}
.det_boxr .label .list a {
  background: #e32;
  color: #fff;
  padding: 2px 5px;
  font-size: 13px;
  border-radius: 3px;
  float: left;
  margin: 5px 5px 0px 0px;
  white-space: nowrap;
}
.next {
	width: 100%;
    text-align: left;
    margin: 10px 0px;
    background: #fff;
    /* padding: 20px 0px; */
    display: flex;
	font-size:18px;
}
.next a {
    display: inline-block;
    flex: 1;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.next a i {
    color: #e32;
}

.question .det .ds {
  box-shadow: 0px 0px 10px #ddd;
  padding: 20px 0px 20px 0px;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: left;
  overflow: hidden;
  background: #fff;
}
.question .det .ds .title {
  border-left: 5px solid #e32;
  padding-left: 20px;
  font-weight: bold;
  font-size: 20px;
  text-align:left;
}
.question .det .ds .title a {
  float: right;
  color: #555;
  margin-right: 30px;
}
.question .det .search .box {
  padding: 20px;
}
.question .det .ul_1 {
  display: flex;
  padding: 20px;
}
.question .det .ul_1 a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f8f8;
  margin: 0px 20px;
  padding: 20px 0px;
  color: #555;
  position: relative;
}
.question .det .ul_1 a img {
  margin-right: 20px;
}
.question .det .ul_1 a i {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 80px;
  height: 80px;
  background: url('../images/zxlx_v.png') no-repeat;
  background-size: cover;
}
.question .det .ul_1 a:hover {
  position: relative;
  top: -2px;
  left: -2px;
}
.question .det .ul_2 {
  padding: 20px 0px 20px 30px;
}
.question .det .ul_2 a {
  margin-right: 26px;
  display: inline-block;
}
.question .det .ul_2 a:hover img {
  position: relative;
  left: -2px;
  top: -2px;
}
.question .det .ul_2 a:nth-child(4) {
  margin-right: 0px;
}
.question .det .ul_2 img {
  width: 260px;
  height: 180px;
}
.question .det .ul_2 p {
  line-height: 30px;
}
.question .det .ul_3 {
  padding: 20px 30px;
  overflow: hidden;
}
.question .det .ul_3 a {
  display: block;
  float: left;
  color: #555;
  width: 50%;
  line-height: 30px;
  margin-bottom: 20px;
}
.question .det .ul_3 a::before {
  color: #e32;
  margin-right: 10px;
  font-size: 20px;
  float: left;
}
.question .det .ul_3 b {
  float: right;
  border: 1px solid #e32;
  color: #e32;
  border-radius: 5px;
  padding: 0px 10px;
  margin-right: 20px;
}
.question .det .ul_3 a:nth-child(2n) b {
  margin-right: 0px;
}
.question .det .ul_3 a:hover b {
  background: #e32;
  color: #fff;
  transition: all 0.5s;
}
.question .det .ul_3 i {
  float: right;
  line-height: 30px;
  margin-right: 20px;
}
.question .det .ul_4 {
  padding: 20px 30px 0;
}
.question .det .ul_4 a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 20px;
  color: #555;
  border-bottom: 1px solid #ddd;
  line-height: 30px;
  padding-bottom: 10px;
}
.question .det .ul_4 a::before {
  color: #e32;
  margin-right: 10px;
  font-size: 20px;
  float: left;
}
.question .det .ul_4 a:hover b {
  background: #e32;
  color: #fff;
  transition: all 0.5s;
}
.question .det .ul_4 b {
  float: right;
  border: 1px solid #e32;
  color: #e32;
  border-radius: 5px;
  padding: 0px 10px;
}

/**fanye**/
.lc-pagination {
  text-align: center;
}
.lc-pagination ul {
  display: inline-block;
  list-style: none;
  overflow: hidden;
  margin: 20px 0;
}
.lc-pagination ul li {
  display: inline-block;
  float: left;
  margin: 0 10px;
  font-size: 16px;
}
.lc-pagination ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #e32;
  border-radius: 4px;
  color: #e32;
  background-color: white;
}
.lc-pagination ul li i {
  padding-top: 8px;
  display: inline-block;
}
.lc-pagination ul li a:hover,
.lc-pagination ul li.active a {
  background-color: #e32;
  color: white;
}

/**news**/
.select2 {
    font-weight: bold;
    border-bottom: 4px solid #e32;
	width: 80px;
    margin-left: 15px;
}
.title_1 {
    font-size: 20px;
    padding: 20px 0px 10px ;
    text-align: left;
}
.new_be {
    background: #fff;
    /* margin: 20px 0px; */
    /* padding: 0px 20px; */
    overflow: hidden;
}
.new_be .title_1 {
    /* padding: 20px 0px 10px ; */
}
.list_1 {
  overflow: hidden;
  margin: 0px 0px;
  padding: 0px 20px;
}
.list_1 li {
  width: 48%;
  float: left;
  line-height: 40px;
  text-align: left;
  font-size: 16px;
}
.list_1 li a{
    overflow: hidden;
    width: 370px;
    float: left;
    white-space: nowrap;
}
.list_1 li span {
  color: #999;
  float: right;
}
.list_1 li a:hover {
  color: #e32;
}
.list_1 li:nth-child(even) {
  float: right;
}

.boxl {
  width: 930px;
  float: left;
}
.boxl .det {
  background: #fff;
  padding: 20px 25px 30px 25px;
}
.boxl .title {
  font-size: 20px;
  font-weight: bold;
  text-align:center;
}
.boxl .info {
  font-size: 14px;
  color: #999;
  margin: 20px 0px;
  display: flex;
}
.boxl .info span {
  flex: 1;
}
.boxl .link {
  color: #999;
  text-align: center;
    font-size: 18px;
}
.boxl .link a {
  margin: 0px 10px;
  color: #999;
  text-decoration: underline;
}
.boxl .baiming {
  text-align:center;
  font-size: 16px;
}
.boxl .baiming a{
  color: #fb5a5a;
  display: inline-block;margin-right: 10px;border: 1px solid #fb5a5a;border-radius: 2px;padding: 2px 8px
}
.boxl .detail {
  text-align: left;
  text-indent: 2em;
  margin: 40px 0px 20px;
  font-size: 16px;
}
.boxl .detail p {
  line-height: 30px;
  letter-spacing: 1px;
}
.boxl .detail img {
  padding: 20px 0;
  width: 80%;
}
.boxl .dd {
  display: flex;
  margin-bottom: 20px;
  background: #FFF;
  padding: 20px;
}
.boxl .dd .img {
  width: 315px;
  max-height: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 30px;
}
.boxl .dd .img img {
  width: 100%;
  height: 100%;
}
.boxl .dd .r {
  flex: 1;
  text-align: left;
}
.boxl .dd .r .d1 {
  font-size: 18px;
  font-weight: bold;
}
.boxl .dd .r .d2 {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  max-height: 125px;
  overflow: hidden;
  margin-bottom: 25px;
}
.boxl .dd .r .d33 {
  font-size: 14px;
  position: relative;
}
.boxl .dd .r .d33 span {
  margin-right: 30px;
  color: #888;
}
.boxl .dd .r .d33 button {
  float: right;
  cursor: pointer;
  color: #e32;
  font-size: 16px;
  border: 1px solid #e32;
  padding: 8px 20px;
  border-radius: 10px;
  position: absolute;
  right: 0px;
  top: -15px;
}
.boxl .dd:hover button {
  background: #e32;
  color: #fff !important;
  transition: all 0.5s;
}
.boxl .boxl {
  overflow: hidden;
  margin: 20px 0px;
  padding: 0px;
}
/**xueli**/
/*子栏目*/

.sub_nav {

	height: 50px;

	background: #e8e8e8;

}

.sub_nav ul {

}

.sub_nav li {

	float: left;

}

.sub_nav span {

	line-height: 50px;

	font-size: 18px;
	font-weight: bold;

	text-align: center;

	border-top: solid 3px #e8e8e8;

	display: block;

	padding: 0 25px;

}

.sub_nav li a {

	line-height: 50px;

	font-size: 16px;

	text-align: center;

	border-top: solid 3px #e8e8e8;

	display: block;

	padding: 0 25px;

}

.sub_nav li a:hover {

	color: #f60;

}

.sub_nav li.currclass a {

	background: #fff;

	border-top: solid 3px #f60;

	color: #f30;

}
.neirong {
	line-height: 24px;
    margin: 10px 10px;
    box-sizing: border-box;
    /* margin: 0px; */
    color: rgb(12, 41, 55);
    font-family: "Microsoft Yahei";
    font-size: 16px;
	text-indent: 24px;
}