﻿@charset "utf-8";
/* CSS Document */

/*初始区域*/
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, p, figure, form, blockquote, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix::after {
	margin:0;
	padding:0;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	height:100%;
}
*::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
a:focus {
	outline:none;
	-moz-outline:none;
	-webkit-outline:none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
ul, ol {
	list-style: none outside none;
}
li {
	list-style-type:none;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5rem;
}
sub {
	bottom: -0.25rem;
}
iframe {
	border:0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35rem 0.625rem 0.75rem;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}


/*内容区域通用*/
body {
	font-family: "微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	background: #fff;
}
img {
	border: 0;
	vertical-align: middle;
	display: block;
}
figure {
	margin: 0;
}
.clearfix {
	display:block;
	#zoom:1;
}
.clearfix::after {
	content:'';
	overflow:hidden;
	width:100%;
	height:0px;
	font-size:0px;
	display:block;
	clear: both;
}


.fl {
	float:left;
}
.fr {
	float:right;
}


.domPC {
	display: block;
}
.domMobile {
	display: none;
}


.row {
	font-size: 0;
	+word-spacing: -1px;
}
.row .dib {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.top-bar {
	height: 45px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #cccccc;
	width: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.top-bar .menu {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.top-bar .home-site-link {
	font-style: normal;
	font-weight: 700;
}
.top-bar li::after {
	content: "|";
	color: #d5d5d5;
}
.top-bar li:first-of-type::after {
	content: " ";
	padding-right: 15px;
}
.top-bar li:last-of-type::after {
	content: " ";
}
.top-bar .item {
	line-height: 45px;
	font-size: 14px;
}
.top-bar .item a {
	padding: 0 7px;
}
.top-bar .home-site-link {
	color: black;
}
.top-bar a {
	color: #1a1a1a;
}
.top-bar .loading {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-color: #f5f5f5;
}
.section {
	margin:60px auto 0px;
	width: 1000px;
}
/* banenr begin*/
.phd{
	margin-top: 45px;
	height: 905px;
	position: relative;
}
.phd img{
	width: 100%;
}
/* banenr end*/
/* phd-nav begin */
.phd-nav{
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0;
	left: 0;
	line-height: 100px;
	background:rgba(230,0,250,.6);
	z-index: 3;
}
.phd-nav a{
	color: #fff;
	font-size: 36px;
	margin-left: 10px;
	margin-right: 10px;
}
/* phd-nav end */

/* section-1 头条那块 begin */
.section-1{
	padding-bottom: 160px;
}
.section-1 .item-top .item-tit{
	width: 160px;
	height: 140px;
	float: left;
}
.section-1 .item-top .item-tit img{
	width: 160px;
	height: 140px;
}
.section-1 .item-top .item-main{
	margin-left: 170px;
	padding-top: 5px;
}
.section-1 .item-top .item-main .tit a{
	color: #000000;
	font-size: 43px;
	font-weight: bold;
	line-height: 43px;
}
.section-1 .item-top .item-main .note{
	margin-top: 20px;
}
.section-1 .item-top .item-main .note a{
	color: #000000;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
}
.section-1 .item-bot{
	margin-top: 55px;
} 
.section-1 .item-bot .item-about{
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/bgtp1.png) no-repeat center center;
	width: 294px;
	height: 265px;
	padding: 0 27px;
	box-sizing: border-box;
}
.section-1 .item-bot .item-tit{
	color: #e600fa;
	font-size: 32px;
	margin-top: -20px;
}
.section-1 .item-bot .item-about .item-note{
	padding-top: 25px;
	color: #646464;
	font-size: 16px;
	line-height: 38px;
	text-indent: 32px;
	position: relative;
}
.section-1 .item-bot .item-about .item-note a{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #e600fa;
	font-size: 16px;
	font-weight: bold;
}
.section-1 .item-bot .item-video{
	width: 295px;
	height: 260px;
	margin-left: 25px;
	margin-top: 2px;
}
.section-1 .item-bot .item-video img{
	width: 295px;
	height: 260px;
	display: block;
}
.section-1 .item-bot .item-form{
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/bgtp2.png) no-repeat center center;
	width: 362px;
	height: 262px;
	padding: 0 27px;
	box-sizing: border-box;
	margin-top: 2px;
}
.section-1 .item-bot .item-form ul{
	margin-top: 15px;
}
.section-1 .item-bot .item-form ul li{
	line-height: 24px;
	font-size: 16px;
	color: #646464;
}
/* section-1 头条那块 end */

/* section-2 论坛历程 begin */
.section-2{
	height: 1138px;
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/bigbg1.jpg) no-repeat center center;
	padding-top: 68px;
	box-sizing: border-box;
}
.section-2 .item-tit{
	height: 61px;
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/hengxian1.png) no-repeat center center;
}
.section-2 .item-tit img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.section-2 .section {
	padding-top: 20px;
}
.section-2 .section img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.section-2 ul li{
	width: 33.33%;
	margin-bottom:70px;
}
.section-2 ul li:nth-child(2){
	position: relative;
	left: 20px;
}
.section-2 ul li:nth-child(5){
	position: relative;
	left: 30px;
}
/* section-2 论坛历程 end */

/* section-3 热点强音 begin */


.section-3{
	padding-top: 120px;
}
.section-3 .item-tit{
	height: 61px;
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/hengxian2.png) no-repeat center center;
}
.section-3 .item-tit img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.section-3 .item-main{
	height: 1325px;
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/bigbg2.jpg) no-repeat center center;
	padding-top: 40px;
	box-sizing: border-box;
	margin-top: 65px;

}
.section-3 .item-left{
	width: 483px;
	height: 374px;
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/bgtp3.png) no-repeat center center;
	margin-top: 235px;
	padding: 0 18px 0 30px;
	box-sizing: border-box;
}
.section-3 .item-left .item-top{
	padding-left: 44px;
}
.section-3 .item-left .item-top h3 a{
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	line-height: 32px;
}
.section-3 .item-left .item-top p{
	margin-top: 25px;
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;
}
.section-3 .item-left .item-bot{
	padding-top: 30px;

}
.section-3 .item-left .item-bot h3 a{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	line-height: 40px;
	height: 40px;
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;
}
.section-3 .item-left .item-bot p{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-indent: 32px;
	padding-top: 10px;
}
.section-3 .item-right{
	width: 407px;
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/xiantiao.png) no-repeat 30px top;
	padding-top: 204px;
}
.section-3 .item-right a{
	width: 385px;
	height: 385px;
	border-radius: 100%;
	overflow: hidden;
	border: solid 10px #fff;
	display: block;
}
.section-3 .item-right a img{
	width: 100%;
	height: 100%;
}
.section-3 .swiper-container{
	width: 1180px;
	margin-left: -90px;
}
.section-3 .swiper-container .swiper-slide-inner{
	padding-left: 90px;
	padding-right: 90px;
}
.section-3 .swiper-button-prev{
	width: 66px;
	height: 170px;
	background-color:rgba(0,0,0,.4);
	background-size: 33px 85px;
	left:0px;
}
.section-3 .swiper-button-next{
	width: 66px;
	height: 170px;
	background-color:rgba(0,0,0,.4);
	background-size: 33px 85px;
	right: 0px;
}
.section-3 .item-list{
	margin-top: 130px;
}
.section-3 .item-list .item-div{
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.section-3 .item-list .item-div ul li{
	height: 40px;
}
.section-3 .item-list .item-div ul li span{
	width: 38px;
	height: 26px;
	box-sizing: border-box;
	padding-left: 3px;
	line-height: 26px;
	color: #000;
	font-size: 14px;
	margin-top: 7px;
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/yuan1.png) no-repeat center center;
}
.section-3 .item-list .item-div ul li div{
	margin-left: 46px;
}
.section-3 .item-list .item-div ul li div a{
	color: #ffffff;
	font-size: 16px;
	display: block;
	line-height: 40px;
	overflow: hidden;
	height:40px;
}
/* section-3 热点强音 end */

/* section-4 最美中国榜 begin */
.section-4{
	padding-top: 120px;
}
.section-4 .item-tit{
	height: 61px;
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/hengxian3.png) no-repeat center center;
}
.section-4 .item-tit img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.section-4 .section{
	margin-top: 80px;
}
.section-4 .item-left {
	width: 465px;
}
.section-4 .item-right {
	width: 494px;
}
.section-4 .item-right .item-main{
	width: 494px;
	height: 427px;
	padding-top: 1px;
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/bgtp4.png) no-repeat center center;
}
.section-4 .item-right .item-main h3{
	padding-left: 52px;
	color: #e600fa;
	font-size: 32px;
	font-weight: bold;
}
.section-4 .item-right .item-main p{
	color: #646464;
	font-size: 16px;
	line-height: 26px;
	text-indent: 32px;
	margin-left: 18px;
	padding-right: 18px;
	padding-top: 13px;
	padding-bottom: 10px;
	overflow: hidden;
	height: 104px;
}
.section-4 .item-right .item-main .item-top h3{
	margin-top: -15px;
	padding-left: 65px;
}
.section-4 .item-right .item-main .item-top h3 span{
	margin-left: 50px;
}
.section-4 .item-right .item-main .item-top p{
	border-bottom: solid 1px #e600fa;
	margin-bottom: 15px;
	height:156px;
}
.section-4 .item-left .swiper-slide{
	width: 465px;
}
.section-4 .item-left .swiper-slide img{
	width: 100%;
}
.section-4 .item-left .swiper-slide span{
	background:rgba(255,255,255,.2);
	line-height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	color: #fff;
	font-size: 14px;
	border-radius: 0;
}
.section-4 .swiper-container-horizontal>.swiper-pagination-bullets{
	top: 10px;
	bottom: auto;
}
.section-4 .swiper-pagination-bullet{
	border: solid 1px #fff;
	background:none;
	opacity: 1;
}
.section-4 .swiper-pagination-bullet-active{
	background: #fff;
}
.section-4 .item-right .item-title{
	margin-top: 8px;
	width: 491px;
	height: 51px;
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/bgtp5.png) no-repeat center center;
	padding-top: 15px;
	box-sizing: border-box;
	line-height: 36px;
	color: #fff;
	font-size: 26px;
}
.section-4 .swiper-button-prev{
	width: 44px;
	height: 110px;
	background-color:rgba(0,0,0,.4);
	background-size: 22px 55px;
	top: 50%;
	margin-top: -55px;
	left: 0;
}
.section-4 .swiper-button-next{
	width: 44px;
	height: 110px;
	background-color: rgba(0,0,0,.4);
	background-size: 22px 55px;
	top: 50%;
	margin-top: -55px;
	right: 0;
}
/*section-4 最美中国榜 end */

/* section-5 直击现场 begin */
.section-5{
	padding-top: 140px;
}
.section-5 .item-tit{
	height: 61px;
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/hengxian2.png) no-repeat center center;
}
.section-5 .item-tit img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.section-5 .item-tit{
	margin-bottom: 85px;
}
.section-5 .swiper-container img{
	width: 100%;
}
.section-5 .swiper-button-prev{
	width: 66px;
	height: 170px;
	background-color:rgba(0,0,0,.4);
	background-size: 33px 85px;
	left:50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -85px;
}
.section-5 .swiper-button-next{
	width: 66px;
	height: 170px;
	background-color:rgba(0,0,0,.4);
	background-size: 33px 85px;
	right: 50%;
	margin-right: -600px;
	top: 50%;
	margin-top: -85px;
}
/* section-5 直击现场 end */

/* section-7 往届回顾 begin */
.section-7{
	padding-top: 140px;
	padding-bottom: 430px;
}
.section-7 .item-tit{
	height: 71px;
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/hengxian2.png) no-repeat center center;
}
.section-7 .item-tit img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.section-7 .item-tit{
	margin-bottom: 85px;
}
.section-7 ul{
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/shuxian.png) no-repeat center center;
	padding-top: 1px;
}
.section-7 ul li{
	width: 140px;
	height: 140px;
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/yuan.png) no-repeat center center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 30px;
	margin-bottom: 105px;
}
.section-7 ul li:nth-child(1){
	margin-top: -60px;
}
.section-7 ul li .year{
	padding-top: 30px;
	font-size: 28px;
	font-weight: bold;
	border-bottom: solid 1px #f088fa;
	margin-left: auto;
	margin-right: auto;
	width: 84px;
	color: #fff;
}
.section-7 ul li:nth-child(2n){
	margin-bottom: 190px;
}
.section-7 ul li .tit{
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.section-7 ul li .item-main{
	width: 364px;
	height: 540px;
	background: #fad4fd;
	border: solid 2px #e426f6;
	padding: 20px;
	box-sizing: border-box;
	left: -430px;
	top: 0;
}
.section-7 ul li .item-main .pic img{
	width: 100%;
}
.section-7 ul li .item-main p{
	padding-top: 16px;
	text-indent: 32px;
	color: #646464;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	height: 208px;
	overflow: hidden;
}
.section-7 ul li .item-main .more{
	margin-top: 15px;
}
.section-7 ul li .item-main .more a img{
	display: inline-block;
}
.section-7 ul li .item-main:after{
	content: '';
	position: absolute;
	top: 57px;
	right: -18px;
	width: 19px;
	height: 26px;
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/youjian1.png) no-repeat center center;
}
.section-7 ul li:nth-child(2n) .item-main{
	left: auto;
	right: -430px;
}
.section-7 ul li:nth-child(2n) .item-main:after{
	left: -18px;
	right: auto;
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/zuojian1.png) no-repeat center center;
}
/* section-7 往届回顾 end */

/* section-8 历届参会嘉宾 begin */
.section-8{
	padding-top: 30px;
	padding-bottom:120px;
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/bigbg3.jpg) no-repeat center 130px;
	background-size: cover;
}
.section-8 .item-tit{
	height: 71px;
	margin-bottom: 85px;
	background:url(http://www.newsimg.cn/travel/ronghe2018/img/hengxian4.png) no-repeat center center;
}
.section-8 .item-tit img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.section-8 ul li{
	width: 238px;
	height: 350px;
	border: solid 2px #c822d3;
	border-radius: 2px;
	margin-left: 10px;
	margin-bottom: 22px;
	position: relative;
}
.section-8 ul li img{
	width: 100%;
}
.section-8 ul li:nth-child(4n+1){
	margin-left: 0;
}
.section-8 ul li .item-main{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 66px;
	background:rgba(228,38,246,.7);
	padding: 5px 15px;
	box-sizing: border-box;
}
.section-8 ul li .item-main h3 a{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
.section-8 ul li .item-main p{
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
/* section-8 历届参会嘉宾 end */


/* footer 补充 begin */
.footer{
	background:#e600fa!important;
	padding-top:45px!important;
	padding-bottom: 40px;
	box-sizing: border-box;
	font-size: 14px!important;
	color: #fff!important;
	line-height: 30px!important;
}
/* footer 补充 end */
/*RTools*/
.RTools {
  position: fixed;
  _position: absolute;
  right: 10px;
  bottom: 200px;
  width: 60px;
  z-index: 10000;
  display: none;
}
.RTools .qrcode {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 0;
  border: 1px solid #ccc;
  background-color: #f7f7f7 !important;
  right: 0;
  bottom: 70px;
  position: absolute;
}
.RTools .qrcode canvas {
  width: 100%;
  height: auto;
}
.RTools .qrcode:hover::after {
  content: '扫描分享';
  width: 100%;
  color: #333;
  font-size: 16px;
  display: block;
  text-align: center;
}
.RTools .qrcode:hover {
  transform: translate(0, 0);
  animation: change 1s;
  -moz-animation: change 1s;
  -webkit-animation: change 1s;
  -mozanimation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  overflow: hidden;
  width: 100%;
}
@keyframes change {
  from {
    width: 48px;
    height: 48px;
    opacity: 1;
  }
  to {
    width: 100px;
    height: 125px;
    opacity: 1;
  }
}
.RTools .gototop {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #00a0e9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///0RERMf1+eoAAAACdFJOU/8A5bcwSgAAAE1JREFUeNrs0yEOwDAQA8HN/z9ddiy2krJ2j1gGg6xjvTjEYrFY/CEM9xiyptioaTZpqg2aaCfO8KCkKTZq+kg3eFP8KrFYLP4pfgQYAJQnDccrVqXcAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  transition: .3s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.show {
  display: block;
}


.adBottom {
	background: #00a0e9;
	/*padding: 20px 0 40px;*/
}
.footer {
	padding: 50px 0;
	background: #00a0e9;
	text-align: center;
	color: #fff;
	/*border-top: #df0045 solid 5px;*/
}
.footer p {
	line-height: 2;
}