/* CSS Document */
.mb20 {
  margin-bottom: 20px;
}
.list_container {
  width: 1300px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.bk_left {
  float: left;
  width: 930px;
  background-color: #fff;
}
.bk_left .a_title {
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  padding:20px 40px 20px;
}
.bk_left .other_list {
  padding-bottom: 30px;
}
.bk_left .other_list .item {
  padding: 30px 40px;
  background-color: #fff;
  border-top: 1px solid #f3f4f8;
  transition: .4s;
}
.bk_left .other_list .item:hover {
  background-color: #f3f4f8;
}
.bk_left .other_list .tl {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #333;
  margin-bottom: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bk_left .other_list .tl a {
  color: #333;
  transition: .4s;
}
.bk_left .other_list .tl a:hover {
  color: #ff7b2b;
  text-decoration: underline;
}
.bk_left .other_list .desc {
  line-height: 21px;
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
}
.bk_left .other_list .desc a {
  color: #2fa9ff;
}
.bk_left .other_list .info {
  color: #bfbfbf;
  font-size: 12px;
}
.bk_left .other_list .nor {
  margin-right: 48px;
}
/*专题*/
.bk_left .bkzt_list {
  padding: 0 40px;
}
.bkzt_list .item {
  margin-bottom: 30px;
}
.bkzt_list .img-box {
  position: relative;
  z-index: 1;
  float: left;
  width: 280px;
  height: 166px;
  background-color: #fff;
  border-radius: 1px;
  margin-right: 40px;
  overflow: hidden;
}
.bkzt_list .img-box .img {
  width: 100%;
  transition: .4s;
}
.bkzt_list .bl {
  display: block;
  padding-top: 2px;
}
.bkzt_list .tl {
  font-size: 18px;
  color: #3b85ff;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bkzt_list .tl a {
  color: #3b85ff;
  transition: .4s;
}
.bkzt_list .list {
  padding-right: 40px;
  padding-bottom: 6px;
}
.bkzt_list .list .atem {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 8px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bkzt_list .list .atem a {
  color: #333;
  transition: .4s;
}
.bkzt_list .list .atem a:hover {
  color: #ff7b2b;
}
.bkzt_list .desc {
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.fl {
  float: left;
}
.bkzt_list .getIn {
  width: 124px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #6cac36;
  color: #6cac36;
  transition: .4s;
  box-sizing: border-box;
  float: right;
}
.bkzt_list .getIn .rr {
  margin-left: 5px;
  transition: .4s;
}
.bkzt_list .getIn:hover {
  background-color: #6cac36;
  box-shadow: 0px 7px 21px 0px rgb(108 172 54 / 35%);
  color: #fff;
  text-decoration: none;
}
.bk_right {
  float: right;
  width: 350px;
}
.bk_right .right_nor {
  position: relative;
  background-color: #fff;
  padding: 0 20px;
}
.bk_right .right_nor .title {
  line-height: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding-top: 24px;
  padding-bottom: 30px;
}
.bk_right .rank_list {
  padding-bottom: 34px;
}
.bk_right .rank_list .item {
  line-height: 22px;
  font-size: 16px;
  color: #333;
  margin-bottom: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bk_right .rank_list .item .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  background: #ccc;
  margin-right: 10px;
  vertical-align: 1px;
  font-family: Arial, Helvetica, sans-serif;
}
.bk_right .rank_list .item:first-child .icon {
  background-image: linear-gradient(180deg, #f24343 0%, #e02020 100%);
}
.bk_right .rank_list .item:nth-child(2) .icon {
  background-image: linear-gradient(180deg, #fd9d00 0%, #fa6400 100%);
}
.bk_right .rank_list .item:nth-child(3) .icon {
  background-image: linear-gradient(180deg, #fcdb00 0%, #f7b500 100%);
}
.bk_right .rank_list .item a {
  color: #333;
  transition: .4s;
}
.bk_right .right_nor .more {
  position: absolute;
  right: 20px;
  top: 30px;
  color: #999;
  font-size: 12px;
  transition: .4s;
  line-height: 17px;
  transition: .4s;
}
.bk_right .goods_items a {
  color: #161616;
  font-weight: 400;
  display: block;
  width: 100%;
}
.bk_right .goods_items .as_item_tit {
  padding: 15px 0;
  text-align: center;
}
.bk_right .goods_items .as_item_tit:hover {
  background-color: #f3f4f8;
}
.bk_right .goods_items .as_item_tit .goods_title {
  transition: .4s;
  color: #4a4a4a;
}
.bk_right .goods_items .img_box .as_item_img {
  width: 100%;
}
.bk_right .goods_items .img_box {
  width: 250px;
  margin: 0 auto;
}
.top_wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
}
.top_wrap .location {
  padding: 15px 0 25px;
  font-size: 12px;
  color: #bfbfbf;
}
.top_wrap .location .container, .top_wrap .bgw .container {
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}
.top_wrap .bgw .container {
  margin-bottom: 40px;
}
.top_wrap .location .location-text {
  color: #bfbfbf;
  transition: .4s;
}
.header-search .tl {
  float: left;
  padding: 0 32px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  background-color: #f2f2f2;
  color: #bfbfbf;
  border-radius: 8px 8px 0 0;
  transition: .4s;
}
.header-search .tl:hover {
  background-color: #75a7ec;
  color: #fff;
  text-decoration: none;
}
.header-search .tl:nth-child(1) {
  background-color: #75a7ec;
  color: #fff;
  text-decoration: none;
}
.scb-main {
  font-size: 16px;
}
.scb-tab-sty1 {
  background: #fff;
}
.scb-tab-sty1 .tab-list {
  height: 50px;
  border: 1px solid #e8e4e4;
}
.scb-tab-sty1 .tab-list .tab-list-item {
  display: block;
  width: 185px;
  height: 50px;
  line-height: 50px;
  float: left;
  text-align: center;
  z-index: 3;
  transition: .4s;
}
.scb-content-sty1 .content-list-item .content-item-link {
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 16px;
  color: #666;
  transition: .4s;
}
.tab_bodys {
  height: auto;
  float: left;
  background: #f2f2f2;
  width: 1310px;
}
li.content-list-item, a.tab-text {
  width: 185px;
  line-height: 50px;
  float: left;
  text-align: center;
  z-index: 3;
  transition: .4s;
  color: #333;
  display: block;
}
li.content-list-item, a.tab-text:hover {
  color: rgb(124, 172, 238);
}
.scb-content-sty1 .content-list-item .content-item-link:hover {
  color: rgb(124, 172, 238);
}
.pagess {
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  padding: 12px 0 74px;
  color: #333;
}
.pagess ul li {
  padding: 0 14px;
  margin: 0 3px;
  display: inline-block;
  background-color: #f3f4f8;
  border-radius: 4px;
  border: 1px solid #f3f4f8;
  color: #333;
  transition: .4s;
}
.pagess ul li a {
  display: block;
  height: 36px;
}
.pagess ul li:hover, .pagess ul li.thisclass, .pagess ul li.active {
  text-decoration: none;
  color: #fff;
  background-color: #6cac36;
  border-color: #6cac36;
  cursor: pointer;
}
.pagess li:hover a, .pagess ul li.thisclass a , .pagess ul li.active a{
  color: #fff;
}
.pagess a {
  text-decoration: none;
}

					.tab-list-item{position:relative;height: 30px;}
					.tab-list-item  a em {display: inline-block;font: normal normal normal 14px/1 FontAwesome; font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
					.tab-list-item  a em:before{content:"\f107";}
					.tab-list-item.on  a em:before{content:"\f106";}
					.dropmenu{position:absolute;left:0px;top:50px;display:none;width:1300px;margin-left:-185px;background:#eee;padding:10px 0px;}
					.dropmenu .dm{float:left;width:130px;height:36px;text-align:center;line-height:36px;margin-bottom: 5px;}
					.dropmenu .dm a{color:#000;}
					.dropmenu .dm a:hover{color:rgb(124, 172, 238);}
					
					
					
		@media screen and (min-width:1280px) and (max-width: 1439px){
		     .top_wrap .location .container{width:1080px;}
		     .top_wrap .bgw .container{width:1080px;}
		     .scb-tab-sty1 .tab-list .tab-list-item{width:145px;}
		     li.content-list-item, a.tab-text{width:145px;}
		     .list_container{width:1080px;}
            .dropmenu{width:1170px;}
            .tab-list-item-1 .dropmenu{margin-left:-145px;}
            .tab-list-item-2 .dropmenu{margin-left:-290px;}
            .tab-list-item-3 .dropmenu{margin-left:-435px;}
            .tab-list-item-4 .dropmenu{margin-left:-580px;}
            .tab-list-item-5 .dropmenu{margin-left:-725px;}
            .tab-list-item-6 .dropmenu{margin-left:-870px;}
            .bkzt_list .desc{width:380px;}
            .list_container{width:1080px;}
            .bk_left{width: 780px;}
            .bk_right{width: 280px;}
		}		
					
					
		@media screen and (min-width:1440px) and (max-width: 1599px){
            .top_wrap .location .container{width:1170px;}
            .top_wrap .bgw .container{width:1170px;}
            .scb-tab-sty1 .tab-list .tab-list-item{width:165px;}
            li.content-list-item, a.tab-text{width:165px;}
            .list_container{width:1170px;}
            .dropmenu{width:1170px;}
            .tab-list-item-1 .dropmenu{margin-left:-165px;}
            .tab-list-item-2 .dropmenu{margin-left:-330px;}
            .tab-list-item-3 .dropmenu{margin-left:-495px;}
            .tab-list-item-4 .dropmenu{margin-left:-660px;}
            .tab-list-item-5 .dropmenu{margin-left:-825px;}
            .tab-list-item-6 .dropmenu{margin-left:-990px;}
            
            .list_container{width:1170px;}
            .bk_left{width: 850px;}
            .bk_right{width: 300px;}
            .bkzt_list .desc{width:450px;}
		}
		
		
		
		@media screen and (min-width:1600px)and (max-width: 1920px){
		    /*list-news*/
            .top_wrap .location .container{width:1300px;}
            .top_wrap .bgw .container{width:1300px;}
            .scb-tab-sty1 .tab-list .tab-list-item{width:185px;}
            li.content-list-item, a.tab-text{width:185px;}
            .list_container{width:1300px;}
            .bk_left{width:930px;}
            .bk_right{width:350px;}
            .dropmenu{width:1300px;}
            .tab-list-item-1 .dropmenu{margin-left:-185px;}
            .tab-list-item-2 .dropmenu{margin-left:-370px;}
            .tab-list-item-3 .dropmenu{margin-left:-555px;}
            .tab-list-item-4 .dropmenu{margin-left:-740px;}
            .tab-list-item-5 .dropmenu{margin-left:-925px;}
            .tab-list-item-6 .dropmenu{margin-left:-1110px;}
            
            .bkzt_list .desc{width:530px;}
           .list_container{width:1300px;}
		}
