html {
	overflow-x: hidden;
	color: #FFFFFF;
}

a {
	color: inherit;
}

.mb0 {
	margin-bottom: 0!important;
}

.mt0 {
	margin-top: 0!important;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
	margin: 0;
	padding: 0;
}
button:focus,button,:focus{outline:0;}
fieldset,
img {
	border: 0 none;
}

dl,
ul,
ol,
menu,
li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input,
select,
textarea,
button {
	vertical-align: middle;
	outline: none;
}

button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}

body,
th,
td,
input,
select,
textarea,
button {
	font-size: 12px;
	font-family: "Microsoft YaHei", "Helvitica Neue", Helvetica, Arial, "Hiragino Sans GB", sans-serif;
}

a {
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
var {
	font-weight: normal;
	font-style: normal;
}

caption {
	display: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	border-spacing: 0;
}


/* 取消a标签点击后的虚线框 */

a {
	outline: none;
}

html {
	overflow-x: hidden;
}


/*清除浮动*/

.clear {
	clear: both;
}


/*清除浮动--推荐使用*/

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}
.clearFix:after{
	content: ".";
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}
html {
	overflow-x: hidden;
}

.webpage {
	padding: 4% 0;
	position: relative;
}
.container {
	width: 78%;
	margin: 0 auto;
	position: relative;
}

.pc {
	display: block;
}

.mb {
	display: none;
}

.title img{
	height: 60px;
}


/*标题开始*/
.styTitle1 .title p{
	color: #180745;
}
.styTitle1 .title span {
	color: #cfd0d3;
}
.styTitle2 .title p{
	color: #FFFFFF;
}
.styTitle2 .title span {
	color: #585a5d;
}
h2.title {
	margin-bottom: 30px;
	position: relative;
}

h2.title p {
	color: #000000;
	font-size: 26px;
	margin-bottom: 4px;
}

h2.title span {
	font-size: 24px;
	color: #2280f1;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	h2.title{
		margin-bottom: 10px;
	}
	h2.title p {
		font-size: 22px;
	}
	h2.title span {
		font-size: 18px;
	}
	.title img {
	    height: 40px;
	}
}


/*标题结束*/

/*--- 大会介绍结束 ---*/
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.pc {
		display: none;
	}
	.mb {
		display: block;
	}
	.container {
		width: 85%;
	}
}

.anmao {
	height: 0;
	position: relative;
	top: -80px;
}

@media (min-width: 1024px) {}

@media (min-width: 1100px) {}

@media (min-width: 1280px) {}

@media (min-width: 1366px) {}

@media (min-width: 1440px) {}

@media (min-width: 1680px) {}

@media (min-width: 1920px) {}