@charset "utf-8";
body{
	background-color: #fff;/*���屳����ɫ*/
	-webkit-touch-callout: none;/*-webkit-user-select: none;*//*��ֹ����*/
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:rgba(255,255,255,0);/*�������Ч��*/
	color:#666;
}
/*clearfix*/
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}
body, button, input, pre, select, textarea{font-size: 14px;font-family:"Microsoft yahei","Source Han Sans CN","˼Դ����",Arial;}
article, aside, audio, body, canvas, caption, details, div, figure, footer, header, hgroup, html, iframe, img, mark, menu, nav, object, section, span, summary, table, tbody, td, tfoot, thead, tr, video{margin: 0;padding: 0;border: 0;}
a, abbr, address, b, blockquote, cit, code, dd, del, dfn, dl, dt, em, fieldset, h1, h2, h3, h4, h5, h6, hr, i, ins, label, legend, li, ol, p, pre, q, samp, small, strong, sub, sup, ul{border: 0;vertical-align: baseline;margin: 0;padding: 0;}
article, aside, audio, canvas, figcaption, figure, figure img, footer, header, hgroup, nav, section, video{display: block;}
table{border-collapse: separate;border-spacing:0;}
table caption, table td, table th{text-align: left;vertical-align: middle;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,textarea{-webkit-appearance: none;border-radius:0;}
ol,ul,li{list-style: none;}
a, a:active{color: inherit;text-decoration: none;cursor:pointer;}
a{border:0;}
em{font-style:normal;}
@-webkit-keyframes bounce {
	0%, 100% {
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1)
	}
	50% {
		-webkit-transform:scale(1.5);
		-moz-transform:scale(1.5);
		-ms-transform:scale(1.5);
		-o-transform:scale(1.5);
		transform:scale(1.5)
	}
}
@keyframes bounce {
	0%, 100% {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1)
	}
	50% {
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	-ms-transform:scale(1.5);
	-o-transform:scale(1.5);
	transform:scale(1.5)
	}
}
/*End reset*/

/*public Css*/
/*ͨ��*/
*{box-sizing:border-box;}
*::before, *::after{box-sizing:border-box;}
*:focus{outline:none;}
html{-ms-touch-action:none;/* ��ֹwindows Phone ��Ĭ�ϴ����¼� */}
/*����iphoneȥ��Ĭ��input���Ĭ������*/
input[type="submit"],input[type="reset"],input[type="button"],button{-webkit-appearance: none;}

/*ͼƬĬ����ʽ*/
img{border:0;vertical-align:middle;}
/*����Ч�� �������Ի�ù���*/
*{transition-property:all;}
.com-img img{transition:all 0.4s ease-in 0s; -webkit-transition:all 0.4s ease-in 0s; -moz-transition:all 0.4s ease-in 0s; -o-transition:all 0.4s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.fl{float:left;}
.fr{float:right;}
.show{display:block;}
.hide{display:none;}
.taC{text-align:center;}
.taL{text-align:left;}
.taR{text-align:right;}
.ttU{text-transform:uppercase;}
.ofH{overflow:hidden;}
.fwB{font-weight:600;}
.vaM{vertical-align:middle;}
.pst-rel{position:relative;}
.pst-abs{position:absolute;}
.mt20{margin-top:20px;}

/*flex IE10���²�����*/
.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
.flex-2{-webkit-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2;}
.flex-3{-webkit-box-flex:3;-webkit-flex:3;-ms-flex:3;flex:3;}
.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.vertical-container{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-justify-content: center;justify-content: center;}

/*�������� -- һ��*/
.line1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*�������� -- ���ֺ�Ϊ12px,line-heightΪ25ʱ�����Ƹ�Ϊ50�����иı䣬�������ø߶�,Ϊ�˼��ݲ�֧��line-clamp���Ե������*/
.line2{height:50px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-moz-line-clamp:2;-o-line-clamp:2;-webkit-box-orient:vertical;}
.line3{height:75px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-moz-line-clamp:3;-o-line-clamp:3;-webkit-box-orient:vertical;}

/*����--�涨�����ƶ���ȥ��ʱ��*/
a:hover{-moz-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.animation{-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.noSelect{user-select:none;}

/*��ҳ*/
.pagination{width:100%;height:auto;text-align:center;position:relative;overflow:hidden;}/*��ҳ*/
.pagination a{display:inline-block;min-width:40px;height:40px;padding:0px 10px;line-height:40px;text-align:center;border:1px solid #eee;background-color:#f2f2f2;margin:0px 3px;}
.pagination a.on, .pagination a:hover{background-color:#e71f19;color:#ffffff;border-color:#e71f19;}

/*С������ƶ�Ч��*/
/*ul li{width:23.75%;float:left;padding:40px;background:#fff;margin-top:30px;margin-left:1.04%;text-align:center;-webkit-transition:all .2s linear;transition:all .2s linear;}
ul li:hover{-webkit-box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}*/

/*����α��Ч��*/ /**�Զ�����ɫ����ߵ�**/
/*.pub-wl-tit{position:relative;}
.pub-wl-tit:after{content:"";position:absolute;left:50%;bottom:0px;width:30px;height:1px;background:#000;margin-left:-15px;}
.pub-wl-tit:before{content:"";position:absolute;right:0px;bottom:0px;width:30px;height:1px;background:#000;}*/

/*ͼƬȥɫ�����IE���ݽϲ�*/
/*.photo-gray img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.photo-gray img:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}*/

.trs{transition: all 0.5s ease-in-out 0;}

/* ��������Ч�� */
/* ����ͼƬ */
.bg-pic{background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;height:100%;text-align:center;transform:matrix(1.1, 0, 0, 1.1, 0, 0);-webkit-transition:all 0.4s ease 1.2s; -moz-transition:all 0.4s ease 1.2s; -ms-transition:all 0.4s ease 1.2s; -o-transition:all 0.4s ease 1.2s; transition:all 0.4s ease 1.2s;object-fit: cover;}

/* ��������λ��ʱ */
.bg-pic.active{transition-delay:0.4s !important; transform:matrix(1.0, 0, 0, 1.0, 0, 0); -webkit-transition:all 5.0s ease; -moz-transition:all 5.0s ease; -ms-transition:all 5.0s ease; -o-transition:all 5.0s ease; transition:all 5.0s ease;}

.head-top{background:#f7f8f9;padding:16px 0;font-size:13px;}
.head-top .head-top-fl{float:left;}
.head-top a{display:inline-block;margin:0 10px;position:relative;}
.head-top a:after{position:absolute;content:"";width:1px;height:12px;background:#cdcdcd;left:-11px;top:3px;}
.head-top a:first-child:after{display:none;}
.head-top a:hover{color:#218bc6;}
.head-top .head-top-fr{float:right;}

.head-top-fr a{position: relative;display:inline-block;}
.topWechat1{padding:17px;width:380px;height:145px;border:1px solid #dfdfdf;position:absolute;right:-75px;top:33px;z-index:99;background:#fff;display:none;}
.topWechat1.topWechat2{width:300px;}
.topWechat1.topWechat2 .topW-note{width:150px;}
.head-top-fr a:hover .topWechat1{display:block;}
.topWechat1 .topW-img{float:left;width:110px;height:110px;}
.topW-note{float:right;width:210px;height:110px;}
.topW-note h4{font-size:16px;font-weight:bold;}
.topW-note p{margin-top:8px;}
.head-nav{height:50px;background:#218bc6;}
.topWechat1:after{position: absolute;right:90px;top:-9px;background:url("../images/icon_topsj.png") no-repeat left top;content:"";width:17px;height:9px;}

.H-action{position: relative;}
.H-action .Hottel{position:absolute;left:0px;top:60px;width:405px;height:auto;border:1px solid #e5e5e5;background:#fff;z-index:999;padding:2px 20px;display:none;}
.Hottel .name{color:#888;font-size:13px;}
.H-action .Hottel p{color:#333;font-size:13px;line-height:22px;}
.H-action .Hottel p.address{margin-top:10px;}
.H-action .Hottel p span{color:#d9382e;}
.H-action .Hottel:after{position: absolute;left:30px;top:-9px;background:url("../images/icon_topsj.png") no-repeat left top;content:"";width:17px;height:9px;}
.H-action:hover .Hottel{display:block;}

/*--- Footer ---*/
.pub-why{background:#218bc6;height:70px;overflow:hidden;}
.footer-container{padding:10px 0 0px;background:#FFFFFF;}
.ft-logo{width:150px;float:left;}
.ft-logo p{font-size:17px;color:#218bc6;text-align:center;background:url("../images/icon_ft_tel.png") no-repeat left center;margin-top:15px;}
.ft-ct{width:400px;float:left;margin-left:60px;}
.ft-ct .top{margin-bottom:20px;font-size:18px;}
.ft-ct ul{margin-bottom:22px;padding-bottom:15px;border-bottom:1px solid #575b63;}
.ft-ct ul li{float:left;font-size:16px;margin-right:17px;cursor:pointer;}
.ft-ct ul li.cur{color:#e71f19;position:relative;}
.ft-ct ul li.cur:after{content:"";position:absolute;left:0px;bottom:-16px;z-index:99;width:100%;height:1px;background:#ffffff;}
.ft-ct .tab1{display:none;}
.ft-ct .tab1 p{margin-bottom:10px;}
.F-wechat{width:340px;float:right;}
.fdlink .contain{border-top:1px solid #575b63;border-bottom:1px solid #575b63;padding:30px 0;margin-top:20px;}
.fdlink p{line-height:30px;}
.fdlink p a{margin:0px 8px;}
.fdlink p a:hover{color:#e71f19;}
.Footer-wrapper{color:#333;}
.F-cr{padding:15px 0;font-size:13px;color:rgba(136, 136, 136, 1);}
.F-cr .F-copy{/*float: left;*/text-align:center;display: block; margin: 0 auto;}  
.F-cr .F-copy p{margin-top:8px;}
.F-cr .F-menu{float:right;margin-top:10px;}
.F-cr .F-menu a{margin-left:12px;position:relative;}
.F-cr .F-menu a:first-child:after{display:none;}
.F-cr .F-menu a::after{content:"";position:absolute;left:-8px;top:2px;width:1px;height:12px;background:#5f6167;}
.F-cr .F-menu a:hover{color:#e71f19;}
.F-code{float:left;text-align:center;margin:18px 0px 0 20px;width:140px;}
.F-code img{max-width:100%;}
.F-code .type{line-height:22px;font-size:13px;color:#b6b6b6;margin:10px 0 0;}


.bd_weixin_popup ,.bd_weixin_popup *{box-sizing:content-box!important;}