/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #222;
    line-height: 25px;
    font-family: Arial,"Microsoft YaHei", Helvetica, sans-serif;
}
img {
    max-width: 100%;
}


a:link{color:#131313; text-decoration:none;}
a:visited{color:#131313; text-decoration:none;}
a:hover{color:#C80000; text-decoration:none;}
a:active{color:#131313; text-decoration:none;}

a.whitex{color:#333; text-decoration:none;}
a.whitex:hover{color:#C00; text-decoration:none;}

.pic_c{
	text-align:center;
}

.all_box{
	width:100%;
	margin:0 auto;
}

.mtop{
	background:#e9e9e9;
	height:22px;
	padding-top:2px;
}

header {
    padding-top: 6px;
    height: 36px;
	position: relative;
}
header img {
    float: left;
    padding-left: 6px;
}
.toolWrap {
    position: absolute;
    right: 76px;
    bottom: 0;
}
.searchBtn {
    display: block;
    width: 34px;
    height: 32px;
    background: url(../images/search.png) no-repeat 50% 5px;
    background-size: 50%;
}
.searchBox {
    position: absolute;
    height: 0;
    top: 36px;
    background: #f00;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transform: height;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
}
.s_head {
    display: -webkit-box;
    background-color: #00396C;
    padding-left: 10px;
}
.s_head li {
    background: #015DAE;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin: 3px 0 0 0;
    color: #FFF;
}
.s_input {
    height: 50px;
    padding: 0 10px;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    background: #015DAE;
}
.inputWrap {
    display: block;
    margin: 7px 0 0 0;
    position: relative;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.s_input .s_keyword {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    line-height: normal;
    background-color: rgba(163,163,163,0.1);
    border: 1px solid rgba(163,163,163,0.5);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(163,163,163,0.1)),to(rgba(163,163,163,0.1)));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 3px #b7b7b7 inset;
    box-shadow: 1px 2px 3px #b7b7b7 inset;
}
.s_input button {
    width: 80px;
    height: 35px;
    margin: 7px 0 0 0;
    background-color: #004079;
    color: #FFF;
    max-width: 576px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    border: 1px solid rgba(163,163,163,0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
}
.s_result {
    background: #FFF;
    padding: 10px;
    text-align: center;
    color: #000;
    -webkit-box-flex: 2;
    display: none;
}
nav {
    background:#369304;
    font-size: 14px;
    font-weight: normal;
}
.menu li {
    width: 25%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    float: left;
	border-bottom: #297201 1px solid;
}
.menu li a {
    color: #ffffff;
}
.menu li a {
    display: block;
    text-decoration: none;
}
.swipePicsWrap .swipePics img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.swipePicsWrap {
    position: relative;
    overflow: hidden;
}
.swipePicsWrap .swipeIcons {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 20px;
    /* background-color: rgba(0,0,0,0.6); */
    z-index: 10;
    text-align: center;
    float: left;
}
.swipePicsWrap .swipeIcons span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #999;
    border-radius: 50%;
    margin: 0 2px;
    vertical-align: top;
    margin-top: 7px;
}

.intop {
    background:#e2e2e2;
}
.intop h2 {
    font-size: 14px;
    padding-left: 15px;
    line-height: 40px;
    color: #555;
}
.intop h2 a {
    color: #555;
	text-decoration:none;
}
.intop h2 span {
    padding-right: 10px;
    background:url(../images/more.png) left no-repeat;
    padding-left:20px;
    font-size: 12px;
    font-weight: 100;
    float: right;
}
.intop h2 img{
    padding-top:9px;
}
.intop li {
    width: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    color: #fff;
    float: left;
}
.incompany {
    background: #B9B9B9;
}
.inindustry {
    background: #999;
}
.intext {
    font-size: 12px;
    color: #555;
}
.intext, .mnews {
    padding: 10px;
    line-height: 25px;
}
.intext li {
    border-bottom: #ccc 1px solid;
    line-height: 35px;
    padding-bottom: 5px;
}
.intext p {
    padding-bottom: 5px;
}
.mnews li {
    border-bottom: #9c9c9b 1px dotted;
    line-height: 30px;
}
.ititle{
	text-align:center;
	height:28px;
	line-height:28px;
	border-bottom:1px dashed #CCCCCC;
	width:100%;
	font-weight:bold;
	font-size:14px;
}

.mpimg {
    padding: 10px;
}
.mpimg li {
    width: 46%;
    text-align: center;
    padding: 5px;
    float: left;
}
.mpimg li:nth-child(even):after{
	clear:both;
}
.mpimg img {
    border: #DBDBDB 1px solid;
    padding: 2px;
    background: #fff;
}
.mpimg li p {
    line-height: 26px;
	height:26px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.foot {
    background: #d1d1d1;
    text-align: center;
    padding: 15px 0;
    line-height: 23px;
	margin-bottom:41px;
}

.fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    color: #FFF;
}
.fixed_ul li {
    float: left;
    width: 20%;
	height:40px;
    text-align: center;
    font-size: 14px;
    background:#379304;
	line-height:12px;
	padding-bottom:2px;
}
.fixed_ul li p{
	border:0;
	padding:0;
	margin:0;
}
.fixed_ul li p img{
	padding-top:2px;
	padding-bottom:2px;
}
.fixed_ul li a {
    color: #FFF;
    display: block;
}
.column {
    padding: 10px 0;
}
.column li {
    padding-left: 10px;
    width: 100%;
    color: #333;
    font-size: 14px;
    background: #EFEFEF;
    border-bottom: #C3C3C3 1px solid;
    text-align: left;
    line-height: 35px;
    float: left;
	-webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.column li a{
	display:block;
}
.page {
    width: 100%;
    padding: 6px 0 5px 0;
	text-align:center;
	-webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.page a {
    padding: 5px 10px;
    border: #CCC 1px solid;
    text-decoration: none;
    margin: 0 2px;
}
.page a.cur {
    background-color: #c00;
    color: #fff;
    border: #c00 1px solid;
}
.pagePrevNext {
    width: 100%;
    padding: 6px 0 0 0;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
}
.pagePrevNext a {
    width: 100%;
    display: block;
    background: #adadad;
    position: relative;
    color: #000;
    padding: 10px;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.pagePrevNext .pagePrev p {
    text-align: right;
}
.pagePrevNext .p1, .pagePrevNext .p2 {
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.pagePrevNext .p1 {
    line-height: 16px;
    height: 16px;
}
.pagePrevNext .pagePrev .arrow {
    left: 5px;
    top: 0px;
    background: url(../images/arrowblackleft.png) no-repeat 100% 50%;
}
.pagePrevNext p.arrow {
    height: 100%;
}
.pagePrevNext .pagePrev p {
    text-align: right;
}
.pagePrevNext .arrow {
    position: absolute;
    width: 11px;
    height: 40px;
}
.pagePrevNext .pageNext {
    margin-left: 1px;
    padding-right: 23px;
}
.pagePrevNext .pageNext p {
    text-align: left;
}
.pagePrevNext .p2 {
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    margin-top: 2px;
}
.pagePrevNext .pageNext .arrow {
    right: 5px;
    top: 0px;
    background: url(../images/arrowblack.png) no-repeat 0px 50%;
}
.pagePrevNext p.arrow {
    height: 100%;
}
.pagePrevNext p.arrow {
    height: 100%;
}

.Feedback_Form{
	padding: 10px;
    line-height: 25px;
}
.Feedback_Form li {
    padding: 3px 0;
}

.wbf-input {
    width: 90%;
    height: 33px;
    border-radius: 5px;
    padding: 10px;
    line-height: normal;
    background: #fdfdfd;
    border-top: 1px solid #858585;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    border-bottom: 1px solid #c9c9c9;
    -moz-box-shadow: 1px 2px 3px #b7b7b7 inset!important;
    -webkit-box-shadow: 1px 2px 3px #b7b7b7 inset!important;
    box-shadow: 1px 2px 3px #b7b7b7 inset!important;
    -webkit-appearance: none;
    background: -webkit-gradient(linear,0 0,0 100%,from(#fdfdfd),to(#fdfdfd));
}
.wbf-textarea {
    width: 92%;
    height: 130px;
    border-radius: 5px;
    padding: 8px;
    line-height: 20px;
    background: #fdfdfd;
    border-top: 1px solid #858585;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    border-bottom: 1px solid #c9c9c9;
    -moz-box-shadow: 1px 2px 3px #b7b7b7 inset!important;
    -webkit-box-shadow: 1px 2px 3px #b7b7b7 inset!important;
    box-shadow: 1px 2px 3px #b7b7b7 inset!important;
    -webkit-appearance: none;
    background: -webkit-gradient(linear,0 0,0 100%,from(#fdfdfd),to(#fdfdfd));
}
.button {
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
	background:#369304;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.Feedback_Form li.submitBtn {
    text-align: center;
    padding: 10px 0 0 0;
}