@charset "UTF-8";




/* yui3 reset.css */

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 {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}





/* yui3 fonts */

body {
    min-width: 1001px;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background: #fff;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #aaa;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #aaa;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #aaa;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #aaa;
}

.placeholder {
    color: #aaa;
}





/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}



/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.ewb-row {
    overflow: hidden;
}

.ewb-sp646 {
    width: 646px;
    float: left;
}

.ewb-sp329 {
    width: 329px;
    float: left;
}

.ewb-sp299 {
    width: 299px;
    float: left;
}

.ewb-sp302 {
    width: 302px;
    float: left;
}


.ewb-container {
    width: 1001px;
    margin: 0 auto;
}

.ewb-mt20 {
    margin-top: 20px;
}

.ewb-ml18 {
    margin-left: 18px;
}

.ewb-ml52 {
    margin-left: 52px;
}


/* header */

.ewb-header {
    position: relative;
}
.ewb-headimg{
    width: 100%;
}

.ewb-top {
    height: 90px;
    background: url(../images/head_bg.png) repeat;
}


/* logo */

.ewb-logo {
    float: left;
	margin-top: 15px;
}

.ewb-logo>p {
    line-height: 110px;
    font-size: 20px;
    font-weight: bold;
    color: #f79c40;
    padding-left: 132px;
    background: url(../images/head_logo.png) no-repeat 14px 22px;
}

.ewb-toolr {
    float: right;
}


/* 搜索  */

.ewb-toolr-ser {
    width: 241px;
    height: 22px;
    margin: 20px 0 14px 300px;
}

.ewb-tool-input {
    position: relative;
    float: left;
}

.ewb-toolr-ser input {
    width: 191px;
    height: 22px;
    line-height: 22px;
    padding-left: 15px;
}

.ewb-toolr-ser>button {
    float: left;
    width: 32px;
    height: 22px;
    background: url(../images/head_ser.png) no-repeat center;
    cursor: pointer;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 15px;
    height: 22px;
    line-height: 22px;
    color: #aaa;
    z-index: 0;
    cursor: text;
}


/* nav */
.ewb-nav-item {
    position: relative;
    float: left;
    height: 34px;
    padding: 0 40px;
}
.ewb-nav-item:first-child{
    padding-left: 40px;
}
.ewb-nav-item.last{
    /* padding-right: 0; */
}

.ewb-nav-item>a {
    display: block;
    height: 34px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}

.ewb-nav-items {
    text-align: center;

}
.ewb-nav-items li{
    display: inline-block;
}

.ewb-nav-link {
    display: block;
    line-height: 29px;
    color: #fff;
    font-size: 12px;
    margin-left: 15px;
    text-align: center;
}
.ewb-nav-link:hover{
    color:rgb(73, 180, 252);
}
.ewb-nav-info {
    display: none;
    position: absolute;
    top: 32px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    z-index: 999;

}
.ewb-nav-info.last{
    left:-425px;
    margin-left: 0;
}
.ewb-nav-info.last .ewb-nav-items{
    text-align: right;
}


.ewb-nav-item:hover{
    background:url(../images/i07.png) no-repeat center bottom;
}
.ewb-nav-item:first-child:hover{
    background:none;
}
.ewb-nav-item>a:hover {
    color: rgb(21,93,245);
}

.ewb-nav-item:hover .ewb-nav-info {
    display: block;
}

.ewb-subbg{
    position: absolute;
    top:90px;
    left:0;
    right:0;
    width:100%;
    display: none;
    height: 29px;
    z-index:1;
    background:url(../images/mask-bg.png) repeat;
}


/* title */
.ewb-title-bg {
    float: right;
    width:459px;
    height: 85px;
    line-height:85px;
    font-size: 32px;
    font-weight: bold;
    color:#fff;
    margin-top: 189px;
    text-align: center;
}

.ewb-title-bg span{
    display: inline-block;
    margin:0 15px;
}

/* footer */

.ewb-footer {
    height: 204px;
    /* border-top: 1px solid #e5ddd9; */
}

.ewb-foot-img {
    position: relative;
    float: left;
    /*margin: 40px 0 0 130px;*/
   margin: 40px 0 0 211px;
}

.ewb-foot-img a {
    float: left;
}

.ewb-foot-img1 {
    padding-right: 16px;
    border-right: 1px solid #e5ddd9;
}

.ewb-foot-pic1 {
    right: -85px;
    top: 0;
    position: absolute;
}

.ewb-foot-pic2 {
    position: absolute;
    right: -85px;
    top: -37px;
    width: 166px;
    height: 166px;
    z-index: 999;
}

.ewb-foot-img2 span {
    position: absolute;
    top: 130px;
    right: -119px;
    width: 182px;
    display: block;
    color: #333;
    font-size: 12px;
}
.ewb-foot-hover{
    display: none;
}
.ewb-foot-img2:hover .ewb-foot-hover {
    display: block;
}



#footer {
    background-color: #f8f8f8;
}


.ewb-foot-info {
float: left;
    font-size: 13px;
    color: #333;
    margin: 50px 0 0 111px;
}

.ewb-foot-link a {
    display: inline-block;
    line-height: 26px;
    color: #999;
    font-size:14px;
}

.ewb-foot-info p {
    line-height: 26px;
    font-size:14px;
   color:#999;
}


/* 信息列表 */

.wb-data-list {
    line-height: 33px;
    padding-left: 21px;
    background: url(../images/listimg.jpg) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    color:#333;
    padding-right: 12px;
    margin-top: -33px;
}

.wb-data-list:hover,
.wb-data-list:hover a,
.wb-data-list:hover .wb-data-date {
    cursor: pointer;
    color: rgb(21,93,245);
}

/* 新增 lw */
.chzn-container .chzn-results li{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chzn-single>span{
	width:160px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 新的分页 */
#page{padding-left: 60px;}

#fro_stat{
	padding-top:20px;
}
/* 190506 */
.ewb-side{
   display:none; 
}


/* 190718 */
.ewb-bes{
    position: fixed;
    z-index: 1000;
    min-width: 64px;
    height: 175px;
    right: 20px;
    bottom: 140px;
}

.bes-btn{
    width: 6px;
    height: 175px;
    cursor: pointer;
    background: url(../images/tb_ico05.jpg) left top no-repeat;
}

.bes-items{
    width: 58px;
    height: 175px;
    background: url(../images/tb_ico04.jpg) left top no-repeat;
}

.bes-lk{
    position: relative;
    display: block;
    height: 58px;
    cursor: pointer;
}

.bes-rec{
    display: none;
    position: absolute;
    bottom: 0;
    right: 100%;
    white-space: nowrap;
}

.bes-rec img{
    vertical-align: bottom;
}

.bes-lk:hover .bes-rec{
    display: block;
}

.bes-btn.close{
    width: 12px;
    background-image: url(../images/tb_ico06.jpg);
}

.ewb-contact-link{
    display: none;
}

.ewb-contact-link1{
    display: none;
}

.contact-box{
    position: absolute;
    right: 18px;
    top: 18px;
}

.contact-lk{
    color: rgb(21,93,245);
}

.contact-lk>img{
    display: block;
}

.contact-lk>p{
    height: 20px;
    line-height: 20px;
    text-align: center;
}




/* 侧边导航 */
.tool {
    position: absolute;
    position: fixed;
    z-index: 1000;
    min-width: 64px;
    height: 175px;
    right: 20px;
    bottom: 140px;
}

.tool-list {
    position: relative;
    width: 58px;
    height: 58px;
    background: #696969;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 2px;
}

.tool-list a {
    display: block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.tool-list:hover {
    background: rgb(21,93,245);
}

.icon3 a {
    background: url('../images/u6.png') no-repeat center center;
}

.icon4 a {
    background: rgb(21,93,245) url('../images/u10.png') no-repeat center center;
}

.toolclose {
    position: absolute;
    top: 0;
    right: -8px;
    width: 12px;
    height: 12px;
    border-radius: 5px;
    cursor: pointer;
    background: #D3D3D3 url('../images/icon_close.png') no-repeat center;
}

.code {
   /*  display: none; */
    width: 100px;
    position: absolute;
    right: 58px;
    top: -2px;
}

.code>img {
    display: block;
    width: 100px;
}

.tool-list.icon3{
    background: rgb(21,93,245) !important;
}


.tool-list.icon3:hover .code {
    display: block;
}

.tool.close1 .icon4 a {
    background: rgb(21,93,245) url('../images/u13.png') no-repeat center center;
}
.mytime_left{
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}
.jsTime,.jsTimes{
    float: right;
    margin-right: 10px;
    color: #df0520;
}
.jsTimes{
    color: rgb(21,93,245);
}
.qipao{
    background-color: rgb(21,93,245);
    padding: 2px 6px;
    border-radius: 20px;
    color: #fff;
}
.nav_bar{
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}
.nav_item{
    float: left;
    margin-right: 30px;
    cursor:pointer;
    color: #333;
}
.nav_item:hover{
    color: rgb(21,93,245);
}
.nav_items{
    float: left;
    font-weight: 700;
    color: #444;
}
.nav_items span{
    display: inline-block;
    margin: 0 6px;
}
.nav_item.this{
    color: rgb(21,93,245);
}
.ewb-contact-info{
    color: #999;
}


.company_info{
    width: 100%;
    /* border-bottom: 1px dashed #999; */
}
.company_info h3{
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}
.company_info p{
    margin-bottom: 30px;
}
.service{
    overflow: hidden;
    width: 100%;
    margin-top: 24px;
}
.service_item{
    width: 25%;
    float: left;
}
.service_item h4{
    margin-bottom: 14px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #444;
}
.service_item p{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 14px;
}
.cl2E81EA{
    color: #2E81EA;
    cursor:pointer;
}
.fl{
    float: left;
}
.ov{
    overflow: hidden;
}


 .body .right{float: right;width: 250px;background-color: #f2f2f2;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;position: absolute;right: -300px;top: 0px;}

 .body .right .contact,
 .body .right .contact{
	font-size: 28px;font-family:'微软雅黑';color: #fff;background-color: #3e84e3;height: 60px;line-height: 60px;
	-moz-border-radius: 5px 5px 0px 0px;-webkit-border-radius: 5px 5px 0px 0px;border-radius:5px 5px 0px 0px;
}
 .body .right p,
 .data .right p{font-size: 14px;font-family:'微软雅黑';margin: 8px;}

.body .left{float: left;width: 850px;height: auto;margin-bottom: 50px;}
.body .left .show_kua{background-color: #f2f2f2;color: #333;margin-top: 10px;}
.body .left .show_kua .details{width:95%;text-align:left;font-family:'微软雅黑';font-weight:400;}
.ewb-con-hd{
    position: relative;
}

.subidder_button{
    position: absolute;
    right: 0px;
    bottom:8px;
    display: block;
    width: 98px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 12px;
    background: #3e84e3;
    cursor: pointer;
    border-radius: 4px;
}


.numpart {
    float: left;
    margin-right: 38px;
    padding: 4px 15px;
    width: 270px;
    height: 120px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 2px 5px 0px rgb(14 27 53 / 15%);
    box-sizing: border-box;
}
.numpart-p1 {
    border-bottom: 1px solid #E4E7ED;
}
.numpart-p1 span {
    font-size: 14px;
    color: #3D3D3D;
    line-height: 50px;
}
.numpart-p1 img {
    padding: 0;
    float: right;
    margin-top: 10px;
}
.numpart-p2 {
    margin-top: 10px;
}
.numpart-p2 .big {
    color: #2B78F4;
    font-weight: bold;
    font-size: 30px;
    padding-right: 4px;
}
.numpart:last-child {
    margin-right: 0;
}
.statisticss{
    position: relative;
    z-index: 111;
    margin-top: -68px;
}