.fqa{
  width: 100%;
  padding: 0 0 160px;
  background-color: #fff;
}
.fqa-cont{
  width: 1000px;
  margin: 0 auto;
}
.fqa-cont-title{
  position: relative;
  margin-left: 23px;
  margin-top: 50px;
  margin-bottom: 35px;
}
.fqa-cont-title:after{
    position: absolute;
    width: 18px;
    height: 58px;
    top: 8px;
    left: -23px;
    content: "";
    display: block;
    background: url(../images/longbar.png) no-repeat;
    background-size: 100% 100%;
}
.service-top{
  width: 100%;
  min-width: 1280px;
  position:  relative;
  /* margin-bottom: 80px; */
}
.service-top img{
  position: relative;
  width: 100%;
}
.service-title{
  position: absolute;
  width: 60%;
  min-width: 1280px;
  top: 40%;
  left: 5%;
  color: #fff;
}
.service-title .p_h1{
  font-size: 60px;
}
@media screen and (max-width: 1545px) {
  .service-title{top: 25%;}
}
.service-title p{
  font-size: 35px;
  margin-top: 0.5%;
}
/*.classify{
  background-color: #262626;
  width: 100%;
  height: 150px;
  margin-bottom: 80px;
}
.sortwrap{
  width: 1528px;
  margin: 0 auto;
  padding-top:25px;
}
.sortwrap li{
  width: 173px;
  height: 100px;
  float: left;
  margin-right: 18px;
}
.sortwrap li.on p{color: #FBCA4D;}
.sortwrap li:hover .sort-img{
  transform: scale(1.1,1.1);
}
/* .sortwrap li:hover p{color: #fff;} */
/*.sort-img{
  width: 65px;
  display: block;
  margin: 0 auto;
  transition: all 0.8s;
}
.sortwrap li p{
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #8b8b8b;
  margin-top: 10px;
}
@media screen and (max-width: 1545px) {
  .sortwrap{width: 1232px;}
  .sortwrap li{width: 136px;}
}
*/

.fqa-cont-title p:first-child{
  font-size: 24px;
  color: #FBCC54;
  position: relative;
  font-family: "best"," ";
}
.fqa-cont-title p:nth-child(2){
  font-size: 24px;
  /*font-weight: bold;*/
  margin-top: 6px;
  color: #3e3a39;
}
.fqa-cont-lists{
  margin-top: 37px;
}
.fqa-cont-lists p{
  font-size: 18px;
  color: #FBCA4D;
}
.lists-li{
  width: 100%;
  /* line-height: 25px; */
  /*background: #EEEEEE;*/
  /* padding: 2%; */
  margin-top: 25px;
  margin-left: 20px;
  font-size: 14px;
  text-align: right;
}
.lists-li p{
  color: #000;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
}
.lists-li img{
  width: 680px;
}
.fqa-cont span{
  display: block;
  /* width: 260px; */
  /* height: 55px; */
  /* line-height: 55px; */
  /* background: #FBCA4D; */
  font-size: 14px!important;
  text-align: left;
  color: #000;
  margin: 0 auto;
  font-family: " ","å¾®è½¯é›…é»‘";
}
pre{
  font-family: "best"," ";
}



.classify{
  /* background-color: #393636; */
  width: 100%;
  height: 150px;
}
.sortwrap{
 /* width: 1528px;*/
 width: 1210px;
 margin: 0 auto;
 padding-top:25px;
}
.sortwrap li{
  width: 132px;
  height: 100px;
  float: left;
  margin-right: 18px;
  position: relative;
}
.sortwrap li:last-child:after{
  display: none;
}
.sortwrap li.on p{color: #FBCA4D;}
.sortwrap li:hover .sort-img{
  transform: scale(1.1,1.1);
}

.sort-img{
  width: 90px;
  display: block;
  margin: 20px auto 15px;
  transition: all 0.8s;
}
.sortwrap li p{
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #8b8b8b;
  /*margin-top: 10px;*/
}
.sortwrap li:after{
  content: "";
  width: 1px;
  height: 79px;
  display: block;
  background: #737373;
  position: absolute;
  right: -10px;
  top: 17px;
}
.sortwrap li:hover p{color: #8b8b8b;}
.sortwrap li.on:hover p{color: #FBCA4D;}
.sortwrap li:last-child:after{display: none;}
/*@media screen and (max-width: 1545px) {
  .sortwrap{width: 1232px;}
  .sortwrap li{width: 136px;}
}*/

.crumbs {
  width: 1000px;
  margin:60px auto 0;
  font-size: 16px;
}

.crumbs a{
  color: #737373;
}
.crumbs-special a {
  color: #FBCA4B;
}
.question-none{
  font-size: 24px;
  text-align: center;
  margin-top: 100px;
}