
body {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    font-size: 14px;
    /*font-family: "microsoft yahei";*/
    font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif!important;
    color: #808080;
    background-color: #F5F5F5;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

p, ul, li, h1, h2, h3, h4, h5, h6, dl, dd, dt, button, input, img {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clear {
    clear: both;
}

input, textarea, select {
    font-family: "Microsoft Yahei";
}

input[type=submit], input[type=reset] {
    border: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #808080;
}

a:hover {
    text-decoration: none;
    color: #F2C62C;
}

h1, h2, h3, h4, h5, h6, i, b {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;

}

.arial {
    font-family: "Arial";
}

.headert{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    background: #f5f5f5;
    height: 40px;
}
.headert-a{
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    color: #4c4c4c;

}
.headert-b{
    float: right;
}
.headert-b a{
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    color: #4c4c4c;
}
.headert-ba{
    margin-right: 75px;
}
.headert-bb{
    margin-right: 35px;
}
/*dibu*/
.foot{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    height: 2.25rem;
    background: #fff;
    border-top: 1px solid #e6e6e6;
}
.foot-a{
    width: 4.2rem;
    height: 1.25rem;
    margin: 0 auto;
    overflow: hidden;
}
.foot-a img{
    display: block;
    width: 100%;
}
.foot-b{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 1rem;
}
.foot-b>div{
    width: 25%;
    height: 1rem;
}
.foot-b>div>a{
    display: block;
    width: 100%;
    height: 100%;
}
.foot-baa{
    font-size: .5rem;
    text-align: center;
}
.icon-shouye{
    font-size: .5rem !important;
    line-height: .6rem !important;
}
.icon-guanyuwomen,.icon-pinpaitemai,.icon-product,.icon-fangdajing{
    font-size: .5rem !important;
    /*margin-top: .1rem;*/
}
.foot-bab{
    font-size: .26rem;
    color: #4c4c4c;
    text-align: center;
}
.foot-bb,.foot-bd,.foot-bc,.foot-be{
    padding-top: .05rem;
}
.foot-bact{
    background: #5F3911;

}
.foot-bact i{
    color: #fff !important;
}
.foot-bact .foot-bab{
    color: #fff !important;
}
.foot-t{
    width: 100%;
    height: 2rem;
}


/*头部*/
.mian{
    width: 1440px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.header {
    height: 100px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 20;
}

.header .containe {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.header .h-bg {
    height: 48px;
    background-color: #333333;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: .7;
    display: none;
}

.header .rt li .li-d {
    z-index: 10;
    height: 48px;
    line-height: 48px;
    min-width: 300px;
    position: absolute;
    text-align: center;
    margin: 0 0 0 -150px;
    left: 50%;
    top: 100px;
    opacity: 1;
    display: none;
}

.header .rt li .li-d a {
    color: #FFFFFF;
    display: inline-block;
    margin: 0 10px;
}

.header .rt li .li-d a.actimg {
    color: #333;
}

.header .rt .li-3 .li-d b {
    display: inline-block;
    width: 16px;
    height: 21px;
    vertical-align: middle;
    margin: -4px 10px 0 0;
}

.header .rt .li-3 .li-d .a-1 b {
    background: url("../img/yuanguibai.png") no-repeat center;
}

.header .rt .li-3 .li-d .a-1:hover b, .header .rt .li-3 .li-d .a-1.actimg b {
    background: url("../img/yuanguihguang.png") no-repeat center;
}

.header .rt .li-3 .li-d .a-2 b {
    background: url("../img/huibangbai.png") no-repeat center;
}

.header .rt .li-3 .li-d .a-2:hover b, .header .rt .li-3 .li-d .a-2.actimg b {
    background: url("../img/huibanghuang.png") no-repeat center;
}

.header .rt .li-6 .li-d {
    width: 1200px;
    text-align: center;
    left: auto;
    right: -170%;
}

.header .rt li .li-d a {
    margin: 0 3%;
}

.header .rt .li-6 .li-d b {
    display: inline-block;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.header .rt .li-6 .li-d .a-1 b {
    background: url("../img/1-bai.png") no-repeat center;
}

.header .rt .li-6 .li-d .a-1:hover b, .header .rt .li-6 .li-d .a-1.actimg b {
    background: url("../img/1-hui.png") no-repeat center;
}

.header .rt .li-6 .li-d .a-2 b {
    background: url("../img/2-bai.png") no-repeat center;
}

.header .rt .li-6 .li-d .a-2:hover b, .header .rt .li-6 .li-d .a-2.actimg b {
    background: url("../img/2-hui.png") no-repeat center;
}

.header .rt .li-6 .li-d .a-3 b {
    background: url("../img/3-bai.png") no-repeat center;
}

.header .rt .li-6 .li-d .a-3:hover b, .header .rt .li-6 .li-d .a-3.actimg b {
    background: url("../img/3-hui.png") no-repeat center;
}

.header .rt .li-6 .li-d .a-4 b {
    background: url("../img/4-bai.png") no-repeat center;
}

.header .rt .li-6 .li-d .a-4:hover b, .header .rt .li-6 .li-d .a-4.actimg b {
    background: url("../img/4-hui.png") no-repeat center;
}

.header .rt .li-6 .li-d .a-5 b {
    background: url("../img/5-bai.png") no-repeat center;
}

.header .rt .li-6 .li-d .a-5:hover b, .header .rt .li-6 .li-d .a-5.actimg b {
    background: url("../img/5-hui.png") no-repeat center;
}

.header .a-logo {
    display: inline-block;
    height: 100%;
    line-height: 100px;
    overflow: hidden;
}

.header .a-logo img {
    vertical-align: middle;
}

.header .rt {
    /*overflow: hidden;*/
    height: 100px;
    /*margin: 0 9.8% 0 0;*/
}

.header .rt li {
    float: left;
    margin: 0 0 0 52px;
    position: relative;
}

.header .rt li img {
    vertical-align: middle;
}

.header .rt li.li-last {
    line-height: 100px;
}

.header .rt li > a {
    display: block;
    color: #333;
    position: relative;
    line-height: 100px;
    font-size: 18px;
}

.header .rt li > a:after {
    content: '';
    position: absolute;
    width: 0;
    border-top: 1px solid #333;
    bottom: 28px;
    left: 0;
    transition: .4s;
}

.header .rt li a:hover, .header .rt li > a.act {
    color: #333;
}

.header .rt li > a:hover:after, .header .rt li > a.act:after {
    width: 100%;
}



/*dibu*/
.dibu{
    background-color: #fff;

}
.dibu-a-img{
    width: 165px;
    height: 60px;
    margin: 0 auto;
    cursor: pointer;
}
.dibu-a{
    background-color: #F2F4F5;
}
.dibu-ba{
    width: 472px;
    margin: 0 auto;
    margin-top: 95px;
}
.dibu-ba img{
    display: block;
    width: 100%;
}
.dibu-bb{
    width: 950px;
    height: 75px;
    margin: 0 auto;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 20px;

}
.dibu-bb a{
    line-height: 75px;
    color: #333;
    margin: 0 2.7%;
}
.dibu-bc{
    margin: 0 auto;
    width: 65%;
    padding: 45px 0;
    display: flex;
    flex-wrap: wrap;

}
.dibu-bc a{
    line-height: 14px;
    color: #333;
    width: 120px;
    text-align: center;
    /*margin: 0 1%;*/
    border-right: 1px solid #666;
    padding: 0 1%;
    /*float: left;*/
}
.dibu-bc a:nth-of-type(1){
    border-left: none;
}
.dibu-bc a:nth-last-of-type(1){
    border-right: none;
}
.footer {
    background-color: #1A1A1A;
}

.footer .containe {
    overflow: hidden;
    /*height: 116px;*/
    position: relative;
    margin: 0 auto;
    /*line-height:116px;*/
}

.footer .containe p{
    line-height: 45px;
    text-align: center;
}

.footer .lf .div-a a {
    font-size: 16px;
    color: #5b5b5b;
    margin: 0 10px;
}

.footer .lf .div-a a:hover {
    color: #F2C62C;
}










/*banner轮播*/
.banner .swiper-container1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 400px;
}

.banner .swiper-container1 .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner .swiper-container1 .img1 {
    width: 100%;
    height: auto;
    display: block;
}

.banner .swiper-container1 .banwz {
    position: absolute;
    top: 30%;
    left: 50%;
    margin: 100px 0 0 -340px;
    transition: 1.4s;
    opacity: 0;
    z-index:2;
}
.banner .swiper-container1 video{
    width:100%;
}
.banner .sw1 .banwz,.banner .sw1 .img1{
    /*display: none;*/
}

.banner .swiper-container1 .swiper-slide-active .banwz {
    margin: 0 0 0 -340px;
    opacity: 1;
}

/*第二块 高端数字品牌一站式定制服务*/
.gaoduan {
    margin: 20px auto !important;
    overflow: hidden;
    text-align: center;
    padding: 70px 0 70px;
}



.gaoduan .u-big {
    margin: 0 auto;
    padding: 0 15px;
}

.gaoduan .u-big li {
    float: left;
    width: 33.333333%;
    text-align: left;
    margin: 60px 0 0;
    opacity: 0;
    padding: 0 15px;
}
.gadn-a{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 14px;
    cursor: pointer;
}
.gadn-b{
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}
.gadn-ba{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #333;
    line-height: 20px;
}
.gadn-ul{
    margin-top: 45px;
}
.gadn-bb{
    display: inline-block;
    float: right;
}
.gadn-a img {
    display: block;
    width: 100%;
    vertical-align: middle;
    transition: .4s;
}

.gadn-a img:hover {
    transform: scale(1.05);
}
.gadn-ca{
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 14px;
}
.gadn-c{
    transition: all .4s;
    border-bottom: 1px solid #E2E2E2;
    margin-top: 20px;
}
.gadn-c:hover{
    border-bottom: 1px solid #5F3C10;
}
.gadn-cb{
    font-size: 14px;
    color: #888;
    line-height: 32px;
}


/*第三块 高端网站建设*/

.wangzhan {
    overflow: hidden;
    padding: 0 5% 0;
    /*width: 70.52%;*/
    margin: 0 auto 20px;
}

.wangzhan h1 {
    color: #4c4c4c;
    font-size: 24px;
    margin: 70px 0 10px 0;
    opacity: 0;
}

/*第四项 移动应用开发*/

.mobile {
    margin: 0 auto 20px;
}

.mobile .m-top {
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.mobile .m-top .lf {
    width: 50%;
    padding: 0 0 0 5%;
    overflow: hidden;
    position: relative;
    opacity: 0;
    margin: 0 0 0 -100px;
}
.mobile .m-top .m-top-a {
     width: 50%;

 }
.mobile .m-top .m-top-a .lf-san {
    overflow: hidden;
    /*margin: 15% 0 0 !important;*/
}
.mobile .m-top .m-top-a .lf-san a{
    width: 18% !important;

}
.mobile .m-top .m-top-b {
    float: left;
}


.mobile .m-top .lf h2 {
    color: #333;
    font-size: 18px;
    margin: 10% 0 8%;
    position: relative;
    transition: 1s;
}

.mobile .m-top .lf:hover h2 {
    color: #F2C62C;
}

.mobile .m-top .lf:hover h2:after {
    border-top: 1px solid #F2C62C;
    width: 110px;
}

.mobile .m-top .lf h2:after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: 0;
    border-top: 1px solid #333;
    width: 20px;
    transition: 1s;
}

.mobile .m-top .lf p {
    width: 70%;
    text-align: justify;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;

}

.mobile .m-top .lf .lf-san {
    overflow: hidden;
    margin: 20% 0 0;
}

.mobile .m-top .lf .lf-san a {
    color: #999999;
    transition: all 0.5s;
    position: relative;
    display: inline-block;
    float: left;
    width: 24%;
    text-align: center;
    padding: 1.6% 0;
    margin: 0 5% 0 0;
    border: 1px solid #DDDDDD;
}

.mobile .m-top .lf .lf-san a:hover {
    border: 1px solid #2F2F2F;
}

.mobile .m-top .lf .lf-san a span {
    position: relative;
    z-index: 10;
}

.mobile .m-top .lf .lf-san a::before {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 60%;
    transition: all 0.3s;
    background-color: #666666;
    opacity: 0;
}

.mobile .m-top .lf .lf-san a:hover::before {
    transform: rotate(270deg);
    right: 49%;
    opacity: 1;
}

.mobile .m-top .lf .lf-san a::after {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 1px;
    height: 60%;
    transition: all 0.3s;
    background-color: #666666;
    opacity: 0;
}

.mobile .m-top .lf .lf-san a:hover::after {
    transform: rotate(180deg);
    left: 49%;
    opacity: 1;
}

/*右边*/
.mobile .m-top .rt {
    width: 50%;
    margin: 0 -200px 0 0;
    opacity: 0;
    position: relative;
    background: url("../img/index_29.jpg") no-repeat center;
    background-size: 100% 100%;
}

.mobile .m-top .rt img {
    display: block;
    height: auto;
    width: 100%;
    transition: all .8s;

}

.mobile .m-top .rt:hover img {
    transform: scale(.95);
}

.mobile .m-top .rt:hover p {
    transform: translate(100%, 0);
}

.mobile .m-bot {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 35px;
}


.ul-xiaoguo {
    margin: 200px auto 10px;
    opacity: 0;
    display: none;
}

.ul-xiaoguo li {
    width: 16%;
    margin: 0 .3% 0 .3%;
}

.ul-xiaoguo li h3 {
    margin: 3% 0 2%;
    text-align: center;
    z-index: 20;

}

/*第五项 方案*/


/*第六项 数字滚动*/
.shuzi {
    background-color: #fff;
    overflow: hidden;
}

.shuzi li {
    width: 25%;
    float: left;

    position: relative;
    color: #cab296;
    font-size: 18px;
    text-align: center;
    /*padding: 4% 0 6%;*/
    height: 200px;
}

.shuzi .li-3, .shuzi .li-4 {
    /*padding: 4% 0 8%;*/
}

/*.shuzi li:hover {*/
    /*color: #F2C62C;*/
    /*background-color: #16141E;*/
    /*transition: .4s;*/
/*}*/

/*.shuzi li:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*height: 70%;*/
    /*border-right: 1px solid #211F2C;*/
    /*right: 0;*/
    /*top: 15%;*/
    /*box-shadow: rgba(255, 255, 255, .2) 1px 1px 1px 0;*/
/*}*/

/*.shuzi .li-1:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*height: 70%;*/
    /*border-right: 1px solid #211F2C;*/
    /*left: 0;*/
    /*top: 15%;*/
    /*box-shadow: rgba(255, 255, 255, .2) 1px 1px 1px 0;*/
/*}*/

.shuzi li h2 {
    font-size: 72px;
    margin: 4% 0 1%;
    color: #5f3911;
}
.shuzi-t{
    width: 90px;
    height: 2px;
    background-color: #e6e6e6;
    margin: 0 auto;
}
.shuzi li p {
    line-height: 30px;
    font-size: 14px;
    color: #333;
}


/*about*/
.about-a{
    width: 100%;
    height: 480px;
    position: relative;
    z-index: -1;
	overflow: hidden
}
.about-a img {
    position: absolute;
    width: 100%;
    height: 480px;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
    display: block;
}
.about-aba{
    color: #fff;
    font-size: 32px;
    line-height: 40px;
}
.about-abb{
    color: #fff;
    font-size: 18px;
    line-height: 24px;

}
.about-ab{
    position: absolute;
    /*width: 1440px;*/
    height: auto;
    left: 20px;
    
    margin: 0 auto;
    top: 200px;
}
.about-b{
    margin-top: -180px;
}
.about-bk{
    background-color: #fff;
    height: auto;
    padding: 45px 30px;
}
.about-ba{
    width: 194px;
    height: 135px;
    margin: 0 auto;
}
.about-bb{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.about-bb-a{
    display: inline-block;
    width: 260px;
    height: 1px;
    background-color: #e6e6e6;
    vertical-align: top;
    margin-top: 15px;
}
.about-bb-b{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    color: #333;
    line-height: 30px;
    padding: 0 15px;
}
.about-bb-c{
    display: inline-block;
    width: 260px;
    height: 1px;
    background-color: #e6e6e6;
    vertical-align: top;
    margin-top: 15px;
}
.about-bc{
    width: 100%;
    padding-top: 75px;
}
.about-bca{
    width: 49.5%;
    display: inline-block;
    vertical-align: top;

}
.about-bcb{
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
}
.about-bca-a{
    width: 74%;
    height: auto;
}
.about-bca-a img{
    display: block;
    width: 100%;
}
.about-bca-b{
    width: 74%;
    height: auto;
    margin-top: 35px;
}
.about-bca-ba{
    color: #999;
    line-height: 20px;
    font-size: 14px;
}
.about-bca-c{
    width: 74%;
    height: auto;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    margin-top: 40px;
}
.about-bcb img{
    display: block;
    width: 100%;
}
.about-bd{
    width: 100%;
    margin-top: 60px;
}
.about-bd p{
    text-indent: 28px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 5px;
    word-break: break-all;
}
.about-c{
    width: 100%;
    height: auto;
}
.about-ck{
    width: 100%;
    height: auto;
    background-color: #FAFAFA;
    padding: 0 30px 90px;

}
.about-ca{
    width: 100%;
    height: auto;
    padding-top: 100px;

}
.about-ca-a{
    display: inline-block;
    width: 49.5%;
    height: auto;
    vertical-align: top;
}
.about-ca-a img{
    display: block;
    width: 100%;
}
.about-ca-b{
    display: inline-block;
    width: 49.5%;
    height: auto;
    vertical-align: top;
    padding-left: 7%;
}
.about-ca-ba {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: 600;
}
.about-ca-bb{
    width: 55px;
    height: 10px;
    background-color: #DBD3CB;
}
.about-ca-bc{
    font-size: 24px;
    color: #333;
    font-weight: 600;
    line-height: 30px;
    padding: 30px 0;
}
.about-ca-bd{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.about-ca-be{
    margin-top: 60px;

}
.about-ca-be a{
    display: block;
    width: 180px;
    height: 40px;
    /*background-color: #5F3C10;*/
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #999;
    border: 1px solid #B4B4B4;
    transition: all .4s;
}
.about-ca-be a:hover{
    border: 1px solid #5F3C10;
    background-color: #5F3C10;
    color: #fff;

}


.about-cb{
    width: 100%;
    height: auto;
    padding-top: 100px;
}
.about-cb-b{
    display: inline-block;
    width: 49.5%;
    height: auto;
    vertical-align: top;
    padding-right: 7%;
}
.about-cc{
    width: 100%;
    height: auto;
    padding-top: 100px;
}

.about-d{
    width: 100%;
    /*height: 500px;*/
}
.about-dk{
    width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;
    padding: 170px 30px 60px;
    background-color: #fff;
}
.about-dk-a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1440px;

}
.about-da{
    position: absolute;
    top: 60px;
    left: 30px;
}
.about-da-a{
    font-size: 20px;
    color: #333;
    line-height: 40px;
}
.about-da-b{
    font-size: 14px;
    color: #333;
}
.about-da-c{
    width: 30px;
    height: 1px;
    background-color: #333;
    margin-top: 10px;
}
.about-db{
    width: 360px;
    background-color: rgba(255,255,255,.9);
    height: 190px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
    padding: 20px 15px;
    overflow-y: auto;
}
.swiper2{
    padding: 0 20px;
}
.about-da-a{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 36px;
}
.about-dc{
    width: 100%;
    height: 60px;
    position: relative;
}
.about-dc-a{
    width: 43%;
    height: 1px;
    background-color: #333;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}
.about-dc-c{
    width: 43%;
    height: 1px;
    background-color: #333;
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 30px;

}
.about-dc-b{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 20px;

}
.about-dd{
    font-size: 24px;
    color: #333;
    line-height: 24px;
    text-align: center;
}
.about-de{
    width: 100%;
    height: 166px;
}
#next1{
    background-image: url(../img/ww.png);
    right: 0;
}
#prev2{
    background-image: url(../img/rw.png);
    left: 0;
}
.newsa{
    margin-top: -180px;
}
.newsak{
    width: 100%;
    /*height: 600px;*/
    background-color: #fff;
    padding: 30px;
}
.newsa-a{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.newsa-aa,.newsa-ab{
    font-size: 18px;
    color: #333;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.actives{
    border-bottom: 1px solid #333;
}
.newsa-ab{
    margin-left: 50px;
}
.newsbk{
    width: 100%;
    height: auto;
    background-color: #fff;
}
.newsb-t,.newsb-f{
    width: 100%;
    height: auto;
}
.newsa-ba,.newsa-bb{
    width: 100%;
    display: flex;
    /*flex-wrap: wrap;*/
}
.newsb-f{
    display: none;
}
.newsa-ba-at{
    width: 100%;
    padding: 0 20px 20px;
    border: 1px solid #e6e6e6;
    transition: all .4s;
}
.newsa-ba-a:hover .newsa-ba-at{
    -moz-box-shadow:0px 2px 5px #A8A8A8; -webkit-box-shadow:0px 2px 5px #A8A8A8; box-shadow:0px 2px 5px #A8A8A8;
}
.newsa-ba-a:hover .newsa-ba-aa{
    -moz-box-shadow:0px -2px 5px #A8A8A8; -webkit-box-shadow:0px -2px 5px #A8A8A8; box-shadow:0px -2px 5px #A8A8A8;
}
.newsa-ba-a{
    width: 33.3333%;
    padding: 20px 30px 30px;

}
.newsa-ba-aa{
    width: 100%;
    transition: all .4s;
}
.newsa-ba-aa img{
    display: block;
    width: 100%;
}
.newsa-ba-ab{
    font-size: 14px;
    color: #999;
    line-height: 60px;
}
.newsa-ba-ac{
    font-size: 16px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.newsa-ba-ad{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.newsa-ba-ae{
    font-size: 14px;
    color: #999;
    margin-top: 40px;
    display: block;
    cursor: pointer;
}
.newsa-bc{
    text-align: center;
    line-height: 20px;
    height: 70px;
    padding-bottom: 50px;
}
.newsa-bc a{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.newsc{
    width: 100%;
}
.newsck{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0 30px 60px;
}
.newsc-a{
    line-height: 40px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
}
.newsc-b{
    width: 56.5%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
    transition: all .4s;
    margin-top: 50px;
}
.newsc-bt{
    padding: 0 20px;
}
.newsc-b:hover{
    -moz-box-shadow:0px 2px 5px #A8A8A8; -webkit-box-shadow:0px 2px 5px #A8A8A8; box-shadow:0px 2px 5px #A8A8A8;

}
.newsc-ba{
    width: 100%;
    height: auto;
}
.newsc-ba img{
    display: block;
    width: 100%;
}
.newsc-bb{
    color: #5f3911;
    font-size: 16px;
    line-height: 20px;
    margin-top: 25px;
}
.newsc-bc{
    font-size: 14px;
    color: #999;
    line-height: 20px;
    padding: 10px 0;
}
.newsc-bd{
    line-height: 24px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newsc-be{
    font-size: 14px;
    color: #5f3911;
    margin-top: 20px;
    display: inline-block;
}
.newsc-c{
    width: 42.5%;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    padding-left: 60px;
}
.newsc-ca{
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.newsc-ca{
    padding-top: 30px;
}
.newsc-ca:nth-of-type(1){
    padding-top: 0;
}
.newsc-ca a{
    display: block;
    width: 100%;
    height: 100%;
}
.newsc-ca-a{
    width: 90px;
    height: 105px;
    background-color: #5F3C10;
    padding: 1px;
    display: inline-block;
    vertical-align: top;
}
.newsc-ca-aa{
    width: 88px;
    height: 70px;
    background-color: #fff;
    font-size: 46px;
    color: #5f3911;
    text-align: center;
    line-height: 70px;
    font-weight: 600;
}
.newsc-ca-ab{
    width: 100%;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #fff;
}
.newsc-ca-b{
    width: 400px;
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
}
.newsc-ca-ba{
    font-size: 16px;
    color: #5f3911;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 40px;
}
.newsc-ca-bb{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 10px;
}
.newsc-ca-bc{
    width: 66px;
    height: 1px;
    background-color: #5f3911;
}
.newsc-ca-c{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    display: none;
}
.newsd{
    width: 100%;
}
.newsdk{
    width: 100%;
    padding: 0 30px;
    background-color: #fff;
    position: relative;
}

.newsdk-a{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background-color: #fff;
    height: 125px;
    padding-left: 30px;
    z-index: 9;
}
.newsdk-aa{
    font-size: 20px;
    color: #333;
    line-height: 20px;
}
.newsdk-ab{
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.newsdk-ac{
    width: 30px;
    height: 1px;
    background-color: #000;
    margin-top: 10px;
}
.swiper3{
    width: 100%;
}
.newsd-a{
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    background-color: #F2F4F5;
    padding: 215px 80px 35px;

}
.newsd-b{
    width: 49.9%;
    display: inline-block;
    vertical-align: top;
}
.newsd-aa{
    font-size: 18px;
    color: #333;
    line-height: 20px;
}
.newsd-ab{
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-top: 15px;
}
.newsd-ac{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 65px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.newsd-b img{
    display: block;
    width: 100%;
}
.slide3{
    background-color: #F2F4F5;
    position: relative;
}
.newsd-c{
    width: 100%;
    height: 40px;
}
.newsd-ca{
    float: right;
    width: 5%;
    background-color: #fff;
    height: 100%;
}


#next3{
    top: auto !important;
    bottom: 52px !important;
    left: 0;
    right: 4%;
    margin: 0 auto;
    background-image: none;
    color: #fff;
    line-height: 44px;
    font-size: 30px;
    text-align: center;
}
#prev3{
    top: auto !important;
    bottom: 52px !important;
    left: 0;
    right: 28%;
    margin: 0 auto;
    background-image: none;
    color: #fff;
    font-size: 30px;
    line-height: 44px;
    text-align: center;

}

#pagination3{
    width: 225px;
    height: 70px;
    font-size: 18px;
    color: #fff;
    line-height: 70px;
    background-color: #5F3C10;
    bottom: 40px;
    right: 50%;
    left: auto;
}

.newse{
    width: 100%;
    height: auto;
}
.newsek{
    width: 100%;
    padding: 100px 30px 80px;
    background-color: #fff;
}
.newse-a{
    width: 100%;
    height: 355px;
    position: relative;
    overflow: hidden;
}
.newse-aa{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1380px;
    height: 355px;
    margin: 0 auto;
}
.newse-ab{
    width: 360px;
    height: 185px;
    background-color: rgba(255,255,255,.86);
    position: absolute;
    top: 85px;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.newse-ab-a{
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    padding-top: 30px;
}
.newse-ab-b{
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    padding-top: 10px;
}
.newse-ab-c{
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #666;
    border: 1px solid #666;
    text-align: center;
    margin:  0 auto;
    margin-top: 25px;
    transition: all .4s;
}

.prdta{
    margin-top: -180px;
}
.prdtak{
    width: 100%;
    /*height: 600px;*/
    background-color: #fff;
    padding: 65px 30px;
}
.prdta-a .prdta-aa {
    border: 1px solid #E6E6E6;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    width: 60%;
    margin: 0 auto ;
}
.prdta-a .prdta-aa a {
    display: inline-block;
    float: left;
    color: #666666;
    width: 21%;
    margin: 0 2%;
    text-align: center;
    transition: .5s;
}

.prdta-a .prdta-aa a.select, .prdta-a .prdta-aa a:hover {
    color: #5F3C10;
}

.prdta-a .prdta-aa a span {
    position: relative;
}

.prdta-a .prdta-aa a span:after {
    width: 0;
    transition: .5s;
    content: '';
    position: absolute;

    border-top: 2px solid #5F3C10;
    bottom: -14px;
    left: 0;
}

.prdta-a .prdta-aa a.select span:after, .prdta-a .prdta-aa a:hover span:after {
    width: 100%;
}
.prdta-ab{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.prdta-ab-a{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    background: #F5F5F5;
    margin-top: 40px;
    height: 250px;
    margin-right:5%;
}
.prdta-ab-a:nth-of-type(3n){
    margin-right:0;
}
.prdta-ab-aa{
    width: 45%;
    height: 85%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #5f3911;
    padding: 20px 0 20px 15px;
}
.prdta-ab-ab{
    width: 55%;
    height: 85%;
    display: inline-block;
    vertical-align: top;
    float: right;
    overflow: hidden;
    padding: 10px;
    line-height: 250px;
    text-align: center;
    position: relative;
}
.prdta-ab-ab img{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:  auto;
    width: 80%;
    transition: all .4s;
}
.prdta-ab-ab img:hover{
    transform: scale(1.1);
}


.prdta-ac{
    text-align: center;
    line-height: 20px;
    height: 70px;
    padding: 50px 0 0 0;
}
.prdta-ac a{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.prdta-ab-ac{
    width: 100%;
    height: 15%;
    border: 1px solid #F5F5F5;
    padding: 0 20px;
    background: #fff;
    padding-top: 3.5%;
}
.prdta-ab-aca{
    height: 100%;

    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
}
.prdta-ab-acb{
    height: 100%;

    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    float: right;
}
.prdta-ab-acb-a{
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}
.yfzxa{
    margin-top: -180px;
}
.yfzxak{
    width: 100%;
    /*height: 600px;*/
    background-color: #fff;
    padding: 65px 30px;
    height: 520px;
}
.yfzxa-a{
    width: 80%;
    display: inline-block;
    vertical-align: top;
}
.yfzxa-li{
    width: 100%;
    height: 100%;
    display: none;
}
.yfzxa-li:nth-of-type(1){
    display: block;
}
.yfzxa-b{
    width: 20%;
    float: right;
    height: 100%;
}
.yfzxa-aa{
    width: 49%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.yfzxa-aa img{
    display: block;
    width: 100%;
}
.yfzxa-ab{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding: 30px 60px;
}
.yfzxa-ab p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    color: #666;
    word-break: break-word;
}

.yfzxa-ba,.yfzxa-bb,.yfzxa-bc{
    font-size: 14px;
    color: #fff;
    height: 130px;
    text-align: center;
    line-height: 130px;
    background-color: #fff;
    padding-left: 25%;
}
.yfzxa-act{
    background-color: #5F3C10;
}
.yfzxa-ba-a{
    width: 100%;
    height: 100%;
    background-color: #5F3C10;
    color: #fff;
    display: none;
}
.yfzxa-ba-b{
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #333;
    border: 1px solid #999;
    display: none;
    cursor: pointer;
}

.slide4{
    padding: 0 3.5%;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    transition: all .4s;
}
.slide4 img{
    display: block;
    width: 100%;
}
.yfzxb{
    width: 100%;
}
.yfzxbk{
    width: 100%;
    /*height: 600px;*/
    background-color: #fff;
    padding: 65px 30px;
}
.yfzxb-a{
    position: absolute;
    bottom: -45px;
    left: 10.5%;
    width: 79%;
    height: 95px;
    background-color: rgba(90,60,16,.8);
    transition: all .4s;
}
.slide4:hover .yfzxb-a{
    bottom: 0;
}
.yfzxb-aa{
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}
.yfzxb-ab{
    width: 30px;
    height: 1px;
    background-color: #fff;
    margin: 0 auto;
}
.yfzxb-ac{
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

#next4{
    background-image: url(../img/ww.png);
    right: 0;
    left: auto;
}

#prev5{
    background-image: url(../img/rw.png);
    left: 0;
    right: auto;
}
.yfzxc{
    width: 100%;
}
.yfzxck{
    width: 100%;
    padding: 70px 0 40px;
    background-color: #FFF9F5;
    position: relative;
}
.yfzxc-a{
    width: 37.5%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 6.25%;
    padding-top: 210px;
}
.yfzxc-b{
    width: 62%;
    display: inline-block;
    vertical-align: top;
    /*float: right;*/
}
.yfzxc-aa{
    font-size: 24px;
    color: #333;
    line-height: 60px;
}
.yfzxc-ab{
    width: 30px;
    height: 1px;
    background-color: #333;
}
.yfzxc-ac{
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.yfzxc-ac p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-top: 5px;
}

.slide5{
    width: 100%;
    height: auto;
    padding-right: 30px;
    position: relative;
}
.slide5 img{
    display: block;
    width: 100%;
}
.yfzxc-t{
    position: absolute;
    top: 0;
    left: 0;
    height: 280px;
    width: 100%;
    background: #fff;
    font-size: 40px;
    line-height: 50px;
    color: #333;
    padding: 70px 63% 0 30px;
}
.yfzxc-t p{
    font-size: 40px;
    line-height: 50px;
    color: #333;
}
.yfzxc-ba{
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 230px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    bottom: 20px;
    background: #603B11;
}
.yfzxc-ba-a{
    display: inline-block;
    float: left;
}
.yfzxc-ba-c{
    display: inline-block;
    float: right;
}
.yfzxc-ba-b{
    display: inline;
}

#next6{
    position: absolute;
    top: auto;
    bottom: 20px;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background: none;
    right: 0;
}
#next7{
    position: absolute;
    top: auto;
    bottom: 20px;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background: none;
    right: 200px;
    left: auto;
}
.yfzxd{
    width: 100%;
    height: auto;
}
.yfzxdk{
    width: 100%;
    height: 80px;
    background-color: #fff;
}
.yxfwa{
    margin-top: -180px;
}
.yxfwak{
    width: 100%;
    /*height: 600px;*/
    background-color: #fff;
    padding: 45px 30px;
}
.yxfwa-a{
    width: 100%;
    height: auto;
}
.yxfwa-aa{
    width: 35%;
    display: inline-block;
    vertical-align: top;
}
.yxfwa-ab{
    width: 64%;
    display: inline-block;
    vertical-align: top;
    padding-right: 6%;
}
.yxfwa-ab img{
    display: block;
    width: 100%;
}
.yxfwa-aa-a{
    font-size: 16px;
    color: #333;
    line-height: 20px;
}
.yxfwa-aa-b{
    width: 100%;
    height: 70px;
    padding-top: 10px;
}
.yxfwa-aa-ba{
    width: 140px;
    height: 40px;
    border: 1px solid #e6e6e6;
}
.yxfwa-aa-bb{
    width: 140px;
    height: 40px;
    border: 1px solid #e6e6e6;
}
.yxfwa-aa-c{
    width: 65%;
    max-height: 520px;
    overflow-y: auto;
}
.yxfwa-aa-ca{
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 10px 10px 0;
}
.yxfwa-aa-caa{
    width: 36px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
}
.yxfwa-aa-caa img{
    display: block;
    width: 100%;
}
.yxfwa-aa-cab{
    display: inline-block;
    width: 80%;
    vertical-align: top;
}
.yxfwa-aa-cab-a{
    line-height: 38px;
    font-size: 16px;
    color: #5f3911;
    font-weight: 600;
}
.yxfwa-aa-cab-b{
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.yxfwa-aa-cab-b p{
    margin-top: 5px;
}

.yxfwb{
    width: 100%;
    height: auto;
}
.yxfwbk{
    width: 100%;
    min-height: 900px;
    padding: 60px 30px;
    background-color: #fff;
    position: relative;
}
.yxfwb-a{
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #e6e6e6;
}
.yxfwb-aa,.yxfwb-ab,.yxfwb-ac{
    width: 180px;
    font-size: 18px;
    color: #666;
    line-height: 50px;
    float: left;
    margin-left: 60px;
    text-align: center;
    cursor: pointer;

}
.yxfwb-act{
    border-bottom: 2px solid #5F3C10;
}
.yxfwb-b{
    width: 100%;
    padding-top: 60px;
}
.yxfwb-lia{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    height: 640px;
    position: relative;
    overflow: hidden;
}
.yxfwb-lib{
    width: 37.5%;
    display: inline-block;
    vertical-align: top;
    height: auto;
    padding-left: 5%;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.yxfwb-lib p{
    margin-top: 10px;
}

.yxfwb-lic{
    width: 60%;
    display: inline-block;
    vertical-align: top;
    height: auto;
    padding-left: 5%;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.yxfwb-lic p{
    margin-top: 10px;
}


.yxfwb-c{
    width: 37%;
    height: auto;
    position: absolute;
    bottom: 60px;
    right: 30px;
    z-index: 0;
}
.yxfwb-c img{
    display: block;
    width: 100%;
}
.yxfwb-lil{
    width: 100%;
    /*height: 590px;*/
    /*overflow: hidden;*/
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s;
}
.yxfwb-lil>div{
    width: 70%;
    height: 147.5px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #F5F5F5;
    border-left: 3px solid #e6e6e6;
    padding-left: 35px;
    padding-top: 60px;
    cursor: pointer;
    transition: all .4s;
}
.yxfwb-li2{
    width: 70%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}
.yxfwb-litb-a{
    width: 50%;
    border-right: 1px solid #e6e6e6;
}
.yxfwb-litb-b{
    width: 50%;
}
.yxfwb-litb-a img{
    display: block;
    width: 100%;
}
.yxfwb-litb-b img{
    display: block;
    width: 100%;
}

.yxfwb-lia-aa{
    font-size: 18px;
    color: #333;
    line-height: 20px;
}
.yxfwb-lia-ab{
    display: none;
}

.yxfwb-lil .yxfwb-lia-act{
    width: 100%;
    background-color: #5F3C10;
    color: #fff;
}
.yxfwb-lia-act .yxfwb-lia-aa{
    color: #fff;
}


.yxfwb-bb,.yxfwb-bc{
    display: none;
}
.yxfwb-lia-act .yxfwb-lia-ab{
    display: block;
}

.adda{
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.addak{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0 9%;
    padding-top: 40px;
    padding-bottom: 45px;
}

.myb{
    display: inline-block;
    vertical-align: top;
    min-height:500px;
    background: #fff;
    width: 960px;
    margin-left: 35px;
}
.myb-a{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #4c4c4c;
    background: #E9E9E9;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
}
.myb-b{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    padding-bottom: 20px;
}
.myb-b-a,.myb-b-c,.myb-b-d,.myb-b-b{
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}
.myb-ba-a{
    display: inline-block;
    width: 90px;
    font-size: 14px;
    color: #333;
    text-align: right;

}

.myb-ba-b{
    height: 30px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    width: 185px;
}
.myb-ba-c{
    height: 30px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    min-width: 510px;
}
.myb-ba-d{
    height: 30px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    min-width: 320px;
}
.myb-be-b{
    width: 20px;
    height: 20px;
    border: 1px solid #DDDDDD;
    background: #cccccc;
    vertical-align: middle;


}
.myb-b-e{
    height: 20px;
    margin-top: 20px;
}
.myb-be-c{
    font-size: 14px;
    color: #333;
    line-height: 20px;
    vertical-align: middle;
}
.myb-b-f{
    width: 115px;
    height: 40px;
    background: #5F3911;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border: none;
    margin-top: 30px;
    margin-left: 95px;
}
.myb-c{
    margin-top: 30px;
}
.myb-ca{
    font-size: 14px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

.myb-cb{
    font-size: 14px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    margin-left: 20px;
}

.mybc-aul{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/

}
.mybc-ali{
    width: 220px;
    height: 140px;
    background-image: url("../img/take_order_05.jpg");
    background-size: 100% 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-right: 5px;
}
.mybc-alim{
    background-image: url("../img/take_order_03.jpg");
    background-size: 100% 100%;
}
.mybc-ali img{
    display: block;
    width: 100%;
}
.mybc-a-l{
    color: #ffa200;
    font-size: 14px;
    line-height: 60px;

}
.mybc-a-r{
    color: #ffa200;
    font-size: 14px;
    line-height: 60px;
    float: right;
}

.mybc-ali-a{
    font-size: 12px;
    color: #000;
    line-height: 38px;
    border-bottom: 1px solid #EDEDED;
    position: relative;
}
.mybc-ali-b{
    font-size: 11px;
    color: #666;
    line-height: 18px;
    margin-top: 8px;
    display: inline-block;
    position: relative;
}
.mybc-ali-dh{
    position: absolute;
    right: 0;
    bottom: 0;
}
.mybc-ali-c,.mybc-ali-d,.mybc-ali-e{
    font-size: 11px;
    display: inline-block;
    line-height: 12px;
    margin-top: 13px;
}
.mybc-ali-d,.mybc-ali-e{
    margin-top: 10px;
}
.mybc-ali-c a,.mybc-ali-d a,.mybc-ali-e a{
    color: #ffa200;
}
.mybc-ali-d,.mybc-ali-e{
    float: right;
}
.mybc-ali-d img,.mybc-ali-e img{
    display: block;
    width: 11px;
    height: 11px;
}
.mybc-ali-d img,.mybc-ali-d span,.mybc-ali-e img,.mybc-ali-e img{
    display: inline-block;
    vertical-align: middle;
}
.mybc-ali-e{
    padding-top: 2px;
}
.mybc-ali-d{
    padding-top: 1px;
}

.myb-ba-ed{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 1px solid #e6e6e6;
}
.kjact{
    transform: rotateX(180deg);
}

.take-ali-dh{
    float: right;
}


.mya{
    width: 175px;
    height: 100%;
    background: #fff;
    display: inline-block;
    vertical-align: top;
}
.my{
    margin-bottom: 50px;
}
.myaa-a,.myab-a,.myac-a{
    width: 100%;
    height: 36px;
    text-align: left;
    line-height: 36px;
    color: #333;
    font-size: 18px;
    padding-left: 40px;
}
.myaa-ul,.myab-ul,.myac-ul{
    width: 100%;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    padding-bottom: 20px;
}
.myaa-li{
    height: 30px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    padding-left: 40px;
}
.myaa-li a{
    color: #555;
}
.myaa-li .myaa-active{
    color: #5F3911;
}




.buya{
    margin-top: -180px;
}
.buyak{
    width: 100%;
    /*height: 600px;*/
    background-color: #fff;
    padding: 45px 120px;
}



/*
    gbegwe
*/
.ban {
    width: 640px;
    height: 750px;
    position: relative;
    overflow: hidden;
    display: inline-block
}

.ban2 {
    width: 640px;
    height: 620px;
    position: relative;
    overflow: hidden;
}

.ban2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.ban2 ul li {
    width: 640px;
    height: 620px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
/*
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 20px;
*/
}
.ban2 ul li img{
    display: block;
    width: 100%;

}
.prev {
    float: left;
    cursor: pointer;
}

.num {
    height: 90px;
    overflow: hidden;
    width: 560px;
    position: relative;
    float: left;
    margin-left: 5px;
}

.min_pic {
    padding-top: 10px;
    width: 100%;
}

.num ul {
    position: absolute;
    left: 0;
    top: 0;
}

.num ul li {
    width: 90px;
    height: 90px;
    margin-right: 25px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    padding-top: 10px;
}

.num ul li.on {
    border: 1px solid #008d4a;
    padding: 0;
    padding-top: 10px;
}
#ban_num1 ul li img{
    display: block;
    width: 100%;
}
.prev_btn1 {
    width: 35px;
    text-align: center;
    height: 90px;
    cursor: pointer;
    float: left;
}

.next_btn1 {
    width: 35px;
    text-align: center;
    height: 90px;
    cursor: pointer;
    float: right;
}

.prev1 {
    position: absolute;
    top: 220px;
    left: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.next1 {
    position: absolute;
    top: 220px;
    right: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.mhc {
    background: #000;
    width: 100%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(Opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.pop_up {
    width: 500px;
    height: 500px;
    padding: 10px;
    background: #fff;
    position: fixed;
    -position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -255px;
    margin-top: -255px;
    display: none;
    z-index: 99;
}

.pop_up_xx {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
}

.pop_up2 {
    width: 500px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.pop_up2 {
    width: 500px;
    height: 500px;
    position: relative;
    overflow: hidden;
    float: left;
}

.pop_up2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.pop_up2 ul li {
    width: 500px;
    height: 500px;
    float: left;
}


/*sgvbagasg*/
.ehxq{
    display: inline-block;
    float: right;
    width: 515px;
    min-height: 550px;
    position: relative;
}





.ehxq-a{
    font-size: 24px;
    color: #5f3911;
    font-weight: 600;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 100%;
}

.ehxq-b{
    width: 100%;
    height: 100px;
    background: #F5F5F5;
    margin-top: 30px;
    padding: 20px;
}
.ehxq-ba,.ehxq-bb,.ehxq-bc{
    display: inline-block;
    vertical-align: top;
}

.ehxq-bc,.ehxq-bb{
    float: right;
}
.ehxq-bb{
    width: 150px;
    text-align: center;
    height: 100%;

}
.ehxq-bb-a{
    font-size: 14px;
    color: #333;
    line-height: 20px;
}
.ehxq-bb-b{
    font-size: 18px;
    color: #4c4c4c;
    line-height: 20px;
    margin-top: 20px;
    font-weight: 600;

}
.ehxq-bc{
    width: 135px;
    border-left: 1px solid #ccc;
    text-align: center;
    height: 100%;
}
.ehxq-bc-a{
    font-size: 14px;
    color: #333;
    line-height: 20px;
}
.ehxq-bc-b{
    font-size: 18px;
    color: #4c4c4c;
    line-height: 20px;
    margin-top: 20px;
    font-weight: 600;
}
.ehxq-ba{
    width: 290px;
    height: 100%;
}
.ehxq-ba-a{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
}
.ehxq-ba-b{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 10px;
}

.ehxq-ba-aa{
    display: inline-block;
    vertical-align: middle;
    width: 60px;

}
.ehxq-ba-ab{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: #e77d16;
    font-weight: 600;
    font-size: 30px;

}
.ehxq-ba-ac{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    text-decoration:line-through;
    color: #666;
    font-size: 18px;
}

.ehxq-c{
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.ehxq-ca{
    display: inline-block;
    vertical-align: top;
    width: 85px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}
.ehxq-da{
    display: inline-block;
    vertical-align: top;
    width: 85px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}
.ehxq-ea{
    display: inline-block;
    vertical-align: top;
    width: 85px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.ehxq-e{
    margin-top: 20px;
}
.ehxq-cb{
    display: inline-block;
    vertical-align: top;
    width: 400px;
    max-height: 150px;
    overflow-y: auto;
    padding-top: 10px;
}
.ehxq-cba{
    width: 35px;
    height: 20px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    vertical-align: top;
}
.ehxq-cba-a{
    background: #fff;
}
.ehxq-cba-b{
    background: #000;
}
.ehxq-cba-c{
    background: #5F3911;
}
.ehxq-cba-d{
    background: #5F0057;
}
.ehxq-db{
    display: inline-block;
    vertical-align: top;
    width: 535px;
}
.ehxq-dba{
    display: inline-block;
    vertical-align: top;
    background: #FFF;
    margin-right: 5px;
    height: 30px;
    width: auto;
    padding: 2px 20px;
    background-size: 100% 100%;
    overflow: hidden;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 24px;
    border: 2px solid #ccc;
    cursor:pointer;
    position: relative;
}
.ehxq-dba-a{
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 10px;
    height: 10px;
    display: none;
}
.ehxq-dba .ehxq-dba-a img{
    display: block;
    width: 100%;
}


.ehxq-eaa {
    width: 35px;
    height: 30px;
    display: inline-block;
    float: left;
    text-align: center;
    color: #666;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    font-size: 26px;
}

.ehxq-eac {
    width: 35px;
    height: 30px;
    display: inline-block;
    float: left;
    text-align: center;
    color: #666;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    font-size: 26px;
}

.ehxq-eab {
    width: 35px;
    height: 30px;
    display: inline-block;
    float: left;
    text-align: center;
    color: #4c4c4c;
    line-height: 25px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
}
.ehxq-eab input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.ehxq-eb{
    display: inline-block;
    vertical-align: top;
}

.ehxq-f{
    position: absolute;
    bottom: 180px;
    left: 0;
}
.ehxq-fa{
    display: inline-block;
    vertical-align: top;
    width: 160px;
    height: 50px;
    border: 1px solid #E97D00;
    text-align: center;
    line-height: 50px;
    background: #F9D8B7;
    color: #E97D00;
    font-size: 16px;
    border-radius: 5px;
    transition: all .5s;
}
.ehxq-fa:hover{
    color: #fff;
    background: #E97D00;
}

.buya-b{
    width: 100%;
    height: auto;
}
.buya-b p{
    font-size: 20px;
    line-height: 30px;
}
.buya-b img{
    display: block;
    width: 100%;
}





/*/*/
.take {
    width: 100%;
    min-height: 800px;
    background: #fff;
    padding: 20px;
}
.takoe {
    width: 100%;
    /*min-height: 800px;*/
    background: #fff;
    padding: 20px;
}
.take-a-a {
    font-size: 16px;
    color: #111;
    line-height: 40px;
}

.take-aul {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.take-ali {
    width: 260px;
    height: 160px;
    background-image: url("../img/take_order_05.jpg");
    background-size: 100% 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 40px;
}
.take-ali:nth-of-type(4){
    margin-right: 0;
}
.take-alim {
    background-image: url("../img/take_order_03.jpg");
    background-size: 100% 100%;
}

.take-ali img {
    display: block;
    width: 100%;
}

.take-a-l {
    color: #ffa200;
    font-size: 14px;
    line-height: 60px;

}

.take-a-r {
    color: #ffa200;
    font-size: 14px;
    line-height: 60px;
    float: right;
}

.take-ali-a {
    font-size: 14px;
    color: #000;
    line-height: 42px;
    border-bottom: 1px solid #EDEDED;
}

.take-ali-b {
    font-size: 12px;
    color: #666;
    line-height: 24px;
    margin-top: 8px;
    display: inline-block;
    position: relative;
}

.take-ali-dh {
    position: absolute;
    right: 0;
    bottom: 0;
}

.take-ali-c, .take-ali-d, .take-ali-e {
    font-size: 12px;
    display: inline-block;
    line-height: 16px;
    margin-top: 13px;
}

.take-ali-d, .take-ali-e {
    margin-top: 10px;
}

.take-ali-c a, .take-ali-d a, .take-ali-e a {
    color: #ffa200
}

.take-ali-d, .take-ali-e {
    float: right;
}

.take-ali-d img, .take-ali-e img {
    display: block;
    width: 13px;
    height: 13px;
}

.take-ali-d img, .take-ali-d span, .take-ali-e img, .take-ali-e img {
    display: inline-block;
    vertical-align: middle;
}

.take-ali-e {
    padding-top: 2px;
}

.take-ali-d {
    padding-top: 1px;
}

.take-b-a {
    font-size: 16px;
    color: #111;
    line-height: 40px;
}

.take-b-b {
    font-size: 14px;
    color: #555555;
    height: 36px;
    line-height: 36px;
    border-bottom: 3px solid #008e47;
}

.take-b-ba, .take-b-bb, .take-b-bc, .take-b-bd, .take-b-be {
    float: left;
}

.take-b-ba {
    width: 340px;
    padding-left: 25px;
}

.take-b-bb {
    width: 225px;
}

.take-b-bc {
    width: 195px;
}

.take-b-bd {
    width: 200px;
    padding-left: 25px;
}

.take-b-be {
    width: 130px;
}
.take-b-bf {
    width: 50px;
    float: left;
}

.buy-take {
    width: 100%;
    height: auto;
    padding: 10px 15px 0;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.buy-takes {
    width: 100%;
    height: auto;
    padding: 10px 15px 0;

}
.take-b-c {
    width: 100%;
    height: 90px;
    /*background: #FBFCFF;*/
    padding: 15px 0;
    margin-top: 2px;
    border-bottom: 1px solid #E6E6E6;
}

.take-b-ca, .take-b-cb, .take-b-cc, .take-b-cd, .take-b-ce,.take-b-cj,.take-b-cob {
    float: left;
    font-size: 12px;
    color: #333;
}
.take-b-cj{
    margin-right: 5px;
    margin-top: 22px;
}
.take-b-ca {
    width: 300px;
}

.take-b-cb {
    width: 130px;
    line-height: 60px;
    text-align: center;
}
.take-b-cob {
    width: 100px;
    line-height: 60px;
    text-align: center;
}

.take-b-cc {
    width: 330px;
    line-height: 60px;
    text-align: center;

}

.take-b-cd {
    width: 110px;
    line-height: 60px;
    text-align: center;
    padding-top: 15px;
}

.take-b-ce {
    width: 240px;
    line-height: 60px;
    text-align: center;
    /*margin-left: 40px;*/
    font-size: 16px;
    color: #ff0036;
}

.take-b-cimg {
    width: 80px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
}

.take-b-cimg img {
    display: block;
    width: 100%;
}

.take-b-csp {
    display: inline-block;
    vertical-align: middle;
    width: 205px;
    margin-left: 5px;
}

.take-b-e {
    width: 500px;
    height: 90px;
    /*background: #F2F7FF;*/
    margin-top: 2px;
    border-right: 1px solid #fff;
    display: inline-block;
}

.take-be-s {
    vertical-align: top;
    font-size: 12px;
    color: #666;
    margin-top: 15px;
    display: inline-block;
}

.take-be-t {
    vertical-align: top;
    width: 400px;
    height: 65px;
    background: #fff;
    border: 1px solid #E6E6E6;
    margin-top: 10px;
}

.take-b-g {
    width: 625px;
    /*background: #F2F7FF;*/
    float: right;
    line-height: 90px;
    margin-top: 2px;
    font-size: 12px;
    color: #666;
    padding-left: 25px;
}

.take-bg-a {
    display: inline-block;
}

.take-bg-b {
    float: right;
    width: 280px;
    text-align: center;
    font-size: 14px;
    color: #ff0036;
}

.take-d {
    width: 100%;

}

.take-d {
    padding-top: 20px;
    padding-left: 740px;
    padding-bottom: 90px;
}

.taked {
    width: 420px;
    min-height: 180px;
    border: 1px solid #EA5326;
    padding: 10px 20px;
}

.takee {
    width: 200px;
    height: 40px;
    float: right;
}

.takee-a {
    width: 100%;
    height: 100%;
    background: #EA5326;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.taked-a {
    font-size: 12px;
    color: #444;
    line-height: 40px;
    text-align: right;
}

.taked-d {
    font-size: 12px;
    color: #444;
    line-height: 28px;
    text-align: right;
}

.taked-da {
    display: inline-block;
    vertical-align: top;
    min-width: 120px;
    text-align: left;
}

.taked-a span {
    vertical-align: middle;
}

.taked-b {
    font-size: 12px;
    color: #444;
    line-height: 30px;
    text-align: right;
}

.taked-c {
    font-size: 12px;
    color: #444;
    line-height: 30px;
    text-align: right;
}

.take-b-cda {
    width: 35px;
    height: 25px;
    display: inline-block;
    float: left;
    text-align: center;
    color: #666;
    line-height: 22px;
    border: 1px solid #e6e6e6;
    font-size: 26px;
}

.take-b-cdc {
    width: 35px;
    height: 25px;
    display: inline-block;
    float: left;
    text-align: center;
    color: #666;
    line-height: 22px;
    border: 1px solid #e6e6e6;
    font-size: 26px;
}

.take-b-cdb {
    width: 35px;
    height: 25px;
    display: inline-block;
    float: left;
    text-align: center;
    color: #4c4c4c;
    line-height: 23px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
}

.take-b-cdb input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
}



/**/

.buyxq{
    margin-top: -180px;
}
.buyxoq{
    margin-top: 20px;
}
.buyxqk{
    width: 100%;
    /*height: 600px;*/
    background-color: #fff;
    padding: 45px 120px;
}

/*byxq*/
.head{
    width: 100%;
    height: .88rem;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    padding: .125rem .24rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.head-a{
    width: 2.21rem;
    height: .53rem;
    display: inline-block;
    vertical-align: top;
}
.head-a img{
    display: block;
    width: 100%;
}
.head-b{
    width: .6rem;
    height: .4rem;
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: .1rem;

}
.head-b img{
    display: block;
    width: 100%;
}
.byxq-a{
    width: 100%;
    height: .88rem;
}
.head-c{
    position: fixed;
    top: .88rem;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    display: none;
}
.head-cul {
    width: 100%;
    /* background: #fff; */
    height: auto;
    float: right;
    margin-top: 1rem;
}

.head-cli{
    text-align: center;
    line-height: .8rem;
    font-size: .32rem;
    border-bottom: 1px solid #e6e6e6;
}
.head-cli a{
    color: #fff;
}


.take-e{
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #e6e6e6;
}
.take-ea{
    width: 33.33%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e6e6e6;
}
.take-ea img{
    display: block;
    width: 100%;
}
.take-eb{
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-left: 5%;
}
.take-eba{
    font-size: 20px;
    font-weight: 600;
    color: #4c4c4c;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.take-ebb{
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    color: #666;
}
.take-ebc{
    margin-top: 10px;

}
.take-ebc-a{
    font-size: 20px;
    color: #F13F00;
    line-height: 30px;
}
.take-ebc-b{
    float: right;
    font-size: 18px;
    color: #4c4c4c;
    line-height: 30px;
}
.take-bg-a span{
    font-size: 16px;
    color: #F13F00;
    line-height: 30px;
}


.byxq-b{
    width: 100%;
    height: .9rem;
    padding: 0 .24rem;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}
.byxq-ba{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: .17rem;
    height: .89rem;
}
.byxq-ba img{
    display: block;
    width: 100%;
}
.byxq-bb{
    font-size: .28rem;
    color: #008d4a;
    line-height: .9rem;
    display: inline-block;
    vertical-align: top;
    margin-left: .2rem;
}
.byxq-c{
    width: 100%;
    padding: .1rem .24rem;
    background: #fff;
    overflow: hidden;
}
.byxq-ca{
    font-size: .26rem;
    color: #333;
    line-height: .4rem;
}
.byxq-cb{
    font-size: .26rem;
    color: #4c4c4c;
    line-height: .36rem;
    margin-top: .2rem;
}
.byxq-ck{
    width: 90%;
    display: inline-block;
    vertical-align: top;
    padding-top: .2rem;
}
.byxq-cr{
    width: .23rem;
    display: inline-block;
    vertical-align: top;
    float: right;
    overflow: hidden;
}

.byxq-cr img{
    display: block;
    width: 100%;
}
.byxq-crb{
    width: 100%;
    height: .2rem;
}
.byxq-crb img{
    display: block;
    height: .2rem;
}
.byxq-d{
    width: 100%;
    height: 1.9rem;
    background: #f5f5f5;
    padding: .1rem .24rem;
}
.byxq-da{
    width: 2.18rem;
    height: 1.58rem;
    border: 1px solid #e6e6e6;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.byxq-da img{
    display: block;width: 100%;
}
.byxq-dk{
    width: 100%;
    background: #fff;
    padding-top: .3rem;
    margin-top: .2rem;
}
.byxq-db{
    display: inline-block;
    vertical-align: top;
    width: 4.4rem;
    height: 100%;
    margin-left: .1rem;
}
.byxq-dob{
    display: inline-block;
    vertical-align: top;
    width: 4rem;
    height: 100%;
    margin-left: .1rem;
}
.byxq-dnp{
    margin-top: .75rem;
    display: inline-block;
}
.byxq-db-a{
    font-size: .3rem;
    color: #333;
    line-height: .36rem;
}
.byxq-db-b{
    font-size: .26rem;
    color: #666;
    line-height: .4rem;
}
.byxq-db-c{
    font-size: .3rem;
    line-height: .3rem;
    margin-top: .1rem;
}
.byxq-db-ca{
    color: #f13f00;
}
.byxq-db-cb{
    color: #333;
    float: right;
}
.byxq-e{
    width: 100%;
    height: 1rem;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 .24rem;
}
.byxq-ea{
    display: inline-block;
    vertical-align: top;
    line-height: 1rem;
    color: #333;
    font-size: .28rem;
}
.byxq-eb{
    width: 5.5rem;
    height: 100%;
    float: right;
    display: inline-block;
    vertical-align: top;
    padding-top: .24rem;
}
.byxq-eb-a,.byxq-eb-c{
    font-size: .5rem;
}
.byxq-eb-a,.byxq-eb-b,.byxq-eb-c{
    width: .55rem;
    height: .55rem;
    display: inline-block;
    vertical-align: top;
    background: #f5f5f5;
    color: #333;
    float: right;
    line-height: .55rem;
    text-align: center;

}
.byxq-eb-b input{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    font-size: .3rem;
    text-align: center;
}
.byxq-ec{
    text-align: right;
    display: inline-block;
    vertical-align: top;
    width: 5.5rem;
    height: 100%;
    float: right;
    font-size: .3rem;
    padding-top: .3rem;
    color: #4c4c4c;
}
.byxq-ec a{
    text-align: right;
    display: inline-block;
    vertical-align: top;
    width: 5.5rem;
    height: 100%;
    float: right;
    font-size: .3rem;
    color: #4c4c4c;
}
.byxq-ed{
    width: 5.5rem;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    float: right;
}
.byxq-ed input{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    text-align: right;
    font-size: .3rem;

}
.byxq-but{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .9rem;
    background: #fff;
    display: flex;
    border-top: 1px solid #e6e6e6;

}
.byxq-but-h{
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 .24rem;
    font-size: .26rem;
}
.byxq-but-a{
    width: 70%;
    font-size: .3rem;
    line-height: .9rem;
    text-align: right;
    padding-right: .2rem;
}
.byxq-but-b{
    width: 30%;
    font-size: .3rem;
    line-height: .9rem;
    text-align: center;
    color: #fff;
    background: #FE8800;
}

.cont{
    margin-top: -180px;
}
.contk{
    width: 100%;
    /*height: 600px;*/
    background-color: #fff;
    padding: 45px 30px;
}
.cont-a{
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    color: #333;
}
.cont-b{
    width: 100%;
    height: 410px;
    padding-top: 40px;
}

.contb{
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.contbk{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 50px 120px;
}
.contb-a{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-top: 50px;
}
.contb-aa{
   width: 320px;
    height: auto;
    overflow: hidden;
    margin:  0 auto;
}
.contb-aa img{
    display: block;
    width: 100%;
}
.contb-b{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #e6e6e6;
    padding-left: 70px;
}
.contb-b p{
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
#allmap {width:100%; height:370px;overflow-x: auto;overflow-y: hidden;margin:0;}


/**/

.delu {
    position: relative;
    min-height: 625px;
    width: 100%;
    background-image: url("../img/denglu_02.jpg");
    background-size: 100% 100%;
}

.login {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -215px;
}

.logins {
    width: 430px;
    height: 330px;
    background: #fff;
    padding: 25px 40px;

}

.login-a {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e6e6e6;
}

.login-aa {
    display: inline-block;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    color: #333;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.login-aa:nth-of-type(2) {
    margin-left: 40px;
}

.login-active {
    color: #4c4c4c;
    border-bottom: 1px solid #008e47;
}

.login-b {
    width: 100%;
    padding-top: 15px;
}

.login-c {
    width: 100%;
    padding-top: 15px;
    position: relative;
}

.login-b input {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-top: 10px;
    text-indent: 20px;
    font-size: 14px;
}

.login-c input {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-top: 10px;
    text-indent: 20px;
    font-size: 14px;
}

.login-ca {
    position: absolute;
    right: 0;
    top: 75px;
    color: #008d4a;
    font-size: 12px;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    background: none;
    cursor: pointer;

}

.login-cb {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-top: 25px;
    font-size: 14px;
    color: #4c4c4c;
    transition: all .5s;
    cursor: pointer;

}

.login-cb:hover {
    color: #fff;
    background: #55AA7A;
}

.login-d {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.login-da {
    font-size: 14px;
    color: #666;
    transition: all .5s;
}

.login-db {
    font-size: 14px;
    color: #666;
    float: right;
    transition: all .5s;
}

.login-db:hover {
    color: #55AA7A;
}

.login-da:hover {
    color: #55AA7A;
}


/**/


.pay{
    width: 100%;
    min-height: 500px;
    background: #fff;
    padding: 60px 100px 60px 100px;
    overflow: hidden;
}
.pay-a{
    width: 100%;
    height: 40px;
}
.pay-a img{
    display: block;
    width: 100%;
}
.pay-b{
    margin-top: 30px;
    width: 100%;
    height: 225px;
    border: 1px solid #D2D2D2;
    padding: 30px;
}
.pay-b-a{
    font-size: 14px;
    color: #666;
    line-height: 16px;
}
.pay-b-b{
    margin-top: 50px;
}
/*.pay-b-ba,.pay-b-bb{*/
    /*width: 166px;*/
    /*height: 66px;*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*overflow: hidden;*/
    /*border: 2px solid #fff;*/
    /*cursor: pointer;*/


    /*border-radius: 5px;*/
/*}*/
/*.pay-b-bb{*/
    /*margin-left: 40px;*/

/*}*/
/*.pay-b-bas{*/
    /*border: 2px solid #25A83C;*/
/*}*/

.pay-b-ba,.pay-b-bb,.pay-b-bc,.pay-b-bd{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #4c4c4c;
    margin-right: 10px;
}
.pay-b-ba input,.pay-b-bb input,.pay-b-bc input,.pay-b-bd input{
    width: 20px;
    height: 20px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 5px;
}
.pay-c{
    margin-top: 30px;
}
.pay-c-a{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    display: inline-block;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}
.pay-c-b{
    display: inline-block;
    width: 125px;
    height: 40px;
    float: right;

}
.pay-c-bs{
    display: block;
    width: 100%;
    height: 100%;
    background: #DC4B1D;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.header-bottom{
    width: 100%;
    height: 140px;
}
.pay-ab{
    font-size: 20px;
    color: #4c4c4c;
    text-align: center;
    line-height: 50px;
}

/**/
.pab-b{
    border: 1px solid #E6E6E6;
}
.pab-b-a{
    width: 100%;
    height: 60px;
    background: #EDFFDD;
    padding: 15px 40px;
}
.pab-b-aa,.pab-b-ab{
    vertical-align: middle;
}
.pab-b{
    margin-top: 25px;
}
.pab-b-ab{
    font-size: 14px;
    color: #333;
    margin-left: 10px;
}
.pab-b-b{
    width: 100%;
    min-height: 150px;
    padding: 0 50px;
    margin-top: 5px;
}
.pab-b-ba{
    font-size: 14px;
    color: #333;
}
.pab-b-ba span{
    vertical-align: middle;
}

.pab-b-bb{
    font-size: 14px;
    color: #333;
    margin-top: -15px;
}
.pab-b-bb span{
    vertical-align: middle;
}
.pab-b-bc{
    font-size: 14px;
    padding-left: 20px;
    margin-top: 10px;
}
.pab-b-bc a{
    color: #008e47;
    margin-left: 10px;
}

/**/


.yhx{
    display: inline-block;
    vertical-align: top;
    min-height:400px;
    background: #fff;
    width: 960px;
    margin-left: 35px;
}
.yhx-a{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #4c4c4c;
    background: #E9E9E9;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
}
.yhx-b{
    /*padding-left: 25px;*/
    /*padding-right: 25px;*/
    padding-top: 35px;
    padding-bottom: 20px;
}
.yhx-b-a,.yhx-b-d,.yhx-b-b{
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}
.yhx-ba-a{
    display: inline-block;
    width: 60px;
    font-size: 14px;
    color: #333;
    text-align: right;

}
.yhx-b-c{
    line-height: 30px;
    margin-top: 10px;
    height: auto;
}
.yhx-ba-b{
    height: 30px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    width: 185px;
}
.yhx-ba-c{
    height: 60px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    min-width: 300px;
    resize: none;
}
.yhx-ba-d{
    height: 30px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    min-width: 320px;
}
.yhx-be-b{
    width: 20px;
    height: 20px;
    border: 1px solid #DDDDDD;
    background: #cccccc;
    vertical-align: middle;


}
.yhx-b-e{
    height: 20px;
    margin-top: 20px;
}
.yhx-be-c{
    font-size: 14px;
    color: #333;
    line-height: 20px;
    vertical-align: middle;
}
.yhx-b-f{
    width: 115px;
    height: 40px;
    background: #5F3911;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border: none;
    margin-top: 30px;
    margin-left: 60px;
}
.yhx-ba-aa{
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
}
.yhx-ba-aa input{
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}
.yhx-ba-ab input{
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}
.yhx-ba-ab{
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    margin-left: 10px;
}



/*?*/
.myord{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #DBDBDB;
}
.myord-li{
    width: 120px;
    text-align: center;
    float: left;
    height: 40px;
}
.myord-li a{
    font-size: 16px;
    color: #222;
    display: block;
    width: 100%;
    border-right: 1px solid #DBDBDB;

}
.myord-a{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #F5F5F5;
    margin-top: 25px;
    color: #333;
    font-size: 14px;
}
.myord-a div{
    float: left;
}
.myord-aa{
    width: 545px;
    text-align: center;
}
.myord-ab{
    width: 125px;text-align: center;
}
.myord-ac{
    width: 105px;text-align: center;
}
.myord-ad{
    width: 135px;text-align: center;
}

.myord-bli{
    font-size: 14px;
    color: #555;
    margin-top: 20px;
    border: 1px solid #DBDBDB;
}
.myord-bli-top{
    height: 40px;
    width: 100%;
    background: #F7F7F7;
    line-height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #DBDBDB;
}

.myord-bli-a{
    width: 540px;
    text-align: center;
    display: flex;
}
.myord-bli-bottom{
    width: 100%;
    text-align: center;
    display: flex;
    font-size: 12px;
}
.myord-bli-b{
    width: 130px;text-align: center;
    border-left: 1px solid #DBDBDB;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 3px;
    padding-right: 3px;

}
.myord-bli-c{
    width: 105px;text-align: center;
    border-left: 1px solid #DBDBDB;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;

}
.myord-bli-c a{
    color: #4c4c4c;
}
.myord-bli-d{
    width: 135px;text-align: center;
    border-left: 1px solid #DBDBDB;
    line-height: 24px;
    padding: 12px 0;
    position: relative;

}

.dating-d{
    text-align: right;
}
.dating-d-a,.dating-d-c{
    display: inline-block;
    line-height: 60px;
    font-size: 14px;
    color: #4c4c4c;
    width: 50px;
    text-align: center;
}
.dating-d-b{
    line-height: 60px;
    font-size: 14px;
    color: #4c4c4c;
    display: inline-block;
    vertical-align: top;
    width:10px;
}
.dating-a{
    color: #ff6701;
}
.myord-liac{
    border-bottom: 2px solid #ff6701;
}
.mba-ul{
    width: 100%;

}
.mba-li{
    width: 100%;
    height: 120px;
    padding: 30px 0 25px 10px;
    border-bottom: 1px solid #DBDBDB;

}

.mba-lia{
    width: 80px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    float: left;
    border: 1px solid #e6e6e6;
}
.mba-lia img{
    display: block;
    width: 100%;
}
.mba-lib{
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    text-align: left;
    float: left;
    line-height: 28px;
    margin-left: 10px;

}
.mba-lic{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    float: left;
    width: 235px;
    height: 60px;
    line-height: 60px;
}




.myord-bli-da{
    width: 90px;
    height: 30px;
    background: #EA5326;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;

}
.myord-bli-db{
    width: 90px;
    height: 20px;
    border: none;
    border-radius: 8px;
    /*margin-top: 6px;*/
    color: #666;
    font-size: 12px;
    background: none;
    cursor:pointer;
}
.myord-bli-db:hover{
    color: #ff6701;
}
.myord-bli-d-div{
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.myord-bli-topa{
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 16px;
    height: 17px;
    padding-top: 4px;
}

.myord-bli-d-dv{
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.mba-li:nth-last-of-type(1){
    border: none;
}

.yhxyu {
    display: inline-block;
    vertical-align: top;
    min-height: 400px;
    background: #fff;
    width: 960px;
    margin-left: 0px;
}


.yhxyua-a{
    display: flex;
    width: 100%;
    height: 60px;
    border-top: 1px solid #e6e6e6;
}
.yhxyua-aa,.yhxyua-ab,.yhxyua-ac,.yhxyua-ad{
    width: 25%;
    height: 100%;
    text-align: center;
    line-height: 57px;
    font-size: 20px;
    color: #4c4c4c;
}
.yhxyua-aact{
    border-bottom: 2px solid #ff6701;
}
.yhxyua-b{
    width: 100%;
    margin-top: 15px;
    background: #fff;
    border: 1px solid #e6e6e6;
}
.yhxyua-ba{
    width: 100%;
    height: 40px;
    padding: 0 24px;
}
.yhxyua-ba-a{
    font-size: 18px;
    color: #4c4c4c;
    line-height: 40px;

}
.yhxyua-ba-b{
    float: right;
    font-size: 16px;
    color: #666;
    line-height: 40px;
}
.yhxyua-bb{
    width: 100%;
    background: #f5f5f5;
    padding: 10px 24px;
}
.yhxyua-bb-a{
    width: 218px;
    height: 158px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e6e6e6;
}
.yhxyua-bb-a img{
    display: block;
    width: 100%;
}
.yhxyua-bb-b{
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding-left: 2%;
}
.yhxyua-bb-ba{
    font-size: 20px;
    color: #333;
    font-weight: 600;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.yhxyua-bb-bb{
    font-size: 16px;
    color: #666;
    line-height: 20px;
}
.yhxyua-bb-bc{
    font-size: 20px;
    color: #4c4c4c;
    line-height: 30px;
    margin-top: 30px;
}
.yhxyua-bc{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #666;
    text-align: right;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 24px;
}
.yhxyua-bd{
    width: 100%;
    height: 50px;
    padding: 0 24px;
}
.yhxyua-bd-a{
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    color: #4c4c4c;
    font-size: 16px;
}
.yhxyua-bd-b{
    width: 60%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    padding-top: 7.5px;
    float: right;
}
.yhxyua-bd-ba{
    width: 130px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border: 1px solid #e6e6e6;
    border-radius: 35px;
    display: block;
    float: right;
}
.yhxyua-bd-bb{
    width: 130px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border: 1px solid #e6e6e6;
    border-radius: 35px;
    display: block;
    float: right;
    margin-right: 10px;
}







/**/
.mysp-bottom{
    width: 100%;
    height: 60px;
    border: 1px solid #E7E7E7;
    background: #FAFAFA;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    margin-top: 50px;
}

.mysp-bottom input{
    vertical-align: middle;
    margin-left: 20px;
    width: 15px;
    height: 15px;
}
.mysp-bottom .span-a{
    vertical-align: middle;
    margin-left: 20px;
    font-size: 12px;
    color: #333;
}
.mysp-bot-a,.mysp-bot-b,.mysp-bot-c,.mysp-bot-d{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #333;
}
.mysp-bot-a{
    margin-left: 20px;
}
.mysp-bot-c,.mysp-bot-d{
    float: right;
}
.mysp-bot-d{
    margin-right: 30px;
    font-size: 24px;
    color: #e30000;
}

.mysp-bot-e{
    width: 120px;
    height: 100%;
    background: #EB1D1D;
    border: none;
    color: #fff;
    font-size: 16px;
    float: right;
}
@media (max-width: 440px) {
	.honnor li{
		widows: 98%!important;
		margin: 0 auto!important;
		zoom:1!important;
		margin-bottom: 20px!important;
	}
}

@media (max-width: 575.98px) {
	#news_mainx{
		width: 95%;
        margin: 60px auto 0;
	}
    .prdta-ab{
        display: inline-block;
    }
    .about-ca{
        padding-top: 60px;
    }
    .about-cc{
        padding-top:60px;
    }
    .about-cb{
        padding-top:60px;
    }
    .about-ab{
        top: 2.4rem;
    }
	#about_main{
		width: 100%!important
	}
	#about_main .about{
		margin-top: 1rem!important
	}
	#join_flow{
		width: 100%!important
	}
	#join_main{
		width: 100%!important
	}
	.product{
		width: 100%!important
	}
	#main_product{
		display: none!important
	}
	.main_product1 ul li{
		width: calc(50% - 2px)!important
	}
	.honnor{
		width: 100%!important
	}
	.honnor li{
		zoom:0.65
	}
    .headert{
        display: none;
    }
    .banner .swiper-container1 {
        min-height: auto;
    }


    .myord-a{
        display: flex;
    }
    .yhxyu{
        display: none;
    }
    .mba-li{
        display: flex;
    }
    .myaa-ult{
        display: flex;
    }
    .myaa-ult li{
        text-align: center;
        padding: 0;
        font-size: 20px;
        color: #333;
    }
    .ult{
        width: 100%;
    }
    .ult .myaa-a{
        display: none;
    }
    .yhxyua-bb-a{
        width: 100px;
        height: 74px;

    }
    .yhxyua-bb{
        padding: 10px 10px;
    }
    .yhxyua-ba{
        padding: 0 10px;
    }
    .yhxyua-ba-a{
        font-size: 14px;
    }
    .yhxyua-bb-ba{
        font-size: 16px;
        line-height: 20px;
        height: 40px;
    }
    .yhxyua-bc{
        padding: 0 10px;
        height: auto !important;
    }
    .yhxyua-bd{
        padding: 0 10px;
    }
    .yhxyua-ba-b{
        font-size: 14px;
    }
    .yhxyua-bb-b{
        width: 58%;
    }
    .yhxyua-bb-bc{
        margin-top: 5px;
        font-size: 16px;
    }
    .yhxyua-bd-ba{
        width: 75px;
    }
    .yhxyua-bd-bb{
        width: 75px;
    }
    .yhxyua-bb-bb{
        font-size: 14px;
    }





    .pab-b-b{
        padding: 20px 10px;
    }
    .pab-b-bb{
        margin: 0;
    }


    .pay-ab{
        display: block;
    }
    .pay-a{
        display: none;
    }

    .login{
        width: 90%;
        top: 90px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .logins{
        width: 100%;
        padding: 25px 30px
    }





    .contb-aa{
        width: 100%;
    }
    .contbk {
        padding: 20px 30px;
    }
    .contb-a{
        width: 100%;
    }
    .contb-b{
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0 ;
        border: none;
    }




    .dibu{
        display: none;
    }
    .footer{
        display: none;
    }
    .rt{
        display: none;
    }
    .mian{
        width: 90%;
    }
    .about-bb-a {
        display: none;
    }
    .about-bb-c{
        display: none;
    }
    .about-bca{
        width: 100%;
    }
    .about-bca-c{
        width: 100%;
    }
    .about-bcb{
        width: 100%;
        margin-top: 10px;
    }
    .about-bca-a {
        width: 100%;
    }
    .about-ca-a{
        width: 100%;
    }
    .about-ca-b{
        width: 100%;
        padding-top: 20px;
    }
    .about-cb-b{
        width: 100%;
    }
    .about-ca-a{
        margin-top: 20px;
    }
    .about-db{
        width: 85%;
    }
    .about-dk{
        padding: 170px 0 60px;
    }
    .about-bca-b{
        width: 100%;
    }
    .newsa-ba, .newsa-bb {
        flex-wrap: wrap;
    }
    .newsa-ba-a{
        width: 100%;
    }
    .newsa-ba-a:nth-of-type(3){
        display: none;
    }
    .newsa-ab{
        float: right;
    }
    .about-a{
        height:8rem;
    }
    .about-a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .newsc-b{
        width: 100%;
        border: 1px solid #e6e6e6;
    }
    .newsc-c{
        width: 100%;
        padding: 0;
    }
    .newsc-ca-b {
        width: 100%;
    }
    .newsc-ca-a {
        display: none;
    }
    .newsc-ca-c{
        display: block;
    }
    .newsc-ca-b{
        margin-left: 0;
    }
    .newsc-ca{
        padding-top: 10px;
    }




    .newsd-a {
        width: 100%;
    }
    .newsdk-a {
        width: 100%;
    }
    .newsd-b{
        width: 100%;
    }
    #pagination3{
        width: 100px;
        height: 40px;
        line-height: 40px;
        bottom: 0;
        margin-right: -50px;
        right: 50%;
    }
    #prev3 {
        left: 0;
        right: auto;
        bottom: 90px !important;
    }
    #next3 {
        left: auto;
        right: 0;
        bottom: 90px !important;
    }
    .newsd-c{
        display: none;
    }
    .newsdk {
        padding: 0 30px 30px;
    }

    .newsd-a{
        padding: 215px 20px 35px;
    }
    .newsd-ac{
        margin-top: 30px;
    }



    .newsek {
        padding: 50px 0 40px;
    }
    .newse-ab {
        width: 90%;
    }


    .prdta-ab-a{
        width: 100%;
    }

    .prdta-ab-a:nth-of-type(3n+2){
        margin-right: auto;
        margin-left: auto;
    }
    .prdta-ab-a:nth-of-type(3n+1){
        margin-right: auto;
    }
    .prdta-ab-a:nth-of-type(3n+3){
        margin-left: auto;
    }
    .prdta-aa{
        width: 100% !important;
    }

    .prdta-ab-aa{
        width: 100%;
    }
    .prdta-ab-ab{
        width: 100%;
        /*float: none;*/
    }


    .prdta-ab-a{
        height: auto;
    }
    .prdta-ab-ab {
        width: 100%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
         float: none;
        overflow: hidden;
        padding: 10px;
        line-height: 250px;
        text-align: center;
        position: inherit;
    }
    .prdta-ab-ab img {
        display: block;
        position: inherit;
        margin: auto;
        width: 80%;
        transition: all .4s;
    }

    .prdta-ab-ac {
        width: 100%;
        height: 40px;
        padding-top: 0;
    }
    .prdta-ab-aca{
        line-height: 40px;
    }
    .prdta-ab-acb{
        line-height: 40px;
    }
    .prdta-ab-acb-a {
        margin-top: 15px;
    }


    .yfzxa-li{
        width: 100%;
    }
    .yfzxa-a{
        width: 100%;
    }
    .yfzxa-aa{
        width: 100%;
    }
    .yfzxa-ab{
        width: 100%;
        padding: 30px 0 0;
    }
    .yfzxak{
        height: auto;
        padding:40px ;
    }
    .yfzxa-b {
        width: 20%;
         float: none;
        height: 100%;
        /*display: flex;*/
    }
    .yfzxa-b{
        width: 100%;
        margin-top: 20px;
    }

    .yfzxa-ba, .yfzxa-bb, .yfzxa-bc {
        font-size: 14px;
        color: #fff;
        height: 50px;
        text-align: center;
        line-height: 50px;
        padding-left: 0;
        width: 100%;
    }


    .slide4 {
        padding: 0 0;
    }
    .yfzxb-a{
        bottom: 0;
    }
    .yfzxbk{
        padding: 20px 30px;
    }



    .yfzxc-t {
        padding: 70px 30px 0 30px;
        height: auto;
    }
    .yfzxc-t p {
        display: inline-block;
        vertical-align: top;
        float: left;
        font-size: 22px;
        line-height: 36px;
        color: #333;
        margin-right: 10px;
    }
    .yfzxc-a{
        width: 100%;
        padding-top: 100px;
    }
    .yfzxc-b{
        margin-top: 20px;
        width: 100%;
        padding-left: 30px;
    }


    .yxfwa-aa{
        width: 100%;
    }
    .yxfwa-aa-c {
        width: 100%;
    }
    .yxfwa-ab{
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
    }
    .yxfwa-aa-ba{
        width: 45%;
    }
    .yxfwa-aa-bb{
        width: 45%;
    }
    .yxfwa-aa-ca {
        width: 100%;
         height: auto;
    }




    .yxfwb-aa, .yxfwb-ab, .yxfwb-ac {
        width: 30%;
        font-size: 18px;
        color: #666;
        line-height: 50px;
        float: left;
        margin-left: 3%;
        text-align: center;
        cursor: pointer;
    }
    .yxfwb-li2 {
        width: 70%;
        height: 25px;
    }
    .yxfwb-lia {
        width: 100%;
        height: auto;
    }
    .yxfwb-lil{
        display: flex;
        position: inherit;
    }
    .yxfwb-lil>div {
        width: 30%;
        height:auto;
        border-bottom: 1px solid #e6e6e6;
        background-color: #F5F5F5;
        border-left: 3px solid #e6e6e6;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 3%;
        padding-bottom: 3%;
        cursor: pointer;
        transition: all .4s;
    }

    .yxfwb-li2{
        display: none;
    }
    .yxfwb-lic{
        width: 100%;
    }
    .yxfwb-lib{
        width: 100%;
    }
    .yxfwb-c{
        position: inherit;
        width: 100%;
        margin-top: 10px;
        height: auto;
        bottom: 0;
        right: 0;
        z-index: 0;

    }




    .mya {
        width: 100%;
    }
    .myaa-a{
        display: none;
    }

    .myaa-ul {
        display: flex;
    }
    .myaa-li{
        font-size: 18px;
        height: 30px;
        width: 100%;
        line-height: 30px;
        text-align: center;
         padding-left: 0;
    }
    .myb-b {
        padding-left: 0;
        padding-right: 0;
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .addak {
        padding: 40px 5%;
    }
    .myb {
        width: 100%;
        margin-left: 0;
    }
    .yhx {
        width: 100%;
        margin-left: 0;
    }
    .yhx-ba-c{
        min-width: 75%;
    }
    .myb-ba-b{
        width: 160px;
    }
    .myb-ba-c {
        min-width: 160px;
    }
    .myb-ba-d {
        min-width: 160px;
    }
    .myb-b-b{
        height: auto;
    }




    .ehxq {
        display: block;
        float: inherit;
        width: 100%;
        height: auto !important;
        min-height: auto !important;
    }
    .ehxq-f {
        position: inherit;
        bottom: 0;
        left: 0;
        margin-top: 20px;
    }
    .ban {
        width: 250px;height: 350px;
        display: block;
        margin: 0 auto;
    }
    .ban2 {
        width: 250px;height: 240px;
    }
    .ban2 ul li {
        width: 250px;padding: 0;height: 240px;
    }
    .ehxq-a {
        font-size: 20px;
    }
    .ehxq-b {
        width: 100%;
        height: auto;
        background: #F5F5F5;
        margin-top: 10px;
        padding: 10px;
    }
    .ehxq-bb{
        float: inherit;
        text-align: left;
        display: flex;
        margin-top: 20px;
    }
    .ehxq-bb-b{
        margin-top: 0;
        margin-left: 20px;
    }
    .num {
        width: 200px;
        height: 50px;
    }
    .num ul li {
        margin-right: 25px;
        width: 50px;
        height: 50px;
        padding-top: 5px;
    }
    .num ul li.on {
        padding-top: 5px;
    }
    .buyak{
        padding: 45px 20px;
    }
    .ehxq-ba{
        width: 100%;
    }
    .ehxq-ba-ab{
        font-size: 20px;
    }
    .prev_btn1 {
        width: 20px;
        text-align: center;
        height: 50px;
        cursor: pointer;
        float: left;
    }
     .prev_btn1 img{
         width: 20px;
         height: 50px;
     }
     .next_btn1{
         width: 20px;
         text-align: center;
         height: 50px;
         cursor: pointer;
         float: right;
     }
    .next_btn1 img{
        width: 20px;
        height: 50px;
    }
    .ehxq-cb{
        display: block;
        width: 100%;
    }















    .header{
        display: none;
    }
    .header-bottom{
        height: .88rem;
    }
    .about-ay{
        display: none;
    }
    .buyxq{
        display: none;
    }
    .buyxoq{
        display: none;
    }


    .pay{
        padding: 0;
        min-height: 400px !important;
    }
    .pay-b{
        height: auto;
    }
    .newsak{
        padding: 20px;
    }
    .newsa-aa, .newsa-ab{
        font-size:16px;
    }
    .newsa-ab{
        margin-left: 0;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
#news_mainx{
		width: 95%
	}
	#about_main{
		width: 100%!important
	}
	#about_main .about{
		margin-top: 1rem!important
	}
	#join_flow{
		width: 100%!important
	}
	#join_main{
		width: 100%!important
	}
	.product{
		width: 100%!important
	}
	#main_product{
		display: none!important
	}
	.main_product1 ul li{
		width: calc(33.3% - 2px)!important
	}
	.honnor{
		width: 100%!important
	}
	.honnor li{
		zoom:0.8
	}

    .headert{
        display: none;
    }
    .banner .swiper-container1 {
        min-height: auto;
    }



    .myord-a{
        display: flex;
    }
    .yhxyu{
        display: none;
    }
    .mba-li{
        display: flex;
    }
    .myaa-ult{
        display: flex;
    }
    .myaa-ult li{
        text-align: center;
        padding: 0;
        font-size: 20px;
        color: #333;
    }
    .ult{
        width: 100%;
    }
    .ult .myaa-a{
        display: none;
    }
    .yhxyua-bb-a{
        width: 160px;
        height: 115px;
    }
    .yhxyua-bb-b{
        width: 58%;
    }
    .yhxyua-bb-bc{
        margin-top: 5px;
    }
    .yhxyua-bd-ba{
        width: 100px;
    }
    .yhxyua-bd-bb{
        width: 100px;
    }





    .pab-b-b{
        padding: 20px 10px;
    }
    .pab-b-bb{
        margin: 0;
    }



    .pay-ab{
        display: block;
    }
    .pay-a{
        display: none;
    }


    .contbk {
        padding: 20px 30px;
    }
    .contb-a{
        width: 100%;
    }
    .contb-b{
        display: block;
        width: 60%;
        margin: 0 auto;
        padding: 0 ;
        border: none;
    }


    .dibu{
        display: none;
    }
    .footer{
        display: none;
    }
    .rt{
        display: none;
    }
    .mian{
        width: 90%;
    }
    .about-bb-a {
        display: none;
    }
    .about-bb-c{
        display: none;
    }
    .about-bca{
        width: 100%;
    }
    .about-bca-c{
        width: 100%;
    }
    .about-bcb{
        width: 100%;
        margin-top: 10px;
    }
    .about-ca-a{
        width: 100%;
    }
    .about-ca-b{
        width: 100%;
        padding-top: 20px;
    }
    .about-cb-b{
        width: 100%;
    }
    .about-ca-a{
        margin-top: 20px;
    }
    .newsa-ba, .newsa-bb {
        flex-wrap: wrap;
    }
    .newsa-ba-a{
        width: 100%;
    }
    .newsa-ba-a:nth-of-type(3){
        display: none;
    }
    .about-a img{
        width: 100%;
    }
    .newsc-b{
        width: 100%;
    }
    .newsc-c{
        width: 100%;
        padding: 0;
    }
    .newsc-ca-b {
        width: 320px;
    }

    .newsd-a {
        width: 100%;
    }
    .newsdk-a {
        width: 100%;
    }
    .newsd-b{
        width: 100%;
    }
    #pagination3{
        right: 0;
    }
    #prev3 {
        left: auto;
        right: 190px;
    }
    #next3 {
        left: 92%;
        right: 0;
    }
    .newsd-c{
        display: none;
    }
    .newsdk {
        padding: 0 30px 30px;
    }

    .prdta-ab-a{
        width: 100%;
    }

    .prdta-ab-a:nth-of-type(3n+2){
        margin-right: auto;
        margin-left: auto;
    }
    .prdta-ab-a:nth-of-type(3n+1){
        margin-right: auto;
    }
    .prdta-ab-a:nth-of-type(3n+3){
        margin-left: auto;
    }
    .prdta-aa{
        width: 80% !important;
    }

    .prdta-ab-ac{
        padding-top: 2.5%;
    }



    .yfzxa-li{
        width: 80%;
    }
    .yfzxa-aa{
        width: 100%;
    }
    .yfzxa-ab{
        width: 100%;
        padding: 30px 0 0;
    }
    .yfzxak{
        height: auto;
    }


    .yfzxa-ba, .yfzxa-bb, .yfzxa-bc {
        font-size: 14px;
        color: #fff;
        height: 80px;
        text-align: center;
        line-height: 80px;
        padding-left: 25%;
    }
    .yfzxb-a{
        bottom: 0;
    }



    .yfzxc-t {
        padding: 70px 30px 0 30px;
        height: auto;
    }
    .yfzxc-t p {
        display: inline-block;
        vertical-align: top;
        font-size: 36px;
        line-height: 50px;
        color: #333;
    }
    .yfzxc-a{
        width: 100%;
        padding-top: 100px;
    }
    .yfzxc-b{
        margin-top: 20px;
        width: 100%;
        padding-left: 30px;
    }


    .yxfwa-aa{
        width: 100%;
    }
    .yxfwa-aa-c {
        width: 100%;
    }
    .yxfwa-ab{
        width: 100%;
        padding-top: 20px;
    }



    .yxfwb-aa, .yxfwb-ab, .yxfwb-ac {
        width: 30%;
        font-size: 18px;
        color: #666;
        line-height: 50px;
        float: left;
        margin-left: 3%;
        text-align: center;
        cursor: pointer;
    }
    .yxfwb-li2 {
        width: 70%;
        height: 25px;
    }
    .yxfwb-lia {
        width: 100%;
        height: 150px;
    }
    .yxfwb-lil{
        display: flex;
    }
    .yxfwb-lil>div {
        width: 40%;
        height:auto;
        border-bottom: 1px solid #e6e6e6;
        background-color: #F5F5F5;
        border-left: 3px solid #e6e6e6;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 3%;
        padding-bottom: 3%;
        cursor: pointer;
        transition: all .4s;
    }
    .yxfwb-li2{
        display: none;
    }


    .mya {
        width: 100%;
    }
    .myaa-a{
        display: none;
    }

    .myaa-ul {
        display: flex;
    }
    .myaa-li{
        font-size: 18px;
    }
    .addak {
        padding: 40px 5%;
    }
    .myb {
        width: 100%;
        margin-left: 0;
    }
    .yhx {
        width: 100%;
        margin-left: 0;
    }
    .myb-ba-c {
        min-width: 240px;
    }
    .myb-ba-d {
        min-width: 220px;
    }


    .ehxq {
        display: block;
        float: inherit;
        width: 100%;
        height: auto !important;
        min-height: auto !important;
    }
    .ehxq-f {
        position: inherit;
        bottom: 0;
        left: 0;
        margin-top: 20px;
    }
    .ban {
        width: 400px;
		height: 540px;
        display: block;
        margin: 0 auto;
    }
    .ban2 {
        width: 400px;height: 390px;
    }
    .ban2 ul li {
        width: 400px;padding: 0;height: 390px;
    }
    .num {
        width: 320px;
    }
    .num ul li {
        margin-right: 20px;
    }
    .buyak{
        padding: 45px 30px;
    }
    .ehxq-ba{
        width: 270px;
    }













    .header{
        display: none;
    }
    .header-bottom{
        height: .88rem;
    }
    .about-ay{
        display: none;
    }
    .buyxq{
        display: none;
    }
    .buyxoq{
        display: none;
    }



    .login {
        position: absolute;
        top: 120px;
    }



    .pay{
        padding: 0;
        min-height: 400px !important;
    }
    .pay-b{
        height: auto;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	#news_mainx{
		width: 95%
	}
	#about_main{
		width: 100%!important
	}
	#join_flow{
		width: 100%!important
	}
	#join_main{
		width: 100%!important
	}
	.product{
		width: 100%!important
	}
	#main_product{
		display: none!important
	}
	.honnor{
		width: 100%!important
	}
	.honnor li{
		zoom:0.8
	}


    .foot-t{
        display: none;
    }
    .foot{
        display: none;
    }





    .banner .swiper-container1 {
        min-height: auto;
    }




    .myord-a{
         display: flex;
     }
    .yhxyu{
        display: none;
    }
    .mba-li{
        display: flex;
    }
    .myaa-ult{
        display: flex;
    }
    .myaa-ult li{
        text-align: center;
        padding: 0;
        font-size: 20px;
        color: #333;
    }
    .ult{
        width: 100%;
    }
    .ult .myaa-a{
        display: none;
    }






    .pab-b-b{
        padding: 20px 10px;
    }
    .pab-b-bb{
        margin: 0;
    }
    .pay-ab{
        display: none;
    }
    .pay-a{
        display: block;
    }



    .contb-b{
        padding-left: 30px;
    }
    .contbk {
        padding: 30px 30px;
    }




    .dibu-bc{
        width: 80%;
    }
    .dibu-bc a{
        line-height: 20px;
    }
    .rt{
        /*display: none;*/
    }
    .header .rt li {
        float: left;
        margin: 0 0 0 15px !important;
        position: relative;
    }
    .mian{
        width: 750px;
    }
    .about-bb-a {
        width: 10%;
    }
    .about-bb-c{
        width: 10%;
    }
    .about-bca{
        width: 100%;
    }
    .about-bca-c{
        width: 100%;
    }
    .about-bcb{
        width: 100%;
        margin-top: 10px;
    }
    .about-ca-a{
        width: 100%;
    }
    .about-ca-b{
        width: 100%;
        padding-top: 20px;
    }
    .about-cb-b{
        width: 100%;
    }
    .about-ca-a{
        margin-top: 20px;
    }
    .newsa-ba-a{
        width: 50%;
    }
    .newsa-ba-a:nth-of-type(3){
        display: none;
    }
    .about-a img{
        /*width: 1920px;*/
		width: 100%
    }
    .newsc-b{
        width: 100%;
    }
    .newsc-c{
        width: 100%;
        padding: 0;
    }
    .newsc-ca-b {
        width: 500px;
    }



    .newsd-a {
        width: 100%;
    }
    .newsdk-a {
        width: 100%;
    }
    .newsd-b{
        width: 100%;
    }
    #pagination3{
        right: 0;
    }
    #prev3 {
        left: 42%;
        right: 0;
    }
    #next3 {
        left: 92%;
        right: 0;
    }
    .newsd-c{
        display: none;
    }
    .newsdk {
        padding: 0 30px 30px;
    }



    .prdta-ab-a{
        width: 49%;
    }

    .prdta-ab-a:nth-of-type(3n+2){
        margin-right: auto;
        margin-left: auto;
    }
    .prdta-ab-a:nth-of-type(3n+1){
        margin-right: auto;
    }
    .prdta-ab-a:nth-of-type(3n+3){
        margin-left: auto;
    }

    .prdta-ab-ac{
        padding-top: 2.5%;
    }

    .yfzxa-li{
        width: 80%;
    }
    .yfzxa-aa{
        width: 100%;
    }
    .yfzxa-ab{
        width: 100%;
        padding: 30px 0 0;
    }
    .yfzxak{
        height: auto;
    }


    .yfzxa-ba, .yfzxa-bb, .yfzxa-bc {
        font-size: 14px;
        color: #fff;
        height: 80px;
        text-align: center;
        line-height: 80px;
        padding-left: 25%;
    }



    .yfzxc-t {
        padding: 70px 30px 0 30px;
        height: auto;
    }
    .yfzxc-t p {
        display: inline-block;
        vertical-align: top;
        font-size: 40px;
        line-height: 50px;
        color: #333;
    }
    .yfzxc-a{
        width: 100%;
        padding-top: 100px;
    }
    .yfzxc-b{
        margin-top: 20px;
        width: 100%;
        padding-left: 30px;
    }


    .yxfwa-aa {
        width: 45%;
    }
    .yxfwa-aa-c {
        width: 95%;
    }
    .yxfwa-ab {
        width: 53%;
        display: inline-block;
        vertical-align: top;
        padding-right: 0;
        margin-top: 25%;
    }



    .yxfwb-aa, .yxfwb-ab, .yxfwb-ac {
        width: 30%;
        font-size: 18px;
        color: #666;
        line-height: 50px;
        float: left;
        margin-left: 3%;
        text-align: center;
        cursor: pointer;
    }
    .yxfwb-li2 {
        width: 70%;
        height: 25px;
    }
    .yxfwb-lia {
        height: 615px;
    }


    .addak {
        padding: 40px 5%;
    }
    .myb {
        width: 400px;
        margin-left: 10px;
    }
    .yhx {
        width: 400px;
        margin-left: 10px;
    }
    .myb-ba-c {
        min-width: 240px;
    }
    .myb-ba-d {
        min-width: 220px;
    }





    .ehxq {
        display: block;
        float: inherit;
        width: 100%;
        height: auto !important;
        min-height: auto !important;
    }
    .ehxq-f {
        position: inherit;
        bottom: 0;
        left: 0;
        margin-top: 20px;
    }
    .ban {
        width: 500px;
		height: 635px;
        margin-left: 50px;
    }
    .ban2 {
        width: 500px;
		height: 485px;
    }
    .ban2 ul li {
        width: 500px;height: 485px;padding: 0;
    }
    .num {
        width: 420px;
    }
    .num ul li {
        margin-right: 20px;
    }
    .buyak{
        padding: 45px 60px;
    }


    /*.header{*/
        /*display: none;*/
    /*}*/
    /*.header-bottom{*/
        /*display: none;*/
    /*}*/
    /*.about-a{*/
        /*display: none;*/
    /*}*/
    /*.buyxq{*/
        /*display: none;*/
    /*}*/
    .buyxqk{
        padding: 45px 30px;
    }
    .take-ali{
        margin-right: 0;
        margin-top: 20px;
    }

    .take-aul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .take-b-g{
        width: 100%;
        padding-left: 0;
    }
    .take-b-e{
        height: auto;
    }
    .take-b-g{
        float: inherit;
    }
    .takee{
        float: inherit;
        margin-top: 20px;
    }


    .head{
        display: none;
    }
    .byxq{
        display: none;
    }
    .take-b{
        display: none;
    }
    .take-d{
        display: none;
    }
    .take-e{
        display: block;
    }
    .take-fk{
        display: block;
    }


    .a-logo-t{
        display: none;
    }



    .pay{
        padding: 0;
        min-height: 400px !important;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	#news_mainx{
		width: 95%
	}
	#about_main{
		width: 100%!important
	}
	.product{
		width: 100%!important
	}
	
	#main_product{
		display: none!important
	}

	
    .foot-t{
        display: none;
    }
    .foot{
        display: none;
    }



    .myord-a{
        display: flex;
    }
    .yhxyu{
        width: 100%;
    }
    .mba-li{
        display: flex;
    }
    .myaa-ult{
        display: flex;
    }
    .myaa-ult li{
        text-align: center;
        padding: 0;
        font-size: 20px;
        color: #333;
    }
    .ult{
        width: 100%;
    }
    .ult .myaa-a{
        display: none;
    }
    .yhxyua{
        display: none;
    }





    .pay-ab{
        display: none;
    }
    .pay-a{
        display: block;
    }



    .take-fk{
        display: none;
    }
    .take-e{
        display: none;
    }
    .byxq{
        display: none;
    }
    .dibu-bc{
        width: 80%;
    }
    .dibu-bc a{
        line-height: 20px;
    }
    .mian{
        width: 990px;
    }
    .header .rt li {
        margin: 0 0 0 20px !important;
    }
    .swiper2{
        padding: 0 5px;
    }
    .about-db{
        width: 80%;
    }
    .about-a img{
        width: 100%;
    }
    .newsc-ca-b {
        width: 270px;
    }
    .newsc-b {
        width: 50%;
    }
    .newsc-c {
        width: 49%;
    }

    .newsd-a {
        width: 100%;
    }
    .newsdk-a {
        width: 100%;
    }
    .newsd-b{
        width: 100%;
    }
    #pagination3{
        right: 0;
    }
    #prev3 {
        left: 60%;
        right: 0;
    }
    #next3 {
        left: 92%;
        right: 0;
    }
	
.ban {
    width: 640px;
    height: 777px;
    position: relative;
    overflow: hidden;
    display: inline-block
}

.ban2 {
    width: 640px;
    height: 620px;
    position: relative;
    overflow: hidden;
}

.ban2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.ban2 ul li {
    width: 640px;
    height: 620px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
/*
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 20px;
*/
}
.ban2 ul li img{
    display: block;
    width: 100%;

}
    .newsd-c{
        display: none;
    }
    .newsdk {
        padding: 0 30px 30px;
    }

    .prdta-ab-a{
        width: 49.5%;
    }

    .prdta-ab-a:nth-of-type(3n+2){
        margin-right: auto;
        margin-left: auto;
    }
    .prdta-ab-a:nth-of-type(3n+1){
        margin-right: auto;
    }
    .prdta-ab-a:nth-of-type(3n+3){
        margin-left: auto;
    }


    .prdta-ab-ac{
        padding-top: 2.5%;
    }

    .yfzxc-b {
        width: 61.5%;
        padding-top: 210px;
    }


    .yxfwa-aa-c {
        width: 90%;
    }


    .addak {
        padding: 40px 5%;
    }
    .myb {
        width: 650px;
    }
    .yhx {
        width: 650px;
    }
    .myb-ba-c {
        min-width: 360px;
    }


    .ehxq {
        display: block;
        float: inherit;
        width: 100%;
        height: auto !important;
        min-height: auto !important;
    }
    .ehxq-f {
         position: inherit;
         bottom: 0;
         left: 0;
        margin-top: 20px;
    }
    .ban {

        margin-left: 50px;
    }


    .buyxqk{
        padding: 45px 30px;
    }
    .take-ali{
        margin-right: 55px;
    }
    .take-ali:nth-of-type(3){
        margin-right: 0;
    }
    .take-ali:nth-of-type(4){
        display: none;
    }
    .take-b-b{
        display: flex;
        text-align: center;
    }
    .take-b-c{
        display: flex;

    }
    .take-b-ba{
        padding-left: 0;
        width: 300px;
    }
    .take-b-bb{
        width: 130px;
    }
    .take-b-bc{
        width: 150px;
    }
    .take-b-cc{
        width: 150px;
    }
    .take-b-bd{
        width: 150px;
        padding-left: 0;
    }
    .take-b-cd{
        width: 150px;
        padding-left: 20px;
    }
    .take-b-be{
        width: 150px;

    }
    .take-b-ce{
        width: 150px;
    }

    .take-b-csp{
        width: 150px;
    }
    .take-b-g{
        float: inherit;
        width: 100%;
    }
    .take-bg-b {
        float: right;
        width: 150px;
    }
    .take-d {
        padding-top: 20px;
        padding-left: 470px;
    }



    .head{
        display: none;
    }

    .a-logo-b{
        display: none;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1440.98px) {
	.main_product1{
		display: none!important
	}
	.inscription-swiper{
		width: 1200px!important
	}
    .foot-t{
        display: none;
    }
    .foot{
        display: none;
    }


    .myord-a{
        display: flex;
    }
    .yhxyu{
        width: 895px;
    }
    .mba-li{
        display: flex;
    }
    .yhxyua{
        display: none;
    }



    .pay-ab{
        display: none;
    }
    .pay-a{
        display: block;
    }



    .take-fk{
        display: none;
    }
    .take-e{
        display: none;
    }
    .byxq{
        display: none;
    }
    .dibu-bc{
        width: 1200px;
    }
    .mian{
        width: 1200px;
    }
    .swiper2{
        padding: 0 5px;
    }
    .about-a img{
        width: 100%;
    }
    .newsc-ca-b {
        width: 300px;
    }
    .newsd-b {
        width: 49.8%;

    }
    #prev3 {
        right: 35%;
    }
	
.ban {
    width: 640px;
    height: 640px;
    position: relative;
    overflow: hidden;
    display: inline-block
}

.ban2 {
    width: 640px;
    height: 485px;
    position: relative;
    overflow: hidden;
}

.ban2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.ban2 ul li {
    width: 640px;
    height: 485px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
/*
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 20px;
*/
}
.ban2 ul li img{
    display: block;
    width: 100%;

}


    .prdta-ab-a:nth-of-type(3n+2){
        margin-right: 2.1%;
        margin-left: 2.1%;
    }

    .prdta-ab-a:nth-of-type(3n+1){
        margin-right: 2.1%;
    }
    .prdta-ab-a:nth-of-type(3n+3){
        margin-left: 2.1%;
    }

    .yfzxc-b {
        width: 61.5%;
        padding-top: 100px;
    }


    .yxfwa-aa-c {
        width: 85%;
    }


    .addak {
        padding: 40px 5%;
    }
    .myb {
        width: 800px;
    }
    .yhx{
        width: 800px;
    }

    .ban {
        width: 500px;
    }
    .ban2 {
        width: 500px;
    }
    .ban2 ul li {
        width: 500px;
    }
    .num {
        width: 420px;
    }
    .num ul li {
        margin-right: 20px;
    }
    .buyak{
        padding: 45px 60px;
    }
    .buyxqk{
        padding: 45px 20px;
    }
    .take-b-bd {
        width: 185px;
    }
    .take-b-ce {
        width: 215px;
    }
    .take-ali{
        margin-right: 25px;
    }
    .take-d{
        padding-left: 700px;

    }
    .take-b-g {
        width: 580px;
    }
    .take-bg-b {
        float: right;
        width: 220px;
    }


    .head{
        display: none;
    }


    .a-logo-b{
        display: none;
    }

}

@media (min-width: 1441px){
	.main_product1{
		display: none!important
	}
	.inscription-swiper{
		width: 1200px!important
	}
    .foot-t{
        display: none;
    }
    .foot{
        display: none;
    }


    .yhxyua{
        display: none;
    }



    .pay-ab{
        display: none;
    }
    .pay-a{
        display: block;
    }



    .take-fk{
        display: none;
    }
    .take-e{
        display: none;
    }
    .dibu-bc{
        width: 1200px;
    }

    .prdta-ab-ac{
        padding-top: 3%;
    }
    .byxq{
        display: none;
    }


    .head{
        display: none;
    }
    .a-logo-b{
        display: none;
    }
}