 @charset "utf-8";

html {
    font-size: 312.5% !important;
}
.con-img{
    width: 100%;
}

.wrap {
    width: 100%;
    /* max-width: 1920px; */
    margin: 0 auto;
    background-color: #1d2087;
    background-image:url(../images/dot.png);
    background-repeat:no-repeat;
    background-position:center top;
    background-size: 100%;
    overflow: hidden;
}
.con-img img {
    display: block;
    width: 100%
}
.center {
    margin: 0 auto;
    margin-top: 48%;
    width: 1235px;
}

.con-wrap h1 {
    text-align: center;
    padding: 100px 0 80px;
}
.con-wrap h1 img {
    display: inline-block;
    width: 1236px;
}
.items {
    text-align: center;
}
.items .item {
    display: inline-block;
}
.items .item a {
    display: inline-block;
    width: 312px;
    border: 3px solid #91672e;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 17px 40px;
}
.items .item a img {
    display: block;
    width: 100%;
}
.items .info {
    height: 99px;
    background: #fff;
    color: #b27e46;
    font-size: 16px;
    padding: 15px 5px;
    line-height: 1;
}
.items .info h3 {
    font-size: 24px;
    font-weight: normal;
}
.items .info p {
    font-size: 22px;
    margin-top: 4px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.items .info .newfont{
    font-size: 18px;
}

.renwu{
    position: relative;
    z-index: 1;
    margin: 50px auto 0;
}
.renwu-who{
    width: 1000px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    margin: 0 auto 60px;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -o-box-lines: multiple;
    -ms-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    box-lines: multiple;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
}
.renwu-who .who-which{
    width: 910px;
    height: 80px;
    margin-bottom: 70px;
    background-image: url(../images/bangdankuang.png)
}
.renwu-who .who-which a .bdfont{
    font-size: 36px;
    color: #ffdeb1;
    text-align: center;
    line-height: 80px
}
.renwu-who .who-which .shuxian{
    width: 26px;
    margin-left: 390px;
}
.renwu-who .who-which table{
    margin-top: -836px;
}
.renwu-who .who-which table tr .left{
    width: 400px;
}
.renwu-who .who-which table tr .right{
    width: 600px;
}
.renwu-who .who-which table tr td a{
    font-size: 30px;
    color: #b37e46;
    cursor: pointer;
}

/* 圆桌对话 */
.yuanzhuorenwu .yuanzhuo{
    width: 912px;
    height: 990px;
    background-image: url(../images/圆桌对话框.png);
}
.yuanzhuo{
    margin: 0 auto;
}
.yuanzhuo a .yuanzhuofont{
    font-size: 48px;
    color: #1d2087;
    text-align: center;
    line-height: 990px
}
.yuanzhuo a:hover{
    color: red;
}




.item {
    display: inline-block;
}
.item a{
    display: inline-block;
    width: 220px;
    border: 3px solid #91672e;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 25px 40px;
}
.item a img {
    width: 100%;
    height: 100%;
}
.info {
    background: #fff;
    color: #91672e;
    font-size: 16px;
    padding: 10px 5px 0px;
    line-height: 1;
}
.info h3 {
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 7px;
}

.chanpin {
    text-align: center;
}

.chanpin .baiqiang-desc{
    width: 1000px;
    margin: 10px auto 100px;
    cursor: pointer;
}
.chanpin .baiqiang-desc .yj-pic{
    float: left;
    width: 384px;
    height: 244px;
    border-radius: 15px;
    box-shadow: 5px 5px 2px #990e10;
}
.chanpin .baiqiang-desc .yj-pic img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.chanpin .baiqiang-desc .desc-bq{
    line-height: 46px;
    font-size: 26px;
    color: #fff;
    text-indent: 46px;
    margin-left: 408px;
    text-align: left !important;
}

.chanpin .item a {
    width: 174px;
    border: none;
    border-radius: 12px;
    margin: 0 15px 25px;
    vertical-align: top;
}
.chanpin .info {
    color: #ffdeb1;
    background: none;
    padding-top: 18px;
    height: 121px;
}
.chanpin .info h4 {
    font-size: 23px;
    line-height: 30px;
    font-weight: normal;
}
.chanpin .item a img {
    border-radius: 12px;
    height: 182px;
}

.xianc {
    position: relative;
    z-index: 1;
    margin: 0 auto 50px;
}
.live {
    width: 1100px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    margin: 0 auto 60px;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -o-box-lines: multiple;
    -ms-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-box-lines: multiple;
    box-lines: multiple;
    overflow: hidden;
    padding: 0;
    margin-bottom: 15px;
}
.live li {
    overflow: hidden;
    width: 1000px;
    height: 680px;
    padding: 20px;
    background: url(../images/k.png) no-repeat center;
    background-position: 100%;
    background-size: 100% 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}
.live li img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
}
.xianc .arr-l,
.xianc .arr-r {
    width: 56px;
    height: 104px;
    background: url(../images/arr-l.png) no-repeat;
    position: absolute;
    display: inline-block;
    top: 50%;
    margin-top: -75px;
    cursor: pointer;
    background-size: 100% 100%;
}
.xianc .arr .arr-l {
    left: 0px;
}
.xianc .arr .arr-r {
    background: url(../images/arr-r.png) no-repeat;
    right: 0px;
    background-size: 100% 100%;
}
.xianc ol {
    height: 20px;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.xianc ol li {
    height: 12px;
    width: 12px;
    background: #575968;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
}
.xianc ul li {
    display: none;
    overflow: hidden;
}
.xianc ul li a {
    position: relative;
    font-size: 20px;
    color: #9d611f;
    font-weight: 400;
    display: block;
    height: 100%;
}
.xianc ul li p {
    display: none;
    height: 60px;
    line-height: 60px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 30px;
    padding: 0 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.xianc ul li.current {
    display: inline-block;
}
.xianc ol li.current {
    background: #fff;
}
.foo-nav ul li, .foo-nav ul li a, .foo-nav p{
    color: #fff !important;
}


@media(max-width:768px){
    .con-img{
        position: relative;
    }
    .con-img .mohu{
        width: 100%;
        height: 10px;
        background-color: #be0000;
        margin-top: -5px;
        position: absolute;
        box-shadow: 0 0 10px 10px #be0000;
    }
    /* .wrap{width: 100%;
        background-size: 100% auto;
        background-repeat: repeat-y;
    } */
    .center{
        width: 100%;
        /* margin-top: 185px; */
        margin-top: 50%;
    }
    .con-wrap h1{
        /* padding: 10px 8px; */
        padding: 10px 8px 25px;
    }
    .con-wrap h1 img{width: 100%;}
    .items h2 img{width: 100%;}
    .items .item a{
        /* width: 72%;  */
        width: 43%;
        margin: 0 1% 10px;
        border-width: 2px;
    }
    .items .info{
        padding: 10px 5px;
        height: auto;
    }
    .items .litfont{
        padding: 17px 5px;
    }
    .items .info h3{
        /* font-size: 18px; */
        font-size: 16px;
        padding-bottom: 5px;}
    .items .info p {
        /* font-size: 17px; */
        font-size: 12px;
    }
    .items .info .newfont {
        font-size: 13px;
    }
    .chanpin .item a{
        /* width: 45%; */
        /* width: 43%; */
        width: 20%;
        margin: 0 1%;
    }
    .chanpin .item a img {
        /* height: 164px; */
        height: 74px;
    }
    .chanpin .info{
        /* padding-top: 15px; */
        padding-top: 10px;
        height: 48px;
    }
    .chanpin .info h4{
        /* font-size: 19px;  */
        /* font-size: 16px; */
        font-size: 12px;
    }
    .chanpin .baiqiang-desc{
        width: 90%;
        margin: 20px auto 40px;
    }
    .chanpin .baiqiang-desc .yj-pic{
        display: contents;
        float: none;
    }
    .chanpin .baiqiang-desc .desc-bq{
        line-height: 34px;
        font-size: 19px;
        color: #fff;
        text-indent: 46px;
        margin-left: 0;
        margin-top: 20px;
        text-align: left !important;
    }


    .arr{
        display: none;
    }
    .live{
        /* width: 100%; */
        width: 94%;
        margin: 0 auto 10px;}
    .live li {
        /* width: 95%; */
        width: 92%;
        height: auto;
        padding: 0;background:none;border-radius: 10px; margin: 0 auto 15px;}
    .xianc ul li{display: block;}
    .xianc ul li p{font-size: 19px;height: 40px;line-height: 40px;}
    .renwu{
        margin: 10px auto 0;
    }
    .renwu-who{zoom: 0.35;}
    .renwu-who .who-which{
        width: 908px;
        height: 78px;
    }
    .renwu-who .who-which a .bdfont{
        font-size: 38px;
    }
    .renwu-who .who-which .shuxian{
        height: 890px;
    }
    .renwu-who .who-which .shuxian img{
        height: 100%;
    }
    .renwu-who .who-which table{
        margin-top: -884px;
    }
    .yuanzhuorenwu .yuanzhuo {
        width: 912px;
        height: 988px;
        background-image: url(../images/圆桌对话框.png);
        zoom: 0.35;
        margin-top: 30px;
        margin-bottom: 68px;
    }
    .yuanzhuorenwu .yuanzhuo a .yuanzhuofont{
        line-height: 998px;
    }

    /* 小圆点 */
    .xianc ol{
        display: none;
    }
}