@charset "utf-8";
/* CSS Document */

.content_box{
width:1190px;
overflow:hidden;
margin:0 auto;
}

.content_box .contbox_left{
height:100px;
width:210px;
float:left;
}
.content_box .contbox_left ul li{
height:49px;
width:210px;
text-align:center;
line-height:49px;
background:#3a5b92;
border-bottom:#1f365b 1px solid;
}
.content_box .contbox_left ul li:last-child{
    border-bottom: #47689f 1px solid;
    border-radius: 0 0 5px 5px;
}

.content_box .contbox_left ul li a{
color:#ffffff;
padding:6px 0 ;
border-bottom:#3a5b92 2px solid;
font-size:14px;
}
.content_box .contbox_left ul li .currentA{
	color:#ff7200;
	border-bottom:2px #ff7200 solid;
	font-weight:700;
	}
.content_box .contbox_left ul li a:hover{
color:#ff7200;
border-bottom:#ff7200 2px solid;
font-weight:700;
}
.content_box .contbox_right{
width:923px;
float:right;
border:#989898 1px solid;
padding:20px;
color:#333;
font-size:14px;
}

.message_right{float:right;width:82%;background-color:#ffffff;border:1px solid #d1e0e5; padding-bottom: 20px;}
.message-table tr{height:60px;}
.message-table img{display: inline-block;}

.f_red{color:#ff0000;}
.text_area{padding-left:5px;line-height:32px;}
.btnorange{
    padding: 5px 20px;
    background: #ff7200;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    min-width: 0;
    height: auto;
}
.btnblue2{padding:5px 20px;background:#323232;color:#fff;border:none; border-radius:3px;font-size:14px;}
.need_contact tr td input{font-size:14px;line-height:24px;}
.f_gray{font-size:14px;line-height:24px;}
#captchapng{display:inline-block;}
.fsearch {
    padding: 5px 0 10px 15px;
    margin: 1px 1px 0 1px;
    background: #F5FAFE;
}
.fsearch input[name=kw]{
    height:23px;
}
.guestbook-div table{border-color: gray;border-spacing: 1px;border-collapse: separate;}
.guestbook-div table td{padding:8px;}
.guestbook-div table tr td{background-color: #fff;}
.guestbook-div table tr td:first-child{background-color:#F1F7FC;}
.personnel_left li .jwei_card_right{margin-left:63%; float:none; width:auto;}



.footer {
    background: #e6e6e6 none repeat scroll 0 0;
    height: 480px;
    margin: 22px auto 0;
}
.footer .footer_container {
    height: 344px;
    margin: 22px auto;
    width: 1190px;
}













