/* 基本信息 */
body {
	margin:0 auto;
	padding:0;
	font-family:"微软雅黑", Arial Narrow, Arial, serif;
	font-size:14px;
	color:#333;
	text-align:center;
	background:#FFF;
}
div, form, img, ul, ol, li, dl, dt, dd, p {
	margin: 0;
	padding: 0;
	border: 0;
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:14px;
}
table, td, tr, th, input, select, textarea {
	font-size:14px;
	font-family:"微软雅黑", Arial Narrow, Arial, serif;
}
html {
	height:100%;
}
/* Link */
a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color: #ca090a;
	text-decoration:underline;
}
a:active {
	color: #333;
}
/* 其他属性 */
.Fleft {
	float: left;
}
.Fright {
	float: right;
}
.Tleft {
	text-align:left;
}
.Tright {
	text-align:right;
}
.Tcenter {
	text-align:center;
}
.cler {
	clear: both;
	font-size:1px;
	width:1px;
	height:0;
	overflow:hidden;
}
.hidden {
	display: none;
}
.NoNewline {
	word-break: keep-all;
}
.AutoNewline {
	word-break: break-all;
}
/* Font  */
.fB {
	font-weight: bold;
}
.f11px {
	font-size:11px;
}
.f12px {
	font-size:12px;
}
.f13px {
	font-size:13px;
}
.f14px {
	font-size:14px;
}
.f15px {
	font-size:15px;
}
.f16px {
	font-size:16px;
}
.f17px {
	font-size:17px;
}
.f18px {
	font-size:18px;
}
.f30px {
	font-size:30px;
}
.overh {
	overflow:hidden;
}
.poa {
	position:absolute;
}
.por {
	position:relative;
}
/* =====================
 * 表单元素格式化及伪类效果
 * ===================== */
input[type=text] {
	-webkit-appearance:none;
	-moz-appearance:none;
	margin:0;
	padding:0;
	background:0 0;
	border:none
}
input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}
/* color */
.white {
	color: #FFFF;
	text-decoration:none;
}
.white a:link {
	color: #FFFF;
	text-decoration:none;
}
.white a:visited {
	color:#FFF;
	text-decoration:none;
}
.white a:hover {
	color: #FFF;
	text-decoration:none;
}
.white a:active {
	color: #FFF;
}
.gray {
	color: #999;
	text-decoration:none;
}
.gray a:link {
	color: #999;
	text-decoration:none;
}
.gray a:visited {
	color:#999;
	text-decoration:none;
}
.gray a:hover {
	color: #ca090a;
	text-decoration:none;
}
.gray a:active {
	color: #999;
}
.red {
	color: #ca090a;
	text-decoration:none;
}
.red a:link {
	color: #ca090a;
	text-decoration:none;
}
.red a:visited {
	color:#ca090a;
	text-decoration:none;
}
.red a:hover {
	color: #333;
	text-decoration:none;
}
.red a:active {
	color: #ca090a;
}

/* background */
/* 文字隐藏 */
.single_hidden {
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.many_hidden {
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden
}
/* num */
.pt5 {
	padding-top:5px;
}
.pt10 {
	padding-top:10px;
}
.pt15 {
	padding-top:15px;
}
.pt20 {
	padding-top:20px;
}
.pr10 {
	padding-right:10px;
}
.pr15 {
	padding-right:15px;
}
.pl15 {
	padding-left:15px;
}
.pl10 {
	padding-left:10px;
}
.plr10 {
	padding:0px 10px;
}
.plr8{
	padding:0px 8px;
}
.mr10 {
	margin-right:10px;
}
.ml10 {
	margin-left:10px;
}
.mt20{
	margin-top:20px;
}
/* 具体内容*/
/*头部*/
.headermian{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	padding-top:40px;
	height:135px;
	position:relative;
}
.logodiv{
	width:760px;
	overflow:hidden;
	text-align:left;
	height:73px;
	padding-top:20px;
}
.logo_pic{
	width:65px;
	height:55px;
	overflow:hidden;
}
.logo_font{
	height:55px;
	overflow:hidden;
	text-align:left;
	padding-left:15px;
	line-height:20px;
	color:#ca090a;
	font-size:16px;
	font-weight:normal;
}
.logo_font h3{
	line-height:35px;
	font-size:30px;
}
.logo_font p{
	letter-spacing:0px;
}
.searchmain{
	width:432px;
	height:70px;
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:0;
	-webkit-border-radius:0px 5px 0px 0px;
	-moz-border-radius:0px 5px 0px 0px;
	-o-border-radius:0px 5px 0px 0px;
	border-radius:0px 5px 0px 0px;
}
.search_l{
	width:52px;
	height:70px;
	overflow:hidden;
}
.searchdiv{
	width:350px;
	overflow:hidden;
	height:40px;
	padding:15px;
	background:#aa0708;
}
.search{
	width:242px;
	height:28px;
	padding:5px 10px;
	border:1px solid #d2d2d2;
	background:#FFF;
	-webkit-border-radius:5px 0px 0px 5px;
	-moz-border-radius:5px 0px 0px 5px;
	-o-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;
}
.search_pic{
	width:20px;
	height:20px;
	overflow:hidden;
	padding-top:3px;
	padding-right:5px;
}
.search_input{
	width:217px;
	overflow:hidden;
	height:28px;
	text-align:left;
}
.search_input input{
	width:217px;
	overflow:hidden;
	height:28px;
	background:none;
	line-height:28px;
	border:0;
	color:#666;
}
.search_button{
	width:86px;
	height:40px;
	overflow:hidden;
	-webkit-border-radius:0px 5px 5px 0px;
	-moz-border-radius:0px 5px 5px 0px;
	-o-border-radius:0px 5px 5px 0px;
	border-radius:0px 5px 5px 0px;
}
.search_btn{
	width:86px;
	height:40px;
	overflow:hidden;
	background:#ff7e01;
	border:0;
	color:#FFF;
	font-size:16px;
	cursor:pointer;
}
.navdiv {
	width:1200px;
	overflow:hidden;
	height:65px;
	background:#ca090a;
	margin:0px auto;
}
.navdiv ul li {
	width:171px;
	overflow:hidden;
	height:60px;
	float:left;
	line-height:25px;
	padding-top:6px;
}
.navdiv ul li:hover {
	background:#b60809;
	color: #FFF;
}
.nav_active {
	background:#b60809;
	color: #FFF;
}
.nav ul li a.active {
	background:#b60809;
	color: #FFF;
}

.navdiv a:link {
	color: #FFF;
	text-decoration:none;
}
.navdiv a:visited {
	color:#FFF;
	text-decoration:none;
}
.navdiv a:hover {
	color: #FFF;
	text-decoration:none;
}
.navdiv a:active {
	color: #FFF;
}
.icon-zhandianguanli{
	font-size:22px !important;
}
.icon-kujialeqiyezhan_duijieshengchan{
	font-size:27px !important;
}
.icon-renqun{
	font-size:23px !important;
}
.icon-rongyu{
	font-size:23px !important;
}
.icon-peixun{
	font-size:19px !important;
}
/*contentmain*/
.contentmain{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	background:#FFF;
	padding:20px 0px;
}
.infor_con_h3{
	width:111px;
	height:37px;
	overflow:hidden;
	background:url(../images/title_bg.jpg) no-repeat;
	line-height:37px;
	font-weight:normal;
	color:#FFF;
	font-size:16px;
	text-align:left;
	padding-left:13px;
}
.infor_con_span{
	float:right;
	line-height:38px;
}

/*右侧手势区*/
.right_pic{
    position:fixed;
    width: 200px;
    right: 0px;
    top:0;
    z-index:99999999;
	margin-top:35%;
}
.right_con{
    position: fixed;
    width: 96px;
    right: -98px;
    top:0;
    z-index: 99999999998;
    background:url(../images/right_bg.png) repeat;
    padding-top:8%;
	height:100%;
}
.right_pic img{
    width: 45px;
    height: 90px;
    position: absolute;
    right: 0;
}
.right_con a{
    display: block;
    margin-top: 35px;
}
.right_con a:hover span{
    color: #ca090a;
}
.right_con img{
    width: 100%;
    height: 65px;

}
.right_con span{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;

}

.right_con span{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.tourism_title_h3{
	width: 111px;
	height: 37px;
	line-height: 37px;
	color:#FFF;
	cursor:pointer;
	text-align:left;
	padding-left:13px;
	overflow:hidden;
	background:url(../images/title_bg.jpg) no-repeat;
	font-weight:normal;
}	
.tourism_title_span{
	float:right;
	padding-right:10px;
	line-height:37px;
}
.tourismdiv{
	width:1180px;
	overflow:hidden;
	margin:0 auto;
}


/*bottom*/
.bottomdiv {
	height:151px;
	overflow:hidden;
	background:#ca090a;
	width:100%;
}
.bottom {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	height:111px;
	padding:20px 0px;
}
.bottom_con {
	width:860px;
	overflow:hidden;
	height:111px;
	padding-left:30px;
}
.bottom_con_font {
	width:797px;
	overflow:hidden;
	height:25px;
	line-height:25px;
	text-align:left;
	padding-left:63px;
	color:#FFF;
}
.bottom_con_font a {
	padding:0px 15px;
	color:#FFF;
}
.bottom_con_all {
	width:860px;
	overflow:hidden;
	height:80px;
	padding-top:6px;
}
.bottom_con_pic {
	width:53px;
	height:63px;
	overflow:hidden;
	padding-top:8px;
}
.bottom_con_text {
	width:787px;
	overflow:hidden;
	height:80px;
	text-align:left;
	line-height:25px;
	color:#FFF;
}
.bottom_con_text img {
	vertical-align:top;
	padding:0px 5px 0px 20px;
}
.bottom_img {
	width:110px;
	height:55px;
	overflow:hidden;
	padding:28px 0px 0px 20px;
}
.bottom_wechat {
	width:80px;
	height:111px;
	overflow:hidden;
	color:#FFF;
	padding-left:45px;
}
 @font-face {font-family: "iconfont";
   src: url('../icon/iconfont.eot'); /* IE9*/
   src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
   url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
   url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
   url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
 }
 
 .iconfont {
   font-family:"iconfont" !important;
   font-size:16px;
   font-style:normal;
   -webkit-font-smoothing: antialiased;
   -webkit-text-stroke-width: 0.2px;
   -moz-osx-font-smoothing: grayscale;
 }　　/* content的内容为生成的iconfont文字编码， */
 .icon-meiriyiti:before { content: "\e600"; }
 .icon-xiaobaobiao:before { content: "\e601"; }
 .icon-dabaobiao:before { content: "\e602"; }
