@charset "UTF-8";
img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	border: 0;
	display: inline-block;
}

a {
	color: #252B3A;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

body {
	font-size: 14px;
	background-size: cover;
	-ms-behavior: url(../css/backgroundsize.min.htc);
	behavior: url(../css/backgroundsize.min.htc);
}

@keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-moz-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-webkit-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-o-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}
.img_scale{
	width:100%;
  height: 100%;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.mkt_banner{
	position: relative;
	overflow: hidden;
}
.mkt_banner img{
	width: 100%;
}
.mkt_banner .text{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mkt_banner .text .w1440{
	position: relative;
}
.mkt_banner .text h2{
	font-weight: 600;
}
.mkt_hot{
	padding:90px 0 72px 0;
	background:url(../images/marketing/bg_hot.jpg) no-repeat;
	background-size:cover;
}
.mkt_hot h3{
	color:#222;
	text-align: center;
	font-weight: bold;
}
.mkt_hot .top_left{
	width:50%;
	height:0;
	padding-bottom: 28%
}
.mkt_hot .top_right{
	width:50%;
	height:0;
	padding-bottom: 28%;
	background:rgba(255,255,255,.6);
}
.mkt_hot .top_right .right_wrap{
	width:100%;
	padding:0 130px 0 70px;
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform:translateY(-50%);
}
.mkt_hot .top_right .subTitle{
	color:#000;
}
.mkt_hot .top_right .title{
	color:#000;
	margin-top: 12px
}
.mkt_hot .top_right .desc{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	max-height:5.4em;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#05002a;
	line-height: 1.8
}
.mkt_hot .top_right .top_more{	
	box-sizing: content-box;
    float: left;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
	background-image: linear-gradient( 135deg , #0068dd, #00aeee);
    background-color: #0360c3;
    border: none;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    margin-top: 40px;
}
.mkt_hot .top_right .top_more:hover{
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;
    border: none;
    margin-right: 0;
    color: #fff;
}
.mkt_hot .top_right .top_more:after {transform: translateY(-1px); content: "";  transition: 0.5s;font-family: "iconfont";display: inline-block;vertical-align: middle; }

.mkt_hot .top_right .top_more:hover:after {content: "\e683";  transition: 0.5s; margin-left: 5px; }


.hot_list{
	margin-top: 90px
}
.hot_list .hot_item{
	width:45%;
}
.hot_list li:not(:first-child){
	margin-top: 60px
}
.hot_list li .hot_item_img{
	left:0;
	top:4px;
	width:300px;
	height:170px;
	overflow:hidden;
}
.hot_list li .hot_item_img .img_box{
	width:100%;
	height:100%;
}
.hot_list li .hot_item_img .img_box{
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.hot_list li .hot_item_label{
	position:absolute;
	width:90px;
	height:36px;
	line-height: 36px;
	text-align:center;
	color:#fff;
	left:0;
	top:0;
}

.hot_list li .hot_item_txt{
	box-sizing:border-box;
	width:100%;
	padding-left: 330px
}
.hot_list li .hot_item_info{
	margin-top: 10px
}
.hot_list li .hot_item_til{
	display:inline-block;
	max-width:100%;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#000;
}
.hot_list li .hot_item_til:after{
	content:'';
	display:block;
	width:0;
	height:1px;
	background:#0068dd;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.hot_list li .hot_item_desc{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	height:3em;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#000;
	margin-top: 0px;
}
.hot_list li .hot_item_date{
	color:#75787d;
	background:url(../images/marketing/icon_date.png) no-repeat left center;
	padding-left:30px;
	margin-top: 10px;
}
.hot_list li .hot_item_loc{
	color:#75787d;
	background:url(../images/marketing/icon_loc.png) no-repeat left center;
	padding-left:30px;
	margin-right: 35px;
    margin-top: 10px;
}
.hot_list li .hot_item_btn{
	padding:0 36px;
	height:38px;
	line-height: 36px;
	border:1px solid #aaa;
	border-radius:5px;
	color:#000;
	text-align:center;
	margin-top: 6px
}
.hot_list li .hot_item_btn.btn_live::after{
	content:'';
	display:inline-block;
	width:0;
	height:0;
	border-top:4px solid transparent;
	border-left:6px solid #333;
	border-bottom:4px solid transparent;
	vertical-align: middle;
	margin-left:8px;
}
.hot_list li .hot_item .hot_item_img:hover .img_box{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.hot_list li .hot_item .hot_item_til:hover {
	color:#0068dd;
}
.hot_list li .hot_item .hot_item_til:hover:after{
	width:100%;
}
.hot_list li .hot_item .hot_item_btn:hover {
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
	color:#fff;
	border: 1px solid #bce2f1;
}
.hot_list li .hot_item:hover .hot_item_btn.btn_live:after{
	border-left:6px solid #fff;
}
.hot_list li .hot_item_label.label_advance{
	background:rgba(0,165,236,.8);
}
.hot_list li .hot_item_label.label_ongoing{
	background:rgb(222, 121, 38,.8);
}
.hot_list li .hot_item_label.label_review{
	background:rgba(0,0,0,.7)
}
.mkt_summit{
	padding-top: 90px;
	background:#fff;
}
.mkt_summit_header h3{
	color:#000;
	text-align:center;
	font-weight: bold;
}
.mkt_summit_tab{
	text-align:center;
	padding-bottom:15px;
}
.mkt_summit_tab li{
	display:inline-block;
	padding:0 40px;
	text-align: center;
	position: relative
}
.mkt_summit_tab li.uactive a{
	color: #0073f0;
}
.mkt_summit_tab li:first-child{
	padding-left:0;
}
.mkt_summit_tab li:not(:first-child):after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-9px;
	width:1px;
	height:18px;
	background:#ddd;
}
.mkt_summit_tab li a{
	display:inline-block;
	color:#333;
	letter-spacing: normal
}
.mkt_summit_tab li a:hover{
	color:#0073f0;
}

/* 分页 */
.paging {
  display: flex;
  justify-content: center;
    padding-top: 50px;
    padding-bottom: 10px;
  width: 670px;
  margin: 0 auto;
}
.paging > span,
.paging > i {
  text-align: center;
  line-height: 40px;
  color: #949ba3;
  font-size: 18px;

  display: inline-block;
}
.paging > span:last-child {
  margin-right: 0;
}
.paging > span {
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  border-radius: 5px;
  margin: 0 9px;
  cursor: pointer;
}
.paging > .selected,
.paging > span:hover {
  color: #fff;
  background-image: linear-gradient(to right, #2a6ed7, #48a9e8);
}
.pageInputBox:hover {
  background: #fff !important;
}
/* .paging > span:hover {
  color: #fff;
  background-image: linear-gradient(to right, #2a6ed7, #48a9e8);
} */
.pre:hover > .out > .in,
.next:hover > .out > .in {
  border-color: #fff;
}
.paging .pageInput {
  line-height: 40px;
  border: 0px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #949ba3;
  background: transparent;
}
.paging .pre .out,
.paging .next .out {
  width: 8px;
  height: 16px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.paging .pre .in,
.paging .next .in {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #787e86;
  /* transform: rotate(45deg); */
  position: absolute;
}
.paging .pre .in {
  transform: rotate(45deg);
}
.paging .next .in {
  transform: rotate(-45deg);
  left: -12px;
}
.mkt_summit_list {
	display: none;
}
.mkt_summit_list.uactive{
	display: block;
}
.mkt_summit_list li{
	padding: 60px 0
}
.mkt_summit_list li:nth-child(2n){
	background:#f5f7fa;
}
.mkt_summit_list li:nth-child(2n+1){
	background:#fff;
}
.summit_left{
	width:50%;
	height:0;
	padding-bottom: 28%;
	overflow:hidden;
}
.summit_left .img_box{
	top:0;
	right:0;
	bottom:0;
	left:0;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s
}

.summit_right{
	width:50%;
	padding:0 30px 28% 68px;
	height:0;
}
.summit_right .right_wrap{
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.summit_right .summit_title{
	color:#000;
	margin-bottom:20px
}
.summit_right .summit_title:after{
	content:'';
	display:block;
	width:0;
	height:1px;
	background:#0073f0;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.summit_right .summit_subTitle{
	clear:both;
	color:#000;
}
.summit_right .summit_keywords{
	margin-top: 10px
}
.summit_right .summit_keywords span{
	color:#0073f0;
}
.summit_right .summit_keywords span:not(:first-child){
	padding-left:8px;
	margin-left:8px;
}
.summit_right .summit_keywords span:not(:first-child):before{
	content:'';
	width:1px;
	height:15px;
	background:#aaa;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-7px;
}
.summit_right .summit_desc{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	line-height: 1.8;
	max-height:5.4em;
	overflow:hidden;
	text-overflow:ellipsis;
}

.summit_right .summit_more{	
	box-sizing: content-box;
    float: left;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
	background-image: linear-gradient( 135deg , #0068dd, #00aeee);
    background-color: #0360c3;
    border: none;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    margin-top: 40px;
}
.summit_right .summit_more:hover{
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;
    border: none;
    margin-right: 0;
    color: #fff;
}
.summit_right .summit_more:after {transform: translateY(-1px); content: "";  transition: 0.5s;font-family: "iconfont";display: inline-block;vertical-align: middle; }
.summit_right .summit_more:hover:after {content: "\e683";  transition: 0.5s; margin-left: 5px; }



.mkt_summit_item .summit_title:hover {
	color:#0073f0;
}
.mkt_summit_item .summit_title:hover:after{
	width:100%;
}
.mkt_summit_item .summit_more:hover:after {
	right: 7px;
	opacity: 1;
}
.mkt_summit_item .img_box:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.mkt_summit_item .summit_more:hover i{
	margin-right:6px;
}
.mkt_summit_item .summit_more:hover:before{
	right:6px;
	opacity: 1
}
#Pagination{
	margin-top: 65px
}
.pagination{
	display:block;
	text-align: center
}
.pagination a, .pagination span{
	display:inline-block;
	float:none;
	vertical-align: middle;
	padding:0;
	width:50px;
	height:50px;
	line-height: 50px;
	margin-bottom:0;
	border:none;
	border-radius: 5px;
	background:#fff;
	font-size:16px;
	color:#787e86;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.pagination .prev, .pagination .next{
	font-size:0;
	position:relative;
	border:none;
}
.pagination .prev:before{
	content:'';
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	width:9px;
	height:9px;
	margin:-4px 0 0 -2px;
	border-top:1px solid #787e86;
	border-left:1px solid #787e86;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.pagination .next:before{
	content:'';
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	width:9px;
	height:9px;
	margin:-4px 0 0 -8px;
	border-top:1px solid #787e86;
	border-right:1px solid #787e86;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.pagination .current{
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
	border:none;
}
.pagination a:hover{
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
	border:none;
	color:#fff;
}
.pagination .prev:hover:before{
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}
.pagination .current.prev:hover:before{
	border-top:1px solid #787e86;
	border-left:1px solid #787e86;
}
.pagination .next:hover:before{
	border-top:1px solid #fff;
	border-right:1px solid #fff;
} 
.pagination .current.next:hover:before{
	border-top:1px solid #787e86;
	border-right:1px solid #787e86;
}
@media only screen and (max-width:1500px){
	.hot_list li .hot_item_img{
    width: 257px;
		height: 160px;
	}
	.hot_list li .hot_item_txt{
		padding-left:275px;
	}
	.hot_list li .hot_item_desc{
		margin-top: 0
	}
	.hot_list li .hot_item_info{
		margin-top: 2px;
    height: 52px;
	}
}
@media only screen and (max-width:1440px){
	.hot_list li .hot_item_til.fnt_24 {
		font-size: 16px;
	}
	.hot_list li .hot_item_desc.fnt_16 {
		font-size: 14px;
	}
	.mkt_hot {
		padding: 40px 0 20px 0;
	}
	.mt_55 {
		margin-top: 35px;
	}
	.mkt_summit {
		padding-top: 45px;
	}
	.mkt_summit_list li {
		padding-top: 40px;
	}
	.mkt_summit_list li {
		padding: 40px 0;
	}
	.hot_list {
		margin-top: 45px;
	}
	.mkt_hot .top_right .right_wrap{
		padding:0 100px 0 56px;
	}
	.mkt_hot .top_right .top_more{
		margin-top: 20px
	}
	.hot_list li .hot_item_btn{
		padding: 0 35px;
    height: 34px;
    line-height: 32px;
	}
	.pagination a, .pagination span{
		width:40px;
		height:40px;
		line-height: 40px
	}

  /* 分页 */
  .paging {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 60px;
    width: 670px;
    margin: 0 auto;
  }
  .paging > span,
  .paging > i {
    text-align: center;
    line-height: 40px;
    color: #949ba3;
    font-size: 16px;

    display: inline-block;
  }
  .paging > span:last-child {
    margin-right: 0;
  }
  .paging > span {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #eceff5;
    border-radius: 5px;
    margin: 0 6px;
  }
  .paging > .selected {
    color: #fff;
    background-image: linear-gradient(to right, #2a6ed7, #48a9e8);
  }
  .paging .pageInput {
    line-height: 40px;
    font-size: 16px;
  }
}

/* PC分页器样式 */
.pagination-btn{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  cursor: pointer;
  color: #949ba3;
  background:#fff;
  border:1px solid #eceff5;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
}


.pagination-btn:hover {
  color: #fff;
  background-image: linear-gradient(to right, #2a6ed7, #48a9e8);
}

.pagination-current{
	color: #fff;
  background-image: linear-gradient(to right, #2a6ed7, #48a9e8);
}
.pagination-btns{
  display: inline-block;
  width: 74px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #999;
  cursor: pointer;
  color: #999;
  box-sizing: border-box;
  text-align: center;
}
.pagination-wrap{
  position: relative;
  display: inline-block;
  padding-left: 0px;
}

#pagination-prev {
  margin-right: 5px;
}

#pagination-next {
  margin-left: 5px;
}

.pagination-ellipsis{
  display: inline-block;
  position: relative;
  padding: 5px 11px 7px 11px;
  margin: 0 5px;
  color: rgba(22,26,64,.65);
  border:1px solid rgba(0,0,0,.15);
  box-sizing: border-box;
  text-align: center;
  
}
/* .pagination-current{
  border:1px solid #3E8DDD;
  color:#fff;
  border: 0;
} */
.pagination-disabled{
  cursor: not-allowed;
}
.pagenum{
  vertical-align: middle;
}
.page{
  font-size: 16px;
  color: rgba(0,0,0,1);
}
.page input{
  width: 48px;
}

.page-position{
 
  position: relative;
  height: 100px;
  transform: translateY(-50px);
}
.page-position-box{
  width: 300px;
  position: absolute;
  left: 50%;
  margin-left: -180px;
}
.page-position input{
  transform: translateY(-10px);
  width: 60px;
  height: 40px;
}
.page-position span{
  display: inline-block;
  font-size: 16px;
  color: rgba(0,0,0,1);
  text-align: left;
  margin: 0 10px;
}

#wrap1 {
margin-bottom: 80px;
}