﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.trans{
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.cover{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

a{
    color: #000;
}
a:hover{
}
u{text-decoration: none;}
img{
    max-width: 100%;
    height: auto;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
select,
input,
textarea{
    outline: none;
}

.tl{text-align: left !important;}
.tr{text-align: right !important;}
.tc{text-align: center !important;}

hr{border: none;outline: none;}
h1,h2,h3,h3,h4,h5,h6{font-weight: normal;}

.line2{
    border-top: 1px dashed #e4e4e4;
    font-size: 0;
    overflow: hidden;
    line-height: 0;
    height: 0;
}
.line1 {
    border: none;
    height: 1px;
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}

.ic {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin: 0 4px 0 0;
}
.full-height,
.full-height body{
    width: 100%;
    height: 100%;
}
body{
    font-size: 14px;
    font-family: 微軟正黑體, "Microsoft JhengHei", "Microsoft yahei", 微软雅黑, tahoma;
    overflow-x: hidden;
}
.wp{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

@font-face {
  font-family: 'bodoni';
  src: url('../font/bodoni-mt-bold.eot');
  src:
    url('../font/bodoni-mt-bold.eot?#font') format('embedded-opentype'),
    url('../font/bodoni-mt-bold.woff') format('woff'),
    url('../font/bodoni-mt-bold.ttf') format('truetype');
}


/*底部*/
#fd{
    background: #000000;
    padding-top: 33px;
    color: #d7d7d7;
}
#fd a{
    color: #fff3c6;
}

#fd a.lljtmc{ color:#fff;}

#fd p{
    line-height: 2;
}
#fd a:hover{
    color: #fffae6;
}
.fd-nav{
    overflow: hidden;
    padding-bottom: 2px;
}
.fd-ewm{
    float: right;
    text-align: center;
    margin-top: -33px;
}
.fd-ewm .pad{
    padding: 15px 20px; 
    font-size: 18px;
    text-align: left;
}
.fd-ewm .pad img{
    margin-top: 10px;
}
.fd-ewm p{
  color: #fff !important;
  margin-top: 10px;
}

#fd dl{
    float: left;
    line-height: 28px;
    color: #fff;
    margin-right: 6%;
}
#fd dl dt{
    font-size: 18px;
    margin-bottom: 16px;
}
#fd dl dt a{color: #fff;}
#fd dl dd a{
    display: block;
    height: 32px;
    line-height: 32px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}



#fd dl.fd-ewm{
    margin-right: 0;
    border-left: 1px solid #a3afba;
    padding-left: 6%;
}
#fd dl.fd-ewm dd{

    text-align: center;
    font-size: 12px;
}
#fd dl.fd-ewm img{
    display: block;
    width: 103px;
    margin-bottom: 4px;
}
.fd-nav{
    padding-left: 50px;
}
#fd .fd-copy a{
    color: #fff;

}
#fd .fd-copy{
    padding: 30px 0;
    margin-top: 20px;
    color: #666666;
    clear: both;    
    font-size: 12px;
}
#fd .fd-copy p{
    padding-left: 60px;
}
#fd .fd-copy p a{
    color: #666;
}


/*头部*/
#hd{
    height: 80px;
    background-color: #000000;
    position: relative;
    z-index: 999;
}
#hd .ul-nav{
    float: left;
    text-align: center;
    width: 500px;
}
#hd .logo{
    float: left;
    width: 190px;
}
#hd .ul-nav:first-child{
    padding-left: 20px;
}
#hd .ul-nav li{
    display: inline-block;
    text-align: center;
    max-width: 33.33333%;
    padding:0 10px;
    position: relative;
}
#hd .ul-nav li a{
    display: block;
    padding: 30px 29px;
    color: #fff;
    padding-left: 16px;
    position: relative;
    letter-spacing: 2px;
}
#hd .ul-nav li a:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background-color: #7c7c7c;
}
#hd .ul-nav li:last-child a:after{
    display: none;
}
#hd .wechat{
    display: inline-block;
    background: url(../images/weixin.png) no-repeat;
    width: 25px;
    height: 21px;
    position: absolute;
    right: 8px;
    top: 30px;
}

/*20160905pc头部当前样式*/


#hd .ul-nav li a:hover,
#hd .ul-nav li.on a.aaaaaa,
#hd .ul-nav li.ok > a{
    background: url(../images/arr01.png) left center no-repeat;
    color: #fef5bb;
} 






#hd .ul-nav li dl{
    position: absolute;
    left: 0;
    top: 76px;
    width: 100%;
    background: rgba(0,0,0,.7);
    display: none;
}
#hd .ul-nav li dl dd{
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #4a4a4a;
}
#hd .ul-nav li dl dd a{
    background: none;
    padding: 0;
}
#hd .ul-nav li dl a:after{
    display: none;
}
#hd .ul-nav li dl dd:last-child{
    border: none;
}
#hd .ul-nav li dl dd a:hover{
    background: none;
}
#hd .ul-nav li.ok dl{
    display: block;
}

/*手机头部*/
.m-bar{
    height: 60px;
    background: #00;
}
.logo-m{
    width: 75%;
    display: inline-block;
    float: left;
    margin-left: 10px;
    height: 60px;
    line-height: 60px;
}
.logo-m img{
    height: 56px;
    display: inline-block;
    z-index: 60;
    vertical-align: middle;
}
.m-hd{
    display: none;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 60000;
}
.m-nav{
    clear: both;
    position: absolute;
    top: 60px;
    left: 0;width: 100%;
}
.m-nav a{
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: left;
    border-top: 1px solid #e0e0e0;
    font-size: 15px;
    background-color: #fff;
    padding: 0 20px;
    color: #333;
}

.m-trigger{
    height: 60px;
    cursor: pointer;
    width: 60px;
    float: right;
    background: url(../images/menu.png) no-repeat center center;
    -webkit-background-size: 25px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
    display: none;
}
.m-nav{display: none;}
.m-sub{
    display: none;
}
.m-sub a{font-size: 14px;padding: 0 30px;background-color: #F1F1F1;border-top-color: #efefef;}

.m-show{display: none;}

#nav-toggle { position: absolute; right: 14px; top: 18px; display:none;color: #fff;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8); 
    -ms-transform: scale(0.8); 
    -o-transform: scale(0.8); 
    transform: scale(0.8);
    transform-origin: 100% 50%;
 }
#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; -o-border-radius: 1px; height: 5px; width: 35px; background: #fff; position: absolute; display: block; content: ''; }
#nav-toggle span:before { top: -10px; }
#nav-toggle span:after { bottom: -10px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
#nav-toggle.active span { background-color: transparent; }
#nav-toggle.active span:before, #nav-toggle.active span:after { top: 0; }
#nav-toggle.active span:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
#nav-toggle.active span:after { transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); -ms-transform: translateY(-10px) rotate(-45deg); top: 10px; }



/*banner*/
#banner{
    position: relative;
    top: -56px;
    position: absolute;
    bottom: 80px;
    width: 100%;
}
#banner *{
    outline: none;
}
#banner .slick-slider,
#banner .slick-list,
#banner .slick-track{
    height: 100% !important;
}
#banner a{
    display: block;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
#banner .more{
    position: absolute;
    bottom: -60px;
    z-index: 999;
    text-align: center;
    width: 100%;
    font-family: bodoni;
    font-style: italic;
    font-size: 18px;
}
#banner em{
    display: inline-block;
    width: 72px;
    height: 72px;
    background-color: #000;
}
#banner em i{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../images/ar3.png) no-repeat center 50%;
    -webkit-animation: arrowDown 1s infinite linear;
    animation: arrowDown 1s infinite linear;
    cursor: pointer;
}
#banner .s1 .img1{

}

@-webkit-keyframes arrowDown {

    0% {
        -webkit-transform: translate(0,0);
    }

    25%{
        -webkit-transform: translate(0,6px);
    }

    50% {
        -webkit-transform: translate(0,0);
    }
    75%{
        -webkit-transform: translate(0, -6px);
    }
    100% {
        -webkit-transform: translate(0,0);
    }

}

@keyframes arrowDown {

    0% {
        transform: translate(0,0);
    }

    25%{
        transform: translate(0,6px);
    }

    50% {
        transform: translate(0,0);
    }
    75%{
        transform: translate(0, -6px);
    }
    100% {
        transform: translate(0,0);
    }

}

#banner .slick-dots{
    position: absolute;
    left: 0;
    bottom: 90px;
    width: 100%;
    text-align: center;
}
#banner .slick-dots li{
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
    margin: 0 5px;
}
#banner .slick-dots li.slick-active{
    background: #000000;
}
#banner .slick-dots li button{
    display: none;
}

#banner img{
    position: absolute;
}
#banner .txt{
    color: #fff;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    font-weight: bold;
    display: table;
}
#banner .txt h3{
    font-size: 5.14em;
    line-height: 1.2;
    font-weight: bold;
}
#banner .txt span{
    font-size: 3.43em;
}
#banner .s1 .img{
    left: 50%;
    bottom: 0;
    margin-left: 15%;
    /*width: 10.5%;*/
    max-width: 200px;
    height: 70%;
}

#banner .s1 .txt{
    right: 52%;
    width: 18.5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#banner .s2 .txt{
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#banner .animated{
    opacity: 0;
}
/*首页*/
.index-box{
    height: 100%;
}

.tit-1{
    text-align: center;
    margin-top: 57px;
    margin-bottom: 85px;
}
.tit-1 h2{
    font-size: 60px;
    color: #686868;
    text-transform: uppercase;
    position: relative;
    font-family: bodoni;
    font-weight: bold;
}
.tit-1 h2:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 80px;
    width: 71px;
    height: 1px;
    margin-left: -35px;
    background-color: #686868
}
.tit-1 h3{
    font-size: 44px;
    color: #000;
    font-weight: bold;
    margin-top: 3px;
}
.tit-1 h4{
    font-size: 18px;
    margin-top: 25px;
}
.tit-1 h4 span{
    display: inline-block;
    line-height: 35px;
    padding: 0 17px;
    background-color: #000;
    color: #fff;
}
.tit-1 h5{
    font-size: 18px;
    margin-top: 25px;
}
.tit-1 h5 span{
    display: inline-block;
    line-height: 35px;
    padding: 0 17px;
    border: 1px solid #000;
}
.h200{
    height: 200px;
    overflow: hidden;
    clear: both;
}


.list-slider *{
    outline: none;
}
.list-slider .slider .item{
    padding: 0 35px;
}
.list-slider .pad .icon{
    text-align: center;
    height: 86px;
    line-height: 86px;
}
.list-slider .pad .icon img{
    display: inline-block;
    vertical-align: middle;
}
.list-slider .pad h3{
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin: 20px 0 20px 0;
}
.list-slider .pad{
    line-height: 30px;
    color: #484848;
}
.list-slider .slick-dots{
    width: 100%;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 60px;
}
.list-slider .slick-dots li{
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background-color: #cdcdcd;
    font-size: 0;
    margin: 0 5px;
    cursor: pointer;
}
.list-slider .slick-dots li.slick-active{
    background: #000;
}
.list-slider .slick-dots li button{
    display: none;
}


.i-row2{
    background-color: #f5f5f5;
    overflow: hidden;
    position: relative;
}
.i-row2 .pic{
    width: 50%;
    float: left;
}
.i-row2 .pic img{
    width: 100%;
    display: block;
}
.i-row2 .txt{
    width: 50%;
    float: right;
    padding: 0 7%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
}
.i-row2 .txt b,
.i-row2 .txt .inner{
    display: inline-block;
    vertical-align: middle;
}
.i-row2 .txt b{
    width: 0;
    height: 100%;
    margin-right: -4em;
}
.i-row2 .txt p{
    font-size: 14px;
    line-height: 40px;
    color: #484848;
}
.i-row2 .txt h3{
    font-size: 44px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}
.i-row2 .txt h3 em{
    font-size: 30px;
    font-weight: bold;
    margin-left: 25px;
}
.i-row2 .txt .more,
.i-row4 .txt .more{
    display: inline-block;
    border: 1px solid #000;
    width: 155px;
    height: 51px;
    text-align: center;
    line-height: 47px;
    margin-top: 40px;
    font-weight: bold;
    color: #000;
    font-family: bodoni;
    font-style: italic;
    font-size: 20px;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.i-row2 .txt .more:hover,
.i-row4 .txt .more:hover{
    background-color: #000;
    color: #fff;
}


.i-row3{
    background-color: #000000;
    overflow: hidden;
}
.i-row3 img{
    max-width: 88888px;
}
.i-row3 .pic{
    float: left;
    width: 50%;
    text-align: right;
}
.i-row3 .pic img{
    display: block;  
    float: right;
}
.i-row3 .video{
    float: right;
    width: 50%;
    position: relative;
}
.i-row3 .video img{
    display: block;
}
.i-row3 .video:after{
    content: '';
    background: rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.i-row3 .video em{
    background: url(../images/video_btn.png) no-repeat;    
    width: 73px;
    height: 73px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    margin-top: -36px;
    margin-left: -36px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    cursor: pointer;
}
.i-row3 .video:hover em{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2); 
    -ms-transform: scale(1.2); 
    -o-transform: scale(1.2); 
    transform: scale(1.2);
    transform-origin: 50% 50%;
}


.i-row4{
    padding-top: 48px;
}
.i-row4 .txt{
    float: left;
    width: 50%;
    line-height: 30px;
    color: #484848;
    padding-right: 40px;
}
.i-row4 .pic{
    text-align: right;
    float: right;
    width: 50%;
    position: relative;
    padding-top: 5.36%;
}
.i-row4 .pic .img1{
    position: absolute;
    left: 28px;
    top: 0;
    width: 45%;
    z-index: 10;
} 
.i-row4 .pic .img2{
    width: 84%;
}


.i-row5{
    margin-top: 196px;
}
.ul-index li{
    float: left;
    width: 25%;
    overflow: hidden;
}
.ul-index li .pad{
    position: relative;
}
.ul-index li .pad > a{
    display: block;
    width: 100%;
    padding-top: 100%;
    color: #fff3c6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    overflow: hidden;
}
.ul-index li .pad:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}
.ul-index li .pad:hover > a{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2); 
    -ms-transform: scale(1.2); 
    -o-transform: scale(1.2); 
    transform: scale(1.2);
    transform-origin: 50% 50%;
}
.ul-index li  .txt{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    z-index: 100;
}
.ul-index li .txt h3{
    font-size: 30px;
    font-weight: bold;
    margin-top: 7%;
}
.ul-index li .txt h3 a{
    color: #fff;
}
.ul-index li .txt .icon{
    padding: 22%;
    border-radius: 100%;
    border: 5px solid #fff3c6;
    display: inline-block;
}
.ul-index li .txt .icon img{
    display: inline-block;
    vertical-align: middle;
}
.ul-index li .txt b,
.ul-index li .txt .inner{
    display: inline-block;
    vertical-align: middle;
}
.ul-index li .txt b{
    width: 0;
    height: 100%;
}

.i-row6{
    padding-top: 87px;
    padding-bottom: 200px;
}
.i-row6 .pic{
    width: 63%;
}
.i-row6 .tit-1 h5{
    margin-top: 40px;
}
.i-row6 .tit-1 h5 span{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0;
}
.i-row6 .tit-1 h5 span a{display: block;width: 100%;padding: 0 17px;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.i-row6 .tit-1 h5 span a:hover{background-color: #000;color: #fff;}
.wechat img{
    position: absolute;
    top: 30px;
    padding-top: 50px;
    width: 150px;
    max-width: 99999px;
    right: -40px;
    visibility: hidden;
    opacity: 0;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.wechat:hover img{
    opacity: 1;
    visibility: visible;
    top: 0;
}


/*2-1*/
#ban-in{
    position: absolute;
    left: 0;
    top: 80px;
    bottom: 0;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#ban-in:after{
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 50%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
#ban-in .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    /*background: url(../images/shaw_in.png) repeat-x left bottom;*/
    color: #fff;
    line-height: 72px;
    padding: 80px 0;
    z-index: 60;
}
#ban-in .txt h3,
#ban-in2 .txt h3{
    font-size: 30px;
}
#ban-in .txt h2,
#ban-in2 .txt h2{
    font-size: 72px;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}
#ban-in .txt h2:after,
#ban-in2 .txt h2:after{
    content: '';
    position: absolute;
    left: 50%;
    height: 1px;
    width: 71px;
    background-color: #686868;
    bottom: -20px;
    margin-left: -35px;
}
#ban-in .txt h4,
#ban-in2 .txt h4{
    font-size: 30px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.6;
    text-transform: uppercase;
}
#ban-in2 .txt h2:after{
}


.ul-list1 li{
    padding: 140px 0;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ul-list1 img{vertical-align: bottom;}
.ul-list1 li .wp{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.ul-list1 li .pic{
    float: right;
    width: 44%;
}
.ul-list1 li .txt{
    width: 56%;
    position: absolute;
    top: 0;
    height: 100%;
    padding-right: 6%;
    padding-top: 5%;
}
.ul-list1 li .txt em{
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
    height: 100%;
    background-color: #f3f3f3;
    display: inline-block;
}
.ul-list1 li .txt .inner{
    position: relative;
    z-index: 10;
}
.ul-list1 li .txt h3{
    font-size: 36px;
    font-weight: bold;
    color: #686868;
    text-transform: uppercase;
    font-family:bodoni;
    margin-bottom: .5em;
}
.ul-list1 li .txt h2{
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}
.ul-list1 li .txt .info{
    position: relative;
    padding-left: 157px;
}
.ul-list1-a li .txt .info{
    padding-left: 0;
}
.ul-list1 li .txt .info .more{
    padding: 0 23px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #000;
    font-size: 18px;
    display: inline-block;
    float: left;
    margin-right: 46px;
    margin-top: 10px;
    color: #000;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
    position: absolute;
    left: 0;
    top: 0;
}
.ul-list1 li .txt .info .more:hover{
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.ul-list1 li .txt .info p{
    overflow: hidden;
    color: #686868;
    line-height: 36px;
    min-height: 100px;
}
.ul-list1 li b{
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    left: 0;
    margin-bottom: 0;
    bottom: 0;
}
.ul-list1 li:nth-child(2n){
    /*padding: 0;*/
}
.ul-list1 li:nth-child(2n) .pic{
    float: left;
}
.ul-list1 li:nth-child(2n) .txt{
    right: 0;
    text-align: right;
    color: #fff;
    padding-right: 0;
    padding-left: 5%;
}
.ul-list1 li:nth-child(2n) .txt em{
    left: 0;
    background-color: #000;
}
.ul-list1 li:nth-child(2n) .txt b{
    right: 0;
}
.ul-list1 li:nth-child(2n) .txt h3{
    color: #dcdcdc;
}
.ul-list1 li:nth-child(2n) .txt h2,
.ul-list1 li:nth-child(2n) .txt p{
    color: #fff;
}
.ul-list1 li:nth-child(2n) .txt .info{
    padding-right: 157px;
    padding-left: 0;
}
.ul-list1-a li:nth-child(2n) .txt .info{
    padding-right: 0;
}
.ul-list1 li:nth-child(2n) .txt .more{
    left: auto;
    right: 0;
    margin-right: 0;
    margin-left: 46px;
    border: 1px solid #fff;
    color: #fff;
}
.ul-list1 li span.line{
    width: 104px;
    height: 2px;
    background: #000;
    float: left;
    margin-right: 44px;
    margin-top: 15px;
}
.ul-list1 li:nth-child(2n) span.line{
    background: #fff;
    margin-right: 0;
    margin-left: 44px;
    float: right;
}


/*2-2*/
.cont-box{overflow: hidden;}
.cont-box .con{
    padding: 6% 0;
    color: #484848;
    line-height: 2.2;
    text-align: center;
}
.cont-box .con img{
    max-width: 100%;
    display: inline-block;
}
.cont-box .con h3{
    font-size: 24px;
    font-weight: bold;
}
.ul-img{
    font-size: 0;
    text-align: center;
    padding-bottom: 6.614%;
    margin: 0 -10px;
}
.ul-img li{
    display: inline-block;
    max-width: 25%;
    padding: 0 10px;
}

/*2-3*/
.ul-list2{
    margin-top: 130px;
}
.ul-list2 li{
    overflow: hidden;
    margin-bottom: 82px;
}
.ul-list2 li .pic{
    float: left;
    width: 50%;
    padding-right: ;
}
.ul-list2 li .pic img{
    width: 92%;
    display: inline-block;
}
.ul-list2 li .txt{
    overflow: hidden;
    line-height: 36px;
}
.ul-list2 li .txt h3{
    font-size: 48px;
    padding: 40px 0;
    font-weight: bold;
}
.ul-list2 li:nth-child(2n) .pic{
    float: right;
    text-align: right;
}

/*2-5*/
.rezheng{
    padding: 5% 0;
}
.list-slider-2{
    margin-top: 100px;
}
.list-slider-2 .item{
    width: 25%;
    float: left;
    margin-bottom: 90px;
}
.list-slider-2 .pad h3{
    margin: 30px 0 17px 0;
}
.h35{
    height: 35px;
    overflow: hidden;
    clear: both;
}
.pic-slider{
    padding: 0 100px;
    padding-bottom: 90px;
}
.pic-slider *{
    outline: none;
}
.pic-slider .slick-arrow{
    position: absolute;
    width: 40px;
    height: 90px;
    background: url(../images/arrow01.png) no-repeat;
    z-index: 999;
    border: 0;
    font-size: 0;
    top: 50%;
    margin-top: -45px;
    cursor: pointer;
}
.pic-slider .slick-prev{
    left: -100px;
}
.pic-slider .slick-next{
    right: -100px;
    background-position: right 0;
}
.pic-slider h3{
    font-size: 24px;
    text-align: center;
    font-family:"微软雅黑","Microsoft Yahei";
    margin-top: 30px;
}
.pic-slider .pic{
    margin: 0 22px;
}

/*4-1.html*/
.h100{
    height: 110px;
    overflow: hidden;
    clear:both;
}
.ul-list3{
    text-align: center;
    font-size: 0;
}
.ul-list3 li{
    display: inline-block;
    width: 26%;
    text-align: center;
    line-height: 34px;
    margin-bottom: 70px;
    overflow: hidden;
}
.ul-list3 li h3{
    font-size: 18px;
    margin-top: 10px;
}
.ul-list3 li a{
    color: #000;
    display: block;
    overflow: hidden;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.ul-list3 li img{
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.ul-list3 li p{
    color: #484848;
    font-size: 14px;
}
.ul-list4 li{
    float: left;
    width: 25%;
    overflow: hidden;
}
.ul-list3 li a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1);
    transform-origin: 50% 50%;
}

.pages{
    margin-bottom: 100px;
    overflow: hidden;
}
.pages li{
    display: inline-block;
    height: 47px;
    line-height: 45px;
    margin-right: 9px;
}
.pages li a{
    display: inline-block;
    padding: 0 17px;
    border: 1px solid #dfdfdf;
    color: #686868;
    background-color: #fff;

    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.pages li span{
    display: inline-block;
    padding: 0px 20px;
}
.pages li:first-child a,
.pages li:last-child a{
    padding: 0 23px;
}
.pages li a:hover,
.pages li.on a{
    background: #000;
    color: #fff;
}


/*4美酒品鉴-2展现*/
.pro-cont{
    overflow: hidden;
    padding-top: 6%;
    padding-bottom: 120px;
}
.pro-cont .pic{
    float: left;
    width: 35%;
    text-align: center;
}
.pro-cont .txt{
    overflow: hidden;
}
.pro-cont .txt h1{
    font-size: 36px;
    padding: 20px 0;
    padding-left: 10px;
    font-weight: bold;
    margin-top: 35px;
}
.pro-cont .txt dl{
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px;
}
.pro-cont .txt dl dt{
    line-height: 45px;
    font-size: 24px;
    color: #000;
    border-bottom: 2px solid #000;
    margin-bottom: 35px;
}
.pro-cont .txt dl dd{
    font-size: 14px;
    color: #484848;
    line-height: 30px;
}
.pro-cont .txt dl dd p span{
    background: url(../images/arr02.png) 6px center no-repeat;
    padding-left: 26px;
}
.buy-btn{
    display: inline-block;
    border: 1px solid #000;
    width: 155px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    font-size: 18px;
    color: #000;
}
.buy-btn span{
    display: inline-block;
    background: url(../images/icon12.png) left center no-repeat;
    padding-left: 37px;
}


/*5关于我们*/
.t3-z b{
    position: relative;
}
.t3-z b:before{
    content: '';
    font-size: 70px;
    position: absolute;
    left: -70px;
    top: 10px;
    background: url(../images/quote.png) no-repeat left top;
    width: 37px;
    height: 37px;
}
.about-con{
    padding-bottom: 30px;
}
.about-con img{vertical-align: bottom;}
.about-con .img{
    padding: 2% 0 4% 0px;
}
.about-con p{
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-con .ul-img-2{
    padding: 4% 0 4% 0;
    overflow: hidden;
}
.t3-z{
    font-size: 44px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 58px;
    color: #000;
}
.about-con p{
    text-align: left;
}
.ul-img-2{
    padding-bottom: 0;
}
.ul-img-2 li{
    float: left;
    width: 25%;
}
.ul-img-2 li img{
    width: 100%;
}


.history-list{
    margin-bottom: 110px;
}
.history-list dl{
    overflow: hidden;
    position: relative;
    padding-top: 45px;
    padding-bottom: 20px;
}
.history-list dl:after{
    content: '';
    width: 1px;
    height: 100%;
    background: #d8d8d8;
    position: absolute;
    left: 150px;
    top: 0;
}
.history-list dl dt{
    float: left;
    width: 162px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-left: 30px;
    background: url(../images/disc01.jpg) right center no-repeat;
    position: relative;
    z-index: 10;
}
.history-list dl dd{
    overflow: hidden;
    padding-left: 35px;
}
.history-list dl h3{
    font-size: 18px;
}
.history-list dl dd p{
    color: #484848;
    line-height: 30px;
    margin: 20px 0;
}

.person-con h3{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
}
.person-con p{
    padding: 11px 0;
    border-bottom: 1px dashed #b9b8b8;
    line-height: 24px;
}
.person-con p.desc{
    border: 0;
    margin-bottom: 30px;
}


#ban-in2{
    padding-top: 30%;
    width: 100%;
    margin-top: -80px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}
#ban-in2 .txt{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-20%);
    color: #fff;
}


/*新闻列表*/
.list-newsz{
    margin: 0 -15px;
    overflow: hidden;
}
.list-newsz li{
    float: left;
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 29px;
}
.list-newsz li .pad{
    padding: 25px;
    border: 1px solid #dddcdc;
    color: #848484;
}
.list-newsz li .pad h3{
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
    height: 60px;
    overflow: hidden;
}
.list-newsz li .pad h3 a{
    color: #000;
}
.list-newsz a:hover h3{
    color: #fff;
}
.list-newsz h3,
.list-newsz a{
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.list-newsz li .pad .img{
    width: 100%;
    padding-top: 71%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.list-newsz a{
    display: block;
}
.list-newsz a:hover{
    background-color: #000000;
}


/*联系我们*/
.contact-map{
    position: relative;
}
.map-box{

}
.map-info{
    background: rgba(255,255,255,.9);
    line-height: 30px;
    color: #484848;
    padding-top: 13%;
    padding: 5% 40px 0 40px;
    width: 730px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -3%;
    overflow: auto;
}
.map-info h3 b{position: relative;}
.map-info h3 b:before{
    content: '';
    font-size: 70px;
    position: absolute;
    left: -70px;
    top: 16px;
    background: url(../images/quote.png) no-repeat left top;
    width: 37px;
    height: 37px;
}

.map-info h3,
.honor-box h1{
    font-size: 44px;
    color: #000;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
}
.map-info h3{
    text-align: left;
    padding-left: 70px;
}
.map-info hr{
    border-bottom: 1px dashed #484848;
    width: 100%;
    max-width: 297px;
    text-align: left;
    margin-top: 25px;
    float: left;
}
.baidu-map img{
    max-width: 9999px;
}



/*荣誉*/
.honor-box{
    padding: 100px 0;
}
.honor-box p{
    line-height: 30px;
    color: #484848;
}
.honor-box h5{
    font-size: 24px;
    color: #000;
    margin-bottom: 60px;
}
.pic-slider-2{
    margin-bottom: 65px;
}
.pic-slider-2 .pic{
    margin: 0 10px;
}
.pic-slider-2{
    padding: 0 78px;
}
.pic-slider-2 .slick-prev{
    left: -78px;
}
.pic-slider-2 .slick-next{
    right: -78px;
}

.fancybox-wrap{
    max-width: 1200px !important;
    width: 100% !important;
    text-align: center;
    background-color: #fff; 
}
.fancybox-inner{
    width: 100% !important;
}
.fancybox-wrap img{
    display: inline-block !important;
    width: auto !important;
}



/*******************************
    -------[=pz-begin]-------
********************************/
.nav-bar{
    height: 60px;
    line-height: 60px;
    background-color: #000;
    text-align: center;
    position: relative;
    z-index: 99;
}
.nav-bar a{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 0 64px;
    position: relative;
}
.nav-bar a:after {
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #000000;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    content: '';
    display: none;
}
.nav-bar a.on:after{
    display: block;
} 
.article-box .hd{
    text-align: center;
}
.article-box .hd h1{
    font-size: 30px;
}
.article-box iframe{
    display: inline-block !important;
}

.article-box video{
    width: 640px;
}
.article-box .hd p{
    padding: 40px 0;
    color: #848484;
}
.article-box .bd p{
    padding-bottom: 30px;
}
.main{
    padding: 90px 0;
}
.news-box{padding-bottom: 0;}
.article-box .bd {
    line-height: 2;
}

.BMapLabel{display: none !important;}

.go-top {
    z-index: 50;
    /*left: 50%;*/
    margin-left: 700px;
    bottom: 150px;
    width: 50px;
    height: 50px;
    position: fixed;
    background: url(../images/go-top.png) no-repeat left top;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    right: 10px;
    /*display: none;*/
}
.video-box{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.show-video{
    visibility: visible;
    opacity: 1;
    z-index: 600;
}

.video-box video{
    width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkittransform: translateX(-50%) translateY(-50%);
}

.video-box .x-btn{
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../images/close.png) no-repeat left top;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.join-con .ul-img{padding: 2% 0 0 0;}
