@charset "utf-8";



/* iconfont*/
@import url('../font/iconfont/iconfont.css');
@import url("../lib/social/css/social.css");


/* CSS Document */
html, body {font-size: 12px;margin: 0;padding: 0;text-decoration: none; background: #fbfbfb; font-family: 'Poppins', sans-serif; width:100%; height: 100%; -webkit-text-size-adjust: 100%;}
html{font-size: 62.5%;}
body{ position: relative; overflow-x:hidden; transition-property:all;}
a {	color: #666;text-decoration: none;outline:none;  star:expression(this.onFocus=this.blur());}
a:hover, a:active { color:#1e2687;}
* { margin: 0;padding: 0;list-style: none;outline:none;box-sizing:border-box;  }
table {	border-collapse: collapse;}
ul, li {list-style: none;border: 0 none;padding: 0;margin:0;}
form {margin: 0;}
img {border: 0 none;text-align-last: center;vertical-align: middle;  outline:none; max-width:100%; width:auto; height:auto;-o-object-fit: cover;object-fit: cover;}
center {text-align: left;	color: #999;height: 50px;}
#clear, .clear {clear: both;float: none!important;background: none;width: 0 !important;	height: 0 !important;margin:0 !important;padding:0 !important;}
#noData, .noData {color: #ccc;font-size: 14px;text-align: left;padding: 50px 0;}
.not-shadow{ box-shadow: 0 0 0!important;}
.fl-left, .fl{ float:left;}
.fl-right, .fr{ float:right;}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.mob{display:none;}
.hide{display: none;}
.wrap{ width: 90%; max-width: 1680px; margin: 0 auto;}
::-webkit-scrollbar {width:8px;height: 1px;}
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background:#666;}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 10px;background: #ededed;}



/* head*/
#head { position:fixed; z-index:1000; left: 0; top:0; width:100%;height: 120px; transition: all .35s;}
#head .wrap{max-width: inherit;width: 100%;}
#head .logo{text-align:left; box-sizing: border-box; padding-left: 5%; height: 120px; line-height: 120px; transition: all .35s;}
#head .logo>a{display: inline-block;}
#head .logo>a img{ display: inline-block; height: 36px; width: auto; transition: all .35s;}
#head .logo>a img.primary{display: none;}

#head .search{ text-align: center;padding: 20px 0; width: 220px; transition: all .4s;}
#head .search>a{ position: relative; text-align: left; display: block; box-sizing: border-box; padding: 0 30px; height: 80px; line-height: 80px;background:#1e2687;}
#head .search>a:after{ position: absolute;z-index: 1; right: 0;top: 50%;width: 30%;height: 1px; margin-top: 0; background: #fff;content: '';}
#head .search>a span{display: inline-block;vertical-align: middle; font-size: 1.6rem; text-transform: uppercase; color: rgba(255,255,255,1); margin-right: 20px; transition: all .35s;}


#head .language{ position: relative; text-align: center;padding: 20px 0; transition: all .35s;}
#head .language>a{display: block; width: 80px; height: 80px; line-height: 80px; color: #fff; background:#bc0010;}
#head .language>a>i{display: inline-block; font-size: 2.4rem;}
#head .language>div{display: none; position: absolute;z-index: 12; left: 0; width: 100%; text-align: center; background: #f7f7f7; box-shadow: 0 10px 16px rgba(0,0,0,.1); transition: all 0.36s ease;animation: ani_lang 0.3s ease backwards;}
#head .language>div>a{display: block; border-bottom: 1px dotted #e1e1e1; font-size: 1.4rem; font-weight: 200; padding:12px 0; color: #666; transition: all .35s;}
#head .language>div>a:last-child{border-bottom: 0;}
#head .language>div>a>span{display: inline-block;}
#head .language>div>a:hover{ color: #bc0010; background:#fff;}
#head .language>div>a:hover span{transform: scale(.9);}


#head .menu{display: block; margin-right: 30px;}
#head .menu ul{display: flex;justify-content: flex-start; align-items: center; margin: 0 auto;}
#head .menu ul>li{ position: relative; display: inline-block; margin:0 20px;}
#head .menu ul>li>a{display: block; font-size: 2rem; font-weight: 500; color: #fff; height:120px; line-height: 120px; transition: all .35s;}
#head .menu ul>li>a:hover{color: #fff;}
#head .menu ul>li.active>a{color: #bc0010}
#head .menu ul>li>a>span{display: inline-block; vertical-align: middle;}
#head .menu ul>li>section{display: none; position: absolute; left: 50%; transform: translateX(-50%); text-align: center; width: 180px; box-sizing: border-box;transition: all 0.36s ease;animation: ani_up 0.3s ease backwards;}
#head .menu ul>li>section>div{ border-top: 3px solid #bc0010; background:#fff; box-shadow: 0 1px 6px rgba(0,0,0,.1);}
#head .menu ul>li>section>div>a{ position: relative; display: block; font-size: 1.8rem; color: #333; height: 60px; line-height: 60px; border-bottom: 1px solid #f5f5f5; transition: all .35s }
#head .menu ul>li>section>div>a:last-child{border-bottom: 0;}
#head .menu ul>li>section>div>a>span{position: relative;display: inline-block;}
#head .menu ul>li>section>div>a:hover{background: #bc0010; color: #fff;}

#head .nav-toggler { display: none; margin-top: 20px; cursor: pointer; overflow: hidden; box-sizing: border-box;width:80px; justify-content: center; align-items: center;align-content: center; background: #1e2687; height:80px; line-height: 80px; text-align: center; -webkit-tap-highlight-color: transparent;-ms-touch-action: manipulation;touch-action: manipulation; transition: all .35s;}
#head .nav-toggler>span { position: relative; display:inline-block;}
#head .nav-toggler>span, #head .nav-toggler>span:after, #head .nav-toggler>span:before {  display:block; width:24px;height: 2px; border-radius: 5px; background-color: rgba(255,255,255,1);transition-duration: .4s;-webkit-transition-property: background-color,-webkit-transform;-moz-transition-property: background-color,-moz-transform; -o-transition-property: background-color,-o-transform; transition-property: background-color,transform;}
#head .nav-toggler>span:after, #head .nav-toggler>span:before { position: absolute; content: "";}
#head .nav-toggler>span:before {top: -8px;}
#head .nav-toggler>span:after {top: 8px;}
#head .nav-toggler.active span { background-color: transparent;}
#head .nav-toggler.active span:after,#head .nav-toggler.active span:before {}
#head .nav-toggler.active span:before {transform: translateY(8px)rotate(45deg);}
#head .nav-toggler.active span:after {transform: translateY(-8px)rotate(-45deg);}





#head.small{background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,.1); height: 80px;}
#head.small .logo{ height: 80px; line-height: 80px}
#head.small .logo>a img{ display: none; height: 30px;}
#head.small .logo>a img.primary{display: inline-block;}
#head.small .language{ padding: 0;}
#head.small .search{ padding: 0;}
#head.small .menu ul>li>a{ color: #333; height:80px; line-height: 80px;}
#head.small .menu ul>li>section{padding-top: 20px;}
#head.small .nav-toggler{margin-top: 0;}


#head.active{background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,.1); height: 80px;}
#head.active .logo{ height: 80px; line-height: 80px}
#head.active .logo>a img{ display: none; height: 30px;}
#head.active .logo>a img.primary{display: inline-block;}
#head.active .language{ padding: 0;}
#head.active .search{ padding: 0;}
#head.active .menu ul>li>a{ color: #333; height:80px; line-height: 80px;}
#head.active .menu ul>li>section{padding-top: 20px;}
#head.active .nav-toggler{margin-top: 0;}

@-webkit-keyframes ani_up {
    0% {transform: translate(-50%,20px); opacity: 0; }
    100% {transform: translate(-50%,0); opacity: 1; }
}


/* end if*/




/* nav*/

#nav{position: fixed;z-index: 900; top: 0; right: -100%; width: 100%; height: 100%; background: #fff; padding: 120px 0; box-sizing: border-box; transition: all .35s;;}
#nav.active{right: 0;}

#nav .menu{margin: 0 auto;}
#nav .menu>ul{margin: 0 auto;}
#nav .menu>ul>li{display: block; text-align: left; border-bottom: 1px solid #1e2687;}
#nav .menu>ul>li>a{ position: relative; display: block; height: 60px; line-height: 60px; font-size: 1.8rem; color: #333;transition: all .35s;}
#nav .menu>ul>li>a.on:after{ position: absolute;z-index: 20; right: 0;top: 50%; transform: translateY(-50%);height: 40px; line-height: 40px; color: #1e2687; font-family: iconfont; font-size: 1.6rem; font-weight: bold; content: '\e62a'; transition: all .35s;}
#nav .menu>ul>li>a.active:after{ content: '\e63c';}
#nav .menu>ul>li>a.active{color: #1e2687;}
#nav .menu>ul>li>section{display: none; padding: 0 15px 50px 15px; text-align: left; }
#nav .menu>ul>li>section>a{display: block; padding: 10px 0; font-size: 1.6rem; color: #666;transition: all .35s;}


#nav .btn{padding-top: 30px; margin: 0 auto; position: relative;}
#nav .btn>.search{ text-align: center;width: 72%; transition: all .4s;}
#nav .btn>.search>a{ position: relative; text-align: left; display: block; box-sizing: border-box; padding: 0 30px; height: 70px; line-height: 70px;background:#1e2687;}
#nav .btn>.search>a:after{ position: absolute;z-index: 1; right: 0;top: 50%;width: 70px;height: 1px; margin-top: 0; background: #fff;content: '';}
#nav .btn>.search>a span{display: inline-block;vertical-align: middle; font-size: 1.6rem; text-transform: uppercase; color: rgba(255,255,255,1); margin-right: 20px; transition: all .35s;}
#nav .btn>.language{ text-align: center; width: 28%; height: 70px; line-height: 70px; background:#bc0010; transition: all .35s;}
#nav .btn>.language>a{display: block; font-size: 1.6rem;color: #fff;  transition: all .35s}
#nav .btn>.language>div{display: none; position: absolute;z-index: 12; left: 0; width: 100%; text-align: center; padding: 10px 0; background: #f7f7f7; box-shadow: 0 10px 16px rgba(0,0,0,.1); transition: all 0.36s ease;animation: ani_lang 0.3s ease backwards;}
#nav .btn>.language>div>a{display: inline-block; font-size: 1.6rem; font-weight: 200; padding:12px 20px; height: auto; line-height: normal; color: #666; transition: all .35s;}
#nav .btn>.language>div>a:last-child{border-bottom: 0;}
#nav .btn>.language>div>a>span{display: inline-block; padding-bottom: 3px; border-bottom: 1px solid #ddd;}
#nav .btn>.language>div>a:hover{ color: #bc0010; background:#fff;}
#nav .btn>.language>div>a:hover span{transform: scale(.9);}

/* end if*/





/* banner*/

#banner{position:relative;background:#fff; height:auto; overflow:hidden; transition:all .35s;}
#banner.inner{ background-position: right bottom; background-size: cover;}
#banner.inner .info{position: absolute; z-index: 90; left: 10%;bottom: 23%; width: 36%; box-sizing: border-box; text-align: left;transition: all .3s;}
#banner.inner .info>.ico{position: relative;  animation:ani-ico .6s 0.8s both;}
#banner.inner .info>.ico>img{height: 80px; width: auto;}
#banner.inner .info>.tit{position: relative; font-size: 4rem; font-weight: 700; color: #fff; animation:ani-tit 1.2s ease-out 0.4s both;}
#banner.inner .info>.txt{ position: relative; padding-top: 20px; font-size: 1.8rem; color: rgba(255,255,255,.8); line-height: 3rem;animation:ani-txt .6s 1s both;}
#banner.inner:after{position: absolute;z-index: 1; left: 0;top: 0;width: 100%;height: 100%; background: rgba(0,0,0,.5); content: '';}
#banner.inner img{ width: 100%;height: auto;}


@keyframes ani-ico{
    from{opacity: 0; transform: translateY(40px);}
    to{opacity: 1; transform: translateY(0)}
}
@keyframes ani-tit{
    from{opacity:0; transform: translateY(80px);}
    to{opacity:1; transform: translateY(0)}
}
@keyframes ani-txt{
    from{opacity:0; transform: translateY(100px);}
    to{opacity:1; transform: translateY(0)}
}






/* end */



/* page */

.page{ position: relative; display: flex;margin: 0 auto; padding: 50px 0; justify-content: center; align-items: center;}
.page .pagenum{ display: inline-block;vertical-align: middle; text-align: center;}
.page .pagenum>a{display:inline-block; border:1px solid transparent; margin: 0 5px; width:40px;height:40px; line-height:40px;text-align:center; font-size:1.5em; color:#676767; transition:all .35s;}
.page .pagenum>a:hover{color: #d71a20; }
.page .pagenum>a.active{ background: #d71a20;  color: #fff;}
.page .prev, .page .next{display: inline-block;vertical-align: middle;}
.page .prev>a, .page .next>a{display: inline-block; margin: 0 5px; width:40px;height:40px; line-height:40px; text-align: center; font-size: 1.5rem; color: #676767;transition: all .35s;}
.page .prev>a>span, .page .next>a>span{display: none; font-size: 1.2rem;}
.page .prev>a:hover, .page .next>a:hover{color: #d71a20;}
.page .null{ opacity: .3; color: #666!important; background: #fff!important; border-color: #ddd!important;}
.page .pagenum>a.pageell{ background: none; color: #676767; border: 0!important;}
.page .pagesmall{display: none; vertical-align: middle; font-size: 1.4rem; color: #999; padding: 6px 20px; text-align: center;}
.page .pagesmall>span{color: #d71a20;}



/* end*/

/* navigation */

#navigation{ position: relative;z-index: 60; margin: -230px auto 150px auto; text-align: right;}
#navigation a{display: inline-block; position: relative;z-index: 1;height: 80px; line-height: 80px;  margin-left: 50px; font-size: 1.8rem; color: #fff;transition: all .35s;}
#navigation a:after{position: absolute;z-index: 12; left: 0;bottom: 0; width: 0;height: 3px; background: #1e2687; content: ''; transition: all .35s;}
#navigation a.active:after{ width: 100%;}
#navigation a:hover:after{width: 100%;}

/* end*/


/* path */

#path{ margin: 0 auto; padding: 30px 0;}
#path.margintop{margin-top: 80px;}
#path .layout{ margin: 0 auto;text-align: left;padding: 15px 0;}
#path .layout>a{display: inline-block; position: relative; font-size: 1.5rem; padding-left:20px; color: #666; transition: all .35s;}
#path .layout>a:hover{color: #1e2687;}
#path .layout>a:after{ position: absolute;z-index: 12; left:0; top: 50%; transform: translateY(-50%); width: 20px; text-align: center; height: 14px; line-height: 14px; font-family: iconfont; font-size: 1.4rem; color: #666;content: '\e666';}
#path .layout>a:first-child{padding-left: 0;}
#path .layout>a:first-child:after{display: none;}
#path .layout>a:last-child{padding-right: 0;}



/* end */


/* loadmore*/

.loadmore{margin: 0 auto; padding: 50px 0 100px 0;}
.loadmore>.url{margin: 0 auto;text-align: center;}
.loadmore>.url>a{display: inline-block; padding: 15px 60px; color: #fff; background: #b20013;  transition: all .35s;}
.loadmore>.url>a>i{display: inline-block; font-size: 3rem;color: #fff; vertical-align: middle; margin-left: 6px; transition: all .35s;}
.loadmore>.url>a>span{ display: inline-block;vertical-align: middle; font-size: 1.6rem;}
.loadmore>.url>a:hover{ background: #1e2687; color: #fff; box-shadow: 2px 3px 20px rgba(0,0,0,.16); transform: translateY(-5px); }
.loadmore>.url>a:hover i{ color: #fff; transform: rotate(360deg);}
.loadmore>.loading{margin:50px 0; height:46px; text-align:center; line-height:47px; display:none;}
.loadmore>.loading>div{width:10px; height:10px; background-color:#666; border-radius:100%; display:inline-block; animation:bouncedelay 1.4s infinite ease-in-out; animation-fill-mode:both; margin:0 3px;}
.loadmore>.loading .bounce1{animation-delay:-0.32s;}
.loadmore>.loading .bounce2{animation-delay:-0.16s;}
@keyframes bouncedelay{
    0%,80%,100% {transform: scale(0.0);}
    40%{transform: scale(1.0);}
}

/* end*/





/* foot*/


#foot{ margin: 0 auto; background: #1e2687;}
#foot .left{width: 76%; box-sizing: border-box;}
#foot .right{ width: 24%; box-sizing: border-box; border-left: 1px solid rgba(255,255,255,.1);}
#foot .info{ height: 125px; line-height: 125px; border-bottom: 1px solid rgba(255,255,255,.1);}
#foot .info>.logo{display: inline-block; float: left; }
#foot .info>.logo img{height: 30px; width: auto;}
#foot .info>.social{ float: right; display: inline-block; padding-right: 50px;}
#foot .info>.social a{ width: 40px; height: 40px; line-height: 40px; background: rgba(255,255,255,.1) !important; border: 0!important; font-size: 1.6rem!important; color: #fff; transition: all .35s;}

#foot .nav{ padding: 50px 100px 50px 0;}
#foot .nav>ul{margin: 0 auto;display: flex; justify-content: space-between;align-items: self-start;}
#foot .nav>ul>li{display: inline-block; text-align: left;}
#foot .nav>ul>li>a{display: block; font-size: 1.6rem; color: #fff;transition: all .35s;}
#foot .nav>ul>li>div{padding: 10px 0;}
#foot .nav>ul>li>div a{display: block; margin-top: 10px; font-size: 1.4rem; color: rgba(255,255,255,.5);transition: all .35s;}
#foot .nav>ul>li>div a:hover{color: rgba(255,255,255,1);}
#foot .tel{ padding-left: 14%; box-sizing: border-box; height: 125px; line-height: 125px;text-align: left;border-bottom: 1px solid rgba(255,255,255,.1);}
#foot .tel>i{font-size: 2rem; color: #fff; vertical-align: middle;display: inline-block;}
#foot .tel>i>b{display: inline-block; vertical-align: top;margin-left: 5px; font-weight: 200; font-size: 1.6rem;}
#foot .tel>span{display: inline-block;vertical-align: middle; font-size: 2.8rem;color: #fff;}
#foot .contact{padding: 50px 0 50px 14%; text-align: left;}
#foot .contact>.rows{display: block; margin-bottom: 20px;}
#foot .contact>.rows:last-child{margin-bottom: 0;}
#foot .contact>.rows i{font-size: 2rem; color: #fff; display: block;}
#foot .contact>.rows i>b{display: inline-block; vertical-align: top; margin-left: 5px; font-weight: 200; font-size: 1.4rem;}
#foot .contact>.rows p{display: block; padding:10px 0  0 25px; font-size: 1.6rem;color: rgba(255,255,255,.7);}
#foot .qrcode{padding: 0 0 50px 14%; text-align: left;}
#foot .qrcode img{width: 100px; height: auto;}

#foot .copy{text-align: left; color: #fff; font-size: 1.4rem; padding: 35px 0; border-top: 1px solid rgba(255,255,255,.1);}
#foot .copy>a{display: inline-block; color: rgba(255,255,255,.6); margin-left: 20px; transition: all .35s;}
#foot .copy>a:hover{ border-bottom: 1px solid #eee; color: rgba(255,255,255,1);}


/* end*/




@media only screen and (max-width: 1680px){

    #foot .tel>span { font-size: 2.6rem;}

}

@media only screen and (max-width: 1560px){

    #head .menu ul>li{ margin:0 16px;}
    #head .menu ul>li>a{font-size: 1.9rem;}


    #foot .left { width: 74%;}
    #foot .right {width: 26%;}


}

@media only screen and (max-width: 1480px){

    #head .menu ul>li{ margin:0 12px;}
    #head .menu ul>li>a{font-size: 1.8rem;}


    #banner.inner .info>.tit{font-size: 3.2rem;}
    #banner.inner .info>.txt{ font-size: 1.7rem; line-height: 2.4rem}


    #foot .left { width: 72%;}
    #foot .right {width: 28%;}


}

@media only screen and (max-width: 1380px){

    #head .logo>a img { height: 30px; }
    #head .menu{ margin-right: 20px;}
    #head .menu ul>li{ margin:0 10px;}

    #head .search{width: 180px;}
    #head .search>a {padding: 0 20px;}
    #head .search>a:after{ width: 24%;}


    #foot .left { width: 70%;}
    #foot .right {width: 30%;}

}

@media only screen and (max-width: 1280px){

    #head .menu ul>li>a{font-size: 1.7rem;}

    #head .language>a { font-size: 1.5rem;}

    #head .search{width: 160px;}
    #head .search>a span {font-size: 1.5rem;}

    #foot .left { width: 68%;}
    #foot .right {width: 32%;}
    #foot .tel>span { font-size: 2.4rem;}

}

@media only screen and (max-width: 1200px){

    #head .menu{display: none;}
    #head .search{display: none;}
    #head .language{display: none;}
    #head .nav-toggler{display: flex;}

    #foot .left { width: 65%;}
    #foot .right {width: 35%;}



}

@media only screen and (max-width: 1080px){

    #banner.inner .info>.tit { font-size: 2.8rem; }
    #banner.inner .info { width: 50%; }
    #banner.inner .info>.txt { font-size: 1.4rem;line-height: 2rem; }





    #foot .left { width: 100%; float: none;}
    #foot .info>.social {padding-right: 0;}
    #foot .right {width: 100%; float: none; border-left: 0; border-top: 1px solid rgba(255,255,255,.1);}
    #foot .tel{padding-left: 0; height: 80px; line-height: 80px; border-bottom: 0;}
    #foot .contact{padding: 0 0 20px 0;}
    #foot .qrcode {padding-left: 0; float: right; position: relative;margin-top: -100px; padding-bottom: 30px;}


}

@media only screen and (max-width: 960px){

    #navigation{  margin: 0 auto 30px auto;}
    #navigation a{height: 60px; line-height: 60px; font-size: 1.4rem; color: #333;}




    .page .pagenum>a{width:40px;height:40px; line-height:40px;font-size:1.4rem;}
    .page .prev>a, .page .next>a{ width:40px;height:40px; line-height:40px; font-size: 1.4rem;}
    .page .pagesmall{font-size: 1.4rem; }

}

@media only screen and (max-width: 860px){


    #head .logo>a img {height: 26px;}

    #head .nav-toggler { width:60px; height:60px; line-height: 60px;}
    #head .nav-toggler>span, #head .nav-toggler>span:after, #head .nav-toggler>span:before { width:22px;}
    #head .nav-toggler>span:before {top: -7px;}
    #head .nav-toggler>span:after {top: 7px;}
    #head .nav-toggler.active span:before {transform: translateY(7px)rotate(45deg);}
    #head .nav-toggler.active span:after {transform: translateY(-7px)rotate(-45deg);}


    #head.small { height: 60px; }
    #head.small .logo{ height:60px; line-height: 60px}
    #head.small .logo>a img {height: 26px;}


    #head.active{height: 60px;}
    #head.active .logo{ height: 60px; line-height: 60px}
    #head.active .logo>a img{  height: 26px;}
    #head.active .menu ul>li>a{  height:60px; line-height: 60px;}


    #banner.inner .info {bottom: 12%; width: 60%;}
    #banner.inner .info>.tit { font-size: 2rem; }
    #banner.inner .info>.txt { font-size: 1.4rem;line-height: 2rem;}


    .loadmore>.url>a {  padding: 12px 50px;}

    .page .pagenum>a{width:32px;height:32px; line-height:32px;font-size:1.2rem;}
    .page .prev>a, .page .next>a{ width:32px;height:32px; line-height:32px; font-size: 1.2rem;}
    .page .pagesmall{font-size: 1.2rem; }

    #foot .nav {display: none; }
    #foot .right { border-top: 0;}

    #foot .info>.logo img { height: 26px;}
    #foot .info>.social a { width: 32px;height: 32px; line-height: 32px;;}

}

@media only screen and (max-width: 640px){

    #head .logo>a img {height: 22px;}
    #head.small .logo>a img {height: 22px;}
    #head.active .logo>a img{  height: 22px;}


    #banner{ height: 300px;}
    #banner.inner .info {width: 80%;}
    #banner.inner .info>.txt{padding-top: 10px;}
    #banner.inner img{ width: auto;height: 100%; object-fit: cover;}


    #path {padding: 5px 0;}
    #path .layout>a{font-size: 1.2rem}

    #navigation>.wrap{display: flex;justify-content: space-between;align-items: center;align-content: center;}
    #navigation a{margin-left: 0;}





    .loadmore { padding:10px 0 80px 0;}
    .loadmore>.url>a {  padding: 10px 40px;}
    .loadmore>.url>a>span {font-size: 1.4rem;}
    .loadmore>.url>a>i {display: inline-block; font-size: 2.4rem; color: #fff; vertical-align: middle;margin-left: 6px;transition: all .35s; }


    .page .pagenum{display: none;}
    .page .pagesmall{ display: inline-block; font-size: 1.4rem; }
    .page .prev>a, .page .next>a{ width:auto;height:auto; line-height:20px; padding: 6px 15px; text-align: center; border-radius: 5px;}
    .page .prev>a>span, .page .next>a>span{display: inline-block; vertical-align: middle;}
    .page .prev>a>i, .page .next>a>i{display: inline-block; vertical-align: middle;}

    #foot .qrcode {float: none; margin-top: 0;}

    #foot .info { height: auto;line-height: normal; padding: 20px 0;}
    #foot .info>.logo {display: block; float: none;}
    #foot .info>.logo img{height: 20px;}
    #foot .info>.social { float: none; width: 100%; padding-top: 10px;}


}















