﻿@charset "utf-8";
/* CSS Document */

/* 全局 */
.g-doc{
	width:100%;
}

.m-mn{
	position: relative;
	width:1160px;
	margin:0px auto;
}

.u-ico{background: url(../images/ico.png) no-repeat scroll -9999px -9999px transparent;}

/* 头部 */
.g-top{
	width:100%;
}

.m-top-bar{
	width:100%;
	height:30px;
	background:url(../images/bg_01.jpg) repeat-x;
	color:#999999;
	line-height:30px;
}
.m-top-bar a{color:#999999;}
.m-top-bar a:hover{ color:#000;}

.m-top-bar .welcome{
	width:170px;
	float:left;
}
.m-top-bar .login{
	margin-right:30px;
	float:left;
}
.m-top-bar .menu{
	float:right;
	margin-left:30px;
}

.m-top{
	width:100%;
	height:137px;
}
.m-top-2{
	height:80px;
	overflow: hidden;
}
.m-logo{
	width:238px;
	height:47px;
	background: url("../images/logo.png");
	background-size: 100% 100%;
	/*background-position: -48px -37px;*/
	float:left;
	margin-left:-10px;
	margin-top:38px;
    background-repeat: no-repeat;
}
.m-logo-2{ margin-top: 12px;}
.m-search{
	width:540px;
	height:32px;
	border:3px solid #172987;
	float:left;
	margin-left:71px;
	margin-top:43px;
}
.m-search-2{margin-top: 20px;}
.m-search .ipt{
	width:435px;
	height:16px;
	line-height:16px;
	padding: 8px 10px;
	border:0px;
	float:left;
}
.m-search .btn{
	width:85px;
	height:32px;
	line-height:30px;
	color:#FFF;
	text-align:center;
	background:#172987;
	border:0px;
	float:right;
	font-size:14px;
	cursor:pointer;
}
.m-search .key{
	position:absolute;
	margin-top:38px;
	text-align:left;
	line-height:34px;
}
.m-search .key a{ color:#8A8A8A; margin-right:25px; font-size:12px; float:left;}
.m-search .key a.hot{ color:#A8247A;}
.m-address{
	position:absolute;
	color:#8A8A8C;
	font-size:12px;
	margin-left:160px;
	margin-top:86px;
	z-index: 2;
}
.m-address .current{
	display: block;
	color:#565656;
	font-size:14px;
	padding: 0 14px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #fff;
	border-bottom: none;
}
.m-address .list{
	position: absolute; 
	top: 29px;
	display: none;
	border: 1px solid #A42479;
	border-top: none;
	width: 70px;
	background-color: #fff;
}
.m-address .list a{
	display: block;
	line-height: 28px;
	text-align: center;
}
.m-address .list a:hover{
	background-color: #eee;
}
.m-address:hover .current{
	border-color: #A42479;
}
.m-address:hover .list{
	display: block;
}
.m-tel{
	width:143px;
	height:54px;
	float:right;
	margin-right: 50px;
	margin-top:43px;
	background-position: -48px -111px;
}
.m-tel-2{ margin-top: 20px;}
.m-weixin{
	position: absolute;
	top: 44px;
	right: 0;
	width: 36px;
	height: 36px;
	background:url(../images/yy-icon.png) no-repeat;
}
.weixin{
	position: absolute;
	top: 80px;
	right: 0;
	width: 177px;
	height: 177px;
	z-index: 100;
	border: 1px solid #ddd;
}
.m-top-line{
	width: 100%;
	height: 2px;
	background: #A42479;
	margin-top: 78px;
}
.suggest-list{
	position: absolute;
	border: 1px solid #A42479;
	background-color: #fff;
}
.suggest-list a{
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	color: #333;
}
.suggest-list a:hover{
	background-color: #eee;
}
.suggest-list span{
	display: block;
	line-height: 30px;
	text-align: center;
	color: #999;
}

/* 导航 */
.g-nav{
	width:100%;
	height:40px;
	background:#172987;
}
.m-nav{
	width:935px;
	height:40px;
	line-height:40px;
	float:left;
}
.m-nav li{
	color:#FFF;
	font-size:14px;
	display:inline-block;
}
.m-nav li a{
	padding-left:25px;
	padding-right:25px;
	color:#FFF;
	display:block;
}
.m-nav li a:hover{
	background:#1E60A8;
	text-decoration: none;
}

/* 左侧导航 */
.m-lf-nav{
	position: relative;
	width:225px;
	height:40px;
	line-height:40px;
	background:#172987;
	float:left;
	z-index: 1;
}
.m-lf-nav .nav-bg{
	position:absolute;
	width:225px;
	height:400px;
	background:#EB6000;
}
.m-lf-nav .lf-nav{
	width:90px;
	float:left;
	margin-top:15px;
	margin-left:15px;
}
.m-lf-nav .lf-nav li{
	height:24px;
	line-height:24px;
	border-bottom:1px solid #FD7A22;
	margin-bottom:10px;
	font-size:12px;
}
.m-lf-nav .lf-nav a{color:#FFF;padding-left:20px;}
.m-lf-nav .lf-nav a:hover{color:#feb889;}
.m-lf-nav .lf-nav .ico1,
.m-lf-nav .lf-nav .ico2,
.m-lf-nav .lf-nav .ico3,
.m-lf-nav .lf-nav .ico4,
.m-lf-nav .lf-nav .ico5,
.m-lf-nav .lf-nav .ico6,
.m-lf-nav .lf-nav .ico7,
.m-lf-nav .lf-nav .ico8{
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	margin-top:4px;
}
.m-lf-nav .lf-nav .ico1{background-position: -299px -111px;}
.m-lf-nav .lf-nav .ico2{background-position: -299px -160px;}
.m-lf-nav .lf-nav .ico3{background-position: -299px -209px;}
.m-lf-nav .lf-nav .ico4{background-position: -299px -259px;}
.m-lf-nav .lf-nav .ico5{background-position: -299px -308px;}
.m-lf-nav .lf-nav .ico6{background-position: -299px -357px;}
.m-lf-nav .lf-nav .ico7{background-position: -299px -406px;}
.m-lf-nav .lf-nav .ico8{background-position: -303px -448px;}

.m-lf-nav .tt{
	width:100%;
	height:37px;
	line-height:37px;
	color:#FFF;
	font-size:14px;
	padding-left:20px;
}
.m-lf-nav .tt a{color:#FFF;}

/* BANNER */
.g-banner{
	position: relative;
	width:100%;
	height:300px;
	overflow: hidden;
	z-index: 0;
}
.g-banner a{
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translate3d(100%, 0, 0);
}
.g-banner .animate{
	transition: transform 1s cubic-bezier(0, 0, 0, 1);
}
.g-banner .pre{
	transform: translate3d(-100%, 0, 0);
	z-index: -1;
}
.g-banner .current{
	transform: translate3d(0,0,0);
	z-index: 1;
}
.g-banner img{
position: absolute;
	/* left: 50%; */
	/* margin-left: -800px; */
	width: 100%;
	height: 300px;
}
.banner-btns{
	position: relative;
	height: 40px;
	margin-top: -40px;
	text-align: center;
	z-index: 1;
}
.banner-btns a{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #afaaae;
	margin: 0 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	opacity: 0.5;
	transition: transform .3s linear,opacity .3s linear;
}
.banner-btns a:hover{
	opacity: 1;
}
.banner-btns .current{
	opacity: 1;
	transform: scale(1.5,1.5);
}
.g-banner-2,
.g-banner-3,
.g-banner-4,
.g-banner-5,
.g-banner-6{
	width:100%;
	height:168px;
}
.g-banner-2{/*欧洲*/
	background:url(../images/img_08.jpg) center no-repeat;
}
.g-banner-3{/*关于我们*/
	background:url(../images/img_09.jpg) center no-repeat;
}
.g-banner-4{/*亚洲*/
	background:url(../images/img_41.jpg) center no-repeat;
}
.g-banner-5{/*美洲/非洲*/
	background:url(../images/img_42.jpg) center no-repeat;
}
.g-banner-6{/*相关问题*/
	background:url(../images/img_66.jpg) center no-repeat;
}

/* 主内容 */
.g-bd{
	width:100%;
}
.g-bd-2{
	width:100%;
	background:url(../images/bg_04.jpg) top repeat-x;
}
.g-bd-3{
	width:100%;
	background:url(../images/bg_06.jpg) top repeat-x;
}

/* 左侧 */
.g-lf{
	width:225px;
	float:left;
}
/* 关于我们 */
.m-i-about{
	width:100%;
	padding-top:110px;
}
.m-i-about .icon{ overflow:hidden;}
.m-i-about .icon li{
	width:72px;
	height:72px;
	float:left;
	/*cursor:pointer;*/
}
.m-i-about .icon li.s1{background-position: -48px -183px;}
.m-i-about .icon li.s2{background-position: -124px -183px; margin-left:4px; margin-right:5px;}
.m-i-about .icon li.s3{background-position: -201px -183px;}
/*.m-i-about .icon li.s1:hover{background-position: -48px -260px;}
.m-i-about .icon li.s2:hover{background-position: -124px -260px;}
.m-i-about .icon li.s3:hover{background-position: -201px -260px;}*/

.m-i-about .img{
	margin-top:15px;
	margin-bottom:7px;
}
.m-i-about .text{
	width:100%;
	font-size:12px;
	color:#676767;
	line-height:24px;
	text-align:left;
}

/* 右侧 */
.g-rf{
	width:935px;
	float:right;
}

/* 每月推荐 */
.m-recommend{
	width:935px;
	height:222px;
	background:url(../images/bg_02.png) no-repeat;
	margin-top:12px;
	overflow:hidden;
}
.m-recommend .mouth-img{
	position:absolute;
	margin-top:50px;
}
.m-recommend .ico{
	margin-left:335px;
	margin-top:36px;
	position:absolute;
}
.m-recommend .text{
	width:430px;
	float:right;
	margin-top:45px;
	margin-right:15px;
}
.m-recommend .text .text-tt{
	width:417px;
	height:27px;
	margin-top:20px;
	background:#172a88;
}
.m-recommend .text-tt .f-fl a{
	white-space: nowrap;
	overflow: hidden;
	width: 320px;
	display: block;
	text-overflow: ellipsis;
	color: #fff;
}
.m-recommend .text h4{
	font-size:14px;
	color:#FFF;
	line-height:27px;
	text-align:left;
	padding-left:10px;
}
.m-recommend .text .text-mn{
	width:400px;
	margin-top:10px;
	line-height:22px;
	font-size:12px;
	color:#585858;
	text-align:left;
    margin-left: 15px;
}

/* 推荐线路 */
.m-i-remd{
	width:915px;
	margin-top:20px;
	margin-left:17px;
}
.m-i-remd .mn{
	height:333px;
	position:relative;
	margin-top:-3px;
	background:url(../images/bg_03.jpg) repeat-y;
	overflow:hidden;
}
.m-i-remd-img{
	width:824px;
	margin-top:19px;
	margin-left:27px;
}
.m-i-remd-img .m1,
.m-i-remd-img .m2,
.m-i-remd-img .m3,
.m-i-remd-img .m4,
.m-i-remd-img .m5,
.m-i-remd-img .m6{
	position:absolute;
	overflow: hidden;
}
.m-i-remd-img .m1 .m-c,
.m-i-remd-img .m2 .m-c,
.m-i-remd-img .m3 .m-c,
.m-i-remd-img .m4 .m-c,
.m-i-remd-img .m5 .m-c,
.m-i-remd-img .m6 .m-c{
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	height: 100%;
}
.m-i-remd-img .m1 img,
.m-i-remd-img .m2 img,
.m-i-remd-img .m3 img,
.m-i-remd-img .m4 img,
.m-i-remd-img .m5 img,
.m-i-remd-img .m6 img{
	display: block;
	margin: 0 auto;
	height: 100%;
}
.m-i-remd-img .m1{ width:205px; height:297px;}
.m-i-remd-img .m2{ width:234px; height:148px; margin-left:206px;}
.m-i-remd-img .m3{ width:234px; height:148px; margin-left:206px; margin-top:149px;}
.m-i-remd-img .m4{ width:205px; height:297px; margin-left:441px;}
.m-i-remd-img .m5{ width:217px; height:148px; margin-left:647px;}
.m-i-remd-img .m6{ width:217px; height:148px; margin-left:647px; margin-top:149px;}

.m-i-remd-img .p-content,
.m-i-remd-img .p-content-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.m-i-remd-img .p-content{
	opacity: 0;
	filter:alpha(opacity=0);
	transition: opacity .5s;
}
.m-i-remd-img .p-content-bg{
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.m-i-remd-img .p-city{
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 24px;
	color: #fff;
}
.m-i-remd-img .p-name{
	position: absolute;
	left: 10px;
	top: 46px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
.m-i-remd-img a:hover .p-content{
	opacity: 1;
	filter:alpha(opacity=100);
}


/* 景点板块 */
.m-spots-top{
	margin-top:20px;
}
.m-spots{
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
}
.m-spots .tt{
	margin-bottom:5px;
}

.m-spots .fst-img{
	width:210px;
	height:271px;
	margin-top: 16px;
	float:left;
	border: 1px solid #ddd;
	padding: 4px;
	margin-right: 4px;
}
.m-spots .fst-img:hover{
	border-color: #f90;
}
.m-spots .fst-img .fst-img-c{
	position: relative;
	width: 210px;
	height: 271px;
	overflow: hidden;
}
.m-spots .fst-img .fst-img-c a{
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	height: 100%;
}
.m-spots .fst-img .fst-img-c img{
	display: block;
	margin: 0 auto;
	height: 100%;
}
.m-spots .fst-img .fst-img-n{
	position: absolute;
	right: 0;
	bottom: 15px;
	padding: 10px;
	width: 100px;
}
.m-spots .fst-img .fst-img-n div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #DB8C12;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.m-spots .fst-img .fst-img-n .p-city{
	position: relative;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
}
.m-spots .fst-img .fst-img-n .p-name{
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	height: 54px;
	overflow: hidden;
}
.m-spots .pro{
	width:521px;
	margin-top:16px;
	float:left;
}
.m-spots .pro li{
	width:224px;
	height:131px;
	border:1px solid #D5D5D5;
	margin-left:15px;
	margin-right:5px;
	margin-bottom:15px;
	float:left;
}
.m-spots .pro li:hover{
	border-color: #f90;
}
.m-spots .pro li img{
	width:216px;
	height:123px;
	margin-top:4px;
	margin-left:4px;
}
.m-spots .pro li .pro-tt,
.m-spots .pro li .pro-tt-bg{
	width:216px;
	height:28px;
	position:absolute;
	margin-top:99px;
	margin-left:4px;
}
.m-spots .pro li .pro-tt-bg{
	background:#000;
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.m-spots .pro li .pro-tt{
	line-height:28px;
	text-align:left;
	font-size:12px;
	color:#FFF;
	padding-left:8px;
	z-index:999;
	overflow: hidden;
	text-overflow: ellipsis;
}
.m-spots .pro a{ color:#FFF;white-space: nowrap;}

.m-spots .news{
	width:410px;
	float:right;
	margin-top:16px;
	border-left:1px solid #FEB159;
}
.m-spots .news-blue{border-left:1px solid #5E97DC;}
.m-spots .news-violet{border-left:1px solid #A4247B;}
.m-spots .news .list{ margin-left:25px;}
.m-spots .news .list a{}
.m-spots .news .list a:hover{ text-decoration: underline; }
.m-spots .news .list li{
	line-height:33px;
}
.m-spots .news .list .tips{ color:#8b8b8b;}
.m-spots .news .list .price{ color:#FEB159;}
.m-spots .news .list .price-blue{ color:#5E97DC;}
.m-spots .news .list .price-violet{ color:#A4247B;}

.m-spots .news .ad{ margin-left:25px; margin-top:8px;}

.m-spots .pro-boder-oragle{} /*橙色*/
.m-spots .pro-boder-oragle .fst-img-n div{ background: #FEB159;}
.m-spots .pro-boder-oragle:hover{border-color: #FEB159;}
.m-spots .pro-boder-oragle li:hover{border-color: #FEB159;}
.m-spots .pro-boder-blue{} /*蓝色*/
.m-spots .pro-boder-blue .fst-img-n div{background: #5E97DC;}
.m-spots .pro-boder-blue:hover{border-color: #5E97DC;}
.m-spots .pro-boder-blue li:hover{border-color: #5E97DC;}
.m-spots .pro-boder-violet{} /*紫色*/
.m-spots .pro-boder-violet .fst-img-n div{background: #A4247B;}
.m-spots .pro-boder-violet:hover{border-color: #A4247B;}
.m-spots .pro-boder-violet li:hover{border-color: #A4247B;}


/* 旅游局链接 */
.m-bureau{
	width:100%;
}
.m-bureau .tt{}
.m-bureau .list{
	width: 1160px;
	overflow: hidden;
	/*width:100%;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.m-bureau .list li{
	margin-top: 15px;
	width:170px;
	/*float:left;
	margin:12px;*/
	text-align:center;
}
.m-bureau .list li .text{
	width: 170px;
	/*width:120px;*/
	color:#999;
	text-align:center;
	line-height:21px;
}

/* 版权 */
.g-ft{
	width:100%;
}
.g-ft-2{
	background: #000000;
}
.g-ft-2 .m-ft-text{
	margin-top: 0px;
	color: #FFFFFF;
}
.g-ft-2 .m-ft-text a{color: #FFFFFF;}

.m-faq{
	width:100%;
	background:#172987;
	padding-top:40px;
	padding-bottom:40px;
	margin-top:20px;
	margin-bottom:20px;
}

.m-faq .list{ overflow:hidden;}
.m-faq .list li{
	width:200px;
	border-left:1px solid #172987;
	padding-left:80px;
	float:left;
}
.m-faq .list li h2{ font-size:16px; color:#FFF; margin-bottom:30px;}
.m-faq .list li a{ color:#FFF; line-height:24px;}
.m-faq .list li.fst{border-left:0px;}

.m-ft-ico{ width:100%; text-align:center; margin-bottom:20px;}
.m-ft-ico li{
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
}
.m-ft-text{
	width:100%;
	margin-top:20px;
	text-align:center;
	line-height:30px;
}
.m-ft-text a{color:#606060;}

/* 面包屑 */
.m-crumbs{
	padding-top:15px;
	height:32px;
}
.m-crumbs li{
	float:left;
	font-size:12px;
	color:#404040;
	margin-right:10px;
}
.m-crumbs a{color:#404040;}
.m-crumbs .ico{
	width:4px;
	height:7px;
	background-position: -344px -113px;
	display:block;
	float:right;
	margin-left:10px;
	margin-top:3px;
}
.m-crumbs .ico-2{
	width:12px;
	height:16px;
	background-position: -340px -82px;
	display:block;
	float:left;
	margin-right:8px;
}

/* 产品详情 */
.m-pro{
	width:100%;
	margin-top:23px;
	overflow:hidden;
	margin-bottom:30px;
}
.m-pro .pro-img{
	width:450px;
	height:300px;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
	float:left;
	overflow: hidden;
}
..m-pro .pro-img img{
	height: 100%;
}
.m-pro .pro-tt{
	width:650px;
	float:left;
	margin-top:15px;
	margin-left:18px;
}
.m-pro .pro-tt h1{
	font-size:24px;
	line-height:30px;
	color:#FFF;
	height: 60px;
	overflow: hidden;
}
.m-pro .pro-tt-text{
	font-size:12px;
	color:#625e61;
	margin-top:40px;
}
.m-pro .pro-tt-text li{
	float:left;
	margin-right:25px;
	border-right:1px solid #C5C5C5;
	padding-right:25px;
}
.m-pro .pro-tt-text li.end{ border:0px;}
.m-pro .pro-tt-text a{color:#625e61;}
.m-pro .pro-tt-text .num{ color:#8c1866;}
.m-pro .pro-tt-trip{
	width:100%;
	margin-top:20px;
}
.m-pro .pro-tt-trip .tt{ width:74px; float:left; font-size:14px; color:#000;}
.m-pro .pro-tt-trip .trip{ width:490px; float:left;}
.m-pro .pro-tt-trip .trip li{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.m-pro .pro-tt-trip .trip .day{ float:left; width:30px; height:22px; background:#8D1A68; color:#FFF; text-align:center; line-height:22px;}
.m-pro .pro-tt-trip .trip .add{ float:left; height:22px; background:#EDEDED; color:#1e1e1e; text-align:center; line-height:22px; padding-left:6px; padding-right:6px;}
.m-pro .pro-tt-trip .trip .line{
	width:4px;
	height:7px;
	background-position: -344px -113px;
	display:block;
	float:right;
	margin-left:10px;
	margin-top:8px;
}

.m-pro .pro{
	width:95%;
	border:1px solid #C4C4C4;
	margin-top:70px;
}
.m-pro .pro-tag{
	width:125px;
	height:33px;
	border:1px solid #C4C4C4;
	border-top:3px solid #8D1866;
	border-bottom:1px solid #FFF;
	position:absolute;
	margin-top:-37px;
	margin-left:-1px;
	text-align:center;
	line-height:33px;
	font-size:14px;
}

/* 行程 */
.m-trip{
	width:1000px;
	margin:0px auto;
	margin-top:50px;
	margin-bottom:50px;
}
.m-trip .tt{
	width:100%;
	margin-bottom:25px;
}
.m-trip .mn{
	width:970px;
	margin-left:40px;
}
.m-trip .introduction{
	font-size:12px;
	color:#494949;
	text-align:left;
	line-height:30px;
}
.m-trip .introduction-img{}

.m-trip .trip-lf-menu{
	position:absolute;
}
.m-trip .trip-lf-menu li{
	width:75px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#7d7d7d;
	margin-bottom:1px;
	background:#e6e6e6;
	border-radius: 4px;
}
.m-trip .trip{
	width:800px;
	margin-left:150px;
	background:url(../images/bg_05.jpg) repeat-y;
}
.m-trip .trip li{
	width:765px;
	font-size:12px;
	line-height:30px;
	color:#000000;
	text-align:left;
	margin-left:35px;
	border-bottom:1px solid #E3E3E3;
	margin-bottom:30px;
}
.m-trip .trip li.day-tt{
	font-size:16px;
	border-bottom:0px;
}
.m-trip .trip .l-ico{
	width:25px;
	height:25px;
	background:#FFF;
	position:absolute;
	margin-top:4px;
	margin-left:-36px;
}
.m-trip .trip .l-ico-2{
	width:22px;
	height:27px;
	background:#FFF;
	position:absolute;
	margin-left:-35px;
}
.m-trip .trip .photos{
	zoom: 1;
}
.m-trip .trip .photos:after{
	content: "\20";
	clear: left;
	display: block;
}
.m-trip .trip .photos a{
	float: left;
	height: 140px;
	overflow: hidden;
	margin: 0 5px 5px 0;
}
.m-trip .trip .photos a img{
	display: block;
	height: 100%;
}
.m-trip .s1{ width:22px; height:27px; background-position: -335px -137px; display:block;}
.m-trip .s2,
.m-trip .s3,
.m-trip .s4{ width:25px; height:25px; display:block;}

.m-trip .s2{background-position: -333px -173px;}
.m-trip .s3{background-position: -333px -206px;}
.m-trip .s4{background-position: -333px -242px;}

/* 产品列表 */
.m-pro-list{
	width:100%;
	margin-top:30px;
}
.m-pro-list li{
	width:100%;
	height:180px;
	border:1px solid #DCDCDC;
	margin-bottom:30px;
}
.m-pro-list .pro-img{
	width:250px;
	height:155px;
	float:left;
	margin:12px;
	overflow: hidden;
}
.m-pro-list .pro-img img{
	display: block;
	height: 100%;
}
.m-pro-list .pro-text{
	width:860px;
	float:left;
	margin-left:5px;
}
.m-pro-list .pro-tt{
	width:100%;
	font-size:16px;
	height:37px;
	line-height:37px;
	border-bottom:1px solid #DDDDDD;
	color:#8c1866;
	margin-top:10px;
}
.m-pro-list .pro-add{
	float:right;
	font-size:12px;
	color:#474747;
	line-height:40px;
}
.m-pro-list .pro-tt a{color:#8c1866;}
.m-pro-list .pro-tt a:hover{text-decoration:underline;}

.m-pro-list .pro-details{
	font-size:12px;
	color:#4c4c4c;
	line-height:30px;
}
.m-pro-list .pro-light{
	width:750px;
	font-size:12px;
	line-height:24px;
	margin-left:70px;
	color:#474747;
	margin-top:10px;
}
.m-pro-list .pro-light-tt{
	position:absolute;
	color:#8c1866;
	margin-left:-70px;
}

/* 内页 */
.m-text{
	width:100%;
	margin-top:35px;
	margin-bottom:20px;
	padding-bottom:20px;
	overflow:hidden;
	border-bottom:1px solid #dadada;
}

.m-text .lf{
	width:220px;
	float:left;
}
.m-text .rf{
	width:900px;
	float:left;
	border-left:1px solid #DADADA;
	padding-left:20px;
}

.m-content{
	width:890px;
	font-size:14px;
	color:#4b4b4b;
	line-height:30px;
	text-align:left;
}
.m-content .violet{
	color:#8c1866;
}

.m-text .l-menu{ margin-top:10px;}
.m-text .l-menu li{
	width:220px;
	height:32px;
	line-height:32px;
	background:url(../images/bg_07.jpg) no-repeat;
	padding-left:28px;
	font-size:12px;
	color:#747474;
}
.m-text .l-menu li.action{background:url(../images/bg_08.jpg) no-repeat; color:#8c1866;}

/* 大事记时间轴 */
.m-memorabilia{
	border-left:1px solid #E1E1E1;
	padding-left:25px;
	margin-left:25px;
}
.m-memorabilia li{
	line-height:24px;
	margin-bottom:10px;
	font-size:12px;
	color:#5d5d5d;
}
.m-memorabilia li:hover{
	color:#8c1866;
}
.m-memorabilia .ico{
	width:11px;
	height:11px;
	background-position: -391px -111px;
	position:absolute;
	margin-left:-31px;
	margin-top:6px;
}
/* 联系我们 */
.m-contact{
	width:880px;
	height:286px;
	background:url(../images/img_58.jpg) no-repeat;
	overflow:hidden;
}

.m-contact .text{
	width:200px;
	color:#FFF;
	font-size:14px;
	margin-top:85px;
	margin-left:30px;
}
.m-contact p{ margin-bottom:10px;}
.m-contact h3{
	font-size:18px;
	margin-bottom:30px;
}
.m-contact-branch{}
.m-contact-branch li{
	width:360px;
	float:left;
	margin-right:90px;
	margin-top:30px;
	line-height:24px;
}
.m-contact-branch li p{
	font-size: 16px;
}
.m-contact-branch .tt{
	width:100%;
	height:30px;
	line-height:30px;
	padding-left:10px;
	font-size:14px;
	color:#000;
	background:#E9E9E9;
}

/* 广告 */
.m-ad-1{
	width:225px;
	height:240px;
}
.m-ad-2{
	width:100%;
	margin-top:7px;
}
.m-ad-2 .l-menu,
.m-ad-2 .r-menu{
	width:15px;
	height:21px;
	cursor:pointer;
}
.m-ad-2 .l-menu{
	float:left;
	margin-top:35px;
	margin-left:20px;
	background-position: -389px -80px;
}
.m-ad-2 .l-menu:hover{background-position: -389px -50px;}
.m-ad-2 .r-menu{
	float:right;
	margin-top:35px;
	margin-right:20px;
	background-position: -414px -80px;
}
.m-ad-2 .r-menu:hover{background-position: -414px -50px;}
.m-ad-2 .ad-mn{
	width:850px;
	height:90px;
	float:left;
}
.m-ad-2 .ad-mn li{
	float:left;
	margin-left:10px;
	margin-right:10px;
}

.m-ad-3{
	width:100%;
	margin-top:35px;
	margin-bottom:35px;
}

/* 功能 */
.f-cb:after,.f-cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f-cb,.f-cbli li{zoom:1;}
.f-fl{
	float:left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.f-fr{ float:right;}


/* 活动页面 */
.m-topics{
	width:100%;
}
.m-topics-mn{
	overflow:hidden;
}
.m-topics .text-mn{
	width:100%;
	margin-top:849px;
}
.m-topics .text-mn-2{
	width:100%;
	margin-top:1250px;
}

.m-topics .text{
	width:1120px;
	margin:0px auto;
	overflow:hidden;
}
.m-topics .text-tt{
	width:100%;
	height:40px;
	line-height:40px;
	color:#FFF;
	margin-top:25px;
}
.m-topics .text-tt h1{ font-size:16px; float:left;}
.m-topics .text-tt span{ font-size:12px; float:right;}

.m-topics .text .pro-text{ width:800px;}

.m-topics-faq{ margin-top:0px;}

/* 活动页面风格-澳式盛宴 */
.s-topics-bg{
	background:#170501;
}
.s-topics-topbg{
	background:url(../images/img_60.jpg) top center no-repeat;
}
.s-topics-footbg{
	background:url(../images/img_64.jpg) bottom center no-repeat;
	padding-bottom:50px;
}
.s-topics-menu{}
.s-topics-menu .s1,
.s-topics-menu .s2,
.s-topics-menu .s3{
	position:absolute;
	display:block;
}

.s-topics-menu .s1{ width:275px; height:287px; background:url(../images/img_61.png) no-repeat; margin-top:346px; margin-left:31px;}
.s-topics-menu .s2{ width:275px; height:286px; background:url(../images/img_62.png) no-repeat; margin-top:495px; margin-left:419px;}
.s-topics-menu .s3{ width:300px; height:275px; background:url(../images/img_63.png) no-repeat; margin-top:434px; margin-left:794px;}

.s-topics-text-bg{
	background:#2E1006;
}

/* 活动页面风格-澳式盛宴 */
.s-topics-bg-2{
	background:#327F85;
}
.s-topics-topbg-2{
	background:url(../images/img_67.jpg) top center no-repeat;
}
.s-topics-footbg-2{
	padding-bottom:50px;
}
.s-topics-text-bg-2{
	background:#519AA0;
}

/*边框*/
.s-topics-boder{}
.s-topics-boder li{
	width:99%;
	border:1px solid #0F4A4E;
	background:#195E63;
}
.s-topics-boder .pro-tt{border-bottom:1px solid #2E787B;}
.s-topics-boder .pro-tt a{ color:#FFF;}
.s-topics-boder .pro-details{ color:#C5E5E4;}
.s-topics-boder .pro-light{ color:#9a4f38;}
.s-topics-boder .pro-light-tt{ color:#FFF;}

.s-top-ics-tt{ border-bottom:1px solid #7CB6BA;}
.s-top-ics-tt h1{color:#FFF;}
.s-top-ics-tt span{color:#8b4832;}

/* 关于华程 分支机构分布图*/
.spread img{
	width: 652px;
	height: 485px;
}


/*新增样式--替换图片*/
.new-hc{
	color: #172987;
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: bold;
}
.new-eng{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	color: #ececec;
	margin-top: 5px;
}
.new-recommend{
	position: relative;
	background:none;
	overflow: visible;
}
.new-border{
	position: absolute;
	right: 0;
	bottom:0px;
	width: 915px;
	height: 200px;
	border: 2px solid #172a88;
	border-radius: 10px;
}
.new-border-title{
	position: absolute;
	top:-15px;
	left:10px;
	width: 180px;
	height: 32px;
	background: #172987;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 32px;
	text-align: center;
	letter-spacing: 1px;
}

.new-progress{
	width:652px;
	color:#8c1866;
	font-size: 18px;
	font-family: "微软雅黑";
	font-weight: 400;
	border-bottom:1px solid #E2DEDF;
	padding-bottom: 8px;
}
.new-our-eng{
	float: right;
	color: #E7E7E7;
	font-size: 28px;
	font-family: Georgia;
}
.new-wenhua{
	font-size: 16px;
	font-family: "微软雅黑";
	color: #5E5E5E;
	margin-bottom: 7px;
}
.new-wenhua-eng{
	color: #D0D0D0;
	font-size: 28px;
	font-family: Georgia;
}