/* 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;
}

body {
	color: #444;
	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;
}

img {
	border: 0;
}


/*添加CSS3特效所有a链接延迟0.3S*/

a {
	color: #666;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

.inContent {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}

.bgF7 {
	background: #f7f7f7;
}

.mainCon {
	width: 1200px;
	margin: 15px auto 0px;
	overflow: hidden;
}

.mainImg01 {
	float: left;
	width: 130px;
	height: 130px;
}

.mainCon01 {
	width: 1200px;
	margin: 0 auto;
}

.mainCon01 h4 {
	font-size: 20px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}

.mainCon01 p {
	font-size: 16px;
	line-height: 28px;
	margin: 0 auto 30px;
}

.advertCon {
	width: 1200px;
	margin: 15px auto 0px;
	overflow: hidden;
}

.advert {
	float: left;
}

.advert img {
	transition: all 0.6s;
}

.advert .advertTxt {
	z-index: 10;
	position: absolute;
	color: #fff;
	font-size: 14px;
	background: url(https://img.antpedia.com/images/custom/antpedia/xun2019/20190821huiyi/index_ad01.png) no-repeat left center;
	width: 64px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

.advert_01 .advertTxt {
	margin: 88px 0px 0px 530px;
}

.advert_02 .advertTxt,
.advert_03 .advertTxt {
	margin: 88px 0px 0px 225px;
}

.advert_05 .advertTxt {
	margin: 5px 0px 0px 1130px;
}

.advert img {
	z-index: 1;
	position: relative;
	display: block;
}

.advert_01 {
	width: 600px;
	height: 112px;
	overflow: hidden;
}

.advert_01 img {
	width: 600px;
	height: 112px;
}

.advert_02,
.advert_03 {
	width: 294px;
	height: 112px;
	overflow: hidden;
	margin-left: 3px;
}

.advert_05 {
	width: 1200px;
	height: 110px;
	overflow: hidden;
	margin: 0px auto 30px;
}

.advert_01:hover img,
.advert_02:hover img,
.advert_03:hover img,
.advert_05:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	cursor: pointer;
}

.bigTitle {
	width: 1000px;
	margin: 50px auto;
	background: url(/collection/templates/meeting2018_1/images/titleImg_new.png) no-repeat left bottom;
	letter-spacing: 2px;
}

.Etitle {
	font-size: 22px;
	font-family: 宋体;
	font-weight: 600;
	line-height: 14px;
	margin-bottom: 12px;
	text-align: center;
	letter-spacing:2px;
	text-transform:uppercase;
}

.Ztitle {
	font-size: 22px;
	font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	font-weight: bold;
	text-align: center;
	letter-spacing:2px;
}
.banner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.banner .bannerImg {
	width: 100%;
	max-height: 350px;
	margin: 0 auto;
	overflow: hidden;
}
.banner .bannerImg img{
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.bayWindows_left{
	position: fixed;
	left: 7%;
	top: 550px;
	z-index: 9999999;

}

.menu {
	background: rgba(0, 0, 0, 0.8);
	height: 50px;
	/* z-index: 200; */
	/* position: relative; */
	/*top: 570px;*/
	/* top: 350px; */
}

.menuUl {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.menuUl li {
	float: left;
	line-height: 50px;
	text-align: center;
	display: block;
	position: relative;
	opacity: .999;
	background-color: transparent;
	overflow: hidden;
	transition: all 0.2s;
}

.menuUl li a {
	color: #fff;
	font-size: 18px;
}

.menuUl li:hover,
.menuUl li.menuSelect {
	background: #ffbb0e;
	cursor: pointer;
}

.menuUl li:hover a,
.menuSelect a {
	color: #151515!important;
	cursor: pointer;
}

.chapterUl,
.activityUl,
.ulCon,
.profileUl {
	list-style: none;
	width: 1200px;
	overflow: hidden;
	margin: 0 auto 50px;
}

.chapterUl li {
	float: left;
	width: 350px;
	height: 315px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #f7f7f7;
	border-radius: 2px;
	box-shadow: 3px 3px 12px 3px rgba(187, 187, 187, .3);
	position: relative;
	margin: 0px 24px 24px 0px;
	top: 10px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.chapterUl li:hover {
	border: 1px solid #e5e5e5;
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	cursor: pointer;
}

.chapterUl li img {
	width: 350px;
	height: 197px;
}

.chapterUl li h4 {
	font-size: 20px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0px 15px;
	box-sizing: border-box;
}

.chapterUl li p {
	font-size: 14px;
	line-height: 26px;
	max-height: 130px;
	overflow: hidden;
	padding: 0px 15px;
	box-sizing: border-box;
}

.chapterUl li a {
	position: absolute;
	color: #074c9a;
	font-size: 14px;
	bottom: 20px;
	margin-left: 250px;
	padding: 2px 10px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 2px;
}

.chapterUl li:hover a {
	border: 1px solid #074C9A;
	cursor: pointer;
	overflow: hidden;
}

.chapterUl li:hover h4,
.activityUl li:hover h4 {
	color: #074C9A;
}

.activityUl li {
	float: left;
	width: 500px;
	margin: 0px 80px 30px 20px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.activityUl li:hover{
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.activityUl li h4 {
	font-size: 20px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}

.activityUl li p {
	font-size: 14px;
	line-height: 26px;
	max-height: 104px;
	overflow: hidden;
}

.activityUl li:hover p a {
	text-decoration: underline;
}

/* 奖牌 */ 

.ulCon li {
	float: left;
	width: 232px;
	height: 270px;
	overflow: hidden;
	margin-right: 7px;
}

.ulCon li:last-child {
	margin-right: 0px;
}

.ulCon li img {
	display: block;
	width: 232px;
	height: 154px;
	position: relative;
	overflow: hidden;
	z-index: 100;
	transition: all 0.6s;
}

.ulCon li:hover img{
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.ulCon li .profileDiv {
	position: absolute;
	z-index: 200;
	width: 208px;
	height: 90px;
	background: #fff;
	box-shadow: 3px 3px 12px 3px rgba(187, 187, 187, .3);
/*	margin-top: -40px;*/
	margin-top: 0px;
	padding: 15px 15px;
	box-sizing: border-box;
}

.ulCon li:hover .profileDiv {
	background: #000;
	cursor: pointer;
}

.ulCon li:hover .profileDiv p {
	color: #fff;
	cursor: pointer;
}

.ulCon li .profileDiv p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	height: 65px;
}

.vip_title {
	width: 1200px;
	margin: 0 auto;
	height: 34px;
	line-height: 34px;
}

.vip_title span{
	width: 120px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	text-align: center;
	border-radius: 2px;
	display: inline-block;
}

.profileUl li {
	float: left;
	width: 232px;
	height: 270px;
	overflow: hidden;
	margin-right: 7px;
}

.profileUl li:last-child {
	margin-right: 0px;
}

.profileUl li img {
	display: block;
	width: 232px;
	height: 154px;
    max-width: 232px;
    width: expression(this.width>232?232px:'auto');
    max-height: 154px;
    height: expression(this.height>154?154px:'auto'); 
	position: relative;
	overflow: hidden;
	z-index: 100;
	transition: all 0.6s;
}

.profileUl li:hover img{
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.profileUl li .profileDiv {
	position: absolute;
	z-index: 200;
	width: 208px;
	height: 90px;
	background: #fff;
	box-shadow: 3px 3px 12px 3px rgba(187, 187, 187, .3);
/*	margin-top: -40px;*/
	margin-top: 0px;
	padding: 15px 15px;
	box-sizing: border-box;
}

.profileUl li:hover .profileDiv {
	background: #000;
	cursor: pointer;
}

.profileUl li:hover .profileDiv p {
	color: #fff;
	cursor: pointer;
}

.profileUl li .profileDiv p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	height: 65px;
	align-items: center; /* 垂直居中 */
	justify-content: center; /* 水平居中 */
	text-align: center; /* 确保文本对齐 */
}


.footer{ background: #072348; overflow: hidden;}
.inFooter{ width: 1200px; margin:20px auto;}
.footer ul{list-style: none; overflow: hidden; width: 760px; margin:0 auto 40px;}
.footer ul li{ float: left; font-size: 14px;}
.footer ul li a{ float: left; color: #fff;}
.footer ul li a:hover{ color: #667082;}
.footer ul li span{ float: left; padding: 0px 15px; color: #fff;}
.footer p{ color: #667082; font-size: 14px; text-align: center;}


ul.chapter-video{
	list-style: none;
	width: 1200px;
	overflow: hidden;
	margin: 0 auto 50px;
}
ul.chapter-video  li{float:left;width:50%;}
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;}
ul.chapter-video  li img{width:500px;}


/*新添加模块一Star*/

.newUl01,
.newUl02,
.newUl03,
.newUl04,
.newUl05,
.newUl06,
.newUl07{
	width: 1200px;
	list-style: none;
	margin: 0px auto 40px;
	overflow: hidden;
}

.newUl01 li {
	width: 1200px;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;
	box-sizing: border-box;
	background: #f8f8f8;
}

.newUl01 li:hover {
	background: #F0F0F0;
}

.newUl01Img {
	float: left;
	width: 200px;
	height: 133px;
	overflow: hidden;
	margin: 0px 20px 0px 0px;
}

.newUl01 li img {
	width: 200px;
	height: 133px;
	transition: all 0.6s;
}

.newUl01 li:hover img,
.newUl02 li:hover img,
.newUl04 li .projectImg:hover img,
.newUl05 li:hover img,
.newUl06 li .projectImg:hover img{
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	cursor: pointer;
}

.newUl01 li h4 {
	width: 900px;
	font-size: 20px;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.newUl01 li p {
	width: 900px;
	float: left;
	line-height: 24px;
	color: #666;
	font-size: 14px;
}


/*新添加模块一End*/


/*新添加模块二Star*/

.newUl02 li {
	float: left;
	width: 360px;
	overflow: hidden;
	margin: 0px 45px 0px 0px;
}

.newUl02 li:nth-child(3n) {
	margin: 0;
}

.newUl02Img {
	width: 360px;
	height: 203px;
	display: block;
	overflow: hidden;
}

.newUl02 li img {
	width: 360px;
	height: 203px;
	transition: all 0.6s;
}

.newUl02 li p {
	font-size: 18px;
	color: #333;
	text-align: center;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	margin: 10px auto;
}


/*新添加模块二End*/


/*新添加模块三Star*/

.newUl03 li {
	width: 100%;
	background: #f8f8f8;
	height: auto;
	margin: 0px 19px 19px 0px;
	padding: 15px;
	box-sizing: border-box;
}

.newUl03 li:hover {
	background: #F0F0F0;
}

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

.newUl03 li:nth-child(2n) {
	margin: 0px 0px 19px 0px;
}

.newUl03 li .deCode {
	background: /*url(https://img.antpedia.com/images/custom/antpedia/xun2019/20190821huiyi/biao.png) */ no-repeat left;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	text-indent: 35px;
	overflow: hidden;
}

.newUl03 li p {
	width: 94%;
	margin: 15px 0px 0px 35px;
	font-size: 18px;
	color: #666;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
}


/*新添加模块三End*/


/*新添加模块四Star*/

.newUl04 li {
	width: 392px;
	height: 160px;
	float: left;
	margin: 15px 12px 0px 0px;
	overflow: hidden;
}

.newUl04 li:nth-child(3n),.newUl06 li:nth-child(2n) {
	margin: 15px 0px 0px 0px;
}

.newUl04 li .projectImg,.newUl06 li .projectImg {
	float: left;
	width: 160px;
	height: 160px;
	overflow: hidden;
}

.newUl04 li .projectImg em,.newUl06 li .projectImg em {
	background: url(https://img.antpedia.com/images/custom/antpedia/xun2019/20190821huiyi/jt.png) no-repeat left center;
	width: 9px;
	height: 14px;
	z-index: 99;
	position: absolute;
	margin: 80px 0px 0px 151px;
}

.newUl04 li .projectImg img,.newUl06 li .projectImg img {
	/* width: 160px;
	height: 160px; */
    max-width: 160px;
    width: expression(this.width>160?160px:'auto');
    max-height: 160px;
    height: expression(this.height>160?160px:'auto'); 
	z-index: 1;
	position: relative;
	transition: all 0.6s;
}

.newUl04 li .projectCon{
	float: right;
	width: 232px;
	height: 160px;
	color: #666;
	background: #f8f8f8;
}

.newUl04 li .projectCon h5,.newUl06 li .projectCon h5 {
	font-size: 18px;
	color: #333;
	max-height: 26px;
	line-height: 26px;
	margin: 8px;
	overflow: hidden;
	font-weight: bolder;
}

.newUl04 li .projectCon p,.newUl06 li .projectCon p {
	font-size: 14px;
	color: #666;
	margin: 8px;
	max-height: 90px;
	line-height: 30px;
	overflow: hidden;
}


/*新添加模块四End*/


/*新添加模块五Star*/

.newUl05 li {
	float: left;
	width: 230px;
	border: 1px solid #f8f8f8;
	margin: 20px 10px 0px 0px;
}

.newUl05 li .cooperator {
	width: 230px;
	height: 97px;
	overflow: hidden;
}

.newUl05 li .cooperator img {
	width: 230px;
	height: 97px;
	transition: all 0.6s;
}

.newUl05 li p {
	font-size: 16px;
	color: #666;
	text-align: center;
	height: 27px;
	line-height: 27px;
	background: #f8f8f8;
	overflow: hidden;
}


/*新添加模块五End*/

/*新添加模块六Star*/

.newUl06 li {
	width: 592px;
	height: 160px;
	float: left;
	margin: 15px 12px 0px 0px;
	overflow: hidden;
}

.newUl06 li .projectCon{
	float: right;
	width: 432px;
	height: 160px;
	color: #666;
	background: #f8f8f8;
}
/*新添加模块六End*/


/*新添加模块7 Star*/
.newUl07 li {
    float: left;
    width: 580px;
    overflow: hidden;
    margin: 0 40px 20px 0;
}
.newUl07 li:nth-child(2n) {
    margin: 0 0 20px 0;
}
.newUl07 li img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
/*新添加模块7 End*/

.more{
	width:1020px;
	margin:0px auto 30px auto;
	text-align:right;
	font-size:14px;
	display:block;
}

.nav{
    width: 1200px;
    margin: 10px auto;
    font-size: 16px;
}

.antadv {
	margin:4px auto;
	width:1200px;
}
.antadv img{
	width:1200px;
}

.p_link_list_div {
    width: 1200px;
    margin: -40px auto 20px auto;
    font-size: 16px;
    line-height:1.8em;
    overflow:hidden;
    word-break:break-all;

}

.p_link_list_div a{display:block;width: 19%;float:left;margin-right: 1%;margin-left:0px;}

.antadv_three {
    width: 32%;
    float: left;
    overflow: hidden;
    margin: 0 .5rem 1rem 0;
}
.antadv_three img {
    width: 100%;
}
.antadv_three:last-child {
    margin: 0 0 1rem 0;
}

.crumbs_bottom,.contact_bottom {
	width: 1200px;
	margin: 20px auto;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
}
.crumbs_bottom a {
	color: #333;
}
.crumbs_bottom a::after {
	content: ">";
	padding: 0 5px;
	box-sizing: border-box;
}
.contact_bottom p {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
}
.contact_bottom p span {
	color: #188eee;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}
.contact_bottom p a {
	color: #188eee;
}
.header {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.header_nav {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	background: #f6f6f6;
	border-bottom: 1px solid #e4e4e4;
}

.in_content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.topMenu {
	float: left;
	list-style: none;
}

.topMenu a {
	float: left;
	color: #666;
	padding: 0px 20px 0px 0px;
	box-sizing: border-box;
}

.topMenu a:hover {
	color: #000;
}

.loginDiv {
	float: right;
}

.loginDiv a {
	float: left;
	color: #444;
	padding: 0 5px;
	box-sizing: border-box;
}

.loginDiv a.login_a::after {
	content: "|";
	color: #ccc;
	padding-left: 10px;
}

.loginDiv a:hover {
	color: #188EEE;
}

.logo {
	width: 230px;
	height: 48px;
	float: left;
	margin: 7px auto;

}

.logo a {
	float: left;
	height: 48px;
	display: block;
	margin: 0 5px 0 0;
}

.logo a img {
	height: 48px;
}

.search {
	width: 562px;
	height: 34px;
	margin: 15px 0;
	float: right;
	border: 2px solid #188eee;
}

.search-txt {
	float: left;
	width: 450px;
	height: 34px;
}

.search-text {
	width: 450px;
	height: 34px;
	line-height: 34px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	font-size: 15px;
	font-family: "å¾®è½¯é›…é»‘";
	border: none;
	color: #ccc;
	outline: none;
}

.searchbtn {
	float: right;
	text-align: center;
	width: auto;
	padding: 0 10px 0 25px;
	box-sizing: border-box;
	line-height: 34px;
	background: #188eee;
	text-align: center;
	color: #fff !important;
	font-size: 15px;
	border: 0 none;
	overflow: hidden;
	position: relative;
	z-index: 0;
	cursor: pointer;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	background: url(https://img.antpedia.com/instrument-library/images/serachIcon.png) 10px no-repeat #188eee;
	background-size: 11%;
}
.navitems {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
  }
  
.navitems ul {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    list-style: none;
}
  
.navitems ul li {
    float: left;
    text-align: center;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    color: #188EEE;
    padding: 0 30px;
    box-sizing: border-box;
}
  
.navitems ul li a {
    color: #333;
}
  
.navitems ul li:hover a {
    color: #188EEE;
    cursor: pointer;
}

.banner_code {
    width: 120px;
    height: 150px;
    right: 10%;
    overflow: hidden;
    position: fixed;
    top: 20%;
    z-index: 99999;
    background: #fff;
    border-radius: 5px;
  }
  .banner_code img{
    width: 110px;
    height: 110px;
    display: block;
    margin:0 0 5px 5px;
  }
  .banner_code span{
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color:#004798;
    background: #fff;
    letter-spacing: 2px;
  }