﻿@charset "utf-8";

/*-----------public-style-----------*/


/* 统一动画效果 */

body,
html {
    max-width: 100%;
    font-family: "microsoft yahei";
}

a:hover {
    text-decoration: none;
}

.inotice-more,
.rln-items,
.rln-line,
.nav-itmes-icon,
.navbar-nav-items a,
.nlb-tit a,
.nlb-more,
.page-items a,
.news-items-more,
.news-tit a,
.zdjs-pic,
.recproim-pic img,
.recproim-tit,
.mpb-pic img,
.mpilb-pic img,
.pro-pic img,
.pro-tit a,
.blit a,
.pvm-items,
.flip-left p a,
.flip-back {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@font-face {
    font-family: 'BOOKOS';
    src: url('../fonts/BOOKOS.TTF') format('truetype');
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.TTF') format('truetype');
}


/* ---------------内容--------------- */


/* 头部 */

.header {
    max-width: 100%;
    position: relative;
    height: 92px;
    background: #fff;
}

.header .navbar-header {
    padding-left: 20px;
}

.nav-nst {
    display: table;
    float: right;
}

.top-nav {
    border: 0 none;
    border-radius: 0;
    /* overflow: hidden; */
}

.slogan {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 0;
    margin-top: 20px;
    margin: 20px 0 0 16px;
    font-size: 18px;
}

.slogan span {
    display: block;
    line-height: 1.4em;
}

.slogan-fxb {
    letter-spacing: 1px;
}

.slogan::before {
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: 38px;
    top: 7px;
    left: -16px;
    background: #bfbfbf;
}

.header .navbar-nav {
    font-size: 16px;
}

.hnav {
    margin-right: 0;
}

.navbar-nav-items {
    line-height: 92px;
}

.navbar-nav-items a {
    position: relative;
    line-height: 92px !important;
    padding: 0 1.5em !important;
    color: #000;
}

.navbar-nav-items a span {
    display: block;
}

.header .nav>li>a:focus,
.header .nav>li>a:hover {
    text-decoration: none;
    background: none;
}

.header .navbar-nav {
    height: 92px;
    /* overflow: hidden; */
}

.active a,
.navbar-nav-items a:hover {
    color: #577800;
}

.nav-itmes-icon {
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: 0;
    background: #d4d4d4;
    top: 0;
    left: 50%;
}

.active .nav-itmes-icon,
.navbar-nav-items:hover .nav-itmes-icon {
    height: 30px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.nav-block {
    margin: 0;
}

.nav-search {
    position: relative;
    float: right;
    background: #88b515;
    margin-right: 0;
}

.nav-search a {
    display: block;
    background: url('../images/nav-search.png') no-repeat;
    background-size: 100% 100%;
}

.nav-search a img {
    max-width: 100%;
    height: 100%;
}

.nst {
    display: none;
    position: absolute;
    right: 0;
    padding: 10px;
    background: none;
}

.nst-text {
    width: 24em;
    border: 0 none;
    height: 3em;
    background: none;
    padding: 0 0.5em;
}

.nst-submit {
    display: block;
    position: absolute;
    width: 3.5em;
    height: 100%;
    background-color: #8bbe00;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    right: 0;
    border: 0 none;
    z-index: 99999
}

.nst-block {
    position: relative;
    margin-bottom: 0;
    width: 28em;
    font-size: 14px;
    line-height: 3em;
    border: 1px solid #a2c349;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    padding-right: 4em;
}


/* 底部 */

.footer {
    padding: 44px 0 50px;
    background: #414141;
}

.fnavbar-items {
    padding-left: 3.5em;
    font-size: 12px;
    border-left: 1px solid #666;
}

.fnavbar-tit {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    color: #dfdfdf;
}

.fnavbar-block {
    padding-top: 20px;
}

.fnavbar-bitems {
    line-height: 2.17em;
    color: #b7b7b7;
}

.fnavbar-bitems a {
    display: block;
    line-height: 2.17em;
    color: #b7b7b7;
}

.copyright {
    padding-left: 36px;
    border: 0 none;
    margin: 0 auto;
    position: static !important;
    /*width: 400px;*/
    padding-left: 56px;
    border-left: 1px solid #666;
}

.cr-tel {
    margin-bottom: 33px;
    line-height: 31px;
}

.cr-tel p {
    position: relative;
    display: block;
    height: 31px;
    margin: 0;
    line-height: 31px;
    vertical-align: bottom;
    box-sizing: border-box;
}

.cr-tel p small {
    padding-left: 38px;
}

.cr-tel-num {
    padding: 0;
    font-size: 20px;
    color: #cfcfcf;
    white-space: nowrap;
}

.cr-tel-cion {
    display: block;
    position: absolute;
    width: 30px;
    height: 31px;
    left: 0;
}

.cr-tel-cion img {
    width: 100%;
    vertical-align: top;
}

.cr-text {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 26px;
    color: #c9c9c9;
}

.cr-text a {
    color: #c9c9c9;
}

.wwp {
    padding-left: 0;
}

.wwp-items {
    float: left;
    margin-right: 12px;
}

.cr-tel-text {
    font-size: 14px;
    color: #cfcfcf;
}


/*扫描二维码部分start*/

.tooltip-pic {
    width: 112px;
    height: 112px;
    z-index: 100;
    position: absolute;
    display: none;
}

.tooltip-pic img {
    width: 100%;
}


/*扫描二维码部分end*/


/* ---------------首页--------------- */


/* banner */

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}


/* 滚动开始 */

.multipleColumn {
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 0 none;
}

.multipleColumn .bd {
    padding: 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.multipleColumn .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 720px;
    float: left;
    _display: inline;
    margin-bottom: 0;
}

.multipleColumn .bd ul li {
    margin: 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.multipleColumn .bd ul li .pic {
    text-align: center;
}

.multipleColumn .bd ul li .pic img {
    width: 180px;
    height: 132px;
    display: block;
    padding: 0;
    border: 0 none;
}

.multipleColumn .bd ul li .pic a:hover img {
    border-color: #999;
}

.multipleColumn .bd ul li .title {
    line-height: 24px;
}


/* 滚动结束 */

.banner-bg {
    position: absolute;
    width: 100%;
    height: 528px;
    top: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 3;
}

.banner-search {
    z-index: 3;
    position: absolute;
    width: 820px;
    height: 158px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -410px;
    margin-top: -79px;
    padding: 25px 30px 22px 32px;
}

.banner-search::after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    bottom: -22px;
    left: 0;
}

.search {
    width: 500px;
    height: 58px;
    border: 1px solid #a2c349;
    border-radius: 5px;
    line-height: 56px;
    padding-left: 20px;
}

.search span {
    display: block;
    width: 3em;
    font-size: 14px;
    color: #618402;
}

.search-text {
    width: 760px;
    height: 56px;
    vertical-align: top;
    border: 0 none;
    font-size: 14px;
    color: #7d7d7d;
}

.search-submit {
    width: 70px;
    height: 100%;
    border: 0 none;
    background-color: #8bbe00;
    background-image: url('../images/search-icon.png');
    background-repeat: no-repeat;
    border-radius: 0;
}

.search-hot {
    font-size: 12px;
    line-height: 12px;
    margin-top: 16px;
    overflow: hidden;
}

.search-hot-rmss {
    display: block;
    float: left;
}

.bans-sk-items {
    float: left;
    padding: 0 1em;
    border-right: 1px solid #565656;
}

.bans-sk-items a {
    display: block;
    min-height: 14px;
    color: #565656;
}

.bans-sk-items:first-child {
    padding-left: 0;
}

.bans-sk-items:last-child {
    border: 0 none;
}

.search-maps {
    display: block;
    position: absolute;
    width: 209px;
    /*height: 107px;
     border: 1px solid #e9e9e9;
    border-radius: 5px; */
    cursor: pointer;
    left: 30px;
    float: none !important;
    bottom: 0;
}

/* .bansm-main {
    position: absolute;
    display: table;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
} */

.bansm-main span {
    display: block;
}

.bansm-text {
    margin-top: 4px;
    text-align: center;
    color: #000;
}


/* 我有项目找人对接 */

.zdj {
    padding-bottom: 24px;
}

.zdj-tit {
    width: 340px;
    height: 60px;
    margin: 76px auto 0;
    padding: 3px 62px 9px;
    font-size: 22px;
    line-height: 50px;
    font-weight: normal;
    color: #606060;
    background: url('../images/zdj.png') no-repeat;
}

.zdj-tit a {
    position: relative;
    display: block;
    height: 48px;
    color: #606060;
}

.zdj-tit-text {
    line-height: 48px;
}

.zdj-tit-icon {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
    top: 50%;
    margin-top: -14px;
}

.zdj-tit-icon img {
    vertical-align: top;
}

.zdj-main {
    margin-top: 38px;
}

.zdj-service-items {
    margin-bottom: 30px;
}

.zdj-service-items span {
    display: block;
    text-align: center;
}

.zdjs-tit {
    margin: 22px 0 12px;
    font-size: 20px;
    color: #494949;
}

.zdjs-art {
    width: 22em;
    margin: 0 auto;
    line-height: 2em;
    color: #333;
}

.zdj-service-items:hover .zdjs-pic {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}


/* 推荐项目recommended projects */

.recpro {
    padding: 44px 0 26px;
    background: #efefef;
}

.block-title {
    text-align: center;
}

.block-title span {
    display: block;
    font-size: 26px;
}

.title-eng {
    font-family: 'BOOKOS';
    color: #b2b2b2;
}

.title-text {
    padding-top: 4px;
    color: #545454;
}

.recpro-list-nav {
    display: table;
    margin: 0 auto;
    overflow: hidden;
}

.rln-items {
    position: relative;
    float: left;
    margin-left: 2em;
    font-size: 24px;
    line-height: 1.75em;
    color: #545454;
    cursor: pointer;
}

.rln-items:first-child {
    margin-left: 0;
}

.rln-line {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background: #608500;
}

.rln-items.on {
    color: #608500;
}

.rln-items.on .rln-line {
    width: 100%;
}

/* .recpro-list {
    margin-left: -16px;
    overflow: hidden;
} */
/* 2017/8/23 修改 */
.recpro-list {
    margin-left: -16px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: box;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    _display: block;
}
/* 2017/8/23 修改 end */

.recpro-items {
    padding: 0 0 0 16px;
    margin-top: 34px;
}

.recpro-items-main {
    background: #fff;
}

.recproim-tit {
    display: block;
    line-height: 62px;
    padding: 0 2em;
    color: #3d3d3d;
/*     overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    box-sizing: border-box;
}
.recproim-tit span{
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.recproim-pic {
    display: block;
    overflow: hidden;
}

.recproim-tit:hover {
    color: #3d3d3d;
}

.recpro-items-main:hover .recproim-pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.recpro-items-main:hover .recproim-tit {
    color: #88b515;
}


/* 最受欢迎项目Most popular items */

.mpi {
    padding: 44px 0 52px;
    background: url('../images/mpi-bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.mpi-main {
    margin-top: 30px;
}

.mpi-main-l {
    padding: 0 11px;
}

.mpi-pic-big {
    width: 740px;
    max-width: 100%;
    /* height: 550px; */
    padding: 0;
}

.mpb-main {
    display: block;
    position: relative;
}

.mpb-tit {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding: 16px 46px 16px 16px;
    background: url('../images/mpb-tit-bg.png') repeat-x;
}

.mpb-tit-l {
    display: table;
}

.mpb-tit-info,
.mpb-title {
    display: table;
    font-size: 14px;
    line-height: 1.71em;
    margin-bottom: 0;
}

.mpb-title {
    color: #fff;
}

.mpb-tit-info {
    color: #999;
}

.mpb-arrow img {
    vertical-align: top;
}

.mpi-pic-list {
    margin-left: -25px;
    padding: 0;
}

.mpi-pic-items {
    float: left;
    padding-left: 24px;
    padding-right: 0;
    margin-bottom: 28px;
}

.mpilb-main {
    display: block;
    position: relative;
    width: 100%;
}

.mpilb-tit {
    position: absolute;
    bottom: 0;
    height: 83px;
    width: 100%;
    padding-top: 25px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    line-height: 58px;
    color: #fff;
    background: url('../images/mpb-tit-bg2.png') repeat-x;
}

.mpil-block {
    overflow: hidden;
}

.mpilb-title {
    width: 100%;
    line-height: 58px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mpilb-pic,
.mpi-pic-big {
    overflow: hidden;
}

.mpilb-pic img {
    display: block;
    vertical-align: top;
}

.mpi-pic-big:hover .mpb-pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.mpil-block:hover .mpilb-pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/* 资讯news */

.news {
    padding: 38px 0 66px;
}

.news-main {
    width: 95.6%;
    margin: 36px auto 0;
    border-top: 1px solid #f2f2f2;
}

.news-list {
    overflow: hidden;
}

.news-list-items {
    padding: 0;
    height: 340px;
    overflow: hidden;
}

.news-article {
    padding: 92px 60px 0;
    border-left: 1px solid #f2f2f2;
}

.news-list-items:first-child .news-article {
    border: 0 none;
}

.news-tit a {
    display: block;
    font-size: 16px;
    line-height: 2em;
    color: #1e1e1e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-date {
    display: block;
    font-size: 12px;
    line-height: 2em;
    color: #999;
}

.news-art {
    font-size: 12px;
    line-height: 1.83em;
    color: #797979;
}

.news-items-more {
    position: relative;
    display: block;
    margin-left: -60px;
    margin-top: 56px;
    font-size: 14px;
    line-height: 20px;
    color: #646464;
    opacity: 0;
    filter: alpha(opacity=0);
}

.news-more-text {
    display: table;
    padding-right: 22px;
    border-right: 1px solid #ebebeb;
}

.news-more-icon {
    padding-left: 30px;
}

.news-more-icon img {
    vertical-align: top;
}

.news-list-items:hover .news-items-more {
    margin-left: 60px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.news-items-more:hover,
.news-items-more:focus {
    color: #646464;
}

.news-more {
    display: block;
    width: 130px;
    height: 35px;
    margin: 0 auto;
}

.news-list-items:hover .news-tit a {
    margin-top: -6px;
    color: #88b515;
}


/* 本例子css */

.partner-main {
    position: relative;
    padding: 0 40px;
}

.partner-block {
    width: 100%;
    overflow: hidden;
}

.partner-block .hd {
    position: absolute;
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
    width: 100%;
}

.prev,
.next {
    position: absolute;
    display: block;
    float: right;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
    top: 50%;
    margin-top: -6px;
    color: #cac7ca;
}

.prev:focus,
.prev:hover,
.next:focus,
.next:hover {
    color: #cac7ca;
}

.next {
    left: 0;
}

.prev {
    right: 0;
}

.partner-block .hd .prevStop {
    background-position: -60px 0;
}

.partner-block .hd .nextStop {
    background-position: -60px -50px;
}

.partner-block .bd {
    padding: 10px 10px 10px 0;
}

.partner-block .bd ul {
    overflow: hidden;
    zoom: 1;
}

.partner-block .bd ul li {
    margin: 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.partner-block .bd ul li .pic {
    text-align: center;
}

.partner-block .bd ul li .pic img {
    width: 120px;
    display: block;
    padding: 2px;
}

.partner-block .bd ul li .pic a:hover img {
    border-color: #999;
}

.partner-block .bd ul li .title {
    line-height: 24px;
}


/* ---------------新闻--------------- */

.container .jumbotron,
.container-fulid .jumbotron {
    margin-bottom: 0;
    padding: 20px 50px 1px;
    background: #f6f6f6;
}

.news-ban {
    position: relative;
}

.news-banbg {
    width: 100%;
    overflow: hidden;
}

.news-ban-dj {
    position: absolute;
    width: 330px;
    height: 52px;
    left: 50%;
    top: 50%;
    font-size: 22px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 52px;
	transform: translate(0, -50%);
}
.news-ban-dj1{
	margin-left:-340px;
}
.news-ban-dj2{
	margin-left:10px;
}
.news-bandj {
    display: block;
    height: 48px;
    line-height: 48px;
    color: #fff;
}

.news-bandj:focus,
.news-bandj:hover {
    color: #fff;
    text-decoration: none;
}

.news-ban-dj span {
    padding-left: 28px;
    font-family: 'Glyphicons Halflings';
    font-family: 'simsun';
    font-size: 18px;
}

.news-news {
    padding: 46px 0 66px;
}

.news-sider-tit {
    margin: 0;
    padding: 0 24px;
    font-size: 20px;
    line-height: 65px;
    background: #7aa50c;
    color: #fff;
}

.news-sider-main {
    width: 158px;
}

.list-group {
    margin-bottom: 30px;
    padding: 10px 0 62px;
    border-radius: 0;
    background: #88b515;
}

.list-group-item {
    width: 158px;
    padding: 0 24px;
    border: 0 none;
    line-height: 40px;
    color: #fff !important;
    background: none;
}

a.list-group-item:focus,
a.list-group-item:hover {
    background: none;
}

.list-group-item span {
    position: relative;
    display: block;
}

.list-group-item span::after {
    position: relative;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #719b07;
}


/* 广告轮播 */

.news-ad {
    position: relative;
    width: 158px;
    overflow: hidden;
}

.news-adcon {
    position: relative;
}

.news-adcon a {
    display: block;
}

.news-adcon a img {
    vertical-align: top;
}

.news-adicon {
    position: absolute;
    right: 4px;
    bottom: 12px;
    margin-bottom: 0;
    z-index: 1;
    height: 9px;
    text-align: right;
    padding-right: 5px;
    vertical-align: top;
}

.news-adicon li {
    display: inline-block;
    width: 11px;
    height: 9px;
    opacity: 1;
    background: #fff;
    border-radius: 0;
    margin: 0 3px;
    text-indent: 1000px;
}

.news-adicon li.on {
    background: #127bcc;
}

.news-news .news-list {
    /* padding: 0 50px; */
    background: #f6f6f6;
}

.news-list-tit {
    margin: 0;
    padding: 15px 0 15px;
    font-size: 26px;
    color: #545454;
}

.news-list-block {
    overflow: hidden;
    margin-left: -18px;
}

.nlb-items {
    padding: 0 0 0 18px;
    margin-top: 18px;
}

.nlb-block {
    margin: 0 auto;
    padding: 36px 30px 45px;
    border: 1px solid #ebebeb;
    background: #fff;
}

.nlb-tit {
    margin: 5px 0 16px;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
}

.nlb-tit a {
    color: #000;
}

.nlb-art {
    height: 4.5em;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
    color: #696969;
    line-height: 1.5em;
}

.nlb-art a {
    color: #696969;
}

.nlb-date {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    padding: 40px 0 16px;
    line-height: 30px;
    font-family: 'CenturyGothic';
    border-bottom: 1px solid #ededed;
}

.nlb-yr {
    font-size: 30px;
    color: #ddd;
}

.nlb-years {
    position: absolute;
    right: 4px;
    bottom: 19px;
    font-size: 16px;
    line-height: 1em;
    color: #c7c7c7;
}

.nlb-more {
    display: block;
    width: 142px;
    height: 38px;
    margin-top: 28px;
    font-size: 12px;
    line-height: 3em;
    text-align: center;
    color: #959595;
    border: 1px solid #c9c9c9;
    border-radius: 38px;
}

.nlb-more-arrow {
    font-family: simsun;
}

.nlb-more-spot {
    position: relative;
    padding: 0 10px;
}

.nlb-more-spot i {
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 1px;
    background: #676767;
    left: 50%;
    top: 50%;
}

.nlb-more-spot i::before,
.nlb-more-spot i::after {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 1px;
    top: -4px;
    left: 0;
    background: #676767;
}

.nlb-more-spot i::after {
    top: 4px;
}

.nlb-block:hover .nlb-tit a {
    padding-left: 0.5em;
    color: #88b515;
}

.nlb-block:hover .nlb-more {
    color: #88b515;
    border: 1px solid #88b515;
}

.nlb-block:hover .nlb-more-spot i,
.nlb-block:hover .nlb-more-spot i::before,
.nlb-block:hover .nlb-more-spot i::after {
    background: #88b515;
}

.sub-adv {
    position: absolute;
    top: 0;
    right: 1px;
    width: 3em;
    height: 1.57em;
    z-index: 2;
    font-size: 14px;
    line-height: 1.57em;
    text-align: center;
    color: #fff;
    background: #127bcc;
}

.sub-adv span {
    position: absolute;
    left: -22px;
    top: 0;
    z-index: -1;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #127bcc;
}


/* 分页page */

.page {
    display: table;
    margin: 55px auto 48px;
}

.page-items {
    float: left;
    margin-left: 12px;
}

.page-items:first-child {
    margin-left: 0;
}

.page-items a {
    display: block;
    width: 40px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    color: #5a5a5a;
}

.page-items a:hover,
.page-items-act a {
    background: #fff;
    border: 1px solid #9bc42f;
    color: #608500;
}


/* ---------------项目--------------- */

.project {
    padding: 0 40px;
}

.pro-condition {
    margin-top: 33px;
}

.pro-condition-btn button {
    background: #127bcc;
    font-size: 16px;
    line-height: 3em;
    padding: 0 20px;
    border: 0 none;
    border-radius: 0;
}

.pro-condition-btn:hover button,
.pro-condition-btn:active:focus button,
.pro-condition-btn:active:hover button {
    background: #127bcc;
    border: 0 none;
}

.pro-condition-tit {
    position: relative;
    padding-left: 14px;
    font-size: 16px;
    color: #000;
}

.pro-condition-tit span {
    position: absolute;
    display: block;
    width: 3px;
    height: 16px;
    left: 0;
    top: 1px;
    background: #1d1d1d;
}

.subNavBox {
    width: 210px;
    margin-bottom: 72px;
}

.subNav {
    cursor: pointer;
    font-size: 14px;
    color: #464646;
    line-height: 45px;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
}

.currentDd {
    color: #127bcc;
}

.navContent {
    display: none;
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.navContent li {
    padding: 0
}

.navContent li a {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 2.6em;
    color: #333;
    padding: 0 5px;
}

.navContent-address li a {
    text-align: left !important;
}

.subNavBox .navContent:last-child {
    border: 0 none;
}

.pro-sider-arrow {
    font-family: 'simsun';
    font-size: 16px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pro-list {
    margin-top: -18px;
    margin-left: -33px;
    overflow: hidden;
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: box;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    _display: block;
}

.pro-list-items {
    margin-top: 40px;
    padding: 0 33px;
    border-right: 1px solid #dbdbdb;
}

.pro-pic {
    display: block;
    overflow: hidden;
}

.pro-tag {
    height: 40px;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 12px;
    line-height: 20px;
    color: #949494;
}

.pro-tag span {
    padding-right: 1em;
}

.pro-tit {
    margin: 0;
    font-size: 18px;
    line-height: 1;
    color: #000;
}

.pro-tit a {
    display: block;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro-date {
    margin-top: 22px;
    font-size: 12px;
    line-height: 1;
    color: #b2b2b2;
}

.pro-list-items:nth-child(4n) {
    border: 0 none;
}

.pro-list-items:hover .pro-pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pro-list-items:hover .pro-tit a {
    color: #127bcc;
}

.project .jumbotron {
    background: none;
}

.pro-condition-btn {
    margin-bottom: 0;
}


/* ---------------项目详细页--------------- */

.pro-view-ban {
    position: relative;
}

.pvb-bg {
    width: 100%;
    overflow: hidden;
}

.pvb-main {
    position: absolute;
    width: 100%;
    top: 0;
}

.pvb-main .container {
    position: relative;
}

.pvb-tit {
    margin: 68px 0 0;
    font-size: 30px;
    line-height: 1.5em;
    color: #fff;
}

.pvb-back {
    position: absolute;
    display: block;
    width: 150px;
    height: 2.75em;
    right: 0;
    top: 54px;
    font-size: 16px;
    text-align: center;
    line-height: 2.625em;
    color: #bababa;
    border: 1px solid #575757;
}

.pvb-back:hover,
.pvb-back:focus {
    color: #bababa;
}

.pvb-list {
    margin-top: 20px;
    margin-left: -20px;
}

.pvb-items {
    margin-top: 20px;
    padding: 0 0 0 20px;
}

.pvb-items a {
    display: block;
    height: 38px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 38px;
    color: #000;
    border-radius: 38px;
    background: #fff;
}

.pvb-link-icon {
    display: block;
    height: 100%;
    padding: 9px 0;
}

.pvb-link-icon img {
    height: 100%;
    vertical-align: top;
}

.pvm-box {
    padding-bottom: 40px;
}

.pvm-list-nav {
    font-size: 16px;
    padding: 44px 0 37px;
    overflow: hidden;
}

.pvm-items {
    float: left;
    width: 120px;
    height: 42px;
    margin-right: 1em;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

.pvm-items.on {
    border: 2px solid #81ad10;
    color: #658d00;
}

.pvm-block p {
    font-size: 14px;
    line-height: 2em;
}

.pvm-block p img {
    max-width: 100%;
    vertical-align: top;
}

.pvm-aside {
    padding-top: 133px;
}

.pvmapp {
    float: right;
    padding: 26px 18px 40px 26px;
    border: 1px solid #e8e8e8;
}

.pvma-tit {
    position: relative;
    margin-bottom: 22px;
    padding-left: 16px;
    font-size: 20px;
    line-height: 20px;
    color: #78a30a;
}

.pvma-tit-icon {
    position: absolute;
    display: block;
    width: 4px;
    height: 20px;
    left: 0px;
    top: 1px;
    background: #78a30a;
}

.pvmapp-items {
    /* position: relative;
    height: 49px;
    font-size: 14px;
    line-height: 48px;
    color: #292929;
    padding-left: 2.36em;
    border-bottom: 1px solid #dadada;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.pvmapp-items p {
    position: relative;
    height: 49px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 48px;
    color: #292929;
    padding-left: 2.36em;
    border-bottom: 1px solid #dadada;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pvmapp-icon {
    position: absolute;
    left: 3px;
}

.pvma-pro-material {
    overflow: hidden;
    float: right;
    margin-top: 26px;
    padding: 26px 18px 40px 26px;
    border: 1px solid #e8e8e8;
}

.pvmapp,
.pvma-pro-material {
    width: 258px;
}

.pvmapm .subNavBox {
    width: 100%;
    margin-bottom: 0;
}

.pvm-main .jumbotron {
    background: none;
    padding: 0;
}


/* 在线留言 */

.online-message {
    padding: 6px;
    margin-bottom: 37px;
    background: #f3f3f3;
}

.pvom {
    padding: 30px 32px 38px;
    border: 1px solid #fff;
}

.pvom-tit {
    font-size: 22px;
    color: #363636;
}

.pvom-tit small {
    margin-left: 0.5em;
    font-size: 14px;
    color: #656565;
}

.pvom-form {
    margin-left: -16px;
    margin-bottom: 0;
    overflow: hidden;
}

.pvom-form p {
    margin-bottom: 0;
}

.pvom-input {
    margin-top: 17px;
    padding-left: 16px;
}

.pvom-input-bock {
    position: relative;
    width: 100%;
    height: 42px;
    padding: 0 1.286em;
    font-size: 14px;
    line-height: 40px;
    color: #565656;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.pvom-input-bock input {
    width: 100%;
    padding: 0 0 0 3em;
    line-height: 40px;
    border: 0 none;
    background: none;
    vertical-align: top;
}

.pvomib-text {
    position: absolute;
    display: block;
    width: 4.286em;
    height: 100%;
    left: 0;
    padding-left: 1.286em;
    font-weight: normal;
}

.pvom-message {
    margin-top: 17px;
}

.pvom-message-block {
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    color: #565656;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.pvom-message .pvomib-text {
    width: 7.286em;
    height: 40px;
    line-height: 40px;
    background: #fff;
}

.pvom-message-block textarea {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
    line-height: 40px;
    border: 0 none;
    text-indent: 6.6em;
    vertical-align: top;
}

textarea:focus {
    border: 0 none;
    outline: none;
}

.pvom-form-get {
    margin-bottom: 0;
}

.pvomfg {
    margin-top: 17px;
    width: 146px;
    height: 40px;
    background: #81ad10;
    border: 0 none;
    color: #f3f3f3;
}


/* ---------------建造商--------------- */

.builder {
    width: 100%;
    background: #f6f6f6;
    overflow: hidden;
}

.screen {
    /* overflow: hidden; */
    padding: 14px 55px;
    background: #fff;
}

.screen-text {
    display: block;
    float: left;
    margin-bottom: 0;
    line-height: 40px;
}

.screen-pro,
.screen-region {
    float: left;
    width: 180px;
    height: 40px;
    margin-left: 18px;
    line-height: 40px;
    text-align: center;
}

.drop:hover .screen-srbtn {
    background: #f2f2f2;
}

.screen-srbtn {
    position: relative;
    display: block;
    height: 40px;
    padding-left: 36px;
}

.sr-icon {
    width: 16px;
}

.sr-icon img {
    width: 100%;
}

.sr-icon,
.sr-text,
.sr-arrow {
    display: block;
    float: left;
}

.sr-text {
    margin: 0 13px 0 10px;
    font-size: 14px;
    color: #555;
}

.sr-arrow {
    position: relative;
    width: 0;
    height: 0;
    border-top: 5px solid #b0b0b0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-top: 17px;
}


/* 筛选下拉 */

ul.dropdown {
    position: relative;
    width: 100%;
}

ul.dropdown li {
    /* font-weight: bold;
    float: left;
    width: 180px; */
    position: relative;
    /* background: #ecf0f1; */
}


/* ul.dropdown a:hover {
    color: #000;
} */

ul.dropdown li a {
    display: block;
    /* padding: 20px 8px;
    color: #34495e; */
    position: relative;
    z-index: 2000;
    color: #555;
    /*text-align: center;
    text-decoration: none;
     font-weight: 300; */
}


/* ul.dropdown li a:hover,
ul.dropdown li a.hover {
    background: #3498db;
    position: relative;
    color: #fff;
} */

ul.dropdown ul {
    display: none;
    position: absolute;
    top: 40px;
    padding-top: 0 !important;
    left: 0;
    width: 180px;
    margin-left: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 20px #000;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

ul.dropdown ul li {
    /* font-weight: normal;
    background: #f6f6f6;
    color: #000;
    border-bottom: 1px solid #ccc; */
    display: block;
    border-bottom: #e5e5e5 1px solid;
}


/*ul.dropdown ul li a {
     display: block;
    color: #34495e !important;
    background: #eee !important; 
}*/


/*ul.dropdown ul li a:hover {
     display: block;
    background: #3498db !important;
    color: #fff !important; 
}*/

.drop>a {
    position: relative;
}


/* .drop>a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 40%;
    border-left: 5px solid transparent;
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
    z-index: 999;
}

.drop>a:hover:after {
    content: "";
    border-left: 5px solid transparent;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
} */


/* 筛选下拉end */

.builder-main {
    padding: 0 74px 0 66px;
}

.builder-list {
    margin-left: -19px;
    overflow: hidden;
}

.builder-list-items {
    padding-left: 19px;
    padding-right: 0;
    margin-top: 19px;
}

.bli-tit {
    overflow: hidden;
}

.blit-logo {
    float: right;
}

.bli-block {
    padding: 30px;
    background: #fff;
    border: 1px solid #eaeaea;
}

.blit {
    margin: 0;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blit a {
    color: #000;
}

.blit-yza {
    margin-top: 16px;
    height: 20px;
    margin-bottom: 0;
}

.blit-yza span {
    display: inline-block;
    margin-right: 7px;
    width: 20px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}

.blit-y {
    background: #4bc75c;
}

.blit-z {
    background: #a5c81b;
}

.blit-a {
    background: #a5c81b;
}

.bli-art {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #696969;
}

.bli-article {
    margin-bottom: 0;
}

.bli-article a {
    display: block;
    height: 5.6em;
    line-height: 1.857em;
    color: #696969;
    overflow: hidden;
}

.bli-address,
.bli-tel{
    overflow: hidden;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bli-address-icon,
.bli-tel-icon {
    width: 16px;
}

.bli-address-icon img,
.bli-tel-icon img {
    width: 100%;
}

.bli-address-text,
.bli-tel-text {
    display: block;
    margin-left: 30px;
    line-height: 1.8em;

}

.bli-more {
    overflow: hidden;
    padding-top: 28px;
    border-top: 1px solid #ededed;
}

.bli-more .nlb-more {
    margin-top: 0;
}

.bli-page-view {
    font-size: 12px;
    line-height: 3em;
    color: #696969
}

.blipv-num {
    color: #769a10;
}

.bli-block:hover .nlb-more,
.bli-more .nlb-more:hover {
    color: #88b515;
    border-color: #88b515;
}

.bli-block:hover .blit a {
    color: #88b515;
}

.bli-block:hover .nlb-more-spot i,
.bli-block:hover .nlb-more-spot i::before,
.bli-block:hover .nlb-more-spot i::after,
.bli-more .nlb-more:hover .nlb-more-spot i,
.bli-more .nlb-more:hover .nlb-more-spot i::before,
.bli-more .nlb-more:hover .nlb-more-spot i::after {
    background: #88b515;
}


/* ---------------builder-view--------------- */


/* 建造商详情页 */

.bulider-view-ban {
    position: relative;
}

.builder-ban-bg {
    width: 100%;
    overflow: hidden;
}

.builder-ban-bg img {}

.bulider-view-summary {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.bulider-view-tit {
    margin-top: 72px;
    font-size: 30px;
    color: #fff;
}

.bvs-fw {
    margin-top: 20px;
    font-size: 14px;
    color: #c9c9c9;
}

.bvs-yll {
    display: table;
    margin-top: 36px;
    padding: 0 22px;
    font-size: 12px;
    line-height: 29px;
    color: #373737;
    background: #ddd;
    border-radius: 29px;
}

.bvs-yll span {
    color: #cc0100;
}

.bulider-view-summary .container {
    position: relative;
}

.bvs-zz {
    position: absolute;
    padding: 0 0 0 65px;
    right: 0;
    top: -147px;
    z-index: 2;
}

.bvs-zz-main {
    position: relative;
    /*width: 385px;
     height: 373px; */
    padding: 0 32px 20px;
    background: #fff;
    border: 1px solid #eaeaea;
}

.bvs-logo {
    display: block;
    position: absolute;
    width: 132px;
    height: 132px;
    margin-top: -66px;
    left: 50%;
    margin-left: -66px;
    border-radius: 132px;
}

.bvs-logo img {
    width: 100%;
    vertical-align: top;
    border: 1px solid #e8e8e8;
    border-radius: 100%;
}

.bvsz-zzrz {
    margin-top: 66px;
    overflow: hidden;
}

.bvsz-zzrz-tit {
    margin: 18px 0;
    font-size: 16px;
    color: #4e4e4e;
}

.bvsz-zzrz-yza {
    display: block;
    float: left;
    /* margin-right: 1.2em; */
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    color: #4e4e4e;
}

.bvsz-zzrz-y,
.bvsz-zzrz-z,
.bvsz-zzrz-a {
    display: block;
    width: 20px;
    height: 18px;
    margin-right: 0.7em;
    text-align: center;
    line-height: 18px;
    color: #fff;
    background: #4bc75c;
}

.bvsz-zzrz-z {
    background: #a5c81b;
}

.bvsz-zzrz-a {
    background: #c88d1b;
}

.bvs-zz .bli-address {
    margin-top: 40px;
}

.bvs-zz .bli-tel {
    margin-bottom: 19px;
}

.bvs-yy {
    overflow: hidden;
    border-top: 1px solid #ededed;
}

.bvs-yy .nlb-more {
    margin: 36px 0;
    border-color: #e98900;
}

.bvs-yy .nlb-more span {
    font-size: 14px;
    color: #e98900;
}

.bvs-yy .nlb-more span img {
    vertical-align: top;
    margin-top: 9px;
}

.bvs-yy .nlb-more-spot i,
.bvs-yy .nlb-more-spot i::before,
.bvs-yy .nlb-more-spot i::after {
    background: #e98900;
}

.builder-view {
    background: #f6f6f6;
}


/* 企业注册信息 */

.builder-view-main {
    position: relative;
}

.bvm-registry {
    overflow: hidden;
}

.bvmr-tit {
    margin: 36px 0 12px;
    font-size: 22px;
}

.bvm-registry .bvmr-tit {
    margin-left: -15px;
}

.bvmr-main ul {
    margin-bottom: 0;
}

.bvmr-main-l {
    margin-left: 0;
    padding: 0 44px 0 0;
}

.bvmrm-items {
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #d7d7d7;
    overflow: hidden;
}

.bvmrm-icon {
    display: block;
    float: left;
    width: 28px;
}

.bvmrm-icon img {
    width: 100%;
}

.bvmrm-items-tit {
    margin-left: 12px;
}

.bvmr-main-r {
    padding: 0;
}


/* 公司介绍 */

.company-intro {
    overflow: hidden;
}

.company-intro-art {
    margin: 24px 0 12px;
}

.cia {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.857em;
    color: #1f1f1f;
}


/* 工程案例 */

.engineering-case .pro-list-items:nth-child(4n) {
    border-right: 1px solid #dbdbdb !important;
}


/* 相关证书 */

.certificate {
    margin: 60px 0 40px;
}

.certificate-block {
    overflow: hidden;
    margin-left: -33px;
}

.certificate .bvmr-tit {
    margin-bottom: 36px;
}

.cert-items {
    float: left;
    width: 20%;
    padding-left: 33px;
    overflow: hidden;
}

.cert-items a {
    display: block;
}

.certi-pic {}

.certi-tit {
    display: table-cell !important;
    width: 20%;
    margin-top: 0.5em;
    font-size: 14px;
    height: 3.857em;
    line-height: 1.8em;
    text-align: center;
    color: #565656;
    vertical-align: middle;
}


/* 地图搜索 */

.map-search-main {
    margin: 0;
}

.maps-region-itmes {
    padding: 0;
    line-height: 40px;
    overflow: hidden;
}

.maps-region-itmes span {
    display: block;
    float: left;
}

.maps-region {
    overflow: hidden;
    padding-left: 50px;
}

.region {
    width: 4em;
}

.progress-bar {
    display: inline-block;
    height: 14px;
    margin: 13px 1em;
    background: #00cca4;
}

.map-search-l {
    padding: 76px 0;
}

.map-search-r {
    padding: 0;
    height: 100%;
    background: #f6f6f6;
}


/* owner */

.owner {
    padding-bottom: 40px;
}

.owner .container {
    max-width: 1200px;
}

.owner-header {
    padding: 15px 20px 5px;
}

.owner-tit {
    text-align: center;
    font-size: 28px;
    color: #333;
    font-weight: bold;
}

.owner-tit-small {
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.owner-line {
    display: block;
    height: 1px;
    width: 100%;
    background: #ccc;
    margin-bottom: 0;
}

.owner-brief {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.owner-main {
    padding: 10px 30px 30px 20px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.owner-ob-items {
    min-height: 2em;
    font-size: 16px;
    line-height: 1.6em;
}

.owner-ob-items .country {
    margin-left: -0.5em;
}

.owner-ob-items .form-group {
    padding: 0 0 0 0.5em;
}
.owner-block{
    padding-left: 0;
}
.owner-block-tit {
    font-size: 18px;
    padding-left: 15px;
}

.required {
    padding-left: 0.3em;
    color: #ff0000;
}

.owner-ob-items input,
.owner-ob-items label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    line-height: 1.6em;
    font-weight: normal;
}

.owner-block-tit {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: normal;
    color: #000;
}

.survey-example {
    padding-left: 10px;
    font-size: 14px;
    color: #7c7c7c;
}

.owner-max {
    position: relative;
    width: 100%;
}

.owner-ob-items input {
    padding: 0 0.5em;
    font-size: 14px;
    height: 30px;
    line-height: 2em;
}
.owner-ob-items a.sctp{
	display: block;
	position: absolute;
	width: 80px;
	height: 30px;
	background: #88b515;
	right:15px;
	top: 0;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
}
.owner-ob-items textarea {
    width: 100%;
    height: 9em;
    max-width: 100%;
    max-height: 10em;
    font-size: 14px;
    padding: 5px 10px;
    resize:none;
}

.other {
    height: 2em;
    margin-left: 0.8em;
}

.owner-ob-items input,
.owner-ob-items textarea {
    border: 1px solid #d3d3d3;
}

.owner-ob-items input [checked] {
    margin-left: 100px;
}

.owner-ob-items input:focus,
.owner-ob-items textarea:focus {
    border: 1px solid #88b515;
}

.owner-ob-items input[type="checkbox"] {
    width: 0;
    height: 0;
}

.check .box label {
    position: relative;
    padding-left: 20px;
}

.check .box input {
    visibility: hidden;
}

.check .box i {
    position: absolute;
    top: 50%;
    left: -2px;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    background: url('../images/checkbox.gif') no-repeat -14px -18px;
}

.check .box label:hover {
    color: #88b515;
}

.check .box label:hover i {
    background-position: -14px -118px;
}

.check .box label.selected i {
    background-position: -14px -218px;
}

.radio .box label {
    position: relative;
    padding-left: 20px;
}

.radio .box input:first-child,
.radio .box input[type="radio"] {
    visibility: hidden;
}

.radio .box i {
    position: absolute;
    top: 50%;
    left: -2px;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    background: url('../images/radiobutton.gif') no-repeat -14px -18px;
}

.radio .box label:hover {
    color: #88b515;
}

.radio .box label:hover i {
    background-position: -14px -118px;
}

.radio .box label.selected i {
    background-position: -14px -218px;
}

.country-name {
    display: inline-block;
    float: left;
    height: 30px;
    margin-right: 0.3em;
    padding: 2px 5px;
    font-size: 14px;
    vertical-align: top;
    border: 1px solid #ccc;
}

.country-name span {
    padding-left: 18px;
}

#country .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.owner-max-username {
    padding-left: 28px !important;
}

.owner-username {
    position: absolute;
    left: 22px;
    top: 50%;
    opacity: .6;
    color: #88b515;
    transform: translate(0, -50%)
}

.icon-green {
    opacity: 1;
}

.icon-wechat {
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/icon-wechat.png') no-repeat;
    background-size: 100% 100%;
}

.owner-get-block {
    display: table;
    margin: 40px auto 10px;
}

.owner-get-btn {
    width: 8em;
    font-size: 16px;
    line-height: 2.6em;
    color: #fff;
    background: #88b515;
    border: 0 none;
}

.news-view-tit {
    padding: 10px 0 20px;
    font-size: 20px;
    text-align: center;
}

.news-view-info {
    padding: 5px;
    font-size: 14px;
    line-height: 2em;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #666;
}

.news-view-art p {
    font-size: 14px;
    line-height: 2em;
}
.news-view-art{
    min-height: 34em;
    padding: 30px 10px;
}
.news-view-art p img {
    display: inline !important;
    max-width: 100% !important;
    height: auto !important;
}
.news-flip{
    margin-bottom: 60px;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.flip-left{
    display: table;
    float: left;
}
.flip-left p{
    margin-bottom: 0;
    line-height: 2em;
    color: #666;
}
.flip-left p a{
    color: #000;
}
.flip-left p a:hover{
    color: #88b515;
}
.flip-back{
    display: block;
    float: right;
    font-size: 14px;
    padding: 0 1.5em;
    margin-right: 1em;
    margin-top: 0.2em;
    height: 3.6em;
    line-height: 3.4em;
    border: 1px solid #ccc;
    color: #000;
}
.flip-back:hover{
    color: #fff;
    background: #88b515;
    border-color: #88b515;
}

/* 地图 maps 2017.6.2 */
.maps-search-pic {
    position: relative;
}

.maps {
    display: table;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.maps img {
    vertical-align: top;
}

.maps a {
    position: absolute;
    display: block;
    width: 46px;
    height: 72px;
}

.jiangsu {
    left: 873px;
    left: 77.39%;
    top: 463px;
    top: 49.41%;
}

.guangdong {
    left: 780px;
    left: 69.1489%;
    top: 700px;
    top: 74.7%;
}

.guangxi {
    left: 672px;
    left: 59.574%;
    top: 700px;
    top: 74.7%;
}

.yunnan {
    left: 520px;
    top: 680px;
    left: 46.1%;
    top: 72.57%;
}

.guizhou {
    left: 629px;
    top: 638px;
    left: 55.76%;
    top: 68.09%;
}

.chongqing {
    left: 651px;
    top: 554px;
    left: 57.71%;
    top: 59.12%;
}

.sichuan {
    left: 551px;
    top: 550px;
    left: 48.8475%;
    top: 58.698%;
}

.hainan {
    left: 706px;
    top: 799px;
    left: 62.59%;
    top: 85.27%;
}

.hunan {
    left: 738px;
    top: 629px;
    left: 65.425%;
    top: 67.129%;
}

.hubei {
    left: 730px;
    top: 537px;
    left: 64.716%;
    top: 57.31%;
}

.henan {
    left: 768px;
    top: 469px;
    left: 68.085%;
    top: 50.05%;
}

.shanxi {
    left: 727px;
    top: 397px;
    left: 64.45%;
    top: 42.369%;
}

.shanxi2 {
    left: 668px;
    top: 451px;
    left: 59.22%;
    top: 48.13%;
}

.gansu {
    left: 575px;
    top: 427px;
    left: 50.975%;
    top: 45.57%;
}

.anhui {
    left: 832px;
    top: 501px;
    left: 73.759%;
    top: 53.4685%;
}

.jiangxi {
    left: 815px;
    top: 598px;
    left: 72.25%;
    top: 63.82%;
}

.zhejiang {
    left: 891px;
    top: 562px;
    left: 78.989%;
    top: 59.9786%;
}

.fujian {
    left: 866px;
    top: 629px;
    left: 76.77%;
    top: 67.129%;
}

.shanghai {
    left: 916px;
    top: 506px;
    left: 81.205%;
    top: 53.5%;
}

.beijing {
    left: 793px;
    top: 309px;
    left: 70.30%;
    top: 32.977%;
}

.tianjin {
    left: 821px;
    top: 342px;
    left: 72.78%;
    top: 36.5%;
}

.hebei {
    left: 779px;
    top: 375px;
    left: 69.06%;
    top: 40.02%;
}

.shandong {
    left: 832px;
    top: 397px;
    left: 73.759%;
    top: 42.369%;
}

.liaoning {
    left: 901px;
    top: 273px;
    left: 79.875%;
    top: 29.135%;
}

.jilin {
    left: 962px;
    top: 217px;
    left: 85.28%;
    top: 23.159%;
}

.heilongjiang {
    left: 973px;
    top: 125px;
    left: 86.259%;
    top: 13.34%;
}

.neimenggu {
    left: 734px;
    top: 248px;
    left: 65.07%;
    top: 26.467%;
}
.navContent li.on a{
    color: #88b515;
}
.shu12{
	padding: 20px 30px 0;
    font-size: 12px;
    color: #999;
    line-height: 22px;
}
