*{margin:0;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;touch-action: manipulation;-webkit-tap-highlight-color: transparent;outline: none;}
html{overflow-x:hidden;}
body,input,textarea,select{font-size:15px;color:#444;line-height:1;font-family:Arial, Helvetica, sans-serif;font-weight:400;}
img,video{border:0;max-width:100%;display:inline-block;}
.img{overflow:hidden;}
.img img{transition-duration:1s;}
a{text-decoration:none;transition: all .3s;color:#000;}
a:hover{color:unset;}
th,i,b{font-style:normal;font-weight:normal;}
ol,ul,li{list-style:none;}
table {border-spacing: 0;border-collapse: collapse}
hr{height:1px;padding:0;display:block;border:0;border-top:1px solid #fff}
h5,h6{font-weight:400;font-size:unset;}
input,button,textarea,select{font-size:100%;border:none;outline:none;resize:none;}
textarea{border:1px solid #ccc;outline:0;resize:none;width:100%;}
input{background-color:transparent;outline:0}
::-webkit-scrollbar{width:7px;height:7px;background-color:#F5F5F5;}
::-webkit-scrollbar-track {box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);border-radius:10px;background-color:#F5F5F5;}
::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 6px rgba(0, 0, 0, .1);-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, .1);background-color:#888;}
.wap{display:none;}
.pc{display:block;}
.flex{display:flex;align-items:center;}
.w1248{width:1248px;margin:0 auto;}
@font-face {
    font-family: 'Centaur';
    font-weight: 300;
    src: url('./font/centaur.ttf') format('truetype');
}
@font-face {
    font-family: 'Centaur';
    font-weight: 600;
    src: url('./font/centaur-bold.otf') format('opentype');
}
.header{padding:22px 0;justify-content:space-between;}
.header .rbar{}
.header .search{margin-right:34px;border: #e4e4e4 1px solid;border-radius:48px;cursor:pointer;}
.msearchbtn{display:none;}
.header .search .typeBox .type{background-color:#EFEFEF;padding:0 20px;height:42px;line-height:42px;border-top-left-radius:48px;border-bottom-left-radius:48px;width:136px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.header .search .typeBox .type:after{content:'';background:url(../img/arrowbottom.png) center right no-repeat;width:12px;height:100%;position:absolute;right:10px;top:0;}
.header .search input{line-height:42px;margin:0 20px;}
.header .search .sbtn{background:url(../img/svg/search.svg) center center no-repeat;width:42px;height:42px;margin-right:10px;}
.header .search .typeBox{position:relative;}
.header .search .typeBox .list{position:absolute;top:42px;left:0;width:200%;background-color:#fff;box-shadow:0 0 5px #eee;z-index:100;padding:20px 0;display:none;}
.header .search .typeBox .list i{line-height:20px;padding:10px 15px;border-bottom:#E4E4E4 1px solid;display:block;}
.header .search .typeBox .list i:last-child{border-bottom:none;}
.header .rbar .memBox{border:#000 1px solid;border-radius:48px;height:42px;justify-content:space-between;padding:0 28px;}
.header .rbar .memBox i{width:18px;height:18px;background:url(../img/svg/top_usr.svg) center no-repeat;margin-right:10px;color:#000;}
.nav{border-top:#E4E4E4 1px solid;border-bottom:#222 5px solid;}
.nav .w1248{justify-content:space-between;}
.nav li{line-height:60px;position:relative;margin-right:68px;}
.nav li>a{font-weight:600;position:relative;}
.nav li>a:after{content:'';width:100%;height:0;position:absolute;left:0;bottom:0;border-bottom:#000 1px solid;transition-duration:0.5s;}
.nav li .sub{position:absolute;left:0;top:65px;background-color:#fff;box-shadow:0 8px 20px rgba(0, 0, 0, .25);z-index:999;width:240px;display:none;flex-wrap:wrap;padding:10px 40px 20px 50px;border-top:5px solid transparent;}
.nav li .sub a{line-height:46px;}
.nav li .arrow{position:absolute;left:0;bottom:-5px;right:-22px;height:5px;display:none;}
.nav li .arrow em{position:absolute;left:50%;bottom:-3px;transform:rotate(45deg);transform-origin:left top;background-color:#fff;width:8px;height:8px;}
.nav li .flex.sub{width:570px;}
.nav li .flex.sub a{width:48%;}
.nav li>i{position:absolute;right:-22px;top:50%;transform:translateY(-50%);background:url(../img/arrownav.png) center center no-repeat;width:12px;height:100%;}
.nav .contribute:after{content:'';background:url(../img/svg/contribute.svg) center no-repeat;width:32px;height:60px;}
.nav .contribute i{font-weight:600;margin-right:20px;transition-duration:0.5s;position:relative;}
.nav .contribute i:after{content:'';width:100%;height:0;position:absolute;left:0;bottom:0;border-bottom:#000 1px solid;transition-duration:0.5s;}
.hban{overflow:hidden;margin:60px 0 20px;position:relative;}
.hban .swiper-slide{position:relative;}
.hban .swiper-slide a>img{width:100%;}
.hban .txt{position:absolute;left:34px;bottom:40px;color:#fff;right:24%;}
.hban .txt h5{font-size:30px;font-weight:600;}
.hban .txt p{font-size:20px;margin-top:16px;}
.hban .pageBtns{position:absolute;bottom:50px;right:3.125%;display:flex;align-items:center;z-index:99;}
.hban .pageBtns .btn{width:17px;height:18px;background-position:center;background-repeat:no-repeat;cursor:pointer;background-color:unset;}
.hban .pageBtns .swiper-prev{background-image:url(../img/svg/arrow_left.svg);}
.hban .pageBtns .swiper-next{background-image:url(../img/svg/arrow_right.svg);}
.hban .pageBtns .line{margin:0 10px;width:1px;height:18px;background-color:rgba(255, 255, 255, .5);}
.habout{display:flex;justify-content:space-between;padding:0 40px 0;}
.habout .left{width:30.5%}
.habout .left .txt{font-family:'Centaur';font-weight:600;font-size:32px;line-height:36px;color:#000;margin-bottom:45px;}
.habout .left .link{color:#fff;background-color:#222;border-radius:56px;width:255px;line-height:56px;text-align:center;display:block;font-weight:bold;border:#fff 1px solid;}
.habout .right{width:63%;display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;}
.habout .right .item{border-top:#222 2px solid;padding:25px 0 45px;width:46.5%;}
.habout .right .item img{transition-duration:1s;}
.habout .right .item h5{font-size:24px;font-weight:600;color:#222;padding:25px 0 18px;}
.habout .right .item p{line-height:20px;}
.hart{display:flex;margin:45px 0 80px;}
.hart .left{width:50%;position:relative;background-position:center;background-repeat:no-repeat;background-size:cover;}
.hart .left>i{position:absolute;bottom:50px;right:50px;width:28px;height:14px;background:url(../img/svg/right.svg) center no-repeat;filter:invert(1) brightness(100);transition-duration:1s;}
.hart .left .txt{position:absolute;top:38px;left:38px;right:110px;color:#fff;}
.hart .left .txt h5{font-size:32px;font-weight:500;line-height:36px;margin:18px 0 24px;}
.hart .left .txt p{line-height:20px;}
.hart .tip{margin-top:40px;position:relative;}
.hart .tip span{font-weight:bold;padding-right:10px;margin-right:12px;border-right:#fff 1px solid;}
.hart .tag{font-size:13px;border-radius:90px;border:#fff 1px solid;line-height:28px;display:inline-block;padding:0 16px;transition-duration:1s;}
.hart .right{width:50%;}
.hart .right .top{background-color:#e4e4e4;display:block;padding:38px 0 40px 38px;color:#222;}
.hart .right .top .txt{padding-right:140px;}
.hart .right .top .tag{border-color:#222;}
.hart .right .top h5{font-size:20px;font-weight:600;line-height:24px;margin:20px 0 26px;height:48px;overflow:hidden;}
.hart .right .top p{line-height:20px;height:40px;overflow:hidden;}
.hart .right .top .tip{margin-top:42px;}
.hart .right .top .tip span{border-color:#222;}
.hart .right .tip i{position:absolute;top:0;right:50px;width:28px;height:14px;background:url(../img/svg/right.svg) center no-repeat;transition-duration:0.3s;}
.hart .right .bottom{display:flex;}
.hart .right .bottom a{background-color:#F3F3F3;color:#222;padding:38px;}
.hart .right .bottom a:first-child{background-color:#000;color:#fff;}
.hart .right .bottom h5{font-size:20px;line-height:24px;margin:14px 0 14px;font-weight:bold;height:72px;overflow:hidden;}
.hart .right .bottom p{line-height:20px;}
.hart .right .bottom a:first-child i{filter:invert(1) brightness(100);}
.hart .right .bottom a:nth-child(2) .tag{border-color:#222;}
.hart .right .bottom a:nth-child(2) .tip span{border-color:#222;}
.hart .right .bottom a .tip i{right:8px;}
.hjournal .list{display:flex;margin-top:30px;}
.hjournal .list>a{width:20%;padding-bottom:20px;margin-right:1%;color:#222;border-bottom:#cdcdcd 1px solid;}
.hjournal .list>a img{height:158px;}
.hjournal .list>a .txt{height:265px;overflow:hidden;margin-bottom:20px;}
.hjournal .list>a h6{font-weight:bold;line-height:20px;margin:15px 0 10px;overflow:hidden;}
.hjournal .list i{display:block;color:#666;height:16px;margin-bottom:15px;}
.hjournal .list>a p{line-height:20px;margin-bottom:28px;}
.hjournal .list .last{margin-right:0;border-bottom:#cdcdcd 1px solid;}
.hjournal .list .last img{width:100%;}
.hjournal .list .last .btns{padding:10px 0 78px;display:flex;justify-content:space-between;}
.hjournal .list .last .btns a{border:#000 1px solid;border-radius:2px;line-height:38px;color:#000;width:48%;text-align:center;}
.hjournal .list .last .btns a:last-child{background-color:#000;color:#fff;}
.newsForum{display:flex;justify-content:space-between;padding:20px 0 100px;}
.hnews{width:39.1%;}
.hnews .txt{background-color:#222;color:#fff;margin-top:30px;display:block;}
.hnews .des{padding:18px 70px 20px 26px;}
.hnews .des h6{font-size:18px;line-height:20px;height:60px;overflow:hidden;margin-bottom:20px;}
.hnews .des .time{margin-top:13px;}
.hnews .des .time i{font-weight:bold;padding-right:14px;border-right:#fff 1px solid;margin-right:12px;}
.hforum{width:59.45%;}
.hforum .list{display:flex;margin-top:30px;}
.hforum .list>a{width:32%;padding:0 0 20px 0;margin-right:2%;color:#444;border-bottom:#cdcdcd 1px solid;}
.hforum .list>a:last-child{margin-right:0;}
.hforum .list>a img{width:100%;}
.hforum .list>a .txt{height:170px;overflow:hidden;margin:18px 0 19px;line-height:20px;}
.hforum .list>a .txt h6{font-weight:bold;font-size:18px;padding-bottom:12px;}
.hforum .list>a .time{margin-top:10px;color:#222;}
.hforum .list>a .time i{font-weight:bold;padding-right:14px;border-right:#222 1px solid;margin-right:12px;}
.hacdemic{margin:85px 0;background-color:#F5F5F5;padding:62px 48px 50px 58px;}
.hacdemic h4{font-family:'Centaur';font-size:32px;color:#000;}
.hacdemic .txt{line-height:20px;color:#666;margin:36px 0 45px;}
.hacdemic .link{text-align:right;}
.hacdemic .link a{font-weight:bold;color:#000;padding-right:44px;position:relative;text-transform:uppercase;}
.hacdemic .link a i{position:absolute;top:0;right:0;width:28px;height:14px;background:url(../img/svg/right.svg) center no-repeat;transition-duration:1s;}
h4.htit{font-size:24px;text-align:center;color:#222;border-bottom:#222 1px solid;display:flex;padding:24px 0;justify-content:space-between;align-items:center;}
h4.htit i{display:inline-block;font-weight:bold;}
h4.htit .more{font-size:16px;}
.hrecommend{background-color:#E8EAEE;padding:45px 0;}
.hrecommend .list{display:flex;justify-content:center;margin-top:34px;}
.hrecommend .list a{width:118px;margin-right:22px;text-align:center;}
.hrecommend .list a:last-child{margin-right:0;}
.hrecommend .list a p{line-height:20px;color:#000;margin-top:10px;transition-duration:0.3s;}
.route{padding:18px 0;}
.route a{color:#999;padding-right:16px;margin-right:10px;background:url(../img/svg/ico_route.svg) right center no-repeat;}
.route a:last-child{color:#000;padding-right:0;margin-right:0;background:none;}
.ban{position:relative;}
.ban .info{position:absolute;top:50%;left:60px;transform:translateY(-50%);font-size:16px;line-height:24px;color:#fff;text-transform:uppercase;}
.ban .info h1{font-weight:bold;font-size:57px;margin-top:20px;}
.about{padding-bottom:60px;}
.about h2{color:#000;font-family:'Centaur';font-size:32px;padding:40px 0 30px 60px;}
.about .des{font-size:16px;line-height:24px;color:#000;padding:0 60px;position:relative;color:#666;}
.about .des:before{content:'“';color:rgba(0, 0, 0, 0.08);font-family:'Centaur';font-size:90px;font-weight:600;position:absolute;top:20px;left:8px;}
.about .des h4{font-weight:bold;padding-bottom:10px;}
.about .des p{line-height:23px;}
.about .des p span{position:relative;}
.about .des p span:after{content:'”';color:rgba(0, 0, 0, 0.08);font-family:'Centaur';font-size:90px;font-weight:600;position:absolute;top:35px;left:20px;}
.about .color{background-color:#F5F5F5;padding:30px 60px 20px;display:flex;align-items:center;margin:46px 0 25px;}
.about .color .right{margin-left:20px;color:#222;font-weight:bold;}
.about .color .right p:first-child{margin-bottom:20px;}
.about .txt{color:#666;line-height:23px;padding:0 60px 0;}
.about .tit{display:flex;align-items:center;padding:40px 60px 10px;color:#000;font-weight:bold;font-size:32px;font-family:'Centaur';}
.about .tit img{margin-right:10px;width:36px;}
.commitee{padding-bottom:60px;}
.commitee h1{font-size:18px;color:#000;font-weight:bold;font-family:'Centaur';padding-bottom:6px;}
.commitee .list{display:flex;flex-wrap:wrap;justify-content:space-between;}
.commitee .list .item{width:49%;border:#E4E4E4 1px solid;display:flex;margin-top:22px;}
.commitee .list .item .img{width:32.7%;}
.commitee .list .item .right{width:67.3%;padding:28px 24px 28px;}
.commitee .list .item .right h5{font-weight:bold;font-size:18px;color:#222;}
.commitee .list .item .right h6{font-size:13px;color:#222;padding:15px 0 11px;border-bottom:#E4E4E4 1px solid;}
.commitee .list .item .right .txt{font-size:12px;line-height:17px;color:#777;padding-top:12px;}
.browse .box{justify-content:space-between;align-items:flex-start;padding:26px 0 108px;}
.browse .box .left{width:19%;padding-top:12px;}
.browse .box .left h6{font-family:'Centaur';font-size:18px;color:#000;font-weight:bold;padding-bottom:10px;}
.browse .box .left .tname{font-size:13px;color:#777;margin:24px 0 10px;}
.browse .box .left .sel{border:#E4E4E4 1px solid;line-height:40px;font-size:16px;color:#000;padding:0 12px;position:relative;}
.browse .box .left .sel:after{content:'';position:absolute;top:50%;right:12px;width:12px;height:9px;background:url(../img/arrownav.png) no-repeat;transform:translateY(-50%);transition-duration:0.5s;}
.browse .box .left .sel span{cursor:pointer;}
.browse .box .left .sel.cur:after{transform:translateY(-50%) rotate(180deg);}
.browse .box .left .sel.cur .list{display:block;}
.browse .box .left .sel .list{font-size:14px;line-height:22px;position:absolute;top:40px;left:-1px;right:-1px;border:#E4E4E4 1px solid;background-color:#fff;padding:15px 10px;display:none;z-index:1;}
.browse .box .left .sel .list a{display:block;margin:10px 0;cursor:pointer;}
.browse .box .left .pubtype{margin:48px 0 24px;}
.browse .box .left .chkBox label{display:block;margin-bottom:15px;font-size:13px;color:#000;}
.browse .box .left .chkBox label input{margin-right:7px;}
.browse .box .right{width:77.5%;}
.browse .box .right .hot{display:flex;}
.browse .box .right .hot a{width:23%;margin-right:2.4%;color:#222;}
.browse .box .right .hot a.cur{width:49.2%;}
.browse .box .right .hot a:last-child{margin-right:0;}
.browse .box .right .hot img{width:100%;margin-bottom:12px;}
.browse .box .right .hot h6{font-weight:bold;line-height:18px;}
.browse .box .right .hot p{color:#666;margin:15px 0 7px;}
.browse .box .right .rec{border-top:#E4E4E4 1px solid;padding-top:24px;margin-top:24px;justify-content:space-between;align-items:flex-start;}
.browse .box .right .rec .bigBox{width:49.2%;justify-content:space-between;align-items:flex-start;}
.browse .box .right .rec .listBox{width:48.4%;}
.browse .box .right .rec .listBox a{display:flex;justify-content:space-between;align-items:center;border-bottom:#E4E4E4 1px solid;padding-bottom:28px;margin-bottom:18px;}
.browse .box .right .rec .listBox a:last-child{margin-bottom:0;padding-bottom:0;border-bottom:unset;}
.browse .box .right .rec .listBox a .img{width:24%;}
.browse .box .right .rec .listBox a .txt{width:72.5%;font-size:13px;}
.browse .box .right .rec .listBox a .txt h6{line-height:20px;color:#222;font-weight:bold;padding-bottom:7px;transition-duration:0.5s;}
.browse .box .right .rec .listBox a .txt p{color:#777;}
.browse .box .right .rec .listBox a .txt p i{color:#222;margin-left:8px;}
.browse .box .right .rec .bigBox a{width:48%;}
.browse .box .right .rec .bigBox a h6{color:#222;font-weight:bold;line-height:17px;margin:12px 0 13px;}
.browse .box .right .rec .bigBox a p{color:#666;padding-bottom:7px;}
.browse .box .right .rec .bigBox a i{color:#222;}
.browse .box .right .prolist a{display:flex;justify-content:space-between;align-items:center;border-top:#E4E4E4 1px solid;padding-top:28px;margin-top:18px;}
.browse .box .right .prolist a .img{width:12%;}
.browse .box .right .prolist a .img img{width:100%;}
.browse .box .right .prolist a .txt{width:83%;font-size:13px;}
.browse .box .right .prolist a .txt h6{line-height:20px;color:#222;font-weight:bold;padding-bottom:7px;transition-duration:0.5s;}
.browse .box .right .prolist a .txt p{color:#777;}
.browse .box .right .prolist a .txt p i{color:#222;margin-left:8px;}
.product .tag{background:url(../img/svg/lock.svg) left center no-repeat;padding:0 0 0 22px;margin-top:14px;}
.product .tag a{color:#000;font-size:13px;padding:0 9px;border-left:#E4E4E4 1px solid;}
.product .tag a.cur{color:#0272B1;}
.product{padding-bottom:120px;}
.product .proBox{align-items:baseline;justify-content:space-between;}
.product .left{width:62.3%;}
.product .left h1{font-family:'Centaur';line-height:32px;padding-top:22px;}
.product .left .olink{padding:10px 0 14px;display:flex;align-items:center;position:relative;}
.product .left .olink a{color:#0272B1;font-size:13px;text-decoration:underline;}
.product .left .olink>a{margin-right:12px;}
.product .left .olink .authors{margin-right:12px;}
.product .left .olink .authors .authorBox{position:absolute;left:0;bottom:40px;background-color:#fff;border:#222 1px solid;padding:24px 24px 18px;width:80%;display:none;}
.product .left .olink .authors .authorBox h5{padding-bottom:12px;position:relative;}
.product .left .olink .authors .authorBox h5 span{color:#000;font-size:20px;font-weight:bold;}
.product .left .olink .authors .authorBox h5 i{background-color:#999;color:#fff;border-radius:50%;margin:0 3px 0 10px;font-size:12px;display:inline-block;width:18px;height:18px;line-height:18px;text-align:center;}
.product .left .olink .authors .authorBox h5 a{font-size:14px;}
.product .left .olink .authors .authorBox h5 em{color:#666;position:absolute;top:0;right:0;cursor:pointer;}
.product .left .olink .authors .authorBox p{line-height:22px;}
.product .left .olink .authors>a{position:relative;cursor:pointer;}
.product .left .olink .authors>a i{position:absolute;left:50%;bottom:20px;width:15px;height:15px;transform:translateX(-50%) rotate(45deg);border-bottom: #222 1px solid;border-right: #222 1px solid;background-color:#fff;z-index:1;display:none;}
.product .left .olink .authors.cur .authorBox{display:block;}
.product .left .olink .authors.cur>a i{display:block;}
.product .left .olink a.btnlink{background-color:#0272B1;color:#fff;padding:10px 30px;text-decoration:unset;display:inline-block;margin-top:12px;}
.product .left .nature{color:#000;font-size:13px;}
.product .left .downnum{color:#000;font-size:13px;margin:26px 0;background:url(../img/svg/down.svg) left center no-repeat;padding-left:23px;}
.product .left .hit{color:#000;font-size:13px;margin:26px 0;background:url(../img/hit.png) left center no-repeat;padding-left:23px;}
.product .left .des{border-top:#E4E4E4 1px solid;border-bottom:#E4E4E4 1px solid;padding:22px 0;color:#000;}
.product .left .des .imgs{background-color:#000;padding:1px 1px 0;margin-bottom:44px;}
.product .left .des .imgs .tit{color:#fff;font-weight:bold;line-height:58px;text-align:center;}
.product .left .des .imgs img{width:100%;}
.product .left .des h3{font-weight:bold;color:#222;padding:24px 0 20px;}
.product .left .des p{line-height:24px;font-size:14px;}
.product .left .des .down{padding:22px 0;font-weight:bold;}
.product .left .des .down a{border:#000 1px solid;color:#000;padding:0 23px;display:inline-block;border-radius:48px;line-height:42px;}
.product .left .des .down span{display:inline-block;margin-left:12px;padding-left:13px;border-left:#E4E4E4 1px solid;}
.product .left .content{color:#444;line-height:24px;font-size:15px;padding-top:30px;}
.product .left .content p{padding-bottom:20px;}
.product .left .content h3{color:#000;font-weight:bold;padding:30px 0 14px;}
.product .left .proaccess{padding-top:54px;margin-top:35px;border-top:#E4E4E4 1px solid;text-align:center;color:#000;font-size:13px;}
.prevnext{border-top:#000 2px solid;padding-top:20px;display:flex;justify-content:space-between;}
.prevnext a{width:47%;display:flex;align-items:center;color:#000;font-size:13px;font-weight:bold;line-height:16px;}
.prevnext a.prev i{margin-right:8px;}
.prevnext a.next{text-align:right;}
.prevnext a.next i{margin-left:8px;}
.proaboutart h4{margin:63px 0 32px;border-bottom:#E4E4E4 1px solid;font-size:24px;font-weight:bold;font-family:'Centaur';padding-bottom:26px;color:#000;}
.proaboutart .art_con h6{font-size:24px;color:#000;margin-bottom:16px;}
.proaboutart .art_con p{color:#444;line-height:22px;font-size:14px;}
.proaboutart .art_con .infos{margin:25px 0 30px;display:flex;color:#444;}
.proaboutart .art_con .infos p{padding:0 58px;border-right:#E4E4E4 1px solid;font-size:15px;line-height:28px;}
.proaboutart .art_con .infos p:first-child{padding-left:0;}
.proaboutart .art_con .infos p:last-child{padding-right:0;border-right:unset;}
.proaboutart .art_con .infos p strong{display:block;font-weight:500;}
.proaboutart .art_con .infos p a{color:#444;}
.proaccess .tit{padding-bottom:19px;}
.proaccessbtn{margin-top:24px;color:#fff;font-weight:bold;background-color:#222;border:#222 1px solid;line-height:42px;border-radius:30px;padding:0 62px;display:inline-flex;align-items:center;}
.product .proaccessbtn i{width:16px;height:16px;background:url(../img/svg/lock.svg) center no-repeat;margin:-2px 10px 0 0;filter:invert(1) brightness(100);transition-duration:0.5s;}
.f24{font-size:24px;font-weight:bold;color:#000;}
.product .right{width:34%;}
.product .right .proaccess{text-align:center;font-size:13px;padding-bottom:24px;}
.prodetail{background-color:#F5F5F5;padding:26px 22px 50px;margin-bottom:26px;}
.prodetail h6{color:#000;font-size:18px;font-weight:bold;font-family:'Centaur';padding-bottom:17px;}
.prodetail .attrs{flex-wrap:wrap;padding-bottom:50px;}
.prodetail .attrs p{width:50%;line-height:28px;color:#000;font-size:13px;}
.prodetail .ebook{border:#E4E4E4 1px solid;padding:12px 22px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#222;margin-top:7px;}
.prodetail .ebook p{padding:10px 0;}
.prodetail .ebook .r{text-align:right;}
.prodetail .ebook .r i{text-decoration:line-through;}
.prodetail .ebook .r span{color:#DA1E28;font-weight:bold;}
.prodetail .ebook em{font-size:18px;font-weight:bold;}
.prodetail .btns{text-align:center;}
.prodetail .btns .tip{color:#777;font-size:13px;margin-top:14px;}
.prosbar{margin-top:24px;background:#F5F5F5;padding:24px 0 0 24px;}
.prosbar h5{font-weight:bold;color:#222;padding:0 5px 20px;border-bottom:#000 2px solid;}
.prosbar .rec{padding:10px 45px 20px 0;}
.prosbar .rec a{border-bottom:#E4E4E4 1px solid;padding:12px 0;display:block;font-size:13px;color:#222;display:flex;justify-content:space-between;}
.prosbar .rec a .txt{width:67%;}
.prosbar .rec a .img{width:31%;}
.prosbar .rec a:last-child{border-bottom:unset;}
.prosbar .rec a h6{font-weight:bold;line-height:16px;color:#000;transition-duration:0.5s;width:70%;}
.prosbar .rec a p{padding:7px 0;color:#777;}
.prosbar .taglist{padding-right:20px;display:flex;flex-wrap:wrap;padding-bottom:35px;}
.prosbar .taglist a{margin:24px 10px 0;display:inline-block;padding:0 21px;line-height:36px;background-color:#fff;color:#222;}
.payment{align-items:baseline;justify-content:space-between;padding-bottom:80px;}
.payment .left{width:63%;}
.payment .left h4{font-size:18px;font-weight:bold;font-family:'centaur';color:#000;padding:15px 0 30px;}
.payment .left .pro a{display:flex;justify-content:space-between;align-items:center;border-bottom:#E4E4E4 1px solid;padding-bottom:22px;}
.payment .left .pro a .img{width:12%;}
.payment .left .pro a .txt{width:85%;font-size:13px;}
.payment .left .pro a .txt h6{line-height:20px;color:#222;font-weight:bold;padding-bottom:7px;transition-duration:0.5s;}
.payment .left .pro a .txt p{color:#777;}
.payment .left .pro a .txt p i{color:#222;margin-left:8px;}
.payment .left .proAttrs{margin:35px 0;border-bottom:#E4E4E4 1px solid;padding-bottom:22px;}
.payment .left .proAttrs .flex{flex-wrap:wrap;max-width:500px;}
.payment .left .proAttrs .flex p{width:200px;line-height:28px;font-size:13px;color:#000;}
.payment .method{margin-bottom:12px;}
.payment .method label{border-bottom:#E4E4E4 1px solid;display:flex;align-items:center;line-height:76px;cursor:pointer;font-weight:bold;color:#000;}
.payment .method label img{margin:0 13px 0 22px;}
.payment .tip{font-size:13px;line-height:20px;color:#777;}
.payment .tip .s{font-size:12px;line-height:18px;}
.payment .prodetail .agree{padding:30px 0;border-top:#E4E4E4 1px solid;color:#777;font-size:13px;}
.payment .prodetail .agree label{margin-left:12px;line-height:20px;cursor:pointer;}
.payment .tip .m{padding:24px 0;border-bottom:#E4E4E4 1px solid;margin-bottom:12px;}
.payment .buytip{font-size:13px;line-height:20px;color:#777;padding-bottom:28px;}
.payment .secure{font-size:13px;line-height:20px;color:#777;background:url(../img/ico_secure.png) left top no-repeat;padding:0 14px 30px 33px;margin-top:15px;text-align:left;}
.payment .right{width:34%;}
.contact{padding-bottom:75px;}
.contact h1{font-size:18px;color:#000;font-family:'Centaur';font-weight:bold;padding:16px 0 66px;}
.contact .flex{align-items:flex-start;justify-content:space-between;}
.contact .flex .item{width:49%;color:#222;}
.contact .flex .item .addr{padding:29px 75px 20px 12px;line-height:18px;}
.contact .flex .item .addr h6{font-size:18px;font-weight:bold;padding-bottom:10px;}
.contact .flex .item .box{background:#f5f5f5;padding:44px 25px 40px 18px;align-items:center;}
.contact .flex .item .box .f{display:inline-flex;align-items:center;}
.contact .flex .item .box .f .tel{padding-left:14px;}
.contact .flex .item .box .f .tel strong{display:block;font-size:18px;font-weight:bold;margin-top:10px;}
.contact .flex .item .box .time p{line-height:20px;text-align:right;}
.webaim{padding:18px 0 60px;}
.webaim .tit{line-height:48px;text-align:center;font-size:32px;font-weight:bold;font-family:'Centaur';color:#000;}
.webaim .flex{justify-content:space-between;margin-top:48px;}
.webaim .img{width:49%;}
.webaim .left{width:46%;}
.webaim .left .item{border-bottom:#E4E4E4 1px solid;padding:26px 0 12px;color:#222;font-size:13px;}
.webaim .left .item h4{font-size:18px;font-weight:bold;padding-bottom:10px;}
.webaim .left .item p{line-height:16px;}
.webaim .left .item ul{margin:16px 0 0 20px;}
.webaim .left .item ul li{line-height:20px;list-style:disc;}
.webaim .left .tip{line-height:18px;font-size:12px;color:#777;margin-top:14px;}
.contrast{background-color:#F5F5F5;padding:87px 0;}
.contrast h4{font-family:'Centaur';font-weight:bold;font-size:32px;text-align:center;color:#000;}
.contrast .flex{justify-content:center;margin-top:48px;}
.contrast .flex .item{background:#fff;padding:42px 24px;width:32%;}
.contrast .flex .item:first-child{margin-right:23px;}
.contrast .flex .item h5{font-size:28px;font-weight:bold;color:#222;}
.contrast .flex .item .des{line-height:23px;color:#222;margin:24px 0 20px;}
.contrast .flex .item h6{font-weight:bold;color:#222;}
.contrast .flex .item .list{padding:12px 0 30px;line-height:30px;}
.contrast .flex .item .list p em{color:#f00;margin-right:5px;}
.contrast .flex .item .link{background:#000;color:#fff;text-align:center;padding:0 26px;line-height:42px;display:inline-block;border-radius:48px;border:#000 1px solid;margin-top:10px;}
.w824{width:824px;margin:0 auto;}
.payperview{padding:87px 0;}
.payperview h4{text-align:center;font-size:32px;font-weight:bold;font-family:'Centaur';color:#000;}
.payperview .des{font-size:13px;color:#222;line-height:20px;text-align:center;padding:20px 0 40px;}
.payperview .des p{padding-bottom:15px;}
.payperview .tb .row{border:#E4E4E4 1px solid;border-bottom:unset;display:flex;align-items:center;line-height:23px;color:#222;}
.payperview .tb .row:last-child{border-bottom:#E4E4E4 1px solid;}
.payperview .tb .row .tit{width:22.34%;padding-left:30px;}
.payperview .tb .row .con{border-left:#E4E4E4 1px solid;padding:40px 30px;width:77.66%}
.mem{align-items:flex-start;margin:12px 0 52px;justify-content:space-between;}
.mem .left{width:33.8%;}
.mem .left a{display:block;line-height:60px;border-bottom:#E4E4E4 1px solid;padding-left:58px;font-size:18px;color:#000;font-family:'Centaur';}
.mem .left a.cur{background-color:#222;color:#fff;}
.mem .right{width:61.2%;background:#F5F5F5;padding:26px 0 48px 55px;}
.mem .right h1{font-family:'Centaur';font-size:18px;color:#000;font-weight:600;}
.mem .right .note{color:#DA1E28;font-size:13px;padding:35px 0 18px;}
.mem .right form .row{padding:22px 55px 0 0;}
.mem .right form .row label{font-size:13px;color:#777;display:block;}
.mem .right form .row label i{color:#DA1E28;margin-left:5px;}
.mem .right form .row select,.mem .right form .row input{line-height:40px;border:#E4E4E4 1px solid;color:#000;font-size:18px;background:#fff;width:100%;padding-left:10px;margin-top:10px;}
.mem .right form .row select{height:42px;}
.mem .right form .tip{padding:6px 0 15px;color:#777;font-size:13px;line-height:24px;}
.mem .right form .tip a{display:inline-block;border:#000 1px solid;border-radius:48px;padding:0 24px;cursor:pointer;margin-left:24px;}
.mem .right form .row.flex{justify-content:space-between;}
.mem .right form .row .col{width:48%;}
.mem .right form .tit{padding:48px 0;}
.mem .right form .tit h6{font-weight:bold;color:#222;padding-bottom:16px;}
.mem .right form .btn{background-color:#000;color:#fff;line-height:42px;border-radius:48px;padding:0 40px;display:inline-block;border:#000 1px solid;}
.myorder{display:flex;align-items:center;justify-content:space-between;border-bottom:#E4E4E4 1px solid;padding:24px 55px 24px 0;}
.myorder .pro{width:68%;display:inline-flex;justify-content:space-between;align-items:center;}
.myorder .pro .img{width:21.8%;}
.myorder .pro .txt{width:75.5%;font-size:13px;}
.myorder .pro .txt h6{line-height:20px;color:#222;font-weight:bold;padding-bottom:1px;transition-duration:0.5s;}
.myorder .pro .txt p{color:#222;padding-bottom:8px;}
.myorder .pro .txt em{color:#777;}
.myorder .pro .txt p i{margin-left:8px;}
.myorder .down{width:128px;text-align:center;line-height:38px;border-radius:48px;border:#000 1px solid;}
.searchPage .sfrm{display:flex;justify-content:space-between;}
.searchPage .sfrm input{width:87.5%;line-height:40px;border:#E4E4E4 1px solid;padding:0 12px;color:#000;}
.searchPage .sfrm .btn{width:10.57%;line-height:40px;background-color:#000;color:#fff;display:flex;justify-content:center;}
.searchPage .sfrm .btn i{background:url(../img/svg/search.svg) center no-repeat;width:20px;margin-left:10px;filter:invert(1) brightness(100);}
.searchPage h3{padding:27px 0 23px;font-size:18px;color:#000;font-weight:bold;font-family:'Centaur';}
.searchPage .stypeall{background-color:#F5F5F5;padding:15px 0;}
.searchPage .stypeall a{color:#000;font-size:13px;line-height:20px;margin:0 25px;display:inline-block;}
.searchPage .stypeall a.cur{font-weight:bold;text-decoration:underline;}
.sconlist a{margin:24px 0;display:block;border-bottom:#E4E4E4 1px solid;padding-bottom:24px;display:flex;justify-content:space-between;align-items:center;}
.sconlist a .img{width:9%;}
.sconlist a .txt{width:88%;font-size:13px;}
.sconlist a .txt h6{color:#222;padding-bottom:12px;}
.sconlist a .txt h6 i{color:#FF0A0A;}
.sconlist a .txt p{color:#777;}
.sconlist a .txt p i{color:#222;margin-left:10px;}
.artinfo{line-height:22px;padding-bottom:40px;color:#666;}
.artinfo h1{padding:20px 0 30px;color:#222;}
.footer{background-color:#0B0B0B;padding:77px 0 26px;}
.footer .fnav{align-items:baseline;}
.footer .fnav .item{margin-right:60px;}
.footer .fnav .item .sub a{width:100%;display:block;}
.footer .fnav .email a{color:#fff;display:block;height:38px;line-height:38px;background:url(../img/svg/email.svg) center left no-repeat;padding-left:45px;font-weight:bold;text-transform:uppercase;}
.footer .fnav h6{margin-bottom:22px;}
.footer .fnav h6 a{color:#fff;font-weight:bold;text-transform:uppercase;}
.footer .fnav .sub a{color:#acacac;font-size:13px;line-height:28px;}
.footer .fnav .mylinks{display:flex;}
.footer .fnav .mylinks a{width:38px;height:38px;border-radius:50%;border:#fff 1px solid;margin-right:10px;background-position:center;background-repeat:no-repeat;}
.footer .fnav .mylinks a.facebook{background-image:url(../img/svg/fa-facebook.svg);}
.footer .fnav .mylinks a.x{background-image:url(../img/svg/fa-x.svg);}
.footer .fnav .mylinks a.linkedin{background-image:url(../img/svg/fa-linkedin.svg);}
.footer .fnav .mylinks a.instagram{background-image:url(../img/svg/fa-instagram.svg);}
.footer .fnav .mylinks a.youtube{background-image:url(../img/svg/fa-youtube.svg);}
.footer .copys{margin-top:58px;border-top:#fff 1px solid;padding-top:22px;justify-content:space-between;}
.footer .copys .txt{width:298px;font-size:12px;line-height:14px;color:#fff;}
.mylayerbg{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000;}
.mylayer{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:10px;z-index:1001;width:440px;}
.mylayer .box{padding:80px 40px;}
.mylayer .box .tit{text-align:center;}
.mylayer .box .tit h5{font-family:'Centaur';font-weight:600;font-size:32px;padding:35px 0 50px;color:#000;}
.mylayer .box .frm .row{margin-bottom:18px;position:relative;}
.mylayer .box .frm .row span{color:#777;display:block;padding-bottom:10px;}
.mylayer .box .frm .row input{width:100%;line-height:44px;border:#DADCE0 1px solid;border-radius:2px;color:#000;padding:0 12px;}
.mylayer .box .frm .row i{position:absolute;right:14px;top:37px;background:url(../img/svg/eye-off.svg) center no-repeat;width:20px;height:20px;cursor:pointer;}
.mylayer .box .frm .row i.cur{background-image:url(../img/svg/eye.svg);}
.frm .row .err{background:url(../img/svg/info.svg) left 3px no-repeat;padding-left:24px;color:#EB644C;line-height:24px;margin-top:5px;}
.mylayer .box .frm .btn{width:100%;line-height:44px;background-color:#000;color:#fff;border-radius:2px;display:block;cursor:pointer;text-align:center;font-weight:bold;}
.mylayer .box .link{text-align:center;padding:25px 0;color:#3370E7;font-weight:bold;display:block;}
.mylayer .box .tip{font-weight:bold;text-align:center;color:#000;}
.mylayer .box .privacy{font-size:13px;color:#999;line-height:19px;padding:18px 0;}
.mylayer .box .tip a{color:#3370E7;}
.mylayer .box .frm .row input:focus{border-color:#000;}
.mylayer .box .frm a{cursor:pointer;}
.mylayer .box .ttip{font-size:13px;line-height:19px;text-align:center;margin:-20px 40px 30px;}
.mylayer .box .sendok{text-align:center;}
.mylayer .box .sendok>img{margin:30px 0;}
.mylayer .box .sendok p{line-height:23px;font-size:15px;color:#777;padding-bottom:15px;}
.mylayer .box .sendok p strong{color:#000;}
.mylayer .box .msg{margin-top:22px;color:#000;line-height:22px;text-align:center;}
.mylayer .box .msg a{display:block;color:#3370E7;}
.mylayer .close{position:absolute;right:10px;top:10px;width:20px;height:20px;background:url(../img/svg/closeBtn.svg) center no-repeat;cursor:pointer;}
.mylayer .errBox{text-align:center;padding:37px 40px;}
.mylayer .errBox h5{font-family:'Centaur';font-size:32px;color:#000;font-weight:bold;padding:20px 0;}
.mylayer .errBox .tip{color:#000;line-height:23px;}
.mylayer .errBox .btns{margin-top:30px;}
.mylayer .errBox .btns a{line-height:40px;height:40px;width:110px;display:inline-block;background-color:#000;color:#fff;cursor:pointer;}
.mylayer .errBox .btns a.cancel{background-color:#e7e7e7;color:#000;margin-right:10px;}
.mylayer .box .frm .btn.loading i{display:inline-block;width:12px;height:12px;overflow:hidden;margin-right:10px;font-size:12px;color:#fff;border-radius:50%;transform:translateZ(0);animation:loadBox 1.7s infinite ease, roundBox 1.7s infinite ease;}
.journalcate{}
.journalcate .clists{display:flex;align-items:self-start;flex-wrap:wrap;}
.journalcate .clists .item{width:19%;padding:48px 1% 42px 0;}
.journalcate .clists .item:nth-child(n+6){border-top:#222222 1px solid;}
.journalcate .clists .item h6{font-family:'Centaur';font-weight:600;font-size:18px;margin:24px 0;color:#000000;height:48px;}
.journalcate .clists .item .btns{height:40px;display: flex;justify-content:space-between;}
.journalcate .clists .item .btns a{border:#000 1px solid;border-radius:2px;line-height:38px;color:#000;width:48%;text-align:center;display:none;}
.journalcate .clists .item:hover a{display:block;}
.journalcate .clists .item .btns a:last-child{background-color:#000;color:#fff;}
.jclist h1{font-family:'Centaur';font-weight:600;font-size:24px;margin:38px 0 0;color:#000000;}
.jclist .clists{display:flex;align-items:self-start;flex-wrap:wrap;}
.jclist .clists .item{width:19%;padding:48px 0 42px;margin-right:1%;}
.jclist .clists .item:nth-child(n+6){border-top:#CDCDCD 1px solid;}
.jclist .clists .item:nth-child(5n){margin-right:0;}
.jclist .clists .item .date{display:flex;align-items:center;justify-content:space-between;padding:22px 0;color:#222;}
.jclist .clists .item .date i{font-size:18px;font-weight:bold;}
.jclist .clists .item p{color:#444;line-height:20px;}
.jcdetail .titles{padding:38px 0 32px;display:flex;justify-content:space-between;align-items:center;}
.jcdetail h1{font-family:'Centaur';font-weight:600;font-size:24px;color:#000000;}
.jcdetail .pnbox{display:inline-flex;align-items:center;}
.jcdetail .pnbox a{color:#000;font-size:18px;display:inline-flex;align-items:center;}
.jcdetail .pnbox a:hover{text-decoration:underline;}
.jcdetail .pnbox a.prev:before{content:'';width:20px;height:20px;background:url(../img/svg/ico_left.svg) center no-repeat;margin-right:5px;}
.jcdetail .pnbox a.next:after{content:'';width:20px;height:20px;background:url(../img/svg/ico_right.svg) center no-repeat;margin-left:5px;}
.jcdetail .pnbox a.con:before{content:'';height:16px;width:1px;background-color:rgba(0, 0, 0, .5);margin:0 14px;}
.jcdetail .pnbox a.con:after{content:'';height:16px;width:1px;background-color:rgba(0, 0, 0, .5);margin:0 14px;}
.jcdetail .conBox{display:flex;align-items:flex-start;justify-content:space-between;background-color:#F5F5F5;}
.jcdetail .conBox .fl{width:66.8%;padding:20px 0 20px 22px;display:inline-flex;justify-content:space-between;}
.jcdetail .conBox .fl .pic{width: 28.3%;}
.jcdetail .conBox .fl .img img{width:100%;}
.jcdetail .conBox .fl .pic a{background:#000;border-radius:2px;line-height:38px;color:#fff;display:block;text-align:center;border:#000 1px solid;}
.jcdetail .conBox .fl .pic a:hover{background:#fff;color:#000;}
.jcdetail .conBox .fl .info{width:68.5%;}
.jcdetail .conBox .fl .info h2{font-family:'Centaur';font-weight:600;font-size:24px;color:#000000;padding:15px 0 20px;}
.jcdetail .conBox .fl .info p{font-size:13px;color:#444;line-height:20px;}
.jcdetail .conBox .fl .info p strong{color:#000;}
.jcdetail .conBox .fr{width:30.6%;background-color:#fff;min-height:388px;margin:3px;padding:32px 25px 25px;}
.jcdetail .conBox .fr h6{font-family:'Centaur';font-weight:600;font-size:24px;color:#000000;border-bottom:#222222 1px solid;padding-bottom:14px;margin-bottom:18px;}
.jcdetail .conBox .fr .itemBox a{display:block;line-height:30px;color:#000;font-size:14px;text-decoration:underline;}
.jcdetail .proItem{padding:55px 0 100px;}
.jcdetail .proItem h5{font-weight:600;font-size:24px;color:#222;border-bottom:#222222 1px solid;padding-bottom:28px;}
.jcdetail .proItem a{display:flex;padding:24px 0;justify-content:space-between;border-bottom:#E4E4E4 1px solid;}
.jcdetail .proItem a .date{width:8%;font-size:13px;color:#777;}
.jcdetail .proItem a .date p{color:#222;margin-top:10px;}
.jcdetail .proItem a .fr{width:83.5%;display:inline-flex;justify-content:space-between;align-items:center;}
.jcdetail .proItem a .fr .img{width:10.2%;}
.jcdetail .proItem a .fr .txt{width:87%;}
.jcdetail .proItem a .fr h6{font-weight:600;color:#222;}
.jcdetail .proItem a .fr p{color:#777;font-size:13px;padding:8px 0;line-height:1.3;}
.jcdetail .proItem a .fr i{color:#000;font-size:13px;}

@media (min-width:800px){
    .img:hover img{transform:scale(1.1);}
    .header .rbar .memBox:hover{background-color:#000;}
    .header .rbar .memBox:hover i{filter:invert(1) brightness(100);}
    .header .rbar .memBox:hover a{color:#fff;}
    .nav li>a:hover:after{width:20%;}
    .nav .contribute:hover i:after{width:20%;}
    .nav .contribute:hover i{margin-right:30px;}
    .nav li .sub a:hover{text-decoration:underline;}
    .nav li:hover .sub{display:flex;justify-content:space-between;}
    .nav li:hover .arrow{display:block;}
    .habout .right .item:hover{border-top-color:#999;}
    .habout .right .item:hover img{margin-left:20px;}
    .habout .left .link:hover{color:#222;background-color:#fff;border-color:#222;}
    .hart .right .top:hover{background-color:#dbdbdb;}
    .hart .right .bottom a:hover{background-color:#e7e7e7;}
    .hart .right .bottom a:first-child:hover{background-color:#555;}
    .hart a:hover .tag{border-radius:10px;}
    .hart a:hover i,.hart .right a:hover .tip i{right:20px;}
    .hjournal .list a .img:hover img{transform:unset;}
    .hjournal .list a:hover .img img{transform:scale(1.1);}
    .hacdemic:hover{box-shadow:0 0 10px rgba(0,0,0,.1);}
    .hacdemic:hover .link i{right:-15px;}
    .hrecommend .list a:hover p{font-weight:bold;}
    .route a:hover{color:#000;}
    .commitee .list .item:hover{background-color:#F5F5F5;}
    .browse .box .left .sel .list a:hover{text-decoration:underline;}
    .browse .box .right a:hover .txt h6{padding-left:10px;color:#0272B1;}
    .browse .box .right a .img:hover img{transform:unset;}
    .browse .box .right a:hover .img img{transform:scale(1.1);}
    .proaccessbtn:hover{background-color:#fff;color:#000;}
    .proaccessbtn:hover i{filter:unset;}
    .product .left .des .down a:hover{background-color:#000;color:#fff;}
    .product .right .prosbar .rec a:hover h6,.myorder .pro:hover .txt h6{text-indent:10px;color:#0272B1;}
    .product .right .prosbar .taglist a:hover{background-color:#000;color:#fff;}
    .contrast .flex .item .link:hover,.mem .right form .btn:hover{background-color:#fff;color:#000;}
    .mem .left a:hover{background-color:#222;color:#fff;}
    .mem .right form .tip a:hover,.myorder .down:hover{background-color:#000;color:#fff;}
    .footer .fnav .sub a:hover{color:#fff;}
    .browse .box .left .sel:hover:after{transform:translateY(-50%) rotate(180deg);}
    .browse .box .left .sel:hover .list{display:block;}
    .hart .right .bottom a{width:50%;}
    .hjournal .list .last .btns a:first-child:hover{background-color:#000;color:#fff;}
    .hjournal .list .last .btns a:last-child:hover{background-color:#fff;color:#000;}
}
@media (max-width:1280px){
        .w1248{width:94%;margin:0 auto;}
    .footer .fnav .item:first-child{width:450px;}
    .footer .fnav .item{margin-right:50px;}
    .hart .right .bottom a{padding:30px 25px;}
    .newsForum{display:block;}
    .hnews,.hforum{width:100%;}
    .hnews .des h6{height:auto;}
}
@media (max-width:1099px){
    .wap{display:block;}
    .pc{display:none;}
    .msearchbtn{background:url(../img/svg/search.svg) center center no-repeat;width:42px;height:42px;display:block;cursor:pointer;margin-right:10px;}
    .header .search{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;z-index:9999;margin-right:0;display:none;}/**/
    .header .msearchbg{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:9998;display:none;}
    .hart{display:block;}
    .hart .left,.hart .right,.hart .left img,.browse .box .left,.browse .box .right{width:100%;}
    .browse .box{display:block;}
    .browse .box .left .chkBox label{display:inline-block;margin-right:20px;}
    .browse .box .right{margin-top:50px;}
    .prodetail .attrs p{width:100%;}
    .proaccessbtn{padding:0 35px;}
    .contrast .flex .item{width:42%;}
    .w824{width:90%;}
    .mem .left{width:24%;}
    .mem .right{width:74%;}
    .footer .fnav .item:first-child{width:30%;}
    .footer .fnav .item:first-child .sub a{width:100%;}
    .footer .fnav .item{margin-right:30px;}
    .ban .info{font-size:15px;line-height:20px;}
    .ban .info h1{font-size:38px;margin-top:15px;}
    .hjournal .list .last .btns{padding:10px 0 20px;}
    .journalcate .clists .item,.jclist .clists .item{width:24%;}
    .journalcate .clists .item:nth-child(n+5),.jclist .clists .item:nth-child(n+5){border-top:#222222 1px solid;}
    .jclist .clists .item:nth-child(5n){margin-right:1%;}
    .jclist .clists .item:nth-child(4n){margin-right:0%;}
    .jcdetail .titles,.jcdetail .conBox,.jcdetail .proItem a{display:block;}
    .jcdetail .pnbox{display:none;}
    .jcdetail .conBox{padding-bottom:1px;}
    .jcdetail .conBox .fl{width:100%;}
    .jcdetail .conBox .fr{min-height:auto;width:calc(100% - 6px);}
    .jcdetail .proItem a .date{width:100%;display:flex;align-items:center;padding-bottom:16px;}
    .jcdetail .proItem a .date p{margin:0 0 0 15px;}
    .jcdetail .proItem a .fr{width:100%;}
}
@media (max-width:960px){
        .product .left .proaccess{display:none;}
    .habout,.product .proBox,.payment.flex,.commitee .list,.mem.flex,.webaim .flex{display:block;}
    .habout .left,.habout .right,.product .left,.product .right,.product .left .des .imgs img,.payment .left,.payment .right,.commitee .list .item,.mem .left,.mem .right,.webaim .flex .left,.webaim .flex .img{width:100%;}
    .habout .right,.product .right,.payment .right,.mem .right,.webaim .flex .img{margin-top:50px;}
    .hjournal .list{flex-wrap:wrap;}
    .hjournal .list>a{width:50%;padding-bottom:30px;}
    .hjournal .list a:nth-child(n+3){padding-top:30px;border-top:#cdcdcd 1px solid;}
    .hjournal .list a img{width:100%;height:240px;}
    .hjournal .list a p{height:40px;}
    .hjournal .list .last{padding:30px 0;}
    .mem .left{display:flex;}
    .mem .left a{display:inline-block;width:50%;padding-left:0;text-align:center;}
    .hban{margin:30px 0 10px;}
    .hban .txt h5{font-size:18px;}
    .hban .txt p{font-size:14px;margin-top:10px;}
    .hart .right .top h5,.hart .right .bottom h5{height:auto;}
    .hart .right .top .tip,.hart .tip{margin-top:30px;}
    .prevnext{display:block;}
    .prevnext a{width:100%;display:block;}
    .prevnext a.next{text-align:left;margin-top:20px;}
}
@media (max-width:768px){
    .header.w1248{border-bottom:#222 5px solid;width:100%;padding:22px 3%;}
    .header .logo{width:160px;}
    .header .rbar .memBox{height:38px;padding:20px 12px;font-size:14px;}
    .header .rbar .memBox i{margin-right:5px;}
    .header .search input{width:160px;margin:0 12px;}
    .header .search .sbtn{width:36px;margin-right:6px;}
    .hban .txt{left:20px;}
    .hban .txt p{display:none;}
    .habout{padding:0 20px 0;}
    .habout .left .txt,.hacdemic h4{font-size:26px;}
    .habout .right .item{width:100%;}
    .hart .left{display:block;}
    .hart .left .txt{top:28px;left:25px;right:55px;}
    .hart .left .tip{margin-top:25px;}
    .hart .left>i{bottom:21px;right:20px;}
    .hart .right .top .txt{padding-right:30px;}
    .nav .w1248,.nav ul.flex,.hart .right .bottom,.hart .right .bottom a{display:block;}
    .hjournal .list{display:block;}
    .hjournal .list>a{width:100%;display:block;}
    .hjournal .list a img{height:100%;}
    .hjournal .list a p{height:auto;margin-bottom:0;}
    .hjournal .list>a{border-right:unset;}
    .hjournal .list i{height:auto;}
    .hjournal .list>a .txt{height:auto;}
    .habout .right .item p{text-align:justify;}
    .hacdemic{margin:60px 0;padding:50px 30px;text-align:justify;}
    .hrecommend .list{flex-wrap:wrap;justify-content:space-between;}
    .hrecommend .list a{width:48%;margin:0 0 30px;}
    .hrecommend .list a .img img{width:100%;}
    .mylayer .box{padding:50px 30px;}
    .mylayer .box .tit h5{padding:25px 0;font-size:28px;}
    .mylayer .box .link{padding:20px 0;}
    .footer{padding-top:7px;}
    .footer .fnav{display:none;}
    .footer .copys{border-top:unset;margin-top:0;display:block;}
    .footer .copys .txt{width:100%;margin-top:30px;}
    .msearchbtn{margin-right:0;}
    .menubar{width:30px;height:26px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-right:10px;}
    .menubar i{width:20px;height:2px;background-color:#000;margin:5px 0;display:block;}
    .nav{position:fixed;left:0;top:100px;width:100%;height:100%;background-color:#fff;z-index:99;display:none;}
    .nav li .sub{position:unset;width:100%;display:none;box-shadow:unset;padding:0;}
    .nav li .flex.sub{width:100%;}
    .nav li{margin-right:0;border-bottom:#E4E4E4 1px solid;}
    .nav li .sub a{display:block;border-bottom:#E4E4E4 1px solid;padding-left:40px;}
    .nav li .sub a:last-child{border-bottom:unset;}
    .nav li .flex.sub a,.browse .box .right .rec .bigBox,.browse .box .right .rec .listBox{width:100%;}
    .nav li>i{transform:translateY(0);top:10px;right:0;width:50px;height:45px;}
    .nav li>i.cur{transform:translateY(0) rotate(180deg);}
    .browse .box .right .hot,.browse .box .right .rec,.browse .box .right .rec .bigBox,.commitee .list .item,.contrast .flex,.payperview .tb .row,.mem .right form .row.flex{display:block;}
    .browse .box .right .hot a{width:100%;margin:0 0 30px;display:block;}
    .browse .box .right .hot a.cur,.commitee .list .item .right,.contrast .flex .item,.mem .right form .row.flex .col{width:100%;}
    .contrast .flex .item:last-child{margin-top:50px;}
    .browse .box .right .rec .listBox{margin-top:30px;}
    .browse .box .right .rec .listBox a .img,.browse .box .right .prolist a .img{width:26%;}
    .browse .box .right .rec .listBox a .txt,.browse .box .right .prolist a .txt{width:71%}
    .browse .box .right .prolist a .txt p i{display:block;margin:12px 0 0;}
    .browse .box .right .rec .bigBox a{width:100%;}
    .browse .box .right .rec .bigBox a:first-child{margin:0 0 30px;display:block;}
    .about h2{font-size:28px;padding:40px 0 30px 40px;}
    .about .des{padding:0 40px;}
    .about .des:before{left:0;}
    .about .color{padding:30px 40px 25px;}
    .about .txt{padding:0 40px;}
    .about .tit{padding:40px 40px 20px;font-size:28px;}
    .ban .info{font-size:14px;line-height:18px;}
    .ban .info h1{font-size:28px;margin-top:13px;}
    .commitee .list .item .right .txt{text-align:justify;font-size:14px;line-height:22px;}
    .commitee .list .item .img{text-align:center;width:100%;}
    .webaim .tit{font-size:28px;line-height:40px;}
    .payperview .tb .row .tit{width:100%;background-color:#e7e7e7;padding:20px 15px;font-weight:bold;}
    .payperview .tb .row .con{width:100%;padding:20px 15px;}
    .mylayer{width:90%;}
    .mem .right form .row.flex .col:last-child{padding-top:22px;}
    .mem .right{padding:26px 25px 48px;}
    .mem .right form .row{padding-right:0;}
    .mem .right form .tip i{display:block;width:100%;}
    .mem .right form .tip a{margin-left:0;}
    .myorder{display:block;padding:24px 0;overflow:hidden;}
    .myorder .pro{width:100%;}
    .myorder .down{margin-top:20px;line-height:30px;float:right;}
    .searchPage .sfrm input{width:72%;}
    .searchPage .sfrm .btn{width:25%;}
    .searchPage .stypeall a{width:46%;margin:0 1%;line-height:36px;}
    .sconlist a .img{width:16%;}
    .sconlist a .txt{width:80%;}
    .hart .left .txt h5{font-size:16px;line-height:22px;}
    .hart .left .txt p{display:none;}
    .contact .flex{display:block;}
    .contact .flex .item{width:100%;}
    .contact .flex .item:first-child{margin-bottom:60px;}
    .contact .flex .item .addr{padding:29px 10px;}
    .contact .flex .item .box{display:block;}
    .contact .flex .item .box .time{padding-top:15px;margin-top:15px;border-top:#e4e4e4 1px solid;}
    .contact .flex .item .box .time p{text-align:left;}
    .header .search{top:15%;transform:translateX(-50%);}
    .product .left .des p,.product .left .content,.prosbar .rec a,.prodetail .attrs p{font-size:15px;}
    .hforum .list{display:block;}
    .hforum .list>a{width:100%;margin-right:0;padding:30px 0;display:block;}
    .hforum .list>a .txt{height:auto;margin:18px 0;}
    .journalcate .clists .item{width:48%;padding:48px 0.5% 40px;}
    .journalcate .clists .item:nth-child(n+3),.jclist .clists .item:nth-child(n+3){border-top:#222222 1px solid;}
    .journalcate .clists .item .btns a{display:block;}
    .jclist .clists .item{width:48%;}
    .jclist .clists .item:nth-child(5n){margin-right:0;}
    .jclist .clists .item:nth-child(4n){margin-right:0;}
    .jclist .clists{justify-content:space-between;}
    .jcdetail h1{line-height:1.6;font-size:22px;}
    .jcdetail .conBox .fl{display:block;}
    .jcdetail .conBox .fl .pic{width:70%;}
    .jcdetail .conBox .fl .info{width:100%;}
    .jcdetail .proItem a .fr{display:block;}
    .jcdetail .proItem a .fr .img{width:100%;}
    .jcdetail .proItem a .fr .txt{width:100%;}
    .jcdetail .proItem a .fr h6{margin-top:15px;line-height:1.4;}
    .jcdetail .proItem a .fr p{line-height:1.3;}
}
@keyframes loadBox{
    0%{box-shadow:0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;}
    5%,95% {box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;}
    10%,59% {box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,-0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,-0.297em -0.775em 0 -0.477em;}
    20% {box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,-0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,-0.749em -0.34em 0 -0.477em;}
    38% {box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,-0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,-0.82em -0.09em 0 -0.477em;}
    100% {box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;}
}
@keyframes roundBox{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}