@charset "utf-8";
* {  font-family:'PingFang SC','Microsoft YaHei';}
body { margin: 0; padding: 0; background-color:#fff; color:#333;  width:100%;}

h1, h2,h3, h4,h5, h6 {padding: 0; margin: 0; line-height: normal; font-weight:100;}
a { color: #000; text-decoration: none; }
a:focus, a:hover { text-decoration: none; color:#008a8c; }
img { display: block; max-width: 100%; height: auto }
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal; }
ol, ul,dl { list-style: none; padding: 0; margin: 0; }
.hidden-md { display: none; }
	p{ margin:0; padding:0}
	.line1{text-overflow: ellipsis;white-space: nowrap; overflow:hidden}
	.line2{word-break: break-all;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;overflow:hidden}
	.line3{word-break: break-all;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3;overflow:hidden}
	.line4{word-break: break-all;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:4;overflow:hidden}
	.line5{word-break: break-all;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:5;overflow:hidden}
	

/* a:before,a:after{-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;}



/* public*/
a.more{display:inline-block;background: url(../images/next.png) center right no-repeat; padding-right:25px;}


.jiao:before{ content:""; width:30px; height:30px; background:url(../images/jiao1.png) no-repeat; background-size:cover; bottom:0; left:0; position:absolute;opacity:0.3; }
.jiao:after{ content:""; width:30px; height:30px; background:url(../images/jiao2.png) no-repeat; background-size:cover; top:0; right:0; position:absolute;opacity:0.3;}
p.more { width: 100%; }
p.more a { background: #0166ce; border-radius: 20px; color: #fff; padding: 9px 80px; margin: 3% auto; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; display: table }
p.more a:hover { box-shadow: 10px 10px 10px 10px #5d5d5d; }
.tran { transition: all .4s ease-out; -webkit-transition: all .4s ease-out; -ms-transition: all .4s ease-out; -o-transition: all .4s ease-out; -moz-transition: all .4s ease-out; }
input { -webkit-appearance: none; outline: none; border: 0; }
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none !important;}
*:focus { outline: none; }
select { appearance: none; -moz-appearance: none; -webkit-appearance: none; }
input[type="number"] { -moz-appearance: textfield; }
.shadow{box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);}
/*.shadow:hover{box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);}*/
img.scale:hover{-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);-ms-transform: scale(1.2); }

/* 手机导航*/
.hamburger{position:absolute;right:0;top:0;background-color:#3E5DAF;z-index:999;display:none;width:100%}
.hamburger .h-icon{position:absolute;right:6%;top:20px;cursor:pointer; z-index:1;}
.hamburger .h-icon i{float:left;clear:left;width:20px;height:2px;margin-bottom:5px;background-color:#fff;transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;-o-transition:all .3s}
.hamburger .h-icon .m{width:15px}
.hamburger .h-icon .text{position:absolute;left:-40px;top:-4px;font-size:16px;color:#3E5DAF;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
.hamburger .box{position:relative;width:100%;height:calc(100% - 100px);height:-moz-calc(100% - 100px);height:-webkit-calc(100% - 100px);display:none;overflow:scroll;}
.hamburger .box-inner{position:relative;width:100%;height:100%;min-height:430px;overflow:hidden;}
.hamburger .box .list{position:absolute;left:0;top:50%;width:100%;line-height:50px;padding-bottom:3em;transform:translate(0,-50%);-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-o-transform:translate(0,-50%);-moz-transform:translate(0,-50%)}
.hamburger .box .list li{padding:0 1em;font-size:20px;font-weight:700;text-align:center;transition:all .6s;-moz-transition:all .6s;-webkit-transition:all .6s;-o-transition:all .6s;position:relative;left:100%;top:0}
.hamburger .box .list li a:hover{color:#0168b5}
.hamburger .box .bottom{position:absolute;left:0;bottom:-90px;width:100%;text-align:center;margin-bottom:20px;transition:all .6s ease .3s;-moz-transition:all .6s ease .3s;-webkit-transition:all .6s ease .3s;-o-transition:all .6s ease .3s}
.hamburger .box .bottom *{display:inline-block;width:100%;line-height:30px}
.hamburger .box .bottom b{font-size:16px}
.hamburger.open{top:78px;}
.hamburger.open .h-icon{top:-58px}
.hamburger.open .h-icon .t{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:3%;-ms-transform-origin:3%;-o-transform-origin:3%;transform-origin:3%}
.hamburger.open .h-icon .b{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3%;-ms-transform-origin:3%;-o-transform-origin:3%;transform-origin:3%}
.hamburger.open .h-icon .m{opacity:0}
.hamburger.open .box{display:block;position:relative;border-top:1px solid #e4eaec;padding-top:10px}

.baidushare,.freebj{width:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;z-index:99;display:none}
.freebj .free-ask{width:94%;background-color:#fff;position:absolute;top:50%;left:3%;z-index:21474836472;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #fff;border-radius:4px;text-align:center;margin-top:-100px}
.freebj .free-ask .title{background-color:#fff;font-size:16px;color:#333}
.freebj .free-ask .txt{color:#999;text-align:center}
.freebj .info-block{padding:0 15px}
.freebj .info-item span.redStar{color:#fff}
.freebj .info-item .t{width:22%}
.freebj .btn-submit input{background:#3fafee}
.freebj-close{display:block;width:32px;height:32px;background:url(../images/free-close-bg.png) 0 0 no-repeat;position:absolute;top:10px;right:15px;z-index:2;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}
.freebj .wechatIcon{width:57px;height:46px;background:url(../images/contacted.png) no-repeat;background-size:57px 69px;margin:32px auto 28px}
.freebj .zhuanshu{color:#000;font-size:16px;margin-bottom:24px;text-align:center}
.freebj .copyWeixinText{width:87%;margin:0 auto 28px;text-align:center;color:grey;font-size:12px}
.freebj .HHtravelWeixin{color:#5a8c12;padding-left:8px}
.freebj .HHtravelWeixin,.openWeixinBtnsOk{font-weight:500;font-size:16px}

.mobile-bottom-contact{position:fixed;bottom:0;left:0;width:100%;height:40px;z-index:10;background-color:#00ac86;display:none}
.mobile-bottom-contact li{position:relative;float:left;width:33.33333%;height:40px;line-height:40px;text-align:center;color:#fff}
.mobile-bottom-contact li:hover{background-color:#2097da}
.mobile-bottom-contact li:after{content:"";position:absolute;right:0;top:0;width:1px;height:100%;background-color:#00ac86 }
.mobile-bottom-contact li:last-child:after{width:0}
.mobile-bottom-contact li a{display:block; color:#fff;}
.mobile-bottom-contact li a:before{display:inline-block;width:18px;height:18px;margin-right:15px;content:"";vertical-align:middle;background:url(../images/icons1.png);background-color:#fff;background-size:135px;border-radius:50%}
.mobile-bottom-contact li.tel a:before{background-position:-5px -45px}
.mobile-bottom-contact li.qq a:before{background-position:-23px -45px}
.mobile-bottom-contact li.wx a:before{background-position:-40px -45px}




/*右悬挂*/
.right_gua{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 90px;
    height: 100%;
}
.right_gua .content{

    position: absolute;
    right: 0;
    top: 50%;
    width: 90px;
    height: auto;
    transform: translateY(-50%);
}
.right_gua .content ul{overflow: visible}
.right_gua .content li{position: relative}
.right_gua .content .weixin{
    display: none;
    position: absolute;width: 185px;
    top: -35px;right: 94px;
}
.right_gua .content li .weixin .img{padding: 14px;float: left;width: 172px;background-color: #FFFFFF;}
.right_gua .content li .weixin .img img{width: 100%;}
.right_gua .content li .weixin .shixin{float: left;    margin-top: 69px;}
.arrow-right {

    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: white;
    border-right-width: 0;
    border-style: dashed;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.right_gua .content .weixin_part:hover .weixin{display: block}
.right_gua .content li .item{
    background-color: #FFFFFF;
    margin-bottom: 3px;
    border: 1px solid #F1F3F6;;
}
.right_gua .content li:last-child .item{
    margin-bottom: 0;
}
.right_gua .content li .item:hover{
    cursor: pointer;
}

.right_gua .content li .item img:first-child{
    display: block;
}
.right_gua .content li .item img:last-child{
    display: none;
}
.right_gua .content li .item:hover img:first-child{
    display: none;
}
.right_gua .content li .item:hover img:last-child{
    display: block;
}




.banner{ width:100%; overflow:hidden; position:relative;}
.swiper-pagination-bullet-active{ background:#008a8c!important; }
.swiper-pagination-bullet{ width:12px; height:12px; background:#fff;opacity: .9;}


/* public end */


header{position:relative;  background:#fff;}
header h1{float:left;width:410px;height:57px; display:block; margin-top:15px;}
header h1 a{display:block; height:100%; width:100%;background:url(../images/logo.png) no-repeat; text-indent:-9999px;}
header  nav{float:right;width:calc(100% - 410px);width:-moz-calc(100% - 410px);width:-webkit-calc(100% - 410px); background:url(../images/nav.jpg) left bottom no-repeat #008a8c; height:79px; padding-left:5%;}
header  nav::after{content:"";background:#008a8c; width:40%; right:0px; position:absolute; height:100%; top:0; z-index:1; height:79px; }
header  nav>ul>li{ float:left; font-size:16px; font-weight:900; width:14.2%; text-align:center; height:100%; line-height:79px; position:relative;}
header  nav>ul>li>a{color:#fff; height:100%; display:block; width:100%; position:relative;}
header nav>ul>li>a:hover{ color:#fff;}
header nav>ul { height:100%; position:relative; z-index:2;}

header  nav>ul>li>a::before{content: ""; position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 0; height: 2px; background: #fff; transition: 0.3s; -weblit-transition: 0.3s; }
header  nav>ul>li>a:hover::before,header nav>ul>li>a.hover::before{content: ""; position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); width:70%; height: 2px; background: #fff; transition: 0.3s; -weblit-transition: 0.3s; }


nav>ul>li>ul{width: 100%;position: absolute;left:0;top:99%;z-index: 999; display:none;}
nav>ul>li>ul>li{ width: 100%;font-size: 14px;line-height: 36px;margin-top: 1px;}
nav>ul>li>ul>li>a{display: block;padding: 0 5px;color: #fff;background: rgba(147,196,125,1); display:block; text-align:center;}  
nav>ul>li>ul>li>a:hover{background: rgba(0, 172, 134,1); color:#fff;}




footer{background: #007a7c;border-bottom: 24px #006e6f solid; color:#fff; padding:30px 0; margin-top:40px;}
footer a{ color:#fff;}

footer h5{float: left;filter: brightness(0) invert(1);margin-top: 8px;}
footer  dl{ float:right;}
footer  dl dd{ margin:10px 0; text-align:right;}






