@charset "utf-8";

.border-none {
    border-top: none!important;
}

.fullSlide .bd ul li {
    /*height: 400px;
    width: 100%;*/
    /*cursor: pointer;*/
    height: 400px;
}

.fullSlide .bd.bdwid {
    height: 400px;
}


.hei400 {
    height: 400px!important;
}

ul.hei400 li {
    background-size: cover!important;
    height: 400px!important;
}

ul.hei344 li {
    background-size: cover!important;
    height: 350px!important;
}

.hei344 {
    height: 350px!important;
}

* {
    zoom: 1
}

.fullSlide1 {
    position: relative;
    /*background:#000;*/
    margin: 0 auto;
}

.fullSlide1 .bd1 {
    position: relative;
    z-index: 0;
}

.fullSlide1 .bd1 .tempWrap {
    width: 1200px!important;
}

.fullSlide1 .bd1 li img {
    width: 100%;
    vertical-align: top;
}

.fullSlide1 .hd1 {
    position: relative;
    z-index: 1;
    margin-top: 256px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.fullSlide1 .hd1 ul {
    text-align: center;
    padding-top: 5px;
}

.fullSlide1 .hd1 ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 34px;
    height: 2px;
    margin: 5px;
    background: url(../images/tg_flash_p.png) -52px 0;
    overflow: hidden;
    font-size: 0;
}

.fullSlide1 .hd1 ul .on {
    background-position: 0 0;
}

.fullSlide1 .prev,
.fullSlide1 .next {
    z-index: 1;
    display: block;
    width: 42px;
    height: 70px;
    position: relative;
    margin: -12.5% 0 0 0%;
    float: left;
    background: url(../images/arrow.png) 0 0 no-repeat;
    filter: alpha(opacity=80);
    opacity: 0.8
}

.fullSlide1 .next {
    background-position: right 0;
    float: right;
    margin-right: 0%
}

.fullSlide1 .prev:hover,
.fullSlide1 .next:hover {
    filter: alpha(opacity=60);
    opacity: 0.6
}

.fullSlide .arrow {
    display: none;
}

.fullSlide:hover .arrow {
    display: block;
}



/*轮播图*/

* {
    zoom: 1
}

.fullSlide {
    position: relative;
    background: transparent;
    margin: 0 auto;
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
    background: transparent!important;
}

.fullSlide .bd li img {
    width: 100%;
    vertical-align: top;
}

.fullSlide .hd {
    position: relative;
    z-index: 1;
    margin-top: -25px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.fullSlide .hd ul {
    text-align: center;
    padding-top: 5px;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 34px;
    height: 2px;
    margin: 5px;
    background: url(../images/tg_flash_p.png) -52px 0;
    overflow: hidden;
    font-size: 0;
}

.fullSlide .hd ul .on {
    background-position: 0 0;
}

.fullSlide .prev,
.fullSlide .next {
    z-index: 1;
    display: block;
    width: 42px;
    height: 70px;
    position: relative;
    margin: -20% 0 0 3%;
    float: left;
    background: url(../images/arrow.png) 0 0 no-repeat;
    filter: alpha(opacity=80);
    opacity: 0.8
}

.fullSlide .next {
    background-position: right 0;
    float: right;
    margin-right: 3%
}

.fullSlide .prev:hover,
.fullSlide .next:hover {
    filter: alpha(opacity=60);
    opacity: 0.6
}

.fullSlide .arrow {
    display: none;
}

.fullSlide:hover .arrow {
    display: block;
}

.mt215 {
    margin-top: 215px;
}

.h3 {
    color: #111111;
    font-size: 30px;
    text-align: center;
    /*margin-top: 80px;*/
}

.pr {
    position: relative;
}

h3.pr img {
    position: absolute;
    top: -40px;
    right: 0px;
    left: 200px;
    bottom: 0px;
    margin: auto;
}

.p {
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.p span {
    color: #666;
    font-size: 14px;
}

/*热销套餐*/

.hot {
    margin-top: 50px;
}

.hot li.hot-li {
    float: left;
    width: 285px;
    height: 455px;
    border: 1px solid #e5e5e5;
    position: relative;
    box-sizing: border-box;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.hot li.hot-li:hover {
    box-shadow: 8px 8px 10px 0px #e8e7e7;
    transform: translate(0px, -2px);
    -moz-transform: translate(0px, -2px);
    -webkit-transform: translate(0px, -2px);
    -o-transform: translate(0px, -2px);
}

.hot li.hot-li:hover h3 a {
    font-weight: bold;
}

.hot-a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.hot li.hot-li:hover .hot-a {
    background-color: #fff;
    color: #fff;
}

.hot li.hot-li:nth-child(2) {
    margin: 0px 20px;
}

.hot li.hot-li.hot-li-one:nth-child(2) {
    margin: 0px 21px;
}

.hot li.hot-li:nth-child(3) {
    margin: 0px 20px 0px 0px;
}

.hot li.hot-li.hot-li-one:nth-child(3) {
    margin: 0px 0px 0px 0px;
}

.hot li.hot-li h5 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    /*padding-left: 15px;*/
    text-align: center;
    /*margin: 15px 0px;*/
    height: 66px;
    line-height: 66px;
}



.hot li.hot-li h3 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    margin: 10px 0px;
}

.hot li.hot-li h3 a {
    display: inline-block;
    width: 53px;
    height: 18px;
    line-height: 18px;
    /*background: linear-gradient(-45deg,#ff8900,#ff5b00);
    background: -webkit-linear-gradient(-45deg,#ff8900,#ff5b00);
    background: -o-linear-gradient(-45deg,#ff8900,#ff5b00);
    background: -moz-linear-gradient(-45deg,#ff8900,#ff5b00);
    background: -ms-linear-gradient(-45deg,#ff8900,#ff5b00);
    */
    font-size: 14px;
    color: #e1251b;
    border-radius: 8.5px;
    text-align: center;
    float: right;
    margin-top: 3px;
    margin-right: 15px;
}


.ml15 {
    margin-left: 15px!important;
}

.ml0 {
    margin-left: 0px!important;
}

.pb11 {
    padding-bottom: 29px!important;
}

.pb7 {
    padding-bottom: 7px!important;
}

/*轮播图*/

.banner img {
    width: 100%;
}

/*导航栏*/

.header {
    height: 100px!important;
    min-height: 100px!important;
}

.foot-x {
    background-color: #111111;
}

.foot-x-div1 {
    text-align: center;
    border-bottom: 1px solid #313131;
    padding: 80px 0px;
}

.foot-x-div1 p {
    color: #fff;
    font-size: 26px;
}

.foot-x-div1 a {
    display: inline-block;
    width: 178px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    background: linear-gradient(top, #525aff, #4198ff);
    background: -webkit-linear-gradient(top, #525aff, #4198ff);
    background: -o-linear-gradient(top, #525aff, #4198ff);
    background: -moz-linear-gradient(top, #525aff, #4198ff);
    background: -ms-linear-gradient(top, #525aff, #4198ff);
}

.foot-x-div1 a:hover {
    color: #fff;
    /*box-shadow: 0px 0px 10px 5px #999;*/
}
.foot-x-bottom {
    text-align: center;
    padding: 30px 0px 20px;
}

.foot-x-bottom span {
    color: #999;
    font-size: 14px;
    margin-right:20px;
}