@charset "UTF-8";
body { font-family: arial , 'Microsoft YaHei'; *font-family: 'Microsoft YaHei'; color: #333; margin: 0; font-size: 14px; }

img { border: 0; }

a:link { color: #333; text-decoration: none; }

a:visited { color: #333; text-decoration: none; }

a:hover { color: #333; text-decoration: none; }

a:active { color: #333; text-decoration: none; }

ol, ul { list-style: none; }

ol, ul, li, table, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

p { margin: 0; padding: 0; }

.right { float: right; }

.left { float: left; }

.hidden { display: none; }

.clear { clear: both; }

.container { width: 1200px; margin: 0 auto; }

.mt10 { margin-top: 10px; }

.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.ellipsis-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 2; }

.ellipsis-3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 3; }

button, input, select, textarea { font: 14px/1 Tahoma, Helvetica, Arial, 'Microsoft YaHei', sans-serif; }

.topcon { width: 100%; height: 34px; line-height: 34px; background: #fbfbfb; color: #666; }
.topcon .num { color: #ff1111; font-weight: bold; font-size: 15px; padding-left: 20px; background: url(../images/icon-tel.png) no-repeat left center; background-size: 15px; }

.header { width: 1200px; height: 100px; margin: 0 auto; }
.header .logo { float: left; height: 100px; }
.header .logo img { vertical-align: middle; }
.header .logo:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.header .citychange { position: relative; margin-left: 30px; padding-left: 30px; margin-top: 36px; float: left; }
.header .citychange:before { position: absolute; left: 0; top: -6px; width: 1px; height: 40px; background: #ddd; content: ''; }
.header .citychange .city-select { height: 28px; line-height: 26px; border: 1px solid #ddd; color: #555; padding: 0 15px; box-sizing: border-box; position: relative; cursor: pointer; }
.header .headers-search { float: left; width: 480px; height: 40px; box-sizing: border-box; margin-top: 30px; margin-left: 150px; }
.header .headers-search .search-form-s { height: 40px; }
.header .headers-search .search-form-s input { width: 400px; height: 100%; float: left; padding: 5px 15px; background: none; border: 1px solid #ddd; line-height: 28px; box-sizing: border-box; outline: none; }
.header .headers-search .search-form-s input::-webkit-input-placeholder { color: #999; }
.header .headers-search .search-form-s button { width: 80px; height: 100%; line-height: 40px; float: righ; background: #74a92d; text-align: center; color: #fff; border: none; -webkit-appearance: none; outline: none; }
.header .headers-ewm { float: right; height: 20px; line-height: 20px; padding-left: 30px; color: #555; margin-top: 40px; background: url(../images/icon-qrcode.png) no-repeat center left; cursor: pointer; position: relative; }
.header .headers-ewm .ewmhide { position: absolute; top: 100%; right: 0; padding-top: 10px; z-index: 99; display: none; }
.header .headers-ewm .ewmhide .ewmimg { width: 120px; height: 120px; background: #fff; padding: 5px; box-sizing: border-box; border-radius: 5px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
.header .headers-ewm .ewmhide .ewmimg img { width: 100%; height: 100%; }
.header .headers-ewm:hover .ewmhide { display: block; }

.in-header { min-width: 1200px; height: 100px; box-shadow: 0 2px 6px #ddd; }
.in-header .container { position: relative; }
.in-header .logo { float: left; height: 100px; }
.in-header .logo img { vertical-align: middle; }
.in-header .logo:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.in-header .head-nav { height: 100px; line-height: 100px; float: right; }
.in-header .head-nav > ul > li { padding: 0 30px; float: left; position: relative; z-index: 4; }
.in-header .head-nav > ul > li:after { position: absolute; left: 30px; bottom: 0; height: 3px; background: #74a92d; content: ''; }
.in-header .head-nav > ul > li a { display: block; font-size: 16px; display: block; }
.in-header .head-nav > ul > li:hover a { color: #74a92d; }
.in-header .head-nav > ul > li.click a { color: #74a92d; }
.in-header .head-nav > ul > li.click:after { right: 30px; }
.in-header .head-search { float: right; width: 40px; height: 40px; margin: 30px 20px; background: url(../images/icon-search.png) no-repeat center; cursor: pointer; }

#search-form { position: absolute; top: 100px; right: 0; width: 320px; max-height: 0; overflow: hidden; background-color: #f8f8f8; transition: all .4s ease; z-index: 9; }
#search-form.open { max-height: 60px; }
#search-form fieldset { position: relative; margin: 0 60px 0 0; padding: 0; border: none; }
#search-form input { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; height: 60px; outline: none; }
#search-form input[type="search"] { width: 100%; padding: 0 5px 0 22px; background: transparent; border: none; }
#search-form input[type="submit"] { position: absolute; bottom: 0; right: 0; width: 60px; margin: 0; padding: 0; font-weight: 700; text-transform: uppercase; color: #fff; background: #74a92d; border: none; cursor: pointer; }

.banner { height: 600px; position: relative; text-align: center; overflow: hidden; min-width: 1200px; }
.banner .bannercont { position: absolute; left: 50%; top: 0; width: 1920px; margin-left: -960px; text-align: center; }
.banner .bannercont .slides { position: relative; z-index: 1; }
.banner .bannercont .slides li { height: 600px; }
.banner .bannercont .flex-control-paging { width: 100%; margin: 0; list-style: none; position: absolute; left: 0; bottom: 20px; z-index: 3; text-align: center; }
.banner .bannercont .flex-control-paging li { display: inline-block; }
.banner .bannercont .flex-control-paging li a { display: block; list-style: none; margin: 0 9px; width: 14px; height: 14px; background: #fff; border-radius: 50%; font-size: 0; }
.banner .bannercont .flex-control-paging li a.flex-active { background-color: #74a92d; }
.banner .bannercont .flex-direction-nav li { list-style: none; }
.banner .bannercont .flex-direction-nav a { position: absolute; top: 50%; margin-top: -20px; z-index: 3; width: 40px; height: 40px; background: no-repeat center; opacity: .5; }
.banner .bannercont .flex-direction-nav a:hover { opacity: 1; }
.banner .bannercont .flex-direction-nav .flex-prev { background-image: url(../images/left.png); left: 40px; }
.banner .bannercont .flex-direction-nav .flex-next { background-image: url(../images/right.png); right: 40px; }

.classify { min-width: 1200px; height: 170px; background: url(../images/classify-bg.jpg) no-repeat center; }
.classify .classify-box { width: 1200px; overflow: hidden; margin: 0 auto; }
.classify .classify-box li { width: 200px; height: 170px; padding: 30px 10px 0; position: relative; box-sizing: border-box; float: left; text-align: center; }
.classify .classify-box li:after { position: absolute; right: 0; top: 30px; width: 1px; height: 110px; background: rgba(255, 255, 255, 0.2); content: ''; }
.classify .classify-box li a { display: block; color: #fff; }
.classify .classify-box li a img { width: 50px; height: 50px; transition: all .4s; }
.classify .classify-box li a .tit { font-size: 18px; letter-spacing: 1px; margin-top: 20px; }
.classify .classify-box li a .txt { font-size: 12px; text-transform: uppercase; margin-top: 8px; }
.classify .classify-box li:hover img { transform: translate3d(0, -10px, 0); }
.classify .classify-box li:last-child:after { content: none; }

.pub-head { text-align: center; }
.pub-head .pub-tit { font-size: 32px; letter-spacing: 1px; }
.pub-head .pub-txt { font-size: 18px; color: #aaa; margin-top: 10px; text-transform: uppercase; }

.pub-more { display: block; width: 198px; height: 48px; line-height: 48px; font-size: 16px; text-align: center; background: #74a92d; margin-top: 40px; color: #fff !important; transition: all .4s ease; }
.pub-more:hover { background: #068a48; }

.pub_tel { width: 600px; margin: 50px auto 0; height: 50px; text-align: center; }
.pub_tel .num { display: block; width: 260px; height: 50px; line-height: 48px; border-radius: 50px; float: left; margin: 0 20px; border: 1px solid #6a992b; color: #6a992b; text-align: center; font-size: 20px; font-family: "微软雅黑"; box-sizing: border-box; }
.pub_tel .num img { width: 22px; height: 22px; margin-right: 8px; vertical-align: middle; }
.pub_tel .zx { font-size: 16px; }

.jigou { padding: 70px 0; background: #f8f8f8; min-width: 1200px; }
.jigou .jigou-box { margin-left: -30px; margin-top: 10px; overflow: hidden; }
.jigou .jigou-box li { width: 380px; float: left; background: #fff; margin-left: 30px; margin-top: 30px; overflow: hidden; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.jigou .jigou-box li img { width: 380px; height: 285px; }
.jigou .jigou-box li .cont { padding: 18px 15px; }
.jigou .jigou-box li .cont .tit { font-size: 20px; font-weight: bold; }
.jigou .jigou-box li .cont .txt { font-size: 14px; color: #999; line-height: 24px; margin-top: 15px; }
.jigou .jigou-box li .cont .txt .pri { color: #fb625e; }
.jigou .jigou-box li .cont .txt .pri .num { font-size: 20px; }
.jigou .jigou-box li .cont .label { margin-top: 15px; overflow: hidden; }
.jigou .jigou-box li .cont .label span { float: left; display: block; margin-right: 10px; height: 24px; line-height: 22px; font-size: 12px; padding: 0 5px; border-radius: 4px; box-sizing: border-box; border: 1px solid #f6b37f; color: #f6b37f; background: #fef4ec; }
.jigou .jigou-box li .cont .label span:nth-child(2n) { border: 1px solid #98ce97; color: #98ce97; background: #f0f8f0; }
.jigou .jigou-box li .cont .label span:nth-child(3n) { border: 1px solid #c490bf; color: #c490bf; background: #f6eef5; }
.jigou .jigou-box li .cont .label span:nth-child(4n) { border: 1px solid #88abda; color: #88abda; background: #edf2f9; }
.jigou .jigou-box li:hover { -webkit-transform: translateY(-10px); transform: translateY(-10px); box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }

.advan { min-width: 1200px; background: url(../images/advan-bg.jpg) no-repeat center; padding: 80px 0; overflow: hidden; }
.advan .advan-tit { font-size: 28px; letter-spacing: 1px; position: relative; padding-bottom: 18px; }
.advan .advan-tit:after { position: absolute; left: 0; bottom: 0; width: 46px; height: 2px; background: #6a992b; content: ''; }
.advan .ourservice { width: 370px; float: left; }
.advan .ourservice .ourservice-tit { width: 370px; height: 104px; background: url(../images/advan-tit.png) no-repeat; position: relative; }
.advan .ourservice .ourservice-tit .zi { font-size: 22px; color: #fff; position: absolute; top: 50px; left: 180px; }
.advan .ourservice .ourservice-box { margin-top: 30px; }
.advan .ourservice .ourservice-box .advan-tit { color: #fff; }
.advan .ourservice .ourservice-box .advan-tit:after { background: rgba(255, 255, 255, 0.5); }
.advan .ourservice .ourservice-box .ourservice-con { margin-top: 20px; }
.advan .ourservice .ourservice-box .ourservice-con li { width: 100%; height: 60px; line-height: 59px; padding-left: 25px; font-size: 16px; font-weight: bold; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.3); box-sizing: border-box; position: relative; }
.advan .ourservice .ourservice-box .ourservice-con li:before { position: absolute; left: 0; top: 50%; margin-top: -4px; width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, 0.6); content: ''; }
.advan .advan-tese { width: 750px; height: 450px; padding: 60px; box-sizing: border-box; background: #fff; float: right; }
.advan .advan-tese .advan-tese-box { margin-left: -50px; }
.advan .advan-tese .advan-tese-box li { width: 290px; float: left; margin-left: 50px; margin-top: 50px; overflow: hidden; }
.advan .advan-tese .advan-tese-box li img { width: 80px; height: 80px; float: left; margin-right: 20px; }
.advan .advan-tese .advan-tese-box li .txt { margin-top: 10px; line-height: 30px; font-size: 18px; letter-spacing: 1px; }
.advan .advan-tese .advan-tese-box li .txt p { margin: 0; color: #555; }

.baozhang { background: #f8f8f8; min-width: 1200px; padding: 40px 0; overflow: hidden; }
.baozhang .item { width: 580px; height: 240px; background: #fff; padding: 40px; letter-spacing: 1px; box-sizing: border-box; }
.baozhang .item .item-tit { font-size: 24px; position: relative; padding-bottom: 18px; }
.baozhang .item .item-tit:after { position: absolute; left: 0; bottom: 0; width: 46px; height: 2px; background: #6a992b; content: ''; }
.baozhang .item .item-txt { font-size: 16px; color: #999; margin-top: 15px; }
.baozhang .item .item-box { margin-top: 25px; overflow: hidden; margin-left: -20px; }
.baozhang .item .item-box li { width: 150px; height: 46px; line-height: 46px; background: #6a992b; color: #fff; font-size: 16px; font-weight: bold; float: left; margin-left: 20px; text-align: center; border-radius: 5px; }
.baozhang .item .item-box li img { vertical-align: middle; margin-right: 6px; }

.news { width: 1200px; margin: 60px auto; }
.news .news-box { margin-top: 50px; overflow: hidden; }
.news .news-box .news-l { width: 540px; float: left; }
.news .news-box .news-l .img { width: 540px; height: 335px; overflow: hidden; }
.news .news-box .news-l .img img { width: 100%; height: 100%; transition: all .4s; }
.news .news-box .news-l .tit { font-size: 16px; color: #555; margin-top: 15px; }
.news .news-box .news-l .txt { line-height: 24px; height: 48px; color: #999; margin-top: 15px; }
.news .news-box .news-l:hover .img img { transform: scale(1.1); }
.news .news-box .news-l:hover .tit { color: #74a92d; }
.news .news-box .news-r { width: 600px; float: right; }
.news .news-box .news-r li { padding: 35px 0; border-top: 1px solid #e4e4e4; }
.news .news-box .news-r li .tit { padding-left: 20px; font-size: 16px; color: #555; position: relative; }
.news .news-box .news-r li .tit:before { width: 7px; height: 7px; border-radius: 50%; background: #adadad; position: absolute; left: 0; top: 50%; margin-top: -4px; content: ''; }
.news .news-box .news-r li .txt { padding-left: 20px; line-height: 24px; height: 48px; color: #999; margin-top: 15px; }
.news .news-box .news-r li:hover .tit { color: #74a92d; }
.news .news-box .news-r li:hover .tit:before { background: #74a92d; }

.bottom { background: #333; min-width: 1200px; color: #fff; overflow: hidden; }
.bottom a { color: #fff; }
.bottom .foot-nav { padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); overflow: hidden; }
.bottom .foot-nav a { color: rgba(255, 255, 255, 0.8); float: left; margin-right: 70px; line-height: 20px; }
.bottom .foot-nav a:hover { color: #fff; text-decoration: underline; }
.bottom .foot-box { width: 1200px; overflow: hidden; margin: 0 auto; }
.bottom .foot-box .foot-box-l { width: 900px; float: left; }
.bottom .foot-box .foot-link { color: rgba(255, 255, 255, 0.8); margin-top: 20px; }
.bottom .foot-box .foot-link .foot-link-tit { font-weight: bold; }
.bottom .foot-box .foot-link .foot-link-con { margin-top: 8px; overflow: hidden; }
.bottom .foot-box .foot-link .foot-link-con a { color: rgba(255, 255, 255, 0.8); float: left; margin-right: 30px; margin-top: 5px; line-height: 20px; }
.bottom .foot-box .foot-link .foot-link-con a:hover { color: #fff; text-decoration: underline; }
.bottom .foot-box .foot-cont { overflow: hidden; padding: 50px 0; }
.bottom .foot-box .foot-cont .foot-logo { float: left; height: 60px; padding-right: 50px; margin-right: 50px; border-right: 1px solid rgba(255, 255, 255, 0.1); }
.bottom .foot-box .foot-cont .foot-logo img { vertical-align: middle; }
.bottom .foot-box .foot-cont .foot-logo:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.bottom .foot-box .foot-cont .foot-con { line-height: 30px; color: rgba(255, 255, 255, 0.8); overflow: hidden; }
.bottom .foot-box .foot-cont .foot-con a { color: rgba(255, 255, 255, 0.8); }
.bottom .foot-box .foot-cont .foot-con a:hover { color: #fff; text-decoration: underline; }
.bottom .foot-box .foot-qrcode { float: right; margin-top: 50px; overflow: hidden; }
.bottom .foot-box .foot-qrcode .ewm { width: 100px; float: right; margin-left: 30px; text-align: center; }
.bottom .foot-box .foot-qrcode .ewm img { width: 100px; height: 100px; }
.bottom .foot-box .foot-qrcode .ewm p { margin-top: 15px; color: rgba(255, 255, 255, 0.8); }

.totop { position: fixed; right: 50px; bottom: 50px; width: 40px; height: 40px; border-radius: 50%; background: url(../images/totop.png) no-repeat center #666; z-index: 999; }
.totop:hover { background-color: #74a92d; }
.totop a { display: block; width: 40px; height: 40px; }

.netadd { width: 1200px; margin: 20px auto 0; height: 20px; line-height: 20px; text-align: right; }
.netadd .add-home { display: inline-block; margin-top: 5px; width: 10px; height: 10px; background: url(../images/icon-home.png) no-repeat; }
.netadd a { display: inline; margin-left: 15px; background: url(../images/icon-arr.png) no-repeat left center; padding-left: 15px; font-size: 14px; color: #929292; }
.netadd a:hover { color: #74a92d; text-decoration: underline; }

.netadd-s { text-align: left; }

.insidetype { border-bottom: 1px solid #e6e6e6; height: 70px; min-width: 1200px; }
.insidetype .insidetype-box { width: 1200px; height: 70px; margin: 0 auto; overflow: hidden; }
.insidetype .insidetype-box a { display: block; float: left; font-size: 15px; line-height: 60px; color: #555; height: 70px; font-weight: bold; border-bottom: 2px solid transparent; box-sizing: border-box; margin-right: 40px; }
.insidetype .insidetype-box a:hover { color: #74a92d; }
.insidetype .insidetype-box a.click { color: #74a92d; border-bottom: 2px solid #74a92d; }

.inside-banbox { width: 100%; position: relative; overflow: hidden; height: 350px; min-width: 1200px; }
.inside-banbox .ban { position: absolute; width: 1920px; height: 350px; left: 50%; margin-left: -960px; }
.inside-banbox .ban img { width: 100%; }

.main { width: 1200px; margin: 0 auto 50px; overflow: hidden; }

.content { overflow: hidden; margin-top: 30px; line-height: 30px; font-size: 15px; }
.content p { margin: 20px 0; color: #555; }
.content img { max-width: 100%; }

.house-list { float: left; width: 950px; overflow: hidden; margin-top: 30px; }

.house-list-tit { font-size: 22px; margin-bottom: 30px; }

.house-list-box { overflow: hidden; }
.house-list-box li { padding: 30px 0; border-bottom: 1px solid #eee; overflow: hidden; }
.house-list-box li a { display: block; }
.house-list-box li .img { width: 200px; height: 150px; float: left; margin-right: 40px; overflow: hidden; }
.house-list-box li .img img { width: 100%; height: 100%; transition: all .4s; }
.house-list-box li .img:hover img { transform: scale(1.1); }
.house-list-box li .cont { float: left; width: 650px; margin-top: 6px; }
.house-list-box li .cont .tit { font-size: 20px; font-weight: bold; line-height: 30px; overflow: hidden; }
.house-list-box li .cont .tit:hover { color: #74a92d; }
.house-list-box li .cont .txt { width: 100%; margin-top: 15px; overflow: hidden; line-height: 40px; color: #888; }
.house-list-box li .cont .txt .price { float: right; margin-left: 10px; color: #fb625e; font-size: 14px; }
.house-list-box li .cont .txt .price span { font-size: 26px; }

.pub-label { overflow: hidden; height: 30px; margin-top: 15px; }
.pub-label span { display: inline-block; height: 30px; margin-right: 10px; padding: 0 12px; line-height: 30px; font-size: 12px; color: #849aae; background: #f2f5f7; }

.house-hot { width: 190px; float: right; overflow: hidden; margin-top: 30px; }

.house-hot-list { overflow: hidden; }
.house-hot-list li { width: 190px; border-bottom: 1px solid #eee; line-height: 20px; padding-bottom: 20px; margin-bottom: 20px; }
.house-hot-list li .img { width: 190px; height: 143px; overflow: hidden; }
.house-hot-list li .img img { width: 100%; height: 100%; transition: all .4s; }
.house-hot-list li .tit { font-size: 14px; font-weight: bold; margin-top: 15px; overflow: hidden; }
.house-hot-list li .txt { color: #888; font-size: 12px; margin-top: 5px; }
.house-hot-list li .price { font-size: 15px; color: #fb625e; font-weight: bold; margin-top: 5px; }
.house-hot-list li:hover .img img { transform: scale(1.1); }

.pagination { padding: 30px 0 0; text-align: center; }
.pagination a { font-size: 12px; height: 28px; line-height: 28px; color: #555; display: inline-block; padding: 0 10px; margin: 0 4px; border: none; background: #f5f5f5; vertical-align: middle; }
.pagination a.click { background: #74a92d !important; color: #fff; }
.pagination a:hover { background: #eee; }

.house-show { width: 1200px; margin: 30px auto 0; overflow: hidden; }
.house-show .house-show-l { width: 560px; height: 420px; float: left; position: relative; }
.house-show .house-show-l .slides { position: relative; z-index: 1; }
.house-show .house-show-l .slides li { width: 560px; height: 420px; }
.house-show .house-show-l .slides li img { width: 100%; height: 100%; }
.house-show .house-show-l .flex-control-paging { width: 100%; margin: 0; list-style: none; position: absolute; left: 0; bottom: 10px; z-index: 3; text-align: center; }
.house-show .house-show-l .flex-control-paging li { display: inline-block; }
.house-show .house-show-l .flex-control-paging li a { display: block; list-style: none; margin: 0 5px; width: 12px; height: 12px; background: #fff; border-radius: 50%; font-size: 0; }
.house-show .house-show-l .flex-control-paging li a.flex-active { background-color: #74a92d; }
.house-show .house-show-r { width: 580px; float: right; }
.house-show .house-show-r .show-con { padding: 10px 0 30px; border-bottom: 1px solid #eee; }
.house-show .house-show-r .show-tit { font-size: 24px; line-height: 28px; }
.house-show .house-show-r .price { margin-top: 15px; color: #666; }
.house-show .house-show-r .price span { color: #fb625e; font-size: 24px; }
.house-show .house-show-r .show-box { margin-top: 20px; }
.house-show .house-show-r .show-box .item { line-height: 30px; margin: 5px 0; overflow: hidden; color: #666; }
.house-show .house-show-r .show-box .item span { color: #333; margin-left: 10px; }
.house-show .house-show-r .show-zx { display: block; margin-top: 30px; width: 220px; height: 48px; line-height: 48px; border-radius: 50px; text-align: center; color: #fff; font-size: 16px; background: #74a92d; }

.house-intro { margin-top: 80px; }
.house-intro .house-intro-tit { color: #111; font-size: 26px; height: 28px; line-height: 28px; padding-left: 20px; overflow: hidden; position: relative; }
.house-intro .house-intro-tit:before { position: absolute; left: 0; top: 0; width: 8px; height: 28px; border-radius: 2px; background: #74a92d; content: ''; }

.house-intro-tj { margin-left: -20px; margin-top: 20px; overflow: hidden; }
.house-intro-tj li { width: 285px; float: left; background: #fff; margin-left: 20px; margin-top: 20px; overflow: hidden; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.house-intro-tj li .img { width: 285px; height: 214px; overflow: hidden; }
.house-intro-tj li .img img { width: 100%; height: 100%; transition: all .4s; }
.house-intro-tj li .cont { margin-top: 15px; }
.house-intro-tj li .cont .tit { font-size: 16px; font-weight: bold; }
.house-intro-tj li .cont .txt { font-size: 14px; color: #999; line-height: 24px; margin-top: 15px; }
.house-intro-tj li .cont .txt .pri { color: #fb625e; }
.house-intro-tj li .cont .txt .pri .num { font-size: 20px; }
.house-intro-tj li:hover .img img { transform: scale(1.1); }

.activity { overflow: hidden; margin-left: -30px; margin-top: 20px; }
.activity li { width: 380px; margin: 15px 0 15px 30px; float: left; box-sizing: border-box; background: #fff; }
.activity li a { display: block; }
.activity li a .img { width: 380px; height: 236px; overflow: hidden; }
.activity li a .img img { width: 100%; height: 100%; transition: all .4s; }
.activity li a .tit { font-size: 16px; margin-top: 15px; }
.activity li a .date { margin-top: 15px; color: #666; }
.activity li a .txt { margin-top: 15px; color: #999; line-height: 24px; height: 48px; }
.activity li:hover { border-color: #f799aa; }
.activity li:hover .img img { transform: scale(1.1); }
.activity li:hover .tit { color: #74a92d; }

.in_list { width: 100%; margin-top: 30px; overflow: hidden; }
.in_list li { padding: 19px; height: 164px; border: 1px solid #f8f8f8; background: #fafafa; box-sizing: border-box; overflow: hidden; margin: 10px; }
.in_list li a { display: block; }
.in_list li .img { width: 200px; height: 124px; float: left; overflow: hidden; margin-right: 30px; transition: all .6s ease; }
.in_list li .img img { width: 100%; height: 100%; transition: all .6s; }
.in_list li .cont { padding-right: 50px; padding-top: 5px; }
.in_list li .cont .tit { font-size: 16px; font-weight: bold; }
.in_list li .cont .time { font-size: 14px; color: #888; margin-top: 20px; }
.in_list li .cont .intro { font-size: 14px; color: #555555; margin-top: 12px; height: 50px; line-height: 25px; }
.in_list li:hover { border: 1px solid #ddd; box-shadow: 0 0 10px #ccc; transition: all .4s ease; }
.in_list li:hover .cont .tit { color: #74a92d; }
.in_list li:hover .img { margin-right: 50px; transition: all .6s ease; }
.in_list li:hover .img img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); }
.in_list .label { margin-top: 30px; font-size: 14px; }
.in_list .label a { padding: 0 30px; height: 30px; line-height: 30px; background: #ddd; margin: 5px; display: inline-block; }
.in_list .label a:hover { background: #666; color: #fff; }

.article { margin-top: 30px; }
.article .title { font-size: 28px; text-align: center; }
.article .date { margin-top: 30px; color: #666; height: 40px; line-height: 40px; width: 100%; background: #f8f8f8; text-align: center; }

.article-flip { background: #f4f4f4; font-size: 15px; padding: 10px 20px; box-sizing: border-box; margin-top: 50px; }
.article-flip a { display: block; height: 30px; line-height: 30px; margin: 15px 0; color: #555; }
.article-flip a:hover { color: #74a92d; }

.article-label { margin-top: 40px; font-size: 15px; }
.article-label a { padding: 0 30px; height: 30px; line-height: 30px; background: #ddd; margin: 5px; display: inline-block; }
.article-label a:hover { background: #74a92d; color: #fff; }

.article-tj { margin-top: 40px; overflow: hidden; }
.article-tj .tit { font-size: 20px; color: #74a92d; font-weight: bold; height: 60px; line-height: 60px; position: relative; }
.article-tj .tjcon { overflow: hidden; }
.article-tj .tjcon li { font-size: 15px; width: 50%; float: left; padding-right: 15px; box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.article-tj .tjcon li a { color: #555; height: 36px; line-height: 36px; padding-left: 15px; position: relative; }
.article-tj .tjcon li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #333; content: ''; }
.article-tj .tjcon li a:hover { color: #74a92d; }
.article-tj .tjcon li a:hover:before { background: #74a92d; }

.sign-up { width: 100%; margin-top: 20px; padding: 50px 0; }
.sign-up .cxcon { width: 760px; margin: 0 auto; }
.sign-up .cxcon li { padding-bottom: 30px; overflow: hidden; }
.sign-up .cxcon li .fieldname { width: 140px; height: 50px; font-size: 18px; float: left; margin-right: 20px; text-align: right; line-height: 50px; }
.sign-up .cxcon li .fieldcont { width: 600px; float: left; position: relative; }
.sign-up .cxcon li .fieldcont input { width: 100%; height: 50px; box-sizing: border-box; outline: none; }
.sign-up .cxcon li .fieldcont textarea { width: 600px; resize: none; border: 1px solid #CCC; padding: 6px 12px; box-sizing: border-box; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.sign-up .cxcon li .fieldcont select { width: 100%; height: 50px; outline: none; appearance: none; -moz-appearance: none; -webkit-appearance: none; background: url(../images/select.png) no-repeat right top #fff; }
.sign-up .cxcon li .fieldcont .Validform_checktip { position: absolute; left: 0; top: 53px; color: #f84d4d; }
.sign-up .cxcon li .fieldcheck { width: 600px; float: left; position: relative; }
.sign-up .cxcon li .fieldcheck .item { float: left; color: #666; line-height: 24px; margin: 13px 20px 13px 0; cursor: pointer; }
.sign-up .cxcon li .fieldcheck .item input[type="checkbox"] { width: 14px; height: 14px; float: left; margin-top: 5px; text-align: center; line-height: 14px; margin-right: 6px; position: relative; }
.sign-up .cxcon li .fieldcheck .item input[type="checkbox"]::before { content: ""; position: absolute; top: 0; left: 0; background: url(../images/icon-check.png) no-repeat #fff; width: 100%; height: 100%; border: none; border-radius: 0; }
.sign-up .cxcon li .fieldcheck .item input[type="checkbox"]:checked::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; background: url(../images/icon-check-h.png) no-repeat; border: none; border-radius: 0; }
.sign-up .cxcon li .fieldcheck .item:hover, .sign-up .cxcon li .fieldcheck .item.click { color: #74a92d; }
.sign-up .cxcon .txt { padding: 5px 0 0; font-size: 14px; color: #999; line-height: 20px; }
.sign-up .cxcon .btnbox { margin-top: 10px; }
.sign-up .cxcon .btnbox .btn { width: 600px; padding: 16px 0; border-radius: 6px; text-align: center; font-size: 16px; background: #74a92d; border: none; color: #fff; -webkit-appearance: none; outline: none; cursor: pointer; }
.sign-up .cxcon .btnbox .btn:hover { background: #74a92d; }
.sign-up .form-control { height: 36px; border: 1px solid #CCC; padding: 6px 12px; background-color: #fff; font-size: inherit; display: inline-block; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.sign-up textarea.form-control { height: auto; }

.pub-popup { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999; display: none; }
.pub-popup .popup-box { width: 420px; height: 520px; background: #fff; overflow: hidden; border-radius: 20px; position: absolute; top: 50%; left: 50%; margin-left: -210px; margin-top: -260px; }
.pub-popup .popup-box .popup-box-head { width: 100%; height: 80px; line-height: 30px; font-size: 24px; padding: 25px; border-bottom: 1px solid #ddd; box-sizing: border-box; }
.pub-popup .popup-box .popup-box-head .close { float: right; width: 30px; height: 30px; background: url(../images/icon-close.png) no-repeat; background-size: 100%; color: #fff; cursor: pointer; z-index: 998; }
.pub-popup .popup-box .popup-box-cont { padding: 20px 30px; }
.pub-popup .popup-box .popup-box-cont li { padding: 10px 0; }
.pub-popup .popup-box .popup-box-cont .formname { font-weight: bold; margin-bottom: 10px; }
.pub-popup .popup-box .popup-box-cont input { background: #fff; width: 100%; height: 40px; line-height: 20px; padding: 10px 15px; border: 1px solid #bbb; border-radius: 5px; outline: none; box-sizing: border-box; }
.pub-popup .popup-box .popup-box-cont textarea { width: 100%; height: 100px; resize: none; line-height: 20px; outline: none; padding: 10px 15px; background: #fff; border: 1px solid #bbb; border-radius: 5px; box-sizing: border-box; }
.pub-popup .popup-box button { color: #fff; background: #74a92d; font-size: 15px; width: 360px; height: 40px; line-height: 20px; margin: 0 30px; border: none; border-radius: 5px; outline: none; box-sizing: border-box; }

/*# sourceMappingURL=style.css.map */
