@charset "utf-8";


/* icon*/
@import url("../lib/social/css/social.css");

/* font*/
@import url('https://fonts.loli.net/css?family=Roboto+Condensed');
@import url('https://fonts.loli.net/css?family=Montserrat:300,400,500,600,700,800,900');


/* CSS Document */
html, body {font-size: 12px;margin: 0;padding: 0;text-decoration: none; background: #fff; font-family: 'Roboto Condensed', sans-serif!important; 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:#0758ab;}
* { 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: 1600px; 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: 100px; border-bottom: 1px solid transparent; transition: all .35s;}
#head .wrap{max-width: inherit; width: 94%;}
#head .logo{position: relative;z-index: 80; text-align:left; box-sizing: border-box; height: 100px; line-height: 100px;}
#head .logo>a{display: inline-block;}
#head .logo>a img{ display: inline-block; height: 30px; width: auto; transition: all .35s;}

#head .search{ position: relative;z-index: 80; display: inline-flex; align-content: center;align-items: center; width: 220px; height: 100px;}
#head .search .form{ display: inline-flex; justify-content: space-between; align-items: center;align-content: center; width: 80%; height: 40px;margin: 0 auto; border: 1px solid #ddd; border-radius: 50px;}
#head .search .form>input{ display: inline-block; width:76%; height:40px; background:none; padding:0 20px; color: #333; box-sizing:border-box; font-size:1.6rem; float:left; border: 0;}
#head .search .form>input::placeholder{color:#ccc; font-size: 1.2rem; font-weight:300;}
#head .search .form>a{ display: inline-block; width:30px; text-align:center; transition:all .2s;}
#head .search .form>a.go>i{ display: inline-block;vertical-align: middle; font-size:1.6rem; color: #333; margin-right: 6px;}
#head .search .form>a.go>i:hover{ color: #0758ab;}

#head .language{ position: relative; z-index: 80; margin-left: 30px; height: 100px; text-align: left; transition: all .35s;}
#head .language>a{display: inline-flex; height: 100px; align-content: center;align-items: center;}
#head .language>a i{display: inline-block; vertical-align: middle; font-size: 1.8rem; font-weight: bold; color: #333;}
#head .language>a span{display: inline-block;font-size: 1.2rem;font-weight: bold;  text-transform: uppercase; color: #333; margin-left: 5px; transition: all .35s;}
#head .language>div{ display: none; position: absolute;z-index: 10; right: 0; width: 280px; box-sizing: border-box;padding: 15px 20px; background:#f7f7f7;box-shadow: 0 2px 5px rgba(0,0,0,.1);}
#head .language>div>a{ position: relative; display: inline-block; width: 50%; float: left; font-size: 1.2rem; padding: 8px 0; color: #0758ab; transition: all .35s;}
#head .language>div>a img{display: inline-block; vertical-align: middle; height: 16px; width: auto; margin-right: 5px;}
#head .language>div>a span{display: inline-block;vertical-align: middle;}
#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: #0758ab; content: '\e742';transition: all .35s;}
#head .language>div>a:hover{color: #0758ab; padding-left: 16px;}
#head .language>div>a:hover:after{opacity: 1;}
#head .language.active a>span, #head .language.active a>i{color: #0758ab;}


#head .menu{ position: absolute;z-index: 5; width: 100%; left: 50%; transform: translateX(-50%); display: block;  box-shadow: 0 2px 6px rgba(0,0,0,.1);}
#head .menu ul{display: flex;justify-content: center; align-items: center; margin: 0 auto;}
#head .menu ul>li{ position: relative; display: inline-block; padding-right: 30px; margin-right: 20px;}
#head .menu ul>li>a{display: block; font-size: 1.7rem; text-transform: uppercase; color: #000; height: 100px; line-height: 100px; transition: all .35s;}
#head .menu ul>li>a:hover{color: #0758ab;}
#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(-50%); width: 12px; height: 12px; line-height: 12px; border-radius: 100%; font-family: iconfont; font-size: 1.2rem; font-weight: bold;  content: '\e619'; transition: all .35s;}
#head .menu>ul>li>div{ display: none; position: absolute;z-index: 90; left: 0;  box-sizing: border-box; width: 180px; padding: 20px 0; background: #eee;}
#head .menu>ul>li>div>a{ position: relative; display: block; padding: 8px 20px; font-size: 1.6rem; color: #333; transition: all .35s; }
#head .menu>ul>li>div>a:hover{color: #0758ab;}
#head .menu>ul>li:hover:after{opacity: 1;}
#head .menu>ul>li.products{position: inherit;}
#head .menu>ul>li.products>div{ width: 100%;}
#head .menu>ul>li.products>div .layout{ width: 86%; display: flex; align-items: center; align-content: center;justify-content: space-between; margin: 0 auto; padding: 30px 0;}
#head .menu>ul>li.products>div .layout .rows{display: inline-flex;  position: relative; box-sizing: border-box; padding: 0 30px; }
#head .menu>ul>li.products>div .layout .rows:after{position: absolute;z-index: 1; left: 0; top:50%;width: 1px;height: 60%; transform: translateY(-50%); background: #ddd; content: '';}
#head .menu>ul>li.products>div .layout .rows:first-child:after{display: none;}
#head .menu>ul>li.products>div .layout .rows>a{display: block; color: #333; margin: 0 auto; transition: all .3s;}
#head .menu>ul>li.products>div .layout .rows>a i{ display: block; width: 60px; text-align: center; margin: 0 auto;}
#head .menu>ul>li.products>div .layout .rows>a i>img{height: auto;width: 100%; margin: 0 auto;}
#head .menu>ul>li.products>div .layout .rows>a i>img:nth-child(2){display: none;}
#head .menu>ul>li.products>div .layout .rows>a p{display: block; text-align: center; padding-top: 10px; height: 30px; font-size: 1.4rem; font-weight: bold; margin: 0 auto;}
#head .menu>ul>li.products>div .layout .rows>a:hover{color: #0758ab;}
#head .menu>ul>li.products>div .layout .rows>a:hover i>img:nth-child(1){display: none;}
#head .menu>ul>li.products>div .layout .rows>a:hover i>img:nth-child(2){display: block;}

#head .toggler{display: none; position: absolute;z-index: 1; left: 50%;top: 0;width: 90%;height: 80px; transform: translateX(-50%);}
#head .toggler>a{ display: flex; align-items: center;align-content: center; justify-content: flex-start; position: absolute;z-index: 12; top: 0; width: 80px; height:80px; }
#head .toggler>a.language{left: 0; background: transparent!important; margin-left: 0; color: #333;}
#head .toggler>a.language>i{ display: inline-block; font-size: 2.2rem; font-weight: bold;}
#head .toggler>a.language>span{display: inline-block; font-size: 1.6rem; text-transform: uppercase; margin-left: 6px;}
#head .toggler>a.nav { right: 0; display: flex!important; cursor: pointer; overflow: hidden; box-sizing: border-box;justify-content:flex-end; 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:26px;height: 2px; border-radius: 5px; background-color: #333;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: -8px;}
#head .toggler>a.nav>span:after {top: 8px;}
#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(8px)rotate(45deg);}
#head .toggler>a.nav.active span:after {transform: translateY(-8px)rotate(-45deg);}


#head.small{position: fixed;}
#head.small .header{padding: 20px 0;}







@-webkit-keyframes ani_menu_up {
    0% {transform: translateY(10px); opacity: 0; }
    100% {transform: translateY(0); opacity: 1; }
}


/* end*/


/* language*/

#language{ display: none; position: fixed;z-index: 1002; left: 5%; top: 70px; background: #666;border-radius: 6px; }
#language:after{position: absolute;z-index:21; left: 10px; top: -9px; width: 0; height: 0; border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #666; content: '';}
#language>.box{ display: inline-block;box-sizing: border-box;padding: 15px;}
#language>.box>a{display: block; padding: 5px 0; font-size: 1.4rem; color: #fff; transition: all .35s;}
#language>.box>a>img{height: 22px; width: auto; margin-right: 8px;}



/* end*/


/* navbar*/

#navbar{ display: none; position: fixed;z-index: 99; left: 0; top: 0; width: 100%;height: 100%;background: #e8eef6;}
#navbar .layout{margin: 0 auto;padding-top: 100px;}
#navbar .layout .menu>ul{margin: 0 auto;}
#navbar .layout .menu>ul>li{display: block; border-bottom: 1px solid rgba(0,0,0,.05);}
#navbar .layout .menu>ul>li:last-child{border-bottom: 0;}
#navbar .layout .menu>ul>li>a{ position: relative; display: block;padding: 16px 0; font-size: 2rem; color: #333;}
#navbar .layout .menu>ul>li>a.on:after{position: absolute;z-index: 10; right: 10px; width: 20px; height: 20px; line-height: 20px; text-align: center; color: #999;font-family: iconfont; font-size: 1.8rem; content: '\e62a'; transition: all .35s;}
#navbar .layout .menu>ul>li>a.on.active:after{ transform: rotate(180deg);content: '\e63c'; }
#navbar .layout .menu>ul>li>div{display: none; padding: 0 10px 20px 10px; text-align: left;}
#navbar .layout .menu>ul>li>div>a{ position: relative; display: block; font-size: 1.4rem; color: #444; padding: 3px 15px; }
#navbar .layout .menu>ul>li>div>a:after{position: absolute;z-index: 12;left: 0; top: 50%; transform: translateY(-50%); width: 4px;height:4px; background:#0758ab; content: ''; }
#navbar .layout .menu>ul>li>div>a:hover{ color: #0758ab;}
#navbar .layout .search{ width:100%; margin: 0 auto; padding: 30px 0;}
#navbar .layout .search>.form{ margin: 0 auto;background:#fff; display: flex;justify-content: space-between; align-items: center; border-radius: 50px; overflow: hidden;}
#navbar .layout .search>.form>input{ display: inline-block; flex: 1; width:80%; height:50px; line-height:50px; padding:0 30px; box-sizing:border-box; font-size:1.6rem; border: 0;}
#navbar .layout .search>.form>input::placeholder{color:#ccc; font-size: 1.4rem; text-transform: uppercase; font-weight:300;}
#navbar .layout .search>.form>a{display:inline-block; margin-right: 20px; width:36px; height:36px; line-height:36px; background-image: linear-gradient(45deg, rgba(7, 88, 171, 1), rgba(110, 222, 100, 1)); border-radius: 100%; float:left; text-align:center; transition:all .2s;}
#navbar .layout .search>.form>a>i{font-size:2rem; color: #fff; }
#navbar .layout .language{ width:100%; margin: 0 auto; display: flex; align-items: center; align-content: center; justify-content: center; }
#navbar .layout .language>a{display: inline-block; margin: 0 10px;}
#navbar .layout .language>a img{ height: 26px; width: auto;}
#navbar .layout .language>a span{display: none;}

/* end*/








/* 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: 16%; width: 80%; box-sizing: border-box; text-align:left;transition: all .3s;}
#banner.inner .info>.title{position: relative; font-size: 7.6rem; font-weight: 400; color: #fff; animation:ani-title 1.2s ease-out 0.4s both;}
#banner.inner .info.small>.title{font-size: 5rem;}
#banner.inner .info>.text{position: relative;  width: 46%; font-size: 1.8rem; color: #fff; animation:ani-text 1.2s ease-out 0.6s both;}
#banner.inner:after{position: absolute;z-index: 1; left: 0;top: 0;width: 100%;height: 100%; background: rgba(0,0,0,0); content: '';}
#banner.inner img{ width: 100%;height: auto; object-fit: cover;}
#banner.max-w1200 .info{ left: 50%; max-width: 1200px; transform: translateX(-50%);  }



@keyframes ani-title{
    from{opacity:0; transform: translateY(80px);}
    to{opacity:1; transform: translateY(0)}
}
@keyframes ani-text{
    from{opacity:0; transform: translateY(100px);}
    to{opacity:1; transform: translateY(0)}
}






/* end */

/* path*/

#path,  .path{ position: relative;margin: 0 auto;}
#path.margintop{margin-top: 100px; background: #f7f7f7; border-bottom: 1px solid #eee;}
#path>.layout, .path>.layout{display: flex;align-content: center;align-items: center;justify-content: flex-start; padding: 20px 0; margin: 0 auto;}
#path>.layout a, .path>.layout a{display: inline-block; position: relative; font-size: 1.5rem; padding-left:30px; color: #666; transition: all .35s;}
#path>.layout a>i, .path>.layout a>i{display: inline-block;vertical-align: top; font-size: 2rem; margin-right: 6px;}
#path>.layout a:hover, .path>.layout a:hover{ color: #0758ab;}
#path>.layout a:after, .path>.layout a:after{ position: absolute;z-index: 12; left:0; top: 50%; transform: translateY(-50%); width: 30px; text-align: center; height: 14px; line-height: 14px; font-family: iconfont; font-size: 1.2rem; color: #666;content: '\e6f2';}
#path>.layout a:first-child, .path>.layout a:first-child{padding-left: 0;}
#path>.layout a:first-child:after, .path>.layout a:first-child:after{display: none;}
#path>.layout a:last-child, .path>.layout a:last-child{padding-right: 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 #ddd; border-radius: 100%; margin: 0 5px; width:46px;height:46px; line-height:46px;text-align:center; font-size:1.6rem; color:#666; transition:all .35s;}
.page .pagenum>a:hover{color: #0758ab; border-color: #0758ab; }
.page .pagenum>a.active{ background: #0758ab; border-color: #0758ab;  color: #fff;}
.page .prev, .page .next{display: inline-block;vertical-align: middle;}
.page .prev>a, .page .next>a{display: inline-block;border:1px solid #ddd; border-radius: 100%;  margin: 0 5px; width:46px;height:46px; line-height:46px; text-align: center; font-size: 1.6rem; color: #666;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: #0758ab;}
.page .null{ opacity: .3; color: #666!important; background: #fff!important; border-color: #ddd!important;}
.page .pagenum>a.pageell{ background: none; color: #666; 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: #0758ab;}



/* end*/













/* consult */

#consult {position: fixed; z-index: 40; right: 50px; bottom: 50px;}
#consult .btn {width: 60px; height: 60px; border-radius: 100%; position: relative; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 20; background-image: linear-gradient(45deg, #0758ab, rgba(110, 222, 100, 1));}
#consult .btn>i{ position: relative;z-index: 20; display: inline-flex; font-size: 2.4rem;color: #fff;}
#consult .btn .kuo {position: absolute; z-index: 12; width: 100%; height: 100%;top: 50%;left: 50%; margin-top: -50%; margin-left: -50%; background:rgba(7,88,171,.2); border-radius: 100%; animation: scaled-rect 1.8s infinite; animation-timing-function: ease-in-out;}
#consult .btn:before {content: "";box-sizing: border-box;width:80px; height:80px;position: absolute; left: 50%; top: 50%; margin-top: -40px; margin-left: -40px; border-radius: 100%; transform: scale(0); opacity:0; will-change: transform, opacity;}
#consult .btn:before {background:rgba(255,255,255,.15);animation: scaled-rect 1.5s infinite; animation-timing-function: ease-in-out;}
#consult .btn:before {animation: out-circle 2s infinite;animation-timing-function: ease-in;}
#consult .tip{position: absolute;z-index: 12; top: 50%; right: 40px; margin-top: -15px; display: none; align-content: center;align-items: center;justify-content: flex-start; background: #004387; padding-left: 10px; border-radius: 10px; box-sizing: border-box; width: 0; height: 30px; overflow: hidden; transition: all .35s;}
#consult .tip>.close{display: inline-block; cursor: pointer; color: #fff; margin-right: 6px; }
#consult .tip>.text{display: inline-block; font-size: 1.4rem;}
#consult .tip>.text>a{color: #fff;display: block;}
#consult .tip.active{ display: flex; width: 280px;}

@keyframes scaled-rect {
    0%, to {
        transform:translateZ(0) scale(1.2) rotate(0);
        -moz-transform:translateZ(0) scale(1.2) rotate(.02deg)
    }
    50% {
        transform:translateZ(0) scale(.8) rotate(0);
        -moz-transform:translateZ(0) scale(.8) rotate(.02deg)
    }
}
@keyframes out-circle {
    0% {
        transform:scale(0);
        -moz-transform:scale(0) rotate(.02deg);
        opacity:1
    }
    70% {
        opacity:1
    }
    to {
        transform:scale(1);
        -moz-transform:scale(1) rotate(.02deg);
        opacity:0
    }
}


/* end */



/* message*/
#message{background: url(../img/message_bg.jpg);background-size: cover;background-position: center;padding: 120px 0;}
#message .layout{display: block; width: 1200px; max-width: 100%; margin: 0 auto; }
#message .layout>.feedback{width:50%; max-width: 550px; background: #fff; border-radius: 6px; padding:60px 50px; box-sizing: border-box;}
#message .layout>.feedback>.title{font-size: 4.2rem;color: #333;}
#message .layout>.feedback>.describe{font-size: 1.4rem;color: #333;line-height: 1.6rem; padding: 20px 0;}
#message .layout>.feedback>.form input{ position: relative; display: block;width: 100%;height:44px; line-height: 44px; border: 1px solid #f7f7f7; border-radius:4px;background: #f7f7f7;font-size: 1.4rem; font-family: 'Roboto Condensed', sans-serif; padding: 0 15px;color: #333;margin-bottom: 20px; transition: all .35s;}
#message .layout>.feedback>.form input::placeholder{color: #333;}
#message .layout>.feedback>.form textarea{display: block;width: 100%; height: 115px; border: 0; border-radius: 4px;background: #f7f7f7;padding:10px 15px;color: #333;margin-bottom: 20px;font-size: 1.4rem;font-family: 'Roboto Condensed', sans-serif;}
#message .layout>.feedback>.form textarea::placeholder{color: #333;}
#message .layout>.feedback>.form .error{ background: rgba(7,88,171,.06); border-color: rgba(7,88,171,.7);}
#message .layout>.feedback>.form .captcha{position: relative; display: none; margin: 20px;}
#message .layout>.feedback>.form .captcha>img{position: absolute;z-index: 12; right: 10px;top: 50%; transform: translateY(-50%);}
#message .layout>.feedback>.form .message_submit{width: 200px;line-height: 50px;border:2px solid #1e1e1e;text-align: center;font-size: 1.6rem;color: #1e1e1e;background:#fff;transition: all .3s ease;position: relative; cursor: pointer;font-family: 'Roboto Condensed', sans-serif;}
#message .layout>.feedback>.form .message_submit:after{content:"";background: #0758ab;height: 100%;left: 0;top: 0;width: 0;transition: all .3s ease;position: absolute;z-index: 1;}
#message .layout>.feedback>.form .message_submit>span{position: relative;z-index: 12;}
#message .layout>.feedback>.form .message_submit:hover{border-color: #0758ab;}
#message .layout>.feedback>.form .message_submit:hover:after{width: 100%;}
#message .layout>.feedback>.form .message_submit:hover span{color: #fff;}
#message .layout>.contact{width: 50%; box-sizing: border-box; padding: 80px 0 0 170px;}
#message .layout>.contact>.title{ font-size: 3.2rem; text-transform: uppercase; color: #fff; position: relative; text-align: left; padding: 25px 0;}
#message .layout>.contact>.title:after{position: absolute;z-index: 1;left: 0;bottom: 0;width:32px;height: 2px; background: #fff;content: '';}
#message .layout>.contact>.info{margin: 0 auto;padding-top: 80px;}
#message .layout>.contact>.info .rows{display: flex;align-items: flex-start; align-content: center; margin-bottom: 40px;}
#message .layout>.contact>.info .rows>i{display: inline-block; color: #fff; font-size: 2.2rem; margin-right: 12px;}
#message .layout>.contact>.info .rows>span{flex: 1;font-size: 1.8rem;color: #fff;line-height: 1.8rem;}
#message .layout>.contact>.info .rows>a{flex: 1;font-size: 1.8rem;color: #fff;line-height: 1.8rem;}



/* foot*/

/* foot*/


#foot{margin: 0 auto; background: #ecf5ff;}
#foot .wrap{max-width: 1600px;}
#foot>.main{margin: 0 auto; padding: 80px 0 30px 0;}
#foot>.main .layout{display: flex;justify-content: space-between; margin: 0 auto;}
#foot>.main .layout>.item{ display: inline-block; flex: auto; }
#foot>.main .layout>.item:last-child{flex: 1;}
#foot>.main .layout>.item>h3{ position: relative; font-size: 2.8rem; color: #0758ab;}
#foot>.main .layout>.item>ul{margin: 0 auto; padding: 20px 5px;}
#foot>.main .layout>.item>ul>li{display: block;padding: 8px 0;}
#foot>.main .layout>.item>ul>li>a{display: block; transition: all .35s;}
#foot>.main .layout>.item>ul>li>a>i{display: inline-block; vertical-align: middle; font-size: 2.4rem; margin-right: 10px;}
#foot>.main .layout>.item>ul>li>a>span{display: inline-block;vertical-align: middle; font-size: 1.8rem;}
#foot>.main .layout>.item>ul>li>a:hover{color: #0758ab;}

#foot>.copy{background: #0758ab;  padding: 30px 0; margin: 0 auto;}
#foot>.copy .info{ width: 90%; font-size: 1.6rem; color: #fff;}
#foot>.copy .info>img{display: inline-block;vertical-align: middle; height: 24px; width: auto; margin-right: 20px;}
#foot>.copy .info>p{display: inline-block; padding-left: 20px; border-left: 1px solid rgba(255,255,255,.2);}
#foot>.copy .info>p>span>a{ position: relative; display: inline-block; padding: 0 20px; color: #fff;}
#foot>.copy .info>p>span>a:first-child{margin-left: 20px;}
#foot>.copy .info>p>span>a:after{position: absolute;z-index: 1; left: 0; top: 50%; transform: translateY(-50%); width: 1px;height: 70%; background: rgba(255,255,255,.6); content: '';}
#foot>.copy .info>p>span>a:hover{text-decoration: underline;}
#foot>.copy .gotop{ display: flex; align-content: center;align-items: center; justify-content: flex-end; }
#foot>.copy .gotop>a{color: rgba(255,255,255,.6); display: inline-block; transition: all .35s;}
#foot>.copy .gotop>a>i{font-size: 2.4rem;}
#foot>.copy .gotop>a:hover{color: rgba(255,255,255,1)}
/* end*/


@media only screen and (max-width: 1460px){

    #head .menu ul>li { margin-right: 10px; padding-right: 20px; }
    #head .menu>ul>li.products>div .layout .rows>a p{font-size: 1.2rem;}

}

@media only screen and (max-width: 1380px){

    #head .menu>ul>li>div>a{ font-size: 1.5rem; }
    #head .menu>ul>li.products>div .layout .rows{padding: 0 20px; }

    #head .search { width: 200px; }



}
@media only screen and (max-width: 1280px){


    #head .menu ul>li { margin-right: 10px; padding-right: 10px; }
    #head .menu ul>li>a { font-size: 1.6rem; }

    #banner.inner .info.small>.title { font-size: 4rem; }

    #message .layout>.feedback>.title { font-size: 3.6rem;}
    #message .layout>.feedback>.describe { font-size: 1.3rem;}
    #message .layout>.contact { padding: 60px 0 0 150px;}
    #message .layout>.contact>.info .rows>span { font-size: 1.7rem;}
    #message .layout>.contact>.info .rows>a { font-size: 1.7rem;}

}
@media only screen and (max-width: 1200px){

    #head .menu{padding-right: 60px;}
    #head .language{ margin-left: 15px;}

    #banner.inner { height: 360px; }
    #banner.inner img {  width: auto;  height: 100%; }

    #foot>.copy .info>img { height: 20px; margin-right: 10px;}
    #foot>.copy .info {  font-size: 1.4rem; }


}

@media only screen and (max-width: 1080px){

    #head {height: 80px; box-shadow: 0 1px 10px rgba(0,0,0,.1); }
    #head .logo { position: absolute;z-index: 123; float: none; left: 50%; width: 50%; transform: translateX(-50%); height: 80px; line-height: 80px; text-align: center; }


    #head .menu{display: none;}
    #head .search{display: none;}
    #head .language{ display: none;}
    #head .toggler{display: block;}

    #banner.inner { height: 320px; }

    #path.margintop { margin-top: 80px;}


    #message .layout>.feedback{width:45%;}
    #message .layout>.feedback>.title { font-size: 3.2rem;}
    #message .layout>.feedback>.describe { font-size: 1.2rem;}
    #message .layout>.contact{ width: 55%; padding-left: 120px;}

    #foot>.copy .info>p>span>a:first-child{margin-left: 10px;}
    #foot>.copy .info>p>span>a{ padding: 0 10px;}



    #foot>.main .layout>.item>h3{ font-size: 2.4rem; }
    #foot>.main .layout>.item>ul>li>a>span{font-size: 1.6rem;}



}

@media only screen and (max-width: 980px){

    #foot>.copy .info>img {  display: block; }
    #foot>.copy .info>p{display: block;padding:8px 0 0 0; border: 0;}

}



@media only screen and (max-width: 860px){

    #banner.inner { height: 260px; }
    #banner.inner .info.small>.title { text-align: center;  font-size: 3.6rem;}

    #path>.layout a, .path>.layout a { font-size: 1.4rem; }

    .page .pagenum>a{width:36px;height:36px; line-height:36px; font-size:1.4rem; }
    .page .prev>a, .page .next>a{width:36px;height:36px; line-height:36px; font-size: 1.4rem;}

    #message .layout>.feedback{width:100%; float: none; max-width: 100%;}
    #message .layout>.contact{width:100%; float: none; padding: 0 30px 30px 30px;}
    #message .layout>.contact>.info { padding-top: 50px; }
    #message .layout>.contact>.info .rows { margin-bottom: 20px; }
    #message .layout>.contact>.info .rows>span { font-size: 1.6rem;}
    #message .layout>.contact>.info .rows>a { font-size: 1.6rem;}

    #foot>.copy .info>p>span { display: block; }
    #foot>.copy .info>p>span>a:first-child { margin-left: 0; padding-left: 0;}
    #foot>.copy .info>p>span>a:first-child:after { display: none; }
    #foot>.main .layout>.item:last-child{ flex: auto;}
    #foot>.main .layout>.item>h3{ font-size: 2.2rem; }
    #foot>.main .layout>.item>ul>li{padding: 5px 0;}

}


@media only screen and (max-width: 640px){

    #head .logo>a img { height: 22px; }
    #navbar .layout .menu>ul>li>a{ padding: 12px 0; font-size: 1.8rem;}


    #banner.inner { height: 220px; }
    #banner.inner .info.small>.title {  font-size: 2.4rem;}

    #path>.layout, .path>.layout{overflow-x: auto;}
    #path>.layout a, .path>.layout a{font-size: 1.2rem; padding-left:20px; white-space: nowrap; }
    #path>.layout a:after, .path>.layout a:after{ width: 20px; }

    .page .pagenum{display: none;}
    .page .pagesmall{ display: inline-block; font-size: 1.2rem; }
    .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;}


    #message {  padding: 50px 0; }
    #message .layout>.feedback>.title { font-size: 2.6rem; }
    #message .layout>.contact>.title { font-size: 2.6rem; }
    #message .layout>.contact>.info .rows>span {  font-size: 1.4rem;}
    #message .layout>.contact>.info .rows>a { font-size: 1.4rem;}
    #message .layout>.feedback>.form .message_submit {  width: 100%;  font-size: 1.4rem; }

    #foot>.main{padding: 30px 0;}
    #foot>.main .layout>.item{display: none;}
    #foot>.main .layout>.item:last-child{display: block;}
    #foot>.main .layout>.item>h3 { display: none; }

    #foot>.main .layout>.item>ul{display: flex; align-content: center; align-items: center;}
    #foot>.main .layout>.item>ul>li{display: inline-block;}
    #foot>.main .layout>.item>ul>li>a>span { display: none;}

    #consult { right: 10px; bottom: 10px;  transform: scale(.8);}


}


@media only screen and (max-width: 520px){





    #message .layout>.feedback { padding: 30px; }
    #message .layout>.feedback>.title { font-size: 2.4rem; }
    #message .layout>.contact>.title { font-size: 2.4rem; }


    #foot>.main{padding: 0;}
    #foot>.main .layout>.item>ul>li>a>i{font-size: 2rem; }
}







