/* CSS Document */

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
th,
tr,
td,
em {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	max-width: 640px;
	margin: 0 auto;
}

body {
	font-size: 1.6rem;
	font-family: helvetica;
	color: #333;
	width: 100%;
	margin: 0 auto;
	height: auto;
}

a {
	color: #333;
	text-decoration: none;
	display: block;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.mainWrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.menu {
	width: 100%;
	overflow: hidden;
	margin:0px auto;
	background:#188eee;
}

.menu a {
	width: 33.1%;
	float: left;
	display: block;
	font-size: 1.6rem;
	text-align: center;
	height: 44px;
	/*background: rgba(0, 0, 0, 0.8);*/
	color: #fff;
	line-height:44px;
	overflow: hidden;
	/*border-right: 1px solid #444;
	border-bottom: 1px solid #444;*/
}

.menu a:nth-child(3n+0) {
	border-right: none;
}

.menu a:hover,
.menu a.menuSelect {
	/*background: #ffbb0e;*/
	cursor: pointer;
	text-decoration: none;
}

.wrapperCon {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	box-shadow:0px 5px 5px rgba(0,0,0,.1);
}
.bgf7 {
	background: #f7f7f7;
}
.wrapperTitle {
	background: url(/collection/templates/meeting2018_1/images/titleImg_new.png) no-repeat center bottom;
	text-align: center;
	margin: 20px auto;
}

.Etilte {
	font-size: 1.4rem;
}

.Ztitle {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 2px;
}

/* ½±ÅÆ */ 
.vip_title {
	margin: 0 auto;
	height: 3rem;
	line-height: 3rem;
}
.vip_title span{
	width: 8rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.6rem;
	text-align: center;
	border-radius: .2rem;
	display: inline-block;
	margin: 0 auto;
}

.ulCon {
	list-style: none;
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
}

.ulCon li {
	margin-bottom: 10px;
	padding: 5px 5px 15px 5px;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.ulCon li:last-child {
	border-bottom: 0 none;
}

.ulCon li a:hover {
	text-decoration: none;
}

.ulCon li h4 {
	/*font-size: 1.8rem;**/
	font-size:1.6rem;
	overflow: hidden;
	margin: 0px auto 5px;
	font-weight: normal;
	color: #074C9A;
}

.ulCon li img {
	border-radius: 5px;
	max-width: 100%;
}

.ul01 li h4 {
	/*height: 30px;
	line-height: 30px;**/
	max-height:56px;
	line-height:28px;
	font-size:1.8rem;
}

.ulCon li a p {
	color: #666;
}

.ulCon li p {
	font-size: 1.6rem;
	overflow: hidden;
}

.ul01 li p {
	height: 72px;
	line-height: 24px;
}

.ul02 li img {
	float: left;
	width: 32%;
	display: block;
	margin-right: 3%;
}

.ul02 li h4 {
	float: left;
	width: 65%;
	/*height: 18px;
	line-height: 18px;**/
	max-height:60px;
	line-height:20px;
	margin-bottom: 0px;
}

.ul02 li p {
	float: left;
	width: 65%;
	height: 48px;
	line-height: 24px;
}

.ul03 li h4 {
	/*height: 52px;**/
	max-height:52px;
	line-height: 26px;
}

.ul03 li img,
.ul04 li img,
.ul04 li video {
	width: 99%;
	height: auto;
	margin: 10px auto 0px;
	display: block;
}
.ul04 li h4 {
    max-height: 52px;
    line-height: 26px;
}
.ul03 li img,
.ul04 li img{}
.ul04 li p {
	line-height: 24px;
	height: 48px;
}

.ul05 li {
	width: 45%;
	float: left;
	overflow: hidden;
	margin: 1% 1.5%;
	border-bottom: 0 none;
}

.ul05 li img {
	width: 99%;
	overflow: hidden;
	border: 1px solid #F8F8F8;
}

.ul05 li p {
	width: 100%;
	margin: 3% auto;
	font-size: 1.6rem;
	line-height: 2.2rem;
	max-height: 4rem;
	color: #666;
}

.ul06 {
	width: 100%;
}

.ul06 li {
	float: left;
	display: block;
	width: 47%;
	border: 1px solid #F8F8F8;
	margin:1.5%;
	padding: 0;
}

.ul06 li img {
	width: 99%;
	overflow: hidden;
}

.ul06 li p {
	background: #F8F8F8;
	font-size: 1.4rem;
	color: #666;
	height: 2.6rem;
	line-height: 2.6rem;
	overflow: hidden;
	text-align: center;
}

@media screen and (min-width:360px) {}

@media screen and (min-width:375px) {
	.ul02 li h4 {
		margin-bottom: 8px;
	}
	.menu a {
		width: 33.15%;
	}
}

@media screen and (min-width:412px) {
	.ul02 li h4 {
		margin-bottom: 10px;
	}
	.menu a {
		width: 33.15%;
	}
}

.footer_box{ width:100%; background-color:#353841; padding:15px 4%; color:#86878b; position:relative; z-index: 1;}
.footer_box_instrument{    position: fixed;    padding: 0;    z-index: 1001;}
.footer_box ul{ width:100%; overflow:hidden;}
.footer_box ul li{ float:left; width:20%;text-align:center;list-style:none;height:30px;line-height:30px;}
.footer_box ul li a{ color:#d1d1d1; font-size:12px;}
.footer_box ul li img{height:30px;}
.footer_box p{ font-size:12px; text-align:center; margin-top:10px;}
.footer_box p .foot_img{ max-width:19px; vertical-align:middle; margin-right:10px;}
.footer_box p a{color:#86878b;}

			ul.chapter-video{
				list-style: none;
				overflow: hidden;
				margin: 0 auto 50px;
			}
			ul.chapter-video  li{margin-top:25px;}
			ul.chapter-video  li h3{font-size:16px;font-weight:bold;margin-bottom:20px;text-align:center;}
			ul.chapter-video  li p{text-align:center;max-width:640px;}
			ul.chapter-video  li p img{height:260px;}


.baywindows{
	position: fixed;
	right: 0%;
	z-index: 9999999;

}

.ads {
    position: relative;
}
.ads.ad_01 {
    width: 100%;
    margin-bottom: 2%;
}
.ads.ad_02 {
    margin-right: 2%;
}
.ad_02, .ad_03 {
    float: left;
    width: 49%;
}
.ads.ad_04 {
    overflow: hidden;
    margin-top: 1%;
}
.ads .advertTxt {
    z-index: 10;
    position: absolute;
    right: 2%;
    color: #fff;
    font-size: 1.2rem;
    background: url(/images/custom/antpedia/xun2019/20190821huiyi/index_ad01.png) no-repeat left center;
    width: 64px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}
.ad_01 .advertTxt {
    margin: 11% 0% 1% 0%;
}
.ad_04 .advertTxt {
    margin: 2% 0% 0% 0%;
}
.ads img {
    width: 100%;
}

.wrapperCon01 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.wrapperCon01 h4 {
	width: 100%;
	line-height: 48px;
	margin: 0px auto 8px;
	max-height: 48px;
	overflow: hidden;
}
.wrapperCon01 p {
	color: #666;
}

.antadv {
	margin:20px auto;
}

.antadv_three {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0 .5rem 1rem 0;
}
.antadv_three img {
    width: 100%;
}
.antadv_three:last-child {
    margin: 0 0 1rem 0;
}
.navbar{
   margin-bottom:0px;
}
.navbar-inverse{
   background-color:#fff;
   border-color:#fff;
}
.navbar-inverse .navbar-brand{
   color:#333;
}
.navbar-brand{
 font-size:16px;
}
.navbar-inverse .navbar-toggle .icon-bar{
 background-color:#999;
}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{
   border-color:#999;
}
.navbar-inverse .navbar-nav > li > a{
  color:#333;
}
.main_title {
  width: 92%;
  margin: 2rem auto;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.8rem;
}
.banner {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.banner img {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 auto;
}
.navbar-toggle{
  border:0 none;
}
.navbar-inverse .navbar-toggle{
  background-color:#fff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
 background-color:#fff;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover{
   color:#333;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover{
color: #333;
}


.crumbs_bottom,.contact_bottom {
	width: 94%;
	margin: 2rem  auto;
	overflow: hidden;
	font-size: 1.4rem;
	text-align: left;
}
.crumbs_bottom a {
	color: #333;
	display: contents;
}
.crumbs_bottom a::after {
	content: ">";
	padding: 0 .2rem;
	box-sizing: border-box;
}
.contact_bottom p {
	font-size: 1.4rem;
	line-height: 2.2rem;
	width: 100%;
	overflow: hidden;
	margin: .5rem auto 0;
}
.contact_bottom p span {
	color: #188eee;
	padding: 0 2rem 0 0;
	box-sizing: border-box;
}
.contact_bottom p a {
	color: #188eee;
	display: contents;
}

.banner_code {
    width: 9rem;
    height: 11.5rem;
    right:3%;
    overflow: hidden;
    position: fixed;
    top: 75%;
    z-index: 99999;
    background: #fff;
    border-radius: .5rem;
  }
  .banner_code img{
    width: 8rem;
    height: 8rem;
    display: block;
    margin:0 0 .5rem .5rem;
  }
  .banner_code span{
    display: block;
    height: 3rem;
    line-height: 3rem;
    font-size:1.6rem;
    text-align: center;
    font-weight: bold;
    color:#004798;
    background: #fff;
  }