
@charset "utf-8";
/*
文件名:common.css
描述:文件包括格式化样式，常用样式，框架样式，模块样式
创建日期:2016年5月24日
============================================================================================*/
/*格式化样式*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,legend,input,button,textarea,
p,blockquote,th,td { margin: 0; padding: 0; }
fieldset,img { border: 0; }
:focus { outline: 0; }
address,caption,cite,code,dfn,
em,strong,th,var,optgroup { font-style: normal; font-weight: normal; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
abbr,acronym { border: 0; font-variant: normal; }
input,button,textarea,select,
optgroup,option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
code,kbd,samp,tt { font-size: 100%; }
ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption,th { text-align: inherit; }
/*sup {vertical-align: text-top;}*/
/*sub {vertical-align: text-bottom;}*/
:link,:visited,
ins { text-decoration: none; }
blockquote,q { quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {content: '';content: none;}
* {box-sizing: border-box;}
/*=====================常用样式==========================*/
/*内容居左*/
.tl { text-align: left }
/*内容居右*/
.t-right { text-align: right }
/*内容居中*/
.tc { text-align: center!important; }
/*字体加粗*/
.tb { font-weight: bold }
/*字体正常*/
.tn { font-weight: normal!important; }
/*不换行*/
.t-nowrap { white-space: nowrap }
/*换行*/
.t-break { word-wrap: break-word; word-break: break-all }
/*下划线*/
.line-und { text-decoration: underline }
/*无下划线*/
.line-no { text-decoration: none }
/*浮动左边*/
.fl { float: left }
/*浮动右边*/
.fr { float: right }
/*清除浮动*/
.clearfix{*zoom:1;}
.clearfix:after {display:block;clear:both;height:0;visibility:hidden;content:".";}
/*指针手型*/
.cur-p { cursor: pointer }
/*指针正常*/
.cur-d { cursor: default }
/*不激活输入法*/
.no-ime { ime-mode: disabled }
/*隐藏*/
.hide { display: none }
/*内间距*/
.pad-tb-40{padding:40px 0!important;}
/*外间距*/
.marg-0{margin:0!important;}
.marg-t-5{margin-top:5px!important;}
.marg-t-10{margin-top:10px!important;}
.marg-t-15{margin-top:15px!important;}
.marg-t-20{margin-top:20px!important;}
.marg-t-40{margin-top:40px!important;}
.marg-t-80{margin-top:80px!important;}
.marg-b-5{margin-bottom:5px!important;}
.marg-b-10{margin-bottom:10px!important;}
.marg-b-15{margin-bottom:15px!important;}
.marg-b-20{margin-bottom:20px!important;}
.marg-b-40{margin-bottom:40px!important;}
.marg-l-20{margin-left:20px!important;}
.marg-l-40{margin-left:40px!important;}
.marg-l-80{margin-left:80px!important;}
.marg-r-10{margin-right:10px!important;}
.marg-r-20{margin-right:20px!important;}
.marg-r-30{margin-right:30px!important;}
.marg-r-40{margin-right:40px!important;}
/*宽度*/
.b-100{width:100%!important;}
.b-60{width:60%!important;}
.b-50{width:50%!important;}
.b-30{width:30%!important;}
.b-20{width:20%!important;}
/*字号*/
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.float-l{ float: left !important;;}
.float-r{ float: right !important;;}
.ma-r0{ margin-right:0 !important;}
.ma-b0{ margin-bottom:0 !important;}
/*边框*/
.bd-no{border:none!important;}
/* 背景色 */
.bg-white{
	background-color: #fff!important;
}
/*=====================全局样式===========================*/
body { font:14px/1 "microsoft yahei",Arial, Tahoma, "宋体", sans-serif;color:#666666;}
button { cursor:pointer }
a{outline: none;color:#222222;}
a:hover{text-decoration:none;cursor: pointer;color:#C02E2E;}
img {vertical-align: middle;}
.btn-a{display:inline-block;border:1px solid #dedede;padding:0 5px;outline:0;cursor:pointer;height:30px;line-height:30px;font-weight:bold;color:#333;background:#fff url(img/btn-bg.png) repeat-x left bottom;}
.btn-a:hover{text-decoration:none;border:1px solid #d2d2d2;color:#000;background:#f0f0f0 url(img/btn-bg.png) repeat-x left -5px;}


/** header **/
.header-user-name{color:#221815;margin-right:15px;}
.header a{color:#695959;}
.header a:hover{color:#5f75e4;}
.header .header-top{color: #695959;background: #f5f5f5;font-size: 12px;min-width: 1200px;}
.header .header-wrapper{width: 1200px;margin: auto;}
.header .header-left a{height: 40px;display: inline-block;line-height: 40px;background-position: 1px !important;padding-left: 30px;}
.header .bor-r{padding-right: 20px;border-right: 1px solid #695959;}
.header .header-right a{height: 40px;display: inline-block;line-height: 40px;}
.header .header-right{padding-right: 48px;position: relative;}
.header .header-right .envelope-img{position: absolute;right: 9px;top: 13px;cursor: pointer;}
.header .header-right .envelope-number{position: absolute;color: #fff;background: #f92b20;cursor: pointer;padding: 1px 3px;border-radius: 9px;right: 0px;top: 5px;font-size: 12px;}

.header .header-main{background: #ffffff;color: #999999;min-width: 1200px;}
.header .header-main .img-item{height: 80px;line-height: 80px;display: inline-block;}
.header .header-main-right .nav-item{font-size: 16px;float: left;height: 80px;line-height: 77px;margin-right: 50px;}
.header .header-main-right a:hover{color: #C02E2E;}
.header .header-main-right #orgNav{cursor: not-allowed;}/*会员机构暂时屏蔽*/
.header .header-main-right #orgNav:hover{color: #695959;}/*会员机构暂时屏蔽*/
.header-main-right ul a{display: inline-block;}
.header-main-right ul a span{}
.header-main-right ul a.selected{color:#C02E2E;border-bottom: 3px solid #C02E2E}
.header-main-right .login{font-size: 16px;height: 80px;line-height: 80px;margin: 0 0 0 45px;}
.header-main-right .sign-in{margin-right: 30px;}

.header .header-main-right-style-second .nav-item{font-size: 16px;float: left;height: 80px;line-height: 77px;margin-right: 50px;}
.header .header-main-right-style-second a:hover{color: #5f75e4;}
.header .header-main-right-style-second #orgNav{cursor: not-allowed;}/*会员机构暂时屏蔽*/
.header .header-main-right-style-second #orgNav:hover{color: #695959;}/*会员机构暂时屏蔽*/
.header-main-right-style-second ul a{display: inline-block;}
.header-main-righ-style-secondt ul a span{}
.header-main-right-style-second ul a.selected{color:#5f75e4;border-bottom: 3px solid #5f75e4}
.header-main-right-style-second .login{font-size: 16px;height: 80px;line-height: 80px;margin: 0 0 0 45px;}
.header-main-right-style-second .sign-in{margin-right: 30px;}

.ilg {
    display: inline-block;
    width: 36px;
    height: 38px;
    margin-top: 38px;
}
.ixt{
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.sexf{
    position: absolute;
    top: 75px;
    right: 0px;
    border: 1px solid #dcdcdc;
    width: 290px;
    height: 64px;
    background: #fff;
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: 6;
}
.izb{
    position: absolute;
    display: block;
    top: -3px;
    right: 0px;
    width: 34px;
    height: 5px;
    background: #fff;
}
.ycsk{
    margin-top: 16px;
    margin-left: 10px;
    width: 270px;
    height: 32px;
}
.ycdedx{
    position: absolute;
    top: 60px;
    right: 0px;
    width: 290px;
    height: 164px;
    z-index: 3;
}
.ycsk select,.ycsk input,.ycsk button{
    height: 32px;
    border-radius: 0;
    border: 1px solid #f92b20;
    color: #695959;
}
.insk{
    margin-left: -5px;
    background-color: #fff;
    width: 40px;
    color: #f92b20!important;
    border-top-right-radius: 3px!important;
    border-bottom-right-radius: 3px!important;
}
.ycsk .isel{
    width: 66px;
    padding-left: 8px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.inipt{
    margin-left: -5px;
    width: 165px;
    padding-left: 3px;
    line-height: 32px;
}
.xjt{
    position: absolute;
    top: 26px;
    left: 60px;
    background-color: #fff;
    color: #f92b20;
    font-size: 12px;
}

/** header end **/

/** footer **/
.footer-top{
    color:#ffffff;
    height:225px;
    background: #555555;
    letter-spacing: 1px;
}
.footer-top-wid{
    width:1200px;
    margin:auto;
    padding: 35px 20px 0px 20px;
}
.footer-theme{
    font-size:16px;
    margin-bottom:28px;
    color: #dbdada;
    letter-spacing: 1px;
    font-weight: bold;
}
.footer-fri li{
    padding-bottom: 15px;
    font-size: 13px;
    color: #8b8b8b;
}
.footer-fri li a{
    color:#8b8b8b;
}
.footer-fri li a:hover{
    color: #dbdada;
}
.footer-about li{
    padding-bottom: 15px;
    font-size: 13px;
    color: #8b8b8b;
}
.footer-about li a{
    color:#8b8b8b;
}
.footer-about li a:hover{
    color: #dbdada;
}
.footer-contact img{
    width: 25px;
    margin-right: 18px;
}
.footer-ml15{
    font-size: 16px;
    font-weight: bold;
    color: #dbdada;
}
.footer-ml15 span{
    margin: 0px 10px;
}
.footer-ml15 small{
    font-size: 13px;
    color: #8b8b8b;
    font-weight: 100 !important;
}
.footer-weixin{
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #8b8b8b;
    margin-top: 35px;
    text-align: center;
}
.footer-weixin img{
    width:95px;
    height:95px;
}
.footer-del{
    padding-bottom: 10px;
    color: #8b8b8b;
    font-size: 14px;
}
.footer-bot{
    background:#333333;
    color:#626262;
    min-width:1200px;
    height:55px;
    line-height:55px;
    font-size: 12px;
}
.footer-bot span{margin-left:12px;}
.footer-bot .gs img{
    width: 35px;
    margin-top: -6px;
}
.r-100{
    margin-right: 100px;
}
.r-335{
    margin-right: 335px;
}
/** footer end **/



/** simple_footer **/
.simple_footer-color{
	background-color: #272727;
}
.simple_footer-top{
	color: #ffffff;
    min-width: 1200px;
    height: 100px;
    font-size: 16px;
}
.simple_footer-top-wid{
	width: 1200px;
    margin: auto;
    padding: 34px 0 34px 0;
}
.simple_footer-contact{
    float: left;
    width: 420px;
}
.simple_footer-contact .tooltip-inner { 
    font-size: 50px; 
    color: #fff; 
    font-size: 14px;
    font: 14px/1 "microsoft yahei",Arial, Tahoma, "微软雅黑", sans-serif;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 13px 8px;
    border-radius: 10px;
 }
 .simple_footer-contact .tooltip-inner span{ 
    display: inline-block;
	height: 24px;
	line-height: 24px;
 }
.simple_footer-contact span{
	cursor: pointer;
}
.simple_footer-center{
    float: left;
    height: 32px;
}
.simple_footer-top a{
	color: #fff;
}
.simple_footer-center a:hover{
	color: #f92a20;
}
.simple_footer-wechat{
	margin-right: 30px;
}
.simple_footer-address{
	margin-right: 30px;
}
.simple_footer-mail{
	margin-right: 30px;
}
.simple_footer-contact span{
	display: inline-block;
	line-height: 32px;
}
.simple_footer-center span{
	display: inline-block;
	margin: 8px 0;
}
.simple_footer-tel span{
	display: inline-block;
	margin: 8px 0;
}
.simple_footer-protocol{
	border-right: 1px solid #fff;
	padding-right: 40px;
}
.simple_footer-risk{
	padding: 0 40px;
	border-right: 1px solid #fff;
}
.simple_footer-question{
	padding: 0 40px;
	/*border-right: 1px solid #fff;*/
}
.simple_footer-state{
	padding-left: 40px;
}
.simple_footer-tel{
	float: right;
}
.simple_footer-tel img{
	margin: 7px 10px 0 0;
}
/** simple_footer end **/


/** 遮罩层开始 **/
.loading-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 100px;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 1051;
}
.loading-img {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    height: 60px;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 60px;
}

.ths-modal .modal-dialog{
	
}
.ths-modal .modal-title{
	font: 18px/1 "microsoft yahei",Arial, Tahoma, "微软雅黑", sans-serif;
}
.ths-modal .modal-header{
	background-color: #f7f8f8;
	    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.ths-modal .panel-title{
	text-align: center;
	font: 16px/24px "microsoft yahei",Arial, Tahoma, "微软雅黑", sans-serif;

}
.ths-modal .modal-body{
	/*height: 98px;*/

}
.ths-modal .modal-content{
	margin: 0 auto;
	margin-top: 213px;
	/*height: 215px;*/
	width: 600px;
}
.ths-modal .btn-hengxin-primary{
	background-color: #f92a20;
	color: #fff;
	width: 100px;
}
.ths-modal .btn-cancel-primary{
	color: #fff;
	width: 100px;
}
.ths-modal .btn-hengxin-cancel{
	background-color: #b5b5b6;
	color: #fff;
	width: 100px;
}
.ths-modal .close{
	color: #f92a20;
	display:none;
}
/** 遮罩层结束 **/
/** 面包屑开始**/
.bread-menu-list{
	color: #666666;
}
.bread-menu-list a{
	color: #666666;
}
.bread-menu-list ol{
	float: left;
	line-height: 40px;
    list-style: none;
}
.bread-menu-list li{
	display: inline-block;
}
.bread-menu-list ol > li:not(:first-child) + li:before {
    content: "\003e";
    padding: 0 5px;
    color: #666666;
}
.bread-menu-list .brmenu{
	color:#f92b20;
}

.bread-menu-list .brmenu-style-second{
	color:#5f75e4;
}
/** 面包屑结束**/


/** content开始 **/
.content-wrap{
	position:relative;
	min-width:1200px;
}
.content{
	width:1200px;
	margin:auto;
}
/** content结束 **/
/* checkbox 公用样式*/
.checkbox-red{
	display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/register/inxz_33.png) no-repeat;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-red-nosel{
	display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/register/inxz_33.png) no-repeat;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-grey{
	display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #898989;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-grey-nosel{
	display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #898989;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}
.margin0{ 
	margin:0;
}

.input_nul_color {
	background-color : #F89393;	
}

.validator_fail {
	padding-right: 22px;
    border: 1px solid #E7552D!important;
    box-shadow: 0 0 5px rgba(231,85,45,1);
    background-image: url(../img/register/inperror.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    -moz-appearance: none;
}
/*-datepicker redefine max-width-*/
.datepicker table{
	max-width: 198px !important;
}
/*- 文件上传成功后图片加载-*/
.uploadSuccessIcon{
	height: 40px;
	background: url(../img/companylist/upload-success.png)no-repeat;
}
/*------------------textarea字符计数提示-------------------*/
.wordcount{
	position: absolute;
	bottom: 5%;
	right:0;
	color: #cecece;
}
/*----------------textarea字符计数提示结束-------------------------*/
/*--------------------------公用按钮样式---------------------------*/
.btn-red-big {
    border: none;
    width: 240px;
    height: 40px;
    background: #f92b20;
    margin: 0 auto;
    color: #fff;
}
/*-------------------------------------------------------------*/
#industry ul{
    margin-left: 15px;
}
#hierarchy ul{
    margin-left: 15px;
}
/*文件上传loading样式*/
.load-div{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color:rgba(255,255,255,0.9);
}
.load-div p{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.load-div p i{
    font-size: 50px;
}
