/* 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: #333;
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	width: 100%;
	margin: 0 auto;
	height: auto;
	background: url(https://img.antpedia.com/images/antop2018/antop2018PC_bg.jpg)repeat-y center top;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
}

img {
	border: 0;
}


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

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

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

.topModular {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fff;
}

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

.topModular .logo {
	float: left;
}

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

.topModular .logo a img {
    height: 40px;
}

.topModular .operation {
	float: right;
}

.topModular .operation span {
	float: left;
	margin: 0 50px 0 0;
}

.topModular .operation a {
	float: left;
}

.topModular .operation em {
	float: left;
	font-style: normal;
	color: #ccc;
	margin: 0 10px;
}

.banner {
	width: 100%;
	height: 320px;
	background: url(https://img.antpedia.com/space/images/antop/web/antopBanner_2026.jpeg) no-repeat center;
}

.banner .videoBg {
	float: right;
	width: 462px;
	height: 259px;
	margin: 30px auto;
	background: url(https://img.antpedia.com/space/images/antop/web/videoBg.png) no-repeat left;
}

.banner .inContent {
	height: 100%;
}

.banner .video_con {
	width: 334px;
	height: 188px;
	margin: 26px 0 0 51px;
	border-radius: 8px;
	
}

#menu {
	width: 100%;
	height:56px;
	background:linear-gradient(120deg,  #77542A 0%,  #b9975b 15%, #442F12 30%, #442F12 45%, #3D2C18 50%, #442F12 55%, #442F12 70%, #b9975b 85%, #77542A 100% );
    box-shadow: inset 0 0 100px rgba(0,0,0,0.3);
}

#menu ul {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
}

#menu ul li {
	flex: 1;
	list-style: none;
	line-height: 56px;
	text-align: center
}
#menu ul li:hover,#menu ul li.select_a {
	cursor: pointer;
	background: url(https://img.antpedia.com/images/antop2018/current.png)no-repeat center bottom -1px;
}
#menu ul li a {
	color: #fff;
	font-size: 16px;
	height: 56px;
	display: block;
}

#menu ul li:hover a,
#menu ul li.select_a a{
	cursor: pointer;
  color: #F4BD59;
	
}
#menu ul .sublinks{
	margin-top: 0px;
		background:linear-gradient(120deg,  #b9975b 0%, #503E24 35%, #3D2C18 50%, #503E24 65%, #b9975b 100% );
    box-shadow: inset 0 0 100px rgba(0,0,0,0.3);
}
#menu ul .sublinks a{
  color:#fff;
  font-weight:normal;
  text-decoration:none;
  display:block;
  width:180px;
  height: 40px;
  line-height: 40px;
  text-align:center;
	
}

#menu ul .sublinks a:hover{
  font-weight:normal;
  text-decoration:none;
  display:block;
  width:180px;
  text-align:center;
	background:linear-gradient(120deg,  #b9975b 0%, #503E24 35%, #3D2C18 50%, #503E24 65%, #b9975b 100% );
  box-shadow: inset 0 0 100px rgba(0,0,0,0.1);
}

#menu ul .sublinks{
	display:none;
}


.declaration_entry {
	width: 134px;
	height: 134px;
	position: fixed;
	right: 10%;
	z-index: 9999;
	cursor: pointer;
}


.popOut {
	position: fixed;
	width: 490px;
	height: 392px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -245px;
	background: url(https://img.antpedia.com/space/images/antop/web/antop-bg.png) no-repeat center;
	border-radius: 8px;
	overflow: hidden;
	display: none;
	z-index: 99999;
}

.popOut span {
	position: absolute;
	right: 65px;
	top: 50px;
	height: 40px;
	line-height: 40px;
	color: #ccc;
	font-size: 24px;
	cursor: pointer;
}

.popOut .report_bt a {
	font-size: 24px;
	color: #188EEE;
	border: 1px solid #188EEE;
	border-radius: 2px;
	background: #fff;
	line-height: 28px;
	padding: 8px 20px;
	box-sizing: border-box;
	position: absolute;
	top: 270px;
	float: left;
	cursor: pointer;
}

.popOut .report_bt .enterprise_bt {
	left: 95px;
}

.popOut .report_bt .personal_bt {
	left: 255px;
}

/* .entry_menu {
	width: 134px;
	position: fixed;
	left: 10%;
	z-index: 9999;
    bottom:10%;
}

.entry_menu ul {
	list-style: none;
	width: 116px;
	background-color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 38px;
	padding: 15px 0 10px 0;
	margin: -20px auto 0;
}

.entry_menu ul li {
	border-bottom: 1px dashed #eee;
}

.entry_menu ul li:last-child {
	border: 0 none;
}

.entry_menu ul li:hover a {
	color: #188EEE;
} */

.entry_menu {
    width: 1200px;
    overflow: hidden;
    margin: 10px auto 0;
    background: #fff;
    border-bottom: 2px solid #f6f6f6;
}
.entry_menu .antop_report{
    float: right;
    width: 60px;
    margin-right: 30px;
  }
.entry_menu .antop_report img{ width: 60px;}
.entry_menu .menu_ul {
    float: left;
    width: 1000px;
    height: 60px;
    overflow: hidden;    
}  
.entry_menu .menu_ul li {
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 0 43px 0 30px;
    overflow: hidden;
}
.entry_menu .menu_ul li a{
    color: #333;
    font-size: 20px;
    text-align: center;
}
.entry_menu .menu_ul li.selected a,.entry_menu .menu_ul li:hover a{
    color: #188eee;
}

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

.sectionCon {
	width: 1200px;
	margin: 25px auto 0;
	overflow: hidden;
	background: #fff;
	border-radius: 2px;
	padding: 20px;
	box-sizing: border-box;
}

.section_one {
	width: 1200px;
	overflow: hidden;
}

.section_one .section_oneBg:first-child {
	float: left;
	width: 740px;
	overflow: hidden;
	margin: 0 20px 0 0;
}

.section_one .section_oneBg:last-child {
	background: #f6f6f6;
	padding: 20px;
	box-sizing: border-box;
	height: 220px;
	width: 400px;
}

.section_one .section_oneBg {
	background: #f6f6f6;
	padding: 20px;
	box-sizing: border-box;
	height: 220px;
	float: left;
}

.section_one .section_oneBg img {
	float: left;
	width: 80px;
	height: 109px;
	margin: 0 10px 10px 0;
}

.section_one .section_oneBg .in_nderstand {
	float: left;
	width: 600px;
}

.section_one .section_oneBg .in_notice {
	float: left;
	width: 268px;
}

.section_one .section_oneBg h4 {
	font-size: 20px;
	margin: 0 auto 10px;
}

.section_one .section_oneBg p {
	font-size: 15px;
	line-height: 24px;
	color: #555;
}

.sectionCon .title {
	width: 100%;
	margin:0 auto 20px;
	overflow: hidden;
}

.sectionCon .title h2 {
	float: left;
	font-size: 24px;
	color: #e60012;
}

.sectionCon .title h2 img {
	margin: 0 5px 0 0;
}

.sectionCon .title h2 span {
	color: #e60012;
}

.sectionCon .title .tag {
	float: right;
	height: 23px;
	line-height: 23px;
	margin: 5px 0;
}

.sectionCon .title .tag a {
	float: left;
	font-size: 16px;
	margin: 0 10px;
	color: #666;
}

.sectionCon .title .tag a.select,
.sectionCon .title .tag a:hover {
	color: #188EEE;
}

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

.section_two .topList .list_one {
	width: 680px;
	margin: 0 15px 10px 0;
	float: left;
	position: relative;
}

.section_two .topList .list_two {
	width: 465px;
	margin: 0 auto 15px;
	float: left;
	position: relative;
}

.section_two .topList .list_one .one_img {
	width: 300px;
	height: 172px;
	overflow: hidden;
	float: left;
	margin: 0 15px 0 0;
	position: relative;
	z-index: 99;
}

.section_two .topList .list_two .two_img {
	width: 138px;
  height: 79px;
  overflow: hidden;
  float: left;
  margin: 0 15px 0 0;
  position: relative;
  z-index: 99;
}

.section_two .topList .one_img:hover img,
.section_two .topList .two_img:hover img {
	cursor: pointer;
	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);
}

.section_two .topList .list_one .one_img img {
	width: 300px;
	height: 172px;
	transition: all 0.6s;
}

.section_two .topList .list_two .two_img img {
	width: 138px;
	height: 79px;
	transition: all 0.6s;
}

.section_two .topList .list_one .topList_con {
	float: left;
	width: 345px;
	overflow: hidden;
}

.section_two .topList .list_two .topList_con {
	float: left;
  width: 310px;
  overflow: hidden;
}

.section_two .topList h3 {
	font-size: 24px;
	color: #000;
	font-weight: normal;
	width: 100%;
	margin: 0 auto 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.section_two .topList h4 {
	font-size: 15px;
	color: #555;
	font-weight: normal;
	width: 100%;
	margin: 0 auto 10px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.section_two .topList p {
	font-size: 15px;
	color: #999;
	line-height: 20px;
}

.section_two .topList .list_one em {
	position: absolute;
	left: 250px;
	z-index: 999;
}

.section_two .topList .list_two em {
	position: absolute;
	left: 90px;
	z-index: 999;
}

.sectionCon ul li {
	list-style: none;
	float: left;

}

.sectionCon ul li:nth-of-type(4n) {
  margin-right: 0 !important;
  margin-bottom: 15px;
}

.sectionCon .ul_one li,
.sectionCon .ul_two li,
.sectionCon .ul_three li,
.pro_list_scroll .in_scroll {
	width: 278px;
	background: #f6f6f6;
	padding: 0px 0px 20px 0px;
	box-sizing: border-box;
	margin: 0 15px 15px 0;
	overflow: hidden;
	border-radius: 2px;
}

.in_sectionCon .ul_one li,
.in_sectionCon .ul_two li,
.in_sectionCon .ul_three li{
	width: 278px;
}

.ul_one,.pro_list_scroll {
	width: 100%;
	overflow: hidden;
	list-style: none;
}

.sectionCon ul .proImg,.pro_list_scroll .proImg{
	width: 278px;
	height: 160px;
	overflow: hidden;
}

.sectionCon ul .proImg img,.pro_list_scroll .proImg img {
	width: 280px;
	height: 160px;
	transition: all 0.6s;
}

.sectionCon ul .logoImg {
	width: 280px;
	height: 90px;
	overflow: hidden;
	background: #fff;
	display: flex;
    justify-content: center; 
    align-items: center;  
}

.sectionCon ul .logoImg img {
	width: 200px;
	height: 80px;
	transition: all 0.6s;
	margin: 0 auto;
	vertical-align: middle;
}

.sectionCon ul .proImg:hover img,
.sectionCon ul .logoImg:hover img,
.pro_list_scroll .proImg:hover img {
	cursor: pointer;
	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);
}

.ul_one li h4,.pro_list_scroll h4 {
font-size: 18px;
  color: #000;
  height: 56px;
  line-height: 28px;
  font-weight: normal;
  margin: 20px auto;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.news_antop li{
	margin: 0 15px 15px 0 !important;
}
.news_antop li h4{
	font-size: 18px!important;
	line-height: 28px;
	margin: 10px auto!important;
}

.ul_one li p,.pro_list_scroll p {
	font-size: 15px;
	color: #555;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 auto 20px;
}

.ul_one li .poll,.pro_list_scroll .poll  {
	float: left;
	font-size: 22px;
	font-weight: bold;
	padding: 0 15px;
	box-sizing: border-box;
}

.ul_one li button,.pro_list_scroll button {
	float: right;
	width: 96px;
	height: 35px;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer;
	margin-right: 15px;
}

.ul_one li .poll_Bt,.pro_list_scroll .poll_Bt  {
	background: linear-gradient(270deg,#EA130B 0%,#FF6B00 100%);
	border: 0 none;
	color: #fff;
}

.ul_one li .voted_Bt,.pro_list_scroll .voted_Bt   {
	border: 1px solid #999;
	color: #999;
}

.pro_list_scroll .scroll table {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}

.pro_list_scroll .scroll table tr td {
	vertical-align: top;
}

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

.declareDiv {
	width: 100%;
	height: 346px;
	overflow: hidden;
	padding-bottom: 16px;
	box-sizing: border-box;
	background: url(https://img.antpedia.com/space/images/antop/web/antop_process.png) no-repeat right top 80px;
}

.declareDiv h3 {
	font-size: 20px;
	color: #F59917;
	font-weight: bold;
	margin: 20px 0 20px 15px;
}

.declareDiv em {
	font-style: normal;
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 35px;
	margin: 0 0 0 15px;
}

.ul_two li h4,
.ul_three li h4 {
	font-size: 18px;
	color: #000;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	font-weight: normal;
	margin: 20px auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.ul_two li span {
	float: left;
	font-size: 18px;
	text-indent: 30px;
	margin: 0 15px;
}

.ul_two li span.medal_span {
	background: url(https://img.antpedia.com/space/images/antop/web/icon__medal.png) no-repeat left;
	color: #feb72f;
}

.ul_two li span.heat_span {
	background: url(https://img.antpedia.com/space/images/antop/web/icon_hot.png) no-repeat left;
	color: #E60012;
}

.ul_three li p {
	font-size: 15px;
	color: #999;
	line-height: 20px;
	padding: 0 15px;
	box-sizing: border-box;
	height: 60px;
	overflow: hidden;
}

.pageDiv {
    clear:both;
	overflow: hidden;
	text-align: center;
	display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      margin: 0 auto 20px;
      list-style: none;
      padding: 30px 0 0 0;
    box-sizing: border-box;
}

.pageDiv a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	color: #666;
	font-size: 14px;
}

.pageDiv a.select,
.pageDiv a:hover {
	color: #188eee;
	border: 1px solid #188eee;
}

.pageDiv span {
	float: left;
	color: #1a1317;
	width: 30px;
	height: 30px;
}


/* 详情Star */
.bg_gray {
	background: #f0f0f0;
}

.mainProduct {
	width: 1200px;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	margin: 20px auto 5px;
}

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

.mainProduct .antopImg {
	width: 518px;
	height: 297px;
	float: left;
	overflow: hidden;
}

.mainProduct .viewstate {
	width: 60px;
	height: 50px;
	z-index: 120;
	position: absolute;
	top: 140px;
	margin-left: 450px;
	background: url(https://img.antpedia.com/space/images/antop/web/antop_trophy.png) no-repeat top;

}

.viewstate {
	width: 60px;
	height: 50px;
	z-index: 120;
	position: absolute;
	background: url(https://img.antpedia.com/space/images/antop/web/antop_trophy.png) no-repeat top;

}

.mainProduct .antopImg img {
	width: 518px;
	height: 297px;
	transition: all 0.6s;
}

.mainProduct .antopImg: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);
}

.mainProduct .antopDiv {
	float: left;
	width: 605px;
	margin-left: 30px;
	overflow: hidden;
}

.mainProduct .antopDiv h2 {
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #e60000;
}

.mainProduct .antopDiv p.antopName {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 15px;
	margin: 10px auto;
}

.mainProduct .antopDiv .material {
	overflow: hidden;
	margin: 0 auto 5px;
}

.mainProduct .antopDiv .material .in_material {
	float: left;
	border-right: 1px solid #f0f0f0;
	padding: 20px;
	box-sizing: border-box;
	width: 18%;
}

.mainProduct .antopDiv .material .in_material:first-child {
	width: 45%;
}

.mainProduct .antopDiv .material .in_material:last-child {
	border-right: 0 none;
}

.mainProduct .antopDiv .material .in_material img {
	margin: 0 auto 10px;
}

.mainProduct .antopDiv .material div p {
	font-size: 16px;
	color: #999;
	height: 24px;
}

.mainProduct .antopDiv .material div p span {
	color: #333;
}

.mainProduct .material_bt {
	overflow: hidden;
}

.mainProduct .material_bt a {
	float: left;
	width: 100px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin: 0 20px 0 0;
	text-indent: 20px;
}

.mainProduct .material_bt a:hover {
	font-size: 16px;
}

.mainProduct .material_bt a.material_bt01 {
	background: url(https://img.antpedia.com/space/images/antop/web/share.png)no-repeat 20px #188EEE;
}

.mainProduct .material_bt a.material_bt01:hover {
	background: url(https://img.antpedia.com/space/images/antop/web/share.png)no-repeat 20px #0a82e4;
}

.mainProduct .material_bt a.material_bt02 {
	background: url(https://img.antpedia.com/space/images/antop/web/thumbs-up.png) no-repeat 20px #ef3131;
}

.mainProduct .material_bt a.material_bt02:hover {
	background: url(https://img.antpedia.com/space/images/antop/web/thumbs-up.png) no-repeat 20px #d90d0d;
}


.sectionCon .in_title {
	font-size: 24px;
	color: #333;
	margin: 0 auto 15px;
}

.sectionCon .title .in_title {
	float:left;
	font-size: 24px;
	color: #333;
	margin: 0 auto 15px;
}

.in_sectionCon {
	margin: 0 !important;
	overflow: hidden;
	padding: 30px 20px 20px 20px;
	box-sizing: border-box;
	border-radius: 0;
}

.in_sectionCon .element {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s;
}

.in_sectionCon :checked~.element {
	max-height: 666px;
}

.in_sectionCon input[type="checkbox"] {
	position: absolute;
	clip: rect(0 0 0 0);
}

.in_sectionCon :checked~.check-in {
	display: none;
}

.in_sectionCon :checked~.check-out {
	display: inline-block;
}

.in_sectionCon .check-out {
	display: none;
}

.in_sectionCon .check-in,
.check-out {
	cursor: pointer;
	float: right;
}

.in_sectionCon .check-in img,
.check-out img {
	padding: 0 0 0 5px;
	box-sizing: border-box;
}

.in_sectionCon .check-in {
	color: #999;
}

.in_sectionCon .check-out {
	color: #188eee;
}

.style_one p {
	font-size: 15px;
	color: #666;
	line-height: 24px;
	width: 100%;
}

/* 通用UL样式 */
.style_one ul {
    list-style-type: none; /* 移除默认的列表样式 */
    padding: 0; /* 移除内边距 */
    margin: 0; /* 移除外边距 */
}

/* 通用LI样式 */
.style_one ul li {
    float: none; /* 取消浮动 */
    padding: 10px; /* 每个列表项的内边距 */
    display: flex; /* 使用Flex布局 */
    align-items: center; /* 垂直居中 */
}

/* 可选样式：悬停效果 */
.style_one ul li:hover {
    background-color: #f9f9f9; /* 悬停时改变背景色 */
}


.style_two p {
	font-size: 15px;
	height: 36px;
	line-height: 36px;
	width: 100%;
}

.style_two p em {
	padding-right: 5px;
	width: 20px;
	height: 20px;
	float: left;
}

.style_two p a {
	float: left;
	color: #666;
	display: contents;
}

.style_two p:hover a,
.style_two p:hover a span,
.style_two p:hover a b {
	color: #188EEE;
	cursor: pointer;
}

.style_two p a span {
	float: left;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.style_two p a b {
	float: right;
	color: #999;
	font-weight: normal;
}


.sectionCon .ul_four li {
	float: left;
	margin: 0 10px 10px 0;
	width: 224px;
	background: #fff;
	box-shadow: 0px 0px 6px rgba(155, 155, 155, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(155, 155, 155, 0.2);
	-webkit-box-shadow: 0px 0px 6px rgba(155, 155, 155, 0.2);
}

.sectionCon .ul_four li .related_pro {
	width: 224px;
	height: 122px;
	overflow: hidden;
	margin-bottom: 10px;
}

.sectionCon .ul_four li .related_pro img {
	width: 224px;
	height: 122px;
	overflow: hidden;
	transition: all 0.6s;
}

.sectionCon .ul_four 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);
}

.sectionCon .ul_four li p {
	padding: 0 10px;
	box-sizing: border-box;
	height: 24px;
	font-size: 14px;
	display: block;
    overflow: hidden;
    line-height: 24px;
}

.sectionCon .ul_four li p:first-of-type {
    height:40px;
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 5px;
}

.sectionCon .ul_four li a {
	float: left;
	width: 98px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 8px 0 10px 8px;
	font-size: 15px;
}

.sectionCon .ul_four li a.new_inquiry {
	color: #ff9b00;
	border: 1px solid #ff9b00;
}

.sectionCon .ul_four li a.new_demo {
	color: #188eee;
	border: 1px solid #188eee;
}

.sectionCon .ul_four li a.new_inquiry:hover {
	background: #ff9b00;
}

.sectionCon .ul_four li a.new_demo:hover {
	background: #188EEE;
}

.sectionCon .ul_four li a:hover {
	color: #fff;
}

.sectionCon .ul_five {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	overflow: hidden;
}

.sectionCon .ul_five h4 {
	font-weight: normal;
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
}

.sectionCon .ul_five h4 span {
	font-size: 18px;
	float: left;
}

.sectionCon .ul_five h4 a {
	font-size: 15px;
	color: #188EEE;
	float: right;
}

.sectionCon .ul_five li {
	width: 100%;
	line-height: 36px;
	height: 36px;
}

.sectionCon .ul_five li p {
	line-height: 36px;
	height: 36px;
	font-size: 15px;
	color: #666;
	float: left;
	display: block;
	width: 85%;
}

.sectionCon .ul_five li em {
	float: right;
	font-style: normal;
	width: 15%;
	text-align: right;
	color: #999;
}

.sectionCon .ul_five li:hover a p {
	color: #188eee;
}

.prizeDiv {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 15px;
}

.prizeProcuct {
	width: 750px;
	float: left;
	overflow: hidden;
}

.prizeProcuct .prizeImg {
	width: 288px;
	height: 223px;
	border: 1px solid #eaeaea;
	overflow: hidden;
	float: left;
}

.prizeProcuct .prizeImg img {
	width: 288px;
	height: 223px;
	transition: all 0.6s;
}

.prizeProcuct .prizeImg: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;
}

.prizeProcuct .prizeCon {
	float: left;
	margin: 0 0 0 20px;
    width:440px;
}

.prizeProcuct .prizeCon p {
    min-height: 27px;
	line-height: 27px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
    margin:0 auto 8px;
}

.prizeProcuct .prizeCon p span {
	color: #999;
}

.prizeProcuct .prizeCon a {
	float: left;
	font-size: 16px;
	text-align: center;
	border-radius: 2px;
	width: 100px;
	height: 35px;
	line-height: 35px;
	margin: 10px 15px 0 0;
	color: #fff;
}

.prizeProcuct .prizeCon a.new_inquiry {
	background: rgba(251, 85, 18, 1);
}

.prizeProcuct .prizeCon a.new_demo {
	  background: #008CDC;
}

.prizeProcuct .prizeCon a.new_inquiry:hover,.prizeProcuct .prizeCon a.new_demo:hover {
	cursor: pointer;
}

.prizeCredential {
    width: 346px;
    height: 226px;
    float: right;
    background: url(https://img.antpedia.com/space/images/antop/web/prize_bg_new.png) no-repeat left center;
    background-size: cover;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
}
 
.prizeCredential em {
    font-size:11px;
    color:#e60012;
    font-style:normal;
    margin:27px 0 0 5px;
    display:block;
}

.prizeCredential h2 {
    font-size: 18px;
    color: #c60010;
    margin: 47px auto 20px;
}
  
.prizeCredential .long_h2 {
    margin: 35px auto 10px;
    font-size: 16px;
}

.prizeCredential h4 {
    font-size: 14px;
    color: #000;
    margin: 0 auto 5px;
    font-weight: normal;
}
  
.prizeCredential h6 {
    font-size: 12px;
    color: #000;
    font-weight: normal;
}

.pagination {
	width: 40%;
	margin: 40px auto 0;
	overflow: hidden;
	text-align: center;
}

.pagination li {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #d9d9d9;
	margin: 0 4px;
}

.pagination li.active,
.pagination li:hover {
	color: #188EEE;
	border: 1px solid #188EEE;
}

.pagination span {
	float: left;
	color: #1a1317;
	width: 30px;
	height: 30px;
}

.return_top {
    position: fixed;
    right: 12%;
    z-index: 9999;
    cursor: pointer;
    bottom: 5%;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
  	display:block;
}
.return_top img{
	width: 32px;
	height: 21px;
	display: block;
	margin: 9px 3px;
}

/*search start*/
.topModular .search {
    height: 28px;
    width: 300px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px 0 0 200px;
    float: left;
  }
  
  .topModular .search input {
    float: left;
    width: 240px;
    height: 26px;
    line-height: 26px !important;
    font-size: 14px;
    color: #777;
    border: 0 none;
    margin: 0 0 0 15px;
    outline: none;
  }
  
  .topModular .search .search_bt {
    width: 40px;
    float: right;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
  }
  
  .topModular .search .search_bt img {
    width: 15px;
    display: block;
    margin: 6px auto;
  }
/*search end*/
/* 筛选条件Star */
.meeting_filter dl {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 10px;
/*	height: 72px;*/
}

.meeting_filter dl dt {
	float: left;
	font-size: 16px;
	color: #333;
	margin: 0 20px 0 10px;
}

.meeting_filter dd.active,
.meeting_filter dd:hover {
	color: #188EEE;
	border: 1px solid #188EEE;
	border-radius: 50px;
}

.meeting_filter dd {
	float: left;
	color: #666;
	font-size: 15px;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 1px 10px;
	box-sizing: border-box;
	cursor: pointer;
	margin: 0 15px 0 0;
	text-align: center;
}

.place_con {
	float: left;
	width: 98%;
}

.place_more {
	float: left;
	width: 13px;
	cursor: pointer;
}

#place_more_con {
	clear: left;
	margin: 0 0 0 61px;
	overflow: hidden;
	display: none;
}

#place_more_con dd {
	margin: 0 auto 10px;
}

/* 筛选条件End */

/*首页折叠展开效果Start*/
.ul_one .element {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
      clear: left;	
}

.ul_one :checked~.element {
    max-height: 666px;
}

.ul_one input[type="checkbox"] {
    position: absolute;
    clip: rect(0 0 0 0);
}

.ul_one :checked~.check-in {
    display: none;
}

.ul_one :checked~.check-out {
    display: inline-block;
}

.ul_one .check-out {
    display: none;
}

.ul_one .check-in,
.ul_one .check-out {
    cursor: pointer;
    float: right;
}

.ul_one .check-in img,
.ul_one .check-out img {
    padding: 0 0 0 5px;
    box-sizing: border-box;
}

.ul_one .check-in {
    color: #999;
    width:200px;
    margin: 0 0 0 500px;
    text-align:center;
    font-size:16px;
    height:30px;
    line-height: 30px;
    overflow:hidden;
    background:#f8f8f8;
    float:left;
}

.ul_one .check-out {
    color: #188eee;
    width:200px;
    margin: 0 0 0 500px;
    text-align:center;
    font-size:16px;
    height:30px;
    line-height: 30px;
    overflow:hidden;
    background:#f8f8f8;
    float:left;
}
/* 首页折叠展开效果End */

/* 分享弹窗Star */
.maskmodule {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: none;
	transition: all 0.5s;
}

.maskmodule .recommendbox {
	width: 680px;
	height: 520px;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	box-sizing: border-box;
	margin: 10% auto 0;
	position: relative;
}

.maskmodule .recommendbox .header {
	width: 100%;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	margin: 0 auto 30px;
}
.recommendbox .header h4{
	float: left;
	font-size:24px;
	color: #333;
}
.recommendbox .header span {
	margin:6px 0 0 0;
	cursor: pointer;
	position: absolute;
	z-index: 20;
	right: 40px;
}

.recommendbox .header span:hover {
	opacity: .8;
}

.recommendbox .content {
	width: 100%;
	margin: 0 auto;
}
.recommendbox .content img{
	margin: 0 auto 20px;
	display: block;
}
.recommendbox .content img:nth-of-type(2){
	width:162px;
	height:162px;
}

/* 分享弹窗End */
