body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
    margin:0;
    padding:0
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
}
ol,ul{
    list-style:none;
}
address,caption,cite,code,dfn,em,th,var{
    font-style:normal;
    font-weight:normal;
}
fieldset,img{
    border:none;
}

/**分页**/

.paginate {
    text-align: center;
    margin-top: 30px;
}

.paginate>li {
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
}

.paginate>li>span,
.paginate>li>a {
    color: #000;
    display: block;
    padding: 2px 10px;
    border: 1px solid #e5e5e5;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.card-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-btn-aownload{
    width: 220px;
    line-height: 35px;
    height: 36px;
    border-radius: 3px;
    padding: 0 10px;
    background: #d1202f;
    color: #fff;
    text-align: center;
}
.news-btn-aownload:first-child{
    margin-right: 20px;
}
.paginate>.disabled>span {
    background: #f7f7f7;
}

.paginate>li>a:hover,
.paginate>.active>span {
    background: #d1202f;
    color: #fff;
    border: 1px solid #d1202f;
}

#handelinfo{
    width: 860px;
    padding: 20px;
    float: right;
    background: #fff;
    min-height: 700px;
    margin: 24px 23px 20px 0;
    border-radius: 4px;
    box-shadow: 2px 4px 9px #e0e0e0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
input,textarea,button,select{
    outline: none;
    font:14px/1.7em arial,'微软雅黑',tahoma,宋体,sans-serif;

}
/*img{vertical-align:top;}*/
input,button{
    vertical-align:middle;
}
caption,th{
    text-align:left;
}
a{
    text-decoration:none;
    color:#666;
}
input::-webkit-input-placeholder{
    color: #333;
}
input:-moz-placeholder {
    color: #333;
}
input::-moz-placeholder {
    color: #333;
}
input::-ms-input-placeholder,
input::-o-input-placeholder{
    color:#333;
}

html{
    text-align:center;
}
body{
    font:14px/1.7em '微软雅黑',sans-serif,arial,tahoma,宋体;
    color:#50555f;
    margin:0 auto;
    text-align:left;
    background-color: #efefef;
}
.rulebox{
    padding: 20px;
}
.comp{ width:580px !important;}

/*Common Style*/
.hidden{
    display:none;
}
.clear:after{
    content:"";
    display:block;
    height:0;
    line-height:0;
    clear:both;
    visibility:hidden;
}
.clear{
    *zoom:1;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.btn{
    border:0;
    width: 100px;
    height: 34px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.btn-export{padding:0 10px;border-radius:2px;border:1px solid #d1202f;background:#d1202f;color:#fff;}
.btn-export:hover{background:#3393dd;color:#fff;}
/*版心*/
.w1100{
    width:1162px;
    margin:0 auto;
}


/*登陆界面*/
.login-bg{
    background:#efefef url(../images/Login_box_bg.jpg) center top no-repeat;
    position: absolute;
    width: 100%;
    min-height: 100%;
    background-size: cover;
}
.logo-txt{
	width: 995px;
	margin: 0 auto;
	box-sizing: border-box;
	line-height: 120px;
}

.logo a img{
    display: block;
}
.logo-txt{
	width: 100%; color:#fff; text-align:center; font-size:48px;
}
.logo-time{
	font-size: 56px;
	color: #fff;
	font-weight: normal;
	line-height: 60px;
	padding-bottom: 10px;
}
.logo-name-cn{
	font-size: 22px;
	color: #d1202f;
	line-height: 34px;
}
.logo-name-en{
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}
.txt-white{
	color: #fff;
}
.logo-name-countdown{
	font-size: 14px;
	color: #d1202f;
}
.close-btn-box{ line-height:normal; font-size:14px; margin: 7px 10px 0 0;}
.language-box{
    position: relative;
    width: 115px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border-radius: 18px;
    margin: 5px;
    background:#d1202f;
    z-index: 10;
}
.language{
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
.language a{ color:#fff; display:block; font-weight:normal;}
.language-ul{
    position: absolute;
    top: 26px;
    left: 0;
    width: 100px;
    background: #d1202f;
    box-sizing: border-box;
    border-radius:0 0 18px 18px;
    display: none;
    padding-bottom: 10px;
}
.language-li{
    height: 28px;
    line-height: 28px;
    text-indent: 20px;
}

.language-li a{
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: bold;

}
/*
.language-box:hover{
	border-radius: 18px 18px 0 0;
}
.language-box:hover .language-ul{
    display: block;
}
*/

.login-box{
    width: 1058px;
    height: 650px;
    margin: 0 auto;
    border: 3px solid rgba(255,255,255,0.5);
	position:relative;
    margin-bottom: 150px;
}
.from-sex{ line-height:42px;}
.from-sex label{ margin-right:30px;}
.from-sex input{ margin-right:10px;}
.login-language{ position:absolute; right:-3px; top:-45px; border-radius:3px; background:#d1202f; width:100px; height:32px; line-height:32px; font-size:16px; text-align:center;}
.login-language a{ display:block; color:#fff;}
.login{
	padding: 74px;
	height: 100%;
	box-sizing: border-box;
}

.login-left{ float:left; width:47%; color:#fff; text-align:right;}
.login-left p{ font-size:24px; line-height:25px;}
.login-left h2{ font-size:17px; line-height:55px; font-weight:normal;}
.login-left-text{margin-top:55px;}
.login-left-logo{ text-align:center; margin-top:75px;}
.login-right{ float:right; width:42%;}
.login-right h2{font-size:14px; font-weight:normal; color:#fff; line-height:30px; margin-top:15px;}

.login-title{
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    text-align: left;
}
.login-wrap{
    padding-top: 30px;
}
.login-form-name{
    font-size: 16px;
    color: #000;
    line-height: 32px;
    height: 32px;
}
.login-input{
    width: 100%;
    height: 45px;
    border: 0 none;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 14px;
    border-bottom: 1px solid #d5d5d5;
	background: #fff;
    margin-bottom: 25px;
    border-radius: 3px;


}
.bg{ background:url(../images/shenq-back.jpg) #292929 center top no-repeat;}
.man-logo{ float:left; width:220px; background:#d81323; height:91px; text-align: center; display: inline-table; line-height:91px; vertical-align:middle;}
.man-logo img{ height:60px;vertical-align: sub;}
.Captcha{
	width: 83px;
	height: 30px;
	overflow: hidden;
}
.Captcha img{
	display: block;
	width: 100%;
	height: 100%;
}
.login-captcha{
	width: 410px;
}
.forget-lab{
    margin-top: 20px;
    display: block;
}
.forget{
    color: #737373;
    text-decoration: underline;
}
.forget:hover{
    text-decoration: none;
}
.applyfor{
    color: #737373;
    text-align: right;
}
.applyfor-a{
    color: #1f95d3;
    text-decoration: underline;
}
.applyfor-a:hover{
    text-decoration: none;
}

.login-btn{
    width: 60%;
    height: 45px;
    background: #d1202f;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    line-height: inherit;
}
.login-btn:hover{
    background: #e02736;
}
.login-apply-btn{
	background: #d1202f;
	line-height: 45px; float:left; margin-top:30px;
}
.login-apply-btn:hover{
	background: #e02736;
}
.login-btn-box{
}
.forget-box h2{ font-size:30px; font-weight:normal; margin-top:45px;
}
.forget-box p{ font-size:14px; color:#fff; margin-top:15px;}

.forget{
	font-size: 14px;
	color: #fff; line-height:45px; float:right;
}
footer{
    width: 100%;
    left: 0;
    text-align: center;
    height: 110px;
    margin-top: 30px;
}
.footer-copyright{
    color: #fff;
    font-family: '微軟正黑體';
    text-align: center;
}
.login-footer{
    position: absolute;
    bottom: 0px;
}
/*头部*/
header{
    height: 91px;
	margin-top:35px;
    width: 100%;
}
.header{
	position: relative;
	height: 100%;
	box-sizing: border-box;
    background: #fff;
}

.header-r{
    padding-top: 35px;
    color: #96cae4;
}
.header-name{
    font-weight: normal;
    line-height: 40px;
    font-size: 20px;

}
.fs40{
    font-size: 30px;
}
.header-subname{
    font-size: 18px;
}

/*侧边栏*/
.sidebar-box{
    width: 220px;
    background: #1b1e27;
	float:left;
	padding:35px 0;
    height: 100vh;
}
.sideBar-top{
    background: #d1202f;
    width: 100%;
    height: 110px;
}
.sidebar-title{
    padding-top: 35px;
}
.sidebar-title a{
    font-size: 22px;
    color: #fff;
    display: block;
    text-indent: 60px;
    height: 32px;
    line-height: 32px;
    font-weight: normal;
}
.nav{
    height: 54px;
    font-size: 16px;
    text-indent: 55px;
    line-height: 54px;
    background: #24252b;
    font-weight: bold;
    border-bottom: 1px solid #3b3b3b;
    background-position: 25px center;
    background-repeat: no-repeat;
}
.current .nav,
.nav:hover{
	background-color: #31333a;
}
.nav-exhibitors{
	background-image: url(../images/nav-Exhibitors-ico.png) ;
}
.nav-exhibitors:hover,
.current .nav-exhibitors{
	background-image: url(../images/nav-Exhibitors-ico2.png) ;
}

.nav-interact{
	background-image: url(../images/nav-interact-ico.png) ;
}
.nav-interact:hover,
.current .nav-interact{
	background-image: url(../images/nav-interact-ico2.png) ;
}
.nav-audience{
	background-image: url(../images/nav-audience-ico.png) ;
}
.nav-audience:hover,
.current .nav-audience{
	background-image: url(../images/nav-audience-ico2.png) ;
}
.nav-contact{
	background-image: url(../images/nav-contact-ico.png) ;
}
.nav-contact:hover,
.current .nav-contact{
	background-image: url(../images/nav-contact-ico2.png) ;
}
.nav-group {
    background-image: url(../images/nav-group-ico.png) ;
}
.nav-group:hover,
.current .nav-group{
    background-image: url(../images/nav-group-ico2.png) ;
}
.nav-guide{
    background-image: url(../images/guide1.png) ;
}
.nav-guide:hover,
.current .nav-guide{
    background-image: url(../images/guide2.png) ;
}
.nav-download{
	background-image: url(../images/nav-download-ico.png) ;
}
.nav-download:hover,
.current .nav-download{
	background-image: url(../images/nav-download-ico2.png) ;
}
.nav-activities{
	background-image: url(../images/nav-activities-ico.png) ;
}
.nav-activities:hover,
.current .nav-activities{
	background-image: url(../images/nav-activities-ico2.png) ;
}


.nav-negotiation{
	background-image: url(../images/nav-negotiation-ico.png) ;
}
.nav-negotiation:hover,
.current .nav-negotiation{
	background-image: url(../images/nav-negotiation-ico2.png) ;
}

.nav-collection{
    background-image: url(../images/nav-collection.png) ;
}
.nav-collection:hover,
.current .nav-collection{
    background-image: url(../images/nav-collection2.png) ;
}


.nav-navbar{
    background-image: url(../images/nav-navbar.png) ;
}
.nav-navbar:hover,
.current .nav-navbar{
    background-image: url(../images/nav-navbar2.png) ;
}


.sousuo-con{ margin-top:20px; height:46px;}
.guanz-yu{margin-right:15px; line-height:42px; float:left;}
.guanz-yu select{width:180px; height:42px;  border:1px solid #eaeaea; border-radius:3px; background:#f8f8f8; padding:0 8px; margin-left:10px;}
.guanz-time{}
.guanz-time input{width:100px; height:42px;  border:1px solid #eaeaea; border-radius:3px; background:#f8f8f8; padding:0 8px; margin-left:10px;}
.shouc input{width:220px; height:40px;}
.sousuo-ann{width:110px; height:44px; border-radius:3px; background:#d1202f; border:none; color:#fff; font-size:16px; margin-left:10px; cursor:pointer}


.favorite-header{ display:block; width:100%; overflow:hidden;}
.favorite-header li{ width:160px; height:42px; border:1px solid #eaeaea; margin-right:17px; float:left; border-radius:3px; text-align:center; line-height:42px; font-size:16px;}
.favorite-header li a{ color:#333; display:block;}
.favorite-header .current{ background:#d1202f; border:1px solid #d1202f;}
.favorite-header .current a{ color:#fff !important;}
.favorite-content{ display:block; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea;}

.favorite-content li{ border-bottom:1px solid #eaeaea; overflow: hidden;}
.favorite-content li:last-of-type{border-bottom:none;}
.favorite-number{ font-size:16px; color:#7e8fb5; width:22%; float:left; line-height:65px; text-indent:25px; height:66px;}
.number-content{ color:#d1202f; font-size:14px; font-weight:bold;}
.favorite-company{font-size:16px; color:#7e8fb5; width:68%; float:left; line-height:65px;}
.company-content{ color:#333; font-size:14px;}
.company-content img{ border:1px solid #eaeaea; width:42px; height:28px; vertical-align:text-top; vertical-align: middle; margin-right: 15px; margin-top: -4px;}
.favorite-collection{font-size:16px; color:#7e8fb5; width:10%; float:left; line-height:65px; text-align:center;}
.action-favorite{ width:20px; height:20px; border-radius:50%; text-align:center; background:#d0d0d0; display: block; line-height: 21px; margin-top: 22px; margin-left:34px;}
.favorite-collection .current{ background:#d81323; width:20px; height:20px; border-radius:50%; display: block; line-height: 21px; margin-top: 22px; margin-left:34px;}
.loadidng{background:url(../images/loading_1.GIF) no-repeat !important;}
.letter a{ margin:0 7px;}
.letter .current{ color:#d1202f;text-decoration:underline; display:inline;}

.favorite-con-sou{ padding:25px 0; width:100%; border-top:1px solid #eaeaea; margin-top:25px;}

.center-title {
    color: #444;
    text-align: center;
    margin: 20px 0;
}
.fs18 {
    font-size: 18px;
    line-height: 26px;
}
.hr70 {
    width: 70px;
    text-align: center;
    border: 0;
    border-bottom: 3px solid #d1202f;
}
.friend-form {
    padding-left: 230px;
    padding-top: 40px;
}
.form-row {
    margin: 18px 0;
}
.form-row .row-error .form-input{

}
.form-input{
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.has-error .form-input
,.has-error .chosen-container-single .chosen-default
,.has-error .chk-list-containder
,.has-error .C-style
,.has-error .area-tab
,.has-error .from-sex
,.has-error .foreign-capital-p
{
    border:1px solid #d1202f !important;
    box-shadow:0 0 4px #d1202f;
    border-radius: 3px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.has-error .C-wipe{
    box-shadow:initial;
    border-color:#f0f0f0 !important;
}
.C-style{
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.has-error .C-style{
    padding:15px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.friend-input {
    height: 42px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background-position: 10px center;
    background-repeat: no-repeat;
    text-indent: 40px;
}

.C-editor .cke_chrome{
    width:100% !important;
}

.w350 {
    width: 350px;
}
.friend-name-input {
    background-image: url(../images/name-ico.png);
}
.friend-email-input {
    background-image: url(../images/email-input.png);
}
.friend-btn {
    height: 42px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 3px;
    font-weight: bold;
}
.btn-red {
    border-color: #d1202f;
    background-color: #d1202f;
    color: #fff;
}
input::-webkit-input-placeholder {
color: #999;
}



/*.nav-guide{*/
	/*background-image: url(../images/nav-guide-ico.png) ;*/
/*}*/
/*.nav-guide:hover,*/
/*.current .nav-guide{*/
	/*background-image: url(../images/nav-guide-ico2.png) ;*/
/*}*/
.nav-download{
	background-image: url(../images/nav-download-ico.png) ;
}
.nav-download:hover,
.current .nav-download{
	background-image: url(../images/nav-download-ico2.png) ;
}
.nav-activities{
	background-image: url(../images/nav-activities-ico.png) ;
}
.nav-activities:hover,
.current .nav-activities{
	background-image: url(../images/nav-activities-ico2.png) ;
}


.sub-nav-box{padding:20px 0;}
.nav a{
    color: #fff;
    display: block;
    height: 54px;
    border-left: 3px solid #242b35;
    background-image: url(../images/nav2.png);
    background-position: 180px center;
    background-repeat: no-repeat;
}
.current .nav a,
.nav a:hover{
    border-color: #d1202f;
    color: #d1202f;
}
.current .nav a{
	background-image: url(../images/nav.png);
}
.sub-nav-box{

    display: none;
}
.sub-nav{
	padding-left: 75px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    background: url(../images/sub-nav.png) 60px center no-repeat;
}
.sub-nav a{
    display: block;
    height: 46px;
    color: #fff;
	font-size:14px;
}
.sub-nav:hover,
.nav-box .nav-li.current .current.sub-nav{
   background-image: url(../images/sub-nav2.png);
}
.sub-nav:hover a{
    color: #d1202f;
}

/*内容*/
.master-box{
    min-height: 700px;
    position: relative;
	background:#f1f1f1;
}

.master{
    width: 895px;
    float: right;
    background: #fff;
    min-height: 700px;
    margin: 24px 23px 20px 0;
	border-radius:4px;
	box-shadow: 2px 4px 9px #e0e0e0;
    position:relative;
}
.master-hd{
    height: 70px;
}
.crumbs{
    padding: 30px;
	width:93%;
}
.crumbs-ico{
    padding: 0 10px;
}
.crumbs-ico img{
    margin-bottom: -2px;
}
.index-crumbs a{
    font-size: 14px;
    color: #242b35;
    font-weight: bold;
}
.crumbs{
    font-size: 20px;
    color: #2b333e;
    font-weight: bold;
}

.master-hd-r{
    z-index: 10;
	margin:25px 13px 0 0;
}

.close-btn{
   	min-width: 100px;
    height: 27px;
    line-height: 27px;
    border-radius: 18px;
    margin: 5px;
    background:url(../images/tuichu.png) center no-repeat;
    box-sizing: border-box;
	padding-right: 30px;
	font-weight: bold;
	color: #000;
}
.zhuc-tim1{

    background:url(../images/host.png) center no-repeat;
}

.zhuc-tim2{
	position:relative;
    background:url(../images/lind.png) center no-repeat;
}
.zhuc-tim2 span{
    border-radius: 27px;
    background: #e72923;
    position: absolute;
	top: -13px;
    right: -2px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: normal;
    font-size: 10px;
}
/*
.close-btn:hover{
	background-color: #efefef;
}
*/

.message-name-box{ text-align:center;}

.master-bd{
    padding:0 29px 55px;
}
.index-master-bd{
}
.index-master-top{
    height: 123px;
    padding-top: 39px;
    box-sizing: border-box;
    padding-left: 60px;
    border-radius: 4px;
	background:#fff;
}
.index-master-name{
    font-size: 17px;
    color: #363636;
}
.fs30{
    font-size: 30px;
    color: #d1202f;
    line-height: 42px;
}
.shadow{
    box-shadow: 0 1px 5px #ccc;
}
.index-master-tiem{
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}
.attend-btn{
    width: 130px;
    height: 36px;
    border-radius: 20px;
    background: #3493dd;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    margin: 10px;
}
.attend-btn:hover{
    background: #318bd2;
}
.mt30{
    margin-top: 30px;
	background:#fff;
	padding:29px;
	border-radius: 4px;
    /* display: flex; */
}
.index-box3{
    width: 48%;
    height:260px;
    margin-right: 28px;
    box-sizing: border-box;
	border-right:1px solid #ebebeb;
}
.index-box3:nth-of-type(2){
    margin-right: 0;
	border:none;
}
.message-ico{
    display:block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
	margin:0 auto;
}

.file{
    background: #d73947 url(../images/company.png) center center no-repeat;
}
.pool{
    background: #4ec4b8 url(../images/zhanweih.png) center center no-repeat;
}
.chart{
    background: #d1202f url(../images/zhanw-mianj.png) center center no-repeat;
}
.message-name{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    width:100%;
	display:block;
	text-align: center;
}
.message-name img{ vertical-align:middle;}
.message-master{
    word-break:break-all;
	text-align:center;
	margin:20px 0 0;
	color:#d1202f;
}
.zhanwh{ color:#50555f}
.company-name{
    font-size: 16px;
    color: #d73947;
	margin:20px 0;
}
.lh46{
    line-height: 36px;
}
.index-box2{
    width: 435px;
    height:auto;
    margin-right: 25px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 22px;
	margin-top:28px;
	border-radius: 4px;
}
.index-box2:nth-of-type(2n){
    margin-right: 0;
}
.index-title18{
    font-size: 17px;
    color: #373737;
    font-weight: bold;
}
.prompt{
    display: inline-block;
    min-width: 44px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border: 1px solid #d70b0e;
    color: #d70b0e;
    border-radius: 15px;
    padding: 0 10px;
}
.prompt:hover{
    background: #d70b0e;
    color: #fff;
}
.gray{
    color: #696969;
    border-color: #e0e0e0;
}
.gray:hover{
    background: #e0e0e0;
    color: #fff;
}
.jindt{ margin-top:19px; padding:0 29px;}

.schedule-name{
    font-size: 16px;
    color: #000;
    width: 90px;
    height: 35px;
    line-height: 32px;
}
.schedule{
}
.schedule-base{
    position: relative;
    width: 213px;
    height: 6px;
    border-radius: 3px;
    background: #f1f1f1;
    margin: 15px 0;
}
.schedule-superstratum{
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 6px;
    max-width: 100%;
    border-radius: 3px;
    background: #2a4080;
}
.print-schedule{
    width: 70%;
}
.exhibit-schedule{
    width: 50%;
}
.print-schedule-base{
    z-index: 100;
}
.schedule-text{
    position: absolute;
    top: 10px;
    width: 46px;
    height: 28px;
    line-height: 28px;
    margin-left: -23px;
    background: url(../images/schedule-text.png) center top no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 3px;
    display: none;
}
.schedule:hover .schedule-text{
    display: block;
}
.word{
    border-bottom: 1px solid #dedede;
    padding: 15px 0;
    list-style: inside;
    text-indent: 10px;
    color: #c2c2c2;
}
.not-word.word{
    color: #da0000;
}
.word-a{
    width: 210px;
    display: inline-block;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    line-height: 12px;
}
.word-time{
    color: #c2c2c2;
}
.not-word .word-a:hover{
    color: #da0000;
}
.more-btn{
    background: #d1202f;
    border-color: #d1202f;
    color: #fff;
}
.more-btn:hover{
    background: #e96873;
    border-color: #e96873;
}
.index-subscribe-box{
    background: #fff;
}
.index-subscribe-box .index-title18-box{
    padding: 15px 22px;
}
.index-subscribe-tab th,
.index-subscribe-tab td{
    border-top: 1px solid #dedede;
    padding: 20px;
}
.index-subscribe-tab th{
    font-size: 16px;
    color: #373737;
    font-weight: bold;
}
.index-subscribe-tab tr:nth-of-type(2n) td{
    background: #f8f9fb;
}
.master-bd-top{
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}
.top-prompt{
    color: #808080;
}
.attention{
    color: #dd3033;
    font-size: 14px;
    /*font-weight: bold;*/
    margin-left: 5px;
}
.form-box{
    padding: 50px 100px;
}

.form-name{
    font-size: 14px;
    color: #313131;
    width: 100px;
    padding-right: 10px;
    height: 44px;
    line-height: 44px;
}
.form-row-box{
    width: 100%;
}
.form-input{
    width: 100%;
    height: 44px;
    border-radius: 3px;
    padding: 0 10px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    background: #f8f8f8;
}
.form-row{
    margin-bottom: 18px;
}
.form-input5{
    width: 226px;
    margin-right: 10px;
}
.form-input5:nth-of-type(2n){
    margin-right: 0;
}
.form-select{
    outline: none;
    border: 1px solid #f0f0f0;
    -webkit-appearance: none;
    -moz-appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
    appearance:none;
    background-image: url(../images/select-bg.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}

.form-input-short{
    width: 105px;
    margin-right: 5px;
}
.form-input-middle{
    width: 135px;
    margin-right: 10px;
}
.form-input-long{
    width: 200px;
}
.form-textarea{
    padding: 10px;
    height: 200px;
    resize: none;
}
.checkbox-box{
    width: 33.333%;
    height: 44px;
    line-height: 44px;
}
.form-checkbox{
    margin: 0 10px;
    margin-top: -2px;
}
.form-input-file{
    width: 87px;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    cursor: pointer;
}
.form-input-file-btn{
    position: relative;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    background: #f8f8f8;
    text-align: center;
    width: 87px;
}
.layout{
    color: #a7a7a7;
    padding-left: 20px;
    height: 44px;
    line-height: 44px;
}
.logo-layout-box{
    display: table;
    height: 48px;
    width: 147px;
    border: 1px solid #f0f0f0;
    text-align: center;
    overflow: hidden;
}
.logo-layout{
    display: table-cell;
    height: 48px;
    width: 147px;
    vertical-align: middle;
}
.logo-layout img{
    max-width: 147px;
    max-height: 48px;
    display: inline-block;
    margin-bottom: -8px;
}
.btn-box{
    border-top: 1px solid #f0f0f0;
    padding: 50px 100px 0;
	text-align:center;
}
.form-btn{
    width: 227px;
    height: 44px;
    line-height: 44px;
    border:1px solid #f0f0f0;
	border-radius:4px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 20px;
	display:block;
	margin:0 auto;
    background: #d1202f;
    border-color: #d1202f;
}
/*.save-btn{
    background: #d1202f;
    border-color: #d1202f;
}
.save-btn:hover{
    background: #de2333;
    border-color: #de2333;
}*/
.save-btn{
    cursor: no-drop;
}
.submit-btn{
    color: #2b303e;
    border-color: #2b303e;
}
.submit-btn:hover{
    color: #fff;
    background: #2b303e;
}
.save-text{
    padding-top: 20px;
    color: #9e9e9e;
}

.news-search{
    height: 36px;
    border-radius: 3px;
    padding: 0 10px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    background-color: #f8f8f8;
    margin-right: 10px;
}
.margin0{
    margin: 0;
}
.news-btn{
    width: 79px;
    height: 36px;
    border-radius: 3px;
    padding: 0 10px;
    background: #d1202f;
    color: #fff;
}
.news-btn:hover{
    background-color: #de2434;
    color: #fff;
}
.addbtn{
    width: 146px;
    border: 1px solid #d1202f;
    color: #d1202f;
    background: url(../images/addbtn-ico.png) 20px center no-repeat;
    text-indent: 25px;
}
.pt50{
    padding-top: 50px;
}
.news-tab th{
    height: 47px;
    background: #f8f8f8;
    border-right: 1px solid #eef4f9;
    color: #2b333e;
    text-align: center;
    padding-left: 10px;
}
.news-tab td{
    min-height: 60px;
    padding: 15px 0;
    text-align: center;
    padding-left: 10px;
}
.news-tab tr:nth-of-type(2n-1) td{
    background: #f8f8f8;
}
.news-tab .txt-l{
    text-align: left;
}
.fs12{
    font-size: 12px;
}
.lh18{
    line-height: 18px;
}
.txt-gray{
    color: #b7b7b7;
}
.txt-fail{
    color: #ce201f;
}
.txt-succeed{
    color: #488fcd;
}
.tab-btn{
    width: 19px;
    height: 19px;
}
.tab-img img{
    max-width: 80px;
    max-height: 50px;
    margin-bottom: -6px;
}
.compile-btn{
    background: url(../images/compile-ico.png) center center no-repeat;
}
.delete-ben{
    background: url(../images/delete-ico.png) center center no-repeat;
}
.news-ft{
    padding: 40px 0;
}
.delete-btn{
    width: 82px;
    height: 32px;
    line-height: 32px;
    color: #2b333e;
    margin: 0 20px;
    border-radius: 2px;
    background: #eeeeee;
    font-weight: bold;
}
.delete-btn:hover{
    background: #e4e4e4;
}


#Overlay
{
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    background: url("/Images/overlay.png") repeat scroll 0 0 transparent;
    height: 100%;
    width: 100%;
}
#LoadedContent
{
    border: 0 none;
    display: block;
    height: 100%;
    _height: 480px;/* ie6 hack to hide the scroll bar */
    width: 100%;
}
.KmainBox {
padding-bottom:37px;
border-radius:10px;
overflow:hidden;
_padding-bottom:0px;
 background:#fff;
}
.msgboxhead {
 background: none repeat scroll 0 0 #f9f9f9;
   /* border-bottom: 1px solid #ddd;*/
    color: #f77400;
    font: 20px/60px "微软雅黑","宋体";
    height: 60px;
    overflow: hidden;
    padding-left: 20px;
	font-size:16px;
}
.msgboxhead span {
display: inline;
float: left;
}
.msgboxhead a {
    background: url("/images/Batch_hd_bt.png") center center no-repeat scroll transparent;
    display: block;
    float: right;
    height: 40px;
    width: 40px; text-indent:100em;
	margin-top:0px;
	margin-right:10px;
	opacity:1;
	filter:alpha(opacity=20);
	-webkit-transition:all ease .3s;
	transition:all ease .3s;
}
.msgboxhead a:hover{opacity:.4;filter:alpha(opacity=40); }
#LoadedContent {
    border: 0 none;
    display: block;
    height: 100%;
    width: 100%;
}
.msgboxhead a img {
display: block;
margin-top: 6px;
margin-right: 5px; display:none;
}


.paging {
    text-align: center;
}

.paging .next,
.paging .prev {
    display: inline-block;
    width: 10px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 4px;
    vertical-align: middle;
    margin-top: -3px;
}
.paging .next{
    background-image: url(../images/paging-next.png);
}
.paging .prev{
    background-image: url(../images/paging-prev.png);
}
.paging .curr {
    background: #d1202f;
    color: #fff;
    display: inline;
    padding: 4px 8px;
    border-radius: 5px;
}
.paging a,
.paging span{
    color: #ccc;
    display: inline;
    padding: 10px 20px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 5px;
    font-family: Arial;
}
.paging a:hover{
    background: #d1202f;
    color: #fff;
    display: inline;
    padding: 4px 8px;
    border-radius: 5px;
}
.paging .pages{
    font-family: '微软雅黑';
    color: #666;
    cursor: inherit;
}

.textarea-astrict{
    font-size: 12px;
    color: #a7a7a7;
    text-align: right;
}

.title16{
    font-size: 16px;
    font-weight: bold;
}
.mt10{
    margin-top: 10px;
}
.bor{
    border: 1px solid #dedede;
}
.release-wait{
    padding: 30px 35px;
    border-bottom: 1px solid #dedede;
}
.release-wait:last-of-type{
    border-bottom: 0;
}
.release-title,
.release-title a{
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.release-txt{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    max-height: 48px;
    margin-top: 10px;
}
.margin-r20{
    margin-right: 20px;
}
.apply-top-btn{
    display: inline;
    color: #3f99d8;
    text-decoration: underline;
    background: none;
}
.apply-top-btn:hover{
    text-decoration: none;
}
.verify-btn{
    width: 100px;
    height: 36px;
    border-radius: 2px;
    background: #d1d1d1;
    font-weight: bold;
    color: #fff;
}
.submit-verify-btn{
    background: #d12030;
}
.submit-verify-btn:hover{
    background: #d82031;
}
.release-already{
    width: 100%;
}
a.see-btn{
    background: url(../images/see-btn.png) center center no-repeat;
}
a.tab-btn{
    margin-bottom: -4px;
}
.fs16{
    font-size: 16px;
    color: #414141;
}
.area-tab{
    border: 1px solid #dedede;
}
.area-tab td{
    height: 40px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding:10px;
}
.form-input-surpassshort{
    width: 73px;
}
.date-btn{
    height: 35px;
    background: #939393;
    margin-left: 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
.date-btn:hover,.date-btn.current{
    background: #3f99d8;
}
.invite-btn{
    height: 35px;
    box-sizing: border-box;
    border:1px solid #d1202f;
    color: #d1202f;
    border-radius: 3px;
    background: none;
    font-size: 16px;
}
.invite-btn:hover{
    background: #d1202f;
    color: #fff;
}
.subscribe-tab td,
.subscribe-tab th{
    text-align: left;
}
.message-box{
    padding: 20px 20px;
    list-style: inside;
    text-indent: 0;
}
.message-div{
    width: 730px;
}
.all-btn{
    width: auto;
    padding: 0;
}
.message-ft{
    vertical-align: middle;
}
.message-ft-ico{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    margin-top: -4px;
}
.phone-ico{
    background: url(../images/phone-ico.png) center center no-repeat;
}
.email-ico{
    background: url(../images/email-ico.png) center center no-repeat;
}
.message-ft-ico-box{
    min-width: 120px;
    color: #666;
}
.contact-l{
    width: 30%;
}
.contact-r{
    width: 60%;
}
.contact-text{
    line-height: 26px;
    color: #5f5f5f;
}
a.mail-txt{
    color: #1f95d3;
    text-decoration: underline;
}
a.mail-txt:hover{
    text-decoration: none;
}

.bt4{
    border-top: 4px solid #d1202f;
}
.contact-title{
    font-weight: bold;
    color: #333;
}
.pt20{
    padding-top: 20px;
}
.contact-box2-padding{
    padding: 30px 53px;
}
.consult-row-box{
    width: 697px;
}
.download-h{
    height: auto;
}
.download-txt{
    width: 245px;
    padding-left: 30px;
}
.download-name{
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}
a.download:hover{
    color: #3f99d8;
}
.download-ico{
    background-color: #d12030;
    background-position: center;
    background-repeat: no-repeat;
}
.pdf-ico{
    background-image: url(../images/pdf.png);
}
.word-ico{
    background-image: url(../images/w.png);
}
.jpg-ico{
    background-image: url(../images/jpg.png);
}
.png-ico{
    background-image: url(../images/png.png);
}
.exel-ico{
    background-image: url(../images/exe.png);
}
.rar-ico{
    background-image: url(../images/rar.png);
}
.ai-ico{
	background-image: url(../images/ai.png);
}
.ticket-prompt{
    margin-bottom: 20px;
}

img.ticket-img{
    width: 100%;
    display: block;
}

.master-bd-top{
    font-size: 16px;
    font-weight: bold;
}

.index-notattend-box{
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}
.index-notattend-title{
    font-size: 24px;
    color: #000;
    line-height: 35px;
}
.index-notattend {
    background: #d1202f;
    height: 35px;
    border-radius: 0 20px 20px 0;
    margin: 50px 0;
    margin-left: 30px;
}
.index-notattend-step{
    width: 33.3%;
}

.index-notattend-step1{
    /*width: 33.3%;*/
    margin-right: 11%;
}
.notattend-step-digit{
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    float: left;
    border:3px solid #ffb7bd;
    background: #fff;
    color: #d1202f;
    font-size: 24px;
    margin-left: -23px;
    margin-top: -14px;
    font-family: 'Book Antiqua','宋体';
    font-weight: bold;
}
.notattend-step-txt{
    font-size: 14px;
    color: #fff;
    height: 35px;
    line-height: 34px;
    margin-left: 10px;
    font-weight: bold;
}
.notattend-step-txt:hover{
    text-decoration: underline;
}

.index-electron-box{
    padding: 26px;
    background: #fff;
    border-radius: 3px;
}
.electron-hint{
    padding: 20px 0;
}
.electron-img-box{
    position: relative;
    width: 640px;
    height: 210px;
}
.electron-uploading-box{
    position: absolute;
    top: 22px;
    right: 140px;
    height: 200px;
    width: 85px;
}
.electron-uploading{
    width: 200px;
    height: 85px;
    color: #1f95d3;
    font-size: 16px;
    line-height: 85px;
    text-align: center;
    border-radius: 4px;
    display: block;
    opacity: 0;
}
.electron-uploading-box:hover .electron-uploading{
    background: rgba(0,0,0,0.3);
    color: #fff;
    opacity: 1;
}
.electron-download{
    margin-top: 180px;
    padding-left: 20px;
}
.electron-download a{
    color: #d1202f;
    text-decoration: underline;
    font-size: 16px;

}
.electron-download a:hover,
.electron-download-ai:hover{
    text-decoration: none;
}
.electron-download-ai{
    color: #d1202f;
    text-decoration: underline;
}

.password-username-row .form-row-box{
    color: #313131;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    width: auto;
}

.password-name{
    color: #000;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    width: auto;
    padding-right: 15px;
}
.password-wrap{
    width: 100%;
    margin: 0 auto;
}
.password-input{
    background: #f6f6f6 none repeat scroll 0 0;
    border: 0 none;
    box-shadow: 0 1px 2px #ccc inset;
    box-sizing: border-box;
    font-size: 16px;
    height: 48px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}
.username-row{
    padding-bottom: 30px;
}
.password-btn{
/*    background: #d1202f none repeat scroll 0 0;*/
    background: #d1202f;
    border-radius: 30px;
    color: #fff;
    cursor: no-drop;
    font-size: 18px;
    font-weight: bold;
    height: 38px;
    width: 227px; margin: 42px auto 0;
}
.form-tij{ text-align:center;}
/*.password-btn:hover{
    background: #e96873;
}*/
.top-prompt-hint{
    color: #414141;
    font-size: 16px;
    font-weight: normal;
}
.top-prompt-attention{
    font-size: 16px;
    font-weight: normal;
}
.top-prompt-hint-add{
    font-weight: bold;
    color: #dd3033;
    text-decoration: underline;
}
.top-prompt-hint-add:hover{
    text-decoration: none;
}
.subscribe-top-text{
    font-size: 16px;
    color: #d51e2b;
    font-weight: bold;
    padding-top: 5px;
}
.subscribe-top-text span{
    font-size: 20px;
}
.email-a{
    color: #4c4c4c;
    text-decoration: underline;
}
.master-bd-top{
    padding-bottom: 25px;
}
.delete-btn{
    width: 90px;
    color: #e32c2f;
    border:1px solid #e32c2f;
    background: url(../images/delete-ico.png) 15px center no-repeat;
    line-height: normal;
    text-indent: 20px;
}
.delete-btn:hover{
    color: #fff;
    background:#ff7476 url(../images/delete-ico.png) 15px center no-repeat;
}

.batch-btn{
    width: 200px;
    background-image: url(../images/batch-btn.png);
    margin-left: 20px;
    height: 38px;
}
body,html{
    height: 100%;
}
.popup-box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 100;
    display: none;
}
.batch-popup{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 790px;
    height: 350px;
    margin-left: -270px;
    margin-top: -175px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.batch-popup-hd{
    height: 60px;
    background: #dbebf9;
    line-height: 60px;
}
.batch-hd{
    padding-left: 30px;
    font-size: 20px;
    color: #242424;
    font-weight: bold;
}
.batch-popup-bd{
    padding: 30px;
}
.batch-notattend{
    height: 90px;
    border-radius:20px;
    margin-left: 0;
}
.batch-notattend .notattend-step-digit{
    margin-left: 0;
}
.step-r{
    margin-left: 60px;
}
.step-r-title{
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}
.step-btn{
    position: relative;
    width: 122px;
    height: 28px;
    background: #fff;
    color: #3493dd;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 28px;
    text-decoration: underline;
    border-radius: 2px;
}
.step-btn:hover{
    text-decoration: none;
}
.step-btn-file{
    position: absolute;
    left: 0;
    top: 0;
    width: 122px;
    height: 28px;
    opacity: 0;
    cursor: pointer;
}
.step-text{
    color: #fff;
}
.popup-close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/popup-close.png) center center no-repeat;
    cursor: pointer;
}
.application-blank-title{
    font-size: 16px;
    line-height: 34px;
    color: #303030;
    margin: 10px 0;
}
.application-blank-title span.attention{
    font-size: 14px;
}
.application-blan-tab{
    border:1px solid #dedede;
    border-radius: 3px;
    background: #f9f9f9;
    border-bottom: 0;
}
.application-blan-tab th,
.application-blan-tab td{
    padding: 15px 30px;
    color: #797979;
}
.application-blan-tab td{
    border-left:1px solid #dedede;
    border-bottom:1px solid #dedede;
}
.application-blan-tab th{
    border-bottom:1px solid #dedede;
    font-weight: bold;
}


.guide-box{
    border:1px solid #dedede;
}
.guide-title-box{
    height: 60px;
    border-bottom: 1px solid #dedede;
    background: #f8f8f8;
    padding: 0 30px;
}
.guide-title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
}
.guide-bd{
    padding: 30px 50px;
}
.guide-li{
    background: url(../images/guide-li.png) left 8px no-repeat;
    padding-left: 25px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.guide-a{
    color: #333;
    max-width: 320px;
    display: inline-block;
}
.guide-half{
    width: 50%;
}
.guide-li:hover a.guide-a{
    color: #3f99d8;
    text-decoration: underline;
}
.guide-li:hover{
    background: url(../images/guide-li2.png) left 8px no-repeat;
}

.classify-ul{
    margin-left: 200px;
}
.classify-name{
    width: 200px;
    font-size: 16px;
}
.guide-classify-name{
    line-height: 26px;
    margin-bottom: 10px;
}
.guide-classify-box{
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dedede;
}
.guide-classify-box:last-of-type{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.return-login-btn{
    width: 130px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 24px;
    background: #f8f8f8 url(../images/return-login.png) 20px center no-repeat;
    color: #d41400;
    text-indent: 15px;
}
.return-login-btn:hover{
    background-color: #efefef;
}
.forget-hint{
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    margin: 15px 0 20px;
}
.forget-contact{
    padding-top: 50px;
    font-size: 14px;
    color: #fff;
}
.forget-contact a{
    color: #d1202f;
}
.forget-btn{
    margin-top: 20px;
}

.electron-img-box{
    border-radius: 4px;
    border:1px solid #d9d9d9;
    overflow: hidden;
}

.return-list-btn{
    min-width: 106px;
    color: #848484;
    height: 33px;
    background: #ececec;
}
.return-list-btn:hover{
    background: #e0e0e0;
}
.return-list-btn{
    color: #333;
    border-radius: 3px;
    height: 33px;
}
.master-bd-top .attention{
    font-weight: normal;
}
.top-prompt-hint-add{
    text-decoration: none;
}
.invite-btn{
    line-height: normal;
}
.addbtn:hover{
    background-image: url(../images/icon.png);
    background-color: #d1202f;
}
.delete-btn{
    font-weight: normal;
}
.delete-btn:hover{
    background-image: url(../images/icon2.png);
    background-color: #d1202f;
}
.batch-btn:hover{
    background-image: url(../images/icon3.png);
}
.batch-btn{
    min-width: 200px;
    width: auto;
}
.addbtn{
    min-width: 146px;
    width: auto;
}
a.addbtn{
    line-height: 36px;
}
.master-bd:nth-of-type(n+3){
    padding-top: 0;
}
.area-tab{
    border-bottom: 0;
}
.area-tab td:last-of-type{
    border-right: 0;
}


/*4.25晚*/
.contact-box2-padding{
    padding: 50px;
    padding-top: 30px;
}
.contact-box2-padding .pt20{
    overflow: hidden;
    padding-top: 30px;
}
.contact-box2-padding .pt20 .contact-text{
    float: left;
    margin-right: 32px;
}


/*修改国家input插件*/
.nav-box .nav-li.current .current.sub-nav,
.nav-box .nav-li.current .current.sub-nav a{
	color: #d1202f !important;
}

.chosen-container-single .chosen-single{
	background: #f8f8f8 !important;
	height: 44px !important;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #f0f0f0 !important;
	border-radius: 3px !important;
}
.chosen-container{
	width: 100% !important;
	box-sizing: border-box;
}
.chosen-container-single .chosen-single span{
	line-height: 44px !important;
}
.chosen-single i.css_flag{
	margin-top: 15px !important;
}
.chosen-container-single .chosen-single div b{
	background-position: 0 13px !important;
}
.chosen-container .chosen-drop{
	border-color: #f0f0f0 !important;
}

.chk-list-containder .listTopItem{
	height: 42px;
	line-height: 42px;
}
.chk-list-containder li label{
	height: 26px;
	line-height: 26px;
}
.ActivateBadges{
	width: 32px;
	height: 19px;
	overflow: hidden;
	text-indent: 100px;
	background: url(../images/icon4.png)left center no-repeat;
}
.ActivateBadges.Activated{
	background: url(../images/icon5.png)left center no-repeat;
}


/*4.27*/
.form-name{
	width: 130px;
}
.form-box{
	padding: 15px 50px;
}
.top-prompt{
	font-size: 14px;
	color: #414141;
	font-weight: normal;
}
.master-bd-top{
	font-weight: normal;
}
.master-bd-top .attention{
	font-size: 14px;
}
.consult-row-box{
	width: 697px;
}
.zhans-top-t{ line-height:4em;}
.not-btn{
	background-color: #c1c1c1;
	border: 1px solid #c1c1c1;
}
.not-btn:hover{
	background-color: #c1c1c1;
	border: 1px solid #c1c1c1;
}
.form-row-reminder .ProductCate{
	margin-right: 10px;
}
.form-row-reminder{
	margin-bottom: 0;
	height: 40px;
}
.form-row-reminder .form-name{
	height: 30px;
}
.btnSendVipBadge{
	width: auto;
	min-width: 120px;
}
.contact-l{
	width: 33%;
}


/*vip再次邀请按钮的当前届样式*/
.btn-disabled{
    background: #dedede;
    border-color: #dedede;
    color: #666;
    cursor: not-allowed;
}
.btn-disabled:hover{
    background: #dedede;
    border-color: #dedede;
    color: #666;
    cursor: not-allowed;
}
.batch-btn{
	background-position:15px center;
	}

.addbtn{
	text-align:left;
	text-indent:30px;
	padding-right:20px;
	min-width:inherit;}
.form-name{
	font-size: 14px;
}
.crumbs a{
	color: #000;
}

.w100{
	width: 100px;
}
.w150{
	width: 150px;
}
.w200{
	width: 315px;
}
.mr3{
	margin-right: 3px;
}
.chk{
	margin-right: 5px;
}

.master-bd-top .attention{
	margin-bottom: -25px;
	margin-top: 25px;
	background: #d5000a;
	color: #fff;
	float: left;
	padding: 0 8px;
	font-size: 12px;
	letter-spacing:1px;
}

.login-hint-box{
	position: relative;
}
.login-hint-box .attention{
	position: absolute;
	right: 0px;
	bottom: 3px;
}
.logo{
	width: 180px;
}
.logo a img{
	width: 100%;
	border:2px solid #fff;
	box-sizing: border-box;
}

.comp_form_edit{color:#1580cb;text-decoration:underline;cursor:pointer;}

.btn-export{padding:0 10px;border-radius:2px;border:1px solid #d1202f;background:#d1202f;color:#fff; float:right;}
.btn-export:hover{background:#df2535;color:#fff;}

.sousuo-jax{ margin-top:35px; border-top:1px solid #ddd; padding-top:35px;}

.electron-img-box{
	margin: 0 auto;
	}
.electron-download{
	margin-top:24px;text-align:center;}

.close-btn-box{ position:relative;}
.prompt-box{ width:170px; height:auto; background:#fff; position:absolute; z-index:99; border-radius:4px; box-shadow:1px 1px 6px #ededed; top:38px; left:-40px; display:none; text-align:left;padding:15px;}
.prompt-box a{ font-size:14px; line-height:25px; display:block; color:#666;}
.prompt-box a:hover{ color:#d81323;}


/*添加同期活动*/
.activity-tab td{
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    margin: 20px;
}
.activity-tab td:first-of-type{
    border-left: 1px solid #dedede;
}
.activity-tab td:last-of-type{
    border-right: 1px solid #dedede;
}
.activity-tab tr{
    padding-bottom: 20px;
}
.activity-tab{
    border-collapse: separate;
    border-spacing:0 20px;
}
/*
.activity-tab .activity-name{
    font-weight: bold;
    color: #333;
}
*/
.activity-tab .txt-gray{
    color: #999;
}
.activity-tab .blue-td td{
	border-color: #d1202f;
}
.appointment-btn{
    width: 170px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #d81323;
    font-size: 16px;
    font-weight: bold;
    background-color: #d81323;
    color: #fff;
}
.activity-hint{
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}
.appointment-btn:hover{
	background-color: #eb1b2c;
    border-color: #eb1b2c;
}




.serve-hd-r{
	width: 400px;
	padding-top: 80px;
}
.dot-bg{
	background: url(../images/dot-bg.png) repeat-x;
	margin: 30px 0;
	height: 10px;
}
.serve-box{
	width: 720px;
	margin: 0 auto;
}
.serve-hd-title{
	font-size: 36px;
	font-weight: normal;
	color: #333;
}
.txt-blue{
	color: #3393dd;
}
.serve-hd-txt{
	color: #333;
	line-height: 26px;
}
.serve-bd-title{
	text-align: center;
	margin: 30px 0;
}
.serve-bd-ul li{
	margin: 30px 110px;
}
.serve-bd-ico{
	width: 102px;
	height: 102px;
	background-position: center center;
	background-repeat: no-repeat;
}
.serve-ico1{
	background-image: url(../images/serve-ico1.png);
}
.serve-ico2{
	background-image: url(../images/serve-ico2.png);
}
.serve-ico3{
	background-image: url(../images/serve-ico3.png);
}
.serve-ico4{
	background-image: url(../images/serve-ico4.png);
}

.serve-bd-l{
	text-align: right;
	width: 350px;
	padding-right: 30px;
	height: 102px;
	display: table-cell;
	vertical-align: middle;
}
.serve-bd-l-title{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}
.txt-red{
	color: #d1202f;
}
.txt-orange{
	color: #ffa800;
}
.txt-green{
	color: #81c16d;
}
.serve-bd-txt{
	font-size: 14px;
	color: #333;
	line-height: 28px;
}


.serve-flow{
	padding-top: 30px;
}
.serve-flow-box{
	position: relative;
	margin: 30px 0;
}
.serve-flow-hr{
	font-size: 1px;
	border:0;
	border-bottom: 1px solid #999;
	position: absolute;
	top: 62px;
	width: 100%;
}
.serve-flow-ul{
	position: relative;
	padding: 0 20px;
}
.serve-flow-ul li{
	width: 106px;
	height: 106px;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 28px;
	margin: 10px 15px ;
	box-sizing: border-box;
	padding-top: 23px;
	background: url(../images/serve-flow-bg2.png) center center no-repeat;
}
.serve-flow-ul li:nth-last-of-type(2n){
	background: url(../images/serve-flow-bg1.png) center center no-repeat;
}
.serve-btn-box{
	background: #f8f8f8;
	padding: 45px;
	margin: 60px 0;
	text-align: center;
}
.serve-btn{
	min-width: 260px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background: #d1202f;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.serve-btn:hover{
	background: #dd2232;
}
.serve-bd-title-box{
	padding: 50px 0 30px;
}
.serve-bd-title{
	font-size: 36px;
	color: #333;
	width: 210px;
	margin: 0 auto;
	background: #fff;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin-top: -56px;
}
.serve-flow-title{
	padding-left: 70px;
	height: 68px;
	line-height: 68px;
	font-size: 30px;
	font-weight: normal;
	background: url(../images/serve-flow-title-bg.jpg) left center no-repeat;
}

.index-popup-box{
	display: block;
}
.index-popup{
	position: absolute;
	width: 500px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -100px;
	background: #fff;
	border-radius: 5px;;
	box-shadow: 0 0 5px #333;
	text-align: center;
}
.index-popup-title{
	font-size: 18px;
	color: #d1202f;
	margin: 40px 0 30px;
}

.logo-layout-box img{
	display: inline-block;
    margin-bottom: -8px;
    max-width: 147px;
}




/*微信邀请函*/
.invitation-box{
	background: url(../images/invitation-bg.jpg);
}
.invitation-box-mobile{
	width: 640px;
	margin: 0 auto;
	padding: 30px 0;
}
.invitation-top-title{
	margin: 30px 0;
	width: 100%;
	text-align: center;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.invitation-top-title-l{
	display: inline-block;
	padding-left: 40px;
	background: url(../images/top-title-l.png) left center no-repeat;
	transform: skew(-15deg);
	-ms-transform: skew(-15deg);	/* IE 9 */
	-webkit-transform: skew(-15deg);	/* Safari and Chrome */
	-o-transform: skew(-15deg);	/* Opera */
	-moz-transform: skew(-15deg);	/* Firefox */
}
.invitation-top-title-r{
	padding-right: 40px;
	background: url(../images/top-title-r.png) right center no-repeat;
	height: 120px;
}
.invitation-top-title-name{
	font-size: 30px;
	color: #000;
	padding-top: 15px;
	line-height: 34px;
	text-align: left;
	font-family: "微软雅黑";
}
.invitation-top-title-txt{
	margin-top: 10px;
}

.red{
	color: #d4150b;
}


.invitation-img-box{
	text-align: center;
	width: 640px;
	margin: 0 auto 10px;
	position: relative;
}
.invitation-img-bg{
	margin: 0 50px;
	background: #000;
	position: absolute;
	height: 100%;
	width: 540px;
}
.invitation-img{
	margin: 8px 0;
	margin-bottom: 0px;
	position: relative;
	z-index: 2;
	max-width: 640px;
	max-height: 376px;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}


.file-btn-bg{
	width: 200px;
	height: 38px;
	border-radius: 30px;
	background: #d1202f;
	text-align: center;
	position: relative;
	color: #fff;
	line-height: 38px;
	overflow: hidden;
	margin: 0 auto;
	font-weight: bold;
	font-size: 16px;
}
.file-btn{
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 38px;
	opacity: 0;
	cursor: pointer;

}

.invitation-btn-box{
	margin: 30px 0;
	text-align: center;
}

.invitation-txt{
	width: 540px;
	margin: 20px auto;
}
.AboutUs-title{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
.invitation-textarea-box{

}
.invitation-textarea{
	width: 100%;
	height: 200px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
	resize: none;
}
.invitation-txt-num{
	font-size: 14xp;

}
.invitation-txt-num span{
	font-size: 20px;
}
.invitation-submit-brn{
	width: 200px;
	height: 38px;
	border-radius: 30px;
	background: #d1202f;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border: 0;
	cursor: pointer;
}

.invitation-check{
	padding: 20px;
	text-align: center;
}
.invitation-check-txt{
	font-size: 14px;
	color: #666;

}
.invitation-check-link{
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
}
.ewm-box{
	width: 157px;
	height: 157px;
	padding: 10px;
	border: 1px solid #d8d8d8;
	margin: 30px auto;
}


/*服务专员 首页弹窗*/
.index-serve-box{
	display: block;
}
.index-serve-popup{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -150px;
	width: 500px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 5px #333;
}
.index-serve-txt-box{
	padding: 35px 40px;
}
.index-serve-title{
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
.index-serve-txt{
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.index-serve-btn{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #d12030;
	background: #eaeaea;
	cursor: pointer;
}
.index-serve-btn:hover{
	background: #dcdcdc;
}
.index-serve-close{
	position: absolute;
	right: -60px;
	top: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #d12030;
	font-family: '宋体';
	color: #fff;
	cursor: pointer;
	font-size: 38px;
	text-shadow: 0 0 2px #333;
}

/*服务专员*/
.half-box{
	width: 50%;
}
.attache-title{
	font-size: 17px;
	color: #363636;
	margin-bottom: 10px;
	font-weight: normal;
}
.attache-row{
	padding-bottom: 30px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
}


.file-btn-bg{
	display: inline-block;
}

.btn-remove{
	display: inline-block;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 200px;
    border: 0;
    margin-top: -30px;
    margin-left: 30px;
    cursor: pointer;
}
.AboutUs-title-input{
	width: 60%;
	height: 32px;
	border: 1px solid #ccc;
	padding: 0 10px;
}

.AboutUs-title span{
	font-size: 14px;
}


.AboutUs-img-suggest{
	font-size: 14px;
	color: #999;
	text-align: right;
	padding-right: 20px;

}
.AboutUs-img-prompt{
	font-size: 18px;
	text-align: center;
	color: #666;
	margin-top: 15px;
}







.fund-type{
    margin: 10px 0;
}
.fund-type label{
    margin-right: 30px;
}
.fund-type label .form-checkbox{
    margin-left: 0;
}
#boothApply{
    /*width: 500px;*/
}
.textarea-astrict{
    margin-top: 10px;
}
.layout{
    padding-left: 0;
}
.form-input-file-btn{
    margin-right: 20px;
}
.Booth-txt{
    color: #a7a7a7;
    margin: 20px 0;
}
.foreign-capital-p{
    color: #333;
}
.foreign-capital-p label{
    width: 50%;
    float: left;
    margin: 5px 0;
}





#boothApply{
    /*width: 560px;*/
}
.textarea-astrict2{
    margin-right: 15px;
    margin-top: 10px;
}

.chk-list-containder li input{
    margin-left: -23px;
}
.chk-list-containder li{
    padding-left: 30px;
    box-sizing: border-box;
}
.chk-list-containder li label{
    height: auto;
    line-height: 18px;
    margin: 3px 0;
}
.checkbox-box{
    width: 50%;
}
.apply-for-box .form-box{
    padding-right: 60px !important;
}




/* 修改申请表单的展示范围 */
.chk-list-containder li{
    width: 100% !important;
    margin-bottom: 0 !important;
}
.chk-list-containder .listTopItem{
    height: auto;
    line-height: normal;
}
.chk-list-containder ul{
    padding-bottom: 0 !important;
}

.form-input-surpassshort{
    width: 50px;
}



.logo-layout-box{
    height: auto;
    line-height: 0;
}
.logo-layout-box a{
    vertical-align: middle;
}
.logo-layout{
    line-height: 0;
}
.logo-layout-box img{
    margin-bottom: 0;
}




/* 16.10.11 手机显示问题 */
.login-bg,header,footer{
    min-width: 1100px;
}

.nav a{
    background-position-x:180px;
	font-size:16px;
}



/*20170313*/
.electron-tab{
   height:57px;
   line-height:57px;
}
.electron-tab-title{
	float:left;
	width:50%;
	display:block;
	text-align:center;
	color:#666;
    border-bottom:1px solid #dedede;
}
.electron-tab-title.curr{
	font-weight:bold;
	color:#282828;
    border-bottom:1px solid #282828;
}
.index-electron-box-2 .electron-img-box{
    width:358px;
	height:574px;
}
.index-electron-box-2 .electron-uploading-box{
	top:22px;
	right:102px;
}

.master-box{
	overflow:hidden;
}
.sidebar-box{
    /*padding-bottom: 2000px;*/
    /*margin-bottom: -2000px;*/
    overflow: hidden;
}

/*展商联系我们*/
.font-s-z{ font-size:18px; font-weight:bold; margin-bottom:20px; border-left:3px solid #d81323; line-height:4px; height:25px; padding-left:10px; color:#d81323;}
.font-s-z16{ font-size:16px; font-weight:bold; margin-bottom:10px; color:#333;}
.font-s-z14{ font-size:15px; font-weight:bold; margin-bottom:10px;}
.con-bottom{ margin-bottom:15px;}



@media only screen and (max-width: 1366px) {

	.zhans-top-t{ line-height:2.4em; font-size:36px;}
}


.lianxr{ width:400px; float:left;}
.lianxr-sex{ float:left;line-height: 40px; margin-left: 26px;}
.lianxr-sex input{ margin-left:15px; margin-right:5px;}

.chanzdw-tit{ font-size:18px; font-weight:bold; color:#333; margin-bottom:40px;}
.chanzt{ background: #f7f7f7; padding: 25px;width: 75.5%; margin-bottom:10px; position:relative;}
.chanzt-g{ position:absolute; top:8px; right:8px; width:20px; height:20px; background:#d81324; border-radius:50%; text-align:center; line-height:19px; cursor:pointer;}
.chanzt-l{ width:90px;}
.chanzt-l-y{ width: 565px;}
.chanzt-l-y input{ background:#fff;}
.chanzt-l-l{ width:564px; float:left;}
.chanzt-l-l input{ background:#fff;}
.chanzt-l-c{ width: 565px;}
.chanzt-l-b-h{ background:#fff; width:300px;}
.chanzt-l-b{ background:#fff;}
.jixtj{ width:200px; height:45px; line-height:45px; text-align:center; background:#d81324; border-radius:4px; margin:35px 0 35px 270px;}
.jixtj a{ color:#fff; display:block;}


.row-error-style{ background:#eee;}

.liuy-huif{
	margin-top:10px;

}
.liuy-huif img{ vertical-align: sub; margin-left:5px;}
.liuy-tij{ float:right; margin-top:15px; margin-right:10px; width:55px; height:32px; background:#d1202f; border:none; color:#fff; font-size:14px; border-radius:4px; cursor:pointer;}
.liuy-huif span{ cursor:pointer; color:#d81323}
.liuy-con{ display:none;}
.curr-liuy{ display:block;}


.exh_zoningmap {
    display: block;
    width: 160px;
    height: 30px;
    background: #d40c17;
    line-height: 30px;
    text-align: center;
    color: #fff;
	margin: 30px 0;
	border-radius: 3px;
    float:left;
}
.exh_prompt_tit{
    float:left;
    margin:34px 20px;
    color:#d40c17;
    font-weight:bold;
}

.email-yangs{
	 height:100px; padding: 7px; width:365px;    border-radius: 3px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    background: #ebebeb;
}

.confirmbottom{
	display: block;
    background: #d1202f;
    padding: 3px 0;
    border-radius: 3px;
    color: #fff;
    width: 70px;
    margin: 0 auto;
}
.no-click{background:#b6b6b6; cursor: default; }


.cpersonal-top-con-con-multiselect label .multiselect-bot{ width:100%;}
.cpersonal-quer{ width:74%; border-radius:5px; overflow:hidden; font-size:16px; margin:30px 0; background:#f7f7f7; padding:1% 3%; margin-top:6%;}
.cpersonal-quer label{ line-height:30px;}
.cpersonal-quer input{ margin:0px 7px 0 0;}
.cpersonal-quer span{ color:#d00212;}
.cpersonal-submit input.cpersonal-submit-up{ background:#666; margin-right: 20px;}
.tiaoli{
    padding-top: 20px;
    line-height: 30px;
    text-align: justify;
}

::-webkit-input-placeholder{
    color:#333;
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#333;
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#333;
}
:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#333;
}



input[type=radio],input[type=checkbox]  {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    line-height: 20px;
    color: #d8d8d8;
}
input[type=radio]:after  {
    content: "";
    display:block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #ddd;
    background-color: #fff;
    box-sizing:border-box;
}

input[type=checkbox]:after  {
    content: "";
    display:block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 14px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #ddd;
    box-sizing:border-box;
}
input[type=checkbox]:checked:after  {
    border: 4px solid #ddd;
    background-color: #8d0b2b;
}

input[type=radio]:checked:after  {
    content: "L";
    transform:matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);
    -webkit-transform:matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);
    border-color: #b7183f;
    background-color: #b7183f;
}



.top-prompt{
    font-size: 14px;
    color: #414141;
    font-weight: normal;
    border:2px solid #d1202f;
    padding:20px;
    overflow:hidden;
}
.top-prompt-t{ line-height:25px; font-size:16px; font-weight:bold; color:#d1202f; margin-bottom:10px;}
.top-prompt-t img{width:22px; vertical-align: sub;}
.top-prompt-back{ width:100%; overflow:hidden; position:absolute; right:0px; top:196px;}



.Basic-information-wrap{
    border:1px solid #e1e1e1;
    overflow:hidden;
    border-radius:2px;
}
.Basic-information-ul1{
    padding:10px 20px;
    background:#f7f7f7;
    border-bottom:1px solid #e1e1e1;
    line-height:30px;
    font-weight:bold;
}
.Basic-information-ul2{
    overflow:hidden;
    padding:20px 20px;
}
.Basic-information-ul2 li{
    line-height:35px;
    width:50%;
    float:left;
}

.Basic-information-ul2 li strong{
    color:#d1202f;
}
.bitian{
    color:#d1202f;
}

ul.Basic-information-ul3{
    background:#f7f7f7;
    border:1px solid #e1e1e1;
    border-bottom:none;
    line-height:30px;
    font-weight:bold;
    margin:20px 0 0px 0;
    /*text-align:center;
    font-size:16px;*/
}
.Basic-information2-wrap{
    border:1px solid #e1e1e1;
}

/*.doc-down ul {
     overflow: hidden;
    margin-bottom: 40px;

}*/
.doc-down ul li .tit{
    display: inline-block;
    font-weight: bold;
    text-align: center;

}
.doc-down ul li .filename .texname{
 display: inline-block;
  padding-left: 20px;

}
.doc-down ul li .filename{
    width: 23%;
    display: inline-block;
    float: left;
    text-align: left;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    align-items: center;
    display: -webkit-flex;
    height: 50px;
}
.doc-down ul li .tabname{
    width: 6%;
    display: inline-block;
    float: left;


}
.doc-down ul li .lasttime{
    width: 17%;
    display: inline-block;
    float: left;
    font-weight: bold;
    text-align: center;

}
.doc-down ul li .contact-t{
    width: 7%;
/*    display: inline-block;*/
      float: left;
     text-align: center;
     cursor: pointer;
}
.doc-down ul li .tipsbox{
    width: 46%;
    display: inline-block;
    float: left;
    text-align: center;
    height: 50px;
    Justify-content: center;
    align-items: center;
    display: -webkit-flex;

}
.doc-down ul li .dosome{
    width: 8%;
    float: left;
    display: inline-block;
    text-align: center;
}
.doc-down ul li .dosome a:hover{
   /*text-decoration: underline;*/
    color: #1398fd;
}
.downbx p a:hover{
    text-decoration: underline;
    color: #d1202f;
}
.doc-down ul li .lump{
    display: inline-block;
    width: 12px;
    height: 16px;
    border-radius: 4px;
    background-color: #d1202f;
    vertical-align:middle;
    margin-right: 5px;
}
.doc-down ul li:last-child {
    border-bottom: none;

}

.doc-down ul li {
    height: 50px;
    line-height: 20px;
    border-bottom: 1px #e5e5e5 solid;
    position: relative;
    padding: 0 3%;
    font-size: 13px;
    align-items: center;
    display: -webkit-flex;
}

.doc-down ul li .text-box {
    display: inline-block;

    width: 35%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.doc-down ul li .filename .checkitem{
    margin-right: 10px;
    display:none;
}
.fcred{
    color: #d1202f;
}
.downbtn{
    cursor: pointer;
    width: 100px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-family: 'Microsoft YaHei';
    text-align: center;
    line-height: 40px;
    background-color: #b3010f;
}
.doc-down ul li:hover{
     color: #444444;
}
.doc-down ul li:hover .icontbox {
   background-color: #fff;
   color: #444444;
}


.contact-em{
    border-bottom:1px solid #d1202f;
    color:#444;
    position:relative;
}
.contact-em-con{
    position:absolute;
    width:260px;
    left:30px;
    top:-14px;
    height:46px;
    line-height:46px;
    background:#fff;
    border:1px solid #e5e5e5;
    opacity: 0;
    transition: 400ms;
    border-radius:5px;

}

.doc-down ul li .contact-t:hover .contact-em-con
{
    transition: 400ms;
    opacity: 1;
    left:42px;
}
.contact-em-con:hover{
    color:#d1202f;
}

.new-invitation-box {
    border: 1px solid #de2434;
    background: #FFF;
    padding: 40px;
    margin:40px 0;
    text-align:center;
}
.download-invitaiton{
    width: 220px;
    margin-top: 40px;
    line-height:35px;
    background-image: url(../images/i-icon.png);
    background-repeat: no-repeat;
    background-position: left 40px center;
}


.max-character{
    width:100%;
    overflow:hidden;
    line-height:35px;
    color:#d5000a;
}


.radio-box-l{
    margin-right:65px;
    font-weight:bold;
}
.form-name.starting-ceremony-tit{
    width:23%;
}
.starting-ceremony-input{
    width:67%;
}
.starting-ceremony-wrap{
    width:100%;
    margin:30px 0;
    display:none;
}


.J-starting-box{
    display:none;
}




.Quick-link-ul{
    width: 85%;
    margin: 0 7.5% 3%;
    overflow:hidden;
}
.Quick-link-ul li{
    width: calc(31.33% - 2px);
    line-height:36px;
    border-radius:2px;
    text-align:center;
    font-size:16px;
    background:#fff;
    border:1px solid #a91d28;
    float:left;
    margin-right:3%;
}
.Quick-link-ul li.curr{
    background:#a91d28;
    border:1px solid #a91d28;
}
.Quick-link-ul li.curr a{
    color:#fff;

}
.Quick-link-ul li:last-of-type{
    margin-right:0;
}
.Quick-link-ul li a{
    color:#a91d28;
    display:block;
}
.Quick-link-ul li a:hover{
    background:#a91d28;
    color:#fff;
}


.information-con-wrap{
    width:100%;
    text-align:center;
}
.information-title-a{
    color:#a91d28;
}
.information-QRcode{
    width:22%;
}
.information-QRcode img{
    width:100%;
    display:initial;
}

.Exhibits-info-tit-span{
    font-size:13px;
    font-weight:normal;
    color:#ae1e29;
}

.delete-img{
    cursor:pointer;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #999;
    border-radius: 0.1rem;
}

.apply-btn{
    background: #d1202f;
    border-color: #d1202f;
}
.apply-btn:hover{
    background: #de2333;
    border-color: #de2333;
}



.submit-verify-btn{
    color:#fff;
    padding:2px 5px;
    border-radius:4px;
}






.business-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width:100%;
}
.business-wrap .business-left {
    background: #f5f5f5;
    border-radius: 5px;
    width: 25%;
    height: 748px;
    overflow-x: hidden;
}
.business-wrap .business-left::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}
.business-wrap .business-left::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c8c8c8;
}
.business-wrap .business-left .search-box {
    position: relative;
    background: #fff;
    border-radius: 5px;
    margin: 5%;
}
.business-wrap .business-left .search-box:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-left .search-box input {
    border: none;
    width: calc(100% - 75px);
    float: left;
    padding: 12px 15px;
    font-size: 15px;
}
.business-wrap .business-left .search-box .fa {
    float: right;
    width: 45px;
    text-align: center;
    padding: 14px 0;
    cursor: pointer;
    color: #99afc0;
    font-size: 18px;
}
.business-wrap .business-left .search-link {
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 2px;
    background: #ddd;
}
.business-wrap .business-left .li {
    border-bottom: 1px solid #fff;
    position: relative;
    cursor: pointer;
    padding: 15px;
}
.business-wrap .business-left .li:after {
    display: block;
    clear: both;
    content: '';
}
.business-wrap .business-left .li:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: '';
}
.business-wrap .business-left .li .head {
    width: 56px;
    height: 56px;
    line-height: 52px;
    border-radius: 50%;
    float: left;
    text-align: center;
    margin-right: 15px;
    position: relative;
}
.business-wrap .business-left .li .head .noread {
    background: #da251d;
    position: absolute;
    right: -4px;
    top: -2px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}
.business-wrap .business-left .li .head img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.business-wrap .business-left .li .tit-info .name {
    font-size: 15px;
    margin-top: 8px;
}
.business-wrap .business-left .li .tit-info .type {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 21px;
    color: #666;
}
.business-wrap .business-left .li.curr {
    background: #ee731f;
}
.business-wrap .business-left .li.curr .tit-info {
    color: #fff;
}
.business-wrap .business-left .li.curr .tit-info .type {
    color: #fff;
}
.business-wrap .business-right {
    background: #f5f5f5;
    border-radius: 5px;
    width: 73.5%;
    min-height: 692px;
    margin-left: 1.5%;
}
.business-wrap .business-right .box {
    padding: 30px;
    margin: 25px;
    border-radius: 5px;
    background: #fff;
    height: 560px;
    overflow-x: hidden;
}
.business-wrap .business-right .box::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}
.business-wrap .business-right .box::-webkit-scrollbar-track {
    background-color: #fff;
}
.business-wrap .business-right .box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c8c8c8;
}
.business-wrap .business-right .box .li {
    margin-bottom: 15px;
}
.business-wrap .business-right .box .li .time {
    text-align: center;
    color: #c0c0c0;
    margin-bottom: 12px;
    font-size: 14px;
}
.business-wrap .business-right .box .li .tit-info:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-right .box .li .tit-info .head {
    width: 60px;
    height: 60px;
    line-height: 54px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.02);
    overflow: hidden;
    float: left;
}
.business-wrap .business-right .box .li .tit-info .head img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.business-wrap .business-right .box .li .tit-info .info {
    float: left;
    margin-left: 20px;
    padding: 20px;
    border-radius: 5px;
    max-width: 60%;
    background: #e8f0f7;
    position: relative;
    color: #333;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
.business-wrap .business-right .box .li .tit-info .info img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.business-wrap .business-right .box .li .tit-info .info:after {
    border-top: 10px solid transparent;
    border-right: 12px solid #e8f0f7;
    border-bottom: 10px solid transparent;
    content: '';
    display: block;
    left: -10px;
    top: 22px;
    position: absolute;
}
.business-wrap .business-right .box .li.me .tit-info .head {
    float: right;
    text-align: center;
}
.business-wrap .business-right .box .li.me .tit-info .info {
    float: right;
    margin-right: 20px;
    margin-left: 0;
    text-align: center;
}
.business-wrap .business-right .box .li.me .tit-info .info img {
    max-width: 100%;
    max-height: 100%;
}
.business-wrap .business-right .box .li.me .tit-info .info:after {
    display: none;
}
.business-wrap .business-right .box .li.me .tit-info .info:before {
    border-top: 10px solid transparent;
    border-left: 12px solid #e8f0f7;
    border-bottom: 10px solid transparent;
    content: '';
    display: block;
    right: -10px;
    top: 22px;
    position: absolute;
}
.business-wrap .business-right .input-box {
    margin: 25px;
    border-radius: 5px;
}
.business-wrap .business-right .input-box:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-right .input-box .img {
    text-align: center;
    width: 60px;
    height: 50px;
    line-height: 60px;
    border-radius: 5px;
    background: #99afc0;
    cursor: pointer;
    float: left;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.business-wrap .business-right .input-box .img:hover {
    opacity: 0.8;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.business-wrap .business-right .input-box .img img {
    max-width: 45%;
}
.business-wrap .business-right .input-box .input {
    width: calc(100% - 75px);
    float: right;
    background: #fff;
    border-radius: 5px;
}
.business-wrap .business-right .input-box .input:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-right .input-box .input input {
    float: left;
    width: calc(85% - 30px);
    padding: 15px 15px;
    border: none;
    font-size: 14px;
}
.business-wrap .business-right .input-box .input .sub {
    width: 15%;
    background: #d1202f;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
    float: right;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.business-wrap .business-right .input-box .input .sub:hover {
    opacity: 0.8;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.im-logout-wrap {
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
}
.im-logout-wrap:after {
    dsiplay: block;
    content: '';
    clear: both;
}
.im-logout-wrap .logout {
    border: 1px solid #ee731f;
    background: #ee731f;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.im-logout-wrap .logout .fa {
    margin-right: 8px;
}
.im-logout-wrap .logout:hover {
    color: #fff;
    opacity: 0.8;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}



.Lintel-board{
    line-height: 40px;
}
.Lintel-board a{
    margin-top:20px;
}

.Lintel-board-wrap{
    margin-top:50px;
    background:#f0f0f0;
    padding:25px 40px;
}



.consultation-con {
    width: 100%;
    margin: 60px 0;
    overflow: hidden;
}

.consultation-con h2 {
    font-size: 24px;
    color: #d00212;
    margin-bottom: 20px;
}

.consultation-con-bot {
    width: 100%;
    overflow: hidden;
    color: #000;
    margin-bottom:30px;
}

.consultation-con-bot-left {
    width: 40.5%;
    float: left;
    background: #eee;
    padding: 4%;
    height:195px;

}

.consultation-con-bot-left h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.consultation-con-bot-left p {
    font-size: 15px;
    line-height: 28px;
}

.consultation-con-bot-right {
    width: 40.5%;
    float: right;
    background: #eee;
    padding: 4%;
    height:195px;
}

.consultation-con-bot-right h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.consultation-con-bot-right p {
    font-size: 15px;
    line-height: 28px;
}

.index-master-top{
    height: auto;
    padding-bottom: 40px;
    padding-top:30px;
    padding-left: 40px;
    background: none;
}
.index-master-top-w{
    padding-right:40px;
}
.index-master-top-w .consultation-con-bot{
    margin-top:20px;
}
.index-master-info{
    color: #ee0018;
}

.index-master-name{
    font-size:18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
  

}


.linkboxaaa{
    line-height: 40px;
    display: inline-block;
    width: 164px;
    height: 40px;
    background: #d1202f;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 20px;
    transition: 0.6s;

}

.linkboxaaa:hover{
    opacity: 0.8;
}
.login-left-logo1{
    width: 382.188px;
    height:100px;
    padding-top: 75px;
    margin-top: 58px;
    background: url(../images/login-text-2025.png)right no-repeat;
}
/* 展商中心首页南京展/2023全印展按钮样式 */
.linkbox{
    display: flex;
    justify-content: space-between;
    background-color:#fff;
    margin-top:28px;
    border-radius: 4px;
    padding: 2% 2%;
}
.linkbox div{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding:0px 40px;
}
.linkbox-nj-2023{
    line-height: 63px;
    display: inline-block;
    width: 49%;
    height: 63px;
    background: #d1202f;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.6s;
}
.linkbox-nj-2023 b{
    display: inline-block;
    height: 63px;
    width:30px;
    background: url(../images/arrows-on.png)center no-repeat;
    background-size:30px;

}
.nj-2023-checked{
    line-height: 63px;
    display: inline-block;
    width: 49%;
    height: 63px;
    color: #666666;
    background-color: #d9d8d8;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.6s;
}
.nj-2023-checked b{
    display: inline-block;
    height: 63px;
    width:30px;
    background: url(../images/arrows-off.png)center no-repeat;
    background-size:30px;
}
/*聊天框*/
.communication-wrap {
    position: fixed;
    right: 10px;
    bottom: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: #fff;
    padding: 8px 14px;
    color: #d53542;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.communication-wrap img {
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.communication-wrap .msg {
    position: absolute;
    right: -5px;
    top: -8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    background: #ee5548;
    color: #fff;
    border-radius: 50%;
}
.communication-wrap.curr {
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

/*聊天框*/

