/* -------------------------------------------------- */
/* screen */
/* -------------------------------------------------- */
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 768px) and (max-width: 991px) {}
@media only screen and (max-width: 767px) {}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),

only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {}
/* -------------------------------------------------- */
/* body */
/* -------------------------------------------------- */
body {
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 24px;
    padding: 0;
    color:#000;
}
a {
    text-decoration: none;
}
a:hover{
    font-size:15px;
}

*{
    margin:0;
    padding:0;
	list-style:none;
}
/* -------------------------------------------------- */
/* heading */
/* -------------------------------------------------- */

.header{
    background:#fff;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
    width: 100%;
    z-index:100;
    height:64px;
    position:relative;
    vertical-align:middle;
    padding-top:16px;
    border-bottom:solid #eee 1px;
    margin:auto;
}
.container{
    background:#fff;
    width: 1200px;
    height:48px;
    margin:0 auto;
    vertical-align:middle;
}

.container.logo{
    width:140px;
    float:left;
}
.login{
    float:right;
    text-align:center;
    vertical-align:middle;
}
.login a:hover{
    color:#fff000;
    font-size:16px;
}
.gongying{
    float:right;
    width:114px;
    height:36px;
    background:#c69e45;
    border-radius:2px 0 0 2px;
    padding-top:10px;
}
.fabu{
    float:right;
    width:114px;
    height:36px;
    background:#184d31;
    border-radius:0 2px 2px 0;
    padding-top:10px;

}
.gongying a{
    text-align:center;
    vertical-align:middle;
    text-decoration:none;
    color:#fff;

}
.fabu a{
    text-align:center;
    vertical-align:middle;
    text-decoration:none;
    color:#fff;
}
.container span{
    color:#e83e1c;
    vertical-align:middle;
}
.content {
    text-align:center;
    margin:0 auto;
}


.fullWBanner{width:100%; min-width:1300px; height:180px; border-top:solid 3px #e5e5e5; background-position:center; background-repeat:no-repeat;}

/*面包屑*/
.crumbs{width:1200px; margin:0 auto;}
.crumbs a,.crumbs span{line-height:64px; font-size:14px; color:#999;}
/*main_content*/

/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */

footer{
    width:100%;
    background:#2b3b4f;
    border-top:#33455d 14px solid;
    margin:auto;
    min-width:1200px;
}
.footer{
    background:#2b3b4f;
    width:1200px;
    margin:0 auto;
    text-align:left;
    padding:30px 0;
}
.footer a{
    color:#fff;
}

.footer ul{
    text-align:center;
    list-style: none;
    padding-left:0;
}
.footer li{
    display: inline-block;
    vertical-align:top;
    padding:0;
}
.footer strong{
    font-size:14px;
    color:#fff;
}
.footer2 {
    text-align:center;
    color:#fff;
    margin-top:30px;
    line-height:28px;
}
.wrapper.company .company_box .company_1 { }
