body {
    background: #f6f7fb;
    color: #666;
    position: relative;
    overflow-x: hidden;
}
/************************************************弹窗  开始***************************************************/

.zh_popUpbgWidthSma.zh_popUpbg {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.zh_popUpbgWidthSma .zh_popUpcon {
	width: 400px;
	background-color: #FFFFFF;
	top: 16%;
	left: 50%;
	margin-left: -200px;
	border-radius: 4px;
	z-index: 101;
	box-shadow: 0px 2px 16px 0px #a6a5a5;
}

.zh_popUpbgWidthSma .zh_popUpcon h2 {
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	background-color: #006ABE;
	border-radius: 4px 4px 0 0;
}

.zh_popUpbgWidthSma .zh_alertCloseBtn {
	top: 16px;
	right: 20px;
	width: 15px;
	height: 15px;
    background: url(../SC_Images/alertClose.png) no-repeat center;
	background-size: 100% 100%;
	outline: none;
	cursor: pointer;
	border: none;
}
.zh_popUpbgWidthSma .zh_popUpText{
	box-sizing: border-box;
	padding-left: 120px;
	height: 100px;
	line-height: 100px;
    background: #fff url(../SC_Images/Vector.png) no-repeat 50px center;
	background-size: 50px 50px;
}
/*弹窗出现动画*/
.animated {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.zh_fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/*弹窗消失动画*/
.zh_fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
	}
}

/* header */
.index_search_box{
    float:left;
    width:550px;
    /* margin-left: 32px; */
    margin-top: 5px;
}
.index_search{
    width:370px;
    height:32px;
    text-indent: 12px;
    line-height:32px;
    border: none;
    float: left;
    outline: medium;
}
.index_btn_search{
    position: absolute;
    top:0;
    right: 0;
    height:40px;
    line-height:40px;
    padding:0 36px;
    background-color:#00a0e9;
    font-size: 16px;
    color:#fff;
    border:none;
}
.index_search_form{
    position: relative;
    width:546px;
    height: 32px;
    margin-top: 8px;
    padding: 3px 0;
    border: 2px solid #00a0e9;
}
.index_search_select {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0 16px 0 10px;
    margin-top: 2px;
    border-right: 1px solid #e0e0e0;
    cursor: pointer;
}
.index_search_select select {
    font-size: 14px;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/down_arrow.png) no-repeat scroll right 56% transparent;
    background-size: 10px;
    padding: 9px 14px 9px 0;
    padding-right: 0\0;
    border: none;
    outline: medium none;
}

.index_search_select select::-ms-expand {
    display: none;
    background: transparent;
}
.index_user_block{
    position: absolute;
    right: 0;
    top: 44px;
    height: 42px;
    line-height: 42px;
}
.index_user_block > span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-right: 10px;
}
.index_user_block > a {
    background: url(../images/index_icon.png) no-repeat 10% center;
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding: 0 22px 0 36px;
    height: 42px;
    line-height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

/* nav */
.index_nav_box{
    position: absolute;
    background-color:rgba(0,0,0,0.2);
    background: url(../images/nav_bg.png) no-repeat 0 0 \0;
    background-size: 100% 100% \0;
    width: 100%;
    height:42px;
    z-index: 8;
}
.index_nav_box .main_content > a ,.index_nav_box .main_content > div {
    display: inline-block;
    float: left;
    padding:0 32px;
    line-height:42px;
    font-size:16px;
    text-align: center;
    color:#fff;
    position:relative;
    cursor: pointer;
}
.index_nav_box .orange {
    background-color: #ff7519;
    color: #fff;
}
.index_nav_box .active ,.index_nav_box a:hover {
    background: url(../images/nav_active_bg.png) no-repeat center center;
}
.nav_box {
    background: #fff;
    position: relative;
    border-bottom: 2px solid #00a0e9;
}
.nav_box .main_content a, .nav_box div {
    color: #333;
}
.nav_box .main_content > a.active, .nav_box a:hover {
    background: transparent;
    color: #ff7519;
}

.index_contact{
    position:relative;
    padding-top:17px;
    padding-bottom: 20px;
}

/* foot */
.index_foot_box{
    font-size:14px;
    line-height: 26px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.index_foot_content{
    text-align: center;
}
.index_foot_content li,.index_foot_content li a{
    display:inline;
    color: #333;
}
.index_foot_content li{
    padding:0 16px;
    border-right:1px solid #3f3f3f;
}
.index_foot_content li.index_foot_last{
    border:none;
}
.index_license{
    text-align: center;
    font-size:12px;
    line-height: 26px;
    color: #666;
    width: 650px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.wid {
    display: inline-block;
    width: 260px;
}
.activities_foot .wid , .login_body .wid {
    text-align: right;
}

/* 弹窗 */
.fade.in {
    opacity: 1;
}
.modal-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    outline: 0;
/*    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5); */
    background-clip: padding-box;
}
.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
.modal .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-header .close {
    margin-top: -2px;
}
.modal .close {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1.3rem;
    border-radius: 0.21rem;
    display: block;
    opacity: 0.9;
    padding: 0.3em;
    font-size: 25px;
    z-index: 10;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
}
.modal-body {
    position: relative;
    padding: 20px;
}

@media screen and (min-width: 768px){
    .modal-dialog {
        right: auto;
        left: 50%;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
/* public结束 */
/* table开始 */

/* table结束 */
/* 主体文字开始 */
.index_search_form {
	box-sizing: content-box;
}
.search_keyword {
	width: 400px;
    position: relative;
    left: 340px;
    padding: 15px;
}

.search_keyword a {
	font-size: 12px;
    color: #222;
    padding: 8px 8px 13px;
    padding: 6px 8px 7px;
    border-radius: 3px;
}

.search_keyword a.active {
	background-color: #00a0e9;
	color:#fff;
}

.key-item {
	display: inline-block;
	position: relative;
	padding-right: 10px;
}

.key-item a.active::after {
    position: absolute;
    left: 34%;
    top: 110%;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #00a0e9;
}
.modal-dialog {
	left:0!important;
}
.modal-title {
    text-align: center;
    font-size: 22px;
}
#company-modal .modal-body {
	padding: 10px 30px;
}
#company-modal .ntable {
	padding: 0 30px 0 30px;
}
#company-modal .ntable td {
    padding: 12px 10px 12px 10px;
    border: #E4EEF6 1px solid;
    word-break: break-all;
    font-size: 14px;
    line-height: 19px;
    color: #222;
}
#company-modal .ntable .tb {
    background: #F2F9FC;
}
#company-modal .modal-dialog {
    width: 1140px;
}
img{
	display: inline-block;
	vertical-align: middle;
}
em,i{
	font-style: normal;
	
}
.fl{
	float: left;
}
.fr{
	float: right;
}

/***注册页面***/
.bg_top{
	width: 100%;
	height: 108px;
	background: url(../../images/pic/bg_top.png) no-repeat;
}
.login_num{
	float: right;
    line-height: 80px;
    font-size: 16px;
}
.login_num span{
	color: #999;	
}
.login_num a{
	color: #000;	
}
.login_text{
	float: left;
    width: 160px;
    height: 56px;
    line-height: 56px;
   /* margin-left: -15px;*/
    
}
.login_box{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #eeeeee;
	background-color: #FFFFFF;
}
.login_text p{
	font-size: 24px;
    color: #999999;
}
.register_contact{
	width: 780px;
	/*margin: 96px auto;*/
    margin: 40px 0 60px 300px;
	text-align: left;
    line-height: 40px;
    font-size: 16px;
}
/* 主体文字结束 */
/* 链接css */
/* .modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
.modal-footer:after {
    clear: both;
} */