a:hover,a:active,a:link,a:visited{color: #333333;}
a{text-decoration: none;}
body,ul{margin: 0;padding:0;}
li{list-style:none;}
li a{display: block;}
em{
    font-style:normal;
}.body {
    margin-top: 120px !important;
}
body{
    overflow: auto !important;
    font-size: 16px;
    background: #f8f8f8;

    min-width: 1300px !important;

}
header {
    background: #fff;
    overflow: hidden;
    box-shadow: 2px 2px 10px #b7b7b7ee;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;

}
.fl{float: left !important;}
.fr{float: right !important;}
.margin-bottom-50{
    margin-bottom:50px;
}
.relative{
    position: relative;
}
.chuang {
    position: fixed;
    top: 0px;
    float: 0px;
    width: 100%;
    left: 0px;
    background: #080808bd;
    height: 100%;
    z-index: 1000;
    display: none;
    transition: all .3s;
}
.tan-body {
    position: relative;
    top: 45%;

    background: #fff;
    padding: 20px 30px;
    width: 400px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    border-radius: 10px;
    transition: all .3s;
}
.tan-close{
    width: 40%;
    height: 30px;
    border: 1px solid #20AF71;
    opacity: 1;
    border-radius: 100px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #20AF71;
    float: left;
}
.tan-submit {
    width: 40%;
    height: 30px;
    border: 1px solid #20AF71;
    background: #20AF71;
    opacity: 1;
    border-radius: 100px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    float:right;
}
.tan-content {
    line-height: 30px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.tan-content  input{
    height: 30px;
    /* background: red; */
    border-bottom: 1px solid #ccc;
    margin-left: 10px;
    width: 70%;
    /* margin-left: 60px; */

    /* display: block; */
}
.tan-title {
    text-align: center;
    color: #20af71;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.chuang textarea {

    outline: none;
    border: 1px solid #dddd;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    line-height: 20px;
}



.notice{
width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    background: #f8f8f8;
}
.margin-auto-1200px{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.topnav{
    /*height: 100px;*/
    padding: 10px 0;
    position: relative;

}
.topnav img.logo{
    margin: 10px;
    height: 70px;
    margin-left:0px;
}
.topnav .ss {
    /*position: relative;*/
    /*width: 440px;*/
    /*height: 44px;*/
    /*margin: 28px 135px;*/

}
.topnav input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 1px solid #eeeeee;
    border-radius: 25px;
    padding: 0 20px;
    font-size: 16px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    background: #f8f8f8;
    padding-right: 140px;
}
.topnav input:focus{
    outline: none;
    border: 1px solid #d31f00;
}
.topnav .ss div {
    position: absolute;
    right: 20px;
    top: 2px;
    border-left: 1px solid  #e5e5e5;
    /* width: 53px; */
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    cursor: pointer;
    font-size: 22px;
    color: #d31f00;
}
.topnav .ss img {
    width: 20px;
    height: auto;
    position: absolute;
    top: 11px;
    right: 40px;
    cursor: pointer;
}
.topnav ul li{
    float: left;
    width: auto;
    height: 44px;
    line-height: 44px;
    padding: 28px 15px;
}
.topnav ul li a{
    display: inline-block;
}
.topnav ul li span{
    padding: 5px;
}
.topnav ul li:first-child span{
    font-weight: bold;
}
.topnav ul li:first-child span:hover{
    color: #42A747;
}
.topnav ul li img{
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin-top: -4px;
}


.nav{
    width: 1200px;
    padding: 0px;
}
.nav li {
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    /*border: 1px solid #e1e1e1;*/
    /*box-shadow: 2px 2px 5px #d5d5d5ee;*/
    margin-right: 6px;

}
.nav li a{
    color:#333;
}
  .nav li {
        float: left;
        /* width: 150px; */
            width: auto;
        height: 60px;
        line-height: 60px;
        text-align: center;
        position: relative;
        transition: linear all 0.4s;
        margin-right: 6px;
        font-weight: bold;
        transition: all 0.5s;
        font-size: 14px;
      
    }
    .nav li a{
        display: block;
          padding: 0px 20px;
    }
.nav li.active,
.nav li:hover {
    position: relative;
    background: #d31f00;
 

    /*border: 1px solid #d31f00;*/
    /*background: linear-gradient(184deg, #ff4a00 2.63%, #d31f00 52.32%);*/


}


.nav li.active span,
.nav li:hover span
{
    color: #ffffff;
}
.nav li.active img{
    position: absolute;
    width: 20px;
    height: auto;
    vertical-align: middle;
    top: 18px;
    left: 22px;
}
.nav li.active img.xiangx{
    top: 23px;
    left: 190px;
    width: 14px;
}
.nav li.topmenu:hover span{
    color: #d31f00;
}
.newnavbox {
    /*border-bottom: 1px solid #d31f00;*/
    overflow: hidden;
    background: #fff;
}
.newnavbox div img{
    width: 60px;
    height: auto;
    margin-right: 15px;
}
.newnavbox div div{
    font-size: 17px;
    font-weight: bold;
    margin-right: 20px;
}
.newnavbox div div span{
    font-size: 15px;
    font-weight: 500;
    display: block;
    height: 25px;
    margin-top: 5px;
}

.topactive a,
.topactive a:active,
.topactive a:visited,
.topactive a:hover
{
    color: #42A747 !important;
    font-weight: bold;    transition: all 0.5s;
}



.topSlide{
    width: 100%;
    height: 460px;
    
    /*background: #fff;*/
    margin-top: 1px;
}
.content{
    position: absolute;
    width: 1200px;
    height: auto;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    text-align: left;
    color: #ffffff;
}
.content .title{
    font-size: 50px;
    margin-bottom: 20px;
}
.content .con{
    font-size: 26px;
    color: #555555;
}
.content .ljgd{
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: #42A747;
    text-align: center;
    margin-top: 40px;
}
.content .ljgd a{
    color: #ffffff;
}
.btn .ljry a,
.btn .ljry a:hover,
.btn .ljry a:active
{
    color: #ffffff;
}

.banner2{
    width: 100%;
    height: auto;
}

.crumb li{
    width: 290px;
    height: auto;
    text-align: center;
    float: left;
    margin: 30px 0;
    cursor: pointer;
    transition: transform 1.6s;
}
.crumb li img{
    width: auto;
    height: 40px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    float: left;
    margin: 0 20px;
}
.crumb li:hover img{
    transform: scale(1.04);
}
.crumb li span{
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.crumb li span.yy{
    font-size: 13px;
    font-weight: 500;
}

footer{
    width: 100%;
    height: auto;
    background: #F8F8F8;
    overflow: hidden;
}
footer .top {
    width: 100%;
    margin: auto;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}
footer .top div{

}
footer .top span{
    margin: 25px;
    height: 50px;
    font-size: 16px;
}
footer .top  .ss {
    position: relative;
    width: 260px;
    height: 44px;
    margin: 12px 12px;
    margin-top: 18px;
}
footer .top  input{
    width: 200px;
    height: 34px;
    line-height: 34px;
    border: 2px solid #eeeeee;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 12px;
    background: #F8F8F8;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
footer .top  input:focus{
    outline: none;
    border: 1px solid #42A747;
}
footer .top  .ss img{
    width: 16px;
    height: auto;
    position: absolute;
    top: 8px;
    right: 35px;
    cursor: pointer;
}
footer .middle{
    width: 1200px;
    height: 186px;
    margin: auto;
}
footer .middle .m-left{
    width: 750px;
    float: left;
}
footer .middle .m-left ul:first-child{
    padding: 15px 0;
    margin-left: -15px;
}
footer .middle .m-left ul{
    clear: both;
}

footer .middle .m-left ul:first-child li {
    padding: 20px;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px;
}
footer .middle .m-left li{
    float: left;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 5px;
}
footer .m-left li span{
    display: inline-block;
}
footer .middle .rx,
footer .middle .sj{
    float: left;
    width: 210px;
}
footer .middle .rx li:first-child,
footer .middle .sj li:first-child{
    font-weight: 500;
    color: #999999;
}
footer .middle .rx li,
footer .middle .sj li{
    font-size: 17px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    color: #666666;
}
footer .middle .rx li:first-child,
footer .middle .sj li:first-child{
    height: 50px;
    line-height: 50px;
    margin: 20px 0;

}
footer .middle .rx li img,
footer .middle .sj li img{
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin-right: 12px;
}
footer .bottom{
    width: 100%;
    height: 160px;
    background: #42A747;
    padding-top: 8px;
}
footer .bottom ul{
    width: 670px;
    margin: 10px auto;
    overflow: hidden;
}
footer .bottom li{
    /*width: 200px;*/
    height: auto;
    margin: 10px;
    color: #ffffff;
    text-align: center;
    float: left;
}
footer .bottom li span{
    display: block;
}
footer .bottom li a{
    color: #ffffff;
}
footer .bottom li img{
    width: 30px;
    height: auto;
}
footer .bottom div{
    width: 1200px;
    margin: auto;
    text-align: center;
    color: #ffffff;
    clear: both;
    margin-top: 20px;
}
footer .bottom div img{
    width: 20px;
    height: auto;
    margin-left: 46px;
    vertical-align: middle;
}



.module{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    /*background: #1c2a54;*/
    /*padding: 20px;*/
    border-radius: 10px;
}
.detail-module{
    width: 1240px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.m-top{
    text-align: center;
    margin: 20px 0 10px;
}
.m-top img{
    width: 50px;
    margin: 10px auto;
}
.m-top .title{
    font-size: 26px;
    margin: 10px;
}
.m-top .yy{
    font-size: 13px;
}
.chunk {
    overflow: hidden;
}
.module .chunks{
    width: 380px;
    margin: 10px;
    color: #555555;
    float: left;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #f3f3f3;
}

.module .chunks img{
    width: 100%;
    height: auto;
}
.module .chunks div span{
    display: inline-block;
    color: #42A747;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.module .chunks span{
    font-size: 14px;
}

.module .chunks .rengou{
    /*width: 50px;*/
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    background: #42A747;
    margin-left: 27px;
    font-size: 14px;
    border-radius: 4px;
    padding-left: 6px;
    padding-right: 6px;

}

.livelist .title{
    font-size: 15px;
    font-weight: bold;
    display: block;
    line-height: 32px;
}
.module .m-bottom {
    position: relative;
}
.module .m-bottom .k1{
    width: 580px;
    margin: 10px;
    float: left;
    position: relative;
}
.module .m-bottom .k1 img {
    width: 100%;
    height: auto;
}
.module .m-bottom .k1 div{
    position: absolute;
    width: 480px;
    height: auto;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
}

.module .m-bottom .k1 div span{
    font-size: 26px;
    display: block;
}
.module .m-bottom .k1 .qgm{
    width: 100px;
    height: 30px;
    line-height: 22px;
    border-radius: 20px;
    background: #42A747;
    text-align: center;
    margin-top: 15px;
    display: block;
}
.module .m-bottom .qgm a{
    color: #ffffff;
    font-size: 16px;
}
.chunks .rmb{
    margin: 5px 0;
}
.m2,.m6{
    width: 100%;
    height: auto;
    background: url("/public/static/pc/img/banner3@2x.png") no-repeat;
    background-size: 100% auto;
}
.m2 .m-top {
    margin: 5px 0;
}
.m2 .chunk{
    margin-top: 75px;
}
.m2 .chunks{
    width: 220px;
    margin: 10px;
    color: #555555;
    float: left;
    text-align: center;
    position: relative;
    border: 1px solid #f3f3f3;
    overflow: hidden;
    background: #fff;
}
.m2 .chunks img{
    width: 100%;
    height: auto;
}
.m2 .chunks ul{
    position: absolute;
    width: 200px;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
}
.m2 .chunks ul li{
    width: 40px;
    /* height: 42px; */
    font-size: 16px;
    float: left;
    background: #ffffff;
    margin: 5px;
    padding: 2px 5px;
}
.m2 .chunks ul li div{
    margin: 0;
}
.m2 .chunks div span{
    display: inline-block;
    color: #42A747;
    font-size: 15px;
}
.m2 .chunks span{
    font-size: 15px;
}
.m2 .chunks div{
    margin: 5px 30px;
}
.m2 .chunks .rengou{
    width: 50px;
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    background: #42A747;
    margin-left: 27px;
    font-size: 14px;
    border-radius: 4px;
}
.m2 .banner2{
    width: 1200px;
    height: auto;
    margin: 20px 0;
}
.m3 .con img{
    width: 400px;
    height: auto;
    margin-right: 25px;
    float: left;
}
.m3 .chunk{
    float: left;
    width: 775px;
}
.m3 .chunks{
    width: 360px;
    height: 115px;
    margin: 10px;
    float: left;
    border: 1px solid #f3f3f3;
    overflow: hidden;
    background: #fff;
}
.m3 .chunks img{
    width: auto;
    height: 115px;
    margin-right: 10px;
}
.m3 .chunks div {
    margin: 9px;
}
.m3 .chunks span{
    font-size: 15px;
}
.m3 .chunks div div{
    margin: 40px 0 0;
}
.m3 .chunks .rengou{
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    background: #42A747;
    margin-left: 27px;
    font-size: 14px;
    border-radius: 4px;
    padding: 2px 10px;
}

.m4 .chunk{
    margin-top: 75px;
}
.m4 .chunks{
    width: 220px;
    margin: 10px;
    color: #555555;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #f3f3f3;
}
.m4 .chunks img{
    width: 100%;
    height: auto;
}
.m4 .chunks div span{
    display: inline-block;
    color: #42A747;
    font-size: 15px;
}
.m4 .chunks span{
    font-size: 15px;
    display: block;
}
.m4 .chunks .rengou{
    width: 76px;
    height: 24px;
    line-height: 24px;
    color: #8B7452;
    margin: 5px auto;
    background: #FFE4BF;
    font-size: 14px;
    border-radius: 4px;
}
.m5{
    width: 100%;
    overflow: hidden;
    /*background: #fff url(/public/static/pc/img/banner3@2x.png) no-repeat 0px 30px;*/
    background-size: 100% auto;
       /*padding-bottom: 30px;*/
}
.m5 .chunk{
    margin-top: 20px;
}
/*.m5 .chunks{*/
/*    width: 180px;*/
    
/*    float: left;*/
/*    background: #ffffff;*/
/*    border: 1px solid #f3f3f3;*/
/*    overflow: hidden;*/
/*    position: relative;border-radius: 10px;*/


/*   padding: 15px;*/
   
/*       margin: 0px 10px;*/
/*    margin-bottom: 10px;*/

/*}*/


  .m5 .chunks {
width: 191.5px;
    margin: 0px;
    float: left;
    background: #ffffff;
    border: 1px solid #f3f3f3;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 15px;
}
 .m5 .chunks:nth-child(6n) {
    margin-right: 0px;
}
.m5 .chunks img{
    width: 100%;
    height: auto;
    margin-right: 10px;
}
.m5 .chunks div{
    /*padding: 10px 20px 15px;*/
}
.m5 .chunks div span{
    font-size: 13px;
    color: #999999;
}
.m5 .chunks div p{
    margin: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    background: #0000007a;
    padding: 5px;
    color: #fff;
}
.m5 .chunks .ljgd{
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    background: #42A747;
    font-size: 14px;
    border-radius: 4px;
    padding: 2px 10px;
}
.stime {
    position: absolute;
    top: 0px;
    background: #ff3d00a8;
    color: #fff !IMPORTANT;
    padding: 1% 4%;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    text-align: center;
}
.m6 .chunk{
    margin-top: 80px;
    margin-bottom: 50px;
}
.m6 .chunks{
    width: 360px;
    height: 115px;
    margin: 10px;
    float: left;
    border: 1px solid #f3f3f3;
}
.m6 .chunks img{
    width: auto;
    height: 115px;
    margin-right: 10px;
}
.m6 .chunks div {
    margin: 10px;
}
.m6 .chunks span{
    font-size: 15px;
}
.m6 .chunks div div{
    margin: 40px 0 0;
}
.m6 .chunks .rengou{
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    background:  #d31f00;
    margin-left: 27px;
    font-size: 14px;
    border-radius: 4px;
    padding: 2px 10px;
}
.chunks{
    transition:all 0.5s;
}
.chunks:hover {

    border: 1px solid #d31f00 !important;
}
.chunks .fa-play-circle{
    transition:all 0.5s;
}
.chunks:hover .fa-play-circle{
    display: inherit;
}

/*悬浮链接*/
.suspension{    position: fixed;
    z-index: 55;
    right: 50px;
    bottom: 220px;
    width: 70px;
    height: 240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:0px;border-left:1px solid #d1cccc;border-right:1px solid #d1cccc;cursor:pointer;outline:none;border-bottom:1px solid #d1cccc}
.suspension .a:nth-child(1){border-top:1px solid #d1cccc}
.suspension .a.active,
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(/public/static/pc/img/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{
    width:44px;height:44px; background:#fff url(/public/static/pc/img/yx.png);background-repeat:no-repeat;background-position:center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.suspension .a-service-phone .i{
    width:44px;height:44px;background:#fff url(/public/static/pc/img/dh.png);background-repeat:no-repeat;background-position:center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.suspension .a-qrcode .i{
    width:44px;height:44px;background:#fff url(/public/static/pc/img/x-ewm.png);background-repeat:no-repeat;background-position:center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.suspension .a-top .i{
    width:44px;height:44px;background:#fff url(/public/static/pc/img/fhdb.png);background-repeat:no-repeat;background-position:center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}


.suspension .a-service:hover .i{
    width:44px;height:44px; background:#fff url(/public/static/pc/img/image/yx1.png);background-repeat:no-repeat;background-position:center;
}
.suspension .a-service-phone:hover .i{width:44px;height:44px;background:#fff url(/public/static/pc/img/dh1.png);background-repeat:no-repeat;background-position:center;}
.suspension .a-qrcode:hover .i{width:44px;height:44px;background:#fff url(/public/static/pc/img/x-ewm1.png);background-repeat:no-repeat;background-position:center;}
.suspension .a-top:hover .i{width:44px;height:44px;background:#fff url(/public/static/pc/img/fhdb1.png);background-repeat:no-repeat;background-position:center;}

.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{
    display:none; background:#fff;position:absolute;right:60px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);

}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(/public/static/pc/img/side_bg_arrow.png) no-repeat;right:-8px;top: 26px;}
.suspension .d-service {
    top: 45px;
    padding: 5px 10px;
}
.suspension .d-qrcode .arrow {
    top: 63px;
}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:-48px;}
.suspension .d .inner-box{
    /*padding:8px 22px 12px;*/
    text-align: center}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(/public/static/pc/img/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(/public/static/pc/img/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(/public/static/pc/img/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding: 5px 5px;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}
.suspension .d-qrcode img{
    width:130px;
    height:130px;
}
.suspension .d-service-phone {
    top: 92px;
    width: 150px;
}
.suspension  .d-service-phone  p.red.number {
    line-height: 22px;
    padding: 0px;
    margin: 0px;
}
footer .copyright a,
footer .copyright a:active,
footer .copyright a:visited,
footer .copyright a:hover

{
    color:#fff;
}



/*xiangqing*/
.banner1{
    width: 100%;
    height: auto;
}
.m1-left{
    width: 800px;
    height: auto;
    float: left;

}
.m1-left .datu{
    width: 100%;
    height: auto;
    position: relative;
}
.m1-left .datu img{
    width: 100%;
    height: auto;
}
.m1-left .datu img.dt-top{
    width: 170px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.m1-left .datu .dt-xz{
    background: url("/public/static/pc/img/xiangzuo.png") no-repeat;
}
.m1-left .datu .dt-xy{
    background: url("/public/static/pc/img/xiangyou.png") no-repeat;
    right: 0;
    left: 93% !important;
}
.m1-left .datu .dt-xz:hover {
    background: url("/public/static/pc/img/xiangzuo1.png") no-repeat;
    background-size: 50px auto;
}
.m1-left .datu .dt-xy:hover{
    background: url("/public/static/pc/img/xiangyou1.png") no-repeat;
    background-size: 50px auto;
}
.m1-left .datu .dt-xz,
.m1-left .datu .dt-xy{
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: 50px auto;
    top: 50%;
    left: -10px;
    border: 1px solid #eeeeee;
}
.m1-left li{
    width: 102px;
    height: auto;
    margin: 5px;
    float: left;
}
.m1-left li:first-child{
    margin-left: 0;
}
.m1-left li:last-child{
    margin-right: 0;
}
.m1-left li img{
    width: 100%;
    height: auto;
}
.m1-right{
    float: left;
    width: 620px;
    height: auto;
}
.m1-right .tit{
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 15px;
    position: relative;
    padding-right: 200px;
    color: #333;
}
.m1-right .tit .fenx{
    position: absolute;
    top: 12px;
    right: 0px;
    line-height: revert;
}
.fenx a {
    display: block;
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    float: left;
    margin-left: 6px;
}
.m1-right .tit img{
    float: left;
    width: 26px;
    height: auto;
    border: 3px solid #eeeeee;
    border-radius: 7px;
    padding: 4px;
    margin: 2px;
}
.m1-right .con{
    width: 450px;
    line-height: 30px;
}
.m1-right .rmb{
    font-size: 30px;
    color: #42A747;
    line-height: 70px;
}
.m1-right ul {
    clear: both;
    overflow: hidden;
}
.m1-right ul.zaixian li{
    width: 120px;
    line-height: 40px;
    text-align: center;
    float: left;
    height: 40px;
    background: #E6E6E6;
    margin: 10px 2px;
    border-radius: 4px;
}
.m1-right ul.zaixian li.active,
.m1-right ul.zaixian li:hover
{
    background: #42A747;
}
.m1-right ul.zaixian li.active a,
.m1-right ul.zaixian li:hover a
{
    color: #ffffff;
}
.m1-right ul.zaixian li img{
    width: 21px;
    height: auto;
    vertical-align: middle;
    margin: 6px 6px 8px 0;
}
.m1-right ul li.title{
    width: 100px !important;
    font-size: 16px;
    border: none !important;
    /*text-align: center;*/
    margin: 15px 0 !important;
    padding: 0 !important;
    float: left;
    margin-left: 0px !important;
    text-align: left;
    color: #999;
}
.m1-right ul.mianji li{
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #eeeeee;
    float: left;
    margin: 10px;
}
.m1-right .zhongzi ul{
    float: left;
    width: 500px;
}
.m1-right .zhongzi li{
    float: left;
}
.m1-right .zhongzi ul li{
    float: left;
    position: relative;
}
.m1-right .zhongzi ul li:hover .jieshao{
    display: block;
}
.m1-right ul.zhongzi li.title{
    line-height: 50px;
}
.m1-right ul.zhongzi li img{
    width: 50px;
    height: auto;
    margin: 10px;
    border: 1px solid #eeeeee;
}
.m1-right ul.renling select{
    width: 200px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    margin: 10px;
}
.m1-right ul.tuoguan li{
    width: 88px;
    height: 88px;
    float: left;
    margin: 10px 5px 20px;
    text-align: center;
    border: 1px solid #eeeeee;
    padding: 20px;
    border-radius: 3px;
}
.m1-right ul.tuoguan li div{
    color: #999999;
}
.m1-right ul.tuoguan li span{
    display: block;
    line-height: 33px;
    color: #999999;
}
.m1-right ul.tuoguan li div span{
    color: #42A747;
    display: inline-block;
    font-size: 20px;
}
.jieshao{
    position: absolute;
    width: 96px;
    height: 60px;
    color: #42A747;
    font-size: 16px;
    border: 1px solid #eeeeee;
    top: 64px;
    left: 0;
    background: #ffffff;
    padding: 10px;
    z-index: 1;
    display: none;
}
.jieshao span{
    color: #999999;
    font-size: 14px;
    display: block;
}


.xq1,.xq2,.xq3{
    display: none;
}
.xq2{
    display: block;
}
.m1-right ul.yugu li span {
    color: #42A747;
    font-size: 20px;
    font-weight: bold;
}
.m1-right ul.yugu li {
    width: auto;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 10px;
}

.m1-right .renyangpinzhong ul{
    float: left;
    width: 500px;
}
.m1-right .renyangpinzhong li{
    float: left;
}
.m1-right .renyangpinzhong ul li{
    float: left;
    position: relative;
}
.m1-right .renyangpinzhong ul li:hover .jieshao{
    display: block;
}
.m1-right ul.renyangpinzhong li.title{
    line-height: 50px;
}
.m1-right ul.renyangpinzhong li img{
    width: 50px;
    height: auto;
    margin: 10px;
    border: 1px solid #eeeeee;
}
.m1-right ul.renyangpinzhong .jieshao{
    width: 42px !important;
    height: auto;
    padding: 7px 20px;
}
.m1-right ul.sirendingzhi li{
    width: 88px;
    height: auto;
    float: left;
    margin: 10px 5px 20px;
    text-align: center;
    border: 1px solid #eeeeee;
    padding: 15px 10px;
    border-radius: 3px;
}
.m1-right ul.sirendingzhi li img{
    width: auto;
    height: 43px;
}
.m1-right ul.sirendingzhi li div{
    color: #999999;
}
.m1-right ul.sirendingzhi li span{
    display: block;
    line-height: 26px;
    color: #999999;
}
.m1-right ul.sirendingzhi li div span{
    color: #42A747;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}
.m1-right ul.peisongfuwu li.con {
    width: auto;
    /* height: 30px; */
    line-height: 22px;
    /* float: left; */
    margin: 10px;
    color: #333333;
    margin-top: 18px;
    font-weight: bold;
    font-size: 15px;
}
.m1-right ul.peisongfuwu li span{
    color: #42A747;
    font-weight: bold;
    font-size: 20px;
    margin: 0 5px;
}

.m1-right .peisongzhuangtai ul{
    float: left;
    width: 500px;
}
.m1-right .peisongzhuangtai li{
    float: left;
}
.m1-right ul.peisongzhuangtai li.title{
    line-height: 50px;
}
.m1-right .peisongzhuangtai li ul li{
    clear: both;
}
.m1-right .peisongzhuangtai li ul li span{
    font-weight: bold;
    display: inline-block;
    line-height: 40px;
}
.skikkbar {
    width: 320px;
    margin: 10px 15px 10px 0;
    position: relative;
    display: block;
    overflow: hidden;
    height: 20px;
    background-color: #E6E6E6;
    border-radius: 10px;
    float: left;
}
.filled1{
    background: #42A747;
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20px;
}
.filled2{
    background: #FEB064;
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20px;
}
.filled3{
    background: #43BFFF;
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20px;
}



.btn {
    margin: 20px;
    clear: both;
    margin-left:0px;
}
.btn div{
    float: left;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #42A747;
    border: 1px solid #42A747;
    border-radius: 4px;
    margin: 5px;
    color: #ffffff;
    text-align: center;
}
.btn div.jrgwc{
    background: none;
    color: #333333;
}
.btn div img{
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin: 7px 10px 10px 0;
}

.main .xq-m2{
    width: 1200px;
    background: none;
    clear: both;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.xq-m2 ul.m2-nav{
    width: 1200px;
    height: 60px;

    padding: 0 15px;

}
.xq-m2 ul.m2-nav li.active{
    border-bottom:4px solid #d31f00;
    height: 58px;
}
.xq-m2 ul.m2-nav li{
    width: auto;
    line-height: 60px;
    float: left;
    margin: 0 20px;
    cursor: pointer;
}
.xq-m2 .ryjl,
.xq-m2 .xxhd,
.xq-m2 .rypj,
.xq-m2 .cpxq,
.xq-m2 .zbhf{
    width: 1198px;
    height: auto;
    min-height: 500px;
    clear: both;
    border-top: 1px solid #eeeeee;
    display: none;
    overflow: hidden;
}
.xq-m2  .cpxq {
    padding: 30px;
}
.xq-m2 .ryjl li{
    width: 546px;
    height: 80px;
    float: left;
    margin: 20px 26px;
}
.xq-m2 .ryjl li img{
    width: 80px;
    height: auto;
    float: left;
    margin-right: 20px;
}
.xq-m2 .ryjl li div.con{
    float: left;
    font-size: 15px;
    color: #999999;
}
.xq-m2 .ryjl li div.tit{
    font-size: 18px;
    color: #666666;
    clear: both;
    line-height: 40px;
}
.xq-m2 .ryjl li div.time{
    color: #999999;
    font-size: 14px;
    float: right;
    line-height: 70px;
}
.xq-m2 .rypj{
    display: block;
}
.xq-m2 .xxhd li{
    width: 1146px;
    height: auto;
    line-height: 35px;
    margin: 20px 15px;
    overflow: hidden;
    padding: 0 20px;
}
.xq-m2 .xxhd li img{
    /*width: 80px;*/
    height: auto;
    float: left;
    margin-right: 20px;
}
.xq-m2 .xxhd li div.con{
    float: left;
    font-size: 15px;
    color: #666666;
}
.xq-m2 .xxhd li div.tit{
    font-size: 18px;
    color: #999999;
    clear: both;
    line-height: 30px;
}
.xq-m2 .xxhd li div span{
    width: auto;
    line-height: 30px;
    background: #eeeeee;
    padding: 10px 20px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 18px;
    display: inline-block;
}
.xq-m2 .xxhd li:nth-child(even) div span{
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 18px;
}
/*.xq-m2 .xxhd li:nth-child(even) div.con,*/
/*.xq-m2 .xxhd li:nth-child(even) img{*/
    /*float: right;*/
    /*text-align: right;*/
    /*margin-left: 20px;*/
/*}*/


.xq-m2 .xxhd li.rightone div.con,
.xq-m2 .xxhd li.rightone img{
    float: right;
    text-align: right;
    margin-left: 20px;
}
.xq-m2 .xxhd li.rightone img{
    margin:0px !important;
    float: right;
    text-align: right;
}
.xq-m2 .xxhd li.rightone .myface{
    margin:0px !important;
    float: right;
    margin-left: 20px !important;
}




.xq-m2 .xxhd li .btn{
    width: 100%;
    text-align: center;
    position: relative;
}
.xq-m2 .xxhd li .btn img{
    position: absolute;
    width: 17px;
    top: 13px;
    left: 54%;
}
.xq-m2 .rypj li{
    /*width: 1146px;*/
    height: auto;
    line-height: 35px;
    padding: 20px 45px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}
.xq-m2 .rypj li:last-child{
    border-bottom: none;
}
.xq-m2 .rypj li img{
    width: 80px;
    height: auto;
    float: left;
    margin-right: 20px;
}
.xq-m2 .rypj .xing img{
    width: 25px;
    margin-right: 10px;
}
.xq-m2 .rypj .m2-tu img{
    width: 244px;
    margin: 10px 10px 10px 0;
}
.xq-m2 .rypj li div.con{
    width: 1000px;
    float: left;
    font-size: 15px;
    color: #666666;
}
.xq-m2 .rypj li div.tit{
    font-size: 20px;
    color: #333333;
    clear: both;
    line-height: 40px;
    position: relative;
}
.xq-m2 .rypj li div span {
    width: auto;
    line-height: 40px;
    display: block;
    clear: both;
    color: #999999;
}
.xq-m2 .rypj li div.tit span{
    position: absolute;
    top: 20px;
    right: 50px;
    color: #999999;
    font-size: 14px;

}
.xq-m2 .rypj li div .cont{
    color: #666666;
    font-size: 15px;
    line-height: 35px;
}



.xq-m3{
    margin: 30px auto;
}
.xq-m3 img{
    width: 590px;
    margin: 5px;
    float: left;
}
.xq-m3 img:first-child{
    margin-left: 0;
}
.xq-m3 img:last-child{
    margin-right: 0;
}
.xq-m3 div.tit{
    font-size: 30px;
}
.xq-m3 div p{
    font-size: 16px;
}




.addbtn {
     display: inline-block;
     float: right;
     padding: 5px 25px;
     background: #2e9000;
     border-radius: 18px;
     font-size: 14px;
     color: #fff;
    line-height: 22px;
 }
a.addbtn,
a.active.addbtn,
a:hover.addbtn
{
      color: #fff;
}

.nodata {
    text-align: center;
    color: #999;
    line-height: 100px;font-size: 1.3rem;
}

.datetimepicker{
    position: absolute !important;
}


.row-1 {
    overflow: hidden;
    /** 隐藏超出的内容 **/
    word-break: break-all;
    text-overflow: ellipsis;
    /** 多行 **/
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1;
    /** 显示的行数 **/
    margin-bottom: .3rem;
}
.row-2{
    overflow:hidden;
    /** 隐藏超出的内容 **/
    word-break: break-all;
    text-overflow: ellipsis;
    /** 多行 **/
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient:vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp:2;
    /** 显示的行数 **/
    margin-bottom:.3rem;
}
.row-3 {
    overflow:hidden;
    /** 隐藏超出的内容 **/
    word-break: break-all;
    text-overflow: ellipsis;
    /** 多行 **/
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient:vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp:3;
    /** 显示的行数 **/
    margin-bottom:.3rem;
}


.am-pagination>.am-active>a, .am-pagination>.am-active>a:focus, .am-pagination>.am-active>a:hover, .am-pagination>.am-active>span, .am-pagination>.am-active>span:focus, .am-pagination>.am-active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #1c2a54;
    border-color: #1c2a54;
    cursor: default;
}
.xq-m2 .rypj .userimg{
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.fenxiangbtn {
    padding: 5px;
    background: #fff;
    border: 1px solid #f4f4f4;
    /*border-radius: 8px;*/
    /*font-size: 24px !important;*/
    cursor: pointer;
    color: #bebbbb !important;
}
.shoucangbtn {
    padding: 5px;
    background: #fff;
    border: 1px solid #f4f4f4;
    /*border-radius: 8px;*/
    /*font-size: 24px !important;*/
    cursor: pointer;
    color: #bebbbb !important;
}
a.nongchangbtn {
    color: #1c2a54;
    border: 1px solid #1c2a54;
}
.fenxiangbtn:hover,
.shoucangbtn:hover,
.nongchangbtn:hover,
.yishoucang
{
    background: #1c2a54 !important;
    border: 1px solid #1c2a54 !important;
    color:#fff !important;
}




/*文章管理*/
.bigbody {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px;
}

.bigbody img{
    max-width: 100%;
}


.xnodata{
    width: 100% !important;
    text-align: center;
    line-height: 200px;
    color: #b4b4b4;
    font-size: 14px;
}


.videobox {
    overflow: hidden;
    width: 100%;
}
#pc-video-box{
    width:100%;
    border-radius: 10px;
    overflow: hidden;

}

/*聊天样式*/
.chat-msg-input {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    height: 120px;
    width: 100%;
    background: #42a747;

}
.chat-msg-input-top span:hover {
    background-color: #000;
}




.chat-msg-input-top span {
    display: block;
    float: left;
    background: url(../Image/smile.png) no-repeat center;
    border-radius: 50%;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 10px;
}

.chat-msg-input-top .face-btn {
    text-align: center;
    color: #fff;
    font-size: 24px;

    line-height: 29px;
}
.chat-msg-input-top .face-btn .fa {
    color: #fff;
}
.chat-msg-input-btm {
    position: relative;
    height: 50px;
}
.chat-msg-input-box {
    position: absolute;
    left: 10px;
    top: 0;
    height: 60px;
    right: 70px;
    background: rgb(255 255 255 / 78%);
    padding: 5px;
    word-break: break-all;
    outline: none;
    overflow: auto;
}
.btn-send {
    width: 81px;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    background: #f86a55;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    line-height: 60px;
}
.face-pl {
    position: absolute;
    display: none;
    left: 0;
    bottom: 120px;
    background: #fff;
    border: 1px solid #e8e8e8;
    width: 373px;
    padding: 10px;
}
.face-pl ul {
    border: 1px solid #ddd;
    border-top: 0;
}
img {
    border: medium none;
}
.face-pl ul li {
    padding: 0px !important;
    margin: 0px !important;

    line-height: initial !important;
    float: left !important;
    width: 29px !important;
    height: 34px !important;
    padding: 4px !important;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}

.face-pl ul li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.face-pl ul li img {
    float: initial !important;
    margin:0px !important;
    padding: 0px !important;
    width:auto !important;
    /* width: 80px; */
    /* height: auto; */
    /* float: left; */
    /* margin-right: 20px; */
}
.myface{
    width: 50px;
}
.xxhd {
    position: relative;
    /*padding-bottom: 140px;*/
    height: 620px !important;
    /*overflow: auto !important;*/
}
.chat-msg-input-top {
    height: 42px;
}
.chat-msg-input-top span:hover {
    background-color: #000;
}
.chat-msg{
    height:500px !important;
    /*overflow: auto;*/
}

/*聊天样式  end */

.tangchuang-bg {
    position: absolute;
    top: 0px;
    line-height: 550px;
    text-align: center;
    background: #000000;
    opacity: 0.5;
    display: none;
    width: 550px;
    height: 550px;
}


.tanchuang-body {
    position: absolute;
    background: #fff;
    top: 0px;
    width: 180px;
    background: #fff;/
    text-align: center;
    padding-top: 25px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
    font-size: 14px;
    display: none;
}
.tanchuang-body span {
    display: block;
    height: 35px;
    line-height: 35px;
}
.tanchuang-btn {
    border: 0;
    margin-top: 20px;
    height: 40px;
    padding: 5px 20px;
    background: #42a747;
    color: #fff !important;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    border-radius: 5px;
    font-size: 14px;
}

.prism-player .prism-big-play-btn {
    z-index: 1000;
    top: 50% !important;
    margin-left: -15px;
    margin-top: -15px;
    left: 50% !important;
}


.module .chunks .duihuanbtn {
     width: auto;
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    background: #42a747;
    margin-left: 27px;
    font-size: 14px;
    border-radius: 4px;
    padding: 0px 10px;
    border-radius: 10px;
    float: right;
}
.duihuan .xtitle{
    width: 90%;
    font-weight: bold;
    line-height: 30px;
}

.duihuan .chunks .detailbox {
    margin:0px ;
    width: 90%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 10px;

}


.huodong .list li {
    margin-bottom: 10px;
    background: #fff;
    /* padding: 10px; */
    border-radius: 6px;
    overflow: hidden;
    width: 32.33%;
    float: left;
    margin: 0.5%;
}

span.yuanjia {
    font-size: 22px;
    font-style: unset;
    text-decoration: line-through;
    color: #666;
}





.jiyulist li {
    display: block;
    overflow: hidden;
    /*min-height: 110px;*/
    background: url(https://ce.ante3.com/public/static/mobile/img/jiyu_bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 10px;
    padding: 30px 35px;
}
.jiyu .jiyuxbox-top {
    overflow: hidden;
    margin-top: 0px;
}

.jiyu .jiyuxbox-content {

    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
    opacity: 1;
    margin-top: 10px;
    overflow: hidden;
}
.jiyu .userinfo {

    overflow: hidden;
    height: 50px;

    margin-left: 60px;
    padding-top: 5px;
}
.userinfo {
    overflow: hidden;
    height: 50px;
    margin-left: 60px;
    padding-top: 5px;
}

.jiyu .userinfo .username {
    /* width: 56px; */

    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #333333;
    opacity: 1;
    display: block;
    margin-bottom: 2px;
}
.jiyu .jiyutip {
    /* width: 65px; */

    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #999999;
    display: block;
}

.jiyu .big-title {

    font-size: 28rpx;
    font-weight: bold;
    color: #333333;

    opacity: 1;
    line-height: 28px;
    margin-bottom: 10px;
    overflow: hidden;
}
.jiyu  .left-img {
    width: 50px;
    float: left;
    height: 50px !important;
    border-radius: 50px;
    border: 1px solid #ccc;
}
.jiyulist {
    width: 1200px;
    margin: auto;
}
.jiyulist li {
    width: 32.33%;
    float: left;
    margin: 0.5%;
}
.zhengrenyang li{
    border-bottom: 1px solid #f0f0f0;
    padding: 10px;
    overflow: hidden;
    display: block;
}
.stext{
    color: #999999;
}
.faqibtn {
    background: linear-gradient(90deg, #24C399 0%, #20AF71 100%);
    opacity: 1;
    border-radius: 20px;
    display: block !important;
    padding: 4px 0px;
    width: 44% !important;
    color: #fff !important;
    margin-left: 8%;
}
.yiqibtn {
    background: linear-gradient(90deg, #24C399 0%, #20AF71 100%);
    opacity: 1;
    border-radius: 20px;
    display: block !important;
    padding: 4px 0px;
    width: 44% !important;
    color: #fff !important;
    margin-left: 8%;
    height: 40px;
    padding: 0px;
    line-height: 40px;
}
.faqibtn span,
.qiyibtn span
{
    display: block;
}


.tan {
    position: fixed;
    top: 0px;
    z-index: 1000;
    background: #0000008c;
    height: 100%;    width: 100%;
    display: none;
}

.tan .tan-box {
    width: 60%;
    /* height: 80%; */
    background: url(https://ce.ante3.com/public/static/mobile/img/jiyu_tanchuang_bg.png) no-repeat;
    background-size: 100% 100%;
    margin: auto;
    position: absolute;

    left: 0px;
    z-index: 101;
    /* padding: 90px 20%; */
    height: 480px;

    /* top: 50%; */
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);    padding: 20px 20%;
}
.tan .tan-box .left-img {
    width: 50px;
    float: left;
    height: 50px !important;
    border-radius: 50px;
    border: 1px solid #ccc;
}
.tan .tan-box ul {
    height: 324px;
    overflow: hidden;
    overflow-y: auto;
    /* padding: 20px; */
    display: block;
    margin-top: 77px;
}
.tan .tan-box ul li{
    padding: 10px 7%;
    display: block;
}
.tan  fa {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #4caf50;
    background: #ffffff;

    FONT-SIZE: 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.canyurenyang .userinfo .username {
    /* width: 56px; */
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    color: #333333;
    opacity: 1;
    display: block;
    margin-bottom: 2px;
}
.canyurenyang li {
    margin: 10px;
}

.changebox li.active,
.comment .changebox li.active {
    background: #4caf50;
    color: #fff;
}
.contentkuai{
    margin-bottom: 70px;
    overflow: hidden;
}
.contentbox{

    font-size: 28rpx !important;
}




.mainbao {
    width: 1200px;
    line-height: 40px;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    vertical-align: middle;
}
.mainbao img{
    width: 20px;
    margin-right: 10px;
}
.mainbao li {
    display: inline-block;
    margin-right: 20px;
}
.mianbao li a{
    color:#333;
}
.mainbao li a:hover,
.mainbao li.mactive a,
.mainbao li.mactive
{
    color:#d31f00;
}



.all-am-text-middle,
.all-am-text-middle  tr,
.all-am-text-middle  tr td
{
    vertical-align: middle!important;
}
.all-am-text-center,
.all-am-text-center  tr td
{
    text-align: center!important;
}
.am-text-left,
table tr td.am-text-left
{
    text-align: left!important;
}
.am-text-right,
table tr td.am-text-right
{
    text-align: right !important;
}


.form.newform td {
    line-height: 60px;
}
.xinput {

    background: none;
    outline: 0;

    border: 1px solid #21B06E;
    width: 100%;
    height: 35px;
    border-radius: 5px !important;
    padding: 0px 10px;
}

.xtextarea{
    background: none;
    outline: 0;
    border: 1px solid #d31f00;
    width: 100%;
    height: 120px;
    border-radius: 5px;
    padding: 10px;
}


.wrap {
    width: 1200px;
    margin: auto;
}

.getmore {
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 50px;
    cursor: pointer;
    color: #9c9c9c;
}

.new_input_box {
    border: 1px solid #b5b5b5;
    height: 40px;
    font-size: 14px;
    background: none;
    border-radius: 40px;
    padding-left: 10%;
    width: 100%;
}
.login-code{
    vertical-align: middle;
    height: 40px;
    width: 129px;
    border-radius: 2px;
    border: 0px;
    border-radius: 20px;
    border: 1px solid #dedede;
    margin-top: 12px;

}


 .reg-body{


 }
.wrap{
    width: 1200px;
    min-height:750px;
}
.reg {
    padding: 80px 0px;
    background: none;
    overflow: hidden;
}

.newform {
    border: none;
    background: none;
    margin: 0px auto;

}
.denglu-title{
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size:28px;
}
.log-submit:focus{
    border:0;
}
.log-submit {
    -moz-box-shadow: 2px 2px 7px #7a7a7a;
    -webkit-box-shadow: 2px 2px 7px #7a7a7a;
    box-shadow: 2px 2px 7px #7a7a7a;
    border: 0;
    margin-top: 17px;
    height: 45px;
    padding: 0 30px;
    background: #d31f00;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    border-radius: 25px;
    cursor: pointer;
    width: 100%;
    background: linear-gradient(270deg, #9c0035 0%, #d31f00 100%);
}
.toplogin a {
    margin: 0px 8px;
}
.getcode {
    margin: 0px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    font-size: 14px;
    background: #1c232b;
    color: #fff !important;
    float: right !important;
    border-radius: 27px;
    width: 130px;
    text-align: center;
    display: block;
    margin-top: 12px;
    font-size: 12px;
}

.login-body .right-box {
    width:390px;
    float: right;
    background: rgb(255 255 255 / 86%);
    border-radius: 15px;
    padding: 50px 30px;
    min-height: 600px;
}

.selectbox img {
    display: block;
    height: 150px;
    margin-top: 50px;
}


.reg-codeinput{
    width: 180px !important;

}

.find-code-input{
    width:180px;
}


.ketitle {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    clear: both;

}
.buybtn{
    color: #fff;
    background-color: #d31f00;
    border-color: #d31f00;
    border-radius: 8px;
    height: 36px;
    line-height: 36px;

    padding: 0px 15px !important;
    background: linear-gradient(270deg, #9c0035 0%, #d31f00 100%);
    background: linear-gradient(184deg, #ff4a00 2.63%, #d31f00 52.32%);
}
.buybtn a{
    color: #fff;
}
.card {
    overflow: hidden;
  font-size: 14px;
}

.PageTurnBtn {
    clear: both;
    margin-top: 30px;
    margin-bottom: 80px;
    text-align: center;
}
.PageTurnBtn li{
min-width: 30px;
padding: 0 10px;
height: 50px;
text-align: center;
color: #666;
font-size: 14px;
display: inline-block;
line-height: 50px;
vertical-align: middle;
cursor: pointer;
background: #fff;
    margin: 0px 2px;
    border-radius: 10px;min-width:50px;
}
.PageTurnBtn li.active {
    background-color: #1c232b;
    color: #fff;
    height: 50px;
    border-radius: 10px;
    line-height: 50px;
    cursor: auto;
    position: relative;

    font-size: 15px;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.PageTurnBtn li.disabled {
    background: #e5e5e5;
    cursor: not-allowed;
}


.fav.active {
    color: red;
}


.detaillogo{
    height: 80px;
    width: 80px;
    border-radius: 50px;
    border: 2px solid #d9d9d9;    margin: auto;
}
.detail-shopinfo{
    width: 150px;
    float: right;
    text-align: center;
    padding: 0px 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    border-top: 6px solid #d31f00;
    border-radius: 5px;
    border-bottom: 0px solid #cdcdcd;
    box-shadow: 1px 2px 4px #d7d7d7;
}
.detail-shopname{
    font-weight: bold;
    font-size: 14px;
}
.detail-goshopinfo {
    display: block;
    background: #1c232b;
    color: #fff;
    border-radius: 15px;
    font-size: 13px;
    width: 90px;
    margin: auto;
    margin-top: 17px;
    padding: 4px;
}
.detail-smallcontent {
    font-size: 13px;
    color: #999;
    margin-bottom: 20px;
}


.article {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 50px;
}
.article .detailbox {
    margin-left: 230px;
    background: #ffff;
    padding: 30px;
    border-radius: 12px;
}
.article .leftbox {
    width: 200px;
    float: left;
    background: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #e5e5e5;
}
.article  .leftbox li {
    line-height: 40px;
    transition: all 0.4s;
}
.article .leftbox li.active,
.article .leftbox li:hover

{
    background: #d31f00;
    color: #fff;
}


/*======拍卖用 ====*/

.changnav a {
    display: inline-block;
    width: 25%;
    background: #f3f3f3;
    text-align: center;
    line-height: 44px;
    border-left: 1px solid #e6e6e6;
    border-radius: 8px;
    height: 44px;
    margin: 1%;
    font-size: 14px;

    transition:all 0.5s;
}
.changnav a:nth-child(1){

    border-left: 0px solid #e6e6e6;
}
.changnav{
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
}

.changnav a.on2 span {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #666;
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
}
.changnav .on,
.changnav .on2,
.changnav a:hover
{
    background: #d31f00;
    color:#fff;
}

.changnav a:hover .fa-play-circle{
    display: initial;
}
.list-top-module {
    margin-top: 40px;
}

.m5 .chunks div span {
    font-size: 13px;
    color: #999999;
    display: initial;
}
.daselect{
    HEIGHT: 40PX;
    BORDER-RADIUS: 10PX;
    PADDING: 0PX 10PX;
    BORDER: 1PX SOLID #eee;
}
.index-chunk {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.index-chunk table th{
    font-size: 14px;
}
.red{
    color: #d31f00;
}
.domainname{
    font-weight: bold;
    color:#333;
}
.index-chunk{
    font-size:14px;
}

.jingmiao .domainname {
    font-weight: bold;
    color: #333;
    font-size: 20px;
}
.xiasearch .dainput{
    height: 38px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding-left: 10px;    outline: none;

    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.xiasearch .dasubmit{
    height: 38px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.dainput:focus {
    border: 1px solid #d31f00;
}
.no-margin-bottom{
    margin-bottom: 0px !important;
}


/*一口价*/
.yikoupage .m5 .chunks {
width: 191.5px;
    margin: 0px;
    float: left;
    background: #ffffff;
    border: 1px solid #f3f3f3;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;

}
.yikoupage .m5 .chunks:nth-child(6n) {
    margin-right: 0px;
}
.yikou-chunks {
    width: 280px;
    margin: 10px;
    float: left;
    background: #ffffff;
    border: 1px solid #f3f3f3;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    padding-bottom: 15px;
}


 .small-content {
    margin: 0px ;

    overflow: hidden;
    height: 40px;
    line-height: 20px;
    /* display: block; */
    width: 100%;
    font-size: 13px;    
    color: #777;
}

.yikoupage  .card {
    padding: 0px 10px;
    overflow: hidden;
}
.small-btn {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding: 0px;
}

.mianbao {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
    font-size: 14px;
}
.mianbao a {
    margin-right: 10px;
}

.yikou-detailpage .part-right {
    float: right;
    width: 150px;
    overflow: hidden;
    margin-left: 10px;
}



.reg-body .left-box {
     width: 660px;
     float: left;
     min-height: 600px;
     overflow: hidden;
 }
.reg-body .login-swiper{
    height:600px;
    width: 100%;

}
.login-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1c2a54;
}
.login-swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
.yikou-detailpage .swiper-pagination-bullet-active {
     opacity: 1;
     background: #000000 !important;
 }
 
 
.break-all{
    word-break: break-word;
}
.price{
    font-weight: bold;
    color: #d63100;
}
.m5 a{
    display: block;
}
a.buybtn {
    display: block;
    clear: both;
    /*background: #d31f00;*/
     border: 1px solid #d31f00;
    /*background: linear-gradient(184deg, #ff4a00 2.63%, #d31f00 52.32%);*/
    background:none;
    height: 28px;
    font-size: 13px;
    line-height: 28px;
    border-radius: 28px;
    width: 100px;
    margin: auto;
    text-align: center;
    color: #d31f00;
    margin-top: 8px;
    transition: all 0.7s;
}
a.buybtn:Hover {
    
     border: 1px solid #d31f00;
    background: linear-gradient(184deg, #ff4a00 2.63%, #d31f00 52.32%);
   
    color: #fff !IMPORTANT;
 
}
.detai-buybtn{
    display: block;
    clear: both;
    background: #d31f00;
    /* border: 1px solid #d31f00; */
    background: linear-gradient(184deg, #ff4a00 2.63%, #d31f00 52.32%);

    font-size: 13px;

    border-radius: 29px;
    width: 130px;
    margin: auto;
    text-align: center;
    color: #fff !IMPORTANT;
    margin-top: 30px;
    line-height: 38px;
    height: 38px;

}

   .list-searchbox .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
   .list-searchbox .form-inline .form-group {
        margin-bottom: 6px;
        margin-left: 3px;
        margin-right: 3px;
    }
   .list-searchbox form.form-inline {
       margin: auto;
       overflow: hidden;
       text-align: center;
   }
   .list-searchbox .form-inline .form-group {
        display: inline-block;
        vertical-align: middle;
    }
   .list-searchbox .mform-control {
        width: 20%;
        min-width: 130px;
        max-width: 130px;
    }
   .list-searchbox .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }  
    .list-searchbox .mform-control-width60{
        width:60px !important;
    }
  lable.control-lable {
        font-size: 13px;
        color: #777;
    }
      .list-searchbox  .kuaijie a {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 3px 20px;
    border-radius: 5px;
    font-size:14px;
}
.list-searchbox {
    overflow: hidden;
    margin-top: 20px;    margin-bottom: 20px;
}
.h-50{
    height:50px;
}
.h-30{
    height:30px;
}
.h-20{
    height:20px;
}
.index-body {
    margin-top: 100px !important;
}