@charset "utf-8";

.main{
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.flex-third{
    display: flex;
    align-items: start;
    align-content: space-around;
}

.main .category{
    width: 198px;
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(50, 50, 50, .03);
    height: 490px;
    padding-top: 10px;
}
.category .cate-item {
    height: 34px;
    width: 100%;
}
.category .cate-con {
    position: relative;
    padding: 5px 0 5px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.category .cate-con .icon{
    margin-right:10px;
    margin-top:3px;
}
.category .cate-con a{
    font-size: 16px;
}
.cate-item:hover .cate-con{background: #f5f5f5;}
.cate-item:hover .cate-con a{color:#F60}
.cate-item:hover .icon{-webkit-transition: all .3s ease; transition: all .3s ease;}
.icon-1{background-position:0 0px}
.cate-item:hover .icon-1{background-position:0px -28px}
.icon-2{background-position:0 -52px}
.cate-item:hover .icon-2{background-position:0px -80px}
.icon-3{background-position:0 -104px}
.cate-item:hover .icon-3{background-position:0px -132px}
.icon-4{background-position:0 -158px}
.cate-item:hover .icon-4{background-position:0px -186px}
.icon-5{background-position:0 -212px}
.cate-item:hover .icon-5{background-position:0px -240px}
.icon-6{background-position:0 -265px}
.cate-item:hover .icon-6{background-position:0px -293px}
.icon-7{background-position:0 -319px}
.cate-item:hover .icon-7{background-position:0px -347px}
.icon-8{background-position:0 -376px}
.cate-item:hover .icon-8{background-position:0px -404px}
.icon-9{background-position:0 -431px}
.cate-item:hover .icon-9{background-position:0px -459px}
.icon-10{background-position:0 -488px}
.cate-item:hover .icon-10{background-position:0px -516px}
.icon-11{background-position:0 -544px}
.cate-item:hover .icon-11{background-position:0px -572px}
.icon-12{background-position:0 -600px}
.cate-item:hover .icon-12{background-position:0px -628px}
.icon-13{background-position:0 -655px}
.cate-item:hover .icon-13{background-position:0px -683px}
.icon-14{background-position:0 -710px}
.cate-item:hover .icon-14{background-position:0px -738px}
.cm-head .icon{margin-top:12px; width:18px; height:18px}
.cate-item:hover .cm-head .icon{-webkit-transform:rotate(0deg); transform:rotate(0deg)}
.icon-v1{background-position:right -28px}
.icon-v2{background-position:right -80px}
.icon-v3{background-position:right -132px}
.icon-v4{background-position:right -186px}
.icon-v5{background-position:right -240px}
.icon-v6{background-position:right -293px}
.icon-v7{background-position:right -347px}
.icon-v8{background-position:right -404px}
.icon-v9{background-position:right -459px}
.icon-v10{background-position:right -516px}
.icon-v11{background-position:right -572px}
.icon-v12{background-position:right -628px}
.icon-v13{background-position:right -683px}
.icon-v14{background-position:right -738px}
.category .icon_s{display:block; margin-left:60px; width:18px; height:18px; background:url(../images/index-icon.png) no-repeat; -webkit-transform:rotate(0deg); transform:rotate(0deg); -webkit-transition:-webkit-transform .9s; transition:-webkit-transform .9s; transition:transform .9s; transition:transform .9s,-webkit-transform .9s}
.category .arrow{background-position:left -18px;display:none;}
.category .cate-item:hover .cate-con .arrow{display:block;}

.banner {
    width: 735px;
    margin: 0px 10px 0;
    height: 491px;
    overflow: hidden;
    background: #fff;
}

#slide-banner-box {
    width: 735px;
    height: 308px;
    overflow: hidden;
    position: relative;
}
#slide-banner-box .li {
    width: 735px;
    height: 308px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.focus-img-con ul {
    position: absolute;
    top: 0;
}
.bn-img{width:735px; height:182px; border:1px solid #e5e5e5; border-top:none; position:relative}
.bn-img li{float:left;margin-left:-1px;border-left:1px solid #e5e5e5;width:185px;height: 182px;padding:0 2px;overflow:hidden;text-align:center;padding:8px 2px 0 2px;}
.bn-img a{display:block; webkit-transition:all ease .5s; -moz-transition:all ease .5s; -ms-transition:all ease .5s; transition:all ease .5s}
.bn-img a:hover{-webkit-transform:translateY(-8px); -moz-transform:translateY(-8px); -ms-transform:translateY(-8px); transform:translateY(-8px); webkit-transition:all ease .5s; -moz-transition:all ease .5s; -ms-transition:all ease .5s; transition:all ease .5s}
.bn-img a img{width:130px; height:130px;text-align:center;}
.bn-img li p{text-align:center;height:30px;line-height:30px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width:140px;margin:0 auto;}
.bni-list{position:relative; z-index:2;}
.prev2,.next2{position:absolute;cursor:pointer;width:25px;height:50px;top:65px;z-index:10;background:rgba(0,0,0,0.5);display: none;}
.bni-list:hover .prev2,.bni-list:hover .next2{display:block}
.prev2 i,.next2 i{background:url(../images/index-icon.png) no-repeat; width:32px; height:32px; display:block; overflow:hidden; margin:10px 0 0 5px;}
.bni-list .prev2{left:0;}
.bni-list .prev2 i{background-position:0 -145px;}
.bni-list .next2 i{background-position:0 -178px;}
.bni-list .next2{right:0}
.bni-list ul{width:9999px}

.r-note{
    width: 243px;
    float: right;
    margin-top: 0;
    height: 489px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
}
.r-note .top-note{
    height: 218px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #FD8427;
    color: #fff;
}
.r-note .top-note .li{
    width: 50%;
    text-align: center;
    margin-top: 10px;
}
.top-note .li .t{
    font-size: 12px;
}
.top-note .li .n{
    font-weight: bold;
    font-size: 16px;
    margin-top:4px;
}
.li .n .no{
    font-size:12px;font-weight: normal;
}
.r-note .top-note .tips{
    height: 30px;
    width: 100%;
    font-size: 0.7rem;
    padding:2px 5px;
}
.r-note .line-note-title{
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fafafa;
    font-size: 14px;
}
.line-note-title .xubs-tits{
    width: 66px;
    font-weight: 700;
    float:left;
}
.line-note-title .icon-redbar {
    display: block;
    float: left;
    margin: 10px 5px 0 0;
    width: 3px;
    height: 16px;
    background: #F60;
}
.line-note-title .xubs-tite {
    float: right;
    height: 34px;
    overflow: hidden;
    width: 165px;
    font-size: 12px;
}
.line-note-title .xubs-tite li {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-align: right;
    color: #666666;
    background: url(../images/ico_arrow_up.gif) no-repeat right 12px;
    padding-right: 12px;
}
.xubt-list {
    padding: 6px 0;
}
.xubt-list li {
    line-height: 27px;
    height: 27px;
    font-size: 14px;
}
.xubt-list li a {
    display: block;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* index form */
.form-box{
    overflow: hidden;
    height: auto;
    background-color: #f5f5f5;
    padding: 40px 0;
}
.form-box .index_form_left{
    width: 720px;
    height: 345px;
    float: left;
}
.index_form_left dt {
    width: 100%;
    height: 50px;
}
.index_form_left dt span {
    width: 200px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    display: block;
    float: left;
    background-color: #fff;
}
.form-box .index_form_right{
    width: 400px;
    height: 345px;
    float: right;
}
.index_form_right dt {
    font-size: 40px;
    color: #116CB0;
    margin-bottom: 20px;
}
.index_form_right dd {
    width: 100%;
    height: 40px;
    margin-top: 15px;
}
.index_form_right .dd1 {
    background: url(../images/images.png) no-repeat 0 0;
}
.index_form_right dd b, .index_form_right dd samp {
    display: block;
    line-height: 20px;
    text-indent: 20px;
    margin-left: 40px;
    background-color: #f5f5f5;
}
.index_form_right .dd2 {
    background: url(../images/images.png) no-repeat -40px 0;
}
.index_form_right .dd3 {
    background: url(../images/images.png) no-repeat -80px 0;
}
.index_form_right .dd4 {
    background: url(../images/images.png) no-repeat -120px 0;
}
.index_form_right .dd5 {
    background: url(../images/images.png) no-repeat -160px 0;
}


/* box */
.block-menu ul {
    width: 100%;
    border-top: 2px solid #e22222;
    float: left;
}
.block-menu ul li, .block-menu ul a{
    height: 60px;
    width: 200px;
    border-bottom: 1px solid #ddd;
    float: left;
    border-left: 1px solid #ddd;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    color: #333;
}
.block-menu ul li.on {
    height: 70px;
    background: url(../images/storebg.png) no-repeat;
    color: #fff;
    border: none;
}
.block-menu ul a {
    border-right: 1px solid #ddd;
}

.flex-li-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:20px;
}
.flex-li-block .item{
    width: 272px;
    height: 340px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    cursor: pointer;
}
.flex-li-block .item:hover{
    border: 1px solid #FF5656;
}
.flex-li-block .item .img-box{
    width: 100%;
    height: 204px;
    position: relative;
    overflow: hidden;
}
.flex-li-block .item .img-box .img{
    width: 100%;
    height: 100%;
}
.flex-li-block .item .img-box .fixed-div{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.flex-li-block .item .mask_player{
    position: absolute;
    top:50%;
    left:50%;
    right:0;
    bottom:0;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
}
.flex-li-block .item h3 {
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
    line-height: 24px;
    height: 48px;
    position: relative;
    margin-top: 5px;
    color: #333;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.flex-li-block .item .notice{
    width: 100%;
    height: 78px;
    padding: 12px 10px 0 10px;
    font-size: 14px;
    color: #999;
    position: relative;
}
.flex-li-block .item .notice b {
    letter-spacing: 14px;
}
.flex-li-block .item .notice em {
    font-size: 16px;
    color: #e22222;
    font-style: normal;
}
.flex-li-block .item .new_flag{
    position: absolute;
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #de4b4f;
}
.flex-li-block .item .trande-price{
    width: 189px;
    height: 22px;
    background: url(../images/icon_bk.png) no-repeat;
    background-size: 400px 400px;
    background-position: -11px -116px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 22px;
}
.flex-li-block .item .trande-price p {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.flex-li-block .item .notice_jj {
    position: absolute;
    right: 10px;
    bottom: 4px;
    width: 80px;
    height: 26px;
    border: 1px solid #ff5656;
    color: #ff5656;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
}
.notice_jj span {
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    margin-left:10px;
}
.flex-li-block .item .notice_jj:hover{
    color: #fff;
    background-color: #ff5656;
}

/* 1F */
.m-head{
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border-bottom: 3px solid #116CB0;
}
.m-txt .scroll_f {
    color:#116CB0;
    font-weight: bold;
    font-size: 22px;
    padding-right: 8px;
    float:left;
}
.m-txt h2 {
    font-size: 18px;
    font-weight: bold;
    float:left;
}
.m-txt h2 a {
    color: #116CB0;
}
.m-txt h2 a:hover{color:#F60}
.txt-hot {
    margin-top: 18px;
    font-size: 14px;
    color: #666;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float:right;
}
.txt-hot a {
    padding-right: 12px;
    color: #666;
}
.txt-hot a:nth-last-child(1){padding-right:0}
.xub-tab li.hover,.xubt-list li a:hover,.txt-scroll a:hover,.txt-hot a:hover,.mrt-key li a:hover,.mrtb-a a:hover,.mrb-tit a:hover{color:#F60}
.main-bod .uo {
    border-bottom: 1px solid #e5e5e5;
    height: 41px;
    overflow: hidden;
    background: #fafafa;
    line-height: 41px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zi a {
    font-size: 16px;
    color: #404040;
    padding: 2px 10px;
    font-weight: 900;
}
.zi a.hover {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    color: #FFFFFF;
    background-color: #FF7950;
    border-radius: 50px;
    border-bottom: 2px solid #FF7950;
    font-weight: 900;
}
.zii a{
    font-size: 12px;
    color: #4C91C4;
}
.zii a:hover{
    color: #FF7950;
}
.zii a:last-child{
    margin-left: 20px;
}
.main-bod .item-box{
    overflow: hidden;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.main-bod .item-box .item{
    position: relative;
    width: 228px;
    height: 224px;
}
.main-bod .item-box .item .cover{
    width: 228px;
    height: 161px;
}
.main-bod .item-box .item:hover .cover{isplay:block; transform: scale(1.1);transition: all 1s ease 0s;-webkit-transform: scale(1.1);-webkit-transform: all 1s ease 0s;}
.main-bod .item-box .item .p1{
    line-height: 18px;
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-bod .item-box .item .p1 a{
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}
.main-bod .item-box .item .p2{
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #888888;
}
.main-bod .item-box .item .p3{
    float: right;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #FF7950;
    font-weight: 700;
}
.main-bod .item-box .item .p3 span{
    float: right;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #FF7950;
    font-weight: 700;
}
.item-box .item:hover .p3 span{
    background: #FF7950;
    padding: 0 5px;
    color: #ffffff;
}
.main-bod .bottom-flex-box{
    margin-top:20px;
    display: flex;
    justify-content: space-between;
}
.bottom-flex-box .up-slide{
    width: 300px;
}
.maquee{
    width: 100%;
    height: 225px;
    overflow: hidden;
    background: #fff;
    margin-top:-5px;
}
.maquee ul{ width:100%; height:230px;color: #666;}
.maquee li{ width:100%; height:45px; background: #fff; line-height:45px; font-size:14px; border-bottom: 1px dashed #aaa;}
.maquee li .t{float:right;color:#FF7950;}
.maquee li a{ display: inline-block; width: 240px; overflow: hidden; white-space: nowrap; word-wrap: normal; text-overflow: ellipsis; font-weight:700; color:#FF0000}
.bottom-flex-box .right-list{
    width: 630px;
    height: 220px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.bottom-flex-box .right-list .li{
    width: 300px;
    font-size: 16px;
    /*line-height: 28px;*/
}
.bottom-flex-box .right-list .li a {
    display: inline-block;
    width: 214px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    font-size: 16px;
}
.bottom-flex-box .right-list .li .t{
    float:right;
    color:#FF7950;
}
.bottom-flex-box .right-list .li em {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #999;
    margin-right: 2px;
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #ff7730;
    margin-bottom: 8px;
}

.main-flex-bod{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-flex-bod .left-slide{
    width: 240px;
    height: 456px;
    overflow: hidden;
}
.main-flex-bod .right-cut-box{
    width: 940px;
    position: relative;
}
.right-cut-box .right-cut-head{
    position: relative;
}
.right-cut-head ul{
    overflow: hidden;
    height: 45px;
}
.right-cut-head ul li {
    position: relative;
    float: left;
    height: 30px;
    margin-right: 10px;
    padding: 0 10px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    cursor: pointer;
}
.right-cut-head ul .on {
    border-bottom-color: #FF7950;
    color: #FF7950;
    font-weight: 700;
}

.right-cut-head ul li:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    content: '';
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
}
.right-cut-head ul .on:after {
    border-bottom-color: #FF7950;
}
.right-cut-body{
    /*height: 456px;*/
}
.right-cut-body .flex-box{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.right-cut-body  .flex-box .li{
    position: relative;
    width: 220px;
    height: 195px;
    border: 1px solid #e1e1e1;
    padding: 8px;
}
.right-cut-body  .flex-box .li:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);transform:translateY(-6px);-webkit-box-shadow:0 26px 40px -24px rgba(0,36,100,.3);-moz-box-shadow:0 26px 40px -24px rgba(0,36,100,.3);box-shadow:0 26px 40px -24px rgba(0,36,100,.3);}
.right-cut-body  .flex-box .li .image{
    position: relative;
    display: block;
    width: 200px;
    height: 113px;
    background-color: #e1f3ec;
}
.right-cut-body  .flex-box .li .image img{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.right-cut-body  .flex-box .li .title{
    line-height: 20px;
    overflow: hidden;
    height: 20px;
    margin: 5px 0;
    text-overflow: ellipsis;
    word-break: break-all;
    color: #333;
    font-size: 14px;
}
.right-cut-body  .flex-box .li .sub-box{
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.right-cut-body  .flex-box .li .sub-box .l{
    color: #999;
    font-size: 13px;
}
.right-cut-body  .flex-box .li .sub-box .r{
    height: 20px;
    vertical-align: top;
    color: #ef7165;
}


/* flex note */
.flex-note-box{
    display: flex;
    justify-content: space-between;
}
.flex-note-box .story-box{
    width: 750px;
}
.story-box .head, .right-note-box .head{
    height: 30px;
    margin-bottom: 20px;
}
.story-box .head h4, .right-note-box .head h4{
    float: left;
    height: 24px;
    margin-right: 15px;
    line-height: 24px;
    font-size: 18px;
}
.story-box .head h4 em, .right-note-box .head h4 em {
    color: #e22222;
    font-size: 22px;
    margin-right: 3px;
    font-style: normal;
    font-weight: normal;
}
.story-box .head .more, .right-note-box .head .more{
    font-size: 14px;
    margin-left: 20px;
    line-height: 27px;
    color: #585858;
    cursor: pointer;
    float: right;
}
.story-box .case-box{
    height: 120px;
    overflow: hidden;
}
.story-box .case-box ul li {
    width: 387px;
    height: 120px;
    float: left;
}
.story-box .case-box .case_img {
    width: 160px;
    height: 120px;
    margin-right: 20px;
    float: left;
    position: relative;
}
.story-box .case-box .case_img img{
    width: 100%;
    height: 100%;
}
.story-box .case-box .case_text {
    width: 175px;
    height: 100%;
    float: left;
    position: relative;
}
.story-box .case-box .case_text h6 {
    height: 48px;
}
.story-box .case-box .case_text p {
    font-size: 14px;
    color: #999;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 60px;
    line-height: 21px;
    vertical-align: text-bottom;
    overflow: hidden;
    text-overflow: ellipsis;
}
.flex-note-box .right-note-box{
    width: 420px;
}
.right-note-box .note-list {
    margin-top: -10px;
}
.right-note-box .note-list a{
    height: 27px;
    line-height: 27px;
    float: left;
    width: 285px;
    overflow: hidden;
}
.right-note-box .note-list b {
    font-size: 20px;
    float: left;
    font-weight: normal;
}
.right-note-box .note-list span {
    float: right;
    line-height: 27px;
    color: #7e7e7e;
}

/* step */
.scroll-step{
    height: 150px;
    overflow: hidden;
}
.scroll-step .hd h5{
    margin-bottom: 30px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
}
.scroll-step .hd h5 em {
    color: #e22222;
    font-size: 22px;
    margin-right: 3px;
    font-style: normal;
    font-weight: normal;
}
.scroll-step ul li{
    width: 126px;
    height: 58px;
    margin-right: 10px;
    float:left;
}
.scroll-step ul li img{
    width: 100%;
    height: 100%;
}
.scroll-step .scroll-box{
    width: 100%;
    overflow: hidden;
}

/* friend-box */
.friend-box{
    background: #fff;
}
.friend-box h5{
    margin-bottom: 30px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
}
.friend-box h5 em {
    color: #e22222;
    font-size: 22px;
    margin-right: 3px;
    font-style: normal;
    font-weight: normal;
}
.friend-box .flex-box{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.friend-box .flex-box .li{
    width: 258px;
    height: 78px;
}


/* overview */
.layui-input:focus{
    border-color: #116CB0 !important;
}
.layui-form-select dl dd.layui-this{
    color: #116CB0 !important;
}