a:hover {
  color: #dd7d23;
}
.pc {
  /*width: 100%;*/
}
.mobile {
  display: none;
}
.mobile_img {
  width: 100%;
}
.clear {
  clear: both;
}
.bg_white {
  background-color: #f5f5f5;
}
.bg_white1 {
  background-color: #ffffff;
}
.pb_title {
  width: 1200px;
  font-size: 24px;
  text-align: center;
  padding: 15px 0 15px;
  color: #dd7d23;
  margin: 0 auto 30px;
  border-bottom: 1px solid #ccc;
}
.banner {
  position: relative;
  padding: 30px 0 0 0;
}
.banner img {
  max-width: 100%;
}
.process {
  padding: 0;
  background-color: #f5f5f5;
  justify-content: center;
  padding-bottom: 0px;
}
.route .package {
  max-width: 1420px;
  padding-bottom: 20px;
}
.route .package .el-carousel__container {
  height: 300px;
}
.route .package .line-scroll {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}
.route .package .no-line {
  text-align: center;
}
.route .package .package-item {
  cursor: pointer;
  padding: 19px 10px;
  background-color: #ffffff;
}
.route .package .package-item .package-item-top {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.route .package .package-item .package-item-top .package-img {
  flex: 1;
}
.route .package .package-item .package-item-top .package-img img {
  max-width: 90px;
  max-height: 90px;
}
.route .package .package-item .package-item-top .package-parameter {
  flex: 4;
  padding-left: 10px;
}
.route .package .package-item .package-item-top .package-parameter .package-parameter-top {
  display: flex;
  align-items: center;
}
.route .package .package-item .package-item-top .package-parameter .package-parameter-top .package-country {
  margin-right: 5px;
  font-size: 18px;
  font-weight: 700;
}
.route .package .package-item .package-item-top .package-parameter .package-parameter-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.route .package .package-item .package-item-top .package-parameter .package-parameter-bottom .package-parameter-item {
  margin-right: 10px;
}
.route .package .package-item .package-item-top .package-parameter .package-parameter-bottom .package-parameter-item .time {
  font-size: 14px;
  font-weight: 700;
}
.route .package .package-item .package-item-top .package-parameter .package-parameter-bottom .package-parameter-item .price {
  color: #b05528;
  font-weight: 700;
}
.route .package .package-item .package-attribute {
  display: flex;
  flex-wrap: wrap;
}
.route .package .package-item .package-attribute .package-attribute-item {
  padding: 7px 20px;
  margin: 0 3px 5px 0;
  font-size: 12px;
  background-color: #e7eaff;
  border-radius: 3px;
}
.route .package .package-item .package-item-bottom {
  padding: 10px;
}
.route .package .package-item .package-item-bottom .characteristic {
  font-size: 18px;
  color: #010101;
}
.route .package .package-item .package-item-bottom .describe {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 10px;
  overflow: hidden;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 20px;
}
.clause {
  margin: 20px auto 0;
  padding: 20px;
  width: 80%;
  background-color: #ffffff;
}
.clause .title {
  text-align: center;
}
.contact {
  margin-top: 20px;
}
.contact .contact-top {
  width: 100%;
  font-size: 24px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 30px;
  color: #dd7d23;
  border-bottom: 1px solid #ccc;
}
.contact .contact-list {
  width: 100%;
}
.contact .contact-list .contact-view {
  margin-bottom: 30px;
}
.contact .contact-list .contact-view .contact-title {
  padding: 10px 20px;
  background-color: #dd7d23;
  color: #ffffff;
  font-size: 16px;
  border-radius: 8px 8px 0 0;
}
.contact .contact-list .contact-view .contact-details {
  padding: 30px;
  width: 100%;
  border: 1px solid #ccc;
}
.contact .contact-list .contact-view .contact-details .contact-content {
  font-size: 16px;
  color: #9b9b9b;
  width: 42%;
}
.contact .contact-list .contact-view .contact-details .contact-content .contact-btn {
  margin-top: 30px;
  display: block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #dd7d23;
  color: #ffffff;
  border-radius: 10px;
}
.contact .contact-list .contact-view .contact-details .contact-img {
  margin-left: 50px;
  width: 42%;
  text-align: end;
}
.contact .bank {
  width: 60%;
  line-height: 50px;
}
.contact .bank .bank-title {
  padding: 10px 15px;
  background: #EE3022;
  color: #ffffff;
  font-size: 20px;
}
.contact .bank .bank-content {
  padding: 15px;
  min-height: 230px;
}
.contact .bank .bank-content img {
  width: 100%;
  height: auto;
}
.contact .upload-receipt {
  width: 35%;
  margin-left: auto;
}
.contact .upload-receipt .receipt-title {
  padding: 10px 15px;
  color: #ffffff;
  background: #00A652;
  font-size: 20px;
}
.contact .upload-receipt .receipt-content {
  border: 2px solid #00A652;
  text-align: center;
}
.contact .upload-receipt .receipt-content img {
  width: 60%;
}
.about {
  padding: 15px 0;
}
.about .about-top {
  font-size: 24px;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 30px;
  color: #dd7d23;
  border-bottom: 1px solid #ccc;
}
.about .title {
  font-size: 18px;
  padding: 10px;
  color: #ffffff;
}
.about .form {
  background-color: #ffffff;
}
.about .form .title {
  background-color: #10c2b4;
  border-radius: 8px 8px 0 0;
}
.about .form .form-item {
  margin-top: 10px;
  width: 100%;
}
.about .form .form-item .form-div {
  position: relative;
  width: 50%;
  margin: 10px;
}
.about .form .form-item .form-div .form-name {
  width: 11%;
  margin-right: 10px;
}
.about .form .form-item .form-div .form-name span {
  color: #ff0000;
}
.about .form .form-item .form-div input[type=text] {
  width: 78%;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #bfbcbc;
  padding-left: 10px;
  font-size: 17px;
}
.about .form .form-item .form-div .click {
  display: block;
  width: 80%;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  border: 3px solid #10c2b4;
  border-radius: 10px;
  font-size: 17px;
  text-align: center;
}
.about .form .form-item .form-div .text-input-ab {
  position: absolute;
  left: 85px;
  top: 12px;
}
.about .form .form-item .form-div .text-input-ab input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.about .form .form-item .form-div .text-input-ab input[type="checkbox"] + label::before {
  content: "\a0";
  display: inline-block;
  vertical-align: .2em;
  width: 1em;
  height: 1em;
  margin-right: .2em;
  margin-left: 1.5px;
  border-radius: .2em;
  background-color: #ffffff;
  text-indent: .15em;
  line-height: .65;
  border: 1px solid #bfbcbc;
}
.about .form .form-item .form-div .text-input-ab input[type="checkbox"]:checked + label::before {
  content: "\2713";
  color: #2ab49a;
  font-weight: bold;
}
.about .form .form-item .form-div .form-file {
  width: 78%;
  height: 40px;
  border: 1px solid #bfbcbc;
  position: relative;
}
.about .form .form-item .form-div #photoCover {
  height: 92%;
  width: 65%;
  margin-left: 120px;
  border: none;
  outline: none;
  font-size: 18px;
  padding-left: 10px;
}
.about .form .form-item .form-div #mybutton {
  border: none;
  background: #10c2b4;
  color: #ffffff;
  position: absolute;
  left: 2%;
  top: 2.5px;
  width: 20%;
  height: 35px;
  font-size: 18px;
  outline: none;
  cursor: pointer;
}
.about .form .form-item .form-div .input-bg {
  position: absolute;
  right: 60px;
  top: 8px;
}
.about .address {
  margin-top: 20px;
}
.about .address .address-item {
  width: 50%;
  border-right: 10px solid #f5f5f5;
  background-color: #ffffff;
  margin-right: 0px;
}
.about .address .address-item:last-child {
  border-right: 0;
}
.about .address .address-item .title {
  background-color: #3ca095;
  border-radius: 8px 8px 0 0;
}
.about .address .address-item .address-details {
  line-height: 35px;
  margin: 2%;
}
.about .address .address-item:nth-child(2) .title {
  background-color: #a93f97;
  border-radius: 8px 8px 0 0;
}
.about .address .address-item1 {
  width: 50%;
  background-color: #ffffff;
}
.about .dt .dt-title {
  margin-top: 30px;
  text-align: center;
  background: url(../images/map.png) no-repeat;
  background-position: center;
  background-position-x: 45%;
}
.about .dt .dt-content {
  margin-top: 10px;
}
.about .dt .dt-hide {
  display: none;
}
.informationDetails .details {
  padding: 0px;
}
.informationDetails .details .details-header {
  padding: 20px 0;
  text-align: center;
}
.informationDetails .details .details-header .details-title {
  width: 100%;
  font-size: 24px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 15px;
  color: #dd7d23;
  border-bottom: 1px solid #ccc;
}
.informationDetails .details .details-header .details-time {
  font-size: 15px;
  color: #b2aabd;
}
.informationDetails .details .details-main {
  padding: 6%;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 25px;
  background-color: #ffffff;
  border-radius: 8px 8px 0 0;
}
.informationDetails .details .details-main .details-list {
  margin-bottom: 10px;
}
.informationDetails .details .details-main .details-list h5 {
  font-size: 16px;
  font-weight: bold;
  background-color: #dd7d23;
  color: #ffffff;
  padding: 5px 25px;
  border-radius: 8px 8px 0 0;
}
.informationDetails .details .details-main .details-list ul li {
  border-bottom: 1px solid #DDDDDD;
}
.informationDetails .details .details-main .details-list ul li .details-list-name {
  line-height: 30px;
  padding: 10px 25px;
}
.informationDetails .details .details-main .details-list ul li .details-list-content {
  padding: 5px 25px;
  display: none;
}
.informationDetails .details .details-main .details-list ul li .up {
  margin-left: auto;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/up.png");
  background-size: 100% 100%;
}
.informationDetails .details .details-main .details-list ul li.show .details-list-content {
  display: block;
}
.informationDetails .details .details-main .details-list ul li.show .up {
  margin-left: auto;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/up.png");
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.service {
  padding-top: 10px;
}
.service .service_content {
  width: 894px;
}
.service .service_content-top .list {
  margin: 15px 0 5px;
  margin-left: auto;
}
.service .service_content-top .list a {
  margin: 5px 0 5px 5px;
}
.service .content .content-top {
  margin: 5px 0;
  border-left: 10px solid #419fd8;
  padding-left: 10px;
  color: #ff0000;
}
.service .content .content-img {
  margin-bottom: 0px;
}
.service .content .content-img a {
  width: 24.25%;
  margin-top: 10px;
  margin-right: 1%;
}
.service .content .content-img a img {
  width: 100%;
}
.service .content .content-img a p {
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  background-color: #b7b7b7;
}
.service .content .content-img a:nth-child(4n) {
  margin-right: 0;
}
.service .content .canshu_btn {
  margin-right: 10px;
}
.service .content .content-table table {
  width: 100% !important;
  margin-top: 20px;
  background-color: transparent;
  padding-bottom: 25px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dee2e6;
  border-collapse: collapse;
}
.service .content .content-table table th,
.service .content .content-table table td {
  border: 1px solid #dee2e6;
}
.service .content .content-table table tr:nth-child(n+2) {
  background-color: #fffbea;
  color: #000;
}
.service .content .content-table table tr:nth-child(n+2) td:hover {
  background-color: #e03e9c;
  color: #fff;
}
.service .content .content-table table tr:nth-child(n+2):hover {
  background-color: #fcebf5;
}
.service .content .content-table table tr:nth-child(1) {
  color: #fff;
}
.service .index_content .content-img {
  margin-bottom: 10px;
}
.service .index_content .content-img {
  margin-bottom: 10px;
}
.service .index_content .content-img a {
  width: 32.65%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.service .index_content .content-img a img {
  width: 100%;
}
.service .index_content .content-img a p {
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  background-color: #b7b7b7;
}
.service .index_content .content-img a:nth-child(3n) {
  margin-right: 0;
}
.service-top {
  width: 100%;
  font-size: 24px;
  padding: 35px 0 30px;
  text-align: center;
  margin-bottom: 20px;
  color: #dd7d23;
  border-bottom: 1px solid #ccc;
}
input {
  outline: none;
  padding-left: 10px;
  border: 1px solid #bfbcbc;
}
.process-title {
  color: #ffffff;
  padding: 15px 30px;
  background: #00A652;
  font-size: 25px;
}
.process-content {
  border: 2px solid #00A652;
  padding: 25px 180px;
}
.process-input {
  margin-top: 25px;
}
.process-input span {
  float: left;
  margin-top: 8px;
  font-size: 18px;
  color: #383636;
}
.process-input p {
  display: inline-block;
  color: #ff0000;
  margin: 0;
}
.process-input input {
  float: right;
  width: 80%;
  height: 35px;
  border-radius: 10px;
  font-size: 16px;
}
.process-select {
  float: right;
  width: 77.6%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #bfbcbc;
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
}
.select-img {
  position: absolute;
  top: 30%;
  right: 25px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.process-ab {
  position: absolute;
  width: 100.5%;
  top: 102%;
  left: -2px;
  background: #fff;
  z-index: 999;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #bfbcbc;
  display: none;
}
.process-item {
  padding: 10px 0;
  text-align: left;
  padding-left: 15px;
  border-top: 1px solid #bfbcbc;
  cursor: pointer;
}
.process-upload-text {
  margin-top: 25px;
  padding-left: 153px;
  font-size: 18px;
}
.process-upload-text span {
  color: #ff0000;
  font-weight: bold;
}
.estimation-details {
  padding-top: 20px;
}
.estimation-details .details {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  font-size: 14px;
}
.estimation-details .details .details-top {
  display: grid;
  align-items: center;
  grid-template-columns: 0 8fr 110px;
  gap: 20px;
  line-height: 35px;
}
.estimation-details .details .details-top .details-img {
  display: flex;
  justify-content: space-between;
}
.estimation-details .details .details-top .details-img img {
  justify-self: center;
  width: 100px;
}
.estimation-details .details .details-top .attribute {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.estimation-details .details .details-top .attribute .attribute-item {
  display: flex;
  align-items: center;
  height: 25px;
  padding: 0 10px;
  margin: 0 5px 5px 0;
  color: #dd7d23;
  border-radius: 7px;
  font-size: 12px;
}
.estimation-details .details .details-top .blut-text {
  color: #2b1cc4;
}
.estimation-details .details .details-top .opcity-btn {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.estimation-details .details .details-top .opcity-btn .go-back {
  cursor: pointer;
}
.estimation-details .details .details-top .opcity-btn .go-back:hover {
  color: #2b1cc4;
  text-decoration: underline;
}
.estimation-details .details .details-top .opcity-btn .region-btn {
  color: #ffffff;
  background-color: #2b1cc4;
}
.estimation-details .details .details-top .one {
  display: none;
}
.estimation-details .details .details-center .regions-info {
  padding: 20px;
  background-color: #f0f0f0;
}
.estimation-details .details .details-center .regions-info .regions-title {
  padding: 10px 0;
  font-size: 14px;
}
.estimation-details .details .details-center .regions-info .services {
  display: grid;
  grid-template-columns: 180px 1fr;
  font-size: 13px;
  line-height: 30px;
}
.estimation-details .details .details-center .regions-info .rules {
  line-height: 30px;
  font-size: 13px;
}
.estimation-details .details .route-details {
  font-size: 14px;
  line-height: 25px;
}
.estimation-details .details .select-mode {
  display: flex;
  justify-content: flex-end;
}
.estimation-details .details .select-mode div {
  cursor: pointer;
  width: 110px;
  padding: 10px;
  margin-left: 10px;
  border: 1px solid #d7d7d7;
  text-align: center;
  background-color: #ffffff;
}
.kd-content table {
  width: 100% !important;
  margin-top: 20px;
  background-color: transparent;
  padding-bottom: 25px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dee2e6;
  border-collapse: collapse;
}
.kd-content table th {
  border: 1px solid #dee2e6;
}
.kd-content table td {
  border: 1px solid #dee2e6;
}
.area-dialog .el-dialog__header {
  background-color: #dd7d23;
}
.area-dialog .el-dialog__header .el-dialog__title {
  color: #ffffff !important;
}
.area-dialog .el-dialog__body {
  padding-top: 0 !important;
}
.area-dialog .area {
  padding: 20px;
  line-height: 25px;
  border: 1px solid #d7dae2;
}
.aside {
  position: fixed;
  width: 100%;
  height: 100vh;
  margin: 0;
  top: 0;
  background-color: #f7f7f7;
  z-index: 999;
}
.aside .close {
  cursor: pointer;
  position: absolute;
  top: 10%;
  right: 15%;
  font-size: 24px;
}
.aside .aside-nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aside .aside-nav .member-center {
  width: 101px;
  height: 40px;
  background: #ff8421;
  border-radius: 20px;
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 20px;
  border: none;
}
.aside .aside-nav .nav-list {
  text-align: center;
  padding: 0;
  margin: 0;
}
.aside .aside-nav .nav-list .item {
  display: block;
  padding: 15px;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
.aside .aside-nav .nav-list .item a {
  color: #6a6e79;
  font-weight: 400;
  font-size: 20px;
  vertical-align: middle;
}
.aside .aside-nav .nav-list .item .icon {
  color: #555555;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 8px;
}
.aside.open {
  display: block !important;
}
.is-select a {
  color: #ff8421 !important;
}
.mobile-logo {
  width: auto;
  float: left;
  margin: 15px auto 15px 15px;
}
.mobile-head-content {
  width: 100%;
  margin: 0 auto;
}
.menu-img {
  float: right;
  margin: 20px 20px 15px auto;
}
.mobile-nav {
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 10000;
  transition: all 0.5s ease-in-out;
}
.mobile-nav-left {
  float: left;
  width: 45%;
  height: 100%;
  background: #30A68E;
}
.mobile-nav-left ul {
  margin: 0;
  padding: 0;
}
.mobile-nav-left li {
  list-style: none;
  text-align: right;
  padding: 10px 20px 10px 0;
}
.mobile-nav-left li a {
  color: #ffffff;
  text-decoration: none;
}
.mobile-nav-right {
  float: right;
  width: 160px;
  height: 100%;
  background: #dd7d23;
}
.mobile-tel-img {
  text-align: center;
  background: #dd7d23;
  padding: 10px 5px;
}
.mobile-bignav {
  font: normal 13px/1.3 "黑體", "微軟正黑體", Arial, Helvetica, sans-serif;
}
.mobile-bignav ul {
  margin: 0;
  padding: 0;
}
.mobile-bignav li {
  list-style: none;
  text-align: right;
  padding: 10px 20px 10px 0;
}
.mobile-bignav li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}
.nav-bg {
  background: url(../images/back.png) no-repeat center left 7%;
  background-color: #30a68e;
  background-size: 6%;
}
.mobile-nav-ul {
  display: none;
}
.mobile-nav-bg {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  z-index: 999;
  background: #000;
  opacity: 0.3;
  transition: all 0.5s ease-in-out;
}
.left-zero {
  left: 0 !important;
}
.right-zero {
  right: 0 !important;
}
.mobile-service {
  width: 100%;
  margin: 15px auto 0 auto;
  font-size: 0;
}
.mobile-service-item {
  height: auto;
  width: 32%;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border-radius: 7px;
  margin-bottom: 15px;
  margin-left: 1%;
}
.mobile-service-item-img {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 15%;
  display: block;
}
.mobile-service-item-img img {
  width: 25px;
  height: 25px !important;
}
.mobile-service-item-img span {
  font-size: 15px;
  color: #ffffff;
  line-height: 2;
}
.freight_estimation_mobile {
  padding: 10px 0;
}
.freight_btn {
  margin: auto;
  color: #ffffff;
  background: #dd7d23;
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 10px;
}
.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.classify {
  padding: 0;
}
.classify .content {
  margin-top: 50px;
  flex: 1;
}
.classify .content .title {
  margin-top: 10px;
  position: relative;
  height: 40px;
}
.classify .content .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  right: 10%;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, #a9a9a9, transparent);
}
.classify .content .title span {
  color: #5a5a5a;
  position: absolute;
  left: 50%;
  background-color: #f5f5f5;
  padding: 0 2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20px;
  letter-spacing: 1px;
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 28px;
}
.classify .content .list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 20px;
  min-height: 350px;
}
.classify .content .list .li {
  width: 100%;
  padding: 5px 5px;
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.classify .content .list .li:nth-child(3n) {
  margin-right: 0;
}
.classify .content .list .li .imgs {
  width: 100%;
  overflow: hidden;
}
.classify .content .list .li .details {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 0 0 10px 10px;
}
.classify .content .list .li .details .name {
  font-size: 24px;
  color: #dd7d23;
}
.classify .content .list .li .details .size {
  margin-top: 5px;
}
.classify .content .list .li .details .txt {
  margin-top: 10px;
  line-height: 25px;
  color: #eb6a01;
}
.classify .content .list .li .details .btn {
  width: 80px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #dd7d23;
  border: 1px solid #dd7d23;
  border-radius: 10px;
}
.classify .content .list .li .details .btn:hover {
  color: #ffffff;
  background-color: #dd7d23;
}
.classify .content .list2 {
  position: relative;
}
.classify .content .list2 .li {
  width: 33%;
  padding: 5px 5px;
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.classify .content .list2 .li:nth-child(3n) {
  margin-right: 0;
}
.classify .content .list2 .li .imgs {
  width: 100%;
  overflow: hidden;
}
.classify .content .list2 .li .details {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 0 0 10px 10px;
}
.classify .content .list2 .li .details .name {
  font-size: 24px;
  color: #dd7d23;
}
.classify .content .list2 .li .details .size {
  margin-top: 5px;
}
.classify .content .list2 .li .details .txt {
  margin-top: 10px;
  line-height: 25px;
  color: #eb6a01;
}
.classify .content .list2 .li .details .btn {
  margin-top: 10px;
  width: 80px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #dd7d23;
  border: 1px solid #dd7d23;
  border-radius: 10px;
}
.classify .content .list2 .li .details .btn:hover {
  color: #ffffff;
  background-color: #dd7d23;
}
.classify .content .list.hidden {
  display: none;
}
.dh {
  width: 242px;
  margin-top: 20px;
  margin-right: 30px;
}
.dh .title {
  padding: 10px 16px;
  background-color: #dd7d23;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}
.dh .title img {
  width: 22px;
  margin-right: 10px;
}
.dh .nav {
  background-color: #ffffff;
  border-radius: 0px;
  padding: 8px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.dh .nav a {
  padding: 0 8px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 2px;
  font-size: 16px;
}
.dh .nav a img {
  max-width: 25px;
  margin-right: 10px;
}
.dh .nav a:hover {
  background-color: #f3f3f3;
  color: #000000;
}
.dh .link {
  background-color: #ffffff;
  border-radius: 0px;
  padding: 20px 16px;
  text-align: center;
}
.dh .link a {
  display: block;
  border-bottom: 1px solid #dee2e6;
}
.dh .link a:last-child {
  border: 0;
}
.dh .link a img {
  max-width: 100%;
}
.download .nav a {
  background-color: #ffffff;
  display: block;
  padding: 10px 30px;
  border: 1px solid #eaeaea;
  margin-right: 10px;
  border-radius: 10px;
}
.download .nav a:hover {
  background-color: #dd7d23;
  color: #ffffff;
}
.download .nav a.cli {
  background-color: #dd7d23;
  border-color: #dd7d23;
  color: #ffffff;
}
.download .content {
  margin-top: 30px;
  background-color: #ffffff;
}
.download .content .title {
  background-color: #dd7d23;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  padding: 0 20px;
  font-size: 20px;
  border-radius: 8px 8px 0 0;
}
.download .content .list {
  padding: 20px;
}
.download .content .list .name {
  color: #dd7d23;
  font-size: 18px;
  padding-left: 10px;
  position: relative;
}
.download .content .list .name:after {
  position: absolute;
  width: 2px;
  height: 15px;
  top: 4px;
  left: 0;
  background-color: #dd7d23;
  content: '';
}
.download .content .list .top {
  margin-top: 10px;
  height: 30px;
}
.download .content .list .top > div:nth-child(1) {
  width: 30%;
}
.download .content .list .top > div:nth-child(2) {
  width: 30%;
}
.download .content .list .top > div:nth-child(3) {
  width: 20%;
}
.download .content .list .top > div:nth-child(4) {
  width: 20%;
}
.download .content .list .li {
  margin-top: 10px;
  height: 30px;
}
.download .content .list .li > div:nth-child(1) {
  width: 30%;
}
.download .content .list .li > div:nth-child(2) {
  width: 30%;
}
.download .content .list .li > div:nth-child(3) {
  width: 20%;
}
.download .content .list .li > div:nth-child(4) {
  width: 20%;
}
.download .content .list .li:hover {
  color: #dd7d23;
}
.imgs .nav a {
  background-color: #ffffff;
  display: block;
  padding: 10px 30px;
  border: 1px solid #eaeaea;
  margin-right: 10px;
  border-radius: 10px;
}
.imgs .nav a:hover {
  background-color: #dd7d23;
  color: #ffffff;
}
.imgs .nav a.cli {
  background-color: #dd7d23;
  border-color: #dd7d23;
  color: #ffffff;
}
.imgs .content {
  margin-top: 30px;
  background-color: #ffffff;
  position: relative;
}
.imgs .content .li {
  float: left;
  width: 25%;
  padding: 10px 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.icons {
  margin-left: 5px;
  margin-top: 3px;
}
.icons i {
  cursor: pointer;
  opacity: .7;
}
.icons i:hover {
  opacity: 1;
}
.icons .up {
  display: block;
  width: 12px;
  height: 6px;
  background: url(../images/jt.png);
  background-size: 100% 100%;
}
.icons .down {
  margin-top: 2px;
  display: block;
  width: 12px;
  height: 6px;
  background: url(../images/jt.png);
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
}
@media (max-width: 900px) {
    .classify .content {
       margin-top: 10px;
    }
    .classify .content .list .li .details .name {
      font-size: 20px;
    }
    .dh .title img{
      width: 20px;
    }
    .dh .title{
      font-size: 20px;
    }
    .classify .content .title span{
      font-size: 20px; 
    }
    .classify .content .list2 .li .details .name{
       font-size: 20px;  
    }
   .dh .link {
  padding: 0 16px;
}
   .classify .content .title {
    margin-top: 30px;   
    height: 25px;
  }
  .pb_title {
    width: 100%;
    font-size: 20px;
    padding: 15px 0 20px;
    margin-bottom: 20px;
  }
  .pb_title bg_white {
    width: 95%;
  }
  .banner {
    padding: 0;
  }
  .pt-20 {
    padding-top: 5px;
  }
  .pb-20 {
    padding-bottom: 5px;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .bk {
    margin-left: 1%;
    /*width: 23%;*/
    font-size: 12px;
  }
  .w {
    padding: 10px 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .dh {
    width: 100%;
    margin: 10px 0 0;
    position: relative;
  }
  .dh .dh-view {
    z-index: 1000;
    top: 0;
    position: fixed;
    width: 60%;
    height: 100vh;
    overflow-x: scroll;
    right:0;
    display: none;
    right: -100%;
    background: white;;
  }
  .dh.active .dh-view {
    right: 0%;
    display: block;
    transition: all 0.5s ease-in-out;
  }
  .dh .nav a{
      height: 40pxpx;
  }
  .classify .content {
    width: 100%;
    flex: auto;
  }
  .classify .content .list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .classify .content .list2 .li {
    width: 100%;
  }
  .estimation-details .details {
    padding: 0;
  }
  .estimation-details .details .details-center .regions-info {
    padding: 10px;
  }
  .informationDetails .details .details-main {
    padding: 0;
  }
  .imgs {
    padding-top: 20px;
  }
  .imgs .content .li {
    width: 50%;
    padding-bottom: 0;
  }
  .imgs .content .li a {
    display: block;
  }
  .imgs .content .li a img {
    width: 100%;
  }
  .contact .contact-list .contact-view .contact-details .contact-content {
    width: 100%;
  }
  .contact .contact-list .contact-view .contact-details .contact-img {
    margin: 30px 0 0 0;
    width: 100%;
  }
  .download {
    padding-top: 20px;
  }
  .download .content .list {
    padding: 10px;
  }
  .service .service_content {
    width: 100%;
  }
  .service .service_content .content-table {
    width: 100%;
    overflow-y: scroll;
  }
  .service .service_content .content-table table {
    width: 500px !important;
  }
  .footer .footer-top .footer-nav {
    justify-content: left;
  }
  .footer .footer-top .footer-nav a {
    margin: 0;
    width: 33.33%;
    line-height: 30px;
  }
  
  .about .form {
    width: 100%;
    margin: auto;
  }
  .about .form .form-item {
    flex-wrap: wrap;
  }
  .about .form .form-item .form-div {
    width: 100%;
  }
  .about .form .form-item .form-div .form-name {
    width: 20%;
  }
  .about .form .form-item .form-div #photoCover {
    width: 50%;
    margin-left: 35%;
    font-size: 16px;
  }
  .about .form .form-item .form-div #mybutton {
    width: 35%;
    font-size: 16px;
    padding: 0;
  }
  .about .address {
    flex-wrap: wrap;
  }
  .about .address .address-item {
    border:0;
    margin: 5px auto;
    width: 100%;
  }
  .about .address .address-item .title {
    width: 94%;
  }
  .about .dt .dt-title {
    background-position-x: 35%;
  }
}
