@charset "utf-8";
html,body{padding:0;line-height:1.8; text-decoration:none;margin:0 auto;/*max-width:1440px;*/min-width:750px;font-size:0.14rem;}
div,h1,h2,h3,h4,p,ul,ol,dl,dt,dd,input,button,textarea,form,ul,li,img{margin:0; padding:0; border:0; font-weight:normal; text-decoration:none}
input,textarea,select{color:#333;outline:none ;font-size:0.14rem;}
a{text-decoration:none; color:#444;}
li{list-style:none;}
img{border:0;}

*{font-family:-apple-system,BlinkMacSystemFont,SF UI Text,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Arial,sans-serif !important;}

.w1440{width:14.4rem;margin:0 auto;}
.w1200{width:12rem;margin:0 auto;}
.w1160{width:11.6rem;margin:0 auto;}
.w1100{width:11rem;margin:0 auto;}
.w1000{width:10rem;margin:0 auto;}
.w925{width:9.25rem;}
.cle{ clear:both; }
.fl{ float:left !important; }
.fr{ float:right !important; }
.fs36{font-size:0.36rem !important;}
.pd1{padding:0.1rem;}
.mgrb{margin:0 0.2rem 0.15rem 0;}
.bd0{border:0 !important;}
.bgfff{background-color:#fff !important;}
.bg888{background-color:#888 !important;}
.bgfen{background-color:#fbf5f5 !important;}
.bgeee{background-color:#eee !important;}
.bgblue{background-color:#00b7ee !important;}
.bgred{background-color:#eb6877 !important;}
.bggreen{background-color:#80c269 !important;}
.max-img img {max-width:100% !important;height: auto;}
.img100{width:100%;display:block;}
.no-data{text-align:center;font-size:0.18rem;line-height:3;color:#777;margin-bottom:0.33rem;}
.fix{*zoom:1;}/*兼容ie6*/
.fix:after,.fix:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}/*清除浮动*/
.gotop{position:fixed;bottom:1.2rem;right:0.3rem;z-index:9999;display:none;}
.disno{display:none;}
.c333{color:#333 !important;}
.c888{color:#888 !important;}
.blue{color:#068df9 !important;}
.green{color:#1fab4a !important;}
.red{color:#fe0000 !important;}
.orange{color:#ff8100 !important;}
.c-p{cursor:pointer;}

.text-hover:hover{
	text-shadow: 0.02rem 0.02rem 0.02rem #ccc;
}
.box-hover:hover{
	box-shadow:0.06rem 0.06rem 0.06rem rgba(0,0,0,0.2);
	-moz-box-shadow: 0.06rem 0.06rem 0.06rem rgba(0,0,0,0.2);
}
.big-hover:hover{
	transform: scale(1.1);
	z-index:99;
}
.text-hover,.box-hover,.big-hover{
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
 
.big-title{padding:0.45rem 0 0.35rem;text-align:center;}
.big-title div{font-size:0.36rem;line-height:0.45rem;color:#000;font-weight:900;letter-spacing:0.02rem;}
.big-title p{font-size:0.15rem;line-height:0.25rem;color:#8c8c8c;}

.web-body{width:13rem;margin:0.5rem auto 0.7rem 1.2rem;}

.web-left{float:left;width:1.65rem;border-bottom:0.12rem solid #1f2869;}
.web-left-tit{font-size:0.16rem;text-align:center;line-height: 0.52rem;color:#fff;font-weight:600;background:#1f2869;}
.web-left-item1{font-size:0.14rem;font-weight:600;text-align:center;line-height: 0.28rem;padding:0.12rem 0.1rem;color:#000;background:#c9c9c9;border-bottom:0.01rem solid #eee;}
.web-left-item1:hover,.web-left .in1{background-color:#c0ad62; color:#fff;}

.web-left-item2{font-size:0.14rem;font-weight:600;text-align:center;line-height: 0.28rem;padding:0.12rem 0.2rem;color:#000;background-color:#c9c9c9;border-bottom:0.01rem solid #eee;background-image:url(/file/images/l1.png);background-repeat:no-repeat;background-size:0.18rem 0.18rem;background-position:right 0.05rem center;cursor:pointer;}
.web-left-item2:hover,.web-left .in2{background-color:#c0ad62; color:#fff;}


.web-left-item3{border-top:0.01rem solid #dcdcdc;background:#eee;line-height:0.4rem;text-align:center;}
.web-left-item3:hover,.web-left .in3{background-color:#fffbec;}

.web-right{width:calc(100% - 2.8rem);margin-left:0.15rem;float:left;}
.web-right-top{background-color:#f1f1f1;padding-left:0.12rem;border-left:0.08rem solid #db261d;height:0.38rem;line-height:0.38rem;font-size:0.16rem;font-weight:600;}
.web-right-top span{float:right;color:#686868;font-size:0.13rem;font-weight:400;padding:0 0.1rem 0 0.2rem;background:url(/file/images/weizhi.png) no-repeat left 0.03rem center / 0.14rem 0.14rem;}

.form-toggle-top{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9991;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: none;
}
.form-toggle-body{
    position: fixed;
	width:88%;
	max-width:8.3rem;
	padding:0.25rem 2% 0.15rem;
	border-radius:0.08rem;
	max-height: calc(94% - 0.4rem);
    overflow: auto;
	text-align: left;
    left: 50%;
    top: 50%;
    z-index: 9992;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: none;
}
.form-toggle-btn{height:0.6rem;line-height:0.6rem;border-top:0.01rem solid #ddd;font-size:0.16rem;text-align:center;color:#fc9b03;cursor:pointer}

/*分页*/


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }

/*****分页*****/
.fenye{ text-align:center;padding:0.2rem 0.05rem; }
.fenyelist{ display:inline-block; font-size:0.14rem; height:0.28rem;line-height:0.28rem;min-width:0.2rem;padding:0 0.03rem;text-align:center; margin:0.08rem;border: 0.01rem solid #ddd;}
.fenye a .fenyelist:hover{ background:#1f2869;color:#fff; cursor:pointer; }
.yes{background:#1f2869;color:#fff; }
.no{color:#aaa;}

/*****头部*****/
.head-top{background-color:#027bdb;color:#fff;line-height:0.62rem;}
.head-top-d{width:12rem;margin:0 auto;}
.head-top-l{display:inline-block;}
.head-top-r{float:right;}
.head-top-r .d{cursor:pointer;float: left;line-height:0.42rem;height:0.42rem;padding:0.1rem 0.1rem 0.1rem 0.42rem;margin-left:0.15rem;background-repeat:no-repeat;background-size:0.22rem 0.22rem;background-position:left 0.1rem center;color:#fff;}
.head-top-r .inp{width:1.5rem;padding:0.05rem;line-height:0.2rem;margin:0.06rem 0.1rem 0 0;background-color:#fff;border-radius: 0.03rem;}
.head-body{width: 100%;min-width: 750px;height: 1.1rem;padding:0;position: absolute;top: 0.6rem;z-index: 999;-webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.3);box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.3);}
.head-nav{z-index: 999;height:1.1rem;background-color: rgba(0, 0, 0, 0.3);position: relative;}
.head-nav-l{float:left;max-width:30%;height:0.8rem;padding:0.15rem 0; object-fit:contain;}
.head-nav-r{float:right;width:69%;line-height:1.1rem;text-align:center;transition: 0.5s;z-index:999;}
.head-nav .head-item{float:left;font-size:0.16rem;color:#fff; }
.head-nav .head-item p{color:#fff;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;}
.head-nav .head-item:hover .big-hover,.head-nav .head-item-in{color: #b9a75e;}

.head-nav .head-item-li{padding: 0.1rem 0 0.2rem; background-color: rgba(255, 255, 255, 0.95);z-index: 999;display:none;}
.head-nav .head-item-li p{line-height:1.6;padding:0.1rem 0.05rem;font-size:0.14rem;color: #444; text-align: }
.head-nav .head-item-list{width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;display:none;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;position: absolute;top: 100%;left: 0;background-color: rgba(255, 255, 255, 0.95);}
.head-nav .head-item-list .head-item-li{display:inline-block;margin:0 0.1rem;}
.head-nav .head-item:hover .head-item-li,.head-nav .head-item:hover .head-item-list{display:block;vertical-align: top;}
.head-nav .head-item:hover .head-item-list .head-item-li{display:inline-block;padding:0.2rem 0.1rem;background-color: transparent;}
.head-item-li p:hover{color: #b9a75e;}

.head-bian{position:fixed;left:0;top: 0 !important;height:0.9rem;width:100% !important;}
.head-bian .head-nav-l{height:0.8rem;padding:0.05rem 0;}
.head-bian .head-nav-r{line-height:0.9rem;}


.head-m{background-image:url(/file/images/member_bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;}
.head-m-top{background-color: rgba(255, 255, 255, 0.6);}
.head-m-l{float:left;max-width: 70%;height: 0.74rem;padding: 0.1rem 0;object-fit: contain;}
.head-m-r{float:right;max-width: 20%;height: 0.24rem;padding: 0.35rem 0;}
.head-m-nav{padding:0.1rem;background-color:#1b2b62;color:#fff;line-height:0.4rem;font-size:0.16rem;text-align:center;}
.head-m-nav p{margin:0.05rem 0.22rem 0;border-bottom:0.05rem solid #1b2b62;display:inline-block;color:#fff;}
.head-m-nav p:hover{border-bottom:0.05rem solid #fff;}

.head-m-body{padding:0.5rem 0 0.3rem;background-color: rgba(0, 0, 0, 0.5);}
.head-m-body-l{float:left;width:5.7rem;min-height: 2.12rem;padding:0.31rem 0.2rem;background-color:#fff;border-radius:0.1rem;}
.head-m-body-l .m1{float:left;width:1.52rem;height:1.52rem;padding:0.09rem;object-fit:cover;}
.head-m-body-l .d1{margin-left:1.8rem;}
.head-m-body-l .d1 .t1{text-align:right;line-height:0.35rem;min-height:0.35rem;padding-right: 0.1rem;color:#2b7eb9;font-size:0.15rem;}
.head-m-body-l .d1 .b1{float:right;padding:0 0.2rem;background-color:#bba95f;color:#fff;font-size:0.16rem;cursor:pointer;margin-left:0.1rem;}
.head-m-body-l .d1 .t2{padding:0.1rem 0;font-size:0.17rem;}
.head-m-body-l .d1 .t3{padding-bottom:0.08rem;}

.head-m-body-l .d1 .b2{display:inline-block;padding:0 0.22rem 0 0.58rem;margin:0.05rem 0.1rem 0.1rem 0;border-radius:0.06rem;line-height:0.5rem;color:#fff;background-color:#f29c9f;background-repeat:no-repeat;background-size:0.28rem;background-position:left 0.2rem center;}
.head-m-body-l .d1 .b3{background-color:#80c269;}

.head-m-body-r{float:right;width:3.65rem;padding:0.05rem 0 0.05rem 0.05rem;background-color:#fff;border-radius:0.1rem;margin-bottom:0.1rem;}
.head-m-body-r .d2 div{float:left;width:1.1rem;margin:0.05rem;padding:0.07rem 0;line-height:0.24rem;background-color:#edf5ff;border-bottom:0.03rem solid #225f95;}
.head-m-body-r .d2 p{text-align:center;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.head-m-body-r .d2 .l2{background-color:#d1f3f1;border-bottom:0.03rem solid #34a49d;}
.head-m-body-r .d2 .l3{background-color:#f4f2d2;border-bottom:0.03rem solid #ce910f;}
.head-m-body-r .d2 .l4{background-color:#fff3ed;border-bottom:0.03rem solid #f63a3b;}

.head-m-body-r .d3 .l1{float:left;width:1.1rem;margin:0.05rem;line-height:0.39rem;background-color:#fff3ed;text-align:center;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;}
.head-m-body-r .d3 .l2{width:1.7rem;background-color:#edf5ff;}
.head-m-body-r .d3 .l3{width:1.7rem;background-color:#fff3ed;}

/*****底部*****/
.footer{background:#000;}
.footer *{color:#fff;}
.footer-t{padding:0.22rem;text-align:center;border-bottom:0.01rem solid #cacaca;}
.footer-t-link{display:inline-block;line-height:2;text-align: left;}
.footer-t-link p{float:left;}
.footer-t-link div{margin-left:0.8rem;}
.footer-t-link div span{margin:0.05rem 0.15rem;}
.footer-t-link div span:hover{color:#5acaff;}

.footer-l{float:left;width:3.5rem;padding:0.4rem 0 0.3rem;}
.footer-l-t{padding-bottom:0.1rem;font-size:0.22rem;font-weight:600;line-height:0.41rem;}
.footer-l-img{padding-bottom:0.05rem;height:0.6rem;max-width:100%;object-fit:contain;}
.footer-l-p{padding-top:0.1rem;line-height:1.6;}
.footer-l-wx{width:1.5rem;margin-top:0.3rem;margin-left:0.5rem;line-height:2;text-align:center;;}
.footer-l-wx img{width:1.1rem;height:1.1rem}
.footer-l-wx p{line-height:2;}

.footer-r{float:right;width:8.2rem;padding-top:0.4rem;padding-bottom:0.2rem;}
.footer-r-li{float:left;width:1rem;text-align:center;font-size:0.14rem;}
.footer-r-li p{margin-bottom:0.1rem;line-height:normal;}
.footer-r-li b{font-size:0.16rem;}
.footer-b{padding:0.2rem;text-align:center;border-top:0.01rem solid #cacaca;}


/*****首页*****/
.idx-art1{width:5.7rem;padding:0.35rem 0;}
.idx-art1-t{line-height:0.4rem;font-size:0.22rem;color:#222a6a;}
.idx-art1-t span{font-size:0.16rem;color:#c0ad61;}
.idx-art1-t img{float:right;height:0.3rem;padding-top:0.05rem;}
.idx-art1-img{display: block;width:100%;height:2.1rem;object-fit:cover;padding:0.1rem 0;border-bottom:0.01rem solid #c3c3c3;}
.idx-art1-li{line-height:0.4rem;padding:0.2rem 0.1rem ;border-bottom:0.01rem solid #c3c3c3;}
.idx-art1-li p{float:left;width:calc(100% - 0.95rem);overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.idx-art1-li span{float:right;text-align:right;width:0.9rem;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}

.idx-adv1{padding:0.1rem 0; }
.idx-adv1 img{cursor:pointer;display:block;width:50%;margin:0 auto;}

.idx-tit {text-align: left;margin: 0.3rem;margin-left: 1.4rem;}
.idx-tit div{font-size:0.25rem;font-weight:900;color:#222a6a;letter-spacing:0.02rem;}
.idx-tit p{font-size:0.15rem;color:#c0ad61;line-height:normal;}

.idx-art2{margin:0.3rem 0 0.5rem 1.2rem;}
.idx-art2 .d1 {float:left;width: 3.74rem;height:1.9rem;margin:0 0.39rem 0.22rem 0;box-shadow:0 0 0.1rem #aaa;}
.idx-art2 .d1 .a1{float:left;width: 0.99rem;height:1.2rem;background:#bdad5a;}
.idx-art2 .d1 .a1 .b1{color:white;font-size:0.15rem;line-height:0.3rem;text-align:center;margin-top:0.15rem;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.idx-art2 .d1 .a1 .b2{color:white;width:0.99rem;height:0.9rem;line-height:0.8rem;text-align:center;border-radius:50%;background:#bdad5a;font-size:0.46rem;font-weight:600;}
.idx-art2 .d1 .a2{float:right;width: 2.65rem;margin-right:0.03rem;color:#333;}
.idx-art2 .d1 .a2 .c1{border-bottom:0.01rem solid black;padding:0.15rem 0;}
.idx-art2 .d1 .a2 .c1 p{font-size:0.16rem;line-height:0.3rem;max-height:0.6rem;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.idx-art2 .d1 .a2 .c2,.idx-art2 .d1 .a2 .c3{font-size:0.14rem;line-height:0.2rem;max-height:0.4rem;padding-top:0.14rem;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.idx-art2 .d1 .a2 .c3{padding-top:0.06rem;}
.idx-art2 .d1:hover{background-color:#1f2869;}
.idx-art2 .d1:hover .a2{color:#fff;}
.idx-art2 .d1:hover .a2 .c1{border-bottom:0.01rem solid #fff;}

.idx-art2 .d2{float:left;width:1.74rem;height:4.08rem;object-fit:cover;}
.idx-art2 .d3{float:left;width:3.27rem;height:1.88rem;margin:0.08rem 0 0.08rem 0.15rem;box-shadow: 0 0 0.05rem #666;}
.idx-art2 .d3 .a1{float:left;width: 0.79rem;height:1.68rem;padding-top:0.2rem;background:#0F71BA;color:#fff;text-align:center;}
.idx-art2 .d3 .a1 .b1{line-height:0.37rem;font-size:0.14rem;}
.idx-art2 .d3 .a1 .b2{line-height:0.9rem;font-size:0.42rem;font-weight:600;}

.idx-art2 .d3 .a2{margin-left:0.79rem;height:1.82rem;border:0.03rem solid #fff;background:#fff;font-size:0.14rem;}
.idx-art2 .d3 .a2 .b1{margin:0.2rem 0.08rem 0;height:0.66rem;line-height:0.3rem;border-bottom:0.01rem solid #000;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.idx-art2 .d3 .a2 .b2{margin:0.12rem 0.1rem 0;}
.idx-art2 .d3 .a2 .b2 p{margin-top:0.07rem;line-height:0.18rem;max-height:0.36rem;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.idx-art2 .d3 .a2:hover{border:0.03rem solid #2196f3;}

.idx-adv2{width:100%;display:block;margin:0.15rem auto;cursor:pointer;}

.idx-class{width:12.16rem; margin:0.5rem auto 0.5rem 1.04rem;}
.idx-class-l{float:left;width:2.85rem;height:2.17rem;margin:0.16rem 0 0 0.16rem;}
.idx-class-r{float:right;width:3.8rem;height:4.5rem;margin-top:0.16rem;}
.idx-class-l,.idx-class-r{position:relative;overflow:hidden;}

.abs-img{position: absolute;top: 0;left: 0;z-index: 666;width: 100%;height: 100%;object-fit:cover;transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;}
.abs-top{position: absolute;top: 0;left: 0;z-index: 777;background-color: rgba(0, 0, 0, 0.5);width: 100%;height: 100%;}
.abs-body{position: absolute;left: 50%;top: 50%;z-index: 888;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);color:#fff;width:100%;text-align:center;}
.abs-body div{font-weight:900;font-size:0.23rem;}
.abs-body p{font-size:0.14rem;line-height:normal;}

.idx-class .idx-class-l:hover .abs-img,.idx-class .idx-class-r:hover .abs-img{transform: scale(1.2);}
.idx-class .idx-class-l:hover .abs-top,.idx-class .idx-class-r:hover .abs-top{background-color: rgba(31, 40, 105, 0.65);}

.idx-art3{margin:0.3rem auto;background-repeat:no-repeat;background-size:6rem 100%;background-position:right center;}
.idx-art3-list{width:calc(100% - 5.95rem);background:#1f2869;}
.idx-art3-ul{padding:0.3rem 0.5rem 0.3rem 1.45rem;}
.idx-art3-tit{font-weight:600;font-size:0.25rem;color:white;letter-spacing:0.03rem;line-height:0.5rem;}
.idx-art3-tit span{font-size:0.16rem;font-weight:400;color:#c0ad61;letter-spacing:0.02rem;}
.idx-art3-tit img{height:0.28rem;float:right;margin-top:0.11rem;}

.idx-art3-li{line-height:0.3rem;font-size:0.14rem;color:#fff;padding:0.18rem 0;border-bottom:0.01rem solid #2f3a8c;}
.idx-art3-li p{float:left;width:calc(100% - 0.95rem);overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.idx-art3-li span{float:right;width:0.9rem;text-align:right;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.idx-art3-li:hover p{font-weight:600;}

.idx-art33{width:12rem;margin:0.3rem auto;}
.idx-art33-l{float:left;width:5.7rem;padding:0.3rem 0;}
.idx-art33-r{float:right;width:5.95rem;height:5.08rem;object-fit:cover;}
.idx-art33-r iframe{width:100% !important;height:3.88rem !important;}
.idx-art33-r .idx-art33-tit{padding:0.3rem 0.1rem 0.1rem;}
.idx-art33-tit{font-weight:600;font-size:0.25rem;color:#222a6a;letter-spacing:0.03rem;line-height:0.5rem;}
.idx-art33-tit span{font-size:0.16rem;font-weight:400;color:#c0ad61;letter-spacing:0.02rem;}
.idx-art33-tit img{height:0.28rem;float:right;margin-top:0.11rem;}
.idx-art33-li{line-height:0.3rem;font-size:0.14rem;color:#333;padding:0.18rem 0;border-bottom:0.01rem solid #ddd;}
.idx-art33-li p{float:left;width:calc(100% - 0.95rem);overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.idx-art33-li span{float:right;width:0.9rem;text-align:right;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.idx-art33-li:hover p{font-weight:600;}

.idx-art4{margin:0.8rem auto 0.5rem 1.2rem;}
.idx-art4 .d1{float:left;width:3.76rem;margin-right:0.36rem;}
.idx-art4 .d1 .t1{width:3.76rem;height:2.34rem}
.idx-art4 .d1 .t1 img{width:3.51rem;height:2rem;object-fit:cover;padding-top:0.17rem;margin:0 auto;display:block;object-fit:cover;}
.idx-art4 .d1 .t2{font-size:0.15rem;text-align:center;margin-top:0.05rem}

.idx-adv4{margin:0.3rem auto;border-bottom:0.01rem solid #eee;}
.idx-adv4-l{float:left;width:3rem;margin:0.1rem 0.1rem 0.1rem 0.4rem;border-right:0.02rem solid #ddd;}
.idx-adv4-l img{width:2.3rem;height:1.2rem;margin:0 0.1rem;object-fit:contain;float:left;}
.idx-adv4-r{margin-left:3rem;overflow:hidden;}
.idx-adv4-r .qimo {width:8000%; height:1.4rem;}
.idx-adv4-r .qimo div{ float:left;}
.idx-adv4-r .qimo ul{float:left; overflow:hidden; zoom:1; }
.idx-adv4-r .qimo ul li{display:inline-block;}
.idx-adv4-r li img{display:block;height:1rem;padding:0.2rem 0.15rem 0;}



/*****文章*****/
.art-dh{background:#eee;height:0.66rem;line-height:0.66rem;margin-bottom:0.42rem;}
.art-dh-item{padding-left:0.3rem;background:url(/file/images/dz.png) no-repeat left center / 0.22rem 0.22rem;}

.art-li0-list{width:12rem;margin:0 auto;border-top:0.01rem solid #efefef;padding-bottom:0.3rem;}
.art-li0{width:50%;float:left;border-bottom:0.01rem solid #efefef;}
.art-li0-li{padding:0.15rem 0.1rem;height:1rem;overflow:hidden;}
.art-li0 .bl1{border-left:0.01rem solid #efefef;}
.art-li0-l{float:left;width:1rem;text-align:center;color:#a1a1a1;}
.art-li0-l .d1{line-height:0.45rem;font-weight:600;font-size:0.22rem;border-bottom:0.01rem solid #eee;}
.art-li0-l .d2{line-height:0.35rem;}
.art-li0-r{margin-left:1.25rem;}
.art-li0-r .d1{line-height:0.35rem;font-size:0.16rem;font-weight:600;color:#333;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.art-li0-r .d2{padding-top:0.1rem;color:#a6a6a6;height:0.5rem;line-height:0.25rem;font-size:0.13rem;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.art-li1{float:left;width:3.2rem;margin:0.2rem 0.1rem 0.3rem;}
.art-li1 .t1{width:3.2rem;height:2.1rem}
.art-li1 .t1 img{width:2.9rem;height:1.9rem;object-fit:cover;padding-top:0.1rem;margin:0 auto;display:block;object-fit:cover;}
.art-li1 .t2{font-size:0.15rem;text-align:center;margin-top:0.05rem;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.art-li1:hover .t1{transform: scale(1.1);}

.art-li2{line-height:0.59rem;height:0.59rem;overflow: hidden;padding:0 0.1rem ;border-bottom:0.01rem dashed #c3c3c3;}
.art-li2 p{float:left;width:calc(100% - 3.25rem);overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.art-li2 span{float:right;text-align:right;width:1rem;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.art-li2 .enc{width:0.8rem;text-align:left;padding-left:0.3rem;background-repeat:no-repeat;background-size:0.22rem 0.22rem;background-position:left center;}

.art-li3-tit{margin:0.1rem 0;font-size:0.15rem;line-height:0.41rem;text-align:center;color:#fff;background-color:#c0ad61;}
.art-li3{margin:1% 0;}
.art-li3 .d1{margin:0.15rem 0 0.3rem;line-height:0.3rem;font-size:0.14rem;}
.art-li3 .d1 span{float:right;color:#0071fe;}

.art-li4{width:46%;margin:2%;float:left;}
.art-li4 .d1{width:2.3rem;height:1.5rem;float:left;object-fit:cover;}
.art-li4 .d2{margin-left:2.5rem;line-height:0.3rem;font-size:0.14rem;}
.art-li4 .d3{height:1.2rem;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.art-li4 .d4{overflow: hidden;white-space:nowrap;text-overflow:ellipsis; }

.art-li5{width:49%;margin-bottom:0.1rem;float:left;font-size:0.14rem;}
.art-li5-tit{font-size:0.15rem;line-height:0.41rem;text-align:center;color:#fff;background-color:#c0ad61;}
.art-li5 .l1{width:100%;height:3.81rem;display:block;object-fit:cover;}
.art-li5 .l2{margin-top:0.1rem;min-height:1.2rem;max-height:1.5rem;line-height:0.3rem;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.art-li5 .l3{margin-top:0.1rem;color:#0071fe;text-align:right;line-height:0.3rem;}

.art-li5 .r1{line-height:0.415rem;height:0.415rem;}
.art-li5 .r1:nth-child(2n + 1){background-color:#eee;}
.art-li5 .r1 *{overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.art-li5 .r2{width:72%;padding-left:2%;float:left;}
.art-li5 .r3{width:25%;float:right;}

.art-li6{margin:3% 2%;padding-bottom:0.2rem;border-bottom:0.01rem solid #eee;}
.art-li6 .d1{width:2.3rem;height:1.5rem;float:left;object-fit:cover;}
.art-li6 .d2{margin-left:2.5rem;line-height:0.3rem;font-size:0.14rem;}
.art-li6 .d3{height:1.2rem;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.art-li6 .d4{overflow: hidden;white-space:nowrap;text-overflow:ellipsis; }

.art-li7{width:49%;height:2.1rem;margin-bottom:0.2rem;float:left;border-top:0.01rem solid #ddd;}
.art-li7 .d1{background:#eee;text-align:center;}
.art-li7 .d1,.art-li7 .d2{padding:0.05rem;line-height:0.3rem;height:0.3rem;border-bottom:0.01rem solid #ddd;border-left:0.01rem solid #ddd;border-right:0.01rem solid #ddd;}
.art-li7 .d2 *{overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.art-li7 .d3{width:72%;padding-left:2%;float:left;}
.art-li7 .d4{width:25%;float:right;}

.art-li8{margin:0.2rem 0;text-align:center;}
.art-li8-3{display:inline-block;width:2.5rem;margin: 0.2rem 0.15rem 0.1rem;border:0.01rem dashed #000;padding:0.1rem;border-radius:0.2rem;}
.art-li8-3 img{max-width:100%;height:0.7rem;object-fit:contain;}
.art-li8-3 p{font-size:0.16rem;color:#000;padding-top:0.02rem;font-weight:600;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.art-li8-4{width:2rem;border-radius:0;padding:0.05rem;margin: 0.2rem 0.07rem 0.1rem;}
.art-li8-4 img{height:0.6rem;}

.art-xq-class{height:0.49rem;border-bottom:0.01rem solid #c9c9c9;margin-bottom: 0.1rem;}
.art-xq-class div{float:left;font-weight:600;padding:0.1rem;line-height:0.28rem;border-bottom:0.03rem solid #1f2869;}

.art-xq-title{padding:0.2rem 0 0.15rem;text-align:center;line-height:1.7;border-bottom:0.01rem dashed #a0a0a0;}
.art-xq-title div{font-size:0.2rem;color:#000;font-weight:600;letter-spacing:0.02rem;}
.art-xq-title p{font-size:0.14rem;color:#444;padding-top:0.1rem;}
.art-xq-video{text-align:center;margin:0.2rem auto;}
.art-xq-video iframe{width:80% !important;height:5.3rem !important;margin:0 auto;}
.art-xq-info{padding:0.2rem;background:#fff;font-size:0.14rem;}
.art-xq-enc{display: inline-block;padding:0.2rem 0.1rem 0.2rem 0.35rem;background:url(/file/images/enc2.png) no-repeat left 0.1rem center / 0.2rem 0.2rem;}
.art-xq-enc:hover{color:blue;}

.art-xq-btn{margin:0.15rem auto;width:2rem;padding:0.1rem;line-height:0.3rem;color:#fff;text-align:center;font-size:0.16rem;background: #c0ad61;cursor:pointer}

.art-xq-more{height:0.5rem;line-height:0.5rem;background:#ddd;margin:0.3rem 0;}
.art-xq-more-p{max-width:47%;padding:0 1%;color:#000;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}


.tuji{padding:0.3rem;background-color: rgba(0, 0, 0, 0.6);background-repeat:no-repeat;background-size:cover;background-position:center;}
.tuji-top{color:#fff;font-size:0.2rem;padding:0.1rem 0.15rem 0.4rem;line-height:0.3rem;}
.tuji-top .tag {height: 0.22rem;line-height: 0.22rem;padding:0 0.1rem;font-size: 0.14rem;float: left;margin:0.04rem 0.15rem 0.04rem 0;border-radius: 0.02rem;background-color: #ff0200;color: #fff;position: relative;}
.tuji-top .tag::after {position: absolute;left: 100%;top: 50%;-webkit-transform: translate(0, -50%);transform: translate(0, -50%);content: "";border-top: 0.05rem solid transparent;border-bottom: 0.05rem solid transparent;border-left: 0.05rem solid #ff0200;}
.tuji-top .dr{float:right;font-size:0.14rem;padding-left:0.3rem;margin-left:0.1rem;background-image:url(/file/images/time.png);background-repeat:no-repeat;background-size:0.21rem;background-position:left 0.04rem center;}

.tuji-body{background-color: rgba(0, 0, 0, 0.6);}
.tuji-body-l{float:left;width:2.7rem;padding:0.15rem 0 0.15rem 0.15rem;color:#fff;}
.tuji-body-l .d1{font-size:0.2rem;line-height:0.4rem;padding:0.15rem 0;}
.tuji-body-l .d2{line-height:2;height:4.6rem;overflow: auto;}
.tuji-body-r{float:right;width:8rem;height:5.6rem;background-color: rgba(0, 0, 0, 0.6);}
.tuji-body-r .d3{width:100%;height:5.6rem;object-fit:contain;}
.swiper-tuji .swiper-pagination {font-size:0.14rem;bottom:0;color: #fff;line-height: 3;background: #000;background-color: rgba(0, 0, 0, 0.6);}
.swiper-tuji .swiper-button-next,.swiper-tuji .swiper-button-prev {width: 50px;height: 200px;margin-top: -100px;}
.swiper-tuji .swiper-button-next.swiper-button-disabled,.swiper-tuji .swiper-button-prev.swiper-button-disabled { pointer-events: auto;}
.tuji-more{height:0.5rem;line-height:0.5rem;padding:0.3rem 0.2rem 0;}
.tuji-more-p{max-width:47%;padding:0 1%;color:#fff;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}

/*****登录注册*****/
.login{background-repeat:no-repeat;background-size:cover;background-position:center;}
.login-bgf{padding:2rem 0 1.38rem;background-color: rgba(255, 255, 255, 0.3);text-align:center;}
.login-item{background-color:#fff;border-radius:0.1rem;padding:0.26rem 0.28rem;display:inline-block;}
.login-form{border:0.01rem solid #ececec;}

.login-tab div{width:50%;float:left;font-size:0.16rem;font-weight:600;text-align:center;background-color:#f5f5f5;line-height:0.32rem;padding:0.15rem 0;cursor:pointer;}
.login-tab .login-tab-in{background-color:#fff;}
.login-info{padding:0.28rem 0.4rem;width:3.5rem;}
.login-inp{margin-bottom:0.15rem;}
.login-inp .p1{font-weight:600;line-height:0.3rem;color:#616163;text-align:left;}
.login-inp .inp{display:block;width:calc(100% - 0.26rem);padding:0.02rem 0.12rem;margin:0.05rem 0 0.1rem;border:0.01rem solid #e1e1e1;border-radius:0.05rem;height: 0.4rem;font-size:0.13rem;background-color: #fff;}

.login-inp .inp-code{float:left;width:1.4rem;text-align:center;margin-top:0.15rem;}
.login-inp .inp-code-img{float:left;width:1.3rem;height:0.42rem;margin-left:0.15rem;margin-top:0.17rem;cursor:pointer;}

.login-btn{margin-top:0.3rem;line-height:0.45rem;color:#fff;text-align:center;border-radius:0.05rem;background: #c0a965;cursor:pointer}

.login-tips{padding:0.32rem 0;color:#918f90;text-align:left;}
.login-tips span{color:#e01a31;cursor:pointer;}

.inp-box{float: left;height: 0.18rem;width: 0.18rem;margin-top: 0.08rem;}
.inp-box-txt{margin-left:0.3rem;line-height:0.36rem; text-align: left;color:#626063;cursor:pointer;}
.inp-box-txt span{font-weight:600;color:#333;}



/*****会员中心*****/
.jbxxs .xxc1{background:#eee;padding:0.23rem 0.33rem}
.jbxxs .xxc1 .xx1 {float:left;width:0.67rem;height:0.67rem;border-radius:50%;object-fit:cover;border:0.05rem solid white}
.jbxxs .xxc1 .xx2{float:left;width:4.5rem;line-height:0.77rem;color:#194897;margin-left:0.15rem;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.jbxxs .xxc1 .xx3{float: right;width:2.6rem;height:0.37rem;padding-left:0.5rem;margin-top:0.2rem;background-color:white;border:0;background-image:url(/file/images/search2.png);background-repeat:no-repeat;background-size:0.24rem;background-position:left 0.13rem center; }

.jbxxs .xxc2 {font-size:0.18rem;padding-bottom:0.12rem;margin-top:0.12rem;font-weight:900;color:#194896;border-bottom:0.01rem solid black;}

.jbxxs .xxc3  {width:6rem;padding:0 0.15rem;}
.jbxxs .xxc3 .tx1 {font-size:0.15rem;padding-bottom:0.12rem;border-bottom:0.01rem solid #d1d1d1;margin-top:0.18rem;}
.jbxxs .xxc3 .tx2,.jbxxs .xxc3 .tx3 {width:2.35rem;margin-top:0.2rem;line-height:0.29rem;}
.jbxxs .xxc3 .tx2  img{width:0.86rem;float:right;margin-right:0.55rem;cursor:pointer}
.jbxxs .xxc3 .tx2  input{width:1.4rem;float:right;border:0.01rem solid#cecece;line-height:0.29rem;padding:0 0.1rem}
.jbxxs .xxc3 .tx3  input{margin-left:0.15rem;margin-right:0.05rem}
.jbxxs .xxc3 .tx4 {float:left;min-width:50%;max-width:100%;margin-top:0.2rem;line-height:0.29rem;}

.jbxxs .xxc3 .bt  {display: inline-block;color:white;padding:0.03rem 0.35rem;border-radius:1rem;background:#c0ad62;font-size:0.16rem;text-align:center;margin:0.3rem 0;cursor:pointer;}

.xxc4{width:100%;margin:0.2rem 0;border-width: 0.01rem 0 0 0.01rem;border-style: solid;border-color: #b5b5b5;text-align:center;border-collapse:collapse;}
.xxc4 tr{width:100%;}
.xxc4 th,.xxc4 td{border-width:0 0.01rem 0.01rem 0;border-style: solid;border-color: #b5b5b5;}
.xxc4 th{background-color:#e5e5e5;line-height:0.37rem;}
.xxc4 td{padding:0.25rem 0.05rem;}
.xxc4 td span{display:inline-block;margin:0.05rem;}


/*****申请项目*****/
.decl-tab1{margin:0.03rem;border:0.01rem solid #a0a0a0;}
.decl-tab1-t{padding:0.05rem 0.13rem;border-bottom:0.01rem solid #a0a0a0;background-color:#e5e5e5;font-weight:600;}
.decl-tab1-li{padding:0.1rem 0;}
.decl-tab1-li .d1{width:45%;padding:0.5% 2.5%;float:left;line-height:0.42rem;min-height:0.43rem;}
.decl-tab1-li .d1 span{float:left;max-width: 1.1rem;height: 0.3rem;line-height: 0.18rem;padding-top: 0.12rem;}
.decl-tab1-li .d1 img{max-height:0.6rem;padding-top:0.05rem;padding-right: 0.06rem;max-width:100%;}
.decl-tab1-li .d1 .inp1{width:calc(100% - 1.3rem);margin-left:1.1rem;padding:0.08rem 0 0.08rem 0.1rem;display:block;border:0.01rem solid #a0a0a0;min-height:0.24rem;line-height:0.24rem;background-color:#fff;}
.decl-tab1-li .d1 .inp2{margin:0.13rem 0.05rem 0 0.22rem;width: 0.16rem;height: 0.16rem;}
.decl-tab1-li .d1 .inp3{width:90%;height:0.42rem;padding:0 5%;margin:0.1rem auto;border:0;background-color:#c7c7c7;color:#fff;border-radius:1rem;}
.decl-tab1-li .d1 .inp3::-webkit-input-placeholder { color: #fff;}

.decl-tab1-li .d1 .d2{width:calc(100% - 1.15rem);margin-left:1.1rem;}
.decl-tab1-li .d1 .d2 .t1{line-height:0.42rem;padding:0 4%;margin:0.1rem auto;text-align:center;background-color:#7ecdf4;color:#fff;border-radius:1rem;}
.decl-tab1-li .d1 .d2 .t2{padding:0.14rem;margin:0.1rem auto;border:0.01rem solid #a0a0a0;background-color:#eee;}

.decl-tab1-li .d1 .d2 .t3 {padding:0.12rem 0;line-height:0.38rem;}
.decl-tab1-li .d1 .d2 .t3 span{float:left;}
.decl-tab1-li .d1 .d2 .t3 input{display:block;width:calc(100% - 0.9rem);margin-left:0.75rem;padding-left:0.05rem;border:0.01rem solid #a0a0a0;height:0.38rem;}

.decl-files{padding:0.1rem;min-height: 0.7rem;}
.decl-files img{height:0.7rem;margin-right:0.06rem;float: left;}
.decl-files-li{display:inline-block;margin-right:0.12rem;margin-bottom:0.1rem;}
.decl-files-li p{line-height:1.7;font-size:0.12rem;border:0.01rem solid #ddd;text-align:center;color:#d22f2f;cursor:pointer}
.decl-files-li img{margin-right:0;float:none;}

.decl-btn{padding:0.25rem 0.1rem;}
.decl-btn p{padding-bottom:0.18rem;}
.decl-btn div{display:inline-block;padding:0 0.5rem;line-height:0.36rem;background-color:#00b8ee;color:#fff;font-size:0.15rem;border-radius:1rem;cursor:pointer}


.decl-nav{margin:0.1rem 0;}
.decl-nav .nav{width:calc(33.3% - 0.12rem);margin-left:0.18rem;line-height:0.46rem;text-align:center;background:#eee;float:left;font-size:0.16rem;cursor:pointer}
.decl-nav .nav:nth-child(1){margin-left:0;}
.decl-nav .in{background:#c0ad62;color:white}

.decl-tab2{margin:0.03rem 0.03rem 0.1rem;border:0.01rem solid #a0a0a0;}
.decl-tab2-t{padding:0.05rem 0.13rem;border-bottom:0.01rem solid #a0a0a0;background-color:#e5e5e5;font-weight:600;}
.decl-tab2-li{padding:0.1rem 0;background-color:#f7f7f9;}
.decl-tab2-li .d1{width:45%;padding:0.5% 2.5%;float:left;line-height:0.42rem;min-height:0.43rem;}
.decl-tab2-li .d1 span{float:left;max-width: 1.1rem;height: 0.3rem;line-height: 0.18rem;padding-top: 0.12rem;}
.decl-tab2-li .d1 .inp1{width: calc(100% - 1.3rem);margin-left: 1.1rem;padding: 0.08rem 0 0.08rem 0.1rem;display: block;border: 0.01rem solid #a0a0a0;min-height: 0.24rem;line-height: 0.24rem;background-color: #fff;}

.decl-tab2-li .d2 .img1{height:0.9rem;padding-top:0.05rem;}
.decl-tab2-li .d2 .img1 img{height:0.6rem;display:block;max-width:100%;}
.decl-tab2-li .d2 .img1 p{line-height:0.3rem;font-size:0.12rem;color:#777;}

.decl-tab2-li .d3{width:95%;float:none;}
.decl-tab2-li .d3 .inp3{width:calc(100% - 1.4rem);padding:0.1rem;height:1.1rem;line-height:1.8;}


.decl-tab2-li .d4{width:95%;margin:0.05rem auto;border-width: 0.01rem 0 0 0.01rem;border-style: solid;border-color: #b5b5b5;text-align:center;border-collapse:collapse;}
.decl-tab2-li .d4 tr{width:100%;}
.decl-tab2-li .d4 th,.decl-tab2-li .d4 td{border-width:0 0.01rem 0.01rem 0;border-style: solid;border-color: #b5b5b5;}
.decl-tab2-li .d4 th{background-color:#e5e5e5;line-height:0.37rem;}
.decl-tab2-li .d4 td{background-color:#fff;}
.decl-tab2-li .d4 td input{height: 0.42rem;padding:0 3%;width:94%;border:0;background-color: transparent;}
.decl-tab2-li .d4 td p{padding:0.08rem 2%;}

.decl-tab3{margin:0.03rem 0.03rem 0.1rem;border:0.01rem solid #a0a0a0;}
.decl-tab3-t{padding:0.05rem 0.13rem;border-bottom:0.01rem solid #a0a0a0;background-color:#e5e5e5;font-weight:600;}
.decl-tab3-li{padding:0.1rem 0;background-color:#f7f7f9;}
.decl-tab3-left{width:calc(100% - 1.9rem);float:left;}
.decl-tab3-right{width:1.6rem;padding:0.4% 0 0 0.08rem;float:left;cursor:pointer}
.decl-tab3-right img{width:1.58rem;height:2.05rem;border:0.01rem solid #a0a0a0;object-fit:cover;}
.decl-tab3-right p{line-height:0.36rem;text-align:center;border:0.01rem solid #a0a0a0;}

.decl-tab3-li .d1{width:46%;padding:0.5% 2%;float:left;line-height:0.42rem;min-height:0.43rem;}
.decl-tab3-li .d1 span{float:left;max-width: 0.85rem;height: 0.3rem;line-height: 0.18rem;padding-top: 0.12rem;}
.decl-tab3-li .d1 .inp1{width:calc(100% - 1rem);margin-left:0.9rem;padding-left:0.1rem;display:block;border:0.01rem solid #a0a0a0;height:0.4rem;background-color:#fff;}
.decl-tab3-li .d1 .img1{height:0.9rem;padding-top:0.05rem;}
.decl-tab3-li .d1 .img1 img{height:0.6rem;display:block;max-width:100%;}
.decl-tab3-li .d1 .img1 p{line-height:0.3rem;font-size:0.12rem;color:#777;}

.decl-tab3-li .d1 .img2{height:0.85rem;padding-top:0.05rem;padding-bottom:0.05rem;}
.decl-tab3-li .d1 .img2-d{height:0.42rem;line-height:0.42rem;font-size: 0.12rem;color:#888;}
.decl-tab3-li .d1 .img2-d img{height:0.32rem;padding-left:0.03rem;padding-bottom: 0.02rem;}


.decl-tab3-li .d2{width:96%;padding:0 2%;}
.decl-tab3-li .d2 .p1{line-height:0.5rem;}
.decl-tab3-li .d2 .p2{border:0.01rem solid #a0a0a0;background-color:#fff;}
.decl-tab3-li .d2 .inp2{width:98%;padding:1%;height:0.6rem;line-height:1.7;background-color:#fff;display:block;}


/**支付**/
.pay-cha{float:right;width:0.15rem;height:0.15rem;cursor:pointer}
.pay-tit1{line-height:0.3rem;font-size:0.2rem;font-weight:600;padding-bottom:0.2rem;border-bottom:0.01rem solid #eee;}
.pay-tit2{line-height:0.5rem;font-size:0.16rem;}
.pay-tit3{padding:0.15rem 0.1rem 0.1rem 7.5%;font-size:0.13rem;color:#989898;}

.pay-tab1{background:#f6f6f6;}
.pay-tab1 .d1{line-height:0.42rem;color:#979797;padding-left:7.5%;border-bottom:0.01rem solid #ededed;}
.pay-tab1 .d1 .t1{width:60%;float:left;text-align:left;}
.pay-tab1 .d1 .t2{width:20%;float:left;text-align:center;}
.pay-tab1 .d1 .t3{color:#000;}
.pay-tab1 .d2{padding-top:0.25rem;padding-bottom:0.2rem;line-height:1.6;border-bottom:0;font-size:0.16rem;}

.pay-tab1 .d3{padding-top:0.1rem;padding-bottom:0.05rem;line-height:1.6;border-bottom:0;font-size:0.16rem;}

.pay-tips{padding-top:0.05rem;font-size:0.13rem;color:red;line-height:1.5;}

.pay-tab2{background:#f6f6f6;padding:0.2rem 0 0.2rem 7.5% ;}
.pay-tab2 .d1{float:left;min-width:1.8rem;line-height:0.34rem;text-align:center;margin:0.1rem 0.2rem 0.1rem 0;padding:0.05rem;border:0.01rem solid #d0d1d6;background-color:#fff;background-repeat:no-repeat;background-size:0.27rem 0.27rem;background-position:right -0.01rem top -0.01rem;cursor:pointer;}
.pay-tab2 .d1 p{display:inline-block;padding-left:0.3rem;background-repeat:no-repeat;background-size:0.23rem 0.23rem;background-position:left center;}
.pay-tab2 .d2{background-image:url(/file/images/pay0.png);border:0.01rem solid #f6aa86;}

.pay-btn{padding-top:0.28rem;padding-bottom:0.1rem;line-height:0.4rem;}
.pay-btn .d1{float:right;padding:0 0.33rem;font-size:0.18rem;background:#f96122;color:#fff;border-radius:1rem;cursor:pointer}
.pay-btn .d2{float:right;font-size:0.14rem;padding-right:0.2rem;}
.pay-btn .d2 b{color:#fa6020;}
.pay-btn .d2 span{font-size:0.2rem;}

.order-pay-xianx{position: fixed;top: 0;left: 0;z-index: 9993;background-color: rgba(0, 0, 0, 0.5);width: 100%;height: 100%;display: none;}
.order-pay-xianx .d1{position: fixed;width:75%;max-width:7.5rem;max-height: calc(94% - 0.4rem);padding:0.1rem 0.15rem;overflow: auto;left: 50%;top: 50%;z-index: 9994;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);background-color: #fff;}
.order-pay-xianx .d2{width:56%;margin:0 auto;}
.order-pay-xianx .img1{float:right;height:0.2rem;cursor:pointer}
.order-pay-xianx .t1{text-align:center;font-size:0.24rem;padding:0.1rem;}
.order-pay-xianx .img2{display:block;width:100%;padding:0.1rem 0;}
.order-pay-xianx .d3{line-height:0.46rem;min-height:0.47rem;padding-top:0.11rem;}
.order-pay-xianx .t2{float:left;width:1rem;padding-top:0.11rem;line-height:0.24rem;text-align:right;}
.order-pay-xianx .t2 b{color:red;}
.order-pay-xianx .t3{margin-left:1.1rem;min-height:0.46rem;}
.order-pay-xianx .t3 input{width:92%;padding-left:3%;height:0.46rem;border:0;background-color:#eee;}
.order-pay-xianx .t3 img{height:0.46rem;max-width:100%;display:block;}
.order-pay-xianx .d4{width:2.45rem;margin:0.3rem auto 0.1rem;line-height:0.62rem;font-size:0.16rem;text-align:center;color:#fff;background-color:#f39800;border-radius:1rem;cursor:pointer}

/*****联系我们*****/
.contact-t{padding:0.3rem 0 0.15rem;line-height:1.5;font-size:0.26rem;font-weight:600;color:#db261d;border-bottom:0.01rem solid #eee;}
.contact-p{padding-top:0.15rem;line-height:0.24rem;min-height:0.24rem;font-size:0.14rem;}
.contact-p p{float:left;padding-left:0.35rem;background-repeat:no-repeat;background-size:0.22rem 0.22rem;background-position:left center;}
.contact-p div{margin-left:0.9rem;}
.contact-map{width:100%;height:4.2rem;margin-top:0.5rem;}


/*****网站地图*****/
.web-map{margin:0.3rem auto;text-align:center;}
.web-map-top{display:block;width:12.38rem;margin:0 auto;}
.web-map-body{display:inline-block;}
.web-map-li{width:1.77rem;float:left;}
.web-map-li .d0{width:1.27rem;height:1.27rem;margin:0 auto;border-radius:0.2rem;background-color:#13b5b1;text-align:center;}
.web-map-li .d0 img{max-width:100%;height:0.55rem;display:block;margin:0 auto;padding-top:0.2rem;}
.web-map-li .d0 p{line-height:0.45rem;font-size:0.18rem;color:#fff;font-weight:500;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}

.web-map-li .d1{min-width:1.31rem;max-width:1.7rem;min-height:3.6rem;display: inline-block;padding:0.05rem 0;margin:0.3rem auto;background-color:#84ccc9;text-align:center;}
.web-map-li .d1 p{padding:0.1rem 0.05rem;margin:0.06rem 0.08rem;line-height:0.25rem;font-size:0.16rem;color:#fff;background-color:#13b5b1;text-align:center;}

.web-map-li .l7 .d0{background-color:#eb6877;}
.web-map-li .l7 .d1{background-color:#eb6877;}
.web-map-li .l7 .d1 p{background-color:#ca5664;margin-top:0.07rem;margin-bottom:0.12rem;}

.web-map-li .l1 .d0{background-color:#ec6941;}
.web-map-li .l1 .d1{background-color:#ec6941;}
.web-map-li .l1 .d1 p{background-color:#e43f0d;}

.web-map-li .l2 .d0{background-color:#f8b551;}
.web-map-li .l2 .d1{background-color:#f8b551;}
.web-map-li .l2 .d1 p{background-color:#ec8d00;}

.web-map-li .l3 .d0{background-color:#80c269;}
.web-map-li .l3 .d1{background-color:#acd598;padding:0 0 0.1rem 0;}
.web-map-li .l3 .d1 a:nth-child(1) p{background-color:#80c269;margin:0;padding-bottom:0.15rem;border-radius:0 0 50% 50%;}
.web-map-li .l3 .d1 a:nth-child(n + 2) p{background-color:#80c269;width:0.7rem;height:0.7rem;padding:0.1rem;margin:0.1rem auto;border-radius:50%;display: flex;justify-content: center;align-items: center;}

.web-map-li .l4 .d1{width:1.7rem;}

.web-map-li .l5 .d0{background-color:#00b7ee;}
.web-map-li .l5 .d1{width:1.32rem;background-color:#1086aa;}
.web-map-li .l5 .d1 p{background-color:#00b7ee;margin:0 0 0.06rem 0;width:.44rem;min-height:.44rem;line-height:0.22rem;padding:0.18rem 0.44rem;}
.web-map-li .l5 .d1 a:nth-child(n + 3) p{padding:0.05rem;margin:0.06rem;float:left;}

.web-map-li .l6 .d0{background-color:#556fb5;}
/*
.web-map-li .l6 .d1{width:1.7rem;background-color:#8c97cb;padding:0 0 0.1rem 0;text-align:left;}
.web-map-li .l6 .d1 p{width:100%;background-color:#556fb5;margin:0 0 0.08rem 0;padding:0.1rem 0;float:left;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.web-map-li .l6 .d1 a:nth-child(10n + 2) p,.web-map-li .l7 .d1 a:nth-child(10n + 4) p,.web-map-li .l7 .d1 a:nth-child(10n + 6) p{width:0.7rem;margin-right:0.06rem;}
.web-map-li .l6 .d1 a:nth-child(10n + 3) p,.web-map-li .l7 .d1 a:nth-child(10n + 5) p,.web-map-li .l7 .d1 a:nth-child(10n + 7) p{width:0.94rem;}
.web-map-li .l6 .d1 a:nth-child(10n + 8) p{width:0.5rem;margin-right:0.06rem;}
.web-map-li .l6 .d1 a:nth-child(10n + 9) p{width:1.14rem;}
*/
.web-map-li .l6 .d1{width:1.32rem;background-color:#8c97cb;}
.web-map-li .l6 .d1 p{background-color:#556fb5;margin:0.06rem 0.11rem;width:1.1rem;line-height:0.3rem;padding:0.4rem 0;}


/*****报名*****/
.enroll-nav{margin:0.1rem 0;}
.enroll-nav .nav{min-width:1rem;padding:0.1rem 0.14rem;display:inline-block;margin:0.03rem 0.08rem 0.03rem 0;text-align:center;background:#eee;font-size:0.14rem;cursor:pointer}
.enroll-nav .in{background:#c0ad62;color:white}

.enr-li{margin:0.1rem 0 0.2rem;padding:0.16rem;border:0.01rem solid #e5e5e5;}
.enr-li-l{float:left;width:2.35rem;height:1.67rem;border:0.01rem solid #e5e5e7;border-radius:0.1rem;object-fit:cover;}
.enr-li-c{float:left;width:6rem;width:calc(100% - 4rem);padding-left:0.2rem;}
.enr-li-c .d1{padding:0.1rem 0;font-size: 0.16rem;color: #000;font-weight: 500;}
.enr-li-c .d2{padding:0.05rem 0 0.05rem 0.25rem;background-repeat:no-repeat;background-size:auto 0.2rem;background-position:left center;}

.enr-li-r{float:right;width:1.2rem;line-height:0.37rem;text-align:center;margin-top:0.25rem;}
.enr-li-r div{margin-top:0.15rem;background:#00b8ee;color:#fff;border-radius:1rem;}

.bm-nav{margin:0.1rem 0;}
.bm-nav .nav{padding:0.05rem 0.3rem;display:inline-block;margin:0.03rem 0.08rem 0.03rem 0;background:#e2f2ff;color:##0761a9;font-size:0.14rem;cursor:pointer}
.bm-nav .in{background:#2196f3;color:white}


.bm-form{font-size:0.14rem;color:#000;}
.bm-form-t{padding:0 0.15rem;margin:0.15rem 0 0.1rem;line-height:0.4rem;background:#eee;font-weight:600;}
.bm-form-beee{padding:0.1rem 0;margin:0.1rem 0;background:#eee;}
.bm-form-li .d1{width:45%;padding:0.5% 2%;float:left;line-height:0.4rem;min-height:0.41rem;}
.bm-form-li .d1 span{float:left;max-width: 0.95rem;min-width:0.75rem;height: 0.3rem;line-height: 0.2rem;padding-top: 0.1rem;font-weight:600;}
.bm-form-li .d1 .inp1{width:calc(100% - 1.1rem);margin-left:1rem;padding:0.09rem 0 0.09rem 0.1rem;display:block;border:0.01rem solid #a0a0a0;min-height:0.2rem;line-height:0.2rem;background-color:#fff;}
.bm-form-li .d1 .inp2{margin:0.11rem 0.05rem 0 0.22rem;width: 0.16rem;height: 0.16rem;}
.bm-form-li .d2{width:96%;padding:1.5%;margin:0 auto;display:block;border:0.01rem solid #a0a0a0;height:1rem;background-color:#fff;}

.bm-form-li .d3{width:95%;clear:both;}
.bm-form-li .d3 .inp1{border:0;padding-left:0;}

.bm-form-li .d4{margin:0.1rem;padding:0.15rem 0 0.15rem 0.3rem;border-bottom:0.02rem solid #eee;}


.bm-form2-li .d1{padding:0.5% 1%;line-height:0.4rem;min-height:0.41rem;}
.bm-form2-li .d1 span{float:left;max-width: 1.2rem;height: 0.3rem;line-height: 0.2rem;padding-top: 0.1rem;font-weight:600;}
.bm-form2-li .d1 .inp1{width:calc(100% - 1.35rem);margin-left:1.25rem;padding:0.09rem 0 0.09rem 0.1rem;display:block;border:0.01rem solid #a0a0a0;min-height:0.2rem;line-height:0.2rem;background-color:#fff;}
.bm-form2-li .d1 .inp2{height:1rem;}

.bm-form3-li{padding:0.1rem 0;background-color:#fff;}
.bm-form3-left{width:calc(100% - 1.9rem);float:left;}
.bm-form3-right{width:1.6rem;padding:0.4% 0 0 0.08rem;float:left;}
.bm-form3-right img{width:1.58rem;height:2.05rem;border:0.01rem solid #a0a0a0;object-fit:cover;}
.bm-form3-right p{line-height:0.36rem;text-align:center;border:0.01rem solid #a0a0a0;}

.bm-form3-li .d1{width:46%;padding:0.5% 2%;float:left;line-height:0.4rem;min-height:0.41rem;}
.bm-form3-li .d1 span{float:left;max-width: 1.05rem;height: 0.3rem;line-height: 0.18rem;padding-top: 0.12rem;font-weight:600;}
.bm-form3-li .d1 .inp1{width:calc(90% - 1.2rem);margin-left:1.1rem;padding:0.09rem 0 0.09rem 0.1rem;display:block;border:0.01rem solid #a0a0a0;min-height:0.2rem;line-height:0.2rem;background-color:#fff;}
.bm-form3-li .d1 .inp1 img{max-height:1rem;}
.bm-form3-li .d1 .inp2{width: calc(90% - 1.08rem);}
.bm-form3-li .d2{width:96%;}
.bm-form3-li .d2 .inp1{width: calc(95% - 1.2rem);}
.bm-form3-li .d1 .inp3{margin:0.11rem 0.05rem 0 0.22rem;width: 0.16rem;height: 0.16rem;}


.hybm-form{padding:0 0.2rem;}
.hybm-form-y{line-height:0.4rem;color:#fff;text-align:center;font-size:0.22rem;display: flex;justify-content: center;align-items: center}
.hybm-form-y span{font-size:0.26rem;margin:0 0.1rem;vertical-align:middle;cursor:pointer;}
.hybm-form-y input{display:inline-block;width:0.55rem;height:0.4rem;color:#fff;text-align:center;font-size:0.22rem;border:0;background-color:transparent;}
.hybm-form-m{padding:0.3rem 0;}
.hybm-form-m span{padding:0 0.18rem;line-height:0.32rem;color:#fff;display:inline-block;font-size:0.16rem;cursor:pointer;}
.hybm-form-m .in,.hybm-form-m span:hover{background-color:#bba95f;border-radius:0.03rem;}
.hybm-form .layui-input{background-color:transparent;}
.hybm-form input::-webkit-input-placeholder {color:#e5e5e5;}
.hybm-form input,.hybm-form .mgrb{color:#fff !important;}
.layui-form-select dl dd {color: #000;}

.hybm-list{padding:0.5rem 0 0.2rem;background-color:#eee;}
.hybm-list-li{padding:0.3rem 0.33rem;background-color:#fff;margin-bottom:0.2rem;font-size:0.15rem;}
.hybm-list-li .d1{float:left;width:1.8rem;padding:0.15rem 0 0.3rem;text-align:center;background-color:#fcf3ed;}
.hybm-list-li .d1 p{line-height:0.3rem;color:#222;}
.hybm-list-li .d1 div{line-height:0.25rem;color:#999;}
.hybm-list-li .d2{float:left;width:5rem;margin-left:0.8rem;}
.hybm-list-li .d2 div{padding-top:0.05rem;color:#222;font-weight:600;}
.hybm-list-li .d2 p{padding-top:0.13rem;color:#888;}
.hybm-list-li .d3{float:right;width:1.3rem;padding-top:0.35rem;color:#999;}

/**会员注册**/
.user-member{width:11.4rem;min-height:5rem;padding:0.3rem;margin:0 auto;background-color:#fff;}
.user-title{font-size:0.22rem;padding:0.2rem;}
.user-txt{color:#777;padding:0.2rem;}
.user-type{padding:0.2rem;text-align:center;}
.user-type-li{width:2.7rem;padding:0.2rem 0.3rem;margin:0.1rem;display:inline-block;border:0.01rem solid #eee;cursor:pointer;}
.user-type-li .d1{padding:0.25rem 0 0.25rem 0.6rem;font-weight:600;font-size:0.18rem;display:inline-block;line-height:0.25rem;background-repeat:no-repeat;background-size:0.47rem;background-position:left center;}
.user-type-li .d2{color:#777;}
.user-type-li .d2 span{color:#333;font-weight:600;}
.user-flow{display:inline-block;line-height:0.17rem;padding:0.1rem;}
.user-flow div{float:left;color:#a0a0a0;}
.user-flow div span{float:left;margin-right:0.06rem;background-color:#a0a0a0;color:#fff;min-width:0.17rem;border-radius:1rem;font-size: 0.12rem;}
.user-flow .in{color:#0279ff;}
.user-flow .in span{background-color:#0279ff;}
.user-flow p{float:left;min-width:1.3rem;margin:0 0.1rem;height:0.08rem;border-bottom:0.01rem solid #a0a0a0;}

.user-form{width:5.2rem;margin:0.1rem auto;font-size:0.14rem;color:#000;}
.user-form-li .d1{padding:0.5% 1%;margin:0.1rem 0;line-height:0.4rem;min-height:0.41rem;}
.user-form-li .d1 span{float:left;max-width: 1.2rem;min-width:0.8rem;height: 0.3rem;line-height: 0.2rem;padding-top: 0.1rem;text-align: right;}
.user-form-li .d1 .inp1{width:calc(100% - 1.45rem);margin-left:1.25rem;padding:0.09rem 0.1rem;display:block;border:0.01rem solid #a0a0a0;min-height:0.2rem;line-height:0.2rem;background-color:#fff;}
.user-form-li .d1 .inp2{height:0.8rem;}
.user-form-li .d1 .inp2 img{float:right;height:0.8rem;}
.user-form-li .d1 .inp3{margin:0.13rem 0.05rem 0 0.5rem;width: 0.16rem;height: 0.16rem;}

.user-form-tx{width: 1.6rem;margin:0 1rem;margin-top: 0.2rem;cursor:pointer;}
.user-form-tx img{width:1.6rem;height:1.6rem;object-fit:cover;}
.user-form-tx p{line-height:0.36rem;text-align:center;border:0.01rem solid #a0a0a0;}

.user-form-agree{padding:0.17rem;margin:0.15rem 0;background-color:#eee;}
.user-form-agree input{float: left;height: 0.18rem;width: 0.18rem;margin-top: 0.02rem;border-radius:50%;}
.user-form-agree p{margin-left:0.3rem;line-height:0.24rem; color:#000;cursor:pointer;text-align:left;}
.user-form-btn{line-height:0.57rem;font-size:0.16rem;margin-top: 0.3rem;text-align:center;background-color:#bfad60;color:#fff;border-radius:1rem;font-weight:600;cursor:pointer;}

.user-form .tips{font-size:0.13rem;color:red;line-height:1.7;text-align:right;}

.user-act-list{width:4.85rem;padding:0.25rem 0;}
.user-act-list .d1{border-bottom:0.01rem solid #1b2b62;}
.user-act-list .d1 .t1{width:1rem;font-size: 0.18rem;line-height:0.4rem;padding-bottom:0.1rem;border-bottom:0.05rem solid #1b2b62;}
.user-act-list .d2{max-height:3rem;min-height:2.3rem;overflow:auto;color:#777;}
.user-act-list .d3{margin-top:0.1rem;background-color:#fcf8f6;padding:0.1rem 0.15rem;}
.user-act-list .d3 span{float:right;}
.user-act-list .d4{margin-top:0.1rem;border:0.01rem solid #eee;line-height:2.3rem;text-align:center;font-size:0.2rem;}

.user-form2{margin:0.3rem auto;width:10rem;padding:0.2rem 0.35rem;background:#fff;}
.user-form2-t{font-size:0.22rem;padding:0.2rem 0;}
.user-form2-t span{display:inline-block;margin-right:0.3rem;padding-bottom:0.1rem;border-bottom:0.03rem solid #fff;cursor:pointer;}
.user-form2-t .in{border-bottom:0.03rem solid #1b2b62;}
.user-form2-btm{display:inline-block;font-size:0.14rem;min-width:1.2rem;padding:0 0.1rem;margin:0 0.15rem 0.1rem 0;text-align:center;color:#fff;background-color:#c0ad5f;line-height:0.4rem;border-radius:0.05rem;cursor:pointer;}

/**会员凭证**/
.m-hypz{background:#fff;width:700px;margin:50px auto 80px;border:3px solid #1b2b62;}
.m-hypz-pd{padding:10px 50px 0;}
.m-hypz-logo{padding:15px 0;height:80px;max-width:100%;object-fit:cover;}
.m-hypz-body{text-align:center;}
.m-hypz-pic{width:40%;}
.m-hypz-t1{font-size:26px;font-weight:600;padding:10px}
.m-hypz-t2{font-size:22px;padding:10px 0 30px}
.m-hypz-t3{font-size:16px;padding-top:10px}
.m-hypz-btm{margin-top:50px;height:63px;background: -webkit-linear-gradient(left, #1e378e , #7084d2); background: -o-linear-gradient(right, #1e378e, #7084d2); background: -moz-linear-gradient(right, #1e378e, #7084d2);background: linear-gradient(to right, #1e378e , #7084d2);}