@charset "utf-8";
/* CSS Document */
html{
	color:#000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,footer,article,aside,header,section,nav,figure,figcaption,hgroup{
	margin:0;
	padding:0;
}
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;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align: left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
sup{
	vertical-align:text-top;
}
sub{
	vertical-align:text-bottom;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	*font-size:100%;
}
legend{
	color:#000;
}
#yui3-css-stamp.cssreset{ display:none}
.fl{
	float:left;
}
.fr{
	float:right;
}
.mt0{
	margin-top:0;
}
.ft_box{
	overflow:hidden;
}
select {  
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/  
  border:none; 
  
  /*很关键：将默认的select选择框样式清除*/  
  appearance:none;  
  -moz-appearance:none;  
  -webkit-appearance:none;  
  
  /*在选择框的最右侧中间显示小箭头图片*/  
  background: url("/style/images/qp_ico1.png") no-repeat scroll right center transparent;  
  
  
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/  
  padding-right: 14px;  
}  
  
  
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/  
select::-ms-expand { display: none; }

/*导航部分*/
.nav1 {
    width: 1300px;
    height: 60px;
    top: 0;
    /*overflow: hidden;*/
    z-index: 5;
    margin: auto;
    position:relative;
    /* padding-left:100px; */
}
.nav1 h1 {
	width: 231px;
    height: auto;
    margin-top:8px;
    float: left;
}
.nav1 h1 a{
    width: 100%;
    height: 100%;
}
.nav1 ul {
    float: left;
    margin-top: 1.3%;
    /*width: 850px;*/
    position: relative;
    width: 100%;
    padding-left: 70px;
}
.nav1 ul li {
    text-align: center;
    width: 7%;
    float: left;
    height:55px;
    padding: 0px 1.5%;
    color: #ddd;
    line-height:25px;
    position:relative;
}
.nav1 ul li.have-arrow{width: 139px;padding:0px;text-align:center;}

.nav1 ul li:hover{
	color: #fff;
}
.nav1 ul li a {
	letter-spacing: 2px;
	font-size: 1.2rem;
	color: #ffffff;
	/*padding-bottom:10px;*/
}
.nav1 ul li:hover  a{
	color: #fff;
	background:url(/style/images/nav_li_bg.png) repeat-x bottom;
}
.nav1 ul li a.checked {
	font-size: 1rem; color:#fff;
	background:url(/style/images/nav_li_bg.png) repeat-x bottom;
}
.nav1 ul li:nth-of-type(1) a.checked{background:none;}
.nav_tel{margin-left: 20px;float: left;color:#FFFFFF;line-height:80px;font-size:1.5rem;/*margin-left:-10px; padding-left:20px;*/}

.icon{ background:url(/style/images/ico66.png) no-repeat;}
.icon-arrow {
    background-position: -15px -40px;
    right: 8px; top: 11px; position: absolute;
	height: 8px; width: 8px;   
}
.nav1 ul li:nth-of-type(3) .icon-arrow,.nav1 ul li:nth-of-type(8) .icon-arrow{ right:13px;}
.nav1 ul li:hover .icon-arrow {background-position: -15px -40px;}
.nav1 ul li ul {
    float: left;
    padding: 0px 1.5% 10px;
    margin-top:28px;
    color: #ddd;
    line-height:25px;
    width:115px;
    position:absolute;
    /*background:#1e5e96;*/
    background: #d20000;
    display:none;
}
/*.nav1 ul li:hover ul,*/.nav1 ul li.ulblock ul{ display:block;}
.nav1 ul li ul>li{width:100%;height:40px;line-height:40px;border-bottom: 1px dashed #ffffff;float:left;padding:0px;text-align:center;}
.nav1 ul li ul.eff-have-arrow>li{ width:50%; height:40px; line-height:40px; border-bottom:1px dashed #3d4046; float:left; padding:0px; text-align:center;}
.nav1 ul li ul li a,.nav1 ul li:hover ul li a{
	font-size: 0.875rem;
	/*color: #adafb5;*/ color: #fff; padding-bottom:0px;
}
.nav1 ul li ul li a:hover {
	color: #fff;
}
.nav1 ul li:hover ul li a{ background:none;}
@media screen and (max-width: 1280px) {
.nav1 { width:1280px; padding-left:0px;}
.nav1 ul{ padding-left:40px; /*margin-left:15px;*/}
.nav_tel{ margin-left:-20px; padding-left:0px;}
}


/*页面底部开始*/
#footer .footcon{
	width: 1200px;
	margin: auto;
}
.footconl {
    float: left;
    width: 25%;
    height: 189px;
    margin-top: 80px;
}

.footconl {
	text-align: center;
}

.footconl p:nth-of-type(1) {
	font-size: 34px;
	color: #fff;
	margin-bottom: 3px
}

.footconl p:nth-of-type(2) {
	font-size: 13px;
	color: #ffffff;
}
.footconc {
    width: 40%;
    line-height: 33.5px;
    padding-top: 74px;
    float:left;
    margin-left: 10%;
}

.footconc p {
	color: #fff;
	font-size: 16px;
}

.footconc p:nth-of-type(1) {
	font-size: 20px;
	margin-bottom: 10px;
}

.footconc span {
	font-size: 20px;
}

.footconr {
    padding-top: 120px;
    width: 242px;
	float:right; margin-right:50px;
}

.footconr p {
	font-size: 19px;
	padding-left: 12px;
	margin-bottom: 2px;
	color: #fff;  float:left; width:45%;
}

.footconr p span {
	margin-left: 11px;
}

.footconr img:nth-of-type(1) {
	margin-right: 37px;
}
.footconr p:nth-of-type(2) img{ width:95px; height:95px;}
.footconr p:nth-of-type(1) img{ width:95px; height:95px;}


/*首页轮播图*/
.focus{/*height:680px;*//*height:860px;*/height:600px;overflow:hidden;position:relative;}
/* focus_s */
.focus_s{position:absolute;left:45%;bottom:10%;height:20px;overflow:hidden;width:100%; margin:0 auto;z-index:9;}
.focus_s li{float:left;cursor:pointer;width:16px; height:16px;overflow:hidden;margin:0 5px;background:#46463f;*display:inline;*zoom:1;
    border-radius: 100%;
    display: inline-block;/*background:url(/style/images/dian.png) no-repeat;*/}
.focus_s li.active{/*background-position:-12px 0;*/background-color: #ffffff;}
/* focus_m */
.focus_m ul{opacity:1;filter:alpha(opacity=100);}
.focus_m li{width:100%;height:100%;position:absolute;top:0;top:20%;left:0;cursor:pointer;}
/* focus_l focus_r */
.focus_l,.focus_r{position:absolute;display:block;width:50px;height:75px;overflow:hidden;z-index:2;/*top:45%;*/top: 48%;}
.focus_l{left:10%;}
.focus_r{right:10%;}
.focus_l b,.focus_r b{position:absolute;z-index:1;display:block;width:50px;height:75px;overflow:hidden;background:#000;opacity:0.3;filter:alpha(opacity=30);cursor:pointer;}
.focus_l span,.focus_r span{display:inline-block;position:relative;z-index:2;width:22px;height:33px;top:21px;cursor:pointer; margin-right:28px;}
.focus_l span{left:12px;background-image:url(/style/images/l.png);_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/images/l.png');}
.focus_r span{left:16px;background:url(/style/images/r.png) 0 0 no-repeat;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/images/r.png');}
.focus_l:hover b,.focus_r:hover b{opacity:0.5;filter:alpha(opacity=50);}
/*#slider-container{ width:100%; height:860px; margin: 0 auto;  background:#ffffff; position:relative; overflow:hidden;}
#slider-container img{width:100%; height:860px;}

#slider-container .slider-wrapper { width:99999px; position:absolute; left:0; top:0;}

#slider-container a{ width:100%; height:860px; display:block;}
	
#slider-container .slider-wrapper li{ float:left;}
#slider-container .smalltitle {
    
    bottom: 20px;
    font-size: 0;
    left: 40%;
    padding: 4px 8px;
    position: absolute;
    z-index: 1;
}
#slider-container .smalltitle ul{ width:100%; margin:0 auto;}
#slider-container .smalltitle ul li{ width:16px; height:16px; margin:0 5px;  background:#46463f; float:left; overflow:hidden;*display:inline;*zoom:1;
    border-radius: 100%;
    display: inline-block;
}
#slider-container .smalltitle .thistitle{ background-color: #909272;}
#slider-container .pre {
    background-color: rgba(0, 0, 0, 0.1);
    height: 40px;
    line-height: 40px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 1; left:10%; cursor:pointer;
}
#slider-container .next{
    background-color: rgba(0, 0, 0, 0.1);
    height: 40px;
    line-height: 40px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 1; right:10%; cursor:pointer;
}
#slider-container .pre:hover,#playBox .next:hover{
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
#slider-container .pre i ,#playBox .next i{
    color: #fff;
    font-size: 1.5em;
}*/


/*分页样式*/
.list_page {
    display: block;
    margin: 10px;
    text-align: center;
	float:left; width:100%;
}
.list_page::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.list_page ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
.list_page ul li {
    border: 1px solid #ddd;
    /*border-radius: 4px;*/
    display: inline-block; margin-right:10px;
}
.list_page ul a {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: block;
    line-height: 18px;
    padding: 8px 12px;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.list_page ul a:hover{ text-decoration:underline; /*color:#FF0000;*/}
.page_group ul {
    /*border-radius: 4px;
    border-right: 1px solid #ddd;*/
}
.page_group ul li {
    border-radius: 0;
    /*border-right: medium none;*/
    float: left;
}
.page_group ul li:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.page_group ul li:first-child {
    /*border-radius: 4px 0 0 4px;*/
}
.page_group ul li:last-child {
    /*border-radius: 0 4px 4px 0;*/
}
.page_group ul .active a {
    background: #000000 none repeat scroll 0 0;
    border-radius: 0; color:#ffffff;
}


/**头部背景图*/
/*.head-background{
	width: 100%;
	height: 680px;
	background: url('/style/images/banner_1.jpg') center no-repeat;
	background-size: 100% 100%;
	position: relative; top:110px; margin-bottom:170px;
}*/
.head-background{
	width: 100%;
	/*height: 861px;*/height: 680px;
	/*background: url('/style/images/banner_1.jpg') center no-repeat;
	background-size: 100% 100%;position: relative; top:110px;*/
	/*float:left; margin-top:110px;
	 margin-bottom:30px;*/
	 position: relative; top:80px; margin-bottom:170px;
	 
}
.head-background .img11{ width:100%;}
.head-background a:nth-of-type(1){ width:100%; height:100%; display:block; cursor:pointer;}
.head-background div{
    margin: auto;
    position: relative;
    top: 50%;
    width: 1200px;
}
/*.head-background p,.o_p_details .arrows p{
    width: 70px;
    height: 63px;
    border-radius: 6px;
    position: absolute;
    border-radius: 6px;
    left: 0px;
    background: rgba(0,0,0,0.5);
}

.head-background p:nth-of-type(2){
    left: 94%;
}
.head-background p span{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(/style/images/icon_b.png) no-repeat -37px -44px;	
}
.head-background p:nth-of-type(2) span{
    background-position: -35px -94px;	
}
*/
/*弹框 提示框*/
#tan{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100em;
    background: rgba(0,0,0,0.6);
    z-index: 5;	
    display: none;
}
#tan .t_cen{
	width: 582px;
    height: 323px;
    margin: 13% auto;
    background: #fff;
    border-radius: 8px;
    position: relative;
}
#tan p:nth-of-type(1){
	width: 88%;
    height: 87px;
    border-bottom: 2px dashed #999999;
    font-size: 25px;
    color: #f6951b;
    padding-left: 68px;
    line-height: 87px;
}
#tan p:nth-of-type(2){
    font-size: 23px;
    margin-left: 29px;
    line-height: 45px;
    margin-top: 23px;
}
#tan p:nth-of-type(3){
    position: absolute;
    top: 30px;
    left: 26px;
    border: 2px solid #f6951b;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    font-size: 21px;
    font-weight: 600;
    color: #f6951b;
    line-height: 23px;
    text-align: center;
}
#tan img{
    position: absolute;
    top: 26px;
    left: 515px;
}
#tan button{
	width: 305px;
    height: 56px;
    background: #f6951b;
    color: #fff;
    border: 0;
    border-radius: 8px;
    font-size: 25px;
    margin: 34px 0 0 134px;
}

/**弹框 预约框*/
#sh_tan{
	width: 100%;
	height: 100em;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	position: fixed;
	z-index: 10;
	display: none;
}
#sh_tan .e_topr{
	height: auto;
	margin: 12% auto;
	width: 600px;
	background: rgba(0,0,0,0.8);
	/*padding: 4px;
	border: 1px solid #FFF;*/
}
#sh_tan .e_topr .firstLine{
        /*background:#ff7900;*/
		background:rgba(0, 0, 0, 1) /*url("/style/images/pop_titlebg.jpg")*/ no-repeat scroll 0 0;
        /*cursor:move;*/
        height: 80px;
        overflow: hidden;
		position:relative;
}
#sh_tan .e_topr .firstLine .login_title{
        text-align: center;
        color:#fff; 
        font-weight:normal;
        font-size:25px; padding-top:10px; line-height:70px; overflow:hidden;
       /* margin-top:10px; */
}
#sh_tan .e_topr .firstLine .login_title span{
        font-size:16px;
}
#sh_tan .e_topr .login_close{
        display:inline-block;
        cursor:pointer;
        position: absolute;
        right: 12px;
        top: 24px;
}
    
#sh_tan .di_input{
	background: #fff;
	height: 290px;
	border-radius: 2px;
	box-shadow: 0 0 6px 0 #ccc inset;
	width:100%;
	padding-top: 20px;
}

#sh_tan .item1{
        width:348px;
        margin:10px auto;
        background:#fff;
}
#sh_tan  .m10{
        margin:10px auto; width:348px;
}
#sh_tan  .item2 {
        width:47%;
}
#sh_tan  .item3 {
        width:50%; position:relative;
}
#sh_tan  .item2 select{
        width:100%;
        border:1px #eaeaea solid;
        height:43px;
        line-height:45px;
        color:#777777;
        font-size:14px;
        padding-left:12px;
}
#sh_tan  label{
        font-size:14px;
        margin-right:15px;
        color:#b1b1b1;
}
#sh_tan  .item1 input{
        display:inline-block;
        border:1px #eaeaea solid;
        height:43px;
        line-height:45px;
        font-size:14px;
        padding-left:12px;
        width:335px;
		 color:#777777;
}
#sh_tan  .item3 input{
        display:inline-block;
        border:1px #eaeaea solid;
        height:43px;
        line-height:45px;
        font-size:14px;
        padding-left:12px;
        width:92%;
}
#sh_tan  .item3 .fr_span{ position:absolute; right:10px; top:0px; color:#777777; font-size:18px; line-height:45px; }

#sh_tan  input.ljbm{
     /*background: #ff7900 none repeat scroll 0 0;*/
	 background:#000  none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    height: 40px;
    margin-top: 10px;
    width: 350px; cursor:pointer;
}

#sh_tan  .tw{
    height: 60px;
    line-height: 60px;
    text-align: center;
    background:#f8f8f8;
}
#sh_tan  .tw span{
    color:#ff7900;
}


.eff_right #form1 input{
	height: 36px;
	background: #fff;
	/*box-shadow: 0 0 2px 0 #ccc;
	border: 0; */font-size:16px;
	margin-top: 12px; font-size:16px;
}
.eff_right #form1{ margin:0px; position:relative; width:256px; height:260px;}

.eff_right #form1>.bm:hover{ background:#000000; cursor:pointer;}


.f_right-a div p:hover,#base .left:hover,.di_centen li button:hover{
	cursor: pointer;
}
.eff_right #form1 span{ padding-left:10px; background:#ffffff;}
.eff_right #form1 .span_ys, .eff_right #form1 .span_mj {
    color: #777777;
    font-size: 18px;
    line-height: 60px;
    position: absolute;
    right: 25px; background:none; font-size:14px;
}
.eff_right #form1>.ch {
	/*width: 202px;*/width: 232px;
	height: 36px;
}

.eff_right #form1>.fw {
	width: 92px;
	height: 36px;
}

.eff_right #form1 select{ height:36px; font-size:16px; width:92px;}
.eff_right #form1>.mj {
	/*width: 70px;*/ width:135px;
	height: 34px; position:relative; font-size:14px;
}

.eff_right #form1>.bm {
	width: 232px;
	height: 36px; background:#666666; font-size:18px;
}


#sh_tan .mian span:hover,
.f_right-a div p:hover,#base .left:hover,.di_centen li button:hover{
	cursor: pointer;
}



/* 星星点灯照亮我的家门 */
.star_bg {
    width: 120px; height: 20px;
    background: url(/style/imagws/star.png) repeat-x;
    position: relative;
    overflow: hidden;
}
.star {
    height: 100%; width: 24px;
    line-height: 6em;
    position: absolute;
    z-index: 3;
}
.star:hover {    
    background: url(/style/images/star.png) repeat-x 0 -20px!important;
    left: 0; z-index: 2;
}
.star_1 { left: 0; }
.star_2 { left: 24px; }
.star_3 { left: 48px; }
.star_4 { left: 72px; }
.star_5 { left: 96px; }
.star_1:hover { width: 24px; }
.star_2:hover { width: 48px; }
.star_3:hover { width: 72px; }
.star_4:hover { width: 96px; }
.star_5:hover { width: 120px; }

label { 
    display: block; _display:inline;
    height: 100%; width: 100%;
    cursor: pointer;
}

/* 幕后的英雄，单选按钮 */
.score { position: absolute; clip: rect(0 0 0 0); }
.score:checked + .star {    
    background: url(star.png) repeat-x 0 -20px;
    left: 0; z-index: 1;
}
.score_1:checked ~ .star_1 { width: 24px; }
.score_2:checked ~ .star_2 { width: 48px; }
.score_3:checked ~ .star_3 { width: 72px; }
.score_4:checked ~ .star_4 { width: 96px; }
.score_5:checked ~ .star_5 { width: 120px; }

.star_bg:hover .star {  background-image: none; }

/* for IE6-IE8 JS 交互 */
.star_checked {    
    background: url(star.png) repeat-x 0 -20px;
    left: 0; z-index: 1;
}


.i-renovate p, .wire {
    border-top: 1px solid #dedede;
    height: 1px;
    margin: 16px auto 12px;
    width: 200px;
}

.c_serve .top,.q_top{
    font-size: 33px;
}
.c_serve p:nth-of-type(3),.c_serve p:nth-of-type(4),.q_two,.q_tree{
	color: #666666;
    margin-bottom: 21px;
}
.q_top,.q_two,.q_tree{
	text-align: center;	
}

/*当前位置*/
.position{
	font-size: 14px;
	 color:#999;font-weight: 300;
}
.position a {
    color:#999; font-size: 14px;font-weight: 300;
}
.position a:hover{
    color:#000;
}
.position span{
	font-weight: 300;
	font-size: 14px;
}

/*预约流程*/
.o_p_flow .img{
	width: 100%;
	height: 312px;
	margin-top: 88px;
}
#service .img{
	width: 100%;
	height: 312px;
	margin-top: 0px;
}
#service .img img,.o_p_flow .img img{
    -webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
}
  
#service .img img:hover,.o_p_flow .img img:hover{
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
}

.o_p_flow .img li,#service .img li{
	float: left;
	margin-right: 88px;	
	text-align: center;
}
.o_p_flow .img li:nth-of-type(5),#service .img li:nth-of-type(5){
	margin-right: 0;
}
.o_p_flow .img p,#service .img p{
    color: #fff;
    font-size: 18px;
}
.o_p_flow .img p:nth-of-type(1),#service .img p:nth-of-type(1){
    width: 162px;
    height: 173px;
    margin-bottom: 10px;
}
.o_p_flow .img p:nth-of-type(3),#service .img p:nth-of-type(3){
	width: 42px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 30px auto 0;
}
.o_p_flow .strping{
    position: relative;
    top: -48px;
    margin-left: 118px;
}
#service .strping{
    position: relative;
    top: -24px;
    margin-left: 118px;
}
.o_p_flow .strping li,#service .strping li{
    width: 197px;
    height: 1px;
    border-top: 1px solid #5b5b5b;
    float: left;
    margin-right: 59px;
}
.o_p_flow .strping li:nth-of-type(2),#service .strping li:nth-of-type(2){
	width: 193px;
}
.o_p_flow .strping li:nth-of-type(3),#service .strping li:nth-of-type(3){
    margin-left: -1px;
    width: 190px;	
}


/**友情链接开始*/
#link a  {
	color:#646464;
}
#link a:hover  {
	color:#000;
}
#link h2 {
	text-align: center; color:#020202; font-size:1.375em;
}

.linkbox1 ul {
	float: left;
	text-align: center;
	margin-top: 1%;
}

.linkbox1 ul li {
	float: left;
	padding: 5px 14px;
	text-align: center;
	color: #9c9c9c;
}
#link .linkbox1 ul li a {
	color: #9c9c9c;
}
#link .linkbox1 ul li a:hover {
	color: #000;
}


/*最新预约开始*/
#booking h2 {
	text-align: center;
	margin-top: 5%;
}

#booking h2 span {
	padding: 30px 40px;
	border-bottom: #000 solid 1px; font-size:2em; font-weight:400;
}
.booking_con {
	width: 1200px;
	margin: auto;
	margin-top: 5%;
	height: 710px;box-shadow:0px 0px 8px #cccccc;
}
.booking_conl {
	width: 624px;
	height: 538px;
	margin: 55px 0 0 45px;
	float: left;
}

.booking_conl .cdlb {
	width: 622px;
	height: 30px;
	color: #646464;
}

.booking_conl .cdlb>li {
	font-size: 1.375em;
	float: left;
	margin-left: 40px;
}
.booking_conl .cdlb:hover{
	color: black;
}
.booking_conl .md {
	width: 622px;
	height: 31px;
	margin-top: 15px;
	color: #7e7e7e;
}

.booking_conl .md>li {
	font-size: 18px;
	float: left; text-align:center;
}
.booking_conl .md:hover{
	color: black;
	cursor: pointer;
}
.xx {
	width: 618px;
	height: 0px;
	border-top: 1px solid #ccc;
	margin-top: 5px;
}

.booking_conr {
	width: 416px;
	height: 530px;
	background: #fff;
	box-shadow: 0px 0px 6px #b4b4b4;
	margin: 62px 45px 0 63px;
	float: left;
	border-radius: 2%;
}

.mianf {
	background: #fcfcfc;
	border-bottom: 1px solid #ddd;
	width: 100%;
	height: 108px;
	text-align: center;
	line-height: 108px;
	font-size: 30px;
}

/*.booking_conr form {
	width: 300px;
	height: 366px;
	margin: auto;
	margin-top: 25px;
	font-size: 18px;
}

.booking_conr form>.ch {
	width: 298px;
	height: 52px;
	border: 1px solid #ddd;
	font-size: 18px;
}

.booking_conr form>.fw {
	width: 138px;
	height: 52px;
	border: 1px solid #ddd;
	font-size: 18px;
}

.booking_conr form>.mj {
	width: 108px;
	height: 52px;
	border: 1px solid #ddd;
	font-size: 18px;
}

.booking_conr form>span {
	display: inline-block;
}

.booking_conr form>.bm {
	color: #fff;
	background: #666;
	border-radius: 5px;
	width: 298px;
	height: 54px;
	font-size: 24px;
	border: 0px;
}*/

#xd {
	font-size: 30px;
	color: #333333;
	margin-top: 35px;
	height: 35px;
	display: inline-block;
	float: left;
	margin-left: 350px;
}

#xd .jt {
	width: 66px;
    height: 56px;
    display: inline-block;
    float: right;
    background: url(/style/images/icon.png) no-repeat -24px -537px;
    margin-top: -23px;
}

/*首页右侧客服列表*/
.qu_fu {
	width: 73px;
	height: 310px;
	padding: 0 3px 0 3px;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	right: 145px;
	top: 50%;
	margin-top: -194px;
	overflow: hidden;
	z-index: 8;
	display: block;
}

.qu_fu p {
	width: 100%;
	font-size: 15px;
	height: 102px;
	border-bottom: 1px solid rgba(150, 150, 150, 0.6);
	background-image: url(/style/images/icon.png);
    background-position: -15px -3px;
    background-repeat: no-repeat;
	text-align: center;
	line-height: 158px;
	color: #fff;
}
.qu_fu p a{ color:#ffffff; width:74px; height:102px; display:block;}

.qu_fu p:hover{
	background-position: -20px -7px;
}
.qu_fu p:nth-of-type(2) {
	/*background-position-y: -206px;*/background-position-y: 0px;
}

.qu_fu p:nth-of-type(3) {
	/*background-position-y: -106px;*/background-position-y: -206px;
}
.qu_fu p:nth-of-type(4) {
	background-position-y: -412px; cursor:pointer;
}
.qu_fu p:hover{
	font-weight:600;
	color:#f7941c;
}
.qu_fu .one1:hover{
	background-position-y:-6px;
}
.qu_fu .one2:hover{
	background-position-y:-206px;
}
.qu_fu .one3:hover{
	background-position-y:-106px;
}
.qu_fu .one4:hover{
	background-position-y:-412px;
}

@media screen and (max-width: 980px) {
    .qu_fu {
	right: 1%;
	top: 20%;
	margin-top: 0px;
	overflow: hidden;
	width:0px;
	height:0px;
    }
	/*#main{ width:1200px;}
	.focus_m li{ width:1200px;}*/
	/*#nav,#nav2{ width:100%; height:auto; min-height:110px; background:rgb(0, 0, 0) none repeat scroll 0 0;}
	.nav1 {width: 100%; height:auto;}
	.nav1 h1 {width:100%; height: 50px; overflow:hidden; margin-top:5px;}
	.nav1 h1 img{ height:50px; width:auto; left:10px; }
	.nav1 ul { width:100%; float:left; margin-top:2%;}
	.nav1 ul li{ height:33px;}

	.nav1 ul li a {font-size: 14px; padding-bottom:5px;}
	.nav1 ul li a.checked {font-size: 1em;}
	#sh_tan{ z-index:1000;}
	#sh_tan .e_topr { width:350px; margin:auto atuo 0px;}*/
}

.nav11{
width: 100%;
background-color: red;
}
.toupp{
  margin: 10px auto;
  width: 1200px;
  height: 80px;
}

