@import 'swiper/swiper.min.css';
.pagingUl {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagingUl li {
  float: left;
  width: 30px;
  height: 30px;
  list-style: 30px;
  text-align: center;
}
.pagingUl li a {
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  padding: 0;
  background: #fafafa;
  color: #666;
  font-size: 14px;
  border: 1px solid #ddd;
}
.prv,
.next {
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.first,
.last {
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.pageTest {
  overflow: hidden;
  width: 1200px;
  margin: 50px auto;
  padding-right: 556px;
}
.activP {
  background-color: #fc882b!important;
  color: #fff!important;
}
/* 
Reset Stylesheet
2019-09-00
Author: Reset
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
input {
  border: none;
  outline: none;
  -webkit-appearance: none;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
}
/* less 文件
* 作者 reset
* @charset "utf-8";
*/
.gx_home_header {
  height: 30px;
  line-height: 30px;
  background: #f8f8f8;
  font-size: 14px;
}
.gx_home_header_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_header_left {
  float: left;
}
.gx_home_header_left span {
  color: #999;
}
.gx_home_header_left span i {
  color: #fc882b;
  font-style: normal;
}
.gx_home_header_right {
  float: right;
}
.gx_home_header_right li {
  float: left;
  margin-right: 28px;
  position: relative;
}
.gx_home_header_right li::after {
  content: '';
  width: 1px;
  height: 14px;
  background: #999;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -7px;
}
.gx_home_header_right li:last-child {
  margin-right: none;
}
.gx_home_header_right li:last-child::after {
  display: none;
}
.gx_home_header_right li a {
  color: #999;
}
.gx_home_search {
  height: 88px;
  margin-top: 20px;
}
.gx_home_header2 {
  width: 1200px;
  height: 80px;
  line-height: 30px;
  display: block;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 0px 31.7px 0.3px rgba(0, 0, 0, 0.05);
  border: solid 1px #e9e9e9;
}
.gx_home_header2_content {
  width: 1180px;
  display: block;
  margin: 0 auto;
}
.gx_home_header2_left {
  float: left;
}
.gx_home_header2_left span {
  color: #999;
}
.gx_home_search_content {
  width: 1200px;
  height: 88px;
  display: block;
  margin: 0 auto;
}
.gx_home_search_left {
  float: left;
  margin-top: 4px;
}
.gx_home_search_middle {
  float: left;
  padding-top: 24px;
  overflow: hidden;
  margin-left: 37px;
}
.gx_home_search_middle .search-input {
  width: 480px;
  height: 40px;
  border: 2px solid #fc882b;
  outline: none;
  float: left;
  padding: 0 8px;
  color: #999;
  border-right: none;
}
.gx_home_search_middle button {
  width: 100px;
  height: 44px;
  background: #fc882b;
  border: none;
  color: #fff;
  font-size: 20px;
  float: left;
}
.gx_home_search_right {
  float: right;
  height: 88px;
  line-height: 100px;
}
.gx_home_search_right img {
  float: left;
  margin-top: 22px;
}
.gx_home_search_right span {
  color: #fc882b;
  font-size: 24px;
  float: left;
}
.gx_home_search_right .phone-icon {
  width: 44px;
  height: 44px;
}
.gx_home_search_right .people-icon {
  margin-top: -22px;
}
.gx_home_menu {
  margin-top: 15px;
  height: 42px;
}
.gx_home_menu_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_menu_ul {
  height: 42px;
}
.gx_home_menu_ul > li {
  float: left;
  margin-right: 20px;
  position: relative;
  height: 100%;
}
.gx_home_menu_ul > li:last-child {
  margin-right: 0;
}
.gx_home_menu_ul > li:hover > a {
  color: #fc882b;
}
.gx_home_menu_ul > li:hover > ul {
  display: block;
}
.gx_home_menu_ul > li > a {
  display: block;
  height: 100%;
  color: #333;
  font-size: 20px;
}
.gx_home_menu_ul > li > ul {
  width: 160px;
  position: absolute;
  z-index: 9999;
  background: #fff;
  border: 1px solid #fc882b;
  left: 0;
  top: 42px;
  padding: 4px 10px;
  display: none;
}
.gx_home_menu_ul > li > ul li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 15px;
}
.gx_home_menu_ul > li > ul li:hover a {
  color: #fc882b;
}
.gx_home_menu_ul > li > ul li a {
  color: #333;
  height: 100%;
  width: 100%;
  display: block;
  border-bottom: 1px solid #eee;
}
.gx_home_menu_ul > li > ul .menu-li-active a {
  color: #fc882b;
}
.gx_home_menu .menu_active > a {
  color: #fc882b;
}
.gx_home_banner {
  width: 100%;
  height: 400px;
}
.gx_home_banner .swiper-button-prev,
.gx_home_banner .swiper-container-rtl .swiper-button-next {
  background-image: url(../gximg/home/prev-btn.png);
  left: 0;
  right: auto;
}
.gx_home_banner .swiper-button-next,
.gx_home_banner .swiper-container-rtl .swiper-button-prev {
  background-image: url(../gximg/home/prev-btn.png);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  right: 0;
  left: auto;
}
.gx_home_banner .swiper-button-next,
.gx_home_banner .swiper-button-prev {
  width: 100px;
  height: 142px;
  margin-top: -81px;
  background-size: 100px 142px;
}
.gx_home_module_title {
  text-align: center;
  padding: 42px 0;
  position: relative;
}
.gx_home_module_title::before {
  content: "";
  width: 103px;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  left: 37%;
  top: 50%;
}
.gx_home_module_title::after {
  content: "";
  width: 103px;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  right: 37%;
  top: 50%;
}
.gx_home_module_title p {
  font-size: 24px;
  color: #3f3f3f;
  font-weight: 600;
  margin-bottom: 10px;
}
.gx_home_module_title h2 {
  color: #b9b9b9;
  font-size: 14px;
}
.gx_home_module_title2 {
  width: 1200px;
  height: 42px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.gx_home_module_title2 h3 {
  color: #333;
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
.gx_home_module_title2 a {
  color: #666;
}
.gx_home_hot_car_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_hot_car_classify {
  overflow: hidden;
  margin-bottom: 15px;
}
.gx_home_hot_car_classify p {
  float: left;
  margin-right: 20px;
  padding-top: 4px;
  font-size: 18px;
}
.gx_home_hot_car_classify ul {
  float: left;
}
.gx_home_hot_car_classify ul li {
  float: left;
  margin-right: 15px;
}
.gx_home_hot_car_classify ul li:last-child {
  margin-right: 0;
}
.gx_home_hot_car_classify ul li:hover a {
  background: #fc882b;
}
.gx_home_hot_car_classify ul li a {
  font-size: 18px;
  color: #3f3f3f;
  padding: 4px 8px;
  display: block;
}
.gx_home_hot_car_classify ul .li-active a {
  background: #fc882b;
}
.gx_home_hot_car_list {
  overflow: hidden;
  margin-top: 40px;
}
.gx_home_hot_car_item {
  float: left;
  width: 368px;
  height: 300px;
  border: 1px solid #eee;
  margin-right: 45px;
  margin-bottom: 32px;
  display: block;
}
.gx_home_hot_car_item:nth-child(3n+0) {
  margin-right: 0;
}
.gx_home_hot_car_item .outer-box-top {
  width: 368px;
  margin-top: 10px;
  margin-left: 15px;
}
.gx_home_hot_car_item .outer-box-top .hot {
  border-color: #ff8650;
  color: #ff8650;
  padding: 0 5px;
}
.gx_home_hot_car_item .outer-box-top .new {
  border-color: #6493f3;
  color: #6493f3;
  padding: 0 5px;
}
.gx_home_hot_car_item .outer-box-top .price {
  border-color: #00b7ee;
  color: #00b7ee;
  padding: 0 5px;
}
.gx_home_hot_car_item .outer-box-top span {
  display: inline-block;
  height: 22px;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  margin-right: 8px;
}
.gx_home_hot_car_item .outer-box {
  width: 291px;
  height: 147px;
  line-height: 147px;
  text-align: center;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 25px;
}
.gx_home_hot_car_item .outer-box img {
  max-width: 100%;
  max-height: 100%;
}
.gx_home_hot_car_item .outer-box-next {
  padding: 0 18px;
  width: 368px;
  height: 52px;
}
.gx_home_hot_car_item .outer-box-next-left {
  float: left;
}
.gx_home_hot_car_item .outer-box-next-left .car-name {
  font-size: 20px;
  color: #3f3f3f;
  font-weight: 600;
  margin-bottom: 8px;
}
.gx_home_hot_car_item .outer-box-next-left .car-option {
  font-size: 16px;
  color: #666;
}
.gx_home_hot_car_item .outer-box-next-right {
  float: right;
  color: #de2428;
  margin-top: 10px;
}
.gx_home_hot_car_item .outer-box-next-right span {
  font-size: 24px;
  color: #de2428;
}
.gx_home_hot_car_item .outer-box-next-right i {
  font-size: 16px;
  font-style: normal;
  color: #b9b9b9;
}
.gx_home_hot_car_item .outer-box-bottom {
  width: 368px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  margin-left: 15px;
  color: #b9b9b9;
}
.gx_home_service_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.gx_home_service_item {
  width: 200px;
  height: 200px;
  float: left;
  margin-right: 133.3px;
  text-align: center;
}
.gx_home_service_item img {
  margin-top: 36px;
  width: 128px;
  height: 128px;
}
.gx_home_service_item p {
  color: #3f3f3f;
  font-size: 18px;
}
.gx_home_service_item:nth-child(4n+0) {
  margin-right: 0;
}
.gx_home_other_service {
  width: 100%;
  height: 450px;
  margin-top: 70px;
  background: url('../gximg/home/main-bg1.png') no-repeat center center;
  background-size: 100% 450px;
  padding-top: 40px;
}
.gx_home_other_service_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_other_service_item {
  margin-top: 50px;
  float: left;
  margin-right: 137.5px;
  width: 130px;
}
.gx_home_other_service_item:last-child {
  margin-right: 0;
}
.gx_home_other_service_item p {
  width: 90px;
  height: 90px;
  line-height: 90px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 20px;
  font-size: 40px;
  font-weight: 600;
}
.gx_home_other_service_item div {
  font-size: 16px;
  color: #fff;
  width: 130px;
  text-align: center;
  margin-top: 30px;
  line-height: 1.7;
}
.gx_home_our_advantages_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.gx_home_our_advantages_item {
  float: left;
  width: 300px;
  height: 250px;
  text-align: center;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.gx_home_our_advantages_item:nth-child(4n+0) {
  border-right: none;
}
.gx_home_our_advantages_item:nth-child(5n+0) {
  border-bottom: none;
}
.gx_home_our_advantages_item:nth-child(6n+0) {
  border-bottom: none;
}
.gx_home_our_advantages_item:nth-child(7n+0) {
  border-bottom: none;
}
.gx_home_our_advantages_item:nth-child(8n+0) {
  border-bottom: none;
  border-right: none;
}
.gx_home_our_advantages_item img {
  margin-top: 30px;
}
.gx_home_our_advantages_item h3 {
  font-size: 20px;
  color: #3f3f3f;
  margin: 18px 0;
}
.gx_home_our_advantages_item p {
  font-size: 16px;
  color: #666;
  text-align: left;
  line-height: 1.7;
  width: 200px;
  margin: 0 auto;
}
.gx_home_about_us {
  margin-top: 56px;
  /* height: 642px; */
  /* background: #f1fbff; */
}
.gx_home_about_us_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_about_us_title {
  font-size: 24px;
  color: #3f3f3f;
  font-weight: 600;
  position: relative;
  padding: 22px 0;
}
.gx_home_about_us_title::before {
  content: "";
  width: 64px;
  height: 3px;
  background: #fc882b;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.gx_home_about_us_title i {
  font-style: normal;
  font-size: 14px;
  color: #3f3f3f;
}
.gx_home_about_us_main {
  position: relative;
  margin-top: 25px;
}
.gx_home_about_us_main_txt {
  width: 480px;
  font-size: 16px;
  color: #3f3f3f;
  line-height: 1.7;
  position: absolute;
  left: 0;
  top: 20;
}
.gx_home_about_us_main .left-bottom {
  position: absolute;
  left: 0;
  top: 249px;
  width: 514px;
  height: 410px;
}
.gx_home_about_us_main .middle-top {
  position: absolute;
  left: 508px;
  top: 18px;
  width: 340px;
  height: 218px;
}
.gx_home_about_us_main .right-top {
  position: absolute;
  right: 0;
  top: 18px;
  width: 340px;
  height: 270px;
}
.gx_home_about_us_main .right-bottom {
  position: absolute;
  right: 0;
  top: 283px;
  width: 340px;
  height: 254px;
}

.gx_home_about_us_main .inner-text {
  width: 362px;
  height: 439px;
  position: absolute;
  left: 512px;
  top: 236px;
  padding: 26px;
  background-image: linear-gradient(0deg, #ff8048 0%, #ff8c4a 50%, #ff974b 100%), linear-gradient(#6892e0, #6892e0);
  background-blend-mode: normal, 
                    normal;
}
.gx_home_about_us_main .inner-text p {
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  text-indent: 2em;
}
.gx_home_about_us_main .inner-text a {
  width: 106px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 32px auto 0;
}
.gx_home_rent_example {
  margin-top: 160px;
}
.gx_home_rent_example_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_rent_example_content .turn-more {
  color: #999;
  font-size: 14px;
  text-align: right;
  display: block;
  margin-bottom: 10px;
}
.gx_home_rent_example_item {
  display: block;
  margin-bottom: 18px;
  overflow: hidden;
  padding: 8px;
  box-shadow: 0px 0px 31.7px 0.3px rgba(0, 0, 0, 0.05);
  border: solid 1px #e9e9e9;
}
.gx_home_rent_example_item .img-box {
  width: 285px;
  height: 188px;
  line-height: 188px;
  text-align: center;
  float: left;
  overflow: hidden;
  margin-right: 40px;
}
.gx_home_rent_example_item .img-box img {
  max-width: 100%;
}
.gx_home_rent_example_item .img-box-right {
  width: 780px;
  float: left;
}
.gx_home_rent_example_item .img-box-right h3 {
  font-size: 24px;
  color: #3f3f3f;
  margin-top: 18px;
}
.gx_home_rent_example_item .img-box-right p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-top: 35px;
  margin-bottom: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.gx_home_rent_example_item .img-box-right div {
  text-align: right;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.gx_home_rent_example_item .img-box-right div span {
  margin-left: 22px;
  overflow: hidden;
  height: 30px;
  display: inline-block;
  position: relative;
  padding-left: 50px;
}
.gx_home_rent_example_item .img-box-right div span img {
  left: 25px;
  position: absolute;
  top: 0px;
}
.gx_home_company_news_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_company_news_content .turn-more {
  color: #999;
  font-size: 14px;
  text-align: right;
  display: block;
  margin-bottom: 10px;
}
.gx_home_company_news_list {
  overflow: hidden;
}
.gx_home_company_news_item {
  width: 218px;
  height: 300px;
  float: left;
  margin-right: 26.66px;
  background: #f7f7f7;
}
.gx_home_company_news_item:last-child {
  margin-right: 0;
}
.gx_home_company_news_item .outer-box {
  width: 100%;
  height: 160px;
}
.gx_home_company_news_item .outer-box img {
  width: 100%;
  height: 100%;
}
.gx_home_company_news_item h3 {
  height: 44px;
  line-height: 44px;
  font-weight: 300;
  font-size: 16px;
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  margin: 0 7px;
  color: #333;
}
.gx_home_company_news_item p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 7px;
}
.gx_home_rent_info {
  margin-top: 44px;
}
.gx_home_rent_info_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.gx_home_rent_info_item {
  width: 25%;
  border-right: 1px solid #efefef;
  float: left;
  padding-left: 10px;
}
.gx_home_rent_info_item:last-child {
  border-right: none;
}
.gx_home_rent_info_item:first-child {
  padding-left: 10px;
  padding-right: 20px;
}
.gx_home_rent_info_item h2 {
  font-size: 18px;
  color: #3f3f3f;
  margin-bottom: 15px;
}
.gx_home_rent_info_item_article {
  height: 90px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.gx_home_rent_info_item_article_img{
  float: left;
  width: 120px;
  height: 90px;
  margin-right: 5px;
}
.gx_home_rent_info_item_article_img img{
  width: 120px;
  height: 90px;
}
.gx_home_rent_info_item_article_img a{
  cursor: pointer;
}
.gx_home_rent_info_item_article_title{
  float: left;
  width: 140px;
  height: 24px;
}
.gx_home_rent_info_item_article_title a{
  color: #222;
}
.gx_home_rent_info_item_article_desc{
  float: left;
  width: 140px;
  height: 70px;
  line-height: 1.5;
  margin-top: 3px;
  font-size: 14px;
}
.gx_home_rent_info_item a {
  display: block;
  color: #222;
  font-size: 14px;
  height: 14px;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gx_home_rent_process {
  margin-top: 50px;
  margin-bottom: 40px;
}
.gx_home_rent_process_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.gx_home_rent_process .title {
  float: left;
}
.gx_home_rent_process_item {
  float: left;
  margin-left: 75px;
}
.gx_home_rent_process_item img {
  float: left;
}
.gx_home_rent_process_item .img-right {
  float: left;
  margin-left: 26px;
}
.gx_home_rent_process_item .img-right p {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
  margin-top: 7px;
  font-weight: 600;
}
.gx_home_rent_process_item .img-right div {
  font-size: 14px;
  color: #999;
}
.gx_home_honor_area {
  height: 402px;
  background: url('../gximg/home/banner-img.png') no-repeat center center;
  background-size: 100% 402px;
}
.gx_home_honor_area .honor-title::before {
  content: "";
  width: 103px;
  height: 1px;
  background: #999;
  position: absolute;
  left: 37%;
  top: 50%;
}
.gx_home_honor_area .honor-title::after {
  content: "";
  width: 103px;
  height: 1px;
  background: #999;
  position: absolute;
  right: 37%;
  top: 50%;
}
.gx_home_honor_area .gx_home_banner_next {
  width: 1200px;
  height: 152px;
}
.gx_home_honor_area .gx_home_banner_next .swiper-slide img {
  width: 214px;
  height: 100%;
}
.gx_home_honor_area .gx_home_banner_next .swiper-slide p {
  font-site: 14px;
  line-height: 1.5;
  text-align:center;
  margin0top:6px;
}
.gx_home_join_partner {
  margin-bottom: 30px;
}
.gx_home_join_partner_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 0 50px;
  overflow: hidden;
  box-shadow: 0px 0px 31.7px 0.3px
  rgba(0, 0, 0, 0.05);
  border: solid 1px
  #e9e9e9;
}
.gx_home_join_partner_content img {
  width: 200px;
  height: 80px;
  float: left;
}
.gx_home_footer {
  background: #f8f8f8;
  position: relative;
}
.gx_home_footer_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.gx_home_footer_top {
  overflow: hidden;
  margin-top: 28px;
  padding-bottom: 30px;
}
.gx_home_footer_left {
  float: left;
}
.gx_home_footer_left_item {
  margin-right: 80px;
  float: left;
}
.gx_home_footer_left_item p {
  font-size: 18px;
  color: #707070;
  margin-bottom: 20px;
}
.gx_home_footer_left_item a {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 15px;
}
.gx_home_footer_middle {
  float: left;
  width: 440px;
}
.gx_home_footer_middle h4 {
  font-size: 18px;
  color: #707070;
  font-weight: 300;
  margin-bottom: 18px;
}
.gx_home_footer_middle p {
  font-size: 32px;
  color: #333;
  font-weight: 600;
  margin-bottom: 30px;
}
.gx_home_footer_middle div {
  font-size: 14px;
  color: #707070;
  line-height: 1;
  margin-bottom: 14px;
}
.gx_home_footer_right {
  margin-left: 62px;
  float: left;
  overflow: hidden;
}
.gx_home_footer_right p {
  text-align: center;
  color: #707070;
}
.gx_home_footer_top_next {
  padding: 5px 0;
  zoom: 1;
}
.gx_home_footer_top_next:before,
.gx_home_footer_top_next:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx_home_footer_top_next:after {
  clear: both;
}
.gx_home_footer_top_next h2 {
  font-size: 18px;
  color: #707070;
  margin-bottom: 22px;
}
.gx_home_footer_top_next a {
  font-size: 14px;
  color: #999;
  float: left;
  display: block;
  margin-right: 20px;
  margin-bottom: 15px;
}
.gx_home_footer_bottom {
  text-align: left;
}
.gx_home_footer_bottom ul {
  margin: 26px auto 30px;
  zoom: 1;
}
.gx_home_footer_bottom ul:before,
.gx_home_footer_bottom ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx_home_footer_bottom ul:after {
  clear: both;
}
.gx_home_footer_bottom ul li {
  float: left;
  margin: 0 15px;
  width: 1200px
}
.gx_home_footer_bottom ul li a {
  font-size: 14px;
  color: #999;
}
.gx_home_footer_bottom p {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-bottom: 10px;
}
.gx_home_footer .fenge-top {
  width: 100%;
  background: #e5e5e5;
  height: 1px;
  position: absolute;
  top: 226px;
}
.gx_home_footer .fenge-bottom {
  width: 100%;
  background: #e5e5e5;
  height: 1px;
  position: absolute;
  top: 444px;
}
.gx_rentToBuy_advantage .gx_home_our_advantages_item {
  float: left;
  width: 240px;
  height: 250px;
  text-align: center;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-right: none;
  border-bottom: none;
}
.gx_rentToBuy_hot_car_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_rentToBuy_hot_car_content .turn-more {
  font-size: 16px;
  color: #666;
  display: block;
  margin-bottom: 20px;
  text-align: right;
}
.gx_rentToBuy_hot_car_list {
  overflow: hidden;
}
.gx_rentToBuy_hot_car_item {
  width: 368px;
  height: 350px;
  border: 1px solid #eee;
  margin-right: 45px;
  position: relative;
  float: left;
  margin-bottom: 40px;
  display: block;
}
.gx_rentToBuy_hot_car_item:nth-child(3n+0) {
  margin-right: 0;
}
.gx_rentToBuy_hot_car_item:nth-child(4n+0) {
  margin-bottom: 0;
}
.gx_rentToBuy_hot_car_item:nth-child(5n+0) {
  margin-bottom: 0;
}
.gx_rentToBuy_hot_car_item:nth-child(6n+0) {
  margin-bottom: 0;
}
.gx_rentToBuy_hot_car_item .outer-box {
  width: 290px;
  height: 147px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -145px;
  top: 40px;
  line-height: 147px;
  overflow: hidden;
}
.gx_rentToBuy_hot_car_item .outer-box img {
  max-width: 100%;
  max-height: 100%;
}
.gx_rentToBuy_hot_car_item h3 {
  margin-top: 230px;
  font-size: 20px;
  color: #333;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.gx_rentToBuy_hot_car_item p {
  margin: 0 20px 15px 20px;
}
.gx_rentToBuy_hot_car_item p span {
  color: #de2428;
}
.gx_rentToBuy_hot_car_item .pay-money {
  margin: 0 20px;
}
.gx_rentToBuy_hot_car_item .pay-money span {
  font-size: 16px;
  color: #666;
}
.gx_rentToBuy_hot_car_item .pay-money span:first-child {
  margin-right: 20px;
}
.gx_rentToBuy_hot_car_item .pay-money span i {
  font-size: 18px;
  color: #de2428;
  font-style: normal;
  font-weight: 600;
}
.gx_rentToBuy_hot_car_item .pay-money span .danwei {
  color: #de2428;
  font-weight: 300;
}
.gx_rentToBuy_hot_car_item .slogan {
  width: 97px;
  height: 36px;
  background: #fc882b;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  text-align: center;
}
.gx_rentToBuy_good_table_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_rentToBuy_good_table_content h2 {
  margin-top: 59px;
  margin-bottom: 53px;
  font-size: 22px;
  color: #fc882b;
  font-weight: 600;
  text-align: center;
}
.gx_rentToBuy_good_table_list {
  overflow: hidden;
}
.gx_rentToBuy_good_table_module {
  float: left;
  margin-right: 7px;
}
.gx_rentToBuy_good_table_module div {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #fc882b;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.gx_rentToBuy_good_table_module p {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #fff3e9;
  text-align: center;
  font-size: 18px;
  margin-top: 7px;
  color: #fc882b;
}
.gx_rentToBuy_good_table_module .many-line {
  line-height: normal;
  padding: 16px 50px 0 50px;
}
.gx_rentToBuy_good_table .module-a {
  width: 227px;
}
.gx_rentToBuy_good_table .module-b {
  width: 350px;
}
.gx_rentToBuy_good_table .module-c {
  width: 250px;
  margin-right: 0;
}
.gx_rentToBuy_rent_explain {
  margin-top: 114px;
  margin-bottom: 70px;
}
.gx_rentToBuy_rent_explain_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.gx_rentToBuy_rent_explain_left {
  float: left;
  width: 336px;
  margin-right: 123px;
}
.gx_rentToBuy_rent_explain_left h2 {
  font-size: 20px;
  color: #666;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 22px;
}
.gx_rentToBuy_rent_explain_left h3::before {
  content: '';
  width: 50px;
  height: 4px;
  background: #fc882b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gx_rentToBuy_rent_explain_left p {
  font-size: 16px;
  color: #666;
  line-height: 2.0;
}
.gx_rentToBuy_rent_explain_right {
  float: left;
}
.gx_rentToBuy_rent_explain_right h2 {
  font-size: 20px;
  color: #666;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 22px;
}
.gx_rentToBuy_rent_explain_right h3::before {
  content: '';
  width: 50px;
  height: 4px;
  background: #fc882b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gx_ad_1200 {
  text-align: center;
}
.gx_anchor_point {
  height: 42px;
  line-height: 42px;
}
.gx_anchor_point_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  background: #fff;
  padding-left: 12px;
  box-shadow: 0px 0px 31.7px 0.3px rgba(0, 0, 0, 0.05);
}
.gx_anchor_point_content span {
  font-size: 18px;
  color: #999;
}
.gx_anchor_point_content a {
  font-size: 18px;
  color: #999;
}
.gx-guide-html .gx-guide-title {
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 25px;
}
.gx-guide-html .gx-guide-title-extra {
  text-align: center;
  margin-bottom: 30px;
}
.gx-guide-html .gx-guide-title-extra > span {
  margin-right: 20px;
}
.gx-guide-html .gx-guide-title-extra > span img {
  margin-right: 8px;
}
.gx-guide-html .gx-guide-title-extra > span i {
  font-style: normal;
  font-size: 18px;
  color: #666;
}
.gx-guide-html .gx-guide-title-extra > span a {
  font-style: normal;
  font-size: 18px;
  color: #666;
}
.gx-guide-html .gx-guide-inner-html {
  overflow: hidden;
}
.gx-guide-html .gx-guide-inner-html img {
  max-width: 100%;
}
.gx-guide-html .turn-tile {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.gx-guide-html .turn-tile a {
  font-size: 16px;
  color: #666;
}
.gx-guide-html .turn-tile::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #bfbfbf;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.gx-guide-html .suggestion-read h4 {
  font-size: 16px;
  color: #333;
  font-weight: 300;
  margin-bottom: 20px;
}
.gx-guide-html .suggestion-read-content {
  zoom: 1;
}
.gx-guide-html .suggestion-read-content:before,
.gx-guide-html .suggestion-read-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx-guide-html .suggestion-read-content:after {
  clear: both;
}
.gx-guide-html .suggestion-read-content-item {
  float: left;
  width: 50%;
  position: relative;
}
.gx-guide-html .suggestion-read-content-item p {
  margin-bottom: 10px;
  width: 98%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gx-guide-html .suggestion-read-content-item p a {
  font-size: 24px;
  color: #999;
}
.gx-guide-html .suggestion-read-content-item::after {
  content: '';
  width: 1px;
  height: 140px;
  background: #efefef;
  position: absolute;
  right: 0;
  top: 0;
}
.gx-guide-html .suggestion-read-content-item:last-child {
  padding-left: 85px;
}
.gx-guide-html .suggestion-read-content-item:last-child::after {
  display: none;
}
.gx-car-price-list {
  padding-left: 12px;
}
.gx-car-price-list td{
  border: 1px solid #fc882b;
}
.gx-car-price-list .price-img {
  margin: 0 auto;
  display: block;
}
.gx-car-price-list-item .title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.gx-car-price-list-item .title span {
  padding: 6px 12px;
  border: 1px solid #fc882b;
  display: inline-block;
  font-weight: 300;
  position: relative;
}
.gx-car-price-list-item .title span::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fc882b;
  content: "";
  position: absolute;
  width: 0;
  right: -7px;
  bottom: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.gx-car-price-list-item .gx-car-price-table {
  margin-top: 23px;
}
.gx-car-price-list-item .gx-car-price-table-title {
  width: 100%;
  zoom: 1;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}
.gx-car-price-list-item .gx-car-price-table-title:before,
.gx-car-price-list-item .gx-car-price-table-title:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx-car-price-list-item .gx-car-price-table-title:after {
  clear: both;
}
.gx-car-price-list-item .gx-car-price-table-title p {
  float: left;
  height: 80px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  width: 137px;
  padding-top: 16px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
.gx-car-price-list-item .gx-car-price-table-title p:first-child {
  width: 222px;
}
.gx-car-price-list-item .gx-car-price-table-item {
  width: 100%;
  zoom: 1;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}
.gx-car-price-list-item .gx-car-price-table-item:before,
.gx-car-price-list-item .gx-car-price-table-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx-car-price-list-item .gx-car-price-table-item:after {
  clear: both;
}
.gx-car-price-list-item .gx-car-price-table-item p {
  float: left;
  height: 40px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  width: 137px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}
.gx-car-price-list-item .gx-car-price-table-item p:first-child {
  width: 222px;
}
.gx_carDetail_advantage_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner {
  width: 920px;
  margin-top: 50px;
  zoom: 1;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner:after {
  clear: both;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_title {
  float: left;
  width: 100%;
  text-align: center;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_title div {
  margin-top: 20px;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_title div p {
  font-weight: 40;
  width: 16%;
  line-height: 40px;
  text-align: center;
  background:#fc882b;
  font-size: 24px;
  color:#fff;
  margin: 0 auto
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_title span {
  color: #b9b9b9;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute;
  width: 100%;
  display: inline-block;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main {
  float: center;
  width: 100%;
  overflow: hidden;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main .gx_home_our_advantages_item {
  width: 25%;
  border: none;
  height: 325px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main .gx_home_our_advantages_item p {
  width: 150px;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main .gx_home_our_advantages_item:nth-child(4n+0) {
  margin-right: 0;
  border-right: none;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main .gx_home_our_advantages_item:nth-child(5n+0) {
  border-bottom: none;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main .gx_home_our_advantages_item:nth-child(6n+0) {
  border-bottom: none;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main .gx_home_our_advantages_item:nth-child(7n+0) {
  border-bottom: none;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main .gx_home_our_advantages_item:nth-child(8n+0) {
  margin-right: 0;
  border-right: none;
  border-bottom: none;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main .gx_home_our_advantages_item p {
  width: 150px;
}
.gx_other_carDetail_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_other_carDetail_content_inner {
  width: 880px;
}
.gx_other_carDetail_content_inner img{
  width: 880px;
}
.gx_cardetail_rent_process .title {
  margin-left: 10px;
}
.gx_cardetail_rent_process .gx_carDetail_process_content {
  width: 920px;
  zoom: 1;
}
.gx_cardetail_rent_process .gx_carDetail_process_content:before,
.gx_cardetail_rent_process .gx_carDetail_process_content:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx_cardetail_rent_process .gx_carDetail_process_content:after {
  clear: both;
}
.gx_cardetail_rent_process .gx_home_rent_process_item {
  margin-left: 30px;
}
.gx_cardetail_rent_process .gx_home_rent_process_item .img-right {
  margin-left: 10px;
}
.gx_carDetail_other_service_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.other-module-title::before {
  left: 268px;
}
.other-module-title::after {
  right: 268px;
}
.gx_rentToBuy_list_item {
  height: 200px;
  box-shadow: 0px 0px 31.7px 0.3px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  border: solid 1px #eeeeee;
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}
.gx_rentToBuy_list_item .img-box {
  width: 222px;
  height: 112px;
  text-align: center;
  line-height: 112px;
  overflow: hidden;
  float: left;
  margin-top: 44px;
  margin-left: 50px;
}
.gx_rentToBuy_list_item .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.gx_rentToBuy_list_item .img-box-right {
  float: left;
  margin-left: 70px;
  margin-top: 44px;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rl {
  float: left;
  width: 286px;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rl h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 18px;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rl p {
  font-size: 16px;
  color: #333;
  margin-bottom: 14px;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rl p span {
  font-size: 18px;
  color: #de2428;
  font-weight: 600;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rl div span {
  margin-right: 18px;
  font-size: 16px;
  color: #333;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rl div span:last-child {
  margin-right: 0;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rl div span i {
  font-style: normal;
  font-size: 18px;
  color: #de2428;
  font-weight: 600;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rr {
  float: left;
  margin-left: 117px;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rr p {
  margin-top: 4px;
  font-size: 20px;
  color: #de2428;
  font-weight: 600;
  text-align: center;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rr button {
  margin-top: 18px;
  width: 120px;
  height: 46px;
  background: #fc882b;
  border-radius: 6px;
  line-height: 46px;
  text-align: center;
  display: block;
  color: #fff;
  cursor: pointer;
}
.gx_rentToBuy_list_item .slogan {
  width: 79px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fc882b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}
.gx_rentIndex {
  border-top: 3px solid #fc882b;
  padding-top: 7px;
}
.gx_rentIndex_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  margin-top: 7px;
  overflow: hidden;
}
.gx_rentIndex_content_left {
  width: 880px;
  float: left;
}
.gx_rentIndex_content_left_top {
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType {
  border-bottom: 1px solid #eee;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType_title {
  float: left;
  font-size: 14px;
  color: #666;
  font-weight: 600;
  margin-top: 12px;
  width: 45px;
  text-align: center;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType_list {
  overflow: hidden;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType_item {
  float: left;
  width: 90px;
  height: 89px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-right: 16px;
  /* 可以把以下写入到通用css中，随时引用 */
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType_item:nth-child(8n+0) {
  margin-right: 0;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType_item span {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #666;
  position: relative;
  z-index: 999;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType_item .outer-box {
  width: 62px;
  height: 44px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType_item .outer-box img {
  width: 100%;
  height: 100%;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType_item .select {
  position: absolute;
  left: 0;
  top: 0;
  width: 94px;
  height: 93px;
  display: none;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType .select-active .select {
  display: block;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify {
  padding: 24px 0;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify_single {
  overflow: hidden;
  margin-bottom: 10px;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify_single:last-child {
  margin-bottom: 0;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify_single:last-child .gx_rentIndex_classify_list div {
  margin-bottom: 0;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify_single p {
  width: 45px;
  text-align: center;
  float: left;
  font-size: 14px;
  color: #666;
  margin-top: 4px;
  margin-right: 10px;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify_list {
  max-width: 816px;
  float: left;
  overflow: hidden;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify_list div {
  float: left;
  padding: 4px 8px;
  color: #666;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 6px;
  cursor: pointer;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify_list a {
  color: #666;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify_list .select-active {
  color: #fff;
  background: #fc882b;
}
.gx_rentIndex_content_left_bottom {
  margin-top: 23px;
  position: relative;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_clssify {
  height: 54px;
  background: #f8f8fa;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_clssify p {
  width: 149px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #333;
  position: relative;
  cursor: pointer;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_clssify p::after {
  content: "";
  width: 1px;
  height: 16px;
  background: #eee;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_clssify .menu-active {
  background: #fff;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_clssify .menu-active::after {
  display: none;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_list_item {
  width: 100%;
  opacity: 0;
  position: relative;
}
.gx_rentIndex_content_left_bottom .show {
  opacity: 1;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item {
  width: 100%;
  height: 181px;
  border: 1px solid #eee;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0px 0px 31.7px 0.3px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .outer-box {
  width: 222px;
  height: 112px;
  line-height: 112px;
  text-align: center;
  float: left;
  margin-top: 34px;
  margin-left: 50px;
  overflow: hidden;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .outer-box img {
  max-width: 100%;
  max-height: 100%;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right {
  float: left;
  margin-left: 70px;
  margin-top: 17px;
  overflow: hidden;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl {
  float: left;
  width: 320px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl h3 {
  font-size: 18px;
  color: #3f3f3f;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl p {
  margin-top: 12px;
  margin-bottom: 18px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl p span {
  font-size: 16px;
  color: #666;
  position: relative;
  padding-right: 14px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl p span:last-child::after {
  display: none;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl p span::after {
  content: "";
  width: 1px;
  height: 16px;
  background: #333;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 7px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl div span {
  display: inline-block;
  height: 22px;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  margin-right: 8px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl div .hot {
  border-color: #ff8650;
  color: #ff8650;
  padding: 0 5px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl div .new {
  border-color: #6493f3;
  color: #6493f3;
  padding: 0 5px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl div .price {
  border-color: #00b7ee;
  color: #00b7ee;
  padding: 0 5px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl .area {
  color: #999999;
  font-size: 14px;
  padding-top: 12px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl .company {
  color: #666;
  font-size: 16px;
  padding-top: 12px;
  line-height: 20px;
  height: 36px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rr {
  float: left;
  margin-left: 60px;
  margin-top: 25px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rr p {
  font-size: 16px;
  color: #de2428;
  margin-bottom: 20px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rr p span {
  font-size: 30px;
  font-weight: 600;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rr p span i {
  font-size: 14px;
  color: #666;
  font-style: normal;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rr button {
  width: 120px;
  height: 46px;
  background: #fc882b;
  font-style: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.gx_rentIndex_content_right {
  float: right;
  width: 300px;
  margin-right: 12px;
}
.gx_rentIndex_content_right_item {
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 31.7px 0.3px rgba(0, 0, 0, 0.05);
}
.gx_rentIndex_content_right_item:last-child {
  margin-bottom: 12px;
}
.gx_rentIndex_content_right_item h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fc882b;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.gx_rentIndex_content_right_item h2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fc882b;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.gx_rentIndex_content_right_item p {
  font-size: 14px;
  line-height: 1.8;
  margin: 1em 5px;
}
.gx_rentIndex_content_right_item .hot-item {
  padding: 11px 0;
  overflow: hidden;
  margin: 0 12px;
  border-bottom: 1px solid #eee;
  display: block;
}
.gx_rentIndex_content_right_item .hot-item:last-child {
  border-bottom: none;
}
.gx_rentIndex_content_right_item .hot-item .img-box {
  width: 81px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  margin-right: 15px;
  float: left;
}
.gx_rentIndex_content_right_item .hot-item .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.gx_rentIndex_content_right_item .hot-item .img-box-right {
  float: left;
  width: 180px;
}
.gx_rentIndex_content_right_item .hot-item .img-box-right p {
  font-size: 14px;
  color: #666;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0;
}
.gx_rentIndex_content_right_item .hot-item .img-box-right div {
  font-size: 14px;
  color: #666;
}
.gx_rentIndex_content_right_item .hot-item .img-box-right div span {
  font-size: 14px;
  color: #de2428;
  font-weight: 600;
}
.gx_rentIndex_content_right_item .hot-item .img-box-miaoshu {
  font-size: 14px;
  color: #999;
  font-weight: 600;
  line-height: 1.2;
}
.gx_rentIndex_content_right .second-module {
  padding-bottom: 34px;
}
.gx_rentIndex_content_right .second-module .hot-item {
  overflow: hidden;
  border-bottom: none;
  zoom: 1;
  border: 1px solid #eee;
}
.gx_rentIndex_content_right .second-module .hot-item:before,
.gx_rentIndex_content_right .second-module .hot-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx_rentIndex_content_right .second-module .hot-item:after {
  clear: both;
}
.gx_rentIndex_content_right .second-module .hot-item .img-box {
  width: 290px;
  height: 180px;
  overflow: hidden;
  line-height: 150px;
  text-align: center;
  margin-right: 5px;
}
.gx_rentIndex_content_right .second-module .hot-item .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.gx_rentIndex_content_right .second-module .hot-item .img-box-right {
  margin-left:  5px;
  width: 100%;
  text-align: center;
}
.gx_rentIndex_content_right .second-module .hot-item .img-box-right p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-top: 6px;
}
.gx_rentIndex_content_right .second-module .hot-item .img-box-right div {
  color: #999;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.gx_rentIndex_content_right .second-module .hot-item .img-box-right span {
  padding: 2px 6px;
  border: 1px solid #fc882b;
  border-radius: 12px;
  font-size: 12px;
  color: #fc882b;
  display: inline-block;
  margin-top: 4px;
}
.gx_rentIndex_content_right .second-module .normal-href {
  font-size: 14px;
  color: #000;
  height: 30px;
  line-height: 30px;
  display: block;
  margin: 0 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gx_rentIndex_content_right .second-module p{
  font-size: 14px;
  line-height: 16px;
  color: #808080;
  display: block;
  margin: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
}
.gx_rentIndex_content_right .third-module a{
  display: inline-block;
  padding: 0 8px;
  color: #fc882b;
  background-color: #f7f7f7;
  height: 24px;
  line-height: 24px;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  margin-bottom: 5px;
  margin-right: 5px;
}
.gx_rentIndex_content_right .fixed-module {
  position: fixed;
  top: 15px;
  bottom: auto;
  transition: all 0.5s ease-in-out;
}
.gx_rentIndex_paganation {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 1200px;
  margin-top: 50px;
}
.gx_rentIndex_paganation_content {
  width: 920px;
  float: left;
}
.gx_rentIndex_paganation .inner {
  width: 463px;
  display: block;
  margin: 0 auto;
}
.gx_rentIndex_paganation a {
  width: 38px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  float: left;
  border: 1px solid #eee;
  margin-right: 7px;
  color: #666;
  font-size: 16px;
  border-radius: 4px;
}
.gx_rentIndex_paganation a:last-child {
  width: 78px;
}
.gx_rentIndex_paganation .a-active {
  background: #fc882b;
  color: #fff;
}
.gx_about_us_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_about_us_banner {
  width: 100%;
  height: 540px;
  background: url('/d/file/p/2019/11-04/6b06a8804ebff5a50aeb67f83f737db1.jpg') no-repeat;
  background-size: cover;
  overflow: hidden;
}
.gx_about_us_company_introduce h2 {
  font-weight: 500;
  color: #333330;
  line-height: 40px;
  font-size: 24px;
  padding-left: 30px;
  position: relative;
  margin-top: 36px;
  border-left: 4px solid #fc882b;
}
.gx_about_us_company_introduce h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  width: 8px;
  height: 50px;
  background: #fc882b;
}
.gx_about_us_company_introduce .title-next {
  font-weight: 400;
  color: #000000;
  line-height: 45px;
  font-size: 22px;
  margin-left: 30px;
  margin-bottom: 25px;
}
.gx_about_us_company_introduce .introduce-main {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  text-indent: 2em;
}
.gx_about_us_company_introduce .turn-more {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 45px;
  text-align: right;
  display: block;
  margin-bottom: 50px;
}
.gx_about_us_company_introduce .company-show-img {
  position: relative;
  height: 784px;
  width: 100%;
}
.gx_about_us_company_introduce .company-show-img .top-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 627px;
  height: 402px;
}
.gx_about_us_company_introduce .company-show-img .top-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 514px;
  height: 402px;
}
.gx_about_us_company_introduce .company-show-img .bottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 464px;
  height: 348px;
}
.gx_about_us_company_introduce .company-show-img .bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 676px;
  height: 356px;
}
.gx_about_us_develop_process {
  margin-bottom: 60px;
}
.gx_about_us_develop_process .title {
  margin-top: 90px;
  text-align: center;
  margin-bottom: 55px;
  position: relative;
}
.gx_about_us_develop_process .title::after {
  content: '';
  width: 3px;
  height: 1222px;
  background: #d8d8d8;
  position: absolute;
  left: 50%;
  bottom: -1279px;
}
.gx_about_us_develop_process .title h2 {
  font-size: 24px;
  font-weight: 500;
  color: #333330;
  margin-bottom: 15px;
  position: relative;
}
.gx_about_us_develop_process .title h3::after {
  content: '';
  width: 100px;
  height: 3px;
  background: #fc882b;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: -3px;
}
.gx_about_us_develop_process .title p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.gx_about_us_develop_process .top-logo {
  width: 54px;
  height: 62px;
  display: block;
  margin: 0 auto;
  margin-bottom: 35px;
  position: relative;
  z-index: 999;
}
.gx_about_us_develop_process .middle-item {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  float: left;
  position: relative;
  z-index: 999;
  margin-top: 8px;
}
.gx_about_us_develop_process .fenge {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  position: relative;
  z-index: 999;
  margin-bottom: 20px;
  background: #fff;
}
.gx_about_us_develop_process .bc-gray {
  background: #a8a8a8;
}
.gx_about_us_develop_process .bc-yellow {
  background: #fc882b;
}
.gx_about_us_develop_process .process-item-l {
  zoom: 1;
  margin-bottom: 27px;
}
.gx_about_us_develop_process .process-item-l:before,
.gx_about_us_develop_process .process-item-l:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx_about_us_develop_process .process-item-l:after {
  clear: both;
}
.gx_about_us_develop_process .process-item-l-img {
  width: 470px;
  height: 86px;
  background: url('../gximg/about/Rectangle02.png') no-repeat;
  background-size: 470px 86px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  float: left;
  padding: 20px 54px 20px 22px;
  margin-right: 100px;
  line-height: 1.5;
}
.gx_about_us_develop_process .process-item-r {
  zoom: 1;
  padding-left: 570px;
  margin-bottom: 27px;
}
.gx_about_us_develop_process .process-item-r:before,
.gx_about_us_develop_process .process-item-r:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx_about_us_develop_process .process-item-r:after {
  clear: both;
}
.gx_about_us_develop_process .process-item-r-img {
  width: 470px;
  height: 86px;
  background: url('../gximg/about/Rectangle01.png') no-repeat;
  background-size: 470px 86px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  float: left;
  padding: 20px 22px 20px 54px;
  margin-left: 100px;
  line-height: 1.5;
}
.gx_about_us_develop_process .line-single {
  line-height: 50px;
}
.gx_about_us_city {
  margin-bottom: 60px;
}
.gx_about_us_city .title {
  margin-top: 90px;
  text-align: center;
  margin-bottom: 55px;
  position: relative;
}
.gx_about_us_city .title::after {
  content: '';
  width: 3px;
  height: 1222px;
  background: #d8d8d8;
  position: absolute;
  left: 50%;
  bottom: -1279px;
}
.gx_about_us_city_content {
  text-align: center;
  display: block;
}
.gx_about_us_city .title h2 {
  font-size: 24px;
  font-weight: 500;
  color: #333330;
  margin-bottom: 15px;
  position: relative;
}
.gx_home_rent_link{
  width: 1200px;
  height: 130px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  color: #999;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #999;
}
.gx_home_rent_link h3{
  margin-top: 20px;
  margin-bottom: 20px;
}
.gx_home_rent_link a{
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
  float: left;
  margin: 0 30px 0 0;
}
.fix-navBar {
  position: fixed;
  top: 50%;
  left: 6px;
  height: 185px;
  width: 117px;
  z-index: 9999;
  background: url('../gximg/about_tab.png') no-repeat center center;
  background-size: 117px 185px;
}
.fix-navBar ul {
  width: 100%;
  height: 100%;
}
.fix-navBar ul li {
  width: 100%;
  height: 46.5px;
  line-height: 46.5px;
  text-align: center;
}
.fix-navBar ul li:hover a {
  color: #fc882b;
}
.fix-navBar ul li a {
  font-size: 16px;
  color: #333333;
}
.fix-navBar ul .active a {
  color: #fc882b;
}
.gx_rent_example {
  background: #fbfbfb;
}
.gx_rent_example_item {
  width: 868px;
  height: 200px;
  border: 1px solid #e9e9e9;
  padding: 10px;
  display: block;
  margin-bottom: 10px;
  zoom: 1;
}
.gx_rent_example_item:before,
.gx_rent_example_item:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx_rent_example_item:after {
  clear: both;
}
.gx_rent_example_item .img-box {
  width: 258px;
  height: 177px;
  line-height: 177px;
  text-align: center;
  margin-right: 20px;
  float: left;
  overflow: hidden;
}
.gx_rent_example_item .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.gx_rent_example_item .img-box-right {
  float: left;
  width: 560px;
}
.gx_rent_example_item .img-box-right h2 {
  font-size: 16px;
  color: #333;
}
.gx_rent_example_item .img-box-right p {
  width: 580px;
  height: 82px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  color: #666666;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.gx_rent_example_item .img-box-right .titel-url {
  float: left;
  font-size: 16px;
  color: #333;
  width: 560px;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 10px;
}
.gx_rent_example_item .img-box-right .onclick-url {
  display: inline-block;
  float: right;
  font-size: 16px;
  color: #333;
  width: 106px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #fc882b;
}
.notfound-center {
  width: 591px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -250px;
  margin-left: -295px;
}
.notfound-center > img {
  width: 591px;
  height: 351px;
}
.notfound-center div {
  text-align: center;
  font-size: 20px;
  margin-bottom: 12px;
}
.notfound-center p {
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound-center p a {
  display: flex;
  align-items: center;
  margin-right: 30px;
  color: #333;
}
.notfound-center p a:last-child {
  margin-right: 0;
}
.notfound-center p a:last-child img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  margin-left: 10px;
  margin-right: 0;
}
.notfound-center p a img {
  width: 16px;
  height: 27px;
  margin-right: 10px;
}
.list-page a {
  color: #333;
}
.gx_home_footer_bottom table td a {
  padding: 0 2px;
  display: block;
  margin-bottom: 15px;
}
.gx_home_company_jingdian_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_company_jingdian_content .turn-more {
  color: #999;
  font-size: 14px;
  text-align: right;
  display: block;
  margin-bottom: 10px;
}
.gx_home_company_jingdian_list {
  overflow: hidden;
}
.gx_home_company_jingdian_item {
  width: 218px;
  height: 220px;
  float: left;
  margin-right: 26.66px;
  margin-bottom: 32px;
  background: #f7f7f7;
}
.gx_home_company_jingdian_item:last-child {
  margin-right: 0;
}
.gx_home_company_jingdian_item .outer-box {
  width: 100%;
  height: 160px;
}
.gx_home_company_jingdian_item .outer-box img {
  width: 100%;
  height: 100%;
}
.gx_home_company_jingdian_item h3 {
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 16px;
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  margin: 0 7px;
  color: #333;
}
.gx_home_company_jingdian_item p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 7px;
}
.gx_home_company_jingdian_item:nth-child(5n+0) {
  margin-right: 0;
}
.gx_home_company_jingdian_item:nth-child(6n) {
    margin-bottom: 0;
}
.gx_home_company_lasa {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.column-wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.st_tabcon {
    overflow: hidden;
    width: 1200px;
}
.st_tabcon .firstlist {
    float: left;
    width: 350px;
	margin-right: 20px;
}
.st_tabcon .firstlist .pic {
    float: left;
    width: 350px;
    height: 252px;
}
.st_tabcon .firstlist .pic img{
    width: 350px;
    height: 252px;
}
.st_tabcon .firstlist .tit a {
    float: left;
    color: 
    #000;
    width: 350px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.st_tabcon .firstlist .txt {
    float: left;
    color: 
    #939090;
    width: 350px;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.st_tabcon .second {
    float: left;
    width: 266.66px;
}
.second ul {
    float: left;
    width: 266.66px;
}
.second ul li {
    float: left;
    width: 250px;
    margin-right: 20px;
    padding-bottom: 5px;
}
.second ul li p.tit {
    background:url(http://www.cdguoxin.com/images/arrow-left-ico.png) left no-repeat;
}
.second ul li p.tit a {
    width: 340px;
    padding-left: 20px;
}
.second ul li p.tit, .second ul li p.tit a {
    float: left;
    color: #333;
    width: 250px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.second ul li p.txt {
    float: left;
    color: #939090;
    width: 250px;
    height: 36px;
    line-height: 18px;
    padding-left: 20px;
    font-size: 12px;
    overflow: hidden;
}
.st_tabcon .third {
    float: left;
    width: 250px;
}
.third ul {
    float: left;
    width: 250px;
}
.third ul li {
    float: left;
    width: 250px;
    margin-right: 20px;
    padding-bottom: 15px;
}
.third ul li p.tit {
    background:url(http://www.cdguoxin.com/images/arrow-left-ico.png) left no-repeat;
}
.third ul li p.tit a {
    width: 250px;
    padding-left: 20px;
}
.third ul li p.tit, .third ul li p.tit a {
    float: left;
    color: 
    #333;
    width: 250px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gx_home_rent_knowledge {
  margin-top: 30px;
}
.gx_home_rent_knowledge_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_rent_knowledge_item {
  width: 47%;
  height: 180px;
  display: block;
  margin-bottom: 18px;
  margin-right: 18px;
  overflow: hidden;
  padding: 8px;
  box-shadow: 0px 0px 31.7px 0.3px rgba(0, 0, 0, 0.05);
  border: solid 1px #e9e9e9;
  float: left;
}
.gx_home_rent_knowledge_item .img-box {
  width: 220px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  float: left;
  overflow: hidden;
}
.gx_home_rent_knowledge_item .img-box img {
  max-width: 100%;
}
.gx_home_rent_knowledge_item .img-box-right {
  width: 335px;
  float: left;
  padding: 10px;
}
.gx_home_rent_knowledge_item .img-box-right h3 {
  font-size: 16px;
  color: #3f3f3f;
  line-height: 1.5;
}
.gx_home_rent_knowledge_item .img-box-right p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.gx_home_rent_knowledge_item .img-box-right div {
  text-align: right;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.gx_home_rent_knowledge_item .img-box-right div span {
  margin-left: 22px;
  overflow: hidden;
  height: 30px;
  display: inline-block;
  position: relative;
  padding-left: 50px;
}
.gx_home_rent_knowledge_item .img-box-right div span img {
  left: 25px;
  position: absolute;
  top: 0px;
}
.gx_rentIndex_content_right .second-module .other-item {
  overflow: hidden;
  border-bottom: none;
  border: 1px solid #eee;
  display: block;
  margin-top: 12px;
}
.gx_rentIndex_content_right .second-module .other-item .img-box {
  width: 78px;
  height: 78px;
  float: left;
  position: relative;
  margin-left:  5px;
  margin-top: 8px;
}
.gx_rentIndex_content_right .second-module .other-item .img-box img {
  max-width: 80%;
  max-height: 80%;
}
.gx_rentIndex_content_right .second-module .other-item .img-box-right {
  width: 173px;
  height: 85px;
  margin-right:  1px;
  float: left;
}
.gx_rentIndex_content_right .second-module .other-item .img-box-right p {
  font-size: 14px;
  color: #3f3f3f;
  line-height: 1.5;
  margin-top: 1px;
  margin: 0em 5px;
}
.gx_rentIndex_content_right .second-module .other-item .img-box-right div {
  color: #999;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin:  5px;
}
.gx_home_rent_newest {
  padding-top: 44px;
  width: 1200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.gx_home_rent_newest_left {
  width: 410px;
  padding: 10px;
  margin-right: 10px;
  float: left;
  box-shadow: 0px 0px 31.7px 0.3px rgba(0, 0, 0, 0.05);
  border: solid 1px #e9e9e9;
}
.gx_home_rent_newest_left h2{
  font-size: 18px;
  color: #3f3f3f;
  margin-bottom: 15px;
}
.gx_home_rent_newest_left a{
  display: block;
  color: #222;
  font-size: 14px;
  height: 14px;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70%;
  float: left;
}
.gx_home_rent_newest_left span{
  float: right;
}
.gx_home_rent_newest_middle {
  width: 410px;
  padding: 10px;
  margin-right: 10px;
  float: left;
  box-shadow: 0px 0px 31.7px 0.3px rgba(0, 0, 0, 0.05);
  border: solid 1px #e9e9e9;
}
.gx_home_rent_newest_middle h2{
  font-size: 18px;
  color: #3f3f3f;
  margin-bottom: 15px;
}
.gx_home_rent_newest_middle a{
  display: block;
  color: #222;
  font-size: 14px;
  height: 14px;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70%;
  float: left;
}
.gx_home_rent_newest_middle span{
  float: right;
}
.gx_home_rent_newest_right {
  padding: 10px;
  width: 360px;
  float: left;
  box-shadow: 0px 0px 31.7px 0.3px rgba(0, 0, 0, 0.05);
  border: solid 1px #e9e9e9;
}
.gx_home_rent_newest_right h2{
  font-size: 18px;
  color: #3f3f3f;
  margin-bottom: 15px;
}
.gx_home_rent_newest_right a{
  display: inline-block;
  padding: 0 8px;
  color: #fc882b;
  background-color: #f7f7f7;
  height: 24px;
  line-height: 24px;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  margin-bottom: 5px;
  margin-right: 5px;
}