.banner{
    background: url(../img/d794214b-6a5d-4170-a756-8273001b0a93.jpg) top center;
}
.newtis{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
}
.newtis .bg{
    background-color: black;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
.newtis .body{
    padding: 30px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -270px;
    margin-top: -100px;
    background-color: white;
    border-radius: 6px;
    z-index: 102;
}
.newtis .title{
    font-size: 20px;
    font-weight: bold;
}
.newtis .content{
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 10px 66px ;
}
.newtis .foot{
    display: inline-block;
    background-color: #0079ea;
    color: white;
    font-size: 16px;
    padding: 4px 8px;
    margin-left: 450px;
    border-radius: 6px;
    cursor:pointer;
}

.fixed {
    position: fixed;
    background: #2068b0;
    width: 60px;
    height: 60px;
    right: 10px;
    top: 60%;
    border-radius: 10px;
    cursor: pointer;
}

.fixed a {
    display: inline-block;
}

.fixed img {
    width: 36px;
    margin: 12px;
}

.ads {
    width: 300px;
    height: 100px;
    margin: 0px 0 0px 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.ads img {
    width: 280px;
    height: 100px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chromeã€firefox */
    url('../fonts/iconfont.ttf') format('truetype'), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg#uxiconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #000;
}

body {
    min-width: 1180px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 "Microsoft YaHei", "å¾®è½¯é›…é»‘", "Tahoma", "Arial", "å®‹ä½“", "sans-serif";
}

input,
select,
textarea {
    font-size: 100%;
}

input,
button,
select,
textarea {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    text-align: inherit;
}

fieldset,
img {
    border: 0;
}

iframe {
    display: block;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before,
q:after {
    content: '';
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    color: #426cad;
}

a:hover {
    color: #ff5500;
}
ins,
a {
    text-decoration: none;
}

.f-clear:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}

.f-clear {
    zoom: 1;
    /* for IE6 IE7 */
}


/* ========== CSS Reset End ========== */


/* ========== Layout CSS ========== */

.top {
    display: block;
    position: relative;
}

.toparea {
    width: 100%;
    height: 150px;
    z-index: 2;
    background: #fff;
}

.topbar {
    width: 100%;
    height: 36px;
    color: #666;
    background-color: #fbfbfb;
    border-bottom: 1px solid #d9d9db;
}

.topbar .tb-main {
    position: relative;
    width: 1180px;
    height: 36px;
    margin: 0px auto;
}

.topbar .tb-main .tb-left,
.topbar .tb-main .tb-right {
    position: absolute;
    height: 36px;
    line-height: 36px;
}

.topbar .tb-main .tb-left {
    left: 0px;
}

.tb-main .tb-left em {
    color: #ff5500;
}

.tb-main .tb-left a {
    margin-right: 10px;
}

.topbar .tb-main .tb-right {
    right: 0px;
}

.tb-main .tb-right a {
    float: left;
    height: 35px;
    line-height: 34px;
    padding: 0px 13px;
    color: #666;
}

.tb-main .tb-right a:hover,
.tb-main .tb-right a.current {
    text-decoration: underline;
    background-color: #eee;
}

.tb-main .tb-right a.current {
    padding: 0px 12px;
    border-left: #ddd 1px solid;
    border-right: #ddd 1px solid;
}

.tb-main .download-box {
    position: absolute;
    top: 35px;
    right: 100px;
    display: none;
    z-index: 20;
    width: 300px;
    height: 170px;
    padding: 10px 20px;
    border: #ddd 1px solid;
    background-color: #fff;
}

.tb-main .tb-right a.current .download-box {
    display: block;
}

.download-box dl {
    float: left;
    width: 340px;
    margin-top: 10px;
}

.download-box dl dt,
.download-box dl dd {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
}

.download-box dl dd a {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    margin-right: 10px;
    border: #ddd 1px solid;
    color: #666;
    font-size: 12px;
    background-color: #f9f9f9;
}

.download-box dl dd a:hover {
    color: #fff;
    border: #2e8df7 1px solid;
    background-color: #2e8df7;
}

.header {
    width: 1180px;
    /* width: 100%; */
    background: #fff;
    height: 100px;
    margin: 0px auto;
}

.header .logo {
    float: left;
    width: 365px;
    height: 100px;
    margin-right: 20px;
}

.header .logo a {
    float: left;
    width: 365px;
    height: 55px;
    margin: 16px 0px;
    font-size: 0px;
    line-height: 0px;
    /*background: url() no-repeat center center;*/
}

.header .logo a img {
    height: 70px;
}

.t-logo {
    position: relative;
    width: 1180px;
    margin: 0 auto;
}

.text-logo {
    display: block;
    width: 300px;
    height: 220px;
    position: absolute;
    top: 90px;
    left: 65px;
}

.text-logo h3 {
    font-size: 45px;
    font-weight: 500;
}

.text-logo span {
    font-size: 18px;
}

.text-logo .line {
    display: block;
    width: 70px;
    height: 6px;
    text-align: center;
    margin: 50px 0 30px 0;
    background-color: #ff7700;
    filter: alpha(opacity=50);
}

.text-logo .no-line {
    display: none;
}
.header .search {
    position: relative;
    float: right;
    width: 490px;
    height: 40px;
    padding: 29px 0px;
}

.search .search-nav,
.search .search-area,
.search .search-button {
    float: right;
    height: 38px;
}

.search .search-nav {
    position: relative;
    width: 110px;
    border: #eee 1px solid;
    background-color: #fff;
    z-index: 6;
}

.search-nav .mkey {
    position: absolute;
    float: left;
    width: 80px;
    padding: 0px 15px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    z-index: 3;
}

.search-nav .iconfont {
    position: absolute;
    right: 12px;
    top: 8px;
    color: #999;
    font-size: 15px;
    z-index: 2;
}

.search-nav .sea-ul {
    position: absolute;
    top: 38px;
    left: -1px;
    width: 110px;
    padding: 6px 0px;
    overflow: hidden;
    border: #eee 1px solid;
    background-color: #fff;
}

.search-nav .sea-ul li,
.search-nav .sea-ul li a {
    float: left;
    width: 110px;
    height: 32px;
    line-height: 32px;
}

.search-nav .sea-ul li a {
    width: 80px;
    padding: 0px 15px;
    color: #666;
    font-size: 14px;
}

.search-nav .sea-ul li a:hover {
    color: #2068b0;
    background-color: #f3f3f3;
}

.search .search-area {
    width: 238px;
    height: 38px;
    font-size: 14px;
    position: relative;
    right: 80px;
}

.search .search-area i {
    position: absolute;
    top: 9px;
    left: 9px;
    color: #cdcdcd;
}

.search .search-area input {
    padding: 0px 15px;
    width: 208px;
    height: 38px;
    line-height: 38px;
    border: none;
    *margin-top: -1px;
    color: #000;
    opacity: 0.5;
    border: 1px solid #cdcdcd;
    padding-left: 30px;
    display: inline-block;
}

.search .search-button {
    width: 80px;
    height: 40px;
    background: #005aaa;
    right: 0;
    position: absolute;
}

.search .search-button button {
    font-size: 15px;
    width: 80px;
    height: 40px;
    line-height: 38px;
    border: none;
    color: #fff;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
}

.search .search-button button i {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-weight: normal
}

.search .search-button button:active {
    background-color: #999;
}

.hotline {
    float: right;
    width: 260px;
    height: 66px;
    margin: 28px 0 0 0;
}

.hotline p {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.hotline p+p {
    padding-top: 6px;
}

.hotline p em {
    font-size: 18px;
    color: #ff8800;
}

.hotline p .iconfont {
    font-size: 23px;
    margin-right: 5px;
}

.hotline p a {
    float: right;
    margin-left: 10px;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #555;
    border-radius: 2px;
}

.hotline p a .iconfont {
    margin-right: 2px;
    font-size: 18px;
    color: #ff8800;
}

.navigate {
    width: 100%;
    background: #2068b0;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    height:50px;
}

.menu {
    display: inline-block;
    width: 1180px;
    height: 50px;
    font-size: 0;
    margin: 0 auto;
    text-align:left;
}

.menu li {
    width: 185px;
    height: 50px;
    line-height: 50px;
    /* float: left; */
    display: inline-block;
    vertical-align: text-bottom;
    position:relative;
    z-index:0;
}

.menu li:hover {
    height: 50px;
    line-height: 50px;
    background: #00417a;
}

.menu li div {
    display: block;
    padding: 0 16px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

.menu li div:hover {
    font-weight: bold;
}

.navigate .menu li.m1cur,
.navigate .menu li.m1cur a {
    background: #00417a;
    color: #fff;
}

.indexBanner {
    display: block;
    width: 100%;
    height: 360px;
    background-color: #f1f3f5;
    overflow: hidden;
    position: relative;
}

.slide {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
    top: 0;
    display: block;
}

.slide .m-hd {
    border: none;
    background: none;
    z-index: 1;
    position: absolute;
    left: auto;
    top: 0;
    right: auto;
    width: 100%;
}

.slide .m-hd ul,
.slide .m-hd2 ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slide .m-hd ul {
    width: 1115px;
    height: 16px;
    float: none;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 300px;
    margin: 0 auto;
    padding-left: 65px;
}

.slide .m-hd ul li {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 3px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    background-color: #999999;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    border-radius: 10px;
}

.slide .m-hd ul li.on {
    background-color: #eee;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.slide .m-bd {
    position: relative;
    width: 100%;
    height: 360px;
    z-index: 0;
    background-color: #FFF;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 1px;
    padding-left: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cfcfcf;
}

.slide .m-bd li,
.slide .m-bd li a {
    width: 100%;
    height: 360px;
    float: left;
    z-index: 2;
}

/*.slide .m-bd li a.sb01 {*/
    /*background: url(../images/banner@1x.jpg) no-repeat center 0;*/
/*}*/

/*a.t-sb01 {*/
    /*background: url(../images/top@1x.jpg) no-repeat center 0;*/
/*}*/

/*.slide .m-bd li a.sb02 {*/
    /*background: url(../images/banner@1x.jpg) no-repeat center 0;*/
/*}*/

/*.slide .m-bd li a.sb03 {*/
    /*background: url(../images/banner@1x.jpg) no-repeat center 0;*/
/*}*/

/*.slide .m-bd li a.sb04 {*/
    /*background: url(../images/banner@1x.jpg) no-repeat center 0;*/
/*}*/

.adver {
    display: inline-block;
    width: 60px;
    height: 30px;
    font-size: 14px;
    position: absolute;
    top: 550px;
    right: 40px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}

.adver a {
    color: #fff;
}

.login-container {
    width: 1180px;
    margin: -400px auto 0 auto;
    position: relative;
    height: 390px;
    z-index: 9999
}

.dl-login {
    position: absolute;
    right: 15px;
    top: 0;
    width: 300px;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    text-align: center;
    [;
        top: 5px;
        ;
    ];
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#c8000000, endColorstr=#c8000000);*/
}

.dl-login p {
    color: #fff;
    font-size: 14px;
    margin-top: 65px;
}

.dl-login .login {
    display: block;
    width: 220px;
    height: 45px;
    background-color: #00519d;
    color: #fff;
    line-height: 42px;
    text-align: center;
    margin: 55px auto 22px auto;
    font-size: 18px;
    border-radius: 3px;
}

.dl-login .reg {
    display: block;
    width: 220px;
    height: 45px;
    background-color: #ff7300;
    color: #fff;
    line-height: 42px;
    text-align: center;
    margin: 0 auto 80px auto;
    font-size: 18px;
    border-radius: 3px;
}

.dl-login div a {
    color: #fff;
    font-size: 14px;
    margin: 0 16px;
}

.dl-login div {
    color: #6e6e6f;
}

.numbers {
    background-color: #fff;
}

.numbers .container {
    width: 1180px;
    margin: 0 auto;
    height: 82px;
}

.numbers .container>div {
    display: inline-block;
    width: 24%;
    text-align: center;
    padding-top: 12px;
}

.numbers .container>div i {
    font-size: 16px;
    font-style: normal
}

.numbers .container>div i.num {
    font-size: 24px;
    font-style: normal;
    margin-right: 5px;
}

.numbers .container>div p {
    color: #999;
}

.numbers .n1 i {
    color: #39b6f0
}

.numbers .n2 i {
    color: #f97070
}

.numbers .n3 i {
    color: #eab160
}

.numbers .n4 i {
    color: #7cc472
}

.main {
    width: 100%;
    background: #fff;
}

.dl-main {
    width: 1180px;
    margin: 0 auto;
    height: 415px;
}

.dm-main {
    width: 100%;
    margin: 0 auto;
    height: 410px;
    background: #f3f5f7;
}

.dl-main .left {
    width: 820px;
    float: left;
    margin-right: 60px;
}

.dl-main .right {
    width: 300px;
    float: right;
    padding-top: 35px;
}

.dl-main .right .wrap5 div {
    height: 80px;
    width: 280px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #2079db;
    line-height: 80px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.dl-main .right .register {
    background: #ffa200;
    border: 1px solid #f3f5f7;
}

.dl-main .right div img {
    width: 280px;
    height: 80px;
}

.dl-main .title {
    height: 43px;
    padding-top: 45px;
    padding-bottom: 20px;
    border-bottom: 1.5px solid #f3f5f7;
}

.dl-main .title h2 {
    font-size: 21px;
    line-height: 41px;
    display: inline-block;
    width: 115px;
    height: 43px;
    color: #000;
    font-weight: 500;
}

.dl-main .title a {
    float: right;
    margin-right: 60px;
    color: #666;
    font-size: 14px;
    margin-top: 15px;
}

.dl-main .title a:hover {
    color: #2068b0;
}

.dl-main .wrap1 .content {
    width: 850px;
    height: 370px;
    background-color: #fff;
    padding-top: 15px;
}

.dl-main .wrap1 .content a {
    width: 800px;
    height: 40px;
    margin-left: 15px;
    padding-left: 15px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.dl-main .wrap1 .content a:hover {
    background-color: #fcfcfc;
    color: #2068b0;
}

.dl-main .wrap1 .content a>span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 84px;
    float: right;
    color: #bebebe;
    font-size: 15px;
}

.dl-main .wrap1 .content a>span:first-child {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 520px;
    float: left;
    color: #333;
}

.content-index .slideBlock {
    display: block;
    width: 773px;
    height: 434px;
    background-color: #fff;
    position: relative;
    margin-bottom: 35px;
}

.content-index .slideBlock:last-child {
    margin-bottom: 0;
}

.model-list {
    margin-top: 30px;
}

.model-list h2 {
    margin: 15px 0 25px 0;
    display: inline-block;
    font-size: 21px;
}

.model-list .m-title {
    border-bottom: 1px solid #eee;
}

.model-list .m-title span {
    float: right;
    font-size: 14px;
    color: #000;
    margin: 18px 0 25px 0;
}

.m-list {
    margin-top: 20px;
    height: 300px;
    overflow: hidden;
}

.m-list li {
    height: 42px;
    line-height: 42px;
    list-style: none;
    font-size: 14px;
    color: #000;
    cursor:pointer
}

.m-list li .bidLink {
    display: inline-block;
    width: 36em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.m-list li .bidLink:hover {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.m-list li span.bidDate {
    float: right;
    color: #bebebe;
    display: inline-block;
}

.model-list .m-hd li {
    float: left;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}

.model-list .m-hd li span {
    font-size: 13px;
    color: #2068b0;
    text-decoration: none;
    border: 1px solid #2068b0;
    display: inline-block;
    width: 82px;
    height: 26px;
    text-align: center;
}

.slideBlock .m-hd {
    display: block;
    position: relative;
}

.model-list .m-hd li {
    float: left;
    padding: 0 15px;
    height: 28px;
    line-height: 26px;
    cursor: pointer;
}

.slideBlock .m-hd ul li span {
    font-size: 13px;
    color: #2068b0;
    text-decoration: none;
    border: 1px solid #2068b0;
    display: inline-block;
    width: 82px;
    height: 26px;
    text-align: center;
}

i.arrow-more {
    font-size: 12px;
    color: #2068b0;
    display: inline-block;
    width: 12px;
    height: 13px;
}

.slideBlock .m-bd {
    padding: 15px 25px;
}

.slideBlock .slidebox1 {
    background-color: #fff;
    border-top: none
}

.dl-main .left .slideBlock .slidebox1 .m-bd {
    margin-top: 20px;
}

.slideBlock .m-bd ul li {
    height: 44px;
    line-height: 44px;
}

.slideBlock .m-bd ul li:last-child {
    border: none;
}

.slideBlock .m-bd ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
}

.slideBlock .m-bd ul li a .bidLink {
    display: inline-block;
    width: 36em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.slideBlock .m-bd ul li a .bidLink2.on {
    color: #21d526;
}

.slideBlock .m-bd ul li a .bidLink2 {
    display: inline-block;
    width: 6em;
    margin-left: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #999;
}

.slideBlock .m-bd ul li a .bidDate {
    display: inline-block;
    float: right;
    color: #bebebe;
}

.slidebox {
    padding: 20px 0 5px 0;
}

.wrap2 {
    border-top: 2px solid #2079db;
    background-color: #fff;
    padding: 0 12px 0 15px;
}

.wrap2 .wrap2box {
    padding: 0 25px 25px 25px;
}

.wrap2box li a {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 240px;
    font-size: 13px;
}

.wrap2box li a:hover {
    color: #2079db
}

.wrap2 h3 {
    font-size: 16px;
    padding-left: 40px;
    position: relative;
    font-weight: bold;
    margin-top: 15px;
}

.wrap2 h3 i.icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 2px;
    /*background: url("../images/icon.jpg") no-repeat 0 0;*/
}

.wrap2 h3 i.icon2 {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 2px;
    /*background: url("../images/icon.jpg") no-repeat -24px 0;*/
}

.wrap2 h3 i.icon3 {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 2px;
    /*background: url("../images/icon.jpg") no-repeat -48px 0;*/
}

.wrap2 .info-box>div {
    height: auto;
    border-bottom: 1px solid #ededed;
}

.wrap2 .info-box h3 {
    margin-bottom: 15px;
}

.wrap2 .info-box p {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.wrap2 .info-box p a {
    font-size: 13px;
    color: #333;
    padding-left: 10px;
}

.wrap2 .info-box p a:hover {
    color: #2079db
}

.wrap2 .info-box p i {
    margin-left: 30px;
}

.ads {
    width: 300px;
    height: 100px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.ads img {
    width: 280px;
    height: 100px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
}

.ad-right {
    width: 320px;
    height: 80px;
    margin: 30px 0;
}

.ad-right img {
    width: 320px;
    height: 80px;
}

.ad-left {
    width: 860px;
    height: 80px;
    margin: 30px 0;
}

.ad-left img {
    width: 860px;
    height: 80px;
}

.wrap4 {
    width: 1180px;
    margin: 0 auto;
    margin-top: 30px;
    height: auto;
}

.wrap4 .content {
    height: 265px;
}

.wrap4 .content .contentColect {
    width: 343px;
    display: inline-block;
    float: left;
}

.wrap4 .content .contentBox .title {
    margin-bottom: 0;
}

.wrap4 .content .contentBox:first-child {
    width: 550px;
}

.wrap4 .content .contentBox {
    width: 570px;
    display: inline-block;
    float: left;
    margin-bottom: 40px;
    height: 370px;/*mark20181130ï¼šåŠ å…¥2ä¸ªcsså±žæ€§é˜²æ­¢æº¢å‡º*/
    overflow: hidden;
}

.wrap4 .content .contentBox.middle {
    margin-left: 40px;
}

.wrap4 .content .contentBox h2,
.wrap4 .content .contentColect h2 {
    border: none;
    font-size: 16px;
    padding-left: 0;
}

.wrap4 .content .contentBox a .bidLink,
.wrap4 .content .contentBox>p .bidLink {
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    font-size: 14px;/*mark20181130ï¼š15pxæ”¹ä¸º14px*/
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 400px;
    float: left;
    padding-left: 20px;
}

.wrap4 .content .contentBox .a-list .bidDate,
.wrap4 .content .contentBox>a .bidDate,
.wrap4 .content .contentBox>p .bidDate {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 6em;
    float: right;
    color: #a9a9a9;
    padding-right: 10px;
}

.wrap4 .content .contentBox>a,
.wrap4 .content .contentBox>p {
    display: block;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    background: #fff;
}

.wrap4 .content .contentBox .a-list {
    background: #fff;
    padding: 15px 15px;
}

.wrap4 .content .contentBox .a-list a em {
    color: #a9a9a9;
    margin-right: 10px;
}

.wrap4 .content .contentBox .a-list .bidLink {
    line-height: 40px;
    height: 40px;
    padding-left: 10px;
}

.wrap4 .content .contentBox .a-list .bidDate {
    line-height: 40px;
    height: 40px;
}

.wrap4 .content .supplier>a {
    background: #fff;
    margin-bottom: 10px;
}

.wrap4 .content .contentColect>a {
    display: block;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    background-color: #fff;
}

.wrap4 .content .contentBox>p .bidDate2 {
    display: block;
    float: left;
    width: 300px;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    cursor: default;
}

.wrap4 .content .contentBox a:hover {
    /* color: #2079db; */
}

.wrap4 .content .contentBox a:hover .bidLink {
    /* color: #2079db; */
}

.wrap4 .content .contentBox.right {
    margin-right: 10px;
}

.wrap4 .content .contentBox.middle>a .bidLink,
.wrap4 .content .contentBox.right>a .bidLink {
    width: 400px;
}

.wrap4 .contentBox .title a {
    margin-right: 5px;
}

.wrap4 .info-title {
    height: 26px;
    margin-bottom: 30px;
    margin-top: 35px;
}

.wrap4 .content .info-title h2 {
    font-size: 21px;
    color: #333;
    font-weight: bold;
    padding-left: 5px;
    float: left;
}

.wrap4 .info-title span {
    float: right;
    color: #666;
    font-size: 14px;
    padding-top: 5px;
}

.wrap4 .point {
    margin-left: 10px;
    margin-right: 8px;
    margin-top: 5px;
}

.wrap5 .content {
    height: 145px;
    background-color: #fff;
    padding-top: 25px;
    margin-bottom: 20px;
}

.wrap5 .content li {
    margin-bottom: 10px;
}

i.point {
    float: left;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    margin-top: 19px;
    background-color: #666;
    border-radius: 50%;
}

.wrap5 .content li a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
}

.wrap5 .content li a:hover {
    color: #2079db
}

.conUs {
    border: 1px solid #ededed;
    border-top: 2px solid #2079db;
    background-color: #fff;
    padding: 0 20px;
    height: 310px;
}

.conUs h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 12px 0;
}

.conUs p.top-p {
    font-size: 15px;
    color: #3f72ae;
    margin-bottom: 10px;
}

.conUs span.mail {
    margin-left: 30px;
    margin-bottom: 15px;
    display: inline-block
}

.conUs .line {
    height: 1px;
    border-bottom: 1px solid #ededed;
    margin-top: 13px;
    margin-bottom: 15px;
}

.conUs p {
    font-size: 13px;
    margin-bottom: 5px;
    width: 95%;
}

.content {
    border-top: none
}

.conpanys {
    background-color: #fff;
}

.conpanys .container {
    width: 1180px;
    margin: 0 auto;
    height: 205px;
    background-color: #fff;
}

.conpanys .container h2 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
}

.conpanys .links {
    background-color: #fff;
    font-size: 0;
}

.conpanys h2+span {
    border: none;
    display: inline-block;
    float: right;
    margin-top: 34px;
    margin-right: 20px;
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.conpanys .links a {
    display: inline-block;
    height: 75px;
    width: 200px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-right: 38px;
}

.conpanys a:last-child {
    margin-right: 0;
}

.conpanys a img {
    width: 100%;
    height: 100%;
}

.footer {
    display: block;
    background: #0066b3;
    text-align: center;
}

.footer .container {
    width: 1180px;
    margin: 0 auto;
}

.f-left {
    width: 708px;
    display: inline-block;
    float: left;
}

.footer .f-logo {
    display: block;
    width: 100%;
}

.footer .f-left img {
    margin: 30px 0;
    width: 211px;
    height: 40px;
    float: left;
}

.footer .l-list {
    display: block;
    margin-top: 0px;
    float: left;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
}

.footer .f-copyright {
    width: 100%;
    display: block;
    margin-top: 0px;
    float: left;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
}

.l-list a {
    margin-right: 30px;
    font-size: 14px;
    color: #eee;
}

.f-right {
    display: inline-block;
    width: 472px;
    height: 202px;
    text-align: right;
}

.footer .f-right img {
    display: inline-block;
    width: 100px;
    height: 120px;
    background: #eee;
    margin: 60px 0;
    margin-right: 20px;
}

.footer p,
.footer p a {
    color: #eee;
    font-size: 14px;
}

.footer p {
    margin-bottom: 15px;
}

.footer p span {
    margin-right: 15px;
}

.login-conCenter {
    display: block;
    width: 100%;
    height: 90px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.login-conCenter .l-bd {
    width: 1180px;
    margin: 0 auto;
    height: 90px;
    text-align: center;
}

.login-conCenter .block {
    display: inline-block;
    margin: 20px 25px 0 25px;
    position: relative;
    padding: 6px 0 0 60px;
    text-align: left;
}

.login-conCenter .block .img {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0px;
    top: 0px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.login-conCenter .block:hover .img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.login-conCenter .block .t1 {
    display: block;
    font-size: 14px;
    color: #226ec7;
}

.login-conCenter .block .t2 {
    display: block;
    font-size: 12px;
    color: #5c97dd;
}

/*.login-conCenter .block .img {*/
    /*background: url(../images/loginBg.png) no-repeat 0 0;*/
/*}*/

/*.login-conCenter .block2 .img {*/
    /*background: url(../images/loginBg.png) no-repeat -44px 0;*/
/*}*/

/*.login-conCenter .block3 .img {*/
    /*background: url(../images/loginBg.png) no-repeat -88px 0;*/
/*}*/

/*.login-conCenter .block4 .img {*/
    /*background: url(../images/loginBg.png) no-repeat -132px 0;*/
/*}*/

/*.login-conCenter .block5 .img {*/
    /*background: url(../images/loginBg.png) no-repeat -176px 0;*/
/*}*/

.subMenu {
    width: 185px;
    border-top: none;
    background-color: #edf5ff;
    padding: 10px 0px;
    box-shadow: #bbb 1px 1px 3px;
    z-index: 999;
    float: left;
    display: none;
    position: absolute;
}

.subMenu li,
.subMenu li a {
    width: 185px;
    height: 46px;
    line-height: 46px;
    float: left;
}

.subMenu li a {
    width: 125px;
    padding: 0px 30px;
    color: #333;
    background: none;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.subMenu li a:hover {
    background-color: #fff2d2;
    color: #ff6e00;
    font-weight: bold;
}

.case {
    height: 155px;
    width: 1180px;
    float: left;
    border: 1px solid #ededed;
    border-top: 2px solid #2079db;
    background-color: #fff;
}

.law li .title span {
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 2px #666 solid;
    border-radius: 50%;
    margin: 4px 6px 0 0;
}

.law li a:hover .title span {
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 2px #c51c1c solid;
    border-radius: 50%;
    margin: 4px 6px 0 0;
}

.caTitle {
    float: left;
    height: 20px;
    width: 1160px;
    margin-top: 8px;
    margin-left: 21px;
    font-size: 16px;
    color: #0f5dc5;
    margin-bottom: 18px;
    color: #333;
    font-weight: bold;
}

.caTitle a {
    float: right;
    color: #666;
    font-size: 14px;
    margin-right: 2px;
    font-weight: normal;
}

.caTitle a:hover {
    color: #2079db;
}

.case .list {
    float: left;
    height: 160px;
    width: 1100px;
    margin-left: 37px;
    overflow: hidden;
}

.case .line {
    /*background-image: url(../images/bg.png);*/
    background-repeat: no-repeat;
    float: left;
    height: 2px;
    width: 708px;
    background-position: -138px -266px;
}

.case .list a {
    float: left;
    height: 93px;
    width: 174px;
    margin-right: 25px;
    color: #2d73d3;
}

.case .list a:hover {
    margin-right: 25px;
    color: #1c63c3;
}

.case .list a .img {
    float: left;
    height: 42px;
    width: 164px;
    margin: 6px 5px 14px 5px;
}

.case .list a .img img {
    display: block;
    height: 42px;
    width: 164px;
}

.case .list a .word {
    font-size: 14px;
    text-align: center;
    float: left;
    height: 18px;
    width: 152px;
    padding: 0 10px;
    margin-left: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mbox {
    font-size: 14px;
    margin-top: 20px;
}
.wrap4 .content .supplier > p{
    background: rgb(255, 255, 255);
    margin-bottom: 10px;
}
.m-list li span.bidDate {
    float: right;
    color: rgb(190, 190, 190);
    display: inline-block;
}
