body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select { margin: 0; padding: 0; }

input, textarea { outline: none; }

body, html { width: 100%; height: 100%; }

body { font: 16px/1.6 "PingFang SC",Arial,"Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif; color: #333; min-width: 1200px; background-color: #fff; }

a { text-decoration: none; outline: none; color: #333; }

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

em { font-style: normal; }

li { list-style: none; }

img { border: 0; vertical-align: middle; }

table { border-collapse: collapse; border-spacing: 0; }

input, textarea { outline: none; -webkit-appearance: none; }

input, select, textarea { font-size: 100%; }

.fl { float: left; }

.fr { float: right; }

.clearfix:after { content: ""; display: block; clear: both; height: 0; line-height: 0; visibility: hidden; }

.clearfix { zoom: 1; }

.con { width: 1200px; margin: 0 auto; }

.clear { clear: both; }

.color1 { color: #e43114; }

a.color1:hover { border-bottom: 1px solid #1597ea; line-height: 1.2; }

a.color2:hover { border-bottom: 1px solid #f65a15; line-height: 1.2; }

.fs16 { font-size: 16px; }

.fs18 { font-size: 18px; }

.fs24 { font-size: 24px; }

.mt10 { margin-top: 10px; }

.mb10 { margin-bottom: 10px; }

.mb5 { margin-bottom: 5px; }

.mt15 { margin-top: 15px; }

.mt20 { margin-top: 20px; }

.pb20 { padding-bottom: 20px; }

.mt40 { margin-top: 40px; }

.ti2 { text-indent: 2em; }

.tal { text-align: left; }

.hide { display: none; }

.header a:hover { color: #2C68FF; }

* { box-sizing: border-box; }

/** header **/
.header { height: 43px; line-height: 43px; position: relative; }

.header .logo { position: absolute; left: 30px; }

.header .logo img { height: 43px; }

.header-ul { width: 1200px; text-align: center; }

.header-ul li { display: inline-block; margin-left: 45px; }

.header-ul li:first-child { margin-left: 0; }

.header a { color: #333; }

.header-right { position: absolute; right: 30px; margin-top: 6px; display: inline-flex; line-height: 30px; height: 30px; font-size: 14px; }

.header-right a { margin-left: 0; padding: 0 15px; }

.header-right a:first-child { background-color: rgba(44, 104, 255, 0.2); color: #2C68FF; border-radius: 4px; margin-right: 15px; }

/** wrap **/
.wrap { width: 1200px; margin: 0 auto; }

.wrap-tit { font-size: 30px; font-weight: bold; border-bottom: 1px solid rgba(73, 134, 195, 0.2); line-height: 60px; }

.wrap-tit h1, .wrap-tit h2, .wrap-tit em { font-size: 30px; display: inline-block; position: relative; padding-left: 22px; }

.wrap-tit h1:after, .wrap-tit h2:after, .wrap-tit em:after { content: ''; width: 5px; height: 30px; background-color: #4986C3; position: absolute; top: 50%; margin-top: -15px; left: 0; border-radius: 5px; }

.wrap-tit .more { float: right; font-size: 16px; color: rgba(153, 153, 153, 0.99); margin-top: 4px; font-weight: normal; }

.wrap-con { margin-top: 30px; }

/** wrap-bottm **/
.wrap-bottom { min-width: 1200px; height: 192px; text-align: center; position: relative; background: rgba(44, 104, 255, 0.2); }

.wrap-bottom .wrap { margin-bottom: 0; }

.wrap-bottom .wrap-con { margin-top: 0; }

.wrap-bottom .btn { position: absolute; bottom: 60px; width: 1200px; }

.wrap-bottom .btn a { display: inline-block; width: 320px; height: 70px; line-height: 70px; border-radius: 70px; font-size: 24px; color: #fff; background-color: #e4945e; margin: 0 40px; transition: background-color 0.3s; position: relative; overflow: hidden; box-shadow: 0px 20px 30px 0px rgba(228, 148, 94, 0.3); }

.wrap-bottom .btn a > i { display: inline-block; opacity: 0; color: #fff; -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); font-style: normal; }

.wrap-bottom .btn a:hover { opacity: .9; }

.wrap-bottom .btn a:hover:before { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }

.wrap-bottom .btn a:hover > i { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.wrap-bottom .btn a:hover > i:nth-child(1) { -webkit-transition-delay: 0.045s; transition-delay: 0.045s; }

.wrap-bottom .btn a:hover > i:nth-child(2) { -webkit-transition-delay: 0.09s; transition-delay: 0.09s; }

.wrap-bottom .btn a:hover > i:nth-child(3) { -webkit-transition-delay: 0.135s; transition-delay: 0.135s; }

.wrap-bottom .btn a:hover > i:nth-child(4) { -webkit-transition-delay: 0.18s; transition-delay: 0.18s; }

.wrap-bottom .btn a:before { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.wrap-bottom .btn a:first-child { background-color: #099779; box-shadow: 0px 20px 30px 0px rgba(9, 151, 121, 0.3); }

.wrapper { width: 1200px; margin-left: auto; margin-right: auto; }

.footer-index { background-color: #fff; padding-top: 60px; }

.footer-index a { color: #666; }

.footer-index a:hover { color: #dd3635; }

.footer-index-up ul { margin-right: 86px; }

.footer-index-up ul.spe { margin-right: 0; }

.footer-index-up li { line-height: 26px; font-size: 14px; color: #666; }

.footer-index-up li.tit { line-height: 30px; font-size: 16px; font-weight: 700; }

.footer-index-up li a { font-size: 14px; }

.footer-index-up dl { margin-left: 38px; width: 80px; text-align: center; }

.footer-index-up dl .spe { margin-left: 0; }

.footer-index-up dl dd { line-height: 26px; font-size: 14px; font-weight: 700; color: #666; }

.footer-index-up dl dt { width: 80px; height: 80px; }

.footer-index-up dl dt img { width: 100%; height: 100%; }

.footer-index-mid { text-align: center; }

.footer-index-mid a { display: inline-block; margin-left: 8px; margin-right: 8px; }

.footer-index-botm { text-align: center; color: #666; font-size: 12px; }

/* special */
.swiper-con { position: relative; }

.swiper-ul { width: 1200px; height: 180px; overflow: hidden; position: relative; margin-bottom: 20px; box-sizing: border-box; }

.swiper-ul li { width: 237px; float: left; height: 210px; overflow: hidden; }

.swiper-ul li a { margin: 0 10px; width: 212px; height: 156px; display: block; }

.swiper-ul li a img { width: 100%; height: 100%; }

.swiper-out { width: 1180px; overflow: hidden; margin-left: 10px; }

.swiper-btn ul { width: 1200px; text-align: center; }

.swiper-btn ul li { margin-top: 2px; width: 13px; height: 13px; background: #e3e3e3; border-radius: 50%; text-indent: 99999em; overflow: hidden; margin-left: 10px; cursor: pointer; display: inline-block; }

.swiper-btn ul li.on { background: url(../images/ss.png) no-repeat; width: 18px; height: 18px; vertical-align: middle; margin-top: -4px; }

.swiper-btn a { display: block; width: 40px; height: 40px; position: absolute; top: 50%; margin-top: -50px; }

.swiper-btn a.prev { background: url(../images/prev.png) no-repeat; left: -50px; }

.swiper-btn a.next { background: url(../images/next.png) no-repeat; right: -50px; }

.goTop { width: 55px; height: 55px; position: fixed; right: 150px; bottom: 30px; background: #b31952 url(../images/goTop.png) no-repeat center center; cursor: pointer; display: none; }

.goTop:hover { background-color: #9a1041; }

.right-kefu * { box-sizing: content-box; }

.right-kefu { position: fixed; right: 19px; top: 30%; font-size: 12px; z-index: 999; line-height: 1; }

.right-kefu ul li { position: relative; }

.kefu-close { position: absolute; width: 14px; height: 14px; background: url(../images/right-kefu.png) no-repeat; background-position: -70px -40px; right: 0; top: -16px; }

.kefu-hov { width: 50px; height: 50px; background: #fff; display: block; text-align: center; margin-bottom: 5px; }

.kefu-hov i { display: inline-block; background: url(../images/right-kefu.png) no-repeat; }

.kefu-online { width: 50px; height: 70px; background: #2b70ae; text-align: center; margin-bottom: 5px; display: block; }

.kefu-online i { width: 27px; height: 25px; display: inline-block; background: url(../images/right-kefu.png) no-repeat; background-position: -150px -5px; margin-top: 7px; }

.kefu-online p { color: #fff; line-height: 14px; }

.kefu-phone i { width: 22px; height: 28px; background-position: -5px -5px; margin-top: 13px; }

.kefu-code i { width: 29px; height: 23px; background-position: -35px -5px; margin-top: 15px; }

.kefu-share i { width: 26px; height: 26px; background-position: -71px -5px; margin-top: 13px; }

.kefu-apply i { width: 26px; height: 25px; background-position: -105px -5px; margin-top: 13px; }

.kefu-gotop { display: none; float: left; }

.kefu-gotop i { width: 25px; height: 15px; background-position: -35px -40px; margin-top: 17px; }

.kefu-font { display: none; }

.kefu-con { position: absolute; right: 50px; top: 0; padding-right: 10px; display: none; width: 134px; }

.kefu-hide { background: #fff; border: 1px solid #ecebeb; padding: 10px; box-shadow: 0 0 10px #ddd; }

.kefu-arrow { width: 7px; height: 10px; background: url(../images/right-kefu.png) no-repeat; background-position: -150px -60px; position: absolute; right: 4px; top: 10px; }

.kefu-ol-con { border-top: 1px solid #F2F2F2; padding-top: 10px; }

.kefu-ol .kefu-ol-con:first-child { border-top: none; padding-top: 0; }

.kefu-hide .kefu-tit { color: #2b70ae; font-size: 14px; font-weight: normal; }

.kefu-ol-con ul li a { width: 52px; height: 22px; display: inline-block; background: url(../images/right-kefu.png) no-repeat; margin-top: 10px; margin-bottom: 10px; }

.kefu-ol-con ul li:first-child a { margin-right: 6px; }

.kefu-ol-con ul li { float: left; }

.kefu-ol-con ul li a.kefu-qq { background-position: -5px -60px; }

.kefu-ol-con ul li a.kefu-zx { background-position: -70px -60px; }

.kefu-hide .kefu-mobile .kefu-h3 { color: #a4a3a3; margin-bottom: 10px; }

.kefu-hide .kefu-fx .kefu-tit { color: #a4a3a3; }

.kefu-hide .kefu-mobile .kefu-h3.kefu-time:before { content: ''; width: 14px; height: 14px; display: inline-block; background: url(../images/right-kefu.png) no-repeat; background-position: -105px -40px; vertical-align: middle; margin-right: 3px; margin-top: -2px; }

.kefu-hide .kefu-mobile .kefu-h4 { color: #dd3635; font-size: 19px; white-space: nowrap; margin-bottom: 16px; font-family: arial; font-weight: normal; }

.kefu-ewm img { width: 111px; height: 111px; }

.kefu-ewm p { color: #706f6f; margin-top: 5px; text-align: center; }

.kefu-more { width: 50px; display: block; text-align: center; background: #fff; margin-bottom: 5px; display: none; float: left; }

.kefu-more i { width: 22px; height: 7px; display: inline-block; background: url(../images/right-kefu.png) no-repeat; background-position: -5px -40px; }

#share-iconn { margin-right: -10px; }

#share-iconn a { margin-right: 10px; margin-top: 10px; margin-bottom: 0; padding: 0; width: 30px; height: 30px; background: url(../images/right-kefu.png) no-repeat; float: left; }

#share-iconn a:hover { color: #333; opacity: .8; filter: alpha(opacity=80); }

#share-iconn .bds_qzone { background-position: 0 -36px; }

#share-iconn .bds_weixin { background-position: -5px -140px; }

#share-iconn .bds_tsina { background-position: -80px -100px; }

#share-iconn .bds_tqq { background-position: -40px -100px; }

#share-iconn .bds_renren { background-position: 0 -144px; }

#share-iconn .bds_sqq { background-position: -39px -140px; }

#share-iconn .bds_bdhome { background-position: -5px -100px; }

#share-iconn .bds_more { background-position: -80px -140px; }

.kefu-hob { transition: background .5s; background: #2b70ae; color: #fff; }

.kefu-hob:hover { color: #fff; }

.kefu-hob i.kefu-i { display: none; }

.kefu-hob p.kefu-font { display: block; padding-top: 11px; line-height: 14px; }

.header { padding: 30px; position: absolute; width: 100%; box-sizing: border-box; height: 103px; z-index: 16; }

.header a { color: #fff; font-size: 12px; }

.header-right a:first-child { color: #fff; background-color: rgba(255, 255, 255, 0.2); }

body { background-color: #F6F9FC !important; }

.w1200, .wrapw { width: 1200px; margin-left: auto; margin-right: auto; }

.icons { display: inline-block; background-size: 100% 100%; vertical-align: middle; }

.bg { position: relative; margin-bottom: 30px; }

.bg::before { content: ''; background: linear-gradient(to bottom, #303268, #6E70A6); position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }

.bg .wrapw-tit-t { color: #fff; }

.bg .wrapw-sub { color: #fff; }

.bg .wrapw-tit-dot::before { width: 85px; background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)); }

.bg .wrapw-tit-dot:first-child::before { background: linear-gradient(-270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)); }

.bg .wrapw { padding-bottom: 90px; }

.icons-il1 { background-image: url("../images/icons/i1.png"); }

.icons-il2 { background-image: url("../images/icons/i2.png"); }

.icons-il3 { background-image: url("../images/icons/i3.png"); }

.icons-il4 { background-image: url("../images/icons/i4.png"); }

.icons-il5 { background-image: url("../images/icons/i5.png"); }

.icons-il6 { background-image: url("../images/icons/i6.png"); }

.icons-il7 { background-image: url("../images/icons/i7.png"); }

.icons-il8 { background-image: url("../images/icons/i8.png"); }

.icons-il9 { background-image: url("../images/icons/i9.png"); }

.intros-btm a:hover .icons-il1 { background-image: url("../images/icons/i11.png"); }

.intros-btm a:hover .icons-il2 { background-image: url("../images/icons/i22.png"); }

.intros-btm a:hover .icons-il3 { background-image: url("../images/icons/i33.png"); }

.intros-btm a:hover .icons-il4 { background-image: url("../images/icons/i44.png"); }

.intros-btm a:hover .icons-il5 { background-image: url("../images/icons/i55.png"); }

.intros-btm a:hover .icons-il6 { background-image: url("../images/icons/i66.png"); }

.intros-btm a:hover .icons-il7 { background-image: url("../images/icons/i77.png"); }

.intros-btm a:hover .icons-il8 { background-image: url("../images/icons/i88.png"); }

.intros-btm a:hover .icons-il9 { background-image: url("../images/icons/i99.png"); }

.banner { background: url("../images/banner.png") center no-repeat; height: 600px; position: relative; }

.banner::before { content: ''; background: linear-gradient(to bottom, #303268, #6E70A6); position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }

.banner-tit, .banner-sub { font-weight: bold; font-size: 56px; line-height: 1; }

.banner-tit { padding-top: 184px; color: #fff; text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2); }

.banner-tit h1, .banner-tit h2 { font-size: 1em; }

.banner-sub { color: #fff; text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2); margin-top: 10px; margin-bottom: 85px; font-size: 64px; position: relative; z-index: 5; }

.banner-sub::before { content: ''; position: absolute; width: 563px; height: 28px; background: #FE922F; left: 0; bottom: -16px; z-index: -1; }

.banner-txt { font-size: 32px; color: #fff; }

.intros { padding-top: 100px; padding-bottom: 65px; }

.intros .w1200 { display: flex; position: relative; justify-content: space-between; }

.intros-left { width: 660px; flex-shrink: 0; }

.intros-tits { line-height: 1; position: relative; }

.intros-tit { font-size: 48px; display: inline-block; position: relative; font-weight: bold; }

.intros-tit::before { content: ''; width: 48px; height: 4px; background-color: #FE922F; position: absolute; left: 0; bottom: -10px; }

.intros-sub { font-size: 64px; color: #FE922F; text-transform: uppercase; opacity: .06; font-family: 'Impact'; display: inline-block; vertical-align: top; }

.intros-content { background: linear-gradient(to bottom, #fe922f, rgba(254, 146, 47, 0)); border-radius: 16px; }

.intros-cont { margin-top: 20px; font-size: 18px; color: #000E30; padding-bottom: 10px; position: relative; line-height: 36px; }

.intros-cont::after { content: ''; width: 50px; height: 40px; background-size: 100% 100%; background-image: url("../images/icons/dot.png"); position: absolute; right: 0; bottom: 0; }

.intros-right { width: 396px; background-color: #F6F9FC; border-radius: 16px; padding: 30px; padding-top: 0; position: relative; z-index: 2; margin: 1px; }

.intros-right-t { font-size: 20px; font-weight: bold; line-height: 48px; color: #fff; background-color: #FE922F; text-align: center; margin: 0 40px; border-radius: 0 0 20px 20px; position: relative; }

.intros-right-t::before, .intros-right-t::after { content: ''; position: absolute; top: 0; border-top: 39px solid #FE922F; }

.intros-right-t::before { border-left: 20px solid transparent; left: -17px; }

.intros-right-t::after { border-right: 20px solid transparent; right: -17px; }

.intros-list { padding-top: 10px; font-size: 16px; }

.intros-list-t { display: flex; line-height: 28px; margin-top: 15px; }

.intros-list-t span { color: #FE922F; }

.intros-list-t label { flex: 1; }

.intros-btm { display: flex; flex-wrap: wrap; padding-top: 10px; justify-content: space-between; margin-bottom: 100px; }

.intros-btm-cont { background-color: #fff; }

.intros-btm a { width: 120px; height: 120px; text-align: center; background-color: #fff; border-radius: 4px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #000E30; transition: all .2s; }

.intros-btm a:hover { background-color: #FF932E; color: #fff; }

.intros-btm .icons { width: 28px; height: 28px; margin-bottom: 4px; }

.wrapw { padding-top: 60px; padding-bottom: 60px; text-align: justify; }

.wrapw-tit { text-align: center; margin-bottom: 40px; }

.wrapw-tit-t { font-size: 36px; display: inline-block; margin: 0 50px; color: #000; font-weight: normal; }

.wrapw-tit-dot { display: inline-block; position: relative; width: 85px; text-align: left; transform: translateY(5px); opacity: .5; }

.wrapw-tit-dot::before, .wrapw-tit-dot::after { content: ''; height: 4px; display: inline-block; }

.wrapw-tit-dot::before { width: 85px; background: linear-gradient(270deg, rgba(255, 255, 255, 0), #3e4189); }

.wrapw-tit-dot::after { width: 45px; background: linear-gradient(90deg, #FF932E, rgba(255, 147, 46, 0)); transform: translateY(-5px); }

.wrapw-tit-dot:first-child { text-align: right; }

.wrapw-tit-dot:first-child::before { background: linear-gradient(-270deg, rgba(255, 255, 255, 0), #3e4189); }

.wrapw-tit-dot:first-child::after { background: linear-gradient(-90deg, #FF932E, rgba(255, 147, 46, 0)); }

.wrapw-sub { font-size: 24px; color: #FE922F; }

.timew { display: flex; justify-content: space-between; }

.timew-list { width: 380px; background-color: #fff; padding-bottom: 40px; }

.timew-tit { font-weight: bold; font-size: 24px; line-height: 24px; height: 65px; line-height: 65px; background: #FE922F; text-align: center; position: relative; }

.timew-tit-dot { position: absolute; width: 8px; height: 40px; background: #FFFFFF; border-radius: 4px; top: -20px; right: 86px; z-index: 10; }

.timew-tit-dot:first-child { left: 86px; }

.timew-tit-circle { background-color: #E59144; opacity: .8; left: 80px; top: 7px; width: 20px; height: 20px; border-radius: 50%; position: absolute; display: block; z-index: 5; }

.timew-tit-circle:last-child { right: 80px; left: auto; }

.timew-tit-circle::after { content: ''; width: 20px; height: 20px; position: absolute; border-radius: 50%; background-color: rgba(0, 0, 0, 0.5); opacity: .5; left: 0; top: -36px; }

.timew-stit { font-size: 20px; font-weight: bold; position: relative; z-index: 10; }

.timew-stit::after { content: ''; width: 72px; height: 11px; background: linear-gradient(270deg, rgba(255, 147, 46, 0), #FE922F); position: absolute; bottom: 3px; left: 0; z-index: -1; }

.timew-cont { font-size: 16px; color: #666; margin-top: 10px; }

.timew-cont label { color: #333; font-weight: bold; }

.timew-tip { background-color: rgba(254, 146, 47, 0.1); border-radius: 4px; font-size: 14px; padding: 10px 20px; color: #FE922F; margin-top: 10px; }

.timew-height-cont { padding: 30px 30px 0 30px; }

.timew-height1 { height: 160px; }

.timew-height2 { height: 160px; }

.timew-height3 { height: 100px; }

.busin { display: flex; flex-wrap: wrap; }

.busin-list { padding: 20px; width: 232px; height: 76px; background: #fff; margin-bottom: 10px; border-radius: 4px; margin-left: 10px; transition: transform .3s; }

.busin-list-t { font-weight: bold; line-height: 16px; margin-bottom: 6px; }

.busin-list p { font-size: 14px; color: #999; line-height: 14px; }

.busin-list p span { color: #E96622; }

.busin-list:nth-child(5n-4) { margin-left: 0; }

.busin-list:hover { transform: translateY(-10px); }

.schoolw { display: flex; flex-wrap: wrap; margin-top: -20px; }

.schoolw-list { background-color: #fff; border-radius: 4px; width: 224px; margin-top: 20px; margin-left: 20px; display: flex; padding: 25px 15px; align-items: center; transition: transform .3s; }

.schoolw-list:nth-child(5n-4) { margin-left: 0; }

.schoolw-list:hover { transform: translateY(-10px); }

.schoolw-img { flex-shrink: 0; margin-right: 10px; }

.schoolw-img img { width: 44px; height: 44px; }

.schoolw-cont { flex: 1; line-height: 1.2; }

.schoolw-tit { font-weight: bold; font-size: 16px; line-height: 20px; height: 20px; overflow: hidden; }

.schoolw-sub { color: #999; font-size: 14px; margin-top: 5px; }

.schoolw-sub a { color: #999; }

.schoolw-sub a:hover { color: #dd3635; }

.schoolw-sub span { color: #E96622; margin-right: 5px; }

.rulesw-list { display: flex; }

.rulesw-list > div { padding-left: 20px; }

.rulesw-list .wid1 { width: 220px; }

.rulesw-list .wid2 { width: 210px; }

.rulesw-list .wid3 { width: 150px; }

.rulesw-list .wid4, .rulesw-list .wid5, .rulesw-list .wid6 { width: 90px; text-align: center; padding-left: 0; }

.rulesw-list .wid6 { width: 100px; text-align: left; padding-left: 20px; }

.rulesw-list .wid7 { width: 140px; }

.rulesw-list .wid8 { width: 100px; }

.rulesw-list .wid9 { flex: 1; text-align: center; padding-left: 0; }

.rulesw-tit { line-height: 56px; background-color: #FE922F; color: #fff; font-size: 18px; }

.rulesw-cont { background-color: #fff; }

.rulesw-cont .wid1 { font-weight: bold; font-size: 18px; }

.rulesw-cont .wid2 img { width: 20px; height: 20px; margin-right: 5px; }

.rulesw-cont .wid4, .rulesw-cont .wid6, .rulesw-cont .wid8 { color: rgba(0, 0, 0, 0.5); }

.rulesw-cont .wid5 { color: #FE1616; }

.rulesw-cont .wid7 { color: #FE922F; }

.rulesw-cont .wid6, .rulesw-cont .wid8 { overflow: visible !important; position: relative; }

.rulesw-cont .wid9 a { width: 64px; line-height: 32px; display: inline-block; text-align: center; color: #FE922F; border: solid 1px #FE922F; border-radius: 4px; font-size: 16px; }

.rulesw-cont .wid9 a:hover { opacity: .9; }

.rulesw-cont .rulesw-list { box-shadow: 0px 1px 0px 0px rgba(255, 147, 46, 0.2); border-bottom: 1px solid rgba(48, 50, 104, 0.2); }

.rulesw-cont .rulesw-list > div { height: 80px; line-height: 80px; overflow: hidden; }

.rulesw-btn { text-align: center; margin-top: 30px; }

.rulesw-btn a { background-color: #FE922F; display: inline-block; color: #fff; font-size: 16px; line-height: 48px; border-radius: 48px; width: 200px; box-shadow: 0px 10px 20px 0px rgba(254, 146, 47, 0.2); transition: transform .3s; }

.rulesw-btn a:hover { opacity: .9; transform: translateY(-10px); }

.morew { position: relative; display: inline-block; }

.morew:hover .morew-c { display: block; }

.morew-t { display: inline-block; }

.morew-t::after { content: ''; width: 14px; height: 14px; background-image: url("../images/icons/gd.png"); display: inline-block; margin-left: 2px; vertical-align: -1px; }

.morew-c { position: absolute; line-height: 1.6; left: 50%; white-space: nowrap; background-color: #fff; z-index: 2; box-shadow: 0 0 10px #ddd; padding: 10px; border-radius: 4px; top: 52px; margin-left: -7px; display: none; text-align: center; font-size: 14px; }

.quesw { display: flex; flex-wrap: wrap; margin-top: -30px; }

.quesw-list { background-color: #fff; box-shadow: 0px 0px 30px 0px rgba(48, 50, 104, 0.2); border-radius: 8px; padding: 25px 30px 60px 30px; width: 380px; margin-left: 30px; transition: transform .3s; margin-top: 30px; position: relative; }

.quesw-list:nth-child(3n-2) { margin-left: 0; }

.quesw-list:hover { transform: translateY(-10px); }

.quesw-q, .quesw-a { display: flex; }

.quesw-q .quesw-c { font-weight: bold; font-size: 18px; height: 52px; line-height: 26px; overflow: hidden; }

.quesw-q .quesw-t { background-color: #FE922F; }

.quesw-a { margin-top: 20px; }

.quesw-a .quesw-c { font-size: 16px; }

.quesw-a .quesw-t { background-color: #303268; }

.quesw-t { flex-shrink: 0; width: 22px; height: 22px; line-height: 22px; border-radius: 4px; color: #fff; text-align: center; font-size: 14px; margin-right: 10px; margin-top: 2px; }

.quesw-bot { position: absolute; bottom: 24px; color: #999; font-size: 14px; display: flex; justify-content: space-between; left: 60px; width: 280px; }

.quesw-bot span { display: flex; align-items: center; }

.quesw-bot .eye { width: 20px; height: 15px; background-image: url("../images/eye.png"); margin-left: 7px; }

.infosw { display: flex; flex-wrap: wrap; margin-top: -30px; }

.infosw-list { width: 380px; margin-left: 30px; transition: transform .3s; margin-top: 30px; position: relative; padding: 24px 20px 20px 20px; border-radius: 8px; }

.infosw-list:nth-child(3n-2) { margin-left: 0; }

.infosw-list:hover { transform: translateY(-10px); }

.infosw-inner { background-color: #fff; padding: 10px; position: relative; z-index: 2; height: 100%; }

.infosw-tit { height: 32px; line-height: 32px; overflow: hidden; background: linear-gradient(270deg, rgba(254, 146, 47, 0), rgba(254, 146, 47, 0.2)); border-radius: 6px 0px 0px 6px; font-size: 18px; font-weight: bold; padding-left: 10px; }

.infosw-cont { margin-top: 30px; padding: 0 10px 20px; }

.infosw-date { text-align: right; color: #999; font-size: 14px; line-height: 14px; margin-top: 15px; }
