
*{
  padding: 0;
  margin: 0;
}

img{
  width: 100%;
  height: 100%;
}

body{
  background:  #f5f5f5;
}
.f_body{
  background-color: #fff;
}
.f_body .f_f_ul{
  width: 1200px;
  margin: 0 auto;
  height: 40px;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
.f_body .f_f_ul .f_logo_z a{
  float: left;
  height: 40px;
}
.f_body ul li,.f_body ul span{
  float: left;
  line-height: 40px;
}
.f_body ul li a{
  color:#333;
  font-size: 16px;
  line-height: 40px;
  margin:0 15px 0 0 ;
  text-align: center;
}
.f_ts{
  margin: 8px 0;
}
.f_ts a{
  width: 93px;
  height: 24px;
  float: left;
  display: block;
  margin-left: 10px;
  position: relative;
  text-indent: 9999px;
  overflow: hidden;
}
.f_ts_1{
  background: url(../images/icon_ts.png);
}
.f_ts_2{
  background: url(../images/icon_tg.png);
}

.f_logo{
  width: 830px;
  margin: 60px auto 0 auto;
  display: block;
}
.f_lg_a{
  width: 100%;
  height: 45px;
  display: flex;
  overflow: hidden;
  margin: 0 auto 20px auto;
}
.f_lg_a img{
  width: 290px;
  height: 32px;
  margin: 0 auto;

}
.f_seach{
  width: 560px;
  height: 50px;
  margin: 0 auto;
  border-radius: 40px;
  padding-left: 50px;
  background: url(../images/seach2.png) no-repeat 20px center #fff;
}
.f_seach_w{
  padding: 5px ;
  height: 40px;
}
.f_text{
  line-height: 40px;
  width: 400px;
  float: left;
}
.f_button{
  width: 115px;
  height: 40px;
  display: block;
  background:#7a64df;
  float: right;
  border-radius: 40px;
  font-size: 16px;
  font-weight: normal;
  color:#fff;
}
.f_gjc{
  width: 1200px;
  text-align: center;
  justify-content: center;
  margin: 40px auto;
  display: flex;
}
.f_gjc p{
  line-height:30px;
  margin-right: 10px;
  color:#fff;
  font-size: 14px;
}
.f_gjc a{
  padding: 0 15px;
  line-height:30px;
  background-color: rgb(53 45 90 / 50%);
  display: inline-block;
  border-radius: 40px;
  color:#fff;
  margin: 0 3px;
  font-size: 12px;
}
.f_gjc a:hover{
  background: #7a64df;
}
/*icon*/
.f_icon_abc{
  width: 1200px;
  margin: 0 auto 20px auto;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.f_ul_icon{
  display: flex;
}
.f_ul_icon li {
  width: 189px;
  border-right: 1px dotted #ebebeb;
  margin-left: 25px;
  padding-right: 25px;
}
.f_ul_icon li a {
  display: inline-block;
  width: 100%;
}
.f_ul_icon li a img {
  width: 50px;
  float: left;
}
.f_ul_icon li a p {
  text-align: center;
  float: right;
  width: 130px;
  display: inline-block;
  margin-top: 2px;
}
.f_ul_icon li a p span {
  font-size: 16px;
  font-weight: bold;
}
.f_ul_icon li a p span, .f_ul_icon li a p text {
  float: left;
  line-height: 24px;
}
.f_ul_icon li a p text{
  font-size: 12px;
  color:#999;
}
/*content*/
.f_kk {
  display: none;
}
.f_content{
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;

}
.f_one,.f_two,.f_three{
  display: inline-block;
  margin-bottom: 20px;
}
.f_three{
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}
.f_three .f_u10{
  margin-left: 30px;
}
.f_three .f_tag4{
  padding: 0;
}
/*模块1*/
/*banner*/
.f_tag1{
  float: left;
  margin-right: 20px;
  width: 520px;
}
.f_tag1 .f_a{
  width: 520px;
  height: 330px;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.f_hots{
  margin: 14px 0;
}
.f_hots p{
  width: 20px;
  height: 44px;
  display: block;
  float: left;
  background-color: #2bbb61;
  text-align: center;
  color:#fff;
  padding: 5px;
  border-radius: 8px;
}
.f_hots ul {
  float: left;
  width: 450px;
  margin-left: 10px;
}
.f_hots ul li{
  float: left;
  line-height: 28px;
  width: 205px;
  padding-left: 15px;
  margin-right: 10px;
  background: url(../images/icon_yd.png) no-repeat left center;;
}
.f_hots ul li a{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: bold;

}
.f_hots ul li:nth-child(2n){
  margin-right: 0 !important;
}
.f_tag2{
  width: 285px;
  float: left;
}

.f_tag2 p .f_a,.f_tag3 p .f_a{
  color:#333;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.f_tag2 p .f_m{
  float: right;
  color: #666;
  line-height: 26px;
  text-align: center;
  font-family: 宋体;
  font-size: 12px;
  color: #999;
  background: url(../images/more.png) no-repeat center center;
  background-size: 20px 5px;
  text-indent: -9999px;
  width: 30px;
}
.f_ul4{
  display: inline-block;
}
.f_ul4 li {
  width: 285px;
  display: inline-block;
  float: left;
}
.f_ul4 li em{
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
  background: #ededed;
  border-radius: 4px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 2px;
}
.f_ul4 li a{
  font-size: 14px;
  color:#666;
  line-height: 22px;
  overflow: hidden;
  width: 255px;
  float: left;
  height: 20px;
  display: block;
}
.f_ul4 li a:hover{
  color:#2bbb61;
  text-decoration: underline;
}
.f_c1{
  background: #ff7b33  !important;
  color: #ffffff!important;
}
.f_c2{
  background: #26c356 !important;
  color: #ffffff!important;
}
.f_c3{
  background: #3397db !important;
  color: #ffffff!important;
}
.f_ul4 li{
  line-height: 20px;
  margin-top: 13px;
}

/**/
.f_w880{
  width: 825px;
  background-color: #fff;
  display:inline-block;
  padding: 20px;
  border-radius: 8px;
  float: left;
  height: 330px;
}


/*热门*/
.f_hot{
  font-weight: bold;
  color: #333;
  position: relative;
  float: left;
  width: 285px;
  border-radius: 8px;
}


/*tag3*/
.f_tag3{
  float: left;
  width: 275px;
  padding: 20px 20px 24px 20px;
  background-color: #fff;
  border-radius: 8px;
  margin-left: 20px;
}
.f_tag3 .f_hot{
  width: 275px !important;
}
.f_b20{
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.f_ul5{
  float: left;
}
/*footer*/
.f_footer img{
  justify-content: center;
}
.f_ul-15 li .f_ul_img{
  float: left;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
}
.f_ul-15 li{
  height: 60px;
  margin-top: 15px;
}
.f_ul-15 li .f_ul_img img{
  width: 88px;
  height: 60px;
  object-fit: cover;
}
.f_ul-15{
  display: block;
  float: left;
}
.f_ul-15 li .f_ul-15-a{
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.f_ul-15 li .f_ul-15-a{
  margin-top: 5px;
}
.f_ul5 li{
  line-height: 20px;
  margin-top: 15px;
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
}
.f_ul5 li a{
  float: left;
  width: 210px;
  height: 20px;
  display: block;
  overflow: hidden;
  color:#666;
  text-indent: 15px;
  font-size: 14px;
}
.f_ul5 li a:hover{
  color:#2bbb61;
  text-decoration:underline;
}
.f_ul5 li p{
  float: right;
  font-size: 12px;
  color:#999;
}

.f_ul5 li a::before{
  content: '';
  background-color: #d3d2d2;
  width: 6px;
  height: 6px;
  border-radius: 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
.f_hots{
  float: left;
}
.f_two{
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  width: 1160px;
}
.f_two_top{
  display: inline-block;
  width: 100%;
}
.f_two_top .f_a{
  font-weight: bold;
  font-size: 18px;
  background-size: 26px 26px;
  float: left;
  line-height: 26px;
}
.f_two_top .f_m,.f_hota .f_m{
  float: right;
  line-height: 26px;
  text-align: center;
  font-family: 宋体;
  font-size: 12px;
  color: rgb(153, 153, 153);
  text-indent: -9999px;
  width: 30px;
  background: url(../images/more.png) center center / 20px 5px no-repeat;
}
.f_u1{
  float: left;
  margin-top: 15px;
}
.f_class{
  float: left;
}
.f_class_1{
  float: left;
  margin-right: 32px;
  width: 260px;
  height: 133px;
}
.f_u1 li a{
  display: block;
  overflow: hidden;
  border-radius: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.f_u1 li{
  margin-right: 20px;
  width: 215px;
  float: left;
}
.f_u1 li p{
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color:#666;
}
.f_u1 li:nth-child(5),.f_class_1:nth-child(4){
  margin-right: 0 !important;
}
.f_u1 li:nth-child(6){
    display: none;
}
.f_class_1 {
  height: auto !important;
  float: left;
}
.f_class_1 p{
  padding-left: 25px;
  line-height: 30px;
  font-weight:bold;
}

.f_class_1 p.f_p1{
  background: url(../images/icon_a_4.png) left center no-repeat;
}
.f_class_1 p.f_p2{
  background: url(../images/icon_a_5.png) left center no-repeat;
}
.f_class_1 p.f_p3{
  background: url(../images/icon_a_6.png) left center no-repeat;
}
.f_class_1 p.f_p4{
  background: url(../images/icon_a_7.png) left center no-repeat;
}

.f_class_1 .f_a{
  margin-top: 5px;
  display: inline-block;
}
.f_class_1 .f_a a{
  float: left;
  margin-right: 10px;
  font-size: 14px;
  color:#999;
 line-height: 20px;
}
.f_two_top .f_x{
  float: right;
  font-size: 12px;
  color:#999;
  line-height: 26px;
}

/*tag4*/
.f_tag4 {
  width: 855px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  display: inline-block;
  float: left;
}
.f_tag4 .f_hota .f_a{
  font-weight: bold;
  font-size: 20px;
  float: left;
}
.f_tag4 .f_hota ul{
  float: left;
  margin-left: 40px;
}
.f_tag4 .f_hota ul li{
  float: left;
  line-height: 26px;
  margin-left: 10px;
}
.f_tag4 .f_hota ul li a{
  border-radius: 30px;
  background:#f1f1f1;
  font-size: 14px;
  padding: 4px 15px;
}
.f_tag4 .f_hota ul li a:hover{
  background-color: #2bbb61;
  color:#fff !important;
}

.f_u7{
  width: 240px;
  float: left;
}
.f_u7 li{
  width: 240px;
}
.f_u7 li:nth-child(2){
  margin-top: 20px;
}
.f_u7 li a{
  width: 240px;
  height: 148px;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
.f_u7 li p{
  width: 240px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333333;
  white-space: nowrap;

  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 11px;
  margin-bottom: 8px;
}
.f_u7 li p a{
    height: auto;
}
.f_u7 li text{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
  font-size:12px !important;
}
.f_u_left{
  display: flex;
}
.f_word_ul li:nth-child(4n){
  margin-right: 0;
}
.word_div p{
  color:#999;
  font-size: 12px;
}
.f_word_ul li{
  margin-right: 32px;
}
.f_word_ul li:nth-child(5),.f_word_ul li:nth-child(6),.f_word_ul li:nth-child(7),.f_word_ul li:nth-child(8){
  margin-top: 20px;
}
.f_u_left:nth-child(2){
  margin-right: 0;
}
.f_word_ul{
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.f_u_left .f_u7{
  margin-right: 30px;
}
.f_word_ul li a img{
  border:1px solid #ebebeb;
  width: 120px;
  height: 148px;
}

.f_word_ul li a p{
  width: 122px;
  font-size: 14px;
  color:#333;
  margin-top: 11px;
  margin-bottom: 8px;
  line-height: 16px;
  font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.f_word_div p {
  line-height: 16px;
  font-size: 12px;
  height: 16px;
  display: block;
}
.f_word_div p .f_icon_em,.f_word_div p .f_icon_em2{
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/i_s_eye.png) no-repeat center center;
  margin-right: 5px;
  float: left;

}
.f_word_div p .f_icon_em2{
  background: url(../images/i_s_download.png) no-repeat center center !important;
  margin-right: 0px !important;
}
.f_word_div{
  display: flex;
  justify-content:space-between;
}
.f_two-2{
  margin-top: 20px;
}
.f_u_left .f_p{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    position: relative;
    float: left;
    width: 387px;
    height: 40px;
    line-height: 40px;
    background-color: #f6f6f6;
    border-radius: 8px;
    position:relative;
    text-indent: 30px;
}
.f_u_left .f_p::before{
  content: '';
  background-color: #2bbb61;
  width: 6px;
  height: 22px;
  border-radius: 40px;
  display: block;
  position: absolute;
  left: 14px;
  top: 9px;
}
.f_u9{
  width: 387px;
  float: left;
}
.f_u9 li{
  margin-top: 10px;
  width: 387px;
  float: left;
}
.f_u9 li a{
  float: left;
  font-size: 16px;
}
.f_u9 li a:hover{
  color:#2bbb61
}
.f_u9 li em{
  float: right;
  font-size: 12px;
  color:#999
}
.f_m_top_1{
  margin-top: 20px;
}
.f_u10{
  padding: 0;
}
.f_u10 .f_ul4 li{
 margin-top: 0px;
 margin-bottom: 15px;
}
.f_yl{
  margin-top: 10px;
}
.f_yl a{
  float: left;
  margin-right: 15px;
  font-size: 14px;
  line-height: 24px;
}
/*footer*/

.f_footer {
  text-align: center;
  background: #363d4d;
  line-height: 24px;
  padding: 10px 0;
}
.f_footer p {
  text-align: center;
  color: #c7c7c7;
  font-size: 12px;
}
.f_footer p a {
  color: #c7c7c7;
  padding: 0 2px;
}
.f_footer_two_1,.f_footer_two_1 a{
  font-size: 12px;
  color:#fff;
}

/*内容页面*/
.f_top,.f_footer{
  background-color: #272c30;
}

.f_nav-top,.f_nav ul,.f_tab{
  width: 1200px;
  margin: 0 auto;
}
.f_top_nav{
  padding: 20px 0;
  width: 100% !important;
  background: url(../images/body.jpg) no-repeat;
}
.f_nav-top li,.f_logo-ul li{
  float: left;
}
.f_nav-top li a{
  color:#fff;
  font-size: 12px;
  line-height: 24px;
  margin-right: 10px;
}
.f_logo-nav{
  margin: 0 auto;
  display: flex;
  width: 1200px;
  justify-content: space-between;
  align-items: center;
}
.f_logos{

  margin-right: 40px;
}
.f_logo-ul li{
  line-height: 30px;
  margin-left: 20px;
}
.f_logo-ul li a{
  font-size:14px;
  color:#666;
}
.f_logo-ul li a,.f_submit{
  margin: 16px 0;
  display: block;
}
.f_submit a{
  background-color: #2bbb61;
  color:#fff !important;
  line-height: 30px;
  display: block;
  padding: 0 5px;
  float: left;
  margin-left: 10px;
  border-radius: 4px;
  text-decoration: none;
}
.f_submit a:hover{
  opacity: 0.8;
}
.f_submit a.f_c{
  background-color: #ff7b33;
  color:#fff !important;
  text-decoration: none;
}
.f_nav{
  background-color: #4834a3;
}
.f_nav ul{
  line-height: 44px;
  display: block;
  height: 44px;
}
.f_nav ul li{
  float: left;
  margin-right: 20px;
}
.f_nav ul li a{
  padding: 0 10px;
  color:#fff;
}
.f_nav ul .f_click{
  background-color: #281387;
}
.f_span,.f_sidenav{
  display: none;
}
img{
  width: 100%;
}
/**/
.f_ul-a li {
  display: block;
  float: left;
  line-height: 24px;
  color: #666666;
  margin-left: 10px;
  border: 1px solid #ebebeb;
  padding: 2px 20px;
  border-radius: 40px;
  background-color: #f1f1f1;
}
.f_ul-a li a {
  background: url(../images/Slice4.png) no-repeat center left;

  padding-left: 16px;
  font-size: 14px;
}
.f_ul-a li:nth-child(2) a {
  background: url(../images/Slice5.png) no-repeat center left;

  padding-left: 20px;
}
.f_ul-a li:nth-child(3) a {
  background: url(../images/Slice3.png) no-repeat center left;
  background-size: 16px 16px;
  padding-left: 20px;
}
.f_ul-a li:nth-child(4) a {
  background: none;
  padding: 0 10px !important;
  font-size: 14px;
  color: #fff;
}
.f_n_body{background:  #eee;}
/*from*/
.f_bj{
  background-color: #eee;
}
.f_from{
  width: 300px;
  background: #f1f1f1;
  margin: 16px 0;
  line-height: 32px;
  border-radius: 30px;
}
.f_from .f_text{
  margin-left: 15px;
}
.f_from .f_button{
  width: 62px;
  height: 32px;
  float: right;
  background: url(../images/seach.png) no-repeat center center #ff8b14;
  border-radius: 60px;
}
/*面包屑*/
.f_Bread{
  width: 1200px;
  margin: 0 auto;
  line-height: 50px;
}
.f_Bread a{
  font-size: 14px;
}
.f_Bread span{
  font-family: 宋体;
}
.f_Bread h2,.f_Bread h1{
  font-size: 14px;
  display:inline;
}
/*列表页面*/
.f_list{
  width:1200px;
  margin:0 auto;
}
.f_list .f_list_one {
  float: left;
  margin-top: 20px;
}
.f_list .f_list_one a:nth-child(1){
  width: 80px;
  height: 32px;
  display: block;
  float: left;
  background-color: #2bbb61;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  color:#fff;
  border: 0 !important;
}
.f_list .f_list_one a{
  height: 30px;
  border: 1px solid #ebebeb;
  line-height: 30px;
  float: left;
  border-radius: 4px;padding: 0 10px;
  margin-right:10px;
  font-size: 14px;
}
.f_ul9 {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.f_ul9 li{
  float: left;
  line-height: 26px;
  margin-right: 10px;
}
.f_ul9 li a{
  border-radius: 30px;
  background:#f1f1f1;
  font-size: 14px;
  padding: 4px 15px;
}
.f_ul9 li a:hover{
  background-color: #2bbb61;
  color:#fff !important;
}
.f_list .f_tag4 .f_hots{
  width: 100%;
  display: inline-block;
}
.f_ms{
  float: left;
  line-height: 30px;
}
.f_ul11{
  margin-top: 20px;
  width: 100%;
  display: inline-block;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}
.f_ul11{
  display: inline-block;
}
.f_ul11 li{
  width: 100%;
  float: left;
}
.f_ul11 li .f_img{
  float: left;
  margin-right: 20px;
  width: 150px;
  overflow: hidden;
  height: 100px;
  border-radius: 6px;
}
.f_ul11 li .f_title{
  color:#000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
  display: block;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  justify-content: center;
}
.f_ul11 li .f_d {
  margin-top: 10px;
  height: 16px;
  overflow: hidden;
}
.f_ul11 li .f_d em,.f_ul11 li .f_d a{
float: left;
margin-right: 20px;
font-size: 12px;
color:#999
}
.f_ul11 li p{
  font-size: 14px;
  color:#999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  justify-content: center;


}
.f_ul11 li{
  padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ebebeb;
}


/*page*/
.f_qm-pg{
  width: 100%;
  margin: 10px 0;
  text-align: center;
}
.f_qm-pg a{
  width: 36px;
  display: inline-block;
  border: 1px solid #ebebeb;
  background-color: #f8f8f8;
  margin-right: 5px;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
}
.f_qm-pg a:hover,.f_qm-pg a.f_c{
  background-color: #2bbb61;
  color:#fff !important;
  border: 1px solid #2bbb61;
}
.f_qm-pg a:hover{
  text-decoration: none !important;
}
.f_qm-pg .f_pg{
  padding: 0 10px;
}
.f_left{
  width: 880px;
  float: left;
}
.f_right{
  width: 300px;
  float: right;
}
.f_right .f_tag3 {
  margin-bottom: 20px;
  margin-left: 0;
}
.f_ul12{
  display: inline-block;
}
.f_ul12 li {
  width: 260px;
  display: inline-block;
  float: left;
  margin-top: 16px;
}
.f_ul12 li em{
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
  background: #ededed;
  border-radius: 4px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 2px;
}
.f_ul12 li a{
  font-size: 16px;
  color:#333;
  line-height: 20px;
  overflow: hidden;
  width: 230px;
  float: left;
  height: 20px;
  display: block;

}
.f_ul12 li a:hover{
  color:#2bbb61;
  text-decoration: underline;
}
.f_tag3 .f_hot_zz .f_a{
  margin-left: 0 !important;
}
/*tag*/
.f_tag{
  margin-right: 10px;
  line-height: 22px;
  display: inline-block;
  margin-top: 20px;
}
.f_tag a{
  white-space: nowrap;
  padding: 2px 5px;
  background: #efefef;
  float: left;
  margin: 0 5px 5px 0;
  border-radius: 6px;
  font-size: 13px;
  color: #333;
}

.f_tag5{
  width: 820px;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  display: inline-block;
  float: left;
}
/*内容*/
.f_content-view{
  width: 820px;
  background-color: #fff;
  display:inline-block;
  padding: 30px;
  border-radius: 8px;
  float: left;
  margin-bottom: 20px;
}
.f_content-view h1{
  text-align: center;
  font-weight: 700;
  margin: 20px 0 10px 0;
  font-size: 30px;

}

.f_content-view .f_em{
  text-align: center;
  width: 100%;
  display: block;
  color:#999;
  font-size: 12px;

}
.f_view-content{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}
.f_view-content h3{
  margin-bottom: 20px;
}
.f_view-content h2{
  font-size: 30px;
  margin: 10px 0;
  font-weight: bold;
}
.f_view-content p{
  text-indent: 20px;
  line-height: 36px;
  margin-bottom: 24px;
}

.f_xia{
  padding-top: 20px;
  border-top:1px solid #ebebeb;
  margin-top: 20px;
  display:inline-block;
  width: 100%;
}
.f_xia a{
  color:#2257a7 !important
}
.f_xia em{
  float: left;
}
.f_b{
  border-left: 4px solid #0094FF;
  text-indent: 10px !important;
  display: block;
  margin-bottom: 16px;
  font-size: 20px;
}
.f_b-ul {
  width: 790px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 20px;
}
.f_b-ul li{
  float: left;
    width: 240px;
    margin-right: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 4px;
    padding-left: 10px;
    text-indent: 5px;
    background: url(../images/yq.png) no-repeat center left;
}
.f_b-ul li:nth-child(3n){
  margin-right: 0;
}
.f_content-view .f_p{
  text-indent: 0 !important;
  font-size: 12px;
  color: #999;
}

.f_ul13{
  float: left;

}
.f_ul13 li{
  line-height: 20px;
  margin-top: 16px;
  width:395px;
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 30px;
}
.f_ul13 li:nth-child(2n){
  margin-right: 0 !important;
}
.f_ul13 li a{
  float: left;
  width: 210px;
  height: 20px;
  display: block;
  overflow: hidden;
  color:#666;
  text-indent: 15px;
  font-size: 16px;
}
.f_ul13 li a:hover{
  color:#2bbb61;
  text-decoration:underline;
}
.f_ul13 li p{
  float: right;
  font-size: 12px;
  color:#999;
}

.f_ul13 li a::before{
  content: '';
  background-color: #d3d2d2;
  width: 6px;
  height: 6px;
  border-radius: 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
.f_content .f_k{
  margin-bottom:20px;
}
/*.f_icon_zz{
  background: url(../images/icon_a_3.png)no-repeat left center !important;
}
.f_icon_zz2{
  background: url(../images/icon_fl.png)no-repeat left center !important;
}
.f_icon_zz3{
  background: url(../images/icon_a_8.png)no-repeat left center !important;
}*/
/* 栏目 */
.f_sidenav h3{
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  padding-left: 0.5rem;
  border-left: 4px solid #2bbb61;
  color: #333;
  font-size: 1rem;
  display: block;
  line-height: 1.25rem;
}
.f_sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left:-200%;
  background-color: #fff ;
  overflow-x: hidden;
  transition: 0.5s;
  text-align: center;
}
.f_sidenav::-webkit-scrollbar{
  display: none;
}
.f_sidenav a:hover {
  color: #f1f1f1;
}
.f_sidenav .f_closebtn {
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  position: absolute;
  top: 0;
  right: -0.75rem;
  color: #333;
  font-size: 2.25rem;
}
.f_bottom-a{
   display: none;
}
.f_jz751-h5-a1 ul{
  margin: 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.f_jz751-h5-a1 ul li{
  margin-right: 0.625rem;
  background-color: #2bbb61;
  margin-bottom: 0.625rem;
  border-radius: 0.3125rem;
}
.f_jz751-h5-a1 ul li a{
  margin: 0 auto;
  text-align: center;
  line-height: 2.625rem;
  padding: 0.625rem 1rem;
  overflow: hidden;
  font-size: 1rem;
  color: #fff;
}
.f_jz751-h5-a2 ul{
  margin: 0 1.25rem;
}
.f_jz751-h5-a2{
  background-color: #fff;
  margin: 20px 0;
}
.f_jz751-h5-a2 ul li a{
  display: block;
  white-space: nowrap;
  margin: 0 0.625rem;
  text-align: center;
  line-height: 2.625rem;
  overflow: hidden;
  font-size: 0.875rem;
  color: #333;
}
.f_jz751-h5-a2 ul li{
  float: left;
  background-color: #eaeaea;
  border-radius: 0.3125rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
.f_jz751-h5-a3{
  overflow: hidden;
  margin:  0 1.25rem;
}
.f_jz751-h5-a3 h4{
  display: block;
  float: left;
  color: #333;
  border-left: 4px solid #2bbb61;
  padding-left: 0.5rem;
}

.f_jz751-h5-a2 ul{
  margin-top: 1.25rem;
}
.f_orderform,.f_kk{
    display: none;
}
/*banner*/
.f_banner {
  background-color: #fff;
  border-radius: 16px;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
}
.f_banner .f_banner-box{
  padding: 30px;
}
.f_banner-left {
  width: 355px;
  display: block;
  float: left;
}
.f_banner-left .f_ul5 li{
  margin-top: 17px !important;
}
.f_banner-a, .f_banner-right {
  float: left;
}
.f_banner-a {
  width: 355px;
  height: 210px;
  overflow: hidden;
  border-radius: 8px;
}
.f_bt-one {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 15px;
  border-radius: 8px;
  background: #edf7fe;
}
.f_col_z{
  margin-bottom: 0 !important;
}
.f_bt-one p {
  font-size: 20px;
  display: block;
  float: left;
  color: #333;
  font-weight: bold;
}
.f_bt-one p::before {
  content: '';
  background-color: #1996e6;
  width: 4px;
  height: 20px;
  border-radius: 16px;
  margin-top: 4px;
  display: block;
  float: left;
  margin-right: 8px;
}
.f_bt-one a.f_m1 {
  background: url(../images/oir.png) no-repeat;
  background-size: 24px 24px;
}
.f_bt-one a.f_m1{
  width: 24px;
  height: 24px;
  font-size: 12px;
  float: right;
  line-height: 20px;
  color: #999;
}
.f_new-s {
  display: inline-block;
}
.f_new-s .f_p, .f_new-s .f_p2 {
  float: left;
  width: 100%;
}
.f_new-s .f_p em {
  font-size: 12px;
  color: #fff;
  background-color: #ff8402;
  padding: 3px 5px;
  border-radius: 4px;
  float: left;
  margin-right: 10px;
}
.f_new-s .f_p span {
  line-height: 20px;
  font-weight: bold;
}
.f_new-s .f_p2 {
  color: #999;
  font-size: 14px;
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px dotted #d0d0d0;
}
.f_new-s .f_p2 a {
  color: #1996e6;
}
.f_banner-right-list li {
  float: left;
  color: #333;
  font-size: 14px;
  margin-bottom: 14px;
  width: 100%;
}
.f_banner-right-list li .f_cl1 {
  color: #4599cf;
  background-color: #edf7fe;
  padding: 3px 5px;
  border-radius: 4px;
  width: 60px;
  text-align: center;
  margin-right: 10px;
  float: left;
}
.f_banner-right-list li .f_a {
  float: left;
  color: #333;
  font-size: 16px;
  width: 320px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 22px;
}
.f_banner-right-list li i {
  font-size: 14px;
  color: #999;
  float: right;
  width: 50px;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: 22px;
}
.f_banner-right {
  margin-left: 30px;
}
.f_banner-box .f_w4, .f_xuex .f_w4 {
  width: 450px !important;
}
.f_banner-box .f_banner-right {
  width: 275px;
}
.f_banner-right .f_ul4 li{
  margin-top: 15px;
}
.lm_4 .new_hot .a,.lm_3 .new_hot .a{
  padding-left: 10px !important;
}
.view-content h2{
  font-size: 24px !important;
  width: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-height: 28.125rem) {
  .f_sidenav {
      padding-top: 1rem;
  }
  .f_sidenav a {
      font-size: 1.125rem;
  }
}
@media (max-width:991px) {
  .f_n_bodys{ background: #efefef;}
  .f_logo,.f_gjc,.f_tag1 .f_hots,.f_none_s,.f_u_left .f_u7,.f_ts,.f_nav{
    display: none !important;
  }
  .f_content,.f_w880,.f_tag1,.f_one,.f_list,.f_left{
    width: 23.4375rem;
  }
    .f_u1 li:nth-child(6){
        display: block;
    }
  .f_logo{
    width: 21.5625rem;
    background-color: #141413;
    margin-top: 0 !important;
    padding: 1rem 0.9375rem;
    position: relative;
  }
  .f_right,.f_body .f_f_ul{
    width: 21.5625rem;
    /*padding: 0 0.9375rem;*/
  }
  .f_left{
    margin-bottom: 0.9375rem;
  }
    .f_u1 li:nth-child(5){
        margin-right: 0.625rem !important;
    }
  .f_lg_a{

    height: 1.5rem;
    width: auto !important;
    display: block;
  }
  .f_seach{
    width: 10rem;
    height: 1.5rem;
    padding-left: 1.5rem;
    float: left;
    margin-left: 1rem;
    background: url(../images/seach2.png) no-repeat 0.5rem center #fff;
    background-size: 1rem 1rem;
  }
  .f_seach_w{
    padding: 0px;
    width: 10rem;
    height: auto !important;
    float: left;
  }
  .f_text{
    width: 6rem;
    line-height: 1.5rem;
    font-size: 0.75rem;
  }
  .f_button{
    width: 3rem;
    height: 1.5rem;
    font-size: 0.75rem;
  }
  .f_span{
    background: url(../images/icon-m.png) no-repeat center center;
    background-size: 1.25rem 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0.5rem 0;
    float: right;
    display: block;
}
  /* 金刚区 */
  .f_kk{
    padding: 1rem;
    width: 21.4375rem;
    background-color: #fff;

    box-shadow:1px 0.25rem 0.625rem 0px #e1faf3;
    position:absolute;
    z-index: 80;
    bottom:-3.125rem;
    display: block !important;
  }
  .f_fanww-kk-a{
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .f_fanww-kk-a ul{
    display: -webkit-box;
    align-items: center;
  }
  .f_fanww-kk-a ul li{
    width:20%;
    text-align: center;
  }
  .f_fanww-kk-a ul li a img{
    margin: 0 auto;
    width: 2.25rem;
    height: 2.25rem;
    display: block;
  }
  .f_fanww-kk-a ul li a span{
    display: block;
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
  .f_fanww-kk-a::-webkit-scrollbar{
    display: none;
  }
  /* 金刚区结束 */
  .f_content{
    margin-top: 0!important;
  }
  .f_w880{
    padding: 0 !important;
    height: auto;
    background: none;
    float: none;
  }

  .f_tag1,.f_tag1 .f_a{
    width: 23.4375rem !important;
    height: 15rem;
    position: relative;
    float: none;
    margin-bottom: 4.25rem;
    margin-left: 0 !important;
    border-radius: 0 !important;
  }
  .f_tag2,.f_tag3,.f_two,.f_tag4{
    width: 19.6875rem;
    margin: 0 auto 1rem auto;
    float: none;
    background: #fff;
    padding: 0.9375rem;
    border-radius: 0.5rem;
  }
  .f_tag3{
    display: block;
  }
  .f_tag2 .f_hot,.f_tag3 .f_hot{
    width: 100% !important;
  }
  .f_ul4 li,.f_ul5 li{
    line-height: 1.25rem;
    margin-top: 0.9375rem;
    width: 100%;
  }
  .f_ul4 li em {
    width: 1.125rem;
    height: 1.125rem;
    line-height: 1.25rem;
    margin-right: 0.625rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    margin-top: 0.125rem;
  }
  .f_ul4 li a {
    font-size:0.9375rem;
    line-height: 1.25rem;
    width: 17.75rem;
    height:1.25rem;
  }
  .f_one{
    margin-bottom: 0 !important;
  }
  .f_two{
    display: block;
  }
  .f_u1{
    margin-top: 1rem;
  }
  .f_u1 li{
    width:9.53125rem;
    margin-right:0.625rem;
    margin-bottom:0.625rem ;
  }
  .f_u1 li:nth-child(2n){
    margin-right: 0 !important;
  }
  .f_u1 li a img{
    width: 100%;
    height: 100%;
  }
  .f_class{
    margin-top:0;
  }
  .f_class_1{
    margin-right: 0 !important;
    width:17.8125rem;
    padding: 0.9375rem;
    background-color: #f8f8f8;
    border-radius: 0.5rem;
    margin-bottom: 0.625rem;
  }
  .f_class_1:nth-child(4){
    margin-bottom: 0 !important;
  }
  .f_three{
    margin: 0 0.9375rem;
    padding: 0.9375rem;
    width: 19.6875rem;
    margin-bottom: 0.9375rem !important;
  }
  .f_u8,.f_u_left{
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .f_u8{
    line-height: 2rem;
    font-size: 1rem;
  }
  .f_u_left:nth-child(2) .f_u8{
    display: none;
  }
  .f_u8 li a,.f_ul5 li a{
    width: 100%;
    height: 1.25rem;
    overflow: hidden;
    text-indent: 0.9375rem;
    font-size: 0.875rem;
  }
  .f_ul5 li a{
    width: 17rem !important;
  }
  .f_ul5 li p{
    font-size: 0.75rem !important;
  }
  .f_ul5 li a::before{
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 40px;
    top: 0.4375rem;
  }
  .f_b20{
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .f_u_left .f_p{
    font-size: 1rem;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 0.25rem;
    text-indent: 1.875rem;
  }
  .f_u_left .f_p::before {
    width: 0.375rem;
    height:1.375rem;
    border-radius: 2.5rem;
    left: 0.875rem;
    top: 0.5625rem;
  }
  .f_u_left .f_u9,.f_u_left .f_u9 li{
    width: 100%;
  }
  .f_u_left .f_u9{
    margin-bottom: 1rem;
  }
  .f_u9 li a{
    width: 17rem;
    font-size: 0.875rem;
    height: 1.25rem;
    overflow: hidden;
  }
  .f_u10 .f_ul4 li{
    margin: 0.9375rem 0 0 0;
  }
  .f_top_nav {
    padding: 1rem 0.9375rem;

    width: 21.5625rem !important;
    background: url(../images/body.jpg) no-repeat #141413;
    display: inline-block;
  }
  .f_logo-nav{
    display:inline-block;
    justify-content:end;
    align-items:unset;
    position:relative;
    width: 21.5625rem;
  }
  .f_logos{
    height: 1.5rem;
    width: auto !important;
    display: block;
    margin-right: 0 !important;
  }
  .f_Bread{
    margin: 0 0.9375rem;
    width: 21.5625rem;
  }
  .f_tag5{
    float: none;
    background-color: #fff;
    width: 19.6875rem;
    padding: 0.9375rem;
    border-radius: 0.5rem;
    margin-top: 0.9375rem;
    margin: 0 0.9375rem;
    display: inline-block;
  }
  .f_ul9{
    margin: 10px 0 0 0;
  }
  .f_ul9 li{
    line-height: 1.625rem;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .f_ul11{
    margin-top: 1rem;
    width: 100%;
    display: inline-block;
    padding-top:1rem;
    border-top: 0.0625rem solid #ebebeb;
  }
  .f_ul11 li .f_img {

    margin-right: 1rem;
    width: 9.375rem;
    overflow: hidden;
    height: 6.25rem;
    border-radius: 0.375rem;
}
.f_ul11 li .f_title{
    font-size: 1.25rem;
    margin-bottom: 0.375rem;
}
.f_ul11 li p {
  font-size: 0.875rem;
}
.f_ul11 li .f_d em, .f_ul11 li .f_d a{
  margin-right: 1.25rem;
  margin-bottom: 0.375rem;
}
.f_qm-pg{
  margin: 0 0 0.625rem 0 ;
}
.f_qm-pg .f_pg{
  padding: 0 0.5rem;
}
.f_tag2 p .f_a, .f_tag3 p .f_a{
  color: #333;
  font-size: 1.25rem;
}
.f_hot_zz{
  display: block;
}
.f_ul12 li em {
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.25rem;
  margin-right: 0.625rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  margin-top: 0.125rem;
}
.f_ul12 li{
  width: 100%;
}
.f_ul12 li a {
  font-size: 1rem;
  line-height: 1.25rem;
  width: 17.5rem;
  height: 1.25rem;
}
.f_tag a {
  padding: 0.125rem 0.3125rem;
  background: #efefef;
  float: left;
  margin: 0 0.3125rem 0.3125rem 0;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}
.f_qm-pg a {
  width: auto;
  margin-right: 0.3125rem;
  border-radius: 0.25rem;
  line-height: 2.25rem;
  padding: 0 .625rem;
}
.f_footer{
  padding: 0.625rem;
}
.f_content-view{
  width: 19.6875rem;
  /*margin: 0 0.9375rem 0.9375rem 0.9375rem;*/
  padding: 0.9375rem !important;
}
.f_b-ul {
  width: 19.6875rem;
  margin-bottom: 1.25rem;
}
.f_content-view .f_p {
  width: 100%;
  overflow: hidden;
  font-size: 0.75rem;
  word-wrap: break-word;
}
.f_xia {
  padding-top: 1rem;
  border-top: 0.0625rem solid #ebebeb;
  margin-top: 1rem;
}
.f_xia div {
  float: left;
  line-height: 30px;
}
.f_ul13 li{
  line-height:1.25rem;
  margin-top: 1rem;
  width: 100%;
  margin-right: 0;
}
.f_ul13 li a{
  width:13.125rem;
  height: 1.25rem;
  text-indent: 0.9375rem;
  font-size: 1rem;
}
.f_wit350 {
  margin-bottom: 0 !important;
}
.f_right .f_tag3{
  margin-bottom:0.9375rem;
}
.f_span{
  display: inherit;
}
.f_sidenav{
  display: block;
}
.f_ms{
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.f_icon_abc{
  display: none;
}
.f_logo_z{
  width: 7rem;
  margin-right: 0!important;

}
.f_f_ul .f_ul_zzz,.f_word_ul,.f_three .f_u10 .f_hot{
  display: none;
}
.f_body .f_f_ul .f_logo_z a{
  height: 2rem;
}
.f_body .f_f_ul{
  height: 2rem;
  padding: 0.5rem 0;
}
.f_three .f_u10{
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
.f_three .f_u10 .f_m_top_1{
  margin: 0 auto;
}
.f_three .f_u10 .f_m_top_1 li{
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
.f_word_ul li:nth-child(2n){
  margin-right: 0;
}
.f_word_ul li{
  margin-right: 1.25rem;
  width: 9.0625rem;
}
.f_word_ul li a p{
  width: 100%;

}
.f_word_ul li a img{
  width: 9.0625rem;
  height: 12rem;
}
.f_three .f_tag4{
  margin-bottom: 0;
}
.f_tag3 .f_ul-15{
  width: 19.6875rem;
}
.f_ul-15 li .f_ul-15-a{
  font-size: 0.9375rem;
}
.f_ul-15 li .f_ul_img img{
  height: 4.375rem;
  width: 7.5rem;
}
.f_ul-15 li{
  height: 4.375rem;
}
.f_banner,.f_banner-a{
  width: 100%;
}
.f_banner{
  border-radius: 0;
  margin-top: 0;
  background-color:#efefef;
}
.f_banner-a{
  height: 10rem;
}
.f_banner .f_banner-box{
  padding: 0;
}
.f_banner-left,.f_banner-box .f_banner-right{
  margin:0.9375rem 0.9375rem 0 0.9375rem;
  padding:0.9375rem;
  width: 19.6875rem !important;
  background-color: #fff;
  border-radius: 0.25rem;
}
.f_bt-one{
  margin-bottom: 0.625rem;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.5rem;
}
.f_bt-one p {
  font-size: 1.25rem;
}
.f_bt-one p::before {
  width: 0.25rem;
  height: 1.25rem;
  border-radius: 1rem;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
.f_bt-one a.f_m1 {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.f_new-s .f_p em {
  font-size: 0.75rem;
  padding: 0.1875rem 0.3125rem;
  border-radius: 0.25rem;
  margin-right: 0.625rem;
}
.f_new-s .f_p span {
  line-height: 1.25rem;
}
.f_new-s .f_p2 {
  color: #999;
  font-size: 0.875rem;
  margin: 0.9375rem 0;
  padding-bottom: 0.9375rem;
  border-bottom: 0.0625rem dotted #d0d0d0;
}
.f_banner-right-list li {
  font-size: 0.875rem;
  margin-bottom: 0.875rem;
}
.f_banner-right-list li .f_cl1 {
  padding: 0.1875rem 0.3125rem;
  border-radius: 0.25rem;
  width: 3.75rem;
  margin-right: 0.625rem;
}
.f_banner-right-list li .f_a {
  font-size: 1rem;
  width: 11.25rem;
  line-height: 1.375rem;
}
}
