.nav-tabs, .topbar ul, ul.contact-info, ul.menu {
  list-style: none !important;
  padding-left: 0;
}

.site-branding-logo {
  max-height: inherit;
}
.site-branding-logo img {
  max-height: 80px;
  width: auto;
}
.gsc-heading .heading-line.heading-line-1 {
    width: 80px;
    height: 2px;
    margin: 10px auto 10px;
    background: #b6103e;
}
.gsc-heading.align-left .heading-line{float:left;clear:both;}
.gsc-heading .heading-bottom{clear:both;}
.gsc-heading .heading-bottom .title-desc p{margin-bottom:0;margin-top:0px;}
.gsc-heading .heading-line.heading-line-2 {
    width: 80px;
    height: 6px;
    border-top: 1px solid #b6103e;
    border-bottom: 1px solid #b6103e;
    margin: 10px auto 10px;
}
#block-yemeiyou {
    margin: 15px 0;
}
.gsc-box-hover {
  position: relative;
  margin-bottom: 0px;
  background: transparent; }
.gsc-box-hover .frontend, .gsc-box-hover .backend {
    z-index: 1;
    border-radius: inherit;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: inherit;
    perspective: inherit !important;
    -webkit-transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    min-height: 450px; 
}
.gsc-box-hover .frontend {
	  position:relative;
    height: inherit;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
.gsc-box-hover .frontend .frontend-content {
	    position:absolute;
	    z-index:9;
	    width:100%;
      left:0;
      padding: 15px;
      text-align: left;
      background-color:rgba(0,0,0,.6); 
}
.gsc-box-hover .frontend-content.be-desc{
	 font-size:14px;
	 line-height:50px;
	 font-family: 'Microsoft Jhenghei', 'Microsoft YaHei', Arial,sans-serif;
}
.gsc-box-hover .frontend .frontend-content .box-title:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 15px;
    z-index: 1;
}
.gsc-box-hover .backend {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #b6103e;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    color: #fff; }
.gsc-box-hover .backend .content-be {
      height: 100%;
      -webkit-transform: translateZ(60px) scale(0.86);
      transform: translateZ(60px) scale(0.86);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
.gsc-box-hover .backend .be-desc {
      color: #ffffff; }
.gsc-box-hover .backend .box-title {
      position: relative;
      padding-bottom: 5px;
      margin-bottom: 5px;
      text-transform: uppercase;
      font-family: 'Microsoft Jhenghei', 'Microsoft YaHei', Arial,sans-serif;
      font-weight: 16px; 
}
.gsc-box-hover .backend .box-title:after {
        content: '';
        width: 50px;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1; }
.gsc-box-hover .backend .box-title a {
        color: #fff; }
.gsc-box-hover .backend .box-title a:hover {
          text-decoration: underline; }
.gsc-box-hover .backend .link-action a {
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      font-family: 'Microsoft Jhenghei', 'Microsoft YaHei', Arial,sans-serif; }
.gsc-box-hover .backend .link-action a i {
        margin-left: 6px; }
.gsc-box-hover .backend .link-action a:hover {
        text-decoration: underline; }
.gsc-box-hover .box-content {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    border-radius: inherit; }
.gsc-box-hover .box-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    color: #000;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: 'Microsoft Jhenghei', 'Microsoft YaHei', Arial,sans-serif;
}

.gsc-box-hover:hover .frontend, .gsc-box-hover:hover .backend, .gsc-box-hover:active .frontend, .gsc-box-hover:active .backend, .gsc-box-hover:focus .frontend, .gsc-box-hover:focus .backend, .gsc-box-hover.active .frontend, .gsc-box-hover.active .backend {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    transition: -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1), -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1); }
.gsc-box-hover:hover .frontend, .gsc-box-hover:active .frontend, .gsc-box-hover:focus .frontend, .gsc-box-hover.active .frontend {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
.gsc-box-hover:hover .backend, .gsc-box-hover:active .backend, .gsc-box-hover:focus .backend, .gsc-box-hover.active .backend {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
.text-light {
    color: #fff;
}
@media all and (min-width: 800px) {
  .maintenance-page #page-wrapper {
    width: 800px;
  }

  .maintenance-page #header div.section,
  .maintenance-page #main {
    width: 700px;
  }
}
@media all and (min-width: 600px) {
  /* @TODO find the proper breakpoint */
  .maintenance-page #page {
    margin: 20px 40px 40px;
  }
}
.gd-search-region .search-content form#search-api-page-block-form-search-page input#edit-keys{
	height:35px;
	padding:5px;
	border:1px solid rgba(0,0,0.0.1);
	background:none;
	width:100%;
}
.gd-search-region .search-content form#search-api-page-block-form-search-page{
	padding-right:90px;
	position:relative;
}
.gd-search-region .search-content form#search-api-page-block-form-search-page input#edit-submit{
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	height:35px;
	line-height:35px;
	padding:0 5px;
	background:#b6103e;
	color:#fff;
	border:none;
	font-size:14px;
	width:90px;
}
.gd-search-region .search-content form#search-api-page-block-form-search-page--2 input#edit-keys{
	height:35px;
	padding:5px;
	border:1px solid rgba(0,0,0.0.1);
	background:none;
	width:100%;
}
.gd-search-region .search-content form#search-api-page-block-form-search-page--2{
	padding-right:90px;
	position:relative;
}
.gd-search-region .search-content form#search-api-page-block-form-search-page--2 input#edit-submit{
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	height:35px;
	line-height:35px;
	padding:0 5px;
	background:#b6103e;
	color:#fff;
	border:none;
	font-size:14px;
	width:90px;
}
.gd-search-region .search-content form#search-api-page-block-form-search-page--2 input#edit-keys--2{
	height:35px;
	padding:5px;
	border:1px solid rgba(0,0,0.0.1);
	background:none;
	width:100%;
}
.gd-search-region .search-content form#search-api-page-block-form-search-page--2{
	padding-right:90px;
	position:relative;
}
.gd-search-region .search-content form#search-api-page-block-form-search-page--2 input#edit-submit--2{
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	height:35px;
	line-height:35px;
	padding:0 5px;
	background:#b6103e;
	color:#fff;
	border:none;
	font-size:14px;
	width:90px;
}
form#search-api-page-block-form-search-page input#edit-keys{
  height:35px;
	padding:5px;
	border:1px solid rgba(0,0,0.0.1);
	background:none;
  width:250px;
}
form#search-api-page-block-form-search-page{
	padding-right:90px;
	position:relative;
}
form#search-api-page-block-form-search-page input#edit-submit{
	position:absolute;
	top:0;
	left:250;
	z-index:1;
	height:35px;
	line-height:35px;
	padding:0 5px;
	background:#b6103e;
	color:#fff;
	border:none;
	font-size:14px;
	width:90px;
}
form.search-form input#edit-keys{
	height:35px;
	padding:5px;
	border:1px solid rgba(0,0,0.0.1);
	background:none;
  width:250px;
}
form.search-form input#edit-submit{
	height:35px;
}
.contact-in ul {
    float: left;
    margin: 20px 0;
    padding-left: 0px !important;
}
.contact-in ul .wx {
    float: left;
    width: 106px;
    text-align: center;
    line-height: 30px;
    margin-left: 0px;
    margin-right: 15px;
    color: #a0a0a0;
}
.footer_fixed {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    line-height: 50px;
    max-width: 768px;
    min-height: 50px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.visible-xs {
    display: block;
}
#btn1 ul{
    margin:0px;
    padding:0 10px;
}
#btn1 ul li {
    text-align: center;
}
#btn1 ul li a.btn_4 {
    background: #b6103e url(../images/icon_1.png) no-repeat scroll 10% center / 20px auto;
}
#btn1 ul li a.btn_3 {
    background: #50c25f url(../images/icon_6.png) no-repeat scroll 10% center / 20px auto;
}
#btn1 ul li {
    display: inline;
    float: left;
    height: 50px;
    line-height: 50px;
    text-indent: 2.0em;
    width: 25%;
}
#btn1 ul li a {
    border-radius: 5px;
    color: #fff;
    font-size:12px;
    display: block;
    height: 34px;
    line-height: 34px;
    margin: 8px 3px;
    width: 90%;
}
#btn1 ul li a.btn_2 {
    background: #ffbb10 url(../images/icon_5.png) no-repeat scroll 10% center / 20px auto;
}
#btn1 ul li a.btn_1 {
    background: #1896e6 url(../images/icon_4.png) no-repeat scroll 10% center / 20px auto;
}
@media (min-width: 768px){
 .hidden-sm {
    display: none;
 }
}
#btn1 {
    border-top: 1px solid #ffbb10;
    background: #252525;
    height: 30px;
}
/* kefu */
.contactusdiyou {
	position: fixed; 
	right: -230px; 
	bottom: 0px; _position: absolute; 
	width: 230px; 
	height: 100%; 
	background: #b6103e;
	z-index: 999999999999;  
	_margin-bottom:0px; 
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); 
	transition:all .5s ease; 
}
.contactusdiyou .hoverbtn{
	width:50px; 
	height:120px; 
	padding-top:20px; 
	cursor: pointer; 
	position:absolute; 
	top:50%; margin-top:-66px;
	left:-30px; 
	font-size:14px; 
	color:#fff; 
	background:#b6103e;
	-webkit-border-radius: 3px 0px  0px 3px; 
	-moz-border-radius: 3px 0px  0px 3px; 
	-o-border-radius: 3px 0px  0px 3px;
	border-radius: 3px 0px  0px 3px; 
	-moz-box-shadow: -4px 4px 4px -4px #000; 
	-webkit-box-shadow: -4px 4px 4px -4px #000; 
	box-shadow: -4px 4px 4px -4px #000;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
} 
.contactusdiyou .hoverbtn span{width:30px; height:19px;line-height: 19px; text-align: center; overflow:hidden; float:left;margin-left:5px;}
.contactusdiyou .hoverbtn .hoverimg{width:13px; height:9px; margin:10px 0px 0px 10px; float:left; display:inline;background-repeat: no-repeat;}
.hoverimg2{background:url(../images/hoverbtnbg1.png) no-repeat; } 
.contactusdiyou .conter{width:200px; height:560px; margin-left:22px;   position:absolute; top:30%;margin-top:-140px;}
.contactusdiyou .conter .con1{ border-bottom:1px solid #6a6a6a; padding-bottom:15px;}
.contactusdiyou .conter .con1 dl dt{width:31px; height:31px; float:left;    position: relative;
    top: 32px;}
.contactusdiyou  dl .f1{width:142px; height:36px;line-height: 36px; float:right; font-size:14px;_font-size: 14px;*font-size: 15px; color:#fff;vertical-align: top; font-weight: bold;}
.contactusdiyou  dl .f2{ width:142px; float:right; font-size:12px; color:#fff; height:30px;line-height: 30px; float:right;}
.kefuQQ a{ background:url(../images/button-custom-qq.gif)  no-repeat; width:70px; height:20px; margin-bottom:15px;display:inline-block; vertical-align:middle;}
.kefuQQ a:hover{ background:url(../images/button-custom-qq-h.gif)  no-repeat;}
.contactusdiyou .conter .con1 dl dd .ph_num{ font:18px 'Microsoft yahei';*font-size: 16px;_font-size: 16px; color:#fff; height:25px;}

.contactusdiyou .qqcall{padding:22px 0px;border-bottom:1px solid #6a6a6a;}
.contactusdiyou .qqcall dl dt{width:31px; height:31px; float:left; position: relative;
    top: 32px;}

.contactusdiyou .weixincall{float:right;padding:12px 0; border-bottom:1px solid #6a6a6a;}
.contactusdiyou .weixincall dl dt{width:60px; height:60px; float:left; position: relative;
    top: 32px;}
.contactusdiyou .weixincall .f3{float: right;width:120px; height:auto; margin-right:30px; display:inline;}
.contactusdiyou .weixincall .f3 img{width: 90px;height: auto;}
.contactusdiyou .dytimer{float: right; width: 160px; height: 40px; padding: 16px 0px 15px 0px;  margin: 20px 0px 0px 0px;} 
.contactusdiyou .dytimer span{display:block; height:20px; line-height:20px; font-size:14px; color:#fff;} 
.diyou{_position: absolute; _bottom: auto;_margin-bottom:0px; z-index:99999999999; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));} 
.diyoumask { position:fixed; left: 0; top: 0; z-index: 100000; width:100%; height:100%; opacity:0.3;filter:alpha(Opacity=30); background:#000; display:none;} 
.fn_cle:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } 
.contactusdiyou .dytimer a{color:#fff;}
.contactusdiyou .dytimer a:hover{color:#000;}

.row-1, row-2, row-3, row-4, row-5 {
    margin-bottom: 30px;
}