@charset "utf-8";

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li
{
    padding: 0;
    margin: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
input{
    outline: none;
}
body{
    margin: 0;
    padding: 0;
}
/*轮播样式*/
.swiper-pagination {
    position: relative;
    top: -90px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet-active{
    background: #f9c152 !important;
}
.swiper-pagination-bullet {
    display: inline-block !important;
    margin: 36px 20px 0;
    width: 20px;
    height: 3px;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet{
    border-radius: 0 !important;
}
/*悬浮*/
.contain{
    position: relative;
    margin-top: -60px;
}
.nav-height {
    position: absolute;
    left: 50%;
    z-index: 9;
    top: -12px;
    width: 1200px;
    height: 70px;
    margin-left: -600px;
    font-size: 16px;
    color: #333;
    background: #fff;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 16px 18px -4px #e1e1e1;
    box-shadow: 0px 16px 18px -4px #e1e1e1;
}

.nav-wrap{
    width:1200px;
    z-index:99999;
    position: relative;
    margin:0 auto}

.nav-wrap ul{
    overflow:hidden;
    width:1200px;
    height:70px;
    line-height:60px;

    background:#fff
}

.navbar-nav li{
    width:300px;
    text-align:center;
    float:left;
    list-style:none;
    cursor:pointer;
    height: 20px;
    margin-top: 25px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border-right:1px solid #aaa
}

.navbar-nav li a{
    color:#333;
    width:300px;
    line-height:20px;
    display:block;
    letter-spacing:1px
}

.navbar-nav  .active  {
    color:#f9c152
}

.navbar-nav > li:hover a{
    color: #f9c152;
}
.navFix{
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -600px;
    box-shadow: 0 0 5px rgba(0,0,0, 0.2);
}
.nav-mobile{
    display: none;
}


/*精彩活动*/
.jchd{
    padding: 150px 0 100px;
    background: #f9f9f9;
}
.jchdtitle{
    position: relative;
    text-align: center;

}
.jchdtitle img{
    display: inline-block !important;
}
.jchdtitle h2{
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 45px;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: normal;
}
.jchd_ul{
    width: 1200px;
    margin: 50px auto 0;
    overflow: hidden;
    padding:20px ;
}
.jchd_ul ul li{
    width: 400px;
    float: left;
    height: 617.6px;
    position: relative;
    transition:img_jc 5s;
    -webkit-transition:img_jc 5s; /* Safari */
}
.jchd_ul ul li .jchddiv {
    width: 100%;
    height: 308.8px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.jchd_ul ul li .jchddiv img{
    width: 400px;
    transition: ease 0.4s;
}
.jchd_ul ul li:hover .img_jc
{
    transform: scale(1.1);
}

.jchd_ul ul li .img_tb{
    width: 30px;
    position: absolute;
    left: 185px;
    top: 290.8px;
    transform:rotate(180deg);
}
.jchd_ul ul li .jchdcon{
    width: 340px;
    height: 248.8px;
    padding: 30px;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
}
.jchd_ul ul li .jchdcon p{
    font-size: 14px;
    padding-bottom: 25px;
}
.jchd_ul ul li .jchdcon p font{
    margin:0  10px;
}
.jchd_ul ul li .jchdcon h1{
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.jchd_ul ul li .jchdcon button{
    width: 100px;
    height: 35px;
    background: none;
    color: #f9c152;
    position: absolute;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    border: 1px solid #f9c152;
}

.jchd_ul ul li:nth-child(1) .jchdcon{
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0px 10px 10px  #e1e1e1;
    box-shadow: 0px 2px 10px  #e1e1e1;
}
.jchd_ul ul li:nth-child(2) .jchdcon{
    border-top: 1px solid #ddd;
    bottom: 308.8px;
    padding-top: 29px;
}
.jchd_ul ul li:nth-child(3) .jchdcon{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 2px 10px  #e1e1e1;
    padding-right: 29px;
    padding-bottom: 29px;
}
.jchd_ul ul li:hover  .jchdcon button{
    background: #f9c152;
    color: #000;
}
.jchd_ul ul li:nth-child(2) .jchddiv{
    top: 308.8px;
}
.jchd_ul ul li:nth-child(2) .img_tb{
    left: 185px;
    top: 308.8px;
    transform:rotate(0deg);
}
.jchd_ul ul li:nth-child(1):hover .jchdcon{
    border-left: 2px solid #f9c152;
    border-bottom: 2px solid #f9c152;
    padding: 29px;
}
.jchd_ul ul li:nth-child(1):hover .jchdcon button{
    bottom: 29px;
    left: 29px;
}
.jchd_ul ul li:nth-child(2):hover .jchdcon{
    border-top: 2px solid #f9c152;
    padding-top: 28px;
}
.jchd_ul ul li:nth-child(3):hover .jchdcon{
    border-right: 2px solid #f9c152;
    border-bottom: 2px solid #f9c152;
    padding-right: 28px;
    padding-bottom: 28px;

}
.jchd_ul ul li:nth-child(3):hover .jchdcon button{
    bottom: 29px;
}
.jchdbtn{
    text-align: center;
    margin-top: 50px;
}
.jchdbtn button{
    width: 140px;
    height: 40px;
    background: #f9c152;
    color: #000;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
}


/*品牌专题*/
.ppzt{
    background-image: url("/themes/default/jczt/images/ppztimg.jpg");
    background-size: 100% 100%;
    padding: 100px 0;
}
.ppzttitle{
    text-align: center;

    position: relative;
}
.ppzttitle img{
    display: inline-block !important;
}
.ppzttitle h2{
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    line-height: 45px;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: normal;
}
.ppztindex{
    width: 1200px;
    margin: 100px auto 0;
    background: #fff;
    overflow: hidden;
}
.ppztleft{
    display: inline-block;
    width: 220px;
    float: left;
    text-align: center;
}
.ppztleft ul li{
    width: 100%;
    height: 93px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;

}
.ppztleft ul li font{
    display: inline-block;
    width: 10px;
    margin: 0 10px;
    border-top: 1px solid #fff;
}

.ppztleft ul .ing{
    background: #000;
    color: #fff;
}
.ppztleft ul .ing font{
    border-top: 1px solid #f9c152;
}
.ppztleft button{
    margin-top: 30px;
    width: 110px;
    height: 40px;
    letter-spacing: 1px;
    border: 1px solid #000;
    cursor: pointer;
    background: none;
}
.ppztleft button:hover{
    background: #f9c152;
    border: none;
}
.ppztright{
    width: 980px;
    height: 564px;
    overflow: hidden;
    display: inline-block;
}
.ppztright ul li{
    position: relative;
    display: none;
}

.ppztright li div{
    position: absolute;
    width: 310px;
    height: 180px;
    right: 25px;
    top: 150px;
    text-align: right;
    padding: 25px;
    background: rgba(0,0,0,0.7);
}
.ppztright li div h3{
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}
.ppztright li div p{
    color: #aaa;
    line-height: 25px;
    font-size: 16px;
}
.ppztright li div button{
    position: absolute;
    right: 25px;
    bottom: 25px;
    color: #f9c152;
    border: 1px solid #f9c152;
    width: 100px;
    height: 35px;
    background: none;
    cursor: pointer;
}

/*招商加盟*/
.zsjm{
    background: #F9F9F9;
    padding: 100px 0;
}
.zsjmtitle{
    text-align: center;

    position: relative;
}
.zsjmtitle img{
    display: inline-block !important;
}
.zsjmtitle h2{
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 45px;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: normal;
}
.zsjmindex{
    width: 1200px;
    margin: 100px auto 0;
    overflow: hidden;
}
.zsjmcom{
    width: 710px;
    display: inline-block;
    float: left;
}
.zsjmcom>a{
    display: block;
    width: 100%;
    height: 100%;
}
.zsjmcom div{
    padding: 30px 20px;
    text-align: left;
    background: #fff;
}
.zsjmcom a:hover div{
    background: #f9c152;
}
.zsjmcom a:hover div h2,.zsjmcom a:hover div h3{
    color: #fff;

}
.zsjmcom div h2{
    font-size: 24px;
    display: block;
    line-height: 40px;
    font-weight: normal;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.zsjmcom div h3{
    font-size: 18px;
    color: #aaa;
    font-weight: normal;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.zsjmrig{
    width: 480px;
    float: right;
}
.zsjmrig li{
    width: 424px;
    height: 70px;
    padding: 28px ;
    text-align: left;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}
.zsjmrig .ing{
    background: #f9c152;
    color: #fff;
}
.zsjmrig .ing font{
    color: #fff;
}
.zsjmrig li h3{
    font-weight: normal;
    font-size: 18px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.zsjmrig li h3 font{
    font-weight: bold;
    font-size: 22px;
    color: #f9c152;
}
.zsjmrig li p{
    width: 300px;
    margin: 5px 0 0 20px;
    font-size: 14px;
    color: #aaa;
}
.zsjmrig li span{
    display: block;
    width: 28px;
    height: 27px;
    position: absolute;
    right: 28px;
    top: 50px;
    background: url("/themes/default/jczt//images/zsjmjt_hui.png");
}
.zsjmrig li:hover{
    color: #fff;
    background: #f9c152;
}
.zsjmrig li:hover h3 {
    color: #fff;
}
.zsjmrig li:hover h3 font{
    color: #fff;
}
.zsjmrig li:hover p{
    color: #fff;
}
.zsjmrig li div a{
    display: block;
    width: 100%;
    height: 100%;
}

.zsjmrig li:hover span{
    background: url("/themes/default/jczt/images/zsjmjt_bai.png");

}
.zsjmrig button{
    width: 100%;
    height: 124px;
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 5px;
    font-size: 18px;
    cursor: pointer;
}
.zsjmrig button span{
    display: block;
    width: 28px;
    height: 27px;
    background: url("/themes/default/jczt//images/zsjmjt_hui.png");
}
.zsjmrig button:hover{
    color: #fff;
    background: #f9c152;
}
.zsjmrig button:hover span {
    background: url("/themes/default/jczt/images/zsjmjt_bai.png");
}

/*列表页*/
.jcztlby{
    background: #f9f9f9;
    padding-top: 50px;
}
.jczttitle{
    width: 1200px;
    margin: 0 auto;
    line-height: 35px;
    text-align: left;
    margin-top: -50px;
}
.jczttitle img{
    display: inline-block !important;
}
.jczttitle a{
    color: #000;
    letter-spacing: 2px;
    text-decoration: none;
}



.lbytitle{
    position: relative;
    padding: 50px 0;
    text-align: center;

}
.lbytitle img{
    display: inline-block !important;
}
.lbytitle h2{
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    line-height: 45px;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: normal;
}

.liy{
    width: 1200px;
    padding: 50px 0;
    margin: 0 auto;
    overflow: hidden;
}
.liy li{
    width: 390px;
    display: inline-block;
    float: left;
    margin: 15px auto;
    text-align: left;
    position: relative;
    padding-bottom: 80px;
    background: #fff;
    overflow: hidden;
}
.liy li a{
    display: block;
    width: 100%;
    height: 100%;
}
.liy li a>img{
    width: 100%;
}
.liy li a div{
    width: 360px;
    height: 80px;
    padding: 10px 15px;
    position: absolute;
    left: 0;
    background: #fff;
    bottom: -20px;
    transition:bottom .6s;
    -webkit-transition:bottom .6s; /* Safari */
}
.liy li:hover div{
    bottom: 15px;
}

.liy li div h1{
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    white-space:nowrap;
    overflow:hidden;
    color: #000;
    text-overflow:ellipsis;
}
.liy li div h2{
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #666;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.liy li div p{
    position: absolute;
    bottom: 0;
    left: 15px;
    font-size: 12px;
    color: #999;
    width: 360px;
}
.liy li div p img{
    float: right;
    width: 30px;
}
.liy li:nth-child(2),.liy li:nth-child(5),.liy li:nth-child(8){
    margin:15px 15px ;
}


/*定制攻略*/
.dzgl{
    background: #fff;
    padding: 100px 0;
}
.dzgltitle{
    position: relative;
    text-align: center;
}
.dzgltitle img{
    display: inline-block !important;
}
.dzgltitle h2{
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 45px;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: normal;
}

.dzglul{
    width: 1200px;
    margin: 100px auto 0;
}
.dzglul li{
    height: 200px;
    padding: 15px 20px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.dzglul li:nth-child(1){
    border-top: 1px solid #ccc;
}
.dzglul li img{
    height: 200px;
    float: right;
}
.dzgldiv1{
    float: left;
    display: inline-block;
    height: 90px;
    width: 58px;
    margin-top: 55px;
    text-align: center;
    overflow: hidden;
}
.dzgldiv1 span{
    font-size: 46px;
    margin-left: -203px;
}
.dzgldiv1 font{
    display: block;
    width: 15px;
    border-top: 1px solid #333;
    margin: 0 auto;
}
.dzgldiv1 p{
    font-size: 15px;
    color: #666;
    margin-top: 10px;
    white-space:nowrap;
}

.dzgldiv2{
    height: 160px;
    width: 600px;
    padding: 20px 0;
    float: left;
    margin-left: 100px;
    display: inline-block;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
}
.dzgldiv2 h2{
    font-size: 22px;
    font-weight: normal;
    white-space:nowrap;
    overflow:hidden;
    line-height: 22px;
    text-overflow:ellipsis;
}
.dzgldiv2 h3{
    font-size: 14px;
    font-weight: normal;
    display: block;
    height: 40px;
    overflow: hidden;
    width: 100%;
    color: #666;
    line-height: 20px;
    margin-top: 10px;
}
.dzgldiv2 button{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100px;
    height: 40px;
    border: 1px solid #000;
    background: #f9f9f9;
    color: #000;
}
.dzgldiv2:hover button{
    background: #f9c152;
    border: none;
    cursor: pointer;
}
