body{
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
.clearFix:before, .clearFix:after {
    content: "";
    display: table;
    clear: both;
    /* visibility: hidden; */
}
.topBox{
    width: 100%;
    box-shadow: 0px 3px 6px 0px rgba(9,41,77,0.15);
}
.topBox.arTopBox{
    width: 100%;
    display: flex;
    height: 100px;
    align-items: center;
    /* background-color: #4293f4; */
    position: relative;
    box-shadow: none;
}
.arTopBox .topBox {
    background-color: #4293f4;
}

.arTopBox .topMain {
    position: relative;
    background-color: #4293f4;
    height: 100px;
    padding: 0 25px;
    width: 1150px!important;
    box-shadow: 0px 3px 6px 0px rgba(9,41,77,0.15);
}
.topBox.arTopBox .topBg{
	background-image: url(/static/images/topbox_img.png);
	/* width: 100%; */
	width: 600px;
	height: 100px;
	position: absolute;
	right: 0;
	background-repeat: no-repeat;
}
.topBox .topMain{
    width: 1200px;
    margin: 0 auto;
}
.topMain .headLogoBox {
    margin: 15px 0;
    float: left;
    font-size: 18px;
    font-weight: bold;
}
.headLogoBox .logo {
    padding: 10px 18px;
    text-decoration: none;
    background: url(/static/images/logo.jpg) no-repeat left center transparent;
    background-size: contain;
}
.arTopBox .headLogoBox .logo {
    padding: 0;
    background: url(/static/images/topbox_logo.png) no-repeat left center transparent;
    background-size: 100% 100%;
    width: 108px;
    height: 54px;
    display: inline-block;
}
.headLogoBox .logoTtitle {
    font-size: 22px;
    font-weight: bold;
    padding: 0 20px 0 10px;
    display: inline-block;
}
.arTopBox .headLogoBox .logoTtitle {
    margin-left: 15px;
    display: inline-block;
    width: 490px;
    height: 56px;
    position: relative;
    z-index: 5;
    background-image: url(/static//images/topbox_name.png);
    background-repeat: no-repeat;
}
.headLogoBox .topsubTitle {
    border-left: 1px solid #CBCBCB;
    padding-left: 20px;
}
.headLoginBox{
    float: right;
    color: #727475;
    font-size: 14px;
}
.arTopBox .headLoginBox{
    float: right;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    font-weight: bold;
    position: relative;
    z-index: 5;
}
.headLoginBox a.zone {
    padding: 20px 16px;
    display: inline-block;
}
.topUserName {
    display: inline-block;
    position: relative;
}
.topUserName .optionList {
    display: none;
    position: absolute;
    right: 15px;
    top: 60px;
    z-index: 2;
    background: #ffffff;
    /* padding: 8px 0; */
    box-shadow: 0 4px 16px 0 rgba(14, 49, 88, 0.12);
}
.optionList ul,.optionList ul li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.optionList ul{
    margin: 10px;
}
.optionList ul li{
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
}
.optionList ul li:nth-last-child(1){
    border-bottom: none;
}
.optionList ul li:hover{
    color: #3E97EF
}
/* subTitle */
.subTitle{
    font-size: 24px;
    font-weight: bold;
    padding-left: 16px;
    margin-bottom: 20px;
    position: relative;
    color: #3e97df;
    line-height: 31px;
}
.subTitle:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 22px;
    background: #3e97df;
    left: 0;
    top: 5px;
}
/* tagBox */
.tagBox{
    margin: 20px 0;
}
.tagBox .tagTitle{
    padding: 10px 0;
}
.tagBox .tag{
    display: flex;
}
.tagBox .item{
    width: 150px;
    padding: 8px 10px;
    text-align: center;
    margin-right: 15px;
    border-radius: 5px;
    background: #ebf4fb;
    color: #4293f4;
    cursor: pointer;
    font-size: 14px;
}
.tagBox .item.active{
    background: #4293f4;
    color: #fff;
}
.tagBox .item:hover{
    background: rgba(66, 147, 244, 0.7);;
    color: #fff;
    transition: .2s
}
/* menu */

.menuList {
    width: 250px;
    margin-right: 30px;
    background: #fff;
    box-shadow: 0px 4px 16px 0px rgba(9,41,77,0.12);
    height: 807px;
    float: left;
}
.pro-title {
    position: relative;
    font-weight: bold;
    line-height: 50px;
    padding-left: 70px;
}
.pro-appraval.active .pro-title:before {
    background-position: -10px -55px;
}


.pro-title:before {
    content: '';
    padding: 17px;
    position: absolute;
    background: url(/images/title-icon_2.png) no-repeat;
    top: -6px;
    left: 30px;
}
.pro-appraval .pro-title:before {
    background-position: -10px -11px;
}
.pro-query .pro-title:before {
    background-position: -59px -11px;
}
.pro-ask .pro-title:before {
    background-position: -115px -10px;
}

.pro-query.active .pro-title:before {
    background-position: -59px -55px;
}
.pro-ask.active .pro-title:before {
    background-position: -115px -54px;
}

.pro-intro .pro-title:before{
    background-position: -160px -10px;
}
.pro-intro.active .pro-title:before{
    background-position: -160px -55px;
}

.user-pro-item{
    overflow: hidden;
}
.user-pro-item li a {
    height: 50px;
    line-height: 50px;
    padding-left: 80px;
    border-left: 3px solid #fff;
    display: inline-block;
    width: 100%;
}
.user-pro-item li a:hover{
    color: #3E97DF;
}
.user-pro-item li.active a {
    background: rgba(235,244,251,1);
    border-left: 3px solid #3E97DF;
    color: #3E97DF;
}

/* company info */
.user-company {
    height: 120px;
    background: #3e97df;
    color: #fff;
    text-align: center;
}
.company-name {
    min-height: 46px;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 18px;
    position: relative;
    line-height: 24px;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
    display: -webkit-inline-box;
}
.btn-badge {
    display: inline-block;
    position: relative;
}
.user-company button {
    width: 90px;
    height: 30px;
    background: rgba(255,255,255,0);
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
}

.rightMain iframe{
    float: left;
    width: 920px;
    height: 900px;
	min-height: 800px;
}

.paginationBox {
    text-align: right;
    margin-top: 20px;
}
.prev, .next {
    display: inline-block;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    color: #0D1C28;
    background: #F1F2F3;
    cursor: pointer;
}
.prev.disabled, .next.disabled {
    color: #9B9B9B;
}
.page-input {
    height: 38px;
    width: 70px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    margin: 0 10px;
}
.total-page {
    font-size: 14px;
    color: #727475;
}
.go-page {
    height: 38px;
    width: 70px;
    text-align: center;
    background: #3E97DF;
    color: #fff;
    border: none;
    margin: 0 10px;
    cursor: pointer;
}
.sourceList{
    width: 100%;
}
.sourceList .sourceTips{
    color: #3e97df;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #3e97df
}
.sourceList ul{
    font-size: 15px;
    padding: 10px;
    list-style:none;
/*    list-style-type: square!important;*/
}
.sourceList ul li{
    margin-bottom: 10px;
    margin-left: 15px;
/*    list-style-type: square!important;*/
    list-style:none;
}
.footerBox{
    margin: 0 auto;
    background: #565555;
}

.footerBox .tips{
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
}
.blue-succ {
    text-align: center;
    color: #3E97DF;
    border: none;
    margin: 0 10px;
    cursor: pointer;
}