@charset "utf-8";

/*初始化样式*/
*{-webkit-tap-highlight-color:transparent;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

/*html5设置*/
article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block;}
html,body,div,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main,p,h1,h2,h3,h4,h5,h6,dl,dd,ol,ul,li{margin:0;padding:0;}
html {-webkit-text-size-adjust:none; font-size: 5.208334vw;}
body{background-color:#fff;color:#030303;font:normal 0.16rem/1.875em 'Arial','Sans-serif'; overflow-x:hidden;word-wrap:break-word;}
a{text-decoration:none;outline:none;color:#030303;}
a:focus{outline:none;-moz-outline:none;}
a:hover{color:#4356a2;}
a img{border:none;}
img {vertical-align:middle; max-width:100%;}
li{list-style:none;}
select,input,textarea,button{border-radius:0;-webkit-border-radius:0;background:none;border:none;margin:0;padding:0;outline:none;font-family:inherit; font-size:1em;}
input:focus{outline:none;}
textarea{resize:none;}
input::-moz-placeholder{color: #bebebe;}
input:-moz-placeholder{color: #bebebe;}
input::-webkit-input-placeholder{color: #bebebe;}
input:-ms-input-placeholder{color: #bebebe;}
textarea::-moz-placeholder{color: #bebebe;}
textarea:-moz-placeholder{color: #bebebe;}
textarea::-webkit-input-placeholder{color: #bebebe;}
textarea:-ms-input-placeholder{color: #bebebe;}
table{background-color:transparent;border-spacing:0;border-collapse:collapse;width:100%;border-top:solid 1px #e4e4e4;border-left:solid 1px #e4e4e4;box-sizing:border-box;}
table th{background-color:#f9f9f9;text-align:center;box-sizing:border-box;}
table td,table th{padding:5px;border:1px solid #e4e4e4;box-sizing:border-box;}

/*全局样式*/
.inner{width:93.75%;max-width:90em;margin:0 auto;}
.w1200 {max-width:75em;}
.clear{clear:both;overflow:hidden;}
.figure {overflow: hidden; position: relative;}
.figure a {display: block; position: relative; overflow: hidden;}
.figure img {display: block; width: 100%; height: auto; transition: all .3s;}
.figure:after {content:''; display: block;}
.figure .img {position: absolute; left:0; top:0; width: 100%; height: 100%; object-fit: cover; display: block; transition: all .3s;}
.rows {display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden;}
.wot {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.submit {cursor:pointer;}

/*flexbox*/
.flex{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:wrap;-moz-flex-flow:wrap;-ms-flex-flow:wrap;-o-flex-flow:wrap;flex-flow:wrap;}
.table{display:table;table-layout:fixed;width:100%;}
.table .td{display:table-cell;vertical-align:middle;}

/*entry*/
.entry *{line-height:1.875em;}
.entry img{max-width:100%;height:auto!important;}
.entry ul,.entry ol{margin-left:2em;}
.entry ul li{list-style:outside disc none;}
.entry ol li{list-style:outside decimal none;}
.entry h1{font-size:1.5em;}
.entry h2{font-size:1.25em;}
.entry h3{font-size:1.125em;}
.entry h4{font-size:1em;}
.entry h5{font-size:0.875em;}
.entry h6{font-size:0.75em;}
.entry blockquote{margin:0 2em;font-style:italic;opacity:0.95;padding:1em;border:1px solid #e8e8e8;background-color:#f9f9f9;}
.entry hr{border:none;clear:both;border-bottom:1px solid #e6e6e6;}
#header{position:relative;background-color:#fff;}
#header .inner{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;align-items:center;padding:1.5625em 0;}

/*logo*/
#logo{width:6.25em;font-size:1em;position:relative;z-index:10;}
#logo a{display:block;overflow:hidden;padding-bottom:70%;position:relative;}
#logo img{position:absolute;width:100%;height:100%;display:block;object-fit:contain;left:0;top:0;}

/*navbtn*/
#navbtn{display:none;}

/*search*/
#search{width:18.75em;border:solid 1px #bebebe;background-color:#fff;border-radius:1.25em;position:relative;padding-right:2.375em;}
#search .text{display:block;width:100%;height:2.375em;line-height:1.75em;padding:0.3125em 1.25em;}
#search .submit{font-size:0.875em;display:block;position:absolute;right:0;top:0;height:100%;width:2.375em;cursor:pointer;background:url(../images/search_01.svg) no-repeat left center;background-size:auto 44.73684211%;}

/*navi*/
#navi{width:100%;background-color:#4356a2;}
#navi .inner{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
#navi .parent{font-size:1.25em;line-height:3.5em;position:relative;}
#navi a{color:#fff;display:block;position:relative;padding:0 2em;}
#navi a:hover,#navi .on > a,#navi .cur > a{background-color:#194193;}
#navi .sub{position:absolute;left:50%;transform:translateX(-50%);top:100%;background-color:#4356a2;min-width:100%;z-index:5;padding:0.25em 0;display:none;}
#navi .sub li{font-size:0.9em;line-height:2em;text-align:center;}
#navi .sub a{white-space:nowrap;padding:0.25em 1em;}

/*footer*/
#footer{background:#4356a2 url(../images/footer.jpg) no-repeat center center;background-size:cover;color:rgba(255,255,255,0.5);padding-top:3.125%;}
#footer a{color:rgba(255,255,255,0.5);}
#footer a:hover{color:#fff;}

/*copyright*/
#copyright{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;color:rgba(255,255,255,0.5);padding:2.34375em 0;}
#copyright a{color:rgba(255,255,255,0.5);display:inline-block;}
#copyright a:hover{color:#fff;}
#copyright img{display:inline-block;height:1.3125em;vertical-align:middle;width:auto;margin-top:-0.1875em;}

/*links*/
#links{border-bottom:1px solid rgba(255,255,255,0.1);-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;color:#fff;padding:2em 0;}
#links a{color:#fff;}
#links a:hover{color:rgba(255,255,255,0.5);}
#links h3{font-size:1em;line-height:1.75em;font-weight:normal;}
#links ul{width:calc(100% - 7.5625em);}
#links li:not(:last-child){padding-right:2.6875em;margin-right:2.625em;position:relative;}
#links li:not(:last-child):after{width:1px;height:0.75em;background-color:rgba(255,255,255,0.2);content:'';display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);}

/*bottom*/
#bottom{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,0.1);padding:3.875em 0;}

/*follow*/
#follow{width:6.25em;text-align:center;padding:0.5625em 0;}
#follow .qr{margin-bottom:0.5em;}
#follow .text{font-size:0.875em;line-height:1.71428571em;color:rgba(255,255,255,0.6);}

/*menu*/
#menu{width:calc(100% - 8.5em);max-width:67.5em;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
#menu .name{font-size:1.125em;font-weight:normal;line-height:2em;margin-bottom:0.5em;}
#menu .name a{color:#fff;}
#menu .name a:hover{color:rgba(255,255,255,0.5);}
#menu li{line-height:2em;}

/*banner*/
#banner{position:relative;}
#banner .figure{padding-bottom:20.83333333%;}
#banner .wap{display:none;}
#banner .text{position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;z-index:2;color:#fff;}
#banner .name{font-size:0.6rem;line-height:1.16666667em;text-shadow:0px 0.05em 0.11666667em rgba(0,0,0,0.16);}
#banner .alias{font-size:1em;line-height:1.25em;font-weight:normal;margin-top:0.625em;text-shadow:0px 0.1875em 0.4375em rgba(0,0,0,0.16);}

/*newspost*/
#newspost{background:#fff url(../images/newspost.jpg) no-repeat right top;background-size:100% auto;padding:5.9375% 0 5.20833333%;overflow:hidden;}
#newspost .title{font-size:1.75em;line-height:1.28571429em;margin-bottom:2.77777778%;}
#newspost .entry{font-size:1.125em;line-height:2em;}
#newspost .other{align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-top:0.125em solid #e5e5e5;padding:2.0625em 0;margin-top:2.1875em;}
#newspost .pnav{font-size:1.125em;line-height:1.33333333em;width:calc(100% - 10em);}
#newspost .pnav p{padding:0.36111111em 0;}
#newspost .pnav span{color:#4356a2;}
#newspost .pnav a{background:url(../images/arrow_right_02.svg) no-repeat right center;background-size:0.33333333em auto;padding-right:0.77777778em;display:inline-block;max-width:100%;}
#newspost .back a{font-size:1.125em;display:flex;align-items:center;justify-content:center;background-color:#4356a2;color:#fff;width:8.88888889em;height:3.33333333em;}
#newspost .back i{display:block;font-style:normal;background:url(../images/arrow_right_01.svg) no-repeat right center;background-size:0.5em auto;padding-right:0.88888889em;}
#newspost .back a:hover{opacity:0.85;}

/*wrapper*/
#wrapper{overflow:hidden;background:#fff url(../images/newspost.jpg) no-repeat right top;background-size:100% auto;padding:1.2rem 0 1.25rem;}
#wrapper > .flex{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

/*dynamic*/
#dynamic{border-top:1px solid #e5e5e5;margin-bottom:5.38194444%;}

/*ditem*/
.ditem{border-bottom:1px solid #e5e5e5;padding:2.5em 0;}
.ditem .date{width:11.5625em;border-right:0.125em solid #e5e5e5;}
.ditem .date time{display:flex;align-items:center;}
.ditem .date i{font-style:normal;font-size:3em;line-height:1em;font-weight:bold;}
.ditem .date i:after{display:inline-block;content:'/';font-weight:lighter;margin:0 0.20833333em;}
.ditem .date span{font-size:1.125em;line-height:1.22222222em;color:#888;width:2.33333333em;}
.ditem .text{padding-left:3.75em;}
.ditem .title{font-size:1.375em;line-height:1.45454545em;margin-bottom:0.54545455em;}
.ditem .excerpt{font-size:1.125em;color:#888;line-height:1.55555556em;height:3.22222222em;-webkit-line-clamp:2;margin-bottom:0.88888889em;}
.ditem .more a{font-size:1.125em;line-height:1.11111111em;border-bottom:1px solid #4356a2;color:#4356a2;display:inline-block;}

/*pagenavi*/
#pagenavi{justify-content:center;}
#pagenavi a{display:block;margin:0.15625em;height:3.125em;line-height:3.125em;min-width:3.125em;text-align:center;padding:0 0.3125em;position:relative;color:#888;border-radius:0.1875em;background-color:#f5f5f5;}
#pagenavi a:hover,#pagenavi .a_cur{color:#fff;background-color:#4356a2;}
#pagenavi a:hover:hover,#pagenavi .a_cur:hover{color:#fff;}
#pagenavi .a_arrow{background:#f5f5f5 no-repeat center center;background-size:auto 22%;width:5em;margin:0.15625em 1.09375em;}
#pagenavi .a_prev{background-image:url(../images/prev_01@2x.png);}
#pagenavi .a_prev:hover{background-image:url(../images/prev_02@2x.png);}
#pagenavi .a_next{background-image:url(../images/next_01@2x.png);}
#pagenavi .a_next:hover{background-image:url(../images/next_02@2x.png);}

/*activities*/
#activities{width:101.25%;margin-bottom:3.99305556%;}

/*aitem*/
.aitem{width:33.333%;padding-right:1.2345679%;padding-bottom:1.2345679%;}
.aitem .figure{padding-bottom:66.66666667%;}
.aitem .text{position:absolute;left:0;bottom:0;width:100%;background-image:linear-gradient(0deg,#030303,transparent);padding:2.5em 1.75em 1.25em;z-index:2;}
.aitem .title{font-size:1.125em;line-height:2em;background:url(../images/arrow_right_03.svg) no-repeat right center;background-size:0.88888889em auto;padding-right:1.25em;}
.aitem .title span{color:#ff1a1a;}
.aitem a{display:block;overflow:hidden;position:relative;color:#fff;}
.aitem a:hover .img{transform:scale(1.05);}

/*result*/
#result{align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:5.55555556%;line-height:2.25em;border-bottom:1px solid #e5e5e5;}
#result a{color:#5a5a5a;}
#result a:hover{color:#4356a2;}
#result .data{font-size:1.25em;margin-bottom:1.5em;color:#222;}
#result .data span{color:#4356a2;}
#result .menu{margin-bottom:1.5em;}
#result .menu li{font-size:1.25em;position:relative;}
#result .menu li:after{width:2em;height:0.1em;background-color:#4356a2;content:'';display:block;position:absolute;left:50%;transform:translateX(-50%);bottom:-1.25em;opacity:0;}
#result .menu li:not(:last-child){margin-right:0.6rem;}
#result .menu .cur:after{opacity:1;}
#result .menu .cur a{color:#4356a2;}

/*submenu*/
#submenu{margin-bottom:6.94444444%;}
#submenu ul{justify-content:flex-end;}
#submenu a{font-size:1.25em;background-color:#e5e5e5;width:10.7em;height:3em;line-height:3em;display:block;text-align:center;}
#submenu a:hover,#submenu .cur a{background-color:#4356a2;color:#fff;}
#submenu li:not(:last-child){margin-right:0.25em;}

/*information*/
#information{border-bottom:1px solid #e5e5e5;margin-bottom:3.99305556%;}
#information li{border-top:1px solid #e5e5e5;font-size:1.125em;line-height:2em;position:relative;padding:1.13888889em 0;}
#information time{display:block;color:#888;position:absolute;right:0;top:50%;transform:translateY(-50%);}
#information a{display:block;margin-right:5.55555556em;position:relative;padding-left:1.11111111em;}
#information a:before{width:0.33333333em;height:0.33333333em;border-radius:50%;content:'';display:block;position:absolute;left:0;top:50%;transform:translateY(-50%);background-color:#4356a2;}
#information a:hover{color:#4356a2;}

/*selectbox*/
#selectbox{margin-bottom:5.55555556%;}
#selectbox .select{background-color:#f6f6f6;width:17.5em;max-width:100%;position:relative;}
#selectbox .select:after{width:0.75em;height:0.4375em;background:url(../images/arrow_down_01.png) no-repeat center center;background-size:contain;content:'';display:block;position:absolute;top:50%;transform:translateY(-50%);right:1.25em;}
#selectbox select{font-size:1.125em;display:block;border:solid 1px #d5d5d5;width:100%;height:2.88888889em;padding-left:1.11111111em;padding-right:2em;-webkit-appearance:none;color:#888;}
#selectbox select::-ms-expand{display:none;}

/*columninfo*/
.columninfo{text-align:center;margin-bottom:5.20833333%;}
.columninfo .name{font-size:0.6rem;line-height:1.16666667em;}
.columninfo .alias{font-size:1em;line-height:1.25em;color:#797a6b;font-weight:normal;margin-top:1.25em;}
.columninfo.left{text-align:left;}

/*structure*/
#structure{border-top:1px solid #e5e5e5;padding-top:5.55555556%;}
#structure img{width:76.8125em;max-width:100%;margin:0 auto;}

/*member*/
#member{width:102.77777778%;}

/*mitem*/
.mitem{width:25%;padding-right:2.7027027%;padding-bottom:4.72972973%;}
.mitem .figure{padding-bottom:127.27272727%;margin-bottom:1em;}
.mitem .hgroup{align-items:flex-end;margin-bottom:0.1875em;}
.mitem .name{font-size:1.375em;line-height:1.45454545em;margin-right:0.54545455em;}
.mitem .job{font-size:1em;line-height:1.75em;font-weight:normal;}
.mitem .intro{line-height:1.75em;color:#888;}
.mitem:hover .img{transform:scale(1.05);}

/*aside*/
#aside{width:11.25em;}
#main{width:calc(100% - 15em);max-width:63em;}
#main.large{max-width:65em;}

/*post*/
#post{font-size:1.125em;line-height:2em;}
#post h4{font-size:1.33333333em;line-height:1.5em;}
#post ul li{position:relative;padding-left:1.44444444em;margin-bottom:1.94444444em;}
#post ul li:before{width:0.33333333em;height:0.33333333em;border-radius:50%;background-color:#4356a2;content:'';display:block;position:absolute;left:0;top:0.83333333em;}
#post ul li:last-child{margin-bottom:0;}

/*fdata*/
.fdata{position:relative;}
.fdata .text{position:absolute;left:0;bottom:0;width:100%;background-color:rgba(3,3,3,0.6);color:#fff;padding:2.38888889em 0 2.16666667em;}
.fdata .item{width:33.333%;text-align:center;font-size:1.11111111em;line-height:1.8em;}
.fdata .item span{font-size:0.66rem;line-height:1em;font-weight:bold;}

/*slides*/
#slides .figure{padding-bottom:39.58333333%;}
#slides .wap{display:none;}
#slides .info{display:block;overflow:hidden;position:relative;}
#slides .swiper-pagination{left:50%;transform:translateX(-50%);justify-content:center;bottom:3.94736842%;}
#slides .swiper-pagination .swiper-pagination-bullet{background-color:#fff;width:2.5em;height:0.375em;opacity:1;margin:0 0.3125em;border-radius:0;transition:all 0.2s;}
#slides .swiper-pagination .swiper-pagination-bullet-active{width:5em;}

/*hside*/
.hside{width:11.25em;}
.hside .columninfo .alias{font-weight:bold;}
.hmain{width:calc(100% - 15em);max-width:65em;}

/*hmabout*/
#hmabout{background:url(../images/hmabout.jpg) no-repeat center center;background-size:cover;padding:1.1rem 0 1.62rem;}
#hmabout .inner{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
#hmabout .box{width:52.5em;max-width:100%;}
#hmabout .entry{font-size:1.125em;line-height:2em;margin-bottom:12.61904762%;}
#hmabout .data li{width:33.333%;font-size:1.25em;line-height:1.8em;}
#hmabout .data span{font-size:0.66rem;line-height:1em;font-weight:bold;color:#4356a2;}
.swiper-arrow .arrow{width:5em;border:solid 0.125em #a3a298;height:3.125em;position:relative;top:auto;left:auto;right:auto;margin-top:0;}
.swiper-arrow .arrow:after{content:'';width:31.57894737%;padding-bottom:23.68421053%;background:no-repeat center center;background-size:contain;opacity:0.6;}
.swiper-arrow .arrow:hover{background-color:#4356a2;border-color:#4356a2;}
.swiper-arrow .arrow:hover:after{opacity:1;}
.swiper-arrow .swiper-button-prev:after{background-image:url(../images/swiper_prev.svg);}
.swiper-arrow .swiper-button-next:after{background-image:url(../images/swiper_next.svg);}
.swiper-arrow.gray .arrow{border-color:#e5e5e5;}
.swiper-arrow.gray .arrow:hover{border-color:#4356a2;}
.swiper-arrow.gray .swiper-button-prev:after{background-image:url(../images/swiper_prev_02.svg);opacity:1;}
.swiper-arrow.gray .swiper-button-prev:hover:after{background-image:url(../images/swiper_prev.svg);}
.swiper-arrow.gray .swiper-button-next:after{background-image:url(../images/swiper_next_02.svg);opacity:1;}
.swiper-arrow.gray .swiper-button-next:hover:after{background-image:url(../images/swiper_next.svg);}

/*hmactive*/
#hmactive{color:#fff;background:no-repeat center center;background-size:cover;overflow:hidden;padding:0.95rem 0 1.1rem;}
#hmactive .inner{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;align-items:flex-end;}
#hmactive .columninfo{margin-bottom:0;}
#hmactive .alias{color:#fff;}
#hmactive .hmain{justify-content:flex-end;}
#hmactive .swiper-button-prev{margin-right:0.5em;}
#hmactive .list{width:100%;margin-top:3.47222222%;}
#hmactive .swiper{margin:0 -31.94444444%;overflow:hidden;}
#hmactive .figure{padding-bottom:66.66666667%;}
#hmactive .text{position:absolute;left:0;bottom:0;width:100%;padding:1.5625em 7em 1.5625em 1.8125em;z-index:3;}
#hmactive .text:after{width:1.5em;height:1.125em;background:url(../images/arrow_right_03.svg) no-repeat right bottom;background-size:contain;content:'';display:block;position:absolute;right:1.875em;bottom:2.0625em;opacity:0.5;}
#hmactive .title{font-size:1.5em;line-height:1.5em;}
#hmactive .excerpt{line-height:1.5em;height:3em;-webkit-line-clamp:2;opacity:0.8;margin-top:0.5em;display:none;}
#hmactive .info{display:block;position:relative;color:#fff;}
#hmactive .info:before{content:'';display:block;position:absolute;left:0;bottom:0;width:100%;height:37.29166667%;background-image:linear-gradient(0deg,#030303,transparent);z-index:2;}
#hmactive .info:hover .img{transform:scale(1.05);}
#hmactive .swiper-slide-active .text:after{opacity:1;}
#hmactive .swiper-slide-active .excerpt{display:block;}

/*hmnews*/
#hmnews{padding:1.15rem 0 1rem;overflow:hidden;}
#hmnews .swiper-slide{height:auto;}
#hmnews .title{font-size:1.375em;line-height:1.45454545em;height:2.90909091em;-webkit-line-clamp:2;margin-bottom:1.18181818em;}
#hmnews .excerpt{line-height:1.75em;color:#888;height:5.25em;-webkit-line-clamp:3;margin-bottom:39.62962963%;}
#hmnews .date{border-top:1px solid #e5e5e5;font-weight:bold;color:#797a6b;line-height:2em;padding-top:1.5em;}
#hmnews .info{display:block;overflow:hidden;position:relative;height:100%;background-color:#f6f6f6;padding:16.06060606% 1.875em 1.5em;transition:all 0.2s;}
#hmnews .info:hover{background-color:#4356a2;}
#hmnews .info:hover *{color:#fff;}
#hmnews .info:hover .date{border-top-color:rgba(229,229,229,0.2);}
#hmnews .controls{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;align-items:center;margin-top:1.875em;}
#hmnews .swiper-scrollbar{width:calc(100% - 15em);position:relative;height:0.125em;background-color:#e5e5e5;border-radius:0;left:auto;bottom:auto;}
#hmnews .swiper-scrollbar-drag{background-color:#4356a2;border-radius:0;}
#hmnews .arrow{border-color:#e5e5e5;}
#hmnews .arrow:hover{border-color:#4356a2;}
#hmnews .swiper-button-prev:after{background-image:url(../images/swiper_prev_02.svg);opacity:1;}
#hmnews .swiper-button-prev:hover:after{background-image:url(../images/swiper_prev.svg);}
#hmnews .swiper-button-next:after{background-image:url(../images/swiper_next_02.svg);opacity:1;}
#hmnews .swiper-button-next:hover:after{background-image:url(../images/swiper_next.svg);}

/*profile*/
.profile{background:#fff url(../images/newspost.jpg) no-repeat right top;background-size:100% auto;padding:1.2rem 0 1rem;overflow:hidden;}
.profile .box{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0;}
.biography{width:69.44444444%;background-color:#f6f6f6;flex-direction:row-reverse;align-items:flex-start;margin-bottom:6.94444444%;}
.biography .figure{width:32%;}
.biography .figure:after{padding-bottom:125%;}
.biography .text{width:68%;padding:5% 6%;}
.biography .hgroup{width:16.875em;max-width:100%;border-bottom:1px solid #e5e5e5;padding-bottom:1.25em;margin-bottom:1.25em;}
.biography .name{font-size:1.5em;line-height:1.5em;}
.biography .date{color:#888;line-height:2.25em;}
.biography .intro{font-size:1.125em;line-height:2em;}
.biography .intro p{position:relative;padding-left:1.33333333em;margin-bottom:0.5em;}
.biography .intro p:before{width:0.44444444em;height:0.44444444em;border-radius:50%;background-color:#4356a2;content:'';display:block;position:absolute;left:0;top:0.77777778em;}

/*about*/
.about{padding:1rem 0;}
.about .figure{width:30.55555556%;line-height:2em;color:#4356a2;}
.about .figure figure{margin-bottom:2.375em;}
.about figcaption{margin-top:1.125em;}
.about .intro{font-size:1.125em;line-height:2em;width:63.61111111%;text-align:justify;}
.about.blue{background-color:#4356a2;color:#fff;}
.about.blue .figure{color:#fff;}
.about .box{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.about .box:nth-child(2n){flex-direction:row-reverse;}
.about .box:not(:last-child){margin-bottom:6.25%;}
.about .right{flex-direction:row-reverse;}

/*witsto*/
#witsto{background:#fff url(../images/newspost.jpg) no-repeat right top;background-size:100% auto;padding:1.2rem 0 0.8rem;overflow:hidden;}
#witsto .top{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:1px solid #e5e5e5;margin-bottom:4.51388889%;}
#witsto .columninfo{margin-bottom:3.81944444%;}
#witsto .entry{font-size:1.125em;}
#witsto .entry *{line-height:2em;}
#witsto .entry h4{font-size:1.22222222em;line-height:1.63636364em;}
#witsto .entry a{ display:inline-block; color:#4356a2; cursor:pointer;}
#witsto .entry a.on{ display:inline-block!important;}
#witsto .entry a:hover{text-decoration:underline;}
#witsto .entry .more_text{ display:none;}

/*devote*/
#devote{background-color:#f6f6f6;padding:0.8rem 0 0.64rem;overflow:hidden;}
#devote .list{width:104.16666667%;}
#devote .item{width:33.333%;padding-right:4%;padding-bottom:4.2%;}
#devote .figure{padding-bottom:75%;margin-bottom:1.25em;}
#devote .name{font-weight:normal;font-size:1.125em;line-height:1.77777778em;}
#devote .info{display:block;overflow:hidden;}
#devote .info:hover .img{transform:scale(1.05);}
#devote .load{text-align:center;margin-top:2.63888889%;}
#devote .load:before{display:block;width:1.875em;height:1.875em;background:url(../images/loading.svg) no-repeat center center;background-size:contain;margin:0 auto 0.2em;content:'';}

/*popup*/
.popup{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(3,3,3,0.6);z-index:12;display:none;}
.popup > .flex{width:100%;height:100%;align-items:center;justify-content:center;}
.popup .close{width:2.3125em;height:2.3125em;background:#fff url(../images/close.svg) no-repeat center center;background-size:40.54054054% auto;border-radius:50%;cursor:pointer;position:absolute;}

/*devotepop*/
.devotepop .box{width:55em;max-width:90%;background-color:#fff;position:relative;padding:2.5em;margin-bottom:2.5em;}
.devotepop .close{left:50%;transform:translateX(-50%);top:100%;margin-top:2.4375em;}
.devotepop .text{font-size:1.25em;line-height:1.6em;margin-top:1.1em;}

/*bxname*/
.bxname{font-size:2.25em;line-height:1.35em;margin-bottom:3.61111111%;}
.bxname.white{color:#fff;}
.bxname.center{text-align:center;}

/*history*/
#history{background:url(../images/history.jpg) no-repeat center center;background-size:cover;overflow:hidden;padding:0.7rem 0 1rem;margin-bottom:0.95rem;}
#history .top{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:3.47222222%;align-items:flex-end;}
#history .bxname{margin-bottom:0.61111111em;}
#history .swiper{overflow:visible;}
#history .swiper-slide{height:auto;}
#history .figure{padding-bottom:75%;}
#history .intro{line-height:1.5em;color:#888;padding:1em 1.25em 2.1875em;}
#history .info{display:block;overflow:hidden;position:relative;height:100%;background-color:#fff;}
#history .info:hover .img{transform:scale(1.05);}
#history .arrow:hover{border-color:#fff;}
#history .swiper-button-prev{margin-right:0.5em;}

/*poetry*/
#poetry{background:url(../images/history.jpg) no-repeat center center;background-size:cover;overflow:hidden;padding:0.7rem 0 1rem;margin-top:0.95rem;}
#poetry .top{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:3.47222222%;align-items:flex-end;}
#poetry .bxname{margin-bottom:0.61111111em;}
#poetry .swiper{overflow:visible;}
#poetry .swiper-slide{height:auto;}
#poetry .figure{padding-bottom:75%;}
#poetry .intro{line-height:1.5em;color:#888;padding:1em 1.25em 2.1875em;}
#poetry .info{display:block;overflow:hidden;position:relative;height:100%;background-color:#fff;}
#poetry .info:hover .img{transform:scale(1.05);}
#poetry .arrow:hover{border-color:#fff;}
#poetry .swiper-button-prev{margin-right:0.5em;}

/*nostalgic*/
#nostalgic{overflow:hidden;}
#nostalgic .list{border-top:1px solid #e5e5e5;padding-top:4.16666667%;position:relative;}
#nostalgic .swiper-slide{display:flex;}
#nostalgic .info{display:block;overflow:hidden;background-color:#f6f6f6;width:62.69961009%;position:relative;padding:1.6875em 1.875em;color:#030303;}
#nostalgic .meta{position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;align-items:center;padding-bottom:0.9375em;margin-bottom:0.375em;}
#nostalgic .meta:after{width:62.5%;background-color:#e5e5e5;content:'';display:block;position:absolute;left:0;bottom:0;height:1px;}
#nostalgic .title{font-size:1.25em;line-height:1.35em;}
#nostalgic .more{color:#4356a2;font-size:1.125em;line-height:1.5em;display:none;}
#nostalgic .excerpt{line-height:2.25em;height:9em;-webkit-line-clamp:4;}
#nostalgic .swiper-wrapper{align-items:flex-end;}
#nostalgic .swiper-slide-active{display:block;z-index:2;}
#nostalgic .swiper-slide-active .info{width:174.38329055%;left:50%;transform:translateX(-50%);padding:2.1875em 3.0625em 2.3125em;}
#nostalgic .swiper-slide-active .excerpt{display:block;height:auto;}
#nostalgic .swiper-slide-active .meta{padding-bottom:2.1875em;margin-bottom:1.5625em;}
#nostalgic .swiper-slide-active .meta:after{width:100%;}
#nostalgic .swiper-slide-active .title{width:calc(100% - 4em);}
#nostalgic .swiper-slide-active .more{display:block;}
#nostalgic .swiper-slide-prev{justify-content:flex-start;}
#nostalgic .swiper-slide-next{justify-content:flex-end;}
#nostalgic .arrow{position:absolute;top:0;margin-top:9.86111111%;}
#nostalgic .swiper-button-prev{left:0;}
#nostalgic .swiper-button-next{right:0;}

@media only screen and (max-width:1280px){

    /*1280px*/
    body{font-size:14px;}

    /*1280px*/
    #navi a{padding:0 1em;}

    /*1280px*/
    #links h3{width:100%;}
    #links ul{width:100%;}
    #links li:not(:last-child){padding-right:0.5rem;margin-right:0.5rem;}

    /*1280px*/
    #aside,.hside{width:9em;}
}
@media only screen and (max-width:1024px){

    /*1024px*/
    #button{align-items:center;}

    /*1024px*/
    #navbtn{position:relative;cursor:pointer;width:1.28571429em;height:1.28571429em;transition:all 0.3s;display:block;z-index:10;margin-left:1.5em;}
    #navbtn:before,#navbtn:after,#navbtn i{width:100%;height:0.14285714em;background-color:#333;display:block;position:absolute;left:0;transition:all 0.3s;content:'';}
    #navbtn:before{top:0;}
    #navbtn:after{bottom:0;}
    #navbtn i{top:50%;transform:translateY(-50%);}
    #navbtn.active:before{transform:rotate(45deg);top:48%;}
    #navbtn.active:after{transform:rotate(-45deg);bottom:auto;top:48%;}
    #navbtn.active i{opacity:0;}

    /*1024px*/
    #navi{position:fixed;width:100%;z-index:9;right:0;top:7.55em;height:calc(100vh - 7.55em);background-color:rgba(255,255,255,0.85);display:none;}
    #navi .inner{display:block;padding:2.5em;width:auto;box-shadow:0px 0px 1.5em rgba(67,86,162,0.1);width:26.78571429em;max-width:100%;-webkit-overflow-scrolling:touch;height:100%;overflow-y:auto;position:absolute;right:0;top:0;transition:transform 0.2s;transform:translateX(100%);background-color:#fff;}
    #navi.active .inner{transform:translateX(0);}
    #navi a{color:#030303;padding:0.5em 0;}
    #navi a:hover,#navi .on > a,#navi .cur > a{background-color:transparent;}
    #navi .parent{line-height:2em;font-size:1.125em;}
    #navi .sub{position:static;background-color:transparent;line-height:2.2em;font-size:1em;transform:none;margin-top:1em;padding:0;}
    #navi .sub li{margin:0 0 1em 1.5em;text-align:left;}
    #navi .sub a{padding:0;color:#333;}
    #navi em{display:block;position:absolute;right:-2.223em;width:3.37619286em;height:3.37619286em;z-index:2;top:0;cursor:pointer;}
    #navi em:after{width:0.40909091em;height:0.40909091em;border-right:0.09090909em solid #030303;border-bottom:0.09090909em solid #030303;content:'';display:block;position:absolute;top:50%;left:50%;transform:rotate(-45deg);background-color:transparent;margin:-4px 0 0 -5px;transition:all 0.3s;}
    #navi .on em:after{border-right-color:#4356a2;border-bottom-color:#4356a2;transform:rotate(45deg);}

    /*1024px*/
    #banner .figure{padding-bottom:50%;}
    #banner .pc{display:none;}
    #banner .wap{display:block;}
    #banner .name{font-size:3em;}

    /*1024px*/
    .aitem{width:50%;}

    /*1024px*/
    #submenu ul{justify-content:center;}
    #submenu li:nth-child(n+1){margin:0.14285714em;}
    #submenu a{font-size:1.125em;}

    /*1024px*/
    .columninfo .name{font-size:3em;}

    /*1024px*/
    .mitem{width:33.333%;}

    /*1024px*/
    #aside,.hside{width:100%;}

    /*1024px*/
    #main,.hmain{width:100%;}

    /*1024px*/
    .fdata .item span{font-size:3em;}

    /*1024px*/
    #hmabout .data span{font-size:3em;}

    /*1024px*/
    #hmactive .hside{width:auto;}

    /*1024px*/
    .biography{width:100%;}

    /*1024px*/
    #devote .item{width:50%;}

    /*1024px*/
    #nostalgic .swiper-slide-active .info,#nostalgic .swiper-slide .info{width:auto;left:auto;transform:none;}
    #nostalgic .swiper-arrow{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
    #nostalgic .arrow{position:relative;top:auto;margin-top:5%;}
}
@media only screen and (max-width:750px){

    /*750px*/
    body{font-size:3.73333333vw;}

    /*750px*/
    #header .inner{padding:1em 0;}

    /*750px*/
    #logo{width:5em;}

    /*750px*/
    #search{width:15em;}

    /*750px*/
    #navi{top:5.5em;height:calc(100vh - 5.5em);}

    /*750px*/
    #links{padding:1.25em 0;}
    #links li:not(:last-child){padding-right:1.5em;margin-right:1.5em;}

    /*750px*/
    #copyright{padding:1.25em 0;text-align:center;display:block;}

    /*750px*/
    #menu{display:none;}

    /*750px*/
    #bottom{justify-content:center;padding:1.25em 0;}

    /*750px*/
    #banner .name{font-size:2.5em;}
    #banner .alias{font-size:0.875em;}

    /*750px*/
    #newspost{padding:2.5em 0;}
    #newspost .title{font-size:1.5em;margin-bottom:0.75em;}
    #newspost .pnav{width:100%;margin-bottom:0.75em;}
    #newspost .back{width:100%;}
    #newspost .back a{margin:0 auto;}

    /*750px*/
    #wrapper{padding:3.5em 0;}

    /*750px*/
    #dynamic{margin-bottom:2.5em;}

    /*750px*/
    .ditem{display:block;padding:2em 0;}
    .ditem .td{display:block;}
    .ditem .date{width:auto;margin-bottom:1em;border-right:none;}
    .ditem .text{padding-left:0;}

    /*750px*/
    #pagenavi .a_num{display:none;}

    /*750px*/
    #activities{margin-bottom:2em;}

    /*750px*/
    .aitem{width:100%;padding-bottom:5%;}

    /*750px*/
    #result .data{margin-bottom:0.5em;}
    #result .menu li:not(:last-child){margin-right:1.5em;}

    /*750px*/
    #information{margin-bottom:2em;}
    #information time{font-size:0.75em;}
    #information a{margin-right:4.5em;}

    /*750px*/
    #selectbox{margin-bottom:2em;}

    /*750px*/
    .columninfo{margin-bottom:2em;}
    .columninfo .name{font-size:2.5em;}
    .columninfo .alias{font-size:0.875em;margin-top:1em;}

    /*750px*/
    #structure{padding-top:2em;}

    /*750px*/
    .mitem{width:100%;padding-bottom:2em;}

    /*750px*/
    .fdata .text{padding:1.25em 0 1.125em;}
    .fdata .item{font-size:1em;}
    .fdata .item span{font-size:2em;}

    /*750px*/
    #slides .figure{padding-bottom:75%;}
    #slides .wap{display:block;}
    #slides .pc{display:none;}
    #slides .swiper-pagination{font-size:0.75em;bottom:2em;}

    /*750px*/
    #hmabout{padding:3em 0 4.5em;}
    #hmabout .data ul{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
    #hmabout .data li{font-size:1em;width:auto;}
    #hmabout .data span{font-size:2em;}

    /*750px*/
    .swiper-arrow .arrow{font-size:0.75em;}

    /*750px*/
    #hmactive{padding:3em 0;}
    #hmactive .list{margin-top:2em;}
    #hmactive .swiper{margin:0;}
    #hmactive .hside{width:auto;}

    /*750px*/
    #hmnews{padding:3em 0;}
    #hmnews .swiper-scrollbar{width:calc(100% - 10em);}

    /*750px*/
    .profile{padding:3em 0;}

    /*750px*/
    .biography .figure{width:100%;}
    .biography .text{width:100%;padding:1.5em;}

    /*750px*/
    .about{padding:3em 0;}
    .about .figure,.about .intro{width:100%;}
    .about .figure figure{margin-bottom:1.5em;}

    /*750px*/
    #witsto{padding:3em 0;}
    #witsto .top{margin-bottom:2em;}
    #witsto .columninfo{margin-bottom:2em;}
    #witsto #submenu{width:100%;}
    #witsto #submenu ul{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
    #witsto #submenu li{width:32%;}
    #witsto #submenu a{width:100%;}

    /*750px*/
    #devote{padding:3em 0;}
    #devote .item{width:100%;padding-bottom:2em;}

    /*750px*/
    .devotepop .box{padding:1.25em;}
    .devotepop .text{font-size:1em;margin-top:1em;}

    /*750px*/
    .bxname{font-size:2em;margin-bottom:0.875em;}

    /*750px*/
    #history{padding:3em 0;margin-bottom:3em;}
    #history .top{margin-bottom:2em;}

    /*750px*/
    #poetry{padding:3em 0;margin-bottom:3em;}
    #poetry .top{margin-bottom:2em;}

    /*750px*/
    #nostalgic .list{padding-top:2.5em;}
    #nostalgic .swiper-wrapper{align-items:center;}
    #nostalgic .swiper-slide-active .info,#nostalgic .swiper-slide .info{padding:2.2em;}
    #nostalgic .swiper-slide-active .meta{padding-bottom:1.5em;margin-bottom:1em;}
}