@charset "utf-8";

/*
*hhy
*2016.12.15
*/

html {
    color: #555;
}

body {
    color: #555;
    font: 12px/1.5 "Microsoft Yahei", Helvetica, sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
input,
textarea,
button,
p,
blockquote,
th,
td,
img,
iframe {
    margin: 0;
    padding: 0;
}

select,
input,
button,
textarea,
option {
    font: 12px "Microsoft Yahei", Helvetica, sans-serif;
    outline: medium none;
}

img,
iframe {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #555;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-transition: color .1s linear, background-color .1s linear;
    -moz-transition: color .1s linear, background-color .1s linear;
    -ms-transition: color .1s linear, background-color .1s linear;
    -o-transition: color .1s linear, background-color .1s linear;
    transition: color .1s linear, background-color .1s linear;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

em,
i {
    font-style: normal;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.wBreak {
    word-break: break-all;
    word-wrap: break-word;
}

.Arial {
    font-family: Arial;
}

.L {
    float: left;
}

.R {
    float: right !important;
}

.aL {
    text-align: left;
}

.aR {
    text-align: right;
}

.aC {
    text-align: center;
}

.mt-5 {
    margin-top: -5px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt4 {
    margin-top: 4px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl260 {
    padding-left: 260px !important;
}

.pl320 {
    padding-left: 320px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.fB {
    font-weight: 900;
}

.fNB {
    font-weight: 400;
}

.red {
    color: #ff3333;
}

.org {
    color: #ff5700;
}

.yellow {
    color: #ff6600;
}

.green {
    color: #71a13a;
}

.blue {
    color: #11a6e4;
}

.blue2 {
    color: #1962db;
}

.gray {
    color: #999;
}

.color-111 {
    color: #111;
}

.color-333 {
    color: #333;
}

.color-555 {
    color: #555;
}

.color-777 {
    color: #777;
}

.color-999 {
    color: #999;
}

.block {
    display: block;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}

.nobg {
    background: none !important;
}

.border {
    border: 1px solid #e5e5e5;
}

.no-border {
    border: 0 !important;
}

.border-r {
    border-right: 1px solid #e9e9e9;
}

.border-b {
    border-bottom: 1px solid #e9e9e9;
}

.b-radius3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.gray-bg {
    background: #f5f5f5;
}

.blue-bg {
    background: #e6f8ff;
}

.o-hidden {
    overflow: hidden;
}

.v-middle {
    display: inline-block;
    vertical-align: middle;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    min-width: 1200px;
}

/*头部-导航start*/

.header {
    background: #ffffff;
    border-bottom: 1px solid #ff6700;
}

.st-search {
    padding: 20px 0;
}

.st-search h1 {
    float: left;
    padding: 25px 75px 0 0;
}

.st-search .h-logo {
    float: left;
    padding: 18px 75px 0 0;
}

.header .search {
    width: 660px;
}

.search ul.search-type {
    margin-bottom: 5px;
    padding-left: 12px;
}

.search ul.search-type li {
    padding: 0 14px 0 15px;
    background-position: -13px -85px;
    color: #555555;
    font-size: 12px;
}

.search ul.search-type li a{
    cursor: pointer;
}

.search ul.search-type li a:hover {
    color: #ff5700;
}

.search ul.search-type li.first {
    padding-left: 0;
    background: none;
}

.search ul.search-type li.current a {
    color: #ff6700;
    text-decoration: none;
}

.search form {
    width: 660px;
    position: relative;
}

.search #alisearch-keywords {
    display: block;
    border: 2px solid #ff6700;
    height: 24px;
    line-height: 24px;
    padding: 6px 110px 6px 35px;
    width: 511px;
    background: url("../images/s-icon.png") no-repeat 12px 11px #ffffff;
}

.search #alisearch-submit {
    display: block;
    height: 40px;
    width: 98px;
    background-color: #ff6700;
    line-height: 40px;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.search-history {
    padding-top: 5px;
    height: 18px;
    overflow: hidden;
    float: left;
    display: inline;
    margin-right: 18px;
}

.search-history a {
    padding-right: 18px;
    white-space: nowrap;
    float: left;
    display: inline;
    height: 18px;
    line-height: 17px;
    color: #999999;
    font-size: 12px;
}

.search-history a:hover {
    color: #ff5700;
    text-decoration: none;
}

.release {
    width: 200px;
    height: 36px;
    float: right;
    border: 2px solid #ff6700;
    margin: 22px 0 0 10px;
    background: #ffffff;
}

.release a {
    display: inline-block;
    width: 97px;
    line-height: 36px;
    text-align: center;
}

.release a:hover {
    color: #ff6700;
    text-decoration: none;
}

.index-nav {
    height: 40px;
    line-height: 40px;
    clear: both;
    color: #111111;
    font-size: 16px;
}

.classify {
    background: url("../images/index-icon.png") no-repeat 18px 14px #ff6700;
    width: 175px;
    padding-left: 45px;
    color: #ffffff;
    cursor: pointer;
}

.nav_ul {
    padding-left: 35px;
    float: left;
}

.nav_ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.nav_ul li a {
    color: #111111;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 0 25px;
    position: relative;
}

.nav_ul li a.red_point::after{
    content: '';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #ff3333;
    position: absolute;
    top: 7px;
    right: 14px;
}

.nav_ul li a:hover,
.nav .nav_ul li .cur2_select {
    color: #ff6700;
    font-weight: bold;
    text-decoration: none;
}

.search-shortinput .search {
    width: 620px;
}

.search-shortinput form {
    width: 620px;
}

.search-shortinput #alisearch-keywords {
    width: 471px;
}

/*头部end*/

/*友情链接*/

.weblink-txt h3 {
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    padding-bottom: 10px;
}

.weblink-txt a {
    color: #999999;
    display: inline-block;
    padding-bottom: 5px;
}

.weblink-txt span {
    margin: 0 6px;
    color: #eeeeee;
    padding-bottom: 5px;
}

/*page*/

.s-mod-page {
    text-align: center;
    font-family: "Microsoft YaHei";
    clear: both;
    padding-top: 30px;
}

.s-mod-page span {
    display: inline-block;
}

.s-mod-page .page-prev,
.s-mod-page .page-n {
    width: 72px;
    color: #666;
    border: 1px solid #ccc;
    text-align: center;
    background: #ebebeb;
    border-radius: 3px;
    margin-right: 4px;
    margin-left: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.s-mod-page a.page-cur {
    background: #ff6700 !important;
    border: 1px solid #ff6700;
    color: #FFF !important;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.s-mod-page a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ccc;
    margin: 0 5px;
    text-align: center;
    color: #676767;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    font-size: 12px;
    background: #ffffff;
}

.s-mod-page a:hover,
.s-mod-page .page-next .gopage:hover {
    background: #fff;
    border: 1px solid #ff6700;;
    text-decoration: none;
    color: #ff6700;
}

.s-mod-page .page-prev,
.s-mod-page .page-n,
.s-mod-page .page-n {
    width: 72px;
    background: #fff;
}

.s-mod-page .page-next {
    display: inline;
    margin-left: 10px;
}

.s-mod-page .page-next .intopage {
    text-align: center;
    border: 1px solid #b5b5b5;
    width: 44px;
    height: 36px;
    line-height: 20px;
    margin: 0 2px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.s-mod-page .page-next .gopage {
    width: 62px;
    height: 38px;
    line-height: 24px;
    background: #fff;
    border: 0;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    color: #666;
}

.no-prev,
.no-next {
    background: #f5f5f5 !important;
    text-decoration: none;
    color: #999 !important;
    border: 1px solid #eee !important;
    cursor: default;
}

/*弹窗*/

.dirlog {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
}

.dirlog-bg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.popup {
    width: 600px;
    height: 430px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    margin-left: -300px;
    margin-top: -215px;
    border-radius: 3px;
}

/*hhl-8-29*/

.popup .popup-title {
    text-align: center;
    color: #ff6700;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
}

.popup .concat-detail-box {
    padding: 0 16px;
    border-bottom: 1px solid #ccc;
}

.popup .concat-detail {
    border-top: 1px dashed #ccc;
    padding: 26px 10px 0px 10px;
}

.popup .concat-detail li {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    padding-left: 25px;
    position: relative;
}

.popup .concat-detail .param {
    display: inline-block;
    width: 72px;
}

.popup .concat-detail .b-red {
    color: #FF2525;
    font-size: 18px;
    font-family: Arial;
}

/*.popup .concat-detail*/

.popup.company-info {
    height: auto;
    width: 520px;
    margin-left: -260px;
    margin-top: -250px;
}

.popup .p-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: url("../images/2017-08-24/close-pump .png");
    background-size: 30px 30px;
    cursor: pointer;
}

.popup .concat-detail .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.popup .concat-detail .icon.phone {
    background: url(../images/2017-08-24/s-icon/phone.png) no-repeat center;
    background-size: 10px 14px;
    padding: 0;
}

.popup .concat-detail .icon.tell {
    background: url(../images/2017-08-24/s-icon/tell.png) no-repeat center;
    background-size: 14px 14px;
}

.popup .concat-detail .icon.concat {
    background: url(../images/2017-08-24/s-icon/concat.png) no-repeat center;
    background-size: 12px 13px;
}

.popup .concat-detail .icon.com {
    background: url(../images/2017-08-24/s-icon/com.png) no-repeat center;
    background-size: 12px 15px;
}

.popup .code-box {
    padding: 30px 0;
    position: relative;
}

.popup .code-box > div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.popup .code-box .code-img {
    display: inline-block;
    width: 150px;
    height: 150px;
    background: url("../images/2017-08-24/code.png") no-repeat center;
    margin-bottom: 10px;
}

.popup .code-box .l {
    font-size: 14px;
    text-align: center;
}

.popup .code-box .l span {
    color: #3AA65B;
}

.popup .code-box .r {
    height: 185px;
    position: relative;
}

.popup .code-box .r .steps {
    font-size: 12px;
    color: #555;
    line-height: 38.7px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -57px;
    margin-left: -89px;
}

.popup .code-box .h-line {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6.5px;
    margin-top: -96px;
    width: 13px;
    height: 192px;
    background: url("../images/2017-08-24/h-line.png") no-repeat center;
    background-size: 13px 192px;
}

/*/询价*/

.popup .info-box {
    padding: 0 16px;
}

.popup .info-box li {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}

.popup .info-lists {
    border-top: 1px dashed #ccc;
    padding: 26px 10px 0px 10px;
}

.popup .price-param .care {
    color: #FF2525;
}

.popup .info-lists input {
    height: 10px;
    width: 278px;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 3px;
    padding: 12px 10px;
    font-size: 12px;
    color: #333;
    font-family: Arial;
}

.popup .info-lists .note {
    padding: 12px 10px;
    height: 96px;
    width: 350px;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 3px;
    resize: none;
    vertical-align: top;
}

.popup .info-lists .count {
    position: relative;
}

.popup .info-lists .count .add,
.popup .info-lists .count .minus {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    border: 1px solid #ccc;
    color: #ccc;
    left: 354px;
    cursor: pointer;
}

.popup .info-lists .count .add {
    top: 5px;
}

.popup .info-lists .count .minus {
    bottom: 4px;
}

.popup .sbt-box {
    text-align: center;
    padding-top: 30px;
}

.popup .sbt-box button {
    width: 180px;
    height: 34px;
    border: none;
    outline: none;
    background: #FF6700;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

.popup .sbt-box p {
    color: #666;
    font-size: 12px;
    padding: 20px 0;
}

.popup .sbt-box p span {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 5px;
    vertical-align: bottom;
    cursor: pointer;
}

.popup .sbt-box p span.act {
    background: url("../images/2017-08-24/chosed.png") no-repeat center;
    background-size: 10px 9px;
}

.popup.query-price {
    height: auto;
    width: 520px;
}

.popup.login {
    margin-left: -260px;
    margin-top: -252px;
}

.popup.no-login {
    margin-left: -260px;
    margin-top: -308px;
}

/*end*/

.popup .close {
    width: 23px;
    height: 23px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url("../images/close.png") no-repeat;
    cursor: pointer;
}

.popup .close:hover {
    background-position: 0 -40px;
}

.fb-bj {
    border-top: 4px solid #11a6e4;
    padding: 10px 30px;
}

/*简单弹窗*/

.simple {
    width: 430px !important;
    height: 160px !important;
    margin-left: -215px !important;
    margin-top: -80px;
    border: 2px solid #e5e5e5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.simple-text {
    height: 70px;
    padding: 33px 0 10px 34px;
}

.simple-bottom {
    height: 40px;
    line-height: 40px;
    padding-right: 30px;
    text-align: right;
    border-top: 2px solid #e6e6e6;
}

.simple-bottom a {
    font-size: 18px;
    color: #266bf7;
}

/*登录弹窗*/

.login-dirlog {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
}

.login-d-div {
    width: 400px;
    height: 350px;
    margin-top: -175px;
    margin-left: -200px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.l-popup-title {
    background: url("../../images/login-popup.png") no-repeat;
    position: absolute;
    width: 160px;
    height: 48px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    left: -9px;
    top: 17px;
}

.l-popup-register {
    position: absolute;
    right: 30px;
    top: 45px;
}

.l-popup-register:hover {
    color: #fd5555;
}

.l-popup-input {
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
}

.l-popup-input .l-input-text {
    position: relative;
    border: 1px solid #dddddb;
    height: 38px;
    margin-bottom: 28px;
}

.l-popup-input .l-input-text .l-user-icon,
.l-popup-input .l-input-text .l-mima-icon,
.l-popup-input .l-input-text .l-code-icon {
    float: left;
    width: 42px;
    height: 38px;
    z-index: 99;
    background: url("../images/l-popup-icon.png") no-repeat;
}

.l-popup-input .l-input-text .l-user-icon {
    background-position: 11px 9px;
}

.l-popup-input .l-input-text .l-mima-icon {
    background-position: 11px -61px;
}

.l-popup-input .l-input-text .l-code-icon {
    background-position: 11px -121px;
}

.l-popup-input input {
    padding: 9px 0 9px 10px;
    width: 280px;
    background: none;
    font-size: 14px;
    border: 1px solid transparent;
    float: left;
    border-left: 1px solid #d3d3d3;
}

.l-error {
    line-height: 30px;
    color: #fd5c63;
}

.l-popup-button {
    height: 51px;
    width: 100%;
    line-height: 51px;
    text-align: center;
    background: #41abf5;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*浏览器提示*/

.Browser {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
}

.Browser .Browser-bg {
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.Browser .Browser-d {
    position: absolute;
    background: #fff;
    width: 740px;
    height: 480px;
    top: 50%;
    left: 50%;
    margin-left: -370px;
    margin-top: -240px;
}

.bg-title {
    color: #000;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 60px;
    padding-bottom: 56px;
    display: block;
    text-align: center;
}

.bg-tishi {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    display: block;
    padding-bottom: 20px;
    text-align: center;
}

.bg-tit {
    display: block;
    background: url("../images/warning.png") no-repeat 144px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    margin-bottom: 50px;
    text-align: center;
}

.imglist {
    width: 702px;
    margin: 0 auto;
    height: 150px;
}

.imglist li {
    width: 234px;
    float: left;
    height: 150px;
    text-align: center;
}

.list-1 {
    background: url("../images/Firefox.png") no-repeat center 0;
}

.list-2 {
    background: url("../images/Google.png") no-repeat center 0;
}

.list-3 {
    background: url("../images/qq-b.png") no-repeat center -7px;
}

.imglist p {
    padding-top: 100px;
    font-size: 14px;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 22px;
}

.imglist a {
    color: #f67000;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.Browser .Browser-close {
    width: 23px;
    height: 23px;
    position: absolute;
    right: 5px;
    top: 10px;
    background: url("../images/close20.png") no-repeat;
    cursor: pointer;
}

/**
    免费会员 留言
 */

.message-right {
    float: left;
}

.message-right .message-input-text {
    width: 230px;
    padding: 6px 10px;
    border: 1px solid #dddddd;
    color: #111111;
}

.message-right .code {
    width: 78px;
    height: 30px;
    float: left;
    margin-left: 10px;
}

.message-right .message-input-button {
    width: 250px;
    height: 34px;
    color: #ffffff;
    font-size: 16px;
    background: #ff6600 !important;
    cursor: pointer;
    border: 0;
}

.brief-j {
    padding: 20px 20px 0 20px;
}

.brief-j .brief-j-p {
    padding-bottom: 25px;
}

.brief-j .ar-left {
    display: inline-block;
    width: 95px;
    color: #777777;
}

.w325 {
    display: inline-block;
    width: 325px;
}

.brief-j .ar-left-190 {
    display: inline-block;
    width: 190px;
    color: #777777;
}

.brief-j .text-area {
    border: 1px solid #dddddd;
    background: #f9f9f9;
    height: 90px;
    width: 835px;
    padding: 5px 10px;
}

.message-left {
    float: left;
    width: 75px;
    line-height: 30px;
    color: #666666;
}

.message-right {
    float: left;
}

.message-right .message-input-text {
    width: 230px;
    padding: 6px 10px;
    border: 1px solid #dddddd;
    color: #111111;
}

.message-right .code {
    width: 78px;
    height: 30px;
    float: left;
    margin-left: 10px;
}

.message-right .message-input-button {
    width: 250px;
    height: 34px;
    color: #ffffff;
    font-size: 16px;
    background: #cc3232;
    cursor: pointer;
    border: 0;
}

.n-product .n-p-ul li {
    width: 184px;
    height: 255px;
    padding: 20px;
    float: left;
    border-top: 1px solid #efefef;
}

.n-product .n-p-ul li a:hover {
    color: #11a6e4;
}

.n-product .n-p-ul li img.n-p-img {
    width: 184px;
    height: 184px;
    border: 1px solid #efefef;
}

.n-product .n-p-ul li p.red {
    color: #cc3232;
    position: relative;
    font-size: 16px;
}

.n-product .n-p-ul li p.red .n-p-button {
    width: 48px;
    height: 22px;
    line-height: 18px;
    font-size: 12px;
    position: absolute;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #666666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 2px;
    right: 0;
}

.n-product .n-p-ul li p.name {
    height: 36px;
    font-size: 12px;
}

/*0807 bug*/

.sliderightImg {
    width: 220px;
    height: 220px;
}

.tit-advertisement {
    padding: 0 7px;
    font-size: 12px;
    line-height: 1.2;
    color: #eeeeee;
    border: 1px solid #eeeeee;
    display: inline-block;
}

/*右边移到底部倒数第二排*/

.search-com .enterprise-right-new {
    display: none;
}

.search-com .product-left-new {
    float: none;
    width: 100%;
}

.wrap1190 {
    width: 1190px;
    margin: 0 auto;
}

.wrap1390 {
    width: 1390px;
    margin: 0 auto;
}

.wrap950 {
    width: 950px;
    margin: 0 auto;
}

.advertise-box-main,
.advertise-box-company,
.advertise-box-productdetail,
.advertise-box-store-index {
    width: 950px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    overflow: hidden;
}

.advertise-box-productdetail {
    width: 906px;
}

.advertise-box-main:hover {
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.advertise-box-company {
    width: 1188px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1190px) {
    .advertise-box-main {
        width: 948px;
    }

    .advertise-box-company {
        width: 948px;
    }
}

@media screen and (min-width: 1390px) {
    .advertise-box-main {
        width: 1154px;
    }

    .advertise-box-company {
        width: 1388px;
    }
}

/*//搜产品和企业--3种*/

/*顶部广告 0915*/

.wrap-top-ad {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.wrap-top-ad-box {
    display: block;
    height: 100px;
    background: url("../../images/top-adv.jpg") no-repeat top center;
}

.wrap-top-ad-close {
    width: 20px;
    height: 20px;
    background: url("../../images/top-ad-close.png") no-repeat;
    position: absolute;
    top: 8px;
    right: 5%;
}

/*顶部公告*/

.top-notice {
    width: 100%;
    background: #fff;
    padding-top: 15px;
}

.top-notice-con {
    border: 1px solid #eaeaea;
    line-height: 33px;
    color: #ff3333;
    background: #e4f8ff url("../../images/top-notice-icon.png") no-repeat 3px 4px;
    padding-left: 36px;
    position: relative;
}

.top-notice-close {
    display: block;
    width: 10px;
    height: 10px;
    background: url("../../images/top-notice-icon.png") no-repeat -10px -35px;
    position: absolute;
    right: 12px;
    top: 12px;
}