@CHARSET "UTF-8";

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "微软雅黑", "宋体", Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    color: #333333;
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "微软雅黑", "宋体", Verdana, Arial, Helvetica, sans-serif;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none;
     
}

a:hover {
    color: #ee4236;
    text-decoration: none;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

table {
    border-collapse: collapse;
}

p {
    margin-bottom: 0px;
    word-wrap: break-word;
}

cite,
code,
dfn,
var {
    font-style: normal;
}

i {
    font-style: normal;
}

.mn {
    width: 1120px;
    margin: 0px auto;
    position: relative;
}


.top {
    background-color: #000000;
    position: fixed;
    z-index: 9999999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
}

.topa {
    width: 220px;
    height: 80px;
    float: left;
    color: #FFFFFF
}

.topb {
    width: 900px;
    height: 80px;
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 80px;
    text-align: right;
}

.topb a {
    color: #9c927c;
    margin: 0px 20px;
}

.qr-app {
    display: none;
    width: 160px;
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: 9999;
    text-align: center;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #2F3033;
    padding: 10px 0;
    line-height: 1.5;
    border-radius: 6px;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.qr-app img {
    width: 142px;
    margin-bottom: 7px;
}

.qr-app p {
    margin: 0
}

.qr-app span i {
    color: #A61D14;
}
.nav-arrow{
    margin-left: 5px;
    transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -webkit-transition: transform .3s linear;
    -o-transition: transform .3s linear;
}
.download:hover .qr-app{
   display: block;
}
.download:hover .nav-arrow{
    transform: rotate(180deg);
}

.topb a:hover {
    color: #d0b886;
    margin: 0px 20px;
    border-bottom: solid 3px #d0b886;
    padding-bottom: 20px;
}

.hed {
    height: 550px;
    background-image: url(https://www.pozhu.com/pz/pc2/images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.hed .header-ctx{
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    text-align: center;
    color: #FFFFFF;
    font-size: 40px;
}
.hed .header-ctx h1{
    font-size: 50px;
}
.hed .header-ctx img{
    margin-top: 20px;

}
.hed .header-ctx p{
    margin-top:20px;
    font-size: 28px;
}

.hed2 {
    background-image: url(https://www.pozhu.com/pz/pc2/images/banner2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    /* background-size: 100vw calc((100vw * 55) / 192);
    height: calc((100vw * 55) / 192); */
}

.pz01 li {
    width: 9%;
    float: left;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #EAC183;
    border: solid 1px #DBC4A7;
    margin-right: 20px;
    margin-bottom: 15px;
    border-sizing: border-box;
}

.pz01 li:hover {
    /* background: linear-gradient(90deg, #E7D4AF 0%, #E0AB82 100%);
    text-align: center;
    color: #000000; */
    background-color: #3d3b38;
    cursor: pointer;
}

.pz01 li a {
    background-color: #999999;
}

.selected {
    background: linear-gradient(90deg, #E7D4AF 0%, #E0AB82 100%);
    text-align: center;
    color: #000000 !important;
}

.pz01 {
    width: 1140px;
}

.pz01a {
    background-image: url(images/BG_huiju.png);
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1d1f1e;
    padding: 10px 0px 50px 0px;
    max-height: 800px;
    position: relative;

}

.pz01b {
    background-color: #999999;
    background-image: url(images/BG_tequan.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    max-height: 830px;
}
.pz01b .news-img{
    width: 360px;
    float: left;
}
.pz01b .news-item{
    width: calc(100% - 360px);
    float: right;
    background-color: rgba(255,255,255,0.05);
    padding: 30px 40px;
    box-sizing: border-box;
}


.pz02 {
    padding-bottom: 30px;
}

.pz02 li {
    text-align: center;
    color: #dcc37e;
    font-size: 18px;
    float: left;
    height: 270px;
    width: 270px;
    float: left;
    margin-right: 10px
}
.pz02 li:last-child{
    margin-right: 0px;
}

.pz02a {
    padding: 50px 0px;
}

.pz02a li {
    float: left;
    width: 25%;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color:#ffffff;
}

.pz02a li span {
    font-size: 24px;
    font-weight: bold;
    padding-right: 5px;
}



.pz03 {
    width: 800px;
    margin: 0px auto;
}

.pz03 li {
    padding: 20px 0;
    color: #B3AFAB;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.pz03 li:last-child{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pz03 .answer{
    display: inline-block;
    padding-left: 25px;
    line-height: 1.5;
}
.pz03 img {
    padding-right: 5px;
    /* size: 50%; */
}

.pz03 li p {
    color: #F3DA94;
    font-size: 20px;
    padding-bottom: 10px
}

.pz03a {
    font-size: 34px;
    color: #e0c67e;
    text-align: center;
    line-height: 50px;
    margin-bottom: 50px;
}

.pz03b {
    font-size: 24px;
    text-align: center;
    line-height: 200px;
    color: #FFFFFF
}

.pz03c {
    background-color: #b89e6a;
    background-image: url(images/05.jpg);
    height: 330px;
    background-position: top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.pz04 {
    color: #FFFFFF;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.9);
    padding: 56px 50px;
    box-sizing: border-box;
}
.pz04 ul{
    flex: 1;
}
.pz04 ul li p{
   font-size: 30px;
   font-weight: bold;
   line-height: 1.8; 
}
.pz04 ul li span{
    font-size: 26px;
    line-height: 1.5;
    color: #B3AFAB;
}
.pz04 ul li:last-child{ 
    padding-top: 15px;
}

.pz04a {
    width: 1120px;
}

.pz04 img {
    width: 395px;
    border-radius: 5px;
    height: 295px;
    margin-right: 30px;
}

.pz04b {
    background-color: #171717;
    background-image: url(images/BG_hezuo.png);
    background-position: top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 770px;
    
}
.pz04b .mn{
    height: 100%;
}
.pz-contact{
    background-color: #232528;
    padding: 50px 0;
    color: #FFFFFF;
    
}
.pz-contact .contact-right, .pz-contact .contact-left{
    display: inline-block;
}
.pz-contact .contact-right{
    width: 50%;
    text-align: right;
}

.pz-contact .contact-left{    
    width: 47%;
    text-align: left; 
    font-size: 18px; 
} 
.pz-contact .contact-left li{
    padding-top: 7px;
}  
.pz-contact .contact-left li p::before{    
    content: "";    
    display: inline-block;    
    width: 6px;    
    height: 6px;    
    border-radius: 50%;    
    background-color: #fff;    
    margin-right: 5px;    
    vertical-align: middle;    
}
.pz-contact .contact-right li{
    display: inline-block;
    margin-left: 15px;
    text-align: center;
}
.pz-contact .contact-right li p{
    margin-top: 7px;
    font-size: 16px;
}

.hezuo_container{
    padding: 50px;
    background-color: rgba(255,255,255,0.05);
    margin-bottom: 100px;
    width: 100%;
}

.pz04c {
    width: 280px;
    white-space: nowrap;
    float: left;
    margin-right: 50px;
    background: #353638;
}
.pz04c ul li{
    cursor: pointer;  
    padding: 15PX;
    text-align: center;
    font-size: 22px;
    color: #DAA476;
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}
pz04c ul li:first-child{    
    border-top: 0;
}
.pz04c ul li:hover {
    background-color: #27282a;
  /* background-color: rgba(231, 212, 175, .1) ;  
  
  
  
  
  */

}
.active{
    background: linear-gradient(90deg, #E7D4AF 0%, #E0AB82 100%);
    color: #1A1411!important;
}

.pz04d {
    width: calc(100% - 330px);
    float: left;
    font-size: 20px;
}
.pz04d  .swiper-hezuo{
    height: 365px;

}

.pz04d .hezuo li:first-child{
    float: left;
    width: 47%;
}
.pz04d .hezuo li:last-child{
    float: right;
    width: 47%;
}
.pz04d .hezuo li p{
    font-size: 22px;
    color: #FFFFFF;
    padding: 7px 0;
}
.pz04d .hezuo li span{
    font-size: 16px;
    color: #B3AFAB;
}

.pz05 {
    font-size: 32px;
    color: #EAC183;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.pz05a li {
    font-size: 16px;
    margin-bottom: 15px;
    color: #ffffff;
}

.pz05a li a {
    display: inline-block;
    color: #ffffff;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pz05a li span{
    float: right;
    display: inline-block;
    vertical-align: middle;
}

.pz05a li:hover, .pz05a li a:hover {
    color: #e0c67e
}

.about {
    color: #dcd2af;
    line-height: 30px;
    font-size: 15px;
    width: 900px;
    margin: 0px auto;
}

.about p {
    font-size: 24px;
    line-height: 50px;
    color: #e0c381;
    margin-top: 30px;
}

/* .bta{

}
.bt {
    border-top: solid 1px #262620;
    background-color: #000000;
    color: #FFFFFF;
    color: #716935;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding: 30px 0px;
} */
.bt {
    padding: 25px 0px;
    background-color: #232528;
    font-size: 15px;
}
.bt a {
    color: #DAA476;
}

.bt a:hover {
    color: #ee4236;
}


.bta {
    border-top: solid 1px #2e2715;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 1120px;
    margin: 0px auto;
    color: #64562e;
    padding-top: 15px;
}

.bta a {
    color: #64562e;
    padding-right: 10px;
}

.bta a:hover {
    color: #64562e;
    padding-right: 10px;
}

.btb {
    border-top: solid 1px #2e2715;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 1120px;
    margin: 0px auto;
    color: #64562e;
    padding-top: 15px;
    text-align: center;
}

.mn {
    width: 1120px;
    margin: 0px auto;
}

/* 轮播相关 */
#swiper2 {
    height: 490px;
}

#swiper2 .swiper-wrapper {
    height: 490px;
}

.swiperall {
    height: 410px;
}

/* svip弹窗 */
.svipTan {
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 300px;
    height: 210px;
    display: none;
}