@charset "utf-8";


/* icon*/
@import url("../font/iconfont/iconfont.css");
@import url("../lib/social/css/social.css");

/* font*/
@import url('https://fonts.loli.net/css?family=Noto+Sans+SC');
@import url('https://fonts.loli.net/css?family=Noto+Sans+TC');
@import url('https://fonts.loli.net/css?family=Quicksand');
@import url('https://fonts.loli.net/css?family=Montserrat');
@import url('https://fonts.loli.net/css?family=Roboto:100,300,400,500,700,900');



/* CSS Document */
html, body {font-size: 12px;margin: 0;padding: 0;text-decoration: none; background: #f7f8fc; font-family: "Roboto", 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:#12479b;}
* { 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; outline: none;}
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; }
.boxflex{display: -webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;-moz-box-flex:wrap;-ms-flex-wrap:wrap;}
.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%;height:120px; transition: all .35s;}
#head .wrap{width: 90%; max-width: inherit;}
#head .logo{ position:relative;z-index: 6; display: flex;align-content: center; align-items: center; height: 120px; transition: all .35s;}
#head .logo>a{display: inline-block;}
#head .logo>a img{ display: inline-block; height: 32px; width: auto; transition: all .35s;}
#head .logo>a img.primary{display: none;}
#head .logo>a img.white{display: block;}



#head .nav{ width: 65%; display: flex; justify-content: flex-end; align-items:center;align-content: center; }
#head .nav>.menu{ display: inline-block; position: relative;}
#head .nav>.menu ul{display: flex;justify-content: flex-start; align-items: center; align-content: center;height: 120px; margin: 0 auto;}
#head .nav>.menu ul>li{ position: relative; display: inline-block; margin:0 20px;}
#head .nav>.menu ul>li>a{ position: relative; display: block; font-size: 1.8rem; text-transform: uppercase; font-weight: 500; color: #fff;  transition: all .35s;}
#head .nav>.menu ul>li>a:hover{color: #fff;}
#head .nav>.menu ul>li:hover:after{width: 100%;}

#head .nav>.menu ul>li>a>span{display: inline-block; vertical-align: middle;}
#head .nav>.menu ul>li>section{display: none; position: absolute; left: 50%; transform: translateX(-50%); text-align: center; width: 200px; box-sizing: border-box;transition: all 0.36s ease;animation: ani_up 0.3s ease backwards;}
#head .nav>.menu ul>li>section:after{position: absolute;z-index: 1; right: -22px;bottom: -12px; width: 90px; height: 78px; background: url("../img/menu_star.png") no-repeat; background-size: 100% auto; content: '';}
#head .nav>.menu ul>li>section>div{ position: relative; background: #12479b; margin-top: 30px; border-radius: 10px; padding: 20px 0; box-shadow: 0 1px 6px rgba(0,0,0,.2);}
#head .nav>.menu ul>li>section>div:after{position: absolute;z-index: 12; left: 50%;top: -24px; transform: translateX(-50%); width: 0;height: 0;border-top: 12px solid transparent; border-right: 12px solid transparent; border-left: 12px solid transparent; border-bottom: 12px solid #12479b; content: '';}
#head .nav>.menu ul>li>section>div>a{ position: relative; z-index: 20; display: block; font-size: 1.5rem; color: #fff; height: 45px; line-height: 45px; transition: all .35s }
#head .nav>.menu ul>li>section>div>a:after{position: absolute;z-index: 1; left: 50%;bottom: 0; transform: translateX(-50%); width: 0;height: 1px; background: rgba(255,255,255,.6); content: '';transition: all .35s;}
#head .nav>.menu ul>li>section>div>a:last-child{border-bottom: 0;}
#head .nav>.menu ul>li>section>div>a>span{position: relative;display: inline-block;}
#head .nav>.menu ul>li>section>div>a:hover:after{ width: 40%; }
#head .nav>.menu ul>li>section>div>a:hover{color: rgba(255,255,255,.6);}

#head .nav>.control{ position: relative; border-left: 1px solid rgba(255,255,255,.2); margin-left: 30px; padding-left: 30px; display: inline-flex; justify-content: flex-end; align-content: center; align-items: center; }
#head .nav>.control>.language{ display: inline-block; box-sizing: border-box;}
#head .nav>.control>.language>a{ position: relative;display: block; box-sizing: border-box;color: rgba(255,255,255,.7); transition: all .35s; }
#head .nav>.control>.language>a>i{font-size: 2.4rem;}
#head .nav>.control>.language>a:hover{ color: #fff;}
#head .nav>.control>.language>div{display: none; position: absolute; left: 50%; margin-top: 10px; transform: translateX(-50%); border-radius: 0 6px 6px 6px; background: rgba(255,255,255,.7); box-sizing: border-box; width: 70px; padding: 10px;text-align: left;transition: all 0.36s ease;animation: ani_up 0.3s ease backwards;}
#head .nav>.control>.language>div:after{position: absolute;z-index: 12; left: 0;top: -10px; transform: translateX(0); width: 10px;height:10px;background: linear-gradient(45deg, rgba(255,255,255,.7), rgba(255,255,255,.7) 50%, transparent 50%, transparent 100%);content: '';}
#head .nav>.control>.language>div>a{display: block; padding: 5px 0; font-size: 1.4rem; color: #333; transition: all .35s;}
#head .nav>.control>.language>div>a:hover{color: #12479b;}

#head .nav>.control>.search{display: inline-block; padding: 0 20px; box-sizing: border-box;}
#head .nav>.control>.search>a{display: block; box-sizing: border-box;  color: rgba(255,255,255,.7); transition: all .35s;}
#head .nav>.control>.search>a>i{font-size: 2.4rem; }
#head .nav>.control>.search>a:hover{color: #fff;}
#head .nav>.control>.nav{display: inline-block;  box-sizing: border-box; height: auto; }
#head .nav>.control>.nav>a{display: block; box-sizing: border-box; color: rgba(255,255,255,.7); transition: all .35s;}
#head .nav>.control>.nav>a>i{font-size: 2.4rem; }
#head .nav>.control>.nav>a:hover{color: #fff;}


#head.active{ background: #fff; border-bottom: 1px solid #eee; }
#head.active .logo>a img{ display: none; }
#head.active .logo>a img.primary{display: inline-block;}
#head.active .nav>.menu ul>li>a{ color: #333;}
#head.active .nav>.control{ border-color: rgba(0,0,0,.1); }
#head.active .nav>.control>.language>a{ color: #12479b;}
#head.active .nav>.control>.search>a{color: #12479b;}
#head.active .nav>.control>.nav>a{color: #12479b;}




#head.small{ background: #fff; box-shadow: 0 2px 16px rgba(0,0,0,.1); border-bottom: 0; height: 70px;}
#head.small .logo{ height: 70px; line-height: 70px;}
#head.small .logo>a img{ display: none; height: 24px;}
#head.small .logo>a img.primary{display: inline-block;}
#head.small .nav{ height: 70px;}

#head.small .nav>.menu ul{height: 70px;}
#head.small .nav>.menu ul>li>a{ font-size: 1.6rem; color: #333;}
#head.small .nav>.control{ border-color: rgba(0,0,0,.1); }
#head.small .nav>.control>.language>a{ color: #12479b;}
#head.small .nav>.control>.search>a{color: #12479b;}
#head.small .nav>.control>.nav>a{color: #12479b;}


@-webkit-keyframes ani_up {
    0% {transform: translate(-50%,20px); opacity: 0; }
    100% {transform: translate(-50%,0); opacity: 1; }
}


/* end*/




/* search*/

#search{ display: none; position: fixed;z-index: 1000;left: 0;top: 0; background: rgba(0,0,0,.9);width: 100%;height: 100%; }
#search>.close{position: absolute;z-index: 60; right: 50px; top: 50px; cursor: pointer; width: 60px; height: 60px; line-height: 60px;text-align: center; transition: all 1s;}
#search>.close>i{color: #fff;font-size: 6rem;}
#search>.close:hover{transform: rotate(360deg);}
#search>.box{ position: absolute;z-index: 60; left: 50%; top: 50%; margin-left: -35%;  width: 70%; transform: translate(0,-50%);}
#search>.box form{ display: block; overflow: hidden; border-bottom: 2px solid #12479b;}
#search>.box form>input{display: block;box-sizing: border-box; background: none; float: left; width: 80%; height: 70px; line-height: 70px; padding-left: 30px; font-size: 1.6rem; color: #666; border: 0;}
#search>.box form>button{display: block;float: right; width: 10%; height: 70px; line-height: 70px; border: 0; color: #12479b; background: none; cursor: pointer; text-align: center;}
#search>.box form>button>i{display: inline-block; font-size: 3rem; font-weight: bold; }

/* 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: 4rem; text-transform: uppercase; font-weight: 700; color: #fff; animation:ani-tit 1.2s ease-out 0.4s both;}
#banner.inner .info>.path{ position: relative; display: block; align-content: center; align-items: center; animation:ani-path 1.2s ease-out 0.4s both; padding-bottom: 10px;}
#banner.inner .info>.path>a{display: inline-flex; align-items: center; align-content: center; position: relative; font-size: 1.5rem; padding-left:30px; color: rgba(255,255,255,.8); transition: all .35s;}
#banner.inner .info>.path>a>i{display: inline-block; font-size: 2rem; margin-right: 6px;}
#banner.inner .info>.path>a:hover{ color: rgba(255,255,255,1);}
#banner.inner .info>.path>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.4rem; font-weight: bold; color: rgba(255,255,255,.8);content: '\e657';}
#banner.inner .info>.path>a:first-child{padding-left: 0;}
#banner.inner .info>.path>a:first-child:after{display: none;}
#banner.inner .info>.path>a:last-child{padding-right: 0;}


#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-path{
    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 */















/* nav*/

#nav{  display: none;  position: fixed;z-index: 1001; right: 0;top: 0; width: 100%;height: 100%;overflow: hidden;}


#nav .layout{ position: absolute;z-index: 60; right: 0;top: 0; width: 52%; height: 100%;}
#nav .layout>.close{ opacity: 0; position: absolute;z-index: 100; right: 80px; top: 30px; transform: translateY(-20px); cursor: pointer; transition: all .6s; }
#nav .layout>.close>i{ display: inline-block;vertical-align: middle; font-size: 6rem; color: #fff;transition: all .35s;}
#nav .layout>.close>span{display: inline-block;vertical-align: middle; color: rgba(255,255,255,1); font-size: 2rem; margin-right: 15px;}
#nav .layout>.close:hover i{ transform: rotate(180deg);}
#nav .layout>.home{ opacity: 0; position: absolute;z-index: 100; right: 300px; top: 30px; transform: translateY(-20px); cursor: pointer; transition: all .6s; }
#nav .layout>.home>a{display: block; color: #fff; transition: all .35s;}
#nav .layout>.home>a span{display: inline-block; vertical-align: middle; font-size: 1.4rem;}
#nav .layout>.home>a i{display: inline-block; vertical-align: middle; font-size: 2rem; margin-right: 3px;}
#nav .layout>.home>a:hover{opacity: .6;}

#nav .layout>.menu{ opacity: 0; position: relative;z-index: 90; width: 100%; margin-top: 15%; box-sizing: border-box;padding-right: 80px;  text-align: left;}
#nav .layout>.menu>ul>li{display: block; margin-bottom: 15px;}
#nav .layout>.menu>ul>li>a{display: block; font-size: 2.4rem; color: #fff;}
#nav .layout>.menu>ul>li>section{display: block; padding: 20px 0;}
#nav .layout>.menu>ul>li>section>a{ position: relative; display: inline-block; font-size: 1.6rem; margin-right: 30px; padding-left: 12px; color: rgba(255,255,255,.6);transition: all .35s;}
#nav .layout>.menu>ul>li>section>a:after{position: absolute;z-index: 1; left: 0;top: 50%; transform: translateY(-50%); border-radius: 100%; width: 4px;height: 4px; background: #fff;content: ''; transition: all .35s;}
#nav .layout>.menu>ul>li>section>a:hover{color: #fff;}
#nav .layout>.social{ opacity: 0; position: relative; z-index: 60; display: block; padding-top: 30px; text-align: left; transition: all .3s;}
#nav .layout>.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;}
#nav .layout>.name{position: absolute;z-index: 10; right: -40px;bottom:-30px;}
#nav .layout>.name>.xing{ opacity: 0; position: relative;}
#nav .layout>.name>.huo{ opacity: 0; position: relative; margin-top: 25px;}

#nav .layout>.bg{position: absolute; right: -30rem; top: 0;width: 60rem; padding-top: 60rem; margin-top: -30rem; margin-left: -30rem; background: radial-gradient(circle, #2362c5, #12479b 40%);border-radius: 100%;transform: scale(0.1);transform-origin: center center; transition: all .8s cubic-bezier(.77,0,.175,1);}
#nav .mask{position: absolute;z-index: 1;right: -30rem; top: 0;width: 60rem; padding-top: 60rem; margin-top: -30rem; margin-left: -30rem; border-radius: 100%; background: rgba(0,0,0,.6);transform: scale(0);transform-origin: center center; transition: all .8s cubic-bezier(.77,0,.175,1);}
#nav.active .mask{ transform: scale(7.6); }
#nav.active .bg{ transform: scale(4.6); }
#nav.active .close{top:60px; opacity: 1; transform: translateY(0);}
#nav.active .home{top:84px; opacity: 1; transform: translateY(0);}
#nav.active .menu{transition: all .5s ease; animation-name: ani_nav_animate; animation-timing-function: ease; animation-duration: .6s; animation-delay: 0s; animation-fill-mode: forwards; animation-iteration-count:1;}
#nav.active .social{opacity: 1;}
#nav.active .xing{transition: all .8s ease; animation-name: ani_xing_animate; animation-timing-function: ease; animation-duration: 1.2s; animation-delay: 0s; animation-fill-mode: forwards; animation-iteration-count:1;}
#nav.active .huo{transition: all 1s ease; animation-name: ani_huo_animate; animation-timing-function: ease; animation-duration: 2s; animation-delay: 0s; animation-fill-mode: forwards; animation-iteration-count:1;}

@-webkit-keyframes ani_nav_animate {
    0% {opacity: 0;}
    100% {opacity:1;}
}

@-webkit-keyframes ani_xing_animate {
    0% {opacity: 0; transform: translateX(30%);}
    100% {opacity:1; transform: translateX(-30%);}
}

@-webkit-keyframes ani_huo_animate {
    0% {opacity: 0; transform: translateX(50%);}
    100% {opacity:1; transform: translateX(0);}
}


/* end*/



/* path*/

#path{ margin: 0 auto; padding: 30px 0;}
#path.margintop{margin-top: 120px;}
#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>i{display: inline-block;vertical-align: top; font-size: 2rem; margin-right: 6px;}
#path .layout>a:hover{color: #12479b;}
#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: '\e657';}
#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*/






/* 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: 5px; margin: 0 5px; width:46px;height:46px; line-height:46px;text-align:center; font-size:1.4rem; color:#666; transition:all .35s;}
.page .pagenum>a:hover{color: #12479b; border-color: #12479b; }
.page .pagenum>a.active{ background: #12479b; border-color: #12479b;  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: 5px;  margin: 0 5px; width:46px;height:46px; line-height:46px; text-align: center; font-size: 1.4rem; 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: #12479b;}
.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: #12479b;}



/* end*/


/* navigation*/

#navigation{ position: relative; z-index: 100; margin: 0 auto; top: 0; border-bottom: 1px solid #eee; transition: all .8s;}
#navigation .wrap{max-width: 1460px; margin: 0 auto;}
#navigation ul{display: flex;align-items: center;align-content: center; justify-content: flex-end;}
#navigation ul>li{ display: inline-block; margin-left: 40px;}
#navigation ul>li>a{ position: relative; display: block;color: #000;font-size: 1.7rem; height: 70px; line-height:70px; transition: all .35s;}
#navigation ul>li>a:after{ position: absolute;z-index: 2; left: 0; bottom: 0; width: 100%;height: 4px;background: #12479b; content: ''; opacity: 0; transition: all .35s;}
#navigation ul>li>a.active{ color: #12479b;}
#navigation ul>li>a.active:after{ opacity: 1;}
#navigation ul>li>a:hover{color: #12479b;}
#navigation .pgwMenu { position: relative; padding: 0;margin: 0; text-align: right; }
#navigation .pgwMenu ul { list-style: none; white-space: nowrap;}
#navigation .pgwMenu .pm-dropDown{ display: none;position: relative; width: 100%;margin: 0 auto; text-align: left; border-radius: 3px; }
#navigation .pgwMenu .pm-dropDown>a{position: relative; display: flex; justify-content: flex-end; align-items: center;  color: #12479b; font-size: 1.4rem;  height: 60px; line-height: 60px;  text-decoration: none;}
#navigation .pgwMenu .pm-dropDown>a.active{color: #12479b;}
#navigation .pgwMenu .pm-dropDown>a>i{display: inline-block; margin-left:10px; width: 15px; overflow: hidden; font-size: 1.6rem; color: #12479b!important;}
#navigation .pgwMenu .pm-dropDown>a>span{display: inline-block;vertical-align: middle;}
#navigation .pgwMenu .pm-links{display: inline-block;}
#navigation .pgwMenu .pm-links.mob{ position: absolute;z-index: 9; left: 0; margin-top: 10px; width: 100%;  background: #fff; border: 1px solid #ddd; box-sizing: border-box;padding: 20px; border-radius: 5px; box-shadow: 5px 6px 12px rgba(0,0,0,.1); }
#navigation .pgwMenu .pm-links.mob .pm-box{margin: 0 auto; display: block; padding-right: 20px; max-height: 160px; overflow-x: hidden;overflow-y: auto;}
#navigation .pgwMenu .pm-links.mob .pm-box::-webkit-scrollbar {width:2px;height: 1px;}
#navigation .pgwMenu .pm-links.mob .pm-box::-webkit-scrollbar-thumb {box-shadow: inset 0 0 0 rgba(0,0,0,0.2);}
#navigation .pgwMenu .pm-links.mob .pm-box::-webkit-scrollbar-track {box-shadow: inset 0 0 0 rgba(0,0,0,0.2);border-radius: 0;}
#navigation .pgwMenu .pm-links.mob .pm-box>li{ display:block!important; padding: 3px 0;margin: 0; border: 0; }
#navigation .pgwMenu .pm-links.mob .pm-box>li>a{display: block; height: 46px;line-height: 46px; font-size: 1.4rem; text-align: center; }
#navigation .pgwMenu .pm-links.mob .pm-box>li>a:after{display: none;}
#navigation .pgwMenu .pm-links.mob .pm-box>li>a.active{background: #12479b; border-radius: 3px; color: #fff!important;}
#navigation .pgwMenu .pm-links.mob .pm-box>li>a:hover{ color: #12479b;}

#navigation .pgwMenu .pm-viewMore{ display: none;position: relative;vertical-align:top; }
#navigation .pgwMenu .pm-viewMore>a{position: relative; display: inline-block; color: #999; height: 70px; line-height: 70px; padding: 0 30px; text-decoration: none;}
#navigation .pgwMenu .pm-viewMore>a>i{margin-left: 5px;opacity: .6; font-size: 2rem;}
#navigation .pgwMenu .pm-viewMore>ul{ position: absolute;z-index: 3; display: block; right: 0;background:#12479b; border-radius: 3px;overflow: hidden;}
#navigation .pgwMenu .pm-viewMore>ul>li{ display:block!important; padding: 0;margin: 0;border-bottom: 1px solid rgba(255,255,255,.2);}
#navigation .pgwMenu .pm-viewMore>ul>li:last-child{border-bottom: 0;}
#navigation .pgwMenu .pm-viewMore>ul>li:after{display: none!important;}
#navigation .pgwMenu .pm-viewMore>ul>li>a{display: block; padding: 0 15px; height: 50px; line-height: 50px; color:#fff; transition: all .35s;}
#navigation .pgwMenu .pm-viewMore>ul>li>a:after{display: none;}
#navigation .pgwMenu .pm-viewMore>ul>li>a:hover{color: #fff; background: #e50012!important;}









/* end*/












/* foot*/


#foot{ margin: 0 auto; background: #12479b; position: relative; z-index: 50;}
#foot:after{ content: ""; position: absolute; bottom: 170px; left: 0; width: 100%;height: calc(100% + 170px); background: url(../img/foot_bg.png) no-repeat; background-position: center center; background-size: 100% auto; z-index: -1; transition: all .5s;}
#foot .wrap{padding: 0!important; position: relative;z-index: 60;}
#foot .main{margin: 0 auto; padding: 20px 0; }
#foot .main>.nav{ width: 50%; text-align: left;}
#foot .main>.nav>ul{ display: flex;justify-content: space-between; flex-direction: row;}
#foot .main>.nav>ul>li{display:inline-block; }
#foot .main>.nav>ul>li>a{ position: relative;  display: block; font-size: 1.8rem; font-weight: bold; text-transform: uppercase; color: #fff;transition: all .35s;}
#foot .main>.nav>ul>li>div{display: block;padding: 30px 0;}
#foot .main>.nav>ul>li>div>a{position: relative; display: block;font-size: 1.5rem;padding-bottom: 10px; color: rgba(255,255,255,.6); transition: all .35s;}
#foot .main>.nav>ul>li>div>a:hover{color: rgba(255,255,255,1);}
#foot .main>.info{ width: 40%; text-align: left;}
#foot .main>.info>.logo{padding: 20px 0;}
#foot .main>.info>.logo>img{ width: auto;height: 32px; }
#foot .main>.info>.search .form{ width: 100%; max-width: 460px; background:rgba(255,255,255,.1);}
#foot .main>.info>.search .form>input{width:80%; height:60px; line-height:60px; background: none; padding:0 15px; box-sizing:border-box; font-size:1.6rem; float:left; border: 0;}
#foot .main>.info>.search .form>input::placeholder{color:rgba(255,255,255,.6); font-weight:300;}
#foot .main>.info>.search .form>a{display:block; width:20%; height:60px; float:left; text-align:center; color:#fff; line-height:60px; transition:all .2s;}
#foot .main>.info>.search .form>a.go>i{font-size:2.4rem; color: #fff;}
#foot .main>.info>.contact{ padding-top: 20px; text-align: left;}
#foot .main>.info>.contact>p{display: inline-block; margin-right: 10px; font-size: 1.4rem; color: rgba(255,255,255,.7);}
#foot .main>.info>.contact>p:last-child{margin-right: 0;}
#foot .main>.info>.contact>p>a{display: inline-block; font-size: 1.8rem;font-family: 'Quicksand', sans-serif; color: #fff; transition: all .35s;}

#foot .copy{padding: 30px 0; border-top: 1px solid rgba(255,255,255,.2);}
#foot .copy{text-align: left; font-size: 1.6rem; color: rgba(255,255,255,1);  }
#foot .copy a{display: inline-block; color: rgba(255,255,255,.6); margin: 0 10px; transition: all .35s;}




/* end*/




@media only screen and (max-width: 1480px){


    #head .nav>.menu ul>li>a { font-size: 1.8rem; }

    #foot .main>.info>.contact>p>a{font-size: 1.7rem;}

}


@media only screen and (max-width: 1380px){

    #head .nav { width: 65%;}
    #head .nav>.menu ul>li {  margin: 0 15px; }
    #head .nav>.menu ul>li>a { font-size: 1.6rem; }




    #foot .main>.info>.contact>p{font-size: 1.3rem;}
    #foot .main>.info>.contact>p>a{font-size: 1.6rem;}



}

@media only screen and (max-width: 1280px){

    #head .logo>a img { height: 28px; }

    #head .nav>.menu ul>li>a { font-size: 1.5rem; }
    #head.small .nav>.menu ul>li>a { font-size: 1.5rem; }

    #foot:after{ bottom: 20px;background-position: top center;}
    #foot .main>.info>.contact>p>a{font-size: 1.4rem;}

}


@media only screen and (max-width: 1200px){


    #head .nav{width: 50%; height: 120px;}
    #head .nav>.menu{display: none;}
    #head .nav>.control { border-left: 0;}

    #nav .layout { width: 100%; }
    #nav .layout>.menu>ul>li{ border-bottom: 1px solid rgba(255,255,255,.1); padding: 20px 40px;}
    #nav .layout>.menu>ul>li>a{position: relative; padding-left: 30px;}
    #nav .layout>.menu>ul>li>a.on:after{position: absolute;z-index: 12; left: 0;top: 50%; transform: translateY(-50%); width: 20px;height: 20px; line-height: 20px; text-align: center; content: '+'; transition: all .35s;}
    #nav .layout>.menu>ul>li>a.active:after{content: '-'; }
    #nav .layout>.menu>ul>li:last-child{border-bottom: 0;}
    #nav .layout>.menu>ul>li>section{display: none;padding: 20px 30px;}
    #nav .layout>.social{padding-left: 40px;}
    #nav .layout>.bg { right: 0; }



    #banner.inner .info>.title { font-size: 3rem; }
    #banner.inner .info>.path>a { font-size: 1.4rem; padding-left: 24px; }
    #banner.inner .info>.path>a:after { width: 24px; }


    #path .layout>a{ font-size: 1.4rem;}
    #path .layout>a:after{  width: 20px;}





    #foot:after{bottom: 160px; height: calc(100%); background-position: center top;}

    #foot .main>.info{float: none; width: 100%;}
    #foot .main>.nav{ width: 100%; float: none; padding-top: 30px;}
    #foot .main>.nav>ul{ display: block;}
    #foot .main>.nav>ul>li{display:block; border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0;}
    #foot .main>.nav>ul>li:first-child{border: 0;}
    #foot .main>.nav>ul>li>a{ position: relative; font-size: 1.6rem;}
    #foot .main>.nav>ul>li>a:after{position: absolute;z-index: 12; right: 10px; top: 50%; transform: translateY(-50%); text-align: right; width: 30px; height: 30px; line-height: 30px; font-family: iconfont; font-size: 2rem; font-weight: 200; color: rgba(255,255,255,.4); content: '\e657'; transition: all .35s;}
    #foot .main>.nav>ul>li.active>a:after{ transform: translateY(-50%) rotate(90deg);}
    #foot .main>.nav>ul>li>div{display: none;}

}

@media only screen and (max-width: 960px){

    .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: 24px; }
    #head .nav { width: 30%;}

    #nav .layout>.menu { margin-top: 20%;}
    #nav .layout>.menu>ul>li>a {font-size: 2rem;}
    #nav .layout>.bg{ right: -60rem; }



    .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:after{bottom: 150px;}

}

@media only screen and (max-width: 780px){

    #head { height: 90px;}
    #head .logo { height: 90px; }
    #head .nav {height: 90px;}


    #nav .layout>.menu>ul>li>a {font-size: 1.8rem;}
    #nav .layout>.menu>ul>li>section>a { font-size: 1.4rem;}
    #nav .layout>.name>.xing>img{ height: 136px; width: auto; }
    #nav .layout>.name>.huo>img{ height: 190px; width: auto;}


    #banner.inner .info>.path>a {font-size: 1.2rem; padding-left: 20px;}
    #banner.inner .info>.path>a:after { width: 20px;}
    #banner.inner .info>.path>a>i {font-size: 1.6rem;}

    #banner.inner .info>.title { font-size: 2rem;}

    #path.margintop { margin-top: 80px;}
    #path {padding: 20px 0;}
    #path .layout>a{ font-size: 1.2rem; padding-left:20px; }
    #path .layout>a>i{ font-size: 1.6rem;}


}


@media only screen and (max-width: 640px){


    #head .logo>a img { height: 18px; }
    #head.small .logo>a img { height: 18px; }

    #head .nav>.control { margin-left: 0; padding-left: 0; }
    #head .nav>.control>.search { padding: 0 10px; }


    #nav.active .home {  top: 40px; right: 180px; }
    #nav.active .home>a{color: rgba(255,255,255,.5);}

    #nav.active .close { top: 30px; right: 40px;}
    #nav .layout>.close>span { color: rgba(255,255,255,.5);font-size: 1.8rem;}
    #nav .layout>.close>i { font-size: 4.2rem;}

    #nav .layout>.menu>ul>li {padding: 10px 40px;}
    #nav .layout>.menu>ul>li>section>a{display: block; padding: 5px 15px;}



    .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:after{bottom: 90px;}

    #foot .main>.info>.search .form>input{ font-size:1.4rem;}

    #foot .main>.nav>ul>li>a{ font-size: 1.4rem;}

    #foot .copy{border-top: 2px solid rgba(255,255,255,.2);}
    #foot .copy{ font-size: 1.4rem; }
    #foot .copy a{display: block; margin-left: 0;}



}



@media only screen and (max-width: 520px){

    #banner.inner { height: 240px; }
    #banner.inner img {width: auto;height: 100%; object-fit: cover;}


    #nav.active .home {  top: 26px; right: 130px; }
    #nav .layout>.home>a i { font-size: 1.8rem; }
    #nav .layout>.home>a span {  font-size: 1.2rem;}

    #nav.active .close { top: 20px; right: 30px;}
    #nav .layout>.close>span { font-size: 1.4rem; margin-right: 5px;}
    #nav .layout>.close>i { font-size: 3.2rem;}
    #nav .layout>.name>.xing>img{ height: 76px; }
    #nav .layout>.name>.huo>img{ height: 100px; }






}





















