/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	width: 100%;
	margin: 0 auto;
	height: auto;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
}

img {
	border: 0;
}

a {
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #333;
}


/*登陆页面--star*/

.loginBg {
	background: url(../images/index_02.jpg) repeat-y center 115px;
}

.loginHeader {
	height: 115px;
	line-height: 115px;
	background: url(../images/index_01.jpg?r=1) no-repeat center center;
}

.headerCon {
	width: 1203px;
	margin: 0 auto;
	overflow: hidden;
}

.loginLogo {
	display: block;
	width: 330px;
	height: 115px;
	float: left;
}

.loginMenu {
	float: right;
	width: 520px;
}

.loginMenu li {
	float: left;
	list-style: none;
	font-size: 14px;
	margin-left: 40px;
	font-weight: bold;
}

.loginMenu li a {
	color: #fff;
}

.back {
	background: url(../images/fh_03.png) no-repeat left 45px;
	text-indent: 30px;
}

.loginMain {
	width: 355px;
	height: 375px;
	margin: 190px auto;
	background: #f1f1f1;
	padding: 20px;
	box-sizing: border-box;
}

.loginTitle {
	background: url(../images/loginIcon_08.jpg) no-repeat;
	height: 36px;
	line-height: 36px;
	color: #0078ec;
	font-size: 18px;
	text-indent: 40px;
	margin-bottom: 20px;
}

.mailbox .userName,
.phoneNum .userName,
.loginMain .userName,
.loginMain .usPassd {
	width: 308px;
	height: 33px;
	border: 1px solid #d9d9d9;
	text-indent: 25px;
	color: #888;
	font-size: 13px;
}

.userName {
	background: url(../images/loginIcon_12.jpg) #fff no-repeat 5px center;
	margin-bottom: 15px;
}

.usPassd,
.confirmPassd {
	background: url(../images/loginIcon_15.jpg) #fff no-repeat 5px center;
}

.forgetPassd {
	color: #206197!important;
	font-size: 12px;
	display: block;
	margin: 10px auto;
	padding-left: 2px;
}

.loginMain .loginBt {
	background: #28628d;
	color: #fff;
	text-align: center;
	height: 40px;
	border: 0 none;
	border-radius: 2px;
	width: 308px;
	font-size: 16px;
	font-family: "微软雅黑", "黑体";
	margin: 5px auto 30px;
	cursor: pointer;
}

.loginMain .loginBt:hover {
	background: #2d75ab;
}

.loginMain p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.morWay {
	text-align: center;
	margin-top: 15px;
}

.morWay a {
	margin: 0px 10px 0px 10px;
}


/*--end--*/


/*首页--star*/

.homeHeader {
	width: 100%;
}

.homeTop {
	height: 35px;
	line-height: 35px;
	background: #2e3a4b;
	color: #b7b7b7;
	font-size: 12px;
}

.homeWidh {
	width: 1190px;
	margin: 0 auto;
	overflow: hidden;
}

.homeTop span {
	float: left;
}

.homeWidh div {
	float: right;
}

.homeWidh div a {
	float: left;
	color: #b7b7b7!important;
	margin: 0px 20px;
}

.homeWidh div span {
	float: left;
}

.homeWidh div a.login_a {
	background: url(../images/home_03.jpg) no-repeat left center;
	text-indent: 20px;
}

.homeHeaderCon {
	height: 197px;
	background: url(../images/home_06_1.jpg?r=1) no-repeat center center;
}

.homeLogo {
	display: block;
	width: 100%x;
	height: 150px;
}

.homeMenu {
	width: 100%;
	height: 40px;
	background: url(../images/home_08.jpg) repeat-x;
	overflow: hidden;
}

.homeMenu ul {
	list-style: none;
	width: 1190px;
	margin: 0px auto;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.homeMenu ul li {
	float: left;
	color: #688eb2;
}
.homeMenu ul li:first-child{    background: url(../images/home_08_hover.jpg) repeat-x;}

.homeMenu ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	float: left;
	margin: 0px 37px;
}

.homeMenu ul li span {
	float: left;
}

.homeMain {
	width: 1190px;
	margin: 20px auto 20px;
	overflow: hidden;
}

.homeLeft {
	width: 330px;
	float: left;
}

.homeCenter {
	width: 488px;
	float: left;
	margin: 10px 25px 0px 25px;
}

.homeRight {
	width: 320px;
	float: right;
}

.frameLeft {
	width: 330px;
	overflow: hidden;
	margin-bottom: 18px;
}

.frameRight {
	width: 488px;
	overflow: hidden;
	margin-top: 20px;
}

.titleDiv {
	width: 100%;
	line-height: 21px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.titleDiv h4 {
	float: left;
	padding: 0px 10px;
	font-size: 22px;
	color: #0078ec;
	font-weight: 200;
	margin-left: 10px;
	height: 21px;
	background: #fff;
	z-index: 2;
}

.titleDiv a {
	float: right;
	margin-right: 15px;
}

.ul_01 {
	width: 99.3%;
	list-style: none;
	border: 1px solid #D9D9D9;
	padding: 25px 15px 10px 15px;
	box-sizing: border-box;
	position: relative;
	margin: -15px auto 0px;
}

.ul_01 li {
	width: 99%;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	font-size: 14px;
	background: url(../images/home_16.jpg) no-repeat left center;
	text-indent: 15px;
	margin: 0 auto;
}

.ul_01 li a {
	float: left;
}

.ul_01 li span {
	float: right;
	width: 100px;
	display: block;
}

.advLeft {
	width: 330px;
	height: 90px;
	margin: 0px auto 15px;
}

.advCenter {
	width: 488px;
	height: 90px;
	margin: 0px auto 15px;
}

.advRight {
	width: 320px;
	height: 90px;
	margin: 0px auto 10px;
}

.marginTop15 {
	margin-top: 15px;
}

.ul_02 li {
	background: none;
}

.ul_02 li a {
	width: 20%;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	font-size: 14px;
	background: url(../images/home_16.jpg) no-repeat left center;
	text-indent: 15px;
	float: left;
	margin: 0px 0px 0px 22px;
}

.frameRight_L,
.frameRight_R {
	float: left;
	width: 243.5px;
}

.frameRight_R .ul_01 {
	border-left: none;
}

.homeRight .search {
	width: 320px;
	height: 35px;
	margin: 10px auto 15px
}

.homeRight .searchTxt {
	float: left;
	width: 245px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #D9D9D9;
	text-indent: 10px;
	border-right: 0 none;
}

.homeRight .searchBt {
	float: left;
	border: none;
	background: #c09d73;
	width: 70px;
	height: 35px;
	color: #fff;
	cursor: pointer;
}

.loginDiv {
	background: #f1f1f1;
	padding: 20px 25px;
	margin-bottom: 15px;
            min-height: 252px;
}

.loginDiv .userName,
.loginDiv .usPassd {
	width: 265px;
	height: 33px;
	border: 1px solid #d9d9d9;
	text-indent: 25px;
	color: #888;
	font-size: 13px;
}

.loginDiv .loginBt {
	background: #0078ec;
	color: #fff;
	text-align: center;
	height: 40px;
	border: 0 none;
	border-radius: 2px;
	width: 268px;
	font-size: 16px;
	font-family: "微软雅黑", "黑体";
	margin: 15px auto 0px;
	cursor: pointer;
}

.loginDiv .loginBt:hover {
	background: #0078ec;
}

.booksDiv {
	width: 1190px;
	margin: 0 auto;
	clear: right;
}

.booksDiv h4 {
	padding: 0px 10px;
	font-size: 22px;
	color: #0078ec;
	font-weight: 200;
	margin-left: 10px;
	height: 24px;
	line-height: 24px;
	background: #fff;
	z-index: 2;
	position: relative;
}

.booksDiv .ul_books {
	width: 1188px;
	list-style: none;
	border: 1px solid #D9D9D9;
	padding: 25px 0px 0px 10px;
	box-sizing: border-box;
	position: relative;
	margin: -11px auto 0px;
	overflow: hidden;
}

.booksDiv .ul_books li {
	float: left;
	margin: 0px 20px 20px 17px;
	width: 109px;
	height: 150px;
}


/*--end--*/


/*会议会展*/

.caeHeaderCon {
	height: 115px;
	line-height: 115px;
	background: url(../images/index_01.jpg?r=1) no-repeat center center;
}

.caeMain {
	width: 1203px;
	margin: 0 auto;
	overflow: hidden;
}

.crumbs {
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: #f2f2f2;
	margin: 0px auto 10px;
}

.crumbsCon {
	width: 1203px;
	margin: 0 auto;
}

.crumbsDiv {
	float: left;
}

.crumbsDiv * {
	float: left;
	margin: 0px 2px;
	color: #2b668e;
}

.crumbsDiv a {
	color: #2b668e;
}

.crumbsHome {
	background: url(../images/cae_03.jpg) no-repeat left center;
	text-indent: 20px;
}

.crumbs .search {
	width: 345px;
	height: 30px;
	margin: 4px auto;
	float: right;
}

.crumbs .searchTxt {
	float: left;
	width: 270px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #D9D9D9;
	text-indent: 10px;
	border-right: 0 none;
}

.crumbs .searchBt {
	float: left;
	border: none;
	background: #c09d73;
	width: 70px;
	height: 28px;
	color: #fff;
	cursor: pointer;
}

.caeHeaderCon ul {
	list-style: none;
	width: 610px;
	float: right;
}

.caeHeaderCon ul li {
	float: left;
	margin-left: 20px;
	font-size: 14px;
}

.caeHeaderCon ul li a {
	color: #ffffff;
	font-weight: 600;
}

.caeLeft {
	width: 908px;
	height: auto;
	overflow: hidden;
	float: left;
}

.caeRight {
	width: 280px;
	height: auto;
	overflow: hidden;
	float: right;
}

.caeConLeft {
	width: 908px;
	overflow: hidden;
	margin-bottom: 15px;
}

.caeBanner {
	width: 908px;
	height: 240px;
	margin-bottom: 10px;
}

.caeMain h4 {
	padding: 0px 10px;
	font-size: 22px;
	color: #0d5eb0;
	font-weight: 200;
	margin-left: 10px;
	height: 24px;
	line-height: 24px;
	background: #fff;
	z-index: 2;
	position: relative;
}

.caeLeft .caeUl {
	width:905px;
	list-style: none;
	border: 1px solid #D9D9D9;
	padding: 25px 0px 0px 0px;
	box-sizing: border-box;
	position: relative;
	margin: -11px auto 0px;
}

.caeUl li.caeUl_title {
	height: 30px;
	line-height: 30px;
	background: #f1f1f1;
	font-weight: bold;
	color: #666;
	text-align: center;
}

.caeUl li div {
	float: left;
}

.caeUl li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #f1f1f1;
}

.caeUl01 li {
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #f1f1f1;
	clear:both;
}

.caeUl li:last-child {
	border-bottom: 0 none;
}

.width330 {
	width: 330px;
}

.width100 {
	width: 100px;
}

.width120 {
	width: 120px;
}

.width150 {
	width: 150px;
}

.caeTd01 {
	font-size: 13px;
	padding: 0px 10px 0px 20px;
	box-sizing: border-box;
}

.caeTd02,
.caeTd03 {
	font-size: 12px;
	text-align: center;
	color: #999;
}

.caeTd04 {
	text-align: center;
}

.caeTd05 {
	line-height: 16px;
	margin: 15px auto 0px;
}

.caeTd04 a {
	font-size: 12px;
	margin: 0px 10px 0px 10px;
}

.caeTd04 a.color01 {
	color: #f0942e;
}

.caeTd04 a.color02 {
	color: #28628d;
}

.caeTd04 a.color03 {
	color: #ff4220;
}

.caeLeft_adv {
	margin-bottom: 10px;
}

.caeLeft_adv img {
	width: 908px;
	height: 90px;
}

.caeDiv {
	background: #f1f1f1;
	padding: 20px 25px;
	margin-bottom: 14px;
}

.caeDiv .userName,
.caeDiv .usPassd {
	width: 225px;
	height: 33px;
	border: 1px solid #d9d9d9;
	text-indent: 25px;
	color: #888;
	font-size: 13px;
}

.caeDiv .loginBt {
	background: #0078ec;
	color: #fff;
	text-align: center;
	height: 40px;
	border: 0 none;
	border-radius: 2px;
	width: 230px;
	font-size: 16px;
	font-family: "微软雅黑", "黑体";
	margin: 15px auto 0px;
	cursor: pointer;
}

.caeDiv .loginBt:hover {
	background: #2d75ab;
}

.caeConRight {
	width: 280px;
	margin-bottom: 10px;
	font-size: 13px;
	overflow: hidden;
}

.caeRight_adv {
	margin: 15px 0px 10px 0px;
}

.caeRight_adv img {
	width: 280px;
	height: 90px;
}


/*会议主页*/

.caeHomeHeader {
	background: url(../images/index_01.jpg?r=1) no-repeat center top;
	overflow: hidden;
}

.caeHomeHeader .loginMenu {
	float: right;
	width: 520px;
	height: 129px;
	line-height: 119px;
}

.caeHomeBanner {
	width: 1203px;
	height: 253px;
	margin: 0 auto;
}

.caeHomeMenu {
	width: 100%;
	height: 43px;
	background: url(../images/home_08.jpg) repeat-x;
	overflow: hidden;
}

.caeHomeMenu ul {
	list-style: none;
	width: 1203px;
	margin: 10px auto 0px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.caeHomeMenu ul li {
	float: left;
	color: #688eb2;
}

.caeHomeMenu ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	float: left;
	margin: 0px 29px;
}

.caeHomeMenu ul li span {
	float: left;
}

.caeHomeMain {
	width: 1203px;
	margin: 20px auto 0px;
	overflow: hidden;
        min-height: 450px;
}

.caeHomeLeft {
	width: 738px;
	overflow: hidden;
	float: left;
}

.caeHomeRight {
	width: 250px;
	overflow: hidden;
	float: right;
}
.caeMenu{
	width: 200px;
        margin-right: 8px;
}
.caeMenu li{    font-size: 18px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px dashed #deeeff;}
.caeMenu li.active{background-color: #0b6cd6;color:#fff; border-bottom:none;}

.caeMenu.caeHomeLeft li a{color:#0078ec;}
.caeMenu.caeHomeLeft li.active a{color:#fff;}
.caeMenu ul{border: 1px solid #1987fb;}
.caeHomeConLeft {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.caeHomeConLeft h4 {
	padding: 0px 10px;
	font-size: 22px;
	color: #0078ec;
	font-weight: 200;
	margin-left: 10px;
	height: 24px;
	line-height: 24px;
	background: #fff;
	z-index: 2;
	position: relative;
}

.caeHomeConDiv {
	width: 100%;
	list-style: none;
	border: 1px solid #D9D9D9;
	padding: 25px;
	box-sizing: border-box;
	position: relative;
	margin: -11px auto 0px;
	overflow: hidden;
}

.caeHomeP01 {
	mix-height: 40px;
	line-height: 40px;
	color: #333;
}

.caeHomeP01 span {
	font-size: 15px;
	color: #0078ec;
	font-weight: 600;
}

.caeHomeP01 a {
	margin: 0px 10px 0px 10px;
	font-weight: bold;
	text-decoration: underline;
}

.color04 {
	color: #001ed4!important;
}

.color05 {
	color: #e30000!important;
}

.caeHomeP02 {
	line-height: 28px;
	text-indent: 2em;
}

.loginDiv p {
	font-size: 14px;
	color: #0078ec;
	line-height: 28px;
}

.ul_01 em {
	font-style: normal;
	font-weight: bold;
	color: #f10000;
}


/*参会报名*/

.Participants {
	width: 100%;
	margin: 20px auto;
	border: 1px solid #ebebeb;
	text-align: center;
	border-collapse: collapse;
}

.Participants tr th {
	height: 35px;
	background: #f2f2f2;
	border-right: 1px solid #EBEBEB;
}

.Participants tr td {
	border: 1px solid #EBEBEB;
	height: 40px;
}

.caeHomeP03 {
	font-weight: bold;
	color: #1b5479;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	margin: 0px 20px 0px 130px;
}

.caeHomeP04 {
	color: #F10000;
	font-weight: bold;
	line-height: 24px;
	margin: 12px 0px 12px 0px;
}

.caeHomeP04 a {
	color: #001ED4;
	text-decoration: underline;
}

.caeHomeP05 {
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}

.caeHomeP06 {
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

.caeHomeP07 {
	line-height: 24px;
	padding-left: 24px;
	box-sizing: border-box;
}

.color06 {
	color: #0d5eb0!important;
}

.callImg {
	margin-top: 20px;
}


/*邀请报告*/

.caeHomeCenter {
	width: 1203px;
	overflow: hidden;
}

.caeHomeConCenter {
	width: 100%x;
	overflow: hidden;
	margin-bottom: 15px;
}

.caeHomeConCenter .titleDiv {
	width: 100%;
	line-height: 24px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.caeHomeConCenter .titleDiv h4 {
	float: left;
	padding: 0px 10px;
	font-size: 22px;
	color: #0d5eb0;
	font-weight: 200;
	margin-left: 10px;
	height: 24px;
	background: #fff;
	z-index: 2;
}

.ul_03 {
	width: 100%;
	height: auto;
	overflow: hidden;
	list-style: none;
}

.ul_03 li {
	border-bottom: 1px solid #EBEBEB;
	padding: 15px 0px;
	overflow: hidden;
}

.ul_03 li:last-child {
	border-bottom: none;
}

.ul_03 li .peopleImg {
	float: left;
	width: 110px;
}

.ul_03 li .peopleCon {
	float: left;
	margin-left: 20px;
	width: 800px;
}

.ul_03 li .peopleCon p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}

.ul_03 li .peopleCon p span {
	font-weight: bold;
	color: #1c537f;
}


/*会议新闻*/

.newsMain {
	width: 1203px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.newsBanner {
	width: 1203px;
/*	height: 90px;*/
	margin-bottom: 10px;
}

.newsLeft {
	width: 250px;
	float: left;
	overflow: hidden;
	background: url(../images/news_bg.jpg) repeat-x;
	background-size: 100%;
	padding: 25px 12px 100px 12px;
	box-sizing: border-box;
}

.newsLeft a {
	width: 225px;
	height: 45px;
	line-height: 45px;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin: 10px auto;
}

.newsLeft a.news_a,
.newsLeft a:hover {
	background: #c09d73;
	text-decoration: none;
}

.newsRight {
	width: 920px;
	float: right;
	overflow: hidden;
}

.newsList,
.newsListCon {
	width: 920px;
	height: auto;
	overflow: hidden;
}

.newsList .newsTop {
	height: 40px;
	line-height: 40px;
	background: #f2f2f2;
	padding: 0px 50px 0px 50px;
	box-sizing: border-box;
	font-weight: bold;
}

.newsList .newsTop p {
	float: left;
}

.newsList .newsTop span {
	float: right;
}

.newsList ul {
	margin: 15px auto;
}

.newsList ul li {
	list-style: none;
	width: 920px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 13px;
}

.newsList ul li a:hover {
	color: #1C5479;
}

.newsList ul li p {
	float: left;
	width: 500px;
}

.newsList ul li span {
	float: right;
	width: 220px;
}

.pageDiv {
	width: 490px;
	margin: 50px auto;
	height: 24px;
	line-height: 24px;
}

.pageDiv a {
	display: block;
	float: left;
	margin-right: 15px;
	color: #29678e;
}

.homePage {
	background: #c09d73;
	width: 57px;
	text-align: center;
	color: #fff!important;
}

.page {
	border: 1px solid #29678E;
	height: 22px;
	line-height: 22px;
	padding: 0px 5px;
}

.page_f {
	margin-left: 10px;
}

.page_f span {
	font-weight: bold;
}


/*会议新闻详情页*/

.newsListCon .newsTop {
	height: 90px;
	background: #f2f2f2;
	text-align: center;
	overflow: hidden;
}

.newsListCon .newsTop h2 {
	height: 30px;
	overflow: hidden;
	margin: 15px auto 12px;
	font-size: 24px;
}

.newsListCon .newsTop p {
	color: #666;
	font-size: 12px;
}

.newsCon {
	width: 920px;
	overflow: hidden;
	margin: 20px auto;
}

.newsCon p {
	margin-bottom: 10px;
	text-indent: 2em;
	line-height: 28px;
	font-size: 14px;
}

.newsIcon {
	height: 90px;
	overflow: hidden;
	width: 350px;
	margin: 0 auto;
}

.newsIcon a {
	float: left;
	display: block;
	height: 50px;
	line-height: 90px;
	font-size: 13px;
	text-align: center;
	margin: 0px 30px 0px 30px;
}

.newsIcon .newsIcon01 {
	background: url(../images/newsIcon_01.jpg) no-repeat top center;
}

.newsIcon .newsIcon02 {
	background: url(../images/newsIcon_02.jpg) no-repeat top center;
}

.newsIcon .newsIcon03 {
	background: url(../images/newsIcon_03.jpg) no-repeat top center;
}


/*新闻-联系我们*/

.newsContactUs {
	float: right;
	width: 400px;
	margin: 0px auto 50px;
}

.newsContactUs p {
	height: 30px;
	line-height: 20px;
	font-size: 13px;
}

.caeBt {
	width: 280px;
	background: #2686a2;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.caeBt a {
	color: #fff;
	font-size: 16px;
}

.caeBt a:hover {
	text-decoration: none;
}

.caeBt:hover {
	background: #0d80a1;
}


/*网站地图*/

.channel {
	width: 310px;
	height: 74px;
	margin: 10px 2px 0px 2px;
	display: inline-block;
}

.navigationDiv {
	width: 955px;
	overflow: hidden;
	margin-top: 15px;
}

.navigationDiv h4 {
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	width: 100px;
	line-height: 30px;
	text-align: right;
}

.navigationDiv div {
	float: left;
	margin-left: 20px;
	width: 830px;
}

.navigationDiv div a {
	color: #666;
	float: left;
	margin-right: 30px;
	line-height: 30px;
}


/*学会介绍*/

.introduceTop {
	height: 40px;
	line-height: 40px;
	padding: 0px 50px 0px 50px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.introduceCon {
	width: 900px;
	overflow: hidden;
	margin: 20px auto;
}

.introduceCon p {
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 14px;
}


/*注册页面*/

.registerMain {
	width: 860px;
	margin: 100px auto;
	background: #f1f1f1;
	padding: 30px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 2px;
}

.registerTitle {
	background: url(../images/loginIcon_08.jpg) no-repeat;
	height: 36px;
	line-height: 36px;
	color: #0d5eb0;
	font-size: 18px;
	text-indent: 40px;
	margin-bottom: 20px;
}

.registerTitle h4 {
	float: left;
	font-weight: 400;
}

.registerTitle a {
	float: right;
	color: #c09d73;
	font-size: 13px;
	text-decoration: underline;
}

.registerMain p {
	color: #0d5eb0;
	font-size: 16px;
	margin-bottom: 12px;
}

.mailbox {
	float: left;
	width: 320px;
	margin-left: 40px;
}

.phoneNum {
	float: right;
	width: 320px;
}

.userEmail {
	background: url(../images/register_06.jpg) #fff no-repeat 5px center;
	margin-bottom: 12px;
}

.userPhone {
	background: url(../images/register_03.jpg) #fff no-repeat 5px center;
	margin-bottom: 12px;
}

.userCode {
	background: url(../images/register_10.jpg) #fff no-repeat 5px center;
	margin-bottom: 12px;
	float: left;
	width: 195px;
	height: 33px;
	border: 1px solid #d9d9d9;
	text-indent: 25px;
	color: #888;
	font-size: 13px;
}

.send1 {
	float: left;
	width: 100px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	background: #C09D73;
	text-align: center;
	color: #fff!important;
	margin-left: 10px;
	text-decoration: none;
	border:none;
}

.send1:hover {
	background: #d8a66b;
	text-decoration: none;
}

.confirmPassd {
	margin: 12px auto;
}

.mailbox .userEmail,.phoneNum .userEmail,
.mailbox .usPassd,
.mailbox .confirmPassd,
.phoneNum .usPassd,
.phoneNum .confirmPassd,
.phoneNum .userPhone,.mailbox .userPhone {
	width: 308px;
	height: 33px;
	border: 1px solid #d9d9d9;
	text-indent: 25px;
	color: #888;
	font-size: 13px;
}

.registerBt {
	background: #28628d;
	color: #fff;
	text-align: center;
	height: 40px;
	border: 0 none;
	border-radius: 2px;
	width: 312px;
	font-size: 16px;
	font-family: "微软雅黑", "黑体";
	margin: 5px auto 30px;
	cursor: pointer;
}

.registerBt:hover {
	background: #2d75ab;
}


/*底部*/

.footer {
	width: 100%;
	overflow: hidden;
}

.firends {
	width: 100%;
	height: 100px;
	background: #f1f1f1;
}

.foot {
	width: 100%;
	height: 65px;
	background: #2e3a4b;
	text-align: center;
	font-size: 12px;
}

.footCon {
	width: 1203px;
	margin: 0 auto;
}

.footCon h4 {
	font-size: 22px;
	color: #0078ec;
	font-weight: 200;
	float: left;
	width: 95px;
	margin-top: 25px;
}

.firendsCon {
	float: left;
	margin: 25px 0px 0px 20px;
	width: 850px;
}

.firendsCon a {
	color: #666;
	margin-right: 15px;
	font-size: 13px;
	line-height: 24px;
}

.foot div {
	width: 470px;
	margin: 0 auto;
	height: 20px;
	line-height: 20px;
	color: #b7b7b7;
	padding-top: 5px;
}

.foot div span {
	float: left;
}

.footMenu a {
	float: left;
	margin-left: 15px;
	color: #b7b7b7;
}

.foot p {
	color: #b7b7b7;
	font-size: 12px;
}
.homeRight .regMember{float: right;
    width: auto;
    display: block;
    line-height: 35px;
    padding: 0 5px;
    margin-top: 12px;}
.homeRight .regUser{
    display: block;
    line-height: 35px;
    padding: 0 5px;
    margin-top: 12px; 
    text-align: center;
}
.sponsorTitle{
   background: url(../images/u40.png) no-repeat; 
   background-size: 36px;
}
