@charset "utf-8";

/* font*/
@import url('https://fonts.font.im/css?family=Poppins:300,400,700,900');
@import url("../lib/social/css/social.css");


/* CSS Document */
html, body {font-size: 12px;margin: 0;padding: 0;text-decoration: none; background: #fff; 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:#00a2f5;}
* { 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;}
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;}
.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: 86%; max-width: 1420px; 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%; background: #fff; height: 80px; box-shadow: 0 2px 10px rgba(0,0,0,.1); transition: all .35s;}
#head .wrap{max-width: inherit; width: 100%;}
#head .logo{position: relative;z-index: 80; text-align:left; box-sizing: border-box; padding-left: 5%; height: 80px; line-height: 80px;}
#head .logo>a{display: inline-block;}
#head .logo>a img{ display: inline-block; height: 30px; width: auto; transition: all .35s;}
#head .search{ width: 200px; height: 80px; line-height: 80px;background:linear-gradient(to right,rgba(255,255,255,1),rgba(0,162,245,.2));}
#head .search .form{ width: 80%; margin: 0 auto;}
#head .search .form>input{width:76%; height:80px; background:none;line-height:80px; padding:0 20px; color: #00a2f5; box-sizing:border-box; font-size:1.6rem; float:left; border: 0;}
#head .search .form>input::placeholder{color:rgba(0,162,245,.38); font-size: 1.4rem; font-weight:300;}
#head .search .form>a{display:block;float:right;  width:30px; height:80px;  line-height:80px; text-align:center; transition:all .2s;}
#head .search .form>a.go>i{ display: inline-block;vertical-align: middle; font-size:1.8rem; color: #00a2f5; margin-right: 6px;}
#head .language{ position: relative; padding: 0 30px; height: 80px; background: #00a2f5; text-align: left; transition: all .35s;}
#head .language>a{display: block; height: 80px; line-height: 80px;}
#head .language>a i{display: inline-block; vertical-align: middle; font-size: 1.8rem; color: #fff;}
#head .language>a span{display: inline-block;font-size: 1.4rem; color: rgba(255,255,255,.7); margin-left: 5px; transition: all .35s;}
#head .language>div{ display: none; position: absolute;z-index: 10; left: 0; width: 100%; box-sizing: border-box;padding: 15px 20px; background:linear-gradient(to bottom,#ffffff,#f0f0f0);box-shadow: 0 2px 5px rgba(0,0,0,.1);}
#head .language>div>a{ position: relative; display: block; font-size: 1.4rem; padding: 8px 0; color: #666; transition: all .35s;}
#head .language>div>a:after{position: absolute;z-index: 12; left: 0; top: 50%; transform: translateY(-50%); opacity: 0; width: 16px;height: 16px; line-height: 16px; text-align: left; font-family: iconfont;font-size: 1.2rem; color: #00a2f5; content: '\e612';transition: all .35s;}
#head .language>div>a:hover{color: #00a2f5; padding-left: 16px;}
#head .language>div>a:hover:after{opacity: 1;}
#head .language.active{background: #37b9fb;}

#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{display: inline-block; padding-right: 30px; margin-right: 20px;}
#head .menu ul>li>a{display: block; font-size: 1.8rem; color: #000; height: 80px; line-height: 80px; transition: all .35s;}
#head .menu ul>li>a:hover{color: #00a2f5;}
#head .menu ul>li>a>span{display: inline-block; vertical-align: middle;}
#head .menu ul>li>a>i{display: inline-block;vertical-align: middle;position: relative; font-style: normal; width: 18px;}
#head .menu ul>li>a>i:after{position: absolute;z-index: 10; right: 0; top: 50%; transform: translateY(-40%); width: 14px; height: 14px; line-height: 14px; border-radius: 100%; font-family: iconfont; font-size: 1.4rem;  content: '\e610'; transition: all .35s;}
#head .menu ul>li>a:hover i:after{  transform:translateY(-40%) rotate(180deg);}
#head .menu ul>li>div{display: none; position: absolute; top: 70px; text-align: left; padding: 20px 0 50px 0; background: #fff;box-shadow: 0 2px 10px rgba(0,0,0,.1);}
#head .menu ul>li>div:after{position: absolute;z-index: 1; left: 0;top: 0; width: 100%;height: 5px; background: #00a2f5; content: '';}
#head .menu ul>li>div .base{margin: 0 auto;padding: 0 25px;}
#head .menu ul>li>div .base>a{display: block; font-size: 1.3rem; color: #333; margin-bottom: 5px; transition: all .35s;}
#head .menu ul>li>div .base>a:hover{color: #00a2f5;}

#head .menu ul>li>div .product-catalog{ width: 520px;margin: 0 auto;display: flex;align-items: flex-start;justify-content: space-between; }
#head .menu ul>li>div .product-catalog>.item{display: inline-block; text-align: left;}
#head .menu ul>li>div .product-catalog>.item>.title{ padding-bottom: 15px; margin: 0 auto;}
#head .menu ul>li>div .product-catalog>.item>.title>p{font-size: 1.6rem; color: #000; font-weight: bold;}
#head .menu ul>li>div .product-catalog>.item>.title>img{display: block; width: 50px;height: auto; margin: 12px 0; }
#head .menu ul>li>div .product-catalog>.item>.box>a{display: block; font-size: 1.3rem; color: #333; margin-bottom: 5px; transition: all .35s;}
#head .menu ul>li>div .product-catalog>.item>.box>a:hover{color: #00a2f5;}

#head .toggler{display: none; position: absolute;z-index: 1; left: 0;top: 0;width: 100%;height: 80px;}
#head .toggler>a{ display: block; position: absolute;z-index: 12; top: 0; width: 80px; height:80px;line-height: 80px; text-align: center; }
#head .toggler>a.search{right: 0; background: transparent!important;}
#head .toggler>a.search>i{font-size: 2.2rem; color: #999;}

#head .toggler>a.nav { left: 0; display: flex!important; cursor: pointer; overflow: hidden; box-sizing: border-box;justify-content:center; align-items: center; -webkit-tap-highlight-color: transparent;-ms-touch-action: manipulation;touch-action: manipulation;}
#head .toggler>a.nav>span { position: relative; display:inline-block;}
#head .toggler>a.nav>span,#head .toggler>a.nav>span:after,#head .toggler>a.nav>span:before { display: block;width:20px;height: 2px; border-radius: 5px; background-color: #999;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 .toggler>a.nav>span:after,#head .toggler>a.nav>span:before { position: absolute; content: "";}
#head .toggler>a.nav>span:before {top: -6px;}
#head .toggler>a.nav>span:after {top: 6px;}
#head .toggler>a.nav.active span { background-color: transparent;}
#head .toggler>a.nav.active span:after,#head .toggler>a.nav.active span:before {}
#head .toggler>a.nav.active span:before {transform: translateY(6px)rotate(45deg);}
#head .toggler>a.nav.active span:after {transform: translateY(-6px)rotate(-45deg);}


#head.small{position: fixed;}
#head.small .header{padding: 20px 0;}






/* end if*/



/* nav*/


#nav{position: fixed;z-index: 19995015; top: 0; left: -100%; width: 100%; height: 100%; box-sizing: border-box; transition: all .35s;}
#nav .mask{ display: none; position: absolute;z-index: 1; left: 0; top: 0; width: 100%;height: 100%; background: rgba(0,0,0,.8); content: ''; backdrop-filter:blur(3px);}
#nav .layout{ position: absolute; left: 0; top: 0; z-index: 50; width: 76%;max-width: 300px; background: #fff; height: 100%; padding: 70px 30px;  box-shadow:-3px 5px 20px rgba(0,0,0,.3);overflow: hidden;}
#nav .layout>.close{position: absolute;z-index: 50; top: 0; left: 0; width: 50px;height: 50px; line-height: 50px; text-align: center; cursor: pointer; background:#00a2f5;}
#nav .layout>.close>i{color: #fff; font-size: 2rem; font-weight: bold;}
#nav .layout>.menu{ position: relative;z-index: 50; margin: 0 auto;}
#nav .layout>.menu>ul>li{display: block; border-bottom: 1px solid rgba(0,0,0,.1);}
#nav .layout>.menu>ul>li:last-child{border: 0;}
#nav .layout>.menu>ul>li>a{ position: relative; display: block; height: 50px; line-height: 50px; font-size: 1.6rem; font-weight: bold; color: #333;transition: all .35s;}
#nav .layout>.menu>ul>li>a.on:after{ position: absolute;z-index: 20; right: 0;top: 50%; transform: translateY(-50%);height: 40px; line-height: 40px; color: #00a2f5; font-family: iconfont; font-size: 1.6rem; font-weight: bold; content: '\e62a'; transition: all .35s;}
#nav .layout>.menu>ul>li>a.active:after{ content: '\e63c';}
#nav .layout>.menu>ul>li>a.active{color: #00a2f5;}
#nav .layout>.menu>ul>li>div{ display: none; text-align: left; padding: 0 5px 10px 5px;}
#nav .layout>.menu>ul>li>div>a{ position: relative; display: block;font-size: 1.4rem; font-weight: 200; color: #666; padding: 5px 10px;}
#nav .layout>.menu>ul>li>div>a:after{position: absolute;z-index: 1; left: 0; top: 50%; width: 4px; height: 1px; background: #999;content: ''; transform: translateY(-50%);}
#nav .layout>.menu>ul>li>div .menu_son>li>a{position: relative; display: block;font-size: 1.4rem; font-weight: 200; color: #666; padding: 5px 10px;}
#nav .layout>.menu>ul>li>div .menu_son>li>a:after{position: absolute;z-index: 1; left: 0; top: 50%; width: 4px; height: 1px; background: #999;content: ''; transform: translateY(-50%);}
#nav .layout>.menu>ul>li>div .menu_son>li>.son{position: fixed;z-index: 100; top: 0; left: -100%; width: 76%;max-width: 300px; height: 100%;  background: #fff; box-sizing: border-box;padding: 70px 30px; transition: all .35s;}
#nav .layout>.menu>ul>li>div .menu_son>li>.son .back{position: absolute;z-index: 50; top: 0; left: 0; width: 50px;height: 50px; line-height: 50px; text-align: center; cursor: pointer; background:#00a2f5;}
#nav .layout>.menu>ul>li>div .menu_son>li>.son .back>i{color: #fff; font-size: 2rem;}
#nav .layout>.menu>ul>li>div .menu_son>li>.son .tit{ font-size: 1.6rem; color: #333; padding-bottom: 10px;}
#nav .layout>.menu>ul>li>div .menu_son>li>.son .tit>img{display: inline-block; vertical-align: middle; height: 30px;width: auto;}
#nav .layout>.menu>ul>li>div .menu_son>li>.son .tit>span{display: inline-block; vertical-align: middle; margin-left: 10px;}
#nav .layout>.menu>ul>li>div .menu_son>li>.son .box{padding: 20px 0; text-align: left; border-top: 1px solid #eee;}
#nav .layout>.menu>ul>li>div .menu_son>li>.son .box>a{display: block;font-size: 1.3rem; color: #666; margin-bottom: 5px;}
#nav .layout>.menu>ul>li>div .menu_son>li>.son.active{left: 0;}

#nav .layout>.tel{padding: 30px 0; text-align: left;}
#nav .layout>.tel>a{display: block; color: #00a2f5;}
#nav .layout>.tel>a>i{display: block; margin-bottom: 6px;font-size: 1.6rem;}
#nav .layout>.tel>a>span{display: block;font-size: 1.8rem; font-weight: bold;}
#nav .layout>.lang{  position: absolute;z-index: 10; left: 50%; bottom:0; background: #f6f6f6; transform: translateX(-50%); width: 100%; padding: 15px 30px; box-sizing: border-box;}
#nav .layout>.lang>a{ position: relative; display: block; transition: all .35s;}
#nav .layout>.lang>a:after{position: absolute;z-index: 1; right: 0;top: 50%; transform: translateY(-50%); height: 20px; line-height: 20px; font-family: iconfont; font-size: 1.6rem; content: '\e610'; transition: all .35s;}
#nav .layout>.lang>a>i{display: inline-block;  vertical-align: middle; font-size:1.6rem; color: #666; margin-right: 3px;}
#nav .layout>.lang>a>span{display: inline-block;vertical-align: middle; font-size: 1.2rem; color: #999;}
#nav .layout>.lang>div{ display: none; position: absolute;z-index: 90; left: 0; bottom: 50px; width: 100%; box-sizing: border-box;padding:10px 30px; background: #f9f9f9; border-top: 2px solid #00a2f5;}
#nav .layout>.lang>div>a{display: block;text-align: left; padding: 8px 0; font-size: 1.2rem; color: #333;transition: all .35s;}
#nav .layout>.lang>div>a>img{height: 16px;width: auto; margin-right: 6px;}
#nav .layout>.lang>a:hover, #nav .layout>.lang>a.active{color: #333;}
#nav .layout>.lang>a.active:after{transform: translateY(-50%) rotate(180deg);}
#nav.active{left: 0;}
#nav.active .mask{display: block;}


/* end*/







/* search*/

#search{ display: none; position: fixed;z-index: 1001; left: 0; top: 0; width: 100%;height: 100%; background: rgba(0,0,0,.9);}
#search .layout{ width: 76%; max-width:800px; height:100px; position:fixed; left:0; right:0; top:0; bottom:0; margin:auto; z-index:99;}
#search .layout .form{ margin: 0 auto; border-bottom: 1px solid rgba(255,255,255,.8); }
#search .layout .form>input{width:80%; height:50px; background:none;line-height:50px; padding:0 5px; color: #fff; box-sizing:border-box; font-size:1.8rem; float:left; border: 0;}
#search .layout .form>input::placeholder{color:#999; font-size: 1.8rem; font-weight:200;}
#search .layout .form>a{display:block; width:50px; height:50px; float:right; text-align:center; color:#fff; line-height:50px; transition:all .2s;}
#search .layout .form>a.go>i{font-size:3rem;}
#search .layout .form>a.go{background:none;}
#search .layout .form>a.go:hover{background:none;}
#search .layout .close{ padding-top: 30px; text-align: center;}
#search .layout .close>a{display: inline-block; width: 42px; height: 42px; line-height: 42px; border: 1px solid rgba(255,255,255,.5); border-radius: 100%; color: rgba(255,255,255,.8); transition: all .35s;}
#search .layout .close>a>i{font-size: 2rem;}
#search .layout .close>a:hover{ color: #fff; border-color: #fff; transform: rotate(180deg);}



/* end*/


/* banner*/

#banner{ margin-top: 80px;}
#banner .inner{position: relative; background-position: center center; background-size: cover;}
#banner .inner:after{position: absolute;z-index: 1; left: 0;top: 0;width: 100%;height: 100%; background: rgba(0,0,0,.5); content: '';}
#banner .introduce{  width: 100%;height: calc(100vh - 80px); position: relative; z-index: 1; background: #eff0f2 url(../img/banner_about_group.jpg) no-repeat center/cover;}

#banner .introduce>.box{position: relative; top: 30%; max-width: 1000px; width: 86%; margin: auto; text-align: center;}
#banner .introduce>.box .logo{transition: all .3s;}
#banner .introduce>.box .title{color: #fff; font-size: 3.6rem; margin-top: 10px; font-weight: 900; transition: all .5s;}
#banner .introduce>.box .text{color: #fff; font-size: 1.8rem; margin-top: 40px; line-height: 1.8; transition: all .8s;}
#banner .introduce>.mouse { position: absolute;z-index:100; left: 50%; bottom: 40px; margin-left: -11px;  width: 22px;height: 32px;border: 1px solid #fff; border-radius: 40px; animation: down 1.5s ease infinite;}
#banner .introduce>.mouse:after { content: ""; position: absolute; width: 2px; height: 8px; top: 8px; left: 50%; margin-left: -1px; background: #fff; -webkit-animation: updown 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;animation: updown 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;}
#banner .introduce>.mouse:before{ position: absolute;z-index: 1; left: 50%; bottom: -20px; margin-left: -25px; width: 50px; text-align: center; content: 'mouse'; text-transform: uppercase; font-size: 1rem; color: #fff;}
@keyframes down{
    0% {bottom: 38px; opacity: 1;}
    50% {bottom: 45px; opacity: .8;}
    100% {bottom: 38px; opacity: 1;}
}

/* end if*/


/* path */

#path{ position: absolute;z-index: 560; left: 0; top: 0; width: 100%; height: 60px; line-height: 60px; background:linear-gradient(to bottom right, rgba(0,162,245,.8),rgba(0,162,245,.5) 6%, rgba(255,255,255,0));}
#path .wrap{ max-width: 90%;}
#path a:first-child{color: #00a2f5;}
#path i{display: inline-block;margin-right: 5px; color: #00a2f5;}
#path a{color: #fff; position: relative; font-size: 1.4rem; padding-right: 30px; transition: all .35s;}
#path a:after{position: absolute;z-index: 10; right: 0;top: 50%; width: 30px; text-align: center; font-family: iconfont; font-size: 1.4rem; font-weight: normal; content: '\e612'; color: rgba(255,255,255,.8); transform: translateY(-50%);}
#path a:last-child{ padding-right: 0;}
#path a:last-child:after{display: none;}
#path a:hover{text-decoration: underline;}

#path.view{ top: 80px;}
#path.view a{color: #00a2f5;}
#path.view a:after{color: #00a2f5;}
/* 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; margin: 0 5px; width:32px;height:32px; line-height:32px;text-align:center; font-size:1.4rem; border: 1px solid #ccc; color:#999; transition:all .35s;}
.page .pagenum>a:hover{color: #00a2f5;  border-color: #00a2f5;}
.page .pagenum>a.active{  background: #00a2f5;  color:#fff; border-color: #00a2f5;}
.page .prev, .page .next{display: inline-block;vertical-align: middle;}
.page .prev>a, .page .next>a{display: inline-block; margin: 0 5px; width:auto;height:32px; line-height:32px; text-align: center; font-size: 1.4rem; color: #676767;transition: all .35s;}
.page .prev>a>span, .page .next>a>span{display: none; font-size: 1.2rem; color: #999; vertical-align: middle;}
.page .prev>a>i, .page .next>a>i{display: inline-block;vertical-align: middle;}
.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: #00a2f5;}



/* end*/



/* loadmore*/

.loadmore{margin: 0 auto; padding: 50px 0;}
.loadmore>.url{margin: 0 auto;text-align: center;}
.loadmore>.url>a{ position: relative; display: inline-block;padding: 10px 30px; color: #666; border: 1px solid #f7f7f7; transition: all .35s;}
.loadmore>.url>a>i{display: inline-block; font-size: 2rem; font-weight: bold; color: #00a2f5; vertical-align: middle; margin-right: 6px; transition: all .35s;}
.loadmore>.url>a>span{ display: inline-block;vertical-align: middle; font-size: 1.4rem;}
.loadmore>.url>a:hover{ background: #fff; border-color: #fff;  color: #00a2f5; box-shadow: 5px 3px 20px rgba(0,0,0,.16); transform: translateY(-5px); }
.loadmore>.url>a:hover i{ transform: rotate(180deg);}
.loadmore>.loading{margin:50px 0; height:46px; text-align:center; line-height:47px; display:none;}
.loadmore>.loading>div{width:10px; height:10px; background-color:#00a2f5; 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{position: relative;z-index: 10; margin: 0 auto; background: #111; overflow: hidden;}
#foot .layout{margin: 0 auto; padding:60px 0; position: relative;z-index: 10;}
#foot .layout>.nav{width: 40%;text-align: left;}
#foot .layout>.nav>.tit{font-size: 2.4rem; font-weight: bold; color: #fff;}
#foot .layout>.nav>.box{padding: 20px 0;}
#foot .layout>.nav>.box>a{display: block; float: left; width: 50%; margin-bottom: 6px; font-size: 1.4rem; color: rgba(255,255,255,.6); transition: all .35s;}
#foot .layout>.nav>.box>a:hover{color: rgba(255,255,255,1); text-decoration: underline;}

#foot .layout>.contact{width: 40%;}
#foot .layout>.contact>.info{padding: 30px 0; text-align: left;}
#foot .layout>.contact>.info>p{margin-bottom: 10px; font-size: 1.6rem; color: #fff;}
#foot .layout>.contact>.social{ text-align: left;}
#foot .layout>.contact>.social>a{display: inline-block;color: #111; width: 40px;height: 40px; line-height: 40px; margin-right: 8px; text-align: center; background: rgba(255,255,255,.5); border-radius: 100%; transition: all .35s;}
#foot .layout>.contact>.social>a>i{ font-size: 2rem; transition: all .35s;}
#foot .layout>.contact>.social>a:hover{color: #00a2f5; border-color: #fff; background: #fff;}
#foot .copy{ height: 60px; line-height: 60px; text-align: left; font-size: 1.4rem; color: #666; background: #000;}
#foot .copy a.tech{display: inline-block; margin-left: 15px; font-size: 1.2rem; color: rgba(255,255,255,.3); transition: all .35s;}
#foot .copy a.tech:hover{text-decoration: underline; color: rgba(0,162,245,.5);}



/* end*/

@media only screen and (max-width: 1560px) {

    #head .logo>a img {height: 28px;}

    #head .menu{margin-right: 10px;}
    #head .menu ul>li{padding-right: 25px; margin-right: 15px;}
    #head .menu ul>li:last-child{margin-right: 0;}
    #head .menu ul>li>a { font-size: 1.7rem;  }

    #head .language {padding: 0 20px;}


}

@media only screen and (max-width: 1460px) {

    #head .logo>a img {height: 26px;}

    #head .menu ul>li{ margin-right: 0;}


}

@media only screen and (max-width: 1380px) {

    #head .logo>a img {height: 24px;}

    #head .menu ul>li{padding-right: 20px; }
    #head .menu ul>li>a { font-size: 1.6rem; }

    #head .search {width: 180px;}


}

@media only screen and (max-width: 1200px) {

    #head .menu, #head .search, #head .language { display: none; }
    #head .logo{ width: 76%; margin: 0 auto; float:none; text-align: center;}

    #head .toggler{display: block;}

    #foot .layout>.nav{width: 100%;float: none;}
    #foot .layout>.contact{width: 100%; float: none;}

}


@media only screen and (max-width: 780px) {

    #banner .inner img{ object-fit: cover; height: 100%; width: auto;}

    #foot .layout>.nav{display: none;}
    #foot .layout>.contact>.info {padding-top: 0; }
    #foot .layout>.contact>.info>p {font-size: 1.4rem;}

    #foot .copy{ height: auto; padding: 10px 0; line-height: 2rem;font-size: 1.2rem;}


}





@media only screen and (max-width: 640px) {


    #head .logo>a img {height: 20px;}
    #head .toggler>a{ width: 50px;}

    #search .layout .form>input{font-size:1.4rem; }
    #search .layout .form>input::placeholder{ font-size: 1.4rem;}
    #search .layout .form>a.go>i{font-size:2rem;}
    #search .layout .close>a>i{font-size: 1.6rem;}

    #banner .inner{height: 180px;}

    .page .pagenum{display: none;}
    .page .pagesmall{display: inline-block;}
    .page .prev>a>span, .page .next>a>span{display: inline-block;}

    #path { height: 40px; line-height: 40px;}
    #path a{font-size: 1.2rem; padding-right: 20px; }
    #path a:after{width: 20px; font-size: 1rem;}




}







