@charset "utf-8";
	
/*全局样式*/
*{margin: 0;padding: 0;border: 0;}
li{list-style: none;}
img{vertical-align: middle;}
a{text-decoration: none;}
input,select{outline: none;}
select{border: 0;}
body{font-family: "微软雅黑";font-size: 12px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;}

/*左侧导航*/
.fd{width: 72px;height: 292px;position: fixed;right: 20px;bottom: 60px;z-index: 5;}
.fd>li>a{height: 72px;display: block;width: 72px;border-bottom: 1px solid #666;}
.fd>li:nth-of-type(1) a{background: url(../index/pic/r_qq.png) #6da9de}
.fd>li:nth-of-type(2) a{background: url(../index/pic/r_wx.png)#78c340;position: relative}
.fd>li:nth-of-type(2) div{width: 145px;height: 145px;background: url(../index/pic/erweima.png) no-repeat center top;background-size: 100%;position: absolute;right: 72px;top: 0; display: none}
.fd>li:nth-of-type(3) a{background: url(../index/pic/r_phone.png)#fbb01f;position: relative}
.fd>li:nth-of-type(3) div{width:145px;height: 72px;background-color:#ff811b;position: absolute;right: 72px; text-align: center;line-height:72px;font-weight: bold;color: white;display: none;}
	
.fd>li:nth-of-type(4) a{background:url(../index/pic/r_top.png)#6091B1;border-bottom: none;}
	
.fd>li:nth-of-type(1):hover a{background-color:#488bc7;}
.fd>li:nth-of-type(2):hover a{background-color: #58a81c;}
.fd>li:nth-of-type(2):hover div{display: block}
.fd>li:nth-of-type(3):hover div{display: block}
.fd>li:nth-of-type(3):hover a{background-color: #ff811b;}
.fd>li:nth-of-type(4):hover a{background-color: #657680}
	
/*框架结构*/
.max-box{min-width: 1200px;width: 100%;overflow: hidden;}
.box{width: 1200px;margin: auto;}
.dqym,.nav-text>li:nth-child(1):hover{background-color: #D2A06D;}
.nav-text:hover .dqym{background-color: #5F90AE;}

/*位置导航*/
.box-nav{position: fixed;right: 10px;top:58%;z-index: 5;border: 1px solid #A1A1A1;border-radius: 50px;overflow: hidden;}
.box-nav:hover{border-color: #666;}
.box-nav:hover a{color: #fff;}
.box-nav li{width: 90px;height: 49px;line-height: 49px; background-color: #6091B1;border-top: 1px solid #ECECEC;text-align: center;display: none;}
.box-nav a:last-child{font-size: 14px;}
.box-nav a{color: #fff;font-size: 14px;font-family: "Arial";}
.box-nav li:hover {color: #D2A06D;}
.box-nav a:first-child li{display: block;border-top: 0;transition: all 1s;
-webkit-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;-moz-transition: all 1s;}
.box-nav a:last-child li{display: block;}
.box-nav:hover li{display: block;background-color: #6091B1;}
.box-nav a:first-child {font-size: 24px;}
.box-nav a:last-child {font-size: 18px;}
.box-nav:hover a:last-child li{display: none;}
.box-nav a:nth-of-type(5){font-size: 24px;}

/*头部区域*/
.header-top{margin-top: 40px;}
.header-top-right{float: right;}
.header-top-right>ul{float: right;}
.header-top-right>ul>li{float: left;}
.header-top-right>ul>li>a{color: #666;}
.header-top-right>ul>li>a:hover{color: #D1A06C;}
.tell-icon{margin-top: -5px;margin-right: 5px;}
.header-top-right{width: 534px;height: 88px;overflow: hidden;}
.header-top-right>ul>span{float: left;margin: 0 5px;color: #666;}
.header-top-right>ul>li>select{font-size: 12px; color: #666;margin-top: -2px;}
.header-top-right button:hover{background-color: #657680;}


/*立即预约*/
.header-top-right>form{margin-top: 35px;float: right;}
.search>input{border: 1px solid #999;width: 193px;height: 34px;color: #666;padding-left: 5px;}
.focus-fon{color: black!important;}
.search{float: left;}
.header-top-right form button{width: 90px;height: 36px;line-height: 36px; background-color: #6091B1;color: #fff;float: left;margin-left: 4px;}

/*导航条*/
.nav{height: 84px;background-color:#6091B1;margin-top: 40px;}
.nav-text{width: 1200px;margin:auto;}
.nav-text>li{float: left;width: 200px;height: 84px;position: relative;transition: all 500ms;-webkit-transition: all 500ms;-ms-transition: all 500ms;-o-transition: all 500ms;-moz-transition: all 500ms;display: inline-block;}
.nav-text>li>a{display: block;text-align: center;font-size: 16px;color: white;padding: 25px 0;}
.nav-text>li:hover{background-color:#D2A06D;}
.nav-text>li>a>p{font-size: 12px;}

/*每日推荐二级导航*/
.nav-erji{height:0px;width:200px;background-color:rgba(252,252,252,0.50);text-align: center;position: absolute;top: 84px;transition: all 1s;overflow: hidden;z-index: 10;}
.nav-text>li:nth-of-type(2):hover .nav-erji{height: 350px;}
.nav-erji>ul>li{height: 49px;border-bottom: 1px dashed #999;line-height: 49px;font-size: 12px;}
.nav-erji>ul>li:hover a{color:#D2A06D;}
.nav-erji>ul>li>a{color:#333;}	
.nav-text>li:nth-of-type(3):hover .nav-erji{height: 350px;}	
.nav-text>li:nth-of-type(4):hover .nav-erji{height: 350px;}

/*	banner区域*/
.banner{height: 650px;}
	
/* flexslider */
.flexslider{position:relative;height:650px;overflow:hidden;background:url(../index/pic/wai1t.gif) 50% no-repeat;}
.slides{position:relative;z-index:-1;}
.slides>li{height:650px;}
.flex-control-nav{position:absolute;bottom:40px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:70px;height:5px;margin:0 10px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:70px;height:5px;line-height:80px;overflow:hidden;background:url(../index/pic/switch2.png);cursor:pointer;}
.flex-control-nav .flex-active{background:url(../index/pic/switch.png);}

/*主体区域*/
.main{height: 10000px;}

/*每日推荐*/
.mrtj{margin-top: 60px;}
.merj-icon{width: 770px;height: 176px; background: url(../index/pic/Recommended.png) no-repeat;margin: auto;}
.pic{margin-top: 100px;}
/*全球旅拍*/
.qqlp{height: 1165px;background-color: #F8F8F8;margin-top: 50px;overflow: hidden;}
.qqlp-icon{background: url(../index/pic/city.png) no-repeat;width: 770px;height: 176px;margin-top: 70px;}
.qqlp-dy{height: 441px; position: relative;overflow: hidden;margin-top: 25px;}
.qqlp-dy li{float: left;line-height: 64px;width: 232px;text-align: center;border-bottom: 1px solid #EBEBEB;}
.qqlp-dy label{font-size: 14px;color: #262626;width: 232px;height: 64px;line-height: 64px;display: block;border-bottom: 1px solid transparent;}
.qqlp-dy label:hover{border-bottom-color: #D2A06D;color: #D2A06D;}
.qqlp-dy span{font-size: 12px;color: #8F8F8F;font-family: Arial;}
.qqlp-dy label:hover span{color: #D2A06D;}
.qqlp-dy div{position: absolute;width: 1200px;height: 375px;left: 0;top: 110px; display: none;}
.qqlp-dy input{display: none;}
.qqlp-dy input:checked~div{display: block;}
.qqlp-dy input:checked~label{border-bottom-color: #D2A06D;color: #D2A06D;  }
.qqlp-dy input:checked~label span{color: #D2A06D;}
.qqlp-dy img{width: 1200px;height: 375px;}
/*全球旅拍*/
.flash{width:1200px;height:453px;margin:0px auto;position:relative;margin-top: 20px;}
.flash li{width:176px;height:453px;position:relative;overflow:hidden;float:left;}
.flash li.first{width:320px;}
.flash li.fast{position:absolute;right:0px;bottom:0px;}
/*新闻资讯*/
.xinwenzx{margin-top: 40px;}
.xinwenzx-icon{background: url(../index/pic/news.png) no-repeat;width: 770px;height: 176px;margin: auto;}
.banner-nav{height: 50px;line-height: 50px; background-color: #797979;}
		
/*新闻banner*/
.xinwenzx-banner{width: 100%;height: 378px;overflow: hidden;position: relative;}
.xinwenzx-banner div{width: 3600px;position: absolute;left: 50%;margin-left: -600px;animation: move 25s infinite;}
.xinwenzx-banner img{float: left;}
@keyframes move {
 0%,3%, 96%, 100% {
margin-left: -600px;
}
 25%, 28%, 75%, 78% {
margin-left: -1800px;
}
 50%,53% {
margin-left: -3000px;
}
}
/*新闻合照*/
.news-hezhao{margin-top: 33px;}
.news-hezhao img:hover{filter: grayscale(100%);-webkit-filter: grayscale(100%);-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);-moz-filter: grayscale(100%);}
.news-text1 p{font-size: 14px;color: #514D4C;line-height: 54px;}
.news-text1 div{width: 240px;color: #999;letter-spacing: 0.25em;text-align: left;line-height: 22px;}
.news-text2 p{line-height: 75px;font-size: 14px;color: #514D4C;}
.news-text2 div{width: 330px;color:#999;letter-spacing: 0.25em;text-align: left;line-height: 22px;}
.news-text2 input{float: right;width: 100px;height: 36px;border: 1px solid #5E91B0;margin-right: 30px;background-color: transparent;margin-top: 30px;color: #514D4C;}
.news-text2 input:hover{background-color: #5E91B0;color: white;}

/*	底部区域*/
.footer{margin-top: 80px;clear: both;}
/*	雪碧图区域*/
.xuebitu{width:1068px;height: 342px;margin: auto;padding-top: 56px;border-top: 1px solid #ddd}
.xuebitu>ul>li{width:192px;height: 286px;text-align: center;font-size: 12px;margin-right: 100px;float: left;}
.xuebitu>ul>li:nth-of-type(4){margin-right: 0;}
.xuebitu>ul>li>p{color:#272727;margin-top: 24px;margin-bottom: 17px}
.xuebitu>ul>li>span{color:#73818A;}
.xuebitu>ul>li>a{display: block;background: url(../index/pic/footer-icon.png) no-repeat 0 0;width:190px;height:217px;}
.xuebitu>ul>li:nth-of-type(2) a{background-position:-200px 0 }
.xuebitu>ul>li:nth-of-type(3) a{background-position:-400px 0 }
.xuebitu>ul>li:nth-of-type(4) a{background-position:-600px 0 }
	
.xuebitu>ul>li>a:hover{background-position: 0 -220px}
.xuebitu>ul>li:nth-of-type(2) a:hover{background-position:-200px -220px }
.xuebitu>ul>li:nth-of-type(3) a:hover{background-position:-400px -220px}
.xuebitu>ul>li:nth-of-type(4) a:hover{background-position:-600px -220px }
.xuebitu>ul>li:hover p{color:#D1A06C }	
	
/*底部导航区域*/
.footer-nav{height: 117px;background-color:#657680;border-bottom: 1px solid #ddd}
.footer-nav>.wzsy{width: 1200px;height: 117px;margin: auto;}
.footer-nav>.wzsy>li{width: 64px;height: 32px;float: left;margin: 43px 62px 43px 0;text-align: center}
.footer-nav>.wzsy>li:nth-of-type(10){margin-right: 0}
.footer-nav>.wzsy>li>a{font-size:15px;color: white;font-weight: bold;}
.footer-nav>.wzsy>li>p{font-size: 12px;color:#ddd;margin-top: 5px }
.footer-nav>.wzsy>li:hover a{color:#D1A06C }
	
/*	全国服务热线*/
.footer-quanguo{height: 148px;background-color:#657680 ;}
.footer-quanguo-main{width: 894px;height: 148px;margin: auto;padding-top: 40px }
.footer-left{width:550px;height: 73px;float: left }
.footer-left>h1{font-size: 27px;color:#D1A06C;font-weight: normal;margin: 0;}
.footer-left>.footer-dian{font-size: 13px;color: white;width: 280px;border-right: 1px solid white;height: 30px;float: left;margin-top: 8px;clear: both;}
.footer-left>.footer-bz{font-size: 13px;color: white;width: 225px;height: 30px;float: right;margin-top: 8px}	
.footer-right{width: 258px;height: 57px;float: right;margin-top: 10px}
.footer-right>a{display: block;float: left;margin-right:43px;}
.footer-right>a:hover{background-image: url(../index/pic/app2.png)}
.footer-right>a:nth-of-type(2):hover{background-image: url(../index/pic/weixin2.png)}
.footer-right>a:nth-of-type(3):hover{background-image: url(../index/pic/weibo2.png)}
.footer-right>a:nth-of-type(3){margin-right: 0}
/*	版权区域*/
.banquan{height: 40px;background-color:#4E5C67;color: white;font-size: 14px;text-align: center;line-height: 40px;}

/*套用代码*/
/*重置*/
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
abbr,acronym{border:0;}
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix {zoom:1;}

/*插件样式*/
.poster-main{position: relative;width: 900px;height: 270px}
.poster-main a,.poster-main img{display:block;}
.poster-main .poster-list{width: 900px;height: 270px}
.poster-main .poster-list .poster-item{position: absolute;left: 0px;top: 0px}
.poster-main .poster-btn{position: absolute;height: 100%;width:100px;top: 0px;z-index: 10;opacity: 0.5;}
.poster-main .poster-prev-btn{left: -171px; background: url("../index/pic/btn_l.png") no-repeat center center; b--ackground-color: #000 }
.poster-main .poster-next-btn{right: -171px;background: url("../index/pic/btn_r.png") no-repeat center center;b--ackground-color:#000}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none;height:0;}[hidden]{display:none;}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0;}
a:focus{outline:thin dotted;}
a:active,a:hover{outline:0;}
h1{font-size:2em;margin:0.67em 0;}
abbr[title]{border-bottom:1px dotted;}
b,strong{font-weight:bold;}
dfn{font-style:italic;}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
mark{background:#ff0;color:#000;}
code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}
pre{white-space:pre-wrap;}
q{quotes:"\201C" "\201D" "\2018" "\2019";}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
img{border:0;}svg:not(:root){overflow:hidden;}
figure{margin:0;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}
button,input{line-height:normal;}
button,select{text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled]{cursor:default;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
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;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
textarea{overflow:auto;vertical-align:top;}
table{border-collapse:collapse;border-spacing:0;}