

@media only all and (max-width: 768px) {
  .content {
    margin-top: 56px;
  }
}

@media only all and (max-width: 414px) {
  .content {
    margin-top: 46px;
  }
}

.content .banner {
  width: 100%;
}

@media only all and (max-width: 414px) {
  .content .banner {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150%;
    max-width: 150%;
  }
}

.content .resource {
  width: 1400px;
  margin: 0 auto;
}

@media only all and (max-width: 1440px) {
  .content .resource {
    width: 1200px;
  }
}

@media only all and (max-width: 1280px) {
  .content .resource {
    width: 1000px;
  }
}

@media only all and (max-width: 1024px) {
  .content .resource {
    width: 760px;
  }
}

@media only all and (max-width: 768px) {
  .content .resource {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only all and (max-width: 414px) {
  .content .resource {
    padding: 0 10px;
  }
}

.content .resource .resource_con {
  padding-top: 40px;
  padding-bottom: 70px;
}

@media only all and (max-width: 768px) {
  .content .resource .resource_con {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.content .resource .resource_con .left_nav {
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



@media only all and (max-width: 1280px) {
  .content .resource .resource_con .left_nav {
    width: 190px;
  }
}

@media only all and (max-width: 1024px) {
  .content .resource .resource_con .left_nav {
    width: 140px;
  }
}

@media only all and (max-width: 768px) {
  .content .resource .resource_con .left_nav {
    display: none;
    width: 100%;
  }
}

.content .resource .resource_con .left_nav li {
  width: 100%;
  font-size: 0;
}

.content .resource .resource_con .left_nav li a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 82px;
  border: 1px dashed #cccccc;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid transparent;
  font-size: 16px;
  color: #292929;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

@media only all and (max-width: 1024px) {
  .content .resource .resource_con .left_nav li a {
    height: 40px;
  }
}


@media only all and (max-width: 1280px) {
  .content .resource .resource_con .left_nav li a {
    font-size: 14px;
  }
}

@media only all and (max-width: 414px) {
  .content .resource .resource_con .left_nav li a {
    font-size: 12px;
  }
}

.content .resource .resource_con .left_nav li a span {
  display: inline-block;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content .resource .resource_con .left_nav li a:hover {
  background: #f39800;
  border: 1px solid #f39800;
  color: #fff;
}

.content .resource .resource_con .left_nav li a.active {
  background: #f39800;
  border: 1px solid #f39800;
  color: #fff;
}

.content .resource .resource_con .left_nav li:first-child a {
  border-top: 1px dashed #cccccc;
}

.content .resource .resource_con .left_nav li:last-child a {
  border-bottom: 1px dashed #cccccc;
}

.content .resource .resource_con .right_con {
  width: 82%;
}

@media only all and (max-width: 1280px) {
  .content .resource .resource_con .right_con {
    width: 80%;
  }
}

@media only all and (max-width: 768px) {
  .content .resource .resource_con .right_con {
    width: 100%;
  }
}

.content .resource .resource_con .right_con .border {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #cccccc;
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 52px;
  color: #292929;
  padding: 59px 69px;
}

@media only all and (max-width: 1024px) {
  .content .resource .resource_con .right_con .border {
    padding: 30px 30px;
  }
}

@media only all and (max-width: 768px) {
  .content .resource .resource_con .right_con .border {
    margin-bottom: 20px;
  }
}

@media only all and (max-width: 414px) {
  .content .resource .resource_con .right_con .border {
    padding: 15px 15px;
  }
}

.content .resource .resource_con .right_con .border .search {
  width: 100%;
}

.content .resource .resource_con .right_con .border .search input {
  border: 1px solid #cccccc;
  line-height: 44px;
  height: 44px;
  width: 42%;
  margin-right: 4px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background: #f7f7f7;
}

@media only all and (max-width: 1280px) {
  .content .resource .resource_con .right_con .border .search input {
    width: 41%;
  }
}

@media only all and (max-width: 414px) {
  .content .resource .resource_con .right_con .border .search input {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
  }
}

.content .resource .resource_con .right_con .border .search span {
  display: inline-block;
  width: 15%;
  background: #5dceb5;
  line-height: 44px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 414px) {
  .content .resource .resource_con .right_con .border .search span {
    line-height: 40px;
    float: none;
    width: 30%;
  }
}

.content .resource .resource_con .right_con .border .search span:hover {
  color: #595959;
  background: #f39800;
}

.content .resource .resource_con .right_con .faqs .item {
  margin-bottom: 2px;
  border: 1px solid #ececec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}

.content .resource .resource_con .right_con .faqs .item .tits {
  font-size: 0;
}

.content .resource .resource_con .right_con .faqs .item .tits .left {
  width: 89.5%;
  background: #ececec;
  line-height: 55px;
  height: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #595959;
}

@media only all and (max-width: 1440px) {
  .content .resource .resource_con .right_con .faqs .item .tits .left {
    width: 82%;
  }
}

@media only all and (max-width: 414px) {
  .content .resource .resource_con .right_con .faqs .item .tits .left {
    line-height: 40px;
    height: 40px;
    padding-left: 5px;
    font-size: 12px;
    width: 70%;
  }
}

.content .resource .resource_con .right_con .faqs .item .tits .right {
  width: 10.5%;
  vertical-align: top;
  font-size: 0;
  display: inline-block;
}

@media only all and (max-width: 1440px) {
  .content .resource .resource_con .right_con .faqs .item .tits .right {
    width: 18%;
  }
}

@media only all and (max-width: 414px) {
  .content .resource .resource_con .right_con .faqs .item .tits .right {
    width: 30%;
  }
}

.content .resource .resource_con .right_con .faqs .item .tits .right a {
  display: inline-block;
  line-height: 55px;
  height: 55px;
  text-align: center;
  font-size: 14px;
  width: 100%;
  background: #e2e2e2;
  color: #595959;
  vertical-align: top;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 1440px) {
  .content .resource .resource_con .right_con .faqs .item .tits .right a {
    /*width: 70%;*/
  }
}

@media only all and (max-width: 414px) {
  .content .resource .resource_con .right_con .faqs .item .tits .right a {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    /*width: 80%;*/
  }
}

.content .resource .resource_con .right_con .faqs .item .tits .right a:hover {
  background: #5dceb5;
  color: #fff;
}

.content .resource .resource_con .right_con .faqs .item .tits .right span {
  display: inline-block;
  line-height: 55px;
  height: 55px;
  width: 40%;
  font-size: 0;
  background: #ececec;
  text-align: center;
  vertical-align: top;
  color: #797979;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
}

@media only all and (max-width: 1440px) {
  .content .resource .resource_con .right_con .faqs .item .tits .right span {
    width: 30%;
  }
}

@media only all and (max-width: 414px) {
  .content .resource .resource_con .right_con .faqs .item .tits .right span {
    height: 40px;
    line-height: 40px;
    width: 20%;
  }
}

.content .resource .resource_con .right_con .faqs .item .tits .right span i {
  line-height: 55px;
  font-size: 20px;
  display: inline-block;
  -webkit-transform: rotate(-90deg) translate3d(0, 0, 0);
  -moz-transform: rotate(-90deg) translate3d(0, 0, 0);
  transform: rotate(-90deg) translate3d(0, 0, 0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 414px) {
  .content .resource .resource_con .right_con .faqs .item .tits .right span i {
    line-height: 40px;
    font-size: 12px;
  }
}

.content .resource .resource_con .right_con .faqs .item .tits .right span i.overturn {
  -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
  -moz-transform: rotate(0deg) translate3d(0, 0, 0);
  transform: rotate(0deg) translate3d(0, 0, 0);
}

.content .resource .resource_con .right_con .faqs .item .tits:hover .right span i {
  color: #5dceb5;
}

.content .resource .resource_con .right_con .faqs .item .tits.active .right i {
  color: #5dceb5;
}

.content .resource .resource_con .right_con .faqs .item .cons {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 15px;
  line-height: 26px;
  font-size: 14px;
}

@media only all and (max-width: 414px) {
  .content .resource .resource_con .right_con .faqs .item .cons {
    padding: 10px 10px;
    line-height: 22px;
    font-size: 12px;
  }
}

/*# sourceMappingURL=../map/resource.css.map */
