@charset "UTF-8";
/* Normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
html{font-family:Arial, sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%}
body{margin:0}
a{background:transparent}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:0.67em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}
pre{white-space:pre-wrap}q{quotes:"\201C""\201D""\2018""\2019"}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:0}
fieldset{border:1px solid#c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
/* Reset */
body{font-size:62.5%;}
a{text-decoration:none; color:#002a6c; outline: none;}
a:focus{color:#333;}
a:hover,a:active{text-decoration:none; color:#999;}
img{max-width:100%; height:auto;}
ul,li{padding:0; margin:0; list-style:none;}
/* Clear Float */
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table; content:""; line-height:0;}
.clearfix:after{clear:both;}
/* Index */
.header{
  text-align: center;
  background: url(../images/bg.jpg) center top no-repeat;
  background-size: 100%;
}
.header .logo{
  padding: 5% 0;
}
.logo img{
  width: 40%;
  height: 40%;
}
.header nav{
  margin: 0 auto;
  width: 86%;
}
.quicknav li{
  float: left;
  width: 33.3333333333%;
  box-shadow: inset 0 0 10px rgba(0,0,0,.23);
  font-size: 1.6em;
  background: #fff;
}
.quicknav li:nth-child(1) a{
  color: #a3a3a3;
}
.quicknav li:nth-child(2){
  background: #ffbe26;
}
.quicknav li:nth-child(3){
  background: #9072bc;
}
.quicknav li:nth-child(4){
  background: #4290d2;
}
.quicknav li:nth-child(5){
  background: #8ed400;
}
.quicknav li:nth-child(6){
  background: #ee9a18;
}
.quicknav li a{
  display: block;
  padding: 20px 0;
  color: #fff; 
}
.quicknav li a p{
  margin: 5px 0 0 0;
}
.index-list{
  margin: 0 auto;
  width: 86%;
}
.excerpt{
  display: block;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}
.excerpt:last-child{
  border-bottom: none;
}
.excerpt header h2{
  display: inline;
  font-size: 1.6em;
  font-weight: normal;
  color: #000;
}
.excerpt header small{
  display: inline;
  margin-left: 5px;
  color: #999;
}
.excerpt p{
  margin: 0;
  line-height: 1.4;
  color: #888;
  font-size: 13px;
}
.excerpt .excerpt-info{
  padding: 5px 0;
  font-size: 11px;
  color: #aaa;
}
.excerpt-one .note{
  display: inline-block;
}
.excerpt-one .focus img{
  width: 49%;
  margin-right: 1%;
  margin-bottom: 1px;
}
.excerpt .excerpt-info span{
  margin-right: 10px;
}
.index-more{
  display:  block;
  margin: 0 auto;
  margin-bottom: 55px;
  width: 86%;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  background-color: #aaa; 
  font-size: 16px;
}
.news-more{
  display:  block;
  margin: 25px auto;
  margin-bottom: 55px;
  width: 92%;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  background-color: #aaa; 
  font-size: 16px;
}
.toolbar{
  position:fixed;
  display: block;
  bottom: 0;
  width: 100%;
  height: 40px;
  box-shadow: inset 0 3px 3px rgba(0,0,0,.15);
  background-color: #262d40;
}
.toolbar li{
  position: relative;
  float: left;
  width: 25%;
  line-height: 40px;
  text-align: center;
}
.toolbar li:last-child a{
  border-right: none;
}
.toolbar li a{
  border-right: 1px solid rgba(255,255,255,.05);
  display: block;
  font-size: 1.4em;
  color: #7c7f90;
}
.toolbar li .angle{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  left: 45%;
  margin-left: -3px;
  top: 0;
  opacity: 0;
}
.toolbar li.active{
  box-shadow: inset 0 3px 3px rgba(0,0,0,.15);
  background: #313c57;
}
.toolbar li.active a{
  color: #fff;
}
.toolbar li.active .angle{
  opacity: 1;
}
.header-page{
  padding: 0 2%;
  height: 40px;
  background-color: #262d40;
}
/* Page */
body.page{
  background-color: #f2f0eb;
}
.header-page{
  position: relative;
}
.header-page a.logo{
  font-size: 2em;
  padding-left: 30px;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: url(../images/logo.png) left 7px no-repeat;
  background-size: 25px;
  text-align: center;
}
.nav{
  float: right;
}
.nav a.nav-menu{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 2em;
  color: #fff;
}
ul.sub-menu{
  position: absolute;
  z-index: 10240;
  top: -9999px;
  left: 0 !important;
  width: 100%;
  box-shadow: 0 0 5px rgba(0,0,0,.5);
  border-radius:4px 4px 0 0;
  background-color: #fafafa;
}
ul.sub-menu li{
  float: left;
  width:33.333333333333333%;
  text-align: center;
  border-top: 5px solid #f2f2f2;
}
ul.sub-menu li a{
  display: block;
  padding: 20px 0;
  border-right: 1px solid #f2f2f2;
  font-size: 1.6em;
  color: #666;
}
ul.sub-menu li:nth-child(3n) a{
  border-right: none;
}
ul.sub-menu li:nth-child(5n){
  border-top-color: #9072bc;
}
ul.sub-menu li:nth-child(5n+1){
  border-top-color: #ffbe26;
}
ul.sub-menu li:nth-child(5n+2){
  border-top-color: #4290d2;
}
ul.sub-menu li:nth-child(5n+3){
  border-top-color: #ee9a18;
}
ul.sub-menu li:nth-child(5n+4){
  border-top-color: #8ed400;
}
ul.sub-menu li p{
  margin: 10px 0;
}
.content{
  padding-bottom: 50px;
}
section:last-child{
  padding-bottom: 50px;
}
.column header{
  height: 40px;
  line-height: 40px;
  font-size: 1.8em;
  text-align: center;
  color: #666;
}
.column-list li{
  margin-bottom: 1px;
  background-color: #fff;
}
.column-list a{
  display: block;
  padding: 10px;
  border-left: 6px solid #ccc;
  font-size: 1.6em;
  color: #666;
}
.column-list li:nth-child(5n) a{
  border-left-color: #ffbe26;
}
.column-list li:nth-child(5n+1) a{
  border-left-color: #9072bc;
}
.column-list li:nth-child(5n+2) a{
  border-left-color: #4290d2;
}
.column-list li:nth-child(5n+3) a{
  border-left-color: #8ed400;
}
.column-list li:nth-child(5n+4) a{
  border-left-color: #ee9a18;
}
.article{
  margin: 20px auto;
  width: 94%;
}
.article .about{
  padding-left: 8px;
  border-left: 8px solid #262d40;
}
.article .about h2{
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 2em;
  color: #383838;
}
.article .article-body{
  font-size: 1.6em;
}
.article .article-body p{
  margin-bottom: 20px;
  line-height:1.8;
  color: #666;
}
.framework header{
  height:40px;
  line-height: 40px;
  font-size: 1.8em;
  text-align: center;
  color: #666;
  background-color: #fff;
}
.framework dl{
  position: relative;
  margin: 20px 3%; 
}
.framework dl dt{
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  font-size: 1.6em;
  color: #666;
  background-color: #fff;
}
.framework dl dt .angle{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  left: 30px;
  margin-left: -3px;
  top: 35px;
  opacity: 1;
}
.framework dl dd{
  margin: 10px 0;
  line-height: 1.8;
  font-size: 1.4em;
  color: #666;
}
.framework dl dd a{
  padding: 0 5px;
  color: #4290d2;
}

.framework dl:nth-child(5n) dt{
  border-left: 6px solid #9072bc;
}
.framework dl:nth-child(5n+1) dt{
  border-left: 6px solid #ffbe26;
}
.framework dl:nth-child(5n+2) dt{
  border-left: 6px solid #4290d2;
}
.framework dl:nth-child(5n+3) dt{
  border-left: 6px solid #ee9a18;
}
.framework dl:nth-child(5n+4) dt{
  border-left: 6px solid #8ed400;
}
.framework-pic{
  margin: 20px 0;
}
.framework-pic li{
  float:left;
  width: 50%;
}
.framework-pic li a{
  display: block;
  margin: 10px 10%;
  padding: 20px 10px !important;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0,0,0,.05);
  text-align: center;
  background-color: #fff;
}
.framework-pic img{
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  width: 90px;
  height: 125px;
}
.framework-pic li p{
  padding: 0;
  margin: 5px 0;
  line-height: 0.8;
  font-size: 1.4em;
}
.login header,
.record header,
.jobs header,
.anno header{
  height:40px;
  line-height: 40px;
  font-size: 1.8em;
  text-align: center;
  color: #666;
  background-color: #fff;
}
.anno-list{
  margin: 15px 2%;
}
.anno-list ul{
  margin-bottom: 30px;
}
.anno-list .timeline{
  position:relative;
  padding: 5px 10px;
  width: 74px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0,0,0,.05);
  font-size: 1.4em;
  color: #eee;
  background-color: rgba(144,114,188,.8);
}
.anno-list .timeline .angle{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(144,114,188,.8);
  position: absolute;
  left: 15px;
  margin-left: -3px;
  bottom: -6px;
  opacity: 1;
}
.anno-list .title a{
  display: block;
  margin: 15px 0;
  padding:10px;
  line-height: 1.6;
  border-radius: 3px;
  font-size: 1.6em;
  color: #585858;
  background: #fff;
}
.anno-list .invalid.title a{
  background-color: #e0e0e0;
  color: #aaa;
}
.login-form{
  margin: 30px 5%;
}
.login .text{
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0,0,0,.05);
  background-color: #fff;
}
.login .text input{
  padding: 0;
  margin: 5px 4%;
  width: 92%;
  height: 40px;
  height: 40px;
  border: none;
  font-size: 1.6em;
  color: #585858;
}
.separator{
  margin: 0 4%;
  width: 92%;
  height: 1px;
  background-color: #f4f4f4;
}
.login .text .angle{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  right: 45px;
  margin-left: -3px;
  bottom: -6px;
  opacity: 1;
}
.login-form .submit-btn{
  float: right;
  display: block;
  margin-top: 15px;
  padding: 8px 0;
  width: 100px;
  border: none;
  border-radius: 3px;
  text-align: center;
  font-size: 1.6em;
  color: #fff;
  background-color: #9072bc;
}
.login-form .find-pwd{
  position: absolute;
  bottom: -45px;
  font-size: 1.6em;
  color: #999;
}
.login .tips{
  margin: 0 4%;
  color: #888;
}
.login .tips h4{
  padding: 0;
  margin: 0;
  font-size: 1.6em;
  font-weight: normal;
}
.login .tips p{
  line-height: 1.6;
  font-size: 1.4em;
}
.record-card{
  margin: 15px 2%;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0,0,0,.05);
  background-color: #fff;
}
.record-card .title{
  font-size: 1.6em;
  color: #585858;
  border-bottom: 1px solid #eee;
}
.record-card .title span{
  display: inline-block;
  margin-right: 10px;
  padding: 15px 10px;
  border-radius: 3px 0 0 0;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  background-color: #9072bc;
}
.record-card dl:last-child{
  border-bottom: none;
}
.record-card dl{
  padding-bottom: 10px;
  margin: 10px 2%;
  border-bottom: 1px solid #eee;
  font-size: 1.4em;
  color: #888;
}
.record-card dt{
  margin-bottom: 5px;
}
.record-card dt span{
  color: #585858;
}
.record-card dd{
  margin: 0;
  line-height: 1.6;
  color: #585858;
}
.jobs a.jobs-list{
  display: block;
  margin: 20px 4%;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0,0,0,.05);
  color: #666;
  background-color: #fff;
}
.jobs a.jobs-list p{
  margin: 5px 0;
  font-size: 1.6em;
}
.jobs .info{
  padding: 0 5%;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #eee;
  color: #383838;
}
.jobs .info span{
  margin-right: 10px;
}
.jobs p.position{
  padding: 10px 5%;
  line-height: 1.6;
  color: #888;
}
.jobs .jobs-desc{
  display: block;
  padding: 10px 5%;
  margin: 20px 4%;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0,0,0,.05);
  font-size: 1.6em;
  color: #fff;
  background-color: #9072bc;
}
.jobs .jobs-detail{
  padding: 0 5%;
  font-size: 1.4em;
  color: #666;
}
.jobs a.jobs-list{
  border-left: 4px solid #ccc;
}
.jobs a.jobs-list:nth-child(5n){
  border-left-color: #9072bc;
}
.jobs a.jobs-list:nth-child(5n+1){
  border-left-color: #ffbe26;
}
.jobs a.jobs-list:nth-child(5n+2){
  border-left-color: #4290d2;
}
.jobs a.jobs-list:nth-child(5n+3){
  border-left-color: #ee9a18;
}
.jobs a.jobs-list:nth-child(5n+4){
  border-left-color: #8ed400;
}
/* Swiper */
.swiper-container {
  height: 160px;
  margin:0 auto;
  position:relative;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
  /* Fix of Webkit flickering */
  z-index:1;
}

.swiper-wrapper {
  position:relative;
  width:100%;
  -webkit-transition-property:-webkit-transform, left, top;
  -webkit-transition-duration:0s;
  -webkit-transform:translate3d(0px,0,0);
  -webkit-transition-timing-function:ease;
  
  -moz-transition-property:-moz-transform, left, top;
  -moz-transition-duration:0s;
  -moz-transform:translate3d(0px,0,0);
  -moz-transition-timing-function:ease;
  
  -o-transition-property:-o-transform, left, top;
  -o-transition-duration:0s;
  -o-transform:translate3d(0px,0,0);
  -o-transition-timing-function:ease;
  -o-transform:translate(0px,0px);
  
  -ms-transition-property:-ms-transform, left, top;
  -ms-transition-duration:0s;
  -ms-transform:translate3d(0px,0,0);
  -ms-transition-timing-function:ease;
  
  transition-property:transform, left, top;
  transition-duration:0s;
  transform:translate3d(0px,0,0);
  transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
.device{
  position: relative;
  padding:0;
  margin: 0;
  height: 160px;
}
.device .arrow-left {
  position: absolute;
  z-index: 50;
  left: 5px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  font-size: 24px;
  color: #fff;
}
.device .arrow-right {
  position: absolute;
  z-index: 50;
  right: 5px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  font-size: 24px;
  color: #fff;
}
.pagination {
  position: absolute;
  z-index: 50;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #262d40;
}  
.swiper-slide img{
  height: 160px;
  width: 100%;
}
.tabs{
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}
.tabs-box{
  position: relative;
  width: 100%;
  height: 40px;
}
.tabs-head{
  position: static;
  z-index: 1000;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f2f0eb;
}
.tabs-head li{
  float: left;
  width: 33.333333333333%;
  border-bottom: 3px solid #f2f0eb;
  font-size: 1.6em;
  color: #666;
  cursor: pointer;
}
.tabs-head li.active:nth-child(1){
  border-bottom-color: #ffbe26;
}
.tabs-head li.active:nth-child(2){
  border-bottom-color: #9072bc;
}
.tabs-head li.active:nth-child(3){
  border-bottom-color: #8ed400;
}
.tabs-body{
  width: 300%;
  height: 100%;
  float: left;
}
.box01{
  float:left;
  margin-top: 10px;
  width:33.333333333333%;
  text-align:left;
  font-size:14px;
  text-align:center;
}
.newslist{
  padding: 15px 4%;
  text-align: left;
  display: block;
  border-bottom: 1px solid #eee;
}
.newslist:last-child{
  border-bottom: none;
}
.newslist header h2{
  display: inline;
  font-size: 1.1em;
  font-weight: normal;
  color: #000;
}
.newslist header small{
  display: inline;
  margin-left: 5px;
  color: #999;
}
.newslist p{
  margin: 0;
  line-height: 1.4;
  color: #888;
  font-size: 13px;
}
.newslist .newslist-info{
  padding: 5px 0;
  font-size: 11px;
  color: #aaa;
}
.newslist .note{
  display: inline-block;
}
.newslist .focus img{
  width: 100%;
  margin-right: 1%;
  margin-bottom: 1px;
}
.newslist .newslist-info span{
  margin-right: 10px;
}
.article header h2{
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 2em;
  color: #383838;
}
.article .article-info{
  margin: 15px 0;
  color: #999;
  font-size: 1.2em;
}
.article .article-info span{
  margin: 0 5px;
}
.toolbar-page{
  position:fixed;
  display: block;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #262d40;
}
.toolbar-page li{
  float: left;
  text-align: center;
}
.toolbar-page li a{
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 1.8em;
}
.service{
  padding: 0 5%;
}
.service header{
  height: 60px;
  line-height: 60px;
  font-size: 2.2em;
  text-align: center;
  color: #666;
}
.service-list{
  
}
.service-list li{
  float: left;
  margin: 0 2% 10px 2%;
  width: 46%;
  text-align: center;
  border-top: 5px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0,0,0,.1);
  background-color:#fff;
}
.service-list li a{
  padding: 20px 0;
  display: block;
  font-size: 1.89em;
  color: #999;
}
.service-list li p{
  margin: 10px 0;
}
.service-list li i{
  font-size: 20px;
}
.service-list li:nth-child(5n){
  border-top-color: #9072bc;
}
.service-list li:nth-child(5n+1){
  border-top-color: #ffbe26;
}
.service-list li:nth-child(5n+2){
  border-top-color: #4290d2;
}
.service-list li:nth-child(5n+3){
  border-top-color: #ee9a18;
}
.service-list li:nth-child(5n+4){
  border-top-color: #8ed400;
}
.notice header{
  height:40px;
  line-height: 40px;
  font-size: 1.8em;
  text-align: center;
  color: #666;
  background-color: #fff;
}
.notice-list{
  margin: 20px 4%;
}
.notice-list li{
  margin-bottom: 20px;
  font-size: 1.4em;
  color: #686868;
}
.notice-list li a{
  line-height: 1.4;
  color: #383838;
}
.train header{
  height:40px;
  line-height: 40px;
  font-size: 1.8em;
  text-align: center;
  color: #666;
  background-color: #fff;
}
.train-list li{
  padding: 10px;
  margin: 15px 2%;
  border-radius: 3px;
  border-left: 4px solid #9072bc;
  box-shadow: 1px 2px 3px rgba(0,0,0,.05);
  background-color: #fff;
}
.train-list .title{
  padding-bottom: 8px;
  margin: 5px 0;
  border-bottom: 1px solid #eee;
  font-size: 1.6em;
  color: #383838;
}
.train-list .info{
  margin: 10px 0 0 0;
  line-height: 1.6;
  font-size: 1.4em;
  color: #686868;
}

.train-list .info span{
  display: inline-block;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 1em;
  color: #fff;
  background-color: rgba(0,0,0,.2);
}

/*2014-08-14*/
.search .searchbar-input{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.search input[type="search"]{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  display: block;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 5px;
  font-family: inherit;
  color: #000;
  font-size: 1.4em;
  font-weight: 400;
  padding: 0 28px;
  /* background: #fff url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 60 120' xmlns='http://www.w3.org/2000/svg'><path d='m60 61.5-38.25 38.25-9.75-9.75 29.25-28.5-29.25-28.5 9.75-9.75z' transform='translate(115, 30) rotate(90)' fill='%23c7c7cc'/></svg>") no-repeat 8px center; */
  background: #fff url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13' enable-background='new 0 0 13 13'><g><path fill='%23939398' d='M5,1c2.2,0,4,1.8,4,4S7.2,9,5,9S1,7.2,1,5S2.8,1,5,1 M5,0C2.2,0,0,2.2,0,5s2.2,5,5,5s5-2.2,5-5S7.8,0,5,0 L5,0z'/></g><line stroke='%23939398' stroke-miterlimit='10' x1='12.6' y1='12.6' x2='8.2' y2='8.2'/></svg>") no-repeat 8px center;
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
}
.searchbar-input ul{
  margin-top: 10px;
}
.searchbar-input ul li{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right:5px;
  width: 50%;
  height: 35px;
  border-radius: 5px;
  line-height: 35px;
  
}
.searchbar-input ul li:last-child{
  padding-right: 0;
  padding-left: 5px;
}
.searchbar-input ul li a{
  display: block;
  font-size: 1.4em;
  text-align: center;
  color: #888;
  border-bottom: 1px solid #e5e5e5;
  background: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 60 120' xmlns='http://www.w3.org/2000/svg'><path d='m60 61.5-38.25 38.25-9.75-9.75 29.25-28.5-29.25-28.5 9.75-9.75z' transform='translate(115, 30) rotate(90)' fill='%23c7c7cc'/></svg>") no-repeat 10px center;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.yellowpage{
  padding: 0 10px;
}
.search header{
  height:40px;
  line-height: 40px;
  font-size: 1.8em;
  text-align: center;
  color: #666;
  background-color: #fff;
}
.yellowpage a.yg-list{
  display: block;
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0,0,0,.05);
  font-size: 1.4em;
  color: #666;
  background-color: #fff;
}
.yg-list dl{
  position:relative;
  padding: 10px 5px;
  margin: 0;
}
.yg-list dl img{
  border-radius: 999px;
  border: 3px solid rgba(0,0,0,0.1);
}
.yg-list dl dt{
  position: absolute;
}
.yg-list dl dd{
  margin-left: 65px;
  margin-bottom: 8px;
}
.yg-list dl dd:last-child{
  margin-bottom: 0;
}
.yg-list .name{
  font-size: 1.2em;
  color: #383838;
}
.yg-list .number{
  color: #aaa;
}
.yg-show{
  padding: 10px;
  margin: 15px 2%;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0,0,0,.05);
  background-color: #fff;
}
.yg-show .avatar{
  text-align: center;
}
.yg-show .avatar img{
  border-radius: 999px;
  border: 5px solid rgba(0,0,0,0.1);
}
.yg-show ul{
  margin: 10px 0;
}
.yg-show ul li{
  position: relative;
  padding: 5px 0;
  padding-left: 100px;
  line-height: 1.8;
  font-size: 1.4em;
  border-bottom: 1px dotted #eee;
}
.yg-show ul li:last-child{
  border-bottom: none;
}
.yg-show ul li a{
  margin-right: 5px;
}
.yg-show ul span{
  position: absolute;
  left: 0px;
  display: inline-block;
  width: 100px;
  color: #686868;
}
.search a.btn-more{
  display: block;
  margin: 15px 2%;
  line-height: 40px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0,0,0,.05);
  font-size: 1.6em;
  text-align: center;
  color: #fff;
  background-color: #9072bc;
}

/*2014-08-18*/
.yellowpage-2 a{
  display: block;
  border-left: 4px solid #ccc;
  font-size: 1.4em;
  color: #666;
  background-color: #fff;
}
.yellowpage-2 a:nth-child(5n){
  border-left-color: #9072bc;
}
.yellowpage-2 a:nth-child(5n+1){
  border-left-color: #ffbe26;
}
.yellowpage-2 a:nth-child(5n+2){
  border-left-color: #4290d2;
}
.yellowpage-2 a:nth-child(5n+3){
  border-left-color: #ee9a18;
}
.yellowpage-2 a:nth-child(5n+4){
  border-left-color: #8ed400;
}
.law-list{
  padding: 10px;
}
.law-list dt{
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-size: 1.2em;
  color: #383838;
}
.law-list dd{
  margin: 8px 0 0 0;
}
.law-list span{
  color: #999;
}
.searchbar-input .law-screen li{
  width: 100%;
  
}
.searchbar-input .law-screen li a{
  text-align: left;
  color: #686868;
  background: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 60 120' xmlns='http://www.w3.org/2000/svg'><path d='m60 61.5-38.25 38.25-9.75-9.75 29.25-28.5-29.25-28.5 9.75-9.75z' fill='%23c7c7cc'/></svg>") no-repeat right center;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.law-staff{
  margin: 15px 2%;
  box-shadow: 1px 2px 3px rgba(0,0,0,.05);
  background-color: #fff;
}
.law-staff-title{
  height: 40px;
  line-height: 40px;
  border-radius: 3px 3px 0 0;
  text-align: center;
  font-size: 1.8em;
  font-weight: 700;
  color: #fff;
  background-color: #9072bc;
}
.law-staff ul{
  padding-bottom: 10px;
  border: 1px solid #9072bc;
  border-radius: 0 0 3px 3px;
}
.law-staff ul li{
  float: left;
  margin-top: 10px;
  margin: 10px 2% 0 2%;
  width: 21%;
}
.law-staff ul li a{
  display: block;
  padding: 5px 0;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #eee;
  font-size: 1.4em;
  text-align: center;
  color: #383838;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.law-staff.staff2 .law-staff-title{
  background-color: #ee9a18;
}
.law-staff.staff2 ul{
  border: 1px solid #ee9a18;
}

/*2014-08-21*/
.page-v {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: -webkit-transform .25s, opacity 1ms .25s;
	-moz-transition: -moz-transform .25s, opacity 1ms .25s;
	transition: transform .25s, opacity 1ms .25s;
	-webkit-transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
}
.active-page2 {
	opacity: 1;
	z-index: 1001;
	-webkit-transition: -webkit-transform .25s;
	-moz-transition: -moz-transform .25s;
	transition: transform .25s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.toolbar-page .toolbar-left{
	line-height:40px;
	color:#fff;
	float:left;
	padding-left:10px;
}
.toolbar-page .toolbar-right{
	line-height:40px;
	color:#fff;
	float:right;
	padding-right:10px;
}

.toolbar-page .toolbar-left span {
	 font-size:1.4em;
}

.toolbar-page .toolbar-right span {
	 font-size:1.4em;
}

.expertise-group{
	clear: both;
	line-height:32px;
	padding:0;
	margin:0;
}
.expertise-list{
	margin:0;
	padding:0;
	verflow: auto;
}
.expertise-list a{
	float:left;
	width:29%;
	border:1px solid #eee;
	line-height:24px;
	font-size:1.2em;
	margin:3px;
	border-radius:3px;
	color:#333;
	padding:2px 0 2px 4px;
}
.expertise-list a.activeOne {
	background-color: #79C2FF;
	color:#fff;
}
.zone-group{
	clear: both;
	line-height:32px;
	padding:0;
	margin:0;
}
.zone-list{
	margin:0;
	padding:0;
	verflow: auto;
}
.zone-list a{
	float:left;
	width:29%;
	border:1px solid #eee;
	line-height:24px;
	font-size:1.2em;
	margin:3px;
	border-radius:3px;
	color:#333;
	padding:2px 0 2px 4px;
}
.zone-list a.activeOne {
	background-color: #79C2FF;
	color:#fff;
}

/* FontFace */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?49284504');
  src: url('../fonts/fontello.eot?49284504#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?49284504') format('woff'),
       url('../fonts/fontello.ttf?49284504') format('truetype'),
       url('../fonts/fontello.svg?49284504#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?49284504#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-up-open:before { content: '\e800'; } /* '' */
.icon-picture:before { content: '\e801'; } /* '' */
.icon-down-open:before { content: '\e802'; } /* '' */
.icon-left-open:before { content: '\e803'; } /* '' */
.icon-right-open:before { content: '\e804'; } /* '' */
.icon-home:before { content: '\e805'; } /* '' */
.icon-bell:before { content: '\e806'; } /* '' */
.icon-lifebuoy:before { content: '\e807'; } /* '' */
.icon-flow-tree:before { content: '\e808'; } /* '' */
.icon-users:before { content: '\e809'; } /* '' */
.icon-login-1:before { content: '\e80a'; } /* '' */
.icon-vcard:before { content: '\e80b'; } /* '' */
.icon-menu:before { content: '\e80c'; } /* '' */
.icon-share:before { content: '\e80d'; } /* '' */
.icon-calendar:before { content: '\e80e'; } /* '' */
.icon-doc-text:before { content: '\e80f'; } /* '' */
.icon-table:before { content: '\e810'; } /* '' */
.icon-chart-bar:before { content: '\e811'; } /* '' */
.icon-user:before { content: '\e812'; } /* '' */
