.sub-top {
    height: 112px;
    min-width: 1200px;
    margin: 0 auto;
    background: url(../images/top.jpg) top center no-repeat;
}

.logo {
    width: 475px;
    height: 55px;
    margin-top: 28px;
}

.logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.sub-top-right-top {
    text-align: right;
    margin-top: 10px;
}

.sub-top-right-top li {
    display: inline-block;
    margin-left: 25px;
}

.sub-top-opera {
    font-size: 14px;
    color: #999999;
    padding-right: 15px;
}

.sub-top-opera a {
    padding: 0 8px;
    color: #333333;
}

.server-tel {
    background: url(../images/tel2.png) left center no-repeat;
    background-size: 15px 15px;
    padding-left: 25px;
    margin-left: 10px;
}

.u-sch {
    height: 31px;
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #333;
    width: 274px;
    margin: 25px auto 0;
    padding: 0 10px;
    border-radius: 20px;
}

.u-sch:hover {
    /* border: 1px solid #ff3700; */
}

.sch-select {
    position: relative;
    width: 60px;
    line-height: 31px;
    text-align: center;
    color: #aaa;
    padding-right: 15px;
    background: url(../images/arrow1.png) right center no-repeat;
    background-size: 13px 7px;
    cursor: pointer;
}

.sch-select:hover .sch-option {
    display: block;
}

.sch-option {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    width: 80px;
    background: #fff;
    z-index: 20;
    border: 1px solid #ff3700;
}

.sch-option li {
    cursor: pointer;
}

.sch-option li.active,
.sch-option li:hover {
    cursor: pointer;
    background: #ff7800;
    color: #fff;
}

.sch-input-box {
    display: block;
    margin: 0 30px 0 75px;
    padding: 5px 10px;
    line-height: 21px;
}

.sch-input-box .sch-input {
    height: 20px;
    line-height: 20px;
    display: block;
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 14px;
    color: #333;
}

.sch-button {
    width: 30px;
    height: 31px;
    background: url(../images/sch1.png) center no-repeat;
    background-size: 23px 23px;
    cursor: pointer;
}

.sch-button:hover {
    background: url(../images/sch.png) center no-repeat;
    background-size: 23px 23px;
}


/* 导航 */

.u-nav {
    height: 43px;
    background: #333333
}

.nav-bar {
    padding-left: 20px;
}

.nav-bar li {
    display: inline-block;
    margin-left: 15px;
}

.nav-bar li a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 43px;
    min-width: 100px;
    text-align: center;
}

.nav-bar li.active a,
.nav-bar li:hover a {
    background: -webkit-linear-gradient(#ff7800, #ff5c00);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#ff7800, #ff5c00);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#ff7800, #ff5c00);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#ff7800, #ff5c00);
    /* 标准的语法 */
    text-decoration: none;
}

.nav-new {
    position: relative;
}

.nav-new::after {
    position: absolute;
    display: block;
    content: '';
    right: 0;
    top: -3px;
    width: 36px;
    height: 15px;
    background: url(../images/new.png) center no-repeat;
}


/*服务 */

.index-server {
    padding: 15px 0;
    background: #333;
}

.server-box {
    display: inline-block;
    width: 19.5%;
    text-align: center;
}

.server-box+.server-box {
    border-left: 1px solid #282828;
}

.server-box dt {
    display: inline-block;
    width: 52px;
    height: 52px;
    overflow: hidden;
    margin-right: 8px;
    vertical-align: middle;
}

.server-box dt img {
    display: block;
    width: 100%;
    height: 100%;
}

.server-box dd {
    text-align: left;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
}


/* 底部 */

.u-footer {
    padding: 35px 0;
    /* background: url(../images/bottom-l.jpg) left center no-repeat, url(../images/bottom-r.jpg) right center no-repeat #fff; */
    background: url(../images/db_bg01.jpg) center left no-repeat;
}

.footer-left,
.footer-ct,
.footer-right {
    display: inline-block;
    vertical-align: top;
}

.footer-link {
    display: inline-block;
    margin: 0 25px;
    vertical-align: top;
}

.footer-link dt {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.footer-link dd a {
    color: #666666;
    display: block;
    line-height: 30px;
}

.footer-ct {
    text-align: center;
    margin: 0 25px;
}

.footer-ct h1 {
    font-size: 30px;
    color: #333333;
}

.footer-ct p {
    font-size: 20px;
    color: #333;
    margin: 25px 0;
}

.footer-btn {
    display: inline-block;
    height: 32px;
    width: 162px;
    line-height: 32px;
    text-align: center;
    border: 1px solid;
    font-size: 18px;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.footer-btn:hover {
    text-decoration: none;
    background: #ff3700;
    color: #fff !important;
}

.footer-code {
    display: inline-block;
    text-align: center;
    width: 106px;
    margin-top: 12px;
    margin: 12px 25px 0;
}

.code-img {
    display: block;
    width: 106px;
    height: 106px;
    margin-bottom: 15px;
    cursor: pointer;
}

.code-img:hover {
    transform: scale(1.1)
}

.footer-code p {
    color: #666666;
}

.copy-right {
    text-align: center;
    color: #666666;
    font-size: 14px;
    margin: 50px 0 0;
    padding-top: 30px;
    border-top: 1px solid #ececec;
}

.copy-right span {
    padding: 0 20px;
}

.copy-right::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url(../images/copyright.png) left center no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.link-img img {
    width: 100%;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.link-img:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}


/* 分页 */

.fenye {
    width: 100%;
    padding: 35px 0;
    font-size: 12px;
    text-align: center
}

.digg {
    margin: 2px;
    padding: 0
}

.digg a {
    margin: 2px;
    padding: 5px 12px;
    border: 1px solid #e6e9ed;
    color: #333;
}

.digg a:hover {
    text-decoration: none;
    color: #ff7009
}

.digg a:active {
    border: #ff7009 2px solid;
    color: #000
}

.digg span.current {
    margin: 2px;
    padding: 5px 11px;
    border: #ff7009 2px solid;
}

.digg span.disabled {
    border: #e6e9ed 1px solid;
    padding: 5px 12px;
    margin: 2px;
    color: #ddd;
}


/* 左右分区 */

.box-left {
    width: 868px;
}

.box-right {
    width: 292px;
}

.bd {
    border: 1px solid #f0f0f0;
}


/* 筛选 */

.agent-options {
    padding: 10px 15px 0;
}

.agent-options dt {
    float: left;
    width: 80px;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-align: right;
}

.agent-options dd {
    margin-left: 95px;
}

.agent-options dd a {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.agent-options dd a.more {
    background: url(../images/arrow1.png) #fff right 10px center no-repeat;
    padding-right: 25px;
    padding-left: 15px;
    background-size: 8px 5px;
    border: 1px solid #f0f0f0;
}

.agent-options dd a.more:hover {
    background: url(../images/arrow1.png) #fff right 10px center no-repeat;
    border: 1px solid #ff3700;
    background-size: 8px 5px;
    color: #333;
}

.agent-options dd a:hover,
.agent-options dd a.active {
    background: #ff5e32;
    color: #fff;
    text-decoration: none;
}

.current-item {
    float: left;
    line-height: 26px;
    padding: 0 35px 0 15px;
    border: 2px solid #ff5e32;
    margin-left: 25px;
    background: url(../images/clsoe-samll.png) right 15px center no-repeat;
    background-size: 7px 7px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.current-location {
    padding-left: 40px;
    background: url(../images/location.png) 10px center no-repeat;
    margin-bottom: 20px;
}

.current-location strong {
    float: left;
    font-size: 16px;
    color: #333;
    margin-right: 20px;
}

.current-location a {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    background-color: #ff5e32;
    padding: 0 15px;
}

.current-location a:hover {
    text-decoration: none;
    background-color: #f96e48;
}


/* 底部 */

.m-crm {
    height: 60px;
    line-height: 60px;
}

.m-crm a {
    font-size: 14px;
    color: #333;
}

.m-crm cite {
    color: #666;
    font-size: 14px;
}

.newsdetail-bd {
    position: relative;
    padding: 20px;
    margin-top: 25px;
}

.detail-tit {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.detail-tit h2,
.detail-tit strong {
    font-weight: normal;
}

.newsdetail-bd-box {
    width: 47%;
}

.newsdetail-list li {
    height: 42px;
    line-height: 42px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsdetail-list li a {
    font-size: 16px;
    color: #333;
}

.newsdetail-list li a:hover {
    text-decoration: none;
    color: #ff3700;
}

.newsdetail-bd::before {
    position: absolute;
    left: 50%;
    bottom: 20px;
    display: block;
    content: '';
    height: 69%;
    border-left: 1px solid #f0f0f0;
}

.product-bd {
    margin-top: 25px;
    padding: 0 0 0 25px;
    height: 237px;
}

.product-bd:hover {
    box-shadow: 0 3px 6px rgba(199, 199, 199, 0.18), 0 -3px 6px rgba(199, 199, 199, 0.18)
}

.product-left {
    border-right: 1px solid #f0f0f0;
    margin-right: 261px;
    padding-right: 15px;
    height: 237px
}

.product-right {
    width: 260px;
}

.product-left h2 {
    height: 60px;
    line-height: 60px;
    font-weight: normal;
    margin-right: 40px;
}

.product-left h2 a {
    font-size: 24px;
    color: #333;
}

.product-left h2 a:hover {
    color: #ff5e32;
    text-decoration: none;
}

.product-detail dt {
    float: left;
    width: 255px;
    height: 155px;
    overflow: hidden;
}

.product-detail dt a,
.product-detail dt img {
    display: block;
    width: 100%;
    height: 100%;
}

.product-detail dd {
    margin-left: 280px;
    height: 155px;
}

.product-detail .product-info {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-btn {
    display: block;
    width: 156px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #ff5e32;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    margin: 100px auto 0;
}

.product-btn:hover {
    text-decoration: none;
    background: #fa6e48;
}

.product-hot .product-left {
    position: relative
}

.product-hot .product-left::after {
    position: absolute;
    top: 0;
    right: 15px;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/recomd-plan.png) top center no-repeat;
}

.product-detail dt img {
    width: 100%;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.product-detail dt:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.agent-bd {
    margin-top: 20px;
    /* padding: 15px 0 0; */
}

.agent-bd-item {
    position: relative;
    float: left;
    width: 32.8%;
}

.agent-bd-item .side-peple {
    padding: 25px 5px;
}

.agent-bd-item+.agent-bd-item::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    display: block;
    content: '';
    height: 100px;
    border-left: 1px solid #f0f0f0;
}


/* 弹窗 */

.pop {
    padding: 40px;
}

.pop1 {
    padding: 40px;
}

.pop-tit {
    line-height: 38px;
    background: #fff8e5;
    color: #ff744e;
    font-size: 18px;
    text-align: center;
}

.pop-name {
    font-size: 16px;
    color: #333333
}

.pop-form {
    padding: 20px 50px 0;
}

.job-list {
    margin-top: 20px;
}

.job-inp {
    border: 1px solid #f0f0f0;
    padding: 9px 15px;
}

.job-inp input {
    line-height: 20px;
    font-size: 14px;
    border: 0;
    outline: 0;
    display: block;
    width: 100%;
    color: #333;
}

.job-txt {
    border: 1px solid #f0f0f0;
    padding: 9px 15px;
    margin-top: 20px;
}

.job-txt textarea {
    line-height: 24px;
    height: 96px;
    font-size: 14px;
    color: #333;
    width: 100%;
    border: 0;
    resize: none;
}

.job-inp1 {
    width: 163px;
}

.sex-radio {
    display: inline-block;
    width: 47px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background: #f9f9f9;
    vertical-align: middle;
    margin: 6px 0 0 9px;
    cursor: pointer;
}

.sex-radio.active {
    background: #ff3700;
    color: #fff;
    border: 1px solid #ff3700;
}

.sex-radio:hover {
    color: #ff3700
}

.sex-radio.active:hover {
    color: #fff;
}

.pop-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff3700;
    color: #fff;
    border: 0;
    margin: 20px auto 0;
    display: block;
    border-radius: 5px;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    cursor: pointer;
    outline: 0;
}

.pop-btn:hover,
.vcode:hover {
    opacity: .9;
}

.job-inp2 {
    width: 130px;
}

.vcode {
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #60666d;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.vcode.disable {
    background: #f9f9f9;
    color: #666;
}

.vcodeimg {
    width: 120px;
    height: 40px;
}

.job-inp3 {
    padding: 0;
    float: left;
    position: relative;
    width: 92px;
}

.job-inp3+.job-inp3 {
    margin-left: 15px;
}

.job-inp3 select {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: 0;
    outline: 0;
    text-align: center;
    font-size: 14px;
}


/* 公司弹窗 */

.agent-slect-wrap {
    position: relative;
}

.company-pop {
    display: none;
    position: absolute;
    left: 22px;
    top: 220px;
    width: 823px;
    min-height: 200px;
    background: #fafafa;
    padding: 20px;
    border: 1px solid #dddddd;
}

.companypop-bg {
    content: '';
    position: absolute;
    top: -7px;
    left: 400px;
    background: url(../images/pop-line.png) center no-repeat;
    display: block;
    width: 113px;
    height: 7px;
    ;
}

.company-pop-tab li {
    width: 76px;
    float: left;
    height: 38px;
    color: #999;
    line-height: 38px;
    text-align: center;
    margin-right: 40px;
    cursor: pointer;
}

.company-pop-tab li.active {
    background: #ff9477;
    color: #fff;
}

.company-pop-tab {
    border-bottom: 1px solid #e8e8e8;
}

.company-pop-box a {
    display: inline-block;
    margin-right: 20px;
    color: #999;
    margin-right: 30px;
    margin-top: 20px;
}

.company-pop-box a:hover {
    color: #ff9477;
    text-decoration: none;
}

.company-pop-box {
    display: none;
}

.company-pop-box.show {
    display: block;
}

#demand {
    position: relative;
}

#demand .citys {
    bottom: -166px;
    right: 0;
}


/*结果弹窗 */

.result-pop,
.result-pop1 {
    display: none;
    padding-bottom: 50px;
    border-radius: 120px;
}

.result-pop .pop-icon,
.result-pop1 .pop-icon {
    width: 80px;
    height: 80px;
    margin: 40px auto 30px;
}

.pop-success {
    background: url(../images/success.png) center no-repeat;
    background-size: 100% 100%;
}

.result-pop h3,
.result-pop1 h3 {
    text-align: center;
    font-size: 28px;
    color: #333333;
}

.result-pop p,
.result-pop1 p {
    text-align: center;
    color: #999999;
    font-size: 16px;
    margin-top: 20px;
}

.pop-submit-btn {
    width: 170px;
    line-height: 38px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border: 1px solid #f0f0f0;
    display: block;
    margin: 30px auto 0;
    border-radius: 20px;
}

.pop-submit-btn:hover {
    text-decoration: none;
    background: #ff3700;
    color: #fff;
}
/* 悬浮 */

.u-sider {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 120px;
    z-index: 1001;
    width: 50px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.sider-btn {
    position: relative;
    padding-top: 5px;
    background: #646464;
    margin-top: 2px;
    cursor: pointer;
}

.side-btn-pop {
    display: none;
    position: absolute;
    left: -164px;
    top: -50px;
    width: 164px;
    height: 157px;
    background: #fff;
    box-shadow: -2px 2px 3px #c1c1c1, 0 -2px 3px #c1c1c1;
    transition: all .3s ease-in;
    transform-origin: left top;
    opacity: 0;
}

#line-btn:hover+.side-btn-pop,
#weixin-btn:hover+.side-btn-pop {
    opacity: 1;
    display: block;
}

.sider-btn:hover,
.sider-btn.active {
    background: #ff3700;
}

.side-btn-icon {
    height: 30px;
}

.sider-qq .side-btn-icon {
    background: url(../images/qq.png) center no-repeat;
}

.sider-line .side-btn-icon {
    background: url(../images/tel.png) center no-repeat;
}

.sider-weixin .side-btn-icon {
    background: url(../images/code.png) center no-repeat;
}

.sider-server {
    margin-top: 20px;
}

.sider-server .side-btn-icon {
    background: url(../images/arrow2.png) center no-repeat;
}

.line-pop {
    position: relative;
    padding: 15px 15px 0;
    text-align: left;
}

.line-pop dt {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    background: url(../images/tel1.png) center no-repeat;
}

.line-pop+.line-pop dt {
    background: url(../images/time.jpg) center no-repeat;
}

.line-pop dd {
    margin-left: 26px;
}

.line-pop p {
    font-size: 14px;
    color: #333333;
}

.line-pop strong {
    font-size: 14px;
    color: #333;
}

.side-btn-pop::after {
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -8px;
    content: '';
    width: 8px;
    height: 17px;
    background: url(../images/arrow-right.png) center no-repeat;
    z-index: 10;
}

.sider-weixin-code {
    display: block;
    width: 118px;
    height: 118px;
    margin: 10px auto 0;
}

.sider-weixin-txt {
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 2;
}